@charset "UTF-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	color: #151515;
	font: rgb(228,228,228) "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffff;
	width:100%;
	min-height: 100px;
	}

#wrapper {
	background-color: #FFFFFF;
	width: 100%;
	min-width: 740px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	}

.login a{
	font-size: 1.7em;
	color: rgb(196,0,10);
	text-decoration: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	margin-right: 50px;
	font-weight: bold;
	float: right;
	margin-left:1200px;
	}
	
a {
	/*font-weight: bold; */
	color: rgb(69,150,250);
	text-decoration: none;
	font-weight: bold;
} 

a:hover {
	color: rgb(39,100,200);
	font-weight: bold;
}

#hero{
	background: rgb(196,0,10);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	height: 450px;
	min-width:1062px;
	margin-top:auto;
	}

#hero img {
	max-width: 100%;
	float:right;
	height:450px;
	}
	


#navigation ul{
	
	background-color: rgb(196,0,10);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding:0;
	margin: 0px;
	font-size: 1.1em;
	min-width: 1062px;
	height: 100px;
	margin-bottom: 30px;
	}

#navigation li {
	
	font: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*display: inline;*/
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-grow:1;
	    -ms-flex-positive:1;
	        flex-grow:1; 
	/*width: 171px;
	height: 100px;
	text-align: center;
	padding-top: 50px; */
	list-style-type: none;
	margin-bottom:20px;
	font-size: 1.3em;
	max-width: 190px;
	padding-top: 20px;
	/*background-image: url(../bassets/images/navbackground2.jpg);*/
	}

/*#navigation a {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	}

#navigation a:hover {
	color: rgb(69,186,300);
	font-weight: normal;
	}
*/
#navigation .logo{
	-webkit-flex-grow:0;
	    -ms-flex-positive:0;
	        flex-grow:0;
			z-index: 1;
	
	}

.logo a {
	height:100px;
	width: 130px;
}

.clearfix {
	overflow: auto;
	}  
	


.get_started {
	list-style-type: none;
	color: white;
	font-size: 1.7em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%; 
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding:0;
	}

.get_started_text_container {
	margin-top: auto;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.get_started_container{
	-webkit-flex-grow:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center; 
	min-width:400px; 
	}

.get_started_button a{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:50px;
	width:150px;
	background:rgb(196,0,10);
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-flex-grow:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	text-align: center;
	font: .90em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration:none;
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
	border: 5px solid rgb(79,166,450);
	color: rgb(79,166,450);
	/*
	border: 2px solid #FFFFFF;
	color: white; */
	}

a.get_started_button {
	text-decoration: none;
	}
	
.get_started_button a:hover {
	color: rgb(40,130,300);
	border-color: rgb(40,130,300);
	/*background:rgb(196,50,60); */
}

.our_research_findings{
	font:1.55em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4f4d48;
	text-align:center;
	margin-top:30px;
	min-width:1062px;
	}

.more_than_research{
	text-align: center;
	font:2.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: rgb(196,0,10);
	min-width:1243px;
	}

#map_buttons_rss{
	background: #FFFFFF;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 450px;
	min-width:1062px;
	}

.buttons_container{
	-webkit-flex-grow:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	min-width:300px;
	list-style-type: none;
	}

.support_buttons a{
	background: rgb(196,0,10) url(overlay.png) repeat-x;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
   	-webkit-align-items:center;
   	    -ms-flex-align:center;
   	        align-items:center;
	text-align:center;
   	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;;
    padding: 5px 10px 6px;
    color: #FFFFFF;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    padding-bottom:10px;
    padding-top:10px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    }

.support_buttons a:hover {
	background-color: rgb(230,30,40);
}

.support_buttons .donate {
    font-size: 1.9em;
    }

.support_buttons .updates{
    font-size: 1.6em;
    }

#maps_buttons_rss img{
	width:100px;
	height:309px;
	max-width: 100px;
	}
	
.rss_feed_container{
/*	-webkit-flex-grow:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	min-width:300px; */
	width: 320px;
	float: right;
	}

#footer{
	position: bottom;
	bottom: 0;
	width: 100%;
	height: 120px;
	background-color: rgb(196,0,10);
	margin-top: 60px;
	list-style-type: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction:row;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: white;
	min-width: 1062px;
	}

#footer>img{
	min-width:80px;
	height: 80px;
	margin-left: 20px;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;

	}

.footer_text{
	font-size: .9em;
	position:center;
	text-align: center;
	margin-left: 40px;
	margin-right:50px;
	min-width:40%;
	}

#social_media_container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:row;
	    -ms-flex-direction:row;
	        flex-direction:row;
	width:100%;
}

.social_media_button{
	margin-left:5px;
}
.social_media_button>img{
	width: 2%;
	height:auto;
}

.speak_train_text {
	font-size:1em;
}

.page_links {
	text-align: center;
	font:1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: rgb(141,100,19);
	min-width:1243px;
	text-decoration: none;
	list-style-type: none;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	    -ms-flex-direction:column;
	        flex-direction:column;
}

#page_body_container {
    width: 100%;
    min-height: 160px;
    background-color: white;
    min-width:1062px;
    margin-top: 15px;
}

#page_text_container {
	width:700px;
	margin-left:auto;
	margin-right:auto;
    background-color: white;
    text-align:left;
}


.page_text_header{
	color: rgb(196,0,10);
	font: 2.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align:center;
	margin-bottom:0px;
	margin-top: 20px;
}

#page_text_container img {
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
}

span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.header_two_container {
	background-color: white; 
	width:100%; 
	height:160px;
	text-align: center; 
	line-height:200px; 
	min-width: 1136px; 
}

.header_two {
	font-size:1.2em; 
	color:#4f4d48; 
	font: georgia; 
	text-align:center; 
	width: 80%; 
	height:110px; 
	margin-left: auto; 
	margin-right: auto; 
	display: inline-block;
	vertical-align: middle;
	line-height:normal;
	min-width: 1136px;
}

#hero_two_container {
	background-color: white; 
	width:100%; 
	height:400px;
	text-align: center; 
	line-height:200px; 
	min-width: 1136px; 
	margin-top:10px;
}

#hero_two {
	width:100%;
	background-color: white;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	min-width:1202px;
	margin-right:auto;
	margin-left:auto;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}

#hero_two img {
	width: 592px;
	height:400px;
	margin-right:10px;
}

.page_text{
	color: #4f4d48;
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align:center;
	margin-bottom:20px;
	margin-top: 20px;
}

#page_body_container_two {
    width: 100%;
    min-height: 80px;
    background-color: white;
    min-width:1062px;
    margin-top: 70px;
}

.ariel_image {
	height:90px;
	width:20px;
}

#pi_container{
	background-color:white;
	/*height:300px;*/
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	    -ms-flex-direction:column;
	        flex-direction:column;
	text-align: center;
	margin-top:20px;
}

#pi_container_bowen{
	background-color:white;
	height:550px;
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	    -ms-flex-direction:column;
	        flex-direction:column;
	text-align: center;
	margin-top:20px;
}

.pi {
	font-size:1.1em; 
	color:#4f4d48; 
	font: georgia; 
	text-align:left; 
	max-width:50%;
	/*min-height:400px; */ 
	margin-left: auto; 
	margin-right: auto; 
	display: inline-block;
	vertical-align: middle;
	line-height:normal;
	min-width: 1136px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}

.pi img {
	max-width: 150px;
	float:left;
	height:300px;
}

.pi_header {
	color: rgb(196,0,10);
	font-size: 1.4em;
	font-weight: bold;
	/*text-align:center;*/
	margin-left: 28%;
	margin-bottom:5px;
}

.pi_text_container{
	max-width: 80%;
	float:right;
	/*min-height:500px;*/
}

.pi_text_container_bowen{
	max-width: 80%;
	float:right;
	height:400px;
}

.pi_bowen{
	font-size:1.1em; 
	color:#4f4d48; 
	font: georgia; 
	text-align:left; 
	max-width:50%;
	height:400px; 
	margin-left: auto; 
	margin-right: auto; 
	display: inline-block;
	vertical-align: middle;
	line-height:normal;
	min-width: 1136px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.pi_bowen img {
	max-width: 150px;
	float:left;
	height:300px;
}

img.pi_img {
	background-color:white;
	height:500px;
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


#data_page_body_container {
    width: 100%;
    min-height: 160px;
    background-color: white;
    min-width:1062px;
    margin-top: 15px;
}

#data_page_text_container {
	width:700px;
	margin-left:auto;
	margin-right:auto;
    background-color: white;
    text-align:left;
}

#page_text_container img {
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
}

.codebook_button {
	background: rgb(196,0,10) url(overlay.png) repeat-x;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
   	-webkit-align-items:center;
   	    -ms-flex-align:center;
   	        align-items:center;
	text-align:center;
   	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;;
    padding: 5px 10px 6px;
    color: #FFFFFF;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    height:50px;
    width:170px;
    padding-bottom:10px;
    padding-top:10px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    }

#codebook_button_container {
	max-width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top:50px;
}

.awardsdiv {
	width: 998px;
	margin: 0 auto;
}

.awardsdiv p {
	padding-top: 2%;
	padding-left: 40%;
	padding-right: 3%;
	font-size: 20px;
}

#conference {
	background: rgb(196,0,10);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	max-height: 392px;
	min-width:1062px;
	margin-top:auto;
}

.conference_container {
	/*width: 625px;
	background:  rgb(196,0,10);
	float: left; */
	-webkit-flex-grow:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center; 
	min-width:400px;
	}
	
.conferenceposter {
	width: 712px;
	float: right;
	height: 392px;
	margin-bottom: 0px;
}

#missingData {
	font-size: 1em;
	margin-left: 50%;
}

#missingData td {
	padding-right: 40px;
	text-align: center;
}

.buttons {
	float: center; 
	margin-top: -110px; 
	margin-left: 250px; 
	min-width: 100px; 
	width: 80%; 
	white-space: nowrap; 
	margin-bottom: 30px; 
	max-height: 100px;
}

.dropbtn{
	background-color: rgb(196,0,10);
	font: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
	padding-bottom: 35px;
}

.dropbtn a{
	color: white;
	font: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

.dropbtn a:hover{
	color: rgb(69,186,300);
}

.dropdown {
    position: relative;
    display: inline-block;
	margin-right: 7%;
}

.dropdown-content {
    visibility: hidden; /* hides sub-menu */
	opacity: 0;
	border-radius: 15px 15px 7px 7px;
    position: absolute;
	margin-left: -20px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	transform: translateY(-.5em);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  z-index: 9999;
}

.dropdown-content a {
    color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 200;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	background-color: #8CD3FF;	
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
  transition-delay: 0s, 0s, 0.2s; 
	}

.dropdown:hover .dropdown-content {
    visibility: visible; /* shows sub-menu */
  opacity: .90;
  	border-radius: 0px;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; 
}
.dropdown:hover .dropbtn {
    color: rgb(69,186,300);
	
}
/*.lastLink a{
	border-radius: 0px 0px 15px 15px;
}

.lastLink a:hover {
	border-radius: 0px 0px 15px 15px;
}*/

