@import url(_vendor/modaal.min.css);

/*! Humaan DNA v2.0 */

/* normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*
@mixin transition($trans-type, $trans-speed, $trans-timing, null) {
	transition: $trans-type $trans-speed $trans-timing;
	will-change: $trans-type;
}
*/

/*

	@include fluid(font-size, 768px, 1310px, 14px, 18px);

*/

.container:after {
	clear: both;
	content: '';
	display: table;
}

.clearfix:after,
.row:after {
	clear: both;
	content: '';
	display: table;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-hide {
	display: none;
}

.u-vis-hide {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

nav ul {
	list-style: none;
	padding: 0;
}

nav ul,
nav li {
	margin: 0;
}

ol.list-reset,
ul.list-reset {
	list-style: none;
	padding: 0;
	margin: 0;
}

ol.list-reset li,
ul.list-reset li {
	margin: 0;
	padding: 0;
}

.icon {
	line-height: 1;
	display: block;
}

.icon:before,
.icon:after {
	font-family: "Icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal; /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	display: block;
}

img.fluid {
	width: 100%;
	display: block;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.valign img {
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
}

.overflow {
	overflow: hidden;
	position: relative;
}

.border-top {
	border-top: 1px solid #ebebeb;
}

.border-bottom {
	border-bottom: 1px solid #ebebeb;
}

.cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.relative {
	position: relative;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.margin-sm {
	margin-bottom: 10px;
}

.padding-jumbo,
.padding-jumbo-top,
.padding-jumbo-bot {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-jumbo-top,
.padding-jumbo-top-top,
.padding-jumbo-bot-top {
	padding-bottom: 0 !important;
}

.padding-jumbo-bot,
.padding-jumbo-top-bot,
.padding-jumbo-bot-bot {
	padding-top: 0 !important;
}

.padding-large,
.padding-large-top,
.padding-large-bot {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-large-top,
.padding-large-top-top,
.padding-large-bot-top {
	padding-bottom: 0 !important;
}

.padding-large-bot,
.padding-large-top-bot,
.padding-large-bot-bot {
	padding-top: 0 !important;
}

.padding-med,
.padding-med-top,
.padding-med-bot {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-med-top,
.padding-med-top-top,
.padding-med-bot-top {
	padding-bottom: 0 !important;
}

.padding-med-bot,
.padding-med-top-bot,
.padding-med-bot-bot {
	padding-top: 0 !important;
}

.max-width-400 {
	max-width: 400px;
}

.col-2,
.ie9 .col-2-flex { /*
	> .col:nth-child(1) {
		@media only screen and (max-width: 768px) {
			margin-bottom: 40px;
		}
		@media only screen and (max-width: 480px) {
			margin-bottom: 20px;
		}
	}
*/
}

.col-2-flex { /*
	@media only screen and (max-width: 768px) {
		> .col:nth-child(1) {
			margin-bottom: 40px;
		}
	}
*/
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.step-in {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.step-in.waypoint-reveal,
.waypoint-reveal .step-in {
	opacity: 1;
}

.step-in-left {
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease;
	transition: opacity 0.3s linear, transform 0.3s ease;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.waypoint-reveal .step-in-left {
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease;
	transition: opacity 0.3s linear, transform 0.3s ease;
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.step-in-right {
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease;
	transition: opacity 0.3s linear, transform 0.3s ease;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}

.waypoint-reveal .step-in-right {
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease;
	transition: opacity 0.3s linear, transform 0.3s ease;
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.step-out-right {
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease;
	transition: opacity 0.3s linear, transform 0.3s ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.waypoint-reveal .step-out-right {
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease;
	transition: opacity 0.3s linear, transform 0.3s ease;
	opacity: 0;
	-webkit-transform: translate(50px);
	-ms-transform: translate(50px);
	transform: translate(50px);
}

.step-out-left {
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease;
	transition: opacity 0.3s linear, transform 0.3s ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.waypoint-reveal .step-out-left {
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease;
	transition: opacity 0.3s linear, transform 0.3s ease;
	opacity: 0;
	-webkit-transform: translate(-50px);
	-ms-transform: translate(-50px);
	transform: translate(-50px);
}

.step-up {
	opacity: 0;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease;
	transition: opacity 0.3s linear, transform 0.3s ease;
}

.step-up.waypoint-reveal,
.waypoint-reveal .step-up {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.step-down {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease;
	transition: opacity 0.3s linear, transform 0.3s ease;
}

.waypoint-reveal .step-down {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.zoom-in {
	opacity: 0;
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity 0.3s linear, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.waypoint-reveal .zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.step-in:nth-child(1),
.step-in-left:nth-child(1),
.step-in-right:nth-child(1),
.step-up:nth-child(1),
.step-down:nth-child(1) {
	-webkit-transition-delay: 0.17143s !important;
	transition-delay: 0.17143s !important;
}

.step-in[data-delay="1"],
.step-in-left[data-delay="1"],
.step-in-right[data-delay="1"],
.step-up[data-delay="1"],
.step-down[data-delay="1"],
.zoom-in[data-delay="1"] {
	-webkit-transition-delay: 0.15s !important;
	transition-delay: 0.15s !important;
}

.step-in:nth-child(2),
.step-in-left:nth-child(2),
.step-in-right:nth-child(2),
.step-up:nth-child(2),
.step-down:nth-child(2) {
	-webkit-transition-delay: 0.34286s !important;
	transition-delay: 0.34286s !important;
}

.step-in[data-delay="2"],
.step-in-left[data-delay="2"],
.step-in-right[data-delay="2"],
.step-up[data-delay="2"],
.step-down[data-delay="2"],
.zoom-in[data-delay="2"] {
	-webkit-transition-delay: 0.3s !important;
	transition-delay: 0.3s !important;
}

.step-in:nth-child(3),
.step-in-left:nth-child(3),
.step-in-right:nth-child(3),
.step-up:nth-child(3),
.step-down:nth-child(3) {
	-webkit-transition-delay: 0.51429s !important;
	transition-delay: 0.51429s !important;
}

.step-in[data-delay="3"],
.step-in-left[data-delay="3"],
.step-in-right[data-delay="3"],
.step-up[data-delay="3"],
.step-down[data-delay="3"],
.zoom-in[data-delay="3"] {
	-webkit-transition-delay: 0.45s !important;
	transition-delay: 0.45s !important;
}

.step-in:nth-child(4),
.step-in-left:nth-child(4),
.step-in-right:nth-child(4),
.step-up:nth-child(4),
.step-down:nth-child(4) {
	-webkit-transition-delay: 0.68571s !important;
	transition-delay: 0.68571s !important;
}

.step-in[data-delay="4"],
.step-in-left[data-delay="4"],
.step-in-right[data-delay="4"],
.step-up[data-delay="4"],
.step-down[data-delay="4"],
.zoom-in[data-delay="4"] {
	-webkit-transition-delay: 0.6s !important;
	transition-delay: 0.6s !important;
}

.step-in:nth-child(5),
.step-in-left:nth-child(5),
.step-in-right:nth-child(5),
.step-up:nth-child(5),
.step-down:nth-child(5) {
	-webkit-transition-delay: 0.85714s !important;
	transition-delay: 0.85714s !important;
}

.step-in[data-delay="5"],
.step-in-left[data-delay="5"],
.step-in-right[data-delay="5"],
.step-up[data-delay="5"],
.step-down[data-delay="5"],
.zoom-in[data-delay="5"] {
	-webkit-transition-delay: 0.75s !important;
	transition-delay: 0.75s !important;
}

.step-in:nth-child(6),
.step-in-left:nth-child(6),
.step-in-right:nth-child(6),
.step-up:nth-child(6),
.step-down:nth-child(6) {
	-webkit-transition-delay: 1.02857s !important;
	transition-delay: 1.02857s !important;
}

.step-in[data-delay="6"],
.step-in-left[data-delay="6"],
.step-in-right[data-delay="6"],
.step-up[data-delay="6"],
.step-down[data-delay="6"],
.zoom-in[data-delay="6"] {
	-webkit-transition-delay: 0.9s !important;
	transition-delay: 0.9s !important;
}

.step-in:nth-child(7),
.step-in-left:nth-child(7),
.step-in-right:nth-child(7),
.step-up:nth-child(7),
.step-down:nth-child(7) {
	-webkit-transition-delay: 1.2s !important;
	transition-delay: 1.2s !important;
}

.step-in[data-delay="7"],
.step-in-left[data-delay="7"],
.step-in-right[data-delay="7"],
.step-up[data-delay="7"],
.step-down[data-delay="7"],
.zoom-in[data-delay="7"] {
	-webkit-transition-delay: 1.05s !important;
	transition-delay: 1.05s !important;
}

.step-in:nth-child(8),
.step-in-left:nth-child(8),
.step-in-right:nth-child(8),
.step-up:nth-child(8),
.step-down:nth-child(8) {
	-webkit-transition-delay: 1.37143s !important;
	transition-delay: 1.37143s !important;
}

.step-in[data-delay="8"],
.step-in-left[data-delay="8"],
.step-in-right[data-delay="8"],
.step-up[data-delay="8"],
.step-down[data-delay="8"],
.zoom-in[data-delay="8"] {
	-webkit-transition-delay: 1.2s !important;
	transition-delay: 1.2s !important;
}

.step-in:nth-child(9),
.step-in-left:nth-child(9),
.step-in-right:nth-child(9),
.step-up:nth-child(9),
.step-down:nth-child(9) {
	-webkit-transition-delay: 1.54286s !important;
	transition-delay: 1.54286s !important;
}

.step-in[data-delay="9"],
.step-in-left[data-delay="9"],
.step-in-right[data-delay="9"],
.step-up[data-delay="9"],
.step-down[data-delay="9"],
.zoom-in[data-delay="9"] {
	-webkit-transition-delay: 1.35s !important;
	transition-delay: 1.35s !important;
}

.step-in:nth-child(10),
.step-in-left:nth-child(10),
.step-in-right:nth-child(10),
.step-up:nth-child(10),
.step-down:nth-child(10) {
	-webkit-transition-delay: 1.71429s !important;
	transition-delay: 1.71429s !important;
}

.step-in[data-delay="10"],
.step-in-left[data-delay="10"],
.step-in-right[data-delay="10"],
.step-up[data-delay="10"],
.step-down[data-delay="10"],
.zoom-in[data-delay="10"] {
	-webkit-transition-delay: 1.5s !important;
	transition-delay: 1.5s !important;
}

.step-in:nth-child(11),
.step-in-left:nth-child(11),
.step-in-right:nth-child(11),
.step-up:nth-child(11),
.step-down:nth-child(11) {
	-webkit-transition-delay: 1.88571s !important;
	transition-delay: 1.88571s !important;
}

.step-in[data-delay="11"],
.step-in-left[data-delay="11"],
.step-in-right[data-delay="11"],
.step-up[data-delay="11"],
.step-down[data-delay="11"],
.zoom-in[data-delay="11"] {
	-webkit-transition-delay: 1.65s !important;
	transition-delay: 1.65s !important;
}

.step-in:nth-child(12),
.step-in-left:nth-child(12),
.step-in-right:nth-child(12),
.step-up:nth-child(12),
.step-down:nth-child(12) {
	-webkit-transition-delay: 2.05714s !important;
	transition-delay: 2.05714s !important;
}

.step-in[data-delay="12"],
.step-in-left[data-delay="12"],
.step-in-right[data-delay="12"],
.step-up[data-delay="12"],
.step-down[data-delay="12"],
.zoom-in[data-delay="12"] {
	-webkit-transition-delay: 1.8s !important;
	transition-delay: 1.8s !important;
}

.step-in:nth-child(13),
.step-in-left:nth-child(13),
.step-in-right:nth-child(13),
.step-up:nth-child(13),
.step-down:nth-child(13) {
	-webkit-transition-delay: 2.22857s !important;
	transition-delay: 2.22857s !important;
}

.step-in[data-delay="13"],
.step-in-left[data-delay="13"],
.step-in-right[data-delay="13"],
.step-up[data-delay="13"],
.step-down[data-delay="13"],
.zoom-in[data-delay="13"] {
	-webkit-transition-delay: 1.95s !important;
	transition-delay: 1.95s !important;
}

.step-in:nth-child(14),
.step-in-left:nth-child(14),
.step-in-right:nth-child(14),
.step-up:nth-child(14),
.step-down:nth-child(14) {
	-webkit-transition-delay: 2.4s !important;
	transition-delay: 2.4s !important;
}

.step-in[data-delay="14"],
.step-in-left[data-delay="14"],
.step-in-right[data-delay="14"],
.step-up[data-delay="14"],
.step-down[data-delay="14"],
.zoom-in[data-delay="14"] {
	-webkit-transition-delay: 2.1s !important;
	transition-delay: 2.1s !important;
}

.step-in:nth-child(15),
.step-in-left:nth-child(15),
.step-in-right:nth-child(15),
.step-up:nth-child(15),
.step-down:nth-child(15) {
	-webkit-transition-delay: 2.57143s !important;
	transition-delay: 2.57143s !important;
}

.step-in[data-delay="15"],
.step-in-left[data-delay="15"],
.step-in-right[data-delay="15"],
.step-up[data-delay="15"],
.step-down[data-delay="15"],
.zoom-in[data-delay="15"] {
	-webkit-transition-delay: 2.25s !important;
	transition-delay: 2.25s !important;
}

.step-in:nth-child(16),
.step-in-left:nth-child(16),
.step-in-right:nth-child(16),
.step-up:nth-child(16),
.step-down:nth-child(16) {
	-webkit-transition-delay: 2.74286s !important;
	transition-delay: 2.74286s !important;
}

.step-in[data-delay="16"],
.step-in-left[data-delay="16"],
.step-in-right[data-delay="16"],
.step-up[data-delay="16"],
.step-down[data-delay="16"],
.zoom-in[data-delay="16"] {
	-webkit-transition-delay: 2.4s !important;
	transition-delay: 2.4s !important;
}

.step-in:nth-child(17),
.step-in-left:nth-child(17),
.step-in-right:nth-child(17),
.step-up:nth-child(17),
.step-down:nth-child(17) {
	-webkit-transition-delay: 2.91429s !important;
	transition-delay: 2.91429s !important;
}

.step-in[data-delay="17"],
.step-in-left[data-delay="17"],
.step-in-right[data-delay="17"],
.step-up[data-delay="17"],
.step-down[data-delay="17"],
.zoom-in[data-delay="17"] {
	-webkit-transition-delay: 2.55s !important;
	transition-delay: 2.55s !important;
}

.step-in:nth-child(18),
.step-in-left:nth-child(18),
.step-in-right:nth-child(18),
.step-up:nth-child(18),
.step-down:nth-child(18) {
	-webkit-transition-delay: 3.08571s !important;
	transition-delay: 3.08571s !important;
}

.step-in[data-delay="18"],
.step-in-left[data-delay="18"],
.step-in-right[data-delay="18"],
.step-up[data-delay="18"],
.step-down[data-delay="18"],
.zoom-in[data-delay="18"] {
	-webkit-transition-delay: 2.7s !important;
	transition-delay: 2.7s !important;
}

.step-in:nth-child(19),
.step-in-left:nth-child(19),
.step-in-right:nth-child(19),
.step-up:nth-child(19),
.step-down:nth-child(19) {
	-webkit-transition-delay: 3.25714s !important;
	transition-delay: 3.25714s !important;
}

.step-in[data-delay="19"],
.step-in-left[data-delay="19"],
.step-in-right[data-delay="19"],
.step-up[data-delay="19"],
.step-down[data-delay="19"],
.zoom-in[data-delay="19"] {
	-webkit-transition-delay: 2.85s !important;
	transition-delay: 2.85s !important;
}

.step-in:nth-child(20),
.step-in-left:nth-child(20),
.step-in-right:nth-child(20),
.step-up:nth-child(20),
.step-down:nth-child(20) {
	-webkit-transition-delay: 3.42857s !important;
	transition-delay: 3.42857s !important;
}

.step-in[data-delay="20"],
.step-in-left[data-delay="20"],
.step-in-right[data-delay="20"],
.step-up[data-delay="20"],
.step-down[data-delay="20"],
.zoom-in[data-delay="20"] {
	-webkit-transition-delay: 3s !important;
	transition-delay: 3s !important;
}

.step-in:nth-child(21),
.step-in-left:nth-child(21),
.step-in-right:nth-child(21),
.step-up:nth-child(21),
.step-down:nth-child(21) {
	-webkit-transition-delay: 3.6s !important;
	transition-delay: 3.6s !important;
}

.step-in[data-delay="21"],
.step-in-left[data-delay="21"],
.step-in-right[data-delay="21"],
.step-up[data-delay="21"],
.step-down[data-delay="21"],
.zoom-in[data-delay="21"] {
	-webkit-transition-delay: 3.15s !important;
	transition-delay: 3.15s !important;
}

.step-in:nth-child(22),
.step-in-left:nth-child(22),
.step-in-right:nth-child(22),
.step-up:nth-child(22),
.step-down:nth-child(22) {
	-webkit-transition-delay: 3.77143s !important;
	transition-delay: 3.77143s !important;
}

.step-in[data-delay="22"],
.step-in-left[data-delay="22"],
.step-in-right[data-delay="22"],
.step-up[data-delay="22"],
.step-down[data-delay="22"],
.zoom-in[data-delay="22"] {
	-webkit-transition-delay: 3.3s !important;
	transition-delay: 3.3s !important;
}

.step-in:nth-child(23),
.step-in-left:nth-child(23),
.step-in-right:nth-child(23),
.step-up:nth-child(23),
.step-down:nth-child(23) {
	-webkit-transition-delay: 3.94286s !important;
	transition-delay: 3.94286s !important;
}

.step-in[data-delay="23"],
.step-in-left[data-delay="23"],
.step-in-right[data-delay="23"],
.step-up[data-delay="23"],
.step-down[data-delay="23"],
.zoom-in[data-delay="23"] {
	-webkit-transition-delay: 3.45s !important;
	transition-delay: 3.45s !important;
}

.step-in:nth-child(24),
.step-in-left:nth-child(24),
.step-in-right:nth-child(24),
.step-up:nth-child(24),
.step-down:nth-child(24) {
	-webkit-transition-delay: 4.11429s !important;
	transition-delay: 4.11429s !important;
}

.step-in[data-delay="24"],
.step-in-left[data-delay="24"],
.step-in-right[data-delay="24"],
.step-up[data-delay="24"],
.step-down[data-delay="24"],
.zoom-in[data-delay="24"] {
	-webkit-transition-delay: 3.6s !important;
	transition-delay: 3.6s !important;
}

.step-in:nth-child(25),
.step-in-left:nth-child(25),
.step-in-right:nth-child(25),
.step-up:nth-child(25),
.step-down:nth-child(25) {
	-webkit-transition-delay: 4.28571s !important;
	transition-delay: 4.28571s !important;
}

.step-in[data-delay="25"],
.step-in-left[data-delay="25"],
.step-in-right[data-delay="25"],
.step-up[data-delay="25"],
.step-down[data-delay="25"],
.zoom-in[data-delay="25"] {
	-webkit-transition-delay: 3.75s !important;
	transition-delay: 3.75s !important;
}

.step-in:nth-child(26),
.step-in-left:nth-child(26),
.step-in-right:nth-child(26),
.step-up:nth-child(26),
.step-down:nth-child(26) {
	-webkit-transition-delay: 4.45714s !important;
	transition-delay: 4.45714s !important;
}

.step-in[data-delay="26"],
.step-in-left[data-delay="26"],
.step-in-right[data-delay="26"],
.step-up[data-delay="26"],
.step-down[data-delay="26"],
.zoom-in[data-delay="26"] {
	-webkit-transition-delay: 3.9s !important;
	transition-delay: 3.9s !important;
}

.step-in:nth-child(27),
.step-in-left:nth-child(27),
.step-in-right:nth-child(27),
.step-up:nth-child(27),
.step-down:nth-child(27) {
	-webkit-transition-delay: 4.62857s !important;
	transition-delay: 4.62857s !important;
}

.step-in[data-delay="27"],
.step-in-left[data-delay="27"],
.step-in-right[data-delay="27"],
.step-up[data-delay="27"],
.step-down[data-delay="27"],
.zoom-in[data-delay="27"] {
	-webkit-transition-delay: 4.05s !important;
	transition-delay: 4.05s !important;
}

.step-in:nth-child(28),
.step-in-left:nth-child(28),
.step-in-right:nth-child(28),
.step-up:nth-child(28),
.step-down:nth-child(28) {
	-webkit-transition-delay: 4.8s !important;
	transition-delay: 4.8s !important;
}

.step-in[data-delay="28"],
.step-in-left[data-delay="28"],
.step-in-right[data-delay="28"],
.step-up[data-delay="28"],
.step-down[data-delay="28"],
.zoom-in[data-delay="28"] {
	-webkit-transition-delay: 4.2s !important;
	transition-delay: 4.2s !important;
}

.step-in:nth-child(29),
.step-in-left:nth-child(29),
.step-in-right:nth-child(29),
.step-up:nth-child(29),
.step-down:nth-child(29) {
	-webkit-transition-delay: 4.97143s !important;
	transition-delay: 4.97143s !important;
}

.step-in[data-delay="29"],
.step-in-left[data-delay="29"],
.step-in-right[data-delay="29"],
.step-up[data-delay="29"],
.step-down[data-delay="29"],
.zoom-in[data-delay="29"] {
	-webkit-transition-delay: 4.35s !important;
	transition-delay: 4.35s !important;
}

.step-in:nth-child(30),
.step-in-left:nth-child(30),
.step-in-right:nth-child(30),
.step-up:nth-child(30),
.step-down:nth-child(30) {
	-webkit-transition-delay: 5.14286s !important;
	transition-delay: 5.14286s !important;
}

.step-in[data-delay="30"],
.step-in-left[data-delay="30"],
.step-in-right[data-delay="30"],
.step-up[data-delay="30"],
.step-down[data-delay="30"],
.zoom-in[data-delay="30"] {
	-webkit-transition-delay: 4.5s !important;
	transition-delay: 4.5s !important;
}

.step-in:nth-child(31),
.step-in-left:nth-child(31),
.step-in-right:nth-child(31),
.step-up:nth-child(31),
.step-down:nth-child(31) {
	-webkit-transition-delay: 5.31429s !important;
	transition-delay: 5.31429s !important;
}

.step-in[data-delay="31"],
.step-in-left[data-delay="31"],
.step-in-right[data-delay="31"],
.step-up[data-delay="31"],
.step-down[data-delay="31"],
.zoom-in[data-delay="31"] {
	-webkit-transition-delay: 4.65s !important;
	transition-delay: 4.65s !important;
}

@font-face {
	font-family: 'walsheim-reg';
	src: url("fonts/walsheim/GT-Walsheim-Regular.eot");
	src: url("fonts/walsheim/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/walsheim/GT-Walsheim-Regular.woff") format("woff"), url("fonts/walsheim/GT-Walsheim-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'walsheim-bold';
	src: url("fonts/walsheim/GT-Walsheim-Bold.eot");
	src: url("fonts/walsheim/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/walsheim/GT-Walsheim-Bold.woff") format("woff"), url("fonts/walsheim/GT-Walsheim-Bold.ttf") format("truetype");
}

@font-face {
	font-family: 'cerapro-bold';
	src: url("fonts/cerapro/cerapro-bold.eot");
	src: url("fonts/cerapro/cerapro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/cerapro/cerapro-bold.woff") format("woff"), url("fonts/cerapro/cerapro-bold.ttf") format("truetype");
}

html {
	font-size: 6.25%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body {
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3b3b45;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

.title {
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	letter-spacing: normal;
	color: #3b3b45;
	margin-bottom: 1em;
	font-size: 18px;
}

.title.jumbo {
	font-size: 30px;
}

p {
	margin: 0px;
}

p + p {
	margin-top: 20px;
}

strong {
	font-family: "walsheim-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-pink {
	color: #eb0e75;
}

a {
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	text-decoration: none;
	outline: 0;
	color: #52515f;
}

a:hover,
a:focus {
	color: #4d4d4d;
}

@font-face {
	font-family: "Icons";
	src: url("fonts/Icons.eot");
	src: url("fonts/Icons.eot?#iefix") format("eot"), url("fonts/Icons.woff") format("woff"), url("fonts/Icons.ttf") format("truetype"), url("fonts/Icons.svg#Icons") format("svg");
}

.icon:before {
	font-family: "Icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal; /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}

.icon-icn_01-arr-left:before {
	content: "\E001";
}

.icon-icn_02-arr-right:before {
	content: "\E002";
}

.icon-icn_03-arr-up:before {
	content: "\E003";
}

.icon-icn_04-arr-down:before {
	content: "\E004";
}

.icon-icn_05-arr2-left:before {
	content: "\E005";
}

.icon-icn_06-arr2-right:before {
	content: "\E006";
}

.icon-icn_07-arr2-up:before {
	content: "\E007";
}

.icon-icn_08-arr2-down:before {
	content: "\E008";
}

.icon-icn_09-soc-fb:before {
	content: "\E009";
}

.icon-icn_10-soc-tw:before {
	content: "\E00A";
}

.icon-icn_11-soc-in:before {
	content: "\E00B";
}

.icon-icn_12-soc-em:before {
	content: "\E00C";
}

.icon-icn_13-soc2-tw:before {
	content: "\E00D";
}

.icon-icn_14-com:before {
	content: "\E00E";
}

.icon-icn_15-quote:before {
	content: "\E00F";
}

.icon-icn_16-email:before {
	content: "\E010";
}

.icon-icn_17-play:before {
	content: "\E011";
}

.icon-icn_18-clock:before {
	content: "\E012";
}

button {
	border: none;
	outline: none;
}

.sc-payment-btn,
.btn {
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	background-color: #eb0e75;
	color: white;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	letter-spacing: normal;
}

.sc-payment-btn:disabled,
.btn:disabled {
	opacity: .25;
}

html:not(.mobile):not(.tablet) .sc-payment-btn:hover,
html:not(.mobile):not(.tablet) .sc-payment-btn:focus,
.sc-payment-btn.on_press,
html:not(.mobile):not(.tablet)
  .btn:hover,
html:not(.mobile):not(.tablet)
  .btn:focus,
.btn.on_press {
	color: white;
	background-color: #f5519d;
}

.sc-payment-btn.med,
.btn.med {
	font-size: 14px;
	border-radius: 5px;
	padding: .78em 2em;
}

.sc-payment-btn.large,
.btn.large {
	font-size: 14px;
	border-radius: 10px;
	padding: 1em 3em;
}

.sc-payment-btn.load-more,
.btn.load-more {
	display: inline-block;
	margin: 0 auto;
	background-color: #f9f8fc;
	color: #52515f;
}

html:not(.mobile):not(.tablet) .sc-payment-btn.load-more:hover,
html:not(.mobile):not(.tablet) .sc-payment-btn.load-more:focus,
.sc-payment-btn.load-more.on_press,
html:not(.mobile):not(.tablet)
    .btn.load-more:hover,
html:not(.mobile):not(.tablet)
    .btn.load-more:focus,
.btn.load-more.on_press {
	background-color: #f1f1f1;
	color: #52515f;
}

.sc-payment-btn {
	font-size: 14px;
	border-radius: 5px;
	padding: .78em 2em;
	display: block;
	width: 100%;
}

.read-more {
	font-family: "walsheim-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 14px;
	position: relative;
}

html:not(.mobile):not(.tablet) .read-more:hover,
html:not(.mobile):not(.tablet) .read-more:focus,
.read-more.on_press {
	color: #eb0e75;
}

.read-more.text-pink {
	color: #eb0e75;
}

html:not(.mobile):not(.tablet) .read-more.text-pink:hover,
html:not(.mobile):not(.tablet) .read-more.text-pink:focus,
.read-more.text-pink.on_press {
	color: #52515f;
}

.hero .read-more.fancy {
	color: white;
}

html:not(.mobile):not(.tablet) .hero .read-more.fancy:hover,
html:not(.mobile):not(.tablet) .hero .read-more.fancy:focus,
.hero .read-more.fancy.on_press {
	color: white;
}

.read-more.fancy:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: .115em;
	background-color: currentcolor;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

html:not(.mobile):not(.tablet) .read-more.fancy:hover:after,
html:not(.mobile):not(.tablet) .read-more.fancy:focus:after,
.read-more.fancy.on_press:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.read-more.return {
	text-decoration: none;
	color: #52515f;
	position: relative;
	padding-left: 25px;
	display: inline-block;
	margin-top: 30px;
}

.read-more.return:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E005';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	display: block;
	font-size: 10px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

html:not(.mobile):not(.tablet) .read-more.return:hover,
html:not(.mobile):not(.tablet) .read-more.return:focus,
.read-more.return.on_press {
	color: #52515f;
}

html:not(.mobile):not(.tablet) .read-more.return:hover:before,
html:not(.mobile):not(.tablet) .read-more.return:focus:before,
.read-more.return.on_press:before {
	-webkit-transform: translateX(-2px);
	-ms-transform: translateX(-2px);
	transform: translateX(-2px);
}

.read-more.return.variant {
	font-family: "walsheim-reg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-left: 40px;
}

.read-more.return.variant:before {
	content: '\E001';
	font-size: 16px;
	color: #d8d7dd;
	margin-top: -8px;
}

input,
textarea,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.field .select-wrapper .select + .select {
	font-size: 14px;
	color: #dfdeed;
}

.sc-form-group,
label {
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.dot {
	position: absolute;
	top: 1.4em;
	right: 30px;
	width: 5px;
	height: 5px;
	display: block;
	border-radius: 50%;
	display: none;
	z-index: 2;
	background-color: #dfdeed;
}

.required {
	padding-right: 50px;
}

.required + .dot,
.required + .error + .dot {
	display: block;
}

.form-footer:after {
	clear: both;
	content: '';
	display: table;
}

.form-footer .btn {
	float: left;
}

.form-footer .disclaimer {
	float: right;
	padding: .8em 0;
	padding-left: 20px;
	position: relative;
}

.form-footer .disclaimer .dot {
	display: block;
	right: auto;
	left: 0;
	background-color: #52515f;
}

input,
textarea {
	-webkit-appearance: none;
	font-family: "walsheim-reg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background: #201f34;
	border: 0;
	line-height: 1.4;
	width: 100%;
	display: block;
	position: relative;
	border-radius: 2px;
	padding: 15px 20px;
	color: #dfdeed;
	-webkit-transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
	transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

input,
input::-webkit-input-placeholder,
textarea,
textarea::-webkit-input-placeholder {
	color: #dfdeed;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: .5;
}

textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 215px;
	min-height: 215px;
	max-height: 215px;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline;
	width: auto;
}

input[type="file"],
.file-reset {
	padding: 0;
	border: 0;
	box-shadow: none;
	cursor: pointer;
}

button {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
}

.field {
	position: relative;
	margin-bottom: 10px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

.radio input,
.checkbox input {
	position: absolute;
	left: -09999em;
}

.radio label,
.checkbox label {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	padding-top: 2px;
	color: #52515f;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio label:before,
.radio label:after,
.checkbox label:before,
.checkbox label:after {
	position: absolute;
	left: 0;
	top: 0;
}

.radio label:before,
.checkbox label:before {
	content: '';
	background-color: #333;
	border-radius: 5px;
	width: 16px;
	height: 16px;
	display: block;
}

.radio input:focus + label,
.checkbox input:focus + label {
	z-index: 1;
}

.radio label:before {
	border-radius: 50%;
	background-color: #e5e5e5;
}

.radio input:checked + label:before {
	background-color: #ccc;
}

.radio input:checked + label:after {
	content: '';
	border-radius: 50%;
	background-color: white;
	width: 8px;
	height: 8px;
	top: 4px;
	left: 4px;
}

.checkbox input:checked + label:after {
	content: "✓";
}

.radio-group .field {
	display: inline-block;
	margin: 0 10px;
}

form .parsley-errors-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "walsheim-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	margin-top: 5px;
	color: #d03838;
}

form .parsley-errors-list li {
	margin: 0;
	padding: 0;
}

form label.error {
	opacity: 0;
	bottom: 105%;
	visibility: hidden;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
}

form textarea.error:focus + label.error,
form input.error:focus + label.error {
	font-size: 10px;
	font-size: 1rem;
	right: 0;
	bottom: 100%;
	z-index: 12;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
	color: #52515f;
	width: 80px;
	margin-right: -8px;
	text-align: center;
	opacity: 1;
	visibility: visible;
	border: 1px solid #ebebeb;
	margin-bottom: -2px;
}

form textarea.error:focus + label.error:before,
form input.error:focus + label.error:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ebebeb;
	border-width: 7px;
	margin-left: -7px;
}

form textarea.error:focus + label.error:after,
form input.error:focus + label.error:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

form textarea.error,
form input.error,
form textare.parsley-error,
form input.parsley-error {
	border-color: #d03838;
	-webkit-transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
	transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.form-payment {
	max-width: 600px;
	display: block;
	margin: 0 auto;
	background-color: white;
	border-radius: 3px;
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.15);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.form-payment .form-header {
	text-align: center;
	margin-bottom: 20px;
}

.form-payment .col-2 {
	margin-left: -10px;
}

.form-payment .col-2 .col {
	padding-left: 10px;
}

.form-payment .btn {
	width: 100%;
	display: block;
}

.logo-header {
	max-width: 320px;
	width: 50vw;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.payment .l-vertab-inner {
	padding: 30px;
}

.payment .fineprint {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
}

.payment .fineprint p + p {
	margin-top: 10px;
}

.payment .fineprint a {
	color: #09da97;
	text-decoration: underline;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

html:not(.mobile):not(.tablet) .payment .fineprint a:hover,
html:not(.mobile):not(.tablet) .payment .fineprint a:focus,
.payment .fineprint a.on_press {
	opacity: .65;
}

.alert {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 12px 20px;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 20px;
}

.alert.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert.alert-ok {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.radial-wheel {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 7%;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.radial-wheel:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../img/bg-radial-inner.svg) no-repeat center center;
	background-size: 97%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.8s ease-out;
	transition: transform 0.8s ease-out;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.radial-wheel .content {
	position: relative;
	z-index: 2;
	padding: 13%;
	background: url(../img/bg-radial.svg) no-repeat center center;
	background-size: cover;
}

.radial-wheel .content:before {
	content: '';
	width: 100%;
	display: block;
	padding-top: 100%;
	z-index: 2;
}

.radial-wheel .content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: calc(100% + 21%);
	height: calc(100% + 21%);
	left: -10.5%;
	top: -10.5%;
	background: url(../img/bg-radial-active.png) no-repeat center center;
	background-size: 102%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.radial-wheel.rotate-0 .content:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.radial-wheel.rotate-45 .content:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.radial-wheel.rotate-90 .content:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radial-wheel.rotate-135 .content:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.radial-wheel.rotate-180 .content:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.radial-wheel.rotate-225 .content:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.radial-wheel.rotate-270 .content:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.radial-wheel.rotate-315 .content:after {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.radial-wheel #hit-area {
	display: block;
	width: 150%;
	height: 150%;
	position: absolute;
	left: -25%;
	top: -25%;
	z-index: 1;
}

.radial-wheel .radial-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 14px;
	-webkit-transition: all 0.4s ease-out 0.4s;
	transition: all 0.4s ease-out 0.4s;
}

.radial-wheel .radial-content .title {
	color: #807e90;
	margin-bottom: 1em;
	font-size: 16px;
}

.radial-wheel .radial-content.active,
.radial-wheel .radial-content.radial-content-default {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.radial-wheel .radial-content.radial-content-default .title {
	color: #52515f;
}

.radial-wheel .radial-content.radial-content-attract .title span {
	color: #2a2c6b;
}

.radial-wheel .radial-content.radial-content-grow .title span {
	color: #224083;
}

.radial-wheel .radial-content.radial-content-lead .title span {
	color: #0097ae;
}

.radial-wheel .radial-content.radial-content-transition .title span {
	color: #00b9c2;
}

.radial-wheel .radial-content.radial-content-master .title span {
	color: #613f97;
}

.radial-wheel .radial-content.radial-content-culture .title span {
	color: #943793;
}

.radial-wheel .radial-content.radial-content-reward .title span {
	color: #d42676;
}

.radial-wheel .radial-content.radial-content-accountability .title span {
	color: #ee2f7b;
}

.radial-wheel .radial-hit-area {
	position: absolute;
	left: 15%;
	top: 15%;
	width: 70%;
	height: 70%;
	display: block;
	z-index: 2;
}

.radial-wheel .content-inner {
	position: absolute;
	top: 13%;
	left: 13%;
	z-index: 5;
	width: calc(100% - 26%);
	height: calc(100% - 26%);
	display: block;
	background-color: white;
	border-radius: 50%;
}

.radial-wheel .l-vertab {
	width: 100%;
	height: 100%;
}

.radial-wheel .content-proper {
	font-size: 14px;
	width: 60%;
	margin: 0 auto;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.radial-wheel .content-proper .title {
	font-size: 18px;
}

.radial-wheel.is-content-active .content:after {
	opacity: 1;
}

.radial-wheel.is-content-active .radial-content-default {
	opacity: 0;
}

.radial-wheel .content-inner {
	opacity: 0;
}

.waypoint-reveal .radial-wheel {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.waypoint-reveal .radial-wheel:before {
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.waypoint-reveal .radial-wheel.is-hover:before,
.waypoint-reveal .radial-wheel.is-open:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.26667s ease-out;
	transition: transform 0.26667s ease-out;
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.waypoint-reveal .radial-wheel .content-inner {
	opacity: 1;
}

.waypoint-reveal .radial-wheel .content-proper {
	opacity: 1;
}

.score .radial-wrap {
	max-width: 700px;
	background-color: white;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0px;
}

.score .radial-wrap .col.wheel {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.score .radial-wrap .radial-content.radial-content-default .title {
	font-size: 16px;
	margin-bottom: 10px;
}

.l-sticky-kit-wrap {
	position: relative;
}

.js-sticky-kit {
	z-index: 10;
}

.share-widget {
	padding: 20px 0;
}

.share-widget .title {
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #84829c;
	margin-bottom: 10px;
}

.share-widget ul:after {
	clear: both;
	content: '';
	display: table;
}

.share-widget li {
	float: left;
}

.share-widget li + li {
	margin-left: 10px;
}

.share-widget a {
	color: #eb0e75;
	font-size: 26px;
}

html:not(.mobile):not(.tablet) .share-widget a:hover,
html:not(.mobile):not(.tablet) .share-widget a:focus,
.share-widget a.on_press {
	color: #f5519d;
}

.newsletter-signup {
	position: relative;
	z-index: 3;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
	background-color: #201f34;
	color: white;
}

.newsletter-signup .l-container {
	padding-top: 3em !important;
	padding-bottom: 3em !important;
}

.newsletter-signup .relative:after {
	clear: both;
	content: '';
	display: table;
}

.newsletter-signup .title {
	font-size: 18px;
	position: relative;
	padding-left: 50px;
}

.newsletter-signup .title:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E010';
	position: absolute;
	left: 0;
	width: 55px;
	height: 40px;
	color: #dfdeed;
	opacity: .6;
	line-height: 40px;
	font-size: 16px;
	top: -10px;
}

.newsletter-signup label {
	margin: 0;
}

.newsletter-signup button,
.newsletter-signup input {
	background-color: transparent;
}

.newsletter-signup input {
	color: white;
	border: 0;
	line-height: 1;
	padding: 7px;
	padding: 0 30px;
	z-index: 1;
	position: relative;
	border-radius: 0;
	background-color: #2d2c40;
	line-height: 60px;
	min-height: 60px;
	display: block;
}

.newsletter-signup input::-webkit-input-placeholder {
	display: block;
	line-height: 60px;
	font-size: 14px;
}

.newsletter-signup input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px transparent inset !important;
	background-color: transparent !important;
	text-fill-color: inherit !important;
	border-bottom: 2px solid #faffbd;
}

.newsletter-signup input::-webkit-input-placeholder {
	color: #dfdeed;
}

.newsletter-signup button {
	z-index: 2;
	display: block;
	background-color: #eb0e75;
	padding: 0;
	height: auto;
	text-align: right;
	color: #dfdeed;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	text-align: center;
	opacity: 1;
}

html:not(.mobile):not(.tablet) .newsletter-signup button:hover,
html:not(.mobile):not(.tablet) .newsletter-signup button:focus,
.newsletter-signup button.on_press {
	opacity: .8;
}

.newsletter-signup button,
.newsletter-signup button .icon,
.newsletter-signup button .icon:before {
	line-height: 60px;
	display: block;
}

.newsletter-signup .relative {
	position: relative;
}

.testimonial {
	font-size: 14px;
	color: #dfdeed;
	max-width: 340px;
	display: block;
	font-style: italic;
}

.testimonial:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 8px;
	content: '\E00F';
	color: #09da97;
	margin-bottom: 1.5em;
}

.testimonial .name {
	font-size: 14px;
	color: white;
	font-style: normal;
}

.testimonial .name:before {
	content: '— ';
}

.testimonial .quote-share {
	font-size: 18px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #fff;
}

#bio-modaal {
	display: none;
}

.bio-grid {
	margin-left: -20px;
}

.bio-grid .col {
	padding-left: 20px;
}

.bio-thumb {
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 250px;
	width: 100%;
	display: block;
	letter-spacing: normal;
	margin-bottom: 10px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

.bio-thumb img {
	width: auto;
	max-width: 100%;
	display: block;
}

.bio-thumb .title {
	font-size: 16px;
	margin-bottom: 0;
}

.bio-thumb .bio-header {
	padding-top: 10px;
	padding-bottom: 10px;
}

html:not(.mobile):not(.tablet) .bio-thumb:hover,
html:not(.mobile):not(.tablet) .bio-thumb:focus,
.bio-thumb.on_press {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.modaal-content-container {
	padding: 0;
}

.bio-modaal-wrap {
	background-color: white;
	min-height: 650px;
	position: relative;
}

.bio-grid .bio-modaal-wrap {
	display: none;
}

.bio-modaal-wrap .modaal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	color: #231f20;
	display: none;
}

.bio-modaal-wrap .modaal-close:before,
.bio-modaal-wrap .modaal-close:after {
	background-color: currentcolor;
	width: 1px;
	height: 28px;
	left: 24px;
	top: 12px;
}

html:not(.mobile):not(.tablet) .bio-modaal-wrap .modaal-close:hover,
html:not(.mobile):not(.tablet) .bio-modaal-wrap .modaal-close:focus,
.bio-modaal-wrap .modaal-close.on_press {
	color: #eb0e75;
}

.bio-modaal-wrap .avatar {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.bio-modaal-wrap .avatar img {
	display: none;
	width: 100%;
	height: auto !important;
}

.bio-modaal-wrap .bio-content {
	display: block;
	padding: 40px;
	background-color: white;
}

.bio-modaal-wrap header {
	color: #7f7f7f;
	display: block;
	margin-bottom: 10px;
}

.bio-modaal-wrap header .title {
	color: #eb0e75;
	margin: 0;
}

.bio-modaal-wrap header .title + p {
	margin-top: 0;
}

.bio-modaal-wrap .credits {
	font-size: 12px;
	font-size: 1.2rem;
	color: #7f7f7f;
}

.bio-prev,
.bio-next {
	position: fixed;
	top: 50%;
	margin-top: -25px;
	display: block;
	z-index: 10000;
	cursor: pointer;
	padding: 50px;
	background-color: transparent;
}

.bio-prev .icon,
.bio-next .icon {
	display: block;
	width: 25px;
	height: 50px;
	position: relative;
}

.bio-prev .icon:before,
.bio-prev .icon:after,
.bio-next .icon:before,
.bio-next .icon:after {
	content: '';
	background-color: white;
	display: block;
	width: 2px;
	height: 50%;
	position: absolute;
}

.bio-prev.slick-disabled,
.bio-next.slick-disabled {
	display: none !important;
}

.bio-prev {
	left: 25px;
	padding-left: 0;
}

.bio-prev .icon:before {
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	top: 0;
	left: 0;
}

.bio-prev .icon:after {
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
	left: 0;
	bottom: 0;
}

.bio-next {
	right: 25px;
	padding-right: 0;
}

.bio-next .icon:before {
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
	top: 0;
	right: 0;
}

.bio-next .icon:after {
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	bottom: 0;
	right: 0;
}

.modaal-container {
	color: #52515f;
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 1000px;
	background-color: transparent;
}

.bio-modaal-slider {
	margin-left: -30px;
	margin-top: -30px;
	margin-right: -30px;
	margin-bottom: -30px;
}

.bio-modaal-slider .container {
	padding: 0;
}

.post-blog {
	display: block;
	max-width: 520px;
	width: 100%;
}

.post-blog + .post-blog {
	margin-top: 3em;
	margin-top: 40px;
}

.post-blog .categories {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "walsheim-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #84829c;
	margin-bottom: 5px;
	display: block;
}

.post-blog .categories span + span {
	padding-left: 15px;
	position: relative;
}

.post-blog .categories span + span:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 7px;
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 50%;
	background-color: currentcolor;
}

.post-blog .title {
	font-size: 16px;
}

.post-blog .bg {
	display: block;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	position: relative;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.post-blog .bg:before {
	content: '';
	width: 100%;
	display: block;
	padding-top: 56%;
}

.post-blog .bg + .categories {
	margin-top: 3em;
}

.post-blog.video .bg:after {
	content: '\E011';
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	color: white;
	font-size: 74px;
	margin-left: -37px;
	margin-top: -37px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

.post-blog .read-more {
	color: #eb0e75;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

html:not(.mobile):not(.tablet) .post-blog .read-more:hover,
html:not(.mobile):not(.tablet) .post-blog .read-more:focus,
.post-blog .read-more.on_press {
	color: #f33990;
}

html:not(.mobile):not(.tablet) .post-blog:hover .bg,
html:not(.mobile):not(.tablet) .post-blog:focus .bg,
.post-blog.on_press .bg {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

html:not(.mobile):not(.tablet) .post-blog:hover .bg:after,
html:not(.mobile):not(.tablet) .post-blog:focus .bg:after,
.post-blog.on_press .bg:after {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.post-blog.featured {
	max-width: none;
}

.post-blog.featured p,
.post-blog.featured .title {
	max-width: 520px;
}

.post-blog.featured .title {
	margin-top: 10px;
	font-size: 16px;
}

.post-blog.mini {
	position: relative;
	display: block;
	width: 100%;
}

.post-blog.mini:after {
	clear: both;
	content: '';
	display: table;
}

.post-blog.mini.video {
	padding-bottom: 0;
}

.post-blog.mini.video:before {
	content: none;
}

.post-blog.mini + .mini {
	margin: 0;
}

.post-blog.mini:not(:last-child) {
	margin-bottom: 20px;
}

.post-blog.mini .categories {
	margin-top: 0;
}

.post-blog.mini .title {
	font-size: 16px;
	margin: 10px 0;
}

.post-blog.mini .read-more {
	font-size: 14px;
	font-size: 1.4rem;
}

.hero.news .post-blog,
.news-featured-home .post-blog {
	color: #dfdeed;
}

html:not(.mobile):not(.tablet) .hero.news .post-blog:hover,
html:not(.mobile):not(.tablet) .hero.news .post-blog:focus,
.hero.news .post-blog.on_press,
html:not(.mobile):not(.tablet)
    .news-featured-home .post-blog:hover,
html:not(.mobile):not(.tablet)
    .news-featured-home .post-blog:focus,
.news-featured-home .post-blog.on_press {
	color: #dfdeed;
}

.post-testimonial {
	border-radius: 3px;
	padding: 30px;
	font-size: 14px;
	line-height: 1.4;
	width: 100%;
	height: 100%;
}

.post-testimonial .testimonial:before {
	color: rgba(255, 255, 255, 0.35);
}

.post-testimonial.blue {
	background-color: #201f34;
}

.post-testimonial.pink {
	background-color: #dc3779;
}

.post-testimonial.pink .testimonial {
	color: white;
}

.post-testimonial.green {
	background-color: #09da97;
}

.post-testimonial.green .testimonial {
	color: white;
}

.internal-nav {
	display: block;
	background-color: white;
	display: none;
	text-align: left;
	position: relative;
	z-index: 10;
}

.internal-nav .l-container:after {
	border-bottom: 5px solid #f9f8fc;
	width: 100%;
}

.internal-nav ul {
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #666;
}

.internal-nav ul li {
	display: inline-block;
	letter-spacing: 0.1em;
}

.internal-nav:not(.filter) ul {
	margin-left: -40px;
}

.internal-nav:not(.filter) ul li {
	padding-left: 40px;
}

.internal-nav .active a:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.internal-nav a {
	padding: 20px 0;
	position: relative;
	display: block;
	letter-spacing: 0.05em;
	font-size: 0.9em;
}

.internal-nav a:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 5px;
	display: block;
	background-color: #eb0e75;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

html:not(.mobile):not(.tablet) .internal-nav a:hover,
html:not(.mobile):not(.tablet) .internal-nav a:focus,
.internal-nav a.on_press {
	color: #6a687b;
}

.internal-nav.filter a {
	padding: 32px 28px;
}

.internal-nav.filter a.active:before {
	background-color: #09da97;
}

.internal-nav.blog ul {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #84829c;
	padding: 26px 0 21px;
}

.internal-nav.blog ul li {
	margin-right: 20px;
}

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

*:focus {
	outline: none;
}

::-moz-selection {
	background: rgba(51, 51, 51, 0.5);
	color: white;
}

::selection {
	background: rgba(51, 51, 51, 0.5);
	color: white;
}

html {
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #f7f7fb;
	font-family: "walsheim-reg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #52515f;
	font-size: 14px;
}

img {
	height: auto;
}

.border-top {
	border-top: 3px solid #f6f5f9;
}

.bg-grey {
	background-color: #f7f7fb;
}

.min-height-hack {
	height: 1px;
}

.l-page-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.l-outer-container {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 0 20px rgba(38, 36, 63, 0.2);
}

.l-vertab {
	display: table;
}

.l-vertab .l-vertab-inner {
	display: table-cell;
	vertical-align: middle;
}

.l-viewport {
	width: 100vw;
	height: 100vh;
}

.l-container {
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
	display: block;
	position: relative;
	max-width: 1240px;
}

.l-container:after {
	clear: both;
	content: '';
	display: table;
}

.l-container.narrow {
	max-width: 740px;
}

.l-container.full {
	max-width: none;
	padding: 0;
}

.timer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-404 {
	font-size: 14px;
}

.section-404 .title.jumbo {
	margin-bottom: 10px;
}

.padding-404 {
	padding: 30px;
}

.news-grid {
	margin-left: -30px;
}

.news-grid:after {
	clear: both;
	content: '';
	display: table;
}

.news-grid .col {
	padding-left: 30px;
	margin-bottom: 30px;
}

.news-grid .post-blog .bg {
	box-shadow: none;
}

html:not(.mobile):not(.tablet) .news-grid .post-blog:hover .bg,
html:not(.mobile):not(.tablet) .news-grid .post-blog:focus .bg,
.news-grid .post-blog.on_press .bg {
	opacity: .8;
	box-shadow: none;
}

.news-grid .read-more {
	font-size: 14px;
	font-size: 1.4rem;
}

.article-wrap {
	max-width: 730px;
	margin: 0 auto;
	display: block;
}

.article p:first-child {
	font-size: 14px;
	line-height: 1.5;
}

.article h1 + h1,
.article h1 + h2,
.article h1 + h3,
.article h1 + h4,
.article h1 + h5,
.article h1 + h6,
.article h2 + h1,
.article h2 + h2,
.article h2 + h3,
.article h2 + h4,
.article h2 + h5,
.article h2 + h6,
.article h3 + h1,
.article h3 + h2,
.article h3 + h3,
.article h3 + h4,
.article h3 + h5,
.article h3 + h6,
.article h4 + h1,
.article h4 + h2,
.article h4 + h3,
.article h4 + h4,
.article h4 + h5,
.article h4 + h6,
.article h5 + h1,
.article h5 + h2,
.article h5 + h3,
.article h5 + h4,
.article h5 + h5,
.article h5 + h6,
.article h6 + h1,
.article h6 + h2,
.article h6 + h3,
.article h6 + h4,
.article h6 + h5,
.article h6 + h6,
.article p + h1,
.article p + h2,
.article p + h3,
.article p + h4,
.article p + h5,
.article p + h6,
.article ol + h1,
.article ol + h2,
.article ol + h3,
.article ol + h4,
.article ol + h5,
.article ol + h6,
.article ul + h1,
.article ul + h2,
.article ul + h3,
.article ul + h4,
.article ul + h5,
.article ul + h6,
.article img + h1,
.article img + h2,
.article img + h3,
.article img + h4,
.article img + h5,
.article img + h6,
.article .tweet-this + h1,
.article .tweet-this + h2,
.article .tweet-this + h3,
.article .tweet-this + h4,
.article .tweet-this + h5,
.article .tweet-this + h6 {
	margin-top: 20px;
	clear: both;
}

.article h1 + p,
.article h1 + ol,
.article h1 + ul,
.article h1 + img,
.article h2 + p,
.article h2 + ol,
.article h2 + ul,
.article h2 + img,
.article h3 + p,
.article h3 + ol,
.article h3 + ul,
.article h3 + img,
.article h4 + p,
.article h4 + ol,
.article h4 + ul,
.article h4 + img,
.article h5 + p,
.article h5 + ol,
.article h5 + ul,
.article h5 + img,
.article h6 + p,
.article h6 + ol,
.article h6 + ul,
.article h6 + img,
.article p + p,
.article p + ol,
.article p + ul,
.article p + img,
.article ol + p,
.article ol + ol,
.article ol + ul,
.article ol + img,
.article ul + p,
.article ul + ol,
.article ul + ul,
.article ul + img,
.article img + p,
.article img + ol,
.article img + ul,
.article img + img,
.article .tweet-this + p,
.article .tweet-this + ol,
.article .tweet-this + ul,
.article .tweet-this + img {
	margin-top: 20px;
}

.article h3 {
	font-size: 16px;
}

.article .tweet-this {
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	letter-spacing: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

.article .tweet-this p {
	font-size: 14px;
}

.article .tweet-this .tweet-this-link {
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #84829c;
	position: relative;
	padding-left: 36px;
	text-decoration: none;
	display: block;
	margin-top: 10px;
}

html:not(.mobile):not(.tablet) .article .tweet-this .tweet-this-link:hover,
html:not(.mobile):not(.tablet) .article .tweet-this .tweet-this-link:focus,
.article .tweet-this .tweet-this-link.on_press {
	color: #eb0e75;
}

.article .tweet-this .tweet-this-link .icon:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	color: #eb0e75;
}

.is-editable {
	line-height: 1.7;
}

.is-editable:after {
	clear: both;
	content: '';
	display: table;
}

.is-editable strong {
	font-family: "walsheim-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
}

.is-editable h2,
.is-editable h3,
.is-editable h4,
.is-editable h5,
.is-editable h6 {
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	letter-spacing: normal;
}

.is-editable a {
	color: #09da97;
	text-decoration: underline;
}

html:not(.mobile):not(.tablet) .is-editable a:hover,
html:not(.mobile):not(.tablet) .is-editable a:focus,
.is-editable a.on_press {
	color: #20f6b1;
}

.is-editable img {
	width: auto;
	max-width: 100%;
	display: block;
}

.is-editable ul li + li,
.is-editable ol li + li {
	margin-top: 10px;
}

.is-editable .iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.is-editable .iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

header.main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: white;
	z-index: 100;
	padding: 0 230px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

header.main + .spacer {
	display: block;
	height: 70px;
}

header.main .logo,
header.main .btn {
	position: absolute;
	top: 0;
	width: 230px;
}

header.main .logo {
	left: 0;
	padding: 23px 28px;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

html:not(.mobile):not(.tablet) header.main .logo:hover,
html:not(.mobile):not(.tablet) header.main .logo:focus,
header.main .logo.on_press {
	opacity: .65;
}

header.main .logo img {
	height: 24px;
	width: auto;
	display: block;
}

.is-sticky header.main {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

header.main .btn {
	font-size: 12px;
	font-size: 1.2rem;
	right: 0;
	text-align: left;
	padding: 23px 30px;
	line-height: 1;
}

header.main .btn.score {
	color: white;
	background-color: #201f34;
}

header.main .btn.score:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 9px;
	line-height: 70px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	display: block;
	padding: 0;
	text-align: center;
}

html:not(.mobile):not(.tablet) header.main .btn.score:hover,
html:not(.mobile):not(.tablet) header.main .btn.score:focus,
header.main .btn.score.on_press {
	color: white;
	background-color: #3d3c64;
}

header.main .btn.score.active {
	background-color: #eb0e75;
}

html:not(.mobile):not(.tablet) header.main .btn.score.active:hover,
html:not(.mobile):not(.tablet) header.main .btn.score.active:focus,
header.main .btn.score.active.on_press {
	background-color: #f33990;
}

header.main .btn.contact {
	position: absolute;
	right: 50px;
	width: auto;
	padding: 19px 16px;
}

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

header.main li a {
	white-space: nowrap;
	line-height: 70px;
	display: block;
	padding: 0 30px;
	letter-spacing: 0.05em;
}

html:not(.mobile):not(.tablet) header.main li a:hover,
html:not(.mobile):not(.tablet) header.main li a:focus,
header.main li a.on_press {
	color: #eb0e75;
}

header.main li.active a {
	color: #eb0e75;
}

header.main .social a {
	font-size: 30px;
	font-size: 3rem;
	color: #eb0e75;
	padding: 0 10px;
}

header.main .social a .icon,
header.main .social a .icon:before,
header.main .social a .icon:after {
	display: block;
	line-height: 70px;
}

html:not(.mobile):not(.tablet) header.main .social a:hover,
html:not(.mobile):not(.tablet) header.main .social a:focus,
header.main .social a.on_press {
	color: #f5519d;
}

html:not(.mobile):not(.tablet) header.main .social a.facebook:hover,
html:not(.mobile):not(.tablet) header.main .social a.facebook:focus,
header.main .social a.facebook.on_press {
	color: #3b5999;
}

html:not(.mobile):not(.tablet) header.main .social a.twitter:hover,
html:not(.mobile):not(.tablet) header.main .social a.twitter:focus,
header.main .social a.twitter.on_press {
	color: #44acee;
}

html:not(.mobile):not(.tablet) header.main .social a.linkedin:hover,
html:not(.mobile):not(.tablet) header.main .social a.linkedin:focus,
header.main .social a.linkedin.on_press {
	color: #0077B5;
}

header.main .hamburger {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
}

header.main .hamburger .lines {
	position: absolute;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 20px;
	left: 18px;
	display: block;
}

header.main .hamburger .line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #52515f;
	display: block;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.is-mobOpen header.main .hamburger .line {
	opacity: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

header.main .hamburger .line-top {
	top: 0;
}

header.main .hamburger .line-bottom {
	bottom: 0;
}

header.main .hamburger .line-middle-1,
header.main .hamburger .line-middle-2 {
	top: 4px;
}

.is-mobOpen header.main .hamburger .line-middle-1,
.is-mobOpen
      header.main .hamburger .line-middle-2 {
	opacity: 1;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.is-mobOpen header.main .hamburger .line-middle-1 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.is-mobOpen header.main .hamburger .line-middle-2 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

footer.main {
	text-align: center;
}

footer.main .nav-logo a {
	padding: 0;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

html:not(.mobile):not(.tablet) footer.main .nav-logo a:hover,
html:not(.mobile):not(.tablet) footer.main .nav-logo a:focus,
footer.main .nav-logo a.on_press {
	opacity: .65;
}

footer.main .nav-logo img {
	height: 23px;
	width: auto;
	display: block;
	margin: 0 auto;
}

footer.main nav {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	line-height: 70px;
	padding: 30px 0;
}

footer.main nav ul {
	position: relative;
}

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

footer.main nav li a {
	white-space: nowrap;
	line-height: 70px;
	display: block;
	padding: 0 13px;
}

html:not(.mobile):not(.tablet) footer.main nav li a:hover,
html:not(.mobile):not(.tablet) footer.main nav li a:focus,
footer.main nav li a.on_press {
	color: #eb0e75;
}

footer.main nav li.active a {
	color: #eb0e75;
}

footer.main nav .social:after {
	clear: both;
	content: '';
	display: table;
}

footer.main nav .social a {
	font-size: 30px;
	font-size: 3rem;
	color: #eb0e75;
	padding: 0 4px;
}

footer.main nav .social a .icon,
footer.main nav .social a .icon:before,
footer.main nav .social a .icon:after {
	display: block;
	line-height: 70px;
}

html:not(.mobile):not(.tablet) footer.main nav .social a:hover,
html:not(.mobile):not(.tablet) footer.main nav .social a:focus,
footer.main nav .social a.on_press {
	color: #f5519d;
}

html:not(.mobile):not(.tablet) footer.main nav .social a.facebook:hover,
html:not(.mobile):not(.tablet) footer.main nav .social a.facebook:focus,
footer.main nav .social a.facebook.on_press {
	color: #3b5999;
}

html:not(.mobile):not(.tablet) footer.main nav .social a.twitter:hover,
html:not(.mobile):not(.tablet) footer.main nav .social a.twitter:focus,
footer.main nav .social a.twitter.on_press {
	color: #44acee;
}

html:not(.mobile):not(.tablet) footer.main nav .social a.linkedin:hover,
html:not(.mobile):not(.tablet) footer.main nav .social a.linkedin:focus,
footer.main nav .social a.linkedin.on_press {
	color: #0077B5;
}

footer.main .fineprint {
	font-size: 14px;
	font-size: 1.4rem;
	color: #b0b0b0;
	margin-bottom: 50px;
}

footer.main .fineprint li {
	display: inline-block;
	padding: 0 10px;
}

footer.main .fineprint a {
	color: #686772;
}

html:not(.mobile):not(.tablet) footer.main .fineprint a:hover,
html:not(.mobile):not(.tablet) footer.main .fineprint a:focus,
footer.main .fineprint a.on_press {
	color: #eb0e75;
}

.hero {
	background-color: #201f34;
}

.hero,
.hero .title,
.hero .hero-title {
	color: white;
}

.hero .l-container {
	padding-top: 20vw;
	padding-bottom: 15vw;
}

.hero .l-max {
	max-width: 700px;
}

.hero .hero-title {
	font-size: 20px;
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0;
}

.hero .hero-title + .read-more {
	margin-top: 20px;
	font-size: 18px;
	display: inline-block;
	color: white;
}

.hero .hero-title + p {
	margin-top: 10px;
}

.hero.internal .l-container {
	padding-bottom: 5vw;
	padding-top: 20vw;
	font-size: 16px;
}

.hero.score,
.hero.news {
	font-family: "walsheim-reg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.hero.score .l-container,
.hero.news .l-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.hero.score {
	text-align: center;
}

.hero.score.results .l-container {
	padding-bottom: 40px;
}

.hero.score .l-max {
	margin: 0 auto;
	max-width: 880px;
}

.hero.score .icon {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 3px;
	font-size: 20px;
}

.hero.news .l-container {
	padding-bottom: 20px;
}

.hero.news .hero-title {
	margin-bottom: 20px;
}

.hero .footer-hero:after {
	clear: both;
	content: '';
	display: table;
}

.hero .footer-hero .l-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hero.blog-single {
	position: relative;
}

.hero.blog-single:after,
.hero.blog-single:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.hero.blog-single:before {
	background-color: rgba(0, 0, 0, 0.15);
}

.hero.blog-single:after {
	background: -webkit-linear-gradient(46deg, rgba(32, 31, 52, 0.95) 0%, rgba(32, 31, 52, 0) 100%);
	background: linear-gradient(44deg, rgba(32, 31, 52, 0.95) 0%, rgba(32, 31, 52, 0) 100%);
}

.hero.blog-single .l-container {
	position: relative;
	z-index: 2;
	padding-bottom: 7vw;
}

.hero.blog-single .hero-title {
	font-size: 22px;
}

.hero .hero-title .video {
	position: relative;
	color: white;
	display: block;
	padding-left: 70px;
}

.hero .hero-title .video:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E011';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	font-size: 50px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

html:not(.mobile):not(.tablet) .hero .hero-title .video:hover,
html:not(.mobile):not(.tablet) .hero .hero-title .video:focus,
.hero .hero-title .video.on_press {
	color: white;
}

html:not(.mobile):not(.tablet) .hero .hero-title .video:hover:before,
html:not(.mobile):not(.tablet) .hero .hero-title .video:focus:before,
.hero .hero-title .video.on_press:before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

footer.hero.news .l-container.no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

footer.hero.news .hero-footer-grid {
	margin-left: -20px;
	padding-bottom: 60px;
}

footer.hero.news .hero-footer-grid:after {
	clear: both;
	content: '';
	display: table;
}

footer.hero.news .hero-footer-grid .col {
	padding-left: 20px;
}

footer.hero.news .hero-footer-grid .title {
	font-size: 16px;
}

footer.hero.news .post-blog {
	margin-bottom: 40px;
}

footer.hero.news .col:last-child .post-blog {
	margin-bottom: 0;
}

footer.hero.news .col:nth-child(2) {
	margin-left: 0;
}

footer.hero.news .newsletter-signup {
	border-top: 3px solid rgba(255, 255, 255, 0.05);
}

footer.hero.news .newsletter-signup:before {
	content: none;
}

.l-split {
	background-color: #26243f;
	position: relative;
}

.l-split,
.l-split .title {
	color: white;
}

.l-split .title {
	font-size: 18px;
	margin-bottom: 1em;
}

.l-split .l-vertab {
	width: 100%;
}

.l-split .l-max {
	padding: 30px;
}

.cta-major {
	font-family: "walsheim-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.cta-major .title,
.cta-major .btn {
	margin-bottom: 1em;
}

.cta-major .title {
	font-size: 18px;
}

.cta-major a:not(.btn) {
	color: #eb0e75;
}

.radial-wrap {
	margin-bottom: 2em;
}

.radial-wrap:after {
	clear: both;
	content: '';
	display: table;
}

.radial-wrap .col.content .title {
	font-size: 18px;
	margin-bottom: 1em;
}

.logo-wrap {
	clear: both;
}

.logo-wrap p {
	font-size: 14px;
	opacity: .4;
	padding: 20px 0;
}

.logo-wrap .logos:after {
	clear: both;
	content: '';
	display: table;
}

.logo-wrap .logos li {
	display: inline-block;
}

.logo-wrap .logos a {
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	display: block;
}

html:not(.mobile):not(.tablet) .logo-wrap .logos a:hover,
html:not(.mobile):not(.tablet) .logo-wrap .logos a:focus,
.logo-wrap .logos a.on_press {
	opacity: .65;
}

.news-featured-home {
	background-color: #201f34;
	position: relative;
}

.news-featured-home:before {
	left: 40vw;
}

.news-featured-home,
.news-featured-home .title {
	color: white;
}

.news-featured-home .title {
	font-size: 18px;
}

.news-featured-home .col-2 {
	position: relative;
	z-index: 2;
	margin-left: -40px;
}

.news-featured-home .col-2 .col {
	padding-left: 40px;
	position: relative;
	z-index: 2;
}

.contact .header-form:after {
	clear: both;
	content: '';
	display: table;
}

.contact .header-form p {
	display: inline-block;
	display: block;
	margin-bottom: 10px;
}

.contact .header-form p + p {
	margin-top: 0;
}

.contact .header-form a {
	text-decoration: underline;
}

.about-values {
	position: relative;
	display: block;
	background-color: #201f34;
	color: white;
}

.about-values:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: .3;
	background: -webkit-linear-gradient(68deg, #221e34 0%, #dc3779 100%);
	background: linear-gradient(22deg, #221e34 0%, #dc3779 100%);
	z-index: 1;
}

.about-values .l-container {
	position: relative;
	z-index: 2;
}

.about-values h2.title {
	color: white;
	margin: 0;
	margin-bottom: 30px;
}

.about-values ol {
	position: relative;
	z-index: 2;
	counter-reset: section;
	list-style-type: none;
	padding-top: 30px;
	padding-bottom: 30px;
}

.about-values ol:before,
.about-values ol:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: white;
	opacity: 0.03;
	display: block;
}

.about-values ol:before {
	top: 0;
}

.about-values ol:after {
	bottom: 0;
}

.about-values ol li {
	position: relative;
	padding-left: 40px;
}

.about-values ol li:after {
	counter-increment: section;
	content: counters(section, ".");
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
	color: white;
}

.about-values ol li + li {
	padding-top: 60px;
}

.about-values ol li + li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: white;
	opacity: 0.03;
	display: block;
	top: 30px;
}

.about-values ol li + li:after {
	top: 60px;
}

.about-values ol .title {
	color: #dc3779;
	margin: 0;
	font-size: 16px;
}

.about-team .col-2-outer {
	margin-left: -30px;
}

.about-team .col-2-outer:not(.no-padding) {
	padding-top: 30px;
	padding-bottom: 30px;
}

.about-team .col-2-outer:after {
	clear: both;
	content: '';
	display: table;
}

.about-team .col-2-outer .col-inner {
	padding-left: 30px;
}

.about-team .col-2-outer .col-inner:not(.no-margin):nth-child(2) {
	margin-top: 30px;
}

.about-team .page-title,
.about-team .section-title {
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	letter-spacing: normal;
	margin-bottom: 0;
}

.about-team .page-title {
	font-size: 18px;
}

.about-team .section-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.about-team .team-points {
	font-size: 14px;
	margin-left: -20px;
}

.about-team .team-points .col {
	padding-left: 20px;
}

.about-team .team-points .point {
	padding-bottom: 25px;
	padding-top: 25px;
	margin-bottom: 15px;
	display: block;
}

.about-team .team-points .col:nth-child(6n-5) .point {
	border-top: 5px solid #2a2c6b;
}

.about-team .team-points .col:nth-child(6n-4) .point {
	border-top: 5px solid #0097ae;
}

.about-team .team-points .col:nth-child(6n-3) .point {
	border-top: 5px solid #00b9c2;
}

.about-team .team-points .col:nth-child(6n-2) .point {
	border-top: 5px solid #613f97;
}

.about-team .team-points .col:nth-child(6n-1) .point {
	border-top: 5px solid #943793;
}

.about-team .team-points .col:nth-child(6n) .point {
	border-top: 5px solid #eb0e75;
}

.partners .partners-header {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 5px solid #f9f8fc;
}

.partners .partners-header:after {
	clear: both;
	content: '';
	display: table;
}

.partners .partners-header .section-title {
	margin: 0;
}

.partners .partner-wall {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partners .partner-wall .partner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: white;
}

.partners .partner-wall .partner:nth-child(8n),
.partners .partner-wall .partner:nth-child(8n-7) {
	background-color: #224083;
}

.partners .partner-wall .partner:nth-child(8n-1),
.partners .partner-wall .partner:nth-child(8n-6) {
	background-color: #0097ae;
}

.partners .partner-wall .partner:nth-child(8n-2),
.partners .partner-wall .partner:nth-child(8n-5) {
	background-color: #943793;
}

.partners .partner-wall .partner:nth-child(8n-3),
.partners .partner-wall .partner:nth-child(8n-4) {
	background-color: #eb0e75;
}

.partners .partner-header {
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	letter-spacing: normal;
	margin-bottom: 10px;
}

.partners .partner-header .title {
	font-size: 18px;
	color: white;
	margin-bottom: 0;
}

.partners .partner .l-vertab-inner {
	font-size: 14px;
	padding: 20px;
}

.partners .partner-inner {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
	font-size: 14px;
}

.about-balance-now {
	position: relative;
	overflow: hidden;
}

.about-balance-now .l-container {
	position: relative;
	z-index: 2;
}

.about-balance-now .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #f9f8fc;
	background-position: top center;
	background-size: cover;
	display: block;
	overflow: hidden;
	width: 100%;
	max-height: 1060px;
	min-height: 500px;
}

.about-balance-now .bg:before {
	content: '';
	width: 100%;
	display: block;
	padding-top: 80%;
}

.about-balance-now .intro.text-center {
	margin: 0 auto;
}

.about-balance-now .intro.text-center.max {
	max-width: 460px;
}

.about-balance-now .intro.max {
	max-width: 740px;
}

.about-balance-now .intro .title {
	font-size: 22px;
}

.about-balance-now .outro {
	background-color: white;
	font-size: 14px;
}

.about-balance-now .outro .icon {
	font-size: 36px;
	color: #bab9bf;
	margin-bottom: .8em;
}

.about-balance-now .bio-wrap {
	padding-top: 100px;
}

.about-balance-now .bio-wrap .bio-inner {
	background-color: white;
	padding-top: 0 !important;
}

.about-balance-now .bio {
	font-size: 14px;
}

.about-balance-now .bio img {
	max-width: 100%;
	width: auto;
	display: block;
	margin-top: -100px;
}

.about-balance-now .bio .title {
	font-size: 18px;
	margin: 0;
}

.about-balance-now .bio .sub-title {
	font-size: 14px;
}

.about-balance-now .bio .read-more {
	display: block;
	margin-top: 20px;
}

body.about .about-balance-now .l-container {
	padding-bottom: 40px;
}

body.about .about-balance-now .bio-inner {
	padding-bottom: 0;
}

.change-important {
	background-image: url(../img/bg-important.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #201f34;
	background-size: cover;
}

.change-important .header-important,
.change-important .header-important .title,
.change-important .footer-important .title {
	font-family: "cerapro-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 16px;
	letter-spacing: normal;
}

.change-important .col-2-flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.change-important .col-2-flex .col {
	float: left;
}

.change-important .col-2-flex .l-vertab {
	height: 100%;
}

.change-important .col-2-flex img {
	display: block;
	width: auto;
	max-width: 100%;
}

.change-important .header-important:after {
	clear: both;
	content: '';
	display: table;
}

.change-important .header-important .title {
	margin-bottom: 20px;
}

.change-important .header-important .reference {
	font-size: 14px;
	font-family: "walsheim-reg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #3d3a52;
}

.change-important,
.change-important .title {
	color: white;
}

.change-important .col-3-flex {
	margin-left: -20px;
}

.change-important .col-3-flex .col {
	padding-left: 20px;
	margin-bottom: 40px;
}

.change-important .important-item {
	max-width: 300px;
	position: relative;
}

.change-important .important-item:before {
	content: '';
	max-width: 150px;
	width: 100%;
	height: 5px;
	display: block;
	background-color: #09da97;
	margin-bottom: 15px;
}

.change-important .important-item .title {
	font-size: 16px;
}

.change-important .important-item .reference {
	color: #3d3a52;
}

.change-important .footer-important {
	border-top: 3px solid rgba(255, 255, 255, 0.05);
}

.change-important .footer-important .l-container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.change-important .footer-important .l-max {
	max-width: 680px;
}

.change-deliver .l-container {
	padding-bottom: 60px;
}

.change-deliver h2.title {
	margin-bottom: 20px;
}

.change-deliver .col-3-flex {
	margin-left: -20px;
}

.change-deliver .col-3-flex .col {
	padding-left: 20px;
	margin-bottom: 40px;
}

.change-deliver .discover-item {
	font-size: 14px;
	max-width: 340px;
}

.change-deliver .discover-item .bg {
	display: block;
	width: auto;
	max-width: 100%;
	margin-bottom: 20px;
}

.change-deliver .discover-item .title {
	font-size: 16px;
	margin-bottom: 10px;
}

.change-magic .magic-item {
	font-size: 14px;
	margin-bottom: 30px;
}

.change-magic .magic-item svg {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 10px;
}

.change-magic .magic-item .st1 {
	fill: #F9F8FC;
}

.change-magic .magic-item .magic-1 {
	fill: #2A2C6B;
}

.change-magic .magic-item .magic-2 {
	fill: #224083;
}

.change-magic .magic-item .magic-3 {
	fill: #0097AE;
}

.change-magic .magic-item .magic-4 {
	fill: #00B9C2;
}

.change-magic .magic-item .magic-5 {
	fill: #613F97;
}

.change-magic .magic-item .magic-6 {
	fill: #943793;
}

.change-magic .magic-item .magic-7 {
	fill: #D42676;
}

.change-magic .magic-item .magic-8 {
	fill: #EE2F7B;
}

.change-how ul {
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.35);
	position: relative;
	z-index: 2;
}

.change-how ul .how-item {
	position: relative;
	display: block;
	overflow: hidden;
	font-size: 14px;
}

.change-how ul .how-item .title {
	font-size: 16px;
	margin-bottom: 10px;
}

.change-how ul .how-item .content {
	background-color: white;
	color: #52515f;
	padding: 70px 90px;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 50px;
}

.change-how ul .how-item .content-inner {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.change-how ul .how-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
}

.change-how ul .how-item:after {
	content: '';
	position: absolute;
	right: 0;
	top: 1px;
	width: 20px;
	height: 100%;
	display: block;
	background-color: currentColor;
}

.change-how ul .how-item:first-child:before {
	content: none;
}

.change-how ul .how-item:first-child:after {
	top: 0;
}

.change-how ul .how-item:nth-child(1) {
	color: #0097ae;
	padding-left: 24vw;
}

.change-how ul .how-item:nth-child(1) .content-inner {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.change-how ul .how-item:nth-child(1) .box:nth-child(1) {
	display: block;
	background-color: currentColor;
}

.change-how ul .how-item:nth-child(2) {
	color: #00b9c2;
	padding-left: 30vw;
}

.change-how ul .how-item:nth-child(2) .content-inner {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.change-how ul .how-item:nth-child(2) .box:nth-child(1),
.change-how ul .how-item:nth-child(2) .box:nth-child(2) {
	display: block;
}

.change-how ul .how-item:nth-child(2) .box:nth-child(1) {
	background-color: #00b2be;
}

.change-how ul .how-item:nth-child(2) .box:nth-child(2) {
	background-color: currentColor;
}

.change-how ul .how-item:nth-child(3) {
	color: #613f97;
	padding-left: 36vw;
}

.change-how ul .how-item:nth-child(3) .content-inner {
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}

.change-how ul .how-item:nth-child(3) .box:nth-child(3),
.change-how ul .how-item:nth-child(3) .box:nth-child(2),
.change-how ul .how-item:nth-child(3) .box:nth-child(1) {
	display: block;
}

.change-how ul .how-item:nth-child(3) .box:nth-child(3) {
	background-color: currentColor;
}

.change-how ul .how-item:nth-child(3) .box:nth-child(2) {
	background-color: #4e57a0;
}

.change-how ul .how-item:nth-child(3) .box:nth-child(1) {
	background-color: #3e64a3;
}

.change-how ul .how-item:nth-child(4) {
	color: #943793;
	padding-left: 42vw;
}

.change-how ul .how-item:nth-child(4) .content-inner {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.change-how ul .how-item:nth-child(4) .box:nth-child(4),
.change-how ul .how-item:nth-child(4) .box:nth-child(3),
.change-how ul .how-item:nth-child(4) .box:nth-child(2),
.change-how ul .how-item:nth-child(4) .box:nth-child(1) {
	display: block;
}

.change-how ul .how-item:nth-child(4) .box:nth-child(4) {
	background-color: currentColor;
}

.change-how ul .how-item:nth-child(4) .box:nth-child(3) {
	background-color: #8a3994;
}

.change-how ul .how-item:nth-child(4) .box:nth-child(2) {
	background-color: #6e539d;
}

.change-how ul .how-item:nth-child(4) .box:nth-child(1) {
	background-color: #5861a0;
}

.change-how ul .how-item:nth-child(5) {
	color: #d42676;
	padding-left: 48vw;
}

.change-how ul .how-item:nth-child(5) .content-inner {
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.25s;
}

.change-how ul .how-item:nth-child(5) .box:nth-child(5),
.change-how ul .how-item:nth-child(5) .box:nth-child(4),
.change-how ul .how-item:nth-child(5) .box:nth-child(3),
.change-how ul .how-item:nth-child(5) .box:nth-child(2),
.change-how ul .how-item:nth-child(5) .box:nth-child(1) {
	display: block;
}

.change-how ul .how-item:nth-child(5) .box:nth-child(5) {
	background-color: currentColor;
}

.change-how ul .how-item:nth-child(5) .box:nth-child(4) {
	background-color: #c7297c;
}

.change-how ul .how-item:nth-child(5) .box:nth-child(3) {
	background-color: #b32d81;
}

.change-how ul .how-item:nth-child(5) .box:nth-child(2) {
	background-color: #8f498e;
}

.change-how ul .how-item:nth-child(5) .box:nth-child(1) {
	background-color: #725994;
}

.change-how .cascading-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 54vw;
}

.change-how .cascading-bg .box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	display: none;
}

.change-how .cascading-bg .box:not(:last-child) {
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
}

.change-how .cascading-bg .box:nth-child(6) {
	z-index: 1;
	width: 54vw;
	-webkit-transition-duration: 1.75s;
	transition-duration: 1.75s;
}

.change-how .cascading-bg .box:nth-child(5) {
	z-index: 2;
	width: 48vw;
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
}

.change-how .cascading-bg .box:nth-child(4) {
	z-index: 3;
	width: 42vw;
	-webkit-transition-duration: 1.25s;
	transition-duration: 1.25s;
}

.change-how .cascading-bg .box:nth-child(3) {
	z-index: 4;
	width: 36vw;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.change-how .cascading-bg .box:nth-child(2) {
	z-index: 5;
	width: 30vw;
	-webkit-transition-duration: 0.75s;
	transition-duration: 0.75s;
}

.change-how .cascading-bg .box:nth-child(1) {
	z-index: 6;
	width: 24vw;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.change-how .footer-how {
	background-color: #d42676;
	color: #d42676;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.change-how .footer-how .title {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	color: white;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.change-how .how-item.waypoint-reveal .content-inner,
.change-how .footer-how.waypoint-reveal .content-inner {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.change-how .how-item.waypoint-reveal .cascading-bg .box,
.change-how .footer-how.waypoint-reveal .cascading-bg .box {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.change-how .footer-how.waypoint-reveal .title {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.score-form {
	position: relative;
}

.score-form .question {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.04);
	position: relative;
}

.score-form .question:nth-child(1) {
	color: #2a2c6b;
}

.score-form .question:nth-child(2) {
	color: #224083;
}

.score-form .question:nth-child(3) {
	color: #0097ae;
}

.score-form .question:nth-child(4) {
	color: #00b9c2;
}

.score-form .question:nth-child(5) {
	color: #613f97;
}

.score-form .question:nth-child(6) {
	color: #943793;
}

.score-form .question:nth-child(7) {
	color: #d42676;
}

.score-form .question:nth-child(8) {
	color: #eb0e75;
}

.score-form .question fieldset:after {
	clear: both;
	content: '';
	display: table;
}

.score-form .question .header-question {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.score-form .scale,
.score-form .footer-score {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

.score-form .scale .sub-title {
	margin-bottom: 10px;
}

.score-form .scale .header-question {
	margin-bottom: 20px;
}

.score-form .scale fieldset {
	margin-bottom: 20px;
	position: relative;
	margin-left: -5px;
}

.score-form .scale fieldset:after {
	clear: both;
	content: '';
	display: table;
}

.score-form .scale fieldset label {
	padding-left: 5px;
	font-size: 11px;
}

.score-form .scale fieldset:before {
	left: 5px;
	content: '';
	position: absolute;
	top: 50%;
	width: 90%;
	height: 1px;
	z-index: 1;
	background-color: #eceaf1;
}

.score-form .scale .scale-label-1,
.score-form .scale .scale-label-2 {
	padding-top: 10px;
	font-size: 9px;
	font-family: "walsheim-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	position: absolute;
	top: 100%;
	text-transform: uppercase;
}

.score-form .scale .scale-label-1 {
	left: 10px;
}

.score-form .scale .scale-label-2 {
	right: 0;
}

.score-form .scale label {
	display: block;
	cursor: pointer;
	margin: 0;
	float: left;
	position: relative;
	z-index: 2;
	width: 10%;
}

.score-form .scale .number {
	display: block;
	background-color: white;
	border: 1px solid #eceaf1;
	border-radius: 50%;
	text-align: center;
	position: relative;
}

.score-form .scale .number:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.score-form .scale .number span {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.score-form .scale input:checked + .number {
	background-color: #201f34;
	border-color: #201f34;
	color: white;
}

.score-form .sub-title {
	font-family: "walsheim-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: currentColor;
	text-transform: uppercase;
	display: block;
	letter-spacing: 0.1em;
}

.score-form .title {
	font-family: "walsheim-reg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #52515f;
	margin: 0;
	font-size: 16px;
	display: block;
}

.score-form .fields label {
	font-size: 14px;
	border-top: 1px solid  #eceaf1;
	margin: 0;
	cursor: pointer;
}

.score-form fieldset input {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.score-form .fake-radio {
	position: relative;
	display: block;
	color: inherit;
}

.score-form .fake-radio .l-vertab {
	width: 100%;
	position: relative;
	z-index: 4;
}

.score-form .fake-radio .l-vertab-inner {
	color: #52515f;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.score-form .fake-radio .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: white;
	z-index: 2;
}

.score-form .fake-radio .radio-lower,
.score-form .fake-radio .radio-upper {
	border-radius: 50%;
	display: block;
	position: absolute;
}

.score-form .fake-radio .radio-lower {
	width: 28px;
	height: 28px;
	background-color: #eceaf1;
	margin-left: -14px;
	margin-top: -14px;
	z-index: 1;
}

.score-form .fake-radio .radio-upper {
	width: 26px;
	height: 26px;
	background-color: white;
	margin-left: -5px;
	margin-top: -5px;
	z-index: 3;
	width: 10px;
	height: 10px;
	background-color: white;
	border: 1px solid #eceaf1;
	box-shadow: 0 0 0 8px white;
}

html:not(.mobile):not(.tablet) .score-form .fake-radio:hover .radio-upper,
html:not(.mobile):not(.tablet) .score-form .fake-radio:focus .radio-upper,
.score-form .fake-radio.on_press .radio-upper {
	background-color: currentColor;
	border-color: currentColor;
}

.score-form fieldset input:checked + .fake-radio {
	color: inherit;
}

.score-form fieldset input:checked + .fake-radio .bg {
	background-color: currentColor;
}

.score-form fieldset input:checked + .fake-radio .l-vertab-inner {
	color: white;
}

.score-form fieldset input:checked + .fake-radio .radio-lower {
	background-color: currentColor;
}

.score-form fieldset input:checked + .fake-radio .radio-upper {
	background-color: white;
	border-color: white;
	box-shadow: 0 0 0 8px currentColor;
}

html:not(.mobile):not(.tablet) .score-form fieldset input:checked + .fake-radio:hover .radio-upper,
html:not(.mobile):not(.tablet) .score-form fieldset input:checked + .fake-radio:focus .radio-upper,
.score-form fieldset input:checked + .fake-radio.on_press .radio-upper {
	background-color: white;
	border-color: white;
}

.score-form .title-jumbo {
	font-size: 16px;
	margin-bottom: 10px;
}

.score-form .btn .icon {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	position: relative;
	top: 1px;
}

.results {
	font-size: 14px;
}

.results .mini-form label {
	margin-bottom: 0;
}

.results .mini-form label + label {
	margin-top: 10px;
}

.results .mini-form label + .btn {
	margin-top: 10px;
}

.mob-score-result {
	font-size: 40px;
	font-size: 4rem;
	width: 100%;
	display: block;
}

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

.padding-jumbo,
.padding-jumbo-top,
.padding-jumbo-bot {
	padding-top: calc(40px + 90 * (100vw - 481px) / 1319);
}

.padding-jumbo,
.padding-jumbo-top,
.padding-jumbo-bot {
	padding-bottom: calc(40px + 90 * (100vw - 481px) / 1319);
}

.padding-large,
.padding-large-top,
.padding-large-bot {
	padding-top: calc(40px + 60 * (100vw - 481px) / 1319);
}

.padding-large,
.padding-large-top,
.padding-large-bot {
	padding-bottom: calc(40px + 60 * (100vw - 481px) / 1319);
}

.padding-med,
.padding-med-top,
.padding-med-bot {
	padding-top: calc(40px + 20 * (100vw - 481px) / 1319);
}

.padding-med,
.padding-med-top,
.padding-med-bot {
	padding-bottom: calc(40px + 20 * (100vw - 481px) / 1319);
}

.title {
	font-size: calc(18px + 12 * (100vw - 481px) / 719);
}

.title.jumbo {
	font-size: calc(30px + 40 * (100vw - 481px) / 719);
}

.sc-payment-btn.med,
.btn.med {
	font-size: calc(14px + 4 * (100vw - 481px) / 479);
}

.sc-payment-btn.large,
.btn.large {
	font-size: calc(14px + 6 * (100vw - 481px) / 479);
}

.sc-payment-btn {
	font-size: calc(14px + 4 * (100vw - 481px) / 479);
}

.read-more {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.read-more.return {
	margin-top: calc(30px + 50 * (100vw - 481px) / 479);
}

.read-more.return.variant {
	font-size: calc(14px + 4 * (100vw - 481px) / 479);
}

input,
textarea,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.field .select-wrapper .select + .select {
	font-size: calc(14px + 4 * (100vw - 481px) / 479);
}

.sc-form-group,
label {
	margin-bottom: calc(10px + 10 * (100vw - 481px) / 287);
}

.form-payment {
	padding-top: calc(20px + 40 * (100vw - 481px) / 719);
}

.form-payment {
	padding-bottom: calc(20px + 20 * (100vw - 481px) / 719);
}

.form-payment {
	padding-left: calc(30px + 70 * (100vw - 481px) / 719);
}

.form-payment {
	padding-right: calc(30px + 70 * (100vw - 481px) / 719);
}

.form-payment .form-header {
	margin-bottom: calc(20px + 20 * (100vw - 481px) / 719);
}

.form-payment .col-2 {
	margin-left: calc(-10px + -10 * (100vw - 481px) / 719);
}

.form-payment .col-2 .col {
	padding-left: calc(10px + 10 * (100vw - 481px) / 719);
}

.logo-header {
	margin-bottom: calc(20px + 35 * (100vw - 481px) / 719);
}

.payment .l-vertab-inner {
	padding: calc(30px + 70 * (100vw - 481px) / 719);
}

.payment .fineprint {
	padding-bottom: calc(0px + 20 * (100vw - 481px) / 719);
}

.radial-wheel .radial-content {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.radial-wheel .radial-content .title {
	font-size: calc(16px + 6 * (100vw - 481px) / 479);
}

.radial-wheel .content-proper {
	font-size: calc(14px + 2 * (100vw - 481px) / 719);
}

.radial-wheel .content-proper .title {
	font-size: calc(18px + 4 * (100vw - 481px) / 719);
}

.score .radial-wrap {
	margin-top: calc(0px + -280 * (100vw - 481px) / 719);
}

.score .radial-wrap .radial-content.radial-content-default .title {
	font-size: calc(16px + 44 * (100vw - 481px) / 479);
}

.share-widget .title {
	margin-bottom: calc(10px + 10 * (100vw - 481px) / 719);
}

.newsletter-signup .title {
	font-size: calc(18px + 6 * (100vw - 481px) / 479);
}

.newsletter-signup .title:before {
	font-size: calc(16px + 4 * (100vw - 481px) / 479);
}

.newsletter-signup .title:before {
	top: calc(-10px + 8 * (100vw - 481px) / 479);
}

.newsletter-signup input::-webkit-input-placeholder {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.testimonial {
	font-size: calc(14px + 10 * (100vw - 481px) / 479);
}

.testimonial:before {
	font-size: calc(8px + 8 * (100vw - 481px) / 479);
}

.testimonial .name {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.bio-grid {
	margin-left: calc(-20px + -20 * (100vw - 481px) / 479);
}

.bio-grid .col {
	padding-left: calc(20px + 20 * (100vw - 481px) / 479);
}

.bio-thumb {
	margin-bottom: calc(10px + 15 * (100vw - 481px) / 479);
}

.bio-thumb .title {
	font-size: calc(16px + 4 * (100vw - 481px) / 479);
}

.bio-thumb .bio-header {
	padding-top: calc(10px + 15 * (100vw - 481px) / 479);
}

.bio-thumb .bio-header {
	padding-bottom: calc(10px + 15 * (100vw - 481px) / 479);
}

.post-blog .title {
	font-size: calc(16px + 8 * (100vw - 481px) / 479);
}

.post-blog.featured .title {
	font-size: calc(16px + 12 * (100vw - 481px) / 479);
}

.post-blog.mini:not(:last-child) {
	margin-bottom: calc(20px + 15 * (100vw - 481px) / 479);
}

.post-blog.mini .title {
	font-size: calc(16px + 4 * (100vw - 481px) / 479);
}

.post-testimonial {
	padding: calc(30px + 20 * (100vw - 481px) / 719);
}

.post-testimonial {
	font-size: calc(14px + 6 * (100vw - 481px) / 719);
}

.internal-nav:not(.filter) ul {
	margin-left: calc(-40px + -30 * (100vw - 481px) / 479);
}

.internal-nav:not(.filter) ul li {
	padding-left: calc(40px + 30 * (100vw - 481px) / 479);
}

.internal-nav.blog ul li {
	margin-right: calc(20px + 30 * (100vw - 481px) / 479);
}

body {
	font-size: calc(14px + 4 * (100vw - 481px) / 479);
}

.section-404 {
	font-size: calc(14px + 6 * (100vw - 481px) / 479);
}

.section-404 .title.jumbo {
	margin-bottom: calc(10px + 10 * (100vw - 481px) / 479);
}

.padding-404 {
	padding: calc(30px + 70 * (100vw - 481px) / 719);
}

.news-grid {
	margin-left: calc(-30px + -35 * (100vw - 481px) / 479);
}

.news-grid .col {
	padding-left: calc(30px + 35 * (100vw - 481px) / 479);
}

.news-grid .col {
	margin-bottom: calc(30px + 45 * (100vw - 481px) / 479);
}

.article p:first-child {
	font-size: calc(14px + 8 * (100vw - 481px) / 479);
}

.article h1 + h1,
.article h1 + h2,
.article h1 + h3,
.article h1 + h4,
.article h1 + h5,
.article h1 + h6,
.article h2 + h1,
.article h2 + h2,
.article h2 + h3,
.article h2 + h4,
.article h2 + h5,
.article h2 + h6,
.article h3 + h1,
.article h3 + h2,
.article h3 + h3,
.article h3 + h4,
.article h3 + h5,
.article h3 + h6,
.article h4 + h1,
.article h4 + h2,
.article h4 + h3,
.article h4 + h4,
.article h4 + h5,
.article h4 + h6,
.article h5 + h1,
.article h5 + h2,
.article h5 + h3,
.article h5 + h4,
.article h5 + h5,
.article h5 + h6,
.article h6 + h1,
.article h6 + h2,
.article h6 + h3,
.article h6 + h4,
.article h6 + h5,
.article h6 + h6,
.article p + h1,
.article p + h2,
.article p + h3,
.article p + h4,
.article p + h5,
.article p + h6,
.article ol + h1,
.article ol + h2,
.article ol + h3,
.article ol + h4,
.article ol + h5,
.article ol + h6,
.article ul + h1,
.article ul + h2,
.article ul + h3,
.article ul + h4,
.article ul + h5,
.article ul + h6,
.article img + h1,
.article img + h2,
.article img + h3,
.article img + h4,
.article img + h5,
.article img + h6,
.article .tweet-this + h1,
.article .tweet-this + h2,
.article .tweet-this + h3,
.article .tweet-this + h4,
.article .tweet-this + h5,
.article .tweet-this + h6 {
	margin-top: calc(20px + 30 * (100vw - 481px) / 479);
}

.article h1 + p,
.article h1 + ol,
.article h1 + ul,
.article h1 + img,
.article h2 + p,
.article h2 + ol,
.article h2 + ul,
.article h2 + img,
.article h3 + p,
.article h3 + ol,
.article h3 + ul,
.article h3 + img,
.article h4 + p,
.article h4 + ol,
.article h4 + ul,
.article h4 + img,
.article h5 + p,
.article h5 + ol,
.article h5 + ul,
.article h5 + img,
.article h6 + p,
.article h6 + ol,
.article h6 + ul,
.article h6 + img,
.article p + p,
.article p + ol,
.article p + ul,
.article p + img,
.article ol + p,
.article ol + ol,
.article ol + ul,
.article ol + img,
.article ul + p,
.article ul + ol,
.article ul + ul,
.article ul + img,
.article img + p,
.article img + ol,
.article img + ul,
.article img + img,
.article .tweet-this + p,
.article .tweet-this + ol,
.article .tweet-this + ul,
.article .tweet-this + img {
	margin-top: calc(20px + 10 * (100vw - 481px) / 479);
}

.article h3 {
	font-size: calc(16px + 4 * (100vw - 481px) / 479);
}

.article .tweet-this p {
	font-size: calc(14px + 12 * (100vw - 481px) / 719);
}

.hero .l-container {
	padding-top: calc(20vw + -5 * (100vw - 481px) / 719);
}

.hero .hero-title {
	font-size: calc(20px + 40 * (100vw - 481px) / 719);
}

.hero .hero-title + .read-more {
	margin-top: calc(20px + 40 * (100vw - 481px) / 287);
}

.hero .hero-title + .read-more {
	font-size: calc(18px + 8 * (100vw - 481px) / 479);
}

.hero .hero-title + p {
	margin-top: calc(10px + 10 * (100vw - 481px) / 287);
}

.hero.internal .l-container {
	padding-top: calc(20vw + -5 * (100vw - 481px) / 719);
}

.hero.internal .l-container {
	font-size: calc(16px + 14 * (100vw - 481px) / 719);
}

.hero.score,
.hero.news {
	font-size: calc(16px + 2 * (100vw - 481px) / 719);
}

.hero.score .l-container,
.hero.news .l-container {
	padding-top: calc(40px + 60 * (100vw - 481px) / 719);
}

.hero.score .l-container,
.hero.news .l-container {
	padding-bottom: calc(40px + 60 * (100vw - 481px) / 719);
}

.hero.score.results .l-container {
	padding-bottom: calc(40px + 340 * (100vw - 481px) / 719);
}

.hero.news .l-container {
	padding-bottom: calc(20px + 60 * (100vw - 481px) / 719);
}

.hero.news .hero-title {
	margin-bottom: calc(20px + 40 * (100vw - 481px) / 287);
}

.hero .footer-hero .l-container {
	padding-top: calc(20px + 30 * (100vw - 481px) / 719);
}

.hero .footer-hero .l-container {
	padding-bottom: calc(20px + 30 * (100vw - 481px) / 719);
}

.hero.blog-single .hero-title {
	font-size: calc(22px + 34 * (100vw - 481px) / 719);
}

.hero .hero-title .video {
	padding-left: calc(70px + 50 * (100vw - 481px) / 719);
}

.hero .hero-title .video:before {
	margin-top: calc(-25px + -25 * (100vw - 481px) / 719);
}

.hero .hero-title .video:before {
	font-size: calc(50px + 50 * (100vw - 481px) / 719);
}

footer.hero.news .hero-footer-grid {
	margin-left: calc(-20px + -70 * (100vw - 481px) / 719);
}

footer.hero.news .hero-footer-grid .col {
	padding-left: calc(20px + 70 * (100vw - 481px) / 719);
}

footer.hero.news .hero-footer-grid .title {
	font-size: calc(16px + 4 * (100vw - 481px) / 719);
}

.l-split .title {
	font-size: calc(18px + 12 * (100vw - 481px) / 479);
}

.cta-major {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.cta-major .title {
	font-size: calc(18px + 12 * (100vw - 481px) / 479);
}

.radial-wrap .col.content .title {
	font-size: calc(18px + 12 * (100vw - 481px) / 479);
}

.logo-wrap p {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.news-featured-home .title {
	font-size: calc(18px + 12 * (100vw - 481px) / 479);
}

.contact .header-form p {
	margin-bottom: calc(10px + 40 * (100vw - 481px) / 479);
}

.about-values h2.title {
	margin-bottom: calc(30px + 40 * (100vw - 481px) / 479);
}

.about-values ol {
	padding-top: calc(30px + 40 * (100vw - 481px) / 479);
}

.about-values ol {
	padding-bottom: calc(30px + 40 * (100vw - 481px) / 479);
}

.about-values ol li {
	padding-left: calc(40px + 60 * (100vw - 481px) / 479);
}

.about-values ol li:after {
	font-size: calc(18px + 12 * (100vw - 481px) / 479);
}

.about-values ol li + li {
	padding-top: calc(60px + 60 * (100vw - 481px) / 479);
}

.about-values ol li + li:before {
	top: calc(30px + 30 * (100vw - 481px) / 479);
}

.about-values ol li + li:after {
	top: calc(60px + 60 * (100vw - 481px) / 479);
}

.about-values ol .title {
	font-size: calc(16px + 8 * (100vw - 481px) / 479);
}

.about-team .col-2-outer:not(.no-padding) {
	padding-top: calc(30px + 80 * (100vw - 481px) / 479);
}

.about-team .col-2-outer:not(.no-padding) {
	padding-bottom: calc(30px + 80 * (100vw - 481px) / 479);
}

.about-team .col-2-outer .col-inner:not(.no-margin):nth-child(2) {
	margin-top: calc(30px + 30 * (100vw - 481px) / 287);
}

.about-team .page-title {
	font-size: calc(18px + 12 * (100vw - 481px) / 479);
}

.about-team .section-title {
	font-size: calc(16px + 8 * (100vw - 481px) / 479);
}

.about-team .section-title {
	margin-bottom: calc(10px + 10 * (100vw - 481px) / 479);
}

.about-team .team-points {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.partners .partners-header {
	padding-top: calc(20px + 30 * (100vw - 481px) / 479);
}

.partners .partners-header {
	padding-bottom: calc(20px + 30 * (100vw - 481px) / 479);
}

.partners .partner-header .title {
	font-size: calc(18px + 6 * (100vw - 481px) / 479);
}

.partners .partner .l-vertab-inner {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.partners .partner .l-vertab-inner {
	padding: calc(20px + 20 * (100vw - 481px) / 479);
}

.partners .partner-inner {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.about-balance-now .intro .title {
	font-size: calc(22px + 8 * (100vw - 481px) / 479);
}

.about-balance-now .outro {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.about-balance-now .bio {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.about-balance-now .bio .title {
	font-size: calc(18px + 6 * (100vw - 481px) / 479);
}

.about-balance-now .bio .sub-title {
	font-size: calc(14px + 4 * (100vw - 481px) / 479);
}

.about-balance-now .bio .read-more {
	margin-top: calc(20px + 40 * (100vw - 481px) / 479);
}

.change-important .header-important,
.change-important .header-important .title,
.change-important .footer-important .title {
	font-size: calc(16px + 14 * (100vw - 481px) / 719);
}

.change-important .header-important .title {
	margin-bottom: calc(20px + 80 * (100vw - 481px) / 719);
}

.change-important .header-important .reference {
	font-size: calc(14px + 2 * (100vw - 481px) / 719);
}

.change-important .col-3-flex {
	margin-left: calc(-20px + -100 * (100vw - 481px) / 719);
}

.change-important .col-3-flex .col {
	padding-left: calc(20px + 100 * (100vw - 481px) / 719);
}

.change-important .col-3-flex .col {
	margin-bottom: calc(40px + 60 * (100vw - 481px) / 719);
}

.change-important .important-item:before {
	margin-bottom: calc(15px + 10 * (100vw - 481px) / 719);
}

.change-important .important-item .title {
	font-size: calc(16px + 4 * (100vw - 481px) / 719);
}

.change-important .footer-important .l-container {
	padding-top: calc(30px + 60 * (100vw - 481px) / 719);
}

.change-important .footer-important .l-container {
	padding-bottom: calc(30px + 60 * (100vw - 481px) / 719);
}

.change-deliver h2.title {
	margin-bottom: calc(20px + 40 * (100vw - 481px) / 719);
}

.change-deliver .col-3-flex {
	margin-left: calc(-20px + -80 * (100vw - 481px) / 719);
}

.change-deliver .col-3-flex .col {
	padding-left: calc(20px + 80 * (100vw - 481px) / 719);
}

.change-deliver .discover-item {
	font-size: calc(14px + 2 * (100vw - 481px) / 719);
}

.change-deliver .discover-item .bg {
	margin-bottom: calc(20px + 40 * (100vw - 481px) / 719);
}

.change-deliver .discover-item .title {
	font-size: calc(16px + 8 * (100vw - 481px) / 719);
}

.change-deliver .discover-item .title {
	margin-bottom: calc(10px + 10 * (100vw - 481px) / 719);
}

.change-magic .magic-item {
	font-size: calc(14px + 2 * (100vw - 481px) / 719);
}

.change-magic .magic-item {
	margin-bottom: calc(30px + 30 * (100vw - 481px) / 719);
}

.change-magic .magic-item svg {
	margin-bottom: calc(10px + 30 * (100vw - 481px) / 719);
}

.change-how ul .how-item {
	font-size: calc(14px + 2 * (100vw - 481px) / 719);
}

.change-how ul .how-item .title {
	font-size: calc(16px + 8 * (100vw - 481px) / 719);
}

.change-how ul .how-item .content {
	padding-top: calc(30px + 40 * (100vw - 481px) / 719);
}

.change-how ul .how-item .content {
	padding-bottom: calc(30px + 40 * (100vw - 481px) / 719);
}

.change-how ul .how-item .content {
	padding-left: calc(30px + 60 * (100vw - 481px) / 719);
}

.change-how ul .how-item .content {
	padding-right: calc(50px + 40 * (100vw - 481px) / 719);
}

.change-how .footer-how .title {
	font-size: calc(16px + 14 * (100vw - 481px) / 719);
}

.change-how .footer-how .title {
	padding-top: calc(30px + 16 * (100vw - 481px) / 719);
}

.change-how .footer-how .title {
	padding-bottom: calc(30px + 16 * (100vw - 481px) / 719);
}

.change-how .footer-how .title {
	padding-left: calc(30px + 36 * (100vw - 481px) / 719);
}

.change-how .footer-how .title {
	padding-right: calc(30px + 36 * (100vw - 481px) / 719);
}

.score-form .question .header-question {
	padding-left: calc(30px + 65 * (100vw - 481px) / 719);
}

.score-form .question .header-question {
	padding-right: calc(30px + 65 * (100vw - 481px) / 719);
}

.score-form .question .header-question {
	padding-top: calc(20px + 45 * (100vw - 481px) / 719);
}

.score-form .question .header-question {
	padding-bottom: calc(15px + 30 * (100vw - 481px) / 719);
}

.score-form .scale,
.score-form .footer-score {
	padding-top: calc(30px + 35 * (100vw - 481px) / 719);
}

.score-form .scale,
.score-form .footer-score {
	padding-bottom: calc(30px + 15 * (100vw - 481px) / 719);
}

.score-form .scale,
.score-form .footer-score {
	padding-left: calc(0px + 95 * (100vw - 481px) / 719);
}

.score-form .scale,
.score-form .footer-score {
	padding-right: calc(0px + 95 * (100vw - 481px) / 719);
}

.score-form .scale .header-question {
	margin-bottom: calc(20px + 20 * (100vw - 481px) / 719);
}

.score-form .scale fieldset {
	margin-left: calc(-5px + -20 * (100vw - 481px) / 719);
}

.score-form .scale fieldset label {
	padding-left: calc(5px + 20 * (100vw - 481px) / 719);
}

.score-form .scale fieldset label {
	font-size: calc(11px + 7 * (100vw - 481px) / 719);
}

.score-form .scale fieldset:before {
	left: calc(5px + 20 * (100vw - 481px) / 719);
}

.score-form .scale .scale-label-1,
.score-form .scale .scale-label-2 {
	font-size: calc(9px + 2 * (100vw - 481px) / 719);
}

.score-form .scale .scale-label-1 {
	left: calc(10px + 15 * (100vw - 481px) / 719);
}

.score-form .sub-title {
	font-size: calc(12px + 2 * (100vw - 481px) / 479);
}

.score-form .title {
	font-size: calc(16px + 14 * (100vw - 481px) / 719);
}

.score-form .fields label {
	font-size: calc(14px + 2 * (100vw - 481px) / 719);
}

.score-form .fake-radio .l-vertab-inner {
	padding-left: calc(30px + 20 * (100vw - 481px) / 719);
}

.score-form .fake-radio .l-vertab-inner {
	padding-right: calc(30px + 20 * (100vw - 481px) / 719);
}

.score-form .title-jumbo {
	font-size: calc(16px + 14 * (100vw - 481px) / 719);
}

.score-form .title-jumbo {
	margin-bottom: calc(10px + 20 * (100vw - 481px) / 719);
}

.results {
	font-size: calc(14px + 2 * (100vw - 481px) / 479);
}

.results .mini-form label + label {
	margin-top: calc(10px + 6 * (100vw - 481px) / 719);
}

.results .mini-form label + .btn {
	margin-top: calc(10px + 16 * (100vw - 481px) / 719);
}

}

@media only screen and (min-width: 481px) and (max-width: 960px) {

.news-grid .col {
	width: 50%;
}

.news-grid .col:nth-child(2n+1) {
	clear: both;
}

footer.hero.news .hero-footer-grid .col {
	float: left;
	width: 50%;
}

footer.hero.news .hero-footer-grid .col:nth-child(2n+1) {
	clear: both;
}

footer.hero.news .post-blog .title {
	min-height: 50px;
}

.partners .partner-wall .partner {
	width: 50%;
}

}

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

body:not(.ie9) .col-3-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body:not(.ie9) .col-3-flex > .col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

body:not(.ie9) .col-4-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body:not(.ie9) .col-4-flex > .col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

body:not(.ie9) .col-5-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body:not(.ie9) .col-5-flex > .col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

body:not(.ie9) .flex-match-height {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

body:not(.ie9) .flex-match-height > .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.score .radial-wrap {
	padding: 50px;
}

.post-blog.mini.video {
	padding-top: 0;
}

.news-grid .col {
	float: left;
}

.contact .header-form p {
	display: inline-block;
}

.contact .header-form p + p {
	margin-left: 50px;
}

.partners .partner .l-vertab {
	min-height: 400px;
}

.change-how .footer-how {
	padding-left: 54vw;
}

.change-how .footer-how .title {
	text-align: right;
}

.change-how .footer-how .cascading-bg {
	width: 60vw;
}

.change-how .footer-how .box:nth-child(6) {
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
}

.change-how .footer-how .box:nth-child(1),
.change-how .footer-how .box:nth-child(2),
.change-how .footer-how .box:nth-child(3),
.change-how .footer-how .box:nth-child(4),
.change-how .footer-how .box:nth-child(5),
.change-how .footer-how .box:nth-child(6) {
	display: block;
}

.change-how .footer-how .box:nth-child(1) {
	background-color: #725994;
}

.change-how .footer-how .box:nth-child(2) {
	background-color: #8f498e;
}

.change-how .footer-how .box:nth-child(3) {
	background-color: #b32d81;
}

.change-how .footer-how .box:nth-child(4) {
	background-color: #c7297c;
}

.change-how .footer-how .box:nth-child(5) {
	background-color: #d42676;
}

.change-how .footer-how .box:nth-child(6) {
	background-color: #d42676;
}

.change-how .footer-how.waypoint-reveal .title {
	-webkit-transition-delay: 1.5s !important;
	transition-delay: 1.5s !important;
}

.mob-score-result {
	display: none;
}

}

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

.margin-jb {
	margin-bottom: 60px;
}

.margin-lg {
	margin-bottom: 30px;
}

.margin-md {
	margin-bottom: 20px;
}

.col-3:after,
.ie9 .col-3-flex:after {
	clear: both;
	content: '';
	display: table;
}

.col-3 > .col,
.ie9 .col-3-flex > .col {
	width: 50%;
	float: left;
}

.col-3 > .col.full,
.ie9 .col-3-flex > .col.full {
	width: 100%;
}

.col-3 > .col:nth-child(2n+1),
.ie9 .col-3-flex > .col:nth-child(2n+1) {
	clear: both;
}

.col-4:after,
.ie9 .col-4-flex:after {
	clear: both;
	content: '';
	display: table;
}

.col-4 > .col,
.ie9 .col-4-flex > .col {
	width: 50%;
	float: left;
}

.col-4 > .col.full,
.ie9 .col-4-flex > .col.full {
	width: 100%;
}

.col-4 > .col:nth-child(2n+1),
.ie9 .col-4-flex > .col:nth-child(2n+1) {
	clear: both;
}

.col-5:after,
.ie9 .col-5-flex:after {
	clear: both;
	content: '';
	display: table;
}

.col-5 > .col,
.ie9 .col-5-flex > .col {
	width: 50%;
	float: left;
}

.col-5 > .col.full,
.ie9 .col-5-flex > .col.full {
	width: 100%;
}

.col-5 > .col:nth-child(2n+1),
.ie9 .col-5-flex > .col:nth-child(2n+1) {
	clear: both;
}

body:not(.ie9) .col-3-flex > .col {
	width: 50%;
}

body:not(.ie9) .col-4-flex > .col {
	width: 50%;
}

body:not(.ie9) .col-5-flex > .col {
	width: 50%;
}

.gutter-30 {
	margin-left: -20px;
}

.gutter-30 > .col {
	padding-left: 20px;
}

.gutter-10 {
	margin-left: -10px;
}

.gutter-10 > .col {
	padding-left: 10px;
}

.gutter-15 {
	margin-left: -10px;
}

.gutter-15 > .col {
	padding-left: 10px;
}

.gutter-20 {
	margin-left: -10px;
}

.gutter-20 > .col {
	padding-left: 10px;
}

.gutter-40 {
	margin-left: -20px;
}

.gutter-40 > .col {
	padding-left: 20px;
}

.gutter-50 {
	margin-left: -25px;
}

.gutter-50 > .col {
	padding-left: 25px;
}

.gutter-60 {
	margin-left: -30px;
}

.gutter-60 > .col {
	padding-left: 30px;
}

.gutter-70 {
	margin-left: -35px;
}

.gutter-70 > .col {
	padding-left: 35px;
}

.gutter-80 {
	margin-left: -40px;
}

.gutter-80 > .col {
	padding-left: 40px;
}

.gutter-90 {
	margin-left: -45px;
}

.gutter-90 > .col {
	padding-left: 45px;
}

.gutter-100 {
	margin-left: -50px;
}

.gutter-100 > .col {
	padding-left: 50px;
}

.gutter-130 {
	margin-left: -65px;
}

.gutter-130 > .col {
	padding-left: 65px;
}

.gutter-150 {
	margin-left: -75px;
}

.gutter-150 > .col {
	padding-left: 75px;
}

.gutter-175 {
	margin-left: -85px;
}

.gutter-175 > .col {
	padding-left: 85px;
}

.gutter-200 {
	margin-left: -100px;
}

.gutter-200 > .col {
	padding-left: 100px;
}

.post-blog.mini {
	float: left;
	width: 50%;
}

.hero.news .col:nth-child(2) {
	margin-left: -30px;
}

.hero.news .col:nth-child(2) .post-blog.mini {
	padding-left: 30px;
}

.hero.news .col:nth-child(2) .post-blog.mini .bg {
	margin-bottom: 1em;
}

.about-balance-now .bio-wrap {
	margin-top: 2.33333em;
}

.about-balance-now .bio-wrap .bio-inner {
	padding: 2.33333em;
}

.about-balance-now .bio-wrap .col-2 {
	margin-left: -2.33333em;
}

.about-balance-now .bio-wrap .col-2 .col {
	padding-left: 2.33333em;
}

.about-balance-now .bio img {
	margin-bottom: 2em;
}

}

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

.about-balance-now .bio-wrap {
	margin-top: 3.5em;
}

.about-balance-now .bio-wrap .bio-inner {
	padding: 3.5em;
}

.about-balance-now .bio-wrap .col-2 {
	margin-left: -3.5em;
}

.about-balance-now .bio-wrap .col-2 .col {
	padding-left: 3.5em;
}

}

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

.post-blog.featured {
	margin-bottom: 80px;
}

}

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

.post-blog.featured {
	margin-bottom: calc(40px + 40 * (100vw - 481px) / 287);
}

}

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

.sc-form-group,
label {
	margin-bottom: 20px;
}

.hero .hero-title + .read-more {
	margin-top: 60px;
}

.hero .hero-title + p {
	margin-top: 20px;
}

.hero.news .hero-title {
	margin-bottom: 60px;
}

.about-team .col-2-outer .col-inner:not(.no-margin):nth-child(2) {
	margin-top: 60px;
}

}

@media only screen and (min-width: 769px) and (max-width: 960px) {

.col-4:after,
.ie9 .col-4-flex:after {
	clear: both;
	content: '';
	display: table;
}

.col-4 > .col,
.ie9 .col-4-flex > .col {
	width: 33.33333%;
	float: left;
}

.col-4 > .col.full,
.ie9 .col-4-flex > .col.full {
	width: 100%;
}

.col-4 > .col:nth-child(3n+1),
.ie9 .col-4-flex > .col:nth-child(3n+1) {
	clear: both;
}

.col-5:after,
.ie9 .col-5-flex:after {
	clear: both;
	content: '';
	display: table;
}

.col-5 > .col,
.ie9 .col-5-flex > .col {
	width: 33.33333%;
	float: left;
}

.col-5 > .col.full,
.ie9 .col-5-flex > .col.full {
	width: 100%;
}

.col-5 > .col:nth-child(3n+1),
.ie9 .col-5-flex > .col:nth-child(3n+1) {
	clear: both;
}

body:not(.ie9) .col-4-flex > .col {
	width: 33.3333%;
}

body:not(.ie9) .col-5-flex > .col {
	width: 33.3333333%;
}

.news-featured-home:before {
	left: 50%;
}

}

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

.post-blog + .post-blog {
	margin-top: calc(40px + 35 * (100vw - 769px) / 1031);
}

.news-featured-home:before {
	left: calc(40vw + 6 * (100vw - 769px) / 1031);
}

.news-featured-home .col-2 {
	margin-left: calc(-40px + -100 * (100vw - 769px) / 1031);
}

.news-featured-home .col-2 .col {
	padding-left: calc(40px + 100 * (100vw - 769px) / 1031);
}

.about-team .col-2-outer {
	margin-left: calc(-30px + -70 * (100vw - 769px) / 191);
}

.about-team .col-2-outer .col-inner {
	padding-left: calc(30px + 70 * (100vw - 769px) / 191);
}

.about-team .team-points {
	margin-left: calc(-20px + -40 * (100vw - 769px) / 191);
}

.about-team .team-points .col {
	padding-left: calc(20px + 40 * (100vw - 769px) / 191);
}

}

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

.margin-jb {
	margin-bottom: 80px;
}

.margin-lg {
	margin-bottom: 40px;
}

.margin-md {
	margin-bottom: 30px;
}

.col-2:after,
.ie9 .col-2-flex:after {
	clear: both;
	content: '';
	display: table;
}

.col-2 > .col,
.ie9 .col-2-flex > .col {
	width: 50%;
	float: left;
}

.col-2 > .col.full,
.ie9 .col-2-flex > .col.full {
	width: 100%;
}

.col-2 > .col:nth-child(2n+1),
.ie9 .col-2-flex > .col:nth-child(2n+1) {
	clear: both;
}

.col-3:after,
.ie9 .col-3-flex:after {
	clear: both;
	content: '';
	display: table;
}

.col-3 > .col,
.ie9 .col-3-flex > .col {
	width: 33.33333%;
	float: left;
}

.col-3 > .col.full,
.ie9 .col-3-flex > .col.full {
	width: 100%;
}

.col-3 > .col:nth-child(3n+1),
.ie9 .col-3-flex > .col:nth-child(3n+1) {
	clear: both;
}

.col-2-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-2-flex > .col {
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

body:not(.ie9) .col-3-flex > .col {
	width: 33.33333%;
}

.col-20-80:not(.nested) > .col:nth-child(1) {
	width: 20%;
}

.col-20-80:not(.nested) > .col:nth-child(2) {
	width: 80%;
}

.col-30-70:not(.nested) > .col:nth-child(1) {
	width: 30%;
}

.col-30-70:not(.nested) > .col:nth-child(2) {
	width: 70%;
}

.col-35-65:not(.nested) > .col:nth-child(1) {
	width: 35%;
}

.col-35-65:not(.nested) > .col:nth-child(2) {
	width: 65%;
}

.col-40-60:not(.nested) > .col:nth-child(1) {
	width: 42%;
}

.col-40-60:not(.nested) > .col:nth-child(2) {
	width: 58%;
}

.col-55-45:not(.nested) > .col:nth-child(1) {
	width: 55%;
}

.col-55-45:not(.nested) > .col:nth-child(2) {
	width: 45%;
}

.gutter-30 {
	margin-left: -30px;
}

.gutter-30 > .col {
	padding-left: 30px;
}

.gutter-10 {
	margin-left: -10px;
}

.gutter-10 > .col {
	padding-left: 10px;
}

.gutter-15 {
	margin-left: -15px;
}

.gutter-15 > .col {
	padding-left: 15px;
}

.gutter-20 {
	margin-left: -20px;
}

.gutter-20 > .col {
	padding-left: 20px;
}

.gutter-40 {
	margin-left: -40px;
}

.gutter-40 > .col {
	padding-left: 40px;
}

.gutter-50 {
	margin-left: -50px;
}

.gutter-50 > .col {
	padding-left: 50px;
}

.gutter-60 {
	margin-left: -60px;
}

.gutter-60 > .col {
	padding-left: 60px;
}

.gutter-70 {
	margin-left: -70px;
}

.gutter-70 > .col {
	padding-left: 70px;
}

.gutter-80 {
	margin-left: -80px;
}

.gutter-80 > .col {
	padding-left: 80px;
}

.gutter-90 {
	margin-left: -90px;
}

.gutter-90 > .col {
	padding-left: 90px;
}

.gutter-100 {
	margin-left: -100px;
}

.gutter-100 > .col {
	padding-left: 100px;
}

.gutter-130 {
	margin-left: -130px;
}

.gutter-130 > .col {
	padding-left: 130px;
}

.gutter-150 {
	margin-left: -150px;
}

.gutter-150 > .col {
	padding-left: 150px;
}

.gutter-175 {
	margin-left: -175px;
}

.gutter-175 > .col {
	padding-left: 175px;
}

.gutter-200 {
	margin-left: -200px;
}

.gutter-200 > .col {
	padding-left: 200px;
}

.text-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.form-payment .col-2 .col.short {
	width: 40%;
}

.form-payment .col-2 .col.long {
	width: 60%;
}

.alert {
	margin-bottom: 40px;
}

.newsletter-signup .relative {
	padding-right: 61px;
}

.newsletter-signup label {
	float: left;
	width: 25%;
}

.newsletter-signup label + label input {
	border-left: 1px solid #201f34;
}

.newsletter-signup button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}

.bio-modaal-wrap .avatar {
	background-position: 0 -100%;
}

.bio-modaal-wrap .avatar img {
	display: block;
}

.bio-modaal-wrap .bio-content {
	overflow: auto;
	max-height: 650px;
}

.bio-modaal-wrap {
	padding-left: 50%;
}

.bio-modaal-wrap .avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-position: top center;
}

.bio-modaal-wrap header {
	margin-bottom: 30px;
}

.bio-modaal-wrap .title {
	font-size: 28px;
	font-size: 2.8rem;
}

.bio-modaal-wrap .bio-content:before {
	content: '';
	display: block;
	width: 50%;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 100px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.post-blog.mini .bg {
	float: left;
	width: calc(50% - 40px);
	margin-right: 40px;
}

.post-blog.mini .bg:before {
	padding-top: 70%;
	min-height: 150px;
}

.internal-nav {
	display: block;
}

.news-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-grid .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.article .tweet-this {
	float: right;
	max-width: 340px;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 100px;
}

.is-editable .alignright {
	float: right;
	max-width: 340px;
	margin-bottom: 40px;
	margin-left: 50px;
}

.is-editable .alignleft {
	float: left;
	max-width: 340px;
	margin-bottom: 30px;
	margin-right: 50px;
}

footer.main .fineprint .policies a + a {
	margin-left: 15px;
}

.hero.news .col-2 .col:nth-child(1) {
	width: 55%;
}

.hero.news .col-2 .col:nth-child(2) {
	width: 45%;
}

.radial-wrap {
	margin-bottom: 4em;
}

.radial-wrap .col.content,
.radial-wrap .col.wheel {
	float: left;
}

.radial-wrap .col.content {
	min-height: 600px;
	max-width: 480px;
	width: 40%;
}

.radial-wrap .col.wheel {
	width: 60%;
	max-width: 600px;
	float: right;
}

.logo-wrap {
	margin-top: 4em;
}

.news-featured-home:before {
	content: '';
	position: absolute;
	left: 46vw;
	top: 0;
	z-index: 1;
	width: 100vw;
	height: 100%;
	background: -webkit-linear-gradient(294deg, #432341 0%, #211f34 50%);
	background: linear-gradient(156deg, #432341 0%, #211f34 50%);
}

.news-featured-home .col-2 .col:nth-child(1) {
	padding-bottom: 200px;
}

.news-featured-home .testimonial {
	padding: 3em 0;
}

.contact .about-team .col-2-outer .col-inner:nth-child(1) {
	padding-top: 75px;
}

.about-team .col-2-outer .col-inner {
	float: left;
}

.about-team .col-2-outer .col-inner:nth-child(1) {
	width: 35%;
}

.about-team .col-2-outer .col-inner:nth-child(2) {
	width: 65%;
}

.about-balance-now .bio img {
	margin-bottom: 5em;
}

.change-important .col-2-flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.change-important .col-2-flex .col.pull-right {
	float: right;
}

.score-form {
	display: inline-block;
}

.score-form + .score-form {
	padding-bottom: 210px;
}

.score-form .question + .question,
.score-form .question + .scale,
.score-form .scale + .question,
.score-form .scale + .scale {
	margin-top: 20px;
}

.score-form .fields label {
	float: left;
	width: 16.666666666667%;
	text-align: center;
}

.score-form .fields label:first-child .bg {
	border-bottom-left-radius: 10px;
}

.score-form .fields label:last-child .bg {
	border-bottom-right-radius: 10px;
}

.score-form .fake-radio .l-vertab {
	min-height: 135px;
}

.score-form .fake-radio .radio-lower,
.score-form .fake-radio .radio-upper {
	left: 50%;
	top: 0;
}

.results .mini-form {
	max-width: 400px;
	float: right;
}

}

@media only screen and (min-width: 769px) and (max-width: 1200px) {

.internal-nav.filter ul li:not(.is-active) {
	float: left;
	width: 50%;
}

}

@media only screen and (max-height: 900px) and (min-width: 769px) {

.bio-modaal-wrap {
	padding-left: 50%;
	padding-right: 0;
}

.bio-modaal-wrap .bio-content {
	position: static;
	width: 100%;
}

.bio-modaal-wrap .avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-position: top center;
}

}

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

.l-split.left {
	padding-left: 50%;
}

.l-split.left .bg {
	left: 0;
}

.l-split.right {
	padding-right: 50%;
}

.l-split.right .bg {
	right: 0;
}

.l-split .bg {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}

.l-split .l-vertab {
	min-height: 600px;
	width: 100%;
}

.l-split .l-max {
	max-width: 375px;
}

}

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

.sc-payment-btn.med,
.btn.med {
	font-size: 18px;
}

.sc-payment-btn.large,
.btn.large {
	font-size: 20px;
}

.sc-payment-btn {
	font-size: 18px;
}

.read-more {
	font-size: 16px;
}

.read-more.return {
	margin-top: 80px;
}

.read-more.return.variant {
	font-size: 18px;
}

input,
textarea,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.field .select-wrapper .select + .select {
	font-size: 18px;
}

.radial-wheel .radial-content {
	font-size: 16px;
}

.radial-wheel .radial-content .title {
	font-size: 22px;
}

.score .radial-wrap .radial-content.radial-content-default .title {
	font-size: 60px;
}

.newsletter-signup .title {
	font-size: 24px;
}

.newsletter-signup .title:before {
	font-size: 20px;
}

.newsletter-signup .title:before {
	top: -2px;
}

.newsletter-signup input::-webkit-input-placeholder {
	font-size: 16px;
}

.testimonial {
	font-size: 24px;
}

.testimonial:before {
	font-size: 16px;
}

.testimonial .name {
	font-size: 16px;
}

.bio-grid {
	margin-left: -40px;
}

.bio-grid .col {
	padding-left: 40px;
}

.bio-thumb {
	margin-bottom: 25px;
}

.bio-thumb .title {
	font-size: 20px;
}

.bio-thumb .bio-header {
	padding-top: 25px;
}

.bio-thumb .bio-header {
	padding-bottom: 25px;
}

.post-blog .title {
	font-size: 24px;
}

.post-blog.featured .title {
	font-size: 28px;
}

.post-blog.mini:not(:last-child) {
	margin-bottom: 35px;
}

.post-blog.mini .title {
	font-size: 20px;
}

.internal-nav:not(.filter) ul {
	margin-left: -70px;
}

.internal-nav:not(.filter) ul li {
	padding-left: 70px;
}

.internal-nav.blog ul li {
	margin-right: 50px;
}

body {
	font-size: 18px;
}

.section-404 {
	font-size: 20px;
}

.section-404 .title.jumbo {
	margin-bottom: 20px;
}

.news-grid {
	margin-left: -65px;
}

.news-grid .col {
	padding-left: 65px;
}

.news-grid .col {
	margin-bottom: 75px;
}

.article p:first-child {
	font-size: 22px;
}

.article h1 + h1,
.article h1 + h2,
.article h1 + h3,
.article h1 + h4,
.article h1 + h5,
.article h1 + h6,
.article h2 + h1,
.article h2 + h2,
.article h2 + h3,
.article h2 + h4,
.article h2 + h5,
.article h2 + h6,
.article h3 + h1,
.article h3 + h2,
.article h3 + h3,
.article h3 + h4,
.article h3 + h5,
.article h3 + h6,
.article h4 + h1,
.article h4 + h2,
.article h4 + h3,
.article h4 + h4,
.article h4 + h5,
.article h4 + h6,
.article h5 + h1,
.article h5 + h2,
.article h5 + h3,
.article h5 + h4,
.article h5 + h5,
.article h5 + h6,
.article h6 + h1,
.article h6 + h2,
.article h6 + h3,
.article h6 + h4,
.article h6 + h5,
.article h6 + h6,
.article p + h1,
.article p + h2,
.article p + h3,
.article p + h4,
.article p + h5,
.article p + h6,
.article ol + h1,
.article ol + h2,
.article ol + h3,
.article ol + h4,
.article ol + h5,
.article ol + h6,
.article ul + h1,
.article ul + h2,
.article ul + h3,
.article ul + h4,
.article ul + h5,
.article ul + h6,
.article img + h1,
.article img + h2,
.article img + h3,
.article img + h4,
.article img + h5,
.article img + h6,
.article .tweet-this + h1,
.article .tweet-this + h2,
.article .tweet-this + h3,
.article .tweet-this + h4,
.article .tweet-this + h5,
.article .tweet-this + h6 {
	margin-top: 50px;
}

.article h1 + p,
.article h1 + ol,
.article h1 + ul,
.article h1 + img,
.article h2 + p,
.article h2 + ol,
.article h2 + ul,
.article h2 + img,
.article h3 + p,
.article h3 + ol,
.article h3 + ul,
.article h3 + img,
.article h4 + p,
.article h4 + ol,
.article h4 + ul,
.article h4 + img,
.article h5 + p,
.article h5 + ol,
.article h5 + ul,
.article h5 + img,
.article h6 + p,
.article h6 + ol,
.article h6 + ul,
.article h6 + img,
.article p + p,
.article p + ol,
.article p + ul,
.article p + img,
.article ol + p,
.article ol + ol,
.article ol + ul,
.article ol + img,
.article ul + p,
.article ul + ol,
.article ul + ul,
.article ul + img,
.article img + p,
.article img + ol,
.article img + ul,
.article img + img,
.article .tweet-this + p,
.article .tweet-this + ol,
.article .tweet-this + ul,
.article .tweet-this + img {
	margin-top: 30px;
}

.article h3 {
	font-size: 20px;
}

.hero .hero-title + .read-more {
	font-size: 26px;
}

.l-split .title {
	font-size: 30px;
}

.cta-major {
	font-size: 16px;
}

.cta-major .title {
	font-size: 30px;
}

.radial-wrap .col.content .title {
	font-size: 30px;
}

.logo-wrap p {
	font-size: 16px;
}

.news-featured-home .title {
	font-size: 30px;
}

.contact .header-form p {
	margin-bottom: 50px;
}

.about-values h2.title {
	margin-bottom: 70px;
}

.about-values ol {
	padding-top: 70px;
}

.about-values ol {
	padding-bottom: 70px;
}

.about-values ol li {
	padding-left: 100px;
}

.about-values ol li:after {
	font-size: 30px;
}

.about-values ol li + li {
	padding-top: 120px;
}

.about-values ol li + li:before {
	top: 60px;
}

.about-values ol li + li:after {
	top: 120px;
}

.about-values ol .title {
	font-size: 24px;
}

.about-team .col-2-outer:not(.no-padding) {
	padding-top: 110px;
}

.about-team .col-2-outer:not(.no-padding) {
	padding-bottom: 110px;
}

.about-team .col-2-outer {
	margin-left: -100px;
}

.about-team .col-2-outer .col-inner {
	padding-left: 100px;
}

.about-team .page-title {
	font-size: 30px;
}

.about-team .section-title {
	font-size: 24px;
}

.about-team .section-title {
	margin-bottom: 20px;
}

.about-team .team-points {
	font-size: 16px;
}

.about-team .team-points {
	margin-left: -60px;
}

.about-team .team-points .col {
	padding-left: 60px;
}

.partners .partners-header {
	padding-top: 50px;
}

.partners .partners-header {
	padding-bottom: 50px;
}

.partners .partner-header .title {
	font-size: 24px;
}

.partners .partner .l-vertab-inner {
	font-size: 16px;
}

.partners .partner .l-vertab-inner {
	padding: 40px;
}

.partners .partner-inner {
	font-size: 16px;
}

.about-balance-now .intro .title {
	font-size: 30px;
}

.about-balance-now .outro {
	font-size: 16px;
}

.about-balance-now .bio {
	font-size: 16px;
}

.about-balance-now .bio .title {
	font-size: 24px;
}

.about-balance-now .bio .sub-title {
	font-size: 18px;
}

.about-balance-now .bio .read-more {
	margin-top: 60px;
}

.score-form .sub-title {
	font-size: 14px;
}

.results {
	font-size: 16px;
}

}

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

.col-4:after,
.ie9 .col-4-flex:after {
	clear: both;
	content: '';
	display: table;
}

.col-4 > .col,
.ie9 .col-4-flex > .col {
	width: 25%;
	float: left;
}

.col-4 > .col.full,
.ie9 .col-4-flex > .col.full {
	width: 100%;
}

.col-4 > .col:nth-child(4n+1),
.ie9 .col-4-flex > .col:nth-child(4n+1) {
	clear: both;
}

.col-5:after,
.ie9 .col-5-flex:after {
	clear: both;
	content: '';
	display: table;
}

.col-5 > .col,
.ie9 .col-5-flex > .col {
	width: 20%;
	float: left;
}

.col-5 > .col.full,
.ie9 .col-5-flex > .col.full {
	width: 100%;
}

.col-5 > .col:nth-child(5n+1),
.ie9 .col-5-flex > .col:nth-child(5n+1) {
	clear: both;
}

body:not(.ie9) .col-4-flex > .col {
	width: 25%;
}

.news-grid .col {
	width: 33.333333%;
}

.news-grid .col:nth-child(3n+1) {
	clear: both;
}

footer.hero.news .hero-footer-grid .col {
	float: left;
	width: 25%;
}

footer.hero.news .hero-footer-grid .col:nth-child(4n+1) {
	clear: both;
}

footer.hero.news .post-blog .title {
	min-height: 100px;
}

.l-split .l-max {
	margin: 0 auto;
}

.partners .partner-wall .partner {
	width: 25%;
}

.about-balance-now .outro {
	line-height: 2;
}

.about-balance-now .bio-wrap {
	margin-top: 7em;
}

.about-balance-now .bio-wrap .bio-inner {
	padding: 7em;
}

.about-balance-now .bio-wrap .col-2 {
	margin-left: -7em;
}

.about-balance-now .bio-wrap .col-2 .col {
	padding-left: 7em;
}

}

@media only screen and (min-width: 961px) and (max-width: 1200px) {

body:not(.ie9) .col-5-flex > .col {
	width: 25%;
}

header.main {
	font-size: 12px;
	font-size: 1.2rem;
}

header.main li a {
	padding: 0 10px;
}

}

@media only screen and (min-width: 961px) and (max-width: 1600px) {

header.main {
	padding-right: 180px;
}

header.main li a {
	padding: 0 15px;
}

header.main .btn.score {
	padding: 23px 20px;
	padding-right: 20px;
	width: 180px;
}

header.main .btn.score:after {
	width: 30px;
}

}

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

header.main .social,
header.main .hamburger,
header.main .contact {
	display: none;
}

}

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

.hero .footer-hero .title {
	float: left;
	width: 45%;
	margin: 0;
	line-height: 40px;
}

.hero .footer-hero .relative {
	float: right;
	width: 55%;
}

footer.hero.news .footer-hero .title { /*
			text-align: right;
			margin-right: 50px;
*/
}

footer.hero.news .footer-hero .relative { /*
			max-width: 380px;
			float: left;
*/
}

}

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

.article .tweet-this {
	margin-right: -180px;
}

}

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

.title {
	font-size: 30px;
}

.title.jumbo {
	font-size: 70px;
}

.form-payment {
	padding-top: 60px;
}

.form-payment {
	padding-bottom: 40px;
}

.form-payment {
	padding-left: 100px;
}

.form-payment {
	padding-right: 100px;
}

.form-payment .form-header {
	margin-bottom: 40px;
}

.form-payment .col-2 {
	margin-left: -20px;
}

.form-payment .col-2 .col {
	padding-left: 20px;
}

.logo-header {
	margin-bottom: 55px;
}

.payment .l-vertab-inner {
	padding: 100px;
}

.payment .fineprint {
	padding-bottom: 20px;
}

.radial-wheel .content-proper {
	font-size: 16px;
}

.radial-wheel .content-proper .title {
	font-size: 22px;
}

.score .radial-wrap {
	margin-top: -280px;
}

.share-widget .title {
	margin-bottom: 20px;
}

.post-testimonial {
	padding: 50px;
}

.post-testimonial {
	font-size: 20px;
}

.padding-404 {
	padding: 100px;
}

.article .tweet-this p {
	font-size: 26px;
}

.hero .l-container {
	padding-top: 15vw;
}

.hero .hero-title {
	font-size: 60px;
}

.hero.internal .l-container {
	padding-top: 15vw;
}

.hero.internal .l-container {
	font-size: 30px;
}

.hero.score,
.hero.news {
	font-size: 18px;
}

.hero.score .l-container,
.hero.news .l-container {
	padding-top: 100px;
}

.hero.score .l-container,
.hero.news .l-container {
	padding-bottom: 100px;
}

.hero.score.results .l-container {
	padding-bottom: 380px;
}

.hero.news .l-container {
	padding-bottom: 80px;
}

.hero .footer-hero .l-container {
	padding-top: 50px;
}

.hero .footer-hero .l-container {
	padding-bottom: 50px;
}

.hero.blog-single .hero-title {
	font-size: 56px;
}

.hero .hero-title .video {
	padding-left: 120px;
}

.hero .hero-title .video:before {
	margin-top: -50px;
}

.hero .hero-title .video:before {
	font-size: 100px;
}

footer.hero.news .hero-footer-grid {
	margin-left: -90px;
}

footer.hero.news .hero-footer-grid .col {
	padding-left: 90px;
}

footer.hero.news .hero-footer-grid .title {
	font-size: 20px;
}

.change-important .header-important,
.change-important .header-important .title,
.change-important .footer-important .title {
	font-size: 30px;
}

.change-important .header-important .title {
	margin-bottom: 100px;
}

.change-important .header-important .reference {
	font-size: 16px;
}

.change-important .col-3-flex {
	margin-left: -120px;
}

.change-important .col-3-flex .col {
	padding-left: 120px;
}

.change-important .col-3-flex .col {
	margin-bottom: 100px;
}

.change-important .important-item:before {
	margin-bottom: 25px;
}

.change-important .important-item .title {
	font-size: 20px;
}

.change-important .footer-important .l-container {
	padding-top: 90px;
}

.change-important .footer-important .l-container {
	padding-bottom: 90px;
}

.change-deliver h2.title {
	margin-bottom: 60px;
}

.change-deliver .col-3-flex {
	margin-left: -100px;
}

.change-deliver .col-3-flex .col {
	padding-left: 100px;
}

.change-deliver .discover-item {
	font-size: 16px;
}

.change-deliver .discover-item .bg {
	margin-bottom: 60px;
}

.change-deliver .discover-item .title {
	font-size: 24px;
}

.change-deliver .discover-item .title {
	margin-bottom: 20px;
}

.change-magic .magic-item {
	font-size: 16px;
}

.change-magic .magic-item {
	margin-bottom: 60px;
}

.change-magic .magic-item svg {
	margin-bottom: 40px;
}

.change-how ul .how-item {
	font-size: 16px;
}

.change-how ul .how-item .title {
	font-size: 24px;
}

.change-how ul .how-item .content {
	padding-top: 70px;
}

.change-how ul .how-item .content {
	padding-bottom: 70px;
}

.change-how ul .how-item .content {
	padding-left: 90px;
}

.change-how ul .how-item .content {
	padding-right: 90px;
}

.change-how .footer-how .title {
	font-size: 30px;
}

.change-how .footer-how .title {
	padding-top: 46px;
}

.change-how .footer-how .title {
	padding-bottom: 46px;
}

.change-how .footer-how .title {
	padding-left: 66px;
}

.change-how .footer-how .title {
	padding-right: 66px;
}

.score-form .question .header-question {
	padding-left: 95px;
}

.score-form .question .header-question {
	padding-right: 95px;
}

.score-form .question .header-question {
	padding-top: 65px;
}

.score-form .question .header-question {
	padding-bottom: 45px;
}

.score-form .scale,
.score-form .footer-score {
	padding-top: 65px;
}

.score-form .scale,
.score-form .footer-score {
	padding-bottom: 45px;
}

.score-form .scale,
.score-form .footer-score {
	padding-left: 95px;
}

.score-form .scale,
.score-form .footer-score {
	padding-right: 95px;
}

.score-form .scale .header-question {
	margin-bottom: 40px;
}

.score-form .scale fieldset {
	margin-left: -25px;
}

.score-form .scale fieldset label {
	padding-left: 25px;
}

.score-form .scale fieldset label {
	font-size: 18px;
}

.score-form .scale fieldset:before {
	left: 25px;
}

.score-form .scale .scale-label-1,
.score-form .scale .scale-label-2 {
	font-size: 11px;
}

.score-form .scale .scale-label-1 {
	left: 25px;
}

.score-form .title {
	font-size: 30px;
}

.score-form .fields label {
	font-size: 16px;
}

.score-form .fake-radio .l-vertab-inner {
	padding-left: 50px;
}

.score-form .fake-radio .l-vertab-inner {
	padding-right: 50px;
}

.score-form .title-jumbo {
	font-size: 30px;
}

.score-form .title-jumbo {
	margin-bottom: 30px;
}

.results .mini-form label + label {
	margin-top: 16px;
}

.results .mini-form label + .btn {
	margin-top: 26px;
}

}

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

body:not(.ie9) .col-5-flex > .col {
	width: 20%;
}

.internal-nav { /*
		&.filter ul {
			padding-right: $more-width;
			position: relative;
		}
*/
}

.internal-nav .js-more-trigger {
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-align: right;
}

.internal-nav .js-more-trigger:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E008';
	font-size: 6px;
	color: #eb0e75;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

html:not(.mobile):not(.tablet) .internal-nav .js-more-trigger:hover:after,
html:not(.mobile):not(.tablet) .internal-nav .js-more-trigger:focus:after,
.internal-nav .js-more-trigger.on_press:after {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}

.internal-nav .js-more-trigger.is-active:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

html:not(.mobile):not(.tablet) .internal-nav .js-more-trigger.is-active:hover:after,
html:not(.mobile):not(.tablet) .internal-nav .js-more-trigger.is-active:focus:after,
.internal-nav .js-more-trigger.is-active.on_press:after {
	-webkit-transform: rotate(-180deg) translateY(2px);
	-ms-transform: rotate(-180deg) translateY(2px);
	transform: rotate(-180deg) translateY(2px);
}

.internal-nav .js-more-trigger.is-active + li ul.js-more-dropdown {
	visibility: visible;
	opacity: 1;
}

.internal-nav ul.js-more-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	width: auto;
	z-index: 20;
	background-color: white;
	padding: 0;
	border-bottom: 5px solid #f9f8fc;
	visibility: hidden;
	opacity: 0;
}

.internal-nav ul.js-more-dropdown li {
	display: block;
}

.internal-nav ul.js-more-dropdown li + li {
	border-top: 1px solid #f9f8fc;
}

.internal-nav ul.js-more-dropdown a {
	padding-top: 10px;
	padding-bottom: 10px;
}

header.main .btn.score {
	padding-right: 50px;
}

header.main .btn.score:after {
	content: '\E006';
}

footer.main .nav-logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0;
}

footer.main nav .social {
	position: absolute;
	right: 0;
	top: 0;
}

footer.main nav .social li {
	float: left;
}

.hero.score:not(.results) .l-container {
	padding-bottom: 300px;
}

.score-form .question:first-child {
	margin-top: -220px;
}

}

@media only screen and (max-width: 1250px) and (min-width: 481px) {

.article-wrap .read-more.return {
	margin-top: calc(10px + 20 * (100vw - 481px) / 479);
}

}

@media only screen and (max-width: 1250px) and (min-width: 960px) {

.article-wrap .read-more.return {
	margin-top: 30px;
}

}

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

.share-widget {
	position: absolute;
	top: -15px;
	width: 180px;
	margin-left: -225px;
}

}

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

.padding-jumbo,
.padding-jumbo-top,
.padding-jumbo-bot {
	padding-top: 130px;
}

.padding-jumbo,
.padding-jumbo-top,
.padding-jumbo-bot {
	padding-bottom: 130px;
}

.padding-large,
.padding-large-top,
.padding-large-bot {
	padding-top: 100px;
}

.padding-large,
.padding-large-top,
.padding-large-bot {
	padding-bottom: 100px;
}

.padding-med,
.padding-med-top,
.padding-med-bot {
	padding-top: 60px;
}

.padding-med,
.padding-med-top,
.padding-med-bot {
	padding-bottom: 60px;
}

.post-blog + .post-blog {
	margin-top: 75px;
}

.news-featured-home:before {
	left: 46vw;
}

.news-featured-home .col-2 {
	margin-left: -140px;
}

.news-featured-home .col-2 .col {
	padding-left: 140px;
}

}

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

.article-wrap .read-more.return {
	margin-top: 10px;
}

}

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

.internal-nav.filter.is-filterActive li {
	display: block;
}

.internal-nav.filter.is-filterActive li.active a:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.internal-nav.filter ul {
	padding-top: 68px;
	position: relative;
}

.internal-nav.filter li {
	display: none;
}

.internal-nav.filter li.active {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: auto;
}

.internal-nav.filter li.active a:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E008';
	font-size: 8px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 30px;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.internal-nav.filter li.active a {
	padding: 23px 28px !important;
}

.internal-nav.filter li a {
	padding: 23px 28px;
}

.internal-nav .js-more-trigger {
	display: none !important;
}

.internal-nav.filter ul ul {
	padding-top: 0;
	padding-left: 0;
}

.internal-nav.filter ul li:not(.is-active) a {
	padding-top: 15px;
	padding-bottom: 15px;
}

header.main {
	padding-right: 140px;
}

header.main .btn.score {
	width: 140px;
}

footer.main .nav-logo,
footer.main .social-wrap {
	width: 100%;
	display: block;
	line-height: 1;
}

footer.main nav .social a .icon,
footer.main nav .social a .icon:before,
footer.main nav .social a .icon:after {
	line-height: 1;
}

}

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

header.main {
	padding: 0;
	padding-left: 150px;
}

.is-mobOpen header.main {
	-webkit-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
	transform: translateX(-270px);
}

header.main,
header.main + .spacer {
	height: 50px;
}

header.main .logo {
	padding: 18px;
	width: 150px;
}

header.main .logo img {
	height: 14px;
}

header.main nav {
	position: absolute;
	left: 100%;
	top: 0;
	width: 270px;
}

header.main nav > ul > li:not(.social-wrap) {
	background-color: white;
}

header.main nav > ul > li:not(.social-wrap) a {
	position: relative;
}

header.main nav > ul > li:not(.social-wrap) a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 10px;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(38, 36, 63, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(38, 36, 63, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
}

header.main nav > ul > li:not(.social-wrap).nav-home a {
	padding-top: 78px;
	position: relative;
}

header.main nav > ul > li:not(.social-wrap).nav-home a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 78px;
	border-bottom: 1px solid #efefef;
	z-index: 2;
	background: url(../img/logo.svg) no-repeat center 26px;
	background-size: auto 18px;
}

header.main nav > ul > li:not(.social-wrap) + li {
	border-top: 1px solid #efefef;
}

header.main li {
	display: block;
}

header.main li a {
	padding: 0;
}

header.main ul.social li {
	display: inline-block;
}

header.main .btn.score {
	width: 100%;
	line-height: 70px;
	padding-top: 0;
	padding-bottom: 0;
}

header.main .btn.score br {
	display: none;
}

header.main .btn.score:after {
	content: '\E006';
}

}

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

.l-outer-container {
	-webkit-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out;
}

.is-mobOpen .l-outer-container {
	left: -270px;
}

}

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

.l-split .bg {
	max-height: 300px;
}

.l-split .bg:after {
	content: '';
	width: 100%;
	padding-top: 50%;
	display: block;
}

.l-split .l-max {
	max-width: 600px;
}

.partners .partners-header .f-left,
.partners .partners-header .f-right {
	float: none;
}

.about-balance-now .outro {
	display: block;
	margin: 0 auto;
	max-width: 400px;
}

.about-balance-now .outro a {
	margin-top: 1em;
	display: block;
}

.change-how ul {
	margin-left: -22vw;
}

}

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

.step-in {
	opacity: 1 !important;
}

.step-up {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.step-down {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

}

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

.slick-dots {
	text-align: center;
	padding: 30px 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #eb0e75;
	border-radius: 50%;
	cursor: pointer;
}

.slick-dots li + li {
	margin-left: 10px;
}

.slick-dots li.slick-active {
	background-color: #eb0e75;
}

.slick-dots .tab {
	display: none;
}

.newsletter-signup label + label input {
	border-top: 1px solid #201f34;
}

.newsletter-signup button {
	width: 100%;
}

.newsletter-signup button,
.newsletter-signup button .icon,
.newsletter-signup button .icon:before {
	line-height: 40px;
}

.bio-modaal-wrap .avatar {
	max-height: 500px;
	background-position: top center;
	overflow: hidden;
}

.bio-modaal-wrap .avatar:before {
	content: '';
	display: block;
	padding-top: 120%;
	width: 100%;
}

.bio-prev,
.bio-next {
	width: 20px;
	height: 30px;
}

.bio-prev {
	left: 10px;
}

.bio-next {
	right: 10px;
}

.post-blog.featured {
	margin-bottom: 40px;
}

.news-featured-home .post-blog.video {
	position: relative;
	padding-top: 2em;
	padding-bottom: 3em;
}

.news-featured-home .post-blog.video:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: 1;
	background: #1a192a;
}

.news-featured-home .post-blog.video p,
.news-featured-home .post-blog.video .title,
.news-featured-home .post-blog.video .bg,
.news-featured-home .post-blog.video .read-more {
	position: relative;
	z-index: 2;
}

.article .tweet-this {
	border-left: 3px solid #eb0e75;
	padding-left: 40px;
	line-height: 1.4;
}

footer.main .fineprint .policies a {
	display: block;
}

footer.main .fineprint .policies a + a {
	margin-top: 10px;
}

footer.main .logo {
	margin-bottom: 25px;
}

footer.main .fineprint li,
footer.main ul li {
	display: block;
}

footer.main .fineprint li,
footer.main .fineprint li a,
footer.main ul li,
footer.main ul li a {
	line-height: 1;
}

footer.main ul li a {
	padding: 15px 0;
}

footer.main .fineprint li {
	padding: 5px 0;
}

footer.main .fineprint li a {
	padding: 0;
}

footer.main .social {
	padding-top: 20px;
}

footer.main .social li {
	display: inline-block;
}

.radial-wrap .col.content {
	max-width: 540px;
	margin: 0 auto;
}

.radial-wrap .col.wheel {
	margin-top: 2em;
}

.news-featured-home .testimonial {
	margin-bottom: 2em;
}

.contact .col-2-outer .col-inner:nth-child(2) {
	margin-top: 30px;
}

.about-balance-now .bio-wrap .col-2:after {
	clear: both;
	content: '';
	display: table;
}

.about-balance-now .bio-wrap .col-2 .col {
	float: left;
	width: 50%;
}

.score-form + .score-form {
	padding-top: 0;
	padding-bottom: 40px;
}

.score-form .question + .question {
	margin-top: 20px;
}

.score-form .fake-radio .radio-lower,
.score-form .fake-radio .radio-upper {
	left: 0;
	top: 50%;
}

.results .mini-form {
	margin-top: 40px;
}

}

@media only screen and (max-height: 700px) and (max-width: 960px) {

header.main li a,
header.main .btn.score,
header.main .btn.score:after {
	line-height: 50px;
}

header.main nav > ul > li:not(.social-wrap).nav-home a {
	padding-top: 50px;
}

header.main nav > ul > li:not(.social-wrap).nav-home a:after {
	height: 51px;
	background: url(../img/logo.svg) no-repeat center 16px;
	background-size: auto 18px;
}

}

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

.margin-jb {
	margin-bottom: 40px;
}

.margin-lg {
	margin-bottom: 20px;
}

.margin-md {
	margin-bottom: 10px;
}

body:not(.ie9) .col-3-flex {
	width: 100%;
	display: block;
}

body:not(.ie9) .col-4-flex {
	width: 100%;
	display: block;
}

body:not(.ie9) .col-5-flex {
	width: 100%;
	display: block;
}

body:not(.ie9) .flex-match-height {
	width: 100%;
	display: block;
}

.sc-payment-btn,
.btn {
	display: block;
	width: 100%;
}

textarea {
	height: 107.5px;
	min-height: 107.5px;
	max-height: 107.5px;
}

.alert {
	font-size: 12px;
	font-size: 1.2rem;
}

.bio-thumb {
	margin: 0 auto;
}

.post-blog + .post-blog {
	margin-top: 0;
	padding-top: 10px;
}

.post-blog.mini .bg {
	float: left;
	width: calc(50% - 40px);
	margin-right: 20px;
}

.post-blog.mini .bg:before {
	padding-top: 70%;
	min-height: 120px;
}

.news-grid .post-blog .bg {
	margin-bottom: 1em;
}

.news-grid .post-blog .title {
	margin-bottom: .5em;
}

.news-grid .post-blog p + p {
	margin-top: .5em;
}

.news-grid .post-blog p:not(.title):not(.read-more) {
	display: none;
}

.article .tweet-this {
	padding-left: 30px;
}

.radial-wrap .col.wheel {
	display: none;
}

.logo-wrap img {
	margin: 0 auto;
}

.contact .header-form {
	margin-bottom: 10px;
}

.partners .partner-wall .partner {
	width: 100%;
}

.about-balance-now .outro {
	max-width: 300px;
}

.about-balance-now .bio-wrap {
	display: none;
}

.about-balance-now .bio img {
	margin-bottom: 1em;
}

.about-balance-now .bio .mob-hide {
	display: none;
}

body.about .about-balance-now .bio-wrap {
	display: block;
}

body.about .about-balance-now .col-2 .col {
	float: none;
	width: 100%;
}

body.about .about-balance-now .col-2 .col + .col {
	margin-top: 40px;
}

body.about .about-balance-now .bio {
	padding-top: 20px;
}

body.about .about-balance-now img {
	max-width: 300px;
	margin: 0 auto 20px;
	display: block;
}

}

@media only screen and (max-height: 480px) and (max-width: 960px) {

header.main li a,
header.main .btn.score,
header.main .btn.score:after {
	line-height: 30px;
}

}
