/*
Theme Name: Creatomatic WordPress Framework
Theme URI: https://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Client website theme
Author: Creatomatic Ltd
Author URI: https://www.creatomatic.co.uk
License URI: https://www.creatomatic.co.uk/terms-and-conditions/
Update URI: disabled
Version: 1.0.0

Colours being used:

*/


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Arial', sans-serif;
	color: #757575;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
	background: #FBFBFB;
}

h1, h2, h3, h4 {
	font-family: 'Roboto', 'Arial', sans-serif;
	margin: 0;
	font-weight: 300;
	color: #015DA5;
	line-height: 1.2;
}

img.responsive{
	border: 0;
	max-width: 100%;
	height: auto;
}

figure.is-resized img{
	max-width: 100%;
}

iframe{
	max-width: 100%;
}

iframe img{
	max-width: inherit;
}

#google-map img{
	max-width: inherit;
}

.clearer, .creatomatic-clearer {
	clear: both;
	height: 0;
}

*:focus {  
	outline: none;
}

a {
	color: #015DA5;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

::selection, ::-moz-selection  {
	background: #69bdd2;
	color: #fff;
}

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 1300px;
}


a.button-link,
.button-link,
a.wp-block-button__link,
.is-style-outline a.wp-block-button__link,
.contact-row button,
.wp-block-button__link:visited,
form.post-password-form input[type="submit"]{
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid #FFB703;
	background: #FFB703;
	color: #152849;
	padding: 13px 25px;
	text-align: center;
	cursor: pointer;
	margin: 10px 0;
	font-weight: 600;
	font-size: 14px;
	border-radius: 50px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
	line-height: 1;
}

@-moz-document url-prefix() {
  a.button-link,
  .button-link,
  a.wp-block-button__link,
  .is-style-outline a.wp-block-button__link,
  .contact-row button,
  .wp-block-button__link:visited,
  form.post-password-form input[type="submit"]{
	font-weight: 300;
  }
}

.is-style-outline a.wp-block-button__link{
	background: none;
	color: #000;
}

@-moz-document url-prefix() {
  .is-style-outline a.wp-block-button__link{
	  font-weight: 300;
  }
}

a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover,
form.post-password-form input[type="submit"]:hover{
	background: #152849;
	border: 2px solid #152849;
	color: #fff;
	cursor: pointer;
}

.is-style-outline a.wp-block-button__link:hover{
	color: #ccc;
}

a.social-icon{
	display: inline-block;
	color: #000;
	font-size: 24px;
	line-height: normal;
	text-align: center;
}

a.social-icon svg{
	width: 25px;
	height: auto;
}

a.social-icon svg path, a.social-icon svg circle{
	fill: #000;
}

.fixed-location-button.button-link {
	display: none;
}

.fixed-location-button.button-link i {
	display: none;
	
	font-size: 18px;
}

.short-content, .medium-content{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.medium-content{
	width: 800px;
}

.has-text-align-left.short-content, .has-text-align-left.medium-content{
	margin-left: 0;
}

.full-width{
	width: 100vw;
	position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.full-width .wp-block-cover__inner-container{
	width: 1260px;
	max-width: 100%;
}


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

.xxx-bg a{
	color: #fff;
}

.xxx-bg:before{
	background: #ccc;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: -1;
	content: '';
}

.wp-block-media-text.xxx-bg{
	background: #ccc;
}

.wp-block-media-text.xxx-bg:before{
	content: none;
}

.wp-block-embed .wp-block-embed__wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
.wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	position: relative;
	background: none;
	text-shadow: unset;
	color: #152849;
	font-weight: 600;
	font-size: 14px;
}




/* Heading */

.top-bar-banner {
	width: 100%;
	color: #fff;
	background: #152848;
	position: relative;
	z-index: 3000;
	/*min-height: 40px;*/
}

.top-bar-banner-inner {
	display: flex;
	padding: 5px 20px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	box-sizing: border-box;
	width: 100%;
}

.top-bar-banner-right ul {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 40px;
	justify-content: space-between;
}

.top-bar-banner-right ul li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.top-bar-banner-right ul li.login-link a i {
	margin-right: 5px;
}

.top-bar-banner-right ul li a {
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 14px;
	font-weight: 500;
}

.top-bar-banner-right ul li a:hover {
	color: #FFB703;
}

.top-bar-banner-right ul li ul.sub-menu {
	position: absolute;
	display: none;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	box-sizing: border-box;
	padding: 20px 20px;
	z-index: 3000;
	background: #152848;
	border-radius: 10px;
	text-align: left;
}

.top-bar-banner-right ul li ul.sub-menu li {
	display: block;
}

.top-bar-banner-right ul li ul.sub-menu li a {
	margin-bottom: 5px;
	display: block;
	width: fit-content;
}

.top-bar-banner-right ul li ul.sub-menu li:last-child a {
	margin-bottom: 0;
}

.top-bar{
	width: 100%;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	 position: fixed;
	z-index: 3000;
	left: 0;
	top: 0;
}

.top-bar.top-bar-scroll {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

.top-bar.top-bar-scroll.top-bar-mobile-menu-open,
.top-bar.top-bar-fixed.top-bar-mobile-menu-open {
	box-shadow: unset;
}

.top-bar.top-bar-fixed {
	position: sticky;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	background: #fff;
	left: unset;
	top: 0;
}

.top-bar-inner {
	padding: 0 20px;
}

.top-bar-top {
	display: flex;
	align-items: center;
	padding: 15px 0 5px;
	gap: 30px;
	position: relative;
	z-index: 2000;
}

.top-bar-top-logo {
	text-align: center;
	flex: 0 0 170px;
	justify-content: center;
	display: flex;
}

.top-bar-top-left {
	flex: 0 0 calc(50% - 115px);
	text-align: left;
}

.top-bar-top-right {
	flex: 0 0 calc(50% - 115px);
	text-align: right;
}

.top-bar-top-right .button-link {
	margin: 0;
}

.top-bar-top-left a.phone {
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 7px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.sub-menu-open .top-bar-top-left a.phone,
.top-bar.top-bar-fixed .top-bar-top-left a.phone,
.top-bar.top-bar-scroll .top-bar-top-left a.phone,
.top-bar.top-bar-mobile-menu-open .top-bar-top-left a.phone {
	color: #152848;
}

/*
.top-bar-top-left a.phone:hover {
	color: #FFB703;
}
*/

.top-bar-top-left a.phone i {
	font-weight: 400;
}

.top-bar-top-left a.phone span {
	font-weight: 600;
}

a.header-logo{
	width: 170px;
	max-width: 100%;
	display: flex;
	flex: 0 0 170px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.header-logo:hover {
	opacity: 0.7;
}

a.header-logo svg {
	width: 170px;
	height: auto;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.top-bar-scroll.top-bar a.header-logo {
	width: 120px;
	flex: 0 0 120px;
}

.top-bar-scroll.top-bar a.header-logo svg {
	width: 120px;
}

a.header-logo svg path {
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.sub-menu-open a.header-logo svg path#Path_123,
.sub-menu-open a.header-logo svg path#Path_112,
.sub-menu-open a.header-logo svg path#Path_113,
.sub-menu-open a.header-logo svg path#Path_114,
.sub-menu-open a.header-logo svg path#Path_115,
.sub-menu-open a.header-logo svg path#Path_116,
.top-bar.top-bar-fixed a.header-logo svg path#Path_123,
.top-bar.top-bar-fixed a.header-logo svg path#Path_112,
.top-bar.top-bar-fixed a.header-logo svg path#Path_113,
.top-bar.top-bar-fixed a.header-logo svg path#Path_114,
.top-bar.top-bar-fixed a.header-logo svg path#Path_115,
.top-bar.top-bar-fixed a.header-logo svg path#Path_116,
.top-bar.top-bar-scroll a.header-logo svg path#Path_123,
.top-bar.top-bar-scroll a.header-logo svg path#Path_112,
.top-bar.top-bar-scroll a.header-logo svg path#Path_113,
.top-bar.top-bar-scroll a.header-logo svg path#Path_114,
.top-bar.top-bar-scroll a.header-logo svg path#Path_115,
.top-bar.top-bar-scroll a.header-logo svg path#Path_116,
.top-bar.top-bar-mobile-menu-open a.header-logo svg path#Path_123,
.top-bar.top-bar-mobile-menu-open a.header-logo svg path#Path_112,
.top-bar.top-bar-mobile-menu-open a.header-logo svg path#Path_113,
.top-bar.top-bar-mobile-menu-open a.header-logo svg path#Path_114,
.top-bar.top-bar-mobile-menu-open a.header-logo svg path#Path_115,
.top-bar.top-bar-mobile-menu-open a.header-logo svg path#Path_116
 {
	fill: #283577;
}

.sub-menu-open a.header-logo svg path#Path_122,
.sub-menu-open a.header-logo svg path#Path_117,
.sub-menu-open a.header-logo svg path#Path_118,
.sub-menu-open a.header-logo svg path#Path_119,
.sub-menu-open a.header-logo svg path#Path_120,
.sub-menu-open a.header-logo svg g#Group_199 path,
.top-bar.top-bar-fixed a.header-logo svg path#Path_122,
.top-bar.top-bar-fixed a.header-logo svg path#Path_117,
.top-bar.top-bar-fixed a.header-logo svg path#Path_118,
.top-bar.top-bar-fixed a.header-logo svg path#Path_119,
.top-bar.top-bar-fixed a.header-logo svg path#Path_120,
.top-bar.top-bar-fixed a.header-logo svg g#Group_199 path,
.top-bar.top-bar-scroll a.header-logo svg path#Path_122,
.top-bar.top-bar-scroll a.header-logo svg path#Path_117,
.top-bar.top-bar-scroll a.header-logo svg path#Path_118,
.top-bar.top-bar-scroll a.header-logo svg path#Path_119,
.top-bar.top-bar-scroll a.header-logo svg path#Path_120,
.top-bar.top-bar-scroll a.header-logo svg g#Group_199 path,
.top-bar.top-bar-mobile-menu-open a.header-logo svg path#Path_122,
.top-bar.top-bar-mobile-menu-open a.header-logo svg path#Path_117,
.top-bar.top-bar-mobile-menu-open a.header-logo svg path#Path_118,
.top-bar.top-bar-mobile-menu-open a.header-logo svg path#Path_119,
.top-bar.top-bar-mobile-menu-open a.header-logo svg path#Path_120,
.top-bar.top-bar-mobile-menu-open a.header-logo svg g#Group_199 path {
	fill: #9BA3AB;
}




/* Navigation */

.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

.nav {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

.nav > div > ul {
	display: flex;
	align-items: center;
	gap: 10px 50px;
	justify-content: center;
	flex-wrap: wrap;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	display: inline-block;
	text-decoration: none;
}

/*.nav ul li.menu-item-has-children a{
	background: url(images/nav-dropdown.jpg) right center no-repeat;
	padding-right: 20px;
}

.nav ul li.menu-item-has-children ul li a,
.nav ul li ul li.menu-item-has-children ul li a{
	background: none;
	padding-right: 10px;
}

.nav ul li ul li.menu-item-has-children a{
	background: url(images/nav-dropdown-right.jpg) right center no-repeat;
	padding-right: 20px;
	background-position: 98% center;
}*/

.nav a {
	position: relative;
	padding: 10px 0px 10px 0px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	z-index: 2000;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.nav a:hover {
	color: #FFB703;
}

.sub-menu-open .nav a,
.top-bar.top-bar-fixed .nav a,
.top-bar.top-bar-scroll .nav a {
	color: #152848;
}

.sub-menu-open .nav a:hover,
.top-bar.top-bar-fixed .nav a:hover,
.top-bar.top-bar-scroll .nav a:hover {
	color: #005DA5;
}
.nav li.menu-item-has-children > a::after {
	content: '\f078';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -21px;
	font-size: 16px;
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.sub-menu-open .nav li.menu-item-has-children > a::after,
.top-bar.top-bar-fixed .nav li.menu-item-has-children > a::after,
.top-bar.top-bar-scroll .nav li.menu-item-has-children > a::after {
	color: #152848;
}

.sub-menu-open .nav li.menu-item-has-children.menu-item-active > a::after {
	transform: translateY(-50%) rotate(180deg);
}

.nav ul li ul li a:hover, .nav ul li ul li.current_page_item > a {
	color: #01B0C7;
}

.nav > div > ul.menu > li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	height: 2px;
	width: 0px;
	max-width: 100%;
	background: #01B0C7;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.nav > div > ul.menu > li.menu-item-active > a::before {
	width: 50px;
}

.nav .current_page_ancestor > a::before,
.nav > div > ul.menu > li.current_page_ancestor > a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	height: 2px;
	width: 50px;
	max-width: 100%;
	background: #01B0C7;
}

@-moz-document url-prefix() {
  .nav a {
	  font-weight: 300;
  }
}

/*
.nav ul li ul a:link, .nav ul li ul a:visited {
	display: block;
	text-decoration: none;
	padding: 10px;
} 
*/

.nav ul li ul {
	position: absolute;
	background: #fff;
	text-align: left;
	z-index: 1000; 
	margin: 0; 
	width: 100%;
	left: 0;
	top: 0;
	padding-top: 179px;
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1), all .5s cubic-bezier(0.77, 0, 0.175, 1);
	overflow: clip;
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	padding-right: calc(var(--widthB));
	padding-bottom: 30px;
	padding-left: calc(var(--widthB) - 90px);
	display: grid;
	box-sizing: border-box;
	grid-template-columns: calc(45% - 40px) calc(55% - 40px);
	gap: 80px;
	align-items: center;
} 

.nav ul li ul .sub-menu-right {
	display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	gap: 0px 20px;
}

.nav ul li ul.sub-menu-active {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.nav ul li ul li.link-description {
	background: #DFE2E6;
	padding: 0;
	border-radius: 15px;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
}

.nav ul li ul li.link-description a {
	padding: 40px 90px;
}

.nav ul li ul li.link-description a .menu-item-title {
	color: #005DA5;
	font-weight: 300;
	font-size: 24px;
}

.nav ul li ul li.link-description a p {
	font-size: 14px;
	color: #333333;
}

.nav ul li ul li.link-description a .button-link {
	font-weight: 400;
}

.nav ul li ul li.link-description a:hover .button-link {
	background: #152849;
	border: 2px solid #152849;
	color: #fff;
}

.nav ul li ul li {
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
}

.nav ul li ul li ul{
	top: 0;
	left: 200px;
	margin-left: 0;
}

.nav ul li ul li a{
	color: #152848;
	font-weight: 400;
	font-size: 16px;
}






/* Mobile Navigation */

.top-bar-top-right .mobile-login {
	display: none;
}

.mobile-nav-header {
	display: none;
	z-index: 50001;
	position: relative;
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.mobile-nav-header:hover {
	color: #FFB703;
}

.top-bar-scroll .mobile-nav-header,
.top-bar-fixed .mobile-nav-header,
.top-bar-mobile-menu-open .mobile-nav-header,
.top-bar-scroll .top-bar-top-right .mobile-login,
.top-bar-fixed .top-bar-top-right .mobile-login,
.top-bar-mobile-menu-open .top-bar-top-right .mobile-login {
	color: #152848;
}

.mobile-nav-header:hover{
	cursor: pointer;
}

.mobile-nav-header i{
	font-size: 26px;
	line-height: normal;
	text-align: center;
	padding: 10px 0 10px 10px;
}

.mobile-nav {
	display: none;
	width: 100%;
	max-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100dvh;
	z-index: 2999;
	overflow: hidden;
	background: #fff;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	box-sizing: border-box;
	padding-bottom: 126px;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1), all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-nav.mobile-nav-active {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}

.mobile-nav .button-link.find-button-link {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 400px;
	text-align: center;
	box-sizing: border-box;
	max-width: calc(100% - 40px);
	font-size: 16px;
	font-weight: 400;
}

.mobile-nav .button-link.find-button-link:hover {
	color: #fff;
}

.mobile-nav-inner::-webkit-scrollbar {
	display: none;
}

.mobile-nav-inner {
	width: 100%;
	padding: 0 20px;
	max-width: 600px;
	margin: auto;
	position: relative;
	box-sizing: border-box;
	height: 100%;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.mobile-nav-top {
	margin-bottom: 100px;
}

.mobile-nav .menu-main-container{

}

.mobile-nav ul {
	list-style: none;
	padding:0;
	margin:0;
}

.mobile-nav-top > div > ul {
	display: grid;
	grid-template-columns: 100%;
	gap: 20px;
}

.mobile-nav ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.mobile-nav ul li.login-link a i {
	margin-right: 5px;
}

.mobile-nav a {
	display: block;
	width: fit-content;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #152848;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

@-moz-document url-prefix() {
  .mobile-nav a {
	  font-weight: 300;
  }
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
	color: #015da5;
}

.mobile-nav li i{
	font-size: 20px;
	color: #152848;
}



.mobile-nav ul li ul li.mobile-nav-back{
	justify-content: flex-start;
}

.mobile-nav ul li ul li.mobile-nav-back a{
	padding-left: 0;
}

.mobile-nav ul li ul{
	display: none;
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	z-index: 200;
	width: 100%;
	overflow: scroll;
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}

.mobile-nav ul li ul li {
	margin-bottom: 20px;
}

.mobile-nav ul li ul li a {
	font-weight: 400;
}

.mobile-nav ul li.link-description a p,
.mobile-nav ul li.link-description a .button-link {
	display: none;
}

.mobile-nav ul li ul li ul{
	z-index: 300;
}

.mobile-nav-bottom ul {
	display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	gap: 10px 20px;
}

.mobile-nav-bottom ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #152848;
}



/* Custom Classes */

.wp-block-columns.accreditation-columns {
	display: flex;
	gap: 20px 40px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap !important;
}

.wp-block-columns.accreditation-columns .wp-block-column {
	width: unset;
	flex-basis: unset;
	flex-grow: unset;
}

.sproutvideo-player {
	position: unset !important;
	width: 100% !important;
	height: unset !important;
	aspect-ratio: 16/9;
	border: 0px solid #fff;
}

.location-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px !important;
}

.location-logos figure {
	width: unset !important;
	margin: 0 !important;
	padding: 0 !important;
}

.location-logos figure img {
	width: auto !important;
	height: 80px !important;
	object-fit: contain;
}

.align-items-center {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
} 

.align-items-center figure,
.align-items-center .trustpilot-widget {
	margin: 0 !important;
}

.trustpilot-widget {
	z-index: 1;
}

.wp-block-columns.left-border-columns {
	display: grid;
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 30px;
}

.wp-block-columns.left-border-columns .wp-block-column {
	box-sizing: border-box;
	border-left: 8px solid #01B0C7;
	background: #fff;
	width: 100%;
	padding: 40px 20px;
}

ul.wp-block-list li::marker {
	color: #01B0C7;
}

.wp-block-columns {
	gap: 30px 10%;
}

.heading-underline {
	position: relative;
	padding-bottom: 30px;
}

.heading-underline::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 180px;
	max-width: 100%;
	height: 4px;
	content: '';
	background: #01B0C7;
}

.wp-block-media-text.has-media-on-the-right.full-width-media-text .wp-block-media-text__media {
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	width: calc(100% + var(--widthB));
	left: unset;
}

.wp-block-media-text.full-width-media-text .wp-block-media-text__media {
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	width: calc(100% + var(--widthB));
	position: relative;
	left: calc(var(--widthB) * -1);
	height: 100%;
}

.wp-block-media-text.full-width-media-text .wp-block-media-text__media img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 20px 16% 20px 0;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 20px 0 20px 16%;
}

.blue-bg-full {
	position: relative;
	width: 100%;
	z-index: 1;
	color: #fff;
}

.blue-bg-full h1,
.blue-bg-full h2,
.blue-bg-full h3,
.blue-bg-full h4 {
	color: #fff;
}

.grey-bg-full {
	position: relative;
	width: 100%;
	z-index: 1;
}

.blue-bg-full::before,
.grey-bg-full::before {
	background-color: #005DA5;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 100%;
	z-index: -1;
	content: '';
	top: 0;
}

.grey-bg-full.grey-bg-full-extend::before {
	height: calc(100% + 200px);
}

.grey-bg-full::before {
	background-color: #F5F6F7;
}

.accreditations-outer.grey-bg-full::before {
	background-color: #DFE2E6;
}

p strong {
	font-weight: 500;
}

.blue-bg {
	box-sizing: border-box;
	padding: 60px;
	text-align: center;
	color: #fff;
	background: #005DA5;
	border-radius: 15px;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.blue-bg a {
	color: #FFB703;
}

.blue-bg a.wp-block-button__link {
	color: #152849;
}

.blue-bg a.wp-block-button__link:hover {
	color: #fff;
}

.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4 {
	color: #fff;
}

.blue-bg ul.wp-block-list {
	margin: 0 0 20px;
	padding: 0;
}

.blue-bg ul.wp-block-list li {
	width: fit-content;
	margin: auto;
	margin-bottom: 5px;
}

.blue-bg ul.wp-block-list li::marker {
	color: #01B0C7;
}

.move-up {
	position: relative;
	top: -200px;
	margin-top: 200px;
	margin-bottom: -200px;
}

.move-down {
	position: relative;
	bottom: -200px;
	margin-top: -200px;
	margin-bottom: 200px;
}

.content-icon {
	font-size: 30px;
	color: #005DA5;
}

.wp-block-gallery.awards-gallery {
	display: flex;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: wrap;
	gap: 20px !important;
}

.wp-block-gallery.awards-gallery figure.wp-block-image {
	margin-bottom: unset !important;
	flex: 0 0 calc(25% - 15px);
}

.wp-block-gallery.awards-gallery figure.wp-block-image img {
	display: block;
	height: 180px;
	max-width: 100% !important;
	width: auto;
	object-fit: contain;
}

/* Search */

.ui-autocomplete {
	padding: 0;
	top: 45px;
	width: 200px;
	background: #262626;
	color: #fff;
	z-index: 400;
	box-shadow: none;
	border: none !important;
	font-size: 16px;
	margin: 0;
	left: 0;
	list-style: none outside none;
	z-index: 9999
}

.ui-menu-item {
	padding: 5px 5%;
}

.ui-menu-item:hover {
	color: #fff;
	background: #16348E;
	cursor: pointer;
	margin: 0;
}

.creato_search_loading {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 82%;
}

.creato_search_loading.active {
	background: url('images/loading.gif') no-repeat right center;
}







/* Body */

.page-wrapper{
	float: left;
	width: 100%;
	overflow: hidden;
}

.page-content{
	float: left;
	width: calc(100% - 40px);
	margin: 0px 20px;
	text-align: left;
}


.creato_block-container{
	display: inline-block;
	width: 100%;
}

.creato_block-container-header{
	display: inline-block;
	width: 100%;
}

.creato_block-container-header h2{
	float: left;
}

.creato_block-container-header .creato_block-container-arrows{
	float: right;
}

.creato_block-container-link{
	float: right;
	font-weight: 500;
	font-size: 14px;
	color: #ccc;
	border-bottom: 2px solid #ccc;
	margin: 10px 0 20px 0;
}

.creato_block-container-link:hover{
	color: #000;
	border-bottom: 2px solid #000;
}

.creato_block-container-listings{
	display: inline-block;
	width: 100%;
}


/* creato_block grid */

.creato_block-container .grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 100%;
}

.creato_block-container .grid .creato_block-listing{
	width: 100%;
	margin: 0;
}

.creato_block-container.creato_block-container-1-columns .grid {
	grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
}

.creato_block-container.creato_block-container-2-columns .grid {
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}

.creato_block-container.creato_block-container-3-columns .grid {
	grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
}

.creato_block-container.creato_block-container-4-columns .grid {
	grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
}

.creato_block-container.creato_block-container-5-columns .grid {
	grid-template-columns: calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px);
}

.creato_block-listing-image{
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 16/8;
}

.creato_block-container-3-columns .creato_block-listing-image {
	aspect-ratio: 16/9;
}

.creato_block-container-3-columns .creato_block-listing-text h3 {
	font-size: 30px !important;
}

.creato_block-container .slick-slide .creato_block-listing-text h3 {
	min-height: 72px;
}

.creato_block-container.creato_block-container-post .creato_block-listing-text h3,
.creato_block-container.creato_block-container-post_case_studies .creato_block-listing-text h3 {
	font-size: 24px !important;
	min-height: 110px;
}




/* end creato_block grid */




/* creato_block slider */

.creato_block-container .slider .creato_block-listing{
	margin-right: 20px;
}

/* end creato_block slider */


.creato_block-listing{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/* Custom Creato Block */ 

.creato_block-container.creato_block-container-post_case_studies .creato_block-listing.creato-block-image-background-false,
.creato_block-container.creato_block-container-post .creato_block-listing.creato-block-image-background-false {
	border-left: 8px solid #01B0C7;
}

.creato_block-listing.creato-block-image-background-false {
	position: relative;
	background: #F5F6F7;
	color: #333333;
}

.grey-bg-full .creato_block-listing.creato-block-image-background-false {
	background: #fff;
}

.creato_block-listing.creato-block-image-background-false::after {
	content: '\f061';
	font-family: "Font Awesome 7 Pro";	
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background: #DEE2E6;
	color: #152848;
	border-top-left-radius: 15px;
	font-weight: 300;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.creato_block-listing-category {
	position: absolute;
	bottom: 10px;
	font-size: 14px;
	color: #777777;
}

.creato_block-listing.creato-block-image-background-false:hover::after {
	color: #DEE2E6;
	background: #152848;
}

.creato_block-listing.creato-block-image-background-false .creato_block-listing-text {
	padding: 30px 30px;
}

.creato_block-container.creato_block-container-post_case_studies .creato_block-listing.creato-block-image-background-false .creato_block-listing-text,
.creato_block-container.creato_block-container-post .creato_block-listing.creato-block-image-background-false .creato_block-listing-text {
	padding: 30px 20px;
}

.creato_block-container-header {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 20px;
	align-items: center;
}

.creato_block-container-header-right {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrp: wrap;
}

.creato_block-container-arrows {
	display: flex;
	align-items: center;
	gap: 0;
}

.creato_block-container-arrows i {
	width: 40px;
	height: 40px;
	position: relative;
	background: #F5F6F7;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	color: #005DA5;
	font-size: 18px;
	cursor: pointer;
}

.grey-bg-full .creato_block-container-arrows i {
	background: #fff;
}

.creato_block-container-arrows i:hover {
	background: #DEE2E6;
}

.creato_block-container-arrows i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.creato_block-container-listings .slider {
	width: calc(100% + 20px);
}


/* Job Vacancy Shortcode */ 

.vacancy-loading-gif {
	margin: 50px auto;
	display: none;
	text-align: center;
}

.vacancy-listings {
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	gap: 30px;
}

.vacancy-listings .single-vacancy,
.smart-search-results-section-inner .single-vacancy  {
	box-sizing: border-box;
	width: 100%;
	background: #ffff;
	position: relative;
	border-left: 8px solid #01B0C7;
	padding: 40px 30px;
	cursor: pointer;
}

.vacancy-listings.vacancy-slider {
	width: calc(100% + 20px);
}

.vacancy-listings.vacancy-slider .single-vacancy {
	margin-right: 20px;
}

.vacancy-listings .single-vacancy::after,
.smart-search-results-section-inner .single-vacancy::after {
	content: '\f061';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background: #DEE2E6;
	color: #152848;
	border-top-left-radius: 15px;
	font-weight: 300;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.vacancy-listings .single-vacancy:hover::after,
.smart-search-results-section-inner .single-vacancy:hover::after {
	color: #DEE2E6;
	background: #152848;
}

.vacancy-listings .single-vacancy .vacancy-text h3,
.smart-search-results-section-inner .single-vacancy .vacancy-text h3 {
	font-size: 30px;
	margin-bottom: 15px;
}

.vacancy-detail {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 5px;
}

.vacancy-detail i {
	font-size: 16px;
	color: #01B0C7;
	width: 20px;
}

.vacancy-detail span {
	font-weight: 300;
	font-size: 18px;
	color: #333333;
}

.vacancy-header {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 40px;
}

.vacancy-slider-arrows {
	display: flex;
	align-items: center;
	gap: 0;
}

.vacancy-slider-arrows i {
	width: 40px;
	height: 40px;
	position: relative;
	background: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	color: #005DA5;
	font-size: 18px;
	cursor: pointer;
}

.vacancy-slider-arrows i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.vacancy-slider-arrows i:hover {
	background: #DEE2E6;
}

/* Vacancy Single */ 

.single-vacancy-inner-content {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 280px;
}

.single-vacancy-top-details {
	margin: 30px 0;
}

.button-link.single-vacancy-apply-button {
	margin-bottom: 40px;
}


.grey-bg-full.other-vacancies-outer {
	padding: 0px 0 80px;
}

.grey-bg-full.related-faqs-outer {
	padding: 80px 0;
}



/* Case Studies Shortcode */ 

.case_studies-loading-gif {
	margin: 50px auto;
	display: none;
	text-align: center;
}

.case-studies-listings,
.case-studies-listings-section {
	display: grid;
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 40px 30px;
}

.case-studies-listings.case-studies-listings-sections {
	display: block;
}

.case-studies-listings-section-outer.case-studies-listings-section-outer-hidden {
	display: none;
}

.case-studies-pagination {
	margin-top: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 5px;
}

.case-studies-pagination span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #F5F6F7;
	text-align: center;
	color: #005DA5;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.case-studies-pagination span.active,
.case-studies-pagination span:hover {
	color: #fff;
	background: #005DA5;
}

.single-case-study-listing {
	box-sizing: border-box;
	width: 100%;
	border-left: 8px solid #01B0C7;
	position: relative;
	background: rgba(155,164,172,0.1);
}

.single-case-study-listing::after {
	content: '\f061';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background: #DEE2E6;
	color: #152848;
	border-top-left-radius: 15px;
	font-weight: 300;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.single-case-study-listing:hover::after {
	color: #DEE2E6;
	background: #152848;
}

.single-case-study-listing-image {
	aspect-ratio: 16/9;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.single-case-study-listing-text {
	padding: 30px 20px;
	box-sizing: border-box;
	width: 100%;
}

.single-case-study-listing-text h3 {
	font-size: 24px;
	min-height: 110px;
}

.single-case-study-listing-text .case-study-category {
	position: absolute;
	bottom: 10px;
	font-size: 14px;
	color: #777777;
}


/* Meet the Team shortcode */

.team-member-listings {
	display: grid;
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 30px;
}

.single-team-member-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	aspect-ratio: 10/11;
}

.single-team-member-contact {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
}

.team-member-text {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	color: #01B0C7;
}

.team-member-text  h3 {
	font-size: 30px;
}

.single-team-member-contact a {
	width: 40px;
	height: 40px;
	background: #01B0C7;
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	border-left: 1px solid #fff;
	position: relative;
}

.single-team-member-contact a:hover {
	background: #FFB703;
	color: #152849;
}

.single-team-member-contact a:first-child {
	border-left: 0px solid #fff;
	border-top-left-radius: 15px;
}

.single-team-member-contact a i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.team-member-details {
	margin-top: 5px;
	font-weight: 500;
}

.team-member-details .separator {
	margin: 0 5px;
}

.team-search-outer,
.vacancy-search-outer,
.case-study-search-outer {
	display: flex;
	align-items: flex-end;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.vacancy-search-outer {
	align-items: center;
}

.team-search-right,
.vacancy-search-right,
.case-study-search-right {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
	align-items: center;
}

.team-search-right select,
.vacancy-search-right select,
.case-study-search-right select,
.faq-filters select {
	-webkit-appearance: none;
	width: 250px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px 40px 10px 20px;
	border: 2px solid #01B0C7;
	font-weight: 500;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 16px;
	color: #152848;
	border-radius: 50px;
	background-image: url('images/dropdown-arrow.svg');
	background-position: top 50% right 15px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.clear-filters {
	font-size: 13px;
	text-transform: uppercase;
	color: #01B0C7;
	text-decoration: underline;
	text-underline-offset: 2px;
	letter-spacing: 1px;
	font-weight: 500;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.clear-filters:hover {
	color: #015DA5;
	cursor: pointer;
}

.team-no-results {
	font-weight: 500;
	grid-column: span 3;
}

.team-loading-gif {
	margin: 50px auto;
	display: none;
	text-align: center;
}


/* location branch shortcode */

.location-branch-outer {
	padding: 70px 60px;
	background: #152848;
	border-radius: 20px;
	color: #fff;
	display: grid;
	grid-template-columns: calc(50% - 30px) 50%;
	gap: 30px;
	align-items: center;
}

.location-branch-outer.location-branch-outer-3 {
	grid-template-columns: calc(33.33% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
}

.location-branch-right {
	position: relative;
	border: 2px solid #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: rgba(255,255,255,0.1);
	padding: 50px 40px;
}

.location-branch-outer.location-branch-outer-3 .location-branch-right {
	padding: 40px 20px;
}

.location-branch-contact {
	display: grid;
	grid-template-columns: calc(35% - 15px) calc(65% - 15px);
	gap: 30px;
	align-items: center;
}

.location-branch-outer.location-branch-outer-3 .location-branch-contact {
	grid-template-columns: 100%;
}

.location-branch-contact h3 {
	color: #fff;
}

.location-branch-contact-left {
	aspect-ratio: 1/1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	border: 1px solid #fff;
}

.location-branch-outer.location-branch-outer-3 .location-branch-contact-left {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	max-width: 200px;
}

.location-branch-contact-department {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 5px;
}

.location-branch-left a {
	color: #fff;
	display: block;
	width: fit-content;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	font-weight: 500;
}

.location-branch-left a:hover {
	color: #FFB703;
}

.location-branch-left h3 {
	color: #fff;
}

.location-branch-address {
	margin: 20px 0;
}

.location-branch-address p {
	margin: 0;
}

.location-tabs-listings {
	display: grid;
	grid-template-columns: calc(16% - 15px) calc(17% - 15px) calc(17% - 15px) calc(17% - 15px) calc(17% - 15px) calc(16% - 15px);
	gap: 18px;
	margin-top: 20px;
}

.location-tabs-listings .location-tab-listing {
	text-align: center;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	background: #F5F6F7;
	font-size: 16px;
	font-weight: 500;
	color: #015DA5;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.location-tabs-listings a.location-tab-listing {
	border-left: 5px solid #01B0C7;
}

.location-tabs-listings a.location-tab-listing:hover {
	background: #015DA5;
	color: #fff;
	border-left: 5px solid #015DA5;
}

/* Locations Shortcode */ 

.location-loading-gif {
	margin: 50px auto;
	display: none;
	text-align: center;
}

.location-listings {
	display: grid;
	grid-template-columns: calc(33.34% - 24px) calc(33.33% - 24px) calc(33.33% - 24px);
	gap: 36px;
	margin: 40px 0 0;
}

.single-location-listing {
	box-sizing: border-box;
	border-left: 8px solid #01B0C7;
	background: rgba(155, 164, 172, 0.1);
	color: #777777;
	position: relative;
}

.single-location-listing .location-listing-button-link {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background: #DEE2E6;
	color: #152848;
	border-top-left-radius: 15px;
	font-weight: 300;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.single-location-listing .location-listing-button-link:hover {
	color: #DEE2E6;
	background: #152848;
}

.single-location-text {
	padding: 40px 20px;
}

.single-location-address {
	margin: 20px 0;
	min-height: 100px;
}

.single-location-address p {
	margin: 0;
	font-size: 14px;
}

.single-location-contact {
	margin-bottom: 20px;
}

.single-location-contact a {
	font-size: 16px;
	display: block;
	width: fit-content;
	color: #015DA5;
	font-weight: 500;
}

.single-location-contact a.email {
	overflow-wrap: anywhere;
}

.single-location-postcodes-outer {
	display: grid;
	gap: 5px;
}

.single-location-postcodes-outer span.single-location-postcodes {
	color: #005DA5;
	font-size: 24px;
	font-weight: 300;
}

.location-listings-outer {
	padding: 80px 0;
}

.matched-locations-outer {
	display: flex;
	gap: 36px;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.matched-locations-outer .matched-locations-title {
	flex: 0 0 calc(66.67% - 12px);
	font-size: 45px;
	color: #015DA5;
	line-height: 1.2;
}

.matched-locations-outer.multiple-matches .matched-locations-title {
	flex: 0 0 100%;
}

.matched-locations-outer.multiple-matches .matched-locations-title div {
	max-width: 800px;
}

.matched-locations-outer .matched-locations-title span {
	font-weight: 500;
}

.matched-locations-outer .single-location-listing {
	flex: 0 0 calc(33.33% - 24px);
}

.location-no-results-outer {
	display: grid;
	grid-template-columns: calc(66.67% - 12px) calc(33.33% - 24px);
	gap: 36px;
	margin-bottom: 80px;
}

.location-no-results-outer .single-location-listing::after {
	content: unset;
}

.location-no-results-outer .single-location-listing {
	min-height: 400px;
}

.location-no-results-outer .single-location-listing .single-location-text a {
	font-size: 16px;
	display: block;
	width: fit-content;
	color: #015DA5;
	font-weight: 500;
	word-wrap: break-word;
	max-width: 100%;
}

/* FAQ Shortcode */ 

.faq-loading-gif {
	margin: 50px auto;
	display: none;
	text-align: center;
}

.clockwork-loading-gif img {
	width: 100%;
	max-width: 110px;
}

.faq-filters {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 30px;
}

.faq-filters-right {
	display: flex;
	align-items: center;
	gap: 20px 40px;
	flex-wrap: wrap;
}

.faq-listings {
	display: grid;
	grid-template-columns: 100%;
	gap: 20px 40px;
	align-items: flex-start;
}

.faq-listings.faq-listings-sections {
	display: block;
}

.faq-listings.faq-listings-columns-2 {
	grid-template-columns: calc(50% - 20px) calc(50% - 20px);
}

.faq-listings.faq-listings-sections .faq-listings-section {
	display: grid;
	grid-template-columns: 100%;
	gap: 20px 40px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.faq-listings.faq-listings-sections .faq-listings-section-outer {
	display: block;
}

.faq-listings.faq-listings-sections .faq-listings-section-outer.faq-listings-section-outer-hidden {
	display: none;
}

.faq-listings.faq-listings-sections.faq-listings-columns-2 .faq-listings-section {
	grid-template-columns: calc(50% - 20px) calc(50% - 20px);
}

.button-link.faq-load-more {
	display: flex;
	width: fit-content;
	margin: 40px auto 0;
}

.single-faq-listing {
	background: #fff;
	border-left: 8px solid #01B0C7;
	box-sizing: border-box;
	width: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.single-faq-listing:hover,
.single-faq-listing.active {
	border-left: 8px solid #005DA5;
	cursor: pointer;
}

.single-faq-listing-title {
	padding: 18px 20px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.single-faq-listing-title h3 {
	font-size: 24px;
}

.single-faq-listing-title i {
	font-size: 16px;
	color: #005DA5;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.single-faq-listing.active .single-faq-listing-title i {
	transform: rotate(-90deg);
}

.single-faq-listing-content {
	padding: 10px 20px;
	display: none;
}

.faq-search-outer,
.location-search-outer {
	margin-top: 20px;
}

.faq-search-outer {
	flex: 0 0 400px;
	max-width: 100%;
	margin-top: 0;
}

.faq-search-outer input,
.location-search-outer input {
	-webkit-appearance: none;
	background-color: #fff;
	padding: 15px 40px 15px 20px;
	color: #152848;
	font-size: 16px;
	font-family: 'Roboto', 'Arial', sans-serif;
	border: 0px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	background-image: url('images/search-icon.svg');
	background-position: top 50% right 20px;
	background-size: 14px;
	background-repeat: no-repeat;
}

.faq-search-outer input::placeholder {
	font-size: 16px;
	font-family: 'Roboto', 'Arial', sans-serif;
	color: rgba(21,40,72, 0.5);
}

/* Video Shortcode */

.video-outer {
	float: left;
	width: 100vw;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16/9;
	min-height: 500px;
	max-height: calc(100dvh - 104px);
}

.video-overlay {
	background: rgba(21, 40, 72, 0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.no-overlay .video-overlay {
	background: none;
}

.vimeo-video {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.homepage-video-image {
	float: left;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}

.homepage-video {
	margin: auto;
	position: absolute;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-outer .video-content,
.homepage-video-image .video-content {
	max-width: calc(100% - 40px);
	width: 800px;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.video-outer .video-content h3,
.homepage-video-image .video-content h3 {
	color: #fff;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin-bottom: 12px;
}

.video-outer .video-content h1,
.homepage-video-image .video-content h1 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 12px;
}

.video-outer .video-content .button-link,
.homepage-video-image .video-content .button-link {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	padding: 13px 26px 13px;
	text-shadow: none;
	margin-top: 20px;
}

.video-outer .video-content .button-link:after,
.homepage-video-image .video-content .button-link:after {
	display: none;
}

.video-outer .video-content .button-link:hover,
.homepage-video-image .video-content .button-link:hover {
	background: #fff;
	border: 1px solid #69bdd2;
	color: #69bdd2;
}

.vimeo-video iframe {
	z-index: -1;
	overflow: hidden;
}
/*
.video-outer .sc-main-search-outer {
	position: static;
}
*/




.schema-faq-section{
	background: #fff;
	border-left: 4px solid #01B0C7;
	margin-bottom: 10px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.schema-faq-section:hover,
.schema-faq-section.schema-faq-section-open {
	border-left: 4px solid #FFB703;
}

.schema-faq-question{
	font-weight: 300;
	font-style: normal;
	line-height: 1.5;
	font-size: 18px;
	padding: 20px 50px 20px 20px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	color: #015DA5;
	cursor: pointer;
}

.schema-faq-question:after{
	content: '\f061';
	font-family: "Font Awesome 7 Pro";
	color: #005DA5;
	font-size: 16px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.schema-faq-answer-open:after{
	transform: translateY(-50%) rotate(-90deg);
}

.schema-faq-answer{
	display: none;
	padding: 0 20px 20px;
}








/* Index */

#sidebar {
	display: inline-block;
	width: 100%;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}

#sidebar ul li{
	list-style: none;
}

#sidebar label {
	display: none;
}

#sidebar select {
	-webkit-appearance: none;
	width: 250px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px 40px 10px 20px;
	border: 2px solid #01B0C7;
	font-weight: 500;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 16px;
	color: #152848;
	border-radius: 50px;
	background-image: url(images/dropdown-arrow.svg);
	background-position: top 50% right 15px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-color: transparent;
}

#sidebar ul li .wp-block-search__inside-wrapper button {
	display: none;
}

#sidebar ul li .wp-block-search__inside-wrapper input {
	-webkit-appearance: none;
	width: 250px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px 40px 10px 20px;
	border: 2px solid #01B0C7;
	font-weight: 500;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 16px;
	color: #152848;
	border-radius: 50px;
	background-image: url(images/search-icon.svg);
	background-position: top 50% right 15px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-color: transparent;
	line-height: 1;
}

#sidebar ul li .wp-block-search__inside-wrapper input::placeholder {
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 16px;
	color: #152848;
}


.pagination{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 0;
	margin: 0px 0 60px;
	text-align: center;
	justify-content: center;
	gap: 5px;
}

.pagination a.page-numbers, .pagination span.current{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #F5F6F7;
	text-align: center;
	color: #005DA5;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.pagination span.current, .pagination a.page-numbers:hover, .pagination a.prev:hover, .pagination a.next:hover{
	color: #fff;
	background: #005DA5;
}



.blog-share {
	margin-bottom: 80px;
}

.blog-share-icons {
	display: flex;
	margin: 20px 0 0;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.blog-share-icons a {
	font-size: 26px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.blog-share-icons a:hover {
	color: #FFB703
}




/* Site Search */ 

.search-query-title {
	text-align: left;
	margin-top: 80px;
}

.search-tabs {
	margin: 50px 0;
}

.search-tabs-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}

.search-tabs-inner .search-tab {
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	background: #F5F6F7;
	font-size: 16px;
	font-weight: 500;
	color: #015DA5;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	border-left: 5px solid #01B0C7;
	min-width: 150px;
	cursor: pointer;
	flex-grow: 1;
}

.search-tabs-inner .search-tab.search-tab-active,
.search-tabs-inner .search-tab:hover {
	background: #015DA5;
	color: #fff;
	border-left: 5px solid #015DA5;
}

.smart-search-results-section {
	display: none;
	margin-bottom: 80px;
}

.smart-search-results-section.smart-search-results-section-active {
	display: block;
}

.smart-search-results-section-inner {
	display: grid;
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 40px 30px;
}

.smart-search-results-section-inner.smart-search-post_vacancies-results-section-inner,
.smart-search-results-section-inner.smart-search-post_faqs-results-section-inner {
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
}


/* News */

.index-cover-image {
	min-height: 60vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.index-cover-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(21,40,72, 0.65);
}

.archive-news-outer,
.archive-search-outer {
	display: grid;
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 40px 30px;
	margin: 40px 0 60px;
}

.archive-news {
	width: 100%;
	box-sizing: border-box;
	border-left: 8px solid #01B0C7;
	background: rgba(155,164,172,0.1);
	position: relative;
}

.archive-news::after {
	content: '\f061';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background: #DEE2E6;
	color: #152848;
	border-top-left-radius: 15px;
	font-weight: 300;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.archive-news:hover::after {
	color: #DEE2E6;
	background: #152848;
}

.archive-news-image {
	aspect-ratio: 16/9;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.index-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
	gap: 30px;
	align-items: flex-end;
}

.archive-news-text {
	padding: 30px 20px;
}

.archive-news-text h3 {
	font-size: 24px;
	min-height: 110px;
}

.archive-news-category {
	font-size: 14px;
	position: absolute;
	bottom: 10px;
	color: #777777;
}


/* Single */ 

.single-content-header {
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.single-content-image {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 0;
}

.single-content-image img {
	width: 100%;
	height: auto;
	max-height: 90vh;
	object-fit: cover;
}

.single-content-category {
	margin-top: 30px;
}

.single-content-inner {
	width: 100%;
	max-width: 900px;
	margin: 50px auto 80px;
}

.single-content-other {
	padding: 80px 0;
}

/* Error Page */

.error-page .custom-breadcrumbs {
	display: none;
}

.custom-breadcrumbs {
	padding: 20px 0 60px;
	font-size: 16px;
	color: #545454;
	font-weight: 500;
}

.page-content-faqs .custom-breadcrumbs {
	padding: 20px 0 20px;
}

.custom-breadcrumbs a {
	color: #545454;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.custom-breadcrumbs a:hover {
	color: #015DA5;
}



/* Map */

.map-container, #google-map{
	float: left;
	width: 100%;
}

#google-map{
	height: 500px;
}





/* Contact Form */

.creato_cf_main {
	float:left;
	width: 100%;
	text-align: left;
}

.creato_cf_main h2 {
	margin-bottom: 30px;
}

.contact-row {
	width: 100%;
	display: inline-block;
}

.contact-row label {
	display: none;
	width: 100%;
	vertical-align: top;
	margin-bottom: 8px;
}

.contact-row input[type="text"], .contact-row textarea {
	border: 0px solid #4B4B4B;
	padding: 15px;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	-webkit-appearance:none;
	font-family: 'Roboto', 'Arial', sans-serif;
	color: #777777;
	box-sizing: border-box;
	border-radius: 15px;
}

.contact-row input[type="text"]::placeholder, .contact-row textarea::placeholder {
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 16px;
	color: rgba(21,40,72,0.44);
}

.contact-row-contact_terms label{
	font-size: 12px;
	display: inline-block;
}

.message {
	color: #545454;
	display: inline-block;
	width: 94%;
    padding: 15px 2%;
    margin: 20px 1%;
    border: 1px solid #545454;
    font-size:16px;
}

.form_title {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 20px;
}

.form_desc {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
}

.creato_contact_form.creato_cf_vacancy form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
	align-items: center;
	justify-content: center;
}

.creato_contact_form.creato_cf_vacancy .contact-row.contact-row-contact_name,
.creato_contact_form.creato_cf_vacancy .contact-row.contact-row-contact_email,
.creato_contact_form.creato_cf_vacancy .contact-row.contact-row-contact_number,
.creato_contact_form.creato_cf_vacancy .contact-row.contact-row-contact_upload {
	flex: 0 0 calc(50% - 20px);
}

.contact-upload-outer {
	padding: 7px 18px;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	-webkit-appearance: none;
	font-family: 'Roboto', 'Arial', sans-serif;
	background-color: #FFFFFF;
	border-radius: 15px;
	border: none;
	resize: none;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	color: rgba(21,40,72,0.44);
	line-height: 1;
}
/*
@supports (font: -apple-system-body) {
	  .contact-upload-outer {
		  padding: 17px 18px;
	  }
	  
 }
*/
.contact-upload-outer input[type="file"] {
  font: inherit;
  box-sizing: border-box;
  padding: 10px 120px 10px 0px;
  position: relative;
  width: 250px;
  font-size: 16px;
  box-sizing: border-box;
}

@supports (font: -apple-system-body) {
	  
	.contact-upload-outer input[type="file"] {
		/*width: 330px;*/
		height: 40px !important;
	}
	  
 }
 
 @media not all and (min-resolution:.001dpcm) {
   @supports (-webkit-appearance:none) {
	 .contact-upload-outer input[type="file"] {
	   width: 330px;
	 }
   }
 }

/* Style the button and absolutely position it on the right */
.contact-upload-outer input[type="file"]::file-selector-button,
.contact-upload-outer input[type="file"]::-webkit-file-upload-button {
  position: absolute;
  right: 0px;          /* adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 9px;
  border: 1px solid #797979;
  border-radius: 40px;
  background: #F4F4F4;
  color: #152848;
  cursor: pointer;
  font: inherit;
  transition: all .5s ease;
  line-height: 1;
}

/* Hover / active states */
.contact-upload-outer input[type="file"]::file-selector-button:hover,
.contact-upload-outer input[type="file"]::-webkit-file-upload-button:hover {
  background: #FFB703;
  color: #152849;
  border: 1px solid #FFB703;
}
.contact-upload-outer input[type="file"]::file-selector-button:active,
.contact-upload-outer input[type="file"]::-webkit-file-upload-button:active {
  background: #FFB703;
	color: #152849;
	border: 1px solid #FFB703;
}

.recruitment-page-form {
	display: none;
	margin-top: 40px;
}


/* Password Protected Pages */

form.post-password-form {
	padding: 30px 20px;
	width: calc(100% - 40px);
	background: #eeeeee;
	margin: 30px auto;
}

form.post-password-form input[name="post_password"] {
	border: none;
	background: #fff;
	padding: 10px;
	margin: 0 10px;
	font-size: 16px;
	color: #000;
	border-radius: 3px;
}


/* Self Survey Form */ 

.boxes-qualifier-title {
	color: #152848;
	font-weight: 600;
	margin-top: 10px;
}

.boxes-qualifer-questions {
	margin: 30px 0 50px;
}

.boxes-qualifer-question {
	padding: 10px 0;
	border-bottom: 1px solid rgba(196, 196, 196, 0.3);
	position: relative;
}

.box-qualifier-more-info {
	font-size: 14px;
	padding: 10px 0;
	color: #152848;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	margin-top: 10px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	width: fit-content;
	cursor: pointer;
}

.box-qualifer-more-info-panel {
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	padding: 70px 20px;
	transform: translate(-50%, -50%);
	max-height: calc(100% - 40px);
	box-sizing: border-box;
	overflow: scroll;
	z-index: 100000;
	width: 1000px;
	max-width: calc(100% - 40px);
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: none;
}

.box-qualifier-list-title {
	font-weight: 600;
	color: #152849;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.box-qualifer-more-info-panel::-webkit-scrollbar {
	display: none;
}

.box-qualifer-more-info-panel > i.fa-xmark {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px !important;
	height: 40px;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	background: #152849;
	cursor: pointer;
}

.box-qualifer-more-info-panel > i.fa-xmark::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-qualifer-more-info-panel > i.fa-xmark:hover {
	background: #005DA5;
}

.box-qualifer-more-info-panel ul li strong {
	color: #015DA5;
	font-weight: 500;
}

.box-qualifier-more-info:hover {
	color: #015DA5;
}

.boxes-qualifer-question label {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #333333;
	gap: 20px;
	align-items: center;
}

.boxes-qualifer-question label span i {
	font-size: 16px;
	margin-left: 5px;
	cursor: pointer;
}

.boxes-qualifer-description {
	clip-path: inset(0 100% 0 0);
	position: absolute;
	z-index: 10;
	top: 100%;
	background: #F5F6F7;
	padding: 10px;
	left: 0;
	font-size: 12px;
	font-weight: 500;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
}

.boxes-qualifer-question label span i:hover + .boxes-qualifer-description {
	clip-path: inset(0 0 0 0);
}

.clockwork-survey-login {
	display: grid;
	grid-template-columns: 45% 45%;
	gap: 50px 10%;
	margin-bottom: 50px;
}

.clockwork-survey-login-left.span-2 {
	grid-column: span 2;
	display: grid;
	grid-template-columns: 45% 45%;
	gap: 0px 10%;
	align-items: flex-start
}

.clockwork-survey-login-right h3 {
	color: #fff;
}

.clockwork-survey-login-right form {
	display: grid;
	grid-template-columns: 100%;
	gap: 20px;
	text-align: center;
	background: #005DA5;
	padding: 70px 50px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 15px;
	color: #fff;
}

.survey-login-error {
	color: #FFB703;
	font-size: 14px;
	font-weight: 600;
}

.clockwork-survey-login-right form .survey-login-form-fields {
	display: grid;
	grid-template-columns: 100%;
	gap: 20px;
	margin: 20px 0;
}

.clockwork-survey-login-right form .survey-login-form-fields input {
	width: 100%;
	padding: 15px 20px;
	border: none;
	border-radius: 12px;
	background: rgba(255, 255, 255, 1);
	font-size: 16px;
	transition: all 0.3s ease;
	box-sizing: border-box;
	line-height: 1;
	font-family: 'Roboto', 'Arial', sans-serif;
	color: rgba(21, 40, 72, 0.44);
	-webkit-appearance: none;
	min-height: 49px;
}

.clockwork-survey-login-right form input[type="submit"] {
	width: 100%;
	margin: auto;
	max-width: 250px;
}

.clockwork-self-survey-inner {
	display: grid;
	grid-template-columns: calc(100% - 400px) 350px;
	gap: 50px;
	align-items: flex-start;
}

.clockwork-self-survey-inner form {
	display: grid;
	grid-template-columns: 200px calc(100% - 200px);
}

.clockwork-self-survey-form-tab {
	padding: 8px 20px;
	border: 1px solid #C4C4C4;
	border-bottom: 0px solid #C4C4C4;
	background: #F5F6F7;
	color: #152848;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
	width: calc(100% + 1px);
	position: relative;
	z-index: 10;
}

.clockwork-self-survey-form-tab:first-child {
	border-top-left-radius: 15px;
}

.clockwork-self-survey-form-tab:last-child {
	border-bottom-left-radius: 15px;
	border-bottom: 1px solid #C4C4C4;
}

.clockwork-self-survey-form-listings-inner {
	border: 1px solid #C4C4C4;
	border-radius: 0px 15px 15px 15px;
	padding: 30px 40px;
	background: #fff;
}

.clockwork-self-survey-form-panel-listing {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(196,196,196,0.3);
	position: relative;
}

.clockwork-self-survey-form-panel-listing-right {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: flex-end;
}

.clockwork-quick-add-item {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
}

.clockwork-quick-add-item .quick-add {
	padding: 8px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 5px;
	background: #F5F6F7;
	color: #152849;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 1;
	cursor: pointer;
}

.clockwork-quick-add-item .quick-add:hover {
	color: #fff;
	background: #152849;
}



.clockwork-self-survey-form-panel-listing .number-input,
.clockwork-self-survey-additional-item .number-input {
	display: flex;
	align-items: center;
}

.clockwork-self-survey-form-panel-listing .number-input input,
.clockwork-self-survey-additional-item .number-input input {
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #707070;
	-moz-appearance: textfield;
	background: #fff;
	box-sizing: border-box;
}

.clockwork-self-survey-form-panel-listing .number-input input::-webkit-outer-spin-button,
.clockwork-self-survey-form-panel-listing .number-input input::-webkit-inner-spin-button,
.clockwork-self-survey-additional-item .number-input input::-webkit-outer-spin-button,
.clockwork-self-survey-additional-item .number-input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.clockwork-self-survey-form-panel-listing .number-input button,
.clockwork-self-survey-additional-item .number-input button {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 0px solid #ccc;
	background: transparent;
	cursor: pointer;
	color: #005DA5;
	font-size: 18px;
	font-weight: 300;
}

.clockwork-self-survey-form-panel-listing .number-input button i,
.clockwork-self-survey-additional-item .number-input button i {
	color: #005DA5;
	width: unset;
}

.clockwork-self-survey-form-panel-listing-left span {
	font-size: 14px;
	color: #333333;
}

.clockwork-self-survey-form-panel-listing-left i,
.clockwork-self-survey-form-panel-listing-right i {
	color: rgba(21,40,72, 0.2);
}

.clockwork-self-survey-form-panel-listing-left i.notes-available,
.clockwork-self-survey-form-panel-listing-right i.image-available {
	color: rgba(21,40,72, 1);
	cursor: pointer;
}

.clockwork-self-survey-form-panel-listing-left .item-description {
	clip-path: inset(0 100% 0 0);
	position: absolute;
	z-index: 10;
	top: 100%;
	background: #F5F6F7;
	padding: 10px;
	left: 0;
	font-size: 12px;
	font-weight: 500;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
}

.clockwork-self-survey-form-panel-listing-left i:hover + .item-description {
	clip-path: inset(0 0 0 0);
}

.clockwork-self-survey-form-panel {
	display: none;
}

.clockwork-self-survey-form-panel.active-panel {
	display: block;
}

.clockwork-self-survey-panel-mobile-trigger {
	display: none;
}

.clockwork-self-survey-form-tab.active-tab {
	background: #fff;
	border-right: 0px solid #fff;
}

.clockwork-self-survey-right {
	display: grid;
	grid-template-columns: 100%;
	gap: 30px;
}

.clockwork-self-survey-right .self-survey-box {
	border: 1px solid rgba(112,112,112,0.2);
	border-radius: 15px;
	padding: 30px 20px;
	background: #F5F6F7;
}

.clockwork-self-survey-right .self-survey-box h3 {
	margin-bottom: 20px;
}

.clockwork-self-survey-right .self-survey-box .summary-item {
	color: #333333;
}

.clockwork-self-survey-submit-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	align-items: center;
}

.clockwork-self-survey-summary .clockwork-self-survey-submit-buttons {
	justify-content: flex-start;
	margin-top: 20px;
}

.clockwork-self-survey-summary .clockwork-self-survey-submit-buttons .button-link {
	flex: 0 0 calc(50% - 5px);
	box-sizing: border-box;
	padding: 13px 10px;
}

.clockwork-self-survey-submit-buttons .button-link {
	position: relative;
}

.clockwork-self-survey-submit-buttons .button-link.save-for-later {
	background: #fff;
}

.clockwork-self-survey-submit-buttons .button-link.save-for-later-trigger {
	background: transparent;
}

.clockwork-self-survey-submit-buttons .button-link.save-for-later:hover,
.clockwork-self-survey-submit-buttons .button-link.save-for-later-trigger:hover {
	border: 2px solid #152849;
	color: #152849;
}

.clockwork-self-survey-submit-buttons .button-link img {
	display: none;
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.save-success-message {
	color: #152849;
	font-weight: 600;
	font-size: 14px;
	display: none;
	text-align: right;
}

.clockwork-self-survey-additional-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 0;
}

.clockwork-self-survey-additional-left {
	padding: 5px;
	border: 1px solid #C4C4C4;
	border-radius: 70px;
	flex: 0 0 calc(100% - 110px);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.clockwork-self-survey-additional-left .button-link {
	margin: 0;
	padding: 5px 15px;
}

.clockwork-self-survey-additional-left input {
	-webkit-appearance: none;
	border: 0px solid #fff;
	background: #fff;
	padding: 0 10px;
	flex-grow: 1;
}

.clockwork-self-survey-form-panel-listing-left input {
	-webkit-appearance: none;
	border: 0px solid #fff;
	font-size: 14px;
	color: #333333;
	font-family: 'Roboto', 'Arial', sans-serif;
	padding: 0 0 0 30px;
	margin: 0;
	line-height: 1.5;
	background-color: #fff;
	background-image: url('images/edit-icon.svg');
	background-position: top 50% left 0;
	background-size: 14px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	width: 100%;
}

.help-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}

.help-links a,
.help-links div {
	color: #015DA5;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	cursor: pointer;
}

.help-links a span,
.help-links div span {
	text-decoration: underline;
}

.box-pack-description {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	color: #333333;
	margin-bottom: 0;
}

.box-pack-description i {
	width: 60px;
	height: 60px;
	color: #005DA5;
	border-radius: 50%;
	background: #fff;
	position: relative;
	display: flex;
	flex-shrink: 0;
	min-width: 60px;
}

.box-pack-description i:before {
	font-size: 26px;
	font-weight: 300;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.packaging-link {
	color: #005DA5;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	margin-top: 20px;
	cursor: pointer;
}

.clockwork-self-survey-form-panel-listing-left {
	flex-grow: 1;
}

.self-survey-guides .self-survey-guide-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	cursor: pointer;
}

.self-survey-guides .self-survey-guide-trigger span {
	color: #333333;
	text-decoration: underline;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.self-survey-guides .self-survey-guide-trigger i {
	color: #005DA5
}

.self-survey-guides .self-survey-guide-trigger:hover span {
	color: #005DA5
}

.self-survey-guide-panel {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 100000;
	max-height: calc(100vh - 40px);
	width: calc(100% - 40px);
	max-width: 1000px;
	border-radius: 20px;
	padding: 70px 20px;
	box-sizing: border-box;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.self-survey-guide-panel::-webkit-scrollbar {
	display: none;
}

.self-survey-panel-closer {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px !important;
	height: 40px;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	background: #152849;
	cursor: pointer;
}

.self-survey-panel-closer:hover {
	background: #005DA5;
}

.self-survey-panel-closer::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.self-survey-guides-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9000;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.packaging-post-content {
	font-size: 14px;
	color: #333333;
}

.survey-status-published {
	font-size: 14px;
	font-weight: 600;
	color: #005DA5;
	margin-top: 20px;
}

/* Accreditations */

.accreditations-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.accreditations-outer {
	padding: 60px 0;
}

.accreditation-image {
	margin: 0 60px
}

.accreditation-image img {
	height: 100px;
	width: auto;
}

/* Footer */

.footer {
	width: 100%;
	color: #fff;
	background: #152849;
}

.footer-inner {
	padding: 80px 20px 60px;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}

.footer-menus {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 60px;
}

.footer-menu {
	box-sizing: border-box;
	flex: 0 0 calc(25% - 15px);
	padding-left: 20px;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
}

.footer-menu ul li {
	display: block;
	list-style: none;
}

.footer-menu ul li a {
	display: block;
	width: fit-content;
	padding: 0 0 8px;
	color: #fff;
	font-size: 16px;
}

.footer-title {
	position: relative;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 25px;
}

.footer-title:before {
	position: absolute;
	top: 0;
	height: 100%;
	width: 4px;
	background: #01B0C7;
	left: -20px;
	content: '';
}

a.footer-logo {
	float: left;
	width: 150px;
	max-width: 100%;
}

a.footer-logo svg {
	width: 100%;
}

.footer a{
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.footer a:hover{
	color: #FFB703;
}

.social-icons-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}

.social-icons-container.footer-social {
	margin-bottom: 30px;
}

.social-icons-container.footer-social a.social-icon {
	color: #fff;
}

.social-icons-container.footer-social a.social-icon:hover {
	color: #FFB703;
}

.footer-left ul,
.credit-link ul {
	margin: 0;
	padding: 0;
}

.footer-left ul li,
.credit-link ul li {
	list-style: none outside none;
	display: inline;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid;
}

.credit-link ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0px solid;
}

.credit{
	display: flex;
	width: 100%;
	font-size: 12px;
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	color: rgba(255,255,255,0.45);
	align-items: center;
}

.credit a {
	color: rgba(255,255,255,0.45);
}

.credit-link.web-credit-link {
	margin-top: 15px;
}

@media(max-width: 1480px) {
	.nav ul li ul {
		--widthA: calc(100vw - 1260px);
		--widthB: calc(var(--widthA) / 2);
		padding-left: var(--widthB);
	}
	
	.nav ul li ul li.link-description a {
		padding: 40px 10%;
	}
	
	
}

@media (max-width: 1300px) {
	.nav ul li ul {
		padding-left: 20px;
		padding-right: 20px;
		gap: 6%;
		grid-template-columns: 42% 52%;
	}
	
	.wp-block-media-text.full-width-media-text .wp-block-media-text__media {
		width: calc(100% + 20px);
		left: -20px;
	}
	
	.wp-block-media-text.has-media-on-the-right.full-width-media-text .wp-block-media-text__media {
		width: calc(100% + 20px);
	}
	
	.accreditation-image {
		margin: 0 50px;
	}
}

@media (max-width: 1200px) {
	.single-location-contact a {
		font-size: 14px;
	}
	
	.location-tabs-listings .location-tab-listing {
		font-size: 14px;
	}
}


@media (max-width: 1100px) {
	.nav a {
		font-size: 15px;
		padding: 5px 0 5px 0;
	}
	
	.nav > div > ul {
		gap: 10px 40px;
	}
	
	.nav ul li ul li a {
		font-size: 14px;
	}
	
	.clockwork-self-survey-inner {
		grid-template-columns: calc(100% - 370px) 350px;
		gap: 20px;
	}
	
	.clockwork-self-survey-inner form {
		display: grid;
		grid-template-columns: 170px calc(100% - 170px);
	}
	
	
	.clockwork-self-survey-form-listings-inner {
		padding: 20px;
	}
}

@media (max-width: 1050px) {
	.top-bar-banner-right ul {
		gap: 30px;
	}
}

@media (max-width: 1000px) {
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	}
	
	.location-listings {
		grid-template-columns: calc(50% - 18px) calc(50% - 18px);
	}
	
	.matched-locations-outer .single-location-listing {
		flex: 0 0 calc(50% - 18px);
	}
	
	.matched-locations-outer .matched-locations-title {
		flex: 0 0 100%;
	}
	
	.location-branch-outer {
		padding: 50px 20px;
	}
	
	.location-branch-right {
		padding: 50px 20px;
	}
	
	.location-tabs-listings {
		gap: 12px;
		grid-template-columns: calc(25% - 9px) calc(25% - 9px) calc(25% - 9px) calc(25% - 9px);
	}
	
	.location-tabs-listings .location-tab-listing {
		padding: 10px 5px;
	}
	
	.archive-news-outer, .archive-search-outer,
	.case-studies-listings, 
	.case-studies-listings-section {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	}
	
	.creato_contact_form.creato_cf_vacancy .contact-row.contact-row-contact_name, .creato_contact_form.creato_cf_vacancy .contact-row.contact-row-contact_email, .creato_contact_form.creato_cf_vacancy .contact-row.contact-row-contact_number, .creato_contact_form.creato_cf_vacancy .contact-row.contact-row-contact_upload {
		flex: 0 0 100%;
	}
	
	.smart-search-results-section-inner {
		display: grid;
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		gap: 40px 30px;
	}
	
	.location-branch-outer.location-branch-outer-3 {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	} 
	
	.location-branch-outer.location-branch-outer-3 .location-branch-left {
		grid-column: span 2;
	}
	
	.nav {
		display: none;
	}
	
	.top-bar-top {
		padding: 15px 0;
	}
	
	
	.top-bar-top-left a.phone span {
		display: none;
	}
	
	
	.top-bar-top-left a.phone i {
		font-size: 20px;
	}
	
	.top-bar-top-right .button-link {
		display: none;
	}
	
	.top-bar-top-right .mobile-nav-header {
		display: block;
	}
	
	.top-bar-top-right {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	.top-bar-top-right .mobile-login {
		display: block;
		font-size: 22px;
		line-height: normal;
		text-align: center;
		padding: 10px 0 10px;
		color: #fff;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	
	.top-bar-top-right .mobile-login:hover {
		color: #FFB703;
	}
	
	a.header-logo {
		width: 150px;
		flex: 0 0 150px;
	}
	
	a.header-logo svg {
		width: 150px;
		height: 100%;
	}
	
	.top-bar-scroll.top-bar a.header-logo {
		width: 100px;
		flex: 0 0 100px;
	}
	
	.top-bar-scroll.top-bar a.header-logo svg {
		width: 100px;
		height: 100%;
	}
	
	.top-bar-banner-inner .top-bar-banner-right {
		display: none;
	}
	
	.top-bar-banner-inner {
		justify-content: center;
	}
	
	.mobile-nav {
		display: block;
	}
	
	.fixed-location-button.button-link {
		display: inline-block;
		position: fixed;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		max-width: calc(100% - 40px);
		box-sizing: border-box;
		margin: 0;
		z-index: 2000;
		min-width: 300px;
		
		bottom: 145px;
		left: -86px;
		transform: rotate(90deg);
		min-width: 200px;
		border-radius: 12px 12px 0 0;
		font-size: 12px;
		padding: 10px;
	}
	
	
	.creato_block-container-3-columns .creato_block-listing-text h3 {
		font-size: 25px !important;
	}
	
	.has-xx-large-font-size {
		font-size: 50px !important;
	}
	
	.location-no-results-outer {
		grid-template-columns: calc(50% - 18px) calc(50% - 18px);
	}
	
	.cookie-banner.cookie-banner-bottom_left {
		width: 50px;
		height: 50px;
	}
	
	.cookie-banner.cookie-banner-bottom_left i {
		left: 6px;
		bottom: 8px;
		font-size: 16px;
	}
	
	.top-bar-top-left a.phone.button-link {
		border: 0px solid #fff;
		padding: 0;
		width: 40px;
		height: 40px;
		position: relative;
	}
	
	.top-bar-top-left a.phone.button-link i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
}


@media (max-width: 980px) {
	.clockwork-self-survey-inner {
		grid-template-columns: 100%;
	}
	
	.clockwork-self-survey-right {
		display: grid;
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
		gap: 20px;
	}
}

@media (max-width: 850px) {
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
	}
	
	.footer-menus {
		gap: 40px 30px;
	}
	
	.footer-menu {
		flex: 0 0 calc(50% - 15px);
	}
}


/* Tablet */

@media (max-width: 800px) {
	
	
	.has-xx-large-font-size {
		font-size: 36px !important;
	}
	
	.has-x-large-font-size,
	.matched-locations-outer .matched-locations-title {
		font-size: 30px !important;
	}
	
	.has-large-font-size,
	.creato_block-container-3-columns .creato_block-listing-text h3,
	.modern-enquiry-form .clockwork-enquiry-form-header h2 {
		font-size: 24px !important;
	}
	
	.heading-underline {
		padding-bottom: 15px;
	}
	
	.heading-underline::after {
		height: 3px;
	}
	
	.team-member-listings {
		display: grid;
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		gap: 30px;
	}
	
	.clockwork-survey-login {
		display: grid;
		grid-template-columns: 100%;
		gap: 50px 10%;
		margin-bottom: 50px;
	}
	
	.clockwork-survey-login-left.span-2 {
		grid-column: span 1;
		display: grid;
		grid-template-columns: 100%;
		gap: 0px 10%;
		align-items: flex-start
	}

}

@media(max-width: 782px) {
	.wp-block-columns.left-border-columns {
		display: grid;
		grid-template-columns: 100%;
		gap: 30px;
	}
	
	.vacancy-listings {
		grid-template-columns: 100%;
	}
	
	.clear-filters {
		order: 3;
	}
}


@media (max-width: 700px) {

	.mobile-slider .creato_block-container-listings .grid .creato_block-listing{
		margin: 10px 20px 10px 0;
	}

	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(2n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(3n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(4n+1){
		clear: none;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid,
	.archive-news-outer,
	.archive-search-outer {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:last-child,
	.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:last-child {
		grid-column: span 2;
	}
	
	.location-branch-outer {
		grid-template-columns: 100%;
	}
	
	.single-faq-listing-title h3 {
		font-size: 18px;
	}
	
	.single-faq-listing-title i {
		font-size: 14px;
	}
	
	.clockwork-self-survey-right {
		display: grid;
		grid-template-columns: 100%;
		gap: 20px;
	}
	
	.clockwork-self-survey-inner form {
		display: grid;
		grid-template-columns: 100%;
	}
	
	.clockwork-self-survey-form-listings-inner {
		border-radius: 0;
		border: 0px solid #fff;
		background: unset;
		padding: 0;
		display: grid;
		grid-template-columns: 100%;
		gap: 20px;
		margin-bottom: 20px;
	}
	
	.clockwork-self-survey-form-panel {
		display: block;
		padding: 0 20px;
		border: 1px solid #C4C4C4;
		border-radius: 20px;
		background: #fff;
	}
	
	.clockwork-self-survey-form-tabs {
		display: none;
	}
	
	.clockwork-self-survey-form-panel-listings {
		padding-bottom: 20px;
		display: none;
	}
	
	.clockwork-self-survey-panel-mobile-trigger {
		padding: 15px 30px 15px 0;
		font-size: 18px;
		font-weight: 600;
		color: rgba(21, 40, 72, 1);
		position: relative;
		display: block;
	}
	
	.clockwork-self-survey-panel-mobile-trigger::after {
		content: '\f078';
		font-family: "Font Awesome 7 Pro";	
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		font-size: 16px;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	
	.clockwork-self-survey-form-panel.active-panel .clockwork-self-survey-panel-mobile-trigger::after {
		transform: translateY(-50%) rotate(180deg);
	}
	
	.clockwork-self-survey-form-panel.active-panel .clockwork-self-survey-form-panel-listings {
		display: block;
	}

}



@media (max-width: 600px) {

	.wp-block-media-text .wp-block-media-text__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.wp-block-media-text.full-width-media-text .wp-block-media-text__media {
		width: calc(100% + 40px);
		left: -20px;
		height: unset;
	}
	
	.wp-block-media-text.full-width-media-text .wp-block-media-text__media img {
		height: unset;
		object-fit: cover;
		object-position: center;
	}
	
	.wp-block-media-text.has-media-on-the-right.full-width-media-text .wp-block-media-text__media {
		width: calc(100% + 40px);
		left: -20px;
	}
	
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 30px 0;
	}
	
	.wp-block-media-text .wp-block-media-text__content {
		padding: 30px 0;
	}
	
	.full-width-media-text.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 50px 0;
	}
	
	.full-width-media-text.wp-block-media-text .wp-block-media-text__content {
		padding: 50px 0;
	}
	
	.location-listings {
		grid-template-columns: 100%;
		gap: 20px;
	}
	
	.matched-locations-outer .single-location-listing {
		flex: 0 0 100%;
	}
	
	.location-listings .single-location-text-inner {
		display: none;
		padding-bottom: 40px;
	}
	
	.location-listings .single-location-text {
		padding: 0 20px;
	}
	
	.location-listings .single-location-text h3 {
		padding: 20px 30px 20px 0;
		position: relative;
		cursor: pointer;
	}
	
	.location-listings .single-location-text h3::after {
		content: '\f078';
		font-family: "Font Awesome 7 Pro";	
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	
	.location-listings .single-location-text h3.active::after {
		transform: translateY(-50%) rotate(180deg);
	}
	
	.location-tabs-listings {
		gap: 12px;
		grid-template-columns: calc(33.34% - 8px) calc(33.33% - 8px) calc(33.33% - 8px);
	}
	
	.team-search-right, .vacancy-search-right, .case-study-search-right {
		gap: 10px 20px;
	}
	
	.team-search-right, .vacancy-search-right {
		width: 100%;
	}
	
	.team-search-right select, .vacancy-search-right select {
		flex: 0 0 calc(50% - 10px);
		flex-grow: 1;
	}
	
	.vacancy-listings .single-vacancy .vacancy-text h3 {
		font-size: 24px;
	}
	
	.vacancy-detail span {
		font-size: 16px;
	}
	
	.vacancy-listings .single-vacancy {
		padding: 40px 20px;
	}
	
	.archive-news-outer, .archive-search-outer,
	.case-studies-listings, 
	.case-studies-listings-section {
		grid-template-columns: 100%;
	}
	
	.faq-listings.faq-listings-sections.faq-listings-columns-2 .faq-listings-section {
		grid-template-columns: 100%;
	}
	
	.blue-bg {
		padding: 60px 20px;
	}	
	
	.smart-search-results-section-inner {
		display: grid;
		grid-template-columns: 100%;
		gap: 40px 30px;
	}
	
	.smart-search-results-section-inner.smart-search-post_vacancies-results-section-inner,
	.smart-search-results-section-inner.smart-search-post_faqs-results-section-inner {
		grid-template-columns: 100%;
	}
	
	.wp-block-gallery.awards-gallery {
		gap: 21px !important;
	}
	
	.wp-block-gallery.awards-gallery figure.wp-block-image {
		margin-bottom: unset !important;
		flex: 0 0 calc(33.33% - 14px);
	}
	
	.location-no-results-outer {
		grid-template-columns: 100%;
	}
	
	.location-no-results-outer .single-location-listing {
		min-height: unset;
	}
	
	.cookie-banner.cookie-banner-bottom_left,
	.fixed-location-button.button-link span {
		display: none;	
	}
	
	.fixed-location-button.button-link i {
		display: block;	
	}
	
	.fixed-location-button.button-link {
		bottom: 10px;
		left: 10px;
		border-radius: 50%;
		min-width: auto;
		padding: 14px 12px;
	}
	
}

@media (max-width: 550px) {
	.creato_block-container.creato_block-container-2-columns .grid,
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid,
	.archive-news-outer,
	.archive-search-outer {
		grid-template-columns: 100%;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:last-child,
	.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:last-child {
		grid-column: span 1;
	}
}

/* Mobile Layouts */
@media (max-width: 500px) {

	.footer-menu {
		flex: 0 0 100%;
	}
	
	.footer-menu-panel {
		display: none;
		padding-top: 25px;
	}
	
	.footer-title {
		margin-bottom: 0;
		cursor: pointer;
	}
	
	.footer-title::after {
		content: '\f078';
		font-family: "Font Awesome 7 Pro";	
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		font-size: 20px;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;	
	}
	
	.footer-title.footer-title-active::after {
		transform: translateY(-50%) rotate(180deg);
	}
	
	.accreditation-image {
		margin: 0 30px;
	}
	
	.accreditation-image img {
		height: 70px;
	}
	
	.accreditations-outer {
		padding: 30px 0;
	}
	
	.team-member-listings {
		display: grid;
		grid-template-columns: 100%;
		gap: 30px;
	}
	
	.location-branch-outer.location-branch-outer-3 {
		grid-template-columns: 100%;
	} 
	
	.location-branch-outer.location-branch-outer-3 .location-branch-left {
		grid-column: span 1;
	}
	
	.cookie-banner-bottom_left {
		display: none !important;	
	}
	
	.top-bar-top {
		justify-content: space-between;
	}
	
	.contact-upload-outer input[type="file"]{
		width: 100%;
		font-size: 13px;
		padding: 10px 90px 10px 0px;
	}
	
	.clockwork-self-survey-additional-left input {
		width: 100%;
		padding: 0 0px 0 10px;
	}
	
}

@media (max-width: 450px) {
	
	.team-search-right select, .vacancy-search-right select {
		flex: 0 0 100%;
		flex-grow: 1;
	}
	
	.team-search-right, .vacancy-search-right, .case-study-search-right {
		justify-content: flex-end;
	}
	
	.location-branch-contact {
		grid-template-columns: 100%;
	}
	
	.location-branch-contact {
		justify-items: center;
	}
	
	.location-branch-contact-left {
		max-width: 200px;
		width: 100%;
	}
	
	.location-branch-outer.location-branch-outer-3 .location-branch-contact-left {
		left: 0;
		transform: none;
	}
	
	.faq-listings.faq-listings-columns-2 {
		grid-template-columns: 100%;
	}
	
}


@media (max-width: 400px) {
	
	
	.location-tabs-listings {
		gap: 10px;
		grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	}
	
	.wp-block-cover.full-width {
		aspect-ratio: 16/11 !important;
		min-height: unset !important;
	}
	
	@supports not (aspect-ratio: 16 / 11) {
		
		.wp-block-cover.full-width {
			padding-top: 61%;
		}
	
	}
	
	.wp-block-spacer {
		max-height: 70px;
	}
	
	#sidebar ul li {
		flex: 0 0 100%;
	}
	
	#sidebar select {
		width: 100%;
	}
	
	.wp-block-gallery.awards-gallery {
		gap: 20px !important;
	}
	
	.wp-block-gallery.awards-gallery figure.wp-block-image {
		margin-bottom: unset !important;
		flex: 0 0 calc(50% - 10px);
	}
	
	.top-bar-top-logo {
		flex: 0 0 130px;
	}
	
	.top-bar-top-left,
	.top-bar-top-right {
		flex: 0 0 calc(50% - 95px);
	}
	
	a.header-logo {
		width: 130px;
		flex: 0 0 130px;
	}
	
	a.header-logo svg {
		width: 130px;
		height: 100%;
	}
	
	.clockwork-self-survey-additional-left input {
		font-size: 12px;
	}
	
}


@media (max-width: 390px) {

	.fixed-location-button.button-link {
		display: none;	
	}

}

@media (max-width: 360px) {

	.clockwork-self-survey-additional-left input {
		font-size: 13px;
	}

}















/* General Woocommerce */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce{
	display: inline-block;
	width: 100%;
}

#sidebar{
	float: left;
	width: 20%;
	margin-top: 40px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	list-style: none outside none;
	margin-bottom: 5px;
}

#sidebar a{
	color: #6C6D6D;
}

#sidebar .widget{
	margin-bottom: 20px;
}

#primary{
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
	width:98%
}

.woocommerce .main-content{
	text-align: left;
}

.woocommerce .woocommerce-breadcrumb{
	text-align: left;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	margin: 80px 0 20px 0;
	color: #BFBFBF;
}

.woocommerce .woocommerce-breadcrumb a{
	color: #BFBFBF;
}

mark.count{
	display: none;
}

/* End General */








/* Woocommerce Buttons */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
#sidebar a.button,
.woocommerce div.product form.cart .button,
.woocommerce input#wc_lost_license_btn,
.woocommerce button.button.alt{
	display: inline-block;
	text-transform: uppercase;
	border: none;
	background: #ccc;
	color: #fff;
	padding: 10px 15px !important;
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
	border-radius: 0px;
	font-weight: 200;
	white-space: inherit;
	max-width: 90%;
	font-weight: bold;
	-webkit-appearance:none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

#sidebar a.button{
	margin: 10px 1%;
	width: 43%;
	padding: 5px 1% !important;
	font-size: 14px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
#sidebar a.button:hover,
.woocommerce input.button:disabled,
.woocommerce input.button.alt:hover,
.woocommerce input#wc_lost_license_btn:hover,
.woocommerce button.button.alt:hover{
	background: #545454;
	color: #fff;
	cursor: pointer;
}

/* End Buttons */








/* Archive Products/Categories */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce ul.products li.product-category h2{
	text-align: center;
	font-size: 16px;
}

.woocommerce ul.products li.product .price{
	color: #545454;
	font-size: 18px;
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #545454;
	font-size: 20px;
}

.woocommerce div.product .woocommerce-variation-price span.price{
	font-size: 30px;
	color: #545454;
	font-weight: bold;
	margin-bottom: 20px;
}

.woocommerce span.onsale{
	background: #545454;
}

.woocommerce ul.products li.product .price del{
	display: inline-block;
}

/* End Archive Styling */








/* Single Product */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	text-align: left;
}

.woocommerce .summary{
	text-align: left;
	color: #545454;
}

.woocommerce div.product h1.product_title{
	color: #545454;
}

.woocommerce .summary p.price{
	font-size: 26px;
	margin: 0 0 20px 0;
}

.woocommerce .quantity .qty{
	background: none;
	color: #545454;
	font-size: 18px;
	padding: 6px 2px;
	border: 1px solid #545454;
	margin: 10px 10px 0 0;
}

.woocommerce div.product p.stock{
	
}

.woocommerce .summary form .form-row{
	margin: 0;
	padding: 0;
}

.woocommerce div.product form.cart .variations select{
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	font-size: 14px;
	background: #fff;
	-webkit-appearance:none;
	border-radius: 0;
	color: #545454;
	padding: 10px;
	border: 1px solid #545454;
}

.woocommerce div.product form.cart .button{
	padding: 10px 15px !important;
}

.woocommerce .product_meta{
	font-size: 14px;
}

.woocommerce span.sku_wrapper{
	
}

.woocommerce section.related{
	display: inline-block;
	width: 100%;
}

.woocommerce section.related h2{
	text-align: center;
	margin-bottom: 20px;
}


.woocommerce-message, .woocommerce-info {
	text-align: left;
}

.woocommerce .woocommerce-message .button{
	margin: 0;
	padding: 10px 15px !important;
}

.woocommerce div.product div.images {
	width: 47%;
	margin-left: 1%;
}

.woocommerce .woocommerce-ordering select {
    padding: 8px 0%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	font-size: 12px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	float: right;
	margin-right: 1%;
	width: 100%;
}

.single_add_to_cart_button {
	
}

/* End Single Product */








/* Woocommerce Tabs */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce-tabs{
	text-align: left;
	margin: 40px 0;
	display: inline-block;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	border: none;
	margin: 0 5px 5px 0;
	color: #545454;
	text-transform: uppercase;
	font-weight: 800;
	background: #ccc;
	border: 1px solid #ccc;
	border-bottom: none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #fff;
	color: #ccc;
	margin-bottom: 0;
	padding-bottom: 5px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #ccc;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a {
	color: #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 10px 10px;
	font-size: 16px;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel{
	width: 94%;
	padding: 30px 3%;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -1px;
	float: left;
}

/* end of tabs */








/* Basket */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce table.cart td.actions .input-text, .woocommerce form.checkout_coupon .form-row input.input-text{
	float: left;
	width: 150px;
	padding: 3px 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	margin: 10px 10px 10px 0;
	-webkit-appearance:none;
}

.woocommerce table.shop_table{
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
	border-radius: 0;
}

.woocommerce table img{
	width: 50px;
	height: auto;
}

.woocommerce td.product-name dl.variation p{
	margin: 0;
}

.woocommerce table.cart td.actions .input-text{
	border: 1px solid #ccc;
	background: none;
	color: #545454;
	padding: 9px 10px;
	width: 200px;
}

.woocommerce table.cart td.actions .input-text::placeholder{
	color: #545454;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border-top: 1px solid #ccc;
}

/* End Basket */








/* Checkout Page */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce form .form-row-last {
    width: 46%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
	padding: 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	border: 1px solid #ccc;
	color: #545454;
	background: #fff;
	-webkit-appearance:none;
}

.woocommerce form .form-row input.input-text::placeholder{
	color: #ccc;
}

.woocommerce form.checkout_coupon .form-row input.input-text{
	width: 100%;
	padding: 7px 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	border-radius: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: 100%;
	margin: 20px 0%;
}

.woocommerce .woocommerce-checkout{
	width: 600px;
	margin: 0 auto;
	max-width: 96%;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: #ccc;
}

/* End Checkout */







/* My Account */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce nav.woocommerce-MyAccount-navigation{
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #545454;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li{
	list-style: none outside none;
	display: inline;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a{
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a{
	opacity: 0.5;
}

/* End My Account */



/* Woocommerce Mobile */

/* Remove to set live - Copy this line, find and replace with a blank

@media (max-width: 970px) {

	
	.woocommerce .woocommerce-breadcrumb {
	    width: 98%;
	    margin: 10px 1% 20px 1%;
	}
	
	.woocommerce div.product div.summary {
		width: 47%;
		margin-right:1%;
	}
	
	.woocommerce-tabs {
	    margin: 40px 1%;
	    width: 98%;
	}
	
	.page-tabs-overlay h3 {
	    font-size: 28px;
    }
	
}


@media (max-width: 768px) {

	.woocommerce div.product div.images {
	    width: 94%;
	    margin: 0 3%;
	}
	
	.woocommerce div.product div.summary {	
	    width: 94%;
	    margin: 20px 3% 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    padding: 0 1%;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	    font-size: 14px;
    }
    

}

@media (max-width: 500px) {

	.page-tabs-overlay h3 {
	    font-size: 24px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
	    margin: 80px 1% 20px 1%;
	}
	
	.woocommerce div.product h1.product_title {
	    font-size: 26px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    width: 97.5% !important;
	    margin: 0 !important;
	    padding: 3px 1% !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
	    width: 93.5% !important;
	}
	
	.woocommerce form .form-row {
	    padding: 3px 1% !important;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last {
    	width: 98%;
	}
	
	.woocommerce-privacy-policy-text p {
		font-size: 12px;
	}
	
}

/* End Woocommerce Mobile */

























/* Specific Fixes and things in the core */
 

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}





/* IE11 Styling */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	select::-ms-expand {
	    display: none;
	}
	
}



/* Cookie notification styling */

.wc_privacy_notice {
	position: fixed;
	bottom: 0px;
	width: 90%;
	text-align: center;
	background: rgba(255,255,255,1);
	border-top: 1px solid #000;
	box-shadow: 0px 0px 2px #000;
	padding: 10px 10px;
	font-size: 13px;
	z-index: 10000;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 800px;
	border-radius: 10px 10px 0 0;
}

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

.wc_privacy_text strong{
	float: left;
	font-size: 12px;
}

.wc_privacy_policy_buttons{
	float: right;
}

.reveal_privacy_options, 
.wc_privacy_policy_buttons button, 
.wc_privacy_submit{
	display: inline-block;
	padding: 5px 20px;
	margin-left: 10px;
	border-radius: 20px;
	-webkit-appearance: none;
	line-height: normal;
	border: none;
	font-size: 11px;
	font-family: 'Roboto', 'Arial', sans-serif;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color: #fff;
	background: #000;
}

span.reveal_privacy_options_hide{
	display: none;
}

.reveal_privacy_options:hover, 
.wc_privacy_policy_buttons button:hover, 
.wc_privacy_submit:hover{
	opacity: 0.8;
	cursor: pointer;
}

.wc_reveal_options{
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	text-align: left;
	font-size: 11px;
}

.wc_privacy_option {
	float: left;
	background: #efefef;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	width: calc(25% - 30px);
	text-align: center;
}

.page-content .wc_reveal_options {
	float: none;
	display: block;
}

.page-content .wc_privacy_notice {
	position:relative;
	display: inline-block !important;
	border: 1px solid #999;
	width: calc(100% - 42px);
	padding: 20px;
	background: #fff;
	color: #1C2342;
	z-index: 0;
	margin: 10px 0px 50px 0px;
	animation: slideDown 0 ease forwards;
	-webkit-animation: slideDown 0 ease forwards;
	-moz-animation: slideDown 0 ease forwards;
	-o-animation: slideDown 0 ease forwards;
	animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
}

.page-content .wc_privacy_notice .wc_privacy_text strong{
	width: inherit;
}

.page-content .wc_reveal_options .wc_privacy_submit {
	margin-top:10px;
	margin-left:0 !important;
}


@media (max-width: 600px) {
	.wc_privacy_option {
		width: calc(50% - 30px);
		margin-top: 5px;
	}
}

@media (max-width: 350px) {
	.wc_privacy_text strong{
		width: 90px;
		text-align: left;
	}
	
	.wc_privacy_policy_buttons{
		margin-top: 5px;
	}
}


.creato-ccp-outer {
	bottom: 20px !important;
	left: 20px !important;
	width: 440px !important;
	max-width: calc(100vw - 40px) !important;
	box-sizing: border-box;
	top: unset !important;
	transform: unset !important;
	max-height: calc(100vh - 40px) !important;
	overflow: scroll !important;
	-ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
}

.creato-ccp-outer::-webkit-scrollbar {
  display: none;
}

.creato-ccp-outer.creato-ccp-outer-v2 {
	z-index: 9999999999 !important;
}

.creato-ccp-inner {
	grid-template-columns: 100% !important;
	gap: 10px !important;
}

.creato-ccp-column.creato-ccp-column-buttons {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
}

.ccp-condense-opener {
	font-family: "Helvetica", "arial", sans-serif;
	font-size: 14px;
	color: #2A345D;
	font-weight: 600;
	display: flex;
	align-items: center;
	margin: 10px 0;
	gap: 15px;
	cursor: pointer;
}

.ccp-condense-opener i {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.ccp-condense-opener.open i {
	transform: rotate(180deg);
}

.ccp-condense {
	display: none;
	padding-bottom: 20px;
}

.creato-ccp-checkboxes {
	grid-template-columns: 100% !important;
	gap: 15px !important;
	display: grid !important;
}

.creato-ccp-outer-v2.creato-ccp-outer.creato-ccp-outer-privacy-page {
	margin: auto !important;
	bottom: 0 !important;
	left: 0 !important;
}

@media (max-width: 480px) {
	.creato-ccp-column.creato-ccp-column-buttons {
		display: grid !important;
		grid-template-columns: 100% !important;
	}
	
	.creato-ccp-outer {
		bottom: 0px !important;
		left: 00px !important;
		width: 440px !important;
		max-width: calc(100% - 0px) !important;
	}
}
