.form-and-content-section {
    position: relative;
}

.form-and-content-section .__custom_row {
    max-width: 81rem;
}

.form-and-content-section .__custom_row_position {
/*    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;*/
}

.form-and-content-section {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    /*height: calc(100vh - 281.36px);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0 0;
}

.form-and-content-section .background-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00853a;
    mix-blend-mode: multiply;
}

.form-and-content-section .gform_wrapper {
    width: 100%;
}

.form-and-content-section .gform_fields {
    /*display: block !important;*/
}

.form-and-content-section .gform_wrapper p.gform_required_legend {
    display: none;
}

.form-and-content-section .gform_wrapper .__custom_field_wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
}

.form-and-content-section .gform_wrapper .__custom_field_wrapper label.gfield_label {
    width: 15%;
    margin-bottom: 0;
}

.form-and-content-section .gform_wrapper .__custom_field_wrapper legend.gfield_label {
    width: 15%;
    margin-bottom: 0;
}

.form-and-content-section .gform_wrapper .__custom_field_wrapper .ginput_container {
    width: 85%;
}

.form-and-content-section .gform_wrapper label.gfield_label {
    width: 100%;
    font-size: 15px;
    font-family: 'HeinekenSerif18Regular';
    font-weight: normal;
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 0;
}

.form-and-content-section .gform_wrapper legend.gfield_label {
    width: 100%;
    font-size: 15px;
    font-family: 'HeinekenSerif18Regular';
    font-weight: normal;
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 0;
}

.form-and-content-section .gform_wrapper label.gform-field-label--type-sub {
    font-size: 14px !important;
    font-family: 'HeinekenSerif18Regular';
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0;
    padding-top: 3px !important;
}

.form-and-content-section .gform_wrapper .ginput_container_consent {
/*    position: relative;
    top: 6px;*/
}

.form-and-content-section .gform_wrapper label.gfield_consent_label {
    font-size: 15px;
    font-family: 'HeinekenSerif18Regular';
    color: #ffffff;
    letter-spacing: 0;
}

.form-and-content-section .gform_wrapper label.gfield_consent_label a {
    text-decoration: underline;
    color: #ffffff;
    letter-spacing: 0;
}

.form-and-content-section .gform_wrapper .ginput_container_consent input[type="checkbox"] {
    accent-color: #ee1d23;
}

.form-and-content-section .gform_wrapper span.gfield_required.gfield_required_asterisk {
    color: #ee1d23;
}

.form-and-content-section .gform_wrapper input.large,
.form-and-content-section .gform_wrapper input.datepicker,
.form-and-content-section .gform_wrapper select.large, 
.form-and-content-section .gform_wrapper select, 
.form-and-content-section .gform_wrapper textarea.large,
.form-and-content-section .gform_wrapper textarea.large, 
.form-and-content-section .gform_wrapper input[type="text"],
.form-and-content-section .gform_wrapper input[type="email"],
.form-and-content-section .gform_wrapper input[type="number"] {
    width: 100% !important;
    height: 48px;
    background: #ffffff;
    color: #000000;
    padding: 5px 10px !important;
    border: none;
    border-radius: 0;
    font-family: 'HeinekenSerif18Regular';
    font-size: 15px !important;
    letter-spacing: 0;
    box-shadow: none !important;
}

.form-and-content-section .gform_wrapper select.large,
.form-and-content-section .gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(../images/arrow-dd-black.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    cursor: pointer;
}

.form-and-content-section .gform_wrapper input#input_1_11 {
    text-transform: uppercase;
}

.form-and-content-section .gform_wrapper .gform_footer {
    position: relative;
/*    text-align: right;
    justify-content: right;
    flex-direction: row-reverse;*/
    margin: 0 !important;
    padding: 15px 0 0 !important;
}

.form-and-content-section .gform_wrapper .gform_button {
    cursor: pointer;
    text-decoration: none;
    background-color: #00853a;
    color: #ffffff;
    font-family: 'HeinekenSerif18Regular';
    font-size: 15px;
    padding: 13px 20px;
    border: 1px solid #ffffff;
    border-radius: 0;
    letter-spacing: 0;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
    width: 100%;
}

.form-and-content-section .gform_wrapper .gform_button:hover {
    background-color: #ee1d23;
    -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;
}

.form-and-content-section .gform_wrapper .gform-loader {
    left: 5px;
}

.form-and-content-section .gform_confirmation_message {
    text-align: center;
    font-size: 16px;
    font-family: 'HeinekenSerif18Regular';
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.45;
}

.form-and-content-section .gform_wrapper .notes-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    /*justify-content: center;*/
    width: 100%;
    /*margin: 0 0 10px auto;*/
    margin: 0 auto 10px;
}

.form-and-content-section .gform_wrapper .note-icon {
    margin-right: 15px;
}

.form-and-content-section .gform_wrapper .note-icon span {
    font-size: 20px;
    color: #fb923c;
}

.form-and-content-section .gform_wrapper .note-content p {
    font-size: 13px;
    font-family: 'HeinekenSerif18Regular';
    color: #fb923c;
    letter-spacing: 0;
    line-height: 1.45;
}

.form-and-content-section .form-text-content {
    text-align: center;
    padding: 0 75px;
}

.form-and-content-section .form-text-content p {
    text-align: center;
    font-size: 15px;
    font-family: 'HeinekenSerif18Regular';
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 20px;
}

.form-and-content-section .form-text-content p.__small_text {
    font-family: 'HelveticaNeueLTStd';
    font-size: 8px;
    font-weight: normal;
    margin: 60px 0 0;
}

.form-and-content-section .bottom-banner-image {
    position: relative;
    margin-top: 115px;
}

.form-and-content-section .bottom-banner-image img {
    width: 100%;
}



/** Missing Content **/
.__content_missing {
    background-color: #ffffff;
}

.__content_missing p {
    padding: 150px 0;
    text-align: center;
    font-size: 36px;
    font-family: 'MontserratRegular';
    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 **/