/*---[Icons] ------------------------------------------------------------------*/
.Header-Button:before {
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*---[Layout] ------------------------------------------------------------------*/
.Viewport {
    padding: 0 10px;
}
.Page {
    overflow-x: hidden;
}

.TwoColumn, .ThreeColumn, .FourColumn, .Field-Group {
            flex-direction: column;

    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.Column, .Field-Group .Field, .Inline-Search .Form-Wrapper {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.Column {
    margin-bottom: 0;
}

.Nav-Body > .Column.One, .Nav-Body-Related > .Column.One {
    -ms-flex-order: 2;
    -webkit-order: 2;
       -moz-order: 2;
        -ms-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
}

.Content-Card {
    margin-bottom: 1rem;
}

/*---[Navigation] ------------------------------------------------------------------*/
.Navigation {
    position: absolute;
    z-index: 999;
    top: 45px;
    left: 0;
    display: none;
    width: 100%;
    padding: 1rem 0;
    background: #002234;
}
.Navigation.Expanded {
    display: block;
}
.Navigation .Nav {
    margin: 1rem 1rem 2rem 1rem;
}
.Navigation .Nav-Header {
    font-size: 1em;
    display: block;
    margin: 1em 0;
    text-align: center;
    color: #fff;
}
.Navigation .Nav-Item {
    margin-bottom: .6em;
}
.Navigation .Nav-Link {
    position: relative;
    display: block;
    padding: .6em 1em;
    color: #fff;
    border-radius: 3px;
    background: #1a4f6d;
    background: -webkit-linear-gradient(bottom, #00335b 0%, #00335b 50%, #1a4f6d 50%, #1a4f6d 100%);
    background:         linear-gradient(to top, #00335b 0%, #00335b 50%, #1a4f6d 50%, #1a4f6d 100%);
}
.Navigation .Phone {
    font-size: 1em;
    padding: 0;
    border: none;
}
.Navigation .Contact-Nav .Nav-Link {
    padding: 1.3em 1em;
    text-align: center;
    background: #d1a626;
    background: -webkit-linear-gradient(bottom, #c6a00c 0%, #c6a00c 50%, #d1a626 50%, #d1a626 100%);
    background:         linear-gradient(to top, #c6a00c 0%, #c6a00c 50%, #d1a626 50%, #d1a626 100%);
}
.Contact-Nav .Nav-Link, .Login-Nav .Nav-Link {
    display: block;
    text-decoration: none;
}

.Content-Nav .Button:last-child {
    margin-bottom: 1rem;
}

/* Main Navigation */
.Main-Nav .Nav-Link {
    background: -webkit-linear-gradient(bottom, #507f70 0%, #507f70 50%, #628c7f 50%, #628c7f 100%);
    background:         linear-gradient(to top, #507f70 0%, #507f70 50%, #628c7f 50%, #628c7f 100%);
}
.Main-Nav .Alt {
    display: none;
}

/* Utiltiy Navigation */
.Utility-Nav {
    display: none;
}

/* Contact Navigation */
.Contact-Nav {
    display: flex;
    display: -ms-flexbox;
}
.Contact-Nav .Nav-Item {
    margin: 0 .2em;

        flex: 0 1 33%;
    -ms-flex: 0 1 33%;
}

/*---[Header-Footer] ------------------------------------------------------------------*/
.Header {
    position: relative;
    height: 61px;
    padding: .5rem;
    background: #fff;
}
.Logo {
    width: 200px;
    margin: .5rem 0;
}
.Header .Options {
    position: absolute;
    top: -8px;
    right: 0;
}
.Header-Image {
    height: 56vw;
}
.Header-Image, .Alert {
    margin-bottom: 1rem;
}

.Header-Container {
    position: relative;
}
.Header-Container .Page-Title {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: .2em .5em;
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,.9) 0%, transparent 100%);
    background:         linear-gradient(to top, rgba(255,255,255,.9) 0%, transparent 100%);
}
.Header-Container .Button {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: .5em 1.5em;
    border: 0;
}
.Header-Container .Button:before, .Header-Container .Button:after {
    content: none;
}

.SearchFilter-Container {
    position: fixed;
    z-index: 999;
    top: 0;
    display: none;
    width: 100%;
    min-height: 100vh;
    padding: 1rem 2rem;
    background: #002234;
}
.SearchFilter-Container.Expanded {
    display: block;
}
.SearchFilter-Container .Inline-Form, .SearchFilter-Container .Related-Types, .Filter-Menu, .SearchFilter-Container .Related-Types .Title {
    display: block;
}
.SearchFilter-Container .Related-Types .Title {
    font-weight: 600;
    margin: 0;
}
.SearchFilter-Container .Related-Types .Title:after {
    float: right;
}
.Filter-Menu:before {
    color: #fff;
}
.SearchFilter-Container .Close {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 1rem;
    text-align: right;
    text-decoration: underline;
    color: #c6a00c;
    border-top: 1px solid #1a4f6d;
    background: #002234;
}

/* Header Buttons */
.Header-Button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 53px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: 0;
    outline: none;
    background: 0;
}
.Header-Button span {
    font: 0/0 a;
}
.Header-Button.Expanded {
    z-index: 1000;
    background: #002234;
}
.Header-Button.Expanded:before {
    font-size: 24px;
    content: '\f00d';
    color: #fff;
}

.Header-Button:before {
    font-size: 24px;
    color: #00335b;
}
.Menu-Button:before {
    content: '\f0c9';
}
.Search-Button:before {
    font-size: 19px;
    content: '\f002';
}

.Header-Search .Input {
    padding-right: 100px;
}
.Header-Search .Button {
    font: inherit;
    font-style: italic;
    line-height: 1;
    width: 97px;
    height: 36px;
    border-radius: 0 3px 3px 0;
    background: #c6a00c;
    background: -webkit-linear-gradient(bottom, #c6a00c 0%, #c6a00c 50%, #d1a626 50%, #d1a626 100%);
    background:         linear-gradient(to top, #c6a00c 0%, #c6a00c 50%, #d1a626 50%, #d1a626 100%);
}
.Header-Search .Button:hover {
    background: #d1a626;
}
.Header-Search .Button-Text {
    font: inherit;
    width: auto;
    height: auto;
    background: 0;
}
.Header-Search .Button-Text:before {
    display: none;
}

/* Search */
.Header-Search {
    position: absolute;
    z-index: 999;
    top: 45px;
    right: 0;
    left: 0;
    display: none;
    padding: 20px;
    background: #002234;
}
.Header-Search.Expanded {
    display: block;
}

/* Footer */
.Footer-Content {
    margin: 0 37px;
    text-align: center;
}
.Footer .Button {
    font-size: 1.600em;
}

.Legal {
    margin: 20px;
}
.Legal.Alt {
    margin: 10px ;
}
.Logos {
    margin: 10px 0;
}
.Copyright {
    margin: 0;
}
.Getfused {
    margin: 0 0 20px;
}

/*---[Listing] ------------------------------------------------------------------*/
.Listing .Abstract {
    display: none;
}

/* ATM Listing */
.ATMSearch .Column.Two {
    display: none;
}
.ATM.Listing {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d3d3d3;
}
.ATM.Listing .Listing-Header {
    display: none;
}
.ATM.Listing .Listing-Item {
    margin-bottom: 20px;
}
.ATM.Listing .Property {
    display: block;
    color: #000;
}
.ATM.Listing .Directions {
    margin-top: 3px;
    color: #fff;
}
#atmListingPage .Pagination.Radius-Count {
    display: none;
}
/*---[Pagination] ------------------------------------------------------------------*/
.Pagination {
    font-size: 1em;
}


/*---[Form] ------------------------------------------------------------------*/
.ToggleForm.dark:not(.collapsed) {
    margin-top: -10px;
}
.ToggleForm.dark.collapsed .Page-Subtitle {
    padding: 10px 20px;
}
.ToggleForm.dark.collapsed .Page-Subtitle:before {
    top: 10px;
}

/* Online Banking */
#OnlineBanking {
    margin: 0 0 2.5em;
}

/*---[Content] ------------------------------------------------------------------*/
.Detail .Phone {
    margin: 8px 0 0;
}

/* Audience Pages */
.Audience-Page .Content-Header .Header-Image {
    margin: 0;
}
.Audience-Page .Content-Header .Page-Title {
    font-size: 1.5em;
    font-weight: 700;
    margin: 10px;
    padding: 2em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: #00335b;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .6);
}
.Audience-Page .Content-Card h5, .Audience-Page .Content-Card h6, .Audience-Page .Content-Body .Listing-Title {
    text-align: center;
}
.Audience-Page .Content-Card {
    border-radius: 3px;
}
.Audience-Page .Listing .Abstract {
    display: block;
}
.Audience-Page .Listing-Thumbnail {
    display: none;
}
.Audience-Page .Content-Body .Button {
    width: 100%;
}
.Audience-Page .Column > .Content-Card, .Audience-Page .Content-Card.Column, .Audience-Page .Featured-Products {
    margin-bottom: 1em;
}
.Audience-Page .Featured-Products .Column {
    margin: 1em 0;
}
.Audience-Page .Featured-Card {
    margin-right: 0;
}

/* Vault Pages */
.VaultListing-Page .Listing a {
    display: block;
}
.VaultListing-Page .Listing .Learn-More, .VaultListing-Page .Listing .Register, .VaultListing-Page .Related .Listing-Thumbnail, .VaultListing-Page .Related .Listing-Image {
    display: none;
}
.VaultListing-Page .Listing-Item:before {
    content: none;
}
.VaultListing-Page .Listing-Info:before {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin: 0 0 0 .5em;
    content: '';
}
.VaultListing-Page .Article .Listing-Info:before {
    background: url(/assets/images/icons/paper.svg) no-repeat center center;
    background-size: contain;
}
.VaultListing-Page .Video .Listing-Info:before {
    background: url(/assets/images/icons/play.svg) no-repeat center center;
    background-size: contain;
}
.VaultListing-Page .Webinar .Listing-Info:before {
    background: url(/assets/images/icons/monitor.svg) no-repeat center center;
    background-size: contain;
}
.VaultListing-Page .Podcast .Listing-Info:before {
    background: url(/assets/images/icons/podcast.svg) no-repeat center center;
    background-size: contain;
}
.VaultListing-Page .Infographic .Listing-Info:before {
    background: url(/assets/images/icons/chart.svg) no-repeat center center;
    background-size: contain;
}
.VaultListing-Page .Survey .Listing-Info:before {
    background: url(/assets/images/icons/clipboard.svg) no-repeat center center;
    background-size: contain;
}
.VaultListing-Page .Video.Listing-Info {
    margin-right: 0;
}
.VaultListing-Page .Content-Nav > .Button:first-child {
    margin: 1rem 0;
}
.VaultListing-Page .Left-Nav:before {
    font-size: 1.3em;
    text-align: center;
}
.VaultListing-Page .Related .Listing-Info {
    margin: 0 0 0 3rem;
    padding: 1rem;
}
.VaultListing-Page .Related.Grid .Listing-Item {
    margin-right: 0;
}
.VaultListing-Page .Series .Listing-Info:before {
    content: none;
}

.VaultListing-Page .Related-Types .Listing-Link.Selected {
    background: #00466d;
}

.Vault-Page .Page-Title {
    font-weight: 500;
    text-transform: initial;
    background: none;
}
.Vault-Page .Local-Nav .Nav {
    display: block;
    width: auto;
    padding: 0 1rem 1rem 1rem;
    background: none;
}
.Vault-Page .Local-Nav .Nav-Item {
    display: block;
    margin: 0 0 .3rem;
    text-align: left;
    border: 0;
}
.Vault-Page .Local-Nav .Nav-Item:last-child {
    margin: 0;
}
.Vault-Page .Local-Nav .Nav-Link {
    font-size: .857em;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    background: -webkit-linear-gradient(bottom, #01263a 0%, #00335b 100%);
    background:         linear-gradient(to top, #01263a 0%, #00335b 100%);
}
.Vault-Page .Local-Nav .Nav .Nav-Link:hover {
    background: #00335b;
}
.Vault-Page .Local-Nav .Nav .Nav-Link:active {
    background: #01263a;
}
.Vault-Page .Local-Nav .Active .Nav-Link {
    color: #c6a00c;
}
.Vault-Page .Local-Nav .Nav-Title {
    vertical-align: middle;
}
.Vault-Page .Local-Nav .Nav-Item .Nav-Link:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 .5em 0 0;
    content: '';
    vertical-align: middle;
}
.Vault-Page .Local-Nav .Nav-Item:first-child .Nav-Link:before {
    background: url(/assets/images/icons/list-white.svg) no-repeat center center;
    background-size: contain;
}
.Vault-Page .Local-Nav .Nav-Item:nth-child(2) .Nav-Link:before {
    background: url(/assets/images/icons/paper-white.svg) no-repeat center center;
    background-size: contain;
}
.Vault-Page .Local-Nav .Nav-Item:nth-child(3) .Nav-Link:before {
    background: url(/assets/images/icons/play-white.svg) no-repeat center center;
    background-size: contain;
}
.Vault-Page .Local-Nav .Nav-Item:nth-child(4) .Nav-Link:before {
    background: url(/assets/images/icons/monitor-white.svg) no-repeat center center;
    background-size: contain;
}
.Vault-Page .Local-Nav .Nav-Item:nth-child(5) .Nav-Link:before {
    background: url(/assets/images/icons/podcast-white.svg) no-repeat center center;
    background-size: contain;
}
.Vault-Page .Local-Nav .Nav-Item:nth-child(6) .Nav-Link:before {
    background: url(/assets/images/icons/chart-white.svg) no-repeat center center;
    background-size: contain;
}
.Vault-Page .Local-Nav .Nav-Item:last-child .Nav-Link:before {
    background: url(/assets/images/icons/clipboard-white.svg) no-repeat center center;
    background-size: contain;
}
.Vault-Page .Local-Nav .Active.Nav-Item:first-child .Nav-Link:before {
    background: url(/assets/images/icons/list-gold.svg) no-repeat center center;
}
.Vault-Page .Local-Nav .Active.Nav-Item:nth-child(2) .Nav-Link:before {
    background: url(/assets/images/icons/paper-gold.svg) no-repeat center center;
}
.Vault-Page .Local-Nav .Active.Nav-Item:nth-child(3) .Nav-Link:before {
    background: url(/assets/images/icons/play-gold.svg) no-repeat center center;
}
.Vault-Page .Local-Nav .Active.Nav-Item:nth-child(4) .Nav-Link:before {
    background: url(/assets/images/icons/monitor-gold.svg) no-repeat center center;
}
.Vault-Page .Local-Nav .Active.Nav-Item:nth-child(5) .Nav-Link:before {
    background: url(/assets/images/icons/podcast-gold.svg) no-repeat center center;
}
.Vault-Page .Local-Nav .Active.Nav-Item:nth-child(6) .Nav-Link:before {
    background: url(/assets/images/icons/chart-gold.svg) no-repeat center center;
}
.Vault-Page .Local-Nav .Active.Nav-Item:last-child .Nav-Link:before {
    background: url(/assets/images/icons/clipboard-gold.svg) no-repeat center center;
}

/* ShareThis */
.ShareThis:before {
    content: none;
}
.Detail .ShareThis {
    position: relative;
    right: initial;
    bottom: initial;
    margin: 1.5rem 0 0 0;
}
.VaultListing-Page .ShareThis {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 1rem 0 0 0;
}

/*---[Gallery] ------------------------------------------------------------------*/
.ScrollGallery-Content {
    display: none;
}
.slick-dots {
    display: none !important;
}
.Gallery-Stage {
    line-height: 1;
    height: auto;
}
