:root {
	--bs-body-color: #000;
	--bs-secondary: #f2ae3f;
	--bs-secondary-rgb: 242, 174, 63;
	--bs-info: #638996;
	--bs-info-rgb: 99, 137, 150;
	--bs-body-font-family: "Open Sans", sans-serif;
	--bs-font-heading: "Lora", sans-serif;
	--bs-font-secondary: "Lato", sans-serif;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-attachment: fixed;
    background-size: cover;
}

.landing-template {
	background-color: #f4f4f5;
	--bs-body-font-size: 20px;
}

@media (min-width: 768px) {
	.landing-template {
		--bs-body-font-size: 16px;
	}
}

@media (min-width: 1200px) {	
	.landing-template {
		--bs-body-font-size: 18px;
	}
}

@media (min-width: 1800px) {
	.landing-template {
		--bs-body-font-size: 22px;
		padding-top: var(--bs-body-spacer-2xl);
	}
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	color: var(--bs-black);
	font-weight: 700;
	font-family: var(--bs-font-heading);
}

a {
	color: var(--bs-secondary);
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

.font-heading {
	font-family: var(--bs-font-heading);
}

@media (min-width: 576px) {
	.container {
		max-width: 1170px;
	}
	
	.landing-template .container {
		max-width: 96%;
	}
	
	.landing-template .footer .container {
		max-width: 1170px;
	}
}

@media (min-width: 1400px) {
	.landing-template .footer .container {
		max-width: 1320px;
	}
}

@media (min-width: 1800px) {
	.landing-template .footer .container {
		max-width: 1400px;
	}
}

.navbar {
	background-color: var(--bs-white);
	padding-top: 17px;
	padding-bottom: 25px;
}

@media (min-width: 768px) {
	.landing-template .navbar {
		padding-bottom: 18px;
	}
}

.landing-template .navbar {
	--bs-bg-opacity: .12;
	box-shadow: 0 2px 4px rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
}

.navbar-brand {
	max-width: 270px;
	display: inline-block;
	margin-right: 0;
}

@media (min-width: 768px) {
	.navbar-brand {
		max-width: 310px;
		padding-top: 22px;
		margin-left: 20px;
	}
}

@media (min-width: 768px) {
	.landing-template .navbar-brand {
		margin-left: 0;
	}
}

@media (min-width: 1800px) {
	.landing-template .navbar-brand {
		max-width: 360px;
	}
}

.navbar-item-heading {
	font-size: 20px;
}

@media (min-width: 768px) {
	.navbar-item-right {
		padding-top: 10px;
		padding-right: 20px;
	}

	.navbar-item-heading {
		font-size: 23px;
	}
}

@media (min-width: 768px) {
	.landing-template .navbar-item-right {
		padding-right: 0;
	}
}

@media (min-width: 1800px) {
	.landing-template .navbar-item-heading {
		font-size: 32px;
	}
}

.text-phone {
	color: #53828ff7;
	font-size: 30px;
}

@media (min-width: 1800px) {
	.landing-template .text-phone {
		font-size: 40px;
	}
}

.hero {
	color: var(--bs-white);
	background-color: rgba(83, 130, 143, 0.94);
	padding-top: 15px;
	padding-bottom: 50px;
}

.hero-text {
	font-size: 20px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	line-height: 1.3em;
}

@media (min-width: 768px) {
	.hero-text {
		font-size: 26px;
	}
}

.contact-block {
	padding: 8px 10px 15px;
    background-color: #8b8b8b;
    border: 3px solid #8b8b8b;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

.form-group p,
.form-note p {
	margin: 0;
	padding: 0;
}

.form-group .wpcf7-spinner {
	display: none;
}

.contact-block-heading {
	font-size: 13px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.contact-title {
	color: var(--bs-white);
	font-size: 22px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.form-group {
	margin-bottom: 10px;
}

.form-control {
	font-size: 16px;
	padding: 12px 18px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95);
}

.btn-primary {
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: #f2ae3f;
	--bs-btn-border-color: #f2ae3f;
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #f2ae3f;
	--bs-btn-hover-border-color: #f2ae3f;
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-bg: #f2ae3f;
	--bs-btn-active-border-color: #f2ae3f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: var(--bs-white);
	--bs-btn-disabled-bg: #f2ae3f;
	--bs-btn-disabled-border-color: #f2ae3f;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 1px 5px rgba(0,0,0,0.7);
	text-shadow: 0 0 8px rgba(0,0,0,0.8);
	border-radius: 3px;
	padding: 10px 25px;
}

.btn-primary:hover,
.btn-primary:focus {
	text-decoration: none;
}

.form-note {
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}







.section-white {
	padding-top: 30px;
	padding-bottom: 40px;
}

.section-colored {
	background-color: rgba(82, 130, 144, 0.92);
	padding-top: 28px;
	padding-bottom: 10px;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4) inset;
}

@media (min-width: 768px) {
	.section-colored {
		padding-bottom: 30px;
	}
}

.section-heading {
	border-bottom: 2px solid var(--bs-secondary);
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.section-heading-border-xs-none {
	border-bottom: 0;
}

@media (min-width: 768px) {
	.section-heading {
		border-bottom: 2px solid var(--bs-secondary);
	}
}

.section-title {
	font-size: 22px;
}

@media (min-width: 768px) {
	.section-title {
		font-size: 32px;
	}
}

.feature-item {
	text-align: center;
	padding: 0 15px 10px;
}

.feature-title {
	font-size: 22px;
	margin-top: 10px;
}

.feature-icon {
	height: 60px;
	width: auto;
}

.testimonial-block {
	background-color: var(--bs-white);
	padding: 22px 40px 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.section-testimonial .testimonial-block {
		padding: 16px 10px 10px;
	}
}

@media (min-width: 1200px) {
	.section-testimonial .testimonial-block {
		padding: 16px 15px 10px;
	}
}

@media (min-width: 1400px) {
	.section-testimonial .testimonial-block {
		padding: 22px 20px 10px;
	}
}

@media (min-width: 1800px) {
	.section-testimonial .testimonial-block {
		padding: 22px 40px 10px;
	}
}

.blockquote {
	font-size: 1rem;
	padding: 10px 18px;
	line-height: 1.3;
	margin-bottom: 0;
}

.section-testimonial .blockquote {
	line-height: normal;
}

@media (min-width: 768px) {
	.section-testimonial .blockquote {
		padding: 10px 8px;
	}
}

@media (min-width: 1200px) {
	.section-testimonial .blockquote {
		padding: 10px 18px;
	}
}

.testimonial-block .fa {
	color: rgba(0, 0, 0, 0.6);
	font-size: 28px;
}

.blockquote-footer {
	color: var(--bs-black);
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	margin-top: 10px;
}

.blockquote-footer::before {
	content: none;
}

.img-star {
	width: 200px;
}

.testimonial-row {
	opacity: 0;
	transform: scale(0.9) translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	will-change: transform, opacity;
}

.testimonial-row.is-visible {
	opacity: 1;
	transform: scale(1) translateY(0);
}

.info-image {
	width: 230px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
	padding: 1px;
	border-radius: 5px;
	background-color: var(--bs-white);
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
	.info-image {
		width: 238px;
	}
}

.info-text {
	font-size: 18px;
}

@media (min-width: 768px) {
	.info-text {
		font-size: 16px;
	}
}

.text-shadow {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}


.section-cta {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cta-title {
	font-size: 21px;
}

@media (min-width: 768px) {
	.cta-title {
		font-size: 23px;
	}
}

.footer {
	background-color: #3e3e3e;
	padding-top: 25px;
	padding-bottom: 5px;
	color: var(--bs-white);
	font-family: var(--bs-font-secondary);
}


@media (min-width: 1800px) {
	.landing-template .footer {
		font-size: 20px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
}

.footer-brand {
	max-width: 230px;
	margin: 15px 0 20px;
}

@media (min-width: 1800px) {
	.landing-template .footer-brand {
		max-width: 280px;
	}
}

.footer-right {
	font-size: 17px;
}

@media (min-width: 1800px) {
	.landing-template .footer-right {
		font-size: 20px;
	}
}

.modal-backdrop {
	--bs-backdrop-bg: #3c4154;
	--bs-backdrop-opacity: 0.66;
}

@media (min-width: 768px) {
	.modal {
		--bs-modal-width: 550px;
	}
}

.btn-close {
	--bs-btn-close-hover-opacity: 1;
	background-image: url(images/closemodal.png);
	background-size: auto;
	background-repeat: no-repeat;
	opacity: 1;
	width: 39px;
	height: 37px;
	padding: 0;
	position: absolute;
	top: -20px;
	right: -7px;
}

@media (min-width: 576px) {
	.btn-close {
		top: -20px;
		right: -20px;
	}
}

.modal-content {
	padding: 50px 20px 60px;
}

@media (min-width: 576px) {
	.modal-content {
		padding: 50px 40px 60px;
	}
}

.modal-content .form-note {
	color: rgba(0, 0, 0, 0.4);
	text-shadow: none;
	padding-top: 3px;
	font-size: 14px;
}

.modal-content .contact-title {
	text-shadow: none;
	color: var(--bs-black);
	font-size: 20px;
}

@media (min-width: 576px) {
	.modal-content .contact-title {
		font-size: 26px;
	}
}

.modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.fade:not(.show) .modal-dialog {
    transform: translate(0, -100%);
    transition: transform 0.3s ease-in;
}

#offlineForm,
.wpautoterms-footer {
	display: none !important;
}

@media (min-width: 992px) {
	.widecolumn {
		width: 71%;
	}
	
	.right-column {
		width: 29%;
	}
}

.hero-secondary {
	padding-top: 44px;
	padding-bottom: 44px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

@media (min-width: 768px) {
	.hero-secondary {
		padding-top: 28px;
		padding-bottom: 44px;
	}
}

@media (min-width: 1400px) {
	.hero-secondary {
		padding-top: 32px;
		padding-bottom: 56px;
	}
}

@media (min-width: 1800px) {
	.hero-secondary {
		padding-top: 44px;
		padding-bottom: 74px;
	}
}

.hero-secondary::before {
	--bs-bg-opacity: .71;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
	z-index: -1;
}

.hero-title {
	font-size: 45px;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.hero-title {
		font-size: 41px;
		margin-bottom: 1rem;
	}
}

@media (min-width: 1400px) and (max-resolution: 96dpi) {
	.hero-title {
		font-size: 50px;
		margin-bottom: 1.375rem;
	}
}

@media (min-width: 1800px) and (max-resolution: 96dpi) {
	.hero-title {
		font-size: 65px;
		margin-bottom: 2rem;
	}
}

@media (min-width: 768px) {
	.hero-secondary .hero-text {
		font-size: 20px;
	}
}

@media (min-width: 1400px) {
	.hero-secondary .hero-text {
		font-size: 20px;
	}
}

@media (min-width: 1800px) {
	.hero-secondary .hero-text {
		font-size: 26px;
	}
}

.section-about {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 1800px) {
	.section-about {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	color: var(--bs-info);
	font-weight: 500;
	letter-spacing: 0.025em;
	margin-bottom: 1.5rem;
}

@media (min-width: 1800px) {
	.display-1,
	.display-2,
	.display-3,
	.display-4,
	.display-5,
	.display-6 {
		margin-bottom: 2.5rem;
	}
}

.display-4 {
	font-size: 2rem;
}

@media (min-width: 768px) {
	.display-4 {
		font-size: 2.375rem;
	}
}

@media (min-width: 1200px) {
	.display-4 {
		font-size: 2.5rem;
	}
}

@media (min-width: 1400px) and (max-resolution: 96dpi) {
	.display-4 {
		font-size: 3rem;
	}
}

@media (min-width: 1800px) and (max-resolution: 96dpi) {
	.display-4 {
		font-size: 3.4375rem;
	}
}

.section-testimonial {
	box-shadow: none;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 1800px) {
	.section-testimonial {
		padding-top: 56px;
		padding-bottom: 58px;
	}
}

.section-testimonial::before {
	--bs-bg-opacity: .71;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
	z-index: -1;
}

.entry-content ul {
	margin-left: 30px;
	list-style: square;
}

@media (min-width: 768px) {
	.entry-content ul {
		margin-left: 30px;
	}
}

@media (min-width: 992px) {
	.entry-content ul {
		margin-left: 60px;
	}
}

@media (min-width: 1200px) {
	.entry-content ul {
		margin-left: 90px;
	}
}

@media (min-width: 1400px) {
	.entry-content ul {
		margin-left: 120px;
	}
}

@media (min-width: 1800px) {
	.entry-content ul {
		margin-left: 160px;
	}
}

.entry-content ul li {
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.entry-content ul li {
		margin-bottom: 1rem;
	}
}

@media (min-width: 1400px) {
	.entry-content ul li {
		margin-bottom: 1.25rem;
	}
}

@media (min-width: 1800px) {
	.entry-content ul li {
		margin-bottom: 2rem;
	}
}

.entry-content ul li::marker {
	color: var(--bs-info);
}

.entry-content .list-column {
	list-style: none;
	padding-left: 5px;
}

@media (min-width: 768px) {
	.entry-content .list-column {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

.entry-content .list-column li {
	background-image: url(images/icon_check.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 35px;
	min-height: 28px;
	margin-bottom: .5rem;
}

@media (min-width: 768px) {
	.entry-content .list-column li {
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	.entry-content .list-column li {
		padding-right: 25px;
	}
}

@media (min-width: 1800px) {
	.entry-content .list-column li {
		margin-bottom: 1rem;
		padding-right: 35px;
	}
}

.right-column {
	background-color: var(--bs-white);
}

@media (min-width: 768px) {
	.right-column {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 1400px) {
	.right-column {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1800px) {
	.right-column {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.contact-block-secondary {
	padding: 44px 16px 40px;
    background-color: transparent;
    border: 0;
	box-shadow: none;
	border-radius: 0;
}

@media (min-width: 768px) {
	.contact-block-secondary {
		padding: 34px 10px 30px;
	}
}

@media (min-width: 1200px) {
	.contact-block-secondary {
		padding: 44px 16px 40px;
	}
}

@media (min-width: 1400px) and (max-resolution: 96dpi) {
	.contact-block-secondary {
		padding-top: 52px;
	}
}

@media (min-width: 1800px) and (max-resolution: 96dpi) {
	.contact-block-secondary {
		padding-top: 70px;
	}
}

.contact-block-secondary .contact-block-heading {
	text-shadow: none;
	color: var(--bs-black);
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 25px;
}

@media (min-width: 768px) {
	.contact-block-secondary .contact-block-heading {
		font-size: 14px;
		padding-bottom: 16px;
	}
}

@media (min-width: 1400px) and (max-resolution: 96dpi) {
	.contact-block-secondary .contact-block-heading {
		font-size: 15px;
		padding-bottom: 23px;
	}
}

@media (min-width: 1800px) and (max-resolution: 96dpi) {
	.contact-block-secondary .contact-block-heading {
		font-size: 18px;
		padding-bottom: 35px;
	}
}

.contact-block-secondary .contact-title {
	text-shadow: none;
	color: #53828ff7;
	font-size: 28px;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.contact-block-secondary .contact-title {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.contact-block-secondary .contact-title {
		font-size: 22px;
	}
}

@media (min-width: 1400px) and (max-resolution: 96dpi) {
	.contact-block-secondary .contact-title {
		font-size: 25px;
	}
}

@media (min-width: 1800px) and (max-resolution: 96dpi) {
	.contact-block-secondary .contact-title {
		font-size: 33px;
	}
}

.contact-block-secondary .form-group {
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.contact-block-secondary .form-group {
		margin-bottom: 14px;
	}
}

@media (min-width: 1400px) and (max-resolution: 96dpi) {
	.contact-block-secondary .form-group {
		margin-bottom: 18px;
	}
}

@media (min-width: 1800px) and (max-resolution: 96dpi) {
	.contact-block-secondary .form-group {
		margin-bottom: 24px;
	}
}

.contact-block-secondary .form-control {
    color: var(--bs-info);
	font-weight: 500;
	font-size: 16px;
    padding: 12px 16px;
    border: 1px solid rgba(112, 112, 112, 0.48);
	border-radius: 10px;
    box-shadow: none;
}

@media (min-width: 768px) {
	.contact-block-secondary .form-control {
		padding: 10px 14px;
	}
}

@media (min-width: 1200px) {
	.contact-block-secondary .form-control {
		padding: 10px 16px;
	}
}

@media (min-width: 1800px) {
	.contact-block-secondary .form-control {
		padding: 18px;
	}
}

.contact-block-secondary input:-webkit-autofill,
.contact-block-secondary input:-webkit-autofill:hover, 
.contact-block-secondary input:-webkit-autofill:focus, 
.contact-block-secondary input:-webkit-autofill:active {
    -webkit-background-clip: text;
	-webkit-text-fill-color: var(--bs-info) !important;
}

.contact-block-secondary .form-control::-webkit-input-placeholder {
	color: var(--bs-info);
}

.contact-block-secondary .form-control::-moz-placeholder {
	color: var(--bs-info);
}

.contact-block-secondary .form-control:-ms-input-placeholder {
	color: var(--bs-info);
}

.contact-block-secondary .form-control::-ms-input-placeholder {
	color: var(--bs-info);
}

.contact-block-secondary .form-control::placeholder {
	color: var(--bs-info);
}

.contact-block-secondary .form-control:focus {
	box-shadow:  0 0 0 0.25rem rgba(99, 127, 150, 0.25);
}

.btn-info {
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bs-info);
	--bs-btn-border-color: rgba(112, 112, 112, .48);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #478aa1;
	--bs-btn-hover-border-color: rgba(112, 112, 112, .48);
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-bg: #478aa1;
	--bs-btn-active-border-color: rgba(112, 112, 112, .48);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: var(--bs-white);
	--bs-btn-disabled-bg: var(--bs-info);
	--bs-btn-disabled-border-color: rgba(112, 112, 112, .48);
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 10px 25px;
}

@media (min-width: 768px) {
	.btn-info {
		font-size: 15px;
		padding: 10px 5px;
	}
}

@media (min-width: 992px) {
	.btn-info {
		font-size: 16px;
		padding: 10px 15px;
	}
}

@media (min-width: 1200px) {
	.btn-info {
		font-size: 17px;
		padding: 10px 25px;
	}
}

@media (min-width: 1800px) {
	.btn-info {
		font-size: 20px;
		padding: 15px 25px;
	}
}

.contact-block-secondary .form-note {
	color: var(--bs-black);
	text-shadow: none;
}

@media (min-width: 768px) {
	.contact-block-secondary .form-note {
		font-size: 10px;
	}
}

@media (min-width: 1200px) {
	.contact-block-secondary .form-note {
		font-size: 12px;
	}
}

@media (min-width: 1800px) {
	.contact-block-secondary .form-note {
		font-size: 13px;
	}
}

.font-body {
	font-family: var(--bs-body-font-family);
}

.ls-normal {
	letter-spacing: normal;
}

.fs-dynamic-lg {
	font-size: 1.25rem;
}

@media (min-width: 768px) {
	.fs-dynamic-lg {
		font-size: 1.0625rem;
	}
}

@media (min-width: 1400px) and (max-resolution: 96dpi) {
	.fs-dynamic-lg {
		font-size: 1.25rem;
	}
}

@media (min-width: 1800px) and (max-resolution: 96dpi) {
	.fs-dynamic-lg {
		font-size: 1.5625rem;
	}
}

/* Submit button */
.contact-block-secondary input[type="submit"],
.contact-block-secondary .gform_button {
    background-color: #608495 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 14px 24px !important;
    width: 100% !important;
    display: block !important;
    margin-top: 15px !important;
}

/* Optional: change button text directly in Gravity Forms settings
   CSS cannot change input[value] text reliably */

/* Form fields wrapper */
.contact-block-secondary .gform_wrapper ul.gform_fields,
.contact-block-secondary .gform_wrapper .gform_fields {
    display: block !important;
}

/* Individual field containers */
.contact-block-secondary .gform_wrapper li.gfield,
.contact-block-secondary .gform_wrapper .gfield {
    width: 100% !important;
    max-width: 100% !important;
    grid-column: span 12 !important;
    float: none !important;
    clear: both !important;
    margin-bottom: 15px !important;
}

/* Text inputs */
.contact-block-secondary .gform_wrapper input[type="text"],
.contact-block-secondary .gform_wrapper input[type="email"],
.contact-block-secondary .gform_wrapper input[type="tel"] {
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    color: #333 !important;
    box-shadow: none !important;
    height: auto !important;
}

/* Textarea */
.contact-block-secondary .gform_wrapper textarea {
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    color: #333 !important;
    box-shadow: none !important;
    height: 100px !important;
    resize: none !important;
}