/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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: .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: -.5em;
}

sub {
	bottom: -.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.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * 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: .35em .625em .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;
}

.navbar .menu,
.social-list,
.footer-nav,
.links-list,
.partners-list,
.quick-links .list,
.share-socials,
.score-list,
.popup-inner .list,
.brand-list,
.explanation-open-close .slide-list,
#footer-inner .footer-list,
.answers-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .container:after,
.navbar .drop-wrap:after,
#js-cardForm .cols-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #090d38;
	background: #fff;
	font: 16px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #b5c4de;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #eff0f1;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #eff0f1;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #eff0f1;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #eff0f1;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #eff0f1;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #eff0f1;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.viewport-section.in-viewport [class*="ae-"] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* padding-top: 0px;  */
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .2, 1);
	transition-timing-function: cubic-bezier(.25, .1, .2, 1);
	opacity: 1 !important;
}

/* Speed */

.viewport-section [class*="ae-"],
.viewport-section [class*="ae-"] {
	-webkit-transition-duration: 700ms;
	transition-duration: 700ms;
}

.viewport-section [class*="ae-"],
.viewport-section [class*="ae-"] {
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
}

.viewport-section.slow [class*="ae-"],
.viewport-section.slow [class*="ae-"],
.viewport-section .slow [class*="ae-"],
.viewport-section [class*="ae-"].slow {
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
}

/* Delays */

.viewport-section .ae-1,
.viewport-section .ae-1 {
	-webkit-transition-delay: 760ms;
	transition-delay: 760ms;
}

.viewport-section .ae-2,
.viewport-section .ae-2 {
	-webkit-transition-delay: 910ms;
	transition-delay: 910ms;
}

.viewport-section .ae-3,
.viewport-section .ae-3 {
	-webkit-transition-delay: 1060ms;
	transition-delay: 1060ms;
}

.viewport-section .ae-4,
.viewport-section .ae-4 {
	-webkit-transition-delay: 1210ms;
	transition-delay: 1210ms;
}

.viewport-section .ae-5,
.viewport-section .ae-5 {
	-webkit-transition-delay: 1360ms;
	transition-delay: 1360ms;
}

.viewport-section .ae-6,
.viewport-section .ae-6 {
	-webkit-transition-delay: 1510ms;
	transition-delay: 1510ms;
}

.viewport-section .ae-7,
.viewport-section .ae-7 {
	-webkit-transition-delay: 1660ms;
	transition-delay: 1660ms;
}

.viewport-section .ae-8,
.viewport-section .ae-8 {
	-webkit-transition-delay: 1810ms;
	transition-delay: 1810ms;
}

.viewport-section .ae-9,
.viewport-section .ae-9 {
	-webkit-transition-delay: 1960ms;
	transition-delay: 1960ms;
}

.viewport-section .ae-10,
.viewport-section .ae-10 {
	-webkit-transition-delay: 2110ms;
	transition-delay: 2110ms;
}

#header {
	box-shadow: 0 0 35px rgba(0, 0, 0, .25);
	background-color: #d4dce2;
	padding: 10px 0 8px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	min-width: 320px;
	z-index: 99;
}

.logo {
	width: 180px;
	float: left;
	margin: 0 26px 0 0;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.top-panel {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

.search-active .top-panel {
	z-index: 40;
}

.top-panel .panel-opener {
	-webkit-transition: border-color .1s ease-in-out;
	transition: border-color .1s ease-in-out;
	position: absolute;
	right: -26px;
	top: -26px;
	border: 26px solid transparent;
	border-bottom: 26px solid #333;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	font-size: 12px;
	line-height: 1;
	color: rgba(255, 255, 255, .5);
	background-color: transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-panel .panel-opener:hover:before {
	background: #444;
}

.top-panel .panel-opener i {
	position: absolute;
	left: -5px;
	top: 8px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 3;
}

.top-panel .panel-opener:before {
	-webkit-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
	width: 3px;
	height: 24px;
	content: "";
	background: #333;
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 2;
}

.top-panel .slide {
	background: #fff;
	padding: 2.5% 0;
	color: #727272;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .135);
}

.navbar .menu {
	text-transform: uppercase;
}

.navbar .menu li {
	margin: 0 0 15px;
}

.navbar .menu li.active a {
	color: #245ab7;
}

.navbar .menu a {
	-webkit-transition: color .1s ease-in-out, border-color .1s ease-in-out;
	transition: color .1s ease-in-out, border-color .1s ease-in-out;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	white-space: normal;
	color: #0e1058;
	text-decoration: none;
}

.navbar .menu a:hover {
	color: #245ab7;
}

.search-hold .search-opener {
	-webkit-transition: color .1s ease-in-out, border-color .1s ease-in-out;
	transition: color .1s ease-in-out, border-color .1s ease-in-out;
	font-size: 14px;
	color: #0e1058;
}

.search-hold .slide {
	-webkit-transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
	transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .95);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

.search-active .search-hold .slide {
	opacity: 1;
	visibility: visible;
}

.search-hold form {
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

.search-hold label {
	display: block;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 22px;
}

.search-hold input[type=search] {
	background: none;
	border: none;
	font-size: 30px;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: #0e2271;
	outline: none;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

.resize-active .navbar .menu-drop,
.resize-active .navbar .drop-wrap {
	-webkit-transition: none;
	transition: none;
}

#footer {
	padding: 25px 0;
	background: #9baed9;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

#footer .copyright a {
	color: #090d38;
}

#footer .copyright a:hover {
	color: #245ab7;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 20px;
}

.social-list li {
	margin: 0 20px 0 0;
}

.social-list li:last-child {
	margin: 0;
}

.social-list a {
	-webkit-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
	display: block;
	height: 54px;
	width: 54px;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	text-align: center;
}

.social-list a.facebook:hover {
	background: #3b5998;
}

.social-list a.twitter:hover {
	background: #00abf0;
}

.social-list a.youtube:hover {
	background: #cc181e;
}

.social-list a.rss:hover {
	background: #fe6e00;
}

.social-list a:hover .fa {
	color: #fff;
}

.social-list .fa {
	color: #090d38;
	font: normal normal normal 22px/1 FontAwesome;
	line-height: 54px;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
}

.footer-nav li {
	position: relative;
	margin: 0 14px 0 0;
}

.footer-nav li:last-child {
	margin: 0;
}

.footer-nav li:last-child:before {
	display: none;
}

.footer-nav li:before {
	content: "";
	position: absolute;
	top: 20%;
	right: -7px;
	bottom: 10%;
	width: 1px;
	background: #090d38;
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
}

.footer-nav a {
	display: block;
	color: #090d38;
	opacity: 1;
}

.footer-nav a:hover {
	color: #245ab7;
}

html.search-active {
	height: 100vh;
	overflow: hidden;
}

html.search-active body {
	height: 100vh;
	overflow: hidden;
}

html.card-active {
	height: 100vh;
	overflow: hidden;
}

html.card-active body {
	height: 100vh;
	overflow: hidden;
}

#wrapper {
	-webkit-transition: padding .1s ease-in-out;
	transition: padding .1s ease-in-out;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.container {
	max-width: 1056px;
	padding: 0 18px;
	margin: 0 auto;
}

h5,
.h5,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-weight: 000;
	color: #313a5d;
	letter-spacing: 0px;
}

h2,
.h2 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 25px;
	display: block;
}

h3,
.h3 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 25px;
	display: block;
}

h4,
.h4 {
	font-size: 27px;
	line-height: 1.15;
	margin: 0 0 10px;
	display: block;
}

h5,
.h5 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 10px;
	display: block;
}

a {
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
	text-decoration: none;
}

.text-center {
	text-align: center;
}

.btn {
	-webkit-transition: background .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out;
	transition: background .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out;
	border: 1px solid #050213;
	color: #fff;
	background-color: #3e47ea;
	margin-bottom: .25em;
	text-shadow: 0 .075em .075em rgba(0, 0, 0, .5);
	box-shadow: 0 .25em 0 0 #0a82fa, 0 4px 9px rgba(0, 0, 0, .75);
	border-radius: 4px;
	padding: 15px 20px 16px;
	font-size: 14px;
	line-height: 1.1;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.btn:hover {
	background: #161fc6;
	text-shadow: 0 .075em .075em rgba(0, 0, 0, .5);
	box-shadow: 0 .25em 0 0 #052e0b, 0 4px 9px rgba(0, 0, 0, .75);
}

.btn.btn-default {
	-webkit-transition: background .1s ease-in-out, color .1s ease-in-out;
	transition: background .1s ease-in-out, color .1s ease-in-out;
	background: #ddd;
	color: #404040;
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 9px 15px 8px;
	border-radius: 0;
}

.btn.btn-default:hover {
	background: #090d38;
	color: #fff;
}

#main {
	padding: 85px 0 0;
}

#main-inner {
	padding: 10px 0 0;
}

.iq-info {
	color: #0a0e39;
	margin: 0 0 70px;
}

.iq-info .wrap-box {
	overflow: hidden;
}

.iq-info .img-wrap {
	margin: 0 auto 20px;
}

.iq-info .img-wrap a {
	-webkit-transition: border .1s ease-in-out, box-shadow .1s ease-in-out;
	transition: border .1s ease-in-out, box-shadow .1s ease-in-out;
	padding: 4px;
	line-height: 1.8;
	border: 2px solid #e5e5e5;
	background-color: #fff;
	display: block;
}

.iq-info .img-wrap a:hover {
	border-color: #0e2271;
}

.iq-info .img-wrap img {
	display: inline-block;
	vertical-align: top;
	height: auto;
}

.iq-info h2 {
	letter-spacing: -2px;
	margin-bottom: 10px;
	color: #0e2271;
}

.iq-info .sub-heading {
	overflow: hidden;
	margin: 0 0 3px;
}

.iq-info .sub-heading .h5 {
	display: inline-block;
	vertical-align: top;
	color: #0e2271;
	position: relative;
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: -1px;
}

.iq-info .sub-heading .h5:before {
	width: 1000px;
	height: 2px;
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -1px;
	background: #e5e5e5;
	margin-left: 10px;
}

.iq-info .h4 {
	margin: 0 0 19px;
	color: #0e2271;
}

.iq-info p {
	margin: 0 0 28px;
}

.iq-info .btn {
	margin: 0 0 35px;
}

.bordered-box {
	border: 5px solid #e5e5e5;
	padding: 17px 29px 30px 20px;
	color: #0a0e39;
}

.bordered-box.lg-box h4 {
	margin: 0 0 3px;
}

.bordered-box.lg-box .btn-wrap {
	margin: 65px 0 28px;
}

.bordered-box.lg-box .btn-wrap .btn {
	display: block;
	position: relative;
}

.bordered-box.lg-box .btn-wrap .btn:before,
.bordered-box.lg-box .btn-wrap .btn:after {
	width: 172px;
	height: 43px;
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.bordered-box.lg-box .btn-wrap .btn:after {
	background-image: url(../images/btn-circle-top-small.png);
	bottom: 100%;
}

.bordered-box.lg-box .btn-wrap .btn:before {
	background-image: url(../images/btn-circle-bottom-small.png);
	top: 100%;
}

.bordered-box .h4 {
	color: #0e2271;
	font-size: 28px;
	letter-spacing: -1px;
	margin: 0 0 4px;
}

.bordered-box .text-wrap {
	margin: 0 0 25px;
}

.bordered-box p {
	margin: 0;
}

.bordered-box .btn {
	min-width: 200px;
	margin: 0 !important;
}

.followers-statistic {
	margin: 0 0 70px;
}

.followers-statistic .h4 {
	color: #0e2271;
	margin: 0 0 34px;
}

.followers-statistic .two-cols {
	color: #3e47ea;
}

.followers-statistic .two-cols .col {
	padding: 0 0 25px;
}

.counter-info .num {
	display: block;
	font-size: 52px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.counter-info .label {
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.1;
	text-transform: uppercase;
}

.decoration-top {
	height: 50px;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	position: absolute;
	top: 0;
	left: -35vw;
	right: -35vw;
	z-index: 10;
}

.decoration-top.small {
	height: 20px;
	top: 20px;
}

.decoration-top svg {
	height: 100%;
	width: 100%;
	display: block;
}

.test-info-section {
	background: #eff0f1;
	position: relative;
	padding: 0;
}

.test-info-section h2 {
	color: #0e2271;
	margin: 0 0 35px;
}

.content-section {
	padding: 40px 0 20px;
	position: relative;
}

.content-section:first-child {
	padding-top: 0;
}

.content-section.light-gray-bg {
	background: #fcfcfd;
}

.content-section.blue-bg {
	background: #b4c4de;
}

.content-section.light-blue-bg {
	background: #d5d6e6;
}

.test-articles {
	margin: 0 0 -65px;
}

.test-articles .item {
	padding: 0 0 65px;
	line-height: 24px;
}

.test-articles .img-wrap {
	width: 150px;
	border-radius: .15em;
	margin: 0 auto 18px;
}

.test-articles .img-wrap img {
	display: block;
	border-radius: 1em;
	height: auto;
}

.test-articles h5 {
	margin: 0 0 10px;
	color: #0e2271;
}

.test-articles p {
	margin: 0 0 26px;
}

.two-cols-layout {
	margin: 0 0 -45px;
}

.two-cols-layout .col {
	padding: 0 0 45px;
}

.articles-list .btn {
	text-align: center;
	display: block;
	margin: 25px auto 0;
}

.news-item {
	margin-bottom: 10px;
	line-height: 21px;
}

.news-item a {
	-webkit-transition: border-color .1s ease-in-out;
	transition: border-color .1s ease-in-out;
	display: block;
	padding: 10px;
	color: #525252;
	border: 2px solid #e5e5e5;
}

.news-item a:hover {
	border-color: #0e2271;
}

.news-item .post-title {
	display: block;
	margin: 0 0 2px;
	color: #0e2271;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item time {
	display: block;
	color: rgba(0, 0, 0, .65);
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
}

.links-list {
	font-size: 16px;
	line-height: 1.1;
	padding: 0 0 16px;
}

.links-list li {
	position: relative;
	padding: 0 0 11px 25px;
}

.links-list .fa {
	color: #c59d2c;
	position: absolute;
	left: 0;
	top: 0;
}

.widget {
	margin-bottom: 30px;
}

.bordered-widget {
	border: 2px solid #e5e5e5;
}

.bordered-widget .partners-list {
	display: block;
}

.bordered-widget .partners-list li {
	border-top: 2px solid #e5e5e5;
	padding: 23px 21px 20px;
}

.bordered-widget .partners-list li:first-child {
	border: 0;
}

.partners-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partners-list li {
	padding: 0 10px 20px;
}

.partners-list img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.info-panel {
	background: #ced8e4;
	color: #999;
	padding: 20px 0;
	line-height: 24px;
	overflow: hidden;
}

.info-panel p {
	margin: 0;
}

.quick-links {
	background: #e1e6ea;
	padding: 28px 5px;
}

.quick-links .cols-holder {
	margin: 0 0 -37px;
}

.quick-links .col {
	padding: 0 0 37px;
}

.quick-links .h4 {
	color: #0e2271;
	font-size: 24px;
	margin: 0 0 20px;
}

.quick-links .list {
	text-transform: capitalize;
	font-size: 14px;
}

.quick-links .list li {
	margin: 0 0 10px;
}

.quick-links .list a {
	color: #777;
	position: relative;
	padding: 0 0 0 19px;
	display: inline-block;
	vertical-align: top;
}

.quick-links .list a:hover {
	color: #38255d;
}

.quick-links .list .fa {
	color: #0e2271;
	position: absolute;
	left: 0;
	top: 1px;
}

.chart-holder {
	margin: 100px 0 45px;
}

.chart-holder img {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
}

.progress-bar-wrap {
	max-width: 85%;
	margin: 0 auto;
}

.progress-bar-wrap .line {
	margin-bottom: 25px;
}

.progress-bar-wrap .title {
	text-transform: uppercase;
	display: block;
	margin: 0 0 5px;
	color: #0e2271;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
}

.progress-bar {
	height: 25px;
	background: #e5e5e5;
	display: block;
	position: relative;
}

.progress-bar .percent {
	position: absolute;
	right: 4px;
	bottom: 4px;
	height: 17px;
	padding: 0 5px;
	font-size: 11px;
	line-height: 17px;
	color: #fff;
	background-color: rgba(0, 0, 0, .25);
}

.progress-bar .bar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
}

.share-holder {
	margin: 0 0 30px;
}

.socials-wrap {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	padding: 17px 0 19px;
}

.socials-wrap .title {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.1;
	margin: 0 0 21px;
	display: block;
}

.share-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
}

.share-socials li {
	margin: 0 15px;
}

.share-socials a {
	color: #0e2271;
	position: relative;
	display: block;
	z-index: 2;
}

.share-socials a:after {
	-webkit-transition: top .1s ease-in-out, bottom .1s ease-in-out, right .1s ease-in-out, left .1s ease-in-out, visibility .1s ease-in-out, opacity .1s ease-in-out;
	transition: top .1s ease-in-out, bottom .1s ease-in-out, right .1s ease-in-out, left .1s ease-in-out, visibility .1s ease-in-out, opacity .1s ease-in-out;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background: #0e2271;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

.share-socials a:hover {
	color: #fff;
}

.share-socials a:hover:after {
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	opacity: 1;
	visibility: visible;
}

.share-socials a .fa {
	position: relative;
	display: block;
	z-index: 3;
}

.score-section .heading-with-icon {
	padding: 8px 0 24px 58px;
}

.visual-box a {
	-webkit-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
	display: block;
	overflow: hidden;
	position: relative;
	border: 0;
	text-align: center;
	text-decoration: none;
}

.visual-box .text {
	display: block;
	-webkit-transition: all .65s cubic-bezier(.23, 1, .32, 1);
	transition: all .65s cubic-bezier(.23, 1, .32, 1);
	color: #2d71f1;
	font-size: 20px;
	line-height: 26px;
}

.visual-box .hover-box {
	width: 274px;
}

.heading-with-icon {
	position: relative;
	padding: 8px 0 5px 58px;
}

.heading-with-icon h3 {
	font-size: 26px;
	margin: 0;
}

.heading-with-icon h3 a {
	color: #0e2271;
}

.heading-with-icon h3 a:hover {
	color: #3e47ea;
}

.heading-with-icon .fa {
	width: 48px;
	height: 48px;
	background: #0e2271;
	color: #fff;
	font-size: 26px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.heading-with-icon .fa:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.score-list li {
	position: relative;
	padding: 0 0 7px;
}

.score-list li:after {
	content: "";
	left: 20px;
	top: 0;
	bottom: 0;
	position: absolute;
	width: 1px;
	background: #333;
}

.score-list li:first-child:after {
	top: 35px;
}

.score-list li:last-child:after {
	bottom: auto;
	height: 30px;
}

.score-list a {
	color: #0e2271;
}

.score-list a:hover {
	color: #3e47ea;
}

.score-list h4 {
	font-size: 20px;
	margin: 0 0 8px;
}

.score-list .icon-hold {
	width: 40px;
	float: left;
	color: #fff;
	position: relative;
	z-index: 2;
	margin: 25px 0 0;
	font-size: 20px;
}

.score-list .description {
	overflow: hidden;
	padding: 0 0 0 20px;
}

.decoration-badge {
	height: 40px;
	width: 40px;
	display: block;
	background: #3e47ea;
	-webkit-transform: scale(.725) rotate(15deg);
	-ms-transform: scale(.725) rotate(15deg);
	transform: scale(.725) rotate(15deg);
	z-index: -1;
	position: relative;
}

.decoration-badge:before,
.decoration-badge:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #3e47ea;
}

.decoration-badge:before {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.decoration-badge:after {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.decoration-badge .fa {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-15deg);
	-ms-transform: translate(-50%, -50%) rotate(-15deg);
	transform: translate(-50%, -50%) rotate(-15deg);
}

.blue-box {
	background: #aec2e0;
	padding: 27px 25px 19px;
	letter-spacing: 1px;
}

.blue-box .simple-text {
	display: block;
	font-weight: 400;
	margin: 0 0 5px;
}

.blue-box .simple-text a {
	color: #090d38;
}

.blue-box .simple-text a:hover {
	color: #3e47ea;
}

.blue-box .counter-info .num {
	margin: 0 0 6px;
}

.hover-tooltip {
	background: #333;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	padding: 8px 10px 9px;
	border-radius: 2px;
	z-index: 999;
	margin-top: 15px;
}

.hover-tooltip:after {
	content: "";
	border: 6px solid transparent;
	border-bottom: 6px solid #333;
	position: absolute;
	left: 50%;
	top: -12px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.services-articles .visual {
	padding: 47px 0 0;
}

.services-articles .visual h4 {
	margin: 0 0 14px;
}

.services-articles .visual .img-wrap {
	width: 160px;
	border-radius: .6em;
	margin: 0 auto 18px;
}

.services-articles .visual .img-wrap img {
	display: block;
	border-radius: .6em;
	height: auto;
}

.services-articles .description {
	-webkit-perspective: 800px;
	perspective: 800px;
	position: relative;
}

.services-articles .description:hover .flipped-box {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.services-articles .description .flipped-box {
	-webkit-transition: -webkit-transform 1.25s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.25s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services-articles .description .box {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	width: 100%;
	padding: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 280px;
}

.services-articles .description .wrap {
	width: 100%;
}

.services-articles .static-text {
	border: 8px solid #2772a4;
	color: #fff;
	background-color: #3498db;
}

.services-articles .hover-box {
	-webkit-transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
	transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
	position: absolute;
	border: 8px solid #6ca5c6;
	color: #fff;
	background-color: #d0dbe2;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.services-articles .hover-box a {
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.services-articles .hover-box a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 316px;
}

.services-articles .hover-box a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.services-articles .hover-box h3 {
	color: #0e2271;
}

.services-articles .fa {
	display: block;
	color: #99cbed;
	font-size: 36px;
	margin: 0 0 13px;
}

.services-articles h3 {
	color: #fff;
	font-size: 28px;
	margin: 0 0 0px;
}

.smooth-scroll {
	-webkit-transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
	transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
	width: 35px;
	height: 35px;
	border: 2px solid #333;
	font-size: 25px;
	line-height: 27px;
	text-align: center;
	color: #333;
	border-radius: 100%;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99;
	opacity: 0;
}

.scrollOutUp .smooth-scroll {
	opacity: .37;
}

.scrollOutUp .smooth-scroll:hover {
	opacity: 1;
}

.popup-holder {
	-webkit-transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
	transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
	position: fixed;
	left: 0;
	right: 0;
	top: 60px;
	bottom: 0;
	background: rgba(255, 255, 255, .9);
	padding: 40px 0;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
}

.card-active .popup-holder {
	opacity: 1;
	visibility: visible;
}

.popup-inner {
	width: 100%;
	max-width: 867px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 20px;
	border: 1px solid #8c8c8c;
}

.popup-inner .col {
	padding: 0 0 25px;
}

.popup-inner .inner-box {
	border: 1px solid #8c8c8c;
	border-radius: 2px;
	padding: 12px 15px;
}

.popup-inner .inner-box.summary {
	padding: 22px 17px 32px;
}

.popup-inner .inner-box.summary .title {
	margin: 0 0 11px;
}

.popup-inner .btn {
	display: block;
	font-size: 16px;
	line-height: 20px;
	min-width: 0;
	outline: none;
}

.form-invalid .popup-inner .btn {
	pointer-events: none;
	cursor: default;
}

.popup-inner .list {
	font-weight: bold;
	margin: 0 0 13px;
	text-transform: capitalize;
}

.popup-inner .list li {
	position: relative;
	padding: 0 0 3px 8px;
}

.popup-inner .list li:after {
	width: 5px;
	height: 2px;
	content: "";
	left: 0;
	top: 8px;
	background: #333;
	position: absolute;
}

.popup-inner .list a {
	color: #333;
}

.popup-inner .total {
	margin: 0 9px 24px 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
}

.popup-inner .title {
	font-size: 20px;
	line-height: 1;
	color: #404040;
	display: block;
	margin: 0 0 14px;
}

.popup-inner .btn {
	display: block;
	width: 100%;
}

.card-wrapper {
	margin: 0 0 36px;
}

#js-cardForm .inputErrors__message {
	padding: 5px 0 0;
	display: block;
}

#js-cardForm .cols-wrap {
	box-sizing: border-box;
}

#js-cardForm .cols-wrap .col {
	padding: 0;
}

#js-cardForm .formField {
	position: relative;
	margin: 0 0 22px;
}

#js-cardForm input[type="text"],
#js-cardForm input[type="tel"],
#js-cardForm input[type="email"],
#js-cardForm input[type="search"],
#js-cardForm input[type="password"],
#js-cardForm textarea {
	-webkit-transition: border-color .1s ease-in-out;
	transition: border-color .1s ease-in-out;
	border: 1px solid #8c8c8c;
	padding: 15px 14px;
	margin: 0;
	color: #404040;
	font-size: 16px;
	line-height: 1;
	height: 48px;
	width: 100%;
	border-radius: 3px;
	outline: none;
}

#js-cardForm input[type="text"].valid,
#js-cardForm input[type="tel"].valid,
#js-cardForm input[type="email"].valid,
#js-cardForm input[type="search"].valid,
#js-cardForm input[type="password"].valid,
#js-cardForm textarea.valid {
	border-color: #51a37a;
}

#js-cardForm input[type="text"].invalid,
#js-cardForm input[type="tel"].invalid,
#js-cardForm input[type="email"].invalid,
#js-cardForm input[type="search"].invalid,
#js-cardForm input[type="password"].invalid,
#js-cardForm textarea.invalid {
	border-color: #e74c3c !important;
}

#js-cardForm input[type="text"]:focus,
#js-cardForm input[type="tel"]:focus,
#js-cardForm input[type="email"]:focus,
#js-cardForm input[type="search"]:focus,
#js-cardForm input[type="password"]:focus,
#js-cardForm textarea:focus {
	border-color: #333;
}

#js-cardForm label {
	-webkit-transition: top .1s ease-in-out;
	transition: top .1s ease-in-out;
	position: absolute;
	cursor: text;
	color: #666;
	background: #fff;
	top: -14px;
	left: 5px;
	font-size: 14px;
	padding: 0 10px;
}

#js-cardForm label.pushedDown {
	top: 17px;
}

#js-cardForm .inputErrors {
	font-size: 14px;
	line-height: 1;
	color: #e74c3c;
}

#js-cardForm .btn-wrap {
	text-align: right;
}

.jp-card img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-section {
	padding: 0;
}

.banner-section.banner-section_lg {
	padding: 45px 0 25px;
}

.banner-section a {
	display: inline-block;
	vertical-align: top;
}

.brand-section {
	padding: 0;
}

.brand-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.brand-list li {
	width: 100%;
	text-align: center;
	font-size: 36px;
	padding: 0 10px;
	margin: 0 0 20px;
}

.brand-list a {
	display: block;
	color: #0e2271;
	text-decoration: none;
}

.brand-list .text-block {
	font-size: 14px;
	background: #fcf8e3;
	padding: 12px 16px;
	margin: 0 0 15px;
	color: #6b480c;
	border-left: 5px solid #f6dca7;
}

.brand-list .text-block .title {
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
}

.answer-section {
	position: relative;
	padding: 30px 0;
	background: #e4e5ec;
}

.answer-section.answer-section_bg {
	background: #cad9e2;
}

.answer-section .container {
	overflow: hidden;
}

.answer-section .curve {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 25px;
}

.answer-section .curve.curve-top {
	top: 0;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

.answer-section .curve svg {
	width: 100%;
	height: 100%;
}

.answer-section .curve.curve-bottom {
	bottom: 0;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.answer-block {
	padding: 25px 15px 20px;
	background: #f1f3f3;
	border: 1px solid;
	font-size: 24px;
}

.answer-block .info {
	display: block;
	color: #0e2271;
	margin: 0 0 15px;
	letter-spacing: -.6px;
}

.answer-block mark {
	background: transparent;
	font-weight: 700;
	color: #0e2271;
}

.about-test-section {
	padding: 30px 0 0 0;
}

.about-test-block {
	background: #f6f6f6;
	padding: 12px 16px 1px 16px;
	margin: 0 0 20px;
	border-left: 5px solid #e5e5e5;
	color: #3b4a65;
	font-size: 16px;
	line-height: 1.75;
}

.about-test-block.about-test-block_blue {
	background: #d9edf7;
	color: #3b4a65;
	border-color: #b3d1ef;
}

.about-test-block.about-test-block_blue a {
	text-decoration: none;
	color: #3b4a65;
}

.about-test-block.about-test-block_blue a:hover {
	color: #0e2271;
}

.about-test-block .title {
	display: block;
	margin: 0 0 7px;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 600;
}

.about-test-block strong {
	display: block;
	margin: 0 0 12px;
}

.about-test-block a {
	color: #3b4a65;
	text-decoration: underline;
}

.about-test-block a:hover {
	text-decoration: none;
}

.right-banner {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.explanation-block {
	padding: 20px 15px 20px;
	background: #f2f2f2;
	border: 1px solid;
	overflow: hidden;
}

.explanation-block .row {
	color: #0e2271;
	margin: 0 0 45px;
}

.explanation-block .row:last-child {
	margin: 0;
}

.explanation-block .heading-with-icon a {
	color: #0e2271;
}

.explanation-block .heading-with-icon .fa {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.explanation-open-close {
	border: 2px solid #e5e5e5;
	border-bottom: 0;
	text-align: center;
	margin: 0 0 4px;
}

.explanation-open-close.active .fa:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #0e2271;
}

.explanation-open-close.active .explanation-opener {
	background: #fafafa;
}

.explanation-open-close .fa {
	display: block;
	font-family: "Open Sans", "FontAwesome";
}

.explanation-open-close .fa:before {
	-webkit-transition: -webkit-transform .1s ease-in-out, color .1s ease-in-out;
	transition: transform .1s ease-in-out, color .1s ease-in-out;
	position: relative;
	display: inline-block;
	vertical-align: top;
	right: 10px;
	color: #e5e5e5;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.explanation-open-close .fa:hover:before {
	color: #e5e5e5;
}

.explanation-open-close .slide {
	padding: 15px;
	background: #fff;
}

.explanation-open-close .slide-list {
	font-size: 13px;
}

.explanation-open-close li {
	display: inline-block;
	vertical-align: top;
}

.explanation-open-close li a {
	color: #0e2271;
}

.explanation-open-close li a:hover {
	color: #245ab7;
}

.explanation-opener {
	-webkit-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
	display: block;
	padding: 15px;
	font-size: 17px !important;
	color: #0e2271;
	border-bottom: 2px solid #e5e5e5;
	background: #fff;
}

.explanation-opener:hover {
	background: #fafafa;
}

.another-test-section {
	padding: 0 0 35px;
}

.another-test-section .container {
	overflow: hidden;
}

.another-test-section .heading {
	margin: 0 0 35px;
	width: 100%;
	overflow: hidden;
}

.another-test-section .heading h2 {
	position: relative;
	margin: 0;
	display: inline-block;
	padding: 0 5px;
}

.another-test-section .heading h2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 100%;
	height: 2px;
	background: #e5e5e5;
}

.another-test-section .heading h2:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	left: auto;
	width: 100%;
	height: 2px;
	background: #e5e5e5;
}

.flipped-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -20px;
}

.flipped-cols .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 20px;
	margin: 0 0 15px;
}

.flipped-cols .description {
	-webkit-perspective: 2000px;
	perspective: 2000px;
	position: relative;
	margin: 0 0 15px;
	width: 100%;
}

.flipped-cols .description:hover .flipped-box {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flipped-cols .description .flipped-box {
	-webkit-transition: -webkit-transform 1.25s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.25s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	right: 0;
	height: 100%;
	min-height: 295px;
}

.flipped-cols .description .box {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	min-height: 295px;
	width: 100%;
	padding: 25px 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flipped-cols .description .wrap {
	width: 100%;
	line-height: 1.81;
}

.flipped-cols .static-text {
	border: 8px solid #100a80;
	color: #fff;
	background-color: #3e47ea;
}

.flipped-cols .hover-box {
	position: absolute;
	border: 8px solid #a3abdb;
	color: #fff;
	background-color: #27b04b;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flipped-cols .hover-box .text-holder {
	max-height: 100px;
	overflow: hidden;
	margin: 0 0 10px;
}

.flipped-cols .hover-box h3 {
	color: #fff;
}

.flipped-cols .fa {
	display: block;
	color: #fff;
	font-size: 36px;
	margin: 0 0 13px;
}

.flipped-cols h3 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 10px;
}

.flipped-cols .btn {
	-webkit-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
	background: #12593f;
	color: #fff;
	box-shadow: none;
	text-transform: none;
	font-weight: 400;
	min-width: 135px;
	font-size: 14px;
}

.flipped-cols .btn:hover {
	background: #000;
}

#footer-inner {
	padding: 15px 0;
	text-align: center;
}

#footer-inner .copyright {
	display: inline-block;
	vertical-align: top;
}

#footer-inner .footer-list {
	display: inline-block;
	vertical-align: top;
}

#footer-inner a {
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	color: #0e2271;
	opacity: 1;
}

#footer-inner a:hover {
	opacity: .35;
}

#footer-inner li {
	position: relative;
	display: inline-block;
	margin: 0 14px 0 0;
}

#footer-inner li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 85%;
	background: #0e2271;
}

#footer-inner li:last-child {
	margin: 0;
}

#footer-inner li:last-child:before {
	display: none;
}

#footer-inner li a {
	display: block;
}

.answer-popup {
	max-width: 500px;
	padding: 8px 0 0;
	margin: 0 auto;
	font: 16px/1.25 "Times New Roman";
}

.answer-popup .btn-holder {
	text-align: center;
	padding: 16px 0;
}

.answer-popup .btn-holder a {
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
	display: inline-block;
	vertical-align: top;
	color: #00f;
	text-decoration: underline;
	font-weight: 700;
}

.answer-popup .btn-holder a:hover {
	color: #df1600;
}

.answer-popup-holder {
	border: 1px solid;
}

.answer-popup-holder .title {
	display: block;
	padding: 5px 3px 4px 3px;
	background: #000;
	letter-spacing: .5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Verdana;";
}

.answer-popup-holder .img-holder {
	display: block;
}

.answer-popup-holder .text-holder {
	padding: 3px;
}

.answer-popup-holder p:last-child {
	margin: 0;
}

.answers-list {
	font-size: 10px;
	font-family: "Verdana";
}

.answers-list li {
	border-bottom: 1px solid #000;
	padding: 3px;
}

.answers-list li.correct {
	background: #0f0;
	font-weight: 700;
	font-style: italic;
}

.answers-list li.incorrect {
	background: #f00;
}

.answers-list li:first-child {
	color: #808080;
}

.answers-list strong,
.answers-list em,
.answers-list mark {
	font-family: "Times New Roman";
	font-size: 16px;
}

.answers-list mark {
	font-weight: 400;
	background: transparent;
}

.answers-list em {
	font-weight: 700;
}

.answers-list i {
	font-style: italic;
	font-weight: 700;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #0e2271;
	border-radius: 50%;
	margin: 0 10px 0 0;
	height: 35px;
	width: 35px;
	cursor: pointer;
}

.jcf-radio span {
	display: none;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 10px;
	left: 10px;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}

.jcf-radio input[type="radio"] {
	position: relative;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.asnwer-row {
	-webkit-transition: background .1s ease-in-out, opacity .1s ease-in-out;
	transition: background .1s ease-in-out, opacity .1s ease-in-out;
	position: relative;
	padding: 5px 0;
	margin: 0 -30px 15px -30px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.asnwer-row:last-child {
	margin-bottom: 0;
}

.asnwer-row:before {
	-webkit-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: transparent;
	z-index: 0;
}

.asnwer-row:hover:before {
	background: #031e8b;
}

.asnwer-row:hover label {
	color: #fff;
}

.asnwer-row:hover .jcf-radio {
	background: #fff;
}

.asnwer-row:hover .jcf-radio span {
	background: #0e2271;
}

.asnwer-row label {
	position: relative;
	cursor: pointer;
	width: 100%;
	padding: 0 30px;
	z-index: 1;
}
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #000000;
  background: #FFFFFF;
  border: 2px solid #002878;
  height: 40px;
  line-height: 35px;
  text-align: center;
  visibility: hidden;
  border-radius: 9px;
  box-shadow: 2px 2px 5px #919191;
  font-weight: normal;
  text-shadow: initial;
}
a.tooltips span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0; height: 0;
  border-top: 12px solid #002878;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 55px;
  left: 55%;
  margin-left: -76px;
  z-index: 999;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.services-articles .description:hover .flipped-box {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	.services-articles .description:hover .flipped-box .hover-box {
		opacity: 1 !important;
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		left: 0;
	}

	.flipped-cols .description:hover .flipped-box {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	.flipped-cols .description:hover .flipped-box .hover-box {
		opacity: 1 !important;
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		left: 0;
	}
}

@media (min-width: 480px) {
	.brand-list li {
		width: 50%;
	}

	.another-test-section .heading h2 {
		padding: 0 18px;
	}

	.flipped-cols .description .box {
		padding: 25px 55px;
	}

	.flipped-cols h3 {
		font-size: 28px;
	}

	.flipped-cols .btn {
		font-size: 16px;
	}
}

@media (min-width: 640px) {
	.iq-info .img-wrap {
		width: 80%;
	}

	.bordered-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-width: 10px;
	}

	.bordered-box .text-wrap {
		margin: 0 20px 0 0;
	}

	.bordered-box .btn-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 768px) {
	.search-hold .search-opener span {
		display: none;
	}

	.search-hold form {
		padding-bottom: 200px;
	}

	#footer {
		padding: 50px 0;
	}

	h2,
	.h2 {
		font-size: 37px;
		margin: 0 0 35px;
	}

	h3,
	.h3 {
		font-size: 36px;
		margin: 0 0 35px;
	}

	.btn {
		min-width: 226px;
	}

	.iq-info {
		margin: 0 0 50px;
	}

	.iq-info .sub-heading .h5 {
		margin: 0 0 35px;
		font-size: 24px;
	}

	.bordered-box {
		line-height: 22px;
		padding: 27px 29px 28px 29px;
	}

	.bordered-box.lg-box {
		padding: 48px 29px 46px 29px;
	}

	.bordered-box .text-wrap {
		width: 60%;
	}

	.followers-statistic .h4 {
		margin: 0 0 80px;
	}

	.followers-statistic .two-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.followers-statistic .two-cols .col {
		width: 50%;
		padding: 0 15px 20px;
	}

	.test-info-section h2 {
		margin: 0 0 32px;
	}

	.test-articles {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.test-articles .item {
		padding: 0 15px 45px;
		width: 50%;
	}

	.two-cols-layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px;
	}

	.two-cols-layout .col {
		width: 50%;
		padding: 0 15px;
	}

	.articles-list .btn {
		margin: 24px auto 0;
	}

	.articles-list h2 {
		margin: 0 0 14px;
	}

	.quick-links {
		padding: 61px 0 31px;
	}

	.quick-links .cols-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px;
	}

	.quick-links .col {
		width: 50%;
		padding: 0 15px 30px;
	}

	.quick-links .h4 {
		font-size: 20px;
	}

	.score-section .two-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px;
	}

	.score-section .col {
		width: 65%;
		padding: 0 15px;
	}

	.score-section .col:first-child {
		width: 35%;
	}

	.visual-box a {
		padding: 175px 0;
	}

	.visual-box a:hover .text {
		-webkit-transform: translate(0, -150%);
		-ms-transform: translate(0, -150%);
		transform: translate(0, -150%);
		opacity: 0;
	}

	.visual-box a:hover .hover-box {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}

	.visual-box .hover-box {
		-webkit-transition: all .65s cubic-bezier(.23, 1, .32, 1);
		transition: all .65s cubic-bezier(.23, 1, .32, 1);
		position: absolute;
		top: 50%;
		left: 50%;
		line-height: 1;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(-50%, -50%) scale(0);
		-ms-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	}

	.heading-with-icon {
		padding: 5px 0 5px 54px;
	}

	.heading-with-icon h3 {
		font-size: 36px;
	}

	.score-list h4 {
		font-size: 24px;
	}

	.services-articles {
		margin: 0 0 -70px;
	}

	.services-articles .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 25px;
	}

	.services-articles .visual {
		width: 160px;
	}

	.services-articles .description {
		width: calc(100% - 160px);
		padding: 0 0 0 40px;
		line-height: 29px;
	}

	.services-articles .description .flipped-box {
		min-height: 316px;
	}

	.services-articles .description .box {
		min-height: 316px;
		padding: 25px 40px;
	}

	.popup-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.popup-inner .col {
		width: 65%;
		padding: 0 15px;
	}

	.popup-inner .col:last-child {
		width: 35%;
	}

	#js-cardForm .cols-wrap {
		margin: 0 0 20px;
	}

	#js-cardForm .cols-wrap .formField {
		margin: 0;
	}

	#js-cardForm .cols-wrap .col {
		padding-left: 10px;
	}

	#js-cardForm .cols-wrap .col:first-child {
		padding: 0;
	}

	#js-cardForm .l--small--3 {
		width: 23%;
		float: left;
	}

	#js-cardForm .l--small--3-1 {
		float: left;
		width: 25%;
		padding-right: 0;
	}

	#js-cardForm .l--small--2 {
		float: left;
		width: 18.5%;
		padding-right: 0;
	}

	#js-cardForm .l--small--4 {
		float: left;
		width: 33.33%;
		padding-right: 0;
	}

	.brand-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.brand-list li {
		width: 25%;
		/* margin: 0;  */
	}

	.answer-block {
		font-size: 24px;
		padding: 25px 30px 35px;
	}

	.explanation-block {
		padding: 25px 25px 20px;
	}

	.explanation-block h2 {
		font-size: 46px;
	}

	.explanation-open-close .slide {
		padding: 20px;
	}

	.explanation-opener {
		padding: 20px;
	}

	.flipped-cols {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.flipped-cols .col {
		width: 50%;
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.articles-list {
		display: block;
	}

	.articles-list .col {
		margin: 0 auto 45px;
		padding: 0;
		width: 80%;
	}

	.articles-list h2 {
		text-align: center;
	}
	#wrapper.with-right-banner {
		padding-right: 170px;
	}
}

@media (min-width: 992px) {
	.top-panel .panel-opener:hover {
		border-bottom-color: #444;
	}

	.navbar {
		padding: 19px 0 0;
	}

	.navbar {
		float: left;
	}

	.navbar .menu {
		letter-spacing: -.4em;
		float: left;
		font-size: 14px;
		margin: 0 30px 0 0;
	}

	.navbar .menu li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: .04em;
		margin: 0 0 0 13px;
	}

	.navbar .menu li:first-child {
		margin: 0;
	}

	.menu-opener {
		display: none;
	}

	.search-hold {
		float: left;
	}

	.search-hold form {
		padding-bottom: 50px;
	}

	.search-hold input[type=search] {
		font-size: 94px;
	}

	#wrapper.with-right-banner {
		padding-right: 190px;
	}

	.iq-info .wrap-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -20px;
	}

	.iq-info .img-wrap {
		width: 50%;
		padding: 0 20px;
	}

	.iq-info .description {
		width: 50%;
		padding: 0 20px;
		margin: -3px 0 0;
	}

	.iq-info .sub-heading .h5 {
		margin: 0 0 10px;
	}

	.bordered-box {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.bordered-box.lg-box .btn-wrap {
		margin: 24px 0 0;
		min-width: 373px;
	}

	.bordered-box .text-wrap {
		width: 50%;
	}

	.bordered-box .btn-wrap {
		display: block;
		margin: 40px 0 0;
	}

	.decoration-top {
		left: 0;
		right: 0;
	}

	.test-articles .item {
		width: 33.33%;
		line-height: 28px;
	}

	.bordered-widget .partners-list li {
		padding: 35px 21px;
	}

	.info-panel {
		padding: 17px 0;
	}

	.quick-links .col {
		width: 25%;
	}

	.quick-links .h4 {
		font-size: 24px;
	}

	.score-section .col {
		width: 50%;
	}

	.score-section .col:first-child {
		width: 50%;
	}

	.score-section .heading-with-icon {
		padding: 8px 0 5px 58px;
	}

	.visual-box a {
		padding: 175px 80px;
	}

	.visual-box .text {
		font-size: 28px;
		line-height: 33px;
	}

	.score-list {
		line-height: 29px;
		padding-top: 25px;
	}

	.services-articles .description {
		padding: 0 0 0 70px;
	}

	.services-articles .description .box {
		padding: 25px 90px;
	}

	.popup-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		/* display: flex;  */
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 1025px) {
	
	/*

	.viewport-section {
		-webkit-transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
		transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
		opacity: 0;
		visibility: hidden;
	}

	.viewport-section.in-viewport {
		opacity: 1;
		visibility: visible;
	}

	.viewport-section [class*="ae-"] {
		opacity: 0;
		-webkit-transition-timing-function: cubic-bezier(.25, .1, .2, 1);
		transition-timing-function: cubic-bezier(.25, .1, .2, 1);
	}

	.viewport-section [class*="ae-"] {
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}

	.viewport-section [class*="ae-"].from-bottom {
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}

	.viewport-section [class*="ae-"].from-right {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	.viewport-section [class*="ae-"].from-left {
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}
	
	*/
	
}

@media (min-width: 1060px) {
	.navbar .menu li {
		margin: 0 0 0 26px;
	}
}

@media (min-width: 1500px) {
	#wrapper.with-right-banner {
		padding-right: 0;
	}
}

@media (max-width: 1024px) {
	.services-articles .description:hover .flipped-box {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	.services-articles .description:hover .flipped-box .hover-box {
		opacity: 1 !important;
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		left: 0;
	}

	.flipped-cols .description:hover .flipped-box {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	.flipped-cols .description:hover .flipped-box .hover-box {
		opacity: 1 !important;
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		left: 0;
	}
}

@media (max-width: 991px) {
	.navbar .menu-drop {
		-webkit-transition: max-height .1s ease-in-out;
		transition: max-height .1s ease-in-out;
		max-height: 0;
		overflow: hidden;
		clear: both;
	}

	.nav-active .navbar .menu-drop {
		max-height: 2000px;
	}

	.search-active .navbar .menu-drop {
		overflow: visible !important;
	}

	.navbar .drop-wrap {
		-webkit-transition: -webkit-transform .1s ease-in-out;
		transition: transform .1s ease-in-out;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		padding: 30px 20px 40px;
	}

	.nav-active .navbar .drop-wrap {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.navbar .menu li.active a {
		border-color: #245ab7;
		color: #245ab7;
	}

	.navbar .menu a {
		border: 1px solid #0e1058;
		padding: 10px 15px;
	}

	.navbar .menu a:hover {
		border-color: #245ab7;
	}

	.menu-opener {
		width: 40px;
		height: 40px;
		position: relative;
		border-radius: 4px;
		margin: 0 20px 0 0;
		float: right;
		background: #4452c1;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, .25);
	}

	.menu-opener:hover {
		opacity: .8;
	}

	.nav-active .menu-opener span {
		opacity: 0;
	}

	.nav-active .menu-opener:before,
	.nav-active .menu-opener:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 15%;
		right: 15%;
	}

	.nav-active .menu-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-opener:before,
	.menu-opener:after,
	.menu-opener span {
		background: #fff;
		border-radius: 4px;
		position: absolute;
		top: 50%;
		left: 25%;
		right: 25%;
		height: 4px;
		margin-top: -2px;
		-webkit-transition: .1s ease 0s;
		transition: .1s ease 0s;
	}

	.menu-opener:after,
	.menu-opener:before {
		content: "";
		top: 30%;
	}

	.menu-opener:after {
		top: 70%;
	}

	.search-hold .search-opener {
		border: 1px solid #0e1058;
		padding: 10px 15px;
		color: #0e1058;
		text-transform: uppercase;
		text-align: center;
		display: block;
		text-decoration: none;
	}

	.search-hold .search-opener:hover {
		border-color: #245ab7;
		color: #245ab7;
		padding: 10px 15px;
	}

	.search-hold .search-opener span {
		font-size: 14px;
		line-height: 1.5;
	}

	.search-hold .slide {
		top: -52px;
		left: -17px;
		right: -17px;
		height: 100vh;
	}

}

@media (max-width: 767px) {
	.footer-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-nav li {
		margin: 0 14px 15px 0;
	}

	.iq-info .h4 {
		font-size: 22px;
	}

	.articles-list .btn {
		max-width: 320px;
	}

	.visual-box {
		max-width: 320px;
		margin: 0 auto;
		padding: 50px 0;
	}

	.visual-box .hover-box {
		display: none;
	}

	.score-list {
		line-height: 18px;
		font-size: 14px;
	}

	.popup-inner {
		width: 320px;
		border: none;
	}

	.jp-card-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.jp-card {
		-webkit-transform: scale(.78);
		-ms-transform: scale(.78);
		transform: scale(.78);
	}

	.explanation-block h2 {
		text-align: center;
	}

	.explanation-block .heading-with-icon {
		padding: 8px 0 5px 41px;
	}

	.explanation-block .heading-with-icon .fa {
		width: 35px;
		height: 35px;
		font-size: 18px;
	}

	#footer-inner .copyright {
		margin: 0 0 10px;
	}

	.asnwer-row {
		margin: 0 -15px 15px -15px;
	}
	
	.brand-list li.sm-item {
		width: 45%;
		position: absolute;
		/* visibility: hidden;
    	height: 0; */
	}
	
	.ae-3 {
		/* visibility: hidden; */
	}
	
	.brand-list li.hide-item {
		visibility: hidden;
    	height: 0;
	}
	
	.imgprogress {
		width: 75%;
	}
	
	.right-banner {
		display: none;
	}
}

@media (max-width: 479px) {
	.brand-list li.first-item {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.brand-list li.hide-item {
		display: none;
	}

	.brand-list li.sm-item {
		width: 45%;
		visibility: hidden;
    	height: 0;
	}

	.brand-list a {
		font-size: 27px;
	}
	
	.ae-3 {
		/* visibility: hidden; */
	}

	#footer-inner {
		font-size: 11px;
	}
	
	.banner-section {
    padding: 0 0 10px;
}
	.imgprogress {
		width: 75%;
	}

@-webkit-keyframes kenburns {
	95% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}

	100% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
		opacity: 0;
	}
}

@keyframes kenburns {
	95% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}

	100% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
		opacity: 0;
	}
}

@-webkit-keyframes kenburns-r {
	95% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 0;
	}
}

@keyframes kenburns-r {
	95% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes movebox {
	0% {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes movebox {
	0% {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes movesection-top {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes movesection-top {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes movesection-bottom {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes movesection-bottom {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes move-from-bottom {
	0% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes move-from-bottom {
	0% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes move-from-right {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes move-from-right {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

