
/*** GRAVITY NOTIFICATION***/
#overlay {
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	float: left;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 99;
}

#gform-notification {
	background: #8ddef9;
	border-radius: 5px;
        color: #002959;
	display: block;
	margin: auto;
	max-height: 25%;
	max-width: 50%;
	padding: 61px;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	text-align: center;
	width: 100%;
	z-index: 101;
}

#gform-notification .button {
	margin: 20px 0 0;
	padding: 12px 24px;
        background: #A4D05F;
}

/*** CSS changes for Timeline Display ***/
.cd-timeline-item-title {
	font-size: 1.2rem;
	font-weight: 500;
}

.the-excerpt p {
	font-size: .9rem;
	line-height: 1rem;
}

/*** MAIN GRAVITY WRAPPER ***/
#gform_wrapper_1 {
	background: #039be5;
	padding: 5%;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 2rem;
}

/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/

.gfield.no-display.field_sublabel_below.field_description_below.gfield_visibility_visible label {
	display: none;
}

/*** NEXT TWO ARE THE FIX FOR CONTACT PAGE ***/
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px;
}

#gform_1  ul.gform_fields li.gfield {
	width: 98%;
}
#input_1_1_6 {
	width: 95%;
}
/*** FOR CTA ***/

.gform_wrapper span.gform_description {
    font-weight: bold !important;
		font-size: 1.5rem;
    display: block;
    width: calc(100% - 16px);
    margin-bottom: 16px;
		color: #a4d05f;
	}

input[type=text],
textarea {
	background: #4fc3f7;
}
select {
	height: 2rem;
}
input[type=text],
textarea {
	border: none;
	border-radius: 0;
	color: #002959;
	font-weight: 300;
	padding: 10px 15px !important;
}
/*** FIELD FOCUS STYLING ***/
input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
	background: #29b6f6;
}

/*** BUTTON STYLING ***/
#gform_submit_button_1 {
	width: 20%;
}
.gform_wrapper input[type=submit] {
	cursor: pointer;
	font-weight: 600;
	padding: 10px 12px;
	border-radius: 0;
	background: #A4D05F;
	color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	transition: box-shadow .2s ease-in-out;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper input[type=submit]:hover {
	background: #8fc245;
	color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

/*** LABEL STYLING ***/
.gfield label  {
	color: white ;
}

/*** PLACEHOLDER ***/
::-webkit-input-placeholder {
	/* Chrome */
	color: rgba(255, 255, 255, 0.7) !important;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 0.7) !important;
}
::-moz-placeholder {
	/* Firefox 19+ */
	/* color: rgba(255, 255, 255, 0.7) !important; */
}
:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: rgba(255, 255, 255, 0.7) !important;
}
}

#dark-blue-email {
	color: #002959;
}

.button-side {
	font-family: 'Montserrat';
}

.tt_sc .one_third {
	margin-bottom: 0px;
}

.tt_sc .one_half {
	margin-bottom: 0px;
}

.column-third {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
}

.col-box p{
	line-height: 1.5em;
}

