@charset "UTF-8";

/*@font-face {
   font-family: din-2014_regular;
   src: url(../fonts/din-2014_regular.otf);
}
@font-face {
   font-family: din-2014_bold;
   src: url(../fonts/din-2014_bold.otf);
}
*/
@font-face {
	font-family: zuume-boldItalic;
	src: url(../fonts/zuume-boldItalic.ttf);
}


body {
	overflow-x: hidden;
	color: #161721;
}




.boldlogo {
	max-width: 746px;
	margin: auto;
}

.ribbonbox {
	color: #fff;
	font-size: 24px;
	background: #F7C100;
	max-width: 505px;
	margin: auto;
	font-style: italic;
}


.main-header {
	margin: 0 auto;
	background: rgb(0, 0, 0);
	background-image: url(../image/background_v1.jpg);
	flex-wrap: wrap;
	background-position: center center;
	background-size: cover;
	padding: 0 0 80px;
	overflow: hidden;
}

.vip_page h1 {
    font-size: 96px;
    margin-bottom: 0;
	line-height: 1;
}

.vip_page h4.small-header {
    font-size: 38px;
    font-weight: 300;
}

.header_content {
    max-width: 750px !important;
    margin: auto;
}
.header_content .progress-bar {
    background: #F15E00 !important;
}
.progress {
    height: 50px;
    border-radius: 0;
    background: #161722;
    border: 2px solid #fff;
    padding: 4px !important;
}
.blackbg{background: #000000;}

.timertext {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	letter-spacing: 2.56px;
	font-size: 32px;
	max-width: 422px;
	margin: auto;
	background: #FFE27B;
}

.timer-container {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 30px;
	font-family: "Oswald", sans-serif;
}

.timer-container .timer-item {
	margin: 0 45px;
	font-family: "Oswald", sans-serif;
}

.timer-container .timer-item .timer-value {
	font-size: 80px;
	font-weight: 900;
	color: #000000;
}

.timer-label {
	font-style: italic;
	font-family: "din-2014", sans-serif;
}

.row.timersection {
	position: relative;
	/* background: #fff; */
	z-index: 9999
}

.row.timersection * {
	position: relative;
	z-index: 9999;
}

.row.timersection:after {
	content: "";
	background: #F0F5F8;
	position: absolute;
	width: 790px;
	height: 195px;
	left: -5px;
	top: 50px;
}

.row.timersection .col-sm-12 {
	border: 1px solid #A4B9C6;
	max-width: 684px;
	margin: 20px auto;
	padding: 20px;
	position: relative;
	background: #fff;
	z-index: 9999;
}


.main-container {
	background-image: url(../images/BACKGROUND_BLACK-FLAME-ACID_02.jpg);
	background-size: cover;
	background-position-x: center;
}

.logoimg.img-fluid {
	max-width: 555px;
	position: relative;
	margin-top: -75px;
}

.fs_28 {
	font-size: 28px;
	line-height: 33px;
}

.fs_28_italic {
	font-size: 28px;
	line-height: 33px;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: italic;

}

.fs_28_bold_italic {
	font-size: 30px;
	line-height: 33px;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.6px;
}

.fs_21_demi {
	font-size: 21px;
	line-height: 24px;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0;
}

.fs_24 {
	font-size: 24px;
	line-height: 32px;
}

.fs_20 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	font-style: normal;
}

.fs_16 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	color: #2B2B2B;
}

.bentext .fs_16 {
	position: relative;
	width: auto;
}

.bentext .fs_16 span {
	position: relative;
	z-index: 99;
}



.ben {
	margin-top: 75px;
	background: url(../image/secondary-background.png);
	background-position: center center;
	background-size: 100%;
	width: 106%;
	margin-left: -3%;
	margin-right: -3%;
	background-repeat: no-repeat;
}

.benbox {
	border: 2px solid #A4B9C6;
	padding: 14px 25px;
	background: #ffffff;
	max-width: 684px;
	margin: auto;
}


.vip_page #formdiv:after{content: none;}

.vip_page div#formdiv {
    background: #EBF0F7;
    padding: 20px 45px;
    max-width: 700px;
    margin: 25px auto 0;
}

.vip_page div#formdiv p{text-align: left; margin-bottom: 0;}

.vip_page div#formdiv form{padding-left: 0;padding-right: 0;}

.alertbox {
	text-align: center;
	font-size: 22px;
	line-height: 57px;
	font-weight: bold;
	color: #FFFFFF !important;
	text-transform: uppercase;
	background: transparent linear-gradient(0deg, #F27900 0%, #CE4700 100%) 0% 0% no-repeat padding-box;
	border-radius: 35px;
	width: 100%;
	height: 57px;
	display: block;
}

#formdiv form {
	margin: 5px auto 0;
	padding: 15px;
	position: relative;
	z-index: 999;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.form-group {
	margin-bottom: 0;
	width: 51%;
}

label.sr-only {
	display: none;
}

#formdiv {
	position: relative;
}

#formdiv * {
	position: relative;
	z-index: 9999;
}

#formdiv:after {
	content: "";
	width: 790px;
	height: 73%;
	background: #F7FAFC;
	position: absolute;
	left: -20px;
	bottom: -7px;
}

#formdiv .col-sm-12 {
	z-index: 99;
}

div#formdiv button {
	background: #12C212;
	height: 55px;
	font-size: 24px;
	color: #000000;
	border-radius: 0;
	font-weight: bold;
	cursor: pointer;
	width: 49%;
	cursor: pointer;
}

div#formdiv button:hover {
	opacity: 0.9;
}

button.btn.btn-default.alertbox {
	line-height: 50px;
}

div#demo {
	display: flex;
	margin: 15px auto 25px !important;
	justify-content: center;
}



.container.secondary {
	max-width: 1400px;
}



.copyright {
	background: #262930;
	padding: 0 0 25px;
}


.call-to-order {
	display: flex;
	align-items: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}




.black-bg {
	background-color: black;
	padding: 4px 8px;
}

.all-caps-title {
	font-family: 'Lato', sans-serif;
	letter-spacing: 3px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}

.text-shadow {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.container {
	max-width: 1040px;
	position: relative;
}

.secondary-header {
	padding: 8px 0;
	background-color: #f5f5f5;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.menu-link {
	display: flex;
	padding: 0 16px;
	color: white;
	line-height: 1;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	transition: all 0.4s;
	font-family: 'Lato', sans-serif;
	margin: 0 16px;
	height: 52px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.menu-link:hover {
	text-decoration: none;
	color: white;
	opacity: 0.7;
}

.menu-link.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.menu-link-date {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.branding {
	/* padding: 32px 64px 32px 220px; */
	margin: 16px auto 30px;
}

.ts-shot {
	position: absolute;
	z-index: 2;
	bottom: -32px;
	right: -142px;
	max-width: 200px;
	height: 176px;
	overflow: hidden;
}

.video {
	margin: 32px 0;
	min-height: 480px;
	width: 100%;
	background-color: black;
}

.benefit-list {
	padding-left: 0;
}

.benefit-list li {
	padding: 16px 16px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-bottom: unset;
	margin-bottom: 0;
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 756px) {
	.benefit-list li {
		padding: 20px 20px 20px 56px;
		flex-direction: initial;
	}
}

.benefit-list li::before {
	left: 12px;
	top: 20px;
	display: none;
}

@media (min-width: 756px) {
	.benefit-list li::before {
		display: inline-block;
	}
}

.benefit-list li:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.benefit-list li:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.benefit-list img {
	width: 220px;
	margin: 16px auto 16px;
	position: relative;
	display: block;
}

@media (min-width: 756px) {
	.benefit-list img {
		width: 220px;
		margin: 0 0 0 16px;
	}
}

.yellowbanner {
	background-color: #D30000;
	max-width: 490px;
	margin: 0 auto 10px;
	color: #fff !important;
}

.yellowbanner p {
	font-size: 20px;
}

.xgpt_logo {
	position: relative;
	margin-top: -30px;
}

.yellowbanner p {
	margin-bottom: 0;
	padding: 6px 0;
}

.launch header {
	padding-bottom: 95px;
}

.typ h1.white {
	font-size: 80px;
	margin-bottom: 0;
	padding: 40px 0;
}

.bottom_container .container {
	margin-top: -140px;
	max-width: 820px;
	background: #99BDC0;
	/*background-image: url(../images/dentistswallpaper1@2x.png);*/
	background-size: cover;
	padding: 15px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center;
}

.launch header .container {
	max-width: 800px;
}

.launch .yellowbanner {
	background-color: #D30000;
	max-width: 150px;
}

.progress-bar {
	background-color: #599A43 !important;
}

.typ .bottom_container .container {
	margin-top: -30px;
}

.arrow {
	position: relative;
}

.arrow_left {
	transform: scaleX(-1);
	position: absolute;
	top: -60px;
	width: 120px;
	left: -132px;
}

.arrow_rightt {
	position: absolute;
	top: -60px;
	width: 120px;
	right: -132px;
}

.bottom_container {
	background-image: url(../images/cubebackground.svg);
	background-size: cover;
	border-top: 60px solid;
}

.bottom_container .container h4 {
	font-weight: 600;
	line-height: 1.5em;
	font-size: 20px;
	margin-bottom: 0;
}

.wistia_responsive_padding {
	border: 6px solid #fff;
}

.row.textrow {
	padding: 25px 5px;
	background: #ffffff;
	margin: auto;
	border-radius: 0;
}

.testimonials-grid {
	display: grid;
	margin: 32px 0 64px;
	grid-row-gap: 24px;
}

.blackbox {
	padding: 30px 30px;
	background: #000000;
}

@media (min-width: 992px) {
	.testimonials-grid {
		grid-template-columns: repeat(3, auto);
		grid-column-gap: 24px;
	}

}

@media(min-width: 768px) {
	.vegalogo {
		position: absolute;
		right: -52px;
		z-index: 9;
		width: 383px !important;
		top: 17px;
	}
}


.testimonial {
	padding: 16px;
	background-color: white;
	border-radius: 12px;
	border: 4px solid rgba(0, 0, 0, 0.3);
	font-style: italic;
	text-align: center;
}

.about-tim {
	background-color: white;
	border-radius: 12px;
	border: 4px solid rgba(0, 0, 0, 0.3);
	padding: 12px 12px 24px 12px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 32px;
}

.about-tim-img {
	display: block;
	height: 86px;
	min-width: 86px;
	margin-right: 12px;
	border: 2px solid #42aff2;
	overflow: hidden;
	border-radius: 50px;
}

.about-tim p {
	font-size: 16px;
}

.about-tim-heading {
	position: relative;
	width: 100%;
	left: -32px;
	padding: 12px 24px;
	background: #e7e5e8;
	background: linear-gradient(#e7e5e8, #d7d7da 28%, #e3e0e4 50%, #d0d0d6 52%, #eaeaec 86%, #e4e4e6 100%) !important;
	box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
	color: #222 !important;
	font-size: 16px;
	font-weight: bold;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom: 4px solid #42aff2;
	margin-bottom: 20px;
}

.timer {
	display: flex;
	padding: 24px;
	margin-left: auto;
	align-items: center;
	flex-wrap: wrap;
	color: white;
	text-align: center;
	line-height: normal;
	width: 300px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}

.timer-el {
	display: flex;
	flex-direction: column;
	margin: 0 12px;
}

.time {
	font-size: 44px;
	font-family: 'Lato', sans-serif;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}

.timer-title {
	width: 100%;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	line-height: normal;
	margin-top: 0 !important;
}

.subtitle {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
}

.text-box {
	padding: 20px;
	background-image: url(../images/hero_banner.jpg);
	border-radius: 16px;
	margin-bottom: 32px;
	background-size: cover;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
	color: white;
}

.text-box p {
	color: white;
}

@media (min-width: 992px) {
	.text-box {
		padding: 32px 24px;
	}
}

.blue {
	color: #3FA9F5;
}

.blue-bg {
	position: relative;
	z-index: 1;
	margin-right: 8px;
	color: #fff;
}

.blue-bg::before {
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	right: -8px;
	content: "";
	height: 100%;
	width: 151px;
	z-index: -1;
	background-color: #f81d00;
}

.yes_no h2 {
	font-size: 40px;
	font-weight: bold;
}

.yes_no {
	margin-top: 45px;
}

.yes_no a {
	text-decoration: none;
}

.yes_no a:hover {
	text-decoration: underline;
}

.yesdiv * {
	color: #ABABAB;
	font-weight: bold;
}

.nodiv * {
	color: #003E84;
	font-weight: bold;
}

.upsell .logoimg {
	margin-top: 0;
}

.title {
	font-weight: bold;
	font-size: 30px;
	line-height: normal;
}

@media (min-width: 756px) {
	.title {
		font-size: 36px;
		line-height: 1.2em !important;
	}
	
	.vip_page .title {
		font-size: 31px;
		line-height: 1.2em !important;
	}
}

@media (min-width: 1300px) {
	.img-h-hl {
		bottom: 4rem;
		right: 4rem;
	}
}

.icon {
	height: 32px;
	width: 32px;
	background-color: #fff;
	text-align: center;
	line-height: 1.35;
	font-size: 24px;
	border-radius: 24px;
	color: #272728;
}

.img-arrow-left {
	opacity: 1;
	position: absolute;
	top: 2.8rem;
	left: -6.2rem;
	z-index: 2;
	width: 200px;
	transform: scale(0.4);
}

.schedule-text {
	font-weight: bold;
	color: white;
	font-size: 24px;
	margin-left: 8px;
}

.img-h-hl {
	position: absolute;
	bottom: -10rem;
	right: -10rem;
	z-index: 2;
	max-width: 248px;
}

.divider-bottom-triangle {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 3;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

body {
	color: #000000;
	font-family: "din-2014", sans-serif;
	background: #161721;
}

.top {
	background-color: #3FA9F5;
	padding: 10px 0;
}

.logo {
	display: block;
}

a {
	color: #3FA9F5;
}

a:hover {
	color: #3FA9F5;
}

.callout {
	padding: 32px;
	background-image: url(../images/TWK_LAUNCH_081521_BRANDING_03.jpg);
	background-size: cover;
	border-radius: 12px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
	margin-bottom: 32px;
	text-align: center;
	color: white;
}

.add-to-calendar {
	height: 52px;
	display: flex;
	align-items: center;
	margin: auto;
	width: 220px;
	text-align: center;
	justify-content: center;
	background-color: white;
	border-radius: 12px;
	color: black;
}

.add-to-calendar:hover {
	opacity: 0.9;
	text-decoration: none;
	color: black;
}

.black {
	color: black;
}



header.main-header h3,
header.main-header h4 {
	font-weight: bold;
	text-transform: capitalize;
}

header.main-header h3 {
	font-size: 22px;
}

header.main-header h4 {
	font-size: 26px;
}

h2 {
	line-height: 1.4em;
	font-size: 24px;
	/* font-weight: 300; */
}

.boxrow {
	background: #f3f3f3;
	padding: 20px;
}

h2.white {
	margin-bottom: 25px;
}

.boxrow {
	background: #eef6ff;
	padding: 20px;
	border: 1px solid #d5d2d2;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(000, 000, 000, 0.2);
}

.boxrow .col-sm-4 {
	padding: 0;
}

@media(min-width:768px) {
	.boxrow .col-sm-4 {
		padding: 0;
	}

	.boxrow {
		flex-direction: row-reverse;
	}
}

.boxrow h4 {
	font-weight: 400 !important;
}

.boxrow h3 {
	font-size: 24px;
	line-height: 1.3em;
	margin: 7px 0 !important;
	color: #2fbc2e;
}

section.formwrap h3 {
	color: #000;
}

header.main-header .container {
	max-width: 980px;
}

.tim {
	position: absolute;
	width: 275px;
	bottom: -96px;
	right: 70px;
}

@media(min-width:1100px) {}

@media(max-width:1099px) {
	h1 {
		font-size: 38px;
	}




	.tim {
		position: absolute;
		width: 250px;
		bottom: -96px;
		right: 70px;
	}
}

@media(max-width:1023px) {
	header.main-header .container .col-sm-12.text-center {
		padding-right: 15px;
	}

	header.main-header h3 {
		font-size: 17px;
	}

	header.main-header h4 {
		font-size: 16px;
	}

}




ul li:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 3px;
	border: 2px solid #272728;
	padding: 3px;
	border-radius: 24px;
}

ul li {
	position: relative;
	list-style: none;
	padding-left: 40px;
	margin-bottom: 24px;
}

ul {
	padding-left: 0;
	margin-bottom: 32px;
}

strong {
	font-weight: 700 !important;
}

h1.white strong {
	font-weight: 800 !important;
}

p {
	font-size: 18px;
}

.content-area p {
	padding-bottom: 0 !important;
	margin-bottom: 3px !important;
}

.totalwrap {
	background-image: url(../images/TWK_LAUNCH_081521_BRANDING_03.jpg);
	background-position: top center;
	background-size: cover;
	padding-bottom: 140px;
	position: relative;
	overflow: hidden;
}


.totalwrap h1 {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}



.formwrap .container {
	max-width: 900px;
	background-color: #ecebea;
	padding: 20px;
	/* margin-top: -80px; */
	/* border-top: 35px solid #272728; */
}


.formwrap .container .row {
	background-color: #ffffff;
	padding: 25px !important;
	/*max-width: 810px;*/
	margin: auto;
}

.body-content {
	padding: 40px 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	margin-top: -100px;
	margin-bottom: 30px;
	background: #fff;
}

form.form-inline .form-group input {
	width: 100%;
}

form.form-inline .form-group {
	width: 65% !important;
	margin-bottom: 0;
}

.margintop55 {
	margin-top: 55px;
}

.margintop50 {
	margin-top: 50px;
}

.slate {
	color: #acb1b7;
}

.white {
	color: white !important;
}

p,
li {
	font-size: 21px;
	color: #000;
	line-height: 1.5em;
}

.size-32 {
	font-size: 32px;
}

.ronald-section-bg {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

section.logo-section .logo {
	margin-bottom: 15px !important;
}

.logo-section {
	padding: 10px 0;
}

@media (min-width: 992px) {
	.v2 .ronald-hompepage-intro-section {
		padding: 30px 0 0;
	}

	.ronald-hompepage-intro-section {
		padding: 50px 0;
	}

	.content-area {
		padding-top: 0 !important;
		padding-bottom: 35px;
		max-width: 900px;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}
}


@media(max-width:992px) {
	.bottom_container .container {
    margin-top: -35px;
	}

	.fs_28 {
		font-size: 18px;
		line-height: 24px;
	}

	.toptext {
		font-size: 15px;
	}

	.row.greenbox.mt-4 {
		margin-top: 0 !important;
	}

	h1.boldlogo.white.mt-3.mb-3 {
		margin-top: 0 !important;
	}
	.warning_row {
    flex-wrap: nowrap;
    max-width: 290px;
    margin: auto;
}
	.vip_page h1 {
    font-size: 30px !important;
    margin-bottom: 0;
    line-height: 1;
}
	.vip_page h4.small-header {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px !important;
}
	.progress {
    height: 30px;
    border-radius: 0;
    background: #161722;
    border: 2px solid #fff;
    padding: 2px !important;
}
	.vip_page div#formdiv {
    background: #EBF0F7;
    padding: 20px;
    max-width: 100%;
    margin: 15px auto 0;
}
}


.top32 {
	margin-top: 32px;
}

.bottom46 {
	margin-bottom: 40px;
}

.maximg {
	max-width: 329px !important;
	margin: auto !important;
	display: table !important;
}

.max786 {
	max-width: 786px;
	margin: auto;
	display: table;
}

h3 {
	line-height: 2.625rem;
	font-size: 1.6099rem;
	margin-bottom: 0;
}

h5 {
	text-align: center;
	line-height: 1.5rem;
	font-size: 0.9288rem;
}

.content-area {
	position: relative;
}

.content-area img {
	margin: 0 auto;
	display: block;
}

.content-area .row {
	position: relative;
	z-index: 1;
}

a#apply_link {
	padding: 23px 50px;
	font-size: 19px;
	background: #ff4500;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}

a#apply_link:hover {
	background: #ffffff;
	color: #ff4500;
	border: 1px solid #ff4500;
}

.copyright {
	background: #000000;
	padding: 25px 0 10px;
}

.copyright p {
	line-height: 1.375rem;
	font-size: 0.8669rem;
	margin-bottom: 0;
}

hr {
	border-top: 1px solid rgba(255, 255, 255, 0.9);
}



a.btn-cta {
	background: #12c212;
	color: #000 !important;
	font-size: 28px;
	font-weight: 600;
	border-radius: 3px;
	padding: 13px 25px;
	border: none;
	cursor: pointer;
	display: block;
	letter-spacing: 0px;
	margin: 20px auto;
	width: 100%;
	cursor: pointer;

}

a.btn-cta:hover {
	opacity: 0.9;
}

.flip-clock-divider .flip-clock-label {
	position: absolute;
	top: -1.5em;
	right: -83px !important;
	color: #ffffff !important;
	text-shadow: none;
}

.flip-clock-wrapper {
	display: flex !important;
	justify-content: center !important;
	margin: 20px auto !important;
}

.clock.countdown.se_timer_text.flip-clock-wrapper {
	margin: 25px auto;
}



input#email {
	font-size: 17px;
	height: 55px;
	border-radius: 0;
}

.row.form-section {
	padding-bottom: 35px;
}

.copyright p {
	font-size: 11px !important;
	margin-bottom: 15px !important;
}

.copyright p a {
	color: #83a2c7 !important;
}

.copyright p a:hover {
	color: #007bff !important;
}

@media (max-width: 1200px) {
	.branding {
		padding: 32px 64px 32px 96px;
	}
}

@media (max-width: 1679px) {
	.max960 {
		max-width: 714px !important;
		margin: auto;
	}
}

.menu {
	position: relative;
	margin: 0 24px 12px;
	border: none;
	background-color: unset;
	color: white;
}

@media (max-width: 1024px) {
	.branding {
		padding: 24px;
		margin: auto;
	}

	.logo {
		margin-bottom: 0 !important;
	}

	h2 {
		line-height: 1.4em;
		/* font-size: 28px; */
		/* font-weight: 300; */
	}
}

#myForm {
	position: fixed;
	bottom: -500px;
	opacity: 0;
	width: 100%;
	padding: 36px 20px;
	transition: all 500ms ease-in-out;
	border-radius: 24px 24px 0 0;
}

#myForm .close {
	position: absolute;
	top: 16px;
	right: 32px;
	font-size: 24px;
	color: #fff;
}

#myForm.show {
	bottom: 0;
	opacity: 1;
}

#myForm .container {
	max-width: 800px;
}

@media (max-width: 991px) {
	.boldlogo {
		max-width: 100%;
		margin: auto;
	}

	.typ h1.white {
		font-size: 44px;
		margin-bottom: 0;
		padding: 30px 0;
	}

	a.btn.btn-default.text-center {
		display: block;
		padding: 15px 0;
		width: 100%;
		font-size: 15px;
	}

	/* .secondary-header.show{
      display: flex;
  }
  .secondary-header{
      flex-wrap: wrap;
      display: none;
  } */
	.menu-link {
		margin: 16px 0;
		padding: 0 14px;
		height: 40px;
		min-width: 120px;
	}

	.timer {
		display: flex;
		padding: 24px 24px;
		margin-right: auto;
	}

	#myForm .close {
		position: absolute;
		top: 8px;
		right: 16px;
	}

	.author {
		margin-top: 15px;
	}

	.container .col-sm-6 {
		flex: unset;
		max-width: 100%;
	}

	a#apply_link {
		padding: 15px 22px;
		font-size: 16px;
	}

	.ronald-section-default {
		padding: 25px 0;
		margin-bottom: 25px;
	}

	h1 {
		font-size: 24px;
		line-height: 1.5em;
		font-weight: 600;
		margin-bottom: 8px;
		margin-top: 8px !important;
	}

	.title {
		font-size: 24px !important;
	}

	.boxrow h3 {
		font-size: 20px !important;
	}

	.boxrow h4 {
		font-size: 17px !important;
		margin-top: 10px !important;
	}

	section.bottom_container.pb-5 {
		margin-bottom: 25px;
	}

	.content-area img {
		margin: 0 auto 20px;
		display: block;
		width: 290px;
	}

	h2 {
		line-height: 1.4em;
		font-size: 18px;
		/* font-weight: 300; */
	}

	.copyright {
		padding: 25px 0 25px;
	}

	.v1 br {
		display: none;
	}

	.logo-section h4.white {
		font-size: 16px;
		margin-top: 20px !important;
		margin-bottom: 20px;
	}

	h2.white {
		margin-bottom: 20px;
	}

	.row.logo img {
		width: 130px;
	}

	.row.logo {
		padding-top: 20px;
	}

	.team-text {
		padding-top: 0;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 0;
	}

	.max850 {
		max-width: unset;
	}

	.max786 {
		max-width: unset;
	}

	.maximg {
		max-width: 150px !important;
	}

	.bottom46 {
		margin-bottom: 20px;
	}

	.top32 {
		margin-top: 15px;
	}

	h3 {
		line-height: 1.4em;
		margin-bottom: 0 !important;
		margin-top: 10px;
	}

	p {
		font-size: 16px;
		line-height: 1.4em;
	}

	h3 br,
	h5 br {
		display: none;
	}

	.nomobilebtn {
		margin-bottom: 0;
	}

	.v1 .ronald-section-default br {
		display: none;
	}

	.v1 h3 {
		margin-bottom: 14px;
	}

	.v1 a#apply_link {
		margin: 15px auto 25px;
	}

	a.btn.btn-large {
		font-size: 14px;
	}

	.v2 a.btn.btn-large.btn-call-strong {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.btm br {
		display: none !important;
	}

	a.btn {
		word-break: break-all;
		height: auto;
		padding: 13px 20px;
		white-space: normal;
		font-size: 18px;
	}
}

.dark-form {
	background-color: #272728;
	position: relative;
	z-index: 99;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.24);
}

.call-to-order {
	height: 62px;
	margin: auto;
	padding: 4px 12px;
	border-radius: 8px;
	z-index: 99;
	background-color: #f81d00;
}

.cto:hover {
	text-decoration: none;
}

a.redeem {
	background-color: #3fa9f5;
	color: #fff;
	font-size: 30px;
	padding: 4px 12px;
	border-radius: 8px;
	font-weight: bold;
}

@media (min-width: 756px) {

	.call-to-order {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 16px;
	}
}

@media (max-width: 770px) {
	a.redeem {
		font-size: 20px;
	}

	.call-to-order {
		width: 186px;
		margin: 36px auto 16px;
	}

	.hero-formwrap {
		padding: 0 20px;
	}

	h1.white.bigtext {
		font-size: 24px;
		line-height: 1.5em;
		color: #3fa9f5;
	}

	div#wistia-j38ihh83m5-1 {
		height: 130px !important;
	}

	.plink {
		font-size: 13px;
	}

	.top h4.white {
		font-size: 14px;
		margin-bottom: 0;
	}

	section.totalwrap {
		padding-top: 25px;
	}

	.content-area img {
		margin: 0 auto 0;
		display: block;
		width: 290px;
	}

	.formwrap .container {
		padding: 20px;
		/* margin-top: -80px; */
	}

	.formwrap .container .row {
		padding: 25px 25px 0 25px !important;
	}

	form.form-inline {
		margin: 0 0 24px !important;
		flex-direction: column;
		max-width: 100%;
	}

	.hero-formwrap .form-inline .form-group,
	.dark-form .form-inline .form-group {
		width: 100% !important;
		margin-bottom: 16px !important;
	}

	.hero-formwrap button.btn.btn-default,
	.dark-form button.btn.btn-default {
		max-width: 100%;
		min-width: 100%;
		margin-left: 0;
		margin-bottom: 12px;
	}

	.hero-formwrap .container {
		padding: 20px;
		margin: -124px auto 40px;
	}

	ul li {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 10px;
	}

	ul {
		margin-left: 0;
		padding-left: 20px;
	}

	h1.white {
		text-align: center;
		margin-bottom: 10px;
	}

	.content-area p,
	.content-area h4 {
		padding-bottom: 0 !important;
		margin-bottom: 10px !important;
		text-align: center;
		font-size: 16px;
	}

	.flip-clock-wrapper ul li a div div.inn {
		font-size: 24px !important;
	}

	.flip-clock-wrapper ul {
		margin: 2px;
		width: 36px !important;
		height: 54px !important;
		font-size: 80px;
		font-weight: bold;
		line-height: 73px !important;
		border-radius: 6px;
		background: #000;
		padding: 0 !important;
	}

	.flip-clock-wrapper ul li {
		line-height: 50px !important;
	}

	span.flip-clock-dot.top,
	span.flip-clock-dot.bottom {
		display: none;
	}

	button.btn.btn-default {
		white-space: normal;
	}

	span.flip-clock-divider.days span.flip-clock-label {
		right: -57px !important;
	}

	span.flip-clock-divider.hours span.flip-clock-label {
		right: -58px !important;
	}

	span.flip-clock-divider.minutes span.flip-clock-label {
		right: -64px !important;
	}

	span.flip-clock-divider.seconds span.flip-clock-label {
		right: -66px !important;
	}
}

@media (max-width: 480px) {
	a.redeem {
		font-size: 18px;
	}

	span.flip-clock-divider.days span.flip-clock-label {
		right: -46px !important;
	}

	span.flip-clock-divider.hours span.flip-clock-label {
		right: -48px !important;
	}

	span.flip-clock-divider.minutes span.flip-clock-label {
		right: -54px !important;
	}

	span.flip-clock-divider.seconds span.flip-clock-label {
		right: -60px !important;
	}

	h2 {
		line-height: 1.5em;
		font-size: 18px;
		/* font-weight: 300; */
	}

	a#apply_link {
		font-size: 14px;
		white-space: normal;
	}

	.ronald-section-default .inner {
		max-width: 100%;
		margin: auto;
	}

	h1 {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
	}

	.callout {
		padding: 24px 20px;
	}

	.flip-clock-wrapper {
		margin: 20px auto 0 !important;
	}
}

#clockdiv {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media (min-width: 576px) {
	#clockdiv {
		flex-wrap: nowrap;
	}
}

.timer-section {
	padding-top: 196px;
}

@media (min-width: 576px) {
	.timer-section {
		padding-top: 148px;
	}
}

@media (min-width: 1200px) {
	.timer-section {
		padding-top: 196px;
	}
}

.timer-ruler {
	margin: 0;
	top: 106px;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.time-container {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	width: 50%;
	padding: 0 32px;
	margin: 12px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 992px) {
	.time-container {
		margin: 24px 0;
		padding: 0 40px;
		width: initial;
	}
}

.time-container:nth-child(even) {
	border-right: none;
}

@media (min-width: 992px) {
	.time-container:nth-child(even) {
		border-right: 1px solid rgba(255, 255, 255, 0.3);
	}
}

.time-container:last-child {
	border-right: none;
}

.smalltext {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
}

.time {
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	line-height: 1;
	color: #F2AE0B;
}



#ribbon:before,
#ribbon:after {
	content: "";
	width: 1.2em;
	position: absolute;
	display: block;
	border: 1.25em solid #3FA9F5;
	z-index: -2;
}

@media (min-width: 756px) {

	#ribbon:before,
	#ribbon:after {
		width: 1.3em;
		position: absolute;
		display: block;
		border: 1.1em solid #3FA9F5;
	}
}

#ribbon:before {
	left: -1.35em;
	border-right-width: 0.75em;
	height: 44px;
	top: 0;
	border-left-color: transparent;
}

@media (min-width: 992px) {
	#ribbon:before {
		height: 62px;
	}
}

#ribbon:after {
	right: -1.35em;
	border-left-width: 0.75em;
	border-right-color: transparent;
	top: 0;
	height: 44px;
}

@media (min-width: 992px) {
	#ribbon:after {
		height: 62px;
	}
}

#content:before,
#content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #0675b3 transparent transparent transparent;
	z-index: -1;
}

#content:before {
	left: 0;
	/* 	  border-width: .5em 0 0 .5em; */
}

#content:after {
	right: 0;
	/* 	  border-width: .5em .5em 0 0; */
}

.product-shot {
	position: relative;
	padding: 16px 0;
	margin-bottom: 32px;
}

.product-shot::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 300%;
	top: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.05);
	right: -68%;
}

.ltr_launch_sms_standalone_clean #formdiv form {
	display: block;
}

.ltr_launch_sms_standalone_clean #formdiv .form-group {
	width: 100%;
	margin-bottom: 10px;
}

.ltr_launch_sms_standalone_clean #formdiv button {
	width: 100%;
}

input[type="tel"] {
	height: 55px;
}

.vip #formdiv form {
    display: block;
}

.vip #formdiv form .form-group{width:100%;margin-bottom:10px;}

.vip #formdiv form button{width:100%;}

@media(min-width:992px) {
	.fwrap {
		position: relative;
	}

	.fwrap:before {
		content: "";
		width: 152px;
		height: 152px;
		left: -134px;
		position: absolute;
		background: url(../image/arrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		z-index: 99;
	}

	.fwrap:after {
		content: "";
		width: 152px;
		height: 152px;
		right: -134px;
		position: absolute;
		background: url(../image/arrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

@media(max-width:992px) {
	.arrow {
		display: none;
	}

	.row.timersection:after {
		content: none !important;
	}

	div#formdiv button {
		background: #12C212;
		height: 55px;
		font-size: 18px;
	}

	.form-group {
		margin-bottom: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	div#formdiv button {
		width: 100%;
	}
	
	.main-header{padding-bottom: 0;}
}

@media(max-width:767px) {
	.vip_page h4.small-header {
    font-size: 18px;
    font-weight: 300;
    margin-top: 0 !important;
}
	.vip #formdiv form button {
    width: 100%;
    height: auto;
}
	#formdiv:after {
		content: none;
	}

	ul.mt-2.mb-4 {
		padding-left: 0;
	}

	#formdiv form {
		margin: 5px auto 10px;
		padding: 0;
	}

	img[src="image/jeff.png"] {
		width: 150px;
		margin: auto;
		display: block;
	}

	.timertext {
		max-width: 100%;
	}

	.timer-container .timer-item .timer-value {
		font-size: 34px;
	}

	.timer-container .timer-item {
		margin: 0 12px;
	}

	.fs_28_bold_italics {
		font-size: 20px;
		line-height: 24px;
	}

	.ben {
		margin-top: 25px;
	}

	.bentext {
		text-align: center !important;
	}


	.ribbonbox {
		margin: 0 auto 5px !important;
		right: unset;
		max-width: unset;
		width: 90%;
		display: table !important;
		padding: 5px 0;
	}

	.boldlogo {
		max-width: 260px;
		margin: auto;
	}

	button.btn.btn-default {
		line-height: 24px;
		font-size: 20px;
	}

	.logoimg.img-fluid {
		max-width: 290px;
		position: relative;
		margin-top: 0;
	}

	.blue-bg {
		color: #000000;
	}

	.blue-bg::before {
		content: none;
	}

	body.v1.upsell .row.py-5 {
		padding-bottom: 0 !important;
	}

	.col-sm-12.text-left ul {
		padding-left: 0;
	}

	.col-sm-12.text-left ul li {
		line-height: 1.4em;
	}
}

@media(max-width:480px) {
	.logoimg.img-fluid {
		max-width: 100%;
		position: relative;
		margin-top: 0;
	}

	.secondary-header h3 {
		font-size: 20px;
	}

	.subtitle {
		font-size: 22px;
	}

	img.mb-4.badge {
		width: 100px;
	}
}

@media(max-width:840px) {
	.alertbox {
		text-align: center;
		font-size: 15px;
	}

	.bottom_container .container {
		width: 96%;
	}

	.fs_24 {
		font-size: 18px;
		line-height: 24px;
	}

	.mob_mt_4 {
		margin-top: 30px !important;
		text-align: center;
	}

	p.fs_24 {
		text-align: center;
	}

	.alertbox {
		text-align: center;
		font-size: 22px;
		line-height: normal;
		padding: 18px 20px;
		height: unset;
	}

	button.btn.btn-default.alertbox {
		line-height: 26px;
	}
}

@media(max-width:767px) {
	.row.logodiv .col-sm-5 {
		display: none;
	}

	.bottom_container .container {
		margin-top: -45px;
		width: 96%;
	}

	button.btn.btn-default {
		display: inline-block;
		padding: 15px 0;
		width: 100%;
	}

	.row.textrow {
		padding: 25px 5px;
	}

	.v1 h3 {
		font-size: 24px;
	}

	.row.logodiv .col-sm-7.p-0 {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: unset !important;
	}

	.row.logodiv .col-sm-7.p-0 img {
		width: 200px !important;
		margin: auto;
		display: block;
		margin-bottom: 37px;
	}

	h1.white {
		text-align: center;
		font-size: 28px;
		line-height: normal;
	}

	.bottom_container .container h4 {
		font-weight: 600;
		line-height: 1.3em;
		font-size: 16px;
		margin-bottom: 0;
	}

	.yellowbanner p {
		font-size: 14px !important;
		line-height: 1.4em;
	}

	.blackbox {
		padding: 30px 5px 0;
		background: #000000;
	}



	.bottom_container {
		padding-bottom: 1px !important;
	}
}

/*# sourceMappingURL=style.css.map */
