html,
body,
body p,
body li {
    font-size: 1rem
}

body a,
body a:visited {
    color: #329BB3;
    font-weight: bold;
}

body a:hover {
    text-decoration: underline;
}

body a:hover {
    color: #329BB3;
}

body {
    background: #fff;
}

.ehCurrentContent {
    overflow: auto;
}

header {
    padding-bottom: 1rem;
}

body h1 {
    margin: 3rem 0 1rem;
    font-size: 2.5rem;
    color: #65635C;
    font-weight: normal;
}

body h2 {
    font-size: 2.25rem;
    color: #65635C;
    margin-bottom: .25rem;
    font-weight: normal;
}

body h3 {
    font-size: 1.5rem;
    color: #65635C;
    font-weight: normal;
    margin-top: 2rem;

}

body h4 {
    font-size: 1rem;
    color: #65635C;
    font-weight: bold;
}

body p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
}

body a:focus {
    border: 2px solid #91C0CA !important;
}

#dnn_uxHeader_dnnLOGO_hypLogo {
    display: block;
}

.DnnModule-DNN_HTML ul,
.DnnModule-DNN_HTML ol {
    padding: 0 0 0 2rem;
    margin: 0 0 2rem 0;
}

.DnnModule-DNN_HTML li {
    font-size: 1.15rem;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .DnnModule-DNN_HTML ul {
        padding-left: 1.3rem
    }
}

.dnnPrimaryAction {
    background: #A5917E !important;
    color: #fff !important;
    text-shadow: none !important;
    border-color: #65635C !important;
    box-shadow: none !important;
    padding: 5px 20px;
    text-decoration: none !important;
    font-weight: normal;
    transition: .3s;
    margin-right: 5px;
}

.dnnPrimaryAction:hover {
    background: #AD9E90 !important;

}

.dnnSecondaryAction {
    background: #65635C !important;
    color: #fff !important;
    text-shadow: none !important;
    border-color: #65635C !important;
    box-shadow: none !important;
    padding: 5px 20px;
    text-decoration: none !important;
    font-weight: normal;
    transition: .3s;
    margin-right: 5px;
}

.ehActions a.aspNetDisabled {
    margin-right: 5px;
}

.dnnSecondaryAction:hover {
    background: #727069 !important;
}

#dnn_footerThree a {
    display: block;
}

#footerTop {
    background: #329BB3
}

#footerTop ul {
    margin: 0;
    padding-left: 0;
    padding: 20px 0 0;
}

#footerTop ul li {
    display: inline-block;
    margin-right: 3rem
}

#footerTop ul li a {
    color: #fff;
}

#footerMid {
    background: #f0f0f0;
    padding: 2rem 0 1rem;
}

#footerBottom {
    padding-top: 1rem;
}

#footerBottom p {
    font-size: .8rem
}

#dnn_dnnLogin_loginGroup {
    float: right
}

#dnn_dnnLogin_loginGroup a {
    font-size: .8rem
}


#dnn_SidebarRight h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}

#dnn_SidebarRight h3 i {
    opacity: .5;
    margin-right: .5rem;
}

.press-wrapper {
    background: #F0F0F0;
    border-radius: 4px;
    padding: 1rem;
    margin: 1rem 0 0 0;
}

#press h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    ;
}


#press h3 i {
    font-size: .75rem;
}

#press .date {
    margin: 0;
    font-size: 1.15rem;
}

.exhibition-detail h1 {
    margin-top: 0;
}

.exhibition-detail .exhibition-back {
    margin-top: 0rem;
}


/* Slider */
.slick-loading .slick-list {
    background: #A6917E url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .55;
    color: #A6917E;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -35px;
}

[dir='rtl'] .slick-prev {
    right: -35px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -35px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -35px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -70px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 50px;
}

.slick-dots {
    > li {
        display: inline-block;
    }
    > li:only-child {
        display: none;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


body .slick-track {
    display: flex;
}

body  .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.exhibition-detail .slick-slide img {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, .2);
    padding: 5px;
}

.exhibition-summary {
    padding-left: 2rem; 
}

@media (max-width: 768px) {
    .exhibition-summary {
    padding: 1rem 1rem
    }
}

.exhibition-summary h3 {
    margin-top: 0
}

.exhibition-hero,
#dnn_Heropane {
    padding: 0
}

.hero-div {
    min-height: 500px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 2rem;
}

.hero-div h1 {
    background: rgba(255, 255, 255, .8);
    position: relative;
    padding: 20px 30px;
    display: inline-block;
    font-size: 2.5rem;
    top: 155px;
    color: #65635C;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

.en::after {
    content: 'English';
    display: inline-block;
}

.es::after {
    content: 'Español';
    display: inline-block;

}

.language {
    float: none;
    margin: 0 5px 0 0;
}

.language.selected {
    display: none !important;
}

.DnnModule-DNN_HTML ol {
    margin: 0 0 1rem 1rem;
    padding: 0;
}

.language-object {
    margin-top: -5px;
    font-size: 1rem;
}

.exhibition-image img {
    width: 100%;
}


.skip-to-content-link {
    left: 50%;
    position: absolute;
    transform: translateY(-100%);
}

.skip-to-content-link {
    background: #329BB3 !important;
    height: 50px;
    color: #fff !important;
    left: 5%;
    padding: 10px 15px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 999
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}

@media (max-width: 992px) {

    .hero-div h1 {
        font-size: 1.5rem;
    }

    body h2 {
        font-size: 1.5rem;
    }

    body h3 {
        font-size: 1.25rem
    }

    body p {
        font-size: 1rem;
    }

    .mobile-logo img {
        width: 150px;
    }

    #dnn_footerMenu ul li {
        width: 48%;
        margin-right: 0;
        text-align: left;
        display: inline-block;
        ;
    }

    .nav-desktop {
        display: none
    }

    header {
        padding-bottom: 0
    }

    #mobileTranslation a {
        color: #fff;
        padding: 5px;
        display: block;
        font-weight: normal;

    }

    #mobileTranslation {
        background: #329BB3
    }

    .hero-div {
        min-height: 300px;
    }

    .hero-div h1 {
        top: 10px;
        padding: 1rem;
    }
}

.exhibition-image a {
    display: block;
}

.tfa-sub-method-name {
    margin-top: 100px
}

#home-exhibitions {
    margin-top: 2rem;
}

#home-exhibitions a {
    color: #fff !important;
    text-decoration: none !important;
}

#home-exhibitions p {
    color: #fff;
    margin-bottom: 0
}

#home-exhibitions p a {
    font-weight: normal
}

#home-exhibitions .exhibition-wrapper {
    padding: 0 0 2rem 2rem;
    background-size: cover !important;
    min-height: 400px;
    background-position: top center !important
}

#home-exhibitions .exhibition-wrapper h3 {
    margin-top: 0;
    color: #fff;
}

#home-exhibitions .exhibition-content {
    background: #329BB3;
    padding: 1rem;
    min-height: 150px;
    box-shadow: -8px 9px 0px -2px rgba(0, 0, 0, 0.15)
}

#home-exhibitions .exhibition-content {
    background-color: #329bb3;
    opacity: 1;
    background-size: 25px 25px;
    background-image: repeating-linear-gradient(45deg, rgba(222, 222, 222, 0.06) 0, rgba(222, 222, 222, 0.06) 2.5px, #329bb3 0, #329bb3 50%);
}

.tagline {
    font-size: 2rem;
    text-align: center
}

.tagline em {
    font-weight: bold;
    color: #A5917E;
    font-style: normal
}