html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #333333;
    background-color: #fff;
    margin: 0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
    border: 0;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
}

p {
    margin: 0 0 10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.text-center {
    text-align: center;
}

#siteheader {
    position: relative;
    min-height: 100px;
}

    #siteheader:after {
        clear: both;
    }

#main-navigation.shrink {
    padding-top: 0;
    padding-bottom: 0;
}

#main-navigation {
    display: block;
    background: #112e51;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    border-radius: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

*:before, *:after {
    box-sizing: border-box;
}

.container {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

#main-navigation.shrink .navbar__main_navigation {
    float: left;
    height: 85px;
}

.navbar__main_navigation.hidden {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.navbar__main_navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-md-8 {
    width: 66.66667%;
}

#main-navigation.shrink .navbar__main_navigation > ul {
    margin: 0;
}

.navbar__main_navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.navbar__main_navigation > ul {
    margin: 0 0 0 66px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 15px;
}

    .navbar__main_navigation > ul > li:first-child {
        margin-right: 0;
        display: block;
    }

    .navbar__main_navigation > ul > li {
        margin-top: 0;
        margin-left: 0;
        margin-right: 24px;
        list-style: none;
        white-space: nowrap;
    }

#main-navigation.shrink .navbar__main_navigation > ul img {
    display: block;
    margin-right: 20px;
    height: 40px;
    width: 40px;
}

.btn {
    border-radius: 0;
    border: none;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
    overflow: hidden;
    transition: all .2s ease;
    display: inline-block;
    margin-bottom: 0;
    ext-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    line-height: 1.42857;
}

.p-0 {
    padding: 0px !important;
}

.navbar__main_navigation_link.btn.btn-link {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    background: transparent;
}

.navbar__main_navigation_label {
    font-size: 12px;
}

.navbar:after {
    clear: both;
}

.ml-10 {
    margin-left: 10px !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
}

#body {
    position: relative;
}

.page_header__page_name {
    font-size: 30px;
    color: #112e51;
    line-height: 41px;
}

.footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #000;
    color: #fff;
    display: block;
}

.col-xs-12 {
    width: 100%;
}

.col-md-12 {
    width: 100%;
}

.footer__logo_social_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    cursor: pointer;
}

.justify-content-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.display-md-block {
    display: block !important;
}

.display-inline-block {
    display: inline-block !important;
}

figure {
    margin: 0;
}

.col-sm-push-8 {
    left: 66.66667%;
}

.col-sm-4 {
    width: 33.33333%;
}

.ml-md-20 {
    margin-left: 20px !important;
}

.mt-md-0 {
    margin-top: 0px !important;
}

.col-sm-pull-4 {
    right: 33.33333%;
}

.col-sm-8 {
    width: 66.66667%;
}

.footer__logo figure {
    height: 45px !important;
    width: 45px !important;
}

.footer__logo figure, .footer__logo span {
    display: inline-block;
}

    .footer__logo figure img {
        height: 45px;
        width: 45px;
    }

.footer__logo span {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.footer__logo figure, .footer__logo span {
    display: inline-block;
}

.ml-10 {
    margin-left: 10px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.col-lg-2 {
    width: 16.66667%;
}

.footer .sitemap_link {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
}

.display-block {
    display: block !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

hr {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
    box-sizing: content-box;
    height: 0;
}
