/* Fonts */

@font-face {
	font-family: "Proxima Nova";
	src: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/fonts/proxima-nova-regular-webfont.woff");
}

@font-face {
	font-family: "Proxima Nova Semibold";
	src: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/fonts/proxima-nova-semibold-webfont.woff");
}

@font-face {
	font-family: "Proxima Nova Bold";
	src: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/fonts/proxima-nova-bold-webfont.woff");
}
@font-face {
	font-family: "Proxima Nova ExCn";
	src: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/fonts/fontsfree-net-proxima-nova-excn-reg-webfont.woff");
}

@font-face {
	font-family: "URW DIN Cond Demi";
	src: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/fonts/urwdincon_demi-webfont.woff");
}

@font-face {
	font-family: "URW DIN Cond";
	src: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/fonts/urwdincon_demi-webfont.woff");
}

@font-face {
	font-family: "URW DIN Cond Bold";
	src: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/fonts/urwdincon_bold-webfont.woff2");
}

@font-face {
	font-family: "URW DIN Cond Bold Italic";
	src: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/fonts/urwdin_bolditalic-webfont.woff2");
}

@font-face {
	font-family: "URW DIN";
	src: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/fonts/urwdin_regular-webfont.woff2");
}

@font-face {
	font-family: "URW DIN Bold";
	src: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/fonts/urwdin_bold-webfont.woff2");
}

* {
	-webkit-text-size-adjust:none;
}

main {
    max-width: 100vw;
    overflow: hidden;
}

.topbar {
	height: 50px;
	background-color: #004fa7;
	padding-top:7px;
}

.hero {
    margin-left: -215px;
}

.hero-section h1::before {
    content: url('//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/img-hero-reg.png');
    position: absolute;
    left: -400px;
    top: -26px;
    z-index: -1;
}

.hero-smaller h1::before {
    content: url('//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/img-hero-small.png');
    position: absolute;
    left: -317px;
    top: 17px;
    z-index: -1;
}

.hero-skinny h1::before {
    content: url('//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/hero-beta.jpg');
    position: absolute;
    left: -275px;
    top: -26px;
    z-index: -1;
}

.hero-section h1, .hero-skinny h1, .hero-smaller h1 {
	display: inline;
	position: relative;
}

.topbar .countdown {
	color:#FFF;
	font-size: 25px;
	font-family: "Proxima Nova";
}

.topbar .countdown b {
	font-family: "Proxima Nova Bold";
	font-weight: normal;
}

h1 {
	font-family: "Proxima Nova Bold";
	font-size: 62px;
	font-weight: bold;
	line-height: 1.2;
	color: #0b69b1;
	margin-bottom: 0;
}

h4.subheading {
	font-family: 'Proxima Nova';
	font-size: 24px;
	font-weight: bold;
	line-height: 1.63;
	color: #000000;
}

ul.checked-list {
	list-style: none;
	font-family: "Proxima Nova";
	font-size: 24px;
	line-height: 40px;
	margin-left:auto;
	margin-right: auto;
	display: inline-block;
}
ul.checked-list li {
	position: relative;
}
ul.checked-list li:before {
	content: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/icon-check-mark-copy-7.svg");
	position: absolute;
	left:-32px;
	top:2px;
}
.social-cast {
	font-family: "Proxima Nova";
	font-size: 20px;
	font-weight: 500;
	color:#636363;
}
.raised-cta {
    border-radius: 0;
    background-color: #0b69b110;
    color: #0b69b1;
    box-sizing: border-box;
    height: 135px;
    font-family: "Proxima Nova Bold";
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    position: relative;
    text-align: center;
    padding: 18px 200px 12px 12px;
    width: 100%;
    margin: auto;
    margin-top: 63px;
}
.raised-cta small {
    font-weight: normal;
    font-family: "Proxima Nova";
    font-size: 18px;
    margin-top: 4px;
    display: block;
}
.raised-cta img.mask-img {
    float: right;
    height: 163px;
    width: 163px;
    position: absolute;
    right: 36px;
    top: -34px;
}

.bg-lightblue {
    background: #0b69b110;
}

.fw-section-lightblue {
    background: #0a5ead;
    padding: 16px;
    color: #FFF;
}

.fw-section-darkblue {
    background: #093966;
    padding: 16px;
    color: #FFF;
}

.underlap {
    margin-top: -75px;
    padding-top: 65px;
}

h3 {
	font-family: "Proxima Nova Bold";
	font-weight: normal;
	font-size: 33px;
	line-height: 40px
}

h2.small {
	font-size: 25px;
}

.inline-input {
    display: inline-block;
    width: 350px;
    box-sizing: border-box;
    height: 64px;
    font-family: "Proxima Nova";
    font-size: 26px;
    color: #6d6d6d;
    border-radius: 8px;
    padding-left:24px;
}
.inline-button {
    width: 275px;
    font-family: "Proxima Nova";
    font-weight: bold;
    box-sizing: border-box;
    font-size: 26px;
    height: 64px;
    clear: both;
    margin-left: 8px;
    border-radius: 8px;
}
.form-group.inline-group {
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    position: relative;
}
.border-grey-right {
	border-right: 1px solid #e1e1e1;
}
.error-text {
    position: absolute;
    left: 0;
    bottom: -21px;
    color: #FFF;
    background: #a61616;
    width: 350px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.btn-success {
	background-color:#74a854;
	border-color: #74a854;
}
.btn-success:hover {
    color: #fff;
    background-color: #5b9934;
    border-color: #74a854;
}

.form-check-label, .form-check-label a {
    color: #ffffffcf;
}
.form-check-label a {
	text-decoration: underline;
}

.checkbox-text {
	cursor: pointer;
}

.checkbox-label {
    display: inline-block;
    position: relative;
    margin-right: 6px;
    cursor: pointer;
    font-size: 22px;
    line-height: 18px;
    height: 18px;
    width: 18px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .custom-checkbox {
    position: absolute;
    top: 10px;
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: #FFF;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #FFF;

}



.checkbox-label input:checked ~ .custom-checkbox {
    background-color: #fff;
    border-radius: 2px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    border: 2px solid #fff;
}

.checkbox-label .custom-checkbox::after {
    position: absolute;
    content: "";
    left: 9px;
    top: 9px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .custom-checkbox::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(38deg) scale(.8);
    opacity: 1;
    left: 3px;
    top: -2px;
    width: 9px;
    height: 16px;
    border: solid #0a5ead;
    border-width: 0 3px 3px 0;
    background-color: transparent;
    border-radius: 0;
}

.equation {
    margin: auto;
}

h2 {
	font-family: 'Proxima Nova Bold';
	font-size: 50px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #0067b3;
}

.col-heading {
	min-height: 100px;
	width: auto;
	box-sizing: border-box;
	color:#FFF;
	font-family: "Proxima Nova Bold";
	background-repeat: no-repeat;
	background-size: contain;
}

.col-heading .circle-img {
    margin-top: 118px;
    margin-bottom: 24px;
}

.info-col .subheading {
	font-family: 'Proxima Nova Bold';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.25;
	text-align: center;
	color: #000000;
	margin-bottom: 2em;
}

.orange .col-heading {
	background-image: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/opt/header-cooking@2x.png");
}

.blue .col-heading {
	background-image: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/opt/header-workouts@2x.png");
}

.green .col-heading {
	background-image: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/opt/header-tips@2x.png");
}

.orange ul.checked-list li:before {
	content: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/icon-check-mark-copy.svg");
}

.blue ul.checked-list li:before {
	content: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/icon-check-mark-copy-4.svg");
}

.info-col ul.checked-list {
	font-size: 20px;
	line-height: 25px;
	font-family: "Open Sans";
}

.info-col ul.checked-list li{
	margin-bottom: 18px;
}

.fs-40 {
	font-size: 40px;
	line-height: 50px;
}

.fs-35 {
	font-size: 35px;
	line-height: 50px;
}

.img-overlay {
	position: relative;
}
.img-overlay img {
    width: 90%;
}

.img-overlay .overlay-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFFFFFE6;
    width: 90%;
    font-size: 15px;
    text-align: center;
}

.arrow-list {
    font-family: "Open Sans";
    font-size: 20px;
    line-height: 25px;
    list-style: none;
    margin-top:10px;
}

.arrow-list li {
	position: relative;
	margin-bottom: 24px;
}

.arrow-list li:before {
	content: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/icon-arrow.svg");
	position: absolute;
	left:-38px;
	top:2px;
}

.dr-info {
    width: 100%;
    background: #eee;
    border-radius: 8px;
    padding: 4px;
    margin-top:48px;
    display: flex;
}

.dr-img img {
    height: 107px;
    margin-bottom: -16px;
    margin-top: -13px;
}

.dr-img {
    width: 50%;
    background: #FFF;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
}

.dr-text {
    width: 48%;
    box-sizing: border-box;
    padding-left: 53px;
    font-family: "Open Sans";
    font-size: 17px;
    line-height: 25px;
    float: right;
    margin-top: 15px;
    position: relative;
}

.dr-text:before {
	content: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/icon-arrow-orange.svg");
	position: absolute;
	left: 11px;
	top: 3px;
}

.content-section p {
	font-family: "Open Sans";
	max-width: 572px;
	font-size: 20px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:1.5rem;
	text-align: left;
}

.content-section a {
	color:#fff;
	text-decoration: underline;
}

.video-container {
    max-width: 991px;
    margin: 40px auto;
}

.footer-links li {
    display: inline-block;
    margin: 8px 12px;
    color: #000;
    font-size: 16px;
    font-family: "Proxima Nova Semibold";
    text-align: center;
}

.footer-links li a {
	color: #000;
}

.footer-links {
	margin: 0;
	padding: 0;
}

footer .address {
	font-family: "Proxima Nova";
	font-size: 14px;
	color: #000;
	margin: 16px 0;
}

.footer-social li {
    list-style: none;
    display: inline-block;
    margin: 8px;
}

.footer-social li img {
	width: 	35px;
}

.footer-social {
	margin-bottom:100px;
	margin-top: 32px;
	padding: 0;
}

.fb-msngr {
	width: 250px;
	margin-top: 24px;
}

#pe-widget-bell.pe-bottom-right {
    left: 18px !important;
}


input.is-invalid {
    border: 2px solid #a61616;
}

.disclaimer {
    font-size: 13px;
    max-width: 800px;
    margin: 0 auto 48px auto;
}

div.header-optin .inline-group .inline-button{
	width:450px 
}
.inline-group .inline-button {
	width:450px;
	font-size:22px;
}


/* Social Replace Split Test */

.heart-lungs-brain h4 {
	font-family: "Proxima Nova Bold";
	font-weight: normal;
	font-size: 30px;
}

body.social-replace .raised-cta {
	margin-top: 26px;
}

body.social-replace .hero-section h1::before {
	top: 12px;
}


/* header opt-in split test */

.optin-text {
    color: #FFF;
    font-family: "Proxima Nova Bold";
    font-size: 24px;
    margin-top: 4px;
}

div.header-optin .inline-input {
    height: 44px;
    width: 218px;
    font-size: 20px;
    margin: 0 8px;
}

div.header-optin {
    background: #004fa7;
    opacity: 0.9;
    text-align: center;
}

div.header-optin .inline-button {
    width: 150px;
    height: 44px;
    font-size: 20px;
    margin-left: 0;
}

.header-optin .checkbox-text {
    font-size: 12px;
}

.header-optin .form-check {
    margin-top: -8px;
    padding-bottom: 4px;
}

body.header-optin-test .raised-cta {
    margin-top: 0;
}

body.header-optin-test .mask-img {
    height: 108px;
    width: 108px;
    top: 0;
}

body.header-optin-test .hero-section h1::before {
    content: url('//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/img-hero-larger.png');
    position: absolute;
    left: -440px;
    top: 3px;
    z-index: -1;
}

/* Header Icon Split Test */

ul.icon-list {
    list-style: none;
    font-family: "Proxima Nova";
    font-size: 24px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

ul.icon-list li {
    display: inline-block;
    width: 218px;
    font-size: 20px;
    text-align: center;
    line-height: normal;
    margin: 0 12px;
    padding-top: 82px;
    position: relative;
    padding-bottom: 28px;
}

ul.icon-list li::before {
    position: absolute;
    top: 10px;
    left: 82px;
}


ul.icon-list li.icon-cooking:before {
	content: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/cooking-icon.svg");
}
ul.icon-list li.icon-workout:before {
	content: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/workout-icon.svg");
}
ul.icon-list li.icon-doctor:before {
	content: url("//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/doc-icon.svg");
}

body.header-optin-test.header-icon-test .hero-section h1::before {
    position: absolute;
    left: -440px;
    top: -30px;
    z-index: -1;
}



/* Header No Social Split Test */

body.header-optin-test.header-icon-test.header-nosocial-test .hero-section h1::before {
    position: absolute;
    left: -440px;
    top: -3px;
    z-index: -1;
}


/* Remove Doctor CTA Test */

.video-heading {
    color: #0b69b1;
    font-size: 42px;
}


/* Double Headline Test */

body.header-optin-test.header-icon-test.header-nosocial-test.double-headline-test .hero-section h1::before {
    left: -430px;
    top: -17px;
    background-image: url('//d1zemqtboih69v.cloudfront.net/metabolicliving/immunity-challenge/images/img-hero-larger.png');
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    content: "";
    width: 394px;
    height: 440px;
    background-size: contain;
}

body.header-optin-test.header-icon-test.header-nosocial-test.double-headline-test .hero-section h1{
	font-size: 52px;
	padding:8px 0;
}


@media screen and (min-width: 1650px) {
	.hero {
	    margin-left: 0;
	}

	.hero-skinny {
	    margin-left: 100px;
	}
}

@media screen and (min-width: 1500px) and (max-width:1650px) {
	.hero {
	    margin-left: -99px;
	}
	.hero-skinny {
	    margin-left: 50px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1500px) {
	.hero {
	    margin-left: -150px;
	}

	img.hero-skinny {
	    margin-left: -100px;
	}


}

/* Tablet Breakpoint */
@media screen and (max-width: 1200px) {
	h1 {
		font-size: 50px;
	}
	h3 {
		font-size: 26px;
		line-height: 36px;
	}

	h4.subheading {
		font-size: 20px;
	}

	.hero {
	    margin-left: -42px;
	}

	img.hero-skinny {
	    margin-left: 80px;
	}

	.raised-cta {
	    font-size: 21px;
	    margin-top:84px;
	}

	ul.icon-list li {
		font-size: 18px;
		width: 200px;
	}


	.form-check {
	    font-size: 13px;
	}

	.info-col {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.col-heading .circle-img {
	    margin-top: 80px;
	}
	.info-col .subheading {
	    font-size: 19px;
	    min-height: 72px;
	    margin-bottom: 1em;
	}
	.info-col ul.checked-list {
	    font-size: 15px;
	}
	h2.fs-40 {
	    font-size: 35px;
	}

	.img-overlay img, .img-overlay .overlay-text {
	    width: 100%;
	}

	.arrow-list {
	    font-size: 17px;
	    line-height: 24px;
	    margin-top: 30px;
	}
	.arrow-list li {
	    position: relative;
	    margin-bottom: 8px;
	}
	.dr-text {
	    font-size: 15px;
	    line-height: 22px;
	    margin-top: 7px;
	}

	.equation {
		max-width:100%;
	}

	body.header-optin-test .hero-section h1::before {
		top: -19px;
    	left: -460px;
	}

	body.header-optin-test.header-icon-test.header-nosocial-test .hero-section h1::before {
	    top: -34px;
	}

	/* Double Headline Test */

	body.header-optin-test.header-icon-test.header-nosocial-test.double-headline-test .hero-section h1::before {
	    left: -364px;
	    top: 20px;
	    width: 350px;
	    height: 350px;
	}

}

/* Mobile Breakpoint */
@media screen and (max-width: 991px) {

	.hero-section h1:before, .hero-skinny h1:before, .hero-smaller h1:before {
		content: "";
	}

	body.header-optin-test .hero-section h1::before {
		content: "";
	}
	.topbar {
	    height: 66px;
	    background-color: #003775;
	}

	.header-logo img {
	    max-width: 132%;
	}

	.error-text {
	    position: relative;
	    width: 290px;
	    display: block;
	    margin: -37px auto 31px auto;
	}

	.info-col ul.checked-list {
	    font-size: 20px;
	    margin-bottom: 24px;
	}

	.topbar .container {
	    max-width: 100vw;
	    padding: 0;
	    margin: 0;
	}

	.header-logo {
		height: 50px;
		padding-top:6px;
		padding-bottom: 9px;
	}

	.col-heading {
	    max-width: 450px;
	    margin: auto;
	}


	.topbar .countdown {
	    display: block;
	    max-width: 100vw;
	    margin-bottom: -7px;
	    text-align: center;
	    min-height: 62px;
	    font-size: 19px;
	    padding-top: 9px;
	    
	}

	.hero {
	    margin-left: -76px;
	    width: 352px;
	    height: auto;
	}

	h1 {
		font-size: 35px;
	}

	h3 {
	    font-size: 31px;
	    line-height: 36px;
	    margin-left: -15px;
	    margin-right: -15px;
	}

	h4.subheading {
		margin-top: 10px;
		font-size: 20px;
		font-family: "Proxima Nova Bold";
		line-height: normal;
		font-weight: normal;
	}

	ul.checked-list {
	    font-size: 18px;
	    line-height: normal;
	}

	ul.checked-list li {
		margin-bottom: 10px;
	}

	.social-cast {
	    font-size: 16px;
	    line-height: 30px;
	    font-weight: normal;
	    font-family: "Proxima Nova Semibold";
	    background: #f4f4f4;
	    width: 100%;
	    padding:6px 0 6px 0;
	}
	.social-cast hr {
	    width: 80%;
	    margin-top: 9px;
	    margin-bottom: 9px;
	}

	.free-recordings {
	    background: #FFF;
	    border-radius: 8px;
	    padding: 12px;
	    margin: 12px;
	    line-height: normal;
	}

	.raised-cta {
	    font-size: 18px;
	    line-height: 25px;
	    text-align: left;
	    margin: 0;
	    border-radius: 0;
	    padding-right: 7px;
	    min-height: 156px;
	}

	.raised-cta img.mask-img {
	    float: right;
	    height: 96px;
	    width: auto;
	    position: absolute;
	    right: 2px;
	    top: -125px;
	    border-radius: 8px;
	}

	.raised-cta small {
	    font-size: 16px;
	}
	.video {
	    width: 100%;
	    display: block;
	    margin: 0;
	    padding: 0;
	}

	.video-container {
	    margin: 0 auto 75px auto;
	}

	.video-container, .video-container .embed-container, .video-container .embed-container iframe {
	    width: 100%;
	    height: 178vw;
	    max-width: 500px;
	    max-height: 100vh;
	}

    /*
	.video img {
	    width: 100%;
	    max-width: 450px;
	}
    */

	.underlap {
	    margin-top: -75px;
	    padding-top: 35px;
	    padding-left: 0;
	    padding-right: 0;
	}

	h3 small {
	    font-weight: normal;
	    font-size: 20px;
	    font-family: "Proxima Nova";
	    margin-top: 10px;
	    display: block;
	}

	.form-group.inline-group {
	    display: block;
	}
	.inline-input, .inline-button {
	    display: block;
	    margin: auto;
	        margin-bottom: auto;
	    width: 290px;
	    margin-bottom: 10px;
	    text-align: center;
	    padding: 8px;
	    font-size: 23px;
	}


	.social-middle {
	    display: table-cell;
	    vertical-align: middle;
	    height: 50px;
	    text-align: center;
	    width: 50vw;
	}

	.form-check {
	    margin: auto;
	    max-width: 350px;
	    width: 100%;
	    padding-left: 16px;
	}

	.checkbox-label {
	    float: left;
	}

	.checkbox-text {
	    text-align: left;
	    float: left;
	    width: 91%;
	    font-size: 12px;
	}

	h2 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.col-heading .circle-img {
	    margin-top: 140px;
	}

	.info-col ul.checked-list {
	    font-size: 20px;
	}

	.info-col .subheading {
	    font-size: 21px;
	}

	h2.fs-40 {
	    font-size: 25px;
	    line-height: 35px;
	}

	.arrow-list {
	    font-size: 20px;
	    line-height: 25px;
	}

	.arrow-list li {
		margin-bottom: 10px;
	}

	.img-overlay {
	    margin-top: 12px;
	    width: 100%;
	}

	.dr-info {
	    display: block;
	    margin-top: -24px;
	}

	.dr-img, .dr-img img {
		width: 100%;
		height: auto;
	}

	.dr-text {
	    width: 100%;
	    margin-bottom: 24px;
	    font-size: 20px;
	    line-height: 28px;
	}
	.fs-40 {
	    font-size: 31px;
	    line-height: 37px;
	}

	.mobile-fs-sm {
	    font-size: 22px;
	    display: block;
	}
	.fs-35 {
	    font-size: 28px;
	    line-height: 30px;
	}


	/* Social Replace Split Test */

	.heart-lungs-brain h4 {
		font-size: 16px;
		margin:12px 0;
	}

	/* Header Opt-in Split Test */

	.optin-text {
	    font-size: 30px;
	    margin-top: -4px;
	    display: block;
	}

	div.header-optin .inline-input {
	    height: 54px;
	    width: 290px;
	    max-width: 80%;
	    margin: auto;
	}

	div.header-optin .inline-button {
	    width: 290px;
	    max-width: 80%;
	    margin: auto;
	    height: 54px;
	    margin-top: 8px;
	}

	.header-optin .checkbox-text {
	    font-size: 12px;
	}

	.header-optin .form-check {
	    margin-top: 0;
	    padding-bottom: 11px;
	}

	/* Video Heading Split Test  */
	.video-heading {
	    font-size: 34px;
	    margin-bottom: 24px;
	}

	body.header-optin-test.header-icon-test.header-nosocial-test.double-headline-test .hero-section h1::before {

		background-image: none;
	}

	body.header-optin-test.header-icon-test.header-nosocial-test.double-headline-test .hero-section h1 {
	    font-size: 35px;
	}
  
	div.header-optin .inline-group .inline-button, .inline-group .inline-button {
		font-size:15px;
		max-width:320px;
		width 100%;
	}
  




}

/* SM Breakpoint */
@media screen and (max-width: 767px) {
	
	.topbar .countdown {
	    font-size: 15px;
	    padding-top: 2px;
	}

	ul.icon-list li:before {
		content: "" !important;
	}

	ul.icon-list li {
	    width: 300px;
	    display: block;
	    text-align: left;
	    max-width: 75%;
	    margin-left: 46px;
	    padding-top: 4px;
	    font-size: 17px;
	    padding-bottom: 18px;
	}

	ul.icon-list li:last-child {
	    padding-bottom: 0;
	}

	.icon-list li img {
	    position: absolute;
	    left: -67px;
	    width: 48px;
	    height: 38px;
	    top: 1px;
	}
}



/* XS Breakpoint */
@media screen and (max-width: 575px) {

	h4.subheading {
	    font-size: 16px;
	}
	h3.text-free {
	    font-size: 24px;
	}
	h1 {
	    font-size: 29px;
	    margin-top: -8px;
	    display: block !important;
	    margin-bottom: 8px;
	}

	body.double-headline-test h1 {
	    font-size: 26px;
	}

	.optin-text {
    	font-size: 21px !important;
    	padding-bottom: 12px;
	}

	.checkbox-text, .header-optin .checkbox-text {
		font-size: 11px;
	}

	.mobile-fs-18 {
		font-size:18px;
	}
	h2.fs-40 {
	    font-size: 29px;
	    line-height: 35px;
	}
	.social-cast {
		width:100vw;
	}

	ul.checked-list {
	    margin: 0 12px;
	}
	
	.arrow-list {
	   margin-top: 0;
	}

	h2 {
	    padding-right: 0;
	    padding-left: 0;
	    font-size: 25px;
	}

	h3 {
	    font-size: 22px;
	    line-height: 30px;
	    margin-left: -15px;
	    margin-right: -15px;
	}

	.img-overlay {
	    margin-top: 12px;
	    width: 100vw;
	    margin-left: -15px;
	}

	.video {
	    width: 100vw;
	    max-width: 100vw;
	}
	.video-heading {
	    font-size: 25px;
	}
	body.header-optin-test.header-icon-test.header-nosocial-test.double-headline-test .hero-section h1 {
	    font-size: 24px;
	}


	body.inline-blueguy-test .icon-list ul {
	    width: auto;
	    font-size: 13px;
	} 

	body.inline-blueguy-test .hero-section img.hero-img {
	    position: absolute;
	    left: -75px;
	    z-index: -1;
	    bottom: 0;
	    height: 201px;
	}

	body.inline-blueguy-test ul.icon-list {
	    width: 61%;
	    float: right;
	    margin: 16px -11px 27px 0 !important
	}

	body.inline-blueguy-test ul.icon-list li {
	    float: right;
	    font-size: 13px;
	    -webkit-text-size-adjust:none;
	}

	body.inline-blueguy-test .icon-list li img {
		left: -55px;
	}

	body.inline-blueguy-test .subheading {
	    margin-top: -28px !important;
	    margin-bottom: 22px;
	}

	.form-check {
	    margin-left: auto;
	    margin-right: auto;
	    padding: 0;
	    width: 320px;
	}

}

/* TYP CSS */

body.thankyou {
    font-family: "Proxima Nova";
    text-align:center;
}

body.thankyou h1 {
    font-family: "Proxima Nova";
    font-weight:normal;
    margin:30px 0 20px 0;
}

body.thankyou h2 {
    font-family: "URW DIN Bold";
    text-transform:uppercase;
    font-size:40px;
    letter-spacing:-1px;
}

body.thankyou h3 {
    font-family: "Proxima Nova";
    font-size: 30px;
    line-height:36px;
    margin:0 0 30px 0;
}

body.thankyou h3 strong {
    font-family: "Proxima Nova Bold";
}

body.thankyou section {
    margin:0 0 60px 0;
}

body.thankyou section .container {
    padding:0 20px;
}

body.thankyou section small {
    display:block;
}

body.thankyou #program-steps {
    margin-bottom:75px;
}

body.thankyou #program-steps .container {
    display:flex;
    flex-wrap:wrap;
}

body.thankyou #program-steps .card {
    width:calc(33.33% - 2px);
    border-radius:18px;
    background-color:#f5f5f5;
    font-size:18px;
    line-height:30px;
    margin:0 1px;
    border:none;
}

body.thankyou #program-steps .card .card-header {
    font-family:"Proxima Nova ExCn";
    font-weight:bold;
    font-size:30px;
    background:#0a5ead;
    color:#fff;
    border-radius:18px 18px 0 0;
}

body.thankyou #program-steps .card .card-header span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
    font-style: italic;
    padding: 5px 8px 5px 5px;
    line-height: 26px;
    margin: 0 5px 0 0;
}

body.thankyou #program-steps .card-body {
    padding:15px;
}

body.thankyou #program-steps .card h4 {
    font-family:"Proxima Nova Bold";
    font-size:18px;
    margin:0 0 0px 0;
}

body.thankyou #program-steps .card strong {
    font-family:"Proxima Nova Bold";
}

button.fb-join-group {
    background:url("https://ptsdhelp.overcomingptsd.info/wp-content/uploads/2018/11/Join-Group.png") no-repeat;
    background-size:contain;
    width:160px;
    height:65px;
    border:none;
    outline:none;
    font-size:0;
    margin:20px 0 0 0;
}

.messenger {
    height: 215px;
}

.footer-social h4 {
    color: #000;
    margin-bottom: 14px;
    font-family: "Proxima Nova Semibold";
}

button.fb-send-to-messenger {
    background:url("https://i1.wp.com/blueoceandigitalagency.com/wp-content/uploads/Facebook-Send-to-Messenger-Button.png?zoom=2.200000047683716&resize=386%2C80&ssl=1") no-repeat;
    background-size:contain;
    width:255px;
    height:55px;
    border:none;
    outline:none;
    font-size:0;
    margin:10px 0 30px 0;
}

ul.social-icons {
    list-style-type:none;
    margin:0;
    padding:0 20px;
    display:flex;
    justify-content:center;
}

ul.social-icons li {
    margin:0 5px;
    max-width:40px;
}

ul.social-icons img {
    width:auto;
    height:auto;
    max-width:100%;
}

#message-wall header {
    padding:50px 0 175px 0;
    margin-bottom:-165px;
    color:#FFF;
    font-size:33px;
}

#message-wall h5 {
    font-family: "Proxima Nova Bold";
    font-size: 52px;
    color: #FFF;
    margin: 0;
}

body.thankyou .video-container {
    -webkit-box-shadow: 0px 0px 56px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 56px 0px rgba(153,153,153,1);
    box-shadow: 0px 0px 56px 0px rgba(153,153,153,1);
}

.input-lg {
    height: 100px;
    width: 400px;
    max-width: 80%;
    font-size: 33px;
    text-align: center;
    margin: auto;
}

.sms-text {
    font-family: "Proxima Nova";
    font-size: 28px;
    color: #0a5ead;
    margin: 24px 0;

}

.sms-text b {
    font-family: "Proxima Nova Bold";
    font-weight: normal;
}

strong {
    font-family: "Proxima Nova Bold";
    font-weight: normal;
}

.notice {
    color: #4c4c4c;
    font-size: 12px;
    line-height: 15px;
}

/* Video styles */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
.video-container .thumbnail {
    display:none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor:pointer;
}
.video-container .thumbnail.active {
    display:block;
}

/* End video styles */

@media (min-width: 1200px) {
    body.thankyou .container {
        max-width: 960px;
    }
}
@media screen and (max-width: 991px) {
    body.thankyou #program-steps .card {
        width:100%;
        margin-bottom:10px;
    }
}

@media screen and (max-width: 991px) {
    body.thankyou h3 {
        font-size: 25px;
        line-height: 31px;
        padding: 0;
    }
}