﻿/* Page and Body */
* {
    outline-color: #5E9ED6 !important;
}
a:focus, button:focus {
    outline: 2px solid #5E9ED6 !important;
}

html {
    background-color: #253746;
    font-size: 100%;
    height: 100%;
}

body {
    background-color: #253746;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-size: 1em;
}

#aspnetForm {
    background-color: #fff;
    margin: 0;
}

[class="container"],
.main-container {
    padding-left: 0;
    padding-right: 0;
}

.container .row {
    margin-left: 0;
    margin-right: 0;
}

a:hover,
a:focus {
    color: #68000d;
    text-decoration: none;
}

/* Header */
header {
    border-bottom: 1px solid #253746;
}

    header p,
    header li,
    header a,
    header a:hover,
    header a:focus {
        color: #fff;
    }

    header > div {
        position: relative;
    }

    header nav {
        display: flex;
        flex-wrap: wrap;
        font-size: 0.938em;
    }

/* Global Nav */
#globalNav {
    background-color: #253746;
    height: 43px;
    margin-bottom: 10px;
    padding: 15px 15px 0;
    z-index: 10;
}

    #globalNav::after {
        border-top: 3px solid #fff;
        border-bottom: 7px solid #68000d;
        bottom: -10px;
        content: "";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

    #globalNav div > a,
    #globalNav div > button {
        display: inline-block;
        height: 20px;
        line-height: 20px;
    }

        #globalNav div > a:hover,
        #globalNav div > button:hover {
            text-decoration: underline;
        }

/* Global Items */
header .logo {
    flex: 1 0 100%;
    padding: 0 0 27px 15px;
    text-align: center;
}

    header .logo a {
        display: inline-block;
    }

    header .logo img {
        display: block;
    }

#hamburger {
    flex: 1 0 30px;
}

#mobile-menu-button {
    display: block !important;
    width: 30px;
    height: 20px !important;
    border: 0 !important;
    background: url("/WebAssets/img/icon_hamburger_light.png") no-repeat scroll center center;
}

#search {
    flex: 0 1 16px;
}

    #search a {
        background: url("/WebAssets/img/icon_search_light.png") no-repeat scroll left center;
        width: 16px;
    }

        #search a span {
            padding: 0 0 0 25px;
        }

#lang {
    flex: 0 1 auto;
    margin: 0 0 0 20px;
}

#skipToContent {
    font-weight: bold;
    line-height: 43px;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

    #skipToContent:focus {
        color: #fff;
        clip: rect(auto,auto,auto,auto);
        height: inherit;
        margin: inherit;
        overflow: inherit;
        position: static;
        width: inherit
    }

/* Dropdown Menus (Windows & Navs) */
.dropdown-window,
.dropdown-nav {
    background-color: #253746;
    display: none;
    overflow-x: hidden;
    overflow-y: visible;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9001;
}

    .dropdown-window.active,
    .dropdown-nav.active {
        display: block;
    }

    .dropdown-window ul,
    .dropdown-nav ul {
        list-style: none;
        padding: 0;
    }

    .dropdown-window .heading,
    .dropdown-nav .heading {
        color: #fff;
        font-weight: bold;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .dropdown-window a,
    .dropdown-nav a {
        padding: 10px 15px;
    }

    .dropdown-window a {
        display: block;
    }

        .dropdown-window a:hover,
        .dropdown-nav a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .dropdown-window .links-popular li a,
    .dropdown-nav .links-popular li a,
    .dropdown-window .links-social li a,
    .dropdown-nav .links-social li a {
        background: none no-repeat scroll left center;
        padding-left: 30px;
    }

    .dropdown-window li.lending a,
    .dropdown-nav li.lending a {
        background-image: url("/WebAssets/img/icon_lending_sm.png");
    }

    .dropdown-window li.property-sales a,
    .dropdown-nav li.property-sales a {
        background-image: url("/WebAssets/img/icon_property_sm.png");
    }

    .dropdown-window li.procurement a,
    .dropdown-nav li.procurement a {
        background-image: url("/WebAssets/img/icon_procurement_sm.png");
    }

    .dropdown-window li.faq a,
    .dropdown-nav li.faq a {
        background-image: url("/WebAssets/img/icon_faq_sm.png");
    }

    .dropdown-window li.filming-requests a,
    .dropdown-nav li.filming-requests a {
        background-image: url("/WebAssets/img/icon_filming_sm.png");
    }

    .dropdown-window li.view-projects a,
    .dropdown-nav li.view-projects a {
        background-image: url("/WebAssets/img/icon_projects_sm.png");
    }

    .dropdown-window li.inventory a,
    .dropdown-nav li.inventory a {
        background-image: url("/WebAssets/img/icon_inventory_sm.png");
    }

    .dropdown-window li.linkedin a,
    .dropdown-nav li.linkedin a {
        background-image: url("/WebAssets/img/icon_linkedin_sm.png");
    }

    .dropdown-window li.twitter a,
    .dropdown-nav li.twitter a {
        background-image: url("/WebAssets/img/icon_twitter_sm.png");
    }

    .dropdown-window li.youtube a,
    .dropdown-nav li.youtube a {
        background-image: url("/WebAssets/img/icon_youtube_sm.png");
    }

.dropdown-window {
    -webkit-overflow-scrolling: touch;
    left: 0;
    overflow: auto;
    margin-top: 43px;
    padding: 0 4px 25px;
}

    .dropdown-window a:hover {
        text-decoration: underline !important;
    }

.dropdown-nav {
    opacity: 0.9;
    padding: 15px 10px;
    width: 600px;
}

    .dropdown-nav > div {
        padding: 0;
    }

    .dropdown-nav > * {
        text-align: left;
    }

    .dropdown-nav a {
        display: inline-block;
        position: relative;
    }

        .dropdown-nav a:hover::after {
            background: url("/WebAssets/img/chevron_white.png") no-repeat scroll right center;
            content: "";
            display: inline-block;
            height: 13px;
            position: absolute;
            right: -5px;
            top: 14px;
            width: 24px;
        }

    .dropdown-nav .links-social {
        padding-left: 20px;
    }

/* Search Box */
#searchBox {
    padding-top: 20px;
}

#searchClose {
    display: none;
}

#searchBox input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(181, 187, 192, 0.9);
    color: #fff;
    font-size: 1.5em;
    outline: none;
    width: 100%;
}

@media screen and (min-width: 992px) {
    #searchBarContainer {
        padding-right: 80px;
    }
}

#searchBox input::-webkit-input-placeholder {
    color: #fff;
}

#searchBox input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#searchBox input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#searchBox input:-ms-input-placeholder {
    color: #fff;
}

#searchBox .search-heading {
    font-size: 0.875em;
    margin-bottom: 20px;
    padding-top: 30px;
}

    #searchBox .search-heading p {
        margin-bottom: 0;
    }

#searchBox .search-suggestions li {
    font-size: 1.563em;
}

    #searchBox .search-suggestions li:not(:last-child) {
        margin-bottom: 1.05em;
    }

    #searchBox .search-suggestions li a {
        color: #b5bbc0;
        padding: 0;
    }

    #searchBox .search-suggestions li span {
        color: #fff;
        font-weight: bold;
    }

/* Hamburger Menu */
#hamburgerMenu div[class*="links"]:not(:first-child) {
    padding-top: 10px;
}

#hamburgerMenu ul {
    width: 100%;
}

#hamburgerMenu a:hover {
    background-color: transparent;
    color: #fff;
}

#hamburgerMenu .heading {
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 8px;
}

#hamburgerMenu .links-sections li a {
    padding-left: 0;
}

/* Breadcrumbs */
#breadcrumbs {
    border-top: 1px solid #253746;
    height: 2.333em;
    overflow: hidden;
}

    #breadcrumbs ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        height: initial;
        list-style: none;
        padding: 0;
    }

    #breadcrumbs li {
        line-height: 2.333em;
        white-space: nowrap;
        width: auto;
    }

        #breadcrumbs li:not(:last-of-type)::after {
            background: url("/WebAssets/img/chevron_red.png") no-repeat scroll center 0;
            content: "";
            display: inline-block;
            height: 13px;
            position: relative;
            right: 0;
            top: 0;
            width: 35px;
            z-index: -1;
        }

        #breadcrumbs li a {
            color: #253746;
            display: inline-block;
            font-weight: bold;
        }

            #breadcrumbs li a:hover,
            #breadcrumbs li a.active {
                color: #68000d;
            }

.ui-carousel {
    display: flex;
}

    .ui-carousel > * {
        width: 100%;
        flex: 0 0 auto;
    }

/* Content */
.main-container {
    min-height: 300px;
    padding-bottom: 30px;
}

#page-content #secondary-area,
#page-content #primary-area,
#page-content.builder-space #secondary-area li:not(:first-child) div.content-block,
#page-content.builder-space #primary-area li:not(:first-child) div.content-block,
#page-content #primary-area section {
    margin-top: 40px;
}

#page-content #secondary-area,
#page-content #primary-area,
#page-content aside,
main {
    color: #54565b;
    font-size: 0.938em;
    line-height: 1.65em;
    padding: 0 15px;
}

#secondary-area > div,
#page-content > div:not(#secondary-area),
.main-container .row > div[class*="col"]:not(#secondary-area) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-container section.bg-accent + aside,
.main-container section.bg-accent + section {
    margin-top: 20px !important;
}

.main-container aside.bg-accent,
.main-container section.bg-accent,
.main-container section div.bg-accent {
    background-color: #e9ebec;
}

.main-container aside.bg-accent,
.main-container section.bg-accent {
    margin-top: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.main-container > div > aside.bg-accent,
.main-container > div > section.bg-accent {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.main-container section.bg-accent dl {
    margin-bottom: 0;
}

#page-content.builder-space #primary-area {
    padding: 0;
}

    #page-content.builder-space #primary-area li h2 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #page-content.builder-space #primary-area li div.content-block {
        padding: 0 20px;
    }

        #page-content.builder-space #primary-area li div.content-block.bg-accent {
            padding-bottom: 20px;
            padding-top: 20px;
        }

#secondary-area .widgets-area {
    width: 100%;
}

.banner-section {
    background-color: #e9ebec;
}

h1,
h2,
h3,
h4 {
    line-height: 135%;
}

.main-container h1 {
    color: #253746;
    font-size: 1.667em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

.main-container h2 {
    color: #253746;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

.main-container h3 {
    color: #253746;
    font-size: 1.125em;
    font-weight: bold;
}

.main-container h4 {
    color: #54565b;
    font-size: 0.875em;
}

.main-container p:last-child {
    margin-bottom: 0;
}

div ul {
    list-style-type: disc;
    margin-bottom: 0;
    padding-left: 20px;
}

.main-container main ul {
    margin-bottom: 10px;
}

.main-container dd:not(:last-child) {
    margin-bottom: 16px;
}

.main-container a {
    color: #68000d;
    font-weight: bold;
}

    .main-container a:hover,
    .main-container a.active,
    .main-container a:focus {
        text-decoration: underline;
    }

.main-container hr {
    display: none;
}

i {
    color: inherit;
}

/* Footer */
footer {
    background-color: #253746;
}

    footer ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    footer .heading,
    footer p,
    footer li,
    footer a,
    footer a:hover {
        color: #fff;
    }

    footer p,
    footer li {
        font-size: 0.938em;
        margin-bottom: 0.95em;
    }

    footer p {
        font-size: 0.875em;
    }

    footer a {
        display: block;
    }

        footer a:hover,
        footer a:focus {
            text-decoration: underline;
            color: #fff;
        }

    footer .links-misc a:hover,
    footer .links-sections a:hover {
        background: url("/WebAssets/img/chevron_white.png") no-repeat scroll right 5px;
        display: inline-block;
        padding-right: 25px;
    }

    footer .logo {
        padding: 40px 0 30px;
    }

        footer .logo img {
            display: inline-block;
        }

    footer .links-description {
        margin-bottom: 1.65em;
    }

    footer .links-sections {
        margin-bottom: 2.25em;
    }

        footer .links-sections li:last-of-type {
            margin-bottom: 0;
        }

    footer .links-social {
        font-size: 1.25em;
    }

        footer .links-social li {
            height: 2.25em;
            padding-left: 50px;
        }

            footer .links-social li.linkedin {
                background: url("/WebAssets/img/icon_linkedin_lg.png") no-repeat scroll left top;
                padding-top: 7px;
            }

            footer .links-social li.twitter {
                background: url("/WebAssets/img/icon_twitter_lg.png") no-repeat scroll left top;
                padding-top: 3px;
            }

            footer .links-social li.youtube {
                background: url("/WebAssets/img/icon_youtube_lg.png") no-repeat scroll left top;
            }

    footer .heading {
        font-size: 1.125em;
        font-weight: bold;
    }

/* Page Specific Items */
.banner {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

    .banner img {
        max-width: 100%;
    }

#homeMajorProjects h1,
#homeFeaturedArticles h1,
#homeFeaturedProjects h1 {
    margin-bottom: 10px;
}

.featured-ctas {
    margin-top: 0;
    padding-top: 20px;
}

    .featured-ctas .ctas > div {
        margin-bottom: 20px;
        position: relative;
    }

    .featured-ctas .ctas .cta-desc {
        padding-bottom: 30px;
    }

    .featured-ctas .ctas .cta-image {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
        /*max-width: 500px;*/
    }

        .featured-ctas .ctas .cta-image img {
            width: 100%;
        }

            .featured-ctas .ctas .cta-image img[src=""] {
                max-height: 150px;
            }

    .featured-ctas .ctas .cta-title h2 {
        font-size: 1.35em;
        margin-bottom: 0;
    }

#newsFeaturedArticles .ctas {
    margin-bottom: 20px;
}

    #newsFeaturedArticles .ctas > div {
        background-color: #FFF;
    }

    #newsFeaturedArticles .ctas .cta-title {
        padding: 0 10px 20px;
    }

#homeFeaturedArticles .ctas .cta-link a.bullet-link {
    color: #253746;
}

    #homeFeaturedArticles .ctas .cta-link a.bullet-link:hover {
        color: #68000d;
    }

#homeMajorProjects ul.bullet-link {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    width: 100%;
}

    #homeMajorProjects ul.bullet-link li:not(:last-child) {
        margin-bottom: 15px;
    }

    #homeMajorProjects ul.bullet-link h2 {
        color: inherit;
        font: inherit;
        margin: inherit;
    }

    #homeMajorProjects ul.bullet-link a {
        font-size: 1.2em;
        margin-bottom: 0.6em;
    }

    #homeMajorProjects ul.bullet-link p {
        color: #253746;
        font-size: 0.9em;
        line-height: 1.5em;
        margin-bottom: 0;
    }

#homeFeaturedProjects {
    background-color: #e9ebec;
    padding: 0;
}

    #homeFeaturedProjects .ui-carousel .feat-desc {
        margin: 15px;
    }

        #homeFeaturedProjects .ui-carousel .feat-desc .slide-body {
            margin-bottom: 30px;
        }

        #homeFeaturedProjects .ui-carousel .feat-desc h2 {
            font-size: 1.35em;
            line-height: 1.25em;
        }

        #homeFeaturedProjects .ui-carousel .feat-desc p {
            color: #54565b;
        }

    #homeFeaturedProjects .ui-carousel .ui-button {
        text-align: center;
    }

#homePopularTopics ul.bullet-link {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%;
}

    #homePopularTopics ul.bullet-link li:not(:last-child) {
        margin-bottom: 25px;
    }

    #homePopularTopics ul.bullet-link a {
        font-size: 1.2em;
    }

.feature-nav {
    margin-top: 10px;
}

    .feature-nav div {
        margin-top: 0px;
    }

.email-form legend,
.loan-table legend {
    border: 0;
}

.email-form div,
.loan-table div {
    color: #54565b;
    margin-bottom: 10px;
}

.loan-table label {
    margin: 0;
    vertical-align: top;
    width: 325px;
}

.loan-table input[type=text],
.loan-table select,
.loan-table .first-payment {
    height: 25px;
    padding: 0;
    width: 200px;
}

.design_content input[type=submit],
.loan-table input[type=submit],
.email-form input[type=submit] {
    background-color: #fff;
    border: 1px solid #253746;
    border-radius: 4px;
    color: #253746;
    font-size: 0.938em;
    font-weight: bold;
    height: 3.05em;
    line-height: 3.05em;
    outline: none;
    padding: 0 25px;
}

    .design_content input[type=submit]:hover,
    .loan-table input[type=submit]:hover,
    .email-form input[type=submit]:hover {
        background-color: #253746;
        color: #fff;
    }

.loan-table input[type=text],
.loan-table select {
    border: 1px solid #bbb;
    border-radius: 2px;
}

.loan-table .first-payment {
    display: inline-block;
    border-bottom: 1px solid #bbb;
}

.design_content #LendingSectors {
    height: 45px;
    padding: 0;
    width: 200px;
}

.email-form label {
    margin: 0;
    vertical-align: top;
    width: 250px;
}

.email-form input[type=text],
.email-form input[type=file],
.email-form select {
    height: 25px;
    padding: 0;
    margin-right: 1em;
    width: 250px;
}

.email-form input[type=file] {
    display: inline-block;
}

.email-form textarea {
    width: 250px;
}

.email-form .formfield {
    display: flex;
    flex-flow: row wrap;
}

    .email-form .formfield label {
        flex: 0 1 25%;
    }

    .email-form .formfield .formfield-container {
        flex: 1 1 75%;
    }

        .email-form .formfield .formfield-container .error {
            white-space: nowrap;
        }

@media screen and (max-width: 479px) {
    .email-form .formfield label {
        flex: 0 1 100%;
    }

    .email-form .formfield .formfield-container {
        flex: 1 1 100%;
    }
}


@media screen and (min-width: 768px) {

    #homeMajorProjects,
    #homeFeaturedArticles,
    #homeFeaturedProjects {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .featured-ctas .ctas {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .featured-ctas .ctas > div {
            flex: 0 1 50%;
            margin-bottom: 0;
        }

            .featured-ctas .ctas > div:nth-child(1) {
                display: flex;
                flex: 0 1 100%;
                flex-direction: row-reverse;
                margin-bottom: 30px;
            }

            .featured-ctas .ctas > div:nth-child(2) {
                border-right: 15px solid transparent;
                max-width: 50%;
            }

            .featured-ctas .ctas > div:nth-child(3) {
                border-left: 15px solid transparent;
                max-width: 50%;
            }

        .featured-ctas .ctas .cta-image {
            flex: 0 1 60%;
            padding-bottom: 0;
            margin: 0;
            max-width: none;
        }

        .featured-ctas .ctas .cta-title {
            flex: 0 1 40%;
            margin: 20px 20px 0;
            text-align: left;
        }

        .featured-ctas .ctas > div:not(:first-child) p {
            font-size: 0.933em;
            line-height: 1.3em;
            padding: 15px 10px;
        }

        .featured-ctas .ctas > div .cta-link {
            bottom: 15px;
            left: 20px;
            position: absolute;
        }

        .featured-ctas .ctas > div:not(:first-child) .cta-link {
            left: 10px;
        }

    #homeFeaturedArticles .ctas > div {
        background-color: #e9ebec;
        border-color: #fff;
    }

    #newsFeaturedArticles .ctas > div {
        border-color: #e9ebec;
    }

    #newsFeaturedArticles .ctas .cta-title {
        padding: 0;
    }

    #homeMajorProjects ul.bullet-link {
        flex-direction: row;
        flex-wrap: wrap;
    }

        #homeMajorProjects ul.bullet-link li {
            width: 50%;
        }

            #homeMajorProjects ul.bullet-link li:nth-last-child(1),
            #homeMajorProjects ul.bullet-link li:nth-last-child(2) {
                margin-bottom: 0 !important;
            }

        #homeMajorProjects ul.bullet-link p {
            width: 90%;
        }

    #homeFeaturedProjects .ui-carousel .item {
        display: flex;
        flex-direction: row;
    }

    #homeFeaturedProjects .ui-carousel .feat-image {
        flex: 1 0 60%;
    }

    #homeFeaturedProjects .ui-carousel .feat-desc {
        flex: 0 1 40%;
        margin: 30px;
        position: relative;
    }

    #homeFeaturedProjects .ui-button {
        text-align: left;
    }

    #homeFeaturedProjects .a11y-slider-prev {
        border-right: 14px solid #54565b;
    }

    #homeFeaturedProjects .a11y-slider-next {
        border-left: 14px solid #54565b;
    }

    #homeFeaturedProjects .a11y-slider-prev,
    #homeFeaturedProjects .a11y-slider-next {
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        width: 37%;
        z-index: 2;
    }

    #homePopularTopics ul.bullet-link {
        flex-direction: row;
    }

        #homePopularTopics ul.bullet-link li:not(:last-child) {
            margin-bottom: 0;
            margin-right: 6%;
        }
}

@media screen and (max-width: 992px) {
    #homeFeaturedProjects .a11y-slider-dots,
    #homeFeaturedProjects .a11y-slider-prev,
    #homeFeaturedProjects .a11y-slider-next {
        bottom: 13px;
    }
}

@media screen and (min-width: 992px) {
    #homeMajorProjects,
    #homeFeaturedArticles,
    #homeFeaturedProjects {
        padding-right: 15px !important;
    }

    .feature-titles {
        position: relative;
    }

    .feature-link {
        position: absolute;
        right: 0;
        top: 8px;
    }

        .feature-link a {
            font-size: 0.933em;
        }

    #homeFeaturedArticles .ctas,
    #newsFeaturedArticles .ctas {
        flex-direction: row;
        flex-wrap: nowrap;
    }

        #homeFeaturedArticles .ctas > div:nth-child(1),
        #newsFeaturedArticles .ctas > div:nth-child(1) {
            display: flex;
            flex: 0 1 64%;
            flex-direction: row-reverse;
            margin-bottom: 0;
        }

            #homeFeaturedArticles .ctas > div:nth-child(1) .cta-image,
            #newsFeaturedArticles .ctas > div:nth-child(1) .cta-image {
                flex: 0 1 65%;
            }

            #homeFeaturedArticles .ctas > div:nth-child(1) .cta-title,
            #newsFeaturedArticles .ctas > div:nth-child(1) .cta-title {
                flex: 0 1 35%;
            }

        #homeFeaturedArticles .ctas > div:not(:first-child),
        #newsFeaturedArticles .ctas > div:not(:first-child) {
            border: 0;
            color: #253746;
            flex: 0 1 18%;
            margin-left: 20px;
            max-width: 18%;
        }

            #homeFeaturedArticles .ctas > div:not(:first-child) .cta-link,
            #newsFeaturedArticles .ctas > div:not(:first-child) .cta-link {
                left: 10px;
            }

    #newsFeaturedArticles {
        background-color: transparent;
        padding-left: 0;
        padding-top: 30px;
    }

        #newsFeaturedArticles .ctas {
            margin-bottom: 0;
        }

            #newsFeaturedArticles .ctas .cta-image {
                padding-bottom: 0;
                margin: 0;
                max-width: none;
            }

            #newsFeaturedArticles .ctas .cta-title {
                margin: 20px 20px 0;
                text-align: left;
            }

    #homeMajorProjects ul.bullet-link {
        flex-wrap: nowrap;
    }

        #homeMajorProjects ul.bullet-link li {
            margin-bottom: 0 !important;
            width: 25%;
        }

    #homeFeaturedProjects {
        background-color: transparent;
        padding: 0 15px;
    }

        #homeFeaturedProjects .ui-carousel .item {
            background-color: #e9ebec;
        }


        #homeFeaturedProjects .a11y-slider-prev,
        #homeFeaturedProjects .a11y-slider-next {
            width: 40%;
        }

    #homePopularTopics ul.bullet-link li:not(:last-child) {
        margin-right: 8.5%;
    }
}

@media screen and (min-width: 1200px) {
    .featured-ctas .ctas > div:nth-child(1) {
        width: 60%;
    }

    .featured-ctas .ctas > div:not(:first-child) {
        width: 20%;
    }

        .featured-ctas .ctas > div:not(:first-child) .cta-link {
            left: 20px;
        }

    #homeFeaturedArticles .ctas > div:nth-child(1) .cta-image,
    #newsFeaturedArticles .ctas > div:nth-child(1) .cta-image {
        flex: 0 1 60%;
    }

    #homeFeaturedArticles .ctas > div:nth-child(1) .cta-title,
    #newsFeaturedArticles .ctas > div:nth-child(1) .cta-title {
        flex: 0 1 40%;
    }
}

.news-article h1 {
    margin-bottom: 0;
}

.news-article .article-date {
    color: #54565b;
    margin-bottom: 20px;
}

.news-article .article-body {
    margin-bottom: 20px;
}

.news-archives-group .news-year-header {
    color: #54565b;
    margin-bottom: 10px;
}

.news-archives-group .news-month-header {
    margin-top: 0;
}

.news-archives-group:not(:last-child) {
    margin-bottom: 2em;
}

@media screen and (max-width: 991px) and (min-width: 768px) {

    .news-archives-group .news-year-header,
    .news-archives-group .news-month-header {
        margin-left: 15px;
    }
}

/*Job Details*/
div.job-description {
    border: 1px solid;
    width: 100%;
    float: left;
    border-bottom: 0px;
}

    div.job-description div {
        padding-left: 10px;
    }

    div.job-description h3 {
        width: 20%;
        float: left;
        color: Black;
        MARGIN: 0PX;
        MARGIN-TOP: 3PX;
    }

div.job-description-full h3 {
    width: 100%;
}

div.job-description h4 {
    font-size: inherit;
    font-weight: bold;
}

div.job-description-left-first {
    float: left;
    border-bottom: 1px solid;
    height: auto;
}

div.job-description-left {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    height: auto;
}

div.job-description-right-first {
    width: 30%;
    float: left;
    border-left: 1px solid;
    border-bottom: 1px solid;
    height: auto;
}

div.job-description-right {
    width: 75%;
    float: left;
    /*border-bottom: 1px solid;*/
    border-left: 1px solid;
    height: auto;
}

div.job-description-full {
    float: left;
    width: 100%;
    padding-right: 20px;
    border-bottom: 1px solid;
}

div.job-description li {
    margin-left: 20px;
}


@media all and (max-width: 770px) and (min-width: 200px) {

    div.job-description h3 {
        width: 100%;
    }

    div.job-description-right {
        border-left: 0px;
    }
}

.job-summary p {
    margin: 0 0 2em;
}

#projectView {
    margin-top: 0;
}

#googleMapActual {
    border: 0;
    height: 500px;
    width: 100%;
}

.marker-container {
    max-width: 225px;
}

#googleMapActual .marker-container a.bullet-link {
    font-size: 1.2em;
}

#googleMapActual .marker-container .projectType {
    color: #54565b;
    font-size: 0.933em;
    line-height: normal;
    margin-top: 5px;
}

#googleMapActual .marker-container .projectInfo p {
    font-size: 0.933em;
    line-height: normal;
    margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
    #projectViewFilters > .row > div[class*="col"]:not(:last-child) {
        padding-right: 15px !important;
    }
}

@media screen and (min-width: 992px) {
    #projectViewFilters {
        z-index: 1;
    }

    #projectView {
        top: -50px;
    }
}

#pDetailStats dl {
    font-size: 0.933em;
}

#pDetailStats dt {
    color: #253746;
}

#pDetailStats dd {
    color: #54565b;
}

#pDetailGallery .ui-carousel {
    margin: auto;
    max-width: 640px;
    width: 90%;
    margin-bottom: 30px;
}

#pDetailGallery .a11y-slider-prev {
    left: 54px;
}

#pDetailGallery .a11y-slider-next {
    right: 54px;
}

#pDetailGallery .a11y-slider-dots li {
    margin-top: -5px;
}

.job-posting-filters {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.job-posting-filter {
    width: 50%;
    padding-right: 15px;
}

    .job-posting-filter .bs-actionsbox .btn-group button {
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

.job-posting-filter-button {
    flex: 0 1 18%;
}

@media screen and (max-width: 767px) {
    .job-posting-filter {
        flex: 0 1 100%;
        padding-right: 0;
    }

    .job-posting-filter-button {
        flex: 0 1 100%;
    }

        .job-posting-filter-button button {
            width: 100%;
        }
}

.btn-group.bootstrap-select .dropdown-toggle .filter-option.pull-left {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-group.bootstrap-select .actions-btn:hover {
    background-color: #68000d;
    color: #e9ebec;
}

.job-posting-header-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

    .job-posting-header-row .job-posting-header {
        flex: 1 1 70%;
    }

    .job-posting-header-row .job-posting-header-apply-btn {
        /* flex: 0 1 30%; */
        margin-top: 0;
        text-align: right;
        padding: 0 0 0 15px !important;
    }

@media screen and (max-width: 767px) {
    .job-posting-header-row .job-posting-header {
        flex: 0 1 100%;
    }

    .job-posting-header-row .job-posting-header-apply-btn {
        flex: 0 1 100%;
        margin-top: 0;
        margin-bottom: 1em;
        text-align: center;
        padding: 0 0 0 15px !important;
    }
}

/* UI Components */
/* Additional Margins */
.add-margin-bottom {
    margin-bottom: 15px;
}

.add-margin-top {
    margin-top: 15px;
}

.add-margin-bottom-x2 {
    margin-bottom: 15px;
}

.add-margin-top-x2 {
    margin-top: 15px;
}

@media screen and (min-width: 992px) {
    .add-margin-bottom {
        margin-bottom: 30px;
    }

    .add-margin-top {
        margin-top: 30px;
    }

    .add-margin-bottom-x2 {
        margin-bottom: 60px;
    }

    .add-margin-top-x2 {
        margin-top: 60px;
    }
}

/* Social Media Buttons */
.social {
    margin-bottom: 30px;
}

    .social > span {
        color: #54565b;
        font-size: 0.938em;
        font-weight: bold;
        margin-right: 10px;
    }

@media screen and (min-width: 992px) {
    .social {
        margin-bottom: 10px;
    }
}

/* Chevron Bullet Links */
ul.bullet-link {
    list-style: none;
    padding: 0;
}

    ul.bullet-link li,
    a.bullet-link {
        background: url("/WebAssets/img/chevron_red.png") no-repeat scroll left 5px;
        padding-left: 20px;
    }

    ul.bullet-link a,
    a.bullet-link {
        color: #253746;
        display: inline-block;
    }

        ul.bullet-link a:hover,
        a.bullet-link:hover {
            color: #68000d;
            text-decoration: none;
        }

        ul.bullet-link li a span,
        a.bullet-link span {
            color: #68000d;
        }

    ul.bullet-link p {
        margin-bottom: 25px;
    }

@media screen and (min-width: 768px) {
    ul.bullet-link {
        width: 85%;
    }

    aside ul.bullet-link {
        width: 83.5%;
    }
}

/* Results List */
ul.list-results {
    padding-left: 0;
}

/* Vertical List to Horizontal Graph */
.list-to-graph {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

    .list-to-graph > li {
        border-left: 6px solid transparent;
        color: #333;
        font-size: 0.933em;
        position: relative;
    }

        .list-to-graph > li::before {
            background-color: #54565b;
            border-radius: 10px;
            content: "";
            display: block;
            height: 20px;
            left: -13px;
            position: absolute;
            top: -1px;
            width: 20px;
        }

        .list-to-graph > li:not(:last-child) {
            border-left-color: #54565b;
            margin-bottom: 0;
            padding-bottom: 1.25em;
        }

        .list-to-graph > li.active::before {
            background-color: #64000d;
        }

        .list-to-graph > li.active:not(:last-child) {
            border-left-color: #64000d;
        }

        .list-to-graph > li.active.present:not(:last-child) {
            border-left-color: #54565b;
        }

    .list-to-graph .chart-bar {
        display: none;
    }

    .list-to-graph .chart-heading,
    .list-to-graph .chart-content {
        margin-left: 48px;
    }

    .list-to-graph .chart-heading {
        font-weight: bold;
    }

    .list-to-graph .chart-content {
        color: #253746;
    }

@media screen and (min-width: 992px) {
    html.font-size-75 {
        font-size: 75%;
    }

    html.font-size-100 {
        font-size: 100%;
    }

    html.font-size-125 {
        font-size: 125%;
    }

    .list-to-graph {
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
    }

        .list-to-graph > li {
            border: 0;
            display: flex;
            flex-direction: column;
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
            width: 100%;
        }

            .list-to-graph > li::before {
                display: none;
            }

            .list-to-graph > li .chart-bar {
                background-color: #54565b;
                display: block;
                height: 7px;
                margin-bottom: 25px;
                width: 100%;
            }

            .list-to-graph > li.active .chart-bar {
                background-color: #64000d;
            }

            .list-to-graph > li.active.present:not(:last-child) .chart-bar {
                background-color: #54565b;
            }

            .list-to-graph > li:last-child .chart-bar {
                background-color: transparent;
            }

            .list-to-graph > li .chart-bar::before {
                background-color: #54565b;
                border-radius: 10px;
                display: block;
                content: "";
                height: 21px;
                left: -1px;
                position: relative;
                top: -7px;
                width: 21px;
            }

            .list-to-graph > li.active .chart-bar::before {
                background-color: #64000d;
            }

        .list-to-graph .chart-heading,
        .list-to-graph .chart-content {
            margin-left: 0;
            max-width: 125px;
        }

        .list-to-graph .chart-heading {
            color: #54565b;
            flex: 1 0 auto;
            font-weight: normal;
            margin-bottom: 5px;
        }

        .list-to-graph .chart-content {
            color: #54565b;
            font-weight: bold;
        }
}

/* Content Links */
.ui-content-links {
    margin-top: 40px;
}

    .ui-content-links li {
        margin-bottom: 20px;
    }

        .ui-content-links li:last-child {
            margin-bottom: 40px;
        }

@media screen and (min-width: 768px) {
    .ui-content-links {
        margin-top: 53px;
    }
}

/* Carousel Image/Video Gallery */
.ui-carousel .item {
    visibility: hidden;
}

    .ui-carousel .item img {
        display: block;
        width: 100%;
        height: auto;
    }

.ui-carousel .item-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 720px;
}

    .ui-carousel .item-video iframe {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ui-carousel .owl-video-play-icon {
    background-image: url("/WebAssets/img/play.png");
    background-position: left top;
}

    .ui-carousel .owl-video-play-icon:hover {
        background-position: left bottom;
    }

/*
@media screen and (min-width: 480px) {
    .ui-carousel .item-video {
        height: 350px;
    }
}

@media screen and (min-width: 768px) {
    .ui-carousel .item-video {
        height: 350px;
    }
}

@media screen and (min-width: 992px) {
    .ui-carousel .item-video {
        height: 450px;
    }
}

@media screen and (min-width: 1200px) {
    .ui-carousel .item-video {
        height: 550px;
    }
}
    */

/* Article Gallery */
.article-gallery {
    display: flex;
    flex-direction: column;
}

    .article-gallery > div {
        flex: 0 0 auto;
        line-height: 1.3em;
    }

        .article-gallery > div:not(:last-child) {
            margin-bottom: 15px;
        }

    .article-gallery .ag-image {
        margin-bottom: 15px;
    }

        .article-gallery .ag-image img {
            display: block;
            width: 100%;
        }

    .article-gallery .ag-title {
        font-size: 1.2em;
    }

    .article-gallery .ag-type {
        color: #54565b;
        font-size: 0.933em;
        margin-left: 20px;
    }

@media screen and (min-width: 768px) {
    .article-gallery {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .article-gallery > div {
            flex: 1 0 47%;
            /* Set to 47%, instead of 50% for IE */
            max-width: 50%;
        }

            .article-gallery > div:nth-child(2n+1) {
                padding-right: 20px;
            }

            .article-gallery > div:nth-child(2n) {
                padding-left: 20px;
            }
}

@media screen and (min-width: 992px) {
    .article-gallery > div {
        flex: 1 0 31%;
        /* Set to 31%, instead of 33.3333% for IE */
        max-width: 33.3333%;
    }

        .article-gallery > div:nth-child(2n+1),
        .article-gallery > div:nth-child(2n) {
            padding: 0;
        }

        .article-gallery > div:nth-child(3n+1) {
            padding-right: 20px;
        }

        .article-gallery > div:nth-child(3n+2) {
            padding: 0 10px;
        }

        .article-gallery > div:nth-child(3n) {
            padding-left: 20px;
        }
}

/* Pagination */
.ui-pagination {
    margin: auto;
    max-width: 370px;
}

    .ui-pagination ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding: 0;
    }

    .ui-pagination li {
        font-size: 0.933em;
        padding: 0 1em;
    }

        .ui-pagination li a {
            font-weight: normal;
            text-decoration: none;
        }

            .ui-pagination li a:hover {
                cursor: pointer;
            }

        .ui-pagination li.page-controls {
            white-space: nowrap;
        }

            .ui-pagination li.page-controls:first-child {
                padding-left: 0;
                padding-right: 1.5em;
            }

            .ui-pagination li.page-controls:last-child {
                padding-left: 1.5em;
                padding-right: 0;
            }

            .ui-pagination li.page-controls a {
                color: #68000d;
            }

                .ui-pagination li.page-controls a span {
                    border-bottom: 6px solid transparent;
                    border-top: 6px solid transparent;
                    display: inline-block;
                    height: 0;
                    width: 12px;
                }

            .ui-pagination li.page-controls.prev a span {
                border-right: 8px solid #68000d;
            }

            .ui-pagination li.page-controls.next a span {
                border-left: 8px solid #68000d;
            }

        .ui-pagination li.pages {
            flex: 1 0 auto;
        }

            .ui-pagination li.pages a {
                color: #54565b;
                display: inline-block;
                text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
            }

                .ui-pagination li.pages a:hover {
                    color: #68000d;
                }

                .ui-pagination li.pages a:not(.active) {
                    display: none;
                }

.ui-pagination-count p {
    color: #253746;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .ui-pagination {
        margin: auto;
        max-width: none;
    }

        .ui-pagination ul {
            justify-content: center;
        }

        .ui-pagination li {
            padding: 0 1em;
        }

            .ui-pagination li.pages {
                flex: 1 0 auto;
                max-width: 116px;
            }

                .ui-pagination li.pages a {
                    padding: 0 0;
                }

                    .ui-pagination li.pages a:not(.active) {
                        display: inline-block;
                    }

            .ui-pagination li a.active {
                color: #68000d;
            }

    .ui-pagination-count p {
        text-align: right;
    }
}


/* Grouped Controls */
.ui-grouped-controls {
    display: flex;
    flex-direction: column;
    position: relative;
}

    .ui-grouped-controls input {
        background-color: transparent;
        border: 1px solid #253746;
        border-radius: 4px;
        font-size: 1.067em;
        height: 44px;
        line-height: 2.65em;
        padding: 0 15px;
    }

        .ui-grouped-controls input:focus {
            outline: none;
        }

    .ui-grouped-controls.ui-button button {
        height: 46px;
        position: relative;
        margin: -1px;
    }

@media screen and (min-width: 768px) {
    .ui-grouped-controls {
        border: 1px solid #253746;
        border-radius: 4px;
        flex-direction: row;
    }

        .ui-grouped-controls input {
            border: 0;
            flex: 1 0 auto;
            margin-bottom: 0;
            max-width: 100%;
            width: 165px;
        }
}

/* Labels */
.project-filter-label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
}

label, .project-filter-label {
    color: #54565b;
    margin-bottom: 10px;
}

/* Buttons */
.ui-button button,
.ui-button a {
    background-color: #fff;
    border: 1px solid #253746;
    border-radius: 4px;
    color: #253746;
    font-size: 0.938em;
    font-weight: bold;
    height: 3.05em;
    line-height: 3.05em;
    outline: none;
    padding: 0 25px;
    position: relative;
    text-align: left;
}

    .ui-button button:focus,
    .ui-button a:focus {
        color: #253746;
        /*outline: none;*/
    }

    .ui-button button:hover,
    .ui-button a:hover {
        background-color: #253746;
        color: #fff;
    }

.ui-button.red-accent button,
.ui-button.red-accent a {
    background-color: #fff;
    border: 1px solid #253746;
    color: #253746;
    margin-bottom: 8px;
}

    .ui-button.red-accent button:hover,
    .ui-button.red-accent a:hover {
        background-color: #253746;
        color: #fff;
    }

.ui-button button[class*="icon-"] span {
    background: none no-repeat scroll right center;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}

.ui-button button.icon-pin {
    padding-right: 50px;
}

    .ui-button button.icon-pin:focus {
        color: #253746;
    }

    .ui-button button.icon-pin:hover {
        color: #fff;
    }

    .ui-button button.icon-pin span,
    .ui-button button.icon-pin:focus span {
        background-image: url("/WebAssets/img/icon_pin_blue.png");
        right: 20px;
        width: 13px;
    }

    .ui-button button.icon-pin:hover span {
        background-image: url("/WebAssets/img/icon_pin.png");
    }

.ui-button button.icon-grid {
    padding-right: 55px;
}

    .ui-button button.icon-grid:focus {
        color: #253746;
    }

    .ui-button button.icon-grid:hover {
        color: #fff;
    }

    .ui-button button.icon-grid span,
    .ui-button button.icon-grid:focus span {
        background-image: url("/WebAssets/img/icon_grid_blue.png");
        right: 20px;
        width: 19px;
    }

    .ui-button button.icon-grid:hover span {
        background-image: url("/WebAssets/img/icon_grid.png");
        right: 20px;
        width: 19px;
    }

/* Tabs */
.ui-tabs {
    border: 1px solid #253746;
    border-radius: 4px;
    height: 46px;
}

    /* Overwrite the bootstrap classes */
    .ui-tabs .btn {
        background-color: #e9ebec;
        border: 0;
        border-radius: 4px;
        color: #253746;
        font-size: 0.938em;
        font-weight: bold;
        height: 44px;
        padding: 0 30px;
        text-align: left;
    }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -6px !important;
}

.ui-tabs .btn:focus {
    color: #253746;
}

.ui-tabs .btn:hover,
.ui-tabs .btn.active {
    border-radius: 4px !important;
    box-shadow: none;
    color: #e9ebec;
    margin: -1px 0;
    height: 46px;
}

.ui-tabs .btn.active {
    background-color: #253746;
}

.ui-tabs .btn:hover {
    background-color: #253746;
}

/* Share This social media buttons */
.social-btns {
    background-color: #e9ebec;
    border-radius: 4px;
    padding: 0 3px;
    width: 100%;
}

    .social-btns .at-share-btn-elements {
        text-align: center;
    }

    .social-btns .at-share-btn {
        background-color: transparent !important;
        margin-left: 10px !important;
    }

        .social-btns .at-share-btn:first-child {
            margin-left: 5px !important;
        }

        .social-btns .at-share-btn svg {
            fill: #253746 !important;
        }

@media screen and (min-width: 400px) {
    .social {
        text-align: right;
    }

    .social-btns {
        width: auto;
    }

        .social-btns .at-share-btn-elements {
            text-align: left;
        }
}

/* Dropdowns */
.bootstrap-select.btn-group {
    min-width: 220px;
}

    .bootstrap-select.btn-group.open .dropdown-toggle {
        border: 1px solid #253746;
        color: #253746;
        box-shadow: none;
    }

    .bootstrap-select.btn-group.btn-group.open .dropdown-toggle:hover {
        color: #fff;
        background: #253746;
    }

.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #253746;
    background-color: #e9ebec;
    border-color: #253746;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #253746;
    background-color: #e9ebec;
    border: 1px solid #253746;
    min-width: 220px;
}

    .bootstrap-select > .dropdown-toggle.bs-placeholder,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
        color: #253746;
        background-color: #e9ebec;
        box-shadow: none;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
        .bootstrap-select > .dropdown-toggle:hover {
            color: #fff;
            background-color: #253746;
        }

.bootstrap-select .btn-group > .btn,
.bootstrap-select .btn-group > .btn:active {
    color: #253746;
    background-color: #fff;
}

    .bootstrap-select .btn-group > .btn:hover,
    .bootstrap-select .btn-group > .btn:focus {
        color: #fff;
        background-color: #253746;
    }

.ui-menu {
    display: inline-block;
    width: 100%;
}

    .ui-menu button {
        background-color: #e9ebec;
        border: 1px solid #253746;
        border-radius: 4px;
        color: #253746;
        font-size: 0.938em;
        font-weight: bold;
        height: 3em;
        outline: none;
        padding: 0 45px 0 22px;
        text-align: left;
        width: 100%;
    }

        .ui-menu button:focus {
            color: #253746;
            background-color: #e9ebec;
            /*outline: none;*/
        }

    .ui-menu .caret {
        border-top-width: 7px;
        border-right-width: 5px;
        border-left-width: 5px;
        position: absolute;
        right: 20px;
        top: 45%;
    }

    .ui-menu .hamburger-menu-icon {
        position: absolute;
        right: 20px;
        top: 15px;
    }

        .ui-menu .hamburger-menu-icon .bar {
            background-color: #253746;
            width: 25px;
            height: 3px;
            margin-bottom: 4px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

    .ui-menu #menuTypes:hover .hamburger-menu-icon .bar {
        background-color: #e9ebec;
    }

    .ui-menu.open button {
        color: #253746;
        background-color: #e9ebec;
        border-bottom-color: #e9ebec;
    }

    .ui-menu button:hover {
        background-color: #253746;
        color: #e9ebec;
    }

    .ui-menu.open button {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        outline: none;
    }

    .ui-menu .dropdown-menu {
        background-color: #e9ebec;
        border: 1px solid #253746;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 0 10px 12px rgba(0, 0, 0, .175);
        color: #253746;
        margin: -2px 0;
        padding: 5px 0 10px;
        width: 100%;
    }

    .ui-menu .bootstrap-select.dropup > .dropdown-menu {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, .175);
    }

    .ui-menu .dropdown-menu li {
        font-size: 1em;
        margin-bottom: 0;
    }

        .ui-menu .dropdown-menu li a {
            color: #253746;
            font-size: 1em;
            font-weight: bold;
            padding: 6px 25px;
            text-align: left;
            vertical-align: middle;
            white-space: normal;
            border-radius: 0;
        }

            .ui-menu .dropdown-menu li a.focus,
            .ui-menu .dropdown-menu li a:hover,
            .ui-menu .dropdown-menu li a:focus {
                background-color: #253746;
                color: #fff;
                outline: none;
            }

.ui-modal-window .modal-dialog {
    margin-top: 65px;
    width: 60%;
}

.ui-modal-window .modal-header {
    border-bottom: 1px solid #dad1c5;
}

.ui-modal-window .modal-title {
    color: #253746;
    font-size: 1.56em;
    font-weight: bold;
}

.ui-modal-window .modal-body {
    padding: 0;
}

.ui-modal-window .modal-footer {
    border-top: 1px solid #dad1c5;
}

.list-table {
    margin: 0 -15px 10px;
    overflow: hidden;
}

    .list-table table {
        width: 100%;
    }

        .list-table table th,
        .list-table table td {
            display: block;
            font-size: 0.938em;
            line-height: 1.3em;
            padding: 0 15px;
        }

        .list-table table th,
        .list-table table .lt-date {
            white-space: nowrap;
        }

        .list-table table td {
            padding-bottom: 3px;
        }

            .list-table table td:first-child {
                padding-bottom: 10px;
                padding-top: 10px;
            }

            .list-table table td:last-child {
                padding-bottom: 10px;
            }

        .list-table table tr:nth-child(even) td {
            background-color: #e9ebec;
        }

    .list-table.alternate-rows table tr:nth-child(even) td {
        background-color: transparent;
    }

    .list-table.alternate-rows table tr:nth-child(odd) td {
        background-color: #e9ebec;
    }

@media screen and (min-width: 768px) {
    .list-table {
        margin: 0 0 10px;
    }
}

@media screen and (min-width: 992px) {
    .list-table {
        margin: 0 -15px 10px;
    }

        .list-table table th,
        .list-table table td {
            display: table-cell;
            padding: 11px 15px;
            vertical-align: top;
        }

            .list-table table th:last-child,
            .list-table table td:last-child {
                text-align: right;
            }
}

/* @end UI Components */

/* ADAPTIVE STYLES - UP TO SMALL */

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    #secondary-area .widgets-area [data-ux-pagebuilder="Column"] {
        float: none !important;
    }
}

/* @end ADAPTIVE STYLES - UP TO SMALL */
/* ADAPTIVE STYLES - UP TO MEDIUM */

@media screen and (max-width: 992px) {

    /* Page and Body */
    html.noscroll,
    html.noscroll body {
        overflow: hidden;
    }

    /* Breadcrumbs */
    #breadcrumbs > .container {
        width: 100%;
    }
}

/* Prevents position fixed bug from happening in non-mobile/tablet devices */
@media screen and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {

    /* Page and Body */
    html.noscroll,
    html.noscroll body {
        position: fixed;
        width: 100%;
    }
}

@media screen and (max-width: 992px) and (-webkit-device-pixel-ratio: 2) {

    /* Page and Body */
    html.noscroll,
    html.noscroll body {
        -webkit-overflow-scrolling: touch;
        position: fixed;
        width: 100%;
    }
}

@media screen and (max-width: 992px) and (-webkit-device-pixel-ratio: 3) {

    /* Page and Body */
    html.noscroll,
    html.noscroll body {
        -webkit-overflow-scrolling: touch;
        position: fixed;
        width: 100%;
    }
}

/* @end ADAPTIVE STYLES - UP TO MEDIUM */
/* ADAPTIVE STYLES - SMALL */

@media screen and (min-width: 768px) {

    /* Container */
    .container {
        width: auto;
    }

    /* Header */
    header .logo img {
        width: 184px;
    }

    #search {
        flex-basis: auto;
    }

        #search a {
            width: auto;
        }

    #font {
        margin-top: 0.133em !important;
    }

        #font button {
            border: 1px dotted transparent !important;
            padding: 0;
            bottom: 2px;
        }

            #font:hover button,
            #font button.dropdown-toggle {
                background: transparent;
                box-shadow: none;
            }

                #font button.dropdown-toggle:focus {
                    outline-width: 1px;
                    outline-style: auto;
                }

        #font .caret {
            border-top-color: #54565b;
        }

        #font:hover .caret {
            border-top-color: #68000d;
        }

        #font a span {
            padding: 0 0 0 10px;
        }

        #font .dropdown-menu {
            background-color: rgba(37, 55, 70, 0.9);
            border: 0;
            border-radius: 0;
            box-shadow: none;
            margin: 0 0 0 -15px;
            min-width: 100px;
            padding: 10px 0;
        }

            #font .dropdown-menu a {
                color: #fff;
                line-height: normal;
                padding: 5px 15px;
                text-shadow: none;
            }

            #font .dropdown-menu li:nth-child(1) a {
                font-size: 10px;
            }

            #font .dropdown-menu li:nth-child(2) a {
                font-size: 14px;
            }

            #font .dropdown-menu li:nth-child(3) a {
                font-size: 18px;
            }

            #font .dropdown-menu a:hover,
            #font .dropdown-menu a:focus {
                background-color: transparent;
                text-decoration: underline;
            }

    /* Primary Nav */
    #primaryNav {
        height: 132px;
    }

    /* Hamburger Menu */
    #hamburgerMenu .heading {
        font-size: 1em;
    }

    #hamburgerMenu > div[class*="links"] {
        padding-top: 0 !important;
    }

    /* Dropdown Menus */
    .dropdown-window {
        border-bottom: 0;
        opacity: 1;
    }

    /* Content */
    .main-container #page-content > div > div {
        padding: 0 15px !important;
    }

    .main-container section.bg-accent + aside {
        margin-top: 40px;
    }

    #secondary-area .widgets-area {
        width: 83.5%;
        padding: 0 0 !important;
    }

    /* Modal Screen */
    .modal-screen {
        background-color: rgba(0, 0, 0, 0.9);
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5;
    }

        .modal-screen.active {
            display: block;
        }

    /* Footer */
    footer .row > div {
        margin-bottom: 2.1em;
    }

    footer p:last-of-type,
    footer li:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Content */
    #page-content .bg-accent {
        border-right: 15px solid #fff;
    }

    #page-content:not(.builder-space, .container) #primary-area:not(.bg-accent) {
        padding-right: 30px;
    }
}

/* @end ADAPTIVE STYLES - SMALL */
/* ADAPTIVE STYLES - MEDIUM */

@media screen and (min-width: 992px) {

    /* Container */
    .container {
        width: 970px;
    }

    /* Header */
    #headerLine {
        background-color: #253746;
        height: 43px;
        margin-bottom: 10px;
        position: relative;
        text-align: center;
    }

        #headerLine::after {
            border-bottom: 7px solid #68000d;
            border-top: 3px solid #fff;
            bottom: -10px;
            box-sizing: content-box;
            content: "";
            display: block;
            height: 0;
            left: 0;
            position: absolute;
            width: 100%;
        }

    /* Global Nav */
    #globalNav {
        background-color: transparent;
        /* flex-direction: row-reverse; */
        height: 65px;
        /* justify-content: flex-start; */
        justify-content: flex-end;
        margin-bottom: 0;
        padding: 37px 20px 0 0;
    }

        #globalNav::after {
            display: none;
        }

        #globalNav div {
            margin: 0 0 0 50px;
        }

            #globalNav div > a,
            #globalNav div > button {
                color: #54565b;
                font-size: 0.875em;
            }

        #globalNav .last-two {
            display: flex;
            margin-left: 0;
        }

        #globalNav div > a:hover,
        #globalNav > div > button:hover {
            color: #68000d;
            text-decoration: none;
        }

    /* Global Items */
    #search a {
        background: url("/WebAssets/img/icon_search_dark.png") no-repeat scroll right center;
    }

        #search a span {
            padding: 0 25px 0 0;
        }

    header .logo {
        flex: auto;
        left: 15px;
        padding: 0;
        position: absolute;
        text-align: left;
        top: 20px;
    }

    /* Search Box */
    #searchBox {
        margin-top: 20px;
        min-height: 109px;
        opacity: 0.9;
        padding: 35px 23px 23px;
    }

    #searchClose {
        display: block;
        font-size: 0.938em;
        font-weight: normal;
        margin: 0;
        position: absolute;
        right: 20px;
        top: 17px;
    }

        #searchClose a {
            background: url("/WebAssets/img/icon_search_light.png") no-repeat scroll right center;
            display: inline-block;
            font-size: 0.875em;
            padding: 0 25px 0 0;
        }

    /* Primary Nav */
    #primaryNav {
        min-height: 63px;
        height: auto;
    }

        #primaryNav > div > ul {
            display: flex;
            float: right;
            margin: 0 -15px 0 0;
            padding-left: 0;
        }

            #primaryNav > div > ul > li {
                display: block;
                max-width: 151px;
                position: relative;
                text-align: center;
            }

                #primaryNav > div > ul > li:hover > a,
                #primaryNav > div > ul > li > a:focus,
                #primaryNav > div > ul > li.active > a {
                    background-color: #253746;
                }

                #primaryNav > div > ul > li > a {
                    color: #253746;
                    display: block;
                    font-weight: bold;
                    height: 100%;
                    min-height: 63px;
                    padding: 20px 15px 15px;
                    position: relative;
                }

                    #primaryNav > div > ul > li:hover > a,
                    #primaryNav > div > ul > li > a:focus,
                    #primaryNav > div > ul > li.active > a {
                        color: #fff;
                    }

                        #primaryNav > div > ul > li > a:focus ~ .dropdown-nav,
                        #primaryNav > div > ul > li:hover > a ~ .dropdown-nav {
                            display: block;
                        }

    /* Content */
    .main-container #page-content > div > div {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .main-container #page-content #secondary-area .widgets-area {
        padding-left: 0 !important;
    }

    .main-container hr {
        border-top: 1px solid #253746;
        display: block;
        margin: 40px 15px 40px 0;
    }

    .banner-section {
        padding-bottom: 30px;
    }

    /* Modal Screen */
    .modal-screen {
        background-color: transparent;
    }

        .modal-screen.screen-hamburger {
            display: none;
        }

    /* Footer */
    footer {
        padding: 60px 0;
    }

        footer .row > div {
            margin-bottom: 0;
        }

        footer div[class*="links"]:not(:first-child) {
            padding-top: 35px;
        }

        footer .logo {
            padding-top: 0;
        }

        footer .heading {
            margin-bottom: 0.75em;
        }
}

/* @end ADAPTIVE STYLES - MEDIUM */
/* ADAPTIVE STYLES - LARGE */

@media screen and (min-width: 1200px) {

    /* Container */
    .container {
        width: 1170px;
    }

    /* Global Nav */
    #globalNav {
        padding-left: 29px;
    }

    /* Primary Nav */
    #primaryNav > div > ul {
        margin: 0 -20px 0 0;
    }

        #primaryNav > div > ul > li {
            max-width: 175px;
        }

            #primaryNav > div > ul > li > a {
                padding: 20px 30px 15px;
            }

    /* Breadcrumbs */
    #breadcrumbs {
        padding: 0 15px;
    }

    /* Dropdown */
    .dropdown-nav {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        width: 700px;
    }

    /* Footer */
    footer .links-misc ul {
        margin-left: 35px;
    }
}

/* @end ADAPTIVE STYLES - LARGE */

/* Custom List Summary*/
.content-summary {
    margin-bottom: 2em;
    padding: 0 15px;
}

.content-summary-header {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    margin: 0.5em 0 1em;
}

    .content-summary-header .content-summary-heading {
        flex: 1 1 auto;
        margin: 0;
    }

    .content-summary-header .content-summary-paginginfo {
        flex: 0 1 auto;
        margin: 0;
        font-size: small;
    }

.content-summary .content-summary-item {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    margin: 0 0 0.5em;
}

    .content-summary .content-summary-item .content-summary-title {
        flex: 0 1 auto;
        margin: 0 0.75em 0.5em 0;
        line-height: 1.3em;
    }

    .content-summary .content-summary-item .content-summary-date {
        flex: 0 1 auto;
        font-size: small;
        margin-bottom: 0.5em;
    }

    .content-summary .content-summary-item .content-summary-teaser {
        flex: 1 1 100%;
        margin: 0 0 1.5em;
    }

/* Collapsible Section */

.collapsible-section-header {
    margin: 15px;
}

.collapsible-header {
    display: block;
    width: 100%;
}

h2.collapsible-list-item-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    h2.collapsible-list-item-header a,
    h2.collapsible-list-item-header a:focus {
        text-decoration: none !important;
    }

    .collapsible-header h2 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .collapsible-header a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        color: #fff;
        padding: 8px 15px 8px 28px;
        width: 100%;
        background-color: #253746;
        border-bottom: 1px solid #ddd;
        text-decoration: none;
        opacity: 1;
    }

        .collapsible-header a:before {
            content: "+";
            display: block;
            position: absolute;
            left: 10px;
            text-align: center;
            width: 10px;
            font-size: 16px;
            font-family: arial;
        }

        .collapsible-header a.active {
            text-decoration: none;
        }

            .collapsible-header a.active:before {
                content: "-";
            }

        .collapsible-header a:hover {
            text-decoration: none;
            opacity: 0.9;
        }

        .collapsible-header a .post-heading {
            color: #fff;
            font-weight: normal;
        }

.collapsible-body {
    background-color: transparent;
    padding: 0 15px;
    display: block;
    width: 100%;
}

    .collapsible-body:after {
        content: " ";
        display: table;
        clear: both;
    }

    .collapsible-body.collapse {
        display: none;
    }

        .collapsible-body.collapse.in {
            display: block;
        }

    .collapsible-body p {
        margin: 0;
        padding: 5px 0;
    }

.faqs .faq-item {
    margin: 0;
}

.faqs .collapsible-body {
    padding: 0;
}

/* Collapsible List */
.collapsible-list-header,
.faq-section-header {
    margin: 15px;
}

.collapsible-list-item-header a,
.faq-question a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #253746;
    padding: 8px 28px 8px 15px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #253746;
    border-bottom: none;
    text-decoration: none;
    opacity: 1;
}

.collapsible-list-item:last-child .collapsible-list-item-header a,
.faqs .collapsible-body .faq-item:last-child .faq-question a {
    border-bottom: 1px solid #253746;
}

.collapsible-list-item-header a:before,
.faq-question a:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    text-align: center;
    width: 10px;
    font-size: 16px;
    font-family: arial;
}

.collapsible-list-item-header a:after,
.faq-question a:after {
    content: "+";
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    width: 10px;
    font-size: 25px;
    font-family: arial;
    color: #68000d;
}

.collapsible-list-item-header a.active,
.faq-question a.active {
    text-decoration: none;
    border-bottom: 1px solid #253746;
    background-color: #e9ebec;
}

    .collapsible-list-item-header a.active:before,
    .faq-question a.active:before {
        content: "";
    }

    .collapsible-list-item-header a.active:after,
    .faq-question a.active:after {
        content: "\2013";
        top: 7px;
    }

.collapsible-list-item-header a:hover,
.faq-question a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.collapsible-list-item-content,
.faq-answer {
    padding: 8px 15px;
}




/*
Responsive Tables*/
.responsive-table .responsive-table-section-header {
    margin: 15px;
}

.table {
    width: 100%;
}

    td.numeric,
    th.numeric,
    .table td.numeric,
    .table th.numeric {
        text-align: right;
    }

    .table > thead > tr > th:first-child,
    .table > tbody > tr > th:first-child {
        padding-left: 15px;
    }

    .table > thead > tr > th:last-child,
    .table > tbody > tr > td:last-child {
        padding-right: 15px;
    }

@media (max-width: 992px) {

    /* Force table to not be like tables anymore */
    .table table,
    .table thead,
    .table tbody,
    .table th,
    .table td,
    .table tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .table > tbody > tr > th {
        border-top: 0;
        margin-top: 12px;
        float: left;
        width: 100%;
        padding: 8px 15px;
    }

    .table > tbody > tr > td {
        float: left;
        width: 100%;
        padding: 8px 15px;
    }

    /* Label the data */
    .table td:before {
        content: attr(data-title);
        position: relative;
        width: 49%;
        padding-right: 10px;
        white-space: initial;
        display: inline-block;
        text-align: left;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .table td span {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        width: 49%;
        white-space: normal;
        text-align: right;
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

        .table td span.fa {
            /* Behave  like a "row" */
            width: auto;
        }
}

.responsive-table .table th.left,
.responsive-table .table td.left,
.responsive-table .table td.left span {
    text-align: left;
}

.responsive-table .table th.right,
.responsive-table .table td.right,
.responsive-table .table td.right span {
    text-align: right;
}

.responsive-table .table th.center,
.responsive-table .table td.center,
.responsive-table .table td.center span {
    text-align: center;
}

.responsive-table .table thead tr {
    background: #cfcfcf;
}

.responsive-table .table tr:nth-child(even) {
    background: #efefef;
}

.responsive-table .table tr.emphasize-row {
    background: #cfcfcF;
    font-weight: bold;
}

.responsive-table .table td:before {
    text-align: left;
}

.responsive-table .table tr.emphasize-row td:before {
    font-weight: bold;
}

@media (max-width: 992px) {
    .responsive-table .table tr {
        display: inline-block;
        width: 100%;
        margin: 0 0 10px;
    }

    .responsive-table .table td span,
    .responsive-table .table td:before {
        width: 50%;
    }

    .responsive-table .table td:before {
        padding: 0 10px 0 0;
    }

    .responsive-table .table td.left span,
    .responsive-table .table td.center span {
        text-align: right;
    }
}

/*
Content Table*/
.content-table-section-header {
    margin: 15px;
}

.content-table {
    margin-bottom: 1em;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    max-width: 100%;
}

    .content-table .content-table-heading {
        flex: 0 0 30%;
        background: #99a3ac;
        padding: 8px 15px;
        line-height: 1.42857143;
        border-top: 1px solid #ddd;
        font-weight: bold;
        color: #fff;
        max-width: 30%;
    }

        .content-table .content-table-heading.emphasized {
            background: #253746;
        }


    .content-table .content-table-value {
        flex: 1 0 70%;
        text-align: left;
        padding: 8px 15px;
        line-height: 1.42857143;
        border-top: 1px solid #ddd;
        background: #efefef;
        max-width: 70%;
    }

        .content-table .content-table-value.emphasized {
            color: #253746;
            font-weight: bold;
        }

@media (max-width: 992px) {
    .content-table .content-table-heading {
        flex: 0 0 100%;
        background: #253746;
        max-width: 100%;
    }

    .content-table .content-table-value {
        flex: 1 0 100%;
        text-align: left;
        max-width: 100%;
    }

    #globalNav .last-two {
        display: flex;
        margin-left: 0;
        flex-direction: row;
    }

    #globalNav .last-two #lang {
        margin: 0 20px 0 0;
    }
}

/* fix contrast issue with a11y-slider dots*/
ul.a11y-slider-dots li button {
    color: #fff !important;
}