/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */
:root {
    --font-ernistine: ff-ernestine-pro,serif;
    --font-congenial: congenial-light,sans-serif;
    --red: #d23f60;
    --green: #aba228;
    --blue: #6a8eb3;
    --dark-blue-bg: #2d5469;
    --gray: #6b6b6b;
    --hover-green: #9d963e;
    --hover-blue: #577493;
    --green-bg-mobile: url("https://res.cloudinary.com/simpleview/image/upload/v1645640897/green-pattern-bg-mobile_mtgdtt.png");
    --green-bg: url("https://res.cloudinary.com/simpleview/image/upload/v1645642482/green-pattern-bg_nsjhll.svg");
    --purple-bg-mobile: url("https://res.cloudinary.com/simpleview/image/upload/v1645640842/purple-pattern-bg-mobile_xxblh6.png");
    --purple-bg: url("https://res.cloudinary.com/simpleview/image/upload/v1645642507/purple-pattern-bg_t23scy.svg");
    --blue-bg-mobile: url("https://res.cloudinary.com/simpleview/image/upload/v1645640812/blue-pattern-bg-mobile_aaf9x5.png");
    --blue-bg: url("https://res.cloudinary.com/simpleview/image/upload/v1645642532/blue-pattern-bg_m4qwhv.svg");
    --circle-accent: url("https://res.cloudinary.com/simpleview/image/upload/v1645640937/quarter-circle-shape_etcu2j.svg");
    --red-bg: url("https://res.cloudinary.com/simpleview/image/upload/v1645640985/red-bg_foyfhd.png");
    --red-bg-mobile: url("https://res.cloudinary.com/simpleview/image/upload/v1645641011/red-bg-mobile_czfnzj.png") left / cover no-repeat;
    --red-bg-desktop: url("https://res.cloudinary.com/simpleview/image/upload/v1645640985/red-bg_foyfhd.png") left / contain repeat;
}

html {
    overflow-y: scroll;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */

html, body {
    height: 100%;
    font-family: congenial-light,sans-serif;
}

ul, ol, dl {
    color: #3c3c3c;
    font-size: 17px;
    line-height: 26px;
    font-family: congenial-light,sans-serif;
}

a, a:visited, a:active {
    color: #497baf;
    font-weight: 700;
}

table tr:nth-child(odd) {
    background-color: #f7f5f0;
}

table tr:nth-child(even) {
    background-color: #f1ede3;
}

body > .contentRender {
    min-height: 100%;
    height: 100%;
}

body .mfp-close:hover, body .mfp-arrow:hover, body .mfp-arrow:focus {
	background-color: transparent; /* foundation compatibility with magnific popup */
}

.panel_page {
    min-height: 100%;
    position: relative;
    background-color: #f7f5f0;
}

.panel_page > .content {
    position: relative;
    z-index: 3;
}

@media (min-width: 1025px) {
    .panel_page .slideshow_container > div:not(.contentRender_name_plugins_collections_template_custom_header_slideshow_blog):not(.contentRender_name_plugins_collections_template_custom_header_slideshow_homepage):not(.contentRender_name_plugins_collections_template_custom_header_slideshow_interior){
        padding-top: 145px;
    }

    .panel_page .slideshow_container .fallback-background{
        padding: 0;
        height: 400px;
        background: url(/includes/public/assets/images/patterns/listing-detail-bg.jpg)center/auto repeat;
    }
}

/* Mobile Bottom Fixed Container */
.panel_custom_footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

/* DTN Mobile Footer Banner */
.panel_custom_footer.hasMobileAd {
    height: 150px;
}

.panel_custom_footer.hasMobileAd .mobileAd {
    display: block;
}

.panel_custom_footer .mobileAd {
    display: none; 
    width: 100%;
    height: 50px;
}

.panel_custom_footer .mobileAd #dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.panel_custom_footer .mobileAd .banner-close {
    position: absolute;
    top: -18px;
    cursor: pointer;
    right: 0px;
    padding: 0px 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

.panel_custom_footer .mobileAd .fa {
    color: white;
}

.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_collections_template_custom_contacts,
.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_mediagallery_album,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent {
    position: relative;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    padding: 0 15px;
}

.panel-two-col .contentRender_name_plugins_core_textbox {
    padding: 0;
}

.sv-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: 5px solid white;
    background-color: rgba(71,122,177,0.8);
    z-index: 10;
}

.sv-play-btn > img {
    display: block;
    width: 36px;
    margin-right: -6px;
}

@media (min-width: 64.063em) {
    .sv-play-btn {
        width: 100px;
        height: 100px;
    }

    .sv-play-btn img {
        width: 41px;
    }
}

/****Header Section****/

.header-section {
    position: relative;
    background-color: white;
}

.header-section .header-right {
    display: none;
}

.header-section .header-inner {
    height: 68px;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}
.header-section .header-left{
    max-width: 50%;
}
.header-section .main-logo {
    padding: 5px 15px;
    text-align: left;
    position: absolute;
    width: 50%;
    transform: translate(0, -50%);
    top: 50%;
}

.header-section .main-logo img {
    display: block;
    max-height: 54px;
}

.header-section a:link {
    text-decoration: none;
}

@media (min-width: 64.063em) {
    .header-section {
        height: 95px;
        padding: 0 15px;
        position: relative;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .header-section .header-inner {
        height: auto;
    }

    .header-section .main-logo {
        padding: 5px 15px;
        text-align: left;
        position: relative;
        width:auto;
        transform: translate(0, 0);
        top: 0;
    }

    .header-section .main-logo img {
      max-height: none;
    }

    .header-section .header-left{
        max-width: none;
    }

    .header-section .header-inner {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .header-section .header-left {
        padding: 20px 0;
    }

    .header-section .header-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 83%;
        height: 100%;
        padding: 20px 0 20px 20px;
    }

    .header-section .main-logo {
        width: 160px;
        padding: 0;
    }

    .header-section .header-right .contentRender_name_plugins_nav_main {
        margin-right: auto;
        height: 100%;
    }

    .header-section .header-right .contentRender_name_plugins_nav_secondary {
        margin-right: 25px;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .header-section .header-left {

    }

    .header-section .header-right {
        width: 100%;
        padding: 20px 0 20px 35px;
    }
}
/****End Header Section****/

/****Footer Section****/

.footer-section {
    width: 100%;
    background: var(--dark-blue-bg);
}

.footer-section .footer-center {
    padding-top: 30px;
    text-align: center;
}

.footer-section .footer-logo {
    margin-bottom: 15px;
    padding: 0 15px;
}

.footer-section .footer-content {
    margin-bottom: 20px;
}

.footer-section .footer-content ul {
    margin: 0;
    list-style: none;
    color: white;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.footer-section .footer-content ul li {
    margin-bottom: 5px;
    font-weight: 200;
}

.footer-section .footer-content ul li:first-child {
    font-weight: 700;
}

.footer-section .footer-content ul li:last-child {
    font-size: 15px;
    font-weight: 700;
}

.footer-section .partners {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position:relative;
}
@media(max-width:640px){
    .footer-section .partners {
        flex-wrap:wrap;
        align-items: flex-start;
    }
    .footer-section .partners a {
        margin-bottom: 30px;
    }
}

.footer-section .partners > *:first-child {
    margin-right: 20px;
    flex: 38%;
}

.footer-section .partners > *:nth-child(2) {
    margin-right: 20px;
    flex: 35%;
    align-self: center;
}

.footer-section .partners a img {
    width: 180px;
}

.footer-section .partners a:first-of-type img {
    width: 180px;
}

.footer-section .partners a:last-of-type img {
    width: 80px;

}
@media(min-width:641px) and (max-width:1024px){
    .footer-section .partners a:last-of-type {
        margin-right: 10px;
    }
}

.footer-section .partners .ECCVB-logo {
    width:194px;
    min-width:110px;
}
.footer-section .ECCVB-logo-desktop {
    width: 194px;
    margin: 20px 0;
    display: none;
}
@media(min-width:1025px){
    .footer-section .ECCVB-logo-desktop {
        display: block;
    }
    .footer-section .ECCVB-logo {
        display: none;
    }
}
@media(min-width:1400px){
    .footer-section .partners .ECCVB-logo {
        position: absolute;
        width: 194px;
        right: -199px;
        display: block;
        top:0;
    }
    .footer-section .ECCVB-logo-desktop {
        display: none;
    }
}

.footer-section .footer-bottom {
    padding: 0 15px 30px;
}

.footer-section .footer-bottom {
    text-align: center;
}

.footer-section .copyright {
    font-size: 13px;
    color: white;
    margin-bottom: 20px;
}

.footer-section .made-by {
    display: block;
    width: 210px;
    margin: auto;
}
@media (min-width: 40.063em) and (max-width:1024px){
    .footer-section .footer-center .right-col {
        width: 100%;
        display: flex;
        align-items: baseline;
        justify-content: center;
        flex-wrap:wrap;
    }
    .footer-section .social-icons {
        margin-bottom: 30px;
    }
}
@media (min-width: 40.063em) {
    .footer-section .footer-center {
        display: flex;
        flex-wrap: wrap;
        padding: 50px 15px 30px;
    }

    .footer-section .footer-center .left-col {
        width: 70%;
        padding: 0 25px;
        margin-bottom: 30px;
    }

    .footer-section .footer-center .center-col {
        width: 30%;
        padding: 0 15px;
    }

    .footer-section .footer-center .right-col {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .footer-section .partners {
        margin-bottom: 0;
    }

    .footer-section .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-section .copyright {
        margin-bottom: 0;
    }
}

@media (min-width: 64.063em) {
    .footer-section .footer-inner {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .footer-section .footer-center {
        padding: 50px 0 0;
    }

    .footer-section .footer-center .left-col {
        width: 40%;
        padding-left: 0;
    }

    .footer-section .footer-center .center-col {
        width: 20%;
    }

    .footer-section .footer-center .right-col {
        width: 40%;
        flex-direction: column;
    }

    .footer-section .footer-bottom {
        justify-content: space-between;
    }

    .footer-section .made-by {
        margin: 0 65px 0 auto;
    }
}

@media (max-width: 40em) {
    .footer-section .mobile-fixed{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }
}

/****End Footer Section****/

/*****Body Section****/

.panel-two-col {
    position: relative;
    width: 100%;
    max-width: 1010px;
    margin: 0 auto 40px;
}

.panel-two-col .sv-col {
    width: 100%;
    padding: 0 15px;
}

.sv-button {
    display: inline-block;
    padding: 15px 25px;
    text-align: center;
    color: white !important;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #bfb74c;
    font-weight: 400;
    margin: 0 0 10px;
}

@media (min-width: 40.063em) {
    .panel-two-col.even {
        display: flex;
    }

    .panel-two-col .sv-col {
        width: 50%;
    }
}

/*****End Body Section****/

/****Vguide Items****/

.vguide-panel {
    position: relative;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}

.vguide-panel .bg-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vguide-panel .left-col,
.vguide-panel .right-col {
    position: relative;
    z-index: 2;
}

.guide-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
    text-align: center;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    min-height: 180px;
}

.guide-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: -1;
}

.guide-item .title {
    text-transform: uppercase;
    color: white;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
}

.guide-item .desc {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: white;
    margin: 0 0 5px;
}

.guide-item .see-more {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.guide-item .see-more .doubles {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    color: #bfb74c;
}

.vguide-panel .left-col .guide-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    background: url("/includes/public/assets/images/leaf.svg")center/cover no-repeat;
    transform: rotate(180deg);
}

.vguide-panel .right-col .guide-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100px;
    background: url("/includes/public/assets/images/circle-leaf.svg")center/cover no-repeat;
    transform: rotateY(180deg);
}

@media (min-width: 40.063em) {
    .vguide-panel {
        display: flex;
        border-top: 10px solid white;
        border-bottom: 10px solid white;
        min-height: 285px;
    }

    .vguide-panel::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        width: 10px;
        background-color: white;
        z-index: 10;
    }

    .vguide-panel .left-col,
    .vguide-panel .right-col {
        width: 50%;
        height: 100%;
        min-height: 285px;
    }

    .guide-item {
        border: 0;
        height: 100%;
        min-height: 285px;
    }

    .contentRender_name_plugins_common_vguide_enews {
        height: 100%;
        min-height: 285px;
    }

    .vguide-panel .guide-item::before {
        width: 150px !important;
    }
}

@media (min-width: 64.063em) {
    .guide-item > a {
        width: 100%;
    }

    .guide-item .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .guide-item .desc {
        margin: 0;
    }

    .guide-item .desc::after {
        content: "|";
        margin: 0 7px;
        color: #bfb74c;
    }

    .contentRender_name_plugins_common_vguide_enews {
        height: 100%;
        min-height: 285px;
    }
}

/****End Vguide Items****/

/****Locations widget****/
.locations-cont {
    position: relative;
    margin-bottom: 55px;
    display: flex;
    flex-direction: column;
}

.locations-cont .slick-slider {
    margin: 0;
}

.locations-cont .inner-panel {
    order: 2;
}

.locations-cont .sections {
    order: 1;
    position: relative;
}

.locations-cont .inner-panel .arrows-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    padding-top: 62%;
    z-index: 1;
}

.locations-cont .inner-panel .arrows-cont .arrow {
    font-size: 46px;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: all;
    cursor: pointer;
}

.locations-cont .inner-panel .arrows-cont .arrow.prev {
    left: 15px;
}

.locations-cont .inner-panel .arrows-cont .arrow.next {
    right: 15px;
}

.locations-cont .inner-panel .dots-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-top: 53%;
    pointer-events: none;
}

.locations-cont .inner-panel .dots-cont .slick-dots {
    pointer-events: all;
    margin: 0;
    bottom: -15%;
}

.locations-cont .inner-panel .dots-cont .slick-dots li button {
    margin-bottom: 0;
}

.locations-cont .inner-panel .dots-cont .slick-dots li button:before {
    font-size: 20px;
    color: white;
    opacity: 0.25;
}

.locations-cont .inner-panel .dots-cont .slick-dots li.slick-active button:before {
    color: #bfb74c;
    opacity: 1;
}

.locations-cont .inner-panel .map-cont {
    padding: 15px;
    background-color: var(--dark-blue-bg);
}

.locations-cont .inner-panel .map-cont .inner-desc p {
    color: white;
    font-weight: 200;
}

.locations-cont .inner-panel .map-cont .button-cont .custom-btn {
    background-color: #a78d96;
    color: #583a43;
}

.locations-cont .inner-panel .map-cont .upper-section {
    position: relative;
    padding-left: 75px;
    margin-bottom: 10px;
    max-width: 275px;
    margin: 0 auto;
    text-align: right;
}

.locations-cont .inner-panel .map-cont .upper-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
}

.locations-cont .inner-panel .map-cont .inner-title {
    font-family: ff-ernestine-pro,serif;
    color: white;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
}

.locations-cont .inner-panel .map-cont .location-title {
    font-family: congenial,sans-serif;
    font-size: 24px;
    color: #bfb74c;
    font-weight: 600;
}

.locations-cont .location .title,
.locations-cont .location .desc,
.locations-cont .location .link{
    display: none;
}

.locations-cont .location .img-cont {
    position: relative;
    padding-bottom: 65%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.locations-cont .location .img-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.locations-cont .desktop-links {
    display: none;
}

@media (min-width: 40.063em) {
    .locations-cont .inner-panel .arrows-cont,
    .locations-cont .inner-panel .dots-cont {
        display: none;
    }

    .locations-cont .inner-panel {
        order: 1;
        position: relative;
    }

    .locations-cont .sections {
        display: block;
        height: 450px;
        order: 2;
    }

    .locations-cont .sections::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
        z-index: 11;
        pointer-events: none;
    }

    .locations-cont .inner-panel .map-cont {
        padding: 50px 15px;
        height: 100%;
    }

    .locations-cont .map-inner {
        width: 100%;
        max-width: 970px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .locations-cont .inner-panel .map-cont .upper-section,
    .locations-cont .inner-panel .map-cont .bottom-section {
        width: 50%;
        max-width: none;
    }

    .locations-cont .inner-panel .map-cont .bottom-section {
        padding-left: 20px;
    }

    .locations-cont .desktop-links {
        position: absolute;
        top: 100%;
        right: 50%;
        transform: translateX(50%);
        width: 100%;
        z-index: 12;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;;
        align-items: center;
    }

    .locations-cont .desktop-links > div {
        position: relative;
        margin: 0 15px;
        font-family: congenial,sans-serif;
        color: white;
        font-size: 16px;
        font-weight: 600;
        padding-top: 20px;
        cursor: pointer;
    }

    .locations-cont .desktop-links > div.active {
        color: #bfb74c;
    }

    .locations-cont .contentRender_name_plugins_common_location {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .locations-cont .contentRender_name_plugins_common_location.current {
        z-index: 10;
    }

    .locations-cont .location {
        height: 100%;
    }

    .locations-cont .location .img-cont {
        padding: 0;
        height: 100%;
    }

    .locations-cont .location .img-cont::after {
        top: 0;
        background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    }
    .locations-cont .desktop-links > div::before {
        display: none;
    }
}

@media (min-width: 64.063em) {
    .locations-cont .inner-panel {
        height: 323px;
    }
    .locations-cont .sections {
        height: 500px;
    }


    .locations-cont .sections::before {
        height: 250px;
    }

    .locations-cont .inner-panel .map-cont .inner-title {
        font-size: 70px;
        line-height: 66px;
        padding-left: 15px;
        text-align: right;
    }

    .locations-cont .inner-panel .map-cont .location-title {
        font-size: 38px;
        line-height: 34px;
        text-align: right;
    }

    .locations-cont .inner-panel .map-cont .upper-section {
        padding-left: 100px;
    }

    .locations-cont .inner-panel .map-cont .upper-section img {
        width: 100px;
    }

    .locations-cont .inner-panel .map-cont .upper-section {
        width: 45%;
    }

    .locations-cont .inner-panel .map-cont .bottom-section {
        width: 55%;
    }

    .locations-cont .desktop-links > div {
        font-size: 18px;
    }

    .locations-cont .desktop-links > div {
        padding-top: 30px;
    }

    .locations-cont .desktop-links > div::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 36px;
        height: 16px;
        background: url("/includes/public/assets/images/map-widget-nav-marker.png")center/contain no-repeat;
    }

    .locations-cont .desktop-links > div.active::before {
        display: block;
    }
}

/****End Locations widget****/

/****Request Guide****/

.request-guide-panel {
    padding: 0 15px 30px;
    display: flex;
    flex-direction: column;
}

.request-guide-panel h3 {
    font-size: 36px;
}

.request-guide-panel .left-col {
    order: 2;
}

.request-guide-panel .right-col {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.request-guide-panel .desc a {
    text-decoration: underline;
}

.request-guide-panel .links > .contentRender_name_plugins_common_button {
    margin-right: 15px;
}
.request-guide-panel .right-col img {
    flex: 1 1;
}
@media (min-width: 40.063em) {
    .request-guide-panel {
        flex-direction: row;
        width: 100%;
        max-width: 1010px;
        margin: 0 auto;
    }

    .request-guide-panel .left-col,
    .request-guide-panel .right-col {
        width: 50%;
    }

    .request-guide-panel .right-col {
        padding-left: 15px;
        order: 2;
    }

    .request-guide-panel .left-col {
        order: 1;
    }
    
}

@media (min-width: 64.063em) {
    .request-guide-panel {
        padding: 80px 15px 150px;
    }

    .request-guide-panel .title {
        font-size: 56px;
        line-height: 58px;
        margin-bottom: 20px;
    }
}

/****End Request Guide****/

/****Social Panel****/

.social-panel .title-cont {
    text-align: center;
    padding: 0 15px 15px;
}

.social-panel .title-cont h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}

.social-panel .title-cont .subtitle {
    font-family: congenial,sans-serif;
    margin-bottom: 10px;
}

.social-panel .social-icons {
    display: flex;
    justify-content: center;
}

.social-panel .social-icon {
    margin-right: 20px;
    color: #d43d5e;
    font-size: 24px;
}

.social-panel .social-icons .social-icon:last-child {
    margin-right: 0;
}

@media (min-width: 64.063em) {
    .social-panel .title-cont {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
    }

    .social-panel .title-cont h2 {
        font-size: 58px;
        line-height: 55px;
    }

    .social-panel .title-cont .bottom-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .social-panel .title-cont .subtitle {
        font-size: 28px;
        position: relative;
    }

    .social-panel .title-cont .subtitle::after {
        content: "|";
        margin: 0 22px;
        color: #bfb74c;
        font-size: 24px;
        font-weight: normal;
    }
}

.shared-back-button:hover {
    text-decoration: underline;
}

.shared-back-button .doubles{
    color: #bfb74c;
}

.shared-detail{
    opacity: 0;
}
.custom_header_slideshow_blog img {
    width: 100%;
}

.jrs-select-2113, .jrs-select-2114 {
    padding: 0 0.9rem !important;
}

.sv-share {
    --share-trigger-button-color: white;
	--share-trigger-icon-color: white;
	--share-trigger-bg-color: #2d5469;
	--share-trigger-bg-color-hover: #2d5469;
}

.sv-share-trigger:hover,
.sv-share-trigger:active,
.sv-share-trigger:focus,
.sv-share-trigger:visited,
.sv-share-trigger:hover .sv-share-trigger-icon,
.sv-share-trigger:active .sv-share-trigger-icon {
    color: white;
}