/** 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: 78rem;
    /*max-width: 81.25vw;*/
}

.page-banner-section .page-banner-wrapper .page-banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 615px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
    position: relative;
    z-index: 8;
     height: 615px; 
    display: flex;
    display: -webkit-flex;
    align-items: end;
    justify-content: left;
}

.page-banner-section .page-banner-wrapper .page-banner-title {
    text-align: left;
    margin-bottom: 70px;
}

.page-banner-section .page-banner-wrapper .page-banner-title h1 {
    font-size: 58px;
    font-family: 'MontserratBold';
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}

.page-banner-section .page-banner-wrapper .page-banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 162, 176, 0.35);
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

/** 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: 615px;
    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(0, 0, 0, 0.1);
    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: #ffffff;
    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: #00a2b0;
    -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.2);
    z-index: 11;
    text-align: center;
}

.page-banner-section .page-video-banner .__video_wrapper .responsive-embed {
    padding-bottom: 56.221%;
    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 Layout **/


/** Content Editor Layout **/
.content-editor-section {

}

.content-editor-section .__custom_row {
    max-width: 80rem;
    /*max-width: 83.334vw*/
}

.content-editor-section .full-content-editor {
    text-align: left;
}

.content-editor-section.__content_align_center .full-content-editor {
    text-align: center;
}

.content-editor-section .full-content-editor h2 {
    font-size: 36px;
    font-family: 'MontserratBold';
    color: #00a2b0;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 20px;
}

.content-editor-section .full-content-editor h3 {
    font-size: 18.2px;
    font-family: 'MontserratBold';
    color: #00a2b0;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 20px;
}

.content-editor-section .full-content-editor p {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #211f20;
    letter-spacing: 0;
    line-height: 1.55;
    margin-bottom: 20px;
}

.content-editor-section .full-content-editor p a {
    text-decoration: none;
    color: #00a2b0;
    letter-spacing: 0;
}

.content-editor-section .full-content-editor p 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 ul {
    margin-left: 20px;
    margin-bottom: 25px;
}

.content-editor-section .full-content-editor ul li {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #211f20;
    letter-spacing: 0;
    line-height: 1.55;
}

.content-editor-section .full-content-editor ul li a {
    text-decoration: none;
    color: #00a2b0;
    letter-spacing: 0; 
}

.content-editor-section .full-content-editor ul li 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 ol {
    margin-left: 20px;
    margin-bottom: 25px;
}

.content-editor-section .full-content-editor ol li {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #211f20;
    letter-spacing: 0;
    line-height: 1.55;
}

.content-editor-section .full-content-editor ol li a {
    text-decoration: none;
    color: #00a2b0;
    letter-spacing: 0; 
}

.content-editor-section .full-content-editor ol li 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 hr {
    border-top: 1px solid #211f20;
    max-width: 100%;
}

.content-editor-section .full-content-editor table {
    margin-top: 30px;
    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: #c1d32f;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0;
    padding: 8px 15px;
}

.content-editor-section .full-content-editor table tr td {
    border: 1px solid #dddddd;
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #211f20;
    letter-spacing: 0;
    padding: 8px 15px;
}

.content-editor-section .full-content-editor table tr td > a {
    text-decoration: underline;
    color: #211f20;
    letter-spacing: 0;   
}

.content-editor-section.__white_font_content {
    font-family: 'MontserratLight';
    color: #ffffff;    
}

.content-editor-section.__white_font_content .full-content-editor h2 {
    color: #ffffff;
}

.content-editor-section.__white_font_content .full-content-editor p {
    font-family: 'MontserratLight';
    color: #ffffff;
}

.content-editor-section.__white_font_content .full-content-editor p a {
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0; 
}
/** Content Editor Layout **/


/** Content And Video Layout **/
.content-video-section {

}

.content-video-section .__custom_row {
    max-width: 77rem;
    /*max-width: 80.209vw;*/
}

.content-video-section .content h3 {
    font-size: 20px;
    font-family: 'MontserratBold';
    color: #00a2b0;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 17px;
}

.content-video-section .content p {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #211f20;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 15px;
}

.content-video-section .content p a {
    text-decoration: none;
    color: #00a2b0;
    letter-spacing: 0;
}

.content-video-section .content p 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-video-section .video iframe,
.content-video-section .video object,
.content-video-section .video embed {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    border: none;
    line-height: 0;
    background-color: #000000;
}
/** Content And Video Layout **/


/** Statistics Layout **/
.statistics-section {

}

.statistics-section .__custom_row {
    max-width: 70rem;
    /*max-width: 72.917vw;*/
}

.statistics-section .statistics-section-content {
    text-align: center;
    margin-bottom: 80px;
}

.statistics-section .statistics-section-content h2 {
    font-size: 28px;
    font-family: 'MontserratBold';
    color: #00a2b0;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
}

.statistics-section .stats-item {
    margin-bottom: 50px;
}

.statistics-section .stats-icon {
    text-align: center;
}

.statistics-section .stats-icon img {
    width: 121.5px;
}

.statistics-section .stats-content {
    text-align: center;
    margin-top: 22px;
}

.statistics-section .stats-content h3 {
    font-size: 24px;
    font-family: 'MontserratBold';
    color: #211f20;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 11px;
}

.statistics-section .stats-content p {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #1d3151;
    letter-spacing: 0;
    line-height: 1.45;
}
/** Statistics Layout **/


/** Blurb Layout **/
.blurb-section {

}

.blurb-section .__custom_row {
    max-width: 71.4rem;
    /*max-width: 74.375vw;*/
}

.blurb-section .__blurb_padding {
    padding: 0 8px;
}

.blurb-section .blurb-item {
    background-color: #f2f2f2;
    margin-bottom: 60px;
}

.blurb-section .blurb-image img {
    width: 100%;
}

.blurb-section .blurb-content-wrapper {

}

.blurb-section .blurb-content {
    text-align: center;
    padding: 40px 20px 30px;
}

.blurb-section .blurb-content h3 {
    font-size: 20px;
    font-family: 'MontserratBold';
    color: #00a2b0;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 13px;
}

.blurb-section .blurb-content p {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #1d3151;
    letter-spacing: 0;
    line-height: 1.5;
}

.blurb-section .blurb-btn {
    text-align: center;
    position: relative;
    z-index: 1;
    top: 23px;
    margin-top: -23px;
}

.blurb-section .blurb-btn a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #c1d32f;
    font-size: 15px;
    font-family: 'MontserratLight';
    color: #211f20;
    padding: 12.25px 34px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.blurb-section .blurb-btn a:hover {
    background-color: #00a2b0;
    color: #ffffff;
    -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;
}
/** Blurb Layout **/


/** Image Tiles Layout **/
.image-tiles-section {

}

.image-tiles-section .__custom_row {
    max-width: 72.2rem;
    /*max-width: 75.209vw;*/
}

.image-tiles-section .image-tile-item {
    background-color: #ffffff;
    margin-bottom: 60px;
}

.image-tiles-section .image-tile img {
    width: 100%;
}

.image-tiles-section .image-tile-title {
    text-align: center;
    padding: 20px 15px 12px;
}

.image-tiles-section .image-tile-title h3 {
    font-size: 18.2px;
    font-family: 'MontserratBold';
    color: #00a2b0;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
}

.image-tiles-section .image-tile-btn {
    text-align: center;
    position: relative;
    z-index: 1;
    top: 23px;
    margin-top: -23px;
}

.image-tiles-section .image-tile-btn a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #c1d32f;
    font-size: 15px;
    font-family: 'MontserratLight';
    color: #211f20;
    padding: 12.25px 34px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.image-tiles-section .image-tile-btn a:hover {
    background-color: #00a2b0;
    color: #ffffff;
    -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 Tiles Layout **/


/** Media And Content Layout **/
.media-content-section {

}

.media-content-section .__custom_row {
    max-width: 70rem;
    /*max-width: 72.917vw;*/
}

.media-content-section .media-content-wrapper {
    display: flex;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

.media-content-section .media-image {
    width: 49.3%;
}

.media-content-section .media-image img {
    width: auto;
}

.media-content-section .media-content-container {
    width: 50.7%;
    padding: 32px 32px 28px 50px;
}

.media-content-section .media-content h3 {
    font-size: 20px;
    font-family: 'MontserratBold';
    color: #00a2b0;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 5px;
}

.media-content-section .media-content h4 {
    font-size: 18px;
    font-family: 'MontserratBold';
    color: #424242;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px;
}

.media-content-section .media-content h5 {
    font-size: 15px;
    font-family: 'MontserratSemiBold';
    color: #424242;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 5px;   
}

.media-content-section .media-content ul {
    margin-left: 20px;
    margin-bottom: 30px;
}

.media-content-section .media-content ul:last-of-type {
    margin-bottom: 0;
}

.media-content-section .media-content ul li {
    font-size: 15px;
    font-family: 'MontserratLight';
    color: #424242;
    letter-spacing: 0;
    line-height: 1.75;
}

.media-content-section .media-content-button {
    text-align: right;
    margin-top: 30px;
}

.media-content-section .media-content-button a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #c1d32f;
    font-size: 15px;
    font-family: 'MontserratLight';
    color: #211f20;
    padding: 12.25px 39.75px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.media-content-section .media-content-button a:hover {
    background-color: #00a2b0;
    color: #ffffff;
    -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;
}
/** Media And Content Layout **/


/** Media And Content Alternate Layout **/
.media-content-alternate-section {

}

.media-content-alternate-section .__custom_row {
    max-width: 84rem;
    /*max-width: 80.209vw;*/
    margin-bottom: 80px;
}

.media-content-alternate-section .__custom_row:last-of-type {
    margin-bottom: 0;
}

.media-content-alternate-section .__media_content_border {
    border-bottom: 1px solid #211f20;
    padding-top: 80px;
}

.media-content-alternate-section .__custom_row:last-of-type .__media_content_border {
    border-bottom: none;
    padding-top: 0;  
}

.media-content-alternate-section .media-image img {
    width: 100%;
    object-fit: cover;
}

.media-content-alternate-section .media-video iframe,
.media-content-alternate-section .media-video object,
.media-content-alternate-section .media-video embed {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    border: none;
    line-height: 0;
    background-color: #000000;
}

.media-content-alternate-section .media-content {
    margin-top: 5px;
}

.media-content-alternate-section .media-content h3 {
    font-size: 20px;
    font-family: 'MontserratBold';
    color: #00a2b0;
    text-transform: none;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 17px;
}

.media-content-alternate-section .media-content p {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #211f20;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 15px;
}

.media-content-alternate-section .media-content p a {
    text-decoration: none;
    color: #00a2b0;
    letter-spacing: 0;
}

.media-content-alternate-section .media-content p 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;
}

.media-content-alternate-section .media-content ul {
    margin-left: 20px;
    margin-bottom: 25px;
}

.media-content-alternate-section .media-content ul li {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #211f20;
    letter-spacing: 0;
    line-height: 1.5;
}

.media-content-alternate-section .media-content ul li a {
    text-decoration: none;
    color: #00a2b0;
    letter-spacing: 0; 
}

.media-content-alternate-section .media-content ul li 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;
}
/** Media And Content Alternate Layout **/


/** Grid Logos Layout **/
.grid-logos-section {

}

.grid-logos-section .__custom_row {
    max-width: 72.2rem;
    /*max-width: 75.209vw;*/
}

.grid-logos-section .grid-logo-item {
    position: relative;
    height: 200px;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #211f20;
    margin-bottom: 30px;
}

.grid-logos-section .grid-logo-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 10px 10px;
    mix-blend-mode: multiply;
}
/** Grid Logos Layout **/


/** Blog Posts Layout **/
.blog-posts-section {

}

.blog-posts-section .__custom_row {
    max-width: 72rem;
    /*max-width: 75vw;*/
}

.blog-posts-section .__bp_padding {
    padding: 0 8px;
}

.blog-posts-section .blog-post-item {
    background-color: #f2f2f2;
    margin-bottom: 60px;
}

.blog-posts-section .blog-post-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.blog-posts-section .blog-post-content-wrapper {

}

.blog-posts-section .blog-post-content {
    text-align: center;
    padding: 40px 20px 30px;
}

.blog-posts-section .blog-post-content h3 {
    font-size: 20px;
    font-family: 'MontserratBold';
    color: #00a2b0;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 10px;
}

.blog-posts-section .blog-post-content h4 {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #1d3151;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 13px;
}

.blog-posts-section .blog-post-content p {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #1d3151;
    letter-spacing: 0;
    line-height: 1.5;
}

.blog-posts-section .blog-post-btn {
    text-align: center;
    position: relative;
    z-index: 1;
    top: 23px;
    margin-top: -23px;
}

.blog-posts-section .blog-post-btn a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #c1d32f;
    font-size: 15px;
    font-family: 'MontserratLight';
    color: #211f20;
    padding: 12.25px 34px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.blog-posts-section .blog-post-btn a:hover {
    background-color: #00a2b0;
    color: #ffffff;
    -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 **/


/** Events List Layout **/
.events-list-section {
    padding: 80px 0 40px;
}

.events-list-section .__custom_row {
    max-width: 69.2rem;
    /*max-width: 72.084vw*/
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0;
}

.events-list-section .__event_padding {
    padding: 0 8px;
}

.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 {
    background-color: #f2f2f2;
    margin-bottom: 60px;
}

.events-list-section .event-image img {
    width: 100%;
}

.events-list-section .event-details-wrapper {

}

.events-list-section .event-details {
    text-align: left;
    padding: 20px 20px 15px;
}

.events-list-section .event-details h3 {
    text-align: center;
    font-size: 18px;
    font-family: 'MontserratBold';
    color: #00a2b0;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px;
}

.events-list-section .event-details p {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #424242;
    letter-spacing: 0;
    line-height: 1.5;
}

.events-list-section .event-when-where {
    text-align: left;
    padding: 0 20px 20px;
}

.events-list-section .event-when-where p {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #424242;
    letter-spacing: 0;
    line-height: 1.4;
}

.events-list-section .event-when-where p > span {
    font-family: 'MontserratSemiBold';
}

.events-list-section .event-btn {
    text-align: center;
    position: relative;
    z-index: 1;
    top: 23px;
    margin-top: -23px;
}

.events-list-section .event-btn a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #c1d32f;
    font-size: 15px;
    font-family: 'MontserratLight';
    color: #211f20;
    padding: 12.25px 34px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.events-list-section .event-btn a:hover {
    background-color: #00a2b0;
    color: #ffffff !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;
}
/** Events List Layout **/


/** Events Single Page **/
main.__events_single_page .content-editor-section {
    background-color: #ffffff;
    padding: 70px 0px 70px;
}
/** Events Single Page **/


/** Gravity Form Layout **/
.gf-form-section {
    position: relative;
    padding: 80px 0 80px;
}

.gf-form-section .__custom_row {
    max-width: 70rem;
    /*max-width: 72.917vw;*/
}

.gf-form-section .form-section-content {
    text-align: center;
    margin-bottom: 60px;
}

.gf-form-section .form-section-content h3 {
    font-size: 28px;
    font-family: 'MontserratBold';
    color: #00a2b0;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.05;
}

.gf-form-section .gform_wrapper {
    width: 100%;
}

.gf-form-section .gform_fields {
    display: block !important;
}

.gf-form-section .gform_wrapper p.gform_required_legend {
    display: none;
}

.gf-form-section .gform_wrapper label.gfield_label,
.gf-form-section .gform_wrapper legend.gfield_label {
    width: 100%;
    font-size: 18px;
    font-family: 'MontserratSemiBold';
    font-weight: normal;
    color: #211f20;
    text-transform: none;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 7px;
}

.gf-form-section .gform_wrapper .gfield-choice-input {
    margin: 0 !important;
}

/** custom form css **/
.gf-form-section .gform_wrapper .__flex_field {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: left;
}

.gf-form-section .gform_wrapper .__flex_field.__other_field {
    margin-top: 20px;
}

.gf-form-section .gform_wrapper .__flex_field.__other_field label {
    width: 33.9%;
}

.gf-form-section .gform_wrapper .__flex_field legend {
    width: 33.9%;
}

.gf-form-section .gform_wrapper .__flex_field .ginput_container {
    width: 66.1%;
}

.gf-form-section .gform_wrapper .__flex_field .__custom_field_wrapper {
    width: 66.1%;
}

.gf-form-section .gform_wrapper .__flex_field .__custom_field_wrapper .ginput_container {
    width: 100%;
}

.gf-form-section .gform_wrapper .__flex_field label.gfield_label,
.gf-form-section .gform_wrapper .__flex_field legend.gfield_label {
    font-size: 24px;
    font-family: 'MontserratBold';
    font-weight: normal;
    color: #211f20;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 0;
}

.gf-form-section .gform_wrapper .__flex_field .gfield_radio#input_1_1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px 30px;
    width: 100%;
    max-width: 100%;
}

.gf-form-section .gform_wrapper .__flex_field .gfield_radio#input_1_1 .gchoice:last-of-type {
    grid-column: span 2;
}

.gf-form-section .gform_wrapper .__hidden_input input[type="radio"] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.gf-form-section .gform_wrapper .__hidden_input input[type="radio"] + label {
    display: block;
    text-align: center;
    max-width: 100%;
    transition: all 0.1s ease-in-out;
    background-color: #ffffff;
    font-size: 20px;
    font-family: 'MontserratSemiBold';
    color: #211f20;
    padding: 5px 12px;
    border: 2px solid #c1d32f;
    border-radius: 7px;
    margin: 0;
}

.gf-form-section .gform_wrapper .__hidden_input input[type="radio"]:checked + label {
    background-color: #00a2b0;
    color: #ffffff;
    border: 1.5px solid #00a2b0;
}

.gf-form-section .gform_wrapper .__custom_input {
    margin-top: 65px;
}

.gf-form-section .gform_wrapper .__custom_input .gfield_radio#input_1_2 .gchoice {
    position: relative;
    margin-bottom: 8.5px;
}

.gf-form-section .gform_wrapper .__custom_input input[type="radio"] {
    visibility: hidden;
}

.gf-form-section .gform_wrapper .__custom_input input[type="radio"]:before,
.gf-form-section .gform_wrapper .__custom_input input[type="radio"]:after {
    content: '';
    visibility: visible;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

.gf-form-section .gform_wrapper .__custom_input input[type="radio"]:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; 
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

.gf-form-section .gform_wrapper .__custom_input input[type="radio"]:after {
    height: 33px;
    width: 33.5px;
    background-color: #ffffff;
    border: 2px solid #c1d32f;
    top: 0px;
    z-index: 0;
    border-radius: 7px;
}

.gf-form-section .gform_wrapper .__custom_input input[type="radio"]:checked:before {
    top: 0;
    left: 2px;
    width: 12.2px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

.gf-form-section .gform_wrapper .__custom_input input[type="radio"]:checked:after {
    top: 0;
    width: 33.5px;
    height: 33px;
    border: 2px solid #c1d32f;
    background-color: #c1d32f;
    z-index: 0;
}

.gf-form-section .gform_wrapper .__custom_input input[type="radio"] + label {
    font-size: 20px;
    font-family: 'MontserratSemiBold';
    color: #211f20;
    text-transform: uppercase;
    margin: 0;
    padding-left: 27px;
}

.gf-form-section .gform_wrapper .__gform_container_wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: left;
    width: 100%;
    margin-top: 50px;
}

.gf-form-section .gform_wrapper .__gform_left_container {
    width: 33.9%;
}

.gf-form-section .gform_wrapper .__gform_right_container {
    width: 66.1%;
}

.gf-form-section .gform_wrapper .__gform_wrapper_container {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: left;
    width: 100%;
    margin-top: 50px;
}

.gf-form-section .gform_wrapper .__gform_container_left {
    width: 33.9%;
}

.gf-form-section .gform_wrapper .__gform_container_right {
    width: 66.1%;
}

.gf-form-section .gform_wrapper .gfield_html h3 {
    font-size: 24px;
    font-family: 'MontserratBold';
    font-weight: normal;
    color: #211f20;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 0;
}

.gf-form-section .gform_wrapper .__custom_right_field,
.gf-form-section .gform_wrapper .__custom_field_right {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 15px;
}

.gf-form-section .gform_wrapper .__custom_right_field label.gfield_label,
.gf-form-section .gform_wrapper .__custom_right_field legend.gfield_label,
.gf-form-section .gform_wrapper .__custom_field_right label.gfield_label,
.gf-form-section .gform_wrapper .__custom_field_right legend.gfield_label {
    width: 27%;
    margin-bottom: 0;
}

.gf-form-section .gform_wrapper .__custom_right_field .ginput_container,
.gf-form-section .gform_wrapper .__custom_field_right .ginput_container {
    width: 73%;
}

.gf-form-section .gform_wrapper .__custom_right_field.__fullwidth_field {
    display: block;
}

.gf-form-section .gform_wrapper .__custom_right_field.__fullwidth_field label.gfield_label {
    width: 100%;
    margin-bottom: 7px;
}

.gf-form-section .gform_wrapper .__custom_right_field.__fullwidth_field .ginput_container {
    width: 100%;
}

.gf-form-section .gform_wrapper .__custom_field_right.__fullwidth_field {
    display: block;
}

.gf-form-section .gform_wrapper .__custom_field_right.__fullwidth_field label.gfield_label {
    width: 100%;
    margin-bottom: 7px;
}

.gf-form-section .gform_wrapper .__custom_field_right.__fullwidth_field .ginput_container {
    width: 100%;
}

.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"],
.gf-form-section .gform_wrapper input[type="password"] {
    width: 100% !important;
    height: 35px;
    background: transparent;
    color: #211f20;
    padding: 3px 12px !important;
    border: 2px solid #c1d32f;
    border-radius: 7px;
    font-family: 'MontserratMedium';
    font-size: 16px !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: 97.4% center;
    cursor: pointer;
}

.gf-form-section .gform_wrapper .gfield_html p {
    text-align: left;
    font-size: 14px;
    font-family: 'MontserratMedium';
    font-style: italic;
    color: #808285;
    letter-spacing: 0;
}

.gf-form-section .gform_wrapper .gfield_description {
    text-align: left;
    font-size: 15px !important;
    font-family: 'MontserratMedium' !important;
    font-style: italic;
    color: #808285;
    letter-spacing: 0 !important;
    padding: 0 0 10px !important;
}

.gf-form-section .gform_wrapper .ginput_container_consent {
    position: relative;
    margin-top: 21px;
}

.gf-form-section .gform_wrapper .ginput_container_consent input[type="checkbox"] {
    visibility: hidden;
}

.gf-form-section .gform_wrapper .ginput_container_consent input[type="checkbox"]:before,
.gf-form-section .gform_wrapper .ginput_container_consent input[type="checkbox"]:after {
    content: '';
    visibility: visible;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

.gf-form-section .gform_wrapper .ginput_container_consent input[type="checkbox"]:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; 
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

.gf-form-section .gform_wrapper .ginput_container_consent input[type="checkbox"]:after {
    height: 33px;
    width: 33.5px;
    background-color: #ffffff;
    border: 2px solid #c1d32f;
    top: 0px;
    z-index: 0;
    border-radius: 7px;
}

.gf-form-section .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked:before {
    top: 0;
    left: 2px;
    width: 12.2px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

.gf-form-section .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked:after {
    top: 0;
    width: 33.5px;
    height: 33px;
    border: 2px solid #c1d32f;
    background-color: #c1d32f;
    z-index: 0;
}

.gf-form-section .gform_wrapper .ginput_container_consent input[type="checkbox"] + label {
    font-size: 20px;
    font-family: 'MontserratSemiBold';
    color: #211f20;
    text-transform: none;
    margin: 0;
    padding-left: 27px;
}

.gf-form-section .gform_wrapper .ginput_container_total input[type="text"] {
    padding: 3px 0 !important;
}

.gf-form-section .gform_wrapper .gfield--type-stripe_creditcard {
    align-items: normal;
}

.gf-form-section .gform_wrapper .StripeElement--card {
    width: 100% !important;
    height: 35.3px !important;
    background-color: transparent !important;
    color: #211f20 !important;
    padding: 8px 10px !important;
    border: 2px solid #c1d32f !important;
    border-radius: 7px !important;
    font-family: 'MontserratMedium' !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    box-shadow: none !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: #211f20;
    opacity: 1;
}

.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: #211f20;
    opacity: 1;
}

.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: #211f20;
    opacity: 1;
}

.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: #211f20;
    opacity: 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: #c1d32f;
    color: #211f20;
    font-family: 'MontserratMedium';
    font-size: 16px;
    padding: 14px 25px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
}

.gf-form-section .gform_wrapper .gform_button:hover {
    background-color: #00a2b0;
    color: #ffffff;
    -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: #211f20;
    letter-spacing: 0;
    line-height: 1.45;
}

.gf-form-section .gform_wrapper .gform_validation_errors {
    margin-block-end: 15px !important;
}

.gf-form-section .gform_wrapper .gfield_validation_message {
    font-family: 'MontserratRegular' !important;
    font-style: normal;
    padding: 5px 10px !important;
}
/** Gravity Form Layout **/


/** Search Results Page **/
main.search-results .search-results-section {
    background-color: #ffffff;
    padding: 70px 0 70px;
}

main.search-results .search-results-section .__custom_row {
    max-width: 77rem;
    /*max-width: 80.209vw*/
}

main.search-results .search-results-section .__search_padding {
    padding: 0 15px;
}

main.search-results .search-found-count h2 {
    font-size: 24px;
    font-family: 'MontserratSemiBold';
    color: #00a2b0;
    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: 'MontserratBold';
    color: #00a2b0;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 12px;
}

main.search-results .search-result-item p {
    text-align: left;
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #211f20;
    letter-spacing: 0;
    line-height: 1.6;
}

main.search-results .search-result-item a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #c1d32f;
    font-size: 15px;
    font-family: 'MontserratLight';
    color: #211f20;
    padding: 12.25px 32px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 15px;
}

main.search-results .search-result-item a:hover {
    background-color: #00a2b0;
    color: #ffffff;
    -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: 'MontserratSemiBold';
    color: #00a2b0;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px;
}

main.search-results .not-found p {
    font-size: 18px;
    font-family: 'MontserratMedium';
    color: #211f20;
    letter-spacing: 0;
    line-height: 1.4;
}
/** Search Results Page **/


/** Missing Content **/
.__content_missing {
    background-color: #f2f2f2;
}

.__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;
}*/
/** GLOBAL CSS **/