/* @override http://localhost:8000/static/css/style.css */
html {
	   -webkit-font-smoothing: antialiased;
}

body{
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #1a1a1a;
	font-family: 'Source Sans Pro', arial, sans-serif;
    -webkit-text-size-adjust: none;
    min-width: 980px;
    overflow-x: hidden;
}

p {
    font-size: 16px;
    color: rgb(110,110,110);
    -webkit-font-smoothing: antialiased;
    font-family: 'Source Sans Pro', arial, sans-serif;
}

h1 {
    margin: 0 0 10px 0;
    font-size: 23px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: rgb(0,64,113);
}

h2 {
    padding: 0;
    margin: 0 0 8px 0;
    font-size: 20px;
    color: rgb(0,64,113);
     -webkit-font-smoothing: antialiased;
}

h3{
	-webkit-font-smoothing: antialiased;
}


a {
	color: #908D9A;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #000000;
}

a:visited {
	
}

a img{
	border: none;
}



#logo img{
/*	width: 250px;*/
}

#logo {
	position: relative;
	z-index: 999;
}

#logo.active{
	display: block;
	float: left;
	position: relative;
	z-index: 3;
	margin: 10px 0 0 0;
}

#logo_white  {
	display: block;
	position: relative;
	z-index: 3;
	width: 960px;
	margin: 20px auto -62px 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: none;
}

#logo_white, #logo {
	display: none;
}



#topNavWrap {
	float: left;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	text-align: center;
	background: rgb(0,64,113);
	height: 54px;
	-moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
    	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#topNav {
	width: 980px;
	margin: 0 auto;
	padding: 0 0px 0 0px;
}

#topNav ul {
	float: left;
	width: 96%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	padding: 13px 4% 0px 0;
}

#topNav ul li{
	float: left;
	display: block;
	margin: 0 30px 0 0;
	padding: 0;
	font-size: 15px;
    font-weight: 400;
	font-family: 'Oswald', arial, sans-serif;
	text-align: left;
	color: #fff;

}

#topNav ul li a, .llmag{
	text-decoration: none;
	color: #638AA8;

}

#topNav ul li a:hover, .llmag:hover {
	color: #fff;
}

#topNavWrap.active {
	background: none;
}

#topNavWrap.active #topNav {
	opacity: 0;
}

#menu {
	float: left;
	width: 44px;
	padding: 12px 6px 0px 4px;
	height: 42px;
    background: rgb(0,64,113);	
    top: 0px;
    left: 0;
    border-right: 2px solid #fff;
    cursor: pointer;
    position: fixed;
    z-index: 1000000;
}

#menu p{
	position: relative;
	top: 4px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

#menu.active p, #menu p.active{
/*	color: rgb(0,64,113);*/
	color: #fff;
}

.navBlock.llmag {
	display: none;
}

#menuSub {
	display: block;
}

.menuText {
	float: left;
	margin-top: 4px;
	margin-right: 6px;
}

#menu.active{
cursor: pointer;
background-position: 0 -29px;
z-index: 99999999 !important;
}

#nav {
	position: fixed;
/*	z-index: 4;*/
	margin: 0% auto;
	width: 100%;
	float: left;
	min-width: 950px;
	z-index: 9999;
	min-height: 0;
	top: -600px;
	height: 600px;
	background: #ffffff;
	-moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
}

#nav.active {
	top: 0;
	z-index: 999999 !important;
	background: #ffffff;
	box-shadow: 0 0 4px rgba(0,0,0,0.35);
}

#nav.fixed {
/*	background: rgba(17,23,44, 0.97)*/;
}


#navInner {
    margin: 0 auto;
    text-align: center;
	padding: 28px 10px 0 10px;
	width: 960px;
	position: relative;
	z-index: 999;
}


#menuNav {
	float: left;
	width: 100%;
	margin: 40px 0 130px 0;
}

#menuNav ul{
	display: block;
	list-style: none;
	margin: 0 auto;
    text-align: left;
	padding: 0;
    width: 980px;
	position: relative;
}

#menuNav ul li{
	float: left;
	display: block;
	list-style: none;
	padding: 0 0px 0 0px;
	margin: 0;
	text-align: center;
}


#menuNav ul li#last{
    border-right: none;
}

#menuNav ul li.active a, #menuNav ul li a:hover {
	/*font-weight: bold;*/
 	color: rgb(0,64,113);
}

#menuNav ul li h2{
	font-size: 20px;
    font-weight: 400;
	font-family: 'Oswald', arial, sans-serif;
	text-align: left;
}

#menuNav ul li a{
	text-decoration: none;
	color: rgb(128,128,128);
	font-size: 16px;
    font-weight: normal;
	font-family: 'Source Sans Pro', arial, sans-serif;    
    -webkit-font-smoothing: antialiased;
	text-align: left;
	width: 100%;
	line-height: 200%;
    float: left;
}


#menuNav ul li.col {
	float: left;
	width: 25%;
}

.navBlock {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}


#center {
	float: left;
/*	width: 940px;*/
	margin: 0 auto;
    text-align: center;
    position: relative;
    top: 62px;
/*    padding: 0 20px 0 20px;*/
	width: 100%;
	min-height: 0;
	z-index: 1;
}

#center.fixed {
    position: relative;
    top: 168px;
}

.footerWrap {
    width: 100%;
    float: left;

    margin: 0px 0 80px 0;
    position: relative;
    top: 0px;
    z-index: 9999;
    background: #fff;
}


.footArrowWrap {
	width: 960px;
    padding: 0px 10px 0 10px;
    margin: 0 auto;
    text-align: center;
   position: relative;
}

.footArrow {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 3;
}

.footArrow.ov{
	top: -35px;
}

.footArrow img{
	float: left;
}

.footArrow:hover{
	cursor: pointer;
}


.footer {
	width: 760px;
	padding: 0 100px 0 100px;
	margin: 0px auto 0 auto;
	font-size: 12px;
    display: block;
    position: relative;
    clear: left;
	text-align: center;
}

.footLine {
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	position: relative;
	z-index: 3;
}

#footNav {
	float: left;
	text-align: left;
	color: #1a1a1a;
	width: 260px;
	margin-top: 20px;
}

#footNav h3, .footContact h3{
	color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
   	font-family: 'Source Sans Pro', arial, sans-serif;
    -webkit-text-size-adjust: none;
    font-size: 13px;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
}

#footNav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footNav ul li {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}

#footNav ul li a{
	text-decoration: none;
	color: #1a1a1a;

}

#footNav ul li a:hover, #footNav ul li.active a{
	color: #000000;
}

.footBlock {
    float: right;
    text-align: right;
    width: 400px;
    margin: 20px 0 250px 0;
}

.footBlock a{
	text-decoration: none;
	padding-right: 15px;
	color: #1a1a1a;
}

.footBlock a:hover {
	color: rgb(110,110,110);
}

.footContact {
	float: left;
	width: 300px;
	text-align: left;
	margin-top: 20px;
}


.socialLinks {
	margin: 2% 0 0 0;
}

.socialLinks a{
	margin-right: 2%;
}

.crumbWrap {
	float: left;
	position: relative;
	top: 0;	
}

.crumbs.fixed {
	position: fixed;
	top: 0px;
	z-index: 99999;
}

.crumbs {
	font-size: 16px;
	float: left;
	clear: left;
	width: 100%;
	border-bottom: 1px dotted #eee;
	padding: 0 0 1% 0;
	margin: 0 0 4% 0;
}


.crumbs ul{
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.crumbs ul li {
	display: block;
	float: left;
	margin: 0 5px 0 0;		
	line-height: 18px;
}

.crumbs ul li a{
	font-size: 17px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	padding: 0 5px 0 5px;
    text-decoration: none;
}

.crumbs ul li.current a{
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	line-height: 18px;
}

.errorlist li {
	text-align: left;
	float: left;
	color: #d40000;

}

#loading {
	top: 0;
	position: fixed;
	top: 20%;
	left: 45%;
}

.portMed {
	display: none;
}


.plusPeople {
		float: right;
		width: 28px;
		height: 28px;
		background: url('/static/images/plus-01.png') no-repeat;
		background-size: 100% auto;
		position: relative;
		margin-top: 2px;
		z-index: 99999999 !important;
		cursor: pointer;
		margin-bottom: 4px;
	}

.plusPeople.active {
background-position: 0 -28px;
}

.deptWrap {
display: none;
width: 100%;
float: left;
position: relative;
}



