
@media only screen and (min-width: 1200px) {

.mainLogo {
	display: inline-block;
	top: 15px;
	height: 125px;
	width: 325px;
}

.mainLogo {
	background: url(/img/mainLogoNew.png) 0 0 no-repeat;
	background-size: 100%;	
}

.logoRow {
	height: 130px;
}

.navbar {
	font-family : "museo_sans700";
	font-weight: normal;
	font-size : 16px;
	line-height: 15px;
	color : #3C3C3B;
	color : rgb(60, 60, 59);
	margin: 0 0 0 0;
	padding: 0 !important;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);
	border: 0px solid;
	border-radius: 0;
	overflow: visible;
	z-index: 99999;
}
	
	ul.flexnav {
		display: flex;
    	align-items: stretch; /* Default */
    	justify-content: space-between;
    	width: 100%;
		max-height: inherit;
	}
	
	ul.flexnav > li {
		display: block;
    	flex: 0 1 auto; /* Default */
	}


.flexnav > li > a {
		position: relative;
		width: auto;
		padding-left: 0px !important;
		padding-right: 0px !important;
	 }
	
/*	
.flexnav > li.item-with-ul > a:after {
		font-family: "fontawesome";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		text-align: center;
		height: 15px;
		 content:"\f078"; 
}
		 
*/	
	
	.flexnav > li.item-with-ul {
		min-width: auto !important;
		display: inline-block !important;
	}
	
.flexnav li.item-with-ul a {
    padding-right: 15px;
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    right: 0;
    width: 30px;
    height: 100%;
    display: inline-block;
    background: none;
    text-align: center;
	border: 0px solid;
}
	
	.flexnav > li > a {
		position: relative;
		/* min-height: 70px; */
		vertical-align: middle;
	}
	
.flexnav > li > .touch-button {
	position: absolute;
	height: 20px;
	width: 100%;
	top: inherit;
	bottom: 0px !important;
	}
	
.flexnav > li > span.touch-button > .navicon {
	top: 0em;
	bottom: 0px !important;
	display: none;
}
	
	
	.flexnav > li > span.touch-button:after {	
		font-family: "fontawesome";
		font-size: 80%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: inherit;
		width: 100%;
		text-align: center;
		content:"\f078";
	}
	

.flexnav li ul .touch-button .navicon {
	top: .75em;
}

.hero-slider {
	margin-bottom: 0px;
	padding: 0;
}

.hero-slider .slides li {
    /*padding-top: 40px;
		height: auto;*/

    min-height: auto !important;
}

.hero-slider .slides li div {
	height: 475px;	
}

.hero-slider .slides li img {
	opacity: 1;	
}

.hero-slider .slides li .heroImage {
	margin-left: 0;
	height: auto !important;
}

.hero-slider .flex-control-nav.flex-control-paging {
    width: 400px;
    position: absolute;
	display: block;
	clear: both;
    top:  10px !important;
	left: 5%;
    text-align: left;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
    z-index: 10;
	margin: 15px 0;
}


.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}
	
.adListScroll .flex-direction-nav {
		/* display: none; */
	}

.hero-slider .flex-direction-nav {
	width: 1170px;
}


.sideBar {
	margin-top: 0;
	padding: 0 15px;
	}

.promoBox {
	min-height: 200px !important;
	height: auto !important;	
	margin: 0 0 15px 0;
	padding: 25px 20px 25px 25px;
	/*font-family : "museo_sans100";*/
	font-size : 15px;
	line-height : 19px;
	letter-spacing : 0.3px;
}

.homeUpdates {
	height: auto !important;
	padding-bottom: 0;	
}

.updateThumb {
	
}


.homeUpdates p.homeUpdateTitle {
	top: 115px;
	border: 0px solid;
}

.homeUpdates .titleWrapper {
	/*display: block;
	height: 90px;*/
}

.homeUpdates p.abstract {
	/*font-size: 15px;
	line-height: 20px;*/
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
	
	
	/*height: 145px;*/
}

.footer-container .socialIcons {
	display: block;
	margin: 15px 0;
	text-align: right;
}

.myriadLogoContainer {
	display: block;
}

/*.myriadLogo {
	position: absolute;
	right: 0;
}*/

/* Subpage */

.main-container .mainText {
	margin-bottom: 15px;	
}


.sfTxtLarge .sfTxt {
	min-height: 500px;	
}


}