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

* {margin:0; padding:0;}

html {
	font-family:"Lato", sans-serif;
	font-weight: 400;
	font-size: 10px;
}

body {
	font-family:"Lato", sans-serif;
	font-size: 1.4rem;
	line-height: 2.1em;
	color: #23366f;
}

a {color: #e30614; text-decoration:none; }

header .logos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding:.75rem 1rem;
	max-width: 1140px;
	margin:auto;
}

@media (max-width: 767px) {
	header .logos {flex-direction: column;}
}

footer {
	background-color:#333;
	color:#fff;
	margin-top:4rem;
}

footer .inner-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding:5rem 3rem;
	max-width: 1140px;
	margin:auto;
}



.if-left {
	width:40%;	
}

.if-right {
	width:50%;	
}

.if-right img {
	margin-top:3rem;
	height: auto;
	max-width: 100%;
}

footer .address {
	border-top:1px solid #fff;
	margin-top:1rem;
	padding-top:2rem;
	line-height:1.8em;	
}

@media (max-width: 767px) {
	footer .inner-footer {flex-direction: column;}
	.if-left, .if-right {width:100%}
	.if-right {padding-top: 4rem;}
}

.bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 1140px;
	margin:auto;
	padding:2rem 1rem;	
}

.bottom ul {
	list-style:none;
}
.bottom li {
	float:left; margin-left:2rem;
}

.my-2 {
	margin-bottom:.5rem !important;	
	margin-top:.5rem !important;	
}

.mb-2 {
	margin-bottom:.5rem !important;	
}

.fleft {float:left;}
.fright {float:right;}

.clearfix {clear:both;}

.box-normal {
	background-color: #e7eceb;
	padding: 3rem;
	border-radius:.6rem;
	margin-bottom:3rem;
}

.box-alert {
	background-color: #F03;
	color:#fff;
	padding: 3rem;
	border-radius:.6rem;
	margin-bottom:3rem;
}

.box-message {
	background-color: rgb(148, 190, 183);
	color: #fff;
	padding:5rem 1rem;
	margin-bottom:1rem;
}	

.paragraph-margin {margin:2rem 0;}
.align-left {text-align: left;}
.align-center {text-align: center;}

.h1 {font-size:3.8rem; font-weight:bold; color:#23366f; line-height:1.4em; }
.h2 {font-size:2.4rem; font-weight:bold; color:#23366f;}
.h3 {font-size:1.8rem; font-weight:bold; color:#23366f; }

hr {border:0; border-top:1px solid #ccc; margin:4rem 0;}

.box-message .h1 {color:#fff; font-size:3.5rem; margin-bottom:2rem;} 

.form-element {margin:3rem 0}

input::placeholder {
	color: #999;
}

input:focus {
	outline:none;
}

input.text {
	padding:1rem 0;
	font-size: 1.6rem;
	line-height:2.3rem;
	border:0; border-bottom:2px solid #999; width:100%;
}
input.text:disabled {
	border-color:#ddd;
}

input.check {border-color:#23366f; margin-right:.25rem;}

label {color:#23366f; margin-right:1rem;}
label.question {display:block; font-weight:bold; font-size:1.8rem; line-height:2.6rem; margin-bottom:1rem;}

.btn {font-size:1.8rem; font-weight:bold; min-width:20rem; cursor:pointer; line-height:2.4rem;
	padding:1.5rem 3rem; border:0; border-radius:3rem; background-color: #f99b34; color: #fff; }

.btn:hover {background-color:#ffb629;}
.btn:disabled {background-color:#dadada;}
a.btn {text-decoration:none;}


.results {text-align:center;}
.paragraph-margin.mobile {display:none;}

@media screen and (max-width: 1100px) {
	.paragraph-margin.mobile {display:inline;}
	.paragraph-margin.computer {display:none;}		
}
