
/*

.noto-sans {
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300/500;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

BLACK: #000
BLUE: #3B7888 (59, 120, 136)
ORANGE: #DE9C69 (222, 156, 105)

GREY: #E2E8E8

*/

* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* webfonts */

.noto-sans {
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

/* general */

body {
	font-size: 18px;
	color: #000;
	background: #fff;
}

br.clear {
	clear: both;
}

br.clear720 {
	display: none;	
}

/* wrapper */

.wide_wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1360px;
}

.wrapper1280 {
	margin: 0 auto;
	max-width: 1280px;
}

.wrapper1200 {
	margin: 0 auto;
	max-width: 1200px;
}

.wrapper1120 {
	margin: 0 auto;
	max-width: 1120px;
}

.wrapper1040 {
	margin: 0 auto;
	max-width: 1040px;
}

.wrapper960 {
	margin: 0 auto;
	max-width: 960px;
}

.wrapper880 {
	margin: 0 auto;
	max-width: 880px;
}

.wrapper800 {
	margin: 0 auto;
	max-width: 800px;
}

.wrapper720 {
	margin: 0 auto;
	max-width: 720px;
}

.wrapper640 {
	margin: 0 auto;
	max-width: 640px;
}

/* header */

.header {
	float: left;
	width: 100%;
	position: relative;
}

/* controls */

.controls {
	position: absolute;
	top: 0;
	right: 0;
}

/* login link */

.controls a.login_link {
	float: right;
	height: 44px;
	box-sizing: border-box;
	color: #FFF;
	background: #3B7888;
	padding: 10px 15px;
	text-decoration: none;
	transition: all 0.2s;
}

.controls a.login_link i {
	margin-right: 10px;
}

.controls a.login_link:hover {
	background: #DE9C69;
}

/* phone link */

.controls a.phone_link {
	float: right;
	height: 44px;
	box-sizing: border-box;
	color: #FFF;
	background: #000;
	padding: 10px 15px;
	text-decoration: none;
	transition: all 0.2s;
}

.controls a.phone_link i {
	margin-right: 10px;
}

.controls a.phone_link:hover {
	background: #DE9C69;
}

/* lan switch (with hover) */

div.lan_switch {
	float: right;
	height: 44px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 10px 15px;
	position: relative;
	background: #E2E8E8;
}

div.lan_switch span {
	float: left;
	width: 42px;
	box-sizing: border-box;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	padding-right: 15px;
}

div.lan_switch span:after {
	content: "\f063";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 14px;
	color: #3B7888;
	position: absolute;
	top: 6px;
	right: 0;
	z-index: 1;
}

div.lan_switch ul {
	visibility: hidden;
	opacity: 0;
	transition: all 0.1s;
	position: absolute;
	top: 44px;
	left: 0;
	list-style-type: none;
	background: #E2E8E8;
	padding-bottom: 10px;
	z-index: 100;
}

div.lan_switch ul li a {
	display: inline-block;
	width: 72px;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 !important;
	padding-top: 6px;
	padding-left: 15px;
	padding-bottom: 0;
}

div.lan_switch ul li a:hover {
	text-decoration: underline;
}

div.lan_switch ul.active {
	visibility: visible;
	opacity: 1;
}

/* logo */

img.logo {
	float: left;
	width: 200px;
	margin: 70px 0 40px 0;
}

/* hamburger */

.hamburger {
	float: right;
	position: relative;
	margin-top: 65px !important;
	margin-left: 30px !important;
	outline: none;
	display: none !important;
	background: none !important;
}

/* nav */

ul.nav {
	float: right;
	width: calc(100% - 340px);
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5000;
	margin-top: 120px;
}

ul.nav li {
	position: relative;
	padding-bottom: 45px;
}

ul.nav li.nav_account {
	display: none;
}

ul.nav li:after {
	content: "";
	position: absolute;
	bottom: 39px;
	left: 0;
	z-index: 100;
	width: 0;
	height: 1px;
	background: #DE9C69;
	transition: all 0.2s ease-out;
}

ul.nav li a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #000;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2em;
	position: relative;
	transition: all 0.1s;
	display: flex;
	align-items: center;
}

ul.nav li a i {
	color: #3B7888;
	font-size: 14px;
	margin-top: 2px;
	margin-left: 8px;
}

ul.nav li a i.subnav_rollover_toggle {
	display: none;
}

ul.nav li:hover a {
	color: #000;
}

ul.nav li.selected a {
	color: #000;
}

ul.nav li:hover:after {
	width: 100%;
}

ul.nav li.selected:after {
	width: 100%;
}

ul.nav li.with_subnav:hover:after {
	width: calc(100% - 18px);
}

ul.nav li.with_subnav.selected:after {
	width: calc(100% - 18px);
}

/* subnav rollover */

.subnav_rollover {
	position: absolute;
	top: 66px;
	left: -35px;
	z-index: 10000;
	width: 300px;
	box-sizing: border-box;
	padding: 20px 35px;
	padding-right: 15px;
	background: #E2E8E8;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.subnav_rollover_expertise {
	width: 650px;
	display: flex;
	flex-wrap: wrap;
}

.subnav_rollover.active {
	opacity: 1;
	visibility: visible;
}

ul.nav li .subnav_rollover a {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 1.2em;
	margin: 10px 0;
	border: 0;
	color: #000;
}

ul.nav li .subnav_rollover_expertise a {
	width: 50%;
}

ul.nav li .subnav_rollover a span {
	display: inline-block;
	position: relative;
}

ul.nav li .subnav_rollover a span:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 100;
	width: 0;
	height: 1px;
	background: #DE9C69;
	transition: all 0.2s ease-out;
}

ul.nav li .subnav_rollover a:hover span:after {
	width: 100%;
}

ul.nav li .subnav_rollover a.selected {
	color: #000;
}

ul.nav li .subnav_rollover a.selected span:after {
	width: 100%;
}

/* sticky nav */

.sticky_nav {
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 50px;
	background: #FFF; 
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
	transition: all 0.5s;
	box-sizing: border-box;
}

.sticky_nav.active {
	top: 0;
}

.sticky_nav img.sticky_nav_logo {
	float: left;
	height: 26px;
	margin-top: 14px;
}

.sticky_nav ul.nav {
	float: right;
	width: auto;
	margin: 13px 0 0 0 !important;
}

.sticky_nav ul.nav li {
	padding-bottom: 6px;
	margin-left: 40px;
}

.sticky_nav ul.nav li:after {
	bottom: 0;
}

.sticky_nav a.sticky_nav_hamburger {
	float: right;
	color: #000;
	font-size: 20px;
	margin-top: 2px;
	display: none;
}

.sticky_nav .subnav_rollover {
	top: 37px;
	background: #E2E8E8 !important;
}

/* crumb */

.crumb {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.crumb.center {
	justify-content: center;
}

.crumb a {
	color: #999 !important;
	margin-bottom: 5px;
}

.crumb a:hover {
	color: #000 !important;
}

.crumb i {
	float: left;
	color: #999;
	font-size: 11px;
	margin: 0 7px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.crumb span {
	margin-bottom: 5px;
}

/* content */

.content {
	float: left;
	width: 100%;
	position: relative;
}

.content a {
	color: #3B7888;
	transition: all 0.2s;
}

.content a:hover {
	color: #DE9C69;
}

.content a.small {
	font-size: 14px;
}

.content a.phone {
	white-space: nowrap;
}

.content a i.fa-arrow-left {
	margin-right: 8px;
}

.content a.anchor {
	float: left;
	display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.content a.button, 
.footer a.button {
	position: relative;
	display: inline-flex;
	box-sizing: border-box;
	color: #FFF;
	background: #3B7888;
	padding: 14px 20px;
	padding-right: 45px;
	border: 0;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-size: 16px;
	line-height: 1em;
	transition: all 0.2s;
	border-radius: 50px;
	align-items: center;
	overflow: hidden;
}

.content a.button:hover, 
.footer a.button:hover {
	color: #FFF;
	background: #DE9C69;
}

.content a.button:after, 
.footer a.button:after {
	content: "\f0a9";
	font-family: "Font Awesome 6 Pro";
    font-weight: 100;
	font-size: 20px;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
	transition: all 0.2s;
}

.content a.button.empty, 
.footer a.button.empty {
	border: 1px solid #3B7888;
	color: #3B7888;
	background: #FFF;
}

.content a.button.empty:after, 
.footer a.button.empty:after {
	color: #3B7888;
}

.content a.button.empty:hover, 
.footer a.button.empty:hover {
	color: #DE9C69;
	border: 1px solid #DE9C69;
}

.content a.button.empty:hover:after, 
.footer a.button.empty:hover:after {
	color: #DE9C69;
}

/* orange button */

.content a.button.orange {
	background: #DE9C69;
}

.content a.button.orange:hover {
	background: #3B7888;
}

/* white button */

.content a.button.white {
	color: #000;
	background: #FFF;
}

.content a.button.white:after {
	color: #DE9C69;
}

.content a.button.white:hover {
	color: #FFF;
	background: #DE9C69;
}

.content a.button.white:hover:after {
	color: #FFF;
}

.content img.left {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}

.content img.right {
	float: right;
	padding-left: 15px;
	margin-left: 15px;
}

.content img.full {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.content img.profile {
	width: 150px;
	border-radius: 150px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 25px;
}

.content h1 {
	color: #3B7888;
	font-weight: 200;
	font-size: 35px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 25px;
}

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

.content h1.no_margin {
	margin-bottom: 0;
}

.content h1.less_margin {
	margin-bottom: 10px;
}

.content h1.extra_margin {
	margin-bottom: 60px;
}

.content h2 {
	color: #3B7888;
	font-weight: 200;
	font-size: 35px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h2.line {
	position: relative;
	padding-left: 155px;
}

.content h2.line:after {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 100;
	width: 125px;
	height: 1px;
	background: #DE9C69;
}

.content .bg_DE9C69 h2.line:after {
	background: #FFF;
}

.content .bg_E2AD85 h2.line:after {
	background: #FFF;
}

.content h2 i.fa-circle-check,
.content h3 i.fa-circle-check {
	color: #DE9C69;
	font-size: 22px;
	margin-right: 5px;
}

.content h2.orange {
	color: #DE9C69;
}

.content h3 {
	font-weight: 300;
	font-size: 28px;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 20px;
}

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

.content h3.less_margin {
	margin-bottom: 15px;
}

.content h3.line {
	padding-left: 155px;
	position: relative;
}

.content h3.line:after {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 100;
	width: 125px;
	height: 1px;
	background: #DE9C69;
}

.content h3.orange {
	color: #DE9C69;
}

.content h4 {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.7em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h4.orange {
	color: #DE9C69;
}

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

.content h4.line {
	padding-left: 155px;
	position: relative;
}

.content h4.line:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 100;
	width: 125px;
	height: 1px;
	background: #DE9C69;
}

.content p {
	line-height: 1.7em;
	margin-bottom: 30px;
}

.content p.orange {
	color: #DE9C69;
}

.content p.line {
	position: relative;
	padding-left: 155px;
}

.content p.spacer {
	position: relative;
	padding-left: 155px;
}

.content p.line:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 100;
	width: 125px;
	height: 1px;
	background: #DE9C69;
}

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

.content p.small {
	font-size: 14px;
}

.content p.lessmargin {
	margin-bottom: 15px;
}

.content p.lesslineheight {
	line-height: 1.5em;
}

.content p.nomargin {
	margin-bottom: 5px;
}

.content span.small {
	font-size: 14px;
	color: #999;
}

.content p.hidden_field {
	float: left;
	width: 100%;
	margin: 5px 0 15px 0;
}

.content p img.icon {
	vertical-align: middle;
	margin-right: 8px;
	width: 25px;
}

.content ul {
	list-style-type: disc;
	margin-bottom: 25px;
	clear: both;
}

.content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
	clear: both;
}

.content li {
	margin-left: 25px;
	margin-bottom: 5px;
	line-height: 1.7em;
}

.content ol li {
	padding-left: 7px;
}

.content ul.small li {
	margin-left: 15px;
	margin-bottom: 0;
}

.content ul.check {
	list-style-type: none;
	margin-bottom: 25px;
}

.content ul.check li {
	margin-left: 0;
	padding-left: 30px;
	margin-bottom: 5px;
	position: relative;
}

.content ul.check li:before {
    content: "\f058";
	font-family: "Font Awesome 6 Pro";
    font-weight: 100;
	font-size: 20px;
    position: absolute;
    top: 2px;
    left: 0;
    height: 100%;
    color: #DE9C69;
    display: flex;
    align-items: flex-start;
}

.content ul.green {
	list-style-type: none;
	margin-bottom: 25px;
}

.content ul.green li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 2px;
	position: relative;
	color: #3B7888;
}

.content ul.line {
	position: relative;
	padding-left: 155px;
}

.content ul.line:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 100;
	width: 125px;
	height: 1px;
	background: #DE9C69;
}

.content ul.spacer {
	position: relative;
	padding-left: 155px;
}

.content table {
	width: 100%;
	margin-bottom: 30px;
}

.content th {
	color: #999;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
	background: none !important;
}

.content td {
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	line-height: 1.4em;
	border-bottom: 1px solid #ddd;
}

.content table.cart {
	width: 100%;
}

.content table.cart td {
	padding: 10px;
}

.content tr.total td {
	color: #FFF;
	background: #000;
}

.content tr.reduction td {
	color: #3B7888;
}

.content table.noborder td {
	border: 0;
	padding: 15px 0;
	padding-right: 25px;
}

.content td.label {
	font-weight: 700;
	font-style: normal;
	width: 190px;
}

.content td.green {
	color: #3B7888;
}

.content td ol {
	margin-left: 0;
	padding-left: 0;
}

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

.content table tr.strike td {
	color: #999;
}

.content table tr.strike td span {
	text-decoration: line-through;
}

.content td.bold {
	font-weight: normal;
	font-style: normal;
}

.content table.fiche {
	width: 100%;
	border-top: 1px solid #ddd;
}

.content table.fiche td {
	padding: 10px;
}

em.hint {
	color: #999;
	font-style: normal;
	font-size: 15px;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

hr.spacer1 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 0;
	margin-bottom: 0;
}

hr.spacer5 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 4px;
}

hr.spacer10 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 9px;
}

hr.spacer15 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 14px;
}

hr.spacer20 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 19px;
}

hr.spacer25 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 24px;
}

hr.spacer30 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 29px;
}

hr.spacer50 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 49px;
}

hr.spacer75 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 74px;
}

hr.spacer100 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 99px;
}

hr.spacer125 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 124px;
}

hr.spacer150 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 149px;
}

hr.spacer175 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 174px;
}

hr.spacer200 {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	height: 1px;
	margin-bottom: 199px;
}

/* grey block 

.grey_block {
	width: 100%;
	display: inline-block;
	padding: 30px;
	background: #E2E8E8;
	margin-top: 10px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.grey_block p:last-of-type {
	margin-bottom: 0;
}

.grey_block ul:last-of-type {
	margin-bottom: 0;
}

/* iframe wrappers */

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* toggle text block */

.toggle_text_block {
	display: none;
}

/* page blocks */

.page_block {
	float: left;
	width: 100%;
	position: relative;
}

/* page block: blue bg */

.bg_3B7888 {
	padding: 75px 0 50px 0;
	color: #FFF;
	background: #3B7888;
}

.bg_3B7888 h1, 
.bg_3B7888 h2, 
.bg_3B7888 h3, 
.bg_3B7888 h4 {
	color: #FFF;
}

.bg_3B7888 a {
	color: #FFF;
}

.bg_3B7888 a:hover {
	color: #DE9C69;
}

/* page block: orange bg */

.bg_DE9C69 {
	padding: 75px 0 50px 0;
	background: #DE9C69;
}

.bg_DE9C69 p.line:after { 
	background: #3B7888 !important;
}

.bg_DE9C69 h1,
.bg_DE9C69 h2, 
.bg_DE9C69 h3,
.bg_DE9C69 h4 {
	color: #FFF;
}

/* page block: light orange bg */

.bg_E2AD85 {
	padding: 75px 0 50px 0;
	background: #E2AD85;
}

.bg_E2AD85 p.line:after { 
	background: #3B7888 !important;
}

.bg_E2AD85 h1,
.bg_E2AD85 h2, 
.bg_E2AD85 h3,
.bg_E2AD85 h4 {
	color: #FFF;
}

/* page block: grey bg */

.bg_E2E8E8 {
	padding: 75px 0 50px 0;
	background: #E2E8E8;
}

/* page block: type 1: banner (home) */

.banner_wrapper {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner_cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 50%);
}

.banner_text_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15; 
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.banner_text {
	float: left;
	width: 100%;
	position: relative;
	background: rgba(59,120,136,0.95);
	margin-bottom: 150px;
	box-sizing: border-box;
	padding: 60px 150px;
}

.banner_text h1, 
.banner_text h2 {
	color: #FFF; !important;
	margin-bottom: 20px !important;
}

.banner_text p {
	margin-bottom: 0 !important;
}

.banner_text a.button {
	position: absolute;
	bottom: -20px;
	left: 305px;
}

.banner_text br.typed_break_before {
	display: none;
}

.banner_slider {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}

.banner_slide {
	float: left;
	width: 100%;
	height: 800px !important;
	background-size: cover !important;
	position: relative;
}

/* page block: type 2: intro */ 

.intro_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	z-index: 1;
	background-size: cover !important;
}

.intro_image img {
	float: left;
	width: 100%;
	display: none;
}

.intro_text {
	float: right;
	width: 65%;
	min-height: 500px;
	box-sizing: border-box;
	padding-left: 90px;
	padding-right: 90px;
}

/* page block: type 3: title + text */

.split_wrapper {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.split_title {
	float: left;
	width: 35%;
	box-sizing: border-box;
	padding: 100px 60px !important;
	position: relative;
}

.split_title.bg_DE9C69:after {
	content: "";
	position: absolute;
	top: 95px;
	right: -25px;
	z-index: 1;
	width: 25px;
	height: 50px;
	background: url("/_graphics/corner_orange.svg") bottom right no-repeat;
	background-size: 50px auto;
}

.split_title.bg_E2AD85:after {
	content: "";
	position: absolute;
	top: 95px;
	right: -25px;
	z-index: 1;
	width: 25px;
	height: 50px;
	background: url("/_graphics/corner_light_orange.svg") bottom right no-repeat;
	background-size: 50px auto;
}

.split_title.bg_E2E8E8:after {
	content: "";
	position: absolute;
	top: 95px;
	right: -25px;
	z-index: 1;
	width: 25px;
	height: 50px;
	background: url("/_graphics/corner_grey.svg") bottom right no-repeat;
	background-size: 50px auto;
}

.split_text {
	float: right;
	width: 65%;
	box-sizing: border-box;
	padding: 100px 60px !important;
}

.split_text.no_bottom_padding {
	padding-bottom: 0 !important;
	margin-bottom: -30px;
}

/* page block: type 5: cta */

.cta_wrapper {
	float: left;
	width: 100%;
	position: relative;
	background-size: cover !important;
	padding: 160px 0;
}

.cta_cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

.cta_text_wrapper {
	float: left;
	width: 100%;
	position: relative;
	z-index: 10;
}

.cta_text {
	float: left;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 60px 150px;
}

.cta_text.bg_3B7888 {
	background: rgba(59,120,136,0.95);
}

.cta_text.bg_DE9C69 {
	background: rgba(222,155,105,0.95);
}

.cta_text.bg_E2AD85 {
	background: rgba(226,173,133,0.95);
}

.cta_text h1, 
.cta_text h2 {
	color: #FFF; !important;
	margin-bottom: 20px !important;
}

.cta_text p {
	margin-bottom: 0 !important;
}

.cta_text a.button {
	position: absolute;
	bottom: -20px;
	left: 305px;
}

/* page block type 18/19: text + slider (L/R) */

.page_block_text_image_wrapper {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.page_block18 .page_block_text, 
.page_block19 .page_block_text {
	float: left;
	width: 50%;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	padding: 50px 100px;
}

.page_block18 .page_block_text {
	float: right;
}

.page_block19 .page_block_text.mobile_text {
	display: none;
}

.page_block18 .page_block_images:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 75px;
	height: 100%;
	z-index: 100;
	background: #3B7888;
}

.page_block19 .page_block_images:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 75px;
	height: 100%;
	z-index: 100;
	background: #DE9C69;
}

.page_block18 .page_block_images, 
.page_block19 .page_block_images {
	float: right;
	width: 50%;
	position: relative;
	z-index: 500;
}

.page_block18 .page_block_images {
	float: left;
}

.page_block18 .page_block_slider, 
.page_block19 .page_block_slider {
	float: left;
	width: 100%;
}

.page_block18 .page_block_slider .page_block_slide, 
.page_block19 .page_block_slider .page_block_slide {
	float: left;
	width: 100%;
	background-size: cover !important;
}

.page_block18 .page_block_slider .page_block_slide img, 
.page_block19 .page_block_slider .page_block_slide img {
	float: left;
	width: 100%;
}

/*

.page_block18 .page_block_images .video_icon, 
.page_block19 .page_block_images .video_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_block18 .page_block_images .video_icon img, 
.page_block19 .page_block_images .video_icon img {
	width: 125px;
	transition: all 0.2s ease;
}

.page_block18 .page_block_images .video_icon img:hover, 
.page_block19 .page_block_images .video_icon img:hover {
	transform: scale(1.1) rotate(2deg);
}

/* page block: type 20: news slider */

.news_slider_sidebar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 180px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	background: #000;
}	

.news_slider_sidebar h3 {
	margin: 0;
}

/*
.news_slider_sidebar:after {
	content: "";
	position: absolute;
	top: 0;
	right: -25px;
	z-index: 1;
	width: 25px;
	height: 100%;
	background: url("/_graphics/corner_black.svg") center right no-repeat;
	background-size: 50px auto;
}
*/

.news_slider {
	float: right;
	width: calc(100% - 180px);
	box-sizing: border-box;
	background: #E2E8E8;
	padding: 50px 100px;
}
	
.news_slide {
	float: left;
	width: 100%;
	text-align: center;
}

.news_slide a {
	color: #000;
}

.news_slide a:hover {
	color: #3B7888;
}

/* page block: type 25: image album */

.image_album {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.image_album .item {
	overflow: hidden;
	margin: 5px !important;
	box-sizing: content-box;
}

.image_album .item img {
	transition: all 0.2s;
}

.image_album .item:hover img { 
	transform: scale(1.03);
}

/* page block: type 28: event list */

.content ul.event_list {
	float: left;
	list-style-type: none;
	cursor: pointer;
	width: 100%;
	margin-left: 0;
}

.content ul.event_list li {
	float: left;
	margin: 0 0 15px 0;
	padding: 20px 15px;
	border-left: 2px solid #E2E8E8;
}

.content ul.event_list li:hover {
	background-color: #E2E8E8;
	border-left: 2px solid #E2E8E8;
}

.content ul.event_list li b.date {
	float: left;
	color: #fff;
	background: #000;
	padding: 2px 8px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
}

.content ul.event_list li b.date.archive {
	background: #999;
}

.content ul.event_list li img {
	float: left;
	width: 20%;
}

.content ul.event_list li p {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.content ul.event_list li p.with_image {
	float: right;
	width: 77%;
}

.content ul.event_list li p strong {
	float: left;
	width: 100%;
	font-size: 1.2em;
	color: #222;
}

.content ul.event_list li p strong.archive {
	color: #999;
}

.content ul.event_list li p em {
	float: left;
	width: 100%;
	font-size: 1em;
	margin-bottom: 10px;
	color: #999;
}

.content ul.event_list li p span {
	float: left;
}

/* event page */

img.cover {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

img.thumb {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 10px;
}

img.thumb1, 
img.thumb3, 
img.thumb5, 
img.thumb7, 
img.thumb9 {
	margin-right: 0;	
}

b.event_date {
	float: left;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	margin-bottom: 10px;
}

em.event_location {
	float: left;
	width: 100%;
	font-size: 1.3em;
	margin-bottom: 20px;
	color: #888;
}

/* page block: type 34: duo links */

.duo_link_wrapper {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.duo_link {
	float: left;
	width: 50%;
	position: relative;
	color: #000 !important;
	transition: al 0.2s;
}

.duo_link:hover {
	background: #E2E8E8;
}

.duo_link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 100%;
	z-index: 0;
	background: #DE9C69;	
}

.duo_link_icon {
	float: left;
	width: 180px;
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

.duo_link_icon img.icon {
	float: left;
	width: 74px;
	margin-left: calc(50% - 37px);
}

.duo_link_icon img.corner {
	position: absolute;
	top: 55px;
	right: -25px;
	width: 50px;
	z-index: 10;
}

.duo_link_text {
	float: right;
	width: calc(100% - 180px);
	box-sizing: border-box;
	padding: 65px 60px;
}

/* page block: type 35: trio links */

.trio_link_wrapper {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

a.trio_link {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 65px 35px;
	padding-right: 60px;
	font-size: 20px;
	color: #FFF;
	background: #3B7888;
	text-decoration: none;
	position: relative;
}

a.trio_link:nth-child(2) {
	background: rgba(59,120,136,0.8);
}

a.trio_link:hover {
	color: #FFF;
	background: #DE9C69;
}

a.trio_link:after {
	content: "\f0a9";
	font-family: "Font Awesome 6 Pro";
    font-weight: 100;
	font-size: 20px;
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
	transition: all 0.2s;
}

/* page block: type 36: expertise links */

.expertise_links {
	float: left;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.expertise_links a {
	width: calc(25% - 4px);
	margin: 2px;
	box-sizing: border-box;
	padding: 35px;
	padding-right: 60px;
	font-size: 20px;
	color: #FFF;
	background: #3B7888;
	text-decoration: none;
	position: relative;
}

.expertise_links a:nth-child(2),
.expertise_links a:nth-child(4),
.expertise_links a:nth-child(5),
.expertise_links a:nth-child(7), 
.expertise_links a:nth-child(10), 
.expertise_links a:nth-child(12), 
.expertise_links a:nth-child(13) {
	background: rgba(59,120,136,0.8);
}

.expertise_links a:hover {
	color: #FFF;
	background: #DE9C69;
}

.expertise_links a:after {
	content: "\f0a9";
	font-family: "Font Awesome 6 Pro";
    font-weight: 100;
	font-size: 20px;
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
	transition: all 0.2s;
}

/* main */

.main {
	float: left;
	width: 60%;
}

.main.right {
	float: right;
}

.main.wide {
	width: 100%;
}

/* sidebar */

.sidebar {
	float: right;
	width: 32%;
}

.sidebar.left {
	float: left;
}

/* news list */

.news_list {
	float: left;
	width: 100%;
}

.news_list a {
	float: left;
	width: 100%;
	text-decoration: none;
	color: #000;
	box-sizing: border-box;
	padding: 20px 25px;
	border-left: 2px solid #E2E8E8;
	margin-bottom: 20px;
}

.news_list a strong {
	float: left;
	width: 100%;
}

.news_list a p {
	margin-bottom: 0;
}

.news_list a:hover {
	color: #000;
	background: #E2E8E8;
}

/* news filter */

a.filter {
	float: left;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 16px;
	padding: 8px 12px;
	border: 1px solid #3B7888;
	margin: 0 12px 12px 0;
	color: #3B7888;
	border-radius: 50px;
}

a.filter:hover {
	color: #FFF;
	background: #3B7888;
}

a.filter.selected {
	color: #FFF;
	background: #3B7888;
}

/* news page */

span.news_link {
	float: left;
	width: 100%;
	line-height: 1.5em;
}

span.small {
	float: left;
	width: 100%;
	color: #999;
	font-size: 16px;
	margin-bottom: 15px;
}

/* lawyer list */

.lawyer_list {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.lawyer_list.small {
	justify-content: flex-start;
}

.lawyer_list .lawyer {
	float: left;
	width: calc(25% - 100px);
	margin: 0 50px 75px 50px;
}

.lawyer_list .lawyer .lawyer_image {
	float: left;
	width: 100%;
	background-size: cover !important;
	border-radius: 500px;
	border: 1px solid #FFF;
	margin-bottom: 20px;
}

.lawyer_list .lawyer .lawyer_image img {
	float: left;
	width: 100%;
}

.lawyer_list a.lawyer:hover .lawyer_image {
	border: 1px solid #DE9C69;
}

.lawyer_list .lawyer strong {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 300;
	margin-bottom: 2px;
}

.lawyer_list .lawyer span {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
}

.lawyer_list.small .lawyer {
	width: calc(33.33% - 80px);
	margin: 0 40px 70px 40px;
}

/* calculator */

.calculator_result_block {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	padding-bottom: 0;
	border: 2px solid #3B7888;
	background: #fff;
	margin-bottom: 20px;
}

/* google maps */

#google_maps_canvas {
	float: left;
	width: 100%;
	height: 350px;
}

/* sitemap */

ul#sitemap {
	font-size: 17px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 16px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 15px;
}

/* file upload */

.content p.file_upload_info {
	float: left; 
	width: 100%; 
	font-size: 13px;
	line-height: 1.4em; 
	margin-bottom: 15px;
}

div.file_block {
	float: left;
	width: 100%;
	margin-top: 10px;
	display: none;
}

a.add_file_link {
	font-size: 14px;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}

span.session_file_upload {
	float: left;
	width: 100%;
	font-size: 14px;
	margin-bottom: 7px;
}

span.session_file_upload img {
	height: 14px;
	vertical-align: middle;
	margin-right: 4px;
}

input[type="file"] {
	font-size: 14px;
}

/* form */

.form {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: #E2E8E8;
	margin-bottom: 25px;
}

.form.nopadding {
	padding: 0;
	background: none;
}

/* form labels */

.form label {
	cursor: pointer;
}

.form span.label, 
.form span.hint {
	float: left;
	width: 100%;
	line-height: 1.3em;
}

.form span.label {
	margin-bottom: 5px;
	font-weight: bold;
}

.form span.label.error {
	color: #DC4731;
}

.form span.label strong, 
.form label strong {
	font-weight: normal;
	font-style: normal;
}

.form span.label em {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #999;
	line-height: 1.4em;
}

.form span.hint {
	font-weight: normal;
	font-size: 15px;
	color: #999;
	margin-top: -5px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

.form span.hint_textarea {
	margin-top: 0;
	margin-bottom: 10px;
}

.form span.hint strong {
font-weight: normal;
	font-style: normal;
}

.form span.checkbox_hint {
	margin-top: 2px;
}

.form span.booking_hint {
	margin-bottom: 0;
}

.form span.hint a {
	color: #999;
}

.form span.hint a:hover {
	color: #000;
}

.form span.hint u {
	cursor: pointer;
}

.form span.checkbox {
	float: left;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.3em;
}

.form span.checkbox label {
	cursor: pointer;
}

.form span.checkbox.error {
	color: #DC4731;
}

.form span.checkbox.error a {
	color: #DC4731;
}

.form span.label b, 
.form span.checkbox b {
	color: #999;
	font-size: 11px;
	font-weight: 400;
	vertical-align: top;
}

.form span.label.error b, 
.form span.checkbox.error b {
	color: #DC4731;
	font-weight: 700;
}

.form span.radios {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.6em;
}

.form span.checkbox.yesno input.checkbox {
	margin-top: 7px;
}

.form span.form_block {
	float: left; 
	width: 100%; 
	margin-bottom: 15px;
	line-height: 1.3em;
}

.form span.form_block.error {
	color: #DC4731;
}

.form span.form_block_checkbox {
	float: left;
	width: 25%;
}

.form span.form_block_checkbox.large {
	width: 100%;
}

.form span.form_block_checkbox.error {
	color: #DC4731;
}

.form span.form_block_checkbox span.checkbox {
	margin-bottom: 8px;
}

.form span.form_block_checkbox.large span.checkbox {
	margin-bottom: 3px;
}

.form_warning {
	float: left;
	width: 100%;
	font-weight: 700;
	color: #DC4731;
	margin-bottom: 15px;
}

/* form fields */

.form input.text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #3B7888;
	padding: 15px;
	margin-top: 3px;
	margin-bottom: 15px;
	color: #000;
	font-size: 17px;
	outline: none;
}

.form input.text.disabled {
	background: rgba(255, 255, 255, 0.25);
}

.form input.text:focus {

}

.form input.text.error {
	border: 1px solid #DC4731;
}

.form input.text.without_label {
	margin-top: -5px;
}

.form textarea {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	background: #FFF;
	border: 1px solid #3B7888;
	padding: 15px;
	margin-top: 3px;
	margin-bottom: 15px;
	color: #000;
	font-size: 17px;
	outline: none;
}

.form textarea:focus {

}

.form textarea.error {
	border: 1px solid #DC4731;
}

.form textarea.without_label {
	margin-top: -5px;
}

.form .select_wrapper {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 3px;
	margin-bottom: 15px;
}

.form .select_wrapper.small {
	width: 25%;
	min-width: 175px;
	margin-right: 15px;
}

.form .select_wrapper.mini {
	width: 15%;
	min-width: 125px;
	margin-right: 15px;
}

.form .select_wrapper.medium {
	width: 30%;
	min-width: 250px;
	margin-right: 15px;
}

.form .select_wrapper.large {
	width: 100%;
}

.form .select_wrapper:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
	font-weight: 400;
    font-size: 17px;
    color: #fff;
    right: 0;
    top: 0;
    bottom: 0;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    pointer-events: none;
    line-height: 14px;
    background: #3B7888;
}

.form .select_wrapper.error:after {
	background: #DC4731;
}

.form select {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    display: inline-block;
    zoom: 1;
    color: #000;
    background-color: #fff;
    padding: 13px 40px 13px 15px;
    margin: 0 7px 0 0;
    border-radius: 0;
    color: #000;
	font-size: 17px;
	font-weight: 400;
    border: 1px solid #3B7888;
    width: 100%;
    cursor: pointer;
    outline: none;
}

.form select::-ms-expand {
    display: none;
}

.form select:focus {

}

.form select.error {
	border: 1px solid #DC4731;
}

.form .select_wrapper.small select {
	padding-left: 7px;
}

.form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 5px 7px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

.form input.radio {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 8px 7px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

div.form_spacer {
	float: left;
	width: 100%;
	height: 10px;
}

div.form_title {
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 25px;
}

/* checkbox block */

.form_checkbox_block {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-top: 3px;
	margin-bottom: 20px;
}

.form_checkbox_block.error {
	border: 1px solid #DC4731;
}

.form_checkbox_block span.checkbox {
	float: left;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}

.form_checkbox_block span.checkbox:last-child {
	border-bottom: 0;
}

.brochure_form_address_wrapper {
	float: left;
	width: 100%;
	display: none;
}

.brochure_form_address_wrapper.active {
	display: block;
}

.participant_multiple_info {
	float: left;
	width: 100%;
	display: none;
}

.participant_multiple_info.active {
	display: block;
}

.register_user_participant_fields {
	float: left;
	width: 100%;
	display: none;
}

.register_user_participant_fields.active {
	display: block;
}

/* rating 

.rating {
	float: left;
	width: 100%;
	margin: 5px 0;
}

.rating img {
	width: 25px;
	margin-right: 0;
	margin-bottom: 12px;
}

/* camp period alert 

div.camp_period_alert {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	padding-bottom: 0;
	color: #fff;
	background: #DC4731;
	margin-bottom: 15px;
}

div.camp_period_alert strong {
	font-weight: normal;
	font-style: normal;
}

div.camp_period_alert a {
	color: #fff;
}

div.camp_period_alert a:hover {
	color: #eee;
}

div.camp_period_alert h3 {
	color: #fff;
	margin-bottom: 10px;
}

/* form options */

.form_options {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.form_options a {
	float: left;
	width: 48%;
	box-sizing: border-box;
	padding: 25px;
	color: #3B7888;
	background: rgba(161,192,51,0.1);
	border: 1px solid #3B7888;
	text-decoration: none;
	transition: all 0.2s;
	padding-bottom: 100px;
	position: relative;
}

.form_options a:hover {
	color: #3B7888;
	background: rgba(161,192,51,0.25);
}

.form_options a h4 {
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
}

.form_options a h4 b {
	font-weight: 700;
}

.form_options a ul {
	margin-bottom: 0;
}

.form_options a ul li {
	font-size: 14px;
	color: #000;
	margin-left: 15px;
}

.form_options a u {
	position: absolute;
	bottom: 25px;
	left: 25px;
	height: 50px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	color: #FFF !important;
	background: #3B7888;
	padding: 10px 20px;
	padding-right: 70px;
	border: 0;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 1em;
	transition: all 0.2s;
	text-decoration: none;
	overflow: hidden;
}

.form_options a u em {
	font-style: normal;
	position: relative;
	z-index: 10;
}

.form_options a:hover u {
	color: #FFF !important;
}

.form_options a u:before {
	content: "";
	display: block;
	position: absolute;
	top: 0 !important;
	right: 0 !important;
	z-index: 0 !important;
	height: 100% !important;
	width: 60px !important;
	background: url("/_graphics/bg_button.svg") top left no-repeat;
	background-size: auto 50px;
	transition: all .4s ease;
}

.form_options a:hover u:before {
	width: calc(100% + 30px) !important;
}

.form_options a u:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 100;
	background: url("/_graphics/arrow_right_white.svg") center center no-repeat;
	background-size: 14px auto;
}

/* warning */

div.warning {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 18px 15px;
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background: #DC4731;	
}

div.warning a {
	color: #FFF;
}

div.warning a:hover {
	color: #EEE;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 15px;
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 400;
	text-align: center;
	color: #FFF;
	background: #3B7888;	
	border-bottom: 1px solid #FFF;
	margin-bottom: 30px;
}

div.feedback.error {
	background: #DC4731;
}

div.feedback a {
	color: #FFF;
}

div.feedback a:hover {
	color: #EEE;
}

div.feedback b {
	font-weight: normal;
	font-style: normal;
}

div.feedback a.button {
	margin-bottom: 10px;
}

/* button */

.form button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

.form button {
	cursor: pointer;
	outline: none;
	display: inline-flex;
	position: relative;
	display: inline-flex;
	box-sizing: border-box;
	color: #FFF;
	background: #3B7888;
	padding: 14px 20px;
	padding-right: 45px;
	border: 0;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-size: 16px;
	line-height: 1em;
	transition: all 0.2s;
	border-radius: 50px;
	align-items: center;
	overflow: hidden;
}

.form button:hover:hover {
	color: #FFF;
	background: #DE9C69;
}

.form button:after {
	content: "\f0a9";
	font-family: "Font Awesome 6 Pro";
    font-weight: 100;
	font-size: 20px;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
	transition: all 0.2s;
}

/* sticky meeting button */

.sticky_meeting_button {
	position: fixed;
	top: 150px;
	right: -250px;
	z-index: 500;
	padding: 12px 20px;
	padding-right: 25px;
	font-size: 18px;
	line-height: 1.3em;
	color: #FFF !important;
	background: #3B7888;
	border: 0;
	text-decoration: none;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	transition: all 0.4s;
}

.sticky_meeting_button:hover {
	background: #000;
	right: 0 !important;
}

.sticky_meeting_button.active {
	right: -10px;
}

/* footer logo */

.footer_logo {
	float: left;
	width: 100%;
	padding: 40px 0;
	border-top: 1px solid #3B7888;
	border-bottom: 1px solid #3B7888;
	overflow: hidden;
}

.footer_logo img {
	float: left;
	width: 200px;
	margin-left: calc(50% - 100px);
}

/* footer */

.footer {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 1.7em;
	position: relative;
	z-index: 1;
	padding: 40px 0;
}

.footer a {
	color: #000;
	text-decoration: none;
}

.footer a:hover {
	color: #3B7888;
	text-decoration: underline;
}

/* footer blocks */

.footer_blocks {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer_block {
	box-sizing: border-box;
	padding-right: 50px;
}

.footer_block1 {
	width: 26%;
}

.footer_block2 {
	width: 17%;
}

.footer_block4 {
	width: 22%;
}

.footer_block4 {
	padding-right: 0;
}

.footer_block strong {
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 25px;
}

.footer_block p {
	margin-block: 25px;
}

.footer_block img.peer_reviewed {
	float: left;
	width: 100px;
	margin-top: 30px;
}

.footer_block2 a {
	float: left;
	width: 100%;
	margin-bottom: 7px;
}

.footer_block .icon_row {
	float: left;
	width: 100%;
	margin-bottom: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer_block .icon_row i {
	font-size: 20px;
	color: #3B7888;
	margin-top: 4px;
	margin-right: 20px;
}

.footer_block .icon_row:last-of-type i {
	margin-top: 7px;
}

/* copyrights */

.copyrights {
	float: left;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.7em;
	text-align: center;
	border-top: 1px solid #3B7888;
}

.copyrights a {
	color: #000;
}

.copyrights a:hover {
	color: #3B7888;
}

/* quoted */

img.quoted {
	vertical-align: middle;
	height: 15px;
	margin-left: 10px;
	opacity: 0.75;
}

img.quoted:hover {
	opacity: 1;
}

/* tooltips */

.qtip-light .qtip-content{
	color: #000; 
    font-size: 14px;
    line-height: 1.4em;
}

/* hide recaptcha badge */

.grecaptcha-badge {
	display: none !important;
}

/* evaluation */

.evaluation_wrapper {
	max-width: 880px;
	margin: auto;
}

.evaluation_container {
	float: left;
	width: 100%;
	margin: 25px 0;
}