
/* @ FONT FACE INCLUDES */

@font-face {
    font-family: 'Muli';
    src: url('../fonts/muli/muli-regular-webfont.eot');
    src: url('../fonts/muli/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/muli/muli-regular-webfont.woff') format('woff'),
         url('../fonts/muli/muli-regular-webfont.ttf') format('truetype'),
         url('../fonts/muli/muli-regular-webfont.svg#MuliRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GLOBAL RESETS */
html, body{
	margin: 0;
	height: 100%;
	background-color: #E9ECED;
	font-family: 'Muli', Arial, sans-serif;
	color: #7E858B;
}

ul{  	
	list-style: none;
	margin: 0;
	padding: 0;	
}

a{
	text-decoration: none;
	cursor: pointer;
}

img{	
	border: none;
}

/* GLOBAL STYLES */

#main-wrapper{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -205px; /* the bottom margin is the negative value of the footer's height */
}

h1{
	font-family: 'Muli', Arial, sans-serif;
	font-size: 40px;
}

p{
	font-family: 'Muli', Arial, sans-serif;
	font-size: 16px;
}

.page-wrapper{
	width: 1024px;
	margin: 40px auto 0;
	position: relative;
}

.content-wrapper{
	font-family: 'Muli', Arial, sans-serif;
	background: #38404b;
	width: 1024px;
	margin: 40px auto 80px;
	position: relative;
	min-height: 200px;
	color: white;
	-webkit-box-shadow:  0px 2px 2px 2px rgba(0, 0, 0, .4);
	box-shadow:  0px 2px 10px 2px rgba(0, 0, 0, .4);
}

.content-wrapper p{
	font-size: 16px;
	color: white;
}

.dropdown-menu.place{
	z-index: 100 !important;
}

.dropdown-menu{
	z-index:20001 !important;
}

.slimScrollDiv{
	z-index:1;
}

.open{
	z-index:2002 !important;
}



/* HEADER */

#header{
	width: 100%;
	background: #E9ECED;
	height: 90px;
	font-family: 'Roboto', sans-serif;
	
}

#header-wrapper{
	width: 1024px;
	margin: 0 auto;
	height:90px;
}


#logo-wrapper{
	width: 362px;
	height: 90px;
	background: none;
	float: left;
}

#logo{
	margin:0;
	float: right;
}

#nav-wrapper{
	height: 90px;
	background:none;
	width: 655px;;
	float:left;
}

#nav{
	margin-left: 20px;
}

#nav li{
	position: relative;
	float: left;
	border: none;
	margin: 0 8px;
	height: 90px;
}

#nav li.active{}

#nav li a{
	display: block;
	position: relative;
	font-size: 20px;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	height: inherit;
	color: #5c5c5c;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

#nav li a span {
	line-height: 90px;
}

#nav li.active{
	border:none;
	background-color: #9DA9B0;
}

#nav li.active a{
	color: #ffffff;
}

/* FOOTER */

#footer-wrapper, .push {
	height: 185px; /* .push must be the same height as .footer - also match #main-wrappers bottom margin */
	padding-top: 20px;
}

#footer-wrapper{
	background-color: #E9ECED;
	width: 100%;
	color: #1c2d34;
	position: relative;
	text-align: center;
	font-family: 'Muli', Arial, sans-serif;
	font-size: 14px;
}

.footer-list{
	display: table;
	position: relative;
	padding: 0px;
	margin: 0 auto;
	height: 40px;
}

.footer-list li{
	float: left;
	margin: 0 4px; 
}

.footer-list li a{
	color: #515151;
	font-family: 'Roboto', sans-serif;
}

.full-width{
	display: block;
	position: relative;
	color: #a1a1a1;
	font-size: 14px;	
}

#sister-links li, #sister-links li a, .full-width a{
	color: #8f8f8f;
}

#sister-links li{
	font-size: 14px;
}

/* MOBILE MENU */

#main-wrapper{
	position: relative;
}

.grayout {
	text-align: center;
 	background: #d8d8d8;
}

#mobile-menu-btn{
	background: url('../images/ui/menu-btn.png') no-repeat;
	display: none;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*border: 3px solid #1c2d34;*/
	cursor: pointer;
	text-indent: -9999px;
}

#mobile-menu{
	position:absolute;
	background-color: #d8d8d8;
	width: 300px;
	height: 100%;
	margin-left: -304px;
	color: white;
	overflow: hidden;
	z-index: 135;
	font-family: 'Muli', Arial, sans-serif;
}

#mobile-menu{
	-webkit-box-shadow: inset 4px 0px 0px 0px rgba(0, 0, 0, .2);
	box-shadow: 4px 0px 0px 0px rgba(0, 0, 0, .2);
}

#footer-wrapper, #mobile-menu, #logo, #logo-wrapper{
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
}

#main-wrapper{
	transition: margin-left .4s ease-out;
	-webkit-transition: margin-left .4s ease-out;
	-moz-transition: margin-left .4s ease-out;
	-o-transition: margin-left .4s ease-out;
	-ms-transition: margin-left .4s ease-out;
}

#main-wrapper.menu-open, #footer-wrapper.menu-open{
	margin-left: 300px;
}

#mobile-menu.menu-open{
	margin: 0px;
}

#menu-button{
	background: url('../images/ui/mobile_menu_btn.png');
	position: absolute;
	z-index: 35;
	width: 49px;
	height: 39px;
	top: 15px;
	left: 15px;
	display: none;
}

#mobile-nav-header{
	display: block;
	width: 219px;
	height: 40px;
	padding: 10px 20px;
	color: white;
	font-size: 32px;
	font-family: 'IrishGrover';
	background: white;
}

#mobile-nav li{
	width: 100%;

}

#mobile-nav li a{
	display: block;
	width: 280px;
	height: 40px;
	margin: 0 10px;
	padding: 20px 0;
	color: #7f7f7f;
	font-size: 32px;
	border-bottom: 3px white solid;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

.scrollable{
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 40px;
	width: 300px;
	position: absolute;
	top: 0px;
	bottom: 0px;
}

#content-cover{
	width: 100%;
	height: 100%;
	background: black;
	opacity: .6;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 125;
	display: none;
}

#active-page-indicator{
	display: none;
	position: absolute;
	left: 244px;
	top: 0px;
	height: 18px;
}

.mobile-drop-down li{
	position: absolute;
	display: block;
	width: 280px;
	height: 40px;
	margin: -3px 0px 0px;
	padding: 20px 0;
	color: white;
	font-size: 32px;
}

#mobile-nav li ul.mobile-drop-down li a{
	display: block;
	width: 280px;
	height: 40px;
	margin: 0 10px;
	padding: 0px 0;
	color: #312e2f;
	font-size: 32px;
	border: 0px;
}

.mobile-drop-down li.open{
	position: relative;
	cursor:pointer;
}

.mobile-drop-down .top-item{
	background: #5e91ac;
}

#mobile-drop-down.top-item{
	padding-left: 10px;
	font-family: 'Roboto', sans-serif;
	background: #b5b6b6;
	font-weight: 100;
}

.top-item{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 10;
	cursor: pointer;
}



/* MAIN CSS MEDIA QUERIES */
@media (max-width: 1024px){

	.slider-content-wrapper{
                background-color: #E9ECED !important;
        }

	.go-btn {
		/*background-color: #9DA9B0 !important;*/
		background: none !important;
		left: 44% !important;
		color: #312e2f !important;
	}


	#mobile-menu-btn{
		display: block;
	}

	#header{
		background: #E9ECED;
		height:39px;
	}

	#header-wrapper{
		width: 768px;
		height:39px;
	}

	#logo-wrapper{
		width: 165px;
		background: none;
    	float: none;
    	margin: 0 auto;
    	text-align: center;
	}

	#logo{
		float: none;
		width: 100%;
		/*margin: 5px 0 0 0;*/
	}

	#nav-wrapper{
		display: none
	}

	#footer-wrapper{
		font-size: 12px;
	}

	.footer-list li:nth-child(2n){
		margin: 0;
	}

	.page-wrapper{
		width: 768px;
	}

	.content-wrapper{
		width: 768px;
	}

}

@media (max-width: 767px){

 	.go-btn {
                left: 33% !important;
        }

	#header-wrapper{
		width: 320px;
	}

	#logo-wrapper{
		width: 200px;
    	margin: 0 auto;
	}

	#logo{
		/*margin-top: 12px;*/
		margin-top: -6px;
		width:100%;
	}

	.footer-list{
		width: 50%;
		float: left;
		height: 200px;
		z-index: 25;
	}

	.footer-list li{
		float: none;
		text-align: left;
		margin-left: 10px;
	}

	#main-wrapper{
		margin: 0 0 -285px; /* the bottom margin is the negative value of the footer's height */
	}

	#footer-wrapper, .push{
		height: 265px;
	}

	.full-width{
		text-align: left;
		margin-left: 10px;
	}

	.full-width span{
		display: block;
		font-size:12px;
	}

	.page-wrapper{
		width: 320px;
	}

	.content-wrapper{
		width: 320px;
	}

}

