/* footer background-color fix */
/* change wrapper-div background-color for different background-color for content */
body {
	background-color:#000;
}

/* wp-header */

header.wp-header {
	background-color:#021e47;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	position:relative;
}

header.wp-header * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-header .tagline {
	display:none;
}

.wp-header .wp-logo {
	background: none repeat scroll 0 0 #021E47;
    border-bottom: 1px solid #4376B9;
    box-shadow: 0 0 15px #000000;
    display: block;
    padding: 15px 0 10px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.wp-header .wp-logo a {
	display: inline-block;
    height: 46px;
    vertical-align: bottom;
    width: 227px;
}

.wp-header .wp-logo a img {
    display: block;
    height: 100%;
    width: 100%;
}

.wp-header .toggle {
	background-color: #4376B9;
    background-position: center 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px #000000;
    color: #021E47;
    font-size: 10px;
    height: 43px;
    padding: 27px 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 8;
    line-height:1em;
}

.wp-header .tools {
    background: url("../img/tools-shadow.png") repeat-y scroll 0 0 #3966A0;
    display: none;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 6px 0 0;
    position: absolute;
    top: 100%;
    width: 230px;
    z-index:7;
}

.wp-header .toggle.active {
      color: #000;
      background-color: #305586;
      background-position: center -43px;
      box-shadow: none;
      z-index: 6; 
  }

.wp-header .tools-toggle.active {
    background-color: #4376B9!important;
	-webkit-box-shadow: 0 0 10px #000000!important;
	box-shadow: 0 0 10px #000000!important;
	z-index: 8;
}

.wp-header .tools-toggle.active:after {
    background: url("../img/tools-arrow.png") repeat scroll 0 0 transparent;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 100%;
    width: 12px;
}

.wp-header .tools li:first-child {
    border-top: 0 none;
}

.wp-header .tools li {
    border-top: 1px solid #021E47;
}


.wp-header .tools li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #fff;
	text-align: left;
	padding: 10px 15px 10px 60px;
	line-height: 1.2;
	background: url(../img/tools-sprite.png) no-repeat; 
}
.wp-header .tools li a:after {
content: " \00BB"; }
.wp-header .tools li a:hover {
color: #fed100; }
.wp-header .tools li a.marker {
background-position: left 0; }
.wp-header .tools li a.article {
background-position: left -36px; }
.wp-header .tools li a.vehicle {
background-position: left -72px; }
.wp-header .tools li a.news {
background-position: left -108px; }
.wp-header .tools li a.calendar {
background-position: left -144px; }
.wp-header .tools li a.mail {
background-position: left -180px; }
.wp-header .tools li a.lock {
background-position: left -216px; }
.wp-header .tools li a.eye {
background-position: left -252px; }

.wp-header .quick {
	display: none;
	position: absolute;
	right: 50%;
	top: 52px;
	margin: 0 -450px 0 0;
	list-style: none;
	z-index: 9; 
}

.wp-header .quick {
    display: none;
    list-style: none outside none;
    margin: 0 -450px 0 0;
    position: absolute;
    right: 50%;
    top: 52px;
    z-index: 9;
}

.wp-header .search-toggle {
	background-image: url("../img/header-search-toggle.png");
    float: right;
    width: 60px;
}

.wp-header .search {
	background: none repeat scroll 0 0 #305586;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	display: none;
	left: 0;
	padding: 15px 70px 15px 15px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index:3;
}

 .wp-header .search input[type="text"] {
    border: 1px solid #000000;
    border-radius: 0 0 0 0;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}

.wp-header .search input[type="submit"] {
    background: url("../img/arrow-lightblue.png") no-repeat scroll 0 0 #1B304B;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
}

.wp-header .search label {
    display: none;
}

.wp-header .tools-toggle {
    background-image: url("../img/header-tools-toggle.png");
    float: left;
    width: 60px;
}

.wp-header .menu-toggle {
    background-image: url("../img/header-menu-toggle.png");
    display: block;
    overflow: auto;
    z-index: 7;
}

.wp-header .menu-toggle span {
    display:none;
}

.wp-header .menu {
    background: -webkit-linear-gradient(to bottom, #305586 0px, #4276B9 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(to bottom, #305586 0px, #4276B9 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(to bottom, #305586 0px, #4276B9 100%) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(to bottom, #305586 0px, #4276B9 100%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, #305586 0px, #4276B9 100%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#305586', endColorstr='#4276b9',GradientType=0 );
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	display: none;
	padding: 15px 15px 0;
}

.wp-header .menu a:hover {
	color: #fed100; 
}

.wp-header .menu a:nth-last-child(-n+2) {
    border-bottom: 0 none;
}

.wp-header .menu-toggle.active:after {
    content: "Close Menu";
}

.wp-header .menu-toggle:after {
    content: "Main Menu";
}

.wp-header .menu {
    background: linear-gradient(to bottom, #305586 0px, #4276B9 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 0 10px #000000;
    display: none;
    padding: 15px 15px 0;
}

.wp-header .menu a:nth-child(2n+1) {
    border-right: 1px solid #2F5483;
}

.wp-header .menu a {
      display: inline-block;
      padding: 10px 0;
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      width: 50%;
      border-bottom: 1px solid #2f5483; 
  }

@media (min-width: 768px) {

	.wp-header .wp-logo a {
		height: 57px;
		width: 282px;
	}
	.wp-header .tagline {
		color: #376DA4;
	    display: block;
	    font-family: serif;
	    font-size: 16px;
	    left: 30px;
	    letter-spacing: 1px;
	    position: absolute;
	    top: 30px;
	    z-index: 10;
	}
	.wp-header .search input[type="text"] {
		background: none repeat scroll 0 0 #000000;
		border-color: #666666;
		color: #FFFFFF;
		float: left;
		font-size: 10px;
		height: 20px;
		margin: 0 5px 0 0;
		padding: 0 5px;
		text-transform: uppercase;
		width: 160px;
		border-radius: 0 0 0 0;
	}
	.wp-header .search-toggle  {
        display: none !important;
    }
    .wp-header .search {
        display: block !important;
        position: absolute;
        left: auto;
        right: 30px;
        top: 30px;
        padding: 0;
        box-shadow: none;
        background: none;
        z-index: 9;
    }
    .wp-header .search input[type="submit"] {
	    background: url("../img/search-submit.png") no-repeat scroll 0 0 transparent;
	    border-radius: 0 0 0 0;
	    float: left;
	    height: 20px;
	    position: static;
	    width: 20px;
	    border: 0 none;
	    right: 15px;
    	top: 15px;
	}
}

@media (min-width: 1024px) {
	header .tools-toggle {
        display: none ;
    }
    .wp-header .quick {
        display: block; 
        list-style: none outside none;
	    margin: 0 -450px 0 0;
	    position: absolute;
	    right: 50%;
	    top: 52px;
	    z-index: 9;
    } 
	.wp-header .quick li {
		float: left;
		margin: 0 0 0 10px; 
	}
	.wp-header .quick li a {
		font-weight: bold;
		font-size: 10px;
		color: #a2c2db; 
	}
	.wp-header .quick li a:hover {
		color: #fed100; 
	}
	.wp-header .search {
	    margin-right: -450px;
	    right: 50%;
	    top: 22px;
	}
	.wp-header .search {
	    background: none repeat scroll 0 center transparent;
	    box-shadow: none;
	    display: block !important;
	    left: auto;
	    padding: 0;
	    position: absolute;
	    z-index: 9;
	}
	.wp-header .menu {
		background: none repeat scroll 0 0 #334D6C;
		display: block;
		filter: none;
		padding: 5px 0;
		text-align: center;
		box-shadow: 0 0 10px #000000;
	}
	.wp-header .menu-toggle {
		display:none;
	}
	.wp-header .menu a:nth-child(2n+1) {
		border-right: 0 none;
	}
	.wp-header .menu a {
		border: 0 none;
		font-family: "Verdana",sans-serif;
		font-size: 12px;
		padding: 5px 8px;
		width: auto;
		color: #FFFFFF;
   		display: inline-block;
   		font-weight: bold;
   		text-align: center;
   		line-height:1em;
	}
	.wp-header .wp-logo {
		 box-shadow: none;
	}
	.wp-header .tagline {
		left: 50%;
		margin-left: -450px;
	}
}

/* wp-footer */

.wp-footer, .wp-footer *, .wp-links, .wp-links * {
	-moz-box-sizing: border-box;
}

.wp-links {
	display:none;
}

.row:after {
    clear: both;
}
.row:before, .row:after {
    content: " ";
    display: table;
}

.wp-footer .row {
    padding: 30px 0 40px;
}

.row {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.wp-footer {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.wp-footer .social a {
    display: inline-block;
    height: 50px;
    opacity: 0.6;
    width: 50px;
}

.wp-footer .social a img {
    display: block;
    height: 100%;
    width: 100%;
}

.wp-footer .social a:hover {
      opacity: 1; 
}

.wp-footer .more {
    margin: 15px 0 20px;
}

.wp-footer .more a {
    color: #FFFFFF;
    text-transform: uppercase;
}

.wp-footer .more a:hover {
        color: #fed100; 
}

.wp-footer .info {
    font-size: 10px;
}

.wp-footer .info a {
    color: #FED100;
    text-transform: uppercase;
}

.wp-footer .info a:hover {
    color: #FFFFFF;
}

@media (min-width: 768px) {
	body {
		background-color:#011227;
	}
	.wp-footer .social {
		float: left;
	}
	.wp-footer .more {
		float: left;
		line-height: 50px;
		margin: 0 0 0 10px;
	}
	.wp-footer {
		background: none repeat scroll 0 0 #011227;
		border-top: 5px solid #000000;
	}
	.wp-footer .row {
		padding: 5px 25px 20px 20px;
	}
	.wp-links .row {
    	padding: 0 30px;
	}
	.wp-footer .info {
		float: right;
		font-size: inherit;
		line-height: 50px;
	}
	.wp-links {
	    background: none repeat scroll 0 0 #021E47;
	    border-top: 1px solid #3579B6;
	    color: #9C988D;
	    font-size: 11px;
	    font-weight: bold;
	    padding: 20px 0 30px;
	    display:block;
    	line-height: 1.6;
	}
	.columns {
    	padding: 0 10px;
	}
	.row {
    	max-width: 900px;
    	margin: 0 auto;
    	width: 100%;
	}
	.row .columns {
		float: left;
		position: relative;
	    padding-left: 0px;
	    padding-right: 0px;
	    width: 100%;
	}
	.row .large-3 {
    	position: relative;
    	width: 25%; 
	}
	.row .large-4 {
	    position: relative;
	    width: 33.33333%; 
	}
	.row .large-5 {
	    position: relative;
	    width: 41.66667%; 
	}
	.wp-links ul {
    	list-style: none outside none;
    	margin: 0 0 20px 0;
    	padding:0;
	}
	.wp-links ul li {
    	margin: 0 0 10px;
    	padding:0;
	}
	.wp-links a {
    	color: #98B4CB;
	}
	.wp-links .right {
		float:right;
	}
	.wp-links p {
		font-size: 1em;
		line-height: 1.6;
		margin-bottom: 20px;
		text-rendering: optimizelegibility;
	}
	.wp-links, .wp-footer {
		font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	}
}

@media (min-width: 1024px) {
	.wp-links .row {
		padding: 0;
	}	
	.wp-links .row {
		padding: 0;
	}
	.wp-links .columns {
		padding: 0;
	}
	.wp-footer .row {
    	padding: 5px 5px 20px 0;
	}
}