/*
PARDOT CSS FOR LANDING PAGES
*/
html {
	font-family: 'sofia-pro', sans-serif;
	color: #4b4b4b;
}
html body {
	margin: 0;
	line-height: 1.7;
	font-size: 17px;
	font-weight: 300;
}
h1, p, p.submit, input {
	font-family: 'sofia-pro', sans-serif;
	font-weight: 400;
	font-size: 17px;
}
h1, header .page-title h1 {
	font-size: 90px;
	line-height:90px;
	margin-bottom: 10px;
	font-weight: 500;
}
.landing-page-content h4 {
	font-size: 25px;
	line-height: 27px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto Mono',monospace;
	font-weight: 300;
}
footer h4 {
	font-size: 30px;
	margin: 0 0 10px 0;
	line-height: 32px;
	font-weight: 500;
}
h2, .landing-page-content h2 {
	/*font-family: 'SofiaProMedium';*/
	font-family: inherit;
	font-weight: 500;
	font-size: 45px;
	line-height:45px;
	color: #E17334;
	margin-top: 0;
	margin-bottom: 10px;
}
form .landing-page-content h3 {
	font-size: 30px;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight:500;
}
form .landing-page-form h3 {
	font-size: 23px;
	font-family: inherit;
	/*font-family: 'SofiaProMedium';*/
	color: #3a3a3a;
	line-height: 24px;
	font-weight: 500;
}
p, .landing-page-content p, .landing-page-form p {
	font-size: 17px;
	font-weight: 100;
	margin: 0 0 10px;
}
body form .landing-page-content ul li {
	margin-top: 0;
	font-size: 17px;
	line-height: 27px;
}
body form .landing-page-content ul li strong, body form .landing-page-content p strong {
	font-weight: 600;
}

body form .landing-page-content blockquote, body form .landing-page-content blockquote p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}

a {
	text-decoration: none;
	color: #e37525;
}
header {
	padding: 30px;
	font-size: 0;
	background-color: #c4c4c4;
	min-height: 250px;
	text-align: center;
}
header .page-title {
	max-width: 85%;
	margin: auto;
	padding-bottom: 5%;
}
header .logo, header .nav {
	display: inline-block;
	width: calc(50% - 2px);
	vertical-align: middle;
	font-size: 0;
}
header .logo {
	text-align: left;
}
header .logo img {
	max-width:230px;
}
header .nav {
	text-align: right;
}
header .nav a {
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	transition: all ease 0.5s;
}
header .nav a:hover {
	color: #e37525;
}
#pardot-form {
	font-family: 'sofia-pro', sans-serif !important;
	font-size: 16px;
	font-weight: 300;
	margin: auto;
	padding: 5% 0;
	max-width: 80%;
}
form .landing-page-content, form .landing-page-form {
	display: inline-block;
	width: calc(100% - 0px);
	vertical-align: top;
}
form .landing-page-content {
	padding-right: 2%;
}
form .landing-page-form {
	padding-left: 0%;
}
form p.pd-text label, p.pd-select label, p.pd-textarea label {
		display: none !important;
}
form.form p.form-field input::placeholder, form.form p.form-field textarea::placeholder {
		font-family: 'sofia-pro', sans-serif !important;
		font-size: 15px;
		font-weight: 300;
}
form.form p label {
	display: none;
}
form.form input[type="email"], form.form input[type="text"] {
    font-family: 'sofia-pro', sans-serif !important;
    font-size: 16px;
    background: #f5f5f5;
    color: #4b4b4b;
    border: 2px solid #f5f5f5; /* Adjust border width */
    border-radius: 0px;
    padding: 14px 18px;
    width: 100%;
    max-width: 1000px;
    outline: none;
}
form.form p.form-field {
	margin: 0 0 10px;
	line-height: 30px;
	font-size: 16px;
	width: 100%;
	max-width: 95%;
}
form.form input:not[type="checkbox"] {
	width: 100%;
}
form.form p.submit {
	margin: 0;
	width:80%;
	cursor: pointer;
}
form.form p.submit input {
	background: #e37525;
	display: block;
	color: #fff;
	font-size: 17px;
	padding: 40px 40px;
	border: 0;
	margin-top: 8px;
	text-decoration: none !important;
	font-family: 'sofia-pro';
	font-weight: 500;
	max-width: 330px;
	text-align: center;
	cursor: pointer;
	text-transform: lowercase;
}
form input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
}
form.form textarea {
	background:#f5f5f5;
	color:#4b4b4b;
	border:1px solid #f5f5f5;
	border-radius:0px;
	font-size:16px;
	padding:14px 18px !important;
	min-height:150px;
	max-height: 300px;
	min-width:500px;
	max-width: 500px;
	outline: none;
}
form.form select {
	height: 40px !important;
	background:#f5f5f5;
	color:#4b4b4b;
	border:1px solid #f5f5f5;
	border-radius:0px;
	font-size:10px;
	padding:10px 17px !important;
	margin-bottom: 0 !important;
	width: 100% !important;
}
form.form form li, form.form li {
	margin-top:-6px;
}
body form.form label.gfield_label+div.ginput_container {
	font-weight: bold; /* Make the label text bold */
   	padding: 10px 0; /* Add padding to the top and bottom of the label */
	margin-top: 0em !important;
}
form.form label {
    	font-weight: bold; /* Make the label text bold */
       	padding: 10px 0; /* Add padding to the top and bottom of the label */
  	text-shadow: none;
}
form.form .ginput_container_address label {
	margin-top: 16px !important;    margin-bottom: 16px !important;
}
form.form .gsection {
	margin: 30px 0 6px 0 !important;
}
form.form hr {
	border-top-color: #CCC
}
form.form .ginput_container_radio label {
	margin-top: 1px !important;
	margin-left: 11px !important;
}
form.form .gfield_checkbox input {
	float: left !important;
	width: inherit !important;
}
form.form .gfield_checkbox br {
	display: none;
}
form.form .gfield_checkbox label {
    display: inline-flex;
    align-items: flex-start;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 4px !important;
    font-weight: bold;
}
form.form .ginput_container_time label {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
form.form .ginput_container_date input {
	width: 100% !important;
}
form.form .button {
	font-size:15px !important;
	padding: 40px 40px;
}
form.form form.form_footer{
	clear:both;
	margin:0 !important;
	padding:1em 0 0.625em;
	padding-bottom:0 !important;
}
form.form li.gfield.gfield_error, form.form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border-top: 0 !important;font-size: 14px;
}
/* New fields 4/24/2020 | consent + do not email */
form.form .form-field.consent label.inline, form.form .form-field.opt-out label.inline {
	margin: 0;
	font-size: 14px;
	line-height: 17px;
	font-weight: 100;
	padding: 5px;
}
form.form .form-field.consent input {
		display: none;
}
form.form .form-field.opt-out label.inline {
	display: inline-block;
	vertical-align: top;
	width: 88%;
}
form.form .form-field.consent label.inline {
	display: block;
}
form.form .form-field.consent span.value, form.form .form-field.opt-out span.value {
		margin: 0;
}
form.form .form-field.opt-out {
	position: relative;
	top: 90px;
}
form.form div.g-recaptcha {
	position: relative;
	top: -48px;
}
iframe[title="recaptcha challenge"] #rc-imageselect .rc-imageselect-tile .rc-image-tile-wrapper {
	 transition: auto !important;
	 -webkit-transition: auto !important;
}
footer {
	background-color: #f2f2f2;
	color: #4b4b4b;
	font-size: 0;
	margin-top: 30px;
}
footer .footer-right .content-wrapper {
	padding: 100px 80px;
}
footer .footer-left .content-wrapper {
	padding: 100px 60px 30px 80px;
}
footer .footer-left img {
	max-width:238px;
	margin-bottom: 40px;
	display: block;
	width: 100%;
}
footer .footer-left, footer .footer-right {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	min-height: 100%;
}
footer .footer-left {
	width: calc(60% - 0px);
}
footer .footer-right {
	background-color:#302F2F;
	color: #fff;
	width: calc(40% - 0px);
	font-size: 0;
	min-height: 450px;
}
footer p a {
	text-decoration: none;
	/*color: #4b4b4b;*/
	line-height: 18px;
	margin-bottom: 8px;
	text-transform: lowercase;
}
footer .copyright {
	margin-top: 50px;
}
footer .copyright p a {
	text-decoration: none;
	color: #4b4b4b;
	text-transform: none;
	font-weight:500;
}
footer .col {
	font-size: 0;
	display: inline-block;
	width: calc(30% - 0px);
	vertical-align: top;
}
footer .col.col2 {
	padding: 0 10px;
}
footer .footer-left .about-mobile {
	display: none;
}

@media screen and (max-width: 1275px) {
	footer .footer-right .content-wrapper {
		padding: 70px 50px;
	}
	footer .footer-left .content-wrapper {
		padding: 60px 40px;
	}
}
@media screen and (max-width: 1200px) {
	footer .footer-left {
		display: block;
		width: 100%;
	}
	footer .footer-right {
		display: none;
	}
	footer .footer-left .about-mobile {
		display: block;
		margin-top: 5%;
	}
	footer .copyright {
		margin-top: 5%;
	}
}
@media screen and (max-width: 850px) {
	form .landing-page-content, form .landing-page-form {
		display: block;
		width: 100%;
	}
	form .landing-page-content, form .landing-page-form {
		padding: 0;
	}
	footer .footer-left .col {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 5%;
	}
}
@media screen and (max-width: 767px) {
	header {
		min-height: 200px;
	}
	header .logo {
		width: calc(65% - 0px);
	}
	header .logo img {
		max-width: 160px;
	}
	header .nav {
		width: calc(35% - 0px);
	}
	header .page-title {
		max-width: 100%;
		padding-top: 10px;
	}
	footer .footer-left img {
		max-width: 200px;
	}
	footer h4, .landing-page-content h4 {
		font-size: 17px;
		margin-bottom: 0;
	}
	body p {
		line-height: 1.7;
	}
	h1, header .page-title h1 {
		font-size:50px;
		line-height:56px;
	}
	h2, .landing-page-content h2 {
		font-size: 25px;
		line-height: 27px;
	}
	#pardot-form {
		padding: 10% 0;
	}
	form .landing-page-content h3, form .landing-page-form h3 {
		font-size: 20px;
		line-height: 22px;
	}
	form .landing-page-content p > img {
		max-width: 280px;
		height: auto !important;
	}
}
@media screen and (max-width: 650px) {
	form.form .form-field.consent label.inline, form.form .form-field.opt-out label.inline {
			width: 85%;
	}
	form.form div.g-recaptcha {
		position: relative;
		top: -40px;
	}
}
@media screen and (max-width: 550px) {
	h1, header .page-title h1 {
		font-size:40px;
		line-height:46px;
	}
		form.form .form-field.consent label.inline, form.form .form-field.opt-out label.inline {
			width: 90%;
	}
}
@media screen and (max-width: 450px) {
	footer {
		margin-top: 50px;
	}
}
@media screen and (max-width: 400px) {
	form.form div.g-recaptcha {
		top: -85px;
	}
}
@media screen and (max-width: 345px) {
		form.form .form-field.consent label.inline, form.form .form-field.opt-out label.inline {
			width: 85%;
	}
}
@media screen and (max-width: 330px) {
		form.form .form-field.consent label.inline, form.form .form-field.opt-out label.inline {
			width: 70%;
	}
}
