@font-face {
    font-family: 'OpenSansRegular';
    src: url('../assets/opensans-regular-webfont.eot');
    src: url('../assets/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/opensans-regular-webfont.woff') format('woff'),
         url('../assets/opensans-regular-webfont.ttf') format('truetype'),
         url('../assets/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansSemiboldRegular';
    src: url('../assets/opensans-semibold-webfont.eot');
    src: url('../assets/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/opensans-semibold-webfont.woff') format('woff'),
         url('../assets/opensans-semibold-webfont.ttf') format('truetype'),
         url('../assets/opensans-semibold-webfont.svg#OpenSansSemiboldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sans_lightregular';
    src: url('../assets/opensans-light-webfont.eot');
    src: url('../assets/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../assets/opensans-light-webfont.woff') format('woff'),
		 url('../assets/opensans-light-webfont.ttf') format('truetype'),
		 url('../assets/opensans-light-webfont.svg#open_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../assets/opensans-bold-webfont.eot');
    src: url('../assets/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../assets/opensans-bold-webfont.woff') format('woff'),
		 url('../assets/opensans-bold-webfont.ttf') format('truetype'),
		 url('../assets/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	overflow: auto;
	height: 100%;
	background: #183e62;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 1.5;
	overflow: visible!important;
	color: #221e1f;
	height: 100%;

}

.page-bg {
	position: absolute;
	width: 100%;

	height: 525px;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

.page-bg img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	min-width: 1280px;
}
/* .01 General Elements
---------------------------------------------------------------------------- */

a { color:#56a2d6;text-decoration: none; outline: none; }
a:hover {  text-decoration: underline; }

h1 {  }

h3 {  }
h4 {  }

.iepngfix {}


/* .03 layout
---------------------------------------------------------------------------- */
#wrapper {
	min-width: 960px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	min-height: 100%;
}

.page-center {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


/* .04 header
---------------------------------------------------------------------------- */

div#header {
	border-top: 10px solid #183e62;
}

div#header a.logo {
	position: absolute;
	top: 33px;
	left: -67px;
}

div#header a.logo:hover img:first-child,
div#header a.logo img {
	display: none;
}

div#header a.logo:hover img:last-child,
div#header a.logo img:first-child {
	display: block;
}

/* .05 Navigation
---------------------------------------------------------------------------- */

div#menu {
	float: right;
	margin-bottom: 20px;
}

div#menu ul {
}

div#menu ul li {
	float: left;
	position: relative;
}

div#menu ul li a{
	 font-family: 'OpenSansRegular';
	 font-size: 15px;
	 color: #FFF;
	 background: #183e62;
	 display: block;
	 line-height: 41px;
	 padding: 0 21px;
	 transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.5s;
	text-decoration: none;
}

div#menu >div>ul >li:hover>a,
div#menu ul li a:hover {
	background: #2c5a87;
}

div#menu ul li.current-menu-item > a,
div#menu ul li a:active {
	background: #56a2d6;
}

div#menu ul li ul {
	 position: absolute;
	 top: 41px;
	 right: 0;
	 display: none;
}


div#menu ul li:hover ul {
	display: block;
}

div#menu ul li li {
	float: none;
	clear: both;
	height: 32px;
}

div#menu ul li ul a {
	display: block;
	line-height: 32px;
	font-size: 13px;
	text-align: right;
	white-space: nowrap;
	height: 32px;
}

div#menu ul li ul {
	float: right;
	background: #183e62;
}

.ie7 div#menu ul li ul li a,
.ie7 div#menu ul li ul li {
	width: 100%;
	min-width: 100px;
}


div.visual {
	text-align: right;
	clear: both;
	padding-bottom: 51px;
}

div.visual h2 {
	font-size: 34px;
	font-family: 'open_sans_lightregular';
	color: #1e1a1b;
	padding-bottom: 12px;
}

div.visual a {
	float: right;
	display: block;
	background: #b7310d url(../img/ico_arrow.gif) no-repeat right 15px;
	font-family: 'OpenSansSemiboldRegular';
	font-size: 16px;
	color: #FFF;
	padding: 7px 42px 7px 18px;
	transition:  0.5s;
	-moz-transition: background-color 0.5s; /* Firefox 4 */
	-webkit-transition: background-color 0.5s; /* Safari and Chrome */
	-o-transition: background-color 0.5s;
	text-decoration: none;
	border-top: 1px solid #d27d66;
	border-left: 1px solid #d27d66;
	border-right: 1px solid #802209;
	border-bottom: 1px solid #772008;
	margin-left:20px;
}

div.visual a:hover {
	background-color: #962001;
}

div.visual a:active {
	background-color: #962001;
	border-top: 2px solid #590a00;
	border-left: 2px solid #590a00;
	border-right: 1px solid #962001;
border-bottom: none;
background-position: right 14px;
padding: 6px 42px 8px 17px;
}

.menu-list-center {
	position: relative;
	z-index: 2;
}

.menu-list li {
	font-family: 'OpenSansRegular';
	font-size: 14px;
	width: 260px;
	float: left;
	background: url(../img/bg_li.png) repeat;
	margin-left:90px;
	cursor: pointer;
}

.menu-list li:first-child {
	margin-left: 0;
}

.menu-list li h2 {
	font-size: 18px;
	color: #FFF;
	line-height: 50px;
	background: #56a2d6 url(../img/ico_menu.gif) no-repeat right 0;
	padding: 0 60px 0 18px;
}

.menu-list li h2 a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.menu-list li:hover h2 {
	background-position: right bottom;
	background-color: #448dbf;
}

.menu-list li .image {
	position: relative;
	width: 260px;
	height: 94px;
	overflow: hidden;
}

.menu-list li .image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.menu-list li .text {
	padding: 10px 15px 15px 20px;
	line-height: 1.7;
}

/* .06 Layout
---------------------------------------------------------------------------- */

div#main {
	background: #183e62;
	min-height: 200px;
	padding-bottom: 160px;
	position: relative;
	z-index: 1;
	padding-top: 76px;
	margin-top: -26px;

}

/* .07 Main
---------------------------------------------------------------------------- */


/*  Footer
---------------------------------------------------------------------------- */

div#footer {
	width: 100%;
	margin: 0 auto;
	background: #183e62 url(../img/bg_footer.png) no-repeat center;
	height: 141px;
	text-align: center;
	margin-top: -141px;
	position: relative;
	z-index: 2;
}

div#footer p.copyright {
	background: url(../img/ico_spl.png) no-repeat right 0;
	display: inline-block;
	font-size: 11px;
	color: #56a2d6;
	padding-right: 21px;
	line-height: 2.8;
	margin-top: 90px;
}

.ie7 div#footer p.copyright {
	display: inline;
}

div#footer p.copyright a {
	color: #56a2d6;
	text-decoration: none;
}

div#footer p.copyright a:hover {
	text-decoration: underline;
}


/* .09 content
---------------------------------------------------------------------------- */


div#main.home-page {
	margin-top: 60px;
	padding-top: 28px;
}
.home-list {}

.home-list li {
	width: 445px;
	float: left;
	color: #FFF;
	font-size: 15px;
}

.home-list li:last-child {
	float: right;
}

.home-list li h2 {
	font-family: 'OpenSansSemiboldRegular';
	font-size: 20px;
	padding-bottom: 10px;
}

.home-list li img {
	border: 4px solid #2c5b88;
	margin-left: 0;
	margin-top: 5px;
	float: left;
}

.home-list li .right {
	padding-left: 120px;
}

.home-list li .right a {
	font-family: 'OpenSansRegular';
	color: #FFF;
	font-size: 16px;
	line-height: 29px;
	text-decoration: none;
	border-top: 2px solid #56a2d6;
	border-left: 2px solid #56a2d6;
	background: #56a2d6;
	padding: 0 16px;
	display: block;
	float: left;
		 transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	margin-top: 20px;
}

.home-list li .right a:hover {
	border-top: 2px solid #2b5985;
	border-left: 2px solid #2b5985;
	background: #2b5985;
}

.home-list li .right a:active {
	border-top: 2px solid #113058;
	border-left: 2px solid #113058;
	background: #2b5985;
}

#col-left {
	float: left;
	width: 351px;
}

#col-left .thumbs img {
	border: 8px solid #2c5b88;
	width: 335px;
	height: auto;
}

#content {
	width: 560px;
	float: right;
}

.bcrumbs {
	font-family: 'OpenSansRegular';
	color: #7fb8df;
	font-size: 12px;
	padding-bottom: 5px;
}

.bcrumbs a {
	color: #56a2d6;
}

h1.title {
	font-size: 26px;
	color: #FFF;
	font-family: 'OpenSansSemiboldRegular';
	padding-bottom: 5px;
}

.intro-content {
	color: #FFF;
	font-size: 16px;
	font-family: 'OpenSansRegular';
	padding-bottom: 13px;
}
.partnerPage h1.title{
	padding-bottom:8px;
}
.ingress{
	font-size:16px;
	font-family: 'OpenSansRegular';
	line-height:24px;
	color:#fff;
	margin-bottom:30px;
}
ul.partners li {
	color:#fff;
	background-color:#2c5a87;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}
ul.partners li .content{
	padding:10px;
	overflow:hidden;
}
ul.partners li .content > img{
	float:left;
	margin-right:20px;
}
ul.partners li  h2{
	font-size: 18px;
	color: #FFF;
	font-family: 'OpenSansSemiboldRegular';
	padding-top:4px;
}
ul.partners li .function{
	font-style:italic;
	font-size:14px;
	font-family: 'OpenSansRegular';
	margin-bottom:15px;
}
ul.partners li .text{
	font-size:14px;
	font-family: 'OpenSansRegular';
	line-height:24px;
	height: 96px;
	overflow:hidden;
	-moz-transition: height 1s;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	-ms-transition: height 1s;
	transition: height 1s;
}
ul.partners li.full .text{
	-moz-transition: height 1s;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	-ms-transition: height 1s;
	transition: height 1s;
}
ul.partners li p{
	padding-bottom:10px;
}
ul.partners li .hidden{
	position:absolute;
	z-index:-1;
	font-size:14px;
	font-family: 'OpenSansRegular';
	line-height:24px;
	overflow:hidden;
	-moz-transition: height 1s;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	-ms-transition: height 1s;
	transition: height 1s;
}
ul.partners li .text a.site{
	display:inline-block;
	color:#56a2d6;
	clear:left;
	height:25px;
	margin-top:25px;
	font-family: 'OpenSansSemiboldRegular';
}
ul.partners li .text a.site .address {
	display:inline-block;
	padding-right:10px;
	float:left;
}
ul.partners li .text a.site .icon{
	display:inline-block;
	background:url(../img/icon-site.png) no-repeat 0 5px;
	width:25px;
	height:25px;
}
ul.partners li  .more{
	cursor:pointer;
	height:27px;
	clear:both;
	line-height:27px;
	background: #3c6fa0 url(../img/icon_partner.png) no-repeat center 5px;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition:background-color 1s;
	transition:background-color 1s;
}
ul.partners li  .more:hover{
	background-color:#56a2d6;
}
ul.partners li.full  .more{
	background: #3c6fa0 url(../img/icon_partner.png) no-repeat center -22px;
}







.gform_wrapper {
	padding-top: 10px;
}

.gform_wrapper div.validation_error {
	display: none;
}

.wp-editor .gform_wrapper li,.wp-editor .gform_wrapper ul{
	padding-left: 0;
	background: none;
	padding-bottom: 0;
}
 .gform_wrapper .gform_heading {
	padding-bottom: 15px;
}
.gform_wrapper .gform_title {
		color: #FFF;
	font-size: 18px;
	font-family: 'OpenSansRegular';
}

.wp-editor .gform_wrapper li.gfield {
	padding-bottom: 10px;
	overflow: hidden;
}

.wp-editor .gform_wrapper li.gfield .ginput_container {
	/*float: left;*/
}

.gform_wrapper .gfield.gfield_error .gfield_label {

}

.gform_wrapper .gfield.gfield_error input,
.gform_wrapper .gfield.gfield_error textarea {
	border: 1px solid #fff!important;
	background: #ffe0e0;
}

.gform_wrapper li.gfield.gfield_error {
	padding-bottom: 10px !important;
}

.gform_wrapper .gfield.gfield_error .validation_message {
	float: left;
	/*background: url(../img/bg_error.gif) no-repeat 0 0;*/
	height: 20px;
	line-height: 20px;
	padding: 0 6px 0 13px;
	margin-top: 6px;
	margin-left: 10px;
}

.gform_wrapper .gfield .gfield_label {
	font-size: 14px;
	padding-bottom: 5px;
	display: block;
}

.gform_wrapper .gfield input[type=text] {
	padding-left: 10px;
	height: 26px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	width: 373px;
	border: 1px solid #FFF;
}

.gform_wrapper .gfield textarea {
	width: 373px;
	height: 90px;

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	padding-left: 10px;
	padding-top: 10px;
	border: 1px solid #FFF;
}

.gform_wrapper .gform_footer .gform_button {
	float: left;
	font-family: 'OpenSansRegular';
	font-size: 16px;
	color: #FFF;
	width: 116px;
	text-align: center;
	border: none;
	background: #56a2d6;
	border-left: 2px solid #56a2d6;
	border-top: 2px solid #56a2d6;
	cursor: pointer;
	padding: 6px;
	display: block;
}

.gform_wrapper .gform_footer .gform_button:hover {
	background: #2b5985;
	border-left: 2px solid #2b5985;
	border-top: 2px solid #2b5985;
}

.gform_wrapper .gform_footer .gform_button:active {
	background: #2b5985;
	border-left: 2px solid #113058;
	border-top: 2px solid #113058;
}

.gfield_checkbox,
.gfield_radio {
	height: auto;
	overflow: hidden;
}

.gfield_checkbox li,
.gfield_radio li{
	float: left;
	padding-right: 10px;
}







