@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap');


/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


	*,
	*::before,
	*::after {
		box-sizing: inherit;
	}

	html {
		box-sizing: border-box;
	}



	:root {
		--black: #333333;
		--white: #ffffff;
		--red: #da281a;
		--light-blue: #76c5e4;
		--grey: #333640;
		--light-grey: #f3f3f3;
		--dark-grey: #1f1c1c;
	}


	body,
	html {
		color: var(--black);
		font-family: "Manrope", sans-serif;
		font-weight: 400;
		font-style: normal;
		height: 100%;
		background-color: var(--light-grey);
		font-size: 16px;
		line-height: 20px;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		text-size-adjust: none
	}

	body.page-template.page-template-landing-page-form-template {
		background: var(--white);
	}

	body.lock {
		overflow: hidden;
		-ms-scroll-chaining: none;
		overscroll-behavior: none;
	}

	body a:link {
		color: var(--black);
		text-decoration: none;
		transition: all 1s ease 0s;
	}

	body a:visited {
		color: var(--black);
	}

	body a:hover {
		color: var(--light-blue);
	}

	body a:active {
		color: var(--black);
	}

	img {
		max-width: 100%;
	}


	p, h1, h2, h3, h4, h5, h6 {
		margin-top: 0px;
		margin-bottom: 20px;
		color: var(--black)
	}


	strong,
	b {
		font-weight: 600;
	}


	h1 {
		font-size: 30px;
		line-height: 32px;
		font-weight: 400;
	}


	h2 {
		font-size: 26px;
		line-height: 32px;
		font-weight: 400;
	}

	h3 {
		font-size: 16px;
		line-height: 22px;
		font-weight: 400;
		font-style: italic;
	}


	h4 {
		font-size: 20px;
		line-height: 22px;
		font-weight: 600;
	}

	ul {
		list-style: none;
		padding: 0;
	  }

	  li {
		background: url(../img/blue-tick.png) no-repeat left center;
		padding-left: 30px;
		margin-bottom: 15px;
		background-size: 20px;
		font-size: 16px;
		line-height: 18px;
	  }

	.copyright {
		line-height: 10px;
		font-size: 10px;
		font-weight: 600;
	}
	.center  {
		text-align: center;
	}


/* Site Overides
================================== */

	.site-header.new,
	.site-footer ,
	.mobile-header {
		display: none;
	}



/* Header/Footer
================================== */


		header {
			position: fixed;
			width: 100%;
			z-index: 1;
		}

		header .container {
			box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		}


		.brand {
			max-width: 100px;
			margin-right: 10px;
		}

	  .nav,
	  footer .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	  }


	  .nav-link,
	  .phone-number {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 20px;
		line-height: 20px;
	  }
	  .nav-link {
		display: none;
	}

	  .phone-number {
		font-size: 22px;
		font-weight: 600;
		margin-right: 0px;
		color: var(--red);
	}

	.phone-number a:link,
	.phone-number a:hover,
	.phone-number a:active,
	.phone-number a:visited {
		color: var(--red);
}

		.mobile-nav {
		display: flex;
		justify-content: center;
		font-size: 12px;
		line-height: 12px;
		padding: 8px
	}

		.mobile-nav a:link,
		.mobile-nav a:active,
		.mobile-nav a:visited {
			color: var(--white);
	}

	.mobile-nav a {
		padding: 0px 6px;
	}


/* Inputs
================================== */

input, select, textarea {
    width: 100%;
    color: var(--dark-grey);
    outline: none;
    text-transform: inherit;
    background: var(--white);
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    letter-spacing: inherit;
	border-radius: 5px;
    margin: 0;
	margin-bottom: 20px;
    height: 50px;
    font-size: 15px;
    line-height: 15px;
    padding-left: 15px;
    padding-right: 15px;
	border-style: solid;
    border-width: 1px;
    border-color: #bbb;
	box-shadow: inset 0 2px 3px #ddd;
    -webkit-box-shadow: inset 0 2px 3px #ddd;
    -moz-box-shadow: inset 0 2px 3px #ddd;
}

textarea {
	resize: none;
}

select {
	background: url('../img/select_arrow.svg') no-repeat right;
	background-color: var(--white);
}

[type="checkbox"], [type="radio"] {
    width: inherit;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    margin-right: 5px;
}


	button, .button {
		padding: 20px 40px;
		font-size: 16px;
		line-height: 16px;
		font-weight: 600;
		background: var(--red);
		color: var(--white);
		display: inline-block;
		border: 0;
		text-transform: uppercase;
		border-radius: 5px;
		cursor: pointer;
		height: inherit;
		box-shadow: none;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
		margin-bottom: 0px;
	}

	.form-success-message {
		display: none;
		margin-bottom: 20px;
		color: var(--black);
		background: #cee2b7;
		padding: 12px;
	}

	.form-success-message a:link,
	.form-success-message a:hover {
		color: var(--black);
		text-decoration: underline;
	}

	#RecaptchaFieldCF {
		margin-bottom: 20px;
	}




/* Flex Rows
================================== */


	.container {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.row {
		display: flex;
		flex-wrap: wrap;
	}

	.column {
		flex-basis: 100%;
		position: relative;
	}


	.box-shadow {
		box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;

	}

	.shadow-test {
		box-shadow: rgb(0 0 0 / 16%) 0 10px 36px 0, rgb(0 0 0 / 6%) 0 0 0 1px;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.shadow-test .container {
		width: 100%;
	}


	.background-image {
		width: 100%; /* Adjust the width as needed */
		height: 100%; /* Adjust the height as needed */
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 66.67%; /* 9 divided by 16 (aspect ratio) multiplied by 100  56.25%  */
	  }

	  .installer {
		min-height: 380px;
	}






			/* Padding/Margins
================================== */

.mobile-padding-20 {
	padding: 20px;
}

.m-base-0 {
	margin-bottom: 0px;
}

.m-base-20 {
	margin-bottom: 20px;
}


/* Colours
================================== */


.white {
	background-color: var(--white)
}

.red {
	color: var(--red)
}

.red a:link,
.red a:hover,
.red a:active,
.red a:visited {
	color: var(--red);
}

.dark-grey-background {
	color: var(--white);
	background-color: var(--dark-grey)
}

.light-grey-background {
	background-color: var(--light-grey)
}



/* Form Ovelay
================================== */


	.download-overlay {
		display: none;
  		justify-content: center;
  		align-items: center;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		height: calc(var(--vh, 1vh)*100);
		background-color: rgba(119, 119, 119, 0.7);
		position: fixed;
		z-index: 1;
		overflow: auto;
		opacity: 0;
  		transition: opacity 0.3s ease;
	}
	.download-overlay.show{
		display: flex;
		opacity: 1;
	}

	.download-overlay .container {
		max-width: 600px;
		position: relative;
		padding: 20px;
	}

	.download-overlay .close {
		position: absolute;
		right: -15px;
		top: -15px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}



		.round-corners-25  {
			border-radius: 25px;
			}


		.box-shadow-small {
			box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
			transition: .5s;
		}



	.hide-shadow {
		width: 1000%;
		background: white;
		position: absolute;
		bottom: 0px;
		right: 0px;
		top: 0px;
		left: 0px;
	}


	.top-banner .row,
	#visit-showroom .row{
		gap: 0;
	}



	/* Minimum height */
		@media (max-height: 1000px) {
			.download-overlay {
				justify-content: center;
				align-items: flex-start;
			}

			.download-overlay .container {
				margin-top: 40px;
			}
		}



	@media (min-width: 920px) {


		.brand {
			max-width: initial;
		}

		.nav-link {
			display: flex;
		}


		.hide-desktop {
			display: none;
		}

	}



	@media (min-width: 768px) {

		body,
		html {
			font-size: 20px;
			line-height: 28px;
		}


		.container {
			width: calc(100% - 80px);
		}


		.shadow-test {
			width: calc(100% - 80px);
			margin: 0 auto;
		}

		.download-overlay .container {
			padding: 80px;
		}

		.phone-number {
			font-size: 36px;
		}


		h1 {
			font-size: 48px;
			line-height: 58px;
		}

		h2 {
			font-size: 42px;
			line-height: 45px;
		}

		h3 {
			font-size: 20px;
			line-height: 28px;
			font-style: italic;
		}


		h4 {
			font-size: 24px;
			line-height: 32px;
			font-weight: 600;
		}

		li {
			padding-left: 44px;
			margin-bottom: 20px;
			background-size: 24px;
			font-size: 18px;
			line-height: 20px;
		  }

		  .gradient-overlay {
			background: rgb(255,255,255);
			background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			height: 100%;
			width: 50%;
			position: absolute;
		}


		.gradient-overlay-grey {
			background: rgb(243,243,243);
			background: linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(243,243,243,0) 100%);
			height: 100%;
			width: 50%;
			position: absolute;
		}

		.installer {
			min-height: initial;
		}

		.copyright {
			line-height: 14px;
			font-size: 14px;
		}

		.round-corners-20  {
			border-radius: 20px;
			}



			/* Padding/Margins
================================== */


.m-base-40 {
	margin-bottom: 40px;
}

.m-base-60 {
	margin-bottom: 60px;
}

.m-base-80 {
	margin-bottom: 80px;
}


.p-top-20 {
	padding-top: 20px
}
.p-base-20 {
	padding-bottom: 20px
}

.p-left-20 {
	padding-left: 20px
}

.p-right-20 {
	padding-right: 20px
}

.p-top-30 {
	padding-top: 30px
}
.p-base-30 {
	padding-bottom: 30px
}

.p-left-30 {
	padding-left: 30px
}

.p-right-30 {
	padding-right: 30px
}



.p-top-40 {
	padding-top: 40px
}
.p-base-40 {
	padding-bottom: 40px
}

.p-left-40 {
	padding-left: 40px
}

.p-right-40 {
	padding-right: 40px
}

.p-top-60 {
	padding-top: 60px
}
.p-base-60 {
	padding-bottom: 60px
}

.p-left-60 {
	padding-left: 60px
}

.p-right-60 {
	padding-right: 60px
}


.p-top-80 {
	padding-top: 80px
}
.p-base-80 {
	padding-bottom: 80px
}

.p-left-80 {
	padding-left: 80px
}

.p-right-80 {
	padding-right: 80px
}



.p-top-120 {
	padding-top: 120px
}
.p-base-120 {
	padding-bottom: 120px
}

.p-left-120 {
	padding-left: 120px
}

.p-right-120 {
	padding-right: 120px
}




.m-top-minus-80 {
	margin-top: -80px;
}

		.column {
			flex: 1 1 100%;
		}

		.first-column {
			flex-basis: calc(66.66% - 40px); /* Double width on desktop */
		  }

		.last-column {
			flex-basis: calc(33.33% - 40px);
		  }

		.row {
			gap: 80px;
		}

		.row.two-columns>.column {
			flex-basis: calc(50% - 40px);
			/* background-color: rgba(255, 255, 0, 0.665); */
		}

		.row.four-columns>.column {
			flex-basis: calc(25% - 60px);
		}


		.row.sixty-fourty-columns>.column:first-of-type {
			flex-basis: calc(60% - 40px); /* Double width on desktop */
		  }

		.row.sixty-fourty-columns>.column:nth-of-type(2) {
			flex-basis: calc(40% - 40px); /* Double width on desktop */
		  }






	}

	@media (min-width: 1400px) {
		.container {
			max-width: 1400px;
		}

		.shadow-test {
			max-width: 1400px;
		}

	}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

