/* Webfonts */

@import url('https://fonts.googleapis.com/css?family=Baloo+Paaji+2:500,700|Inter:500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.baloo {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
}

.baloo-medium {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}


/* Bootstrap Grid */

@media screen and (min-width: 1600px) {
	.container {
		max-width: 1490px;
	}
}

h1.medium-weight,
h2.medium-weight,
h3.medium-weight,
h4.medium-weight,
h5.medium-weight {
	font-weight: 400;
}
h1.medium-heavy-weight,
h2.medium-heavy-weight,
h3.medium-heavy-weight,
h4.medium-heavy-weight,
h5.medium-heavy-weight {
	font-weight: 600;
}

.page-id-8 .ex-offenders{
	display: block !important;
}

.ex-offenders{
	display: none !important;
}

.container, .container-fluid {
	padding-left: 25px;
	padding-right: 25px;
}

.row {
	margin-left: -25px;
	margin-right: -25px;
}

.row.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 25px;
	padding-right: 25px;
}

.hover-files:hover {
	background-color:#fff;
}

.row-pad-xl {
	margin-left: -75px;
	margin-right: -75px;
}

.col-pad-xl {
	padding-left: 75px;
	padding-right: 75px;
}

/* Global */

html {
  scroll-behavior: smooth;
}

img.awards {
    width: 130px;
}

img.awards-2 {
    width: 100px;
}

body {
	color: #000;
	font-family: "Fira Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding-top: 94px;
}
body.admin-bar {

}

body.nav-menu-open {
  overflow-y: hidden;
}

.body-overlay, .body-overlay-2 {
  background: rgba(0, 0, 0, 0.50);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 94px;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .2s ease-in-out;
  z-index: 15;
}
.admin-bar .body-overlay, .admin-bar .body-overlay-2 {
	top:126px;
}

.nav-menu-open .body-overlay, .body-overlay.active, .body-overlay-2.active {
  opacity: 1;
  transition: opacity .2s ease-in-out;
  pointer-events: auto;
}

.absolute-cover {
	top: 0; right: 0; bottom: 0; left: 0;
}

.object-fit-cover {
	object-fit: cover;
}

.bg-black {
	background-color: #000;
}

.bg-blue {
	background-color: #3fc8f4;
}

.bg-blue-new {
	background-color: #5bc5f2;
}


.bg-red {
	background-color: #f05a67;
}
.bg-pink {
	background-color: #f288b7;
}
.bg-yellow {
	background-color: #fecc4e;
}
.bg-dark-blue {
	background-color: #669ad1;
}

.bg-cover {
	background-position: center;
	background-size: cover;
}

.bg-dark-grey {
	background-color: #eee;
}

.bg-green {
	background-color: #a2d078;
}

.bg-purple {
	background-color: #362b59;
}

.bg-grey {
	background-color: #f5f5f5;
}

.bg-grey-darker {
	background-color: #f0f0f0;
}

.bg-lines {
	background-image: url('../img/bg-lines.png');
}

.blue-overlay {
	background-color: #3fc8f4;
	background-blend-mode: multiply;
}

.grayscale {
	filter: grayscale(1);
}

.img-hover-zoom {
	transition: 0.1s ease-in-out;
}

.img-hover-zoom:hover {
	transform: scale(1.1);
}

.section-lg {
	padding: 100px 0;
}

.section-sm {
	padding: 50px 0;
}

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

.z-index-2 {
	z-index: 2;
}

.anchor {
	position: absolute;
	top: -144px;
}

.new-banner-bg {
	opacity: 0.75;
}

.aspect-ratio-square {
	aspect-ratio: 1/1;
}

.aspect-ratio-landscape {
	aspect-ratio: 4/3;
}

.aspect-ratio-portrait {
	aspect-ratio: 3/4;
}

body.logged-in .d-none.logged-in-d-block {
	display: block!important;
}



/* Typography */

a, a:hover, a:focus, a:active {
	color: #3fc8f4;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Fira Sans", sans-serif;
	font-weight: 800;
}

h1, h2 {
	font-size: 40px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin-bottom: 1.25em;
}

p:last-child {
	margin-bottom: 0;
}

.text-black {
	color: #000!important;
}

.text-blue {
	color: #3fc8f4!important;
}

.text-blue-new {
	color: #5bc5f2!important;
}

.text-blue-alt {
	color: #669AD1!important;
}

.text-coral {
	color: #F05A67!important;
}

.text-green {
	color: #ADCE6D!important;
}
.text-purple {
	color: #362b59!important;
}

.text-grey {
	color: #b0b0b0;
}

.text-pink {
	color: #F288B7!important;
}

.text-red {
	color: #f15966!important;
}

.text-yellow {
	color: #FECC4E!important;
}

.small-text h1 {
	font-size:42px;
}
.small-text h2 {
	font-size:36px;
}
.small-text h3 {
	font-size:28px;
}
.small-text h4 {
	font-size:20px;
}
.small-text p {
	font-size:16px;
}

.centered-list ul {
	list-style-position: inside;
	text-align: center;
}

/* Buttons */

.btn,
.button {
	background-color: #fecc4e;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	min-width: 200px;
	outline: none!important;
	padding: 12px 15px;
	text-transform: uppercase;
	transition: 0.2s ease-in-out;
}
.btn.bg-purple , .button.bg-purple {
	background-color: #231b3d;
}
.btn.bg-yellow , .button.bg-yellow {
	background-color: #fecc4e;
}

.btn:hover,
.button:hover {
	background-color: #231b3d;
	color: #fff;
}

.btn:focus,.btn:active,
.button:focus, .button:active {
	color: #fff;
 	outline: none !important;
  box-shadow: none;
}

.btn-blue {
	background-color: #3fc8f4;
}

.btn-blue:hover {
	background-color: #2bb4e0;
}

.btn-dropdown, .btn-dropdown:hover, .btn-dropdown:focus, .btn-dropdown:active {
	background-color: #eeeeee;
	color: #979797;
	font-size: 18px;
	font-weight: 500;
	height: 60px;
	padding-left: 25px;
	padding-right: 85px;
	text-align: left;
	text-transform: none;
}

.search-news .btn {
	background-color: #dedede;
	border-radius: 0;
}

.search-news .btn:hover {
	background-color: #3fc8f4;
}

.btn-dropdown span, .search-news .btn {
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 24px;
	height: 60px;
	min-width: 0;
	top: 0; right: 0;
	width: 60px;
}

.btn-dropdown.dropdown-toggle::after {
  display: none;
}

.btn-inactive, .btn-inactive:hover, .btn-inactive:focus, .btn-inactive:active {
	background-color: #e9e9e9;
	color: #959595;
}

.btn-inactive.active {
	background-color: #3fc8f4;
	color: #fff;
}

.results-toggle .disabled {
	opacity: 0.4;
}
.results-toggle .disabled:hover {
	cursor:not-allowed;
}

.overflow-x-auto {
	overflow-x:auto;
}


/* Forms */

.form-group,
.custom-login #loginform > p {
	margin-bottom: 30px;
}

@media (min-width:991px) {
	.custom-login #loginform .login-username {
		float: left;
		margin-right: 30px;
	}
}

.custom-login #loginform > p label {
	display:block;
}

.select2-container {
	max-width: 100%;
}
.select2-container--default .select2-search--inline .select2-search__field {
	color: #000;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border:none;
	background:#362b59;
	color:#fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color:#fff;
}
.form-control,
.select2-selection,
.input {
	background-color: #eeeeee!important;
	border: none!important;
	border-radius: 8px;
	color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	height: auto;
	padding: 18px 25px;
}

.select2 li {
	font-size: 16px!important;
}

.form-control:focus,
.select2-selection:focus,
.input:focus {
  color: #000;
  background-color: #eee;
  box-shadow: 0 0 0 0.2rem rgba(63, 200, 244, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #989898;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #989898;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #989898;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #989898;
  opacity: 1;
}

.form-control::placeholder {
  color: #989898;
  opacity: 1;
}

.search-news .form-control {
	height: 60px;
	font-size: 18px;
	padding-left: 25px;
	padding-right: 85px;
}

.dropdown-menu {
	font-size: 14px;
}

textarea.message-input {
	height: calc(100% - 30px);
}




/* Breadcrumbs */

.breadcrumb-wrapper {
	background-color: #dedede;
	height: 50px;
	z-index: 14;
}

.breadcrumb-spacer {
	height: 50px;
}

.breadcrumb {
	background-color: transparent;
	color: #000;
	flex-wrap: nowrap;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb a, .breadcrumb-item.active {
	color: #000;
}

.breadcrumb a {
	font-weight: 700;
}

.breadcrumb-item.active {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
    content: ">";
    font-weight: 700;
    padding-right: .25rem;
}


/* Animations and Fades */

.fade-in {
  background: #fff;
  //opacity: 0;
  //animation: fade-in 1s forwards;
}

@-webkit-keyframes fade-in {
  0% {opacity: 0;}
  20% {opacity: 0;}
  100% {opacity: 1;}
}
@-moz-keyframes fade-in {
  0% {opacity: 0;}
  20% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fade-in {
  0% {opacity: 0;}
  20% {opacity: 0;}
  100% {opacity: 1;}
}

@-webkit-keyframes RainbowGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes RainbowGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes RainbowGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


/* Navbar */

.navbar {
	font-size: 24px;
	height: 94px;
	margin-right: 150px;
	padding: 0 25px 0 25px;
}
.admin-bar .navbar {
	top:32px;
}

.navbar-logo img {
	height: 64px;
	width: 186px;
}

.navbar-dropdowns > a  {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transition: 0.2s ease-in-out;
}

.navbar-dropdowns > a.active  {
	border-bottom: 5px solid #362b59;
}

.navbar-dropdowns > a > i {
	vertical-align: -2px;
	transform: rotate(0deg);
	transition: 0.2s ease-in-out;
}

.navbar-dropdowns > a.active > i {
	transform: rotate(-180deg);
}

.navbar-search {
	cursor: pointer;
}

.navbar-search-dropdown {
	height: 58px;
	padding: 12px 16px;
	right: 100%; bottom: -58px; left: -100vw;
	transition: 0.2s ease-in-out;
}

.navbar-search-md .form-control {
	background-color: #dedede;
	border-radius: 25px;
	height: 50px;
	padding: 0 50px 0 25px;
}

.navbar-search-dropdown .form-control {
	background-color: #fff;
	border-radius: 17px;
	height: 34px;
	padding: 0 44px 0 17px
}

.navbar-search-md .form-control:focus {
  color: #000;
  background-color: #dedede;
}

.navbar-search-dropdown .form-control:focus {
  color: #000;
  background-color: #fff;
}

.navbar-search-md .btn, .navbar-search-dropdown .btn {
	background-color: transparent;
	font-size: 24px;
	color: #000!important;
	min-width: 0;
	padding: 0;
	top: 0; right: 0;
	width: 50px;
}

.navbar-search-dropdown .btn {
	height: 34px;
	font-size: 21px;
	width: 44px;
}

.navbar-telephone > a > span:last-child {
	display: none;
}

.navbar-toggle {
	cursor: pointer;
	top: 0; right: -150px; bottom: 0;
	width: 150px;
}

.navbar-toggle > div {
	height: 30px;
	width: 50px;
}

.navbar-toggle span {
	background-color: #fff;
	display: block;
	position: absolute;
	height: 4px;
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	width: 100%;
}

.navbar-toggle span:nth-child(1) {
	top: 0px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.navbar-toggle span:nth-child(2) {
	opacity: 1;
	top: 13px;
}

.navbar-toggle span:nth-child(3) {
	top: 26px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nav-menu-open .navbar-toggle span:nth-child(1) {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 13px;
}

.nav-menu-open .navbar-toggle span:nth-child(2) {
	opacity: 0;
}

.nav-menu-open .navbar-toggle span:nth-child(3) {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 13px;
}

.navbar-nav-wrapper {
	background-color: #31343b;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 94px; right: -360px; bottom: 0;
  transform: translate3d(0px, 0px, 0px);
  transition: transform .2s ease-in-out;
  width: 360px;
  z-index: 9999;
  -ms-overflow-style: none;  /* IE 10+ */
  overflow: -moz-scrollbars-none;  /* Firefox */
}
.admin-bar .navbar-nav-wrapper {
	top:126px;
}

.navbar-nav-wrapper::-webkit-scrollbar {
  width: 0px;  /* remove scrollbar space */
  background: transparent;  /* optional: just make scrollbar invisible */
}

.nav-menu-open .navbar-nav-wrapper {
  transform: translate3d(-360px, 0, 0);
  transition: transform .2s ease-in-out;
}

/* Account link | RL - 30/01/2025 */
.navigation__account nav {
	background-color: #4d515a;
	min-width: 100%;
    opacity: 0;
    pointer-events: none;
	transition: opacity .333s ease-in-out;
}

.navigation__account nav a {
	display: inline-block;
	padding: .725rem .725rem 0;
    font-size: 16px;
}

.navigation__account nav a:last-of-type {
	padding-bottom: .725rem;
}

.navigation__account nav a:hover {
	text-decoration: underline;
}

.navigation__account:hover nav {
	opacity: 1;
    pointer-events: all;
}

.pe-none {
	pointer-events: none;
}

.wp-activate-container {
	text-align: center;
	padding: 4rem;
}
/* //Account link | RL - 30/01/2025 */

.side-menu-link {
	margin-bottom: 10px;
	padding-right: 0;
	position: relative;
	transition: 0.2s ease-in-out;
}

.side-menu-link:hover {
	padding-right: 20px;
}

.side-menu-link::after {
  content: '\f105';
  font-family:"Font Awesome 5 Pro";
  font-weight: 900;
  opacity: 0;
  position: absolute;
  transition: .2s ease-in-out;
  top: calc(50% - 1px); right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side-menu-link:hover::after {
	opacity: 1;
}

.nav-social {
  font-size: 32px;
  margin-top: 1em;
  padding: 15px 25px;
}
.nav-social a:nth-of-type(2) {
	margin:0 0.5em;
}
.nav-social a i {
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.nav-social a:hover i {
  -webkit-transform: rotate(5deg) scale(1.2);
      -ms-transform: rotate(5deg) scale(1.2);
          transform: rotate(5deg) scale(1.2);
}

.active-filters {
	background: #eee;
	padding: 1em;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 1em!important;
}

.dropzone {
	min-height: auto;
	border: none;
	background: transparent;
	padding: 0;
}
.dropzone .dz-message {
	text-align: center;
	margin: 0;
	transition: .3s;
}
.dropzone .dz-message .dz-button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	width:100%;
}
.dropzone.dz-drag-hover {
	border-style: none;
}
.dropzone.dz-drag-hover .dz-message {
	opacity: 0.5;
	background:#3fc8f4;
}
.inputfile + label i,
.inputfile + label {
	transition:.3s;
}
.dropzone.dz-drag-hover .inputfile + label i {
	color: #fff;
}
.dropzone.dz-drag-hover .inputfile + label {
	border: 1px dashed #d1d1d1;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}


/* Mobile Navbar Collapse */

@media (pointer: fine) { /* Show scrollbar on navbar-nav if NOT touch device */
	.navbar-nav-wrapper .navbar-nav {overflow-y: auto;}
	.navbar-nav-wrapper .navbar-nav::-webkit-scrollbar {width: 8px;}
	.navbar-nav-wrapper .navbar-nav::-webkit-scrollbar-thumb {background-color: #3fc8f4;}
	.navbar-nav-wrapper .navbar-nav::-webkit-scrollbar-track {background-color: #31343b;}
}

.btn-navbar-nav-collapse i {
	transform: rotate(-180deg);
	transition: 0.2s ease-in-out;
}

.btn-navbar-nav-collapse.collapsed i {
	transform: rotate(0);

}

.navbar-nav-collapse.level-0 .btn-navbar-nav-collapse {
	font-size: 24px;
}

.navbar-nav-collapse.level-1 .btn-navbar-nav-collapse {
	font-size: 21px;
}

.navbar-nav-collapse.level-0 {
	border-bottom: 1px solid #93969D;
	padding: 15px 25px;
}

.navbar-nav-collapse.level-1 {
	padding-left: 5px;
}

.navbar-nav-collapse-inner {
	margin-bottom: 7.5px;
	margin-top: 5px;
}

.navbar-nav-collapse.level-1:last-child .navbar-nav-collapse-inner {
	margin-bottom: 0;
}

.navbar-nav-collapse-inner > div > a {
	line-height: 1.15;
	margin-bottom: 5px;
}

.navbar-nav-collapse-inner div:last-child > a {
	margin-bottom: 0;
}

.navbar-nav-collapse-inner > div > a:hover {
	text-decoration: underline;
}


/* Hover Menu */

.hover-menu-wrapper {
	pointer-events: none;
	opacity: 0;
	top: 94px; right: auto; left: auto;
	z-index: 16;
	transition: 0.1s ease-in-out;
	left: 50%;
  transform: translateX(-50%);
}
.admin-bar .hover-menu-wrapper {
	top:126px;
}

.hover-menu-wrapper.active {
	pointer-events: auto;
	opacity: 1;
}

.hover-menu {
	width: 1240px;
}

.hover-menu hr {
	border-top: 1px solid #464950;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.hover-menu-highlights {
	background-color: #31343b;
	padding: 40px 45px;
	width: 350px;
}

.hover-menu-highlights a {
	margin-bottom: 1rem;
}

.hover-menu-highlights a:last-child {
	margin-bottom: 0;
}

.hover-menu-highlights a span:first-child {
	font-size: 18px;
	transition: 0.2s ease-in-out;
}

.hover-menu-highlights a:hover span:first-child {
	color: #fff;
}

.hover-menu-main {
	background-color: #4d515a;
	padding: 40px 45px;
	width: 890px;
}

.row-hover-menu-main {
	margin-bottom: -35px;
}

.col-hover-menu-main {
	margin-bottom: 35px;
}

.col-hover-menu-main > div {
	margin-bottom: 0.3rem;
}

.col-hover-menu-main > div:last-child {
	margin-bottom: 0;
}

.hover-menu-main a {
	line-height: 1.15;
}

.hover-menu-main a:hover {
	text-decoration: underline;
}


/* Footer */

.footer {
	padding: 90px 0;
}

.footer-divider {
	height: 2px;
}

.footer-logo {
	height: 64px;
	width: 186px;
}

.footer-links {
	font-size: 24px;
}

.footer-links a:hover, .footer-telephone:hover {
	color:#3fc8f4!important;
}

.footer-social {
	font-size: 32px;
}

.footer-telephone {
	font-size: 40px;
}

.logo-total-policing {
	width: 420px;
}

.logo-40yrs {
	height: 68px;
	width: 136px;
}

.adigi {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.adigi span {
	color: #fd819e!important;
}

.footer-gradient {
	height: 10px;
	background: linear-gradient(270deg, #f288b8, #d5a895, #9ed079, #40c7f4, #f288b8, #d5a895, #9ed079, #40c7f4);
	background-size: 200% 200%;
	-webkit-animation: RainbowGradient 10s ease infinite;
	-moz-animation: RainbowGradient 10s ease infinite;
	animation: RainbowGradient 10s ease infinite;
	background: #FECC4E;
}


/* News and Blog */

.featured-post {
	border-radius: 8px;
}

.featured-post-inner {
	padding: 40px 0;
}

.post-meta {
	font-size: 18px;
}

.featured-post .post-meta {
	font-size: 28px;
}

.news-filters-title {
	font-size: 48px;
}

.news-filters .dropdown-menu {
	margin-top: 10px;
	max-height: 240px;
	overflow-y: scroll;
}

.news-filters .dropdown-menu::-webkit-scrollbar {
	width: 8px;
}

.news-filters .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #3fc8f4;
  border-radius: 8px;
}

.news-filters .dropdown-menu::-webkit-scrollbar-track {
	background-color: #eeeeee;
}

.post-author {
	line-height: 1;
}

.post-author .author-name {
	font-size: 18px;
}

.post-author img {
	border-radius: 50%;
}

/* Single Post Author */
.post-author__container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	background-color: #3fc8f4;
	margin-top: 1.5rem;
	padding: 1.5rem;
}

.post-author__avatar img {border-radius: 50%;}

@media screen and (min-width: 576px) {
	.post-author__container {
		flex-direction: row;
	}
}

.read-more {
	font-size: 18px;
}

.read-more i {
	vertical-align: -1.5px;
	transition: 0.1s ease-in-out;
}

.read-more:hover i {
	transform: translateX(3px);
}

.row-news-snippets {
	margin-bottom: -50px;
}

.col-news-snippet {
	margin-bottom: 50px;
}

.col-news-snippet .img-fluid {
	transition: 0.1s ease-in-out;
}

.col-news-snippet:hover .img-fluid {
	transform: scale(1.1);
}
.col-news-snippet p {
	word-break: break-word;
}

.timeline {
	height:300px;
}
.timeline_item {
	width:33.3333%;
	height:100%;
}
.timeline .flickity-prev-next-button.previous {
	left: -70px;
}
.timeline .flickity-prev-next-button.next {
	right: -70px;
}
.v-center {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

#locations_map {
	width:100%;
	height:600px;
	mix-blend-mode: luminosity;
}

.team-item {
	text-align:center;
	/*background:#3fc8f4;*/
	color:#fff;
	height:100%;
}
.team-icons img {
	max-width:150px;
	margin-bottom:1em;
}
.team-icons h4 {
	font-weight: 600;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 60px;
	line-height: 1;

	opacity: .75;
	color: #ADCE6D!important;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -60px;
	transform: translate(0, -50%) rotate(90deg);
	transition: 0.2s ease-in-out;
}
.slick-prev:before {
	content: "\f107";
}
.slick-next {
	right: -60px;
	transform: translate(0, -50%) rotate(-90deg);
	transition: 0.2s ease-in-out;
}
.slick-next:before {
	content: "\f107";
}

.show-more-posts {
	padding: 100px 0;
}

.post-wrapper {
	margin-right: 50px;
}

.post-wrapper .post-meta {
	background-color: #3fc8f4;
	border-bottom-right-radius: 30px;
	padding: 15px 25px;
	top: 0; left: 0;
}

.post-wrapper .post-meta a {
	color: #fff;
}

.post-wrapper .post-content {
	padding: 25px 50px 50px;
}

/*.post-wrapper .post-content > div {
	margin-top: -50px;
	padding: 35px 50px 50px;
}*/

.post-content-inner img {
	display: block;
	height: auto;
	margin: 0 auto 1.25em;
	max-width: 100%;
}

.post-content-inner ul, .post-content-inner ol {
	margin-bottom: 1.25em;
	padding-left: 1em;
}

.post-content li {
	margin-bottom: 1rem;
}

.post-content hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.post-footer .tags a::after {
	content: ',';
	margin-right: 0.25em;
}

.post-footer {
	font-size: 18px;
}

.post-footer .tags a:last-child::after {
	content: '';
	margin-right: 0em;
}


/* Banner Carousels */

.carousel-banner {
	height: 600px;
}

.carousel-banner h2 {
	font-size: 48px;
}

.carousel-banner.light h2 {
	/*color: #fff;*/
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.carousel-banner.light .text-black h2 {
	/*color: #fff;*/
	text-shadow: none;
}


.carousel-banner .carousel-indicators {
	margin: 0;
  right: auto; bottom: 50px; left: 13.5vw;
}

.carousel-banner.right .carousel-indicators {
  right: 13.5vw; bottom: 50px; left: auto;
}

.carousel-banner .carousel-indicators li {
  background-color: #000;
	border: none;
	border-radius: 50%;
  height: 14px;
  margin-right: 12px;
  margin-left: 0;
  opacity: 1;
  width: 14px;
}

.carousel-banner.light .carousel-indicators li {
	background-color: #fff;
}

.carousel-banner .carousel-indicators li.active {
  background-color: transparent;
  -webkit-box-shadow:inset 0px 0px 0px 2px #000;
  -moz-box-shadow:inset 0px 0px 0px 2px #000;
  box-shadow:inset 0px 0px 0px 2px #000;
}

.carousel-banner.light .carousel-indicators li.active {
  background-color: transparent;
  -webkit-box-shadow:inset 0px 0px 0px 2px #fff;
  -moz-box-shadow:inset 0px 0px 0px 2px #fff;
  box-shadow:inset 0px 0px 0px 2px #fff;
}

.carousel-banner-item-inner {
	position: absolute;
}

.carousel-banner-item-inner > div {
	max-width: 640px;
}

.slide-left .carousel-banner-item-inner {
	margin-left: 13.5vw;
	margin-right: 0;
}

.slide-center .carousel-banner-item-inner {
	margin-left:0;
	margin-right:0;
	text-align: center;
	justify-content: center;
}

.slide-right .carousel-banner-item-inner {
	justify-content: flex-end;
	margin-left: 0;
	margin-right: 13.5vw;
	text-align: right;
}

.carousel-banner-mobile-bg {
	height: 220px;
}

.carousel-banner .alt_layout h1 {
	font-size: 42px;
}
.carousel-banner .alt_layout h2 {
	font-size: 32px;
}

.carousel-testimonials .carousel-inner {
	padding: 0 25px;
}

.carousel-testimonial-item-inner {
	max-width: 900px;
}

.carousel-testimonial-item-inner .quote-mark {
	height: 64px;
	width: 64px;
}

.carousel-testimonial-item-inner p {
	font-size: 24px;
	line-height: 1.3;
	margin: 1.25em 0 1.5em;
}

.carousel-testimonial-item-inner .testimonial-author {
	font-size: 28px;
	line-height: 1.1;
}

.testimonial-author-image {
	border-radius: 50%;
}

.carousel-testimonials .carousel-indicators {
	padding-top: 15px;
	padding-bottom: 15px;
}

.carousel-testimonials .carousel-indicators li {
	background-color: transparent;
	border: none;
	height: auto;
	margin: 0;
	opacity: 1;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	text-indent: 0;
	width: 20%;
}

.carousel-testimonials .carousel-indicators li .overlay {
	background: rgba(63,200,244,0.25);
	opacity: 0;
	top: -15px; right: 0; bottom: -15px; left: 0;
	transition: 0.2s ease-in-out;
}

.carousel-testimonials .carousel-indicators li.active .overlay {
	opacity: 1;
}

.carousel.fade {
  opacity: 1;
}

.carousel.fade .carousel-item {
	display: block;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
  width: 100%;
	z-index: 0;
}

.carousel.fade .carousel-item.active {
  opacity: 1;
	z-index: 1;
}

.carousel-product-images .carousel-control-prev i,.carousel-product-images .carousel-control-next i {
	color: #3fc8f4;
	font-size: 36px;
}
.carousel-arrow > span {
	width: 3em;
	height: 3em;
	background: #fff;
	border-radius: 1.5em;
}
.carousel-control-prev > span i {
	line-height: 1.2;
	margin-left: -1px;
}
.carousel-control-next > span i {
	line-height: 1.2;
	margin-left: 3px;
}


.homepage-video-banner {
	height: 600px;
  overflow: hidden;
}

.homepage-video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  overflow: hidden;
}

.homepage-video-banner-inner, .homepage-video-banner-carousel {
	position: absolute;
}

.homepage-video-banner-carousel.has-vid .carousel-item {
	background-image:none!important;
}

.homepage-video-banner-carousel .carousel-banner-mobile-bg {
	display: none!important;
}

/* Flickity Sliders */

.product-slider {
	margin-left: -25px;
	margin-right: -25px;
}

.product-slider .carousel-cell {
	padding-left: 25px;
	padding-right: 25px;
	width: 25%;
}

.product-slider .carousel-cell a:hover img {
	transform: scale(1.1);
}

.product-slider .carousel-cell a img {
	transition: 0.1s ease-in-out;
}

.product-slider .flickity-button {
	background: none;
}

.product-slider .flickity-button-icon {
  fill: #3fc8f4;
}

.product-slider .flickity-prev-next-button {
	border-radius: none;
	box-shadow: none!important;
	outline: none!important;
	padding: 0;
  width: 48px;
  height: 48px;
}

.product-slider .flickity-prev-next-button.previous {
	left: -25px;
}

.product-slider .flickity-prev-next-button.next {
	right: -25px;
}


.product-slider .flickity-prev-next-button .flickity-button-icon {
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.slider .slide {
	width:33.33%;
}
.slider .flickity-prev-next-button.previous {
	left:-10px;
}
.slider .flickity-prev-next-button.next {
	right:-10px;
}


/* Bits and Pieces */

.newsletter-signup {
	margin: 0 25px;
}

.rainbow-divider {
	height: 2px;
	background: linear-gradient(270deg, #f288b8, #d5a895, #9ed079, #40c7f4, #f288b8, #d5a895, #9ed079, #40c7f4);
	background-size: 200% 200%;
	-webkit-animation: RainbowGradient 10s ease infinite;
	-moz-animation: RainbowGradient 10s ease infinite;
	animation: RainbowGradient 10s ease infinite;
	margin: 0 25px;
}

.section-big-text h1, .section-big-text h2 {
	font-size: 48px;
	margin-bottom: 1.5rem;
}

.section-big-text p,
.section-big-text li {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom:20px;
}

.section-big-text p:last-child,
.section-big-text li:last-child {
	margin-bottom:0;
}

.vertical-divider {
	background-color: #3fc8f4;
	top: 0; bottom: 0; left: calc(50% - 1px);
	width: 2px;
}

.vertical-divider.rainbow {
	    background: linear-gradient(
180deg
, #f288b8, #d5a895, #9ed079, #40c7f4, #f288b8, #d5a895, #9ed079, #40c7f4);
    background-size: 200% 200%;

}

.contained-text {
	margin: 0 25px;
	max-width: 650px;
}


/* Product Page */

.product-share {
	font-size: 24px;
}

.product .tab-content>.tab-pane, .industry-accordion-wrapper {
	padding: 40px 50px;
}

.product .tab-content>.active {
	display: flex;
}

.product .tab-content {
	border-radius: 24px;
	border-top-left-radius: 0;
}

.industry-accordion-wrapper {
	border-radius: 24px;
}

.product .nav-tabs {
	border-bottom: 0;
	font-size: 24px;
}

.product .nav-tabs .nav-link {
	background-color: #d8d8d8;
	border: none;
	border-top-left-radius: 8px;
  border-top-right-radius: 8px;
	color: #949494;
	margin-left: -9px;
	padding: 10px 25px 10px 34px;
	position: relative;
	transition: 0.2s ease-in-out;
}

.product .nav-tabs .nav-link.active {
	background-color: #eee;
	color: #000;
	z-index: 1;
}

.product .nav-tabs .nav-item:first-child .nav-link {
	margin-left: 0;
	padding: 10px 25px;
}

.row-product-panels {
	margin-bottom: -50px;
}

.col-product-panel {
	margin-bottom: 50px;
}

.col-product-panel a:hover img {
	transform: scale(1.1);
}

.col-product-panel a img {
	transition: 0.1s ease-in-out;
}


/* Contact */

.contact-form-wrapper, .branch-tabs-inner {
	border-radius: 24px;
	padding: 40px 50px;
}

.selected-products-of-interest {
	font-size: 18px;
}

.contact-form .col-left {
	padding-right: 50px;
}

.contact-form .col-right {
	padding-left: 50px;
}

.contact-divider {
	background-color: #dedede;
	top: 0; bottom: 30px; left: 50%;
	width: 1px;
}

.branch-select .form-control, .branch-select .form-control:focus {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 48px;
	outline: none;
}

.branch-select .form-control option {
	font-size: 14px;
}

.googlemap-wrapper iframe {
	height: 480px;
	width: 100%;
}


/* Custom File Input */

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
	border: 1px dashed #d1d1d1;
	color: #949494;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.inputfile + label i {
	color: #3fc8f4;
	font-size: 48px;
}

.inputfile + label span {
	color: #3fc8f4;
}


/* Ticker */

.home-ticker {
	white-space: nowrap;
}

.home-ticker a, .home-ticker span {
	font-size:118px;
	color: #dedede;
	display: inline-block;
	line-height: 1;
	padding-top: 0.05em;
	transition: .2s ease-in-out;
}

.home-ticker a.hover-pink:hover, .home-ticker span.hover-pink:hover {
	color: #F288B7;
}

.home-ticker a.hover-coral:hover, .home-ticker span.hover-coral:hover {
	color: #F05A67;
}
.home-ticker a.hover-purple:hover, .home-ticker span.hover-purple:hover {
	color: #362b59;
}
.home-ticker a.hover-light-blue:hover, .home-ticker span.hover-light-blue:hover {
	color: #5bc5f2;
}

.home-ticker a.hover-yellow:hover, .home-ticker span.hover-yellow:hover {
	color: #fecc4e;
}

.home-ticker a.hover-blue:hover, .home-ticker span.hover-blue:hover {
	color: #669AD1;
}

.home-ticker a:after, .home-ticker span:after {
	content:'.';
	margin-right:0.15em;
}

.about-team-members .team-members p {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
}
.about-team-members .team-members p span {
	display: block;
	font-weight: normal;
}
.about-team-members .team-members .flickity-prev-next-button.previous {
	left: 0;
	background: #342D56;
	color: #fff;
}
.about-team-members .team-members .flickity-prev-next-button.next {
	right: 0;
	background: #342D56;
	color: #fff;
}
.about-team-members .top-content {
	max-width: 900px;
	margin: 0 auto 70px auto;
}
.about-team-members .team-member {
	padding: 0 20px;
	width: 25%;
}
.about-team-members .team-members img {
	/*max-width: 330px;*/
	display: block;
	border-radius: 100%;
	overflow: hidden;
}

.office-tile {
	height: 100%;
	width:100%;
	background: #eee;
	color:#999;
	font-family: 'Fira Sans', sans-serif;
	font-size:1.5em;
	text-align: center;
	padding: 1em;
	border-radius:0.3em;
}
.office-tile:hover,
.office-tile:active,
.office-tile:focus,
.office-tile.active {
	color:#fff;
	background: #3fc8f4;
}

#map_loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
}
#map_loading i {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
}

@media (min-width:1200px) {
	.col-md-5col {
		flex: 0 0 20%;
		max-width: 20%;
	}
}


/* Basic Page */

.basic-page-wrapper {
	padding: 50px 25px;
}

.container.basic-page {
  border-radius: 24px;
  max-width: 940px;
  padding: 40px 50px;
}

.col-industry-left {
	font-size: 18px;
}

.grey-boxout {
	border-radius: 24px;
	padding: 40px 50px;
}

.logo-total-policing {
	margin-left: 27px !important;
}




/* 404 */

.wrapper-404 {
	height: calc(100vh - 78px);
}


/* Industry Accordion */

.industry-accordion-wrapper {
	padding: 100px;
}

.industry-accordion-button {
	background-color: #dedede;
	border-radius: 16px;
	font-size: 16px;
	color: #939393;
	padding: 20px 30px;
	cursor: pointer;
}

.industry-accordion-button i {
	color: #3fc8f4;
	font-size: 24px;
	transition: 0.2s ease-in-out;
}

.industry-accordion-button.collapsed i {
	transform: rotate(-90deg);
}

.industry-accordion-collapse > div {
	padding: 0 30px 20px;
}

/* Industry Panels (Replacing Accordion) */

.row-industry-subpanels {
	margin-bottom: -50px;
}

.col-industry-subpanel {
	margin-bottom: 50px;
}

.industry-subpanel {
	border-radius: 16px;
}

.industry-subpanel ul {
	padding-left: 1rem;
}

.industry-subpanel ul:last-child {
	margin-bottom: 0;
}

.col-industry-subpanel:nth-child(1) .subpanel-colour-block {
	background-color: #FFCC4E;
}

.col-industry-subpanel:nth-child(2) .subpanel-colour-block {
	background-color: #44C8F5;
}

.col-industry-subpanel:nth-child(3) .subpanel-colour-block {
	background-color: #F287B7;
}

.col-industry-subpanel:nth-child(4) .subpanel-colour-block {
	background-color: #362b59;
}

.col-industry-subpanel:nth-child(4) .btn {
	background-color: #44C8F5;
}

.col-industry-subpanel:nth-child(5) .subpanel-colour-block {
	background-color: #3fc8f4;
}

.col-industry-subpanel:nth-child(6) .subpanel-colour-block {
	background-color: #FFCC4E;
}

.col-industry-subpanel:nth-child(7) .subpanel-colour-block {
	background-color: #362b59;
}

.col-industry-subpanel:nth-child(8) .subpanel-colour-block {
	background-color: #F287B7;
}

.col-industry-subpanel:nth-child(9) .subpanel-colour-block {
	background-color: #A1D078;
}

.col-industry-subpanel:nth-child(9) .btn {
	background-color: #44C8F5;
}

.col-industry-subpanel:nth-child(10) .subpanel-colour-block {
	background-color: #f15966;
}

.col-industry-subpanel:nth-child(11) .subpanel-colour-block {
	background-color: #FFCC4E;
}

.col-industry-subpanel:nth-child(12) .subpanel-colour-block {
	background-color: #44C8F5;
}

.col-industry-subpanel:nth-child(13) .subpanel-colour-block {
	background-color: #F287B7;
}

.col-industry-subpanel:nth-child(14) .subpanel-colour-block {
	background-color: #A1D078;
}

.col-industry-subpanel:nth-child(14) .btn {
	background-color: #44C8F5;
}

.col-industry-subpanel:nth-child(15) .subpanel-colour-block {
	background-color: #f15966;
}



/* Embedded Video */

.embedded-video {
	max-width: 100%;
  outline: none!important;
  width: 100%;
}

.homepage-testimonials-and-video .section-lg.with-divider {
	padding: 0;
}


/* Vacancy Single */

.vacancy-top {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	height: 200px;
}


.campaign-sticky {
	position: fixed;
	top: 144px; right: 0; left: 0;
	z-index: 11;
}

body.admin-bar .campaign-sticky {
	top:176px;
}

.campaign-sticky .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


/* Location Landing Pages */

.location-testimonials {
	padding: 0 2.5rem;
}

.location-testimonials > div {
	margin-bottom: 1.5rem;
}

.location-testimonials > div:last-child {
	margin-bottom: 0;
}

.location-testimonials .quote-mark  {
	position: absolute;
	transform-origin: center;
	width: 36px;
}

.location-testimonials .quote-mark:first-child, .location-testimonials .quote-mark.first  {
	top: -1rem; left: -2.5rem;
}

.location-testimonials .quote-mark:last-child {
	right: -2.5rem; bottom: -1rem;
	transform: scaleX(-1);
}

.image-banner {
	height: 400px;
}

.row-panels {
	margin-bottom: -50px;
}

.col-panel {
	margin-bottom: 50px;
}

.location-team-quote {
	border-radius: 24px;
	padding: 50px;
}

.faq-accordion-item:not(:last-child) {
	margin-bottom: 25px;
}

.faq-accordion-item .btn {
	align-items: center;
	display: flex;
	font-size: 21px;
	height: auto;
	justify-content: space-between;
	line-height: 1.3;
	padding: 1rem;
	text-transform: none;
}

.faq-accordion-item .btn img {
	width: 21px;
	transform-origin: center;
	transition: 0.15s ease;
	transform: rotate(180deg);
}

.faq-accordion-item .btn.collapsed img {
	transform: rotate(0deg);
}

.location-dropdown {
	top: 169px; right: 25px;
	z-index: 33;
}

.location-dropdown .btn {
	text-transform: none;
}

.location-dropdown .dropdown-menu {
	border-radius: 8px;
	right: 0; left: auto;
	margin-top: 10px;
	min-width: 100%;
	padding: 0.75rem;
}


/* Media Queries */

/*1600px*/
@media screen and (max-width: 1599px) {
	body {padding-top: 78px;}
	.body-overlay, .body-overlay-2, .navbar-nav-wrapper {top: 78px;}
	.navbar {font-size: 18px; height:78px; margin-right: 98px; padding: 0 15px;}
	.navbar-toggle {right: -98px; width: 98px;}
	.navbar-logo img, .footer-logo {height: 48px;width: 140px;}
	.navbar-search-md .form-control {border-radius: 20px; height: 40px; padding: 0 40px 0 20px; width: 16vw;}
	.navbar-search-md .btn {font-size: 18px; height: 40px; width: 40px;}
	.footer-links {font-size: 18px;}
	.logo-total-policing {width: 360px;}
	.logo-40yrs {height:48px; width: 96px;}
	.footer-telephone {font-size: 24px;}
	.footer-small-print {font-size: 11px;}
	.footer {padding: 45px 0;}
	.featured-post .post-meta {font-size: 21px;}
	.news-filters-title {font-size: 40px;}
	h1, h2 {font-size: 32px;}
	.featured-post-inner {padding: 25px 0;}
	.btn.btn-dropdown, .btn.btn-dropdown:hover, .search-news .form-control {font-size: 16px; height: 50px; padding-left: 15px; padding-right: 65px;}
	.btn.btn-dropdown span, .search-news .btn {font-size: 18px; height: 50px; width: 50px;}
	.post-wrapper {margin-right: 0;}
	.carousel-banner, .homepage-video-banner {height: 500px;}
	.section-big-text h1, .carousel-banner h2, .section-big-text h2, .branch-select .form-control, .branch-select .form-control:focus {font-size: 40px;}
	.carousel-banner-item-inner > div {max-width: 550px;}
	.btn {font-size: 14px; height: 40px; min-width: 180px; padding: 10px 15px;}
	.carousel-testimonial-item-inner, .contained-text {max-width: 526px;}
	.carousel-testimonial-item-inner .quote-mark {height: 48px; width: 48px;}
	.carousel-testimonial-item-inner p {font-size: 21px;}
	.carousel-testimonial-item-inner .testimonial-author {font-size: 24px;}
	.section-big-text p,.section-big-text li {font-size: 18px;}
	.product-slider .flickity-prev-next-button {width: 36px; height: 36px;}
	.product-slider .flickity-prev-next-button.previous {left: -15px;}
	.product-slider .flickity-prev-next-button.next {right: -15px;}
	.product-slider h3, .col-product-panel h3 {font-size: 21px;}
	.product .nav-tabs {font-size: 21px;}
	.product-share {font-size: 21px;}
	.form-control {font-size: 14px; padding: 12px 15px;}
	.message-input {min-height: 268px;}
	.home-ticker a, .home-ticker span {font-size:96px; padding-top: 0.075em;}
	.hover-menu-wrapper {font-size: 13px; top: 78px;}
	.hover-menu {width: 1200px;}
	.hover-menu-main {width: 850px;}
	.navbar-nav-wrapper {font-size: 13px;}
	.navbar-nav-collapse.level-0 .btn-navbar-nav-collapse {font-size: 21px;}
	.navbar-nav-collapse.level-1 .btn-navbar-nav-collapse {font-size: 18px;}
	.navbar-nav-collapse.level-0 {padding: 10px 20px;}
	.row-industry-subpanels {margin-left: -12.5px;margin-right: -12.5px;margin-bottom: -25px;}
	.col-industry-subpanel {padding-left: 12.5px;padding-right: 12.5px;margin-bottom: 25px;}
	.vacancy-top {height: 150px;}
	.anchor {top: -128px;}
	.campaign-sticky {top: 128px;}
	.image-banner {height: 300px;}

	body.admin-bar .campaign-sticky {
		top:160px;
	}
	.faq-accordion-item .btn {font-size: 18px;}
	.location-dropdown {top: 153px;}
	.about-team-members .team-member {width: 33.33333%;}
}

/*1200px*/
@media screen and (max-width: 1199px) {
	.navbar {font-size: 21px;}
	.navbar-search-md .form-control {max-width: 100%; width: 48vw;}
	.featured-post-inner {padding: 0;}
	.col-related-posts {margin-top: 50px;}
	.row-related-posts .col-news-snippet:last-child, .row-news-snippets-partial .col-news-snippet:last-child {display: none;}
	.row-blog-snippets-partial .col-news-snippet:nth-child(3) {display: none;}
	.section-lg {padding: 75px 0;}
	.carousel-banner, .homepage-video-banner {height: 400px;}
	.section-big-text h1, .carousel-banner h2, .section-big-text h2, .branch-select .form-control, .branch-select .form-control:focus {font-size: 32px;}
	.carousel-banner-item-inner > div {max-width: 440px;}
	.section-big-text p,.section-big-text li {font-size: 16px;}
	.product-slider .flickity-prev-next-button {width: 24px; height: 24px;}
	.product-slider .flickity-prev-next-button.previous {left: -7.5px;}
	.product-slider .flickity-prev-next-button.next {right: -7.5px;}
	.product-slider .carousel-cell {width: 33.333333%;}
	.slider .slide { width:50%; }
	.home-ticker a, .home-ticker span {font-size:72px; padding-top: 0.075em;}
	.navbar-telephone > a > span:first-child {display: none;}
	.navbar-telephone > a > span:last-child {display: inline;}
	.nav-search-open .navbar-search-dropdown {right: -98px; left: 0;}
	.hover-menu-wrapper {font-size: 12px;}
	.hover-menu {width: 992px;}
	.hover-menu-highlights {width: 280px;}
	.hover-menu-main {width: 712px;}
	.hover-menu hr {margin-bottom: 1rem; margin-top: 1rem;}
	.hover-menu-highlights a span:first-child {font-size: 14px;}
	.row-industry-subpanels {margin-left: -25px;margin-right: -25px;margin-bottom: -50px;}
	.col-industry-subpanel {padding-left: 25px;padding-right: 25px;margin-bottom: 50px;}
}

/*992px*/
@media screen and (max-width: 991px) {
	body {padding-top: 58px;}
	.footer-social a{padding: 10px}	
	.body-overlay, .body-overlay-2, .navbar-nav-wrapper {top: 58px;}
	img.awards, .logo-40yrs  {width: 125px; height: auto;}
	.logo-total-policing{ margin-left: auto !important;} 
	.navbar {height:58px; margin-right: 58px; padding: 0 15px;}
	.navbar-dropdowns {font-size: 18px;}
	.navbar-toggle {right: -58px; width: 58px;}
	.navbar-toggle > div {height: 16px;width: 24px;}
	.navbar-toggle span {height: 2px;}
	.navbar-toggle span:nth-child(2) {top: 7px;}
	.navbar-toggle span:nth-child(3) {top: 14px;}
	.nav-menu-open .navbar-toggle span:nth-child(1), .nav-menu-open .navbar-toggle span:nth-child(3) {top: 7px;}
	.navbar-logo img {height: 34px; width: 100px;}
	.nav-search-open .navbar-search-dropdown {right: -58px; left: 0;}
	.navbar-search-md .form-control {max-width: 100%; width: 32vw;}
	.footer-links {font-size: 16px;}
	.show-more-posts {padding: 50px 0;}
	.btn.btn-dropdown, .btn.btn-dropdown:hover, .search-news .form-control {font-size: 14px; height: 40px; padding-left: 15px; padding-right: 55px;}
	.btn.btn-dropdown span, .search-news .btn {font-size: 16px; height: 40px; width: 40px;}
	.post-wrapper .post-content {padding: 25px;}
	/*.post-wrapper .post-content > div {margin-top: -35px; padding: 25px 25px 50px;}*/
	.product-slider h3, .col-product-panel h3 {font-size: 18px;}
	.carousel-testimonials .carousel-indicators.container {max-width:100%; width: 100%!important;}
	.carousel-testimonials .carousel-indicators li {padding-left: 10px;padding-right: 10px;}
	.product-img-main {margin-bottom: 50px;}
	.contact-form .col-left {padding-right: 25px;}
	.contact-form .col-right {padding-left: 25px;}
	.inputfile + label i {font-size: 32px;}
	.googlemap-wrapper iframe {height: 360px;}
	.hover-menu-wrapper {top: 58px;}
	.hover-menu {width: 100%;}
	.hover-menu-main {width: 100%;}
	.col-industry-left {font-size: 16px;}
	.timeline_item {width: 50%;}
	.industry-accordion-wrapper {padding: 50px;}
	.anchor {top: -108px;}
	.campaign-sticky {top: 108px;}
	.post-wrapper {max-width: 490px;}
	.location-dropdown {top: 133px;}
	.col-offset-bg {height: 360px;}
	.about-team-members .team-member {width: 50%;}
}

/*768px*/
@media screen and (max-width: 767px) {
	.breadcrumb-wrapper {font-size: 12px; height: 36px;}
	.breadcrumb-spacer {height: 36px;}
	.post-wrapper .post-content {padding: 25px;}
	.post-wrapper .post-content > div {margin-top: 0; padding: 0;}
	.row-news-snippets-partial .col-news-snippet {display: none;}
	.row-news-snippets-partial .col-news-snippet:first-child {display: block;}
	.row-blog-snippets-partial .col-news-snippet:nth-child(2) {display: none;}
	.product-slider .carousel-cell {width: 50%;min-width: 270px;}
	.slider .slide { width:100%; }
	.hover-menu-wrapper {display: none!important;}
	.navbar-nav-wrapper {right: -240px; width: 240px;}
	.nav-menu-open .navbar-nav-wrapper {transform: translate3d(-240px, 0, 0);}
	.side-menu-link {margin-bottom: 5px;}
	.side-menu-link:hover {padding-right: 15px;}
	.side-menu-link::after {top: calc(50% - 2px);}
	.nav-social {font-size: 24px;}
	.navbar-nav-wrapper {font-size: 12px;}
	.navbar-nav-collapse.level-0 .btn-navbar-nav-collapse {font-size: 17px;}
	.navbar-nav-collapse.level-1 .btn-navbar-nav-collapse {font-size: 16px;}
	.navbar-nav-collapse.level-0 {padding: 7.5px 15px;}
	.navbar-nav-collapse-inner {margin-bottom: 2.5px;}
	.industry-featured-image {height: 250px!important;}
	.anchor {top: -94px;}
	.campaign-sticky {top: 94px;}
	.faq-accordion-item .btn {font-size: 16px;}
	.location-dropdown {top: 109px; right: 15px;}
}

/*576px*/
@media screen and (max-width: 575px) {
	.logo-total-policing{padding-left: 25px;padding-right: 25px;}
	.footer {padding: 25px 0;}
	.logo-total-policing {width: 100%;}
	.logo-40yrs {height: 32px; width: 64px;}
	.footer-logo {height: 32px; width: 93px;}
	.footer-gradient {height: 6px;}
	.btn {font-size: 12px; height: 34px; min-width: 140px; padding: 8px 15px;}
	.post-meta, .featured-post .post-meta, .post-author .author-name, .read-more, .post-footer {font-size: 16px;}
	.post-author .author-job-title {font-size: 12px;}
	.post-author img {width: 48px;}
	.section-big-text h1, h1,h2, .carousel-banner h2, .section-big-text h2, .branch-select .form-control, .branch-select .form-control:focus {font-size: 24px;}
	h3 {font-size: 21px;}
	.post-wrapper .post-meta {border-bottom-right-radius: 20px; padding: 10px 15px;}
	.section-lg {padding: 50px 0;}
	.section-lg.with-divider {padding: 25px 0;}
	.carousel-banner-item-inner {position: relative;}
	.carousel-banner:not(.page-builder-carousel) .carousel-item {background-image: none!important;}
	.carousel-banner .carousel-banner-item-inner, .carousel-banner.right .carousel-banner-item-inner {margin: 25px; text-align: center; justify-content: center;}
	.carousel-banner-item-inner h2 {color: #000!important;}
	.carousel-banner {height: auto;}
	.carousel-banner .carousel-indicators,.carousel-banner.right .carousel-indicators {top: 195px; right: 0; bottom: auto; left: 0;}
	.carousel-banner .carousel-indicators li {height: 10px; margin-left: 4px; margin-right: 4px; width: 10px;}
	.carousel-testimonial-item-inner .quote-mark {height: 36px; width: 36px;}
	.carousel-testimonial-item-inner p {font-size: 18px;}
	.carousel-testimonial-item-inner .testimonial-author {font-size: 21px;}
	.section-big-text p,.section-big-text li {font-size: 14px; line-height: 1.5;}
	.product-slider .carousel-cell {width: 100%;}
	.product-slider .flickity-prev-next-button {width: 25px; height: 25px;}
	.product-slider .flickity-prev-next-button.previous {left: 0;}
	.product-slider .flickity-prev-next-button.next {right: 0;}
	.carousel-testimonials .carousel-indicators li {padding-left: 5px;padding-right: 5px;}
	.breadcrumb-wrapper .container {padding-left: 15px; padding-right: 15px;}
	.product .nav-tabs {font-size: 18px;}
	.product .nav-tabs .nav-link {border-top-left-radius: 8px;border-top-right-radius: 8px;margin-left: -5px;padding: 10px 10px 10px 15px;}
	.product .nav-tabs .nav-item:first-child .nav-link {padding: 10px;}
	.product .tab-content>.tab-pane, .contact-form-wrapper, .branch-tabs-inner, .container.basic-page {padding: 20px 25px;}
	.product-share {font-size: 18px;}
	.form-check-label {font-size: 12px;}
	.googlemap-wrapper iframe {height: 240px;}
	.home-ticker {background-color: #dedede;}
	.home-ticker a, .home-ticker span {font-size:48px; color: #fff;}
	.carousel-banner.light h2 {text-shadow: none;}
	.col-industry-left {font-size: 14px;}
	
	.grey-boxout {padding: 20px 25px;}
	.timeline_item {width: 100%;}
	.industry-accordion-wrapper {padding: 25px;}
	.industry-accordion-button {padding: 10px 15px; font-size: 14px;}
	.industry-accordion-collapse > div {padding: 0 15px 10px;}
	.homepage-video-banner {height: auto;}
	.homepage-video-banner-inner {height: 220px;}
	.homepage-video-banner-inner, .homepage-video-banner-carousel {position: relative;}
	.homepage-testimonials-and-video > .section-lg {padding-top: 0;}
	.homepage-testimonials-and-video .section-lg.with-divider {padding-top: 25px;}
	.industry-featured-image {height: 180px!important;}
	.vacancy-top {height: 100px;}
	.row-panels {margin-bottom: -25px;}
	.col-panel {margin-bottom: 25px;}
	.location-team-quote {padding: 25px;}
	.about-team-members .team-member {width: 100%;}
}



/* Campaign Landing Page - 07/04/2021 */

.campaign-landing h1 {
	color: #3fc8f4;
	font-size: 36px;
}

.campaign-landing h2 {
	font-size: 24px;
}

.campaign-landing h2, #carouselCampaign h3 {
	color: #000;
}

.campaign-landing {
	color: #707070;
}

#carouselCampaign h3 {
	font-size: 20px;
}

.carousel-indicators-list {
	z-index: 10;
}

.carousel-indicators-list.carousel-indicators li {
  width: 100%;
  height: auto;
  text-indent: 0;
  background-color: transparent;
  border: none;
  opacity: 1;
  width: 100%;
  margin-bottom: 30px;
}

.campaign-list-number {
	align-items: center;
	border: 2px solid #a2d078;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	height: 30px;
	justify-content: center;
	margin-top: -0.1rem;
	width: 30px;
	transition: 0.2s ease-in-out;
}

.active .campaign-list-number {
	background-color: #a2d078;
}

.campaign-list-number i {
	color: #a2d078;
	transition: 0.2s ease-in-out;
}

.active .campaign-list-number i {
	color: #fff;
}

.campaign-list-content {
	color: #707070;
}

.carousel-indicators-dots {
	margin-top: 30px;
	z-index: 10;
}

.carousel-indicators-dots.carousel-indicators li {
	border: 2px solid #a2d078;
	border-radius: 50%;
	height: 12px;
	margin: 0 5px;
	opacity: 1;
	width: 12px;
}

.carousel-indicators-dots.carousel-indicators li.active {
	background-color: #a2d078;
}

.campaign-products h2 {
	font-size: 50px;
}


/*992px*/
@media screen and (max-width: 991px) {
	.carousel-indicators-dots {margin-top: 10px; margin-bottom: 20px;}
	.carousel-indicators-dots.carousel-indicators li {height: 10px;margin: 0 5px;width: 10px;}
	.campaign-products h2 {font-size: 36px;}
}

/*576px*/
@media screen and (max-width: 575px) {
	.campaign-landing h1 {font-size: 28px;}
}





/* Venture Panel Slider */

/* Panel Slider */

.panel-slider {
	height: 750px;
}

.panel-slider .left, .panel-slider .right {
	height: 100%;
	width: 50%;
	transition: 0.4s ease-in-out;
}

.panel-slider .left.active, .panel-slider .right.active {
	width: 61%;
}

.panel-slider .left.inactive, .panel-slider .right.inactive {
	width: 39%;
}

.panel-slider .left > .btn, .panel-slider .right > .btn {
	cursor: pointer;
	opacity: 1;
	transition: 0.4s ease-in-out;
}

.panel-slider .left.active > .btn, .panel-slider .right.active > .btn {
	opacity: 0;
	pointer-events: none;
}

.panel-slider .left .panel-slider-bg, .panel-slider .right .panel-slider-bg {
	transition: 0.4s ease-in-out;
}

.panel-slider .left.active .panel-slider-bg, .panel-slider .right.active .panel-slider-bg {
	opacity: 0.2;
}

.panel-slider-content {
	opacity: 0;
	pointer-events: none;
	transition: 0.4s ease-in-out 0s;
}

.panel-slider .left.active .panel-slider-content, .panel-slider .right.active .panel-slider-content {
	opacity: 1;
	pointer-events: auto;
	transition: 0.4s ease-in-out 0.2s;
}

.panel-slider-content > div {
	width: 460px;
}


/* 1700px */
@media (max-width: 1699px) { 
	.panel-slider {height: 600px;}
}


/* 1200px */
@media (max-width: 1199px) { 
	.panel-slider {height: 500px;}
}

/* 992px */
@media (max-width: 991px) { 
	.panel-slider-content > div {width: 360px;}
	.panel-slider {height: 400px;}
}

/* 768px */
@media (max-width: 767px) { 
	.panel-slider .left, .panel-slider .right {height:50%; width: 100%;}
	.panel-slider .left.active, .panel-slider .right.active {height: 75%; width: 100%;}
	.panel-slider .left.inactive, .panel-slider .right.inactive {height:25%; width: 100%;}
	.panel-slider {height: 440px;}
	.panel-slider-content > div {width: 476px;}
}

/* 576px */
@media (max-width: 575px) { 
	.panel-slider {height: 500px;}
	.panel-slider-content > div {width: 270px;}
}




/* AUS SITE */

.site-aus .aus-hidden {
	display:none!important;
}

.site-aus .aus-d-block {
	display:block!important;
}

.site-aus.service-template .carousel-banner .carousel-banner-item-inner > div {max-width: 900px;}
@media (max-width: 1599px) {
	.site-aus.service-template .carousel-banner .carousel-banner-item-inner > div {max-width: 700px;}
}
@media (max-width: 1199px) {
	.site-aus.service-template .carousel-banner .carousel-banner-item-inner > div {max-width: 700px;}
}
@media (max-width: 991px) {
	.site-aus.service-template .carousel-banner-item-inner {margin: 0 50px;}
	.site-aus.service-template .carousel-banner .carousel-banner-item-inner > div {max-width: 100%;}
	.site-aus.service-template .carousel-banner .carousel-banner-item-inner > div h1 {font-size:24px;}
}
@media (max-width: 575px) {
	.site-aus.service-template .carousel-banner .carousel-banner-item-inner > div h1 {color:#000!important;font-size:18px;}
		.site-aus .carousel-banner .carousel-banner-item-inner > div h1,.site-aus .carousel-banner .carousel-banner-item-inner > div h2 {color:#000!important;}
	.site-aus.service-template .carousel-banner-item-inner {margin: 25px;}
}

.site-aus .extended-service-panels > div:nth-child(odd) {background-color:#f5f5f5;}

.site-aus .extended-service-panels.section-big-text p, 
.site-aus .extended-service-panels.section-big-text li,
.site-aus .page-about .section-big-text p, 
.site-aus .page-about .section-big-text li {
	font-size: 18px;
	margin-bottom:1.25rem;
}

.site-aus .extended-service-panels.section-big-text p:last-child, 
.site-aus .extended-service-panels.section-big-text li:last-child,
.site-aus .page-about .section-big-text p:last-child, 
.site-aus .page-about .section-big-text li:last-child {
	margin-bottom:0;
}

@media (max-width: 1599px) {
	.site-aus .extended-service-panels.section-big-text p, 
	.site-aus .extended-service-panels.section-big-text li,
	.site-aus .page-about .section-big-text p, 
	.site-aus .page-about .section-big-text li {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.site-aus .extended-service-panels > div:nth-child(even) .row > div:nth-child(1) {order:2;}
	.site-aus .extended-service-panels > div:nth-child(even) .row > div:nth-child(2) {order:1;}
}

body.site-aus.home .big-statement .row > div:first-child {
	-ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.site-aus .footer-social-uk {display:none!important;}
.site-aus .footer-social-aus {display:block!important;}
.site-aus .logo-total-policing {display:none!important;}
.site-aus .section-timeline {display:none!important;}

.sticky-enquire {
	z-index:15;
}
.sticky-enquire a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
@media (max-width:480px) {
	.sticky-enquire > div {
		padding:0;
	}
	.sticky-enquire a {
		width:100%;
		border-radius:0;
    font-size: 16px;
    height: auto;
	}
}

.site-aus .post-meta {
	display: none;
}

.site-aus .aus-meta-spacer {display: block!important;}

.site-aus .hide-aus {display: none!important;}

.site-aus .d-aus-inline-block {display: inline-block!important;}


/* Amend Service Taxonomy Page 28/05/2021 KA */

.service-category-page .carousel-banner {height:360px!important;}
@media (max-width: 575px) {.service-category-page .carousel-banner {height:auto!important;}}
.service-category-page .service-category-hidden {display: none!important;}


/* Tweak Blog Post Columns */

.col-post-left {
	flex: 0 0 50%;
  max-width: 50%;
}

.col-post-right {
	flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width:1599px) {
	.col-post-left {flex: 0 0 58.333333%; max-width: 58.333333%;}
	.col-post-right {flex: 0 0 33.333333%; max-width: 33.333333%;}
}

@media (max-width:1199px) {
	.col-post-left {flex: 0 0 66.666667%; max-width: 66.666667%;}
}

@media (max-width:991px) {
	.col-post-left {flex: 0 0 100%; max-width: 100%;}
	.col-post-right {flex: 0 0 100%; max-width: 100%;}
}



/* New Service Landing Page, KA, 22/09/2022 */

.col-inner-pad {
	max-width: 720px;
	padding: 50px 25px;
}



@media (max-width: 575px) {
	.col-inner-pad {
		padding: 50px 25px;
	}
	.col-offset-bg {
	    height: 240px;
	}
}

.col-inner-pad ul, .col-inner-pad ol {
	padding-left: 1rem;
}





/* Internal Newsletter, KA, 03/09/2024 */


/* Newsletter Main */

body.single-newsletters #wpadminbar {
	display: none;
}

body.single-newsletters {
	align-items: center;
	display: flex;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 0!important;
	position: relative;
}

body.single-newsletters .navbar,
body.single-newsletters #hg-logo-banner,
body.single-newsletters .footer,
body.single-newsletters .footer-gradient,
body.single-newsletters .contact-fixed-cta {
	display: none!important;
}

.newsletter-bg {
  background: linear-gradient(300deg,#5bc5f2,#f288b7,#fecc4e);
  background-size: 300% 300%;
  animation: gradient-animation 15s ease infinite;
  opacity: 0.5;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

body.single-newsletters .container {
	max-width: 992px;
}


/* Newsletter Typography */

body.single-newsletters h1,body.single-newsletters h2,body.single-newsletters h3,
body.single-newsletters h4,body.single-newsletters h5,body.single-newsletters h6,
body.single-newsletters .subtitle,body.single-newsletters p,
body.single-newsletters ol,body.single-newsletters ul {
	margin-bottom: 1.5rem;
}

body.single-newsletters h1:last-child,body.single-newsletters h2:last-child,
body.single-newsletters h3:last-child,body.single-newsletters h4:last-child,
body.single-newsletters h5:last-child,body.single-newsletters h6:last-child,
body.single-newsletters p:last-child,body.single-newsletters ol:last-child,
body.single-newsletters ul:last-child, body.single-newsletters .subtitle:last-child {
	margin-bottom: 0;
}

body.single-newsletters ol, body.single-newsletters ul {
	padding-left: 1.5rem;
}

body.single-newsletters li {
	line-height: 1.33;
	margin-bottom: 0.75rem;
}

body.single-newsletters li:last-child {
	margin-bottom: 0;
}


body.single-newsletters h1, body.single-newsletters h2 {
	font-size: 50px;
}

body.single-newsletters .newsletter-header-logo h2 {
	font-size: 40px;
}

body.single-newsletters h3 {
	font-size: 40px;
}

body.single-newsletters .text-white {
	font-weight: 500;
}


/* Newsletter Header */

.newsletter-header {
	height: 138px;
}

.newsletter-header-logo {
	top: 0.25rem; left: 0.25rem;
}

.newsletter-header-logo img {
	width: 240px;
}

.newsletter-header-logo .circle {
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	height: 340px;
	width: 340px;
	transform: translateX(-12.75%) translateY(-62%);
}

.newsletter-header-logo h2 {
	transform: translateX(60%) translateY(-45%);
}

.newsletter-header-strapline {
	line-height: 1;
	margin-left: calc(297px + 1.5rem);
}

/* Newsletter Blocks */

.newsletter-block {
	padding-top: 48px;
	padding-bottom: 48px;
}

.newsletter-block .padding-wrapper {
	padding-right: 48px;
	padding-left: 48px;
}


/* Divider */

.newsletter-divider {
	height: 96px;
}

.is-bg-blue-new svg path {
	fill: #5bc5f2;
}

.is-bg-yellow svg path {
	fill: #fecc4e;
}

.is-bg-purple svg path {
	fill: #362b59;
}

.is-bg-pink svg path {
	fill: #f288b7;
}

.is-bg-white svg path {
	fill: #fff;
}

.newsletter-block.bg-white + .newsletter-block.bg-white,
.newsletter-block.bg-purple + .newsletter-block.bg-purple,
.newsletter-block.bg-blue-new + .newsletter-block.bg-blue-new,
.newsletter-block.bg-pink + .newsletter-block.bg-pink,
.newsletter-block.bg-yellow + .newsletter-block.bg-yellow,
.is-bg-white.curve-up + .newsletter-block.bg-white,
.is-bg-purple.curve-up + .newsletter-block.bg-purple,
.is-bg-blue-new.curve-up + .newsletter-block.bg-blue-new,
.is-bg-pink.curve-up + .newsletter-block.bg-pink,
.is-bg-yellow.curve-up + .newsletter-block.bg-yellow {
	padding-top: 0;
}

.newsletter-block.bg-white + .newsletter-divider.bg-white.curve-down,
.newsletter-block.bg-purple + .newsletter-divider.bg-purple.curve-down,
.newsletter-block.bg-blue-new + .newsletter-divider.bg-blue-new.curve-down,
.newsletter-block.bg-pink + .newsletter-divider.bg-pink.curve-down,
.newsletter-block.bg-yellow + .newsletter-divider.bg-yellow.curve-down {
	margin-top: -48px;
}

.row-newsletter {
	margin-right: -12.5px;
	margin-left: -12.5px;
	margin-bottom: -25px;
}

.col-newsletter {
	margin-bottom: 25px;
	padding-left: 12.5px;
	padding-right: 12.5px;
}

/* Newsletter Password Protection */

.post-password-form {
	position: absolute;
	top: 50%; left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.post-password-form p:first-child {
	display: none;
}

.post-password-form p:nth-child(2) {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.post-password-form {
	background-color: #362b59;
	border-radius: 8px;
	padding: 1.5rem;
}

.post-password-form label {
	color: #fff;
}

.post-password-form label > input {
	border: none;
	border-radius: 8px;
	display: block;
	font-size: 27px;
	padding: 8px 16px;
	margin: 0.5rem 0;
	width: 300px;
}

.post-password-form input[type="submit"] {
	background-color: #fecc4e;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  min-width: 200px;
  outline: none !important;
  padding: 12px 15px;
  text-transform: uppercase;
  transition: .2s ease-in-out;
}


/* Contact CTA */
.contact-fixed-cta {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1; 
	padding: 16px 0;
	width: 200px;
	top: calc(50% - 102px);
	right: 0;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: bottom right;
	z-index: 1010;
}

/* Newsletter Media Queries */

@media (max-width: 991px) {
	body.single-newsletters {font-size: 24px;}
	body.single-newsletters .section-lg, body.single-newsletters .container {padding:0!important;}
	body.single-newsletters h1,body.single-newsletters h2 {font-size: 40px;}
	body.single-newsletters .newsletter-header-logo h2 {font-size: 30px;}
	body.single-newsletters h3 {font-size: 30px;}
	.newsletter-header {height: 102px;}
	.newsletter-header-logo img {width: 180px;}
	.newsletter-header-logo .circle {height: 255px; width: 255px; transform: translateX(-14.5%) translateY(-63%);}
	.newsletter-header-logo h2 {transform: translateX(60%) translateY(-55%);}
	.newsletter-header-strapline {margin-left: calc(210px + 1.5rem);}
}

@media (max-width: 768px) {
	body.single-newsletters {font-size: 18px;}
	body.single-newsletters h1,body.single-newsletters h2 {font-size: 30px;}
	body.single-newsletters .newsletter-header-logo h2, body.single-newsletters h1.newsletter-header-strapline {font-size: 20px;}
	body.single-newsletters h3 {font-size: 20px;}
	.newsletter-header {height: 70px;}
	.newsletter-header-logo img {width: 120px;}
	.newsletter-header-logo .circle {height: 170px; width: 170px;}
	.newsletter-header-strapline {margin-left: calc(132px + 1.5rem);}
	.newsletter-block {padding-top: 24px; padding-bottom: 24px;}
	.newsletter-block .padding-wrapper {padding-right: 24px; padding-left: 24px;}
	.newsletter-divider {height: 48px;}
	.row-newsletter {margin-right: -5px;margin-left: -5px;margin-bottom: -10px;}
	.col-newsletter {margin-bottom: 10px;padding-left: 5px;padding-right: 5px;}
	.newsletter-block.bg-white + .newsletter-divider.bg-white.curve-down,
	.newsletter-block.bg-purple + .newsletter-divider.bg-purple.curve-down,
	.newsletter-block.bg-blue-new + .newsletter-divider.bg-blue-new.curve-down,
	.newsletter-block.bg-pink + .newsletter-divider.bg-pink.curve-down,
	.newsletter-block.bg-yellow + .newsletter-divider.bg-yellow.curve-down {
		margin-top: -24px;
	}
}


/* New Page Builder - KA - 13/11/24 */

body.parent-pageid-5776 .navbar-logo, body.is-psl .navbar-logo  {
	position: relative;
}

body.parent-pageid-5776 .navbar-logo img, body.is-psl .navbar-logo img {
	opacity: 0;
}

body.parent-pageid-5776 .navbar-logo:after, body.is-psl .navbar-logo:after {
	background-image: url('../img/group-logos/psl-logo.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.page-builder-block {
	padding-top: 96px;
	padding-bottom: 96px;
}

.carousel-banner.alt h1:last-child, .carousel-banner.alt h2:last-child {
	margin-bottom: 0;
}

.page-builder-block.bg-white + .page-builder-block.bg-white {
	padding-top: 0;
}

.page-builder-block.about-team-members .team-member {
	width: 320px;
}

.page-builder-block.testimonials {
	font-size: 24px;
	line-height: 1.3;
}

.page-builder-block.testimonials .baloo {
	line-height: 1.1;
}

.page-builder-block.testimonials svg {
	width: 64px;
}

.page-builder-block.testimonials.bg-blue svg path {
	fill: #fff;
}

.checkerboard > div > div {
	max-width: 640px;
}

.checkerboard .pdf-icon {
	width: 48px;
}

.checkerboard .text-white .pdf-icon path {
	fill: #ffffff;
}


.slider-smooth-scrolling.logo-slider .carousel-cell {
	margin-right: 48px;
	height: 124px;
	width: 248px;
}

.page-builder-block.two-col-with-vid h2 {
	margin-bottom: 1.5rem;
}

.page-builder-block.two-col-with-vid h5 {
	font-weight: 400;
	margin-bottom: 1rem;
}

.page-builder-block.two-col-with-vid p {
	margin-bottom: 1.5rem;
}

.two-col-with-vid-abstract-a {
	transform: translateY(-50%);
	position: absolute;
	top: 0; left: 0;
}

.two-col-with-vid-abstract-b {
	position: absolute;
	right: 0; bottom: 0;
	transform: translateY(50%);
}

.carousel-banner.page-builder-carousel.alt {
	height: 600px!important;
}

.page-builder-block.usp-roundels .main-icon {
	top: 0; left: 0;
	width: 33.33333%;
}

.page-builder-block.usp-icons .abstract-triangle-1 {
	aspect-ratio: 1/1;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 0; left: 0;
	width: 20%;
}

.page-builder-block.usp-icons .abstract-triangle-2 {
	aspect-ratio: 1/1;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	position: absolute;
	top: 0; right: 0;
	width: 16.66666%;
}



@media (max-width: 1599px) {
	.carousel-banner.page-builder-carousel.alt {height: 500px!important;}
}

@media (max-width: 1199px) {
	.checkerboard > div > div {max-width: 560px;}
	.carousel-banner.page-builder-carousel.alt {height: 400px!important;}
}

@media (max-width: 767px) {
	.page-builder-block {padding-top: 48px; padding-bottom: 48px;}
	.page-builder-block.testimonials {font-size: 20px;}
	.slider-smooth-scrolling.logo-slider .carousel-cell {margin-right: 24px; height: 62px; width: 124px;}
}

@media (max-width: 575px) {
	.new-product-blocks .carousel-banner {height: 320px!important;}
	.new-product-blocks .carousel-banner.alt {height: auto!important;}
	.new-product-blocks .carousel-banner.alt br {display: none;}
	.new-product-blocks .carousel-banner .carousel-item {background-image:initial;}
	.page-builder-block.about-team-members .team-member {width: 100%;}
	.page-builder-block.testimonials {font-size: 18px;}
	.new-product-blocks .carousel-banner .carousel-item .container {height: auto!important;}
}


/* Navbar Adjustments - KA - 02/12/24 */

.nav-psl-logo {
	max-width: 140px;
}

.nav-psl-logo-hamburger {
	max-width: 120px;
}

@media (max-width: 1199px) {
	.navbar {font-size: 17px;}
	.nav-psl-logo {max-width: 120px;}
}

@media (max-width: 991px) {
	.hover-menu-wrapper {display: none !important;}
}

@media (max-width: 768px) {
	.nav-psl-logo-hamburger {max-width: 100px;}
}


/* PSL Footer */

.footer.footer-psl .footer-logo {
    height: 73px;
    width: 186px;
}

.footer.footer-psl .col-psl-footer-links:last-child > a:first-child {
	display: none!important;
}

.footer.footer-psl .psl-footer-logo {
	height: 96px;
}

.psl-footer-logo.fsc {
	height: 144px!important;
}

@media (max-width: 767px) {
.footer.footer-psl .psl-footer-logo {height: auto; max-width: 70%;}
.psl-footer-logo.fsc {height: 108px!important;}
}


/* Automotive Audit */

.automotive-audit {
	background-color: #362b59;
}

.automotive-audit h1 {
	font-size: 64px;
}

.automotive-audit h2 {
	font-size: 48px;
}

.automotive-audit p, .automotive-audit ul {
	font-size: 24px;
}

.automotive-form-wrapper table.automotive {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}
.automotive-form-wrapper table.automotive, th, td {
	border: 3px solid #362b59;
}
.automotive-form-wrapper table.automotive th, td {
	padding: 8px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
.automotive-form-wrapper table.automotive th {
	background-color: #f2f2f2;
}
.automotive-form-wrapper table.automotive input[type="submit"] {
	background-color: #fecc4e;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	min-width: 200px;
	outline: none !important;
	padding: 12px 15px;
	text-transform: uppercase;
	transition: 0.2s ease-in-out;
}
.automotive-form-wrapper table.automotive input[type="text"] , .automotive-form-wrapper table.automotive input[type="number"] {
	width: 100%;
	padding: 5px;
	outline: none;
	border: none;
}

.automotive-form-wrapper table.automotive thead tr th {
	text-align: center;
	padding: 20px 10px;
	background-color: #5bc5f2;
	font-weight: 600;
	font-size: 19px;
	line-height: 1;
}

.automotive-form-wrapper table.automotive thead tr th:nth-child(2) {
	background-color: #f288b7;
}
.automotive-form-wrapper table.automotive thead tr th:nth-child(3) {
	background-color: #fecc4e;
}
.automotive-form-wrapper table.automotive thead tr th:nth-child(4) {
	background-color: #adce6d;
}
.automotive-form-wrapper table.automotive thead tr th:nth-child(5) {
	background-color: #f05a67;
}


@media (max-width: 1599px) {
	.col-automotive-audit-intro {flex: 0 0 100%; max-width: 100%;}
}


@media (max-width: 991px) {
	.automotive-audit h1 {font-size: 48px;}
	.automotive-audit h2 {font-size: 32px;}
	.automotive-audit p, .automotive-audit ul {font-size: 20px;}
	.automotive-form-wrapper table.automotive {border: none;}
	.automotive-form-wrapper table.automotive thead tr th {padding: 10px 5px;font-size: 16px;}
	.automotive-form-wrapper table.automotive th, td {padding: 5px;font-size: 14px; line-height: 1;}
}

@media (max-width: 767px) {
	.automotive-audit h1 {font-size: 32px;}
	.automotive-audit h2 {font-size: 24px;}
	.automotive-audit p, .automotive-audit ul {font-size: 16px;}
	.automotive-form-wrapper table.automotive thead tr th {padding: 10px 5px;font-size: 16px;}
	.automotive-form-wrapper table.automotive th, td {padding: 5px;font-size: 14px; line-height: 1;}
}