@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face {
	font-family: 'gothamblack';
	src: url('../fonts/gotham-black-webfont.eot');
	src: url('../fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham-black-webfont.woff') format('woff'),
	url('../fonts/gotham-black-webfont.ttf') format('truetype'),
	url('../fonts/gotham-black-webfont.svg#gothamblack') format('svg');
	font-weight: normal;
	font-style: normal;
}
.gothamBlack {
	font-family: 'Gotham Black Regular', 'gothamblack', 'Open Sans', Arial !important;
}
@font-face {
	font-family: 'gothambold';
	src: url('../fonts/gotham-bold-webfont.eot');
	src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham-bold-webfont.woff') format('woff'),
	url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
	url('../fonts/gotham-bold-webfont.svg#gothambold') format('svg');
	font-weight: normal;
	font-style: normal;
}
.gothamBold {
	font-family: 'Gotham Bold Regular', 'Open Sans', Arial !important;
}
@font-face {
	font-family: 'gothamextra_light';
	src: url('../fonts/gotham-extralight-webfont.eot');
	src: url('../fonts/gotham-extralight-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham-extralight-webfont.woff') format('woff'),
	url('../fonts/gotham-extralight-webfont.ttf') format('truetype'),
	url('../fonts/gotham-extralight-webfont.svg#gothamextra_light') format('svg');
	font-weight: normal;
	font-style: normal;
}
.gothamLight {
	font-family: 'Gotham ExtraLight Regular', 'gothamextra_light', 'Open Sans', Arial !important;
}
@font-face {
	font-family: 'gothambook';
	src: url('../fonts/gotham-book-webfont.eot');
	src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham-book-webfont.woff') format('woff'),
	url('../fonts/gotham-book-webfont.ttf') format('truetype'),
	url('../fonts/gotham-book-webfont.svg#gothambook') format('svg');
	font-weight: normal;
	font-style: normal;
}
.gothamBook {
	font-family: 'Gotham Book Regular', 'gothambook', 'Open Sans', Arial !important;
}
@font-face {
	font-family: 'TrajanPro';
	src: url('../fonts/TrajanPro-Regular.eot');
	src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TrajanPro-Regular.woff') format('woff'),
	url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
	url('../fonts/TrajanPro-Regular.svg#TrajanPro') format('svg');
	font-weight: normal;
	font-style: normal;
}
.trajanPro {
	font-family: "Trajan Pro", "TrajanPro", Arial, sans-serif !important;
}
.raleWay {
	font-family: "RaleWay", "Open Sans", Arial, sans-serif !important;
}

.openSans {
	font-family: 'Open Sans', Arial, sans-serif !important;
}
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}
p {
	margin: 0 0 20px;
}
@media (min-width: 768px) {
	p {
		margin: 0 0 30px;
	}
}
.ftf-logo {
	background-color: #222222;
	min-height: 74px;
}
.ftf-logo .logo-block {
	padding-top: 11px;
	padding-bottom: 11px;
}
.ftf-logo .text-block {
	padding-top: 12px;
	padding-bottom: 12px;
}
.ftf-logo .text-block h2 {
	margin: 0px;
	font-size: 26px;
	line-height: 30px;
}
@media (min-width: 768px) {
	.ftf-logo .text-block h2 {
		font-size: 36px;
		line-height: 50px;
	}
}
.ftf-hero {
	background: url('../img/hero2.jpg') #2a1f38;
	background-size: cover;
	background-position: top center;
	padding: 0px;
	color: #FFFFFF;
}
.ftf-hero .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 768px) {
	.ftf-hero .container {
		background-size: 100% auto;
		padding-top: 40px;
		padding-bottom: 65px;
	}
}
.box-outlined{
	border: 1px #4d5160 solid;
	padding: 12px 20px;
	display: inline-block;
	vertical-align: text-bottom;
}
.box-white-inner{
	background: #fff;
	padding: 25px;
}
@media (min-width: 1200px) {
	.box-white{
		background: #fff;
		position: relative;
	}
	.overlap-lg-before{ }
	.overlap-lg{
		margin-top: -300px;
	}
	.box-white .col-lg-4{position: absolute; top: 0; right: 0;height: 100%; overflow-y: auto;
	}
	.box-white-inner{
		padding: 15px 10px;  }
		#disqus_thread{ height: auto !important; max-height: 10000% !important; overflow-y: hidden;}
	}
	.offer-countdown {
		width: 280px;
		max-width: 100%;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	.counter-group {
		background: none ;
	}
	.counter-block::before {
		display: none;
	}
	.counter-group::before {
		display: none;
	}
	.counter-group .counter-block {
		width: 66px;
		margin: 0;
	}
	.counter-block .counter {
		border-radius: 0px;
		border: none;
		height: 44px;
	}
	.counter-block .counter::before {
		content: ":";
		border: none;
		font-size: 30px;
		margin-top: -15px;
		width: 5px;
		left: 0px;
		font-family: 'Gotham Book Regular', 'gothambook', 'Open Sans', Arial !important;
		color: #FFFFFF;
		background: transparent;
		z-index: 1049;
	}
	.counter-block .counter::after {
		display: none;
	}
	.counter-block .counter.days::before {
		display: none;
	}
	.counter-block .counter .number.hundreds {
		display: none !important;
	}
	.counter-block .counter .number.tens {
		width: 55%;
		text-align: right;
	}
	.counter-block .counter .tens {
		padding-left: 13%;
	}
	.counter-block .counter .number.units {
		width: 43%;
	}
	.counter-block .counter .units {
		padding-right: 0%;
	}
	.counter-block .counter .number {
		background-color: transparent;
		color: #FFFFFF;
		font-size: 28px;
		line-height: 43px;
		font-family: 'Gotham Book Regular', 'gothambook', 'Open Sans', Arial !important;
	}
	.counter-block .counter-caption {
		font-size: 12px;
		line-height: 12px;
		padding-bottom: 0;
		vertical-align: top;
		font-family: 'Gotham Book Regular', 'gothambook', 'Open Sans', Arial !important;
	}
	.ftf-features{
		background: url('../img/ftf-features.jpg') #334764;
		background-size: cover;
		background-position: top center;
		padding: 0px;
		color: #FFFFFF;
	}
	.ftf-features .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	@media (min-width: 768px) {
		.ftf-features .container {
			background-size: 100% auto;
			padding-top: 40px;
			padding-bottom: 65px;
		}
	}
	.ftf-learn {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ftf-social {
		background: #f6f7f9;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.ftf-final-cta{
		background: url('../img/ctaBG.jpg') #242134;
		background-size: cover;
		background-position: top center;
		padding: 0px;
		color: #FFFFFF;
	}
	.ftf-final-cta .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	@media (min-width: 768px) {
		.ftf-final-cta .container {
			background-size: 100% auto;
			padding-top: 40px;
			padding-bottom: 65px;
		}
	}
	.ftf-share {
		background-color: #efefef;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	@media (min-width: 768px) {
		.ftf-share {
			padding-top: 60px;
			padding-bottom: 60px;
		}
	}

	.img-circle {
		border: none;
	}
	hr.blue {
		border-top: 1px solid rgba(39, 72, 101, 0.2);
	}
	hr.white {
		border-top: 1px solid rgba(255, 255, 255, 1);
	}
	.ftf-cta {
		padding: 20px 0 25px;
		background-color: #6f7d96;
		background-repeat: no-repeat;
		background-position: top center;
	}
	div.ftf-cta{
		padding-left: 20px;
		padding-right: 20px;
	}
	.ftf-cta .col-md-6  {
		padding-bottom: 20px;
	}
	@media (min-width: 1200px) {
		.ftf-cta {
			padding: 30px 0 35px;
		}
		div.ftf-cta{
			padding-left: 0;
			padding-right: 0;
		}
		.ftf-cta .col-md-6{
			padding-bottom: 0;
		}
	}
	#footer {
		background-color: #111111;
		font-family: "Open Sans", Arial, sans-serif;
		font-weight: 100;
		padding: 25px 0px;
	}
	#footer p {
		margin: 0 0 20px;
	}
	.greyLinks {
		color: #6c6b6b;
	}
	#footer .greyLinks a {
		padding: 0px;
		color: #6c6b6b;
		text-decoration: none;
	}
	#footer .greyLinks a:hover {
		padding: 0px;
		color: #FFFFFF;
		background-color: transparent;
	}
	#footer .goldLinks a {
		padding: 0px;
		color: #b59f73;
		text-decoration: none;
	}
	#footer .goldLinks a:hover {
		padding: 0px;
		color: #FFFFFF;
		background-color: transparent;
	}
	#footer .navSpacer {
		display: inline-block;
		width: 30px;
		height: 1px;
	}
	.copyright {
		font-size: 14px;
		line-height: 23px;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footerSocial {
		font-size: 12px;
		line-height: 16px;
		padding: 15px 0;
		text-align: center;
	}
	#footer .footerSocial a {
		display: inline-block;
		padding: 0px 10px;
		font-size: 20px;
		color: #FFFFFF;
	}
	#footer .footerSocial a:hover {
		padding: 0px 10px;
		color: #b59f73;
		background-color: transparent;
	}
	#footer .disclaimer {
		padding: 0px;
		font-size: 12px;
	}
	#footer .disclaimer p {
		color: #5e5e5e;
		font-size: 12px;
		line-height: 14px;
		text-align: center;
	}
	#footer .disclaimer sup {
		font-size: 7px;
	}
	.manus-list {
		list-style: none;
		padding: 0 0 0 40px;
		counter-reset: section;
	}
	@media (min-width: 768px) {
		.manus-list {
			padding: 0 0 0 50px;
		}
	}
	.manus-list li {
		margin-bottom: 30px;
	}
	ul.manus-list li:after {
		content: "\f058";
		position: absolute;
		left: -30px;
		top: 0px;
		color: #222222;
		font-size: 20px;
		font-family: FontAwesome !important;
	}

	@media (min-width: 768px) {
		ul.manus-list li:after {
			left: -48px;
		}
	}
	ul.manus-list li.noimage:after {
		content: "";
		display: none;
	}
	.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
		outline: none;
		outline-offset: 0px;
	}
	/* Begin Orange Button*/
	.btn-orange {
		color: #FFFFFF;
		font-weight: bold;
		background-color: #d3b05b;
		border: none !important;
		box-shadow: none !important;
		border-radius: 30px;
		white-space: normal;
	}
	.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange.focus {
		color: #FFFFFF;
		background-color: #b48828;
	}
	.btn-orange.btn-lg, .btn-purple.btn-lg {
		padding: 10px 43px;
	}
	.btn-orange.btn-hg, .btn-purple.btn-hg {
		padding: 15px 45px;
		font-size: 22px;
		line-height: 22px;
	}
	.btn-234 {
		width: 234px;
		max-width: 100%;
		text-align: center;
	}
	@media (max-width: 767px) {
		.btn-orange.btn-hg, .btn-purple.btn-hg {
			padding: 15px 15px;
			font-size: 20px !important;
			line-height: 22px;
		}
		.btn-234 {
			display: block;
			margin: 0px auto;
		}
	}
	@media (max-width: 1199px) {
		.btn-orange.btn-hg, .btn-purple.btn-hg {
			margin: 0 auto;
			display: block;
		}
	}
	/*End Gold Button*/
	input.infusion-field-input-container{
		padding: 13px 10px;
		margin: 1px 0;
		background: #fff;
		width: 100%;
		font-size: 18px;
		line-height: 22px;
		color: #565656;
		border: none;
	}
	.text-white {
		color: #FFFFFF !important;
	}
	.whiteBG {
		background-color: #FFFFFF;
	}
	.text-purple {
		color: #674360 !important;
	}
	.text-gold {
		color: #d7a538 !important;
	}
	.text-red {
		color: #f18473 !important;
	}
	.text-dark-grey {
		color: #444444 !important;
	}
	.text-light-grey {
		color: #606060 !important;
	}
	.text-lighter-grey {
		color: #cdcfd2 !important;
	}
	.text-middle-grey {
		color: #908594 !important;
	}
	.text-orange {
		color: #d7a538 !important;
	}
	.ftf-final-cta .text-light-grey {
		color: #afb0b0 !important;
	}
	.letterspacing0 {
		letter-spacing: 0px;
	}
	.letterspacing1 {
		letter-spacing: 1px;
	}
	.letterspacing2 {
		letter-spacing: 2px;
	}
	.nomargin {
		margin: 0px !important;
	}
	.nomargin-t {
		margin-top: 0px !important;
	}
	.nomargin-b {
		margin-bottom: 0px !important;
	}
	.padding0 {
		padding: 0px;
	}
	.paddingt0 {
		padding-top: 0px;
	}
	.paddingb0 {
		padding-top: 0px;
	}

	@media (min-width: 1280px) {
		.img-oversize {
			margin-left: -30px;
			max-width: 110%;
		}
		.padding0-lg {
			padding: 0px;
		}
	}
	.progress-arrows{
		background: #fff;
		float: left;
		width: 100%;
	}

	.progress-arrows-row{
		width: 100%;
		height: 2px;
		clear: both;
		background: #273658;
	}
	.arrow-block{
		display: block;
		width: 23%;
		margin: 0 2% 0 0;
		padding-left: 28px;
		position: relative;
		background: #bfbfc0;
		color: #fff;
		font-family: "Open Sans", sans-serif;
		text-decoration: none;
		text-align: center;
		line-height: 56px;
		height: 56px;
		vertical-align: middle;
		text-transform: uppercase;
		font-weight: bold;
		float: left;
	}
	.arrow-block:last-child{
		margin-right: 0;
		width: 25%;
	}

	.arrow-block:hover{
		text-decoration: none !important;
		cursor: default;
		color: #fff;
	}
	.arrow-block-enabled:hover, .arrow-block-active, .arrow-block-active-item{
		background: #1290cb;
		text-decoration: none;
		cursor: pointer;
	}
	.arrow-block-double{
		line-height: 1em;
		padding-top: 10px ;
	}
	.arrow-block:before {
		content: "";
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
		border-left: 28px solid #fff;
		position: absolute; left: 0; top: 0;
	}
	.arrow-block:first-child:before {
		display: none;
	}

	.arrow-block:after {
		content: "";
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
		border-left: 28px solid #bfbfc0;
		position: absolute; right: -28px; top: 0;
		z-index: 1;
	}
	.arrow-block:last-child:after {
		display: none;
	}
	.arrow-block-enabled:hover:after, .arrow-block-active:after, .arrow-block-active-item:after{
		border-left-color:#1290cb;
	}

	@media (max-width: 640px) {
		.arrow-block{
			font-size: 12px;
			padding-left: 18px;
		}
		.arrow-block-double{
			line-height: 1em;
			font-weight: normal;
			padding-top: 15px ;
			letter-spacing: -0.08em;
		}
		.arrow-block:before, .arrow-block:after {
			border-left-width: 18px;
		}
		.arrow-block:after { right:-18px;}
	}

	@media (max-width: 1023px) {
		.arrow-block:nth-child(6):before {
			display: none;
		}
		.arrow-block:nth-child(4){
			margin-right: 0;
			width: 25%;
		}
		.arrow-block:nth-child(4):after {
			display: none;
		}
		.big-sm{ font-size: 1.2em; font-weight: bold; letter-spacing: normal;}

	}

	@media (min-width: 1024px) {
		.arrow-block{
			width: 11.5%;
			margin-right: 1%;
		}
		.arrow-block:last-child{
			width: 12.5%;
		}

		.progress-arrows-row{
			display: none;
		}
	}

	#disqus_thread{
		max-height: 450px;
		overflow: auto;
	}