﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html,
body {
    font: italic normal 400 24px/117% 'Roboto', sans-serif;
    font-size: 1.25vw;
    background-color: white;
    color: black;
}

body, .htmlarea-content-body {
    position: relative;
}

a {
    color: #50b8cc;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #2f8ea1;
        text-decoration: none;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    header img {
        margin: 0 -3.2em 0 7.4vw;
    }

section article h1 {
    text-align: center;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

section article div {
    text-align: center;
}

section {
    margin: 40px 0;
}

/*** FOOTER ***/
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-content {
    text-align: center;
}

    .footer-content ul {
        list-style: none;
        margin-bottom: 0;
    }

    .footer-content li {
        display: inline-block;
    }

        .footer-content li a {
            color: white;
            text-transform: uppercase;
        }

            .footer-content li a:hover,
            .footer-content li a:focus {
                color: white;
                text-decoration: none;
            }

.footer-menu {
    color: white;
    background-color: black;
    padding: 20px 0;
    vertical-align: middle;
}

.footer-menu-text {
    position: relative;
    top: 2px;
}

.footer-menu a {
    color: white;
    line-height: 24px;
}

    .footer-menu a img {
        margin: 0 10px;
    }

.footer-strapline {
    color: black;
    background-color: rgb(255,221,0);
    border-top: 6px solid white;
    border-bottom: 6px solid white;
}

    .footer-strapline p,
    .footer-strapline a,
    .footer-strapline a:hover,
    .footer-strapline a:focus {
        color: black;
        font-weight: 700;
        margin: 0;
        padding: 10px 0;
        text-transform: uppercase;
    }

.footer-disclaimer {
    font-size: 14px;
    color: white;
    background-color: rgb(75,75,75);
    padding: 45px 0;
    display:block !important;
}

    .footer-disclaimer p {
        margin-bottom: 0;
        text-transform: uppercase;
    }

.footer-disclaimer-menu {
    padding-left: 0;
}

.menu-separator {
    content: '/';
    padding: 0 20px;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    p.lead {
        font-size: 14px;
    }

    h1, h3 {
        font-size: 1.5em;
        margin-left: 7px;
    }
}

@media (max-width: 400px) {
    body {
        font-size: 13px;
    }

    .navbar-header-main .navbar-brand.navbar-brand-image > img {
        margin-left: 0;
    }

    #c195 {
        margin-bottom: 0 !important;
    }

    .menu-separator,
    span.slash {
        padding: 0 5px
    }


    .show-xxs {
        display: inline-block;
    }

    .hidden-xxs {
        display: none;
    }

    .caption {
        line-height: 100%;
        margin-top: 0;
    }

    .grid-cols-4 div[class^="col-"] {
        padding-top: 0;
        height: 270px;
    }

    .grid-cols-4 h4 {
        margin-top: 20px;
    }

    #carousel-461 .carousel-caption-block,
    #carousel-447 .carousel-caption-block {
        height: 175px;
    }

    .footer-strapline {
        font-size: 11px;
        padding: 0 30px;
    }

    .footer-disclaimer {
        font-size: 11px;
        padding: 20px 0
    }

    .row-phone h5 {
        font-size: 1em;
    }

    .partner-logo {
        padding: 0;
    }

    .affix {
        margin-top: -60px;
        margin-bottom: 30px;
    }
}
