@charset "UTF-8";
/* landing page CSS */
.landing-templates #footer .copyright a {
	color: #fff;
}
.landing-templates h2{
	font-size: 1.8em;
}
.landing-templates .seconday-content hr {
	background: #0079c2;
}
.seconday-content .quote {
	box-shadow: 0px 0px 6px 0px rgba(12, 127, 199, 0.75);
	padding: 25px 25px 25px 205px;
	background: url("images/quote-badge.png") no-repeat 20px center;
	border-radius: 5px;
margin-bottom: 3%;
	margin-top: 3%;
	font-style: italic;
}
.seconday-content .quote p {
	color: #0079c2;
}
.seconday-content ol, .seconday-content ul {
	font-size: 1.3em;
}
.seconday-content ol li, .seconday-content ul li{
	margin-bottom: .75em;
}
.seconday-content {
	padding: 80px 0;
	border-top: 10px solid #ffca35;
}
.landing-hero {
	padding-bottom: 80px;
}
.landing-templates .copyright {
	text-align: center;
	font-size: .8em;
	padding: 8px 0;
	}
.landing-templates #footer {
	border-top: 10px solid #ffca35;
	text-align: center;
	font-size: 1.2em;
	padding: 2em 0;
	margin-top: 0;
}
.landing-templates #footer .t-1of2 img {
	margin-bottom: 20px;
}
.body-bg-landing {
	padding-top: 20px;
	background: url("images/landing-header-bg.png") no-repeat left top, linear-gradient(180deg, rgba(0,119,196,0) 0%, rgba(0,119,196,1) 6%);
	background-size: 100%;
}
.landing-templates #header #phone {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: .85em;
text-transform: uppercase;
letter-spacing: 1px;
	color: #0079c2;
	font-weight: 600;
	text-align: center;
}
.landing-templates #header #phone a {
	text-decoration: none;
}
body.landing-templates {
	font-family: 'Source Sans Pro', sans-serif;
}
.body-bg-landing h1, .body-bg-landing h2, .body-bg-landing h3, .body-bg-landing p, .body-bg-landing ul, .body-bg-landing ol  {
	color: #fff;
}
.body-bg-landing p, .body-bg-landing ol, .body-bg-landing ul {
	font-size: 1.5em;
	line-height: 1.2em;
}
.body-bg-landing ul li, .body-bg-landing ol li{
	margin-bottom: .75em;
}
.body-bg-landing a {
	color: #fff;
}
.gform_wrapper {
	background: #ffca16;
    padding: 25px;
	border-radius: 5px;
}
.seconday-content .gform_wrapper {
	background: #fff;
}
.seconday-content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: solid 1px #ccc;
}
.no-float div.ginput_complex.ginput_container.gf_name_has_2 span {
	 float: none;
	width: 100%;
}
.gform_wrapper span.gform_description {
	text-align: center;
font-size: 1.6em;
font-weight: 600;
line-height: 1.2em;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper label.gfield_label, .gform_wrapper select{
	color: #424242;
	font-weight: 400 !important;
	font-size: 14px !important;
line-height: 1.3em !important;
}
.seconday-content .gform_wrapper label.gfield_label, .seconday-content .gform_wrapper .gfield_radio li label, .seconday-content .gform_wrapper select, .seconday-content .gform_wrapper textarea {
	font-size: 16px !important;
}
.gform_wrapper input[type="radio"] + label::before {
	content: none !important;
}
.gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	background:#0c7fc7;
border: none;
border-radius: 5px;
color:#fff;
padding: 13px 65px;
font-size: 1.4em !important;
font-weight: 700;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	font-size: .7em !important;
	border: none;
}
body .gform_wrapper .top_label div.ginput_container, .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    margin-top: 2px !important;
}
.gform_wrapper .ginput_complex .ginput_right select {
	padding: 5px 4px;
	border: none;
	height: 30px;
}
.body-bg-landing ul li, .body-bg-landing ol li {
	margin-bottom: 0;
}
div.gform_footer.top_label {
 text-align: center;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	margin: 0 !important;
}
body .gform_wrapper ul li.gfield {
	margin-top: 8px !important;
	}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label {
    margin: 16px 0 1px 1px !important;
}
h1 {
	font-size: 2.65em;
}
p {
	font-size: 1.3em;
	line-height: 1.4em;
}
/*********************
TABLET & SMALLER LAPTOPS This is the average viewing window. So Desktops, Laptops, and in general anyone not viewing on a mobile device. Here's where you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  .landing-templates #footer .t-1of2 {
    text-align: right;
  }
.body-bg-landing {
	padding-top: 150px;
	background: url("images/landing-header-bg.png") no-repeat left top, linear-gradient(180deg, rgba(0,119,196,0) 0%, rgba(0,119,196,1) 33%);
	background-size: 100%;
}
  .landing-templates #footer .t-1of2 img {
    margin-right: 20px;
  }
  .landing-templates #footer .t-1of2.last {
    text-align: left;
  }
  .landing-templates #footer .t-1of2.last img {
    margin-right: 0;
    margin-left: 20px;
  }
	.landing-templates #header #phone {
		text-align: right;
		float: right;
	}
body.landing-templates {
	background-image: url(images/landing-header.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	}
#header.landing-header {
    background: none;
	padding-bottom: 0;
}
.t-2of3 {
	margin-right: 8%;
	width: 55%;
	}
.t-1of3 {
	width: 37%;
	}
.seconday-content .t-1of3 {
	width: 31%;
	}
.t-1of5 {
	width: 17%;
	float: left;
	margin-right: 3%;
	}
.page-template-template-landing-full-col .gform_wrapper {
	max-width: 635px;
	margin-right: auto;
	margin-left: auto;
	}
}
