/*!
Theme Name: HP Printer Repairs
Author: Athena Web Designs Ltd
Author URI: https://www.athenawebdesigns.co.uk/
Description: A custom theme build for HP Printer Repairs
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: hppr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	text-align: left;
	color: #222;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin-top: 0;
}

li {
	margin: 0.7em 0;
	padding: 0;
}


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #165dba;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: 1.1;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	color: #123a6e;
}

.title-inherit-colour h1,
.title-inherit-colour h2,
.title-inherit-colour h3,
.title-inherit-colour h4,
.title-inherit-colour h5,
.title-inherit-colour h6 {
	color: inherit;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 3.8em;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 2.6em;
}

h3 {
	margin-bottom: 0.4em;
	font-size: 2.2em;
}

h4 {
	margin-bottom: 0.3em;
	font-size: 1.8em;
}

h5 {
	margin-bottom: 0.4em;
	font-size: 1.4em;
	font-weight: normal;
}

h6 {
	margin-bottom: 0.1em;
	font-size: 1.2em;
	font-weight: normal;
}

.img-blk img {
	display: block;
	width: 100%;
}

.trim-first > :first-child, .trim-content > :first-child {
	margin-top: 0;
}

.trim-last > :last-child, .trim-content > :last-child {
	margin-bottom: 0;
}

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

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 0.95em 1.8em;
	border: 1px solid #165dba;
	border-radius: 3px;
	background: #165dba;
	text-align: center;
	line-height: 1;
	font-size: 1.3em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #fff;
	cursor: pointer;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #123a6e;
	text-decoration: none;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	display: block;
	width: 100%;
	color: #444;
	border: 1px solid #165dba;
	border-radius: 3px;
	padding: 0.7em 0.8em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
	height: 7.4em;
	max-width: 100%;
}

input[readonly],
textarea[readonly] {
	background-color: #eef4fb;
	cursor: not-allowed;
}

.wpcf7 form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 1em;
}

.wpcf7 .form-field {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-width: 12em;
}

.wpcf7 .form-field-full {
	width: 100%;
}

.wpcf7 .form-field-half {
	width: calc( 50% - 0.5em );
}

.wpcf7 .form-field-third {
	width: calc( 32% - 0.5em );
	min-width: 7em;
}

.wpcf7 .form-field-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
	position: relative;
	text-align: right;
	width: auto;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.wpcf7 .form-field-submit .wpcf7-spinner {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 .form-field-submit input {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.wpcf7 .description {
	opacity: 0.8;
	margin: 0 0 0.4em;
	line-height: 1.3;
	font-size: 0.9em;
}

.wpcf7 .form-field label {
	font-family: 'Roboto Condensed', sans-serif;
    color: #165dba;
}

.wpcf7 .wpcf7-list-item {
	margin: 0 0.8em 0 0;
}

.wpcf7 .form-field .wpcf7-checkbox label,
.wpcf7 .form-field .wpcf7-radio label {
	font-family: inherit;
	color: inherit;
	font-size: 0.9em;
}

.wpcf7 [type="checkbox"],
.wpcf7 [type="radio"],
.wpcf7 .wpcf7-list-item-label {
	vertical-align: middle;
}

.wpcf7 form .wpcf7-response-output {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	min-width: 50%;
	margin: 0;
	padding: 0.7em 1em;
}


/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/

body {
	background-color: #fff;
	word-wrap: break-word;
	line-height: 1.55;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #222;
	margin: 0;
}

.wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clear-float {
	clear: both;
}

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

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.page-top {
	padding: 1.8em 0;
	background-color: #165dba;
	background-image: url('images/background-blue.svg');
	background-position: 50.6% 0%;
	background-repeat: repeat-y;
	color: #fff;
}

.page-top a {
	color: inherit;
}

.site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 2em;
	font-family: 'Roboto Condensed', sans-serif;
}

.branding-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 6%;
	max-width: 24em;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}

.branding-logos a,
.branding-logos div {
	display: block;
}

.branding-logos a {
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

.branding-logos a:hover {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.branding-logos img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.branding-logos .logo {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1.03 auto;
	        flex: 1 1.03 auto;
}

.branding-logos .divider {
	opacity: 0.3;
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
	border-left: 1px solid #05234a;
}

.branding-logos .parent-company-logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}

.header-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 0.8em;
	-webkit-box-flex: 0.8;
	    -ms-flex: 0.8 0 auto;
	        flex: 0.8 0 auto;
}

.header-right .branding-logos {
	display: none;
}

.header-contact a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5em;
	font-weight: 300;
}

.header-contact a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.header-contact .label {
	width: 3.1em;
	font-size: 0.65em;
	text-transform: uppercase;
	text-align: right;
	line-height: 1.1;
}

.header-contact .value {
	font-size: 2em;
	line-height: 1;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	font-size: 1.1em;
	line-height: 1;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation > div > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 0.7em;
}

.main-navigation li {
	position: relative;
	margin: 0;
	padding: 0;
}

.main-navigation .menu-item-has-children > a:after {
	display: inline-block;
	content: url('images/arrow-down-white.svg');
	vertical-align: middle;
	margin-left: 0.3em;
	line-height: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 10;
	width: 12em;
	border: 8px solid #fff;
	-webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	color: #165dba;
}

.main-navigation ul ul ul {
	display: none;
	top: 0;
	left: 100%;
}

.main-navigation ul ul a {
	padding: 0.5em;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	text-decoration: underline;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	background-color: #123a6e;
	text-decoration: none;
	color: #fff;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.menu-toggle {
	display: none;
	background-color: transparent;
	border: none;
	padding: 0;
	outline: 0;
}

.menu-toggle:hover {
	background-color: transparent;
}

.menu-toggle .menu-icon {
	display: block;
	width: 36px;
	height: 30px;
	position: relative;
	margin: 0;
	border-radius: 0;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.menu-toggle .menu-icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-toggle .menu-icon span:nth-child(1) {
	top: 0px;
}

.menu-toggle .menu-icon span:nth-child(2),
.menu-toggle .menu-icon span:nth-child(3) {
	top: 12px;
}

.menu-toggle .menu-icon span:nth-child(4) {
	top: 24px;
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 3em 0 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
Banner
--------------------------------------------------------------*/

.banner {
	overflow: hidden;
}

.banner-type-normal {
	padding: 4em 0 3em;
}

.banner .page-title {
	margin: 0 auto;
	text-align: center;
}

.expanded-banner-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 4em;
	margin: 5em auto;
}

.expanded-banner .banner-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	max-width: 60%;
}

.expanded-banner .banner-text:last-child {
	max-width: inherit;
}

.expanded-banner .banner-text h1 strong {
	font-size: 1.15em;
}

.expanded-banner .banner-text h1:first-child:first-of-type:before {
	display: block;
	content: '';
	width: 0.8em;
	height: 0.8em;
	margin-bottom: 0.12em;
	background: url('images/tools.png') no-repeat center center;
	background-size: contain;
}

.expanded-banner .banner-text .button {
	margin-top: 1.5em;
	background: none;
	border-color: #fff;
	font-size: 1.4em;
}

.expanded-banner .banner-text .button:hover {
	background-color: #165dba;
	border-color: #165dba;
}

.expanded-banner-image:empty {
	display: none;
}

.expanded-banner-image img {
	width: 150%;
	max-width: 64em;
}

.banner-section {
	margin: 6em auto;
}

/*--------------------------------------------------------------
Instant Quote
--------------------------------------------------------------*/

.instant-quote-form .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 1em;
}

.instant-quote-form .top h2 {
	font-size: 2.5em;
}

.instant-quote-form .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	position: relative;
	z-index: 1;
}

.instant-quote-form .tabs .tab {
	position: relative;
	padding: 0.8em 1.5em;
	border: none;
	border-radius: 3px 3px 0 0;
	background-color: transparent;
	font-size: 1.2em;
	font-weight: 300;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.instant-quote-form .tabs .tab[disabled] {
	pointer-events: none;
}

.instant-quote-form .tabs .tab:hover {
	background-color: #123a6e;
}

.instant-quote-form .tabs .tab.active {
	background-color: #fff;
	color: #165dba;
	font-weight: normal;
}

.instant-quote-form .tabs .tab:before {
	display: block;
	content: '\203A';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
	margin-left: -0.07em;
	font-weight: 300;
	font-size: 1.2em;
}

.instant-quote-form .tabs .tab:first-child:before,
.instant-quote-form .tabs .tab.active:before,
.instant-quote-form .tabs .tab.active + .tab:before,
.instant-quote-form .tabs .tab:hover:before,
.instant-quote-form .tabs .tab:hover + .tab:before{
	opacity: 0;
}

.instant-quote-form .tab-content-container {
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.2);
	        box-shadow: 0 0 50px rgba(0,0,0,0.2);
	background-color: #fff;
	text-align: center;
	color: #165dba;
}

.instant-quote-form .tab-content-container:before {
	opacity: 0.07;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('images/background-arrows.svg');
	background-position: center;
	background-size: cover;
}

.instant-quote-form .tab-content {
	display: none;
	position: relative;
	padding: 3.5em 2em;
}

.instant-quote-form .tab-content.active {
	display: block;
}

.instant-quote-form .tab-content .tab-title {
	margin-bottom: 0.6em;
}

.instant-quote-form .tab-content .tab-description {
	margin: 1.3em;
}

.instant-quote-form input,
.instant-quote-form textarea,
.instant-quote-form select {
	width: auto;
}

.instant-quote-form .option-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.instant-quote-form .option-group label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #165dba;
	border-left-style: none;
	cursor: pointer;
}

.instant-quote-form .option-group label:first-child {
	border-left-style: solid;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.instant-quote-form .option-group label:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.instant-quote-form .option-group input {
	display: none;
}

.instant-quote-form .option-group .option-label {
	width: 100%;
	padding: 0.7em 1.2em;
	font-size: 1.25em;
	font-family: 'Roboto Condensed', sans-serif;
}

.instant-quote-form .option-group .option-label:hover {
	background-color: #dcebff;
}

.instant-quote-form .option-group input:checked + .option-label {
	background-color: #165dba;
	color: #fff;
}

.instant-quote-form .option-group .option-label:before {
	display: inline-block;
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-right: 0.2em;
	border: 1px solid;
	border-radius: 3px;
	vertical-align: middle;
}

.instant-quote-form .option-group input:checked + .option-label:before {
	border-width: 3px;
	border-radius: 50%;
}

.instant-quote-form .input-search input {
	display: inline-block;
	width: 14em;
}

.instant-quote-form .model-search-results {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));
	gap: 0.8em 1em;
	margin-top: 1em;
}

.instant-quote-form .model-result {
	display: none;
	cursor: pointer;
}

.instant-quote-form .model-result.show,
.instant-quote-form .model-result.selected {
	display: block;
}

.instant-quote-form .model-result input {
	display: none;
}

.instant-quote-form .model-result-inner {
	display: block;
	overflow: hidden;
	padding: 0.5em;
	border: 1px solid transparent;
	border-radius: 3px;
}

.instant-quote-form .model-result:hover .model-result-inner {
	border-color: #dcebff;
}

.instant-quote-form .model-result input:checked + .model-result-inner {
	border-color: #165dba;
}

.instant-quote-form .model-result .model-image {
	display: block;
	width: 100%;
	height: 9em;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #eee;
}

.instant-quote-form .model-result.has-image .model-image {
	background-color: transparent;
}

.instant-quote-form .model-result .model-name,
.instant-quote-form .model-result .part-number {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.1;
}

.instant-quote-form .model-result .model-name {
	margin: 0.5em 0 0;
	font-size: 1em;
}

.instant-quote-form .model-result .part-number {
	margin: 0.2em 0 0;
	font-size: 0.85em;
	color: #aaa;
}

.instant-quote-form .model-search-feedback {
	opacity: 0.5;
	font-size: 0.9em;
}

.instant-quote-form .printer-not-found {
	margin: 2em 0 0;
}

.instant-quote-form .model-select-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.5em;
}

.instant-quote-form .model-select-inner img {
	width: 6em;
}

.instant-quote-form .model-select-inner select {
	min-width: 0;
}

.instant-quote-form .input-with-submit input {
	display: inline-block;
	vertical-align: middle;
}

.instant-quote-form .input-with-submit input[type="submit"] {
	margin-left: -0.4em;
	padding: 0.48em 0.85em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.instant-quote-form .price-result:empty:before {
	display: inline-block;
	content: '';
	width: 0.6em;
	height: 0.6em;
	margin-right: 1em;
	border-right: 5px solid #123a6e;
	background-color: #165dba;
	vertical-align: middle;
	-webkit-animation: printer-head-loading 2s infinite;
	        animation: printer-head-loading 2s infinite;
}

@-webkit-keyframes printer-head-loading {
	0% { -webkit-transform: rotate(45deg) scale(1, 1); transform: rotate(45deg) scale(1, 1); }
	25% { -webkit-transform: rotate(135deg) scale(2, 1); transform: rotate(135deg) scale(2, 1); }
	50% { -webkit-transform: rotate(225deg) scale(2, 2); transform: rotate(225deg) scale(2, 2); }
	75% { -webkit-transform: rotate(320deg) scale(1, 2); transform: rotate(320deg) scale(1, 2); }
	100% { -webkit-transform: rotate(405deg) scale(1, 1); transform: rotate(405deg) scale(1, 1); }
}

@keyframes printer-head-loading {
	0% { -webkit-transform: rotate(45deg) scale(1, 1); transform: rotate(45deg) scale(1, 1); }
	25% { -webkit-transform: rotate(135deg) scale(2, 1); transform: rotate(135deg) scale(2, 1); }
	50% { -webkit-transform: rotate(225deg) scale(2, 2); transform: rotate(225deg) scale(2, 2); }
	75% { -webkit-transform: rotate(320deg) scale(1, 2); transform: rotate(320deg) scale(1, 2); }
	100% { -webkit-transform: rotate(405deg) scale(1, 1); transform: rotate(405deg) scale(1, 1); }
}

.instant-quote-form .price-result:empty:after {
	display: inline-block;
	content: 'Loading your price...';
	vertical-align: middle;
}

.instant-quote-form .quote-price-reference {
	display: none;
	margin-bottom: 1.3em;
	padding: 0.3em 0.8em;
	border: 1px solid ;
	border-radius: 3px;
	font-size: 1.2em;
	font-weight: 300;
}

.instant-quote-form .quote-price-reference span {
	font-weight: 400;
}

.instant-quote-form .quote-price-reference span:before {
	content: '#';
}

.instant-quote-form .quote-price-options input{
	display: none;
}

.instant-quote-form .quote-price-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 1em;
}

.instant-quote-form .quote-price-options label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0px;
}

.instant-quote-form .quote-price-options .option-label {
	position: relative;
	padding: 1.2em 1.5em;
	border: 1px solid #165dba;
	border-radius: 3px;
	text-align: left;
	cursor: pointer;
}

.instant-quote-form .quote-price-options .option-label:hover {
	background-color: #dcebff;
}

.instant-quote-form .quote-price-options input:checked + .option-label {
	background-color: #165dba;
	color: #fff;
}

.instant-quote-form .quote-price-options .option-label:before {
	display: block;
	content: '';
	position: absolute;
	top: 1.5em;
	left: 1.5em;
	width: 2em;
	height: 2em;
	border: 1px solid;
	border-radius: 50%;
	-webkit-transition: border 200ms;
	-o-transition: border 200ms;
	transition: border 200ms;
}

.instant-quote-form .quote-price-options input:checked + .option-label:before {
	border-width: 10px;
}

.instant-quote-form .quote-price-options .option-label .quote-price {
	margin-bottom: 0.2em;
	margin-left: 3rem;
	font-size: 2.4em;
	line-height: 1.1;
}

.instant-quote-form .quote-price-options .option-label .quote-price span {
	display: inline-block;
	margin-left: -0.3em;
	font-size: 0.4em;
	font-weight: 300;
}

.instant-quote-form .instant-quote-call,
.instant-quote-form .tab-book .tab-description {
	font-size: 1.2em;
}

.instant-quote-form .or {
	position: relative;
	margin: 1.5em auto;
}

.instant-quote-form .or:before,
.instant-quote-form .or:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: calc(50% - 2em);
	height: 1px;
	background-color: #afc2db;
}

.instant-quote-form .or:after {
	left: auto;
	right: 0;
}

.instant-quote-form .tab-book form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 1em;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.instant-quote-form .tab-book form input {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.instant-quote-form .tab-book form textarea {
	width: 100%;
	max-width: 100%;
}

.instant-quote-form .tab-book form label.checkbox {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.instant-quote-form .tab-book form input[name="date"] {
	display: none;
}

/*--------------------------------------------------------------
Banner Section: Features
--------------------------------------------------------------*/

.section-type-features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 3em 1em;
	text-align: center;
}

.section-type-features .divider {
	opacity: 0.2;
	border-left: 1px solid #fff;
}

.section-type-features .feature {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0px;
	font-size: 1.3em;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.2;
}

.section-type-features .feature-icon {
	display: block;
	width: 2.5em;
	margin: 0 auto 2em;
}

/*--------------------------------------------------------------
Modal Global
--------------------------------------------------------------*/

body .blocker {
	z-index: 110;
	padding: 50px;
}

body .modal {
	max-width: 1080px;
	padding: 2em;
	border-radius: 0;
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.5);
	        box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

/*--------------------------------------------------------------
Accordion Global
--------------------------------------------------------------*/

.accordion-item-toggle {
	cursor: pointer;
}

.accordion-item-content {
	display: none;
}

/*--------------------------------------------------------------
Page Sections
--------------------------------------------------------------*/

.page-section {
	margin: 5em auto;
}

.section-pre-title {
	font-weight: bold;
	font-size: 0.95em;
	color: #165dba;
	text-transform: uppercase;
}

.section-title {
	margin-bottom: 1.1em;
}

.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0.9em 2.5em;
	margin-top: 2.8em;
}

.buttons .button:nth-child(2n) {
	background-color: transparent;
	color: #165dba;
}

.buttons .button:nth-child(2n):hover {
	background-color: #123a6e;
	color: #fff;
}

/*--------------------------------------------------------------
Page Section: Text
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Page Section: Two Columns (White)
--------------------------------------------------------------*/

.section-type-two-columns {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 3em 5%;
	position: relative;
}




.section-type-two-columns.layout-text_image,
.section-type-two-columns.layout-image_text,
.section-type-two-columns.layout-text_background,
.section-type-two-columns.layout-background_text {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.section-type-two-columns.layout-image_text,
.section-type-two-columns.layout-background_text {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.section-type-two-columns.layout-text_background,
.section-type-two-columns.layout-background_text {
	margin: 0 auto;
	padding: 5em 0;
}

.section-type-two-columns .col {
	width: 50%;
}

.section-type-two-columns .col-image img {
	display: block;
	margin: 0 auto;
}

.section-type-two-columns.layout-text_background .col-image img,
.section-type-two-columns.layout-background_text .col-image img {
	width: 140%;
	max-width: inherit;
	margin: -10em 0;
}

.section-type-two-columns.layout-text_background .col-image img {
	margin-left: -40%;
}

/*--------------------------------------------------------------
Page Section: Two Columns (Boxed)
--------------------------------------------------------------*/

.page-section.section-type-two-columns-boxed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

.page-section.section-type-two-columns-boxed blockquote:before{
	content: url(images/review-stars.svg);
}

.page-section.section-type-two-columns-boxed blockquote p{
	margin-block-start: 0px;
}

.page-section.section-type-two-columns-boxed blockquote p:before{
	content: '\201C';
}

.page-section.section-type-two-columns-boxed blockquote p:after{
	content: '\201C';
}

.section-type-two-columns-boxed .col {
	width: 50%;
}

.section-type-two-columns-boxed .col-image {
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.section-type-two-columns-boxed .col-image img {
	display: block;
	position: absolute;
	visibility: hidden;
	width: 100%;
}

.section-type-two-columns-boxed .col-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 12% 5%;
	background-color: #165dba;
	color: #fff;
}

.section-type-two-columns-boxed .text-inner {
	width: calc(50vw - 5vw - ( ( 100vw - 1200px ) / 2 ));
}

.section-type-two-columns-boxed a {
	color: #fff;
	text-decoration: underline;
}

.section-type-two-columns-boxed .button {
	text-decoration: none;
	color: #fff;
}

.section-type-two-columns-boxed .button:nth-child(2n) {
	background-color: #165dba;
	color: #fff;
}

.section-type-two-columns-boxed .section-pre-title {
	color: #7eb6ff;
}

.section-type-two-columns-boxed.layout-text_image {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.section-type-two-columns-boxed.layout-text_image .col-text {
	background-color: #123a6e;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.section-type-two-columns-boxed.layout-image_text .button {
	border-color: #123a6e;
	background-color: #123a6e;
}

.section-type-two-columns-boxed.layout-image_text .button:hover {
	background-color: transparent;
}

/*--------------------------------------------------------------
Page Section: Call to Action
--------------------------------------------------------------*/

.page-section.section-type-call-to-action {
	margin: 0;
	padding: 6em 0;
	background-color: #165dba;
	color: #fff;
}

.section-type-call-to-action .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2em;
}

.section-type-call-to-action .left {
	/* flex: 1; */
	text-align: right;
}

.section-type-call-to-action.is-title .left,
.section-type-call-to-action.is-text .left {
	text-align: center;
}

.section-type-call-to-action .title:last-child > :last-child {
	margin-bottom: 0;
}

.section-type-call-to-action .section-pre-title {
	color: #7eb6ff;
}

.section-type-call-to-action .section-title {
	margin-bottom: 0.6em;
}

.section-type-call-to-action.is-text .text {
	font-size: 1.5em;
	font-weight: 300;
}

.section-type-call-to-action.is-text .text strong,
.section-type-call-to-action.is-text .text b {
	font-weight: bolder;
}

.section-type-call-to-action .divider {
	border-left: 1px solid #fff;
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}

.section-type-call-to-action .right {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.section-type-call-to-action.is-title-buttons .right,
.section-type-call-to-action.is-text-buttons .right {
	-webkit-box-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
}

.section-type-call-to-action .buttons {
	margin: 0;
}

.section-type-call-to-action .button {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.section-type-call-to-action.has-buttons .button {
	background-color: #123a6e;
	color: #fff;
}

/*--------------------------------------------------------------
Page Section: FAQ
--------------------------------------------------------------*/

.section-type-faq {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 5em 5%;
}

.section-type-faq .col {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 20em;
	        flex: 1 1 20em;
}

.section-type-faq .text {
	margin-bottom: 3em;
}

.section-type-faq .question-item {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ddd;
}

.section-type-faq .question-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.section-type-faq .question {
	margin: 0;
	font-size: 1.6em;
}

.section-type-faq .question:hover {
	color: #165dba;
}

.section-type-faq .question-item.active .question {
	font-weight: bolder;
	color: #165dba;
}

.section-type-faq .answer {
	margin-top: 0.6em;
}

/*--------------------------------------------------------------
Page Section: Reviews
--------------------------------------------------------------*/

.page-section.section-type-reviews {
	position: relative;
	margin: 0 auto;
	padding: 11% 0;
	background-color: #123a6e;
	color: #fff;
}

.section-type-reviews .background {
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.section-type-reviews .wrapper {
	position: relative;
	text-align: center;
}

.section-type-reviews .section-pre-title,
.section-type-reviews .section-title {
	text-align: left;
}

.section-type-reviews .section-pre-title {
	color: #7eb6ff;
}

.section-type-reviews .review-list {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(13em,1fr));
	gap: 5em 3em;
	margin: 5em auto;
	text-align: left;
}

.section-type-reviews .review-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
}

.section-type-reviews .review-rating svg {
	display: inline-block;
	margin-right: 0.06em;
}

.section-type-reviews .review-content {
	display: none;
}

.section-type-reviews .review-snippet {
	line-height: 1.3;
	font-size: 1.25em;
	font-weight: 300;
}

.section-type-reviews .review-snippet:before {
	content: '\201C';
}

.section-type-reviews .review-snippet:after {
	content: '\201D';
}

.section-type-reviews .read-more {
	color: #7eb6ff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.75em;
}

.section-type-reviews .read-more:after {
	display: inline-block;
	content: '\203A';
	margin-left: 0.5em;
	font-size: 1.3em;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

.section-type-reviews .review-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin-top: 1.5em;
	font-size: 0.9em;
}

.section-type-reviews .review-company {
	display: block;
	font-weight: 300;
}

/*--------------------------------------------------------------
Page Section: Logos
--------------------------------------------------------------*/

.section-type-logos .logos {
	opacity: 0.8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2em;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

/*--------------------------------------------------------------
Page Section: Instant Quote
--------------------------------------------------------------*/

.page-section.section-type-instant-quote {
	margin: 0;
	padding: 6em 0;
	background-color: #165dba;
	background-image: url(images/background-blue.svg);
	background-position: 49% 14%;
	background-repeat: repeat-y;
	color: #fff;
}

/*--------------------------------------------------------------
Page Section: Team
--------------------------------------------------------------*/

.section-type-team {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(13em, 1fr));
	gap: 3em 2em;
}

.section-type-team .team-member {
	max-width: 23em;
	text-align: center;
}

.section-type-team .team-member:hover:hover {
	text-decoration: none;
}

.section-type-team .team-member .image {
	position: relative;
	margin-bottom: 1.5em;
}

.section-type-team .team-member .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.section-type-team .team-member .image-inner {
	overflow: hidden;
	position: relative;
	z-index: 1;
	aspect-ratio: 1/1;
	-webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	background-color: #ddd;
}

.section-type-team .team-member .image img {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.section-type-team a.team-member:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	    transform: scale(1.1);
}

.section-type-team .image .more-in-modal {
	position: absolute;
	right: 10%;
	bottom: 1em;
	z-index: 1;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}

.section-type-team .image .more-in-modal .plus {
	display: block;
	padding: 0.5em 0.7em;
	border-radius: 50px;
	background-color: #165dba;
}

.section-type-team .image .more-in-modal .more {
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	z-index: -1;
	margin-top: -1em;
	margin-right: -1em;
	padding: 0.5em 1.7em 0.5em 0.6em;
	background-color: #123a6e;
	white-space: nowrap;
	font-size: 0.65em;
	-webkit-transform: translateX(2em);
	-ms-transform: translateX(2em);
	    transform: translateX(2em);
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	pointer-events: none;
}

.section-type-team .team-member:hover .image .more-in-modal .more {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	    transform: translateX(0);
}

.section-type-team .team-member .name,
.team-member-modal .name {
	margin: 0;
	font-weight: normal;
}

.section-type-team .team-member .position,
.team-member-modal .position {
	margin-top: 0.5em;
	font-weight: bold;
	font-size: 0.9em;
	color: #165dba;
	text-transform: uppercase;
}

.team-member-modal .image {
	display: block;
	float: left;
	width: 40%;
	margin-right: 2em;
	margin-bottom: 0.5em;
}

.team-member-modal .content {
	margin-top: 2em;
}

/*--------------------------------------------------------------
Page Section: Map
--------------------------------------------------------------*/

.page-section.section-type-map {
	position: relative;
	margin: 0;
	padding: 6em 0;
}

.section-type-map .acf-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-type-map .location-boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 2em;
	position: relative;
	pointer-events: none;
}

.section-type-map .location-box {
	width: 50%;
	max-width: 24em;
	padding: 1.5em;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.05);
	        box-shadow: 0 0 40px rgba(0,0,0,0.05);
	background-color: #fff;
	pointer-events: all;
}

.section-type-map .location-box h3 {
	margin-bottom: 0.8em;
	font-size: 1.5em;
	font-weight: normal;
}

.section-type-map .location-contact-details {
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
}

.section-type-map .contact-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 0.4em;
	margin-bottom: 1em;
	-webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
	        break-inside: avoid;
}

.section-type-map .contact-row:last-child {
	margin-bottom: 0;
}

.section-type-map .contact-icon {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	width: 0.8em;
	max-width: 0.8em;
	background-repeat: no-repeat;
	background-position: 50% 0.2em;
	background-size: contain;
}

.section-type-map .contact-row-phone .contact-icon {
	background-image: url('images/phone-blue.svg');
}

.section-type-map .contact-row-fax .contact-icon {
	background-image: url('images/fax-blue.svg');
}

.section-type-map .contact-row-email .contact-icon {
	background-image: url('images/email-blue.svg');
}

.section-type-map .contact-row-address .contact-icon {
	background-image: url('images/pin-blue.svg');
}

/*--------------------------------------------------------------
Page Section: Divider
--------------------------------------------------------------*/

.section-type-divider .wrapper {
	border-bottom: 1px solid #165dba;
}

.section-type-divider.style-dashed .wrapper {
	border-bottom-style: dashed;
}

/*--------------------------------------------------------------
Blocks
--------------------------------------------------------------*/

.wp-block-separator {
	border: none;
}

 .wp-block-archives-list {
	 list-style: none;
	 padding: 0;
 }

/*--------------------------------------------------------------
Blog Pages
--------------------------------------------------------------*/

.page-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 3em;
	margin: 4em auto;
}

.page-columns .site-main,
.page-columns .widget-area {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.page-columns .site-main {
	width: 60%;
}

.page-columns .widget-area {
	padding-left: 3em;
	border-left: 1px solid #ccc;
}

.post-archive-list {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 17em, 1fr ) );
	gap: 3em;
}

article.post .post-thumbnail {
	display: block;
	margin-bottom: 1.5em;
}

article.post .post-thumbnail img {
	display: block;
	aspect-ratio: 2/1;
	-o-object-fit: cover;
	   object-fit: cover;
}

.entry-meta {
	color: #165dba;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

.entry-meta .posted-on .updated {
	display: none;
}

.entry-meta a {
	color: inherit;
}

article.post .entry-title {
	font-size: 2.5em;
}

article.post .entry-title a {
	color: inherit;
}

.post-single .entry-meta {
	margin-bottom: 2em;
	color: #999;
}

div.post-single .post-thumbnail img {
	aspect-ratio: auto;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
Reviews Page
--------------------------------------------------------------*/

.wpcr3_button_1 {
	display: inline-block;
	padding: 0.95em 1.8em;
	border: 1px solid #165dba;
	border-radius: 3px;
	background: #165dba;
	text-align: center;
	line-height: 1;
	font-size: 1.3em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #fff;
}

.wpcr3_button_1:hover,
.wpcr3_button_1:active {
	background: #123a6e;
	border-color: #123a6e;
	color: #fff;
	font-weight: 300;
}

body .wpcr3_dotline,
div.wpcr3_aggregateRating,
div.wpcr3_review div.wpcr3_review_datePublished,
div span.wpcr3_review_custom_label {
	display: none !important;
}

.wpcr3_review_item .wpcr3_item {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 18em, 1fr ) );
	gap: 2em;
}

div.wpcr3_review_item div.wpcr3_item_name {
	display: none;
}

.wpcr3_review {
	padding: 2em;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.1);
	        box-shadow: 0 0 50px rgba(0,0,0,0.1);
}

div.wpcr3_review div.wpcr3_review_author,
div.wpcr3_review div.wpcr3_review_custom {
	font-style: normal;
	font-size: 1.2em;
	font-family: 'Roboto Condensed', sans-serif;
	color: #123a6e;
}

div.wpcr3_review div.wpcr3_review_author {
	display: block !important;
	margin-left: -0.2em;
}

div.wpcr3_review div.wpcr3_review_custom {
	color: #123a6e;
	color: #165dba;
}

div.wpcr3_review blockquote.wpcr3_content {
	margin-top: 1.2em;
}

.wpcr3_respond_1 p,
.wpcr3_respond_2 p {
	line-height: inherit !important;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 1rem;
}

.wpcr3_pagination {
	margin-top: 3em;
	font-size: 1em;
	text-align: center;
}

.wpcr3_pagination_page,
.wpcr3_pagination .wpcr3_a {
	display: inline-block;
	float: none;
}

.wpcr3_pagination .wpcr3_ls {
	margin-right: 1em;
}

.wpcr3_pagination .wpcr3_rs {
	margin-left: 1em;
}

.wpcr3_pagination .wpcr3_a:nth-child(2),
.wpcr3_pagination .wpcr3_a:last-child {
	display: none;
}


/*--------------------------------------------------------------
reCAPTCHA
--------------------------------------------------------------*/

.grecaptcha-badge {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.site-footer {
	padding-top: 3.5em;
	padding-bottom: 1.6em;
	background-color: #161f2b;
	color: #fff;
	font-weight: 300;
}

.site-footer a {
	color: inherit;
}

.site-footer .branding-logos .divider {
	border-left-color: #fff;
}

.footer-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 3.5em 7%;
	margin: 3.5em auto;
}

.footer-columns .col {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 10em;
	        flex: 1 1 10em;
}

.footer-columns .col-title {
	margin-bottom: 2em;
	font-size: 1.3em;
	font-weight: normal;
}

.footer-columns .col-title:after {
	display: block;
	content: '';
	width: 2.4em;
	height: 2px;
	margin-top: 0.6em;
	background-color: #165dba;
}

.footer-columns .col-contact .col-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5em;
}

.footer-columns .contact-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 0.4em;
}

.footer-columns .contact-icon {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	width: 0.8em;
	max-width: 0.8em;
	background-repeat: no-repeat;
	background-position: 50% 0.2em;
	background-size: contain;
}

.footer-columns .contact-row-phone .contact-icon {
	background-image: url('images/phone.svg');
}

.footer-columns .contact-row-email .contact-icon {
	background-image: url('images/email.svg');
}

.footer-columns .contact-row-address .contact-icon {
	background-image: url('images/pin.svg');
}

.areas {
    display:flex;
    flex-wrap:wrap;
    column-gap:10px;
    row-gap:5px;
}

.areas .area:before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      -moz-border-radius: 7.5px;
      -webkit-border-radius: 7.5px;
      border-radius: 7.5px;
      background-color: #fff;
      vertical-align: middle;
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 1.5em;
	margin-top: 5.5em;
	font-size: 0.85em;
	color: #737e8c;
}

.footer-bottom p {
	margin: 0.3em 0;
}

/*--------------------------------------------------------------
Cookie Consent
--------------------------------------------------------------*/

html.show--consent {
	margin-bottom: 14em;
}

body {
	--cc-bg: #fff;
	--cc-text: #222;
	--cc-btn-primary-bg: #165dba;
	--cc-btn-primary-text: var(--cc-bg);
	--cc-btn-primary-hover-bg: #7db6ff;
	--cc-btn-secondary-bg: #eceef5;
	--cc-btn-secondary-text: var(--cc-text);
	--cc-btn-secondary-hover-bg: #e1e3e7;
	--cc-toggle-bg-on: var(--cc-btn-primary-bg);
	--cc-block-text: var(--cc-text);
	--cc-overlay-bg: rgba(0, 0, 0, 0.82);
}

/*--------------------------------------------------------------
Landing Page Overrides
--------------------------------------------------------------*/

.page-template-landing-page .footer-bottom a,
.page-template-landing-page .footer-columns .col-text,
.page-template-landing-page .expanded-banner .banner-text h1:first-child:first-of-type:before,
.page-template-landing-page .main-navigation {
	display: none;
}

.page-template-landing-page .header-right {
	align-self: center;
}

.page-template-landing-page .expanded-banner-top {
	margin: 3em auto;
}

.page-template-landing-page .expanded-banner .banner-text {
	/* max-width: 100%; */
}

.page-template-landing-page .banner-section {
	margin: 3em auto;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1330px) {
	.page-top {
		background-position: -5100px 0%;
	}
}

@media screen and (max-width: 1100px) {
	.branding-logos .divider {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.site-header > .branding-logos {
		display: none;
	}

	.header-right {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		width: 100%;
	}

	.header-right .branding-logos {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 50%;
	}
}



@media screen and (max-width: 900px) {
	.expanded-banner-top {
		margin: 1.5em auto;
	}

	.expanded-banner .banner-text {
		font-size: 0.9em;
	}

	.expanded-banner .banner-text .button {
		margin-top: 0;
	}

	.expanded-banner-image img {
		width: 200%;
	}
}

@media screen and (max-width: 850px) {
	.section-type-map .location-contact-details {
		-webkit-columns: 1;
		   -moz-columns: 1;
		        columns: 1;
	}
}

@media screen and (max-width: 780px) {
	.instant-quote-form .top {
		display: block;
	}

	.instant-quote-form .top h2 {
		text-align: center;
	}
}

@media screen and (max-width: 750px) {
	.expanded-banner .banner-text {
		font-size: 0.8em;
	}

	.banner-section,
	.page-section {
		margin: 3em auto;
	}

	.section-title {
		margin-bottom: 0.5em;
	}

	.buttons {
		margin-top: 1.5em;
	}

	.section-type-two-columns.layout-text_background,
	.section-type-two-columns.layout-background_text {
		padding: 3em 0;
	}

	.section-type-two-columns.layout-text_background .col-text,
	.section-type-two-columns.layout-background_text .col-text {
		width: 100%;
	}

	.section-type-two-columns.layout-text_background .col-image img,
	.section-type-two-columns.layout-background_text .col-image img {
		width: 180%;
	}

	.section-type-two-columns.layout-text_background .col-image img {
		margin-left: -80%;
	}

	.page-section.section-type-instant-quote {
		padding: 3em 0;
	}

	.footer-columns .col-title {
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 700px) {
	.main-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		width: auto;
	}

	.menu-toggle {
		display: block;
	}

	.main-navigation > div {
		overflow-y: auto;
		position: fixed;
		left: 0;
		top: 0;
		width: 250px;
		height: 100vh;
		z-index: 999;
		padding: 3em 1.5em 1.5em;
		-webkit-box-shadow: 0 0 60px rgba(0,0,0,0);
		        box-shadow: 0 0 60px rgba(0,0,0,0);
		background-color: #123a6e;
		font-size: 1.2em;
		-webkit-transform: translateX(-251px);
		-ms-transform: translateX(-251px);
		    transform: translateX(-251px);
		-webkit-transition: -webkit-transform 0.4s;
		transition: -webkit-transform 0.4s;
		-o-transition: transform 0.4s;
		transition: transform 0.4s;
		transition: transform 0.4s, -webkit-transform 0.4s;
	}

	.main-navigation.toggled > div {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		    transform: translateX(0);
		-webkit-box-shadow: 0 0 60px rgba(0,0,0,0.4);
		        box-shadow: 0 0 60px rgba(0,0,0,0.4);
	}

	.main-navigation > div > ul {
		display: block;
	}

	.main-navigation.toggled ul {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		    transform: translateX(0);
	}

	.main-navigation li {
		margin-bottom: 1.5em;
	}

	.main-navigation a,
	.main-navigation ul ul a{
		padding: 0;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		text-decoration: none;
	}

	.main-navigation ul ul {
		position: static;
		width: auto;
		margin-left: 0.5em;
		padding: 0.5em 0 0 0.5em;
		border: none;
		border-left: 2px solid #fff;
		-webkit-box-shadow: none;
		        box-shadow: none;
		background: none;
		color: inherit;
	}

	.expanded-banner-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 2em;
		text-align: center;
	}

	.expanded-banner .banner-text {
		max-width: inherit;
	}

	.expanded-banner .banner-text h1:first-child:first-of-type:before {
		margin-left: auto;
		margin-right: auto;
	}

	.expanded-banner-image img {
		width: auto;
		max-width: 100%;
	}

	.page-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 5% auto;
	}

	.page-columns .site-main {
		width: auto;
	}

	.page-columns .widget-area {
		padding-top: 3em;
		padding-left: 0;
		border-top: 1px solid #165dba;
		border-left: 0;
	}

	.alignleft,
	.alignright,
	.aligncenter,
	.alignnone {
		display: block;
		float: none;
		width: auto;
		margin: 1em 0;
	}
}

@media screen and (max-width: 620px) {
	.instant-quote-form .tabs {
		display: none;
	}

	.instant-quote-form .quote-price-options {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	.page-top {
		background-position: 47.8% 0%;
	}

	.header-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}

	.header-right .branding-logos {
		width: 73%;
	}

	.main-navigation {
		top: 0;
	}

	.menu-toggle {
		position: absolute;
		top: 0;
		right: 0;
	}

	.section-type-two-columns,
	.section-type-two-columns.layout-image_text,
	.section-type-two-columns.layout-background_text{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.section-type-two-columns.layout-text_background,
	.section-type-two-columns.layout-background_text {
		width: 100%;
	}

	.section-type-two-columns .col {
		width: auto;
	}

	.section-type-two-columns.layout-text_background .col-text,
	.section-type-two-columns.layout-background_text .col-text {
		padding: 0 5%;
	}

	.section-type-two-columns.layout-text_background .col-image,
	.section-type-two-columns.layout-background_text .col-image {
		opacity: 0.2;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.section-type-two-columns.layout-text_background .col-image img,
	.section-type-two-columns.layout-background_text .col-image img {
		margin: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	.section-type-two-columns-boxed,
	.section-type-two-columns-boxed.layout-text_image {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.section-type-two-columns-boxed .col {
		width: auto;
	}

	.section-type-two-columns-boxed .col-image img {
		position: static;
		visibility: visible;
	}

	.section-type-call-to-action .wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.section-type-call-to-action .divider {
		display: none;
	}

	.section-type-call-to-action .left {
		width: 100%;
		text-align: inherit;
	}

	.section-type-call-to-action.is-title-buttons .right,
	.section-type-call-to-action.is-text-buttons .right {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}

@media screen and (max-width: 500px) {
	.instant-quote-form .option-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.instant-quote-form .option-group label {
		border: 1px solid #165dba;
		border-top-style: none;
	}

	.instant-quote-form .option-group label:first-child {
		border-top-style: solid;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 0;
	}

	.instant-quote-form .option-group label:last-child {
		border-top-right-radius: 0;
		border-bottom-left-radius: 3px;
	}

	.team-member-modal .image {
		float: none;
		margin: 0 0 1.8em;
		width: auto;
	}

	.page-section.section-type-map {
		padding-top: 0;
		background-color: #165dba;
	}

	.section-type-map .acf-map {
		position: relative;
		height: 60vh;
		margin-bottom: 6em;
	}

	.section-type-map .location-boxes {
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}

	.section-type-map .location-box {
		width: auto;
		max-width: inherit;
	}
}

@media screen and (max-width: 400px) {
	.site-header {
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}

	.instant-quote-form .quote-price-options .option-label .quote-price {
		font-size: 2em;
	}

	.branding-logos {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 1em;
		max-width: 15em;
	}

	.branding-logos img {
		width: 100%;
		height: auto;
	}

	.branding-logos .parent-company-logo {
		width: 80%;
		max-width: 8em;
	}

	.site-footer .branding-logos {
		margin: 0 auto;
	}
}
