body {
	font-family: 'Guardian Text Egyptian Web';
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #005689;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-family: 'Guardian Egyptian Web';
	font-weight: 500;
}

h3 {
  font-family: 'Guardian Egyptian Web', Georgia;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;

  margin: -5px 0 -5px 0;
  padding: 10px 0 0 0;
}

h5 {
  margin: 20px 0 10px 0;
}

p {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}

/*template styles*/
.gia-chart-wrapper {
  border-top: 2px solid #b82266;
  max-width: 620px;
  margin: 0 auto;
}

.g-chart-container {
	width: calc(25% - 8px);
	display: inline-block;
	margin-right: 10px;
}

.g-chart-container:last-of-type {
	margin-right: 0px;
}

.gia-source {
	border-top: 1px solid #ccc;
	margin-top: 25px;
	color: #bdbdbd;
	padding: 3px 0;
	font-size: 12px;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
}

/*chart styles*/
  .y.axis line {
    fill: none;
    stroke: #eaeaea;
    stroke-dasharray: 2px 2px;
    shape-rendering: crispEdges;
    stroke-width: 1px;
  }

  .x.axis line {
    display: none;
  }

.tick.g-baseline line {
  	stroke: #333333;
  	stroke-dasharray: 0;
  	stroke-width: 1px;
} 

.tick.g-baseline text {
  	display: none;
} 

.tick.g-start text {
	text-anchor: start !important;
}

.tick.g-end text {
	text-anchor: end !important;
}

  .x.axis text {
    font-family: 'Guardian Text Sans Web',Arial,sans-serif;
    font-size: 12px;
    pointer-events: none;
    fill: #333333;
  }

  .y.axis text {
    text-anchor: start !important;
    font-family: 'Guardian Text Sans Web',Arial,sans-serif;
    font-size:12px;
    fill: #bdbdbd;
  }

  .domain {
    display: none;
  }

  .line {
    stroke: #bdbdbd;
    stroke-width: 2px;
    fill: none;
  }

  .line-H1{
    stroke: #b82266;
    stroke-width: 2px;
    fill: none;
  }

  .USline {
    stroke: #333333;
    stroke-width: 1px;
    fill: none;
    stroke-dasharray: 2px 2px;
  }

  .USlabel {
    text-anchor: end !important;
    font-family: 'Guardian Text Sans Web',Arial,sans-serif;
    font-size:13px;
    fill: #333333;
    font-weight: 700;
  }

  .area {
    fill: #767676;
    opacity: 0.1;
  }

  .area-H1 {
  	fill: #b82266;
  	opacity: 0.1;
  }

  .g-property {
  	font-weight: 700;
    font-size: 14px;
  }

  .g-city {
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 5px 0;
  }

  .g-label-no-show {
    display: none;
  }

  .g-heading {

  }

  .g-label-text {
    font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
    font-size: 14px;
  }

  .g-label-circle {
    fill: #bdbdbd;
  }

  .g-label-circle-H1 {
    fill: #b82266;
  }

  .gia-percent {
  	width: 100%;
  	float: left;
  	margin-bottom: 30px;
  }

  .full-bar {
  	width: 100%;
  	height: 20px;
  	float: left;
  	background-color: #f6f6f6;
  }

  .percent-bar {
  	width: 1.7%;
  	height: 20px;
  	float: left;
  	background-color: #b82266;
  }

  .bar-label {
  	margin: 2px 0 0 5px;
  	font-weight: 700;
    float:left;
  }

  .bar-label-right {
    margin: 2px 5px 0 0px;
    float: right;
    font-weight: 700;
    color: #bdbdbd;
  }

@media (max-width: 530px) {
  .g-chart-container {
    width:calc(50% - 10px);
    margin-right: 10px;
  }

  h5 {
  	margin: 10px 0;
  }
}

@media (max-width: 380px) {
  .g-chart-container {
    width:100%;
    margin: 0 auto;
  }

  h5 {
  	margin: 10px 0;
  }
}

