@font-face {
	font-family: Gotham B;
    src: url("fonts/Gotham/Gotham-Medium.ttf");
    font-display: swap; 
}
@font-face {
	font-family: Gotham A;
  src: url("fonts/Gotham/Gotham Book.ttf"); 
  font-display: swap;
}
/*===Global styles==*/
img { max-width: 100%; }
* { box-sizing: border-box; }
input[type=submit] { cursor: pointer; }
a { transition: color 0.4s linear; }
a, a:hover, a:focus { text-decoration: none; }
img { max-width: 100%; height: auto; } 
* { box-sizing: border-box; }
input[type=submit], button { cursor: pointer; }
body { font-family: "Gotham A"; font-weight: 400; background-color: #fffdf8; }
strong, h1 {  font-family: "Gotham B"; }
h2 { font-size: 44px; font-family: "Gotham B"; padding-top: 18px; margin-bottom: 23px; color: #651d32; }
h3 { font-size: 22px; font-family: "Gotham B"; padding-top: 5px; margin-bottom: 17px; color: #4a4a4a; }
p { font-size: 18px; line-height: 2; color: #4a4a4a; margin-bottom: 24px; }
em { font-style: italic; }
svg { max-width: 100%; }
.wp-block-quote { border-left: 10px solid #651d32; margin: 28px 0; }
.wp-block-quote p { font-size: 26px; font-style: italic; line-height: 1.85; }

.nopadding { padding: 0; }
.button { transition: background-color 0.4s linear; display: inline-block; text-align: center; box-shadow: 0 0 30px 8px rgba(106,106,106,0.3); border: none; font-size: 22px; color: #fff; font-family: "Gotham B"; border-radius: 5px; min-width: 200px; padding: 13px 15px; }
.button:hover, .button:focus { color: #fff; text-decoration: none; }
.button.green { background: #44883e linear-gradient(to bottom, #599553 0%, #44883e 100%); }
.button.green:hover { background: #41ac48; }
.button.green:focus { background: #40c549; }
.button.purple { background: #651d32 linear-gradient(to bottom, #7c3f50 0%, #651d32 100%); }
.button.purple:hover { background: #7c2d44; }
.button.purple:focus { background: #844f6e; }

.content-button { margin-bottom: 60px; }
.hasShadow { box-shadow: 10px 10px 30px 10px rgba(106,106,106,0.3); }

#page-content ul { margin-bottom: 30px; }
#page-content ul li { padding-left: 35px; position: relative; line-height: 1.35; font-size: 18px; margin-bottom: 20px; }
#page-content ul li span {font-family: inherit !important; color: inherit !important;}
#page-content ul li::before { content: ''; background: #41ac48; width: 5px; height: 5px; display: block; border-radius: 6px; position: absolute; left: 17px; top: 9px; }
.container { max-width: 1190px; width: 100%; }
.container-larger { max-width: 1400px; width: 100%; margin: auto; padding: 0 15px; }
.beyond { max-width: 1920px; margin: auto; }

/*===header===*/
.masthead-bg .container { max-width: 1400px; width: 100%; padding: 0; display: flex; align-items: center; height: 160px; }
.js-main-menu-mobile-container { margin-left: auto; margin-right: auto;}
.header-menu { margin-bottom: 0; }
.header-menu a { padding: 20px 0; font-size: 18px; font-family: "Gotham B"; color: #252525; display: inline-block; }
.header-menu a:hover { color: #44883e; }
.header-menu a:focus { color: #40c549; }
.header-menu li { display: inline-block; margin-left: 40px; position: relative; }
.header-menu .sub-menu { width: 200px; display: none; padding: 10px; background: #fff; position: absolute; z-index: 20; left: 50%; transform: translateX(-50%); box-shadow: 5px 5px 25px 1px rgba(106,106,106,0.3); }
.header-menu .sub-menu::before { position: absolute; content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 0 20px 10px 20px; border-color: transparent transparent #ffffff transparent; top: -10px; left: 50%; transform: translateX(-50%); }
.header-menu .sub-menu li { display: block; margin-left: 22px; margin-right: 22px; border-bottom: 1px solid #f2f2f2; text-align: center; }
.header-menu .sub-menu li:last-child { border: none; }
.header-menu .sub-menu a { padding: 16px 0; font-weight: 400; display: block; }
.custom-logo-link { margin-left: 120px; }
.close-header-menu, .navtoggle { height: 40px; width: 40px; background: transparent; border: none; }
.navtoggle { margin-right: auto; display: none; }
.close-header-menu:focus, .navtoggle:focus { outline: none; }
.menu-actions { display: none; }

/*===slider default===*/
.container-larger { margin-bottom: 60px; }
.js-slider-default { height: 650px; overflow: hidden; box-shadow: 5px 5px 20px 0 rgba(106,106,106,0.3); }
.js-slider-default .single-slide { min-height: 650px; }
.single-slide { background-position: center; background-size: cover; }
.slider-content { padding-top: 86px; padding-bottom: 20px; max-width: 625px; }
.slider-content h2 { font-size: 120px; line-height: 1.01; margin-bottom: 38px; color: white; }
.slider-content p { font-size: 30px; font-family: "Gotham B"; line-height: 1.5; color: white; }
.slick-dots { width: 100%; position: absolute; bottom: 11px; margin-bottom: 0; text-align: center; }
.slick-dots li { display: inline-block; border-radius: 10px; width: 12px; height: 12px; margin: 0 4px; border: 2px solid #a1a1a1; }
.slick-dots li.slick-active { background: #a1a1a1; }
.slick-dots li button { display: none; }
#page-content .slick-dots { margin: 0; padding: 0; }
#page-content .slick-dots li { padding: 0; }
#page-content .slick-dots li::before { display: none; }

/*===footer===*/
.footer-tiles { margin-bottom: 60px; }
.footer-mailchimp { max-width: 553px; min-height: 400px; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 74px; text-align: center; background-image: url("images/mailchimpbg.jpg"); background-size: cover; background-position: center; }
.footer-mailchimp h2, .membership-tile h2 { font-size: 40px; line-height: 1.25; padding-top: 0; margin-bottom: 30px; }
.membership-tile h2 { color: #44883e; }
.footer-mailchimp input[type=email] { background: transparent; color: #4a4a4a; width: 100%; border: none; border-bottom: 2px solid #4a4a4a; margin-bottom: 25px; text-align: center; padding-bottom: 8px; font-size: 20px; font-weight: 300; }
.footer-mailchimp input[type=email]::placeholder { color: #4a4a4a; opacity: 0.8; }
.membership-tile { max-width: 553px; min-height: 400px; height: 100%; margin-left: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 74px 40px; text-align: center; background-image: url("images/greenbg.jpg"); background-size: cover; background-position: center; }
.membership-tile p { font-size: 20px; font-weight: 300; color: #4a4a4a; margin-bottom: 27px; line-height: 1.8; }
.footer-bg { background: #252525; border-top: 10px solid #3b3b3b; padding: 84px 0 50px; }
.footer-block1 { border-bottom: 2px solid #fffcf5; display: flex; padding-bottom: 35px; margin-bottom: 18px; }
.footer-block1 .logo { width: 152px; margin-right: 80px; }
.footer-menu-container { flex-grow: 1; margin-top: -6px; }
.footer-bg a, .footer-bg p { color: #929292; font-size: 18px; }
.footer-bg a:hover, .footer-bg a:focus { color: #929292; }
.footer-menu { width: 100%; text-align: center; display: flex; flex-wrap: wrap; margin-bottom: 0; }
.footer-menu > li { width: 25%; }
.footer-menu > li > a { color: #fffcf5; font-family: "Gotham B"; }
.footer-menu > li > a:hover, .footer-menu > li > a:focus { color: #fffcf5; }
.footer-menu li { padding: 0 5px; }
.footer-menu a { color: #cccccc; }
.footer-menu a:hover, .footer-menu a:focus { color: #cccccc; }
.footer-menu .sub-menu { padding-top: 9px }
.footer-menu .sub-menu li { margin-bottom: 9px; }
.footer-address { text-align: right; }
.footer-block2 a, .footer-block2 p { font-family: "Gotham B"; }
.footer-block2 p  { margin-bottom: 8px; }
.socials { text-align: center; padding: 16px 0 10px; }
.socials a svg { color: #fffcf5; }
.socials a:hover, .socials a:focus { }
.socials .social-icon { margin-right: 10px; }
.socials .social-icon:last-child { margin-right: 0; }
.social-icon { display: inline-block; }

/*===post socials==*/
.custom-social-toolbar-outer { padding-top: 25px; }
.custom-social-toolbar { display: flex; background: #fff; padding: 16px 0; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; margin-bottom: 53px; }
.custom-social-toolbar .lbl { margin-right: 25px; font-size: 20px; }
.custom-social-toolbar .lbl span { color: #651d32; font-family: "Gotham B"; }
.sharing-icons { display: flex; align-items: center; justify-content: space-between; }
.sharing-icons > * { margin-right: 25px; }
.custom-social-toolbar .sharingbtnemail { display: flex; align-items: center; justify-content: center; width: 60px; height: 22px; text-transform: uppercase; border: 1px solid #cccccc; background: #fff; border-radius: 4px; vertical-align: super; text-decoration: none; font-size: 10px; color: #7c7c7c; padding: 2px 4px; }
.sharingbtnemail span { font-size: 10px; }
.custom-social-toolbar .sharingbtnemail:hover, .custom-social-toolbar .sharingbtnemail:focus { color: #7c7c7c; border: 1px solid #cccccc; }
.emailshareimg { height: 9px; position: relative; margin-right: 3px; }

/*===layout===*/
.columns-container.singlePost .row { display: flex; justify-content: space-between; flex-wrap: unset; }
.single-column > *:last-child { margin-bottom: 0 }
.single-column { margin: 0 auto 60px; padding: 0 15px; width: 100%; }
.columns-container.singlePost .single-column { margin: 0 0 47px; }
.columns-container.singlePost .single-column:first-child { max-width: 716px; }
.columns-container.singlePost .single-column:last-child { max-width: 400px; }
.columns-container.default .single-column { margin-bottom: 80px; }
.columns-container.default { margin-bottom: 38px; }
.columns-container.left .single-column { max-width: 716px; margin: 0 0 60px; }

/*====hero area / header component===*/
.single-post-header h1 { padding-top: 27px; padding-bottom: 28px; color: #651d32; font-size: 46px; line-height: 1.32; }
.single-post-hero { margin-bottom: 48px; height: 610px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.visit-header h1 { font-family: "Gotham B"; font-size: 100px; padding-top: 15px; margin-bottom: 22px; }
.visit-hero { max-width: 1400px; width: 100%; margin: 0 auto 48px; height: 650px; background-size: cover; background-position: center; background-repeat: no-repeat; box-shadow: 10px 10px 30px 0 rgba(106,106,106,0.3); }
.header-link { padding-top: 18px; margin-bottom: -5px; }
.header-link a{ display: inline-block; padding: 5px 15px; background-color: #651d32; transition: background-color 0.4s linear; color: #fff; font-size: 20px; }
.header-link a:hover { background-color: #7c2d44; }
.header-link a:focus { background-color: #844f6e; }

/*===basic tile===*/
.basic-tile { padding: 52px 51px 40px; height: 400px; display: flex; width: 100%; align-items: flex-end; justify-content: flex-start; margin-bottom: 60px; background-position: center; background-size: cover; }
.basic-tile h2 { color: #fff; padding-top: 0; }
.double-tiles .basic-tile { max-width: 553px; }
.basic-tile.second { margin-left: auto; }

/*===block image block===*/
.text-image-block.large { padding: 70px 0; background-size: cover; background-position: center; margin-bottom: 60px; }
.text-image-block.large .block-content { background: rgba(255,255,255,0.9); padding: 42px 51px 51px; max-width: 449px; min-height: 450px; }
.text-image-block .block-content h2 { padding-top: 0; margin-bottom: 20px; }
.text-image-block .block-content p { margin-bottom: 20px; }
.text-image-block-link a { font-size: 18px; color: #651d32; font-family: "Gotham B"; }
.text-image-block-link a:hover { color: #7c2d44; }
.text-image-block-link a:focus { color: #844f6e; }
.just-border { border-top: solid 2px #f2f2f2; }
.text-image-block.border-version { padding-top: 54px; }
.text-image-block.border-version.larger-margin { margin-bottom: 60px; }
.tib-left-col { width: 60.5%; padding: 0 15px; margin-bottom: 60px; }
.tib-right-col { width: 39.5%; padding: 6px 15px 0; margin-bottom: 60px; }
.tib-left-col h2 { padding-top: 0; }
.tib-left-col p { margin-bottom: 40px; }
.tib-right-col img { display: block; margin-left: auto; box-shadow: 3px 3px 30px 0 rgba(106,106,106,0.3); }

/*===google map===*/
.google-map-outer { margin-bottom: 60px; position: relative; }
.google-map-outer.larger-margin { margin-bottom: 100px; }
#google-map-container { height: 400px; }
.map-content { min-height: 300px; width: 100%; max-width: 305px; padding: 32px 30px 34px; color: #fff; background-color: #44883e; background-image: url("images/bgshape.png"); background-position: right bottom -5px; background-repeat: no-repeat; position: absolute; z-index: 2; top: 50px; left: 50px; }
.map-content a, .map-content p, .map-content h2 { color: #fff; }
.map-content p { font-weight: 300; line-height: 1.3; margin-bottom: 19px; }
.map-content h2 { padding-top: 0; margin-bottom: 18px; font-size: 30px; line-height: 1.35; }
.buses-row p { margin-bottom: 0; }
.buses-row span {  margin-left: 16px; vertical-align: middle; }

/*===gray block===*/
.gray-block { background: #f2f2f2; padding: 24px; margin-top: 10px; }
.gray-block p { font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.gray-block p:last-child { margin-bottom: 0; }
.gray-block em { font-size: 14px;  line-height: 1.45; padding-top: 2px; display: inline-block; }

/*===faq===*/
.faq-container { padding-top: 31px; margin-bottom: 46px;}
.faq-container .faq { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; padding-top: 15px; }
.colFaq { max-width: 558px; width: 100%; padding: 0 15px; }
.single-question { width: 100%; padding-left: 36px; margin-bottom: 32px; }
.single-question-button { position: relative; background: transparent; border: none; padding: 0; text-align: left; font-size: 18px; line-height: 2; font-family: "Gotham B"; }
.single-question-button:focus { outline: none; }
.single-question-button span { position: absolute; left: -35px; top: 6px; }
.single-question-button i { display: block; position: relative; width: 24px; height: 24px; border-radius: 24px; transition: background-color 0.4s linear; background-color: #44883e; }
.single-question-button i::after, .single-question-button i::before { content: ''; display: block; height: 2px; width: 12px; position: absolute; left: 50%; top: 50%; transform: translate( -50%, -50%); background: #fff; }
.single-question-button i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform 0.4s linear, opacity 0.4s linear; }
.single-question-button.active i { background-color: #651d32; }
.single-question-button.active i::after { transform: translate(-50%, -50%) rotate(0); opacity: 0; }
.question-content { display: none; padding-top: 34px; }
.question-content p { font-size: 16px; line-height: 2.3; margin-bottom: 0; }

/*===image with shadow===*/
.image-with-shadow { margin-bottom: 52px; }
.image-with-shadow img { box-shadow: 10px 10px 30px 0 rgba(106,106,106,0.3); }

/*===category block===*/
.category-block { margin-bottom: 52px; }
.category-block.larger-margin { margin-bottom: 100px; }
.category-block h2 { padding: 0; }
.single-category-tile { max-width: 370px; position: relative; display: block; }
.single-category-tile img { box-shadow: 5px 5px 15px 0 rgba(106,106,106,0.3); }
.single-category-tile-content { display: flex; flex-direction: column; justify-content: flex-end; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.4); padding: 23px 23px 27px; }
.single-category-tile-content.category-version { justify-content: center; align-items: center; }
.single-category-tile-content.category-version h2 { margin: 0; font-size: 44px; padding-top: 17px; }
.single-category-tile-content h2 { color: #fff; padding: 0; font-size: 30px; margin-bottom: 20px; }
.single-category-tile-content p { color: #fff; margin-bottom: 0; font-weight: 300; font-size: 18px; line-height: 1.35; }

/*** ArchiveWidget block styles ***/
.custom-widget { padding: 22px 25px 21px; border-bottom: 2px solid #44883e; margin-bottom: 60px; background: #f2f2f2; }
.custom-widget h3 { padding-bottom: 16px; border-bottom: 2px solid #fbfbfb; margin-bottom: 13px; color: #4a4a4a; font-size: 18px; }
.custom-widget p { color: #4a4a4a; font-size: 18px; margin-bottom: 14px; }
.custom-widget a,
.custom-widget a:hover,
.custom-widget a:focus { color: #4a4a4a; }

/*===contact tabs===*/
.mobile-toggle-content { width: 100%; display: flex; }
.mobile-tab-header { display: none; }
.tabs-switcher-block { margin-bottom: 100px; box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.2); background: #f3f3f3; }
.switcher-header { display: flex; }
.tab-switcher { position: relative; height: 74px; border: none; border-right: 1px solid #a27891; background-color: #8b5675; color: #fff; width: 100%; display: block; font-family: "Gotham B"; font-size: 26px; transition: background-color 0.4s linear, border-color 0.4s linear, color 0.4s linear; }
.tab-switcher::after { content: ''; transition: border-color 0.4s linear; position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 4px 5px 0 5px; border-color: transparent transparent transparent transparent; }
.switcher-header:last-child .tab-switcher { border-right: none; }
.tab-switcher:focus { outline: none; }
.tab-switcher.active { background-color: #651d32; border-color: #651d32; color: #fff; }
.tab-switcher.active::after { border-color: #ffffff transparent transparent transparent; }
.single-tab-content-outer { display: none; }
.single-tab-content-outer.active { display: block; }
.single-tab-content { display: flex; padding: 38px 50px 65px 50px; }
.left-tab-col { max-width: 395px; width: 100%; margin-right: 25px; }
.right-tab-col { max-width: 553px; width: 100%; margin-left: auto; }
.contact-tabs-beyond .right-tab-col { padding-top: 15px; }
.span-label { color: #651d32; font-size: 16px; display: inline-block; margin-bottom: 23px; }
.single-tab-content p { margin-bottom: 23px; font-size: 18px; line-height: 2.25; }
.single-tab-item p { color: #252525; font-size: 20px; line-height: 1.25; margin-bottom: 32px; }
.single-tab-item a { color: #252525; text-decoration: none; }
.single-tab-item a:hover { color: #44883e; }
.single-tab-item a:focus { color: #40c549; }
.input-wrap label { color: #651d32; font-size: 17px; display: inline-block; margin-bottom: 7px; }
.input-wrap input { height: 60px; margin-bottom: 15px; }
.input-wrap input[type=submit] { width: auto; }
.input-wrap input::placeholder { color: #4a4a4a; opacity: 0.5; }
.input-wrap input[type=email], .input-wrap input[type=text], .input-wrap textarea { width: 100%; border: none; border-radius: 5px; padding-left: 18px; padding-right: 18px; font-size: 18px; }
.input-wrap textarea { height: 180px; margin-bottom: 26px; padding-top: 18px; padding-bottom: 18px; }
.input-wrap textarea::placeholder { color: #4a4a4a; opacity: 0.5; }
.wpcf7-response-output { margin: 0; padding: 12px 18px; }

/*===content contact form===*/
.content-form-block { background: #651d32; display: flex; margin-bottom: 60px; box-shadow: 3px 3px 30px 5px rgba(106,106,106,0.3); }
.content-form-left-col { width: 61.3%; padding: 24px 25px 58px 52px; }
.content-form-right-col { margin-left: auto; width: 31.9%; background-size: cover; background-position: center; }
.content-form-block p, .content-form-block h2 { color: #fff; }
.content-form-block h2 { margin-bottom: 21px; }
.content-form-block p { margin-bottom: 31px; }
.content-form-block input[type=text], .content-form-block input[type=email], .content-form-block textarea { background-color: rgba(255,255,255,0.25); }
.content-form-block .input-wrap input::placeholder, .content-form-block .input-wrap textarea::placeholder { color: #fff; opacity: 0.5; }
.content-form-block .input-wrap label { color: #fff; }

/*===404===*/
.error-404 { text-align: center; }
.error404 .footer-tiles { display: none; }
.error-404 h1 { font-size: 195px; font-family: "Gotham B"; line-height: 1.1; margin-top: 50px; }
.error-404 p { margin-bottom: 15px; }
.error-404 img { margin-bottom: 120px; }
.error-404 a { color: #651d32; }
.error-404 a:hover { color: #7c2d44; }
.error-404 a:focus { color: #844f6e; }

/*===scrolltop button===*/
.scroll-top-container { display: none; left: 50%; transform: translateX(-50%); max-width: 1620px; width: 100%; margin: auto; pointer-events: none; position: fixed; z-index: 99; bottom: 30px; }
.scroll-top-container button { display: block; padding: 0; pointer-events: all; position: relative; width: 60px; height: 60px; box-shadow: 5px 5px 25px 1px rgba(106,106,106,0.3); margin-left: auto; border-radius: 60px; border: 5px solid #d9d9d9; background: #fff; }
.scroll-top-container button i { display: block; width: 25px; height: 25px; position: absolute; border-top: 6px solid #d9d9d9; border-left: 6px solid #d9d9d9; top: 58%; left: 50%; transform: translate( -50%, -50%) rotate(45deg); }
.scroll-top-container button:focus { outline: none; }

/*===blog===*/
.blog-main-block { margin-bottom: 112px; }
.blog-single-post { margin-bottom: 79px; }
.blog-single-post .date { display: inline-block; padding-top: 16px; font-size: 18px; color: #5c5c5c; }
.blog-single-post h2 { font-size: 32px; line-height: 1.3; margin-bottom: 12px; padding-top: 12px; }
h2.category-title { padding: 0; color: #3f4142; }
.blog-single-post p { margin: 0; }
a.title-h2-link h2 { transition: color 0.4s linear; }
a.title-h2-link:hover h2 { color: #7c2d44; }
a.title-h2-link:focus h2 { color: #844f6e; }
a { color: #44883e; }
a:hover { color: #41ac48; }
a:focus { color: #40c549; }
.pagination { border-top: 2px solid #f2f2f2; padding-top: 15px; }
.pagination a { font-family: "Gotham B"; color: #44883e; font-size: 18px; }
.pagination a:hover { color: #41ac48; }
.pagination a:focus { color: #40c549;}
.pagination a.next { margin-left: auto; }
.pagination a.prev { margin-right: auto; }

/*===categories widget===*/
.widget-custom { background: #f2f2f2; max-width: 370px; border-bottom: 2px solid #44883e; padding: 25px; }
.widget-custom h2 { border-bottom: 2px solid #fbfbfb; }


@media (min-width: 992px) {
    .header-menu li:hover > .sub-menu { display: block; }
}

@media (min-width: 1210px){
    .category-block .row { margin: 0; }
    .category-block .row .col-md-4:last-child { margin: 0; }
    .category-block .col-md-4 { margin-right: 25px; padding: 0; flex: 0 0 370px; }
}

@media (max-width: 1430px){
    .masthead-bg .container { padding: 15px; }
}

@media (max-width: 1200px) {
    .content-form-right-col { width: 38%; }
    .custom-logo-link { margin: 0; }
    .header-menu li { margin-left: 20px; }
}

@media (max-width: 991px) {
    .footer-block1 .logo { margin-right: 30px; }
    .js-slider-default .single-slide, .js-slider-default { height: 500px; min-height: auto; }
    .slider-content h2 { font-size: 80px; }
    .slider-content p { font-size: 20px; }
    .membership-tile, .footer-mailchimp, .basic-tile { padding: 25px; }
    body { padding-top: 60px; }
    .masthead-bg .container { height: 60px; padding: 10px 15px; position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #fff; border-bottom: 2px solid #cacaca; }
    .custom-logo-link { height: 100%; }
    .custom-logo-link img { height: 100%; width: auto; }
    .navtoggle, .menu-actions { display: block; padding-top: 5px; }
    .menu-actions button { display: block; margin-left: auto; margin-right: 10px; }
    .visit-header h1 { font-size: 42px; }
    .visit-hero { height: 500px; }
    .js-main-menu-mobile-container { transition: left 0.4s linear; background: #fff; position: fixed; height: 100%; z-index: 100; top: 60px; left: -575px; width: 575px; max-width: 100%; overflow: hidden; overflow-y: auto; border-right: 2px solid #cacaca; padding-bottom: 10px; }
    .js-main-menu-mobile-container.active { left: 0; }
    .header-menu li { margin-left: 0; padding-left: 20px; display: block; }
    .header-menu a { display: block; font-size: 25px; padding: 4px 0; }
    .header-menu .sub-menu { width: 100%; position: relative; box-shadow: none; left: 0; transform: unset; }
    .header-menu .sub-menu li { text-align: left; padding: 0; margin-left: 0; margin-right: 15px; border-bottom: 1px solid #f2f2f2; }
    .header-menu .sub-menu a { padding-left: 15px; }
    .header-menu .sub-menu::before { display: none; }
}

@media (max-width: 900px) {
    .single-category-tile-content p { display: none; }
    .single-category-tile-content p.is-event { display: block; }
    .switcher-header { display: none; }
    .single-tab-content { display: block; }
    .mobile-tab-header { display: block; }
    .mobile-toggle-content { display: none; }
    .single-tab-content.list-tab .mobile-toggle-content { display: none; }
    .single-tab-content { padding: 0; }
    .tabs-switcher-block .single-tab-content-outer:last-child  { border-bottom: none; }
    .single-tab-content-outer { border-bottom: 1px solid #c0c0c0; display: block; }
    .mobile-toggle-content { display: none; padding: 15px; }
    .tab-switcher::after { border-color: #fff transparent transparent transparent; transition: transform 0.4s linear; }
    .tab-switcher.active::after { transform: translateX(-50%) rotate(180deg); }
    .tabs-switcher-list-version .single-tab-content-outer.tab2 { max-height: unset; }
    .left-tab-col { max-width: 100%; margin: 0; }
    .right-tab-col { margin: 0; max-width: 100%; }
}

@media (max-width: 767px) {
    .blog-main-block { margin-bottom: 50px; }
    .columns-container.singlePost .single-column:last-child { max-width: 100%; }
    .content-form-right-col { display: none; }
    .content-form-left-col { width: 100%; padding: 25px; }
    .tabs-switcher-block { margin-bottom: 50px; }
    .columns-container.left .single-column { margin-bottom: 32px; }
    .single-category-tile-content p { display: block; }
    .columns-container.singlePost .row { display: block; }
    .columns-container.singlePost .single-column:first-child { max-width: 100%; }
    .double-tiles .basic-tile { max-width: 100%; }
    .map-content { position: relative; top: 0; left: 0; width: auto; margin-left: 20px; margin-right: 20px; margin-bottom: -20px; min-height: auto; max-width: unset; }
    .footer-mailchimp { max-width: unset; height: unset; min-height: unset; margin-bottom: 32px; }
    .membership-tile { max-width: unset; min-height: unset; height: unset; }
    .basic-tile { height: 250px; }
    .container-larger,
    .basic-tile,
    .text-image-block.large,
    .google-map-outer { margin-bottom: 32px; }
    .footer-block2 { flex-direction: column-reverse; }
    .footer-address { text-align: left; }
    .footer-block1 { display: block; }
    .footer-block1 .logo { display: block; margin: 0 auto 32px; }
    .footer-bg { padding-top: 32px; }
    .footer-menu > li { width: 50%; }
    .image-with-shadow { margin-bottom: 32px; }
    .single-category-tile { margin: 0 auto 25px; }
    .category-block { margin-bottom: 10px; }
    .category-block.larger-margin { margin-bottom: 25px; }
    .columns-container.default .single-column { margin-bottom: 60px; }
    .columns-container.default { margin-bottom: 0; }
    .google-map-outer.larger-margin { margin-bottom: 50px; }
    .tib-right-col, .tib-left-col { width: 100%; margin-bottom: 32px; }
    .tib-right-col img { display: block; margin-left: 0; }
    .text-image-block.border-version.larger-margin { margin-bottom: 32px; }
    .text-image-block.border-version { padding-top: 20px; }
}

@media (max-width: 575px) {
    .js-main-menu-mobile-container { border: none; }
    .slider-content { padding-top: 50px; text-align: center; }
    .slider-content h2 { font-size: 50px; }
    .js-slider-default .single-slide, .js-slider-default { height: 400px; }
    h2 { font-size: 30px; }
    .footer-menu > li { width: 100%; }
    .visit-hero { height: 400px; margin-bottom: 32px; }
    .text-image-block.large .block-content { min-height: unset; }
    .single-question { margin-bottom: 20px; }
    .question-content { padding-top: 20px; }
    .content-form-block, .faq-container { margin-bottom: 32px; }
    .error-404 h1 { font-size: 100px; margin-top: 40px; }
    .error-404 img { margin-bottom: 80px; }
}

/*
Alert popup
*/

.popup_body_active{
	background-color: #7c7c7c;
	opacity: 0.6;
}
.body_popup .popup {
	background-color: white;
	opacity: 1;
}

#alert-modal {
	display: none;
	width: 100vw;
	position: absolute;
	z-index: 100000000000000000000;
	background-color: rgba(48.6, 48.6, 48.6, 0.3);
	height: 100vh;
}
#alert-popup {
	background-color: white;
	border-radius: 6px;
	position: absolute;
	z-index: 100000000000000000000;
	top: 252px;
	left: 0;
	margin-left: calc(50% - 275px);
	width: 550px;
	height: 400px;
	text-align: center;
	min-height: 320px;
	height: auto;
	max-height: none !important;
	width: 645px;
	margin-left: calc(50% - 322.5px);
	max-height: 440px;
	overflow-y: auto;
	display: block;

}

#alert-popup-title {
	margin-top: 40px;
	margin-bottom: 10px;
}
#alert-popup-text {
	margin-left: 40px;
	margin-right: 39px;
	margin-bottom: 0px !important;
	width: 566px;
	text-align: left;
	height: auto;
	overflow-y: auto;
	padding-bottom: 120px !important;
}
#alert-popup-links {
	width: 100%;
    margin-left: 0 !important;
	bottom: 45px;
	position: absolute;
	display: flex;
   	flex-direction: row;
   	align-items: center;
   	justify-content: center;
}
#alert-popup-links a{
	box-shadow: 0 0 10px #D3D3D3;
	width: auto !important;
	padding-left: 20px;
	padding-right: 20px;
}
  #alert-popup-close-icon img {
  	position: absolute;
    top: 20px;
	right: 19px;
  }
  
  #alert-popup-close-icon:hover img{
	opacity: 0.8;
  }
  #alert-popup-close-icon:hover {
	cursor: pointer; 
  }
  #alert-popup-bottom {
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0px;
	border-radius: 0 0 6px 6px;
	background-color: #cdd7e6;
  }
 
  @media(max-width: 645px){
	  #alert-popup { 
		  top: 2%;
		  margin-left: 10% !important;
		  margin-right: 10% !important;
		  width: 80%;
		  
	  }
	#alert-popup-title {
		max-width: 80%; 
		margin-left: 10% !important;
		margin-right: 10% !important;
	}
	#alert-popup-text {
		max-width: 80%;
		margin-left: 10% !important;
		margin-right: 10% !important;
		height: auto;
		
	}
	

  }
  div.popup-image-linked{
	  cursor: pointer;
  }
  @media(max-width: 645px){
	div.popup-image-linked{
		background-position: center center;
		background-size: cover;
	}
  }


  .header-menu > li:last-child a{
    border: 2px #252525 solid;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  @media(max-width: 991px){
    .header-menu > li:last-child a{
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      margin-top: 10px;
    }
  }
  .slider-content a:hover{
    text-decoration:underline;
  }

  .custom-logo{
    width: auto;
    height: 120px;
  }

  #calendar{
    background-color: #651d32;
    color: white;
    margin-top: 45px;
    max-width: 360px;
    text-align: center;
    border-radius: 10px;
}
.calendar-wrapper{
    position: sticky;
    position: -webkit-sticky;
    top: 200px;
}
.ui-widget{
    border-radius: 10px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.ui-datepicker-calendar td{
    background-color:  #651d32;
}
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}
.ui-datepicker {
	display: none;
    width: 100%;
    padding-top: 25px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-right: 0px;
	cursor: default;
    background-color: #651d32;
	font-family: "Gotham B";
}
.ui-datepicker-header {
	position: relative;
	padding-bottom: 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.ui-datepicker-title {
	text-align: center;
	color: white;
    font-size: 24px;
    line-height: 32px;
	order: 2;
}
.ui-datepicker-month {
	position: relative;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	padding: 5px;
	cursor: pointer;
}
.ui-datepicker-prev {
	padding-left: 0;
	order: 1;
}
.ui-datepicker-next {
	order: 3;
	padding-right: 0;
}
.ui-datepicker-prev span,
.ui-datepicker-next span{
	display: block;
	width: 10px;
	height: 12px;
	text-indent: -9999px;
}
.ui-datepicker-prev span {
    background-image: url('images/arrow-left.svg');
    background-repeat: no-repeat;
}
.ui-datepicker-next span {
    background-image: url('images/arrow-right.svg');
    background-repeat: no-repeat;
}
.ui-datepicker-calendar {
	width: 100%;
}
.ui-datepicker-calendar th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: "Gotham B";
	color: white;
    font-size: 10px;
    line-height: 14px;
}
.ui-datepicker-calendar td {
	text-align: center;
	line-height: 1.2em;
	margin-right: 5px;
}
.ui-datepicker-calendar .ui-state-default {
	display: block;
	width: auto;
	outline: none;
	text-decoration: none;
	color: white;
    padding-top: 7px;
    padding-bottom: 7px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
.ui-datepicker-calendar .ui-state-active {
	color: #2F2E2E;
	background-color: #c4cdd4;
}
.ui-datepicker-calendar thead, .ui-datepicker-calendar thead th{
    padding-right: 10px;
}

.ui-datepicker-calendar thead th{
    padding-bottom: 3px;
}
.ui-datepicker-header{
    padding-left: 18px;
    padding-right: 22px;
}
@media(max-width: 645px){
  .events-column{
    order: 2;
  }
}
.ui-datepicker-unselectable{
  opacity: 0.7;
}