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

/* TAGS */
html {
    width: 100%;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    color: #013b57;
    position: relative;
    background-color: #FFF;
    font-weight: 400;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

img {
	border: none 0;
	max-width: 100%;
	height: auto;
}

a {
	color: #ea0e00;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 20px 0;
}

strong {
	font-weight: 700;
}

.footer a {
	color: #013b57;
}

/* INPUTS */
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"] {
	border: solid 1px #cbcbcb;
	font-family: inherit;
	font-size: 16px;
	font-weight: 300;
	padding: 9px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input[type="submit"] {
	width: auto;
	background-color: #ed1c24;
	border: none 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
	padding: 8px 20px;
	font-size: 19px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #d60000;
}

/* CLASSES */
.canvas {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px;
}

.main {
	padding-bottom: 50px;
}

/* Parent div of phone input */
div:has(> #LPtel) {
	width: 100%;
}

/* CLASSES */

/* CAPTCHA */

.captcha-label {
	border: 4px solid #f2f2f2;
}

.captcha-label .error {
	border: none 0;
	color: #FF0000;
}

.captImg {
    display: none;
}

.redBorder {
	border: 4px solid #f00 !important;
}

/* CAPTCHA */

/* FORM */

.form label {
	display: block;
	font-weight: 500;
	margin-bottom: 4px;
}

.form input[type="text"],
.form select,
.form textarea {
	width: 100%;
	box-sizing: border-box;
}

.form .leftColumn,
.form .rightColumn {
	width: 49%;
}

.form textarea {
	height: 123px;
}

.form .grayText {
	font-weight: 300;
}

.form .checkButtons {
	display: block;
	background-color: #f1f4f9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 13px 10px 10px 10px;
}

.form .checkButtons label {
	font-weight: normal;
	display: inline-block;
	margin-right: 10px;
}

/* FORM */


/* FOOTER */

.footer {
	background-color: #f2f2f2;
	-webkit-box-shadow: inset 0 2px 4px #dddddd;
	box-shadow: inset 0 2px 4px #dddddd;
	padding: 18px 0;
	border-top: solid 1px #d7d7d7;
	color: #8c8c8c;
	font-size: 16px;
}

/* FOOTER */

/* COOKIE BAR */

#cookie-bar {
	padding: 5px 10px;
	font-size: 13px;
	overflow: hidden;
	background: #fff9c2;
	border: solid 1px #e6dfa4;
	border-top: none 0;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 10;
}

#cookie-bar p {
	margin: 0;
	line-height: normal;
}

#cookie-bar .cb-enable {
	font-weight: bold;
	color: #C80003 !important;
	padding-left: 180px;
}

/* COOKIE BAR */