@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap');

modalClick, .modalClick a{
    color:#000 !important;
}
input:valid, select:valid {
    border: 1px solid green;

}
.warning-notice-timer {
	width: 100%;
	margin: 0 auto;
	font-size: 0.9375rem;
	color: #000;
	background-color: #fff;
	text-align: center;
	top: 0;
	padding: 0.375rem 0.3125rem;
	z-index: 7;
	line-height: 1.2
}

.warning-notice-timer .stopwatch {
	color: white
}

.warning-notice-timer .alert-color {
	color: #f04124
}

.warning-notice-timer .today,
.warning-notice-timer .hurry {
	color: #f04124
}
#navbar{
    background: #252525;
    font-size: 1rem;
	line-height: 1.2;
	border-bottom: 2px solid #252525;
    color:#fff;
}
.nopad{padding-right:0;padding-left:0;}

.logo{
    padding:.75em;
}
.logo img{
    max-width:175px;
}
.verify-logo {
	position: fixed;
	z-index: 1030;
	left: 0;
	top: 0
}

@media screen and (max-width: 74em) {
	.verify-logo {
		display: none
	}
}
.model{
    
}

label {
    display: inline-block;
    margin-bottom: 0rem;
    font-size:.75rem;
    color: #4d4d4d;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -webkit-appearance: none;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid green;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 1rem;
    margin: 0 0 1.5rem 0;
    padding: 0.5rem;
    height: 2.4375rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select:hover {
    background-color: #f7f7f7;
    border-color: #999;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1.5rem 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.formWrap{
    padding-top:40px;
}

.frmHdr{
    font-size: 22px;
    line-height: 30px;
    font-weight:bold;
}
.frmHdr:after{
    content: " ";
    background: url(right-arrow.png) no-repeat;
    height: 75px;
    width: 45px;
    position: absolute;
    right: .5rem;
    top: 45px;
}
@media screen and (max-width: 1199px) {
	.frmHdr:after{
        right: -2rem;
    }
    .text .line-1{
        font-size:14px;
    }
}
.model {
    background-image: url(index-form-container-model.png);
    background-position: 100% 0; 
    background-repeat: no-repeat;
}
.mobile{
    display:none;
}
.desktop{
    display:block;
}
.bullets h1{
    font-size: 52px;
    font-weight: bold;
    line-height: 1.09;
    text-align: center;
    margin: 20px auto 40px;
}
@media screen and (max-width: 1431px) {
	.model {
        background-position: 105% 0; 
    }
}
@media screen and (max-width: 1356px) {
	.model {
        background-position: 110% 0; 
    }
}
@media screen and (max-width: 1281px) {
	.model {
        background-position: 113% 0; 
    }
}
@media screen and (max-width: 1156px) {
	.model {
        background-image: none;
    }
}
@media screen and (max-width:991px) {
	.frmHdr:after { display: none; }
}
@media screen and (max-width:767px) {

    .mobile{
    display:block;
    }
    /*.desktop{
        display:none;
    }*/
    .desk{
        display:none;
    }
    #navbar{
    display:none;
    }
    .sticky-top{
    position: relative;
    }
}
.emphasis {
    color: #00e4ff;
}
.tag-arrow .text {
    color: #fff;
    font-style: italic;
    font-size: 1rem;
    font-family: "Helvetica";
}
.tag-arrow strong{
    font-weight:normal
}
.column,
	.columns {
		position: relative;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: left
	}
.bullets {
				
				margin-bottom: 30px;
			}
			.bullets ul {
				
			}
			.bullets ul li {
				font-family: 'PT Sans', serif;
				font-weight: bold;
				font-size: 22px;
				line-height: 1.58;
				padding: 0 10px;
			}
			.bullets ul li.highlighted {
				background-color: #FFCF1C;
			}
			.super {
				vertical-align: super;
				font-size: 10px;
				text-decoration: underline;
			}
			.footnote {
				font-size: 12px;
				color: #212121;
				margin-bottom: 0;
			}
button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;

    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1rem;
    background-color: #a2d408;
    border-color: #82aa06;
    color: #fff;
    transition: background-color 300ms ease-out;
}
.custom-button.button-1, .custom-button.button-2 {
    background-color: #ffb506;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcdb06), color-stop(100%, #ffb506))!important;
    background-image: -webkit-linear-gradient(top, #fcdb06 0%, #ffb506 100%)!important;
    background-image: -moz-linear-gradient(top, #fcdb06 0%, #ffb506 100%)!important;
    background-image: -o-linear-gradient(top, #fcdb06 0%, #ffb506 100%)!important;
    background-image: linear-gradient(top, #fcdb06 0%, #ffb506 100%)!important;

    color: #19181f;
    border: 1px solid #a27d01;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.custom-button.button-1 .text, .custom-button.button-2 .text {
    text-shadow: 1px 0 0 #ffee04;
    font-size: 1.375rem;

    z-index: 1;
}
.button-container .custom-button {
    float: right;
    height: 60px;
}
.custom-button .text {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
.custom-button {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.floating-bar:after {
     content: " ";
    background: url(https://cdn.offerspace.com/conceptweb/cbdhs/hs-gr/arrow-tab.png) no-repeat;
    width:247px;
    height:27px;
    position: absolute;
    ;
}
.green-gradient {
    background-color: #a3cc2c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a3cc2c), color-stop(100%, #5fbb49));
    background-image: -webkit-linear-gradient(top, #a3cc2c 0%, #5fbb49 100%);
    background-image: -moz-linear-gradient(top, #a3cc2c 0%, #5fbb49 100%);
    background-image: -o-linear-gradient(top, #a3cc2c 0%, #5fbb49 100%);
    background-image: linear-gradient(top, #a3cc2c 0%, #5fbb49 100%);
    color:#fff;
    padding:2em 0;
}
.green-gradient h1{
    font-size:3.3125rem;
    line-height:1.1;
    font-weight:700;
}
@media screen and (max-width:767px) {
    .green-gradient h1{
    font-size:1.75rem;
    }
}
.green-gradient .emphasis{
    color: #083b0b;
}
.heading {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
button.expand,
.button.expand {
	padding-right: 0;
	padding-left: 0;
	width: 100%
}
.testimonial{
    padding:1.5em 0;
}
.timg{padding-bottom:0px;}
@media (max-width: 1024px){
    .testimonial {
        text-align: center;
        border-bottom: 1px solid #DFDFDF;
    }
    .timg{padding-bottom:20px;}
}
.blue-gradient {
				width: 100%;
				background-image: linear-gradient(to bottom, #1bb1f8, #1675f5);
			}
			#guarantee {
				position: relative;
			}
			#guarantee p {
				padding: 29px 130px 0;
				padding-right: 30px;
				font-family: Roboto;
				font-size: 26px;
				font-weight: bold;
				font-stretch: condensed;
				line-height: 1.17;
				color: #ffffff;
			}
			#guaranteeSeal {
				position: absolute;
			    z-index: 2;
			    width: 252px;
			    margin-left: -126px;
			    left: 50%;
			    top: 50%;
			    margin-top: -110px;
			}
@media (max-width: 991px){
    #guarantee p {
				padding: 29px 29px 0;
				padding-right: 30px;
				font-family: Roboto;
				font-size: 28px;
				font-weight: bold;
				font-stretch: condensed;
				line-height: 1.17;
				color: #ffffff;
			}
    
}
@media (max-width: 767px){
    #guarantee p {
				padding: 59px 29px 0;
				padding-right: 30px;
				font-family: Roboto;
				font-size: 28px;
				font-weight: bold;
				font-stretch: condensed;
				line-height: 1.17;
				color: #ffffff;
			}
    
}
@media (max-width: 562px){
    #guaranteeSeal {
				position: absolute;
			    z-index: 2;
			    width: 252px;
			    margin-left: -126px;
			    left: 50%;
			    top: 40%;
			    margin-top: -110px;
			}
}
@media (max-width: 419px){
    #guaranteeSeal {
				position: absolute;
			    z-index: 2;
			    width: 252px;
			    margin-left: -126px;
			    left: 50%;
			    top: 30%;
			    margin-top: -110px;
			}
}
@media (max-width: 342px){
    #guaranteeSeal {
				position: absolute;
			    z-index: 2;
			    width: 252px;
			    margin-left: -126px;
			    left: 50%;
			    top: 20%;
			    margin-top: -110px;
			}
}
#footCTA h1 {
				text-align: center;
				font-family: Oswald;
				font-size: 50px;
				font-weight: 500;
				line-height: 1.15;
				color: #000000;
				font-weight: bold;
				margin: 12px;
			}
			#footCTA h1 .greenHighlight {
				color: #96c21d;
			}
.policy-logos-row {
	padding: 1.125rem 0
}
.policy-links{font-size:12px;}
.policy-logos-row .social-icons,
.policy-logos-row .shipping-logo {
	margin-top: 0.9375rem
}

.has-diagonal-line {
	position: relative
}

.diagonal-line-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.diagonal-line-container svg.diagonal-line {
	width: 100%;
	height: 100%;
}

.diagonal-line-container.flip svg.diagonal-line {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.yellow-gradient {
	background-color: #f7bd1a;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8cc1c), color-stop(100%, #f58d13));
	background-image: -webkit-linear-gradient(top, #f8cc1c 0%, #f58d13 100%);
	background-image: -moz-linear-gradient(top, #f8cc1c 0%, #f58d13 100%);
	background-image: -o-linear-gradient(top, #f8cc1c 0%, #f58d13 100%);
	background-image: linear-gradient(top, #f8cc1c 0%, #f58d13 100%);
        color:#fff;
}
.yellow-gradient h1 {
   font-size:3.3rem
}
.yellow-gradient ul li {
    color: #603603;
    margin-bottom: 0.75rem;
}
.yellow-gradient ul li span{
    color: #fff;
}
.yellow-gradient svg.diagonal-line polygon {
	fill: rgba(252, 114, 2, 0.36)
}

.yellow-gradient .heading .emphasis {
	color: #603603
}
.yellow-gradient .heading .smaller-text {
	font-size:1.7rem
}


.yellow-gradient .down-arrow-container a {
	color: #000!important
}

.orange-gradient {
	background-color: #ef3c51;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f77041), color-stop(100%, #ef3c51));
	background-image: -webkit-linear-gradient(top, #f77041 0%, #ef3c51 100%);
	background-image: -moz-linear-gradient(top, #f77041 0%, #ef3c51 100%);
	background-image: -o-linear-gradient(top, #f77041 0%, #ef3c51 100%);
	background-image: linear-gradient(top, #f77041 0%, #ef3c51 100%)
}

.orange-gradient svg.diagonal-line polygon {
	fill: rgba(253, 197, 3, 0.2)
}

.orange-gradient .heading .emphasis {
	color: #770014
}
.lbl{
	display: inline-block;
    margin-bottom: 0rem;
    font-size: .75rem;
    color: #4d4d4d;
}
@media screen and (max-width: 1199px) {
.frmHdr:after {
    right: -20px;
}
}


#popover-exit {
    background: #fff url(v2-6-bg.jpg) top center no-repeat;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.pop-uphead {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}

#pop-box-exit {
    max-width: 800px;
    width: 100%;
    margin: 4px auto;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 100px;
    opacity: 0;
    transition: opacity 500ms, top 500ms;
    transition-delay: 250ms;
}

span, label, a {
    display: inline-block;
}

.footer_a { 
	position: fixed;
	bottom: 0;
	height: 63px;
	background: #fff;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	display: none;
	z-index: 3;
}
.footer_a img {
	max-width: 300px;
}
.footer_mobile {
	display: none;
	margin: 0 auto;
	width: 100%;
	max-width: 540px;
}
@media screen and (max-width:767px) {
	.footer_a { display: block; }
	.footer { padding-bottom: 80px; }
	.policy-links a { display: block; }
	#testimonials h1 { font-size: 2em; }
	.footer_img { display: none; }
	.footer_mobile { display: block; }
	#footCTA h1 {font-size: 30px;}
}
@media screen and (max-width: 459px) {
	.policy-logos-row .phone-6 { width: 100%; }
}	