.page-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.page-banner ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-banner ul li{
    width: 100%;
}
.page-banner ul li.out{
    position: absolute;
    left: 100%;
    top:0px;
}
.page-banner ul li img{
    width: 100%;
    display: block;
}
.page-banner .page-banner-nav{
    background: rgba(38,65,86,0.8);
    position: absolute;
    left: 90px;
    right: 90px;
    bottom: 35px;
    height: 122px;

}
.page-banner .page-banner-nav .page-banner-left{
    background: url("../images/banner-left-arrow.png");
    width:8px;
    height: 16px;
    position: absolute;
    top:calc(50% - 8px);
    left: 38px;
    cursor: pointer;
}
.page-banner .page-banner-nav .page-banner-right{
    background: url("../images/banner-right-arrow.png");
    width:8px;
    height: 16px;
    position: absolute;
    top:calc(50% - 8px);
    right: 38px;
    cursor: pointer;
}
.page-banner .page-banner-nav .page-banner-exit{
    border-radius: 3px;
    background-color: rgb(32, 111, 171);
    position: absolute;
    right: 87px;
    width: 180px;
    height: 46px;
    top:calc(50% - 23px);
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    padding-top: 14px;
}
.page-banner .page-banner-nav .page-banner-title{
    position: absolute;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    left: 75px;
    top:calc(50% - 16px);
    line-height: 1;
}
@media all and (max-width: 1279px) {
    .page-banner .page-banner-nav {
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 80px;
    }
}
@media all and (max-width: 1023px) {
    .page-banner .page-banner-nav .page-banner-title{
        font-size: 25px;
        top:calc(50% - 14px);
    }
}
@media all and (max-width: 900px) {
    .page-banner .page-banner-nav .page-banner-title{
        font-size: 20px;
        top:calc(50% - 12px);
    }
}
@media all and (max-width: 800px) {
    .page-banner .page-banner-nav {
        height:auto;
        padding: 10px 50px;
    }
    .page-banner .page-banner-nav .page-banner-title{
        position: relative;
        font-size: 16px;
        top:auto;
        left:auto;
        right:auto;
        text-align: center;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    .page-banner .page-banner-nav .page-banner-exit {
        right:auto;
        top:auto;
        position: relative;
        margin: auto;
        display: block;
    }
    .page-banner .page-banner-nav .page-banner-left {
        left: 20px;
    }
    .page-banner .page-banner-nav .page-banner-right {
        right: 20px;
    }
}
@media all and (max-width: 480px) {
    .page-banner .page-banner-nav {
        position: relative;
        background-color: #195c8f;
        padding: 20px 50px;
    }
}.page{
    padding: 80px 90px;
}
.page:after{
    display: block;
    content: "";
    clear: both;
    height: 0px;
    visibility: hidden;
}
.page section{
    font-size: 15px;
    font-weight: 400;
    color:#4d4d4d;
    line-height: 1.467;
}
.page.aside section{
    float: left;
    width: calc(100% - 460px);
}
.page.aside-left section{
    float: right;
    width: calc(100% - 290px);
}

.page section h1{
    line-height: 1;
    font-size: 50px;
    color: rgb(49, 49, 49);
    font-weight: 700;
    margin: 0 0 40px;
}
.page section ul{
    padding: 0 0 0 15px;
    margin: 0;
}
.page.aside aside{
    float: right;
    width: 390px;
}
.page.aside:after{
    display: block;
    content: "";
    clear: both;
    height: 0px;
    visibility: hidden;
}
.page.aside-left aside{
    float: left;
    width: 265px;
}
.page.aside-left aside .attachment-post-thumbnail{
    max-width: 100% !important;
    height:auto;
    display: block;
    margin-bottom: 30px;
}
.page.aside-left aside li.pagenav{
    list-style: none;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}
.page.aside-left aside li.pagenav ul{
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    width: 230px;
}
.page.aside-left aside li.pagenav ul li{
    text-align: left;
}
.page.aside-left aside li.pagenav ul li a{
    display: block;
    width: 230px;
    height: 62px;
    background: #f4f4f4 url("../images/link-arrow.png") no-repeat 210px 25px;;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: 400;
    padding: 21px 0 0 25px;
    color: #313131;
}

.page.aside-left aside li.pagenav ul li.current_page_item a{
    background: #206fab url("../images/link-arrow-over.png") no-repeat 210px 25px;;;
    color: #FFFFFF;
}
.home-posts{
    margin-top: 120px;
}
.home-posts article{
    border-bottom:1px solid #eaeaea ;
    padding: 0 0 40px;
    margin: 0 0 40px;
}
.home-posts article h2{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 1.2;
}
.home-posts article .date{
    color: #b4b4b4;
    font-style: italic;
}
.home-posts .more-news{
    position: relative;
    display: block;
    width: 180px;
    height: 46px;
    border-radius: 3px;
    background-color: rgb(32, 111, 171);
    color: #FFFFFF;
    margin: auto;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    padding-top: 13px;
    line-height: 1;
}
.home-alert{
    min-height: 71px;
    max-height: 500px;
    background: #f4f4f4 url("../images/icons/icon-bubble.png") no-repeat 40px 25px;
    border: 1px solid #eaeaea;
    width: calc(100% - 180px);
    position: relative;
    margin: 0 auto -35px;
    z-index: 999;
    opacity: 1;
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    padding: 22px 80px 22px 80px;
    overflow: hidden;
}
.home-alert.closed{
    opacity: 0;
    max-height: 0px;
    min-height: 0px;
    margin: 0 auto;
    padding: 0 80px 0 80px;
}
.home-alert ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    color: #4d4d4d;
}
.home-alert ul li.out{
    display: none;
}
.home-alert.closed ul{
    display: none;
}
.home-alert #close-alert{
    cursor: pointer;
    position: absolute;
    right: 40px;
    top:26px;
}
@media all and (max-width: 1279px) {
    .home-alert {
        width: calc(100% - 90px);
    }
    .page.aside section{
        width: calc(100% - 350px);
    }
    .page.aside aside{
        width: 300px;
    }
}
@media all and (max-width: 1024px) {
    .page {
        padding: 40px 45px;
    }
    .page section h1{
        font-size: 40px;
    }
    .home-posts article h2{
        font-size: 20px;
        font-weight: 700;
    }
}
@media all and (max-width: 769px) {
    .page.aside section{
        float: none;
        width: 100%;
    }
    .page.aside aside{
        float: none;
        width: 100%;
        margin-top: 60px;
    }
    .home-posts {
        margin-top: 60px;
    }
    .page.aside-left section{
        float: none;
        width: 100%;
    }
    .page.aside-left aside{
        position: relative;
        float: none;
        margin: 60px auto 0;
        width: 230px;
        text-align: center;
    }

}
@media all and (max-width: 480px) {
    .page {
        padding: 20px 15px;
    }
    .page section h1 {
        font-size: 30px;
        margin: 0 0 20px;
    }
    .home-alert {
        background: #f4f4f4;
        width: calc(100% - 30px);
        margin: 0 auto 15px;
        padding: 22px 44px 22px 22px;
    }
    .home-alert #close-alert{
        right: 15px;
        top: 15px;

    }
}
.display_archive {
	font-family: 'Open Sans', sans-serif;	
	background-color: #f4f4f4;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 5px;

}
.campaign {
	line-height: 125%; 
	margin: 5px;
	color:#4d4d4d;
}footer{
    margin-top: 100px;
}
footer .footer-logo{
    position: relative;
    background: #FFFFFF url("../images/footer-logo.png") no-repeat center top;
    width: 92px;
    height: 93px;
    margin:0 auto -60px;
}
footer .footer-menu{
    border: double 4px #eaeaea;
    padding: 100px 80px;
    text-align: center;
}
footer .footer-menu ul.menu{
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: left;

}
footer .footer-menu > div > ul > li{
    float: left;
    padding-right: 50px;
}
footer .footer-menu > div > ul > li:last-child{
    padding-right: 0px;
}
footer .footer-menu > div > ul > li > a{
    font-weight: 700;
    font-size: 16px;
    color: #313131;
}
footer .footer-menu > div > ul > li > ul{
    line-height: 1.5;
    max-width: 150px;
    list-style: none;
    padding: 0;
    margin:30px 0 0 0;
}
footer .footer-menu > div > ul > li > ul > li > a{
    font-weight: 400;
    font-size: 16px;
    color: #313131;
}
footer .footer-menu > div:after{
    display: block;
    content: "";
    clear: both;
    height: 0px;
    visibility: hidden;
}
footer .footer-base{
    font-size: 15px;
    color:#b4b4b4;
    text-align: center;
    padding: 35px 0;
}
@media all and (max-width: 1240px) {
    footer .footer-menu {
        padding: 100px 40px;
    }
    footer .footer-menu > div > ul > li{
        padding-right: 35px;
    }
}
@media all and (max-width: 1023px) {
    footer .footer-menu {
        padding: 50px 40px;
    }
    footer .footer-menu ul.menu{
        text-align: center;
    }
    footer .footer-menu > div > ul > li{
        float: none;
        padding-right: 0;
        margin:15px 0 0;
    }
    footer .footer-menu > div > ul > li > ul{
        margin:5px 0 0;
    }
}header{
    position: relative;
    height: 125px;
}
header .logo{
    float: left;
    margin: 33px 0 0 49px;
}
header ul.menu{
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
header ul.menu > li{
    float: left;
    position: relative;
    text-align: center;
    border-left: 1px solid #eaeaea;
}
header ul.menu > li.menu-item-has-children{
    background: url("../images/sub-menu-arrow.png") no-repeat center 60px;
}
header ul.menu > li > a{
    color: #313131;
    font-size: 14px;
    display: block;
    width: 140px;
    height: 100px;
    line-height: 1;
    padding-top: 42px;
}
header ul.menu > li.current-page-parent > a,
header ul.menu > li.current-menu-item > a{
    color: #206fab;
}
header ul.menu > li > ul{
    position: absolute;
    display: none;
    list-style: none;
    padding:20px;
    margin: 0;
    width: 130%;
    background: #f4f4f4;
    top:75px;
    left: -15%;
    text-align: left;
    z-index: 1000;
}

header #menu-item-555 > ul.sub-menu{
    /*width: 150%;
    left: -25%;*/
}

header ul.menu > li:hover > ul{
    display: block;
}
header ul.menu > li > ul > li > a{
    color: #313131;
    font-size: 14px;
}
header ul.menu > li > ul > li.current-menu-item > a{
    color: #206fab;
}

@media all and (max-width: 1279px) {
    header{
        height: 120px;
    }
    header .logo {
        width: 300px;
        margin: 33px 0 0 20px;
    }
    header ul.menu > li > a{
        font-size: 13px;
        width: 120px;
        padding-top: 42px;
    }
    header ul.menu > li > ul > li > a{
        font-size: 13px;
    }
}
@media all and (max-width: 1080px) {
    header .logo {
        width: 250px;
        margin: 36px 0 0 20px;
    }
}
@media all and (max-width: 1024px) {
    header{
        position: relative;
        overflow: hidden;
        height: auto;
        max-height: 120px;
        -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    }
    header.open{
        max-height: 1800px;
    }
    header .logo {
        float: none;
        margin-bottom: 38px;
    }
    header ul.menu{
        float: none;
        position: relative;
        z-index: 1000;
        width: 100%;
        padding: 50px 0 50px 50px;
        border: 1px solid #eaeaea;
        clear: both;
    }
    header ul.menu > li{
        float: none;
        text-align: left;
        border-left:none;
        margin-bottom: 20px;
    }
    header ul.menu > li > a{
        height: auto;
        padding-top:0;
    }
    header ul.menu > li.menu-item-has-children{
        background: none;
    }
    header ul.menu > li > ul{
        position: relative;
        width:auto;
        background:none;
        top:0;
        left:0;
        display: block;
        padding: 5px 0 0 20px;
    }
}
.widget{
    margin-bottom: 80px;
}
.widget h2{
    text-transform: uppercase;
    margin: 0 0 25px;
    color: #313131;
    font-size: 24px;
    font-weight: 700;
}
.links_with_icons{
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.links_with_icons .link_with_icon a{
    display: block;
    height: 61px;
    background: #f4f4f4 url("../images/link-arrow.png") no-repeat 95% 23px;
    color: #313131;
    border-bottom: 1px solid #eaeaea;
    line-height: 1;
}
.links_with_icons .link_with_icon a:hover{
    background: #206fab url("../images/link-arrow-over.png") no-repeat 95% 23px;
    color: #FFFFFF;
}
.links_with_icons .link_with_icon a img{
    float: left;
    margin: 19px 0 0 20px;
}
.links_with_icons .link_with_icon a span{
    float: left;
    margin: 20px 0 0 15px;

    font-size: 16px;
}

.widget_featured_post_widget img[title="thumb"]{
    width: 100%;
    height: auto;
}
.featured_post_widget_title{
    font-size: 24px;
    font-weight: 700;
    color: #313131;
    margin: 20px  0;
    line-height: 1;
}
.widget_featured_post_widget p{
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}
.featured_post_widget_read_more,
.post_read_more{
    display: block;
    color: #206fab;
    font-weight: 700;
    font-size: 16px;
    margin-top: 50px;
    width: 140px;
    background: url("../images/link-arrow.png") no-repeat 100% 2px;
    line-height: 1;
}
@media all and (max-width: 480px) {
    .widget {
        margin-bottom: 40px;
    }
    .widget h2 {
        font-size: 20px;
        margin: 0 0 15px;
    }
}
#menu-burger{
    position: absolute;
    cursor: pointer;
    width:45px;
    height:38px;
    display: none;
    right:10px;
    top:10px;
    z-index: 2001;
}
#menu-burger .menu-line{
    position: absolute;
    width: 24px;
    height: 3px;
    background: #313131;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

#menu-burger .menu-line1{
    top: 10px;
    left: 10px;
}
#menu-burger:hover > .menu-line1{
    top: 8px;
}
#menu-burger.close .menu-line1{
    top: 19px;
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,45deg);
    -moz-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,45deg);
    -o-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,45deg);
    -ms-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,45deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,45deg);
}
#menu-burger .menu-line2{
    top: 18px;
    left: 10px;
}
#menu-burger.close .menu-line2{
    -webkit-transform: scale3d(.9,.9,.9);
    -moz-transform: scale3d(.9,.9,.9);
    -o-transform: scale3d(.9,.9,.9);
    -ms-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
    opacity: 0;
}
#menu-burger .menu-line3{
    top: 26px;
    left: 10px;
}
#menu-burger:hover > .menu-line3{
    top: 28px;
}
#menu-burger.close .menu-line3{
    top: 19px;
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-45deg);
    -moz-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-45deg);
    -o-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-45deg);
    -ms-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-45deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-45deg);
}
#menu-burger.close:hover > .menu-line1{
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,45deg);
    -moz-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,45deg);
    -o-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,45deg);
    -ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,45deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,45deg);
}
#menu-burger.close:hover > .menu-line3{
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-45deg);
    -moz-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-45deg);
    -o-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-45deg);
    -ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-45deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-45deg);
}

@media all and (max-width: 1024px) {
    #menu-burger{
        display: block;
        z-index: 101;
    }

}html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body{
	padding: 0px;
    margin: 0px;
    height:100%;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
    background:#FFFFFF;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
}
#template{
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
#content{

}

img{border: none;}
a{text-decoration: none;color: #206fab;outline: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}

table{
	border:0px;
	padding:0px;
	margin:0px;	
	border-collapse: collapse;
	border-spacing: 0px;
}
td{
	padding:7px;
	margin:0px;
/* 	line-height: 0px; */
}
tr{
/* 	padding:0px; */
	margin:0px;
}
.left{float: left;}
.right{float: right;}
.mouseNo{pointer-events:none;}
.mouseYes{pointer-events:all;}
.block{display: block;}
.inlineBlock{display: inline-block;}
.clear{clear:both;}
.hand{cursor: pointer;}
.op50{
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:0.5;
}
.op30{
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity:0.3;
}
.hide{display: none;}
.hidden{visibility: hidden;}
.center{text-align: center;}
.lowercase{text-transform: lowercase;}
.uppercase{text-transform: uppercase;}
.underline{text-decoration: underline;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.address-me{

}
#current-page-title{
	display: none;
}
.home-posts, .page img{
	height: auto;
    max-width: 100%;
}
/**
 * Pagination
 * */
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display: block;
float: left;
margin: 2px 2px 2px 0;
padding: 6px 9px 9px 9px;
text-decoration: none;
width: auto;
color: #fff;
background: #555;
font-size: 26px;
}

.pagination a:hover{
color:#fff;
background: #3279BB;
}

.pagination .current{
padding: 6px 9px 9px 9px;
background: #3279BB;
color: #fff;
font-size: 26px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
 
/* Text meant only for screen readers. */
.screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        white-space: nowrap;
        height: 1px;
        width: 1px;
        overflow: hidden;
}
 
.screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000; /* Above WP toolbar. */
}