/*!
Theme Name: Elite
Theme URI: http://underscores.me/
Author: Fio
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Elite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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 {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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 {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #001B32;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: clamp(14px, 0.835vw, 20px);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0.2em 0;
	color: #003158;
}

.banner h1,
.section-heading {
	line-height: 1.1;
}

.banner h1 {
	font-size: clamp(42px, 4.17vw, 108px);
}

.section-heading {
	font-size: clamp(28px, 4.17vw, 108px);
}

p {
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	position: relative;
	overflow-x: hidden;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}
/* 
a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
} */

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

section.section {
	padding: 40px 7%;
}

.section-top-bottom {
	padding: 0 7%;
}

@media screen and (min-width: 750px) {
	section.section {
		padding: clamp(80px, 8vw, 200px) 7%;
	}
}

.banner {
	background: linear-gradient(to bottom right, #002E47 0%, #001B32 42%, #00020A 100%);
	min-height: 50vh;
	position: relative;
	border-radius: 0 0 clamp(25px, 4vw, 80px) clamp(25px, 4vw, 80px);
	color: #FFFFFF;
}

.banner.banner-home {
	min-height: 100vh;
	position: relative;
}

.banner.banner-about {
	position: relative;
	overflow: hidden;
}

.banner .banner-background-image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 0 clamp(25px, 4vw, 80px) clamp(25px, 4vw, 80px);
	overflow: hidden;
}

.banner .banner-background-image-container img {
	opacity: 0.1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateZ(0); /* triggers GPU compositing */
}

.banner .banner-main-content {
	position: relative;
	overflow: hidden;
	padding: clamp(85px, 8vw, 210px) 7%;
	min-height: 50vh;
	display: flex;
	align-items: center;
}

.banner.banner-home .banner-main-content {
	min-height: 100vh;
}

.banner.banner-about .banner-main-content {
	flex-wrap: wrap;
	padding: 0;
}

.banner.banner-services .banner-main-content {
	padding-bottom: clamp(100px, 7vw, 180px);
	justify-content: space-between;
	flex-wrap: wrap-reverse;
}

.single-services .banner .banner-main-content {
	min-height: 100vh;
	flex-direction: column-reverse;
	justify-content: center;
}

.banner.banner-about .banner-main-content .banner-text-container {
	padding: clamp(85px, 8vw, 210px) 5% 30px 5%;
}

.banner .banner-main-content .banner-text-container {
	width: 100%;
	position: relative;
	z-index: 2;
}

.banner.banner-home .banner-main-content .banner-text-container,
.banner.banner-about .banner-main-content .banner-text-container,
.banner.banner-contact .banner-main-content .banner-text-container {
	text-align: center;
}

.banner .banner-main-content .banner-text-container .banner-text {
	font-size: clamp(16px, 1.25vw, 32px);
	font-style: italic;
	font-weight: 500;
}

.banner.banner-home .banner-main-content .banner-text-container .banner-text {
	font-weight: 600;
}

.banner .banner-main-content .banner-logogram-container {
	position: absolute;
	right: 8%;
	top: 10vh;
	width: clamp(150px, 65vw, 700px);
	max-height: 65vh;
	display: flex;
	justify-content: flex-end;
}

.banner .banner-main-content .banner-logogram-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.banner .banner-main-content .banner-image-container {
	display: flex;
}

.banner .banner-main-content .banner-image-container img {
	width: 100%;
	object-fit: contain;
}

.banner.banner-about .banner-main-content .banner-image-container {
	position: relative;
}

.banner.banner-about .banner-main-content .banner-image-container:before {
	content: "";
	width: 100%;
	aspect-ratio: 1/1;
	background: linear-gradient(to bottom right, #FFB64A 0%, #125786 100%);
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 50%;
}

.banner.banner-about .banner-main-content .banner-image-container img {
	position: relative;
	filter: brightness(1.1) contrast(1.1) sepia(0.1) saturate(1.15);
}

.banner.banner-services .banner-main-content {
	padding-right: 0;
}

.banner.banner-services .banner-main-content .banner-text-container {
	padding-right: 7%;
}

.banner.banner-services .banner-main-content .banner-image-container {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 25px;
}

.banner.banner-services .banner-main-content .banner-image-container-inner {
	width: 100%;
	padding-top: 60%;
	border-radius: clamp(150px, 15vw, 500px) 0 0 clamp(150px, 15vw, 500px);
	position: relative;
	overflow: hidden;
}

.banner.banner-services .banner-main-content .banner-image-container-inner img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

@media screen and (min-width: 750px) {
	.banner .banner-main-content{
		padding: 80px 7%;
		padding-top: clamp(85px, 9vw, 220px);
	}
	
	.banner.banner-home .banner-main-content .banner-text-container .banner-text {
		padding: 0 10%;
	}
	
	.banner.banner-about .banner-main-content .banner-text-container .banner-text {
		padding: 0 5%;
	}
	
	.banner.banner-contact .banner-main-content .banner-text-container .banner-text {
		padding: 0 15%;
	}
	
	.banner .banner-main-content .banner-logogram-container {
		width: clamp(150px, 27vw, 700px);
		top: 12vh;
		right: 15%;
	}
	
	.banner.banner-services .banner-main-content .banner-text-container {
		padding-left: 7%;
		padding-right: 0;
		width: 45%;
	}
	
	.banner.banner-services .banner-main-content .banner-image-container {
		width: 50%;
		margin-bottom: 0;
	}
	
	.single-services .banner .banner-main-content {
		flex-direction: row;
		justify-content: space-between;
	}
	
/* 	.banner.banner-services .banner-main-content .banner-image-container-inner {
		width: 90%;
	} */
}

@media screen and (min-width: 750px) and (orientation: landscape) {
	.banner .banner-main-content .banner-text-container {
		width: 60%;
	}
	
	.banner.banner-about .banner-main-content {
		padding: 0;
		align-items: flex-end;
	}
	
	.banner.banner-about .banner-main-content .banner-image-container {
		width: 40%;
	}
	
	.banner.banner-about .banner-main-content .banner-text-container {
		padding: clamp(120px, 8vw, 210px) 2% clamp(80px, 5vw, 150px) 5%;
	}
}

.banner.banner-home .banner-socials .banner-socials-title {
	font-size: clamp(16px, 1.25vw, 32px);
}

.banner.banner-home .banner-socials .socials-items {
	display: flex;
	justify-content: center;
}

.banner.banner-home .banner-socials .socials-items .social-item {
	display: flex;
	width: clamp(50px, 4.5vw, 110px);
	height: clamp(50px, 4.5vw, 110px);
	margin: 0 10px;
}

section.section.emergency-contact {
	background: linear-gradient(to bottom, #C50303 0%, #C50303 55%, #FA4600 100%);
	border-radius: 0 0 clamp(25px, 4vw, 80px) clamp(25px, 4vw, 80px);
    margin-top: clamp(-80px, -4vw, -25px);
	text-align: center;
	padding-top: clamp(60px, 8vw, 200px);
	min-height: 50vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.emergency-contact .button-container {
	margin: 0;
}

.call-section {
	position: relative;
	display: flex;
}

.call-section .call-section-left {
	width: 100%;
	padding: 5vw 0;
	text-align: center;
}

.call-section .section-heading {
	font-size: clamp(24px, 3.335vw, 82px);
	font-weight: 700;
}

.emergency-contact .section-heading {
	font-size: clamp(32px, 3.335vw, 82px);
	font-weight: 700;
}

.call-section .call-subheading {
	font-size: clamp(18px, 2.5vw, 64px);
	line-height: 1.2;
}

.call-section .electrician-image {
	position: absolute;
    bottom: -1px;
    right: 6%;
    width: 38vw;
	display: none;
	filter: brightness(1.1) contrast(1.1) sepia(0.1) saturate(1.15);
}

.emergency-contact .emergency-call-text {
	display: flex;
	justify-content: center;
	font-size: clamp(22px, 2.5vw, 64px);
}

.emergency-contact .emergency-call-text .emergency-call-text-inner {
	background-color: #001B32;
	padding: clamp(5px, 0.5vw, 20px) clamp(20px, 2vw, 50px);
    text-transform: uppercase;
    border-radius: clamp(30px, 5vw, 80px);
    margin-top: 0.5em;
}

@media screen and (min-width: 750px) {
	.call-section .call-section-left {
		width: 60%;
	}
	
	.call-section .electrician-image {
		display: flex;
	}
}

.reasons {
	background: linear-gradient(to bottom right, #002E47 0%, #001B32 42%, #00020A 100%);
	border-radius: clamp(25px, 4vw, 80px);
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

.reasons .reasons-items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(30px, 4vw, 4vw);
	margin-top: 5vw;
}

.reasons .reasons-items .reasons-item {
	grid-column: span 1;
	border: 3px solid #4BAAD9;
	border-radius: clamp(15px, 2vw, 30px);
	padding: clamp(20px, 2vw, 50px);
	position: relative;
}

.reasons .reasons-items .reasons-item .image-container {
	width: 100%;
    padding-top: 50%;
    position: relative;
}

.reasons-item .image-container img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: auto;
    object-fit: contain;
}

.reasons-item .text-container {
	margin-top: 1.5em;
	text-align: center;
}

.reasons-item .reason-title {
	font-size: clamp(18px, 1.25vw, 32px);
	font-weight: 700;
	line-height: 1.4;
}

.reasons .reasons-items .reasons-item:first-child:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateX(-3px) translateY(-50%);
	width: 50%;
	height: 3px;
	background-image: repeating-linear-gradient(
		to right,
		#FFB64A,
		#FFB64A 6px,
		transparent 6px,
		transparent 12px
	);
}

.reasons .reasons-items .reasons-item:first-child:after,
.reasons .reasons-items .reasons-item:nth-child(2):after,
.reasons .reasons-items .reasons-item:nth-child(3):after,
.reasons .reasons-items .reasons-item:nth-child(4):after,
.reasons .reasons-items .reasons-item:nth-child(5):after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 3px;
	height: calc(clamp(30px, 4vw, 4vw) - 3px);
	transform: translateY(3px);
	background-image: repeating-linear-gradient(
		to bottom,
		#FFB64A,
		#FFB64A 6px,
		transparent 6px,
		transparent 12px
	);
}

.reasons .reasons-items .reasons-item:last-child:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(3px) translateY(-50%);
	width: 50%;
	height: 3px;
	background-image: repeating-linear-gradient(
		to right,
		#FFB64A,
		#FFB64A 6px,
		transparent 6px,
		transparent 12px
	);
}


@media screen and (min-width: 750px) {
	.reasons .reasons-items {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 5%;
	}
	
	.reasons .reasons-items .reasons-item:first-child:after,
	.reasons .reasons-items .reasons-item:nth-child(2):before,
	.reasons .reasons-items .reasons-item:nth-child(3):after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 3px;
		height: calc(clamp(30px, 4vw, 4vw) - 3px);
		transform: translateY(3px);
		background-image: repeating-linear-gradient(
			to bottom,
			#FFB64A,
			#FFB64A 6px,
			transparent 6px,
			transparent 12px
		);
	}

	.reasons .reasons-items .reasons-item:first-child:after,
	.reasons .reasons-items .reasons-item:nth-child(3):before,
	.reasons .reasons-items .reasons-item:nth-child(5):after {
		content: "";
		position: absolute;
		left: 100%;
		top: 50%;
		transform: translateX(3px) translateY(-50%);
		width: calc(clamp(30px, 4vw, 4vw) - 3px);
		height: 3px;
		background-image: repeating-linear-gradient(
			to right,
			#FFB64A,
			#FFB64A 6px,
			transparent 6px,
			transparent 12px
		);
	}
	
	.reasons .reasons-items .reasons-item:nth-child(4):after {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.reasons .reasons-items {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.reasons .reasons-items .reasons-item:first-child:after,
	.reasons .reasons-items .reasons-item:nth-child(2):before,
	.reasons .reasons-items .reasons-item:nth-child(3):after {
		content: "";
		display: flex;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 3px;
		height: calc(clamp(30px, 4vw, 4vw) - 3px);
		transform: translateY(3px);
		background-image: repeating-linear-gradient(
			to bottom,
			#FFB64A,
			#FFB64A 6px,
			transparent 6px,
			transparent 12px
		);
	}

	.reasons .reasons-items .reasons-item:nth-child(4):after,
	.reasons .reasons-items .reasons-item:nth-child(2):after {
		content: "";
		display: flex;
		position: absolute;
		left: 100%;
		top: 50%;
		transform: translateX(3px) translateY(-50%);
		width: calc(clamp(30px, 4vw, 4vw) - 3px);
		height: 3px;
		background-image: repeating-linear-gradient(
			to right,
			#FFB64A,
			#FFB64A 6px,
			transparent 6px,
			transparent 12px
		);
	}
	
	.reasons .reasons-items .reasons-item:nth-child(3):before,
	.reasons .reasons-items .reasons-item:nth-child(5):after {
		display: none;
	}
}

.expertise .expertise-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4vw;
	margin-top: 5vw;
}

.expertise .expertise-grid .service-item {
	grid-column: span 1;
	background: linear-gradient(to bottom, #001B32 0%, #001B32 63%, #FFB64A 100%);
	width: 100%;
	padding-top: 134%;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 2vw, 30px);
	display: flex;
	align-items: flex-end;
	text-decoration: none;
}

.expertise .expertise-grid .service-item .service-item-thumbnail {
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateZ(0); /* forces GPU rendering */
  	backface-visibility: hidden;
	transition: transform 0.5s ease;
/* 	mix-blend-mode: lighten; */
}

.expertise .expertise-grid .service-item:hover .service-item-thumbnail {
	transform: scale(1.2);
}

.expertise .expertise-grid .service-item .service-item-text-container {
	position: absolute;
	z-index: 2;
	padding: clamp(10px, 2vw, 50px) clamp(10px, 1.2vw, 20px);
	width: 100%;
	text-align: center;
	bottom: 0;
	line-height: 1.3;
}

.expertise .expertise-grid .service-item .service-item-text-container .service-name {
	color: #FFFFFF;
	font-weight: 700;
	font-size: clamp(14px, 1.88vw, 48px);
	text-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}

@media screen and (min-width: 375px) {
	.expertise .expertise-grid .service-item .service-item-text-container .service-name {
		font-size: clamp(18px, 1.88vw, 48px);
	}
}

@media screen and (min-width: 750px) {
	.expertise .expertise-grid {
		grid-template-columns: repeat(3, 1fr);
		padding: 0 7%;
	}
}

section.section.expertise-listing {
	padding-top: 0;
	padding-bottom: 0;
}

.expertise-listing .expertise-grid {
	margin-top: clamp(-100px, -4vw, -55px);
}

.expertise-listing .call-container {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-top: clamp(25px, 3vw, 50px);
}

/* .expertise-listing .call-container .call {
	flex-wrap: wrap;
}

.expertise-listing .call-container .call .call-text-container,
.expertise-listing .call-container .call .call-number-container {
	width: 100%;
	justify-content: center;
}

@media screen and (min-width: 500px) {
	.expertise-listing .call-container .call {
		flex-wrap: nowrap;
	}
	.expertise-listing .call-container .call .call-text-container,
	.expertise-listing .call-container .call .call-number-container {
		width: fit-content;
	}
} */

.banner.banner-services .button-container {
	display: flex;
}

.banner.banner-services .button-container .button {
	width: clamp(150px, 30%, 300px);
}

.testimonials {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	margin-top: clamp(20px, 3vw, 100px);
}

.testimonials:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, #002E47 0%, #001B32 42%, #00020A 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0;
}

.testimonials .image-container,
.testimonials .testimonials-slider {
	width: 100%;
}

.testimonials .image-container {
	display: flex;
	padding: 0 5%;
	position: relative;
	margin-top: clamp(-40px, -2vw, -80px);
	align-self: flex-end;
}

.testimonials .image-container .image-container-inner {
	display: flex;
}

.testimonials .image-container .image-container-inner img {
	width: 100%;
	object-fit: contain;
}

.testimonials .testimonials-slider  {
	padding-bottom: 25px;
}

.testimonials .testimonials-slider .owl-stage  {
	padding-bottom: 5px;
}

.testimonials .testimonials-slider .owl-stage .owl-item {
	padding: 0px 20px 5px 20px;
}

.testimonials .testimonials-slider .testimonial {
	background-color: #FFFFFF;
	box-shadow: 3px 4px 6px 2px rgba(0, 0, 0, 0.25);
	border-radius: clamp(15px, 2vw, 30px);
	padding: clamp(20px, 2vw, 50px);
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.testimonials .testimonials-slider .testimonial .testimonial-content p {
	margin: 15px 0;
}

/* .testimonials .testimonials-slider .testimonial .testimonial-content p:not(:first-child) {
	display: none;
} */

.testimonials .testimonials-slider .testimonial .stars-container {
	display: flex;
	justify-content: center;
}

.testimonials .testimonials-slider .testimonial .stars-container .star {
	width: clamp(25px, 1.825vw, 45px);
	object-fit: contain;
	margin: 0 5px;
}

.testimonials .testimonials-slider .testimonial .testimonial-author {
	margin: 0;
	font-size: clamp(16px, 1.25vw, 32px);
	font-weight: 700;
}

@media screen and (min-width: 750px) {
	.testimonials .image-container {
		width: 45%;
	}
	
	.testimonials .testimonials-slider {
		width: 55%;
	}
	
	.testimonials .testimonials-slider .owl-stage  {
		padding-top: 25px;
	}
	
	.testimonials:before {
		width: 70%;
		border-radius: 0 20vw 20vw 0;
	}
	.testimonials .testimonials-slider .owl-stage {
		display: flex;
	}
	.testimonials .testimonials-slider .owl-stage .owl-item {
		padding: 5px;
	}
	
/* 	.testimonials .testimonials-slider .testimonial .testimonial-content p:not(:first-child) {
		display: flex;
	} */
	
	.testimonials .image-container .image-container-inner img {
		transform: scale(1.15);
		transform-origin: center bottom;
	}
	
	.testimonials .testimonials-slider .testimonial  {
		height: 100%;
	}
}

.workflow .section-subheading {
	font-size: clamp(18px, 2.5vw, 64px);
}

.workflow .workflow-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.workflow .workflow-items .workflow-item {
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
}

.workflow .workflow-items .workflow-item .workflow-item-caption {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

.workflow .workflow-items .workflow-item .image-container {
	display: flex;
	justify-content: center;
	width: 100%;
}

.workflow .workflow-items .workflow-item .image-container-inner {
	width: 50%;
	padding-top: 50%;
	position: relative;
	border: 3px solid #4BAAD9;
	border-radius: clamp(15px, 1.5vw, 25px);
}

.workflow .workflow-items .workflow-item:not(:first-child) .image-container-inner:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 3px;
	height: 40px;
	transform: translateY(-3px);
	background-image: repeating-linear-gradient(
		to bottom,
		#FFB64A,
		#FFB64A 6px,
		transparent 6px,
		transparent 12px
	);
}

.workflow .workflow-items .workflow-item .image-container-inner img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 70%;
	width: 70%;
	object-fit: contain;
}

@media screen and (min-width: 700px) {
	.workflow .workflow-items .workflow-item {
		width: 22%;
	}
	
	.workflow .workflow-items .workflow-item .image-container-inner {
		width: 75%;
		padding-top: 75%;
	}
	
	.workflow .workflow-items .workflow-item:not(:first-child) .image-container-inner:before {
		content: "";
		position: absolute;
		left: unset;
		right: 100%;
		bottom: unset;
		top: 50%;
		transform: translateX(-2px) translateY(-50%);
		width: 60%;
		height: 3px;
		background-image: repeating-linear-gradient(
			to right,
			#FFB64A,
			#FFB64A 6px,
			transparent 6px,
			transparent 12px
		);
	}
	
	.workflow .workflow-items .workflow-item .workflow-item-caption {
		font-size: clamp(16px, 1.25vw, 32px);
	}
}

@media screen and (min-width: 1000px) {
	.workflow .workflow-items {
		padding: 0 7%;
		margin-top: 20px;
	}
}

section.section.reasons-row {
	padding-top: 0;
	padding-bottom: 0;
}

.reasons-row .reasons-row-inner {
	background: linear-gradient(to bottom right, #002E47 0%, #001B32 42%, #00020A 100%);
	padding: clamp(20px, 3vw, 60px);
	border-radius: clamp(15px, 1.5vw, 30px);
}

.reasons-row .reasons-row-inner .reasons-row-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}

.reasons-row .reasons-row-inner .reasons-item {
	width: 48%;
	margin: 15px 0;
}

.reasons-row .reasons-row-inner .reasons-row-items .reasons-item .image-container {
	width: 100%;
    padding-top: 70%;
    position: relative;
}

.reasons-row .reasons-row-inner .reasons-item .reason-title {
	font-size: clamp(14px, 1.25vw, 32px);
}

@media screen and (min-width: 600px) {
	.reasons-row .reasons-row-inner .reasons-item {
		width: 30%;
	}
}

@media screen and (min-width: 1200px) {
	.reasons-row .reasons-row-inner .reasons-item {
		width: 14%;
	}
}

.contact {
	position: relative;
	background-color: #FFFFFF;
	border-radius: clamp(25px, 4vw, 80px);
}

.contact-form-container {
	margin-top: clamp(25px, 2.5vw, 50px);
}

.contact-form-container form label {
	display: none;
}

.contact-form-container form .form-inner-heading {
	font-weight: 700;
	font-size: clamp(16px, 1.88vw, 48px);
	text-align: center;
	margin-top: 0.5em;
}

.contact-form-container form .form-field-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-form-container form .form-field {
	width: 100%;
	margin: clamp(5px, 0.8vw, 20px) 0;
}

.contact-page-main .contact-form-container form .form-field {
	margin: clamp(10px, 1vw, 20px) 0;
}

.contact-form-container form .form-field br {
	display: none;
}

.contact-form-container form .form-field p {
	margin: 0;
}

.contact-form-container form input,
.contact-form-container form textarea,
.contact-form-container form select {
	text-align: center;
	background-color: #E0E0E0;
	padding: 10px;
	border: none;
	width: 100%;
	font-size: clamp(16px, 1.88vw, 48px);
	-webkit-appearance: none;
	color: #78838C;
}

.contact-form-container form .form-field-select {
	position: relative;
}

.contact-form-container form .form-field-select:after {
	content: "";
	width: clamp(16px, 1.5vw, 48px);
	height: clamp(16px, 1.5vw, 48px);
	background-image: url('images/arrow-down-blue.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(0, -40%);
	pointer-events: none;
	
}

.contact-form-container form .form-field-name input {
	font-weight: 700;
}

.contact-form-container form input,
.contact-form-container form select {
	border-radius: clamp(30px, 5vw, 50px);
}

.contact-form-container form select option {
	font-size: clamp(14px, 1.05vw, 28px);
}

.contact-form-container form textarea {
	border-radius: clamp(15px, 1.5vw, 30px);
}

.contact-form-container form .form-submit {
	display: flex;
	justify-content: center;
}

.contact-form-container form .form-submit input {
	background-color: #FFB64A;
	color: #003158;
	font-weight: 700;
	font-size: clamp(16px, 1.25vw, 32px);
	text-transform: uppercase;
	padding: clamp(10px, 1vw, 20px) clamp(15px, 1.5vw, 30px);
	cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	border: none;
	text-align: center;
}

.wpcf7-spinner {
	position: absolute;
}

.contact .map-container {
	padding: 0;
}

.contact .map-container.map-container-margin {
	margin-top: clamp(25px, 5vw, 100px);
}

.contact .map-container iframe {
	aspect-ratio: 7/4;
	border-radius: 15px;
}

.contact-page-main {
	display: flex;
	justify-content: space-between;
}

.contact-page-main .image-container {
	display: none;
}

.contact-page-main .form-container {
	padding: clamp(40px, 3vw, 80px) 7%;
}

@media screen and (min-width: 750px) {
	.contact .contact-form-container,
	.contact .map-container {
		padding: 0 7%;
	}
	
	.contact-form-container form .form-field-flex .form-field {
		width: 48%;
	}
	
	.contact-page-main {
		padding: clamp(40px, 4vw, 100px) 0;
	}
	
	.contact-page-main .image-container {
		width: 35%;
		display: flex;
		border-radius: 0 clamp(15px, 2vw, 40px) clamp(15px, 2vw, 40px) 0;
		position: relative;
		overflow: hidden;
		padding-top: 50%;
	}
	
	.contact-page-main .image-container img {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.contact-page-main .form-container {
		width: 65%;
	}
}

.info-bar {
	padding: 0 7%;
}

.info-bar .info-bar-inner {
	background: linear-gradient(to bottom right, #002E47 0%, #001B32 42%, #00020A 100%);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(25px, 1.5vw, 40px);
	border-radius: clamp(15px, 2vw, 30px);
}

.info-bar .info-bar-inner .info-item {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}

.info-bar .info-bar-inner .info-item .info-item-icon-container {
	width: 100%;
	display: flex;
	justify-content: center;
	aspect-ratio: 8/3;
}

.info-bar .info-bar-inner .info-item .info-item-icon-container img {
	width: clamp(80px, 30%, 160px);
	max-height: 100%;
	object-fit: contain;
}

.info-bar .info-bar-inner .info-item .info-item-text-container {
	margin-top: 5px;
}

.info-bar .info-bar-inner .info-item .info-item-title {
	font-size: clamp(16px, 1.25vw, 32px);
	margin: 5px 0;
}

.info-bar .info-bar-inner .info-item .info-item-text {
	font-size: clamp(16px, 1.88vw, 48px);
	margin: 0;
	line-height: 1;
}

.info-bar .info-bar-inner .info-item .info-item-text a {
	text-decoration: none;
	color: #FFFFFF;
}

.info-bar .info-bar-inner .info-item:nth-child(2) .info-item-text {
	font-size: clamp(14px, 1.05vw, 28px);
}

@media screen and (min-width: 550px) {
	.info-bar .info-bar-inner .info-item {
		width: 48%;
	}
}

@media screen and (min-width: 900px) {
	.info-bar .info-bar-inner .info-item {
		width: 24%;
	}
}

section.section.main-service-content-layout {
	padding-bottom: 0;
}

section.section.main-service-content-layout .layout {
	padding-bottom: 40px;
}

.layout1 .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.layout1 .row:nth-child(odd) {
	flex-direction: row;
}

.layout1 .row:nth-child(even) {
	flex-direction: row-reverse;
}

.layout1.multirow .row:not(:first-child) {
	margin-top: 25px;
}

.layout1 .image-container,
.layout1 .text-container {
	width: 100%;
}

.layout1 .image-container {
	display: flex;
	border-radius: clamp(15px, 1.5vw, 30px);
	position: relative;
	overflow: hidden;
}

.layout1 .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.layout1 .text-container {
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-size: clamp(14px, 1.25vw, 32px);
	margin-top: 1em;
}

.layout1 .text-container p {
	margin: 0.5em 0;
}

.layout1 .text-container ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-left: 2em;
}


.layout2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.layout2 .images-container,
.layout2 .items-container {
	width: 100%;
}

.layout2 .images-container {
	position: relative;
	aspect-ratio: 6/5;
}

.layout2 .images-container .image-container {
	position: absolute;
	width: 55%;
	aspect-ratio: 1/1;
	border-radius: clamp(25px, 2.5vw, 50px);
	overflow: hidden;
	display: flex;
}

.layout2 .images-container .image-container:first-child {
	top: 0;
	left: 0;
}

.layout2 .images-container .image-container:last-child {
	bottom: 0;
	right: 0;
}

.layout2 .images-container .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.layout2 .items-container .item {
	display: flex;
	align-items: flex-start;
	margin: 25px 0;
}

.layout2 .items-container .item:last-child {
	margin-bottom: 0;
}

.layout2 .items-container .item .icon-container {
	flex-shrink: 0;
	margin-right: clamp(20px, 2vw, 50px);
	width: clamp(50px, 5.25vw, 200px);
}

.layout2 .items-container .item .icon-container img {
	width: 100%;
	object-fit: contain;
}

.layout2 .images-container:before {
	content: "";
	width: 60%;
	aspect-ratio: 1/1;
	background-image: url("data:image/svg+xml;utf8,\
		<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'>\
		<rect x='1.5' y='1.5' width='97' height='97' rx='15' ry='15' fill='none' stroke='%23FF9401' stroke-width='1' stroke-dasharray='3 1'/>\
		</svg>");
	background-size: cover;
	border-radius: clamp(15px, 1.5vw, 30px);
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
}

.layout2 .items-container .item .text-container .title {
	font-size: clamp(16px, 1.25vw, 32px);
	font-weight: 700;
}

.layout3 .main-text-container {
	text-align: center;
	font-size: clamp(16px, 1.25vw, 32px);
}

.layout3 .items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: clamp(20px, 2.5vw, 50px);
}

.layout3 .items .item {
	width: 100%;
	margin-top: clamp(25px, 3vw, 50px);
}

.layout3 .items .item .item-inner {
	width: 100%;
	height: 100%;
	border: 3px solid #67C4EA;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 1.8vw, 50px);
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
    text-align: center;
	background-color: #FFFFFF;
}

.layout3 .items .item .item-inner:after {
	content: "";
	display: flex;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 3px;
	height: 40%;
	transform: translateY(3px);
	background-image: repeating-linear-gradient(to bottom, #FFB64A, #FFB64A 6px, transparent 6px, transparent 12px);
}

.layout3 .items .item:last-child .item-inner:after {
	display: none;
}

.layout3 .items .item .item-inner .number-container {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	background-color: #FF9401;
	width: clamp(30px, 9vw, 100px);
    height: clamp(30px, 9vw, 100px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout3 .items .item .item-inner .number-container span {
	font-weight: 700;
	font-size: clamp(16px, 1.67vw, 48px);
	color: #FFFFFF;
}

.layout3 .items .item .item-inner .heading {
	font-weight: 700;
	font-size: clamp(16px, 1.25vw, 32px);
	line-height: 1.25;
}

.layout3 .items .item .item-inner .text p {
	margin-top: 0;
}

.layout4 .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.layout4 .items .item {
	width: 45%;
	margin-top: clamp(25px, 3vw, 50px);
}

.layout4 .items .item .item-inner {
	width: 100%;
	height: 100%;
	border: 3px solid #67C4EA;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 1.8vw, 50px);
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
    text-align: center;
	background-color: #FFFFFF;
}

.layout4 .items .item .item-inner:after {
	content: "";
	display: flex;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(3px) translateY(-50%);
	width: 40%;
	height: 3px;
	background-image: repeating-linear-gradient(to right, #FFB64A, #FFB64A 6px, transparent 6px, transparent 12px);
}

.layout4 .items .item:nth-child(even) .item-inner:after {
	display: none;
}

.layout4 .items .item:last-child .item-inner:after {
	display: none;
}

.layout4 .items .item .item-inner .number-container {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	background-color: #FF9401;
	width: clamp(30px, 9vw, 100px);
    height: clamp(30px, 9vw, 100px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout4 .items .item .item-inner .number-container span {
	font-weight: 700;
	font-size: clamp(16px, 1.67vw, 48px);
	color: #FFFFFF;
}

.layout4 .items .item .item-inner .main-content {
	font-weight: 700;
	font-size: clamp(14px, 1.25vw, 32px);
	line-height: 1.25;
}

@media screen and (min-width: 400px) {
	
	.layout4 .items .item .item-inner .main-content {
		font-size: clamp(16px, 1.25vw, 32px);
	}
}

.layout4 .items .item .item-inner .main-content .icon-container {
	position: relative;
	width: 100%;
	padding-top: 100%;
	margin-top: 1em;
}

.layout4 .items .item .item-inner .main-content .icon-container img {
	position: absolute;
    top: 50%;
	transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 100%;
	object-fit: contain;
}

.layout5 .main-text-container {
	text-align: center;
	font-size: clamp(16px, 1.25vw, 32px);
}

.layout5 .section-heading {
	font-size: clamp(28px, 2.5vw, 64px);
}

.layout5 .list-grid-container {
	margin-top: clamp(40px, 5vw, 80px);
}

.layout5 .list-grid-container .items {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.layout5 .list-grid-container .items .item {
	width: 100%;
	margin-top: clamp(15px, 1.5vw, 40px);
	border: 3px solid #67C4EA;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(30px, 2.2vw, 50px);
}

.layout5 .list-grid-container .items .item .item-inner {
	width: 100%;
}

.layout5 .list-grid-container .items .item .item-heading {
	font-size: clamp(24px, 1.88vw, 48px);
	font-weight: 700;
	line-height: 1.25;
}

.layout5 .list-grid-container .items .item ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: clamp(16px, 1.05vw, 28px);
	display: flex;
    flex-flow: column;
}

.layout5 .list-grid-container .items .item ul li {
	width: fit-content;
	position: relative;
	margin: clamp(7px, 0.5vw, 15px) 0;
	display: flex;
}

.layout5 .list-grid-container .items .item ul li:before {
	content: "";
	display: inline-block;
	width: clamp(16px, 1.05vw, 28px);
	height: clamp(16px, 1.05vw, 28px);
	background-image: url('images/lightning-bolt.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: scale(1.2);
    transform-origin: top right;
	margin-right: 5px;
}

@media screen and (min-width: 750px) {
	.layout1.singlerow .image-container {
		width: 55%;
	}
	
	.layout1.singlerow .text-container,
	.layout1.multirow .text-container {
		width: 40%;
	}
	
	.layout1.multirow .image-container {
		width: 49%;
	}
	
	.layout1 .text-container {
		margin-top: 0;
	}
	
	.layout1.multirow .row:not(:first-child):before {
		content: "";
		width: clamp(90px, 11vw, 250px);
		height: clamp(90px, 11vw, 250px);
		background-image: url("data:image/svg+xml;utf8,\
	<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'>\
	<rect x='1.5' y='1.5' width='97' height='97' rx='17' ry='15' fill='none' stroke='%23FF9401' stroke-width='3' stroke-dasharray='8 5'/>\
	</svg>");
		background-size: cover;
		border-radius: clamp(15px, 1.5vw, 30px);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		transform: translate(0, calc(-50% - 12.5px));
		z-index: -1;
	}
	
	.layout2 .images-container {
		width: 52%;
		aspect-ratio: unset;
		max-height: 40vw;
	}
	.layout2 .items-container {
		width: 43%;
	}
	
	section.section.main-service-content-layout .layout {
		padding-bottom: clamp(80px, 8vw, 200px);
	}
	
	.layout3 .main-text-container {
		padding: 0 15%;
	}
	
	.layout3 .main-text-container p {
		margin-top: 0;
	}
	
	.layout3 .items .item {
		width: 50%;
		padding: 0 2%;
	}
	
	.layout3 .items .item .item-inner:after {
		content: "";
        display: flex;
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translateX(3px) translateY(-50%);
        width: 40%;
        height: 3px;
        background-image: repeating-linear-gradient(to right, #FFB64A, #FFB64A 6px, transparent 6px, transparent 12px);
	}
	
	.layout3 .items .item:nth-child(even) .item-inner:after {
		display: none;
	}
	
	.layout3 .items .item .item-inner .number-container {
		width: clamp(30px, 4vw, 100px);
    	height: clamp(30px, 4vw, 100px);
	}
	
	.layout4 .items .item {
		width: 29%;
	}
	
	.layout4 .items .item .item-inner .number-container {
		width: clamp(30px, 4vw, 100px);
    	height: clamp(30px, 4vw, 100px);
	}
	
	.layout4 .items .item:nth-child(even):not(:last-child) .item-inner:after {
		display: flex;
	}
	
	.layout4 .items .item:nth-child(3) .item-inner:after {
		display: none;
	}
	
	.layout5 .main-text-container {
		padding: 0 15%;
	}
	
	.layout5 .main-text-container p {
		margin-top: 0;
	}
	
	.layout5 .list-grid-container .items .item {
		width: 45%;
	}
}

@media screen and (min-width: 1000px) {
	.layout1 .row {
		padding: 0 7%;
	}
		
	.layout2 {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.layout3 .items .item {
		width: 25%;
		padding: 0 3%;
	}
	
	.layout3 .items .item:nth-child(even):not(:nth-child(4)) .item-inner:after {
		display: flex;
	}
	
	.layout4 .items .item {
		width: 13.5%;
		margin-top: 0;
	}
	
	.layout4 .items .item:nth-child(3) .item-inner:after {
		display: flex;
	}
		
	.layout5 .list-grid-container .items .item {
		width: 28%;
	}
	
	.layout5 .list-grid-container .items .item {
		width: 30%;
	}
}

footer {
	background: linear-gradient(to bottom right, #002E47 0%, #001B32 42%, #00020A 100%);
	margin-top: clamp(-80px, -4vw, -25px);
	padding: clamp(80px, 8vw, 200px) 7% clamp(80px, 5vw, 150px) 7%;
	color: #FFFFFF;
}

footer .footer-inner {
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .footer-inner .footer-left,
footer .footer-inner .footer-right {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

footer .footer-logo-container {
	width: clamp(100px, 9vw, 250px);
	flex-shrink: 0;
	margin: 0 auto;
}

footer .footer-text-container {
	width: 100%;
	font-size: clamp(14px, 1.05vw, 28px);
	text-align: center;
}

footer .footer-text-container p {
	margin-bottom: 0;
}

footer .footer-menu-container {
	flex-grow: 1;
	margin: 30px 0;
}

footer .menu-menu-1-container {
	position: relative;
	top: 0;
}

footer .menu-menu-1-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

footer .menu-menu-1-container ul li {
	margin-bottom: 15px;
}

footer .menu-menu-1-container ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: clamp(16px, 1.25vw, 32px);
}

footer .menu-menu-1-container ul li.current-menu-item a {
	font-weight: 800;
}

footer .menu-menu-1-container .sub-menu {
	display: none;	
}

footer .footer-contact-container {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}

footer .footer-socials-container {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

footer .footer-socials-container .social-item {
	display: flex;
	width: clamp(50px, 4.5vw, 110px);
	height: clamp(50px, 4.5vw, 110px);
	margin: 0 10px;
}

@media screen and (min-width: 750px) {
	footer .footer-inner {
		padding: 0 3%;
	}
	
	footer .footer-inner .footer-left,
	footer .footer-inner .footer-right {
		width: 48%;
	}
	
	footer .footer-menu-container {
		margin: 0;
	}
	
	footer .footer-inner .footer-right {
		justify-content: space-between;
	}
}

@media screen and (min-width: 1000px) {
	
	footer .footer-text-container {
		width: calc(100% - clamp(100px, 9vw, 250px));
		padding: 0 clamp(50px, 7vw, 200px);
		text-align: left;
	}
	footer .footer-contact-container {
		width: fit-content;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.text-yellow {
	color: #FFB64A;
}

.text-white {
	color: #FFFFFF;
}

.text-bold {
	font-weight: 700;
}

.section-heading.section-heading-center {
	text-align: center;
}

.section-subheading.section-subheading-center {
	text-align: center;
}

.button-container {
	margin: clamp(25px, 3vw, 50px) 0;
}

.button-container.button-container-center {
	display: flex;
	justify-content: center;
}

.button,
.call-buttons-container .call-button2 {
	border-radius: clamp(30px, 5vw, 80px);
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: clamp(16px, 1.25vw, 32px);
	display: flex;
	justify-content: center;
}

.call-buttons-container {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-top: clamp(15px, 1.5vw, 30px);
}

.button.button-blue,
.call-buttons-container .call-button2 {
	background-color: #3A84BF;
	color: #FFFFFF;
}

.call-buttons-container .call-button1,
.call-buttons-container .call-button2,
.emergency-contact .call-button3 {
	font-size: clamp(24px, 2.5vw, 64px);
	text-decoration: none;
	margin: clamp(5px, 0.6vw, 10px) 0;
}

.call-buttons-container .call-button1,
.call-buttons-container .call-button2 {
	width: clamp(250px, 50%, 50%);
}

.emergency-contact .call-button3 {
	width: fit-content;
}

.call-buttons-container .call-button1,
.emergency-contact .call-button3 {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 10px 30px;
	border-radius: clamp(15px, 1.5vw, 30px);
}

.call-buttons-container .call-button1 {
	background-color: #FFB64A;
	color: #125786;
}
.emergency-contact .call-button3 {
	background-color: transparent;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
}

.call-buttons-container .call-button1 img,
.emergency-contact .call-button3 img {
	width: clamp(22px, 2.8vw, 72px);
	object-fit: contain;
	margin-right: clamp(5px, 0.6vw, 20px);
}

.call-buttons-container .call-button2 {
	font-weight: 700;
}

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

.site-branding {
	width:  clamp(140px, 13.5vw, 400px);
	flex-shrink: 0;
	margin-right: 5vw;
}

.site-branding a {
	display: flex;
}

.site-branding img {
	width: 100%;
	object-fit: contain;
}

.site-header {
	position: fixed;
	z-index: 5;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 5%;
	background: transparent;
	transition: background 0.5s ease;
}

.site-header.scrolled,
.site-header:hover {
/* 	background: linear-gradient(to bottom right, #002E47 0%, #001B32 42%, #00020A 100%); */
	box-shadow: 0 4px 4px 3px rgba(0,0,0,0.16);
}
.site-header.scrolled:before,
.site-header:hover:before {
	content: "";
	width: 100%;
	height: calc(100% + 1px);
	position: absolute;
	top: -1px;
	left: 0;
	background: linear-gradient(to bottom right, rgba(0, 46, 71, 0.9) 0%, rgba(0, 27, 50, 0.9) 42%, rgba(0, 2, 10, 0.9) 100%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: -1;
}


.site-header.scrolling-up {

}

.header-call-container,
.footer-call-container,
.call-container {
	flex-shrink: 0;
}

.banner-services .call-container {
	margin-top: 3em;
}

.header-call,
.footer-call,
.call {
	display: flex;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	font-size: clamp(16px, 1.25vw, 32px);
	text-decoration: none;
	width: fit-content;
}

.expertise-listing .call {
	font-size: clamp(16px, 1.88vw, 48px);
}

.header-call .call-text-container,
.footer-call .call-text-container,
.call .call-text-container {
	background-color: #3A84BF;
	color: #FFFFFF;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.banner-services .call .call-text-container {
	background-color: #FFB64A;
	color: #003158;
}

.header-call .call-number-container,
.footer-call .call-number-container,
.call .call-number-container {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	aspect-ratio: 1/1;
}

.header-call .call-number-container,
.footer-call .call-number-container {
	background-color: #FFB64A;
	color: #125786;
}

.expertise-listing .call .call-number-container {
	background-color: #003158;
	color: #FFB64A;
}

.banner-services .call .call-number-container {
	background-color: #FFFFFF;
	color: #003158;
}

.header-call .call-text-container,
.header-call .call-number-container .number-text {
	display: none;
}

.header-call .call-number-container img,
.footer-call .call-number-container img,
.call .call-number-container img {
	width: clamp(20px, 1.3vw, 36px);
	height: clamp(20px, 1.3vw, 36px);
	margin-right: 0px;
	flex-shrink: 0;
}

.expertise-listing .call .call-number-container img {
	width: clamp(20px, 2.815vw, 63px);
	height: clamp(20px, 2.815vw, 63px);
	flex-shrink: 0;
	margin-right: clamp(5px, 0.6vw, 15px);
}

.footer-call {
	border-radius: clamp(15px, 2vw, 50px);
}

.call {
	border-radius: clamp(10px, 1vw, 20px);
}

.footer-call .call-number-container {
	padding: 5px 10px;
	aspect-ratio: unset;
}

.call .call-text-container,
.call .call-number-container {
	aspect-ratio: unset;
	padding: clamp(5px, 0.6vw, 10px) clamp(10px, 1vw, 20px);
}

.footer-call .call-number-container .number-text,
.call .call-number-container .number-text {
	display: flex;
}

.footer-call .call-number-container img,
.call .call-number-container img {
	margin-right: 5px;
}

@media screen and (min-width: 1000px) {
	.header-call {
		border-radius: clamp(15px, 2vw, 50px);
	}

	.header-call .call-text-container {
		display: flex;
	}

	.header-call .call-number-container {
		padding: 5px 10px;
		aspect-ratio: unset;
	}

	.header-call .call-number-container .number-text {
		display: flex;
	}
	
	.header-call .call-number-container img {
		margin-right: 5px;
	}

}

.main-navigation {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

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

.main-navigation ul ul {
	position: relative;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

/* .main-navigation ul ul a {
	width: 200px;
} */

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

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

.main-navigation li.menu-item-has-children > a {
	position: relative;
	display: flex;
	align-items: center;
}

.main-navigation li.menu-item-has-children > a:after {
	content: "";
	display: flex;
	width: clamp(14px, 0.9vw, 18px);
	height: clamp(14px, 0.9vw, 18px);
	background-image: url('images/arrow-down-grey.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 5px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size:  clamp(16px, 1.25vw, 32px);
	color: #FFFFFF;
}

.main-navigation .sub-menu a {
	font-size: clamp(14px, 0.835vw, 20px);
}

.main-navigation .current-menu-item a,
.main-navigation ul.sub-menu li:hover a {
	font-weight: 800;
}

.post-type-archive-services .main-navigation li.menu-item-has-children > a,
.single-services .main-navigation li.menu-item-has-children > a {
	font-weight: 800;
}

/* Small menu. */
.menu-toggle {
	display: block;
}
.main-navigation.toggled ul {
	display: block;
	width: 100%;
}

.main-navigation.toggled ul.sub-menu {
	display: none;
}

.main-navigation.toggled .menu-item-has-children.focus ul {
	display: block;
	margin: 10px 0;
	padding: 0 0 0 5%;
}

.main-navigation {
	padding-bottom: 0;
	transition: padding-bottom 0.5s ease;
}

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
	margin-right: 15px;
}

.menu-toggle div {
	width: 30px;
	height: 3px;
	border-radius: 5px;
	background-color: #FFB64A;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}

.main-navigation.toggled .menu-menu-1-container {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding: 5%;
}

.main-navigation.toggled .menu-menu-1-container:before {
	content: "";
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom right, rgba(0, 46, 71, 0.9) 0%, rgba(0, 27, 50, 0.9) 42%, rgba(0, 2, 10, 0.9) 100%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}


.main-navigation.toggled .menu-menu-1-container #primary-menu {
	max-height: calc(100vh - 100px);
	overflow: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* IE 10+ */
}

.main-navigation.toggled .menu-menu-1-container #primary-menu::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

@media screen and (min-width: 750px) {
	
	.main-navigation.toggled .menu-menu-1-container {
		padding: 0;
	}
	
	.main-navigation.toggled .menu-menu-1-container:before {
		display: none;
	}
	.site-header {
		padding: 10px 7%;
	}

	.menu-toggle {
		display: none;
	}
	
	.main-navigation {
		display: block;
	}
	
	.main-navigation li {
		margin: 0;
	}
	
	.main-navigation.toggled .menu-menu-1-container {
		position: relative;
	}

	.main-navigation.toggled ul,
	.main-navigation ul {
		display: flex;
		justify-content: space-evenly;
		width: 100%;
	}
	
	.main-navigation.toggled .menu-item-has-children ul.sub-menu,
	.main-navigation.toggled .menu-item-has-children.focus ul.sub-menu,
	.main-navigation ul ul.sub-menu {
		display: block;
		position: absolute;
		border-radius: clamp(15px, 1.5vw, 30px);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		top: 100%;
		left: -999em;
		z-index: 99999;
		width: 50vw;
		max-width: 350px;
		min-width: 250px;
		padding: clamp(15px, 1.5vw, 30px);
		margin: 0;
	}
	
	.main-navigation.toggled .menu-item-has-children:hover ul.sub-menu,
	.main-navigation .menu-item-has-children:hover ul.sub-menu {
		left: 0;
	}
	
	.main-navigation ul ul.sub-menu:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(to bottom right, rgba(0, 46, 71, 0.9) 0%, rgba(0, 27, 50, 0.9) 42%, rgba(0, 2, 10, 0.9) 100%);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		border-radius: clamp(15px, 1.5vw, 30px);
	}
	
	.main-navigation ul ul.sub-menu li {
		margin: 7px 0;
	}
	
	.menu-menu-1-container {
		position: relative;
	}
	
	.main-navigation.toggled .menu-menu-1-container {
		background: transparent;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
}
 */
.updated:not(.published) {
	display: none;
}

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* 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;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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