/*
Theme Name: Navenio
Author: Aubergine 262
Author URI: https://aubergine262.com/
Description: A custom theme for Navenio
Version: 2.0
*/



/**
 * --------------------------------------------------------------------------------------------------------------------
 * Reset, headings, general defaults
 * @see http://git.io/normalize
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Reset and default heading tags  */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	outline: none !important;
}

#main {
	padding-top: 144px;
}

::-moz-selection {
	background: #808285;
	color: #fff;
}
::selection {
	background: #808285;
	color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body,
button,
input,
select,
textarea {
	font-family: tahoma, verdana, "sans-serif";
}

body {
	line-height: 1.5;
	margin: 0;
	font-size: 17px;
	color: #323A5F;
	font-family: 'Inter';
	font-weight: 400;
	overflow: hidden;
}

a {
	text-decoration: none;
	transition: all ease-in-out 0.25s;
	color: inherit;
}

p a {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Archivo', verdana, "sans-serif";
	line-height: 1;
	padding: 0;
	font-weight: 700;
	position: relative;
}

h1, h2 {
	font-size: 42px;
	margin: 0 0 40px 0;
	line-height: 48px;
}

h3 {
	font-size: 21px;
	margin: 0 0 25px;
	line-height: 27px;
}

h4 {
	font-size: 18px;
	margin: 0;
	line-height: 27px;
}

h5 {
	font-size: 17px;
	margin: 0;
}

h6 {
	font-size: 17px;
	margin: 0;
}
.inner-content h2, .inner-content h3{
	margin-bottom: 25px;
}
.inner-content h3{
	font-size: 30px;
}
.text-shadow p, .text-shadow h2, .text-shadow h3, .text-shadow h4, .text-shadow h5, .text-shadow h6{
	text-shadow: 0 0 4px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 25px;
	font-size: 17px;
	font-family: 'Inter';
	font-weight: 400;
	line-height: 1.7;
}
p:last-child {
	margin-bottom: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-style: italic;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-weight: 600;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: circle;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	outline: 0;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
	position: relative;
}

button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

table {
	border-bottom: 1px solid #2B0B30;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}


th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-bottom: 1px solid #ededed;
	padding: 5px 10px 5px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	border-top: 1px solid;
	background-size: 4px 4px;
	height: 1px;
	margin: 0 0 24px;
}

.screen-reader-text{
	display: none;
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Form fields, and general form classes checkbox, radio
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region  Form fields, and general form classes  */
button,
input,
textarea,
select {
	border: unset;
	border-bottom: 1px solid #4d4d4d;
	font-family: 'Inter';
	font-size: 18px;
}
textarea {
	height:150px;
	max-width: 100%;
}
input, textarea, select {
	width: 100%;
	padding: 12px 0px 11px;
	background: transparent;
	color: #4d4d4d;
}
input[type="checkbox"],
input[type="radio"]{
	padding: 0;
	width: auto;
}
input[type="submit"] {
	background: #323A5F !important;
}

button:focus,
input:focus,
textarea:focus {
	outline: 0;
}

.form-row {
	margin-bottom: 20px;
}

/* Buttons */
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: none;
	background-color: #299BF4;
	border: none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
	line-height: 1;
	font: inherit;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Inter';
	text-align: center;
	transition: all ease-in-out 0.25s;
	z-index: 2;
	position: relative;
	font-weight: 700;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	opacity:0.8;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	opacity:0.8;
}

.row-button {
	margin-top: 40px;
	text-align: center;
	position: relative;
	z-index: 1;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #4d4d4d;
}

:-moz-placeholder {
	color: #4d4d4d;
}

::-moz-placeholder {
	color: #4d4d4d;
}

:-ms-input-placeholder {
	color: #4d4d4d;
}

/* Styled checkboxes */
input.fancy-chk  {
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	position: relative;
}
input.fancy-chk:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #2B0B30;
	content: "\f096";
	position: absolute;
	top: -1px;
	left: -1px;
}
input.fancy-chk:checked:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #2B0B30;
	content: "\f046";
	position: absolute;
	top: -1px;
	left: -1px;
}
input.fancy-rdo  {
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	position: relative;
}
input.fancy-rdo:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #2B0B30;
	content: "\f10c";
	position: absolute;
	top: -1px;
	left: -1px;
}
input.fancy-rdo:checked:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #2B0B30;
	content: "\f05d";
	position: absolute;
	top: -1px;
	left: -1px;
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * WP embeds - images alignment and gallery
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Images Alignment for wp embeds  */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Style wp gallery */
.gallery{
	margin-bottom: 15px;
}
.gallery:after{
	content: "";
	clear: both;
	display: table;
}
.gallery-item{
	float: left;
	width: 100%;
}
.gallery-item img{
	max-width: 100%;
	border: solid 1px #2B0B30;
}
.gallery-columns-1 .gallery-item{
	width: 98%;
	margin: 0 auto 10px;
}
.gallery-columns-2 .gallery-item{
	width: 49%;
	margin: 0 1% 10px 0;
}
.gallery-columns-3 .gallery-item{
	width: 32%;
	margin: 0 1% 10px 0;
}
.gallery-columns-4 .gallery-item{
	width: 23%;
	margin: 0 2% 10px 0;
}
.gallery-columns-5 .gallery-item{
	width: 18%;
	margin: 0 2% 10px 0;
}
.gallery-columns-6 .gallery-item{
	width: 14%;
	margin: 0 2% 10px 0;
}
.gallery-columns-7 .gallery-item{
	width: 12%;
	margin: 0 2% 10px 0;
}
.gallery-columns-8 .gallery-item{
	width: 10%;
	margin: 0 2% 10px 0;
}
.gallery-columns-9 .gallery-item{
	width: 8%;
	margin: 0 2% 10px 0;
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Content Colours and List Styles
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Content Colours and List Styles  */
/* Lists */
#main ol{
	counter-reset: ol-counter;
	list-style-type: none;
	padding: 0 0 0 22px;
}
#main ol li{
	position: relative;
	margin-bottom: 10px;
}
#main ol li:last-child{
	margin-bottom: 0;
}
#main ol li:before {
	content: counter(ol-counter) '.';
	counter-increment: ol-counter;
	position: absolute;
	top: 0px;
	left: -18px;
	color: #e94a35;
	font-weight: 400;
}
#main .bgDarkRed ol li:before {
	color: #fff;
}
#main ul{
	list-style-type: none;
	padding: 0 0 0 25px;
}
#main ul li{
	position: relative;
	margin-bottom: 10px;
}
#main ul li:last-child{
	margin-bottom: 0;
}
#main ul li:before {
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #e94a35;
	top: 5px;
	left: -24px;
	position: absolute;
}
#main .bgDarkRed ul li:before {
	background-color: #fff;
}

/* Backgrounds and colours - Use as guidance for the projects colour setup */
.White {
	color:#fff;
}
.Grey {
	color:#ddd;
}
.bgWhite {
	background:#fff;
}
.bgGrey {
	background:#f2f2f2;
}
.bgLightBlue{
	background:#F4F6F9;
}
.bgBlue {
	background: #4dc6f3;
	color:#fff;
}
.bgDarkBlue {
	background-color: #282E4C !important;
	color: #fff;
}
.bgRed {
	background: #e94a35;
	color:#fff;
}
.bgDarkRed {
	background: #A32036;
	color:#fff;
}
.bgBlack {
	background: #444044;
	color:#fff;
}
.obgWhite {
	background:rgba(255,255,255,0.6);
}
.obgGrey {
	background:rgba(220,220,220,0.6);
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Columns and layouts
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Columns and layouts */
/* Main content width */
.strip {
	position: relative;
	padding:80px 0px;
}
.strip.padding-top-40 {
	padding-top: 40px;
}
.strip.padding-top-80 {
	padding-top: 80px;
}
.strip.padding-top-120 {
	padding-top: 120px;
}
.strip.padding-bottom-40 {
	padding-bottom: 40px;
}
.strip.padding-bottom-80 {
	padding-bottom: 80px;
}
.strip.padding-bottom-120 {
	padding-bottom: 120px;
}
.strip.padding-bottom-0 {
	padding-bottom: 0;
}

.site-width{
	width:95%;
	max-width:1280px;
	margin:0 auto;
	position: relative;
}
.clear{
	clear: both;
	width:100%;
	display: block;
}

.left{
	float: left;
	width:50%;
}

.right{
	float: right;
	width:50%;
}

.one-third {
	float:left;
	width:30%;
}

.two-thirds {
	float:right;
	width:70%;
	position: relative;
	padding-left: 50px;
}

.one-third.align-Right, .left.align-Right {
	float:right;
}

.bgWhite .main-title,
.bgGrey .main-title,
.bgLightBlue .main-title{
	color: #323A5F;
}
.strip h2.main-title {
	text-align: center;
	z-index: 1;
	line-height: 48px;
}
.strip h2.main-title span {
	position: relative;
}
.strip .intro-content {
	margin-bottom: 40px;
}

.default-content.site-width {
	padding-bottom: 80px;
}

/* Basic Columns - 2,3,4,5 */
.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-8,
.columns-9{
	position: relative;
}
.columns-1:after,
.columns-2:after,
.columns-3:after,
.columns-4:after,
.columns-5:after,
.columns-8:after,
.columns-9:after{
	content: "";
	clear: both;
	display: table;
}
.columns-1 .item,
.columns-2 .item,
.columns-3 .item,
.columns-4 .item,
.columns-5 .item,
.columns-8 .item,
.columns-9 .item{
	float: left;
	display: block;
}
/*1*/
.columns-1 .item{
	width: 98%;
	margin: 0 auto 10px;
}
/*2*/
.columns-2 .item{
	width: 48%;
	margin: 0 4% 10px 0;
}
.columns-2 .item:nth-child(2n){
	margin-right: 0;
}
/*3*/
.columns-3 .item{
	width: 32%;
	margin: 0 2% 10px 0;
}
.columns-3 .item:nth-child(3n){
	margin-right: 0;
}
/*4*/
.columns-4 .item{
	width: 23.5%;
	margin: 0 2% 10px 0;
	overflow: hidden;
}
.columns-4 .item:nth-child(4n){
	margin-right: 0;
}
/*5*/
.columns-5 .item{
	width: 18.4%;
	margin: 0 2% 10px 0;
}
.columns-5 .item:nth-child(5n){
	margin-right: 0;
}
/*8*/
.columns-8{
	display: flex;
	flex-wrap: wrap;
}
.columns-8 .item{
	width: 10.75%;
	margin: 0 2% 10px 0;
	overflow: hidden;
}
.columns-8 .item:nth-child(8n){
	margin-right: 0;
}
/*9*/
.columns-9{
	display: flex;
	flex-wrap: wrap;
}
.columns-9 .item{
	width: calc(92% / 9);
	margin: 0 1% 10px 0;
	overflow: hidden;
}
.columns-9 .item h4{
	font-size: 14px;
}
.columns-9 .item:nth-child(9n){
	margin-right: 0;
}
@media only screen and (max-width:1200px) {
	.columns-9 .item{
		width: calc(92% / 5);
		margin: 0 2% 10px 0;
		overflow: hidden;
	}
	.columns-9 .item:nth-child(5n){
		margin-right: 0;
	}
}
@media only screen and (max-width:1000px) {
	.columns-8 .item{
		width: 23.5%;
		margin: 0 2% 10px 0;
		overflow: hidden;
	}
	.columns-8 .item:nth-child(4n){
		margin-right: 0;
	}
}
@media only screen and (max-width:800px) {
	.columns-9 .item{
		width: calc(96% / 3);
		margin: 0 2% 10px 0;
		overflow: hidden;
	}
	.columns-9 .item:nth-child(5n){
		margin-right: unset;
	}
	.columns-9 .item:nth-child(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width:768px) {
	.one-third, .left {
		float: left;
		width: 100%;
		margin-bottom: 40px;
	}
	.two-thirds, .right {
		width: 100%;
		padding-left: 0;
	}
	.columns-2 .item {
		width: 100%;
		margin: 0% 0% 20px 0%;
	}
	.columns-2 .item:last-child {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width:600px){
	.columns-8 .item{
		width: 49%;
		margin: 0 2% 10px 0;
		overflow: hidden;
	}
	.columns-8 .item:nth-child(2n){
		margin-right: 0;
	}

	.site-width {
		width: 90%;
	}
	h1, h2 {
		font-size:38px;
	}
	body, p {
		font-size: 15px;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Main Navigation, hamburger
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Main Navigation, hamburger*/
#navbar {
	float: left;
	width: 80%;
	display: none;
	margin-left: 25px;
	padding-top: 27px;
	z-index: 1;
	position: relative;
}
#navbar #primary-menu{
	margin: 0;
	padding: 0;
}
#navbar #primary-menu > li{
	display: inline-block;
	margin-bottom: 15px;
    width: 100%;
}
#navbar #primary-menu > li:last-child{
	margin-right: 0;
}
#navbar #primary-menu > li a{
	padding: 3px 5px;
	display: block;
}
/** Navigation Sub Menu **/
#navbar ul.sub-menu {
	margin: 0;
	position: absolute;
	display: none;
	z-index: 9999999999;
	background: #fff;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 	0px 2px 6px -2px rgba(0,0,0,0.75);
	box-shadow: 		0px 2px 6px -2px rgba(0,0,0,0.75);
	padding:0;
}
/* Show Sub Menu on hover */
#navbar li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
/* Sub Menu links */
#navbar ul.sub-menu li {
	margin: 0;
	width: 100%;
}
#navbar ul.sub-menu li a {
	width: 100%;
	padding: 10px 10px;
	display:block;
}
/* Mobile Navigation Burger */
.hamburger {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 48px;
}

.hamburger .slant {
	height: 20px;
	border-width: 0 0px 20px 0;
	border-color: transparent #808285 transparent transparent;
	bottom: -20px;
}
.hamburger .line {
	width: 40px;
	height: 5px;
	background-color: #00AEEF;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
}
#hamburger-1.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(2) {
	opacity: 0;
}
#hamburger-1.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}
@media only screen and (max-width: 600px){
	.menu-item-has-children > a:after {
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		display: inline-block;
		margin-left: 15px;
		transition: all 0.25s ease-in-out;
	}
	.menu-item-has-children > a.children-visible:after {
		transform: rotate(-90deg);
	}
	#navbar li.menu-item-has-children:hover ul.sub-menu {
		display: none;
	}
	#navbar ul.sub-menu {
		position: inherit;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#navbar ul.sub-menu li a {
		padding-left:30px;
	}
}
/*#endregion*/



/**
 * --------------------------------------------------------------------------------------------------------------------
 * Footer
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Footer */
/*Aubergine logo footer */
.aubergine-logo-footer{

}
.aubergine-logo-footer a{

}
.aubergine-logo-footer a img{
	width: 100px;
	height: auto;
}

/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Site Custom CSS
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Site custom */
/* Site custom */

/*#region Slant */
/* Slant */

.slant {
	width: 100%;
	height: 50px;
	border-style: solid;
	border-width: 0 0px 50px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	bottom: -50px;
	transition: border-color ease-in-out 0.25s;
}

.slant.angle_Left {
	transform: rotateY(180deg);
}
.bgLightBlue .slant {
	border-color: transparent #F4F6F9 transparent transparent;
}
.bgBlue .slant {
	border-color: transparent #4dc6f3 transparent transparent;
}
.bgRed .slant {
	border-color: transparent #e94a35 transparent transparent;
}
.bgDarkRed .slant {
	border-color: transparent #A32036 transparent transparent;
}
.bgGrey .slant {
	 border-color: transparent #f2f2f2 transparent transparent;
 }
.bgBlack .slant {
	border-color: transparent #444044 transparent transparent;
}
.strip .slant {
	z-index: 1;
}

.header-slant-border{
	width: 100%;
	min-width: 1920px;
	height: 88px;
	border: none;
	position: absolute;
	bottom: -30px;
	background: #fff;
	transform: rotate(178deg);
	z-index: -1;
}

/*#endregion*/

/*#region Silhouette */
/* Silhouette */

.silhouette {
	height: 113px;
	position: absolute;
	top: -113px;
	width: 100%;
	left: 0px;
}
.silhouette.people {
	top: -180px;
	height: 180px;
}
.strip.has_silhouette {
	margin-top:113px;
}
.strip.has_silhouette.people {
	margin-top:180px;
}

/*#endregion */

/*#region dots separator line */
.dots-line .site-width{
	position: unset;
	padding:50px 0 10px;
}
.dots-line .first , .dots-line .rest{
	border-top: 18px dotted #00A4E5;
	width: 34px;
	height: 18px;
	display: inline-block;
}
.dots-line .rest{
	border-top: 18px dotted #b7e1f4;
	width: calc( 100% - 36px);
	margin-left:2px;
	height: 18px;
	display: inline-block;
	position: absolute;
}
/*#endregion */

/*#region Background Image & One Third Text */
/* Background Image & One Third Text */
.one-column,
.background_image_one_third_text {
	background-size: cover;
	background-position: center;
}
.background_image_one_third_text .columns-3.align-Right .item {
	float:right;
}
.background_image_one_third_text .row-button {
	text-align: left;
	margin-top: 40px;
}
.background_image_one_third_text .columns-3 .item {
	width: 45%;
}
.background_image_one_third_text.strip h2.main-title {
	text-align: left;
}

@media only screen and (max-width: 768px){
	.background_image_one_third_text .columns-3 .item {
		width: 100%;
	}
}

/*#endregion*/

/*#region Team Picker */
/* Team Picker */
.team_members {
	text-align: center;
}
.team.strip .row-button {
	margin-top: 0px;
}
.team_members .team_member {
	width:33%;
	display:inline-block;
	padding: 0px 50px;
	margin-top: 60px;
	cursor: pointer;
	position: relative;
}
.team_members .team_member:nth-child(-n+3){
	margin-top: 0px;
}
.team_members .team_member .team_member_overlay {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 70%;
	min-height: 100%;
	margin-left: -35%;
	display:none;
	background: #fff;
	border-top: solid 3px #e94a35;
	padding: 25px 20px;
	font-size: 14px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	z-index: 2;
}
.team_members .team_member .team_member_overlay .close-overlay {
	width: 23px;
	height: 23px;
	border-radius: 100%;
	text-align: center;
	z-index: 3;
	position: absolute;
	top: -11.5px;
	left: 50%;
	margin-left: -11.5px;
}
.team_members .team_member .open-overlay {
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 23px;
	height: 23px;
	border-radius: 100%;
	margin-left: -11.5px;
	font-size: 14px;
}
.team-image-wrapper {
	position: relative;
	margin-bottom: 25px;
}
.team_members .team_member img.team_member_img {
	border-radius: 100%;
}
.team_members .team_member h4 {
	color: #323A5F;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.team_members .team_member .team_member_overlay .member_meta {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 2px #ccc;
}
.team_members .team_member .team_member_overlay .job_title {
	font-size: 17px;
}

@media only screen and (max-width: 1000px){
	.team_members .team_member .team_member_overlay {
		width:100%;
		margin-left: -50%;
	}
}
@media only screen and (max-width: 910px) {
	.team_members .team_member {
		width: 49%;
	}
	.team_members .team_member .team_member_overlay {
		width: 80%;
		margin-left: -40%;
	}
}
@media only screen and (max-width: 600px) {
	.team_members .team_member {
		width: 100%;
	}
	.team_members .team_member:nth-child(-n+3) {
		margin-top: 40px;
	}
	.team_members .team_member:first-child {
		margin-top: 0px;
	}
	.team_members .team_member .team_member_overlay {
		width: 100%;
		margin-left: -50%;
	}
}

/*#endregion*/

/*#region Contact Template */
/* Contact Template */
.grecaptcha-badge {
	display: none;
}
.one-column form {
	background: #F4F4F4;
	padding: 46px 36px;
}
form .privacy-statement {
	background-color: #fff;
	padding: 15px 18px 15px;
}
form .privacy-statement .privacy-text {
	float: left;
}
form .privacy-statement input {
	float: right;
	margin-top: 8px;
	width: auto;
}
.cv-wording {
	border-bottom: 1px solid #4d4d4d;
	font-family: 'Inter';
	padding: 14px 0px 11px;
	float: left;
	width: 50%;
}
.wpcf7-not-valid-tip {
	clear: both;
}
.cv-wrapper input {
	width: 50%;
	float: right;
	position: relative;
	z-index: 5;
}
.page-template-template-contact .site-content {
	padding: 40px 0px;
}
.snazzy-map {
    width:100%;
    height:400px;
}
.map_section .snazzy-map {
    height: 230px;
}
.map_section h3 {
	text-transform: uppercase;
	margin:10px 0px;
}
.map_section_inner {
	padding: 25px 30px;
}
.contact-links {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contact-links .item a img {
	margin-right: 10px;
	float: left;
}
.contact-links h3 {
	margin-bottom: 20px;
}
.contact-links .item-link {
	margin-bottom: 15px;
}
@media only screen and (max-width: 1015px){
	.contact-links .columns-2 .item {
		width: 100%;
	}
}

/*#endregion*/

/*#region Blog Archive */
/* Blog Archive */
article {
	position: relative;
	transition: all ease-in-out 0.25s;
}
.post-content {
    float:left;
	width: 70%;
	margin-right: 2%;
}
.post-sidebar {
    float:right;
    width:25%;
}
article .post-category a.colBlue {
	color: #4dc6f3;
}
article .post-category a.colRed {
	color: #e94a35;
}
.archive .site-content, .blog .site-content {
	padding: 40px 0px 90px;
}
.archive #primary, .blog #primary {
	background: #f2f2f2;
}
.post-content.columns-3 article.item {
	width: 31.33%;
	margin: 0 3% 25px 0;
	overflow: hidden;
}
.post-content.columns-3 article.item:nth-child(3n) {
	margin-right: 0;
}
article.item h3.entry-title {
	text-transform: uppercase;
	font-size: 18px;
	margin: 15px 0px 10px;
}
article.item.post h3.entry-title {
	min-height: 81px;
}
article.item.type-case_studies h3.entry-title {
	min-height: 54px;
}
article.item .post-category {
	font-size: 13px;
}
article.item .entry-thumbnail img {
	width: 100%;
}
article.item .read-more {
	width: 100%;
	background: #323A5F;
	display:block;
	margin-top: 15px;
}
article.item .entry-meta {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 0px 20px 20px;
	position: relative;
}
article.item .entry-meta {
	margin-top: 0;
	transition: all ease-in-out 0.25s;
}
article.item .entry-meta-inside {
	margin-bottom: -56px;
	overflow: hidden;
	transition: all ease-in-out 0.25s;
}
article.item:hover .entry-meta {
	margin-top: -56px;
	transition: all ease-in-out 0.25s;
}
article.item:hover .entry-meta-inside {
	margin-bottom: 0;
	transition: all ease-in-out 0.25s;
}


article.item:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}
article.item .entry-meta .slant {
	height: 20px;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: -20px;
	border-width: 0px 308px 20px 0px;
	left: 0px;
	transform: rotatex(180deg);
}
article.item .entry-thumbnail {
	position: relative;
	max-height: 180px;
}
article.item .entry-thumbnail .overlay-tint {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(77,198,243,0.6);
	opacity: 0;
	transition: all ease-in-out 0.25s;
}
article.item:hover .entry-thumbnail .overlay-tint {
	opacity:1;
}
.post-sidebar aside.widget_search {
	background: #e2e2e2;
	border-top: solid 4px #4dc6f3;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.post-sidebar aside.widget_search .slant {
	border-color: transparent #e2e2e2 transparent transparent;
	left:0px;
	bottom: -20px;
	height: 20px;
	border-width: 0 0px 20px 0;
}
.post-sidebar aside.widget_search input {
	font-family: 'Inter';
}
.post-sidebar aside.widget_search input[type="submit"] {
	display:none;
}
.post-sidebar aside h3.widget-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #e94a35;
	margin: 15px 0px;
}
.post-sidebar {
	background: #fff;
}
.post-sidebar aside {
	padding: 15px 22px 25px;
}
#main .post-sidebar aside ul {
	margin: 0px;
	padding: 0px;
}
#main  .post-sidebar aside ul li:before {
	display:none;
}
#main  .post-sidebar aside ul li a {
	display:block;
	transition: all ease-in-out 0.25s;
	color: #323A5F
}
#main  .post-sidebar aside ul li a:hover {
	opacity: 0.8;
}
#main  .post-sidebar aside ul li {
	border-top: dotted 2px;
	color: #ccc;
	padding-top: 10px;
}
form.search-form:after {
	content: '\f002';
	font-family: FontAwesome;
	position: absolute;
	right: 0px;
	top: 8px;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 0px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #e94a35;
	font-weight: normal;
}
.wp-pagenavi a.previouspostslink {
	color: #999;
}
.wp-pagenavi {
	display: inline-block;
	background: #f2f2f2;
	padding-right: 10px;
}
.pagenavi-wrapper {
	position:relative;
	margin-top: 20px;
	z-index:0;
}
.pagenavi-wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.7em;
	border-top: 1px solid #4d4d4d;
	z-index: -1;
}
aside.widget_lc_taxonomy:nth-child(2) h3.widget-title:after {
	content: url('images/Blog-Category-Icon.svg');
	float: right;
}
aside.widget_lc_taxonomy:nth-child(3) h3.widget-title:after {
	content: url('images/Blog-Tags-Icon.svg');
	float: right;
}
aside.widget_lc_taxonomy:nth-child(4) h3.widget-title:after {
	content: url('images/Blog-Trending-Icon.svg');
	float: right;
}
.post-content-archives article:nth-child(4n + 1),
.post-content article:nth-child(3n + 1){
	clear:both;
}
h3.tax_name {
	text-transform: uppercase;
	position: relative;
	margin-bottom:40px;
	z-index:1;
}
h3.tax_name span {
	background: #f2f2f2;
	padding-right: 10px;
}
h3.tax_name:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.6em;
	border-top: 1px solid #4d4d4d;
	z-index: -1;
}
@media only screen and (max-width: 768px){
	.post-sidebar, .post-content {
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.post-content.columns-3 article.item {
		width: 48%;
		margin: 0 4% 25px 0;
	}
	.post-content.columns-3 article.item:nth-child(2n){
		margin-right: 0%;
	}
	.post-content.columns-3 article.item:nth-child(3n) {
		margin-right: 4%;
	}
	.post-content article:nth-child(3n + 1) {
		 clear: none;
	 }
	.post-content article:nth-child(2n + 1) {
		clear: none;
	}
}
@media only screen and (max-width: 375px) {
	.post-content.columns-3 article.item {
		width: auto;
		margin: 0 auto;
		margin-bottom: 25px;
		text-align: left;
		float:none;
		display: inline-block;
	}
	.post-content {
		text-align: center;
	}
	.post-content.columns-3 article.item:nth-child(3n) {
		margin-right: 0%;
	}
}

/*#endregion */

/*#region Blog Single */
/* Blog Single */

.single-post #primary {
	padding: 80px 0px;
	background: #f2f2f2;
}

.single-post .post-content {
	margin-bottom: 80px;
}

.single-post .post-content article .entry-thumbnail {
	margin: 40px 0px;
	overflow: hidden;
}

.single-post .post-content article .entry-thumbnail img {
	width: 100%;
	height: auto;
}

.post-meta-wrapper {
	margin: 40px 0px 0px;
}

.post-meta-wrapper .post-tags a, .post-meta-wrapper .post-trends a {
	font-style: italic;
	color: #323A5F;
}

.post-meta-wrapper .list-heading {
	font-weight: bold;
}

.post-meta-wrapper  .post-tags {
	margin-bottom: 15px;
}

.post-meta-wrapper .post-tags a:hover, .post-meta-wrapper .post-trends a:hover {
	text-decoration: underline;
}

.other_articles h4.other_articles_title span {
	text-transform: uppercase;
	font-size: 18px;
	background: #f2f2f2;
	padding-right: 10px;
}

.other_articles h4.other_articles_title {
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.other_articles h4.other_articles_title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.7em;
	border-top: 1px solid #4d4d4d;
	z-index: -1;
}

.post-meta-single .post-category {
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	border-right: solid 1px #4d4d4d;
}

.post-meta-single #custom-social {
	display: inline-block;
}

.post-meta-single #custom-social a {
	margin-right: 10px;
}

@media only screen and (max-width: 768px){
	.single-post .post-content {
		margin-bottom: 40px;
	}
	.other_articles {
		margin-top: 40px;
	}
	.other_articles .columns-4 .item:nth-child(2n) {
		margin-right: 0%;
	}
	.other_articles .columns-4 .item {
		width: 49%;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 414px){
	.other_articles .columns-4 .item {
		width: auto;
		display: inline-block;
		float: none;
		text-align: left;
	}
	.other_articles {
		text-align: center;
	}
	.other_articles h4.other_articles_title span {
		padding-left: 10px;
	}
}

/*#endregion */

/*#region Case Study */

/* Case Study Archive*/
.post-type-archive-case_studies .post-sidebar aside{
	position: relative;
}
.post-type-archive-case_studies .post-sidebar aside:before{
	content:'';
	display: block;
	width: 100%;
	border-top: solid 4px #4dc6f3;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
}
.post-type-archive-case_studies aside.widget_lc_taxonomy h3.widget-title:after {
	content: url(images/Blog-Tags-Icon.svg);
	float: right;
}
.post-type-archive-case_studies #main aside ul li a {
	display: inline-block;
}
.widget-in-sidebar-case_studies{

}

/* Case Study Single */
.case-study-header{
	text-align: center;
	color:#fff;
	position: relative;
}
.case-study-header .sub-page-header-content{
	width: 100%;
	padding-bottom: 40px;

}
.case-study-header p{
	font-weight: 500;
	max-width: 800px;
	margin:0 auto 20px;
}
.case-study-header .main-intro{
	font-size: 23px;
	font-weight: 600;
}
.case-study-header .main-intro:before{
	content:'';
	background-image: url(images/quote-white.svg);
	height: 90px;
	width: 99px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 20px;
}



.single-case_studies .post-content {
	float: unset;
	width: 100%;
	margin-right: unset;
}
.single-case_studies .post-content .main-title{
	padding-top:80px;
}
.download-strip .site-width{
	text-align: center;
	padding:80px 0 100px;
}
/*#endregion */


/*#region Footer */
/* Footer */
footer.site-footer {
	position: relative;
	color: #fff;
	background-color: #282E4C;
}
.site-footer .slant {
	transform: rotate(180deg);
	top: -50px;
	bottom: unset;
}
.footer-logo {
	float: left;
	width: 6%;
	padding-top: 22px;
}
.footer-navigation {
	float: left;
	padding-top: 0px;
	width: 80%;
	margin-top: 25px;
	border-right: dotted 2px #808080;
}
.footer-socials {
	float: left;
	width: 14%;
	margin-top: 28px;
	font-family: 'Inter';
	text-transform: uppercase;
	padding-left: 55px;
	font-size:13px;
}
.footer-socials a {
	color: #fff;
	font-size: 25px;
	margin-right: 15px;
}
.footer-socials .social-heading {
	margin-bottom: 15px;
}
.footer-navigation ul#footer-menu {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.footer-navigation ul#footer-menu li {
	display: inline-block;
	width: 20%;
	margin-bottom: 20px;
	padding-right: 15px;
}
.footer-navigation ul#footer-menu li a {
	font-family: 'Inter';
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	font-weight:500;
}
.sub-footer-area {
	margin-top: 30px;
	padding: 15px;
	font-size: 14px;
	color: #fff;
	font-family: 'Inter';
	background-color: #5B617F;
	font-weight:600;
}
.sub-footer-navigation {
	text-align: center;
}
.sub-footer-navigation ul {
	padding:0px;
	margin:0px;
}
.sub-footer-navigation ul li {
	display:inline-block;
	margin: 0 5px;
	border-right: solid 1px;
	padding-right: 10px;
}
.sub-footer-navigation ul li:last-child {
	padding-right: 0;
	border-right: none;
}
.sub-footer-navigation ul li a {
	color: #fff;
}
.aubergine-logo-footer {
	text-align: right;
}
.aubergine-logo-footer a img {
	width: 60px;
}
.sub-footer-area .item {
	margin-bottom: 0px;
}
.site-footer a:hover, .footer-navigation ul#footer-menu li a:hover {
	color: #e94a35;
}

@media only screen and (max-width:1350px) {
	.footer-socials {
		width: 22%;
		font-size: 15px;
	}
	.footer-navigation {
		width: 70%;
	}
	.footer-navigation ul#footer-menu {
		padding-left: 30px;
	}
	.footer-navigation ul#footer-menu li a {
		font-size: 15px;
	}
}

@media only screen and (max-width:1220px) {
	.footer-navigation ul#footer-menu li a {
		font-size: 13px;
	}
	.footer-socials {
		font-size: 13px;
	}
	.footer-socials a {
		font-size: 20px;
	}
}

@media only screen and (max-width:1080px) {
	.footer-logo {
		float: left;
		width: 100%;
		display: block;
	}

	.footer-navigation ul#footer-menu {
		padding-left: 0px;
	}

	.footer-navigation {
		width: 80%;
		margin-top: 40px;
	}

	.footer-socials {
		width: 20%;
		margin-top: 40px;
	}
}

@media only screen and (max-width:910px) {
	.footer-logo {
		text-align: center;
	}

	.footer-navigation {
		width: 100%;
		text-align: center;
		border-right: 0px;
	}

	.footer-socials {
		width: 100%;
		text-align: center;
		padding-left: 0px;
	}
}

@media only screen and (max-width:730px) {
	.footer-navigation ul#footer-menu li {
		width: 50% !important;
	}
}

@media only screen and (max-width:470px) {
	.sub-footer-area .item {
		margin-bottom: 20px;
		width: 100%;
	}
	.sub-footer-area .item.aubergine-logo-footer {
		margin-bottom: 0px;
	}
	.sub-footer-area {
		text-align: center;
	}
	.aubergine-logo-footer {
		text-align: center;
	}
}

@media only screen and (max-width:375px) {
	.footer-navigation ul#footer-menu li {
		width: 100% !important;
		padding-right: 0px;
	}
	.footer-socials {
		margin-top: 20px;
	}
}

/*#endregion*/

/*#region Header */
/* Header */
.sub-page-header {
	min-height: 400px;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.sub-page-header-content.image-Right {
	flex-direction: row-reverse;
}
.sub-page-header-content {
	width: 45%;
	/*padding-top: 100px;*/
	padding-top: 40px;
}
/*header image + text style */
.sub-page-header.image-text-header{
	position: relative;
	min-height: 600px;
	padding: 40px 0px;
}
.sub-page-header.image-text-header .site-width{
	z-index: 1;
}
.sub-page-header.image-text-header .sub-page-header-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 0px;
	align-items: center;
}
.sub-page-header.image-text-header .header-image{
	width: 50%;
	display: flex;
}
.sub-page-header.image-text-header .header-text{
	width: 50%;
}
.test-space{
	display: block;
	height:30px;
}
.small-text{
	font-size: 42px;
	color:#ccc;
}
.sub-page-header .row-button {
	text-align: left;
}
.sub-page-header.image-text-header .slant {
	transform: rotate(180deg);
	bottom: 0;
}
.header-dots-right{
	position: absolute;
	height: 100%;
	left: 1148px;
	margin-top:18px;
}
.header-dots-right span{
	position: absolute;
}
.header-dots-right span.first{
	border-top: 28px dotted #e94a35;
	width: 28px;
	height: 50px;
	display: block;
}
.header-dots-right span.top{
	border-top: 28px dotted #1C6EA4;
	width: 80px;
	height: 50px;
	display: block;
	left: 56px;
}
.header-dots-right span.center{
	border-right: 28px dotted #1C6EA4;
	top: 40px;
	left: 150px;
	width: 28px;
	height: 360px;
	display: block;
}
.header-dots-right span.bottom{
	border-top: 28px dotted #1C6EA4;
	width: 246px;
	display: block;
	left: 192px;
	top: 410px;
}
.header-dots-left{
	position: absolute;
	height: 100%;
	right: 1160px;
	margin-top: 234px;
}
.header-dots-left span{
	position: absolute;
}
.header-dots-left span.first{
	border-top: 28px dotted #e94a35;
	width: 28px;
	height: 50px;
	display: block;
	right:0;
}
.header-dots-left span.top{
	border-right: 28px dotted #1C6EA4;
	width: 28px;
	height: 88px;
	display: block;
	right: 0;
	top: 57px;
}
.header-dots-left span.bottom{
	border-top: 28px dotted #1C6EA4;
	width: 388px;
	display: block;
	right: 38px;
	top: 158px;
}
body.image-text-style-header header {
	background: transparent;
	position: absolute;
}
body.image-text-style-header #main {
	padding-top: 0px;
}
@media only screen and (max-width: 1280px){
	.sub-page-header.image-text-header .header-image img{
		object-fit: cover;
	}
}
@media only screen and (max-width: 960px){
	.sub-page-header {
		align-content: flex-end;
	}

}
@media only screen and (max-width: 768px){
	.sub-page-header.image-text-header .header-image, .sub-page-header.image-text-header h1 {
		width: 100%;
		padding:20px 0;
		font-size: 42px;
	}
	.sub-page-header.image-text-header .header-text {
		width: 100%;
	}
	.small-text{
		font-size: 28px;
		color:#ccc;
	}
	body.image-text-style-header .sub-page-header {
		padding-top: 100px;
	}
}
/* end: header image + text style */
.site-header {
	position: fixed;
	transition: all ease-in-out 0.25s;
	z-index: 9;
	width: 100%;
}
.site-logo {
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 20px;
	z-index: 1;
	position: relative;
	float:left;
	padding-right: 5px;
	width: 93px;
}
.site-logo img {
	transition:  all ease-in-out 0.25s;
}
.site-logo img.expanded-logo {
	position: absolute;
	top: 0px;
	opacity: 0;
	left:0px;
}
.site-logo img.transparent {
	opacity: 0;
}
.site-logo img.opaque {
	opacity: 1;
}
#masthead-sticky-wrapper.is-sticky {
    z-index:1;
    position: relative;
    box-shadow: 0 4px 2px -2px gray;
}
#navbar nav {
	float: left;
	width: 75%;
    border-right: dotted 2px #ccc;
    border-left: dotted 2px #ccc;
	padding-left: 40px;
}
#navbar .menu-main-menu-container #primary-menu{
	display: block;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
#navbar #primary-menu > li {
	/*display: block;*/
}
#navbar .header-socials a.nav-button{
	font-size:15px;
	width: 100%;
	margin-bottom: 13px;
}
#navbar .header-socials {
	float:right;
	width: 25%;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
#navbar .header-socials a {
    color: #fff;
    font-size: 15px;
	display: inline-block;
}
#navbar a, #navbar {
	color: #fff;
	font-family: 'Inter';
	text-transform: uppercase;
	font-size: 15px;
}
.site-header.navbar-open {
    padding-bottom: 20px;
}
#navbar a:hover {
	color: #e94a35;
}

@media only screen and (max-width: 1350px){
	#navbar a, #navbar {
		font-size: 13px;
	}
}
@media only screen and (max-width: 1200px){
	#navbar .header-socials {
		float: left;
		width: 90%;
		margin-top: 15px;
		padding-top: 15px;
		border-top: dotted 2px #ccc;
		padding-left: 0px;
		justify-content: flex-start;
	}
	#navbar .header-socials a {
		color: #fff;
		font-size: 25px;
		display: inline-block;
		margin-left: 25px;
	}
	#navbar .header-socials a.nav-button{
		min-width: 140px;
		width: unset;
		margin: 0;
	}
	#navbar .header-socials .social-heading {
		display: none;
	}
	#navbar nav {
		float: left;
		width: 100%;
		border-right: 0;
		border-left: 0;
		padding-left: 0;
	}
	#navbar {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 960px) {
	#navbar {
		width: 100%;
		margin-left: 0px;
		padding-top: 20px;
		border-top: dotted 2px #ccc;
		margin-top: 40px;
	}
	#navbar nav ul li {
		width: 100% !important;
		padding:0px;
		margin: 0 0 20px;
	}
	#navbar nav ul li:nth-last-child(-n+4) {
		margin-bottom: 20px;
	}
	#navbar nav ul li:last-child {
		margin-bottom: 0px;
	}
	.hamburger {
		right: 0px;
		width: auto;
		padding: 0px 5px;
	}
	.site-logo {
		width: 175px;
	}
	.site-logo img.expanded-logo {
		height: 100%;
	}
	#navbar .header-socials {
		width: 100%;
	}
	#main {
		padding-top: 65px
	}
}

@media only screen and (max-width: 768px){
	.sub-page-header-content {
		width: 100%;
	}
}

/*#endregion*/

/*#region Multi Column */
/* Multi Column */

.multi-column.strip h2.main-title {
	margin-bottom: 50px;
}
.multi-column.strip .multi-columns .column {
	text-align: center;
	padding: 0px 10px;
}
.multi-column.strip .multi-columns.center-columns .column {
	float: none;
	display: inline-block;
}
.center-columns.multi-columns {
	text-align: center;
}
.multi-column.strip.columns-align-left .multi-columns .column {
	text-align: left;
}
.multi-column.strip.columns-align-right .multi-columns .column {
	text-align: right;
}
.multi-column.strip .multi-columns .column h4.column-title {
	text-transform: uppercase;
	margin: 30px 0px 20px 0px;

}
.multi-column.strip .multi-columns .column img.column-icon {
	max-height:150px;
	margin: 0 auto;
	display: block;
}
.multi-column.strip .multi-columns.columns-5 .item, .multi-column.strip .multi-columns.columns-4 .item {
	margin-top: 40px;
}
.multi-column.strip .multi-columns.columns-5 .item:nth-child(-n+5), .multi-column.strip .multi-columns.columns-4 .item:nth-child(-n+4) {
	margin-top: 0px;
}
.multi-column.strip .row-button {
	margin-top: 40px;
}
.multi-column.strip .multi-columns.columns-5 .item:nth-child(5n + 1), .multi-column.strip .multi-columns.columns-4 .item:nth-child(4n + 1) {
	clear:both;
}
.multi-column.strip .multi-columns {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 1050px) {
	.multi-column.strip .multi-columns.columns-5 {
		text-align: center;
	}
	.multi-column.strip.columns-5 .item {
		width: 31.5%;
		float: none;
		display: inline-block;
	}
	.multi-column.strip.columns-5 .item:nth-child(3n) {
		margin-right: 0%;
	}
}

@media only screen and (max-width: 1000px){
	.multi-column.strip.columns-4 .item {
		width: 49%;
	}
	.multi-column.strip .columns-4 .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 700px) {
	.multi-column.strip .columns-5 .item {
		width: 100%;
	}
	.multi-column.strip .multi-columns.columns-5 .item:nth-child(-n+5) {
		margin-top: 40px;
	}
	.multi-column.strip .multi-columns.columns-5 .item:first-child {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 600px){
	.multi-column.strip .columns-4 .item {
		width: 100%;
	}
	.multi-column.strip .multi-columns.columns-4 .item:nth-child(-n+4) {
		margin-top: 40px;
	}
	.multi-column.strip .multi-columns.columns-4 .item:first-child {
		margin-top: 0px;
	}
}

/*#endregion*/

/*#region Slider */
/* Slider */

.slider.strip .slides_wrapper .slide {
	min-height: 400px;
	background-size: cover;
	background-position: center;
}
.slider.strip .slides_wrapper .slide h2 {
	color: #323A5F;
}
.slider.strip .slides_wrapper .slide .item {
	width: 45%;
	padding-top: 100px;
}
.slider.strip .slides_wrapper .slide .item .row-button {
	text-align: left;
	margin-top: 0px;
}
.slider.strip .slides_wrapper .slide .item .slide-content {
	margin-bottom: 25px;
}
.slider.strip {
	padding: 0px;
	overflow: hidden;
	max-height: 400px;
}
.slider.strip .slick-dots {
	position: absolute;
	bottom: 25px;
	margin: 0px;
	text-align: left;
	padding: 0px !important;
}
.slider.strip .slick-dots li:before {
	display:none !important;
}
.slider.strip .slick-dots li button:before {
	background: transparent;
	border-radius: 100%;
	padding: 0px;
	width: 15px;
	height: 15px;
	border: solid 2px #999;
	content: '';
	opacity:1;
	transition: all ease-in-out 0.25s;
}
.slider.strip .slick-dots li button:hover:before, .slider.strip .slick-dots li.slick-active button:before {
	background: #323A5F;
	border:solid 2px #323A5F;
	opacity: 1;
}
.slider.strip .slick-dotted.slick-slider {
	margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
	.slider.strip .slides_wrapper .slide .item {
		width: 100%;
	}
	.slider.strip {
		padding: 40px 0;
		overflow: hidden;
		max-height: 480px;
	}
}

/*#endregion */

/*#region Image & Text Builder */
/* Image & Text Builder */

.image_text_row {
	margin-bottom: 40px;
}
.image_text_row:last-child {
	margin-bottom: 0px;
}
.image_text_row .row-button {
	text-align: left;
	position: relative;
	z-index: 3;
}
.image_text_row img {
	/*margin-top: -50px;*/
}
.image_text_row h2.main-title {
	text-align: left;
}

	/*#endregion */

/*#region Image/Video & Text */
/* Image/Video & Text */

.image_video_text h2.main-title {
	text-align: left;
}
.image_video_wrapper {
	position: relative;
	z-index:2;
}

.image_video_wrapper .video-embed {
	height: 100%;
	position: absolute;
	width: 100%;
	padding: 5px 5px 10px;
	left: 0px;
	top: 0px;
	display:none;
	z-index:3;
}
.content-video {
	padding: 56.25% 0 0 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.one-column iframe {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	display: block;
	height: 392px;
}
.image_video_wrapper .video-embed iframe {
	width: 100%;
	height: 100%;
	background: #000;
}

.image_video_wrapper .video-embed .embed-container {
	height: 100%;
}

.image_video_wrapper .play_video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	opacity:0.8;
	transition: all ease-in-out 0.25s;
	z-index: 2;
}
.image_video_wrapper .play_video:hover {
	opacity: 1;
}
.image_video_wrapper .play_video img.play_button {
	top: 50%;
	position: relative;
	margin-top: -58px;
	width: 117px;
	height: 117px;
}
.image_video_text .columns-2 {
	z-index:1;
}

/*#endregion */

/*#region Two Column */
/* Two Column */
.two-column.strip .main-title {
	text-align: left;
}
.two-column-left {
	padding-right: 25px;
}
.two-column-right {
	padding-left: 25px;
}

@media only screen and (max-width:1450px){
	.content-video {
		max-width: 70%;
	}
}
@media only screen and (max-width:700px){
	.content-video {
		max-width: 100%;
	}
	.two-column-left {
		padding-right: 0;
		width: 100% !important;
		margin-bottom: 25px;
	}
	.two-column-right {
		padding-left: 0;
		width: 100% !important;
	}
}
/*#endregion */

/*#region Icons + Text */
/* Icons + Text */
.icon-text.strip .main-title,
.icon-text.strip .row-button {
	text-align: left;
}
.icon-text-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.left .icon-text-icons{
	padding-right: 10%;
}
.right .icon-text-icons{
	padding-left: 10%;
}
.icon-text-icon {
	display: flex;
	width: calc(100% / 3);
	justify-content: center;
	align-items: center;
	padding: 10px;
	text-align: center;
	flex-wrap: wrap;
}
.icon-text-icon .icon {
	margin-bottom:10px;
}
.icon-text-icon img{

}
.icon-text-icon .text {
	font-family: 'Inter', verdana, "sans-serif";
	color: #323A5F;
	font-weight: 500;
}
/*#endregion */

/*#region Icons Slider */
/* Icons Slider */

 .icon_slides_wrapper .slide{
	 display: flex !important;
	 flex-direction: column;
	 justify-content: space-evenly;
 }
.icon_slides_wrapper .slick-slide .icon {
	height: 150px;
	display: flex;
}
.icon_slides_wrapper .slick-slide img {
	margin: 0 auto;
	align-self: center;
}
.icon_slides_wrapper .slick-prev, .slick-next{
	background: #F2F2F2;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	font-size: 23px;
}
.icon_slides_wrapper .slick-prev:hover,.icon_slides_wrapper .slick-prev:focus,.icon_slides_wrapper .slick-next:hover,.icon_slides_wrapper .slick-next:focus{
	background: #F2F2F2;
}
.icon_slides_wrapper .slick-prev i, .icon_slides_wrapper .slick-next i{
	color:#808285;
}
.icon_slides_wrapper .slick-prev:before, .icon_slides_wrapper .slick-next:before{
	display: none;
}
@media only screen and (max-width: 600px){
	.icon_slides_wrapper {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}
	.icon_slides_wrapper .slide {
		display: flex !important;
		height: unset;
		width: 50%;
		justify-content: space-around;
	}
	.icon_slides_wrapper .slide .icon {
		padding: 20px 0;
	}
}
@media only screen and (max-width: 400px){
	.icon_slides_wrapper .slide {
		width: 100%;
	}
}
/*#endregion */

/*#region Jobs */
/* Jobs */

.jobs.strip .job-columns .job-column {
	background: #fff;
	padding: 20px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 25px;
}
.jobs.strip .job-columns .job-column h4.job-role {
	color: #323A5F;
	min-height: 54px;
}
.jobs.strip .job-columns .job-column h4.job-title {
	margin: 10px 0px;
	text-transform: uppercase;
}
.jobs.strip .job-columns .job-column h4.job-location {
	border-top: dotted 2px #ccc;
	border-bottom: dotted 2px #ccc;
	padding: 5px 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.jobs.strip .job-columns .job-column h4.job-location img {
    margin-right: 8px;
    display: inline-block;
    margin-top: -5px;
}
.jobs.strip .job-columns .job-column span.faux-link {
	margin-top: 20px;
}
@media only screen and (max-width:950px){
    .jobs.strip .columns-4.job-columns .job-column.item:nth-child(4n) {
        margin-right: 2%;
    }
    .jobs.strip .columns-4.job-columns .job-column.item:nth-child(3n) {
        margin-right: 0%;
    }
    .jobs.strip .columns-4.job-columns .job-column.item {
        width: 32%;
    }
}
@media only screen and (max-width:700px){
    .jobs.strip .columns-4.job-columns .job-column.item {
        width: 49%;
        margin-bottom: 10px;
    }
    .jobs.strip .columns-4.job-columns .job-column.item:nth-child(2n) {
        margin-right: 0%;
    }
    .jobs.strip .columns-4.job-columns .job-column.item:nth-child(3n) {
        margin-right: 2%;
    }
}
@media only screen and (max-width:500px){
    .jobs.strip .columns-4.job-columns .job-column.item {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*#endregion */

/*#region Diagram */
/* Diagram */

.diagram.strip .diagram_columns .item {
    position: relative;
}
.diagram.strip .diagram_columns .item .diagram_image {
    text-align: center;
}
.diagram.strip .diagram_columns .item .diagram_image .caption {
	font-family: 'Inter', verdana, "sans-serif";
	font-size: 18px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 10px;
	border: solid 2px #fff;
	padding: 10px 32px;
	width: 220px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 20px;
}
.diagram.strip .diagram_columns .item:first-child .diagram_image:first-child {
	text-align: right;
}
.diagram.strip .diagram_columns .item:first-child .diagram_image:first-child .caption {
	display: inline-block;
	margin-left: -41px;
	width: 200px;
}
.diagram.strip .diagram_columns .item:first-child .diagram_image:first-child img {
	padding-left: 30px;
}
.diagram.strip .diagram_columns .item .diagram_image {
    margin-bottom:  100px;
}
.diagram.strip .diagram_columns .item .diagram_image .caption.mobile {
	display:none !important;
}
.diagram.strip .diagram_columns .item .diagram_image {
	position: relative;
}
.diagram.strip .diagram_columns .item .diagram_image img.diagram_img {
	position: relative;
	z-index: 1;
}
.diagram.strip .diagram_columns .item:nth-child(3) .diagram_image {
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.diagram.strip .diagram_columns .item:first-child .diagram_image:first-child img.dots {
	position: absolute;
	transform: rotateX(180deg);
	right: -65px;
	top: 80px;
}
.diagram.strip .diagram_columns .item:first-child .diagram_image:nth-child(2) img.dots {
	position: absolute;
	right: -67px;
	top: -60px;
}
.diagram.strip .diagram_columns .item:last-child .diagram_image:first-child img.dots {
	position: absolute;
	left: -69px;
	top: -35px;
}
.diagram.strip .diagram_columns .item .diagram_image:last-child {
    margin-bottom: 0px;
}
.diagram.strip .diagram_columns {
    margin-top: 50px;
    display:flex;
}
.diagram.strip .diagram_columns .diagram_center_box {
    width: 80%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	position: relative;
    border-radius: 20px;
	margin:0 auto;
	z-index:1;
}
#main .diagram.strip .diagram_columns .diagram_center_box div.bullet_points {
	padding: 20px 40px 20px;
	background: rgb(71,74,75);
	background: -moz-linear-gradient(top, rgba(71,74,75,1) 0%, rgba(47,50,51,1) 100%);
	background: -webkit-linear-gradient(top, rgba(71,74,75,1) 0%,rgba(47,50,51,1) 100%);
	background: linear-gradient(to bottom, rgba(71,74,75,1) 0%,rgba(47,50,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474a4b', endColorstr='#2f3233',GradientType=0 );
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#main .diagram.strip .diagram_columns .diagram_center_box .image_and_caption {
	background: rgb(71,74,75);
	background: -moz-linear-gradient(top, rgba(71,74,75,1) 0%, rgba(47,50,51,1) 100%);
	background: -webkit-linear-gradient(top, rgba(71,74,75,1) 0%,rgba(47,50,51,1) 100%);
	background: linear-gradient(to bottom, rgba(71,74,75,1) 0%,rgba(47,50,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474a4b', endColorstr='#2f3233',GradientType=0 );
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 15px 40px 15px 40px;
}
#main .diagram.strip .diagram_columns .diagram_center_box .divider {
	width: 98%;
	height: 18px;
	margin: 0 auto;
	background: rgb(71,74,75);
	background: -moz-linear-gradient(top, rgba(71,74,75,1) 0%, rgba(47,50,51,1) 100%);
	background: -webkit-linear-gradient(top, rgba(71,74,75,1) 0%,rgba(47,50,51,1) 100%);
	background: linear-gradient(to bottom, rgba(71,74,75,1) 0%,rgba(47,50,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474a4b', endColorstr='#2f3233',GradientType=0 );
}
#main .diagram.strip .diagram_columns .diagram_center_box div.bullet_points ul li {
	font-size: 18px;
	margin-bottom: 0px;
	color: #fff;
	font-family: 'Inter', verdana, "sans-serif";
}
#main .diagram.strip .diagram_columns .diagram_center_box img {
	max-width: 70px;
	width: 30%;
}
#main .diagram.strip .diagram_columns .diagram_center_box div.bullet_points ul li:before {
    width: 5px;
    height: 5px;
    display: block;
    top: 8px;
    left: -15px
}
#main .diagram.strip .diagram_columns .diagram_center_box .center_box_caption {
	color: #fff;
	text-align: right;
	display: inline-block;
	width: 70%;
	font-size: 17px;
	padding-top: 18px;
	float: right;
	font-family: 'Inter', verdana, "sans-serif";
}
#main .diagram.strip .diagram_columns .diagram_center_box div.bullet_points ul {
    padding-left: 15px;
	margin: 0;
}
#main .diagram.strip .diagram_columns .diagram_center_box .rectangle-top {
    position: absolute;
    width: 100%;
    height: 40px;
    border: solid 1px #fff;
    background: #706C6F;
    left: 23px;
    top: -40px;
    transform: skewX(-50deg);
}
#main .diagram.strip .diagram_columns .diagram_center_box .rectangle-right {
    position: absolute;
    width: 48px;
    height: 100.3%;
    border: solid 1px #fff;
    background: #393437;
    right: -48px;
    top: -20px;
    transform: skewY(-40deg);
    border-top: 0;
}
.diagram.strip img.diagram_image {
    width:auto;
    max-width: 100%;
    margin:0 auto;
    display:block;
}
.diagram.strip h2.main-title {
	color:#fff;
	text-align: right;
}
.diagram.strip {
	background-size: cover;
	background-position: center;
}

@media only screen and (max-width: 1310px) {
	.diagram.strip .diagram_columns .item:first-child .diagram_image:first-child .caption {
		display: inline-block;
		margin-left: 0px;
		width: 220px;
		margin-bottom: 20px;
	}
	.diagram.strip .diagram_columns .item:first-child .diagram_image:first-child img {
		padding-left: 0px;
	}
	.diagram.strip .diagram_columns .item:first-child .diagram_image:first-child {
		text-align: center;
	}
}

@media only screen and (max-width: 1260px) {
	#main .diagram.strip .diagram_columns .diagram_center_box .center_box_caption {
		padding-top: 0px;
	}
}

@media only screen and (max-width: 1000px) {
	.diagram.strip .diagram_columns .item {
		width: 100%;
		max-width: 60%;
		margin: 40px auto;
		float: none;
	}
	.diagram.strip .diagram_columns {
		display:block;
		margin-top: 0px;
	}
	.diagram.strip .diagram_columns .diagram_center_box, .diagram.strip .diagram_columns .item:nth-child(3) .diagram_image {
		top: 0px;
		transform: unset;
		-ms-transform: unset;
		-moz-transform: unset;
		-webkit-transform: unset;
		-o-transform: unset;
	}
	.diagram.strip .diagram_columns .diagram_center_box {
		width:100%;
	}
	.diagram.strip .diagram_columns .diagram_center_box {
		margin-top: 40px;
	}
	.diagram.strip .diagram_columns .item .diagram_image {
		margin-bottom: 40px;
	}
	.diagram.strip h2.main-title {
		text-align: center;
		margin-bottom: 20px;
	}
	.columns-3 .item:nth-child(3n) {
		margin-top: 40px;
		margin-bottom: 0px;
	}
	.diagram.strip .diagram_columns .item .diagram_image .caption.desktop {
		display:none !important;
	}
	.diagram.strip .diagram_columns .item .diagram_image .caption.mobile {
		display:block !important;
		margin: 0 auto !important;
		margin-bottom:20px !important;
	}
	.diagram.strip .diagram_columns .item:last-child {
		margin-bottom: 0px;
	}
	.diagram.strip .diagram_columns .item .diagram_image img.dots {
		display:none;
	}
}

@media only screen and (max-width: 600px) {
	.diagram.strip .diagram_columns .item {
		max-width: none;
	}
}
/*#endregion */

/*#region Cols 234 */

.columns-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.cols-5 .col234{
	width: calc(84% / 5);
}
.cols-4 .col234{
	width: calc(88% / 4);
}
.cols-3 .col234{
	width: calc(92% / 3);
}
.cols-2 .col234{
	width: calc(96% / 2);
}
.cols-1 .col234{
	width: 100%;
}
.col234{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*align-content: flex-start;*/
	position: relative;
	margin-top: 4%;
	text-decoration: none;
}
.col234:hover{
	text-decoration: none;
}
.col234:not(:last-child){
	margin-right: 4%;
}

/* cols 5 */
@media screen and (min-width: 1101px) {
	.cols-5 .col234:nth-child(5n+5){
		margin-right: 0;
	}
}
@media screen and (max-width: 1100px) and (min-width: 801px) {
	.cols-5 .col234{
		width: calc(92% / 3);
	}
	.cols-5 .col234:nth-child(3n+3){
		margin-right: 0;
	}
}
@media screen and (max-width: 801px) and (min-width: 591px) {
	.cols-5 .col234{
		width: calc(96% / 2);
	}
	.cols-5 .col234:nth-child(2n+2){
		margin-right: 0;
	}
}
/* cols 4 */
.cols-4 .col234:nth-child(4n+4){
	margin-right: 0;
}
@media screen and (max-width: 1000px) and (min-width: 591px) {
	.cols-4 .col234{
		width: calc(96% / 2);
	}
	.cols-4 .col234:nth-child(2n+2){
		margin-right: 0;
	}
}
/* cols 3 */
@media screen and (min-width: 921px) {
	.cols-3 .col234:nth-child(3n+3){
		margin-right: 0;
	}
}
@media screen and (max-width: 920px) and (min-width: 591px) {
	.cols-3 .col234{
		width: calc(96% / 2);
	}
	.cols-3 .col234:nth-child(2n+2){
		margin-right: 0;
	}
}
/* cols 2 */
.cols-2 .col234:nth-child(2n+2){
	margin-right: 0;
}
/* all cols to one */
.cols-1 .col234{
	margin-right: 0;
}
@media screen and (max-width: 590px) {
	.columns-wrapper .col234{
		width: 94%;
	}
	.columns-wrapper .col234{
		margin-right: 0;
	}
}
/*#region cols 234 */

/*#region Testimonials */
/* Testimonials */
.testimonials .columns-wrapper .item-wrapper.col234 {
	color:#4D4D4D;
	padding:40px;
	text-align: center;
}
.testimonials .columns-wrapper .item-wrapper.col234:before{
	content:'';
	background-image: url(images/quote.svg);
	height: 44px;
	width: 55px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	margin: -58px auto 0;
}
.tAuthor:before{
	content: '';
	display: block;
	border-top:  dotted 2px #ccc;
	width: 100%;
	padding-top:20px;
	margin-top:20px;
}
.tContent{
	width:100%;
}
.tAuthor{
	color: #e94a35;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}
.tAuthor h4{
	font-size: 17px;
	width: 100%;
}
.tAuthor p{
	font-size: 14px;
	width: 100%;
}
.bgLightBlue .columns-wrapper .item-wrapper.col234 {
	background: #fff;
}



/*#endregion */

/*#region 404 page */
/* 404 page */

.error404 .site-content {
	padding: 80px 0px 90px;
}
.error404 form.search-form {
	width: 500px;
}
.error404 form.search-form input[type="submit"] {
	display: none;
}

/*#endregion */

/*#region Search page */
/** Search page */

.search.search-results #primary {
	background: #f2f2f2;
	padding: 40px 0px 90px;
}


/*#endregion */

/*#region Dots */
/* Dots */

.dotSvg {
	position: absolute;
	z-index:2;
	display:none;
}

.dotSvg1 {
	right: 420px;
	top: -295px;
}
.dotSvg1 .st0{fill: #A41E34;}
.dotSvg1 .st1{opacity:0.25;fill:#00ADEE;}
.dotSvg1 .st2{fill:#A41E34;}
.dotSvg1 .st0:first-child { opacity:1 !important; }

.dotSvg2 {
	left: 245px;
	bottom: 104px;
}
.dotSvg2 .st0{opacity:0.25;fill:#A41E34;}
/*.dotSvg2 .st1{fill:#E84B37;}*/
.dotSvg2 .st2{fill:#A41E34;opacity:1 !important;}


.dotSvg3 {
	bottom: 50px;
	right: 391px;
}
.dotSvg3 .st0{opacity:0.25;fill:#00ADEE;}
.dotSvg3 .st1{fill:#E84B37;}
.dotSvg3 .st2{fill:#00ADEE;opacity:1 !important;}

.dotSvg4 {
	bottom: 59px;
	left: 154px;
}
.dotSvg4 .st0{opacity:0.25;fill:#00ADEE;}
.dotSvg4 .st1{fill:#E84B37;}
.dotSvg4 .st2{fill:#00ADEE;opacity:1 !important;}

.dotSvg5 {
	top: -153px;
	right: -10px;
}
.dotSvg5 .st0{opacity:0.25;fill:#E84B37;}
.dotSvg5 .st1{fill:#00ADEE; !important;}
.dotSvg5 .st2{fill:#E84B37;opacity:1 !important;}


@media only screen and (max-width: 1320px){
	.dotSvg5 {
		right: -550px;
	}
	.dotSvg4 {
		left: 35px;
	}
	.dotSvg3 {
		right: 20px;
	}
}
@media only screen and (max-width: 1260px) {
	.dotSvg1 {
		right: -565px;
	}
	.dotSvg3 {
		right: 30px;
	}
}
@media only screen and (max-width: 1220px) {
	.image_text_row img {
		margin-top: 0px;
	}
	.dotSvg3 {
		right: 40px;
		top: 90px;
	}
	.dotSvg4 {
		left: 0px;
	}
}
@media only screen and (max-width: 1200px){
	.dotSvg {
		display:none !important;
	}
}

/*#endregion */

/*#region Metrics */
/* Metrics */
.strip.metrics .one-column-copy {
	text-align: center;
}
.strip.metrics .metrics-columns {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
.strip.metrics .metrics-columns .metrics-column {
	min-height: 150px;
	width: 25%;
	padding: 40px 30px;
	align-items: flex-start;
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
}
.strip.metrics .metrics-columns .metrics-column .metric-number {
	font-size: 55px;
	font-weight: 900;
	width: 100%;
	text-align: center;
}
.strip.metrics .metrics-columns .metrics-column .metric-desc {
	font-weight: 700;
	text-align: center;
	min-height: 80px;
}
.strip.metrics .metrics-columns .metrics-column:first-child {
	background-color: #323A5F;
	color: #fff;
}
.strip.metrics .metrics-columns .metrics-column .metric-icon img {
	width: 25px;
	margin: 0 auto;
	display: block;
}
.strip.metrics .metrics-columns .metrics-column .metric-icon {
	margin-top: 20px;
}
@media only screen and (max-width: 1200px){
	.strip.metrics .metrics-columns .metrics-column .metric-number {
		font-size: 45px;
	}
}
@media only screen and (max-width: 950px){
	.strip.metrics .metrics-columns .metrics-column {
		width: 50%;
	}
}
@media only screen and (max-width: 500px){
	.strip.metrics .metrics-columns .metrics-column {
		width: 100%;
	}
}
/*endregion*/




