/*
Theme Name: Iqtest
Theme URI: http://wordpress.org/themes/iqtest
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: iqtest 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents: 
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

 @font-face {
	font-family: 'MuseoSans-700';
	font-display: swap; 
	src: url('webfonts/MuseoSans-700.ttf');
	font-weight: 700;
}


@font-face {
	font-family: 'MuseoSans-300';
	font-display: swap; 
	src: url('webfonts/MuseoSans-300.ttf');
	font-weight: 300;
}

@font-face {
	font-family: 'MuseoSans-500';
	font-display: swap; 
	src: url('webfonts/MuseoSans-500.woff');
	font-weight: 500;
}

@font-face {
	font-family: 'SpaceGrotesk-Bold';
	font-display: swap; 
	src: url('webfonts/SpaceGrotesk/SpaceGrotesk-Bold.ttf');
	font-weight: 700;
}

@font-face {
	font-family: 'SpaceGrotesk-Regular';
	font-display: swap; 
	src: url('webfonts/SpaceGrotesk/SpaceGrotesk-Regular.ttf');
	font-weight: 300;
}

@font-face {
	font-family: 'SpaceGrotesk-Medium';
	font-display: swap; 
	src: url('webfonts/SpaceGrotesk/SpaceGrotesk-Medium.ttf');
	font-weight: 500;
}


@font-face {font-family: 'MuseoSans-500';src: url('webfonts/2AC9BF_0_0.eot');src: url('webfonts/2AC9BF_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2AC9BF_0_0.woff') format('woff'),url('webfonts/2AC9BF_0_0.ttf') format('truetype');}
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #4e4e4e;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}
body {
	background: #f0f2f5;
}

a {
	color: #285779;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

a:active,
a:hover {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 600;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: none;
	border: 1px solid #2dcc70;
	border-radius: 5px;
	color: #2dcc70;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 20px;
	vertical-align: bottom;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	border-color: #77dea3;
	color: #77dea3;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #2dcc70;
	color: #2dcc70;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
.form-row:after,
.form-row:before,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
.wpProQuiz_question:after,
[class*="content"]:after,
[class*="site"]:after,
.form-row:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_iqtest_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_iqtest_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	max-width: 788px;
	position: relative;
	margin: 0 auto;
}

.home .site{
    max-width: 986px;
}
.quiz-page .site{
	max-width: 788px;
	width: auto;
}
.main-content {
	width: 100%;
	padding-top: 155px;
}

.home .main-content{margin-top: 62px;margin-bottom: 88px;border-radius:5px;}

.home #content{background: #f4f5f7;padding: 20px;border-radius: 5px;}
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}
.home .main-content{
	padding-top: 0;
}
.site-header {
	background-color: #17457e;
	background-image: url("images/header-background.png");
	background-repeat: repeat-x;
	position: fixed;
	width: 100%;
	z-index: 4;
	transition: all 0.4s ease;
}
.home .site-header, .page-template-bmi-business-account .site-header ,.page-template-page-templatescheckout2-php .site-header{
	position: relative;
}
.sticky.site-header{
	background: #17457e
}
.sticky.site-header .header-main{
	padding-top: 0px!important;
}
.sticky.site-header .site-title, .sticky.site-header  #bmi-logo{
	display: none;
}
.header-main {
	transition: all 0.4s ease;
	padding-top: 110px!important;
	min-height: 44px;
	padding: 0 30px;
	max-width: 986px;/*816px*/
	margin: 0 auto;
	position: relative;
}
.home .header-main{
    max-width: 986px;
}
.quiz-page .header-main{
	/* max-width: 816px; */
	width: auto;
}
.group-blog .header-main {
	max-width: 1130px;
	width: auto;
}
.site-title {
	float: left;
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	margin: 0;
}
.site-title a{
	display: block;
	text-indent: -7777px;
	background: url("images/logo.png");
	width: 63px;
	height: 113px;
	position: relative;
	margin-top: -90px;
}
.site-title a,
.site-title a:hover {
	color: #fff;
}

/* Search in the header */

.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #41a62a;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */




/* Secondary Navigation */

.secondary-navigation {
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}
.secondary-navigation .current-menu-item > a{
	color: #fafafa;
}


.menu-toggle {
	cursor: pointer;
	font-size: 0;
	height: 48px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 10%;
	margin-left: -24px;
	text-align: center;
	width: 48px;
	display: none;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	margin-top: 7px;
	font-size: 30px;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 0px;
}

.hentry {
	margin: 0 auto 48px;
	max-width: 672px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	/* max-width: 670px; */
	max-width: 860px;
}

.pre-experiment .entry-header, .pre-experiment .entry-content {max-width:670px;
background: #f9fafb;}



.full-width .site-content .entry-content{
	padding-bottom: 50px;
}

.quiz-page.full-width .site-content .entry-content{
	padding-left: 43px;
	padding-right: 43px;
	max-width: 702px;
	width: auto;
	padding-bottom: 0;
}
.entry-content p:last-child{
	margin-bottom: 0;
}
.page-content {
	margin-bottom: 48px;
}

/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

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

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-title {
	color: #17457e;
	font-size: 33px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 30px;
	font-family: 'MuseoSans-500';
}


.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}

.site-content .entry-header {
	background-color: #f9fafb;
	padding: 0 10px 0px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links a {
	color: #5fafe1;
	font-size: 13px;
	text-decoration: none!important;
	font-family: 'MuseoSans-500'
}

.cat-links a:hover {
	color: #5fafe1;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.site-content .entry-content,
.page-content {
	background-color: #f9fafb;
	padding: 12px 10px 0;
}
.quiz-page .site-content .entry-content,
.quiz-page .site-content .entry-summary,
.quiz-page .page-content {
	/*change-color*/
} 
.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}
.entry-content h2{
	font-size: 20px;
	font-family:  'MuseoSans-500';	
	color: #285779;
	font-weight: normal;
}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover {
	text-decoration: none;
}
.entry-content ul{
	margin-left: 0px;
	margin-bottom: 46px;
}
.entry-content li{
	list-style: none;

}
.entry-content li a{
	font-size: 16px;
	font-family:  'MuseoSans-500';
	color: #4e4e4e;
}
.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 600;
	padding: 8px;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255,255,255,.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}
.page-id-23 .site-content .entry-header{
	background: transparent;
}
.page-id-23 .entry-content, .page-id-153 .entry-content{
	background: #fff url("images/freetest_1_before_popup.png");
	min-height: 705px;
	background-size: 100% 100%;
	margin-top: -125px;
	padding-top: 125px;
}
.page-id-23 .entry-content .start-the-test{
	padding-top: 30px;
	text-align: left;
}
.page-id-23 .entry-content .start-the-test .orange-button{
	margin: 0;
	max-width: 370px;
}
.page-id-23 .site-content .entry-header{
	background: transparent;
}
.page-id-153  .site-content .entry-header{
	background: transparent;
}
.page-id-153 .entry-content{
	background: #fff url("images/freetest_2_after_popup.png");
	min-height: 653px;
}
.page-id-153 .entry-content .start-the-test{
	padding-top: 30px;
}
.page-id-153 .entry-content .start-the-test .orange-button{
	margin: 0;
	margin-left: 317px;
	position: relative;
	right: -20px;
	max-width: 370px;

}
.entry-content .edit-link{
	display: none;
}
#return-popup{
	background: #dfe0ea;
	
	border-radius: 5px;
	text-align: center;
	width: 784px;
	height: 586px;
}
#return-popup>div
{
	padding: 80px;
}

#return-popup h3{
	color: #2a6999;
	font-size: 44px;
	margin-top: 0;
	font-family: 'MuseoSans-500';
}
#return-popup .score{
	font-size: 84px;
	font-family: 'MuseoSans-500';
	color: #2a6999;
}
#return-popup .note-a{
	font-style: italic;
	font-family: 'Open Sans';
	font-size: 14px;
}
#return-popup .note-b{
	font-family: 'Open Sans';
	font-size: 13px;
	color: red;
}
#return-popup .note-c{
	margin-top: 40px;
	margin-bottom: 40px;
}

/* untraced -> */
#complete-popup, #thankyou-share-popup {
	background: #fff;
	width:90%;
	max-width: 600px;
	border-radius: 5px;
	text-align: center;
}
#thankyou-share-popup {
	color: #17457e;
}
#thankyou-share-popup .entry-title {
	font-size: 46px;
    padding-bottom: 0px;
	padding-top: 24px;
}
#complete-popup>div {
	padding: 40px 32px;
}
#thankyou-share-popup>div 
{
	padding: 10px 32px;
}

#complete-popup p{
	font-size: 13px;
	color: #2a6999;
}
#complete-popup .buttons{
	margin-bottom: 30px;
}
#complete-popup .buttons a{
	box-sizing: border-box;
	width: 242px;
	display: block;
	float: left;
	/* text-indent: -9999px; */
	height: 174px;
	margin:5px;
	position: relative;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f2754b;
	color:#fff;
	text-decoration: none;
	box-shadow: 4px 4px 2px 4px rgba(130,134,138,0.1);
	border-radius: 5px;
	/* top: -12px; */
	/* background: url(images/yes-button.png); */
}

#complete-popup .buttons a:hover{
	background-color: #ef5927;
	box-shadow: none;
	background-position: 0 184px;
}
#complete-popup .buttons a.no-button{
	/* top: 0px;
	background: url(images/no-button-10offset.png);
	width: 254px;
	height: 174px; */
	background-color: #F3F3F3;
	color:#c0c0c0;
	border:2px solid #CFCFCF;
	box-shadow: none;
}
#complete-popup .buttons .no-button:hover{
	/* background-position: 0 174px; */
	background-color: #E3E3E3;
}
#complete-popup h3{
	color: #2a6999;
	font-size: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: 'MuseoSans-500';
}
/* <-untraced */

.shopping_cart{
	display: none!important;
}

/**
 * Checkout
 * -----------------------------------------------------------------------------
 */
.page-template-page-templatescheckout-php .main-content{
	padding-top: 155px;
}
.page-template-page-templatescheckout-php .entry-title{
	color: #17457e;
	font-size: 26px;
	font-family: 'MuseoSans-500';
}

/* old checkout -> */
.checkout-area{
	background: #fff;
	font-family: 'Open Sans';
	position: relative;
	border-radius: 5px;
	border: 1px solid #d3d4d6;
	padding: 20px;
	color: #17457e;
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 50px;
	/*box-shadow: 0px 0px 10px 2px rgba(211, 212, 214, 0.75);*/
	
}
.checkout-area-plain{
	background: transparent;
	border:0;
	padding-left: 20px;
}
.checkout-area.step-1{
	padding-right: 20px;
}
.checkout-area.step-3{
	padding-bottom: 220px;
}
.checkout-area .form-actions input[type="submit"]{
	margin-left: 60px;
	width: 400px;
}
.checkout-area input[type="text"], .checkout-area textarea{
	border-radius: 5px;
	width: 88%;
}
.checkout-area .step-number{
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -31px;
}
.checkout-area .note-a{
	font-size: 12px;
	font-style: italic;
	margin-top: 24px;
	text-align: right; 
	margin-bottom: 24px;
}
/* <-old checkout */

.data-disclaimer {margin:15px 0;}

.newsletter-opt-in { height:20px;
float:left;
margin-right:15px;}

.newsletter-text {font-size:11px;
height:20px;
line-height:20px;}


/* old checkout-> */

.checkout-area .badge{
	position: absolute;
	right: 0;
	bottom: -30px;
	right: -40px;
}
.checkout-area.step-3 .step-number{
	top: 20px;
	margin-top: 0;
}
.checkout-area .form-row {margin-bottom: 20px}
.checkout-area .form-row label{width: 12%;font-weight: bold;float: left;}
.checkout-area .form-row input, .checkout-area .form-row select{float: right;}
.checkout-area .form-actions{clear: both;}
/* <- old checkout */

/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 24px auto;
	width: 474px;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */




/* untraced */


/* untraced -> */
.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}
/* untraced */

/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
/* untraced */
.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/* <-untraced */

.contact-fb{
	
	font-size: 15px;
	font-family: 'MuseoSans-500';
	margin-bottom: 15px;
	padding-left: 60px;
	line-height: 49px;
	background: url("images/fb.png") no-repeat;
}


.contact-intro{
	font-size: 15px;
	font-family: 'MuseoSans-500';
	margin-top: 15px;
	margin-bottom: 0px!important;
	padding-left: 60px;
	line-height: 30px;
	margin-bottom: 50px;
	background: url("images/email.png") no-repeat;
}
.entry-content .contact-fb a, .entry-content .contact-google a, .contact-intro a{
	color: inherit;
	text-decoration: none;
}


.page-id-23{
    
}
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	width: 310px;
	float: right;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #41a62a;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

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

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #f1693c;
	border: 0;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	text-align: center;
	display: block;
	width: 100%;
	border-radius: 10px;
	line-height: 44px;
	border-radius: 44px;
	font-family: 'MuseoSans-500'
}

.widget button:hover,
.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	color: #000;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #41a62a;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 600;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_iqtest_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_iqtest_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_iqtest_ephemera .entry-title,
.widget_iqtest_ephemera .entry-meta,
.widget_iqtest_ephemera .wp-caption-text,
.widget_iqtest_ephemera .post-format-archive-link,
.widget_iqtest_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_iqtest_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_iqtest_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_iqtest_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_iqtest_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.widget_iqtest_ephemera .entry-content ul,
.widget_iqtest_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_iqtest_ephemera .entry-content ul {
	list-style: disc;
}

.widget_iqtest_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_iqtest_ephemera .entry-content li > ul,
.widget_iqtest_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_iqtest_ephemera .entry-content th,
.widget_iqtest_ephemera .entry-content td {
	padding: 6px;
}

.widget_iqtest_ephemera .post-format-archive-link {
	font-weight: 600;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}

/* shopper approved code */

#shopper_approved #sa_header {display:none !important;}



/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget a:hover {
	color: #41a62a;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget label{
	display: block;
	text-align: center;
	color: #17457e;
	margin-bottom: 12px;
	font-family: 'MuseoSans-500';
}
.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
	width: 100%;
	display: block;
	margin-bottom: 12px;
	border-radius: 10px;
	font-family: 'MuseoSans-500';
	font-size: 16px;
	text-align: center;
	height: 44px;
	border-radius: 44px;
}
.content-sidebar .widget ::-webkit-input-placeholder{
	color: #cfcfcf;
	opacity: 1;
}
.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	background: #17457e;
	color: #fff;
	font-size: 16px;
	font-family: 'MuseoSans-500';
	padding: 15px 50px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}
#text-2 .widget-title{
	padding-top: 40px;
}
#text-3 .textwidget{
	padding: 0;
}
#text-2 .widget-title:before {
	content: "";
	z-index: 2;
	background: url(images/email-icon-newsletter.png);
	width: 75px;
	height: 75px;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -37px;
}
.content-sidebar .widget{
	background: #fff;
	margin-bottom: 24px;
	border: 1px solid #e0e0e0;
}
.content-sidebar .textwidget{
	padding: 12px 24px;
}
.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_iqtest_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_iqtest_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_iqtest_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_iqtest_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_iqtest_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_iqtest_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_iqtest_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_iqtest_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_iqtest_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_iqtest_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_iqtest_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_iqtest_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_iqtest_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.content-sidebar.widget_iqtest_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_iqtest_ephemera .post-format-archive-link {
	font-weight: 900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}




/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 600;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
}


/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #41a62a;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}
#bmi-logo{
	position: absolute; 
	right: 0px;
	top: 50px;
	width: 279px; 
	height: 31px;
	background-image: url("/wp-content/themes/iqtest/images/brain_metrics_initiative.svg");
	background-repeat: no-repeat;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.

 
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 400px) {
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
		padding: 0 10px;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .entry-content,
	.list-view .site-content .entry-summary,
	.list-view .site-content footer.entry-meta {
		display: none;
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}

	.list-view .site-content .format-aside .entry-title,
	.list-view .site-content .format-link .entry-title,
	.list-view .site-content .format-quote .entry-title {
		display: block;
	}

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 401px) {
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 594px) {
	.site-content .entry-header {
		padding-right: 30px;
		padding-left: 30px;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}
}

@media screen and (min-width: 673px) {
	.header-main {
		padding: 0 30px;
	}

	.search-toggle {
		margin-right: 18px;
	}

	.search-box .search-field {
		width: 50%;
	}

	.content-area {
		float: left;
		width: 100%;
	}

	.site-content {
		margin-right: 33.33333333%;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.full-width .site-content .has-post-thumbnail .entry-header,
	.full-width.singular .site-content .hentry.has-post-thumbnail {
		margin-top: -48px;
	}

	#secondary,
	#supplementary {
		padding: 0 30px;
	}

	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		width: 33.33333333%;
	}

	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}

	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

	.site-info {
		padding: 15px 30px;
	}
}

@media screen and (min-width: 810px) {*/
	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.contributor-avatar {
		margin-left: -168px;
	}

	.contributor-summary {
		float: left;
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: -168px;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
/*}

@media screen and (min-width: 846px) {*/
	.content-area,
	.content-sidebar {
		
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}

	.comment-list .trackback,
	.comment-list .pingback,
	.comment-list article {
		margin-bottom: 36px;
		padding-top: 36px;
	}

	.comment-author .avatar {
		height: 34px;
		top: 2px;
		width: 34px;
	}

	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 50px;
	}

	.comment-list .children {
		margin-left: 20px;
	}

	.full-width.singular .site-content .hentry.has-post-thumbnail {
		margin-top: -72px;
	}

	.featured-content {
		margin-bottom: 0;
	}
/*}

@media screen and (min-width: 1008px) {*/
	.search-box-wrapper {
		padding-left: 182px;
	}

	.site-content .entry-header {
		margin-top: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	#secondary {
		background-color: transparent;
		border: 0;
		clear: none;
		float: left;
		margin: 0 0 0 -100%;
		min-height: 100vh;
		width: 122px;
	}

	.primary-sidebar {
		padding-top: 0;
	}

	.site-description {
		display: block;
		margin: -3px 0 21px;
	}

	.site-description:empty {
		margin: 0;
	}

	

	.footer-sidebar .widget,
	.primary-sidebar .widget {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		float: left;
		padding: 0 30px;
		width: 25%;
	}

	.footer-sidebar .widget h1,
	.primary-sidebar .widget h1 {
		font-size: 20px;
		line-height: 1.2;
	}

	.footer-sidebar .widget h2,
	.primary-sidebar .widget h2 {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	.footer-sidebar .widget h3,
	.primary-sidebar .widget h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.footer-sidebar .widget h4,
	.primary-sidebar .widget h4 {
		font-size: 14px;
		line-height: 1.7142857142;
	}

	.footer-sidebar .widget h5,
	.primary-sidebar .widget h5 {
		font-size: 12px;
		line-height: 2;
	}

	.footer-sidebar .widget h6,
	.primary-sidebar .widget h6 {
		font-size: 11px;
		line-height: 2.1818181818;
	}

	.footer-sidebar .widget code,
	.footer-sidebar .widget kbd,
	.footer-sidebar .widget tt,
	.footer-sidebar .widget var,
	.footer-sidebar .widget samp,
	.footer-sidebar .widget pre,
	.primary-sidebar .widget code,
	.primary-sidebar .widget kbd,
	.primary-sidebar .widget tt,
	.primary-sidebar .widget var,
	.primary-sidebar .widget samp,
	.primary-sidebar .widget pre {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget blockquote,
	.primary-sidebar .widget blockquote {
		font-size: 14px;
		line-height: 1.2857142857;
	}

	.footer-sidebar .widget blockquote cite,
	.primary-sidebar .widget blockquote cite {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget input,
	.footer-sidebar .widget textarea,
	.primary-sidebar .widget input,
	.primary-sidebar .widget textarea {
		font-size: 12px;
		padding: 3px 2px 4px 4px;
	}

	.footer-sidebar .widget input[type="button"],
	.footer-sidebar .widget input[type="reset"],
	.footer-sidebar .widget input[type="submit"],
	.primary-sidebar .widget input[type="button"],
	.primary-sidebar .widget input[type="reset"],
	.primary-sidebar .widget input[type="submit"] {
		padding: 5px 15px 4px;
	}

	.footer-sidebar .widget .widget-title,
	.primary-sidebar .widget .widget-title {
		font-size: 11px;
		font-weight: 900;
		line-height: 1.6363636363;
		margin-bottom: 18px;
	}

	.footer-sidebar .widget_iqtest_ephemera .entry-title,
	.footer-sidebar .widget_iqtest_ephemera .entry-meta,
	.footer-sidebar .widget_iqtest_ephemera .wp-caption-text,
	.footer-sidebar .widget_iqtest_ephemera .post-format-archive-link,
	.footer-sidebar .widget_iqtest_ephemera .entry-content table,
	.primary-sidebar .widget_iqtest_ephemera .entry-title,
	.primary-sidebar .widget_iqtest_ephemera .entry-meta,
	.primary-sidebar .widget_iqtest_ephemera .wp-caption-text,
	.primary-sidebar .widget_iqtest_ephemera .post-format-archive-link,
	.primary-sidebar .widget_iqtest_ephemera .entry-content table {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget_archive li,
	.footer-sidebar .widget_categories li,
	.footer-sidebar .widget_links li,
	.footer-sidebar .widget_meta li,
	.footer-sidebar .widget_nav_menu li,
	.footer-sidebar .widget_pages li,
	.footer-sidebar .widget_recent_comments li,
	.footer-sidebar .widget_recent_entries li,
	.primary-sidebar .widget_archive li,
	.primary-sidebar .widget_categories li,
	.primary-sidebar .widget_links li,
	.primary-sidebar .widget_meta li,
	.primary-sidebar .widget_nav_menu li,
	.primary-sidebar .widget_pages li,
	.primary-sidebar .widget_recent_comments li,
	.primary-sidebar .widget_recent_entries li {
		border-top: 0;
		padding: 0 0 6px;
	}

	.footer-sidebar .widget_archive li:last-child,
	.footer-sidebar .widget_categories li:last-child,
	.footer-sidebar .widget_links li:last-child,
	.footer-sidebar .widget_meta li:last-child,
	.footer-sidebar .widget_nav_menu li:last-child,
	.footer-sidebar .widget_pages li:last-child,
	.footer-sidebar .widget_recent_comments li:last-child,
	.footer-sidebar .widget_recent_entries li:last-child,
	.primary-sidebar .widget_archive li:last-child,
	.primary-sidebar .widget_categories li:last-child,
	.primary-sidebar .widget_links li:last-child,
	.primary-sidebar .widget_meta li:last-child,
	.primary-sidebar .widget_nav_menu li:last-child,
	.primary-sidebar .widget_pages li:last-child,
	.primary-sidebar .widget_recent_comments li:last-child,
	.primary-sidebar .widget_recent_entries li:last-child {
		padding: 0;
	}

	.footer-sidebar .widget_categories li ul,
	.footer-sidebar .widget_nav_menu li ul,
	.footer-sidebar .widget_pages li ul,
	.primary-sidebar .widget_categories li ul,
	.primary-sidebar .widget_nav_menu li ul,
	.primary-sidebar .widget_pages li ul {
		border-top: 0;
		margin-top: 6px;
	}

	#supplementary {
		padding: 0;
	}

	.footer-sidebar {
		font-size: 12px;
		line-height: 1.5;
	}

	.featured-content {
		padding-left: 182px;
	}

	.grid .featured-content .hentry {
		width: 33.3333333%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}

	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		height: 120px;
	}
/*}*/
/*
@media screen and (min-width: 1040px) {*/
	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content footer.entry-meta {
		padding-right: 15px;
		padding-left: 15px;
	}

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		padding-right: 59px;
		padding-left: 59px;
	}
/*}

@media screen and (min-width: 1080px) {
	*/.search-box .search-field {
		width: 324px;
	}

	.site:before {
		width: 222px;
	}

	.search-box-wrapper,
	.featured-content {
		padding-left: 222px;
	}

	#secondary {
		width: 162px;
	}

	

	.slider .featured-content .entry-title {
		font-size: 33px;
	}

	.slider .featured-content .entry-header,
	.slider-control-paging {
		width: 534px;
	}

	.slider-control-paging {
		padding-left: 24px;
	}

	.slider-control-paging li {
		margin: 12px 12px 12px 0;
	}

	.slider-control-paging a {
		height: 24px;
		width: 24px;
	}

	.slider-control-paging a:before {
		top: 6px;
		left: 6px;
	}
/*}

@media screen and (min-width: 1110px) {*/
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
/*}

@media screen and (min-width: 1218px) {*/
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content footer.entry-meta {
		margin-right: 54px;
	}

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		margin-right: auto;
	}
/*}

@media screen and (min-width: 1260px) {*/
	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}
/*}*/


/* Take the Test*/


/* Take the Test*/

@media (max-width: 700px) {
	
	#complete-popup h3{
		font-size: 22px;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	/* untraced -> */
	.free-line{
		display: none;
	}
	.checkout-area .note-a{
		text-align: center;
	}
	.checkout-area .form-actions{
		text-align: center;
	}
	.checkout-area .form-actions input[type="submit"]{
		margin-left: 0;
		min-width: 200px;
	}
	.checkout-area .form-row label{
		margin-bottom: 5px;
		display: block;
	}
	.checkout-area .form-row label, .checkout-area .form-row input{width: 100%;float: none;}
	.checkout-area{
		padding: 10px;
	}
	/* <-untraced */
	
	#complete-popup{
		width: auto;
		max-width: 80%;
		min-width: 350px;
	}
	

	.header-main .site-title{
		display: none;
	  }
	
}

	/* untraced -> */

	.take-test-button{
		text-align: center;
		line-height: 56px;
		display: block;
		color: #fff;
		font-size: 18px;
		text-decoration: none!important;
		font-weight: 500;
		/* font-family: 'MuseoSans-500'; */
		/* text-indent: -9999px; */
		width: 337px;
		height: 56px;
		margin: 0 auto;
		margin-top: 18px;
		background-position: 0 70px;
		/* background-image: url("/wp-content/themes/iqtest/images/take_test_button.png"); */
		background-color: #f2754b;
		box-shadow: 4px 4px 2px 4px rgba(130,134,138,0.1);
		border-radius: 5px;
	}
	.take-test-button:hover{
		background-position: 0 0;
		box-shadow: none;
		color:#fff;
		background-color: #ef5927;
	}

/* <-untraced */

.testimonials .title-span{padding-left: 12px;}
.testimonials .testimonials-content .testinomial .image{width: 92px;height: 92px;margin-right: 20px;}
.testimonials .testimonials-content .testinomial .content{font-family: MuseoSans-500;font-weight: 500;font-size: 14px;color: #3d3d3d;width: calc(100% - 112px)}


@media (max-width: 400px) {
	/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	font-size: 96.5%;
}*/

	#complete-popup>div{
		padding: 10px;
	}
	#complete-popup{
		width: auto;
		max-width: 90%;
		min-width: 200px;
	}	
	
	.take-test-button{
		width: 287px;
		background-size: 100%;
	}
	
	
}

@media (max-width: 400px) {
	/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	font-size: 96.5%;
}*/

/* old checkout? -> */
	.testimonials .title-span{
		padding-left: 0;
		padding-top: 4px;
	}
	.testimonials .stars, .testimonials .title-span{
		display: block;
		padding-top: 4px;
	}
	.testimonials .testimonials-content .testinomial .content{float: none;width: auto;clear: both;}
	.testimonials .testimonials-content .testinomial .image{width: 40px;height: 70px;}
/* <-old checkout? */

	
}





@media screen and (min-width:600px){


.secondary-2 h4{font-size:0 !important;
color:#1c4477;}

.secondary-2 .payment-methods .payment-description {text-align:right;}

}

@media screen and (min-width:600px){
.secondary-alt-3 h4{text-align: left;}

.secondary-alt-3 .payment-description {display: none;}

.secondary-alt-3 .payment-methods-actions .payment-description {
	display:block;
	text-align:right;}


.secondary-alt-3 h4 img{display:none}

.secondary-alt-3 .payment-methods-actions {text-align: right;}

.secondary-alt-3 .payment-methods-actions a {margin:0px auto 10px;}

.secondary-alt-3 .bottom-icons {display: block !important;}

.secondary-alt-3 {height:465px !important;}
}

@media screen and (min-width:600px){


.secondary-4 h4 img{display:none}

.secondary-4 .payment-methods-actions {text-align: left;}

.secondary-4 .payment-methods-actions a {margin:0px -3px 10px;
float:left;}

.secondary-4 .bottom-icons {display: block !important;
margin-top:15px;
float:right;}

}

@media screen and (min-width:600px){


.secondary-5 h4 img{display:block;}

.secondary-5 .payment-methods-actions {text-align: left;}

.secondary-5 .payment-methods-actions a {margin:0px -3px 10px;
float:left;}

.secondary-5 .bottom-icons {display: none;}

}


/* old checkout -> */


.new-checkout{
	background: url("images/background_all.png");
	max-height: 520px;
	max-width: 670px;
	margin-top: 70px;
	background-size: 100% 100%;
}
.new-checkout h4{
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
.new-checkout .step{
	float: right;
	margin-right: 22px;
	clear: both;
}
.new-checkout .step h5, .new-checkout .payment-total h5{
	font-size: 16px;
		text-align: right;

	margin-bottom: 10px;
	font-weight: 600;
}
.new-checkout .step p, .new-checkout .payment-total p{
	font-size: 12px;
	font-style: italic;
		text-align: right;
	font-weight: 400;

}
.new-checkout .step.step-1{
	margin-top: 50px;
}
.new-checkout .step.step-2{
	margin-top: 70px;
}
.new-checkout .step.step-3{
	margin-top: 70px;
}
.new-checkout .payment-total{
	margin-top: 420px;
	clear:both;
	float: none;
}
.new-checkout table, .new-checkout td{
	border: none;
}

/* <-old checkout */


/* Selectmenu
----------------------------------*/ 
.ui-selectmenu-button { display: block; display: inline-block; position: relative; height: 53px; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; text-decoration: none!important;background: #f0f2f5}
.ui-selectmenu-button .ui-icon { position:absolute; right:6px; margin-top:0px; top: 0; background: url("images/age-arrow.png"); width: 23px; height: 53px;}
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;background: #f0f2f5} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; -webkit-overflow-scrolling: touch;height: 200px;} 
.ui-selectmenu-open { display: block; }
ul.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; }
.ui-selectmenu-menu li:hover{
	color: #fff;
	background: #17457e;
}
.ui-selectmenu-menu li, .ui-selectmenu-button .ui-selectmenu-text { cursor: pointer; line-height: 1.4em; display: block; padding: .405em 2.1em .405em 1em; outline:none; text-decoration:none; color: #2b2b2b;}
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-button .ui-selectmenu-text { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-button .ui-selectmenu-text { font-size: 16px;text-decoration: none;padding: 8px 10px 7px;line-height: 36px;color: #2b2b2b; }
.ui-selectmenu-menu li ,.ui-selectmenu-button .ui-selectmenu-text { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }
.after-payment-form .form-row{
    margin-bottom: 10px;
}

.after-payment-form .last-row{
    margin-bottom: 20px;
	min-height:20px;
	overflow: visible;
}

@media screen and (max-width:768px) {
	.after-payment-form .last-row{
    margin-bottom: 10px;
	min-height:40px;
	overflow: visible;
}
	
}

.after-payment-form .form-row input[type="text"]{
    width: 430px;
	min-width: 230px;
    height: 53px;
    background: #f0f2f5;
    border: none;
    font-size: 16px;
}

.after-payment-form .form-row input[type="date"]{
    width: 326px;
    min-width: 230px;
    height: 53px;
    background: #f0f2f5;
    border: 0;
    font-size: 16px;
    margin-left: 20px;
}

.after-payment-form .form-row select{
    width: 326px;
    min-width: 230px;
    height: 53px;
    background: #f0f2f5;
    border: 0;
    font-size: 16px;
    margin-left: 20px;
}

.after-payment-form .form-row select{
    width: 325px;
    min-width: 230px;
    height: 53px;
    background: #f0f2f5;
    border: 0;
    font-size: 16px;
    margin-left: 20px;
}



@media (max-width: 490px) {
	
	.after-payment-form .form-row input[type="date"]{
		width: 430px;
		margin-left: 0;
	}
	
		.after-payment-form .form-row select{
		width: 240px;
		margin-left: 15px;
	}
}



.after-payment-form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #2b2b2b;
}
.after-payment-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #2b2b2b;
    opacity:  1;
}
.after-payment-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #2b2b2b;
    opacity:  1;
}
.data-buttons input[type="submit"]{
    background: #17457e;
    font-size: 20px;
    font-weight: 600;
    border: none;
    color: #fff;
    width: 430px;
    height: 60px;
}

.custom_images{
	display: flex;
	justify-content: center;
	align-items: center;
}

.free-test-share{
	box-sizing: border-box;
	display: inline-block; 
	/* background: url('/wp-content/themes/iqtest/images/fb_share_button.png'); */
	width: 277px;
	height: 54px;
	margin:0 5px 5px 5px;
	color:#fff;
	text-decoration: none!important;
	background-color: #17457e;
	background-position: 0 69px;
	border-radius: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size:18px;
	font-weight: 400;
	box-shadow: 4px 4px 2px 4px rgba(130,134,138,0.1);

}
.free-test-share:hover{
	/* background-position: 0 0; */
	color:#fff;
	box-shadow: none;
}

.addthis_button_facebook{
	background-color:#3B5998;
}

.addthis_button_facebook:hover{
	background-color:#1D3974;
}

.addthis_button_twitter{
	/* background-image: url('/wp-content/themes/iqtest/images/twitter_share_button.png'); */
	background-color:#4099FF;
}

.addthis_button_twitter:hover{
	background-color:#237ADE;
}

.start-test-button{
	text-align: center;
    line-height: 56px;
    display: block;
    color: #fff;
    font-size: 22px;
	text-decoration: none!important;
	font-weight: 500;
	/* font-family: 'MuseoSans-500'; */
	/* text-indent: -9999px; */
	max-width: 310px;
	height: 64px;
	margin: 0 auto;
	margin-top: 30px;
	/* background-position: 0 79px;
	background-image: url("/wp-content/themes/iqtest/images/start_button.png"); */
	background-color: #f2754b;
	box-shadow: 4px 4px 2px 4px rgba(130,134,138,0.1);
	border-radius: 5px;
}
.start-test-button:hover{
	background-position: 0 0;
	box-shadow: none;
	color:#fff;
	background-color: #ef5927;
}

.page-id-21226{
	line-height: 1;
}
#post-21226 p, #thankyou-share-popup p{
	font-weight: 400;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.archive-title{
	color: #17457e;
	font-size: 24px;
	font-family: 'MuseoSans-500';
	
}
.archive-title a{
	color: #17457e;
	text-decoration: none;
}
.group-blog #primary{
	max-width: 1130px;
	margin: 0 auto;
	padding-top: 24px;
}
.group-blog #primary #content{
	float: left;
	max-width: 790px;
}
.group-blog .archive-header{
	background: #fff;
	margin: 0;
	padding: 15px 0;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}
.group-blog .archive-header h1{
		margin: 0 auto;
		max-width: 1130px;
}
.group-blog .post {
	overflow: hidden;
	float: left;
	clear: none;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	background: #fff;
	width: 363px;
	max-height: 395px;
}
.group-blog .post.top .social-post {
	float: right;
}
.social-post ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-post li {
	display: inline-block;
	padding-right: 2px;
	vertical-align: top;
}
.top.post .social-post li .icon-comments {
	background-position: 0 -54px;
	height: 21px;
}
.top.post .social-post li .icon-linkedin {
	background-position: -27px -54px;
}
.top.post .social-post li .icon-facebook {
	background-position: -54px -54px;
}
.top.post .social-post li .icon-twitter {
	background-position: -80px -54px;
}
.top.post .social-post li .icon-googleplus {
	background-position: -106px -54px;
}

.box-over .social-post li .icon-comments {
	background-position: 0 -31px;
	height: 21px;
}
.box-over .social-post li .icon-linkedin {
	background-position: -27px -31px;
}
.box-over .social-post li .icon-facebook {
	background-position: -54px -31px;
}
.box-over .social-post li .icon-twitter {
	background-position: -80px -31px;
}
.box-over .social-post li .icon-googleplus {
	background-position: -106px -31px;
}
.social-post li a span {
	visibility: hidden;
}
.social-post li a {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	background-image: url(images/s-icon.png);
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #333;
}
.box-over {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	background: rgba(80, 80, 80, 0.3);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.post-thumbnail:hover .box-over, .post-thumbnail.hover .box-over {
	cursor: pointer;
	top: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.post-thumbnail .box-over .author a {
	margin-top: 14px;
	display: inline-block;
	height: 90px;
}
.post.top .post-thumbnail .box-over > div{
	top: 50%;
}
.top.post .post-thumbnail:hover .box-over .author, .top.post .post-thumbnail.hover .box-over .author{
	margin-top: -65px;
}
.post-thumbnail:hover .box-over .author, .post-thumbnail.hover .box-over .author {
	margin-top: -25px;
}
.top.post .post-thumbnail .box-over > div {
	margin-top: 50px;
	-webkit-transition: margin-top .2s ease-out;
	-moz-transition: margin-top .2s ease-out;
	-o-transition: margin-top .2s ease-out;
	transition: margin-top .2s ease-out;
}
.post-thumbnail .box-over > div {
	position: absolute;
	top: 70%;
	margin-top: -35px;
	font-size: 24px;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
	-webkit-transition: margin-top .4s ease-out;
	-moz-transition: margin-top .4s ease-out;
	-o-transition: margin-top .4s ease-out;
	transition: margin-top .4s ease-out;
}
.post-thumbnail  .box-over .social-post{
	margin-top: -10px;
}
.post-thumbnail .box-over .author {
	top: 25%;
}
.entry-header .author img {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	vertical-align: middle;
	margin: 0;
	border: 2px solid #fff;
}
.entry-header .author .author-link span {
	display: block;
	margin-top: 3px;
}
.entry-header .author .author-link, .entry-header .author a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.group-blog .post.top {
	max-height: none;
}
.group-blog .post:nth-child(2n){
	clear: both;
}
.group-blog .post:nth-child(2n + 1){
	margin-left: 30px;
}
.group-blog .post.top {
	width: auto;
	margin-left: 0;
	float: none;
	max-width: 756px;
}
.single-post.group-blog .post.top{
	max-height: none;
}
.group-blog .site-header{
	position: relative;
}
.group-blog .post .entry-header{
	width: auto;
	padding: 0;
	margin: 0;
}
.group-blog .main-content{
	padding-top: 0;
}
.group-blog .post .entry-meta{
	font-size: 13px;
	font-family: 'MuseoSans-500';
}
.group-blog .post .entry-summary{
	font-family: 'Merriweather', serif;
	font-size: 13px;
}
.group-blog .post .entry-meta{
	width: auto;
	margin: -56px -15px 0px -12px;
	background: #FFF;
	height: 36px;
	padding: 10px 5px 9px 15px;
}
.group-blog .post .entry-content{
	padding: 20px 30px;
	max-height: 140px;
	min-height: 140px;
	margin: 0;
	background: #fff;
	position: relative;
z-index: 2;
}
.single-post.group-blog .post.top .entry-content{
	max-height: none;
	min-height: none;
}
.group-blog .post.top .entry-content{
	width: auto;
}
.group-blog .post .entry-title{
	line-height: 1;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	font-size: 22px;
}
.group-blog .post .entry-title a{
	font-family: 'MuseoSans-500';
	font-size: 22px;
	
	color: #17457e;
	text-decoration: none;
	font-weight: normal;
}
.group-blog .post.top .entry-title a{
	font-size: 28px;
}
.post-date{
	font-family: 'MuseoSans-500';
	font-size: 13px;
	color: #3d3d3d;
}
.content-sidebar .widget.cat-post-widget  .widget-title {
	color: #fff;
	border: none;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	padding: 20px;
	background-image: url("images/header-background.png");
	text-align: center;
}
.content-sidebar .widget.cat-post-widget  .widget-title i{
	font-size: 24px;
}
.cat-post-widget ul{
	padding: 0 25px;
}
.cat-post-widget ul li.cat-post-item{
	clear: both;
	padding: 15px 0;
	margin: 0;
	width: 100%;
}
.cat-post-widget a.post-title{font-family: 'MuseoSans-500';font-size: 16px;color: #17457e;text-decoration: none;font-weight: normal;}
.cat-post-widget a.post-title:hover{color: #17457e;}
.cat-post-widget a.post-thumbnail{float: left;}
.cat-post-widget img{margin-top: 0;border-radius: 65px;}
#share-post {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 65px;
	height: 235px;
	background: #fff;
	z-index: 100;
}
#share-post .share-post-title {
	font: normal 11px/1 Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	margin-top: 12px;
}
#share-post .share-post-title span {
    display: none;
}
#share-post ul {
	margin: 12px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}
#share-post li {
	display: inline-block;
	margin-bottom: 5px;
}
#share-post li a {
	display: block;
	width: 33px;
	height: 33px;
	background-image: url(images/share-icon.png);
	background-repeat: no-repeat;
	opacity: 1;
	filter: alpha(opacity = 100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#share-post li a span {
	display: none;
}
#share-post li a.icon-facebook { background-position: 0 0; }

#share-post li a.icon-twitter { background-position: 0 -34px; }

#share-post li a.icon-linkedin { background-position: 0 -69px; }

#share-post li a.icon-googleplus { background-position: 0 -103px; }

#share-post li a.icon-email { 

	margin-top: 5px;
    width:35px; 

    height:22px; 

    background-position: 0 -138px; 


}

.single-post .post.top .entry-title{
	font-size: 36px;
	clear: none;
}
.single-post .post.top .entry-header{
	background: transparent;
}
.single-post .post.top{
	background: transparent;
	border: none;
}
.single-post .post.top .entry-header .entry-meta .author {
	float: right;
	font-family: 'Merriweather', serif;
	font-size: 12px;
	color: #4e4e4e;
}
.single-post .post.top .entry-header .author .author-link, .entry-header .author a{
	color: #4e4e4e;
	line-height: 25px;
}
.single-post .post.top  .entry-meta {
	width: auto;
	margin:0;
	margin-bottom: 5px;
	font-size: 13px;
	background: transparent;
	padding: 0;
	height: auto;
}
.single-post .post.top .entry-content{
	font-size: 14px;
	font-family: 'Merriweather', serif;
}
.extr-posts .post:nth-child(2n){
	clear: none;
	margin-left: 30px;
}
.extra-posts .post:nth-child(2n + 1){
	margin-left: 0;
	clear: both;
}
#category-posts-2{
	margin-bottom: 60px;
}
.extra-posts{
	margin-top: 60px;
}

/* share bar */

#share-post.top-bar {

    position: fixed;

    -webkit-backface-visibility: hidden;

    top: 0px;

    left: 0;

    width: 100%;

    height: 65px;

    background: #fff;

    border-bottom: 1px solid #E1E1E1;

}

#share-post.top-bar .share-content {

    margin: 16px auto 0;

    max-width: 1130px;

    width: 1130px;

}

#share-post.top-bar .share-post-title {

    font-size: 13px;

    text-align: left;

    margin-top: 10px;

    padding-left: 5px;

    float: left;

}

#share-post.top-bar .share-post-title span {

    display: inline-block;

}

#share-post.top-bar ul {

    display: table;

    margin:0;

    padding-left: 4px;

    text-align: left;

}

#share-post.top-bar li {

    display: inline-block;

    vertical-align: middle;

    margin-bottom: 0;

    margin-left: 9px;

}

#share-post.top-bar li a {

    display: table-cell;

}
#caligraphy-legend{
	position: absolute; top: 80px;left: -80px;
}



#copyright-notice {text-align: center;color: #4e4e4e;margin-top: -25px;margin-bottom: 15px;font-size: 13px;}

#address-notice{text-align: center;color: #4e4e4e;margin-top: -10px;margin-bottom: 15px;font-size: 13px;}

.group-blog .post-thumbnail img{
	width: 100%;
}


@media (max-width: 700px) {


#complete-popup .buttons a{
		float: none;
		margin: 0 auto;
	}
#complete-popup .buttons a:first-child{
	position: relative;
	left: -5px;
}
.content-sidebar{
	float: none;
	margin: 0 auto;
}
.group-blog .post{
	width: 100%;
}
.group-blog .post:nth-child(2n + 1){
	margin-left: 0;
}
.entry-title{
	padding-top: 25px;
	padding-bottom: 15px;
	font-size: 20px;
}

.new-checkout .step p, .new-checkout .payment-total p{
	font-size: 10px;
}
.new-checkout .step h5, .new-checkout .payment-total h5{
	font-size: 12px;
}
.new-checkout .payment-total{
	margin-top: 300px;
}
.new-checkout .step.step-1{
	margin-top: 30px;
}
.new-checkout .step.step-2{
	margin-top: 30px;
}
.new-checkout .step.step-3{
	margin-top: 30px;
}



.full-width .archive-header, .full-width .comments-area, .full-width .image-navigation, .full-width .page-header, .full-width .page-content, .full-width .post-navigation, .full-width .site-content .entry-header, .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta{
	padding-left: 19px;
	padding-right: 19px;
}

  .main-content, .page-template-page-templatescheckout-php .main-content{
	  padding-top: 45px;
  }
  
  
 
  
  
}


/*#home-content .site .col-left, #home-content .site .col-right, .home #content .col-left, .home #content .col-right{
	transition: width 0.5s;
}*/
@media screen and (max-width: 985px)and (min-width: 701px) {
	
	/* .home #content ul.test-bullets li{
		font-size: 14px;
	} */

	#gplus-footer{
		right:5px;
	}

	.site-title{
		position:absolute;
	}

	.site-title a{
		width:45px;
		height:80px;
		background-size: cover;
	}

	/* .primary-navigation.toggled-on{
		width:95%!important;
	} */
}

@media (max-width: 900px) {
		
  #main-content .col-left, #main-content .col-right{
	float: none;
	margin: 0 auto;
  }
	
}

@media screen and (max-width: 400px) and (max-height: 400px){
	.site-title a {
		width: 50px;
		height: 90px;
		background-size: 100% 100%;
	}
}

#cookie_warning {
    position: fixed;
    width: 90%;
    z-index: 100;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,0.8);
    text-align: center;
    padding: 10px 5%;
}
#cookie_warning p {
    color: #fff;
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
    min-width: 280px;
}
#cookie_warning a{color: #fff}
#cookie_warning a#cookie_accept{
	margin: 10px auto 5px auto;
    display: block;
    width: 200px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

/* untraced -> */
.reviews {
	margin-bottom: 15px;
}
.reviews .stars {
	font-size: 21px;
	line-height: 1;
}
.reviews .post {
	position: relative;
	padding: 30px 15px 30px 15px;
    border-bottom: #cccccc solid 1px;
    clear: both;
	margin-bottom: 0
}
.reviews h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 300;
}
.reviews .review-content {
	font-size: 15px;
	font-weight: 300;
}
.reviews .verified {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 12px;
	font-weight: 300;
}
.reviews-header {
	padding-bottom: 30px;
	border-bottom: #cccccc solid 1px;
}
.reviews-header .block{
	display: block;
    height: 96px;
    float: left;
    text-align: center;
    margin-top: 15px;
	line-height: 1;
}
.reviews-header .overall {
	color: #fff;
	width: 100px;
	margin-left: 15px;
	margin-right: 15px;
}
.reviews-header .overall .numbers {
    font-size: 32px;
    font-weight: bold;
    background-color: #cccccc;
    padding: 16px 0;
}
.reviews-header .overall .color5 {
    background-color: #019f17;
}
.reviews-header .overall .outof {
	padding: 5px 0;
    font-size: 14px;
    background-color: #000;
}

.reviews-header .graph {
	width: 196px;
    margin-left: 15px;
}

.reviews-header .stars {
    width: 135px;
    font-size: 22px;
    font-weight: bold;
    padding-top: 5px;
}
.reviews-header .stars  .fa {
	font-size: 24px;
}
.reviews-header .percentage {
    width: 134px;
    margin-left: 38px;
    font-size: 12px;
    padding-top: 5px;
}

.reviews-header .percentage .numbers {
	font-size: 32px;
    font-weight: bold;
    padding-bottom: 5px;
}

/* <-untraced */


.hurry-up {
	font-size: 13px;
	position: relative; 
	top: -9px; 
	font-weight: 600; 
	margin: 0; 
	color: #ff0202; 
	font-style: italic;
	text-align: right;
}
#results-message {
    height: 44px;
    line-height: 44px;
    background: #f29553;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
	font-weight: bold;
	text-align: center;
}
#results-message .site {
	background: transparent;
}
#results-message .white-button {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0;
    width: 52px;
    height: 24px;
    line-height: 24px;
    box-shadow: none;
    color: #54bd6c;
    font-size: 13px;
    font-weight: 600;
	background: #fff;
}


/* homepage perks section */

.hompage-experiment-section {width:100%;
background: #eee;
position:relative;
text-align: center;}

	.scientific {background:transparent;
		  overflow: auto;
        max-width:986px;
		text-align:center;
        margin:0px auto 20px auto;
		}
		
		#iq-distribution {background: #c1d7e7; width:30%;
		border-radius:5px;
		padding:20px;
		margin:20px 5% 20px 0;
		box-sizing: border-box;
		float:left;
		text-align: center;}
		
		#iq-distribution ul {margin:0;
		padding:0;}
		
		
		#iq-distribution ul li{list-style: none;
		font-size:18px;
				font-family: 'MuseoSans-500';
		margin:5px auto;
						color:#172357;

		}
		
		.scientific-holder{    width: 45%;
    margin: 20px 5% 20px 10%;
    text-align: left;
    float: left;}
		
		.scientific-holder img{width:100%;
		height:auto;}
		
        .what-you-get {background:#fff;
        overflow: auto;
		text-align:center;
        max-width:986px;
        margin:20px auto 0px;}
        
        .what-you-get h2, .scientific h2{font-size:20px;
		margin:30px auto 20px auto;
		font-family: 'MuseoSans-500';
		font-weight:500;}
		
		 .what-you-get h3, .scientific h3{font-size:18px;
		margin:30px auto 20px auto;
		font-family: 'MuseoSans-500';
		font-weight:500;}
		
        
		.what-you-get .intro {font-size:16px;
		font-weight:500;
		text-align: center;}
        
		.award-list {font-size:14px;}
		
		.price-disclaimer-container {text-align:center;
		max-width:1100px;
		padding:10px 20px;
		box-sizing: border-box;
		position:relative;
		margin:0 auto;}
		
			.start-test-footer{background: #f1693c;
    width: 100%;
    color: #fff;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;}
				
				.start-test-footer .inner-container {max-width: 800px;
    /* padding: 20px; */
    box-sizing: border-box;
    position: relative;
    margin: 0px auto;
				}
				
				.inner-container a.orange-button:hover {background:#fff !important;
				opacity:0.8;}


    
        
        @media screen and (min-width:768px) {
            
    
        .mobile {display:none;}
        
           .what-you-get img{width:85%;
        height:auto;}
        
           .what-you-get .award-list{float:left;
        width:calc(100% / 3);
        box-sizing: border-box;
        padding:30px 50px;
       }
	   
	   		.what-you-get div:last-of-type {border-right:none;}

								.start-test-footer .inner-container p{float: left;
    font-size: 22px;
    color: #fff;
    display: inline-block;
				font-family: 'MuseoSans-500';
    margin: 10px 0;}
					
					.start-test-footer .inner-container .orange-button {float: right;
    font-size: 22px;
		line-height: 52px;
    font-weight: 500;}
            
        }
        
                @media screen and (max-width:767px) {
					
					
		 .what-you-get h2, .scientific h2{font-size:18px;
		margin:20px auto;
			font-family: 'MuseoSans-500';
		font-weight:500;}
		
		 .what-you-get h3, .scientific h3{font-size:16px;
		margin:20px auto;
			font-family: 'MuseoSans-500';

		font-weight:500;}

        
        
           .what-you-get .award-list{float:left;
        width:100%;
        box-sizing: border-box;
        padding:20px 0px;
		border-top:1px solid #eee;
        }
        
		.what-you-get div:first-of-type {border-top:none;}
		
           .what-you-get img{width:80%;
		   margin-bottom:10px;
        height:auto;}
		
				#iq-distribution {background: #c1d7e7; width:90%;
		border-radius:5px;
			font-family: 'MuseoSans-500';
		padding:20px;
		margin:20px 5%;
		box-sizing: border-box;
		text-align: center;}
		
		#iq-distribution ul li {font-size:16px;
				font-family: 'MuseoSans-500';
				color:#172357;
}
		
		.scientific-holder{width:88%;
		margin:20px 5%;
		text-align: left;}
		
		      .what-you-get {background: #fff;
    overflow: auto;
	font-family: 'MuseoSans-500';
    width: 90%;
    margin: 0px 5%;
    padding: 20px;
    box-sizing: border-box;}
	
	.start-test-footer{margin-bottom:80px;
	/* this is a fix for icons */}
	
						.start-test-footer .inner-container .orange-button {
    font-size: 22px;
	line-height: 52px;
    font-weight: 500;}
	
				}
		
				@media screen and (max-width:767px){
					.desktop {display: none;}
				}			
	
				#disclaimer-link {    color: #4e4e4e;
    font-weight: 600;
    display: block;
    font-size: 12px;
    text-decoration: none;
    line-height: 14px;
    height: 14px;
    float: right;
	width:200px;
								}
									
				#free-disclaimer-container {display: none;
				background:#fff;
				text-align:left;
				color:#4a4a4a;
				padding:20px;
				width:100%;
				clear:both;
				box-sizing:border-box;
				float:left;
				margin:20px auto 50px;}
				
				#free-disclaimer-container h2{color:#4a4a4a;
				font-size:16px;
				height:26px;
				line-height: 26px;
				}
				
				
	.information-circle{display: block;
    background: #4a4a4a;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    float: left;
    margin-right: 10px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    text-decoration: none;
    line-height: 14px;
    vertical-align: middle;}
	
	    .x-close {display: block;
    background: #333;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    float: right;
    margin-right: 0px;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 26px;
	text-decoration: none !important;
    vertical-align: middle;}
	
	.disclaimer-close {text-decoration: none !important;
	color:#4a4a4a;}
	
	
		
	@media screen and (max-width:767px) {
		#reviews-content { position:relative;
		text-align: center;
		width:calc(100% - 20px);
		margin:0 10px;}
		
	}
	
		@media screen and (min-width:768px) {
		#reviews-content { position:relative;
		text-align: center;
		width:calc(100% - 40px);
		max-width:1000px;
		margin:0 auto;}
		
	}
	
	@media screen and (max-width:767px) {
		#disclaimer-link { text-align: center;
		margin:5px auto;
		float:none;
		display:block;}
		
	}
	
		@media screen and (width:768px) {
		#disclaimer-link { text-align: center;
		margin:-5px 10px 0 auto;}
		
	}
	
	/* upsell experiment */
	
	 #upsell-header {
        background: #ffe8d6;
        overflow:auto;
        padding:20px;
    }
    
    #upsell-content{display:block;
    overflow: auto;
    padding: 0 20px;
    background: #ffe8d6;}
    
    #upsell{
    text-align: center;
	font-family: 'MuseoSans-500';
    border-top:25px;
    max-width:800px;
    position:relative;
    margin:50px auto 20px;
    padding:20px;
    }
    
    .text-link {color:#17457e;
    text-decoration: none !important;
    border-bottom:2px solid #17457e;
    font-weight:500;
    margin-top:25px;
    font-size:18px;}
    
    #upsell p{font-size:14px;}
    
    
    #plus-cross{background:#17457e;
    color:#fff;
    font-size:32px;
    font-weight:bold;
    width:50px;
    height:50px;
    line-height: 50px;
    position:absolute;
    right:0px;
    top:0px;
    border-radius: 25px;
    text-decoration: none;
    border-bottom:0px;
    }
    
    .upsell-images {position:relative;
    overflow:auto;}
    
    #add-on-footer {
        display:none;
                text-align: right;
                    font-size:13px;
                    margin:0 auto;
    max-width:800px;
    line-height:30px;
    position:relative;
    padding:5px 10px;}
    
    #add-on-footer input[type="checkbox"] {height:20px;
    vertical-align: middle;
    margin-left:10px;
    margin-bottom:7px;
    width:20px;}
    
      @media screen and (max-width:768px) {
    
    .upsell-images img {width:40%;
    margin:20px 5%;
    float:left;
    height:auto;}
    
    .upsell-images img:nth-of-type(3), .upsell-images img:nth-of-type(4) {display:none;}
    
      }
    
    @media screen and (min-width:768px) {
        .upsell-images img {width:20%;
    margin:20px 2.5%;
    float:left;
    height:auto;}  
        
    }
    
    #upsell-to-cart {background: #17457e;
                    padding:15px 10px;
                    border-radius:5px;
                    color:#fff;
                    text-decoration: none;
                    margin:20px auto 20px;
                    font-weight: bold;
                    display:block;
                    width:200px;}
                    


.remove-from-cart {
  font-size: 11px;
    /* letter-spacing: 1.1px; */
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    color: #222;
}


.remove-x {
    background: #aaa;
    color: #fff;
    line-height: 14px;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    font-size: 12px;
    /* display: block; */
    float: right;
    margin-left: 10px;
    text-decoration: none;
    text-align: center;
}

.ticker {font-size: 11px !important;
    font-style: italic;
	color:red;
    padding: 0 10px 10px;}
	
.center-text {text-align:center;}


/* upsell experiment ends  */


.page-id-190 h1{text-align: center;
color: #1a467c;
font-family: 'MuseoSans-500';
font-weight:500;}

.page-id-190 h5{text-align: center;}


@media screen and (min-width:800px) {
	

	
	.column-experiment .entry-header, .column-experiment .entry-content {
		min-width:820px;
		box-sizing:border-box;
	}
	
	.column-experiment .entry-content {padding:0px !important}
	
	.column-experiment .entry-header {		padding:0px 20px 10px !important;}
	
	.column-experiment .entry-header{border-bottom: 10px solid #f0f2f5;}
	
	.column-experiment .new-checkout2 {max-width:530px;
		height:430px;
	margin-top:0;
	overflow-x: visible;
	border-right:5px solid #f0f2f5;
		border-bottom: 10px solid #f0f2f5;

	float:left;}
	
	
	.column-experiment .new-checkout2 .payment-total{display:none;}
	
	.column-experiment .paypal-wrapper .payment-total {text-align:left;}
	
	.column-experiment .paypal-wrapper .payment-total .total {color:#17457e;
	font-weight:bold;
	font-size:14px;
	margin:5px;
	padding:0;}
	
	.column-experiment .paypal-wrapper .payment-total .disclaimer {color:#17457e;
	font-weight:300;
	font-size:12px;
	margin:5px;
	padding:0;}
	
	.column-experiment .paypal-wrapper .payment-total .price-container {background: #f0f2f5;
    height: 50px;
    border-top: 2px solid #17457e;
    border-bottom: 1px solid #17457e;
    line-height: 50px;
    width: 95%;
    text-align: center;
    margin: 15px 2% 15px 3%;
    color: #17457e;
    font-size: 16px;
    font-weight: bold;}
	
	
	.column-experiment .new-checkout2 .number {display:none;}
	
	.column-experiment .new-checkout2 .step {
     display: block; 
    margin-bottom: 4px;
    padding: 10px 20px;
	}
	
	.column-experiment .testimonials {margin-top:10px;}
	
	.column-experiment .secure-new-layout {position:absolute;
	right:20px;
	bottom:20px;
	display: block;
	width:80px;
	height:auto;}
	
	.column-experiment .new-checkout2 h4{
	width:800px;
	border-bottom: 5px solid #f0f2f5;
	background:#17457e !important;
	font-weight:600;
	font-size:14px;
	padding-left:20px;
	text-transform: capitalize;
	text-align: left;}
	
	.column-experiment #payment-methods-wrapper {float:right;}
	
	.column-experiment .payment-buttons .paypal-logos {display:none;}
	
	.column-experiment .row-content .paypal-wrapper {width:auto;
	height:auto;
	text-align: center;
	border-bottom: none;}
	
	.column-experiment .paypal-wrapper {margin-top: 30px;
    width: 285px;
    box-sizing: border-box;
    padding: 10px;
	position: relative;
    height: 388px;
    border-bottom: 10px solid #f0f2f5;
	}
	
	.column-experiment .new-all-cards {display:block;
	width:95%;
	margin:0 2.5%;}

	
	.column-experiment .paypal-wrapper  .pay-with-paypal-logo{display:none;
	max-width:340px;
		border-bottom: 5px solid #f0f2f5;
}
	
	.column-experiment .paypal-wrapper .payment-total {display:block;}
	
	
	/*
	.column-experiment #braintree-modal  {display:none;}
	*/
	
	.column-experiment .checkout-pretext{margin-bottom:10px;}
	
}



/**
 * V2 1 Homepage
 */

 /* 1.1 General styles */
 #home-content{
	background: transparent url("images/home-background3.png");
	background-position: center top;
	height: 385px;
	padding-top: 44px;
	padding-bottom: 60px;
	position: relative;
}

#home-content:after{
	content: '';
	position: absolute;
	left: 50%;
	width: 0;
	transform: translateX(-50%);
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #2f6d9c;
	clear: both;
	bottom: -19px;
	z-index: 2;
}

#home-content .site{
	background: transparent;
	
}
a.orange-button {
	text-align: center;
	/* line-height: 56px; */
	padding:15px 15px;
	display: block;
	background: #f1693c;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	box-shadow: 0px 5px 1px #f44e2d;
	text-decoration: none;
	font-family: 'MuseoSans-500';
}

a.green-button {
	text-align: center;
	/* line-height: 56px; */
	padding:15px 15px;
	display: block;
	background: #108e8f;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	box-shadow: 0px 5px 1px #126c6d;
	text-decoration: none;
	font-family: 'MuseoSans-500';
}

a.grey-button, input[type="submit"].grey-button, button[type="submit"].grey-button{
   text-align: center;
    line-height: 56px;
    display: block;
    background: #aaa;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #777;
    text-decoration: none;
	float:right;
	font-family: 'MuseoSans-500';
    border: none;
    box-sizing: border-box;
    /* padding: 0 20px; */
    max-width: 250px;
    min-width: 240px;
}

.site-es a.orange-button, .site-pt a.orange-button,
.site-it a.orange-button, .site-fr a.orange-button,
.site-de a.orange-button{
	line-height:inherit;
	padding:10px;
}
.site-fr a.orange-button, .site-it a.orange-button{
	font-size:18px;
}
.checkout-light-orange-button{
	text-align: center;
	line-height: 60px;
	display: block;
	background: #f4954b;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	height:55px;
/*	box-shadow: 0px 5px 1px #f44e2d;
	*/text-decoration: none;
	font-family: 'MuseoSans-500';
	padding:0 20px;
}

a.orange-button:hover{
	background: #f27c54;
}

.start-quiz {width:220px;
max-width: 280px;
margin:40px auto 20px;}

.entry-content .start-the-test{
	padding: 30px 0;
}
.entry-content .start-the-test .orange-button{
	margin: 0 auto;
	max-width: 270px;
	line-height: 66px;
}
.orange-button:hover{
	color: #fff;
}
.col-left{
	float: left;
	width:50%;
}

.site-es .col-left, .site-pt .col-left, .site-it .col-left, .site-de .col-left, .site-fr .col-left{width:60%;}

.col-right{
	float: right;
	width:calc(50%);
}

.site-es .col-right, .site-pt .col-right, .site-fr .col-right, .site-it .col-right, .site-de .col-right {
	float:right;
	width:40%;
	
}

body.home{background: #e2e3eb}
#home-content h3{
	font-size: 48px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: normal;
	font-family: 'MuseoSans-500';
}


.site-es #home-content .home-title, .site-pt #home-content .home-title,
.site-it #home-content .home-title,
.site-de #home-content .home-title{
	font-size: 35px;
}
.site-fr #home-content .home-title{
	font-size: 32px;

}

#home-content .orange-button{
	margin-top: 18px;
	margin-bottom: 18px;
}
#home-content .col-left img{
	max-width: 100%;
}
#home-content .col-left{
	max-width: 586px;
	width:auto;
}
#fb-footer{
	position: absolute;
	top: 30px;
	right: 0px;
}
#homepage-text{
	background: rgba(32, 32, 32, 0.65);
	color: #fff;
	height: 100%;
	max-width: 400px;
}
#homepage-text .legend{
	font-size: 14px;
}
#homepage-text .legend-2{
	font-size: 20px;
	line-height: 1;
}

.site-es #homepage-text .legend-2, .site-es #homepage-text .legend-2,
.site-it #homepage-text .legend-2, .site-de #homepage-text .legend-2,
.site-fr #homepage-text .legend-2{
	font-size: 18px;
}
#homepage-graph-wrapper{
	position: relative;
	text-align: center;
}



#homepage-graph{
	
	margin-top: 10px;max-width: 100%;
	text-align: center;
}

.explanatory-table, .promprt-text{
	font-family: 'MuseoSans-500';
	color:#3A758D;
}

.explanatory-table {width:100%;
	margin:10px 5px 20px 5px;
	overflow:auto;
	}
	
.explanatory-table p{float:left;
background:#deecf5;
line-height:22px;
font-weight:bold;
box-sizing:border-box;
font-size:12px;}

.site-es .explanatory-table p, .site-pt .explanatory-table p,
.site-de .explanatory-table p, .site-it .explanatory-table p,
.site-fr .explanatory-table p{
	font-size:12px;
	padding:2px;
}

.prompt-text {text-align:center;
font-weight:600;
width:100%;
margin-top:0px;
font-style: italic;
font-size:16px;
}

.explanatory-table p{margin-bottom:0px;}

.explanatory-table p:nth-of-type(3) {margin-right:4px !important;}

.explanatory-table p:nth-of-type(1), .explanatory-table p:nth-of-type(4) {width:18%}

.explanatory-table p:nth-of-type(3), .explanatory-table p:nth-of-type(6) {width:25%}
/* .explanatory-table p:nth-of-type(2), .explanatory-table p:nth-of-type(5) {width:calc(5% - 2px);} */
.explanatory-table p:nth-of-type(2), .explanatory-table p:nth-of-type(5) {width:2%;}

@media screen and (min-width:900px){
	.prompt-text{
		margin-bottom: 0px;
	}
}

@media screen and (min-width:900px) and (max-width:990px){
	.home #content{
		padding:20px 10px;
	}
	.home #content .col-left{
		width: 55%;
	}
	.home #content .col-right{
		width: 45%;
	}
}

@media screen and (min-width:700px) {

	.site-es .explanatory-table p:nth-of-type(1), .explanatory-table p:nth-of-type(4), .site-pt .explanatory-table p:nth-of-type(1), .explanatory-table p:nth-of-type(4),
	.site-it .explanatory-table p:nth-of-type(1), .site-fr .explanatory-table p:nth-of-type(1),
	.site-de .explanatory-table p:nth-of-type(1)  { width:18%}
	
	.site-es .explanatory-table p:nth-of-type(3), .explanatory-table p:nth-of-type(6), .site-pt .explanatory-table p:nth-of-type(3), .explanatory-table p:nth-of-type(6),
	.site-it .explanatory-table p:nth-of-type(3),.site-fr .explanatory-table p:nth-of-type(3),.site-de .explanatory-table p:nth-of-type(3) {width:29.5%}
	
	}


.home #content  ul.test-bullets li {
	/* max-width: 450px; */
	font-size: 18px;
	 font-family: 'Open Sans';
	 list-style: none;
}

.home #content  ul.test-bullets li .highlight {font-weight: 600;  color: #2a6999;}
.home-image-label{    position: absolute;
    left: 0;
    font-size: 13px;
    font-family: 'Open Sans';
    text-decoration: underline;
    width: 150px;
    text-align: left;
    top: 15px;
    font-style: italic;}
.home-image-legend{position: absolute; right: -35px;}
.home-circle{position: absolute;bottom: -50px; right: 320px;}
.start-the-test-area{right: 40px;bottom: 15px;position: absolute;font-family: 'MuseoSans-500';font-size: 24px;text-decoration: none;color: #f1693c;}


@media screen and (max-width:700px){
	
	.explanatory-table p{margin: 2px auto 0px;
    line-height: 22px;
    font-weight: bold;}
	
	.explanatory-table p:nth-of-type(3) {margin-right:0px !important;}

	.explanatory-table p:nth-of-type(1), .explanatory-table p:nth-of-type(4) {width:30%}

	.explanatory-table p:nth-of-type(3), .explanatory-table p:nth-of-type(6) {width:63%}
	.explanatory-table p:nth-of-type(2), .explanatory-table p:nth-of-type(5) {width:calc(7%);}
	
	
	a.grey-button, input[type="submit"].grey-button, button[type="submit"].grey-button{
   text-align: center;
    line-height: 56px;
    display: block;
    background: #aaa;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #777;
    text-decoration: none;
	font-family: 'MuseoSans-500';
    border: none;
    box-sizing: border-box;
	margin:20px auto;
    max-width: 250px;
    min-width: 240px;
}
	
	
	.prompt-text {text-align:center;
font-weight:600;
width:100%;
margin-top:10px;
font-style: italic;
font-size:14px;}
}


@media screen and (max-width: 990px)and (min-width: 701px) {
	#home-content{
		height: auto;
	}
	#home-content .site .col-left{
		width: 52%;
	}
	#home-content .site .col-right{
		width: 44%;
		margin-right: 20px;
	}
	#home-content h3{
		font-size: 36px;
	}
	
}


@media screen and (max-width: 900px)and (min-width: 701px) {
	#homepage-graph-wrapper{
		margin:0 5%;
	}
}

@media screen and (max-width:900px){
		
	.home #main-content .col-left, .home #content .col-right{
		float: none;
		/* max-width: 460px; */
		margin: 0 auto;
		width:80%;
	}

	.home #main-content .col-left{
		text-align:center;

	}

	.home #content .col-right{
		text-align:inherit;
	}

	.site-es #homepage-graph-wrapper, .site-pt #homepage-graph-wrapper,
	.site-de #homepage-graph-wrapper, .site-it #homepage-graph-wrapper,
	.site-fr #homepage-graph-wrapper{
		width:auto;
	}
	
}

@media screen and (max-width:800px) {
	

	.test-bullets {top:30px;}
	
}

@media screen and (max-width:826px){
	.site-es a.orange-button, .site-pt a.orange-button,
	.site-it a.orange-button, .site-de a.orange-button,
	.site-fr a.orange-button{
		font-size:18px;
	}
}

@media screen and (max-width:700px){

	#home-content{
	height: auto;
	padding-top: 150px; 
	}
	.site-es #home-content, .site-pt #home-content,
	.site-it #home-content, .site-de #home-content,
	.site-fr #home-content{
		padding-top: 145px; 
		padding-bottom: 40px;
	}

	#home-content .col-left{
	display: none;
	}
	#home-content .col-left, #home-content .col-right{
	float: none;
	margin: 0 auto;
	}
	#home-content .col-right{
		width:auto;
	}
	.home #content .col-left, .home #content .col-right{
	float: none;
	max-width: 460px;
	margin: 0 auto;
	}
	
	#bmi-logo{
	display: none!important;
	}
	#home-content .home-title{
	font-size: 22px!important;
	}
	#homepage-text .legend-2{
	font-size: 16px;
	}
	#caligraphy-legend{
	left: 10px;
	}
	#homepage-graph{
	margin-left: 0;
	margin-top: 29px;
	}
	.start-the-test-area{
	position: static;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
	.test-bullets{margin-top: 10px;}
	.home-image-label{
	margin: 0 auto;
    height: 21px;
    text-align: left;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    width: 100%;
    margin-left: 1%}
	
		.home-image-label:before {
		/*	content:"\2139"; */
		}

	.home-image-legend{
	right: 0px;
	}

	.home .site-title{
	display: block;
	position: absolute; 
	bottom: -135px;
	top: auto;
	left: 50%;
	margin-left: -31px;
	}
}

@media screen and (max-width: 851px)and (min-width: 801px) {
	#home-content h3{
		font-size: 28px;
	}
	#home-content .site .col-left{
		width: 54%;
	}
	#home-content .site .col-right{
		margin-right: 10px;
	}
}
@media screen and (max-width: 801px)and (min-width: 701px) {
	#home-content, #homepage-text .legend {
		font-size: 12px;
	}
	.site-es #home-content .home-title, .site-pt #home-content .home-title,#home-content h3,
	.site-it #home-content .home-title, .site-de #home-content .home-title,
	.site-fr #home-content .home-title{
		font-size: 24px;
	}
	
}

@media screen and (max-width: 400px) and (max-height: 400px){
	#home-content{
		padding-top: 137px;
	}
	.home .site-title{
		bottom: -121px;
	}
}

@media screen and (max-width: 400px){
	.explanatory-table{
		width:auto;
	}
}
/**
 * V2 1 End of Homepage
 */

/**
 * V2 2 Primary Navigation and Secondary Navigation General
 */

 .site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a,button {
	color: #fff;
	display: block;
}
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	background: #0b2546;
	border-radius: 5px;
	opacity: 1;
}


.site-navigation li .current_page_item > a,
.site-navigation li .current_page_ancestor > a,
.site-navigation li .current-menu-item > a,
.site-navigation li .current-menu-ancestor > a {
	color: #fff;
}

/**
 * V2 2 Primary Navbar
 */
/* 2.1 General Style */



.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
	/* width:100%; */
	display: flex;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: block;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a,button {
	padding: 7px 0;
	text-decoration: none;
	font-family: 'MuseoSans-500';
	font-size: 14px;
	color: #fafafa;
	opacity: 0.7;
}

.primary-navigation button {
	border:none;
	font-weight:inherit;
}

.primary-navigation button:hover, button:focus, button:active {
	border:none;
	color:white;
}

.menu-menu1-container{
	display:inline-block;
}


/*@media screen and (min-width: 783px) {*/
	/* .header-main {
		padding-right: 0;
	} */

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */

	.masthead-fixed .site-header {
		position: fixed;
		top: 0;
	}

	.admin-bar.masthead-fixed .site-header {
		top: 32px;
	}

	.masthead-fixed .site-main {
		margin-top: 48px;
	}


	.primary-navigation {
		float: left;
		font-size: 11px;
		margin: 5px 1px 5px 44px;
		padding: 0;
	}

	.menus{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 32px;
		line-height: 32px;
		position: relative;
	}

	.primary-navigation a, button {
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
		cursor: pointer;
	}

	.primary-navigation ul ul {
		background-color: #0b2546;
		float: left;
		margin: 0;
		position: absolute;
		top: 28px;
		left: -999em;
		z-index: 99999;
		border-radius: 5px;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
		opacity: 1;
		color: #787878;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		opacity: 1;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background: #1c3554;
		color: #fafafa;
		opacity: 1;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}


	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}

	.primary-navigation .fa{
		display:flex;
		justify-content: center;
		align-items: center;
	}

	.primary-navigation .active-language{
		display: inline-flex;

	}

	.primary-navigation .globe{
		font-size: 1rem;
		margin:0px 5px;
		background-image: url('images/globe.png');
		display: inline-block;
		width: 20px;
		height: 20px;
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px;
		align-self: center;
	}

	.primary-navigation .arrow-down{
		
			position: relative;
			top: 10px;
			content: "";
			display: inline-block;
			width: 5px;
			height: 5px;
			border-right: 0.2em solid #fafafa;
			border-top: 0.2em solid #fafafa;
			transform: rotate(135deg);
			margin-right: 0.5em;
			margin-left: 0.5em;
	}

	.primary-navigation .language-switcher {
		position: absolute;
		display: inline-block;
		right:15px;
	}

	.primary-navigation .dropdown-languages {
		display: none;
		position: absolute;
		z-index: 1;
		background-color: #0b2546;
		border-radius: 5px;
		width:100%;
	 }
	 .primary-navigation .language-switcher .dropdown-languages a{
		 padding: 18px 10px 18px 10px;
		 box-sizing: border-box;
		}

	 .primary-navigation .language-switcher:hover .dropdown-languages {display: block;box-sizing: border-box;}
	 .primary-navigation .language-switcher:hover .dropdown-languages a{width:100%;padding: 18px 10px 18px 10px; }
/*}
/* ipad navigation and header */



@media screen and (max-width:992px){
	.menu-toggle {
		display: inline-block;
	}
	.primary-navigation {
		float: none;
		margin-left: 0;
	}
	.primary-navigation .nav-menu{
		display: none;
	}

	.primary-navigation li li{
		line-height: 32px;
	}
	.toggled-on .nav-menu{
		margin-top: 50px;
	}
	.nav-menu a{
		padding: 0;
	}
	.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a{
		background: none;
	}
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li, .toggled-on li li{
		width: auto;
		height: auto;
		line-height: 32px;
		border-bottom: 1px solid #0b356a;
	}
	.toggled-on li li{
		border-bottom: none;
	}
	.toggled-on li:last-child{
		border-bottom: none;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}


	.toggled-on .nav-menu li > ul, .primary-navigation .language-switcher .dropdown-languages{
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 10px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #fafafa;
		opacity: 0.7;
		width: auto;
		padding: 0;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	
	.primary-navigation .language-switcher .dropdown-languages{
		border-bottom: 1px solid #0b356a;
		display: block;
		box-sizing: border-box;
		border-radius:0;
	}
	
	.primary-navigation .language-switcher .dropdown-languages a{
		padding:0;
		color: #fafafa;
		width:auto;
	}

	.primary-navigation .language-switcher:hover .dropdown-languages a{
		width:auto;
		padding: 0;
		background-color: transparent;
	}

	.primary-navigation .language-switcher .dropdown-languages a:hover{
		color: #141412;
	}


	

}

@media (max-width: 900px) {
	.menu-toggle{
		top:unset;
		/* left:50px; */
	}

	.primary-navigation.toggled-on{
		width:100%;
	}
}
@media screen and (max-width: 985px)and (min-width: 701px) {
	
	/* .home #content ul.test-bullets li{
		font-size: 14px;
	} */
	
	.primary-navigation .language-switcher{
		position: absolute;
		left:80%;
	}

	.home .main-content{
		margin-top:0px;
	}
}

@media screen and (min-width:700px) and (max-width:992px) {

	#bmi-logo {display:none;}

	#bmi-logo.toggled-on{
		position:fixed;
		display:block;
		z-index:2;
		top:90vh;
		right:35px;
	}

	.site-header{
		border-bottom:solid 10px #17457e
	}

	.header-main{
		min-height:auto;
	}

	.menu-toggle{
		z-index:2;
		display:block
	}

	.primary-navigation{
		float:left;
		margin:0;
		height: 0;
	}

	.primary-navigation.toggled-on{
		position: fixed;
		background-color: #17457e;
		width: 350px;
		right: 0;
		height: 100vh;
		top: 0;
		z-index:1;
		margin:0;
		padding-left: 25px;
		padding-top: 30px;
	}

	.menu-toggle{
		position:absolute;
		top:30px;
		left:95%;
	}

	.menu-toggle-toggled-on{
		position:fixed;
	}

	.menu-menu1-container, .menu-spanish-menu-container, .menu-portuguese-menu-container{
		width:100%;
	}

	.menu-menu1-container.toggled-on, .menu-spanish-menu-container.toggled-on, .menu-portuguese-menu-container.toggled-on{
		margin:50px 20px;
	}

	.menu-menu1-container-with-dropdown-languages{
		margin:170px 20px!important;
	}

	.primary-navigation .language-switcher{
		display:none;
	}

	.primary-navigation .language-switcher.toggled-on{
		display:inline-block;
		width:120px;
		top:35px;
		left:5px;
	}

	.primary-navigation .language-switcher .dropdown-languages{
		width:315px;
		padding:0 40px;
		margin-left:15px;
	}

}

@media (max-width: 700px) {

	.primary-navigation .language-switcher {
		position:absolute;
		left:70%;
	}

	.header-main{
		padding-top: 0!important;
		padding-right: 30px;
	  }
	
	  .site-header {
		background: #17457e;
		}
	  
	.primary-navigation .language-switcher .dropdown-languages{
		background-color: #17457e;
		padding:5px 10px 5px 25px;
		width:auto;
	}

	
	
  }

  @media screen and (max-width:540px){
	
	.menu-menu1-container, .menu-spanish-menu-container, .menu-portuguese-menu-container{
		width:100%;
	}

}

@media screen and (max-width: 460px) {
	.home #main-content .col-left, .home #main-content .col-right{
		width:98%;
		margin:0 1%;
		overflow: hidden;
	}

	.site-pt .explanatory-table p{
		padding:0;
	}
}
@media screen and (max-width: 400px) {

	.primary-navigation a{
		padding:0 6px;
	}
.primary-navigation .language-switcher{
	left:65%;
}

}

@media screen and (max-width: 385px) {

	.home-image-label{
		top:0;
	}
	
	#homepage-graph-wrapper{
		margin-top:20px;
	}
}

@media screen and (max-width: 320px) {

.primary-navigation .language-switcher{
	left:60%;
}

}

/**
 * V2 3 Secondary Navbar
 */
/* 2.1 General Style */
.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	font-size: 14px;
	position: relative;
	z-index: 3;
	background: #f4f5f7;
}
.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #41a62a;
}

.secondary-navigation {
	font-size: 11px;
	margin: 40px 0 70px;
	width: 182px;
}

.secondary-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	display: inline-block;
}

.secondary-navigation a {
	padding: 10px 20px;
	color: #4e4e4e!important;
	font-size: 14px;
	text-decoration: none;
	font-family: 'MuseoSans-500';
	background: none!important;
}

.secondary-navigation ul ul {
	background-color: #24890d;
	position: absolute;
	top: 0;
	left: -999em;
	width: 182px;
	z-index: 99999;
}

.secondary-navigation li li {
	border-top: 0;
}

.secondary-navigation li:hover > a,
.secondary-navigation li.focus > a {
	
}

.secondary-navigation ul ul a:hover,
.secondary-navigation ul ul li.focus > a {
}

.secondary-navigation ul li:hover > ul,
.secondary-navigation ul li.focus > ul {
	left: 162px;
}

.secondary-navigation .menu-item-has-children > a {
	padding-right: 38px;
}

.secondary-navigation .menu-item-has-children > a:after {
	-webkit-font-smoothing: antialiased;
	content: "\f501";
	display: inline-block;
	font: normal 8px/1 Genericons;
	position: absolute;
	right: 26px;
	top: 14px;
	vertical-align: text-bottom;
}

.secondary-navigation,
.secondary-navigation ul ul {
	width: auto!important;
	text-align: center;
}

.secondary-navigation ul li:hover > ul,
.secondary-navigation ul li.focus > ul {
	left: 202px;
}

@media (max-width: 700px) {

	.secondary-navigation{
	  margin-bottom: 35px;
  }

  #fb-footer {
	top: -70px;
	left: 45%;
	/* margin-left: -55px; */
	right: auto;
  }
  
	
  }


/**
 * V2 2 Take the iq test now page
 */
/* 2.1 General Style */


.wpProQuiz_questionList{
	padding: 0!important;
}
.wpProQuiz_questionList .row{
	height: 33.33%;
	clear: both;
}
.wpProQuiz_questionListItem img{margin: 0;}
.wpProQuiz_question_text{box-sizing: border-box;width: 58%}
.wpProQuiz_question_text p, .wpProQuiz_question_text img{margin: 0!important;}

.quiz-page .main-content{margin-top: 0;margin-bottom: 0;}
.quiz-page #content{background: #f4f5f7;padding-top: 0;padding-bottom: 0;}



.wpProQuiz_questionListItem{
	position: relative;
	z-index: 1;
}
.wpProQuiz_questionListItem.selected:before{
	background: #e2e5e8;
	position: relative;
	content: "";
	position: absolute;
	z-index: -1;
	top: -6%;
	left: 1%;
	right: -4%;
	bottom: 17%;
}
.wpProQuiz_question_text{
	float: left;
	    padding: 20px;
}
.wpProQuiz_reviewQuestion ol{
	padding: 5px!important;
	text-align: center;
}
.wpProQuiz_questionListWrapper{
	float: right;
	width: 42%;
	border-left:1px solid #e2e5e8!important; 
	background: #fbfbfb;
	padding: 20px;
	box-sizing: border-box;
}
.wpProQuiz_questionList{
    margin: none!important;
    border: none!important;
    background: none!important;
}
.wpProQuiz_question{
	border: 1px solid #e2e5e8;
	border-radius: 5px;
	clear: both;
	}
.wpProQuiz_questionListItem input.wpProQuiz_questionInput{
    display: none!important;
}
.wpProQuiz_questionListItem img{
    display: inline-block;
	width: 62%;
	margin-bottom: 21%;
}

.wpProQuiz_questionListItem, .wpProQuiz_questionListItem:last-child{
    display: block;
    cursor: pointer;
	padding: 0!important;
	margin: 0!important;
	width: 50%;
	float: left;
}
.wpProQuiz_questionList .wpProQuiz_questionListItem:nth-child(3n+3) > div > span{
	margin-left: 20%;
}
.wpProQuiz_questionListItem > div > span{
    background: #e2e5e8;
    height: 28px;
    width: 28px;
    text-align: center;
    display: inline-block;
    color: #131340;
	margin-left: 5px;
	line-height: 28px;
	border-radius: 5px;
	position: relative;
}
.wpProQuiz_questionListItem > div > span:after{
	background: url("images/trigwno.png");
	position: absolute;
	width: 7px;
	height: 8px;
	content: " ";
	right: -6px;
	top: 10px;
}
.wpProQuiz_question_page{
    font-size: 32px;
     color: #131340;
     border-bottom: 1px solid #131340;
     line-height: 1;
     padding-bottom: 10px;
	 font-family: 'Open Sans';
     margin-bottom: 20px!important;
}

.site-de .wpProQuiz_button, .site-de .wpProQuiz_button:hover{font-size:13px !important;
padding:8px 0;}

.wpProQuiz_button, .wpProQuiz_button:hover{
    background: none!important;
    color: #131340!important;
    border: none!important;
    font-weight: 300!important;
    box-shadow: none!important;
	padding:5px 0 !important;
    font-size: 16px!important;
    text-transform: none!important;
}
.wpProQuiz_question_page span{
	font-weight: 800!important;
}
.wpProQuiz_tipp{
    background: none!important;
    padding: none!important;
}
.wpProQuiz_tipp>div{
    background: none!important;
    padding: 0!important;
    border: none!important;
    box-shadow: none!important;
	padding-right: 75px!important;
	bottom: -55px!important;
	z-index:1!important;
}
.wpProQuiz_tipp>div p{
	margin-bottom: 0;
}
.wpProQuiz_reviewQuestion li{
    color: #131340!important;
    border-radius: 35px!important;
    width: 56px!important;
    height: 28px!important;
    line-height: 28px!important;
    text-align: center!important;
    background: none!important;
    padding: 0px!important;
	float: none!important;
	display: inline-block;
	border: 2px solid #c1c1cb; 
}
.wpProQuiz_reviewQuestion li.answered{
	font-weight: 600;
	background: #c1c1cb!important;
	color: #131340!important;
}
.wpProQuiz_reviewQuestion li:hover{
	border-color: #7DB1D3!important;
}
.wpProQuiz_reviewQuestion div{
	display: none!important;
}
.wpProQuiz_reviewQuestion{
	max-height: 300px;
    background: none!important;
    border: none!important;
}
.wpProQuiz_time_limit .wpProQuiz_progress{
	position:relative;

                font-size: 68px;

                width:68px;

                height:68px!important;
				background: transparent!important;

                float: right;
				background: #e2eef5!important;
				border-radius: 68px;
				margin-bottom: 20px!important;
}
 .wpProQuiz_progress > .percent {

	position: absolute;
	z-index: 3;
	top: 0;

	left: 0;

	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;

	font-size: 20px;

	text-align:center;

}

.wpProQuiz_progress > #slice {

	position:absolute;

	width:1em;

	height:1em;

	clip:rect(0px,1em,1em,0.5em);

}

.wpProQuiz_progress > #slice.gt50 {

	clip:rect(auto, auto, auto, auto);

}

.wpProQuiz_progress > #slice > .pie {

	border: 0.1em solid #c0c0c0;

	position:absolute;

	width:0.8em; /* 1 - (2 * border width) */

	height:0.8em; /* 1 - (2 * border width) */

	clip:rect(0em,0.5em,1em,0em);

	-moz-border-radius:0.5em;

	-webkit-border-radius:0.5em; 

	border-radius:0.5em; 

}

.wpProQuiz_progress > #slice > .pie.fill {

	-moz-transform:rotate(180deg) !important;

	-webkit-transform:rotate(180deg) !important;

	-o-transform:rotate(180deg) !important;

	transform:rotate(180deg) !important;

}

.wpProQuiz_progress.fill > .percent {


}

.wpProQuiz_progress.fill > #slice > .pie {

	border: transparent;

	background-color: #fff;

	width:1em;

	height:1em;

}

input[name="checkSingle"]{
	font-weight: 600!important;
}
input[name="checkSingle"]:hover{
	font-weight: 600!important;
}
.quiz-modal{
	background: #fff;
	border-radius: 5px;
	text-align: center;
	width: 650px;
	position:relative;
}
.quiz-modal .padder{
	padding: 40px;
	background: #f7f7f7;
	border-radius:5px;
}

.quiz-modal .padder img{max-width:200px;
height:auto;
margin:30px auto 10px;}

.quiz-modal h2 {font-size: 50px;
margin:20px auto 10px;
	color: #17457e;}

.quiz-modal h4{
	font-size: 30px;
	color: #17457e;
	margin:10px auto 30px;
}
.quiz-modal p{
	font-size: 16px;
	color: #17457e;
	margin:20px auto 0;
}




.quiz-modal .orange-button{
	max-width: 220px;
	margin-top:30px;
}

input[name="checkSingle"].wpProQuiz_button {text-align: center;background: #c1c1cb!important;border-radius: 20px!important;color: #fff!important;width: 120px;height: 33px;line-height:23px;box-sizing: border-box;font-size: 14px!important;padding:0px !important;}

.site-es input[name="checkSingle"].wpProQuiz_button, .site-it input[name="checkSingle"].wpProQuiz_button, 
.site-pt input[name="checkSingle"].wpProQuiz_button  {text-align: center;background: #c1c1cb!important;border-radius: 10px!important;color: #fff!important;width: 130px;height: 33px;line-height:23px;box-sizing: border-box;font-size: 14px!important;padding:0px !important;}

.site-de input[name="checkSingle"].wpProQuiz_button, .site-fr input[name="checkSingle"].wpProQuiz_button{
	font-size:12px!important;
}

input[name="checkSingle"].wpProQuiz_button:hover , input[name="checkSingle"].wpProQuiz_button.answered {background: #f4954b!important}
#testimonials-footer{background: #f4954b;box-sizing: border-box; padding: 30px;text-align: center;margin-top: 70px;margin-bottom:20px;}
.wpProQuiz_questionListItem:before{
	background: transparent;
	content: "";
	position: absolute;
	z-index: -1;
	top: -6%;
	left: 1%;
	right: -4%;
	bottom: 17%;
}
.wpProQuiz_questionListItem:hover:before{
	background: #e2e5e8;
}


.wpProQuiz_questionList .wpProQuiz_questionListItem:nth-child(2n+1){
	clear: left;
}

@media screen and (max-width:768px) {
	.quiz-modal p{
		font-size: 14px;
		color: #17457e;
		text-align: center;
		margin:20px auto;
	}

	.quiz-modal .padder img{max-width:200px;
		height:auto;
		margin:50px auto 20px;}
}

@media (max-width: 700px) {
	input[name="back"].wpProQuiz_button{font-size: 14px!important;padding: 0!important;margin-right: 5px!important;line-height: 33px;}
	input[name="checkSingle"].wpProQuiz_button{font-size: 13px!important;width: 105px;}
	.wpProQuiz_question_text{
		padding: 5px 10px;
	}

	.quiz-modal{
		width: auto;
		max-width: 80%;
		min-width: 320px;
	}
	.quiz-modal  .padder{
		padding: 20px;
	}
	#quiz-modal{
		width: auto;
		max-width: 80%;
		min-width: 350px;
	}
	#quiz-modal .padder{
		padding: 20px;
	}
	#quiz-modal h4{
		font-size: 30px;
	}
	#quiz-modal p{
		font-size: 14px;
	}

	 
	.wpProQuiz_questionListItem > div > span:after{
		display: none;
	}
	  .wpProQuiz_questionListItem > div > span {
		width: 14px!important;
		height: 14px!important;
		font-size: 10px;
		line-height: 14px;
	  }
	  .quiz-page .entry-content{
		padding-left: 20px!important;
		padding-right: 20px!important;
	  }
	  .quiz-page .site-title{
		display: none;
	  }
}

@media (max-width: 400px) {

		
	.quiz-modal{
		max-width: 80%;
	}
	.quiz-modal  .padder{
		padding: 10px;
	}

	#quiz-modal{
		max-width: 90%;
		min-width: 200px;
	}
	#quiz-modal .padder{
		padding: 10px;
	}
	#quiz-modal h4{
		font-size: 20px;
	}
	#quiz-modal p{
		font-size: 12px;
	}
	#quiz-modal .orange-button{
		max-width: 200px;
		margin: 0 auto;
		font-size: 17px;
		height: 40px;
		line-height: 40px;
	}

	
.wpProQuiz_questionList .wpProQuiz_questionListItem:nth-child(2n+1){
	clear: none;
}
.wpProQuiz_questionList .wpProQuiz_questionListItem:nth-child(4n+4){
	clear: left;
}
	.wpProQuiz_content{
	position: relative;
}
.wpProQuiz_tipp>div{
bottom: 5px!important;line-height: 1}
.wpProQuiz_time_limit{position: absolute;right: 10px;top: 7px;}
.wpProQuiz_tipp {font-size: 10px;}
.wpProQuiz_time_limit .wpProQuiz_progress{
	background: none!important;
	font-size: 16px;
	width: auto!important;
	float: none!important;
	height: auto!important;
	margin-bottom: 0px!important;
}
.wpProQuiz_question_page{
	font-size: 16px;
	margin-bottom: 10px!important;
	padding-bottom: 5px;
}
 .wpProQuiz_progress > .percent{font-size: 16px;position: static;width: auto!important;line-height: 1;height: auto!important;}
	.wpProQuiz_question_text{
		width: 100%;
		margin-bottom: 0px!important;
	}
	.wpProQuiz_button, .wpProQuiz_button:hover{
		font-size: 12px!important;
		  padding: 0px 10px !important;
	}
	.wpProQuiz_questionListWrapper{
		width: 100%;
		padding: 5px 10px;
	}
	.wpProQuiz_questionListItem, .wpProQuiz_questionListItem:last-child{
		width: 33%;
	}
	.wpProQuiz_questionListItem > div > span {
		width: 22px!important;
		height: 22px!important;
		font-size: 12px;
		line-height: 22px;
	}
}



/**
 * V2 2 Checkout
 */
/* 2.1 General Style */


/* configure apple pay button */

#apple-wrapper{
	position:relative;
	height: 40px;
	width: 100%;
}

.apple-pay-button {
	position: absolute;
	top:-18px;
	left:18px;
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
	-apple-pay-button-type: plain; /* Use any supported button type. */
	background-size: 100% 100%;
	height:45px;
	width:70px;
	margin:5px 5px;
	box-sizing: border-box;
	background-color: transparent;


}
.apple-pay-button-black {
    -apple-pay-button-style: black;
}
.apple-pay-button-white {
    -apple-pay-button-style: white;
}
.apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
}

#apple-pay-braintree{
	display:none;
}
.page-template-checkout2 #screen-loader {
	position: fixed;
	  top:0;
	 background: transparent;

	display: none;
	z-index: 4;
	}

.page-template-checkout2 #loader-text{
	display:none;
}

.wp_cart_button_wrapper{
	margin-bottom: 0;
	text-align: center;
}
.wp_cart_button_wrapper input[type="image"]{
	padding: 0;
	border: none;
}


.page-template-page-templatescheckout2-php  .main-content{
	padding-top: 0;
}


.wp_cart_button:hover{
	opacity: 1!important;
}

.page-template-checkout2 .entry-title, .page-template-checkout2 .checkout-pretext{
	/* margin:0 190px; */
	margin:0 auto;
	text-align: center;
}

.new-checkout2{
	max-width: 670px;
	margin-top: 34px;
}

.page-template-checkout2 .entry-content{
	text-align: center;
}

.new-checkout2 h4{
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
	background: #17457e url(images/cart-icon.png) 20px 50% no-repeat;
}
.new-checkout2 .step{
	background: #fbfbfb;
	display: table-row;
	margin-bottom: 4px
}
.new-checkout2 .step.step-3{
	margin-bottom: 0;
}
.new-checkout2 .step .number{
	display: table-cell;
	max-width: 50px;
	min-width: 30px;
	vertical-align: middle;
	text-align: center;
}
.new-checkout2 .step .image{
	display: table-cell;
	width: 35%;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0;
}
.new-checkout2 .step .text{
	display: table-cell;
	width: 57%;
	text-align: right;
	vertical-align: middle;
	padding: 10px;
}
.new-checkout2 .step h5, .new-checkout2 .payment-total h5{
	font-size: 16px;
	text-align: right;
	margin-bottom: 10px;
	font-weight: 600;
}
.new-checkout2 .step p, .new-checkout2 .payment-total p{
	font-size: 12px;
	font-style: italic;
		text-align: right;
	font-weight: 400;

}

.new-checkout2 .step p{
    width: 60%;
    margin-left: 40%
}

.pre-experiment .paypal-logos{
	width: 300px;
	margin:auto;
	text-align: left;
}

.paypal-logos {
	width:300px;
	margin:auto;
	text-align: center;
}

@media screen and (max-width:767px) {
	.paypal-logos{
	width: 100%;
	margin:auto;
	text-align: center;
}
	
}

.payment-buttons .paypal-logos{ 
	float: left;
}
.payment-buttons .paypal-wrapper{
	text-align: right;
}


@media screen and (min-width:768px){
.pre-experiment .payment-buttons .paypal-wrapper{
	text-align: right;
	float:right;
}


#testimonials-footer .paypal-wrapper {
	text-align: center;
	float:none;
}

}

@media screen and (max-width:767px){
.pre-experiment .payment-buttons .paypal-wrapper{
	text-align: right;
	float:none;
}

}

.pre-experiment .paypal-wrapper .paypal-logos {
	position:relative;
	width:100%;
}

.pre-experiment .payment-buttons .paypal-logos img {
height:20px;
width:auto;
margin:5px auto;
}



.new-checkout2 .step.step-2 {
	background: #f1f4f5;
}

	
.new-checkout2 .payment-total{
	clear:both;
	float: none;
	border-top: 6px solid #17457e;
	border-bottom: 1px solid #17457e;
}
.new-checkout2 table{
	margin-bottom: 0;
}
.new-checkout2 table, .new-checkout2 td{
	border: none;
}

#testimonials-footer .orange-button, .start-test-footer .orange-button{
    text-align: center;
    line-height: 36px;
    display: block;
    background: #fff;
    color: #f4954b;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 1px #f44e2d;
    text-decoration: none;
	font-family: 'MuseoSans-500';
	margin: 0 auto;
	border: none;
	width: 264px;
	box-sizing: border-box;
	height: 52px;
	opacity:1;

}
#testimonials-footer .orange-button:hover{
	opacity: 0.7;
	background: #fff;
}




.testimonials {margin-top: 40px}
.testimonials .stars {color: #f8d54a}

.testimonials .testimonials-header{text-align: center;}
.testimonials .testimonials-header h3{color: #494949;font-size: 17px;font-family: MuseoSans-500;text-decoration: underline;font-weight: 500}
.testimonials .testimonials-header p{color: #757575;font-size: 13px;font-style:italic;font-weight: 400}
.testimonials .testimonials-content{ margin-top: 10px;}
.testimonials .testimonials-content .testinomial{margin-top: 30px;background: #ecf1f3;border-radius: 4px;padding: 20px;}
.testimonials .testimonials-content .testinomial .title h3{font-family: MuseoSans-500;font-weight: 500;font-size: 13px;color: #757575}
#testimonials-footer p{color: #fff;font-size: 14px;font-family: MuseoSans-500;}



.new-checkout2 .step h5.with-delete, .new-checkout2 .payment-total h5.with-delete{
	color: #17457e;
	font-size: 19px;
}
.new-checkout2 .step h5 del, .new-checkout2 .payment-total h5 del{
	font-size: 17px;
	color: #bdbdbd;
}


/* trustpilot testimonials experiment */

.trustpilot-style-widget {
	display:none;
	position:relative;
	width:100%;
	padding:20px 0;
	background:#fff;
	display:block;
	margin:26px auto 0;}
	
	
	.trustpilot-style-widget h4{font-size:15px;}
	
	.trustpilot-style-testimonial{margin:20px;
background: #f8f9fa;
border-left:1px solid #e1e7ed;
border-right:1px solid #e1e7ed;
border-bottom:2px solid #e1e7ed;
width:calc(100% - 40px);
font-family: Helvetica, Arial, sans-serif;
text-align: left;
font-size:14px;
box-sizing: border-box;
overflow:auto;
padding: 20px 20px 10px;}

.review-score {float:left;
margin-right:15px;
height:20px;
}

.review-score img{height:20px;
width:auto;}

.review-name{float:left;
padding:0;
height:20px;}

.review-name p{line-height:20px;
	font-size:13px;
	font-family: Helvetica, Arial, sans-serif;
	color:#666;
	margin:0;
	clear:both;
}

.trustpilot-review-text {width:100%;
clear:both;
margin:10px auto;
float:left;
}

.testimonial-reply {border-left:3px solid #00b67a;
float:left;
width:calc(100% - 20px);
background:#fff;
overflow:auto;
border-radius: 3px;
margin-bottom:10px;
padding:10px;}

.reply-arrow{text-align: right;
width:20px;
padding:10px;
float:left;}

.reply-name {color:#666;
line-height: 20px;
margin:10px 0;}

.reply-arrow img{width:20px;
height:auto;}

.reply-content {float:left;
width:calc(100% - 40px);}

.trustpilot-expandable-section {display:none;}


#trustpilot-footer {padding:10px 0;
text-align: center;}

	#trustpilot-footer a{font-size:12px;
text-decoration: underline;
color:#666;}

#load-more-anchor {border: 3px solid #00b67a;
				padding:10px;
				text-decoration: none !important;
				color:#000 !important;
				font-weight: bold;
				border-radius:2px;
				margin:20px;}
				
@media screen and ( min-width:1024px) {

#load-more-anchor {display:none;}
}
				
				.trustpilot-header {width:auto;
				text-align: center;
				position:relative;
				margin:20px auto 30px;}
				
				.trustpilot-header p {      font-family: Helvetica, Arial, sans-serif;
				margin:0;
				color:#000;}
				
				.trustpilot-header-subscore {font-size:13px;
				line-height: 27px;}
				
				.trustpilot-header-subscore img {
height: 27px;
vertical-align: middle;
width: auto;
margin-bottom: 10px;
margin-left: 5px;
}
				
				.trustpilot-header-score {font-size:32px;
				font-weight:bold;}
				
				.trustpilot-header-score img {
height: 30px;
width: auto;
margin-left: 5px;
vertical-align: middle;
margin-bottom: 5px;
}

/* end of trustpilot experiment */


.new-checkout2 .step .number {
    display: table-cell;
    max-width: 50px;
    min-width: 30px;
    vertical-align: middle;
    text-align: center;
                    }
                    
                    .new-checkout2 {
	/* max-width: 670px; */
	max-width: 968px;
    margin-top: 34px;
    text-align: center;
    position:relative;
    margin:30px auto;
}

.new-checkout2 .step .image {
    display: table-cell;
    width: 35%;
    text-align: left;
    vertical-align: middle;
    padding: 10px 0;
}

.new-checkout2 .step .image img{ width:100%;
height:auto;}

.new-checkout2 .step .text {
    display: table-cell;
    width: 57%;
    text-align: right;
    vertical-align: middle;
    padding: 10px;
}

.new-checkout2 .step h5, .new-checkout2 .payment-total h5 {
    font-size: 16px;
    text-align: right;
    margin-bottom: 10px;
    font-weight: 600;
}
               
               
.new-checkout2 .step p, .new-checkout2 .payment-total p {
    font-size: 12px;
    font-style: italic;
    text-align: right;
    font-weight: 400;
}

.checkout-timer {padding: 10px 20px;
    font-size: 14px;
	/* margin: 0px 190px -10px; */
	margin: 0px auto -10px;

    background:#eef6fa;}
.checkout-timer .time {font-weight:700;
font-size:18px;}
.checkout-timer .time-percentage {display:block;}

@media screen and (max-width:900px){
	.page-template-checkout2 .entry-title, .page-template-checkout2 .checkout-pretext{
		margin:0 auto;
	}
	.checkout-timer{
		margin:0px auto -10px;
	}
}

@media screen and (max-width:600px) {
.checkout-timer .mobile-time {display:block;}
.checkout-timer .time-percentage {display:none;}
}
	
.checkout-timer p {margin:5px auto;}


#bio_ep{
	box-sizing: border-box;
	padding:10px;
	/* background: url(images/exit-popup-background.png); */
	background-color: #f2f2f2;
	}
.bio_ep-content{
	box-sizing: border-box;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: dashed 2px #2a6999;
	height:100%;
	color: #2a6999;
	font-size:20px
}

.bio_ep-content p{
	margin:10px;
}

.bio_ep-content .logo{
	display: block;
    background: url(images/logo.png);
    width: 42px;
    height: 75px;
	position: relative;
	background-repeat: no-repeat;
	background-size: 42px 75px;
	margin:0px!important;
}

.bio_ep-content .arrow{
	display: block;
    background: url(images/exit-popup-arrow.png);
    width: 100%;
    height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: auto;
	margin:0px!important;
	left:-157px;
	top:95px;
}

.bio_ep-content .discount{
	color: #f1693c;
	font-size:80px;
	font-weight: 900;
	margin:0px!important;
}

.es .bio_ep-content .discount{
	font-size:40px;
}

.bio_ep-content .orange-button{
	line-height: 25px;
	width:482px;
	height: 60px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	text-align: center;
    background: #f1693c;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
	font-family: 'MuseoSans-500';
	opacity:1;
}

.bio_ep-content .orange-button:hover{
	opacity: 0.7;
}


#bio_ep_close {
    position: absolute;
    /* right: 0; */
    margin: -40px 0 0 0 !important;
    width: 100%;
    height: 20px;
    color: #fff;
    font-size: 18px !important;
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}


#payment-methods-wrapper h4 {
	background: #1c4477;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: -20px;
	margin-bottom: 15px;
	border-radius: 6px 6px 0px 0px;
	padding: 0 21px;
}

#payment-methods-wrapper h4 img {
	float: right;
	height: 23px;
	margin-top: 13.5px;
}

#payment-methods-wrapper .payment-description {
	clear: both;
	margin-bottom: 14px;
	font-size: 11px;
	color: #555;
	padding-left: 1px;
	font-family: 'MuseoSans-500';
	line-height: 16px;
	vertical-align: middle;
}

#payment-methods-wrapper .payment-description img {
	position: relative;
	height:15px;
	width:auto;
	top: -2px;
}
#payment-methods-wrapper .payment-methods-actions .bottom-icons {
	display: none;
}
.payment-methods .payment-method-label .payment-method-cards {
	white-space: nowrap;
	font-size: 11px;
}

.payment-methods .payment-method-label .payment-label-img{
	display: inline-block;
	margin-left:15px;
}


.screen-overlay {position: fixed;
	top:0;
   background: #eee;
  left:0;
  height:100%;
  width:100%;
  background: rgba(0,0,0,0.9);
  text-align: center;
  display: none;
  z-index: 4;}
  

  .lds-ring {
	display: inline-block;
	position:relative;
	width: 71px;
	height: 71px;
	margin:10px auto;
  }
  .lds-ring div {
	box-sizing: border-box;
	  display: block;
	  position: absolute;
	  width: 71px;
	  height: 71px;
	  border: 3px solid #17457e;
	  border-radius: 50%;
	  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	  border-color: #17457e transparent transparent transparent;
  }
  
  
  .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
  }
  @keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  .loader-container{
	  text-align: center;
  width:450px;
  padding:40px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
  }
  
    .popup-container{
	  text-align: center;
  max-width:650px;
  padding:40px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
  }
  
  .loader-container p{	font-size:15px;
	  color:#17457e;
	  padding:15px;
	  border-bottom:2px solid #17457e;
	  margin:0px auto 15px;}
  
  
  #screen-loader {
  position: absolute;
	top:154px;
   background: #eee;
  left:0;
  height:100%;
  width:100%;
  background: #eee;
  text-align: center;
  display: none;
  z-index: 4;
  }

  .checkout-pretext {margin-bottom:0px;}
	
.new-all-cards {display:none;}

.paypal-wrapper .payment-total {display:none;}

img.secure-new-layout {display:none;}


@media screen and (max-width:800px) {
	
	#screen-loader {
  		top:124px;
	}
  

	.loader-container{
		top: calc(50% - 175px);
		
	}

}

@media screen and (max-width:767px){
	.payment-buttons .paypal-wrapper{
		float: right; 
		text-align: center;
	}	
	
}

@media (max-width: 700px) {
	
	#testimonials-footer{margin-top: 34px;}
	.new-checkout2{
		margin-top: 10px;
	}
	.payment-buttons{text-align: center;}
	.payment-buttons .paypal-logos{
		margin-top: 14px;
	}
	.payment-buttons .paypal-logos, .payment-buttons .paypal-wrapper{
		float: none;
	}

}


@media screen and (max-width: 600px) {
	#payment-methods-wrapper.new-payment-test {
		height: auto;
	}
	
	#payment-methods-wrapper.new-payment-test.with-icons {
		height: auto;
	}
	#payment-methods-wrapper h4 {
		text-align: center;
	}
	#payment-methods-wrapper h4 img { 
		display: none;
	}
	#payment-methods-wrapper .payment-description {
		text-align: center;
	}
	#payment-methods-wrapper .payment-description img { 
		display: block;
		margin: 0 auto;
	}
	#payment-methods-wrapper .payment-methods-actions .bottom-icons {
		margin-top: 20px;
		display: block;
	}
	
	
		#payment-methods-wrapper .payment-methods-actions .bottom-icons img{
			height:25px;}



	
	.desktop-experiment-1 .payments-core-div{}
	
	.payments-core-div h4{display: none;}
	

	
	.desktop-experiment-2 .payments-core-div , .desktop-experiment-3 .payments-core-div , .desktop-experiment-4 .payments-core-div , .desktop-experiment-5 .payments-core-div {
		
	min-width:450px;
		float:right;
	padding:5px 20px;
	}
	
		.desktop-experiment-2 .paypal-method-cards , .desktop-experiment-3 .paypal-method-cards , .desktop-experiment-4 .paypal-method-cards , .desktop-experiment-5 .paypal-method-cards {
		display: none;
		}

	
	#payment-methods-wrapper.modal-methods.desktop-experiment-2 , #payment-methods-wrapper.modal-methods.desktop-experiment-3 ,#payment-methods-wrapper.modal-methods.desktop-experiment-4 ,#payment-methods-wrapper.modal-methods.desktop-experiment-5 {
		min-width: 800px;
	}
	
		.desktop-experiment-2 .payment-methods-actions  , .desktop-experiment-3 .payment-methods-actions  , .desktop-experiment-4 .payment-methods-actions  , .desktop-experiment-5 .payment-methods-actions  {
text-align: left;
		}
	
.payment-description {display:none;}

/*
.payment-methods-actions img {display: none;}
*/	
	
	
}
@media screen and (max-width:370px){

	.payment-methods .payment-method-label .payment-label-img{
		margin-left:0;
	}

	#google-pay-braintree .payment-method-label img{
		margin-left:0;
	}

	#payment-methods-wrapper.modal-methods {
    padding: 10px;
    width: calc(100vw - 20px);
	}
	
	#payment-methods-wrapper h4 {
    background: #1c4477;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: -20px -10px 10px -10px;
    /* margin-bottom: 15px; */
    border-radius: 6px 6px 0 0;
    padding: 0 10px;
    /* box-sizing: border-box; */
    width: 100%;
	}


	#payment-methods-wrapper.modal-methods {
    padding: 10px;
    width: calc(100vw - 20px);
	}
	
	.payment-methods .payment-method-label {
    background: #fff;
    padding: 16px 10px;
	}
	
	#payment-methods-wrapper h4 {
    background: #1c4477;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 40px !important;
    line-height: 40px !important;
    margin: -20px -10px 10px -10px !important;
    /* margin-bottom: 15px; */
    border-radius: 6px 6px 0 0;
    padding: 0 10px !important;
    /* box-sizing: border-box; */
    width: 100%;
	}
	
	.new-payment-test	.payment-methods .payment-method-label .payment-method-cards img {
		height: 18px;
	}

	.new-payment-test .payment-methods .payment-method-label .payment-method-cards {
		position: absolute;
		top:10px;
		right:10px;
		font-size:0px;
	}

	.new-payment-test .payment-methods .payment-method-info {
		padding: 10px;
		/* padding-bottom: 8px; */
	}

	#payment-methods-wrapper.new-payment-test.with-icons {
		height: auto;
	}

	#payment-methods-wrapper.new-payment-test.with-icons.with-local {
		height: auto;
	}

	#payment-methods-wrapper.new-payment-test {
		height: auto;
	}

}


@media screen and (max-width:600px) {
	
	#screen-loader {
  top:49px;
}

.loader-container{
	top: calc(50% - 49px);
	padding:20px;
	width:280px;
	
}

}

	


/* General */

@media (max-width: 900px) {
	.home #content{
			padding: 20px 0;
		}
	

}


@media screen and (max-width:800px) {
	
	.home .main-content{
		margin-top: 0px;
		/* margin-bottom: 88px; */
	}
}


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

 @media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav,
	#home-content .col-left {
		display: none;
	}

	#home-content .col-left, #home-content .col-right {
		float: none;
	}

	#home-content .col-right {
		margin:auto;
		max-width:none;
		width:60%;
	}

	#home-content h3{
		font-size:24px;
	}

	.explanatory-table p:nth-of-type(3) {margin-right:4px !important;}

	.explanatory-table p:nth-of-type(1), .explanatory-table p:nth-of-type(4) {width:45%}

	.explanatory-table p:nth-of-type(3), .explanatory-table p:nth-of-type(6) {width:45%}
	.explanatory-table p:nth-of-type(2), .explanatory-table p:nth-of-type(5) {width:calc(7% - 2px);}

	.optanon-alert-box-wrapper{
		display:none!important;
	}
	
	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}

.payment-buttons {overflow:auto;}

.page-template-dashboard .iq-container {
	width: 100%; height: 210px;background-color: #e2eef5;position: relative; margin: 0px auto 20px;text-align: center;
	
}

.page-template-dashboard .entry-content a:hover{
	color: #41a62a;
}

.page-template-dashboard .score-intro, .page-template-dashboard .downloads-intro{
height: 40px;line-height:40px;font-size: 14px; position: relative;
color: #1a467c;
font-weight:bold;
text-align: center;
float:left;
margin:10px auto;}


.page-template-dashboard  .score-intro {width:100%;}



/*.page-template-dashboard .site-en .left-line-score, .page-template-dashboard .site-en .right-line-score {width:calc(50% - 90px);}


.page-template-dashboard .site-es .left-line-score, .page-template-dashboard .site-es .right-line-score {width:calc(50% - 150px);}


.page-template-dashboard .site-pt .left-line-score, .page-template-dashboard .site-pt .right-line-score {width:calc(50% - 110px);}
*/
.page-template-dashboard .site-en .downloads-intro {width:220px;}

.page-template-dashboard .site-en .left-line-downloads, .page-template-dashboard .site-en .right-line-downloads {width:calc(50% - 110px);}

.page-template-dashboard .site-es .downloads-intro {width:200px;}

.page-template-dashboard .site-es .left-line-downloads, .page-template-dashboard .site-es .right-line-downloads {width:calc(50% - 100px);}

.page-template-dashboard .site-pt .downloads-intro {width:240px;}

.page-template-dashboard .site-pt .left-line-downloads, .page-template-dashboard .site-pt .right-line-downloads {width:calc(50% - 120px);}

.page-template-dashboard .site-it .downloads-intro {width:240px;}

.page-template-dashboard .site-it .left-line-downloads, .page-template-dashboard .site-it .right-line-downloads {width:calc(50% - 120px);}

.page-template-dashboard .site-fr .downloads-intro {width:240px;}

.page-template-dashboard .site-fr .left-line-downloads, .page-template-dashboard .site-fr .right-line-downloads {width:calc(50% - 120px);}

.page-template-dashboard .site-de .downloads-intro {width:240px;}

.page-template-dashboard .site-de .left-line-downloads, .page-template-dashboard .site-de .right-line-downloads {width:calc(50% - 120px);}

.breakpoint-container {overflow:auto;
width:100%;
position:relative;}

.left-line-downloads {
	height: 20px;
	border-bottom:1px solid #1a467c;
text-align: left;
float:left;
margin:10px auto;
}

 .right-line-downloads {
	height: 20px;
	border-bottom:1px solid #1a467c;
text-align: left;
float:left;
margin:10px auto;
}

.thumbnails-container {width:100%;
overflow: auto;
margin-bottom:40px;}

.page-template-dashboard .iq-container .score {font-family: 'Roboto Slab';
												font-size:70px;
												font-weight:bold;}

.certificate-thumbnail, .report-thumbnail {max-width:280px;
margin-top:10px;
margin-bottom:10px;
margin-left:calc((100% - 560px)/4);
margin-right:calc((100% - 560px)/4);
text-align: center;
float:left;}

@media screen and (max-width:500px) {
	
	.certificate-thumbnail, .report-thumbnail {max-width:280px;
margin-top:10px;
margin-bottom:10px;
margin-left:calc((100% - 280px)/2);
margin-right:calc((100% - 280px)/2);
text-align: center;
float:left;}
	
	
}


.certificate-thumbnail a img {margin-bottom:20px;}

.report-thumbnail a img {margin-bottom:10px;}


.certificate-thumbnail, .report-thumbnail a img {width:100%;
height:auto;}

.hidden-price {display:none;}

.hidden {display:none;}

 .paypal-logos-footer {position:relative;
text-align: center;
margin:10px auto;}

.paypal-logos-footer img{margin:5px auto;
height:25px;
width:auto;}


#progress-bar .light-green{float:left;
width:0%;
height:100%;
position:relative;
background:#5fafe1;
 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#progress-bar .light-green p{display:none;
position:absolute;
right:0;
top:10px;
font-weight:600;
margin:0;
font-size:11px;
color: #5fafe1;
}

#progress-bar .white{float:left;
width:100%;
background: #f4f5f7;
height:100%;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#progress-bar{width:100%;
left:0;
z-index: 3;
display:block;
height:5px;}

@media screen and (max-width:599px) {
 
#progress-bar{ height:5px; }

#progress-bar .red p {top:7px;}
 
}

.dlocal-marks img{margin:0 2.5px;}

#detectAdBlock {
	height: 1px;
	width: 1px;
	position: absolute;
	left: -999em;
	top: -999em
  }

/* AdBlock Prompt */

#notWorkingPrompt{
	display:none;
	text-align: center;
}

.adblock-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 4; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .adblock-modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
  }

  /* The Close Button */
  .adblock-modal .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .adblock-modal .close:hover,
  .adblock-modal .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  
  
  /* checkout ticker */
  
    #verified-purchase-ticker {width:320px;
    height:100px;
    box-sizing:border-box;
    box-shadow:2px 0px 4px #ddd;
	background:#fff;
    padding:10px;
    }
	
	@media screen and (min-width:600px) {
		
	 #verified-purchase-ticker {	position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 4;
	text-align: left;
	}
	}
	
	
		@media screen and (max-width:600px) {
		
	 #verified-purchase-ticker {	position: fixed;
    bottom: 0px;
    width:100%;
	padding-left:calc(50% - 160px);
	padding-right:calc(50% - 160px);
    z-index: 4;
	text-align:left;
	}
	}
	
	
	
	
    
    .ticker-circle-score {float:left;
    background:#EFF4F9;
    text-align:center;
    height:80px;
    width:80px;
    border-radius:40px;}
    
    .ticker-score {height:40px;
    line-height: 40px;
    padding-top:10px;
    font-weight:800;
	color:#525252;
    font-size:30px;}
    
    .ticker-score-subtitle {height:20px;
    line-height:20px;
    padding-bottom:10px;
	font-weight:500;
		color:#525252;
    font-size:12px;}
    
    .ticker-details {float:right;
    width:200px;}
    
    .ticker-name {color:#244f81;
    font-size:14px;
    font-weight:700;
    }
	
	.ticker-country {font-weight:600;}
    
    .ticker-details .text {font-size:11px;
    margin-top:5px;}
    
    .purchase-time {color:#aaa;
    float:left;
    width:90px;
    padding-top:5px;
    font-size:11px;}
    
    .verified-purchase {color:#1adb8c;
    float:left;
   width:110px;
   font-weight:600;
   padding-top:7px;
   
    font-size:9px;}
    
    img.purchase-ticker {height:12px;
    float:left;
    margin-right:5px;
    width:auto;}

.error-message{
	color: #D8000C;
	background-color: #FFBABA;
	margin: 0;
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	opacity: 0;
	transition: all 0.4s ease;

}

.header-popup-container {background: #f1693c;
position:relative;
z-index: 5;
display: none;
top:0;
left:0;
width:100%;
text-align: center;
height:40px;}

.header-popup-container h4, .header-popup-container p {text-align: center;
color:#fff;
font-weight:18px;
height:40px;
line-height: 40px;
margin:0;
padding:0;
}

.error-message.open{
	margin: 10px 0;
	padding: 10px;
	border-radius: 3px 3px 3px 3px;
	opacity: 1;

}

:root {
    --star-size: 2rem;
    --star-color: #fff;
    --star-background: #01bb97;
  }

  .rates{
    display:flex;
    justify-content: center;
    gap:.125rem;
  }
  .rate {
    padding:.25rem .25rem .25rem .25rem;
    background-color: var(--star-background);
    height: fit-content;
    line-height: 1;
    }

.rate:before {
    content: '★ ';
    color: var(--star-color);
    font-size: 1rem;
    height: fit-content;
    display: inline-block;
    line-height: .8;
}