@import "./fonts.css";

html {
	-webkit-font-smoothing:antialiased;
	font-family:'Guardian Egyptian Web', georgia, serif;
	box-sizing:border-box;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
		
body {
	margin:0;
	line-height:1.5;
	color:#000;
	background:#fff
}

a {
    color: #ab0613;
    text-decoration: none !important;
    border-bottom: 0.0625rem solid #dcdcdc;
    -webkit-transition: border-color 0.15s ease-out;
    transition: border-color 0.15s ease-out;
  }

a:hover {
border-color: #ab0613;
}

.indent {
	margin-left:20px;
}

ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-padding-start:0;
}

p {
	margin:0;
}


.chartTitle {
    font-size: 1.25rem;
    line-height: 1.35rem;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    color: #333333;
    font-family: "Guardian Headline Full", Georgia, serif;
    margin-bottom: 10px;
  }

.borderBottom {
	border-bottom:1px solid #dcdcdc;
	padding-bottom:.45rem;
}

.chartSans {
	font-size:0.8rem;
	line-height:1em;
	color:#767676;
	font-family:'Guardian Text Sans Web', 'Agate Sans', sans-serif;
}

.subTitle {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #333333;
    font-family: "Guardian Egyptian Web", Georgia, serif;
    margin-bottom:10px;
  }

  .footer {
    margin-top: 5px;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(118, 118, 118);
    font-family: "Guardian Text Sans Web", "Helvetica Neue", Helvetica, Arial,
      "Lucida Grande", sans-serif;
  }
.chartNotes { 
	font-size:0.9rem; 
	color:#767676;
	font-weight: bold;
	font-family:'Guardian Text Sans Web', 'Agate Sans', sans-serif;
}

#graphicContainer {
	position:relative;
}

.center {
margin-right: auto;
margin-left: auto;
text-align: center;
}

.btn {
	background-color: #eaeaea;
	border-radius: 62.5rem;
	border: 1px solid black;
	display: inline-block;
	outline: 0;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	color: #767676;
	padding: 5px 12px;
	margin: 1px 1px;
	text-align: right;
	cursor:pointer;
}

.btn:hover {
	opacity: 0.7 !important;
}

.btn-selected {
	background-color: #005689;
	color: #FFF;
}

.gu-graphic-footer {
	border-top:1px solid #dadada;
	padding-top:1px;
	color:#767676;
	font-family:'Guardian Text Sans Web', arial, sans-serif;
	font-size:.75rem;
	position:relative;
}

.gu-graphic-footer p {
	font-size:.75rem;
	margin:0;
	display:inline-block
}

.gu-graphic-footer p:nth-of-type(2) {
	float:right
}

.right {
	text-align: right;
	float:right;
}		

.left {
	text-align: left;
	float:left;
}

.btns-share .btn-tt {
	background: #bdbdbd url(../img/twitterIcon.svg) no-repeat center center;
}

.btns-share .btn-tt:hover {
	background-color: #03b3ee;
}
		
.btns-share .btn-fb {
	background: #bdbdbd url(../img/facebookIcon.svg) no-repeat center center;
}

.btns-share .btn-fb:hover {
    background-color: #3067a3;
}

.btns-share button {
    color: #fff;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 9000px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

#loading {
	font-family: "Guardian Egyptian Web",Georgia,serif;
	font-size:1.1rem;
	color:#000;
}

#outer-wrapper {
	position: relative;
}

#outer-wrapper.immersive {
	max-width:1300px;
}

#outer-wrapper.inline {
	max-width:620px;
}

#outer-wrapper.showcase {
	max-width:620px;
}
