@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&family=Poppins:wght@500&display=swap');

@font-face {font-family: "Prelo-Medium";
  src: url("fonts/Prelo-Medium.eot"); /* IE9*/
  src: url("fonts/Prelo-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/Prelo-Medium.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/Prelo-Medium.woff") format("woff"), /* chrome、firefox */
  url("fonts/Prelo-Medium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/Prelo-Medium.svg#Prelo-Medium") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Prelo Bold";
  src: url("fonts/Prelo-Bold.eot"); /* IE9*/
  src: url("fonts/Prelo-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/Prelo-Bold.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/Prelo-Bold.woff") format("woff"), /* chrome、firefox */
  url("fonts/Prelo-Bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/Prelo-Bold.svg#Prelo Bold") format("svg"); /* iOS 4.1- */
}

body{
font-family: "Open Sans", sans-serif;	
}
h1, h2, h3, h4, h5, h6, p{
    margin:  0 0 20px;
    line-height: 1;
}
p{
    line-height: 1.5;
}

.offer-full-contents .row{
	margin-left: -21.5px;
	margin-right: -21.5px;
	margin-bottom: 30px;
}
.column {
    float: left;
    box-sizing: border-box;
    padding: 0 21.5px;
}
.twelve {
    width: 100%;
}
.four{
	width: 33.333%;
}
.three {width:25%;}
.six {width:50%;} 
.column img{
	width: 100%;
	height: auto;
}
iframe{border: 0;}
#section-tip-top,
#section-header,
#section-page-title,
#section-footer,
#page-tools{
	display: none;
}
#page{
    overflow-x: hidden;    
}
.container img{
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
.video-wrap {
    max-width: 640px;
    padding-top: 31.3%;
    position: relative;
    float: none;
    width: 640px;
    margin-right: 0;
    margin: 0 auto;
}
.video-wrap iframe{
	border: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.clear{clear: both;}
.sticky-wrapper{height: auto !important;}
.container {
    width: 100%;
	padding: 0;
}
.container{
	width: 100%;
    padding: 0 60px;
	margin: 0 auto;
	box-sizing: border-box;
}
.site-logo {
    float: left;
    margin-top: 0px;
    margin-left: 0;
}
.site-logo img{
	display: block;
	width: 296px;
	-webkit-transition: all .3s ease-in-out 30ms;
    transition: all .3s ease-in-out 30ms;
}
.header-phone {
    float: right;
    text-align: center;
    margin-top: 35px;
}
.header-phone p{
    margin: 0 auto 5px;
    font-size: 29px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}
.is-sticky .site-logo img{
	width: 145px;
}


.offer-header-call {
    display: block;
    width: 310px;
    line-height: 73px;
    text-align: center;
    color: #fff !important;
    float: right;
    border-radius: 0;
    font-size: 25px;
    position: relative;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    text-decoration: none !important;
    background: #010d53;
}

.offer-header-call:hover{
    background: #407eff;
}
/*.offer-header-call:before {
    content: "";
    width: 31px;
    height: 31px;
    background: url(images/icon-phone.svg?v=1) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}*/
.is-sticky .offer-header-call {
	margin-top: 20px;
}
.is-sticky{
	padding-top: 80px;
}
#site-header {
    padding-top: 9px;
    padding-bottom: 13px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out 30ms;
    transition: all .3s ease-in-out 30ms;
    z-index: 9 !important;

}
.is-sticky #site-header{
	padding-bottom: 10px;
}
#site-header-sticky-wrapper{
	height: auto !important;
}

.fullwidth-section{
    position: relative;
    margin: 0px -50vw;
    width: 100vw;
    right: 50%;
    left: 50%;    
}


.offer-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.hot-tub-financing {
    text-align: center;
    background: #8ecefe;
    padding: 40px 0 25px;
}

.hot-tub-financing h1,
.hot-tub-financing h2{
    color: #010d53;
    text-transform: uppercase;
    font-size: 54px;
    font-family: "Prelo Bold", sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}
.hot-tub-financing p{
    color:  #010d53;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 25px;
}
.column-padding {
    padding: 10px 50px;
}

.site-content.offer-content {
    background: #ffffff;
    padding-top: 0;
	padding-bottom: 0;
}

.center {
    text-align: center;
}
.offer-full-contents {
    padding: 52px 0 50px 0;
}
.alignleft {
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-top: 8px;
}
.alignright {
    float: right;
    margin-left: 40px;
}
.alignleft-video {
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-top: 8px;
	width: 54.63%;
}
.video{
	height: 0;
	padding-top: 56.2%;
	position: relative;
    margin-top: 10px;
}
.video iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.offer-full-contents h1 {
    margin-top: 0;
    font-size: 52.6px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #000;
    margin-bottom: 30px;
}

.offer-full-contents h2,
.offer-full-contents h1 {
    font-size: 45px;
    font-weight: bold;
    font-family: "Prelo Bold", sans-serif;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #010d53;
}

.offer-full-contents h3 {
    font-size: 45px;
    font-weight: bold;
    font-family: "Prelo Bold", sans-serif;
    color: #010d53;
    margin-bottom: 25px;
    line-height: 1.2;
}
.offer-full-contents h4 {
    margin-top: 0;
    font-size: 19px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #010d53;
    margin-bottom: 25px;
    line-height: 32px;
}

.offer-full-contents h5{
    font-size: 19px;
    color: #4a4a4a;
    line-height: 2;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
.offer-full-contents p {
    margin-top: 0;
    font-size: 17px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    color: #010d53;
    margin-bottom: 30px;
    line-height: 2;
}
.offer-full-contents p:last-child,
.offer-full-contents .center p:last-child{
	margin-bottom: 0;
}

.offer-full-contents img{
	display: block;
}
.center img{
    display: inline-block;
}

.offer-full-contents .testimonial {
    position: relative;
    margin-top: 60px;
}
.offer-full-contents .testimonial-wrapper:after {
    content: '';
    background: #fff;
    display: block;
    background-size: contain;
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    height: 35px;
    width: 35px;
    border-style: solid;
    border-color: #0073cb;
    border-width: 0px 5px 5px 0px;
    transform: rotate(45deg );
    transition: border-width 150ms ease-in-out;
}
.offer-full-contents .testimonial-wrapper {
    text-align: center;
    background: transparent;
    padding: 30px 60px 35px;
    border: solid 5px #0073cb;
    margin-bottom: 30px;
}

.offer-full-contents .testimonial h3 {
    font-size: 45px;
    text-align: left;
    color: #010d53;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: "Prelo Bold", sans-serif;
}

.offer-full-contents .testimonial h4{
    text-align: center;
    margin-bottom: 10px;
}

.offer-full-contents .testimonial p {
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    line-height: 1.8;
}
.offer-full-contents .testimonial p:last-child{
    margin-bottom: 0;
}

.offer-full-contents .testimonial  p{
    color: #000;
    text-align: left;
}

.row.row-reverse {
    display: flex;
    flex-direction: row-reverse;
}


.row.row-gallery {
    padding-top: 25px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}

.row-gallery .column{
        /* margin-bottom: 35px; */
    padding: 0;
}
.row-gallery .column img{
	display: block;
	width: 100%;
	height: auto;
}

.row.row-buckets img {
    max-width: 100%;
    width: auto;
    margin: 30px auto;
}

.row.row-buckets .column {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 50px;
    border-radius: 30px;
}

.row.row-buckets {
    display: flex;
    column-gap: 40px;
    margin: 50px 0;
}

.row.row-buckets .clear {
    display: none;
}

.row.row-buckets .column h4 {
    font-family: "Prelo Bold";
    font-size: 32px;
    color: #004ea6;
}

.row.row-buckets .column p {
    color: #010d53;
}

.offer-full-contents h3.offer-ends {
    background: #ff0000;
    color: #fff;
    line-height: 63px;
    margin-bottom: 23px;
}
p.checklist{
	text-align: left;
	line-height: 34px;
    margin-bottom: 20px !important;
}
.checklist img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.offer-form-full {
background: #010d53;
background: -moz-linear-gradient(top,  #010d53 0%, #0a4da7 100%);
background: -webkit-linear-gradient(top,  #010d53 0%,#0a4da7 100%);
background: linear-gradient(to bottom,  #010d53 0%,#0a4da7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010d53', endColorstr='#0a4da7',GradientType=0 );

    color: #fff;
    text-align: center;
    padding: 45px 20px 35px;
}
.offer-form-full iframe{
	max-width: 575px;
	margin: 0 auto 0px;
}
.offer-form-full h2 {
    font-size: 53px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-top: 0;
    margin-bottom: 5px;
}

.offer-form-full h3{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 40px;
}
.offer-form-full h3 strong{
	font-weight: 800;
}
.offer-form-full h3 a{
	color: #fff;
	text-decoration: none;
}
.offer-form-full p{
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    margin-top: 0;
}
.offer-form-full p strong{
    font-weight: 600;
}
a.scroll.scroll-top {
    display: block;
    width: 28px;
    margin: 10px auto;
}
.scroll-top img{
	max-width: 28px;
}
#footer-widget {
    text-align: center;
    padding: 40px 20px 30px;
}
#footer-widget img{
    margin-bottom: 20px;
}
#footer-widget p{
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}
.offer-copyright{
    padding: 20px 10px 18px;
    background: #121212;
}
.offer-copyright p{
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0;
}
.offer-copyright p br{
	display: none;
}
.offer-footer {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f2f2f2;
}
.offer-footer h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
    color: #01377f;
}
.offer-footer h2 a{
	color: #01377f;
	text-decoration: none;
}
.offer-footer h5{
    color: #01377f;
    font-size: 22.5px;
    margin-top: 25px;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
.offer-footer p{
    font-size: 20.5px;
    color: #01377f;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
    font-weight: 600;
}

.button {
    border-radius: 0;
	background: #33e5fc;
    background: -moz-linear-gradient(top, #33e5fc 0%, #018bff 100%);
    background: -webkit-linear-gradient(top, #33e5fc 0%,#018bff 100%);
    background: linear-gradient(to bottom, #33e5fc 0%,#018bff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33e5fc', endColorstr='#018bff',GradientType=0 );
    box-shadow: none;
    border: solid 2px #fff !important;
    text-decoration: none;
    border: solid 1px #fff !important;
    color: #fff;
    font-size: 19.12px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 58px;
    width: 272px;
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding: 0;
    margin: 0 7px;
}

.offer-full-contents a {
    color: #00b9ff;
}

.aligright-text {
    line-height: 30px!important;
}
p.aligright-text {
    line-height: 2.2 !important;
}

.contact-form-wrap{
    max-width: 615px;
    margin: 0 auto 10px;
    position: relative;
}

.contact-form .input-control{
	margin-bottom: 10px;
}
.contact-form .input-control label{
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	
}
.contact-form .input-control input[type="text"],
.contact-form .input-control input[type="email"],
.contact-form .input-control input[type="tel"],
.contact-form .input-control select,
.contact-form .input-control textarea{
	display: block;
    color: #4a4a4a;
    border-radius: 0;
    margin-bottom: 0px !important;
    border: 0;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: initial;
    height: 55px;
    padding: 0px 20px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Open Sans", sans-serif;
	outline: none;
}
.contact-form .input-control select{
	background: #fff url(images/arrow.png) no-repeat right 14px center;
}

.contact-form .input-control textarea{
    padding: 18px 20px;
    height: 150px;
}

.contact-form .input-control input[type="submit"] {
    margin: 2px auto 0 !important;
    display: block;
    border-radius: 0;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-size: 25px;
    padding: 0;
    width: 298px;
    line-height: 74px;
    height: auto;
    border: 0 !important;
    box-shadow: 0 5px 1px rgb(55 85 231 / 23%);
    color: #fff !important;
    text-shadow: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    background: #010e54;
}

.input-control.input-recaptcha {
    float: left;
}
.input-control.input-submit {
    float: right;
}

.input-control label {
    color: #ffff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-align: left;
    margin: 0 10px 5px 0;
    line-height: 17px;
	display: block;
}
#main-form-notification,
.main-form-notification {
     display: none;
     margin: 0px 0px 10px 0px;
}
#main-form-notification > .status-error,
.main-form-notification > .status-error,
#main-form-notification > .error,
.main-form-notification > .error  {
    border-left: 5px solid #db1f1f;
    line-height: 20px;
    background: rgba(221, 75, 57, 0.1);
    text-align: left;
    padding: 20px 20px;
    color: #fff;
    background: #dd4b39;
}
#main-form-notification > .success,
.main-form-notification > .success  {
    border-left: 5px solid #007e27;
    line-height: 20px;
    background: rgba(221, 75, 57, 0.1);
    text-align: left;
    padding: 20px 20px;
    color: #fff;
    background: #00c23c;
}
#main-form-loader,
.main-form-loader  {
     background : rgba(0, 0, 0, 0.50);
     position : absolute;
     display : none;
     height : 100%;
     width : 100%;
     left : 0px;
     top : 0px;
}
.lds-ring {
     display: block;
     position: absolute;
     width: 64px;
     height: 64px;
     left : 45%;
     top : 50%;
     margin : -32px -32px 0px 0px;
}
.lds-ring div {
     box-sizing: border-box;
     display: block;
     position: absolute;
     width: 51px;
     height: 51px;
     margin: 6px;
     border: 6px solid #fff;
     border-radius: 50%;
     animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
     border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
     animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
     animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
     animation-delay: -0.15s;
}
@keyframes lds-ring {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}

.circ {
    background: #048bd0;
    font-size: 36.46px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    width: 230px;
    height: 230px;
    border-radius: 150px;
    margin: 0 auto;
}

.table {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.table>.table-cell {
    vertical-align: middle;
    display: table-cell;
}

.circ-contents {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .site-logo img{width: 200px;}
    .header-phone{margin-top: 24px;}
    .offer-header-call{ width: 200px; line-height: 50px; font-size: 18px;}
    .offer-header-call:before{ vertical-align: top;margin-right: 10px;width: 25px;height: 25px;margin-top: 8px;}
    .hot-tub-financing{padding: 35px 0 15px;}
    .hot-tub-financing h1, .hot-tub-financing h2{ font-size: 42px;}
    .hot-tub-financing p{ font-size: 20px;}
    img[alt="Bullfrog Spas"]{ width: 260px;}
    img[alt="Dreammaker Spas"]{ width: 240px;}
    .column-padding {padding: 10px 30px;}
    .offer-full-contents h2, .offer-full-contents h1{font-size: 34px; line-height: 1.2; margin-bottom: 20px;}
    .offer-full-contents h3 {margin-bottom: 20px;font-size: 28px;}
    .offer-full-contents .testimonial-wrapper{ border: solid 3px #0073cb;}
    .offer-full-contents .testimonial-wrapper:after{bottom: 45px; border-width: 0px 3px 3px 0px;}
    .offer-full-contents .testimonial h3 {font-size: 30px;}
    .offer-full-contents .testimonial p { font-size: 14px;}
    .offer-full-contents p{ font-size: 15px;}
    .offer-form-full h2 {font-size: 34px; }
    .offer-form-full h3 {font-size: 24px}
    .contact-form-wrap{max-width: 540px;}
    .contact-form .input-control input[type="text"], .contact-form .input-control input[type="email"], 
    .contact-form .input-control input[type="tel"], .contact-form .input-control select, 
    .contact-form .input-control textarea{ height: 40px;    font-size: 14px;}
    .contact-form .input-control textarea{ height: 120px;}
    .contact-form .input-control input[type="submit"]{ font-size: 22px; line-height: 60px; width: 200px;}
    .offer-footer{ padding-top: 30px;  padding-bottom: 1px;}
    .offer-footer img{max-width: 200px;}
    .offer-footer h5{font-size: 20px; margin-bottom: 0;  margin-top: 12px;}
    .offer-footer p{font-size: 18px; line-height: 1.2;}
    .offer-footer h2 { font-size: 24px}
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .site-logo img{width: 200px;}
    .header-phone{margin-top: 24px;}
    .offer-header-call{ width: 200px; line-height: 50px; font-size: 18px;}
    .offer-header-call:before{ vertical-align: top;margin-right: 10px;width: 25px;height: 25px;margin-top: 8px;}
    .hot-tub-financing{padding: 35px 0 15px;}
    .hot-tub-financing h1, .hot-tub-financing h2{ font-size: 42px;}
    .hot-tub-financing p{ font-size: 20px;}
    img[alt="Bullfrog Spas"]{ width: 260px;}
    img[alt="Dreammaker Spas"]{ width: 240px;}
    .column-padding {padding: 5px 0;}
    .offer-full-contents h2, .offer-full-contents h1{font-size: 34px; line-height: 1.2; margin-bottom: 20px;}
    .offer-full-contents h3 {margin-bottom: 20px;font-size: 28px;}
    .offer-full-contents .testimonial-wrapper{ border: solid 3px #0073cb;}
    .offer-full-contents .testimonial-wrapper:after{bottom: 45px; border-width: 0px 3px 3px 0px;}
    .offer-full-contents .testimonial h3 {font-size: 30px;}
    .offer-full-contents .testimonial p { font-size: 14px;}
    .offer-full-contents p{ font-size: 15px;}
    .offer-form-full h2 {font-size: 34px; }
    .offer-form-full h3 {font-size: 24px}
    .contact-form-wrap{max-width: 540px;}
    .contact-form .input-control input[type="text"], .contact-form .input-control input[type="email"], 
    .contact-form .input-control input[type="tel"], .contact-form .input-control select, 
    .contact-form .input-control textarea{ height: 40px;    font-size: 14px;}
    .contact-form .input-control textarea{ height: 120px;}
    .contact-form .input-control input[type="submit"]{ font-size: 22px; line-height: 60px; width: 200px;}
    .offer-footer{ padding-top: 30px;  padding-bottom: 1px;}
    .offer-footer img{max-width: 200px;}
    .offer-footer h5{font-size: 20px; margin-bottom: 0;  margin-top: 12px;}
    .offer-footer p{font-size: 18px; line-height: 1.2;}
    .offer-footer h2 { font-size: 24px}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .row.row-buckets .column {
    padding: 15px;
}

.row.row-buckets {
    column-gap: 20px;
}

.row.row-buckets .column h4 {
    font-size: 18px;
}
    .offer-full-contents {padding: 30px 0px 30px 0px;}    
    .is-sticky {padding-top: 0;}
    .container{width: 100%; padding: 0 20px;}
    #site-header {padding-bottom: 20px;position: relative !important;padding-top: 20px;text-align: center;}
    .header-phone{float:  none; margin-top: 15px;}
    .site-logo {float: none;margin-top: 0px;margin-left: 0;}
    .site-logo img{ width: 200px; margin: 0 auto;margin: 0 auto;    display: inline-block;}
    .offer-header-call {width: 200px;line-height: 50px;font-size: 18px;float: none;display: inline-block;}
    .offer-header-call:before{ vertical-align: top;margin-right: 10px;width: 25px;height: 25px;margin-top: 8px;}
    .hot-tub-financing{padding: 35px 0 15px;}
    .hot-tub-financing h1, .hot-tub-financing h2{ font-size: 38px;}
    .hot-tub-financing p{ font-size: 20px;}
    img[alt="Bullfrog Spas"]{ width: 260px;}
    img[alt="Dreammaker Spas"]{ width: 240px;}
    .column-padding {padding: 5px 0;}
    .offer-full-contents h2, .offer-full-contents h1{font-size: 34px; line-height: 1.2; margin-bottom: 20px;}
    .offer-full-contents h3 {margin-bottom: 20px;font-size: 28px;}
    .offer-full-contents .testimonial{margin-top: 0;}
    .offer-full-contents .testimonial-wrapper{ border: solid 3px #0073cb; padding: 30px 35px 35px;}
    .offer-full-contents .testimonial-wrapper:after{bottom: 45px; border-width: 0px 3px 3px 0px;}
    .offer-full-contents .testimonial h3 {font-size: 30px;}
    .offer-full-contents .testimonial p { font-size: 14px;}
    .offer-full-contents p{ font-size: 15px;}
    .offer-form-full h2 {font-size: 34px; }
    .offer-form-full h3 {font-size: 20px}
    .contact-form-wrap{max-width: 540px;}
    .contact-form .input-control input[type="text"], .contact-form .input-control input[type="email"], 
    .contact-form .input-control input[type="tel"], .contact-form .input-control select, 
    .contact-form .input-control textarea{ height: 40px;    font-size: 14px;}
    .contact-form .input-control textarea{ height: 120px;}
    .contact-form .input-control input[type="submit"]{ font-size: 22px; line-height: 60px; width: 200px;}
    .offer-footer{ padding-top: 30px;  padding-bottom: 1px;}
    .offer-footer img{max-width: 200px;}
    .offer-footer h5{font-size: 20px; margin-bottom: 0;  margin-top: 12px;}
    .offer-footer p{font-size: 18px; line-height: 1.2;}
    .offer-footer h2 { font-size: 24px}
      #footer-widget p{font-size: 18px;}
    #footer-widget img{max-width: 200px;}
}
@media only screen and (max-width: 767px) {
   .row.row-reverse {
    flex-direction: column;
}

.row.row-buckets {
    flex-direction: column;
} 
    .three {width:100%;}
    .column.three img {width:auto;display:block;margin:0 auto;}
    .six {width:100%;}
    .column{float: none; margin-bottom: 20px;}
    .four {width: 100%;}
    .is-sticky {padding-top: 0;}
    .container{width: 100%; padding: 0 20px;}

    .offer-full-contents {padding: 30px 0px 30px 0px;}    
    .is-sticky {padding-top: 0;}
    .container{width: 100%; padding: 0 20px;}
    #site-header {padding-bottom: 20px;position: relative !important;padding-top: 20px;text-align: center;}
    .header-phone{float:  none; margin-top: 15px;}
    .site-logo {float: none;margin-top: 0px;margin-left: 0;}
    .site-logo img{ width: 200px; margin: 0 auto;margin: 0 auto;    display: inline-block;}
    .offer-header-call {width: 200px;line-height: 50px;font-size: 18px;float: none;display: inline-block;}
    .offer-header-call:before{ vertical-align: top;margin-right: 10px;width: 25px;height: 25px;margin-top: 8px;}
    .hot-tub-financing{padding: 30px 20px 5px;}
    .hot-tub-financing h1, .hot-tub-financing h2{ font-size: 34px;}
    .hot-tub-financing p{ font-size: 18px;}
    img[alt="Bullfrog Spas"]{ width: 260px;}
    img[alt="Dreammaker Spas"]{ width: 240px;}
    .column-padding {padding: 5px 0;}
    .offer-full-contents h2, .offer-full-contents h1{font-size: 34px; line-height: 1.2; margin-bottom: 20px;}
    .offer-full-contents h3 {margin-bottom: 20px;font-size: 28px;}
    .offer-full-contents .testimonial{margin-top: 0;}
    .offer-full-contents .testimonial-wrapper{ border: solid 3px #0073cb; padding: 30px 25px 35px;}
    .offer-full-contents .testimonial-wrapper:after{bottom: 45px; border-width: 0px 3px 3px 0px;}
    .offer-full-contents .testimonial h3 {font-size: 30px;}
    .offer-full-contents .testimonial p { font-size: 14px;}
    .offer-full-contents p{ font-size: 15px;}
    .offer-form-full h2 {font-size: 34px; }
    .offer-form-full h3 {font-size: 20px}
    .contact-form-wrap{max-width: 540px;}
    .contact-form .input-control input[type="text"], .contact-form .input-control input[type="email"], 
    .contact-form .input-control input[type="tel"], .contact-form .input-control select, 
    .contact-form .input-control textarea{ height: 40px;    font-size: 14px;}
    .contact-form .input-control textarea{ height: 120px;}
    .contact-form .input-control input[type="submit"] {font-size: 22px;line-height: 60px;width: 200px;margin: 0 auto !important;float: none;}
    .offer-footer{ padding-top: 30px;  padding-bottom: 1px;}
    .offer-footer img{max-width: 200px;}
    .offer-footer h5{font-size: 20px; margin-bottom: 0;  margin-top: 12px;}
    .offer-footer p{font-size: 18px; line-height: 1.2;}
    .offer-footer h2 { font-size: 24px}
    .input-control.input-submit {float: none;}
    #footer-widget p{font-size: 17px;}
    #footer-widget img{max-width: 200px;}

}
@media only screen and (max-width: 375px) {
    .offer-full-contents h1 {font-size: 30px;}
    .offer-full-contents h2, .offer-full-contents h1{font-size: 28px;}
    .offer-full-contents h3 {font-size: 22px;margin-bottom: 20px;}
    .offer-full-contents p br{display: none;}
    .offer-form-full h2 {font-size: 30px;}
    .offer-form-full h3 {font-size: 22px;}

}
@media only screen and (max-width: 320px) {
}