html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: visible;}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

input {-webkit-appearance:none;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

#admin-menu {display: none!important;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}


@font-face {
	font-family: "HelveticaNeue";
	src: url('../fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.eot?1544014042');
	src: url('../fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.eot?&1544014042#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.woff?1544014042') format('woff'), url('../fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.woff2?1544014042') format('woff2'), url('../fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.ttf?1544014042') format('truetype'), url('../fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.svg?1544014042') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.eot?1544014290');
	src: url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.eot?&1544014290#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.woff?1544014290') format('woff'), url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.woff2?1544014290') format('woff2'), url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.ttf?1544014290') format('truetype'), url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.svg?1544014290') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url('../fonts/HelveticaNeue-Thin/HelveticaNeue-Thin.eot?1544531602');
	src: url('../fonts/HelveticaNeue-Thin/HelveticaNeue-Thin.eot?&1544531602#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Thin/HelveticaNeue-Thin.woff?1544531602') format('woff'), url('../fonts/HelveticaNeue-Thin/HelveticaNeue-Thin.woff2?1544531604') format('woff2'), url('../fonts/HelveticaNeue-Thin/HelveticaNeue-Thin.ttf?1544531602') format('truetype'), url('../fonts/HelveticaNeue-Thin/HelveticaNeue-Thin.svg?1544531602') format('svg');
	font-weight: 300;
	font-style: normal;
}


html {
	font-size: 26px;
	line-height: 1.31;
}

body {
	font-family: "HelveticaNeue", arial, sans-serif;
	font-weight: 500;
	color: #005981;
	background: #fff;
}

h1, .h1 {
	margin: 0 0 1.15rem;
	font-size: 2.57rem;
	line-height: 1.05;
	font-weight: 700;
}

p {
	margin-bottom: 1.15rem;
}

sup {
	display: inline-block;
	font-size: 50%;
	line-height: 2.5;
	vertical-align: top;
}

h1 sup, 
h2 sup {
	font-size: 40%;
	line-height: 2.1;
}

.nowrap {
	white-space: nowrap;
}

.container {
	overflow: hidden;
}

.wrap {
	max-width: 1700px;
	padding: 0 30px;
	margin: 0 auto;
}

.col50 {
	width: 50%;
}

.col40 {
	width: 40%;
}

.col20 {
	width: 20%;
}

header .wrap {
	max-width: 1800px;
}


header {
	padding: 28px 0 23px;
}

header .logo {
	float: left;
	max-width: 25%;
}

header img {
	display: block;
	max-width: 100%;
}

header::after {
	display: block;
	content: '';
	clear: both;
}

.main-nav {
	float: right;
	font-size: .92rem;
}

.main-nav ul {
	padding: 1.3rem 0;
	margin: 0;
	list-style: none;
}

.main-nav li {
	display: inline-block;
}

.main-nav li + li {
	margin-left: 1.3rem;
}

.main-nav li a {
	padding-bottom: 2px;
	color: #005981;
	text-decoration: none;
	border-bottom: 4px solid #fff;
}

.main-nav li a:hover {
	border-color: #fcd209;
}

.mob-menu-btn,
.nav-overlay {
	display: none;
}


/* HERO */

.hero {
	background: #b2e2f2 url(../images/cetacaine/smiles.png) 0 55px no-repeat;
	background-size: 56% auto;
}

.hero .wrap {
	display: flex;
	height: 100%;
	align-items: center;
}

.hero-text {
	width: 70%;
	padding-right: 12%;
	position: relative;
	z-index: 1;
}

.hero-text-wrap {
	padding-top: 260px;
}

.hero-text h1 {
	color: #6361a0;
}

.node-webform h2,
.node-webform .contextual-links-wrapper,
.node-webform .form-item > label,
.node-webform .links {
	display: none;
}

.hero-form {
	width: 30%;
	padding-top: 38px;
	position: relative;
}

.hero-form-wrap {
	width: 100%;
	max-width: 458px;
}

.webform-component--intro-text p {
	margin-bottom: 15px;
	font-size: .95rem;
	font-weight: 700;
	color: #6361a0;
}

.hero-form form {
	position: relative;
	z-index: 1;
}

.field + .field,
.form-item + .form-item {
	margin-top: 8px;
}

.field input[type=text],
.field input[type=email],
.field textarea,
.form-item input[type=text],
.form-item input[type=email],
.form-item textarea {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 30px;
	margin: 0;
	font-family: inherit;
	font-size: .95rem;
	line-height: 1;
	color: #222;
	background: #fff;
	border: none;
	border-radius: 13px;
	box-shadow: none;
	outline: none;
}

.form-item input.error,
.form-item textarea.error {
	box-shadow: inset 0 0 5px rgba(255,0,0,.85);
}

.form-type-checkbox {
	padding-top: 3px;
}

.form-type-checkbox input[type=checkbox] {
	position: absolute;
	top: 0;
	left: -100vw;
	pointer-events: none;
	opacity: 0;
}

.node-webform .form-type-checkbox label {
	display: block;
	padding-top: .3rem;
	padding-left: 2rem;
	overflow: hidden;
	position: relative;
	font-size: .7rem;
	color: #005981;
	cursor: pointer;
}

.form-type-checkbox label::before {
	display: block;
	content: '';
	width: 1.154rem;
	height: 1.154rem;
	position: absolute;
	top: 0;
	left: 7px;
	background: #fff;
}

.form-type-checkbox input[type=checkbox]:checked + label::before {
	background: #6361a0;
	border: .25rem solid #fff;
	transition: background .3s ease;
}

.webform-component--what-you-think {
	padding-top: 22px;
}

.webform-component--what-you-think p {
	padding: 0 10px;
	margin-bottom: 5px;
	font-size: .82rem;
}

.webform-component-textarea textarea {
	height: 110px;
	max-width: 100%;
	min-width: 100%;
	min-height: 110px;
	max-height: 300px;
	padding: 15px 30px;
}

.additional_information-textfield {
	display: none !important;
}

.form-actions {
	margin: 21px 0 10px;
	position: relative;
}

.webform-submit {
	display: block;
	width: 186px;
	height: 62px;
	padding-top: .5rem;
	font-family: inherit;
	font-size: 1.08rem;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #105981;
	border: none;
	border-radius: 13px;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: background .3s ease;
}

.webform-submit:hover {
	background: #837FB8;
}

.ajax-progress-throbber {
	width: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/cetacaine/progress.gif) right center no-repeat;
	background-size: contain;
}

.node-webform .messages.error {
	color: #c00;
}

.node-webform .messages {
	font-size: .7rem;
}

.node-webform .messages ul {
	margin-bottom: .85rem;
}

.node-webform .messages li {
	margin-bottom: .2rem;
}

.node-webform .messages li::before {
	content: '- ';
}

.webform-confirmation {
	max-width: 390px;
	padding: 6rem 0;
	margin: 0 auto;
	text-align: center;
}

.webform-confirmation h3 {
	margin-bottom: 1rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #6361a0;
}

.webform-confirmation p {
	margin-bottom: 1rem;
	font-size: .85rem;
}

.webform-confirmation a {
	text-decoration: underline;
	color: inherit;
}

.webform-confirmation a:hover {
	text-decoration: none;
}

.rules {
	position: relative;
	z-index: 1;
}

.link-rules {
	font-size: .7rem;
	color: #105981;
}

.link-rules:hover {
	text-decoration: none;
}

.img-kit {
	display: block;
	max-width: 165%;
	margin-top: -15px;
	transform: translateX(-13%);
}


/* WHY CETACAINE */

.why {
	padding: 130px 0 70px;
	position: relative;
}

.why-text {
	max-width: 55.5%;
	padding-left: 110px;
	margin: 0 auto;
}

.why h2 {
	position: relative;
	color: #50a0d8;
}

.why h2::before {
	display: block;
	content: '';
	width: 1.35em;
	height: 1.3em;
	position: absolute;
	right: 102%;
	bottom: 50%;
	background: url(../images/cetacaine/choose-smile.png) center no-repeat;
	background-size: 100% auto;
}

.why-img1 {
	display: block;
	max-width: 26%;
	position: absolute;
	left: 2%;
	top: 52%;
	transform: translateY(-50%);
}

.why-img2 {
	display: block;
	max-width: 21%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-82%);
}


/* HOW IT WORKS */

.how {
	padding: 100px 0;
	background: #b2e2f2;
}

.how .wrap {
	display: flex;
	align-items: center;
}

.how .h1 {
	color: #6361a0;
}

.how p {
	padding-right: 40px;
}

.video {
	text-align: right;
	font-size: 0;
}

.btn-video {
	display: inline-block;
}

.btn-video img {
	display: block;
	max-width: 100%;
	transition: transform .3s ease;
	border-radius: 1.2rem;
	overflow: hidden;
	cursor: pointer;
}

.btn-video:hover img {
	transform: scale(.98);
}


/* TESTIMONIALS  */

.testimonials {
	padding: 98px 0 130px;
	color: #fff;
	background: #005981;
}

.testimonials .wrap {
	display: flex;
}

.testimonials .col {
	padding: 0 90px 0 0;
	text-align: center;
}

.testimonials .col + .col {
	padding: 0 0 0 15px;
}

.quote {
	padding-top: 54px;
	padding-left: 70px;
	background: url(../images/cetacaine/quote-smile.png) 0 0 no-repeat;
}

.quote p {
	font-size: 1.31rem;
	line-height: 1.24;
	font-weight: 700;
}

.author {
	margin-top: 1.46rem;
	color: #f38db5;
}


/* HOW TO APPLY  */

.apply {
	padding: 105px 0 68px;
}

.apply .wrap {
	display: flex;
}

.apply h2 {
	color: #50a0d8;
}

.apply p {
	max-width: 550px;
}

.apply .col20 {
	padding:  0 0 0 40px;
}

.apply .col20 img {
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
	border-radius: 35px;
	box-shadow: 0 3px 20px rgba(0,0,0,.35);
}

.apply .col20 p {
	margin: 0;
	font-size: .85rem;
	text-align: center;
}


/* COMPARISON */

.comparison {
	padding: 125px 0 160px;
	background: #b2e2f2;
}

.comparison .wrap {
	position: relative;
}

.comparison h2 {
	max-width: 72%;
	margin-bottom: 35px;
	color: #6361a0;
}

.comparison p {
	max-width: 70%;
	margin-bottom: 35px;
	font-size: .92rem;
}

.comparison img {
	display: block;
	max-width: 34%;
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translateY(-46%);
}

.btn-download {
	display: inline-block;
	height: 62px;
	padding: 0 50px;
	margin-top: 10px;
	line-height: 71px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #105981;
	border-radius: 13px;
}


/* PRESCRIBING INFO */

.info {
	padding: 140px 0 120px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #b3e2f4 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#b3e2f4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#b3e2f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3e2f4',GradientType=0 );
}

.info .wrap {
	display: flex;
	max-width: 1550px;
}

.info img {
	display: block;
	max-width: 100%;
	margin-bottom: 55px;
}

.info p {
	font-size: .85rem;
	line-height: 1.21;
	font-weight: 300;
	letter-spacing: .026rem;
}

.info strong {
	letter-spacing: .01rem;
}

.info .col {
	padding: 0 30px 0 0;
}

.info .col + .col {
	padding: 0 20px 0 35px;
}

.info a {
	text-decoration: none;
	color: inherit;
}

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


/**/

.bluebar {
	padding: 45px 0;
	font-size: 1.23rem;
	text-align: center;
	color: #fff;
	background: #005981;
}

.bluebar .wrap {
	padding-right: 6%;
}

.bluebar .sep {
	display: inline-block;
	width: 8.5%;
}

.bluebar a {
	text-decoration: none;
	color: inherit;
}

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


/* FOOTER */

footer {
	padding: 80px 0 65px;
}

footer .wrap {
	display: flex;
}

footer p {
	max-width: 1100px;
	padding-right: 7vw;
	margin-bottom: 30px;
	font-size: .85rem;
	font-weight: 300;
}

footer .col {
	width: 70%;
}

footer .col + .col {
	width: 30%;
	padding-top: 43px;
	text-align: right;
}

.footer-logo {
	max-width: 100%;
}

.copy {
	font-weight: 500;
}



@media screen and (min-width: 768px){

	.desktop-hide {
		display: none !important;
	}

}/* min-width: 768px */


@media screen and (min-width: 1024px){
	
	html {
		font-size: 18px;
	}

}/* min-width: 1024px */


@media screen and (min-width: 1200px){
	
	html {
		font-size: 20px;
	}

	.node-webform .form-type-checkbox label {
		padding-left: 2.2rem;
	}

}/* min-width: 1200px  */


@media screen and (min-width: 1550px){
	
	html {
		font-size: 26px;
	}

}/* min-width: 1550px */


@media screen and (max-width: 1800px){

	.img-kit {
		margin-left: 50%;
		transform: translateX(-60%);
	}

}/* max-width: 1800px */


@media screen and (max-width: 1199px){

	.hero-text {
		width: 60%;
		padding-right: 10%;
	}

	.hero-form {
		width: 40%;
	}

}/* max-width: 1199px */


@media screen and (max-width: 1023px){

	html {
		padding-top: 80px;
	}

	header {
		padding: 17px 0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		background: #fff;
		box-shadow: 0 0 2px rgba(0,0,0,.15);
	}

	header .logo {
		width: 56%;
		max-width: 200px;
	}

	.main-nav {
		display: none;
		padding: 35px 35px;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		font-size: 1.2rem;
		text-align: right;
		background: #fff;
		border-top: 1px solid #ddd;
		box-shadow: 0 5px 5px rgba(0,0,0,.1);
	}

	.main-nav ul {
		padding: 0;
	}

	.main-nav li {
		display: block;
	}

	.main-nav li + li {
		margin: 25px 0 0;
	}

	.main-nav li a {
		padding: 0;
		border: none;
	}

	.mob-menu-btn {
		display: block;
	    width: 35px;
	    height: 25px;
	    top: 30px;
	    right: 30px;
	    position: absolute;
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-transition: .5s ease-in-out;
	    -moz-transition: .5s ease-in-out;
	    -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	    cursor: pointer;
	}

	.mob-menu-btn span {
	    display: block;
	    position: absolute;
	    height: 3px;
	    width: 100%;
	    background: #0E5782;
	    border-radius: 9px;
	    opacity: 1;
	    left: 0;
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-transition: .25s ease-in-out;
	    -moz-transition: .25s ease-in-out;
	    -o-transition: .25s ease-in-out;
	    transition: .25s ease-in-out;
	}

	.mob-menu-btn span:nth-child(1) {
	    top: 0px;
	}

	.mob-menu-btn span:nth-child(2),
	.mob-menu-btn span:nth-child(3) {
	    top: 10px;
	}

	.mob-menu-btn span:nth-child(4) {
	    top: 20px;
	}

	.nav-open .mob-menu-btn span:nth-child(1) {
	    top: 18px;
	    width: 0%;
	    left: 50%;
	}

	.nav-open .mob-menu-btn span:nth-child(2) {
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	.nav-open .mob-menu-btn span:nth-child(3) {
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}

	.nav-open .mob-menu-btn span:nth-child(4) {
	    top: 18px;
	    width: 0%;
	    left: 50%;
	}

	.nav-overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		background: rgba(0,0,0,.15);
	}

	.nav-open .nav-overlay {
		display: block;
	}


	.img-kit {
		margin-left: 50%;
		transform: translateX(-60%);
	}


	/* TESTIMONIALS  */

	.testimonials {
		padding: 50px 0 85px;
	}

	.testimonials .wrap {
		display: block;
		padding: 0 35px;
	}

	.testimonials .col,
	.testimonials .col + .col {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.quote {
		max-width: 90%;
		margin: 0 auto;
		padding-top: 25px;
		padding-left: 1.85rem;
		background: url(../images/cetacaine/quote-smile.png) 1px 0 no-repeat;
		background-size: 1.5rem auto;
	}

	.quote2 {
		margin-top: 40px;
	}

	.quote p {
		font-size: 1.12rem;
	}

	.author {
		font-size: .8rem;
	}


	/* HOW TO APPLY  */

	.apply {
		text-align: center;
	}

	.apply .wrap {
		display: block;
	}

	.apply .col40 {
		width: 100%;
		margin-bottom: 30px;
	}

	.apply p {
		max-width: unset;
	}

	.apply .col20 {
		display: inline-block;
		width: 30%;
		padding: 0 25px;
		vertical-align: top;
	}

	.apply .col20 br {
		display: none;
	}

	
	/**/

	.bluebar {
		padding: 22px 0;
		font-size: 1.15rem;
	}

	.bluebar .sep {
		display: block;
		height: .3rem;
	}

}/* max-width: 1023px */


@media screen and (max-width: 900px){

	/* WHY CETACAINE */

	.why {
		padding: 64px 0 295px;
	}

	.why-text {
		max-width: unset;
		padding: 0;
		text-align: center;
	}

	.why h2::before {
		display: none;
	}

	.why p {
		padding: 0 4%;
	}

	.why-img1 {
		width: 70%;
		max-width: 270px;
		left: 1%;
		top: auto;
		bottom: 60px;
		transform: unset;
	}

	.why-img2 {
		width: 55%;
		max-width: 240px;
		position: absolute;
		right: -6%;
		top: auto;
		bottom: 125px;
		transform: rotate(10deg);
	}


	/* HOW IT WORKS */

	.how {
		padding: 60px 0 90px;
		text-align: center;
	}

	.how .wrap {
		display: block;
	}

	.how .col {
		width: 100%;
	}

	.how p {
		padding: 0 7%;
	}

	.video {
		max-width: 500px;
		margin: 25px auto 0;
	}

}/* max-width: 900px */


@media screen and (max-width: 767px){

	html {
		font-size: 13px;
		line-height: 1.21;
	}

	.wrap {
		padding: 0 20px;
	}

	h1, .h1 {
		font-size: 2.15rem;
	}

	.mobile-hide {
		display: none !important;
	}


	/* HERO */

	.hero {
		padding-bottom: 6px;
		background: #b2e2f2 url(../images/cetacaine/smiles-mob.png) 0 12px no-repeat;
		background-size: 100% auto;
	}

	.hero .wrap {
		display: block;
		height: auto;
		padding: 0 35px;
	}

	.hero-text {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.hero-text-wrap {
		padding-top: 50vw;
	}

	.hero-form {
		width: 100%;
		padding-top: 15px;
	}

	.hero-form-wrap {
		width: 100%;
		max-width: 458px;
		margin: 0 auto;
	}

	.hero-form-wrap > p {
		margin-bottom: 10px;
		font-size: 1.23rem;
		text-align: center;
	}

	.form-item + .form-item {
		margin-top: 6px;
	}

	.form-item input[type=text],
	.form-item input[type=email],
	.form-item textarea {
		height: 34px;
		padding: 0 20px;
		font-size: 1.2rem;
		border-radius: 10px;
	}

	.form-type-checkbox {
		padding-top: 5px;
	}

	.node-webform .form-type-checkbox label {
		min-height: 20px;
		padding-top: 5px;
		padding-left: 35px;
		font-size: 1rem;
		letter-spacing: -.015rem;
	}

	.form-type-checkbox label::before {
		width: 20px;
		height: 20px;
		left: 5px;
	}

	.webform-component--what-you-think {
		padding-top: 17px;
	}

	.webform-component--what-you-think p {
		margin-bottom: 7px;
		font-size: 1rem;
		text-align: center;
	}

	.webform-component-textarea textarea {
		height: 80px;
		min-height: 80px;
		padding: 12px 20px;
	}

	.form-actions {
		margin: 25px 0 15px;
	}

	.webform-submit {
		width: 130px;
		height: 42px;
		margin: 0 auto;
		font-size: 1.08rem;
		border-radius: 10px;
	}

	.webform-confirmation {
		max-width: 230px;
		padding: 5rem 0;
	}

	.webform-confirmation h3 {
		font-size: 1.5rem;
	}

	.webform-confirmation p {
		font-size: 1rem;
	}

	.rules {
		text-align: center;
	}

	.link-rules {
		font-size: 1rem;
	}

	.img-kit {
		max-width: 150%;
		margin: 10px 0 0 50%;
		transform: translateX(-55%);
	}


	/* HOW TO APPLY  */

	.apply {
		padding: 45px 40px 60px;
	}

	.apply .wrap {
		display: block;
	}

	.apply .col40 {
		margin-bottom: 30px;
	}

	.apply .col20 {
		display: block;
		width: 180px;
		margin: 0 auto;
	}

	.apply .col20 + .col20 {
		margin-top: 40px;
	}

	.apply .col20 img {
		margin: 0 auto 25px;
		border-radius: 25px;
		box-shadow: 0 0 20px rgba(0,0,0,.3);
	}

	.apply .col20 br {
		display: block;
	}

	.apply .col20 p {
		font-size: 1rem;
	}


	/* COMPARISON */

	.comparison {
		padding: 70px 0 40px;
		text-align: center;
	}

	.comparison .wrap {
		padding: 0 37px;
	}

	.comparison h2 {
		max-width: unset;
		margin-bottom: 1.5rem;
	}

	.comparison p {
		max-width: unset;
		margin-bottom: 1.5rem;
		font-size: .9rem;
	}

	.comparison img {
		max-width: 100%;
		margin: 25px auto 0;
		position: static;
		transform: none;
	}

	.btn-download {
		height: 40px;
		padding: 0 25px;
		margin-top: 20px;
		font-size: 1.32rem;
		line-height: 46px;
		border-radius: 10px;
	}


	/* PRESCRIBING INFO */

	.info {
		padding: 55px 0 40px;
	}

	.info .wrap {
		display: flex;
		padding: 0 30px;
	}

	.info img {
		margin-bottom: 20px;
	}

	.info p {
		margin-bottom: 1rem;
		font-size: .62rem;
		letter-spacing: 0;
	}

	.info strong {
		letter-spacing: 0;
	}

	.info .col {
		padding: 0 10px 0 0;
	}

	.info .col + .col {
		padding: 0 0 0 10px;
	}


	/* FOOTER */

	footer {
		padding: 25px 0 10px;
	}

	footer .wrap {
		display: flex;
		padding: 0 25px 0 30px;
	}

	footer p {
		padding-right: 20px;
		margin-bottom: 1.2rem;
		font-size: .62rem;
	}

	footer .col {
		width: 60%;
	}

	footer .col + .col {
		width: 40%;
		padding-left: 15px;
		padding-top: 1.7rem;
	}

	.footer-logo {
		width: 100%;
		max-width: 185px;
	}

	.copy {
		font-weight: 500;
	}

}/* max-width: 767px  */



.new-numbers-banner {
    display: block !important;
    max-width: 500px;
    margin: 50px 0 0;
}

.new-numbers-banner a {
    display: inline-block;
}

.new-numbers-banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


