* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    cursor: pointer;
    color: #E9B841;
    text-decoration: none;
    transition: all .5s ease 0s;
}

a:hover {
    color: #1EA1D9;
    transition: all .5s ease 0s;
}

body {
    position: relative;
}

@font-face {
    font-family: 'AvenirHeavy';
    src: url("../assets/fonts/AvenirHeavy.eot");
    src: url("../assets/fonts/AvenirHeavy.eot") format("embedded-opentype"), url("../assets/fonts/AvenirHeavy.woff2") format("woff2"), url("../assets/fonts/AvenirHeavy.woff") format("woff"), url("../assets/fonts/AvenirHeavy.ttf") format("truetype"), url("../assets/fonts/AvenirHeavy.svg#AvenirHeavy") format("svg");
}

@font-face {
    font-family: 'AvenirBook';
    src: url("../assets/fonts/AvenirBook.eot");
    src: url("../assets/fonts/AvenirBook.eot") format("embedded-opentype"), url("../assets/fonts/AvenirBook.woff2") format("woff2"), url("../assets/fonts/AvenirBook.woff") format("woff"), url("../assets/fonts/AvenirBook.ttf") format("truetype"), url("../assets/fonts/AvenirBook.svg#AvenirBook") format("svg");
}

@font-face {
    font-family: 'AvenirBlack';
    src: url("../assets/fonts/AvenirBlack.eot");
    src: url("../assets/fonts/AvenirBlack.eot") format("embedded-opentype"), url("../assets/fonts/AvenirBlack.woff2") format("woff2"), url("../assets/fonts/AvenirBlack.woff") format("woff"), url("../assets/fonts/AvenirBlack.ttf") format("truetype"), url("../assets/fonts/AvenirBlack.svg#AvenirBlack") format("svg");
}

@font-face {
    font-family: 'avenirlight';
    src: url("../assets/fonts/avenirlight.eot");
    src: url("../assets/fonts/avenirlight.eot") format("embedded-opentype"), url("../assets/fonts/avenirlight.woff2") format("woff2"), url("../assets/fonts/avenirlight.woff") format("woff"), url("../assets/fonts/avenirlight.ttf") format("truetype"), url("../assets/fonts/avenirlight.svg#avenirlight") format("svg");
}

@font-face {
    font-family: 'AvenirMedium';
    src: url("../assets/fonts/AvenirMedium.eot");
    src: url("../assets/fonts/AvenirMedium.eot") format("embedded-opentype"), url("../assets/fonts/AvenirMedium.woff2") format("woff2"), url("../assets/fonts/AvenirMedium.woff") format("woff"), url("../assets/fonts/AvenirMedium.ttf") format("truetype"), url("../assets/fonts/AvenirMedium.svg#AvenirMedium") format("svg");
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.site_header .nav_main {
    padding: 33px 0;
}

.site_header .menu_wrap_blue {
    height: 60px;
    background: #0E4472;
    border-bottom: 3px solid #E9B841;
}

.site_header .main_logo img {

    padding: 0 15px;
}

.letter {
    padding: 50px 15px;
}

.letter .main_letter h3 {
    color: #004D87;
    margin-top: 0;
    font-size: 28px;
}

.letter .main_letter p {
    font-family: "AvenirBook";
    color: #021523;
    font-size: 18px;
    line-height: 40px;
    padding-bottom: 8px;
}

.footer .bottom_footer {
    text-align: center;
    background: #0E4472;
    padding: 20px 15px;
    color: #fff;
}
.footer .bottom_footer p{margin:0;}

.footer .bottom_footer p {
    padding-bottom: 0px;
    color: #fff;
    font-family: "AvenirMedium";
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

footer {
    position: relative;
    width: 100%;
    display: block;
}

.main-footer {
     background: #0e4472;
     padding: 58px 0px 62px 0px;
     border-bottom: 3px solid #011233;
     display: inline-block;
    width: 100%;
    margin-bottom: -4px;
}
 .main-footer .left-footer {
     display: inline-block;
     float: left;
}
 .main-footer .right-footer {
     display: inline-block;
     float: right;
}
 .main-footer .right-footer .top-ul {
     margin-left: 0px;
}
 .main-footer .right-footer .top-ul li {
     display: inline-block;
     padding: 0 15px;
     position: relative;
}
 .main-footer .right-footer .top-ul li a {
     color: #fff;
     font-family: "AvenirMedium";
     font-size: 18px;
     line-height: 25px;
     text-align: right;
}
 .main-footer .right-footer .top-ul li.email a {
     color: #e9b841;
}
 .main-footer .right-footer .top-ul li:before {
     content: "\f111";
     position: absolute;
     left: -5px;
     top: 8px;
     color: #fff;
     font-family: fontawesome;
     font-size: 7px;
}
 .main-footer .right-footer .top-ul li:first-child:before {
     display: none;
}
 .main-footer .right-footer .social-icon-wrap {
     display: inline-block;
     float: right;
     margin-left: 0px;
     margin-bottom: 0px;
}
 .main-footer .right-footer .social-icon-wrap li {
     display: inline-block;
     margin: 0 10px;
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     border: 2px solid #f2d48d;
     -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
     -ms-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
}
 .main-footer .right-footer .social-icon-wrap li a {
     color: #fff;
     font-size: 25px;
     display: inline-block;
     width: 100%;
}
 .main-footer .right-footer .social-icon-wrap li:hover {
     background: #e9b841;
     border: 2px solid #e9b841;
}
.footer-logos {
    text-align: center;
    margin-top: 10px;
}

.footer-logos img {margin-right: 20px;}

@media only screen and (max-width:1199px){
    .main-footer{padding: 50px 15px 55px 15px;}
    .footer-logos img{max-width: 160px;}
}

@media only screen and (max-width:992px){
    .main-footer {padding: 30px 15px 40px 15px;}
    .main-footer .left-footer {display: inline-block;float: none;width: 100%;text-align: center;}
    .footer-logos{margin-top: 20px;}
    .footer-logos img {max-width: 130px;margin: 0 10px;}
    .main-footer .right-footer { display: inline-block;float: none;width: 100%;text-align: center;}
    .main-footer .right-footer .top-ul {margin-left: 0px;padding: 0;}
    .main-footer .right-footer .social-icon-wrap {display: inline-block;float: none;margin: 0;padding: 0;}

}
@media only screen and (max-width:599px){
    .footer-logos img { max-width: 28%;margin: 0 5px;}
    .footer .bottom_footer p{font-size: 14px;}
}