/*!
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: 'Work Sans';
    src: url('fonts/WorkSans-Regular.woff2') format('woff2'),
        url('fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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



/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1{
	font-family: 'Work Sans';
	font-weight: bold;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: 'Work Sans';
	font-weight: 600;
	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;
}

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

[style*='background-image'] {
	background-position: center;
	background-size: cover;
}

/* Links
--------------------------------------------- */
a {
	color: #d12026;
	text-decoration: none;
}

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


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:#c31034;
	padding: 20px 45px;
	color:#fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	transition:.2s all;
	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;
}

textarea {
	width: 100%;
}

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: 600px;
	position: relative;
}
.interior-banner-overlay{
	position: absolute;
	content: '';
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.interior-banner-wrapper{
	background-color: #4cc2f1;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.interior-banner .interior-banner-wrapper h1{
	margin: 0;
	font-size: 36px;
    text-transform: uppercase;
}

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

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.container {
	margin:0 auto;
	position: relative;
	max-width:1400px;
	padding:0 15px;
}
.list--unstyled{
	list-style: none;
	margin:0;
	padding:10px;
}
.button{
	background:#c31034;
	padding: 20px 45px;
	color:#fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	transition:.2s all;
	text-transform: uppercase;
}
.button:hover{
	background:#fff;
	color:#c31034;
	text-decoration: none;
}


svg{
	height: 18px;
	width: 18px;
	vertical-align: middle;
}


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

/*********************************************************
************** Header and Navigation *********************
**********************************************************/
header{
	padding: 25px 0;
}

.top-header-mobile{
	display: none;
	padding: 10px 5px;
	background-color: #003559;
}

.top-header-mobile .social-area ul{
	display: flex;
	align-items: center;
	gap: 10px;
}

.top-header-mobile .header-ctas{
	display: flex;
	align-items: center;
	gap: 70px;
	justify-content: flex-end;
}

.top-header-mobile .social-area ul li a svg{
	fill: #fff;
	height: 22px;
	width: 22px;
	transition: .3s ease;
}

.top-header-mobile .social-area ul li a svg:hover{
	transform: scale(1.1);
	fill: #0c326c;
}

.top-header-mobile .phone-cta a{
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	font-weight: 600;
}

.top-header-mobile .phone-cta a svg{
	fill: #fff;
	height: 22px;
	width: 22px;
}


.top-header-mobile .phone-cta a:hover{
	color: #c31034;
}

.top-header-mobile .phone-cta a:hover svg{
	fill: #c31034;
}


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

header .right-header{
	float: right;
	margin-left: auto;
}

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

header .right-header .social-area ul{
	display: flex;
	align-items: center;
	gap: 10px;
}

header .right-header .header-ctas{
	display: flex;
	align-items: center;
	gap: 70px;
	justify-content: flex-end;
}

header .right-header .social-area ul li a svg{
	fill: #c31034;
	height: 22px;
	width: 22px;
	transition: .3s ease;
}

header .right-header .social-area ul li a svg:hover{
	transform: scale(1.1);
	fill: #0c326c;
}

header .right-header .phone-cta a{
	font-size: 28px;
	font-weight: 500;
	color: #0c326c;
	font-weight: 600;
}

header .right-header .phone-cta a svg{
	fill: #0c326c;
	height: 22px;
	width: 22px;
}


header .right-header .phone-cta a:hover{
	color: #c31034;
}

header .right-header .phone-cta a:hover svg{
	fill: #c31034;
}
		
.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: 75px;
	display: inline-block;
	height: 75px;
}

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

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

.awiNav ul {
	line-height: 1;
	position: absolute;
	top: 70%;
	left: 0;
	display: none;
	margin: 0;
	padding: .5em 0;
	list-style: none;
	background: #c31034;
}

.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: #b0101b;
}

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

@media screen and (max-width: 1286px) {
	.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: #363636;
	}
}

@media screen and (max-width: 1100px) {
	header{
		padding-top: 0;
	}
	header .inner-header{
		padding-top: 25px;
	}
	header .top-header-mobile{
		display: block;
	}
	header .right-header .header-ctas{
		display: none;
	}
	header .logo{
		width: 275px;
	}
	.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: #c31034;
		-webkit-box-shadow: 0 -10px 0 #c31034, 0 10px 0 #c31034;
				box-shadow: 0 -10px 0 #c31034, 0 10px 0 #c31034;
	}

	.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: #c31034;
	}

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

@media screen and (max-width: 767px){
	.top-header-mobile .header-ctas{
		justify-content: center;
	}
	.top-header-mobile .social-area ul li a svg{
		width: 20px;
		height: 20px;
	}
	.top-header-mobile .phone-cta a{
		font-size: 18px;
	}
}





/******************************************
 ************* Banner *********************
*******************************************/

.banner .flexslider{
	height: 765px;
}

.banner .flexslider:after{
	position: absolute;
	bottom: 0;
	content: '';
	background-color: #0577c4;
	height: 65px;
	width: 100%;
	left: 0;
	z-index: 9;
}
.banner{
	height: 100%;
	position: relative;
}
.banner .flex-viewport{
	overflow: visible !important;
}

.banner-image{
	height: 765px;
	background-size: cover;
    background-position: bottom;
}

.banner-content{
	position: absolute;
	content: '';
	left: 7%;
    width: 55%;
    padding: 40px;
    bottom: -112px;
	background-color: rgba(5, 72, 118, 0.96);
	z-index: 999;
}

.banner ul li{
	position: relative;
}

.banner-content h1{
	color: #fff;
	font-size: 40px;
	position: relative;
	padding-bottom: 10px;
	margin: 0;
}

.banner-content h1:after{
	position: absolute;
	content: '';
	width: 186px;
  	height: 5px;
  	left: 0;
  	bottom: 0;
  	background-color: #c31034;
}

.banner-content p{
	font-size: 18px;
	color: #fff;
}

.banner-callout-starburst{
	z-index: 9999;
    width: 335px;
    height: 351px;
    position: absolute;
    right: 10%;
    bottom: -143px;
}

.banner-callout-starburst-content{
	position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 0 58px;

}


@media screen and (max-width: 1367px){
	.banner-content{
		left: 5%;
		width: 50%;
	}
	.banner-callout-starburst{
		right: 5%;
	}
}


@media screen and (max-width: 1023px){
	.banner-content{
		width: 90%;
	}
	.banner-callout-starburst{
		display: none;
	}
}


@media screen and (max-width: 767px){
	.banner-content{
		bottom: unset;
    	top: 16%;
    	text-align: center;
	}
	.banner-content h1{
		font-size: 36px;
	}
	.banner-content h1:after{
		right: 0;
		margin: 0 auto;
	}
}



/******************************************
 ************* Beautiful ******************
*******************************************/

.beautiful{
	padding: 183px 0 62px 0;
}

.beautiful .inner-content{
	text-align: center;
}

.beautiful h2{
	color: #003559;
	font-size: 46px;
	margin: 0;
	padding: 0 50px;
}

.beautiful .social-area{
	padding-top: 30px;
}

.beautiful .social-area ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
}

.beautiful .social-area ul li a svg{
	fill: #c31034;
	transition: .3s ease;
}

.beautiful .social-area ul li a .icon-facebook-app{
	height: 39px;
	width: 39px;
}

.beautiful .social-area ul li a .icon-instagram{
	height: 38px;
	width: 38px;
}

.beautiful .social-area ul li a .icon-youtube{
	height: 46px;
	width: 46px;
}

.beautiful .social-area ul li a .icon-linkedin{
	height: 38px;
	width: 38px;
}

.beautiful .social-area ul li a .icon-rss{
	height: 34px;
	width: 34px;
}

.beautiful .social-area ul li a svg:hover{
	transform: scale(1.1);
	fill: #003559;
}


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


@media screen and (max-width: 767px){
	.beautiful {
		padding: 60px 0;
	}
	.beautiful h2{
		font-size: 32px;
		padding: 0;
	}
	.beautiful .social-area ul li a svg{
		height: 28px !important;
		width: 28px !important;
	}
}


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



/******************************************
 ************* Get Started *****************
*******************************************/

.get-started{
	padding: 0 0 100px 0;
}

.get-started .full-width{
	max-width: none;
}

.get-started .inner-content{
	display: flex;
	position: relative;
}

.get-started .inner-content article{
	position: absolute;
    width: 35%;
    padding: 50px 40px;
    left: 20%;
    z-index: 888;
    background: #fff;
    bottom: 0;
}

.video-box{
	width: 55%;
	float: right;
	margin-left: auto;
}

.video-box .video-thumbnail-box{
	height: 657px;
	position: relative;
}

.play-icon{
	height: 146px;
    width: 146px;
    background: #c31034;
    border-radius: 50%;
    position: absolute;
    top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.play-icon-wrapper{
    color: #fff;
    text-align: center;
    position: absolute;
    top: 26%;
    left: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.play-icon-wrapper span{
	font-size: 28px;
	font-weight: bold;
	width: 100%;
	text-transform: uppercase;
}

.play-icon-wrapper svg{
	width: 40px;
	height: 40px;
	fill: #fff;
}

.get-started .inner-content article h2{
	font-size: 42px;
	color: #003559;
	margin: 0;
}

.get-started .inner-content article p{
	font-size: 18px;
}

.get-started .star-wrapper{
	position: absolute;
    left: 3%;
    top: -4%;
}

.get-started .star-wrapper svg{
	width: 286px;
	height: 286px;
	fill: #c31034;
}

.get-started .inner-content article .button:hover{
	background-color: #003559;
	color: #fff;
}

@media screen and (max-width: 1460px){
	.get-started .inner-content article{
		width: 50%;
		left: 5%;
		bottom: 11%;
	}
	.video-box{
		width: 59%;
	}
	.get-started .star-wrapper{
		display: none;
	}
}


@media screen and (max-width: 1023px){
	.get-started .inner-content{
		flex-wrap: wrap;
	}
	.get-started .inner-content article{
		position: static;
    	width: 100%;
   		order: 2;
	}
	.video-box{
		width: 100%;
	}
	.video-box .video-thumbnail-box{
		height: 550px;
	}
}


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



/******************************************
 ************* communities-gallery *********
*******************************************/
.communities-gallery{

}

.communities-gallery .full-width{
	max-width: none;
}

.communities-gallery .full-width .inner-content{
	display: flex;
	gap: 30px;
}

.communities-gallery .full-width .inner-content .communities-wrapper{
	width: 50%;
}

.communities-gallery .full-width .inner-content .gallery-wrapper{
	width: 50%;	
}

.communities-gallery .full-width .inner-content .communities-wrapper a{
	height: 688px;
	display: block;
	transition: opacity 0.3s;
	opacity: 1;
	width: 100%;
}

.communities-gallery .full-width .inner-content .gallery-wrapper a{
	height: 688px;
	width: 100%;
	display: block;
	transition: opacity 0.3s;
	opacity: 1;
}

.communities-gallery .full-width .inner-content .communities-wrapper a .communities-image{
	height: 100%;
	width: 100%;
	position: relative;
	
}

.communities-gallery .full-width .inner-content .gallery-wrapper a:hover {
	opacity: 0.8;
}

.communities-gallery .full-width .inner-content .communities-wrapper a:hover{
	opacity: 0.8;
}

.communities-gallery .full-width .inner-content .communities-wrapper a .communities-image .communities-image-title-wrapper{
	background-color: #c31034;
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.communities-gallery .full-width .inner-content .communities-wrapper a .communities-image .communities-image-title-wrapper h2{
	font-size: 42px;
	margin: 0;
	color: #fff;
	padding: 35px 10px;
}

.communities-gallery .full-width .inner-content .gallery-wrapper a .gallery-image{
	height: 100%;
	width: 100%;
	position: relative;
}

.communities-gallery .full-width .inner-content .gallery-wrapper a .gallery-image .gallery-image-title-wrapper{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #c31034;
}

.communities-gallery .full-width .inner-content .gallery-wrapper a .gallery-image .gallery-image-title-wrapper h2{
	font-size: 42px;
	margin: 0;
	color: #fff;
	padding: 35px 10px;
}


@media screen and (max-width: 1616px){
	.communities-gallery .full-width .inner-content .communities-wrapper a .communities-image .communities-image-title-wrapper{
		width: 75%;
	}
	.communities-gallery .full-width .inner-content .gallery-wrapper a .gallery-image .gallery-image-title-wrapper{
		width: 75%;
	}
}


@media screen and (max-width: 1070px){
	.communities-gallery .full-width .inner-content{
		flex-wrap: wrap;
	}
	.communities-gallery .full-width .inner-content .communities-wrapper{
		width: 100%;
	}
	.communities-gallery .full-width .inner-content .gallery-wrapper{
		width: 100%;
	}
	.communities-gallery .full-width .inner-content .communities-wrapper a{
		height: 550px;
	}
	.communities-gallery .full-width .inner-content .gallery-wrapper a{
		height: 550px;
	}
	.communities-gallery .full-width .inner-content .communities-wrapper a .communities-image .communities-image-title-wrapper{
		width: 90%;
	}
	.communities-gallery .full-width .inner-content .gallery-wrapper a .gallery-image .gallery-image-title-wrapper{
		width: 90%;
	}
	.communities-gallery .full-width .inner-content .communities-wrapper a .communities-image{
		background-position: center;
	}
}


@media screen and (max-width: 767px){
	.communities-gallery .full-width .inner-content .communities-wrapper a .communities-image .communities-image-title-wrapper h2{
		font-size: 36px;
	}
	.communities-gallery .full-width .inner-content .gallery-wrapper a .gallery-image .gallery-image-title-wrapper h2{
		font-size: 36px;
	}
}



/******************************************
 ************* Custom *********************
*******************************************/
.custom{
	padding: 100px 0;
}

.custom .inner-content{
	display: flex;
	align-items: center;
	gap: 50px;
}

.custom .custom-gallery-wrapper{
	width: 60%;
	display: flex;
	gap: 20px;
	align-items: center;
}

.custom .custom-content-wrapper{
	width: 40%;
}

.custom .custom-gallery-wrapper .left-images{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}

.custom .custom-gallery-wrapper .right-image-wrapper{
	width: 50%;
}

.custom .custom-gallery-wrapper .top-left-image{
	width: 100%;
	height: 264px;
	max-width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.custom .custom-gallery-wrapper .bottom-left-image{
	width: 100%;
	max-width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	height: 382px;
}

.custom .custom-gallery-wrapper .right-image{
	width: 100%;
	max-width: 100%;
	height: 564px;	
}

.custom .custom-content-wrapper .custom-content-logo{
	width: 343px;
	max-width: 100%;
	height: 104px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.custom .custom-content-wrapper h2{
	font-size: 42px;
	color: #003559;
	margin: 0;
}

.custom .custom-content-wrapper h2 span{
	font-style: italic;
	color: #c31034;
}

.custom .custom-content-wrapper p{
	font-size: 18px;
	color: #363636;
}

.custom .custom-content-wrapper .button{
	margin-top: 20px;
}

.custom .custom-content-wrapper .button:hover{
	background-color: #003559;
	color: #fff;
}


@media screen and (max-width: 1320px){
	.custom .custom-gallery-wrapper .bottom-left-image{
		display: none;
	}
}


@media screen and (max-width: 1023px){
	.custom .custom-gallery-wrapper{
		display: none;
	}
	.custom .custom-content-wrapper{
		width: 100%;
		text-align: center;
	}
}


@media screen and (max-width: 767px){
	.custom .custom-content-wrapper h2{
		font-size: 36px;
	}
}


/******************************************
 ************* Home Lot *********************
*******************************************/
.home-lot{
	background-color: #0577c4;
	padding: 75px 0;
}

.home-lot .inner-content{
	display: flex;
	align-items: center;
	gap:90px;
}

.home-lot .home-lot-content-wrapper{
	width: 40%;
}

.home-lot .home-lot-buckets-wrapper{
	width: 60%;
	display: flex;
	align-items: center;
	gap:30px;
}

.home-lot h2{
	font-size: 42px;
	margin: 0;
	color: #fff;
}

.home-lot p{
	color: #fff;
	font-size: 18px;
}


.home-lot .home-lot-buckets-wrapper .home-lot-bucket{
	width: 50%;
}

.home-lot .home-lot-buckets-wrapper .home-lot-bucket a{
	display: block;
	height: 100%;
	border: 2px solid #fff;
	transition: opacity 0.3s;
}

.home-lot .home-lot-buckets-wrapper .home-lot-bucket a .home-lot-bucket-image{
	height: 358px;
	background-size: cover;
	position: relative;
}

.home-lot .home-lot-buckets-wrapper .home-lot-bucket a .home-lot-bucket-image span{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 5%;
	background-color: #fff;
	padding: 10px;
	color: #363636;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}

.home-lot .home-lot-buckets-wrapper .home-lot-bucket a:hover{
	opacity: .8;
}


@media screen and (max-width: 1250px){
	.home-lot .inner-content{
		flex-wrap: wrap;
		row-gap: 40px;
	}
	.home-lot .home-lot-content-wrapper{
		width: 100%;
	}
	.home-lot .home-lot-buckets-wrapper{
		width: 100%;
	}
}


@media screen and (max-width: 772px){
	.home-lot .home-lot-buckets-wrapper{
		flex-wrap: wrap;
	}
	.home-lot .home-lot-buckets-wrapper .home-lot-bucket{
		width: 100%;
	}
	.home-lot .home-lot-content-wrapper h2{
		font-size: 36px;
	}
	.home-lot .home-lot-content-wrapper .button{
		padding: 15px 40px;
	}
	.home-lot .home-lot-buckets-wrapper .home-lot-bucket a .home-lot-bucket-image span{
		font-size: 24px;
	}
}


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

/******************************************
 ************* HP Reviews ******************
*******************************************/

.hp-reviews{
	background-color: #f1f1f1;
	padding: 75px 0;
}

.hp-reviews .reviews-intro-wrapper{
	display: flex;
	gap: 90px;
}

.reviews-intro-right{
	width: 60%;
}

.reviews-intro-left:before{
	position: absolute;
	content: '';
	width: 4px;
  	height: 166px;
  	background-color: #c31034;
  	left: 0;
  	top: 0;
}

.reviews-intro-left{
	width: 40%;
	padding-left: 20px;
	position: relative;
}

.hp-reviews .reviews-intro-wrapper .logo-stars{
	display: flex;
	gap: 25px;
	align-items: center;
}

.hp-reviews .reviews-intro-wrapper .star-list{
	display: flex;
	gap: 15px;
	align-items: center;
}

.hp-reviews .reviews-intro-wrapper .google-logo{
	width: 188px;
	max-width: 100%;
	height: 62px;
}

.hp-reviews .reviews-intro-wrapper .star-list svg{
	width: 30px;
	height: 30px;
	fill: #d62929;
}

.hp-reviews h2{
	margin: 0;
	font-size: 42px;
	color: #003559;
	line-height: 1.2;
}

.hp-reviews .reviews-slider-wrapper{
	padding-top: 40px;
}

@media screen and (max-width: 1200px){
	.hp-reviews .reviews-intro-wrapper{
		flex-wrap: wrap;
    	row-gap: 15px;
	}
	.reviews-intro-left{
		width: 100%;
   		text-align: center;
   		padding-left: 0;
	}
	.reviews-intro-left:before{
		display: none;
	}
	.hp-reviews .reviews-intro-wrapper .logo-stars{
		justify-content: center;
		flex-wrap: wrap;
		gap: 0;
	}
	.hp-reviews .reviews-intro-wrapper .star-list{
		width: 100%;
		justify-content: center;
	}
	.reviews-intro-left{
		width: 100%;
		text-align: center;
	}
	.reviews-intro-right{
		width: 100%;
		text-align: center;
	}
}


@media screen and (max-width: 767px){
	.hp-reviews h2{
		font-size: 36px;
	}
}


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


/******************************************
 ************* email-list-cta **************
*******************************************/


.email-list-cta{
	background-color: #0577c4;
	padding: 50px 0;
}

.email-list-cta .inner-content{
	display: flex;
	align-items: center;
}

.email-list-cta .inner-content svg{
	fill: #fff;
	height: 48px;
	width: 48px;
}

.email-list-cta .inner-content h2{
	font-size: 42px;
	color: #fff;
	margin: 0 0 0 10px;
}

.email-list-cta .inner-content .form-wrapper{
	float: right;
	align-items: center;
	margin-left: auto;
}

.email-list-cta .inner-content form{
	display: flex;
}

.email-list-cta .inner-content form ul{
	display: flex;

}

.email-list-cta .inner-content form ul li input{
	width: 268px;
	font-size: 18px;
	color: #363636;
	padding: 15px 15px 15px 30px;
	max-width: 100%;
}


.email-list-cta .inner-content form input[type="submit"]{
	background: #c31034;
	border: none;
	text-transform: uppercase;
	font-size: 18px;
	min-height: 50px;
	color: #fff;
	padding: 20px;
	transition: .3s ease;
	margin-left: 15px;
	font-weight: 600;
}

.email-list-cta .inner-content form input[type="submit"]:hover{
	transform: scale(1.1);
}

.email-list-cta form .wpcf7-spinner{
	display: none;
}


@media screen and (max-width: 1300px){
	.email-list-cta .inner-content{
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.email-list-cta .inner-content h2{
		width: 100%;
	}
	.email-list-cta .inner-content .form-wrapper{
		width: 80%;
   	 	float: unset;
    	text-align: center;
    	margin: 20px auto 0 auto;
	}
	.email-list-cta .inner-content form{
		display: block;
	}
	.email-list-cta .inner-content form ul{
		display: block;
	}
	.email-list-cta .inner-content form ul li{
		width: 100%;
	}
	.email-list-cta .inner-content form ul li input{
		width: unset;
	}
	.email-list-cta .inner-content form input[type=submit]{
		margin: 10px 0 0 0;
	}
}


@media screen and (max-width: 767px){
	.email-list-cta .inner-content h2{
		font-size: 36px;
	}
}


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


/***************************************
 ******* HP Contact ********************
 **************************************/
.hp-contact .full-width{
	max-width: none;
}
.hp-contact .inner-content{
	display: flex;
}

.hp-contact .contact-image{
	width: 50%;
	min-height: 600px;
	background-size: cover;
}

.hp-contact .contact-form-wrapper{
	width: 50%;
}

.hp-contact .contact-form-wrapper .inner-contact-form {
	width: 70%;
	margin-left: 63px;
	padding-top: 55px;
}

.hp-contact .contact-form-wrapper .inner-contact-form h2{
	margin: 0;
	color: #003559;
	font-size: 42px;
	line-height: 1.2;
}

.hp-contact .contact-form-wrapper .inner-contact-form form{
	padding-top: 30px;
}

.hp-contact .contact-form-wrapper .inner-contact-form form ul{
	padding: 0;
}

.hp-contact .contact-form-wrapper .inner-contact-form form ul li input{
	max-width: 100%;
	font-size: 18px;
	color: #363636;
	padding: 15px 15px 15px 20px;
}

.hp-contact .contact-form-wrapper .inner-contact-form form ul li textarea{
	height: 141px;
	padding: 15px 15px 15px 20px;
	font-size: 18px;
	color: #363636;
}


.hp-contact .contact-form-wrapper .inner-contact-form form input[type="submit"]{
	background: #c31034;
	border: none;
	text-transform: uppercase;
	font-size: 18px;
	min-height: 50px;
	color: #fff;
	padding: 20px 65px;
	transition: .3s ease;
	margin-left: 15px;
	font-weight: 600;
}


.hp-contact .contact-form-wrapper .inner-contact-form form input[type="submit"]:hover{
	transform: scale(1.1);
}

.hp-contact .contact-form-wrapper .inner-contact-form form .wpcf7-spinner{
	display: none;
}


@media screen and (max-width: 1078px){
	.hp-contact .inner-content{
		flex-wrap: wrap;
	}
	.hp-contact .contact-image{
		width: 100%;
    	height: 450px;
    	min-height: unset;
    	background-size: cover;
    	background-position: center;
	}
	.hp-contact .contact-form-wrapper{
		width: 100%;
	}
	.hp-contact .contact-form-wrapper .inner-contact-form{
		width: 100%;
    	margin: 0;
    	padding: 40px 15px;
	}
	.hp-contact .contact-form-wrapper .inner-contact-form h2{
		text-align: center;
	}
	.hp-contact .form-wrapper{
		width: 80%;
		margin: 0 auto;
	}
}


@media screen and (max-width: 767px){
	.hp-contact .contact-form-wrapper .inner-contact-form h2{
		font-size: 36px;
	}
	.hp-contact .contact-image{
		height: 350px;
	}
}


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


/****************************************
 ************* Interior *****************
 ****************************************/
.page-template-page-full-width main,
.page-template-page-find-your-home main,
.page-template-page-floor-plans main,
.page-template-page-design-center main,
.page-template-page-lots main,
.page-template-page-our-land-team main,
.page-template-page-build-on-your-lot main,
.page-template-page-sell-your-lot main,
.page-template-page-about-us main,
.page-template-page-financing main,
.page-template-page-green-building main,
.page-template-page-realtors main,
.page-template-page-contact-us main,
.page-template-page-faq main {
	padding: 40px 0;
}

.page-template-page-full-width main article,
.page-template-page-find-your-home main article,
.page-template-page-floor-plans main article,
.page-template-page-design-center main article,
.page-template-page-lots main article,
.page-template-page-our-land-team main article,
.page-template-page-build-on-your-lot main article,
.page-template-page-sell-your-lot main article,
.page-template-page-about-us main article,
.page-template-page-financing main article,
.page-template-page-green-building main article,
.page-template-page-realtors main article,
.page-template-page-contact-us main article,
.page-template-page-faq main article {
	max-width: none;
	width: 100%;
	float: unset;
}

.page-id-2 .full-width,
.page-id-147 .full-width,
.page-id-162 .full-width {
	max-width: 64em;
	margin: 0 auto;
}

article h2 {
	font-size: 36px;
	color: #0c326c;
	text-align: center;
	margin-top: 10px;
}

ul.bullet-list {
    text-align: left;
    padding-left: 0;
    list-style: none;
}

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

.bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(12, 50, 108);
    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%;
}

.find-your-home-buckets,
.floor-plan-buckets,
.design-center-buckets,
.lot-buckets,
.about-us-buckets {
	margin-top: 10px;
}

.floor-plan-buckets ul li,
.design-center-buckets ul li {
	width: calc(33.3333% - 25px);
	display: inline-block;
    overflow: hidden;
    margin: 10px;
}

.find-your-home-buckets ul li,
.lot-buckets ul li,
.about-us-buckets ul li {
	width: calc(48% - 25px);
	display: inline-block;
    overflow: hidden;
    margin: 10px;
}

.find-your-home-buckets ul li a,
.floor-plan-buckets ul li a,
.design-center-buckets ul li a,
.lot-buckets ul li a,
.about-us-buckets ul li a {
	position: relative;
	display: block;
	height: 330px;
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
	text-align: center;
}

.find-your-home-buckets ul li a:hover,
.floor-plan-buckets ul li a:hover,
.design-center-buckets ul li a:hover,
.lot-buckets ul li a:hover,
.about-us-buckets ul li a:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
	text-decoration: none;
}

.find-your-home-buckets ul li a h3,
.floor-plan-buckets ul li a h3,
.design-center-buckets ul li a h3,
.lot-buckets ul li a h3,
.about-us-buckets ul li a h3 {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 0;
	width: 100%;
	padding: 0 10px;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	background: #0066a4;
    padding: 15px;
}

.we-buy-we-customize-photos-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.we-buy-we-customize-photo-box {
	flex: 48%;
	display: flex;
    justify-content: center;
	padding: 20px;
	margin-top: 20px;
}

.a-great-first-impression-wrapper {
	background: #0066a4;
	padding: 40px;
}

.a-great-first-impression-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.a-great-first-impression-column {
	flex: 48%;
	color: #fff;
	padding: 20px;
	margin: 16px 6px;
}

.a-great-first-impression-column .a-great-first-impression-image {
	height: 500px;
}

.a-great-first-impression-column h2 {
	color: #fff;
	font-size: 32px;
}

.a-great-first-impression-column .bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    height: 0.6em;
    width: 0.6em;
}

.keeping-you-safe-wrapper {
	background: #202c38;
	padding: 40px;
}

.keeping-you-safe-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.keeping-you-safe-column {
	flex: 48%;
	color: #fff;
	padding: 20px;
	margin: 16px 6px;
}

.keeping-you-safe-column .keeping-you-safe-image {
	height: 500px;
}

.keeping-you-safe-column h2 {
	color: #fff;
	font-size: 32px;
}

.keeping-you-safe-column .bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    height: 0.6em;
    width: 0.6em;
}

.welcome-to-your-home-wrapper {
	background: #12506d;
	padding: 40px;
}

.welcome-to-your-home-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.welcome-to-your-home-column {
	flex: 48%;
	color: #fff;
	padding: 20px;
	margin: 16px 6px;
}

.welcome-to-your-home-column .welcome-to-your-home-image {
	height: 500px;
}

.welcome-to-your-home-column h2 {
	color: #fff;
	font-size: 32px;
}

.welcome-to-your-home-column .bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    height: 0.6em;
    width: 0.6em;
}

.a-home-chefs-dream-wrapper {
	background: #4cc2f1;
	padding: 40px;
}

.a-home-chefs-dream-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.a-home-chefs-dream-column {
	flex: 48%;
	color: #fff;
	padding: 20px;
	margin: 16px 6px;
}

.a-home-chefs-dream-column .a-home-chefs-dream-image {
	height: 500px;
}

.a-home-chefs-dream-column h2 {
	color: #fff;
	font-size: 32px;
}

.a-home-chefs-dream-column .bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    height: 0.6em;
    width: 0.6em;
}

.built-to-last-construction-wrapper {
	background: #65a0cd;
	padding: 40px;
}

.built-to-last-construction-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.built-to-last-construction-column {
	flex: 48%;
	color: #fff;
	padding: 20px;
	margin: 16px 6px;
}

.built-to-last-construction-column .built-to-last-construction-image {
	height: 500px;
}

.built-to-last-construction-column h2 {
	color: #fff;
	font-size: 32px;
}

.built-to-last-construction-column .bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    height: 0.6em;
    width: 0.6em;
}

.energy-efficient-for-your-comfort-wrapper {
	background: #202c38;
	padding: 40px;
}

.energy-efficient-for-your-comfort-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.energy-efficient-for-your-comfort-column {
	flex: 48%;
	color: #fff;
	padding: 20px;
	margin: 16px 6px;
}

.energy-efficient-for-your-comfort-column .energy-efficient-for-your-comfort-image {
	height: 500px;
}

.energy-efficient-for-your-comfort-column h2 {
	color: #fff;
	font-size: 32px;
}

.energy-efficient-for-your-comfort-column .bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    height: 0.6em;
    width: 0.6em;
}

.our-peace-of-mind-warranty-program-wrapper {
	background: #65a0cd;
	padding: 40px;
}

.our-peace-of-mind-warranty-program-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.our-peace-of-mind-warranty-program-column {
	flex: 48%;
	color: #fff;
	padding: 20px;
	margin: 16px 6px;
}

.our-peace-of-mind-warranty-program-column .our-peace-of-mind-warranty-program-image {
	height: 500px;
}

.our-peace-of-mind-warranty-program-column h2 {
	color: #fff;
	font-size: 32px;
}

.our-peace-of-mind-warranty-program-column .bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    height: 0.6em;
    width: 0.6em;
}

.total-package-price-wrapper .impt-text {
	font-size: 24px;
	font-weight: 700;
	color: #c31034;
	text-align: center;
}

.total-package-price-boxes ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 16px 0;
	gap: 20px;
}

.total-package-price-boxes ul li {
	flex: 30%;
	display: flex;
	flex-direction: column;
	list-style: none;
	background: #f6eee2;
	border-radius: 10px;
	padding: 0 20px 0 20px;
	margin: 0 6px;
}

.total-package-price-boxes ul li svg {
	height: 50px;
	width: 50px;
	fill: #12506d;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.total-package-price-boxes ul li h3 {
	color: #0c326c;
	font-size: 30px;
	text-align: center;
	line-height: 38px;
	margin: 10px 0 10px 0;
}

.total-package-price-boxes ul li h3::after {
	content: "";
	display: block;
	border-bottom: 2px solid #e80707;
	width: 15%;
	position: relative;
	bottom: -6px;
	margin: 0 auto;
	padding-top: 16px;
}

.total-package-price-boxes > ul > li {
	position:relative;
}

.total-package-price-boxes > ul > li:nth-child(1)::after {
	position: absolute;
	content: "\2192";
	top: 50%;
	left: 100%;
	color: #e80707;
	font-size: 40px;
}

.total-package-price-boxes > ul > li:nth-child(2)::after {
	position: absolute;
	content: "\2192";
	top: 50%;
	left: 100%;
	color: #e80707;
	font-size: 40px;
}

.community-involvement-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0;
	list-style: none;
}

.community-involvement-logos li {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 35px;
}

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

.accordion-items h2 {
	text-align: center;
	padding-bottom: 40px;
}

.accordion-items h3 {
	font-size: 24px;
}

.accordion-items h2::after {
	content: "";
	display: block;
	border-bottom: 3px solid #006694;
	width: 10%;
	position: relative;
	bottom: -20px;
	margin: 0 auto;
}

summary {
	font-size: 21px;
	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;
}

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

.callout-box {
	border: 2px solid #0066a4;
	padding: 30px;
	margin-top: 40px;
}

.callout-box h2 {
	font-size: 36px;
	text-align: center;
	margin-top: 0;
}

.how-to-arrive-at-the-total-package-price-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.how-to-arrive-at-the-total-package-price-box {
	flex: 30%;
	background: #f1f1f1;
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px;
	margin: 16px 6px;
}

.how-to-arrive-at-the-total-package-price-box h3 {
	font-size: 26px;
}

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

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

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

.contact-method-boxes ul li {
	flex: 30%;
	display: flex;
	flex-direction: column;
	list-style: none;
	background: #f6eee2;
	text-align: center;
	min-height: 250px;
	border-radius: 50% 20% / 10% 40%;
	padding: 20px;
	margin: 16px 6px;
}

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

.contact-method-boxes ul li h3 {
	margin: 10px 0 0 0;
}

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

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

.call-to-action-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;
}

.call-to-action-wrapper .call-to-action-image {
	float: left;
	width: 50%;
	min-height: 500px;
}

.call-to-action-wrapper .call-to-action-content {
	float: left;
	width: 50%;
	padding: 120px 120px 90px 120px;
	background: #12506d;
	color: #fff;
	position: relative;
}

.call-to-action-wrapper .call-to-action-content:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent #12506d transparent transparent;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.call-to-action-wrapper .call-to-action-content h2 {
	display: inline-block;
	margin: 0 0 30px;
	padding: 5px 0 5px 20px;
	color: #fff;
	font-size: 36px;
	border-left: 4px solid #fff;
}

.call-to-action-wrapper .call-to-action-content form .list--unstyled li:last-child {
	margin-bottom: -20px;
}

@media screen and (max-width: 1350px){
	.call-to-action-wrapper .call-to-action-content{
		padding: 60px;
	}
}

@media screen and (max-width: 1023px) {
	.find-your-home-buckets,
	.floor-plan-buckets,
	.design-center-buckets,
	.lot-buckets,
	.about-us-buckets {
        padding: 25px 0 25px 0;
    }
    .call-to-action-wrapper {
		display: inline-block;
		margin-top: 30px;
	}

	.call-to-action-wrapper .call-to-action-image {
		width: 100%;
		min-height: 300px;
	}

	.call-to-action-wrapper .call-to-action-content {
		width: 100%;
		text-align: center;
		margin-bottom: -6px;
		padding: 30px 10px;
	}

	.call-to-action-wrapper .call-to-action-content h3 {
		margin: 0 0 20px;
		padding: 0;
		border-left: none;
	}
}

@media screen and (max-width: 767px) {
	.find-your-home-buckets,
	.floor-plan-buckets,
	.design-center-buckets,
	.lot-buckets,
	.about-us-buckets {
        padding: 20px 0 20px 0;
    }
	
	
}


@media screen and (max-width: 567px) {
	.find-your-home-buckets ul li,
	.floor-plan-buckets ul li,
	.design-center-buckets ul li,
	.lot-buckets ul li,
	.about-us-buckets ul li {
		float: none;
		width: 100%;
		margin: 15px 0 0 0;
	}
	
	.a-great-first-impression-column,
	.keeing-you-safe-column,
	.welcome-to-your-home-column,
	.a-home-chefs-dream-column,
	.built-to-last-construction-column,
	.energy-efficient-for-your-comfort-column,
	.our-peace-of-mind-warranty-program-column {
		flex: 100%;
		margin: 15px 6px 0 6px;
		padding: 0;
	}
	
	.a-great-first-impression-column .a-great-first-impression-image,
	.keeing-you-safe-column .keeing-you-safe-image,
	.welcome-to-your-home-column .welcome-to-your-home-image,
	.a-home-chefs-dream-column .a-home-chefs-dream-image,
	.built-to-last-construction-column .built-to-last-construction-image,
	.energy-efficient-for-your-comfort-column .energy-efficient-for-your-comfort-image,
	.our-peace-of-mind-warranty-program-column .our-peace-of-mind-warranty-program-image {
		height: 310px;
	}
	
	.we-buy-we-customize-photo-box,
	.total-package-price-boxes ul li,
	.community-involvement-logos li,
	.contact-method-boxes ul li {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}	
	
	.call-to-action-wrapper .call-to-action-image {
		min-height: 250px;
	}
	
	.columns {
		-moz-column-count: 1;
		-moz-column-gap: 60px;
		-webkit-column-count: 1;
		-webkit-column-gap: 60px;
		column-count: 1;
		column-gap: 60px;
	}
}





/************************************************
 **************** Footer ************************
 ************************************************/
footer{
	clear: both;
	background-color: #0577c4;
	padding-top: 74px;
}

footer .inner-footer{
	display: flex;
	gap:110px;
}

footer .logo-social{
	width: calc(100%/4);
}

footer .footer-nav{
	width: calc(100%/4);
}

footer .footer-company-info{
	width: calc(100%/4);
}

footer .footer-company-info h3{
	font-size: 20px;
	color: #fff;
}

footer .footer-company-info a{
	font-size: 16px;
	color: #fff;
}

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

footer .footer-license-info{
	width: calc(100%/4);
	text-align: center;
}

footer .footer-license-info img{
	margin: 0 auto;
}

footer .footer-license-info p{
	font-size: 16px;
	text-align: center;
	color: #fff;
}

footer .logo-social .footer-logo{
	display: block;
	width: 288px;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

footer .logo-social ul{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

footer .logo-social ul li a svg{
	fill: #fff;
	transition: .3s ease;
	height: 20px;
	width: 20px;
}

footer .logo-social ul li a svg:hover{
	fill: #c31034;
	transform: scale(1.1);
}

footer .footer-nav h3{
	font-size: 20px;
	color: #fff;
}

footer .footer-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	column-count: 2;
}

footer .footer-nav ul li a{
	color: #fff;
	font-size: 18px;
}

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

.copyright-area{
	padding: 20px 0;
    margin-top: 56px;
    border-top: 1px solid #0786dc;
}

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


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


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

.copyright-area ul li a{
	color: #fff;
}

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

@media screen and (max-width: 1200px){
	footer .inner-footer{
		flex-wrap: wrap;
		row-gap: 40px;
		justify-content: center;
	}
}

@media screen and (max-width: 1023px){
	footer .logo-social{
		width: calc(100%/2 - 110px);
	}
	footer .footer-company-info{
		width: calc(100% / 2 - 110px);
	}
	footer .footer-nav{
		width: calc(100% / 2 - 110px);
	}
	footer .footer-license-info{
		width: calc(100% / 2 - 110px);
	}
}


@media screen and (max-width: 767px){
	footer .logo-social{
		width: 100%;
	}
	footer .footer-company-info{
		width: 100%;
		text-align: center;
	}
	footer .footer-nav{
		width: 100%;
		text-align: center;
	}
	footer .footer-license-info{
		width: 100%;
	}
}



/******************************************
 *********** our partners *****************
 ******************************************/

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

.page-template-page-our-partners main article{
	max-width: none;

}

.page-template-page-our-partners main article ul{
	display: flex;
	padding: 20px 0 0 0;
    gap: 40px;
    justify-content: center;
}

.page-template-page-our-partners main article ul li{
    width: calc(100% / 3 - 20px);
   	background-color: #f1f1f1;
    padding: 40px 20px;
    border-radius: 10px;
    text-align: center;
}

.page-template-page-our-partners main article ul li .lender-logo{
	margin: 0 auto;
}

.page-template-page-our-partners main article ul li:first-child .lender-logo{
    width: 245px;
    height: 191px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-template-page-our-partners main article ul li:nth-child(2) .lender-logo{
    width: 314px;
    background-repeat: no-repeat;
    height: 191px;
    background-size: contain;
    max-width: 100%;
}

.page-template-page-our-partners main article ul li:last-child .lender-logo{
    width: 380px;
    background-repeat: no-repeat;
    height: 191px;
    background-size: contain;
    max-width: 100%;
}

.page-template-page-our-partners main article ul li span .lender-name{
	margin-top: 0;
	font-size: 24px;
	color: #363636;
}

.page-template-page-our-partners main article ul li span p{
	font-size: 21px;
	color: #363636;
}


@media screen and (max-width: 1023px){
	.page-template-page-our-partners main article ul{
		flex-wrap: wrap;
	}
	.page-template-page-our-partners main article ul li{
		width: calc(100%/2 - 20px);
	}
}


@media screen and (max-width: 767px){
	.page-template-page-our-partners main article ul li{
		width: 100%;
	}
}