p.privacy {
	color: rgb(255,255,255);
	background: red;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin: 20px;
}

/* =============================================================================
 * mod_privacy_optin
 * ========================================================================== */

.mod_privacy_optin * {
	font-family: Arial, Verdana, sans-serif;
	line-height: 20px;
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

.mod_privacy_optin {
	display: none;
}

.mod_privacy_optin.open {
	display: block;
}

.mod_privacy_optin h1,
.mod_privacy_optin h2,
.mod_privacy_optin h3,
.mod_privacy_optin h4,
.mod_privacy_optin h5,
.mod_privacy_optin h6 {
	font-family: Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 45px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjkuNzZweCIgaGVpZ2h0PSIzNC4yNTlweCIgdmlld0JveD0iMCAwIDI5Ljc2IDM0LjI1OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuNzYgMzQuMjU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNCM0M0MSIgc3Ryb2tlLXdpZHRoPSIxLjQ0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2IiBkPSINCglNMTQuODgxLDMzLjU0QzYuNDI3LDI5Ljg4LDAuNzIsMjEuOTM4LDAuNzIsMTMuOTc1YzAtNC4wODEsMC4wNDktOS4xNywwLjA0OS0xMy4yNTVDMi4wMzYsMi4yMTEsNC41ODgsNC4yMzEsNy41Myw0LjIzMQ0KCWMzLjUxOSwwLDYuNDgtMS40NTgsNy4zNTEtMy40MzljMC44NzIsMS45ODEsMy44MzIsMy40MzksNy4zNTEsMy40MzljMi45NDIsMCw1LjQ5NC0yLjAyLDYuNzYxLTMuNTExDQoJYzAsNC4wODUsMC4wNDgsOS4xNzQsMC4wNDgsMTMuMjU1QzI5LjA0MSwyMS45MzgsMjMuMzMzLDI5Ljg4LDE0Ljg4MSwzMy41NEwxNC44ODEsMzMuNTR6Ii8+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM0IzQzQxIiBzdHJva2Utd2lkdGg9IjEuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiIHBvaW50cz0iDQoJOC45MjgsMTYuNzk0IDE0LjQxMSwyMy4xNDYgMjMuMTM3LDkuNzggIi8+DQo8L3N2Zz4NCg==");
}

.mod_privacy_optin h1 {
	font-size: 26px;
}

.mod_privacy_optin h2 {
	font-size: 24px;
}

.mod_privacy_optin h3 {
	font-size: 22px;
}

.mod_privacy_optin h4 {
	font-size: 20px;
}

.mod_privacy_optin h5 {
	font-size: 18px;
}

.mod_privacy_optin h6 {
	font-size: 16px;
}

.mod_privacy_optin .privacy_buttons input {
	background: green;
	padding: 0 15px;
	line-height: 35px;
	color: white;
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	display: block;
	border: 0;
}

.mod_privacy_optin .privacy_overlay {
	z-index: 10000000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

.mod_privacy_optin .privacy_popup {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 20000000;
	width: 90%;
	max-width: 475px;
	max-height: 100vh;
	overflow: auto;
}

.mod_privacy_optin.optin_bottom .privacy_popup {
	bottom: 10px;
	top: auto;
}

.mod_privacy_optin .privacy_content {
	padding: 20px 20px 15px 20px;
	background: rgb(248,248,248);
}

.mod_privacy_optin .privacy_popup.view_help {
	position: absolute;
}

.mod_privacy_optin .privacy_option_info {
	font-size: 12px;
	color: rgba(0,0,0,0.6);
	line-height: 1.4;
	margin-bottom: 0;
	cursor: pointer;
	display: block;
}

.mod_privacy_optin .privacy_text p {
	line-height: 19px;
	font-size: 12px;
	margin-bottom: 15px;
}

.mod_privacy_optin .privacy_item {
	margin-bottom: 15px;
}

.mod_privacy_optin .privacy_label {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mod_privacy_optin .privacy_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.mod_privacy_optin .privacy_label .privacy_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid rgba(0,0,0,0.1);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;	
}

.mod_privacy_optin .privacy_label:hover input ~ .privacy_checkmark {
  background-color: #ccc;
}

.mod_privacy_optin .privacy_label input:checked ~ .privacy_checkmark {
  background-color: #2196F3;
}

.mod_privacy_optin .privacy_label .privacy_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mod_privacy_optin .privacy_label input:checked ~ .privacy_checkmark:after {
  display: block;
}

.mod_privacy_optin .privacy_label .privacy_checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mod_privacy_optin .privacy_buttons {
	margin-top: 20px;
}

.mod_privacy_optin .submit {
	margin-bottom: 10px;
}

.mod_privacy_optin .submit:active {
	opacity: 0.8;
}

.mod_privacy_optin .submit.readonly,
.mod_privacy_optin .submit.readonly:hover,
.mod_privacy_optin .submit.readonly:focus {
	background: rgb(221, 221, 221);
	color: rgb(154, 154, 154);
}

.mod_privacy_optin .headline {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.mod_privacy_optin .privacy_help_link,
.mod_privacy_optin .privacy_help_close {
	font-size: 0.85rem;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
}

.mod_privacy_optin .privacy_help p {
	font-size: 0.9rem;
	line-height: 1.5;
}

.mod_privacy_optin .ajax_info {
	background: rgb(16, 126, 16);
	border-radius: 3px;
	margin: 10px 0;
	padding: 3px 15px;
	color: rgb(255,255,255);
	font-size: 0.9rem;
	display: none;
}

.mod_privacy_optin .privacy_help {
	display: none;
}

.mod_privacy_optin .view_help .privacy_settings {
	display: none;
}

.mod_privacy_optin .view_help .privacy_help {
	display: block;
}

.mod_privacy_optin p.privacy a {
	text-decoration: underline;
	color: rgba(255,255,255)!important;
}

.mod_privacy_optin .privacy.hidden {
	display: none;
}

.mod_privacy_optin .privacy_links {
	text-align: center;
	margin-top: 10px;
}

.mod_privacy_optin .privacy_links a {
	font-size: 12px;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

/* =============================================================================
 * mod_privacy_optin_medium
 * ========================================================================== */

.mod_privacy_optin_medium * {
	font-family: Arial, Verdana, sans-serif;
	line-height: 19px;
	font-size: 13px;
	box-sizing: border-box;
}

.mod_privacy_optin_medium {
	display: none;
}

.mod_privacy_optin_medium.open {
	display: block;
}

.mod_privacy_optin_medium h1,
.mod_privacy_optin_medium h2,
.mod_privacy_optin_medium h3,
.mod_privacy_optin_medium h4,
.mod_privacy_optin_medium h5,
.mod_privacy_optin_medium h6 {
	font-family: Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjkuNzZweCIgaGVpZ2h0PSIzNC4yNTlweCIgdmlld0JveD0iMCAwIDI5Ljc2IDM0LjI1OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuNzYgMzQuMjU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNCM0M0MSIgc3Ryb2tlLXdpZHRoPSIxLjQ0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2IiBkPSINCglNMTQuODgxLDMzLjU0QzYuNDI3LDI5Ljg4LDAuNzIsMjEuOTM4LDAuNzIsMTMuOTc1YzAtNC4wODEsMC4wNDktOS4xNywwLjA0OS0xMy4yNTVDMi4wMzYsMi4yMTEsNC41ODgsNC4yMzEsNy41Myw0LjIzMQ0KCWMzLjUxOSwwLDYuNDgtMS40NTgsNy4zNTEtMy40MzljMC44NzIsMS45ODEsMy44MzIsMy40MzksNy4zNTEsMy40MzljMi45NDIsMCw1LjQ5NC0yLjAyLDYuNzYxLTMuNTExDQoJYzAsNC4wODUsMC4wNDgsOS4xNzQsMC4wNDgsMTMuMjU1QzI5LjA0MSwyMS45MzgsMjMuMzMzLDI5Ljg4LDE0Ljg4MSwzMy41NEwxNC44ODEsMzMuNTR6Ii8+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM0IzQzQxIiBzdHJva2Utd2lkdGg9IjEuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiIHBvaW50cz0iDQoJOC45MjgsMTYuNzk0IDE0LjQxMSwyMy4xNDYgMjMuMTM3LDkuNzggIi8+DQo8L3N2Zz4NCg==");
}

.mod_privacy_optin_medium h1 {
	font-size: 26px;
}

.mod_privacy_optin_medium h2 {
	font-size: 24px;
}

.mod_privacy_optin_medium h3 {
	font-size: 22px;
}

.mod_privacy_optin_medium h4 {
	font-size: 20px;
}

.mod_privacy_optin_medium h5 {
	font-size: 18px;
}

.mod_privacy_optin_medium h6 {
	font-size: 16px;
}

.mod_privacy_optin_medium .privacy_buttons {
	margin: 25px 0 15px 0;
}

.mod_privacy_optin_medium .privacy_buttons input {
	background: green;
	padding: 0 15px;
	line-height: 35px;
	color: white;
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	display: block;
	border: 0;
}

.mod_privacy_optin_medium .privacy_overlay {
	z-index: 10000000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

.mod_privacy_optin_medium .privacy_popup {
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 20000000;
	width: 90%;
	max-width: 420px;
	max-height: 100vh;
	overflow: auto;
}

.mod_privacy_optin_medium.optin_bottom .privacy_popup {
	bottom: 10px;
	top: auto;
}

.mod_privacy_optin_medium .privacy_content {
	padding: 15px 15px 10px 15px;
	background: rgb(248,248,248);
	border-radius: 5px;
}

.mod_privacy_optin_medium .privacy_popup.view_help {
	position: absolute;
}

.mod_privacy_optin_medium .privacy_option_info {
	font-size: 12px;
	color: rgba(0,0,0,0.6);
	line-height: 1.4;
	margin-bottom: 0;
	cursor: pointer;
}

.mod_privacy_optin_medium .privacy_text {
	line-height: 1.2;
	font-size: 0.9rem;
}

.mod_privacy_optin_medium .privacy_checkboxes {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.mod_privacy_optin_medium .privacy_item {
	display: inline-block;
	margin: 0 10px;
}

.mod_privacy_optin_medium .privacy_label {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mod_privacy_optin_medium .privacy_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.mod_privacy_optin_medium .privacy_label .privacy_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid rgba(0,0,0,0.4);
  background-color: #eee;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;	
}

.mod_privacy_optin_medium .privacy_label:hover input ~ .privacy_checkmark {
  background-color: #ccc;
}

.mod_privacy_optin_medium .privacy_label input:checked ~ .privacy_checkmark {
  background-color: #2196F3;
}

.mod_privacy_optin_medium .privacy_label .privacy_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mod_privacy_optin_medium .privacy_label input:checked ~ .privacy_checkmark:after {
  display: block;
}

.mod_privacy_optin_medium .privacy_label .privacy_checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mod_privacy_optin_medium .submit {
	margin-top: 10px;
	padding: 12px;
	width: 100%;
}

.mod_privacy_optin_medium .submit:active {
	opacity: 0.8;
}

.mod_privacy_optin_medium .submit.readonly,
.mod_privacy_optin_medium .submit.readonly:hover,
.mod_privacy_optin_medium .submit.readonly:focus {
	background: rgb(221, 221, 221);
	color: rgb(154, 154, 154);
}

.mod_privacy_optin_medium .headline {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.mod_privacy_optin_medium .privacy_help_link,
.mod_privacy_optin_medium .privacy_help_close {
	font-size: 0.85rem;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
}

.mod_privacy_optin_medium .privacy_help p {
	font-size: 0.9rem;
	line-height: 1.5;
}

.mod_privacy_optin_medium .ajax_info {
	background: rgb(16, 126, 16);
	border-radius: 3px;
	margin: 10px 0;
	padding: 3px 15px;
	color: rgb(255,255,255);
	font-size: 0.9rem;
	display: none;
}

.mod_privacy_optin_medium .privacy_help {
	display: none;
}

.mod_privacy_optin_medium .view_help .privacy_settings {
	display: none;
}

.mod_privacy_optin_medium .view_help .privacy_help {
	display: block;
}

.mod_privacy_optin_medium p.privacy {
	color: rgb(255,255,255);
	background: red;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin: 20px;
}

.mod_privacy_optin_medium p.privacy a {
	text-decoration: underline;
	color: rgba(255,255,255)!important;
}

.mod_privacy_optin_medium .privacy.hidden {
	display: none;
}

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

.mod_privacy_optin_medium .privacy_links a {
	font-size: 12px;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

/* =============================================================================
 * mod_privacy_optin_slim
 * ========================================================================== */

.mod_privacy_optin_slim * {
	font-family: Arial, Verdana, sans-serif;
	line-height: 20px;
	font-size: 13px;
	box-sizing: border-box;
}

.mod_privacy_optin_slim {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000000000;
}

.mod_privacy_optin_slim.open {
	display: block;
}

.mod_privacy_optin_slim .privacy_inside {
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%;
	z-index: 100;
	overflow: hidden;
	padding: 15px;
}

.mod_privacy_optin_slim .privacy_overlay {
	z-index: 10000000;
	z-index: 10;
	width: inherit; 
	height: inherit; 
	position: inherit; 
	background-color: rgba(0,0,0,.4);
}

.mod_privacy_optin_slim .privacy_buttons {
	float: right;
	width: 40%;
	text-align: right;
}

.mod_privacy_optin_slim .privacy_button {
	display: inline-block;
}

.mod_privacy_optin_slim .privacy_button a {
	padding: 5px;
	min-width: 140px;
	margin: 5px 0;
}

.mod_privacy_optin_slim .privacy_content {
	float: left;
	width: 60%;
	line-height: 1.5;
}

.mod_privacy_optin_slim .privacy_content a {
	color: rgb(255,255,255);
	text-decoration: underline;
}

.mod_privacy_optin_slim .privacy_content p {
	margin-bottom: 0;
}

.mod_privacy_optin_slim .privacy_button a {
	background: green;
	color: white;
	text-decoration: none;
	padding: 0 15px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	min-width: 140px;
}

/* =============================================================================
 * helper classes
 * ========================================================================== */

.privacy.hidden {
	display: none;
}

a.privacy_optout_click {
	cursor: pointer;
}

/* =============================================================================
 * hide_optin class
 * ========================================================================== */

.hide_optin .mod_privacy_optin,
.hide_optin .mod_privacy_optin_slim,
.hide_optin .mod_privacy_optin_medium {
	display: none!important;
}

/* =============================================================================
 * mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	.mod_privacy_optin_slim .privacy_buttons,
	.mod_privacy_optin_slim .privacy_content {
		float: none;
		width: 100%;
		text-align: left;
	}
	
	.mod_privacy_optin_slim .privacy_content {
		margin-bottom: 10px;
	}
	
	.mod_privacy_optin_slim .privacy_button,
	.mod_privacy_optin_slim .privacy_button a {
		display: block;
	}
}


.autogrid_grid{display:grid;margin-left:-15px;margin-right:-15px}.autogrid_grid .column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_none{margin-left:0;margin-right:0}.autogrid_grid.gutter_none>.column{padding-left:0;padding-right:0}.autogrid_grid.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_grid.gutter_s>.column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_grid.gutter_m>.column{padding-left:30px;padding-right:30px}.autogrid_grid.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_grid.gutter_l>.column{padding-left:40px;padding-right:40px}.autogrid_grid.same_height>.column>.attributes{height:100%}.autogrid_grid .column .attributes{background-size:cover}.autogrid_grid .column .attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_grid .column .attributes.p-l{padding:160px 40px 160px 40px}.autogrid_grid .column .attributes.p-m{padding:115px 40px 115px 40px}.autogrid_grid .column .attributes.p-s{padding:80px 40px 80px 40px}.autogrid_grid .column .attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_grid .column.align_left_top{text-align:left}.autogrid_grid .column.align_left_center{text-align:left;align-self:center}.autogrid_grid .column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.align_center_top{text-align:center}.autogrid_grid .column.align_center_center{text-align:center;align-self:center}.autogrid_grid .column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.align_right_top{text-align:right}.autogrid_grid .column.align_right_center{text-align:right;align-self:center}.autogrid_grid .column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_grid.same_height>.column{align-self:unset}.autogrid_grid.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_grid.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_grid.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_grid .column>.attributes .image_mob{display:none}.autogrid_row,.autogrid_wrapper{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;box-sizing:border-box}.autogrid,.autogrid_row>.column{padding-left:15px;padding-right:15px;flex-basis:1;flex-grow:1;width:100%;position:relative;box-sizing:border-box}.autogrid_clear{flex:0 0 100%;height:0}.col_1{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.autogrid_row>.column>.attributes{background-size:cover}.autogrid_row>.column>.attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_row>.column>.attributes.p-l{padding:160px 40px 160px 40px}.autogrid_row>.column>.attributes.p-m{padding:115px 40px 115px 40px}.autogrid_row>.column>.attributes.p-s{padding:80px 40px 80px 40px}.autogrid_row>.column>.attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_row.gutter_none,.autogrid_wrapper.gutter_none{margin-left:0;margin-right:0}.autogrid_row.gutter_none>div,.autogrid_wrapper.gutter_none>div{padding-left:0;padding-right:0}.autogrid_row.gutter_s,.autogrid_wrapper.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_row.gutter_s>div,.autogrid_wrapper.gutter_s>div{padding-left:15px;padding-right:15px}.autogrid_row.gutter_m,.autogrid_wrapper.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_row.gutter_m>div,.autogrid_wrapper.gutter_m>div{padding-left:30px;padding-right:30px}.autogrid_row.gutter_l,.autogrid_wrapper.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_row.gutter_l>div,.autogrid_wrapper.gutter_l>div{padding-left:40px;padding-right:40px}.autogrid_row>.column.align_left_top{text-align:left}.autogrid_row>.column.align_left_center{text-align:left;align-self:center}.autogrid_row>.column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.align_center_top{text-align:center}.autogrid_row>.column.align_center_center{text-align:center;align-self:center}.autogrid_row>.column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.align_right_top{text-align:right}.autogrid_row>.column.align_right_center{text-align:right;align-self:center}.autogrid_row>.column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row.same_height>.column{align-self:unset}.autogrid_row.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_row.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_row.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_row .column>.attributes .image_mob{display:none}.order_1{order:1}.order_2{order:2}.order_3{order:3}.order_4{order:4}.order_5{order:5}.order_6{order:6}.full{flex:0 0 100%}.one_half{flex:0 0 calc(100% / 2)}.one_third{flex:0 0 calc(100% / 3)}.one_fourth{flex:0 0 calc(100% / 4)}.one_fifth{flex:0 0 calc(100% / 5)}.one_sixth{flex:0 0 calc(100% / 6)}.two_third{flex:0 0 calc((100% / 3) * 2)}.two_fourth{flex:0 0 calc((100% / 4) * 2)}.three_fourth{flex:0 0 calc((100% / 4) * 3)}.two_fifth{flex:0 0 calc((100% / 5) * 2)}.three_fifth{flex:0 0 calc((100% / 5) * 3)}.four_fifth{flex:0 0 calc((100% / 5) * 4)}.two_sixth{flex:0 0 calc((100% / 6) * 2)}.three_sixth{flex:0 0 calc((100% / 6) * 3)}.four_sixth{flex:0 0 calc((100% / 6) * 4)}.five_sixth{flex:0 0 calc((100% / 6) * 5)}.offset_col_1{margin-left:calc((100% / 12) * 1)}.offset_col_2{margin-left:calc((100% / 12) * 2)}.offset_col_3{margin-left:calc((100% / 12) * 3)}.offset_col_4{margin-left:calc((100% / 12) * 4)}.offset_col_5{margin-left:calc((100% / 12) * 5)}.offset_col_6{margin-left:calc((100% / 12) * 6)}.offset_col_7{margin-left:calc((100% / 12) * 7)}.offset_col_8{margin-left:calc((100% / 12) * 8)}.offset_col_9{margin-left:calc((100% / 12) * 9)}.offset_col_10{margin-left:calc((100% / 12) * 10)}.offset_col_11{margin-left:calc((100% / 12) * 11)}.autogrid.no_gutter{padding-left:0;padding-right:0}@media only screen and (min-width :768px) and (max-width :1024px){.col_1_t{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_t{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_t{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_t{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_t{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_t{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_t{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_t{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_t{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_t{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_t{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_t{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_t{order:1}.order_2_t{order:2}.order_3_t{order:3}.order_4_t{order:4}.order_5_t{order:5}.order_6_t{order:6}}@media only screen and (max-width:767px){.five_sixth,.four_fifth,.one_fifth,.one_fourth,.one_half,.one_sixth,.one_third,.three_fifth,.three_fourth,.three_sixth .four_sixth,.two_fifth,.two_fourth,.two_sixth,.two_third,[class*=col_]{flex:0 0 100%;max-width:none}.autogrid_grid .column,.column[class*=col_]{padding-left:0!important;padding-right:0!important;margin-bottom:25px}.autogrid[class*=offset_],.autogrid_grid[class*=offset_],.column[class*=offset_]{margin-left:0}.autogrid_grid,.autogrid_row,.autogrid_wrapper{margin-left:0!important;margin-right:0!important}.autogrid_grid>.column>.attributes.has-image.empty>.image_mob,.autogrid_grid>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob{display:block}.autogrid_grid>.column>.attributes.has-image.empty,.autogrid_row>.column>.attributes.has-image.empty{background:0 0!important}.col_1_m{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_m{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_m{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_m{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_m{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_m{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_m{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_m{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_m{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_m{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_m{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_m{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_m{order:1}.order_2_m{order:2}.order_3_m{order:3}.order_4_m{order:4}.order_5_m{order:5}.order_6_m{order:6}.autogrid_grid>.column>.attributes.p-l,.autogrid_grid>.column>.attributes.p-m,.autogrid_grid>.column>.attributes.p-s,.autogrid_grid>.column>.attributes.p-xl,.autogrid_grid>.column>.attributes.p-xs,.autogrid_row>.column .attributes.p-l,.autogrid_row>.column .attributes.p-m,.autogrid_row>.column .attributes.p-s,.autogrid_row>.column .attributes.p-xl,.autogrid_row>.column .attributes.p-xs{padding:20px}.autogrid_grid .column.m_align_left_top{text-align:left}.autogrid_grid .column.m_align_left_center{text-align:left;align-self:center}.autogrid_grid .column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.m_align_center_top{text-align:center}.autogrid_grid .column.m_align_center_center{text-align:center;align-self:center}.autogrid_grid .column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.m_align_right_top{text-align:right}.autogrid_grid .column.m_align_right_center{text-align:right;align-self:center}.autogrid_grid .column.m_align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row>.column.m_align_left_top{text-align:left}.autogrid_row>.column.m_align_left_center{text-align:left;align-self:center}.autogrid_row>.column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.m_align_center_top{text-align:center}.autogrid_row>.column.m_align_center_center{text-align:center;align-self:center}.autogrid_row>.column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.m_align_right_top{text-align:right}.autogrid_row>.column.m_align_right_center{text-align:right;align-self:center}.autogrid_row>.column.m_align_right_bottom{text-align:right;align-self:flex-end}}body.edge column[class*=col_]{flex-basis:1}@media only screen and (max-width:767px){body.edge column[class*=col_]{flex-basis:100%}}
span.font-size-xxxxl {
	font-size: 85px;
	line-height: 1.1;
}

span.font-size-xxxl {
	font-size: 75px;
	line-height: 1.1;
}

span.font-size-xxl {
	font-size: 65px;
	line-height: 1.1;
}

span.font-size-xl {
	font-size: 55px;
	line-height: 1.1;
}

span.font-size-l {
	font-size: 45px;
	line-height: 1.1;
}

span.font-size-m {
	font-size: 35px;
	line-height: 1.1;
}

span.font-size-s {
	font-size: 25px;
}

span.font-size-xs {
	font-size: 22px;
}

span.font-size-xxs {
	font-size: 18px;
}

span.font-size-xxxs {
	font-size: 12px;
}

span.font-size-xxxxs {
	font-size: 11px;
}

span.font-size-xxxxs {
	font-size: 10px;
}

span.serif {
	font-family: Georgia, Times, serif;
}

span.no-serif {
	font-family: Arial, Verdana, sans-serif;
}

p.dropcap  {
	font-size: 60px; 
	float: left;  
	margin-right: 7px; 
	line-height: 57px; 
}

span.color-white {
	color: #fff !important;
}

span.color-gray {
	color: rgb(127,127,127)!important;
}

span.color-lightgray {
	color: rgb(180,180,180)!important;
}

span.color-darkgray {
	color: rgb(76,76,76)!important;
}

span.color-accent {
	color: rgb(152,152,152);
}

span.color-success {
	color: rgb(157,213,93);
}

span.color-alert {
	color: rgb(247,80,90);
}

span.color-warning {
	color: rgb(240,138,36);
}

span.color-info {
	color: rgb(160,211,232);
}

span.highlight {
	background: rgb(51,51,51); 
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

.label-accent {
	background: rgb(152,152,152);
}

.label-secondary {
	background: rgb(231,231,231);
	color: rgb(51,51,51);
}

.label-success {
	background: rgb(157,213,93);
}
	
.label-alert {
	background: rgb(247,80,90);
}

.label-warning {
	background: rgb(240,138,36);
}

.label-info {
	background: rgb(160,211,232);
	color: rgb(51,51,51);
}

.letter-spacing-xl {
	letter-spacing: 5px;
}

.letter-spacing-l {
	letter-spacing: 3px;
}

.letter-spacing-m {
	letter-spacing: 2px;
}

.letter-spacing-s {
	letter-spacing: 1px;
}

.line-through {
	text-decoration: line-through; 
}

.medium-width {
	max-width: 600px;
}

.medium-small {
	max-width: 400px;
}

.medium-width-center {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.small-width-center {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bg-transparent-white {
	background-color: rgba(255,255,255,0.7);
}

.bg-transparent-black {
	background-color: rgba(0,0,0,0.7);
}

.bt-dark {
	border-top: 1px solid rgb(229,229,229);
}

.bb-dark {
	border-bottom: 1px solid rgb(229,229,229);
}

.bt-light {
	border-top: 1px solid rgb(255,255,255);
}

.bb-light {
	border-bottom: 1px solid rgb(255,255,255);
}

a.btn {
	display: inline-block;
	padding: 12px 20px;
	margin-bottom: 15px;
	cursor:pointer;
	width: auto;
	background: rgb(152,152,152);
	border: 2px solid rgb(152,152,152);
	color: #fff;
	font-weight: bold;
	font-size: 0.8rem;
	min-width: 140px;
	text-align: center!important;
}

a.btn.link-white {
	color: rgb(152,152,152);
	border: 2px solid rgb(250,250,250);
	background: rgb(250,250,250);
}

a.btn.outline {
	background: none;
	color: rgb(152,152,152);
}

a.btn.link-white.outline {
	background: none;
	border: 2px solid rgb(250,250,250);
	color: rgb(152,152,152);
}
@font-face {
	font-family: "RockSolid Icons";
	src: url("../../files/oneo/fonts/rocksolid-icons.eot");
	src: url("../../files/oneo/fonts/rocksolid-icons.eot?#iefix") format('eot'), url("../../files/oneo/fonts/rocksolid-icons.woff") format('woff'), url("../../files/oneo/fonts/rocksolid-icons.ttf") format('truetype'), url("../../files/oneo/fonts/rocksolid-icons.svg") format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
    --main-padding-x: 2.66667rem;
    --safe-area-left: 0px;
    --safe-area-right: 0px;
    --safe-area-top: 0px;
    --safe-area-bottom: 0px;
    --page-padding-left: calc(var(--safe-area-left) + var(--main-padding-x));
    --page-padding-right: calc(var(--safe-area-right) + var(--main-padding-x));
    --page-inner-width: calc(100% - var(--page-padding-left) - var(--page-padding-right));
}

@media screen and (max-width: 1280px) {
    :root {
        --main-padding-x: 3.125%;
    }
}

@media screen and (max-width: 900px) {
    :root {
        --main-padding-x: 4.16667%;
    }
}

@supports (padding: calc(constant(safe-area-inset-left, 0px) / 1.5)) {
    :root {
        /* Non-standard iOS 11.1 syntax */ --safe-area-left: calc(constant(safe-area-inset-left, 0px) / 1.5);
        --safe-area-right: calc(constant(safe-area-inset-right, 0px) / 1.5);
        --safe-area-top: constant(safe-area-inset-top, 0px);
        --safe-area-bottom: constant(safe-area-inset-bottom, 0px);
    }
}

@supports (padding: calc(max(0px, env(safe-area-inset-left, 0px) - 14px))) and (padding: calc(max(0px, 1px))) {
    :root {
        /* W3C standard and iOS 11.2 syntax */ --safe-area-left: calc(max(0px, env(safe-area-inset-left, 0px) - 14px));
        --safe-area-right: calc(max(0px, env(safe-area-inset-right, 0px) - 14px));
        --safe-area-top: env(safe-area-inset-top, 0px);
        --safe-area-bottom: env(safe-area-inset-bottom, 0px);
    }
}

html {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 15px/1.6 "Open Sans", sans-serif;
    color: #242424;
    -webkit-tap-highlight-color: #004d9e;
}

@media screen and (max-width: 599px) {
    html {
        font-size: 13px;
    }
}

body {
    background: #ffffff none 50% 0 no-repeat scroll;
    background-size: auto;
}

body[class^="icon-"]:before, body[class*=" icon-"]:before {
    /* Ignore icon classes on the body element */
    content: none;
}

body.background-variation-1 {
    background: url("../../files/oneo/img/demo/background-boxed.jpg") 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body.background-variation-2 {
    background-size: cover;
    background-attachment: fixed;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.rs-columns {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.rs-column {
    float: left;
    width: 100%;
    margin-top: 5%;
    margin-right: 5%;
}

.rs-column.-large-first {
    clear: left;
}

.rs-column.-large-last {
    margin-right: -5px;
}

.rs-column.-large-first-row {
    margin-top: 0;
}

.rs-column.-large-col-1-1 {
    width: 100%;
}

.rs-column.-large-col-2-1 {
    width: 47.5%;
}

.rs-column.-large-col-2-2 {
    width: 100%;
}

.rs-column.-large-col-3-1 {
    width: 30%;
}

.rs-column.-large-col-3-2 {
    width: 65%;
}

.rs-column.-large-col-3-3 {
    width: 100.0%;
}

.rs-column.-large-col-4-1 {
    width: 21.25%;
}

.rs-column.-large-col-4-2 {
    width: 47.5%;
}

.rs-column.-large-col-4-3 {
    width: 73.75%;
}

.rs-column.-large-col-4-4 {
    width: 100%;
}

.rs-column.-large-col-5-1 {
    width: 16%;
}

.rs-column.-large-col-5-2 {
    width: 37%;
}

.rs-column.-large-col-5-3 {
    width: 58.0%;
}

.rs-column.-large-col-5-4 {
    width: 79%;
}

.rs-column.-large-col-5-5 {
    width: 100%;
}

.rs-column.-large-col-6-1 {
    width: 12.5%;
}

.rs-column.-large-col-6-2 {
    width: 30%;
}

.rs-column.-large-col-6-3 {
    width: 47.5%;
}

.rs-column.-large-col-6-4 {
    width: 65%;
}

.rs-column.-large-col-6-5 {
    width: 82.5%;
}

.rs-column.-large-col-6-6 {
    width: 100%;
}

.rs-column.-large-col-7-1 {
    width: 10%;
}

.rs-column.-large-col-7-2 {
    width: 25%;
}

.rs-column.-large-col-7-3 {
    width: 40%;
}

.rs-column.-large-col-7-4 {
    width: 55.0%;
}

.rs-column.-large-col-7-5 {
    width: 70%;
}

.rs-column.-large-col-7-6 {
    width: 85%;
}

.rs-column.-large-col-7-7 {
    width: 100%;
}

/* Resetting box model for moo_mediabox and j_colorbox */
#mbCenter, #colorbox {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

::selection {
    background: #004d9e;
    color: #ffffff;
    text-shadow: none !important;
}

::-moz-selection {
    background: #004d9e;
    color: #ffffff;
    text-shadow: none !important;
}

button, input, select, textarea {
    font-family: inherit;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dcdcdc;
    background: #ffffff;
}

table th, table td {
    border: solid #f2f2f2;
    border-width: 1px 0 0 1px;
}

table th:first-child, table td:first-child {
    border-left: 0;
}

table > thead > tr:first-child > th, table > thead > tr:first-child > td, table > tbody:first-child > tr:first-child > th, table > tbody:first-child > tr:first-child > td, table > tfoot:first-child + tbody > tr:first-child > th, table > tfoot:first-child + tbody > tr:first-child > td {
    /* First row of the table */
    border-top: 0;
}

table th {
    padding: 0.4em 0.66667em;
    font-weight: bold;
    text-align: left;
}

table td {
    padding: 0.4em 0.66667em;
}

table thead {
    background: rgba(0, 0, 0, 0.02);
}

table tfoot td {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

a {
    color: #004d9e;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a:hover, a:active {
    outline: 0;
}

a.external-link:after {
    font: 0.86667em/1 "RockSolid Icons";
    content: "\e151";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-left: 0.26667em;
}

.-highlight-color a {
    color: #000205;
}

/* Icon attribute */
*[data-icon]:before, *[class^="icon-"]:before, *[class*=" icon-"]:before {
    font: 100%/1 "RockSolid Icons";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-right: 0.26667em;
}

*[data-icon]:before {
    content: attr(data-icon);
}

*[data-icon].after:before {
    content: none;
}

*[data-icon].after:after {
    font: 100%/1 "RockSolid Icons";
    content: attr(data-icon);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-left: 0.26667em;
}

.clear {
    clear: both;
}

.invisible {
    position: absolute;
    height: 1px !important;
    width: 1px !important;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0 !important;
    overflow: hidden;
    border: 0;
}

.no-border {
    border: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.margin-top-none {
    margin-top: 0 !important;
}

@media screen and (max-width: 599px) {
    .margin-top-none {
        margin-top: 0 !important;
    }
}

.margin-right-none {
    margin-right: 0 !important;
}

@media screen and (max-width: 599px) {
    .margin-right-none {
        margin-right: 0 !important;
    }
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 599px) {
    .margin-bottom-none {
        margin-bottom: 0 !important;
    }
}

.margin-left-none {
    margin-left: 0 !important;
}

@media screen and (max-width: 599px) {
    .margin-left-none {
        margin-left: 0 !important;
    }
}

.padding-top-none {
    padding-top: 0 !important;
}

@media screen and (max-width: 599px) {
    .padding-top-none {
        padding-top: 0 !important;
    }
}

.padding-right-none {
    padding-right: 0 !important;
}

@media screen and (max-width: 599px) {
    .padding-right-none {
        padding-right: 0 !important;
    }
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 599px) {
    .padding-bottom-none {
        padding-bottom: 0 !important;
    }
}

.padding-left-none {
    padding-left: 0 !important;
}

@media screen and (max-width: 599px) {
    .padding-left-none {
        padding-left: 0 !important;
    }
}

.margin-top-xxs {
    margin-top: 10px !important;
}

@media screen and (max-width: 599px) {
    .margin-top-xxs {
        margin-top: 5px !important;
    }
}

.margin-right-xxs {
    margin-right: 10px !important;
}

@media screen and (max-width: 599px) {
    .margin-right-xxs {
        margin-right: 5px !important;
    }
}

.margin-bottom-xxs {
    margin-bottom: 10px !important;
}

@media screen and (max-width: 599px) {
    .margin-bottom-xxs {
        margin-bottom: 5px !important;
    }
}

.margin-left-xxs {
    margin-left: 10px !important;
}

@media screen and (max-width: 599px) {
    .margin-left-xxs {
        margin-left: 5px !important;
    }
}

.padding-top-xxs {
    padding-top: 10px !important;
}

@media screen and (max-width: 599px) {
    .padding-top-xxs {
        padding-top: 5px !important;
    }
}

.padding-right-xxs {
    padding-right: 10px !important;
}

@media screen and (max-width: 599px) {
    .padding-right-xxs {
        padding-right: 5px !important;
    }
}

.padding-bottom-xxs {
    padding-bottom: 10px !important;
}

@media screen and (max-width: 599px) {
    .padding-bottom-xxs {
        padding-bottom: 5px !important;
    }
}

.padding-left-xxs {
    padding-left: 10px !important;
}

@media screen and (max-width: 599px) {
    .padding-left-xxs {
        padding-left: 5px !important;
    }
}

.margin-top-xs {
    margin-top: 25px !important;
}

@media screen and (max-width: 599px) {
    .margin-top-xs {
        margin-top: 13px !important;
    }
}

.margin-right-xs {
    margin-right: 25px !important;
}

@media screen and (max-width: 599px) {
    .margin-right-xs {
        margin-right: 13px !important;
    }
}

.margin-bottom-xs {
    margin-bottom: 25px !important;
}

@media screen and (max-width: 599px) {
    .margin-bottom-xs {
        margin-bottom: 13px !important;
    }
}

.margin-left-xs {
    margin-left: 25px !important;
}

@media screen and (max-width: 599px) {
    .margin-left-xs {
        margin-left: 13px !important;
    }
}

.padding-top-xs {
    padding-top: 25px !important;
}

@media screen and (max-width: 599px) {
    .padding-top-xs {
        padding-top: 13px !important;
    }
}

.padding-right-xs {
    padding-right: 25px !important;
}

@media screen and (max-width: 599px) {
    .padding-right-xs {
        padding-right: 13px !important;
    }
}

.padding-bottom-xs {
    padding-bottom: 25px !important;
}

@media screen and (max-width: 599px) {
    .padding-bottom-xs {
        padding-bottom: 13px !important;
    }
}

.padding-left-xs {
    padding-left: 25px !important;
}

@media screen and (max-width: 599px) {
    .padding-left-xs {
        padding-left: 13px !important;
    }
}

.margin-top-s {
    margin-top: 50px !important;
}

@media screen and (max-width: 599px) {
    .margin-top-s {
        margin-top: 25px !important;
    }
}

.margin-right-s {
    margin-right: 50px !important;
}

@media screen and (max-width: 599px) {
    .margin-right-s {
        margin-right: 25px !important;
    }
}

.margin-bottom-s {
    margin-bottom: 50px !important;
}

@media screen and (max-width: 599px) {
    .margin-bottom-s {
        margin-bottom: 25px !important;
    }
}

.margin-left-s {
    margin-left: 50px !important;
}

@media screen and (max-width: 599px) {
    .margin-left-s {
        margin-left: 25px !important;
    }
}

.padding-top-s {
    padding-top: 50px !important;
}

@media screen and (max-width: 599px) {
    .padding-top-s {
        padding-top: 25px !important;
    }
}

.padding-right-s {
    padding-right: 50px !important;
}

@media screen and (max-width: 599px) {
    .padding-right-s {
        padding-right: 25px !important;
    }
}

.padding-bottom-s {
    padding-bottom: 50px !important;
}

@media screen and (max-width: 599px) {
    .padding-bottom-s {
        padding-bottom: 25px !important;
    }
}

.padding-left-s {
    padding-left: 50px !important;
}

@media screen and (max-width: 599px) {
    .padding-left-s {
        padding-left: 25px !important;
    }
}

.margin-top-m {
    margin-top: 75px !important;
}

@media screen and (max-width: 599px) {
    .margin-top-m {
        margin-top: 38px !important;
    }
}

.margin-right-m {
    margin-right: 75px !important;
}

@media screen and (max-width: 599px) {
    .margin-right-m {
        margin-right: 38px !important;
    }
}

.margin-bottom-m {
    margin-bottom: 75px !important;
}

@media screen and (max-width: 599px) {
    .margin-bottom-m {
        margin-bottom: 38px !important;
    }
}

.margin-left-m {
    margin-left: 75px !important;
}

@media screen and (max-width: 599px) {
    .margin-left-m {
        margin-left: 38px !important;
    }
}

.padding-top-m {
    padding-top: 75px !important;
}

@media screen and (max-width: 599px) {
    .padding-top-m {
        padding-top: 38px !important;
    }
}

.padding-right-m {
    padding-right: 75px !important;
}

@media screen and (max-width: 599px) {
    .padding-right-m {
        padding-right: 38px !important;
    }
}

.padding-bottom-m {
    padding-bottom: 75px !important;
}

@media screen and (max-width: 599px) {
    .padding-bottom-m {
        padding-bottom: 38px !important;
    }
}

.padding-left-m {
    padding-left: 75px !important;
}

@media screen and (max-width: 599px) {
    .padding-left-m {
        padding-left: 38px !important;
    }
}

.margin-top-l {
    margin-top: 100px !important;
}

@media screen and (max-width: 599px) {
    .margin-top-l {
        margin-top: 50px !important;
    }
}

.margin-right-l {
    margin-right: 100px !important;
}

@media screen and (max-width: 599px) {
    .margin-right-l {
        margin-right: 50px !important;
    }
}

.margin-bottom-l {
    margin-bottom: 100px !important;
}

@media screen and (max-width: 599px) {
    .margin-bottom-l {
        margin-bottom: 50px !important;
    }
}

.margin-left-l {
    margin-left: 100px !important;
}

@media screen and (max-width: 599px) {
    .margin-left-l {
        margin-left: 50px !important;
    }
}

.padding-top-l {
    padding-top: 100px !important;
}

@media screen and (max-width: 599px) {
    .padding-top-l {
        padding-top: 50px !important;
    }
}

.padding-right-l {
    padding-right: 100px !important;
}

@media screen and (max-width: 599px) {
    .padding-right-l {
        padding-right: 50px !important;
    }
}

.padding-bottom-l {
    padding-bottom: 100px !important;
}

@media screen and (max-width: 599px) {
    .padding-bottom-l {
        padding-bottom: 50px !important;
    }
}

.padding-left-l {
    padding-left: 100px !important;
}

@media screen and (max-width: 599px) {
    .padding-left-l {
        padding-left: 50px !important;
    }
}

.margin-top-xl {
    margin-top: 150px !important;
}

@media screen and (max-width: 599px) {
    .margin-top-xl {
        margin-top: 75px !important;
    }
}

.margin-right-xl {
    margin-right: 150px !important;
}

@media screen and (max-width: 599px) {
    .margin-right-xl {
        margin-right: 75px !important;
    }
}

.margin-bottom-xl {
    margin-bottom: 150px !important;
}

@media screen and (max-width: 599px) {
    .margin-bottom-xl {
        margin-bottom: 75px !important;
    }
}

.margin-left-xl {
    margin-left: 150px !important;
}

@media screen and (max-width: 599px) {
    .margin-left-xl {
        margin-left: 75px !important;
    }
}

.padding-top-xl {
    padding-top: 150px !important;
}

@media screen and (max-width: 599px) {
    .padding-top-xl {
        padding-top: 75px !important;
    }
}

.padding-right-xl {
    padding-right: 150px !important;
}

@media screen and (max-width: 599px) {
    .padding-right-xl {
        padding-right: 75px !important;
    }
}

.padding-bottom-xl {
    padding-bottom: 150px !important;
}

@media screen and (max-width: 599px) {
    .padding-bottom-xl {
        padding-bottom: 75px !important;
    }
}

.padding-left-xl {
    padding-left: 150px !important;
}

@media screen and (max-width: 599px) {
    .padding-left-xl {
        padding-left: 75px !important;
    }
}

.margin-top-xxl {
    margin-top: 200px !important;
}

@media screen and (max-width: 599px) {
    .margin-top-xxl {
        margin-top: 100px !important;
    }
}

.margin-right-xxl {
    margin-right: 200px !important;
}

@media screen and (max-width: 599px) {
    .margin-right-xxl {
        margin-right: 100px !important;
    }
}

.margin-bottom-xxl {
    margin-bottom: 200px !important;
}

@media screen and (max-width: 599px) {
    .margin-bottom-xxl {
        margin-bottom: 100px !important;
    }
}

.margin-left-xxl {
    margin-left: 200px !important;
}

@media screen and (max-width: 599px) {
    .margin-left-xxl {
        margin-left: 100px !important;
    }
}

.padding-top-xxl {
    padding-top: 200px !important;
}

@media screen and (max-width: 599px) {
    .padding-top-xxl {
        padding-top: 100px !important;
    }
}

.padding-right-xxl {
    padding-right: 200px !important;
}

@media screen and (max-width: 599px) {
    .padding-right-xxl {
        padding-right: 100px !important;
    }
}

.padding-bottom-xxl {
    padding-bottom: 200px !important;
}

@media screen and (max-width: 599px) {
    .padding-bottom-xxl {
        padding-bottom: 100px !important;
    }
}

.padding-left-xxl {
    padding-left: 200px !important;
}

@media screen and (max-width: 599px) {
    .padding-left-xxl {
        padding-left: 100px !important;
    }
}

.font-size-xxs {
    font-size: 0.6em !important;
}

@media screen and (max-width: 599px) {
    .font-size-xxs {
        font-size: 0.8em !important;
    }
}

.font-size-xs {
    font-size: 0.8em !important;
}

@media screen and (max-width: 599px) {
    .font-size-xs {
        font-size: 0.9em !important;
    }
}

.font-size-s {
    font-size: 0.9em !important;
}

@media screen and (max-width: 599px) {
    .font-size-s {
        font-size: 0.95em !important;
    }
}

.font-size-m {
    font-size: 1.2em !important;
}

@media screen and (max-width: 599px) {
    .font-size-m {
        font-size: 1.1em !important;
    }
}

.font-size-l {
    font-size: 1.5em !important;
}

@media screen and (max-width: 599px) {
    .font-size-l {
        font-size: 1.25em !important;
    }
}

.font-size-xl {
    font-size: 2em !important;
}

@media screen and (max-width: 599px) {
    .font-size-xl {
        font-size: 1.5em !important;
    }
}

.font-size-xxl {
    font-size: 2.5em !important;
}

@media screen and (max-width: 599px) {
    .font-size-xxl {
        font-size: 1.75em !important;
    }
}

.ce_toplink, .toplink {
    overflow: hidden;
    margin: 1.6em 0;
}

.ce_toplink:after, .toplink:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 0;
    overflow: visible;
    margin: 0 -100% 0 0.66667em;
    border-top: 1px solid #dcdcdc;
}

.ce_toplink > a:before, .toplink > a:before {
    font: 100%/1 "RockSolid Icons";
    content: "\e00c";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-right: 0.33333em;
}
hr, .headline-hr:before, .headline-hr:after {
    clear: both;
    height: 0;
    overflow: visible;
    margin: 2.4em 0;
    border: 0;
    border-top: 1px solid #dcdcdc;
}

hr.-hr-dotted, .headline-hr.-hr-dotted:before, .headline-hr.-hr-dotted:after {
    border-top-style: dotted;
    border-top-color: #717c8e;
}

hr.-hr-shadow, .headline-hr.-hr-shadow:before, .headline-hr.-hr-shadow:after {
    height: 8px;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 60%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 60%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 60%);
    background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 60%);
    background-size: 100% 16px;
    background-position: 50% -8px;
}

.headline-hr {
    overflow: hidden;
    clear: both;
}

.headline-hr:before, .headline-hr:after {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 0.66667em 0 calc(-100% - 0.66667em);
}

.headline-hr:after {
    content: "";
    margin: 0 calc(-100% - 0.66667em) 0 0.66667em;
}

.headline-hr.-centered {
    text-align: center;
}

.headline-hr.-centered:before {
    content: "";
}

.headline-hr.-align-right {
    text-align: right;
}

.headline-hr.-align-right:before {
    content: "";
}

.headline-hr.-align-right:after {
    content: none;
}

.icon-hr {
    display: block;
}

.icon-hr:before {
    position: relative;
    display: block;
    bottom: -0.53333em;
    width: 2em;
    margin: 0;
    background: #ffffff;
}

.icon-hr.-centered:before {
    width: 2.4em;
    margin: 0 auto;
    text-align: center;
}

.icon-hr.-align-right:before {
    margin: 0 0 0 auto;
    text-align: right;
}

.icon-hr hr {
    margin: 0;
}

button.-secondary, .button.-secondary, input[type="submit"].-secondary, .main-navigation-search-form button, .feature-box-link.-secondary, .headline-box-link.-secondary, .pricing-table-plan a.-secondary, .feature-box-link, .headline-box-link, .pricing-table-plan a, button, .button, input[type="submit"], input[type="reset"], input[type="button"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 1.07143em 1.42857em;
    border: 0;
    outline: none;
    font-size: 0.93333em;
    letter-spacing: 0.1em;
    line-height: 1.42929;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #3685ab;
}

button.-secondary:hover, .button.-secondary:hover, input[type="submit"].-secondary:hover, .main-navigation-search-form button:hover, .feature-box-link:hover, .headline-box-link:hover, .pricing-table-plan a:hover, button.-secondary:focus, .button.-secondary:focus, input[type="submit"].-secondary:focus, .main-navigation-search-form button:focus, .feature-box-link:focus, .headline-box-link:focus, .pricing-table-plan a:focus, button:hover, button:focus, .button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {
    background-color: #2a6784;
    text-decoration: none;
}

button.-secondary:active, .button.-secondary:active, input[type="submit"].-secondary:active, .main-navigation-search-form button:active, .feature-box-link:active, .headline-box-link:active, .pricing-table-plan a:active, button:active, .button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
    background-color: #307698;
}

button.-small.-secondary, .-small.button.-secondary, input.-small[type="submit"].-secondary, .main-navigation-search-form button.-small, .-small.feature-box-link, .-small.headline-box-link, .pricing-table-plan a.-small, button.-small, .button.-small, input[type="submit"].-small, input[type="reset"].-small, input[type="button"].-small {
    padding: 0.66667em 1em;
    font-size: 0.8em;
    line-height: 1.6675;
}

button.-medium.-secondary, .-medium.button.-secondary, input.-medium[type="submit"].-secondary, .main-navigation-search-form button.-medium, .-medium.feature-box-link, .-medium.headline-box-link, .pricing-table-plan a.-medium, button.-medium, .button.-medium, input[type="submit"].-medium, input[type="reset"].-medium, input[type="button"].-medium {
    padding: 0.75em 1em;
    font-size: 1.2em;
    line-height: 1.11167;
}

button.-large.-secondary, .-large.button.-secondary, input.-large[type="submit"].-secondary, .main-navigation-search-form button.-large, .-large.feature-box-link, .-large.headline-box-link, .pricing-table-plan a.-large, button.-large, .button.-large, input[type="submit"].-large, input[type="reset"].-large, input[type="button"].-large {
    padding: 0.71429em 0.95238em;
    font-size: 1.4em;
    line-height: 0.95286;
}

button.-super-size.-secondary, .-super-size.button.-secondary, input.-super-size[type="submit"].-secondary, .main-navigation-search-form button.-super-size, .-super-size.feature-box-link, .-super-size.headline-box-link, .pricing-table-plan a.-super-size, button.-super-size, .button.-super-size, input[type="submit"].-super-size, input[type="reset"].-super-size, input[type="button"].-super-size {
    padding: 0.55556em 0.69444em;
    font-size: 2.4em;
    line-height: 1.00028;
}

@media screen and (max-width: 599px) {
    button.-super-size.-secondary, .-super-size.button.-secondary, input.-super-size[type="submit"].-secondary, .main-navigation-search-form button.-super-size, .-super-size.feature-box-link, .-super-size.headline-box-link, .pricing-table-plan a.-super-size, button.-super-size, .button.-super-size, input[type="submit"].-super-size, input[type="reset"].-super-size, input[type="button"].-super-size {
        font-size: 1.86667em;
    }
}

.-highlight-color button.-secondary, .-highlight-color .button.-secondary, .-highlight-color input[type="submit"].-secondary, .-highlight-color .main-navigation-search-form button, .main-navigation-search-form .-highlight-color button, .-highlight-color .feature-box-link, .-highlight-color .headline-box-link, .-highlight-color .pricing-table-plan a, .pricing-table-plan .-highlight-color a, .-highlight-color button, .-highlight-color .button, .-highlight-color input[type="submit"], .-highlight-color input[type="reset"], .-highlight-color input[type="button"] {
    color: #ffffff;
}

button.-small, .button.-small, input[type="submit"].-small {
    padding: 0.41667em 0.83333em;
    font-size: 0.8em;
}

button.-secondary, .button.-secondary, input[type="submit"].-secondary, .main-navigation-search-form button, .feature-box-link.-secondary, .headline-box-link.-secondary, .pricing-table-plan a.-secondary {
    padding: 0.92857em 1.28571em;
    border: 2px solid #242424;
    border-color: currentColor;
    color: inherit;
    background: transparent;
}

button.-secondary:hover, .button.-secondary:hover, input[type="submit"].-secondary:hover, .main-navigation-search-form button:hover, .feature-box-link.-secondary:hover, .headline-box-link.-secondary:hover, .pricing-table-plan a.-secondary:hover, button.-secondary:focus, .button.-secondary:focus, input[type="submit"].-secondary:focus, .main-navigation-search-form button:focus, .feature-box-link.-secondary:focus, .headline-box-link.-secondary:focus, .pricing-table-plan a.-secondary:focus {
    background-color: transparent;
}

button.-secondary:hover:after, .button.-secondary:hover:after, input[type="submit"].-secondary:hover:after, .main-navigation-search-form button:hover:after, .feature-box-link.-secondary:hover:after, .headline-box-link.-secondary:hover:after, .pricing-table-plan a.-secondary:hover:after, button.-secondary:focus:after, .button.-secondary:focus:after, input[type="submit"].-secondary:focus:after, .main-navigation-search-form button:focus:after, .feature-box-link.-secondary:focus:after, .headline-box-link.-secondary:focus:after, .pricing-table-plan a.-secondary:focus:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: currentColor;
    opacity: 0.2;
}

button.-secondary:active, .button.-secondary:active, input[type="submit"].-secondary:active, .main-navigation-search-form button:active, .feature-box-link.-secondary:active, .headline-box-link.-secondary:active, .pricing-table-plan a.-secondary:active {
    background-color: transparent;
}

button.-secondary:active:after, .button.-secondary:active:after, input[type="submit"].-secondary:active:after, .main-navigation-search-form button:active:after, .feature-box-link.-secondary:active:after, .headline-box-link.-secondary:active:after, .pricing-table-plan a.-secondary:active:after {
    opacity: 0.1;
}

button.-large.-secondary, .-large.button.-secondary, input.-large[type="submit"].-secondary, .main-navigation-search-form button.-large, .-large.feature-box-link.-secondary, .-large.headline-box-link.-secondary, .pricing-table-plan a.-large.-secondary, button.-super-size.-secondary, .-super-size.button.-secondary, input.-super-size[type="submit"].-secondary, .main-navigation-search-form button.-super-size, .-super-size.feature-box-link.-secondary, .-super-size.headline-box-link.-secondary, .pricing-table-plan a.-super-size.-secondary {
    border-width: 3px;
}

button.-tertiary, .button.-tertiary, input[type="submit"].-tertiary {
    padding: 0;
    font-size: 1.6em;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    background: none;
    color: #004d9e;
}

button.-small.-tertiary, .-small.button.-tertiary, input.-small[type="submit"].-tertiary {
    font-size: 0.93333em;
    line-height: 1.42929;
}

button.-medium.-tertiary, .-medium.button.-tertiary, input.-medium[type="submit"].-tertiary {
    font-size: 1.2em;
    line-height: 1.11167;
}

button.-large.-tertiary, .-large.button.-tertiary, input.-large[type="submit"].-tertiary {
    font-size: 1.4em;
    line-height: 0.95286;
}

button.-super-size.-tertiary, .-super-size.button.-tertiary, input.-super-size[type="submit"].-tertiary {
    font-size: 2.4em;
    line-height: 1.00028;
}

button.-tertiary:before, .button.-tertiary:before, input[type="submit"].-tertiary:before {
    top: -2px;
    font-size: 60%;
}

.-color-inverted button.-tertiary, .-color-inverted .button.-tertiary, .-color-inverted input[type="submit"].-tertiary {
    color: #ffffff;
}

button.-tertiary:hover, .button.-tertiary:hover, input[type="submit"].-tertiary:hover, button.-tertiary:focus, .button.-tertiary:focus, input[type="submit"].-tertiary:focus {
    color: #09427f;
}

.content-wrapper {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.mega-dropdown-inner, .centered-wrapper-inner, .news-footer > h1, .news-footer > h2, .news-footer > h3, .news-footer-item-inner {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1280px) {
    .mega-dropdown-inner, .centered-wrapper-inner, .news-footer > h1, .news-footer > h2, .news-footer > h3, .news-footer-item-inner {
        width: 93.75%;
        width: var(--page-inner-width);
        max-width: none;
        margin-right: 0;
        margin-left: 3.125%;
        margin-left: var(--page-padding-left);
    }
}

@media screen and (max-width: 900px) {
    .mega-dropdown-inner, .centered-wrapper-inner, .news-footer > h1, .news-footer > h2, .news-footer > h3, .news-footer-item-inner {
        width: 91.66667%;
        width: var(--page-inner-width);
        margin-left: 4.16667%;
        margin-left: var(--page-padding-left);
    }
}


.centered-wrapper {
    zoom: 1; position: relative;
    clear: both;
    background: 50% 50% no-repeat;
    background-size: cover;
}

.centered-wrapper:before {
    content: "";
    display: table;
}

.centered-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.centered-wrapper.-border-bottom {
    border-bottom: 1px solid #dcdcdc;
}

.centered-wrapper-inner {
    position: relative;
}

.centered-wrapper-inner.-fullwidth {
    width: 100%;
    max-width: none;
    margin: 0;
}

.centered-wrapper-inner.-fullwidth-padded {
    max-width: none;
    padding-right: 2.66667em;
    padding-right: var(--page-padding-right);
    padding-left: 2.66667em;
    padding-left: var(--page-padding-left);
}

@media screen and (max-width: 1280px) {
    .centered-wrapper-inner.-fullwidth-padded {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .centered-wrapper.-no-background-tablet > .centered-wrapper-background, .centered-wrapper.-no-background-tablet > .centered-wrapper-background-2 {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .centered-wrapper.-no-background-mobile > .centered-wrapper-background, .centered-wrapper.-no-background-mobile > .centered-wrapper-background-2 {
        display: none;
    }
}

h1, h2 {
    line-height: 1.3;
}

h3, h4, h5, h6 {
    line-height: 1.5;
    font-weight: normal;
}

button, input[type="submit"] {
    margin-top: 1.2em;
}

.image_container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.image_container.float_above {
    margin-top: 1.6em;
}

.image_container.float_below {
    margin-bottom: 1.6em;
}

.image_container img {
    display: block;
    width: 100%;
    height: auto;
}

.image_container a {
    position: relative;
    display: block;
    overflow: hidden;
    /* Fixes IE bug */
    text-decoration: none;
}

.image_container a:hover:before, .image_container a:focus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 77, 158, 0.6);
}

.image_container a:hover:after, .image_container a:focus:after {
    font: 1.6em/1 "RockSolid Icons";
    content: "\e0cb";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -0.5em;
    color: #ffffff;
}

.image_container figcaption, .image_container .caption {
    /* overwrite elements style attribute */
    width: 100% !important;
    padding: 0.42857em 0 0;
    font-size: 0.93333em;
    color: #98a0ab;
}

.image_container.float_right, .image_container.float_left {
    float: right;
    width: 31.25% !important;
    margin: 0.53333em 0 1.06667em 6.25%;
}

@media screen and (max-width: 599px) {
    .image_container.float_right, .image_container.float_left {
        margin-left: 0;
        float: none !important;
        width: auto !important;
        width: auto !important;
    }
}

.oneo-no-sidebar .image_container.float_right, .oneo-no-sidebar .image_container.float_left {
    margin: 0.53333em 0 1.06667em 3.33333%;
    width: 16.66667% !important;
}

@media screen and (max-width: 900px) {
    .oneo-no-sidebar .image_container.float_right, .oneo-no-sidebar .image_container.float_left {
        margin-left: 6.25%;
        width: 31.25% !important;
    }
}

@media screen and (max-width: 599px) {
    .oneo-no-sidebar .image_container.float_right, .oneo-no-sidebar .image_container.float_left {
        margin-left: 0;
        width: auto !important;
    }
}

.no-resize .image_container.float_right, .oneo-no-sidebar .no-resize .image_container.float_right, .image_container.float_right.no-resize, .oneo-no-sidebar .image_container.float_right.no-resize, .no-resize .image_container.float_left, .oneo-no-sidebar .no-resize .image_container.float_left, .image_container.float_left.no-resize, .oneo-no-sidebar .image_container.float_left.no-resize {
    width: auto !important;
}

.image_container.float_left {
    float: left;
    margin: 0.53333em 6.25% 1.06667em 0;
}

@media screen and (max-width: 599px) {
    .image_container.float_left {
        margin-right: 0;
    }
}

.oneo-no-sidebar .image_container.float_left {
    margin: 0.53333em 3.84615% 1.06667em 0;
}

@media screen and (max-width: 900px) {
    .oneo-no-sidebar .image_container.float_left {
        margin-right: 6.25%;
    }
}

@media screen and (max-width: 599px) {
    .oneo-no-sidebar .image_container.float_left {
        margin-right: 0;
    }
}

.no-resize .image_container:not(.float_right):not(.float_left) img, .image_container:not(.float_right):not(.float_left).no-resize img {
    width: auto;
    max-width: 100%;
}

.video_container video, .audio_container audio {
    display: block;
    width: 100%;
}

.video_container video {
    height: auto;
}

.video_container {
    margin: 1.6em 0;
}

.video_container iframe {
    border: 0;
}

.video_container .responsive {
    position: relative;
    padding-bottom: 56.25%;
}

.video_container .responsive.ratio-169 {
    padding-bottom: 56.25%;
}

.video_container .responsive.ratio-1610 {
    padding-bottom: 62.5%;
}

.video_container .responsive.ratio-219 {
    padding-bottom: 42.85714%;
}

.video_container .responsive.ratio-43 {
    padding-bottom: 75%;
}

.video_container .responsive.ratio-32 {
    padding-bottom: 66.66667%;
}

.video_container .responsive iframe, .video_container .responsive img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-box {
    zoom: 1; position: relative;
    overflow: hidden;
}

.feature-box:before {
    content: "";
    display: table;
}

.feature-box:after {
    content: "";
    display: table;
    clear: both;
}

.feature-box.-image-centered {
    text-align: center;
}

.feature-box.-vertical-centered {
    display: table;
    table-layout: fixed;
    /* Fixes IE bug */
    width: 100%;
}

@media screen and (max-width: 599px) {
    .feature-box.-vertical-centered {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.feature-box.-small {
    min-height: 300px;
}

.feature-box.-small.-vertical-centered {
    height: 300px;
}

@media screen and (max-width: 599px) {
    .feature-box.-small {
        min-height: 200px;
    }

    .feature-box.-small.-vertical-centered {
        height: auto;
    }
}

.feature-box.-medium {
    min-height: 600px;
}

.feature-box.-medium.-vertical-centered {
    height: 600px;
}

@media screen and (max-width: 599px) {
    .feature-box.-medium {
        min-height: 400px;
    }

    .feature-box.-medium.-vertical-centered {
        height: auto;
    }
}

.feature-box.-large {
    min-height: 900px;
}

.feature-box.-large.-vertical-centered {
    height: 900px;
}

@media screen and (max-width: 599px) {
    .feature-box.-large {
        min-height: 600px;
    }

    .feature-box.-large.-vertical-centered {
        height: auto;
    }
}

.feature-box-text {
    position: relative;
    z-index: 1;
    margin: 6.66667em 46.66667% 6.66667em 0;
    color: #98a0ab;
}

@media screen and (max-width: 900px) {
    .feature-box-text {
        margin-right: 37.5%;
    }
}

@media screen and (max-width: 599px) {
    .feature-box-text {
        margin: 2.4em 0;
    }
}

.-image-left > .feature-box-text {
    margin-right: 0;
    margin-left: 46.66667%;
}

@media screen and (max-width: 900px) {
    .-image-left > .feature-box-text {
        margin-left: 37.5%;
    }
}

@media screen and (max-width: 599px) {
    .-image-left > .feature-box-text {
        margin-left: 0;
    }
}

.-image-centered > .feature-box-text {
    margin-right: 16.66667%;
    margin-left: 16.66667%;
}

@media screen and (max-width: 900px) {
    .-image-centered > .feature-box-text {
        margin-right: 0;
        margin-left: 0;
    }
}

.-image-centered > .feature-box-text + .feature-box-image {
    margin-top: -2.4em;
}

@media screen and (max-width: 599px) {
    .-image-centered > .feature-box-text + .feature-box-image {
        margin-top: 0;
    }
}

.-vertical-centered > .feature-box-text {
    display: table-cell;
    vertical-align: middle;
    width: 56.66667%;
    margin: 0;
    padding: 4.8em 3.33333% 4.8em 0;
}

@media screen and (max-width: 900px) {
    .-vertical-centered > .feature-box-text {
        width: 68.75%;
    }
}

@media screen and (max-width: 599px) {
    .-vertical-centered > .feature-box-text {
        display: block;
        width: auto;
        padding-right: 0;
    }
}

.-vertical-centered.-image-left > .feature-box-text {
    padding-right: 0;
    padding-left: 3.33333%;
}

@media screen and (max-width: 599px) {
    .-vertical-centered.-image-left > .feature-box-text {
        padding-left: 0;
    }
}

.-vertical-centered.-image-centered > .feature-box-text {
    width: 100%;
    padding-right: 20%;
    padding-left: 20%;
}

@media screen and (max-width: 900px) {
    .-vertical-centered.-image-centered > .feature-box-text {
        padding-right: 0;
        padding-left: 0;
    }
}

.-vertical-centered.-large-image > .feature-box-text {
    width: 40%;
}

@media screen and (max-width: 900px) {
    .-vertical-centered.-large-image > .feature-box-text {
        width: 68.75%;
    }
}

@media screen and (max-width: 599px) {
    .-vertical-centered.-large-image > .feature-box-text {
        width: auto;
    }
}

.-no-image > .feature-box-text {
    width: 100%;
}

.-color-inverted .feature-box-text {
    color: #ffffff;
}

.no-margin .feature-box-text {
    margin: 0;
    padding: 0;
}

.no-margin-top .feature-box-text {
    margin-top: 0;
    padding-top: 0;
}

.no-margin-bottom .feature-box-text {
    margin-bottom: 0;
    padding-bottom: 0;
}

.feature-box-text h1, .feature-box-text h2, .feature-box-text h3 {
    margin: 0;
    color: #242424;
    font-size: 1.86667em;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.feature-box-text h1.-small, .feature-box-text h2.-small, .feature-box-text h3.-small {
    font-size: 1.4em;
}

@media screen and (max-width: 599px) {
    .feature-box-text h1.-small, .feature-box-text h2.-small, .feature-box-text h3.-small {
        font-size: 1.2em;
    }
}

.feature-box-text h1.-medium, .feature-box-text h2.-medium, .feature-box-text h3.-medium {
    font-size: 2.4em;
}

@media screen and (max-width: 599px) {
    .feature-box-text h1.-medium, .feature-box-text h2.-medium, .feature-box-text h3.-medium {
        font-size: 1.86667em;
    }
}

.feature-box-text h1.-large, .feature-box-text h2.-large, .feature-box-text h3.-large {
    font-size: 3.2em;
}

@media screen and (max-width: 599px) {
    .feature-box-text h1.-large, .feature-box-text h2.-large, .feature-box-text h3.-large {
        font-size: 2.4em;
    }
}

.feature-box-text h1.-super-size, .feature-box-text h2.-super-size, .feature-box-text h3.-super-size {
    font-size: 4em;
}

@media screen and (max-width: 599px) {
    .feature-box-text h1.-super-size, .feature-box-text h2.-super-size, .feature-box-text h3.-super-size {
        font-size: 3.2em;
    }
}

.feature-box-text h1 + a, .feature-box-text h2 + a, .feature-box-text h3 + a {
    margin-top: 1.6em;
}

.-color-inverted .feature-box-text h1, .-color-inverted .feature-box-text h2, .-color-inverted .feature-box-text h3 {
    color: #ffffff;
}

.feature-box-text p {
    font-size: 1.2em;
    margin: 1.33333em 0;
}

.feature-box-text p:before {
    content: "";
    display: block;
    width: 4em;
    height: 2px;
    margin: 0.8em 0;
    background: #004d9e;
}

.-image-centered .feature-box-text p:before {
    width: 5.71429em;
    margin-left: auto;
    margin-right: auto;
}

.feature-box-text .feature-box-subheadline {
    margin-top: 0.28571em;
    font-size: 1.4em;
    color: #004d9e;
}

.feature-box-image {
    display: block;
    float: right;
    width: 43.33333%;
    margin: 3.2em 0 3.2em 3.33333%;
}

@media screen and (max-width: 900px) {
    .feature-box-image {
        width: 31.25%;
    }
}

@media screen and (max-width: 599px) {
    .feature-box-image {
        width: 100%;
    }
}

.-image-left > .feature-box-image {
    float: left;
    margin-right: 3.33333%;
    margin-left: 0;
}

@media screen and (max-width: 599px) {
    .-image-left > .feature-box-image {
        float: none;
        margin-right: 0;
    }
}

.-image-centered > .feature-box-image {
    float: none;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 900px) {
    .-image-centered > .feature-box-image {
        width: 100%;
    }
}

.-image-centered > .feature-box-image + .feature-box-text {
    margin-top: 3.2em;
}

.-image-top > .feature-box-image {
    margin-top: 0;
}

.-image-bottom > .feature-box-image {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

@media screen and (max-width: 599px) {
    .-image-bottom > .feature-box-image {
        position: static;
        margin-bottom: 3.2em;
    }
}

.-image-bottom.-image-left > .feature-box-image {
    right: auto;
    left: 0;
}

.-vertical-centered > .feature-box-image {
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 0;
    padding: 3.2em 0;
}

@media screen and (max-width: 599px) {
    .-vertical-centered > .feature-box-image {
        display: block;
        padding-top: 1.6em;
        padding-bottom: 1.6em;
    }
}

.-image-rounded > .feature-box-image img {
    border-radius: 99em;
}

.-large-image .feature-box-image {
    width: 60%;
}

@media screen and (max-width: 900px) {
    .-large-image .feature-box-image {
        width: 31.25%;
    }
}

@media screen and (max-width: 599px) {
    .-large-image .feature-box-image {
        width: 100%;
    }
}

.-image-centered.-large-image .feature-box-image {
    width: 73.33333%;
}

@media screen and (max-width: 900px) {
    .-image-centered.-large-image .feature-box-image {
        width: 62.5%;
    }
}

@media screen and (max-width: 599px) {
    .-image-centered.-large-image .feature-box-image {
        width: 100%;
    }
}

.not-in-view > .feature-box-text.-fade, .not-in-view > .feature-box-image.-fade {
    opacity: 0;
}

.not-in-view > .feature-box-text.-move, .not-in-view > .feature-box-image.-move {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.not-in-view > .feature-box-text.-move-right, .not-in-view > .feature-box-image.-move-right {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.not-in-view > .feature-box-text.-move-top, .not-in-view > .feature-box-image.-move-top {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.not-in-view > .feature-box-text.-move-bottom, .not-in-view > .feature-box-image.-move-bottom {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.in-view > .feature-box-text, .in-view > .feature-box-image {
    -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
    -moz-transition: opacity 0.6s linear, -moz-transform 0.6s ease-out;
    -o-transition: opacity 0.6s linear, -o-transform 0.6s ease-out;
    transition: opacity 0.6s linear, transform 0.6s ease-out;
}

.in-view > .feature-box-text.-fade, .in-view > .feature-box-image.-fade {
    opacity: 1;
}

.in-view > .feature-box-text.-move, .in-view > .feature-box-image.-move {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.feature-box-text img, .feature-box-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.fading-boxes {
    zoom: 1; margin: 2.66667em 0;
}

.fading-boxes:before {
    content: "";
    display: table;
}

.fading-boxes:after {
    content: "";
    display: table;
    clear: both;
}

.fading-boxes > h1, .fading-boxes > h2, .fading-boxes > h3, .fading-boxes > h4, .fading-boxes > h5, .fading-boxes > h6 {
    margin-top: 0;
    margin-bottom: 1.06667em;
}

.fading-boxes-item {
    position: relative;
    z-index: 0;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.fading-boxes-item.-with-link:hover, .fading-boxes-item.-with-link.is-hovered {
    -webkit-transform: translate3d(0, -2.33333em, 0);
    -moz-transform: translate3d(0, -2.33333em, 0);
    -ms-transform: translate3d(0, -2.33333em, 0);
    -o-transform: translate3d(0, -2.33333em, 0);
    transform: translate3d(0, -2.33333em, 0);
}

.fading-boxes-item:hover, .fading-boxes-item.is-hovered {
    z-index: 1;
}

.fading-boxes-item-image {
    position: relative;
    z-index: 1;
    background: #004d9e no-repeat;
    background-size: cover;
}

.-highlight-color .fading-boxes-item-image {
    background: #3685ab no-repeat;
}

.fading-boxes-item-image:before {
    position: absolute;
    top: 2.875em;
    right: 50%;
    z-index: 1;
    margin: -0.5em;
    font-size: 2.66667em;
    -webkit-transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
    -moz-transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
    -o-transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
    transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
}

.fading-boxes-item:hover .fading-boxes-item-image:before, .fading-boxes-item.is-hovered .fading-boxes-item-image:before {
    top: 1.25em;
    right: 1.125em;
    font-size: 2.13333em;
    /* IE8 and IE9 calculate em's wrong */
    font-size: 32px \9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fading-boxes-item:hover .fading-boxes-item-image:before, .fading-boxes-item.is-hovered .fading-boxes-item-image:before {
        /* IE10 and IE11 calculate em's wrong */
        font-size: 32px;
    }
}

.fading-boxes-item-image:after {
    content: attr(data-headline);
    position: absolute;
    top: 5.17857em;
    left: 5%;
    width: 90%;
    font-size: 1.86667em;
    text-align: center;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.fading-boxes-item:hover .fading-boxes-item-image:after, .fading-boxes-item.is-hovered .fading-boxes-item-image:after {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.-has-text-shadow .fading-boxes-item-image:after {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fading-boxes-item-text {
    min-height: 19.28571em;
    /* clearfix */
    overflow: hidden;
    padding: 0 1.42857em;
    font-size: 0.93333em;
    background: rgba(0, 77, 158, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.fading-boxes-item:hover .fading-boxes-item-text, .fading-boxes-item.is-hovered .fading-boxes-item-text {
    opacity: 1;
}

.fading-boxes-item-text h3 {
    margin: 1em 0 -0.29167em;
    font-size: 1.71429em;
    font-weight: normal;
    color: inherit;
}

.fading-boxes-item-text p {
    margin: 1.5em 0;
}

.fading-boxes-item-text a {
    color: inherit;
    text-decoration: underline;
}

.fading-boxes-item-text a:hover {
    text-decoration: none;
}

.fading-boxes-item-link {
    visibility: hidden;
    margin: -5.33333em 0 1.33333em;
    padding: 1em 1.33333em;
    background: #004d9e;
    -webkit-transition: margin 0.2s linear, visibility 0s;
    -webkit-transition-delay: 0s, 0.2s;
    -moz-transition: margin 0.2s linear, visibility 0s 0.2s;
    -o-transition: margin 0.2s linear, visibility 0s 0.2s;
    transition: margin 0.2s linear, visibility 0s 0.2s;
}

.fading-boxes-item:hover .fading-boxes-item-link, .fading-boxes-item.is-hovered .fading-boxes-item-link {
    visibility: visible;
    margin-top: 0;
    margin-bottom: -4em;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.fading-boxes-item-link .button {
    display: block;
}

.area-navigation {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 30px;
    right: calc(30px + var(--safe-area-right));
    height: 100%;
    display: table;
}

@media screen and (max-width: 1280px) {
    .area-navigation {
        right: 1.5625%;
        right: calc(1.5625% + var(--safe-area-right));
        margin-right: -12px;
    }
}

@media screen and (max-width: 900px) {
    .area-navigation {
        right: 2.08333%;
        right: calc(2.08333% + var(--safe-area-right));
    }
}

@media screen and (max-width: 599px) {
    .area-navigation {
        display: none;
    }
}

.area-navigation ul {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    width: 24px;
}

.area-navigation li {
    margin: 4px 0;
    text-align: center;
}

.area-navigation a {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 4px;
    outline: none;
    color: #717c8e;
    text-decoration: none;
}

.area-navigation a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(113, 124, 142, 0);
    border-radius: 100%;
    background-color: #717c8e;
    background-clip: padding-box;
}

.area-navigation a:hover:after, .area-navigation a.active:after {
    border-color: #717c8e;
    background-color: rgba(113, 124, 142, 0.25);
}

.area-navigation a.prev, .area-navigation a.next {
    width: 24px;
    height: 24px;
    padding: 5px;
    border: 2px solid currentColor;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.1s;
    -moz-transition: -moz-transform 0.1s;
    -o-transition: -o-transform 0.1s;
    transition: transform 0.1s;
}

@media screen and (max-width: 1280px) {
    .area-navigation a.prev, .area-navigation a.next {
        display: none;
    }
}

.area-navigation a.prev:after, .area-navigation a.next:after {
    font: 10px/1 "RockSolid Icons";
    content: "\e01a";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    display: block;
}

.area-navigation a.prev:after, .area-navigation a.prev:hover:after, .area-navigation a.next:after, .area-navigation a.next:hover:after {
    color: inherit;
    background-color: transparent;
    border: 0;
}

.area-navigation a.prev:hover, .area-navigation a.next:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.area-navigation a.prev.is-disabled, .area-navigation a.next.is-disabled {
    visibility: hidden;
    pointer-events: none;
}

.area-navigation a.prev > span, .area-navigation a.next > span {
    display: none;
}

.area-navigation a.next:after {
    content: "\e015";
}

.area-navigation a > span {
    position: absolute;
    top: 50%;
    right: 100%;
    max-width: 0;
    overflow: hidden;
    margin: -0.5em 0.5em 0 0;
    font-size: 0.93333em;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: max-width 0.3s cubic-bezier(0, 1, 1, 1);
    -moz-transition: max-width 0.3s cubic-bezier(0, 1, 1, 1);
    -o-transition: max-width 0.3s cubic-bezier(0, 1, 1, 1);
    transition: max-width 0.3s cubic-bezier(0, 1, 1, 1);
}

.area-navigation a:hover > span {
    max-width: 999px;
    -webkit-transition: max-width 0.6s cubic-bezier(0.75, 0, 1, 1);
    -moz-transition: max-width 0.6s cubic-bezier(0.75, 0, 1, 1);
    -o-transition: max-width 0.6s cubic-bezier(0.75, 0, 1, 1);
    transition: max-width 0.6s cubic-bezier(0.75, 0, 1, 1);
}

.area-navigation.-invert-controls a {
    color: #ffffff;
}

.area-navigation.-invert-controls a:after {
    border-color: rgba(255, 255, 255, 0);
    background-color: #ffffff;
}

.area-navigation.-invert-controls a:hover:after, .area-navigation.-invert-controls a.active:after {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
}

.area-navigation.-invert-controls a.prev:hover, .area-navigation.-invert-controls a.prev.active, .area-navigation.-invert-controls a.next:hover, .area-navigation.-invert-controls a.next.active {
    color: #ffffff;
}

.area-navigation.-invert-controls a.prev:after, .area-navigation.-invert-controls a.prev:hover:after, .area-navigation.-invert-controls a.next:after, .area-navigation.-invert-controls a.next:hover:after {
    background-color: transparent;
}

.headline-box {
    margin: 2.4em 0;
    text-align: center;
}

.headline-box.-align-left {
    text-align: left;
}

.headline-box.-align-left:before {
    text-align: left;
    margin-left: 0;
}

.headline-box.-align-right {
    text-align: right;
}

.headline-box.-align-right:before {
    text-align: right;
    margin-right: 0;
}

.headline-box.-no-underline:after {
    content: none;
}

.headline-box.-small {
    margin: 1.6em 0;
}

.headline-box.-small:before {
    font-size: 1.6em;
    margin-bottom: 0.25em;
}

.headline-box.-no-tracking h2 {
    letter-spacing: normal;
    text-transform: none;
}

.headline-box:before {
    display: block;
    width: 1.95455em;
    height: 1.95455em;
    margin: 0 auto 0.27273em auto;
    border-radius: 100%;
    font-size: 2.93333em;
    font-weight: normal;
    line-height: 2.00023;
    text-align: center;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.6);
    color: #004d9e;
}

.-color-inverted .headline-box:before {
    background: #353d47;
    background: rgba(53, 61, 71, 0.6);
    color: #ffffff;
}

.headline-box:after {
    content: "";
    display: inline-block;
    width: 8em;
    height: 2px;
    background: #004d9e;
}

.-highlight-color .headline-box:after {
    background: #3685ab;
}

.headline-box.-button-only:after {
    display: none;
}

.headline-box h2 {
    margin: 0.11111em 0;
    font-size: 2.4em;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: inherit;
    text-transform: uppercase;
}

@media screen and (max-width: 599px) {
    .headline-box h2 {
        font-size: 1.86667em;
    }
}

.headline-box h2.-bold {
    font-weight: bold;
}

.headline-box h2.-small {
    font-size: 1.6em;
}

.headline-box h2.-medium {
    font-size: 2.13333em;
}

@media screen and (max-width: 599px) {
    .headline-box h2.-medium {
        font-size: 1.6em;
    }
}

.headline-box h2.-large {
    font-size: 2.8em;
}

@media screen and (max-width: 599px) {
    .headline-box h2.-large {
        font-size: 2.13333em;
    }
}

.headline-box h2.-super-size {
    font-size: 3.46667em;
}

@media screen and (max-width: 599px) {
    .headline-box h2.-super-size {
        font-size: 2.4em;
    }
}

.headline-box h3 {
    margin: 0;
    font-size: 0.93333em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #98a0ab;
    text-transform: uppercase;
}

.-color-inverted.-highlight-color .headline-box h3 {
    color: #3685ab;
}

.-color-inverted .headline-box h3 {
    color: #dcdcdc;
}

.headline-box h3.-small {
    font-size: 0.86667em;
}

.headline-box h3.-medium {
    font-size: 1.06667em;
}

@media screen and (max-width: 599px) {
    .headline-box h3.-medium {
        font-size: 0.93333em;
    }
}

.headline-box h3.-large {
    font-size: 1.2em;
}

@media screen and (max-width: 599px) {
    .headline-box h3.-large {
        font-size: 1.06667em;
    }
}

.headline-box h3.-super-size {
    font-size: 1.4em;
}

@media screen and (max-width: 599px) {
    .headline-box h3.-super-size {
        font-size: 1.2em;
    }
}

.headline-box.-button-inline h2, .headline-box.-button-inline h3 {
    display: inline;
}

@media screen and (max-width: 599px) {
    .headline-box.-button-inline h2, .headline-box.-button-inline h3 {
        display: block;
    }
}

h2 + .headline-box-link, h3 + .headline-box-link {
    margin-top: 1.92857em;
}

.-align-left > .headline-box-link {
    float: right;
    margin: -0.14286em 0 0 3.14286em;
}

@media screen and (max-width: 599px) {
    .-align-left > .headline-box-link {
        float: none;
        margin: 0 0 1em;
    }
}

.-align-right > .headline-box-link {
    float: left;
    margin: -0.14286em 3.14286em 0 0;
}

@media screen and (max-width: 599px) {
    .-align-right > .headline-box-link {
        float: none;
        margin: 0 0 1em;
    }
}

.-button-inline > .headline-box-link {
    margin: 0 0 0 2.14286em;
}

@media screen and (max-width: 599px) {
    .-button-inline > .headline-box-link {
        margin: 1em 0 0;
    }
}

.teaser-boxes {
    zoom: 1; }

.teaser-boxes:before {
    content: "";
    display: table;
}

.teaser-boxes:after {
    content: "";
    display: table;
    clear: both;
}

.teaser-boxes-item {
    text-align: center;
}

.teaser-boxes-item .no-image {
    display: block;
    padding-top: 75%;
    background: #f2f2f2;
}

.teaser-boxes-item .teaser-boxes-label {
    display: inline-block;
    margin-bottom: 1.11111em;
    padding: 0 0.44444em;
    color: #004d9e;
    border: 2px solid #004d9e;
    border-radius: 99em;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05556em;
}

@media screen and (max-width: 599px) {
    .teaser-boxes-item .teaser-boxes-label {
        font-size: 0.9em;
    }
}

.teaser-boxes-item .teaser-boxes-label + .teaser-boxes-content > h3 {
    margin-top: 0;
}

.teaser-boxes-item.-align-left {
    text-align: left;
}

.teaser-boxes-item.-align-right {
    text-align: right;
}

.-boxed > .teaser-boxes-item {
    overflow: hidden;
    padding: 1.42857em;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    outline: none;
    background-color: #ffffff;
}

.teaser-boxes-content > h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.teaser-boxes-image {
    display: block;
    margin-bottom: 1.6em;
}

.teaser-boxes-image > img {
    display: block;
    margin: 0 auto;
}

.teaser-boxes-image.-image-circle {
    border-radius: 99em;
    overflow: hidden;
    /* Fixes hover in Chrome */
    opacity: 0.99;
    outline: none;
}

.teaser-boxes-image.-image-circle > img {
    /* Fixes android bug with border-radius and overflow */
    border-radius: 99em;
}

.teaser-boxes-image.-has-hover:hover img, .teaser-boxes-image.-has-hover:focus img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
