/*
Theme Name: BeTheme Child
Template: betheme
Version: 1.0
*/


*, *::before, *::after {
    box-sizing: border-box !important;
}

html {
    font-size: 17px !important;
}

body .goog-te-banner-frame.skiptranslate {
    display: none !important;
  }
  body {
    top: 0px !important;
    position: static !important;
  }
  

body.page-template {
    font-family: Outfit, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif !important;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    font-size: 17px;
    color: #333 !important;
}

#uber {
    width: 100%;
    margin: 0 auto;
    background: rgb(244, 242, 239)
}

@font-face {
    font-family: 'Great Sejagad';
    src: url('fonts/GreatSejagad.woff2') format('woff2'),
         url('fonts/GreatSejagad.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body a {
    background: transparent;
}

body a:link, a:visited, a[href^=tel] {
    color: #435369;
    font-weight: 600;
    text-decoration: none;
}

body a:hover {
    color: #435369;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer;
}

body button {
    overflow: visible;
    text-transform: none;
}

body button, body input, body optgroup, body select, body textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

body img {
    vertical-align: middle;
    border: 0;
}

body h4 {
    font-size: 1.4706em;
    font-weight: 600;
}

body h2 {
    font-family: Great Sejagad, sans-serif;
    font-size: 1.765em;
    font-weight: 400;
    margin: 20px 0 15px;
    padding: 0;
    line-height: 1.0833;
}

body h3 {
    font-size: 1.765em;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
    font-family: Outfit, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif;
    color: #000;
}

body iframe {
    border: solid 1px #ccc;
}

body .bannerVideo .ytPlayerWrapper iframe {
    border: none;
}

/* HEADER STYLING */

#header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 40px 0 0;
    z-index: 1002;
    transition: all .4s ease-in-out;
}

header {
    display: block;
    box-sizing: border-box;
    unicode-bidi: isolate;

    /* inherited from body */

    font-family: Outfit, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif;
    font-weight: 400;
    line-height: 1.5882;
    color: #2b2b2b;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    font-size: 17px;
}

header::selection {
    color: white;
    background-color: rgba(110, 28, 32, .5);
}

/* SKIP CONTENT STYLING */

#skipContentWrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;

    /* inherited from global selector */
    box-sizing: border-box;

    /* from browser (user agent stylesheet) */
    display: block;
    unicode-bidi: isolate;

    /* inherited from body */

    font-family: Outfit, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif;
    font-weight: 400;
    line-height: 1.5882;
    color: #2b2b2b;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    font-size: 17px;

}

#skipContentLink {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;

    /* inherited from 'a' styling */

    color: #435369;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;

    /* inherited from body */

    font-family: Outfit, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif;
    line-height: 1.5882;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}


/* INNER HEADER STYLING */

#headerInner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 3%;
    height: 95px;
    background-color: #f2f2f2;
    border-bottom: 5px solid #97262c;
    transition: opacity .75s ease-in-out;
}

.ic-container-fluid {
    max-width: 1400px;
    width: 94%;
    margin: 0 auto !important;
    position: relative;
    z-index: 1;
}

.ic-container-fluid::before {
    content: " ";
    display: table;
    box-sizing: border-box;
}

.ic-container-fluid::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
}


/* LEFT SIDE OF HEADER */

#headerLeft {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

/* LOGO */

#logo {
    margin-bottom: 18px;
    width: 300px;
}

#logo p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

p {
    margin: 15px 0;
}

#logo a {
    display: block;
    line-height: 1;
}

#logo a:visited {
    /* from general 'a' styling */
    color: #435369;
    font-weight: 600;
    text-decoration: none;
}

#logo a .default {
    display: none;
}

#logo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

img {
    border: 0;
}

/* ASSISTIVE HEADER */
.assistiveTech-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    outline: 0;
}

body h1 {
    margin: 0;
    padding: 0;
    font-family: Great Sejagad, sans-serif;
    font-size: 2.3529em;
    font-weight: 400;
    color: inherit;
}

#headerRight {
    width: 0px;
    height: 100%;
}

#headerRightTop {
    width: 0px;
    height: 0px;
}

#headerRightBottom {
    width: 0px;
    height: 0px;
}

#headerRightTop .top-nav-menu li:first-child a {
    position: relative;
    padding-left: 28px;
}

#headerRightTop .top-nav-menu li:first-child a::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 10px;
    background: url('images/chevron-return-home.svg') center center no-repeat;
    background-size: 16px 10px;
  }

#topNavContainer {
    display: none;
    margin-bottom: 8.5px;
    text-align: right;
    width: 100%;
    font-size: .94118rem;
    line-height: 1.17647rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#topNavContainer {
    display: flex;
    align-items: center;
  }  

  .top-nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #topNavContainer .top-nav-menu li a {
    color: white;
  }  
  
  .nav-divider {
    width: 1px;
    height: 24px;
    background-color: #ccc;
  }

  .social-icon svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    fill: #435369;
  }
  
  .social-icon:hover svg {
    opacity: 0.8;
  }

  .social-icon .st0 {
    transition: fill 0.3s ease;
  }
  
  .social-icon:hover .st0,
  .social-icon:focus .st0 {
    fill: #6e1c20;
  }

  /* HEADER RIGHT BOTTOM */
  


  /* SEARCH FUNC */

  

  #searchBtn {
    display: none;
    position: relative;
    margin-left: 1%;
    transition: all .3s ease-in-out;
}

#searchBtn img, #searchBtn svg {
    width: 20px;
    height: 20px;
}

.cls-1 {
    fill: #fff;
}

#searchBtn:hover .cls-1 {
    fill: #97262c;
  }
  


.modal-box {
    display: none;
    width: 94vw;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: auto;
    margin: 0 auto;
    margin-top: 3%;
    border-radius: 0;
    z-index: 9999;
    background-color: white;
    transition: all .3s ease-in-out;
    overflow: visible !important;
}

.search-modal .modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 992px;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.search-modal .js-modal-close {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-box .js-modal-close {
    position: absolute;
    top: -30px;
    right: -0px;
    color: #fff !important;
    background: transparent;
    border: none;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

.modal-box .js-modal-close:hover, .modal-box .js-modal-close:focus {
    text-decoration: none;
    background: #97262c;
}

.modal-body .searchContainer {
    height: 100px;
    background: rgba(0, 0, 0, .4);
    max-width: 800px;
    margin-top: 30px;
}

.searchContainer {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
    -ms-flex-align: center;
    align-items: center;
}

.searchContainer .search {
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    border-radius: 0;
    width: 100%;
}

.searchContainer .search:before {
    -ms-flex: 0 0 2.75em;
    flex: 0 0 2.75em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.searchContainer .search .searchInput {
    -ms-flex: 1 0 8em;
    flex: 1 0 8em;
    color: #2b2b2b;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0;
    transition: background-color .2s ease-in;
    padding: 0 3%;
    height: 60px;
}

.searchContainer .search .searchInput, .searchContainer .search .searchButton {
    border: none;
    font-size: 1.1rem;
    text-decoration: none;
}

.searchContainer .search .searchButton {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 54px;
    text-indent: 9999px;
    background: #2b2b2b url(images/search-icon.svg) center center no-repeat !important;
    background-size: 20px 20px !important;
    border-radius: 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.searchContainer .search .searchButton:hover, .searchContainer .search .searchButton:focus {
    background: #6e1c20 url(images/search-icon.svg) center center no-repeat !important;
    background-size: 20px 20px !important;
}

.modal-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .55);
    z-index: 9990;
}

/* MOBILE HEADER */

.mobileNav {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 10px 15px;
}

.mobileNav a {
    display: inline-block;
    width: 47px;
    height: 45px;
    margin-left: 4px;
    border-radius: 2px;
}

.mobileNav a img {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    display: block;
}

#mainNav {
    position: absolute;
    top: 100%;
    display: none;
    width: 100%;
}

#mainNav>ul {
    margin: 0;
    padding-left: 0;
    width: 100%;
    list-style: none;
}

#mainNav>ul>li>a {
    position: relative;
    width: calc(100% - 54px);
    display: block;
    font-family: Outfit, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif;
    font-size: 1.11765rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 15px 3%;
    text-overflow: ellipsis;
    color: #fff;
    overflow: hidden;
    transition: color .4s ease-in-out, background .4s ease-in-out;
    background: #97262c;
    border-top: 1px solid rgba(0, 0, 0, .2);
    text-align: left;
    transition: all .3s ease-in-out;
}

#mainNav .main-menu .sub-menu a, #mainNav .top-nav-menu li a{
    text-transform: none !important;
}

#mainNav .top-nav-menu li {
    background-color: #2b2b2b;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

#mainNav .top-nav-menu li a {
    display: block;
    position: relative;
    padding: 10px 3%;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    background-color: #2b2b2b;
    font-size: 1rem;
    line-height: 1.5882;
}



#mainNav .top-nav-menu {
    display: block;
    overflow: hidden;
}

.mainNavItem_expander {
    cursor: pointer;
    width: 54px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #832126;
    border-left: solid 1px rgba(0, 0, 0, .2) !important;
    border-top: solid 1px rgba(0, 0, 0, .25) !important;
    position: relative;
}

.mainNavItem_expander .icon {
    width: 21px;
    height: 21px;
    display: block;
    position: relative;
  }
  
  .mainNavItem_expander .icon::before,
  .mainNavItem_expander .icon::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: transform 350ms ease;
  }
  
  .mainNavItem_expander .icon::before {
    transform: rotate(0deg);
  }
  
  .mainNavItem_expander .icon::after {
    transform: rotate(90deg);
    transform-origin: center;
  }
  
  .mainNavItem_expander.active .icon::before {
    transform: rotate(-180deg);
  }
  
  .mainNavItem_expander.active .icon::after {
    transform: rotate(0deg);
  }
  
  

/* MAIN CONTENT */

#uberMain {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: rgb(244, 242, 239);
}

#uberMain::selection {
    color: white;
    background-color: rgba(110, 28, 32, .5);
}

#mainContent {
    outline: none;
    display: block;
}


/* BANNER w/ VIDEO */

#bannerContainer {
    position: relative;
    width: 100%;
}

#bannerContainer:after {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    background: url(images/decorative-leaf.svg) center center no-repeat;
    background-size: 40px 40px;
    z-index: 2;
}

.banner.loaded {
    opacity: 1;
}

.banner {
    position: relative;
    background-color: #2b2b2b;
    opacity: 0;
    transition: opacity .3s ease;
}

.bannerImage {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.bannerImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hide {
    display: none !important;
}

.banner .bannerCredit {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .25rem .5rem;
    margin: 0;
    color: #fff;
    font-size: .82353em;
    font-style: italic;
    font-weight: 400;
    line-height: 1.35714;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
}

.bannerVideo {
    position: relative;
    max-height: 900px;
    overflow: hidden;
    margin-top: 45px;
}

.bannerVideo .ytPlayerWrapper {
    position: relative;
}

.bannerVideo .ytPlayerWrapper:before {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    content: '';
}

.bannerVideo>div {
    width: 100%;
}

.bannerVideo iframe {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
}

.banner .bannerCredit {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .25rem .5rem;
    margin: 0;
    color: #fff;
    font-size: .82353em;
    font-style: italic;
    font-weight: 400;
    line-height: 1.35714;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
}

.bannerVideo .ytControl {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 1;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(212, 204, 191, .08) url(images/pause-button.svg) center / 10px no-repeat;
    border: 2px solid #a8a298;
    border-radius: 2px;
    transition: border-color .3s ease, background-color .3s ease;
    padding: 0;
}


.bannerVideo .ytControl:hover, .bannerVideo .ytControl:focus {
    border-color: #fff;
    background-color: #2b2b2b;
}

.bannerVideo .ytControl.paused {
    background-image: url('images/play-button.svg');
}


body .bannerContent {
    width: 100%;
    text-align: center;
    padding: 20px 3% 40px;
    overflow: hidden;
}

body .bannerContent h2 {
    margin: 0 0 10px;
    color: white;
}

/* FOOTER STYLES */

footer {
    width: 100%;
    background: #2b2b2b;
    color: #fff;
    font-size: 1rem;
    line-height: 1.29412rem;
    margin-top: 60px;
    padding: 0 0 42px;
    z-index: 1;
    position: relative;
}

footer {
    /* These were included with stuff like header, body, html */
    min-width: 300px;
    display: block; 
}

/* margin-top: 0 for footer in the .homepage, do later */

/* FOOTER TOP PART */

.footerTop {
    padding: 20px 0;
    width: 100%;
}

.footerTopLeft {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.footerNavMega {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.cf:before {
    content: " ";
    display: table;
}

.footerNavMega ul {
    overflow: hidden;
}

.footerNavMega ul, .footerNavMega ul li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}

.footerNavMega ul:before, .footerNavMega ul li:before {
    content: "\200B";
    position: absolute;
}

.footerNavMegaCol {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    height: auto;
}

.footerNavMegaCol h2 {
    display: block;
    height: auto;
    padding: 5px 0;
    font-family: Outfit, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif;
    font-size: 1.41176rem;
    font-weight: 600;
    color: #fff;
    margin: 5px 0 10px;
}

.footerNavMega ul li a {
    display: block;
    height: auto;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}

.footerNavMegaCol:nth-child(3) li {
    overflow: hidden;
    padding: 3px 0; 
    margin: 0 !important;
    max-height: 87px;
}
  

#google_translate_element,
#google_translate_element .goog-te-gadget {
  display: none !important;
}

.customTranslateWrapper #customLanguageSelect {
    background-color: #2b2b2b;
    color: white;
    appearance: none !important;
    cursor: pointer !important;
    margin: 0 !important;
    background-image: url(images/gtranslate-chevron-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 17px 12px !important;
    display: inline-block !important;
    box-shadow: none !important;
    padding: 11px 10px !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
    transition: box-shadow .3s cubic-bezier(.23,1,.32,1) !important;
    background-color: transparent !important;
    font-weight: 600;
    line-height: 1.6 !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 220px !important;
    font-size: .94118rem !important;
    font-family: Outfit, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif !important;
}

html body .goog-logo-link img {
    width: 122px;
    height: 15px;
}



footer .socialLinks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .socialLinks a {
    display: block;
    margin: 4px 20px 4px 0;
    padding: 3px 0 !important;
    line-height: 1;
}

footer .socialLinks a img, footer .socialLinks a svg {
    width: 32px;
    height: 32px;
}

footer .socialLinks a img *, footer .socialLinks a svg * {
    fill: white;
}

a:hover .st0 {
    fill: #97262c;
  }  

svg:not(:root) {
    overflow: hidden;
}

.footerTagLine {
    font-family: Great Sejagad, sans-serif;
    font-size: 2.35294rem;
    line-height: 3rem;
    color: #fff;
    width: 94%;
    text-align: center;
    margin: 20px 3% 30px;
}

/* FOOTER BOTTOM PART */

.footerBottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .25);
    width: 100%;
    padding: 20px 0;
    min-height: 80px;
    text-align: center;
    clear: both;
}

.footerBottom p {
    margin: 0;
}

.footerBottomRight {
    width: 100%;
    text-align: center;
    padding: 5px 0 20px;
}

body .footerBottomRight a {
    color: #fff;
    white-space: nowrap;
}

.topRightNav .socialLinks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#topNavContainer .socialLinks:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: rgba(202, 199, 194, .5);
}

#topNavContainer .socialLinks a {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 20px;
}

#topNavContainer .socialLinks a img, #topNavContainer .socialLinks a svg {
    width: 18px;
    height: 18px;
}

svg:not(:root) {
    overflow: hidden;
}

#topNavContainer .socialLinks a img *, #topNavContainer .socialLinks a svg * {
    fill: white;
}

#topNavContainer .socialLinks a:hover .st0,
#topNavContainer .socialLinks a:focus .st0 {
  fill: #6e1c20;
}


/* MEDIA QUERIES */

@media (min-width: 480px) {
    #headerLeft {
        align-items: center;
    }

    #logo {
        margin-bottom: 0;
    }

    .mobileNav {
        margin: 0;
    }

    .modal-box {
        width: 90vw;
        max-width: 538px;
    }

    body h2 {
        font-size: 2.23529rem;
        line-height: 1.0833;
        font-weight: 400;
        margin: 20px 0 15px;
        padding: 0;
        font-family: Great Sejagad, sans-serif;
        font-weight: 400;
        color: inherit;
    }

    .featureBoxWrapper .featureBox {
        width: calc(50% - 30px);
        height: 195px;
        padding-bottom: 0;
    }

    .footerTagLine {
        font-size: 2.94118rem;
        line-height: 4rem;
        margin: 0 3% 20px;
    }
}

@media (min-width: 600px) {
    .footerNavMegaCol {
        width: 50%;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 5.1765em;
    }

    .featureBoxWrapper {
        padding: 65px 0;
    }

    .footerTop {
        padding: 30px 0;
    }

    .footerNavMega {
        width: 80%;
    }

    body a:hover {
        text-decoration: underline;
    }

}

@media (min-width: 783px) {
    body .bannerVideo {
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    #header {
        box-shadow: none;
        padding: 0;
    }

    #mainNav {
        overflow-y: auto;
        max-height: calc(100vh - 80px);
        background-color: #97262c;
        right: 0;
    }

    #mainNav>ul>li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #mainNav>ul>li:hover>a {
        text-decoration: none;
    }

    .main-menu .dropDownContainer {
        display: none;
      }

    .main-menu .dropDownContainer {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        border: none;
        padding: 10px 0;
        position: static;
        box-shadow: none;
    }

    .main-menu .dropDownContainer {
        z-index: 1000;
        left: 0;
        top: 100%;
        border-radius: 0;
        background: #fff;
        text-align: left;
        overflow: auto;
        max-width: 1400px;
        width: 94%;
        margin: 0 auto;
    }

    #mainNav .main-menu .sub-menu {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 1;
        list-style: none;
    }

    #mainNav .main-menu .sub-menu li {
        display: block;
        width: 100%;
        background: none;
    }

    #mainNav .main-menu .sub-menu:first-of-type li:first-child a {
        border-top: none;
    }

    #mainNav .main-menu .sub-menu li a {
        display: block;
        width: 100%;
        padding: 10px 3%;
        font-size: .94118rem;
        line-height: 1.17647rem;
        font-weight: 400;
        border-top: 1px solid #ebe8e4;
        text-decoration: none;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-nav-menu.mobile-only {
        display: block;
      }

    
}

@media (min-width: 992px) {
    #header {
        box-shadow: none;
    }

    #headerLeft {
        width: 300px;
        padding-right: 40px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: 15px;
    }
    #headerInner {
        background-color: transparent;
        height: auto;
        border-bottom: none;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 96%;
        padding: 0;
    }

    #logo {
        width: 100%;
    }

    #logo a .default {
        display: block;
    }

    #logo a .printLogo {
        display: none;
    }

    #headerRight {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    #headerRight {
        width: calc(100% - 300px);
    }

    #headerRightTop {
        width: 100%;
        height: 100%;
    }

    #headerRightBottom {
        width: 100%;
        height: 100%;
    }

    #topNavContainer {
        display: flex;
        justify-content: flex-end;
        align-items: center;
      }
    

      .top-nav-menu {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
      }
      
      .top-nav-menu li a {
        padding-right: 20px;
        text-decoration: none;
        font-weight: 500;
        display: flex;
        align-items: center;
      }
      
      .top-nav-menu li a:hover {
        text-decoration: underline;
      }    
      
      .mobileNav {
        display: none;
      }

      #headerRightBottom {
        width: 100%;
        display: flex;
        justify-content: flex-end;
      }
    
      #mainNav {
        position: relative;
        top: auto;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        margin-top: 5px;
        width: 100%;
        box-shadow: none;
        border: none;
        transition: all .3s ease-in-out;
      }
    
      #mainNav > ul {
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        list-style: none;
        margin: 0;
        padding-left: 0;
        position: relative;
        max-width: 100%;
        width: auto;
      }
    
      #mainNav > ul > li {
        position: relative;
        display: block;
        margin: 0 2px;
        flex: 1 1 auto;
        min-width: 0;
        color: #fff;
      }
    
      #mainNav > ul > li > a {
        position: relative;
        width: 100%;
        display: block;
        font-family: Outfit, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif;
        font-size: 1.11765rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        padding: 17px 30px 17px 10px;
        text-align: left;
        color: #fff;
        background: transparent;
        border-top: none;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
        overflow: visible;
        transition: all 0.3s ease-in-out;
      }
    
      #mainNav > ul > li > a::before {
        content: '';
        display: block;
        position: absolute;
        right: 10px;
        top: 24px;
        width: 10px;
        height: 7px;
        background: url('images/main-nav-chevron-down.svg') no-repeat;
        background-size: 10px 7px;
        pointer-events: none;
        z-index: 100;
      }
    
      #mainNav > ul > li > a::after {
        content: '';
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 4px;
        background-color: white;
      }
    
      #mainNav > ul > li:hover > a,
      #mainNav > ul > li:focus > a,
      #mainNav > ul > li.sfHover > a {
        color: black;
        text-shadow: none;
        background-color: white;
        z-index: 1001;
      }
    
      #mainNav > ul > li:hover > a::before,
      #mainNav > ul > li:focus > a::before,
      #mainNav > ul > li.sfHover > a::before {
        background: url('images/main-nav-chevron-down-coloured.svg');
      }
    
      
.main-menu a {
    white-space: nowrap;      
}
  
.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
  }

  .main-menu li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    overflow: visible;
  }

  .main-menu > li > a::before {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 7px;
    background: url('images/main-nav-chevron-down.svg') no-repeat;
    background-size: 10px 7px;
    pointer-events: none;
    z-index: 100;
  }


  .main-menu li:hover > .sub-menu {
    display: block;
  }

  

  .mobile-only {
    display: none !important;
}
  
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 999;
  }
  
  .main-menu .sub-menu li a {
    display: block;
    padding: 6px;
    color: #333;
    white-space: nowrap;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    font-size: .91148rem;
  }

  .main-menu .sub-menu li {
    border-bottom: 1px solid #ebe8e4;
  }

  .main-menu > li > .sub-menu {
    opacity: 1 !important;
    visibility: visible;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 100%;
    width: 240px;
    min-width: calc(100% + 50px);
    padding: 18px 15px 8px;
    border-radius: 0;
    box-shadow: 0 8px 24px -1px rgba(0, 0, 0, .24);
    background: #fff;
    color: #000;
    text-align: left;
    overflow: auto;
  }

  .main-menu .sub-menu li:last-child{
    border-bottom: none;
  }


  .main-menu > li:last-child > .sub-menu {
    transform: translateX(-17.9%);
    right: 0;
    white-space: normal;       
  }

  .main-menu > li:last-child > .sub-menu > li {
    position: relative;
  }

  #mainNav > ul > li.current-menu-ancestor > a:after,
  #mainNav > ul > li.current-menu-parent > a:after,
  #mainNav > ul > li.current-menu-item > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4px;
    background-color: white;
  }

  .main-menu .sub-menu a:hover,
  .main-menu .sub-menu a:focus {
    text-decoration: underline;
  }

  .mainNavItem_expander {
    display: none !important;
  }

    #searchBtn {
        display: block;
    }

    .modal-box {
        position: fixed;
        margin-top: 0;
        top: 50%;
        transform: translateY(-50%);
        max-width: 1076px;
    }

    .searchContainer {
        max-width: 620px;
        margin-top: 0;
    }

    .searchContainer .search {
        width: 94%;
        height: 60px;
    }

    .searchContainer .search .searchInput, .searchContainer .search .searchButton {
        padding: .35em .75em;
    }

    .searchContainer .search .searchButton {
        width: 62px;
        background-color: #97262c;
    }

    .bannerImage {
        height: 0;
        padding-bottom: 50%;
        min-height: 600px;
    }

    .bannerImage:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: linear-gradient(to bottom, rgba(34, 34, 34, .4) 0, rgba(34, 34, 34, 0) 100%);
        height: 250px;
        z-index: 1;
    }

    .bannerImage:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(43, 43, 43, .45);
        content: '';
    }

    .bannerImage img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
    }

    .banner .bannerCredit {
        max-width: calc(50% - 70px);
    }

    body .bannerVideo {
        margin-top: 0;
    }

    .bannerVideo:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: linear-gradient(to bottom, rgba(34, 34, 34, .4) 0, rgba(34, 34, 34, 0) 100%);
        height: 250px;
        z-index: 1;
    }

    .bannerVideo:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(43, 43, 43, .45);
        content: '';
    }

    .bannerVideo .bannerCredit {
        max-width: calc(50% - 70px);
        background-color: transparent;
    }

    .bannerVideo .ytControl {
        display: -ms-flexbox;
        display: flex;
    }

    .bannerContent {
        position: absolute;
        bottom: 64px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 100%;
        max-width: 850px;
        padding: 0;
    }

    .bannerContent h2 {
        text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    }

    body h2 {
        font-size: 2.82353rem;
    }

    #bannerContainer:after {
        width: 70px;
        height: 70px;
        bottom: -30px;
        margin-left: -35px;
        background-size: 70px 70px;
    }

    body:not(.scrollingDownward):not(.scrollingUp) #header {
        background-color: transparent;
        padding-top: 40px;
        border-bottom: none;
    }

    .scrollingDownward #header {
        background-color: #2b2b2b;
        /* padding-top: 0; */
        padding-top: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }

    .scrollingUp #header {
        background-color: #2b2b2b;
        padding-top: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }

    .scrollingDownward #topNavContainer {
        opacity: 0;
    }

    .scrollingUp #topNavContainer {
        margin-bottom: 0.25rem;
    }

    .scrollingUp #headerLeft a img, .scrollingDownward #headerLeft img{
        max-width: 270px;
        height: auto;
        margin-left: 40px;
        width: 100%;
    }

    .footerNavMegaCol {
        height: 250px;
    }

    .featureBoxWrapper .featureBox {
        height: 295px;
        padding-bottom: 0;
    }

    .featureBoxWrapper .featureBoxText {
        font-size: 1.17647rem;
    }

    .featureBoxWrapper .featureBoxText span.featureBoxTextBottom {
        margin-top: 15px;
    }
 
    footer {
        margin-top: 0;
    }

    .footerTop {
        padding: 68px 0 30px;
    }

    .footerTopLeft {
        width: 220px;
        float: left;
        position: absolute;
        left: 0;
        top: 51px;
        text-align: left;
    }
    
    .footerNavMega {
        width: 100%;
        margin: 0;
        padding-left: 175px;
        justify-content: flex-start;
        gap: 10px;
    }

    .footerNavMega ul li {
        margin: 15px 0;
        padding: 0;
        position: relative;
        list-style-type: none;
    }

    .footerNavMega ul li a:hover, .footerNavMega ul li a:active, .footerNavMega ul li a:focus {
        text-decoration: underline;
    }

    .footerNavMegaCol {
        width: auto;
        max-width: calc((100% - 220px) / 3);
        margin-bottom: 0;
        padding: 0 0 0 30px;
        text-align: left;
    }

    .footerNavMegaCol:nth-child(3) {
        width: 220px;
        max-width: 220px;
        }


    footer .socialLinks {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footerTagLine {
        margin: 45px 3% 15px;
        font-size: 3.52941rem;
        line-height: 4.8rem;
    }

    .footerBottom {
        padding: 30px 150px 0 0;
        text-align: left;
    }

    .footerBottomLeft {
        width: 100%;
        overflow: hidden;
    }

    .footerBottomRight {
        position: absolute;
        right: 15px;
        top: 30px;
        width: 130px;
        text-align: right;
        padding: 0;
    }

    .topRightNav .socialLinks {
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-width: 93px;
    }

}

@media (min-width: 1050px) {
    #searchBtn {
        margin-top: 4px;
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    #mainNav>ul>li>a {
        padding: 17px 40px 17px 20px;
    }

    #mainNav>ul>li>a:before {
        right: 20px;
    }

    .banner .bannerCredit {
        background-color: transparent;
    }

    .bannerVideo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-column-align: center;
        justify-items: center;
    }

    .bannerVideo .ytPlayerWrapper {
        width: 100%;
    }

    .footerNavMega {
        padding-left: 240px;
    }

    .footerNavMegaCol {
        max-width: calc((100% - 240px) / 3);
    }

    .footerNavMegaCol:nth-child(3) {
        width: 240px;
        max-width: 240px;
    }
}

@media (min-width: 1400px) {
    #headerLeft {
        width: 400px;
        margin-bottom: 15px;
    }

    #headerRight {
        width: calc(100% - 400px);
    }


    #mainNav {
        margin-top: 15px;
    }

    #mainNav > ul {
        padding-inline-start: 40px;
      }      

    #mainNav>ul>li {
        margin-right: 5px;
        margin-left: 5px;
    }

    .banner .bannerCredit {
        right: 24px;
        bottom: 32px;
        padding: 0;
        max-width: calc(50% - 95px);
    }

    .bannerVideo .bannerCredit {
        right: 90px;
        bottom: 47px;
        max-width: calc(50% - 185px);
    }

    .bannerContent {
        bottom: 142px;
    }

    .bannerContent h2 {
        font-size: 5.64706rem;
        line-height: 1.21875;
    }

    .footerNavMega {
        -ms-flex-pack: stretch;
        justify-content: stretch;
    }

    .footerNavMegaCol {
        max-width: calc((100% - 320px) / 3);
        padding: 0 0 0 100px;
    }

    .footerNavMegaCol:nth-child(3) {
        width: 320px;
        max-width: 320px;
    }

}




/** Sidebar style **/

/** mobile stops at 992px **/
.lanark-sidebar{
    width: 23%;
    display: block;
    z-index: 5;
}

.lanark-sidebar > li{
    border: 1px solid #ccc;
    border-top: 6px solid #97262c;
    background-color: #e9e7e3;
}

@media only screen and (max-width: 992px) {
    .lanark-sidebar{
        width: 100%;
        height: 0px;
        overflow: hidden;
    }
}

.lanark-sidebar ul li ul li .menu-text{
    padding-left: 40px;
}

.lanark-sidebar ul li ul li ul li .menu-text{
    padding-left: 65px;
}


.lanark-sidebar .accordion-icons .icon svg{
    width: 12px;
    height: 12px;
}

.lanark-sidebar a{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-top: solid 1px #ccc;
    position: relative;
}

.lanark-sidebar a:hover{
    text-decoration: none;
}

.lanark-sidebar > li{
    list-style: none;
}

.lanark-sidebar .accordion-icons{
    display: none;
    width: 45px;
    height: inherit;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
    position: relative;
}

.lanark-sidebar li > a > .accordion-icons > .icon{
    display: block;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-inline: auto; 
    width: fit-content;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.lanark-sidebar li.closed > a > .accordion-icons > .minus{
    opacity: 0;
    transform: rotate(90deg);
}

.lanark-sidebar li:not(.closed) > a > .accordion-icons > .plus{
    opacity: 0;
    transform: rotate(-90deg);
}

.lanark-sidebar .page_item_has_children > a > .accordion-icons{
    /* display: flex; */
    display: block;
    text-align: center;
}

.lanark-sidebar .menu-text{
    border-right: solid 1px transparent;
    overflow: hidden;
    padding: 13px 15px 13px 20px;
    font-size: 1em;
    font-weight: 600;
    color: #435369;
    border-left: none;
    width: 100%;
    display: flex;
    align-items: center;
}

.lanark-sidebar ul li a .menu-text::before{
    content: "";
    height: 7px;
    width: 7px;
    background-color: #435369;
    display: block;
    margin-right: 15px;
    flex-shrink: 0;
}

.lanark-sidebar .page_item_has_children > a > .menu-text{
    width: calc(100% - 45px);
}

.lanark-sidebar .menu-text:hover,
.lanark-sidebar .accordion-icons:hover{
    background-color: #dedbd5
}

.lanark-sidebar .page_item.closed > .children{
    /* max-height: 0px; */
    overflow: hidden;
    display: block;
    height: auto;
    /* transition: max-height 1s ease; */
}

.lanark-sidebar .page_item > .children{
    /* max-height: 1500px; */
    height: auto;
    /* transition: max-height 1s ease; */
}

.subNavTriggerContainer {
    width: 50px;
    margin-left: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1
}

@media(min-width: 992px) {
    .subNavTriggerContainer {
        display:none
    }

    .lanark-sidebar {
        margin-bottom: 40px;
    }

}

.lanark-sidebar-toggle{
    position: relative;
}

.lanark-sidebar-toggle button{
    background-color: unset !;
}

.subNavTriggerContainer .subNavTrigger {
    font-size: 0;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.subNavTriggerContainer .subNavTrigger .hamburger-box {
    width: 32px;
    height: 24px
}

.subNavTriggerContainer .subNavTrigger .hamburger-box .hamburger-inner,.subNavTriggerContainer .subNavTrigger .hamburger-box .hamburger-inner:before,.subNavTriggerContainer .subNavTrigger .hamburger-box .hamburger-inner:after {
    width: 32px;
    height: 3px
}

.subNavTriggerContainer .hamburger-inner,.subNavTriggerContainer .hamburger-inner:before,.subNavTriggerContainer .hamburger-inner:after {
    background-color: #2b2b2b
}

.subNavTriggerContainer .triggerText {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 4px
}

.subNavTrigger {
    font-size: 0;
    text-align: center;
    display: block;
    float: right;
    color: #2b2b2b!important
}

.subNavTrigger:hover {
    cursor: pointer
}

@media(min-width: 992px) {
    .subNavTrigger {
        display:none
    }
}

.subNavTrigger .subNavTriggerImage {
    border-radius: .125rem;
    display: inline-block;
    height: 45px;
    width: 28px;
    padding: 10px 0;
    border: 1px solid #ccc
}

.subNavTrigger img {
    width: 28px;
    height: 18px;
    display: block;
    margin: 0 auto
}

.subNavTrigger .subNavTriggerText {
    font-size: 14px;
    font-weight: 400;
    padding-top: 2px;
    display: inline-block;
    color: #2b2b2b
}

@media(min-width: 992px) {
    .subNavTrigger .subNavTriggerText {
        color:white
    }
}

.hamburger {
    display: inline-block;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0 0 5px 10px;
    cursor: pointer;
    overflow: visible;
    outline: none;
    padding: 1px 6px !important;
}

@media(min-width: 480px) {
    .hamburger {
        margin:0 0 0 10px
    }
}

.hamburger-box {
    width: 32px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after {
    width: 32px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.subNavTriggerContainer .hamburger-inner,.subNavTriggerContainer .hamburger-inner:before,.subNavTriggerContainer .hamburger-inner:after {
    background-color: #000
}

.hamburger-inner:before,.hamburger-inner:after {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -8px
}

#headerBottom .hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -8px
}

#headerBottom .hamburger-inner:after {
    bottom: -10px
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top .075s .12s ease,opacity .075s ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom .075s .12s ease,transform .075s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0!important;
    opacity: 0;
    transition: top .075s ease,opacity .075s .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0!important;
    transform: rotate(-90deg);
    transition: bottom .075s ease,transform .075s .12s cubic-bezier(.215,.61,.355,1)
}

.lanark-sidebar li .current_page_item .menu-text span {
    color: #000;
}

.lanark-sidebar li .current_page_item ul .menu-text span{
    color: #435369;
}


  

/** End sidebar style **/

/** Accordion restyle **/

.vc_tta-container .vc_tta-accordion .vc_tta-panel{
    margin-bottom: 8px;
}


.vc_tta-container .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
    border-radius: .25rem .25rem 0 0;
    box-shadow: none;
    padding: 12px 15px 15px 60px;
    font-weight: 700;
    background-color: white;
    border: solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a .vc_tta-title-text{
    text-decoration: none !important;
    font-weight: 600;
    font-family: Outfit, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.25;
    color: rgb(43, 43, 43);
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a{
    padding-left: 60px !important;
}



.vc_tta-container .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a > i{
    display: none !important;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a::before{
    transform: rotate(-90deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 3px;
    background: #e1dedb url(./images/plus.svg) center center no-repeat;
    background-size: 14px 14px;
    transition: all .25s ease-out;
    border: 1px solid #e1dedb;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a::before{
    background: #e1dedb url(./images/minus.svg) center center no-repeat;
    background-size: 14px 14px;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{
    padding: 12px 15px 15px 22px;
    border: solid #ccc;
    border-width: 0 1px 1px;
    border-bottom-left-radius: 5px  !important;
    border-bottom-right-radius: 5px !important;
    overflow: hidden;
    background: #e9e7e3;
}
/** Accordion restyle end **/


#gt_float_wrapper {
    display: none !important;
}

/** Events **/

.event-meta-info-section{
    border: 1px solid #CCC;
    background: #E9E7E3;
    padding: 32px;
    margin-bottom: 10px;
}

.event-meta-info-section .event-meta-info-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}

.event-meta-info-section .event-meta-info-wrapper h3{
    font-family: "Crimson Text";
    font-size: var(--H3, 26px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.event-meta-info-section .event-meta-info-wrapper p{
    color: var(--black, #000);
    /* Body */
    font-family: Nunito;
    font-size: var(--Body, 20px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/** End Events **/