/** Page Banner Layout **/
/** page image banner **/
.page-banner-section {

}

.page-banner-section .page-banner-wrapper {
    position: relative;
    background: #000000;
}

.page-banner-section .page-banner-wrapper .__custom_row {
    max-width: 80rem;
}

.page-banner-section .page-banner-wrapper .page-banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 415px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-section .page-banner-wrapper .page-banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(49, 84, 71, 0.19);
    width: 100%;
    height: 100%;
}

.page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
    height: 415px;
}

.page-banner-section .page-banner-wrapper .page-banner-title {
    text-align: center;
    margin-top: 1px;
}

.page-banner-section .page-banner-wrapper .page-banner-title h1 {
    font-size: 32px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

main.functions .page-banner-section .page-banner-wrapper .page-banner-title h1 {
    font-size: 34px;
    font-family: 'RecoletaAltBold';
    text-transform: none;
    letter-spacing: 0.3px;
    line-height: 1.05;
}

/** page image slider banner **/
.page-banner-section .page-slider-banner-wrapper {
    position: relative;
    width: 100%;
    clear: both;
    background-color: #000000;
}

.page-banner-section .page-slider-banner-wrapper .swiper-wrapper {
    box-sizing: inherit;
}

.page-banner-section .page-slider-banner-wrapper .banner-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 415px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-section .page-slider-banner-wrapper .banner-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(49, 84, 71, 0.19);
    width: 100%;
    height: 100%;
}

.page-banner-section .page-slider-banner-wrapper .swiper-button-next,
.page-banner-section .page-slider-banner-wrapper .swiper-button-prev {
    color: #FCFBF4;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

.page-banner-section .page-slider-banner-wrapper .swiper-button-next:hover,
.page-banner-section .page-slider-banner-wrapper .swiper-button-prev:hover {
    color: #315447;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.page-banner-section .page-slider-banner-wrapper:hover .swiper-button-next,
.page-banner-section .page-slider-banner-wrapper:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
}

/** page video banner **/
.page-banner-section .page-video-banner .__video_wrapper {
    position: relative;
}

.page-banner-section .page-video-banner .__video_wrapper .__video_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 11;
    text-align: center;
}

.page-banner-section .page-video-banner .__video_wrapper .responsive-embed {
    padding-bottom: 56.3%;
    background-color: #000000;
}

.page-banner-section .page-video-banner .__video_wrapper .responsive-embed:after {
    content: 'Loading Video...';
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

.page-banner-section .page-video-banner .__video_wrapper .responsive-embed iframe {
    z-index: 1;
}

.page-banner-section .page-video-banner .__custom_row {
    max-width: 93.3rem;
    /*max-width: 97.188vw;*/
    height: 100%;
}

.page-banner-section .page-video-banner .video-banner-outer-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.page-banner-section .page-video-banner .video-banner-button {
    padding-top: 35px;
    text-align: right;
}

.page-banner-section .page-video-banner .video-banner-button a {
    text-decoration: none;
    display: inline-block;
    background-color: #E1DBC3;
    font-size: 20px;
    font-family: 'BrandonGrotesqueBold';
    color: #315447;
    padding: 8px 18px 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.page-banner-section .page-video-banner .video-banner-button a:hover {
    background-color: #315447;
    color: #E1DBC3;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.page-banner-section .page-video-banner .video-banner-controls {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.page-banner-section .page-video-banner .video-banner-controls span {
    font-size: 28px;
    color: #FCFBF4;
    cursor: pointer;
}

.page-banner-section .page-video-banner .video-banner-controls span:hover {
    color: #8BD3E7;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

/** page static banner **/
.page-banner-section .page-static-banner-wrapper {
    position: relative;
    background: #000000;
}

.page-banner-section .static-banner-image-desktop img {
    width: 100%;
}

.page-banner-section .static-banner-image-mobile {
    display: none;
}

.page-banner-section .static-banner-image-mobile img {
    width: 100%;
}
/** Page Banner Layout **/


/** Content Editor Layout **/
.content-editor-section {

}

.content-editor-section .__custom_row {
    max-width: 86rem;
    /*max-width: 89.584vw;*/
}

.content-editor-section .full-content-editor {
    position: relative;
    text-align: left;
}

.content-editor-section .full-content-editor h2 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 5px;
}

.content-editor-section .full-content-editor h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 15px;
}

.content-editor-section .full-content-editor h4 {
    font-size: 34px;
    font-family: 'RecoletaAltBold';
    color: #FCFBF4;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 1.05;
    margin-bottom: 13.5px;
}

.content-editor-section .full-content-editor p {
    text-align: left;
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.content-editor-section .full-content-editor p > a {
    text-decoration: underline;
    color: #1C4335;
    letter-spacing: 0.3px;
}

.content-editor-section .full-content-editor table {
    margin-bottom: 0;
    border-radius: 0;
}

.content-editor-section .full-content-editor table tr {
    background: #f2f2f2;
}

.content-editor-section .full-content-editor table tr:nth-child(even) {
    background-color: #ffffff;
}

.content-editor-section .full-content-editor table tr th {
    background-color: #1C4335;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #FCFBF4;
    letter-spacing: 0;
    padding: 8px 0;
}

.content-editor-section .full-content-editor table tr td {
    border: 1px solid #dddddd;
    font-size: 16px;
    font-family: 'MontserratRegular';
    color: #58595b;
    letter-spacing: 0;
    padding: 8px 15px;
}

.content-editor-section .full-content-editor table tr td a {
    text-decoration: none;
    color: #58595b;
    letter-spacing: 0; 
}

.content-editor-section .full-content-editor table tr td a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.content-editor-section .full-content-editor ._img_position {
    position: absolute;
    top: -70px;
    right: -190px;
}

.content-editor-section .full-content-editor ._img_position2 {
    position: absolute;
    top: -75px;
    right: -190px;
}

.content-editor-section .full-content-editor ._img_position_top {
    position: absolute;
    top: -30px;
    right: -190px;
}

main.golfcourseredevelopment .content-editor-section:nth-of-type(5) {
    padding: 0 !important;
}
/** Content Editor Layout **/


/** Content Editor With Background Image Layout **/
.content-editor-bg-image-section {
    position: relative;
    background-color: #1C4335;
    overflow: hidden;
}

.content-editor-bg-image-section .__custom_row {
    max-width: 80rem;
    /*max-width: 82.292vw;*/
}

.content-editor-bg-image-section .background-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 540px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content-editor-bg-image-section .background-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, transparent 40%, rgba(28, 67, 53, 1) 69.5%);
    background-color: transparent;
}

.content-editor-bg-image-section .background-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.content-editor-bg-image-section .background-image-overlay-wrapper {
    height: 540px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.content-editor-bg-image-section .background-image-overlay-content {
    text-align: left;
    margin-top: 10px;
}

.content-editor-bg-image-section .background-image-overlay-content h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-bottom: 14px;
}

.content-editor-bg-image-section .background-image-overlay-content p {
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.42;
    margin-bottom: 15px;
}
/** Content Editor With Background Image Layout **/


/** Content And Image Layout **/
.content-image-section {
    position: relative;
    background-color: #FCFBF4;
}

.content-image-section .content-image-wrapper {
    display: flex;
}

.content-image-section .content-image-left-column {
    width: 66.55%;
    background-color: #FCFBF4;
    padding: 25px 25px 30px;
    overflow: hidden;
}

.content-image-section .content-image-inner-wrapper {
    display: flex;
    height: 100%;
}

.content-image-section .left-content-image {
    width: 50.5%;
    height: 100%;
}

.content-image-section .left-content-image img {
    width: 100%;
    height: 100%;
}

.content-image-section .left-content {
    width: 49.5%;
    height: 100%;
    padding: 15px 40px 0 20px;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    box-shadow: -5px 0px 95px 90px #FCFBF4;
    position: relative;
}

.content-image-section .left-content h3 {
    font-size: 26px;
    font-family: 'RecoletaAltBold';
    color: #315447;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.05;
    margin-bottom: 20px;
}

.content-image-section .left-content p {
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 15px;    
}

.content-image-section .content-image-right-column {
    width: 33.45%;
    background-color: #315447;
    padding: 95px 95px 80px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.content-image-section .right-content {
    text-align: center;
}

.content-image-section .right-content p {
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 15px;
}
/** Content And Image Layout **/


/** Content And Media Alternate Layout **/
.content-media-alternate-section {
    background-color: #315447;
}

.content-media-alternate-section .content-media-image {
    width: 100%;
    height: 540px;   
}

.content-media-alternate-section .content-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-media-alternate-section .content-media-content {
    position: relative;
    height: 540px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 60px 100px;
}

.content-media-alternate-section.__narrow_padding .content-media-content {
    padding: 40px 70px;
}

.content-media-alternate-section .content-media-content a {
    text-decoration: none;
}

.content-media-alternate-section .content-media-content h2 {
    font-size: 34px;
    font-family: 'RecoletaAltBold';
    color: #BDDFE8;
    text-transform: none;
    letter-spacing: 0.3px;
    line-height: 1.05;
    margin-bottom: 20px;
}

.content-media-alternate-section .content-media-content h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 10px;
}

.content-media-alternate-section .content-media-content h4 {
    font-size: 15.5px;
    font-family: 'BrandonGrotesqueBlack';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.content-media-alternate-section .content-media-content p {
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.35;
    margin-bottom: 15px;
}

.content-media-alternate-section .content-media-content .__floating_logo {
position: absolute;
    bottom: 17px;
    right: 21px;
}

.content-media-alternate-section .content-media-image-overlay-wrapper {
    background-color: #315447;
    position: relative;
    height: 540px;
}

.content-media-alternate-section .content-media-background-image {
    position: relative;
}

.content-media-alternate-section .content-media-background-image img {
    width: 100%;
    object-fit: cover;
}

.content-media-alternate-section .content-media-image-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(180deg, transparent 0%, rgba(49, 84, 71, 1) 100%);
}

.content-media-alternate-section .content-media-image-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 70px 40px;
    display: flex;
    display: -webkit-flex;
    align-items: end;
    justify-content: left;
}

.content-media-alternate-section .content-media-image-overlay-content h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 5px;
}

.content-media-alternate-section .content-media-image-overlay-content p {
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.45;
    margin-bottom: 20px;
}
/** Content And Media Alternate Layout **/


/** Contents And Mini Gallery Layout **/
.contents-and-mini-gallery-section {
    position: relative;
    background-color: #FCFBF4;
    overflow: hidden;
}

.contents-and-mini-gallery-section .row.expanded .row {
    max-width: 100%;
}

.contents-and-mini-gallery-section .gallery-image {
    position: relative;
}

.contents-and-mini-gallery-section .gallery-image img {
    width: 100%;
}

.contents-and-mini-gallery-section .left-content-wrapper {
    background-color: #1C4335;
    position: relative;
    height: 100%;
}

.contents-and-mini-gallery-section .left-content-wrapper a {
    text-decoration: none;
}

.contents-and-mini-gallery-section .left-content-image {
    position: relative;
}

.contents-and-mini-gallery-section .left-content-image:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, transparent 0%, rgba(28, 67, 53, 1) 100%);
}

.contents-and-mini-gallery-section .left-content-image img {
    width: 100%;
}

.contents-and-mini-gallery-section .left-content-overlay-wrapper {
    position: relative;
    top: -185px;
    margin-bottom: -185px;
    padding: 40px 80px 20px;
}

.contents-and-mini-gallery-section .left-content-overlay {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
}

.contents-and-mini-gallery-section .left-content-overlay h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 10px;
}

.contents-and-mini-gallery-section .left-content-overlay p {
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.contents-and-mini-gallery-section .left-content-overlay p span._first_p {
    display: inline-block;
    width: 330px;
}
/** Contents And Mini Gallery Layout **/


/** Column Contents 2-1 Layout **/
.column-contents-two-one {

}

.column-contents-two-one .row {
    position: relative;
}

.column-contents-two-one .__brb_padding {
    padding: 0 4px;
}

.column-contents-two-one .section-center-logo {
    position: absolute;
    bottom: 109px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.column-contents-two-one .section-center-logo img {
    width: 161px;
}

.column-contents-two-one .left-column-content-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 50%;   
}

.column-contents-two-one .content-editor {
    text-align: center;
    padding: 60px 50px;
}

.column-contents-two-one .content-editor h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 5px;
}

.column-contents-two-one .content-editor h4 {
    font-size: 15.5px;
    font-family: 'BrandonGrotesqueBlack';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
}

.column-contents-two-one .content-editor p {
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.column-contents-two-one .right-column-content-wrapper {
    height: 100%;
    padding: 55px 90px 45px;
}

.column-contents-two-one .section-content {
    text-align: center;
    margin-bottom: 10px;
}

.column-contents-two-one .section-content h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 10px;
}

.column-contents-two-one .section-content p {
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.45;
}

.column-contents-two-one .blurb-item {
    margin-bottom: 17px;
}

.column-contents-two-one .blurb-image img {
    width: 100%;
}

.column-contents-two-one .blurb-position-name {
    text-align: center;
    margin-top: 12px;
}

.column-contents-two-one .blurb-position-name h4 {
    font-size: 15.5px;
    font-family: 'BrandonGrotesqueBlack';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.15;
}

.column-contents-two-one .blurb-position-name h3 {
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: normal;
}
/** Column Contents 2-1 Layout **/


/** Images And Contents Overlay Layout **/
.images-and-contents-overlay-section {
    position: relative;
    background-color: #FCFBF4;
    overflow: hidden;
}

.images-and-contents-overlay-section .row.expanded .row {
    max-width: 100%;
}

.images-and-contents-overlay-section .image-item img {
    width: 100%;
}

.images-and-contents-overlay-section .left-images-contents-overlay-wrapper {
    background-color: #1C4335;
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
}

.images-and-contents-overlay-section .left-images-contents-overlay-wrapper a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
}

.images-and-contents-overlay-section .left-block-container {
    position: relative;
    width: 50%;
    height: 100%;
    background-color: #1C4335;
}

.images-and-contents-overlay-section .right-block-image {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 50%;
}

.images-and-contents-overlay-section .right-block-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, transparent 45%, rgba(28, 67, 53, 1) 100%);
    background-color: transparent;
}

.images-and-contents-overlay-section .right-block-image img {
    width: 100%;
}

.images-and-contents-overlay-section .left-content-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 80px 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
}

.images-and-contents-overlay-section .left-content-overlay h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 10px;
}

.images-and-contents-overlay-section .left-content-overlay p {
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.images-and-contents-overlay-section .right-content-wrapper {
    background-color: #315447;
    position: relative;
    height: 100%;
}

.images-and-contents-overlay-section .right-content-wrapper a {
    text-decoration: none;
}

.images-and-contents-overlay-section .right-content-image {
    position: relative;
}

.images-and-contents-overlay-section .right-content-image:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, transparent 0%, rgba(49, 84, 71, 1) 100%);
}

.images-and-contents-overlay-section .right-content-image img {
    width: 100%;
}

.images-and-contents-overlay-section .right-content-overlay-wrapper {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    padding: 40px 80px 20px;
}

.images-and-contents-overlay-section .right-content-overlay {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
}

.images-and-contents-overlay-section .right-content-overlay h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 10px;
}

.images-and-contents-overlay-section .right-content-overlay p {
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 20px;
}
/** Images And Contents Overlay Layout **/


/** Image Tiles Layout **/
.image-tiles-section {
    background-color: #315447;
}

.image-tiles-section .__flex_bottom_left {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.image-tiles-section .image-tile-item {
    overflow: hidden;
}

.image-tiles-section .image-tile-item:hover .image-tile {
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    -o-transform: scale(1.035);
    transform: scale(1.035);
}

.image-tiles-section .image-tile {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 390px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.image-tiles-section .image-tile-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(180deg, transparent 0%, rgba(28, 67, 53, 0.6) 100%);
}

.image-tiles-section .image-tile-overlay h4 {
    font-size: 20px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.1;
    margin: 0 0 23px 25px;
}

.image-tiles-section .image-tile-overlay h4 > span {
    font-size: 17px;
    font-family: 'MontserratLight';
    letter-spacing: 0.2px;
    text-transform: none;
    display: block;
    margin-top: 7px;
}


/* masonry layout */
.image-tiles-section .__custom_col_wide {
    width: 66.55%;
}

.image-tiles-section .__custom_col_narrow {
    width: 33.45%;
}

.image-tiles-section .image-tile.__large {
    height: 780px;
}
/** Image Tiles Layout **/


/** Blog Posts Layout **/
/* landing blog posts */
.blog-posts-section {
    background-color: #315447;
}

.blog-posts-section .__custom_row {
    max-width: 93rem;
    /*max-width: 96.875vw;*/
}

.blog-posts-section .section-title-container {
    padding: 29px 0 21px;
}

.blog-posts-section .section-title-btn-wrapper {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.blog-posts-section .section-title {
    text-align: center;
    flex: 1;
}

.blog-posts-section .section-title h2 {
    font-size: 25px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
}

.blog-posts-section .section-button {
    position: absolute;
    right: 0;
}

.blog-posts-section .section-button a {
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    letter-spacing: 1px;
}

.blog-posts-section .section-button a:hover {
    color: #8BD3E7;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.blog-posts-section .section-button a > span {
    padding-right: 9px;
    font-size: 16px;
}

.blog-posts-section .slider-blog-posts-full-width {
    position: relative;
    display: grid;
    width: 100%;
    clear: both;
}

.blog-posts-section .slider-blog-posts-full-width:before,
.blog-posts-section .slider-blog-posts-full-width:after {
    content: "";
    height: 100%;
    background: #315447;
    position: absolute;
    width: 13%;
    left: 0;
    background: #315447;
    background: -moz-linear-gradient(270deg, rgba(49, 84, 71, 0) 0, rgba(49, 84, 71, 0.65) 100%);
    background: -webkit-linear-gradient(270deg, rgba(49, 84, 71, 0) 0, rgba(49, 84, 71, 0.65) 100%);
    background: linear-gradient(270deg, rgba(49, 84, 71, 0) 0, rgba(49, 84, 71, 0.65) 100%);
    z-index: 1;
}

.blog-posts-section .slider-blog-posts-full-width:after {
    left: unset;
    right: 0;
    background: #315447;
    background: -moz-linear-gradient(270deg, rgba(49, 84, 71, 0.65) 0, rgba(49, 84, 71, 0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(49, 84, 71, 0.65) 0, rgba(49, 84, 71, 0) 100%);
    background: linear-gradient(270deg, rgba(49, 84, 71, 0.65) 0, rgba(49, 84, 71, 0) 100%);
}

.blog-posts-section .__blog_posts_prev_arrow.slick-arrow {
    position: absolute;
    left: 35px;
    top: 47%;
    transform: translateY(-50%);
    z-index: 9;
}

.blog-posts-section .__blog_posts_prev_arrow.slick-arrow img {
    width: 61px;
    cursor: pointer;
}

.blog-posts-section .__blog_posts_next_arrow.slick-arrow {
    position: absolute;
    right: 35px;
    top: 47%;
    transform: translateY(-50%);
    z-index: 9;
}

.blog-posts-section .__blog_posts_next_arrow.slick-arrow img {
    width: 61px;
    cursor: pointer;
}

.blog-posts-section .blog-post-item {
    overflow: hidden;
}

.blog-posts-section .blog-post-item:hover .blog-post-image {
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    -o-transform: scale(1.035);
    transform: scale(1.035);
}

.blog-posts-section .blog-post-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 410px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-posts-section .blog-post-image-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(180deg, transparent 0%, rgba(28, 67, 53, 0.6) 100%);
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: center;
}

.blog-posts-section .blog-post-date-wrapper {
    position: relative;
    width: 70.5px;
    height: 70.5px;
    margin: 0 auto 20px;
}

.blog-posts-section .blog-post-date {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.blog-posts-section .blog-post-date p {
    font-size: 11px;
    font-family: 'BrandonGrotesqueBlack';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-bottom: 0px;
}

.blog-posts-section .blog-post-date h2 {
    font-size: 31px;
    font-family: 'RecoletaAltBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
}

.blog-posts-section .blog-post-title {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 38px;
}

.blog-posts-section .blog-post-title h3 {
    font-size: 18px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.05;
}

/* grid blog posts */
.blog-posts-grid-section {
    background-color: #FCFBF4;
}

.blog-posts-grid-section .__custom_row {
    max-width: 88.6rem;
    /*max-width: 92.292vw;*/
}

.blog-posts-grid-section .__bpg_padding {
    padding: 0 13px;
}

.blog-posts-grid-section .section-title-container {
    background-color: #315447;
    padding: 29px 0 21px;
}

.blog-posts-grid-section .section-title {
    text-align: center;
    flex: 1;
}

.blog-posts-grid-section .section-title h2 {
    font-size: 25px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
}

.blog-posts-grid-section .blog-posts-container {
    padding: 65px 0 20px;
}

.blog-posts-grid-section .blog-post-item {
    margin-bottom: 55px;
}

.blog-posts-grid-section .blog-post-image {
    -webkit-box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
    -moz-box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
    box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
}

.blog-posts-grid-section .blog-post-image img {
    width: 100%;
}

.blog-posts-grid-section .blog-post-item h4 {
    font-size: 16px;
    font-family: 'BrandonGrotesqueBlack';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.3;
    margin-top: 15px;
}

.blog-posts-grid-section .blog-post-item p {
    font-size: 15px;
    font-family: 'MontserratMedium';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.35;
    margin-top: 5px;
}

.blog-posts-grid-section .blog-post-item a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #315447;
    font-size: 15px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    padding: 9px 18px;
    border: 1px solid #315447;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}

.blog-posts-grid-section .blog-post-item a:hover {
    background-color: #8BD3E7;
    border: 1px solid #8BD3E7;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/** Blog Posts Layout **/


/** Menus & Contents Layout **/
.menus-contents-section {
    
}

.menus-contents-section .__custom_row {
    max-width: 89.7rem;
    /*max-width: 93.438vw;*/
}

.menus-contents-section .__menu_padding {
    padding: 0 24px;
}

.menus-contents-section .__mc_padding {
    padding: 0 15px;
}

.menus-contents-section .__right_border {
    border-right: 1px solid #1C4335;
}

.menus-contents-section .menus-container {
    padding: 50px 0 20px;
}

.menus-contents-section .menu-item {
    -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, .2);
    box-shadow: -5px 5px 10px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
}

.menus-contents-section .menu-item img {
    width: 100%;
}

.menus-contents-section .contents-container {
    border-top: 1px solid #1C4335;
}

.menus-contents-section .menu-left-content {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: center;
    padding: 47px 40px 46px;
}

.menus-contents-section .menu-left-content h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: normal;
    margin-bottom: 10px;
}

.menus-contents-section .menu-left-content h4 {
    font-size: 16px;
    font-family: 'BrandonGrotesqueBlack';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: normal;
    margin-bottom: 2px;
}

.menus-contents-section .menu-left-content p {
    text-align: left;
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 14px;
}

.menus-contents-section .menu-right-content {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: center;
    padding: 47px 40px 46px;
}

.menus-contents-section .menu-right-content h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: normal;
    margin-bottom: 10px;
}

.menus-contents-section .menu-right-content h4 {
    font-size: 16px;
    font-family: 'BrandonGrotesqueBlack';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: normal;
    margin-bottom: 2px;
}

.menus-contents-section .menu-right-content p {
    text-align: left;
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 14px;
}
/** Menus & Contents Layout **/


/** Flexible Tiles Content Layout **/
.flexible-tiles-content-section {

}

/* content editor */
.flexible-tiles-content-section .content-editor-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.flexible-tiles-content-section .content-editor-wrapper a {
    text-decoration: none;
}

.flexible-tiles-content-section .content-editor-wrapper.__full_left {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: left; 
}

.flexible-tiles-content-section .content-editor {
    position: relative;
    height: 100%;
    padding: 70px 70px 65px;
}

.flexible-tiles-content-section .content-editor h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 5px;
}

.flexible-tiles-content-section .content-editor h4 {
    font-size: 15.5px;
    font-family: 'BrandonGrotesqueBlack';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 13px;
}

.flexible-tiles-content-section .content-editor h4 > span {
    font-family: 'MontserratRegular';
    text-transform: none;
    letter-spacing: 0;
    padding-left: 5px;
}

.flexible-tiles-content-section .content-editor p {
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.flexible-tiles-content-section .content-editor p a {
    text-decoration: none;
    color: #1C4335;
    letter-spacing: 0.3px;
}

.flexible-tiles-content-section .content-editor p a:hover {
    color: #8BD3E7;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.flexible-tiles-content-section .content-editor p a span:hover {
    color: #8BD3E7 !important;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.flexible-tiles-content-section .content-editor p a > i {
    font-size: 15px;
    padding-right: 7px;
}

.flexible-tiles-content-section .content-editor p a > i.fa-phone {
    position: relative;
    top: 1px;
}

.flexible-tiles-content-section .content-editor p span._first_p {
    display: inline-block;
    width: 330px;
}

.flexible-tiles-content-section .content-editor p.__social_media {
    text-align: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: normal;
}

.flexible-tiles-content-section .content-editor p.__social_media a {
    text-decoration: none !important;
}

.flexible-tiles-content-section .content-editor p.__social_media a > i {
    font-size: 21px;
    padding-right: 6px;
}

.flexible-tiles-content-section .content-editor p.__social_media a:first-of-type > i {
    font-size: 18px;
}

.flexible-tiles-content-section .content-editor p.__social_media a:last-of-type > i {
    padding-right: 0;
}

.flexible-tiles-content-section .content-editor p.__social_media a > span.__inner {
    display: none !important;
}

.flexible-tiles-content-section .content-editor ul {
    margin-left: 20px;
    margin-bottom: 25px;
}

.flexible-tiles-content-section .content-editor ul li {
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.35;
    margin-bottom: 3px;
}

.flexible-tiles-content-section .content-editor ul li a {
    text-decoration: none;
    color: #1C4335;
    letter-spacing: 0.3px;
}

.flexible-tiles-content-section .content-editor ul li a:hover {
    color: #8BD3E7;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.flexible-tiles-content-section .content-editor > ._image_position {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 10px 0 0;
}

.flexible-tiles-content-section .content-editor > ._img_position {
    position: absolute;
    top: 35px;
    right: -160px;
}

.flexible-tiles-content-section .content-editor > ._img_position_bottom {
    position: absolute;
    bottom: -80px;
    right: 40px;
}


/* content editor css v2 */
main:not(.the-club) .flexible-tiles-content-section .content-editor h3 {
    margin-bottom: 15px;
}

main:not(.the-club) .flexible-tiles-content-section .content-editor h4 {
    margin-top: 30px;
}

main:not(.the-club) .flexible-tiles-content-section .content-editor p {
    margin-bottom: 15px;
}

main:not(.the-club) .flexible-tiles-content-section .content-editor p > a {
    text-decoration: underline;
}

/*main:not(.the-club) .flexible-tiles-content-section .content-editor p > a:hover {
    color: #1C4335;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out; 
}*/


/* image only */
.flexible-tiles-content-section .image-only-wrapper {
    width: 100%;
    height: 100%;
}

.flexible-tiles-content-section .image-only,
.flexible-tiles-content-section .image-only img {
    width: 100%;
    height: 100%;    
}

main.golf-shop .flexible-tiles-content-section .image-only img,
main.gig-guide .flexible-tiles-content-section .image-only img {
    object-fit: cover;  
}


/* background image with content */
.flexible-tiles-content-section .background-image-content-wrapper {
    background-color: #315447;
    position: relative;
    height: 540px;
}

.flexible-tiles-content-section .background-image-content-wrapper a {
    text-decoration: none;
}

.flexible-tiles-content-section .background-image {
    position: relative;
}

.flexible-tiles-content-section .background-image img {
    width: 100%;
}

.flexible-tiles-content-section .background-image-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(180deg, transparent 0%, rgba(49, 84, 71, 1) 100%);
}

.flexible-tiles-content-section .background-content-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 70px 40px;
    display: flex;
    display: -webkit-flex;
    align-items: end;
    justify-content: left;
}

.flexible-tiles-content-section .background-image-content-wrapper.__darkgreen_fade {
    background-color: #1C4335;
}

.flexible-tiles-content-section .background-image-content-wrapper.__darkgreen_fade .background-image-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(28, 67, 53, 1) 100%);
}

.flexible-tiles-content-section .background-content-overlay h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 5px;
}

.flexible-tiles-content-section .background-content-overlay p {
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.45;
    margin-bottom: 20px;
}


/* image with text overlay */
.flexible-tiles-content-section .image-text-overlay-wrapper {
    position: relative;
    height: 540px;
}

.flexible-tiles-content-section .image-text-overlay-bg-image  {
    position: relative;
    height: 100%;
}

.flexible-tiles-content-section .image-text-overlay-bg-image img {
    width: 100%;
    height: 100%;
}

.flexible-tiles-content-section .image-text-overlay-bg-image-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, transparent 0%, rgba(28, 67, 53, 0.6) 100%);
    padding: 60px 70px 50px;
    display: flex;
    display: -webkit-flex;
    align-items: end;
    justify-content: left;
}

.flexible-tiles-content-section .image-text-overlay-bg-image-overlay h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
}


/* image fade with content */
.flexible-tiles-content-section .image-fade-content-wrapper {
    background-color: #1C4335;
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
}

.flexible-tiles-content-section .left-block-container {
    position: relative;
    width: 50%;
    height: 100%;
    background-color: #1C4335;
}

.flexible-tiles-content-section .right-block-image {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 50%;
}

.flexible-tiles-content-section .right-block-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, transparent 45%, rgba(28, 67, 53, 1) 100%);
    background-color: transparent;
}

.flexible-tiles-content-section .right-block-image img {
    width: 100%;
    object-fit: cover;
}

.flexible-tiles-content-section .image-fade-content-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 70px 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
}

.flexible-tiles-content-section .image-fade-content-overlay h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 10px;
}

.flexible-tiles-content-section .image-fade-content-overlay p {
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.flexible-tiles-content-section .image-fade-content-overlay p span._first_p {
    display: inline-block;
    width: 320px;
}

/* light green fade */
.flexible-tiles-content-section .image-fade-content-wrapper.__lightgreen_fade .left-block-container {
    background-color: #315447;
}

.flexible-tiles-content-section .image-fade-content-wrapper.__lightgreen_fade .right-block-image:before {
    background: linear-gradient(270deg, transparent 45%, rgba(49, 84, 71, 1) 100%);
}

/* wider content */
.flexible-tiles-content-section .image-fade-content-wrapper.__wider_content .left-block-container {
    width: 60%;
}

.flexible-tiles-content-section .image-fade-content-wrapper.__wider_content .right-block-image {
    width: 40%;
}

/* wider image */
.flexible-tiles-content-section .image-fade-content-wrapper.__wider_image .left-block-container {
    width: 32.325%;
}

.flexible-tiles-content-section .image-fade-content-wrapper.__wider_image .right-block-image {
    width: 67.675%;
}

main.careers .flexible-tiles-content-section .columns:not(:nth-of-type(3)) h3 {
    line-height: 1.1;
}

main.sponsorships .flexible-tiles-content-section .image-fade-content-overlay h3 {
    line-height: 1.1;
}
/** Flexible Tiles Content Layout **/


/** Full Width Gallery Layout **/
.gallery-section {
    background-color: #315447;
}

.gallery-section .gallery-image {
    position: relative;
}

.gallery-section .gallery-image img {
    width: 100%;
}

/*.gallery-section .gallery-image img {
    width: 100%;
    height: 400px;
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
}*/

main.the-history .gallery-section {
    border-bottom: 1px solid #FCFBF4;
}
/** Full Width Gallery Layout **/


/** Grid Gallery Layout **/
.grid-gallery-section {
    background-color: #315447;
}

.grid-gallery-section .__custom_row {
    max-width: 92rem;
    /*max-width: 95.834vw;*/
}

.grid-gallery-section .__gg_padding {
    padding: 0 4px;
}

.grid-gallery-section .section-content {
    text-align: center;
    margin-bottom: 30px;
}

.grid-gallery-section .section-content h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
}

.grid-gallery-section .gallery-image {
    margin-bottom: 8px;
}

.grid-gallery-section .gallery-image img {
    width: 100%;
}
/** Grid Gallery Layout **/


/** Gallery With Links Layout **/
.gallery-links-section {
    background-color: #315447;
}

.gallery-links-section .gallery-image {
    position: relative;
}

.gallery-links-section .gallery-image img {
    width: 100%;
}
/** Gallery With Links Layout **/


/** Reviews Layout **/
.reviews-section {
    background-color: #315447;
}

.reviews-section .__custom_row {
    max-width: 90rem;
    /*max-width: 93.75vw;*/
}

.reviews-section .reviews-bg-image {
    position: relative;
    margin: 0 auto;
    padding: 65px 0 65px;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.reviews-section .reviews-bg-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
}

.reviews-section .section-title {
    text-align: center;
    margin-bottom: 35px;
}

.reviews-section .section-title h2 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: normal;
}

.reviews-section .reviews-slider-container {
    position: relative;
    width: 100%;
    clear: both;
    background-color: transparent;
    display: none !important;
}

.reviews-section .reviews-slider-container .swiper-wrapper {
    box-sizing: inherit;
}

.reviews-section .reviews-slider-container .swiper-pagination {
    position: relative;
    margin-top: 45px;
}

.reviews-section .reviews-slider-container .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    display: inline-block;
    position: relative;
    height: 3px;
    width: 50px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-color: #FCFBF4;
    border-radius: 0;
}

.reviews-section .reviews-slider-container .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #8BD3E7;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.reviews-section .reviews-slider-container .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
}

.reviews-section .reviews-slider-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #8BD3E7;
}

.reviews-section .review-date-name {
    text-align: left;
    margin-bottom: 15px;
}

.reviews-section .review-date-name p {
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.reviews-section .review-date-name h4 {
    font-size: 17.5px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
}

.reviews-section .review-comment {
    text-align: left;
}

.reviews-section .review-comment p {
    text-align: left;
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.5px;
    line-height: 1.45;
}

.reviews-section .review-star-rate {
    margin-top: 17px;
}

.reviews-section .review-star-rate ul {
    padding: 0;
    margin: 0;
}

.reviews-section .review-star-rate ul li {
    list-style: none;
    display: inline-block;
    padding-right: 1px;
}

.reviews-section .review-star-rate ul li:last-of-type {
    padding-right: 0;
}

.reviews-section .review-star-rate ul li span {
    font-size: 18px;
    color: #E1DBC3;
}

.reviews-section .google-reviews-container {
    position: relative;
    width: 100%;
    clear: both;
    background-color: transparent;
    text-align: center;
    margin: 0 auto;
}

.reviews-section .google-reviews-container .rpi-dots-wrap {
    padding-top: 25px !important;
}

.reviews-section .google-reviews-container .rpi-dots {
    gap: 0 !important;
}

.reviews-section .google-reviews-container .rpi-dot {
    opacity: 1 !important;
    display: inline-block !important;
    position: relative !important;
    height: 3px !important;
    width: 50px !important;
    margin: 0 5px !important;
    padding: 0 !important;
    cursor: pointer !important;
    background-color: #FCFBF4 !important;
    border-radius: 0 !important;
    transform: none !important;
}

.reviews-section .google-reviews-container .rpi-dot:hover {
    background-color: #8BD3E7 !important;
    -webkit-transition: all .30s ease-in-out !important;
    -moz-transition: all .30s ease-in-out !important;
    -o-transition: all .30s ease-in-out !important;
    transition: all .30s ease-in-out !important;
}

.reviews-section .google-reviews-container .rpi-dot:focus {
    outline: none !important;
}

.reviews-section .google-reviews-container .rpi-dot.active {
    background-color: #8BD3E7 !important;
}

.reviews-section .google-reviews-container .wp-google-time {
    color: #8BD3E7 !important;
}
/** Reviews Layout **/


/** Downloads Layout **/
.downloads-section {

}

.downloads-section .__custom_row {
    max-width: 78.5rem;
    /*max-width: 81.771vw;*/
}

.downloads-section .section-content {
    text-align: center;
    margin-bottom: 15px;
}

.downloads-section .section-content h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
}

.downloads-section .file-download-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1C4335;
    padding: 15px 16px;
}

.downloads-section .file-download-item:last-of-type {
    border-bottom: 0;
}

.downloads-section .file-name h4 {
    font-size: 17.5px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: normal;
}

.downloads-section .file-download span > img {
    width: 33.45px;
}

.downloads-section .bottom-text {
    text-align: center;
    background-color: #315447;
    margin-top: 25px;
}

.downloads-section .bottom-text p {
    font-size: 17px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 11px 15px 9px;
}

.downloads-section .bottom-text a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.downloads-section .bottom-text a:hover {
    background-color: #8BD3E7;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/** Downloads Layout **/


/** What's On Landing Layout **/
.whats-on-landing-section {
    padding: 65px 0 40px;
}

.whats-on-landing-section .__custom_row {
    max-width: 88.6rem;
    /*max-width: 92.292vw;*/
}

.whats-on-landing-section .__ec_padding {
    padding: 0 13px;
}

.whats-on-landing-section .event-category-item {
    margin-bottom: 55px;
}

.whats-on-landing-section .event-category-item h4 {
    font-size: 15.5px;
    font-family: 'BrandonGrotesqueBlack';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.whats-on-landing-section .event-category-image {
    -webkit-box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
    -moz-box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
    box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
}

.whats-on-landing-section .event-category-image img {
    width: 100%;
}
/** What's On Landing Layout **/


/** Events List Layout **/
.events-list-section {
    padding: 65px 0 40px;
}

.events-list-section .__custom_row {
    max-width: 88.6rem;
    /*max-width: 92.292vw;*/
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0;
}

.events-list-section .__event_padding {
    padding: 0 13px;
}

.events-list-section .tribe-events .tribe-common-l-container {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: auto !important;
}

.events-list-section .tribe-events .tribe-events-header {
    padding: 0 !important;
    margin: 0 !important;
}

.events-list-section .event-item {
    margin-bottom: 55px;
}

.events-list-section .event-item h4 {
    font-size: 15.5px;
    font-family: 'BrandonGrotesqueBlack';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.events-list-section .event-image {
    -webkit-box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
    -moz-box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
    box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
}

.events-list-section .event-image img {
    width: 100%;
}
/** Events List Layout **/


/** Events Grid Layout **/
.events-grid-section {
    padding: 70px 0 45px;
}

.events-grid-section .__custom_row {
    max-width: 80rem;
    /*max-width: 83.334vw*/
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0;
}

.events-grid-section .__event_padding {
    padding: 0 30px;
}

.events-grid-section .tribe-events .tribe-common-l-container {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: auto !important;
}

.events-grid-section .tribe-events .tribe-events-header {
    padding: 0 !important;
    margin: 0 !important;
}

.events-grid-section .event-item {
    margin-bottom: 50px;
}

.events-grid-section .event-image {
    -webkit-box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
    -moz-box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
    box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
}

.events-grid-section .event-image img {
    width: 100%;
}

.events-grid-section .event-details {
    margin-top: 22px;
}

.events-grid-section .event-details h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 10px;
}

.events-grid-section .event-details p {
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0;
    line-height: 1.35;
}
/** Events Grid Layout **/


/** Events Single Page **/
.events-single-content-section {
    background-color: #F6F3EC;
    padding: 70px 0;
}

.events-single-content-section .__custom_row {
    max-width: 80rem;
    /*max-width: 83.334vw*/
}

.events-single-content-section .event-single-image {
    -webkit-box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
    -moz-box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
    box-shadow: 5px 5px 15px rgba(175, 169, 147, 0.17);
}

.events-single-content-section .event-single-image img {
    width: 100%;
}

.events-single-content-section .event-single-content h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 15px
}

.events-single-content-section .event-single-content p {
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 15px;
}
/** Events Single Page **/


/** Gravity Form Layout **/
.gf-form-section {
    position: relative;
    padding: 0 0 145px;
}

.gf-form-section .__custom_row {
    max-width: 78rem;
    /*max-width: 81.25vw;*/
}

.gf-form-section .gform-container-wrapper {
    position: relative;
    background-color: #F6F3EC;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    top: -60px;
    margin-bottom: -60px;
}

.gf-form-section .form-section-title {
    text-align: center;
    border: 1px solid #BDBDBD;
    padding: 31px 0 15px;
}

.gf-form-section .form-section-title span > img {
    width: 68px;
}

.gf-form-section .form-section-title h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-top: 12px;
}

.gf-form-section .form-section-body {
    display: flex;
}

.gf-form-section .left-column-image {
    width: 49%;
    height: 100%;
}

.gf-form-section .left-column-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gf-form-section .right-column-form {
    width: 51%;
    border-right: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    padding: 25px 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.gf-form-section .gform_wrapper {
    width: 100%;
}

.gf-form-section .gform_wrapper .gform-body {
    background-color: #FCFBF4;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 35px 34px;
}

.gf-form-section .gform_wrapper p.gform_required_legend {
    display: none;
}

.gf-form-section .gform_wrapper .gform_fields {
    grid-row-gap: 15px !important;
    grid-column-gap: 17px !important;
}

.gf-form-section .gform_wrapper label.gfield_label,
.gf-form-section .gform_wrapper legend.gfield_label {
    font-size: 15.5px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #1C4335;
    letter-spacing: 0;
    line-height: 1.5 !important;
    margin-bottom: 3px;
}

.gf-form-section .gform_wrapper .ginput_container--name label.gform-field-label {
    font-size: 15.5px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #1C4335;
    letter-spacing: 0;
    line-height: 1.5 !important;
    margin-bottom: 3px;
    padding-top: 0;  
}

.gf-form-section .gform_wrapper .name_first {
    padding-right: 8.5px !important;
}

.gf-form-section .gform_wrapper .name_last {
    padding-left: 8.5px !important;
}

.gf-form-section .gform_wrapper input.large,
.gf-form-section .gform_wrapper input.datepicker,
.gf-form-section .gform_wrapper select.large, 
.gf-form-section .gform_wrapper select, 
.gf-form-section .gform_wrapper textarea.large,
.gf-form-section .gform_wrapper textarea.large, 
.gf-form-section .gform_wrapper input[type="text"],
.gf-form-section .gform_wrapper input[type="number"] {
    width: 100% !important;
    height: 44px;
    background: transparent;
    color: #1C4335;
    padding: 5px 10px !important;
    border: 2px solid #BDBDBD;
    border-radius: 5px;
    font-family: 'MontserratRegular';
    font-size: 15px !important;
    letter-spacing: 0;
    box-shadow: none !important;
}

.gf-form-section .gform_wrapper select.large,
.gf-form-section .gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(../images/arrow-dd.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
}

.gf-form-section .gform_wrapper fieldset.gfield--type-time input[type="number"],
.gf-form-section .gform_wrapper fieldset.gfield--type-time select {
    width: 100% !important;
    height: 44px;
    position: relative;
    top: 1px;
}

.gf-form-section .gform_wrapper fieldset.gfield--type-time .hour_minute_colon {
    line-height: 44px !important;
    padding: 0 5px !important;
    position: relative;
    top: 1px;
}

.gf-form-section .gform_wrapper fieldset.gfield--type-time input[type="number"] {
    padding: 5px 0 5px 6px !important;
}

.gf-form-section .gform_wrapper fieldset.gfield--type-time select {
    background-position: 88% center;
    padding: 5px 0 5px 5px !important;
}

.gf-form-section .gform_wrapper.gravity-theme .ginput_container_time {
    flex-basis: min-content;
    max-width: 62px;
    min-width: 62px;
}

.gf-form-section .gform_wrapper.gravity-theme .gfield_time_ampm {
    margin-left: 8px;
}

.gf-form-section .gform_wrapper .ginput_container_textarea {
    height: 150px;
}

.gf-form-section .gform_wrapper textarea.textarea {
    height: 150px !important;
    padding: 9px 10px !important;
    resize: none;
}

.gf-form-section .gform_wrapper .gfield_description {
    text-align: left;
    font-size: 14px !important;
    font-family: 'MontserratRegular' !important;
    font-style: italic;
    color: #1C4335;
    line-height: 1.45 !important;
    padding-top: 10px !important;
}

.gf-form-section .gform_wrapper input.large::-webkit-input-placeholder,
.gf-form-section .gform_wrapper input.datepicker::-webkit-input-placeholder,
.gf-form-section .gform_wrapper select.large::-webkit-input-placeholder,
.gf-form-section .gform_wrapper select::-webkit-input-placeholder,
.gf-form-section .gform_wrapper textarea.large::-webkit-input-placeholder,
.gf-form-section .gform_wrapper input[type="text"]::-webkit-input-placeholder,
.gf-form-section .gform_wrapper input[type="number"]::-webkit-input-placeholder {
    color: #1C4335;
    opacity: 1;
    text-transform: uppercase;
}

.gf-form-section .gform_wrapper input.large:-ms-input-placeholder,
.gf-form-section .gform_wrapper input.datepicker:-ms-input-placeholder,
.gf-form-section .gform_wrapper select.large:-ms-input-placeholder,
.gf-form-section .gform_wrapper select:-ms-input-placeholder,
.gf-form-section .gform_wrapper textarea.large:-ms-input-placeholder,
.gf-form-section .gform_wrapper input[type="text"]:-ms-input-placeholder,
.gf-form-section .gform_wrapper input[type="number"]:-ms-input-placeholder {
    color: #1C4335;
    opacity: 1;
    text-transform: uppercase;
}

.gf-form-section .gform_wrapper input.large::-moz-placeholder,
.gf-form-section .gform_wrapper input.datepicker::-moz-placeholder,
.gf-form-section .gform_wrapper select.large::-moz-placeholder,
.gf-form-section .gform_wrapper select::-moz-placeholder,
.gf-form-section .gform_wrapper textarea.large::-moz-placeholder,
.gf-form-section .gform_wrapper input[type="text"]::-moz-placeholder,
.gf-form-section .gform_wrapper input[type="number"]::-moz-placeholder {
    color: #1C4335;
    opacity: 1;
    text-transform: uppercase;
}

.gf-form-section .gform_wrapper input.large:-moz-placeholder,
.gf-form-section .gform_wrapper input.datepicker:-moz-placeholder,
.gf-form-section .gform_wrapper select.large:-moz-placeholder,
.gf-form-section .gform_wrapper select:-moz-placeholder,
.gf-form-section .gform_wrapper textarea.large:-moz-placeholder,
.gf-form-section .gform_wrapper input[type="text"]:-moz-placeholder,
.gf-form-section .gform_wrapper input[type="number"]:-moz-placeholder {
    color: #1C4335;
    opacity: 1;
    text-transform: uppercase;
}

.gf-form-section .gform_wrapper .gfield.__gfield_invisible {
    position: absolute;
}

.gf-form-section .gform_wrapper .gfield--type-captcha .grecaptcha-badge {
    z-index: 1;
}

.gf-form-section .gform_wrapper .gform_footer {
    position: relative;
    text-align: right;
    justify-content: right;
    flex-direction: row-reverse;
    margin: 0 !important;
    padding: 50px 0 0 !important;
}

.gf-form-section .gform_wrapper .gform_button {
    cursor: pointer;
    text-decoration: none;
    background-color: #315447;
    color: #FCFBF4;
    font-family: 'BrandonGrotesqueBold';
    font-size: 17px;
    padding: 9.275px 38px;
    border: 0;
    border-radius: 0;
    letter-spacing: 1px;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
}

.gf-form-section .gform_wrapper .gform_button:hover {
    background-color: #8BD3E7;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.gf-form-section .gform_wrapper .gform-loader {
    right: 8px;
}

.gf-form-section .gform_confirmation_message {
    text-align: center;
    font-size: 18px;
    font-family: 'MontserratMedium';
    color: #1C4335;
    letter-spacing: 0;
    line-height: 1.45;
}
/** Gravity Form Layout **/


/** Booking Form Layout **/
.booking-form-section {
    position: relative;
    background-color: #315447;
}

.booking-form-section .__custom_row {
    max-width: 78rem;
    /*max-width: 81.25vw;*/
}

.booking-form-section .booking-form-bg-image {
    position: absolute;
    width: 100%;
    height: 84%;
}

.booking-form-section .booking-form-content {
    margin: 120px 0 45px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}
/** Booking Form Layout **/


/** Map Layout **/
.map-section {
    position: relative;
    background-color: #000000;
}

.map-section .map-area-container {
    position: relative;
}

.map-section #map-area {
    width: 100%;
    height: 420px;
}

.map-section #map-area .gm-style-cc {
    display: none !important;
}

.map-section #map-area .gm-style div > a {
    display: none !important;
}

.map-section .map-contact-details {
    position: absolute;
    bottom: 43px;
    right: 35px;
    background-color: #eff2eb;
    padding: 18px 25px 18px 19px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.map-section .map-contact-details p {
    text-align: left;
    font-size: 15.5px;
    font-family: 'BrandonGrotesqueRegular';
    color: #315447;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.25;
}

.map-section .map-contact-details p span {
    font-family: 'BrandonGrotesqueBold';
}

.map-section .map-contact-details p a {
    text-decoration: none;
    color: #315447;
    letter-spacing: 0.8px;
}
.map-section .map-contact-details p a:hover {
    color: #8BD3E7;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/** Map Layout **/


/** Text Strip Layout **/
.text-strip-section {
    padding: 43px 0px;
}

.text-strip-section a {
    text-decoration: none !important;
}

.text-strip-section .text-strip-title {
    text-align: center;
}

.text-strip-section .text-strip-title p {
    font-size: 25px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
}

.text-strip-section .text-strip-title p > a {
    text-decoration: none;
    color: #FCFBF4;
    letter-spacing: 1px;
}
/** Text Strip Layout **/


/** Grid Images And Contents Layout **/
.grid-images-and-contents-section {
    background-color: #FCFBF4;
}

.grid-images-and-contents-section .image-content-wrapper {
    background-color: #F0ECE0;
    height: 100%;
}

.grid-images-and-contents-section .image-content-wrapper.__off_white_bg {
    background-color: #F6F3EC;
}

.grid-images-and-contents-section .image img {
    width: 100%;
}

.grid-images-and-contents-section .content {
    width: 100%;
    padding: 26px 80px 35px;
}

.grid-images-and-contents-section .content h3 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold' !important;
    color: #1C4335;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 5px;
}

.grid-images-and-contents-section .content p {
    text-align: left;
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.4;
    padding: 0 !important;
    margin-bottom: 15px !important;
}

.grid-images-and-contents-section .content p:last-of-type {
    margin-bottom: 0 !important;
}
/** Grid Images And Contents Layout **/


/** Club Testimonials Layout **/
.club-testimonials-section {
    position: relative;
    overflow: hidden;
}

.club-testimonials-section .testimonial-wrapper {
    background-color: #315447;
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
}

.club-testimonials-section .left-block-container {
    position: relative;
    width: 50%;
    height: 100%;
    background-color: #315447;
}

.club-testimonials-section .right-block-image {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 50%;
}

.club-testimonials-section .right-block-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, transparent 45%, rgba(49, 84, 71, 1) 100%);
    background-color: transparent;
}

.club-testimonials-section .right-block-image img {
    width: 100%;
}

.club-testimonials-section .left-content-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 80px 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
}

.club-testimonials-section .testimonial-content h3 {
    font-size: 22px;
    font-family: 'BrandonGrotesqueBold' !important;
    color: #FCFBF4;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 5px;
}

.club-testimonials-section .testimonial-content p {
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.club-testimonials-section .testimonial-name-pos {
    margin-top: 25px;
}

.club-testimonials-section .testimonial-name-pos p {
    font-size: 19px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.club-testimonials-section .testimonial-name-pos h4 {
    font-size: 15.5px;
    font-family: 'BrandonGrotesqueBlack' !important;
    color: #FCFBF4;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-bottom: 0;
}

.club-testimonials-section .testimonial-wrapper.__darkgreen_fade {
    background-color: #1C4335;
}

.club-testimonials-section .testimonial-wrapper.__darkgreen_fade .left-block-container {
    background-color: #1C4335;
}

.club-testimonials-section .testimonial-wrapper.__darkgreen_fade .right-block-image:before {
    background: linear-gradient(270deg, transparent 45%, rgba(28, 67, 53, 1) 100%);
}


.club-testimonials-section.__wide_content {

}

.club-testimonials-section.__wide_content .left-block-container {
    width: 60%;
}

.club-testimonials-section.__wide_content .right-block-image {
    width: 40%;
}

.club-testimonials-section.__wide_content .left-content-overlay {
    padding: 20px 55px;
}
/** Club Testimonials Layout **/


/** Search Results Page **/
main.search-results .search-results-section {
    background-color: #FCFBF4;
    padding: 70px 0 70px;
}

main.search-results .search-results-section .__custom_row {
    max-width: 80rem;
    /*max-width: 83.334vw*/
}

main.search-results .search-results-section .__search_padding {
    padding: 0 15px;
}

main.search-results .search-found-count h2 {
    font-size: 24px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-bottom: 40px;
}

main.search-results .search-result-item {
    margin-bottom: 50px;
}

main.search-results .search-result-item:last-of-type {
    margin-bottom: 20px;
}

main.search-results .search-result-item h4 {
    font-size: 20px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: normal;
    margin-bottom: 12px;
}

main.search-results .search-result-item p {
    text-align: left;
    font-size: 17px;
    font-family: 'MontserratRegular';
    color: #1C4335;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

main.search-results .search-result-item a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #8BD3E7;
    font-size: 19px;
    font-family: 'BrandonGrotesqueMedium';
    color: #FCFBF4;
    padding: 5px 22px 3px;
    border: 1px solid #8BD3E7;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 20px;
}

main.search-results .search-result-item a:hover {
    background-color: #FCFBF4;
    color: #8BD3E7;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

main.search-results .not-found {
    text-align: center;
    padding: 20px 0 30px;
}

main.search-results .not-found h3 {
    font-size: 44px;
    font-family: 'BrandonGrotesqueBold';
    color: #1C4335;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px;
}

main.search-results .not-found p {
    font-size: 18px;
    font-family: 'MontserratMedium';
    color: #1C4335;
    letter-spacing: 0;
    line-height: 1.4;
}
/** Search Results Page **/


/** 404 Page **/
#page-404 .page-banner-section .page-video-banner .__video_wrapper .__video_overlay {
    background: rgba(49, 84, 71, 0.19);
}

#page-404 .page-banner-section .page-video-banner .__video_wrapper .responsive-embed:after {
    content: none;
}

#page-404 .page-banner-section .page-video-banner .__custom_row {
    max-width: 80rem;
    /*max-width: 83.334vw*/
    height: 100%;
}

#page-404 .page-banner-section .page-video-banner  .video-banner-content-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-evenly;
}

#page-404 .page-banner-section .page-video-banner .banner-upper-content {
    text-align: center;
    margin-bottom: 20px;
}

#page-404 .page-banner-section .page-video-banner .banner-upper-content h2 {
    font-size: 34px;
    font-family: 'RecoletaAltBold';
    color: #FCFBF4;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 1.02;
}

#page-404 .page-banner-section .page-video-banner .banner-upper-content span {
    display: inline-block;
    margin-top: 35px;
}

#page-404 .page-banner-section .page-video-banner .banner-upper-content span > img {
    width: 56.5px;
}

#page-404 .page-banner-section .page-video-banner .banner-lower-content {
    text-align: center;
    margin-bottom: 35px;
}

#page-404 .page-banner-section .page-video-banner .banner-lower-content p {
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #FCFBF4;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}


#page-404 .page-banner-section .page-video-banner .banner-lower-content h4 {
    font-size: 15.5px;
    font-family: 'BrandonGrotesqueBlack';
    color: #FCFBF4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#page-404 .page-banner-section .page-video-banner .banner-lower-content a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #315447;
    font-size: 17px;
    font-family: 'BrandonGrotesqueBold';
    color: #FCFBF4;
    padding: 9.275px 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
}

#page-404 .page-banner-section .page-video-banner .banner-lower-content a:hover {
    background-color: #8BD3E7;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}


#page-404 .page-banner-section .page-video-banner .__video_wrapper .__mobile_video {
    display: none;
}
/** 404 Page **/


/** Missing Content **/
.__content_missing {
    background-color: #FCFBF4;
}

.__content_missing p {
    padding: 150px 0;
    text-align: center;
    font-size: 36px;
    font-family: 'MontserratMedium';
    color: #000000;
    letter-spacing: 0;
}
/** Missing Content **/



/** GLOBAL CSS **/
.lb-dataContainer span.lb-number {
    display: none !important;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

#tribe-events-pg-template {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

#tribe-events {
	padding: 0;
}

#sb_instagram {
	padding-bottom: 0 !important;
}

#sb_instagram #sbi_images {
	padding: 0 !important;
}

/*#sb_instagram #sbi_images .sbi_item {
	padding: 5px !important;
}

#sb_instagram .sbi_photo {
	height: 99px !important;
}*/

.ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker-title select.ui-datepicker-year {
    background-origin: unset;
}
/** GLOBAL CSS **/