
@media only screen and (min-width: 1200px) {

.mainLogo {
	height: 75px;	
}


.navbar {
	font-family : "museo_sans700";
	font-weight: normal;
	font-size : 16px;
	line-height: 15px;
	/*height: 75px;*/
	color : #3C3C3B;
	color : rgb(60, 60, 59);
	margin: 0 0 0 0;
	padding: 0 10px !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;
}


.flexnav li a {
		width: auto;
		padding-left: 15px;
		padding-right: 30px !important;
	 }
	 
	 

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: inline-block;
    background: none;
    text-align: center;
	border: 0px solid;
}

.flexnav li ul .touch-button .navicon {
	top: .75em !important;
}

.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;
}

.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;	
}


}