/*---[Layout] ------------------------------------------------------------------*/
.Viewport, .Content-Header {
    width: 100%;
    min-width: 768px;
    max-width: 1250px;
}
.Content-Header {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

div > .Column {
    min-width: 0;
    min-height: 0;
    margin-bottom: 12px;
    margin-left: 1%;
}

.TwoColumn > .Column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 49.5%;
        -ms-flex: 0 1 49.5%;
            flex: 0 1 49.5%;
}
.ThreeColumn > .Column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32.66666%;
        -ms-flex: 0 1 32.66666%;
            flex: 0 1 32.66666%;
}
.FourColumn > .Column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24.25%;
        -ms-flex: 0 1 24.25%;
            flex: 0 1 24.25%;
}

.Body-Related > .Column.One, .Form-Body > .Column.Two, .Form-Body-Related > .Column.Two, .Nav-Body > .Column.Two, .Nav-Body-Related > .Column.Two, .Body-Form > .Column.One {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.Nav-Body > .Column.One, .Nav-Body-Related > .Column.One, .Form-Body-Related > .Column.One, .Form-Body > .Column.One {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 245px;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
}
.Nav-Body-Related > .Column.Three, .Form-Body-Related > .Column.Three, .Body-Related > .Column.Two {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 245px;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
}

.LoginForm .Column.One {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
}
.LoginForm .Column.Two {
    margin-left: 20px;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.ContentPage .TwoColumn > .Column {
    margin-left: 3%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
}

.Search-Helper > .Column {
    margin-left: 2%;
}
.Search-Helper > .Column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
}

.Body-Form > .Column.Two {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.66666%;
        -ms-flex: 0 0 32.66666%;
            flex: 0 0 32.66666%;
}

div > .Column:first-child {
    margin-left: 0;
}

/* grow columns */
.FourColumn.Non-Nav {
        flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.FourColumn.Non-Nav > .Column {
    min-width: 24.2%;

            flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
}
.FourColumn.Non-Nav > .Column:empty {
    display: none;
}
.FourColumn.Non-Nav .Body {
    margin: 0;
}

.Content-Card.Series .Column.One {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
}
.Content-Card.Series .Column.Two {
    -ms-flex: 0 0 28%;
        flex: 0 0 28%;
}
.Content-Card.Series .Column.Two .Button {
    float: right;
    margin-top: 1em;
}

/*---[Navigation] ------------------------------------------------------------------*/
.Navigation {
    font-size: .929em;
}
.Nav-Item {
    display: inline-block;
}

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

/* Audience Navigation */
header.Audience-Nav {
    display: none;
}
.Audience-Nav {
    font-size: .923em;
    position: absolute;
    top: -27px;
    right: 20px;
}
.Audience-Nav .Nav-Link {
    padding: 7px 14px;
    color: #fff;
    border-radius: 3px 3px 0 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%);
}
.Audience-Nav .Nav-Link:hover {
    background: #d1a626;
}

/* Main-Navigation */
header.Main-Nav {
    display: none;
}
.Main-Nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin: 29px -1px -1px;
    border-radius: 0 0 3px 3px;
}
.Main-Nav > .Nav-Item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    min-width: 0;
    min-height: 0;
    border-right: 1px solid #365c71;
    border-left: 1px solid #00263b;
    background: #00335b;
    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%);

    -ms-flex-align: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
}
.Main-Nav > .Nav-Item:first-child {
    border-left: 0;
    border-radius: 0 0 0 3px;
}
.Main-Nav > .Nav-Item:last-child {
    border-right: 0;
    border-radius: 0 0 3px 0;
}
.Main-Nav > .Nav-Item:hover {
    background: #1a4f6d;
}
.Main-Nav > .Nav-Item.Alt {
    min-width: 100px;
    border-right-color: #244354;
    border-left-color: #001e2d;
    background: #00111a;
    background: -webkit-linear-gradient(bottom, #00111a 0%, #00111a 50%, #0f2d3d 50%, #0f2d3d 100%);
    background:         linear-gradient(to top, #00111a 0%, #00111a 50%, #0f2d3d 50%, #0f2d3d 100%);
}
.Main-Nav > .Nav-Item.Alt:hover {
    background: #0f2d3d;
}
.Main-Nav > .Nav-Item > .Nav-Link {
    font-size: .95em;
    line-height: 1.077em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;
    padding: 12px 16px;
    color: #fff;

    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.Main-Nav > .Active > .Nav-Link {
    color: #c6a00c;
}
.Main-Nav > .Nav-Item > .Nav-Link > .Nav-Title {
    display: inline-block;
}
.Nav-TopHeader {
    text-align: center;
    width: 100%;
}

/* Sub Navigation */
.Nav-Drop:hover .Sub-Nav {
    display: block;
}
.Nav-Drop .Nav-Header .Sub-Nav {
    display: none;
}
.Sub-Nav {
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 0;
    width: 215px;
    background: #00335b;
}
.Sub-Nav .Nav-Item {
    font-size: .857em;
    display: block;
    margin: 0;
    border-top: 1px solid #265874;
    border-bottom: 1px solid #00324e;
}
.Sub-Nav .Nav-Link {
    padding: 10px ;
    color: #fff;
    background: #00335b;
}
.Sub-Nav .Nav-Link:hover {
    background: #00466d;
}
.Sub-Nav .Nav-Link:active {
    background: #01263a;
}
.Sub-Nav .Nav-Item {
    border-top: 1px solid #265874;
}
.Sub-Nav .Active .Nav-Link {
    color: #c6a00c;
}

/* Login Nav */
.Login-Nav {
    position: absolute;
    top: 36px;
    right: 168px;
}
.Login-Nav .Nav-Header {
    font-size: .929em;
    line-height: 30px;
    position: relative;
    height: 30px;
    margin: 0;
    padding: 0 20px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background: #00335b;
}
.Login-Nav .Nav {
    position: absolute;
    z-index: 100;
    top: 26px !important;
    display: none;
    padding: 20px 10px;
    border-radius: 3px;
    background: #00335b;
}
.Login-Nav .Nav-Item {
    width: 172px;
    padding-top: 10px;
}
.Login-Nav .Nav-Item:first-child {
    padding-top: 0;
}
.Login-Nav .Nav-Link {
    position: relative;
    position: relative;
    display: inline-block;
    display: block;
    padding: 8px 20px;
    cursor: pointer;
    text-decoration: none;
    color: #00335b;
    border-radius: 3px;
    background: #fff;
    background: -webkit-linear-gradient(bottom, #fff 0%, #fff 50%, #eee 50%, #eee 100%);
    background:         linear-gradient(to top, #eee 0%, #eee 50%, #fff 50%, #fff 100%);
}
.Login-Nav .Nav-Link:hover {
    background: #fff;
}
.Login-Nav .Nav-Link:active {
    background: #ccc;
}

/* Footer Navigation */


/*---[Header-Footer] ------------------------------------------------------------------*/
.Header {
    margin: 0 0 12px;
}
.Header .Header-Button {
    display: none;
}
.Header .Viewport {
    padding-top: 47px;
}
.Header .Phone {
    display: none;
}
.Header-Content {
    position: relative;
    border: 1px solid #ececec;
    border-radius: 3px 3px 0 0;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .39) ;
}
.Header-Search {
    font-size: .857em;
    position: absolute;
    top: 82px;
    right: 30px;
    display: block;
    width: 148px;
}
.Header-Search .Input {
    padding: 8px 40px 9px 10px;
}
.Header-Search .Button {
    width: 32px;
    height: 32px;
}
.Header-Search .Button-Text:before {
    position: relative;
    top: 3px;
}

/* Footer */
.Footer {
    font-size: .929em;
}
.Footer-Content {
    position: relative;
}
.Footer .Button {
    display: none;
}
.Footer .Legal:first-of-type {
    margin: 5px 0 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.Footer .Legal:last-of-type {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.Footer .Copyright {
    margin: 20px 0 0;
    text-align: right;
    color: #9f9f9f;
}
.Footer .Logos, .Getfused {
    position: absolute;
    top: 0;
    right: 0;
}
.Getfused {
    font-size: .769em;
    top: 55px;
    color: #9f9f9f;
}

/*---[Listings] ------------------------------------------------------------------*/
.Listing-Thumbnail {
    float: left;
}
.Listing-Thumbnail + .Listing-Info, .Listing-Info.Has-Thumbnail {
    margin-left: 175px;
}
.Listing-Thumbnail img {
    max-width: 160px;
}

.Listing .Phone:after {
    display: none;
}

.Video .Listing-Image .Listing-Image, .Listing-Item .Video-Embed {
    padding-right: 45px;
}

/* Grid Listing */
.Grid, .Grid .Listing-Row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.Grid .Listing-Item {
    padding-right: 2.5%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.Grid .Listing-Item:first-child {
    padding-left: 0;
}
.Grid .Listing-Item .Listing-Info {
    margin-left: 0;
}
.Grid .Listing-Thumbnail {
    display: block;
    float: none;
}

.Grid-2 .Listing-Item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
}
.Grid-3 .Listing-Item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
}
.Grid-4 .Listing-Item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
}

.VaultListing-Page .Grid-3 .Listing-Item {
    -webkit-flex: 0 0 32.4%;
        -ms-flex: 0 0 32.4%;
            flex: 0 0 32.4%;
}

/* Staff Listing */
.Staff.Listing .Phone {
    margin: 0;
    color: #000;
}
.Staff.Listing .Phone + .Button {
    margin-left: 0;
}

/* Location Listing */
.Location.Listing .Directions {
    display: none;
}
.Location.Listing .Directions + .Phone {
    margin: 3px 0 5px 21px;
}

/* ATM Listing */
.ATMSearch {
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.ATMSearch .Column.One {
    width: 300px;
    max-width: 300px;
}
.ATMSearch .Column.Two {
    min-width: 594px;
}
.ATMSearch #map-canvas {
    min-height: 366px;
}
.ATM.Listing {
    display: table;
    width: 100%;
}
.ATM.Listing .Listing-Header, .ATM.Listing .Listing-Item {
    display: table-row;
}
.ATM.Listing .Listing-Header {
    margin: 0 0 12px;
    background-color: #f1f2ed;
}
.ATM.Listing .Listing-Item .Property, .ATM.Listing .Listing-Header span {
    display: table-cell;
    padding: 6px;
}
.ATM.Listing .Listing-Title {
    font-size: 1em;
}

/*---[Form] ------------------------------------------------------------------*/
.Form .Input {
    max-width: 400px;
}

/* Toggle Form */
.ToggleForm.collapsed, .ToggleForm.collapsed.dark {
    margin-bottom: 12px;
}
.ToggleForm:not(.collapsed) {
    margin: 0 0 12px;
}
.ToggleForm .Body {
    display: none;
}
.ToggleSearch {
    display: none;
}

.ToggleForm.dark:not(.collapsed) .Body {
    display: block;
}
.ToggleForm.asubmit:before {
    border-radius: 3px;
}

/*---[Messages] ------------------------------------------------------------------*/
.Alert {
    margin-bottom: 12px;
    border-radius: 3px;
}
.Alert .Read-More {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
}
.Alert-Title {
    padding-right: 135px;
}
.Alert-Title:before {
    right: 115px;
}

/*---[Content] ------------------------------------------------------------------*/
.Phone, .Phone:hover, .Phone:active {
    font-size: 1em;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #a3a3a3;
    border: 0;
    background: 0;
}
.Phone:after {
    display: none;
}

.Detail .Phone {
    font-size: .857em;
    display: inline-block;
}

.Content-Card, .Service .Listing-Item {
    margin-bottom: 12px;
    border-radius: 3px;
}
.Content-Card + .Content-Card {
    margin: 0 0 12px;
}
.Content-Body {
    position: relative;
}

/* Quick Links */
.Quicklinks {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 300px;
    height: 342px;
    margin: 0;
    padding: 0;
    color: #0f2b5b;
    border-radius: 0 3px 3px 0;
    background: rgba(255,255,255,.8);
    box-shadow: none;
}
.Quicklinks h1, .Quicklinks h2, .Quicklinks h3 {
    font-size: 1.15em;
    padding: 13px;
    color: #0f2b5b;
    background: #e7dec3;
}
.Quicklinks a {
    color: #0f2b5b;
}
.Quicklinks ul {
    font-size: .9em;
    margin: 0 13px 0  28px;
    list-style: none;
}
.Quicklinks li {
    position: relative;
}
.Quicklinks li:after {
    position: absolute;
    top: 5px;
    left: -13px;
    width: 0;
    height: 0;
    content: '';
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #0f2b5b;
}
.Quicklinks li:hover:after {
    border-left-color: #c6a00c;
}

/* Audience Pages */
.Header-Container {
    position: relative;
}
.Audience-Page .Content-Header .Page-Title, .Audience-Page .Header-Container .Page-Title, .VaultListing-Page .Header-Container .Page-Title {
    font-size: 1.8em;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    max-width: 250px;
    margin: .8em;
    text-transform: uppercase;
    color: #fff;
}
.Audience-Page .Header-Container .Page-Title {
    font-size: 1.6em;
    font-weight: normal;
    max-width: 80%;
    margin-left: 0;
    padding: .5em 1em;
    background: rgba(190,133,0,.8);
}
.Audience-Page .Listing-Thumbnail {
    float: left;
}
.Audience-Page .Listing-Thumbnail + .Listing-Info {
    margin-left: 165px;
}
.Audience-Page .Content-Body > .TwoColumn .Column.Two {
            flex: 0 0 39%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 39%;
        -ms-flex: 0 0 39%;
}
.Audience-Page .Content-Body > .TwoColumn .Column.One {
            flex: 0 0 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 55.5%;
}
.Audience-Page .Content-Body > .TwoColumn .Featured-Card + .Column.Two {
            flex: 0 0 58.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.5%;
        -ms-flex: 0 0 55%;
}
.Audience-Page .Content-Body > .TwoColumn .Column.One.Featured-Card {
    margin-bottom: 0;

            flex: 0 0 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 35%;
}
.Audience-Page .Content-Card + .Content-Card {
    margin-bottom: 0;
}
.Audience-Page .Content-Card.ToggleForm {
    margin-bottom: 12px;
}

/* Vault Pages */
.VaultListing-Page .Listing-Thumbnail {
    max-width: 40%;
    margin-right: 1rem;
    margin-bottom: 0;
}
.VaultListing-Page .Filter-Menu ~ .Listing .Listing-Info {
    margin-bottom: 3rem;
}
.VaultListing-Page .Listing-Info.Has-Thumbnail {
    margin-right: 2.5rem;
    margin-left: 44%;
}

.VaultListing-Page .Related-Types .Listing {
    position: absolute;
    top: 30px;
    left: .5rem;
    width: 200px;
}

/*---[ShareThis] ------------------------------------------------------------------*/
.Sticky-ShareThis {
    position: fixed;
    z-index: 99;
    top: 275px;
    right: 0;
}
.Sticky-ShareThis .ShareThis {
    top: 0;
    right: 0;
    bottom: auto;
    padding: .5rem;
    border: 1px solid #747474;
    background: #fff;
}

/*---[Overlay] ------------------------------------------------------------------*/
.Overlay {
    border-radius: 3px;
}

/* Video Overlay */
.Overlay.Video {
    border-radius: 0;
}
.Overlay video {
    width: 680px;
    max-width: 100%;
}

/*---[Gallery] ------------------------------------------------------------------*/
.ScrollGallery {
    margin-bottom: 12px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .6);
}
.ScrollGallery, .ScrollGallery-Viewport, .ScrollGallery-Item {
    height: 342px;
    border-radius: 3px;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    border-radius: 3px;
}

.ScrollGallery-Caption {
    display: block;
}

/* Header Images */
.Header-Image {
    height: 25vw;
    max-height: 313px;
    margin: 0 0 12px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .6);
}

/*---[IE] ------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .Grid-4 .Listing-Item {
            flex: 0 0 21.4%;
        -ms-flex: 0 0 21.4%;
    }
}

/*---[Small Desktop] ------------------------------------------------------------------*/
@media only screen and (max-width : 1080px) {
    /* Header - Footer */
    .Logo {
        width: 220px;
        height: 29px;
    }
    .Header-Search {
        font-size: .786em;
        top: 75px;
        width: 115px;
    }
    .Header-Search .Button {
        width: 31px;
        height: 31px;
    }
    .Header-Search .Button-Text:before {
        font-size: 15px;
        top: 1px;
    }
    /* Navigation */
    .Navigation {
        font-size: .76em;
    }
    .Login-Nav {
        font-size: .95em;
        top: 27px;
        right: 132px;
    }
    .Login-Nav .Nav-Link {
        padding: 8px;
    }
    .Audience-Nav {
        font-size: 1em;
    }
    /* Listings */
    .Listing-Thumbnail + .Listing-Info, .Listing-Info.Has-Thumbnail {
        margin-left: 155px;
    }
    .Listing-Thumbnail img, .Related.Publications .Listing-Thumbnail {
        max-width: 120px;
    }
    .VideoGallery .ScrollGallery-Caption {
        font-size: 1.429em;
    }
    .VaultListing-Page .Grid-3 .Listing-Item {
            flex: 0 0 48%;
        -ms-flex: 0 0 48%;
    }
}

@media only screen and (max-width : 900px) {
    .Footer-Nav {
        max-width: 545px;
    }
    /* Listings */
    .Listing-Thumbnail, .VaultListing-Page .Listing-Thumbnail {
        float: none;
    }
    .VaultListing-Page .Listing-Thumbnail {
        max-width: 90%;
        margin-bottom: 1rem;
    }
    .Listing-Thumbnail + .Listing-Info, .Listing-Info.Has-Thumbnail, .VaultListing-Page .Listing-Info.Has-Thumbnail {
        margin-left: 0;
    }
    .Listing-Thumbnail img {
        max-width: 100%;
    }
    .LoginForm {
        display: block;
    }
    .LoginForm .Column.Two {
        margin-left: 0;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .Grid .Listing-Item {
        min-width: 0;

            flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .Vault-Page .Grid .Listing-Item {
            flex: 0 0 50%;
        -ms-flex: 0 0 50%;
    }
    .VaultListing-Page .Grid .Listing-Item {
            flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .Audience-Page .Featured-Products + .TwoColumn {
                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;
    }
    .Audience-Page .Content-Body > .TwoColumn .Column.One.Featured-Card {
        margin-right: 0;
        margin-bottom: 1em;

        -webkit-flex: 0 0 auto;
    }
    .Audience-Page .Content-Body > .TwoColumn .Featured-Card + .Column.Two {
        -webkit-flex: 0 0 auto;
    }
}
