body {
	font-family: 'Open Sans', sans-serif;
	color:#0d0d0d;
	font-size:18px;
	line-height:1.4;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}
/* Matt */
.form-box {position:relative;}
.ultra-wrap {max-width:1920px;margin:0 auto;}
.pulse {animation-iteration-count: infinite;}
.error {
	position:absolute;
	display:inline-block;
	padding:5px 15px;
	font-size:12px;
	color:#0d0d0d;
	background:#ffa21f;
	right:0;
	bottom:50%;
	border-radius:5px;
	-webkit-box-shadow:0 -3px 8px rgba(0,0,0,0.35);
	box-shadow:0 -3px 8px rgba(0,0,0,0.35);
}
.error::after {
	position:absolute;
	content:'!';
	font-size:24px;
	font-weight:700;
	color:#0d0d0d;
	background:#fff;
	height:30px;
	width:30px;
	border-radius:50%;
	border:2px solid #d91a2a;
	top:50%;
	transform:translateY(-50%);
	left:-20px;
	text-align:center;
	line-height:25px;
	-webkit-box-shadow:0 -3px 8px rgba(0,0,0,0.35);
	box-shadow:0 -3px 8px rgba(0,0,0,0.35);
}
.error-field {
	background-color: #f1c8c8;
}
p {
    margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6, li, .blurb {
	font-family: 'Fjalla One', sans-serif;
}
h2 {
	font-size:60px;
	text-transform:uppercase;
	text-align:center;
}
h3 {
	font-size:42px;
	text-transform:uppercase;
}
h4 {
	font-size:36px;
	text-transform:uppercase;
}
h5 {
	font-size:24px;
	text-transform:uppercase;
}

.orange {
	color:#ffa21f;
}
.red {
	color:#184d59;
}
.b-green {
	color:#9fc490;
}
.d-green {
	color:#184d59;
}
.white {
	color:#fff;
}
.anchor {
	position:relative;
}
.toolbar {
	background:#0d0d0d;
	border-bottom:5px solid #9fc490;
	color:#fff;
	font-size:16px;
	font-weight:700;
	text-align:center;
	height:30px;
	line-height:30px;
}
.toolbar .orange {
	text-transform:uppercase;
}
.hero {
	background:url(../img/bg-1.jpg) center top no-repeat;
}
.hero .container {
	position:relative;
	height:800px;
}
.hero .arrow {
	position:absolute;
	width:50%;
	height:100px;
	bottom:75px;
	right:29.333333%;
	background:url(../img/hero-arrow.png) center top no-repeat;
	font-family: 'Fjalla One', sans-serif;
	font-size:52px;
	text-align:center;
	line-height:0.65;
	text-transform:uppercase;
	padding-top:20px;
	padding-left:0;
}
.hero .arrow .s1 {
	font-size:30px;
}
.btls {
	position:absolute;
	width:33.333333%;
}
.btls img {
	transform: scale(1.1);
}
.hero .btls {
	left:-2.5%;
	bottom:0;
}
.best {
	position:absolute;
	background:url(../img/best.png) center top no-repeat;
	background-size:100%;
	width:162px;
	height:208px;
}
.hero .best {
	left: 0;
	transform:translateX(-50%);
	bottom: -8px;
}
.hero .mbg, .tier-7 .mbg {
	position:absolute;
	background:url(../img/mbg.png) center top no-repeat;
	background-size:100%;
	width:170px;
	height:170px;
	left:0;
	bottom:212px;
	transform:translateX(-50%);
}
.hero .text-box {
	margin-top:100px;
}
.hero h1, .tier-7 h2.b-h {
	font-size:50px;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	line-height:0.7;
	color:#fff;
	-webkit-text-shadow:0 0 5px rgba(0,0,0,0.35);
	text-shadow:0 0 5px rgba(0,0,0,0.35);
}
.hero h1::before, .tier-7 h2.b-h::before {
	position:absolute;
	content:' ';
	width:100%;
	height:10px;
	border-radius:5px;
	left:0;
	bottom:-20px;
	background:#9fc490;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.35);
	box-shadow:0 0 5px rgba(0,0,0,0.35);
}
.hero h1 .s1, .tier-7 h2.b-h .s1 {
	font-size:56px;
	line-height:1.2;
}
.hero h1 .s2, .tier-7 h2.b-h .s2 {
	font-size:58px;
	line-height:0.7;
}
.hero .blurb, .tier-7 .blurb {
	font-size:26px;
	text-transform:uppercase;
	position:relative;
	text-align:center;
	margin-top:25px;
}
.tier-7 .blurb {color:#fff;}
.hero .blurb::before, .hero .blurb::after {
	content:' ';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	background-size:100%;
	height:82px;
	width:28px;
	display:none;
}
.hero .blurb::before {
	left:0;
	background:url(../img/parenth-l.png) center top no-repeat;
}
.hero .blurb::after {
	right:0;
	background:url(../img/parenth-r.png) center top no-repeat;
}
ul.checks {
	margin-top:15px;
	padding:10px 0;
	background:rgba(0,0,0,0.7);
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	-webkit-box-shadow:30px 0 0 rgba(0,0,0,0.7);
	box-shadow:30px 0 0 rgba(0,0,0,0.7);
}
ul.checks li {
	position:relative;
	font-size:30px;
	padding-left:70px;
	color:#fff;
	line-height:1.5;
}
ul.checks li::before {
	position:absolute;
	content:' ';
	background:url(../img/hero-check.png) center top no-repeat;
	background-size:100%;
	width:30px;
	height:29px;
	top:50%;
	transform:translateY(-50%);
	left:30px;
}
ul.checks li::after {
	position:absolute;
	content:' ';
	background:rgba(255,255,255,0.35);
	width:100%;
	height:1px;
	bottom:0;
	left:0;
	-webkit-box-shadow:30px 0 0 rgba(255,255,255,0.35);
	box-shadow:30px 0 0 rgba(255,255,255,0.35);
}
ul.checks li:last-child:after {display:none;}
.hero .logo img {
	padding:0 25%;
	margin:7px 0;
}
.hero .signup {
	padding:0 15px 60px;
	border-radius:15px;
	-webkit-box-shadow:0 -7px 13px rgba(0,0,0,0.35);
	box-shadow:0 -7px 13px rgba(0,0,0,0.35);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#184d59+0,49868c+50,184d59+100 */
	background: #184d59; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #184d59 0%, #49868c 50%, #184d59 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #184d59 0%,#49868c 50%,#184d59 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #184d59 0%,#49868c 50%,#184d59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184d59', endColorstr='#184d59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hero .signup .s1 {
	display:block;
	text-align:center;
	font-weight:700;
	font-style:italic;
	font-size:34px;
}
.hero .arrow .s1 {font-size:28px;}
.hero .arrow .s1.white {color:#fff;}
input, select {
	width:100%;
	height:40px;
	font-size:16px;
	border-radius:5px;
	padding-left:15px;
	line-height:40px;
	margin-bottom:11px;
	border:1px solid #9fc490;
}
select {
	padding-left:10px;
}
.cta {
	position:relative;
}
.hero .cta::after, .pay-box .cta::after {
	content:' ';
	position:absolute;
	width:283px;
	height:27px;
	left:50%;
	transform:translateX(-50%);
	bottom:-40px;
	background:url(../img/256.png) center top no-repeat;
}
.cta .cta-btn {
	display:block;
	width:100%;
	position:relative;
	height:80px;
	line-height:80px;
	border-radius:5px;
	text-transform:uppercase;
	font-size:36px;
	text-align:center;
	font-family: 'Fjalla One', sans-serif;
	border:none;
	-webkit-box-shadow:0 -7px 13px rgba(0,0,0,0.35);
	box-shadow:0 -7px 13px rgba(0,0,0,0.35);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa21f+0,d9891a+100 */
	background: #ffa21f;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffa21f 0%, #d9891a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffa21f 0%,#d9891a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffa21f 0%,#d9891a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa21f', endColorstr='#d9891a',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
}
/*.cta .cta-btn::before {
	content:' ';
	position:absolute;
	z-index:2;
	background:url(../img/cta-b-arrow.png) center top no-repeat;
	height:80px;
	width:43px;
	top:0;
	right:0;
}*/
.cta .cta-btn::after {
	content:' ';
	position:absolute;
	z-index:2;
	background:url(../img/cta-s-arrow.png) center top no-repeat;
	height:31px;
	width:16px;
	top:48%;
	transform:translateY(-50%);
	right:10px;
}
.cta-btn, .cta-btn:hover, .cta-btn:active, .cta-btn:visited {
	color:#0d0d0d;
}
.tier-2 {
	background:url(../img/bg-2.jpg) center top no-repeat;
	height:1262px;
}
.tier-2 .s1 {
	font-size:120px;
	position:relative;
	margin-top:50px;
}
.tier-2 .s1::before {
	position:absolute;
	content:' ';
	width:82%;
	height:10px;
	border-radius:5px;
	left:7%;
	bottom:5px;
	background:#184d59;
}
.tier-2 .s2 {
	font-size:160px;
}
.tier-2 .text-box {
	position:relative;
	margin-top:30px;
}
.tier-2 .text-box::before {
	position:absolute;
	content:' ';
	width:205px;
	height:358px;
	background:url(../img/3-gray.png) center top no-repeat;
	left:-215px;
	top:50%;
	transform:translateY(-50%);
	display:none;
}
.box {
	border-radius:15px;
	padding:35px 15px 25px 70px;
	margin-top:35px;
	background:url(../img/bg-x.png) right top no-repeat #fff;
	background-position:right -22px top -8px;
	box-shadow:0 -7px 13px rgba(0,0,0,0.35);
	-webkit-box-shadow:0 -7px 13px rgba(0,0,0,0.35);
}
.box.chk {
	background:url(../img/bg-check.png) right top no-repeat #fff;
	background-position:right -22px top -8px;
}
.box ul {
	margin-left:0;
	margin-top:20px;
}
.box ul li {
	font-family: 'Fjalla One', sans-serif;
	text-transform:uppercase;
	font-size:24px;
	position:relative;
	margin-bottom:25px;
	line-height:1.0;
}
.box ul li::before {
	position:absolute;
	content:' ';
	width:35px;
	height:37px;
	top:50%;
	transform:translateY(-50%);
	left:-45px;
	background:url(../img/x.png) center top no-repeat;
}
.box.chk ul li::before {
	background:url(../img/check.png) center top no-repeat;
}
.tier-2 .box ul li {font-family: 'Open Sans', sans-serif;text-transform:none;line-height:1.2;}
.tier-3 .box ul li {color:#0d0d0d;}
.tier-3 {
	background:url(../img/bg-3.jpg) center top no-repeat #184d59;
	color:#fff;
}
.tier-3 .container {
	position:relative;
	
}
.tier-3 h2 {
	margin-top:225px;
}
.tier-3 .text-box {
	margin-top:25px;
}
.tier-3 .btls {
	width:45%;
	right:0;
	bottom:-140px;
}
.tier-3-5 {
	background:#184d59;
	color:#fff;
	text-align:center;
	padding-bottom:50px;
}
.tier-3-5 .mbg {
	margin-top:-250px;
}
.tier-3-5 h2 {
	color:#d9d9d9;
}
.tier-3-5 .cta {
	margin-top:25px;
}
.tier-4 {
	background:url(../img/bg-4.jpg) center top no-repeat #fff;
}
.tier-4 .container {

	position:relative;
}
.tier-4 h2 {
	margin-top:120px;
}
.tier-4 .adj-1 {

}
.tier-4 .adj-2 {
	margin-top:30px;
}
.tier-4 .adj-3 {
	margin-top:-10px;
	margin-bottom:10px;
}
.ben-img {
	position:relative;
}
.tier-4 .drop {
	position:absolute;
	width:5px;
	height:50px;
	background:#184d59;
	left:50%;
	transform:translateX(-50%);
	bottom:-48px;
}
.ben-box {
	border-radius:15px;
	background:#fff;
	text-align:center;
	padding:0;
	margin-top:25px;
}
.ben-box h4{
	margin:0;
}
.ben-box .ben-ttl {
	position:relative;
	background:#d9d9d9;
	border-bottom:3px solid #184d59;
	padding:10px 5px 5px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.tier-4 .ben-box .ben-ttl::after {
	position:absolute;
	content:' ';
	z-index:3;
	top:50%;
	right:-66px;
	width:66px;
	height:12px;
	background:url(../img/guide.png) center top no-repeat;
}
.tier-4 .ben-box .ben-ttl.right::after {
	right:100%;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.tier-4 .ben-box .ben-ttl.none::after {
	display:none;
}
.tier-4 .ben-box.all::before {
	position:absolute;
	content:' ';
	width:205px;
	height:358px;
	background:url(../img/3-red.png) center top no-repeat;
	left:-230px;
	top:50%;
	transform:translateY(-50%);
}
.ben-box .ben-con {
	font-size:18px;
	line-height:1.5;
	padding:15px 15px 20px;
	background:#fff;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
.tier-4 .cta {
	margin-top:50px;
}
.tier-4 .btls {
	width:41.666666%;
	bottom:0;
	right:0;
}
.tier-4 .cells {
	right: -6.7%;
	bottom: -88px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.tier-4 .r-free {
	position:absolute;
	top:-75px;
	right:0;
	width:73%;
}
.tier-5 {
	background:url(../img/bg-5.jpg) center top no-repeat #fff;
	padding-bottom:50px;
}
.tier-5 h2 {
	margin-top:50px;
	margin-bottom:50px;
}
.tier-5 .ben-box {
	position:relative;
	z-index:3;
}
.tier-5 .ben-img {
	z-index:1;
}
.tier-5 .adj-1 {
	margin-top:-70px;
}
.tier-5 .adj-2 {
	margin-top:200px;
}
.tier-5 .adj-3 {
	margin-top:-620px;
}
.tier-5 .adj-4 {
	margin-top:80px;
}
.tier-5 .adj-5 {
	margin-top:210px;
}
.tier-5 .chart {
	position:relative;
}
.tier-5 .chart::after {
	position:absolute;
	content:' ';
	width:616px;
	height:111px;
	background:url(../img/chart-arrow.png) center top no-repeat;
	bottom:180px;
	right:-585px;
}
.tier-5 .plus {
	position:absolute;
	width: 130px;
	height: 140px;
	background: url(../img/plus.png) center top no-repeat;
	background-size: 100%;
	top: 50px;
	right: -40px;
}
.tier-5 .cta {
	margin-top:50px;
}
.tier-6 {
	background:url(../img/bg-6.jpg) center top no-repeat #0d0d0d;
	padding-bottom:50px;
	color:#d7d7d7;
}
.tier-6 h2 {
	margin-top:200px;
	margin-bottom:50px;
}
.tier-6 .adj-1 {
	margin-top:50px;
	margin-bottom:50px;
}
.tier-6 .adj-2 {
	margin-top:100px;
}
.tier-6 .slide-con {
	min-height:350px;
}
.tier-6 .slide-con .ava {
	width:20%;
	float:left;
}
.tier-6 .slide-con .tes {
	width:75%;
	float:right;
}
.tier-7 {
	background:url(../img/bg-7.jpg) center top no-repeat;
	height:1533px;
}
.tier-7 .container {
	position:relative;
}
.tier-7 h2 {
	margin-top:100px;
}
.tier-7 .adj-1 {
	margin-top:25px;
}
.tier-7 .adj-2 {
	margin-top:50px;
}
.tier-7 .ben-box {
	border:1px solid rgba(0,0,0,0.3);
}
.tier-7 .ben-ttl {
	position:relative;
	z-index:2;
}
.tier-7 .ben-ttl::before, .tier-7 .ben-ttl::after {
	position:absolute;
	content:' ';
	width:12px;
	height:41px;
	background:url(../img/clip.png) center top no-repeat;
	top:-20px;
	z-index:3;
}
.tier-7 .ben-ttl::before {
	left:15%;
}
.tier-7 .ben-ttl::after {
	right:15%;
}
.tier-7 .ben-con {
	font-size:18px;
	line-height:1.4;
	text-align: left;
	background:url(../img/bg-check.png) no-repeat;
	background-size:65%;
	background-position:right -20px bottom -30px;
	min-height:auto;
}
.tier-7 .text-box {
	background:rgba(0,0,0,0.7);
	width:calc(29.33333333% + 60px);
	margin-left:calc(50% - 30px);
	border-radius:15px;
	padding-bottom:30px;
	margin-top:80px;
}
.tier-7 .text-box h2 {margin-top:30px;}
.tier-7 ul.checks {background:none;-webkit-box-shadow:none;box-shadow:none;}
.tier-7 ul.checks li::after {
	-webkit-box-shadow:-15px 0 0 rgba(255,255,255,0.35), 15px 0 0 rgba(255,255,255,0.35);
}
.tier-7 .logo {
	margin-top:115px;
}
.tier-7 ul {
	margin-top:0;
	margin-bottom:0;
	padding-left:0;
}
.tier-7 .cta {
	margin-top:25px;
}
.tier-7 .btls {
	bottom:-20px;
	left:-20px;
	width:47%;
}
.tier-7 .best {
	left: 20px;
	transform:translateX(-50%);
	bottom: 50px;
}
.tier-7 .mbg {
	left: 20px;
	bottom: 270px;
}
.citations {
	background:url(../img/bg-cit.jpg) center bottom no-repeat;
	padding:50px 0;
	position:relative;
	border-bottom:50px solid #0d0d0d;
}
.citations ol {margin-top:20px;font-size:14px;}
.citations ol li {margin:5px 0;overflow-wrap: break-word;}
.ck-left {
	padding-left:0;
}
.ck-right {
	padding-right:0;
}
.ckt .adj-1 {
	padding:15px 0;
}
.ckt .adj-2 {
	padding-top:15px;
}
.s-o, .sel-title, .sel-main, .price, .pay-box label {
	font-family: 'Fjalla One', sans-serif;
}
.s-o, .sel-title {
	text-transform: uppercase;
	font-size:36px;
}
.s-o {
	height:60px;
	line-height:60px;
	background:#194e5a;
	border-radius:5px;
	color:#fff;
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}
.pkg-title {
	margin:15px 0 10px;
	padding-left:63px;
}
.pkg-title h4::before {
	position:absolute;
	content:' ';
	width:35px;
	height:21px;
	top:50%;
	transform:translateY(-50%);
	left:-49px;
	background:url(../img/3-red-dn.png) center top no-repeat;
}
.sel-box {
	position:relative;
	border-radius:15px;
	height:300px;
	margin-bottom:30px;
	border:1px solid #d9d9d9;
}
.sel-box.one {
	background:url(../img/btl-5.jpg) left bottom no-repeat #fff;
}
.sel-box.one::after {
	position:absolute;
	content:' ';
	width:59px;
	height:149px;
	bottom:30px;
	left:-27px;
	background:url(../img/mp.png) center top no-repeat;
}
.sel-box.two {
	background:url(../img/btl-3.jpg) left bottom no-repeat #fff;
}
.sel-box.three {
	background:url(../img/btl-1.jpg) left bottom no-repeat #fff;
}
.sel-title {
	position:relative;
	height:55px;
	line-height:55px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	background:#404040;
	color:#fff;
	padding-left:60px;
}
.sel-title::after {
	position:absolute;
	content:' ';
	width:100px;
	height:81px;
	top:-9px;
	right:-15px;
	background:url(../img/free-ship-blank.png) center top no-repeat;
}
.sel-box.selected .sel-title {
	background:#194e5a;
}
.sel-box.selected .sel-title::after {
	background:url(../img/free-ship.png);
}
.sel-title .checkbox {
	position:absolute;
	width:30px;
	height:30px;
	background:#fff;
	border-radius:5px;
	top:12px;
	left:15px;
}
.sel-box.selected .sel-title .checkbox::after {
	position:absolute;
	content:' ';
	width:34px;
	height:36px;
	top:-8px;
	right:-5px;
	background:url(../img/check-blk.png) center top no-repeat;
}
.sel-main {
	position:absolute;
	width:240px;
	height:185px;
	color:#fff;
	background:#404040;
	font-size:30px;
	border-radius:15px;
	padding:15px;
	text-align:center;
	line-height:1.2;
	right:30px;
	bottom:30px;
}
.sel-main .s1 {
	font-size:46px;
}
.sel-main .s2 {
	font-size:28px;
}
.sel-box.selected .sel-main {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#184d59+0,49868c+50,184d59+100 */
	background: #184d59; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #184d59 0%, #49868c 50%, #184d59 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #184d59 0%,#49868c 50%,#184d59 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #184d59 0%,#49868c 50%,#184d59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184d59', endColorstr='#184d59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sel-btn {
	position:absolute;
	left:15px;
	bottom:15px;
	right:15px;
	height:50px;
	background:#d9d9d9;
	border-radius:5px;
	-webkit-box-shadow:0 -7px 13px rgba(0,0,0,0.35);
	box-shadow:0 -7px 13px rgba(0,0,0,0.35);
}
.sel-btn::after {
	position:absolute;
	content:'Select';
	text-transform:uppercase;
	font-size:30px;
	color:#0d0d0d;
	top:54%;
	left:50%;
	transform:translate(-50%,-50%);
}
.sel-box.selected .sel-btn {
	background:#ffa21f;
}
.sel-box.selected .sel-btn::after {
	content:'Selected';
}
.mbg-con {
	margin-top:50px;
}
.mbg-l {
	width:25%;
	float:left;
}
.mbg-r {
	width:70%;
	float:right;
}
.mbg-r p {
	font-size:18px;
}
.form-box {position:relative;}
.error {
	position:absolute;
	display:inline-block;
	padding:5px 15px;
	font-size:12px;
	color:#0d0d0d;
	background:#ffa21f;
	right:0;
	bottom:90%;
	border-radius:5px;
	-webkit-box-shadow:0 -3px 8px rgba(0,0,0,0.35);
	box-shadow:0 -3px 8px rgba(0,0,0,0.35);
}
.error::after {
	position:absolute;
	content:'!';
	font-size:24px;
	font-weight:700;
	color:#0d0d0d;
	background:#fff;
	height:30px;
	width:30px;
	border-radius:50%;
	border:2px solid #9fc490;
	top:50%;
	transform:translateY(-50%);
	left:-20px;
	text-align:center;
	line-height:25px;
	-webkit-box-shadow:0 -3px 8px rgba(0,0,0,0.35);
	box-shadow:0 -3px 8px rgba(0,0,0,0.35);
}
.pay-box {
	border-radius:15px;
	padding:15px;
	text-align:center;
	color:#fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#184d59+0,49868c+50,184d59+100 */
	background: #184d59; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #184d59 0%, #49868c 50%, #184d59 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #184d59 0%,#49868c 50%,#184d59 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #184d59 0%,#49868c 50%,#184d59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184d59', endColorstr='#184d59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pay-box h4 {
	margin:0 0 20px;
}
.pay-box .clock {
	width:75%;
	margin:0 auto 20px;
	position:relative;
}
.pay-box .clock::before {
}
.pay-box .accept {
	margin-top:70px;
	margin-bottom:20px;
}
.pay-box .price {
	font-size:24px;
}
.pay-box .same {
	margin-top:10px;
	font-size:18px;
	line-height:1.2;
}
.pay-box .radio-addy {
	margin-top:10px;
	padding:0 25%;
}
.pay-box .radio-addy input {
	width:20px;
	height:20px;
}
.pay-box .bill-box, .pay-box .ship-box {
	text-align:left;
}
.pay-box input, .pay-box select {
	height:60px;
	line-height:60px;
	color:#404040;
}
.pay-box label {
	font-size:24px;
}
.pay-box .inp-half {
	width:47%;
}
.pay-box .qmark {
	position:absolute;
	top:45%;
	transform:translateY(-50%);
	right:-40px;
}
.pay-box .ship-box {
	display:none;
	margin-bottom:25px;
}
.pay-box .cta {
	margin-top:15px;
}
.pay-box .rb {
	margin-top:50px;
	width:100%;
	height:60px;
	background:url(../img/rb.png) center top no-repeat;
}

#countdown canvas {
	max-width:140px;
	filter: invert(100%);
}
.countdown_wrap {
	width: -webkit-calc(100% - 15px);
	width: -moz-calc(100% - 15px);
	width: calc(100% - 15px);
	position: absolute;
	background: #404040;
	height: 45px;
	padding: 7px 0 0 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	top: 68px;
	left: 15px;
}
.countdown_container {
	position: relative;
	width:250px;
}
.countdown_container img {
	width:26px;
	filter: invert(15%);
}
.clock_icon {
	position: relative;
	left:-15px;
	top:-8px;
}

.ck-tes {
	margin-top:25px;
	position:relative;
}
.ck-tes::after {
	position:absolute;
	content:' ';
	background:#184d59;
	width:100%;
	height:6px;
	border-radius:3px;
	top:40px;
	left:0;
}
.ck-tes h4 {
	text-align:right;
}
.ck-tes .tes-con {
	margin:30px 0;
}
.ck-tes .tes-con .split {
	width:47%;
	text-align:center;
}
.ck-tes .tes-con .split .name {
	display:block;
	margin-top:55px;
}
.ck-tes .tes-con p {
	margin-top:15px;
	font-size:18px;
}
 {
	background:#404040;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:50px 0;
}
 

.tes-expand {display:none;}
@media (min-width: 1921px) {.ultra-wrap{-webkit-box-shadow:0 0 100px rgba(0,0,0,0.35);box-shadow:0 0 100px rgba(0,0,0,0.35);}}
@media (max-width: 1344px) {
	.tier-4 .cells {
		display:none;
	}
}
@media (max-width: 1279px) {
	.tier-4 .btls img, .tier-3 .btls img {
		transform: scale(1.0);
	}
	.hero .mbg, .tier-7 .mbg {
		width:140px;
		height:140px;
		left: 40px;
	}
	.tier-4 .r-free {
		right:30px;
	}
	.tier-5 .chart::after {
		right: -555px;
	}
}
@media (max-width: 1199px) {
	body {
		font-size:18px;
		line-height:24px;
	}
	h2 {
		font-size: 48px;
	}
	h3 {
		font-size: 36px;
	}
	h4 {
		font-size:30px;
	}
	h5 {
		font-size: 20px;
	}
	.toolbar {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
	}
	.hero {
		background-size:1520px;
	}
	.hero .text-box {
		margin-top: 70px;
	}
	.hero h1, .tier-7 h2.b-h {
		font-size: 38px;
	}
	.hero h1 .s1, .tier-7 h2.b-h .s1 {
		font-size: 43px;
	}
	.hero h1 .s2, .tier-7 h2.b-h .s2 {
		font-size: 45px;
	}
	.hero h1::before, .tier-7 h2.b-h::before {
		bottom: -18px;
	}
	.hero .blurb, .tier-7 .blurb {
		font-size: 20px;
	}
	ul.checks li {
		font-size: 22px;
		padding-left:45px;
	}
	ul.checks li::before {
		width: 24px;
		height: 25px;
		left: 15px;
	}
	.hero .signup .s1 {
		font-size: 26px;
		padding: 20px 0px;
	}
	input, select {
		height: 35px;
		font-size: 14px;
		line-height: 35px;
		margin-bottom: 6px;

	}
	.cta .cta-btn {
		height: 60px;
		line-height: 60px;
		font-size: 26px;
	}
/*	.cta .cta-btn::before {
		background-position:center center;
		background-size: 100%;
		height: 60px;
		width: 33px;
	}*/
	.hero .cta::after, .pay-box .cta::after {
		width: 240px;
		height: 23px;
		bottom: -34px;
		background-size: 100%;
	}
	.hero .signup {
		padding-bottom:50px;
	}
	.hero .arrow {
		font-size: 42px;
		right: 31.333333%;
		bottom:125px;
		padding-top: 23px;
		padding-left: 50px;
	}
	.hero .arrow .s1 {font-size: 22px;}
	.hero .container {
		height: 707px;
	}
	.hero .btls {
		left: 0.5%;
		bottom: 30px;
	}
	.hero .mbg, .tier-7 .mbg {
		width: 100px;
		height: 140px;
		left:0;
		transform:none;
	}
	.hero .best, .tier-7 .best {
		width: 100px;
		height: 128px;
		left:0;
		bottom:100px;
		transform:none;
	}
	.tier-2 {
		height: 999px;
		background-size: 1520px;
	}
	.tier-2 .s1 {
		font-size: 100px;
		margin-top:50px;
	}
	.tier-2 .s2 {
		font-size: 120px;
	}
	.box ul li {
		font-size: 18px;
	}
	.tier-2 .text-box::before {
		width: 165px;
		height: 288px;
		background-size: 100%;
		left: -175px;
	}
	.tier-3 {
		
		background-size: 1480px;
	}
	.tier-3 h2 {
		margin-top: 85px;
	}
	.box {
		padding: 15px 15px 5px 50px;
	}
	.tier-3 .container {
		
	}
	.tier-3-5 .mbg {
		margin-top: -180px;
	}
	.ben-box .ben-con {
		font-size: 18px;
		line-height: 24px;
	}
	.tier-4 .adj-2 {
		margin-top: 10px;
	}
	.tier-4 .ben-box.all::before {
		width: 165px;
		height: 288px;
		left: -180px;
		background-size: 100%;
	}
	.tier-5 .adj-2 {
		margin-top: 140px;
	}
	.tier-5 .adj-3 {
		margin-top: -490px;
	}
	.tier-5 .chart::after {
		right: -475px;
		width: 505px;
		height: 92px;
		background-size: 100%;
		bottom:150px;
	}
	.tier-6 .slide-con {
		min-height: 250px;
	}
	.tier-7 {
		height: 1178px;
		background-size: 1480px;
	}
	.tier-7 .mbg {bottom:150px;}
	.tier-7 .best {bottom:50px;}
	.tier-7 .ben-con {
		min-height: 160px;
	}
	.tier-7 .text-box {margin-top:140px;}
	.tier-7 .btls {
		bottom: 0px;
		left: 10px;
		width: 42%;
	}
	.s-o, .sel-title {
		font-size: 30px;
	}
	.sel-box {
		height:280px;
	}
	.sel-main {
		width: 200px;
		font-size: 26px;
		height:165px;
	}
	.sel-main .s1 {
		font-size: 36px;
	}
	.sel-main .s2 {
		font-size: 24px;
	}
	.sel-box.one, .sel-box.two, .sel-box.three {
		background-size:105%;
	}
	.qmark {
		width:25px;
	}
	.ck-tes .tes-con p {
		font-size: 14px;
	}
	.mbg-r p {
		font-size: 14px;
	}
	.countdown_container {width: 200px;}
	.clock_icon {top: -3px;}
}
@media (max-width: 991px) {
	body {
		font-size: 18px;
		line-height: 24px;
	}
	h2 {
		font-size:36px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 18px;
	}
	.toolbar {
		font-size: 10px;
		border-bottom: 3px solid #9fc490;
	}
	.hero {
		background-size: 1200px;
	}
	.hero h1, .tier-7 h2.b-h {
		font-size: 30px;
	}
	.hero h1 .s1, .tier-7 h2.b-h .s1 {
		font-size: 33px;
	}
	.hero h1 .s2, .tier-7 h2.b-h .s2 {
		font-size: 35px;
	}
	.hero h1::before, .tier-7 h2.b-h::before {
		height: 6px;
		border-radius: 3px;
		bottom: -12px;
	}
	.hero .text-box {
		margin-top: 60px;
	}
	.hero .blurb, .tier-7 .blurb {
		font-size: 14px;
		margin-top:15px;
	}
	ul.checks li {
		font-size: 16px;
		padding-left:35px;
	}
	ul.checks li::before {
		width: 19px;
		height: 20px;
		left: 10px;
	}
	.hero .arrow {
		font-size: 32px;
		padding-top: 20px;
		background-size:100%;
		bottom:85px;
	}
	.hero .arrow .s1 {font-size: 16px;}
	.hero .mbg {width:80px;bottom:122px;}
	.hero .best {
		width: 80px;
		height: 103px;
		bottom: 70px;
}
	.hero .signup .s1 {
		font-size: 18px;
	}
	input, select {
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.cta .cta-btn {
		font-size: 20px;
	}
	.hero .cta::after, .pay-box .cta::after {
		width: 190px;
		height: 19px;
	}
	.cta .cta-btn::after {
		height: 19px;
		width: 10px;
		background-size: 100%;
		right: 7px;
	}
	.hero .container {
		height: 567px;
	}
	.hero .logo img {
		padding: 0 35%;
	}
	.hero .cells, .cells {
		width: 250px;
		height: 124px;
		left: -8.7%;
		bottom: -58px;
	}
	.tier-2 {
		height: 762px;
		background-size: 1160px;
	}
	.tier-2 .s1 {
		font-size: 72px;
		margin-top: 30px;
	}
	.tier-2 .s2 {
		font-size: 88px;
	}
	.box {
		background-size: 50%;
		margin-top:25px;
	}
	.box ul li {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.box ul li::before {
		width: 25px;
		height: 27px;
		left: -35px;
		background-size: 100%;
	}
	.tier-2 .s1::before {
		width: 77%;
		height: 6px;
		border-radius: 3px;
		left: 10%;
		bottom: 2px;
	}
	.tier-3 {
		
		background-size: 1100px;
	}
	.tier-3 .btls {bottom: -80px;}
	.tier-3 h2 {
		margin-top: 65px;
	}
	.tier-3 .box ul li::before {
		width: 32px;
		height: 35px;
	}
	.tier-3 .container {
		
	}
	.tier-3-5 .mbg {
		margin-top: -120px;
	}
	.tier-4 {
		background-size: 1010px;
	}
	.ben-box {
		margin-top: 5px;
	}
	.ben-box .ben-ttl {
		padding: 1px 5px 0px;
	}
	.ben-box .ben-con {
		padding: 10px 15px 10px;
	}
	.tier-5 {
		background-size: 1100px;
		padding-bottom:0;
	}
	.tier-5 h2 {margin-bottom:150px;}
	.tier-5 .adj-2 {
		margin-top: 130px;
	}
	.tier-5 .adj-3 {
		margin-top: -500px;
	}
	.tier-5 .adj-4 {
		margin-top: 20px;
	}
	.tier-5 .adj-5 {
		margin-top: 150px;
	}
	.tier-5 .chart::after {
		right: -355px;
		width: 385px;
		height: 70px;
		bottom: 111px;
	}
	.tier-6 {
		padding-bottom:50px;
	}
	.tier-6 .slide-con {
		min-height: 220px;
	}
	.tier-7 {
		height: 974px;
		background-size: 1220px;
	}
	.tier-7 .ben-con {
		min-height: 195px;
	}
	.tier-7 .btls {
		width: 39%;
	}
	.tier-7 .cells {
		left: -50px;
	}
	.tier-7 .text-box {margin-top:70px;}
	.tier-7 .cta {
		margin-top: 10px;
	}
	.s-o, .sel-title {
		font-size: 24px;
	}
	.sel-box {
		height: 250px;
	}
	.sel-main {
		width: 170px;
		font-size: 20px;
		height: 135px;
	}
	.sel-main .s1 {
		font-size: 28px;
	}
	.sel-main .s2 {
		font-size: 20px;
	}
	.sel-box.one, .sel-box.two, .sel-box.three {
		background-size: 95%;
		background-position:left 0 bottom 20px;
	}
	.sel-btn::after {
		font-size: 24px;
	}
	.sel-btn {
		height: 40px;
	}
	.pay-box .price {
		font-size: 20px;
	}
	.pay-box .same {
		font-size: 12px;
	}
	.pay-box label {
		font-size: 20px;
	}
	.pay-box input, .pay-box select {
		height: 40px;
		line-height:40px;
	}
	.countdown_wrap {top: 54px;}
	.countdown_container {width: 130px;}
	.error {padding: 5px 15px;font-size: 10px;}
	.error::after {font-size: 16px;height: 20px;width: 20px;left: -10px;line-height: 17px;}
}
@media (max-width: 767px) {
	.toolbar {
		font-size: 10px;
		line-height:1.2;
		height:auto;
		padding: 5px;
	}
	.img-responsive {
		margin:0 auto;
	}
	body {
		font-size: 18px;
		line-height: 24px;
	}

	.best {display:none;}
	.hero h1, .tier-7 h2.b-h {
		font-size: 30px;
	}
	.hero h1 .s1, .tier-7 h2.b-h .s1 {
		font-size: 34px;
	}
	.hero .blurb {
		font-size: 10px;
	}
	.hero h1::before, .tier-7 h2.b-h::before {
		bottom: -12px;
	}
	ul.checks {
		padding-top: 10px;
		padding-left: 10px;
	}
	.hero .arrow {
		display:none;
	}
	.hero {
		background-size: 1110px;
		background-position: left -180px top 0px;
	}
	.hero .text-box {
		margin-top: 10px;
	}
	.hero .btls {
		left: 7.5%;
		bottom: auto;
		top: 220px;
	}
	.hero .cells, .cells {
		width: 170px;
		height: 83px;
		left: 3.3%;
		bottom: auto;
		top: 360px;
	}
	.hero .mbg {
		bottom:auto;
		top: 290px;
	}
	.hero .container {
		height:auto;
	}
	.hero .logo {
		margin-top:100px;
	}
	input, select {
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		margin-bottom: 10px;
	}
	.hero .cta::after {
		width: 260px;
		height: 25px;
	}
	.tier-2 {
		height: auto;
		background-size: 940px;
		background-position: right -130px bottom 0px;
	}
	.tier-2 .cover {
		height:100%;
		background:rgba(255,255,255,0.75);
	}
	.tier-2 .s1 {
		font-size: 54px;
	}
	.tier-2 .s2 {
		font-size: 48px;
	}
	.box {
		padding: 15px 15px 5px 50px;
	}
	.tier-3 {

		background-size: 990px;
		margin-top:-20px;
	}
	.tier-3 .container {

	}
	.tier-3-5 .mbg {
		width: 30%;
	}
	.tier-4 .ben-box .ben-ttl::after {
		display:none;
	}
	.ben-box {

	}
	.tier-4 h2 {
		margin-top: 50px;
	}
	.tier-4 .cta {
		margin-top: 10px;
	}
	.tier-5 h2 {
		margin-bottom: 50px;
		margin-top:0;
	}
	.tier-5 .chart::after {
		display:none;
	}
	.tier-5 .plus {
		right:100%;
	}
	.tier-5 .adj-2 {
		margin-top: 50px;
	}
	.tier-5 .adj-3 {
		margin-top: -70px;
	}
	.tier-5 .adj-4 {
		margin-top: 0px;
	}
	.tier-5 .adj-5 {
		margin-top: 30px;
	}
	.tier-6 h2 {
		margin-top: 130px;
		margin-bottom: 0px;
	}
	.tier-6 img {
		margin-bottom:10px;
	}
	.tier-6 {
		text-align:center!important;
	}
	.tier-6 .text-right {text-align:center;}
	.tier-7 {
		height: auto;
		background-size: 1080px;
		background-position: right -150px top 0;
	}
	.tier-7 .cover {
		padding-bottom:50px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#184d59+0,184d59+60,184d59+60&0+0,1+60 */
		background: -moz-linear-gradient(top, rgba(24,77,89,0) 0%, rgba(24,77,89,1) 60%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(24,77,89,0) 0%,rgba(24,77,89,1) 60%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(24,77,89,0) 0%,rgba(24,77,89,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00184d59', endColorstr='#184d59',GradientType=0 ); /* IE6-9 */
	}
	.tier-7 h2 {
		margin-top: 50px;
	}
	.tier-7 .text-box {width: calc(40.333333% + 60px);}
	.tier-7 .logo {
		margin-top: 10px;
	}
	.tier-7 .btls {
		width: 45%;
		bottom: 50px;
		left: 10px;
	}
	.tier-7 .cells {
		left: -10px;
		bottom: 30px;
		top: auto;
	}
	.tier-7 .mbg {
		top:auto;
		bottom:160px;
	}
	.tier-7 .best {
		bottom: 60px;
	}
	.tier-7 .adj-2 {
		margin-top: 0px;
	}
	.tier-7 .text-box {
		margin-top: 0px;
	}
	.s-o, .sel-title {
		font-size: 18px;
	}
	.s-o {
		height:auto;
		line-height:1.2;
		padding:15px;
	}
	.ck-left {
		padding-left:15px;
	}
	.ck-right {
		padding-right:15px;
	}
	.sel-box {
		height: 210px;
	}
	.sel-main {
		width: 150px;
		font-size: 16px;
		height: 125px;
		right: 15px;
		bottom: 15px;
	}
	.sel-box.one::after {
		width: 34px;
		height: 87px;
		bottom: 40px;
		left: -15px;
		background-size: 100%;
	}
	.sel-box.one, .sel-box.two, .sel-box.three {
		background-size: 100%;
		background-position: left 0 bottom 0px;
	}
	.mbg-con {
		margin:30px 0;
	}
	.mbg-r p {
		font-size: 12px;
	}
	.pay-box input, .pay-box select {
		height: 60px;
		line-height: 60px;
	}
	.pay-box .price {
		font-size: 24px;
	}
	.pay-box h4 {
		font-size: 24px;
	}
	.pay-box .same {
		font-size: 14px;
	}
	.pay-box .radio-addy {
		padding: 0 15%;
		font-size:18px;
	}
	.pay-box .radio-addy input {
		width: 30px;
		height: 30px;
	}
	.pay-box .cta .cta-btn {
		font-size: 26px;
	}
	.ck-tes .tes-con .split {
		width: 35%;
	}
	.ck-tes::after {
		top: 25px;
	}
	.countdown_wrap {
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.countdown_container {width: 100%;margin-left: -16%;}
}
@media (max-width: 479px) {

	h3 {
		font-size: 20px;
	}
	.hero {
		background-size: 1030px;
		background-position: left -160px top 0px;
	}
	.hero .btls {
		left: 7.5%;
		top: 220px;
	}
	.hero .cells, .cells {
		width: 140px;
	}
	.hero h1, .tier-7 h2.b-h {
		font-size: 26px;
	}
	.hero h1 .s1, .tier-7 h2.b-h .s1 {
		font-size: 28px;
	}
	.hero h1 .s2, .tier-7 h2.b-h .s2 {
		font-size: 28px;
	}
	.hero h1::before, .tier-7 h2.b-h::before {
		bottom: -13px;
	}
	.hero .mbg {top: 200px;}
	.hero .best {display:none;}
	.hero .blurb {
		font-size: 13px;
		color:#fff;
		-webkit-text-shadow:0 0 5px rgba(0,0,0,0.35);
		text-shadow:0 0 5px rgba(0,0,0,0.35);
	}
	ul.checks {
		padding-left:0px;
	}
	ul.checks li {
		font-size: 16px;
	}
	.box.chk {
		background-size: 80%;
	}
	.tier-7 {
		background-size: 990px;
		background-position: right -140px top 0;
	}
	.tier-7 .logo {
		margin-top: -40px;
	}
	.tier-7 .ben-ttl::before {
		left: 10%;
	}
	.tier-7 .ben-ttl::after {
		right: 10%;
	}
	.sel-box.one, .sel-box.two, .sel-box.three {
		background-size: 95%;
		background-position: left 0 bottom 20px;
	}
}
@media (max-width: 411px) {
	h4 {
		font-size: 16px;
	}
	.hero {
		background-position: left -270px top 0px;
	}
	ul.checks li {
		font-size: 16px;
		padding-left:30px;
	}
	ul.checks li::before {width: 15px;height: 18px;}
	.hero .mbg, .tier-7 .mbg {
		width: 80px;
	}
	.tier-3-5 .mbg {
		margin-top: -30px;
	}
	.tier-6 .slide-con {
		min-height: 160px;
	}
	.tier-7 {
		background-size: 930px;
		background-position: right -130px top 0;
	}
	.sel-box.one, .sel-box.two, .sel-box.three {
		background-size: 90%;
		background-position: left -5px bottom 25px;
	}
}
@media (max-width: 374px) {
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
	}
	.hero h1, .tier-7 h2.b-h {
		font-size: 23px;
	}
	.hero h1 .s1, .tier-7 h2.b-h .s1 {
		font-size: 26px;
	}
	.hero h1 .s2, .tier-7 h2.b-h .s2 {
		font-size: 26px;
	}
	.hero h1::before, .tier-7 h2.b-h::before {
		bottom: -11px;
	}
	.hero {
		background-size: 980px;
		background-position: left -270px top 0px;
	}
	.hero .btls {
		width:38.333333%;
	}
	.hero .cells, .cells {
		width: 110px;
	}
	.hero .logo {
		margin-top: 100px;
	}
	.tier-2 .s1 {
		font-size: 42px;
	}
	.tier-2 .s2 {
		font-size: 38px;
	}
	.tier-2 .s1::before {
		bottom: -2px;
	}
	.box ul li {
		font-size: 13px;
	}
	.tier-7 {
		background-position: right -160px top 0;
	}
	.hero .blurb, .tier-7 .blurb {font-size:12px;}
	.tier-7 ul {
		margin-top: 20px;
	}
	.s-o, .sel-title {
		font-size: 16px;
	}
	.sel-box.one, .sel-box.two, .sel-box.three {
		background-size: 85%;
		background-position: left -5px bottom 30px;
	}
}
@media (max-width: 359px) {
	.hero {
		background-size: 910px;
	}
	.hero h1, .tier-7 h2.b-h {
		font-size: 20px;
	}
	.hero h1 .s1, .tier-7 h2.b-h .s1 {
		font-size: 22px;
	}
	.hero h1 .s2, .tier-7 h2.b-h .s2 {
		font-size: 23px;
	}
	.hero .blurb {
		padding:0;
	}
	.hero .blurb, .tier-7 .blurb {
		font-size: 10px;
	}
	.hero .blurb::after, .hero .blurb::before {
		display:none;
	}
	.hero h1::before, .tier-7 h2.b-h::before {
		height: 4px;
		border-radius: 2px;
	}
	ul.checks li {
		font-size: 16px;
		padding-left:25px;
		line-height:1.8;
	}
	ul.checks li::before {
		left: 4px;
	}
	.hero .cells, .cells {
		width: 80px;
	}
	.hero .btls {
		top: 190px;
	}
	.hero .logo {
		margin-top: 75px;
	}
	.hero .mbg {
		top: 180px;
	}
	.tier-7 {
		background-position: right -250px top 0;
		background-size: 1100px;
	}
	.citations ol {font-size:12px;}
	.sel-title::after {
		width: 60px;
		height: 50px;
		top: -19px;
		background-size: 100%;
	}
	.sel-box.selected .sel-title::after {
		background-size: 100%;
	}
	.sel-main {
		width: 130px;
		font-size: 14px;
		height: 115px;
	}
	.sel-main .s1 {
		font-size: 20px;
	}
	.sel-main .s2 {
		font-size: 16px;
	}
}
@media (max-width: 639px) {
	h2 {
		font-size: 28px;
	}
}
.text-shdow-md {
    text-shadow: 2px 2px 2px rgba(33, 29, 29, 0.50);
}