﻿.clear {
    clear: both;
    font-size: 0;
    margin: 0;
    padding: 0;
}

:target:before {
    content: "";
    display: block;
    height: 90px;
    margin: -90px 0 0;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    html {
        transform: scale(.75);
    }
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg'),url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Regular-webfont.woff') format('woff'),url('../fonts/Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ptserif';
    src: url('../fonts/PTF55F-webfont.eot');
    src: url('../fonts/PTF55F-webfont.svg#pt_serifregular') format('svg'),url('../fonts/PTF55F-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/PTF55F-webfont.woff') format('woff'),url('../fonts/PTF55F-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.display-block {
    display: block;
}

.container-fluid {
    overflow-x: hidden;
    max-width: 1920px;
}

.navbar, footer, .navbar.shrink #header-nav-main .navbar-nav li.nav-main-item .dropdown-menu {
    max-width: 1920px;
    margin: 0 auto;
}

.navbar-inverse {
    background-color: #000;
    border: none;
}

.navbar-form {
    padding-right: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body {
    max-width: 100%;
    font-family: 'ptserif',Arial,serif;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    padding-top: 100px;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width:767px) {
    body {
        padding-top: 75px;
    }
}

h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'robotoregular',Arial,sans-serif;
}

h1 {
    font-size: 236.842%;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 115.7895%;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    h1 {
        font-size: 168.421%;
    }
}

h2 {
    font-size: 168.421%;
    font-weight: normal;
    margin: 10px 0;
    line-height: 1.3;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    h2 {
        font-size: 115.7895%;
    }
}

@media screen and (max-width:767px) {
    h3 {
        font-size: 89.4736%;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    h3 {
        font-size: 80%;
    }
}

@media screen and (min-width:1200px) {
    h3 {
        font-size: 105.263%;
    }
}

a {
    cursor: pointer;
    color: #333;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #333;
    }

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    p, .article-content div {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    ul {
        font-size: 16px;
    }
}

input[type="text"], select, textarea {
    border-radius: 0 !important;
    font-family: 'robotoregular',Arial,sans-serif;
    font-size: 73.6842%;
    padding: 6px 12px;
}

.ui-datepicker {
    font-size: 100%;
    border-radius: 0;
}

@media screen and (max-width:767px) {
    .ui-datepicker {
        font-size: 78.9473%;
    }
}

.vfw-content a, .vfw-content a:visited, .vfw-content a:link {
    color: #0070c0 !important;
}

    .vfw-content a h1, .vfw-content a:visited h1, .vfw-content a:link h1, .vfw-content a h2, .vfw-content a:visited h2, .vfw-content a:link h2, .vfw-content a h3, .vfw-content a:visited h3, .vfw-content a:link h3, .vfw-content a h4, .vfw-content a:visited h4, .vfw-content a:link h4, .vfw-content a h5, .vfw-content a:visited h5, .vfw-content a:link h5, .vfw-content a h6, .vfw-content a:visited h6, .vfw-content a:link h6, .vfw-content a h7, .vfw-content a:visited h7, .vfw-content a:link h7 {
        color: #000;
    }

.vfw-content h1 > a, .vfw-content h2 > a, .vfw-content h3 > a, .vfw-content h4 > a, .vfw-content h5 > a, .vfw-content h6 > a, .vfw-content h7 > a {
    color: #000 !important;
}

.vfw-content ul {
    margin-bottom: 30px;
}

    .vfw-content ul li {
        margin-bottom: 10px;
    }

.vfw-content h2, .vfw-content a > img {
    margin-top: 30px;
}

.btn {
    border-radius: 0;
}

.btn-vfw-blue {
    font-family: 'robotoregular',Arial,sans-serif;
    background-color: #174c83;
    color: #fff;
    margin-left: 10px;
    width: 72px;
}

    .btn-vfw-blue:focus, .btn-vfw-blue:active, .btn-vfw-blue:visited, .btn-vfw-blue:hover {
        background-color: #174c83;
        color: #fff;
    }

.page-title, .page-subtitle {
    margin: 0 0 20px 0;
}

@media screen and (max-width:767px) {
    .page-title {
        font-size: 125%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .page-title {
        font-size: 132%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .page-title {
        font-size: 168%;
    }
}

@media screen and (max-width:767px) {
    .page-subtitle {
        font-size: 95%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .page-subtitle {
        font-size: 105%;
        margin: 10px 0 20px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .page-subtitle {
        font-size: 116%;
        margin: 10px 0 20px;
    }
}

.hr-divider {
    display: block;
    width: 80%;
    margin: 10px auto;
    border-bottom: 2px solid #808080;
}

.input-error {
    color: #900;
    font-size: 70%;
    font-style: italic;
    font-weight: bold;
}

.content-block-container {
    border-top: 1px solid #ccc;
    clear: both;
}

@media screen and (max-width:767px) {
    .content-block-container {
        border-top: 1px solid #ccc;
    }
}

@media screen and (min-width:1200px) {
    .content-block-container {
        margin: 0 15px 0 0;
    }
}

.content-block-container .content-block-image {
    position: relative;
}

    .content-block-container .content-block-image img {
        padding-bottom: 20px;
    }

.content-block-container .content-item {
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .content-block-container .content-item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

.content-block-container .content-item a .content-title {
    font-family: 'robotoregular',Arial,sans-serif;
    color: #000;
    max-height: 85px;
    line-height: 1.2;
    overflow-y: hidden;
}

@media screen and (max-width:767px) {
    .content-block-container .content-item a .content-title {
        max-height: 95px;
        margin-top: 10px;
        font-size: 105.263%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .content-block-container .content-item a .content-title {
        max-height: 83px;
    }
}

@media screen and (min-width:1200px) {
    .content-block-container .content-item a .content-title {
        max-height: 87px;
        margin: 15px 0 0 0;
    }
}

.content-block-container .content-item a .content-url {
    color: #900;
}

.content-block-container .content-item a .content-summary {
    max-height: 250px;
    overflow-y: hidden;
    font-size: 15px;
    min-height: 60px;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .content-block-container .content-item a .content-summary {
        max-height: 168px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .content-block-container .content-item a .content-summary {
        max-height: 190px;
    }
}

.pagination-container {
    font-family: 'robotoregular',Arial,sans-serif;
}

@media screen and (max-width:767px) {
    .pagination-container nav {
        text-align: center;
    }
}

.pagination-container nav .results-pagination.pagination-sm > li > a {
    font-size: 78.9473%;
}

.pagination-container nav .results-pagination li > a {
    border-radius: 0;
    color: #333;
}

    .pagination-container nav .results-pagination li > a:hover, .pagination-container nav .results-pagination li > a:focus {
        color: #333;
    }

.pagination-container nav .results-pagination .active > a {
    z-index: 3;
    cursor: default;
    color: #900;
    background-color: transparent;
    border-color: #900;
    font-weight: bold;
}

    .pagination-container nav .results-pagination .active > a:hover, .pagination-container nav .results-pagination .active > a:focus, .pagination-container nav .results-pagination .active > a:active {
        color: #900;
    }

.pagination > span {
    display: inline-block;
    font-size: 78.9473%;
    border-radius: 0;
    color: #900;
    padding: 5px 10px;
    line-height: 1.5;
    position: relative;
    float: left;
    margin-left: -1px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #900;
    margin-right: 1px;
}

.pagination > a {
    display: inline-block;
    font-size: 78.9473%;
    border-radius: 0;
    color: #333;
    padding: 5px 10px;
    line-height: 1.5;
    position: relative;
    float: left;
    margin-left: -1px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.publication-date-block {
    font-family: 'robotoregular',Arial,sans-serif;
    text-transform: uppercase;
    margin: 20px auto 10px;
    border: 1px solid #797979;
    width: 90px;
    height: auto;
    color: #797979;
    text-align: center;
}

@media screen and (max-width:767px) {
    .publication-date-block {
        width: 100%;
        text-align: left;
        background-color: #797979;
        margin: 20px 0 0;
    }
}

.publication-date-block .month {
    color: #fff;
    text-shadow: #515151 0 1px 0;
    background-color: #797979;
    font-size: 147.36842%;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
    line-height: 100%;
}

@media screen and (max-width:767px) {
    .publication-date-block .month {
        display: inline-block;
        font-size: 115.7895%;
        padding: 5px 2px 5px 10px;
        text-shadow: none;
        font-weight: normal;
        background-color: transparent;
    }
}

.publication-date-block .day {
    font-weight: bold;
    font-size: 147.36842%;
    line-height: 100%;
    padding: 5px 10px;
    display: block;
    color: #595959;
}

@media screen and (max-width:767px) {
    .publication-date-block .day {
        display: inline-block;
        color: #fff;
        font-size: 115.7895%;
        padding: 5px 2px;
        font-weight: normal;
    }
}

.publication-date-block .year {
    display: block;
    font-size: 78.94736%;
    padding: 5px 10px;
    line-height: 100%;
}

@media screen and (max-width:767px) {
    .publication-date-block .year {
        display: inline-block;
        color: #fff;
        font-size: 115.7895%;
        padding: 5px 2px;
    }
}

.resource-icon-container a {
    margin-right: 15px;
}

    .resource-icon-container a.pdf-icon {
        content: url('/Prototype/assets/Content/images/icon-pdf.png');
        zoom: 50%;
    }

    .resource-icon-container a.img-icon {
        content: url('/Prototype/assets/Content/images/icon-pdf.png');
        zoom: 50%;
    }

.resource-icon-container img {
    width: 30px;
}

.vfw-form-container {
    max-width: 750px;
    margin: 30px auto 0;
}

@media screen and (max-width:767px) {
    .vfw-form-container {
        margin: 30px -15px 0;
    }
}

.vfw-form-container h2.title {
    color: #174c83;
}

@media screen and (max-width:767px) {
    .vfw-form-container h2.title {
        font-weight: bold;
    }
}

.vfw-form-container p {
    font-size: 68.421%;
}

.vfw-home-sublayout-padding {
    padding: 0 15px;
}

.vfw-sublayout-padding {
    padding: 0 15px 40px;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .vfw-sublayout-padding {
        padding: 0 15px 20px;
    }
}

@media print {
    .vfw-sublayout-padding.row > div {
        width: 100% !important;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.navbar {
    font-family: 'robotoregular',Arial,sans-serif;
}

    .navbar .navbar-item-red {
        background-color: #900;
    }

@media screen and (max-width:767px) {
    .navbar {
        font-size: 73.6842%;
        height: 75px;
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .navbar .header-container {
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .navbar .header-container {
        width: 98%;
    }
}

@media screen and (min-width:1200px) {
    .navbar .header-container {
        width: 95%;
        padding-left: 0;
        padding-right: 10px;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .navbar .navbar-header .navbar-toggle {
        float: unset;
        bottom: 10px;
        right: 0;
        position: absolute;
    }
}

.navbar .navbar-header .navbar-brand {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    padding-left: 15px;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-header .navbar-brand {
        padding: 0;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .navbar .navbar-header .navbar-brand {
        padding: 10px 15px;
    }
}

.navbar .navbar-header .nav-logo {
    width: 85%;
    vertical-align: middle;
    height: auto;
    left: 10px;
    position: relative;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-header .nav-logo {
        display: none;
    }
}

.navbar .navbar-header .nav-logo-small-container {
    display: none;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-header .nav-logo-small-container {
        display: block;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-header .nav-logo-small-container {
        padding: 5px;
    }
}

.navbar .navbar-header .nav-logo-small-container .nav-logo-small {
    display: none;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-header .nav-logo-small-container .nav-logo-small.active {
        max-height: 100%;
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    .navbar #header-nav-utility {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .navbar #header-nav-utility {
        margin-right: 10px;
        font-size: 90%;
    }
}

.navbar #header-nav-utility .search {
    margin-bottom: 0;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .navbar #header-nav-utility .search {
        padding: 0;
    }
}

.navbar #header-nav-utility .search .search-input {
    width: 215px;
    display: none;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .navbar #header-nav-utility .search .search-input {
        width: 175px;
        margin-right: 5px;
        clear: both;
    }
}

.navbar #header-nav-utility .search .search-icon {
    font-size: 94.7368%;
    color: #fff;
    cursor: pointer;
    right: 5px;
    padding: 5px;
    vertical-align: text-top;
}

    .navbar #header-nav-utility .search .search-icon:hover, .navbar #header-nav-utility .search .search-icon :focus, .navbar #header-nav-utility .search .search-icon :active {
        color: #fff;
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .navbar #header-nav-utility ul {
        margin: 8px 0;
    }
}

.navbar #header-nav-utility ul li > a {
    color: #fff;
    font-size: 94.7368%;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .navbar #header-nav-utility ul li > a {
        font-size: 73.6842%;
        padding: 5px 10px;
    }
}

.navbar #header-nav-utility .utility-nav > li > a {
    font-size: 75%;
}

.navbar #header-nav-main {
    font-size: 100%;
}

@media screen and (max-width:767px) {
    .navbar #header-nav-main {
        width: 100%;
        max-width: 350px;
        max-height: none;
        background-color: #000;
        opacity: 1;
        border: none;
        position: absolute;
        top: 75px;
        right: 0;
    }
}

.navbar #header-nav-main ul > li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .navbar #header-nav-main {
        font-size: 90%;
    }

        .navbar #header-nav-main ul > li a {
            padding-left: 18px;
            padding-right: 18px;
            line-height: normal;
        }
}

@media screen and (min-width:1200px) {
    .navbar #header-nav-main ul > li a {
        padding-left: 25px;
        padding-right: 25px;
        line-height: normal;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .navbar #header-nav-main:hover .nav-main-item:not(:hover) .dropdown-menu {
        transition-delay: 0s;
        display: none;
        width: 0;
    }

    .navbar #header-nav-main:hover .nav-main-item:not(:hover) .nav-notch {
        transition-delay: 0s;
        display: none;
    }
}

.navbar #header-nav-main .navbar-nav {
    max-height: 650px;
    overflow: auto;
}

@media screen and (max-width:767px) {
    .navbar #header-nav-main .navbar-nav {
        margin: 0 -15px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .navbar #header-nav-main .navbar-nav {
        bottom: 1px;
        position: relative;
        margin-right: 0;
    }
}

@media screen and (min-width:1200px),screen and (min-width:992px) and (max-width:1199px) {
    .navbar #header-nav-main .navbar-nav {
        clear: both;
        overflow: hidden;
    }
}

.navbar #header-nav-main .navbar-nav .search-input {
    display: none;
}

.navbar #header-nav-main .nav-main-item {
    text-align: center;
    position: static;
    max-height: 53px;
}

    .navbar #header-nav-main .nav-main-item a {
        color: #fff;
    }

@media screen and (max-width:767px) {
    .navbar #header-nav-main .nav-main-item {
        width: 100%;
        display: block;
        max-height: none;
        text-align: left;
        border-bottom: 1px groove #808080;
    }

        .navbar #header-nav-main .nav-main-item:last-child {
            border-bottom: none;
        }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .navbar #header-nav-main .nav-main-item {
        width: auto;
        text-align: center;
    }

        .navbar #header-nav-main .nav-main-item > a {
            margin: 0 auto;
        }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .navbar #header-nav-main .nav-main-item:hover .nav-notch {
        display: inline-block;
        transition-delay: 0s;
        visibility: visible;
    }

    .navbar #header-nav-main .nav-main-item:hover .dropdown-menu {
        display: table;
        width: 100%;
        left: 0;
        visibility: visible;
        transition-delay: 0s;
    }

        .navbar #header-nav-main .nav-main-item:hover .dropdown-menu li {
            display: table-cell;
        }
}

.navbar #header-nav-main .nav-main-item#main-nav-login {
    display: none;
}

@media screen and (max-width:767px) {
    .navbar #header-nav-main .nav-main-item#main-nav-login {
        display: block;
    }
}

.navbar #header-nav-main .nav-main-item#main-nav-search-container {
    display: none;
}

@media screen and (max-width:767px) {
    .navbar #header-nav-main .nav-main-item#main-nav-search-container {
        display: block;
    }
}

.navbar #header-nav-main .nav-main-item .caret-container {
    display: none;
    padding: 3px 10px;
    float: right;
    top: 5px;
    right: 3px;
    position: relative;
    margin-left: 5px;
    z-index: 1;
    cursor: pointer;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .navbar #header-nav-main .nav-main-item .caret-container:hover, .navbar #header-nav-main .nav-main-item .caret-container:focus, .navbar #header-nav-main .nav-main-item .caret-container:active {
        background-color: #333;
        opacity: .8;
    }
}

@media screen and (max-width:767px) {
    .navbar #header-nav-main .nav-main-item .caret-container {
        display: inline-block;
    }
}

.navbar #header-nav-main .nav-main-item .caret-container .caret {
    display: inline-block;
    color: #fff;
    margin: 0;
}

.navbar #header-nav-main .nav-main-item .nav-notch {
    display: none;
    position: relative;
    left: 0;
    bottom: 20px;
    width: 36px;
    height: 14px;
    margin: 0 auto;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .navbar #header-nav-main .nav-main-item .nav-notch {
        bottom: 15px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .navbar #header-nav-main .nav-main-item .nav-notch {
        display: inline-block;
        visibility: hidden;
        transition: .2s 1s;
    }
}

.navbar #header-nav-main .nav-main-item .dropdown-menu {
    border-radius: 0;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    background: #e4e4e4;
}

@media screen and (max-width:767px) {
    .navbar #header-nav-main .nav-main-item .dropdown-menu {
        background-color: #e4e4e4;
        border-radius: 0;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .navbar #header-nav-main .nav-main-item .dropdown-menu {
        display: table;
        width: 100%;
        visibility: hidden;
        transition: .2s 1s;
    }

        .navbar #header-nav-main .nav-main-item .dropdown-menu li {
            display: table-cell;
        }
}

@media screen and (max-width:767px) {
    .navbar #header-nav-main .nav-main-item .dropdown-menu li {
        display: block;
    }
}

.navbar #header-nav-main .nav-main-item .dropdown-menu li a {
    color: #333;
    line-height: 2;
    font-size: 110%;
    font-weight: bold;
    padding: 10px;
}

@media screen and (max-width:767px) {
    .navbar #header-nav-main .nav-main-item .dropdown-menu li a:hover, .navbar #header-nav-main .nav-main-item .dropdown-menu li a:focus, .navbar #header-nav-main .nav-main-item .dropdown-menu li a:active {
        color: #fff;
        background-color: #333;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .navbar #header-nav-main .nav-main-item .dropdown-menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: unset;
    }

        .navbar #header-nav-main .nav-main-item .dropdown-menu li a:hover, .navbar #header-nav-main .nav-main-item .dropdown-menu li a:focus, .navbar #header-nav-main .nav-main-item .dropdown-menu li a:active {
            color: #fff;
            background-color: #333;
        }
}

.navbar.shrink {
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: rgba(0,0,0,.7);
}

    .navbar.shrink .nav-logo {
        display: none;
    }

    .navbar.shrink .navbar-item-red {
        background-color: transparent;
    }

    .navbar.shrink .navbar-brand {
        padding: 0 !important;
    }

    .navbar.shrink .nav-logo-small-container {
        display: block;
    }

    .navbar.shrink .nav-logo-small {
        display: inline-block !important;
        margin-left: 5px;
    }

        .navbar.shrink .nav-logo-small img {
            display: normal;
        }

@media screen and (min-width:1200px) {
    .navbar.shrink {
        font-size: 105.263%;
        height: 74px;
        max-height: 74px;
    }

        .navbar.shrink .header-container {
            margin: 0;
            position: relative;
        }

        .navbar.shrink .navbar-header .navbar-brand {
            padding-top: 7px;
            left: 35px;
        }

        .navbar.shrink #header-nav-main {
            top: 0;
            right: 0;
            position: absolute;
        }

            .navbar.shrink #header-nav-main .navbar-nav {
                margin-right: inherit;
                width: auto;
                overflow: inherit;
            }

                .navbar.shrink #header-nav-main .navbar-nav li.nav-main-item {
                    max-height: 74px;
                }

                    .navbar.shrink #header-nav-main .navbar-nav li.nav-main-item > a {
                        line-height: 74px !important;
                        padding-top: 0 !important;
                        padding-bottom: 0 !important;
                        width: auto;
                    }

                        .navbar.shrink #header-nav-main .navbar-nav li.nav-main-item > a:hover {
                            background-color: #000;
                        }

                    .navbar.shrink #header-nav-main .navbar-nav li.nav-main-item:hover .nav-notch {
                        display: inline-block;
                    }

                    .navbar.shrink #header-nav-main .navbar-nav li.nav-main-item .nav-notch {
                        bottom: 20px;
                    }

                    .navbar.shrink #header-nav-main .navbar-nav li.nav-main-item .dropdown-menu {
                        top: 74px;
                        position: fixed;
                    }

            .navbar.shrink #header-nav-main #main-nav-login {
                display: block;
            }
}

@media screen and (min-width:1200px) andscreen and (min-width:768px)and(max-width:991px) {
    .navbar.shrink #header-nav-main .navbar-nav {
        margin-right: -15px;
    }
}

.clearable {
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px;
    -moz-transition: right 1s ease,width 0s ease-out 1s;
    -webkit-transition: right 1s ease,width 0s ease-out 1s;
    -o-transition: right 1s ease,width 0s ease-out 1s;
    transition: right 1s ease,width 0s ease-out 1s;
}

    .clearable.x {
        background-position: right 5px center;
    }

    .clearable.onX {
        cursor: pointer;
    }

    .clearable::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

.hero-container {
    position: relative;
}

@media screen and (max-width:767px) {
    .hero-container {
        max-height: none;
        background-color: transparent;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hero-container {
        top: -5px;
    }
}

.hero-container .hero-img {
    width: 100%;
    height: auto;
    max-height: 600px;
    margin: 0 auto;
}

.hero-container .hero-overlay {
    position: absolute;
    z-index: 1;
    padding: 25px;
    text-align: center;
    overflow-y: hidden;
}

@media screen and (max-width:767px) {
    .hero-container .hero-overlay {
        bottom: auto;
        height: auto;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hero-container .hero-overlay {
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 340px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .hero-container .hero-overlay {
        width: 100%;
        height: auto;
        padding: 10px 25px;
        bottom: 15%;
        top: 10%;
        left: 0;
    }
}

@media screen and (min-width:1200px) {
    .hero-container .hero-overlay {
        overflow-y: hidden;
        width: 38%;
        height: 80%;
        max-width: 630px;
        max-height: 90%;
        left: 8%;
        bottom: 10%;
    }
}

.hero-container .hero-overlay .hero-overlay-title {
    margin-top: 0;
    overflow: hidden;
    font-size: 1.5em;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .hero-container .hero-overlay .hero-overlay-title {
        max-width: 90%;
        margin: 0 auto;
        max-height: 85px;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:1600px) {
    .hero-container .hero-overlay .hero-overlay-title {
        font-size: 2em;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .hero-container .hero-overlay .hero-overlay-title {
        max-width: 90%;
        margin: 10px auto;
        max-height: 60px;
    }
}

.hero-container .hero-overlay .hero-overlay-content {
    text-align: center;
    font-size: 1em;
    line-height: 1.2;
    width: 85%;
    margin: 20px auto;
    max-height: 170px;
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .hero-container .hero-overlay .hero-overlay-content {
        font-size: .9em;
        margin: 10px auto;
        width: 95%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .hero-container .hero-overlay .hero-overlay-content {
        max-width: 90%;
        height: 90px;
    }
}

@media screen and (min-width:1200px) {
    .hero-container .hero-overlay .hero-overlay-content {
        height: 180px;
    }
}

@media screen and (min-width:1600px) {
    .hero-container .hero-overlay .hero-overlay-content {
        font-size: 1.4em;
    }
}

.hero-container .hero-overlay-right {
    right: 8%;
}

@media screen and (max-width:767px) {
    .hero-container .hero-overlay-right {
        right: 0;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .hero-container .hero-overlay-right {
        right: 0;
        top: 10%;
    }
}

@media screen and (min-width:1200px) {
    .hero-container .hero-overlay-right {
        left: auto;
    }
}

.hero-container .hero-overlay-full {
    position: absolute;
    top: 0;
    height: 100%;
    color: #000;
    display: none;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .hero-container .hero-overlay-full {
        position: relative;
    }
}

.hero-container .hero-overlay-full .hero-overlay-title {
    overflow-y: hidden;
    line-height: 1.3;
}

@media screen and (max-width:767px) {
    .hero-container .hero-overlay-full .hero-overlay-title {
        font-size: 147.3684%;
        margin: 20px auto 10px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hero-container .hero-overlay-full .hero-overlay-title {
        font-size: 168.421%;
        margin: 20px auto 10px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .hero-container .hero-overlay-full .hero-overlay-title {
        font-size: 147.3684%;
        width: 80%;
        max-height: 72px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 10%;
    }
}

@media screen and (min-width:1200px) {
    .hero-container .hero-overlay-full .hero-overlay-title {
        margin: 0 auto;
        width: 80%;
        position: absolute;
        left: 0;
        right: 0;
        top: 20%;
        font-size: 2vw;
    }
}

.hero-container .hero-overlay-full .hero-overlay-content {
    overflow-y: hidden;
    line-height: 1.2;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .hero-container .hero-overlay-full .hero-overlay-content {
        margin: 10px auto 20px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .hero-container .hero-overlay-full .hero-overlay-content {
        font-size: 89.4736%;
        width: 80%;
        max-height: 154px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 45%;
    }
}

@media screen and (min-width:1200px) {
    .hero-container .hero-overlay-full .hero-overlay-content {
        font-size: 126.3157%;
        width: 80%;
        max-height: 186px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
    }
}

.hero-container .hero-overlay-full-right {
    right: 0;
}

.hero-container .hero-button {
    margin: 10px auto;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    color: #fff;
    background-color: #7e7e81;
    display: block;
    border-radius: 0;
    width: 180px;
    height: 42px;
}

    .hero-container .hero-button:hover {
        color: #fff;
    }

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .hero-container .hero-button {
        position: absolute;
        right: 25%;
        bottom: 45px;
        left: 25%;
        width: 50%;
        max-width: 180px;
        margin-bottom: 0;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .hero-container .hero-button {
        position: absolute;
        right: 25%;
        bottom: 0;
        left: 25%;
        margin-bottom: 15px;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .hero-container .box-trio-container {
        top: -50px;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .hero-carousel {
        top: 0;
    }

        .hero-carousel .item > img {
            width: auto;
            max-width: none;
            position: relative;
        }

            .hero-carousel .item > img.rightside {
                right: 0;
                position: absolute;
            }

            .hero-carousel .item > img.leftside {
                left: 0;
                position: absolute;
            }

        .hero-carousel .item > .hero-overlay {
            bottom: auto;
            width: 100%;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hero-carousel {
        height: 600px;
    }

        .hero-carousel .item {
            height: 600px;
        }

            .hero-carousel .item > img {
                height: 400px;
            }

            .hero-carousel .item > .hero-overlay {
                top: 400px;
                height: 200px;
                padding: 20px;
            }

                .hero-carousel .item > .hero-overlay > .hero-button {
                    bottom: 20px;
                }

        .hero-carousel .carousel-control {
            height: 400px;
        }
}

@media screen and (max-width:767px) {
    .hero-carousel {
        height: 500px;
    }

        .hero-carousel .item {
            height: 500px;
        }

            .hero-carousel .item > img.hero-img {
                height: 240px;
            }

            .hero-carousel .item > .hero-overlay {
                top: 240px;
                height: 260px;
                padding: 15px;
            }

                .hero-carousel .item > .hero-overlay > .hero-button {
                    bottom: 15px;
                }

        .hero-carousel .carousel-control {
            height: 240px;
        }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .hero-carousel .carousel-indicators {
        bottom: 0;
    }
}

.hero-carousel .carousel-control {
    width: 10%;
    max-width: 80px;
}

.hero-carousel .carousel-inner .hero-container {
    overflow: hidden;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hero-carousel .carousel-inner .hero-container {
        top: 0;
    }
}

.hero-carousel .carousel-inner .hero-container .hero-overlay-content {
    line-height: 1.3;
}

.hero-overlay-background {
    background: #ccc;
    background: rgba(204,204,204,.8);
}

.breadcrumb {
    background: none;
    margin-top: 10px;
    font-size: 68.421%;
    font-family: 'robotoregular',Arial,sans-serif;
}

@media screen and (max-width:767px) {
    .breadcrumb {
        padding: 5px;
    }
}

.breadcrumb a:hover {
    color: #777;
}

.article-details-container {
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .article-details-container {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.article-details-container .article-heading .article-title {
    color: #174c83;
    margin-top: 0;
}

@media screen and (max-width:767px) {
    .article-details-container .article-heading .article-title {
        font-size: 115.7895%;
        text-align: left;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .article-details-container .article-heading .article-title {
        font-size: 168.421%;
    }
}

@media screen and (max-width:767px) {
    .article-details-container .article-heading .article-subtitle {
        font-size: 100%;
        text-align: left;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .article-details-container .article-heading .article-subtitle {
        font-size: 105.263%;
    }
}

.article-details-container .article-heading .article-date {
    font-size: 100%;
    margin-bottom: 20px;
}

    .article-details-container .article-heading .article-date .social-buttons {
        float: right;
        display: none;
    }

@media screen and (max-width:767px) {
    .article-details-container .article-heading .article-date .social-buttons {
        float: none;
        padding-top: 5px;
    }
}

.article-details-container .article-heading .article-date .social-buttons > div {
    display: inline-block;
}

.article-details-container .article-heading .article-date .social-buttons > a {
    margin-left: -4px;
}

.article-details-container .article-heading .article-date .social-buttons .article-details-pdf > img {
    height: 32px;
    width: 32px;
    margin-top: -22px;
    margin-left: 3px;
    margin-bottom: -28px;
}

.related-articles-listing {
    margin-top: 50px;
}

@media screen and (max-width:767px) {
    .related-articles-listing {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width:1200px) {
    .related-articles-listing {
        float: right;
        max-width: 425px;
        margin-right: -10px;
    }
}

.related-articles-listing .title {
    background-color: #174c83;
    padding: 5px 10px;
    color: #fff;
    margin-top: 0;
}

@media screen and (max-width:767px) {
    .related-articles-listing .title {
        margin-left: -50px;
        margin-bottom: 0;
        margin-right: -50px;
        padding: 5px 10px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .related-articles-listing .title {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media screen and (max-width:767px) {
    .related-articles-listing .content-block-container {
        margin-left: -45px;
        margin-right: -45px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .related-articles-listing .content-block-container {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width:1200px) {
    .related-articles-listing .content-block-container {
        margin: 0 auto;
    }
}

.related-articles-listing .content-block-container:first-of-type {
    border: none;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .related-articles-listing .content-block-container .publication-date-block {
        width: 60px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (min-width:1200px) {
    .related-articles-listing .content-block-container .publication-date-block {
        margin-left: -15px;
        margin-right: -10px;
        width: 70px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .related-articles-listing .content-block-container .publication-date-block .month, .related-articles-listing .content-block-container .publication-date-block .day {
        font-size: 80%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .related-articles-listing .content-block-container .publication-date-block .year {
        font-size: 65%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .related-articles-listing .content-block-container .content-item {
        margin-right: -15px;
        margin-left: -20px;
    }
}

@media screen and (min-width:1200px) {
    .related-articles-listing .content-block-container .content-item {
        margin-right: -10px;
        margin-left: 20px;
    }
}

.related-articles-listing .content-block-container .content-item .content-title {
    overflow: hidden;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .related-articles-listing .content-block-container .content-item .content-title {
        font-size: 80%;
        font-weight: bold;
    }
}

@media screen and (min-width:1200px) {
    .related-articles-listing .content-block-container .content-item .content-title {
        font-size: 100%;
        font-weight: bold;
        margin-bottom: 0;
    }
}

.related-articles-listing .content-block-container .content-item .content-summary {
    max-height: 100px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .related-articles-listing .content-block-container .content-item .content-summary {
        font-size: 65%;
    }
}

@media screen and (min-width:1200px) {
    .related-articles-listing .content-block-container .content-item .content-summary {
        font-size: 80%;
    }
}

.box-trio-container {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0;
}

    .box-trio-container .box-center {
        background: #900;
        color: #fff;
        position: relative;
        margin: 0 auto;
        width: 480px;
        height: 280px;
        padding: 50px 20px;
        border: 1px solid #7e7e81;
    }

@media screen and (max-width:767px) {
    .box-trio-container .box-center {
        top: 0;
        width: 100%;
        height: auto;
        padding: 10px;
        position: initial;
        border: none;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .box-trio-container .box-center {
        width: 250px;
        height: 196px;
        padding: 30px 10px;
    }
}

.box-trio-container .box-center > h1 {
    line-height: 1.3;
    font-weight: 700;
    width: 90%;
    margin: 10px auto;
}

@media screen and (max-width:767px) {
    .box-trio-container .box-center > h1 {
        font-size: 115.7895%;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .box-trio-container .box-center > h1:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        margin: 30px auto;
        padding: 0 20px;
        width: 100%;
        font-size: 142.1052%;
    }
}

@media screen and (min-width:1200px) {
    .box-trio-container .box-center > h1:first-of-type {
        margin: 50px auto;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .box-trio-container .box-center > h1:last-of-type {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 50px auto;
        padding: 0 20px;
        width: 100%;
        font-size: 115%;
    }
}

.box-trio-container .box-left, .box-trio-container .box-right {
    width: 400px;
    height: 240px;
    padding: 20px;
    color: #333;
    background: #ccc;
    position: absolute;
    z-index: -1;
    font-family: 'Roboto-Regular',sans-serif;
    top: 20px;
    border: 1px solid #7e7e81;
}

@media screen and (max-width:767px) {
    .box-trio-container .box-left, .box-trio-container .box-right {
        width: 100%;
        height: auto;
        padding: 20px 10px;
        position: initial;
        border: none;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .box-trio-container .box-left, .box-trio-container .box-right {
        width: 280px;
        height: 168px;
    }
}

.box-trio-container .box-left {
    left: -380px;
}

@media screen and (max-width:767px) {
    .box-trio-container .box-left {
        left: 0;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .box-trio-container .box-left {
        left: -260px;
        top: 15px;
        overflow: hidden;
    }
}

.box-trio-container .box-left h1 {
    line-height: 1.3;
}

@media screen and (max-width:767px) {
    .box-trio-container .box-left h1 {
        margin-top: 0;
        font-size: 115.7895%;
        max-height: 25px;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .box-trio-container .box-left h1 {
        font-size: 115.7895%;
        max-height: 25px;
        overflow-y: hidden;
        position: absolute;
        margin: 20px auto;
        padding: 0 20px;
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
    }
}

@media screen and (min-width:1200px) {
    .box-trio-container .box-left h1 {
        font-size: 168.421%;
        max-height: 40px;
        overflow-y: hidden;
        position: absolute;
        margin: 40px auto;
        padding: 0 20px;
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .box-trio-container .box-left p {
        text-align: center;
        margin-bottom: 0;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .box-trio-container .box-left p {
        font-size: 84.2105%;
        max-height: 66px;
        overflow-y: hidden;
        position: absolute;
        margin: 20px auto;
        padding: 0 20px;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width:1200px) {
    .box-trio-container .box-left p {
        max-height: 81px;
        overflow-y: hidden;
        position: absolute;
        margin: 40px auto;
        padding: 0 55px;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.box-trio-container .box-right {
    right: -380px;
}

@media screen and (max-width:767px) {
    .box-trio-container .box-right {
        right: 0;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .box-trio-container .box-right {
        right: -260px;
        top: 15px;
        overflow: hidden;
    }
}

.box-trio-container .box-right h1 {
    line-height: 1.3;
}

@media screen and (max-width:767px) {
    .box-trio-container .box-right h1 {
        font-size: 115.7895%;
        margin-top: 0;
        margin-bottom: 10px;
        max-height: 25px;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .box-trio-container .box-right h1 {
        font-size: 115.7895%;
        margin: 20px auto;
        padding: 0 20px;
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width:1200px) {
    .box-trio-container .box-right h1 {
        max-height: 40px;
        overflow-y: hidden;
        font-size: 168.421%;
        margin: 40px auto;
        padding: 0 20px;
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
    }
}

.box-trio-container .box-right p {
    text-align: center;
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .box-trio-container .box-right p {
        font-size: 84.2105%;
        max-height: 66px;
        overflow-y: hidden;
        width: 100%;
        padding: 0 20px;
        margin: 20px auto;
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
    }
}

@media screen and (min-width:1200px) {
    .box-trio-container .box-right p {
        max-height: 81px;
        overflow-y: hidden;
        width: 100%;
        padding: 0 55px;
        margin: 40px auto;
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
    }
}

.box-trio-container .box-trio-button {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    color: #fff;
    background-color: #7e7e81;
    margin: 10px auto;
    display: block;
    width: 120px;
    margin-top: 40px;
}

@media screen and (max-width:767px) {
    .box-trio-container .box-trio-button {
        margin: 10px auto 0;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .box-trio-container .box-trio-button {
        margin: 20px auto;
        position: absolute;
        bottom: 0;
        right: 30%;
        display: block;
        width: 50%;
        max-width: 120px;
    }
}

@media screen and (min-width:1200px) {
    .box-trio-container .box-trio-button {
        margin: 40px auto;
        position: absolute;
        bottom: 0;
        right: 35%;
        display: block;
        width: 50%;
        max-width: 120px;
    }
}

.call-to-action-container {
    margin: 0 -30px;
    visibility: hidden;
}

    .call-to-action-container .poll-container {
        padding: 0;
    }

        .call-to-action-container .poll-container .poll-form {
            padding: 15px;
            background-color: #e4e4e4;
            height: 100%;
            display: inline-block;
            width: 100%;
        }

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .call-to-action-container .poll-container .poll-form {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width:767px) {
    .call-to-action-container .poll-container .poll-form .poll-title {
        font-weight: bold;
        text-align: center;
    }
}

.call-to-action-container .poll-container .poll-form .poll-submit {
    float: right;
    margin: 20px 0;
    border-radius: 0;
}

@media screen and (max-width:767px) {
    .call-to-action-container .poll-container .poll-form .poll-submit {
        width: 100%;
    }
}

.call-to-action-container .link-image-module {
    padding: 0;
    display: inline-block;
    visibility: hidden;
}

    .call-to-action-container .link-image-module .link-image {
        width: 100%;
        height: auto;
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .call-to-action-container .link-image-module .link-image {
        margin: auto;
        display: block;
    }
}

.child-listing-container .child-grouping {
    display: none;
}

@media screen and (max-width:767px) {
    .child-listing-container .child-grouping {
        padding: 0;
    }
}

@media screen and (min-width:1200px) {
    .child-listing-container .child-grouping {
        padding: 0 40px;
    }
}

@media screen and (max-width:767px) {
    .child-listing-container .child-grouping .child-img-container {
        margin: 0 -15px;
    }
}

.child-listing-container .child-grouping .child-img-container a {
    display: block;
}

    .child-listing-container .child-grouping .child-img-container a img {
        margin: 30px auto;
        border: 25px solid #ccc;
        max-height: 510px;
    }

@media screen and (max-width:767px) {
    .child-listing-container .child-grouping .child-img-container a img {
        border: none;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .child-listing-container .child-grouping .child-img-container a img {
        border-width: 15px;
    }
}

.child-listing-container .child-grouping .child-content a .child-title {
    font-weight: bold;
}

.child-listing-container .child-grouping .child-content .child-summary {
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .child-listing-container .child-grouping .child-content {
        padding: 0 15px 0 15px;
    }
}

@media screen and (max-width:767px) {
    .faq-container > div.col-xs-12.col-sm-12.col-md-12 {
        padding: 0;
    }
}

.faq-container .title {
    text-align: center;
}

.faq-container .faq-list {
    padding: 0;
    margin-bottom: 0;
}

    .faq-container .faq-list .faq-list-item {
        list-style-type: none;
        border-bottom: 1px solid #ccc;
        padding: 25px 0;
    }

        .faq-container .faq-list .faq-list-item:last-of-type {
            border: none;
        }

        .faq-container .faq-list .faq-list-item .title-container {
            cursor: pointer;
        }

            .faq-container .faq-list .faq-list-item .title-container .faq-label {
                display: inline;
            }

                .faq-container .faq-list .faq-list-item .title-container .faq-label .glyphicon {
                    line-height: 1.1;
                    font-size: 168.421%;
                    vertical-align: top;
                }

@media screen and (max-width:767px) {
    .faq-container .faq-list .faq-list-item .title-container .faq-label .glyphicon {
        font-size: 115.7895%;
    }
}

.faq-container .faq-list .faq-list-item .title-container .faq-question-title {
    display: inline-block;
    margin: 0;
    width: calc(100% - 40px);
}

@media screen and (max-width:767px) {
    .faq-container .faq-list .faq-list-item .title-container .faq-question-title {
        font-size: 115.7895%;
        width: calc(100% - 30px);
    }
}

.faq-container .faq-list .faq-list-item .faq-answer {
    padding: 20px 40px 0;
}

@media screen and (max-width:767px) {
    .faq-container .faq-list .faq-list-item .faq-answer {
        padding: 10px 10px 0 25px;
    }
}

.faq-container .faq-list .faq-list-item .faq-answer .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .faq-container .faq-list .faq-list-item .faq-answer .panel {
        font-size: 84.2105%;
        text-align: justify;
    }
}

.find-a-post-container {
    background-image: url('../Images/VFW-background-blue.png');
    background-size: cover;
    margin: 0 -30px;
    padding: 0;
    color: #fff;
}

@media screen and (max-width:767px) {
    .find-a-post-container {
        overflow: initial;
        background-repeat: round;
    }
}

.find-a-post-container .post-header {
    padding: 40px 0 20px;
}

    .find-a-post-container .post-header .title {
        color: #fff;
        font-family: 'robotoregular',Arial,sans-serif;
        font-size: 168.421%;
        font-weight: bold;
        text-align: center;
    }

@media screen and (max-width:767px) {
    .find-a-post-container .post-header .title {
        font-size: 150%;
    }
}

.find-a-post-container .post-header .subtitle {
    color: #fff;
    font-style: italic;
    text-align: center;
}

@media screen and (max-width:767px) {
    .find-a-post-container .post-header .subtitle {
        font-size: 80%;
        width: 95%;
        margin: 0 auto;
    }
}

.find-a-post-container .post-input-container {
    padding: 20px 0 40px;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .find-a-post-container .post-input-container {
        height: 100%;
        text-align: center;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-container .post-input-container {
        margin-bottom: 0;
    }
}

.find-a-post-container .post-input-container .zipcode, .find-a-post-container .post-input-container .miles, .find-a-post-container .post-input-container .states, .find-a-post-container .post-input-container .cities, .find-a-post-container .post-input-container .btn {
    border-radius: 0;
    padding: 6px 12px;
    margin-top: 15px;
    max-width: 230px;
    line-height: 20px;
    border: 1px solid #ccc;
    display: inline-block;
    font-family: 'robotoregular',Arial,sans-serif;
    vertical-align: text-bottom;
}

@media screen and (max-width:767px) {
    .find-a-post-container .post-input-container .zipcode, .find-a-post-container .post-input-container .miles, .find-a-post-container .post-input-container .states, .find-a-post-container .post-input-container .cities, .find-a-post-container .post-input-container .btn {
        width: 100%;
        margin: 15px auto 0;
        display: block;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .find-a-post-container .post-input-container .zipcode, .find-a-post-container .post-input-container .miles, .find-a-post-container .post-input-container .states, .find-a-post-container .post-input-container .cities, .find-a-post-container .post-input-container .btn {
        width: 230px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .find-a-post-container .post-input-container .zipcode, .find-a-post-container .post-input-container .miles, .find-a-post-container .post-input-container .states, .find-a-post-container .post-input-container .cities, .find-a-post-container .post-input-container .btn {
        width: 150px;
    }
}

@media screen and (min-width:1200px) {
    .find-a-post-container .post-input-container .zipcode, .find-a-post-container .post-input-container .miles, .find-a-post-container .post-input-container .states, .find-a-post-container .post-input-container .cities, .find-a-post-container .post-input-container .btn {
        width: 200px;
    }
}

.find-a-post-container .post-input-container .form-group {
    margin-bottom: 0;
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-container .post-input-container .form-group {
        display: inline-block;
        padding: 0 5px;
        text-align: left;
        height: 70px;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-container .post-input-container .zip-miles-range {
        text-align: right;
    }
}

.find-a-post-container .post-input-container .zip-miles-range .zipcode {
    font-size: 73.6842%;
    color: #333;
}

.find-a-post-container .post-input-container .the-or {
    text-align: center;
    padding: 10px;
}

@media screen and (max-width:767px) {
    .find-a-post-container .post-input-container .the-or {
        margin: 15px auto 0;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .find-a-post-container .post-input-container .the-or {
        height: 134px;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .find-a-post-container .post-input-container .the-or {
        padding: 0;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-container .post-input-container .the-or {
        height: 67px;
    }
}

@media screen and (min-width:1200px) {
    .find-a-post-container .post-input-container .the-or {
        padding: 0;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .find-a-post-container .post-input-container .the-or span {
        line-height: 134px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-container .post-input-container .the-or span {
        line-height: 67px;
    }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-container .post-input-container .within-city-state {
        text-align: left;
    }
}

.find-a-post-container .post-input-container .input-error {
    text-align: left;
    background-color: #9c2b2e;
    color: #f9d2d2;
    border: 1px solid #e84e4f;
    font-style: normal;
    font-weight: normal;
    padding: 3px 0 3px 5px;
    width: 230px;
}

@media screen and (max-width:767px) {
    .find-a-post-container .post-input-container .input-error {
        margin: 0 auto;
        width: 230px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .find-a-post-container .post-input-container .input-error {
        font-size: 60%;
        width: 150px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-container .post-input-container .input-error {
        position: absolute;
    }
}

.find-a-post-container .post-input-container .post-submit {
    background-color: #174c83;
    color: #fff;
    display: inline-block;
    font-family: 'robotoregular',Arial,sans-serif;
}

@media screen and (max-width:767px) {
    .find-a-post-container .post-input-container .post-submit {
        display: block;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .find-a-post-container .post-input-container .post-submit {
        margin-top: 15px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-container .post-input-container .post-submit {
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
    }
}

.find-a-post-results-container {
    margin: 0;
}

    .find-a-post-results-container .find-a-post-results-title {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .find-a-post-results-container .find-a-post-results-title h1 {
            margin-bottom: 0;
        }

    .find-a-post-results-container .find-a-post-container {
        background: none;
        color: #333;
    }

        .find-a-post-results-container .find-a-post-container .post-input-container {
            padding: 0;
        }

            .find-a-post-results-container .find-a-post-container .post-input-container .zip-miles-range {
                margin: 0;
            }

                .find-a-post-results-container .find-a-post-container .post-input-container .zip-miles-range .zipcode {
                    margin-right: auto;
                }

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-container .post-input-container .zip-miles-range .zipcode {
        margin-right: 0;
    }
}

.find-a-post-results-container .find-a-post-container .post-input-container .the-or {
    margin: 0;
}

.find-a-post-results-container .find-a-post-container .post-input-container .within-city-state {
    margin: 0;
}

.find-a-post-results-container .find-a-post-results-filters-container {
    text-align: center;
}

@media screen and (max-width:767px) {
    .find-a-post-results-container .find-a-post-results-filters-container {
        margin: 0 -30px;
    }
}

.find-a-post-results-container .find-a-post-results-filters-container .filter-options {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

    .find-a-post-results-container .find-a-post-results-filters-container .filter-options > li {
        list-style-type: none;
    }

        .find-a-post-results-container .find-a-post-results-filters-container .filter-options > li label.btn.checkbox-option-label, .find-a-post-results-container .find-a-post-results-filters-container .filter-options > li label.btn.checkbox-option-label:hover {
            background-color: unset;
            border-color: unset;
            border-style: none;
            width: 100%;
            color: #000;
        }

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .find-a-post-results-container .find-a-post-results-filters-container .filter-options > li {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-results-filters-container .filter-options > li {
        display: inline-block;
    }
}

.find-a-post-results-container .find-a-post-results-filters-container .post-results-submit-btn-container {
    display: inline;
}

    .find-a-post-results-container .find-a-post-results-filters-container .post-results-submit-btn-container .btn {
        width: 30%;
        background-color: #1f65ae;
        border-color: #1f65ae;
        color: #fff;
        margin-left: 0;
        font-size: 12px;
    }

@media only screen and (min-width:481px) {
    .find-a-post-results-container .find-a-post-results-filters-container .post-results-submit-btn-container .btn {
        font-size: 14px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .find-a-post-results-container .find-a-post-results-filters-container .post-results-submit-btn-container .btn {
        width: 25%;
        font-size: 14px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-results-filters-container .post-results-submit-btn-container .btn {
        width: 90px;
        margin-left: 15px;
        font-size: 14px;
    }
}

.find-a-post-results-container .find-a-post-results-filters-container .btn-group {
    margin-bottom: 30px;
}

    .find-a-post-results-container .find-a-post-results-filters-container .btn-group label.btn {
        margin: 0;
        width: 50%;
        background-color: #ccc;
        border-color: #ccc;
        color: #000;
        font-size: 12px;
    }

@media screen and (max-width:767px) {
    .find-a-post-results-container .find-a-post-results-filters-container .btn-group label.btn {
        text-align: left;
    }

        .find-a-post-results-container .find-a-post-results-filters-container .btn-group label.btn input {
            margin: 0 5px;
        }
}

@media only screen and (min-width:481px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-results-filters-container .btn-group label.btn {
        font-size: 14px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .find-a-post-results-container .find-a-post-results-filters-container .btn-group label.btn {
        width: 25%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .find-a-post-results-container .find-a-post-results-filters-container .btn-group label.btn {
        font-size: 13px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-results-filters-container .btn-group label.btn {
        width: auto;
    }
}

.find-a-post-results-container .find-a-post-results-filters-container .btn-group label.btn.active {
    background-color: #174c83;
    border-color: #174c83;
    color: #fff;
}

.find-a-post-results-container .find-a-post-results-filters-container .btn-group label.btn:hover {
    background-color: #174c83;
    border-color: #174c83;
    color: #fff;
}

.find-a-post-results-container .find-a-post-results-filters-container img {
    margin-right: 5px;
    width: 12px;
    height: auto;
}

@media only screen and (min-width:481px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-results-filters-container img {
        width: auto;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .find-a-post-results-container .find-a-post-results-filters-container img {
        width: 12px;
    }
}

.find-a-post-results-container .find-a-post-results-search-title {
    margin-right: 0;
    margin-left: 0;
}

@media screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-results-search-title {
        margin-left: 8.333333333%;
    }
}

.find-a-post-results-container .find-a-post-results-search-title h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .find-a-post-results-container .find-a-post-results-search-title h3 span {
        font-weight: bold;
        text-transform: uppercase;
    }

@media screen and (max-width:767px) {
    .find-a-post-results-container .find-a-post-results-content {
        margin: 0 -45px;
        padding: 0 20px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .find-a-post-results-container .find-a-post-results-content {
        height: 400px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-results-content {
        height: 600px;
    }
}

.find-a-post-results-container .find-a-post-results-content .find-a-post-results-list {
    overflow-y: auto;
    height: 100%;
}

    .find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result {
        background-color: #ccc;
        margin-bottom: 10px;
        vertical-align: top;
    }

        .find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-title {
            padding: 0 10px;
        }

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-title {
        padding: 0 10px 0 30px;
    }
}

.find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-title h4 {
    margin-top: 0;
    padding-top: 10px;
}

    .find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-title h4 a {
        font-weight: bold;
        color: #174c83;
    }

.find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-block {
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 10px;
    float: none;
}

@media screen and (min-width:481px) and (max-width:768px) {
    .find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-block {
        width: 49.3%;
        display: inline-block;
        vertical-align: top;
    }

        .find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-block:last-of-type {
            width: 100%;
        }
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-block {
        padding-left: 30px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-block.col-md-6 {
        width: 49.4%;
        vertical-align: top;
    }
}

.find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-block p {
    font-size: 15px;
    margin: 0;
    text-align: left;
}

.find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-block .meeting-header {
    font-style: italic;
}

.find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-block .bold {
    font-weight: bold;
}

.find-a-post-results-container .find-a-post-results-content .find-a-post-results-list .find-a-post-result .find-a-post-result-block a {
    color: #174c83;
}

.find-a-post-results-container .find-a-post-results-content .find-a-post-results-map {
    display: none;
    height: 100%;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .find-a-post-results-container .find-a-post-results-content .find-a-post-results-map {
        display: block;
    }
}

.find-a-post-results-container .find-a-post-results-content .find-a-post-results-map .google-maps {
    width: 100%;
    height: 100%;
}

@media screen and (min-width:1200px) {
    .sidebar-right .find-service-officer-container {
        float: right;
    }
}

@media screen and (min-width:1200px) {
    .sidebar-right .find-state-contact-container {
        float: right;
    }
}

@media screen and (min-width:1200px) {
    .sidebar-left .find-service-officer-container {
        float: left;
    }
}

@media screen and (min-width:1200px) {
    .sidebar-left .find-state-contact-container {
        float: left;
    }
}

.find-service-officer-container, .find-state-contact-container {
    margin-top: 50px;
    font-family: 'robotoregular',Arial,sans-serif;
}

@media screen and (max-width:767px) {
    .find-service-officer-container, .find-state-contact-container {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width:1200px) {
    .find-service-officer-container, .find-state-contact-container {
        margin-right: -10px;
        width: 425px;
        max-width: 425px;
    }
}

.find-service-officer-container .title, .find-state-contact-container .title {
    background-color: #174c83;
    padding: 5px 10px;
    color: #fff;
    margin-top: 0;
}

@media screen and (max-width:767px) {
    .find-service-officer-container .title, .find-state-contact-container .title {
        margin-left: -50px;
        margin-bottom: 0;
        margin-right: -50px;
        padding: 5px 10px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .find-service-officer-container .title, .find-state-contact-container .title {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.find-service-officer-container .input-container, .find-state-contact-container .input-container {
    padding-top: 20px;
}

@media screen and (max-width:767px) {
    .find-service-officer-container .input-container, .find-state-contact-container .input-container {
        margin-right: -45px;
        margin-left: -45px;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .find-service-officer-container .input-container .inputs, .find-state-contact-container .input-container .inputs {
        max-width: 425px;
        margin: 0 auto;
    }
}

.find-service-officer-container .input-container .inputs select, .find-state-contact-container .input-container .inputs select {
    display: inline-block;
    float: left;
    border: 1px solid #ccc;
    font-size: 89.4736%;
    width: 80%;
}

.find-service-officer-container .input-container .inputs .input-group-btn, .find-state-contact-container .input-container .inputs .input-group-btn {
    display: inline;
}

    .find-service-officer-container .input-container .inputs .input-group-btn .btn-officers, .find-state-contact-container .input-container .inputs .input-group-btn .btn-officers, .find-service-officer-container .input-container .inputs .input-group-btn .btn-contacts, .find-state-contact-container .input-container .inputs .input-group-btn .btn-contacts {
        border: 1px solid #174c83;
        border-radius: 0;
        padding: 6px 12px;
        background-color: #174c83;
        color: #fff;
        font-size: 17px;
        line-height: 25px;
        width: 20%;
    }

.find-service-officer-container .service-officer-results, .find-state-contact-container .service-officer-results, .find-service-officer-container .state-contact-results, .find-state-contact-container .state-contact-results {
    padding-top: 20px;
}

@media screen and (max-width:767px) {
    .find-service-officer-container .service-officer-results, .find-state-contact-container .service-officer-results, .find-service-officer-container .state-contact-results, .find-state-contact-container .state-contact-results {
        margin-right: -45px;
        margin-left: -45px;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .find-service-officer-container .service-officer-results .rotator .result-grouping, .find-state-contact-container .service-officer-results .rotator .result-grouping, .find-service-officer-container .state-contact-results .rotator .result-grouping, .find-state-contact-container .state-contact-results .rotator .result-grouping {
        max-width: 425px;
        margin: 0 auto;
    }
}

.find-service-officer-container .service-officer-results .rotator .result-grouping .table-responsive, .find-state-contact-container .service-officer-results .rotator .result-grouping .table-responsive, .find-service-officer-container .state-contact-results .rotator .result-grouping .table-responsive, .find-state-contact-container .state-contact-results .rotator .result-grouping .table-responsive {
    overflow-x: hidden;
}

@media screen and (max-width:767px) {
    .find-service-officer-container .service-officer-results .rotator .result-grouping .table-responsive, .find-state-contact-container .service-officer-results .rotator .result-grouping .table-responsive, .find-service-officer-container .state-contact-results .rotator .result-grouping .table-responsive, .find-state-contact-container .state-contact-results .rotator .result-grouping .table-responsive {
        border: none;
    }
}

.find-service-officer-container .service-officer-results .rotator .result-grouping .table-responsive .table, .find-state-contact-container .service-officer-results .rotator .result-grouping .table-responsive .table, .find-service-officer-container .state-contact-results .rotator .result-grouping .table-responsive .table, .find-state-contact-container .state-contact-results .rotator .result-grouping .table-responsive .table {
    margin-bottom: 0;
}

    .find-service-officer-container .service-officer-results .rotator .result-grouping .table-responsive .table td:nth-child(1), .find-state-contact-container .service-officer-results .rotator .result-grouping .table-responsive .table td:nth-child(1), .find-service-officer-container .state-contact-results .rotator .result-grouping .table-responsive .table td:nth-child(1), .find-state-contact-container .state-contact-results .rotator .result-grouping .table-responsive .table td:nth-child(1) {
        width: 100px;
    }

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .find-service-officer-container .service-officer-results .rotator .result-grouping .table-responsive .table td:nth-child(1), .find-state-contact-container .service-officer-results .rotator .result-grouping .table-responsive .table td:nth-child(1), .find-service-officer-container .state-contact-results .rotator .result-grouping .table-responsive .table td:nth-child(1), .find-state-contact-container .state-contact-results .rotator .result-grouping .table-responsive .table td:nth-child(1) {
        width: 75px;
    }
}

.find-service-officer-container .service-officer-results .rotator .result-grouping .table-responsive .table td:nth-child(2), .find-state-contact-container .service-officer-results .rotator .result-grouping .table-responsive .table td:nth-child(2), .find-service-officer-container .state-contact-results .rotator .result-grouping .table-responsive .table td:nth-child(2), .find-state-contact-container .state-contact-results .rotator .result-grouping .table-responsive .table td:nth-child(2) {
    width: auto;
}

.find-service-officer-container .service-officer-results .rotator .result-grouping .label, .find-state-contact-container .service-officer-results .rotator .result-grouping .label, .find-service-officer-container .state-contact-results .rotator .result-grouping .label, .find-state-contact-container .state-contact-results .rotator .result-grouping .label {
    color: #7e7e81;
    display: inline-block;
    float: right;
    text-align: right;
    line-height: normal;
}

@media screen and (max-width:767px) {
    .find-service-officer-container .service-officer-results .rotator .result-grouping .label, .find-state-contact-container .service-officer-results .rotator .result-grouping .label, .find-service-officer-container .state-contact-results .rotator .result-grouping .label, .find-state-contact-container .state-contact-results .rotator .result-grouping .label {
        padding: 0;
        width: 50px;
        line-height: 1.2;
    }
}

@media screen and (max-width:767px) {
    .find-service-officer-container .service-officer-results .rotator .result-grouping .value, .find-state-contact-container .service-officer-results .rotator .result-grouping .value, .find-service-officer-container .state-contact-results .rotator .result-grouping .value, .find-state-contact-container .state-contact-results .rotator .result-grouping .value {
        white-space: normal;
        line-height: 1.2;
    }
}

.find-service-officer-container .service-officer-results .rotator .result-grouping .value.officer-name, .find-state-contact-container .service-officer-results .rotator .result-grouping .value.officer-name, .find-service-officer-container .state-contact-results .rotator .result-grouping .value.officer-name, .find-state-contact-container .state-contact-results .rotator .result-grouping .value.officer-name, .find-service-officer-container .service-officer-results .rotator .result-grouping .value .contact-name, .find-state-contact-container .service-officer-results .rotator .result-grouping .value .contact-name, .find-service-officer-container .state-contact-results .rotator .result-grouping .value .contact-name, .find-state-contact-container .state-contact-results .rotator .result-grouping .value .contact-name {
    font-size: 115.7895%;
    font-weight: bold;
    color: #174c83;
    min-height: 31px;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .find-service-officer-container .service-officer-results .rotator .result-grouping .value.officer-name, .find-state-contact-container .service-officer-results .rotator .result-grouping .value.officer-name, .find-service-officer-container .state-contact-results .rotator .result-grouping .value.officer-name, .find-state-contact-container .state-contact-results .rotator .result-grouping .value.officer-name, .find-service-officer-container .service-officer-results .rotator .result-grouping .value .contact-name, .find-state-contact-container .service-officer-results .rotator .result-grouping .value .contact-name, .find-service-officer-container .state-contact-results .rotator .result-grouping .value .contact-name, .find-state-contact-container .state-contact-results .rotator .result-grouping .value .contact-name {
        height: auto;
    }
}

.find-service-officer-container .service-officer-results .rotator .result-grouping .value.officer-title, .find-state-contact-container .service-officer-results .rotator .result-grouping .value.officer-title, .find-service-officer-container .state-contact-results .rotator .result-grouping .value.officer-title, .find-state-contact-container .state-contact-results .rotator .result-grouping .value.officer-title, .find-service-officer-container .service-officer-results .rotator .result-grouping .value .contact-title, .find-state-contact-container .service-officer-results .rotator .result-grouping .value .contact-title, .find-service-officer-container .state-contact-results .rotator .result-grouping .value .contact-title, .find-state-contact-container .state-contact-results .rotator .result-grouping .value .contact-title {
    font-size: 89.4736%;
    min-height: 24px;
    margin-bottom: 20px;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .find-service-officer-container .service-officer-results .rotator .result-grouping .value.officer-title, .find-state-contact-container .service-officer-results .rotator .result-grouping .value.officer-title, .find-service-officer-container .state-contact-results .rotator .result-grouping .value.officer-title, .find-state-contact-container .state-contact-results .rotator .result-grouping .value.officer-title, .find-service-officer-container .service-officer-results .rotator .result-grouping .value .contact-title, .find-state-contact-container .service-officer-results .rotator .result-grouping .value .contact-title, .find-service-officer-container .state-contact-results .rotator .result-grouping .value .contact-title, .find-state-contact-container .state-contact-results .rotator .result-grouping .value .contact-title {
        height: auto;
    }
}

.find-service-officer-container .service-officer-results .rotator .result-grouping .contact-info, .find-state-contact-container .service-officer-results .rotator .result-grouping .contact-info, .find-service-officer-container .state-contact-results .rotator .result-grouping .contact-info, .find-state-contact-container .state-contact-results .rotator .result-grouping .contact-info {
    font-size: 89.4736%;
}

@media screen and (max-width:767px) {
    .find-service-officer-container .service-officer-results .rotator .result-grouping .contact-info, .find-state-contact-container .service-officer-results .rotator .result-grouping .contact-info, .find-service-officer-container .state-contact-results .rotator .result-grouping .contact-info, .find-state-contact-container .state-contact-results .rotator .result-grouping .contact-info {
        font-size: 78.9473%;
    }
}

.find-service-officer-container .pager li > a, .find-state-contact-container .pager li > a {
    border-radius: 0;
    padding: 6px 12px;
    font-size: 78.9473%;
    background-color: #174c83;
    color: #fff;
    width: 85px;
}

.find-service-officer-container .pager li > span, .find-state-contact-container .pager li > span {
    border: none;
}

.contact-us-container {
    margin-top: 40px;
}

    .contact-us-container input, .contact-us-container .message, .contact-us-container .reason-options {
        font-family: 'robotoregular',Arial,sans-serif;
        font-size: 73.6842%;
        border-radius: 0;
        padding: 6px 12px;
    }

    .contact-us-container .form-group {
        margin-right: 0;
        margin-left: 0;
    }

    .contact-us-container .contact-info-container .form-group {
        display: inline-block;
    }

@media screen and (max-width:767px) {
    .contact-us-container .contact-info-container .form-group {
        display: block;
        max-width: 300px;
        margin: 0 0 15px;
    }
}

.contact-us-container .contact-info-container .form-group:nth-child(even) {
    float: right;
}

@media screen and (max-width:767px) {
    .contact-us-container .contact-info-container .form-group:nth-child(even) {
        float: none;
    }
}

.contact-us-container .contact-info-container .name, .contact-us-container .contact-info-container .email, .contact-us-container .contact-info-container .phone, .contact-us-container .contact-info-container .zipcode {
    width: 290px;
}

@media screen and (max-width:767px) {
    .contact-us-container .contact-info-container .name, .contact-us-container .contact-info-container .email, .contact-us-container .contact-info-container .phone, .contact-us-container .contact-info-container .zipcode {
        width: 100%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .contact-us-container .contact-info-container .name, .contact-us-container .contact-info-container .email, .contact-us-container .contact-info-container .phone, .contact-us-container .contact-info-container .zipcode {
        max-width: 275px;
    }
}

.contact-us-container .member-status-container, .contact-us-container .reason-container, .contact-us-container .message-container {
    margin-bottom: 15px;
}

.contact-us-container .reason-options {
    width: 100%;
}

@media screen and (max-width:767px) {
    .contact-us-container .reason-options {
        max-width: 290px;
    }
}

.contact-us-container .member-status-container .member-status {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

    .contact-us-container .member-status-container .member-status > label {
        font-size: 73.6842%;
        font-family: 'robotoregular',Arial,sans-serif;
        padding-left: 20px;
    }

@media screen and (max-width:767px) {
    .contact-us-container .member-status-container .member-status > label {
        display: block;
        padding-left: 0;
    }
}

.contact-us-container .member-status-container .member-status .member-status-error {
    display: inline;
}

.contact-us-container .member-status-container .optNonMember, .contact-us-container .member-status-container .optMember {
    margin-right: 5px;
    vertical-align: text-top;
}

.contact-us-container .member-status-container .member-number {
    width: 250px;
    font-weight: normal;
}

    .contact-us-container .member-status-container .member-number:disabled {
        background: #ccc;
    }

@media screen and (max-width:767px) {
    .contact-us-container .member-status-container .member-number {
        width: 100%;
        max-width: 180px;
        margin: 0;
        display: block;
    }
}

.contact-us-container .message-container .message {
    resize: vertical;
}

.contact-us-container .message-container .clearable.x {
    background-position: right 5px top 5px;
}

.contact-us-container .contact-us-submit {
    float: right;
}

@media screen and (max-width:767px) {
    .contact-us-container .contact-us-submit {
        width: 100%;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .contact-us-container .contact-us-submit {
        width: initial;
    }
}

.reunion-container .form-group {
    display: inline-block;
    height: auto;
    vertical-align: top;
    width: 45%;
    margin-right: 9%;
    margin-left: 0;
}

    .reunion-container .form-group:nth-child(2n), .reunion-container .form-group:nth-child(4n) {
        margin-right: 0;
    }

@media screen and (max-width:767px) {
    .reunion-container .form-group {
        display: block;
        margin: 0 0 15px;
        width: 100%;
    }
}

.reunion-container .form-group label {
    display: block;
    font-family: 'robotoregular',Arial,sans-serif;
    font-size: 73.6842%;
}

.reunion-container .form-group input[type="text"], .reunion-container .form-group .reunion-type-options, .reunion-container .form-group .service-branch-options {
    padding: 6px 12px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.reunion-container .story-interests-container {
    display: block;
    width: 100%;
}

    .reunion-container .story-interests-container .form-group {
        width: 100%;
    }

    .reunion-container .story-interests-container label > label {
        font-size: 100%;
        margin: 10px 0;
    }

@media screen and (max-width:767px) {
    .reunion-container .story-interests-container label > label {
        font-size: 95%;
    }
}

.reunion-container .story-interests-container label > label:first-of-type {
    margin-top: 20px;
}

.reunion-container .story-interests-container .interests-radio {
    margin-right: 10px;
    vertical-align: text-top;
}

.reunion-container .reunion-info-container {
    margin: 20px 0;
}

.reunion-container .contact-info-container, .reunion-container .alt-contact-info-container {
    display: inline-block;
    width: 45%;
    height: auto;
    vertical-align: top;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

@media screen and (max-width:767px) {
    .reunion-container .contact-info-container, .reunion-container .alt-contact-info-container {
        display: block;
        width: 100%;
        height: auto;
        border-top: none;
    }
}

.reunion-container .contact-info-container h3, .reunion-container .alt-contact-info-container h3 {
    vertical-align: bottom;
    font-size: 115.7895%;
}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .reunion-container .contact-info-container h3, .reunion-container .alt-contact-info-container h3 {
        font-size: 105.263%;
    }
}

.reunion-container .contact-info-container .form-group, .reunion-container .alt-contact-info-container .form-group {
    width: 100%;
}

.reunion-container .contact-info-container input[type="text"], .reunion-container .alt-contact-info-container input[type="text"] {
    width: 100%;
}

.reunion-container .contact-info-container p, .reunion-container .alt-contact-info-container p {
    text-align: right;
}

.reunion-container .contact-info-container {
    margin-right: 9%;
}

.reunion-container .reunion-submit, .reunion-container .clear-btn {
    float: right;
}

@media screen and (max-width:767px) {
    .reunion-container .reunion-submit, .reunion-container .clear-btn {
        float: none;
        margin-left: 0;
        width: 45%;
    }
}

@media screen and (max-width:767px) {
    .reunion-container .clear-btn {
        float: left;
        margin-right: 5px;
    }
}

@media screen and (max-width:767px) {
    .reunion-container .reunion-submit {
        float: right;
    }
}

.scholarship-request-container .title:nth-child(2) {
    margin-top: 25px;
}

.scholarship-request-container .checkbox input[type=checkbox] {
    margin-left: 0;
}

.scholarship-request-container label {
    display: block;
    font-family: 'robotoregular',Arial,sans-serif;
    font-size: 73.6842%;
}

.scholarship-request-container .contact-info-container .form-group:nth-child(n+2), .scholarship-request-container .school-info-container .form-group:nth-child(n+2) {
    display: inline-block;
    height: auto;
    vertical-align: top;
    width: 45%;
    margin-right: 9%;
    margin-left: 0;
}

@media screen and (max-width:767px) {
    .scholarship-request-container .contact-info-container .form-group:nth-child(n+2), .scholarship-request-container .school-info-container .form-group:nth-child(n+2) {
        display: block;
        margin: 0 0 15px;
        width: 100%;
    }
}

.scholarship-request-container .contact-info-container .form-group:nth-child(3), .scholarship-request-container .school-info-container .form-group:nth-child(3), .scholarship-request-container .contact-info-container .form-group:nth-child(5), .scholarship-request-container .school-info-container .form-group:nth-child(5), .scholarship-request-container .contact-info-container .form-group:nth-child(7), .scholarship-request-container .school-info-container .form-group:nth-child(7) {
    margin-right: 0;
}

.scholarship-request-container .contact-info-container .form-group:nth-child(6n), .scholarship-request-container .school-info-container .form-group:nth-child(6n) {
    margin-right: 9%;
}

.scholarship-request-container .scholarship-interest-container {
    display: block;
}

    .scholarship-request-container .scholarship-interest-container label {
        display: inline;
        margin-left: 5px;
    }

.scholarship-request-container .contact-info-container .title-container .title-radio {
    margin-right: 5px;
    vertical-align: text-top;
}

    .scholarship-request-container .contact-info-container .title-container .title-radio label {
        font-size: 73.6842%;
        display: inline-block;
        margin: 10px 5px;
    }

        .scholarship-request-container .contact-info-container .title-container .title-radio label:first-of-type {
            margin-right: 20px;
        }

.scholarship-request-container .school-info-container .school {
    display: block;
}

.scholarship-request-container .scholarship-submit, .scholarship-request-container .clear-btn {
    float: right;
}

@media screen and (max-width:767px) {
    .scholarship-request-container .scholarship-submit, .scholarship-request-container .clear-btn {
        float: none;
        margin-left: 0;
        width: 45%;
    }
}

@media screen and (max-width:767px) {
    .scholarship-request-container .clear-btn {
        float: left;
        margin-right: 5px;
    }
}

@media screen and (max-width:767px) {
    .scholarship-request-container .scholarship-submit {
        float: right;
    }
}

.vfw-claim-container .claim-info-container .form-group, .vfw-claim-container .contact-info-container .form-group {
    display: inline-block;
    height: auto;
    vertical-align: top;
    width: 45%;
    margin-right: 9%;
    margin-left: 0;
}

@media screen and (max-width:767px) {
    .vfw-claim-container .claim-info-container .form-group, .vfw-claim-container .contact-info-container .form-group {
        display: block;
        margin: 0 0 15px;
        width: 100%;
    }
}

.vfw-claim-container .claim-info-container .form-group:nth-child(2n), .vfw-claim-container .contact-info-container .form-group:nth-child(2n), .vfw-claim-container .claim-info-container .form-group:nth-child(4n), .vfw-claim-container .contact-info-container .form-group:nth-child(4n) {
    margin-right: 0;
}

.vfw-claim-container .claim-info-container .form-group label, .vfw-claim-container .contact-info-container .form-group label {
    display: block;
    font-family: 'robotoregular',Arial,sans-serif;
    font-size: 73.6842%;
}

.vfw-claim-container .claim-info-container .form-group input[type="text"], .vfw-claim-container .contact-info-container .form-group input[type="text"], .vfw-claim-container .claim-info-container .form-group .service-branch-options, .vfw-claim-container .contact-info-container .form-group .service-branch-options {
    padding: 6px 12px;
    height: 35px;
    border: 1px solid #ccc;
}

.vfw-claim-container .claim-info-container .form-group .service-branch-options, .vfw-claim-container .contact-info-container .form-group .service-branch-options {
    border-radius: 0;
}

.vfw-claim-container .claim-info-container .form-group.medical-nature-container, .vfw-claim-container .contact-info-container .form-group.medical-nature-container {
    display: block;
    width: 100%;
}

    .vfw-claim-container .claim-info-container .form-group.medical-nature-container .medical-nature-claim, .vfw-claim-container .contact-info-container .form-group.medical-nature-container .medical-nature-claim {
        width: 100%;
        border-radius: 0;
        border: 1px solid #ccc;
        resize: vertical;
    }

    .vfw-claim-container .claim-info-container .form-group.medical-nature-container .clearable.x, .vfw-claim-container .contact-info-container .form-group.medical-nature-container .clearable.x {
        background-position: right 5px top 5px;
    }

.vfw-claim-container .claim-submit, .vfw-claim-container .clear-btn {
    float: right;
}

@media screen and (max-width:767px) {
    .vfw-claim-container .claim-submit, .vfw-claim-container .clear-btn {
        float: none;
        margin-left: 0;
        width: 45%;
    }
}

@media screen and (max-width:767px) {
    .vfw-claim-container .clear-btn {
        float: left;
        margin-right: 5px;
    }
}

@media screen and (max-width:767px) {
    .vfw-claim-container .claim-submit {
        float: right;
    }
}

.join-list-container {
    margin: 0 -30px;
    position: relative;
    top: 0;
}

    .join-list-container div:first-of-type {
        padding: 0;
    }

    .join-list-container iframe {
        width: 1px;
        min-width: 100%;
        display: block;
        border: none;
    }

@media screen and (max-width:767px) and (min-width:419px) {
    .join-list-container iframe {
        height: 415px;
    }
}

@media screen and (max-width:418px) and (min-width:320px) {
    .join-list-container iframe {
        height: 450px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .join-list-container iframe {
        height: 200px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .join-list-container iframe {
        height: 200px;
    }
}

.link-image-module {
    padding: 0;
    display: inline-block;
    visibility: hidden;
}

    .link-image-module .link-image {
        width: 100%;
        height: auto;
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .link-image-module .link-image {
        margin: auto;
        display: block;
    }
}

.sidebar-right .link-image-module {
    margin-top: 50px;
}

@media screen and (min-width:1200px) {
    .sidebar-right .link-image-module {
        float: right;
    }
}

.sidebar-left .link-image-module {
    margin-top: 50px;
}

@media screen and (min-width:1200px) {
    .sidebar-left .link-image-module {
        float: right;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .listing-module-container.content-block-container .content-item a .content-title {
        font-weight: bold;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .listing-module-container.content-block-container .content-item a .content-title {
        font-size: 105.263%;
    }
}

@media screen and (max-width:767px) {
    .listing-module-container.content-block-container .content-item a .content-summary {
        max-height: initial;
    }
}

.listing-module-container.content-block-container img {
    display: block;
    max-width: 275px;
    max-height: 100px;
    width: auto;
    height: auto;
    margin: 20px auto;
}

@media screen and (max-width:767px) {
    .member-login-container .vfw-modal-dialog, .renew-membership-container .vfw-modal-dialog {
        margin: 75px 0 0 0;
    }
}

.member-login-container .vfw-modal-dialog .modal-content, .renew-membership-container .vfw-modal-dialog .modal-content {
    background-color: #515151;
    font-family: 'robotoregular',Arial,sans-serif;
    color: #fff;
    border-radius: 0;
    width: 500px;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .member-login-container .vfw-modal-dialog .modal-content, .renew-membership-container .vfw-modal-dialog .modal-content {
        width: 100%;
    }
}

.member-login-container .vfw-modal-dialog .modal-content .close, .renew-membership-container .vfw-modal-dialog .modal-content .close {
    color: #fff;
    padding-top: 10px;
    padding-right: 10px;
    opacity: 1;
}

.member-login-container .vfw-modal-dialog .modal-content .modal-header, .renew-membership-container .vfw-modal-dialog .modal-content .modal-header {
    border: none;
    padding-top: 40px;
}

    .member-login-container .vfw-modal-dialog .modal-content .modal-header .modal-title, .renew-membership-container .vfw-modal-dialog .modal-content .modal-header .modal-title {
        text-align: center;
    }

    .member-login-container .vfw-modal-dialog .modal-content .modal-header img, .renew-membership-container .vfw-modal-dialog .modal-content .modal-header img {
        margin: 40px auto 10px;
        width: 60%;
        max-width: 281px;
        height: auto;
    }

@media screen and (max-width:767px) {
    .member-login-container .vfw-modal-dialog .modal-content .modal-header img, .renew-membership-container .vfw-modal-dialog .modal-content .modal-header img {
        margin: 20px auto;
        width: 80%;
    }
}

.member-login-container .vfw-modal-dialog .modal-content .modal-body, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body, .member-login-container .vfw-modal-dialog .modal-content .modal-footer, .renew-membership-container .vfw-modal-dialog .modal-content .modal-footer {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .member-login-container .vfw-modal-dialog .modal-content .modal-body, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body, .member-login-container .vfw-modal-dialog .modal-content .modal-footer, .renew-membership-container .vfw-modal-dialog .modal-content .modal-footer {
        width: 100%;
        max-width: 400px;
    }
}

.member-login-container .vfw-modal-dialog .modal-content .modal-body, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body {
    border: none;
}

    .member-login-container .vfw-modal-dialog .modal-content .modal-body .form-group .email, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body .form-group .email, .member-login-container .vfw-modal-dialog .modal-content .modal-body .form-group .password, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body .form-group .password, .member-login-container .vfw-modal-dialog .modal-content .modal-body .form-group .membershipID, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body .form-group .membershipID, .member-login-container .vfw-modal-dialog .modal-content .modal-body .form-group .fname, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body .form-group .fname, .member-login-container .vfw-modal-dialog .modal-content .modal-body .form-group .lname, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body .form-group .lname {
        font-family: 'robotoregular',Arial,sans-serif;
        font-weight: bold;
        border-radius: 0;
        padding: 6px 12px;
    }

    .member-login-container .vfw-modal-dialog .modal-content .modal-body .login-submit, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body .login-submit, .member-login-container .vfw-modal-dialog .modal-content .modal-body .renew-submit, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body .renew-submit {
        font-size: 100%;
        font-family: 'robotoregular',Arial,sans-serif;
        color: #fff;
        background-color: #C13025;
        border: 1px solid #C13025;
        padding: 10px 30px;
    }

@media screen and (max-width:767px) {
    .member-login-container .vfw-modal-dialog .modal-content .modal-body .login-submit, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body .login-submit, .member-login-container .vfw-modal-dialog .modal-content .modal-body .renew-submit, .renew-membership-container .vfw-modal-dialog .modal-content .modal-body .renew-submit {
        padding: 5px;
        width: 100%;
        margin: 0;
        font-size: 78.9473%;
    }
}

.member-login-container .vfw-modal-dialog .modal-content .modal-footer, .renew-membership-container .vfw-modal-dialog .modal-content .modal-footer {
    border: none;
    text-align: left;
    color: #fff;
    font-family: 'robotoregular',Arial,sans-serif;
    padding-bottom: 40px;
    padding-top: 25px;
}

    .member-login-container .vfw-modal-dialog .modal-content .modal-footer h4, .renew-membership-container .vfw-modal-dialog .modal-content .modal-footer h4 {
        font-size: 78.9473%;
    }

        .member-login-container .vfw-modal-dialog .modal-content .modal-footer h4 a, .renew-membership-container .vfw-modal-dialog .modal-content .modal-footer h4 a {
            color: #fff;
        }

            .member-login-container .vfw-modal-dialog .modal-content .modal-footer h4 a:hover, .renew-membership-container .vfw-modal-dialog .modal-content .modal-footer h4 a:hover {
                color: #fff;
            }

.press-room-section-title {
    text-align: center;
    margin: 40px auto;
}

@media screen and (max-width:767px) {
    .press-room-section-title {
        font-size: 168.421%;
    }
}

@media screen and (max-width:767px) {
    .latest-news-container {
        margin-right: -30px;
        margin-left: -30px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .latest-news-container {
        margin-right: -50px;
    }
}

.latest-news-container .content-block-container:first-of-type {
    border: none;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .latest-news-container .content-summary {
        font-size: 84.2105%;
        max-height: 180px !important;
    }
}

@media screen and (min-width:1200px) {
    .latest-news-container .content-summary {
        margin-right: 30px;
        overflow: hidden;
    }
}

.media-listing-container .contact-item {
    border-bottom: 2px solid #ccc;
    padding: 15px 0;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .media-listing-container .contact-item {
        text-align: center;
    }
}

.media-listing-container .contact-item img {
    width: 100%;
    max-height: 219px;
    height: auto;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px) {
    .media-listing-container .contact-item img {
        width: 260px;
        height: auto;
    }
}

.media-listing-container .contact-item:last-child {
    border-bottom: none;
    clear: both;
}

.media-listing-container .contact-item .contact-item-title {
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
}

.media-listing-container .contact-item .contact-item-details {
    display: block;
}

.media-listing-container .contact-item .contact-item-location {
    padding: 0;
}

.media-listing-container .contact-item .contact-item-info {
    padding: 0;
}

@media screen and (max-width:767px) {
    .media-listing-container .contact-item .contact-item-info {
        padding-top: 5px;
    }
}

@media screen and (max-width:767px) {
    .national-officers-container {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .national-officers-container {
        margin-right: -100px;
    }
}

@media screen and (min-width:1200px) {
    .national-officers-container {
        margin-left: 30px;
    }
}

.national-officers-container .content-block-container {
    border-top: none;
    border-bottom: 1px solid #ccc;
}

    .national-officers-container .content-block-container:last-of-type {
        border: none;
    }

@media screen and (max-width:767px) {
    .national-officers-container .content-block-container .officer-image {
        border: none;
        padding: 0 0 0 5px;
        display: inline;
        margin: 0 auto;
    }
}

@media screen and (min-width:1200px) {
    .national-officers-container .content-block-container .officer-image {
        width: 130%;
        max-width: 150px;
        margin: 20px auto 0;
    }
}

.national-officers-container .content-block-container .officer-image.thumbnail {
    margin-top: 20px;
}

.national-officers-container .content-block-container .officer-image img {
    width: auto;
    max-height: 216px;
}

@media screen and (min-width:1200px) {
    .national-officers-container .content-block-container .content-item {
        margin-left: 20px;
    }
}

.national-officers-container .content-block-container .content-item .content-title {
    color: #900;
}

@media screen and (max-width:767px) {
    .national-officers-container .content-block-container .content-item .content-title {
        margin-top: 0;
        font-size: 84.263%;
        font-weight: bold;
    }
}

.national-officers-container .content-block-container .content-item .content-summary {
    max-height: 200px;
    overflow-y: hidden;
}

@media screen and (max-width:767px) {
    .national-officers-container .content-block-container .content-item .content-summary {
        max-height: 450px;
        font-size: 78.9473%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .national-officers-container .content-block-container .content-item .content-summary {
        max-height: 230px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .national-officers-container .content-block-container .content-item .content-summary {
        font-size: 89.4736%;
    }
}

@media screen and (min-width:1200px) {
    .national-officers-container .content-block-container .content-item .content-summary {
        width: auto;
        max-height: 390px;
    }
}

.national-officers-container .content-block-container .content-item .download-items {
    margin-top: 10px;
    text-align: right;
}

@media screen and (min-width:1200px) {
    .national-officers-container .content-block-container .content-item .download-items {
        padding-right: 10px;
    }
}

.national-officers-container .content-block-container .content-item .download-items .bio-icon, .national-officers-container .content-block-container .content-item .download-items .headshot-icon {
    width: 30px;
    height: auto;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .national-officers-container .content-block-container .content-item .download-items .bio-icon, .national-officers-container .content-block-container .content-item .download-items .headshot-icon {
        width: 25px;
    }
}

.national-officers-container .content-block-container .content-item .download-items .bio-icon img, .national-officers-container .content-block-container .content-item .download-items .headshot-icon img {
    width: 100%;
}

@media screen and (max-width:767px) {
    .post-pride-container #collectionHolder {
        margin-top: 50px;
        text-align: left;
        padding-left: 5px;
    }
}

@media screen and (max-width:767px) {
    .post-pride-container #hypeHolderInner {
        margin-top: 100px !important;
    }
}

@media screen and (max-width:767px) {
    .issue-listing-container {
        margin: 0 -15px;
    }
}

.issue-listing-container .issue-year-selection {
    padding-bottom: 10px;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .issue-listing-container .issue-year-selection {
        text-align: center;
    }
}

.issue-listing-container .issue-year-selection .issue-year {
    border-radius: 0;
    max-width: 240px;
    display: inline;
    font-family: 'robotoregular',Arial,sans-serif;
}

@media screen and (max-width:767px) {
    .issue-listing-container .issue-year-selection .issue-year {
        max-width: 200px;
    }
}

.issue-listing-container .issue-year-selection .input-group-btn {
    display: inline;
}

    .issue-listing-container .issue-year-selection .input-group-btn .checkpoint-submit {
        font-family: 'robotoregular',Arial,sans-serif;
        background-color: #900;
        color: #fff;
        vertical-align: top;
    }

.issue-listing-container .issue-year-selection .issue-year, .issue-listing-container .issue-year-selection .publication-submit {
    border: 1px solid #ccc;
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .issue-listing-container .issue-year-selection, .issue-listing-container .current-issue, .issue-listing-container .issue-listing:last-child {
        border-bottom: 1px solid #ccc;
    }

    .issue-listing-container .current-issue, .issue-listing-container .issue-listing:last-child {
        padding-bottom: 50px;
    }

    .issue-listing-container .issue-listing, .issue-listing-container .current-issue {
        padding-top: 50px;
        clear: both;
    }
}

.issue-listing-container .issue-listing, .issue-listing-container .current-issue {
    margin-bottom: 0;
}

    .issue-listing-container .issue-listing .issue-date, .issue-listing-container .current-issue .issue-date {
        text-align: center;
        font-weight: bold;
        font-family: 'robotoregular',Arial,sans-serif;
    }

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .issue-listing-container .issue-listing .single-issue-container, .issue-listing-container .current-issue .single-issue-container {
        padding-top: 20px;
        border-bottom: 1px solid #ccc;
    }
}

.issue-listing-container .issue-listing .single-issue-container img, .issue-listing-container .current-issue .single-issue-container img {
    clear: both;
    float: none;
    margin: 0 auto 30px 0;
    display: block;
}

.issue-listing-container .issue-listing .single-issue-container ul, .issue-listing-container .current-issue .single-issue-container ul {
    margin-top: 20px;
}

@media screen and (min-width:1200px) {
    .issue-listing-container .issue-listing .single-issue-container ul, .issue-listing-container .current-issue .single-issue-container ul {
        overflow: hidden;
        padding-left: 0;
    }
}

.issue-listing-container .issue-listing .single-issue-container ul li, .issue-listing-container .current-issue .single-issue-container ul li {
    width: 90%;
    font-size: 78.9473%;
    list-style-position: inside;
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .issue-listing-container .issue-listing .single-issue-container ul li, .issue-listing-container .current-issue .single-issue-container ul li {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .rotator-container {
        margin-top: 50px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .rotator-container {
        height: 400px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width:1200px) {
    .rotator-container {
        padding: 100px 0;
        width: 85%;
        margin: 0 auto;
    }
}

.rotator-container a {
    display: block;
}

    .rotator-container a:hover, .rotator-container a:focus {
        text-decoration: none;
        color: #333;
    }

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .rotator-container #rotator-carousel {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .rotator-container #rotator-carousel .carousel-indicators {
        bottom: 0;
        margin-bottom: 0;
        z-index: auto;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .rotator-container #rotator-carousel .carousel-indicators {
        bottom: -30px;
        margin-bottom: 0;
        z-index: auto;
    }
}

@media screen and (min-width:1200px) {
    .rotator-container #rotator-carousel .carousel-indicators {
        bottom: -70px;
        margin-bottom: 0;
        z-index: auto;
    }
}

.rotator-container #rotator-carousel .carousel-indicators li {
    background-color: #d3d3d3;
}

    .rotator-container #rotator-carousel .carousel-indicators li.active {
        background-color: #7e7e81;
    }

.rotator-container .rotator-item-container .img-col {
    text-align: center;
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .rotator-container .rotator-item-container .img-col {
        height: 350px;
    }
}

@media screen and (max-width:767px) {
    .rotator-container .rotator-item-container .img-col a {
        width: 255px;
        height: 153px;
        margin: 0 auto;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .rotator-container .rotator-item-container .img-col a {
        width: 60%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .rotator-container .rotator-item-container .img-col a {
        position: relative;
        top: 14%;
        left: 7%;
        width: 90%;
        height: auto;
    }
}

@media screen and (min-width:1200px) {
    .rotator-container .rotator-item-container .img-col a {
        width: 80%;
        height: auto;
        max-width: 630px;
        max-height: 378px;
        margin: 0 auto;
    }
}

.rotator-container .rotator-item-container .img-col img {
    display: inline;
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .rotator-container .rotator-item-container .img-col img {
        max-height: 350px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .rotator-container .rotator-item-container .content-col {
        height: 350px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .rotator-container .rotator-item-container .content-col a {
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .rotator-container .rotator-item-container .content-col a {
        padding: 50px 30px 0 0;
        height: 400px;
    }
}

@media screen and (min-width:1200px) {
    .rotator-container .rotator-item-container .content-col a {
        width: 90%;
        margin: 0 auto;
        max-width: 600px;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .rotator-container .rotator-item-container .content-col a .rotator-title {
        max-height: 125px;
        overflow: hidden;
        margin: 20px 0;
        font-size: 115.7895%;
    }
}

@media screen and (max-width:767px) {
    .rotator-container .rotator-item-container .content-col a .rotator-title {
        text-align: center;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .rotator-container .rotator-item-container .content-col a .rotator-title {
        font-size: 115.7895%;
        text-align: left;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .rotator-container .rotator-item-container .content-col a .rotator-title {
        margin-top: 0;
        text-align: center;
        overflow: hidden;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .rotator-container .rotator-item-container .content-col a .rotator-title {
        max-height: 81px;
        font-size: 168.421%;
    }
}

@media screen and (min-width:1200px) {
    .rotator-container .rotator-item-container .content-col a .rotator-title {
        max-height: 125px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px) {
    .rotator-container .rotator-item-container .content-col a .rotator-content {
        max-height: 200px;
        overflow: hidden;
        font-size: 84.2105% !important;
        text-align: justify;
    }
}

@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .rotator-container .rotator-item-container .content-col a .rotator-content {
        max-height: 188px;
        overflow: hidden;
        margin: 20px 0;
        text-align: left;
    }
}

.rotator-container .carousel-control {
    background: none;
}

@media screen and (max-width:767px) {
    .rotator-container .carousel-control {
        top: 75px;
        bottom: initial;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .rotator-container .carousel-control {
        bottom: 60%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .rotator-container .carousel-control {
        width: 5%;
    }
}

@media screen and (min-width:1200px) {
    .rotator-container .carousel-control {
        width: 10%;
    }
}

@media screen and (min-width:1200px) {
    .rotator-container .carousel-control.left {
        left: -70px;
    }
}

@media screen and (min-width:1200px) {
    .rotator-container .carousel-control.right {
        right: -70px;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .rotator-container .carousel-control .glyphicon-chevron-left {
        margin-left: -30px;
        color: #515151;
    }
}

@media screen and (min-width:1200px) {
    .rotator-container .carousel-control .glyphicon-chevron-left {
        font-size: 50px;
    }
}

@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px) {
    .rotator-container .carousel-control .glyphicon-chevron-right {
        margin-right: -30px;
        color: #515151;
    }
}

@media screen and (min-width:1200px) {
    .rotator-container .carousel-control .glyphicon-chevron-right {
        font-size: 50px;
    }
}

.searching-container {
    margin: 30px 30px 0 0;
}

@media screen and (max-width:767px) {
    .searching-container {
        padding: 20px 0;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .searching-container {
        width: 95%;
        margin-top: 0;
    }
}@media screen and (min-width:1200px){.searching-container{max-width:400px;margin:0 auto;}}@media screen and (min-width:992px) and (max-width:1199px){.searching-container .intro{font-size:80%;}}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.searching-container .tips-content{font-size:78.9473%;max-width:290px;}}@media screen and (min-width:1200px){.searching-container .searching-input-container{margin:55px 0 30px 0;}}.searching-container .searching-input-container .input-group,.searching-container .searching-input-container .dropdown1,.searching-container .searching-input-container .dropdown2{margin-bottom:15px;}.searching-container .searching-input-container .keyword-input,.searching-container .searching-input-container .dropdown-control1,.searching-container .searching-input-container .dropdown-control2{border-radius:0;padding:6px 12px;border:1px solid #ccc;font-size:100%;height:40px;}@media screen and (min-width:1200px){.searching-container .searching-input-container .keyword-input,.searching-container .searching-input-container .dropdown-control1,.searching-container .searching-input-container .dropdown-control2{width:68%;max-width:290px;}}.searching-container .searching-input-container .btn-search{background-color:#900;color:#fff;border:none;}@media screen and (max-width:767px){.searching-container .searching-input-container .btn-search{display:block;width:100%;margin-bottom:15px;}}@media screen and (min-width:768px) and (max-width:991px){.searching-container .searching-input-container .btn-search{width:32%;height:34px;float:right;}}@media screen and (min-width:992px) and (max-width:1199px){.searching-container .searching-input-container .btn-search{margin-bottom:15px;display:block;width:100%;}}@media screen and (min-width:1200px){.searching-container .searching-input-container .btn-search{width:60px;height:40px;display:inline-block;}}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.searching-container .searching-input-container .input-group{width:100%;}}@media screen and (min-width:992px) and (max-width:1199px){.searching-container .searching-input-container .input-group{width:100%;}}@media screen and (min-width:1200px){.searching-container .searching-input-container .input-group{display:inline-block;width:100%;}}@media screen and (min-width:1200px){.searching-container .searching-input-container .input-group .keyword-input{margin-right:10px;}}@media screen and (min-width:768px) and (max-width:991px){.searching-container .searching-input-container .dropdown1{width:30%;display:inline-block;margin-right:3.3%;}}@media screen and (min-width:768px) and (max-width:991px){.searching-container .searching-input-container .dropdown2{width:30%;display:inline-block;margin-right:3.3%;}}.searching-container .searching-input-container option{background-color:#797979;color:#fff;line-height:1.2em;padding:20px 0;}.searching-container .tips-container{display:none;}.searching-container .tips-container .tips-icon{color:#337ab7;}.searching-container .tips-container .btn-tips{margin-bottom:15px;}.searching-container .tips-container .well{border-radius:0;}@media screen and (max-width:767px){.searching-results-container .search-recap-container .your-search-for{font-size:89.4736%;}}.searching-results-container .search-recap-container .your-search-for .keywords{text-transform:uppercase;color:#900;font-weight:bold;font-size:90%;}.searching-results-container .content-block-container .image-block a{display:block;margin:20px auto;}@media screen and (max-width:767px){.searching-results-container .content-block-container .image-block a{margin-bottom:0;max-width:none;max-height:none;}}@media screen and (min-width:768px) and (max-width:991px){.searching-results-container .content-block-container .image-block a{margin:20px -15px 0 -12px;}}.searching-results-container .content-block-container .profile-image-thumbnail{text-align:center !important;}.searching-results-container .content-block-container .profile-image-thumbnail img{width:70% !important;height:auto !important;}@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.searching-results-container .content-block-container .profile-image-thumbnail img{max-height:none !important;}}.two-col-sidebar.sidebar-left .side-nav-container{margin-left:-30px;float:left;}.two-col-sidebar.sidebar-right .side-nav-container{margin-right:-30px;float:right;}.side-nav-container{margin-bottom:-30px;background-color:#174c83;color:#fff;width:80%;display:none;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.side-nav-container{margin:0 -15px;float:none;width:auto;}}.side-nav-container .side-nav-title{text-align:center;margin-top:70px;margin-bottom:50px;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.side-nav-container .side-nav-title{margin:10px;font-size:105.263%;}}@media screen and (min-width:992px) and (max-width:1199px){.side-nav-container .side-nav-title{margin-top:40px;margin-bottom:20px;font-size:126.315%;}}.side-nav-container .side-nav-title .side-nav-caret-container{display:none;cursor:pointer;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.side-nav-container .side-nav-title .side-nav-caret-container{display:inline;}}.side-nav-container .side-nav-title .side-nav-caret-container .caret{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;}.side-nav-container #side-nav-links{margin:0 auto;}.side-nav-container #side-nav-links .list-group{list-style:none;list-style-position:inside;-moz-transition:height 2s;-o-transition:height 2s;-webkit-transition:height 2s;transition:height 2s;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.side-nav-container #side-nav-links .list-group{margin-bottom:0;}}.side-nav-container #side-nav-links .list-group li{text-align:center;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.side-nav-container #side-nav-links .list-group li{border-top:1px solid #f2f2f2;}}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.side-nav-container #side-nav-links .list-group li:last-child a{border-bottom:none;}}.side-nav-container #side-nav-links .list-group li a{display:block;padding:40px 20px;font-size:105.263%;color:#fff;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.side-nav-container #side-nav-links .list-group li a{padding:15px;font-size:63.158%;text-transform:uppercase;background-color:#cbcbcd;color:#174c83;}}@media screen and (min-width:992px) and (max-width:1199px){.side-nav-container #side-nav-links .list-group li a{padding:20px;font-size:78.947%;}}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.side-nav-container #side-nav-links .list-group li a{border-bottom:1px groove #fff;margin:0 auto;width:70%;max-width:200px;}}.side-nav-container #side-nav-links .list-group li a:hover,.side-nav-container #side-nav-links .list-group li a:focus{text-decoration:none;color:#fff;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.side-nav-container #side-nav-links .list-group li a:focus{background-color:#174c83;color:#fff;text-decoration:none;}}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.two-col-sidebar.sidebar-left .simple-side-content-container{margin-left:-10px;float:left;}.two-col-sidebar.sidebar-left .simple-side-content-container .gold-border{border-right:solid 8px #b0985d;margin-right:14px;}}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.two-col-sidebar.sidebar-right .simple-side-content-container{margin-right:-10px;float:right;}.two-col-sidebar.sidebar-right .simple-side-content-container .gold-border{border-left:solid 8px #b0985d;margin-left:14px;}}.simple-side-content-container{text-align:center;background-color:#fff;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.simple-side-content-container{margin-bottom:0;padding:5px 10px;}}@media screen and (min-width:768px) and (max-width:991px){.simple-side-content-container{margin-left:-30px;margin-right:-30px;}}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.simple-side-content-container{margin-top:10px;width:425px;max-width:425px;}}.simple-side-content-container .gold-border h3{margin-top:0;}@media screen and (max-width:767px){.slogan-container div:nth-child(1){padding-left:0;padding-right:0;}}.slogan-container img{display:none;max-width:1100px;margin:20px auto;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px){.slogan-container img{width:100%;}}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.two-col-sidebar.sidebar-left .small-contact-listing-container{margin-left:-30px;float:left;}}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.two-col-sidebar.sidebar-right .small-contact-listing-container{margin-right:-30px;float:right;}}.small-contact-listing-container{width:80%;text-align:center;background-color:#fff;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.small-contact-listing-container{margin:0 -15px;float:none;width:auto;}}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.small-contact-listing-container{margin-top:10px;}}.small-contact-listing-container .small-contact-info{border-bottom:2px solid #ccc;padding:15px 0;font-size:105.263%;}.small-contact-listing-container .small-contact-info:last-child{border-bottom:none;clear:both;}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.small-contact-listing-container .small-contact-info{width:70%;margin:auto;}}.small-contact-listing-container .contact-title{text-align:left;background-color:#174c83;color:#fff;padding:5px 10px;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.small-contact-listing-container .contact-title{background-color:#174c83;color:#fff;margin-left:-15px;margin-bottom:0;margin-right:-15px;padding:5px 10px;}}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.small-contact-listing-container .contact-title{margin-top:40px;margin-bottom:20px;}}@media screen and (min-width:1200px){.sidebar-right .small-resource-listing{float:right;}}@media screen and (min-width:1200px){.sidebar-left .small-resource-listing{float:left;}}.small-resource-listing{margin-top:50px;}@media screen and (max-width:767px){.small-resource-listing{margin-left:0;margin-right:0;}}@media screen and (min-width:992px) and (max-width:1199px){.small-resource-listing{min-width:321px;}}@media screen and (min-width:1200px){.small-resource-listing{max-width:425px;margin-right:-10px;}}.small-resource-listing .title{background-color:#174c83;padding:5px 10px;color:#fff;margin-top:0;}@media screen and (max-width:767px){.small-resource-listing .title{margin-left:-50px;margin-bottom:0;margin-right:-50px;padding:5px 10px;}}@media screen and (min-width:768px) and (max-width:991px){.small-resource-listing .title{margin-left:-30px;margin-right:-30px;}}@media screen and (max-width:767px){.small-resource-listing .content-block-container{margin-left:-45px;margin-right:-45px;}}@media screen and (min-width:992px) and (max-width:1199px){.small-resource-listing .content-block-container{margin-left:0;margin-right:0;}}@media screen and (min-width:1200px){.small-resource-listing .content-block-container{margin:0 auto;}}.small-resource-listing .content-block-container:first-of-type{border:none;}@media screen and (max-width:767px){.small-resource-listing .content-block-container:first-of-type{margin-top:20px;}}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px){.small-resource-listing .content-block-container>div:first-of-type{max-width:65px;}}@media screen and (max-width:767px){.small-resource-listing .content-block-container>div:nth-child(2){padding-left:0;}}@media screen and (max-width:767px){.small-resource-listing .content-block-container .image-block{max-width:40px;}}@media screen and (min-width:992px) and (max-width:1199px){.small-resource-listing .content-block-container .image-block{width:65px;margin-left:-30px;margin-right:-15px;margin-top:20px;padding:0 15px;}}.small-resource-listing .content-block-container .image-block img{width:100%;height:auto;display:block;margin:10px auto;}@media screen and (min-width:992px) and (max-width:1199px){.small-resource-listing .content-block-container .content-item{margin-right:-15px;margin-left:-20px;}}@media screen and (min-width:1200px){.small-resource-listing .content-block-container .content-item{margin-right:-10px;margin-bottom:0;}}.small-resource-listing .content-block-container .content-item .content-title{overflow-y:hidden;}@media screen and (max-width:767px){.small-resource-listing .content-block-container .content-item .content-title{font-size:78.9473%;}}@media screen and (min-width:768px) and (max-width:991px){.small-resource-listing .content-block-container .content-item .content-title{font-size:100%;margin-top:10px;}}@media screen and (min-width:992px) and (max-width:1199px){.small-resource-listing .content-block-container .content-item .content-title{font-size:80%;font-weight:bold;}}@media screen and (min-width:1200px){.small-resource-listing .content-block-container .content-item .content-title{font-size:100%;font-weight:bold;margin:10px 0;max-height:44px;}}.top-stories-container{margin-top:30px;}.top-stories-container.container-fluid,.top-stories-container .container-fluid{overflow-x:visible;overflow-y:visible;overflow:visible;}@media screen and (max-width:767px){.top-stories-container{padding-left:0;padding-right:0;}}@media screen and (min-width:1200px){.top-stories-container{border-top:1px solid #ccc;}}.top-stories-container .top-stories-primary{padding-left:0;height:auto;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.top-stories-container .top-stories-primary{padding-right:0;}}@media screen and (min-width:992px) and (max-width:1199px){.top-stories-container .top-stories-primary{padding-left:0;padding-right:0;}}@media screen and (min-width:1200px){.top-stories-container .top-stories-primary{margin-left:-15px;}}.top-stories-container .top-stories-primary a{width:100%;display:block;text-align:center;}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.top-stories-container .top-stories-primary a{margin:0 auto;padding:20px 0;}}.top-stories-container .top-stories-primary a img{max-height:100%;max-width:100%;margin:0 auto;}@media screen and (max-width:767px){.top-stories-container .top-stories-detail{padding-right:0;padding-left:0;}}@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px){.top-stories-container .top-stories-detail{height:auto;}}@media screen and (min-width:1200px){.top-stories-container .top-stories-detail{min-height:550px;}}.top-stories-container .top-stories-detail .primary-story-container a:hover,.top-stories-container .top-stories-detail .primary-story-container a:focus{text-decoration:none;color:#333 !important;}.top-stories-container .top-stories-detail .primary-story-container a .primary-story-title{text-align:center;overflow-y:hidden;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.top-stories-container .top-stories-detail .primary-story-container a .primary-story-title{font-weight:bold;margin-top:20px;}}@media screen and (min-width:1200px){.top-stories-container .top-stories-detail .primary-story-container a .primary-story-title{text-align:left;overflow:hidden;}}.top-stories-container .top-stories-detail .primary-story-container a .primary-story-summary{overflow-y:hidden;margin-top:20px;font-size:.75em;padding-bottom:20px;}@media screen and (min-width:992px) and (max-width:1199px){.top-stories-container .top-stories-detail .primary-story-container a .primary-story-summary{font-size:.8em;margin-bottom:40px;}}@media screen and (min-width:1600px){.top-stories-container .top-stories-detail .primary-story-container a .primary-story-summary{font-size:1em;margin-bottom:60px;}}@media screen and (max-width:767px){.top-stories-container .top-stories-detail .secondary-stories-container{padding:20px 0;margin:20px auto 0;}}.top-stories-container .top-stories-detail .secondary-stories-container a{display:block;cursor:pointer;color:#333 !important;margin:0 auto;}.top-stories-container .top-stories-detail .secondary-stories-container a:hover,.top-stories-container .top-stories-detail .secondary-stories-container a:focus{text-decoration:none;color:#333 !important;}.top-stories-container .top-stories-detail .secondary-stories-container a .story-title{line-height:1.3;overflow:hidden;-ms-word-wrap:break-word;word-wrap:break-word;font-size:.9em;}@media screen and (max-width:767px){.top-stories-container .top-stories-detail .secondary-stories-container a .story-title{margin-top:20px;margin-bottom:20px;}}@media screen and (min-width:1200px){.top-stories-container .top-stories-detail .secondary-stories-container a .story-title{font-size:.7em;}}@media screen and (min-width:1600px){.top-stories-container .top-stories-detail .secondary-stories-container a .story-title{font-size:1em;}}.top-stories-container .top-stories-detail .read-more-articles h3{text-align:right;font-weight:bold;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.top-stories-container .top-stories-detail .read-more-articles h3{font-size:.8em;}}.toolbar-container{padding-top:10px;padding-bottom:10px;}.toolbar-container .toolbar-item{padding:10px 0;}.toolbar-container .toolbar-item .toolbar-item-image{width:52px;height:52px;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px){.toolbar-container .toolbar-item{text-align:center;}.toolbar-container .toolbar-item .toolbar-item-image{margin:0 auto;}}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.toolbar-container .toolbar-item{padding:10px 20px;}.toolbar-container .toolbar-item .toolbar-item-image{width:63px;height:62px;}}.toolbar-container .toolbar-item .toolbar-item-title{font-size:84.2105%;display:inline-block;vertical-align:middle;width:80%;}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.toolbar-container .toolbar-item .toolbar-item-title{width:100%;}}.toolbar-container .toolbar-item .toolbar-item-subtitle{display:none;font-size:63.1758%;}@media screen and (min-width:992px) and (max-width:1199px),screen and (min-width:1200px){.toolbar-container .toolbar-item .toolbar-item-subtitle{display:inline-block;}}.multi-column-module-container,.twocol-mod-container{border-bottom:1px solid #ccc;padding:20px 0;}.multi-column-module-container .multi-column-module-item:not(:last-child),.twocol-mod-container .multi-column-module-item:not(:last-child),.multi-column-module-container .twocol-grid-left,.twocol-mod-container .twocol-grid-left{padding-right:20px;}.multi-column-module-container .multi-column-module-item:last-child,.twocol-mod-container .multi-column-module-item:last-child,.multi-column-module-container .twocol-grid-right,.twocol-mod-container .twocol-grid-right{padding-left:20px;}footer{background-color:#000;font-family:'robotoregular',Arial,sans-serif;}footer .footer-container{padding:20px 15px;}@media screen and (max-width:767px),screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1199px){footer .footer-container .footer-nav-wrapper{padding-bottom:20px;}}@media screen and (max-width:767px){footer .footer-container .footer-nav-wrapper .col-xs-12{padding-left:0;padding-right:0;}}@media screen and (min-width:992px) and (max-width:1199px){footer .footer-container .footer-nav-wrapper .col-md-2{width:20%;}}@media screen and (min-width:1200px){footer .footer-container .footer-nav-wrapper .col-lg-2{width:20%;padding-left:10px;padding-right:10px;}footer .footer-container .footer-nav-wrapper .col-lg-2:nth-child(1){width:18%;}footer .footer-container .footer-nav-wrapper .col-lg-2:nth-child(4){width:22%;}}@media screen and (max-width:767px){footer .footer-container .footer-nav-wrapper .footer-nav-section{border-bottom:1px groove #808080;padding:10px 15px;text-align:center;}}footer .footer-container .footer-nav-wrapper .footer-nav-section a{font-size:94.7368%;color:#fff;text-decoration:none;display:inline-block;width:100%;}footer .footer-container .footer-nav-wrapper .footer-nav-section a:hover{color:#fff;}@media screen and (min-width:992px) and (max-width:1199px){footer .footer-container .footer-nav-wrapper .footer-nav-section a{font-size:84.2105%;}}@media screen and (min-width:1200px){footer .footer-container .footer-nav-wrapper .footer-nav-section a{font-size:94.7368%;}}footer .footer-container .footer-nav-wrapper ul{padding-left:0;}@media screen and (max-width:767px){footer .footer-container .footer-nav-wrapper ul{display:none;}}footer .footer-container .footer-nav-wrapper ul li{list-style:none;line-height:1.25;padding:5px 0;}@media screen and (min-width:768px) and (max-width:991px){footer .footer-container .footer-nav-wrapper ul li{font-size:63.1578%;}}@media screen and (min-width:992px) and (max-width:1199px){footer .footer-container .footer-nav-wrapper ul li{font-size:63.1578%;}}@media screen and (min-width:1200px){footer .footer-container .footer-nav-wrapper ul li{font-size:73.6842%;}}footer .footer-container .footer-nav-wrapper ul li a{color:#a1a1a3;}footer .footer-container .footer-nav-wrapper ul li a:hover,footer .footer-container .footer-nav-wrapper ul li a:active,footer .footer-container .footer-nav-wrapper ul li a:focus{text-decoration:none;color:#a1a1a3;}footer .footer-container .footer-social-wrapper{padding:0;}footer .footer-container .footer-social-wrapper .footer-logo{padding-left:10px;padding-right:10px;}footer .footer-container .footer-social-wrapper .footer-logo a img{padding:0 10px;display:block;margin:0 auto;max-width:370px;}@media screen and (max-width:767px){footer .footer-container .footer-social-wrapper .footer-logo a img{width:90%;}}@media screen and (min-width:1200px){footer .footer-container .footer-social-wrapper .footer-logo a img{width:90%;}}footer .footer-container .footer-social-wrapper .social-icons{padding-left:10px;padding-right:10px;text-align:center;}@media screen and (max-width:767px){footer .footer-container .footer-social-wrapper .social-icons a img{width:40px;height:auto;}}footer .footer-copyright{padding:20px 0;text-align:center;line-height:1;border-top:1px solid #ccc;}@media screen and (min-width:768px) and (max-width:991px){footer .footer-copyright{padding:20px 15px;}footer .footer-copyright .col-sm-12{padding:0;}}footer .footer-copyright span{font-size:68.421%;font-family:'robotoregular',Arial,sans-serif;color:#a1a1a3;text-align:center;}footer .footer-copyright span a{text-decoration:none;color:inherit;}footer .footer-copyright span a:hover,footer .footer-copyright span a :focus{color:#fff;}.pagination{margin:0;}.pagination>li>span,.pagination>li>a{background-color:#fff;color:#333;font-size:14px;}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#900;}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{background-color:#900;color:#fff;border-color:#900;}.pagination-container>div{margin:20px 0;}ul.flush,ol.flush{list-style:none;padding-left:0;display:table;}ul.flush>li,ol.flush>li{margin-bottom:.5em;display:table-row;}ul.flush>li:before,ol.flush>li:before{display:table-cell;padding-right:.4em;}ul.flush>li:after,ol.flush>li:after{content:"";display:block;margin-bottom:.5em;}ul.flush>li:before{content:"•";}ol.flush>li{counter-increment:table-ol;}ol.flush>li:before{content:counter(table-ol) ".";text-align:right;}