/* Extended CSS Styles */

/* Text */

body, p {
	font-family: "Helvetica", sans-serif;
	font-weight: 300;
	font-style: normal;
  font-optical-sizing: auto;
	color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "utopia-std", serif;
  font-optical-sizing: auto;
  font-weight: 600;
	font-style: normal;
	color: #000;
}

body, p {
	font-size: 1.125rem;
	line-height: calc(1em + 0.7rem);
}

h1 {
	font-weight: 900;
  font-size: 3.6rem;
	margin: 0;
	line-height: calc(1em + .5rem);
}

h2 {
	font-weight: 900;
  font-size: 3.75rem;
	margin: 0;
	line-height: calc(1em + .5rem);
}

h2.increase {
	font-size: 3.75rem;
}

h3 {
	font-weight: 900;
	font-size: 1.5rem;
	line-height: calc(1em + .5rem);
	margin: 0;
}

h3.increase {
	font-size: 3.75rem;
}

h4 {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: calc(1em + .5rem);
	margin: 0;
}

h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: calc(1em + .5rem);
	margin: 0;
}

h6 {
	font-weight: 700;
	font-size: 14px;
	line-height: calc(1em + .5rem);
	margin: 0;
}

.accent {
	color: #FF8200;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

a {
	color: #2B495D;
}

a:hover,
a:focus {
	color: #FF8200!important;
}

a:focus,
button:focus,
.slick-slide:focus {
	outline: none;
	cursor: pointer;
}

table {
	table-layout: fixed;
}

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

a.back {
	color: #FF8200;
	font-weight: 700;
	float: left;
	width: 100%;
}

ul.two {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* Animation */

@keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-100%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-100%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-100%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}

/* Layout */

body {
	background: #FFFFFF;
	overflow-x: hidden;
}

.grid-container {
	max-width: 85rem;
}

.section-container {
	float: left;
	width: 100%;
	padding-top: 135px;
}

.section {
	float: left;
	width: 100%;
	padding: 20px 0;
	position: relative;
}

.section.no-padding {
	padding: 0;
}

.section.increase {
	padding: 100px 0;
}

.centralise-content {
	display: flex;
  justify-content: center;
  align-items: center;
}

.centralise-content.flex-start {
	justify-content: flex-start;
}

.centralise-content.flex-end {
	justify-content: flex-end;
}

.vertical-content {
	align-items: center;
	display: flex;
	height: 100%;
}

.section-heading,
.section-intro {
	float: left;
	width: 100%;
	margin-bottom: 60px;
	position: relative;
	color: #003E50;
}

.section-heading.decrease {
	font-size: 2rem;
	margin-bottom: 20px;
}

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

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

.align-center {
	display: table;
	margin: auto;
}

.banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.banner-overlay.dark {
	background: #003E50;
  opacity: 0.6;
}

.banner-overlay.blue {
	background: #003E50 0% 0%;
	opacity: 0.88;
}

.banner-overlay.blue::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2024/06/overlayblue-graphic.png');
	width: 100%;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  height: 120px;
}

.banner-overlay.light {
	background: rgba(255, 255, 255, 0.95);
}

.z-index {
	position: relative;
	z-index: 1;
}

.divide {
	float: left;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 40px 0;
}

.blockbg-dark {
	float: left;
	width: 100%;
	background-color: #003E50;
	border-radius: 40px;
	padding: 70px 100px;
	background-image: url('/wp-content/uploads/2024/11/darkbg-overlay.png');
	background-size: cover;
	background-position: center;
	box-shadow: 0px 3px 6px #00000055;
}

.blockbg-grey {
	float: left;
	width: 100%;
	background-color: #F1F1F1;
	border-radius: 40px;
	padding: 70px 100px;
	box-shadow: 0px 3px 6px #00000029;
}

.content ul {
	float: left;
	list-style: none;
	margin-left: 32px;
}

.content ul > li {
	float: left;
	width: 100%;
}

.content ul > li::before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 40px;
  background-image: url('/wp-content/uploads/2024/12/iconmonstr-checkbox-20.svg');
  background-size: 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-left: -40px;
}

/* Slick (Global) */

.slick-arrow {
	background: #FFFFFF;
	height: 60px;
	width: 60px;
	color: #FF8200;
	margin: 0 10px;
	font-size: 24px;
}

.slick-arrow.slick-disabled {
	display: none!important;
}

/* Breadcrumbs */

.breadcrumbs {
	float: left;
	width: 100%;
	margin: 0;
}

.breadcrumbs #breadcrumbs {
	border-bottom: 1px solid #FF8200;
	padding: 20px 0 10px 0;
	margin: 0;
}

.breadcrumbs #breadcrumbs span, 
.breadcrumbs #breadcrumbs span > a {
	color: #C4C4C4;
	font-weight: 500;
	font-size: 1rem;
}

/* Buttons & Links */

.button,
.button.primary,
.wpcf7-submit {
	background: #FF8200;
	color: #FFFFFF;
  text-align: center;
  padding: 15px 40px 15px 40px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 0.875rem;
  text-decoration: none;
  min-width: 240px;
}

.button.secondary {
	background: #FFFFFF;
	color: #FF8200;
}

.wpcf7-submit {
	border: none!important;
}

.button:hover,
.button.primary:hover,
.button.secondary:hover,
.button.tertiary:hover {
	background-color: #003E50;
	color: #FFFFFF!important;
}

.button.full {
	width: 100%;
	padding: 10px;
}

.button:focus,
.button.primary:focus,
.button.secondary:focus,
.button.tertiary:focus {
	background-color: #003E50;
	color: #FFFFFF!important;
}

.button-block .button {
	min-width: 240px;
}

/* Forms */

::placeholder {
  color: #003E50;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #003E50;
}

input[type=text],
input[type=email],
input[type=tel] {
	height: 50px;
	border-radius: 10px;
	padding-left: 20px;
	margin: 0;
}

textarea,
textarea[rows] {
	border-radius: 10px;
	height: 50px;
	min-height: 50px;
	padding-left: 20px;
	margin: 0;
}

select {
	height: 50px;
	border-radius: 10px;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	color: #cbcbcb;
	padding-left: 20px;
}

input[type="file"] {
	border: 1px solid #cacaca;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
}

.wpcf7-checkbox .wpcf7-list-item {
	width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
	font-weight: 900;
	color: #02B140;
	font-size: 18px;
}

.wpcf7-submit {
	float: right;
}

.wpcf7 .full {
	float: left;
	width: 100%;
}

.wpcf7 .half {
	float: left;
  width: 49%;
}

.wpcf7 .half.left {
	margin-right: 2%;
}

.wpcf7 form .wpcf7-response-output {
	float: left;
  width: 100%;
  color: #FFFFFF;
	border: none;
  background-color: #FF8200;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin: 20px 0;
}

.ebd_results {
	float: left;
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 10px;
	height: 50px;
  padding: 10px 0;
}

.ebd_results .ebd_link {
	display: table;
	margin: auto;
	font-weight: 900;
}

/* Header */

header.header {
	position: fixed;
  width: 100%;
  z-index: 100;
  transition: transform 0.4s;
}

.scroll-down header.header {
  transform: translate3d(0, -100%, 0);
}

.scroll-up header.header {
  transform: none;
  background: #003E50;
}

header .main-header {
	float: left;
	width: 100%;
	background-color: #003E50;
	padding: 20px 0;
}

header .main-header .add-underline {
	border-bottom: 1px solid #FF8200;
}

header #menu-header-main-navigation {
	float: right;
	position: inherit;
}

header #menu-header-main-navigation li {
	display: inline-block;
}

header #menu-header-main-navigation li.bold {
	font-weight: 700;
}

header #menu-header-main-navigation li.bold > a {
	color: #FF8200;
}

header #menu-header-main-navigation li.menu-item-has-children > a::after {
	font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f078";
  font-size: 10px;
  position: absolute;
  top: 15px;
  right: 0;
}

header #menu-header-main-navigation li.menu-item-has-children.down > a::after {
	content: "\f077";
}

header #menu-header-main-navigation li > a {
	font-size: 17px;
	line-height: 18px;
	text-align: left;
	padding: 0;
	color: #FFFFFF;
	position: relative;
	padding: 15px;
}

header #menu-header-main-navigation li.menu-item-has-children > a {
	padding-right: 25px;
}

header #menu-header-main-navigation li.down > a {
	color: #FF8200;
}

header #menu-header-main-navigation li > ul {
	position: absolute;
  top: 135px;
  left: 50%;
  background-color: rgba(0, 62, 80, 0.95);
  width: 100%;
  z-index: 20;
  padding: 20px 20px 80px 20px;
  text-align: left;
  visibility: hidden;
  min-width: 260px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

header #menu-header-main-navigation li.down > ul {
	visibility: visible;
}

header #menu-header-main-navigation li.split-submenu ul {
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

header #menu-header-main-navigation li.split-submenu > .sub-menu > li a {
	width: 80%;
}

.sub-menu {
	margin: 0;
}

.sub-menu::before {
	width: 0;
  height: 0;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #535948 transparent;
  border-style: solid;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: none;
  visibility: visible;
}

header #menu-header-main-navigation li > ul > li {
	margin: 0;
	width: 100%;
	max-width: 85rem;
}

header #menu-header-main-navigation li > ul > li a {
  float: left;
  width: 40%;
  border-bottom: 1px solid #707070;
}

header #menu-header-main-navigation li > ul > li:hover a {
	color: #FF8200;
	border-color: #FF8200;
}

header #menu-header-main-navigation li > ul > li:hover a::before {
	content: '';
	display: block;
	position: absolute;
  top: 20%;
  left: 0;
  width: 10px;
  height: 60%;
  background: #FF8200;
}

header #menu-header-main-navigation li .sub-menu li:last-child {
	border: none;
}

header .lower-header {
	float: left;
	width: 100%;
	background-color: #FF8200;
	box-shadow: 0px 3px 6px #00000029;
	padding: 10px 0;
}

header .lower-header ul { 
	float: right;
	list-style: none;
	margin: 0;
}

header .lower-header ul > li {
	display: inline-flex;
  padding-left: 20px;
  float: left;
}

header .lower-header ul > li.phone {
	padding-left: 0;
}

header .lower-header ul > li > a {
	float: left;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.875rem;
}

header .lower-header ul > li > a:hover,
header .lower-header ul > li > a:focus {
	color: #003E50!important;
}

header .lower-header ul > li > a > span {
	text-decoration: underline;
}

header .lower-header ul > li > a i.fa-phone-volume {
	margin-right: 10px;
	font-size: 18px;
  margin-top: 3px;
}

header .lower-header ul > li > ul.social > li {
	padding-left: 8px;
}

header .lower-header ul > li > ul.social > li a {
	width: 25px;
  height: 25px;
  display: block;
  font-size: 12px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

header .lower-header ul > li > ul.social > li a:hover {
	background: #FFFFFF;
	color: #FF8200!important;
}

/* Search */

.is-form-style button.is-search-submit,
.is-form-style.is-form-style-3 input.is-search-input {
	height: 26px;
	box-shadow: none;
}

.is-search-icon {
	height: 26px;
	padding-top: 1px!important;
}

/* Footer */

footer {
	float: left;
	width: 100%;
	background-color: #003E50;
	position: relative;
	margin-top: 30px;
}

footer .main-footer {
	padding: 40px 0;
}

footer .main-footer .middle {
	padding-bottom: 30px;
}

footer .main-footer .middle h4 {
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

footer .main-footer .middle h4 > a {
	color: #ffffff;
}

footer .main-footer .middle .menu {
	list-style: none;
	margin: 0;
}

footer .main-footer .middle .menu li {
	width: 100%;
}

footer .main-footer .middle .menu li a {
	padding: 0 0 10px 0;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
}

footer .main-footer .accreditations ul {
	margin: 0;
	list-style: none;
}

footer .main-footer .accreditations ul > li {
	display: inline-block;
	margin-right: 20px;
}

footer .main-footer .lower .menu li a {
	padding: 0 40px 0 0;
	color: #FFFFFF;
	font-size: 15px;
}

footer .main-footer .lower .tel p {
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
	margin: 0;
}

footer .main-footer .lower .tel p > a {
	color: #FFFFFF;
}

footer .main-footer .lower .social {
	margin-top: -10px;
}

footer .main-footer .lower .tel,
footer .main-footer .lower .social,
footer .main-footer .lower .menu {
	align-content: end;
}

footer .lower-footer {
	background-color: #FF8200;
	padding: 10px 0;
}

footer .lower-footer .copy {
	max-width: 55%;
  display: table;
  margin: auto!important;
}

footer .lower-footer .copy,
footer .lower-footer .copy a {
	margin: 0;
	color: #FFFFFF;
	font-size: 13px;
}

footer .lower-footer .copy a:hover {
	color: #003E50!important;
}

.reveal#hubspotModal {
	padding: 40px 40px 20px 40px;
}

.reveal#hubspotModal h3 {
	font-size: 2.75rem;
}

.reveal#hubspotModal h3,
.reveal#hubspotModal p {
	color: #003E50;
}

/* Social */

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

.social ul {
	list-style: none;
  margin: 0;
}

.social ul > li {
	display: inline-block;
	margin: 0 0 0 12px;
}

.social ul > li a {
	width: 25px;
  height: 25px;
  display: block;
  font-size: 12px;
  border: 2px solid #000000;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.social ul > li a:hover {
	background: #000000;
	color: #FFFFFF;
}

footer .social ul > li a {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

footer .social ul > li a:hover {
	background: #FFFFFF;
	color: #535948;
}

/* Fixed Content */

.fixed-content {
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 1;
}

.fixed-content ul {
	list-style: none;
	margin: 0;
}

.fixed-content ul > li {
	display: inline-block;
}

.fixed-content ul > li > a {
	color: #FFFFFF;
	font-weight: 700;
  font-size: 1rem;
  float: left;
  width: 100%;
  padding-left: 40px;
}

.fixed-content ul > li > a > span {
	text-transform: none;
  font-weight: 400;
  float: left;
  padding-top: 5px;
  font-size: 0.875rem;
}

.fixed-content ul > li > a:hover,
.fixed-content ul > li > a:focus {
	color: #FFFFFF!important;
}

.fixed-content ul > li.message {
	background-color: #FF8200;
	border-radius: 10px;
	padding: 20px;
	max-width: 260px;
	line-height: 1rem;
	position: relative;
}

.fixed-content ul > li.phone {
	background-color: #003E50;
	border-radius: 5px;
	padding: 15px 20px 15px 40px;
	max-width: 60px;
}

.fixed-content ul > li.message:hover {
	background-color: #003E50;
}

.fixed-content ul > li.message > a::before {
 	content: '';
 	background-image: url('/wp-content/uploads/2025/01/Icon.png');
	display: block;
  width: 40px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 1;
}

/* Home */

#global-hero {
	  position: relative;
    width: 100%;
    min-height: 520px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

#global-hero .hero-slick {
	display: none;
}

#global-hero .hero-slick .slick-prev {
	position: absolute;
	top: 30%;
	left: 0;
}

#global-hero .hero-slick .slick-next {
	position: absolute;
	top: 30%;
	right: 0;
}

#global-hero .hero--content {
	width: 100%;
  position: relative;
  z-index: 1;
}

#global-hero .hero--content .main-content::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -15px;
	height: 1px;
	background-color: #FFFFFF;
	width: 65%;
}

#global-hero .hero--content .main-content.has-buttons::after {
	bottom: 35px;
}

#global-hero .hero--content .content {
	padding-left: 60px;
}

.home #global-hero .hero--content .content-block {
	border-left: 0.5px solid #ff8200;
}

.home #global-hero .hero--content .content .banner-logo > img {
	padding-bottom: 40px;
}

#global-hero .hero--content .content h1 {
	margin-bottom: 20px;
	color: #ffffff;
}

.home #global-hero .hero--content .content h1 {
	margin: 0;
}

#global-hero .hero--content .content h4 {
	color: #ffffff;
	margin-bottom: 10px;
}

#global-hero .hero--content .content p {
	color: #ffffff;
}

#global-hero .hero--content .content p > a {
	color: #FF8200;
}

#global-hero .hero--content .content .banner-buttons {
	margin-top: 30px;
}

#global-hero .hero--content .content .banner-buttons .button {
	margin-right: 20px;
}

#global-hero .hero--content .content .meta p {
	font-size: 14px;
}

#global-hero .hero--content .logo-block {
	height: auto;
}

#global-hero .hero--content .logo img {
	padding-bottom: 60px;
}

.home #global-hero .hero--content .logo img {
	padding: 0;
}

.page-title {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.page-title h1 {
	color: #003E50;
}

/* Page Blocks */

#page-blocks {
	float: left;
	width: 100%;
	overflow: hidden;
	background: url('/wp-content/uploads/2024/11/Logo-Badge.png') bottom right no-repeat;
              /*url('/wp-content/uploads/2024/11/Logo-Badge.png') center left no-repeat;*/
	background-size: 500px;
}

#page-blocks #video {
	padding-bottom: 10px;
}

#page-blocks #video h2.section-heading {
	margin: 0 60px 60px;
}

#page-blocks #video .video-grid {
	padding: 0 50px;
}

#page-blocks #video .video-grid .single-video {
	background-color: #003E50;
	border-radius: 15px;
	margin-bottom: 30px;
	overflow: hidden;
}

#page-blocks #video .video-grid .single-video .content {
	float: left;
	width: 30%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	padding: 60px 20px;
}

#page-blocks #video .video-grid .single-video .content h3 {
	color: #FFFFFF;
}

#page-blocks #video .video-grid .single-video .open-modal > img {
	display: table;
	margin: auto
}

#page-blocks #video .video-grid .single-video .open-modal {
	position: relative;
}

#page-blocks #video .video-grid .single-video .open-modal > button {
	position: absolute;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}

#page-blocks #video .video-grid .single-video .open-modal > button > i {
	color: #FFFFFF;
	font-size: 40px;
}

.reveal-overlay .close-button {
	color: #FF8200;
}

/* Page Blocks */

#page-blocks #accreditations {
	padding: 0 80px;
}

#page-blocks #accreditations img {
	display: table;
	margin: auto;
}

#page-blocks .blockbg-dark h2.section-heading,
#page-blocks .blockbg-dark .section-introduction > h4 {
	color: #ffffff;
}

#page-blocks .blockbg-dark p {
	float: left;
	width: 100%;
	color: #ffffff;
}

#page-blocks .blockbg-dark p a {
	color: #FFFFFF;
}

#page-blocks #accordion h2.section-heading::after,
#page-blocks #full-text .content h2::after,
#page-blocks #latest-news h2.section-heading::after,
#page-blocks #icon-blocks h2.section-heading::after,
#page-blocks #info-blocks h3.section-heading::after,
#page-blocks #icon-blocks h2.decrease::after,
#page-blocks #contact .blockbg-dark h2.section-heading::after,
#page-blocks #image-text-side .blockbg-grey h3.section-heading::after,
#page-blocks #video h2.section-heading::after,
#page-blocks #privacy h3.section-heading::after,
#page-blocks #carousel-block h3.section-heading::after {
	content: '';
	background: #FF8200;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 40px;
  transition: width 0.5s ease;
  margin-bottom: 20px;
}

#page-blocks #full-text .content.text-center h2::after,
#page-blocks #icon-blocks .section-heading.text-center::after {
	display: table;
  margin: auto;
  float: none;
  position: relative;
  top: 20px;
}

#page-blocks #icon-blocks .section-heading.text-center {
	margin: 0;
}

#page-blocks #icon-blocks h2.section-heading.decrease::after {
	display: none;
}

.animate-heading::after {
}

#page-blocks .section:hover .section-heading::after {
	width: 360px!important;
	max-width: 100%!important;
}

#page-blocks #contact.alt h3 {
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: 400;
}

#page-blocks #contact.alt .contact-icons {
	margin-top: 40px;
}

#page-blocks #contact.alt .contact-icons p,
#page-blocks #contact.alt .contact-icons p > a {
	font-size: 1.125rem;
	color: #FFFFFF;
	font-weight: 700;
	margin-top: 20px;
}

#page-blocks #accordion .blockbg-dark {
	background-image: none;
}

#page-blocks #accordion .cropped {
	float: left;
  width: 100%;
  max-height: 480px;
  overflow: scroll;
}

#page-blocks #accordion .accordion {
	background: none;
}

#page-blocks #accordion .accordion-item {
	margin-bottom: 20px;
}

#page-blocks #accordion .accordion .accordion-item .accordion-title {
	position: relative;
	background: #DEDEDE;
  border-radius: 20px;
  padding: 10px 30px;
  width: 100%;
  border: none;
}

#page-blocks #accordion .accordion .accordion-item .accordion-title h4 {
	font-family: "Helvetica", sans-serif;
	color: #747474;
	font-size: 1.125rem;
	font-weight: 700;
}

#page-blocks #accordion .accordion .accordion-title::before {
	display: none;
}

#page-blocks #accordion .accordion .accordion-title::after {
	position: absolute;
  right: 30px;
  top: 10px;
  width: 25px;
  height: 25px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 15px;
  line-height: 25px;
  content: "\f0d7";
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 100%;
  text-align: center;
  color: #535353;
}

#page-blocks #accordion .accordion .accordion-item.is-active .accordion-title {
	margin: 0;
	border-radius: 20px 20px 0 0;
}

#page-blocks #accordion .accordion .accordion-item.is-active .accordion-title::after {
	color: #FF8200;
}

#page-blocks #accordion .blockbg-dark .accordion .accordion-item .accordion-title {
	background: #005A74;
}

#page-blocks #accordion .blockbg-dark .accordion .accordion-item .accordion-title h4 {
	color: #FFFFFF;
}

#page-blocks #accordion .accordion .accordion-item.is-active .accordion-title::after {
	content: "\f0d8";
}

#page-blocks #accordion .accordion .accordion-item .accordion-content {
	border: none;
	padding: 20px 30px 5px 30px;
  border-radius: 0 0 20px 20px;
}

#page-blocks #accordion .blockbg-dark .accordion .accordion-item .accordion-content .content > p {
	color: #000000;
	float: none;
}

#page-blocks #accordion .blockbg-dark .accordion .accordion-item .accordion-content .content > p a {
	color: #FF8200;
}

#page-blocks #full-text .blockbg-dark {
	background-image: none;
}

#page-blocks #full-text .content.split-text .section-introduction {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}

#page-blocks #full-text .content.split-text .section-introduction.switch {
	float: right;
	height: auto;
}

#page-blocks #full-text .content .wrap {
	padding: 0 60px;
}

#page-blocks #full-text .content.split-text .wrap {
	float: left;
	width: 50%;
}

#page-blocks #full-text .content .wrap img {	
		max-height: 460px;
		width: auto;
		display: table;
		margin: auto;
}

#page-blocks #full-text .content h2 {
	margin-bottom: 40px;
}

#page-blocks #full-text .content h2 > span {
	float: left;
	width: 100%;
}

#page-blocks #full-text .content h4 {
	margin-bottom: 10px;
}

#page-blocks #full-text .blockbg-dark .content ul > li,
#page-blocks #full-text .blockbg-dark .content ul > li > a {
	color: #FFFFFF;
}

#page-blocks #full-text .content .button {
	margin-top: 20px;
}

#page-blocks #full-text .content .wrap p > .button {
	margin-top: 0;
	position: relative;
	width: 90%;
}

#page-blocks #full-text .content .wrap p > .button::after {
	content: '';
  background-image: url(/wp-content/uploads/2024/12/iconmonstr-save-9.svg);
  background-size: 20px;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 10px;
  top: 13px;
}

#page-blocks #icon-blocks .section-heading {
	margin: 0 15px 60px;
}

#page-blocks #icon-blocks .section-intro {
	padding: 0 60px;
}

#page-blocks #icon-blocks .blocks {
	background-size: cover;
  background-position: center;
}

#page-blocks #icon-blocks .blocks.expand-grid {
	padding-top: 40px;
}

#page-blocks #icon-blocks .blocks.background {
	padding: 60px;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
}

#page-blocks #icon-blocks .blocks.background .banner-overlay.dark {
	opacity: 0.9;
}

@media screen and (min-width: 1024px) {

	#page-blocks #icon-blocks .icon-box {
		width: calc(33.33333% - 3.75rem);
		margin: 0 1.875rem 0 1.875rem;
	}

	#page-blocks #icon-blocks .icon-box.grid {
		margin: 0 1.875rem 3.75rem 1.875rem;
	}

	#page-blocks #icon-blocks .icon-box.expand {
		width: 28%;
    float: left;
    margin: 0 1.875rem 60px 1.875rem;
	}

	#page-blocks #icon-blocks .icon-box.expand.list {
    margin: 0 1.875rem 30px 1.875rem;
	}

	#page-blocks #icon-blocks .icon-box.grid.four {
		margin: 3.75rem 1.875rem 0 1.875rem;
		width: calc(25% - 3.75rem);
	}

	#page-blocks #icon-blocks .icon-box.grid.two {
		margin: 3.75rem 1.875rem 0 1.875rem;
		width: calc(50% - 3.75rem);
	}

	#page-blocks #icon-blocks .blocks.plain .icon-box {
		margin: 0 1.875rem 0 1.875rem;
	}

	#page-blocks #icon-blocks .icon-box.include-contact {
		width: calc(66.66667% - 3.75rem);
	}

	#page-blocks #team .team-member {
		margin: 0 40px 100px 40px;
    width: calc(33.33333% - 80px);
	}

}

#page-blocks #icon-blocks .icon-box {
	padding: 30px 50px;
}

#page-blocks #icon-blocks .icon-box.grid,
#page-blocks #icon-blocks .icon-box.expand {
	box-shadow: 0px 3px 6px #0000006B;
	border-radius: 15px;
}

#page-blocks #icon-blocks .icon-box.list.expand {
	box-shadow: none;
	border-radius: 0;
}

#page-blocks #icon-blocks .icon-box.grid.four,
#page-blocks #icon-blocks .icon-box.expand {
	position: relative;
	padding: 30px 20px;
}

#page-blocks #icon-blocks .blocks.white .icon-box {
	background-color: #FFFFFF;
}

#page-blocks #icon-blocks .blocks.grey .icon-box {
	background-color: #F1F1F1;
}

#page-blocks #icon-blocks .blocks.plain .icon-box {
	background: none;
	box-shadow: none;
	padding: 0 50px;
}

#page-blocks #icon-blocks .blocks.background .icon-box {
	box-shadow: none;
	padding: 30px;
	margin-bottom: 0;
	z-index: 1;
}

#page-blocks #icon-blocks .icon-box.include-contact {
	padding: 0;
	box-shadow: none;
}

#page-blocks #icon-blocks .icon-box.include-contact .blockbg-dark {
	height: 100%;
	border-radius: 15px;
}

#page-blocks #icon-blocks .icon-box.include-contact .blockbg-dark > p {
	margin-bottom: 40px;
}

#page-blocks #icon-blocks .blocks.expand-grid .icon-box.include-contact {
	float: right;
}

#page-blocks #icon-blocks .blocks.expand-grid .icon-box.include-contact.custom {
	margin-bottom: 0;
}

#page-blocks #icon-blocks .blocks.expand-grid .icon-box.include-contact.custom .blockbg-dark {
	padding: 60px;
}

#page-blocks #icon-blocks .blocks.expand-grid .icon-box.include-contact.custom h2.section-heading {
	margin: 0;
}

#page-blocks #icon-blocks .blocks.expand-grid .icon-box.include-contact.custom h2.section-heading::after {
	display: none;
}

#page-blocks #icon-blocks .icon-box.include-contact.custom ul {
	color: #FFFFFF;
	margin: 0 0 0 32px;
}

#page-blocks #icon-blocks .icon-box.grid .image-container {
	display: table;
	margin: auto;
}

#page-blocks #icon-blocks .icon-box.grid.four .image-container,
#page-blocks #icon-blocks .icon-box.expand .image-container {
	position: absolute;
  right: -40px;
  top: -40px;
}

#page-blocks #icon-blocks .icon-box.list .image-container {
	float: left;
	width: 40%;
}

#page-blocks #icon-blocks .icon-box.list.expand .image-container {
	position: relative;
	top: 0;
	left: 0;
}

#page-blocks #icon-blocks .icon-box.grid .content {
	padding-top: 20px;
}

#page-blocks #icon-blocks .icon-box.list .content {
	float: left;
	width: 60%;
	min-height: 120px;
}

#page-blocks #icon-blocks .icon-box.list .content h3 {
	font-weight: 400;
}

#page-blocks #icon-blocks .icon-box.grid .content h3 > span,
#page-blocks #icon-blocks .icon-box.expand .content h3 > span {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#page-blocks #icon-blocks .icon-box.grid .content h3::after,
#page-blocks #icon-blocks .icon-box.expand .content h3::after  {
	content: '';
	border: 1px solid #FF8200;
  width: 15%;
  display: table;
  margin: 0 auto 20px auto;
}

#page-blocks #icon-blocks .icon-box.expand.list .content h3::after {
	display: none;
}

#page-blocks #icon-blocks .icon-box.expand .content > p {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-in;
}

#page-blocks #icon-blocks .icon-box.expand:hover > .content > p {
	max-height: 200px;
}

#page-blocks #icon-blocks .icon-box.list.expand .expanding-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-in;
	float: left;
	width: 100%;
}

#page-blocks #icon-blocks .icon-box.list.expand:hover > .expanding-content {
	max-height: 100%;
}

#page-blocks #icon-blocks .blocks.background .icon-box .content h3,
#page-blocks #icon-blocks .blocks.background .icon-box .content p {
	color: #FFFFFF;
}

#page-blocks #icon-blocks .blocks.background .icon-box .content h3::after {
	display: none;
}

#page-blocks #image-text-side .content-container .content {
	padding-right: 60px;
}

#page-blocks #image-text-side .content-container .content h3.section-heading {
	margin-bottom: 40px;
}

#page-blocks #image-text-side .content-container .content h3 {
	float: left;
  width: 100%;
  margin-bottom: 10px;
}

#page-blocks #image-text-side .content-container .content p {
	float: left;
	width: 100%;
}

#page-blocks #image-text-side .content-container .content ul  {
	float: left;
  margin: 0 0 20px 32px;
}

#page-blocks #image-text-side .content-container .content .button {
	margin-top: 10px;
}

#page-blocks #image-text-side .content-container .content .button.download {
	margin-bottom: 0;
	position: relative;
	width: 90%;
}

#page-blocks #image-text-side .content-container .content .button.download::after {
 	content: '';
  background-image: url(/wp-content/uploads/2024/12/iconmonstr-save-9.svg);
  background-size: 20px;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 10px;
  top: 13px;
}

#page-blocks #image-text-side .image-container {
	position: absolute;
	right: 0;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 0;
}

#page-blocks #image-text-side .image-container .image {
	border-radius: 20px;
	overflow: hidden;
}

#page-blocks #info-blocks .section-heading {
	margin: 0 80px 60px;
}

#page-blocks #info-blocks .info-scroll {
	float: left;
	width: 100%;
	padding: 0 50px;
}

#page-blocks #info-blocks .info-scroll .slick-list {
	overflow: visible;
}

#page-blocks #info-blocks .info-scroll .slick-arrow {
	position: absolute;
	top: 40%;
	background-color: #FF8200;
	color: #FFFFFF;
	z-index: 1;
	margin: 0 20px;
}

#page-blocks #info-blocks .info-scroll .slick-arrow.slick-prev {
	left: 0;
}

#page-blocks #info-blocks .info-scroll .slick-arrow.slick-next {
	right: 0;
}

#page-blocks #info-blocks .info-box {
	margin: 40px 30px 10px 30px;
	box-shadow: 0px 2px 3px #0000006c;
	border-radius: 15px;
	padding: 30px 50px;
	position: relative;
}

#page-blocks #info-blocks .info-box .icon {
	position: absolute;
  right: -40px;
  top: -40px;
  background-color: #003E50;
  border: 1px solid #707070;
  height: 80px;
  width: 80px;
  border-radius: 100%;
}

#page-blocks #info-blocks .info-box .text h3 {
	margin-bottom: 20px;
}

#page-blocks #info-blocks .info-box .text h3::after {
	content: '';
	border: 1px solid #FF8200;
  width: 25%;
  display: table;
  margin: 20px auto 0 auto;
}

#page-blocks #team .team-grid {
	padding: 30px 60px 0 0;
}

#page-blocks #team .team-member {
	position: relative;
  background-color: #F1F1F1;
  box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	padding: 30px 50px;
}

#page-blocks #team .team-member .icon {
	height: 130px;
  width: 130px;
  border-radius: 100%;
  position: absolute;
  top: -65px;
  right: -65px;
}

#page-blocks #team .team-member .image > img {
	max-width: 50%;
	display: table;
	margin: auto;
}

#page-blocks #team .team-member .details {
	float: left;
	width: 100%;
	padding: 30px 0;
}

#page-blocks #team .team-member .details h4 {
	min-height: 52px;
	margin-bottom: 20px;
}

#page-blocks #team .team-member .details p {
	font-size: 0.938rem;
}

#page-blocks #team .team-member .contact {
	float: left;
	width: 100%;
}

#page-blocks #team .team-member .contact .button {
	position: relative;
}

#page-blocks #team .team-member .contact .button > i {
	border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 5px;
  height: 26px;
  width: 26px;
  font-size: 13px;
  margin-right: 10px;
}

#page-blocks #team .team-member .contact .button > span {
	padding: 10px 0;
	font-size: 13px;
}

#page-blocks #downloads ul {
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
}

#page-blocks #downloads ul > li {
	float: left;
	width: 33.3%;
}

#page-blocks #downloads ul > li > .button {
	width: 90%;
	position: relative;
}

#page-blocks #downloads ul > li > .button::after {
	content:'';
	background-image: url('/wp-content/uploads/2024/12/iconmonstr-save-9.svg');
	background-size: 20px;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 10px;
  top: 13px;
}

#page-blocks #downloads .useful-links {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#page-blocks #downloads .useful-links > h3,
#page-blocks #downloads .useful-links ul > li > a {
	color: #FFFFFF;
}

#page-blocks #downloads .useful-links > h3 {
	margin-bottom: 20px;
	font-weight: 400;
}

#page-blocks #downloads .useful-links ul  {
	margin: 0 0 0 32px;
}

#page-blocks #downloads .useful-links ul > li {
	width: 100%;
}

#page-blocks #downloads .useful-links ul > li::before {
	content: '';
  display: inline-block;
  height: 25px;
  width: 40px;
  background-image: url(/wp-content/uploads/2024/12/iconmonstr-checkbox-20.svg);
  background-size: 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-left: -40px;
}

#page-blocks #vacancies .single-vacancy {
	margin-bottom: 40px;
	padding: 60px 80px 40px 80px;
}

#page-blocks #vacancies .single-vacancy ul {
	margin: 0;
	list-style: none;
}

#page-blocks #vacancies .single-vacancy ul > li {
	display: inline-block;
	width: 13%;
}

#page-blocks #vacancies .single-vacancy ul > li:first-child {
	width: 30%;
}

#page-blocks #vacancies .single-vacancy ul > li > p.accent {
	text-transform: uppercase;
}

#page-blocks #vacancies .single-vacancy .content .button {
	margin-top: 20px;
}

#page-blocks #carousel-block .blockbg-grey {
	padding: 70px 0 70px 100px;
}

#page-blocks #carousel-block .slick-slider {
	margin:0 -15px;
}

#page-blocks #carousel-block .slick-arrow {
	position: absolute;
	top: 40%;
	background-color: #FF8200;
	color: #FFFFFF;
	z-index: 1;
	margin: 0;
}

#page-blocks #carousel-block .slick-arrow.slick-prev {
	left: 14px;
}

#page-blocks #carousel-block .slick-arrow.slick-next {
	right: 14px;
}

#page-blocks #carousel-block .block {
	background-size: cover;
	background-position: center;
	margin-right:15px;
  margin-left:15px;
}

#page-blocks #carousel-block .block .overlay {
	height: 100%;
	display: block;
	position: relative;
}

#page-blocks #carousel-block .block .overlay h3 {
	position: absolute;
  bottom: 0;
  background-color: rgba(0, 62, 80, 0.9);
  width: 100%;
  padding: 10px 20px;
  color: #FFFFFF;
}

/*#page-blocks #carousel-block .block .overlay h3::after {
	font-family: "Font Awesome 6 Free";
  font-weight: 400;
 	content: "\f054";
  font-size: 21px;
  position: absolute;
  top: 10px;
  right: 20px;
}*/

/* Privacy */

#privacy ul.nav {
	list-style: none;
	margin: 0;
}

#privacy ul.nav > li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 130, 0, 0.25);;
}

#privacy ul.nav > li > a {
	font-family: "utopia-std", serif;
  font-weight: 600;
  color: #000;
}

#privacy .buttons {
	display: table;
	margin: 0 auto 5px auto;
	list-style: none;
}

#privacy .buttons > li {
	display: inline-block;
	margin: 0 10px;
}

#privacy .section {
	padding: 40px;
	margin-bottom: 40px;
}

#privacy .section:nth-child(2n) {
	background-color: #003E50;
}

#privacy .section h3.section-heading {
	margin-bottom: 40px;
}

#privacy .section h3,
#privacy .section p,
#privacy .section li,
#privacy .section a {
	color: #000;
}

#privacy .section:nth-child(2n) h3,
#privacy .section:nth-child(2n) p,
#privacy .section:nth-child(2n) li,
#privacy .section:nth-child(2n) a {
	color: #FFFFFF;
}

#privacy .section ul {
	list-style: none;
	margin-left: 30px;
}

#privacy .section li::before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 40px;
  background-image: url('/wp-content/uploads/2024/12/iconmonstr-checkbox-20.svg');
  background-size: 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-left: -40px;
}

/* News */

#news .post {
	padding: 0 15px;
}

#news .post .image {
	min-height: 265px;
	max-height: 265px;
	overflow: hidden;
	border-radius: 10px;
}

#news .post .image img {
	border-radius: 10px;
}

#news .post .post-content {
	padding: 20px 0 40px 0;
}

#news .post .post-content a.card-body-category,
#latest-news .post .post-content a.card-body-category {
  color: #FF8200;
  font-weight: 700;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

#news .post .post-content h4 {
	margin-bottom: 10px;
	min-height: 92px;
}

#news .pagination .nav-links {
	display: table;
	margin: auto;
}

#news .pagination .nav-links span,
#news .pagination .nav-links a {
	display: inline-block;
}

#news .pagination .current {
	background: #FF8200;
	border-radius: 5px;
}

/* Latest News */

#latest-news .section-heading {
	margin: 0 80px 60px;
}

#latest-news .latestnews-scroll {
	float: left;
	width: 100%;
	padding: 0 100px;
}

#latest-news .latestnews-scroll .slick-list {
	margin: 0 -40px;
}

#latest-news .latestnews-scroll .slick-slide {
	margin: 0 40px;
}

#latest-news .latestnews-scroll .slick-arrow {
	position: absolute;
	top: 30%;
	background: #FF8200;
  height: 60px;
  width: 60px;
  color: #FFFFFF;
  margin: 0 10px;
  font-size: 24px;
  z-index: 1;
}

#latest-news .latestnews-scroll .slick-arrow.slick-prev {
	left: 0;
}

#latest-news .latestnews-scroll .slick-arrow.slick-next {
	right: 0;
}

#latest-news .latestnews-scroll .post .blog-image {
	margin: 0 0 20px 0;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 3px 6px #00000029;
}

#latest-news .latestnews-scroll .post .blog-image img {
	transition: .3s;
}

#latest-news .latestnews-scroll .post:hover .blog-image img {
	transform: scale(1.1);
}

#latest-news .latestnews-scroll .post .post-content h3,
#latest-news .latestnews-scroll .post .post-content h4 {
	margin: 0 0 20px 0;
	min-height: 100px;
}

#latest-news .latestnews-scroll .post .post-content p {
	min-height: 130px;
	margin: 0 0 30px 0;
}

/* Contact */

.page-template-contact #global-hero {
	min-height: 400px;
}

.page-template-contact .padding-content {
	float: left;
	width: 100%;
	padding-left: 60px;
	border-left: 1px solid #707070;
}

.page-template-contact .inner-section {
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}

.page-template-contact .inner-section address {
	font-style: normal;
	font-weight: 900;
	padding-left: 60px;
}

.page-template-contact .inner-section ul.contact {
	list-style: none;
	margin: 0;
}

.page-template-contact .inner-section ul.contact > li {
	padding-bottom: 5px;
}

.page-template-contact .inner-section ul.contact > li > a {
	font-weight: 900;
}

.page-template-contact .inner-section ul.contact > li > span.icon {
	color: #FF8200;
	margin-right: 20px;
}

.page-template-contact .inner-section .social {
	margin-top: 20px;
}

.page-template-contact .inner-section .social p {
	float: left;
  font-weight: 900;
}

.page-template-contact .inner-section .social p::after {
	content: '';
	float: right;
  display: block;
  width: 150px;
  height: 1px;
  background-color: #707070;
  margin: 15px 20px;
}

.page-template-contact .inner-section .social ul {
	float: left;
}

.page-template-contact .inner-section .social ul > li {
	margin: 0 15px 0 0;
}

.page-template-contact .inner-section .social ul > li a {
	border-color: #FF8200;
	color: #FF8200;
}

.page-template-contact .inner-section .social ul > li a:hover {
	background-color: #FF8200;
	color: #FFFFFF!important;
}

/* Sidebar */

.sidebar-content {
	float: left;
  width: 100%;
  padding: 40px;
  background-color: #EAF5C9;
}

.sidebar-content .side-nav {
	margin-bottom: 40px;
}

.sidebar-content .side-nav h3 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.sidebar-content .side-nav > div {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.sidebar-content ul {
	list-style: none;
	margin: 0;
}

.sidebar-content ul li {
	padding: 10px 0;
	border-bottom: 1px solid #707070;
	width: 100%;
}

.sidebar-content ul li a {
	color: #000000;
	padding: 5px 0;
}

/* Blog */

.archive .post-categories,
.blog .post-categories {
	display: table;
  margin: auto;
  padding: 40px 0 0 40px;
}

.archive .post-categories > ul,
.blog .post-categories > ul {
	margin: 0;
	list-style: none;
}

.archive .post-categories > ul > li,
.blog .post-categories > ul > li {
	display: inline-block;
	text-align: center;
	min-width: 200px;
	margin: 0 10px 10px 10px;
	position: relative;
}

.archive .post-categories > ul > li::after,
.blog .post-categories > ul > li::after {
	content: '';
  display: block;
  position: absolute;
  top: 25%;
  right: -10px;
  height: 50%;
  width: 2px;
  background-color: #FF8200;
  opacity: 0.4;
}

.archive .post-categories > ul > li:last-child::after,
.blog .post-categories > ul > li:last-child::after {
	display: none;
}

.archive .post-categories > ul > li > a,
.blog .post-categories > ul > li > a {
  font-size: 1.063rem;
  font-family: "utopia-std", serif;
  font-weight: 600;
  background-color: #F1F1F1;
  border-radius: 3px;
  width: 100%;
  float: left;
  padding: 15px 30px;
  color: #000;
}

.archive .post-categories > ul > li:hover > a,
.archive .post-categories > ul > li > a:hover,
.blog .post-categories > ul > li:hover > a,
.blog .post-categories > ul > li > a:hover {
	background-color: #FF8200;
	color: #FFFFFF!important;
}

.blog #news .post .post-content p,
.category #news .post .post-content p {
	font-size: 1rem;
	min-height: 85px;
}

.blog #news .post .post-content h3,
.category #news .post .post-content h3 {
	margin-bottom: 20px;
}

.single-post .section {
	padding: 60px;
}

.single-post .section h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.single-post blockquote {
	background-color: #003e50;
  padding: 30px 30px 20px 30px;
  border: none;
}

.single-post blockquote > p,
.single-post blockquote > p a {
	color: #FFFFFF;
}

/* Search */

.search-results .post {
	margin: 0 0 40px 0;
}

.search-results .post .blog-image {
	margin: 0 0 20px 0;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 3px 6px #00000029;
	max-height: 230px;
}

.search-results .post .blog-image img {
	transition: .3s;
}

.search-results .post:hover .blog-image img {
	transform: scale(1.1);
}

.search-results .post .post-content h3 {
	margin: 0 0 20px 0;
	min-height: 100px;
}

.search-results .post .post-content p {
	min-height: 130px;
	margin: 0 0 30px 0;
}

/* 404 */

.error404 .page-title {
	display: none;
}

/* Page Specific */

.home #breadcrumbs {
	display: none;
}

.home #image-text-side {
	padding-top: 40px;
}

.page-id-4237 #page-blocks #icon-blocks .section-intro {
	margin-bottom: 0;
}

.page-id-4233 #page-blocks #icon-blocks .icon-box.grid.two {
	margin-top: 0;
}

.page-id-4227 #page-blocks #icon-blocks .icon-box.grid.two {
	margin-top: 0;
}

.page-id-4159 #page-blocks #icon-blocks .blocks.expand-grid {
	padding: 40px 80px 0 80px;
}

.page-id-4159 #page-blocks #icon-blocks .include-contact.custom .section-heading {
	margin: 0 0px 60px 0px;
}

.page-id-4223 #page-blocks #icon-blocks .blocks.white .icon-box {
	margin-bottom: 0;
}

.page-id-181 .blockbg-grey {
	padding: 70px 100px 40px 100px;
}

.page-id-174 #page-blocks #icon-blocks .section-heading.text-center {
	margin-bottom: 40px;
}


/* RESPONSIVE */

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 1400px) {

}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1024px) {

	.section-container {
		padding-top: 110px;
	}

}

@media screen and (max-width: 1023px) {

	#page-blocks {
		background: none;
	}

	h1, h2, h2.increase, h3.increase {
		font-size: 2.5rem;
	}

	ul.two {
		columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
	}

	.hamburger {
		z-index: 11;
    position: relative;
		float: right;
	}

	.hamburger-inner {
		background-color: #FF8200;
	}

	.hamburger-inner:after, 
	.hamburger-inner:before,
	.hamburger.is-active .hamburger-inner, 
	.hamburger.is-active .hamburger-inner:after, 
	.hamburger.is-active .hamburger-inner:before {
		background-color: #FFFFFF;
	}

	.header__nav {
		position: absolute;
    display: flex;
    flex-direction: column;
    right: -100%;
    top: 0;
    transition: .3s all;
   	visibility: hidden;
    z-index: 10;
    background-color: #003e50;
    height: 100vh;
    width: 400px;
    max-width: calc(100vw - 60px);
    padding-top: 80px;
	}

	.header__nav.mobile-nav-active {
		right: 0;
    visibility: visible;
	}

	.header__nav.mobile-nav-active ul.menu {
		display: list-item;
		padding: 0 20px;
	}

	.header__nav.mobile-nav-active ul.menu > li > a {
		color: #FFFFFF;
    padding: 15px;
   	border-bottom: 1px solid #707070;
	}

	.header__nav.mobile-nav-active ul.menu > li .sub-menu {
		list-style: none;
		padding: 10px 0;
		display: none;
	}

	.header__nav.mobile-nav-active ul.menu > li.down .sub-menu {
		display: block;
	}

	.header__nav.mobile-nav-active ul.menu > li .sub-menu > li > a {
		color: #FFFFFF;
	} 

	.section,
	#page-blocks #accreditations {
		padding: 20px 15px;
	}

	footer .main-footer {
		padding: 30px 0 0 0;
	}

	footer .main-footer .middle .menu li a {
		font-size: 1.125rem;
	}

	footer .main-footer .middle .menu-footer-mobile-container {
		padding-top: 30px;
	}

	.wpcf7-submit {
		display: table;
	  margin: auto;
	  float: none;
	}

	#global-hero {
		background-position: center right;
	}

	.home #global-hero .hero--content .content-block {
		border: none;
	}

	#global-hero .hero--content .content {
		padding: 0 15px;
	}

	.section-heading, .section-intro {
		margin-bottom: 40px;
	}

	.blockbg-dark,
	.blockbg-grey {
		float: left;
		width: auto;
		padding: 40px;
	}

	#image-text-side .blockbg-grey {
		padding: 0;
		overflow: hidden;
	}

	#page-blocks #carousel-block .blockbg-grey {
		padding: 40px;
		width: 100%;
	}

	#page-blocks #carousel-block .block {
		max-height: 300px;
	}

	#page-blocks #carousel-block .slick-arrow.slick-prev {
		display: none!important;
	}

	#page-blocks #carousel-block .slick-arrow.slick-next {
		right: 15px;
	}
 
	#image-text-side .blockbg-grey .content-container {
		padding: 30px;
	}

	#page-blocks #image-text-side .image-container {
		position: relative;
		width: 100%;
    margin: 0;
    border-radius: 0;
	}

	#page-blocks #image-text-side .content-container .content {
		padding: 0;
	}

	#page-blocks #info-blocks .section-heading {
		margin: 0 0 40px 5px;
	}

	#page-blocks #info-blocks .info-scroll {
		padding: 0;
	}

	#page-blocks #info-blocks .info-box {
		margin: 0 5px 10px 5px;
	}

	#page-blocks #info-blocks .info-box .icon {
		display: none;
	}

	#page-blocks #info-blocks .slick-arrow {
		position: absolute;
    top: 50%;
    background-color: #FF8200;
    color: #FFFFFF;
    z-index: 1;
	}

	#page-blocks #info-blocks .slick-arrow.slick-prev {
		left: -40px;
	}

	#page-blocks #info-blocks .slick-arrow.slick-next {
		right: -40px;
	}

	#page-blocks #info-blocks .info-scroll .slick-arrow.slick-next {
		margin: 0;
		right: -25px;
	}

	#page-blocks #info-blocks .info-scroll .slick-arrow.slick-prev {
		margin: 0;
		left: -25px;
	}

	#page-blocks #icon-blocks .section-heading {
		margin: 0 0 40px 0;
	}

	#page-blocks #icon-blocks .section-intro {
		padding: 0 0 30px 0;
	}

	#page-blocks #icon-blocks .blocks.background {
		padding: 40px;
	}

	#page-blocks #icon-blocks .blocks.background .icon-box {
		padding: 0;
		margin-bottom: 30px;
	}

	#page-blocks #icon-blocks .icon-box {
		padding: 15px 30px;
	}

	#page-blocks #icon-blocks .icon-box.grid,
	#page-blocks #icon-blocks .icon-box.expand {
		margin-bottom: 30px;
	}

	#page-blocks #icon-blocks .icon-box.grid.four .image-container {
		position: relative;
		top: 0;
		right: 0;
	}

	#page-blocks #icon-blocks .icon-box.expand .image-container {
		position: relative;
    top: 0;
    right: 0;
    display: table;
    margin: 0 auto 20px auto;
	}

	#page-blocks #icon-blocks .icon-box.list .content h3 {
		font-size: 1.125rem;
	}

	#page-blocks #image-text-side .content-container .content .button.download {
		width: 100%;
	}

	#page-blocks #full-text .content .wrap {
		padding: 0;
	}

	#page-blocks #full-text .content.split-text .section-introduction,
	#page-blocks #full-text .content.split-text .wrap {
		width: 100%;
	}

	#page-blocks #full-text .content.split-text .wrap {
		padding: 0;
	}

	#page-blocks #video .video-grid {
		padding: 0;
	}

	#page-blocks #video h2.section-heading {
		margin: 0 0 50px 0;
	}

	#page-blocks #video .video-grid .single-video .content {
		width: 50%;
	}

	#page-blocks #video .video-grid .single-video .open-modal > img {
		max-width: 60px;
	}

	#page-blocks #downloads ul > li,
	#page-blocks #downloads ul > li > .button {
		width: 100%;
	}

	#page-blocks #accordion .accordion .accordion-item .accordion-title {
		padding: 10px 55px 10px 15px;
	}

	.archive .post-categories, .blog .post-categories {
		padding: 20px 0;
	}

	.archive .post-categories > ul > li, .blog .post-categories > ul > li {
		min-width: auto;
	}

	.archive .post-categories > ul > li > a, .blog .post-categories > ul > li > a {
		padding: 10px 15px;
	}

	.single-post .section {
		padding: 40px 10px;
	}

	#page-blocks #team {
		padding: 20px 15px;
	}

	#page-blocks #team .team-grid {
		padding: 0;
	}

	#page-blocks #team .team-member {
		margin-bottom: 30px;
	}

	#page-blocks #team .team-member .icon {
		display: none;
	}

	#page-blocks #vacancies .single-vacancy {
		padding: 40px;
	}

	#page-blocks #vacancies .single-vacancy ul > li,
	#page-blocks #vacancies .single-vacancy ul > li:first-child {
		width: 100%;
	}

	#page-blocks #vacancies .single-vacancy ul > li h3 {
		margin-bottom: 15px;
	}

	#page-blocks #carousel-block .content {
		margin-bottom: 30px;
	}

	#latest-news .section-heading {
		margin: 0 0 40px 0;
	}

	#latest-news .latestnews-scroll {
		padding: 0;
	}

	#latest-news .latestnews-scroll .slick-arrow {
		top: 15%;
		margin: 0;
	}

	#privacy .buttons > li {
		margin: 0;
		width: 100%;
	}

	#privacy .buttons > li .button {
		width: 100%;
	}

	.reveal {
		height: auto;
    min-height: auto;
	}

	.reveal iframe {
		max-width: 100%;
	}

	.page-id-4159 #page-blocks #icon-blocks .section-heading {
		margin: 0 0 40px 0;
	}

	.page-id-4159 #page-blocks #icon-blocks .blocks.expand-grid {
		padding: 40px 0 0 0;
	}

	.page-id-4223 #page-blocks #icon-blocks .blocks.white .icon-box {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 768px) {

	footer .lower-footer .copy {
		max-width: 100%;
	}

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 460px) {

}