html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}


table {border-collapse: collapse;}
.clear {clear: both;}
.toright {text-align: right;}
strong {font-weight: bold;}
* {box-sizing: border-box;}
*:before, *:after {box-sizing: border-box;}
em {}

a { color: #2160aa; text-decoration: none;}
a:hover { opacity: 0.8}

.left {float: left !important;}
.right {float: right !important;}

sub {vertical-align: sub;}
sup {vertical-align: super;}

input, textarea {}
.btn {}
button { cursor:pointer;}
input {}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {}

label {font-family: Candara, Arial,helvetica CE,helvetica,sans-serif;}

textarea {
    overflow: auto;
    resize: none;
    font-family: Candara, Arial,helvetica CE,helvetica,sans-serif;;
}
select { font-family: Candara, Arial,helvetica CE,helvetica,sans-serif;}

button{font-family: Candara, Arial,helvetica CE,helvetica,sans-serif; cursor: pointer}

div.text img { margin-bottom: 23px; max-width: 100%;}

body {
    color: #000;
    font-family: Candara;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

body.contrast{ background: #fff001}

.font-medium body {
    font-size: 18px
}

.font-large body {
    font-size: 20px
}


#page{ overflow: hidden;}

h1 {
    color: #4b5458;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
}

.font-medium h1 { font-size: 38px}
.font-large h1 { font-size: 40px}

h2 {
    color: #4b5458;
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
}

.contrast h2{ color:#000}

.font-medium h2 { font-size: 28px}
.font-large h2 { font-size: 30px}


h3 {
    color: #717d84;
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 18px;
}


.contrast h3{ color:#000}

.font-medium h3 { font-size: 20px}
.font-large h3 { font-size: 22px}

h4 {
    color: #717d84;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 14px;
}

h5 {}
h6 {}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

div.text {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 28px;
    overflow: hidden;
}

.font-medium div.text { font-size: 18px}
.font-large div.text { font-size: 20px}


.container { clear: both; margin: 0 auto; max-width: 1224px; width: 100%;}

header {}

.logo { float: left;}
.logo a { display: block;}
.logo a img {
    display: block;
    max-width: 100%;
}

.top-right {
    margin-bottom: -13px;
    overflow: hidden;
    padding-top: 33px;
    text-align: right;
}
a#fb {
    display: inline-block;
    vertical-align: middle;
}
a.language {
    display: inline-block;
    margin-right: 21px;
    padding-top: 2px;
    vertical-align: middle;
}
#font-change {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}
#font-change .small {
    font-size: 12px;
    line-height: 29px;
}
#font-change .medium {
    font-size: 18px;
    line-height: 25px;
}
#font-change .large {
    font-size: 24px;
    line-height: 20px;
}
#font-change a {
    color: #000000;
    display: block;
    float: left;
    padding: 0 3px;
    position: relative;
    text-decoration: none;
}
#font-change a.active {
    text-decoration: underline;
}
#font-change a:hover {
    text-decoration: underline;
}
a#contrast-change {
    display: inline-block;
    margin-right: 24px;
    vertical-align: middle;
}

nav#main-menu {
    clear: both;
    margin-top: 24px;
    width: 100%;
}

ul.dropdown {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 597;
}
ul.dropdown li {
    float: left;
    line-height: 1.3em;
    margin: 0 0 0 7px;
    min-height: 1px;
    padding: 0;
    vertical-align: middle;
}
ul.dropdown li:first-child{ margin-left: 0; }
    ul.dropdown a {
        color: #0e1e2d;
        display: block;
        font-size: 18px;
        padding: 12px 4px 11px;
    }

.font-medium ul.dropdown a { font-size: 18px}
.font-large ul.dropdown a {
    font-size: 18px;
    /*padding-left: 5px;
    padding-right: 5px;*/
}


ul.dropdown .sub {
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 598; 
    background: #fff none repeat scroll 0 0;
    border: 1px solid #a5bcc8;
    padding: 20px;
}

.contrast ul.dropdown .sub {
    background: #fff001 none repeat scroll 0 0;
}

ul.dropdown li:hover { cursor: default; z-index: 599;}
ul.dropdown ul li { background: transparent none repeat scroll 0 0; float: none;}
ul.dropdown li:hover > .sub { visibility: visible;}
ul.dropdown li:hover > a{ background: #f2f1ec}
ul.dropdown li.active > a{ background: #f2f1ec}
ul.dropdown .sub ul{
    float: left;
    margin: 0;
    padding: 0 10px;
    list-style-type: none; 
    width: 25%;
}
ul.dropdown .sub ul li {
    float: none;
    margin: 0;
    width: 100%; 
    position: relative;
}
ul.dropdown .sub ul ul li{ width: 100%; float: none;}
ul.dropdown .sub ul ul li:last-child a{ border-bottom: 0 none;}
ul.dropdown .sub ul li a {
    border-bottom: 1px solid #a5bcc8;
    color: #000000;
    font-size: 12px;
    padding: 2px 5px;
    text-decoration: none;
}

.font-medium ul.dropdown .sub ul li a { font-size: 14px}
.font-large ul.dropdown .sub ul li a { font-size: 16px}

ul.dropdown .sub ul li a:hover {background: #303c8e; color:#fff;}
ul.dropdown .sub ul ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%; background: #fff none repeat scroll 0 0; border: 1px solid #48539b; left: 99%; top: 1px; width: 150px !important; padding:5px 10px;}
ul.dropdown ul li.dir img { margin-left: 8px; margin-top: -6px; vertical-align: middle;}
ul.dropdown li:hover > ul { visibility: visible;}

.slider {
    float: right;
    height: 448px;
    padding: 0;
    position: relative;
}


.slider .slide {
    height: 448px;
    position: relative;
    width: 100%;
}

.slide-photo{ 
    background-position: center center !important;
    background-size: cover !important;
    height: 424px;
    position: relative;
    width: 100%;
}
.slider-text {
    bottom: 0;
    max-width: 936px;
    position: absolute;
    right: 0;
    width: 100%;
}
.slider-text-content {
    background: #84929b none repeat scroll 0 0;
    max-width: 505px;
    padding: 23px 33px 70px;
    width: 100%;
}

.contrast .slider-text-content{ background:#000}


.slider-text-content a {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.21;
    text-align: left;
}

.contrast .slider-text-content a{ color:#fff001}

.font-medium .slider-text-content a { font-size: 34px}
.font-large .slider-text-content a  { font-size: 36px}


.slider .slick-dots {
    bottom: 30px;
    list-style-type: none;
    margin: 0;
    max-width: 936px;
    padding: 0 0 0 35px;
    position: absolute;
    right: 0;
    width: 100%;
}
.slider .slick-dots li {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.slider .slick-dots li span {
    background: rgba(0, 0, 0, 0) url("../images/pag.png") no-repeat scroll 0 0;
    display: block;
    height: 9px;
    margin: 0;
    padding: 0;
    width: 10px;
}
.slider .slick-dots li span:hover {
    background-position: 0 100%;
}
.slider .slick-dots li.slick-active span {
    background-position: 0 100%;
}

.links { float: left; padding: 0;}
.links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.links ul li a {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 85px;
    padding: 27px 41px 28px;
    text-align: right;
}


.font-medium .links ul li a { font-size: 24px}
.font-large .links ul li a { font-size: 26px}


.search-box-page {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #a5bcc8;
    height: 84px;
    padding-left: 36px;
    padding-top: 25px;
    width: 100%;
}
.search-page {
    max-width: 275px;
    overflow: hidden;
    width: 100%;
    float: right;
}

    .search-page input {
        background: rgba(0, 0, 0, 0) url("../images/icon_search.png") no-repeat scroll 0 center;
        border: 0 none;
        color: #280d0d;
        float: left;
        font-family: Candara;
        font-size: 22px;
        font-weight: bold;
        height: 30px;
        padding: 0 0 0 39px;
        width: 224px;
    }

.font-medium .search-page input { font-size: 24px}
.font-large .search-page input { font-size: 26px}

.search-page input::-webkit-input-placeholder {
    color: #280d0d;
    opacity: 1;
}
.search-page input:-moz-placeholder {
    color: #280d0d;
    opacity: 1;
}
.search-page input::-moz-placeholder {
    color: #280d0d;
    opacity: 1;
}
.search-page input:-ms-input-placeholder {
    color: #280d0d;
    opacity: 1;
}
.search-page button {
    background: rgba(0, 0, 0, 0) url("../images/btn_search.png") no-repeat scroll right center;
    border: 0 none;
    float: left;
    height: 30px;
    padding: 0;
    width: 20px;
}
.content-top {
    float: left;
    padding-bottom: 22px;
    width: 100%;
}
.content {
    padding-bottom: 22px;
    padding-top: 48px;
}
.content-main { margin-bottom: 80px; overflow: hidden;}
.content-right { padding-top: 15px;}

.submenu { margin-bottom: 69px;}
.submenu ul { display: table; list-style: outside none none; margin: 0; padding: 0; width: 100%;}
.submenu ul li { display: table-cell;}
    .submenu ul li a {
        border: 1px solid #fff;
        color: #0e1e2d;
        display: block;
        float: none;
        font-size: 18px;
        font-weight: bold;
        line-height: 27px;
        overflow: hidden;
        padding: 11px 0;
        text-align: center;
        text-decoration: none;
    }

.contrast .submenu ul li a{ border:1px solid #fff001; color:#000}


.font-medium .submenu ul li a  { font-size: 19px}
.font-large .submenu ul li a  { font-size: 21px}



.contrast .submenu ul li.active > a {border: 1px solid #000; color:#000}
.contrast .submenu ul li a:hover {border: 1px solid #000; color:#000}


.submenu ul li.active > a {border: 1px solid #a5bcc8;}
.submenu ul li a:hover {border: 1px solid #a5bcc8;}

.news-box { margin-bottom: 19px; overflow: hidden;}
.news { margin-bottom: 36px;}
.news-photo { float: left; margin-top: 8px; position: relative;}
.news-photo a { display: block}
.news-photo a img {
    display: block;
    max-width: 100%;
}
.news-content { overflow: hidden;}
.news-box .news-title {
    color: #fd0100;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 13px;
    max-height: 68px;
    overflow: hidden;
    text-align: left;
}

.contrast .news-box .news-title{ color:#000}

.font-medium .news-box .news-title   { font-size: 28px;  max-height: none;}
.font-large .news-box .news-title   { font-size: 30px;   max-height: none;}

.news-content div.text { height: 120px; margin-bottom: 28px;}

a.news-more {
    font-size: 18px;
    color: #5e696e;
    font-weight: bold;
    display: block;
    text-align: left;
}

.contrast a.news-more{ color:#000}

.font-medium a.news-more  { font-size: 20px}
.font-large a.news-more  { font-size: 22px}

.font-medium .news-content div.text { height: auto;}
.font-large .news-content div.text { height: auto;}


.calendar { margin-bottom: 59px;}

#tagscloud { line-height: 150%;}
    #tagscloud a {
        color: #717d84;
        text-decoration: underline
    }

.contrast #tagscloud a{ color:#000}

.pagination { vertical-align: middle;}
    .pagination > li > a,
    .pagination > li > span {
        border: 1px solid #a5bcc8;
        color: #717d84;
        font-size: 16px;
        padding: 13px 22px;
    }

.contrast .pagination > li > a, 
.contrast .pagination > li > span {
    background: #fff001 none repeat scroll 0 0 !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.font-medium .pagination > li > a, 
.pagination > li > span   { font-size: 18px}
.font-large .pagination > li > a, 
.pagination > li > span   { font-size: 20px}

a.see-all {
    color: #a83731;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
    vertical-align: middle;
}

.contrast a.see-all{ color:#000}

.font-medium a.see-all { font-size: 20px}
.font-large a.see-all { font-size: 22px}


.newsletter-container {
    background: #c9d7de url("/images/newsletter_bg.jpg") no-repeat scroll center center;
    margin-bottom: 100px;
    padding-bottom: 52px;
    padding-top: 46px;
}

.contrast .newsletter-container{ background: #fff001; border-top:1px solid #000; border-bottom:1px solid #000}

.newsletter-container h2 {
    background: rgba(0, 0, 0, 0) url("/images/nh2.png") no-repeat scroll left center;
    font-size: 34px;
    margin-bottom: 12px;
    padding-left: 46px;
}

.font-medium .newsletter-container h2 { font-size: 36px}
.font-large .newsletter-container h2 { font-size: 28px}

.newsletter-container div.text {
    color: rgb(47, 56, 147);
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.contrast .newsletter-container div.text{ color:#000}

.font-medium .newsletter-container div.text  { font-size: 20px}
.font-large .newsletter-container div.text  { font-size: 22px}

.newsletter-form {
    margin-top: -13px;
}
.newsletter {
    background-color: rgb(255, 255, 255);
    border-color: rgb(165, 188, 200);
    border-style: solid;
    border-width: 1px;
    height: 49px;
    width: 100%;
}
.newsletter input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: rgb(56, 68, 147);
    float: left;
    font-family: Candara;
    font-size: 22px;
    font-weight: bold;
    height: 47px;
    padding: 0 0 0 39px;
    width: 235px;
}
.font-medium .newsletter input  { font-size: 24px}
.font-large .newsletter input  { font-size: 26px}


.newsletter input::-webkit-input-placeholder { color: rgb(56, 68, 147); opacity: 1; }
.newsletter input:-moz-placeholder { color: rgb(56, 68, 147); opacity: 1; }
.newsletter input::-moz-placeholder { color: rgb(56, 68, 147); opacity: 1; }
.newsletter input:-ms-input-placeholder { color: rgb(56, 68, 147); opacity: 1;}
.newsletter button {
    background: rgba(0, 0, 0, 0) url("../images/btn_search.png") no-repeat scroll right center;
    border: 0 none;
    float: left;
    height: 47px;
    padding: 0;
    width: 20px;
}

.links-main-container { margin-bottom: 87px;}
.links-main-container a {
    color: #ffffff;
    display: block;
    font-size: 34px;
    font-weight: bold;
    height: 277px;
    padding-top: 112px;
    text-align: center;
    width: 100%;
}

.font-medium .links-main-container a  { font-size: 36px}
.font-large .links-main-container a { font-size: 38px}

.links-main-container a#link-main1 { background: #384493 url("../images/box1.png") no-repeat scroll center bottom;}
.links-main-container a#link-main2 { background: #f8b164 url("../images/box2.png") no-repeat scroll center bottom;}
.links-main-container a#link-main3 { background: #a5bcc8 url("../images/box3.png") no-repeat scroll center bottom;}

.residents { padding-bottom: 93px;}
.residents h2 { font-size: 40px; margin-bottom: 58px;}

.font-medium .residents h2   { font-size: 36px}
.font-large .residents h2  { font-size: 38px}


.residents a { text-align: center;}
.residents a img {
    display: block;
    margin: 0 auto 26px;
}
    .residents a span {
        color: #5e696e;
        display: block;
        font-size: 24px;
        font-weight: bold;
    }

.contrast .residents a span{ color:#000}

.font-medium .residents a span   { font-size: 20px}
.font-large .residents a span { font-size:22px}

.other-container {
    background: #f3f6f8 none repeat scroll 0 0;
    padding-bottom: 49px;
    padding-top: 58px;
}

.contrast .other-container {
    background: #fff001 none repeat scroll 0 0;
    border-top:1px solid #000; border-bottom:1px solid #000;
}


.other-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.other-container ul li { margin-bottom: 15px;}
    .other-container ul li a {
        background: rgba(0, 0, 0, 0) url("../images/link_bg.png") no-repeat scroll left 11px;
        color: #280d0d;
        display: block;
        font-size: 20px;
        font-weight: bold;
        padding-left: 22px;
    }

.contrast .other-container ul li a{ color:#000}

.font-medium .other-container ul li a   { font-size: 22px}
.font-large .other-container ul li a { font-size:24px}

.logos-container {
    padding-bottom: 50px;
    padding-top: 58px;
}
.logos-container a {
    height: 110px;
    display: block;
    text-align: center;
}
.logos-container a img{position: relative;
                       display: block;
                       top: 50%;
                       -webkit-transform: translateY(-50%);
                       -ms-transform: translateY(-50%);
                       transform: translateY(-50%);
                       max-width: 100%;
                       max-height: 100%;
                       margin: 0 auto;
}

footer {overflow: hidden; width: 100%;}
.footer-top {
    background: #717d84 none repeat scroll 0 0;
    padding-bottom: 46px;
    padding-top: 54px;
}
.contrast .footer-top {
    background: #717d84 none repeat scroll 0 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}


.content-bottom-left {}
.content-bottom-left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.content-bottom-left li { margin-bottom: 2px;}
.content-bottom-left ul li a {
    background: rgba(0, 0, 0, 0) url("../images/ar.png") no-repeat scroll left 6px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    padding-left: 10px;
}

.contrast .content-bottom-left ul li a{ color:#000}

.font-medium .content-bottom-left ul li a   { font-size: 16px}
.font-large .content-bottom-left ul li a { font-size:18px}


.content-bottom-middle {}
.content-bottom-right {}
.footer-top address {
    color: #2f3893;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 74px;
}

.footer-top address{ color:#fff}

.font-medium .footer-top address  { font-size: 16px; line-height: normal}
.font-large .footer-top address { font-size:18px; line-height: normal}


.social-box{}
.social-box a {
    display: block;
    float: left;
    margin-right: 23px;
}

.contrast .social-box a {
    background: #000 none repeat scroll 0 0;
}

.contrast .social-box a img { display:block;

}




.content-bottom-right { text-align: right;}
.footer-bottom {
    background: #4b5458 none repeat scroll 0 0;
    padding-bottom: 47px;
    padding-top: 48px;
}

.contrast .footer-bottom {
    background: #000 none repeat scroll 0 0;
}

.footer-bottom img { float: left; margin-right: 33px;}
footer .footer-content {
    overflow: hidden;
    width: auto;
}
footer .copyright-text {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 23px;
    padding: 0;
}

.contrast footer .copyright-text{ color:#fff001}


.font-medium footer .copyright-text  { font-size: 16px}
.font-large footer .copyright-text { font-size:18px}

footer .small-text {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    max-width: 760px;
    width: 100%;
}

.contrast footer .small-text{ color:#fff001}

.font-medium footer .small-text { font-size: 14px}
.font-large footer .small-text { font-size:16px}

/******************************************************************************************/
.header-page {
    background: #f2f1ec none repeat scroll 0 0;
    clear: both;
    overflow: hidden;
    padding-bottom: 35px;
    padding-top: 47px;
}

.contrast .header-page {
    background: #fff001 none repeat scroll 0 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.breadcrumb {

    background: transparent none repeat scroll 0 0;
    color: #000;
    font-size: 12px;
    padding: 15px 18px;
    text-align: right;
}

.font-medium .breadcrumb { font-size: 14px}
.font-large .breadcrumb { font-size:16px}


.breadcrumb a{ color:#000}

.is-sticky .top-right{  display: none;}

.is-sticky .logo a {
    width: 230px;
}

.is-sticky {
    z-index: 99999;
    position: relative;
}

.is-sticky header{ background: #eee}
.search-box {
    float: right;
    margin-right: 0;
    position: relative;
}
.search-box .search {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #194771;
    display: none;
    height: 40px;
    padding-left: 59px;
    padding-right: 29px;
    position: absolute;
    right: -4px;
    top: 0;
    width: 743px;
    z-index: 999;
}
a#isearch {
    background: rgba(0, 0, 0, 0) url("../images/icon_search.png") no-repeat scroll 0 center;
    display: block;
    height: 27px;
    margin-left: 10px;
    margin-top: 4px;
    width: 27px;
}
.search input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    display: block;
    float: right;
    font-family: Candara;
    font-size: 19px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.search button {
    background: transparent url("../images/icon_search.png") no-repeat scroll center center;
    border: 0 none;
    float: left;
    height: 27px;
    left: 13px;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 5px;
    width: 27px;
}
a.close2 {
    background: rgba(0, 0, 0, 0) url("../images/close_search.png") no-repeat scroll right center;
    display: block;
    float: right;
    height: 29px;
    position: absolute;
    right: 14px;
    top: 4px;
    width: 29px;
}
.search button:hover {
    opacity: 0.8;
}
a.close2:hover {
    opacity: 0.8;
}
.search-box {
    display: none;
}
.is-sticky .search-box {
    display: block;
}

.sticky-wrapper {
    height: auto;
}

.is-sticky nav#main-menu {
    margin-top: 28px;
}
.sticky-wrapper{ height:auto!important}
.sticky-wrapper.is-sticky{ height:112px!important}


