body {
	font-family: 'Helvetica Neue LT', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	color: #2b2d42;
}

main, header, footer {
	display: block;
	width: 100%;
}

main {
	margin-top: 85px;
	padding-bottom: 50px;
}

h1, .h1 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 44px;
	font-weight: normal;
	line-height: 1;
}

h2, .h2 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}

h3, .h3 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h4, .h4 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

h5, .h5 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;	
}

.title-caption, .title-caption-sm {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}

.title-caption-sm {
	font-size: 16px;
}

p {
	margin: 0;
	padding: 8px 0;
	line-height: 1.5;
}

a, a:link, a:hover, a:active, a:visited {
	color: #2b2d42;
}

ul, ol {
	margin: 8px 0;
	padding-left: 20px;
}

ul li, ol li {
	margin: 0;
	padding: 5px 0;
	line-height: 1.5;
}

.main-nav {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: #fff;
}

.nav-overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	background-color: rgba(43, 45, 66, 0.8);
}

.nav {
	margin: 0 -15px;
	padding: 0;
	display: block;
	float: right;
}

.nav li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.nav li a {
	margin-left: 15px;
	padding: 0 15px;
	display: block;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #423b34;
}

.nav li a:hover {
	text-decoration: none;
	color: #ed243f;
}

.nav li.active a {
	color: #ed243f;
}

.btn-nav {
	margin: 0;
	padding: 0;
	width: 40px;
	display: block;
	float: right;
	background-color: transparent;
	border: 0;
}

.btn-nav span {
	margin: 5px 0;
	height: 4px;
	display: block;
	background-color: #2b2d42;
}

.logo {
	width: 180px;
	display: inline-block;
}

.header {
	padding-top: 90px;
	padding-bottom: 90px;
}

.header-introduction {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
}

.header-image {
	position: relative;
}

.header-image-circle {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 15%;
	border-radius: 35px;
	background: #8c98ad;
	z-index: 1;
}

.header-image-grid {
	width: 112px;
	height: 56px;
	position: absolute;
	left: 0;
	bottom: 15%;
	background-image: url('../img/header-image-grid.png');
	background-size: 17px;
	z-index: -1;
}

.header-image-wave {
	width: 142px;
	height: 44px;
	position: absolute;
	top: 45%;
	right: -15px;
	background-image: url('../img/header-image-wave.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

.bg-padding {
	padding-top: 90px;
	padding-bottom: 90px;
	clear: both;
}

.bg-padding-bottom {
	padding-bottom: 90px;
	clear: both;	
}

.bg-padding-bottom-sm {
	padding-bottom: 30px;
}

.bg-padding-top {
	padding-top: 90px;
	clear: both;
}

.bg-padding-sm {
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}

.block {
	padding: 30px;
	width: 100%;
	float: left;
}

.block-title {
	margin-top: 0 !important;
}

.block-xs {
	padding: 18px 30px;
}

.block-margin-bottom {
	margin-bottom: 30px;
}

.block-divided {
	padding: 0;
	display: table;
}

.block-divided .row {
	display: table-row;
}

.block-divided-item {
	display: table-cell;
	vertical-align: top;
}

.block-divided-item-caption {
	padding: 14px 30px;
}

.block-divided-item-image {
	width: 120px;
	position: relative;
}

.block-divided-item-image .img-responsive {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-divided-image {
	display: block;
}

.block-image {
	margin: 16px auto;
	display: block;
}

.block-image-flushed {
	margin-top: 30px;
	margin-left: -30px;
	margin-right: -30px;
	max-width: calc(100% + 60px);
}

.block-image-square-container {
	padding-top: 100%;
	position: relative;
}

.block-image-square {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}

.block-caption {
	color: #8c98ad;
}

.meta-title {
	padding: 6px 0;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-size: 24px;
}

.bg-primary {
	color: #fff;
	background-color: #ed243f;
}

.bg-dark {
	color: #fff;
	background-color: #2b2d42;
}

.bg-dark a {
	color: #f2f3ef;
}

.bg-dark a:hover {
	color: #fff;
}

.bg-medium {
	color: #fff;
	background-color: #8c98ad;
}

.bg-medium a {
	color: #fff;
}

.bg-light {
	color: #2b2d42;
	background-color: #ebf0f3;
}

.bg-white {
	background-color: #fff;
}

.bg-white a {
	color: #2b2d42;
}

.bg-white a:hover {
	color: #ed243f;
}

.article-content h2, .article-content .h2 {
	margin-top: 20px;
	color: #ed243f;
}

.article-content h3, .article-content .h3 {
	margin-top: 10px;
}

.article-content h4, .article-content .h4 {
	margin-top: 10px;
	color: #ed243f;
}

.article-content p a, .article-content li a, .article-sidebar p a {
	text-decoration: underline;
	color: #ed243f;
}

.article-content p a:hover {
	color: #2b2d42;
}

.article-image-mask {
	margin-bottom: 50px;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
}

.article-image-mask img {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.testimonial-content {
	margin-bottom: 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

.testimonial-score-container {
	margin-top: 8px;
	display: inline-block;
	width: 120px;
}

.testimonial-score {
	height: 24px;
	background-image: url('../img/icon-star.png');
	background-repeat: repeat-x;
	background-size: 24px auto;
}

.testimonial-image {
	margin-right: 30px;
	width: 65px;
	height: 65px;
	float: left;
	border-radius: 50%;
	object-fit: cover;
}

.faq-container {
	padding: 16px 0 0 0;
}

.faq-question {
	cursor: pointer;
}

.faq-question:active {
	color: #8c98ad;
}

.faq-question-container {
	padding: 8px 0;
}

label {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

.input {
	margin: 5px 0 15px 0;
	padding: 5px 8px;
	width: 100%;
	position: relative;
	font-family: 'Helvetica Neue LT', 'Helvetia', 'Arial', sans-serif;
	font-size: 16px;
	background-color: #fff;
	border: solid #ccc 1px;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select.input {
	background-image: url('../img/icon-arrow-down.png');
	background-repeat: no-repeat;
	background-position: 95% 12px;
	background-position-x: calc(100% - 12px);
	background-size: 12px auto;
}

.contact-email {
	display: none;
}

.btn {
	padding: 20px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.btn-xs {
	padding: 10px;
}

.btn-narrow {
	padding-left: 0;
	padding-right: 0;
}

.btn-block {
	display: block;
	text-align: center;
}

.btn:hover, a.btn:hover {
	text-decoration: none;
}

.btn-primary, a.btn-primary {
	color: #fff;
	background-color: #ed243f;
}

.btn-primary:hover, a.btn-primary:hover {
	background-color: #2b2d42;
}

.btn-dark {
	color: #fff !important;
	background-color: #2b2d42;
}

.list, .list-checks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-inline li {
	display: inline-block;
}

.list-splitted li {
	width: 50%;
	float: left;
}

.list-tabbed li {
	margin: 0;
	padding: 0;
	float: left;
}

.list-tabbed li a {
	padding: 15px 20px;
	display: block;
}

.list-checks li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}

.list-checks li:before {
	margin-right: 10px;
	content: '';
	width: 16px;
	height: 12px;
	display: inline-block;
	background-image: url('../img/icon-check.png');
	background-size: contain;
	background-repeat: no-repeat;
	clear: both;
}

.table {
	margin: 16px 0 30px 0;
	width: 100%;
}

.table th, .table td {
	padding: 10px;
	text-align: left;
	background-color: #ebf0f3;
	border: solid 2px #fff;
}

.table th {
	font-weight: bold;
	background-color: #d3d8da;
}

.modal-container {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
	background: rgba(0, 0, 0, 0.80);
}

.modal {
	margin-top: 60px;
	position: relative;
	max-height: 700px;
}

.modal .article-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 600px;
}

.modal-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	text-indent: -999px;
	font-size: 5px;
	overflow: hidden;
	background-image: url('../img/icon-close-white.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
}

.banner {
	display: none;
}

.banner-close {
	width: 36px;
	height: 36px;
	top: -10px;
	right: 0;
	background-image: url('../img/icon-close-dark.png');
	background-color: transparent;
}

.banner-close:hover {
	background-image: url('../img/icon-close-white.png');
	background-color: #2b2d42;
}

.bg-primary .list-checks li:before, .bg-medium .list-checks li:before {
	background-image: url('../img/icon-check-dark.png');	
}

.header-introduction.list-checks ul li:before {
	margin: 8px 30px 8px 0;
	width: 24px;
	height: 18px;
	float: left;
	clear: both;
}

.text-primary, a.text-primary {
	color: #ed243f;
}

.text-primary-light {
	color: #ffb4be;
}

.text-white, a.text-white {
	color: #fff;
}

.text-medium, a.text-medium {
	color: #8c98ad;
}

.text-light {
	color: #ebf0f3;
}

.text-dark, a.text-dark {
	color: #2b2d42;
}

a.text-dark:hover {
	color: #2b2d42;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.footer {
	margin-top: -50px;
	float: left;
	width: 100%;
	background: #ed243f;
}

.footer-about-row {
	display: table-row;
}

.footer-about-row-block {
	display: table-cell;
	vertical-align: top;
}

.footer-about-logo {
	padding: 12px 30px 12px 0;
	width: 54px;
}

.footer-slogan-block {
	margin-top: -50px;
}

.footer-slogan-text {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.footer-col {
	padding: 0;
}

.footer-inset-left {
	padding-left: 150px;
}

.footer-inset-right {
	padding-right: 150px;
}

.footer-disclaimer {
	font-size: 12px;
}

.clear {
	clear: both;
}

.visible-xs {
	display: none;
}

.visible-print {
	display: none;
}

#error_container .error {
	color: #ed243f;
}

/* RESPONSIVE */

@media(min-width: 1199px) {

	.footer-inset-left {
		padding-left: 20%;
	}

	.footer-inset-right {
		padding-right: 20%;
	}

}

@media(max-width: 1200px) {

	.nav li a {
		margin-left: 0; 
		font-size: 16px;
	}

}

@media(max-width: 992px) {

	.nav li a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 14px;
	}

	.footer-slogan-block {
		margin-top: 0;
	}

}

@media (max-width: 767px) {

	body {
		font-size: 16px;
	}

	main {
		margin-top: 65px;
	}

	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.main-nav {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nav {
		margin-top: 15px;
		display: none;
		float: initial;
	}

	.nav li {
		display: block;
	}

	.nav li a {
		padding: 10px 15px;
		font-size: 16px;
	}

	.logo {
		margin-top: 5px;
	}

	h1, .h1 {
		font-size: 30px;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	h2, .h2 {
		font-size: 18px;
	}
	

	h3, .h3 {
		font-size: 16px;
	}

	.header {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.header-image {
		padding-top: 30px;
	}

	.header-image-circle {
		left: 15px;
	}

	.header-introduction {
		font-size: 18px;
	}

	.header-introduction.list-checks ul li:before {
		margin-right: 16px;
	}

	.title-caption {
		font-size: 16px;
	}

	.modal-container .container {
		padding-left: 0;
		padding-right: 0;
	}

	.modal {
		margin-top: 0;
	}

	.modal h1, .modal .h1 {
		padding-right: 55px;
	}

	.modal-close {
		top: 20px;
		right: 20px;
	}

	.banner-close {
		top: -10px;
		right: 0;
	}

	.modal .article-content {
		max-height: 500px;
	}

	.bg-padding {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.bg-padding-top {
		padding-top: 30px;
	}

	.block-xs-margin-top {
		margin-top: 30px;
	}

	.block-divided {
		display: initial;
	}

	.block-divided-item {
		display: block;
	}

	.block-divided-item-image {
		display: none;
	}

	.block-divided-item-caption {
		padding: 18px 30px;
	}

	.block-no-padding-xs {
		margin-bottom: 15px;
	}

	.block-no-padding-xs .block-divided-item-caption {
		padding: 0;
	}

	.list-tabbed {
		margin-left: -30px;
		margin-right: -30px;
	}

	.meta-container-xs {
		margin-top: 30px;
	}

	.meta-title {
		font-size: 16px;
	}

	.article-image-mask {
		margin-bottom: 0;
	}

	.footer-slogan-text {
		font-size: 16px;
	}

	.footer-inset-left {
		padding-left: 30px;
	}

	.footer-inset-right {
		padding-right: 30px;
	}

	.hidden-xs {
		display: none;
	}

	.visible-xs {
		display: initial;
	}

}