/*
  Theme Name: Concord Museum
  Author: Sperling Interactive based on Todd Motto (@toddmotto)
  Author URI: http://sperlinginteractive.com
*/


/*------------------------------------*\
MAIN
\*------------------------------------*/


/* global box-sizing */

@font-face {
    font-family: 'LIVINGW';
    src: url('fonts/LIVINGW.TTF') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PER';
    src: url('fonts/PER.TTF') format("truetype");
    font-weight: normal;
    font-style: normal;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    font: 300 11px/1.4 'Rokkitt', serif;
    color: #4f5858;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.page-id-111 section.wrapper img,
.page-id-92 section.wrapper img {
    max-width: 300px;
    max-height: 400px;
    height: auto;
    width: auto;
}

a {
    color: #A93439;
    text-decoration: none;
}

a.backtonews {
    font-size: 1.5rem;
}

a.backtonews:before {
    content: '\f177';
    font-family: FontAwesome;
    margin-right: 6px;
    vertical-align: middle;
}

a.view-article {
    display: block;
    padding-top: 10px;
    width: fit-content;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

.text-center {
    text-align: center;
}

.vertical-spacing {
    padding: 50px 0;
}

.kimbiaDiv.joinnow.gift-of-membership.two_col.columnsPerPage1 {
    font-family: 'Roboto', sans-serif;
}

.red {
    color: #a9343a;
}


/*------------------------------------*\
STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
}


/* header */

.home-header {
    background-color: white;
    border-bottom: 3px solid #a93439;
    padding: 20px;
    padding-bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    width: 1280px;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
}

.header-right {
    float: right;
}

.social-media a {
    color: #a93439;
}

.social-media a:hover {
    opacity: 0.7;
}

.social-media {
    list-style-type: none;
    padding-left: 0;
    text-align: right;
    font-size: 3.5rem;
    margin: 0;
}

.social-media li {
    display: inline-block;
}

.social-media li:not(:first-child) {
    margin-left: 10px;
}

.home-header form {
    font-size: 1.8rem;
}

input.header-input {
    padding: 6px 10px;
    border: 0px;
    background: #eee;
    border: 1px solid #dcdcdc;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
}

input.header-input:focus {
    border: 1px solid #A9343A;
}

.header-submit {
    background: #A9343A;
    color: white;
    border-radius: 0px;
    border: 0;
    padding: 8px 10px;
    vertical-align: middle;
}

.header-social {
    position: fixed;
    right: 0;
    top: 130px;
    margin-top: 10px;
    margin-right: 10px;
    background-color: white;
    z-index: 5;
}

.header-social .social-media {
    padding: 13px 10px 10px 10px;
}

.header-social .social-media a {
    display: block;
}

.header-social .social-media li {
    display: block;
    line-height: 0;
    margin-left: 0;
    padding-bottom: 12px;
    text-align: center;
}

.header-social .social-media li:last-of-type {
    padding-bottom: 0;
}

.home .header-social {
    margin-top: 78px;
}


/* logo */

.logo {
    width: 300px;
    float: left;
}

.logo-img {
    width: 100%
}


/* admin bar */

.admin-bar .sticky-nav,
.admin-bar .sticky-nav.stuck,
.admin-bar #responsive-menu-button,
.admin-bar #responsive-menu-container {
    margin-top: 32px;
}


/* nav */

.nav {
    text-align: right;
    font-family: 'Roboto', sans-serif;
    margin-right: 30px;
    margin-left: auto;
    padding: 15px 0;
}

.nav-container {
    background: #fff;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    margin-top: 25px;
}

.nav ul li {
    display: inline-block;
    position: relative;
    padding: 10px 0;
}

.nav ul li:first-of-type {
    margin-left: 0;
}

.nav ul li:last-of-type {
    margin-right: 0;
}

.nav a {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    color: #444
}

.nav a:hover {
    background: #A9343A;
    color: white;
}

.nav .current-menu-item>a {
    background: #A9343A;
    color: white;
}

.sticky-nav {
    padding: 0;
    border-bottom: 3px solid #A9343A;
    background: white;
    position: fixed;
    height: auto;
    z-index: 9;
    width: 100%;
    opacity: 0;
    top: 0;
}

.sticky-nav,
.sticky-nav.stuck {
    transition: opacity .3s ease-in-out, top .3s ease-in-out;
}


/* .sticky-nav.stuck .nav ul li {
    padding-bottom: 23px;
} */

.sticky-nav.stuck {
    opacity: 1;
}

.sticky-nav .nav ul {
    margin-top: 0;
}

.sticky-logo {
    width: 50px;
    position: absolute;
    top: 5px;
}

.home-logo {
    width: 210px;
    position: relative;
    /* left: 25px; */
}

.sticky-logo img {
    width: 100%;
}

button.sticky-nav-search {
    background: transparent;
    border: 0;
    right: 2px;
    position: absolute;
    /* top: 0; */
    /* bottom: 25px; */
    width: 66px;
}

button.sticky-nav-search:hover+.sticky-nav-search-box {
    opacity: 1;
    visibility: visible;
}

button.sticky-nav-search i {
    font-size: 2rem;
    color: #A9343A;
}

.sticky-nav-search-box {
    display: block;
    background: #F5F5F5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    padding: 20px;
    font-size: 2rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.sticky-nav-search-box:hover,
.sticky-nav-search-box.show {
    opacity: 1;
    visibility: visible;
}

.sticky-nav-search-box input {
    border: 0;
    border-bottom: 1px solid #4f5858;
    background: transparent;
    width: 50%;
    padding: 0px;
    transition: padding .2s ease;
}

.sticky-nav-search-box input:focus {
    padding: 5px 10px;
}

.sticky-nav-search-box button {
    background: none;
    border: 0;
    color: #4f5858;
}


/* sub menu */

ul.sub-menu li ul.sub-menu {
    display: none;
}

.nav li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

ul.sub-menu {
    position: absolute;
    left: -10px;
    padding-left: 0;
    text-align: left;
    margin-top: 0px;
    opacity: 0;
    top: 40px;
    visibility: hidden;
    transition: all .3s ease;
    border-bottom: 3px solid #a93439;
    border-right: 3px solid #a93439;
    border-left: 3px solid #a93439;
    min-width: 100%;
    white-space: nowrap;
}

.sticky-nav.stuck ul.sub-menu {
    top: 45px;
}

ul.sub-menu li {
    margin: 0;
    display: block;
    background: white;
    padding: 0px !important;
}

.nav .sub-menu a {
    display: block;
    padding: 10px;
}

ul.sub-menu li:hover {
    background: #f5f5f5
}


/* sidebar */

.sidebar {}


/* footer */

.footer {
    background: #ddd;
    padding: 25px 0;
    font-family: 'Roboto', sans-serif
}

.footer strong {
    color: #a93439;
}

.footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%
}

.footer-column {
    float: left;
    margin: 0 20px;
    width: calc(25% - 30px);
}

.footer-column h3 {
    font-size: 2rem;
    margin: 0 0 10px 0;
}

.footer-column:last-child h3 {
    margin-bottom: 1.55em;
}

.footer-column:first-child {
    margin-left: 0;
}

.footer-column:last-child {
    margin-right: 0;
}

.footer-column:last-of-type a {
    color: #444444;
}

.footer-column ul {
    padding-left: 0;
    list-style-type: none;
}

.footer-column ul li {
    padding: 5px 0;
}

.footer-column ul a {
    font-size: 1.4rem;
    color: #A9343A;
    font-weight: 700;
}

.footer-column p {
    font-size: 1.4rem;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-social .social-media {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-subscribe-mailing-list {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 45px;
}

.footer-subscribe-mailing-list div,
.footer-subscribe-mailing-list p {
    font-size: 1.4rem;
}

.footer-subscribe-mailing-list label {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.footer-subscribe-mailing-list input[type="email"] {
    font-size: 1.4rem;
    padding: 10px 15px;
    border-radius: 0;
    border: none;
    height: 40px;
}

.footer-subscribe-mailing-list input[type="submit"] {
    color: white;
    font-size: 1.4rem;
    padding: 10px 15px;
    background-color: #a93439;
    border-radius: 0;
    border: none;
    height: 40px;
}

.footer-subscribe-mailing-list input[type="submit"]:hover {
    opacity: 0.7;
}

.copyright {
    text-align: center;
    margin: 0px;
    font-size: 1.4rem
}

.copyright a {
    text-decoration: underline
}

.inner-site-container {
    margin-top: 275px;
}

.page-id-835 .inner-site-container {
    margin-top: 205px;
}


/*------------------------------------*\
GENERAL
\*------------------------------------*/

.bg-title {
    color: white;
    background: #A9343A;
    padding: 10px 20px;
}

.frm_forms {
    max-width: 800px !important;
}

img[data-lazyloaded] {
    opacity: 0;
}

img.loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}


/*------------------------------------*\
HOME
\*------------------------------------*/

.featured-exhibition {
    background-size: cover;
    background-position: center;
    max-height: 700px;
    height: 50vh;
    position: relative;
    overflow: hidden;
}

.featured-exhibition-one {
    width: 100%;
}

.featured-exhibition-two {
    width: 50%;
    float: left;
}

.featured-exhibition-three {
    width: 33.333%;
    float: left;
}

.featured-exhibition-four {
    width: 25%;
    float: left;
}

.featured-exhibit-caption-wrapper {
    position: absolute;
    bottom: 0;
    height: 60px;
    transition: bottom .5s ease;
    width: 100%;
}

.featured-exhibit-caption {
    background-color: rgba(169, 52, 57, .8);
    top: 0;
    position: relative;
    padding: 0 15px 15px;
}

.featured-exhibit-caption h2,
.featured-exhibit-caption p {
    margin: 0;
    color: white;
}

.featured-exhibit-caption h2 {
    font-size: 1.8rem;
    text-align: center;
    padding: 15px 0;
}

.featured-exhibit-caption p {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
}

.featured-exhibit-view {
    text-align: right;
}

.featured-exhibit-view i {
    vertical-align: middle;
}

.outline-container {
    max-width: 800px;
    margin: 65px auto 25px auto;
    padding: 20px;
    border: 1px solid;
}

.outline-container h2 {
    font-size: 3rem;
    margin: 0;
    text-align: center;
}

.outline-container p {
    font-size: 2rem
}

.home-primary {
    max-width: 1200px;
    margin: auto;
    padding: 30px 5% 30px 5%;
    text-align: center;
}

.home-primary h1 {
    font-size: 42px
}

.home-primary .primary-image {
    width: 850px;
}

.home-primary .primary-logo {
    width: 460px;
    padding: 20px 0 25px 0;
}

.home-about {
    padding: 50px 5% 10px 5%;
    display: flex;
}

.home-about h2 {
    margin-top: 20px;
}

.home-about-column {
    border: 1px solid black;
    margin-bottom: 30px;
    text-align: center;
}

.home-about-column-image {
    padding: 4%;
}

.home-about-left {
    width: 31%;
    float: left;
    margin-left: 0%;
}

.home-about-center {
    width: 32%;
    float: left;
    margin-left: 3%;
}

.home-about-right {
    width: 31%;
    float: left;
    margin-left: 3%;
}

.home-about-right p {
    text-align: justify;
}

.home-about-text {
    font-size: 2rem;
    padding: 0 15px;
    margin-bottom: 20px;
}

.home-about-hours {
    float: left;
    white-space: nowrap;
    background: #f5f5f5;
    border: 1px solid #DDD;
    padding: 25px;
    margin-top: 25px;
    width: 100%;
}

.home-about-hours h3 {
    margin-top: 0;
}

.home-about-hours span {
    display: block;
    font-size: 2rem;
}

.home-about-hours span.red {
    color: #A93439;
}

.home-edu {
    padding: 50px 0 50px 0;
}

.upcoming-events {
    padding: 15px 5% 0 5%;
}

.upcoming-events h2 {
    font-size: 3rem;
    color: #A93439;
    text-transform: uppercase;
}

.view-calendar {
    clear: both;
    padding: 30px 30px 40px 30px;
    text-align: center;
}

a.view-calendar-button {
    clear: both;
    display: inline-block;
    color: white;
    background: #A93439;
    font-size: 2rem;
    padding: 10px 20px;
    transition: background .3s ease;
}

a.view-calendar-button:hover {
    background: #85292d;
}

a.button {
    color: white;
    background: #A93439;
    font-size: 2rem;
    padding: 10px 20px;
    transition: all .3s ease;
    border: 1px solid #A93439;
    display: inline-block;
}

a.button.white {
    background: white;
    color: #A93439;
    border: 1px solid white;
}

a.button.white:hover {
    background: rgba(255, 255, 255, .25);
    color: white;
}

a.button:hover {
    background: #85292d;
}

.neh-landmark {
    display: table;
    padding-top: 30px;
    clear: both;
}

.neh-landmark p {
    display: table-cell;
    vertical-align: middle;
}

.neh-landmark img {
    max-width: 140px;
    height: auto;
}

.neh-landmark .alignright {
    margin: 0 0 0 20px;
}

.neh-landmark .alignleft {
    margin: 0 20px 0 0;
}

.summary-annual-event {
    display: inline-block;
    padding-top: 20px;
}

.summary-annual-event h3 {
    font-size: 2rem;
    margin-top: 0;
}

.summary-annual-event-image-wrapper {
    float: left;
    padding-right: 20px;
}

.annual-event-box {
    border: 1px solid #ddd;
    display: inline-block;
    margin-top: 20px;
    padding: 20px;
    width: 100%;
}

.annual-events-summary {
    background: #f2f2f2;
    margin: 50px 0;
    padding: 20px;
    border: 1px solid #ddd;
}

.annual-events-summary-title {
    padding-bottom: 15px;
    border-bottom: 3px solid #A9343A;
}

.annual-event-image-wrapper {
    float: right;
    padding-left: 15px;
}

.event {
    width: 16.666%;
    float: left;
}

.event-image {
    height: 16.667vw;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 200px;
    border: 1px solid #9E9E9E;
}

.event:hover .overlay {
    opacity: 1;
    transition: all .3s ease;
}

.event .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(169, 52, 57, .7);
    opacity: 0;
}

.event-image:hover .event-date {
    padding-left: 15px;
    padding-bottom: 15px;
}

.event-date {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background: #A93439;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px;
    font-weight: 700;
    transition: padding-left .3s ease, padding-bottom .3s ease
}

.event-date span {
    display: block;
    line-height: 1.2;
}

.event-content {
    padding: 10px;
}

.event-content h3 {
    margin-top: 0;
    font-size: 2rem;
    color: #A93439;
}

.event-content p {
    margin: 0;
    font-size: 1.8rem;
}

.event .event-content {
    border-right: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
}

.event:nth-of-type(1) .event-content {
    border-left: 1px solid #9E9E9E;
}

.campaign-section {
    background-image: url('//devint.sperlinginteractive.com/clients/concordmuseum/wp-content/themes/concordmuseum/img/microsite-background.jpg');
    padding: 50px 0;
    color: white;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
}

.campaign-heading {
    text-align: center;
}

.campaign-heading h3 {
    font-size: 3rem;
    font-weight: 100;
    border-bottom: 2px solid white;
    display: inline-block;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 10px;
    color: white;
}

.campaign-heading h3 span {
    display: block;
    text-transform: uppercase;
    font-size: 4.5rem;
    font-weight: 700;
}

.campaign-tagline {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    margin-top: 0;
}

.campaign-content {
    font-size: 2rem;
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

.home-edu-right {
    width: 45%;
    float: right;
    margin-right: 5%;
}

.home-edu-left {
    width: 40%;
    float: left;
    margin: 0 5%;
}

.kids-slider .slick-slide {
    margin: 0 5px;
}

.kids-slider .slick-arrow {
    color: #A83338;
    position: absolute;
    top: -30px;
    font-size: 2.4rem;
    cursor: pointer
}

.kids-slider .fa-chevron-right.slick-arrow {
    right: 0;
}

.home-edu h2 {
    font-size: 3rem;
    color: #A93439;
    text-transform: uppercase;
}

.home-edu {
    font-size: 2rem;
}

.home-collection {
    position: relative;
}

.previous-overlay {
    background: rgba(169, 52, 58, .8);
    width: 10vw;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
}

.next-overlay {
    background: rgba(169, 52, 58, .8);
    width: 10vw;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
}

.collection-slider .slick-slide {
    max-width: 80vw;
    position: relative;
    height: 600px;
    background: #3c2a2a;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.collection-slider .slick-slide .big-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .2
}

.collection-slider .slick-slide img {
    display: block;
    max-width: 600px;
    top: 50px;
    position: relative;
    left: 50px;
    max-height: 600px;
    z-index: 3;
}

.collection-slider .slick-next {
    right: 4.5vw;
    z-index: 9;
}

.collection-slider .fa-chevron-left.slick-arrow {
    position: absolute;
    left: 4.5vw;
    color: white;
    z-index: 99;
    top: 50%;
    transform: translate(0, 50%);
    font-size: 3rem;
}

.collection-slider .fa-chevron-left.slick-arrow:hover,
.collection-slider .fa-chevron-right.slick-arrow:hover {
    cursor: pointer;
    opacity: .75
}

.collection-slider .fa-chevron-right.slick-arrow {
    position: absolute;
    right: 4.5vw;
    color: white;
    z-index: 99;
    top: 50%;
    transform: translate(0, 50%);
    font-size: 3rem;
}

.collection-content {
    position: absolute;
    z-index: 34;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 30px;
    width: 33%;
    border: 2px solid #4f5858;
}

.collection-content p {
    margin: 0;
    font-size: 1.8rem;
}

.collection-content h3 {
    color: #A9343A;
    font-size: 2.5rem;
    margin: 0;
}

.event-registration-image {
    max-width: 458px;
    padding-top: 30px;
}

.table-authors {
    width: 100%;
    text-align: center;
    max-width: 720px;
}

.table-authors td {
    padding: 30px 20px 20px 20px;
    width: 50%;
}

.table-authors tr:nth-last-of-type(2) td,
.table-authors tr:nth-last-of-type(1) td {
    padding: 20px 20px 20px 20px;
}

section.wrapper table.table-authors img {
    width: 200px;
    height: auto;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #A9343A;
}

.home-slider .slick-prev:before,
.home-slider .slick-next:before {
    text-shadow: black 0px 0px 5px;
}


/*------------------------------------*\
    HOMEPAGE SLIDER
\*------------------------------------*/

.home-slide {
    background-position: center;
    background-size: cover;
    position: relative;
    height: 80vh;
    text-align: center;
    width: 100%;
}

.home-slide img {
    display: block;
    object-fit: cover;
    min-height: 100%;
}

.home-slider .slick-prev {
    left: 20px !important;
    z-index: 5 !important;
    min-height: 100px;
    min-width: 50px;
}

.home-slider .slick-next {
    right: 20px !important;
    z-index: 1 !important;
    min-height: 100px;
    min-width: 50px;
}

.home-slider .slick-next:before,
.home-slider .slick-prev:before {
    opacity: 1;
}

.home-slider .slick-prev:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 6rem;
}

.home-slider .slick-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 6rem;
}

.home-slide.slick-slide {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 7.2rem;
    justify-content: center;
}

.home-slider-wrap .slider-caption {
    background: rgba(169, 52, 57, .8);
    color: white;
    position: absolute;
    display: table;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    width: 100%;
}

.home-slider-wrap {
    position: relative;
    margin-top: 150px;
}

.home-slider-wrap .slider-caption p {
    color: white;
    display: table-cell;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

.home-about-logo {
    text-align: center;
}

.home-about-logo img {
    max-height: 100px
}

.home-infographics {
    padding: 30px 0;
    text-align: center;
}

.home-infographics img {
    width: 300px;
}


/*------------------------------------*\
VISIT
\*------------------------------------*/

.visit-content {
    width: calc(100% - 325px);
    float: left;
}

.visit-content h2 {
    font-size: 2.5rem;
}

.visit-content h2 em {
    font-weight: 500;
}

.flexed-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
}

.flexed-container h2 {
    margin: 10px 5px 15px 5px !important;
}

.visit-hours {
    font-family: 'Roboto', sans-serif;
    width: 300px;
    float: right;
    padding: 20px;
    background: #f5f5f5;
    border: 1px solid #DDD;
}

.inner-site-container .visit-hours *:not(h2) {
    font-size: 16px;
}

.visit-hours h2 {
    font-size: 2rem;
    margin-top: 0;
}

.visit-hours ul {
    padding-left: 0;
    list-style-type: none;
    font-size: 1.8rem;
}

.visit-hours li.month {
    margin-top: 10px;
}

.admission-pricing {
    padding-left: 0;
    list-style-type: none;
    font-size: 1.8rem;
    max-width: 765px;
}

.admission-pricing li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}

.admission-pricing .cost {
    display: inline-block;
    float: right;
    padding-left: 20px;
    max-width: 170px;
}


/*------------------------------------*\
MEMBER MEET-UP
\*------------------------------------*/

.member-meet-up {
    padding-top: 10px;
}


/*------------------------------------*\
TRIBE EVENTS - SINGLE EVENT
\*------------------------------------*/

.event-details {
    padding-top: 20px;
}

.exhibition-overview {
    padding-top: 20px;
}

.single-tribe_events .page-title {
    padding-top: 12px;
}


/*------------------------------------*\
TRIBE EVENTS - CALENDAR
\*------------------------------------*/

#tribe-bar-views .tribe-bar-views-list {
    z-index: 1;
}

h2.tribe-events-list-separator-month {
    margin-top: 28px !important;
    margin-bottom: 20px !important;
}

.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
    padding-top: 0;
}

.tribe-events-list .type-tribe_events:first-of-type {
    margin-top: 0rem;
}


/*------------------------------------*\
FAQ
\*------------------------------------*/

.faq-wrap {
    margin-top: 50px;
}

.faq-list {
    float: left;
    width: 400px;
    background-color: white;
    padding: 0 10px 7px 10px;
}

.faq-list.stuck {
    position: fixed;
    top: 70px;
}

.faq-list.stuck.hide-overflow {
    overflow-y: scroll;
}

.faq-list.stuck.hit-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}

.faq-list ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.faq-list a {
    border: 1px solid;
    margin: 5px 0;
    padding: 10px;
    display: block;
}

.faq-list li a.active {
    background: #A9343A;
    border: 1px solid #A9343A;
    color: white;
}

.full-faqs {
    float: right;
    width: calc(95% - 400px);
}

.single-faq {
    padding-bottom: 100px;
}

.single-faq.membership {
    padding-bottom: 50px;
}

.single-faq.membership:first-of-type {
    margin-top: 30px;
}

.single-faq:first-of-type h2 {
    margin-top: 10px;
}

h2.single-faq__title {
    margin-bottom: 0;
}

.single-faq__text {
    font-size: 2.2rem;
}

.acquisition-band:nth-of-type(even) {
    background: #f5f5f5;
}

.acquisition-image {
    width: 25%;
    position: relative;
}

.acquisition-text {
    width: 70%;
}

.acquisition-image:hover .acquisition-overlay {
    opacity: 1;
}

.acquisition-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 19px;
    background: rgba(169, 52, 58, .7);
    opacity: 0;
    transition: opacity .3s ease;
}

.acquisition-overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 5rem;
}

.acquisition-band:nth-of-type(odd) .acquisition-image,
.acquisition-band:nth-of-type(even) .acquisition-text {
    float: right;
}

.acquisition-band:nth-of-type(even) .acquisition-image,
.acquisition-band:nth-of-type(odd) .acquisition-text {
    float: left;
}

.acquisition-meta {
    color: #A9343A;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    padding-left: 10px;
    border-left: 2px solid;
}

p.acquisition-view-more {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
}


/*------------------------------------*\
  MEMBERSHIP BENEFITS
\*------------------------------------*/

.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.responsive-table thead th {
    background-color: #A9343A;
    border: 1px solid #A9343A;
    font-weight: normal;
    text-align: center;
    color: white;
    white-space: nowrap;
    font-size: 1.4rem;
}

.responsive-table thead th:first-of-type {
    text-align: left;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

.responsive-table th,
.responsive-table td {
    padding: .5em;
    vertical-align: middle;
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 2px solid #A9343A;
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

.responsive-table tbody th[scope="row"] {
    background-color: #A9343A;
    color: white;
}

.responsive-table tbody td[data-type=currency] {
    text-align: right;
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75);
}

.responsive-table tbody td {
    text-align: right;
    border-bottom: 1px solid #A9343A;
    min-height: 37px;
    border-left: 1px solid #A9343A;
}


/*------------------------------------*\
  NOTIFICATION BAR
\*------------------------------------*/

#notification-bar {
    background: #85292C;
    color: white;
    text-align: center;
    padding: 0 30px;
}

#notification-bar a {
    color: white;
    text-decoration: underline;
}

.notification {
    padding: 5px;
}

.notification p {
    font-weight: 600;
}

.celebrate-page .columns {
    display: flex;
}

.celebrate-page .column {
    flex: none;
    width: 50%;
    display: block;
    padding: .75rem;
}

.celebrate-page .column.is-12 {
    width: 100%;
}

.celebrate-page h1 {
    font-family: 'LIVINGW';
    color: #527893;
    letter-spacing: 16.2px;
    font-size: 8rem;
    text-align: center;
    margin-bottom: 0px;
}

.celebrate-page h2 {
    text-align: center;
    margin-top: 0px;
    font-size: 3rem !important;
    text-transform: uppercase;
}

.celebrate-page h2 strong {
    font-size: 4.0rem;
}

.celebrate-page b.red {
    color: #b5121b;
}

.celebrate-page b.yellow {
    color: #deb406;
}

.celebrate-page .column {
    text-align: center;
}

.celebrate-page .column p {
    color: #527893;
    font-size: 3.2rem;
    font-family: 'PER';
    line-height: 1.1;
}

.celebrate-page h3 {
    font-family: 'LIVINGW';
    color: #527893;
    letter-spacing: 5.2px;
    font-size: 5rem !important;
    margin: 10px 0px;
}

.celebrate-page .celebrate-left-top-field img {
    width: 100%;
}

.celebrate-page .celebrate-left-top-field a {
    color: #527893;
}

.celebrate-page .celebrate_right_repeater-list {
    margin: 0px;
    padding: 0px;
}

.celebrate-page li {
    list-style: none;
}

.celebrate-page .box-with-background {
    background-color: #527893;
    padding: 5%;
}

.celebrate-page .box-with-background p {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.celebrate-page .box-with-background p:first-child {
    margin-top: 0px;
}

.celebrate-page .celebrate_right_repeater-list p {
    color: #b5121b;
    font-size: 2.5rem;
}

.celebrate-page .celebrate_right_repeater-list p strong {
    color: #527893;
    font-size: 3.2rem;
}

.celebrate-page .sponsort-list {
    display: block;
    text-align: left;
    margin-top: 70px;
}

.celebrate-page .sponsort-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.celebrate-page .sponsort-list ul li {
    width: 50%;
    padding: 5%;
}

.celebrate-page .sponsort-list span {
    color: #527893;
    width: 50%;
    display: block;
    text-align: left;
    font-size: 3.5rem;
}

.celebrate-page .sponsort-list a {
    width: 50%;
}

.celebrate-page .sponsort-list a:last-child {
    margin-top: 25px;
}

.celebrate-page .sponsort-list img {
    max-width: 300px;
    width: 100%;
}

.celebrate-page ul.celebrate_right_repeater-list li:first-child p {
    margin-top: 0px;
}

.celebrate-page .image-box img {
    width: 100%;
    max-width: 431px;
}


/*------------------------------------*\
  MEDIA QUERY
\*------------------------------------*/

@media (min-width: 75em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em;
    }
}

@media (min-width: 62em) {
    .responsive-table {
        font-size: 1.5rem;
    }
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 52em) {
    .responsive-table {
        font-size: 1.5rem;
    }
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
    .responsive-table tr {
        display: table-row;
    }
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: .5em;
    }
    .responsive-table caption {
        font-size: 1.5em;
    }
    .responsive-table tbody {
        display: table-row-group;
    }
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
    }
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: #f5f5f5;
    }
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
        font-size: 1.3rem;
        font-weight: normal;
    }
    .responsive-table tbody td {
        text-align: center;
    }
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}


/*------------------------------------*\
  COLLECTION SEARCH PAGE
\*------------------------------------*/


/* collection filters */

.collection-filters {
    font-family: 'Roboto', sans-serif;
    background: rgba(255, 255, 255, .95);
    border: 1px solid;
    position: absolute;
    left: 0;
    right: 0;
}

.collection-filters__title {
    color: #4f5858;
    margin: 0;
    padding: 15px;
}

.collection-filters__title:hover {
    cursor: pointer;
}

.collection-filters__title:after {
    content: '\f078';
    font-family: 'FontAwesome';
    float: right;
    transition: transform .2s ease;
}

.collection-filters__title.open:after {
    transform: rotate(180deg);
}

.collection-filters__content {
    display: none;
    padding: 15px 15px 50px;
}

.collection-filters__content.show {
    display: block;
}

.collection-filters .submit-filters,
.reset-filters {
    background: #A9343A;
    border: 0;
    color: white;
    font-size: 2rem;
    padding: 5px 15px;
    display: inline-block;
}

.reset-filters:focus {
    border: 0;
}

.collection-filters .loader {
    font-size: 2rem;
    color: #A9343A;
    animation: spin 1.5s linear 0s infinite;
    display: none;
    margin-left: 8px;
}

.form-buttons {
    position: absolute;
    bottom: 15px;
}

.collection-filters .loader.loading {
    display: inline-block;
}

.collection-not-found {
    margin-top: 25px;
    font-size: 2.6rem;
    color: #A9343A;
    border: 1px solid;
    padding: 10px;
    width: 600px;
    margin: 25px auto;
    line-height: 0;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.collection-filters .loader:after {
    content: '\f110';
    font-family: FontAwesome;
}

.tax-box {
    width: 50%;
    float: left;
}

.tax-list {
    padding-left: 0;
    list-style-type: none;
}

.tax-title {
    margin: 0;
    color: #4f5858;
}

.tax-list label {
    margin-left: 10px;
}

.tax-list input[type=checkbox] {
    display: none;
}

.tax-list input[type=checkbox]+label:before {
    font-family: FontAwesome;
    display: inline-block;
}

.tax-list input[type=checkbox]+label:before {
    content: "\f096";
}

.tax-list input[type=checkbox]+label:before {
    letter-spacing: 10px;
}

.tax-list input[type=checkbox]:checked+label:before {
    content: "\f046";
    color: #A9343A
}

.tax-list input[type=checkbox]:checked+label:before {
    letter-spacing: 7px;
}


/* collection search */

.collectionsearch {
    font-size: 2rem;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}

.collectionsearch button {
    background: #A9343A;
    color: white;
    border: 0;
    box-shadow: none;
    padding: 7px 10px;
    vertical-align: middle;
}

.collectionsearch input {
    padding: 6px 10px;
    border: 0px;
    background: #eee;
    border: 1px solid #dcdcdc;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
}

.collectionsearch input:focus {
    border: 1px solid #A9343A;
}


/* collection results */

.collection-results {
    margin-top: 85px;
}

.collection-box {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    width: calc(25% - 20px);
    margin: 10px;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    float: left;
}

.collection-box img {
    border: 1px solid #ddd;
}

.collection-box h2 {
    font-size: 2rem !important;
    transition: color .2s ease;
    margin-bottom: 0;
}

.collection-box h2:hover {
    color: #712327;
}

.collection-box .collection-meta__row {
    padding: 5px 0;
    font-size: 1.4rem;
}


/*------------------------------------*\
SINGLE COLLECTION PAGE
\*------------------------------------*/

.single-collection-container {
    padding: 50px 0;
}

.collection-image {
    width: 500px;
    float: left;
}

.collection-image p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    text-align: center;
}

.collection-info {
    width: calc(90% - 500px);
    float: left;
    margin-left: 5%;
}

.collection-info h1 {
    color: #A9343A;
    font-size: 3.5rem;
    margin: 0;
}

.collection-description {
    font-size: 1.8rem;
}


/* magnify js styles */

.magnify {
    /*  max-width: 500px;*/
    margin: 0 auto;
    /*  width: 100%;*/
    position: relative;
}

.magnify:hover {
    cursor: none;
}

.large {
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 100%;
    /*Multiple box shadows to achieve the glass effect*/
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    /*hide the glass by default*/
    display: none;
    background-repeat: no-repeat;
    background-color: white;
}

.small {
    display: block;
    /* max-width: 500px; */
    /* width: 100%; */
    max-height: 500px;
    /*  margin: 0 auto;*/
}


/* collection meta */

.collection-meta {
    font-family: 'Roboto', sans-serif;
}

.collection-meta__row {
    padding: 10px 0;
    font-size: 1.8rem;
}

.collection-meta__row {
    border-top: 1px solid #d2d2d2;
}

.collection-meta__row--left {
    width: 25%;
    float: left;
    font-weight: 700;
}

.collection-meta__row--right {
    width: 75%;
    float: left;
}


/*------------------------------------*\
  ARCHIVE COLLECTION
\*------------------------------------*/

.archive-collection-image {
    display: block;
    float: left;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
    width: 250px;
}

.archive-collection-col-left {
    float: left;
    width: 250px;
}

.archive-collection-col-right {
    float: left;
    width: calc(100% - 270px);
    margin-left: 20px;
}

.post-type-archive-collection article {
    display: inline-block;
}

.post-type-archive-collection .inner-site-container h2 {
    margin: 20px 0 0 0;
}

.post-type-archive-collection .pagination {
    text-align: center;
}

.post-type-archive-collection a.view-article {
    padding-top: 0;
}


/*------------------------------------*\
  PAGE WITH SUBNAV
\*------------------------------------*/

.tertiary-nav-wrap {
    width: 200px;
    float: left;
    margin-top: 52px;
}

.tertiary-nav {
    padding: 10px 10px 10px 25px;
    background: #f5f5f5;
    border: 1px solid #DDD;
    border-right: 4px solid #A9343A;
}

.tertiary-nav a,
a.parent-breadcrumb {
    color: #444;
}

.tertiary-nav .page_item_has_children {
    padding-bottom: 0;
    position: relative;
}

.page_item_has_children i {
    position: absolute;
    left: -19px;
    top: 9px;
    font-size: 1.4rem;
    cursor: pointer;
    color: #A9343A
}

a.parent-breadcrumb {
    font-family: 'Roboto';
    font-size: 2rem;
}

.has-subnav-wrap {
    width: calc(95% - 200px);
    float: right;
}

ul.inner-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem !important;
}

.inner-nav li {
    padding: 5px 0;
}

.inner-nav li ul.children {
    font-size: 1.4rem;
}

.inner-nav .current_page_item>a {
    color: #A9343A;
    font-weight: 600
}

.page-gallery {
    background: #f5f5f5;
    border: 1px solid #DDD;
    padding: 20px;
}

ul.inner-nav ul.children {
    list-style-type: none;
    font-size: 1.4rem;
    padding-left: 10px;
    display: none;
}

ul.inner-nav .current_page_item ul.children,
ul.inner-nav .current_page_parent ul.children,
ul.inner-nav .current_page_ancestor ul.children {
    display: block;
}

ul.inner-nav .current_page_item .page_item_has_children ul.children {
    display: none;
}

ul.inner-nav .current_page_ancestor ul.children .page_item_has_children.current_page_parent ul.children,
ul.inner-nav .current_page_ancestor ul.children .page_item_has_children.current_page_item ul.children {
    display: block;
}

ul.inner-nav .current_page_ancestor ul.children .page_item_has_children ul.children {
    display: none;
}

.page-gallery img {
    width: calc(25% - 10px);
    float: left;
    margin: 5px;
}

a.fixed-header-anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}


/*------------------------------------*\
  CURRENT EXHIBITION PAGE
\*------------------------------------*/

.exhibition-listing {
    width: calc(33.333% - 20px);
    float: left;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.exhibition-listing.current-exhibition {
    width: 100%;
    float: none;
    margin: 10px 0;
}

.exhibition-listing.permanent-listing {
    width: calc(25% - 10px);
    margin: 5px
}

.exhibition-listing:hover .exhibition-listing__meta {
    padding-left: 30px;
    padding-bottom: 30px;
}

.exhibition-listing:hover img {
    transform: scale(1.2);
}

.exhibition-listing img {
    transition: all .5s ease;
    position: relative;
    z-index: 1;
}

.exhibition-listing__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    font-size: 1.6rem;
    background: rgba(169, 52, 57, .8);
    color: white;
    font-family: 'Roboto', sans-serif;
    transition: all .3s ease;
    z-index: 2;
}

.exhibition-listing__meta__title {
    font-weight: 600;
    display: block;
}


/*------------------------------------*\
  SINGLE EXHIBITION PAGE
\*------------------------------------*/

.exhibition-overview-title {
    margin-bottom: 0;
}

.exhibition-overview p:first-child {
    margin-top: 0;
}

.single-exhibition-date {
    font-family: 'Roboto';
    font-size: 1.6rem;
    margin: 10px 0;
    display: block;
}

.single-exhibition-date a {
    text-decoration: underline;
}

.sponsor-box {
    padding: 20px;
    background: #f1f1f1;
    border: 1px solid #ddd;
}

.sponsor-box h3 {
    margin-top: 0;
}

.exhibition-sponsor {
    display: inline-block;
}

.exhibition-sponsor img {
    max-height: 150px;
    margin: 5px;
}

.sub-content-buttons {
    margin: 30px 0;
}

a.exhibit-sub-button.active {
    color: white;
    background: #A93439;
    font-size: 1.6rem;
    font-family: 'Roboto';
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #A93439;
}

a.exhibit-sub-button {
    color: #A93439;
    background: white;
    font-size: 1.6rem;
    font-family: 'Roboto';
    border: 1px solid #A93439;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
}

a.exhibit-sub-button:hover {
    color: white;
    background: #A93439;
}

a.exhibit-sub-button:first-of-type {
    margin-left: 0;
}

.sub-content img {
    vertical-align: middle;
}

.sub-content {
    display: none;
}

#sub-section-0 {
    display: block;
}

.exhibit-logo {
    margin: 0 auto;
    display: block;
}

.online-exhibit-logo.wrapper {
    padding-bottom: 20px;
    background: rgba(255, 255, 255, .9);
}

.single-online-exhibition .exhibit-logo {
    width: 100%;
}

.non-exhibition-featured-image.exhibit-logo {
    max-height: 400px
}


/*------------------------------------*\
  ONLINE EXHIBITIONS
\*------------------------------------*/

.white-wrapper {
    background: rgba(255, 255, 255, .9);
    padding: 0 100px;
}

ul.online-exhibition-nav>li {
    padding: 10px;
}

ul.online-exhibition-nav:hover ul.online-exhibition-nav-dropdown {
    display: block;
}

ul.online-exhibition-nav,
ul.online-exhibition-nav-dropdown {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem !important;
    background: #A9343A;
    color: white;
}

ul.online-exhibition-nav-dropdown {
    position: absolute;
    display: none;
    z-index: 2
}

div.online-exhibition-pagination {
    display: inline-block;
    margin-left: 15px;
    font-size: 1.5rem;
    font-family: 'Roboto Sans', sans-serif;
    font-weight: 500;
}

ul.online-exhibition-nav-dropdown li:hover {
    background: #85292d
}

ul.online-exhibition-nav-dropdown a {
    color: white;
    padding: 10px;
    display: block;
}

li.online-exhibition-nav-top-level {
    cursor: pointer;
    position: relative;
}

.single-online-exhibition .exhibition-overview-title {
    margin-top: 20px
}

.single-online-exhibition .wrapper {
    padding-top: 0;
}

.online-exhibition-media-wrap {
    flex-basis: calc(33.33% - 10px);
    margin: 5px;
}

p.caption {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    padding: 0 20px;
    margin: 5px 0 0;
}

.media-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.single-online-exhibition .page-title {
    margin-bottom: 15px;
}


/*------------------------------------*\
  BANNERS
\*------------------------------------*/

.banner {
    max-height: 500px;
    background-size: cover;
    background-position: center;
    margin-top: 68px;
    height: 50vw;
    min-height: 350px;
}

.banner.exhibition {
    max-height: 800px;
}

.exhibition-media h3 {
    margin: 0;
}

.exhibit-image {
    margin: 5px;
    height: 200px;
    float: left;
    background-size: cover;
    background-position: center;
}


/*
.exhibit-image.square {
  width: calc(20% - 10px);
}
*/

.exhibit-image.square {
    width: calc(33.333% - 10px);
}

.exhibit-image.square-wide {
    width: calc(30% - 10px);
}

.exhibit-video__wrap {
    width: calc(33.333% - 10px);
    float: left;
    margin: 5px;
}

.exhibit-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.exhibit-video iframe,
.exhibit-video object,
.exhibit-video embed,
.exhibit-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*------------------------------------*\
  TYPOGRAPHY
\*------------------------------------*/

h1,
h2,
h3 {
    font-family: 'Roboto', sans-serif;
    color: #A9343A;
}

.inner-site-container h2 {
    font-size: 2.5rem;
    margin: 10px 0 0 0;
}

.inner-site-container h3 {
    font-size: 2rem;
}

.inner-site-container ul {
    font-size: 2rem;
    margin-top: 0;
}

.page-title,
.single-tribe_events .tribe-events-single-event-title {
    font-size: 3.5rem;
    color: #A9343A;
    margin: 0;
    border-bottom: 3px solid #A9343A;
}

div,
p {
    font-size: 2rem;
}

.current-season {
    margin-top: 20px
}


/*------------------------------------*\
  WP Jobs
\*------------------------------------*/

div.job_listings {
    font-size: 1.8rem;
}

.job_listings .company_logo {
    display: none;
}

ul.job_listings li.job_listing a div.position {
    padding-left: 0;
}

.location {
    display: none;
}

.single_job_listing .application .application_button {
    font-size: 1.8rem;
    text-transform: lowercase;
}

.single_job_listing .application .application_button:hover,
.single_job_listing .application .application_button:focus {
    background-color: white;
    border: 1px solid #a12c2f;
}

.job-manager .full-time,
.job-types .full-time,
.job_listing .full-time,
.job-manager .part-time,
.job-types .part-time,
.job_listing .part-time,
.job-manager .internship,
.job-types .internship,
.job_listing .internship {
    color: #A9343A;
}

.single_job_listing .meta .full-time,
.single_job_listing .meta .part-time,
.single_job_listing .meta .internship {
    background-color: #A9343A;
}


/*------------------------------------*\
  WP Jobs Manager
\*------------------------------------*/

.job_filters {
    background: #a12c2f;
}

.job_filters .search_jobs {
    padding: 2em 4em;
}

.job_filters .search_jobs input,
.job_filters .search_jobs select {
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    padding: 10px;
}

.rp4wp-related-job_listing>ul li.job_listing,
.rp4wp-related-job_listing>ul li.no_job_listings_found,
ul.job_listings li.job_listing,
ul.job_listings li.no_job_listings_found {
    border: solid 1px #d8d8d8;
    border-top: none;
}

ul.job_listings li.no_job_listings_found.no_job_listings_found {
    border-bottom: 1px solid #d8d8d8;
}

.job_filters .job_types {
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    font-size: 13px;
}

.job_filters .job_types li {
    border-right: 1px solid #d8d8d8;
}

.job_filters .job_types li:last-child {
    border-right: 1px solid #d8d8d8;
}

.rp4wp-related-job_listing>ul,
ul.job_listings {
    border-top: 1px solid #d8d8d8;
}

.job_filters .showing_jobs {
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

.job_listings input[type=checkbox],
.job_listings input[type=radio] {
    font-size: 16px;
    margin-right: 1px;
}

.job_listings label {
    font-size: 16px;
}


/*------------------------------------*\
  CONTACT
\*------------------------------------*/

.contact-map {
    height: 500px
}

.contact-form {
    max-width: 500px;
}


/*------------------------------------*\
  NEWS
\*------------------------------------*/

.wrapper.news {
    max-width: 1200px
}

.blog-feed-wrap {
    padding: 30px 0;
}

.articles-wrap {
    width: calc(98% - 300px);
    float: left;
}

.news-sidebar,
.press-sidebar {
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #DDD;
    border-left: 4px solid #A9343A;
}

.news-sidebar-wrap,
.press-sidebar-wrap {
    width: 300px;
    float: right;
    margin-top: 52px;
}

.news-sidebar ul,
.press-sidebar ul {
    padding-left: 0;
    list-style-type: none;
}

.news-sidebar .widget_recent_entries li,
.press-sidebar .widget_recent_entries li {
    padding: 5px 0;
}

.news-sidebar .widget_recent_entries li:not(:last-child),
.press-sidebar .widget_recent_entries li:not(:last-child) {
    border-bottom: 1px solid #bdbaba;
}

.news-sidebar h3,
.press-sidebar h3 {
    margin: 0;
}

a.news-cat {
    background: #A93439;
    color: white;
    padding: 5px;
    font-size: 1.5rem;
    display: inline-block;
}

.news-date {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-style: italic;
}

.news-image-wrapper {
    padding-top: 10px;
}

.news-image {
    display: inline-block;
}

.pagination {
    font-size: 2rem;
}

.page-numbers.current {
    background: #A9343A;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
}

.news-text {
    font-size: 2rem;
    margin-top: 15px;
}

.news-text p:first-of-type {
    margin-top: 0;
}


/*------------------------------------*\
  SEARCH
\*------------------------------------*/

.search-results-wrapper {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
}

article.search-result {
    background: #f5f5f5;
    border: 1px solid #DDD;
    margin: 20px 0;
    padding: 35px 20px 20px;
    position: relative;
}

.search-label {
    position: absolute;
    top: 0;
    right: 0;
    background: #A9343A;
    padding: 10px;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}


/*------------------------------------*\
  WOOCOMMERCE
\*------------------------------------*/

.inner-site-container .woocommerce {
    margin-top: 20px;
}

form.woocommerce-ordering,
form.checkout.woocommerce-checkout input,
form.checkout.woocommerce-checkout .select2 {
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
}

body.woocommerce-page,
body.woocommerce-page address p {
    font-size: 1.6rem
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    background-color: #A9343A;
    transition: background .3s ease;
    color: white;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: white;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #85292d;
    color: white;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 1.5rem
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
    display: block;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #A93439;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: white;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #4f5858;
}

p.stars a {
    color: #A93439;
}


/*------------------------------------*\
  404
\*------------------------------------*/

.contain-404 {
    text-align: center;
    margin: 50px auto;
}

.contain-404 img {
    max-width: 275px;
    width: 80%
}

.title-404 {
    font-size: 4rem;
    margin-bottom: 0;
}

.contain-404 a {
    color: #A83338;
    font-size: 1.8rem;
}

.contain-404 a i {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 1.4rem;
}


/*------------------------------------*\
  SINGLE POST
\*------------------------------------*/

.single-post .wrapper ol,
.single-post .wrapper ul {
    font-size: 1.8rem;
}


/*------------------------------------*\
  ABOUT PAGE
\*------------------------------------*/

.image-separator {
    height: 400px;
    background-size: cover;
    background-position: center bottom;
}


/*------------------------------------*\
  STAFF PAGE
\*------------------------------------*/

.leadership-wrapper {
    padding-top: 15px;
}

.left-content {
    width: 49%;
    float: left;
}

.right-content {
    width: 49%;
    float: right;
}


/*------------------------------------*\
  CHILDREN'S LITERATURE PAGE
\*------------------------------------*/

.page-template-template-childrens-literature .inner-site-container,
.page-id-7520 .inner-site-container {
    margin-top: 180px;
}

.cl-banner {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
}

.cl-content-container h3 {
    color: #4f5858;
}

.per-section {
    margin: 30px 0;
}

.per-img {
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 600px;
    height: 30vw;
    width: 33.33%;
}

.page-title-logo {
    text-align: center;
}

.page-title-logo img {
    max-width: 300px;
    min-width: 250px;
    width: 30vw;
}

.per-img:nth-child(2) {
    background-size: contain;
}

.sponsors-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.per-sponsor {
    width: 40%;
    margin: 50px 20px 0;
}

.sponsors-inner h3 {
    background: #ddd;
    text-align: center;
    margin: 5px 0;
    padding: 10px 0;
}

.sponsor-img {
    padding: 10px 30px;
}

.tag-line h2 {
    text-align: center;
    margin: 40px 0 0;
}

.honorary-chair-wrap {
    background: #ddd;
}

.honorary-chair-wrap .wrapper {
    padding: 20px 0;
}

.honorary-chair-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
    align-items: center;
}

.honorary-img {
    width: 25%;
}

.honorary-copy-cont {
    width: 75%;
    padding: 0 15px;
}

.story-part-inner-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.per-button {
    width: 25%;
    margin: 25px 0;
}

.per-button-wrap {
    padding: 15px;
}

.per-button-wrap .per-button-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    max-height: 400px;
    min-height: 250px;
    height: 15vw;
    padding: 25px 20px;
    text-align: center;
}

.per-button-wrap .per-button-inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    transition: .3s ease;
}

.per-button-wrap a:hover .per-button-inner::before {
    background-color: rgba(133, 41, 44, .9);
    transition: .3s ease;
}

.per-button-wrap a .per-button-inner h4,
.per-button-wrap a:hover .per-button-inner h4 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: 2.3rem;
}

.per-button-wrap a .per-button-inner p,
.per-button-wrap a:hover .per-button-inner p {
    position: relative;
    z-index: 1;
    margin: 15px 0;
    line-height: 1;
    color: #fff;
}

.booklist-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.per-book {
    width: 33.33%;
}

.per-book-inner {
    margin: 20px 15px;
    text-align: center;
}

.per-book-inner img {
    height: 250px;
}

.per-book-inner h4 {
    color: #85292C;
    margin: 15px 0 5px;
}

.per-book-inner p {
    margin: 5px 0;
    line-height: 1;
    font-size: 1.8rem;
}

.single-literature-container {
    margin-top: 180px;
}

.video-container {
    text-align: center;
}

.single-literature-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-literature-inner .book-cover {
    width: 30%;
    margin: 50px 20px;
}

.book-details {
    width: 60%;
    margin: 50px 20px;
}

.book-details p {
    margin-top: 0;
}

.video-container iframe {
    width: 100%;
    height: 530px;
}


/*------------------------------------*\
  Virtual Exhibit
\*------------------------------------*/

.april-19-1775-exhibit .inner-site-container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.virtual-tour {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 100px 0 50px;
    padding: 50px;
}


/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 400px) {
    .inner-site-container {
        margin-top: 250px;
    }
}

@media only screen and (min-width:768px) {
    .home-slider-wrap .slider-caption {
        position: absolute;
        display: table;
        z-index: 2;
        width: 100%;
        bottom: 0;
    }
    .home-slider-wrap .slider-caption p {
        font-size: 2.8rem;
        display: table-cell;
    }
}

@media only screen and (min-width:769px) {
    .inner-site-container {
        margin-top: 178px;
    }
}

@media only screen and (max-width: 1440px) {
    .nav a {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1420px) {
    .header-social {
        position: absolute;
    }
}

@media only screen and (max-width: 1400px) {
    .sticky-nav ul li {
        margin: 0;
    }
}

@media only screen and (max-width: 1320px) {
    button.sticky-nav-search i {
        font-size: 1.5rem;
    }
    .nav a {
        font-size: 1.5rem;
        padding: 10px 8px;
    }
    .nav {
        margin-top: 4px;
    }
    .sticky-nav.stuck ul.sub-menu {
        top: 41px;
    }
}

@media only screen and (max-width:1280px) {
    .home-header {
        width: 95%;
    }
    .nav ul li {
        margin: 0;
    }
}

@media only screen and (max-width: 1240px) {
    button#responsive-menu-button {
        top: 90px !important;
    }
    button.sticky-nav-search {
        right: 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .collection-meta__row--left,
    .collection-meta__row--right {
        float: none;
        width: 100%;
    }
    .sticky-nav-search {
        display: none;
    }
}

@media only screen and (max-width:1140px) {
    button#responsive-menu-button {
        right: 8px !important;
    }
}

@media only screen and (max-width:1100px) {
    .event:nth-of-type(5),
    .event:nth-of-type(6) {
        display: none;
    }
    .event {
        width: 25%;
    }
    .event-image {
        height: 25vw
    }
    .event-date {
        font-size: 2rem;
        padding: 10px 15px;
    }
    .event-image:hover .event-date {
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .collection-content {
        width: 50%;
    }
    .collection-content h3 {
        font-size: 1.8rem;
    }
    .collection-content p {
        font-size: 1.6rem;
    }
    .collection-content a.button {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width:1024px) {
    .header-right {
        margin-top: 35px;
    }
    .white-wrapper {
        padding: 0 50px
    }
    .per-button {
        width: 50%;
    }
    .per-book {
        width: 50%;
    }
    .honorary-img {
        width: 35%;
    }
    .honorary-copy-cont {
        width: 65%;
        padding-top: 20px;
    }
}

@media only screen and (max-width:1000px) {
    .home-about-image {
        display: block;
        clear: both;
        float: none;
        padding-bottom: 30px;
        width: 100%;
    }
    .home-about {
        display: block;
    }
    .home-about-left,
    .home-about-center,
    .home-about-right {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
    }
    .home-about-text {
        width: 100%;
    }
    .home-about-hours {
        margin-bottom: 25px;
    }
    .home-edu-image {
        display: none;
    }
    .home-edu-left {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0 5%;
        padding-bottom: 30px;
    }
    .home-edu-right {
        width: 90%;
        margin: 40px auto 0;
        float: none;
    }
    .collection-image {
        float: none;
        max-width: 100%;
        width: 100%;
        padding: 0 25px;
    }
    .collection-image .small {
        height: auto;
    }
    .collection-info {
        width: 95%;
        float: none;
        margin: 0 auto;
        ;
    }
    .exhibition-listing {
        width: calc(50% - 20px);
    }
    .exhibition-listing.permanent-listing {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .collection-box {
        width: calc(33.333% - 20px);
    }
    .page-gallery img {
        width: calc(33.33% - 10px);
        float: left;
        margin: 5px;
    }
    .view-calendar {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width:950px) {
    .collection-slider .slick-slide {
        max-width: 100vw;
    }
    .previous-overlay,
    .next-overlay {
        display: none;
    }
    .acquisition-image {
        width: 40%;
    }
    .acquisition-text {
        width: 55%;
    }
    .faq-list {
        display: none
    }
    .full-faqs {
        float: none;
        width: 100%;
    }
    .single-faq {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:925px) {
    .home-header {
        padding: 20px;
    }
    .featured-exhibition {
        max-height: 450px;
        height: 50vh;
    }
    .featured-exhibition-two,
    .featured-exhibition-three,
    .featured-exhibition-four {
        width: 100%;
    }
    .featured-exhibit-link:nth-of-type(2) .featured-exhibition-two,
    .featured-exhibit-link:nth-of-type(2) .featured-exhibition-three,
    .featured-exhibit-link:nth-of-type(2) .featured-exhibition-four {
        display: block;
    }
}

@media only screen and (max-width:900px) {
    .exhibit-image.square-wide,
    .exhibit-image.square,
    .exhibit-video__wrap {
        width: calc(50% - 10px);
    }
    .book-details,
    .book-cover {
        margin: 50px 10px;
    }
}

@media only screen and (max-width:860px) {
    .outline-container {
        margin: 65px 20px 25px 20px;
    }
}

@media only screen and (max-width:850px) {
    .event {
        width: 50%;
    }
    .white-wrapper {
        padding: 0 20px
    }
    .event:nth-of-type(3) .event-content {
        border-left: 1px solid #9E9E9E;
    }
}

@media only screen and (max-width:835px) {
    button#responsive-menu-button {
        top: 115px !important;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky-nav,
    .admin-bar .sticky-nav.stuck,
    .admin-bar #responsive-menu-button,
    .admin-bar #responsive-menu-container {
        margin-top: 46px;
    }
    html #wpadminbar {
        position: fixed;
    }
}

@media only screen and (max-width:768px) {
    .tertiary-nav-wrap {
        display: none;
    }
    .has-subnav-wrap {
        width: 100%;
        float: none;
    }
    /*
    section.wrapper img {
        max-width: 40%;
        height: auto;
    }
*/
    section.wrapper .annual-event-image-wrapper img {
        max-width: 100%;
        height: auto;
    }
    section.wrapper .neh-block img {
        max-width: 140px;
        width: auto;
        height: auto;
    }
    .single-online-exhibition section.wrapper img {
        max-width: 100%;
        height: auto;
    }
    .right-content,
    .left-content {
        width: 100%;
        float: none;
    }
    .per-sponsor {
        width: 100%;
    }
    .per-button {
        width: 100%;
    }
    .per-book {
        width: 100%;
    }
    .single-literature-inner .book-cover {
        text-align: center;
        margin: 40px 15px 20px;
        width: 100%;
    }
    .book-cover img {
        max-width: 400px;
    }
    .book-details {
        width: 100%;
        margin: 20px 15px;
    }
    .honorary-img {
        width: 100%;
        text-align: center;
    }
    .honorary-copy-cont {
        width: 100%;
    }
}

@media only screen and (max-width:750px) {
    .home-header {
        width: 100%;
    }
    .logo {
        width: 250px
    }
    .home-about-hours {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .footer-column:nth-of-type(1),
    .footer-column:nth-of-type(2),
    .footer-column:nth-of-type(3) {
        display: none;
    }
    .footer-column:last-child {
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }
    .visit-hours,
    .visit-content {
        float: none;
        width: 100%;
    }
    .collection-box {
        width: calc(50% - 20px);
    }
    .articles-wrap {
        width: 100%;
        float: none;
    }
    .news-sidebar-wrap,
    .press-sidebar-wrap {
        display: none;
    }
    section.wrapper img {
        max-width: 100%;
    }
    .acquisition-image,
    .acquisition-text {
        width: 100%;
        float: none;
    }
    .media-flex {
        display: block;
    }
}

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

@media screen and (max-width:600px) {
    a.view-calendar {
        left: 0;
    }
    .event {
        width: 100%;
    }
    .event .event-content {
        border-left: 1px solid #9E9E9E;
        border-bottom: 0px solid #9E9E9E;
    }
    .event:nth-of-type(4) .event-content {
        border-bottom: 1px solid #9E9E9E;
    }
    .home-collection {
        display: none;
    }
    .header-right {
        display: none;
    }
    .exhibit-video__wrap {
        width: 100%;
        float: none;
        margin: 5px 0;
    }
    a.exhibit-sub-button,
    a.exhibit-sub-button.active {
        display: block;
        margin: 5px 0;
    }
    .exhibition-listing {
        width: 100%;
        margin: 10px auto;
        float: none;
    }
    .exhibition-listing.permanent-listing {
        width: 100%;
        margin: 10px auto;
        float: none;
    }
    .page-template-page-has-subnav section.wrapper img,
    .page-id-111 section.wrapper img,
    .page-id-92 section.wrapper img {
        display: block;
        float: none;
    }
    .archive-collection-image {
        float: none;
    }
    .archive-collection-col-right {
        float: none;
        clear: both;
        margin-left: 0;
        width: 100%;
    }
    .home-slide {
        height: 80vh;
    }
}

@media only screen and (max-width:480px) {
    div,
    p,
    li,
    span {
        font-size: 1.6rem;
    }
    .home .header-social {
        display: none;
    }
    .social-media li {
        font-size: 2.5rem;
    }
    button#responsive-menu-button {
        right: 4px !important;
        top: 95px !important;
    }
    .annual-event-image-wrapper {
        float: none;
        max-width: 200px;
        padding-bottom: 20px;
        padding-left: 0;
    }
    .summary-annual-event-image-wrapper {
        float: none;
        max-width: 200px;
        padding-bottom: 20px;
        padding-right: 0;
    }
}

@media only screen and (max-width:379px) {
    button#responsive-menu-button {
        top: 115px !important;
    }
}

@media only screen and (max-width:320px) {}


/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}


/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    .home-slider {
        display: none;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media only screen and (max-width:1200px) {
    .celebrate-page .sponsort-list {
        display: block;
    }
    .celebrate-page .sponsort-list span {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .sponsort-list {
        margin-top: 20px;
    }
    .celebrate-page .sponsort-list a {
        width: 100%;
        margin-bottom: 10px;
        display: inline-block;
    }
}

@media only screen and (max-width:769px) {
    .celebrate-page .columns {
        display: block;
    }
    .celebrate-page .column {
        width: 100%;
    }
    .celebrate-page h1 {
        letter-spacing: 5.2px;
        font-size: 5rem;
    }
    .celebrate-page .image-box {
        margin-bottom: 25px;
    }
    .celebrate-page h2 {
        font-size: 2rem !important;
    }
    .celebrate-page h2 strong {
        font-size: 2.4rem;
    }
    .celebrate-page h3 {
        font-size: 3rem !important;
    }
    .celebrate-page .column p,
    .celebrate-page .celebrate_right_repeater-list p strong {
        font-size: 2.2rem;
    }
    .celebrate-page .celebrate_right_repeater-list p {
        font-size: 2rem;
    }
}

@media only screen and (max-width:376px) {
    .celebrate-page h1 {
        letter-spacing: 5.2px;
        font-size: 4rem;
    }
}