@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family: 'Myriad Pro', sans-serif;
	font-size:22px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#0166a4;
}
a:visited {
	color:#0166a4;
}
a:active {
	color:#0166a4;
}
a:hover {
	color:#600;
}

h1 {
	width:100%;
	margin:0px;
	position:relative;
    color:#fff;
    font-size:4em;
}
h1 span {
    color:#bb160a;
    font-size:1.1em;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
h1 mark {
    background:none!important;
    color:#bb160a;
    font-size:1.1em;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
h2 {
	font-size:2.5em;
	font-weight:900;
    padding:0px;
    margin:20px;
}
h3 {
	font-size: 2em;
	font-weight:900;
    padding:0px;
    margin:20px 0;
}
.sectionwrap h3 {
    color:#fff;
}
h4 {
    font-size: 1.2em;
    font-weight:700;
}
header {
	width:100%;
	margin:0px auto;
    padding:30px;
    background:#fff;
    position: relative;
}
.header-logo {
	width:20%;
    float:left;
}
.header-logo img {
    max-height:75px;
}
.header-contact {
	width:15%;
    float:left;
    text-align: right;
    color:#157735;
    padding:0px 0 0 0;
}
.header-contact p {
    margin:0px;
    padding:0px;
}
.header-contact a {
    display:inline-block;
    color:#157735;
    text-decoration: none;
    padding:10px 20px 7px 20px;
    border-radius:100px;
    font-size:28px;
    font-weight:bold;
    text-align: center;
    line-height: 1em;
}
#zonephone a {
    display:inline;
    padding:0 0 0 0;
    margin:0;
    font-size:1.8em;
}
.header-contact span {
    font-size:1em;
    line-height: 1em;
    font-weight:bold;
    padding-right:21%;
}
.header-contact a:hover {
    background:#8bc825;
}

nav {
	color:#fff;
	text-align: right;
	width:65%;
    float:left;
    padding: 30px 0 0 0;
}

main {
	width:100%;
	padding:0;
	position: relative;
}
section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}

.fullpage {
	width:100%;
	margin:0 auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}


.mainform-container {
	background:#0e7136;
    background:url("../images/formbg.jpg");
    background-position: left middle;
    background-size:cover;
    min-height:80vh;
	width:100%;
	margin:0px;
	padding:30px 0px;
	position:relative;
    z-index: 50;
}

.mainform {
	width:98%;
	max-width:1200px;
	margin:50px auto 0px auto;
	height:auto;
	min-height:none;
	position:relative;
	text-align: center;
}

.dumpcoreasons {
    background:#282828;
    color:#fff;
    text-align: center;
    padding:50px 4%;
}
.dcblock {
    width:33.33%;
    float:left;
    border-right: 2px dashed #0e7136;
    margin:0px;
    padding:30px;
    text-align: left;
}
.dcblock h3 {
    color: #fdba1f;
    font-size:1.4em;
    padding:0px;
    margin:0 0 10px 0;
}
.dcblock:last-child {
    border-right: none;
}
.dcblock:nth-child(2) {
    border-bottom: 2px dashed #0e7136;
}
.dcblock:nth-child(3) {
    border-bottom: 2px dashed #0e7136;
}
.dcblock:nth-child(4) {
    border-bottom: 2px dashed #0e7136;
    border-right: none;
}
.openingp {
	font-size:1.2em;
	line-height:1.5em;
	color:#fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0px #000;
}

.arrowmessage {
	width:100%;
	text-align: center;
}

.arrowmessage img {
	width:350px;
	height:auto;
}
.bigcallbtn {
	width:100%;
	text-align: center;
}
.bigcallbtn a {
    display:inline-block;
    background: #2F8732;
    background: linear-gradient(90deg,rgba(47, 135, 50, 1) 0%, rgba(109, 181, 41, 1) 100%);
    border-radius:10px;
    font-size:1.6em;
    font-weight:bold;
    text-decoration: none;
    color:#fff;
    padding:20px 20px;
}

.bouncearrow {
    text-align: center;
    margin: 0 0 0 70px;
    color:#fff;
}
.bouncearrow-up {
    display:none;
    -moz-animation: bounceup 2s infinite;
    -webkit-animation: bounceup 2s infinite;
    animation: bounceup 2s infinite;
    color:#bb160a;
}
.bouncearrow-left {
    -moz-animation: bounceleft 1.5s infinite;
    -webkit-animation: bounceleft 1.5s infinite;
    animation: bounceleft 1.5s infinite;
    position: absolute;
    bottom:160px;
    right:25%;
    z-index: 999999999999999999999999999;
}

@keyframes bounceup {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(30px);
  }
  60% {
    transform: translateY(15px);
  }
}
@keyframes bounceleft {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(50px);
  }
  60% {
    transform: translateX(25px);
  }
}
#citystate {
	text-align:center;
	color:#fff;
	font-size:2em;
	font-weight:bold;
}
.infoblock {
    background:#fdba1f;
    color:#000;
    padding:40px;
    border-radius:20px;
    margin: 0 0 50px 0;
}
.infoblock h3 {
    margin:0px;
}
.priceblock {
    width:30.33%;
    margin:30px 1.5%;
    float:left;
    border-radius:8px;
    border:1px solid #eee;
    box-shadow: 0px 10px 20px #aaa;
    padding:20px;
}
.priceblock img {
    width:80%;
    margin:0 0 0 10%;
    display:block;
}
.priceblock h3 {
    text-align: center;
    margin:0 0 10px 0;
    color:#bb160a;
    font-size:1.5em;
}
.priceblock h4 {
    text-align: center;
    margin:0 0 3px 0;
}
.grayarea {
    background:#bbbfc4;
    padding-top:20px;
}

.quicklink {
    width:29.33%;
    margin:30px 2%;
    float:left;
    background:#fff;
    border:2px solid #868b90;
    border-radius:4px;
    padding:20px 20px 80px 20px;
    position:relative;
}
.quicklink h3 {
    font-size:1.8em;
}
.quicklink .c2a {
    font-size:1.2em;
}
.quicklink img {
    width:60%;
    margin:0 0 0 40%;
    display:block;
}

h3.faq-q {
	background:#bbb;
	color:#000;
	border-radius:5px;
	font-size:1em;
	padding:10px 30px 10px 10px;
	cursor:pointer;
	position: relative;
}
h3.faq-q::after {
	content: "\25BC";
	position:absolute;
	right:10px;
	top:10px;
}
.faq-a{
	display: none;
	margin:0;
	padding:1%;
	position:relative;
	line-height:1.6em;
}


.pageimg {
	border:6px solid #fff;
	box-shadow: 3px 3px 4px #555;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
    width:30%;
}

.list {
	margin:30px 0 30px 30px;
	padding:0px;
	font-size:1em;
}
.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 3px no-repeat;
	padding:5px 5px 5px 33px;
	margin: 10px 0;
}	
.list2 {
	margin:30px 0 30px 30px;
	padding:0px;
	font-size:1.2em;
    font-weight:600;
}
.list2 li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet2.png) 0px 3px no-repeat;
	padding:5px 5px 5px 45px;
	margin: 10px 0 20px 0;
}	
.citylist {
	margin:0px;
	padding:0px;
    text-align: center;
}
.citylist li{
    display: inline-block;
    width:auto;
    list-style: none;
	background:#bb160a;
    border-radius:100px;
	font-size:1.1em;
    color:#fff;
    font-weight:500;
	padding:10px 20px;
	margin: 10px;
}	
.citylist a {
    color:#fff;
    text-decoration: none;
}
.faqlist {
	margin:0px;
	padding:0px;
    text-align: center;
}
.faqlist li{
    display: block;
    width:100%;
    list-style: none;
    border-radius:3px;
	font-size:1.4em;
    font-weight:500;
	margin: 10px 2%;
}	
.faqlist li a {
    display: block;
	background:#0c7136;
    color:#fff;
    text-decoration: none;
	padding:10px 50px;
    text-align: left;
}
.faqlist li a:hover {
    background:#76b928;
}
ol {
	margin:30px 0 30px 20px;
	padding:0px;
	font-size:1em;
}
ol li {
    margin:0px;
    padding:10px 0px 10px 10px;
}

hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}


.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#0e7136;
	padding:15px 20px;
	border-radius:100px;
	color:#ffffff;
	text-decoration: none;
	font-size:1.4em;
    font-weight:700;
    margin:20px 0;
}
.c2a:hover {
	color:#ffffff;
	background:#0a89d7;
}
.c2a-yellow, .c2a-yellow:visited, .c2a-yellow:active {
	display:inline-block;
	background:#feba20;
	padding:25px 30px;
	border-radius:100px;
	color:#000;
	text-decoration: none;
	font-size:1.8em;
    font-weight:700;
    margin:20px 0;
}
.c2a-yellow:hover {
	color:#000;
	background:#fedc20;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

.formstyle fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#cccccc;
}
.formstyle legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin:20px 0;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.formstyle .submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

.formstyle input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
}
.formstyle textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
	height:120px;
}
.formstyle select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:auto;
	cursor:pointer;
}
.formstyle input[type="radio"], .formstyle input[type="checkbox"]{
    width:auto;
}
input[type=submit].button{
	background:#0166a4;
	padding:20px 30px;
	border-radius:5px;
    border:none;
	color:#ffffff;
	text-decoration: none;
	font-size:1.2em;
    font-weight:700;
}
input[type=submit].button:hover {
	color:#ffffff;
	background:#0a89d7;
}



.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* this class can be added to iframes for responsive results, compatible from mid 2021 on */
.video-iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



/*form styles*/
fieldset.sectionwrap{ /*fieldset that wraps around each form "page" */
    border-width:0;
    padding:1%;
    padding-bottom:40px;
    width:100%;
    min-height: none;
}

fieldset.sectionwrap h2 {
    color:#fff;
    font-size:1.4em;
    font-weight:500;
}

legend{ /*title shown at top of each form page */
	margin-top: 100px;
	font-size:1.8em;
	color:#fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0px #000;
	text-align:center;
	width:100%;
}

div.stepsguide{ /*div that contains all the "steps" text located at top of form */ 
width: 80%; /*width of "steps" container*/
overflow:hidden;
margin:0px auto 15px auto;
cursor:pointer;
display:none;
}

div.stepsguide .step{ /*div that wraps around each "steps" text */
width:30%; /*width of each "steps" text*/
font: bold 16px Arial;
color:#000000;
float:left;
text-align:center;
background:#feba20;
padding:5px 0px;
margin:1%;
border-radius:100px;
}

div.stepsguide .disabledstep{ /*div that wraps around each "steps" text */
color:#fff;
background:#C4C4C4;
}

div.stepsguide .step .smalltext{ /*small footer text inside "steps" text */
font-size: 12px;
font-weight: normal;
}
span.status {
	visibility:hidden;
	width:0px;
	height:0px;
}
div.formpaginate{ /* CSS for pagination DIV container */
    width: 100%;
    padding:0px;
    overflow:visible;
    font-weight:bold;
    text-align:center;
    margin-top:1em;
}
#nextbtn {
    display:none;
}
div.formpaginate .next { /*CSS for "next" SPAN elements within paginate container */
	width: auto;
    max-width:300px;
	display:inline-block;
	background: #feba20;
	font-weight: bold;
	font-size:1.5em;
	color: #000;
	border: 0 none;
	border-radius: 100px;
	cursor: pointer;
	padding: 20px 5%;
	margin: 10px auto;
}
div.formpaginate .prev { /*CSS for "prev"  SPAN elements within paginate container */
	width: auto;
	display:inline-block;
	background: none;
	font-weight: bold;
	font-size:1.2em;
	color: white;
	border: 0 none;
	cursor: pointer;
	padding: 20px 5%;
	margin: 0px 0 0 0;
}
div.formpaginate .next:hover {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #1b4c8e;
}


/*inputs*/
#feedbackform input, #feedbackform textarea {
	padding: 10px;
	border: 1px solid #000;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	max-width:400px;
	box-sizing: border-box;
	color: #000;
	font-weight:bold;
	font-size: 20px;
	text-align:center;
}
#feedbackform select {
	padding: 12px;
	border: 1px solid #000;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #000;
	font-weight:bold;
	font-size: 20px;
	text-align:center;
}
#feedbackform input[type=submit] {
	width: 100%;
	background: #c00;
	font-weight: bold;
	color: #fff;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px auto;	
}
#feedbackform input[type=submit]:hover {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #ecbb09;
}

#feedbackform .fieldwrap {
	position:relative;
	color:#fff;
	font-size:2em;
}
label.labeltext {
	text-align: left;
	display:block;
	padding:0 0 0 6px;
	font-size:12px;
	position:relative;
}
label span {
	font-size:1.2em;
	color:#C00;
}
label img {
    height:80px;
    width:auto;
}

#msform {
	width: 320px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: none;
	border: 0 none;
	border-radius: 3px;
	/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
	padding: 0px 30px;
	box-sizing: border-box;
	width: 98%;
	margin: 0;
	
	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 90%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
}
#msform select {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 90%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
}

.zipfield {
	width:90%;
	max-width:200px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #3e72ad;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #3e72ad;
}
/*headings*/
.fs-title {
	font-size: 22px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #777;
	margin: -10px 0 5px 0;
}
/*progressbar*/
#progressbar {
	margin-bottom: 20px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	padding:0px;
}
#progressbar li {
	list-style-type: none;
	color: #777;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #fff;
	background: #000;
	border-radius: 3px;
	margin: 0 auto 5px auto;
	position:relative;
	z-index:5;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: 0; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #3e72ad;
	color: #000;
}

.validarium-error {
	color:#fff;
	font-style: italic;
	font-size: 16px;
	border: 1px solid #600;
	border-radius:3px;
	padding:2px;
	background:#c00;
	position:absolute;
	bottom:40px;
	right:50%;
	width:300px;
	margin-right:-150px;
	z-index:500;
	box-shadow: 0px 3px 3px #aaa;
	list-style:none;
}
div.error { display: none; }


.error { border: 1px solid red;}


.button-wrap {
  position: relative;
  text-align: center;
  top: 20px;
}
@media (max-width: 40em) {
  .button-wrap {
    margin-top: -1.5em;
  }
}

.button-label {
	display: inline-block;
	width:250px;
    height:110px;
	padding: 20px 12px 12px 12px;
	margin: 1%;
	cursor: pointer;
	color: #000;
	font-size:1.4em;
    line-height: 1em;
	font-weight:bold;
    border:2px solid #be890d;
	border-radius: 100px;
    overflow: hidden;
	background: #fdba1f;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
.button-label img {
    width:auto;
    height:25px;
    margin:0 auto;
}
.button-label-pg1 {
    width:90%;
    margin:20px 5%;
    max-width:300px;
    font-size:1.8em;
    font-weight:bold;
    padding-top:30px;
    background:#fdba1f !important;
    color:#222 !important;
}
.button-label:hover {
  background: #eab433;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
.button-label:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 40em) {
  .button-label {
    padding: 0em 1em 3px;
    margin:20px 5%;
  }
}

.radio-label:checked + .button-label {
	background: #bb160a;
    color: #fff;
    border:2px solid #710d06;
}
.radio-label:checked + .button-label:hover {
    background: #eab433;
    color:#000;
    border:2px solid #be890d;
}

.hidden {
  display: none;
}


footer {
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:50px 5%;
    background:#0e7136;
    color:#fff;
    text-align: center;
}
footer a, footer a:visited, footer a:active {
    color:#fff;
}
footer a:hover {
    color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}


@media (max-width: 1200px) {
    #zonephone a {
        display:inline;
        padding:0 0 0 0;
        margin:0;
        font-size:1.4em;
    }

}
@media (max-width: 1080px) {
    .header-logo {
        width:30%;
        float:left;
    }
    .header-contact {
        width:25%;
        float:none;
        position: absolute;
        top:5px;
        right:5px;
        text-align: right;
        color:#fff;
        padding:10px 0 0 0;
    }

    nav {
        color:#fff;
        text-align: left;
        width:70%;
        float:left;
        padding: 40px 17% 0 0;
    }
    .header-contact span {
        font-size:.9em;
        line-height: 1em;
        font-weight:bold;
        padding-right:15%;
    }

}
@media (max-width: 960px) {
    .header-contact {
        width:35%;
        float:none;
        position: absolute;
        top:0px;
        right:20px;
        text-align: right;
        color:#fff;
        padding:10px 0 0 0;
    }
    .mainform-container {
        min-height:none;
        padding:20px 0px;
    }

    .mainform {
        margin:20px auto 0px auto;
    }
    fieldset.sectionwrap{ /*fieldset that wraps around each form "page" */
        border-width:0;
        padding:0 1%;
        padding-bottom:0px;
        width:100%;
        min-height: none;
    }


    .contain {
        padding:20px 5%;
    }
    .priceblock {
        width:47%;
        margin:30px 1.5%;
        float:left;
    }
    .dcblock {
        width:50%;
        float:left;
        border-right: 2px dashed #0e7136;
    }
    .dcblock:last-child {
        border-right: none;
    }
    .dcblock:nth-child(2) {
        border-bottom: 2px dashed #0e7136;
    }
    .dcblock:nth-child(3) {
        border-bottom: 2px dashed #0e7136;
    }
    .dcblock:nth-child(4) {
        border-bottom: 2px dashed #0e7136;
        border-right: none;
    }
    .dcblock:nth-child(5) {
        border-bottom: 2px dashed #0e7136;
        border-right: none;
    }
}
@media (max-width: 719px) {
    header {
        padding:20px 3% 60px 3%;
        position: relative;
    }
    .header-logo {
        width:40%;
        float:none;
        position: absolute;
        top:20px;
        left:2%;
        z-index: 9999999999999;
    }
    .header-logo img {
        max-height:60px;
    }
    .header-contact {
        width:40%;
        float:none;
        position: absolute;
        top:5px;
        right:0;
        text-align: right;
        color:#fff;
        padding:0px 10px 0 0;
        z-index: 9999999999999;
    }
    .header-contact a {
        text-align: right;
    }
    .header-contact span {
        display:none;
    }

    nav {
        color:#0166a4;
        text-align: content;
        width:100%;
        float:none;
        padding: 15px 0 0 0;
        position: relative;
        top:70px;
        right:0px;
        z-index: 9999999999999;
    }
    h1 {
        position:relative;
        font-size:2em;
        line-height: 1em;
    }
    h2 {
        font-size:1.4em;
        line-height: 1.2em;
    }
    fieldset.sectionwrap h2 {
        color:#fff;
        font-size:1.1em;
        font-weight:500;
    }
    h3 {
        font-size: 1.4em;
    }
    .mainform-container {
        min-height:none;
        padding:0px 0px;
        background-position: center center;
    }

    .mainform {
        margin:0px auto 0px auto;
    }
    div.formpaginate .next { /*CSS for "next" SPAN elements within paginate container */
        font-size:1.4em;
        padding: 10px 3%;
        margin: 0px auto;
    }
    .arrowmessage img {
        width:250px;
        height:auto;
    }
    .quicklink {
        width:92%;
        float:none;
        margin:30px 4%;
    }
    .button-label {
        display: block;
        width:80%!important;
        height:60px;
        padding: 10px 12px 12px 12px;
        margin: 20px auto!important;
        font-size:1.2em;
        text-align: center;
    }
    .priceblock {
        width:97%;
        margin:30px 1.5%;
        float:none;
    }
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
    .dcblock {
        width:100%;
        float:none;
        border-right: none;
        border-bottom: 2px dashed #0e7136;
    }
    .dcblock:last-child {
        border-bottom: none;
    }
    .bouncearrow-left {
        bottom:80px;
        right:0;
    }
    .bigcallbtn a {
        font-size:1.2em;
        font-weight:bold;
        padding:10px 20px;
    }

}
