/* ------------------------------
Import separate stylesheets
----------------------------- */

/* FIN */

/* ------------------------------
HTML5 OPTIONS
------------------------------ */

nav, header, section, main, aside, footer {
	display: block;
}
/* ------------------------------
OVERFLOW OPTIONS
------------------------------ */

.overflow-hidden {
	overflow: hidden !important;
}
.overflow-visible {
	overflow: visible !important;
}
/* ------------------------------
CONTENT OVERFLOW CONTROL
------------------------------ */

.content-wrapper {
	position: relative;
	overflow: hidden;
}
/* ------------------------------
HIDE SCROLLBAR
------------------------------ */

.hide-scroll {
	overflow: hidden;
}
/* ------------------------------
CLASS TO FIX BOOTSTRAP MODAL ISO
------------------------------ */

.clickable {
	cursor: pointer;
}
/* ------------------------------
RESPONSIVE PANEL PADDING
------------------------------ */

.panel-padding {
	width: 100%;
	overflow: hidden;
	padding: 120px 0 120px 0;
}
@media screen and (max-width: 1199px) {
	.panel-padding {
		width: 100%;
		overflow: hidden;
		padding: 80px 0 80px 0;
	}
}
@media screen and (max-width: 991px) {
	.panel-padding {
		width: 100%;
		overflow: hidden;
		padding: 60px 0 60px 0;
	}
}
@media screen and (max-width: 767px) {
	.panel-padding {
		width: 100%;
		overflow: hidden;
		padding: 40px 0 40px 0;
	}
}
@media screen and (max-width: 640px) {
	.panel-padding {
		width: 100%;
		overflow: hidden;
		padding: 30px 0 30px 0;
	}
}
.panel-bottom {
	width: 100%;
	overflow: hidden;
	padding: 00px 0 120px 0;
}
@media screen and (max-width: 1199px) {
	.panel-bottom {
		width: 100%;
		overflow: hidden;
		padding: 0px 0 80px 0;
	}
}
@media screen and (max-width: 991px) {
	.panel-bottom {
		width: 100%;
		overflow: hidden;
		padding: 0px 0 60px 0;
	}
}
@media screen and (max-width: 767px) {
	.panel-bottom {
		width: 100%;
		overflow: hidden;
		padding: 0px 0 40px 0;
	}
}
@media screen and (max-width: 640px) {
	.panel-bottom {
		width: 100%;
		overflow: hidden;
		padding: 0px 0 30px 0;
	}
}
/* ------------------------------
PADDING OPTIONS
------------------------------ */

.no-top-padding {
	padding-top: 0 !important;
}
.no-bottom-padding {
	padding-bottom: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.padding-top-sm {
	padding-top: 20px !important;
}
.paddingn-top-md {
	padding-top: 40px !important;
}
.padding-top-lg {
	padding-top: 60px !important;
}
.padding-bottom-sm {
	padding-bottom: 20px !important;
}
.padding-bottom-md {
	padding-bottom: 40px !important;
}
.padding-bottom-lg {
	padding-bottom: 60px !important;
}
.extra-curved-bottom-spacing {
	padding-bottom: 140px;
}
@media screen and (min-width: 991px) {
	.extra-curved-bottom-spacing {
		padding-bottom: 160px;
	}
}
@media screen and (min-width: 1024px) {
	.extra-curved-bottom-spacing {
		padding-bottom: 180px;
	}
}
/* ------------------------------
MARGIN OPTIONS
------------------------------ */

.no-top-margin {
	margin-top: 0 !important;
}
.no-bottom-margin {
	margin-bottom: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.margin-top-sm {
	margin-top: 20px !important;
}
.margin-top-md {
	margin-top: 40px !important;
}
.margin-top-lg {
	margin-top: 60px !important;
}
.margin-bottom-none {
	margin-bottom: 0px !important;
}
.margin-bottom-sm {
	margin-bottom: 20px !important;
}
.margin-bottom-md {
	margin-bottom: 40px !important;
}
.margin-bottom-lg {
	margin-bottom: 60px !important;
}
@media screen and (max-width: 992px) {
	.margin-top-mobile {
		margin-top: 30px;
	}
}
/* ------------------------------
ALIGN OPTIONS
------------------------------ */

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
/* ------------------------------
TEXT TRANSFORM OPTIONS
------------------------------ */

.text-transform-uppercase {
	text-transform: uppercase;
}
.text-transform-lowercase {
	text-transform: lowercase;
}
.text-transform-normal {
	text-transform: none;
}
/* ------------------------------
TEXT DECORATION OPTIONS
------------------------------ */

.td-underline {
	text-decoration: underline;
}
.td-none {
	text-decoration: none;
}
/* ------------------------------
FONT WEIGHT OPTIONS
------------------------------ */

.fw-bold {
	font-weight: bold !important;
}
.fw-normal {
	font-weight: normal !important;
}
/* ------------------------------
BACKGROUND IMAGE OPTIONS
------------------------------ */

.full-bg {
	background-position: center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
/* ------------------------------
BACKGROUND COLOR OPTIONS
------------------------------ */

.bg-light {
	background-color: #F4F7F6 !important;
}
.bg-primary {
	background-color: #FFD344 !important;
}
.bg-secondary {
	background-color: #0B2027 !important;
}
.bg-accent {
	background-color: #EF3910 !important;
}
.bg-gradient {
	background-color: #ff003c;
	background: linear-gradient(90deg, #ff003c 0%, #ee3910 100%);
}
.bg-black {
	background-color: #1B1614;
}
.bg-white {
	background-color: #ffffff;
}
.drop-shadow {
	-webkit-box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
	box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
}
/* ------------------------------
BACKGROUND POSITIONS OPTIONS
------------------------------ */

.background-fixed {
	background-attachment: fixed !important;
	-webkit-backface-visibility: hidden !important;
}
/* ------------------------------
PSEUDO OVERLAY EFFECT
------------------------------ */

.overlay {
	position: relative;
}
.overlay::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	display: block;
	z-index: 0;
}
/* ------------------------------
RESPONSIVE IFRAME
------------------------------ */

.responsive-iframe {
	position: relative;
	padding-bottom: 56.25%;
	/* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------------
ZOOM ON HOVER EFFECT
------------------------------ */

.zoom {
	-webkit-transition: all 12s ease-out;
	-moz-transition: all 12s ease-out;
	-o-transition: all 12s ease-out;
	transition: all 12s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
.zoom:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1.1, M12=-0, M21=0, M22=1.1);
}
/* ------------------------------
FLEXBOX LAYOUT
------------------------------ */

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-no-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flex-align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-align-items-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.flex-justify-content-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* FIN */

/* ------------------------------
Top
------------------------------ */

.top {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 8888;
	background-color: #1b1614;
	min-height: 40px;
}
.top .top-inner-secondary {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	min-height: 40px;
	border-bottom: 1px solid #4D4E4E;
}
.top .top-inner-secondary ul.contact-methods {
	min-height: 40px;
	position: absolute;
	left: 0px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.top .top-inner-secondary ul.contact-methods li {
	float: left;
	width: 40px;
	border-right: 1px solid #4D4E4E;
}
.top .top-inner-secondary ul.contact-methods li:first-child {
	border-left: 1px solid #4D4E4E;
}
.top .top-inner-secondary ul.contact-methods li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	outline: none;
	text-decoration: none;
	border: none;
}
.top .top-inner-secondary ul.contact-methods li a:active, .top .top-inner-secondary ul.contact-methods li a:visited, .top .top-inner-secondary ul.contact-methods li a:focus, .top .top-inner-secondary ul.contact-methods li a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
.top .top-inner-secondary .user-actions {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
.top .top-inner-secondary .user-actions li {
	float: left;
}
.top .top-inner-secondary .user-actions li a {
	color: #ffffff;
	outline: none;
	text-decoration: none;
	border: none;
	display: block;
	padding: 0 20px 0 20px;
	font-size: 0.8rem;
	border-left: 1px solid #4D4E4E;
	min-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
@media screen and (min-width: 360px) {
	.top .top-inner-secondary .user-actions li a {
		font-size: 1rem;
	}
}
.top .top-inner-secondary .user-actions li a i {
	margin-right: 5px;
	margin-top: -3px;
}
.top .top-inner-secondary .user-actions li a:active, .top .top-inner-secondary .user-actions li a:visited, .top .top-inner-secondary .user-actions li a:focus, .top .top-inner-secondary .user-actions li a:hover {
	outline: none;
	text-decoration: none;
	border: none;
	border-left: 1px solid #4D4E4E;
}
.top .top-inner-secondary .user-actions li a.bg-gradient {
	background-color: #ff003c;
	background: linear-gradient(90deg, #ff003c 0%, #ee3910 100%);
}
.top .top-inner-primary {
	width: 100%;
	float: left;
	margin: 15px 0;
	position: relative;
}
.top .top-inner-primary .logo {
	position: relative;
	display: block;
	max-width: 170px;
	outline: none;
	text-decoration: none;
	border: none;
	float: left;
	left: 20px;
}
.top .top-inner-primary .logo img {
	max-width: 100%;
}
.top .top-inner-primary .logo:active, .top .top-inner-primary .logo:visited, .top .top-inner-primary .logo:focus, .top .top-inner-primary .logo:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
.top .top-inner-primary .primary-menu {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 70px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top .top-inner-primary .primary-menu li {
	float: left;
	margin: 0 10px;
}
.top .top-inner-primary .primary-menu li a, .top .top-inner-primary .primary-menu li a:active, .top .top-inner-primary .primary-menu li a:visited, .top .top-inner-primary .primary-menu li a:focus {
	transition: all .3s ease;
	color: #ffffff;
	font-weight: 400;
}
.top .top-inner-primary .primary-menu li a:not(.btn-ghost--light) {
	outline: none;
	text-decoration: none;
	border: none;
}
.top .top-inner-primary .primary-menu li a:hover {
	color: #EF3910;
}
.top .top-inner-primary .primary-menu li:first-child {
	margin-left: 0;
}
.top .top-inner-primary .primary-menu li:last-child {
	margin-right: 0;
}
.top .top-inner-primary .primary-menu li:first-child, .top .top-inner-primary .primary-menu li:nth-child(2) {
	display: none;
}
@media screen and (min-width: 640px) {
	.top .top-inner-secondary ul.contact-methods {
		left: 40px;
	}
}
@media screen and (min-width: 768px) {
	.top .top-inner-primary {
		margin: 25px 0;
	}
	.top .top-inner-primary .primary-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (min-width: 992px) {
	.top .top-inner-primary .logo {
		min-width: 270px;
		left: 40px;
	}
	.top .top-inner-primary .primary-menu li:first-child, .top .top-inner-primary .primary-menu li:nth-child(2) {
		display: block;
	}
}
.home .top {
	background-color: rgba(27, 22, 20, 0);
	transition: all .6s ease;
}
.home .top.in, .nav-active .top {
	background-color: #1b1614;
}
/* FIN */

/* ------------------------------
Headers
------------------------------ */

.header-primary {
	width: 100%;
	float: left;
	position: relative;
	background: #1B1614;
	background-size: cover;
	background-position: -550px;
}

@media (min-width: 768px) {
    .header-primary {
        background-position: center;
    }
}

.header-primary .header-primary-inner {
	width: 100%;
	float: left;
	padding: 120px 0 30px 0;
	z-index: 1;
	max-width: 660px;
}
.header-primary .header-primary-inner h1 {
	color: #ffffff;
	font-size: 2.6em;
	margin: 0 0 20px 0;
	padding: 0;
}
.header-primary .header-primary-inner h1 strong {
	display: inline;
}
.header-primary .header-primary-inner h2 {
	color: #ffffff;
	font-size: 1.413em;
	margin: 0 0 30px 0;
	padding: 0;
}
.header-primary .header-primary-inner h3 {
	color: #ffffff;
	font-size: 1.413em;
	margin: 0 0 20px 0;
	padding: 0;
}
.header-primary.white-curve-after::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -5px;
	right: 0;
	width: calc(100% + 10px);
	height: 90px;
	background-image: url("/uploads/white-curve-primary.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.header-primary .scroll-prompt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	outline: none;
	text-decoration: none;
	border: none;
	background-image: url("/uploads/icon-scroll-prompt.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	bottom: 0px;
	margin: 0 auto;
	margin-bottom: 30px;
	z-index: 1;
}
@media screen and (min-width: 640px) {
	.header-primary .header-primary-inner h1 strong {
		display: block;
	}
	.header-primary .scroll-prompt {
		margin-bottom: 60px;
	}
}
@media screen and (min-width: 768px) {
	.header-primary .header-primary-inner {
		padding: 20% 0 18% 0;
	}
	.header-primary .header-primary-inner h1 {
		font-size: 3.3em;
		line-height: 1;
	}
	.header-primary .header-primary-inner h2 {
		font-size: 2.0em;
	}
	.header-primary .scroll-prompt {
		position: absolute;
		bottom: 60px;
		left: 50%;
		margin: 0;
		margin-left: -20px;
	}
}
@media screen and (min-width: 1200px) {
	.header-primary .header-primary-inner {
		padding: 14% 0 14% 0;
		max-width: 650px;
	}
	.header-primary .header-primary-inner h1 {
		font-size: 3.5em;
		line-height: 1;
	}
	.header-primary .header-primary-inner h2 {
		font-size: 2.2em;
	}
	.header-primary .header-primary-inner h1 strong {
		display: block;
	}
	.header-primary .scroll-prompt {
		bottom: 90px;
	}
}
@media screen and (min-width: 1400px) {
	.header-primary .header-primary-inner {
		padding: 18% 0 20% 0;
		left: 10%;
		position: relative;
	}
	.header-primary.white-curve-after::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: -5px;
		right: 0;
		width: calc(100% + 10px);
		height: 150px;
		background-image: url("/uploads/white-curve-primary.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
	}
}
/* ------------------------------
Header Secondary
------------------------------ */

.header-secondary {
	width: 100%;
	float: left;
	position: relative;
	background: #1B1614;
}
.header-secondary .header-secondary-inner {
	width: 100%;
	float: left;
	padding: 160px 0 120px 0;
	z-index: 1;
	max-width: 660px;
}
.header-secondary .header-secondary-inner.center-content {
	float: none;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.header-secondary .header-secondary-inner h1 {
	color: #ffffff;
	font-size: 2.813em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 100%;
}
.header-secondary .header-secondary-inner h2 {
	color: #ffffff;
	font-size: 1.413em;
	margin: 0;
	padding: 0;
}
.header-secondary .header-secondary-inner h2 span {
	display: inline-block;
}
.header-secondary .header-secondary-inner h2 strong {
	font-weight: bold;
}
.header-secondary .header-secondary-inner h3 {
	padding: 0;
	margin: 10px 0;
	font-size: 1.175rem;
	color: #ffffff;
}
.header-secondary .header-secondary-inner p.name {
	color: #ffffff;
	font-size: 1.25rem;
	padding: 0;
	margin: 0;
}
.header-secondary .header-secondary-inner.lower-content {
	position: relative;
	bottom: -10%;
}
.header-secondary.white-curve-after::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: -5px;
	right: 0;
	width: calc(100% + 10px);
	height: 90px;
	background-image: url("/uploads/white-curve-secondary.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
@media screen and (min-width: 640px) {
	.header-secondary .header-secondary-inner h1 strong {
		display: block;
	}
	.header-secondary .scroll-prompt {
		margin-bottom: 60px;
	}
}
@media screen and (min-width: 992px) {
	.header-secondary .header-secondary-inner {
		padding: 24% 0 18% 0;
	}
}
@media screen and (min-width: 1200px) {
	.header-secondary .header-secondary-inner {
		max-width: 960px;
		padding: 18% 0 18% 0;
	}
	.header-secondary .header-secondary-inner h1 {
		font-size: 3.813em;
		margin: 0 0 10px 0;
	}
	.header-secondary .header-secondary-inner h2 {
		font-size: 1.813em;
	}
	.header-secondary .header-secondary-inner h3 {
		font-size: 1.375rem;
	}
	.header-secondary .header-secondary-inner.lower-content {
		bottom: -20%;
	}
}
@media screen and (min-width: 1400px) {
	.header-secondary.white-curve-after::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: -5px;
		right: 0;
		width: calc(100% + 10px);
		height: 150px;
		background-image: url("/uploads/white-curve-secondary.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
	}
}
/* ------------------------------
Header Tertiary
------------------------------ */

.header-tertiary {
	width: 100%;
	float: left;
	position: relative;
	background: #1B1614;
}
.header-tertiary .header-tertiary-inner {
	width: 100%;
	float: left;
	padding: 160px 0 80px 0;
	z-index: 1;
	max-width: 660px;
}
.header-tertiary .header-tertiary-inner h1 {
	color: #ffffff;
	font-size: 2.813em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 100%;
}
.header-tertiary.white-curve-after::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -5px;
	right: 0;
	width: calc(100% + 10px);
	height: 90px;
	background-image: url("/uploads/white-curve-secondary.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
@media screen and (min-width: 640px) {
	.header-tertiary .header-tertiary-inner h1 strong {
		display: block;
	}
}
@media screen and (min-width: 992px) {
	.header-tertiary .header-tertiary-inner {
		padding: 170px 0 80px 0;
	}
}
@media screen and (min-width: 1200px) {
	.header-secondary .header-tertiary-inner {
		max-width: 960px;
		padding: 160px 0 120px 0;
	}
	.header-secondary .header-tertiary-inner h1 {
		font-size: 3.813em;
	}
}
@media screen and (min-width: 1400px) {
	.header-tertiary.white-curve-after::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: -5px;
		right: 0;
		width: calc(100% + 10px);
		height: 150px;
		background-image: url("/uploads/white-curve-secondary.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
	}
	.header-tertiary.grey-curve-after::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: -5px;
		right: 0;
		width: calc(100% + 10px);
		height: 150px;
		background-image: url("/uploads/grey-curve-secondary.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
	}
}
@media screen and (min-width: 1600px) {
	.header-tertiary .header-tertiary-inner {
		padding: 200px 0 140px 0;
	}
}
/* ------------------------------
No header
------------------------------ */

.no-header section:first-of-type {
	margin-top: 94px;
}
@media screen and (min-width: 768px) {
	.no-header section:first-of-type {
		margin-top: 111px;
	}
}
@media screen and (min-width: 992px) {
	.no-header section:first-of-type {
		margin-top: 119px;
	}
}
/* FIN */

/* ------------------------------
Primary nav
------------------------------ */

.off-canvas-menu .container.wide {
	width: calc(100% - 60px) !important;
	max-width: calc(100% - 60px) !important;
	margin: 0 auto;
}
.menu-toggle {
	position: fixed;
	top: 47px;
	right: 20px;
	width: 40px;
	height: 40px;
	z-index: 8888;
	display: block;
	cursor: pointer;
}
.menu-toggle .menu-toggle-inner {
	background: #ffffff;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	border-radius: 100%;
	transition: all .3s ease;
}
.menu-toggle .menu-toggle-inner:before {
	content: "";
	background: #ffffff;
	width: 6px;
	height: 6px;
	display: block;
	top: -13px;
	right: 0px;
	z-index: 8888;
	border-radius: 100%;
	position: relative;
}
.menu-toggle .menu-toggle-inner:after {
	content: "";
	background: #ffffff;
	width: 6px;
	height: 6px;
	display: block;
	bottom: -7px;
	right: 0px;
	z-index: 8888;
	border-radius: 100%;
	position: relative;
}
.menu-toggle.open .menu-toggle-inner {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 15px 0;
	-ms-transform-origin: 15px 0;
	transform-origin: 15px 0;
}
.menu-toggle.open .menu-toggle-inner:before {
	display: none;
}
.menu-toggle.open .menu-toggle-inner:after {
	width: 28px;
	height: 4px;
	border-radius: 0;
	bottom: -12px;
	right: 12px;
}
.menu-toggle.open .menu-toggle-inner {
	height: 28px;
	border-radius: 0;
	width: 4px;
}
@media screen and (min-width: 768px) {
	.menu-toggle {
		top: 54px;
	}
}
@media screen and (min-width: 992px) {
	.menu-toggle {
		top: 60px;
	}
}
@media screen and (min-width: 1199px) {
	.hide-scroll {
		margin-right: 16px;
	}
}
.off-canvas-menu.menu-open {
	z-index: 5555;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	overflow-y: scroll;
}
/* ------------------------------
Primary nav
------------------------------ */

/* OFF CANVAS MENU */

.off-canvas-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1111;
	background: #1B1614;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	overflow-y: hidden;
	overflow-x: hidden;
}
.off-canvas-menu::before {
	content: "";
	width: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	opacity: 0.08;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	max-width: 50%;
	left: 50%;
	top: -6%;
	z-index: -1;
}
@media screen and (min-width: 1199px) {
	.hide-scroll {
		margin-right: 16px;
	}
}
.off-canvas-menu.menu-open {
	z-index: 5555;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	overflow-y: scroll;
}
.off-canvas-menu {
	background-image: url("/uploads/logo-burst.png");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: bottom right;
}
.off-canvas-menu .off-canvas-menu-inner-nav {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 120px;
}
.off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs {
	width: 100%;
	float: left;
	border: 0;
}
.off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs li {
	width: 20%;
	float: left;
	text-align: center;
}
.off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs li h2 {
	font-size: 1.25rem;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	margin: 0;
	transition: all .3s ease;
}
.off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs .nav-link.active {
	background-color: transparent;
	background: none;
	border: 0;
	position: relative;
}
.off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs .nav-link.active h2 {
	color: #EF3910;
}
.off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs .nav-link.active:before {
	content: "";
	width: 100px;
	height: 3px;
	background: #EF3910;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -1px;
}
.off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs .nav-link.active:after {
	background: url("/uploads/icon-triangle-down-accent.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: 10px;
	height: 6px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -7px;
}
.off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs .nav-link {
	border: 0;
	padding: 15px 0;
	outline: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs .nav-link:active, .off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs .nav-link:focus, .off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs .nav-link:visited, .off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs .nav-link:hover {
	border: 0;
}
.off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs .nav-link:hover h2 {
	color: #EF3910;
}
.off-canvas-menu .off-canvas-menu-inner .tab-content {
	padding-top: 30px;
	width: 100%;
	float: left;
}
.off-canvas-menu .off-canvas-menu-inner .tab-content .tab-pane.fade:not(.show) {
	opacity: 1;
}
@media screen and (min-width: 992px) {
	.off-canvas-menu .off-canvas-menu-inner .tab-content {
		padding-top: 100px;
	}
	.off-canvas-menu .off-canvas-menu-inner-nav .nav.nav-tabs li h2 {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.off-canvas-menu.desktop {
		display: none;
	}
}
.tab-menu-content-bd {
	width: 100%;
	float: left;
}
.tab-menu-content-bd h2 {
	color: #ffffff;
	font-size: 1.375em;
	font-weight: bold;
}
.tab-menu-content-search {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.tab-menu-content-search h2 {
	margin-bottom: 20px;
}
/* ------------------------------
Quick links
------------------------------ */

.quick-links {
	padding: 0 0 20px 0;
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
}
.quick-links li {
	width: 50%;
	float: left;
	margin: 0 0 10px 0;
}
.quick-links li a, .quick-links li a:active, .quick-links li a:visited, .quick-links li a:focus, .quick-links li a:hover {
	outline: none;
	text-decoration: none;
	border: none;
	color: #ffffff;
	font-size: 1.35rem;
	font-weight: bold;
}
.quick-links.sectors {
	text-align: left;
}
.quick-links.sectors li {
	margin-bottom: 3%;
}
.quick-links.sectors a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px 0;
	outline: none;
	text-decoration: none;
}
.quick-links.sectors a i.list-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 15px;
	background-image: url("/uploads/icon-list-item-default.svg");
}
.quick-links.sectors a, .quick-links.sectors a:active, .quick-links.sectors a:visited, .quick-links.sectors a:focus, .quick-links.sectors a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
.quick-links.sectors h2 {
	font-size: 1.25rem;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	transition: all .3s ease;
}
@media screen and (min-width: 1200px) {
	.quick-links.sectors h2 {
		font-size: 1.325rem;
	}
	.quick-links.sectors a i.list-icon {
		width: 30px;
		height: 30px;
	}
}
/* ------------------------------
Feature items
------------------------------ */

.off-canvas-menu .feature-items {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
.off-canvas-menu .feature-items .feature-items-inner {
	width: calc(100% - 0px);
	float: left;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd h2 {
	font-size: 1.375rem;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding-right: 10px;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd a.text-link, .off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd a.text-link:active, .off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd a.text-link:visited, .off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd a.text-link:focus, .off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd a.text-link:hover {
	color: #ffffff;
	font-weight: 300;
	outline: none;
	text-decoration: none;
	border: none;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd a.text-link i.icon-arrow-forward-white, .off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd a.text-link:active i.icon-arrow-forward-white, .off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd a.text-link:visited i.icon-arrow-forward-white, .off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd a.text-link:focus i.icon-arrow-forward-white, .off-canvas-menu .feature-items .feature-items-inner .feature-items-inner-hd a.text-link:hover i.icon-arrow-forward-white {
	display: inline-block;
	margin-left: 10px;
	background-image: url("/uploads/icon-arrow-forward-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 19px;
	height: 9px;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-list li {
	width: calc(33.333% - 20px);
	float: left;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item {
	width: 100%;
	float: left;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item a, .off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item a:active, .off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item a:visited, .off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item a:focus, .off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item .item-hd, .off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item .item-bd {
	width: 100%;
	float: left;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item .item-hd {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item .item-hd a {
	display: block;
	position: relative;
	height: 230px;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item .item-hd img {
	max-width: 100%;
	object-fit: cover;
	height: 100%;
}
.off-canvas-menu .feature-items .feature-items-inner .feature-items-list li .item .item-bd h2 {
	font-size: 1rem;
	color: #ffffff;
	font-weight: bold;
}
@media screen and (min-width: 992px) {
	.off-canvas-menu .feature-items {
		padding-bottom: 0;
	}
	.off-canvas-menu .feature-items .feature-items-inner {
		width: calc(100% - 40px);
		margin-left: 40px;
	}
}
/* ------------------------------
Word list for areas
------------------------------ */

.word-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.word-list li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.word-list li:last-child {
	margin-right: 0;
}
.word-list li a, .word-list li a:active, .word-list li a:visited, .word-list li a:focus {
	color: #ffffff;
	outline: none;
	text-decoration: none;
	border: none;
	transition: all .3s ease;
}
.word-list li a span, .word-list li a:active span, .word-list li a:visited span, .word-list li a:focus span {
	display: inline-block;
}
.word-list li a:hover {
	text-decoration: underline;
}
.word-list li:last-child a span {
	display: none;
}
.tab-menu-content-bd .actions {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
.tab-menu-content-bd .actions .btn--primary.alt {
	padding: 12px 20px;
}
/* ------------------------------
Offices
------------------------------ */

.offices {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.offices li {
	float: left;
	width: calc(50% - 15px);
	margin-bottom: 20px;
}
.offices li .item {
	width: 100%;
	float: left;
}
.offices li .item .item-hd {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.offices li .item .item-hd a, .offices li .item .item-hd a:active, .offices li .item .item-hd a:visited, .offices li .item .item-hd a:focus, .offices li .item .item-hd a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
.offices li .item .item-hd img {
	width: 100%;
	max-width: 100%;
	display: block;
	transition: all 1.5s ease;
}
.offices li .item .item-hd h2 {
	font-size: 1.25em;
	color: #ffffff;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2222;
}
.offices li .item .item-hd h2 span {
	display: block;
	font-weight: bold;
}
.offices li .item .item-hd:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1.2, M12=-0, M21=0, M22=1.2);
}
.offices li .item .item-bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	float: left;
}
.offices li .item .item-bd i {
	max-width: 26px;
	height: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-right: 10px;
}
.offices li .item .item-bd i img {
	width: 100%;
}
.offices li .item .item-bd i svg {
	width: 100%;
}
.offices li .item .item-bd a, .offices li .item .item-bd a:active, .offices li .item .item-bd a:visited, .offices li .item .item-bd a:focus, .offices li .item .item-bd a:hover {
	outline: none;
	text-decoration: none;
	border: none;
	font-size: 1rem;
	color: #ffffff;
}
@media screen and (min-width: 992px) {
	.offices li {
		width: calc(25% - 15px);
		margin-bottom: 0px;
	}
	.offices li .item .item-hd {
		margin-bottom: 20px;
	}
	.offices li .item .item-hd h2 {
		font-size: 1.375em;
	}
	.offices li .item .item-bd i svg {
		max-width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	.offices li .item .item-hd {
		margin-bottom: 20px;
	}
	.offices li .item .item-hd h2 {
		font-size: 1.375em;
	}
	.offices li .item .item-bd i {
		max-width: 36px;
		height: 36px;
	}
	.offices li .item .item-bd i svg {
		max-width: 100%;
	}
	.offices li .item .item-bd a, .offices li .item .item-bd a:active, .offices li .item .item-bd a:visited, .offices li .item .item-bd a:focus, .offices li .item .item-bd a:hover {
		font-size: 1.2rem;
	}
}
/* ------------------------------
Contact action
------------------------------ */

.contact-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0;
}
.contact-action p {
	position: relative;
	color: #ffffff;
	margin-right: 10px;
	width: 100%;
	margin: 0 0 5px 0;
}
.contact-action p a, .contact-action p a:active, .contact-action p a:visited, .contact-action p a:focus, .contact-action p a:hover {
	outline: none;
	text-decoration: none;
	border: none;
	color: #ffffff;
	font-weight: bold;
}
@media screen and (min-width: 992px) {
	.contact-action p {
		width: auto;
		display: inline;
		margin: 0;
		margin-right: 10px;
	}
	.contact-action p:last-of-type {
		margin-right: 0;
		margin-left: 10px;
	}
	.contact-action p span.divide {
		position: absolute;
		width: 1px;
		height: 32px;
		left: -10px;
		background: #ffffff;
	}
}
/* ------------------------------
Mobile menu
------------------------------ */

@media screen and (max-width: 767px) {
	.mobile-menu {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1111;
		background: #1B1614;
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	.mobile-menu .mobile-menu-inner {
		border-top: 1px solid #4D4E4E;
		padding: 20px;
		margin-top: 100px;
	}
	.mobile-menu .mobile-menu-inner .mobile-menu-content-group {
		width: 100%;
		float: left;
	}
	.mobile-menu .mobile-menu-inner .mobile-menu-content-group h2 {
		color: #EF3910;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.mobile-menu .mobile-menu-inner .mobile-menu-content-group .nav-menu {
		width: 100%;
		float: left;
		padding: 0;
		margin: 0 0 20px 0;
		list-style: none;
	}
	.mobile-menu .mobile-menu-inner .mobile-menu-content-group .nav-menu li {
		width: 100%;
		float: left;
	}
	.mobile-menu .mobile-menu-inner .mobile-menu-content-group .nav-menu li a, .mobile-menu .mobile-menu-inner .mobile-menu-content-group .nav-menu li a:active, .mobile-menu .mobile-menu-inner .mobile-menu-content-group .nav-menu li a:visited, .mobile-menu .mobile-menu-inner .mobile-menu-content-group .nav-menu li a:focus, .mobile-menu .mobile-menu-inner .mobile-menu-content-group .nav-menu li a:hover {
		outline: none;
		text-decoration: none;
		border: none;
		color: #ffffff;
		font-size: 1rem;
	}
	.mobile-menu.menu-open {
		z-index: 5555;
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
		overflow-y: scroll;
	}
}
@media screen and (min-width: 768px) {
	.mobile-menu {
		display: none !important;
	}
}
/* FIN */

/* ------------------------------
Secondary nav
------------------------------ */

.site-breadcrumb {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.site-breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
}
.site-breadcrumb ul li {
	float: left;
	margin: 0 10px 0 0;
}
.site-breadcrumb ul li span {
	margin-left: 5px;
}
.site-breadcrumb ul li:last-child {
	margin-right: 0;
}
.site-breadcrumb ul li a, .site-breadcrumb ul li a:active, .site-breadcrumb ul li a:visited, .site-breadcrumb ul li a:focus {
	outline: none;
	text-decoration: none;
	border: none;
	font-size: 13px;
	color: #EF3910;
	transition: all .3s ease;
}
.site-breadcrumb ul li a:hover {
	color: #1B1614;
}
@media screen and (min-width: 992px) {
	.site-breadcrumb {
		padding: 30px 0 50px 0;
	}
}
/* FIN */

/* ------------------------------
Modules
------------------------------ */

header, footer, section {
	float: left;
	display: block;
	width: 100%;
	position: relative;
}
/* ------------------------------
Indent content
------------------------------ */

.indent-content {
	padding-left: 0px;
	position: relative;
}
@media screen and (min-width: 768px) {
	.indent-content {
		padding-left: 30px;
	}
}
@media screen and (min-width: 992px) {
	.indent-content {
		padding-left: 60px;
	}
}
/* ------------------------------
Content Body
------------------------------ */

.content-bd {
	width: 100%;
	float: left;
}
.content-bd p {
	line-height: 160%;
}
.content-bd.light-content h2, .content-bd.light-content p {
	color: #ffffff;
}
.content-bd.accent-content h2, .content-bd.accent-content p {
	color: #EF3910;
}
.content-bd .actions {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1.5em;
}
.content-bd .actions.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.content-bd .actions.double a:first-of-type {
	margin-right: 20px;
}
.content-bd .actions.min-240-w a {
	min-width: 240px;
}
@media screen and (max-width: 640px) {
	.content-bd .actions.double a:first-of-type {
		margin-right: 0px;
	}
	.content-bd .actions.double a {
		width: 100%;
	}
	.content-bd .actions.double a:first-of-type {
		margin-bottom: 20px;
	}
}
.content-bd blockquote {
	background-color: #F4F7F6;
	padding: 20px;
	margin: 30px 0;
	border-radius: 10px;
}
.content-bd blockquote p:first-of-type:before {
	content: "";
	width: 44px;
	height: 44px;
	display: block;
	margin-bottom: 10px;
	background-image: url("/uploads/icon-quote-accent.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.content-bd blockquote p {
	color: #EF3910;
	font-size: 1.3rem;
}
.content-bd blockquote span {
	color: #1B1614;
	font-size: 0.9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.content-bd blockquote span::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 1px;
	background: #1B1614;
	margin-right: 5px;
}
@media screen and (min-width: 768px) {
	.content-bd blockquote {
		padding: 40px;
		margin: 40px 0;
	}
	.content-bd blockquote p {
		font-size: 1.6rem;
	}
	.content-bd blockquote span {
		font-size: 1rem;
	}
}
/* ------------------------------
Testimonials - Small
------------------------------ */

.testimonials {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.testimonials.testimonial-small {
	background-color: #F4F7F6;
	padding: 30px;
	margin: 20px 0 0 0;
}
.testimonials.testimonial-small li {
	width: 100%;
	float: left;
}
.testimonials.testimonial-small li .item {
	width: 100%;
	float: left;
}
.testimonials.testimonial-small li .item i {
	max-width: 44px;
	display: block;
	margin-bottom: 20px;
}
.testimonials.testimonial-small li .item i svg {
	max-width: 100%;
}
.testimonials.testimonial-small li .item p {
	font-size: 1.375em;
	padding: 0;
	margin: 0 0 20px 0;
	color: #EF3910;
}
.testimonials.testimonial-small li .item span.name {
	position: relative;
	display: block;
	font-size: 1rem;
	color: #1B1614;
	padding-left: 30px;
}
.testimonials.testimonial-small li .item span.name:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 1px;
	background: #1B1614;
}
/* ------------------------------
Section Shapes
------------------------------ */

.grey-curve-primary-before::before {
	content: "";
	position: absolute;
	top: -90px;
	left: -5px;
	right: 0;
	width: calc(100% + 10px);
	height: 90px;
	display: block;
	float: left;
	background-image: url("/uploads/grey-curve-primary.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
@media screen and (min-width: 1400px) {
	.grey-curve-primary-before::before {
		content: "";
		position: absolute;
		top: -148px;
		left: -5px;
		right: 0;
		width: calc(100% + 10px);
		height: 150px;
		display: block;
		float: left;
		background-image: url("/uploads/grey-curve-primary.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
	}
}
.grey-curve-secondary-before::before {
	content: "";
	position: absolute;
	top: -85px;
	left: -5px;
	right: 0;
	width: calc(100% + 10px);
	height: 90px;
	display: block;
	float: left;
	background-image: url("/uploads/grey-curve-secondary.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
@media screen and (min-width: 1400px) {
	.grey-curve-secondary-before::before {
		content: "";
		position: absolute;
		top: -143px;
		left: -5px;
		right: 0;
		width: calc(100% + 10px);
		height: 150px;
		display: block;
		float: left;
		background-image: url("/uploads/grey-curve-secondary.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
	}
}
.white-curve-vertical-before::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -89px;
	width: 90px;
	height: 100%;
	display: block;
	float: left;
	background-image: url("/uploads/white-curve-vertical-primary.svg");
	background-size: 100%;
	background-repeat: repeat-y;
	background-position: bottom;
}
@media screen and (min-width: 1400px) {
	.white-curve-vertical-before::before {
		width: 100px;
		left: -99px;
	}
}
.white-curve-primary-after::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -5px;
	right: 0;
	width: calc(100% + 10px);
	height: 90px;
	display: block;
	float: left;
	background-image: url("/uploads/white-curve-primary.svg");
	background-size: 100%;
	background-repeat: repeat-y;
	background-position: bottom;
}
@media screen and (min-width: 1400px) {
	.white-curve-primary-after::before {
		content: "";
		position: absolute;
		bottom: -3px;
		left: -5px;
		right: 0;
		width: calc(100% + 10px);
		height: 150px;
		display: block;
		float: left;
		background-image: url("/uploads/white-curve-primary.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
	}
}
.accent-curve-vertical-before-secondary::before {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -89px;
	width: 90px;
	height: calc(100% + 4px);
	display: block;
	float: left;
	background-image: url("/uploads/accent-curve-vertical-secondary.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: right;
}
@media screen and (min-width: 992px) {
	.accent-curve-vertical-before-secondary::before {
		width: 150px;
		left: -148px;
		top: -2px;
	}
}
.black-curve-primary-before::before {
	content: "";
	position: absolute;
	top: -89px;
	left: -5px;
	right: 0;
	width: calc(100% + 10px);
	height: 90px;
	display: block;
	float: left;
	background-image: url("/uploads/black-curve-primary.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: left 0px bottom -1px;
}
@media screen and (min-width: 1400px) {
	.black-curve-primary-before::before {
		content: "";
		position: absolute;
		top: -148px;
		left: -5px;
		right: 0;
		width: calc(100% + 10px);
		height: 150px;
		display: block;
		float: left;
		background-image: url("/uploads/black-curve-primary.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
		background-position: left 0px bottom -3px;
	}
}
/* White curve at top of gradient section */

.gradient-white-curve-before-primary {
	padding-top: 50px;
}
@media screen and (min-width: 768px) {
	.gradient-white-curve-before-primary {
		padding-top: 100px;
	}
}
@media screen and (min-width: 1400px) {
	.gradient-white-curve-before-primary {
		padding-top: 150px;
	}
}
@media screen and (min-width: 2000px) {
	.gradient-white-curve-before-primary {
		padding-top: 200px;
	}
}
.gradient-white-curve-before-primary:before {
	content: "";
	width: 100%;
	float: left;
	height: 150px;
	position: absolute;
	display: block;
	top: -1px;
	left: -5px;
	right: 0;
	width: calc(100% + 10px);
	height: 90px;
	background-image: url("/uploads/white-curve-primary.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (min-width: 1400px) {
	.gradient-white-curve-before-primary:before {
		height: 150px;
		top: -1px;
	}
}
.gradient-white-curve-before-secondary {
	padding-top: 50px;
}
@media screen and (min-width: 768px) {
	.gradient-white-curve-before-secondary {
		padding-top: 100px;
	}
}
@media screen and (min-width: 992px) {
	.gradient-white-curve-before-secondary {
		padding-top: 150px;
	}
}
@media screen and (min-width: 1400px) {
	.gradient-white-curve-before-secondary {
		padding-top: 200px;
	}
}
@media screen and (min-width: 2000px) {
	.gradient-white-curve-before-secondary {
		padding-top: 250px;
	}
}
.gradient-white-curve-before-secondary:before {
	content: "";
	width: 100%;
	float: left;
	height: 150px;
	position: absolute;
	display: block;
	top: -2px;
	left: -5px;
	right: 0;
	width: calc(100% + 10px);
	height: 90px;
	background-image: url("/uploads/white-curve-secondary.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (min-width: 1400px) {
	.gradient-white-curve-before-secondary:before {
		height: 150px;
		top: -1px;
	}
}
.curve-margin-top {
	margin-top: 38px;
}
@media screen and (min-width: 768px) {
	.curve-margin-top {
		margin-top: 58px;
	}
}
@media screen and (min-width: 992px) {
	.curve-margin-top {
		margin-top: 88px;
	}
}
@media screen and (min-width: 1400px) {
	.curve-margin-top {
		margin-top: 148px;
	}
}
.no-footer-curve footer:before {
	display: none;
}
.no-footer-curve footer {
	margin-top: 0;
}
.faded-white-logo-left::before {
	content: "";
	width: 50%;
	height: 60%;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	transform: translateX(-20%);
	background-image: url(/uploads/faded-white-logo-01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
}
.faded-white-logo-right::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url("/uploads/faded-white-logo-02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
/* Before shape background colours */

.before-light-bg::before {
	background-color: #F4F7F6;
}
.after-mark-light-bg::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -200px;
	right: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: #F4F7F6;
}
/* ------------------------------
Sector List Items
------------------------------ */

.sector-listings {
	padding: 0;
	margin: 30px 0 0 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sector-listings li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.sector-listings li .item {
	width: 100%;
	float: left;
}
.sector-listings li .item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
}
.sector-listings li .item a i.list-icon {
	display: block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	margin-bottom: 10px;
}
.sector-listings li .item a, .sector-listings li .item a:active, .sector-listings li .item a:visited, .sector-listings li .item a:focus, .sector-listings li .item a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
.sector-listings li .item h2 {
	font-size: 1.625em;
	padding: 0;
	margin: 0;
	color: #EF3910;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	display: block;
	transition: all .3s ease;
}
.sector-listings li .item a:hover h2 {
	color: #1B1614;
}
.sector-listings li .item p {
	width: 100%;
	text-align: center;
}
.sector-listings li .item a.text-link {
	font-weight: bold;
	color: #EF3910;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sector-listings li .item a.text-link i.icon-arrow-forward-accent {
	display: inline-block;
	width: 20px;
	height: 8px;
	margin-left: 10px;
	background-image: url("/uploads/icon-arrow-forward-accent.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .3s ease;
}
.sector-listings li .item a.text-link .icon-arrow-forward-white {
	display: inline-block;
	width: 20px;
	height: 8px;
	margin-left: 10px;
	background-image: url("/uploads/icon-arrow-forward-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .3s ease;
}
.sector-listings li .item a.text-link:hover i.icon-arrow-forward-accent {
	margin-left: 15px;
}
.sector-listings li .item h2 {
	width: 100%;
}
.sector-listings li:first-child i, .sector-listings li:nth-child(5) i {
	background-image: url("/uploads/icon-list-item-one.svg");
}
.sector-listings li:nth-child(2) i, .sector-listings li:nth-child(6) i {
	background-image: url("/uploads/icon-list-item-two.svg");
}
.sector-listings li:nth-child(3) i, .sector-listings li:nth-child(7) i {
	background-image: url("/uploads/icon-list-item-three.svg");
}
.sector-listings li:nth-child(4) i, .sector-listings li:nth-child(8) i {
	background-image: url("/uploads/icon-list-item-four.svg");
}
/* SECTORS ON DARK */

.light-content .sector-listings li .item a:hover h2 {
	color: #ffffff;
}
.light-content .sector-listings li .item a.text-link {
	color: #ffffff;
}
.light-content .sector-listings li .item h2 {
	width: 100%;
}
.light-content .sector-listings li:first-child i, .light-content .sector-listings li:nth-child(5) i {
	background-image: url("/uploads/icon-list-item-one-alt.png");
}
.light-content .sector-listings li:nth-child(2) i, .light-content .sector-listings li:nth-child(6) i {
	background-image: url("/uploads/icon-list-item-two-alt.png");
}
.light-content .sector-listings li:nth-child(3) i, .light-content .sector-listings li:nth-child(7) i {
	background-image: url("/uploads/icon-list-item-three-alt.png");
}
.light-content .sector-listings li:nth-child(4) i, .light-content .sector-listings li:nth-child(8) i {
	background-image: url("/uploads/icon-list-item-four-alt.png");
}
@media screen and (min-width: 768px) {
	.sector-listings li {
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}
	.sector-listings li .item {
		text-align: left;
	}
	.sector-listings li .item a {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0 0 20px 0;
	}
	.sector-listings li .item a i.list-icon {
		display: inline-block;
		width: 26px;
		height: 26px;
		margin: 0;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.sector-listings li .item h2 {
		width: auto;
		text-align: left;
	}
	.sector-listings li .item p {
		max-width: 440px;
		text-align: left;
	}
	.sector-listings li .item a.text-link {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
/* ------------------------------
Sector List Items Actions
------------------------------ */

.sector-list-actions {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sector-list-actions li {
	width: 100%;
	margin-bottom: 20px;
}
.sector-list-actions li:last-child {
	margin-bottom: 0;
}
.sector-list-actions li a.btn--primary {
	display: block;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.sector-list-actions {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sector-list-actions li {
		width: auto;
	}
	.sector-list-actions li a.btn--primary {
		display: inline-block;
		width: auto;
	}
}
/* ------------------------------
Utility cards
------------------------------ */

.utility-card {
	width: 100%;
	float: left;
	border-radius: 5px;
	position: relative;
}
.utility-card.utility-card-large {
	border-radius: 10px;
}
.utility-card.utility-card-light {
	background-color: rgba(255, 255, 255, 0.85);
}
.utility-card.padding-large {
	padding: 20px;
}
.utility-card.padding-small {
	padding: 10px;
}
.utility-card h2.title {
	margin: 0 0 10px 0;
}
.utility-card.utility-card-light .job-details {
	background: none!important;
}
@media screen and (min-width: 768px) {
	.utility-card.padding-large {
		padding: 40px;
	}
}
@media screen and (min-width: 992px) {
	.utility-card.padding-large {
		padding: 50px;
	}
}
/* ------------------------------
Utility card match height in Jobs
------------------------------ */

.utility-card-mh {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	.utility-card-mh {
		height: 100%;
	}
}
/* ------------------------------
Cards - Job Listings
------------------------------ */

.latest-jobs {
	width: 100%;
	float: left;
	height: 100%;
	padding-bottom: 120px;
}
.latest-jobs-list {
	width: 100%;
	height: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
.latest-jobs-list li .utility-card {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	float: none;
	overflow: visible;
	position: relative;
}
.latest-jobs-list li span.job-tag {
	display: none;
}
.latest-jobs-list li .featured span.job-tag {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -15px;
	padding: 5px 8px;
	border-radius: 5px;
	background: #EF3910;
	display: block;
	font-size: 11px;
	color: #ffffff;
}
.latest-jobs-list.two-list-items>li {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.latest-jobs-list.two-list-items>li:last-child {
	margin-bottom: 0;
}
.latest-jobs-list.three-list-items>li {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.latest-jobs-list.three-list-items>li:last-child {
	margin-bottom: 0;
}
.latest-jobs-list.four-list-items li {
	width: calc(100% - 0px);
	margin-bottom: 30px;
}
.latest-jobs-list.four-list-items li:last-child {
	margin-bottom: 0;
}
.latest-jobs-list .latest-jobs-list-item-hd {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #ddd;
}
.latest-jobs-list .latest-jobs-list-item-hd h2 {
	width: 100%;
	font-size: 1.375em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #EF3910;
	text-align: center;
}
.latest-jobs-list .latest-jobs-list-item-bd {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 20px;
}
.latest-jobs-list .latest-jobs-list-item-bd p {
	font-size: 16px;
	margin-bottom: 0;
}
.latest-jobs-list .latest-jobs-list-item-ft {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px 20px 20px;
}
.latest-jobs-list li .job-details {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.latest-jobs-list li .job-details>li {
	width: auto;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0 !important;
	position: relative;
}
.latest-jobs-list li .job-details>li .job-details-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.latest-jobs-list li .job-details>li i {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.latest-jobs-list li .job-details>li span {
	display: inline-block;
}
.job-listings-cards .content-bd .actions {
	margin-top: 30px;
	margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
	.latest-jobs-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.latest-jobs-list .latest-jobs-list-item-hd {
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		text-align: left;
	}
	.latest-jobs-list .latest-jobs-list-item-hd h2 {
		text-align: left;
	}
	.latest-jobs-list li .job-details {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
	.latest-jobs-list li .featured span.job-tag {
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: translate(0%);
		-ms-transform: translate(0%);
		transform: translate(0%);
		position: absolute;
		top: -18px;
		right: 15px;
		font-size: 14px;
		padding: 3px 5px;
	}
	.latest-jobs-list .latest-jobs-list-item-ft {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
	.latest-jobs-list.two-list-items li {
		margin-bottom: 0;
		width: calc(50% - 20px);
	}
	.latest-jobs-list.three-list-items li {
		margin-bottom: 30px;
		width: 100%;
	}
	.latest-jobs-list.three-list-items li .latest-jobs-list-item-bd {
		text-align: left;
	}
	.latest-jobs-list.four-list-items li {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}
	.latest-jobs-list.four-list-items li:nth-child(3) {
		margin-bottom: 0;
	}
	.latest-jobs-list.four-list-items li:nth-child(4) {
		margin-bottom: 0;
	}
	.latest-jobs-list .latest-jobs-list-item-hd {
		min-height: 92px;
	}
	.latest-jobs-list .latest-jobs-list-item-hd h2 {
		font-size: 1.2em;
	}
	.latest-jobs-list .latest-jobs-list-item-bd {
		font-size: 1rem;
	}
}
@media screen and (min-width: 992px) {
	.latest-jobs-list.four-list-items li {
		width: calc(50% - 15px);
	}
}
@media screen and (min-width: 1200px) {
	.latest-jobs.homepage {
		margin-left: 10px;
		margin-right: 10px;
	}
	.latest-jobs-list.three-list-items li {
		margin-bottom: 0;
		width: calc(33.333% - 25px);
		margin: 0 10px;
	}
}
@media screen and (min-width: 1400px) {
	.latest-jobs-list.three-list-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.latest-jobs-list.three-list-items li {
		margin-bottom: 0;
		width: auto;
		margin: 0 15px;
	}
	.latest-jobs-list.four-list-items {
		float: none;
		max-width: 1490px;
		margin: 0 auto;
	}
	.latest-jobs-list.four-list-items li {
		width: calc(25% - 15px);
		margin-bottom: 0 !important;
	}
	.latest-jobs-list li .utility-card {
		max-width: 340px;
		margin: 0 auto;
	}
	.job-listings-cards .content-bd .actions {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
/* ------------------------------
Feature items
------------------------------ */

.feature-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.feature-items .feature {
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 0px;
	border-bottom: 1px solid #ffffff;
}
.feature-items .feature .feature-inner {
	width: 100%;
	height: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
}
.feature-items .feature .feature-inner .control-width {
	width: calc(100% - 0px);
}
.feature-items .feature .feature-inner i.content-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 0 10px 0;
}
.feature-items .feature .feature-inner i.content-icon svg {
	max-width: 100%;
}
.feature-items .feature .feature-inner h2 {
	font-size: 1.625em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}
.feature-items .feature .feature-inner p.lead {
	font-size: 1.938em;
	padding: 0;
	margin: 0;
	font-weight: 300;
}
@media screen and (min-width: 992px) {
	.feature-items {
		width: 100%;
		position: relative;
		float: left;
	}
	.feature-items .feature {
		width: 50%;
		padding: 30px 0;
		border-bottom: 0;
		position: relative;
	}
	.feature-items .feature .feature-inner {
		padding: 0 40px;
	}
	.feature-items .feature .feature-inner h2 {
		margin: 0 0 20px 0;
	}
	.feature-items .feature:first-of-type {
		width: 100%;
		/*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
	}
	.feature-items .feature:first-of-type .feature-inner .control-width {
		width: 100%;
	}
	.feature-items .feature:nth-child(2) .feature-inner .control-width {
		width: calc(100% - 100px);
	}
	.feature-items .feature:last-of-type .feature-inner {
		padding: 0;
	}
}
@media screen and (min-width: 1200px) {
	.feature-items .feature, .feature-items .feature:first-of-type {
		padding: 120px 0;
		width: 35%;
	}
	.feature-items .feature:first-of-type {
		border-bottom: 0;
	}
	.feature-items .feature:first-of-type .feature-inner .control-width {
		width: calc(100% - 100px);
	}
	.feature-items .feature:last-of-type {
		width: 30%;
	}
	.feature-items .feature .feature-inner .control-width {
		width: calc(100% - 100px);
		max-width: 370px;
	}
}
@media screen and (min-width: 1400px) {
	.feature-items .feature {
		padding: 120px 0;
	}
	.feature-items .feature .feature-inner {
		float: none;
		max-width: 600px;
		margin: 0 auto;
	}
	.feature-items .feature .feature-inner .control-width {
		width: calc(100% - 100px);
		max-width: 470px;
	}
	.feature-items .feature .feature-inner h2 {
		font-size: 2.5rem;
	}
}
/* ------------------------------
Feature item Carousel
------------------------------ */

.case-studies-carousel-small {
	width: 80%;
	max-width: 480px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.case-studies-carousel-small h2 {
	font-size: 1.625em;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	color: #EF3910;
}
.case-studies-carousel-small .case-studies {
	width: calc(100% - 10px);
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
.case-studies-carousel-small .case-studies img {
	display: block;
	margin: 0 auto;
}
.case-studies-carousel-small .case-studies li .item {
	width: 100%;
	float: left;
	position: relative;
}
.case-studies-carousel-small .case-studies li .item a {
	display: block;
	z-index: 1;
	position: relative;
}
.case-studies-carousel-small .case-studies li .item a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s ease;
}
.case-studies-carousel-small .case-studies li .item a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("/uploads/icon-logo-mark-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
	transition: all .3s ease;
}
.case-studies-carousel-small .case-studies li .item a:hover:before, .case-studies-carousel-small .case-studies li .item a:hover:after {
	opacity: 0;
}
.case-studies-carousel-small button.slick-arrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	text-decoration: none;
	border: none;
	text-indent: -9999px;
	font-size: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1111;
	cursor: pointer;
}
.case-studies-carousel-small button.slick-arrow.slick-prev {
	left: -20px;
	background-color: #1B1614;
	background-image: url("/uploads/icon-carousel-prev-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
}
.case-studies-carousel-small button.slick-arrow.slick-next {
	right: -20px;
	background-color: #EF3910;
	background-image: url("/uploads/icon-carousel-next-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
}
.case-studies-carousel-small .slick-dots {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.case-studies-carousel-small .slick-dots li {
	width: auto;
	margin: 0 3px;
	display: inline-block;
}
.case-studies-carousel-small .slick-dots li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	text-decoration: none;
	border: none;
	text-indent: -9999px;
	font-size: 0;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	padding: 0;
	background: #1B1614;
}
.case-studies-carousel-small .slick-dots li.slick-active button {
	background: #EF3910;
}
@media screen and (min-width: 992px) {
	.case-studies-carousel-small {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.case-studies-carousel-small .case-studies {
		width: calc(100% - 140px);
	}
}
/* ------------------------------
Hero banner
------------------------------ */

.hero-banner {
	padding: 30px 0;
}
@media screen and (min-width: 768px) {
	.hero-banner {
		padding: 13% 0;
	}
}
/* ------------------------------
CTA Primary
------------------------------ */

.cta-primary {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.cta-primary .cta-primary-inner {
	float: none;
	max-width: 1490px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.cta-primary h2.title {
	margin: 0 0 10px 0;
	padding: 0;
}
.cta-primary p {
	padding: 0;
	margin: 0;
}
.cta-primary .actions a {
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.cta-primary {
		padding: 60px 0;
	}
}
@media screen and (min-width: 992px) {
	.cta-primary {
		padding: 8% 0;
	}
	.cta-primary .cta-primary-inner {
		text-align: left;
	}
	.cta-primary p {
		max-width: 600px;
	}
	.cta-primary .actions a {
		margin-top: 0;
	}
}
@media screen and (min-width: 1200px) {
	.cta-primary {
		padding: 10% 0;
	}
}
/* ------------------------------
News listings
------------------------------ */

.news-listings {
	width: 100%;
	float: left;
}
.news-listings .news-listings-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1800px;
	list-style: none;
	text-align: center;
	clear: both;
}
.news-listings .news-listings-list>li {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.news-listings .news-listings-list>li:last-child {
	margin-bottom: 0;
}
.news-listings .news-listings-list a, .news-listings .news-listings-list a:active, .news-listings .news-listings-list a:visited, .news-listings .news-listings-list a:focus, .news-listings .news-listings-list a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
.news-listings .news-listings-list .item {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
.news-listings .news-listings-list .item .item-hd, .news-listings .news-listings-list .item .item-bd, .news-listings .news-listings-list .item .item-ft {
	width: 100%;
	float: left;
	text-align: left;
}
.news-listings .news-listings-list .item .item-hd img {
	max-width: 100%;
	display: block;
}
.news-listings .news-listings-list .item .item-bd {
	padding: 15px 20px;
}
.news-listings .news-listings-list .item .item-bd h2 {
	font-size: 1rem;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	color: #1B1614;
}
.news-listings .news-listings-list .item .item-bd span.date {
	color: #1B1614;
	font-size: 0.813em;
	padding: 0;
	margin: 0;
	display: block;
}
.news-listings .news-listings-list .item .item-ft {
	border-top: 1px solid rgba(126, 130, 135, 0.5);
	margin-top: auto;
}
.news-listings .news-listings-list.four-items {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news-listings .news-listings-list.four-items li {
	width: calc(100% - 0px);
	float: left;
}
.tags {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
}
.tags span {
	font-size: 11px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 5px 0 0;
	color: #1B1614;
	line-height: 16px;
	font-weight: 400;
}
.tags ul.news-tags {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 16px;
	width: auto;
	float: left;
	min-height: 23px;
}
.tags ul.news-tags li {
	width: auto !important;
	float: left;
	margin-right: 5px;
	display: block;
}
.tags ul.news-tags li:last-child {
	margin-right: 0;
}
.tags ul.news-tags li a, .tags ul.news-tags li a:active, .tags ul.news-tags li a:visited, .tags ul.news-tags li a:focus, .tags ul.news-tags li a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
.tags ul.news-tags li a {
	background: #1B1614;
	color: #ffffff;
	font-size: 10px;
	padding: 5px 8px;
	border-radius: 3px;
	transition: all .3s ease;
}
.tags ul.news-tags li a:hover {
	background-color: #EF3910;
}
@media screen and (min-width: 768px) {
	.news-listings .news-listings-list.four-items li {
		width: calc(50% - 20px);
	}
}
@media screen and (min-width: 992px) {
	.news-listings {
		padding-bottom: 20px;
	}
	.news-listings .news-listings-list.four-items li {
		width: calc(25% - 30px);
		margin-bottom: 0;
	}
}
/* NEWS LISTING PAGE */

.news-listings .news-listings-list.defaut-listings {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.news-listings .news-listings-list.defaut-listings>li {
	width: 100%;
	margin-bottom: 30px;
}
.news-listings-pagination {
	width: 100%;
	float: left;
}
@media screen and (min-width: 768px) {
	.news-listings .news-listings-list.defaut-listings>li {
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	.news-listings .news-listings-list.defaut-listings>li:nth-child(even) {
		margin-right: 0;
	}
	.news-listings-pagination {
		margin-top: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.news-listings .news-listings-list.defaut-listings>li {
		width: calc(25% - 30px);
		margin-right: 40px;
		margin-bottom: 40px;
	}
	.news-listings .news-listings-list.defaut-listings>li:nth-child(even) {
		margin-right: 40px;
	}
	.news-listings .news-listings-list.defaut-listings>li:nth-child(4) {
		margin-right: 0;
	}
	.news-listings .news-listings-list.defaut-listings>li:nth-child(8) {
		margin-right: 0;
	}
	.news-listings .news-listings-list.defaut-listings>li:nth-child(12) {
		margin-right: 0;
	}
	.news-listings .news-listings-list.defaut-listings>li:nth-child(16) {
		margin-right: 0;
	}
	.news-listings .news-listings-list.defaut-listings>li:nth-child(20) {
		margin-right: 0;
	}
	.news-listings-pagination {
		margin-top: 50px;
	}
}
@media screen and (min-width: 1400px) {
	.news-listings .news-listings-list .item .item-bd h2 {
		font-size: 1.125em;
	}
}
/* ------------------------------
News Tags
------------------------------ */

.tooltip .tooltip-inner {
	background-color: #EF3910;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	border-bottom-color: #EF3910 !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	border-top-color: #EF3910 !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	border-left-color: #EF3910 !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	border-right-color: #EF3910 !important;
}
/* ------------------------------
Logo listings
------------------------------ */

.logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: -5%;
	position: relative;
	z-index: 1111;
}
.logos li {
	width: 25%;
	float: left;
	margin-bottom: 5%;
}
.logos li img {
	max-width: calc(100% - 20px);
	margin: 0 auto;
	height: auto;
	display: block;
}
@media screen and (min-width: 640px) {
	.logos {
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: -5%;
	}
	.logos li img {
		max-width: 100px;
	}
}
@media screen and (min-width: 768px) {
	.logos li img {
		max-width: 130px;
	}
}
@media screen and (min-width: 992px) {
	.logos li img {
		max-width: 180px;
	}
}
@media screen and (min-width: 1200px) {
	.logos li img {
		max-width: 130px;
	}
}
@media screen and (min-width: 1400px) {
	.logos {
		margin-top: 30px;
	}
	.logos li img {
		max-width: 160px;
	}
}
/* ------------------------------
Team image on mobile
------------------------------ */

.team {
	width: 100%;
	float: left;
}
.team-mobile {
	display: block;
	width: 100%;
	float: left;
	padding: 30px 0;
	background-color: #F4F7F6;
}
.team-image-mobile-only {
	display: block;
	margin: 0 20px 20px 20px;
	overflow: hidden;
}
@media screen and (min-width: 900px) {
	.team-mobile {
		display: none;
	}
	.team-image-mobile-only {
		display: none;
	}
}
/* ------------------------------
Team collage
------------------------------ */

.team-collage {
	width: 100%;
	float: left;
	margin-top: 2%;
}
.team-collage img {
	width: 100%;
	max-width: 100%;
}
.team-collage a.action, .team-collage a.action:active, .team-collage a.action:visited, .team-collage a.action:focus {
	background-color: #ff003c;
	background: linear-gradient(90deg, #ff003c 0%, #ee3910 100%);
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all .3s ease;
}
.team-collage a.action:hover {
	opacity: 1;
	background-color: #ff003c;
	background: linear-gradient(90deg, #ff003c 0%, #ee3910 100%);
}
.team-collage span {
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 10px);
	text-align: center;
}
.team-collage span i.icon-arrow-forward-white {
	display: inline-block;
	margin-left: 5px;
	background-image: url("/uploads/icon-arrow-forward-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 19px;
	height: 9px;
	text-align: center;
}
.team-collage .medium-block {
	width: 100%;
	position: relative;
}
.team-collage .small-block {
	width: 50%;
	float: left;
	position: relative;
}
.team-collage .tall-block {
	position: relative;
}
.team-collage .wide-block {
	position: relative;
}
.team-collage .cta {
	position: absolute;
	top: 75%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 540px) {
	.team-collage .contains-tall .column {
		width: 50%;
		float: left;
	}
	.team-collage .contains-tall .column .small-block {
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.team-collage {
		width: 100%;
		float: left;
	}
	.team-collage img {
		max-width: 100%;
	}
	.team-collage .medium-block {
		width: 100%;
	}
	.team-collage .small-block {
		width: 50%;
		float: left;
	}
	.team-collage .tall-block {
		width: 100%;
	}
}
@media screen and (min-width: 900px) {
	.team-collage {
		display: block;
	}
}
/* ------------------------------
Locations
------------------------------ */

.locations {
	width: 100%;
	float: left;
	margin: 0;
}
.locations .locations-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.locations .locations-list:before {
	content: "";
	position: absolute;
	border-top: 2px dashed rgba(250, 250, 250, 0.5);
	width: 400%;
	height: 2px;
	top: 80px;
	left: -200%;
	right: -200%;
	display: none;
}
.locations .locations-list li {
	width: calc(100% - 0px);
	margin-bottom: 30px;
	float: left;
}
.locations .locations-list li .item {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
	float: none;
}
.locations .locations-list li .item i.location-pin {
	display: block;
	height: 40px;
	width: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.locations .locations-list li .item i.location-pin img {
	max-width: 100%;
}
.locations .locations-list li .item h2 {
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: normal;
}
.locations .locations-list li .item span {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.locations .locations-list li .item span i.icon-phone-white {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.locations .locations-list li .item span a, .locations .locations-list li .item span a:active, .locations .locations-list li .item span a:visited, .locations .locations-list li .item span a:focus, .locations .locations-list li .item span a:hover {
	outline: none;
	text-decoration: none;
	border: none;
	color: #ffffff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: bold;
}
.locations .locations-list li .item p {
	width: 100%;
	float: left;
	font-size: 1em;
	color: #ffffff;
	padding: 0;
	margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
	.locations .locations-list li {
		width: calc(50% - 30px);
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 992px) {
	.locations .locations-list:before {
		display: block;
	}
	.locations .locations-list li {
		width: calc(25% - 30px);
	}
	.locations .locations-list li .item {
		font-size: 2.125rem;
	}
	.locations .locations-list li .item i.location-pin {
		height: 80px;
		width: 30px;
	}
	.locations .locations-list li .item p {
		font-size: 1rem;
	}
}
@media screen and (min-width: 1200px) {
	.locations {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.locations .locations-list li .item p {
		font-size: 1rem;
	}
}
@media screen and (min-width: 1400px) {
	.locations {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.locations .locations-list {
		max-width: 1800px;
	}
}
/* ------------------------------
Thumbnail Carousel
------------------------------ */

.thumbnail-carousel {
	position: relative;
	padding: 0;
	margin: 0;
	background: #1B1614;
}
.thumbnail-carousel .carousel-control {
	position: absolute;
}
.thumbnail-carousel .carousel-indicators {
	position: static;
	left: initial;
	width: initial;
	margin-left: initial;
	width: 100%;
	padding: 0;
	margin: 0;
	display: none;
}
.thumbnail-carousel .carousel-indicators>li {
	width: initial;
	height: initial;
	text-indent: initial;
	padding: 0;
	margin: 0;
	width: 33.333%;
	float: left;
	position: relative;
}
.thumbnail-carousel .carousel-indicators li:before, .thumbnail-carousel .carousel-indicators li:after {
	display: none;
}
.thumbnail-carousel .carousel-indicators li a {
	display: block;
}
.thumbnail-carousel .carousel-indicators li a img {
	width: 100%;
}
.thumbnail-carousel .carousel-indicators li.list-inline-item.active:before {
	content: "";
	width: 100%;
	display: block;
	height: 4px;
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	background-color: #EF3910;
}
.thumbnail-carousel .carousel-inner .carousel-item img.primary-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.thumbnail-carousel .carousel-inner .carousel-item img.primary-image.mobile {
	display: block;
}
.thumbnail-carousel .carousel-inner .carousel-item img.primary-image.desktop {
	display: none;
}
.thumbnail-carousel .carousel-inner .carousel-item .carousel-inner-content {
	width: 100%;
	max-width: 700px;
	text-align: center;
	position: relative;
	padding: 40px 20px;
	margin: 0 auto;
	z-index: 1111;
}
.thumbnail-carousel .carousel-inner .carousel-item .carousel-inner-content i.icon-quote-white {
	width: 25px;
	height: 15px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
}
.thumbnail-carousel .carousel-inner .carousel-item .carousel-inner-content h2 {
	color: #ffffff;
	padding: 0;
	margin: 0;
}
.thumbnail-carousel .carousel-inner .carousel-item .carousel-inner-content p {
	color: #ffffff;
	padding: 0;
	margin: 10px 0;
}
.thumbnail-carousel .carousel-inner .carousel-item .carousel-inner-content img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 5px solid #ffffff;
	border-radius: 100%;
	vertical-align: inherit;
	display: none;
}
@media screen and (min-width: 768px) {
	.thumbnail-carousel .carousel-inner .carousel-item img.primary-image.mobile {
		display: none;
	}
	.thumbnail-carousel .carousel-inner .carousel-item img.primary-image.desktop {
		display: block;
	}
}
@media screen and (min-width: 992px) {
	.thumbnail-carousel .carousel-inner .carousel-item img.primary-image {
		position: relative;
	}
	.thumbnail-carousel .carousel-indicators {
		display: block;
	}
	.thumbnail-carousel .carousel-inner .carousel-item .carousel-inner-content {
		width: 100%;
		max-width: 700px;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 0 20px;
	}
	.thumbnail-carousel .carousel-inner .carousel-item .carousel-inner-content i.icon-quote-white {
		width: 50px;
		height: 38px;
		margin: 0 auto;
		margin-bottom: 10px;
		display: block;
	}
	.thumbnail-carousel .carousel-inner .carousel-item .carousel-inner-content img {
		display: block;
	}
	.thumbnail-carousel .carousel-control {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		outline: none;
		text-decoration: none;
		border: none;
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 100%;
	}
	.thumbnail-carousel .carousel-control img {
		width: auto;
		margin: 0 auto;
		margin-top: 0px;
		display: block;
		top: 50%;
		position: relative;
		margin-top: -10px;
	}
	.thumbnail-carousel .carousel-control.left {
		background-color: #ffffff;
		left: 40px;
	}
	.thumbnail-carousel .carousel-control.right {
		background-color: #EF3910;
		right: 40px;
	}
}
/* ------------------------------
Values
------------------------------ */

.values-wrapper {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.values-wrapper .icon-center {
	padding: 40px 0;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
}
.values-wrapper .icon-center img {
	max-width: 100%;
}
.values-wrapper .values-list {
	padding: 0;
	list-style: none;
}
.values-wrapper .values-list li {
	width: 100%;
	text-align: center;
}
.values-wrapper .values-list li i {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
}
.values-wrapper .values-list li i img {
	max-width: 100%;
}
.values-wrapper .values-list li h2 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #EF3910;
}
@media screen and (min-width: 768px) {
	.values-wrapper {
		width: 100%;
		float: left;
		min-height: 460px;
	}
	.values-wrapper .icon-center {
		width: 100px;
		display: block;
	}
	.values-wrapper .values-list li {
		position: absolute;
		max-width: 360px;
	}
	.values-wrapper .values-list li:first-child {
		top: 0;
		left: -10px;
	}
	.values-wrapper .values-list li:nth-child(2) {
		top: 0;
		right: -10px;
	}
	.values-wrapper .values-list li:nth-child(3) {
		bottom: 0;
		right: -10px;
	}
	.values-wrapper .values-list li:last-child {
		bottom: 0;
		left: -10px;
	}
	.values-wrapper .values-list li h2 {
		font-size: 1.625rem;
	}
}
@media screen and (min-width: 992px) {
	.values-wrapper .icon-center {
		width: 200px;
	}
}
@media screen and (min-width: 1200px) {
	.values-wrapper .icon-center {
		width: 300px;
	}
}
@media screen and (min-width: 1300px) {
	.values-wrapper {
		max-width: 1800px;
		margin: 0 auto;
		margin-bottom: 40px;
		float: none;
	}
	.values-wrapper .icon-center {
		width: 400px;
	}
}
/* ------------------------------
Icon heading list
------------------------------ */

.icon-heading-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
.icon-heading-list li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.icon-heading-list li:last-child {
	margin-bottom: 0;
}
.icon-heading-list li .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	float: left;
}
.icon-heading-list li .item a, .icon-heading-list li .item a:active, .icon-heading-list li .item a:visited, .icon-heading-list li .item a:focus, .icon-heading-list li .item a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
.icon-heading-list li .item i {
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 20px;
}
.icon-heading-list li .item h2 {
	font-size: 1.225rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #ffffff;
}
.icon-heading-list li:last-child {
	padding-left: 50px;
}
.indent-60 {
	margin-left: 60px;
}
@media screen and (min-width: 992px) {
	.icon-heading-list li .item h2 {
		font-size: 1.625rem;
	}
	.content-bd.indent-left {
		padding-left: 30px;
	}
}
@media screen and (min-width: 1400px) {
	.content-bd.indent-left {
		padding-left: 100px;
	}
}
/* ------------------------------
Content Body list syles
------------------------------ */

.bulleted-list, .icon-list {
	width: 100%;
	padding: 0;
	margin: 20px 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
.bulleted-list li, .icon-list li {
	width: 100%;
	float: left;
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
	position: relative;
}
.bulleted-list li:last-child, .icon-list li:last-child {
	margin: 0;
}
.bulleted-list li a, .bulleted-list li a:active, .bulleted-list li a:visited, .bulleted-list li a:focus, .bulleted-list li a:hover, .icon-list li a, .icon-list li a:active, .icon-list li a:visited, .icon-list li a:focus, .icon-list li a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #1B1614;
}
.bulleted-list li:before, .icon-list li:before {
	content: "";
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("/uploads/icon-list-item-accent.svg");
	background-size: contain;
	background-position: center;
}
.bulleted-list.icon-list li, .icon-list.icon-list li {
	padding-left: 60px;
}
.bulleted-list.icon-list li:before, .icon-list.icon-list li:before {
	display: none;
}
.bulleted-list.icon-list li i, .icon-list.icon-list li i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #EF3910;
	border-radius: 100%;
}
.bulleted-list.icon-list li i img, .icon-list.icon-list li i img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 40px;
	width: 40px;
}
.bulleted-list.icon-list li i::after, .icon-list.icon-list li i::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 18px;
	background-color: #1B1614;
	border-radius: 100%;
	background-image: url("/uploads/icons-small-tick-white.svg");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (min-width: 768px) {
	.bulleted-list, .icon-list {
		margin: 30px 0;
	}
	.bulleted-list.two-columns, .icon-list.two-columns {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.bulleted-list.two-columns li, .icon-list.two-columns li {
		width: calc(50% - 20px);
	}
	.bulleted-list.two-columns li i, .icon-list.two-columns li i {
		width: 60px;
		height: 60px;
	}
	.bulleted-list.icon-list li, .icon-list.icon-list li {
		padding-left: 80px;
	}
}
/* ------------------------------
Downloads listings
------------------------------ */

.downloads-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
.downloads-list li {
	width: calc(50% - 5px);
	float: left;
	margin-bottom: 10px;
}
.downloads-list li a, .downloads-list li a:active, .downloads-list li a:visited, .downloads-list li a:focus, .downloads-list li a:hover {
	outline: none;
	text-decoration: none;
	border: none;
	display: block;
}
.downloads-list li .item {
	width: 100%;
	position: relative;
	border-radius: 5px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
.downloads-list li .item img {
	display: block;
	object-fit: cover;
	width: 110%;
	height: 110%;
	left: -5%;
	position: relative;
}
.downloads-list li .item-hd {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
}
.downloads-list li .item-hd span {
	display: inline-block;
	padding: 4px 8px;
	background-color: #EF3910;
	color: #ffffff;
	font-size: 11px;
	width: auto;
	border-radius: 5px;
	margin-bottom: 10px;
}
.downloads-list li .item-hd span i {
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: 2px;
}
.downloads-list li .item-hd h2 {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #ffffff;
}
.downloads-list li:nth-child(odd) {
	margin-right: 10px;
}
.downloads-list li .item.cta .item-hd {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	bottom: auto;
	width: 100%;
	padding: 0 10px;
	text-align: center;
}
.downloads-list li .item.cta .item-hd p {
	font-size: 11px;
	padding: 0;
	margin: 5px 0;
	color: #ffffff;
}
.downloads-list li .item.cta .item-hd p a, .downloads-list li .item.cta .item-hd p a:active, .downloads-list li .item.cta .item-hd p a:visited, .downloads-list li .item.cta .item-hd p a:focus, .downloads-list li .item.cta .item-hd p a:hover {
	font-weight: bold;
	color: #ffffff;
}
@media screen and (min-width: 360px) {
	.downloads-list li .item.cta .item-hd p {
		font-size: 13px;
	}
}
@media screen and (min-width: 768px) {
	.downloads-list li .item.cta .item-hd p {
		font-size: 1rem;
	}
}
@media screen and (min-width: 992px) {
	.downloads-list li {
		width: calc(25% - 15px);
		margin-bottom: 20px;
	}
	.downloads-list li:nth-child(odd) {
		margin-right: 20px;
	}
	.downloads-list li {
		margin-right: 20px;
	}
	.downloads-list li:nth-child(4) {
		margin-right: 0px;
	}
	.downloads-list li:nth-child(8) {
		margin-right: 0px;
	}
	.downloads-list li:nth-child(12) {
		margin-right: 0px;
	}
	.downloads-list li .item .item-hd span {
		padding: 5px 10px;
		font-size: 13px;
	}
	.downloads-list li .item .item-hd h2 {
		font-size: 1.375rem;
	}
}
/* ------------------------------
Split panel
------------------------------ */

.split-panel {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.split-panel .panel {
	width: 100%;
	float: left;
	position: relative;
}
.split-panel .panel .panel-inner {
	position: relative;
	padding: 50px 20px;
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.split-panel .panel .panel-inner i.icon {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.split-panel .panel .panel-inner i.icon img {
	max-width: 100%;
	height: auto;
}
.split-panel .panel .panel-inner p {
	display: block;
	margin: 0 auto;
	max-width: 560px;
}
@media screen and (min-width: 992px) {
	.split-panel .panel {
		width: 50%;
		float: left;
		padding-top: 46%;
	}
	.split-panel .panel .panel-inner {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media screen and (min-width: 1400px) {
	.split-panel .panel {
		padding-top: 40%;
	}
}
/* ------------------------------
Case study carousel
------------------------------ */

.case-studies-carousel {
	padding: 0;
	margin: 0;
	margin-bottom: -1px;
	list-style: none;
	position: relative;
	/* CONTROLS */
	/* INDICATORS */
}
.case-studies-carousel .slick-prev, .case-studies-carousel .slick-next {
	position: absolute;
	bottom: 30px;
	right: 60px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	font-size: 0;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 100%;
	outline: none;
	z-index: 1;
	cursor: pointer;
}
.case-studies-carousel .slick-prev {
	right: 120px;
	background-image: url("/uploads/icon-carousel-prev-dark.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
}
.case-studies-carousel .slick-next {
	background-image: url("/uploads/icon-carousel-next-dark.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
}
.case-studies-carousel .slick-dots {
	position: absolute;
	bottom: 30px;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}
.case-studies-carousel .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.case-studies-carousel .slick-dots li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 0;
	border: 0;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	padding: 0;
	border-radius: 100%;
	-webkit-box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
	box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
}
.case-studies-carousel .slick-dots li.slick-active button {
	background-color: #1B1614;
}
.case-study {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: -10px;
}
.case-study .case-study-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.case-study .case-study-inner .case-study-img {
	width: 100%;
	float: left;
	background-position: center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	padding-top: 50%;
}
.case-study .case-study-inner .case-study-bd {
	width: 100%;
	float: left;
	background-color: #ff003c;
	background: linear-gradient(90deg, #ff003c 0%, #ee3910 100%);
	padding: 30px;
	padding-bottom: 80px;
	position: relative;
	text-align: center;
}
.case-study .case-study-inner .case-study-bd .case-study-bd-inner {
	max-width: 800px;
	margin: 0 auto;
}
.case-study .case-study-inner .case-study-bd .case-study-bd-inner h2, .case-study .case-study-inner .case-study-bd .case-study-bd-inner p, .case-study .case-study-inner .case-study-bd .case-study-bd-inner span {
	color: #ffffff;
}
.case-study .case-study-inner .case-study-bd .case-study-bd-inner span {
	font-weight: bold;
}
.case-study .case-study-inner .case-study-bd .case-study-bd-inner ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}
.case-study .case-study-inner .case-study-bd .case-study-bd-inner ul li {
	color: #ffffff;
}
.case-study .case-study-inner .case-study-bd .case-study-bd-inner p {
	font-size: 1.125em;
}
@media screen and (min-width: 767px) {
	.case-study .case-study-inner .case-study-bd {
		padding-bottom: 30px;
		text-align: left;
	}
}
@media screen and (min-width: 992px) {
	.case-study .case-study-inner .case-study-img {
		width: 50%;
		float: left;
		padding-top: 0;
	}
	.case-study .case-study-inner .case-study-bd {
		width: 50%;
		float: left;
		padding: 10% 60px;
	}
}
@media screen and (min-width: 1200px) {
	.case-studies-carousel .slick-prev, .case-studies-carousel .slick-next {
		bottom: 60px;
	}
}
/* ------------------------------
Quote carousel
------------------------------ */

.quote-carousel {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	/* CONTROLS */
	/* INDICATORS */
}
.quote-carousel .slick-prev, .quote-carousel .slick-next {
	position: absolute;
	bottom: 30px;
	right: 60px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	font-size: 0;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 100%;
	outline: none;
	z-index: 1;
	cursor: pointer;
}
.quote-carousel .slick-prev {
	right: 120px;
	background-image: url("/uploads/icon-carousel-prev-dark.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
}
.quote-carousel .slick-next {
	background-image: url("/uploads/icon-carousel-next-dark.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
}
.quote-carousel .slick-dots {
	position: absolute;
	bottom: 30px;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}
.quote-carousel .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.quote-carousel .slick-dots li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 0;
	border: 0;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	padding: 0;
	border-radius: 100%;
	-webkit-box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
	box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
}
.quote-carousel .slick-dots li.slick-active button {
	background-color: #EF3910;
}
.quote {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: -10px;
}
.quote .quote-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.quote .quote-inner .quote-img {
	width: 100%;
	float: left;
	background-position: center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	padding-top: 50%;
}
.quote .quote-inner .quote-bd {
	width: 100%;
	float: left;
	background-color: #ff003c;
	background: linear-gradient(90deg, #ff003c 0%, #ee3910 100%);
	padding: 30px;
	padding-bottom: 80px;
	position: relative;
	text-align: center;
}
.quote .quote-inner .quote-bd .quote-bd-inner {
	max-width: 800px;
	margin: 0 auto;
}
.quote .quote-inner .quote-bd .quote-bd-inner h2, .quote .quote-inner .quote-bd .quote-bd-inner p, .quote .quote-inner .quote-bd .quote-bd-inner span {
	color: #ffffff;
}
.quote .quote-inner .quote-bd .quote-bd-inner h2 {
	font-size: 1.4rem;
	line-height: 160%;
}
.quote .quote-inner .quote-bd .quote-bd-inner span {
	font-weight: bold;
}
.quote .quote-inner .quote-bd .quote-bd-inner ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}
.quote .quote-inner .quote-bd .quote-bd-inner ul li {
	color: #ffffff;
}
.quote .quote-inner .quote-bd .quote-bd-inner p {
	font-size: 1.125em;
}
.quote .quote-inner .quote-bd .quote-bd-inner i {
	margin: 0 auto;
	margin-bottom: 10px;
	max-width: 40px;
	max-height: 40px;
	display: block;
}
.quote .quote-inner .quote-bd .quote-bd-inner i img {
	max-width: 100%;
}
.quote-carousel.secondary-colour .quote .quote-inner .quote-bd {
	background: #0B2027;
}
.quote-carousel.secondary-colour .quote .quote-inner .quote-bd.accent-curve-vertical-before-secondary::before {
	background-image: url("/uploads/secondary-curve-vertical-secondary.svg");
}
@media screen and (min-width: 768px) {
	.quote .quote-inner .quote-bd {
		padding-bottom: 80px;
		text-align: left;
	}
	.quote .quote-inner .quote-bd .quote-bd-inner i {
		margin-left: 0;
	}
}
@media screen and (min-width: 992px) {
	.slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.slick-track .slick-slide {
		flex: 1;
		height: auto;
	}
	.slick-track .slick-slide div {
		height: 100%;
	}
	.slick-track .slick-slide div li {
		height: 100%;
	}
	.slick-track .slick-slide div li .quote {
		height: 100%;
	}
	.slick-track .slick-slide div li .quote .quote-inner {
		height: 100%;
	}
	.quote .quote-inner .quote-img {
		width: 50%;
		float: left;
		padding-top: 0;
	}
	.quote .quote-inner .quote-bd {
		width: 50%;
		float: left;
		padding: 10% 60px;
	}
}
@media screen and (min-width: 1200px) {
	.quote-carousel .slick-prev, .quote-carousel .slick-next {
		bottom: 60px;
	}
	.quote .quote-inner .quote-bd .quote-bd-inner h2 {
		font-size: 2rem;
	}
}
/* ------------------------------
List items
------------------------------ */

.list-items-list {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.list-items-list li {
	width: 100%;
	margin-bottom: 30px;
}
.list-items-list li .item {
	width: 100%;
	float: left;
	text-align: center;
}
.list-items-list li .item h2 {
	font-size: 1.625em;
	color: #EF3910;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.list-items-list li .item p {
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 992px) {
	.list-items-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		float: none;
		max-width: 1490px;
		margin: 0 auto;
		margin-top: 40px;
	}
	.list-items-list li {
		width: calc(50% - 30px);
	}
}
@media screen and (min-width: 1200px) {
	.list-items-list li .item {
		float: none;
		max-width: 540px;
		margin: 0 auto;
	}
	.list-items-list li .item h2 {
		font-size: 2.750rem;
	}
}
/* ------------------------------
Locations list
------------------------------ */

.office-locations-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
.office-locations-list li {
	width: 100%;
	float: left;
}
.office-locations-list li .item {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.office-locations-list li .item span.img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 0.1;
}
.office-locations-list li .item .item-inner {
	width: 100%;
	float: left;
	padding: 25% 20px;
	z-index: 2;
	position: relative;
	z-index: 1;
}
.office-locations-list li .item .item-inner h2 {
	color: #ffffff;
	font-size: 1.625rem;
}
.office-locations-list li:nth-child(1) {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
}
.office-locations-list li:nth-child(2) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
}
.office-locations-list li:nth-child(3) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 4;
	order: 4;
}
.office-locations-list li:nth-child(4) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
@media screen and (min-width: 640px) {
	.office-locations-list li {
		width: 50%;
	}
	.office-locations-list li .item .item-inner h2 {
		font-size: 1.4rem;
		min-height: 105px;
	}
	.office-locations-list li:nth-child(1) {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.office-locations-list li:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.office-locations-list li:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.office-locations-list li:nth-child(4) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 4;
		order: 4;
	}
}
.office-locations-list.full-width-items li {
	width: 100%;
}
.office-locations-list.full-width-items li .item-inner {
	padding-top: 30px;
	padding-bottom: 30px;
}
.office-locations-list.full-width-items li .item-inner a {
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.office-locations-list.full-width-items li .item .item-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		float: none;
		max-width: 1490px;
		margin: 0 auto;
		padding: 50px;
	}
	.office-locations-list.full-width-items li .item .item-inner h2 {
		font-size: 1.8rem;
		margin-bottom: 0;
	}
	.office-locations-list.full-width-items li .item .item-inner a {
		margin-top: 0;
	}
}
@media screen and (min-width: 992px) {
	.office-locations-list li .item .item-inner h2 {
		font-size: 1.8rem;
	}
	.office-locations-list.full-width-items li .item .item-inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (min-width: 1200px) {
	.office-locations-list li .item .item-inner h2 {
		font-size: 2.250rem;
	}
	.office-locations-list.full-width-items li .item-inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media screen and (min-width: 1400px) {
	.office-locations-list li .item .item-inner h2 {
		font-size: 2.750rem;
	}
	.office-locations-list.full-width-items li .item .item-inner {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
@media screen and (min-width: 1490px) {
	.office-locations-list.full-width-items li .item .item-inner {
		padding-left: 8px;
		padding-right: 8px;
	}
}
.office-locations-list.full-width-items .item.bg-gradient .img.full-bg, .office-locations-list.full-width-items .item.bg-secondary .img.full-bg {
	opacity: 0.1;
}
.office-locations-list.full-width-items .item.bg-gradient .item-inner h2, .office-locations-list.full-width-items .item.bg-secondary .item-inner h2 {
	min-height: auto;
}
.office-locations-list.full-width-items .item.bg-gradient, .office-locations-list.full-width-items .item.bg-secondary {
	padding: 5%;
}
/* ------------------------------
Off screen slider
------------------------------ */

.resources {
	width: 100%;
	float: left;
	padding: 0 20px 40px 20px;
}
.resources .resources-hd {
	margin-bottom: 30px;
}
.resources .resources-hd .content-bd {
	width: calc(100% - 0);
	float: left;
}
.resources .resources-hd .content-bd h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
.resources .resources-hd .content-bd p {
	max-width: 600px;
}
.resources .resources-hd .actions {
	width: 100%;
	float: left;
	position: relative;
	right: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.slider-wrapper {
	width: 100%;
	float: left;
}
.content-offset {
	margin-left: 0px;
	margin-right: 0;
}
.slider-wrapper .offscreen-horizontal-slider {
	padding: 0;
	margin: 0;
	width: 180%;
	float: left;
}
.slider-wrapper .offscreen-horizontal-slider .slick-slide:first-of-type {
	padding-left: 0;
}
.slider-wrapper .offscreen-horizontal-slider .slick-slide:last-of-type {
	padding-right: 0;
}
.slider-wrapper .offscreen-horizontal-slider .slick-slide {
	padding: 0 10px;
}
.slider-wrapper .offscreen-horizontal-slider .slick-slide li .item {
	width: 100%;
	float: left;
}
.slider-wrapper .offscreen-horizontal-slider .slick-slide li .item img {
	width: 100%;
	max-width: 100%;
	display: block;
}
/* CAROUSEL CONTROLS */

.slider-wrapper {
	position: relative;
	/* INDICATORS */
}
.slider-wrapper .slick-prev, .slider-wrapper .slick-next {
	position: absolute;
	bottom: -60px;
	right: 27%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	font-size: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	outline: none;
	z-index: 1;
	cursor: pointer;
}
.slider-wrapper .slick-prev {
	right: calc(27% + 60px);
	background-image: url("/uploads/icon-carousel-prev-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	background-color: #1B1614;
}
.slider-wrapper .slick-next {
	background-image: url("/uploads/icon-carousel-next-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	background-color: #EF3910;
}
.slider-wrapper .slick-dots {
	position: absolute;
	bottom: -30px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
}
.slider-wrapper .slick-dots li {
	display: block;
	margin: 0 3px;
	float: left;
}
.slider-wrapper .slick-dots li:first-child {
	margin-left: 0;
}
.slider-wrapper .slick-dots li:last-child {
	margin-right: 0;
}
.slider-wrapper .slick-dots li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 0;
	border: 0;
	width: 14px;
	height: 14px;
	background-color: #1B1614;
	padding: 0;
	border-radius: 100%;
	-webkit-box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
	box-shadow: 2px 2px 24px 10px rgba(0, 0, 0, 0.07);
}
.slider-wrapper .slick-dots li.slick-active button {
	background-color: #EF3910;
}
@media screen and (min-width: 768px) {
	.resources .resources-hd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.resources .resources-hd .content-bd {
		width: calc(100% - 280px);
		max-width: 600px;
		float: left;
	}
	.resources .resources-hd .content-bd p {
		margin: 0;
		padding: 0;
	}
	.resources .resources-hd .actions {
		width: 280px;
		float: left;
		margin-bottom: 0;
	}
	.resources .resources-hd .actions a {
		float: right;
	}
	.slider-wrapper .offscreen-horizontal-slider {
		width: 130%;
	}
	.slider-wrapper .slick-dots {
		bottom: -45px;
	}
}
@media screen and (min-width: 992px) {
	.slider-wrapper .offscreen-horizontal-slider, .resources .resources-hd {
		width: 120%;
	}
	.content-offset {
		margin-left: 115px;
		margin-right: 115px;
	}
	.resources .resources-hd .content-bd {
		max-width: 800px;
	}
	.resources-hd {
		margin-left: 115px;
	}
	.resources .resources-hd .actions {
		width: auto;
		float: none;
		right: 27%;
	}
}
@media screen and (min-width: 1200px) {
	.resources .resources-hd {
		margin-bottom: 40px;
	}
	.resources .resources-hd .content-bd {
		max-width: 1000px;
	}
	.resources .resources-hd .content-bd p {
		max-width: 800px;
	}
}
/* ------------------------------
Off screen slider
------------------------------ */

.resources .item {
	width: 100%;
	float: left;
}
.resources .item a, .resources .item a:active, .resources .item a:visited, .resources .item a:focus, .resources .item a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
.resources .item .item-inner {
	width: 100%;
	float: left;
	position: relative;
}
.resources .item .item-inner .item-bd {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 20px;
}
.resources .item .item-inner .item-bd h2 {
	font-size: 1.225rem;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .3s ease;
}
.resources .item .item-inner .item-bd h2 i {
	opacity: 0;
	display: inline-block;
	width: 20px;
	height: 8px;
	margin-left: 10px;
	background-image: url("/uploads/icon-arrow-forward-accent.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .3s ease;
}
.resources .item .item-inner .item-bd p {
	font-size: 0.9rem;
	padding: 0;
	margin: 0;
	color: #ffffff;
}
.resources .item:hover .item-inner .item-bd h2 {
	color: #EF3910;
}
.resources .item:hover .item-inner .item-bd i {
	opacity: 1;
}
@media screen and (min-width: 460px) {
	.resources .item .item-inner .item-bd h2 {
		font-size: 1.625rem;
	}
	.resources .item .item-inner .item-bd p {
		font-size: 1rem;
	}
}
@media screen and (min-width: 1200px) {
	.resources .item .item-inner .item-bd h2 {
		font-size: 2.000rem;
	}
	.resources .item .item-inner .item-bd p {
		font-size: 1.375rem;
	}
}
/* ------------------------------
Double image collage
------------------------------ */

.double-image-collage {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.double-image-collage .item {
	width: 100%;
	float: left;
}
.double-image-collage .item img {
	width: 100%;
	max-width: 100%;
}
@media screen and (min-width: 460px) {
	.double-image-collage .item {
		width: 50%;
	}
}
/* ------------------------------
Full width quote
------------------------------ */

.full-width-quote-background-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}
.full-width-quote {
	width: 100%;
	float: left;
}
.full-width-quote .full-width-quote-inner {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	z-index: 1111;
}
.full-width-quote .full-width-quote-inner i {
	display: block;
	width: 50px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.full-width-quote .full-width-quote-inner p {
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	line-height: 160%;
	color: #ffffff;
	font-size: 1.4rem;
}
.full-width-quote .full-width-quote-inner span {
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: bold;
}
.full-width-quote .full-width-quote-inner .company-logo {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #ffffff;
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}
.full-width-quote .full-width-quote-inner .company-logo img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 60px;
}
.has-curve-bottom .full-width-quote {
	padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.full-width-quote .full-width-quote-inner p {
		font-size: 2rem;
	}
}
@media screen and (min-width: 1200px) {
	.full-width-quote .full-width-quote-inner .company-logo {
		width: 100px;
		height: 100px;
	}
	.full-width-quote .full-width-quote-inner .company-logo img {
		max-width: 80px;
	}
	.full-width-quote .full-width-quote-inner p {
		font-size: 2.750rem;
	}
	.full-width-quote .full-width-quote-inner span {
		font-size: 1rem;
	}
}
@media screen and (min-width: 1400px) {
	.has-curve-bottom .full-width-quote {
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 1600px) {
	.has-curve-bottom .full-width-quote {
		padding-bottom: 60px;
	}
}
@media screen and (min-width: 1800px) {
	.has-curve-bottom .full-width-quote {
		padding-bottom: 90px;
	}
}
/* ------------------------------
Team filters
------------------------------ */

.team-filter {
	width: 100%;
	float: left;
}
.team-filter .team-filter-hd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 10px 0;
}
.team-filter .team-filter-hd h2.title {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}
.team-filter .team-filter-hd .team-filter-actions {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
	width: 100%;
}
.team-filter .team-filter-hd .team-filter-actions a.action {
	position: relative;
	width: calc(50% - 10px);
	border: 1px solid #1B1614;
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}
.team-filter .team-filter-hd .team-filter-actions a.action i {
	position: relative;
	width: 25px;
	height: 25px;
	display: block;
	margin-left: 5px;
	float: right;
	top: 0px;
}
.team-filter .team-filter-hd .team-filter-actions .mobile-filter-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #1B1614;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 1rem;
	outline: none;
	text-decoration: none;
	border: none;
	width: calc(50% - 10px);
	float: left;
	cursor: pointer;
}
.team-filter .team-filter-hd .team-filter-actions .mobile-filter-toggle i {
	display: block;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: 0px;
	float: right;
}
.team-filter .team-filter-hd .team-filter-actions .mobile-filter-toggle:hover, .team-filter .team-filter-hd .team-filter-actions .mobile-filter-toggle:active, .team-filter .team-filter-hd .team-filter-actions .mobile-filter-toggle:visited, .team-filter .team-filter-hd .team-filter-actions .mobile-filter-toggle:focus {
	outline: none;
	text-decoration: none;
	border: none;
	color: #ffffff;
}
.team-filter .filter-team {
	display: none;
	opacity: 0;
	transition: all .3s ease;
}
.team-filter .filter-team.in {
	display: block;
	opacity: 1;
}
.team-filter .filter-team .mobile-filter-toggle {
	display: block;
	width: auto;
	float: left;
	background: #1B1614;
	color: #ffffff;
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 1rem;
	outline: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.team-filter .filter-team .mobile-filter-toggle:hover, .team-filter .filter-team .mobile-filter-toggle:active, .team-filter .filter-team .mobile-filter-toggle:visited, .team-filter .filter-team .mobile-filter-toggle:focus {
	outline: none;
	text-decoration: none;
	border: none;
	color: #ffffff;
}
@media screen and (min-width: 1025px) {
	.team-filter .team-filter-hd .mobile-filter-toggle {
		display: none !important;
	}
	.team-filter .team-filter-hd .team-filter-actions a.action {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 10px;
		padding: 0;
		border: 0;
		width: auto;
	}
	.team-filter .filter-team {
		display: block;
		opacity: 1;
		transition: all .3s ease;
	}
	.team-filter .filter-team.in {
		display: block;
		opacity: 1;
	}
	.team-filter .filter-team .mobile-filter-toggle {
		display: none;
	}
}
/* ------------------------------
Team listings
------------------------------ */

.team-listings {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.team-listings.team-listings-margin {
	margin: 20px 0;
}
.team-listings-hd {
	width: 100%;
	float: left;
	margin: 10px 0;
}
.team-listings-hd p.status {
	width: 100%;
	font-size: 1.125em;
	padding: 0;
	margin: 0;
}
.team-listings-list {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.team-listings-list li {
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.team-listings-list li:nth-child(even) {
	margin-right: 0;
}
.team-listings-list li a, .team-listings-list li div.img, .team-listings-list li a:active, .team-listings-list li a:visited, .team-listings-list li a:focus, .team-listings-list li a:hover {
	height: 350px;
	outline: none;
	text-decoration: none;
	border: none;
	display: block;
}
.team-listings-list li .item {
	width: 100%;
	float: left;
}
.team-listings-list li .item .item-hd {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 5px;
}
.team-listings-list li .item .item-hd .item-img {
	width: 100%;
	float: left;
	overflow: hidden;
}
.team-listings-list li .item .item-hd .item-img img {
	max-width: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.team-listings-list li .item .item-hd .item-contact {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}
.team-listings-list li .item .item-hd .item-contact ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.team-listings-list li .item .item-hd .item-contact ul li {
	float: left;
	width: auto;
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 0;
}
.team-listings-list li .item .item-hd .item-contact ul li:first-child {
	margin-left: 0;
}
.team-listings-list li .item .item-hd .item-contact ul li a {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: #EF3910;
	display: block;
	position: relative;
}
.team-listings-list li .item .item-hd .item-contact ul li a img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.team-listings-list li .item .item-bd {
	width: 100%;
	float: left;
}
.team-listings-list li .item .item-bd h2 {
	font-size: 1.175rem;
	color: #EF3910;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.team-listings-list li .item .item-bd p {
	font-size: 0.9rem;
	padding: 0;
	margin: 0;
	color: #1B1614;
}
@media screen and (min-width: 768px) {
	.team-listings-list li .item .item-hd {
		margin-bottom: 10px;
	}
	.team-listings-list li .item .item-hd .item-contact {
		right: 20px;
		bottom: 20px;
	}
	.team-listings-list li .item .item-bd h2 {
		font-size: 1.375rem;
	}
	.team-listings-list li .item .item-bd p {
		font-size: 1rem;
	}
	.team-listings-list li {
		width: calc(33% - 30px);
		margin-right: 40px;
		margin-bottom: 40px;
	}
	.team-listings-list li:nth-child(even) {
		margin-right: 40px;
	}
	.team-listings-list li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 1200px) {
	.team-listings {
		margin-bottom: 50px;
	}
	.team-listings.team-listings-margin {
		margin: 30px 0;
	}
	.team-listings-list li {
		width: calc(25% - 30px);
		margin-right: 30px;
		margin-bottom: 40px;
	}
	.team-listings-list li:nth-child(even) {
		margin-right: 30px;
	}
	.team-listings-list li:nth-child(3n) {
		margin-right: 30px;
	}
	.team-listings-list li:nth-child(4n) {
		margin-right: 0;
	}
	/*.team-listings-list li:nth-child(5n) { margin-right: 0; }*/
}
@media screen and (min-width: 1400px) {
	.team-listings {
		margin-bottom: 50px;
	}
	.team-listings.team-listings-margin {
		margin: 30px 0;
	}
	.team-listings-list li {
		width: calc(20% - 40px);
		margin-right: 40px;
		margin-bottom: 40px;
	}
	.team-listings-list li:nth-child(even) {
		margin-right: 40px;
	}
	.team-listings-list li:nth-child(3n) {
		margin-right: 40px;
	}
	.team-listings-list li:nth-child(4n) {
		margin-right: 40px;
	}
	/*.team-listings-list li:nth-child(5n) { margin-right: 0; }*/
}
@media screen and (min-width: 1200px) {
	.team-listings-list li .item .item-hd .item-contact ul li a {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		background-color: #EF3910;
		display: block;
		position: relative;
	}
	.team-listings-list li .item .item-hd .item-contact ul li a img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 100%;
	}
}
/* ------------------------------
Profile details
------------------------------ */

.profile-details {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.profile-details .profile-details-hd {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.profile-details .profile-details-hd .profile-details-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.profile-details .profile-details-hd .profile-details-items .contact-methods {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.profile-details .profile-details-hd .profile-details-items .contact-methods li {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.profile-details .profile-details-hd .profile-details-items .contact-methods li i {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #EF3910;
	display: block;
	position: relative;
}
.profile-details .profile-details-hd .profile-details-items .contact-methods li i img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.profile-details .profile-details-hd .profile-details-items .contact-methods li span {
	font-size: 1rem;
	color: #1B1614;
	margin-left: 10px;
}
.profile-details .profile-details-hd .profile-details-items .contact-methods li span a, .profile-details .profile-details-hd .profile-details-items .contact-methods li span a:active, .profile-details .profile-details-hd .profile-details-items .contact-methods li span a:visited, .profile-details .profile-details-hd .profile-details-items .contact-methods li span a:focus, .profile-details .profile-details-hd .profile-details-items .contact-methods li span a:hover {
	font-size: 0.9rem;
	color: #1B1614;
	outline: none;
	text-decoration: none;
	border: none;
}
@media screen and (min-width: 359px) {
	.profile-details .profile-details-hd .profile-details-items .contact-methods li span a, .profile-details .profile-details-hd .profile-details-items .contact-methods li span a:active, .profile-details .profile-details-hd .profile-details-items .contact-methods li span a:visited, .profile-details .profile-details-hd .profile-details-items .contact-methods li span a:focus, .profile-details .profile-details-hd .profile-details-items .contact-methods li span a:hover {
		font-size: 1rem;
	}
}
.profile-details .profile-details-hd .profile-details-items .blog-link {
	width: 100%;
	border-radius: 10px;
	margin-top: 10px;
	background-color: #ff003c;
	background: linear-gradient(90deg, #ff003c 0%, #ee3910 100%);
	transition: all .3s ease;
}
.profile-details .profile-details-hd .profile-details-items .blog-link a, .profile-details .profile-details-hd .profile-details-items .blog-link a:active, .profile-details .profile-details-hd .profile-details-items .blog-link a:visited, .profile-details .profile-details-hd .profile-details-items .blog-link a:focus, .profile-details .profile-details-hd .profile-details-items .blog-link a:hover {
	outline: none;
	text-decoration: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.profile-details .profile-details-hd .profile-details-items .blog-link:hover {
	background: #1B1614;
}
.profile-details .profile-details-hd .profile-details-items .blog-link .blog-link-inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}
.profile-details .profile-details-hd .profile-details-items .blog-link .blog-link-inner i {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #ffffff;
	display: block;
	position: relative;
	margin-right: 10px;
}
.profile-details .profile-details-hd .profile-details-items .blog-link .blog-link-inner i img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.profile-details .profile-details-hd .profile-details-items .blog-link .blog-link-inner span {
	color: #ffffff;
	font-size: 1rem;
}
.profile-details .profile-details-statement {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.profile-details .profile-details-statement h2.title {
	margin-bottom: 10px;
}
.profile-details .profile-details-statement p {
	font-size: 1.2500em;
	padding: 0;
	margin: 0;
}
.profile-details .profile-details-hd {
	width: 100%;
	float: left;
}
@media screen and (min-width: 768px) {
	.profile-details .profile-details-hd .profile-details-items .contact-methods {
		float: left;
		width: calc(100% - 0px);
	}
	.profile-details .profile-details-hd .profile-details-items .contact-methods li {
		width: 50%;
	}
	.profile-details .profile-details-hd .profile-details-items .contact-methods li:nth-child(3), .profile-details .profile-details-hd .profile-details-items .contact-methods li:nth-child(4) {
		margin-bottom: 0;
	}
	.profile-details .profile-details-hd .profile-details-items .blog-link {
		margin-top: 20px;
	}
}
@media screen and (min-width: 992px) {
	.profile-details .profile-details-hd .profile-details-items .contact-methods {
		float: left;
		width: calc(100% - 140px);
	}
	.profile-details .profile-details-hd .profile-details-items .contact-methods li {
		width: 50%;
	}
	.profile-details .profile-details-hd .profile-details-items .blog-link {
		width: 140px;
		height: 140px;
		margin-top: 0;
	}
	.profile-details .profile-details-hd .profile-details-items .blog-link .blog-link-inner {
		text-align: center;
	}
	.profile-details .profile-details-hd .profile-details-items .blog-link .blog-link-inner i {
		display: inline-block;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	.profile-details .profile-details-hd .profile-details-items .blog-link .blog-link-inner span {
		width: 100%;
		font-size: 0.813rem;
	}
	.profile-details .profile-details-statement {
		width: 100%;
		float: left;
	}
	.profile-details .profile-details-statement h2.title {
		margin-bottom: 30px;
	}
	.profile-details .profile-details-statement p {
		font-size: 1.500em;
	}
}
@media screen and (min-width: 1200px) {
	.profile-details {
		margin-bottom: 50px;
	}
	.profile-details .profile-details-hd, .profile-details .profile-details-statement {
		margin-bottom: 50px;
	}
}
/* ------------------------------
News details / standard textpage
------------------------------ */

.article-details {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.article-details .article-details-hd {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.article-details .article-details-hd h1 {
	font-size: 2.4rem;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #EF3910;
}
.article-details .article-details-hd-data {
	width: 100%;
	float: left;
}
.article-details .article-details-hd-data span.date {
	width: 100%;
	float: left;
}
.article-details .article-details-hd-data .tags {
	padding-left: 0;
}
.article-details .article-details-lead {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.article-details .article-details-lead p {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
@media screen and (min-width: 768px) {
	.article-details .article-details-hd h1 {
		font-size: 3rem;
		line-height: 4rem;
	}
	.article-details .article-details-hd-data {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.article-details .article-details-hd-data span.date {
		width: 50%;
		float: left;
	}
	.article-details .article-details-hd-data .tags {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.article-details .article-details-lead {
		margin: 10px 0 30px 0;
	}
}
/* ------------------------------
Reviews
------------------------------ */

.reviews {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.reviews .review {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.reviews .review::before {
	content: "";
	position: relative;
	width: 44px;
	height: 44px;
	display: block;
	margin-bottom: 10px;
	background-image: url("/uploads/icon-quote-accent.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0;
	left: 0;
}
.reviews .review p {
	font-size: 1.125em;
}
.reviews .review span {
	font-size: 1.125em;
	color: #EF3910;
}
.reviews .review span strong {
	font-weight: bold;
}
@media screen and (min-width: 1200px) {
	.reviews {
		margin-bottom: 30px;
	}
	.reviews .review {
		margin-bottom: 50px;
	}
	.reviews .review:last-of-type {
		margin-bottom: 0;
	}
}
/* ------------------------------
Statistics
------------------------------ */

.statistics {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.statistics li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.statistics li:last-child {
	margin-bottom: 0;
}
.statistics li .item {
	width: 100%;
	float: left;
	text-align: center;
}
.statistics li .item .item-hd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}
.statistics li .item .item-hd i {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	overflow: hidden;
	background: url("/uploads/icon-logo-mark-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.statistics li .item .item-hd span.number {
	display: block;
	font-size: 3rem;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #ffffff;
}
.statistics li .item .item-bd p {
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-size: 1rem;
}
@media screen and (min-width: 992px) {
	.statistics {
		float: none;
		max-width: 1490px;
		margin: 0 auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.statistics li {
		width: calc(33.333% - 20px);
		max-width: 360px;
		float: left;
		margin-bottom: 0px;
	}
	.statistics li .item {
		text-align: left;
	}
	.statistics li .item .item-hd {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media screen and (min-width: 1200px) {
	.statistics {
		margin-top: 30px;
	}
}
@media screen and (min-width: 1400px) {
	.statistics {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.statistics li {
		max-width: 400px;
	}
	.statistics li .item .item-bd p {
		font-size: 1.125em;
	}
}
/* ------------------------------
Nav collection
------------------------------ */

.nav-collection {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.nav-collection:last-of-type {
	border-bottom: 0;
	margin-bottom: 0px;
}
.nav-collection .nav-collection-heading {
	width: 100%;
	float: left;
}
.nav-collection .nav-collection-hd {
	width: 100%;
	float: left;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav-collection .nav-collection-hd i {
	margin-right: 15px;
	width: 30px;
	height: 30px;
	display: block;
	background: url("/uploads/icon-logo-mark-primary.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}
.nav-collection .nav-collection-hd h2 {
	padding: 0;
	margin: 0;
	font-size: 1.625em;
	font-weight: bold;
	color: #EF3910;
	padding-left: 40px;
}
.nav-collection .nav-collection-bd {
	width: 100%;
	float: left;
}
.nav-collection .nav-collection-bd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 20px 0;
	list-style: none;
}
.nav-collection .nav-collection-bd ul li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	padding-right: 10px;
}
.nav-collection .nav-collection-bd ul li a {
	font-size: 1rem;
}
.nav-collection .nav-collection-bd ul li a, .nav-collection .nav-collection-bd ul li a:active, .nav-collection .nav-collection-bd ul li a:visited, .nav-collection .nav-collection-bd ul li a:focus, .nav-collection .nav-collection-bd ul li a:hover {
	outline: none;
	text-decoration: none;
	border: none;
	color: #1B1614;
	transition: all .3s ease;
}
.nav-collection .nav-collection-bd ul li a:hover {
	color: #EF3910;
}
@media screen and (min-width: 768px) {
	.nav-collection .nav-collection-bd ul {
		margin: 30px 0;
	}
	.nav-collection .nav-collection-bd ul li {
		width: 33.333%;
	}
	.nav-collection .nav-collection-bd ul li i {
		position: relative;
	}
	.nav-collection .nav-collection-bd ul li h2 {
		padding-left: 0;
	}
}
@media screen and (min-width: 1200px) {
	.nav-collection {
		margin-bottom: 50px;
	}
	.nav-collection .nav-collection-bd ul {
		margin: 30px 0;
	}
	.nav-collection .nav-collection-bd ul li {
		width: 25%;
	}
	.nav-collection .nav-collection-bd ul li a {
		font-size: 1.125rem;
	}
}
/* ------------------------------
JOB LISTINGS PAGE
------------------------------ */

/* STYLES FOR TWO COLUMNS (JOB FILTERS & JOBS LISTINGS) WITH PUSH N PULL */

.primary-jobs-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	float: left;
}
.primary-jobs-content-wrapper .primary-jobs-listing {
	width: 100%;
	float: left;
	position: relative;
}
.primary-jobs-content-wrapper .primary-jobs-sidebar {
	width: 100%;
	float: left;
	position: relative;
}
@media screen and (min-width: 991px) {
	.primary-jobs-content-wrapper {
		/* PUSH N PULL - Remove if not required */
		/* .primary-jobs-listing {left:240px;} */
		/*  .primary-jobs-sidebar {left:calc(-100% + 240px);} */
		/* END PUSH N PULL - Remove if not required */
	}
	.primary-jobs-content-wrapper .primary-jobs-listing {
		width: calc(100% - 240px);
	}
	.primary-jobs-content-wrapper .primary-jobs-sidebar {
		width: 240px;
	}
}
@media screen and (min-width: 1199px) {
	.primary-jobs-content-wrapper {
		/* PUSH N PULL - Remove if not required */
		/* .primary-jobs-listing {left:300px;} */
		/* .primary-jobs-sidebar {left:calc(-100% + 300px);} */
		/* END PUSH N PULL - Remove if not required */
	}
	.primary-jobs-content-wrapper .primary-jobs-listing {
		width: calc(100% - 300px);
	}
	.primary-jobs-content-wrapper .primary-jobs-sidebar {
		width: 300px;
	}
}
.cards.cards-message {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.cards-message {
	padding: 20px;
	border-radius: 10px;
}
.cards-message h3 {
	font-size: 18px;
	font-weight: bold;
}
.cards-message .actions {
	margin-top: 0;
}
/* ------------------------------
jbl-mod-01
------------------------------- */

.jbl-mod-01 {
	width: 100%;
	position: relative;
	float: left;
}
.jbl-mod-01 .job-listings-list {
	width: 100%;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.jbl-mod-01 .job-listings-list>li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.jbl-mod-01 .job-listings-list li .item {
	width: 100%;
	position: relative;
	float: left;
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
}
.jbl-mod-01 .job-listings-list li .item .item-hd {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.jbl-mod-01 .job-listings-list li .item .item-hd a, .jbl-mod-01 .job-listings-list li .item .item-hd a:active, .jbl-mod-01 .job-listings-list li .item .item-hd a:visited, .jbl-mod-01 .job-listings-list li .item .item-hd a:focus, .jbl-mod-01 .job-listings-list li .item .item-hd a:hover {
	text-decoration: none;
	border: 0;
}
.jbl-mod-01 .job-listings-list li .item .item-hd span.job-ref {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	width: auto;
	padding: 5px 10px;
	text-align: center;
	background-color: #EF3910;
	display: inline-block;
	border-radius: 15px;
	margin-bottom: 10px;
}
.jbl-mod-01 .job-listings-list li .item .item-hd a h2 {
	font-weight: bold;
	color: #EF3910;
}
.jbl-mod-01 .job-listings-list li .item .item-bd {
	position: relative;
	width: 100%;
	float: left;
}
.jbl-mod-01 .job-listings-list li .item .item-bd ul.job-details {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.jbl-mod-01 .job-listings-list li .item .item-bd ul.job-details li {
	margin-bottom: 0;
}
.jbl-mod-01 .job-listings-list li .item .item-bd ul.job-details .job-details-item {
	position: relative;
	width: 100%;
	float: left;
}
.jbl-mod-01 .job-listings-list li .item .item-bd ul.job-details .job-details-item span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.9rem;
	margin-bottom: 5px;
	color: #1B1614;
}
.jbl-mod-01 .job-listings-list li .item .item-bd .job-details .job-details-item span i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-size: contain;
}
.jbl-mod-01 .job-listings-list li .item .item-bd .job-details .job-details-item span:first-of-type {
	font-weight: bold;
}
.jbl-mod-01 .job-listings-list li .item .item-bd .job-details .job-details-item span:last-of-type {
	margin-left: 30px;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-bottom: 0;
	color: #1B1614;
}
.jbl-mod-01 .job-listings-list li .item .item-bd ul.job-details li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.jbl-mod-01 .job-listings-list li .item .item-bd ul.job-details li:last-child {
	margin-bottom: 0;
}
.jbl-mod-01 .job-listings-list li .item .item-bd .job-description {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}
.jbl-mod-01 .job-listings-list li .item .item-bd .job-description p {
	font-size: 1rem;
}
.jbl-mod-01 .job-listings-list li .item .item-ft {
	width: 100%;
	float: left;
}
.jbl-mod-01 .job-listings-list li .item .item-ft .actions {
	width: 100%;
	float: left;
}
.jbl-mod-01 .job-listings-list li .item .item-ft .actions.two-actions a {
	width: 100%;
}
.jbl-mod-01 .job-listings-list li .item .item-ft .actions.two-actions a:first-of-type {
	margin-bottom: 20px;
}
@media screen and (min-width: 599px) {
	.jbl-mod-01 .job-listings-list li .item .item-bd ul.job-details li {
		width: 50%;
		float: left;
	}
	.jbl-mod-01 .job-listings-list li .item .item-ft .actions.two-actions a {
		width: auto;
	}
	.jbl-mod-01 .job-listings-list li .item .item-ft .actions.two-actions a:first-of-type {
		margin-right: 10px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 991px) {
	.jbl-mod-01 .job-listings-list>li {
		padding: 0px;
		margin-bottom: 40px;
	}
	.jbl-mod-01 .job-listings-list li .item .item-hd {
		padding-right: 120px;
	}
	.jbl-mod-01 .job-listings-list li .item .item-hd span.job-ref {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media screen and (min-width: 1399px) {
	.jbl-mod-01 .job-listings-list>li {
		margin-bottom: 50px;
	}
	.jbl-mod-01 .job-listings-list li .item .item-bd ul.job-details li {
		width: 25%;
		float: left;
	}
}
/* END jbl-mod-01 */

/* JOBS PAGINATION & RESULTS INFO */

.page-results {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.page-results-info span, .page-results-info p, .page-results-info h1, .page-results-info h2, .page-results-info li {
	font-size: 14px;
	color: #1B1614;
}
.pagination {
	width: 100%;
	float: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination ol {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	float: none;
}
.pagination ol li {
	display: inline-block;
	text-align: center;
}
.pagination ol a.page-link, .page-item:last-child .page-link, .page-item:first-child .page-link {
	min-width: 34px;
	min-height: 34px;
	color: #1B1614;
	padding: 8px 0 0 0;
	font-size: 14px;
	border-radius: 100%;
}
.pagination ol a.page-link.active {
	color: #ffffff;
	background-color: #EF3910;
	border: 0;
}
.pagination ol a.page-link:focus {
	box-shadow: none;
}
/* JOB LISTINGS SIDEBAR */

.primary-jobs-sidebar aside {
	max-width: 100%;
}
.primary-jobs-sidebar aside h2 {
	margin-bottom: 20px;
}
.primary-jobs-sidebar .primary-jobs-filters {
	width: 100%;
	float: left;
	display: none;
	margin-top: 0px;
	margin-bottom: 20px;
	opacity: 0;
	transition: all .3s ease;
}
.primary-jobs-sidebar .primary-jobs-filters.in {
	display: block;
	opacity: 1;
}
.primary-jobs-sidebar .primary-jobs-filters .filter-group {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.primary-jobs-sidebar .primary-jobs-filters .filter-group h2 {
	font-size: 1rem;
	margin-bottom: 20px;
	font-weight: bold;
	float: left;
	width: 80%;
}
.primary-jobs-sidebar .primary-jobs-filters .form-group label {
	font-size: 1rem;
	margin-bottom: 20px;
	font-weight: bold;
	float: left;
}
.primary-jobs-sidebar .primary-jobs-filters .filter-group .actions a {
	width: 100%;
}
.primary-jobs-sidebar .primary-jobs-filters ul {
	position: relative;
	width: 100%;
	float: left;
}
.primary-jobs-sidebar .primary-jobs-filters ul li {
	width: 100%;
	float: left;
	position: relative;
}
@media screen and (min-width: 992px) {
	.primary-jobs-sidebar aside {
		border-right: 1px solid #F4F7F6;
		padding-right: 20px;
		height: 100%;
		max-width: 220px;
	}
	.primary-jobs-sidebar .primary-jobs-filters {
		display: block !important;
		opacity: 1;
	}
}
@media screen and (min-width: 1200px) {
	.primary-jobs-sidebar aside {
		max-width: 270px;
	}
}
/* ------------------------------
Jobs filters
------------------------------ */

.jobs-filter-hd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 10px 0;
}
.jobs-filter-hd h2.title {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	font-size: 2rem;
}
.jobs-filter-hd .jobs-filter-actions {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
	width: 100%;
}
.jobs-filter-hd .jobs-filter-actions a.action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: calc(50% - 10px);
	border: 1px solid #1B1614;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 1rem;
}
.jobs-filter-hd .jobs-filter-actions a.action i {
	position: relative;
	width: 25px;
	height: 25px;
	display: block;
	margin-left: 5px;
	float: right;
	top: 0px;
}
.jobs-filter-hd .jobs-filter-actions .mobile-filter-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #1B1614;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 1rem;
	outline: none;
	text-decoration: none;
	border: none;
	width: calc(50% - 10px);
	float: left;
	cursor: pointer;
}
.jobs-filter-hd .jobs-filter-actions .mobile-filter-toggle i {
	display: block;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: 0px;
	float: right;
}
.jobs-filter-hd .jobs-filter-actions .mobile-filter-toggle:hover, .jobs-filter-hd .jobs-filter-actions .mobile-filter-toggle:active, .jobs-filter-hd .jobs-filter-actions .mobile-filter-toggle:visited, .jobs-filter-hd .jobs-filter-actions .mobile-filter-toggle:focus {
	outline: none;
	text-decoration: none;
	border: none;
	color: #ffffff;
}
.jobs-team {
	display: none;
	opacity: 0;
	transition: all .3s ease;
}
.jobs-team.in {
	display: block;
	opacity: 1;
}
.jobs-team .mobile-filter-toggle {
	display: block;
	width: auto;
	float: left;
	background: #1B1614;
	color: #ffffff;
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 1rem;
	outline: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.jobs-team .mobile-filter-toggle:hover, .jobs-team .mobile-filter-toggle:active, .jobs-team .mobile-filter-toggle:visited, .jobs-team .mobile-filter-toggle:focus {
	outline: none;
	text-decoration: none;
	border: none;
	color: #ffffff;
}
@media screen and (min-width: 992px) {
	.jobs-filter-hd .jobs-filter-actions {
		display: none;
	}
}
/* JOB DETAILS PAGE */

.job-details {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
}
.job-details .job-details-hd, .job-details .job-details-bd {
	width: 100%;
	float: left;
}
.job-details .job-details-bd p a {
	color: inherit;
	outline: none;
	text-decoration: none;
	border: none;
	text-decoration: underline;
}
.job-details .job-details-bd ul, .job-details .job-details-bd ol {
	width: 100%;
	display: block;
	margin: 20px 0;
}
.job-details .job-details-bd ul li, .job-details .job-details-bd ol li {
	width: 100%;
}
.job-details .job-details-bd h2 {
	font-size: 1.625em;
	margin: 0.625rem 0 1.4rem 0;
	padding: 0;
}
.job-details .job-details-bd h3 {
	font-size: 1.225em;
	margin: 0.625rem 0 1.4rem 0;
	padding: 0;
}
.job-details .job-details-hd {
	margin-bottom: 30px;
}
.job-details .job-details-hd .job-details-hd-top {
	width: 100%;
	float: left;
	position: relative;
}
.job-details .job-details-hd .job-details-hd-top a {
	min-width: 240px;
}
.job-details .job-details-hd .job-details-hd-top h1 {
	font-size: 3rem;
	font-weight: bold;
	padding-right: 0px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	color: #EF3910;
}
.job-details .job-details-hd .job-details-hd-top .job-hd-actions {
	position: relative;
	top: 0;
	right: 0;
	margin-top: 10px;
}
.job-details .job-details-hd .job-details-hd-top .job-hd-actions a {
	margin-bottom: 10px;
	display: block;
}
.job-details .job-details-hd .job-info {
	width: 100%;
	float: left;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 30px 0 0 0;
	padding: 30px 0;
}
.job-details .job-details-hd .job-info h2 {
	font-size: 1.625em;
	margin: 0 0 20px 0;
	padding: 0;
}
.job-details .job-details-hd .job-info ul.job-info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.job-details .job-details-hd .job-info ul.job-info-list li {
	width: 100%;
	margin-bottom: 10px;
}
.job-details .job-details-hd .job-info ul.job-info-list li:first-child {
	margin-left: 0;
}
.job-details .job-details-hd .job-info ul.job-info-list li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.job-details .job-details-hd .job-info ul.job-info-list li span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0.9rem;
	margin-bottom: 5px;
	color: #1B1614;
}
.job-details .job-details-hd .job-info ul.job-info-list li span:first-of-type {
	font-weight: bold;
	color: #1B1614;
}
.job-details .job-details-hd .job-info ul.job-info-list li span:last-of-type {
	display: block;
	width: calc(100% - 30px);
	margin-left: 30px;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-bottom: 0;
	color: #1B1614;
}
.job-details .job-details-hd .job-info ul.job-info-list #specialism_item span:last-of-type {
	width: calc(100% - 30px);
}
.job-details .job-details-hd .job-info ul.job-info-list li span:last-of-type span {
	width: 100%;
	margin: 0;
	font-weight: normal;
}
.job-details .job-details-hd .job-info ul.job-info-list li a {
	font-size: 1rem;
	outline: none;
	text-decoration: none;
	border: none;
}
.job-details .job-details-hd .job-info ul.job-info-list li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-size: contain;
}
.job-details .job-details-bd img {
	min-width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 20px;
}
.job-details .job-details-bd h2 {
	color: #1B1614;
}
.job-details .job-details-bd ul, .job-details .job-details-bd ol {
	width: 100%;
	display: block;
	margin: 20px 0;
}
.job-details .job-details-bd ul li, .job-details .job-details-bd ol li {
	width: 100%;
}
.job-details .job-details-bd h2 {
	font-size: 1.625em;
	margin: 0.625rem 0 1.4rem 0;
	padding: 0;
}
.job-details .job-details-bd h3 {
	font-size: 1.225em;
	margin: 0.625rem 0 1.4rem 0;
	padding: 0;
}
.share-item {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.share-item span {
	display: block;
	font-size: 1.188rem;
	margin-bottom: 10px;
	color: #1B1614;
	font-weight: bold;
}
.share-item ul.social {
	padding: 0;
	margin: 0;
	list-style: none;
}
.share-item ul.social li {
	float: left;
	margin-right: 15px;
}
.share-item ul.social li:last-child {
	margin-right: 0;
}
.share-item ul.social li i {
	font-size: 1.2em;
	transition: all .3s ease;
}
.share-item ul.social li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: relative;
	background-color: #EF3910;
	text-align: center;
	transition: all .3s ease;
}
.share-item ul.social li a, .share-item ul.social li a:active, .share-item ul.social li a:visited, .share-item ul.social li a:focus, .share-item ul.social li a:hover {
	outline: none;
	text-decoration: none;
	border: none;
	color: #ffffff;
}
.share-item ul.social li a:hover {
	background-color: #1B1614;
	color: #ffffff;
}
.job-details .page-actions {
	width: 100%;
	float: left;
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.job-details .page-actions.two-actions {
	display: block;
	margin-bottom: -20px;
}
.job-details .page-actions.two-actions a {
	width: 100%;
	margin-bottom: 20px;
}
.desktop-only {
	display: none;
}
@media screen and (min-width: 992px) {
	.desktop-only {
		display: block;
	}
}
@media screen and (min-width: 500px) {
	.job-details .page-actions.two-actions {
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.job-details .page-actions.two-actions a {
		width: auto;
		margin: 0;
	}
}
@media screen and (min-width: 992px) {
	.job-details .job-details-hd .job-details-hd-top h1 {
		padding-right: 240px;
		font-size: 3rem;
	}
	.job-details .job-details-hd .job-details-hd-top a {
		position: absolute;
		margin-top: 0;
		top: 0;
		right: 0;
		width: 220px;
	}
	.job-details .job-details-hd .job-info ul.job-info-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.job-details .job-details-hd .job-info ul.job-info-list li {
		width: 33.333%;
	}
}
/* -----------------------------------
26. PRIMARY APPLY FORM & CONTACT FORM
------------------------------------ */

.primary-apply-form-wrapper, .primary-contact-form-wrapper {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.primary-apply-form-wrapper .primary-apply-form, .primary-apply-form-wrapper .primary-contact-form, .primary-contact-form-wrapper .primary-apply-form, .primary-contact-form-wrapper .primary-contact-form {
	width: 100%;
	float: left;
}
.primary-apply-form-wrapper .primary-apply-form form, .primary-apply-form-wrapper .primary-contact-form form, .primary-contact-form-wrapper .primary-apply-form form, .primary-contact-form-wrapper .primary-contact-form form {
	width: 100%;
}
.primary-apply-form-wrapper .primary-apply-form form .form-hd, .primary-apply-form-wrapper .primary-contact-form form .form-hd, .primary-contact-form-wrapper .primary-apply-form form .form-hd, .primary-contact-form-wrapper .primary-contact-form form .form-hd {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.primary-apply-form-wrapper .primary-apply-form form.form-large, .primary-apply-form-wrapper .primary-contact-form form.form-large, .primary-contact-form-wrapper .primary-apply-form form.form-large, .primary-contact-form-wrapper .primary-contact-form form.form-large {
	width: 100%;
	overflow: hidden;
}
.primary-apply-form-wrapper .primary-apply-form ul.form-list, .primary-apply-form-wrapper .primary-contact-form ul.form-list, .primary-contact-form-wrapper .primary-apply-form ul.form-list, .primary-contact-form-wrapper .primary-contact-form ul.form-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.primary-apply-form-wrapper .primary-apply-form ul.form-list li, .primary-apply-form-wrapper .primary-contact-form ul.form-list li, .primary-contact-form-wrapper .primary-apply-form ul.form-list li, .primary-contact-form-wrapper .primary-contact-form ul.form-list li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.primary-apply-form-wrapper .primary-apply-form ul.form-list li.full-width, .primary-apply-form-wrapper .primary-contact-form ul.form-list li.full-width, .primary-contact-form-wrapper .primary-apply-form ul.form-list li.full-width, .primary-contact-form-wrapper .primary-contact-form ul.form-list li.full-width {
	width: 100%;
}
.primary-apply-form-wrapper .primary-apply-form form.form-large ul.form-list .form-group, .primary-apply-form-wrapper .primary-contact-form form.form-large ul.form-list .form-group, .primary-contact-form-wrapper .primary-apply-form form.form-large ul.form-list .form-group, .primary-contact-form-wrapper .primary-contact-form form.form-large ul.form-list .form-group {
	width: 100%;
}
.primary-apply-form-wrapper .primary-apply-form form p.terms a, .primary-apply-form-wrapper .primary-apply-form form p.terms a:active, .primary-apply-form-wrapper .primary-apply-form form p.terms a:visited, .primary-apply-form-wrapper .primary-apply-form form p.terms a:focus, .primary-apply-form-wrapper .primary-apply-form form p.terms a:hover, .primary-apply-form-wrapper .primary-contact-form form p.terms a, .primary-apply-form-wrapper .primary-contact-form form p.terms a:active, .primary-apply-form-wrapper .primary-contact-form form p.terms a:visited, .primary-apply-form-wrapper .primary-contact-form form p.terms a:focus, .primary-apply-form-wrapper .primary-contact-form form p.terms a:hover, .primary-contact-form-wrapper .primary-apply-form form p.terms a, .primary-contact-form-wrapper .primary-apply-form form p.terms a:active, .primary-contact-form-wrapper .primary-apply-form form p.terms a:visited, .primary-contact-form-wrapper .primary-apply-form form p.terms a:focus, .primary-contact-form-wrapper .primary-apply-form form p.terms a:hover, .primary-contact-form-wrapper .primary-contact-form form p.terms a, .primary-contact-form-wrapper .primary-contact-form form p.terms a:active, .primary-contact-form-wrapper .primary-contact-form form p.terms a:visited, .primary-contact-form-wrapper .primary-contact-form form p.terms a:focus, .primary-contact-form-wrapper .primary-contact-form form p.terms a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #EF3910;
}
.primary-apply-form-wrapper .primary-apply-form form .actions, .primary-apply-form-wrapper .primary-contact-form form .actions, .primary-contact-form-wrapper .primary-apply-form form .actions, .primary-contact-form-wrapper .primary-contact-form form .actions {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.primary-apply-form-wrapper .primary-apply-form form .actions p a, .primary-apply-form-wrapper .primary-contact-form form .actions p a, .primary-contact-form-wrapper .primary-apply-form form .actions p a, .primary-contact-form-wrapper .primary-contact-form form .actions p a {
	text-decoration: underline;
	font-weight: bold;
	color: #EF3910;
}
@media screen and (min-width: 768px) {
	.primary-apply-form-wrapper .primary-apply-form form.form-large ul.form-list li, .primary-apply-form-wrapper .primary-contact-form form.form-large ul.form-list li, .primary-contact-form-wrapper .primary-apply-form form.form-large ul.form-list li, .primary-contact-form-wrapper .primary-contact-form form.form-large ul.form-list li {
		width: calc(50% - 20px);
		float: left;
	}
	.primary-apply-form-wrapper .primary-apply-form form.form-large ul.form-list li:nth-child(odd), .primary-apply-form-wrapper .primary-contact-form form.form-large ul.form-list li:nth-child(odd), .primary-contact-form-wrapper .primary-apply-form form.form-large ul.form-list li:nth-child(odd), .primary-contact-form-wrapper .primary-contact-form form.form-large ul.form-list li:nth-child(odd) {
		margin-right: 20px;
	}
	.primary-apply-form-wrapper .primary-apply-form form.form-large ul.form-list li:nth-child(even), .primary-apply-form-wrapper .primary-contact-form form.form-large ul.form-list li:nth-child(even), .primary-contact-form-wrapper .primary-apply-form form.form-large ul.form-list li:nth-child(even), .primary-contact-form-wrapper .primary-contact-form form.form-large ul.form-list li:nth-child(even) {
		margin-left: 20px;
	}
	.primary-apply-form-wrapper .primary-apply-form form.form-large ul.form-list li.full-width, .primary-apply-form-wrapper .primary-contact-form form.form-large ul.form-list li.full-width, .primary-contact-form-wrapper .primary-apply-form form.form-large ul.form-list li.full-width, .primary-contact-form-wrapper .primary-contact-form form.form-large ul.form-list li.full-width {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 768px) {
	.primary-apply-form-wrapper .primary-apply-form form.form-large ul.form-list li {
		margin-bottom: 20px;
	}
	.primary-contact-form-wrapper .primary-contact-form form.form-large ul.form-list li {
		margin-bottom: 20px;
	}
}
/* ------------------------------
24 PROFILE CARD
------------------------------- */

.profile-card {
	width: 100%;
	float: left;
	padding: 30px 20px;
	border-radius: 10px;
	background-color: #ffffff;
}
.profile-card .profile-card-hd {
	width: 100%;
	float: left;
}
.profile-card .profile-card-hd h2 {
	font-size: 1.188em;
	width: 100%;
	margin-bottom: 15px;
	color: #1B1614;
}
.profile-card .profile-card-hd img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 0%;
	margin-bottom: 20px;
}
.profile-card .profile-card-bd h2 {
	width: 100%;
	overflow: hidden;
	display: block;
	font-size: 1.188em;
	color: #0B2027;
}
.profile-card .profile-card-bd p.role {
	font-size: 1rem;
	color: #1B1614;
}
.profile-card .profile-card-bd ul.social {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.profile-card .profile-card-bd ul.social li {
	display: inline-block;
	margin: 0 5px;
}
.profile-card .profile-card-bd ul.social li:first-child {
	margin-left: 0;
}
.profile-card .profile-card-bd ul.social li:last-child {
	margin-right: 0;
}
.profile-card .profile-card-bd a, .profile-card .profile-card-bd a:active, .profile-card .profile-card-bd a:focus, .profile-card .profile-card-bd a:visited, .profile-card .profile-card-bd a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
.profile-card .profile-card-bd a i, .profile-card .profile-card-bd a:active i, .profile-card .profile-card-bd a:focus i, .profile-card .profile-card-bd a:visited i, .profile-card .profile-card-bd a:hover i {
	font-size: 1.6rem;
	color: #EF3910;
}
.profile-card .profile-card-actions {
	width: 100%;
	float: left;
}
.profile-card .profile-card-actions ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.profile-card .profile-card-actions ul li {
	width: 100%;
	float: left;
}
.profile-card .profile-card-actions ul li span {
	font-size: 0.875rem;
	color: #1B1614;
	font-weight: bold;
}
.profile-card .profile-card-actions ul li a, .profile-card .profile-card-actions ul li a:active, .profile-card .profile-card-actions ul li a:visited, .profile-card .profile-card-actions ul li a:focus, .profile-card .profile-card-actions ul li a:hover {
	display: block;
	color: #0B2027;
	outline: none;
	text-decoration: none;
	border: none;
	font-size: 1rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.2em;
}
/* PRIMARY CONTACT FORM MODULE */

.primary-contact-form-module {
	width: 100%;
	float: left;
}
.primary-contact-details-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.primary-contact-details-list span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 0.5rem;
}
.primary-contact-details-list span h2 {
	position: relative;
	font-size: 1.125em;
	font-weight: bold;
	color: #1B1614;
	padding: 0;
	margin: 0;
}
.primary-contact-details-list span i {
	position: relative;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.primary-contact-details-list span i img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.primary-contact-details-list li {
	margin-bottom: 20px;
}
.primary-contact-details-list li a, .primary-contact-details-list li a:active, .primary-contact-details-list li a:visited, .primary-contact-details-list li a:focus, .primary-contact-details-list li a:hover {
	color: #1B1614;
	outline: none;
	text-decoration: none;
	border: none;
}
/* CONTACT PAGE OFFICE LISTINGS */

.alternating-items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
.alternating-items-list li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.alternating-items-list li .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.alternating-items-list li .item .content-img {
	width: 100%;
	float: left;
	position: relative;
}
.alternating-items-list li .item .content-bd {
	width: 100%;
	float: left;
	position: relative;
}
.alternating-items-list li .item .content-bd h2 {
	margin-bottom: 20px;
}
.alternating-items-list li .item .content-bd .primary-contact-details-list {
	float: left;
}
.alternating-items-list li .item .content-bd .primary-contact-details-list li {
	margin-bottom: 10px;
}
.alternating-items-list li .item .content-bd .primary-contact-details-list li h2 {
	margin-bottom: 0;
}
.alternating-items-list li .item .content-bd .primary-contact-details-list li address {
	margin-bottom: 0;
}
.alternating-items-list li .item .office-img {
	margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
	.alternating-items-list li {
		margin-bottom: 50px;
	}
	.alternating-items-list li:last-child {
		margin-bottom: 0;
	}
	.alternating-items-list li .item .content-img {
		width: 50%;
	}
	.alternating-items-list li .item .content-bd {
		width: 50%;
	}
	.alternating-items-list li .item .office-img {
		margin-bottom: 0px;
	}
	.alternating-items-list li:nth-child(odd) .content-bd {
		padding-left: 30px;
	}
	.alternating-items-list li:nth-child(even) .content-img {
		left: 50%;
	}
	.alternating-items-list li:nth-child(even) .content-bd {
		right: 50%;
	}
}
@media screen and (min-width: 1200px) {
	.alternating-items-list li {
		margin-bottom: 10%;
	}
}
/* MAP MODULE */

.map-module {
	width: 100%;
	float: left;
}
.map {
	width: 100%;
	float: left;
}
.map .mapouter {
	position: relative;
	text-align: right;
	height: 40vh;
	width: 100%;
	max-height: 500px;
}
.map .gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 40vh;
	width: 100%;
	max-height: 500px;
}
.map .gmap_canvas iframe {
	width: 100%;
	height: 100%;
}
/* END MAP MODULE */

/* FIN */

/* ------------------------------
Modals
------------------------------ */

/* FIN */

/* ------------------------------
Footer
------------------------------ */

footer {
	width: 100%;
	float: left;
	background: #1B1614;
	position: relative;
	padding: 60px 0 20px 0;
}
footer .footer-inner .logo {
	max-width: 280px;
	display: block;
}
footer .footer-inner .logo img, footer .footer-inner .logo svg {
	max-width: 100%;
	display: block;
}
footer .footer-inner .footer-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer .footer-inner .footer-columns .column {
	width: 50%;
	float: left;
}
footer .footer-inner .footer-columns .column h2 {
	font-size: 1.375em;
	padding: 0;
	margin: 0 0 20px;
	color: #EF3910;
	font-weight: bold;
}
footer .footer-inner .footer-columns .column h2 i {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 0.06rem;
}
footer .footer-inner .footer-columns .column ul.footer-nav-list {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
}
footer .footer-inner .footer-columns .column ul.footer-nav-list li {
	width: 100%;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}
footer .footer-inner .footer-columns .column ul.footer-nav-list li a, footer .footer-inner .footer-columns .column ul.footer-nav-list li a:active, footer .footer-inner .footer-columns .column ul.footer-nav-list li a:visited, footer .footer-inner .footer-columns .column ul.footer-nav-list li a:focus, footer .footer-inner .footer-columns .column ul.footer-nav-list li a:hover {
	outline: none;
	text-decoration: none;
	border: none;
	color: #ffffff;
	font-size: 13px;
}
footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li {
	line-height: 1rem;
}
footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li span {
	color: #ffffff;
	display: block;
	line-height: 1rem;
	font-size: 13px;
	margin-bottom: 5px;
}
footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li a, footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li a:active, footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li a:visited, footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li a:focus, footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li a:hover {
	display: block;
	font-size: 13px;
}
@media screen and (min-width: 640px) {
	footer .footer-inner .footer-columns .column {
		width: 50%;
	}
	footer .footer-inner .footer-columns .column ul.footer-nav-list li a, footer .footer-inner .footer-columns .column ul.footer-nav-list li a:active, footer .footer-inner .footer-columns .column ul.footer-nav-list li a:visited, footer .footer-inner .footer-columns .column ul.footer-nav-list li a:focus, footer .footer-inner .footer-columns .column ul.footer-nav-list li a:hover {
		font-size: 1rem;
	}
	footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li span {
		font-size: 1rem;
		display: inline-block;
		margin-bottom: 0;
	}
	footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li a, footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li a:active, footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li a:visited, footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li a:focus, footer .footer-inner .footer-columns .column ul.footer-nav-list.contact li a:hover {
		font-size: 1rem;
		display: inline-block;
		float: right;
		text-align: right;
	}
}
@media screen and (min-width: 992px) {
	footer .footer-inner .footer-columns .column {
		width: 25%;
	}
}
/* FIN */

/* ------------------------------
Signoff
------------------------------ */

.signoff {
	background: #1B1614;
	width: 100%;
	float: left;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.signoff .signoff-inner {
	width: 100%;
	float: left;
}
.signoff .signoff-inner .signoff-bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.signoff .signoff-inner .signoff-bd span {
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	width: 100%;
}
.signoff .signoff-inner .signoff-bd span a, .signoff .signoff-inner .signoff-bd span a:active, .signoff .signoff-inner .signoff-bd span a:visited, .signoff .signoff-inner .signoff-bd span a:focus, .signoff .signoff-inner .signoff-bd span a:hover {
	position: relative;
	font-size: 13px;
	color: #ffffff;
}
.signoff .signoff-inner .signoff-bd .legal {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	top: -0.142rem;
	width: 100%;
	text-align: center;
}
.signoff .signoff-inner .signoff-bd .legal li {
	width: auto;
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative;
	padding-left: 15px;
}
.signoff .signoff-inner .signoff-bd .legal li a, .signoff .signoff-inner .signoff-bd .legal li a:active, .signoff .signoff-inner .signoff-bd .legal li a:visited, .signoff .signoff-inner .signoff-bd .legal li a:focus, .signoff .signoff-inner .signoff-bd .legal li a:hover {
	position: relative;
	font-size: 13px;
	color: #ffffff;
}
.signoff .signoff-inner .signoff-bd .legal li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #EF3910;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	margin-top: 0.100rem;
}
@media screen and (min-width: 992px) {
	.signoff .signoff-inner .signoff-bd span {
		margin-right: 10px;
		text-align: left;
		width: auto;
	}
	.signoff .signoff-inner .signoff-bd .legal {
		text-align: left;
		width: auto;
		float: left;
	}
}
/* FIN */

/* ------------------------------
Rich Text Editor
------------------------------ */

.rte h1, .rte h2, .rte h3, .rte h4 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	color: #1B1614;
}
.rte h1 strong, .rte h2 strong, .rte h3 strong, .rte h4 strong {
	font-weight: 700;
}
.rte h2 {
	font-size: 2rem;
	color: #1B1614;
	margin: 0 0 25px 0;
	line-height: 3rem;
}
.rte h3 {
	font-size: 1.5rem;
	color: #1B1614;
	margin: 0 0 30px 0;
	line-height: 3rem;
}
.rte h4 {
	font-size: 1rem;
	color: #1B1614;
	margin: 0 0 30px 0;
	line-height: 3rem;
}
.rte p strong {
	font-weight: bold;
}
.rte p.lead {
	font-size: 1.500em;
	margin: 0 0 20px 0;
	padding: 0;
}
.rte img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.rte ul.contact-methods.content-center {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.rte ul.contact-methods.content-center li {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	padding: 0;
}
.rte ul.contact-methods.content-center li::before {
	display: none;
}
.rte ul.contact-methods.content-center li i {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #EF3910;
	display: block;
	position: relative;
}
.rte ul.contact-methods.content-center li i img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.rte ul.contact-methods.content-center li span {
	font-size: 1rem;
	color: #1B1614;
	margin-left: 10px;
}
.rte ul.contact-methods.content-center li span a, .rte ul.contact-methods.content-center li span a:active, .rte ul.contact-methods.content-center li span a:visited, .rte ul.contact-methods.content-center li span a:focus, .rte ul.contact-methods.content-center li span a:hover {
	font-size: 0.9rem;
	color: #1B1614;
	outline: none;
	text-decoration: none;
	border: none;
}
@media screen and (min-width: 359px) {
	.rte ul.contact-methods.content-center li span a, .rte ul.contact-methods.content-center li span a:active, .rte ul.contact-methods.content-center li span a:visited, .rte ul.contact-methods.content-center li span a:focus, .rte ul.contact-methods.content-center li span a:hover {
		font-size: 1rem;
	}
}
.rte .article-hd {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.rte ul {
	width: 100%;
	padding: 0;
	margin: 20px 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
.rte ul li {
	width: 100%;
	float: left;
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
	position: relative;
}
.rte ul li:last-child {
	margin: 0;
}
.rte ul li a, .rte ul li a:active, .rte ul li a:visited, .rte ul li a:focus, .rte ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #1B1614;
}
.rte ul li:before {
	content: "";
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("/uploads/icon-list-item-accent.svg");
	background-size: contain;
	background-position: center;
}
.rte ol {
	float: left;
	width: 100%;
	padding: 0;
	margin: 20px 0;
	list-style-position: inside;
}
.rte ol li {
	width: 100%;
	float: left;
}
@media screen and (min-width: 768px) {
	.rte .article-hd {
		margin-bottom: 20px;
	}
	.rte ul {
		margin: 30px 0;
	}
}
/* ------------------------------
Main
------------------------------ */

/*# sourceMappingURL=main.css.map */

.passwordshow {
	font-size: 14px;
	margin-top: 5px;
}
.uts-mod-01 a {
	color: #EF3910;
	;
}
@media screen and (min-width: 991px) {
	.uts-mod-01.full-width.utility-screen {
		min-height: 860px!important;
	}
}
.uts-mod-01.full-width.utility-screen .utility-screen-inner .column .utility-screen-inner-content-primary {
	align-self: center;
	display: flex;
}
.uts-mod-01.full-width.utility-screen form.default-form .filter-group, .uts-mod-01.full-width.utility-screen form.default-form .form-group {
	margin-bottom: 20px;
}
.internal .uts-mod-02.full-width.utility-screen .utility-screen-inner .column .actions-top {
	top: 0;
	left: 0;
	padding: 20px 20px 24px 20px;
	background: #1b1614;
	width: 100%;
}
.internal .uts-mod-02.full-width.utility-screen .utility-screen-inner .column .utility-screen-inner-content-primary {
	display: flex;
}
.internal .uts-mod-02.full-width.utility-screen .utility-screen-inner .column .utility-screen-inner-content-primary form.form-large {
	align-self: center
}
.internal .uts-mod-02.full-width.utility-screen .terms {
	margin: 30px 0 0 0;
}
.internal .uts-mod-02.full-width.utility-screen .terms a {
	color: #EF3910;
}
.internal .uts-mod-02.full-width.utility-screen .utility-screen-inner .column .utility-screen-inner-content-primary form .form-hd {
	margin-bottom: 0px;
	margin-top: 30px;
}
@media screen and (min-width: 768px) {
	.internal .uts-mod-02.full-width.utility-screen .utility-screen-inner .column .utility-screen-inner-content-primary form .form-hd {
		margin-bottom: 30px;
		margin-top: 120px;
	}
}
.uts-mod-02.full-width.utility-screen .utility-screen-inner .column .login-custom .utility-screen-inner-content-primary form.form-large {
	max-width: 100%;
	text-align: center;
}
.uts-mod-02.full-width.utility-screen .utility-screen-inner .column .login-custom .utility-screen-inner-content-primary form.default-form .form-group label {
	margin-top: 30px;
}
.uts-mod-02.full-width.utility-screen .utility-screen-inner .column .login-custom .utility-screen-inner-content-primary form .actions p {
	font-size: 15px;
}
.uts-mod-02.full-width.utility-screen .utility-screen-inner .column .login-custom .utility-screen-inner-content-primary form .actions p a {
	color: #EF3910;
}
#account_login .form-hd {
	margin-bottom: 0px;
	margin-top: 30px;
}
@media screen and (min-width: 768px) {
	#account_login .form-hd {
		margin-bottom: 30px;
		margin-top: 120px;
	}
}
#account_login .primary-contact-form-wrapper .primary-contact-form form.form-large ul.form-list li {
	width: 100%;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
#account_login form p.show-password {
	font-size: 0.7em;
	float: right;
	font-weight: normal;
	margin-top: 5px;
}
#account_login .primary-contact-form-wrapper .primary-contact-form form .action {
	margin: 0;
}
/* Job Filter button */

.filter-btn {
	background: #1B1614;
	color: #fff;
	padding: 10px;
	display: block;
	margin: 0 0 20px 0;
}
@media screen and (min-width: 991px) {
	.filter-btn {
		display: none;
	}
}
.filter-btn span {
	font-size: 18px;
}
.filter-btn i {
	float: right;
	width: 20px;
	height: 20px;
}
/*======================================
  Selectric
======================================*/

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}
.selectric-responsive {
	width: 100%;
}
.selectric {
	border: 2px solid #F0F0F0;
	background: #F8F8F8;
	position: relative;
	border-radius: 0;
}
.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 30px 0 0;
	padding: 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	color: #888;
	min-height: 18px;
}
.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: 42px;
	color: #BBB;
	text-align: center;
	font: 0/0 a;
	/* IE Fix */
	*font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #BBB;
	border-bottom: none;
}
.selectric-focus .selectric {
	border-color: #AAA;
}
.selectric-hover .selectric {
	border-color: #CCC;
}
.selectric-hover .selectric .button {
	color: #888;
}
.selectric-hover .selectric .button:after {
	border-top-color: #888;
}
.selectric-open {
	z-index: 9999;
}
.selectric-open .selectric {
	border-color: #CCC;
	background: #F0F0F0;
	border-bottom-width: 0;
	padding-bottom: 2px;
}
.selectric-open .selectric-items {
	display: block;
}
.selectric-open.selectric-above .selectric {
	border-top-width: 0;
	border-bottom-width: 2px;
}
.selectric-open.selectric-above .selectric-items {
	border-bottom-width: 0;
	border-top-width: 2px;
}
.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectric-hide-select select {
	position: absolute;
	left: -100%;
}
.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}
.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}
.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
/* Items box */

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F0F0F0;
	border: 0px solid #CCC;
	border-top-width: 0;
	z-index: -1;
	padding: 0;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	overflow: hidden;
}
.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}
.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}
.filter-team ul.filter-team-list li .form-group .selectric span.label {
	line-height: 1;
}
.selectric-items ul, .selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}
.selectric-items li {
	display: block;
	padding: 10px 20px;
	color: #666;
	cursor: pointer;
}
.selectric-items li.highlighted {
	background: #D0D0D0;
	color: #444;
}
.selectric-items li.selected {
	background: #DDD;
	color: #444;
}
.selectric-items li:hover {
	background: #FEFEFE;
	color: #444;
}
.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}
.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}
.selectric-items .selectric-group li {
	padding-left: 25px;
}
.selectric-wrapper.selectric-custom-select.selectric-below.selectric-open .selectric {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.latest-jobs .rollback-message {
	text-align: center;
	color: #fff;
}
.item.bg-gradient, .item.bg-secondary {
	padding: 10%;
}
.item.bg-gradient .img.full-bg {
	opacity: 1;
}
.item.bg-secondary .img.full-bg {
	opacity: 1;
}
.panel-padding.bg-light.grey-curve-primary-before.overflow-visible.curve-margin-top {
	padding: 30px 0 60px 0;
}
.filter-team ul.filter-team-list li {
	margin-right: 15px;
}
.filter-team ul.filter-team-list li:last-child {
	margin-right: 0;
}
.loading, .loader {
	padding: 1rem;
	text-align: center;
}
.loader img {
	margin: auto;
	height: 48px;
	width: 48px;
}
.loading-spinner {
	-webkit-animation: spinner .7s linear infinite;
	animation: spinner .7s linear infinite;
	border: 8px solid #000;
	border-radius: 50%;
	border-top: 8px solid #fff;
	display: inline-block;
	height: 78px;
	margin: auto;
	width: 78px;
}
@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.loading-text {
	color: #000;
	font-size: 22px;
	margin-top: 0.5em;
	font-weight: bold;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	background: #EF3910;
	z-index: 99999;
	padding: 10px;
	color: white;
	width: 100%;
}
.cookie-banner .btn {
	margin-left: 10px;
}
.cookie-banner p {
	color: white;
	font-size: 14px;
	font-size: 0.875rem;
}
.cookie-banner .inline-link {
	margin: 0 0 10px 0;
	display: inline-block;
}
.cookie-banner #JS-AcceptCookie {
	background: #000;
}
.cookie-banner #JS-AcceptCookie span {
	background: #fff;
}
.cookie-banner .inline-link {
	color: #fff;
}
.cookie-banner .btn span {
	background: none!important;
	color: #fff;
}
.alternating-items-list.offices li {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
@media screen and (min-width: 767px) {
	.alternating-items-list.offices li {
		float: left;
		width: 48%;
		margin: 0 1%;
	}
}
.alternating-items-list.offices li:nth-child(even) .content-img, .alternating-items-list.offices li:nth-child(odd) .content-img {
	left: 0;
	right: 0;
	width: 100%;
	margin-bottom: 30px;
}
.alternating-items-list.offices li:nth-child(even) .content-bd, .alternating-items-list.offices li:nth-child(odd) .content-bd {
	left: 0;
	right: 0;
	width: 100%;
}
.alternating-items-list.offices li .item .content-bd .primary-contact-details-list li {
	width: 100%;
}
.team-collage .medheading {
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	top: 45%;
	left: 48.5%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 10px);
	text-align: center;
}
.team-collage .smallheading {
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	top: 40%;
	left: 48.5%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 10px);
	text-align: center;
}
#account_register {
	margin-top: 30px;
}
@media screen and (min-width: 767px) {
	#account_register {
		margin-top: 180px;
	}
}
.uts-mod-02.full-width.utility-screen .utility-screen-inner .column #account_register .utility-screen-inner-content-primary form.form-large {
	text-align: left;
}
.downloads-list a {
	height: 100%;
}
.downloads-list a .high-full {
	height: 100%;
}
.rte.overrides ul li:before {
	content: "";
	position: relative;
	top: 0.2rem;
	left: -5px;
	width: 20px;
	height: 20px;
	background: url(/uploads/icon-list-item-accent.svg);
	background-size: contain;
	background-position: center;
	display: inline-block;
}

.extra-padding{
    padding:130px 0;
}

.back-link{
        float: right;
    text-align: revert;
    position: relative;
    width: auto;
    display: inline-block;
    padding: 10px 0;
}



 .case-details{}
    .case-details header.header-secondary h1{
        font-weight: 500;
        font-size: 3.75rem;
    }
    .case-details header.header-secondary h3{
        color:#fff;
        font-weight: 300;
        font-size: 1.5rem;
    }
    .case-details header.header-secondary h3 strong{
        color:#fff;
        font-weight: 300;
        font-size: 1.5rem;
    }
    .case-details header.header-secondary p{
        color:#fff;
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 1.3;
    }
    .intro-statement{
        text-align: center;
        padding:60px 0;
        float:left;
        width:100%;
        
    }
    .intro-statement .lrg-statement p{
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 1.3;
    }
    .blockquote{
        float:left;
        width:100%; 
        margin:0;
    }
    .blockquote blockquote{
        margin:0;
    }
    .rich-text-editor{
        float:left;
        width:100%; 
        padding:60px 0;
    }
    .split-content{
        float:left;
        width:100%;
        padding:0 0 60px 0; 
    }
    .rich-text-editor .rte h1, .split-content .rte h1{
        font-weight: 600;
        font-size: 2.6rem;
        line-height: 1.3;
        margin:0px 0 30px 0;
        -webkit-font-smoothing: antialiased; 
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
    }
    .rich-text-editor .rte h2, .split-content .rte h2{
        font-weight: 600;
        font-size: 2.35rem;
        line-height: 1.3;
        margin:0px 0 30px 0;
        -webkit-font-smoothing: antialiased; 
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
    }
    .rich-text-editor .rte h3, .split-content .rte h3{
        font-weight: 600;
        font-size: 1.75rem;
        line-height: 1.3;
        margin:0px 0 30px 0;
        -webkit-font-smoothing: antialiased; 
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
    }
    .rich-text-editor .rte h4, .split-content .rte h4{
        font-weight: 600;
        font-size: 1.65rem;
        line-height: 1.3;
        margin:0px 0 30px 0;
        -webkit-font-smoothing: antialiased; 
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
    }
    .rich-text-editor .rte h5, .split-content .rte h5{
        font-weight: 600;
        font-size: 1.55rem;
        line-height: 1.3;
        margin:0px 0 30px 0;
        -webkit-font-smoothing: antialiased; 
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
    }
    .rich-text-editor .rte h6, .split-content .rte h6{
        font-weight: 600;
        font-size: 1.45rem;
        line-height: 1.3;
        margin:0px 0 30px 0;
        -webkit-font-smoothing: antialiased; 
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
    }
    .rich-text-editor .rte p, .split-content .rte p{
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.4;
        margin:0px 0 15px 0;
    }
    .rich-text-editor .rte p + h1, .rich-text-editor .rte p + h2, .rich-text-editor .rte p + h3, .rich-text-editor .rte p + h4, .rich-text-editor .rte p + h5, .rich-text-editor .rte p + h5, 
    .split-content .rte p + h1, .split-content .rte p + h2, .split-content .rte p + h3, .split-content .rte p + h4, .split-content .rte p + h5, .split-content .rte p + h6{
        margin:30px 0 30px 0;
    }
    .rich-text-editor .rte ul, .split-content .rte ul{
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.4;
        margin:0 0 15px 0;
    }
    .rich-text-editor .rte ul li, .split-content .rte ul li{
        padding-left: 50px;
    }
    .rich-text-editor .rte ul li:before, .split-content .rte ul li:before{
        background:url(/uploads/sacco-bm-logo.svg);
    }

    .split-content h2.heading{
        font-weight: 600;
        font-size: 2.35rem;
        line-height: 1.3;
        margin:0px 0 30px 0;
        -webkit-font-smoothing: antialiased; 
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
    }

    .quote .quote-inner .quote-bd{
        padding:8% 60px 10% 60px;
    }
    .quote .quote-inner .quote-bd .quote-bd-inner h2{
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .quote-box{
        padding-bottom: 100px;
        width: 100%;
        float:left;
    }
    .quote-box .full-width-quote{
        background-color: #0B2027;
        border-radius: 8px;
        padding:30px 50px 0px 50px;
        /* margin-bottom: -50px; */
    }
    .quote-box .full-width-quote p{
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .quote-box .full-width-quote .icon-quote-orange {
    background-image: url(/uploads/icon-quote-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.quote-box .full-width-quote .full-width-quote-inner .company-logo{
    margin-top: 0px;
    bottom: -50px;
}

.quote-box .full-width-quote .full-width-quote-inner .company-logo img {
    position: relative;
    left: 0%;
    top: 0%;
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(-0%, 0%);
     max-width: 100px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}