/*tag elements*/
* {
    box-sizing: border-box;
}

body {
    background-color: rgb(192, 192, 192);
    color: rgb(77, 86, 102);
    -webkit-font-smoothing: antialiased;
    font-family: "BentonSans-Regular", "Open Sans", arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

a {
    color: rgb(77, 86, 102);
    white-space: nowrap;
    text-decoration: none;
}

/*block elements*/
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.row:before, .row:after {
    display: table;
    content: " ";
}

/* skin */
.skin--background-primary {
    background: rgb(97, 117, 139);
}

.skin--background-primary a {
    color: rgb(255, 255, 255);
}

.skin--background-primary li:after {
    color: rgb(255, 255, 255);
}

.skin--background-primary li * {
    color: rgb(255, 255, 255);
}

.skin--background-primary .block {
    color: rgb(255, 255, 255);
}

.skin--background-secondary {
    background: rgb(77, 86, 102);
}

/*grid*/
@media (min-width: 480px) {
    .col-sm-6 {
        width: 50%;
    }
}

.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-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-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 480px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
}

@media (min-width: 420px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}


@media (min-width: 480px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (max-width: 420px) {
    .col-md-6.right {
        padding-top: 10px;
        float: left;
    }
}

/* header */
.header-wrapper > .header {
    background-color: rgb(255, 255, 255);
}

.header-wrapper > .header .title-wrapper {
    min-height: 49px;
}

.header-wrapper > .header .title-wrapper .title {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none;
    height: 100%;
    width: 100%;
}

.header-wrapper > .header .header__branding {
    min-height: 5.5rem;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}


.header-wrapper > .header .header__slogan {
    display: flex;
    justify-content: start;
}


@media (max-width: 479px) {
    .header-wrapper > .header .header__slogan {
        justify-content: center;
    }
}

.header__slogan_link img, .header__logo_link img {
    max-height: 3.4375rem;
    width: auto;
}

@media (max-width: 479px) {
    .header-wrapper > .header .title-wrapper .title {
        font-size: 1.3rem;
    }
}

.header-wrapper > .header .header__logo {
    display: flex;
    justify-content: end;
}


@media (max-width: 479px) {
    .header-wrapper > .header .header__logo {
        display: flex;
        padding-top: 20px;
        justify-content: center;
    }
}

.header-wrapper > .header .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


.container-fluid {
    max-width: 1280px;
    margin: 0 auto;
}

/* main */
.main-container {
    background-color: rgb(255, 255, 255);
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content {
    clear: both;
    max-width: 1200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    padding: 20px 0 25px 0;
}

.content div {
    text-align: left;
    color: rgb(77, 86, 102);
    font-weight: 700;
}

.content div {
        font-size: 1rem;
    }

@media (min-width: 480px) {
    .content div {
        font-size: 1.375rem;
    }
}

.content a {
    font-weight: 600;
    text-decoration: underline;
}

/*footer */
.header-wrapper a:after, body .footer-wrapper a:after {
    content: "" !important;
}

.footer-wrapper > footer {
    padding: 0;
    min-height: 94px;
}

.footer-wrapper > footer .footer__bottom-menu {
    padding: 1.25rem 0 1.25rem 0;
    font-size: 0.75rem;
    font-weight: bold;
}

.footer-wrapper > footer .footer__bottom-menu ul.menu {
    list-style: none;
    text-align: right;
    float: right;
    margin: 0;
}

.footer-wrapper > footer .footer__bottom-menu ul.menu > li {
    display: inline-block;
    float: left;
}

.footer-wrapper > footer .footer__bottom-menu ul.menu > li a {
    display: inline-block;
    padding: 0;
}

.footer-wrapper > footer .footer__bottom-menu ul.menu > li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.footer-wrapper > footer .footer__bottom-menu ul.menu > li.first::after {
    content: "|";
    padding: 0 0.46875rem;
}

.footer-wrapper > footer .footer__footer_menu ul {
    padding-left: 0;
    float: right;
}

.footer-wrapper > footer .footer__footer_menu ul li {
    list-style-type: none;
}

.footer-wrapper > footer .footer__footer_menu .contextual-region:after {
    clear: both;
}

.footer-wrapper > footer .footer__footer_menu .contextual-region:before, .footer__footer_menu .contextual-region:after {
    display: table;
    content: " ";
}