@charset "UTF-8";
/* CSS Document */

header
,nav
,section
,article
,aside
,footer
,hgroup
{
position:relative;
display: block;
}
*:not(.owl-stage):not(.question):not(.question *):not(.questionHolder)  {
	/*max-width: 100vw;*/
}
* {
	/*overflow-x: hidden;*/
}
div {
	position: relative;
}
*.clickable {
	cursor: pointer;
}
.img-rounded {
	border-radius: 20px;
}

.will_animate {
	visibility: hidden;
}
.inline-block {
	display: inline-block;
}
img {
	max-width: 100% !important;
	 height: auto !important;
}

body {
	font-family: 'RealHeadPro';
	font-weight: 300;
	color:#001346;
    overflow-x: hidden;
	max-width: 100vw;
	font-size: 18px;
	line-height: 1.6em;
	overflow-x: hidden;
	background-color: #F5F6F6;
}


.contentWrapper {
	width: 100vw;
	height: 100vh;
}

.questionSlides {
	background-color: #FFF;
	border-radius: 0 0 40px 40px;
	max-width: 920px;
	margin:0 auto;
	margin-bottom: 25px;
	max-height: calc(100% - 110px);
}

.slide {
	max-height: calc(100vh - 140px);
	overflow-y: scroll;
}

.footerHolder {
	position: absolute;
	left:0; bottom:0;
	width: 100%;
}
.footer {
	background-color: #FFF;
	border-radius: 40px 40px 0 0;
	max-width: 920px;
	margin:0 auto;
	padding: 25px;
	text-align: center;
}
.footer img {
	max-width: 200px !important;
}

.slide > * {
	padding: 50px;
}
.slide-body {
	padding-top: 0;
	padding-bottom: 0;
}
.slide-header .title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.1em;
}
.slide-header .subtitle{
	font-family: 'RealHeadPro';
	font-size: 18px;
	color:#8C969D;
	margin-top: 14px;
	font-weight: 400;
}
.slide-header .intro {
	font-family: 'RealHeadPro';
	font-size: 20px;
	color:#8C969D;
	margin-bottom: 14px;
	line-height: 1.4em;
}
.slide-footer {
	text-align: center;
}


.clientTypeHolder {
	padding-top: 25px;
	display: none;
}

.answer {
	margin-bottom: 15px;
}
.answer small.text-muted {
	line-height: 1.4em;
	display: inline-block;
}

.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 0px;
	margin-bottom: 0;
	font-weight: 500;
	cursor: pointer;
}
.checkbox input {
	margin-right: 15px;
}

.inlineRadio {
	display: inline-block;
}
.inlineRadio label {
	border:2px solid #001346;
	padding:15px 30px;
	border-radius: 100px;
	padding-left: 40px;
}
.inlineRadio input[type="radio"] {
	margin-top:7px;
}
input[type=number] {
	width: 75px;
	margin-right: 15px;
	border-radius: 35px;
	appearance: none !important;
	-webkit-appearance: none !important;
	text-align: center;
}
.form-control {
	background-color: #F5F6F6;
	border-color: #F5F6F6;
	box-shadow: none;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}



.input-group {
	background-color: #F5F6F6;
	border-radius: 50px;
}
.input-group .input-group-btn {
	padding:2px;
}
.input-group .btn-default {
	border-radius: 50px !important;
	background-color: #FFF;
	color:#001346;
	padding-left:10px; padding-right: 10px;
}



.resultsTable td:nth-child(2),.resultsTable th:nth-child(2) {
	background-color: #F5F6F6 ;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.resultsTable th:nth-child(2) {
	border-radius: 10px 10px 0 0;
}
.resultsTable tr:last-child td:nth-child(2) {
	border-radius: 0 0 10px 10px;
}
.resultsTable th,.resultsTable td {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.resultsTable td:first-child,.resultsTable th:first-child {
	padding-left: 0px !important;
}


.btn {
	border-radius: 50px;
	transition: all 0.3s;
}
.btn-template {
	color:#001346;
	background-color: #FFF;
	font-weight: bold;
	border:2px solid #001346;
}
.btn-template:hover {
	color:#FFFFFF;
	background-color: #001346;
}
.btn-template i {
	color:#E5591A;
}



.highcharts-title {
	font-family: 'RealHeadPro';
	font-weight: bold;
}
