@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);


body {
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 0 auto;
	padding: 0;
	color: #555555;
	background-color: #FFFFFF;
}

/*****************************************
MEETING SPECIFIC COLORS
*****************************************/

.color1 {
	color: #005698;
}

.backgroundcolor1 {
	background-color:#005698;
}

.color2 {
	color: #E3564B;
}

.backgroundcolor2 {
	background-color: #E3564B;
}

.color3 {
	color: #459c79;
}

.backgroundcolor3 {
	background-color: #459c79;
}

/*****************************************
NAVIGATION
*****************************************/
.container {
text-align: left;
}

.menuBar ul {
  display: inline;
  text-align: left;
  margin: 0;
  padding: 5px;
}

    .menuBar ul li {
      display: inline-block;
      font-size: 1em;
      text-transform: uppercase;
      padding: 5px
    }

.orgNav {
  border-top: 5px solid #005698;
}

    .orgNav .menuBar {
      height: 60px;
    }

        .orgNav .menuBar ul li a {
          color: #005698;
          float: none;
          font-weight: 600;
          line-height: 1;
          margin: 0 25px 0 0;
          padding: 7px 0;
          text-decoration: none;
          text-shadow: none;
          text-transform: uppercase;
          font-size: .81em;
        }


.clientNav .menuBar {
background: #e5e5e5;
box-shadow: 0 7px 6px -8px #000000;
height: 60px;
line-height: 40px;
font-size: 1.05em;
overflow: visible !important;
	}
    .clientNav .menuBar ul li a {
		color: #164e6c;
		line-height: 48px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		float: none;
		padding: 12px 14px;
		text-decoration: none;
		text-shadow: none;
		text-transform: uppercase;
		font-weight: 700;
		font-size: .96em;
		margin-right: 0;
		}
        .clientNav .menuBar ul li a:hover {
			background-color: #777;
			color: #fff;
			text-decoration: none;
			line-height: 30px;
			margin-top: 7px;
        }

.member {
	background: #e03a3e;
	border-left: solid 2px #ffffff;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-mox-border-radius: 0 0 6px 6px;
	color: #ffffff;
	font-size: .9em;
	margin: 0;
	position: absolute;
	top: -5px;
	/* right: 269px; */
	text-shadow: none;
	text-transform: none;
	font-weight: 600;
	padding: 14px 10px 8px!important;
}

.member a {
	color: white!important;
	margin: 0!important;
}

.sidenavbar ul {
	line-height: 20px;
	overflow: hidden;
}
.sidenavbar ul.navigation {
	margin: 0;
	padding: 0;
}

.sidenavbar ul li {
	background-color: #005698;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	font-size: 0.9em;
	margin: 5px;
	padding: 7px 15px;
	text-transform: uppercase;
	color: #fff;
}
    .sidenavbar ul li a {
		color: #fff;
		font-weight: 600;
		display: block;
    }
a:hover {
	text-decoration: none;
	color: #005698;
}

.separator {  
	background-color: #459c79;
	text-align: center;
	margin: 0 auto;
	max-width: 1024px;
	width: 96%;
	margin-top: 50px;
	border-radius: 3px;
}

.separator h1 {
	padding: 2em 0 1em 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.6em;
	color: #fff;
}

.separator .deadline {
	font-weight: bold;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
h1, h2, h3 {margin-bottom: 15px; font-family: 'Open Sans', sans-serif, Arial, Verdana; font-weight: 400;}
h4, h5, h6 {margin-bottom: 8px; font-family: 'Open Sans', sans-serif, Arial, Verdana; font-weight: 400;}
h1, h2, h3, h4, h5, h6, .pagetitle a, .pagetitle a:visited {color: #303030;}
h1 {font-size: 30px; line-height: 30px;}
h2 {font-size: 25px; line-height: 26px;}
h3 {font-size: 16px; line-height: 24px;}
h4 {font-size: 13px; line-height: 22px;}
h5 {font-size: 12px; line-height: 20px;}
h6 {font-size: 11px; line-height: normal;}

.offscreen {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.bannerFiller {
	background-image: url('/img/aaas/2018/bg_events_landing_repeat.jpg');
	height: 100px;
	background-repeat: repeat-x;
}


/* BUTTONS and INPUTS */
input.btn, .button, .button:visited, input[type="submit"] {
	padding: 4px 15px 2px 15px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	color: #fff;
	background:#005698;
}

input[type="submit"] {
padding: 8px 15px 6px 15px;
}

input[type="text"], input[type="password"], textarea, select {
padding: 8px;
font-size: 12px;
border: 1px solid #e6e6e6;
color: #555;
}
.button:hover, input[type="submit"]:hover {
text-decoration: none;
color: #555;
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
background: -moz-linear-gradient(top, #f4f4f4, #ffffff);
background: -o-linear-gradient(top, #f4f4f4, #ffffff);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff');
}

/* END BUTTONS and INPUTS*/



a, a:visited, .colortext { text-decoration:none; color:#00acff;}
a:hover{ text-decoration:none; /*color:#00acff;*/ color: #0088cc;}
a img{ border:none}

/***************************** FOOTER ******************/
.footer.wrapper {
	clear: both;
}

.socialFooter ul {
    list-style: outside none none;
}

.socialFooter ul li {
    padding: 0 6px;
    float: left;
    list-style-type: none;
}


 
#footer-logo-container {
	background: #459c79;
	padding: 10px 0;
	text-align:center;
}

#footer-logo-container > p {
	margin: 0.5em;
}


#footer-fullname a {color: #fff; font-size: 1.0em; font-weight: 300; letter-spacing: 6px; font-family: Open Sans; sans-serif; text-transform: uppercase; /*color: #666;*/}
#footer-theme-container {/*width:100%;background-color:#000;height:20px;*/display:none;}

footer {
  background-color: #f9f9f9;
}

#footer-social-container ul, #footer-admin-container ul {
  display: block;
}


#footer-social-container ul li {
  display: inline-block;
margin: 0px 25px 0px 25px;
font-size: 12px;
font-weight: 600;
}
#footer-admin-container {
padding: 43px 0px 35px 0px;
text-align: center;
}
.footer-admin li {
display: inline-block;
margin: 0px 13px 0px 13px;
font-size: 12px;
font-weight: 600;
color: #666;
}

.footer-admin li a {
	color:#666;
}
.footer-admin li a:hover {
	color:#0088cc;
}

#footer-social-container {
  padding: 43px 0px 35px 0px;
text-align: center;
border-top: 1px solid #005698;
border-bottom: 1px solid #005698;
}

a .footer-social-icon {
	height:36px;
	width:36px;
	border-radius:3px;
	/*border:1px solid #0088cc;*/
	border: 1px solid #00acff;
	margin:0px auto 12px auto;
}
a:hover .footer-social-icon {
	border:1px solid #005698;
}
.footer-social {
}
.footer-social li a{
	display:inline-block;
	margin:0px 25px 0px 25px;
	font-size:12px;
	font-weight:600;
  color: #00acff;
}

.footer-social li a:hover {
  color: #0066B3;
}

li.twitter2{ display:none !important;}
li.google{ display:none !important;}

a .social-icon-twitter {background: transparent url('http://meetings.aaas.org/wp-content/uploads/AM15-social-icon-tw.png') center top no-repeat;}
a:hover .social-icon-twitter {background: transparent url('http://meetings.aaas.org/wp-content/uploads/AM15-social-icon-tw-hover.png') center top no-repeat;}
a .social-icon-facebook {background: transparent url('http://meetings.aaas.org/wp-content/uploads/AM15-social-icon-fb.png') center top no-repeat;}
a:hover .social-icon-facebook {background: transparent url('http://meetings.aaas.org/wp-content/uploads/AM15-social-icon-fb-hover.png') center top no-repeat;}
a .social-icon-google {background: transparent url('http://meetings.aaas.org/wp-content/uploads/AM15-social-icon-google.png') center top no-repeat;}
a:hover .social-icon-google {background: transparent url('http://meetings.aaas.org/wp-content/uploads/AM15-social-icon-google-hover.png') center top no-repeat;}

a .footer-social-icon {
height: 36px;
width: 36px;
border-radius: 3px;
border: 1px solid #0088cc;
margin: 0px auto 12px auto;
}
/******************** Navigation Toggle ***********************/

body.two #instuctions, body.two #review, body.two #begin {
  display: none;
} 

body.three #instructions, body.three #Step1, body.three #begin {
  display: none;
} 

body.four #instructions, body.four #Step1, body.four #review {
  display: none;
}

h3 {
	font-weight: bold;
}


/*****************************/

.banner.wrapper {
    background-color: transparent;
    border-top: none;
    border-bottom: 1px solid #ffffff;
    height: 80px;
    background: transparent url(/img/aaas/2020/annual-meeting-2020-web-banner-bg_taller_left-no-logo.png) right top no-repeat;
    background-size: cover;
}

#top {
    padding: 0 0 0 0;
    min-height: 80px;
}
#am-title-wrap {
    display: block;
    float: left;
    margin-left: 14.5%;
    padding-top: 20px;
    width: 50%;
	/*max-width: 748px;*/
	}
	#am-title-wrap img {
		width: 95%;
		max-width: 300px;
		height: auto;
	}
	#am-title {
		display: block;
		float: right;
	}
	#am-title-tablet {
		display: none;
	}
	#am-title-mobile {
		display: none;
	}

#logo {
    min-height: 60px;
    max-width: 452px;
	padding-top: 18px;
    float: right;
    margin-right: 7%;
    width: 27%;
	}
	#logo img {
		width: 100%;
		max-width: 330px;
		height: auto;
		padding-top: 6px;
	}
	#logo-tablet {
		display: none;
	}
	#logo-mobile {
		display: none;
	}

@media screen and (max-width: 1023px) {
	#logo {
		display: none;
	}
	#am-title-wrap {
		display: none;
	}

	#logo-tablet {
		display: block;
		height: 100px;
		width: 400px;
		margin: 0px auto;
		text-align: center;
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	}
	html#range_1 .banner img, #logo-tablet img {
		margin: 0 auto;
		height: auto;
		max-height: 80px;
		width: 100%;
	}
	#logo-mobile {
		display: none;
		text-align: center;
	}	
	.banner.wrapper {
		background: #d4f1ff url(/img/aaas/2020/tablet-bg-graphic_2020.png) center top no-repeat;
	}
}

@media screen and (max-width: 640px) {

	#logo {
		display: none;
	}
	#logo-tablet {
		display: none;
	}
	#logo-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
		height: 100px;
		width: 200px;
		margin: 0px auto;
		}
		#logo-mobile img {
			max-width: 100%;
			height: auto;
			width: auto;
			margin: 0 auto;
		}
	.banner.wrapper {
		background: #d4f1ff url(/img/aaas/2020/mobile-bg-graphic_2020.png) center top no-repeat;
	}
}
@media screen and (min-width: 1780px) {
	#am-title-wrap {
		margin-left: 13%;
	}
	#am-title-wrap img {
		max-width: 310px;
	}
}

