* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.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;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
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;
}
cite {
    font-style: italic;
}
.wp-caption {
    max-width: 100%;
    background: #eee;
}
.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%}
.wp-caption p.wp-caption-text {
    font-size: .85em;
    margin: 2px 0 7px;
    text-align: center;
}
.wp-caption.alignleft {
    margin-right: 20px;
}
.wp-caption.alignright {
    margin-left: 20px;
}
.gallery dl {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%}
.gallery dl img {
    border: 2px solid #cfcfcf;
}
body.admin-bar .navbar-fixed-top {
    top: 46px;
}
@media (min-width:783px) {
    body.admin-bar .navbar-fixed-top {
        top: 32px;
    }
}
.h1, h1 {
    margin: 0 0 30px;
    font-weight: 700;
}
.h2, h2 {
    margin: 0 0 30px;
    font-weight: 700;
}
.h3, h3 {
    font-weight: 700;
    margin: 0 0 20px;
}
@font-face {
    font-family: DIN;
    font-weight: 500;
    src: url(../library/font/DIN-Black.eot);
    src: url(../library/font/DIN-Black.eot?#iefix) format('embedded-opentype'), url(../library/font/DIN-Black.woff2) format('woff2'), url(../library/font/font/DIN-Black.woff) format('woff'), url(../library/font/DIN-Black.ttf) format('truetype'), url(../library/font/font/DIN-Black.svg#svgFontName) format('svg');
}
@font-face {
    font-family: DIN;
    src: url(../library/font/DIN-Regular.eot);
    src: url(../library/font/DIN-Regular.eot?#iefix) format('embedded-opentype'), url(.../library/font/DIN-Regular.woff2) format('woff2'), url(../library/font/DIN-Regular.woff) format('woff'), url(../library/font/DIN-Regular.ttf) format('truetype'), url(../library/font/DIN-Regular.svg#svgFontName) format('svg');
}
:focus {
    outline: 0!important;
}
body, html {
    font-family: DIN;
    overflow-x: hidden;
}
#main-press h6, #press-slider h5, .hm-press-lnk h6, .hm-press-lnk-hvr span, a, button, input[type=reset], input[type=submit] {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    outline: 0;
}
a:not(.hm-press-lnk-hvr):not(.logo):not(.zoom-img--thumbnail):not(.mob-clndr-container):not(.em-calnav):not(.close-modal):not(.no-opacity) {
    position: relative;
    text-decoration: none;
}
@media (min-width:992px) {
    a: not(.hm-press-lnk-hvr):not(.logo):not(.zoom-img--thumbnail):not(.mob-clndr-container):not(.em-calnav):not(.close-modal):not(.no-opacity) {
        opacity: .7;
    }
}
a:not(.hm-press-lnk-hvr):not(.logo):not(.zoom-img--thumbnail):not(.mob-clndr-container):not(.em-calnav):not(.close-modal):not(.no-opacity):active, a:not(.hm-press-lnk-hvr):not(.logo):not(.zoom-img--thumbnail):not(.mob-clndr-container):not(.em-calnav):not(.close-modal):not(.no-opacity):focus, a:not(.hm-press-lnk-hvr):not(.logo):not(.zoom-img--thumbnail):not(.mob-clndr-container):not(.em-calnav):not(.close-modal):not(.no-opacity):hover {
    text-decoration: none;
    opacity: 1;
}
.fullbg {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover!important;
}
@media (max-width:992px) {
    .hide-for-mob {
        display: none!important;
    }
}
@media (min-width:992px) {
    .show-for-mob {
        display: none!important;
    }
}
.center-dflex {
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.dflex-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.dflex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.dflex .dleft {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.dflex .dright {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
@media (max-width:992px) {
    .is-sticky {
        transform: translateY(-100%);
        border-bottom: 1px solid #444;
        background: rgba(0, 0, 0, .7);
    }
}
.is-sticky .navbar-inverse {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
}
.of-auto {
    border-bottom: 1px solid #444;
    background: rgba(0, 0, 0, .7);
}
header .is-fixed {
    position: fixed;
    transform: translateY(0);
    transition: all .5s ease-out;
}
header .is-fixed .navbar {
    padding: 10px 0;
}
.my-content p {
    font-weight: 300;
}
.my-content ul {
    padding: 0;
}
.my-content ul>li {
    list-style: none;
    padding-left: 37px;
    background: url(../library/images/check-ic.png) no-repeat left 2px;
    background-size: 27px;
    margin-bottom: 10px;
}
@media (max-width:992px) {
    .my-content ul>li {
        background-size: 21px;
        padding-left: 31px;
    }
}
.df-list {
    list-style: none;
    margin: 0;
}
@media (max-width:768px) {
    .df-list {
        padding: 0;
    }
}
.phone-ic {
    background-image: url(../library/images/phone-ic.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 30px;
    color: #233d99;
    font-weight: 700;
}
.phone-ic:focus, .phone-ic:hover {
    text-decoration: none;
    color: #233d99;
}
.gry-btn {
    display: inline-block;
    background: #adb8c1;
    color: #fff;
    font-weight: 300;
    padding: 10px 22px;
    font-size: 17px;
}
@media (min-width:992px) {
    .gry-btn {
        font-size: 21px;
    }
}
.gry-btn:active, .gry-btn:focus, .gry-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #bcc5cc;
}
#comments {
    margin-bottom: 20px;
}
#comments>h3 {
    line-height: 1;
    margin: 0;
}
#comments .comment-container {
    padding: 20px 20px;
    border-bottom: 1px solid #eee;
}
.comment-content {
    width: 88%;
    margin-left: 2%;
    float: left;
}
.comment-nav {
    padding: 10px 20px;
}
.comment-nav ul li {
    list-style-type: none;
}
.commentlist {
    padding-left: 0;
}
.commentlist ol {
    margin: 0;
}
.commentlist li:last-child {
    margin-bottom: 0;
}
.commentlist li ul.children {
    margin: 0;
}
.commentlist li[class*=depth-] {
    margin-top: 1.1em;
}
.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}
.commentlist li:not(.depth-1) {
    margin-top: 0;
    padding-bottom: 0;
}
.commentlist .odd {
    background: #fcfcfc;
}
.commentlist .even {
    background: #f9f9f9;
}
.commentlist .comment {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
}
.commentlist .comment iframe, .commentlist .comment img {
    max-width: 100%}
.commentlist .children article {
    border-left: 1px solid #eee;
}
.commentlist .bypostauthor {
    background: #eff5fb;
}
.commentlist .comment-author {
    width: 10%;
    float: left;
}
.commentlist .comment-author img {
    width: 100%;
    height: auto;
}
.commentlist .alert {
    margin: 10px 0 0 82px;
}
.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}
.commentlist .vcard time {
    float: right;
}
.commentlist .vcard time a {
    color: #999;
    text-decoration: none;
}
.commentlist .vcard time a:hover {
    text-decoration: underline;
}
.commentlist .vcard img.avatar {
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
}
.commentlist .comment_content p {
    margin: .7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}
.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: .65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: .9em;
}
.commentlist .comment-reply-link:focus, .commentlist .comment-reply-link:hover {
    opacity: 1;
}
.comment-prev {
    float: left;
}
.comment-next {
    float: right;
}
#respond {
    padding: 20px;
}
#pings {
    padding: 20px;
}
#pings h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.havecomments>h3 {
    border-bottom: 1px solid #eee;
    padding: 20px 20px 20px;
}
.closed h3 {
    padding: 20px 20px;
    margin: 0;
}
.nocomments>p {
    padding: 0 20px 10px;
}
.nocomments>h3 {
    padding: 20px 20px 10px;
    line-height: 1;
    margin: 0;
}
#main table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
}
#main table td, #main table th {
    padding: 8px 2px;
    vertical-align: top;
    line-height: 18px;
}
.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
}
.respond-form ul {
    padding-left: 0;
    padding-bottom: 20px;
}
.respond-form form {
    margin: .75em 0;
}
.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: .7335em;
    border: none;
}
.respond-form form li label, .respond-form form li small {
    display: none;
}
.respond-form form input[type=email], .respond-form form input[type=text], .respond-form form input[type=url], .respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
}
.respond-form form input[type=email]:focus, .respond-form form input[type=text]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
    background: #fff;
}
.respond-form form input[type=email]:invalid, .respond-form form input[type=text]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
    outline: 0;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.respond-form form input[type=email], .respond-form form input[type=text], .respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
}
.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}
#comment-form-title {
    margin: 0 0 1.1em;
}
#allowed_tags {
    margin: 1.5em 10px .7335em 0;
}
.nocomments {
    margin: 0 20px 1.1em;
}
#sidebar .widget {
    margin-bottom: 30px;
}
.widgettitle {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 18px;
    line-height: 24px;
}
.widget ul {
    padding: 0;
    margin: 0;
}
.widget ul li {
    padding: 5px 0;
    list-style: none;
}
#footer {
    background: #484848;
    padding: 60px 0;
}
#sub-floor {
    color: #fff;
}
#sub-floor a {
    color: #fff;
}
.copyright {
    font-size: 14px;
    font-weight: 300;
}
.copyright>* {
    margin: 0;
}
.widgetFooter {
    padding-bottom: 25px;
}
@media (min-width:992px) {
    .widgetFooter {
        padding-bottom: 0;
    }
}
.ft-sitemap {
    width: 100%
}
@media (min-width:992px) {
    .ft-sitemap {
        padding: 0 15px;
        max-width: 200px;
    }
}
.ft-sitemap h4 {
    text-transform: uppercase;
    font-weight: 700;
}
.ft-sitemap .white-socials {
    margin: 20px 0;
    border: none;
}
#menu-sitemap {
    padding: 0;
}
#menu-sitemap li {
    line-height: 1.3;
}
#menu-sitemap a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}
@media (max-width:768px) {
    #sub-floor .dflex {
        display: block;
    }
}
#ftr-2-col {
    padding-bottom: 40px;
}
@media (min-width:992px) {
    #ftr-2-col {
        padding: 0 15px;
        width: calc(100% - 200px);
    }
}
#hm-page--address {
    margin-bottom: 40px;
}
#footer-sbs-frm {
    border: 3px solid #fff;
    margin: 20px 0 30px;
    padding: 25px;
}
@media (max-width:768px) {
    #footer-sbs-frm {
        text-align: center;
    }
}
#footer-sbs-frm strong {
    display: block;
    padding-bottom: 20px;
}
.field-shift {
    display: none;
    left: -9999px;
    position: absolute;
}
#hm-page--address>* {
    font-size: 14px;
    font-weight: 300;
}
#hm-page--address h4 {
    font-size: 20px;
    font-weight: 700;
}
#content {
    padding-top: 70px;
    min-height: 600px;
}
@media (min-width:992px) {
    #content {
        padding-top: 145px;
    }
}
#comments, .hentry, .respond-form {
    margin: 0 0 20px 0;
    border-radius: 0;
    background: #fff;
}
.article-header {
    margin-bottom: 15px;
    padding: 20px 0 0 15px;
}
.article-header h1, .article-header h2, .article-header h3, .article-header h4, .article-header h5, .article-header h6 {
    margin-top: 0;
}
.entry-title {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
}
@media (min-width:992px) {
    .entry-title {
        font-size: 38px;
    }
}
.entry-title a, .entry-title a:visited {
    color: #444;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
.entry-title a:active, .entry-title a:hover {
    color: #888;
    text-decoration: none;
}
.archive-title {
    margin-top: 0;
}
.byline {
    color: #999;
    margin: 0;
    font-size: 14px;
}
.sticky-ind {
    display: none;
}
.sticky .sticky-ind {
    display: inline!important;
}
.featured-content {
    margin-bottom: 20px;
}
.featured-img-bg {
    height: 300px;
    background-width: 100%!important;
    background-size: cover!important;
    background-repeat: none!important;
    background-position: center center!important;
}
.featured-img img {
    width: 100%;
    height: auto;
}
.entry-content {
    padding: 0 15px 20px;
}
@media (max-width:992px) {
    .entry-content {
        padding: 0 15px;
    }
}
.entry-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.entry-content>ol, .entry-content>ul {
    margin: 0 0 20px 10px;
    font-size: 16px;
    line-height: 1.5;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.entry-content dd {
    margin-left: 0;
    font-size: .9em;
    color: #787878;
    margin-bottom: 1.5em;
}
.entry-content object, .entry-content video {
    max-width: 100%;
    height: auto;
}
.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}
.article-footer {
    padding: 10px 20px 10px;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 12px;
}
.article-footer .commentnum {
    text-align: right;
    width: 30%}
.article-footer .commentnum a {
    text-decoration: none;
    color: #9e9e9e;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
.article-footer .commentnum a:hover {
    color: #333;
}
.article-footer .tags {
    width: 70%}
.article-footer .post-link {
    margin-top: -1px;
    padding-left: 10px;
}
.article-footer .post-link:hover {
    text-decoration: none;
}
@media (max-width:992px) {
    .navbar-collapse {
        position: absolute;
        width: 100%;
        background: #333;
        border: none;
        box-shadow: none;
        z-index: 999;
        margin: 0!important;
        top: 75px;
        left: 0;
        max-height: inherit;
    }
}
@media (max-width:992px) {
    .cs-mob-btn {
        position: absolute;
        float: none;
        left: 0;
    }
}
@media (max-width:480px) {
    .cs-mob-btn {
        left: -21px;
    }
}
nav .navbar {
    padding: 10px 0;
}
@media (max-width:992px) {
    nav .navbar {
        height: 75px;
    }
}
@media (max-width:768px) {
    nav .navbar {
        margin: 0;
    }
}
nav .navbar-brand {
    padding: 0;
    height: auto;
}
@media (max-width:768px) {
    nav .navbar-brand {
        padding: 5px 10px;
    }
}
nav .logo img {
    max-width: 150px;
}
@media (min-width:768px) {
    nav .logo img {
        max-width: 180px;
    }
}
nav .menu-item-has-children>:not(.dropdown-menu) {
    display: inline-block;
}
@media (min-width:992px) {
    nav .menu-item-has-children .dropdown-menu {
        min-width: auto;
    }
}
@media (max-width:992px) {
    nav .menu-item-has-children .dropdown-menu {
        padding: 0 0 10px;
    }
}
nav .menu-item-has-children .dropdown-menu a {
    font-size: 15px;
}
@media (max-width:992px) {
    nav .menu-item-has-children .dropdown-menu a {
        padding: 0 15px;
    }
}
#desk-logo--container {
    position: fixed;
    z-index: 9999;
}

.header-trans.desk-header--menu {
    top: 0px;
}

.desk-header--menu {
    position: absolute;
    /* left: 15px; */
}
.desk-header--menu .navbar {
    padding: 25px 0;
}
.desk-header--menu #h-menu-wrapper {
    position: relative;
    /* padding: 6px 0; 09/23/2021 */
    z-index: 99;
}
.desk-header--menu #h-menu-wrapper .dropdown:hover .dropdown-menu {
    display: block;
}
.desk-header--menu .caret {
    position: relative;
    z-index: -1;
    right: 7px;
}
.desk-header--menu .white-menu .nav>li>a {
    color: #fff;
}
.desk-header--menu .white-menu .caret {
    border-top: 4px solid #fff;
}
#menu-main-menu .open .dropdown-menu>li>a {
    color: #fff;
}
@media (max-width:992px) {
    .caret {
        position: absolute;
        border-color: transparent;
        width: 50px;
        height: 29px;
        top: 0;
        right: 0;
    }
    .caret:after {
        display: block;
        width: 0;
        position: absolute;
        right: 15px;
        top: 8px;
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
}
.nav>li>a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    color: #363636;
}
@media (max-width:992px) {
    .nav>li>a {
        padding: 7px;
        color: #fff!important;
    }
}
@media (max-width:992px) {
    .nav .dropdown-menu {
    -webkit-transition: max-height .4s, opacity .3s .1s, visibility 0s .3s, padding .4s ease;
    -moz-transition: max-height .4s, opacity .3s .1s, visibility 0s .3s, padding .4s ease;
    -ms-transition: max-height .4s, opacity .3s .1s, visibility 0s .3s, padding .4s ease;
    -o-transition: max-height .4s, opacity .3s .1s, visibility 0s .3s, padding .4s ease;
    transition: max-height .4s, opacity .3s .1s, visibility 0s .3s, padding .4s ease;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.nav .dropdown.open .dropdown-menu {
    -webkit-transition: max-height .4s, opacity .1s, visibility 0s, padding .2s ease;
    -moz-transition: max-height .4s, opacity .1s, visibility 0s, padding .2s ease;
    -ms-transition: max-height .4s, opacity .1s, visibility 0s, padding .2s ease;
    -o-transition: max-height .4s, opacity .1s, visibility 0s, padding .2s ease;
    transition: max-height .4s, opacity .1s, visibility 0s, padding .2s ease;
    max-height: 120px;
    opacity: 1;
    visibility: visible;
}
.nav .dropdown:not(.open) .dropdown-menu {
    padding: 0!important;
}
.nav .dropdown-menu {
    max-height: 120px;
    opacity: 1;
    visibility: visible;
}
.nav .dropdown-menu>li a {
    color: #fff;
}
.nav .dropdown-menu .active a {
    background: 0 0;
}
.nav .menu-item-has-children a {
    padding-bottom: 0;
}
}#single-post-nav .pager span {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
}
@media (min-width:992px) {
    #single-post-nav .pager span {
        width: auto;
        padding: 5px 10px;
    }
}
.pager .previous-page {
    margin-bottom: 20px;
}
@media (min-width:992px) {
    .pager .previous-page {
        float: left;
        margin-bottom: 0;
    }
}
@media (min-width:992px) {
    .pager .next-page {
        float: right;
    }
}
.next-page a, .pager a, .previous-page a {
    color: #999;
}
.next-page a:hover, .pager a:hover, .previous-page a:hover {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}
#author-info {
    padding: 20px;
}
#author-info h4 {
    margin-top: 0;
}
.author-img {
    float: left;
    margin-right: 20px;
}
@media (min-width:480px) {
    .author-desc {
        overflow: hidden;
        zoom: 1;
    }
}
.social-links {
    float: left;
    padding: 0;
    margin: 0;
}
.social-links li {
    float: left;
    text-decoration: none;
    list-style: none;
}
.social-links a {
    color: #9e9e9e;
    padding-right: 15px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    font-size: 1.4em;
}
.social-links a:hover {
    color: #333;
}
.breadcrumb {
    padding: 4px 17px;
    background: #f9f9f9;
}
.pagination li a:focus, .pagination li a:hover {
    background-color: #428bca;
    color: #fff;
}
.pagination li .active, .pagination li span:hover {
    background-color: #6aa3d5;
    color: #fff;
}
.featured {
    margin-bottom: 40px;
}
@media (min-width:992px) {
    .featured {
        margin-bottom: 0;
    }
}
.homebanner {
    margin-bottom: 60px;
    padding-top: 30px;
    text-align: center;
    height: 350px;
    background: url(../library/images/hero.png) #2a5781;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
@media (min-width:480px) {
    .homebanner {
        padding-top: 70px;
    }
}
.homebanner p {
    font-size: 18px;
}
.homebanner h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
}
.homebanner .btn-default {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.homebanner .btn-primary {
    background: 0 0;
    border: 2px solid #fff;
    margin-left: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.homebanner .btn-default:hover {
    background: #fff;
    color: #000;
}
.homebanner .btn-primary:hover {
    background: #fff;
    color: #000;
}
.about {
    margin-bottom: 30px;
}
@media (min-width:768px) {
    .about {
        margin-bottom: 0;
    }
}
.about a {
    text-decoration: none;
}
.about i {
    color: #929292;
}
.about p {
    color: #929292;
}
.about h3 {
    color: #626c72;
}
.about:hover i {
    color: #626c72;
    transition: all .35s ease;
}

.featured-hero {
    height: 100vh;
}

.featured-hero .fullbg {
    width: 100%;
    height: 100vh;
    background-position: center;
}

@media (min-width:992px) {
    .featured-hero .fullbg {
        position: relative;
        width: 100%;
        background-position: center left;
    }
}

.alm-listing:after {
    content: "";
    clear: both;
    display: block;
}
.alm-btn-wrap {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 10px 0 25px;
    margin: 8px 0 15px;
}
.alm-load-more-btn {
    font-size: 16px;
    font-weight: 300;
    width: auto;
    background: 0 0;
    border: 1px solid #333;
    color: #333;
    margin: 0 auto;
    padding: 9px 20px;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    outline: 0;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.alm-load-more-btn:hover {
    color: #fff;
    background: #333;
    text-decoration: none;
}
.alm-load-more-btn:active {
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
    text-decoration: none;
}
.alm-load-more-btn:active, .alm-load-more-btn:focus {
    outline: 0;
}
.alm-load-more-btn:before {
    background: 0 0;
    width: 0;
}
.alm-load-more-btn.loading {
    padding-left: 44px;
}
.alm-load-more-btn.loading:before {
    background: #fff url("../library/images/spin-loading.gif") no-repeat center center;
    background-size: 21px;
    width: 30px;
    height: 30px;
    margin: 6px;
    border-radius: 2px;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}
.alm-load-more-btn.done {
    cursor: default;
    opacity: .2;
    background-color: transparent;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.alm-load-more-btn.done:before {
    background: 0 0;
    width: 0;
}
.alm-load-more-btn.done:hover {
    color: #000;
}
.alm-btn-wrap, .alm-masonry {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 0 15px;
}
#mob-btn-effect {
    background: 0 0;
    border: none;
    outline: 0;
    text-indent: -48px;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 99999;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    cursor: pointer;
}
#mob-btn-effect:after {
    content: none;
}
#mob-btn-effect span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    left: 0;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 125ms linear;
    -moz-transition: transform 125ms linear;
    -o-transition: transform 125ms linear;
    -ms-transition: transform 125ms linear;
    transition: transform 125ms linear;
}
#mob-btn-effect span:nth-child(1) {
    top: 0;
}
#mob-btn-effect span:nth-child(2) {
    top: 7px;
}
#mob-btn-effect span:nth-child(3) {
    top: 14px;
}
#mob-btn-effect.expand span:nth-child(1) {
    top: 7px;
    background: #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#mob-btn-effect.expand span:nth-child(2) {
    background: #fff;
    opacity: 0;
}
#mob-btn-effect.expand span:nth-child(3) {
    top: 7px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#home-slider .fullbg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    min-height: 450px;
}
@media (min-width:992px) {
    #home-slider .fullbg {
        height: 100vh;
    }
}
#home-slider .fullbg:after {
    content: "";
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
#home-slider .home-sldr-exhb-hdr {
    padding: 20px 0;
}
#home-slider .home-sldr-exhb-hdr>* {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1;
}
#hlp-buttons .slick-dots {
    padding: 0 10px 0 30px;
}
@media (max-width:992px) {
    #hlp-buttons .slick-dots {
        padding: 0 10px;
    }
}
#hlp-buttons .slick-dots li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}
#hlp-buttons .slick-dots li button {
    width: 60px;
    height: auto;
    padding: 2px;
}
@media (max-width:450px) {
    #hlp-buttons .slick-dots li button {
        width: 20px;
    }
}
#hlp-buttons .slick-dots li button:before {
    width: 60px;
    border-color: #b7b7b7;
    background: #000;
    opacity: .4;
}
@media (max-width:450px) {
    #hlp-buttons .slick-dots li button: before {
        width: 20px;
    }
}
#hlp-buttons .slick-dots li.slick-active button:before {
    border-color: #000;
}
.slick-slider {
    overflow: hidden;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(../library/images/ajax-loader.gif) center center no-repeat;
}
.slick-next, .slick-prev {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, .3);
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: 0;
    z-index: 99;
    opacity: .7;
}
.slick-next:active, .slick-next:focus, .slick-next:hover, .slick-prev:active, .slick-prev:focus, .slick-prev:hover {
    opacity: 1;
}
.slick-next:before, .slick-prev:before {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 11px;
}
.slick-prev {
    padding: 24px 9px 24px 24px;
    left: 0;
}
[dir=rtl] .slick-prev {
    left: auto;
    right: 11px;
}
.slick-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
[dir=rtl] .slick-prev:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.slick-next {
    padding: 24px 24px 24px 9px;
    right: 0;
}
[dir=rtl] .slick-next {
    left: 30px;
    right: auto;
}
.slick-next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-size: 26px;
}
[dir=rtl] .slick-next:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 0 30px;
}
.slick-dots li {
    position: relative;
    padding: 0;
    cursor: pointer;
    height: 80px;
    width: 7px;
}
@media (max-width:992px) {
    .slick-dots li {
        height: 7px;
        width: 40px;
        display: inline-block;
    }

}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 100%;
    width: 100%;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .7;
    text-align: center;
}
.slick-dots li.slick-active button:before {
    opacity: 1!important;
}
#page-calendar .cldr-no-event {
    text-align: center;
    padding: 50px 0;
}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    color: #000;
}
.calendar-rows {
    text-align: center;
}
.calendar-rows>* {
    width: 14.28571429%;
    border-color: #000!important;
}
.calendar-rows>*>:not(.clndr-date) {
    text-align: center;
}
.calendar-rows:not(.days-names)>* {
    min-height: 300px;
}
.calendar-rows .msm-close {
    background: #9d9d9d;
    color: #fff!important;
}
.calendar-rows .msm-close h5 {
    font-weight: 300;
}
.calendar-rows .clndr-date {
    padding: 0 10px;
    font-weight: 700;
}
.clndr-navigation {
    margin-bottom: 30px;
}
.clndr-navigation h3 {
    text-transform: uppercase;
    margin: 0 40px;
}
.clndr-navigation .clndr-btn img {
    max-width: 28px;
}
table .days-names {
    background: #000;
}
table .days-names td {
    color: #fff;
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
}
.calendar-rows ul {
    list-style: none;
    padding: 0;
}
.calendar-rows ul>* {
    font-size: 13px;
    padding: 7px 0;
    margin: 0 10px;
}
.calendar-rows ul>:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.calendar-rows ul a {
    font-weight: 700;
    text-decoration: none!important;
}
.calendar-rows .eventful-today ul>:not(:last-child) {
    border-bottom: 1px solid #888;
}

table.fullcalendar {
    width: 100% !important;
}

.mob-clndr-container {
    display: block;
    widows: 100%;
    max-width: 360px;
    color: #000;
    margin: 0 auto 30px;
    padding: 0 15px;
}
.mob-clndr-container .fullbg {
    height: 200px;
    background-position: center;
    margin-bottom: 10px;
}
.mob-clndr-container:active, .mob-clndr-container:focus, .mob-clndr-container:hover {
    text-decoration: none;
    color: #000;
}
.mob-clndr-container h3, .mob-clndr-container h5, .mob-clndr-container h6 {
    font-weight: 300;
}
.mob-clndr-container h3 {
    margin: 0 0 10px;
    line-height: 1.4;
}
.mob-clndr-container h3 time {
    display: block;
    font-size: 14px;
}
.mob-clndr-container h5 {
    margin: 5px 0 0;
}
.mob-clndr-container h6 {
    position: relative;
    margin: 13px 0 25px;
}
.eventful-post:not(.msm-close) *, .eventful-pre:not(.msm-close) * {
    color: #aaa;
}
#df--events-list h2 {
    text-align: center;
    margin-bottom: 50px;
}
#df--events-list .mob-clndr-container {
    width: 100%;
    max-width: 800px;
    text-align: left;
}
#em-wrapper>:last-child {
    display: none;
}
.dl-page--section {
    border-bottom: 1px solid #000;
    margin-bottom: 35px;
}
.dl-page--section h4 {
    font-weight: 700;
    margin: 10px 0 20px;
    text-transform: uppercase;
}
@media (max-width:768px) {
    .dl-page--section .dflex {
        display: block;
    }
}
.dl-page--section-last {
    border: none;
}
.dl-page--list li {
    padding: 23px 0;
}
.dl-page--list li:not(:last-child) {
    border-bottom: 1px solid #000;
}
.dl-page--list h5 {
    margin: 0;
}
.single .article-header {
    text-transform: uppercase;
}
.single .article-header time {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.single .article-header .single-title {
    font-weight: 700;
    margin-bottom: 50px;
}
.single .entry-content section {
    margin-bottom: 70px;
}
#related-post {
    margin-bottom: 40px;
}
body.home #main .slick-slide {
    margin: 0 17px;
}
body.home #main .slick-list {
    margin: 0 -17px;
}
.home-pts-lts {
    margin: 0 0 80px;
}
.home-pts-lts #hlp-buttons, .home-pts-lts h3 {
    margin: 0 0 10px;
}
.home-pts-lts h3 {
    text-transform: uppercase;
}
#home-latest-press {
    display: none;
    opacity: 0;
}
#home-latest-press .hm-press-lnk-hvr h5 {
    padding: 2px 0;
}
@media (max-width:768px) {
    .hm-press-lnk {
        width: 100%;
        margin: 0 auto;
        max-width: 360px;
    }
}
.hm-press-lnk>* {
    line-height: 1.2;
    margin: 5px 0;
    text-transform: uppercase;
    color: #4c4c4c;
}
.hm-press-lnk .fullbg {
    height: 170px;
}
.hm-press-lnk time {
    font-size: 14px;
}
.hm-press-lnk h5 {
    color: #000;
}
.hm-press-lnk h6 {
    opacity: .7;
}
.hm-press-lnk:active h6, .hm-press-lnk:focus h6, .hm-press-lnk:hover h6 {
    opacity: 1;
}
/*#upp-wrapper {
    border: 2px solid #000;
}*/
#upp-wrapper>* {
    position: relative;
    display: block;
    color: #000;
    min-height: 200px;
}
#upp-wrapper>:nth-child(odd) {
    background: #eee;
    color: #000;
}
#upp-wrapper>:nth-child(even) {
    background: #777;
    color: #fff;
}
#upp-wrapper>:nth-child(even) h6>span:before {
    background-color: #fff;
}
#upp-wrapper h6 {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: 30px;
}
#upp-wrapper .columns {
    display:inline-block !important;
}
.hm-press-lnk-hvr {
    display: block;
}
.hm-press-lnk-hvr h5 {
    margin: 0;
    padding: 30px;
}
.hm-press-lnk-hvr h5 span {
    display: block;
    font-size: 25px;
}
.hm-press-lnk-hvr h6>span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    opacity: .7;
}
.hm-press-lnk-hvr:active, .hm-press-lnk-hvr:focus, .hm-press-lnk-hvr:hover {
    text-decoration: none;
}
.hm-press-lnk-hvr:active span, .hm-press-lnk-hvr:focus span, .hm-press-lnk-hvr:hover span {
    opacity: 1;
}
/* .hm-press-lnk-cldr h6 {
    text-align: right;
    right: 15px;
} */
.hm-press-lnk-cldr span {
    position: relative;
    text-decoration: none;
    padding: 0 15px 0 0;
}
.hm-press-lnk-cldr span:after {
    content: '\00bb';
    position: absolute;
    top: -1px;
    right: 0;
    transition: .5s;
    font-size: 18px;
}
.hm-press-lnk-cldr:hover span:after {
    right: -4px;
}
.main-exhb--container {
    position: absolute;
    width: 100%;
    height: 100%}
.main-exhb--container:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}
.main-exhb--post-info {
    position: relative;
    z-index: 99;
    color: #fff;
    text-align: center;
}
.main-exhb--post-info h5, .main-exhb--post-info time {
    font-size: 18px;
}
#exhib-gallery {
    margin-bottom: 30px;
}
#exhib-gallery .item {
    width: 100%;
    padding: 0 0 14px;
    border: none;
}
@media (min-width:768px) {
    #exhib-gallery .item {
        width: 33.33333333%;
        padding: 7px;
    }
}
#exhib-gallery .item .fullbg {
    height: 180px;
    background-position: center;
}
#exhib-gallery .item a {
    border: none;
    margin: 0;
    padding: 0;
}
#gal-counter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}
#gal-counter * {
    color: #fff;
    font-size: 30px;
}
#press-slider:hover h5 {
    opacity: 1;
}
#press-slider h3, #press-slider h5, #press-slider time {
    margin: 0 0 5px;
}
#press-slider time {
    text-transform: uppercase;
}
#press-slider h5 {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    opacity: .7;
}
#main-press .fullbg {
    height: 195px;
}
#main-press a:focus, #main-press a:hover {
    text-decoration: none;
}
#main-press a:hover h6 {
    opacity: 1;
}
#main-press article {
    margin: 30px 0;
}
@media (max-width:992px) {
    #main-press article {
        width: 100%;
        max-width: 360px;
        margin: 20px auto;
    }
}
#main-press article:hover .fullbg {
    transform: scale(1.05);
}
#main-press .press-article--info {
    padding-top: 15px;
    color: #333;
}
#main-press .press-article--info h5, #main-press .press-article--info h6 {
    text-transform: uppercase;
    display: block;
}
#main-press .press-article--info time {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 300;
}
#main-press .press-article--info h5 {
    margin: 3px 0;
    font-weight: 600;
    line-height: 1.4;
}
#main-press .press-article--info h6 {
    position: relative;
    display: inline-block;
    color: #4c4c4c;
    font-weight: 600;
    opacity: .7;
}
#press-header {
    width: 100%;
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
@media (max-width:992px) {
    #press-header {
        padding: 0 15px;
    }
}
#press-header .btn-primary, #press-header h3 {
    text-transform: uppercase;
}
#press-header h3 {
    margin: 0 0 5px;
}
#press-header .input-group {
    border-bottom: 2px solid #000;
}
#press-header .btn-primary, #press-header input {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 2px;
}
#press-header .btn-primary {
    background: 0 0;
    color: #000;
}
#navi-btns {
    z-index: 99999;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
@media (min-width:992px) {
    #navi-btns {
        top: 50%;
        margin-top: -120px;
        bottom: inherit;
        right: inherit;
    }
}
.events-list-container .dflex {
    flex-wrap: wrap;
}
#catalogue-container img {
    padding: 5px;
}
@media (min-width:992px) {
    #catalogue-container img {
        padding: 10px;
    }
}
#catalogue-container .fullbg {
    height: 300px;
    background-position: center;
}
#catalogue-list {
    margin-bottom: 30px;
}
#catalogue-list>.dflex>a {
    width: 50%}
#catalogue-list .hover-right-effect {
    padding: 0 10px;
}
.book-container>* {
    color: #fff;
    text-align: center;
}
.b-controls .b-arrow-next div, .b-controls .b-arrow-prev div {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, .3);
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: 0;
    z-index: 99;
    opacity: .7;
}
.b-controls .b-arrow-next div:active, .b-controls .b-arrow-next div:focus, .b-controls .b-arrow-next div:hover, .b-controls .b-arrow-prev div:active, .b-controls .b-arrow-prev div:focus, .b-controls .b-arrow-prev div:hover {
    opacity: 1;
}
.b-controls .b-arrow-next div:before, .b-controls .b-arrow-prev div:before {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
}
@media (min-width:992px) {
    .b-controls .b-arrow-next div: before, .b-controls .b-arrow-prev div:before {
        padding: 11px;
    }
}
.b-controls .b-arrow-prev div {
    padding: 14px 9px 14px 14px;
    left: 0;
}
@media (min-width:992px) {
    .b-controls .b-arrow-prev div {
        padding: 24px 9px 24px 24px;
    }
}
.b-controls .b-arrow-prev div:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.b-controls .b-arrow-next div {
    padding: 14px 14px 14px 9px;
    right: 0;
}
@media (min-width:992px) {
    .b-controls .b-arrow-next div {
        padding: 24px 24px 24px 9px;
    }
}
.b-controls .b-arrow-next div:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.df--form {
    margin-top: 50px;
}
.df--form textarea {
    padding: 10px!important;
}
.df--form label {
    margin-right: 15px;
}
.df--form #form-mobile.dflex, .df--form #form-PAX.dflex {
    display: block !important;
}
.df--form #form-mobile.dflex label, .df--form #form-PAX.dflex label {
    margin-right: 0px; 
}
#visit-option--btn {
    text-align: center;
}
#visit-option--btn #select-form>* {
    margin: 0;
}
#visit-option--btn #select-form>:not(:last-child) {
    margin-right: 40px;
}
div.wpcf7-acceptance-missing, div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: 700;
}
div.wpcf7-acceptance-missing, div.wpcf7-validation-errors {
    padding: 7px;
    text-align: center;
    margin: 0 0 10px;
}
form .dflex .dleft {
    /* max-width: 85px; */
    width: 100%
}
form .dflex .dright {
    /* width: calc(100% - 85px); */
    width: 100%;
}
@media (max-width:992px) {
    .form-cs--wrapper>.dflex {
        margin-bottom: 10px;
    }
}
#contact-buttons {
    margin-left: 85px;
    width: calc(100% - 85px);
}
#contact-buttons>:not(:last-child) {
    margin-bottom: 10px;
}
.ui-timepicker-standard a {
    font-size: 14px;
}
.ui-datepicker {
    width: 230px;
    margin: 5px auto 0;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 5px;
}
.ui-datepicker table {
    width: 100%}
.ui-datepicker thead {
    border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    padding-bottom: 7px;
    text-align: center;
}
.ui-datepicker tbody td {
    padding: 0;
}
.ui-datepicker tbody td:last-child {
    border-right: 0;
}
.ui-datepicker tbody tr {
    border-bottom: 1px solid #ddd;
}
.ui-datepicker tbody tr:last-child {
    border-bottom: 0;
}
.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker td a, .ui-datepicker td span {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.ui-datepicker-header {
    position: relative;
    color: #111;
    padding: 5px 0 12px;
    font-size: 12px;
    font-weight: 700;
}
.ui-datepicker-title {
    text-align: center;
    font-size: 15px;
}
.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
}
.ui-datepicker-prev span {
    display: none;
}
.ui-datepicker-prev:after {
    content: '\00ab';
    position: absolute;
    font-size: 16px;
    color: #000;
    top: 3px;
    left: 10px;
}
.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0;
}
.ui-datepicker-next span {
    display: none;
}
.ui-datepicker-next:after {
    content: '\00bb';
    position: absolute;
    font-size: 16px;
    color: #000;
    top: 3px;
    right: 10px;
}
.ui-datepicker-calendar .ui-state-default {
    background: #fff;
    color: #333;
    font-size: 12px;
    height: 27px;
    width: 28px;
}
.ui-datepicker-calendar .ui-state-hover {
    background: #bbb;
    color: #fff;
}
.ui-datepicker-calendar .ui-state-active {
    background: #bbb;
    color: #fff;
    position: relative;
    margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
    background: #d6e4be;
    color: #000;
}
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 9999;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    text-align: center;
}
.blocker:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -.05em;
    height: 100%}
@media (min-width:992px) and (max-width:1100px) {
    .blocker: before {
        height: 10%
    }
}
.blocker.behind {
    background-color: transparent;
}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    padding: 15px 30px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}
@media (max-width:992px) {
    .modal {
        width: 100%
    }
}
.modal a.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}
.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.modal-spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 100%, 40% {
    -webkit-transform: scaleY(.5);
}
20% {
    -webkit-transform: scaleY(1);
}
}@keyframes sk-stretchdelay {
    0%, 100%, 40% {
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
}
20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
}@media (max-width:992px) {
    body.single-post .blocker {
    padding: 0;
}
}body.single-post .book-container {
    width: 1100px;
    height: 780px;
    background: 0 0;
    box-shadow: none;
    padding: 0;
}
@media (max-width:992px) {
    body.single-post .book-container {
    width: 100%;
    height: 710px;
}
}@media (max-width:768px) {
    body.single-post .book-container {
    height: 580px;
}
}@media (max-width:500px) {
    body.single-post .book-container {
    height: 410px;
}
}@media (max-width:400px) {
    body.single-post .book-container {
    height: 345px;
}
}

body.single-post .book-container a.close-modal {
    position: fixed;
}

body.single-post .book-container img {
    width: 100%
}

.header-blk.navbar {
    border-bottom: 1px solid #444;
    background: rgba( 0, 0, 0, .7 );
}

iframe {
    width: 100%;
}

.page-template-page-full-width iframe {
    min-height: auto;
}

@media (min-width:768px) {
    .page-template-page-full-width iframe {
        min-height: 100vh;
    }   
}

.zoom-img--thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
}
.zoom-img--thumbnail .fullbg {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.zoom-img--thumbnail:hover .fullbg {
    transform: scale(1.05);
}
.entry-content h1, .entry-content h2 {
    font-weight: 700;
}

.social-wrapper .social-hdr {
    color: #000;
}
.social-wrapper .socials {
    margin: 0 0 10px 0!important;
    padding: 0;
    list-style: none;
}
.social-wrapper .socials>* {
    display: inline-block;
}
.social-wrapper .socials>:not(:last-child) {
    margin-right: 3px;
}

.social-wrapper .socials>:hover a {
    opacity: .7;
}
.social-wrapper .socials img {
    max-width: 32px;
}
.white-socials {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (max-width:992px) {
    .white-socials {
    margin: 0 -15px;
    padding: 10px 0;
    border-top: 1px solid #bfbfbf;
}
}.white-socials>* {
    display: inline-block;
}
.white-socials>:not(:last-child) {
    margin-right: 3px;
}
.white-socials>* a {
    display: block;
    padding: 5px 15px 5px 15px;
    background-size: 32px;
    background-repeat: no-repeat;
}
.white-socials>* a:active, .white-socials>* a:focus, .white-socials>* a:hover {
    text-decoration: none;
}
.white-socials>:hover a {
    opacity: .7;
}
.white-socials img {
    max-width: 32px;
}
.btn-primary {
    background-color: #333;
    border-color: #333!important;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background: 0 0;
    color: #333;
}
.pagination li a {
    background-color: none;
    color: #333;
}
.pagination li a:active, .pagination li a:focus, .pagination li a:hover {
    background: #333;
    color: #fff;
}
.pagination li .active {
    background-color: #333;
    border-color: #333!important;
}
.content-nw-padd {
    padding: 0 30px;
}
.content-nw-padd .post-label {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
#page-calendar #content, #search-container #content {
    padding: 145px 0 50px;
}
#form-tour-message, .form-cs--wrapper {
    display: none;
}
#gv-btns-container {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
@media (max-width:768px) {
    #gv-btns-container {
    display: block;
}
}#gv-btns-container .gv-btns {
    width: 100%;
    margin: 5px 0;
}
@media (min-width:768px) {
    #gv-btns-container .gv-btns {
    width: calc((100% / 3) - 30px);
    margin: 0 15px;
}
}#gv-btns-container .gv-btns a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #58595b;
    opacity: 1;
}
#gv-btns-container .gv-btns a:active, #gv-btns-container .gv-btns a:focus, #gv-btns-container .gv-btns a:hover {
    text-decoration: none;
    background-color: #717275;
}
#gv-btns-container .gv-btns span {
    padding-left: 27px;
    background-size: 18px!important;
}
#gv-btns-container .give-online a span {
    background: url(../library/images/cloud-computing.png) no-repeat left center;
}
#gv-btns-container .give-bt a span {
    background: url(../library/images/bank.png) no-repeat left center;
}
#gv-btns-container .give-bsns a span {
    background: url(../library/images/mail.png) no-repeat left center;
}
@media (min-width:992px) {
    .fixed-slider-wrapper {
    max-width: 50vw;
    width: 50%;
    position: fixed;
    top:0;
}
}@media (min-width:992px) {
    .fixed-height {
    height: 100vh;
}
}.slick-lightbox-slick-item-inner {
    position: relative;
}
#toTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #000;
    padding: 20px;
    cursor: pointer;
    
    /** Added 09/23/2021 **/
    height: 63px;
    width: 60px;
    z-index: 15;
}
#toTop:hover {
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    -webkit-box-shadow: 0 2px 8px 0 #000;
    -moz-box-shadow: 0 2px 8px 0 #000;
    box-shadow: 0 2px 8px 0 #000;
}
#toTop img {
    max-width: 20px;
}
.banner-initial-height {
    min-height: 320px;
}

.inside-slider .inside-sldr-hdr {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    text-shadow: 0 0 10px rgba( 0, 0, 0, 1 );
}
.inside-slider .inside-sldr-hdr>* {
    margin: 2px 0;
}
.inside-slider .slick-list, .inside-slider .slick-track {
    transform: none;
}

h2.inside-sldr-hdr {
    color: #fff;
    text-shadow: 0 0 10px rgba( 0, 0, 0, 1 );
    text-transform: uppercase;
    font-size: 2.5em;
    margin: -30px 15px 60px 15px !important;
    letter-spacing: 0.1em;
    text-align: center;
}

.press-banner-item .inside-sldr-hdr {
    padding-bottom: 45px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 10px rgba( 0, 0, 0, 1 );
    font-weight: bold;
}

.press-banner-item .inside-sldr-hdr a {
    color:#fff;
    text-decoration: none;
}

.press-banner-item .inside-sldr-hdr h3 {
    font-size: 2em;
}

.booklet .b-counter {
    display: none!important;
}
.events-list-container:after {
    display: block;
    content: "";
    clear: both;
}
#searchform .btn-primary img {
    max-width: 21px;
}
.block-loadmore-container {
    padding: 0;
}
.block-loadmore-container h3 {
    margin: 0;
}
.block-loadmore-container .zoom-img--thumbnail {
    margin: 0 0 20px;
    text-decoration: none;
}
.block-loadmore-container .zoom-img--thumbnail:active, .block-loadmore-container .zoom-img--thumbnail:focus, .block-loadmore-container .zoom-img--thumbnail:hover {
    text-decoration: none;
}
.block-loadmore-container .dflex {
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    height: 290px;
}
a.hover-right-effect {
    position: relative;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 0 15px;
}
@media (max-width:768px) {
    a.hover-right-effect {
    display: block;
    padding: 0 15px 0 0;
    margin: 7px 0 5px;
}
}a.hover-right-effect:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -1px;
    right: -20px;
    transition: .5s;
}
a.hover-right-effect:hover:after {
    opacity: 1;
    right: 0;
}
#notice-pop {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translateX( -50% );
    background: 0 0;
    box-shadow: none;
    width: 90%;
    max-width: 400px;
    padding: 11px;
}
#notice-container {
    background: #000;
    width: 100%;
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}
#notice-container>* {
    color: #fff;
    line-height: 1.2;
}
#notice-container h2, #notice-container h3, #notice-container h4, #notice-container h5, #notice-container h6 {
    font-weight: 300;
}
#notice-container form {
    margin-top: 30px;
}
#notice-container form input[type=text],
#notice-container form input[type=email] {
    color: #7f7f7f;
}

#modal-close {
    position: absolute;
    top: 0;
    right: 0;
}
#modal-close img {
    max-width: 23px;
}
form {
    margin-bottom: 40px;
}
form ::placeholder {
    color: #7f7f7f;
    opacity: 1;
    font-size: 14px;
}
form :-ms-input-placeholder {
    color: #7f7f7f;
    font-size: 14px;
}
form ::-ms-input-placeholder {
    color: #7f7f7f;
    font-size: 14px;
}
form .df--form label {
    font-size: 13px;
}
form .df--form .clear-pad {
    padding: 0;
}
form .df--form .form-cs--padd-left {
    padding-left: 10px;
}
form .df--form .form-cs--padd-right {
    padding-right: 0;
}
form .df--form input[type=email], form .df--form input[type=number], form .df--form input[type=tel], form .df--form input[type=text], form .df--form select, form .df--form textarea {
    width: 100%;
    padding: 4px;
}
form .df--form input[type=reset], form .df--form input[type=submit] {
    margin-top: 15px;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #58595b;
    background: #58595b;
    cursor: pointer;
    font-size: 14px;
}
form .df--form input[type=reset]:active, form .df--form input[type=reset]:focus, form .df--form input[type=reset]:hover, form .df--form input[type=submit]:active, form .df--form input[type=submit]:focus, form .df--form input[type=submit]:hover {
    background: 0 0;
    color: #58595b;
}
form .df--form>* {
    margin-bottom: 10px;
}
#footer-sbs-frm form, form.newsletter {
    text-align: center;
}
#footer-sbs-frm form ::placeholder, form.newsletter ::placeholder {
    color: #aaa;
    opacity: 1;
    padding: 4px;
}
#footer-sbs-frm form :-ms-input-placeholder, form.newsletter :-ms-input-placeholder {
    color: #aaa;
    padding: 4px;
}
#footer-sbs-frm form ::-ms-input-placeholder, form.newsletter ::-ms-input-placeholder {
    color: #aaa;
    padding: 4px;
}
#footer-sbs-frm form input, form.newsletter input {
    background: 0 0;
    border: none;
}
#footer-sbs-frm form input[type=email], form.newsletter input[type=email] {
    width: 100%;
    border-bottom: 1px solid #fff;
}
#footer-sbs-frm form input[type=submit], form.newsletter input[type=submit] {
    text-transform: uppercase;
    
    /** Added 09/23/2021 **/
    color:#fff;
}
#footer-sbs-frm form #mergeTable, form.newsletter #mergeTable {
    margin: 0 0 15px;
    width: 100%}
@media (min-width:768px) {
    #footer-sbs-frm form #mergeTable, form.newsletter #mergeTable {
    width: calc(100% - 100px);
    margin: 0;
}
}@media (max-width:768px) {
    #footer-sbs-frm form .submit_container, form.newsletter .submit_container {
    width: 100%}
}.em-events-search {
    display: none;
}
.publication-list-container {
    margin-bottom: 30px;
}
.publication-list-container article {
    margin: 30px 0 10px;
}
.publication-list-container .fullbg {
    height: 195px;
}
.publication-list-container .press-article--info {
    padding-top: 15px;
    color: #333;
}
.publication-list-container .press-article--info h5, .publication-list-container .press-article--info h6 {
    text-transform: uppercase;
    display: block;
}
.publication-list-container .press-article--info time {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 300;
}
.publication-list-container .press-article--info h5 {
    margin: 3px 0;
    font-weight: 600;
    line-height: 1.4;
}
.publication-list-container .press-article--info h6 {
    position: relative;
    display: inline-block;
    color: #4c4c4c;
    font-weight: 600;
    opacity: .7;
}
.publication-list-container .more-btn {
    margin: 20px auto;
}

/** New Classes 09.23.2021 **/
h4.download-title a {
    color: rgba( 68, 68, 68, 1 ) !important;
}

h4.download-title a:after {
    content: "\00a0\00a0»";
    font-size: 0.75em;
    line-height: 1em;
}

h4.download-title a:hover {
    color: rgba( 68, 68, 68, 0.75 ) !important;
}

.main-nav {
    font-size: 14px;
    float:right;
    margin-top:0.5em;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
}

#sub-floor #menu-sitemap a {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
}

#sub-floor #menu-sitemap a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: opacity 0.5s ease-in;
}

.main-nav > li a {
    color: rgb( 51, 51, 51 );
    text-decoration:none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85em !important;
}

.header-blk {
    background: rgba(0, 0, 0, .7) !important;    
}

.header-blk .main-nav > li > a {
    color: rgb( 255, 255, 255 );
    text-decoration:none;
}

.main-nav > li  {
    text-transform: uppercase;
    display: inline-block;
    padding: 0.5em;
}

.main-nav > li:hover > ul {
    display:block;
}

.main-nav > li > ul {
    min-width: 150px;
}

.main-nav > li > ul > li  {
    text-transform: none;
    padding: 0.1em 1em;
    transition: background-color 0.3s linear;
}

.main-nav > li > ul > li:hover {
    background-color:#D8D8D8;    
}

.z-top {
    z-index: 5000;
}

.mobile-nav {
    transition: all 0.3s linear;
    background: rgba( 0, 0, 0, 1 );
    box-shadow: 0 0 3px rgba( 0, 0, 0, 0.6 )
}

.mobile-nav.op, .mobile-nav.blk {
    background: rgba( 0, 0, 0, 0.8 );
}

.mobile-nav.wht {
    background: rgba( 255, 255, 255, 1 );
}

.mobile-nav.wht #mob-btn-effect span {
    background-color: #000;
}

.mobile-menu-wrap {
    background: #333;
    color: #fff;
}

nav .mobile-menu-wrap .menu-item-has-children>:not(.dropdown-menu) {
    display: block;
}

.mobile-menu a {
    color: #fff;
    text-decoration: none;
}

.mobile-menu > li {
    text-transform: uppercase;
    margin: 8px auto;
}

.mobile-menu > li > ul {
    padding-left: 15px;
}

.mobile-menu > li > ul > li {
    text-transform: capitalize;
    list-style:none;
    
}

.mobile-nav .navbar-toggler:focus {
    box-shadow: none;
}

.slick-slide a,
.hm-press-lnk-hvr {
    text-decoration: none;
}

.front-page-nav ul {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.front-page-nav .main-nav > li > a {
    color: #000;
    /* text-shadow: 0px 2px 4px rgba( 0, 0, 0, 0.9 ); */
}

.front-page-nav .main-nav a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85em !important;
}

.main-nav li.social-start {
    margin-left:15px;
}

.main-nav li.social {
    font-size: 1.35em;
}

#main-exhibitions .dflex {
    height:290px;
    text-align: center;
}

#main-exhibitions .main-exhb--post-info {
    width: 100%;
    top: 40%;
}

#main-exhibitions a.zoom-img--thumbnail {
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration:none;
}

#mcad-banner-slider {
    height: 100vh;
    width: 100%
}

#mcad-banner-slider .carousel-item {
    height: 100vh;
    width: 100%;
    position: relative;
}

#mcad-banner-slider .carousel-item > a {
    position: static;
}

#mcad-banner-slider .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate( -50%, -50% );
}

#mcad-banner-slider .carousel-item .mcad-banner-text {
    position: absolute;
    bottom:45px;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    font-weight:bold;
    z-index: 50;
    width:100%;
    text-shadow: 0 0 10px rgba( 0, 0, 0, 1 );
}

#mcad-banner-slider .carousel-item .mcad-banner-text h5 {
    font-size: 3.5em;
}

#mcad-banner-slider .carousel-item .mcad-banner-text h4.banner-date {
    text-shadow: 0 0 10px rgba( 0, 0, 0, 1 );
}

.exb-item > div,
.exb-item > div > .fullbg,
.exb-item.curr > div,
.exb-item.curr > div > .fullbg {
    min-height: 300px;
    /* height: 75vh !important; */
    position: relative;
    background-position: center;
}

.exb-item > div > .fullbg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:768px) {
    .exb-item > div,
    .exb-item > div > .fullbg {
        height: 65vh !important;
    }
    
    .exb-item.curr > div,
    .exb-item.curr > div > .fullbg {
        height: 290px !important;
    }
}

.exb-content-wrap {
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
}

.exb-item > div {
    background: #eee;
    color: #000;
}

.exb-item.exb-odd > div {
    background: #fff;
}

.exb-item a {
    color: #777 !important;
    transition: all 0.3s ease-in;
}

.exb-item a:hover {
    color: #000 !important;
}

.exb-title {
    text-transform: uppercase;
    font-size: 1.8em;
    margin-bottom: 30px;
}

.exb-mobile-overlay {
    background-color: rgba( 0, 0, 0, 0.75 );
    position: absolute;
    bottom:0;
    left:0;
    color: #fff;
    width:100%;
    text-shadow: 0 0 10px rgba( 0, 0, 0, 1 );
}

.exb-item .exb-mobile-overlay a {
    color: #fff !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba( 0, 0, 0, 0.8 );
}

.carousel-indicators [data-bs-target] {
    height: 10px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: 0 0 10px rgba( 0, 0, 0, 1 );
    margin-left: 8px;
    margin-right: 8px;
}

h3.home-section-header {
    margin:60px auto;
    font-size: 1.25em;
    letter-spacing: 0.3em;
}

.subscribe {
    padding-top:60px;
    padding-bottom:60px;
    background: #000;
    color: #fff;
}

.subscribe strong {
    text-transform: uppercase;
    font-size: 1.25em;
    text-align: center;
    margin: 0 auto 40px auto;
    display: block;
    letter-spacing: 0.3em;
}

.subscribe form {
    margin-bottom: 0 !important;
}

.subscribe form .mergeTable {
    flex: 2;
}

.subscribe form .mergeTable input {
    width:100%;
    background: #000;
    color: #fff;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom: 1px solid #fff;
}

.subscribe form .submit_container {
    flex: 0.3;
}

.subscribe form .submit_container input {
    text-align: center;
    width: 100%;
    background: none;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}

.full-width-sitemap ul li {
    display: inline-block;
    margin: 0 8px;
}

.full-width-sitemap ul li a  {
    text-transform: none !important;
    opacity: 1 !important;
    font-size: 1em !important;
}

.full-width-sitemap ul li a:hover {
    opacity: 0.7 !important;
}

.full-width-sitemap ul li:first-child {
    margin : 0;
}

.full-width-dc .copyright p {
    font-size: 1.1em;
    margin-top: 1px;
}

.mcad-default-thumb {
    background-image: url( '../library/images/mcad-def-feat.png' );
    background-repeat: no-repeat;
}

/** BOF SVG Logo **/

.logo .svg-logo-desktop {
    width: 167px;
    height: auto;
}

.logo .svg-logo-mobile {
    width: 122px;
    height: auto;
}

/** EOF SVG Logo **/

/** BOF Text Logo **/

#desk-logo-container a.logo,
.mobile-nav a.mobile-logo {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

#desk-logo-container a.logo > span.logo-black,
.mobile-nav a.mobile-logo {
    color: #000 !important;
    background-color: #fff;
}

.mobile-nav a.mobile-logo {
    background-color: transparent;
}

#desk-logo-container a.logo > span.logo-white {
    color: #fff !important;
    background: #000;
}

#desk-logo-container a.logo > span {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.25em;
    font-weight: 300;
    line-height: 1em;
}

.mobile-nav a.mobile-logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-weight: 300;
}

.mobile-nav a.mobile-logo > span {
    font-weight: 500;
}

#desk-logo-container.shrink a.logo > span {
    font-size: 2em;
    margin-top: 10px;
    display: inline-block;
}

#desk-logo-container a.logo > span > span {
    font-weight: 500;
}

#desk-logo-container,
#h-menu-wrapper,
.front-page-nav > div.row,
#desk-logo-container.shrink a.logo > span {
    transition: all 0.15s linear;
}

.front-page-nav {
    background: #fff;
    box-shadow: 0 0 3px rgba( 0, 0, 0, 0.3 );
}

/** EOF Text Logo **/

/** BOF Gallery Button **/

.mcad_gallery {
    text-align: left;
}

.mcad_gallery a {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    background: rgb( 88, 89, 91 );
    border: 1px solid rgb( 88, 89, 91 );
    transition: all 0.15s linear;
    margin-bottom: 5px;
}

.mcad_gallery a:hover {
    background: #fff;
    color: rgb( 88, 89, 91 );
}

/** EOF Gallery Button **/