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: 30px;

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

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

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

.gia-split {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
}

.gia-split:first-of-type {
  margin-right: 20px;
}

.gia-chart, .gia-map {
	margin-top: -10px;
}

.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;
  clear: both;
}

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

  .x.axis line {
    fill: none;
    stroke: #333333;
    shape-rendering: crispEdges;
    stroke-width: 1px;
  }

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

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

  .y.axis text {
    text-anchor: end !important;
    font-size:12px;
    fill: #bdbdbd;
  }

  .domain {
    display: none;
  }

  .area {
  	fill: #dcdcdc;
  	opacity: 0.5;
  }

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

  .g-label-circle {
    fill: #4bc6df;
  }

  .linearLine {
    stroke: #ffbb00;
    stroke-width: 1px;
    fill: none;
  }

   .lowLine, .highLine {
    stroke: none;
    fill: none;
  }

    .MSLLine {
    stroke: #4bc6df;
    stroke-width: 1px;
    fill: none;
  }

  .key p {
  	margin: 0 0 5px 0;
  }

  .linearKey::before {
  	    display: inline-block;
  	    width:13px;
  	    height:13px;
  	    content: '';
  	    border-top: 2px solid #ffbb00;
  	    position: relative;
  	    top: 8px;
  	    margin: 0 4px;
  	}

  	.intervalKey::before {
  		    display: inline-block;
  		    width:13px;
  		    height:13px;
  		    content: '';
  		    background-color: #dcdcdc;
  		    position: relative;
  		    margin: 0 4px;
          top: 1px;
  		}

  		.MSLKey::before {
  			    display: inline-block;
  			    width:13px;
  			    height:13px;
  			    content: '';
  			    border-top: 2px solid #4bc6df;
  			    position: relative;
  			    top: 8px;
  			    margin: 0 4px;
  			}		

/*ai2html*/
#g-SLR_Maps {
  max-width:620px;
}

.g-artboard {
  margin:0 auto;
}    

.g-aiPstyle0 {
font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
font-size: 14px;
line-height: 2px;
text-align: center;
font-weight: 700;
color: #333333;
text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;

}

.g-aiPstyle1 {
font-family: 'Guardian Egyptian Web', Georgia;
font-size: 12px;
line-height: 2px;
font-weight: 700;
text-align: center;
color: #333333;
font-style: italic;
}

.g-aiPstyle2 {
font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
line-height: 0px;
text-align: left;
color: #333333;
margin-top: 10px;
}

#g-SLR_Maps-ac{
  position:relative;
  overflow:hidden;
}
.g-aiAbs{
  position:absolute;
}
.g-aiImg{
  display:block;
  width:100% !important;
}

.g-aiPtransformed p { white-space: nowrap; }    

.white-box {
  background-color: #ffbb00;
  height: 20px;
  padding: 5px;
}

.key-title {
  font-weight: 700;
}

@media(max-width:475px) {
  .gia-split {
    width: 100%;
  }

  .gia-split:first-of-type {
  margin-right: 0px;
}

  .gia-chart {
    margin-top: 0px;
  }

  .key {
    margin-bottom: -30px;
  }
}
