/* ------- Menu ------*/
header.masthead {width:100%; margin: 0 auto 0 auto; background-color:#313131;}
header.masthead:before {content: ""; display: table;}
header.masthead:after {content: ""; display: table; clear: both;}

ul.masthead { float: right; overflow: hidden; width:70%;}
li.masthead { float: right; margin: 3.7% 3% 0 3%; line-height: 1em; font-size: 16px; list-style: none; font-weight:normal; text-align: left;}
.masthead a:link, .masthead a:visited,
.masthead a:active {color: #FFFFFF; text-decoration:none;}
.masthead a:hover{color: #67b5da; text-decoration:none;}
.masthead a:onclick {color: #F4BA4D; text-decoration:none;}
/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.masthead li.icon {display: none;}

 /* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:800px) {
	li.masthead {font-size:100%; margin-top:2%;}
  ul.masthead li:not(:first-child) {display: none;}
  ul.masthead li.icon {
    float: right;
    display: inline-block;
	margin-right:2%;
  }
  
  ul.masthead.responsive {position: relative;}
  ul.masthead.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.masthead.responsive li {
    float: none;
    display: inline;
  }
  ul.masthead.responsive li a {
    display: block;
    text-align: left;
  }
  
    .log {
    max-width: 50%;
    height: auto;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */


/* End Menu*/

body {font-family: Arial, Helvetica, sans-serif; background-color:#ffffff; margin: 0; padding: 0;}
a:link {color:#15a0fb; text-decoration:none;} 
a:visited {color:#15a0fb; text-decoration:none;} 
a:hover {color:#009aff; text-decoration:none;} 
a:active {color:#009aff; text-decoration:none;}
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 60px; text-align: center; font-weight:normal;  color:#ffffff;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 50px; text-align: center; font-weight:normal;  color:#ffffff;}
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; text-align: left; font-weight:normal;  color:#545454;}
p {font-family: Arial, Helvetica, sans-serif; font-size: 16px; text-align: center; font-weight:normal; line-height:24px;  color:#ffffff;}
p.main {font-family: Arial, Helvetica, sans-serif; font-size: 30px; text-align: left; font-weight:normal; line-height:34px;  color:#ffffff;}
p.main a:link {color:#ffffff; text-decoration:none;} 
p.main a:visited {color:#ffffff; text-decoration:none;} 
p.main a:hover {color:#dfdfdf; text-decoration:none;} 
p.main a:active {color:#009aff; text-decoration:none;}
.mainbox {position: absolute; top: 19%; left: 10%;}
.rowbox {float:left; width:100%; background-color:#000000;}
.thmbox {float:left; width:20%;}
.columnbox {position:relative; float:left; line-height:0px; width:33.33%;}
p.smain {font-family: Arial, Helvetica, sans-serif; font-size: 18px; text-align: left; font-weight:normal;  color:#ffffff;}
p.graph {font-family: Arial, Helvetica, sans-serif; font-size: 28px; text-align: left; font-weight:normal; line-height:36px;  color:#000000;}
p.graph2 {font-family: Arial, Helvetica, sans-serif; font-size:34px; text-align: left; font-weight:normal; color:#4a4a4a; line-height:44px; letter-spacing:0.6px;}
.box {float:left; width:55%; text-align:left; margin:1% 22% 0 23%; border-bottom:#95989a; border-bottom-width:1px; border-bottom-style:solid;}
p.storygraph {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; text-align: left; line-height:20px; color: #545454;}
p.resources {font-family: Arial, Helvetica, sans-serif; font-size: 16px; text-align: left; font-weight: normal;  color:#545454;}
p.caption {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-align: left; line-height:16px; color: #545454; margin-top:1px;}
hr {display: block; margin: 7% 0; border-width: 1px; border-color:#989898;}
img {max-width: 100%; height: auto;}

a img {max-width: 100%; height: auto;}

#footer1 {padding:30px 10px 50px 50px; margin: 0 auto auto auto; background-color: #000000;}
.footer1_box {font-family: Arial, Helvetica, sans-serif; width: 21% height: 50px; font-size:16px; background-color: #000000; color:#ffffff; display: inline-block; padding:5px; vertical-align:top; text-align:left; margin-top:20px; margin-right:1%;}
.social {height:50px; float:left; vertical-align:top; margin-left:10px;}
.embed-container {position: relative;  padding-bottom: 56.25%; margin-bottom:10%; height: 0; overflow: hidden; max-width: 100%;} 
.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  }
video {width:100%; height:auto;}


@media only screen and (max-width: 800px) {
h1 { font-size:90%;}
h2 { font-size:90%;}
h3 { font-size:90%;}
p { font-size:90%; margin-top:5%;}
p.graph { font-size:90%;}
p.graph2 {font-size:90%; line-height:23px; letter-spacing:0.2px;}
p.resources { font-size:90%;}
.stepcarousel img {max-width: 70%; height: auto;}
p.storygraph { font-size:80%;}
p.smain { font-size:90%; line-height:90%;}
p.main { font-size:90%; line-height:90%;}

}
