﻿@font-face {
    font-family: 'FontAwesome';
    src: url('/theme/taxas/images/https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/theme/taxas/images/https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/theme/taxas/images/https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/theme/taxas/images/https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/theme/taxas/images/https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
:root{
    --primary: darkblue;
    --primary-light: #2d7bf1;
    --primary-dark: #0c1bc2;
}
html {
    height: auto;
}

body {
    width: 100%;
    font-family: 'Rubik', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
    margin: 0px;
    padding: 0px;
    background-color: hsla(0, 0%, 18%, 1);
}

#page {
    overflow: hidden !important;
}

:focus, a:focus {
    outline: none;
}

a {
    color: var(--primary);
    text-decoration: none;
    outline: 0;
}

    a:hover {
        color: var(--primary);
    }

img {
    border: 0;
}

.hidden {
    display: none;
}

body.mobile #footer .desktop {
    display: none;
}

body.desktop #footer .mobile {
    display: none;
}

.facebook:before {
    content: "\f230"
}

.instagram:before {
    content: "\f16d"
}

.linkedin:before {
    content: "\f08c"
}

/*OLD BROWSER COMMUNICATION POPUP
-------------------------------------------------------------------------------------------*/
#ubnnotice {
    display: none;
    position: fixed;
    width: 500px;
    height: 300px;
    top: 50px;
    left: 50%;
    z-index: 4000;
    margin: 0 0 0 -250px;
    background: #fff;
    text-align: center;
}

html.ie6 #ubnnotice, html.ie7 #ubnnotice {
    display: block !important;
}

#ubnnotice table {
    color: #fff;
    border-bottom: 2px #000 solid;
    width: 500px;
    height: 100%;
}

#notice table, #ubnnotice table {
    margin-bottom: 0;
    margin-top: 0;
}

    #notice table tr td, #ubnnotice table tr td {
        border: none;
    }

    #noticeHtml table td, #ubnnotice table td {
        padding: 15px;
        text-align: center;
        font-size: 12px;
    }

    #ubnnotice table td {
        padding: 50px;
        text-align: center;
        font-size: 12px;
        vertical-align: middle;
    }

#ubnnotice p {
    padding: 5px 0;
    font-size: 12px;
}

#ubnnotice a {
    color: #79dfff;
    text-decoration: none;
}

    #ubnnotice a:hover {
        color: #c1f0ff;
    }

html.ie6 #ubnnotice, html.ie7 #ubnnotice {
    display: block;
}

/**  Site Notice **/

.notice {
    font-size: 16px;
    background-color: #d81c20;
    color: #fff;
    overflow: hidden;
    height: auto;
    -webkit-transition: max-height .75s ease-in-out;
    -moz-transition: max-height .75s ease-in-out;
    -ms-transition: max-height .75s ease-in-out;
    -o-transition: max-height .75s ease-in-out;
    transition: max-height .75s ease-in-out;
    max-height: 0px;
    position: relative;
    z-index: 10600;
    box-shadow: 0 .25em .5em rgba(0,0,0,.15);
}

.tour-enabled .notice {
    display: none;
}

.notice.active {
    max-height: 300px;
    -webkit-transition: max-height .75s ease-in-out;
    -moz-transition: max-height .75s ease-in-out;
    -ms-transition: max-height .75s ease-in-out;
    -o-transition: max-height .75s ease-in-out;
    transition: max-height .75s ease-in-out;
}

.notice table {
    margin: 0;
}

    .notice table tr td {
        border: none;
    }

.noticeHtml table td {
    padding: 15px 5px 15px 5px;
    text-align: center;
}

.noticeHtml p {
    padding: 5px 0;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
    color: #000;
}

.noticeHtml > p {
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

    .noticeHtml > p:first-of-type {
        padding-top: 15px !important;
        margin-top: 0 !important;
        box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
    }

    .noticeHtml > p:last-of-type {
        padding-bottom: 15px !important;
        margin-bottom: 0 !important;
        box-shadow: inset 0px -1px 0px rgba(0,0,0,.25);
    }

    .noticeHtml > p:first-of-type:last-of-type {
        box-shadow: inset 0px -1px 0px rgba(0,0,0,.25), inset 0px 1px 0px rgba(255,255,255,.5);
    }

.noticeHtml {
    overflow: hidden;
}

#notice {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
}

.notice.active #noticeHtml {
    box-shadow: 0px 1px 10px rgba(0,0,0,.25);
}

.noticeHtml a {
    color: var(--primary);
    font-family: 'Roboto Condensed Bold', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

    .noticeHtml a:hover {
    }

.noticeHtml td.rev {
    background-color: transparent;
}

.noticecloser, .noticeclosersession {
    display: block;
    float: right;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.appbanner .noticecloser, .appbanner .noticeclosersession {
    padding-top: 8px;
    padding-right: 3px;
}

.noticeclosersession {
    display: none;
}

    .noticecloser:before, .noticeclosersession:before {
        content: "\f00d";
        color: rgba(0,0,0,0.35);
        font-size: 25px;
        line-height: 25px;
        width: 25px;
        height: 25px;
        text-align: center;
        display: inline-block;
        font-family: 'FontAwesome';
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
    }

.noticecloser:hover:before {
    color: rgba(255,255,255,0.85);
    ;
}

.noticeclose {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.noticeclosersession:before {
    display: none;
    content: "\f068";
    font-family: 'fontAwesome';
    font-size: 24px;
    font-weight: bold;
}

@media (max-width:962px) {

    #notice-popup {
        background: #fff;
        color: #333;
    }

        #notice-popup a {
            color: var(--primary);
            text-decoration: none;
            outline: 0;
        }

            #notice-popup a:hover {
                color: var(--primary);
            }

    .noticecloser:hover:before {
        color: rgba(0,0,0,0.66);
    }
}

@media (min-width:963px) {
    /**  Site Notice - Popup **/

    #notice-popup {
        position: absolute;
        top: -1000px;
        left: 50%;
        width: 482px;
        margin-left: -241px;
        z-index: 5000;
        max-height: auto;
        transition: top .75s ease-in-out;
        background: var(--primary-light);
        border-radius: 15px;
    }

    .cssgradients #notice-popup {
        background: linear-gradient(to bottom, var(--primary-light) 0%, var(--primary-dark) 100%);
    }

    #notice-popup.active {
        transition: top .75s ease-in-out;
        top: 190px;
    }

    #notice-popup > div {
        margin: 25px;
        background-color: #f7f6f7;
        padding: 10px 15px 40px 15px;
        border-radius: 5px;
    }

    #notice-popup .noticeHtml, #notice-popup .noticeHtml a {
        color: #333 !important;
    }

    #notice-popup.active .noticeHtml {
        box-shadow: none;
    }

    #notice-popup .noticecloser, #notice-popup .noticeclosersession {
        text-align: right;
    }

    #notice-popup .noticecloser {
        position: absolute;
        bottom: 0;
        float: none;
        width: 100%;
        text-align: center;
    }

        #notice-popup .noticecloser:before {
            content: "Please do not remind again";
            font-family: 'Rubik', 'Arial', sans-serif;
            text-align: center;
            color: var(--primary);
            font-size: 1rem;
            width: auto;
            padding-right: 35px;
            box-sizing: border-box;
        }

    #notice-popup .noticeclosersession {
        display: block;
        position: absolute;
        right: -5px;
        top: -20px;
    }

        #notice-popup .noticeclosersession:before {
            content: "\f00d";
            display: block;
            background-color: white;
            color: #333;
            text-align: center;
            line-height: 24px;
            overflow: hidden;
            border: 5px var(--primary-light) solid;
            border-radius: 45px !important;
            background-color: white;
            padding: 5px 4px 5px 6px;
            transition: all .4s ease;
            transform: rotate(0deg);
        }

        #notice-popup .noticeclosersession:hover:before {
            transform: rotate(90deg);
        }
}

/* Add under styles for Site Notice 3.1.0 */

/* Icon styles for app banner */
.appbanner {
    display: none;
    color: #666;
    background-color: #e8e8ea;
}

body.android #notice-android.appbanner, body.android-tablet #notice-android-tablet.appbanner, body.iphone #notice-iphone.appbanner, body.ipad #notice-ipad.appbanner {
    display: block;
}

.appbanner .noticecloser, .appbanner .noticeclosersession {
    /* position: absolute; */
    top: 5px;
    right: 5px;
}

.appbanner .noticeclosersession {
    right: 40px;
}

.appbanner .app-inner-content {
    padding: 10px 0;
}

.appbanner p {
    text-align: left !important;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

.appbanner .noticecloser, .appbanner .noticeclosersession {
    color: #666;
}

.appbanner a.icon {
    display: inline-block;
    text-align: center;
    width: 100px;
    padding: 0 5px;
    color: #666;
    text-shadow: 0px 1px 1px rgba(0,0,0,.25);
    float: left;
    margin-top: 5px;
}

.notice .icon img {
    height: 67px;
    width: 67px;
    margin: -5px;
    display: block;
}

.notice .button-app {
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 5px 10px;
    margin: 0;
    background-color: var(--primary);
    color: #fff;
    outline: 0;
    border: 0;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}
/* App links */

.app-text {
    display: none !important;
}

body.android .app-android-text, body.android-tablet .app-android-tablet-text, body.iphone .app-iphone-text, body.ipad .app-ipad-text {
    display: inline-block !important;
}

#page {
    position: relative;
    margin: 0px;
    padding: 0px;
}

    #page::after {
        content: "";
        height: 0;
        clear: both;
    }

a.anchor, a[id]:not([href]):not([class]):not([style]) {
    position: relative;
    top: -155px;
    display: block;
    visibility: hidden;
    height: 0;
    float: left;
}

#headerxy {
    position: fixed;
    width: 100%;
    /* height: 120px; */
    z-index: 805;
    top: 0;
    transition: all .4s ease;
    /*background-color: #fff;*/
}

.desktop.home #headerxy {
    padding-bottom: 0px;
}

#headerxy::before {
    content: "";
    position: absolute;
    top: -9%;
    right: -10%;
    display: block;
    height: 120%;
    width: 120%;
    transform: rotate(-3deg);
    background-color: #ffffff;
    background-image: linear-gradient(45deg, #ffffff 50%, #d3d5d6 100%);
}

.shrink #headerxy::before {
    top: -40%;
    height: 160%;
    transform: rotate(-2deg);
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
}

@media (max-width:1050px) {
    #headerxy::before {
        top: -10%;
        transform: rotate(-2deg);
        max-height: 324px;
    }
}

#headerxy::after {
    position: absolute;
    top: -7.5rem;
    right: -10%;
    z-index: 1;
    display: block;
    height: 100%;
    width: 120%;
    transform: rotate(2.5deg);
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, var(--primary-dark) 0%, #660000 100%);
}

@media (max-width:1050px) {
    #headerxy::after {
        top: -4rem;
        transform: rotate(5deg);
    }
}

@media (min-width:1051px) {
    #headerxy::after {
        content: "";
    }
}

#headerxy > * {
    z-index: 2;
    position: relative;
}

#underheader {
    position: absolute;
    z-index: 500;
    top: 7.5rem;
    /* left: 0; */
    width: 100%;
}

    #underheader > .interior {
        position: relative;
        margin: 0 auto;
    }

#header {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 12000;
}

    #header > .interior {
        position: relative;
        height: 0;
        margin: 0 auto;
    }

#topbar {
    display: none;
    position: relative;
    width: 100%;
    height: 40px;
    color: #fff;
    font-family: 'Rubik', 'Arial', sans-serif;
    font-size: 1em;
    /* z-index: 10010; */
    transition: all .6s ease;
    margin-bottom: -40px;
}


#topbar {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    color: #fff;
    font-family: 'Rubik', 'Arial', sans-serif;
    font-size: 1em;
    transition: all .6s ease;
    margin-bottom: -40px;
    overflowx: hidden;
}

@media (min-width:1051px) {
    #topbar {
        z-index: 10010;
        height: 56px;
    }

    .shrink #topbar {
        margin-top: -40px;
        margin-bottom: 0px;
    }
}

#topbar::after {
    content: "";
    position: absolute;
    top: -5.5rem;
    right: -10%;
    z-index: -1;
    display: block;
    height: 7rem;
    width: 120%;
    transform: rotate(5deg);
    background-image: linear-gradient(to bottom, var(--primary-dark) 0%, var(--primary-light) 100%)
}

@media (max-width:480px) {
    #topbar::after {
        top: -7rem;
        right: -30%;
        height: 8rem;
        width: 120%;
        transform: rotate(40deg);
    }
}

@media (min-width:481px) and (max-width:850px) {
    #topbar::after {
        top: -6.5rem;
        right: -10%;
        height: 8rem;
        width: 120%;
        transform: rotate(12deg);
    }
}

@media (min-width:851px) and (max-width:1050px) {
    #topbar::after {
        top: -5rem;
        right: -10%;
        height: 6rem;
        width: 120%;
        transform: rotate(8deg);
    }
}

#topbar a, #topbar p {
    display: none;
}

    #topbar a:hover {
        color: rgba(255,255,255,.75) !important;
    }

@media screen and (min-width:1051px) {
    #topbar a, #topbar p {
        display: block;
    }
}

#topbar > .interior {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    /* flex-wrap: wrap; */
}

#topbar a {
    color: inherit;
}

    #topbar a:hover {
        color: rgba(0,0,0,.8);
    }

#topbar > .interior {
    flex-wrap: wrap;
}

    #topbar > .interior > * {
        padding: 10px 15px;
        line-height: 20px;
    }

    #topbar > .interior > a:last-of-type {
        padding-right: 0;
    }

    #topbar > .interior > p {
        width: 100%;
        text-align: right;
        padding: 0;
        margin: 0;
    }

#topbar .iconed {
    padding-left: .3em;
    position: relative;
}

    #topbar .iconed:before {
        content: ">";
        margin-right: 8px;
        opacity: .5;
        font-family: 'FontAwesome';
    }

    #topbar .iconed.phone:before {
        content: "\f095";
    }

    #topbar .iconed.phone:after {
        content: "\f0e0";
        position: absolute;
        top: .7em;
        left: 1.4em;
        margin-right: 8px;
        opacity: .5;
        font-family: 'FontAwesome';
        font-size: .5em;
    }

    #topbar .iconed.marker:before {
        content: "\f041";
    }

    #topbar .iconed.facebook:before {
        content: "\f082";
    }


#logo .shadow, #logo #Header-Logo-SVG {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}


.logo-desktop {
    position: relative;
    display: block;
}

.one-hundred-years-logo .logo-desktop {
    width: 19.875rem;
    height: 100%;
    background-image: url(images/TrustTexas-Logo-100-Years.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.one-hundred-years-logo .shrink .logo-desktop {
    height: 85%;
    background-position: 0% 50%;
}

@media (max-width:480px) {
    .one-hundred-years-logo .logo-desktop {
        width: 55%;
    }
}

@media (min-width:481px) and (max-width:1050px) {
    .one-hundred-years-logo .logo-desktop {
        width: 10rem;
        background-position: left center;
    }
}

@media (min-width:1051px) {
    .one-hundred-years-logo .logo-desktop {
        background-position: left center;
    }
}

.one-hundred-years-logo .logo-desktop > img, .one-hundred-years-logo #badge {
    display: none !important;
}

#badge {
    display: block;
    position: absolute;
    top: 20px;
    left: 330px;
    z-index: 800;
    height: 125px;
    width: 147px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    margin-left: 0px;
    overflow: hidden;
    text-align: center;
    line-height: 125px;
    text-decoration: none;
    color: #fff;
    font-size: 70px;
    font-family: 'Rubik', 'Times', serif;
    letter-spacing: -0.075em;
    background-image: url(images/Badge-x2.png);
    background-position: contain;
    background-repeat: no-repeat;
    background-size: contain;
    text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 8px rgba(0,0,0,1);
}

@media screen and (min-width:1051px) {
    .shrink #badge {
        position: absolute;
        top: -20px;
        left: 110px;
        transform: scale(.5);
    }
}

@media screen and (max-width:366px) {
    #badge {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    #badge {
        display: none;
    }
}

#badge:before {
    content: "Years Strong";
    color: #333;
    position: absolute;
    display: block;
    bottom: 2px;
    right: 0;
    font-size: .15em;
    line-height: 1.1em;
    letter-spacing: 0em;
    font-weight: normal;
    width: 31%;
    text-align: left;
    height: auto;
    padding: 0;
    margin: 0;
    text-shadow: .05em 0 0 rgba(255,255,255,1) !important;
}

.csstransitions #badge {
    transition: all .4s ease;
}

.ordinal {
    display: none;
}


/*LOGIN
-------------------------------------------------------------------------------------------*/
#obloginxy {
    display: none;
    position: absolute;
    width: 327px;
    right: 0;
    top: 40px;
    margin-top: 40px;
    z-index: 1800;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9ffffff',GradientType=0 );
    border-radius: 5px 5px 15px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    background-clip: padding-box;
    box-shadow: 0 4px 25px rgba(0,0,0,.25);
    overflow: hidden;
}

body.home #obloginxy {
    display: block;
}

.shrink #obloginxy {
    margin-top: -500px;
}

@media screen and (max-width:1050px) {
    .shrink #obloginxy {
        margin-top: 0px;
    }
}

@media screen and (max-width:400px) {
    #login {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}

@media screen and (max-width:480px) {
    #obloginxy {
        position: absolute;
        top: -100vh;
        left: 5% !important;
        right: 5% !important;
        z-index: 20000;
        width: 90% !important;
    }
}

@media screen and (max-width:1025px) {

    #obloginxy {
        position: absolute;
        top: -100vh;
        left: 10%;
        right: 10%;
        z-index: 750;
        width: 80%;
        margin: 0 auto;
        background-color: rgba(255,255,255,1);
        box-sizing: border-box;
        box-shadow: 0 0 5rem rgba(0,0,0,.5);
    }

    .openob #obloginxy {
        top: 5vh;
    }
}

#login .fa-angle-down {
    font-family: 'FontAwesome';
    color: var(--primary);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #login > label:first-of-type:before {
        line-height: 40px;
    }
}

#login input:not([type=radio]):not([type=checkbox]),
#login select {
    border: none !important;
}

    #login select::-ms-expand {
        display: none;
    }

/* Online Banking ---------------------------------------------------------------------------------------------------*/
#login {
    padding: 1.4em 2.9em;
    box-sizing: border-box;
    /* width: 20em; */
    font-size: 16px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    width: 100%;
}

@media only screen and (min-width: 670px) {
    #login {
        font-size: 1rem;
    }
}

#login,
#login form {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

    #login form {
        margin-bottom: 0;
        width: 24em;
        flex-grow: 2;
    }

@media only screen and (max-width:1050px) {
    #login form {
        width: 100%;
    }
}

#login h2 {
    font-family: 'Rubik', serif;
    font-variant: titling-caps;
    margin: 0;
    padding: 10px 0 12px 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: center;
    width: 100%;
}

#login label {
    display: flex;
    flex-grow: 1;
    margin: 0.25em 0;
    width: 10em;
    border-right: solid 1px #eee;
    position: relative;
    line-height: inherit;
    box-sizing: border-box;
    font-size: 1.125rem;
}

@media only screen and (max-width:1050px) {
    #login label {
        width: 75%;
    }
}

#login label,
#login [class*=Button] {
    height: 2.2em;
}

#login [class*=Button] {
    font-family: 'Rubik', 'Arial', sans-serif;
    border: none;
    border-radius: 0;
    margin: 0.25em 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: var(--primary-dark);
    font-size: 1.125rem;
    padding: 0 0.75em;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.25s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#login button:hover {
    background-color: var(--primary);
}

#login input:not([type=radio]):not([type=checkbox]),
#login select {
    padding: 0 .5em;
    box-shadow: inset 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.25);
}

#login ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    width: 100%;
}

    #login ul li {
        margin: 0 1em 0 0;
        list-style-type: none;
    }

    #login ul > li:last-child {
        margin-right: 0 !important;
    }

#login ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
}

#login ::-moz-placeholder { /* Firefox 19+ */
    color: #333;
}

#login :-ms-input-placeholder { /* IE 10+ */
    color: #333;
}

#login :-moz-placeholder { /* Firefox 18- */
    color: #333;
}

ul.personal > li > a, ul.business > li > a {
    font-size: 0.875rem;
}


/*MAINNAV
-------------------------------------------------------------------------------------------*/
#mainnavxy {
    display: none;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0; */
    width: 100%;
    /* z-index: 10001; */
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-arrow {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid rgba(243,240,237,1);
    bottom: -18px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    z-index: 12001;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-arrow-border {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 15px solid;
    border-bottom-color: rgba(0,0,0,.25);
    bottom: -20ox;
    margin-left: -12px;
    z-index: 12000;
}



.opennav.openob #mainnavxy {
    max-height: 0;
}

.desktop #mainnavxy > h2 {
    display: none;
}

/* Calc Styles */

body.calc > form h1 {
    background-color: var(--primary);
    color: #fff;
    border-bottom: 5px var(--primary) solid;
    padding: .5em 1em;
    margin: -4px;
    line-height: 1em;
}

@media only screen and (min-width:641px) and (max-width:1050px) {
    .navpanel {
        width: 95%;
        padding: 0 0 0 5%;
    }

    .panelxy {
        display: flex;
        justify-content: space-between;
        margin-left: -2%;
    }

        .panelxy div {
            padding: 10px 2% 4% 2%;
        }

    .panel_content ul li {
        font-size: 11px;
        line-height: 14px;
        margin: 3px 0px 0px 0px;
        padding: 4px 5px 4px 0px;
    }

        .panel_content ul li a {
            line-height: 16px;
        }

    .panel_content h2 {
        padding: 10px 0px 2px 0px;
        margin: 2px 0px 2px 0px;
    }
}

@media only screen and (max-width:640px) {
    .navpanel {
        width: 100%;
        padding: 0;
    }

    .panelxy div {
        float: none;
        padding: 0;
        width: 100%;
        border-top: 1px solid #cecece;
    }

    .panel_content ul li {
        font-size: 16px;
        line-height: 19px;
        margin: 0px;
        padding: 0px;
        border-top: 1px solid #cecece;
    }

        .panel_content ul li a {
            margin: 0;
            padding: 10px 50px;
            line-height: 19px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .panel_content ul li a:hover {
                background: rgba(255,255,255,.75);
            }

    .panel_content h2 {
        padding: 10px 0px 2px 5%;
        margin: 2px 0px 2px 0px;
    }

    #features .feature-promo {
        background-position: right -200px;
    }

    #features > .inner-content > .feature-promo:first-child + .feature-promo {
        background-position: center -200px;
    }

    #features .inner-promo {
        padding-top: 40% !important;
        min-height: 0;
    }

    #features > .inner-content > div .inner-promo {
        background-position: top center !important;
        background-size: 150% !important;
    }

    #features .inner-promo-content {
        padding: 5% !important;
        position: relative;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box;
        right: auto;
        top: auto;
        bottom: 0;
        height: auto !important;
        min-height: 0px !important;
    }

        #features .inner-promo-content > *:first-child {
            padding-top: 0 !important;
            margin-top: 0 !important;
        }
}

#mainimgxy {
    width: 100%;
    min-height: 100%;
    height: 100%;
}
/*HOMENAV
-------------------------------------------------------------------------------------------*/
#homenavxy {
    display: none;
}

@media screen and (min-width:1051px) and (max-height:800px) {
    #homenavxy {
        /* bottom: auto; */
        /* top: 500px; */
    }
}

.homenavitem .homenavdoor {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    box-sizing: border-box;
}

@media only screen and (min-width:1051px) and (max-width:1480px) {
    ul.nav li a.homenavdoor {
        padding-top: 45% !important;
    }
}

.homenavitem .homenavdoor .home-circle {
    position: absolute;
    display: block;
    z-index: 10;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width:480px) {
    .homenavitem .homenavdoor .home-circle {
        width: 93px;
        height: 93px;
        border-radius: 0 !important;
        top: 10px;
        left: 0%;
        z-index: 10;
    }

    .homenavitem .homenavdoor .home-circle {
        top: -17px;
        left: 40px;
        margin-left: -48px;
        z-index: 10;
        transform: scale(.5);
    }
}

@media screen and (min-width:481px) and (max-width:1050px) {
    .homenavitem .homenavdoor .home-circle {
        border-radius: 0 !important;
        top: 20px;
        z-index: 10;
    }
}

@media only screen and (min-width:1051px) and (max-width:1480px) {
    .homenavitem .homenavdoor .home-circle {
        transform: scale(.65) translateX(-75%);
    }
}

.homenavitem .homenavdoor .home-circle:before {
    font-family: 'FontAwesome';
    font-size: 48px;
    color: rgba(255,255,255,1);
    background: linear-gradient(to bottom, rgb(41, 54, 149) 0%, rgb(0, 101, 179) 100%);
    border: 5px #fff solid;
    border-radius: 500px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    text-align: center;
    display: block;
}

.homenavitem:first-child .homenavdoor .home-circle:before {
    content: "\f0c0";
}

.homenavitem:first-child + .homenavitem .homenavdoor .home-circle:before {
    content: "\f0b1";
}

.homenavitem:first-child + .homenavitem + .homenavitem .homenavdoor .home-circle:before {
    content: "\f2b5";
}

.homenavitem:first-child + .homenavitem + .homenavitem + .homenavitem .homenavdoor .home-circle:before {
    content: "\f19d";
}

.homenavitem:first-child + .homenavitem + .homenavitem + .homenavitem .homenavdoor .home-circle:after {
    font-family: 'FontAwesome';
    font-size: 28px;
    color: rgba(255,255,255,1);
    content: "\f02d";
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    text-shadow: 0 0 3px rgba(21, 77, 164, 1);
}

.homenavdoor h2 {
    font-family: 'Rubik', serif;
    font-variant: titling-caps;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
}


@media only screen and (min-width:1051px) and (max-width:1480px) {
    .homenavdoor h2 {
        font-size: 2em !important;
    }
}

.homenavdoor h2 + h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.homenavdoor p {
    line-height: 1.5em;
}

.homenavdoor h2 + p {
    padding-top: 0;
    margin-top: 5px;
    width: 100%;
}

@media only screen and (min-width:1051px) and (max-width:1480px) {
    .homenavdoor h2 + p {
        display: none;
    }
}

/*------------------------------------------------------------------------------------------*/

#subcontentContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    min-height: 300px;
    background: #FFF;
}

@media screen and (min-width:1051px) {
    #subcontentContainer {
        padding-top: 165px;
    }

        #subcontentContainer.zelle {
            padding-top: 200px;
        }

            #subcontentContainer.zelle table {
                border-collapse: inherit;
            }
}


.dsC {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.subsection-content {
    margin: 0 auto;
    padding: 35px 0px;
}

#footerxy {
    position: relative;
    width: 100%;
    background-color: rgba(72, 72, 72, 1);
}

#footer-content {
    position: relative;
    width: 100%;
    color: rgba(255,255,255,1);
}

#footer {
    display: flex;
    justify-content: space-between;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    padding: 40px 0 0px 0;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: rgba(255,255,255,.65);
        }

        #footer a.footer-a-fa:before {
            width: 1.5rem;
            text-align: center;
            margin-right: 5px;
            font-family: 'FontAwesome';
            opacity: .75;
        }

    #footer > div {
        padding: 20px 0;
    }

        #footer > div > ul {
            margin-left: 0;
            padding-left: 0;
        }

            #footer > div > ul > li {
                list-style-type: none;
                margin-left: 0;
                padding-left: 0;
            }

                #footer > div > ul > li > .Button1 {
                    margin-top: 5px;
                    margin-right: 0;
                }

#small-logo {
    margin-bottom: 20px;
}

    #small-logo + .footer-title {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.footer-title + ul {
    margin-top: 0;
    padding-top: 0;
}

#footer h3, #footer .footer-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    color: rgba(255,255,255,1);
    margin: 0;
    padding: 0 0 1em 0;
}

#footer > div:first-child > h3, #footer > div:first-child > .footer-title {
    padding: 0;
}

#contact-formmail > form > ul {
    list-style-type: none;
}

    #contact-formmail > form > ul > li {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        overflow: hidden;
    }

        #contact-formmail > form > ul > li:last-child {
            clear: both;
        }

        #contact-formmail > form > ul > li.two-col > input, #contact-formmail > form > ul > li.two-col > .captchaField.plain {
            width: calc(50% - 5px);
            margin-left: 10px;
            float: left;
        }

#contact-formmail .captchaField.plain {
    border-radius: 0px;
}

#contact-formmail > form > ul > li.two-col > input:first-of-type {
    margin-left: 0%;
}

#contact-formmail label {
    display: none;
}

#contact-formmail input[type=text], #contact-formmail input[type=email], #contact-formmail textarea, #contact-formmail input[type=submit] {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 18px;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
}

#contact-formmail input[type=text], #contact-formmail input[type=email], #contact-formmail textarea {
    border: 0px #ebebeb solid;
    color: #666;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 1px 1px 7px rgba(0,0,0,.4);
}

#contact-formmail input[type=text], #contact-formmail input[type=email], #contact-formmail input[type=submit] {
    height: 30px;
}

#contact-formmail textarea {
    padding-top: 5px;
}

#contact-formmail input[type=submit] {
    background-color: rgba(0,0,0,.5);
    border-width: 0;
    color: rgba(255,255,255,1);
    border-radius: 0 0 5px 5px;
}

#contact-formmail > form > ul > li:first-child > input:first-of-type {
    border-radius: 5px 0 0 0;
}

#contact-formmail > form > ul > li:first-child > input:last-of-type {
    border-radius: 0 5px 0 0;
}

#contact-formmail > form > ul > li:first-child + li + li > input:last-of-type {
    border-radius: 0 0 5px 0;
    height: 44px;
    margin-top: 0;
}

#footerbarxy {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding-bottom: 30px;
}

#footerbar {
    min-height: 100px;
    margin: 0 auto;
    padding: 12px 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

    #footerbar .back-to-top {
        position: absolute;
        top: -47px;
        left: 50%;
        margin-left: 200px;
        height: 62px;
        width: 164px;
        overflow: hidden;
        background-image: url(images/Back-to-top-bgx2.php);
        background-repeat: no-repeat;
        background-position: center top;
    }

        #footerbar .back-to-top:after {
            content: '';
            height: 62px;
            width: 164px;
            position: absolute;
            top: 0;
            background-image: url(images/Back-to-topx2.php);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center top;
            transition: all .2s ease-in-out;
        }

        #footerbar .back-to-top span {
            display: none;
        }

        #footerbar .back-to-top:hover:after {
            transform: translateY(-5px);
        }

#footerbarlinks {
    width: 100%;
    height: auto;
    text-align: center;
}

@media screen and (min-width:1051px) {
    #footerbarlinks {
        text-align: right;
    }
}

#footerbar ul {
    display: block;
    margin: 0;
    padding: 0;
    color: rgba(255,255,255,1);
    font-size: 12px;
    list-style-type: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    #footerbar ul:first-child {
        font-size: 16px;
        font-weight: 400;
        text-transform: initial;
    }

    #footerbar ul li {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 10px 5px 10px;
    }

        #footerbar ul li:first-child {
            padding-left: 0;
        }

#footerbar a {
    color: rgba(255,255,255,1);
}

    #footerbar a:hover {
        color: rgba(255,255,255,.75);
    }

#logos {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width:1051px) {
    #logos {
        justify-content: flex-start;
    }
}

#logos > div {
    align-self: flex-end;
}

@media screen and (min-width:1051px) {
    #logos > div {
        margin-right: 70px;
    }
}

#fdic {
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}

#ehl {
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}

body.nologos #logos {
    display: none;
}

/*TEXT
-------------------------------------------------------------------------------------------*/
.content {
}

    .content h1, .content h2, .content h3, .content h4, .content h5, .content p, .content ul, .content ol, .content blockquote, .content pre, .content dl, .content dt, .content dd {
        margin-top: 3px;
        padding-top: 3px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .content ul {
        margin: 0px 0px 0px 20px;
        padding: 5px 0px 5px 0px;
        list-style-type: none;
    }

    .content ol {
        margin: 0px 0px 10px 20px;
        padding: 5px 0px 5px 0px;
    }

        .content ol li {
            padding: 6px 0px 6px 0px;
            font-size: 15px;
            line-height: 17px;
        }

    .content ul li {
        position: relative;
        padding: 6px 0px 6px 1.5em;
        background-repeat: no-repeat;
    }

        .content ul li:before {
            content: "\f101";
            font-family: 'fontAwesome';
            color: var(--primary);
            font-size: 20px;
            width: 20px;
            display: block;
            position: absolute;
            left: 0;
            text-align: center;
            line-height: 1em;
        }

    .content ul ul li:before {
        content: "\f054";
        font-size: 14px;
        height: 22px;
        width: 14px;
        top: 6px;
        left: 5px;
    }

    .content ul.List-Checkmark li {
        padding: 6px 0px 6px 30px;
        background-repeat: no-repeat;
    }

        .content ul.List-Checkmark li:before {
            content: "\f00c";
            font-family: 'fontAwesome';
            color: var(--primary);
            font-size: 20px;
            height: 18px;
            width: 16px;
            padding-left: 2px;
            display: block;
            position: absolute;
            left: -2px;
            text-align: center;
        }

body.locations .content ul {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

    body.locations .content ul li:before {
        font-size: 14px;
        height: 22px;
        width: 14px;
        top: 0px;
        left: 5px;
    }

    body.locations .content ul li {
        padding: 0 0 3px 25px;
    }

.content h1, .content h2, .content h3, .content h4, .content h5, fieldset legend {
    margin-top: 10px;
    padding-top: 10px;
    font-weight: 400;
    color: #000;
    font-family: 'Rubik', serif;
    font-variant: titling-caps;
}

.content h1 {
    font-size: 28px;
    letter-spacing: -0.025em;
    line-height: 1.1em;
    color: var(--primary);
}

.content h2, fieldset legend {
    font-size: 34px;
    line-height: 1.1em;
    color: var(--primary);
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: -0.025em;
}

    .content h2 + table {
        margin-top: 20px !important;
    }

.content h3 {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #6e6762;
}

    .content h3 + * {
        padding-top: 0px;
        margin-top: .5em;
    }

.content h4 {
    font-size: 20px;
    line-height: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: var(--primary);
}

    .content h4 + * {
        padding-top: 0px;
        margin-top: .5em;
    }

.content h5 {
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #6e6762;
}

    .content h5 + * {
        padding-top: 0px;
        margin-top: .5em;
    }

.content h6 {
    font-size: 10px;
    line-height: 12px;
    color: #7d7d7d;
    padding: 2px 0px 2px 0px;
    margin: 4px 0px 0px 0px;
    font-weight: normal;
}

.content p {
    font-size: 1rem;
    line-height: 24px;
    padding: 4px 0px 4px 0px;
    margin: 4px 0px 4px 0px;
}

.content a {
    color: var(--primary);
    font-weight: normal;
}

    .content a:hover {
        color: rgba(166,25,46,.75);
        font-weight: normal;
    }

.content sup, .content sub, .styledtable sup, .styledtable sub, productTable sup, productTable sub {
    line-height: 0px !important;
    vertical-align: baseline;
    position: relative;
    bottom: .33em;
}

.content figure {
    margin: 0 2% 3% 2%;
    padding: 0;
}

.content figcaption {
    color: #b39254;
}

.greentxt {
    color: #33705d;
}

p.small, .small {
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: normal !important;
    color: #9e9e9e !important;
    padding: 2px 0px 2px 0px;
    margin: 2px 0px 2px 0px;
}

p.description {
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: normal !important;
    color: #666 !important;
    padding: 2px 0px 2px 0px;
    margin: 2px 0px 2px 0px;
}

ol.small, ul.small {
    font-size: 11px !important;
    line-height: 12px !important;
    font-weight: normal !important;
    color: #9e9e9e !important;
    padding: 2px 0px 2px 0px;
    margin: 2px 0px 2px 15px;
}

    ol.small li, ul.small li {
        padding: 2px 0px 2px 0px;
        margin: 2px 0px 2px 0px;
        line-height: 15px;
    }

p.loc-hours {
    font-size: 14px;
    line-height: 18px;
}

fieldset {
    padding: 10px;
    border: 1px rgba(0,0,0,.25) solid;
    margin: 20px 0;
}

    fieldset legend {
        padding: 5px;
    }

blockquote {
    float: right;
    position: relative;
    width: 40%;
    display: block;
    font-size: 1.6em;
    line-height: 1.2em;
    color: #7d7d7d;
    border-left: 1px #cacaca solid;
    padding: 0px 0px 0px 55px;
}

    blockquote:before {
        display: block;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: 10px;
        top: 20px;
        color: #666;
    }

.bigtxt {
    font-size: 40px;
    line-height: 43px;
    color: var(--primary);
    margin-right: 5px;
}
/* ------------Tables-----------------*/

/* Table Flex */

.Table-Flex {
    display: block;
    table-layout: fixed;
    white-space: nowrap;
    width: 100%;
}

    .Table-Flex > *, .Table-Flex > * > *, .Table-Flex > * > * > *, .Table-Flex > * > * > * > * {
        display: block;
        box-sizing: border-box;
    }

    .Table-Flex > * {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: -.75rem -.75rem 0 -.75rem;
        white-space: normal;
    }

        .Table-Flex > * > * {
            width: 22%;
            min-width: 300px;
            background-color: rgba(0,0,0,.1);
            padding: 1.5rem;
            border-radius: .5rem;
            margin: .75rem;
            flex-grow: 1;
        }


@media only screen and (min-width:1051px) {
    .Table-Flex > * > * {
        max-width: 31.85%;
    }
}

@media only screen and (min-width:713px) and (max-width:1050px) {
    .Table-Flex > * > * {
        max-width: 47%;
    }
}

.Table-Flex > * > * > * {
}

    .Table-Flex > * > * > * > *:first-child {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .Table-Flex > * > * > * > *:last-child {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

/* Table Flex 50 percent */

.Table-Flex-50 {
    display: block;
    table-layout: fixed;
    white-space: nowrap;
    width: 100%;
}

    .Table-Flex-50 > *, .Table-Flex-50 > * > *, .Table-Flex-50 > * > * > *, .Table-Flex-50 > * > * > * > * {
        display: block;
        box-sizing: border-box;
    }

    .Table-Flex-50 > * {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: -.75rem -.75rem 0 -.75rem;
        white-space: normal;
    }

        .Table-Flex-50 > * > * {
            width: 48%;
            min-width: 300px;
            background-color: rgba(0,0,0,.1);
            padding: 1.5rem;
            border-radius: .5rem;
            margin: .75rem;
            flex-grow: 1;
        }

@media only screen and (max-width:480px) {
    .Table-Flex-50 > * > * {
        min-width: 0;
    }
}

.Table-Flex-50 > * > * > * {
}

    .Table-Flex-50 > * > * > * > *:first-child {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .Table-Flex-50 > * > * > * > *:last-child {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

/* Table Flex Team */

.Table-Flex-Team {
    display: block;
    table-layout: fixed;
    white-space: nowrap;
    width: 100%;
    position:relative;
    --team-img-size: 35%;
}

    .Table-Flex-Team > *, .Table-Flex-Team > * > *, .Table-Flex-Team > * > * > *, .Table-Flex-Team > * > * > * > * {
        display: block;
        box-sizing: border-box;
    }

    .Table-Flex-Team > * {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: -.75rem -.75rem 0 -.75rem;
        white-space: normal;
    }

        .Table-Flex-Team > * > tr {
            display: flex;
            width: calc(100% - 1.5rem);
            background-color: rgba(0,0,0,.1);
            padding: 1.5rem;
            border-radius: .5rem;
            margin: .75rem;
        }

@media (min-width:478px) and (max-width:1050px){
    .Table-Flex-Team > * > tr {
        width: calc(50% - 1.5rem);
    }
}

@media (min-width:1051px){
    .Table-Flex-Team > * > tr {
        width: calc(33% - 1.5rem);
    }
}

.Table-Flex-Team > * > tr > * {
    display:block;
    flex-grow:1;
    position:relative;
    padding-left: calc(var( --team-img-size) + 1rem);
    overflow:hidden;
}

.Table-Flex-Team img {
    max-width: var( --team-img-size) !important;
    position:absolute;
    left:0;
    top:0;
}

@media only screen and (min-width:1051px) {
    .Table-Flex-Team > * > * {
        max-width: 31.85%;
    }
}

@media only screen and (min-width:713px) and (max-width:1050px) {
    .Table-Flex-Team > * > * {
        max-width: 47%;
    }
}

    .Table-Flex-Team > * > * > * > *:first-child {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .Table-Flex-Team > * > * > * > *:last-child {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

/* Table Style */

.Table-Style {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .Table-Style th, .Table-Style th p {
        font-weight: normal;
        font-size: 17px;
        line-height: 20px;
    }

    .Table-Style th {
        padding: 15px 10px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: rgba(0,0,0,.1);
        background-color: #1c2654; /*default #7e7e7e;*/
        text-align: center;
        color: #FFFFFF;
    }

        .Table-Style th p {
            margin: 0;
            padding: 0;
        }

        .Table-Style th:first-child {
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: rgba(0,0,0,.1);
            text-align: left;
        }

        .Table-Style th a {
            color: #d2e7df;
        }

            .Table-Style th a:hover {
                color: #FFFFFF;
            }

    .Table-Style td, .Table-Style td p {
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
    }

    .Table-Style td {
        padding: 15px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #d7d7d7;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d7d7d7;
        text-align: center;
    }

        .Table-Style td ul {
            text-align: left;
        }

        .Table-Style td p {
            margin: 0;
            padding: 0;
        }

            .Table-Style td p + p {
                padding: 3px 0;
                margin: 3px 0;
            }

        .Table-Style td:first-child {
            text-align: left;
            font-size: 14px;
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: #d7d7d7;
        }

    .Table-Style tr:hover {
        padding: 7px;
        /* background-color: rgba(128,0,0,.1); */
    }

    .Table-Style caption {
        padding: 10px;
        font-size: 30px;
        line-height: 34px;
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        text-align: left;
        background-color: var(--primary);
        font-weight: 700;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.Table-Simple {
    border-bottom-color: #e4e4e4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .Table-Simple th p {
        font-weight: bold;
    }

    .Table-Simple th p, .Table-Simple td p {
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        padding: 3px 0;
        margin: 2px 0;
    }

        .Table-Simple td p + p {
            padding: 3px 0;
            margin: 3px 0;
        }

    .Table-Simple th {
        padding: 5px 10px;
    }

    .Table-Simple td {
        padding: 5px;
        border-top-color: #e4e4e4;
        border-top-width: 1px;
        border-top-style: solid;
        text-align: center;
        vertical-align: top;
    }

        .Table-Simple td:first-child {
            text-align: left;
        }

    .Table-Simple th {
        font-weight: bold;
        text-align: center;
    }

.Table-Product {
    padding: 0 !important;
    background: none !important;
    border-spacing: 0;
    border-collapse: separate;
    margin: 0 !important;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #AEB89D;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .Table-Product > tbody > tr > th, .Table-Product > thead > tr > th {
        padding: 14px 20px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: rgba(0,0,0,.1);
        background: var(--primary); /* Old browsers */
        text-align: center;
        vertical-align: middle;
        color: #fff;
    }

    .Table-Product > tbody > tr > td {
        border-bottom: 1px #d2d2d2 solid;
        border-right: 1px #d2d2d2 solid;
        text-align: center;
        padding: 10px;
        background: #FFF;
    }

        .Table-Product > tbody > tr > td:first-child + td, .Table-Product > tbody > tr > th:first-child + th, .Table-Product > thead > tr > th:first-child + th {
            box-shadow: -5px 0px 3px rgba(0,0,0,.05);
        }

    .Table-Product > tbody > tr:first-child > td:first-child, .Table-Product > tbody > tr:first-child > th:first-child + th, .Table-Product > thead > tr:first-child > th:first-child + th, .Table-Product > caption + tbody > tr:first-child + tr > td:first-child, .Table-Product > tbody:first-child > tr:first-child + tr > td:first-child {
        -moz-border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .Table-Product > caption + tbody > tr:first-child + tr > td:first-child, .Table-Product > tbody:first-child > tr:first-child > td:first-child, .Table-Product > thead + tbody > tr:first-child > td:first-child {
        border-top: 1px #d2d2d2 solid;
    }

    .Table-Product > tbody > tr > th:last-child, .Table-Product > thead > tr > th:last-child {
        -moz-border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .Table-Product > caption + tbody > tr:first-child > td:first-child, .Table-Product > tbody:first-child > tr:first-child > td:first-child {
        border-top: 1px #d2d2d2 solid;
    }

    .Table-Product > tbody > tr > th:first-child, .Table-Product > thead > tr > th:first-child, .Table-Product > tbody > tr > td:first-child {
        text-align: left;
        border-left: 1px #d2d2d2 solid;
        border-right-width: 0;
    }

    .Table-Product > tbody > tr:last-child > td:first-child {
        border-bottom-left-radius: 10px;
        -moz-border-bottom-left-radius: 10px;
        -webkit-bottom-left-radius: 10px;
    }

    .Table-Product > tbody > tr > th:first-child, .Table-Product > thead > tr > th:first-child {
        background: none !important; /* Old browsers */
        border-left-width: 0;
        border-left: none !important;
        border-right-width: 0;
    }

    .Table-Product > tbody > tr > td:first-child {
        background-color: #eee;
        font-weight: bold;
    }

    .Table-Product > tbody > tr:last-child > td {
        border-bottom: 1px #d2d2d2 solid;
    }

        .Table-Product > tbody > tr:last-child > td:last-child {
            border-radius: 0 0 10px 0;
            behavior: url(PIE.php);
        }

    .Table-Product > tbody > tr > td:last-child {
        border-right: 1px #d2d2d2 solid;
    }

    .Table-Product caption, .Table-Product > tbody > tr > th:first-child, .Table-Product > thead > tr > th:first-child, .Table-Product > tbody > tr > th:first-child > p {
        padding: 7px;
        font-size: 18px;
        line-height: 20px;
        color: #000000;
        text-align: left;
        font-weight: normal;
        text-shadow: none;
        background: none;
    }

        .Table-Product > tbody > tr > th:first-child, .Table-Product > tbody > tr > th:first-child > p {
            text-align: center;
        }

    .Table-Product > * > tr > th {
        font-size: 18px;
        line-height: 20px;
        text-shadow: rgba(18, 52, 100,.50) 1px 1px 0;
        color: #ffffff;
    }

        .Table-Product > * > tr > th + th * {
            color: #ffffff;
        }

    .Table-Product th p, .Table-Product th a {
        padding: 0px;
    }

    .Table-Product > tbody > tr > td, .Table-Product td p {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }

    .Table-Product td p {
        padding: 0;
        margin: 0;
    }

        .Table-Product td p + p {
            padding: 3px 0;
            margin: 3px 0;
        }

    .Table-Product th a:hover {
        color: #c7c7c7;
    }

    .Table-Product p {
        padding: 1px 0px 4px 0px;
        margin: 4px 0px 4px 0px;
    }

    .Table-Product ul {
        text-align: left;
        margin: 0;
        padding: 0;
    }

        .Table-Product ul li {
            margin: 0;
            padding-left: 25px;
        }

    .Table-Product .checkmark:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        font-size: 1.5em;
        color: var(--primary);
    }

table.Table-Privacy {
    width: 100%;
    max-width: 890px;
    color: #333;
    margin: 0 0 .5em;
    padding: 0;
    line-height: 1.75;
    border-bottom: 1px #333 solid;
    font-size: .9em;
}

    table.Table-Privacy caption {
        background-color: var(--primary);
        color: #FFFFFF;
        font-weight: 700;
        font-size: 17px;
        line-height: 20px;
        padding: 1em 1.5em;
        margin-top: 20px;
        overflow: hidden;
    }

.Table-Privacy > * > tr > th {
    font-size: 1em;
    background: #999999;
    padding: .75em;
    border: 1px #fff solid;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

[class*="Subsection-Table"] .Table-Privacy:first-of-type > * > tr:first-child > th {
    font-size: 17px;
    background: #666666;
    padding: .75em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.Table-Privacy > * > tr > th p, .Table-Privacy > * > tr > td p {
    font-size: 1em;
    line-height: 1.25em;
}

.Table-Privacy > * > tr > th p {
    font-weight: 700;
    color: #fff;
}

.Table-Privacy > * > tr > td ul li p {
    margin: 0;
    padding: 0;
}

.Table-Privacy > * > tr > th h3 {
    color: #fff;
}

.Table-Privacy > * > tr > td,
.Table-Privacy > * > tr > th {
    padding: .75em;
    border: 1px rgb(153, 153, 153) solid;
}

    .Table-Privacy > * > tr > th > *:first-child, .Table-Privacy > * > tr > td > *:first-child {
        padding-top: 0;
        margin-top: 0;
    }

    .Table-Privacy > * > tr > th > *:last-child, .Table-Privacy > * > tr > td > *:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

/* Table-Locations */

.Table-Location {
    table-layout: fixed;
    white-space: nowrap;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: url(images/Swoosh.svg), linear-gradient(to bottom, rgba(250,249,247,1) 0%,rgba(235,235,235,1) 100%);
    background-position: bottom, top;
    background-repeat: no-repeat, repeat-y;
    background-size: 101%;
    border-radius: 25px;
    padding: 2rem 2rem 5rem 2rem !important;
}

@media only screen and (min-width:1051px) {
    .Table-Location {
        padding: 3rem !important;
    }
}

.Table-Location + .Table-Location {
    margin-top: 20px;
}

.Table-Location > tbody {
    display: block;
    box-sizing: border-box;
    white-space: normal;
}

    .Table-Location > tbody > tr {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .Table-Location > tbody > tr > td {
            display: block;
            box-sizing: border-box;
            position: relative;
            width: 100% !important;
            margin-bottom: 1em;
        }

@media only screen and (min-width:1051px) {
    .Table-Location > tbody > tr > td:first-child {
        width: 60% !important;
    }

        .Table-Location > tbody > tr > td:first-child + td {
            width: 35% !important;
        }
}

.Table-Location > tbody > tr > td > *:first-child, .Table-Location > tbody > tr > td:first-child > *:first-child + * {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.Table-Location > tbody > tr > td > *:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.Table-Location > tbody > tr:first-child > td:first-child > *:first-child > img {
    border-radius: 10px;
}

@media only screen and (min-width:641px) {
    .Table-Location > tbody > tr:first-child > td:first-child {
        padding-left: 330px;
    }

    .Table-Location > tbody > tr > td:first-child > *:first-child {
        padding: 0 !important;
        margin: 0 !important;
    }

    .Table-Location > tbody > tr:first-child > td:first-child > *:first-child > img {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px !important;
        height: auto !important;
    }
}

.Table-Location a[href*=tel] {
    white-space: pre;
}

table.officers td {
    padding: 0 2% 5% 2%;
    vertical-align: top;
}

.normaltable {
    width: 100%;
}

    .normaltable td {
        /*padding: 0 2%;*/
        vertical-align: top;
    }

.Table-History {
    margin: 0 0 10px 0;
    border: 1px solid #b1b5a9;
}

    .Table-History td {
        padding: 2%;
        background-color: #FFF;
    }

        .Table-History td:first-child {
            width: 25%;
            text-align: center;
            background-color: #7f9a8c;
        }

            .Table-History td:first-child p {
                font-size: 45px;
                line-height: 50px;
                font-style: italic;
                color: #FFF;
            }

.Table-Listing {
    font-family: Arial, Helvetica, sans-serif !important;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #AEB89D;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .Table-Listing th {
        padding: 14px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: rgb(22, 82, 148);
        background: var(--primary); /* Old browsers */
        text-align: center;
        vertical-align: middle;
        color: #fff;
        font-size: 1.3em;
        line-height: 1.3em;
    }

        .Table-Listing th:first-child + th {
            border-left: none;
        }

    .Table-Listing td {
        border-bottom: 1px #ccc solid;
        border-right: 1px #ccc solid;
        text-align: left;
        padding: 0px 20px;
        font-size: 1.1em;
        line-height: 1.2em;
    }

        .Table-Listing td.Table-Listingspacer:first-child {
            background-image: none;
            background-color: #FFF;
        }

    .Table-Listing tr:first-child td:first-child, .Table-Listing tr th:nth-child(2) {
        -moz-border-radius: 10px 0px 0px 0px;
        -webkit-border-radius: 10px 0px 0px 0px;
        border-radius: 10px 0px 0px 0px !important;
    }

    .Table-Listing tr th:last-child {
        -moz-border-radius: 0px 10px 0px 0px;
        -webkit-border-radius: 0px 10px 0px 0px;
        border-radius: 0px 10px 0px 0px;
    }

    .Table-Listing tr:first-child td:first-child {
        border-top: 1px #e4e4e4 solid;
    }

    .Table-Listing tr th:first-child, .Table-Listing tr td:first-child {
        text-align: left;
        border-left: 1px #e4e4e4 solid;
        border-right-width: 0;
        width: 22%;
    }

    .Table-Listing tr:last-child td:first-child {
        border-radius: 0px 0px 0px 10px;
        -moz-border-radius: 0px 0px 0px 10px;
        -webkit-border-radius: 0px 0px 0px 10px;
        behavior: url(PIE.php);
    }

    .Table-Listing tr th:first-child {
        background-color: var(--primary);
        border-left-width: 0;
        border-right-width: 0;
    }

    .Table-Listing tr td:first-child {
        background-image: url('/theme/taxas/images/images/table-column-shadow.png');
        background-repeat: repeat-y;
        background-position: right top;
        background-color: #f6f6f6;
        font-weight: bold;
        max-width: 190px;
    }

        .Table-Listing tr td:first-child img {
            max-width: 100%;
            min-width: 50px;
        }

    .Table-Listing tr:last-child td {
        border-bottom: 1px #cbcbcb solid;
    }

    .Table-Listing tr td:last-child {
        border-right: 1px #cbcbcb solid;
    }

        .Table-Listing tr td:last-child h3 {
        }

    .Table-Listing caption, .Table-Listing tr th:first-child, .Table-Listing tr th:first-child p {
        padding: 7px;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        font-weight: normal;
        text-shadow: none;
        background: none;
    }

    .Table-Listing caption {
        display: none;
        padding: 10px 2%;
        font-size: 20px !important;
        color: #FFFFFF;
        text-align: left;
        margin: 0;
        background: var(--primary);
        border-bottom: 2px solid var(--primary);
        caption-side: top;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }

    .Table-Listing tr th:first-child, .Table-Listing tr th:first-child p {
        text-align: center;
    }

    .Table-Listing tr:hover {
        background-color: #ecf1f7;
    }

table.Table-Listing th p, table.Table-Listing th a {
    color: #ffffff;
    padding: 0px;
}

    table.Table-Listing th a:hover {
        color: #c7c7c7;
    }

table.Table-Listing p {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #5a5a5a;
    font-family: Arial, Helvetica, sans-serif !important;
}

table.Table-Listing ul {
    font-size: 11px;
    line-height: 14px;
    margin: 0px;
    padding: 8px 0px 0px 0px;
    list-style-type: none;
}

    table.Table-Listing ul li {
        text-align: left;
        padding: 3px 0px 3px 10px;
        background-image: url('/theme/taxas/images/images/check.php') !important;
        background-position: 0px 7px;
    }

        table.Table-Listing ul li:before {
            display: none;
        }

    table.Table-Listing ul p {
        font-size: 11px;
        line-height: 14px;
        padding: 2px 0px 2px 0px;
        margin: 0px;
    }

th.col-odd, .Table-Listing tr:hover th.col-odd, .Table-Product > tbody > tr > th.col-odd, .Table-Product > thead > tr > th.col-odd {
    background-color: rgba(166,25,46,.75);
}

.Table-Listing tr:hover .col-even, .Table-Listing tr:hover .col-odd {
}

.Table-Listing tr:hover th.col-odd:first-child, .Table-Listing tr:hover {
    background-color: transparent !important;
}

.Table-Listing th.col-even {
    background: var(--primary);
}

.Table-Bio > tbody > tr > td:first-child {
    width: 250px;
    padding-bottom: 25px;
}

.Table-OEC, .Table-OEC > tbody {
    display: block;
}

    .Table-OEC > tbody > tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }

        .Table-OEC > tbody > tr > td {
            display: block;
        }

            .Table-OEC > tbody > tr > td > .bcmPlayerBanner, .Table-OEC > tbody > tr > td > div[id*=banner] > img {
                min-width: 256px;
                min-height: 200px;
            }

                .Table-OEC > tbody > tr > td > .bcmPlayerBanner img, a[href*=https\:\/\/www\.onlinebanktours\.com] img {
                    min-width: 256px;
                    min-height: 200px;
                }

img.shadowimg {
    margin: 0 25px 25px 0;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
}

.Disclaimer {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 0;
    font-weight: normal;
}

a.Include, a.Include-Form, .Include-Mortgage-Payment-Calc, .Include-Savings-Estimator, .Include-Debt-Payoff-Calculator, .Include-Loan-Payment-Calculator {
    display: none;
}

/*LINKS
-------------------------------------------------------------------------------------------*/

/* Button Styles */

.Button1, .Button2, .Button3, form.calc button, form.calc input[type=button] {
    font-weight: 700;
    padding: .45em 1.2em;
    margin-right: .5em;
    margin-bottom: .5em;
}

.Button1, .Button2, .Button3, .promoContent > table a.Button1:before, form.styled input[type=submit], body.calc fieldset input[type=button], body.calc fieldset input[type=reset], form.calc button, form.calc input[type=button] {
    transition: all .3s ease-in-out;
}

.Button1, .Button2, .Button3, form.styled input[type=submit], body.calc fieldset input[type=button], body.calc fieldset input[type=reset], form.calc button, form.calc input[type=button] {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    background-color: var(--primary-dark);
    color: rgba(255,255,255,1) !important;
    cursor: pointer;
    font-weight: normal;
    outline: 0;
    border: 2px var(--primary-dark) solid;
    border-radius: 5px;
    box-sizing: border-box;
}

.Button2, body.calc fieldset input[type=reset] {
    background-color: rgba(255,255,255,1);
    color: #959595 !important;
    border: 3px #d7d7d7 solid;
}

.Button3 {
    background-color: rgba(0, 20, 137, 1);
    color: #fff !important;
    border: 3px rgba(0, 20, 137, 1) solid;
}


    .Button1:hover, .Button2:hover, .Button3:hover,
    form.styled input[type=submit]:hover,
    body.calc fieldset input[type=button]:hover,
    body.calc fieldset input[type=reset]:hover,
    form.calc button:hover,
    form.calc input[type=button]:hover {
        color: var(--primary) !important;
        background-color: rgba(255,255,255,1);
        border-color: rgba(166,25,46,.5);
        text-decoration: none;
    }

a.Button3:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 20, 137, 1) !important;
    border-color: rgba(0, 20, 137, .5);
}

/* Styled Form */

form.styled fieldset {
    padding: 15px;
}

form.styled > ul > li {
    clear: both;
    overflow: hidden;
    background: none;
    border-top: 1px #e8e2d6 dashed;
    padding: 10px 0;
}

form.styled ul li {
    clear: both;
    overflow: hidden;
    background: none;
    padding: 10px 0;
}

form.styled > ul > li:first-child {
    border-top: none;
}

.generatedcontent form.styled ul li:before {
    display: none !important;
}

form.styled > ul > li > input, form.styled ul li input[type=checkbox], form.styled ul li input[type=radio], form.styled > ul > li > textarea, form.styled select {
    width: 100%;
    box-sizing: border-box;
}

form.styled > ul > li > input {
    border: 1px #ccc solid;
    border-collapse: collapse;
    line-height: 24px;
    font-family: 'Pt Sans', Arial, Helvetica, sans-serif;
    padding: 0 10px;
}

form.styled ul li input[type=checkbox], form.styled ul li input[type=radio] {
    width: 5%;
    border: 1px #ccc solid;
    border-collapse: collapse;
    line-height: 24px;
    text-align: right;
    margin: 5px 2% 0 20%;
    vertical-align: top;
}

form.styled > ul > li > textarea {
    min-height: 70px;
    border: 1px #ccc solid;
    border-collapse: collapse;
    line-height: 1.5em;
    font-family: 'Pt Sans', Arial, Helvetica, sans-serif;
    padding: 5px 10px;
}

form.styled > ul > li > input[type=checkbox] + label, form.styled > ul > li > input[type=radio] + label {
    width: 55%;
    line-height: 24px;
    text-align: left;
    padding: 0;
}

form.styled input[type=submit] {
    display: block;
    -webkit-appearance: none;
}

form.styled > ul > li > label {
    text-align: right;
    padding: 0;
    line-height: 24px;
    box-sizing: border-box;
}

form.styled .textRed {
    color: #ff0000;
}

/* End Styled Form */

#isMobile {
    visibility: hidden;
    display: none;
    height: 0;
}

#gototop {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -ms-transform: scale(0.0);
    transform: scale(0.0);
    z-index: 810;
}

    #gototop:hover {
        background: rgba(146,5,26,1);
    }

.shrink #gototop {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.lt-ie9 #gototop {
    background: #5d5d5d;
}

    .lt-ie9 #gototop:hover {
        background-color: #776441;
    }

.lt-ie9 .shrink #gototop {
    display: block;
}

/*FORMS
-------------------------------------------------------------------------------------------*/
#contactForm {
    margin: 0;
    padding: 0;
    width: 100%;
}

    #contactForm input {
        height: 35px;
        width: 60%;
        padding: 2px 0 2px 20px;
        margin: 0 0 5px 0;
        border: none;
        background-color: #e7e3db;
        outline: none;
        color: #666666;
    }

        #contactForm input.btn {
            color: #ffffff;
            font-style: normal;
            text-decoration: none;
            padding: 10px 15px;
            margin: 0;
            border: none;
            height: 40px;
            cursor: pointer;
        }

    #contactForm textarea {
        border: none;
        background-color: #e7e3db;
        color: #666666;
        padding: 11px 0 0 20px;
        font-family: Arial, Helvetica, sans-serif;
        outline: none;
        width: 60%;
    }

        #contactForm textarea:focus, #contactForm input:focus {
            background-color: var(--primary);
            color: #ffffff;
        }

label {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

input {
    display: inline-block;
}

#contactForm #acceptance {
    height: 15px;
    width: 20px;
    background: none;
    padding-left: 0px;
    float: left;
    margin-right: 5px;
}

    #contactForm #acceptance + label {
        display: block;
    }

@media only screen and (max-width:790px) {
    #contactForm input, #contactForm textarea {
        width: 95%;
        padding: 1% 0 1% 5%;
    }

    #contactForm textarea {
        width: 95%;
        padding: 2% 0 1% 5%;
    }
}

.captchaField {
    margin: 0 !important;
}

#Recipient {
    display: none;
}

.clearfloat {
    clear: both;
    height: 0px;
}

/* Limit Widths */
.app-inner-content, #header > .interior, #underheader > .interior, #topbar > .interior, [class*="Subsection-Table"] > *, [class*="Subsection-Table"][class*="-Right"] > *, [class*="Subsection-Table"][class*="-Muted"] > *, [class*="Subsection-Table"][class*="-Reversed"] > *, .Table-Promotion > *, .Table-Promotion-Blue > *, .Table-Flex-Feature > *, .Table-Quicklinks > *, footer > *, .caption-container, #homenav, .Table-Banner > * > * > * {
    max-width: 90%;
    margin: 0 5%;
}

@media screen and (max-width:1050px) {
    #logos {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:1051px) and (max-width:1480px) {
    .app-inner-content, #mainnav, #header > .interior, #underheader > .interior, #topbar > .interior, [class*="Subsection-Table"] > *, [class*="Subsection-Table"][class*="-Right"] > *, [class*="Subsection-Table"][class*="-Muted"] > *, [class*="Subsection-Table"][class*="-Reversed"] > *, .Table-Promotion-Blue > *, .Table-Flex-Feature > *, .Table-Quicklinks > *, footer > *, body > section > header > *, .caption-container, #homenav, .Table-Banner > * > * > * {
        max-width: 96%;
        margin: 0 2%;
    }
}

@media only screen and (min-width:1481px) {
    .app-inner-content, #mainnav, #header > .interior, #underheader > .interior, #topbar > .interior, [class*="Subsection-Table"] > *, [class*="Subsection-Table"][class*="-Right"] > *, [class*="Subsection-Table"][class*="-Muted"] > *, [class*="Subsection-Table"][class*="-Reversed"] > *, .Table-Promotion-Blue > *, .Table-Flex-Feature > *, .Table-Quicklinks > *, footer > *, body > section > header > *, .caption-container, #homenav, .Table-Banner > * > * > * {
        width: 100%;
        max-width: 1381px;
        margin: 0 auto;
        margin-left: calc((100% - 1381px) / 2);
        margin-right: calc((100% - 1381px) / 2);
    }
}

/* Inital section padding */

@media screen and (max-width: 1050px) {
    #subcontentContainer > [class*="Subsection-Table"][style*=url],
    #subcontentContainer > [class*="Subsection-Table"][class*="-Right"][style*=url] {
        padding-top: 30vw;
    }
}

@media screen and (min-width:1051px) {
    #subcontentContainer > [class*="Subsection-Table"][style*=url]:first-child,
    #subcontentContainer > *:not([style*=url]):first-child > * > tr > * {
        padding-top: 6rem;
    }
}

/* Subsection-Table */

[class*="Subsection-Table"], [class*="Subsection-Table"][class*="-Right"] {
    table-layout: fixed;
    white-space: nowrap;
    overflow: hidden;
}

    [class*="Subsection-Table"], [class*="Subsection-Table"] > tbody, [class*="Subsection-Table"][class*="-Right"], [class*="Subsection-Table"][class*="-Right"] > tbody {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

        [class*="Subsection-Table"] > tbody > tr, [class*="Subsection-Table"][class*="-Right"] > tbody > tr {
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

            [class*="Subsection-Table"] > tbody > tr > td, [class*="Subsection-Table"][class*="-Right"] > tbody > tr > td {
                display: block;
                width: 100%;
                box-sizing: border-box;
                padding: 2rem 0;
                white-space: normal;
            }

                [class*="Subsection-Table"] > tbody > tr > td > *:first-child, [class*="Subsection-Table"][class*="-Right"] > tbody > tr > td > *:first-child {
                    padding-top: 0;
                    margin-top: 0;
                }

                [class*="Subsection-Table"] > tbody > tr > td > *:last-child, [class*="Subsection-Table"][class*="-Right"] > tbody > tr > td > *:last-child {
                    padding-bottom: 0;
                    margin-bottom: 0;
                }

        /* Subsection-Table-Muted */

        [class*="Subsection-Table"][class*="-Muted"] {
            background: linear-gradient(to bottom, rgba(210,209,209,1) 0%,rgba(255,255,255,1) 100%);
            table-layout: fixed;
            white-space: nowrap;
            overflow: hidden;
        }

            [class*="Subsection-Table"][class*="-Muted"], [class*="Subsection-Table"][class*="-Muted"] > tbody {
                display: block;
                width: 100%;
                box-sizing: border-box;
            }

                [class*="Subsection-Table"][class*="-Muted"] > tbody > tr {
                    display: block;
                    width: 100%;
                    box-sizing: border-box;
                }

                    [class*="Subsection-Table"][class*="-Muted"] > tbody > tr > td {
                        display: block;
                        width: 100%;
                        box-sizing: border-box;
                        padding: 2rem 0;
                        white-space: normal;
                    }

                        [class*="Subsection-Table"][class*="-Muted"] > tbody > tr > td > *:first-child {
                            padding-top: 0;
                            margin-top: 0;
                        }

                        [class*="Subsection-Table"][class*="-Muted"] > tbody > tr > td > *:last-child {
                            padding-bottom: 0;
                            margin-bottom: 0;
                        }


        /* Subsection-Table */

        [class*="Subsection-Table"][class*="-Reversed"] {
            table-layout: fixed;
            white-space: nowrap;
            color: white;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            box-sizing: border-box;
            overflow: hidden;
            text-align: center;
            align-items: center;
        }

            [class*="Subsection-Table"][class*="-Reversed"][style*=url] {
                background-size: cover;
                background-position: right center;
            }

@media screen and (min-width:1051px) {
    [class*="Subsection-Table"][class*="-Reversed"][style*=url] {
        min-height: 500px;
    }
}

[class*="Subsection-Table"][class*="-Reversed"][style*=url] > tbody {
    position: relative;
    display: block;
    box-sizing: border-box;
}

    [class*="Subsection-Table"][class*="-Reversed"][style*=url] > tbody > tr {
        display: block;
        box-sizing: border-box;
    }

[class*="Subsection-Table"][class*="-Reversed"] > tbody > tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

    [class*="Subsection-Table"][class*="-Reversed"] > tbody > tr > td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 2rem 0;
        white-space: normal;
    }

        [class*="Subsection-Table"][class*="-Reversed"] > tbody > tr > td > *:first-child {
            padding-top: 0;
            margin-top: 0;
        }

        [class*="Subsection-Table"][class*="-Reversed"] > tbody > tr > td > *:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
        }

@media screen and (min-width:1051px) {
    [class*="Subsection-Table"][class*="-Reversed"][style*=url] > tbody > tr > td {
        margin-left: 10%;
        margin-right: 10%;
        width: auto;
    }
}

[class*="Subsection-Table"][class*="-Reversed"][style*=url]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(60, 145, 230,.85);
    background-repeat: no-repeat;
}

/* Subsection-Table with Image */

[class*="Subsection-Table"][style*=url], [class*="Subsection-Table"][class*="-Right"][style*=url] {
    position: relative;
    background-size: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

@media screen and (max-width:1050px) {
    [class*="Subsection-Table"][style*=url], [class*="Subsection-Table"][class*="-Right"][style*=url] {
        background-repeat: no-repeat;
        background-color: white;
    }
}

@media screen and (min-width:1051px) {
    [class*="Subsection-Table"][style*=url], [class*="Subsection-Table"][class*="-Right"][style*=url] {
        background-size: cover;
        background-position: right center;
        min-height: 500px;
    }
}

[class*="Subsection-Table"][style*=url] > tbody, [class*="Subsection-Table"][class*="-Right"][style*=url] > tbody {
    position: relative;
    display: block;
    box-sizing: border-box;
}

    [class*="Subsection-Table"][style*=url] > tbody > tr, [class*="Subsection-Table"][class*="-Right"][style*=url] > tbody > tr {
        display: block;
        box-sizing: border-box;
    }

@media screen and (min-width:1051px) {
    [class*="Subsection-Table"][style*=url] > tbody > tr > td {
        margin-left: 0%;
        margin-right: 60%;
        width: auto;
    }

    [class*="Subsection-Table"][class*="-Right"][style*=url] > tbody > tr > td {
        margin-right: 0%;
        margin-left: 60%;
        width: auto;
    }

    [class*="Subsection-Table"][style*=url]:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(100deg, rgba(255,255,255,0) 0%,rgba(255,255,255,.85) 20%,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 70%);
        background-repeat: no-repeat;
    }

    [class*="Subsection-Table"][class*="-Right"][style*=url]:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(100deg, rgba(255,255,255,0) 0%,rgba(255,255,255,.85) 20%,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 70%);
        background: linear-gradient(80deg, rgba(255,255,255,0) 30%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.85) 80%,rgba(255,255,255,0) 100%);
        background-repeat: no-repeat;
    }
}

/* Table-Promotion */

.Table-Promotion, .Table-Promotion > tbody {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.Table-Promotion {
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.04em;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
}

@media screen and (max-width:1050px) {
    .Table-Promotion {
        padding-top: 52%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 1);
    }
}

@media screen and (min-width:1051px) {

    .Table-Promotion {
        font-size: 1.4vw;
    }

        .Table-Promotion[style*=url] {
            height: 100vh;
            background-size: cover;
        }

        .Table-Promotion > tbody {
            height: 100%;
        }

        .Table-Promotion[style*=url]:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: linear-gradient(100deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,.8) 80%,rgba(255,255,255,0) 100%), radial-gradient(rgba(210, 180, 140, 0) 0%,rgba(210, 180, 140, 0) 50%,rgba(210, 180, 140, .8) 100%);
            background-repeat: no-repeat;
        }
}

.Table-Promotion > tbody > tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}

    .Table-Promotion > tbody > tr > td {
        position: relative;
        display: block;
        box-sizing: border-box;
        padding-top: 2.5rem;
        line-height: 1.5em;
    }

@media screen and (min-width:1051px) {
    .Table-Promotion > tbody > tr > td {
        padding: 2.5em 4vw;
        margin-left: calc(100% - 33%);
        color: #fff;
        background-color: rgba(0, 0, 0, .75);
        border-radius: 3px 3px 15px 15px;
    }
}

.Table-Promotion > tbody > tr > td > *:first-child, .caption > *:first-child {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.66em;
    font-weight: 300;
}

    .Table-Promotion > tbody > tr > td > *:first-child + *, .caption > *:first-child + * {
        padding-top: 0;
        margin-top: .25em;
    }


@media screen and (max-width:480px) {
    .caption > *.lastchild {
        padding-top: .25em;
        padding-bottom: 0;
        margin-bottom: -3em;
    }
}

@media screen and (min-width:1051px) {
    .Table-Promotion > tbody > tr > td > *:last-child, .caption > *.lastchild {
        padding-top: .25em;
        padding-bottom: 0;
        margin-bottom: -4em;
    }
}

/* Table-Promotion Alterative */
@media screen and (min-width:1051px) {
    .Table-Promotion + .Table-Promotion > tbody > tr > td, .Table-Promotion + .Table-Banner + .Table-Promotion > tbody > tr > td {
        margin-left: 0%;
        margin-right: calc(100% - 33%);
    }
}

@media screen and (min-width:1051px) {
    .Table-Promotion + .Table-Promotion[style*=url]:before, .Table-Promotion + .Table-Banner + .Table-Promotion[style*=url]:before {
        background: linear-gradient(100deg, rgba(255,255,255,0) 0%,rgba(255,255,255,.85) 30%,rgba(255,255,255,0) 50%), radial-gradient(rgba(210, 180, 140, 0) 0%,rgba(210, 180, 140, 0) 50%,rgba(210, 180, 140, .8) 100%);
    }
}

/* Table-Banner */

.Table-Banner {
    table-layout: fixed;
    white-space: nowrap;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
}

@media screen and (max-width:1050px) {
    .Table-Banner {
        background: #f2f2f2;
    }
}

.Table-Banner > * {
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
    white-space: normal;
}

@media screen and (min-width:1051px) {
    .Table-Banner > * {
        position: absolute;
        z-index: 10;
        top: -50px;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
}

.Table-Banner > * > * {
    position: relative;
    display: block;
    box-sizing: border-box;
}

    .Table-Banner > * > * > * {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        box-sizing: border-box;
        background: #f2f2f2;
        padding: 2rem 10%;
        margin: 0 auto;
        font-size: 1.5rem;
        letter-spacing: -0.04em;
    }

@media screen and (min-width:1051px) {
    .Table-Banner > * > * > * {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        box-sizing: border-box;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
        padding: 2rem 10%;
        margin: 0 auto;
        font-size: 1.5rem;
        letter-spacing: -0.04em;
    }
}

.Table-Banner > * > * > * > * {
    margin: .25em 0;
    padding: 0 1rem;
}

.slogon {
    font-family: serif;
    font-weight: bold;
    font-style: italic;
}

/* Table-Flex-Feature */

.Table-Flex-Feature, .Table-Flex-Feature > tbody, .Table-Flex-Feature > tbody > tr > td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.Table-Flex-Feature {
    background: linear-gradient(to bottom, var(--primary-dark) 0%, var(--primary-light) 100%);
    padding: 5.5em 0;
}

    .Table-Flex-Feature > tbody > tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        box-sizing: border-box;
        padding-bottom: 1.5rem;
    }

        .Table-Flex-Feature > tbody > tr > td {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            box-sizing: border-box;
            width: 23.5%;
            margin: 1.5rem 0 0 0;
            background-color: #fff;
            border-radius: 1rem;
            padding: 2.5rem;
            font-weight: 300;
            overflow: hidden;
        }

            .Table-Flex-Feature > tbody > tr > td > *:last-child {
                align-self: flex-end;
            }

@media screen and (min-width:481px) and (max-width:1050px) {
    .Table-Flex-Feature > tbody > tr > td {
        width: 48%;
    }
}

@media screen and (max-width:480px) {
    .Table-Flex-Feature > tbody > tr > td {
        width: auto;
        flex-grow: 1;
    }
}

.Table-Flex-Feature > tbody > tr > td > *:first-child img {
    margin: -2.5rem -2.5rem 0 -2.5rem;
    width: calc(100% + 5rem);
}

.Table-Flex-Feature > tbody > tr > td > *:first-child {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

    .Table-Flex-Feature > tbody > tr > td > *:first-child + * {
        font-size: 1.57em;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.Table-Flex-Feature > tbody > tr > td > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.Table-Flex-Feature > tbody > tr > td a.Button2 {
    border-width: 0;
    border-radius: 3px;
    color: #fff !important;
    background: linear-gradient(to top, rgb(41, 54, 149) 0%, rgb(0, 101, 179) 100%);
}

    .Table-Flex-Feature > tbody > tr > td a.Button2:hover {
        color: #fff;
        background: linear-gradient(to bottom, rgb(41, 54, 149) 0%, rgb(0, 101, 179) 100%);
    }

    .Table-Flex-Feature > tbody > tr > td a.Button2:after {
        content: "\f054";
        font-family: 'FontAwesome';
        font-weight: normal !important;
        margin-left: .4em;
    }

/* Table-Responsive */

.Table-Responsive {
    table-layout: fixed;
    white-space: nowrap;
    box-sizing: border-box;
    display: block;
}

    .Table-Responsive > * {
        white-space: normal;
        box-sizing: border-box;
        display: block;
    }

        .Table-Responsive > * > tr {
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .Table-Responsive > * > tr > td {
                box-sizing: border-box;
                display: block;
            }

/*Toolbar*/
.toolbar {
    margin: auto;
    position: fixed;
    text-align: right;
    z-index: 810;
    top: 32%;
    right: 0px;
    list-style-type: none;
    padding: 0;
    margin-top: -50px;
    transition: all 1s ease;
}

@media only screen and (max-width:1050px) {
    .toolbar {
        transform: translateX(55px);
    }
}

.toolbar.toolbar-active {
    transform: translateX(0px);
}

.toolbar > *, .toolbar > *.toolbar-search {
    background-color: rgba(52,52,52,.75);
}

.ipad.noticeactive #toolbar {
    top: 40%;
}

.dsm {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.toolbar > * {
    display: block;
    position: relative;
    float: right;
    clear: both;
    font-size: 16px;
    max-width: 58px;
    overflow: hidden;
    height: 47px;
    margin: 0;
    transition: background-color .4s ease-in-out, max-width .4s ease-in-out, border-top-left-radius .4s ease-in-out;
    box-sizing: border-box;
    border-top: 1px rgba(255, 255, 255, .25) solid;
    cursor: pointer;
}

    .toolbar > *.on-hover:hover, .toolbar > *.active {
        max-width: 300px;
        background-color: rgb(51, 51, 51);
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

        .toolbar > *.on-hover:first-child:hover, .toolbar > *.active:first-child, .toolbar > *:first-child + *.on-hover:hover, .toolbar > *:first-child + *.active {
            border-bottom-left-radius: 0px;
            z-index: 20000;
            max-width: 238px;
        }

.toolbar > #Toolbar-Weather.on-hover:first-child:hover, .toolbar > #Toolbar-Weather.active:first-child {
    max-width: 450px;
}

@media screen and (max-width:480px) {
    .toolbar > *.on-hover:first-child:hover, .toolbar > #Toolbar-Weather.on-hover:first-child:hover, .toolbar > #Toolbar-Weather.active:first-child {
        max-width: 90vw;
    }
}

.toolbar > *.on-hover:first-child:hover, .toolbar > *:first-child + *.on-hover:hover, .toolbar > *.active:first-child, .toolbar > *:first-child + *.active {
    overflow: visible;
}

.toolbar > *:first-child {
    margin-top: 13px;
    border-top-left-radius: 8px;
}

.toolbar > *:last-child {
    margin-bottom: 13px;
    border-bottom-left-radius: 8px;
}

.toolbar > * > * {
    display: block;
    height: 47px;
    line-height: 47px;
    font-size: 12px;
    vertical-align: middle;
    color: rgba(255,255,255,1) !important;
}

.toolbar > *.on-hover:first-child:hover > *, .toolbar > *.active:first-child > *, .toolbar > *:first-child + *.on-hover:hover > *, .toolbar > *:first-child + *.active > * {
    width: 500px;
}

.toolbar > * > * p {
    height: 47px;
    margin: 0 0 0 45px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 47px;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    color: rgba(0,0,0,0);
    transition: all 1s ease;
}

.toolbar > *.on-hover:hover > * p, .toolbar > *.active > * p {
    max-width: 300px;
    color: rgba(255,255,255,1);
}

i.toolbar-section {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    display: block;
    width: 58px;
    height: 47px;
    font-size: 27px;
    line-height: 47px;
    text-align: center;
}

.home #Toolbar-Login {
    display: none;
}

.home .toolbar > #Toolbar-Scroll-Down {
    margin-bottom: 13px;
    border-bottom-left-radius: 8px;
}

/* Weather */
#toolbar > * > div > div {
    height: auto;
    max-height: 0;
    width: 238px;
    box-sizing: border-box;
    position: absolute;
    padding: 25px;
    background-color: rgba(51, 51, 51, .95);
    margin-top: -1px;
    overflow: hidden;
    transition: max-height .1s ease;
    border-bottom-left-radius: 8px;
    text-align: left;
}

#toolbar > #Toolbar-Weather > div > div {
    width: 450px;
}

@media screen and (max-width:480px) {
    #toolbar > * > div > div {
        max-width: 90vw;
    }
}

#toolbar > *.on-hover:hover > div > div, #toolbar > *.active > div > div {
    transition: max-height 1.8s ease;
    max-height: 1000px;
}

div.weather {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
    position: relative;
    text-align: left;
}

.conditionImage {
    position: absolute;
    width: 50%;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
    height: 200px;
    background-image: url(images/weather/weather-sprite01.png);
    background-size: 400%;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    transition: all .75s ease-in;
    z-index: 1;
}

#forecast .conditionImage {
    width: 100%;
}
/*.weather:hover .conditionImage {
	-webkit-transform: translate(0,-5px);
}*/
/* Conditions */
.weather .conditionImage.Clear {
    background-position: 0% 0%;
}

.weather .conditionImage.PartlyCloudy {
    background-position: 32% 0%;
}

.weather .conditionImage.Cloudy {
    background-position: 65% 0%;
}

.weather .conditionImage.LightRain {
    background-position: 98% 0%;
}

.weather .conditionImage.Rain {
    background-image: url(images/weather/weather-sprite02.png);
    background-position: 0% 0%;
}

.weather .conditionImage.HeavyRain {
    background-image: url(images/weather/weather-sprite02.png);
    background-position: 32% 0%;
}

.weather .conditionImage.LightSnow {
    background-image: url(images/weather/weather-sprite02.png);
    background-position: 65% 0%;
}

.weather .conditionImage.Snow {
    background-image: url(images/weather/weather-sprite02.png);
    background-position: 98% 0%;
}

.weather .conditionImage.HeavySnow {
    background-image: url(images/weather/weather-sprite03.png);
    background-position: -7% 0%;
}

.weather .conditionImage.Fog {
    background-image: url(images/weather/weather-sprite03.png);
    background-position: 22% 0%;
}

.weather .conditionImage.Tstorms {
    background-image: url(images/weather/weather-sprite03.png);
    background-position: 51% 0%;
}

.weather .conditionImage.LightIce {
    background-image: url(images/weather/weather-sprite03.png);
    background-position: 75% 0%;
}

.weather .conditionImage.Ice {
    background-image: url(images/weather/weather-sprite03.png);
    background-position: 102% 0%;
}

#forecast .conditionImage {
    /* top: -3px; */
    /* left: 5px; */
    background-size: 400% !important;
    /* background-repeat: no-repeat; */
}
/* Forecast Conditions */
.weather #forecast .conditionImage.Clear {
    background-position: 0 center;
}

.weather #forecast .conditionImage.PartlyCloudy {
    background-position: 33% center;
}

.weather #forecast .conditionImage.Cloudy {
    background-position: 66% center;
}

.weather #forecast .conditionImage.LightRain {
    background-position: 100% center;
}

.weather #forecast .conditionImage.Rain {
    background-position: 0 center;
}

.weather #forecast .conditionImage.HeavyRain {
    background-position: 33% center;
}

.weather #forecast .conditionImage.LightSnow {
    background-position: 66% center;
}

.weather #forecast .conditionImage.Snow {
    background-position: 100% center;
}

.weather #forecast .conditionImage.HeavySnow {
    background-position: -5% center;
}

.weather #forecast .conditionImage.Fog {
    background-position: 22% center;
}

.weather #forecast .conditionImage.Tstorms {
    background-position: 50% center;
}

.weather #forecast .conditionImage.LightIce {
    background-position: 75% center;
}

.weather #forecast .conditionImage.Ice {
    background-position: 102% center;
}

.settings #settingsWeather {
    display: block;
    width: 100%;
    z-index: 505;
}

.settings #changeloc {
    display: none;
}
/* Disables */
.locationTitle label, .tempFaenheit, .tempFaenheit label, .tempCelcius, .condition, .condition label, .wind, .precipitation, .humidity, .visibility, .atmosphericPressure, .cloudCover, #forecast, #forecastLinkXY, .weatherLocation, .weatherLocation1, .tempCelciusHigh, .tempCelciusLow {
    display: none;
}

.weather > .wind, .precipitation, .humidity, .visibility, .atmosphericPressure, .cloudCover {
    padding: 3px 10px;
    background: rgba(255,255,255,0.5);
    margin-bottom: 1px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-shadow: 1px 1px rgba(255,255,255,0.7);
}

.weather:hover #forecast, .weather:hover #poweredBy {
    display: block !important;
}

.weather:hover .wind:hover, .weather:hover .precipitation:hover, .weather:hover .humidity:hover, .weather:hover .visibility:hover, .weather:hover .atmosphericPressure:hover, .weather:hover .cloudCover:hover {
    text-shadow: none;
}

    .weather:hover .wind:hover label, .weather:hover .precipitation:hover label, .weather:hover .humidity:hover label, .weather:hover .visibility:hover label, .weather:hover .atmosphericPressure:hover label, .weather:hover .cloudCover:hover label {
    }

.tempFaenheit, .condition {
    display: block;
}

.weather > .locationTitle, .weather > .tempFaenheit, .weather > .condition, .weather > #forecastLinkXY {
}

#forecastLinkXY {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.wind {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cloudCover {
    margin-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.weatherLocation1 {
    margin: 10px 0 0 0;
}

.locationTitle {
    position: relative;
    float: left;
    overflow: hidden;
    font-size: 1.375em;
    line-height: 1.27272em;
    margin-bottom: 1em;
    z-index: 2;
}

.dayOfWeek {
    margin-bottom: 0.5em;
    line-height: 1.5em;
    text-align: center;
}

.tempFaenheit {
    position: relative;
    clear: left;
    font-size: 4.5em;
    line-height: 1.2em;
    z-index: 2;
    font-weight: 300;
}

.weather > .tempFaenheit .unit {
}

.condition {
    font-size: 18px;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0px 0 0 0;
    width: 53%;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#forecast .condition {
    display: none;
    font-size: 10px;
    line-height: 14px;
    width: 86px !important;
    height: auto !important;
    /*overflow: visible;
	white-space: normal;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#forecast {
    display: block;
    position: relative;
    width: calc(100% +50px);
    clear: both;
    margin-top: 25px;
    margin-bottom: 0;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(255,255,255,.1);
}

    #forecast::after {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        clear: both;
    }

.forecastDay {
    width: 16%;
    text-align: center;
    float: left;
    position: relative;
    padding: 2%;
    overflow: hidden;
    z-index: 2;
}

    .forecastDay .condition {
        margin-top: 0px;
    }

.forecastDay {
    font-size: .9em;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 100%);
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-position: 0 0;
    transition: all .4s ease;
    transform-origin: 50% 100%;
}

    .forecastDay:hover {
        transform: scale(1.1) translateY(5px);
        background-color: rgba(90,90,90,1);
        z-index: 20;
        box-shadow: 0 .1em 1.5em rgba(0,0,0,.25);
    }

    .forecastDay:first-child {
    }

    .forecastDay .conditionImage {
        position: relative;
        top: 0;
        height: 50px;
    }

.tempFarenheitHigh {
    font-weight: 400;
    float: left;
    width: 50%;
    color: rgb(255, 195, 5);
}

.tempFarenheitLow {
    float: left;
    width: 50%;
}

.dayOfWeek {
}

.weatherLocation {
    height: 22px;
    padding: 5px 0 0 0;
    margin: 0px;
}

    .weatherLocation input {
        display: inline-block;
        width: 160px;
        height: 28px;
        margin: 0px;
        padding: 1px 0px 0px 5px;
        font-style: italic;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 17px;
        border-width: 0px;
        behavior: url(PIE.php);
    }

    .weatherLocation #weatherZipSubmit {
        display: none;
        float: left;
        width: 25px;
        height: 22px;
        margin: 0px;
        padding: 0px;
        cursor: pointer;
    }

        .weatherLocation #weatherZipSubmit:hover {
            background-position: 0px -22px;
        }

.forecastLink {
    text-decoration: none;
}

    .forecastLink:hover {
        text-decoration: underline;
    }

#poweredBy {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 25px;
    text-align: left;
    font-size: 10px;
    z-index: 1000;
    opacity: .5;
}

    #poweredBy a {
        font-size: 10px;
    }

    #poweredBy a, #changeloc {
        color: rgba(255,255,255,.75);
    }

        #poweredBy a:hover, #changeloc:hover {
            color: rgba(255,255,255,.95);
        }

/* Google Translate */

.goog-te-gadget {
    color: rgba(255,255,255,.75) !important;
    line-height: 2rem;
}

    .goog-te-gadget > *:first-child {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .goog-te-gadget > *:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

.goog-te-combo {
    font-size: 1rem !important;
    line-height: 2em !important;
    padding: .5em;
    border: none;
}

.goog-logo-link {
    color: rgba(255,255,255,.5) !important;
}

/* Tour styles */

.tour h1 {
    color: #fff;
}

.tour h2 {
    padding-bottom: 10px;
}

.tour p {
    padding-bottom: 30px;
}

.tour.open [data-tour=intro] p {
    color: #fff;
}


@keyframes animate-intro {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes animate-intro-h1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes animate-intro-play {
    0% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}
/* Tour --------------------------------------------*/
.tour {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 30000;
    color: #fff;
    text-align: center;
    transition: all 1s ease;
}

    .tour.open {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .tour::before {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: fixed;
        height: 100vh;
        width: 100vw;
        background-color: rgba(0,0,0,0.85);
    }

    .tour.open.play::before {
        background-color: rgba(0,0,0,0.5);
    }

    .tour > * {
        width: 100%;
    }

    .tour [data-tour=intro] {
        display: flex;
        align-items: center;
        height: 100vh;
        visibility: hidden;
        opacity: 0;
        transition: all 1s ease;
        position: fixed;
    }

        .tour [data-tour=intro] h1 {
            text-align: center !important;
        }

        .tour [data-tour=intro] > div {
            padding: 25px;
            box-sizing: border-box;
            background: none;
        }

            .tour [data-tour=intro] > div::after {
                content: none;
            }

    .tour.open [data-tour=intro] {
        animation-name: animate-intro;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-timing-function: cubic-bezier(0.5, 0.5, 0, 1.08);
        opacity: 1;
    }

        .tour.open [data-tour=intro] h1 {
            animation-name: animate-intro-h1;
            animation-duration: 2s;
            animation-fill-mode: forwards;
            animation-iteration-count: 1;
            animation-timing-function: cubic-bezier(0.5, 0.5, 0, 1.08);
        }

    .tour.open.play [data-tour=intro] {
        animation-name: animate-intro-play;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-timing-function: cubic-bezier(0.5, 0.5, 0, 1.08);
    }

    .tour > * > div {
        width: auto; /*92.1875%*/
        height: auto;
        max-width: 650px;
        margin: 0 auto;
        display: inline-block;
    }


[data-tour] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 1s cubic-bezier(0.5, 0.5, 0, 1.08);
}

.play [data-tour] {
    transition-delay: 1s;
}

[data-tour] > div {
    padding: 25px;
    background-color: rgba(255,255,255,0.9);
    position: relative;
    color: #000;
    border-radius: 5px;
    text-align: center;
}

    [data-tour] > div::after {
        content: "";
        display: block;
        position: absolute;
        height: 50px;
        border-right: solid 50px rgba(255,255,255,0.9);
        border-top: solid 50px transparent;
        box-sizing: border-box;
        transform: rotate(45deg);
        bottom: -25px;
        left: 50%;
        margin-left: -25px;
    }

.tour.open.play [data-tour].active {
    opacity: 1;
    visibility: visible;
}

[data-control] {
    cursor: pointer;
}
/*----------Call Out Section Placement--------------*/

[data-tour="logo"] {
    top: 175px !important;
}

    [data-tour="logo"] > * {
        transform: translateX(-520px);
    }

@media only screen and (max-width:748px) {
    [data-tour="logo"] > * {
        max-width: 70% !important;
    }

    [data-tour="logo"] > * {
        margin-left: 0 !important;
        transform: translateX(5%) !important;
    }
}

@media only screen and (max-width:1050px) {
    [data-tour="logo"] {
        top: 100px !important;
        text-align: left;
    }

        [data-tour="logo"] > * {
            left: 0;
            margin-left: 0 !important;
            transform: translateX(2%);
        }
}

@media only screen and (min-width:1051px) and (max-width:1775px) {
    [data-tour="logo"] {
        top: 175px !important;
        text-align: left;
    }

        [data-tour="logo"] > * {
            left: 0;
            margin-left: 0 !important;
            transform: translateX(5%);
        }
}

@media only screen and (min-width:1776px) {
    [data-tour="logo"] {
        top: 175px !important;
    }

        [data-tour="logo"] > * {
            transform: translateX(-520px);
        }
}

[data-tour="mainnav"] {
    top: 175px !important;
}

    [data-tour="mainnav"] > * {
        transform: translateX(290px);
    }

@media only screen and (max-width:740px) {
    [data-tour="mainnav"] > * {
        width: 96%;
        left: auto;
        right: auto;
        margin-left: 0;
        transform: translateX(0);
    }
}

@media only screen and (min-width:741px) and (max-width:1051px) {
    [data-tour="mainnav"] > * {
        transform: translateX(-2%);
    }
}

@media only screen and (max-width:1051px) {
    [data-tour="mainnav"] {
        top: 100px !important;
        text-align: right;
    }
}

@media only screen and (min-width:1051px) and (max-width:1330px) {
    [data-tour="mainnav"] {
        text-align: right;
    }

        [data-tour="mainnav"] > * {
            transform: translateX(-5%);
        }
}

[data-tour="homenavxy"] {
    transform: translateY(20px);
}

[data-tour="quick-access"] {
    transform: translateY(110px);
}

[data-tour="footer"] {
    /* top: 125px !important; */
    /* margin-left: -160px; */
}

/*---------Arrows-----------------------------*/

[data-tour="logo"] > div::after, [data-tour="mainnav"] > div::after {
    left: 46%;
    top: -24px;
    margin-left: 0px;
    transform: rotate(225deg);
}

@media only screen and (max-width:1051px) {
    [data-tour="logo"] > div::after {
        left: 7%;
        top: -25px;
    }
}

@media only screen and (max-width:1051px) {
    [data-tour="mainnav"] > div::after {
        left: auto;
        right: 2%;
        top: -25px;
    }
}

@media only screen and (max-width:740px) {
    [data-tour="mainnav"] > div::after {
        left: auto;
        right: 15px;
    }
}

@media only screen and (min-width:1051px) and (max-width:1775px) {
    [data-tour="logo"] > div::after {
        left: 20.5%;
        top: -24px;
        margin-left: 0px;
        transform: rotate(225deg);
    }
}

@media only screen and (min-width:1776px) {
    [data-tour="logo"] > div::after {
        left: 46%;
        top: -24px;
        margin-left: 0px;
        transform: rotate(225deg);
    }
}

[data-tour="required-info"] > div::after {
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -25px;
    margin-left: 0px;
    margin-right: -25px;
    transform: rotate(-45deg);
}

/*RESPONSIVE QUERIES
-------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1050px) {
    #headerxy {
        height: auto;
        position: relative;
    }

    #headerxy {
        height: auto;
    }

    #notice {
        position: relative;
    }

    #notice-clone, #notice-clone2 {
        display: none;
    }

    #header {
        top: 0;
    }

    #underheader {
        top: 77px;
    }

    #logo {
        position: absolute;
        top: 1vw;
        left: 0;
        width: 300px;
        height: 77px;
    }

        #logo #Header-Logo-SVG {
            position: absolute;
            height: auto;
            width: 100px;
            top: 16px;
        }

    /*MAIN NAV MOBILE
-------------------------------------------------------------------------------------------*/
    #mainnavxy {
        position: relative;
        display: block;
        max-height: 76px;
        padding: 0;
        overflow: hidden;
        box-shadow: none !important;
    }

    .opennav #mainnavxy {
        display: block;
        max-height: 5000px;
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #mainnavxy > h2 {
        display: none;
        float: left;
        font-size: 18px;
        line-height: 48px;
        color: #FFF;
        margin: 0;
        padding: 0px;
    }

    #loginopen {
        display: none;
        float: right;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        background-color: #fff;
        margin: 21px 10px 10px 0;
        padding: 0 15px;
    }

    .home #loginopen {
        display: block;
    }

    #loginopen:hover, .openob #loginopen {
        background: var(--primary);
        color: #FFF;
        cursor: pointer;
    }

        #loginopen:hover h3, #loginopen:hover h3:before, #loginopen.open h3, .openob #loginopen h3:before, .openob #loginopen h3 {
            color: #FFF;
        }

    #loginopen h3 {
        position: relative;
        margin: 0;
        font-size: 18px;
        font-weight: normal;
        line-height: 34px;
        padding: 0px 0 0 21px;
        color: #333;
        letter-spacing: -1px;
    }

        #loginopen h3:before {
            font-family: 'fontAwesome';
            content: "\f023";
            position: absolute;
            font-size: 19px;
            line-height: 19px;
            padding: 0 5px 0 0;
            top: 9px;
            left: 0px;
            color: #666;
        }

    .menubutton {
        display: none;
        float: right;
        width: 40px;
        height: 42px;
        margin: 14px 10px 14px 5px;
        padding: 3px 10px;
        background: transparent;
        cursor: pointer;
        color: inherit;
        text-decoration: none;
        font-size: 16px;
        text-indent: -9999em;
        line-height: 22px;
        font-size: 1px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        border-radius: 5px;
        -moz-border-radius: 5px;
    }

        .menubutton span {
            display: block;
            background-color: #fff;
            height: 5px;
            margin-top: 7px;
            border-radius: 5px;
            -moz-border-radius: 5px;
        }

        .menubutton:hover span, .opennav .menubutton span {
        }

    body.secure-form #mainnav, body.secure-form #footer-transition, body.secure-form #footer-content {
        display: none !important;
    }

    body.secure-form #menuopen, body.secure-form #footerbarlinks {
        visibility: hidden;
    }

    #mainnav {
        max-height: 0px;
        padding: 0;
        margin: 0;
        -webkit-transition: max-height 1s ease-in;
        -moz-transition: max-height 1s ease-in;
        -ms-transition: max-height 1s ease-in;
        transition: max-height 1s ease-in;
    }

    .opennav #mainnav {
        max-height: 5000px;
    }

    #mainnav ul.nav {
        display: block;
        margin: 0;
        padding: 0;
        border-top: 1px solid #e4e4e4;
    }

        #mainnav ul.nav > li {
            position: relative;
            font-size: 16px;
            line-height: 3em;
            max-height: 46px;
            overflow: hidden;
            padding: 0;
            background: rgba(255,255,255,1);
            border-bottom: 1px solid #e4e4e4;
        }

            #mainnav ul.nav > li.active {
                max-height: 5000px;
                background-color: #f1f1f1;
                -webkit-transition: max-height 3s ease;
                -moz-transition: max-height 3s ease;
                -ms-transition: max-height 3s ease;
                transition: max-height 3s ease;
            }

                #mainnav ul.nav > li.active a.category {
                    color: #666;
                    border-bottom: 1px solid #cccacb;
                }

            #mainnav ul.nav > li:hover a.category {
                color: var(--primary);
            }

            #mainnav ul.nav > li a.category {
                display: block;
                padding: 15px 0 15px 5%;
                line-height: 1em;
                color: #666;
                font-size: 20px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                background-color: #FFF;
            }

                #mainnav ul.nav > li a.category > span {
                    margin-left: .25em;
                }

    .navpanel {
        display: block;
        height: auto;
    }

    .panel_content {
        position: relative;
        display: block;
        padding: 0;
        width: 100%;
        height: 100%;
    }

        .panel_content h2 {
            color: #666;
            font-size: 16px;
            line-height: 18px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .panel_content ul {
            margin: 10px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            list-style-type: none;
        }

            .panel_content ul li {
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                transition: all .3s ease;
            }

                .panel_content ul li a {
                    display: block;
                    font-size: 14px;
                    color: #4e4e4e;
                }

        .panel_content a:hover {
            color: #776441;
        }

    /*HOMENAV MOBILE
-------------------------------------------------------------------------------------------*/
    #homenavxy {
        display: block;
        width: 100%;
        height: auto;
    }

    #homenav {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    ul.nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        margin: 0;
        padding: 0 2%;
        list-style-type: none;
        z-index: 700;
    }

        ul.nav > li.homenavitem {
            position: relative;
            width: 49%; /*233*/
            margin: 0 0 2% 0;
            overflow: hidden;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            box-shadow: 0px 5px 10px rgba(0,0,0,.5);
        }

        ul.nav li a.homenavdoor {
            position: absolute;
            width: 100%; /*231*/
            height: 100%; /*124*/
            box-sizing: border-box;
            bottom: 0;
            left: 0;
            margin: 0;
            padding: 158px 0 0 0;
            cursor: pointer;
            background-color: rgba(110,104,100,.25);
            z-index: 1000;
            border-radius: 8px;
            transition: all .45s ease-out;
        }

            ul.nav li a.homenavdoor:before {
                position: absolute;
                display: block;
                content: '';
                width: 92%;
                height: 90%;
                top: 6%;
                left: 4%;
                -webkit-border-radius: 8px 8px 8px 8px;
                -moz-border-radius: 8px 8px 8px 8px;
                border-radius: 0px 0px 8px 8px;
                background-color: #fff;
            }

    .homenavdoor h2 {
        position: relative;
        display: block;
        text-align: center;
        font-size: 42px;
        line-height: 45px;
        letter-spacing: -1px;
        color: rgba(110,104,100,1);
        padding: 0;
        margin: 0;
    }

        .homenavdoor h2 + h2 {
            font-size: 16px !important;
            line-height: 1.1em;
            font-family: 'Rubik', Arial, Helvetica, sans-serif;
            font-weight: 600;
            letter-spacing: .5em;
            padding-left: 3px;
        }

    ul.nav li a.homenavdoor p {
        display: none;
    }

    .homenavContent {
        width: 100%;
        height: 100%; /*286*/
        padding: 15px 4% 10px 4%;
        box-sizing: border-box;
        border: 0;
        margin-top: 0;
        background: var(--primary-dark);
        -webkit-border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        border-radius: 8px 8px 8px 8px;
        -webkit-transition: margin-top .45s ease-out;
        -moz-transition: margin-top .45s ease-out;
        -ms-transition: margin-top .45s ease-out;
        transition: margin-top .45s ease-out;
    }

    #homenav ul.nav li:hover .homenavContent {
        margin-top: 0;
    }

    .homenavContent h2 {
        position: relative;
        display: block;
        padding: 0px 0px 9px 0;
        margin: 7px 0px 0px 0px;
        color: #fff;
        font-size: 20px;
        line-height: 22px;
        font-weight: normal;
        text-align: center;
    }

        .homenavContent h2:before {
            position: absolute;
            display: block;
            content: '';
            width: 80px;
            height: 1px;
            background-color: rgba(255,255,255,.5);
            bottom: 0;
            left: 50%;
            margin-left: -40px;
        }

    .homenavContent ul {
        margin: 10px 0px 0px 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
    }

    .homenavContent a {
        display: block;
        font-size: 16px;
        line-height: 1em;
        padding-top: 4px;
        padding-bottom: 4px;
        color: rgba(255,255,255,.75);
        text-decoration: none;
    }

        .homenavContent a:hover {
            color: rgba(255,255,255,.75);
        }

    .homenavContent ul li {
        display: block;
        margin: 0px;
        padding: 2px 0px 2px 0px;
        -webkit-transition: padding .30s;
        -moz-transition: padding .30s;
        -ms-transition: padding .30s;
        transition: padding .30s;
    }

        .homenavContent ul li:hover {
            padding-left: 0px;
        }

    .csstransitions .homenavContent ul li:hover {
        padding-left: 5px;
    }

    div.menubutton {
        display: block;
    }

    .desktop #homenavxy {
        height: 300px;
    }

    .mobile #homenavxy {
        position: relative;
        margin-top: -20px;
    }

    #footer {
        width: 90%;
        height: auto;
        padding: 5%;
    }

        #footer > div {
            padding: 0;
        }

            #footer > div .footer-title {
                display: block;
                margin-top: 20px;
            }

        #footer form input[type=submit] {
            width: 100%;
            margin-bottom: 20px;
        }

    #footerbarxy {
        height: auto;
    }

    #footerbar {
        width: 96%;
        height: auto;
        padding: 2%;
        margin: 0 auto;
    }

    #footerbarlinks {
        width: 60%;
    }

    #footerMessage {
        width: 60%;
        min-height: 0;
        padding: 5% 0;
    }

    #footerInfo {
        width: 30%;
        min-height: 0;
        padding: 5% 0 5% 10%;
    }

    #footer {
        padding-bottom: 50px;
    }

    #footerbar {
        padding-top: 35px;
        justify-content: space-between;
        flex-direction: column;
    }

        #footerbar .back-to-top {
            margin-left: -82px;
        }

        #footerbar > div {
            width: 90%;
        }

    #small-logo {
        display: none;
    }

    #logos {
        justify-content: space-around;
        margin-bottom: 25px;
    }

    #footerbar ul {
        text-align: center;
    }

    #footerbarlinks > ul > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .subsection {
        background-size: cover;
    }

    body.locations .subsection {
        background-size: inherit inherit;
    }

    .subsection-content {
        width: 100%;
        margin: 0 auto;
        padding: 35px 5%;
        box-sizing: border-box;
    }

    #subcontentContainer div.subsection:first-of-type, #Form1 .subsection:nth-of-type(3) {
        padding-top: 5%;
    }

        #subcontentContainer div.subsection:first-of-type .subsection-content:first-of-type, #Form1 .subsection:nth-of-type(3) .subsection-content:first-of-type {
            padding: 5%;
        }

    .subspecial .subsection, .subspecial .subsection:first-of-type {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width:970px) {
    .content img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width:890px) {
    #footerbarlinks {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    #footerbar li.copyright {
        margin-top: 10px;
    }

    .Table-History {
        margin: 0 0 10px 0;
        border: 1px solid #b1b5a9;
    }

        .Table-History td {
            padding: 2%;
            background-color: #FFF;
        }

            .Table-History td:first-child {
                width: 25%;
                text-align: center;
            }

                .Table-History td:first-child p {
                    font-size: 45px;
                    line-height: 50px;
                    font-style: italic;
                    color: #FFF;
                }
}

@media only screen and (max-width:790px) {
    ul.nav li a.homenavdoor:before {
        width: 90%;
        height: 90%;
        top: 5%;
        left: 5%;
    }

    .content h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .content h2, fieldset legend {
        font-size: 25px;
        line-height: 28px;
    }

    .content h3 {
        font-size: 20px;
        line-height: 22px;
    }

    body, .content p {
        font-size: 14px;
        line-height: 20px;
    }

    #ic_signupform .elcontainer .form-header h3 {
        font-size: 18px !important;
    }
}

@media only screen and (max-width:736px) /*iPhone 6 Plus Landscape*/ {
    select, select:focus, textarea:focus, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
        font-size: 16px;
    }
}

@media only screen and (max-width:667px) /*iPhone 6 Landscape*/ {
    table.normaltable td {
        float: left;
    }

    body.locations table.normaltable td {
        float: none;
        width: 48% !important;
        padding: 1%;
    }
}

@media only screen and (min-width:481px) {
    /* Styled Form */

    form.styled > ul > li > input, form.styled > ul > li > textarea, form.styled select {
        float: left;
        width: 70%;
    }

    form.styled > ul > li > label {
        float: left;
        width: 25%;
        padding: 0 5% 0 0;
    }

    /* End Styled Form */
}

@media only screen and (max-width:480px) {
    #mainnavxy {
        max-height: 66px;
    }

    #logo {
        width: 190px;
        max-height: 66px;
    }

        #logo #Header-Logo-SVG {
            top: 12px;
        }

    #underheader {
        top: 67px;
    }

    #loginopen {
        margin: 15px 0 0 0;
    }

    #menuopen {
        margin: 9px 10px 9px 5px;
    }

    ul.nav > li.homenavitem {
        width: 100%;
        height: 80px;
        min-height: 0;
        margin: 0 0 10px 0;
        overflow: hidden;
    }

        ul.nav > li.homenavitem.active {
            height: auto;
        }

    ul.nav li a.homenavdoor {
        bottom: auto;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        height: 80px;
        padding: 0 5% 0 90px;
        overflow: hidden;
        background-color: transparent !important;
    }

    .homenavdoor h2 {
        color: rgba(255,255,255,1);
        font-size: 23px;
        line-height: 73px;
        text-align: left;
        text-shadow: 1px 0px 20px rgba(0,0,0,1) !important;
    }

    ul.nav li a.homenavdoor:before {
        width: 100%;
        height: 88%;
        top: 0;
        left: 0;
        background-color: rgba(60,60,60,1);
        background-image: linear-gradient(to bottom, rgba(80,80,80,1) 0%, rgba(60,60,60,.4) 50%, rgba(20,20,20,1) 100%));
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .homenavContent {
        padding: 90px 5px 25px 0;
    }

        .homenavContent h2 {
            font-size: 24px;
            line-height: 26px;
        }

        .homenavContent ul {
            margin: 0;
        }

            .homenavContent ul li {
                padding: 5px 0;
            }

    .homepromo {
        background-size: 0, 150% !important;
    }

    #promo1, #promo2 {
        background-color: rgba(245,255,250,.95);
    }

    .promoContent > table {
        bottom: 0 !important;
        min-height: 0;
        height: auto;
        padding-top: 5%;
        box-sizing: border-box;
        width: 100%;
    }

        .promoContent > table > tbody > tr {
            padding-top: 40%;
            display: block;
        }

            .promoContent > table > tbody > tr > td {
                float: none;
                display: block;
                box-sizing: border-box;
                width: 100% !important; /*408*/
                height: auto; /*408*/
                background-color: rgba(255,255,255,.95);
                padding: 5% 5% 0 5%;
                overflow: visible;
            }

                .promoContent > table > tbody > tr > td:before {
                    top: -10px;
                    width: 65px;
                    height: 65px;
                }

    .homepromo:nth-child(even) > .promoContent > table > tbody > tr > td:before {
        left: -10px;
    }

    .homepromo:nth-child(odd) > .promoContent > table > tbody > tr > td:before {
        right: -10px;
    }

    #footer {
        flex-direction: column;
    }

        #footer > div {
            width: 100%;
            min-width: 50%;
            text-align: center;
        }

    #footerInfo {
        float: none;
        width: 100%;
        min-height: 0;
        padding: 5% 0;
    }

    a.btnmin {
        width: 79%;
        padding: 5px 10%;
        margin: 0;
        text-align: center;
        float: none !important;
    }

    button.btnmin {
        width: 95%;
        padding: 5px 5%;
        text-align: center;
        float: none !important;
    }

    .subsection[style*=url] .subsection-content > table > tbody > tr > td, .Table-Welcome-Banner[style*=url] .subsection-content > table > tbody > tr > td {
        width: auto !important;
    }

    .subsection-content > table.Table-Location > tbody > tr {
        display: flex;
        flex-direction: column;
    }

        .subsection-content > table.Table-Location > tbody > tr > td {
            width: auto !important;
            display: block;
            border-left: 1px #d7d7d7 solid;
            order: 2;
        }

            .subsection-content > table.Table-Location > tbody > tr > td + td + td {
                order: 1;
                padding: 0;
                border-left: 0;
                border-right: 0;
                border-bottom: 0;
            }

    .subsection, body.locations .subsection, .Table-Welcome-Banner {
        background-size: 150%;
    }

        .subsection[style*=url] .subsection-content > table, .Table-Welcome-Banner[style*=url] .subsection-content > table {
            background: rgba(255,255,255,.85);
            border-radius: 5px 5px 5px 5px;
            border: 2px solid rgba(255,255,255,1);
            padding: 2% 5%;
            margin-top: 25px;
        }

        .Table-Welcome-Banner[style*=url] .subsection-content > table {
            background: transparent;
            border: none;
            padding: 2% 5%;
            margin-top: 0 !important;
        }

            .Table-Welcome-Banner[style*=url] .subsection-content > table > tbody > tr > td > *:first-child {
                padding-top: 0 !important;
                margin-top: 0 !important;
            }

    .subsection-content > table.Responsive {
        background: transparent;
        border-radius: 0;
        border: none;
        padding: inherit;
        margin-top: inherit;
    }

    .subsection[style*=url] > .subsection-content > table, .Table-Welcome-Banner[style*=url] > .subsection-content > table {
        margin-top: 20%;
    }

    .normaltable, .Table-History {
        background: none !important;
        border-radius: 0px !important;
        border: none !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .subsection-content > table.Table-Bio:first-child {
        margin-top: 0;
        background: none;
        border: none;
    }

    .Table-Bio > tbody > tr > td {
        width: 100%;
        display: block;
    }

    table.Responsive > tbody > tr > td {
        display: block;
        width: auto !important;
    }

    .Table-Welcome-Banner {
        background-color: transparent !important;
        border: 0 !important;
    }
}

@media only screen and (max-width:375px) /*iPhone 6 Portrait*/ {
    .home #logo #Header-Logo-SVG {
        left: calc(5% + 5px);
    }
}

@media only screen and (max-width:320px) /*iPhone 3-5, Galaxy S, S2, Portrait*/ {

    body.locations table.normaltable td {
        float: left;
        width: 100% !important;
    }
}

@media only screen and (min-width:481px) and (max-width:1050px) {
    #homenavxy {
        /* z-index: 1010; */
    }

    ul.nav > li.homenavitem {
        background: var(--primary-dark);
    }

    ul.nav li:hover a.homenavdoor {
        bottom: -350px;
    }

    ul.nav li a.homenavdoor:before {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(60,60,60,1);
        background-image: url(images/Door-Header-1-x2.png), url(images/Door-TX-x2.png);
        background-size: 100%, 60%;
        background-position: center top, center center;
        background-repeat: no-repeat, no-repeat;
        border-radius: 8px;
    }

    ul.nav li:first-child + li a.homenavdoor:before {
        background-image: url(images/Door-Header-2-x2.png), url(images/Door-TX-x2.png);
    }

    ul.nav li:first-child + li + li a.homenavdoor:before {
        background-image: url(images/Door-Header-3-x2.png), url(images/Door-TX-x2.png);
    }

    ul.nav li:first-child + li + li + li a.homenavdoor:before {
        background-image: url(images/Door-Header-4-x2.png), url(images/Door-TX-x2.png);
    }

    #footer {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }

        #footer > div {
            display: block;
            box-sizing: border-box;
            float: left;
            width: 33%;
            min-width: 25%;
            text-align: center;
            padding-left: 5%;
            padding-right: 5%;
            order: 2;
            flex-grow: 1;
        }

            #footer > div:first-child {
                width: 100%;
                min-width: 100%;
                order: 1;
            }

    ul.nav > li.homenavitem {
        min-height: 250px;
    }

    .homenavdoor h2 {
        position: relative;
        display: block;
        text-align: center;
        font-size: 28px;
        line-height: 45px;
        letter-spacing: -1px;
        color: rgba(255,255,255,1);
        padding: 0;
        margin: 0;
    }
}

#mainnav ul.nav li * {
    -webkit-backface-visibility: hidden;
}

#logo {
    transition: all .4s ease;
}

@media only screen and (min-width:1051px) {

    #underheader {
        /* top: 120px; */
    }

    #header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        z-index: 12000;
    }

    #logo {
        height: 170px;
        width: 327px;
        margin-top: 2.25rem;
    }

    .shrink #logo {
        background-color: rgba(255,255,255,0);
        height: 100px;
        width: 327px;
        margin-top: .75rem;
    }

    #logo #Header-Logo-SVG {
        position: absolute;
        width: 327px;
        height: auto;
        top: 9px;
        left: 0px;
        transition: all .4s ease;
    }

    .shrink #logo #Header-Logo-SVG {
        width: 142.77px;
        height: 62px;
        top: 11px;
        left: 0px;
    }

    #mainnavxy {
        position: relative;
        z-index: 890;
        display: block;
        /* height: 160px; */
        margin: 0;
        /* top: 0px; */
        padding-top: 0px;
    }

    .shrink #mainnavxy {
        top: 0px;
        height: 80px;
    }

    #mainnav {
        position: relative;
        height: 120px;
        padding: 48px 0 0 0;
        transition: all .4s ease;
    }

    .shrink #mainnav {
        height: 80px;
        padding-top: 0;
    }

    #mainnav ul.nav {
        float: right;
        display: flex;
        justify-content: space-between;
        position: relative;
        margin: 0;
        width: 700px;
        height: 125px;
        list-style-type: none;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
    }

    .shrink #mainnav ul.nav {
        height: 80px;
    }

    #mainnav ul.nav > li {
        display: inline-block;
        overflow: hidden;
        text-decoration: none;
    }

    #mainnav ul.nav li a.category {
        position: relative;
        display: block;
        color: inherit;
        width: auto;
        height: 100px;
        box-sizing: border-box;
        padding: 45px 19px 0 39px;
        text-align: center;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 1em;
        text-align: left;
        text-transform: uppercase;
        background: none;
        z-index: 12000;
        overflow: hidden;
        transition: all .4s ease;
    }

    .shrink #mainnav ul.nav li a.category {
        height: 80px;
        padding-top: 25px;
    }

    #mainnav ul.nav > li:last-child {
        flex-grow: 1;
        width: 180px;
    }

    #mainnav ul.nav li a.category:before {
        content: "\f107";
        font-family: 'FontAwesome';
        position: absolute;
        left: 20px;
        top: 43px;
        transition: all .4s ease;
    }

    .shrink #mainnav ul.nav li a.category:before {
        top: 23px;
    }

    #mainnav ul.nav > li a.category > span {
        text-transform: uppercase;
        display: block;
        font-size: .64em;
        font-weight: 400;
        letter-spacing: 0.1em;
    }

    #mainnav ul.nav li:hover a.category {
        color: rgb(185, 25, 30);
    }

        #mainnav ul.nav li:hover a.category .nav-arrow, #mainnav ul.nav li:hover a.category .nav-arrow-border {
            opacity: 1;
        }

        #mainnav ul.nav li:hover a.category .nav-arrow {
            bottom: 0px;
        }

        #mainnav ul.nav li:hover a.category .nav-arrow-border {
            bottom: -2px;
        }

    #mainnav ul li div.navpanel {
        position: absolute;
        overflow: hidden;
        top: 100px;
        margin: 0;
        padding: 0;
        z-index: 1000;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
    }

    .shrink #mainnav ul li div.navpanel {
        top: 80px;
    }

    #mainnav ul li div.item1panel {
        left: -5px;
        width: 645px;
    }

    #mainnav ul li:hover div.item1panel {
    }

    #mainnav ul li div.item2panel {
        left: -100px;
        width: 645px;
    }

    #mainnav ul li:hover div.item2panel {
    }

    #mainnav ul li div.item3panel {
        left: 60px;
        width: 645px;
    }

    #mainnav ul li:hover div.item3panel {
    }

    #mainnav ul li div.item4panel {
        left: auto;
        right: 70px;
        width: 430px;
    }

    #mainnav ul li:hover div.item4panel {
    }

    #mainnav ul li div.item5panel {
        left: auto;
        right: 0;
        width: 645px;
    }

    #mainnav ul li:hover div.item5panel {
    }

    #mainnav ul li div.navpanel .panelxy {
        margin: -500px 1% 0 1%;
    }

    #mainnav ul li:hover div.navpanel .panelxy {
        margin: -6px 1% 0 1%;
    }

    .panel_content {
        position: relative;
        display: block;
        padding: 0;
        width: 100%;
        /* height: 100%; */
    }

    .panelxy {
        float: left;
        display: flex;
        flex-wrap: wrap;
        width: 98%;
        padding: 0;
        background: linear-gradient(to bottom, rgba(243,240,237,1) 0%,rgba(255,255,255,1) 100%);
        border-bottom: 6px solid var(--primary);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        transition: all .5s ease;
    }

        .panelxy div {
            position: relative;
            float: left;
            width: 210px;
            padding: 1rem 0px;
            margin: 0;
        }

            .panelxy div:before {
                position: absolute;
                display: block;
                content: "";
                left: 0px;
                bottom: 6px;
                width: 1px;
                height: 80%;
                background: rgb(230,233,217); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(230,233,217,1) 29%, rgba(211,215,196,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,rgba(230,233,217,1)), color-stop(100%,rgba(211,215,196,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(230,233,217,1) 29%,rgba(211,215,196,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(230,233,217,1) 29%,rgba(211,215,196,1) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(230,233,217,1) 29%,rgba(211,215,196,1) 100%); /* IE10+ */
                background: linear-gradient(to bottom, rgba(230,233,217,1) 29%,rgba(211,215,196,1) 100%); /* W3C */
            }

    .ie9 .panelxy div:before {
        background-image: url(images/divider_navpanel.php);
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .panelxy div:first-of-type:before {
        display: none;
    }

    .panelxy div.clearfloat {
        clear: both;
        float: none;
        width: 0px;
        height: 0px;
    }

        .panelxy div.clearfloat:before {
            display: none
        }

    .panel_content h2 {
        font-family: 'Rubik', serif;
        font-variant: titling-caps;
        color: var(--primary);
        font-size: 22px;
        font-weight: normal;
        line-height: 1em;
        padding: 10px 20px 2px 20px;
        margin: 7px 0px 2px 0px;
    }

    .panel_content ul {
        margin: 7px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
    }

        .panel_content ul li {
            font-size: 11px;
            line-height: 14px;
            margin: 3px 0px 0px 0px;
            padding: 4px 5px 4px 0px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
        }

            .panel_content ul li a {
                display: block;
                font-size: 14px;
                line-height: 16px;
                color: #4e4e4e;
                padding: 4px 20px;
            }

    .panel_content a:hover {
        color: var(--primary);
    }

    #loginopen, #menuopen, #menuopen + h2 {
        display: none;
    }

    .home #obloginxy {
        display: block;
    }

    #login {
        padding-top: 15px;
    }

    .Table-Welcome-Banner > div > table {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #homenavxy {
        display: none; /*client request*/
        /* position: absolute; */
        position: relative;
        z-index: 700;
        width: 100%;
        margin: 0 auto;
        height: 0px;
    }

    #homenav {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        z-index: 3000;
        height: 286px;
        margin: 0 auto;
    }

    ul.nav {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        ul.nav > li.homenavitem {
            position: relative;
            width: 23%;
            height: 290px;
            margin: 0;
            overflow: hidden;
            -webkit-border-radius: 8px 8px 8px 8px;
            -moz-border-radius: 8px 8px 8px 8px;
            border-radius: 8px 8px 8px 8px;
        }

        ul.nav > li:first-child.homenavitem {
            margin-left: 0;
        }

        ul.nav > li.homenavitem:hover {
            margin-top: 0;
        }

        ul.nav li a.homenavdoor {
            box-sizing: border-box;
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            margin: 0;
            color: #FFF;
            font-size: 14px;
            text-align: center;
            padding: 125px 20px 0 20px;
            cursor: pointer;
            opacity: 1;
            background-image: url(images/Door1-x2.png);
            background-size: 100%;
            background-position: center 13px;
            background-repeat: no-repeat;
            border-radius: 8px;
            transition: all .45s ease-out;
        }

        ul.nav li:first-child + li a.homenavdoor {
            background-image: url(images/Door2-x2.png);
        }

        ul.nav li:first-child + li + li a.homenavdoor {
            background-image: url(images/Door3-x2.png);
        }

        ul.nav li:first-child + li + li + li a.homenavdoor {
            background-image: url(images/Door4-x2.png);
        }

        ul.nav li:hover a.homenavdoor {
            margin-bottom: -356px;
            opacity: 0;
        }

    .homenavdoor h2 {
        display: block;
        text-align: center;
        font-size: 24px;
        line-height: 1em;
        color: #FFF;
        padding: 0;
        margin: 0;
    }

        .homenavdoor h2 + h2 {
            font-size: 16px;
            line-height: 1.1em;
            letter-spacing: .5em;
        }

    .homenavContent {
        box-sizing: border-box;
        width: 100%;
        height: 355px; /*286*/
        padding: 15px 0px 10px 0px;
        margin-top: 286px;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 100%);
        border-radius: 8px 8px 8px 8px;
        opacity: 0;
        transition: all .45s ease-out;
    }

    #homenav ul.nav li:hover .homenavContent {
        margin-top: 0;
        opacity: 1;
    }

    .homenavContent h2 {
        position: relative;
        display: block;
        padding: 4px 25px 0px 25px;
        margin: 7px 0px 0px 0px;
        color: #666;
        font-size: 20px;
        line-height: 22px;
        font-weight: normal;
    }

    .homenavContent > ul {
        margin: 5px 0px 0px 0px;
        padding: 0px;
        list-style-type: none;
    }

    .homenavContent a {
        padding: 4px 25px;
        font-size: 13px;
        line-height: 15px;
        color: #666;
        text-decoration: none;
    }

    .homenavContent a, .panel_content ul li a {
        display: block;
        position: relative;
        overflow: hidden;
        -webkit-transition: all .30s;
        -moz-transition: all .30s;
        -ms-transition: all .30s;
        transition: all .30s;
    }

        .homenavContent a:hover, .panel_content ul li a:hover {
            color: rgba(255,255,255,1);
            background-color: var(--primary-dark);
        }

        .homenavContent a:before, .panel_content ul li a:before {
            content: "\f101";
            font-family: 'FontAwesome';
            position: absolute;
            pointer-events: none;
            top: 4px;
            left: -40px;
            z-index: 0;
            height: 100%;
            width: 10px;
            opacity: 0;
            color: rgba(255,255,255,.5);
            -webkit-transition: all .30s;
            -moz-transition: all .30s;
            -ms-transition: all .30s;
            transition: all 0s;
        }

        .homenavContent a:hover:before, .panel_content ul li a:hover:before {
            opacity: 1;
            -webkit-transition: all .30s;
            -moz-transition: all .30s;
            -ms-transition: all .30s;
            transition: all .30s;
            transform: translateX(45px);
        }

        .panel_content ul li a:hover:before {
            transform: translateX(45px);
        }

    .homenavContent ul li, .panel_content ul li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

        .homenavContent ul li:hover, .panel_content ul li:hover {
            padding-left: 0px;
        }

    #features {
        background-image: url(images/Double-Feature-BG.php);
        background-size: cover;
        background-position: center;
    }

        #features .inner-content {
            display: block;
        }

        #features > .inner-content > div {
            float: left;
            box-sizing: border-box;
            width: 50%;
        }

            #features > .inner-content > div .inner-promo {
                background-size: cover;
            }

            #features > .inner-content > div .inner-promo {
                background-position: top left;
            }

            #features > .inner-content > div:first-child + div .inner-promo {
                background-position: top right;
            }

    .promoContent > table a.Button1 {
        position: relative;
    }

    #subcontentContainer div.subsection:first-of-type, #Form1 .subsection:nth-of-type(3) {
        padding-top: 144px;
        margin-top: 45px;
    }

    #footerbar {
        position: relative;
    }
}


@media only screen and (min-width:1051px) and (max-width:1300px) {
    .homenavContent a {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

/* Site Map Page Styles */

.Site-Map-UL {
    display: flex;
    flex-wrap: wrap;
}

    .Site-Map-UL > * {
        padding: 0 1.5rem 0 1.5rem !important;
        width: 50%;
        box-sizing: border-box;
        margin-left: -1.5rem;
    }

        .Site-Map-UL > *:before {
            display: none !important;
        }

@media screen and (min-width:1025px) {
    .Site-Map-UL > * {
        width: 35%;
    }
}

@media only screen and (min-width:1481px) {

    #mainnav ul.nav {
        width: 800px;
    }

        #mainnav ul.nav li a.category {
            padding: 45px 19px 0 39px;
            font-size: 18px;
        }

    #homenavxy {
        /* bottom: 40px; */
    }

    .inner-promo-content {
        padding: 0px 50px 0 0px;
        width: 288px;
    }

    #features > .inner-content > div .inner-promo {
        background-size: auto auto;
    }

    #features > .inner-content > div:first-child + div .inner-promo-content {
        padding: 0 0 0 70px;
    }
}

@media print {
    #mainnav, #footer, .back-to-top, #gototop, #headerxy, #header, #toolbar {
        display: none !important;
        position: static !important;
        opacity: 0;
        height: 0 !important;
        overflow: hidden;
    }

    #mainnavxy {
        position: static !important;
    }

    a.Button1, a.Button2 {
        color: var(--primary) !important;
    }

    a.Button2 {
        color: #959595 !important;
    }

    .subsection-content, #footer, #footerbar, #header, .desktop #homenav, .promoContent, .promoContent > table, [class*="Subsection-Table"] {
        width: auto !important;
    }

        [class*="Subsection-Table"], [class*="Subsection-Table"][class*="-Right"], .Table-Flex, .Table-Flex-50, .Table-Location, [class*="Subsection-Table"][class*="-Muted"], [class*="Subsection-Table"][class*="-Reversed"], .Table-Banner, .Table-Responsive {
            table-layout: auto;
            white-space: normal;
            overflow: visible;
        }

    #logomark {
        position: static !important;
        margin-left: 0 !important;
    }

    .subsection, .Table-Welcome-Banner {
        min-height: 0 !important;
    }

    #logos * {
        color: inherit !important;
        background: inherit !important;
    }

    #logos * {
        fill: #000 !important;
    }
}
