/** 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 .__pb_padding {
    padding: 0 15px;
}

.page-banner-section .page-banner-wrapper .__full_center_normal {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: center;
}

.page-banner-section .page-banner-wrapper .page-banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-section .page-banner-wrapper .page-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 55%);
    background-color: transparent;
}

.page-banner-section .page-banner-wrapper .page-banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.page-banner-section .page-banner-wrapper .page-banner-title-content-wrapper {
    height: 650px;
}

.page-banner-section .page-banner-wrapper .page-banner-title {
    text-align: center;
    margin-top: 50px;
}

.page-banner-section .page-banner-wrapper .page-banner-title h1 {
    display: inline-block;
    font-size: 46px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    border: 2px solid #ffffff;
    padding: 9.1px 9.5px;
    width: 485px;
}

.page-banner-section .page-banner-wrapper .page-banner-title h1 > span {
    display: inline-block;
    border: 2px solid #ffffff;
    padding: 20px 11px;
    width: 100%;
}

.page-banner-section .page-banner-wrapper .page-banner-title h3 {
    font-size: 28px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 0.2px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.page-banner-section .page-banner-wrapper .page-banner-content {
    text-align: center;
    margin-top: 30px;
}

.page-banner-section .page-banner-wrapper .page-banner-content p {
    text-align: center;
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1.25;
    margin-bottom: 20px;
}

main.home .page-banner-section .page-banner-wrapper .page-banner:before {
    background: none;
}

main.home .page-banner-section .page-banner-wrapper .page-banner-title h1 {
    color: #307143;
    border: 2px solid #2f7143;
    width: auto;
}

main.home .page-banner-section .page-banner-wrapper .page-banner-title h1 > span {
    border: 2px solid #2f7143;
}

/** 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: 650px;
    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: #eed03e;
    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: #2f7143;
    -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%;
    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: 78.125vw;
    /*max-width: 75rem;*/
}

.content-editor-section .__ce_padding {
    padding: 0 15px;
}

.content-editor-section .full-content-editor {
    text-align: left;
}

.content-editor-section .full-content-editor h2 {
    font-size: 54px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #2f7144;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.content-editor-section .full-content-editor p {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.3px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.content-editor-section .full-content-editor p a {
    text-decoration: none;
    color: #eed03e;
    letter-spacing: 0.3px;
}

.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: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

.content-editor-section .full-content-editor ul li a {
    text-decoration: none;
    color: #eed03e;
    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 table {
    margin-top: 30px;
    margin-bottom: 0;
    border-radius: 0;
}

.content-editor-section .full-content-editor table tr {
    background: #ffffff;
}

.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: #2f7143;
    border: 1px solid #dddddd;
    font-size: 20px;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 0;
    padding: 8px 0;
}

.content-editor-section .full-content-editor table tr td {
    border: 1px solid #dddddd;
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0;
    padding: 8px 15px;
}
/** Content Editor Layout **/


/** Content Editor Two Columns Layout **/
.content-editor-two-columns-section {

}

.content-editor-two-columns-section .__custom_row {
    max-width: 88.542vw;
    /*max-width: 85rem;*/
}

.content-editor-two-columns-section .__custom_left_column {
    padding: 0px 40px 0 15px;
}

.content-editor-two-columns-section .__custom_right_column {
    padding: 0px 15px 0 40px;
}


/** gravity form **/
.content-editor-two-columns-section .gform_wrapper p.gform_required_legend {
    display: none;
}

.content-editor-two-columns-section .gform_wrapper .gform_fields {
    grid-row-gap: 15px !important;
}

.content-editor-two-columns-section .gform_wrapper .__fieldset_mbot {
    margin-bottom: 5px;
}

.content-editor-two-columns-section .gform_wrapper .name_first {
    padding-right: 8.5px !important;
}

.content-editor-two-columns-section .gform_wrapper .name_last {
    padding-left: 8.5px !important;
}

.content-editor-two-columns-section .gform_wrapper label.gfield_label,
.content-editor-two-columns-section .gform_wrapper legend.gfield_label {
    font-size: 18.5px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.3px;
    line-height: 1.5 !important;
    margin-bottom: 8px;
}

.content-editor-two-columns-section .gform_wrapper .gfield_required {
    color: #2c2b2b !important;
    font-size: 18.5px !important;
    padding-inline-start: 0 !important;
}

.content-editor-two-columns-section .gform_wrapper .ginput_container--name label.gform-field-label {
    font-size: 18.5px;
    font-family: "din-2014", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.3px;
    padding-top: 1px;
}

.content-editor-two-columns-section .gform_wrapper input.large,
.content-editor-two-columns-section .gform_wrapper input.datepicker,
.content-editor-two-columns-section .gform_wrapper select.large, 
.content-editor-two-columns-section .gform_wrapper select, 
.content-editor-two-columns-section .gform_wrapper textarea.large,
.content-editor-two-columns-section .gform_wrapper textarea.medium, 
.content-editor-two-columns-section .gform_wrapper input[type="text"] {
    width: 100% !important;
    height: 35px;
    background: transparent;
    color: #2c2b2b;
    padding: 5px 10px !important;
    border: 1px solid #878686;
    border-radius: 5px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px !important;
    letter-spacing: 0.3px;
    box-shadow: none !important;
}

.content-editor-two-columns-section .gform_wrapper .ginput_container_textarea {
    height: 160px;
}

.content-editor-two-columns-section .gform_wrapper textarea.textarea {
    height: 160px !important;
    padding: 5px 10px !important;
    resize: none;
}

.content-editor-two-columns-section .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 22px 0 0 !important;
}

.content-editor-two-columns-section .gform_wrapper .gform_button {
    cursor: pointer;
    text-decoration: none;
    background-color: #eed03e;
    color: #2f7144;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 26px;
    padding: 11px 55.5px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.5px;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
}

.content-editor-two-columns-section .gform_wrapper .gform_button:hover {
    background-color: #2f7144;
    color: #eed03e;
    -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-two-columns-section .gform_wrapper .gform_ajax_spinner {
    position: relative;
    top: 0;
    padding-left: 8px;
}

.content-editor-two-columns-section .gform_confirmation_message {
    text-align: left;
    font-size: 19px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.3px;
    line-height: 1.25;
}
/** Content Editor Two Columns Layout **/


/** Content And Media Layout **/
.content-media-section {

}

.content-media-section .__custom_row {
    max-width: 91.667vw;
    /*max-width: 88rem;*/
}

.content-media-section .__custom_left_column {
    width: 51.12%;
    padding: 0 15px;
}

.content-media-section .__custom_right_column {
    width: 48.88%;
    padding: 0 15px;
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: center;
}

.content-media-section .cam-image img {
    width: 100%;
}

.content-media-section .cam-content {
    text-align: center;
    margin-top: 55px;
}

.content-media-section .cam-content h3 {
    font-size: 46px;
    font-family: 'LobsterRegular';
    color: #307143;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 10px;
}

.content-media-section .cam-content h2 {
    font-size: 55px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #2c2b2b;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 45px;
}

.content-media-section .cam-content p {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.3px;
    line-height: 1.25;
}

.content-media-section .cam-content a.cam-btn {
    text-decoration: none;
    display: inline-block;
    background-color: #eed03e;
    color: #2f7144;
    margin-top: 57px;
}

.content-media-section .cam-content a.cam-btn:hover {
    background-color: #2f7144;
    color: #eed03e;
    -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-media-section .cam-content .btn-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 7px 32px;
}

.content-media-section .cam-content .btn-content span {
    font-size: 32px;
}

.content-media-section .cam-content .btn-text-wrapper {
    padding-right: 66px;
}

.content-media-section .cam-content .btn-text-wrapper span {
    display: block;
    text-align: left;
    line-height: 0.9;
}

.content-media-section .cam-content .btn-text-wrapper span.btn-subtext {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2px;
}

.content-media-section .cam-content .btn-text-wrapper span.btn-text {
    font-size: 34px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
}
/** Content And Media Layout **/


/** Content And Media Alternate Layout **/
.content-media-alternate-section {

}

.content-media-alternate-section .__green_bg {
    background-color: #307143;
}

.content-media-alternate-section .__yellow_bg {
    background-color: #eed03e;
}

.content-media-alternate-section .content-media-image img {
    width: 100%;
}

.content-media-alternate-section .content-media-content {
    text-align: center;
    padding: 50px 75px;
}

.content-media-alternate-section .content-media-content h2 {
    font-size: 59px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 45px;
}

.content-media-alternate-section .content-media-content p {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.content-media-alternate-section .content-media-content.__yellow_content h2,
.content-media-alternate-section .content-media-content.__yellow_content p {
    color: #2f7144;
}
/** Content And Media Alternate Layout **/


/** Content And Form Layout **/
.content-form-section {

}

.content-form-section .__custom_row {
    /*max-width: 83.334vw;*/
    max-width: 80rem;
}

.content-form-section .__caf_padding {
    padding: 0 15px;
}

.content-form-section .content-form-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: center;
}

.content-form-section .caf-content {
    width: 46.5%;
    border-right: 1px solid #2f7143;
    padding: 10px 65px 25px 0;
}

.content-form-section .caf-content h2 {
    font-size: 59px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #307143;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.content-form-section .caf-content p {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.3px;
    line-height: 1.25;
}

.content-form-section .caf-form {
    width: 25%;
    padding: 19px 0 0 60px;
}

.content-form-section .caf-form h4 {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-bottom: 20px;
}

.content-form-section .caf-form p.gform_required_legend {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.3px;
    line-height: 1.25;
    margin-bottom: 30px;
}

.content-form-section .caf-form p.gform_required_legend > span.gfield_required_asterisk {
    font-size: 18px;
    color: #ff0000;
}

.content-form-section .caf-form input.large,
.content-form-section .caf-form input.datepicker,
.content-form-section .caf-form select.large,
.content-form-section .caf-form select,
.content-form-section .caf-form textarea.large,
.content-form-section .caf-form input[type="text"] {
    width: 100% !important;
    height: 52px;
    background: transparent;
    color: #2c2b2b;
    padding: 5px 10px !important;
    margin: 0 !important;
    border: 1px solid #2c2b2b;
    border-radius: 0;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px !important;
    letter-spacing: 0.3px;
    box-shadow: none;
}

.content-form-section .caf-form input.large::-webkit-input-placeholder,
.content-form-section .caf-form input.datepicker::-webkit-input-placeholder,
.content-form-section .caf-form select.large::-webkit-input-placeholder,
.content-form-section .caf-form select::-webkit-input-placeholder,
.content-form-section .caf-form textarea.large::-webkit-input-placeholder,
.content-form-section .caf-form input[type="text"]::-webkit-input-placeholder {
    color: #2c2b2b;
    opacity: 1;
}

.content-form-section .caf-form input.large:-ms-input-placeholder,
.content-form-section .caf-form input.datepicker:-ms-input-placeholder,
.content-form-section .caf-form select.large:-ms-input-placeholder,
.content-form-section .caf-form select:-ms-input-placeholder,
.content-form-section .caf-form textarea.large:-ms-input-placeholder,
.content-form-section .caf-form input[type="text"]:-ms-input-placeholder {
    color: #2c2b2b;
    opacity: 1;
}

.content-form-section .caf-form input.large::-moz-placeholder,
.content-form-section .caf-form input.datepicker::-moz-placeholder,
.content-form-section .caf-form select.large::-moz-placeholder,
.content-form-section .caf-form select::-moz-placeholder,
.content-form-section .caf-form textarea.large::-moz-placeholder,
.content-form-section .caf-form input[type="text"]::-moz-placeholder {
    color: #2c2b2b;
    opacity: 1;
}

.content-form-section .caf-form input.large:-moz-placeholder,
.content-form-section .caf-form input.datepicker:-moz-placeholder,
.content-form-section .caf-form select.large:-moz-placeholder,
.content-form-section .caf-form select:-moz-placeholder,
.content-form-section .caf-form textarea.large:-moz-placeholder,
.content-form-section .caf-form input[type="text"]:-moz-placeholder {
    color: #2c2b2b;
    opacity: 1;
}

.content-form-section .caf-form .gform_footer {
    margin: 0 !important;
    padding: 25px 0 0 !important;
}

.content-form-section .caf-form .gform_button {
    cursor: pointer;
    text-decoration: none;
    background-color: #2f7143;
    color: #ffffff;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding: 7.8px 15px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.3px;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
}

.content-form-section .caf-form .gform_button:hover {
    background-color: #eed03e;
    -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-form-section .caf-form .gform_ajax_spinner {
    position: relative;
    top: 0;
    padding-left: 5px;
}

.content-form-section .caf-form .gform_confirmation_message {
    text-align: left;
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.3px;
    line-height: 1.25;
    margin-top: 20px;
}
/** Content And Form Layout **/


/** Bordered Contents Layout **/
.bordered-contents-section {

}

.bordered-contents-section .__custom_row {
    max-width: 80.417vw;
    /*max-width: 77.2rem;*/
}

.bordered-contents-section .__bc_padding {
    padding: 0 15px;
}

.bordered-contents-section .bordered-contents-container {
    border: 2px solid #2f7143;
    padding: 13px 12.5px;
    margin-bottom: 40px;
}

.bordered-contents-section .bordered-contents-container:last-of-type {
    margin-bottom: 0;
}

.bordered-contents-section .bordered-contents-wrapper {
    border: 2px solid #2f7143;
    padding: 32px 30px;
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: normal;
}

.bordered-contents-section .bordered-image {
    width: 26.41%;
    text-align: center;
}

.bordered-contents-section .bordered-image img {
    width: 100%;
}

.bordered-contents-section .bordered-content-text-buttons {
    width: 73.59%;
    text-align: left;
    padding: 0 30px 0 48px;
}

.bordered-contents-section .bordered-content-text-buttons p {
    text-align: left;
    font-size: 28px;
    font-family: 'LobsterRegular';
    color: #2c2b2b;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 17px;
}

.bordered-contents-section .bordered-content-text-buttons h4 {
    font-size: 38px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-top: 26px;
}

.bordered-contents-section .bordered-content-buttons {
    text-align: left;
    margin-top: 17px;
}

.bordered-contents-section .bordered-content-btn {
    display: block;
    margin-bottom: 30px;
}

.bordered-contents-section .bordered-content-btn:last-of-type {
    margin-bottom: 0;
}

.bordered-contents-section .bordered-content-btn a {
    text-decoration: none;
    display: inline-block;
    background-color: #eed03e;
    color: #2f7144;
}

.bordered-contents-section .bordered-content-btn a:hover {
    background-color: #2f7144;
    color: #eed03e;
    -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;  
}

.bordered-contents-section .bordered-content-btn .btn-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 6px 19px;
}

.bordered-contents-section .bordered-content-btn .btn-content span {
    font-size: 32px;
}

.bordered-contents-section .bordered-content-btn .btn-text-wrapper {
    padding-right: 6px;
}

.bordered-contents-section .bordered-content-btn .btn-text-wrapper span {
    display: block;
    text-align: left;
    line-height: 0.9;
}

.bordered-contents-section .bordered-content-btn .btn-text-wrapper span.btn-text {
    font-size: 32px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.bordered-contents-section .bordered-content-text-only {
    width: 100%;
    text-align: center;
}

.bordered-contents-section .bordered-content-text-only h2 {
font-size: 59px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #307143;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.02;
    margin-bottom: 11px;
}

.bordered-contents-section .bordered-content-text-only h3 {
    font-size: 35px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #2f7144;
    letter-spacing: 0.89px;
    line-height: 1.25;
}

.bordered-contents-section .bordered-content-text-only p {
    font-size: 32px;
    font-family: "din-2014", sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #2f7144;
    letter-spacing: 0.11px;
    line-height: 1.2;
    margin-bottom: 12px;   
}

.bordered-contents-section .bordered-content-text-only p:last-of-type {
    margin-bottom: 0;
}
/** Bordered Contents Layout **/


/** Featured Events Layout **/
.featured-events-section {

}

.featured-events-section .__custom_row {
    max-width: 79.167vw;
    /*max-width: 76rem;*/
}

.featured-events-section .__fe_padding {
    padding: 0 15px;
}

.featured-events-section .section-content {
    text-align: left;
    margin-bottom: 65px;
}

.featured-events-section .section-content h2 {
    font-size: 59px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #307143;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.featured-events-section .__green_bg {
    background-color: #307143;
}

.featured-events-section .__yellow_bg {
    background-color: #eed03e;
}

.featured-events-section .tribe-events .tribe-common-l-container {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: auto !important;
}

.featured-events-section .tribe-events .tribe-events-header {
    padding: 0 !important;
    margin: 0 !important;
}

.featured-events-section .event-image img {
    width: 100%;
}

.featured-events-section .event-content {
    text-align: center;
    padding: 30px 70px;
}

.featured-events-section .event-content h2 {
    font-size: 59px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 0;
}

.featured-events-section .event-content h3 {
    font-size: 39px;
    font-family: "din-2014", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 0.4px;
    line-height: 1.1;
    margin-bottom: 35px;
}

.featured-events-section .event-content p {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.featured-events-section .event-content p:last-of-type {
    margin-bottom: 0;
}

.featured-events-section .event-content.__yellow_content h2,
.featured-events-section .event-content.__yellow_content h3,
.featured-events-section .event-content.__yellow_content p {
    color: #2f7144;
}
/** Featured Events Layout **/


/** Weekly Events Layout **/
.weekly-events-section {

}

.weekly-events-section .__custom_row {
    max-width: 79.167vw;
    /*max-width: 76rem;*/
}

.weekly-events-section .__we_padding {
    padding: 0 15px;
}

.weekly-events-section .section-content {
    text-align: left;
    margin-bottom: 20px;
}

.weekly-events-section .section-content h2 {
    font-size: 59px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #307143;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.weekly-events-section .tribe-events .tribe-common-l-container {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: auto !important;
}

.weekly-events-section .tribe-events .tribe-events-header {
    padding: 0 !important;
    margin: 0 !important;
}

.weekly-events-section .__custom_row_events {
    max-width: 87.5vw;
    /*max-width: 84rem;*/
    margin-right: auto !important;
    margin-left: auto !important;
    border: 2px solid #2f7143;
    padding: 5px 5px;
    margin-bottom: 40px;
}

.weekly-events-section .__custom_row_events:last-of-type {
    margin-bottom: 0;
}

.weekly-events-section .__row_event_wrapper {
    border: 2px solid #2f7143;
    padding: 40px 40px;    
}

.weekly-events-section .__no_padding_right {
    padding: 0 0 0 15px !important;
}

.weekly-events-section .__no_padding_left {
    padding: 0 15px 0 0 !important;
}

.weekly-events-section .__event_padding {
    padding: 0 15px !important;
}

.weekly-events-section .event-image img {
    width: 100%;
}

.weekly-events-section .event-content {
    text-align: center;
    padding: 10px 30px;
}

.weekly-events-section .event-content h2 {
    font-size: 59px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #2f7144;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
}

.weekly-events-section .event-content h3 {
    font-size: 39px;
    font-family: "din-2014", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2f7144;
    letter-spacing: 0.4px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.weekly-events-section .event-content p {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2f7144;
    letter-spacing: 0.3px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.weekly-events-section .event-content p:last-of-type {
    margin-bottom: 0;
}
/** Weekly Events Layout **/


/** Gallery Layout **/
.gallery-section {

}

.gallery-section .slider-gallery-full-width {
    position: relative;
    display: grid;
    width: 100%;
    clear: both;
}

.gallery-section .slider-gallery-full-width:before,
.gallery-section .slider-gallery-full-width:after {
    content: "";
    height: 100%;
    background: #9e9e9e;
    position: absolute;
    width: 29%;
    left: 0;
    background: #9e9e9e;
    background: -moz-linear-gradient(270deg, rgba(158, 158, 158, 0) 0, #9e9e9e 100%);
    background: -webkit-linear-gradient(270deg, rgba(158, 158, 158, 0) 0, #9e9e9e 100%);
    background: linear-gradient(270deg, rgba(158, 158, 158, 0) 0, #9e9e9e 100%);
    z-index: 1;
}

.gallery-section .slider-gallery-full-width:after {
    left: unset;
    right: 0;
    background: #9e9e9e;
    background: -moz-linear-gradient(270deg, #9e9e9e 0, rgba(158, 158, 158, 0) 100%);
    background: -webkit-linear-gradient(270deg, #9e9e9e 0, rgba(158, 158, 158, 0) 100%);
    background: linear-gradient(270deg, #9e9e9e 0, rgba(158, 158, 158, 0) 100%);
}

.gallery-section .__gallery_prev_arrow.slick-arrow {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.gallery-section .__gallery_next_arrow.slick-arrow {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.gallery-section .__gallery_prev_arrow.slick-arrow i, 
.gallery-section .__gallery_next_arrow.slick-arrow i {
    font-size: 110px;
    color: #ffffff;
    cursor: pointer;
}

.gallery-section .__gallery_prev_arrow.slick-arrow i:hover,
.gallery-section .__gallery_next_arrow.slick-arrow i:hover {
    color: #2f7143;
    -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;
}

.gallery-section .gallery-image-wrapper {
    margin: 0 4px;
}

.gallery-section .gallery-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 410px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/** Gallery Layout **/


/** Latest News Layout **/
.latest-news-section {
    background-color: #ffffff;
}

.latest-news-section .__custom_row {
    max-width: 79.167vw;
    /*max-width: 76rem;*/
}

.latest-news-section .__ln_padding {
    padding: 0 15px;
}

.latest-news-section .section-title {
    text-align: left;
    margin-bottom: 65px;
}

.latest-news-section .section-title h2 {
    font-size: 59px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #307143;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.latest-news-section .__green_bg {
    background-color: #307143;
}

.latest-news-section .__yellow_bg {
    background-color: #eed03e;
}

.latest-news-section a {
    text-decoration: none;
}

.latest-news-section .latest-news-image img {
    width: 100%;
}

.latest-news-section .latest-news-content {
    text-align: center;
    padding: 50px 70px;
}

.latest-news-section .latest-news-content h2 {
    font-size: 59px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 60px;
}

.latest-news-section .latest-news-content h4 {
    font-size: 36px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 60px;
}

.latest-news-section .latest-news-content p {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1.25;
}

.latest-news-section .latest-news-content p.date {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 95px;
}

.latest-news-section .latest-news-content.__yellow_content h2,
.latest-news-section .latest-news-content.__yellow_content p,
.latest-news-section .latest-news-content.__yellow_content p.date {
    color: #2f7144;
}
/** Latest News Layout **/


/** Packages Layout **/
.packages-section {

}

.packages-section .__custom_row {
    max-width: 80.313vw;
    /*max-width: 77.1rem;*/
}

.packages-section .__pck_padding {
    padding: 0 15px;
}

.packages-section .packages-container {
    border: 2px solid #2f7143;
    padding: 8px 12px;
}

.packages-section .packages-wrapper {
    border: 2px solid #2f7143;
    padding: 42px 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;  
}

.packages-section .section-content {
    width: 55%;
    text-align: left;
}

.packages-section .section-content h4 {
    font-size: 36px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #307143;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.13;
}

.packages-section .section-content h2 {
    font-size: 66.5px;
    font-family: 'LobsterRegular';
    color: #2c2b2b;
    letter-spacing: 0;
    line-height: 1;
}

.packages-section .packages-buttons {
    width: 45%;
    text-align: right;
}

.packages-section .package-btn {
    display: block;
    margin-bottom: 30px;
}

.packages-section .package-btn:last-of-type {
    margin-bottom: 0;
}

.packages-section .package-btn a {
    text-decoration: none;
    display: inline-block;
    width: 353.01px;
    background-color: #eed03e;
    color: #2f7144;
}

.packages-section .package-btn a:hover {
    background-color: #2f7144;
    color: #eed03e;
    -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;  
}

.packages-section .package-btn .btn-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 7px 32px;
}

.packages-section .package-btn .btn-content span {
    font-size: 32px;
}

.packages-section .package-btn .btn-text-wrapper {
    padding-right: 66px;
}

.packages-section .package-btn .btn-text-wrapper span {
    display: block;
    text-align: left;
    line-height: 0.9;
}

.packages-section .package-btn .btn-text-wrapper span.btn-subtext {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2px;
}

.packages-section .package-btn .btn-text-wrapper span.btn-text {
    font-size: 34px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
}
/** Packages Layout **/


/** Competition Events Layout **/
.competition-events-section {

}

.competition-events-section .__custom_row {
    max-width: 89.896vw;
    /*max-width: 86.3rem;*/
}

.competition-events-section .__custom_left_column {
    width: 52%;
}

.competition-events-section .__custom_right_column {
    width: 48%;
}

.competition-events-section .text-section-content {
    text-align: left;
}

.competition-events-section .text-section-content h2 {
    font-size: 59px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #2f7144;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.competition-events-section .text-section-content a.app-icon {
    display: inline-block;
    margin-top: 10px;
}

.competition-events-section .text-section-content img {
    width: 236.5px;
}

.competition-events-section .competition-events-wrapper {
    border: 2px solid #2f7143;
    padding: 8px 6px;
}

.competition-events-section .competition-events {
    border: 2px solid #2f7143;
    padding: 15px 23px;
}

.competition-events-section .event-list-item {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: normal;
    margin-bottom: 20px;
}

.competition-events-section .event-list-item:last-of-type {
    margin-bottom: 0;
}

.competition-events-section .event-day-time {
    width: 45%;
    text-align: left;
}

.competition-events-section .event-day-time p {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #2c2b2b;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.25;
}

.competition-events-section .event-competition {
    width: 55%;
    text-align: right;
}

.competition-events-section .event-competition p {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0.3px;
    line-height: 1.25;
}
/** Competition Events Layout **/


/** Dining Menus Layout **/
.dining-menus-section {

}

.dining-menus-section .__custom_row {
    max-width: 90.8334vw;
    /*max-width: 87.2rem;*/
}

.dining-menus-section .__custom_left_column {
    padding: 0 5px 0 15px;
}

.dining-menus-section .__custom_right_column {
    padding: 0 15px 0 5px;
}

.dining-menus-section .left-column-menu {
    height: 100%;
    border-right: 2px solid #2f7143;
    padding-right: 65px;
}

.dining-menus-section .left-column-menu img {
    width: 100%;
}

.dining-menus-section .left-column-menu .table-wrapper {
    padding: 0 30px;
}

.dining-menus-section .left-column-menu table {
    margin-top: 30px;
    margin-bottom: 35px;
    border-radius: 0;
}

.dining-menus-section .left-column-menu .table-wrapper:last-of-type table {
    margin-bottom: 0;
}

.dining-menus-section .left-column-menu table tbody {
    border: 0;
    background-color: #ffffff;
}

.dining-menus-section .left-column-menu table tr {
    background: #ffffff;
}

.dining-menus-section .left-column-menu table tr:nth-child(even) {
    background-color: #ffffff;
}

.dining-menus-section .left-column-menu table tr td {
    vertical-align: top;
    border: 0;
    font-size: 18.5px;
    font-family: "din-2014", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0;
    line-height: 1.22;
    padding: 0 0 22px;
}

.dining-menus-section .left-column-menu table tr td:nth-of-type(2),
.dining-menus-section .left-column-menu table tr td:nth-of-type(3),
.dining-menus-section .left-column-menu table tr td:nth-of-type(4) {
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.dining-menus-section .left-column-menu table tr td:nth-of-type(2) {
    text-align: right;
}

.dining-menus-section .left-column-menu table tr td:nth-of-type(3) {
    text-align: center;
    padding: 0 6px 22px;
}

.dining-menus-section .left-column-menu table tr td:nth-of-type(4) {
    text-align: left;
}

.dining-menus-section .left-column-menu table tr td > strong {
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.dining-menus-section .left-column-menu table tr:first-of-type td {
    padding: 0 0 15px;
}

.dining-menus-section .left-column-menu table tr.__normal_padding td {
    padding: 0 0 22px;
}

.dining-menus-section .right-column-menu {
    height: 100%;
    border-left: 2px solid #2f7143;
    padding-left: 65px;
}

.dining-menus-section .right-column-menu img {
    width: 100%;
}

.dining-menus-section .right-column-menu .table-wrapper {
    padding: 0 30px;
}

.dining-menus-section .right-column-menu table {
    margin-top: 30px;
    margin-bottom: 35px;
    border-radius: 0;
}

.dining-menus-section .right-column-menu .table-wrapper:last-of-type table {
    margin-bottom: 0;
}

.dining-menus-section .right-column-menu table tbody {
    border: 0;
    background-color: #ffffff;
}

.dining-menus-section .right-column-menu table tr {
    background: #ffffff;
}

.dining-menus-section .right-column-menu table tr:nth-child(even) {
    background-color: #ffffff;
}

.dining-menus-section .right-column-menu table tr td {
    vertical-align: top;
    border: 0;
    font-size: 18.5px;
    font-family: "din-2014", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2c2b2b;
    letter-spacing: 0;
    line-height: 1.22;
    padding: 0 0 22px;
}

.dining-menus-section .right-column-menu table tr td:nth-of-type(2),
.dining-menus-section .right-column-menu table tr td:nth-of-type(3),
.dining-menus-section .right-column-menu table tr td:nth-of-type(4) {
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.dining-menus-section .right-column-menu table tr td:nth-of-type(2) {
    text-align: right;
}

.dining-menus-section .right-column-menu table tr td:nth-of-type(3) {
    text-align: center;
    padding: 0 6px 22px;
}

.dining-menus-section .right-column-menu table tr td:nth-of-type(4) {
    text-align: left;
}

.dining-menus-section .right-column-menu table tr td > strong {
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.dining-menus-section .right-column-menu table tr:first-of-type td {
    padding: 0 0 15px;
}

.dining-menus-section .right-column-menu table tr.__normal_padding td {
    padding: 0 0 22px;
}

.dining-menus-section .additional-notes {
    background-color: #eed03e;
    padding: 31.5px 20px;
    margin: 20px 0 40px;
    text-align: center;
}

.dining-menus-section .additional-notes h3 {
    font-size: 22.5px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #2f7144;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.25;
    margin-bottom: 15px;
}

.dining-menus-section .additional-notes p {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2f7144;
    letter-spacing: 0.3px;
    line-height: 1.25;
}
/** Dining Menus Layout **/


/** Map Layout **/
.map-section {
    background-color: #000000;
}

.map-section .custom-map {
    position: relative;
    line-height: 0;
}
/** Map Layout **/


/** Missing Content **/
.__content_missing {
    background-color: #ffffff;
}

.__content_missing p {
    padding: 150px 0;
    text-align: center;
    font-size: 36px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.5px;
}
/** 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 **/