/* General */
body {
	font-family: 'Spartan', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #131d7a;
    line-height: 28px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*border-bottom: 1px solid #fff;*/
}
a {
	transition: 0.3s;
}
p {
	font-size: 1em;
}
b,
strong {
}
img[src$=".svg"] { 
	width: 100%; 
	height: auto; 
}
.container {
	max-width: 1440px;
}
.entry-header {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Spartan', sans-serif;
	font-weight: 700;
}
.submit-form,
.wp-block-button__link,
.wpcf7-submit {
	font-size: 15px;
	font-size: 0.75em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	line-height: normal;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	padding: 1em 1.5em;
	transition: 0.3s;
	border-radius: 25px;
}
.wp-block-button__link:hover {
	text-decoration: none;
}
.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.wpcf7-submit {
	background-color: #131662 !important;
	border-color: #82d41e;
	color: #fff !important;
}
.is-style-outline .wp-block-button__link:hover {
	background-color: #82d41e !important;
}
.submit-form {
	background-color: #82d41e;
	border-color: #82d41e;
	border-radius: 25px;
    color: #131d7a;
}

.is-style-outline.btn-transparent .wp-block-button__link,
.wp-block-button__link.is-style-outline.btn-transparent {
	background-color: transparent;
}
.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover {
	background-color: #82d41e;
}
.get-in-touch .is-style-outline .wp-block-button__link:hover,
.get-in-touch .wp-block-button__link.is-style-outline:hover {
	background-color: #fff !important;
	color: #82d41e !important;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.post,
.page {
	margin: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Header */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(6, 6, 41, 0.75));
	height: 140px;
}
.site-header.z-index-1 {
	z-index: 1;
}
.page-template-template-customisation .site-header,
.page-template-template-customisation-thank-you .site-header {
	position: relative;
}
.site-header > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 140px;
}
.main-navigation {
	display: inline-flex;
	justify-content: flex-end;
}
.page-template-template-customisation .main-navigation,
.page-template-template-customisation-thank-you .main-navigation {
	display: none;
}
.main-navigation ul {
	margin-right: 20px;
}
.custom-logo-link {
	display: block;
	width: 229px;
	width: 450px;
	margin-top: 20px;
}
.page-template-template-customisation .site-branding,
.page-template-template-customisation-thank-you .site-branding {
	flex-grow: 1;
}
.header-close {
	color: #fff !important;
	font-size: 24px;
	font-weight: 700;
	margin-left: 50px;
	display: none;
}
.header-close:hover {
	color: #fff;
	text-decoration: none;
}
#contact-us-now {
	display: none;
}
.page-template-template-customisation .header-close,
.page-template-template-customisation-thank-you .header-close,
.page-template-template-customisation #contact-us-now,
.page-template-template-customisation-thank-you #contact-us-now {
	display: block;
}
.nav-menu {
	display: flex;
	justify-content: center;
	list-style: none;
	font-family: 'Montserrat', 'Josefin Sans', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	margin: 0;
	padding: 0;
}
.nav-menu > li {
	margin-right: 20px;
	margin-left: 20px;
}
.nav-menu > li.menu-home a {
	font-size: 0;
}
.nav-menu > li.menu-home a::before {
    display: inline-block;
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: url(../images/icon-home.png) no-repeat 0 0;
    background-size: auto;
    background-size: 0.8em 0.8em;
    margin-top: 6px;
    font-size: 18px;
    /*display: inline-block;
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:400;
    content:"\f015";
    font-size: 18px;*/
}
.nav-menu a {
	color: #fff;
	position: relative;
}
.nav-menu a:hover {
	text-decoration: none;
}
.nav-menu li:not(.menu-home) a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #82d41e;
    content: "";
    opacity: 0;
    transition: height .3s, opacity .3s, transform .3s;
    transform: translateY(-10px);
}
.site-footer .nav-menu li:not(.menu-home) a::after {
	bottom: -5px;
}
.nav-menu li:not(.menu-home) a:hover::after {
    opacity: 1;
    height: 2px;
    transform: translateY(0);
}
.site-title,
.menu-toggle {
	display: none;
}

.social-media {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: -3px;
}
.page-template-template-customisation .social-media,
.page-template-template-customisation-thank-you .social-media {
	display: none;
}
.social-media li {
	width: 2.5rem;
	height: 2.5rem;
	position: relative;
	margin: 0 5px;
	line-height: 1.5;
}
.social-media li a {
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	font-size: 0;
	border: 2px solid #82d41e;
	border-radius: 50%;
	color: #fff;
	background-color: #131662;
	text-align: center;
}
.social-media li a:hover {
	background-color: #82d41e;
	border-color: #82d41e;
	text-decoration: none;
}
.social-media li a:hover {
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
	box-shadow: 0 0 10px #85c540;
}
.wp-block-button__link:hover {
	-webkit-transform: scale(1.025); 
	-moz-transform: scale(1.025); 
	-ms-transform: scale(1.025); 
	-o-transform: scale(1.025); 
	transform: scale(1.025);
	box-shadow: 0 0 10px #85c540;
}
.social-media li a::before {
	display: block;
	font-family: 'Font Awesome 5 Brands';
	float: none;
	margin: 2px 0 0;
	font-size: 1.25rem;
	opacity: 1;
	color: #fff;
	transition: 0.3s;
}
.social-media li a:hover::before {
}
.social-media li.facebook a::before {
	content: "\f39e";
}
.social-media li.twitter a::before {
	content: "\f099";
}
.social-media li.phone a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f095";
	font-size: 1.15rem;
	margin-top: 4px;
}
.social-media li.email a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	content: "\f0e0";
}
.social-media li.share a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f064";
}
.social-media li.instagram a::before {
	content: "\f16d";
	font-size: 1.45rem;
	margin-top: 1px;
}
.social-media li.linkedin a::before {
	content: "\f0e1";
}
.social-media li.youtube a::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f04b";
}

/* Main */
.site-main {
	position: relative;
	z-index: 1;

	/*min-height: calc(100vh - 120px);*/
}
.wp-block-cover h2 {
	font-size: 58px;
	line-height: 80px;
	margin-bottom: 20px;
}
.hero {
	min-height: 585px;
}
.home .hero {
	min-height: 100vh;
}
.container-inner {
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-larger-font-size,
.has-huge-font-size, .has-larger-font-size {
	font-size: 58px;
	line-height: 80px;
}
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
	font-size: 2.1em; /*42*/
	line-height: 1.142; /*48*/
}
.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
	font-size: 1.6em; /*36 1.8*/
	line-height: 1.167; /*42*/
}
.entry-content p:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size) {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

/* Footer */
.site-footer {
	background-color: #131662;
	background-image: linear-gradient(to right, #0a1639, #2e3690);
	border-bottom: 8px solid #85c540;
	text-align: center;
}
.site-footer .custom-logo-link {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	max-width: 450px;
}
.get-in-touch {
	background-color: #82d41e;
	background-image: linear-gradient(to right, #64bc46, #95c93d);
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.get-in-touch h2 {
	margin-right: 20px;
	margin-bottom: 0;
}
.get-in-touch .is-style-outline .wp-block-button__link {
	border-color: #82d41e;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	padding: 50px 0 10px;
}
.site-footer .site-info,
.site-footer .social-media {
	padding-top: 50px;
}
.site-footer .social-media {
	margin-bottom: 15px;
}
.footer-bottom p,
.footer-bottom p a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.41);
}
.footer-bottom p a.rpj-design:hover {
	text-decoration: none;
	color: #fff;
}
.page-template-template-customisation .site-footer,
.page-template-template-customisation-thank-you .site-footer {
	position: absolute;
	width: 100%;
	bottom: 20px;
	height: 20px;
	z-index: 2;
	background: none;
	border: 0;
}
.page-template-template-customisation.form-review-step .site-footer {
	height: 70px;
	bottom: 0;
	background-color: #10134a;
}
.page-template-template-customisation .footer-bottom,
.page-template-template-customisation-thank-you .footer-bottom,
.page-template-template-customisation .site-footer .site-info,
.page-template-template-customisation-thank-you .site-footer .site-info {
	padding: 0;
}
.page-template-template-customisation.form-review-step .footer-bottom {
	padding-top: 20px;
}

/* Customise */
.page-template-template-customisation,
.page-template-template-customisation-thank-you {
	background: url(../images/hero-home.jpg) no-repeat center top;
	background-size: cover;
}
.page-template-template-customisation .site-main,
.page-template-template-customisation-thank-you .site-main {
	position: relative;
	height: calc(100vh - 140px);
	overflow: hidden;
}
.page-template-template-customisation .site-main.overflow-visible,
.page-template-template-customisation-thank-you .site-main.overflow-visible {
	overflow: visible;
}
.page-template-template-customisation.form-review-step .site-main {
	overflow: auto;
	height: 100%;
}
.buttons {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	margin: 0;
}
.buttons .empty-space {
	width: 100px;
}
.buttons h2 {
	width: 80%;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 1.2;
}
.page-template-template-customisation .page,
.page-template-template-customisation-thank-you .page,
.page-template-template-customisation #page,
.page-template-template-customisation-thank-you #page {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.page-template-template-customisation .page,
.page-template-template-customisation-thank-you .page {
	height: calc(100vh - 200px);
}
.page-template-template-customisation.form-review-step .page,
.page-template-template-customisation.form-review-step #page {
	height: 100%;
	overflow: auto;
}
.customisation-form {
	position: absolute;

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.customisation-form .form-step {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s;
	display: flex;
	/*justify-content: center;*/
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	min-height: calc(100vh - 200px);
	justify-content: space-between;
}
.page-template-template-customisation-thank-you .customisation-form .form-step {
	justify-content: flex-start;
}
.page-template-template-customisation-thank-you .customisation-form .form-step p {
	/*margin-top: 50px;*/
}
.page-template-template-customisation-thank-you .customisation-form .buttons {
	margin-bottom: 30px;
}
.page-template-template-customisation-thank-you .customisation-form .form-step p:last-child {
	margin-top: 20px;
}
.customisation-form .form-step.form-review {
	background: url(../images/bg-review.png) repeat;
	min-height: 100vh;
	padding-top: 50px;
}
.form-review-step .customisation-form,
.form-review-step .customisation-form .form-step:not(.hidden) {
	position: relative;
}
.form-review-step .customisation-form .form-step:not(.hidden) {
	justify-content: flex-start;
	padding-bottom: 150px;
}
.customisation-form .form-loading {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, .5);*/
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.customisation-form .form-loading.loading {
	z-index: 2;
	visibility: visible;
	opacity: 1;
}
.customisation-form .form-loading i {
	position: absolute;
	top: 50%;
	left: 48.5%;
	transform: translate(-50%, -50%);
	font-size: 40px;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(0.95) rotateZ(90deg);
          transform: scale(0.95) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(0.95) rotateZ(180deg);
          transform: scale(0.95) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(0.95) rotateZ(270deg);
          transform: scale(0.95) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

.customisation-form .hidden {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.customisation-form .active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	transition: 1.5s;
}
.button-form-nav {
	background-color: transparent;
	border: 0;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	white-space: nowrap;
	border: 0;
	outline: none;
}
.button-form-nav:hover {
	border: 0 !important;
	outline: none !important;
}
button.button-form-nav:focus,
button.button-form-nav:active {
	outline: none !important;
}
.image-checkbox {
	display: flex;
	justify-content: space-between;
	justify-content: center;
	list-style: none;
	padding: 0;
	padding-bottom: 50px;
	width: 100%;
	margin: 0;
	/*width: 90%;
	margin: 0 5%;*/
	padding: 0;
}
.image-checkbox li,
.image-checkbox.input-outside-label li label div {
	/*width: 31%;*/
	border: 3px solid #85c540;
	border-radius: 25px;
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 15px;
	min-height: 380px;
	transition: 0.3s;
	-webkit-transition: all 0.3s linear, opacity 1s ease-in-out;
    -moz-transition: all 0.3s linear, opacity 1s ease-in-out;
    -ms-transition: all 0.3s linear, opacity 1s ease-in-out;
    -o-transition: all 0.3s linear, opacity 1s ease-in-out;
    transition: all 0.3s linear, opacity 1s ease-in-out;
}
.image-checkbox li.siblings-selected-processing {
	opacity: 0;
}
.image-checkbox li:hover,
.image-checkbox.input-outside-label li label div:hover {
	border-color: #fff;
}
.image-checkbox:not(.input-outside-label) li:hover {
	-webkit-transform: scale(1.01); 
	-moz-transform: scale(1.01); 
	-ms-transform: scale(1.01); 
	-o-transform: scale(1.01); 
	transform: scale(1.01);
}
.image-checkbox.input-outside-label li {
	border: 0;
}
.image-checkbox.input-outside-label li label div {
	margin: 0;
	padding: 15px;
}
.image-checkbox.column-3 li {
	width: 25%;
}
.image-checkbox.column-2 li {
	width: 25%;
	min-height: 0;
}
.image-checkbox.column-6 li {
	width: 17.5%;
	margin-right: 5px;
	margin-left: 5px;
	min-height: 260px;
}
.image-checkbox.column-5 li {
	width: 20%;
	margin-right: 10px;
	margin-left: 10px;
	min-height: 0;
}
.image-checkbox.column-4 li {
	width: 25%;
	width: 18%;
	margin-right: 10px;
	margin-left: 10px;
	min-height: 300px;
}
.image-checkbox.column-12 {
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(12, 102px);
	grid-column-gap: 0;
}
.image-checkbox.column-12 li {
	margin-right: 3px;
	margin-left: 3px;
	min-height: 0;
	flex-basis: 8.333333%;
	max-width: 94px;
	margin-top: 10px;
	box-sizing: content-box;
}
.image-checkbox.column-12.input-outside-label li {
	/*height: auto;
	width: 7.5%;*/
}
.image-checkbox li.selected {
	box-shadow: 0 0 10px #85c540;
	border-color: #fff;
}
.image-checkbox.input-outside-label li.selected {
	box-shadow: none;
}
.image-checkbox li label {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0;
}
.label-text {
	background-color: #4dd41e;
	background-color: rgba(77, 212, 30, 0.32);
	border-radius: 25px 25px 0 0;
	border-radius: 20px 20px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 15px 0;
	transition: height 3s;
}
.image-checkbox:not(.input-outside-label) li::before {
	content: "";
	background-color: #4dd41e;
	background-color: rgba(77, 212, 30, 0.32);
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.image-checkbox li:hover::before,
.image-checkbox li.selected-processing::before {
	opacity: 1;
	visibility: visible;
}
.image-checkbox li:hover .label-text,
.image-checkbox.input-outside-label li label div:hover .label-text,
.image-checkbox li.selected .label-text {
	/*height: 100%;
	border-radius: 20px;*/
}
.label-text.large {
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.label-text.small {
	font-size: 14px;
	letter-spacing: 0.25px;
	padding-top: 0;
	padding-bottom: 0;
}
.label-text.smaller {
	font-size: 14px;
}
.label-text.small.big-padding {
	padding-top: 5px;
	padding-bottom: 5px;
}
.checkbox-image {
	margin: 100px 0 30px;
}
.checkbox-image.svg-image {
	background-color: #fff;
	margin-right: 20px;
	margin-left: 20px;
	border-radius: 5px;
	box-shadow: 0 0 3px #333;
	margin-top: 120px;
	margin-bottom: 100px;
}
.svg-image img {
	max-height: 70px;
	width: auto;
}
.checkbox-image.sticky-bottom {
	padding-bottom: 0;
	margin-bottom: 0;
}
.checkbox-image.sticky-bottom img {
	margin-bottom: -15px;
}
.column-5 .checkbox-image {
	margin: 60px 0 20px;
}
.label-big {
	margin-top: 70px;
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
}
.custom-inputs {
	position: absolute;
	display: flex;
	justify-content: space-between;
	justify-content: center;
	top: 55%;
	transform: translateY(-45%);
	left: 10%;
	width: 80%;
}
.custom-inputs-button {
	position: absolute;
	bottom: -50px;
	cursor: pointer;
	font-size: 12px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 5px;
	border: 0;
	/*border: 1px solid #85c540;
	outline: none;
	color: #85c540;
	background-color: #fff;
	padding: 12px 25px 10px;*/
	transition: 0.3s;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}
 .custom-inputs.flex-wrap .custom-inputs-button,
.label-relative .custom-inputs-button {
	position: relative;
	bottom: auto;
	margin-top: 15px;
}
.custom-inputs-button:hover {
	background-color: #85c540;
	color: #fff;
}
.selected .custom-inputs-button {
	opacity: 1;
	z-index: auto;
	visibility: visible;
}
.custom-inputs.custom-inputs-relative {
	position: relative;
}
.custom-inputs.label-relative {
	flex-direction: column;
	align-items: center;
	top: 60%;
	transform: translateY(-40%);
}
.custom-inputs.flex-wrap {
	flex-wrap: wrap;
}
.custom-inputs input {
	width: 30%;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #101e5f;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 5px;
}
select.selection {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	width: 60px;
	height: 60px;
	color: #101e5f;
	border-radius: 5px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 15px;
	outline: none;
}
.custom-inputs input.wider {
	width: 100%;
}
.custom-inputs input.width-50 {
	width: 50%;
}
.custom-inputs input.taller {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #dddfe7;
	color: #fff;
	font-size: 40px;
	letter-spacing: 0;
	margin-bottom: 40px;
	margin-bottom: 0;
}
.custom-inputs input:focus {
	outline: none;
}
.custom-inputs p {
	width: 100%;
}
.custom-inputs.flex-wrap p {
	position: relative;
}
.custom-inputs-field {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
}
.custom-inputs.label-relative .custom-inputs-field {
	font-size: 15px;
	margin-top: 10px;
}
.custom-inputs-field.margin-bottom-double {
	margin-bottom: 2rem;
}
.custom-inputs-field.empty-field {
	position: relative;
}
.custom-inputs-field.large {
	font-size: 30px;
}
.custom-inputs-field.small {
	font-size: 15px;
}
.image-checkbox .radio {
	position: absolute;
	z-index: -1;
	visibility: hidden;
}
.current-step {
	width: 96px;
	height: 96px;
	border: 2px solid #85c540;
	border-radius: 50%;
	margin: 50px auto 0;
	margin: auto;
	font-family: 'Montserrat', 'Josefin Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	padding-top: 30px;
	color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 1);
	letter-spacing: 1px;
	margin: 0;
}
.current-step p {
	margin-bottom: 2px;
}
.image-checkbox.column-12 li label {
	margin: auto;
	padding: 15px;
}
.switch-label span,
.image-checkbox.column-12 li label span,
.image-checkbox.column-12 li label input {
	width: 60px;
	height: 60px;
	margin: auto;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 10px;
}
.image-checkbox.input-outside-label li label span {
	padding: 0;
	line-height: 60px;
}
.switch-label {
	padding: 15px;
}
.switch-label span,
.image-checkbox.column-12:not(.input-outside-label) li label span {
	padding-right: 0;
	padding-left: 0;
	line-height: 1.2;
}
.switch-label,
.image-checkbox.input-outside-label li label div {
	border: 3px solid #85c540;
	border-radius: 25px;
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 600;
	margin: 0;
}
.image-checkbox.input-outside-label li label div {
	min-height: 0;
	font-size: 20px; /*24*/
}
.image-checkbox.input-outside-label li.selected label div {
	box-shadow: 0 0 10px #85c540;
}
.image-checkbox.column-12.input-outside-label li label {
	width: auto;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.image-checkbox.column-12.input-outside-label li input {
	border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	box-sizing: border-box;
}
.image-checkbox.column-12.input-outside-label li input.readonly-small,
.image-checkbox.column-12.input-outside-label li input[readonly="readonly"] {
	background-color: #bbb;
}
.image-checkbox.column-12.input-outside-label li input:focus {
	outline: none;
}
.final-notes h2 {
	margin-bottom: 30px;
}
.final-notes p {
	margin-bottom: 0;
}
.final-notes input {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #101e5f;
	border-radius: 15px;
	padding: 5px 10px;
	border: 3px solid #85c540;
}
.final-notes input:focus {
	outline: none;
}
.form-step textarea {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	border: 3px solid #85c540;
	border-radius: 15px;
	max-width: 470px;
	margin: 0 auto;
	padding: 20px;
}
.form-step textarea:focus {
	outline: none;
}
.customisation-personal-info-form {
	background-color: #0b1588;
	border: 3px solid #85c540;
	border-radius: 25px;
	padding: 25px 35px 35px;
	position: absolute;
	z-index: 3;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	text-align: center;
	color: #fff;
	display: none;
}
.customisation-personal-info-form-bg {
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(4, 8, 61, 0.8);
	z-index: 2;
	display: none;
}
.cancel-personal-info-form {
	position: absolute;
	right: 30px;
	top: 30px;
	color: #fff !important;
	font-size: 24px;
	font-weight: 600;
}
.cancel-personal-info-form:hover,
.cancel-personal-info-form:focus,
.cancel-personal-info-form:active {
	text-decoration: none;
	color: #85c540 !important;
}
.customisation-personal-info-form > div:first-child {
	margin: 20px 0;
}
.customisation-personal-info-form > div:first-child a {
	display: block;
	margin: auto;
	width: 60%;
}
.customisation-personal-info-form p {
	margin: 10px 0 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}
.customisation-personal-info-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.customisation-personal-info-form input {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #101e5f;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.customisation-personal-info-form input.error {
	border-color: #f30;
}
.review-step {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	max-width: 670px;
	margin: auto;
	padding: 50px 0 20px;
}
.review-step > li {
	flex-basis: 48%;
	border: 3px solid #85c540;
	border-radius: 25px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: 0.3s;
	margin: 0 0 15px;
	padding: 20px 20px 30px;
}
.review-step > li.full-width {
	flex-basis: 100%;
}
.review-step li h4 {
	font-size: 20px; /*24*/
	color: #85c540;
}
.review-step li p {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
.review-image {
	flex-grow: 1;
	display: inline-flex;
	align-self: center;
	flex-direction: column;
	justify-content: center;
}
.review-image.margin-top-bottom {
	margin-top: 20px;
	margin-bottom: 20px;
}
.review-image img {
	max-height: 150px;
}
.custom-input-review,
input[type="text"].readonly {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 36px;
	color: #13174c;
	width: 120px;
	text-align: center;
}
.custom-input-review {
	background-color: #fff;
	width: auto;
	padding: 15px;
	border-radius: 5px;
}
.round-list {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.round-list li {
	margin: 5px;
}
.round-list.more-margin li {
	width: 70px;
	margin-right: 0;
	margin-left: 0;
}
.round-list li div {
	border: 2px solid #85c540;
	border-radius: 25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	font-weight: 600;
	margin: auto;
}
.round-list li span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	min-height: 30px;
}
.vertical-center {
	flex-grow: 1;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
}
.dwelling-text {
	font-family: 'Poppins', sans-serif;
	font-size: 39px;
	font-weight: 600;
	line-height: 46px;
}
.final-notes-text {
	font-size: 13px;
	line-height: 18px;
}
.contact-details {
	font-size: 16px;
}
.review-step li .final-notes-text p,
.review-step li .contact-details p {
	text-transform: none;
}

/* Home */
/*.home {
	background: url(../images/hero-home.jpg) no-repeat center top;
	background-size: cover;
}*/
.icon-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	max-width: 800px;
	z-index: -1;
	margin-top: 20px;
	margin-bottom: 0;
}
.icon-logo img {
	height: auto;
}
.hero-welcome {
	background-repeat: no-repeat;
	background-size: auto;
}
.home-logos {
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 75px;
}
.home-logos .wp-block-image {
	max-width: 75%;
	margin: auto;
}

/* Inner */
.cta-column {
	background: #0e194e url(../images/bg-cta-column.png) repeat-y 0 0;
	color: #6cbe45;
}
.cta-column .wp-block-media-text__content {
	padding-top: 60px;
	padding-bottom: 60px;
}
.cta-column .wp-block-buttons {
	margin-top: 30px;
}

/* Contact */
.page-contact .entry-content {
	position: relative;
	overflow: hidden;
}
.page-contact .entry-content::before,
.page-contact .entry-content::after {
	position: absolute;
	content: "";
	background: url(../images/bg-logo-left.png) no-repeat 0 0;
	width: 464px;
	height: 879px;
	top: 650px;
	left: 0;
	z-index: -1;
}
.page-contact .entry-content::after {
	right: 0;
	left: auto;
	background: url(../images/bg-logo-right.png) no-repeat 0 0;
	width: 469px;
	height: 743px;
}
.page-contact .wpcf7-form {
	text-align: center;
}
.page-contact input,
.page-contact textarea {
	width: 100%;
	max-width: 530px;
}
.page-contact .form-control {
	border-radius: 5px;
	padding: 10px;
	box-shadow: -3px 3px 3px #ccc;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #101e5f;
	transition: 0.3s;
}
.page-contact .form-control:focus {
	outline: none;
	border-color: #101e5f;
}
.page-contact .form-control.wpcf7-not-valid {
	border-color: red;
}
.wpcf7-submit {
	position: relative;
	padding-right: 2em;
	padding-left: 2em;
}
.wpcf7-submit i {
	display: none;
	position: absolute;
	top: 14px;
	right: 10px;
}
.wpcf7-submit.loading i {
	display: block;
}
div.wpcf7 .ajax-loader,
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-response-output {
	max-width: 530px;
	margin: auto !important;
	background-color: #fff;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	font-size: 1rem;
	line-height: normal;
}

.burger,
.menu-bg {
	display: none;
}
@media (max-width: 1440px) {
	.page-contact .entry-content::before {
		left: -10%;
	}
	.page-contact .entry-content::after {
		right: -10%;
	}
}
@media (max-width: 1199px) {
	.nav-menu > li {
		margin-right: 10px;
		margin-left: 10px;
	}
	.container-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.get-in-touch h2 {
		font-size: 24px;
	}
	.footer-menu-container {
		width: 100%;
		padding-bottom: 15px;
	}
	.footer-bottom {
		flex-wrap: wrap;
	}
	.footer-bottom p {
		flex-grow: 1;
		width: 100%;
	}
	.footer-bottom p:first-of-type {
		order: 2;
	}
	.footer-bottom .menu-main-menu-container {
		order: -1;
		flex-grow: 1;
		width: 100%;
		margin-bottom: 20px;
	}
	.page-contact .entry-content::before {
		left: -20%;
	}
	.page-contact .entry-content::after {
		right: -20%;
	}
}
@media (max-width: 1025px) {
	.nav-menu {
		font-size: 14px;
	}
	.custom-logo-link {
		width: 300px;
	}
	.site-header .social-media {
		display: none;
	}
	.main-navigation ul {
		margin-right: 0;
	}
	.wp-block-cover h2 {
		font-size: 42px;
		line-height: 1.2;
	}
	.editor-styles-wrapper .has-large-font-size,
	.has-large-font-size {
		font-size: 34px;
	}
	.buttons h2 {
		margin-top: 5px;
	}
	.custom-inputs input.taller {
		font-size: 20px;
	}
	.custom-inputs-field.small {
		font-size: 14px;
		margin-top: 5px;
	}
	.image-checkbox.column-6 {
		flex-wrap: wrap;
	}
	.image-checkbox.column-6 li {
		width: 25%;
		min-height: 180px;
		margin-bottom: 20px;
	}
	.image-checkbox.column-6 li .custom-inputs-field.large {
		font-size: 30px;
	}
	.image-checkbox.input-outside-label li label div {
		padding: 0;
	}
}
@media (max-width: 768px) {
	.menu-main-menu-container {
		display: none;
	}
	.menu-toggle {
		display: flex;
		background-color: transparent;
		border: 0;
	}
	.site-header {
		position: fixed;
		background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(6, 6, 41, 0.75));
	}
	.site-header.nav-up {
	    top: -140px;
	    z-index: -1;
	}
	.page-about-us .site-header.nav-down,
	.site-header.nav-down {
		height: 140px;
		background-color: #000;
		background: rgba(6, 6, 41, 0.95);
	}
	.site-header.open,
	.page-template-template-customisation .site-header,
	.page-template-template-customisation-thank-you .site-header {
		/*background-image: none;*/
		background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(6, 6, 41, 0.75));
	}
	.burger {
	  cursor: pointer;
	  -webkit-tap-highlight-color: transparent;
	  transition: transform 400ms;
	  -moz-user-select: none;
	  -webkit-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  display: block;
	  position: relative;
	  z-index: 4;
	  margin-right: -20px;
	}
	.site-header.open .burgerRotate {
	  transform: rotate(45deg);
	}
	.site-header.open .burgerRotate180 {
	  transform: rotate(180deg);
	}
	.site-header.open .site-branding {
		z-index: 4;
	}
	.line {
	  fill:none;
	  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	  stroke:#fff;
	  stroke-width:5.5;
	  stroke-linecap:round;
	}
	.burger1 .top {
	  stroke-dasharray: 40 139;
	}
	.burger1 .bottom {
	  stroke-dasharray: 40 180;
	}
	.site-header.open .burger1 .top {
	  stroke-dashoffset: -98px;
	}
	.site-header.open .burger1 .bottom {
	  stroke-dashoffset: -138px;
	}
	.site-branding {
		position: relative;
		z-index: 1;
	}
	.menu-main-menu-container {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: -1;
		visibility: hidden;
	}
	.site-header.open .menu-main-menu-container {
		opacity: 1;
		z-index: 3;
		visibility: visible;
	}
	.menu-bg {
		position: fixed;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(6, 6, 41, 0.75));
		background-color: #131662;
		display: block;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
	}
	.menu-bg.animate {
		z-index: 2;
		opacity: 1;
		visibility: visible;
	}
	.menu-main-menu-container > ul {
	    display: flex;
	    flex-direction: column;
	    height: 100%;
	    width: 100%;
	    align-items: center;
	}
	.nav-menu > li {
		font-size: 18px;
		margin: 5px 0;
	}
	.nav-menu > li.menu-home a {
		display: block;
		height: 20px;
	}
	.nav-menu > li.menu-home a::before {
		display: block;
	}
	.site-header .social-media {
		position: fixed;
		top: auto;
		bottom: 20px;
		height: 40px;
		width: 100%;
		left: 0;
		display: flex;
		opacity: 0;
		z-index: -1;
		visibility: hidden;
	}
	.site-header.open .social-media {
		opacity: 1;
		z-index: 3;
		visibility: visible;
	}
	.custom-logo-link {
		max-width: 250px;
	}
	.footer-menu-container {
		display: none;
	}
	.site-footer .custom-logo-link {
		max-width: 350px;
	}
	.footer-bottom p {
		margin-bottom: 0;
	}
	.editor-styles-wrapper .has-medium-font-size,
	.has-medium-font-size {
		font-size: 24px;
		line-height: 1.167;
	}
	.icon-logo {
		width: 65%;
	}
	.home-logos > div {
		margin-bottom: 20px;
	}
	.get-in-touch {
		flex-direction: column;
		padding-right: 100px;
		padding-left: 100px;
	}
	.get-in-touch h2 {
		margin-right: 0;
		margin-bottom: 20px
	}
	.page-contact .entry-content::before {
		left: -50%;
	}
	.page-contact .entry-content::after {
		right: -50%;
	}
	.page-template-template-customisation,
	.page-template-template-customisation-thank-you {
		 background: rgb(38,39,75);
		background: linear-gradient(205deg, rgba(38,39,75,1) 0%, rgba(38,39,75,1) 60%, rgba(29,72,155,1) 75%, rgba(28,154,195,1) 100%); 
	}
	.page-template-template-customisation .page,
	.page-template-template-customisation-thank-you .page,
	.page-template-template-customisation #page,
	.page-template-template-customisation-thank-you #page {
		overflow: visible;
	}
	.page-template-template-customisation .page,
	.page-template-template-customisation-thank-you .page {
		height: 100%;
	}
	.page-template-template-customisation .site-main,
	.page-template-template-customisation-thank-you .site-main {
		height: auto;
		overflow: visible;
	}
	.customisation-form,
	.customisation-form .form-step {
		position: relative;
		display: block;
	}
	.customisation-form .hidden {
		display: none;
	}
	.current-step {
		margin: 20px auto 50px;
	}
	.page-template-template-customisation .site-footer,
	.page-template-template-customisation-thank-you .site-footer {
		position: relative;
		height: auto;
		z-index: 1;
	}
	.image-checkbox {
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.image-checkbox li {
		margin-bottom: 40px;
		min-height: 300px;
		overflow: hidden;
	}
	.image-checkbox.column-3 li,
	.image-checkbox.column-4 li,
	.image-checkbox.column-5 li {
		width: 40%;
		min-height: 300px;
	}
	.image-checkbox.column-6 li {
		width: 25%;
	}
	.image-checkbox.column-12 li {
		width: 13%;
		margin: 0 10px 20px;
	}
	.image-checkbox.column-12.input-outside-label li {
		width: 13%;
	}
	.switch-label {
		display: inline-block;
	}
	select.selection {
		margin-right: auto;
		margin-right: auto;
	}
	.form-step textarea {
		display: block;
		margin-bottom: 30px;
	}
	.customisation-personal-info-form {
		max-width: 760px;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		left: 10%;
		right: 10%;
	}
	.customisation-personal-info-form input {
		width: 80%;
	}
	.image-checkbox.column-2 li,
	.image-checkbox.column-6 li {
		width: 30%;
	}
	/*.custom-inputs {
		position: relative;
	}
	.custom-inputs.label-relative {
		top: auto;
		transform: none;
	}*/
}
@media (max-width: 640px) {
	.page-template-template-customisation .main-navigation,
	.page-template-template-customisation-thank-you .main-navigation {
		display: inline-flex;
	}
	.page-template-template-customisation .header-close,
	.page-template-template-customisation-thank-you .header-close,
	.page-template-template-customisation #contact-us-now,
	.page-template-template-customisation-thank-you #contact-us-now {
		display: none;
	}
	.image-checkbox.column-2 li,
	.image-checkbox.column-6 li {
		width: 40%;
	}
}
@media (max-width: 480px) {
	body {
		font-size: 18px;
	}
	.site-footer .site-info {
		padding-bottom: 20px;
	}
	.hero {
		min-height: 400px;
	}
	.hero .wp-block-cover__inner-container {
		margin-top: 100px;
	}
	.icon-logo {
		width: 90%;
	}
	.page-template-template-customisation.form-review-step .site-footer {
		height: auto;
		padding-bottom: 20px;
	}
	.wp-block-group__inner-container,
	.get-in-touch {
		padding-right: 20px;
		padding-left: 20px;
	}
	.page-contact .entry-content::before,
	.page-contact .entry-content::after {
		display: none;
	}
	.wp-block-cover h2 {
		font-size: 36px;
	}
	.editor-styles-wrapper .has-large-font-size,
	.has-large-font-size {
		font-size: 26px;
	}
	.customisation-form {
		padding-bottom: 10px;
		padding-bottom: 0;
	}
	.customisation-form .form-loading {
		position: fixed;
		background-color: rgba(0, 0, 0, .5);
	}
	.buttons {
		flex-wrap: wrap;
	}
	.buttons h2 {
		order: 2;
		flex-grow: 1;
		margin-top: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.button-form-nav {
		font-size: 15px;
	}
	.image-checkbox.column-2 li,
	.image-checkbox.column-3 li,
	.image-checkbox.column-4 li,
	.image-checkbox.column-5 li,
	.image-checkbox.column-6 li {
		width: 80%;
		width: 70%;
	}
	.label-text {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 15px;
	}
	.label-big {
		font-size: 28px;
		line-height: 34px;
		margin-top: 60px;
	}
	.label-text.large {
		font-size: 22px;
	}
	.checkbox-image {
		margin-top: 75px;
	}
	.checkbox-image.svg-image {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.checkbox-image:not(.svg-image) img {
		max-width: 60%;
	}
	.customisation-personal-info-form {
		width: 90%;
		right: 5%;
		left: 5%;
	}
	.image-checkbox li,
	.image-checkbox.input-outside-label li label div {
		border-color: #fff;
	}
	.final-notes h2 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.image-checkbox.column-12 li,
	.image-checkbox.column-12.input-outside-label li {
		width: 25%;
	}
	.image-checkbox.column-12.input-outside-label li {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.form-step textarea {
		width: calc(100% - 40px);
		margin-right: 20px;
		margin-left: 20px;
	}
	select.selection {
		background: transparent;
		color: #fff;
		margin: 10px auto;
		border: 0;
	}
	.review-step > li,
	.review-step > li.full-width {
		flex-basis: 70%;
		margin-right: auto;
		margin-left: auto;
	}
	.dwelling-text {
		font-size: 32px;
		line-height: 38px;
	}
	.round-list {
		flex-wrap: wrap;
	}
	.round-list li {
		flex-basis: 28%;
	}
}