﻿/*
================================================
    CHEROKEE.ORG 2019 SKIN
    DESIGN: BJ Foreman and Stephanie Remer
================================================
*/

/*
================================================

Main Colors Used:

Dark Gray: #2b2d30
Red: #99383b
Dark Red in top bar from image overlay: #8c383b
White: #FFF
Light Gray for Header Background color: #e1e6e8 ---- Hover Gray: #d9dfe1 
    
================================================
*/

body {
    padding: 0px;
    margin: 0px;
}

.site-wrapper {
    width: 100%;
    background: #2b2d31;
    background-size: unset;
}

.clearfix {
    clear: both;
}

img, a {
    border: none;
    outline: none;
}


/*============MAIN CONTENT======================*/

.content-wrapper {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -150px;
    padding: 0px 40px;
    box-sizing: border-box;
    background: #f7f7f7 url(../images/main-bg.svg);
    background-size: cover;
}

.content-container {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: auto;
    background-color: #FFF;
    border-top: 4px solid #99383b;
    height: 100%;
    z-index: 9000;
    position: relative;
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.72);
    box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.72);
    top: -150px;
    padding-bottom: 150px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #585d65;
}

.content {
    width: 80%;
    margin: auto;
    margin-top: 60px;
    overflow: auto;
}

    .content a {
        color: #99383b;
        font-family: 'Open Sans Condensed', sans-serif;
    }

        .content a:hover {
            color: #99383b;
        }

.content-header-full {
    width: 100%;
    margin-bottom: 30px;
}

.content-text-full {
    width: 100%;
    margin-bottom: 100px;
}

.content-container h1 {
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #99383b;
    margin-top: 0px;
    font-size: 2em;
}

.content-container h2 {
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #99383b;
    margin-top: 0px;
}

.content-container h3 {
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #585d65;
    margin-top: 0px;
}

.content-container h4 {
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #585d65;
    margin-top: 0px;
}

.content-container p {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #585d65;
}

.content-container span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #585d65;
}

span.cherokee-header {
    color: #99383b;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: 5px;
    left: 0px;
}

span.cherokee-header2 {
    color: #585d65;
    font-size: 14px;
    position: relative;
    top: 5px;
    left: 0px;
}

.link-grid {
    display: block;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 18px;
}

    .link-grid img {
        max-width: 100%;
    }

    .link-grid .left-large {
        width: calc(60% - 10px);
        display: block;
        float: left;
        position: relative;
        margin-top: 20px;
        margin-right: 10px;
    }

    .link-grid .right-small {
        width: calc(40% - 10px);
        display: block;
        float: right;
        position: relative;
        margin-top: 20px;
        margin-left: 10px;
    }

    .link-grid .left-small {
        width: calc(40% - 10px);
        display: block;
        float: left;
        position: relative;
        margin-top: 20px;
        margin-right: 10px;
    }

    .link-grid .right-large {
        width: calc(60% - 10px);
        display: block;
        float: right;
        position: relative;
        margin-top: 20px;
        margin-left: 10px;
    }

    /*Adds a small margin to ensure proper floating behavior*/
    .link-grid .quad-fix:nth-child(even) {
        margin-bottom: 1px;
    }

.wh-row {
    border-bottom: 1px solid #e1e6e8;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.wh-content-left-image {
    float: left;
    width: 40%;
    margin: 0px 20px 20px 0px;
}

.wh-content-right-image {
    float: right;
    width: 40%;
    margin: 0px 0px 20px 20px;
}

    .wh-content-right-image img, .wh-content-left-image img {
        width: 100%;
    }

.wh-content-text {
    display: block;
}

.link-grid .image-label {
    position: absolute;
    bottom: 4px;
    background-color: rgba(0,0,0,.75);
    color: #FFF;
    padding: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    width: 100%;
    bottom: 0px;
    box-sizing: border-box;
}

.fyw-page-item a {
    display: block;
    width: calc(50% - 20px);
    float: left;
    border: 1px solid #d9dfe1;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

    .fyw-page-item a:hover {
        background-color: #F3F3F4;
    }



/*=========TOP BAR - SOCIAL MEDIA AND LINKS===========================*/
.social-media-container a {
    font-size: 20px;
    text-decoration: none;
    color: white;
    padding: 0px;
    margin: 0px 0px 0px 8px;
}

.top-bar-wrapper {
    background: #99383b url("../images/top-bar-bg.png") center center repeat-x;
    background-size: cover;
    width: 100%;
    border-bottom: 2px solid #acb1bc;
    padding: 0px 40px;
    box-sizing: border-box;
}

    .top-bar-wrapper a {
        color: #FFF;
        text-decoration: none;
    }

    .top-bar-wrapper i:hover {
        color: #2b2d30;
    }

.top-bar-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 45px;
    color: #FFF;
    font-family: 'Open Sans Condensed', sans-serif;
}

.top-bar-left {
    float: left;
    width: auto;
    text-align: left;
    padding: 0px;
    line-height: 45px;
    font-size: 12px;
}

    .top-bar-left a {
        margin-right: 8px;
        margin-left: 8px
    }

        .top-bar-left a:hover {
            text-decoration: underline;
        }

        .top-bar-left a:first-child {
            margin-right: 8px;
            margin-left: 0px
        }

.top-bar-right {
    float: right;
    width: auto;
    text-align: right;
    padding: 0px;
    line-height: 45px;
}

.social-media-container {
    display: inline;
    position: relative;
    top: 2px;
}

.links-left {
    display: inline;
}

.mobile-top {
    display: none;
    padding-top: 0px;
    text-align: left;
    position: relative;
}

    .mobile-top a {
        margin: 0px 20px;
        text-align: center;
        line-height: 2em;
    }

/*===============DESKTOP SEARCH BAR=======================*/
.desktop-search-wrapper {
    display: inline-block;
}

.desktop-search-container {
    display: inline-block;
    margin-right: -23px;
    position: relative;
    top: -2px;
}

    .desktop-search-container input {
        border: none;
        outline: none;
        padding: 5px 5px 5px 28px;
        color: #aaa;
        width: 170px;
    }

        .desktop-search-container input:focus {
            color: #3e3e3e;
        }

.desktop-search-wrapper .search-button {
    position: relative;
    left: 28px;
    top: -1px;
    z-index: 9;
    font-size: 14px;
    padding: 3px;
    color: #a0a0a0;
}

.desktop-search-container form a {
    color: #a0a0a0;
}

    .desktop-search-container form a:hover {
        color: #6b6b6b;
    }

#desktop-show-options {
    position: relative;
    right: 3px;
    top: -1px;
    display: inline-block;
    color: #a0a0a0;
    cursor: pointer;
    line-height: 1em;
    padding: 3px 5px;
    background-color: #e2e2e2;
}

    #desktop-show-options:hover {
        color: #909090;
        background-color: #d4d4d4;
    }

.desktop-search-wrapper .search-options {
    position: absolute;
    width: 100%;
    background-color: #FFF;
    z-index: 99999;
    color: #656565;
    margin-top: -10px;
    display: none;
    border-top: 1px solid #ccc;
}

    .desktop-search-wrapper .search-options ul {
        background-color: #FFF;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .desktop-search-wrapper .search-options ul li {
            display: block;
            width: 100%;
        }

            .desktop-search-wrapper .search-options ul li:hover {
                display: block;
                width: 100%;
                background-color: #e4e4e4;
            }

    .desktop-search-wrapper .search-options a {
        margin-right: 15px;
        color: #aaa;
        display: block;
        text-align: right;
        text-decoration: none;
        font-family: 'Open Sans Condensed', sans-serif;
    }

        .desktop-search-wrapper .search-options a:hover {
            margin-right: 15px;
            color: #717171;
            text-decoration: underline;
        }

/*===============MOBILE SEARCH BAR=======================*/
.mobile-search-container {
    display: none;
    margin-right: -23px;
    margin-bottom: 40px;
    height: 45px;
    position: relative;
    top: -2px;
    width: 100%;
    box-sizing: border-box;
}

    .mobile-search-container input {
        width: 100%;
        height: 45px;
        outline: none;
        padding: 5px 5px 5px 36px;
        color: #aaa;
        border: 1px solid #aaa;
        box-sizing: border-box;
        position: relative;
        top: -16px;
    }

        .mobile-search-container input:focus {
            color: #3e3e3e;
        }

    .mobile-search-container .search-button {
        position: relative;
        font-size: 18px;
        padding: 3px;
        left: 8px;
        top: 22px;
        z-index: 9999;
    }

    .mobile-search-container form a {
        color: #a0a0a0;
    }

        .mobile-search-container form a:hover {
            color: #6b6b6b;
        }

#mobile-show-options {
    position: absolute;
    right: 2px;
    top: 13px;
    display: inline-block;
    color: #a0a0a0;
    cursor: pointer;
    line-height: 1em;
    padding: 3px 5px;
    background-color: #e2e2e2;
    z-index: 99999999;
    height: 35px;
    width: 35px;
    font-size: 36px;
    text-align: center;
}

    #mobile-show-options:hover {
        color: #909090;
        background-color: #d4d4d4;
    }

.mobile-search-container .search-options {
    position: absolute;
    width: 100%;
    background-color: #FFF;
    z-index: 999;
    color: #656565;
    margin-top: -17px;
    display: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

    .mobile-search-container .search-options ul {
        background-color: #FFF;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .mobile-search-container .search-options ul li {
            display: block;
            width: 100%;
        }

            .mobile-search-container .search-options ul li:hover {
                display: block;
                width: 100%;
                background-color: #e4e4e4;
            }

    .mobile-search-container .search-options a {
        padding: 10px 15px;
        color: #aaa;
        display: block;
        text-align: right;
        text-decoration: none;
        font-family: 'Open Sans Condensed', sans-serif;
    }

        .mobile-search-container .search-options a:hover {
            margin-right: 0px;
            color: #717171;
            text-decoration: underline;
        }


/*=========SEARCH RESULTS========================*/
.search-results-container {
    width: 100%;
    border-top: 1px solid #99383b;
    padding-top: 30px
}

.search-results-item-container {
    padding: 10px;
    border-bottom: 1px solid #e1e6e8;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}

.search-results-item {
    display: block;
    text-decoration: none;
    padding: 0px 0px 20px 0px;
    margin-bottom: 10px;
}

a.search-results-item-link {
    display: inline-block;
    font-weight: bold;
    color: #99383b;
    text-decoration: none;
}

    a.search-results-item-link:hover {
        text-decoration: underline;
        color: #99383b;
    }

.search-results-item-breadcrumb {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0px;
    margin: 0px;
}

    .search-results-item-breadcrumb li, .search-results-item-breadcrumb span {
        display: inline-block;
        font-size: 14px;
        font-style: italic;
    }

.search-results-item-description {
    display: block;
    margin-top: 0px;
    font-size: 14px;
}




/*=========SITE HEADER===========================*/
.header-wrapper {
    text-decoration: none;
    background-color: #2b2d31;
    width: 100%;
    border-bottom: 5px solid #FFF;
    padding: 0px 40px;
    box-sizing: border-box;
    height: 190px;
}

.header-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0px;
    position: relative;
    height: 190px;
    box-sizing: border-box;
}

.header-logo {
    float: left;
    width: 35%;
    text-align: left;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 330px;
}

    .header-logo img {
        width: 100%;
    }



/*=========MAIN NAVBAR===========================*/

.header-nav {
    float: right;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 9000;
}

nav {
    font-size: 14px;
    float: right;
    font-family: 'Open Sans Condensed', sans-serif;
    background: url('../images/nav-bg.png') center center no-repeat;
    border: 1px solid #444;
}

    /* first stage */
    nav > ul {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0;
        text-align: right;
        float: right;
    }

    nav a {
        display: block;
        color: #ffffff;
        text-decoration: none;
    }

    nav li {
        display: block;
        float: left;
        color: #fff;
        list-style: none;
        border-right: 1px solid #444;
        border-left: 1px solid #000;
    }

        nav li:first-child {
            display: block;
            float: left;
            color: #fff;
            list-style: none;
            border-right: 1px solid #444;
            border-left: none;
        }

        nav li:last-child {
            display: block;
            float: left;
            color: #fff;
            list-style: none;
            border-right: none;
            border-left: 1px solid #000;
        }

    nav > ul > li > a {
        padding: 15px 15px;
        font-weight: normal;
    }

    nav ul > li.submenu > a:after {
        position: relative;
        display: inline-block;
        top: 3px;
        content: '';
        margin-left: 10px;
        margin-top: 8px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        border-bottom: 5px solid transparent;
    }

    nav ul > li.submenu:hover > a:after {
        position: relative;
        top: -3px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid #fff;
    }

    nav > ul > li:hover {
        background: rgba(0,0,0, .2);
    }

    nav ul li:hover a {
        color: #FFF;
    }

    /* second stage (the mega-menu) */
    nav ul.megamenu {
        position: absolute;
        width: 100%;
        top: -9999px;
        right: 0;
        padding: 10px;
        background: #dee3e6;
        text-align: left;
        border-top: 5px solid #bb3b3e;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
        z-index: 99999;
        box-sizing: border-box;
    }

    nav ul li:hover ul.megamenu {
        top: 100%;
    }

    /* third stage (child-menus in the mega-menu) */
    nav .megamenu li {
        display: block;
        border: none;
        float: none;
    }

    nav ul .megamenu li a {
        margin-top: 10px;
        /* transition: 0.5s; */
        color: #565e63;
        font-weight: normal;
    }

    nav .megamenu li a:hover {
        color: #bb0e0f;
    }

    nav .megamenu h4 {
        margin-bottom: 15px;
        color: #000;
        text-transform: uppercase;
        margin-top: 0px;
    }

/*navbar columns*/
#container3 {
    float: left;
    width: 100%;
    background: #dee3e6;
    overflow: hidden;
    position: relative;
}

#container2 {
    float: left;
    width: 100%;
    background: #dee3e6;
    position: relative;
    right: 30%;
}

#container1 {
    float: left;
    width: 100%;
    background: #dee3e6;
    position: relative;
    right: 40%;
}

#col1 {
    float: left;
    width: 30%;
    position: relative;
    left: 72%;
    overflow: hidden;
    border-right: 1px solid #FFF;
}

#col2 {
    float: left;
    width: 30%;
    position: relative;
    left: 76%;
    overflow: hidden;
    border-right: 1px solid #FFF;
}

#col3 {
    float: left;
    width: 30%;
    position: relative;
    left: 80%;
    overflow: hidden;
}

    #col1 ul, #col2 ul, #col3 ul {
        padding: 0px;
        margin-bottom: 15px;
    }


/*==========MAIN NAV MOBILE=================*/
.mobile-navigation-container {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 250px;
    height: 100%;
    background-color: #FFF;
    overflow-x: hidden;
    display: none;
    z-index: 99999;
    border-left: 3px solid #2b2d31;
}

    .mobile-navigation-container ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .mobile-navigation-container ul li {
            list-style: none;
            padding: 0px;
            border-bottom: 1px solid #bbb;
        }

        .mobile-navigation-container ul a {
            padding: 20px 0px 20px 20px;
            display: block;
            background-color: #FFF;
            color: #585d65;
            text-decoration: none;
            font-family: 'Open Sans Condensed', sans-serif;
        }

            .mobile-navigation-container ul a:hover {
                background-color: #DDD;
            }

        .mobile-navigation-container ul ul {
            border: 0px;
            position: absolute;
            top: 0px;
            right: 0px;
            height: 100%;
            width: 100%;
            display: none;
            background-color: #FFF;
        }

.mobile-navigation li:first-child a {
    background-color: #2b2d31;
    color: #bbb;
}

    .mobile-navigation li:first-child a:hover {
        color: #FFF;
    }


    .mobile-navigation li:first-child a:after {
        content: "x";
        position: absolute;
        right: 20px;
    }

.mobile-navigation ul li:first-child a:after {
    content: "?";
    position: absolute;
    right: 20px;
}

.mobile-navigation ul li:nth-child(2) a {
    background-color: #51555a;
    color: #bbb;
}

    .mobile-navigation ul li:nth-child(2) a:hover {
        background-color: #51555a;
        color: #FFF;
    }

.mobile-toggle {
    color: #FFF;
    font-size: 32px;
    display: none;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    cursor: pointer;
}

.mobile-top .mobile-toggle {
    display: none;
}

/*=======HERO IMAGE=========================*/

.hero-image-wrapper {
    width: 100%;
    height: 450px;
    display: block;
    background: #000;
    position: relative;
}

.subsite-hero-image-wrapper {
    width: 100%;
    height: 250px;
    display: block;
    background: url("../images/hero-bg.jpg") center center no-repeat;
    background-size: cover;
}

.hero-image-container {
    max-width: 1200px;
    display: block;
    margin: auto;
    padding: 0px 40px;
}

.hero-left {
    width: 45%;
    z-index: 99;
    float: left;
    margin-left: 60px;
    margin-top: 60px;
}

.hero-image {
    width: 100%;
}

.hero-right {
    position: relative;
    float: right;
    width: 45%;
    z-index: 999;
    text-align: right;
    margin-top: 20px
}

    .hero-right p, .hero-right span, .hero-right a {
        color: #FFF;
        text-shadow: 2px 2px 4px #000000;
    }

.find-your-way-header {
    font-size: 42px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #2b2d31;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
}

.fyw {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 8px;
}

    .fyw a, .fyw span {
        background-color: transparent;
        color: #FFF;
        text-decoration: none;
        font-size: 28px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: normal;
    }

        .fyw a:hover {
            background-color: #2b2d31;
            padding: 5px;
        }

        .fyw a:after {
            content: url(../images/hero-link-arrow.png);
            margin-left: 10px;
        }

.hero-button {
    margin-top: 10px;
    display: inline-block;
    font-size: 24px;
    color: #FFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: lighter;
    padding: 10px 30px;
    background-color: #99383b;
    text-decoration: none;
}

    .hero-button:hover {
        text-decoration: underline;
    }


/*=========BACKGROUND ACCENT AND BACKGROUND=====================*/

.background-accent {
    position: relative;
    height: 100px;
    background-color: #99383b;
    border-bottom: 20px #2b2d31 solid;
    z-index: 999;
}

/*=============SERVICES GRID=======================*/
/*SERVICS GRID*/
.grid-col {
    width: 33%;
    float: left;
    padding: 20px;
    display: block;
    box-sizing: border-box;
}

.grid-link:hover .grid-col {
    background-color: #f3f3f3;
}

.grid-col span {
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}

.grid-col i {
    font-size: 24px;
    margin-right: 10px;
    color: #585d65;
}

.grid-clear2 {
    clear: none;
}

.grid-clear3 {
    clear: both;
}



/*=============CN DIRECTORY=======================*/
/*CN directory*/

.icon {
    margin-right: 12px;
    font-size: 14px;
}

.cn-directory-top-row {
    width: 100%;
    margin-bottom: 30px;
    display: table;
    box-sizing: border-box;
}

.cn-directory-row {
    width: 100%;
    margin-bottom: 30px;
    display: table;
    border: 1px solid #d4d6da;
    box-sizing: border-box;
}

    .cn-directory-row:after {
        content: " ";
        clear: both;
        display: table;
    }

.cn-directory-top-block {
    width: 33.33%;
    display: table-cell;
    box-sizing: border-box;
    padding-right: 30px;
}

.cn-directory-block {
    width: 50%;
    display: table-cell;
    box-sizing: border-box;
    padding: 20px 20px 10px 50px;
    background: url(../images/grid-contact-bg.png) left center no-repeat;
}


.cn-directory-col {
}

.cn-directory-content {
}

    .cn-directory-content p {
        margin-top: 3px;
        margin-bottom: 3px;
    }

.cn-directory-content-item {
    position: relative;
}

    .cn-directory-content-item .icon {
        position: absolute;
        top: 5px;
    }

    .cn-directory-content-item p {
        white-space: pre;
        display: inline-block;
        margin: 0px 0px 0px 27px;
    }

@media only screen and (max-width: 768px) {
    .cn-directory-content-item p {
        white-space: unset;
        display: inline-block;
        margin: 0px 0px 0px 27px;
    }
}






/*=============ACCORDION MODULE=========================*/
.accordion-container {
    margin-bottom: 20px;
    margin-top: 30px;
}

    .accordion-container:before {
        content: " ";
        display: table;
        clear: both;
    }

.accordion-header {
}

    .accordion-header h3 {
        padding: 10px 10px 10px 0px;
        margin: 0px;
    }

.accordion-item-container {
}

.accordion-item-reveal {
    display: none;
}

.accordion-item-header {
    background-color: #e1e6e8;
    padding: 10px;
    cursor: pointer;
}

    .accordion-item-header img {
        max-width: 200px
    }

    .accordion-item-header:hover {
        background-color: #d9dfe1;
    }




/*=============REVEAL MODULE=========================*/

.reveal-item-image {
    float: left;
}

.reveal-item-container {
    height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border: 3px solid #d9dfe1;
    box-sizing: border-box;
}

    .reveal-item-container.revealed {
        height: auto;
        min-height: 150px; /*---TO BE THE SAME AS HEIGHT LISTED ON .REVEAL-ITEM-CONTAINER CLASS---*/
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
        border: 3px solid #d9dfe1;
        overflow: visible;
    }

.reveal-item-content {
    padding: 20px;
}

.reveal-item-button {
    position: absolute;
    bottom: 0px;
    padding: 100px 0px 0px 0px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    .reveal-item-button.transparent {
        background: none;
        background-color: transparent;
        padding: 0px;
        bottom: 0px;
    }

    .reveal-item-button button {
        color: #2b2d30;
        background-color: #e1e6e8;
        padding: 10px;
        text-decoration: none;
        border: none;
        font-size: 16px;
        outline: none;
        cursor: pointer;
        width: 100%;
    }

        .reveal-item-button button:hover {
            color: #2b2d30;
            background-color: #d9dfe1;
        }







/*============FOOTER==============================*/

.footer-wrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: #2b2d31;
    border-top: 8px solid #99383a;
}

.footer-container {
    width: 90%;
    display: block;
    margin: auto;
    background-color: #2b2d31;
    overflow: auto;
    padding-top: 40px;
}

    .footer-container p {
        text-align: center;
        color: #6b7079;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: lighter;
        padding-bottom: 20px;
        margin-top: 40px;
    }

.footer-column {
    float: left;
    width: 16.66%;
    display: block;
}

    .footer-column img {
        margin: auto;
        display: block;
        width: 85%;
        max-width: 150px;
    }


/*--------SUBSITE CSS-------*/

.subsite-header {
    width: 100%;
    margin-bottom: 30px;
}

.subsite-content h2 {
    color: #585d65;
}

.subsite-header-contact-col {
    width: auto;
    float: left;
    display: block;
}

.subsite-contact-button {
    float: left;
    margin-right: 20px;
}

.subsite-contact-container {
    float: left;
    line-height: 3em;
}

    .subsite-contact-container a {
        padding: 10px;
        border-radius: 2px;
        margin-right: 20px;
        color: #585d65;
        /*Cleared this so that an email link could be provided and not have the grey backgorund*/
        /*background: rgb(234,237,238); /* Old browsers */
        /*background: -moz-linear-gradient(top, rgba(234,237,238,1) 0%, rgba(214,220,222,1) 100%); /* FF3.6-15 */
        /*background: -webkit-linear-gradient(top, rgba(234,237,238,1) 0%,rgba(214,220,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
        /*background: linear-gradient(to bottom, rgba(234,237,238,1) 0%,rgba(214,220,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaedee', endColorstr='#d6dcde',GradientType=0 ); /* IE6-9 */
    }

.contact-text {
    margin-right: 30px;
}

.breadcrumb {
    list-style-type: none;
    padding: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 12px;
    line-height: 1.75em;
    margin: 0px 0px 15px 0px;
    text-align: left;
    display: inline-block;
}

    .breadcrumb ul {
    }

    .breadcrumb li {
        display: inline-block;
        margin-right: 10px;
    }

    .breadcrumb .divider {
        margin-left: 10px;
    }

.subsite-contact {
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #585d65;
    margin-bottom: 20px;
    margin-top: -15px;
}

    .subsite-contact i {
        margin-right: 10px;
    }

.document-listing-container {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 35px;
}

    .document-listing-container:before {
        content: " ";
        clear: both;
        display: table;
    }

    .document-listing-container .dl-header {
        background-color: #d9dfe1;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

        .document-listing-container .dl-header h3 {
            margin: 0px;
        }

.dl-item-container {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .dl-item-container ul {
    }

    .dl-item-container li {
        padding: 10px;
        margin: 0px;
        width: 100%;
        box-sizing: border-box;
        background-color: #FFF;
        list-style-type: none;
        border: 1px solid #ccc;
        border-top: none;
    }

        .dl-item-container li ul li {
            border: none;
        }



        .dl-item-container li:nth-child(even) {
            background-color: #f2f4f5;
        }

        .dl-item-container li:first-child {
            border-bottom: 1px solid #ccc;
        }

        .dl-item-container li ul li:first-child {
            border-bottom: none;
        }

.dl-item p {
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.document-listing-metadata {
    font-size: 12px;
    color: #585d65;
    font-style: italic;
    margin-bottom: 10px;
}


.left-sidebar {
    float: left;
    width: 250px;
    box-sizing: border-box;
}

.right-content {
    overflow: auto;
}


.left-navigation-container {
    float: left;
    width: 100%;
    background-color: #FFF;
}

    .left-navigation-container ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        border: 1px solid #bbb;
    }

        .left-navigation-container ul a {
            padding: 15px 45px 15px 25px;
            display: block;
            background: rgb(234,237,238); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(234,237,238,1) 0%, rgba(214,220,222,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(234,237,238,1) 0%,rgba(214,220,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(234,237,238,1) 0%,rgba(214,220,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaedee', endColorstr='#d6dcde',GradientType=0 ); /* IE6-9 */
            color: #585d65;
            text-decoration: none;
            font-family: 'Open Sans Condensed', sans-serif;
        }

            .left-navigation-container ul a.nav-active {
                color: #99383b;
            }

            .left-navigation-container ul a:hover {
                background: rgb(214,220,222); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(214,220,222,1) 0%, rgba(234,237,238,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(214,220,222,1) 0%,rgba(234,237,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(214,220,222,1) 0%,rgba(234,237,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dcde', endColorstr='#eaedee',GradientType=0 ); /* IE6-9 */
            }

        .left-navigation-container ul li {
            list-style: none;
            padding: 0px;
            border-top: 1px solid #FFF;
            border-bottom: 1px solid #bbb;
            position: relative;
        }

            .left-navigation-container ul li:first-child {
                border-bottom: 1px solid #bbb;
            }

            .left-navigation-container ul li:last-child {
                border-bottom: 0px;
            }


.subsite-content {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
}

.left-navigation-container ul li a {
    border-left: 5px solid #99383b;
}

.left-navigation-container ul ul {
    border: none;
}


    .left-navigation-container ul ul li {
        list-style: none;
        padding: 0px;
        border-top: none;
        border-bottom: 1px solid #bbb;
        border-left: none;
        position: relative;
    }

        .left-navigation-container ul ul li:first-child {
            border-bottom: 1px solid #BBB;
            border-top: none;
        }

        .left-navigation-container ul ul li:last-child {
            border-bottom: none;
            border-top: none;
        }

        .left-navigation-container ul ul li a, .left-navigation-container ul ul li a:hover {
            list-style: none;
            margin: 0px 0px 0px 0px;
            padding: 10px 25px 10px 30px;
            background: #a3aeb3;
            color: #FFF;
            display: block;
            font-size: 14px;
            border: none;
        }

            .left-navigation-container ul ul li a:before {
                content: none;
                position: relative;
                top: 0px;
                padding-right: 0px;
            }

.left-navigation-arrow {
    position: absolute;
    top: 17px;
    right: 15px;
    font-size: 18px;
    color: #99383b;
}


/*==============HOMEPAGE SLIDER STYLES==================================*/
.sliderWrapper {
    width: 100%;
    height: 450px;
    margin: auto;
    padding-bottom: 38px;
    position: absolute;
    top: 0px;
}

.home-slider-gradient-overlay {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 78%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.8) 78%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.8) 78%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 */
    height: 460px;
    display: block;
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 99;
}

/*.left-navigation-container ul a:before {
content: url('../images/subsite-nav-arrow.png');
position: relative;
top: 5px;
padding-right: 15px;
}*/







/*=========MEDIA BREAKPOINTS======================================================
    ==============================================================================
*/

/*BREAK POINTS FOR CN DIRECTORY*/
@media only screen and (max-width: 768px) {
    .cn-directory-row {
        display: block;
        border: none;
    }

    .cn-directory-block {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 20px 20px 10px 50px;
        background: url(../images/grid-contact-bg.png) left center no-repeat;
        margin-top: 20px;
        border: 1px solid #d4d6da;
    }
}

@media only screen and (max-width: 1024px) { /*1024 CN DIRECTORY BREAK POINTS*/
    .cn-directory-top-block {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin-top: 20px;
        padding: 30px;
        border: 1px solid #d4d6da;
    }

    .cn-directory-top-row {
        display: block;
        border: none;
    }
}




/*BREAK POINTS FOR CONTENT*/
@media only screen and (max-width: 768px) {

    .link-grid .left-large {
        width: 100%;
    }

    .link-grid .right-large {
        width: 100%;
    }

    .link-grid .left-small {
        width: 100%;
    }

    .link-grid .right-small {
        width: 100%;
    }

    .link-grid img {
        width: 100%;
        height: auto;
    }

    .wh-content-left-image {
        width: 100%;
        float: none;
        display: block;
        margin: 0px 0px 20px 0px;
        width: 100%;
    }

    .wh-content-right-image {
        float: none;
        display: block;
        margin: 0px 0px 20px 0px;
        width: 100%;
    }

    .wh-content-text {
        width: 100%;
    }

    .grid-col {
        width: 50%;
        float: left;
        padding: 20px;
        box-sizing: border-box;
    }

    .grid-clear2 {
        clear: both;
    }

    .grid-clear3 {
        clear: none;
    }
}

@media only screen and (max-width: 425px) {

    .content-wrapper {
        padding: 0px;
    }

    .grid-col {
        width: 100%;
        float: left;
        padding: 20px;
        box-sizing: border-box;
    }

    .grid-clear2 {
        clear: none;
    }

    .grid-clear3 {
        clear: none;
    }
}


/*BREAK POINTS FOR DESKTOP/MOBILE MENU*/
/*==============================================*/
@media only screen and (max-width: 1130px) {

    nav > ul > li > a {
        padding: .6em;
        font-weight: normal;
    }
}

@media only screen and (max-width: 1024px) {

    .header-nav {
        display: none;
    }

    .mobile-toggle {
        display: block;
    }
}


/*BREAK POINTS FOR HEADER LOGO ON SMALL MOBILE AND MOBILE TOGGLE SIZE*/
/*===================================================================================*/
@media only screen and (max-width: 475px) {

    .mobile-toggle {
        font-size: 20px;
    }

    .header-logo {
        min-width: auto;
        width: 100%;
    }

    .header-wrapper {
        height: auto;
    }

    .header-container {
        height: auto;
        padding: 25% 0px;
    }
}




/*BREAK POINTS FOR TOP BAR AND REVEAL MOBILE SEARCH*/
/*=========================================================================*/
@media only screen and (max-width: 768px) {

    .desktop-search-wrapper {
        display: none;
    }

    .desktop-search-container {
        display: none;
    }

    .mobile-search-container {
        display: inline-block;
    }
}

@media only screen and (max-width: 475px) {

    .top-bar-left {
        display: none;
    }

    .top-bar-right {
        display: none;
    }

    .mobile-top {
        display: block;
    }

        .mobile-top a {
            margin: 10px 7px;
            line-height: 1.5em;
        }

        .mobile-top .fa, .mobile-top .fas, mobile-top .far, .mobile-top .fab {
            font-size: 20px;
        }

    .mobile-toggle {
        display: none;
        line-height: normal;
        position: absolute;
        right: 0px;
        top: 11px;
        margin: 0px;
        padding: 0px;
        font-size: 22px;
    }

    .mobile-top .mobile-toggle {
        display: block;
        margin-top: 12px;
        font-size: 28px;
    }
}


/*BREAK POINTS FOR "FIND YOUR WAY" SECTION*/
/*=========================================================================*/
@media only screen and (max-width: 1024px) {

    .hero-left {
        display: none;
    }

    .hero-right {
        position: relative;
        float: right;
        width: 100%;
        height: 430px;
        z-index: 99;
        text-align: right;
    }


    .find-your-way-header {
        font-size: 42px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: bold;
        color: #2b2d31;
        margin-top: 15px;
        margin-bottom: 10px;
        display: block;
        text-align: left;
    }

    .fyw {
        display: inline-block;
        width: calc(50% - 7.5px);
        margin-bottom: 15px;
        box-sizing: border-box;
        float: left;
        text-align: center;
        background-color: rgba(43,45,48,.85);
        border: 1px solid #2b2d30;
        padding: 0px;
    }

        .fyw.item:nth-of-type(odd) {
            margin-right: 15px;
        }

        .fyw a {
            background-color: transparent;
            color: #FFF;
            text-decoration: none;
            font-size: 3vw;
            font-family: 'Open Sans Condensed', sans-serif;
            font-weight: normal;
            line-height: 100px;
            display: block;
        }

            .fyw a:hover {
                padding: 0px;
                background-color: #2b2d30;
            }

            .fyw a:after {
                content: "";
            }

    .hero-button {
        float: left;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .home-slider-gradient-overlay {
        display: none;
    }
}


@media only screen and (max-width: 768px) {

    .fyw {
        width: 100%;
        margin: 2px;
    }

        .fyw.item:nth-of-type(odd) {
            margin-right: 0px;
        }

        .fyw a {
            background-color: transparent;
            color: #FFF;
            text-decoration: none;
            font-size: 16px;
            font-family: 'Open Sans Condensed', sans-serif;
            font-weight: normal;
            line-height: 50px;
            display: block;
            margin-left: 0px
        }

    .fyw-page-item a {
        display: block;
        width: 100%;
        float: left;
        border: 1px solid #d9dfe1;
        box-sizing: border-box;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 20px;
    }
}



@media only screen and (max-width: 425px) {

    .hero-image-wrapper {
        height: 490px;
    }

    .hero-image-container {
        padding: 0px 15px;
        height: 490px;
    }

    .hero-right {
        margin-top: 6px;
    }

    .background-accent {
        display: none;
    }

    .find-your-way-header {
        font-size: 7vw;
    }

    .fyw {
        margin-bottom: 5px;
    }

        .fyw.item:nth-of-type(odd) {
            margin-right: 0px;
        }

        .fyw a {
            background-color: transparent;
            color: #FFF;
            text-decoration: none;
            font-size: 16px;
            font-family: 'Open Sans Condensed', sans-serif;
            font-weight: normal;
            line-height: 40px;
            display: block;
            margin-left: 0px;
        }

    .hero-button {
        padding: 5px;
    }
}



/*BREAK POINTS FOR FOOTER*/
/*=====================================================*/
@media only screen and (max-width: 768px) {

    .footer-column {
        width: 50%;
        height: 150px;
        float: left;
        margin: auto;
    }
}


/*BREAK POINTS FOR SUBSITE*/
/*=====================================================*/
@media only screen and (max-width: 768px) {

    .left-sidebar {
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
        float: none;
        overflow: auto;
    }

    .right-content {
        width: 100%;
        margin: auto;
        float: none;
    }

    .subsite-content {
        margin: 0px;
        padding: 0px;
    }

    .subsite-contact {
        line-height: 3em;
    }
}

/*======PAGINATION===========*/

#pagination-clean {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    #pagination-clean > li {
        display: inline-block;
        margin-right: 0px;
        width: auto;
        padding: 0px;
    }

    #pagination-clean li a {
        color: #585d65;
        text-decoration: none;
        display: block;
        background-color: #d9dfe1;
        padding: 5px 12px;
        border-right: 1px solid #b3bbbd;
        border-bottom: 1px solid #b3bbbd;
        border-left: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
    }

        #pagination-clean li a:hover {
            color: #585d65;
            text-decoration: underline;
        }


/*=========Subsite Image Slider==============*/

.mySlides {
    display: none;
    box-sizing: border-box;
}

    .mySlides img {
        width: 100%;
    }

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    padding-bottom: 38px;
}

    .slideshow-container * {
        box-sizing: border-box;
    }

/* Next & previous buttons */
a.prev, a.next {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    padding: 4px 15px 5px 15px;
    width: auto;
    color: #dfe3e5;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
a.prev:hover, a.next:hover {
    background-color: rgb(0, 0, 0);
    color: #ffffff;
}

/* Caption text */
.slideshow-container .caption-text {
    color: #dfe3e5;
    font-size: 15px;
    padding: 8px 40px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: rgb(43, 45, 48);
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 3px solid #99383b;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

/*=====MAIN SITE NOTICE STYLES=========*/
.notice-container {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    color: #2b2d32;
    font-family: 'Open Sans Condensed', sans-serif;
    background-color: #fff3cd;
    border-top: 2px solid #bfba2e;
    border-bottom: 2px solid #bfba2e;
    margin-top: 15px;
}

.subsite-notice-container {
    padding: 15px;
    background-color: #fff3cd;
    border: 1px solid #ead8a2;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
}
