/*
	Author 			: Sukhvinder Singh Ghataore
	Description		: Diabetes.co.uk Form Contour Next One
*/
/* IMPORTS */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Ubuntu");
@font-face {
	font-family: 'San Francisco Ultra Thin';
	src: url('fonts/san-francisco/SanFranciscoDisplay-Ultralight.eot');
	src: url('fonts/san-francisco/SanFranciscoDisplay-Ultralight.eot?#iefix') format('embedded-opentype'), url('fonts/san-francisco/SanFranciscoDisplay-Ultralight.woff2') format('woff2'), url('fonts/san-francisco/SanFranciscoDisplay-Ultralight.woff') format('woff'), url('fonts/san-francisco/SanFranciscoDisplay-Ultralight.ttf') format('truetype'), url('fonts/san-francisco/SanFranciscoDisplay-Ultralight.svg#SanFranciscoDisplay-Ultralight') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'San Francisco';
	src: url('fonts/san-francisco/SanFranciscoDisplay-Regular.eot');
	src: url('fonts/san-francisco/SanFranciscoDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/san-francisco/SanFranciscoDisplay-Regular.woff2') format('woff2'), url('fonts/san-francisco/SanFranciscoDisplay-Regular.woff') format('woff'), url('fonts/san-francisco/SanFranciscoDisplay-Regular.ttf') format('truetype'), url('fonts/san-francisco/SanFranciscoDisplay-Regular.svg#SanFranciscoDisplay-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'San Francisco Thin';
	src: url('fonts/san-francisco/SanFranciscoDisplay-Thin.eot');
	src: url('fonts/san-francisco/SanFranciscoDisplay-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/san-francisco/SanFranciscoDisplay-Thin.woff2') format('woff2'), url('fonts/san-francisco/SanFranciscoDisplay-Thin.woff') format('woff'), url('fonts/san-francisco/SanFranciscoDisplay-Thin.ttf') format('truetype'), url('fonts/san-francisco/SanFranciscoDisplay-Thin.svg#SanFranciscoDisplay-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'San Francisco Bold';
	src: url('fonts/san-francisco/SanFranciscoDisplay-Bold.eot');
	src: url('fonts/san-francisco/SanFranciscoDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/san-francisco/SanFranciscoDisplay-Bold.woff2') format('woff2'), url('fonts/san-francisco/SanFranciscoDisplay-Bold.woff') format('woff'), url('fonts/san-francisco/SanFranciscoDisplay-Bold.ttf') format('truetype'), url('fonts/san-francisco/SanFranciscoDisplay-Bold.svg#SanFranciscoDisplay-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'San Francisco Medium';
	src: url('fonts/san-francisco/SanFranciscoDisplay-Medium.eot');
	src: url('fonts/san-francisco/SanFranciscoDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/san-francisco/SanFranciscoDisplay-Medium.woff2') format('woff2'), url('fonts/san-francisco/SanFranciscoDisplay-Medium.woff') format('woff'), url('fonts/san-francisco/SanFranciscoDisplay-Medium.ttf') format('truetype'), url('fonts/san-francisco/SanFranciscoDisplay-Medium.svg#SanFranciscoDisplay-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'San Francisco Semi Bold';
	src: url('fonts/san-francisco/SanFranciscoDisplay-Semibold.eot');
	src: url('fonts/san-francisco/SanFranciscoDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/san-francisco/SanFranciscoDisplay-Semibold.woff2') format('woff2'), url('fonts/san-francisco/SanFranciscoDisplay-Semibold.woff') format('woff'), url('fonts/san-francisco/SanFranciscoDisplay-Semibold.ttf') format('truetype'), url('fonts/san-francisco/SanFranciscoDisplay-Semibold.svg#SanFranciscoDisplay-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
/* RESETS */
*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0;
}
html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "San Francisco", "Arial", sans-serif;
	line-height: 1;
	border: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
}
div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label {
	line-height: normal;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	line-height: normal;
	margin: 1em 0;
	font-weight: normal;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
table caption,
table th,
table td {
	padding: 10px 5px;
	text-align: left;
	vertical-align: middle;
}
a img {
	border: 0;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -5px;
}
sub {
	top: 5px;
}
address {
	line-height: 21px;
	font-style: normal;
}
/* CUSTOM */
.col {
	float: left;
	padding: 0 15px;
}
.one-full { width: 100%; }
.one-half { width: 50%; }
.one-third { width: 33.3333333333%; }
.one-fourth { width: 25%; }
.one-fifth { width: 20%; }
.one-sixth { width: 16.6666666667%; }
.one-seventh { width: 14.2857142857%; }
.one-eighth { width: 12.5%; }
.one-ninth { width: 11.1111111111%; }
.one-tenth { width: 10%; }
.two-thirds { width: 75%; }
.space-right { margin-right: 15px; }
.space-left { margin-left: 15px; }
h1,
.heading-1 {
	font-size: 25px;
	font-weight: bold;
}
h2,
.heading-2 {
	font-size: 22px;
	font-weight: 600;
}
h3,
.heading-3 {
	font-size: 18px;
	font-weight: 600;
}
h4,
.heading-4 {
	font-size: 16px;
	font-weight: 600;
}
h5,
.heading-5 {
	font-size: 14px;
	font-weight: 600;
}
h6,
.heading-6 {
	font-size: 12px;
	font-weight: 600;
}
form {
	padding: 0;
	margin: 0;
	border: 0;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
}
.formatField .field {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 0;
}
ul {
	display: block;
	list-style-type: none;
}
ol li,
ul li {
	list-style-type: disc;
	margin: 5px 0 5px 20px;
}
p {
	line-height: 21px;
}
:disabled,
button[disabled] {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: alpha(opacity=50);
	cursor: not-allowed;
}
.inner {
	padding: 0 40px;
	max-width: 1100px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #575757;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}
	a:hover {
		text-decoration: underline;
		-webkit-transition: all 150ms linear;
		-moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		-o-transition: all 150ms linear;
		transition: all 150ms linear;
	}
.clearfix {
	clear: both;
}
	.clearfix:before,
	.clearfix:after {
		content: " ";
		display: table;
		clear: both;
	}
.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
	margin: 0;
	padding: 0;
}
.respond img {
	display: block;
	width: 100%;
	height: auto;
}
.respondi img {
	display: inline-block;
	width: 100%;
	height: auto;
}
	.respondmax img {
		display: block;
		max-width: 100%;
		height: auto;
	}
.overflow {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.hide {
	display: none;
}
.hidden {
	visibility: hidden;
}
.align-mid {
	display: table-cell;
	vertical-align: middle;
}
.button {
	display: block;
	width: 100%;
	padding: 20px 15px;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 60px;
	border: 2px solid;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	cursor: pointer;
	outline: 0;
	letter-spacing: 2px;
}
	.button:hover {
		text-decoration: none;
		color: #555;
		border-color: #FFF;
		background-color: #FFF;
	}
.pagination a {
	float: left;
	padding: 11px 13px;
	margin: 0 0 0 2px;
	color: #666;
	border: 1px solid #E6E6E6;
}
	.pagination a:first-child {
		border-radius: 2px 0 0 2px;
	}
	.pagination a:last-child {
		border-radius: 0 2px 2px 0;
	}
	.pagination a .fa {
		display: inline-block;
		font-size: 11px;
	}
	.pagination a.active,
	.pagination a.active:hover {
		color: #FFFFFF;
		border-color: #82BF56;
		background-color: #82BF56;
	}
	.pagination a:hover {
		color: #82BF56;
		background-color: #F2F2F2;
		text-decoration: none;
	}
.space-10 {
	height: 10px;
}
.space-20 {
	height: 20px;
}
.space-30 {
	height: 30px;
}
.space-40 {
	height: 40px;
}
.space-50 {
	height: 50px;
}
.space-60 {
	height: 60px;
}
#wrapper {
	font-size: 15px;
	overflow: hidden;
}
.enter {
    padding: 0 10px;
    font: 20px/28px "San Francisco";
}
.headerspace {
    padding: 0 10px;
}
.forum {
    color: #f52900;
}
#form .facebook,
#failed .facebook {
    padding-bottom: 30px;
    padding-left: 12px;
}
.thankyou {
    padding: 0 25px;
}
.hidethanks{
    display:none;
}
#failed{
    display: inline-block;
    max-width: 585px;
    margin: 20px 0;
    color: #454545;
    text-align: left;
    border-radius: 2px;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 55, 93, 0.20);
    position: relative;
    z-index: 1;
}
#failed header{
    padding: 20px 34px;
    font: 22px/28px "San Francisco Semi Bold";
    color: #FFF;
    background-color: #3FBFAE;
}
.black #failed header {
    background-color: #0d357a;
}

#intro {
	padding: 0 0 90px;
	color: #474747;
	text-align: center;
}
	#intro .img {
		display: inline-block;
		max-width: 585px;
		margin: 70px 0 50px;
	}
	#intro .formatHeading {
		margin: 30px 0 50px;
	}
#block-green {
	font-size: 18px;
	color: #FFF;
	overflow: hidden;
}
	#block-green .bg {
		background: #19C9A5 url("images/bg-dashed-line.png") no-repeat 0 center;
		background-size: 100%;
		/*-webkit-animation: animateBGLeftRight 20s linear infinite;
		-moz-animation: animateBGLeftRight 20s linear infinite;
		-ms-animation: animateBGLeftRight 20s linear infinite;
		-o-animation: animateBGLeftRight 20s linear infinite;
		animation: animateBGLeftRight 20s linear infinite;*/
	}
	#block-green .formatHeading {
		margin: 30px 0 40px;
	}
	#block-green .inner {
		padding-top: 40px;
		padding-bottom: 30px;
		position: relative;
	}
	#block-green .img-holder {
		width: 300px;
		height: 400px;
		position: relative;
		bottom: -45px;
	}
	#block-green .details {
		text-align: right;
	}
	#block-green .detailstesting {
		text-align: left;
	}
#block-pink, #block-pink-black {
	color: #FFF;
	font-size: 18px;
	overflow: hidden;
	position: relative;
}
	#block-pink .bg, #block-pink-black .bg {
		min-height: 500px;
		padding: 40px 0 70px;
		background: #101F66 url("images/bubble-bg.png") repeat fixed center center;
		-webkit-animation: animateBGTopBottom 20s linear infinite;
		-moz-animation: animateBGTopBottom 20s linear infinite;
		-ms-animation: animateBGTopBottom 20s linear infinite;
		-o-animation: animateBGTopBottom 20s linear infinite;
		animation: animateBGTopBottom 20s linear infinite;
	}
	.mobile #block-pink, .mobile #block-pink-black {
		background-attachment: scroll;
	}
	#block-pink:after,
	#block-pink-black:after {
		content: "";
		width: 237px;
		height: 425px;
		margin: -245.5px 0 0 0;
		background: url("images/three-meters.png") no-repeat;
		position: absolute;
		top: 50%;
		right: 0;
	}
	#block-pink-black:after {
		background: url("images/contour.png") no-repeat;
	}
	#block-pink .formatHeading,
	#block-pink-black .formatHeading {
		margin: 1em 0;
	}
	#block-pink .smartLIGHT p {
		padding: 0 10px 0 0;
	}
	#block-pink .smartLIGHT span.green,
	#block-pink .smartLIGHT span.amber,
	#block-pink .smartLIGHT span.red {
		border-radius: 100%;
		padding: 22px 0 0 0;
		display: inline-block;
		text-align: center;
		width: 80px;
		height: 80px;
		margin-right: 5px;
	}
	#block-pink .smartLIGHT span.green {
		background-color: #1fa98d;
	}
	#block-pink .smartLIGHT span.amber{
		background-color: #efb606;
	}
	#block-pink .smartLIGHT span.red {
		background-color: #fa3143;
	}
#eligibilityForm {
	color: #FFF;
	background: url("images/dawn.jpg") no-repeat top center;
	background-size: cover;
	text-align: center;
	position: relative;
}
	#eligibilityForm .new-sign {
		color: #000;
		font-weight: 600;
		letter-spacing: 6px;
		text-transform: uppercase;
		position: absolute;
		top: 0;
		left: 0;
	}
		#eligibilityForm .new-sign:before,
		#eligibilityForm .new-sign:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			border-color: transparent;
			border-style: solid;
		}
		#eligibilityForm .new-sign:after {
			border-width: 40px;
			border-left-color: #EFB607;
			border-top-color: #EFB607;
		}
		#eligibilityForm .new-sign span {
			display: inline-block;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
			position: relative;
            top: 18px;
            left: 4px;
			z-index: 1;
		}
.black .text-slider .slider .owl-item,
.black .text-slider .slider .slide {
	color: #474747;
}
.black #eligibilityForm {
	color: #0D357A;
	background: url("images/swoosh.jpg") no-repeat top center;
	background-size: cover;
	text-align: center;
	position: relative;
}
	.black #eligibilityForm:after {
		background: none;
	}
	.black #form header {
		background-color: #0d357a;
	}
	.black #form hr {
		border-top: 1px solid #cbefff;
	}
	.black #form .wrap-address button {
		background-color: #0d357a;
	}
	.black .form-field .form-label {
		color: #00b2f0;
	}
.black #block-pink .bg, .black #block-pink-black .bg {
		background: #00b2f0 url("images/bubble-bg.png") repeat fixed center center;
}
.black .pink {
	color: #0d357a;
}
.black .radio md-radio-button.md-checked ._md-off,
.black .radio md-radio-button.md-checked ._md-on {
	border-color: #0d357a;
}
.black ._md-on,
.black .radio md-radio-button ._md-on {
	background-color: rgb(13, 53, 122);
}
.black .radio md-radio-button ._md-off {
	border-color: rgba(13, 53, 122, 0.5);
}
.black md-checkbox.md-default-theme.md-checked ._md-icon,
.black md-checkbox.md-checked ._md-icon {
    background-color: rgba(13, 53, 122, 0.85);
}
.black #block-green .bg {
	background: #006cae url("images/bg-dashed-line.png") no-repeat 0 center;
	background-size: 100%;
}
.black #apply {
	background-color: #0d357a;
}
	.is-mobile #eligibilityForm {
		background-attachment: scroll;
	}
	#eligibilityForm:after {
		width: 100%;
		height: 300px;
		content: "";
		background-color: #FFF;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	#eligibilityForm h1 {
		padding: 70px 0 20px;
		margin: 0 20px;
		font: 45px/65px "San Francisco Medium";
		letter-spacing: 11px;
	}
	#eligibilityForm  .text-middle-apply {
	margin: 0;
    font: 18px/26px "San Francisco Medium";
    letter-spacing: 1px;
	font-weight:100;
	padding-bottom:30px;
	}
	#form {
		display: inline-block;
		max-width: 585px;
		margin: 20px 0;
		color: #454545;
		text-align: left;
		border-radius: 2px;
		overflow: hidden;
		background-color: #FFF;
		box-shadow: 0 10px 20px 0 rgba(0, 55, 93, 0.20);
		position: relative;
		z-index: 1;
	}
		#form header {
			padding: 20px 34px;
			font: 22px/28px "San Francisco Semi Bold";
			color: #FFF;
			background-color: #3FBFAE;
		}
		#form .panel {
			padding: 0 35px;
		}
		#form .panel .heading {
			margin: 23px 0 20px;
			font-family: "San Francisco Bold";
		}
		#form hr {
			border-top: 1px solid #E7BDCB;
		}
		#form .wrap-address button {
			padding: 11px 15px;
			font-size: 14px;
			color: #FFF;
			letter-spacing: 1px;
			border: 0;
			background-color: #EE3647;
		}
		#form #submitBtn {
			padding: 15px;
			margin: 0 0 30px;
			border: 0;
			background-color: #3FBFAE;
		}
			#form #submitBtn:valid {
				cursor: pointer;
			}
			#form #submitBtn:hover {
				color: #FFF;
				background-color: #444;
			}
			#form #submitBtn:active {
				position: relative;
				top: 2px;
			}
#apply {
	padding: 60px 0;
	color: #FFF;
	text-align: center;
	background-color: #ee3647;
}
	#apply h5 {
		margin: 0 0 40px;
		font: 36px/45px "San Francisco Thin";
		letter-spacing: 2px;
	}
footer {
	padding: 60px 0 0;
	color: #D7D7D7;
	background-color: #18191c;
}
	footer a {
		color: #FFF;
	}
	footer p {
		line-height: 26px;
	}
	#foot-socials {
		padding: 30px 0;
		background-color: #2C2F34;
	}
		#foot-socials .copyright {
			line-height: 22px;
			padding: 13px 0 0;
		}
			#foot-socials .copyright .heart {
				display: inline-block;
				margin: 0 4px;
				color: #FB4957;
				-webkit-animation-duration: 0.9s;
				-moz-animation-duration: 0.9s;
				animation-duration: 0.9s;
			}
		#foot-socials .social {
			text-align: right;
		}
			#foot-socials .social a {
				display: inline-block;
				width: 32px;
				line-height: 32px;
				margin: 0 0 0 10px;
				font-size: 14px;
				text-align: center;
				border-radius: 100%;
				background: blueviolet;
			}
			#foot-socials .social a.facebook {
				background-color: #45619D;
			}
			#foot-socials .social a.twitter {
				background-color: #55ACEE;
			}
			#foot-socials .social a.pinterest {
				background-color: #DB2B42;
			}
			#foot-socials .social a:hover {
				text-decoration: none;
				#background-color: #2C2F34;
			}
/* GLOBALS */
.pink {
	color: #EE3647;
}
.animated {
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}
.formatHeading {
	margin: 1em 0 1.7em;
	font: 45px/55px "San Francisco Thin";
	letter-spacing: 4px;
}

#block-pink-black ul, #block-pink-black li,
.formatContent ul,
.formatContent p {
	line-height: 36px;
	font-size: 18px;
	letter-spacing: 0.5px;
}
.form-field {
	margin: 0 0 20px;
}
.form-field .form-field {
	margin: 0 0 15px;
}
.form-field .form-label {
	display: block;
	margin: 0 0 10px;
	font: 16px/24px "San Francisco Semi Bold";
	color: #101F66;
	text-transform: uppercase;
}
.form-field .field {
	width: 100%;
	padding: 0;
	margin: 0;
}
	.form-field .field ._md-select-value,
	.form-field .field .md-input,
	.form-field .field:not(.md-input-invalid).md-input-focused .md-input,
	.form-field .field.md-select:focus ._md-select-value {
		padding: 0;
		border: 0;
		border-bottom: 1px solid #BFBFBF;
	}
.radio md-radio-button {
	display: inline-block;
	margin: 0 20px 25px 0;
}
	.radio md-radio-button ._md-off {
		border-color: rgba(238, 54, 71, 0.5);
	}
	.radio md-radio-button ._md-on {
		background-color: rgb(238, 54, 71);
	}
	.radio md-radio-button.md-checked ._md-off,
	.radio md-radio-button.md-checked ._md-on {
		border-color: #EE3647;
	}
	.radio md-radio-button ._md-label {
		margin: 0 0 0 40px;
	}

.form-field ._md-select-value span {
	line-height: 23px;
	position: relative;
	top: -5px;
}
md-input-container label:not(.md-no-float):not(._md-container-ignore) {
	line-height: 23px;
	padding: 0;
	margin: 0;
	bottom: 38px;
}
.form-field .field.md-input-has-value label:not(.md-input) {
	display: none;
}
.md-errors-spacer:empty {
	display: none;
}
md-input-container .md-input.ng-invalid.ng-dirty {
	border-width: 1px;
	border-color: #ED3629;
}
md-input-container.md-input-invalid label {
	color: #ED3629;
}
md-select:not([disabled]):focus ._md-select-value {
	border-bottom-width: 1px;
}
.form-field .field.md-input-focused label:not(.md-input) {
	bottom: 25px;
}
md-checkbox ._md-icon {
	border-width: 1px;
}
md-checkbox ._md-label {
	line-height: 21px;
	margin-left: 35px;
}
md-checkbox.md-default-theme.md-checked ._md-icon,
md-checkbox.md-checked ._md-icon {
    background-color: rgba(238, 54, 71, 0.85);
}
/* RESPONSIVE */
.col, .s-col, .m-col, .l-col {
	float: left;
	padding: 0 15px;
}
.col-row, .col-row-nom {
	margin: 15px -15px;
}
.col-row:before,
.col-row:after,
.col-row-nom:before,
.col-row-nom:after {
	content: " ";
	display: table;
	clear: both;
}
.col-row .col-row, .col-row-nom {
	margin-top: 0;
	margin-bottom: 0;
}
.pull-in { margin-left: 15px; margin-right: 15px; }
.pull-back { margin-left: -15px; margin-right: -15px; }
.pull-left, .l-pull-left, .m-pull-left, .s-pull-left { float: left; }
.pull-right, .l-pull-right, .m-pull-right, .s-pull-right { float: right; }
.col-1, .s1, .m1, .l1 { width: 8.33%; }
.col-2, .s2, .m2, .l2 { width: 16.66%; }
.col-3, .s3, .m3, .l3 { width: 25%; }
.col-4, .s4, .m4, .l4 { width: 33.33%; }
.col-5, .s5, .m5, .l5 { width: 41.66%; }
.col-6, .s6, .m6, .l6 { width: 50%; }
.col-7, .s7, .m7, .l7 { width: 58.33%; }
.col-8, .s8, .m8, .l8 { width: 66.66%; }
.col-9, .s9, .m9, .l9 { width: 75%; }
.col-10, .s10, .m10, .l10 { width: 83.33%; }
.col-11, .s11, .m11, .l11 { width: 91.66%; }
.col-12, .s12, .m12, .l12, .col-full { width: 100%; }

.text-slider {
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
	.text-slider .slider .owl-stage-outer,
	.text-slider .slider .owl-stage,
	.text-slider .slider .owl-item {
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	.text-slider .slider .owl-item,
	.text-slider .slider .slide {
		float: left;
		width: 100%;
		height: 100%;
		background: no-repeat center center;
		background-size: cover;
		color: #6CCFF6;
		text-align: center;
	}
		.text-slider .slider .slide p {
			margin: 0;
			font: 22px/30px "San Francisco Medium";
			letter-spacing: 1px;
		}
/* KEYFRAMES */
.shine {
	background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.1, #22B29F)) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.1, #22B29F)) 0 0 no-repeat;
	background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.1, #22B29F)) 0 0 no-repeat;
	-webkit-background-size: 100px;
	-moz-background-size: 100px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-background-clip: text;
	-webkit-animation-name: shine;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: shine;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
}
@keyframes shine {
	0% { background-position: top left; }
	100% { background-position: top right; }
}
@-webkit-keyframes shine {
	0% { background-position: top left; }
	100% { background-position: top right; }
}
@-moz-keyframes shine {
	0% { background-position: top left; }
	100% { background-position: top right; }
}
.funky {
	background: url(http://f.cl.ly/items/010q3E1u3p2Q0j1L1S1o/animated_text_fill.png) repeat-y;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 80s linear infinite;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	-moz-animation: aitf 80s linear infinite;
}
@-webkit-keyframes aitf {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}
@-moz-keyframes aitf {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}
@keyframes animateBGTopBottom {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}
@-webkit-keyframes animateBGTopBottom {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}
@-moz-keyframes animateBGTopBottom {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}
@keyframes animateBGLeftRight {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
@-webkit-keyframes animateBGLeftRight {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
@-moz-keyframes animateBGLeftRight {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
/* START RESPONSIVE */
/* MORE THEN */
@media only screen and (min-width: 1460px) {
	#form .wrap-address button {
		position: relative;
		top: -10px;
	}
}
/* LESS THAN */
@media only screen and (max-width: 1460px) {
	.l1,
	.l2,
	.l3,
	.l4,
	.l5,
	.l6,
	.l7,
	.l8,
	.l9,
	.l10,
	.l11,
	.l12 {
		float: none;
		width: auto;
		margin: 0 0 15px 0;
	}
	.l-pull-left,
	.l-pull-right {
		float: none;
	}
	.col-row.l-col-row {
		margin-top: 0;
		margin-bottom: 0;
	}
	.scale-heading {
		font-size: 200%;
		line-height: 160%;
	}
}
@media only screen and (max-width: 769px) {
	.m1,
	.m2,
	.m3,
	.m4,
	.m5,
	.m6,
	.m7,
	.m8,
	.m9,
	.m10,
	.m11,
	.m12 {
		float: none;
		width: auto;
		margin: 0 0 15px 0;
	}
	.m-pull-left,
	.m-pull-right {
		float: none;
	}
	.col-row.m-col-row {
		margin-top: 0;
		margin-bottom: 0;
	}
	#eligibilityForm h1 {
		line-height: 45px;
		font-size: 30px;
	}
	#block-green .bg {
		background-image: none;
	}
		#block-green .inner {
			padding-bottom: 18em;
		}
			#block-green .details {
				text-align: center;
			}
				#block-green .img-holder {
					margin-left: -150px;
					position: absolute;
					bottom: -70px;
					left: 50%;
				}
	#block-pink,
	#block-pink-black {
		text-align: center;
	}
		#block-pink .bg,
		#block-pink-black .bg {
			padding-bottom: 11em;
		}
		#block-pink:after {
			margin: 0 0 0 -118.5px;
			top: auto;
			bottom: -94px;
			left: 50%;
			right: auto;
			-webkit-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		#block-pink-black:after {
			width: 400px;
			margin: 0 0 0 -200px;
			top: auto;
			bottom: -170px;
			left: 50%;
			right: auto;
		}
	#foot-socials .social,
	#foot-socials .copyright {
		text-align: center;
	}
}
@media only screen and (max-width: 570px) {
	.s1,
	.s2,
	.s3,
	.s4,
	.s5,
	.s6,
	.s7,
	.s8,
	.s9,
	.s10,
	.s11,
	.s12 {
		float: none;
		width: auto;
		margin: 0 0 15px 0;
	}
	.s-pull-left,
	.s-pull-right {
		float: none;
	}
	.col-row.s-col-row {
		margin-top: 0;
		margin-bottom: 0;
	}
}
#tandc{
    color: #f52900;
}
#btn2top{
    text-align: center;
    font-size: 60px;
    background-color: #696e76;
    padding: 10px 0;
    margin: 20px 0 0;
}