.newsletter-section {
	background: #001788;
	color: #fff;
	padding: 50px 0;
}
.newsletter-section h2 {
	color: #FFD148;
	font-size: 24px;
}
#mc_embed_signup form {
	margin: 0 !important;
}
.nltr-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	gap: 30px;
	justify-content: center;
	align-items: baseline;
}
#mc_embed_signup .mc-field-group {
	width: 100%;
	flex-basis: calc(30% - 30px);
}
#mc_embed_signup .mc-field-group:last-child {
	flex-basis: 10%;
}
#mc_embed_signup .mc-field-group label {
	color: #FFD148;
	font-size: 18px;
}
#mc_embed_signup .mc-field-group input {
	border-radius: 0;
}
#mc_embed_signup #mc-embedded-subscribe.button {
	background: #FFD148;
	color: #000;
	line-height: 100%;
	height: 45px;
	border-radius: 0;
	transform: translateY(40px);
}
#mc_embed_signup .asterisk {
	font-size: 18px !important;
}
#mc_embed_signup div#mce-responses {
	width: 100% !important;
}
.written a {
	color: #FFD148;
	font-weight: 600;
}
.written a:hover {
	text-decoration: underline;
}
.usps {
	padding-top: 20px;
	padding-bottom: 70px;
}
.usps-checboxes {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.usps-checboxes li {
	flex-basis: 45%;
	position: relative;
	padding-left: 30px;
	padding-right: 50px;
}
.usps-checboxes li:before {
	position: absolute;
	content: " ";
	background-image: url(images/checkbox.svg);
	width: 20px;
	height: 20px;
	left: 0;
	top: 5px;
}
.usps-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	column-gap: 40px;
	row-gap: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.usps-logos img {
	max-height: 100px;
}
@media (max-width: 768px){
	.nltr-wrap {
		column-gap: 20px;
		row-gap: 0;
	}
	#mc_embed_signup .mc-field-group, #mc_embed_signup .mc-field-group:last-child {
		flex-basis: calc(50% - 20px);
		padding: 0 !important;
    	margin: 0 !important;
	}
	.usps-checboxes li {
		flex-basis: 100%;
		padding-right: 0;
	}
}
@media (max-width: 480px){
	#mc_embed_signup .mc-field-group, #mc_embed_signup .mc-field-group:last-child {
		flex-basis: 100%;
	}
	#mc_embed_signup #mc-embedded-subscribe.button {
		transform: none;
		margin-top: 20px;
	}
}

.accreditation-slider {

}

.splide__arrow--prev, .splide__arrow--next {
	background-color: transparent;
	opacity: 1;
}

.splide__arrow--prev svg, .splide__arrow--next svg{
	width: 2rem;
	height: 2rem;
}

.splide {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.splide__arrow:disabled {
	opacity: 0.75;
}

@media (min-width: 1200px){
	.splide__arrow--prev {
		left: 0;
	}

	.splide__arrow--next {
		right: 0;
	}
}

header::before {
	background-color: rgb(0 14 103 / 75%);
}

header .search input {
	border-radius: 50px;
	padding: 1rem 1.25rem;
}

.usps-slider {
	background-color: #001788;
	padding-top: 1rem;
	padding-bottom: 1rem;

	@media (min-width: 640px){
		margin-bottom: 2.7777777778rem;
	}
}
.usps-slider .splide__slide {
	display: flex !important;
    justify-content: center;
    align-items: center;
    color: white;
}

.usps-slider img, .usps-slider iframe {
	object-fit: contain;
	height: 100%;
	width: 100%;
	max-height: 90px;

	@media (min-width: 1200px){
		max-height: 150px;
	}
}

.usps-slider iframe {
	max-width: 100%;
}

.usps-slider .checkbox .content {
	padding-left: 3rem;
	font-size: 1rem;
	line-height: 1.25;
	position: relative;
}

/*@media (min-width: 600px){
	.usps-slider .logo {
		width: calc(30% - 0.75rem) !important;
	}

	.usps-slider .checkbox {
		width: calc(70% - 0.75rem) !important;
	}
}*/

@media (min-width: 1200px){
	.usps-slider .logo {
		width: calc(15% - 0.75rem) !important;
	}

	.usps-slider .checkbox {
		width: calc(35% - 0.75rem) !important;
	}
}

.usps-slider .checkbox .content:before {
	position: absolute;
	content: " ";
	background-image: url(images/checkbox.svg);
	width: 35px;
	height: 35px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
}

.quiz-container {
    max-width: 660px;
    margin: auto;
}

.quiz-form-header {
    margin-bottom: 5rem;
}

.questions, .form, .outcome {
    padding: 2.5rem;
    background-color: #E5EFFD;
    color: #191919;
    margin-bottom: 2rem;

    @media (min-width: 1200px){
		padding: 5.5rem;
	}
}

.form-wrapper {
	margin-top: 2rem;
}

.questions, .form {
    margin-bottom: -13rem;
}

.question .button, .outcome .button {
    margin-bottom: 0;
}

.question label {
    background-color: white;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    text-align: left;
}

.question input[type=text] {
    color: #757575;
    border: none;
    border-radius: 5px;
    padding: 0.75rem 1rem;
    background-color: white;
    font-size: 14px;
}

.question input[type=text]:not(.active) {
    display: none;
}

.question label:has(input:checked) {
    background-color: #FFD048;
}

.question span {
    background-color: #001788;
    width: 100%;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 14px;
    color: white;
    border-radius: 5px;
}

.question label input:not([type="text"]) {
    display: none;
}

.question label:first-of-type {
    margin-top: 2rem;
}

.questions {
    display: none;
}
.questions.active {
    min-height: 550px;
    display: flex;
    align-items: center;

    @media (min-width: 1200px){
    	min-height: 750px;
	}
}

.question {
    display: none;
    width: 100%;
}
.question.active {
    display: block;
}

.form-container {
    display: none;
}

.form-container.active {
    display: block;
}

.form-container .wpcf7 {
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: black;
	}
	::-moz-placeholder { /* Firefox 19+ */
	  color: black;
	}
	:-ms-input-placeholder { /* IE 10+ */
	  color: black;
	}
	:-moz-placeholder { /* Firefox 18- */
	  color: black;
	}
}

.form-container .wpcf7 input:not(.button), .form-container .wpcf7 label {
    text-align: left;
    font-size: 14px;
}

.form-container .wpcf7 input:not(.button) {
    color: black;
    border: none;
    border-radius: 5px;
    padding: 0.75rem 1rem 0.75rem 2.25rem;
    background-color: white;
    font-weight: bold;
}

.form-container .wpcf7 label {
    color: #191919;
}

.form-container .wpcf7 .wpcf7-acceptance label input {
	margin-right: 0.875rem;
	margin-bottom: 0;
}

.form-container .wpcf7 .wpcf7-acceptance label {
	display: flex;
}

.form-container .wpcf7 p:last-of-type {
    text-align: center;
    margin-bottom: 0;
}

.form-container .wpcf7-submit {
    margin-bottom: 0;
}

.form-container .wpcf7-spinner {
    position: absolute;
}

.form-container .wpcf7 .wpcf7-list-item {
    margin-left: 0;
}

.form-container .wpcf7 span[data-name="your-name"]::before, .form-container .wpcf7 span[data-name="your-surname"]::before, .form-container .wpcf7 span[data-name="your-first-name"]::before, .form-container .wpcf7 span[data-name="your-full-name"]::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23191919" d="M406.5 399.6C387.4 352.9 341.5 320 288 320l-64 0c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6zm-40.1 32.7C334.4 452.4 296.6 464 256 464s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3l64 0c38.8 0 71.2 27.6 78.5 64.3zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-272a40 40 0 1 1 0-80 40 40 0 1 1 0 80zm-88-40a88 88 0 1 0 176 0 88 88 0 1 0 -176 0z"/></svg>');
    position: absolute;
    top: 12px;
    left: 0.75rem;
    width: 17px;
    height: 17px;
    z-index: 1;
}

.form-container .wpcf7 span[data-name="your-email"]::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23191919" d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208c13.3 0 24 10.7 24 24s-10.7 24-24 24C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256l0 28c0 50.8-41.2 92-92 92c-31.1 0-58.7-15.5-75.3-39.2C322.7 360.9 291.1 376 256 376c-66.3 0-120-53.7-120-120s53.7-120 120-120c28.8 0 55.2 10.1 75.8 27c4.3-6.6 11.7-11 20.2-11c13.3 0 24 10.7 24 24l0 80 0 28c0 24.3 19.7 44 44 44s44-19.7 44-44l0-28c0-114.9-93.1-208-208-208zm72 208a72 72 0 1 0 -144 0 72 72 0 1 0 144 0z"/></svg>');
    color: red;
    position: absolute;
    top: 12px;
    left: 0.75rem;
    width: 17px;
    height: 17px;
    z-index: 1;
}

.form-container .wpcf7 span[data-name="your-email"]::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23191919" d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208c13.3 0 24 10.7 24 24s-10.7 24-24 24C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256l0 28c0 50.8-41.2 92-92 92c-31.1 0-58.7-15.5-75.3-39.2C322.7 360.9 291.1 376 256 376c-66.3 0-120-53.7-120-120s53.7-120 120-120c28.8 0 55.2 10.1 75.8 27c4.3-6.6 11.7-11 20.2-11c13.3 0 24 10.7 24 24l0 80 0 28c0 24.3 19.7 44 44 44s44-19.7 44-44l0-28c0-114.9-93.1-208-208-208zm72 208a72 72 0 1 0 -144 0 72 72 0 1 0 144 0z"/></svg>');
    position: absolute;
    top: 12px;
    left: 0.75rem;
    width: 17px;
    height: 17px;
    z-index: 1;
}

.form-container .wpcf7 span[data-name="your-phone"]::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23191919" d="M375.8 275.2c-16.4-7-35.4-2.4-46.7 11.4l-33.2 40.6c-46-26.7-84.4-65.1-111.1-111.1L225.3 183c13.8-11.3 18.5-30.3 11.4-46.7l-48-112C181.2 6.7 162.3-3.1 143.6 .9l-112 24C13.2 28.8 0 45.1 0 64c0 0 0 0 0 0C0 295.2 175.2 485.6 400.1 509.5c9.8 1 19.6 1.8 29.6 2.2c0 0 0 0 0 0c0 0 .1 0 .1 0c6.1 .2 12.1 .4 18.2 .4c0 0 0 0 0 0c18.9 0 35.2-13.2 39.1-31.6l24-112c4-18.7-5.8-37.6-23.4-45.1l-112-48zM441.5 464C225.8 460.5 51.5 286.2 48.1 70.5l99.2-21.3 43 100.4L154.4 179c-18.2 14.9-22.9 40.8-11.1 61.2c30.9 53.3 75.3 97.7 128.6 128.6c20.4 11.8 46.3 7.1 61.2-11.1l29.4-35.9 100.4 43L441.5 464zM48 64s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0z"/></svg>');
    position: absolute;
    top: 12px;
    left: 0.75rem;
    width: 17px;
    height: 17px;
    z-index: 1;
}

@supports (-moz-appearance: none) {
	.form-container .wpcf7 span[data-name="your-name"]::before, .form-container .wpcf7 span[data-name="your-email"]::before {
		 top: 32px;
	}
}


iframe[src*="moneypenny"],
.moneypenny,
.livechat {
    display: none;
}
