
/******************************************
/* SETUP
/*******************************************/

/* Box Model Hack */
* {
     -moz-box-sizing: border-box; /* Firexfox */
     -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
     box-sizing: border-box; /* IE */
}

/* Clear fix hack */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

.clear {
  clear: both;
}

.alignright {
  float: right;
  padding: 0 0 10px 10px; /* note the padding around a right floated image */
}

.alignleft {
  float: left;
  padding: 0 10px 10px 0; /* note the padding around a left floated image */
}

/******************************************
/* BASE STYLES
/*******************************************/


@font-face {
    font-family: 'ChaletComprime-CologneSixty';
    src:url('font/chalet.woff') format('woff'),
        url('font/chalet.ttf') format('truetype'),
        url('font/chalet.svg') format('svg'),
        url('font/chalet.eot');
    font-weight: normal;
    font-style: normal;
}

body {
     color: #000;
     line-height: 1.4;
     background: #899F99;
     font-family: ChaletComprime-CologneSixty;
     font-size: 40px;
     margin: 0;
     padding: 0;
}

a{
    color: white;
    cursor: pointer;
}

ul{
    list-style: none;
}

h1{
    font-family: ChaletComprime-CologneSixty;
    font-size: 1.7em;
    margin: 0;
    padding: .5em 0em 0em 0em;
    text-align: center;
    position: relative;
    color: white;
    line-height: 1;
    font-weight: 300;
}

h2{
    font-family: ChaletComprime-CologneSixty;
    font-size: 1.2em;
    margin: 0em;
    padding: 0em;
    text-align: center;
    position: relative;
    color: white;
    line-height: 1;
    font-weight: 300;
}
/*Dropdown Menu*/

.responsive-menu{
    display: none;
    width: 100%;
    text-align: center;
    padding: .5em 0;
    background: #EAEEE9;
    clear: both;
}

.responsive-menu a{
     color: #313131;
}

#menu-arrow{
    display: none;
    border-radius: .2em;
    cursor: pointer;
    float: right;
    height: 1em;
    padding: 0 -.15em 0 0;
    position: relative;
    width: 1.2em;
    margin: -.65em .15em 0 0;
    background: none;
    font-size: 1.35em;
    font-weight: 800;
    transform: rotate(90deg);
}

.dropdown-menu{
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    color: #313131;
    font-size: .8em;
}

.dropdown-menu a:link{
    text-decoration: none;
}
 
.dropdown-menu a:hover{
    text-decoration: none;
}

.expand {
    display: block; 
}

/*end dropdown menu*/

/*main content*/

.content-container{
    margin: 0;
}
.story{
    background: #899F99;
    padding: 1em 0 0 0;
    min-height: 20vh;
}

.graphic-container h3{
    font-family: ChaletComprime-CologneSixty;
    font-size: 1.3em;
    padding-top: 0;
    padding-bottom: 1em;
    margin: 0;
    position: relative;
    color: white;
    line-height: 1;
    text-align: center;
    font-weight: 300;
}

.story-text-container{
    width: 60%;
    margin: 1em auto 2em auto;
    color: white;
    font-size: .6em;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    background-color: #899F99;
}

#story1-text{
    margin-bottom: 1em;
}

.story-text-container h3{
    font-family: ChaletComprime-CologneSixty;
    font-size: 2.1em;
    margin: 0;
    padding: 0;
    position: relative;
    color: white;
    line-height: 1;
    text-align: center;
    font-weight: 300;
}

#quote{
    background-image: url('photos/Checking_Blood_Pressure.jpg');
    background-size: cover; 
    background-position: center;
    background-attachment: fixed;
 /*   min-height: 50vh;*/
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: .6em;
    padding: 6.5em 2em;
    text-align: center;
    line-height: 1.1;
    color: white;
    z-index: -1;
}

#quote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.4);
    z-index: -1;
}

.button{
    display: block;
    margin: 0 auto;
    background-color: white;
    width: 20%;
    border-radius: .2em;
    text-align: center;
    text-decoration: none;
    color: #303030;
    font-weight: 300;
}

.button:link{
    color: #303030;
    text-decoration: none;
    font-weight: 300;
}

.button:visited{
    color: #303030;
    text-decoration: none;
    font-weight: 300;
}

.button:hover{
    color:white;
    background-color: #BBBFBB;
    font-weight: 300;
}

#h1-container{
    width: 45%;
    display: block;
    margin: 1.2em auto;
}

.feature-photo-container{
    margin-top: 1em;
}

.feature-photo{
    width: 100%;
    display: block;
    margin: auto;
    float: none;
}

/*Interactive Charts */

.highcharts-button{
    cursor: pointer;
}

.graphic-container{
    background-color: #899F99;
    color: white;
    text-align: center;
    font-weight: 300;
    width: 100%;
    padding: 0 1.5em 1.5em 1.5em;
}

#graphic-container{
    width: 100%;
    background-color: #899F99;
    padding-top: 1em;
}

#tree-container{
    width: 75%;
    border-style: solid;
    border-width: 0;
    border-color: white;
    margin: auto;
}

#cost-meme{
    width: 100%;
    padding: 1em .2em 0 .2em;
}

.advance-button{
display: block;
margin: 0 auto;
background-color: white;
width: 30%;
border-radius: .2em;
text-align: center;
text-decoration: none;
color: #303030;
font-weight: 300;
font-family: 'ChaletComprime-CologneSixty';
}

/*Sources Section*/

a.source-arrow{
    width: 1em;
}

.source-arrow {
    transform: rotate(-90deg);
    transition: transform .3s;
    text-align: center;
    font-size: 1.35em;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.source-arrow.hide-sources {
   transform: rotate(90deg);
}
#source-click{
    margin: 0 auto;
    cursor: default;
}

#sources-container{
  background-color: #313131;  
  width: 100%;
  padding: 1rem 0;
}

#source-list li{
    list-style: disc;
    font-size: .7em;
    color: white;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.sources{
float:left;
width: 50%;
padding: 0em 1em;
display: none;
font-size: .6em;
}


/******************************************
/* LAYOUT
/*******************************************/

.navTitle{
	position: relative;
	text-align: left;
	overflow: hidden;
}

.masthead{
	background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 2em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.solidBG{
    background-color: #262626;
    width: 100%;
    height: 2em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

/*hamburger*/

#menu-button {
    border-radius: .1em;
    cursor: pointer;
    float: right;
    height: 2em;
    width: 1.6em;
    padding: 0 .3em 1em 0;
    position: relative;
    margin-top: -.9em;
    margin-right: .3em;
    background: none;
}
/*
The white stripes in the hamburger button
*/
#menu-button div {
    background-color: #fff;
    border: .08em solid #eee;
    border-radius: .1em;
    height: .05em;
    margin-top: .15em;
    width: 90%;
}

/*header*/

.logoicon {
	width: 5em;
	padding-top: .4em;
	padding-left: .4em;
    margin-right: .5em;
    float: left;
}

.reportTitle{
    text-decoration: none;
    cursor: default;
}

.subTitle{
    cursor: default;
    width:50%;
    font-size: 1em;
    padding-top: .1em;
}

#headerLine2{
    font-size: 1.3em;
    display: block;
    line-height: .8;
}

.subHeadWrap{
    text-decoration: none;
    font-size: .5em;
    color: white;
    padding-left: .5em;
    margin-left: 1em;
    margin-top: .5em;
    cursor: default;
}

/*footer*/

.footer-wrapper{
    padding-bottom: 1em;
}

.site-footer{
    text-align: center;
    background-color: black;
}

.site-footer ul{
    margin: 0;
    padding: 0;
}

.menu-footer li{
    text-align: center;
    display: inline-block;
    padding: .25em;
}

.menu-footer a{
    text-decoration: none;
    display: block;
    font-size: .75em;
    font-weight: 300;
}

.menu-footer a:hover{
}

.report-description{
    margin: 0 auto;
    width: 50%;
    position: center;
    font-size: .4em;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#social li{
    display: inline-block;
    list-style: none;
    margin: .5em;
}

.logo img{
    width: 6.5em;
}

.copyright{
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: .3em;
    font-weight: 300;
    padding-bottom: 2.5em;
}

/*Full Study Page*/

#full-study-page{
    background-color: #DF7A00;
}

#full-study{
    float: right;
    width: 14em;
    padding: 1em 1em 0 1em;
}

#full-report-story{
    background-color: #DF7A00;
}

#full-report-story p{
    background-color: #DF7A00;
    padding: .8em 0 0 0;
}

#download-button{
    margin: 1em auto 1em auto;
}

#full-study-text{
    margin: -20, auto;
}

#full-study-text a{
    text-decoration: none;
}

#full-study-link{
    font-weight: bold;
}

#methods-text a{
    text-decoration: none;
    font-weight: bold;
}


/*MEDIA Queries for mobile friendliness*/

@media handheld, screen and (max-width: 750px) {
  body { 
    font-size: 30px; 
  }

.graphic-container{
    padding: 0 0 1em 0;
}

.dropdown-menu{
    font-size: 1.5em;
}

  .story-text-container { 
    width: 90%;
}

  .story-text-container p{
    font-size: 1em;
}
  #h1-container{
    width: 75%;
    }

}

@media handheld, screen and (max-width: 500px) {
  body { 
    font-size: 20px; 
  }
  .graphic-container{
    padding: 0 0 1em 0;
  }
  .story-text-container { 
    width: 90%;
  }
  .story-text-container p{
    font-size: 1em;
  }
  #h1-container{
    width: 65%;
    }
}