/*----------  ##Served_Fonts  ----------*/


/*
Cinzel; Regular; Google Fonts
<link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
font-family: 'Cinzel', serif;

Acumin Prom; Regular, Bold; Typekit
font-family: "acumin-pro",sans-serif;

*?

/*----------  ##Foundation_Overrides  ----------*/

html, body {
    height: auto;
    min-height: 100%;
    font-family: "acumin-pro", sans-serif;
    background-color: #ffffff;
    color: #1a1c1f;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}

.row {
    max-width: 1140px;
    max-width: 71.25rem;
}

.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-left: 0;
    margin-right: 0;
}

.reveal-overlay {
    z-index: 1000;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, select {
    background-color: #e8e8e8;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #000000;
    font-family: "acumin-pro", sans-serif;
    margin-bottom: 0;
    font-size: .875rem;
}

figure, figcaption {
    padding: 0;
    margin: 0;
}


/*----------  ##Global_Formatting  ----------*/

:focus {
    outline: #6aaab4 auto 5px;
}

::-moz-selection {
    background-color: #6aaab4;
}

::selection {
    background-color: #6aaab4;
}

.block {
    display: block;
}

.iblock {
    display: inline-block;
}

.overflow {
    max-width: none;
}

.no-overflow {
    overflow: hidden;
}

.columns.no-pad {
    padding: 0;
}

.bg {
    background-color: #ffffff;
}

.bg--primary {
    background-color: #000000;
}

.bg--secondary {
    background-color: #343434;
}

.bg--tertiary {
    background-color: #0091a6;
}

.bg-alt {
    background-color: #333333;
}

.bg-opacity {
    background-color: rgba(211, 211, 211, .75);
}

a {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #008095;
    text-decoration: underline;
}

a:not([class]):hover {
    color: #911313;
}

.readMore:visited, a:visited .readMore {
    color: #911313;
}

.subnav a:visited {
    color: #ffffff;
}

svg {
    max-width: 100%;
    position: relative;
    z-index: 100;
}

.svg-container {
    position: absolute;
    left: -999rem;
}

.social svg {
    fill: #ffffff;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.social--foot svg {
    fill: #000000;
}

.social a:hover svg {
    fill: #0091a6;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.blend--multiply {
    mix-blend-mode: multiply;
}

.btn, .btn:visited {
    background-color: transparent;
    border: 1px solid #008095;
    color: #008095;
    font-size: 1.125rem;
    text-align: center;
    padding: .5rem 1.5rem;
    text-decoration: none;
}

.btn:hover {
    background-color: #008095;
    color: #ffffff;
}

.btn-group .btn {
    display: block;
    margin-bottom: .5rem;
}

.divide {
    padding: 0 3px;
}

.shadowed {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .35);
}

hr {
    max-width: 100%;
}

/*----------  ##Padding Utilities  ----------*/
.padded {
    padding: 1rem;
}

.padded-vert {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.padded-horiz {
    padding-left: 1rem;
    padding-right: 1rem;
}

.padded-top {
    padding-top: 1rem;
}

.padded-bottom {
    padding-bottom: 1rem;
}

.padded-left {
    padding-left: 1rem;
}

.padded-right {
    padding-right: 1rem;
}

.padded-2x {
    padding: 2rem;
}

.padded-2x-vert {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.padded-2x-horiz {
    padding-left: 2rem;
    padding-right: 2rem;
}

.padded-2x-top {
    padding-top: 2rem;
}

.padded-2x-bottom {
    padding-bottom: 2rem;
}

.padded-2x-left {
    padding-left: 2rem;
}

.padded-2x-right {
    padding-right: 2rem;
}

.padded-3x {
    padding: 3rem;
}

.padded-3x-vert {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.padded-3x-horiz {
    padding-left: 3rem;
    padding-right: 3rem;
}

.padded-3x-top {
    padding-top: 3rem;
}

.padded-3x-bottom {
    padding-bottom: 3rem;
}

.padded-3x-left {
    padding-left: 3rem;
}

.padded-3x-right {
    padding-right: 3rem;
}

@media all and (min-width: 40em) {
    .medium-padded {
        padding: 1rem;
    }

    .medium-padded-vert {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .medium-padded-horiz {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .medium-padded-top {
        padding-top: 1rem;
    }

    .medium-padded-bottom {
        padding-bottom: 1rem;
    }

    .medium-padded-left {
        padding-left: 1rem;
    }

    .medium-padded-right {
        padding-right: 1rem;
    }

    .medium-padded-2x {
        padding: 2rem;
    }

    .medium-padded-2x-vert {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .medium-padded-2x-horiz {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .medium-padded-2x-top {
        padding-top: 2rem;
    }

    .medium-padded-2x-bottom {
        padding-bottom: 2rem;
    }

    .medium-padded-2x-left {
        padding-left: 2rem;
    }

    .medium-padded-2x-right {
        padding-right: 2rem;
    }

    .medium-padded-3x {
        padding: 3rem;
    }

    .medium-padded-3x-vert {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .medium-padded-3x-horiz {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .medium-padded-3x-top {
        padding-top: 3rem;
    }

    .medium-padded-3x-bottom {
        padding-bottom: 3rem;
    }

    .medium-padded-3x-left {
        padding-left: 3rem;
    }

    .medium-padded-3x-right {
        padding-right: 3rem;
    }

    .medium-align-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}


/*----------  ##Base Text Styles  ----------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}
h1, h6 {
    font-family: 'Cinzel', serif;
    font-weight: normal;
}

h1 {
    font-size: 1.875rem;
    line-height: .875;
}

h2 {
    font-weight: normal;
    font-size: 1.75rem;
    color: #008095;
}

h3 {
    font-size: 1.375rem;
    font-weight: bold;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.375rem;
    color: #008095;
}

h6 {
    font-size: 1.625rem;
}

h6.alt {
    color: currentColor;
}

p.color-var {
    color: currentColor;
}

p.larger-txt {
    font-size: 1.25rem;
}

blockquote {
    font-size: 1.75rem;
    color: #008095;
    padding: 1rem;
    border: none;
}

blockquote p {
    color: currentColor;
}

.quote-special {
    font-family: 'Cinzel', serif;
    font-size: 1.875rem;
    color: #1a1c1f;
    text-transform: uppercase;
    margin-bottom: 0;
}

.quote-special p {
    line-height: 1.07;
}


/*----------  ##Header_Formatting  ----------*/
header, header.sticky, header.sticky.is-stuck {
    /*position: fixed;
    top: 0;
    right: 0;
    left: 0;*/
    z-index: 1000;
}

header > .row {
    background-color: #ffffff;
    position: relative;
}

.header__darkbg {
    background-color: #000000;
}

.header__lightbg {
    background-color: #343434;
}

/*~~~~~~ Branding ~~~~~~*/
.branding a {
    display: block;
    background-color: #ffffff;
    text-align: center;
    padding: 1.5rem .5rem;
}

/*~~~~~~ Search ~~~~~~*/

.searchbox {
    position: relative;
}

.searchbox__form {
    padding: 0 .75rem;
}

.searchbox__form::after {
    content: '';
    display: block;
    height: 100%;
    max-height: 0;
    background-color: #007f94;
    position: absolute;
    left: .625rem;
    right: .625rem;
    bottom: 0;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

.searchbox__label {
    position: absolute;
    top: .75rem;
    right: 0;
    bottom: 0;
    left: .75rem;
    color: #676767;
    z-index: 1;
    display: inline-block;
    font-size: .75rem;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    opacity: 1;
}

.searchbox.searchbox--active .searchbox__label {
    top: 0;
    font-size: .625rem;
    opacity: 0;
}

.searchbox.searchbox--active .searchbox__form::after {
    max-height: 100%;
    top: 0;
}

.searchbox__field {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9d9d9d;
    border-radius: 0;
    color: #ffffff;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}

.searchbox__field:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9d9d9d;
    outline: none;
    box-shadow: none;
}

.searchbox__btn {
    position: absolute;
    top: .625rem;
    right: .625rem;
    z-index: 12;
}

.searchbox__btn__ico {
    fill: #ffffff;
}

/*~~~~~~ Social ~~~~~~*/
.social .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.social__link {
    padding: .5rem .25rem;
    text-decoration: none;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*~~~~~~ Click to Call Phone Number ~~~~~~*/
.phone-link {
    color: #aaaaaa;
    font-size: 1.25rem;
    padding: .5rem 1rem;
    text-decoration: none;
}


/*----------  ## Sections  ----------*/
/*~~~~~~ Homepage Video Hero ~~~~~~*/
.hero.hero--home {
    max-height: 92vh;
    position: relative;
    overflow: hidden;
}

/*~~~~~~ Homepage News Section ~~~~~~*/
.newsfeed {
    padding-top: 1rem;
}

.newsfeed .newsArticles {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #333333;
}

.newsfeed .newsArticles li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding: .5rem .5rem 2rem;
}

.newsfeed .newsArticles li:nth-child(2), .newsfeed .newsArticles li:last-child {
    display: none;
}

.newsArticlesDate {
    position: absolute;
    width: 85px;
    height: 70px;
    background-color: #000000;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 0;
}

.newsArticles li a {
    color: currentColor;
    text-decoration: none;
}

.newsfeed .newsArticles .pageHeader {
    font-size: 1.25rem;
    display: block;
    line-height: 1.2;
    margin: .5rem 0;
    font-weight: bold;
    color: currentColor;
}

.readMore {
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    color: #008095;
    position: relative;
}

a .readMore {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.readMore::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #008095;
    bottom: 0;
    left: 0;
}

.readMore:visited::after, a:visited .readMore::after {
    background-color: #911313;
}

.readMore:hover {
    color: #008095;
    border: 1px solid #008095;
    padding: 0 .25rem;
    border-bottom: none;
}

.readMore:visited:hover, a:visited .readMore:hover {
    color: #911313;
    border: 1px solid #911313;
}

.newsfeed .newsArticles .readMore {
    position: absolute;
    bottom: .875rem;
    left: .5rem;
}

.newsfeed .newsArticles .shortDescription {
    font-size: .875rem;
    color: currentColor;
}

.newsArticles .newsImage {
    width: 100%;
    height: auto;
}

.newsdate__month, .newsdate__day {
    font-size: 1.25rem;
    color: #9b9b9b;
    font-family: 'Cinzel', serif;
    width: 100%;
    margin-top: 0;
}

.newsdate__day {
    color: #ffffff;
    position: relative;
    z-index: 10;
}

.newsdate__ico {
    fill: #505050;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: .25rem;
    z-index: 1;
}


/*~~~~~~ Churhill Quote Section ~~~~~~*/
.bg-churchill {
    background: url(../images/bg-quote-mobile.jpg) 66% top no-repeat;
    background-size: cover;
    padding: 90px 0 38px;
}

/*~~~~~~ Winston Churchill Society Section ~~~~~~*/
.bg-society {
    background-color: #344f62;
    color: #a1b1ba;
    padding: 2rem 0;
}

/*~~~~~~ Homepage Content Section ~~~~~~*/
.bg-main--home {
    background-color: #cce2f7;
}

/*~~~~~~ Exhibits Section ~~~~~~*/

.slider-wrap {
    position: relative;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slick-dots button {
    text-indent: -999rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 1.5rem .25rem;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.slick-dots button:hover {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .35);
}

.slick-dots .slick-active button {
    width: .625rem;
    height: .625rem;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .35);
}

.exhibits {
    padding-top: 1rem;
}

.exhibits__slider .slide-txt {
    padding: .625rem;
}

.exhibits__slider .slide-txt h5 {
    font-size: 1.375rem;
    font-weight: bold;
}

.exhibits__slider .slide-txt p {
    font-size: .875rem;
    margin: 0;
}

.exhibits__controls, .exhibits__controls * {
    line-height: 1;
}

.exhibits__controls {
    position: relative;
    background-color: #67aab3;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.exhibits__controls__dots {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.exhibits__controls__dots li {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    text-align: center;
}

.exhibits__controls__arrow {
    background-color: #007f94;
    padding: .875rem 0;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.exhibits__controls__ico {
    fill: #ffffff;
}

.exhibits__controls__arrow::after {
    content: '';
    height: 100%;
    width: 100%;
    max-width: 0;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    -webkit-transition: max-width 350ms ease-in-out;
    transition: max-width 350ms ease-in-out;
}

.exhibits__controls__arrow--prev::after {
    left: 0;
}

.exhibits__controls__arrow--next::after {
    right: 0;
}

.exhibits__controls:hover, .exhibits__controls__arrow:hover {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .35);
}

.exhibits__controls__arrow:hover::after {
    max-width: 30px;
}

.exhibits__controls__arrow:hover .exhibits__controls__ico {
    fill: #007f94;
}

.infocard {
    padding: 1rem 2rem;
}

.infocard h2 {
    color: #008095;
    font-size: 1.375rem;
    font-weight: bold;
}

.infocard li, .infocard p {
    font-size: .875rem;
}

.infocard li + li {
    margin-top: .25rem;
}

.infocard__section + .infocard__section {
    margin-top: 1.5rem;
}

.infocard__icon {
    margin-bottom: .5rem;
}

.infocard__icon.infocard__icon--rotate {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*~~~~~~ Schedule Tour Section ~~~~~~*/

.tours {
    padding-top: 1.5rem;
}

.infocard.infocard--hasform {
    padding: 1rem 0;
}

.infocard.infocard--hasform .currentForm {
    position: relative;
}
.row .formElements .row {
    margin-left: 0;
    margin-right: 0;
}

.infocard__form-wrap .row li {
    width: 50%;
    position: relative;
}

.infocard__form-wrap .row li:first-child {
    padding-right: .5rem;
}
.infocard__form-wrap .row li:last-child {
    padding-left: .5rem;
}

.infocard__form-wrap .row li:only-child {
    width: 100%;
    padding: 5px 0;
}

.infocard__form-wrap .row:last-child li {
    width: calc(100% - 115px);
}

.infocard.infocard--hasform li + li {
    margin: 0;
}

.infocard__form-wrap input[type="text"], .infocard__form-wrap select, .infocard__form-wrap textarea {
    width: 100%;
}

.infocard__form-wrap input[type="text"].datePicker {
    width: calc(100% - 28px);
    display: inline-block;
    margin-right: 5px;
}

.infocard__form-wrap .formElements .row > ul {
    width: 100%;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-right: .25rem;
    margin-bottom: .25rem;
}

input[type="checkbox"] {
    opacity: 0;
    z-index: 100;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: .25rem;
    margin-bottom: 0;
    top: 2px;
}

li.checkbox > span {
    position: relative;
    line-height: 1;
}

li.checkbox > span::before {
    content: '';
    width: 16px;
    height: 15px;
    position: absolute;
    top: 2px;
    z-index: 50;
    background-color: #e8e8e8;
    border-radius: 2px;
}

.formElements .row > ul > li label {
    font-family: "acumin-pro", sans-serif;
    font-size: .75rem;
    color: #000000;
    font-weight: normal;
    margin-bottom: .25rem;
}

.formElements .checkbox svg {
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}

.formElements svg path {
    fill: none;
    stroke: #007f94;
    stroke-width: 15px;
    stroke-dasharray: 127;
    stroke-linejoin: round;
    stroke-dashoffset: 127;
    -webkit-transition: stroke-dashoffset 150ms linear;
    transition: stroke-dashoffset 150ms linear;
}

.formElements input[type="checkbox"]:checked ~ svg path {
    stroke-dashoffset: 0;
}

.ui-datepicker-trigger {
    display: none;
}

.ui-datepicker-trigger.show {
    display: inline-block;
}

.infocard__form-wrap .currentForm input[type=submit] {
    position: absolute;
    right: 0;
    bottom: .25rem;
}

.currentForm input[type=submit] {
    border: none;
    background-color: #007f94;
    border: 1px solid #008095;
    color: #ffffff;
    font-family: "acumin-pro", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    border-radius: 0;
    padding: .5rem 1.5rem .625rem;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.currentForm input[type=submit]:hover, .currentForm input[type=submit]:active {
    background-color: transparent;
    color: #008095;
}

.content-area__main .formElements .row > ul > li:not(only-child) {
    margin-right: 5px;
}

/*----------  ##Content Area Formatting  ----------*/
.content-area__main {
    padding-top: 1rem;
    padding-bottom: 90px;
    position: relative;
}

.home .content-area__main p {
    font-size: .875rem;
}

.bread_crumbs {
    text-decoration: none;
}

/*~~~~~~ Img Callouts Section ~~~~~~*/
.events {
    padding-bottom: 50px;
}

.img-callout {
    position: relative;
    display: inline-block;
}

.img-callout__caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,55,103,.8);
    color: #ffffff;
    text-align: center;
    padding: 1rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.img-callout__caption.img-callout__caption--alt1 {
    background-color: rgba(52,52,52,.8);
}

.img-callout__caption.img-callout__caption--alt2 {
    background-color: rgba(106,170,180,.8);
}

.img-callout__caption::after {
    content: '';
    display: block;
    border: 1px solid #ffffff;
    position: absolute;
    top: .625rem;
    right: .625rem;
    bottom: .625rem;
    left: .625rem;
}

.img-callout:hover .img-callout__caption {
    opacity: 1;
}

.stagger-text {
    padding: 1rem 2rem;
}

.stagger-text.stagger-text--left {
    padding-left: 3rem;
}
.stagger-text.stagger-text--right {
    padding-right: 3rem;
}

/*----------  ##Subnav Formatting  ----------*/
.subnav-container {
    margin-bottom: 1rem;
}

.subnav-container--inner {
    position: relative;
}

.subnav-container .subnav {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.subnav-container .subnav ul, .subnav-container .subnav .subnav__title {
    opacity: 0;
    -webkit-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms;
}

.subnav-container.subnav-container--open .subnav {
    max-height: 2000px;
    z-index: 5;
}

.subnav-container.subnav-container--open .subnav ul, .subnav-container.subnav-container--open .subnav .subnav__title {
    opacity: 1;
}

.subnav__trigger {
    background-color: #343434;
    position: relative;
    width: 75px;
    height: 75px;
    text-align: center;
    z-index: 10;
}

.subnav__trigger__inner {
    text-indent: -999rem;
    height: 2px;
    width: 42px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
}

.subnav__trigger__inner::before, .subnav__trigger__inner::after {
    content: '';
    height: 2px;
    width: 42px;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: #ffffff;
}

.subnav__trigger__inner::after {
    top: auto;
    bottom: -12px;
}

.subnav-container.subnav-container--open .subnav.subnav__trigger__inner {
    background: transparent;
}

.subnav-container.subnav-container--open .subnav.subnav__trigger__inner::before, .subnav-container.subnav-container--open .subnav.subnav__trigger__inner::after {
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: 0s, .3s;
}

.subnav-container.subnav-container--open .subnav.subnav__trigger__inner::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subnav-container.subnav-container--open .subnav.subnav__trigger__inner::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*----------  ##Footer Formatting  ----------*/
.branding--affiliate img {
    padding: 1rem .5rem;
}



@media all and (min-width: 641px) {
    .medium-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .btn-group .btn {
        display: inline-block;
    }
    footer {
        padding: 1rem 0;
    }
    footer p {
        margin-bottom: .25rem;
    }
    .copyright-txt {
        margin-top: 1.5rem;
    }
}

@media all and (min-width: 641px) and (orientation:landscape) {
    .land-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
}

@media all and (min-width: 768px) {
    .searchbox {
        min-width: 170px;
    }
}

@media all and (min-width: 1024px) {
    .header__darkbg--hght {
        min-height: 46px;
    }
    .large-shadowed {
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .35);
    }
    .large-align-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .large-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .row.large-is-collapse-child, .row.large-collapse > .column > .row, .row.large-collapse > .columns > .row {
        margin-left: 0;
        margin-right: 0;
    }
    .sticky-header-container {
        position: absolute;
        left: 0;
        right: 0;
    }
    h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .newsfeed {
        padding-top: 0;
    }
    .newsfeed .newsArticles li {
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .newsfeed .newsArticles li:nth-child(2), .newsfeed .newsArticles li:last-child {
        display: block;
    }
    .quote-special {
        font-size: 2.375rem;
    }

    /*~~~~~~ Homepage Content Section ~~~~~~*/
    .bg-main--home {
        /*background: url(../images/bg-main-content.jpg) center top no-repeat;*/
        padding-top: 2rem;
        height: 610px;
        position: relative;
        overflow: hidden;
        /*background: url(../images/parallax-main-content.jpg) center top no-repeat;
        background-attachment: fixed;*/
    }
    .plx-img {
        background: url(../images/parallax-main-content.jpg) center no-repeat;
        background-size: cover;
        height: 150%;
        position: absolute;
        top: -6%;
        width: 100%;
    }
    .bg-churchill {
        background: url(../images/bg-quote.jpg) center top no-repeat;
    }
    .exhibits {
        padding: 1rem 0 2rem;
    }
    .bg-exhibits {
        background: url(../images/bg-slider.jpg) center top no-repeat;
    }
    .bg-tours {
        background: url(../images/bg-tours.jpg) center top no-repeat;
    }
    .newsfeed > .row, .infocard {
        position: relative;
        z-index: 200;
        margin-top: -50px;
    }


    /*~~~~~~ Exhibits Section ~~~~~~*/
    .exhibits__slider .slide-txt {
        padding-right: calc(40% + .625rem);
        position: relative;
    }
    .exhibits__controls {
        width: 40%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .exhibits__slider .slide-txt, .exhibits__controls {
        height: 100px;
        overflow: hidden;
    }
    .exhibits__controls__arrow {
        padding: 2.25rem 0;
    }
    .infocard, .infocard.infocard--hasform {
        padding: 1.5rem;
    }

    .events {
        margin-top: -48px;
        padding-bottom: 60px;
    }
    .row.squeeze {
        margin-top: -65px;
        margin-bottom: -2rem;
    }
}

@media all and (min-width:1630px) {
    .plx-img {
        background: url(../images/parallax-main-content.jpg) 50% top no-repeat;
        top: -25%;
    }
}
