@font-face {
	font-family: montserratregular;
	src: url(fonts/montserrat-regular-webfont.woff);
	font-weight: normal;
}

@font-face {
	font-family: montserratbold;
	src: url(fonts/montserrat-bold-webfont.woff);
	font-weight: bold;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 15px;
	font-family: montserratregular;
	list-style: none;
	box-sizing: initial;
}

li {
	float: left;
}

button {
	cursor: pointer;
}

.column button:disabled {
	background-color: #ccc;
	cursor: initial;
	border: 1px solid #aaa;
}

body {
	width: 1170px;
	margin: 0 auto;
	overflow-x: auto;
}

header {
	width: 100%;
	height: 415px;
	background: url(img/background.jpg) no-repeat center center;
	padding-top: 35px;
}

footer,
.slider {
	width: 100%;
	background-color: #fefbf4;
}

footer {
	height: 100px;
	padding-top: 25px;
	padding-bottom: 25px;
}

footer .inner {
	width: 945px;
}

footer a {
	color: #514f4f;
}

footer .ml {
	width: 78%;
	text-align: center;
}

footer ul {
	margin: 0 auto;
	width: 91%;
	height: 100px;
}

footer ul li {
	height: 100px;
	line-height: 100px;
	display: block;
}

footer ul li a {
	vertical-align: middle;
}

h4 {
	font-family: montserratbold;
}

#logo {
	width: 103px;
	height: 73px;
	margin: 0px 72px;
	float: left;
	position: absolute;
}

.account {
	float: right;
	background: #fff url(img/loginicon.png) no-repeat 16px 6px;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	padding: 10px 27px 10px 48px;
	font-size: 15px;
}

.baseline {
	margin: 55px 155px 0px;
	text-align: center;
	color: #fff;
}

.baseline img {
	margin-bottom: 20px;
}

.baseline h2 {
	text-transform: uppercase;
	font-size: 28px;
	margin: 0 0 25px;
}

.diagnostic {
	text-transform: uppercase;
	font-size: 16px;
	padding: 12px 50px;
	margin-top: 20px;
	background-color: #00a1d9;
	border-radius: 10px;
	color: #fff;
}

.diagnostic:hover {
	background-color: #0082af;
}


/* Slider Setup */

input {
	display: none;
}

#slide1:checked~#slides .inner {
	margin-left: 0;
}

#slide2:checked~#slides .inner {
	margin-left: -100%;
}

#slide3:checked~#slides .inner {
	margin-left: -200%;
}

#slide4:checked~#slides .inner {
	margin-left: -300%;
}


#overflow {
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
}

article {
	color: #514f4f;
}

article img {
	float: right;
}

article div {
	float: left;
	width: 55%;
	text-align: justify;
}

h3 {
	color: #514f4f;
	font-size: 25px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.listelogo h3 {
	width: 770px;
	margin: 57px auto 57px;
}

.listelogo ul {
	margin: 0 auto;
	width: 1015px;
	height: 157px;
}

.listelogo ul li {
	padding: 0 17px;
	text-align: center;
	height: 157px;
	line-height: 157px;
	display: block;
}

.listelogo ul li img {
	vertical-align: middle;
}

article button {
	background: none;
	border: 2px solid #00a1d9;
	border-radius: 10px;
	color: #00a1d9;
	padding: 8px 15px;
	text-transform: uppercase;
	margin-top: 20px;
}

#slides .inner {
	width: 500%;
}

#slides article {
	width: 20%;
	float: left;
}

/* Slider Styling */

/* Control Setup */

#controls {
	margin: -25% auto 0;
	width: 880px;
	height: 50px;
}

#controls label {
	display: none;
	width: 32px;
	height: 59px;
	opacity: 0.7;
	cursor: pointer;
}

#active {
	margin: 8% auto 0;
	text-align: center;
	padding-bottom: 30px;
	width: 100px;
}

#active label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #bbb;
}

#active label:hover {
	background: #ccc;
	border-color: #777 !important;
}

#controls label:hover {
	opacity: 0.8;
}

#slide4:checked~#controls label:nth-child(1),
#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4) {
	background: url('img/next.png') no-repeat;
	float: right;
	margin: 0 -70px 0 0;
	display: block;
}


#slide2:checked~#controls label:nth-child(1),
#slide3:checked~#controls label:nth-child(2),
#slide4:checked~#controls label:nth-child(3),
#slide1:checked~#controls label:nth-child(4) {
	background: url('img/prev.png') no-repeat;
	float: left;
	margin: 0 0 0 -70px;
	display: block;
}

#slide1:checked~#active label:nth-child(1),
#slide2:checked~#active label:nth-child(2),
#slide3:checked~#active label:nth-child(3),
#slide4:checked~#active label:nth-child(4) {
	background: #00a1d9;
	border-color: #00a1d9 !important;
}

/* Info Box */

.info {
	line-height: 20px;
	margin: 0 0 -150%;
	position: absolute;
	font-style: italic;
	padding: 30px 30px;
	opacity: 0;
	color: #000;
	text-align: left;
}

.info h3 {
	color: #333;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 22px;
	font-style: normal;
}

/* Slider Styling */

#slides {
	margin: 0px 0 0;
	padding: 70px 1%;
}


/* Animation */

#slides .inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

#slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#controls label {
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#slide1:checked~#slides article:nth-child(1) .info,
#slide2:checked~#slides article:nth-child(2) .info,
#slide3:checked~#slides article:nth-child(3) .info,
#slide4:checked~#slides article:nth-child(4) .info {
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}

.info,
#controls,
#slides,
#active,
#active label,
.info h3,
.desktop,
.tablet,
.mobile {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/*
.hidden{
	display:none;
}*/


.modalbg {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	display: block;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.column {
	max-width: 315px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	border-radius: 5px;
	background: #fff;
	display: none;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	pointer-events: auto;
}

.two.column {
	max-width: 315px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	border-radius: 5px;
	background: #fff;
	display: none;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	pointer-events: auto;
}

.column h3 {
	text-align: center;
	margin-top: 10px;
}

.column .inputs div input[type=text],
.column .inputs div input[type=password] {
	float: left;
	display: inline-block;
	padding: 0.5em 3em;
	box-sizing: border-box;
}

.column .inputs div {
	position: relative;
	display: inline-block;
	width: 100%;
}

#login-box .form i {
	position: absolute;
	left: 15px;
	top: 11px;
	opacity: 0.5;
}

.column i.remove,
.column i.close {
	position: absolute;
	top: 11px;
	opacity: 0.5;
	right: 8px;
}

.column .field a {
	color: #8b8b8b;
}

.column .field {
	text-align: center;
	color: #8b8b8b;
}

.column button {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 6px 0;
}


.column .primary {
	border: 1px solid #00a1d9;
	background: #00a1d9;
	color: #fff;
}

.column #switch-to-register-btn {
	border: 1px solid #00a1d9;
	color: #00a1d9;
	background: #fff;
}

.digipad {
	display: inline-block;
	width: 100%;
}


.digipad button {
	background: #fff;
	border: 1px solid #00a1d9;
	width: 17%;
	height: 36px;
	float: left;
	color: #00a1d9;
	margin: 3px;
	border-radius: 3px;
}

.checkboxes label.checkbox {
	text-align: center;
	padding: 5px 20px;
	border-bottom: 1px solid #4b7116;
	font-weight: normal;
	margin: 0 auto;
	display: block;
}

.checkboxes p,
.checkboxes .content ul,
.checkboxes .content div,
.checkboxes .content h6,
.checkboxes .content li,
.checkboxes .content label.consent {
	font-weight: normal;
	text-align: left;
	padding: 0 5px;
	max-height: 0px;
	overflow: hidden;
	color: #fff;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	display: none
}

.checkboxes>p {
	display: block;
}

.checkboxes input:checked~.content ul,
.checkboxes input:checked~.content li,
.checkboxes input:checked~.content h6,
.checkboxes input:checked~.content p {
	display: inline;
}

.checkboxes .content {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.checkboxes input:checked~.content p {
	/*display:inline-block;*/
	max-height: 84px;
	padding: 5px;
	color: #fff;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	display: inline-block;
}

.checkboxes input:checked~.content {
	border: 1px solid #7dba27;
	background: #7dba27;
	margin: 20px 0;
	color: #fff;
    height: 250px;
    overflow-x: clip;
	overflow-y: scroll;
}

#register-box input[type=text],
#register-box input[type=password] {
	border: 1px solid #ccc;
	width: 100%;
}

#register-box .consent input[type=checkbox] {
	display: inline-block;
}

#register-form {
	max-width: 640px;
	max-height: calc(100% - 40px - 30px);
	overflow-y: scroll;
}

#register-box .consent {
	display: inline-block;
	color: black;
	background-color: #eff0f2;
	padding: 5px;
	text-align: center;
}

#register-box .primary {
	box-sizing: border-box;
}

#register-box .captcha-control {
	margin-top: 5px;
	background-color: #eff0f2;
	color: white;
	padding-bottom: 5px;
	text-align: center;
}

#register-box .captcha-control .code {
	text-align: center;
	background-color: white;
	color: #8b8b8b;
	color: #036c90;
	margin: 5px auto;
	width: 60%;
	border-radius: 15px;
	display: block;
}

#register-box .captcha-control .code .remove {
	top: 0px;
	left: auto;
	position: absolute;
}

#register-box .field i {
	position: absolute;
	left: 7px;
	top: 8px;
}

.captcha-control i {
	position: relative;
	left: auto;
	top: auto;
	opacity: 1;
	font-size: 1em;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.modal .row {
	padding: 20px;

}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
}

blockquote cite {
	color: #666;
	font-weight: normal;
}

.contentpage p {
	text-align: justify;
	text-indent: 1em;
}

.ui.segment.contentpage {
	padding: 3em 6em;
}

.contentpage ul li:before {
	content: "-";
	margin-left: -12px;
}

.contentpage ul li {
	margin-left: 12px;
}

.contentpage li {
	padding-bottom: 7px;
	float: none;
}

.contentpage ol li {
	list-style: decimal;
}

.contentpage ol {
	padding: 0px 16px;
}

.contentpage strong {
	font-family: montserratbold;
}

/*
.modalbg:target {
  opacity:1;
  pointer-events: auto;
}*/
#forgot-form-box .ui.form {
	padding-top: 10px;
	padding-bottom: 10px;
}

#forgot-form-box .ui.form * {
	box-sizing: border-box;
}

#forgot-form-box .ui.form i {
	float: right;
	position: relative;
	bottom: 35px;
	right: 2px;
}

#switch-to-help {
	float: right;
	background: #fff;
	border-left: 1px solid #999;
	padding: 9px 19px 10px 14px;
	font-size: 15px;
}

#switch-to-doc {
	float: right;
	background: #fff;
	border-left: 1px solid #999;
	padding: 9px 19px 10px 14px;
	font-size: 15px;
}