@charset "UTF-8";

/* CSS Document */
body {
	font-size: 16px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e7e7ec;
	-webkit-text-size-adjust: none;
	color: #333a50;
}

a {
	color: #1b3aa0;
	text-decoration: none;
}

a:hover {
	color: #06c;
	text-decoration: underline;
}

.a {
	color: #1b3aa0;
	text-decoration: none;
	cursor: pointer;
}

.a:hover {
	color: #06c;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.page-container {
	border-top: 0 !important;
}

.descriptiondiv h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.header__container {
	padding: 0;
}

.logo-banner {
	background-image: url(../images/svg/vislogo.svg);
	background-position: center center;
	position: relative;
	height: 38px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

#container {
	max-width: 1024px;
	width: 100%;
	margin: 40px auto 20px auto;
	position: relative;
	overflow: hidden;
	height: auto;
	background-color: #ececec;
}

.container a {
	text-decoration: underline;
}

#mainContent {
	padding: 0;
	position: relative;
	width: 60%;
	float: left;
}

.rightbar {
	position: relative;
	width: 40%;
	float: left;
	height: auto;
	min-height: 350px;
}

.sideviewcontainer {
	position: relative;
	width: 40%;
	float: left;
}

.sideview: {
	position: absolute;
	bottom: 0;
}

#title {
	position: relative;
	width: 96%;
	padding: 20px 2% 0px 2%;
	color: #669;
	font-size: 18px;
	text-align: right;
	text-shadow: 1px 1px #fff;
	height: auto;
	overflow: hidden;
}

.content h1, .content h2, .content h3, .content h4 {
	line-height: 120%;
	margin: 0px;
}

.content p, .content li {
	line-height: 160%;
	margin: 0px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.red {
	color: #fa3d3e;
}

.smalltxt {
	font-size: 11px;
}

.gold {
	color: #b28803;
}

fieldset {
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 1%;
	margin: 1% 0 1% 0;
	width: 96%;
}

legend {
	color: #49497f;
}

.qt {
	color: #666;
	margin: 3px;
	padding: 8px;
	clip: rect(auto auto auto auto);
	border: 2px solid #bcbcbc;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	box-shadow: 2px 2px 6px #cacaca;
	font-style: italic;
	background-color: #f1f1f1;
}

.shadow {
	box-shadow: 2px 2px 6px #cacad7;
}

.shadow-dark {
	box-shadow: 2px 2px 6px #707070;
}

.lightest-background {
	background-color: #fff;
}

.white-bg {
	background-color: #fff;
}

.mid-background {
	background-color: #e7e7ec;
}

.rounded {
	border-radius: 5px;
}

.i-input {
	float: left;
	font-size: 13px;
	padding: 6px;
	width: 92%;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.i-radio {
	float: left;
	margin-right: 10px;
}

.i-select {
	font-size: 13px;
	padding: 6px;
	border: 1px solid #CCC;
	color: #669;
}

.i-select-block {
	font-size: 13px;
	padding: 6px;
	border: 1px solid #CCC;
	display: block;
	color: #669;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.slatefade {
	background-image: -webkit-linear-gradient(#bdc4d6, #68759c);
	background-image: -moz-linear-gradient(#bdc4d6, #68759c);
	background-image: -ms-linear-gradient(#bdc4d6, #68759c);
	background-image: -o-linear-gradient(#bdc4d6, #68759c);
	background-image: linear-gradient(#bdc4d6, #68759c);
}

.greyfade {
	background-image: -webkit-linear-gradient(#f9f9f9, #bbbbbb);
	background-image: -moz-linear-gradient(#f9f9f9, #bbbbbb);
	background-image: -ms-linear-gradient(#f9f9f9, #bbbbbb);
	background-image: -o-linear-gradient(#f9f9f9, #bbbbbb);
	background-image: linear-gradient(#f9f9f9, #bbbbbb);
}

/* header */
#header {
	position: fixed;
	background-color: #667aae;
	height: 40px;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	color: #eb2a2e;
	opacity: 0.9;
}

.title {
	position: relative;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	font-size: 1.5em;
	font-size: 18px;
}

/* /header */
#mask {
	background-color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
}

.mask {
	background-color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
}

/************************ menu ***********************/

.header-container ul.menu li {
	border-left: 1px solid #333a50;
}
.header-container ul.menu li:first-child {
	border-left: 0 none;
}
ul.menu li a {
	line-height: 100%;
	margin: 0 2px;
}

#menu-icon {
	background-image: url(../images/svg/menu.svg);
	position: absolute;
	height: 32px;
	width: 48px;
	left: 2%;
	top: 4px;
	cursor: pointer;
}

#swipe-menu {
	position: absolute;
	background-color: #4a5a86;
	background-image: url(../images/assets/back.gif);
	min-height: 150%;
	width: 250px;
	left: -270px;
	top: 0px;
	font-size: 14px;
	z-index: 1000;
}

#swipe-menu .menulist {
	display: none;
	overflow: hidden;
}

#swipe-menu dl {
	margin: 0px;
}

#swipe-menu dt {
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	color: #c7cee2;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #667aae;
}

#swipe-menu dt:hover {
	color: #fff;
}

#swipe-menu dd {
	padding: 8px;
	cursor: pointer;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 200;
}

#swipe-menu dd:hover {
	color: #fc9;
}

#swipe-menu a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

#swipe-menu a:hover {
	color: #fc9;
}

#swipe-menu .line {
	border-bottom-width: 1px;
}

#swipe-menu .nolink {
	color: #888;
	cursor: default;
}

#swipe-menu .nolink:hover {
	color: #888;
}

#swipe-menu .arrow-tab {
	float: right;
	position: relative;
	display: block;
}

#top-links {
	position: absolute;
	top: 12px;
	left: 8%;
	font-size: 15px;
}

#top-links a {
	margin-left: 15px;
	color: #FFF;
}

/***************** /menu ***********************/

/*  dym-div */







#dym-div {
	position: absolute;
	background-color: #CCC;
	height: 100%;
	min-height: 700px;
	width: 600px;
	top: 0px;
	font-size: 14px;
	box-shadow: 4px 4px 8px #000;
	right: -620px;
	padding: 10px;
	text-align: left;
	background-image: url(../images/assets/backlight.jpg);
	overflow: auto;
	display: none;
}

#dym-div-inner {
	padding: 2%;
	width: 96%;
	position: relative;
	top: 40px;
	padding-bottom: 100px;
}

#close-icon {
	background-image: url(../images/assets/closeicon.png);
	position: absolute;
	height: 32px;
	width: 42px;
	right: 8px;
	top: 8px;
	cursor: pointer;
}

#timer {
	background-color: #FFF;
	background-image: url(../images/assets/timer32.gif);
	position: fixed;
	height: 6%;
	width: 8%;
	left: 46%;
	max-width: 32px;
	max-height: 32px;
	top: 46%;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 6px;
	opacity: 0.5;
	display: none;
	background-size: contain;
	padding: 2px;
}

/*  dym-div */
@media screen and (min-width:150px) and (max-width:600px) {
	#title {
		font-size: 11px;
	}

	#top-links {
		display: none;
	}

}

@media screen and (min-width:501px) and (max-width:800px) {
	#top-links {
		display: none;
	}

}

label {
	display: inline-block;
}

.hidden {
	display: none;
}

.headings-wide-spacing-enabled #graph h1, .headings-wide-spacing-enabled #graph h2, .headings-wide-spacing-enabled #graph h3, .headings-wide-spacing-enabled #graph p, .headings-wide-spacing-enabled #graph span, .headings-wide-spacing-enabled #graph div {
	letter-spacing: normal;
}

.headings-wide-spacing-enabled .header-container ul.menu li a {
	letter-spacing: normal;
	padding: 5px;
}

.tier {
	width: 33%;
	float: left;
}

.tier .center {
	float: none;
	text-align: center;
}

div#block-sizetheme-content {
	padding: 0;
}

.main-content__section, .sidebar__section {
	padding: 20px 0 0 0;
}

.clear {
	clear: both;
}

.img-right {
	float: right;
	margin: 0 0 1em 1em;
	clear: right;
	text-align: center;
}

.img-left {
	float: left;
	margin: 0 1em 1em 0;
	clear: left;
	text-align: center;
}

.img-left figcaption, .img-right figcaption {
	font-size: 0.8em;
}

.renew {
	padding: 1px 6px;
	display: inline;
	margin: 0 0 0 5px;
	cursor: pointer;
}

.graph {
	float: left;
	position: relative;
	border: 1px solid;
	padding: 2px;
	margin-bottom: 1em;
	width: 100%;
}

.graph .chart_button {
	position: absolute;
	z-index: 10;
	width: 300px;
	top: 0;
	margin-left: -100px;
	left: 50%;
}

.graph .chart {
	width: 100%;
	max-width: 1100px;
	height: 500px;
}

.scrolltab {
	overflow-x: auto;
}

.half {
	width: 50%;
	float: left;
	padding: 0.5em 0;
}

.half .yourname {
	font-size: 18px;
	display: block;
	text-decoration: underline;
}

.half .recapsize {
}

.preloader {
	margin: 100px auto 0;
	width: 66px;
	height: 12px;
}

.preloader .ltext {
	color: #000;
	margin: 5px 0;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
}

.preloader .line {
	width: 1px;
	height: 12px;
	background: #000;
	margin: 0 1px;
	display: inline-block;
	animation: opacity-1 1000ms infinite ease-in-out;
}

.preloader .line-1 {
	animation-delay: 800ms;
}

.preloader .line-2 {
	animation-delay: 600ms;
}

.preloader .line-3 {
	animation-delay: 400ms;
}

.preloader .line-4 {
	animation-delay: 200ms;
}

.preloader .line-6 {
	animation-delay: 200ms;
}

.preloader .line-7 {
	animation-delay: 400ms;
}

.preloader .line-8 {
	animation-delay: 600ms;
}

.preloader .line-9 {
	animation-delay: 800ms;
}

@keyframes opacity-1 {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

.womenpref_table {
	width: 1000px;
}

.womenpref_table td {
	width: 25px;
	height: 25px;
	border: 0 none;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	padding: 0;
	color: #000;
	line-height: 0;
	text-align: center;
}

.womenpref_table th {
	padding: 0;
	font-size: 10px;
	letter-spacing: initial !important;
}

.wlegend {
	width: 1000px;
}

.wlegend td {
	width: 16%;
}

.lwcolor {
	border: 1px solid #DDD;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	text-align: center;
	line-height: 20px;
}

.womenpref_table td.wcolor_E, .wlegend .wcolor_E {
	background-color: #ffffff;
}

.womenpref_table td.wcolor_D, .wlegend .wcolor_D {
	background-color: #90c8ff;
}

.womenpref_table td.wcolor_C, .wlegend .wcolor_C {
	background-color: #ffff91;
}

.womenpref_table td.wcolor_B, .wlegend .wcolor_B {
	background-color: #01800a;
}

.womenpref_table td.wcolor_A, .wlegend .wcolor_A {
	background-color: #01DB0A;
}

.womenpref_table td.wcolor_red, .wlegend .wcolor_red {
	background-color: #ff0101;
	color: #fff;
}

.womenpref_results {
	color: #aaa;
}

.womenres_highlight {
	font-weight: bold;
	color: #ce0000;
}

.wlegend td {
	border-radius: unset !important;
	padding: 0.2em;
}

.field--name-body img {
	border: 1px solid #e0e0e0;
	box-shadow: #e0e0e0 2px 2px 4px 0px;
}

table.wt {
	margin: 0;
}

table.wt > tbody > tr > td {
	border: 0 none;
}

.rotlabel {
	width: 1em;
	overflow: hidden;
	display: block;
}

.rot90 {
	transform: rotate(-90deg);
	display: block;
	margin-top: 350px;
}

.header-container ul.menu li.menu-item--active-trail {
	background: #f73c3d;
}

.header-container ul.menu li.menu-item--active-trail .is-active {
	color: #fff;
}

.textbutton {
	padding: 0 3px;
	border-radius: 5px;
	text-decoration: none !important;
}

.frontimg {
	display: flex;
	list-style-type: none;
	text-align: center;
	justify-content: space-between;
	width: 1024px;
	height: 884px;
	background-image: url(../images/front.jpg);
	margin-bottom: 1em;
	cursor: pointer;
}

.frontimg .acc3blocs {
	display: flex;
	padding: 0 43px;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	width: 950px;
}

.frontimg .acc3blocs.bloc1 {
	margin-left: 28px;
}

.frontimg .acc3blocs.bloc3 {
	margin-right: 42px;
}

.frontimg .acc3blocs .acctitre {
	margin-top: 525px;
	color: white;
	font-weight: bold;
	font-size: 28px;
	width: 100%;
}

.frontimg .acc3blocs .accdesc {
	margin-top: 158px;
	color: white;
	font-size: 16px;
	width: 100%;
	padding: 10px;
	color: #0c2f54;
	height: 140px;
	display: flex;
	align-items: center;
}

.frontimg .acc3blocs:hover .acctitre, .frontimg .acc3blocs:hover .accdesc {
	color: #cd330e;
}

.acc1, .acc2, .acc3 {
	width: 350px;
	height: 250px;
	font-size: 30px;
	padding: 75px 8px 0;
	list-style-type: none;
	line-height: 1.1em !important;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	border-radius: 16px;
}

.acc1 {
	background: url(../images/acc1.jpg);
}

.acc2 {
	background: url(../images/acc2.jpg);
}

.acc3 {
	background: url(../images/acc3.jpg);
}

.lity-iframe-container {
	height: 240px;
	width: 756px;
}

.lity-iframe .lity-container {
	max-width: 756px;
	max-height: 240px;
}

.lity-iframe-container {
	padding-top: 50%; /* 4:3 ratio */
}

.block-dropdown-language {
	width: 125px;
	font-size: 12px;
	margin: 20px 20px;
}

.block-dropdown-language .dropbutton-action {
	background-size: 20px 19px;
}

.dropbutton .dropbutton-action > * {
	padding: 0 20px 0 28px !important;
}

.block-dropdown-language .dropbutton-action.fr {
	background: url('/themes/custom/sizetheme/images/fr.svg') no-repeat;
}

.block-dropdown-language .dropbutton-action.en {
	background: url('/themes/custom/sizetheme/images/gb.svg') no-repeat;
}

.block-dropdown-language .dropbutton-action.de {
	background: url('/themes/custom/sizetheme/images/de.svg') no-repeat;
}

.block-dropdown-language .dropbutton-action.it {
	background: url('/themes/custom/sizetheme/images/it.svg') no-repeat;
}

.block-dropdown-language .dropbutton-action.es {
	background: url('/themes/custom/sizetheme/images/es.svg') no-repeat;
}

.block-dropdown-language .dropbutton-action.br, .block-dropdown-language .dropbutton-action.pt-br {
	background: url('/themes/custom/sizetheme/images/br.svg') no-repeat;
}

.block-dropdown-language .dropbutton-action.nl {
	background: url('/themes/custom/sizetheme/images/nl.svg') no-repeat;
}

.region-header {
	display: flex;
	justify-content: space-between;
}

.tabledrag-toggle-weight-wrapper {
	display: none;
}

a.tabledrag-handle .handle {
	width: 28px;
	height: 28px;
}

@media only screen and (min-width:992px) {

	.header__container .row {
		display: flex;
	}
	.col-logo {
		max-width: 358px;
	  width: auto;
	  flex: 0 1 320px;
	  min-width: 320px;
	}
	.col-menu {
		width: auto;
	  flex: 1 1 auto;
	}
}

@media only screen and (max-width:991px) {
	.half {
		width: 100%;
	}

	.frontimg {
		display: none;
	}

}

/* Hilltop Ads */
.htads {
	float: left;
	display: block;
}

/* juicyads.com */
iframe[src*="poweredby"] {
	z-index: 0 !important;
}

.rightbar iframe[src*="poweredby"] {
	margin-top: 1em !important;
}

.jafooter iframe[src*="poweredby"], .jafootermob iframe[src*="poweredby"] {
	float: left;
	display: block;
	width: 100% !important;
}

.janative {
	display: flex !important;
	justify-content: center !important;
}

/* Disable ads */

/* * /

iframe {

  position: absolute !important;

  top: -10000px !important;

}

.janative iframe[src*="poweredby"] {

  position: absolute !important;

  top: -10000px !important;

}

.rightbar iframe[src*="poweredby"] {

  position: absolute !important;

  top: -10000px !important;

}

/* */

.htads2,
.htads3 {
	/*height: 0;
	max-height: 0;
	overflow: hidden;*/
	opacity: 0.001;
  position: absolute;
  z-index: -1;
}

.jafootermob iframe[src*="poweredby"] {
	position: absolute !important;
	top: -10000px !important;
}

div[id*='juicyads'] {
	position: absolute !important;
	top: -10000px !important;
}

/* End Disable ads */
