/**
 * 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.
 */

html {
  
}

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

html, body {
    height: 100%;
}

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 */
}

/*
|-----------------------------------------------------------------------------------------------------------
| FONTS
|-----------------------------------------------------------------------------------------------------------
|
*/
/*

font-family: "futura-pt",sans-serif;
font-weight: 400;
font-style: normal;

font-family: "futura-pt",sans-serif;
font-weight: 700;
font-style: normal;

font-family: "futura-pt",sans-serif;
font-weight: 800;
font-style: normal;


PARAGRAPH FONT
font-family: "canada-type-gibson",sans-serif;
font-weight: 400;
font-style: normal;

font-family: "canada-type-gibson",sans-serif;
font-weight: 600;
font-style: normal;

font-family: "canada-type-gibson",sans-serif;
font-weight: 700;
font-style: normal;

font-family: "canada-type-gibson",sans-serif;
font-weight: 900;
font-style: normal;

*/
/*
|-----------------------------------------------------------------------------------------------------------
| RESET STYLES
|-----------------------------------------------------------------------------------------------------------
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,center,dl,
dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,
canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }

body { line-height: 1; }

p ol,
p ul { list-style: none; }

blockquote,
q { quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
|-----------------------------------------------------------------------------------------------------------
| GLOBAL TAG STYLES
|-----------------------------------------------------------------------------------------------------------
*/

body {
    background-color: #eee9df;
    font-family: "canada-type-gibson",sans-serif;
    color: #54472c;
    height: auto;
}

.wrapper {
    position: relative;
}

.wrapper::before {
    position: absolute;
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: url("../jpg/pattern-bg.jpg");
}

.wrapper[data-background]::after {
    
    
}

@media only screen and (max-width: 1024px) {
    .wrapper[data-background].mobile-menu::after {
        position: absolute;
        z-index: 9;
        content: "";
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(252,251,248,0.95);
    }
}


a,
a:link,
a:visited,
a:active,
a:focus {
    color:#1686a1;
	font-family: "canada-type-gibson",sans-serif;
	font-weight: 600;
    border-bottom: 1px dashed;
}

@supports (text-decoration-style: dashed){
    a,
    a:link,
    a:visited,
    a:active,
    a:focus {
        border-bottom: none;
    }
}

button {
    margin: 0;
    background-color: transparent;
    font-family: "canada-type-gibson",sans-serif;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: transparent;
    color: #fff;
}

button.btn,
a.btn,
.btn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    border: none;
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 400;
    font-style: normal;
    transition: none;
    background-color: #0E618A;
    color: #fff;
    border-bottom: none;
    text-decoration: none;
}

button.btn .btn-inner,
a.btn .btn-inner,
.btn .btn-inner {
    position: relative;
}

button.btn::before,
a.btn::before,
.btn::before {
    position: absolute;
    content: "";
    opacity: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    transition: 0.3s opacity ease;
}

button.btn:hover::before,
a.btn:hover::before,
.btn:hover::before {
    opacity: 1;
}

button.btn.btn-red,
a.btn.btn-red,
.btn.btn-red {
    background-color: #B94127;
}

button.btn.btn-yellow,
a.btn.btn-yellow,
.btn.btn-yellow {
    background-color: #FAA63D;
}

button.btn.btn-green,
a.btn.btn-green,
.btn.btn-green {
    background-color: #778C39;
}

.btn .icon {
    margin-left: 6px;
}

@media only screen and (min-width: 1025px) {
    button.btn,
    a.btn,
    .btn {
        padding: 17px 33px;
        font-size: 17px;
    }
}

/* double angle link icon */
.link .icon {
    margin-left: 5px;
}

img {
    /* width: 100%;
    height: auto;
    vertical-align: middle; */
}

/* slick remove numbers from dots */
.slick-dots {
    position: relative;
    bottom: auto;
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.slick-dots li {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(252,251,248,0.5);
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 24px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 4px solid transparent;
    border-radius: 50%;
    outline: none; 
}

.slick-dots li button::before {
    content: "";
}

.slick-dots li.slick-active button {
    border-color: #fff;
    background: #faa63d;
}

/* play button */
.play-btn {
    width: calc(60px + (110 - 60) * (100vw - 320px) / (1025 - 320));
    height: calc(60px + (110 - 60) * (100vw - 320px) / (1025 - 320));
    padding: 2px 0 0 7px;
    color: #fcfbf8;
    border-radius: 50%;
    border: 4px solid #fcfbf8;
    background-color: #faa63d;
    font-size: calc(30px + (60 - 30) * (100vw - 320px) / (1025 - 320));
}

@media only screen and (min-width: 1025px) {
    .play-btn {
        font-size: 60px;
        width: 110px;
        height: 110px;
        padding: 8px 0 0 12px;
    }
}

.play-btn:hover,
.play-btn:focus {
    color: #fcfbf8;
    background-color: #faa63d;
}

/* teaser for read more */
.read-more {
    position: relative;
    overflow: hidden;
}

.read-more::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 50px);
    background: linear-gradient(to bottom, transparent 60%, #eee9df 90%);
}

.read-more.expanded {
    max-height: none;
    overflow: visible;
}

.read-more.expanded::after {
    display: none;
}

.read-more .read-more-cont {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background: #eee9df;
}

.read-more.expanded .read-more-cont {
    bottom: -50px;
}

.read-more-cont .read-more-btn {
    height: 50px;
    line-height: 50px;
    color:#778c39;
	font-size: 16px;
	font-family: "canada-type-gibson",sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}

.read-more .read-more-cont .read-more-btn .icon {
    margin-left: 4px;
    transform: rotate(0deg);
    transition: 0.3s transform;
}

.read-more.expanded .read-more-cont .read-more-btn .icon {
    transform: rotate(180deg);
}

@media only screen and (min-width: 1025px){
    .intro-textbox.read-more {
        max-height: none;
    }
    .intro-textbox.read-more .read-more-cont {
        display: none;
    }
    .intro-textbox.read-more::after {
        display: none;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility; 
}

h1 {
	color:#54472c;
	font-size:66px;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 60px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

h2 {
	color:#54472c;
	font-size: 46px;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	line-height: 60px;
	font-weight: 800 !important;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h3 {
	color: #54472c;
	font-size: 40px;
	font-family: "futura-pt",sans-serif;
    font-style: normal;
    line-height: 1.4;
	font-weight: 800;
}

h4 {
	color: #54472c;
	font-size: 34px;
	font-family: "futura-pt",sans-serif;
    font-style: normal;
    line-height: 1.4;
	font-weight: 800;
}

h5 {
	color:#54472c;
	font-size: 30px;
	font-family: "futura-pt",sans-serif;
    font-style: normal;
    line-height: 1.4;
	font-weight: 700;
}

h6 {
	color: #54472c;
	font-size: 22px;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
	letter-spacing: 2px;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}

p,
table tr th,
table tr td {
    color: #54472c;
    font-size: 18px;
    font-family: "canada-type-gibson",sans-serif;
	font-weight: 400;
    font-style: normal;
	line-height: 32px;
	text-rendering: optimizeLegibility;
	margin-bottom: 30px;
}

table tr td {
	border-collapse: collapse;
	border: 1px solid #eee;
	border-spacing: 0px;
}

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

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

ul { margin-left: 1.8em; }

ul,
ol,
dl {
	font-family: "canada-type-gibson",sans-serif;
	font-weight: 400;
	color: #54472c;
	font-size:18px;
	line-height: 32px;
	margin-left: 40px;
}
.ui-datepicker { z-index: 10 !important; }

.clear {
    clear: both;
    line-height: 1px;
    visibility: hidden;
}

::-webkit-input-placeholder {
    color: #c9bea7;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c9bea7;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */    
    color: #c9bea7;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c9bea7;
    opacity: 1;
}

::selection {
    color:#ffffff;
    background:#54472c;
}

@media screen and (max-width:1024px) {
	h1 {
		font-size: 52px;
		line-height: 50px;
		margin-bottom: 20px;
    }
    
	h2 {
		font-size: 40px;
		line-height: 52px;
	}
}

@media screen and (max-width:640px) {
    h1 {
	    font-size: 32px;
	    line-height: 34px;
    }

    h2 {
        font-size: 26px;
        line-height: 34px;
    }

    h3 {
        font-size: 24px;
        line-height: 34px;
    }

    h4 {
        font-size: 22px;
        line-height: 30px;
    }

    h5 {
        font-size: 20px;
        line-height: 28px;
    }

    h6 {
        font-size: 17px;
        line-height: 22px;
    }

    p,
    table tr th,
    table tr td {
        font-size: 17px;
        line-height: 28px;
    }

    ul,
    ol,
    li,
    dl {
        font-size:17px;
        line-height: 28px;
        margin-left: 15px;
    }
}

.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_collections_template_custom_contacts,
.contentRender_name_plugins_collections_template_custom_list {
    position: relative;
    width: 100%;
    max-width: var(--width-base);
    padding: 0 15px;
    margin: 0 auto 50px;
}

.contentRender_name_plugins_common_accordion_tab {
    width: 100%;
    max-width: var(--width-base);
    padding: 0;
    margin: 0 auto;
}

.panel-accordion {
    padding: 0;
    margin: 0 auto;
}

.panel-accordion .accordion::before,
.panel-accordion .accordion::after {
    display: none;
}

.panel-accordion .accordion-item .accordion-content > .inner {
    padding: 0 0 0 var(--space-4);
}

.panel-accordion .accordion-item > button {
    padding-left: var(--space-7);
}

.panel-accordion .accordion-item > button > i {
    padding-left: var(--space-1);
}

@media (min-width: 641px) {
    .contentRender_name_plugins_crm_formbuilder{
        position: relative;
        width: 100%;
        max-width: var(--width-base);
        padding: 0 15px;
        margin: 0 auto 50px;
    }
}

.contentRender_name_plugins_common_button {
    position: relative;
    width: 100%;
    max-width: var(--width-base);
    padding: 0 15px;
    margin: 0 auto 30px;
}
.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_articles_posts{
    max-width: 966px;
}
.trip-builder {
    padding: 5px;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
}

.trip-builder .icon {
    color: #feb747;
    font-size: 18px;
    vertical-align: text-top;
}

.trip-builder .icon-cont {
    position: relative;
    font-size: 50px;
    width: 50px;
    height: 50px;
}

.trip-builder .icon-cont .outline,
.trip-builder .icon-cont .fill {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.trip-builder .icon-cont .outline {
    color: #fff;
}

.trip-builder .icon-cont .fill {
    z-index: 1;
    opacity: 0.8;
    color: #54472c;
}

.trip-builder:hover .icon-cont .fill {
    opacity: 1;
    color: #feb747;
}

.header-sticky .trip-builder .icon-cont {
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    color: #feb747;
    vertical-align: text-top;
    width: 25px;
    height: 10px;
}

.header-sticky .trip-builder .num {
    color: #fff;
}

/* shared play button */
.play-btn {
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    color: #fcfbf8;
    border-radius: 50%;
    border: 4px solid #fcfbf8;
    background-color: #faa63d;
    width: calc(60px + (110 - 60) * (100vw - 320px) / (1025 - 320));
    height: calc(60px + (110 - 60) * (100vw - 320px) / (1025 - 320));
    font-size: calc(30px + (60 - 30) * (100vw - 320px) / (1025 - 320));
    padding: 2px 0 0 7px;
}

@media screen and (min-width: 1025px){
    .play-btn {
        font-size: 60px;
        width: 110px;
        height: 110px;
        padding: 8px 0 0 12px;
    }
}
/* share widget */
.share a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: none;
    text-decoration: none;
}

.share a .icon {
    font-size: 15px;
}

/* Shared Input */
.shared-input,
.shared-input[type] {
	border: none;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #c74d28;
	padding: 0 15px;
	margin-bottom: 20px;
}
.shared-input::-webkit-input-placeholder {
	color: #b5b5b5;
}
.shared-input::-moz-placeholder {
	color: #b5b5b5;
}
.shared-input:-ms-input-placeholder {
	color: #b5b5b5;
}
.shared-input:-moz-placeholder {
	color: #b5b5b5;
}

/* Shared Select */
.shared-select {
	position: relative;
	color: #c74d28;
	font-size: 18px;
	border: none;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 45px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
	background-image: url(../png/fa-angle-down.png);
}
.shared-select:before {
	content: '\f107';
	font-size: 30px;
	font-family: 'FontAwesome';
	color: #c74d28;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
	position: absolute;
	right: 10px;
}

/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.header-section {
    position: relative;
    z-index: 12;
    margin-bottom: 4px;
    padding: 6px 15px;
    background-color: #0e618a;
}

.header-section ~ .mobile-nav-sticky-placeholder {
    display: none;
    width: 100%;
    height: 62px;
}

@media only screen and (max-width: 1024px) {
    .header-section.sticky {
        position: fixed;
        width: 100%;
    }

    .header-section.sticky ~ .mobile-nav-sticky-placeholder {
        display: block;
    }
}

.header-section .inner {
    position: relative;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section .contentRender_name_plugins_common_logo {
    flex: 1 1 100px;
    width: 100%;
    max-width: 158px;
}

.header-section .desktop-nav {
    display: none;
}

.header-section .trip-builder {
    display: none;
    margin: 0 28px 0 15px;
    color: #fff;
}
.header-section .trip-builder a {
    color: #fff;
    border-bottom: none;
    text-decoration: none;
    text-decoration-line: none;
}

.header-section .trip-builder .icon-cont {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}

.header-section .trip-builder .icon-cont .fill {
    opacity: 1;
    color: #feb747;
}

.mobile-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile-nav .search-btn {
    padding: 0;
    width: 46px;
    height: 46px;
    margin-right: 2px;
    vertical-align: middle;
    color: #eee9df;
    font-size: 20px;
    background-color: #0a4460;
    border: none;
}

.mobile-nav .search-btn .close {
    display: none;
    font-size: 26px;
}

.mobile-nav .menu-btn {
    padding: 4px 0 0;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    color: #0e618a;
    text-transform: uppercase;
    background-color: #eee9df;
    border: none;
    letter-spacing: 0;
    font-size: 12px;
}

.mobile-nav .menu-btn .icon-cont .icon{
    width: 100%;
    font-size: 26px;
    text-align: center;
}

.mobile-nav .menu-btn .btn-text {
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 600;
    letter-spacing: -0.2px;
    font-size: 12px;
}

.mobile-nav.active .menu-btn .btn-text {
    display: none;
}

.mobile-nav .mobile-dd {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: -15px;
    width: 100vw;
    max-width: 320px;
    background-color: #fff;
}

.mobile-nav.active .mobile-dd {
    display: block;
    padding-top: 10px;
}

.mobile-nav .mobile-dd .trip-builder {
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 0 auto 12px;
    padding: 12px;
    font-size: 16px;
    
    background-color: #fcfbf8;
    text-align: center;
}
.mobile-nav .mobile-dd .trip-builder {

}
.mobile-nav .mobile-dd .trip-builder .tripItems span {
    color: #54472c;
    font-size: 16px;
    font-weight: 600;
}

.desktop-nav .header-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.desktop-nav .search-btn {
    padding: 0;
    width: 30px;
    height: 46px;
    vertical-align: middle;
    color: #eee9df;
    font-size: 16px;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.desktop-nav .search-btn .close {
    display: none;
    font-size: 26px;
}

.desktop-nav .header-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px){
    .mobile-nav .trip-builder  {
        display: block;
    }

    .mobile-nav .mobile-dd .trip-builder {
        display: none;
    }
}

@media only screen and (min-width: 1025px){
    .mobile-nav {
        display: none;
    }

    .header-section {
        padding: 15px 13px;
    }

    .header-section .inner {
        padding: 0 28px;
    }

    .header-section .contentRender_name_plugins_common_logo {
        max-width: 250px;
    }
    .header-section .contentRender_name_plugins_common_logo .logo img {
        width: 100%;
    }
    .header-section .desktop-nav {
        display: block;
        flex: 1 1 auto;
    }

    .header-section .desktop-nav .trip-builder {
        display: block;
        padding: 10px 5px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-section {
        padding: 20px 35px 20px;
    }
}

/* Sticky Header */
.header-sticky {
    display: none;
    position: fixed;
    z-index: 20;
    top: -60px;
    right: 0;
    width: 100%;
    padding: 2px 13px;
    background-color: #0e618a;
    transition-property: top;
    transition-duration: 0.5s;
    transition-delay: 0.1s;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, .102);
}

.header-sticky.active {
    top: 0;
}

.header-sticky .inner {
    position: relative;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-sticky .logo-container {
    flex: 1 1 130px;
    max-width: 130px;
}
.header-sticky .logo-container .logo img {
    width: 100%;
}

.header-sticky .desktop-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-sticky .trip-builder {
    padding-top: 0;
    padding-bottom: 4px;
    margin: 0 10px;
}

.header-sticky .trip-builder .text {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .header-sticky {
        display: block;
        
    }
}

@media only screen and (min-width: 1200px) {
    .header-sticky {
        padding: 2px 35px 2px;
    }

    .header-sticky .inner {
        padding: 0 28px;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/

/* header slideshow panel */
.header-slideshow-panel .header-slideshow {
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
}

.header-slideshow-panel .header-slideshow-cont .expand-full {
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    right: calc(46vw - 10px);
    padding: 15px 20px;
}

.header-slideshow-panel .expand-full::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(0,0,0,0.8) , rgba(0,0,0,0) 70%);
}

.header-slideshow-panel .expand-full .icon-cont {
    margin-bottom: 5px;
}

.header-slideshow-panel .expand-full .icon {
    font-size: 35px;
}

.header-slideshow-panel .expand-full .text {
    text-transform: uppercase;
    font-size: 11px;
}

.header-slideshow-panel .header-slideshow .slide .img-cont {
    height: 125vw;
    max-height: calc(100vh - 58px);
}

.header-slideshow-panel .contentRender_name_plugins_core_textbox {
    width: 100%;
    max-width: none;
    margin-bottom: 4px;
    padding:  32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #607325;
}

.header-slideshow-panel .contentRender_name_plugins_core_textbox a {
    width: 100%;
    border-bottom: none;
    text-decoration: none;
}

.header-slideshow-panel .contentRender_name_plugins_core_textbox h1 {
    margin-bottom: 8px;
    font-size:18px;
    line-height: 20px;
    color: #faa63d;
    font-weight: 700;
    text-align: center;
}

.header-slideshow-panel .contentRender_name_plugins_core_textbox p {
    margin-bottom: 0;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 35px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-family: "futura-pt",sans-serif;
}

.header-slideshow-panel .header-tiles > *{
    margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
    .header-slideshow-panel {
        display: flex;
        height: 50vw;
        max-height: calc(100vh - 125px);
        margin-bottom: 4px;
        overflow: hidden;
    }

    .header-slideshow-panel .header-slideshow {
        margin-bottom: 0;
    }
    
    .header-slideshow-panel .contentRender_name_plugins_core_textbox {
        margin-bottom: 0;
    }
    
    .header-slideshow-panel .header-tiles > *{
        margin-bottom: 0;
    }

    .header-slideshow-panel .header-slideshow {
        min-width: calc(50vw - 10px);
    }

    .header-slideshow-panel .header-slideshow .slide .img-cont {
        height: 50vw;
        max-height: calc(100vh - 125px);
    }

    .header-slideshow-panel .grid-cont {
        margin-left: 2px;
        min-width: calc(50vw - ((100vw - 100%) / 2) - 2px);
    }

    .header-slideshow-panel .grid-cont > *:first-child {
        margin-bottom: 4px;
    }

    .header-slideshow-panel .grid-cont > * {
        height: calc(50% - 2px);
    }

    .header-slideshow-panel .header-tiles {
        display: flex;
        height: 100%;
    }
}

@media only screen and (min-width: 1025px) {
    .header-slideshow-panel .header-slideshow-cont .expand-full {
        display: block;
        transition: 0.5s right;
    }

    .header-slideshow-panel .header-slideshow-cont.active .expand-full {
        right: 0;
    }

    .header-slideshow-panel .header-slideshow {
        min-width: 95vw;
        transition: 0.5s min-width;
    }

    .header-slideshow-panel .header-slideshow.active {
        min-width: 95vw;
    }

    .header-slideshow-panel .contentRender_name_plugins_core_textbox h1 {
        margin-bottom: 14px;
        font-size: 22px;
    }

    .header-slideshow-panel .contentRender_name_plugins_core_textbox p {
        font-size: 40px;
        line-height: 42px;
        max-width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1400px) {
    .header-slideshow-panel .contentRender_name_plugins_core_textbox p {
        font-size: 47px;
        line-height: 47px;
    }
}

/* TWO COLUMN PANEL */
.two-col-panel {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
}

.two-col-panel .custom-panel {
    margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
    .two-col-panel {
        display: flex;
        align-items: flex-start;
        padding: 0 30px;
    }

    .two-col-panel .custom-panel {
        flex: 1;
        width: calc(50% - 15px);
        margin: 0 15px 40px;
    }

}
/* Intro Container */
.intro-textbox {
    position: relative;
    padding: 0 15px;
    width: 100%;
    max-width: var(--width-base);
    margin: 0 auto 25px;
}

.intro-textbox h1 {
    font-size: 28px;
    line-height: 34px;
}

.intro-textbox h2 {
    display: none;
}

.intro-textbox p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1025px) {
    .intro-textbox {
        padding: 0 30px;
        margin-bottom: 75px;
    }

    .intro-textbox h1 {
        font-size: 66px;
        line-height: 60px;
    }

    .intro-textbox h2 {
        display: block;
    }

    .intro-textbox p {
        font-size: 17px;
    }
}

/* teaser for read more */

/* CTA PANEL */
.cta-panel {
    position: relative;
    width: 100%;
    margin-bottom: 4px;
    padding: 55px 0;
    background-color: rgba(0, 0, 0, 1);
}

.cta-panel .inner {
    max-width: 340px;
    margin: 0 auto;
}

.cta-panel .bg {
    position: absolute;
    display: none;
    opacity: 0.5;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cta-panel .bg.default-bg {
    display: block;
}

@media only screen and (min-width: 1025px) {
    .cta-panel {
        min-height: 560px;
    }

    .cta-panel .bg {
        background-attachment: fixed;
    }

    .cta-panel .inner {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 100%;
        transform: translate(50%, -50%);
        display: flex;
        justify-content: center;
        align-items: flex-start;
        max-width: 1285px;
        padding: 0 20px 20px;
    }
}

/* CTA WIDGET */

.contentRender_name_plugins_common_cta {
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
}

.inner .contentRender_name_plugins_common_cta:last-child {
    margin-bottom: 0;
}

.cta .cont {
    display: flex;
    align-items: center;
    padding: 5px;
}

.cta .cont svg path {
    opacity: 0.5;
    fill: #fff;
}

.cta .cont:hover svg path {
    opacity: 1;
    fill: #feb747;
}

.cta .svg-cont {
    flex: 0 0 118px;
    display: flex;
    justify-content: center;
}

.cta svg {
    width: 100%;
    max-width: 76px;
}

.cta .content {
    flex: 1;
}

.cta .content .title {
    margin-bottom: 5px;
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.cta .content .link a {
    display: block;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    color: #feb747;
    border-bottom: none;
    text-decoration: none;
}

.cta .bg-holder {
    display: none;
}

.cta .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1025px) {
    .cta,
    .contentRender_name_plugins_common_cta {
        flex: 1 1 33.3333%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .cta .cont {
        display: block;
        align-items: unset;
        text-align: center;
    }

    .cta .svg-cont {
        min-height: 184px;
        align-items: center;
    }

    .cta svg {
        max-width: 100px;
    }

    .cta .content .title {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .cta .content .link a {
        font-size: 18px;
    }
}

/* custom button */
.custom-button {
    display: flex;
    margin-top: -10px;
}

.custom-button.align-left {
    justify-content: flex-start;
}

.custom-button.align-center {
    justify-content: center;
}

.custom-button.align-right {
    justify-content: flex-end;
}

.custom-button .button-link {
    display: inline-block;
    background-color: #778c39;
    padding: 17px 20px;
    line-height: 18px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 400;
}

.custom-button .button-link:hover {
    background-color: #536228;
}


/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.footer-section {
    margin-top: 90px;
}

.footer-section .nav-cont {
	background-color: #17648d;
}

.footer-section .image-cont {
    width: 100%;
    height: 56.25vw;
    max-height: 300px;
    margin-bottom: 4px;
    background-image: url("../png/footer-bg-sm.png");
    background-position: center top;
    background-size: 190%;
    background-repeat: no-repeat;
}

.footer-section .content-cont{
    width: 100%;
    background-color: #0e618a;
}

.footer-section .inner {
    position: relative;
    width: 100%;
}

.footer-section .chat {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    min-width: 130px;
    padding: 5px 10px;
    background-color: #fff;
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #2c9fbb;
    text-transform: uppercase;
}

.footer-section .chat.sticky {
    position: absolute;
    top: -41px;
    bottom: auto;
    right: 0;
}

.footer-section .chat .icon {
    width: 100%;
    max-width: 34px;
    margin-left: 4px;
    font-size: 29px;
    vertical-align: middle;
}

.footer-section .contentRender_name_plugins_common_footer_cta {
    position: relative;
    margin-bottom: 4px;
    background-color: rgba(0,0,0,0.2);
}
.footer-section .footer-cta {height: 100%;}

.footer-section .footer-cta a {
    border-bottom: none;
    text-decoration: none;
}

.footer-section .footer-cta .cont {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 27px 15px;
}

.footer-section .footer-cta::after {
    position: absolute;
    opacity: 0;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    transition: 0.3s opacity ease;
}

.footer-section .footer-cta:hover::after {
    opacity: 1;
}

.footer-section .footer-cta .icon-cont {
    width: 100%;
    max-width: 70px;
    margin-right: 15px;
}

.footer-section .footer-cta .content .title {
    margin-bottom: 5px;
    font-family: "futura-pt",sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: none;
    text-decoration: none;
}

.footer-section .footer-cta .content .link {
    display: block;
    font-family: "canada-type-gibson",sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #feb747;
    border-bottom: none;
    text-decoration: none;
}

.footer-section .top {
	background-color: #269fbc;
}

.footer-section .footer-button .content {
	width: 210px;
	margin: 0 auto;
    padding: 10px 0 10px 0;
}

.footer-section .footer-button .link {
	font-size: 18px;
	text-align: center;
	color: white;
	background-color: #1c5b7e;
	padding: 30px 0px 30px 0px;
	text-transform: uppercase;
}

.footer-section .main {
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-section .middle-wrapper {
	display: grid;
	gap: 20px;
}

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

.footer-section .bottom {
	background-color: #13425e;
}

.footer-section .bottom-wrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
}

.footer-section .logo {
    width: 100%;
    max-width: 227px;
	margin: 0 auto;
}

.footer-section .logo a {
    border-bottom: none;
    text-decoration: none;
}

.footer-section .middle ul {
    margin: 0;
    list-style: none;
	gap: 10px;
}

.footer-section .middle ul li {
    margin-left: 0;
}

.footer-section .address-cont h4 {
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    font-family: "canada-type-gibson",sans-serif;
}

.footer-section .address-cont p {
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    font-family: "canada-type-gibson",sans-serif;
    margin-bottom: 15px;
}

.footer-section .address-cont .contentRender_name_plugins_core_textbox > ul {
    margin-left: 0
}

.footer-section .address-cont .contentRender_name_plugins_core_textbox > ul li {
    margin-bottom: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: "canada-type-gibson",sans-serif;
}

.footer-section .address-cont .contentRender_name_plugins_core_textbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
    padding: 0;
}

.footer-section .address-cont .separator {
    padding: 0 8px;
}

.footer-section .contentRender_name_plugins_core_textbox {
    margin-bottom: 10px;
}

.footer-section .contentRender_name_plugins_core_textbox li {
    margin-bottom: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: "canada-type-gibson",sans-serif;
}

.footer-section .copyright {
    padding: 0 25px;
    color: #fff;
    font-family: "canada-type-gibson",sans-serif;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.5px;
}

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

.footer-section .social ul {
    justify-content: center;
}

.footer-section .social ul .icon-cont a {
	width: 40px;
	height: 40px;
	font-size: 24px;
    background-color: #fff;
    color: #1c5b7e;
}

.footer-section .social .icon-cont .tiktok-icon {
	filter: invert(26%) sepia(97%) saturate(427%) hue-rotate(157deg) brightness(93%) contrast(88%);
	max-width: 30px;
}

.footer-section .made-by {
    text-align: center;
    max-width: 170px;
    margin: 0 auto;
	padding-bottom: 10px;
}

.footer-section .made-by a {
    border-bottom: none;
    text-decoration: none;
}
.footer-section .mobile-fixed {
    position: fixed;
    bottom: 60px;
    width: 100%;
    z-index: 10;
}
.footer-section .mobileAd {
    display: none;
}
.footer-section.hasMobileAd .mobileAd {
    display: block;
}
.footer-section .mobile-fixed .mobileAd {
    text-align: center;
}

.footer-section .bottom .item-inner a {
	font-size: 20px;
	color: white;
}

@media only screen and (min-width: 768px) {    
    .footer-section .image-cont {
        height: 67.25vw;
        max-height: 550px;
        background-image: url('../png/footer-bg-lg.png');
        background-position: left top;
        background-size: auto;
        background-repeat: repeat-x;
    }

    .footer-section .inner .top {
        display: flex;
		align-items: center;
		justify-content: center;
		gap: 25px;
		padding-top: 20px;
		padding-bottom: 20px;
    }

    .footer-section .contentRender_name_plugins_common_footer_cta {
        flex: 1;
        width: calc(50% - 2px);
        min-height: 165px;
        margin-right: 4px;
    }

    .footer-section .contentRender_name_plugins_common_footer_cta:last-child {
        margin-right: 0;
    }

    .footer-section .footer-cta .cont {
        padding: 15px;
        height: 100%;
    }

    .footer-section .footer-cta .icon-cont {
        max-width: 90px;
    }

    .footer-section .footer-cta .content .title {
        font-size: 26px;
    }

    .footer-section .main {
		display: grid;
		grid-template-rows: 1fr 1fr;
    }

    .footer-section .middle {
        text-align: left;
        margin-bottom: 0;
        padding-left: 15px;
		padding-top: 40px;
		padding-bottom: 15px;
		background-color: #1c5b7e;
    }

	.footer-section .middle ul {
		gap: 35px;
	}

    .footer-section .bottom .bottom-wrapper {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		align-items: unset;
		padding: 20px 0 20px 0;
		gap: 30px
	}

    .footer-section .bottom .item-inner a {
		color: white;
		font-size: 20px;
		text-transform: uppercase;
	}

    .footer-section .bottom .item-inner a i {
		display: none;
	}

    .footer-section .logo {
        width: 100%;
        max-width: 280px;
    }

    .footer-section .address-cont .contentRender_name_plugins_core_textbox {
        justify-content: flex-start;
        margin-bottom: 46px;
    }

    .footer-section .copyright {
        padding: 0;
    }

	.footer-section .social ul .icon-cont a {
		width: 70px;
		height: 70px;
		font-size: 44px;
		background-color: #fff;
		color: #1c5b7e;
	}
}

@media only screen and (min-width: 1025px) {
    .footer-section .inner {
    }

    .footer-section .chat {
        min-width: 200px;
        padding: 10px 17px 10px 24px;
        font-size: 20px;
    }

    .footer-section .chat.sticky {
        top: -66px;
    }

    .footer-section .chat .icon {
        max-width: 48px;
        margin-left: 10px;
    }

    .footer-section .inner .top {
        width: 100%;
		height: 200px;
    }

	.footer-section .social ul {
		flex-wrap: nowrap;
		justify-content: left;
	}

	.footer-section .middle-wrapper {
	    display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		max-width: 1140px;
		margin: 0 auto;
	}

    .footer-section .contentRender_name_plugins_common_footer_cta {
        flex: 1;
        width: 100%;
        margin-right: 0;
    }

    .footer-section .contentRender_name_plugins_common_footer_cta:last-child {
        margin-bottom: 0;
    }

    .footer-section .footer-cta .cont {
        justify-content: flex-start;
        padding: 15px 15px 15px 40px;
    }

    .footer-section .footer-cta .icon-cont {
        margin-right: 40px;
        max-width: 100px;
    }

    .footer-section .footer-cta .content .title {
        font-size: 30px;
    }

    .footer-section .footer-cta .content .link {
        font-size: 18px;
    }

    .footer-section .main {
        padding-left: 0;
    }

	.footer-section .footer-button .content {
		width: 315px;
	}

	.footer-section .footer-button .link {
		font-size: 25px;
		text-align: center;
		color: white;
		background-color: #1c5b7e;
		padding: 30px 0px 30px 0px;
		text-transform: uppercase;
	}
}


.footer-section .contentRender_name_plugins_common_footer_bottom_nav {
	flex: 1 0 100%;
}

.footer-section .bottom-footer-nav {
	margin: 0 0 30px;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.footer-section .bottom-footer-nav li {
	list-style: none;
}

.footer-section .bottom-footer-nav li a{
	color: #fff;
	text-transform: uppercase;
}
.footer-section .bottom-footer-nav li a:hover {
	/* color: #fff; */
}

@media only screen and (min-width: 64em) {
	.footer-section .bottom-footer-nav {
		flex-direction: row;
		gap: 15px;
		margin-bottom:5px;
	}
}

@media only screen and (min-width: 1400px) {
    .footer-section .inner {
    }

	.footer-section .inner .top {
		gap: 100px;
	}

    .footer-section .chat {
        right: calc((100vw - 1400px)/2);
    }

    .footer-section .footer-cta .cont {
        padding: 15px 15px 15px 80px;
    }

    .footer-section .middle {
        padding-left: 0;
    }
}

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

.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;
}