/* ------- GRAVITY FORM GLOBAL STYLES ------ */
.gform_wrapper {
    margin:0;
    color:#030E13;
}

.gform_wrapper .gform_heading {
    display:none;
}

.gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-size:3rem;
    text-align:initial;
    margin-bottom:15px !important;
}

.gform_wrapper .gsection {
    margin-bottom:40px;
}

.gform_wrapper li.gfield:not(.gsection):not(.question) {
    padding:0 !important;
    margin-top:0 !important;
    margin-bottom:2rem !important;
}

.gform_legacy_markup_wrapper .ginput_complex .ginput_full, .gform_legacy_markup_wrapper .ginput_complex .ginput_left, .gform_legacy_markup_wrapper .ginput_complex .ginput_right {
    min-height:initial;
}

.gform_wrapper li.hidden_label input {
    margin-top:0;
}

.gform_wrapper input[type='text'], .gform_wrapper textarea {
    background:#e0e0e0;
    border:none;
    border-radius:0;
    font-weight:300;
    display:block;
    color:#030E13;
    padding:0.25em 0.5em !important;
}

.gform_wrapper textarea {
    resize:vertical;
    line-height:1.2em;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a0a0a0;
    text-align:left;
    opacity: 0.8;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a0a0a0;
    text-align:left;
    opacity: 0.8;
}
::-moz-placeholder  { /* Mozilla Firefox 19+ */
    color: #a0a0a0 !important;
    text-align:left;
    opacity:0.8;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a0a0a0 !important;
    text-align:left;
    opacity:0.8;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #a0a0a0 !important;
    text-align:left;
    opacity:0.8;
}
.gform_wrapper .gform_footer {
    padding:5px 0 0 0;
    margin:0;
}
.gform_wrapper li.name span.name_last {
    margin-bottom: 0 !important;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"] {
    margin-bottom:0 !important;
}

li.question label.gfield_label {
    display:block;
    font-size:.9em;
    margin-bottom:8px;
}

li.question .gfield_label span.gfield_required {
    display:none;
}

.gform_wrapper input[type='submit'] {
    color:#f7f7f7;
    background:#21B5EA;
    border:none;
    font-size: 0.9em !important;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:0.02em;
    padding: 1.17em 2em;
    border-radius:0;
}

.gform_wrapper input[type='submit']:hover, .gform_wrapper input[type='submit']:active, .gform_wrapper input[type='submit']:focus {
    border:none;
    color:#21B5EA;
    background:#030E13 !important;
    box-shadow:none;
}

.gform_wrapper textarea.medium {
    height:120px;
}

/*------CONFIRMATION STYLES------*/

.gform_confirmation_wrapper:not(.share-to-friend) {
    padding:20px 0;
    margin:20px auto 50px 0;
    max-width:450px;
    width:100%;
}

.gform_confirmation_message {
    color:#030E13 !important;
    margin:0 auto 0 auto;
    font-size:22px;
    font-weight:600;
}

.gform_confirmation_img {
    width: 100px;
    margin: auto;
}

.gform_confirmation_message h4 {
    margin-bottom:1.5em;
    font-weight:800 !important;
    text-transform:uppercase;
}

.gform_confirmation_message p {
    margin:auto auto 20px;
}

.gform_confirmation_message p:nth-child(+n+4) {
}

.gform_confirmation_message p.name {
    margin-bottom:0;
}

.gform_confirmation_message p.title {
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 600;
}

/*-------RESOURCE PAGE SHARE WITH FRIEND FORM & EVENT PAGE-------*/

.share-to-friend-widget-wrapper, .event-widget-wrapper {
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,.2);
    padding: 20px;
    margin: auto;
    max-width:500px;
}

.event-widget-wrapper {
    background:#e0e0e0;
    max-width:400px;
}

.gform_wrapper.share-to-friend_wrapper {
    max-width:400px;
    margin:auto;
}

.gform_wrapper .share-to-friend li.gfield {
    margin-bottom: 1.5em !important;
}

.gform_wrapper .share-to-friend .top_label input.medium {
    width:100%;
    max-width:380px;
}

.gform_confirmation_message.gform_confirmation_message_15 {
    margin:-30px auto 30px auto;
}

.gform_confirmation_message.gform_confirmation_message_15 h3 {
    margin: -25px auto 20px !important;
}

.gform_confirmation_message .gform_confirmation_img.email-share {
    width: 200px;
    margin: auto;
    padding-right:4px;
}


/* ------- GRAVITY FORM ERROR STYLES ------- */

.gform_validation_errors {
    display: none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top:8px;
}
.gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top:8px !important;
}

.gform_wrapper div.validation_error {
    color:#f7f7f7;
    font-size:0.8em;
    border:none;
    border-radius:0;
    padding:10px;
    background:none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color:transparent;
    border:none;
}

.gform_wrapper .gfield_error .gfield_label {
    color:#F4484B;
}

.gform_wrapper .gfield_required {
    color:#F4484B;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #F4484B;
    box-shadow:0 0 2px rgba(244,72,75,0.3);
}

.gfield_error.field_description_below .validation_message, .gform_wrapper .gfield_error.checkbox.field_description_below .validation_message, .gfield_error.secure.field_description_below .validation_message, .gfield_error.with-description .validation_message, .gfield_error.name .gfield_description.validation_message {
    padding-top:0 !important;
}

.gform_wrapper .gfield_error .gfield_checkbox li:last-child {
    margin-bottom: 0;
}

.gform_wrapper .gfield_error.field_description_below .gfield_description {
    padding-top: 10px;
}

.gform_wrapper .validation_message {
    color: #F4484B;
}

.gform_wrapper li.gfield.gfield_error {
    margin-bottom:1.5em !important;
}

li.gfield_error .gfield_description:not(.validation_message) {
    margin-bottom: 10px;
}

.gform_wrapper li.gfield_error.name span label {
    margin-bottom: 0 !important;
}

/* ------ GRAVITY FORMS Contact Page ------ */

.gform_wrapper #gform_submit_button_1 {
    font-size: 0.8em !important;
    padding: 1em;
    width:180px;
    background:#21B5EA;
    border-radius:0;
    text-transform:uppercase;
}

#gform_wrapper_1 {
    width:460px !important;
    max-width:90%;
}

#gform_wrapper_1 label {
    display:none;
}

#gform_wrapper_1 li.gfield {
    margin-bottom:20px !important;
    margin-top:0 !important;
}

#gform_wrapper_1 .top_label div.ginput_container {
    margin-top: 0;
}

#gform_wrapper_1 .name_first input {
    max-width:initial;
}

#gform_wrapper_1 input[type='text'], #gform_wrapper_1 textarea {
    color:#030E13 !important;
    width:100% !important;
    background:#e0e0e0;
}

#gform_wrapper_1 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #757575;
}

#gform_wrapper_1 ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #757575;
}

#gform_wrapper_1 ::-moz-placeholder  { /* Mozilla Firefox 19+ */
    color: #757575 !important;
}

#gform_wrapper_1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #757575 !important;
}

#gform_wrapper_1 ::-ms-input-placeholder { /* Microsoft Edge */
    color: #757575 !important;
}


/*-----------------------------------------
MOBILES 767px (iPad) and all widths below this
-----------------------------------------*/

@media only screen and (max-width: 767px) {

	.gform_wrapper input[type="text"], .gform_wrapper textarea {
    	    font-size: 1.2em !important;
	}

	.gform_wrapper #gform_submit_button_1 {
	    font-size: 1em !important;
	}

}


/*-----------------------------------------
MOBILES 641px (iPad) and all widths below this
-----------------------------------------*/

@media only screen and (max-width: 641px) {
	
	/* ------ GRAVITY FORM STYLES ------ */
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  	}

        .gform_wrapper input[type='submit'] {
	    line-height:1 !important;
	    font-size:1em !important;
	}
	
}

/*-----------------------------------------
MOBILES 512px (iPhone) and all widths below this
-----------------------------------------*/

@media only screen and (max-width: 512px) {

	/* ------- GRAVITY FORMS ------- */
	.gform_wrapper label.gfield_label {
	    font-size:20px;
  	}
	
	.gform_wrapper #gform_submit_button_2 {
    	    font-size: 1em !important;
    	    padding: 0.75em;
	}

	/* ------- CONFIRMATION MESSAGE -------- */
	#gform_wrapper_1 {
	    max-width: 100%;
	}

}