/*!
Theme Name: AWI Revamped
Theme URI: http://underscores.me/
Author: Underscores.me
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: awi-revamped
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.

AWI Revamped 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;
}
.button,input[type=submit],button{
	transition:.2s all;
	background-color:gray;
	color:#000;
	padding:7px 15px;
}
/**
 * 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
--------------------------------------------------------------*/


/* Fonts
--------------------------------------------- */
@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Italic.woff2') format('woff2'),
        url('fonts/Archivo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
	line-height: 1.2;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	 font-family: 'Poppins';
	 font-weight: bold;
	/*clear: both;*/
}

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;
}
*[style^="background-image"]{
	background-size:cover;
	background-position:center;
}
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;
}

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: #4ea6d4;
	text-decoration: none;
	font-family: 'Poppins';
	font-weight: 600;
}

a:hover,
a:active {
	color: #4da0cb;
}


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;*/
	background: #f04520;
    padding: 15px 25px;
    color: #fff;
    display: inline-block;
    transition: .2s all;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    border-radius: 25.5px;
    text-transform: uppercase;
	border: 0;
}

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;
	width: 100%;
}

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;
	width: 100%;
}

textarea {
	width: 100%;
	height: 100px;
}

input.wpcf7-form-control.wpcf7-submit {
	display: block;
	margin: 0 auto;
}

form .list--unstyled {
	margin: 0 -6px;
}

form .list--unstyled li {
	margin: 12px 6px;
}

.list--unstyled .form-field--half {
	float: left;
	width: calc(50% - 12px);
	margin: 6px;
}

.list--unstyled .form-field--third {
	float: left;
	width: calc(33.3333% - 12px);
	margin: 6px;
}

form .list--unstyled li:first-child,
form .list--unstyled .form-field--half:first-child,
form .list--unstyled .form-field--half:first-child + .form-field--half,
form .list--unstyled .form-field--third:first-child,
form .list--unstyled .form-field--third:first-child + .form-field--third,
form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third {
	margin-top: 0;
}

form .list--unstyled li:last-child,
form .list--unstyled .form-field--half:last-child,
form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
form .list--unstyled .form-field--third:last-child,
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
	margin-bottom: 0;
}

.form-field--half + li:not(.form-field--half):not(.form-field--third),
.form-field--third + li:not(.form-field--half):not(.form-field--third) {
	clear: both;

	margin-top: 0;
	padding-top: 6px;
}

li:not(.form-field--half):not(.form-field--third) + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
	margin-top: 0;
}

@media screen and (max-width: 567px) {
	.list--unstyled .form-field--half,
	.list--unstyled .form-field--third {
		float: none;

		width: auto;
		margin: 12px 6px;
	}

	.form-field--half + li:not(.form-field--half):not(.form-field--third),
	.form-field--third + li:not(.form-field--half):not(.form-field--third) {
		margin-top: 12px;
		padding-top: 0;
	}

	form .list--unstyled .form-field--half:first-child + .form-field--half,
	form .list--unstyled .form-field--third:first-child + .form-field--third,
	form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
		margin-top: 12px;
	}

	form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
		margin-bottom: 12px;
	}
}


/* Interior banner
--------------------------------------------- */
.interior-banner {
	height: 500px;
	position: relative;
}

.interior-banner-overlay{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.5);
}

.interior-banner .container{
	position: static;
}

.interior-banner h1{
	font-size: 45px;
}

@media screen and (max-width: 767px){
	.interior-banner{
		height: 350px;
	}
	.interior-banner h1{
		font-size: 36px;
	}
}

/* Interior Page Title
--------------------------------------------- */
.page-title-wrapper {
	background: #014691;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 1px 0 1px 0;
}

.page-title-wrapper h1 {
	margin: 0.37em 0;
}

.blog .page-title-wrapper,
.single .page-title-wrapper,
.archive .page-title-wrapper {
	display: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	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;
	border-radius: 18px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.container {
	margin:0 auto;
	position: relative;
	max-width:1450px;
	padding:0 15px;
}
.list--unstyled{
	list-style: none;
	margin:0;
	padding:10px;
}
.button{
	background:#4ea6d4;
	padding: 15px 25px;
	color:#fff;
	display: inline-block;
	transition:.2s all;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 18px;
	border-radius: 25.5px;
	text-transform: uppercase;
}

.button-orange{
	background:#f04520;
	padding: 15px 25px;
	color:#fff;
	display: inline-block;
	transition:.2s all;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 18px;
	border-radius: 25.5px;
	text-transform: uppercase;
}

.button:hover{
	background:#f04520;
	color:#fff;
	text-decoration: none;
}

.button-orange:hover{
	background:#4ea6d4;
	color:#fff;
	text-decoration: none;
}

svg{
	height: 18px;
	width: 18px;
}

/***************************************
 **************** Header ***************
 ***************************************/

header{
	padding: 35px 0;
}

header .inner-header{
	display: flex;
	align-items: center;
}

.top-header-mobile-only{
	display: none;
	width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-color: #014691;
}

header .inner-header .logo{
	display: block;
	width: 410px;
    height: auto;
    max-width: 100%;
}

header .inner-header .right-header-area{
	margin-left: auto;
}

header .inner-header .top-header{
	display: flex;
	align-items: center;
}

header .inner-header .nav-area{
	display: flex;
	align-items: center;
}

header .inner-header .nav-area nav{
	margin-left: auto;
}

header .inner-header .nav-area .button-orange{
	margin-left: 30px;
}

.top-ctas{
	margin-left: 65px;
}

.top-ctas a{
	color: #101319;
	font-size: 26px;
}

.top-ctas span{
	color: #101319;
	font-size: 26px;
}

.top-ctas a:hover{
	color: #f04520;
}

.celebrating-text{
	margin-left: auto;
	font-family: 'Archivo';
	font-style: italic;
	color: #101319;
	font-size: 24px;
}

@media screen and (max-width: 1400px){
	header{
		padding: 0 0 35px 0;
	}
	header .inner-header .logo{
		width: 375px;
	}
	.top-header-mobile-only{
		display: block;
	}
	.top-header-mobile-only .container{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.celebrating-text{
		margin-left: unset;
	}
	header .inner-header .top-header{
		display: none;
	}
	header .inner-header .nav-area .button-orange{
		display: none;
	}
	.top-ctas a{
		font-size: 21px;
		color: #fff;
	}
	.celebrating-text{
		font-size: 21px;
		color: #fff;
	}
	.top-ctas span{
		font-size: 21px;
		color: #fff;
	}
	header .inner-header{
		padding-top: 35px;
	}
}


@media screen and (max-width: 810px){
	.top-header-mobile-only .container{
		flex-wrap: wrap;
		gap: 10px;
	}
	header .inner-header .logo{
		width: 300px;
	}
	.celebrating-text{
		width: 100%;
		text-align: center;
		font-size: 18px;
	}
	.top-ctas{
		margin-left: 0;
		text-align: center;
	}
	.top-ctas a{
		font-size: 18px;
	}
}

@media screen and (max-width: 450px){
	header .inner-header .logo{
		width: 250px;
	}
}

/******* Navigation *******/
.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
	display: none;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
	display: none;
}

.awiNav {
	font-size: 0;
	position: relative;
	z-index: 200;
	margin: 0;
	padding: 0;
	list-style: none;
}

.awiNav.collapsable {
	white-space: nowrap;
}

.awiNav li {
	position: relative;
	margin: 0;
}

.awiNav > li {
	font-size: 1rem;
	line-height: 90px;
	display: inline-block;
	height: 90px;
}

.awiNav a {
	font-size: 18px;
	display: block;
	padding: 0 15px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	color: #363636;
	font-family: 'Poppins';
	font-weight: normal;
}

.awiNav a:hover {
	color: #f04520;
}

.awiNav ul {
	line-height: 1;
	position: absolute;
	z-index: 9999;
	top: 65%;
	left: 0;
	display: none;
	margin: 0;
	padding: .5em 0;
	list-style: none;
	background: #4ea6d4;
}

.awiNav > li:last-child ul {
	right: 0;
	left: auto;
}

.awiNav ul ul {
	top: -.5em;
	right: auto;
	left: 100%;
}

.awiNav > li:last-child ul ul {
	right: 100%;
	left: auto;
}

.awiNav ul a {
	padding-top: .5em;
	padding-bottom: .5em;
	color: #fff;
}

.awiNav ul a:hover {
	color: #fff;
	background-color: #448db4;
}

@media screen and (min-width: 1024px) {
	.awiNav li:hover > ul {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.awiNav > li {
		line-height: 100px;
		height: 100px;
	}

	.awiNav a {
		font-size: 16px;
		display: block;
		padding: 0 10px;
		white-space: nowrap;
		text-decoration: none;
		text-transform: uppercase;
		color: #444;
	}
}

@media screen and (max-width: 1023px) {
	.awiNav-cover {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100vh + 200px);
		cursor: pointer;
		background: rgba(0, 0, 0, .6);
	}

	.awiNav__trigger {
		line-height: 0;
		position: relative;
		display: block;
		width: 50px;
		height: 80px;
		margin: 0 10px 0 0;
		padding: 0;
		cursor: pointer;
		border: 0;
		border-radius: 0;
		outline: 0;
	}

	.awiNav__trigger,
	.awiNav__trigger:hover {
		background: transparent;
	}

	.awiNav__trigger:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__trigger span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: 4px;
		margin: -2px 0 0 -20px;
		border-radius: 2px / 50%;
		background: #014691;
		-webkit-box-shadow: 0 -10px 0 #014691, 0 10px 0 #014691;
				box-shadow: 0 -10px 0 #014691, 0 10px 0 #014691;
	}

	.awiNav-wrap {
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 100%;
		width: calc(100% - 45px);
		max-width: 320px;
		height: calc(100vh + 200px);
		padding-bottom: 200px;
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		background: #014691;
	}

	.awiNav-wrap.nav-shown {
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}

	.awiNav-wrap .awiNav__close {
		font-size: .9rem;
		font-weight: 700;
		position: relative;
		display: block;
		width: 100%;
		height: 45px;
		padding-left: 50px;
		text-align: left;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
		border-radius: 0;
		background: none;
		color: #fff;
	}

	.awiNav-wrap .awiNav__close:hover,
	.awiNav a:hover {
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__close:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__close span {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 20px;
		height: 3px;
		-webkit-transform: rotate(45deg) translateX(4px);
			-ms-transform: rotate(45deg) translateX(4px);
				transform: rotate(45deg) translateX(4px);
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
		border-radius: 2px;
		background: #fff;
	}

	.awiNav__close span ~ span {
		-webkit-transform: rotate(-45deg) translateX(-4px);
			-ms-transform: rotate(-45deg) translateX(-4px);
				transform: rotate(-45deg) translateX(-4px);
		-webkit-transform-origin: right center;
			-ms-transform-origin: right center;
				transform-origin: right center;
	}

	.awiNav {
		overflow-y: auto;
		width: 100%;
		max-height: calc(100% - 45px);
		text-align: left;
	}

	.awiNav.nav-hidden,
	.awiNav .nav-hidden {
		display: none;
	}

	.awiNav.nav-shown,
	.awiNav .nav-shown {
		display: block;
	}

	.awiNav li,
	.awiNav > li {
		font-size: 0;
		line-height: 1.2;
		display: block;
		width: 100%;
		height: auto;
		border-bottom: 1px dotted rgba(255, 255, 255, .1);
	}

	.awiNav__links {
		position: relative;
	}

	.awiNav a,
	.awiNav ul a {
		font-size: 1rem;
		display: block;
		padding: calc(22.5px - .6rem) 15px;
		white-space: normal;
		color: #fff;
	}

	.awiNav a:hover {
		color: #fff;
	}

	.awiNav .awiNav__links > a {
		display: inline-block;
		width: calc(100% - 45px);
		vertical-align: middle;
	}

	.awiNav-wrap .awiNav .awiNav__togglesub {
		font-size: 0;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		width: 45px;
		height: 100%;
		vertical-align: middle;
		text-indent: -9999px;
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__togglesub.nav-hidden {
		display: none;
	}

	.awiNav__togglesub::before {
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		width: 0;
		height: 0;
		content: '';
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		border-width: 10px 5px 0 5px;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
	}

	.sub-shown > .awiNav__links > .awiNav__togglesub::before {
		-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
				transform: rotate(180deg);
	}

	.awiNav ul {
		position: static;
		padding: 0;
		border: 0;
		background: rgba(255, 255, 255, .1);
		-webkit-box-shadow: none;
				box-shadow: none;
	}
}


.page-template-default article{
	width:calc(100% - 340px);
	display: inline-block;
	vertical-align: top;
}

.page-template-default aside{
	max-width:320px;
	display: inline-block;
	vertical-align: top;
	padding-left:10px;
}
@media screen and (max-width:870px){
	.page-template-default article{
		width:calc(100%);
	}
	.page-template-default aside{
		max-width:100%;
	}	
}


.full-width{
	max-width: 54em;
}


/****Blog Styling****/
.blog main .container{
	display: flex;
}

.blog h1{
	color: #014691;
	margin-top: 0;
}

.blog main{
	padding: 50px 0;
}

article{
	float: left;
	width: calc(100% - 330px);
	display: block;
}

aside{
	width: 330px;
	padding: 0 0 0 30px;
	float: left;
	display: block;
}

aside h2{
	font-size: 27px;
	color: #014691;
	margin: 0 0 20px;
}

aside ul{
	margin: 0;
}

.single-post main .container{
	display: flex;
}

.single-post main{
	padding: 50px 0;
}

.single-post h1{
	margin-top: 0;
}

.wp-posts-list > li:last-child{
	border-bottom: none;
}

@media screen and (max-width: 767px){
	.blog main .container{
		flex-wrap: wrap;
	}
	.single-post main .container{
		flex-wrap: wrap;
	}
	article{
		float: none;
		width: 100%;
	}
	aside {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
    img.alignnone, img.aligncenter, img.alignright, img.alignleft, a>img.alignnone, a>img.aligncenter, a>img.alignright, a>img.alignleft, .wp-caption, .wp-caption.alignnone, .wp-caption.alignleft, .wp-caption.alignright {
        display: block;
        margin: 0 auto 20px;
        float: none;
    }
}




/********************************************
 ***************Banner **********************
 ********************************************/
.banner{
	height: 790px;
	position: relative;
}

.banner .container{
	position: static;
}

.banner-overlay{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.5);
}

.banner-content{
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
}

.banner-content h1{
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
}

.banner-content .subtitle::before{
	position: absolute;
	content: '';
	height: 1px;
	background-color: #fff;
	width: 960px;
	max-width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.banner-content .subtitle{
	display: flex;
	align-items: center;
	gap: 60px;
	justify-content: center;
	position: relative;
	padding: 30px 0;
}

@keyframes text-animation {
	0% {
		opacity: 0; /* Start fully transparent */
	}
	100% {
		opacity: 1; /* End fully opaque */
	}
}

.animate__animated.animate__fadeIn {
	animation: text-animation 5s forwards; /* 2-second duration, stays visible */
}

.banner-content .subtitle::after{
	position: absolute;
	content: '';
	height: 1px;
	background-color: #fff;
	width: 960px;
	max-width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.banner-content .subtitle span{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 80px;
	font-weight: bold;
}

.banner .button{
	margin-top: 50px;
}

@media screen and (max-width: 1023px){
	.banner-content h1{
		font-size: 45px;
	}
	.banner-content .subtitle{
		flex-wrap: wrap;
	}
	.banner-content .subtitle span{
		font-size: 50px;
	}
}

@media screen and (max-width: 767px){
	.banner{
		height: 650px;
	}
	.banner-content .subtitle{
		gap: 30px;
		row-gap: 10px;
	}
	.banner-content .subtitle span{
		font-size: 45px;
	}
	.banner-content h1{
		font-size: 32px;
	}
	.banner-content .subtitle span{
		font-size: 36px;
	}
}


@media screen and (max-width: 567px){
	.banner{
		height: 575px;
	}
}

/********************************************
 *************** Services *******************
 ********************************************/
.services{
	padding: 90px 0;
}

.services .service-repeater ul{
	display: flex;
	justify-content: space-between;
}

.services .service-repeater ul li{
	width: calc(100%/4 - 20px);
	display: flex;
	flex-direction: column;
}

.service-bucket-image{
	width: 100%;
	height: 259px;
	position: relative;
}

.service-bucket-content{
	background-color: #e0f2f6;
	text-align: center;
	padding: 40px 15px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.service-bucket-content h2{
	color: #014691;
	font-size: 26px;
	margin: 0;
}

.service-bucket-content p{
	color: #363636;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 18px;
}

.service-bucket-content .button{
	margin-top: auto;
}

.bucket-overlay{
	display: none;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.5);
}

.services .service-repeater ul li a:hover .bucket-overlay{ 
	display: block;
}

@media screen and (max-width: 1023px){
	.services .service-repeater ul{
		flex-wrap: wrap;
		row-gap: 40px;
	}
	.services .service-repeater ul li{
		width: calc(100% / 2 - 20px);
	}
}

@media screen and (max-width: 767px){
	.services .service-repeater ul li{
		width: 100%;
	}
}


@media screen and (max-width: 567px){

}

/********************************************
 *************** Request  *******************
 ********************************************/
.request{

}

.request .inner-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.request .inner-content h2{
	width: 100%;
	text-align: center;
	font-size: 50px;
	color: #014691;
}

.request .inner-content .button-orange{
	font-size: 50px;
	text-align: center;
	border-radius: 50px;
	padding: 25px 35px;
}

.request-gallery{
	width: 100%;
	padding: 100px 0;
}

.request-gallery ul{
	display: flex;
	gap: 40px;
}

.request-gallery ul li{
	width: calc(100%/3 - 40px);
	height: 464px;
}

.request-gallery ul li .request-bucket-image{
	width: 100%;
	height: 100%;
	border-radius: 18px;
}


@media screen and (max-width: 1023px){
	.request-gallery ul{
		flex-wrap: wrap;
	}
	.request-gallery ul li:nth-child(2){
		display: none;
	}
	.request-gallery ul li{
		width: calc(100% / 2 - 40px);
		height: 350px;
	}
	.request .inner-content h2{
		font-size: 45px;
	}
	.request .inner-content .button-orange{
		font-size: 45px;
	}
}

@media screen and (max-width: 767px){
	.request-gallery{
		padding: 80px 0;
	}
	.request-gallery ul li{
		width: 100%;
		height: 350px;
	}
	.request .inner-content h2{
		font-size: 36px;
	}
	.request .inner-content .button-orange{
		font-size: 30px;
	}
}


@media screen and (max-width: 567px){

}

/********************************************
 *************** HP Reviews *****************
 ********************************************/
.hp-reviews{
	background-color: #e0f2f6;
	padding: 100px 0;
}

.hp-reviews h2{
	text-align: center;
	font-size: 50px;
	color: #014691;
	padding-bottom: 15px;
	position: relative;
}

.hp-reviews h2::after{
	position: absolute;
	content: '...';
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	color: #f04520;
}

.hp-reviews .reviews-repeater{
	display: flex;
	justify-content: space-between;
	padding-top: 65px;
}

.hp-reviews .reviews-repeater li{
	width: calc(100%/3 - 40px);
	text-align: center;
	position: relative;
}

.review-content{
	background-color: #fff;
    border-radius: 10px;
    padding: 70px 15px 50px 15px;
    position: relative;
}

.review-content::after{
	position: absolute;
	content: '';
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0px;
   	height: 0px;
   	border-style: solid;
   	border-width: 0 12px 21px 12px;
   	border-color: transparent transparent #fff transparent;
   	transform: rotate(180deg);
}

.review-content p{
	margin: 0;
	font-size: 18px;
	color: #363636;
}

.name-location p{
	margin: 47px 0 0 0;
	font-size: 18px;
	color: #363636;
}

.hp-reviews .reviews-repeater li .star-list{
	display: flex;
	gap: 5px;
	justify-content: center;
}

.hp-reviews .reviews-repeater li .star-list li{
	width: unset;
}

.hp-reviews .reviews-repeater li .star-list li svg{
	fill: #f04520;
}

.review-icon-wrapper{
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #4ea6d4;
	padding: 20px;
	position: absolute;
    top: -6%;
    z-index: 888;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.review-icon-wrapper svg{
	width: 100%;
	height: 100%;
	fill: #fff;
}

@media screen and (max-width: 1023px){
	.hp-reviews .reviews-repeater{
		flex-wrap: wrap;
		gap: 80px;
		justify-content: center;
	}
	.hp-reviews .reviews-repeater li{
		width: calc(100% / 2 - 40px);
	}
	.hp-reviews h2{
		font-size: 40px;
	}
	.name-location p{
		margin: 30px 0 0 0;
	}
}

@media screen and (max-width: 767px){
	.hp-reviews h2{
		font-size: 32px;
	}
	.hp-reviews .reviews-repeater li{
		width: 100%;
	}
}


@media screen and (max-width: 567px){

}

/********************************************
 *************** Mission *********************
 ********************************************/
.mission{
	padding: 90px 0;
}

.mission .inner-content{
	border-radius: 20px;
	padding: 100px 65px;
	display: flex;
	position: relative;
}

.mission-overlay{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background-color: rgba(34, 34, 34, 0.65);
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.mission .inner-content .left-content{
	width: 50%;
	z-index: 8888;
	margin-top: 400px;
}

.mission .inner-content .right-content{
	width: 50%;
	text-align: center;
	z-index: 8888;
}

.mission .inner-content .right-content h2{
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}

.mission .inner-content .right-content h2::after{
	position: absolute;
	content: '...';
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -42px;
	color: #f04520;
}

.mission .inner-content .right-content p{
	font-size: 24px;
	color: #fff;
	padding-top: 40px;
}

.mission .inner-content .left-content h2{
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	position: relative;
}

.mission .inner-content .left-content h2::after{
	position: absolute;
	content: '...';
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -36px;
	color: #f04520;
}

.mission .inner-content .left-content ul{
	color: #fff;
	padding-top: 50px;
}

.mission .inner-content .left-content ul li{
	font-size: 24px;
	font-weight: bold;
}

.mission .inner-content .left-content ul li::marker{
	color: #fff;
}

@media screen and (max-width: 1023px){
	.mission .inner-content{
		flex-wrap: wrap;
		gap: 60px;
	}
	.mission .inner-content .left-content{
		width: 100%;
    	order: 2;
    	margin-top: 0;
	}
	.mission .inner-content .right-content{
		order: 1;
    	width: 100%;
	}
	.mission .inner-content .right-content p{
		padding-top: 0;
	}
	.mission .inner-content .right-content h2{
		margin-bottom: 65px;
	}
	.mission .inner-content .left-content h2{
		font-size: 40px;
	}
	.mission .inner-content .right-content h2{
		font-size: 40px
	}
}

@media screen and (max-width: 767px){
	.mission .inner-content{
		padding: 80px 20px;
	}
	.mission .inner-content .left-content h2{
		font-size: 32px;
	}
	.mission .inner-content .right-content h2{
		font-size: 32px
	}
	.mission .inner-content .right-content p{
		font-size: 18px;
	}
	.mission .inner-content .left-content ul li{
		font-size: 18px;
	}
}


@media screen and (max-width: 567px){

}

/********************************************
 ***************** Trusted ******************
 ********************************************/
.trusted{
	padding-bottom: 100px;
}

.trusted h2{
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
	color: #014691;
	position: relative;
}

.trusted h2::after{
	position: absolute;
	content: '...';
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -36px;
	color: #f04520;
}

.logo-slider-wrapper{
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
}

.slick-track {
  display: flex !important;
  align-items: center;   /* centers children vertically */
}

.slick-prev:before, .slick-next:before{
	color: #525151 !important;
}

.logo-bucket-image{
	width: 100%;
	min-height: 46px;
	background-size: contain;
	background-repeat: no-repeat;
}


@media screen and (max-width: 1023px){
	.trusted h2{
		font-size: 40px;
	}
}

@media screen and (max-width: 767px){
	.trusted h2{
		font-size: 32px;
	}
	.logo-slider-wrapper{
		width: 75%;
	}
}


@media screen and (max-width: 567px){

}

/********************************************
 *************** Main / Why ******************
 ********************************************/

.why{
	min-height: 620px;
	position: relative;
	background-position: top;
}

.why-overlay{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(43, 44, 44, 0.75);
}

.why .container{
	position: static;
}

.why .inner-content{
	display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.why .inner-content .title-area{
	width: 50%;
	margin-right: 110px;
}

.why .inner-content .title-area::after{
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 3px;
  	height: 438px;
  	transform: translate(-50%, -50%);
  	background-color: #f04520;
}

.why .inner-content article{
	width: 50%;
	margin-left: 40px;
}

.why .inner-content article ul{
	padding: 20px 0 0 0;
	color: #fff;
	font-weight: 600;
}

.why .inner-content article ul li:first-child{
	margin: 0 0 30px 0;
}

.why .inner-content article ul li{
	margin: 30px 0;
	font-size: 18px;
}

.why .inner-content article ul li:last-child{
	margin: 30px 0 0 0;
}

.why h2{
	font-size: 50px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}

.why article p{
	color: #fff;
	font-size: 18px;
}


@media screen and (max-width: 1310px){
	.why .inner-content .title-area::after{
		display: none;
	}
	.why .inner-content{
		flex-wrap: wrap;
		gap: 20px;
	}
	.why .inner-content .title-area, .why .inner-content article{
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 1023px){
	.why .inner-content{
		width: 100%;
		padding: 0 40px;
	}
	.why h2{
		font-size: 40px;
	}
}


@media screen and (max-width: 767px){
	.why{
		min-height: 800px;
	}
	.why h2{
		font-size: 32px;
	}
}

@media screen and (max-width: 567px){
	.why{
		min-height: 900px;
	}
}

@media screen and (max-width: 430px){
	.why{
		min-height: 1000px;
	}
}

/********************************************
 *************** Partners *******************
 ********************************************/
.partners{
	padding: 110px 0;
}

.partners h2{
	margin: 0;
	text-align: center;
	color: #014691;
	font-size: 50px;
	text-transform: uppercase;
	position: relative;
}

.partners h2::after{
	position: absolute;
	content: '...';
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -36px;
	color: #f04520;
}

.partners-repeater-wrapper {
	padding-top: 70px;
}

.partners-repeater-wrapper ul{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
    gap:30px;
}

.partners-repeater-wrapper ul li{
	width: calc(100% / 7);
}

.partners-repeater-wrapper ul li .partners-bucket-image{
	width: 100%;
	max-height: 100%;
    min-height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1023px){
	.partners-repeater-wrapper ul li{
		width: calc(100% / 5);
	}
	.partners h2{
		font-size: 40px;
	}
}

@media screen and (max-width: 767px){
	.partners-repeater-wrapper ul li{
		width: calc(100% / 4);
	}
	.partners h2{
		font-size: 32px;
	}
}

@media screen and (max-width: 567px){
	.partners-repeater-wrapper ul li{
		width: calc(100% / 3);
	}
}

/********************************************
 **************** Interior ******************
 ********************************************/
article h2 {
	font-size: 36px;
	color: #014691;
	text-align: center;
}

.callout-box {
	background: #4ea6d4;
	color: #fff;
	text-align: center;
	border-radius: 18px;
	padding: 40px;
	margin-top: 40px;
}

.callout-box a {
	color: #014691;
}

.callout-box a:hover {
	color: #033a76;
}

.secondary-callout-box {
	background: #f1f1f1;
	border-radius: 18px;
	text-align: center;
	padding: 40px;
	margin: 40px 0 40px 0;
}

ul.bullet-list {
    text-align: left;
    padding-left: 0;
    list-style: none;
	max-width: 60%;
	margin: 0 auto;
}

.page-id-416 ul.bullet-list {
    text-align: left;
    padding-left: 0;
    list-style: none;
	max-width: 100%;
}

.bullet-list li {
    padding-left: 1em;
    position: relative;
    margin: 0.35em 0;
}

.page-id-416 .bullet-list li strong {
	color: #00a72d;
}

.bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(1, 70, 145);
    height: 0.6em;
    width: 0.6em;
}

.bullet-list li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.columns {
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

.voice-solutions-buttons {
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
}

.voice-solutions-buttons li {
	flex: 10%;
    list-style: none;
    display: inline-block;
    text-align: center;
}

.voice-solutions-buttons .button {
	padding: 50px;
	width: 590px;
}

.intro-section-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.intro-section-column {
	flex: 48%;
	padding: 20px;
	margin: 16px 6px;
}

.intro-section-column .intro-section-image {
	border-radius: 18px;
	height: 515px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.logos {
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}

.logos li {
	flex: 10%;
    list-style: none;
    display: inline-block;
    text-align: center;
	margin-top: 20px;
}

.management-team-boxes ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 36em;
	margin: 0 auto;
}

.management-team-boxes ul li {
	flex: 30%;
	display: flex;
	flex-direction: column;
	list-style: none;
	text-align: center;
	min-height: 250px;
	padding: 10px;
	margin: 16px 0;
}

.management-team-boxes .management-team-bucket-image {
	height: 275px;
}

.bubble blockquote {
	margin: 30px 10px 0;
	background: #eeefee;
	padding: 60px;
	position: relative;
	border: none;
	border-radius: 8px;
	font-size: 1.25em;
	color: #1e528e;
}

.bubble blockquote:before, .bubble blockquote:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	padding: 10px;
	line-height: 1;
	color: #1e528e;
}

.bubble blockquote:before {
	top: 0;
	left: 10px;
}

.bubble blockquote:after {
	content: "\201D";
	right: 10px;
	bottom: -.5em;
}

.bubble div {
	width: 0;
	height: 0;
	border-top: 20px solid #eeefee;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	margin: 0 0 10px 60px;
}

.bubble blockquote q {
  quotes: none;
}

.bubble cite {
	padding-left: 20px;
	font-size: 1.25em;
	color: #8c8d8d;
}

.service-contract-options-wrapper {
	padding: 40px;
	margin-top: 80px;
}

.service-contract-options-wrapper h2 {
	font-size: 30px;
	color: #014691;
	text-align: center;
}

.service-contract-options-wrapper p {
	text-align: center;
}

/*.service-contract-options-wrapper a {
	color: #014691;
}

.service-contract-options-wrapper a:hover {
	color: #033a76;
}*/

.service-contract-option-boxes ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 100px 16px 100px;
}

.service-contract-option-boxes ul li {
	flex: 48%;
	display: flex;
	flex-direction: column;
	list-style: none;
	/*background: #f6eee2;*/
	border-radius: 18px;
	border: 1px solid #014691;
	padding: 0 0 0 18px;
	margin: 16px 6px;
}

.service-contract-option-boxes ul li svg {
	height: 50px;
	width: 50px;
	fill: #014691;
	display: block;
	margin: 20px auto 0 auto;
	margin-bottom: 10px;
}

.service-contract-option-boxes ul li h3 {
	font-size: 26px;
	color: #014691;
	text-align: center;
}

.service-contract-option-boxes ul li .bullet-list li {
	border: 0;
}

.user-guide-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	width: 100%;
	margin: 30px 0 0 0;
	gap: 12px;
}

.user-guide-buttons li {
	flex: 10%;
    list-style: none;
    display: inline-block;
    text-align: center;
	margin-bottom: 8px;
}

.user-guide-buttons .button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px;
	margin: 0 auto;
	width: 380px;
	min-height: 270px;
	background: #fff;
	color: #f04520;
	font-size: 28px;
	border: 1px solid #f04520;
}

.user-guide-buttons .button:hover {
	color: #d63f1e;
}

.user-guide-buttons svg {
	width: 70px;
	height: 70px;
	fill: #a91e24;
	display: block;
	margin: 0 auto 10px auto;
}

.user-guide-buttons svg:hover {
	fill: #73070c;
}

.place-an-order-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 40px 0 40px 0;
}

.place-an-order-wrapper .place-an-order-image {
	float: left;
	width: 50%;
	min-height: 500px;
}

.place-an-order-wrapper .place-an-order-content {
	float: left;
	width: 50%;
	padding: 60px 70px 50px 70px;
	background: #4ea6d4;
	color: #fff;
	position: relative;
}

.place-an-order-wrapper .place-an-order-content a {
	color: #014691;
}

.place-an-order-wrapper .place-an-order-content a:hover {
	color: #014691;
}

.place-an-order-wrapper .place-an-order-content:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent #4ea6d4 transparent transparent;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.place-an-order-wrapper .place-an-order-content h2 {
	display: inline-block;
	color: #fff;
	font-size: 32px;
}

.place-an-order-wrapper .place-an-order-content form .list--unstyled li:last-child {
	margin-bottom: -20px;
}

.accordion-items {
	margin-top: 30px;
}

summary {
	font-size: 18px;
	font-weight: 700;
	background: #fff;
	color: #444;
	padding: 1rem;
	margin-bottom: 1rem;
	outline: none;
	border-radius: 0.25rem;
	border: 1px solid #ccc;
	text-align: left;
	cursor: pointer;
	position: relative;
}

details[open] summary ~ * {
	background: #fff;
	padding: 16px 16px 40px 16px;
    margin-bottom: 40px;
	animation: sweep .5s ease-in-out;
}

@keyframes sweep {
	0%    {opacity: 0; margin-top: -10px}
	100%  {opacity: 1; margin-top: 0px}
}

details > summary::after {
	position: absolute;
	content: "+";
	right: 20px;
}

details[open] > summary::after {
	position: absolute;
	content: "-";
	right: 20px;
}

details > summary::-webkit-details-marker {
	display: none;
}

.nec-and-isi-logos {
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	width: 27%;
	margin: 0 auto;
	padding-left: 0;
	align-items: center;
}

.nec-and-isi-logos li {
	flex: 48%;
	list-style: none;
	display: inline-block;
	text-align: center;
}

.contact-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contact-column {
	flex: 48%;
}

.contact-form-wrapper {
	border: 2px solid #f04520;
	padding: 36px;
	margin: 0;
}

.contact-form-wrapper h2 {
	font-size: 30px;
	color: #014691;
	text-align: center;
	margin-top: 0;
}

.contact-form-wrapper form .list--unstyled li:last-child {
	margin-bottom: -20px;
}

.contact-form-wrapper input.wpcf7-form-control.wpcf7-submit {
	background: #f04520;
	color: #fff;
}

.contact-method-boxes ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.contact-method-boxes ul li {
	flex: 30%;
	display: flex;
	flex-direction: column;
	list-style: none;
	text-align: center;
	border-radius: 18px;
	padding: 20px;
	margin: 6px 6px;
}

.contact-method-boxes ul li svg {
	height: 50px;
	width: 50px;
	fill: #4ea6d4;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.contact-method-boxes ul li h3 {
	font-size: 28px;
	color: #014691;
    margin: 0;
}

.contact-method-boxes ul li a {
	color: #000;
	font-weight: 100;
}

.contact-method-boxes ul li a:hover {
	color: #4ea6d4;
}

.areas-we-cover-wrapper {
	text-align: center;
	padding: 65px 80px 40px 80px;
}

.areas-we-cover-wrapper h2 {
	font-size: 36px;
	color: #014691;
	text-align: center;
	margin-top: 0;
}

.directions-wrapper h2 {
	font-size: 36px;
	color: #014691;
	text-align: center;
	margin-top: 0;
}

.google-map-wrapper {
	margin: 40px 0 -40px 0;
}

.responsive-embed-container {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	padding-bottom: 32.25%;
}

.responsive-embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

@media screen and (max-width: 767px) {
	.place-an-order-wrapper {
		display: inline-block;
		margin-top: 30px;
	}

	.place-an-order-wrapper .place-an-order-image {
		width: 100%;
		min-height: 300px;
	}

	.place-an-order-wrapper .place-an-order-content {
		width: 100%;
		text-align: center;
		margin-bottom: -6px;
		padding: 30px 10px;
	}

	.place-an-order-wrapper .place-an-order-content h2 {
		margin: 0 0 20px;
		padding: 0;
	}
}

@media screen and (max-width: 567px){
	.columns {
		-moz-column-count: 1;
		-moz-column-gap: 60px;
		-webkit-column-count: 1;
		-webkit-column-gap: 60px;
		column-count: 1;
		column-gap: 60px;
	}
	
	.logos li,
	.management-team-boxes ul li,
	.service-contract-option-boxes ul li,
	.contact-column	{
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
	
	.voice-solutions-buttons .button {
		width: 330px;
		padding: 30px;
		margin-top: 10px;
	}
	
	.contact-form-wrapper {
		padding: 35px;
	}
	
	.contact-method-boxes ul li	{
		flex: 100%;
		margin: 15px 6px 0 0;
	}
	
	.user-guide-buttons .button {
		width: 230px;
		font-size: 24px;
		padding: 18px
	}
	
	.place-an-order-wrapper .place-an-order-image {
		min-height: 250px;
	}
	
	.contact-method-boxes ul {
		padding-left: 0;
		margin-bottom: 35px;
		margin-bottom: 35px;
	}
	
	.contact-method-boxes ul li a {
		font-size: 14px;
	}
	
	.areas-we-cover-wrapper {
		padding: 40px;
	}
}

/********************************************
 *************** Footer *********************
 ********************************************/
footer{
	clear: both;
	background-color: #303334;
	padding: 78px 0 0 0;
}

footer .inner-footer{
	display: flex;
	flex-wrap: wrap;
}

footer .logo-area{
	width: calc(100%/3 - 40px);
}

footer .footer-nav{
	width: 100%;
	padding-bottom: 50px;
}

footer .footer-nav ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 20px;
}

footer .footer-nav ul li a{
	display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

footer .footer-nav ul li:last-child a{
	border-right: none;
}

footer .footer-nav ul li a:hover{
	color: #f04520;
}

footer .bottom-footer-area{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 80px;
	gap: 40px;
}

footer .bottom-footer-area .footer-logo{
	display: block;
	max-width: 100%;
	width: 336px;
	height: auto;
}

footer .company-info-wrapper{
	width: calc(100%/3 - 40px);
}

footer .footer-cta{
	width: calc(100%/3 - 40px);
}

footer .company-info{
	text-align: center;
}


footer .company-info li a{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}

footer .company-info li {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	margin: 5px 0 0;
}

footer .company-info li:first-child{
	margin: 0 0 5px 0;
}

footer .company-info li a:hover{
	color: #f04520;
}

footer .footer-cta .button-orange{
	float: right;
	margin-left: auto;
}

footer .copyright-area{
	padding: 20px 0;
	border-top: 1px solid #474c4e;
}

footer .copyright-area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	text-align: center;
}

footer .copyright-area ul li {
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}

footer .copyright-area ul li:last-child {
    border-right: 0;
}


footer .copyright-area ul li a{
	font-weight: normal;
	color: #fff;
}

footer .copyright-area ul li a:hover{
	color: #f04520;
}


@media screen and (max-width: 1023px){
	footer .bottom-footer-area{
		flex-wrap: wrap;
	}
	footer .logo-area{
		width: 100%;
	}
	footer .bottom-footer-area .footer-logo{
		margin: 0 auto;
	}
	footer .company-info-wrapper{
		width: 100%;
	}
	footer .footer-cta{
		width: 100%;
		text-align: center;
	}
	footer .footer-cta .button-orange{
		float: unset;
    	margin-left: 0;
	}
}

@media screen and (max-width: 767px){

}


@media screen and (max-width: 567px){

}

/*************************************
 ******** interior templates *********
 *************************************/

.page-template-page-full-width main,
.page-template-page-cable-solutions main,
.page-template-page-management-team main,
.page-template-page-testimonials main,
.page-template-page-service-options main,
.page-template-page-user-guides main,
.page-template-page-place-an-order main,
.page-template-page-contact-us main,
.page-template-page-career-opportunities main{
	padding: 40px 0;
}

.page-template-page-full-width article,
.page-template-page-cable-solutions article,
.page-template-page-management-team article,
.page-template-page-testimonials article,
.page-template-page-service-options article,
.page-template-page-user-guides article,
.page-template-page-career-opportunities article{
	width: 100%;
	max-width: 64em;
	margin: 0 auto;
	float: unset;
}

.page-id-2 article{
	width: 100%;
	max-width: 70em;
	margin: 0 auto;
	float: unset;
}

.page-template-page-place-an-order article {
	width: 100%;
	max-width: 75em;
	margin: 0 auto;
	float: unset;
}

.page-template-page-contact-us article{
	width: 100%;
	max-width: 80em;
	margin: 0 auto;
	float: unset;
}

.page-template-default main{
	padding: 40px 0;
}