@import url('https://fonts.googleapis.com/css?family=Montserrat|Raleway');
body, body.webprogram {
    background-attachment: fixed;
    background-color: #1e73be;
    background-image: url("../images/bgimg_2017gws.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    font-family: "Open Sans", Open Sans, sans-serif;
    font-size: 14px;
}

.container, .clientNavigation  {
	margin: 0 auto;
	max-width: 1168px;
}

a {
	color: #e94f49;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Client Banner section */

.banner.wrapper .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 30px auto;
}

.banner.wrapper .logo {
	width: 50%;
}
.banner.wrapper .meetingInfo {
	text-align: right;
	color: #DBDBDB;
	font-size: 18px;
	width: 50%;
}

.socialMedia ul {
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: flex-end;
	font-size: 22px;

}
.socialMedia ul li {
border-radius: 50%;
	transition: all 0.3s ease 0s;
	 height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    width: 1.8em;
}
.socialMedia ul li a {
	color: #DBDBDB;
}
.socialMedia ul li:hover a{
	color: #FFF;
}
.socialMedia ul li.facebook:hover {
	background-color: #3B5998;
}
.socialMedia ul li.linkedin:hover {
	background-color: #71B2D0;
}	
.socialMedia ul li.twitter:hover {
	background-color: #58A4D9;
}	
.socialMedia ul li.youtube:hover {
	background-color: #F45750;
}		

.meetingInfo .location {
	margin-top: 20px;
}

/* Client Navigation Section */
.nav.wrapper {
	margin-top: 60px;
	height: 50px;
}
.clientNavigation {
	font-family: "Raleway", Raleway, sans-serif;
	
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-weight: 700;
}
ul.clientNavigationMenu {
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 65%;
	margin: 0;
	padding: 0;
	justify-content: space-between;
}
ul.clientNavigationMenu li {
	padding-bottom: 10px;
	transition:all 0.2s ease 0s;
	margin-bottom: 20px;
}
ul.clientNavigationMenu li a {
	color: #DEE4E8;
	font-size: 121%;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;	
	display: block;
	height: 100%;

}
ul.clientNavigationMenu li:hover {
	color: #FFF;
	padding-bottom: 7px;
	border-bottom: 3px solid #FFF;
}
ul.clientNavigationMenu li a:hover {
	color: #FFF;
}


div.registrationButton {
	text-align: right;
	width: 35%;
	font-weight: bold;
}
a.register.button {
	text-align: center;
	text-decoration: none;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e94f49+1,e94f49+50,ef625c+53,ef625c+100 */
	background: #e94f49; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #e94f49 1%, #e94f49 50%, #ef625c 53%, #ef625c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #e94f49 1%,#e94f49 50%,#ef625c 53%,#ef625c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #e94f49 1%,#e94f49 50%,#ef625c 53%,#ef625c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94f49', endColorstr='#ef625c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #FFF;
	padding: 2em 3em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -15px;
	font-size: 1.1em;
}
a.register.button:hover {
	background: #e94f49;
	background-color: #e94f49;
}

/* Footer */
.footer.wrapper {
	padding-bottom: 60px;
}
.clientFooter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-bottom: 60px;
}
.clientFooter a {
	color: #FFFFFF;
	opacity: .7;
}
.clientFooter a:hover {
	color: 	#FFF;
}
.clientFooter p, .clientFooter div {
	width: 50%;
	margin: 0;
}
.clientFooter .socialMedia ul {
	margin: 0;
	padding: 0;
	width: 100%;
	justify-content: flex-end;
	margin-top: -10px;
}

/* Mobile corrections */

@media only screen and (max-width: 1137px) {
	ul.clientNavigationMenu {
		width: 100%;
	}
}

@media only screen and (max-width: 920px) {
	ul.clientNavigationMenu, .registrationButton {
		display: none;
	}
}

@media only screen and (max-width: 675px) {
	.banner.wrapper .logo {
		width: 20%;
	}
	.banner.wrapper .logo img {
		width: 100%;
		height: auto;
	}
	.banner.wrapper .meetingInfo {
		font-size: 14px;
		width: 80%;
	}

	header {
		max-height: 150px;
	}
	.meetingInfo .location {
		margin-top: 10px;
	}
	.banner.wrapper .container {
		margin: 5px auto;
	}

	.sponsor img {
		height: 40px !important;
		width: auto !important;
	}
}