@font-face {
    font-family: muliregular;
    src: url('//cdn.100procent.com/fonts/muli/muli-regular-webfont.eot');
    src: url('//cdn.100procent.com/fonts/muli/muli-regular-webfont.eot?#iefix') format('embedded-opentype'), url('//cdn.100procent.com/fonts/muli/muli-regular-webfont.woff2') format('woff2'), url('//cdn.100procent.com/fonts/muli/muli-regular-webfont.woff') format('woff'), url('//cdn.100procent.com/fonts/muli/muli-regular-webfont.ttf') format('truetype'), url('//cdn.100procent.com/fonts/muli/muli-regular-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: mulilight;
    src: url('//cdn.100procent.com/fonts/muli/muli-light-webfont.eot');
    src: url('//cdn.100procent.com/fonts/muli/muli-light-webfont.eot?#iefix') format('embedded-opentype'), url('//cdn.100procent.com/fonts/muli/muli-light-webfont.woff2') format('woff2'), url('//cdn.100procent.com/fonts/muli/muli-light-webfont.woff') format('woff'), url('//cdn.100procent.com/fonts/muli/muli-light-webfont.ttf') format('truetype'), url('//cdn.100procent.com/fonts/muli/muli-light-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
}

body {
    font-family: muliregular;
    font-size: 1.9rem;
    line-height: 2.7rem;
    color: #4c4c4c;
}

h1, h2, h3, h4, h5, h6 {
    font-family: mulilight;
    color: #4a4a4a;
}

h1 {
    font-size: 4rem;
    line-height: 5.2rem;
    margin: 1.5rem 0 .2rem;
}

h2 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    margin: 1.5rem 0 .2rem;
}

h3 {
    font-size: 3.4rem;
    line-height: 3.8rem;
    margin: 1.5rem 0 .2rem;
}

h4 {
    font-size: 3rem;
    line-height: 3.2rem;
    margin: 1rem 0 .2rem;
}

h5 {
    font-size: 2.8rem;
    line-height: 3.1rem;
    margin: 1rem 0 .2rem;
}

h6 {
    font-size: 2.6rem;
    line-height: 2.9rem;
    margin: 1rem 0 .2rem;
}

p {
    margin-bottom: 0.1rem;
}

a {
    color: #00707a;
}

    a:hover {
        opacity: .9;
    }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #4a4a4a;
}


/* BUTTONS */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: .8rem 3rem;
    font-size: inherit;
    line-height: 1;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #ffffff;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: #000;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #000;
        background-color: rgb(245, 245, 245);
        border-color: #000;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-default .badge {
        color: #000;
        background-color: #ffffff;
    }

.btn-primary {
    color: #ffffff;
    background-color: #7ccef4;
    border-color: #7ccef4;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #67b0d2;
        border-color: #2d5568;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #7ccef4;
        border-color: #7ccef4;
    }

    .btn-primary .badge {
        color: #7ccef4;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #a2b35c;
    border-color: #a2b35c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #869646;
        border-color: #808f43;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #a2b35c;
        border-color: #a2b35c;
    }

    .btn-success .badge {
        color: #a2b35c;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #73bcc5;
    border-color: #73bcc5;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #4fabb6;
        border-color: #49a6b1;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #73bcc5;
        border-color: #73bcc5;
    }

    .btn-info .badge {
        color: #73bcc5;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #e9a839;
    border-color: #e9a839;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #d79018;
        border-color: #ce8a17;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #e9a839;
        border-color: #e9a839;
    }

    .btn-warning .badge {
        color: #e9a839;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #8f0a0a;
    border-color: #8f0a0a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #5f0707;
        border-color: #560606;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #8f0a0a;
        border-color: #8f0a0a;
    }

    .btn-danger .badge {
        color: #8f0a0a;
        background-color: #ffffff;
    }

.btn-link {
    color: #7ccef4;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #052b2e;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 50px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 2px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.btn-top-margin {
    margin-top: .1rem;
}

body.main .top-container {
    margin: 0 auto;
}

html, body {
    height: 100%;
    width: 100%;
}

.nav {
    font-size: 0;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .container-fluid > div.row {
        padding: 0 !important;
        margin: 0 !important;
    }

@media(max-width: 768px) {

    body.main,
    body.sub {
        background: url(css/images/top-xs.jpg) no-repeat top center #fff;
    }

    #content {
        padding: 15px !important;
    }

    .glyphicons-search {
        float: left;
        top: 0;
        margin: 0 2rem 0 0;
        font-size: 3.1rem;
        font-weight: normal;
        color: #fff;
    }
}

@media(min-width: 768px) and (max-width: 996px) {

    body.main,
    body.sub {
        background: #000;
    }

        body.main #logo {
            float: left;
            width: 14rem !important;
            margin: 0 auto 2rem;
        }

        body.sub #logo {
            float: left;
            width: 14rem !important;
            margin: 0 3rem;
        }

        body.sub .navbar {
            margin-top: 0;
        }

    body.sub #content {
        padding: 15px;
    }

    body.main .search-widget {
        top: 20% !important;
    }

    body.sub .search-widget {
        top: 10% !important;
    }
}

@media(min-width: 997px) and (max-width: 1024px) {

    body.main,
    body.sub {
        background: #000;
    }

        body.main #logo {
            width: 30rem !important;
            margin: 6rem auto 2rem;
        }

        body.main .top-container {
            padding-top: 2rem;
        }

        body.sub .top-container {
            margin: 0 auto;
            padding-top: 0.1rem;
            padding-left: 9rem;
        }

        body.sub #top-wrapper {
            height: 19rem;
        }

    .dropdown-menu > li > a {
        font-size: 1.4rem;
    }

    .navbar-nav > li > a {
        font-size: 1.4rem;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 1.4rem;
    }

    body.sub #content {
        padding: 15px;
    }

    .glyphicons-search {
        float: left;
        top: 0;
        margin: 0 2rem 0 0;
        font-size: 3.1rem;
        font-weight: normal;
        color: #fff;
    }
}

@media(min-width: 1025px) and (max-width: 1200px) {

    body.main,
    body.sub {
        font-size: 1.7rem;
        line-height: 2.4rem;
        background: #000;
    }

    .dropdown-menu > li > a {
        font-size: 1.7rem;
    }

    body.sub #content {
        padding: 15px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 1.7rem;
    }

    .glyphicons-search {
        float: left;
        top: 0;
        margin: 0 2rem 0 0;
        font-size: 3.1rem;
        font-weight: normal;
        color: #fff;
    }
}

@media(min-width: 1201px) and (max-width: 2560px) {

    body.main,
    body.sub {
        background: #000;
    }

        body.main #logo {
            width: 54rem !important;
            margin: 0 auto 2rem;
        }


        body.sub .top-container {
            margin: 0 auto;
            padding-top: 0.1rem;
            padding-left: 9rem;
        }

        body.sub #top-wrapper {
            height: 19rem;
        }

        body.sub #logo {
            width: 30rem !important;
            margin-top: 0;
            margin-right: 4rem;
            float: left;
        }

        body.sub .navbar {
            margin-top: 1rem;
        }

        body.sub #content {
            padding: 1rem 9rem !important;
        }

    .dropdown-menu > li > a {
        padding: .8rem 2rem;
        font-size: 1.9rem;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 1.9rem;
    }

    body.sub .search-widget {
        top: 25rem;
    }
}

@media(min-width: 2561px) {

    body.sub #site-inner-wrapper {
        height: 50rem !important;
    }

    b body.main,
    body.sub {
        background: #000;
    }

    body.main #logo {
        width: 150rem !important;
        margin: 0 auto 10rem;
    }


    body.sub .top-container {
        margin: 0 auto;
        padding-top: 0.1rem;
        padding-left: 9rem;
    }

    body.sub #top-wrapper {
        height: 19rem;
    }

    body.sub #logo {
        width: 60rem !important;
        margin-top: 5rem;
        margin-right: 4rem;
        float: left;
    }

    body.sub ul.nav {
        margin-top: 11rem;
    }

    body.sub #content {
        padding: 1rem 9rem !important;
    }

    .dropdown-menu > li > a {
        padding: 2rem 6rem;
        font-size: 4rem;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 2rem 6rem;
        font-size: 4rem;
    }

    body.sub .search-widget {
        top: 25rem;
    }
}

.search-widget input {
    border: 0;
    line-height: 1;
    color: #4c4c4c;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

@media(max-width: 768px) {
    body {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    #site-inner-wrapper {
        position: relative;
    }
}

/* BACKGROUNDS + TOP */


@media(min-width: 768px) {
    body.main #site-wrapper,
    body.sub #site-wrapper {
        background-color: #fff;
    }
}

@media(min-width: 768px) and (max-width: 996px) {


    body.sub .search-widget {
        top: 10% !important;
    }

    body.main .top-container {
        padding-top: 2rem;
    }

    body.main #logo {
        width: 35rem !important;
        float: none;
    }

    body.main .navbar {
        margin-bottom: 2rem;
    }

    body.sub #logo {
        width: 16rem !important;
        margin-left: 3rem;
        margin-top: 1.1rem;
        margin-right: 2rem;
        float: left;
    }

    body.sub ul.nav {
        margin-top: 3rem;
    }

    .dropdown-menu > li > a {
        padding: 1rem 1rem .9rem;
        font-size: 1.4rem;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 1rem 1rem .9rem;
        font-size: 1.4rem;
    }

    body.main #site-inner-wrapper {
        background-image: url(css/images/996-top.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 29rem;
    }

    body.sub #site-inner-wrapper {
        background-image: url(css/images/997-sub.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 13rem;
    }
}

@media(min-width: 997px) and (max-width: 1024px) {

    body.main #logo {
        margin: 3rem auto 2rem;
    }

    body.main .navbar {
        margin-bottom: 2rem;
    }

    body.sub #logo {
        width: 19rem !important;
        margin-left: 5rem;
        margin-top: 1.7rem;
        margin-right: 4rem;
        float: left;
    }

    body.sub ul.nav {
        margin-top: 3rem;
    }

    body.main #site-inner-wrapper {
        background-image: url(css/images/1024-top.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 35rem;
    }

    body.sub #site-inner-wrapper {
        background-image: url(css/images/1024-sub.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 14rem;
    }
}

@media(min-width: 1025px) and (max-width: 1200px) {


    body.main #logo {
        width: 35rem !important;
        margin: 6rem auto 2rem;
    }

    body.main .navbar {
        margin-bottom: 2rem;
    }

    body.sub #logo {
        width: 19rem !important;
        margin-left: 5rem;
        margin-top: 2rem;
        margin-right: 4rem;
        float: left;
    }

    body.sub ul.nav {
        margin-top: 3rem;
    }

    body.main #site-inner-wrapper {
        padding-top: .1rem;
        background-image: url(css/images/1200-top.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 35rem;
    }

    body.sub #site-inner-wrapper {
        padding-top: .1rem;
        background-image: url(css/images/1200-sub.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 15rem;
    }
}

@media(min-width: 1201px) and (max-width: 1920px) {

    body.sub #logo {
        margin-top: 2rem;
    }

    body.sub ul.nav {
        margin-top: 5rem;
    }

    body.main .top-container {
        padding-top: 11rem;
    }

    body.main #site-inner-wrapper {
        background-image: url(css/images/1920-top.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 58rem;
    }

    body.sub #site-inner-wrapper {
        background-image: url(css/images/1920-sub.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 25rem;
    }
}

@media(min-width: 1921px) and (max-width: 2560px) {

    body.sub #logo {
        margin-top: 2rem;
    }

    body.sub ul.nav {
        margin-top: 5rem;
    }

    body.main .top-container {
        padding-top: 11rem;
    }

    body.main #site-inner-wrapper {
        background-image: url(css/images/2560-top.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 74rem;
    }

    body.sub #site-inner-wrapper {
        background-image: url(css/images/2560-sub.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 33rem;
    }
}

@media(min-width: 2561px) {
    body.sub #logo {
        margin-top: 7rem;
        width: 65rem !important;
    }

    body.sub ul.nav {
        margin-top: 15.3rem;
    }

    body.main .top-container {
        padding-top: 11rem;
    }

    body.main #site-inner-wrapper {
        background-image: url(css/images/4096-top.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 120rem;
    }

    body.sub #site-inner-wrapper {
        background-image: url(css/images/4096-sub.jpg);
        background-repeat: no-repeat;
        background-size: initial;
        height: 25rem;
    }

    .navbar-nav > li > .dropdown-menu {
        min-width: 50rem !important;
    }

    .search-widget .btn {
        padding: 0;
    }

    .search-widget input {
        height: 6rem !important;
        text-indent: 2rem;
        font-size: 3rem !important;
        padding-top: 1.9rem !important;
        line-height: 1 !important;
    }

    .glyphicons-search {
        font-size: 6rem !important;
        margin-right: 4rem !important;
    }

    .search-widget {
        padding: 1.5rem !important;
        width: 45rem !important;
        right: -38.5rem !important;
    }
}


/* MENU */

.navbar {
    position: static;
}

    .navbar .nav {
        z-index: 1000;
    }

        .navbar .nav > li {
            z-index: 1001;
        }

@media screen and (max-width: 767px) {

    .navbar-toggle {
        float: left !important;
        margin: 2px 0 0 15px !important;
    }

    nav .search {
        margin-right: 2px;
    }

        nav .search table {
            margin-top: 2px;
        }

    .navbar-header > table > tbody > tr > td:first-child {
        width: 60px;
    }

    nav .search td {
        vertical-align: middle;
    }

        nav .search td:last-child {
            width: 40px;
            text-align: center;
        }

    nav .search input[type=text] {
        color: #000;
        text-indent: 1rem;
        box-sizing: border-box;
        padding-top: .3rem;
    }

    nav .search button {
        color: #fff;
        height: 20px;
        border: none;
        background: none;
        padding: 0;
    }

        nav .search button span {
            top: 2px !important;
        }

    .navbar-nav {
        margin-bottom: 0;
        background-color: #000;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > span > a {
        background-color: #000;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav > li:hover > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
    }
}

@media(min-width: 768px) {
    nav .search {
        display: none;
    }
}


@media (min-width: 768px) {

    body.main .navbar .nav li.rootmenu {
        display: inline-block !important;
        float: none !important;
    }

    body.main .navbar .nav {
        float: none !important;
        text-align: center !important;
    }

    .navbar-default .navbar-nav > li > a {
        background-color: #fff;
        background-color: rgba(255, 255, 255, .8);
        color: #000;
    }


    .navbar-nav li.rootmenu {
        border: 0 solid #000;
        border-width: 1px 1px 1px 0;
    }


    .navbar-nav > li.rootmenu:first-child {
        border-left: 1px solid #000;
    }

    .navbar-nav > li > a {
        line-height: 1;
        padding: 1.6rem 2rem 1.2rem;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: -5px;
            left: 99.5%;
            margin: 0;
            padding: 5px 0;
        }

    .dropdown-menu {
        font-size: inherit;
        border: 1px solid #000;
        border-radius: 0;
    }

        .dropdown-menu > li > a {
            color: #000;
        }

    .dropdown-submenu:active > .dropdown-menu,
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 6px 0 6px 6px;
        border-left-color: #000;
        margin-top: 7px;
        margin-right: 0;
    }

    .dropdown-submenu:active > a:after {
        border-left-color: #000;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

    .rootmenu:hover > .dropdown-menu {
        display: block;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.8);
        color: #000;
    }

    .navbar-nav > li > .dropdown-menu {
        min-width: 22rem;
        left: -1px;
    }

    .navbar-nav > li:hover > ul.dropdown-menu,
    .navbar-nav > li:hover > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .navbar-nav > li:hover ul li a:hover,
    .navbar-nav > li.active ul li a:hover {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.8);
        color: #000;
    }
}

.navbar-default {
    border: 0;
    background: none;
}

@media (max-width: 767px) {

    .navbar {
        clear: both;
        min-height: 20px;
        margin-bottom: 0;
        background-color: #000;
        padding: .2rem 0;
    }

    .nav-link {
        width: 90%;
        float: left;
    }

    .navbar-collapse {
        box-shadow: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .nav-toggle {
        width: 10%;
        float: right;
    }

    .navbar-default .navbar-collapse {
        border: 0;
    }

    .navbar-default .navbar-toggle {
        padding: 4px;
        border: 0;
        float: left;
        margin-left: 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
    }

    .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

        .navbar-nav > li a {
            font-size: 16px;
            font-size: 1.6rem;
            color: #fff;
        }

        .navbar-nav > li:hover ul li a:hover,
        .navbar-nav > li.active ul li a:hover {
            color: #fff;
        }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        background-color: #0c6d73;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #0c6d73;
        color: #fff;
    }

    .dropdown-link-container {
        padding: 5px 10px 5px 25px;
    }

        .dropdown-link-container .glyphicons {
            position: relative;
            right: 14px;
        }

    .navbar-default ul li ul li ul {
        margin-left: 10px;
    }
}

.navbar {
    border-radius: 0;
}

.nav li {
}

.navbar-default ul li ul li {
    border-right: 0;
    top: -1px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}

.navbar-default .navbar-toggle {
    border-color: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > span > a {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}

@media (max-width: 767px) {
    #top {
        padding: 10px;
        margin-bottom: 0;
    }

    .top-container {
    }

    body.main #logo,
    body.sub #logo {
        width: 24rem !important;
        margin: 2rem auto 1rem;
    }

    .navbar-default {
        margin-top: 0;
    }
}

/* END MENU */

.btn span.glyphicons {
    text-shadow: none;
    color: #fff;
}

.glyphicons {
    text-shadow: none;
}

@media(max-width: 767px) {

    .glyphicons-search {
        margin: 0;
        margin-left: 1rem;
        font-size: 2.4rem !important;
        line-height: 1;
        color: #fff;
    }
}

.glyphicons-red {
    color: #ff0000;
}

.glyphicons-green {
    color: #239C23;
}

.pointer {
    cursor: pointer;
}

label {
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .body-content {
        min-height: 275px;
    }
}

@media(max-width: 1024px) {
    .body-content {
        min-height: 150px;
    }
}

body.sub #content {
    background-color: #fff;
}

@media(min-width: 768px) {
    #content {
        min-height: 350px;
    }

    #sub-menu {
        min-height: 350px;
    }
}

#content-bottom a, #content a {
    text-decoration: none;
}

#content-bottom {
    padding: 40px 0;
}


#content-wrapper {
    padding: 0;
}

#site-wrapper {
}

#footer-wrapper {

}

#footer-container {
    background: url(/content/themes/gvvf/images/footer.svg) top center repeat-x #1e1e1c;
    background-size: cover;
    padding-top: 20rem;
}

#footer {
    color: #797979;
    min-height: 20px;
    padding: 30px 0 40px 0;
}

    #footer a {
        color: #797979;
    }

    #footer > * {
        color: inherit;
    }


@media(max-width: 992px) {
    #content-bottom,
    #footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.text-smaller {
    font-size: smaller;
}

.text-normal {
    font-weight: normal;
}

.text-bold {
    font-weight: bold;
}

.label-bottom {
    padding-top: 10px;
    margin-left: 2px;
}

#contact-form td {
    padding: 5px 10px;
}

#contact-form > tbody > tr > td:first-child {
    font-weight: bold;
}

.recaptcha-error {
    color: #ff0000;
}

.glyphicons-search {
    float: left;
    top: 0;
    font-size: 3.4rem;
    margin-right: 2rem;
    line-height: 1;
    font-weight: normal;
    color: #fff;
}

.search-widget .btn {
    padding: 0;
}

.search-widget .input-group {
    line-height: 1;
    background: none;
}

.search-widget .btn-secondary,
.search-widget .btn-secondary:hover,
.search-widget .btn-secondary:focus,
.search-widget .btn-secondary:active {
    font-size: inherit;
    color: #a6a6a5;
    line-height: 1;
    text-shadow: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    background: none;
}

    .search-widget .btn-secondary span {
    }

.form-control {
    box-shadow: none;
}

.search-open {
    right: 0;
}


.search-widget .input-group-btn {
    background: none;
}

#search-panel {
    background: url(css/images/greyfade.gif) repeat-x #2c2c2c;
    height: 36px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 5px;
    padding: 2px 8px 0 8px;
    float: right;
    -moz-box-shadow: 0 2px 5px rgba(55, 55, 55, 0.7);
    -webkit-box-shadow: 0 2px 5px rgba(55, 55, 55, 0.7);
    box-shadow: 0 2px 5px rgba(55, 55, 55, 0.7);
}

    #search-panel .search_button {
        height: 27px;
        width: 25px;
        background: url("CSS/Images/search_button.png") no-repeat;
        border: none;
    }

        #search-panel .search_button:hover {
            cursor: pointer;
            opacity: 0.7;
        }

    #search-panel input {
        border: 1px solid #ccc;
        border-radius: 10px;
        width: 160px;
        padding: 2px 5px;
    }

#search-term {
    display: none;
}

#search-results {
    margin-top: 10px;
}

    #search-results .hits {
        padding-left: 35px;
    }

    #search-results .separator {
        margin-top: 25px;
        margin-bottom: 20px;
        border-bottom: 2px dotted #000000;
        margin-left: -30px;
    }

    #search-results .no-search-hits {
        font-style: italic;
        color: #000;
        margin-left: 17px;
        margin-bottom: 20px;
    }

    #search-results .heading {
        border-top: 3px solid #000;
        height: 20px;
        background: #f4f4f4;
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 7px;
        font-weight: bold;
        font-size: 14px;
    }

    #search-results .hit-title {
        color: #000;
    }

        #search-results .hit-title a {
            text-decoration: none;
        }

        #search-results .hit-title:hover {
            text-decoration: underline;
        }

    #search-results .excerpt {
        color: #000000;
        font: 14px;
    }

.search-section {
    margin-bottom: 20px;
}

span.search-results {
    color: #000000;
    font-size: 28px;
}

#search-results ul {
    list-style: decimal;
}

#contact-form table {
    table-layout: fixed;
    width: 100%;
}

#contact-form td.answer input[type=text],
#contact-form td.answer textarea,
#contact-form #recaptcha_widget_div {
    width: 100% !important;
}

.message {
    margin-top: 10px;
}

    .message strong {
        font-weight: normal;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .message span {
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

.news-plainlistning-container {
    background: #eaeaea;
}

.news-plainlistning-headline {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #000;
}


.news-plainlistning-footer {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
    background: #000;
}

    .news-plainlistning-footer a {
        color: #fff;
    }

.news-item-date {
    padding: 0 10px;
}

.news-item-headline {
    padding: 0 10px;
}

.news-item {
    border-bottom: 1px solid #fff;
}

    .news-item a {
        margin-left: 10px;
    }

.events-wrapper {
    background: #A5B397;
}

/* Vertical Center - http://jsfiddle.net/hashem/ut5sbqvz/ */
.vertical-center {
    min-height: 100%; /* Fallback for vh unit */
    min-height: 100vh; /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Align the bootstrap's container vertically */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
    width: 100%;
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}

p.preamble {
    font-family: 'Libre Baskerville Roman';
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 35px;
    line-height: 3.5rem;
    margin: 10px 0 2px;
    margin: 1rem 0 .2rem;
}

@media (max-width: 767px) {
    p.preamble {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }
}

p.caption {
    font-family: "Century Gothic", Futura, AppleGothic, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.tile-hover {
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/* LABELS */
.label {
    display: inline;
    padding: .3em 1.5em .3em;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #7ccef4;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #7ccef4;
    }

.label-success {
    background-color: #a2b35c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #869646;
    }

.label-info {
    background-color: #73bcc5;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #4fabb6;
    }

.label-warning {
    background-color: #e9a839;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #d79018;
    }

.label-danger {
    background-color: #8f0a0a;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #5f0707;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #0c6d73;
    background-color: #ffffff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

/* Vertical List */
ul.vertical-list {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
}

    ul.vertical-list li {
        display: inline-block;
        margin-right: 15px;
    }

        ul.vertical-list li a {
            color: #0c5a66;
        }

        ul.vertical-list li:before {
            content: '■';
            margin-right: 5px;
            color: #0c5a66;
            font-size: 26px;
            font-size: 2.6rem;
        }

/* Search Page */
#search-result-page-contents {
    margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1169px) {
    #image-overlay {
        position: relative;
        padding-top: 100px;
        width: 100%;
    }
}

.tooltip-inner {
    background-color: #F3E1E1;
}

#newsletter-signup-puff {
    margin-top: 50px;
    margin-bottom: 50px;
}

.input-sm {
    font-size: 1.6rem;
    padding-top: .9rem;
    line-height: 1;
}

.search-open {
    right: 0 !important;
}

.search-widget input {
    line-height: 1;
}

.search-widget {
    z-index: 999;
    padding: .9rem;
    background: #000;
    width: 25rem;
    position: fixed;
    top: 25%;
    right: -21.5rem;
}

    .search-widget .btn {
        padding: 0;
    }

    .search-widget input {
        border: 0;
        height: 3.4rem;
        line-height: 1.8rem;
        color: #333;
        background: #fff;
        border-radius: 0;
        box-shadow: none;
    }

    .search-widget .btn-secondary,
    .search-widget .btn-secondary:hover,
    .search-widget .btn-secondary:focus,
    .search-widget .btn-secondary:active {
        font-size: 1.8rem;
        color: #fff;
        line-height: 1;
        text-shadow: none;
        border: 0;
        box-shadow: none;
        background: none;
    }

        .search-widget .btn-secondary span {
            font-size: 3.4rem;
            top: 0;
        }

/* BOOTSTRAP EXTRAS */

#branding100 {
    padding-top: 4rem;
}

    #branding100 a {
        color: #efefef;
        font-size: small;
    }
