/* CSS Custom Properties 2.0.0 by Paul Richards, Copyright 2021 Fiserv. All rights reserved. */
:root {
    --color1: #8A181A;
    --color1-rgba: 138,24,26;
    --color2: #FFC629;
    --color2-rgba: 255,198,41;
    --color3: #020000;
    --color3-rgba: 2,0,0;
    --color4: #BFB2A2;
    --color4-rgba: 191,178,162;
    --color5: #686260;
    --color5-rgba: 104,98,96;
    --color6: #F1EEDB;
    --color6-rgba: 241,238,219;
    --color7: #EAC96A;
    --color7-rgba: 234,201,106;
    --color8: #795050;
    --color8-rgba: 121,80,80;
    --color9: #BFC495;
    --color9-rgba: 191,196,149;
    --color10: #8C8C8C;
    --color10-rgba: 140,140,140;
    --color11: #EFD9A4;
    --color11-rgba: 239,217,164;
    --color12: #E0D5B3;
    --color12-rgba: 224,213,179;
    --font-family1: 'Noto Serif', Arial, Helvetica, sans-serif;
    --font-family2: 'Roboto', Arial, Helvetica, sans-serif;
    --control-element-radius: .3rem;
    --radius: 0; /*.389em*/
    --easing: cubic-bezier(0.45, 0, 0.25, 1);
    --delay-1: 0.125s;
    --delay-2: calc(var(--delay-1) * 2);
    --delay-3: calc(var(--delay-1) * 3);
    --delay-4: calc(var(--delay-1) * 4);
    --delay-5: calc(var(--delay-1) * 5);
    --delay-6: calc(var(--delay-1) * 6);
    --delay-7: calc(var(--delay-1) * 7);
    --delay-8: calc(var(--delay-1) * 8);
    --delay-9: calc(var(--delay-1) * 9);
    --delay-10: calc(var(--delay-1) * 10);
    --delay-11: calc(var(--delay-1) * 11);
    --delay-12: calc(var(--delay-1) * 12);
    --delay-13: calc(var(--delay-1) * 13);
    --delay-14: calc(var(--delay-1) * 14);
    --delay-15: calc(var(--delay-1) * 15);
    --delay-16: calc(var(--delay-1) * 16);
    --delay-17: calc(var(--delay-1) * 17);
    --delay-18: calc(var(--delay-1) * 18);
    --subsection-padding-left: 4%;
    --subsection-padding-right: 4%;
    --side-panel-nav-width: 5rem;
    --subsection-with-backgrounds-padding: 2rem;
}

@media (min-width:668px) and (max-width:1000px) {
    :root {
        --subsection-padding-left: 7%;
        --subsection-padding-right: 7%;
    }
}

@media (min-width:1001px) {
    :root {
        --subsection-padding-left: calc(7% + var(--side-panel-nav-width));
        --subsection-padding-right: 7%;
    }
}

/* Icon Font 3.0.2 by Kristen Rogers, Copyright 2018 Fiserv. All rights reserved. */
@font-face {
    font-family: 'Fiserv';
    src: url('../fonts/Fiserv.eot?y5686p');
    src: url('../fonts/Fiserv.eot?y5686p#iefix') format('embedded-opentype'), url('../fonts/Fiserv.ttf?y5686p') format('truetype'), url('../fonts/Fiserv.woff?y5686p') format('woff'), url('../fonts/Fiserv.svg?y5686p#Fiserv') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Fiserv' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* FontAwesome Pro */
[class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: 'Font Awesome 5 Pro' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*If using as a before on an element vs a class on a specific element (like an 'i' tag)*/
.use-icon:before {
    content: "\e90a";
    font-family: Fiserv;
    padding-right: 5px;
    color: #ff6600;
}

/*If using fontAwesome as a before on an element vs a class on a specific element (like an 'i' tag)*/
.use-fa-icon:before {
    content: "\f019";
    font-family: FontAwesome;
    font-size: 22px;
    padding-right: 5px;
    color: #ff6600;
}

.icon-text-resizer:before {
    content: "\e931";
}

.icon-text-decrease:before {
    content: "\e929";
}

.icon-text-increase:before {
    content: "\e930";
}

.icon-text-reset:before {
    content: "\e928";
}

.icon-ehl:before {
    content: "\e900";
}

.icon-eho:before {
    content: "\e906";
}

.icon-fdic:before {
    content: "\e901";
}

.icon-alert:before {
    content: "\e902";
}

.icon-personal-2:before {
    content: "\e903";
}

.icon-business:before {
    content: "\e904";
}

.icon-wallet:before {
    content: "\e905";
}

.icon-insurance:before {
    content: "\e909";
}

.icon-lending:before {
    content: "\e907";
}

.icon-bank:before {
    content: "\e908";
}

.icon-house-car:before {
    content: "\e90c";
}

.icon-wealth:before {
    content: "\e90a";
}

.icon-security:before {
    content: "\e90f";
}

.icon-login:before {
    content: "\e90d";
}

.icon-personal:before {
    content: "\e911";
}

.icon-home:before {
    content: "\e912";
}

.icon-lending-2:before {
    content: "\e910";
}

.icon-lock:before {
    content: "\e914" !important;
}

.icon-piggy-bank:before {
    content: "\e915";
}

.icon-calculator-1:before {
    content: "\e913";
}

.icon-calculator-2:before {
    content: "\e917";
}

.icon-calculator-3:before {
    content: "\e90e";
}

.icon-credit-card:before {
    content: "\e918";
}

.icon-person-plus:before {
    content: "\e916";
}

.icon-check:before {
    content: "\e91a";
}

.icon-computer:before {
    content: "\e91b";
}

.icon-computer-checkmark:before {
    content: "\e919";
}

.icon-computer-graph:before {
    content: "\e91d";
}

.icon-cell-phone:before {
    content: "\e91e";
}

.icon-folder:before {
    content: "\e91c";
}

.icon-light-bulb:before {
    content: "\e920";
}

.icon-phone:before {
    content: "\e921";
}

.icon-shield-lock:before {
    content: "\e91f";
}

.icon-video:before {
    content: "\e923";
}

.icon-sprout:before {
    content: "\e924";
}

.icon-cloud:before {
    content: "\e922";
}

.icon-map:before {
    content: "\e926";
}

.icon-rates:before {
    content: "\e927";
}

.icon-ncua:before {
    content: "\e925";
}

#main-content [class*='fa'][class*='-icon']:before {
    font-family: 'Font Awesome Kit' !important;
}

.fa-atm-icon:before {
    content: '\e000';
}

.fa-security-shield-icon:before {
    content: '\e001';
}

.fa-security-shield-icon-thin:before {
    content: '\e002';
}

/*will target specific icons only*/
.logos i:before {
    font-size: 40px;
    padding-right: 20px;
    color: #2e8bc9;
}



/* For display on sample-style.aspx only */
.icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

    .icons > * {
        width: 32%;
        text-indent: -1.875rem;
        padding-left: 1.875rem !important;
    }

@media (max-width:480px) {
    .icons > * {
        width: 100%;
    }
}

@media (min-width:481px) and (max-width:1000px) {
    .icons > * {
        width: 48%;
    }
}

@media (min-width:1001px) {
    .icons > * {
        width: 32%;
    }
}

.icons > *:before {
    margin-right: 0;
    width: 1.875rem;
    display: inline-block;
    text-align: center;
    text-indent: 0;
}

@font-face {
    font-family: 'GoldenValleyBank';
    src: url('../fonts/GoldenValleyBank.ttf?v=3') format('truetype'), url('../fonts/GoldenValleyBank.woff?v=3') format('woff'), url('../fonts/GoldenValleyBank.svg?v=3') format('svg');
    font-weight: normal;
    font-style: normal;
}

nav#primary [class^="icon-"], nav#primary [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'GoldenValleyBank' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-login:before {
    content: "\e908";
}

.icon-customer:before {
    content: "\e902";
}

.icon-card:before {
    content: "\e903";
}

.icon-estatements:before {
    content: "\e904";
}

.icon-lending:before {
    content: "\e907";
}

.icon-mobile:before {
    content: "\e906";
}

.icon-tablet:before {
    content: "\e904";
}

.icon-howto:before {
    content: "\e90d";
    font-family: 'GoldenValleyBank' !important;
}

/*.icon-personal:before {
    content: "\e90b";
    font-family: 'GoldenValleyBank' !important;
}*/

.icon-contact:before {
    content: "\e90c";
}

[class^="gvb-"]:before, [class*=" gvb-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'GoldenValleyBank' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gvb-money:before {
    content: "\e900";
}

.gvb-badge:before {
    content: "\e901";
}

.gvb-credit-cards:before {
    content: "\e90b";
}

.gvb-mobile:before {
    content: "\e903";
}


/* Slideshow 2.13.1 by Jesse Fowler, Copyright 2015 Fiserv. All rights reserved. */
/* Slideshow Text */
:root {
    --slideshow-image-margin-left: 0;
    --slideshow-image-width: calc(((((100% - var(--side-panel-nav-width)) - var(--subsection-padding-left)) - var(--subsection-padding-right)) / 2) - var(--slideshow-image-margin-left)); /* 27.75rem */
    --slideshow-text-width: calc((((100% - var(--side-panel-nav-width)) - var(--subsection-padding-left)) - var(--subsection-padding-right)) / 2);
    --slideshow-text-height: 23.75rem;
    --slideshow-image-margin-left: 0;
}

@media (min-width:1366px) {
    :root {
        --slideshow-image-margin-left: 4rem;
    }
}


/*SUBSECTION WITH Slideshow Text Right
-------------------------------------------------------------------------------------------*/
.Subsection-Table-Promo-Text-Right > * > tr > * {
    min-height: 34.834rem;
}

@media (max-width:1365px) {
    .Subsection-Table-Promo-Text-Right > * > tr > * > table > * > tr > * > p > img {
        width: 100%;
        height: auto;
    }
}

@media (min-width:1366px) {
    .Subsection-Table-Promo-Text-Right > * > tr > * > table > * > tr > * > p > img {
        width: var(--slideshow-image-width);
        height: var(--slideshow-text-height);
    }
}

body:not(#tinymce) .Subsection-Table-Promo-Text-Right > * > tr > * > table {
    display: none;
}

@media (max-width:1253px) {
    .Subsection-Table-Promo-Text-Right > * > tr > * > .slideshow {
        height: 0;
        padding-top: 85.59%;
        margin: 0 auto;
    }
}

@media (min-width:1254px) and (max-width:1365px) {
    .Subsection-Table-Promo-Text-Right > * > tr > * > .slideshow {
        width: 50%;
        height: 0;
        padding-top: 42%;
        /* margin-left: 12%; */
        margin-right: 0;
    }
}

@media (min-width:1366px) {
    .Subsection-Table-Promo-Text-Right > * > tr > * > .slideshow {
        position: absolute;
        top: 4rem;
        /* left: 0; */
        width: var(--slideshow-image-width);
        height: var(--slideshow-text-height);
        margin-left: var(--slideshow-image-margin-left);
    }
}

.Subsection-Table-Promo-Text-Right.scroll-to > * > tr > * > .slideshow {
    animation-name: fadeInUp;
    animation-duration: 2s !important;
    animation-fill-mode: forwards;
}

.Subsection-Table-Promo-Text-Right > * > tr > * > .slideshow:before {
    content: '';
    position: absolute;
    border-radius: 0.111rem;
    background-image: linear-gradient(-45deg, var(--color4) -3%, var(--color2) 42%, var(--color1) 97%);
}

.theme-2 .Subsection-Table-Promo-Text-Right > * > tr > * > .slideshow:before {
    content: none;
}

.theme-3 .Subsection-Table-Promo-Text-Right > * > tr > * > .slideshow:before {
    background-image: linear-gradient(145deg, var(--color6) -3%, #fff 42%, var(--color6) 97%);
}

.Subsection-Table-Promo-Text-Right.scroll-to > * > tr > * > .slideshow:before {
    animation-name: expandLeft;
    animation-duration: 2s !important;
    animation-fill-mode: forwards;
}

.Subsection-Table-Promo-Text-Right > * > tr > * > .slideshow .slide {
    border-radius: 0.111rem;
}

.theme-2 .Subsection-Table-Promo-Text-Right > * > tr > * > .slideshow .slide {
    border-radius: 500rem;
    box-shadow: 0 0rem 0 .25rem #fff, 0 0rem 0 1rem var(--color12);
}

.theme-3 .Subsection-Table-Promo-Text-Right > * > tr > * > .slideshow .slide {
    border-radius: 0rem;
    box-shadow: 0 0rem 0 .25rem #fff, 0 0rem 0 1rem var(--color4);
}

@media (max-width:1365px) {
    .Subsection-Table-Promo-Text-Right > * > tr > * > .slideshow .slide {
        width: 100%;
        height: 100%;
    }
}

@media (min-width:1366px) {
    .Subsection-Table-Promo-Text-Right > * > tr > * > .slideshow .slide {
        width: var(--slideshow-image-width);
        height: var(--slideshow-text-height);
    }
}

.csstransforms .Subsection-Table-Promo-Text-Right .slideshow .slide {
    transform: translateX(-12%);
    transition-property: transform, opacity;
    transition-duration: .5s;
    transition-delay: 0s;
    transition-ease: ease-in-out;
}

    .csstransforms .Subsection-Table-Promo-Text-Right .slideshow .slide.active {
        transition-delay: .5s;
        transform: translateX(0%) !important;
    }

@media (max-width:1253px) {
    .Subsection-Table-Promo-Text-Right > * > tr > * > .caption-container {
        width: 100%;
        margin-top: 5%;
        margin-left: auto;
        position: relative;
        left: auto;
        top: auto;
        display: flex;
    }
}

@media (min-width:1254px) {
    .Subsection-Table-Promo-Text-Right > * > tr > * > .caption-container {
        width: var(--slideshow-text-width) !important; /* 9.778rem */
        margin-left: auto;
        right: var(--subsection-padding-right);
        min-height: 100%;
        margin-bottom: 4rem;
    }
}

.Subsection-Table-Promo-Text-Right .caption-container div.caption,
.csstransforms .Subsection-Table-Promo-Text-Right .captionInActive {
    transform: translateX(12%);
    transition-property: transform, opacity;
    transition-duration: .5s;
    transition-delay: 0;
    transition-ease: ease-in-out;
}

@media (max-width:1253px) {
    .Subsection-Table-Promo-Text-Right .caption-container div.caption,
    .csstransforms .Subsection-Table-Promo-Text-Right .captionInActive {
        transform: translateX(12%);
        transition-property: transform, opacity;
        transition-duration: .5s;
        transition-delay: 0;
        transition-ease: ease-in-out;
        width: 100%;
    }

        .Subsection-Table-Promo-Text-Right .caption-container div.caption > *,
        .csstransforms .Subsection-Table-Promo-Text-Right .captionInActive > * {
            text-align: center;
        }
}

.csstransforms .Subsection-Table-Promo-Text-Right .captionActive {
    transition-delay: .5s;
    transform: translateX(0%) !important;
}

.Subsection-Table-Promo-Text-Right > * > tr > * > .caption-container div.caption > h1,
.Subsection-Table-Promo-Text-Right > * > tr > * > .caption-container div.caption > h2,
.Subsection-Table-Promo-Text-Right > * > tr > * > .caption-container div.caption > h3,
.Subsection-Table-Promo-Text-Right > * > tr > * > .caption-container div.caption > h4,
.Subsection-Table-Promo-Text-Right > * > tr > * > .caption-container div.caption > h5,
.Subsection-Table-Promo-Text-Right > * > tr > * > .caption-container div.caption > [class*="Table-Product"] caption {
    margin: 0.125em 0 !important;
}

.Subsection-Table-Promo-Text-Right > * > tr > * > .caption-container div.caption > p {
    margin: 1.25em 0 !important;
}

.Subsection-Table-Promo-Text-Right .slideshow-control-bar {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: var(--subsection-padding-left);
    padding-right: var(--subsection-padding-right);
    width: 100%;
    height: 100%;
    pointer-events: none;
    align-items: flex-end;
    justify-content: flex-end;
}

.Subsection-Table-Promo-Text-Right .slideshow-container-controls,
.Subsection-Table-Promo-Text-Right .slideshow-previous,
.Subsection-Table-Promo-Text-Right .slideshow-play,
.Subsection-Table-Promo-Text-Right .slideshow-pause,
.Subsection-Table-Promo-Text-Right .slideshow-next {
    pointer-events: all;
}

.Subsection-Table-Promo-Text-Right .slideshow-previous,
.Subsection-Table-Promo-Text-Right .slideshow-play,
.Subsection-Table-Promo-Text-Right .slideshow-pause,
.Subsection-Table-Promo-Text-Right .slideshow-next {
    color: var(--color1);
    background-color: transparent !important;
}

@media (max-width:1253px) {
    .Subsection-Table-Promo-Text-Right .slideshow-previous,
    .Subsection-Table-Promo-Text-Right .slideshow-play,
    .Subsection-Table-Promo-Text-Right .slideshow-pause,
    .Subsection-Table-Promo-Text-Right .slideshow-next {
        display: none !important;
    }
}

.Subsection-Table-Promo-Text-Right .slideshow-play,
.Subsection-Table-Promo-Text-Right .slideshow-pause,
.Subsection-Table-Promo-Text-Right .text-progress-container {
    display: none !important;
}

    .Subsection-Table-Promo-Text-Right .slideshow-previous:hover,
    .Subsection-Table-Promo-Text-Right .slideshow-play:hover,
    .Subsection-Table-Promo-Text-Right .slideshow-pause:hover,
    .Subsection-Table-Promo-Text-Right .slideshow-next:hover {
        color: inherit;
        background-color: transparent !important;
    }

.Subsection-Table-Promo-Text-Right .no-controls-required .slideshow-container-controls,
.Subsection-Table-Promo-Text-Right .no-controls-required .slideshow-previous,
.Subsection-Table-Promo-Text-Right .no-controls-required .slideshow-play,
.Subsection-Table-Promo-Text-Right .no-controls-required .slideshow-pause,
.Subsection-Table-Promo-Text-Right .no-controls-required .slideshow-next {
    display: none !important;
}

.Subsection-Table-Promo-Text-Right .slideshow-next .fa-forward:before {
    font-family: 'FontAwesome';
    content: "\f061";
    height: 1.278rem;
    width: 1.389rem;
}

.Subsection-Table-Promo-Text-Right .slideshow-previous .fa-backward:before {
    font-family: 'FontAwesome';
    content: "\f060";
    height: 1.278rem;
    width: 1.389rem;
}

.Subsection-Table-Promo-Text-Right .slideshow-container-controls {
    position: absolute;
    width: 1rem;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

@media (max-width:1253px) {
    .Subsection-Table-Promo-Text-Right .slideshow-container-controls {
        left: calc(var(--subsection-padding-left) + 6%);
        top: 13%;
    }
}

@media (min-width:1254px) and (max-width:1365px) {
    .Subsection-Table-Promo-Text-Right .slideshow-container-controls {
        left: calc(var(--subsection-padding-left) + 10%);
        top: 18%;
    }
}

@media (min-width:1366px) {
    .Subsection-Table-Promo-Text-Right .slideshow-container-controls {
        left: calc(var(--subsection-padding-left) + 1.25rem);
        top: 8.4rem;
    }
}

.Subsection-Table-Promo-Text-Right .slideshow-container-controls div {
    margin: .4rem;
}

    .Subsection-Table-Promo-Text-Right .slideshow-container-controls div a {
        width: 0.444rem;
        height: 1.389rem;
        background-color: transparent;
        border: solid 0.111rem #ffffff;
        opacity: .5;
    }

    .Subsection-Table-Promo-Text-Right .slideshow-container-controls div a {
        border: solid 0.111rem var(--color5);
    }

.theme-3 .Subsection-Table-Promo-Text-Right .slideshow-container-controls div a {
    border: solid 0.111rem var(--color5);
}

.Subsection-Table-Promo-Text-Right .slideshow-container-controls div a:hover {
    background-color: #ccc !important;
}

.Subsection-Table-Promo-Text-Right .slideshow-container-controls div.toc-active a {
    background-color: var(--color2) !important;
    border-color: var(--color2);
    opacity: 1;
}

.Subsection-Table-Promo-Text-Right .slideshow-container-controls div.toc-active a {
    background-color: var(--color1) !important;
    border-color: var(--color1);
}

.theme-3 .Subsection-Table-Promo-Text-Right .slideshow-container-controls div.toc-active a {
    background-color: var(--color1) !important;
    border-color: var(--color1);
}

/*SUBSECTION WITH Slideshow Text Right
-------------------------------------------------------------------------------------------*/
.Subsection-Table-Promo-Text-Left > * > tr > * {
    min-height: 34.834rem;
}

@media (max-width:1365px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > table > * > tr > * > p > img {
        width: 100%;
        height: auto;
    }
}

@media (min-width:1366px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > table > * > tr > * > p > img {
        width: var(--slideshow-text-width);
        height: var(--slideshow-text-height);
    }
}

body:not(#tinymce) .Subsection-Table-Promo-Text-Left > * > tr > * > table {
    display: none;
}

@media (max-width:1253px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > .slideshow {
        width: 88%;
        height: 0;
        padding-top: 85.59%;
        margin-right: 12%;
        margin-right: 0;
    }
}

@media (min-width:1254px) and (max-width:1365px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > .slideshow {
        width: 50%;
        height: 0;
        padding-top: 42%;
        margin-right: 12%;
        margin-left: auto;
    }
}

@media (min-width:1366px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > .slideshow {
        position: absolute;
        top: 0;
        right: 0;
        width: var(--slideshow-text-width);
        height: var(--slideshow-text-height);
        margin-right: 6.667rem;
    }
}

.Subsection-Table-Promo-Text-Left > * > tr > * > .slideshow:before {
    content: '';
    position: absolute;
    border-radius: 0.111rem;
    background-image: linear-gradient(146deg, #582c83 -3%, #9d2235 42%, #e87722 97%);
}

.Subsection-Table-Promo-Text-Left.scroll-to > * > tr > * > .slideshow:before {
    animation-name: expandRight;
    animation-duration: 2s !important;
    animation-fill-mode: forwards;
}

@supports (animation-name: fadeIn) {
    body:not(#tinymce) .Subsection-Table-Promo-Text-Left > * > tr > * > .slideshow:before {
        transform-origin: 100% 0%;
        transform: scaleX(0);
    }
}

@media (max-width:1365px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > .slideshow:before {
        right: -14%;
        top: 14%;
        width: 100%;
        height: 100%;
    }
}

@media (min-width:1366px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > .slideshow:before {
        right: -6.667rem;
        top: 3.167rem;
        width: var(--slideshow-text-width);
        height: var(--slideshow-text-height);
    }
}

.Subsection-Table-Promo-Text-Left > * > tr > * > .slideshow .slide {
    border-radius: 0.111rem;
}

@media (max-width:1365px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > .slideshow .slide {
        width: 100%;
        height: 100%;
    }
}

@media (min-width:1366px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > .slideshow .slide {
        width: var(--slideshow-text-width);
        height: var(--slideshow-text-height);
    }
}

.csstransforms .Subsection-Table-Promo-Text-Left .slideshow .slide {
    transform: translateX(12%);
    transition-property: transform, opacity;
    transition-duration: .5s;
    transition-delay: 0s;
    transition-ease: ease-in-out;
}

    .csstransforms .Subsection-Table-Promo-Text-Left .slideshow .slide.active {
        transition-delay: .5s;
        transform: translateX(0%) !important;
    }

@media (max-width:1253px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > .caption-container {
        width: 100%;
        margin-top: 14%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        display: flex;
    }
}

@media (max-width:768px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > .caption-container {
        min-height: 25rem;
    }
}

@media (min-width:769px) and (max-width:1253px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > .caption-container {
        min-height: 20rem;
    }
}

@media (min-width:1254px) {
    .Subsection-Table-Promo-Text-Left > * > tr > * > .caption-container {
        width: calc(50% - 9.778rem);
        margin-left: -50%;
        margin-right: auto;
        right: 0;
        min-height: 100%;
    }
}

.Subsection-Table-Promo-Text-Left .caption-container div.caption,
.csstransforms .Subsection-Table-Promo-Text-Left .captionInActive {
    transform: translateX(-12%);
    transition-property: transform, opacity;
    transition-duration: .5s;
    transition-delay: 0;
    transition-ease: ease-in-out;
}

@media (max-width:1253px) {
    .Subsection-Table-Promo-Text-Left .caption-container div.caption,
    .csstransforms .Subsection-Table-Promo-Text-Left .captionInActive {
        transform: translateX(-12%);
        transition-property: transform, opacity;
        transition-duration: .5s;
        transition-delay: 0;
        transition-ease: ease-in-out;
        width: 100%;
    }

        .Subsection-Table-Promo-Text-Left .caption-container div.caption > *,
        .csstransforms .Subsection-Table-Promo-Text-Left .captionInActive > * {
            text-align: center;
        }
}

.csstransforms .Subsection-Table-Promo-Text-Left .captionActive {
    transition-delay: .5s;
    transform: translateX(0%) !important;
}

.Subsection-Table-Promo-Text-Left > * > tr > * > .caption-container div.caption > h1,
.Subsection-Table-Promo-Text-Left > * > tr > * > .caption-container div.caption > h2,
.Subsection-Table-Promo-Text-Left > * > tr > * > .caption-container div.caption > h3,
.Subsection-Table-Promo-Text-Left > * > tr > * > .caption-container div.caption > h4,
.Subsection-Table-Promo-Text-Left > * > tr > * > .caption-container div.caption > h5,
.Subsection-Table-Promo-Text-Left > * > tr > * > .caption-container div.caption > [class*="Table-Product"] caption {
    margin: 0.125em 0 !important;
}

.Subsection-Table-Promo-Text-Left > * > tr > * > .caption-container div.caption > p {
    margin: 1.25em 0 !important;
}

.Subsection-Table-Promo-Text-Left .slideshow-control-bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    align-items: flex-end;
    justify-content: flex-start;
}

.Subsection-Table-Promo-Text-Left .slideshow-container-controls,
.Subsection-Table-Promo-Text-Left .slideshow-previous,
.Subsection-Table-Promo-Text-Left .slideshow-play,
.Subsection-Table-Promo-Text-Left .slideshow-pause,
.Subsection-Table-Promo-Text-Left .slideshow-next {
    pointer-events: all;
}

.Subsection-Table-Promo-Text-Left .slideshow-previous,
.Subsection-Table-Promo-Text-Left .slideshow-play,
.Subsection-Table-Promo-Text-Left .slideshow-pause,
.Subsection-Table-Promo-Text-Left .slideshow-next {
    color: #d6d6d6;
    background-color: transparent !important;
}

@media (max-width:1253px) {
    .Subsection-Table-Promo-Text-Left .slideshow-previous,
    .Subsection-Table-Promo-Text-Left .slideshow-play,
    .Subsection-Table-Promo-Text-Left .slideshow-pause,
    .Subsection-Table-Promo-Text-Left .slideshow-next {
        display: none !important;
    }
}

.Subsection-Table-Promo-Text-Left .slideshow-play,
.Subsection-Table-Promo-Text-Left .slideshow-pause,
.Subsection-Table-Promo-Text-Left .text-progress-container {
    display: none !important;
}

    .Subsection-Table-Promo-Text-Left .slideshow-previous:hover,
    .Subsection-Table-Promo-Text-Left .slideshow-play:hover,
    .Subsection-Table-Promo-Text-Left .slideshow-pause:hover,
    .Subsection-Table-Promo-Text-Left .slideshow-next:hover {
        color: inherit;
        background-color: transparent !important;
    }

.Subsection-Table-Promo-Text-Left .no-controls-required .slideshow-container-controls,
.Subsection-Table-Promo-Text-Left .no-controls-required .slideshow-previous,
.Subsection-Table-Promo-Text-Left .no-controls-required .slideshow-play,
.Subsection-Table-Promo-Text-Left .no-controls-required .slideshow-pause,
.Subsection-Table-Promo-Text-Left .no-controls-required .slideshow-next {
    display: none !important;
}

.Subsection-Table-Promo-Text-Left .slideshow-next .fa-forward:before {
    content: "";
    height: 1.278rem;
    width: 1.389rem;
    background-image: url(../images/icon-simple-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.Subsection-Table-Promo-Text-Left .slideshow-previous .fa-backward:before {
    content: "";
    height: 1.278rem;
    width: 1.389rem;
    background-image: url(../images/icon-simple-arrow-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.Subsection-Table-Promo-Text-Left .slideshow-container-controls {
    position: absolute;
    width: 1rem;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

@media (max-width:1253px) {
    .Subsection-Table-Promo-Text-Left .slideshow-container-controls {
        right: 6%;
        top: 13%;
    }
}

@media (min-width:1254px) and (max-width:1365px) {
    .Subsection-Table-Promo-Text-Left .slideshow-container-controls {
        right: 10%;
        top: 18%;
    }
}

@media (min-width:1366px) {
    .Subsection-Table-Promo-Text-Left .slideshow-container-controls {
        right: 1.75rem;
        top: 4.75rem;
    }
}

.Subsection-Table-Promo-Text-Left .slideshow-container-controls div {
    margin: .4rem;
}

    .Subsection-Table-Promo-Text-Left .slideshow-container-controls div a {
        width: 0.444rem;
        height: 1.389rem;
        background-color: transparent;
        border: solid 0.111rem #ffffff;
    }

        .Subsection-Table-Promo-Text-Left .slideshow-container-controls div a:hover {
            background-color: #ccc !important;
        }

    .Subsection-Table-Promo-Text-Left .slideshow-container-controls div.toc-active a {
        background-color: #ffffff !important;
    }


/** Slide transitions **
/** Add the '/' after the line with the title to enable the transition **

/** fade **/
.csstransforms .slideshow .slide {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

    .csstransforms .slideshow .slide.active {
        opacity: 1;
    }

/* Slideshow Full Width */

[class*="Subsection-Table"][class*="-Slideshow"]:not([class*="-Full-Height"]) {
    height: 25rem;
    max-height: 45rem;
}

[class*="Subsection-Table"][class*="-Slideshow"] .slideshow {
    text-indent: 0;
}

@media only screen and (max-width:1253px) {
    [class*="Subsection-Table"][class*="-Slideshow"] {
        max-height: 300rem;
    }

    main > [class*="subsection"][class*="-panel"][class*="-Slideshow"]:first-child:after,
    main > [class*="Subsection-Table"][class*="-Panel"][class*="-Slideshow"]:first-child:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        height: 65.3vw;
        width: 100%;
        background-image: url(../images/curve-overlay.svg);
        background-repeat: no-repeat;
        background-size: 100% !important;
        background-position: center bottom;
        pointer-events: none;
    }
}

[class*="Subsection-Table"][class*="-Slideshow"]:not([class*="-Full-Height"]) > tbody {
    height: 100%;
    width: 100%;
    display: flex;
}

    [class*="Subsection-Table"][class*="-Slideshow"]:not([class*="-Full-Height"]) > tbody > tr {
        height: 100%;
        width: 100%;
        display: flex;
    }

@media (min-width: 1254px) and (max-height:65rem) {
    [class*="subsection"][class*="-full-height"][class*="-slideshow"]:first-of-type,
    [class*="subsection"][class*="-full-height"][class*="-slideshow"]:only-of-type,
    [class*="Subsection-Table"][class*="-Full-Height"][class*="-Slideshow"]:first-of-type > tbody > tr,
    [class*="Subsection-Table"][class*="-Full-Height"][class*="-Slideshow"]:only-of-type > tbody > tr {
        height: 88vh;
    }
}

[class*="Subsection-Table"][class*="-Slideshow"] > tbody > tr {
    max-width: none;
    margin: 0;
}

    [class*="Subsection-Table"][class*="-Slideshow"] > tbody > tr > td {
        height: 100%;
        width: 100%;
        display: flex;
    }

.Table-Slide {
    width: 100%;
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
}

    .Table-Slide > * {
        width: 100%;
        display: flex;
    }

        .Table-Slide > * > tr {
            width: 100%;
            display: flex;
            /* flex-direction: column; */
            justify-content: center;
            align-items: center;
            align-content: center;
        }

[class*="Subsection-Table"][class*="-Slideshow"][class*="-Left"] .Table-Slide > * > tr {
    justify-content: flex-start;
}

[class*="Subsection-Table"][class*="-Slideshow"][class*="-Right"] .Table-Slide > * > tr {
    justify-content: flex-end;
}

.Table-Slide > * > tr > td {
    position: relative;
    z-index: 10;
    width: 50%;
    height: auto;
    display: block;
}

    .Table-Slide > * > tr > td > *:first-child {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .Table-Slide > * > tr > td > *:not([class*="Button"]):not(h1):not(h2):first-child {
        padding-bottom: 0 !important;
    }

    .Table-Slide > * > tr > td > *:first-child {
        margin-bottom: 0 !important;
    }

/**************************/
/*Caption Container*/
.caption-container {
    left: calc((100% - var(--side-panel-nav-width)) / 2);
    margin-left: -40%;
    top: 16%;
    min-height: 21rem;
    z-index: 500;
}
/* ---Use these two rules for captions that slide in and out--*/
/*
.csstransforms .captionInActive {
	right:-1000px;
	transition: all 0.5s ease-in-out;
}
.csstransforms .captionActive {
	right: 0px;
	transition: all 1s ease-in-out;
}*/

/*---Use these two rules for captions that fade in and out--*/
.csstransforms .captionInActive {
    opacity: 0;
    transition: all .8s ease-in-out;
    -webkit-backface-visibility: hidden;
    transition-delay: .5s;
}

.csstransforms .captionActive {
    opacity: 1;
    z-index: 100;
    pointer-events: all;
    transition: all .8s ease-in-out;
    -webkit-backface-visibility: hidden;
    transition-delay: .5s;
}

.slideshow-control-bar {
    bottom: 2rem;
    left: 0;
    right: 0;
    width: 80%;
    justify-content: center;
}

@media (max-width:1253px) {
    .slideshow-control-bar {
        top: 43vw;
        bottom: auto;
    }
}

.slideshow-control-bar > button,
.text-progress-container {
    align-items: center;
    height: 2rem;
    width: 2rem;
    margin: .5rem .5rem 4rem .5rem;
    border-radius: 500px;
    border-width: 0;
    background-color: rgba(255,255,255,.75);
}

    .slideshow-control-bar > button:hover {
        background-color: #ff6600;
    }

.slideshow-container-controls div {
    margin: .25rem;
    display: inline-block;
}

    .slideshow-container-controls div img {
        height: 40px;
        border-collapse: collapse;
        border-width: 0px;
        margin: 0px 0px 0px -60px;
    }

    .slideshow-container-controls div a {
        height: 1rem;
        width: 1rem;
        line-height: 1rem;
        background-color: rgba(255, 255, 255, 0.5);
        color: #fff;
        border-radius: 500px;
        text-indent: -0px;
        text-indent: -500px;
    }

@media (max-width:1253px) {
    .slideshow-container-controls div a {
        background-color: rgba(255, 255, 255, 0.5);
    }
}

.slideshow-container-controls div a:hover {
    background-color: #9d2235 !important;
    color: #fff !important;
}

.text-progress-container {
    display: flex;
    align-items: center;
    cursor: default;
    width: auto;
    padding-left: .75rem;
    padding-right: .75rem;
}

.text-progress-delineator {
    margin-left: .5em;
    margin-right: .5em;
}

.text-progress-container:hover {
    opacity: .85;
}

.toc-active a {
    background-color: #fff !important;
    color: #666 !important;
}

.no-controls-required .slideshow-container-controls,
[class*="Slideshow"] .slideshow-previous,
[class*="Slideshow"] .slideshow-play,
[class*="Slideshow"] .slideshow-pause,
[class*="Slideshow"] .slideshow-next,
[class*="Slideshow"] .text-progress-container {
    display: none !important;
}

/** Slide transitions **
/** Add the '/' after the line with the title to enable the transition **

/** fade **/
.csstransforms [class*="Subsection-Table"][class*="-Slideshow"] .Table-Slide {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    order: 2;
}

    .csstransforms [class*="Subsection-Table"][class*="-Slideshow"] .Table-Slide.active {
        opacity: 1;
        order: 1;
    }

/* Home page slideshow .Subsection-Table-Slideshow-Full-Height */
@media (max-width:1253px) {
    [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] {
        width: 100%;
        padding: 0;
        background-color: #fafafa;
    }

    body:not(#tinymce) [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * {
        display: flex;
        padding-top: 56% !important;
    }

    [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > * {
        width: 100% !important;
        min-width: 100% !important;
    }
}

body:not(#tinymce) [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] .Table-Slide {
    display: none;
}

body#tinymce [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] {
    height: auto;
}

    body#tinymce [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] .Table-Slide > * > tr > * {
        margin-left: 0;
    }

    body#tinymce [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] .Table-Slide img {
        left: 0;
        right: 0;
        transform: none;
    }

    body#tinymce [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] * {
        height: auto;
    }

    body#tinymce [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * {
        display: block;
        height: auto !important;
    }

@media (max-width:1253px) {
    body:not(#tinymce) [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] .Table-Slide {
        display: block;
        opacity: 0 !important;
    }

        body:not(#tinymce) [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] .Table-Slide > * > tr > * > p:first-child {
            display: none !important;
        }
}

[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}

@media (max-width:1253px) {
    [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.slideshow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        padding-bottom: 60.5%;
    }

        [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.slideshow:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            z-index: 20;
            height: 65.3vw;
            width: 100%;
            background-image: url(../images/curve-overlay.svg);
            background-repeat: no-repeat;
            background-size: 100% !important;
            background-position: center bottom;
        }
}

[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container {
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    align-content: center;
}

    [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container > .caption {
        text-align: center !important;
        margin: auto;
        top: 0;
        bottom: 0;
        width: 100%;
    }


@media (min-width:1254px) {
    [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container {
        top: 0;
        bottom: 0;
    }

        [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container > .caption {
            margin-bottom: 16rem;
        }
}

@media (max-width:1253px) {
    [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container {
        top: 0;
        bottom: 0;
    }

        [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container > .caption {
            padding-top: calc(56% + .5em);
        }
}



[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container > .caption.captionInActive {
}

@media (min-width:1001px) {
    [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container > .caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container > .caption > * {
            display: block;
        }
}

[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container > .caption > * {
    text-align: center !important;
}

[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container > .caption h1::after,
[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container > .caption h2::after {
    margin-left: auto;
    margin-right: auto;
}

[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * > div.caption-container > .caption p {
    margin: .5em 0 !important;
}

@media (min-width:1254px) {
    [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] > * > tr > * {
        color: #fff;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    }

    [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] h1,
    [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] h2,
    [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] h3 {
        color: #fff;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        text-align: center;
    }

        [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] h1:after,
        [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] h2:after,
        [class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] h3:after {
            background-color: #fff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
        }
}

[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] .Button2,
[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] .Button2 {
    border-color: #fff;
}


[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] .slideshow-container-controls > * > a {
    display: block;
    padding: 0;
    margin: 0 !important;
    border-radius: 5rem;
    width: 1.389rem;
    height: 0.444rem;
    border-radius: 0.278rem;
    border: none;
}

[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] .slideshow-container-controls > * > a {
    background-color: #9d2235;
    border-color: #9d2235;
}

[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] .slideshow-container-controls > *.toc-active > a {
    background-color: #fff;
    border-color: #d6d6d6;
}

[class*="Subsection-Table"][class*="-Slideshow"][class*="-Full-Height"] .slideshow-container-controls {
    display: none !important;
}

/* Fiserv CSS 3.2.0 by Paul Richards, Copyright 2018 Fiserv. All rights reserved. */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v15/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBBc-.woff) format('woff');
}

body,
[class*="Table-Grid"][class*="-Panel"] p,
[class*="Table-Grid"][class*="-Panel"] h1,
[class*="Table-Grid"][class*="-Panel"] h2,
[class*="Table-Grid"][class*="-Panel"] h3,
[class*="Table-Grid"][class*="-Panel"] h4,
[class*="Table-Grid"][class*="-Panel"] h5,
[class*="Table-Grid"][class*="-Panel"] a:not([class*="Button"]),
[class*="Table-Grid"][class*="-Panel"] ol,
[class*="Table-Grid"][class*="-Panel"] ul {
    color: #6d6d6d !important;
}

body {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    opacity: 0;
    animation: reveal;
    -webkit-animation: reveal;
    animation-delay: 0.35s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

    body > header {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 9;
    }

@media only screen and (max-width: 1000px) {
    body > header {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 300;
        background: var(--color4);
        transition: all .5s ease;
        animation: none !important;
    }

    #logo {
        display: none;
    }

    .openob #header {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
}

body > header > .inner-content {
    display: flex;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media only screen and (max-width: 667px) {
    body > header > .inner-content {
        padding: 1em 1em;
    }
}

@media only screen and (min-width: 668px) and (max-width: 1000px) {
    body > header > .inner-content {
        padding: 2em;
        justify-content: center;
    }
}

@media (min-width: 1001px) {
    body > header > .inner-content {
        justify-content: space-between;
    }
}

#logo {
    position: relative;
    width: 18rem;
    height: auto;
    margin: 0;
    padding: .5rem 0;
    z-index: 3;
}

.test #logo {
    border: 6px solid red;
}

#logo:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/logo-footer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    pointer-events: none;
}

#logo.normal-logo:before {
    background-image: url(../images/Logo-Golden-Valley.svg);
}

#logo > a {
    display: block;
}

    #logo > a > img {
        visibility: hidden;
    }


@media only screen and (max-width: 1100px) {
    #logo {
        width: 15rem
    }
}

/*IE11*/
_:-ms-fullscreen, :root #logo {
    padding: 0;
}

.mobile-header {
    height: 70px;
    align-items: center;
    align-content: center;
}

@media only screen and (max-width: 1000px) {
    .mobile-header {
        display: flex;
    }
}

@media only screen and (max-width: 667px) {
    .mobile-header {
        padding: 0 4%;
        column-gap: 4%;
    }
}

@media only screen and (min-width: 668px) and (max-width: 1000px) {
    .mobile-header {
        padding: 0 2em;
        column-gap: 2em;
    }
}

#logo-sm {
    flex-grow: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}

    #logo-sm img {
        height: 100%;
    }

    #logo-sm > * {
        width: auto !important;
        height: 55% !important;
        margin: 0;
        transition: all .4s ease;
    }

#mobile-header .login-btn {
    color: var(--color1);
    height: 50px;
    line-height: 50px;
    border-radius: var(--control-element-radius);
    position: relative;
    height: auto;
    right: auto;
    top: auto;
}

    #mobile-header .login-btn:before {
        display: inline-block;
        margin-right: .25em;
    }

@media only screen and (min-width: 1001px) {
    nav#primary:hover, .overlay nav#primary {
        opacity: 1;
    }
}

nav#primary > ul > li > a,
nav#primary > ul > li > a > .nav-icon:before,
nav.side-panel-nav > ul > li a h2 {
    color: var(--color1);
}

nav#primary > ul > li a h2 {
    font-size: inherit;
    font-weight: bold;
    text-transform: inherit;
    color: inherit;
}

@media only screen and (max-width:590px) {
    nav#primary > ul > li a h2 {
        font-size: .55em;
    }
}

@media only screen and (min-width: 1650px) {
    nav#primary > ul > li a h2 {
        font-size: .75em;
    }
}

#menu span {
    background: var(--color1);
}

nav.side-panel-nav {
    background-color: var(--color6);
    background-image: url("../images/bg-repeat.png"), linear-gradient(to bottom, hsl(255 0% 100% / 0), hsl(255 0% 100% / 1));
    background-repeat: repeat;
    background-position: top left;
    transition: opacity .5s linear;
    box-shadow: 0.15rem 0px 0.25rem 0px rgba(0,0,0,0.1);
}
/* Hide scrollbar for Chrome, Safari and Opera */
/*nav.side-panel-nav ::-webkit-scrollbar {
        display: none;
    }*/

/* Hide scrollbar for IE, Edge and Firefox */
/*nav.side-panel-nav {
    -ms-overflow-style: none; /* IE and Edge 
    scrollbar-width: none; /* Firefox 
}*/

.test nav.side-panel-nav {
    pointer-events: none;
    border: 5px solid red;
}

nav.side-panel-nav:hover {
    background-color: var(--color6);
    background-image: url("../images/bg-repeat.png"), linear-gradient(to bottom, hsl(255 0% 100% / 0), hsl(255 0% 100% / 1));
    background-repeat: repeat;
    background-position: top left;
}

@media only screen and (max-width: 1000px) {
    nav.side-panel-nav {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 1001px) {
    nav.side-panel-nav {
        opacity: .85;
    }
}

nav.side-panel-nav > ul {
    border-right: none;
}

@media only screen and (min-height: 751px) {
    nav.side-panel-nav > ul li {
        padding: .75rem .25rem;
    }
}

nav.side-panel-nav > ul > li.active {
    background-color: var(--color12);
}

    nav.side-panel-nav > ul > li:hover a .nav-icon:before, nav.side-panel-nav > ul > li.active a .nav-icon:before, nav.side-panel-nav > ul > li:hover a h2, nav.side-panel-nav > ul > li.active a h2 {
        color: rgba(0,0,0,.6);
    }

nav.side-panel-nav > ul > li.active {
    background: var(--color12);
}

@media only screen and (min-width: 1001px) and (max-width: 1365px) {
    nav.side-panel-nav > ul > li > div,
    nav.side-panel-nav > ul > li:nth-child(5) > div {
        width: calc(40rem - 5rem);
    }
}

@media only screen and (min-width: 1366px) {
    nav.side-panel-nav > ul > li > div,
    nav.side-panel-nav > ul > li:nth-child(5) > div {
        width: calc(50vw - 5rem);
    }
}

nav.side-panel-nav > ul > li > div > div {
    padding: 2.5rem;
    background: var(--color12);
}

nav.side-panel-nav ul li > div > div + div {
    background-color: var(--color6);
}

    nav.side-panel-nav ul li > div > div + div + div {
        background-color: #fff;
    }

        nav.side-panel-nav ul li > div > div + div + div + div {
            background-color: #c1c1c1;
        }

@media only screen and (max-width: 1000px) {
    nav.side-panel-nav ul li > div > div {
        height: auto;
        padding: 5rem 1.5em 1.5em 1.5em;
    }
}

@media only screen and (min-width: 1001px) {
    nav.side-panel-nav > ul > li > div {
        height: 100vh;
        overflow: auto;
    }

        nav.side-panel-nav > ul > li > div > div {
            height: auto;
            overflow: auto;
        }
}

nav.side-panel-nav ul li > div > div li {
    padding: .35rem 0;
}

nav.side-panel-nav ul li > div > div a {
    color: rgba(0,0,0,1);
    font-family: Roboto;
    font-weight: 300;
}

@media only screen and (min-width: 1000px) {
    nav.side-panel-nav ul li > div > div a:hover {
        color: rgba(0,0,0,1);
        font-weight: 400;
    }
}

nav.side-panel-nav ul li.active > div {
    box-shadow: 0.15rem 0px 0.25rem 0px rgba(0,0,0,0.25);
}

nav.side-panel-nav ul li > div > div strong, nav#primary ul li > div > div h3 {
    font-family: var(--font-family2);
    font-weight: bold;
    font-size: 1.2em;
    color: var(--color1);
}

nav#primary ul li > div > div h3 {
    margin: 2.5rem 0 .5rem 0;
    padding: 0;
}

    nav#primary ul li > div > div h3:first-of-type {
        margin-top: .5rem;
    }

#overlay {
    background-color: rgba(0,0,0,.25);
}

nav.side-panel-nav .alt {
    background-color: var(--color1);
    background-image: url("../images/bg-repeat.png"), radial-gradient(ellipse at top, hsl(255 0% 100% / .15), hsl(255 0% 100% / 0));
    background-repeat: repeat;
    background-position: top left;
    color: #fff;
}

nav.side-panel-nav .alt {
    position: relative;
}

    nav.side-panel-nav .alt:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        color: #fff;
        background-image: url("../images/overlay-ad-light.png");
        background-repeat: no-repeat;
        background-position: 80% 150%;
        background-size: 200%;
        opacity: .1;
    }

nav.side-panel-nav ul li > div > div.alt li {
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 1000px) {
    nav.side-panel-nav ul li > div > div.alt {
        padding-top: 1.5em;
    }
}

nav.side-panel-nav ul li > div > div.alt li:first-of-type {
    padding-top: .55em;
}

nav.side-panel-nav .alt a {
    display: block;
    position: relative;
    padding-left: 1.8em !important;
    line-height: 1.5;
    color: inherit;
}

    nav.side-panel-nav .alt a:hover {
        color: inherit;
    }

    nav.side-panel-nav .alt a:before {
        position: absolute;
        left: 0;
        display: flex;
        justify-content: center;
        font-family: 'FontAwesome';
        width: 1.5rem;
        line-height: unset;
    }

    nav.side-panel-nav .alt a.phone:before {
        content: "\f095";
    }

    nav.side-panel-nav .alt a.marker:before {
        content: "\f041";
    }

    nav.side-panel-nav .alt a.check:before {
        content: "\f044";
    }

    nav.side-panel-nav .alt a.loans:before, .alt a.loan:before {
        content: "\f155";
    }

    nav.side-panel-nav .alt a.calc:before {
        content: "\f1ec";
    }

nav.side-panel-navy .alt a.card:before {
    content: "\f09d";
}

nav.side-panel-nav .alt a.mobile:before {
    content: "\f10b";
}

nav.side-panel-nav .alt a.signup:before {
    content: "\f26c";
}

nav.side-panel-nav .alt a.email:before {
    content: "\f003";
}

.call-out {
    margin-top: 3rem;
    /* text-align: center; */
    /* display: none; */
}

    .call-out img {
        max-width: 60px;
        height: auto;
        /* transform: rotate(-15deg); */
    }

    .call-out .enews {
        overflow: hidden;
        height: 60px;
        text-align: center;
        /* border-bottom: 1px solid #999; */
        float: left;
        margin-right: 10px;
    }

    .call-out h4 {
        color: #fff;
        font-family: var(--font-family2);
        font-weight: 500;
        font-size: 25px;
        line-height: 22px;
        margin: 7px 0 0 0;
        padding: 10px 0 5px 0;
    }

.theme-2 .call-out h4 {
    font-family: var(--font-family1);
    font-weight: normal;
}

.call-out p {
    margin: 5px 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

    .call-out p:last-child {
        text-align: center;
    }

    .call-out p a {
        font-size: 16px;
    }

.call-out a.Button1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em !important;
    border-color: #fff;
    color: var(--color1) !important;
    font-size: 14px;
    font-weight: bold;
    background-color: var(--color2);
    margin-top: 15px;
    width: auto;
}

    .call-out a.Button1:hover {
        background-color: #79242f;
        border-color: #79242f;
        font-weight: bold;
        color: #fff !important;
    }


body > main {
    flex-grow: 1;
}

@media (max-width:1000px) {
    body > main {
        margin-top: 70px;
    }
}

body > footer {
    position: relative;
    background-color: var(--color3);
    background-image: url("../images/bg-repeat.png"), radial-gradient(ellipse at top, hsl(255 0% 100% / .15), hsl(255 0% 100% / 0));
    background-repeat: repeat;
    background-position: top left;
    color: #fff;
    border-top: 12px solid #000;
}

body.test > footer {
    border: 6px solid red;
}

body > footer .inner-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

body > footer nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2em;
    margin-right: -2em;
}

@media only screen and (max-width:1000px) {
    body > footer nav {
        width: calc(100% + 2em);
        max-width: unset !important;
        margin-left: -1em;
        margin-right: -1em;
    }
}

body > footer nav div {
    padding: 0 2em;
    flex-grow: 1;
    width: 25%;
}

    body > footer nav div:first-of-type {
        /* margin-left: 2rem; */
        text-align: right;
        /* width: 20%; */
    }

        body > footer nav div:first-of-type img {
            width: 12rem;
        }

body > footer h2 {
    font-size: 1.5em;
    font-family: var(--font-family2);
    padding-top: 0;
    color: inherit;
}

body > footer a {
    font-weight: normal;
    color: rgb(255 255 255 / .75);
}

    body > footer a:hover {
        font-weight: bold;
        color: rgb(255 255 255 / 1);
    }

body > footer nav ul {
    margin-left: 0;
    padding-left: 0;
}

@media (max-width:1000px) {
    body > footer > div > nav > div:last-of-type > ul {
        display: inline-block;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

body > footer nav ul li {
    padding-left: 0 !important;
    line-height: 1.2;
}

    body > footer nav ul li a {
        font-weight: normal;
        color: rgb(255 255 255 / .75);
    }

        body > footer nav ul li a:hover {
            font-weight: bold;
            color: rgb(255 255 255 / 1);
        }

        body > footer nav ul li a[class*="fa-"] {
            display: flex;
        }

            body > footer nav ul li a[class*="fa-"]:before {
                font-family: 'FontAwesome' !important;
                margin-right: .5em;
                width: 1.25em;
                display: flex;
                justify-content: center;
            }

        body > footer nav ul li a.pro:before {
            font-family: 'Font Awesome 5 Pro' !important;
        }

        body > footer nav ul li a[class*="fa-"]:first-of-type {
            padding-left: 0em;
        }

        body > footer nav ul li a.footer-social:hover {
            color: var(--color1);
        }

body > footer .copyright {
    font-size: .9rem;
    text-align: center;
}

.footer-logos {
    font-size: 1.5rem;
    color: rgba(255,255,255,.50) !important;
    margin-right: -.25rem !important;
    margin-left: -.25rem !important;
}

    .footer-logos a {
        color: rgba(255,255,255,.60) !important;
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

        .footer-logos a:hover {
            color: rgba(255,255,255,1) !important;
        }

@media only screen and (max-width: 1050px) {
    body > footer nav div:first-of-type {
        margin-left: 0;
        text-align: center;
        width: 100%;
        order: 2;
        padding-top: 2rem;
        padding-bottom: 0;
        border-top: 1px solid #b1b0b0;
    }

    body > footer nav div {
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    body > footer nav div {
        width: 100%;
        text-align: center;
    }
}

a {
    color: var(--color1);
}

    a:hover {
        color: var(--color3);
    }

    a:not([href]):not([class]):not([data-duplicate]):not([data-remove]) {
        position: relative;
        top: -3em;
        display: block;
        visibility: hidden;
        height: 0;
        float: left;
    }

    a[href^="http"]:not([href*="fiservapps"]):not([href*="/pbi"]):not([href*="/PBI"]):not([href*="/ebc"]):not([href*="/EBC"]):not([href*="/forms/"]):not([href*="onlinebanktours.com"]):not([class*="fa-"]):not([class*="icon-"]):after {
        content: "\f08e";
        font-family: 'fontAwesome';
        margin-left: .25em;
        font-size: .8em;
    }

body:not(.mce-content-body) a[href*="tel"] {
    white-space: nowrap;
}

@media (min-width: 1001px) {
    body:not(.mce-content-body) a[href*="tel"] {
        color: inherit;
    }
}

body:not(.forms) [class*=section] ul:not([class*="-Checkmark"]):not([class*="List-"]):not(.horizontal) > li:before,
body:not(.forms) [class*=Section] ul:not([class*="-Checkmark"]):not([class*="List-"]):not(.horizontal) > li:before {
    color: #929292;
    content: "\f054";
    font-size: 0.9em;
    top: .65em;
}

ul[class*="-Checkmark"] > li:before {
    color: var(--color1);
    /* text-shadow: .075em .075em 0.15em rgba(150, 150, 150, 0.8); */
}

ul[class*="List"] li:before {
    position: absolute;
    content: "\f0c8";
    font-family: 'fontAwesome';
    height: auto;
    display: block;
    position: absolute;
    text-align: center;
    left: .2em;
    top: .95em;
}

ul[class*="-Checkmark"] > li:before {
    content: "\f00c";
    top: .2em;
    left: 0;
}

ul[class*="-Checkmark"] ul li:before {
    content: "\f096";
    height: auto;
    text-shadow: none;
}

ul[class*="-Panel"] {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}

    ul[class*="-Panel"] li {
        background-color: var(--color6);
        margin: .75em 0;
        padding: .5em 2.1em !important;
        border-radius: var(--radius);
    }

    ul[class*="-Panel"]:not([class*="-Checkmark"]) li:before {
        position: absolute;
        top: .9em !important;
        left: 1em !important;
    }

    ul[class*="-Panel"][class*="-Checkmark"] li:before {
        left: .5em !important;
    }

ul.List-Checkmark {
}

ul.List-Panel {
}

ul.List-Checkmark-Panel {
}

.checkmark:before {
    color: var(--color1);
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

h1 + h1, h2 + h2 {
    padding-top: 0em;
}

h1 + h1,
h1:last-of-type {
    font-weight: 500 !important;
}

h1, h2 {
    color: var(--color1);
}

h1 {
    font-weight: 900 !important;
}

h3 {
    color: var(--color4);
}

h1:not(:only-of-type):last-of-type,
h2:not(:only-of-type):last-of-type {
    margin-top: 0;
}

h1:not(:only-of-type) em,
h2:not(:only-of-type) em {
    font-size: .7em;
    font-style: inherit;
}

/*TABLES
-------------------------------------------------------------------------------------------*/
table[class*="-Style"] tr {
    background-color: var(--color6);
}

table[class*="-Style"] th {
    border-top-color: #d2d2d2;
    border-right-color: #d2d2d2;
    border-bottom-color: rgba(var(--color2-rgba), 1);
}

    table[class*="-Style"] th:first-child {
        border-left-color: #d2d2d2;
    }

    table[class*="-Style"] th a {
        color: #d2e7df;
    }

        table[class*="-Style"] th a:hover {
            color: #FFFFFF;
        }

table[class*="-Style"] td {
    border-right-color: #d2d2d2;
    border-bottom-color: #d2d2d2;
}

    table[class*="-Style"] td:first-child {
        border-left-color: #d2d2d2;
    }

table[class*="-Style"] tr:hover {
    background-color: #eee;
}

table[class*="-Style"] td[colspan] {
    background-color: #dde6e6 !important;
}

table[class*="-Style"] td[colspan], table[class*="-Product"] td[colspan] {
    color: #004e5a;
}

table[class*="-Style"] caption {
    color: #FFF;
    background-color: var(--color1);
    border-radius: var(--radius) var(--radius) 0 0;
}

table[class*="-Style"] tr:nth-child(even) td {
    background-color: #f9f9f9;
}

table[class*="-Style"] tr:nth-child(odd) td {
    background-color: #ffffff;
}

table[class*="-Product"] {
    border-top-color: #AEB89D;
}

    table[class*="-Product"] th {
        background-color: var(--color1);
        color: #fff;
        border-right-color: var(--color1);
        border-bottom-color: var(--color2);
    }

        table[class*="-Product"] th:nth-of-type(2) {
            border-radius: var(--radius) 0 0 0;
            border-left-width: 0;
        }

        table[class*="-Product"] th:last-of-type {
            border-radius: 0 var(--radius) 0 0;
            border-right-width: 0;
        }

    table[class*="-Product"] td {
        border-bottom-color: #d2d2d2;
        border-right-color: #d2d2d2;
        background: #FFF;
    }

    table[class*="-Product"] tr:first-child td:first-child {
        border-top-color: #d2d2d2;
    }

    table[class*="-Product"] tr th:first-child, table[class*="-Product"] tr td:first-child {
        border-left-color: #d2d2d2;
    }

    table[class*="-Product"] tr th:first-child {
        background: none !important; /* Old browsers */
    }

    table[class*="-Product"] tr td:first-child {
        background-color: var(--color6);
        border-right-color: #d2d2d2;
    }

    table[class*="-Product"] tr:last-child td {
        border-bottom-color: #d2d2d2;
    }

    table[class*="-Product"] tr td:last-child {
        border-right-color: #d2d2d2;
    }

    table[class*="-Product"] caption, table[class*="-Product"] tr th:first-child, table[class*="-Product"] tr th:first-child p {
        color: var(--color1);
    }

    table[class*="-Product"] th a:hover {
        color: #c7c7c7;
    }

    /*even columns (minus the first column). Remove +3 if all columns needed*/
    table[class*="-Product"] tr th:nth-child(2n+3) {
        background-color: rgba(var(--color1-rgba),.9);
    }

[class*="Table-"]:not([class*="-Table"]):not([class*="-Expandable"]):not([class*="-Grid"]):not([class*="-Notice"]) {
    margin: 1.5em 0;
}

    [class*="Table-"]:not([class*="-Table"]):not([class*="-Expandable"]):not([class*="-Grid"]):not([class*="-Notice"]) > * > tr > *,
    [class*="Table-"]:not([class*="-Table"]):not([class*="-Expandable"]):not([class*="-Grid"]):not([class*="-Notice"]) > caption {
        padding: 1.25rem;
        margin: 0;
    }

table[class*="-Simple"] > * > tr > *,
table[class*="-Simple"] > caption {
    padding: .25rem
}

table[class*="-Product"] > * > tr > *,
table[class*="-Product"] > caption {
    padding: 1.5rem 1.250rem;
}

table[class*="-Notice"] > * > tr > *,
table[class*="-Notice"] > caption {
    padding: 1.25rem;
}

@media (min-width: 321px) {
    [class*="Subsection-Table"] > tbody > tr > td:first-of-type table:not([class*="Table-"]) td:not(:empty) .Table-Simple td {
        width: 50% !important;
    }
}

/*SUBSECTIONS
-------------------------------------------------------------------------------------------*/

/*Subsection Colors*/
[class*="Subsection-Table"] {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%);
}

    [class*="Subsection-Table"][style*="url"] {
        background-color: #000;
    }
    /*Default Full Width Overlay*/
    [class*="Subsection-Table"]:not([class*="-Half"])[style*="url"]:before {
        background-color: rgba(0,0,0,.5);
    }

@media (min-width:668px) {
    [class*="Subsection-Table"]:not([class*="-Panel"]):not([class*="-Half"])[style*="url"] p,
    [class*="Subsection-Table"]:not([class*="-Panel"]):not([class*="-Half"])[style*="url"] h1,
    [class*="Subsection-Table"]:not([class*="-Panel"]):not([class*="-Half"])[style*="url"] h2,
    [class*="Subsection-Table"]:not([class*="-Panel"]):not([class*="-Half"])[style*="url"] h3,
    [class*="Subsection-Table"]:not([class*="-Panel"]):not([class*="-Half"])[style*="url"] h4,
    [class*="Subsection-Table"]:not([class*="-Panel"]):not([class*="-Half"])[style*="url"] h5,
    [class*="Subsection-Table"]:not([class*="-Panel"]):not([class*="-Half"])[style*="url"] a:not([class*="Button"]),
    [class*="Subsection-Table"]:not([class*="-Panel"]):not([class*="-Half"])[style*="url"] ol,
    [class*="Subsection-Table"]:not([class*="-Panel"]):not([class*="-Half"])[style*="url"] ul,
    [class*=Section] ul:not([class*="-Checkmark"]) > li:before {
        color: #fff;
    }

        [class*="Subsection-Table"]:not([class*="-Panel"]):not([class*="-Half"])[style*="url"] ul:not([class*="-Checkmark"]) > li:before {
            color: rgba(255,255,255,.75);
        }
}
/*Fade Left Overlay*/
[class*="Subsection-Table"]:not([class*="-Half"])[style*="url"][class*="-Text-Left"]:before {
    background-image: linear-gradient(to right, rgba(0,0,0,.4) 10%, rgba(0,0,0,.3) 45%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    background-color: rgba(0,0,0,0);
}

/*Fade Right Oveerlay*/
[class*="Subsection-Table"]:not([class*="-Half"])[style*="url"][class*="-Text-Right"]:before {
    background-image: linear-gradient(to left, rgba(0,0,0,.4) 10%, rgba(0,0,0,.3) 45%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    background-color: rgba(0,0,0,0);
}

@media (min-width: 1001px) {
    /*For sticky top main nav*/
    :not(.mce-content-body) > [class*="Subsection-Table"]:first-of-type,
    :not(.mce-content-body) > [class*="Subsection-Table"]:only-of-type {
        padding-top: 6em;
    }

    /*For Slideshow above subsection*/
    #hero-main + [class*="Subsection-Table"] {
        padding-top: inherit;
    }

    /*Desktop Full Height "Promo" Styles*/
    [class*="subsection"][class*="-full-height"]:first-of-type,
    [class*="subsection"][class*="-full-height"]:only-of-type,
    [class*="Subsection-Table"][class*="-Full-Height"]:first-of-type,
    [class*="Subsection-Table"][class*="-Full-Height"]:only-of-type {
        padding-top: 0;
    }

    [class*="-full-height"],
    [class*="-Full-Height"] > tbody > tr {
        display: flex;
        /*height: 100vh;*/
        height: 56.25vw; /* height:width ratio = 9/16 = .5625  */
        max-height: 100vh;
        margin: auto;
        align-items: center;
        flex-wrap: wrap;
    }

    [class*="-full-height"] { /*table-to-div*/
        max-width: 256.778vh;
    }

    [class*="Subsection-Table"][class*="-Full-Height"]:not([class*="-Text"]) > * > tr > * > table > * > tr > *:not(:empty):only-of-type {
        padding-left: 6em;
        padding-right: 6em;
        text-align: center;
    }

    [class*="Subsection-Table"]:only-of-type {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: calc(100vh - 18rem);
    }
}

.inner-content, [class*="Subsection-Table"] > tbody > tr > td:first-of-type {
    padding: 2em var(--subsection-padding-right) 2em var(--subsection-padding-left);
}

.test [class*="Subsection-Table"] * > tr > td > *,
.test [class*="Subsection-Table"] > * > tr > * > table > * > tr > td {
    border: 1px solid yellow;
}

@media (min-width: 668px) {
    [class*="Subsection-Table"]:only-of-type > tbody > tr > td:first-of-type {
        /*padding: 5em 2%;*/
    }

    [class*="Subsection-Table"][style*="url"] > * > tr > * {
        padding: 0 !important;
    }

        [class*="Subsection-Table"][style*="url"] > * > tr > * > table,
        [class*="Subsection-Table"][class*="-Full-Height"] > * > tr > * > table {
            display: flex;
            table-layout: fixed;
            white-space: nowrap;
            height: 100%;
        }

            [class*="Subsection-Table"][style*="url"] > * > tr > * > table > *,
            [class*="Subsection-Table"][class*="-Full-Height"] > * > tr > * > table > * {
                display: flex;
                white-space: normal;
                width: 100%;
                height: 100%;
            }

                [class*="Subsection-Table"][style*="url"] > * > tr > * > table > * > tr,
                [class*="Subsection-Table"][class*="-Full-Height"] > * > tr > * > table > * > tr {
                    display: flex;
                    width: 100%;
                    height: 100%;
                }

                    [class*="Subsection-Table"][style*="url"] > * > tr > * > table > * > tr > *,
                    [class*="Subsection-Table"][class*="-Full-Height"] > * > tr > * > table > * > tr > * {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        padding: 2rem;
                        min-height: 23rem;
                        width: 50%;
                    }

                        [class*="Subsection-Table"][style*="url"] > * > tr > * > table > * > tr > *:first-child:not(:last-child) {
                            margin-left: calc(var(--subsection-padding-left) - var(--subsection-with-backgrounds-padding));
                            width: calc(((100% - var(--side-panel-nav-width)) / 2) - var(--subsection-with-backgrounds-padding));
                        }

                        [class*="Subsection-Table"][style*="url"] > * > tr > * > table > * > tr > *:first-child + *,
                        [class*="Subsection-Table"][class*="-Full-Height"] > * > tr > * > table > * > tr > *:first-child + * {
                            width: calc(((100% - var(--side-panel-nav-width)) / 2) - var(--subsection-with-backgrounds-padding));
                            margin-right: calc(var(--subsection-padding-right) - var(--subsection-with-backgrounds-padding));
                        }

                        [class*="Subsection-Table"][style*="url"] > * > tr > * > table > * > tr > *:first-child:last-child {
                            padding-left: var(--subsection-padding-left);
                            padding-right: var(--subsection-padding-right);
                        }

    [class*="Subsection-Table"][style*="url"][class*="-Text"] > * > tr > * > table > * > tr > *:first-child:last-child {
        padding-left: var(--subsection-with-backgrounds-padding);
        padding-right: var(--subsection-with-backgrounds-padding);
    }

    [class*="Subsection-Table"][class*="-Full-Height"] > * > tr > * > table > * > tr > *:first-child:not(:last-child) {
        padding-left: var(--subsection-padding-left);
        width: calc(50% + var(--side-panel-nav-width) - var(--subsection-with-backgrounds-padding));
    }

    [class*="Subsection-Table"][class*="-Text"][class*="-Right"] > * > tr > * > table > * > tr > *:first-child:last-child {
        width: calc(50% - var(--side-panel-nav-width) - var(--subsection-with-backgrounds-padding));
        margin-right: calc(var(--subsection-padding-right) - var(--subsection-with-backgrounds-padding));
    }

    [class*="Subsection-Table"][class*="-Text"][class*="-Left"] > * > tr > * > table > * > tr > *:first-child:last-child {
        padding-left: var(--subsection-padding-left);
        padding-right: var(--subsection-with-backgrounds-padding);
        width: calc(50% + var(--side-panel-nav-width) - var(--subsection-with-backgrounds-padding));
    }

    #main-content > [class*="Subsection-Table"][style*="url"]:first-child > * > tr > * > table > * > tr > *,
    #main-content > [class*="Subsection-Table"][class*="-Full-Height"]:first-child > * > tr > * > table > * > tr > * {
        min-height: calc(23rem - 6rem);
    }
}

@media (max-width:1000px) {
    [class*="Subsection-Table"],
    [class*="Subsection-Table"][style*="url"]:first-of-type {
        min-height: 0;
    }

        .inner-content,
        [class*="Subsection-Table"] > tbody > tr > td:first-of-type {
            width: 100% !important;
            min-width: 0;
        }

        /*Mobile "Promo" Full-Height Styles*/
        [class*="Subsection-Table"][class*="-Full-Height"] > tbody > tr > td:first-of-type table td:not(:empty) {
            padding: var(--subsection-padding-left);
        }
}

/*Layout Change for Smartphones*/
@media (max-width:667px) {

    [class*="Subsection-Table"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) > * > tr > td:not(:empty) {
        float: left;
        width: 100% !important;
        padding: 0 !important;
    }

    /*Remove fades*/
    [class*="Subsection-Table"][style*="url"]:before,
    [class*="Subsection-Table"][style*="url"][class*="fade-"]:before {
        display: none;
    }

    [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) td:not(:empty) + td:not(:empty) {
        margin-top: 0;
        padding-top: 0;
    }

    [class*="Subsection-Table"][style*="url"] {
        min-height: 11.111em;
        background-position: 50% top;
        background-size: 100%;
    }

        [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) td:not(:empty) {
            display: block;
            float: left;
            width: 100% !important;
            margin-top: 33%; /*Pushes content below image*/
        }

    [class*="Subsection-Table"]:not([style*="url"]):not([class*="-Full-Height"]) > tbody > tr > td:first-of-type table:not([class*="Table-"]) > * > tr > td:not(:empty) + td:not(:empty) {
        padding-left: 0;
    }

    [class*="Subsection-Table"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) > td {
        width: auto !important;
        padding: 2% 0 2% 2%;
    }

    [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) > * > tr > td {
        display: none; /*legacy - hides empty td's*/
    }

        [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) > * > tr > td:not(:empty) > *:first-child {
            padding-top: 0 !important;
            margin-top: 0 !important;
        }

    [class*="Subsection-Table"][style*="url"]:not([class*="-Panel"]) > tbody > tr > td:first-of-type {
        height: auto;
        /* padding-bottom: 0; */
    }

    [class*="Subsection-Table"] > tbody > tr > td:first-of-type {
        margin-top: 0;
        box-shadow: none;
        padding: 0;
        padding: 2em var(--subsection-padding-right) 2em var(--subsection-padding-left);
    }

    [class*="Subsection-Table"]:only-of-type > tbody > tr > td:first-of-type,
    [class*="Subsection-Table"]:first-of-type:not([style*="url"]) > tbody > tr > td:first-of-type {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    /*Background position shift for left and right*/
    [class*="Subsection-Table"][style*="url"][class*="-Text-Left"] {
        background-position: 80% top;
    }

    [class*="Subsection-Table"][style*="url"][class*="-Text-Right"] {
        background-position: 10% top;
    }

    /*Full-Height "Promo" Style Overrides Smartphone */


    [class*="Subsection-Table"][class*="-Full-Height"] {
        background-size: cover !important;
    }

        [class*="Subsection-Table"][class*="-Full-Height"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) td:not(:empty) {
            margin-top: 0;
            padding: 3em;
            background: none;
        }

        [class*="Subsection-Table"][class*="-Full-Height"] > tbody > tr > td:first-of-type table td:not(:empty) {
            float: left;
            width: 100% !important;
            margin: 0;
            background: transparent;
        }

    /* Mobile phone image sections */
    [class*="Subsection-Table"][style*="url"] {
        background-size: 0 !important;
        background-repeat: no-repeat !important;
        background-color: #fff;
    }

        [class*="Subsection-Table"][style*="url"] > *,
        [class*="Subsection-Table"][style*="url"] > * > tr,
        [class*="Subsection-Table"][style*="url"] > * > tr > *,
        [class*="Subsection-Table"][style*="url"] > * > tr > *:before {
            background-image: inherit;
            background-size: 0 !important;
            background-repeat: no-repeat !important;
        }

            [class*="Subsection-Table"][style*="url"] > * > tr > *:before {
                content: "";
                display: block;
                width: calc(108.6%);
                height: 0;
                padding: 56.25% 0 0 0;
                background-size: cover !important;
                margin: -2em -4.3% 2em -4.3%;
            }

            [class*="Subsection-Table"][style*="url"] > * > tr > * > table > * > tr > * {
                margin-top: 0 !important;
            }

    [class*="Subsection-Table"][class*="-Text-Left"][style*="url"] > * > tr > *:before {
        background-position: 90% 50%;
    }

    [class*="Subsection-Table"][class*="-Text-Right"][style*="url"] > * > tr > *:before {
        background-position: 10% 50%;
    }
}

/*SUBSECTION WITH IMAGE FULL OVERLAY - SMARTPHONE ONLY
-------------------------------------------------------------------------------------------*/
/*@media (max-width:667px) {

   
    [class*="subsection"][style*="url"]:before,
    [class*="Subsection-Table"][style*="url"]:before,
    [class*="subsection"][style*="url"][class*="-text-"]:before,
    [class*="Subsection-Table"][style*="url"][class*="-Text"]:before {
        display: block;
        background: rgba(255,255,255,0.75);
    }

    [class*="subsection"][style*="url"],
    [class*="Subsection-Table"][style*="url"],
    [class*="subsection"][style*="url"][class*="-text"],
    [class*="Subsection-Table"][style*="url"][class*="-Text"] {
        background-position: 65% top !important;
        background-size: cover !important;
    }

        [class*="subsection"][style*="url"] .inner-content > table:not([class*="Table-"]) td:not(:empty),
        [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) td:not(:empty) {
            background: none;
            padding: 0;
            margin-top: 0;
        }
}*/

/*SUBSECTION WITH IMAGE SLIGHT OVERLAP - SMARTPHONE ONLY
-------------------------------------------------------------------------------------------*/
/*@media (max-width:667px) {

    [class*="subsection"][style*="url"],
    [class*="Subsection-Table"][style*="url"] {
        background-size: 150%;
    }

    [class*="subsection"][style*="url"] .inner-content,
    [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type {
        padding: 2% 2%; 
    }
        
    [class*="subsection"][style*="url"] .inner-content > table:not([class*="Table-"]) td,
    [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) td {
        background-image: linear-gradient(to bottom, rgba(255,255,255,.5) 0%, rgba(255,255,255,1) 1rem);
        padding: 2% 5%;
        margin-top: 39%; 
    }

    [class*="subsection"][style*="url"] .inner-content > table:not([class*="Table-"]) td:not(:empty),
    [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) td:not(:empty) {
        padding: 3% 2%; 
    }

}*/

/*SUBSECTION WITH PANEL
-------------------------------------------------------------------------------------------*/
[class*="subsection"][class*="-panel"] .inner-content table td:not(:empty) > *,
[class*="Subsection-Table"][class*="-Panel"] > tbody > tr > td:first-of-type table td:not(:empty) > * {
    position: relative;
    z-index: 1;
}

#main-content > [class*="subsection"][style*="url"][class*="-panel"]:not(:first-child):before,
#main-content > [class*="Subsection-Table"][style*="url"][class*="-Panel"]:not(:first-child):before {
    display: none;
}

[class*="subsection"][class*="-panel"] .inner-content table td:not(:empty):after,
[class*="Subsection-Table"][class*="-Panel"] > tbody > tr > td:first-of-type table td:not(:empty):after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .85);
}

[class*="subsection"][class*="-panel"] .inner-content table td:not(:empty),
[class*="Subsection-Table"][class*="-Panel"] > tbody > tr > td:first-of-type table td:not(:empty) {
    position: relative;
    width: 50%; /*set panel width*/
    padding: 2em;
}

@media (min-width:1001px) {
    [class*="subsection"][class*="-panel"] .inner-content table td:not(:empty),
    [class*="Subsection-Table"][class*="-Panel"] > tbody > tr > td:first-of-type table td:not(:empty) {
        padding: 2em;
    }

    [class*="subsection"][class*="-panel"]:not([class*="-Full-Height"]) .inner-content table td:not(:empty),
    [class*="Subsection-Table"][class*="-Panel"]:not([class*="-Full-Height"]) > tbody > tr > td:first-of-type table td:not(:empty) {
        margin: 2em;
    }
}

[class*="subsection"][class*="-panel"] .inner-content table td:not(:empty) > *:last-child,
[class*="Subsection-Table"][class*="-Panel"] > tbody > tr > td:first-of-type table td:not(:empty) > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 1000px) {
    [class*="subsection"][class*="-panel"] .inner-content,
    [class*="Subsection-Table"][class*="-Panel"] > tbody > tr > td:first-of-type {
        padding: 1.5em !important;
    }
}

/*SUBSECTION WITH Half Image / Half Text
-------------------------------------------------------------------------------------------*/

[class*="subsection"][class*="-half"] > .inner-content,
[class*="Subsection-Table"][class*="-Half"] > tbody > tr > td:first-of-type {
    padding: 0;
    width: 100%;
}

    [class*="subsection"][class*="-half"] > .inner-content table td,
    [class*="Subsection-Table"][class*="-Half"] > * > tr > * > table > * > tr > * {
        vertical-align: middle !important;
        width: 50%;
        padding: 2em;
    }

[class*="subsection"][class*="-half"],
[class*="Subsection-Table"][class*="-Half"] {
    background-size: 0;
    background-position: 50% 50%;
    position: relative;
}

    [class*="subsection"][class*="-half"] .inner-content,
    [class*="subsection"][class*="-half"] .inner-content > table,
    [class*="subsection"][class*="-half"] .inner-content > table > tbody,
    [class*="subsection"][class*="-half"] .inner-content > table > tbody > tr,
    [class*="subsection"][class*="-half"] .inner-content > table > tbody > tr > td:empty,
    [class*="subsection"][class*="-half"] .inner-content > table > tbody > tr > td,
    [class*="Subsection-Table"][class*="-Half"] > tbody,
    [class*="Subsection-Table"][class*="-Half"] > tbody > tr,
    [class*="Subsection-Table"][class*="-Half"] > tbody > tr > td,
    [class*="Subsection-Table"][class*="-Half"] > tbody > tr > td > table,
    [class*="Subsection-Table"][class*="-Half"] > tbody > tr > td > table > tbody,
    [class*="Subsection-Table"][class*="-Half"] > tbody > tr > td > table > tbody > tr,
    [class*="Subsection-Table"][class*="-Half"] > tbody > tr > td > table > tbody > tr > td:empty,
    [class*="Subsection-Table"][class*="-Text-"][class*="-Half"] > * > tr > * > table > * > tr > * {
        background: inherit;
    }

        /*future proof*/
        [class*="subsection"][class*="-half"] .inner-content > table > tbody > tr > td:empty,
        [class*="Subsection-Table"][class*="-Half"] > tbody > tr > td > table > tbody > tr > td:empty {
            background-size: cover;
            display: flex !important;
            background-position: 50% 50% !important;
            min-height: 15em;
        }

/*cms fix*/
[class*="subsection"][class*="-text-right"][class*="-half"] .inner-content > table > tbody > tr > td:first-of-type,
[class*="subsection"][class*="-text-left"][class*="-half"] .inner-content > table > tbody > tr > td:last-of-type,
[class*="Subsection-Table"][class*="-Text-Right"][class*="-Half"] > * > tr > * > table > * > tr > *:first-of-type,
[class*="Subsection-Table"][class*="-Text-Left"][class*="-Half"] > * > tr > * > table > * > tr > *:last-of-type {
    background-size: cover;
    display: flex !important;
    background-position: 50% 50% !important;
    min-height: 15em;
}

@media (min-width: 1001px) {

    [class*="subsection"][class*="-half"] > .inner-content table td,
    [class*="Subsection-Table"][class*="-Half"] > * > tr > * > table > * > tr > * {
        padding: 2em 3em !important;
    }
}

@media (max-width:667px) {
    [class*="subsection"][class*="-half"] > .inner-content table td,
    [class*="Subsection-Table"][class*="-Half"] > * > tr > * {
        padding: 0 !important;
    }

        [class*="subsection"][class*="-half"] > .inner-content table td:not(:empty),
        [class*="Subsection-Table"][class*="-Half"] > * > tr > * > table > * > tr > *:not(:empty) {
            margin-top: 0 !important;
            padding: 1em 2em !important;
        }

        [class*="subsection"][class*="-half"] > .inner-content table td,
        [class*="Subsection-Table"][class*="-Half"] > * > tr > * > table > * > tr > * {
            vertical-align: middle !important;
            width: 100% !important;
            padding: 1em 2em;
            display: flex;
        }

        [class*="subsection"][class*="-half"] .inner-content > table > tbody > tr,
        [class*="Subsection-Table"][class*="-Half"] > * > tr > * > table > * > tr {
            display: flex;
            flex-direction: column;
        }

            [class*="subsection"][class*="-half"] .inner-content > table > tbody > tr > td:not(:empty),
            [class*="Subsection-Table"][class*="-Half"] > * > tr > * > table > * > tr > *:not(:empty) {
                order: 2;
            }
}

/*SUBSECTION GUIDE
-------------------------------------------------------------------------------------------*/

[class*="subsection"][class*="-guide"],
[class*="Subsection-Table"][class*="-Guide"] {
    background: #fbfbe9;
    box-shadow: 0 -0.135em 0.313em 0.125em rgba(0,0,0,0.22);
    z-index: 2;
}

    [class*="subsection"][class*="-guide"]:before,
    [class*="Subsection-Table"][class*="-Guide"]:before {
        font-family: fontawesome;
        content: '\f0d8';
        position: absolute;
        width: 0;
        height: 0;
        left: calc((100% - var(--side-panel-nav-width)) / 2);
        right: 0;
        margin: 0;
        top: -.82em;
        font-size: 5em;
        color: #fbfbe9;
        text-shadow: 0 -.095em .1em rgba(0,0,0,0.22);
        z-index: 9;
        transform: translateX(.7em);
    }

    [class*="subsection"][class*="-guide"] h2,
    [class*="Subsection-Table"][class*="-Guide"] h2 {
        color: #ff6600;
    }

@media (min-width: 1001px) {
    [class*="subsection"][class*="-guide"] .inner-content,
    [class*="Subsection-Table"][class*="-Guide"] > tbody > tr > td:first-child {
        padding: 2em var(--subsection-padding-right) 2em var(--subsection-padding-left);
    }
}

@media (max-width: 667px) {
    [class*="subsection"][style*="url"] + [class*="subsection-guide"],
    [class*="Subsection-Table"][style*="url"]:not([class*="-Panel"]) + [class*="-Table"][class*="-Guide"] {
        margin-top: 2em;
    }
}

/* Color 1 Table */
[class*='Subsection-Table'][class*='-Color-1']:not([class*='-Color-10']):not([class*='-Color-11']):not([class*='-Color-12']) {
    color: #fff;
    background-color: var(--color1);
    background-image: url("../images/bg-repeat.png");
}

    [class*='Subsection-Table'][class*='-Color-1']:not([class*='-Color-10']):not([class*='-Color-11']):not([class*='-Color-12']) h2,
    [class*='Subsection-Table'][class*='-Color-1']:not([class*='-Color-10']):not([class*='-Color-11']):not([class*='-Color-12']) h3,
    [class*='Subsection-Table'][class*='-Color-1']:not([class*='-Color-10']):not([class*='-Color-11']):not([class*='-Color-12']) h4,
    [class*='Subsection-Table'][class*='-Color-1']:not([class*='-Color-10']):not([class*='-Color-11']):not([class*='-Color-12']) p,
    [class*='Subsection-Table'][class*='-Color-1']:not([class*='-Color-10']):not([class*='-Color-11']):not([class*='-Color-12']) a:not([class*='Button']),
    [class*='Subsection-Table'][class*='-Color-1']:not([class*='-Color-10']):not([class*='-Color-11']):not([class*='-Color-12']) [class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:first-child:before {
        color: #fff;
    }

        [class*='Subsection-Table'][class*='-Color-1']:not([class*='-Color-10']):not([class*='-Color-11']):not([class*='-Color-12']) a:not([class*='Button']):hover {
            text-decoration: underline;
        }
/* Color 2 Table */
[class*='Subsection-Table'][class*='-Color-2'] {
    background-color: var(--color2);
    background-image: url("../images/bg-repeat.png");
}

/* Color 3 Table */
[class*='Subsection-Table'][class*='-Color-3'] {
    color: #fff;
    background-color: var(--color3);
    background-image: url("../images/bg-repeat.png");
}

    [class*='Subsection-Table'][class*='-Color-3'] h2,
    [class*='Subsection-Table'][class*='-Color-3'] h3,
    [class*='Subsection-Table'][class*='-Color-3'] h4,
    [class*='Subsection-Table'][class*='-Color-3'] p,
    [class*='Subsection-Table'][class*='-Color-3'] a,
    [class*='Subsection-Table'][class*='-Color-3'] [class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:first-child:before {
        color: #fff;
    }

/* Color 4 Table */
[class*='Subsection-Table'][class*='-Color-4'] {
    background-color: var(--color4);
    background-image: url("../images/bg-repeat.png");
}

/* Color 5 Table */
[class*='Subsection-Table'][class*='-Color-5'] {
    color: #fff;
    background-color: var(--color5);
    background-image: url("../images/bg-repeat.png");
}

    [class*='Subsection-Table'][class*='-Color-5'] h2,
    [class*='Subsection-Table'][class*='-Color-5'] h3,
    [class*='Subsection-Table'][class*='-Color-5'] h4,
    [class*='Subsection-Table'][class*='-Color-5'] p,
    [class*='Subsection-Table'][class*='-Color-5'] a,
    [class*='Subsection-Table'][class*='-Color-5'] [class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:first-child:before {
        color: #fff;
    }

/* Color 6 Table */
[class*='Subsection-Table'][class*='-Color-6'] {
    background-color: var(--color6);
    background-image: url("../images/bg-repeat.png");
}

/* Color 7 Table */
[class*='Subsection-Table'][class*='-Color-7'] {
    background-color: var(--color7);
    background-image: url("../images/bg-repeat.png");
}

/* Color 8 Table */
[class*='Subsection-Table'][class*='-Color-8'] {
    color: #fff;
    background-color: var(--color8);
    background-image: url("../images/bg-repeat.png");
}

    [class*='Subsection-Table'][class*='-Color-8'] h2,
    [class*='Subsection-Table'][class*='-Color-8'] h3,
    [class*='Subsection-Table'][class*='-Color-8'] h4,
    [class*='Subsection-Table'][class*='-Color-8'] p,
    [class*='Subsection-Table'][class*='-Color-8'] a,
    [class*='Subsection-Table'][class*='-Color-8'] [class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:first-child:before {
        color: #fff;
    }

/* Color 9 Table */
[class*='Subsection-Table'][class*='-Color-9'] {
    background-color: var(--color9);
    background-image: url("../images/bg-repeat.png");
}

/* Color 10 Table */
[class*='Subsection-Table'][class*='-Color-10'] {
    color: #fff;
    background-color: var(--color10);
    background-image: url("../images/bg-repeat.png");
}

    [class*='Subsection-Table'][class*='-Color-10'] h2,
    [class*='Subsection-Table'][class*='-Color-10'] h3,
    [class*='Subsection-Table'][class*='-Color-10'] h4,
    [class*='Subsection-Table'][class*='-Color-10'] p,
    [class*='Subsection-Table'][class*='-Color-10'] a,
    [class*='Subsection-Table'][class*='-Color-10'] [class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:first-child:before {
        color: #fff;
    }

/* Color 11 Table */
[class*='Subsection-Table'][class*='-Color-11'] {
    background-color: var(--color11);
    background-image: url("../images/bg-repeat.png");
}

/* Color 12 Table */
[class*='Subsection-Table'][class*='-Color-12'] {
    background-color: var(--color12);
    background-image: url("../images/bg-repeat.png");
}

/* Table-Quicklinks */
[class*='Subsection-Table'][class*='-Quicklinks'] > * > tr > * a > span,
[class*='Subsection-Table'][class*='-Quicklinks'] > * > tr > * a > strong {
    font-size: 1.35em;
}

.Table-Quicklinks-Grid td a:before {
    font-size: 5.5em;
    padding-bottom: .25em;
}

.Table-Quicklinks-Grid td a.icon-outline-pig:before {
    font-size: 4em;
}

[class*='Subsection-Table'][class*='-Quicklinks'] > * > tr > * .inner-content,
[class*='Subsection-Table'][class*='-Quicklinks'] > tbody > tr > td:first-of-type {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media only screen and (max-width: 1000px) {
    [class*='Subsection-Table'][class*='-Quicklinks'] > * > tr > * .inner-content,
    .Subsection-Table-Quicklinks > tbody > tr > td:first-of-type {
        padding: 3em 1em 5em 1em !important;
    }
}

[class*='Subsection-Table'][class*='-Quicklinks'] > * > tr > * > [class*="Table-Grid"][class*="-Graphical"] + a {
    display: inline-block;
    padding-top: 3rem !important;
}

.Table-Quicklinks-Grid, .Table-Quicklinks-Grid tbody {
    display: block;
    margin: 2em 0;
}

    .Table-Quicklinks-Grid tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .Table-Quicklinks-Grid > tbody > tr > td {
        position: relative;
        display: flex;
        width: 20%;
        max-width: 14rem;
        flex-grow: 1;
        margin: 1rem;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-clip: padding-box;
    }

@media only screen and (max-width:1000px) {
    .Table-Quicklinks-Grid > tbody > tr > td > a {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

_:-ms-fullscreen, :root .Table-Quicklinks-Grid tr td { /*ie11 flexbox bug hack*/
    max-width: 100%;
}


@media only screen and (max-width: 1030px) {
    .Table-Quicklinks-Grid > tbody > tr > td {
        align-items: start;
    }
}

.Table-Quicklinks-Grid > tbody > tr > td:nth-child(4):after,
.Table-Quicklinks-Grid > tbody > tr > td:last-of-type:after {
    visibility: hidden;
}

_:-ms-fullscreen, :root .Table-Quicklinks-Grid > tbody > tr > td:after { /*ie11 flexbox bug hack*/
    top: 2.5em;
}

.Table-Quicklinks-Grid a {
    display: flex;
    flex-direction: column;
    font-weight: normal;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 1em;
    transition: all .5s ease;
    z-index: 5;
}

    .Table-Quicklinks-Grid a:hover {
    }

        .Table-Quicklinks-Grid a:hover:before {
            color: var(--color8);
        }

        .Table-Quicklinks-Grid a:hover:before {
            color: var(--color2);
        }

_:-ms-fullscreen, :root .Table-Quicklinks-Grid a { /*ie11 flexbox bug hack*/
    align-items: stretch;
}

.Table-Quicklinks-Grid a:before {
    display: flex;
    width: 5rem;
    height: 5.5rem;
    justify-content: center;
    align-items: center;
    transition: all 1s ease-out;
}

.theme-2 .Table-Quicklinks-Grid a:before {
    width: 7rem;
    height: 7rem;
    margin-bottom: 1.5rem;
    background-color: var(--color1);
    color: #fff;
    border-radius: 500rem;
    box-shadow: 0 0rem 0 .25rem #fff, 0 0rem 0 1rem var(--color12);
}

_:-ms-fullscreen, :root .Table-Quicklinks-Grid a:before {
    margin: 0 auto; /*ie11 flexbox bug hack*/
}

@media only screen and (max-width:1000px) {
    .Table-Quicklinks-Grid > tbody > tr > td {
        min-width: 12rem;
        margin: 1rem .5rem;
    }

        .Table-Quicklinks-Grid > tbody > tr > td:after {
            right: -.5rem;
        }

        .Table-Quicklinks-Grid > tbody > tr > td:after {
            visibility: hidden;
        }
}

[class*='Subsection-Table'][class*='-Quicklinks'] > * > tr > * h2,
.Subsection-Quicklinks-Table h2 {
    font-weight: 300;
    /* text-transform: uppercase; */
}

@media only screen and (max-width: 667px) {
    [class*='Subsection-Table'][class*='-Quicklinks'] > * > tr > * h2,
    .Subsection-Quicklinks-Table h2 {
        font-size: 2.2em;
        text-shadow: none;
    }
}

@media only screen and (max-width: 2000px) and (min-width: 1366px) {
    [class*='Subsection-Table'][class*='-Quicklinks'] > * > tr > * {
        font-size: .85rem;
    }

        [class*='Subsection-Table'][class*='-Quicklinks'] > * > tr > * h2 {
            font-size: 3.309vw;
            position: relative;
        }

        [class*='Subsection-Table'][class*='-Quicklinks'] > * > tr > * h3, [class*='Subsection-Table'][class*='-Quicklinks'] > * > tr > * a > span {
            font-size: 1.75vw;
        }
}

.Link-Arrow {
    font-size: 1.35em;
}

    .Link-Arrow:after {
        display: inline-block;
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: .75em;
        margin-left: .5em;
        opacity: .5;
    }

        .Link-Arrow:after:hover {
            padding-left: .35em;
            opacity: 1;
        }


/* Table-Image-and-Notes */
[class*="Table"][class*="-Image-and-Notes"] {
    display: flex;
    width: 100%;
}

    [class*="Table"][class*="-Image-and-Notes"] > tbody {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

        [class*="Table"][class*="-Image-and-Notes"] > tbody > tr {
            display: flex;
            width: 100%;
            padding: 1rem 0;
        }

@media (max-width:590px) {
    [class*="Table"][class*="-Image-and-Notes"] > tbody > tr {
        flex-wrap: wrap;
        border-bottom: .15rem var(--color6) solid;
    }
}

[class*="Table"][class*="-Image-and-Notes"] > tbody > tr > td {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 75%;
    flex-grow: 2;
}

@media (max-width:590px) {
    [class*="Table"][class*="-Image-and-Notes"] > tbody > tr > td {
        width: 100%;
    }
}

[class*="Table"][class*="-Image-and-Notes"] > tbody > tr > td:first-of-type {
    justify-content: flex-start;
    justify-content: center;
    flex-grow: 1;
    width: 10rem;
    padding: 0 2rem 0 0 !important;
}

@media (max-width:590px) {
    [class*="Table"][class*="-Image-and-Notes"] > tbody > tr > td:first-of-type {
        align-items: flex-start;
        justify-content: flex-end;
    }
}

@media (min-width:1000px) {
    [class*="Table"][class*="-Image-and-Notes"] > tbody > tr > td:first-of-type {
        width: 7.542rem;
    }
}

[class*="Table"][class*="-Image-and-Notes"] > tbody > tr > td:first-of-type p {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (min-width:591px) {
    [class*="Table"][class*="-Image-and-Notes"] > tbody > tr > td:first-child p:after {
        content: "";
        position: absolute;
        top: 10rem;
        right: 0;
        z-index: -1;
        display: block;
        padding: 0;
        width: 50%;
        border-bottom: .15rem var(--color6) solid;
    }
}

[class*="Table"][class*="-Image-and-Notes"] > tbody > tr > td:first-of-type + td {
    justify-content: center;
}

@media (max-width:590px) {
    [class*="Table"][class*="-Image-and-Notes"] > tbody > tr > td:first-of-type + td {
        padding-top: 0 !important;
    }
}

@media (min-width:591px) {
    [class*="Table"][class*="-Image-and-Notes"] > tbody > tr > td:first-of-type + td {
        border-left: .15rem var(--color6) solid;
        padding-left: 2.5rem !important;
    }
}

[class*="Table"][class*="-Image-and-Notes"] > tbody > tr > td:first-of-type + td h3 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}


/* Alternating styles 
@media (min-width:1000px) {
    [class*="Table"][class*="-Image-and-Notes"] > tbody > tr:nth-child(even) > td:first-of-type {
        order: 2;
    }

    [class*="Table"][class*="-Image-and-Notes"] > tbody > tr:nth-child(even) > td:first-of-type {
        padding: 0 0 0 2rem !important;
    }

        [class*="Table"][class*="-Image-and-Notes"] > tbody > tr:nth-child(even) > td:first-of-type + td {
            text-align: right;
            border-left: none;
            border-right: .15rem var(--color6) solid;
            padding-left: inherit !important;
            padding-right: 2.5rem !important;
        }

    [class*="Table"][class*="-Image-and-Notes"] > tbody > tr:nth-child(even) > td:first-child p:after {
        right: auto;
        left: 0;
        z-index: -1;
        display: block;
        padding: 0;
        width: 50%;
        border-bottom: .15rem var(--color6) solid;
    }
}*/

.Table-Economic-Snapshot-Page {
    width: 880px !important;
    margin: 20px auto;
    box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.5);
    display: block;
}

    .Table-Economic-Snapshot-Page > tbody > tr > td {
        box-sizing: border-box;
    }

    .Table-Economic-Snapshot-Page tr td {
        position: relative;
    }

    .Table-Economic-Snapshot-Page td {
        position: relative;
        text-align: center;
        height: 100%;
    }

        .Table-Economic-Snapshot-Page td img {
            max-width: 100%;
            width: 100%;
        }

        .Table-Economic-Snapshot-Page td a.Button1 {
            font-size: .7rem;
        }


/*LINKS
-------------------------------------------------------------------------------------------*/
.Button1, .Button2, .Button3 {
    color: #FFF;
    background-color: var(--color1);
    border-radius: var(--control-element-radius);
    text-transform: uppercase;
    font-weight: normal;
    border: none;
}

.Button2 {
    color: var(--color1);
    background-color: var(--color2);
}

.Button3 {
    color: var(--color1);
    background-color: var(--color11);
}

    .Button1:disabled, .Button2:disabled, .Button3:disabled {
        background-color: #FFF !important;
        color: #aeaeae !important;
    }

.no-touch .Button1:hover {
    color: var(--color1) !important;
    background-color: var(--color2);
}

.no-touch .Button2:hover {
    color: #FFF;
    background-color: var(--color1);
}

.no-touch .Button3:hover {
    color: #FFF;
    background-color: var(--color1);
}

[class*="Button"].Missing,
.Missing [class*="Button"] {
    box-shadow: 0 0 0 1rem yellow;
}

#gototop {
    color: rgba(255, 254, 255, .8);
    background: rgba(var(--color1-rgba), .3);
    border-radius: var(--radius);
    z-index: 100;
}

    #gototop:hover {
        background-color: var(--color1);
    }

#search {
    position: absolute;
    top: 5rem;
    right: 1rem;
    z-index: 20;
    height: 2rem;
    display: flex;
    border-radius: var(--control-element-radius);
}

.speedbump #search {
    display: none;
}

@media (min-width: 1001px) {
    #search {
        top: 1.75rem;
    }
}

@media (min-width: 1001px) and (max-width: 1140px) {
    #search {
        top: 3.95rem;
    }
}

#search.open {
    position: fixed;
}

#search input {
    width: 100%;
    border: none;
    max-width: 0rem;
    transition: max-width 0.5s ease, padding 0.5s ease;
    padding: 0;
    border-radius: var(--control-element-radius) 0px 0px var(--control-element-radius);
}

#search.open input {
    max-width: 12rem;
    padding: 0 1rem;
}

#search button {
    width: 2rem;
    border: none;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    transition: transform 0.5s ease, border-radius 0.5s ease, background-color 0.25s ease;
    border-radius: var(--control-element-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: .789rem;
}

.theme-3 #search button {
    background-color: var(--color1);
}

#search button:hover,
#search.open button {
    background-color: var(--color1);
}

#search button::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

#search.open {
    position: fixed;
}

    #search.open button::after {
        opacity: 1;
        pointer-events: all;
    }

    #search.open button {
        border-radius: 0 var(--control-element-radius) var(--control-element-radius) 0;
    }

        #search.open button::before {
            content: "\f00d";
        }

#search label,
#search button > span {
    display: none;
}

#ss360Darken {
    display: none;
}

#lightcase-case {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*SECURE FORM OVERRIDES
-------------------------------------------------------------------------------------------*/

form .required:before, form ul[required]:before {
    content: "*";
    color: #f26522;
    position: absolute;
    left: -0.625em;
    font-size: 1.2em;
    transition: all 0.25s ease;
    top: 0;
}

fieldset {
    border: none;
    padding-left: 0;
}

    fieldset > legend {
        padding: 1.25em 0 0 0;
    }

.forms span.show {
    display: block !important;
    padding: .75em 0 0 0;
}

form h3 + ul.required::before, form h3 + ul[required]::before,
legend + ul.required::before, form h3 + ul[required]::before {
    top: -1.75em;
}

form input, form select, form textarea {
    border-color: #a7a7a7;
    border-width: .035em;
}

.view-original [class*="captcha"] {
    display: none;
}

hr {
    border: none;
    border-bottom: 0.0375em dashed;
    height: 0.0375em;
    width: 100%;
    border-color: #ccc;
    padding-top: 1em;
    clear: both;
    display: block;
}

/* Browser Upgrade 1.0.0 by Paul Richards, Copyright 2020 Fiserv. All rights reserved. */
body > * {
    order: 2
}

body > .browser-upgrade {
    order: 1
}

.browser-upgrade {
    display: none;
    width: 100%;
    height: 3.5em;
    margin: -3.5em 0 0 0;
    padding: 0 .5em;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    background-color: #ffff49;
    overflow: hidden;
    box-sizing: border-box;
}

    .browser-upgrade.fixed {
        position: fixed;
        z-index: 1000;
    }

    .browser-upgrade strong {
        padding-right: .25em;
    }

    .browser-upgrade [class*="fa-"]:before {
        padding-left: .5em;
        padding-right: .5em;
        font-size: 1.2em;
    }


@media only screen and (min-width: 1001px) {

    _:-ms-fullscreen, :root .browser-upgrade {
        display: flex;
    }

    /*TOP VERSION
    -------------------------------------------------------------------------------------------*/
    html _:-ms-fullscreen, :root {
        padding-top: 3.5em;
    }

    /*BOTTOM VERSION
    -------------------------------------------------------------------------------------------*/
    /*html _:-ms-fullscreen, :root {
        height: auto;
        padding-bottom: 3.5em;
    }

    .browser-upgrade.fixed {
        bottom: 0;
    }*/

    /*OLDER SITE OVERRIDES - TOP VERSION ONLY
    -------------------------------------------------------------------------------------------*/
    /*Top version*/
    /*html _:-ms-fullscreen, :root {
        padding-top: 3.5rem;
    }

    p.browser-upgrade {
        margin: -3.5rem 0 0 0;
    }*/
}

/* Table Grid 2.1.0 by JP Larson, Copyright 2018 Fiserv. All rights reserved. */
[class*="Table-Grid"] > tbody {
    justify-content: space-between;
}

    [class*="Table-Grid"] > tbody > tr > td {
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        padding: 0.25rem;
    }

[class*="Table-Grid"][class*="-Panel"] > tbody > tr {
    background-color: #eee;
}

    [class*="Table-Grid"][class*="-Panel"] > tbody > tr > td {
        padding: 2rem;
    }

[class*="Table-Grid"][class*="-Thirds"] > tbody,
[class*="Table-Grid"][class*="-Fourths"] > tbody {
    justify-content: flex-start;
}

[class*="Table-Grid"][class*="-TwoThirds"] > tbody > tr {
    flex-basis: calc(33% - 2em);
}

    [class*="Table-Grid"][class*="-TwoThirds"] > tbody > tr:first-of-type {
        flex-basis: calc(66% - 2em);
    }
/*-----Table-Grid-Custom tables------*/

[class*="Table-Grid"][class*="-Team"] {
    --team-padding: 1rem;
    font-size: .8em;
    overflow: visible;
}

    [class*="Table-Grid"][class*="-Team"] > tbody {
        justify-content: center;
    }

        [class*="Table-Grid"][class*="-Team"] > tbody > tr {
            flex-direction: column;
            box-shadow: 0 .25rem 1rem rgba(0,0,0,.15);
            transition: box-shadow .4s, opacity var(--delay-4) var(--delay-1) var(--easing), transform var(--delay-4) var(--delay-1) var(--easing), filter var(--delay-4) var(--delay-1) var(--easing);
            filter: blur(0.25rem);
            opacity: 0;
            transform: translate3d(-1rem, 0, 0);
        }

@media (max-width: 667px) {
    [class*="Table-Grid"][class*="-TwoThirds"] > tbody > tr,
    [class*="Table-Grid"][class*="-TwoThirds"] > tbody > tr:first-of-type {
        flex-basis: 100%;
    }

    [class*="Table-Grid"][class*="-Thirds"][class*="-White"] > tbody {
        justify-content: space-evenly;
    }
}

@media (max-width: 568px) {
    [class*="Table-Grid"][class*="-Fourths"] > tbody > tr {
        flex-basis: calc(100% - 2em);
    }
}

@media (min-width: 569px) and (max-width: 1000px) {
    [class*="Table-Grid"][class*="-Fourths"] > tbody > tr {
        flex-basis: calc(50% - 2em);
    }
}

@media (min-width: 1001px) {
    [class*="Table-Grid"][class*="-Fourths"] > tbody > tr {
        fflex-basis: calc(25% - 2em);
    }
}

[class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr,
[class*="Subsection-Table"] [class*="Table-Grid"][class*="-Graphical"] > tbody > tr {
    transition: box-shadow .4s, opacity var(--delay-4) var(--delay-1) var(--easing), transform var(--delay-4) var(--delay-1) var(--easing), filter var(--delay-4) var(--delay-1) var(--easing);
    filter: blur(0.25rem);
    opacity: 0;
    transform: translate3d(-1rem, 0, 0);
}

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(2) {
        transition-delay: var(--delay-2);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(3) {
        transition-delay: var(--delay-3);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(4) {
        transition-delay: var(--delay-4);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(5) {
        transition-delay: var(--delay-5);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(6) {
        transition-delay: var(--delay-6);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(7) {
        transition-delay: var(--delay-7);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(8) {
        transition-delay: var(--delay-8);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(9) {
        transition-delay: var(--delay-9);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(10) {
        transition-delay: var(--delay-10);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(11) {
        transition-delay: var(--delay-11);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(12) {
        transition-delay: var(--delay-12);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(13) {
        transition-delay: var(--delay-13);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(14) {
        transition-delay: var(--delay-14);
    }

    [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(15) {
        transition-delay: var(--delay-15);
    }


[class*="Subsection-Table"][class*="-Color"].scroll-trigger [class*="Table-Grid"] > tbody > tr,
[class*="Subsection-Table"][class*="-Color"].scroll-active [class*="Table-Grid"] > tbody > tr,
[class*="Subsection-Table"].scroll-trigger [class*="Table-Grid"][class*="-Graphical"] > tbody > tr,
[class*="Subsection-Table"].scroll-active [class*="Table-Grid"][class*="-Graphical"] > tbody > tr,
#tinymce [class*="Subsection-Table"][class*="-Color"] [class*="Table-Grid"] > tbody > tr {
    filter: blur(0rem);
    opacity: 1;
    transform: translate3d(0rem, 0, 0);
}


/*Hompage quicklinks, Graphical Tables - no domino delay*/
[class*="Subsection-Table-Quicklinks"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(1),
[class*="Subsection-Table-Quicklinks"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(2),
[class*="Subsection-Table-Quicklinks"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(3),
[class*="Subsection-Table-Quicklinks"][class*="-Color"] [class*="Table-Grid"] > tbody > tr:nth-of-type(4),
[class*="Subsection-Table"] [class*="Table-Grid"][class*="-Graphical"] > tbody > tr {
    transition-delay: var(--delay-2);
}



[class*="Table-Grid"][class*="-Team"] > tbody > tr:hover {
    flex-direction: column;
    box-shadow: 0 .75rem 1rem rgba(0,0,0,.35);
}

[class*="Table-Grid"][class*="-Team"] > tbody > tr > td {
    text-align: left;
    padding: var(--team-padding);
    overflow: hidden;
}

    [class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child {
        position: relative;
        width: 100%;
        padding: 0 !important;
        border-bottom: .3rem var(--color1) solid;
        transition: all .4s;
        transform-origin: 50% 50%;
    }

[class*="Table-Grid"][class*="-Team"] > tbody > tr:hover > td:first-child {
    transform: translateY(-.5rem);
    border-bottom-color: var(--color2);
}

[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child img {
    object-fit: cover;
    object-position: 50% 50%;
    min-width: 100%;
    min-height: 8.5rem;
}

[class*="Table-Grid"][class*="-Team"] > tbody > tr > td img {
    max-width: 15em;
}

[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child + td {
    position: relative;
    flex-grow: 1;
    transition: all .4s;
}

[class*="Table-Grid"][class*="-Team"] > tbody > tr:hover > td:first-child + td {
    transform: translateY(-.25rem);
}

/*[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child:before {
    content: "\e90d";
    font-family: 'GoldenValleyBank' !important;
    position: absolute;
    bottom: -7rem;
    left: -3rem;
    font-size: 8rem;
    color: rgba(255,255,255,.4);
}*/

[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child + td > h1:first-child,
[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child + td > h2:first-child,
[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child + td > h3:first-child,
[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child + td > h4:first-child,
[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child + td > h5:first-child, {
    padding-bottom: 0 !important;
    font-size: 1rem;
}

[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child + td > *:first-child + h1,
[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child + td > *:first-child + h2,
[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child + td > *:first-child + h3,
[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child + td > *:first-child + h4,
[class*="Table-Grid"][class*="-Team"] > tbody > tr > td:first-child + td > *:first-child + h5 {
    padding-top: 0 !important;
    font-size: .9rem;
    font-weight: normal;
}

/* Table-Grid-Thirds-Panel-White-Graphical */
[class*="Table-Grid"][class*="-Panel"][class*="-White"][class*="-Graphical"] > tbody > tr {
    background-color: #fff;
}

    [class*="Table-Grid"][class*="-Panel"][class*="-White"][class*="-Graphical"] > tbody > tr > * {
        display: flex;
        justify-content: center;
    }

        [class*="Table-Grid"][class*="-Panel"][class*="-White"][class*="-Graphical"] > tbody > tr > * img {
            object-fit: contain;
            object-position: 50% 50%;
        }

/*-----Table-Grid-Custom-Graphical tables------*/
[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) {
    --graphical-top-height: 5rem;
    --graphical-padding: 4rem;
    text-align: center;
    margin-top: 2rem;
}

    [class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr {
        display: flex;
        flex-direction: column;
    }

        [class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * {
            display: flex;
            flex-direction: column;
        }

            [class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > *:first-child + * {
                flex-grow: 2;
                justify-content: flex-end;
            }

[class*="Table-Grid"][class*="-Panel"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * {
    padding: var(--graphical-padding) !important;
}

[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:first-child,
[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > p:first-child + * {
    position: relative;
    padding-top: calc(var(--graphical-top-height) + 1rem) !important;
}

[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:not(p):first-child {
    font-size: 1rem;
    color: inherit;
}

[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > p:first-child + * {
    margin-top: 0 !important;
}

[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > p:first-child {
    padding: 0 !important;
    margin: 0 !important;
}

[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > *:nth-last-child(2) {
    padding-bottom: .5rem !important;
}

[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:last-child > a:first-child:last-child {
    margin-bottom: 0 !important;
}

[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:first-child:before,
[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:first-child img,
[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > *[style*="url"]:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    height: var(--graphical-top-height);
    max-height: var(--graphical-top-height);
}

[class*="Table-Grid"][class*="-Panel"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:first-child:before {
    background-color: rgba(var(--color1-rgba), 1);
}

[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > * > *:first-child:before {
    width: 100%;
    font-size: 4.65em;
    font-weight: 300;
    color: var(--color1);
}

[class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > *[style*="url"] {
    position: relative;
    background-repeat: no-repeat;
    background-size: 0;
}

    [class*="Table-Grid"][class*="-Graphical"]:not([class*="-White"]) > * > tr > *[style*="url"]:before {
        content: "";
        top: 0;
        background-image: inherit;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 100%;
    }

[class*="Table-Grid"][class*="-Panel"][class*="-Graphical"]:not([class*="-White"]) > * > tr > *[style*="url"]:before {
    top: var(--graphical-padding);
    width: calc(100% - 2 * var(--graphical-padding));
}


/* Online Banking 1.12.0 by JP Larson, Copyright 2021 Fiserv. All rights reserved. */
#login:not(.personal) .personal,
#login:not(.business) .business,
#login:not(.other) .other {
    display: none;
}

#login,
#login form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#login {
    background-color: var(--color4);
    padding: 1em 2em;
    box-sizing: border-box;
    width: 20em;
    font-size: 1rem;
    position: relative;
    z-index: 340;
    align-content: center;
}

@media only screen and (min-width: 668px) {
    #login {
        font-size: 1rem;
    }
}

#login form {
    margin-bottom: 0;
    width: 100%;
}

#login h2 {
    width: 100%;
    margin-top: 0;
}

#login label {
    flex-grow: 1;
    margin: 0.25em 0;
    border-right: solid 1px #eee;
    position: relative;
    line-height: inherit;
    box-sizing: border-box;
    font-size: inherit;
    box-shadow: none !important;
    background-color: #fff;
}

#login form label {
    width: 51%;
}

#login label,
#login .submit {
    height: 3em;
}

#login .submit {
    font-family: inherit;
    border: none;
    margin: 0.25em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    cursor: pointer;
}

#login label span {
    display: none;
}

#login input:not([type=radio]):not([type=checkbox]),
#login select {
    border: none;
    width: 100%; /* Comment out if not using lable > input structure*/
    box-sizing: border-box;
    border-radius: 0;
    padding: 0 1em;
    background-color: #fff;
    height: 100%;
    font-size: inherit;
    font-family: inherit;
    transition: background-color 0.25s ease;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#login select,
.fa-angle-down {
    color: var(--color1);
}

    .fa-angle-down:before {
        font-size: .85em;
    }

#login label .error {
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: -1;
}

select::-ms-value {
    background: none;
    color: inherit;
}

#login select::-ms-expand {
    display: none;
}

#login input:not([type=radio]):not([type=checkbox]):focus {
    background-color: var(--color6);
}

#login ul {
    display: flex;
    list-style: none;
    padding: 0;
    width: 100%;
}

    #login ul li {
        margin: 0 1em 0 0;
        list-style-type: none;
    }

#login ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: inherit;
}

#login ::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
}

#login :-ms-input-placeholder { /* IE 10+ */
    color: inherit;
}

#login :-moz-placeholder { /* Firefox 18- */
    color: inherit;
}

#login fieldset {
    border: none;
    padding: 0;
    margin: 0 -0.5em 0.5em -0.5em;
    padding: 0.5em;
    display: block;
    position: relative;
    flex-grow: 1;
}

    #login fieldset legend {
        display: block;
        margin-bottom: 0.5em;
        float: left;
        width: 100%;
    }

    #login fieldset label {
        border: none;
        width: auto;
        display: inline-flex;
        flex-wrap: wrap;
        height: auto;
        margin-right: 1em;
        overflow: hidden;
        cursor: pointer;
        clear: both;
    }

        #login fieldset label:last-child {
            margin-right: 0;
        }

#login input[type=radio] {
    position: absolute;
    left: -12em;
    top: -12em;
    visibility: hidden;
}

    #login input[type=radio] + span::before {
        content: "";
        width: 1em;
        height: 1em;
        display: inline-flex;
        border-radius: 50%;
        border: solid 2px var(--color2);
        margin-right: 0.5em;
        transition: background-color 0.25s ease;
    }

    #login input[type=radio]:checked + span::before {
        background-color: var(--color2);
    }

    #login input[type=checkbox] + span,
    #login input[type=radio] + span {
        display: block;
    }

#login .validation {
    display: none !important;
}

#login label:last-of-type input:not([type=radio]):not([type=checkbox]) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
}

#login label,
#login select {
    border-right: solid .01em rgba(var(--color9-rgba), .25) !important;
}

    #login label:last-of-type {
        border-right: none !important;
    }

    #login input + span[class*=fa-],
    #login select + span[class*=fa-] {
        position: absolute;
        display: flex;
        height: 100%;
        right: 0.5em;
        top: 0;
        align-items: center;
        font-size: 1.5em;
        pointer-events: none;
    }

#login.loading {
    pointer-events: none;
}

#login .spinner {
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.75);
    z-index: 12;
    border-radius: inherit;
    padding: inherit;
    box-sizing: border-box;
    text-align: center;
}

    #login .spinner,
    #login .spinner::after {
        transition: opacity 0.25s 0s ease;
        opacity: 0;
    }

#login.loading .spinner {
    opacity: 1;
}

    #login.loading .spinner::after {
        opacity: 0.75;
    }

#login .spinner::after {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#login .spinner::after {
    content: "";
    width: 3em;
    height: 3em;
    border-radius: 50%;
    box-sizing: border-box;
    border: solid 0.25em var(--color3);
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation-name: spinner;
    animation-duration: 1.25s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 4;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
        border-width: 1.5em;
    }

    50% {
        border-width: 0.25em;
    }

    100% {
        transform: rotate(360deg);
        border-width: 1.5em;
    }
}

/* Border Radius */
@media (min-width:768px) {
    #login,
    #login.horizontal fieldset ~ form label:first-child input:not([type=radio]):not([type=checkbox]),
    #login input:not([type=radio]):not([type=checkbox]),
    #login select,
    #login .submit,
    #login label .error {
        border-radius: var(--control-element-radius); /*Change the border-radius here. */
    }

        #login label .error,
        #login fieldset .error {
            border-top: solid 2.5rem transparent;
            transform: translateY(-2.5rem);
        }

        #login form:not(.error) .submit,
        #login.horizontal form.error .submit,
        #login.horizontal > .submit {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        #login.horizontal fieldset ~ form label:first-child input:not([type=radio]):not([type=checkbox]) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
        /* Hide Password */
        #login.hide-password form label + label {
            display: none;
        }

        #login.hide-password form label.valid + label {
            display: flex;
        }

        #login.hide-password label:not(.valid) input:not([type=radio]):not([type=checkbox]) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-right-width: 0;
        }
}

@media (max-width:767px) {
    #login label,
    #login p,
    #login button {
        border-radius: 0 !important;
    }
}

/* Horizontal Layout */
@media (min-width: 768px) {
    #login.horizontal {
        width: auto;
        flex-direction: row;
    }

        #login.horizontal label {
            width: 10em;
        }

        #login.horizontal form {
            flex-grow: 2;
            flex-wrap: nowrap;
            width: 24em;
        }

        #login.horizontal fieldset {
            margin-right: 0.5em;
            flex-grow: 0;
            max-width: 24em;
        }

        #login.horizontal input:not([type=radio]):not([type=checkbox]) {
            border-left-width: 0;
            border-right-width: 0;
        }

        #login.horizontal label + label input:not([type=radio]):not([type=checkbox]),
        #login.horizontal fieldset ~ form label:first-child input:not([type=radio]):not([type=checkbox]) {
            border-left-width: 1px;
        }

        #login.horizontal form input:not([type=radio]):not([type=checkbox]) {
            border-radius: 0;
        }

        #login.horizontal select {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

    #login:not(.horizontal) > .submit {
        width: 100%;
    }
}

/* Error and Direct Login*/
#login form:not(.error) > .error,
#login form.error > label,
#login form.error > .submit {
    display: none !important;
}

#login form > .error {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
}

#login form.error .error .submit {
    flex-grow: 1;
}

#login form .error .message {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    background-color: rgba(255,255,255,0.9);
    margin: 0;
    padding: 1.5em;
    font-size: 1.25em;
    line-height: 1.2;
    box-sizing: border-box;
}

#login:not(.loading) form.error.message .error .message {
    opacity: 1;
    pointer-events: all;
}

@media (min-width: 768px) {
    #login.horizontal form.error {
        flex-grow: 0;
        width: auto;
    }
}

/* Login Customization */
#login {
    background-color: transparent;
}

.test #login {
    border: 6px solid red;
}

#login,
#login.horizontal {
    padding: 1em 0 1em 2em;
    box-sizing: border-box;
    width: 40em;
    /* font-size: 16px; */
    position: relative;
    z-index: 1;
}

@media (max-width:1000px) {
    #login,
    #login.horizontal {
        padding: 0;
    }
}

#login,
#login.horizontal,
#login form {
    display: none;
}

.home #login,
.home #login.horizontal,
.home #login form {
    display: flex;
}

@media (min-width: 768px) {
    #login.horizontal form {
        width: auto;
    }
}

#login p {
    background-color: #fff;
    border-radius: var(--control-element-radius) 0 0 var(--control-element-radius);
    height: 2em;
    line-height: 2em;
    margin: 0.25em 0;
    padding: 0 0.1em 0 1em;
    font-style: italic;
    min-width: 5rem;
}

#login label,
#login button.submit {
    height: 2em;
}

#login.horizontal > p + label {
    width: 9em;
}

@media (min-width: 768px) {
    #login.horizontal label {
        width: 7em;
    }
}

#login form .required:before, #login form ul[required]:before {
    display: none;
}

#login button.submit {
    border: none;
    border-radius: 0 var(--control-element-radius) var(--control-element-radius) 0;
    margin: 0.25em 0;
    display: flex;
    align-items: center;
    background-color: var(--color1);
    color: #fff;
    font-size: 1em;
    padding: 0 0.75em;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.no-touch #login button.submit:hover {
    color: var(--color1) !important;
    background-color: var(--color2);
}

#login ul {
    margin: 0 auto;
    width: 70%;
    justify-content: center;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.7) 81%,rgba(0,0,0,0) 100%);
}

    #login ul li {
        padding: .5em 0 .5em 1em;
        font-size: 0.8rem;
        position: relative;
    }

        #login ul li:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 1.2em;
            left: 0;
            background-color: #fff;
        }

        #login ul li:first-of-type:before {
            display: none;
        }

        #login ul li a {
            color: #fff;
        }

            #login ul li a:hover {
                text-decoration: underline;
            }

/* Validate Form 1.5.0 by JP Larson, Copyright 2021 Fiserv. All rights reserved. */
.validate-form label,
.validate-form fieldset {
    position: relative;
}

    .validate-form label .error,
    .validate-form fieldset .error {
        display: flex !important;
        content: "Please fill out this field.";
        font-size: 0.75em;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 10;
        background-color: var(--color3);
        padding: 1em;
        box-sizing: border-box;
        color: #fff;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        border-radius: var(--radius);
    }

.validate-form :invalid {
    box-shadow: none;
}

.validate-form .invalid {
    box-shadow: inset 0 0 0 2px #666 !important;
    z-index: 100;
    animation-name: slideShake;
    animation-iteration-count: 2;
    animation-duration: 0.0833s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    z-index: 900;
}

    .validate-form .invalid .error {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

.validate-form .validation {
    display: flex !important;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.75em;
    padding: 0.25em 0.5em 0.25em 0.25em;
    opacity: 0.5;
    transition: opacity 0.25s ease;
    z-index: 346;
    align-items: center;
    align-content: center;
    margin: 0;
}

    .validate-form .validation:hover {
        opacity: 1;
    }

    .validate-form .validation::before {
        display: block;
        font-family: 'FontAwesome';
        color: var(--color3);
    }

    .validate-form .validation::after {
        display: block;
        max-width: 0;
        overflow: hidden;
        transition: max-width 0.25s ease, margin 0.25s ease;
    }

    .validate-form .validation:hover::after {
        max-width: 5em;
        margin-left: 0.25em;
    }

.validate-form .required .validation::before {
    content: "\f06a";
}

.validate-form .required .validation::after {
    content: "Required";
}

.validate-form .valid .validation::before {
    content: "\f058";
}

.validate-form .valid .validation::after {
    content: "Completed";
}

.validate-form .valid .validation::before {
    color: var(--color1);
}

.validate-form fieldset label .validation,
.validate-form fieldset label .error {
    display: none !important;
}

@keyframes slideShake {
    0% {
        transform: translateX(0em);
    }

    25% {
        transform: translateX(-0.125em);
    }

    75% {
        transform: translateX(0.125em);
    }

    100% {
        transform: translateX(0em);
    }
}

/* Site Notice 4.2.1 by Jesse Fowler, Copyright 2018 Fiserv. All rights reserved. */
.notice {
    background-color: #ff6600;
}

@media only screen and (max-width: 1000px) {
    .notice-clone {
        display: none !important;
    }
}

.noticeHtml > table, .noticeHtml > table.dark {
    color: #ffffff;
}

    .noticeHtml > table.light {
        color: #000;
    }


.noticeHtml a:not([class*="Button"]) {
    color: inherit;
}

    .noticeHtml a:not([class*="Button"]):hover {
        color: inherit;
    }

@media (min-width:963px) {
    .notice.popup {
        position: fixed;
        top: -100vh;
        bottom: auto;
        left: 0;
        right: 0;
        max-height: none;
        margin: 0;
        z-index: 490;
        background-color: rgba(0, 0, 0, 0);
    }

        .notice.popup.active {
            top: 0;
            bottom: 0;
            transition: background-color .75s ease-in-out;
            background-color: rgba(0, 0, 0, .5);
        }

        .notice.popup > * {
            position: relative;
        }

        .notice.popup .noticeHtml {
            transition-duration: 0s;
        }

        .notice.popup .noticeHtml {
            position: fixed;
            top: 45%;
            left: 50%;
            margin: 0;
            z-index: 490;
            min-width: 40em;
            max-height: 80%;
            margin-top: -100vh;
            transition-property: margin-top;
            transition-duration: 0s;
            transition-ease: ease-in-out;
            transform: translate(-50%, -45%);
            color: inherit;
        }

            .notice.popup .noticeHtml > table {
                background: #fff;
            }

        .notice.popup.active .noticeHtml {
            transition-duration: .75s;
            margin-top: 0;
        }

        .notice.popup .noticeHtml table {
            box-shadow: none;
            display: flex;
            padding: 0 !important;
            margin: 0;
            align-content: center;
            align-items: center;
        }

            .notice.popup .noticeHtml table > *, .notice.popup .noticeHtml table > * > tr, .notice.popup .noticeHtml table > * > tr > * {
                display: flex;
                height: 100%;
                padding: 0 !important;
                margin: 0;
                flex-grow: 1;
            }

                .notice.popup .noticeHtml table > * > tr > * {
                    position: relative;
                    padding: 1em 2em !important;
                    z-index: 1000;
                }

            .notice.popup .noticeHtml table td {
                box-shadow: none;
            }

        .notice.popup.noticeHtml p {
            color: #666666;
        }

        .notice.popup.noticeHtml {
            color: #666666;
        }

        .notice.popup.active .noticeHtml {
            box-shadow: none;
        }

        .notice.popup .noticeclosers {
            color: inherit;
        }
}

@media (min-width:963px) {
    .notice.bottom-right-popup {
        position: fixed;
        right: -30em;
        bottom: 2em;
        z-index: 490;
        width: 23em;
        height: auto;
        max-height: 0em;
        color: #FFF;
        background-color: #666;
        transition: right 2.2s ease, background .5s ease;
        box-shadow: 0.083em 0.083em 0.208em 0em rgba(0,0,0,0.32);
        overflow: hidden;
        visibility: hidden;
    }

        .notice.bottom-right-popup:hover {
            background-color: #333;
        }

        .notice.bottom-right-popup .noticeHtml {
            height: auto;
            overflow: hidden;
        }

        .notice.bottom-right-popup.active {
            right: 2em;
        }

            .notice.bottom-right-popup.active, .notice.bottom-right-popup.active .noticeHtml {
                max-height: 8.333em;
                visibility: visible;
            }

        .notice.bottom-right-popup .noticeHtml table {
            display: flex;
            padding: 0.5em 1.5em 0.5em 3.667em !important;
            height: auto;
            overflow: hidden;
        }

        .notice.bottom-right-popup:before {
            display: block;
            position: absolute;
            content: '';
            height: 100%;
            width: 0.75em;
            top: 0;
            left: 0;
            z-index: 20;
            background-color: #FF6600;
        }

        .notice.bottom-right-popup .noticeHtml > table:after {
            display: flex;
            position: absolute;
            height: 100%;
            align-items: center;
            top: 0;
            left: 1em;
            content: '';
            font-family: 'FontAwesome';
            content: "\f05a";
            font-size: 1.792em;
            opacity: .65;
            z-index: 1;
        }

        .notice.bottom-right-popup h3 {
            font-size: 0.75em;
            line-height: 0.875em;
            padding: 0;
            margin: 0;
        }

        .notice.bottom-right-popup p {
            /* padding: 0.125em 0; */
            /* margin: 0.125em 0; */
        }

        .notice.bottom-right-popup .noticeclosers {
            position: absolute;
            box-sizing: border-box;
            text-align: center;
            right: 0.4em;
            z-index: 5;
        }

        .notice.bottom-right-popup .noticecloser, .notice.bottom-right-popup .noticeclosersession {
            display: block;
            min-height: 1.25em;
            box-sizing: border-box;
            width: 0.833em;
            cursor: pointer;
            text-align: center;
            font-family: 'FontAwesome';
            font-size: 0.75em;
        }
}

/*SITE NOTICE OVERRIDES*/
.notice.bottom-banner {
    z-index: 1003;
}

@media only screen and (min-width:1001px) {
    .noticeHtml {
        max-height: 8.208em;
    }
}

.noticeclosers {
    top: 0.25em;
    right: .5em;
    display: none; /*reset for two column*/
}

.notice table td:only-of-type .noticeclosers,
.notice table td:last-of-type .noticeclosers {
    display: flex;
}

.noticecloser, .noticeclosersession {
    margin: 0.125em .35em !important;
    font-size: 1em;
}

    .noticecloser:hover, .noticeclosersession:hover {
        opacity: .65;
    }

.noticeHtml h2, .noticeHtml h3, .noticeHtml h4 {
    margin: 0 !important;
    padding: 0 !important;
}

.notice[class*="-banner"] table td {
    padding: .75em 1em !important;
}

@media only screen and (min-width: 1001px) {

    .notice[class*="-banner"] table td:first-of-type:not(:only-of-type):before {
        display: flex;
        align-items: center;
        content: '\f071';
        font-family: 'FontAwesome';
        position: absolute;
        left: .25em;
        margin: auto;
        font-size: 3.5em;
        height: 100%;
        top: .05em;
        opacity: .4;
        z-index: 1;
        color: rgba(128, 128, 128, 0.5);
        transition: opacity .5s ease;
    }

    .notice[class*="-banner"] table.dark td:first-of-type:not(:only-of-type):before {
        color: rgba(255, 255, 255, 0.65);
    }

    .notice[class*="-banner"]:hover table td:first-of-type:not(:only-of-type):before {
        opacity: 1;
    }
}

@media only screen and (min-width: 668px) {
    .notice[class*="-banner"] table td:not(:only-of-type) {
        text-align: left;
    }

    .notice[class*="-banner"] table td:first-of-type:not(:only-of-type) {
        text-align: right;
        width: 25%;
    }
}

@media only screen and (max-width: 490px) {
    .notice[class*="-banner"] table tr td {
        float: left;
        width: 100%;
        padding: 0 1em .5em 1em !important;
        margin: 0 !important
    }

        .notice[class*="-banner"] table tr td:only-of-type {
            padding: 1.5em 1em 1em 1em !important;
        }

        .notice[class*="-banner"] table tr td:first-of-type:not(:only-of-type) {
            padding-top: 2em !important;
            padding-bottom: 0 !important;
        }
}

@media only screen and (max-width: 1000px) {
    .notice.active {
        max-height: 20em;
    }
}

/* Lightcase 3.0.4 by @cornelboppart, GPL license */
#lightcase-case {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
