@charset "UTF-8";
/* CSS Document */


/*******************************************************
jQuery validate CSS
*******************************************************/
label.error {
	color: red;
	font-weight: normal;
	padding-left: 5px;
}

/*******************************************************
Varnish stripping
*******************************************************/

:link, :visited {
	text-decoration:none
}
ul, ol {
	list-style:none
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
a img, :link img, :visited img {
	border:none;
}
address {
	font-style:normal;
}
abbr, acronym {
	border: none;
}
a {
	text-decoration: none;
}

/*******************************************************
Logo area
*******************************************************/
#header {
	max-width: 800px;
	width: 100%;
	/*height: 150px;*/
	/*padding: 15px 0px 0px 38px;*/
	padding-top: 15px;
}

#header h1 {
	color: #34657f;
	padding-bottom: 40px;
	display: block;
}
#header h1:after{
	content: '';
	display: inline-block;
	width: 15%;
	position: relative;
	top: 20px;
	left: -320px;
	border: 5px solid #34657f;
}
#header h1 small {
	color: #848284;
	font-size: 0.6em;
	line-height: 130%;
}

#identity {
	/*width: 180px;*/
	/*height: 156px;*/
	text-align:center;
	padding-bottom: 24px;
	/*padding: 0px 0px 24px 0px;*/
	margin: 0 auto;
	display: block;
}

/*******************************************************
Main content area
*******************************************************/

.main-container {
	margin: 15px auto 0 auto;
	background-color: #fff;
	max-width: 800px;
	width: 95%
}

.question-holder{
	margin: 0 auto;
	background-color: #dddee0;
	max-width: 800px;
	width: 95%
}
#introduction {
	max-width: 752px;
	width: 100%;
	/*padding: 15px 0px 0px 38px;*/
	text-align: left;
}
#website-link {
	float: right;
	width: 235px;
	height: 117px;
	text-align:right;
}

.question-panel {
	float: left;
	max-width: 790px;
	width: 98.75%;
	background-repeat:no-repeat;
	padding: 15px 0;
	/*padding: 15px 15px 15px 36px;*/
}
.question-panel p{
	padding-bottom: 15px;
}
.question-panel input,span,textarea{
	display: inline-block;
	padding: 4px 0;
}
table, tr, th, td {
	/*padding: 5px;*/
}

.agree-table {
	text-align: center; /* center checkbox horizontally */
	vertical-align: middle; /* center checkbox vertically */
}

.presubmit-checkbox {
	font-size: 12px;
}
/*******************************************************
standard font settings
*******************************************************/

body {
	background-color:#fff;
	/*background-image:url(https://www.interface-cs.co.uk/public/images/interface-clinical-additional-bg.jpg);*/
	background-repeat:no-repeat;
	line-height: 140%;
	font-family: 'Montserrat', sans-serif;
}
.intro-paragraph {

	line-height: 140%;
}

p {
	line-height: 145%;
}
/*******************************************************
Footer area
*******************************************************/
footer {
	width: 100%;
	background-color: #56565A;
	position: relative;
	bottom: 0;
	top: calc(100% - 689px);
}

footer address, ul {
	margin-bottom: 20px;
}

.footer-main-container {
	/*padding: 10px 0;*/
	margin: 0 auto;
	height: 100%;
	max-width: 1000px;
	width: 100%;
	color: white;
	clear: both;
	position:relative;
}

.footer-left {
	padding: 15px 0;
	float: left;
}

.footer-right {
	padding: 15px 0px;
	float: right;
}
.footer-center {
	padding: 15px 5px;
	max-width: 700px;
	text-align: center;
}
.footer-main-container a {
	/*padding: 0 0 35px 0;*/
	font-weight:normal;
	color:#fbbc1c;
}

.footer-main-container h3 {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 15px;
}

.footer-bottom-container {
	/*padding: 10px 0;*/
	margin: 0 auto;
	height: 100%;
	max-width: 1000px;
	width: 100%;
	color: white;
	clear: both;
	position:relative;
}

.footer-bottom-container a {
	color: white;
}

@media screen and (max-width: 760px){
	.question-holder-holder{
		width: 100%;
		background-color: #dddee0;
	}
	#footer_logo {
		text-align: center;
	}
	.footer-left {
		min-width: 320px;
		width: 100%;
	}

	.footer-right {
		text-align: center;
		width: 100%;
		min-width: 320px;
	}
}
@media screen and (min-width: 761px){
	.question-holder-holder{
		margin: 0 auto 25px auto;
	}
	body {
		background-color: #2a2b2d;
	}
	.main-container {
		padding: 0 25px;
		box-shadow: 4px 4px 4px 6px rgba(0,0,0,0.75);
	}
	.question-holder{
		padding: 10px 25px;
		box-shadow: 4px 8px 4px 6px rgba(0,0,0,0.75);
	}
	#footer_logo {
		text-align: left;
	}
	#footer_logo img{
		margin-bottom: 24px;
	}
	#footer_logo p{
		margin-bottom: 12px;
	}
	.footer-left {
		max-width: 500px;
		width: 50%;
	}

	.footer-right {
		text-align: right;
		width: 50%;
		max-width: 500px;
	}
}
.footer-social{
	padding: 15px 0;
}
.footer-social i{
	padding-right: 24px;
	color: #ffb81c;
	font-weight: 400;
}
.contact-button{
	background-color: #fff;
	color: #34657f !important;
	padding: .5rem 2rem;
	border-radius: 1.5rem;
	margin-top: 1.5rem;
}

.footer-social a[href^="tel:"]{
	color:#fff ;
	font-weight: 700;
}
#footer_logo {
	margin: 0 auto;
	padding: 15px 0;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
/*******************************************************
Form area
*******************************************************/
input[type='radio'] {
	transform: scale(1.2);
}

.radio-btn-values {
	padding-right: 10px;
}

.agree-radio-btn-values {
	padding-left: 5px;
	padding-right: 10px;
}

textarea {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
}
.testimonial-table{
	width: 100%;
	margin-top: 25px;
	display: none;
}
.range-slider{
	overflow: hidden;
	-webkit-appearance: none;
	width: 100%;
	height: 25px;
	background: #d3d3d3;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-transition: .2s;
	transition: opacity .2s;
}
.range-slider::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 35px;
	background: #225f78;
	cursor: pointer;
	box-shadow: -1200px 0 0 1200px #fbbc19;
}
.range-slider::-ms-fill-upper{
	background: #d3d3d3;
}
.range-slider::-ms-fill-lower{
	background: #fbbc19;
}
.range-slider::-ms-track{
	background: #d3d3d3;
}
.range-slider::-ms-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 35px;
	background: #225f78;
	cursor: pointer;
}

.range-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 35px;
	background: #225f78;
	cursor: pointer;
	box-shadow: -1200px 0 0 1200px #fbbc19;
}
.min-max-holder{
	display: block;
}
span.max-span{
	float: right;
}
#submit-container {

	max-width: 800px;
	width: 100%;
	/*padding: 0px 0px 42px 36px;*/
	padding-bottom: 42px
}
.sumbit-button {
	display: block;
	margin: 0 auto;
	color: #ffffff;
	padding: 7px 21px 7px 21px;
	background-color: #266178; /* #e9752c */
	border: 1px solid #266178;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
}
.sumbit-button:hover{
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
	background-color: #173947;
}
#year{
	padding: 0
}
#error {
	color: #990000;
}