/*!
Theme Name: NVR Lost
Theme URI: http://underscores.me/
Author: Lia Buelow
Author URI: http://lia.codes
Description: A theme for NVR Lost built with ACF Pro.
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: nvr-lost
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.

NVR Lost 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
--------------------------------------------------------------*/
/* Variables
--------------------------------------------- */
:root {
  --primary-color: #D95D30;
  --secondary-color: #8C3A27;
  --dark-orange: #D95D30;
  --light-orange: #EBA741;
  --base: #02030D;
}


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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


.hsfc-Step .hsfc-Step__Content {
  padding: 0 !important;
}

.hsfc-TextField > :not(:last-child), 
.hsfc-EmailField > :not(:last-child), 
.hsfc-PhoneField > :not(:last-child),
.hsfc-FieldLabel {
  margin: 0 !important;
}

.hsfc-TextInput, .hsfc-FieldLabel, .hsfc-TextareaInput, .hsfc-ErrorAlert {
  font-size: 14px !important;
  font-family: "Karla", sans-serif !important;
  color: #000 !important;
  font-weight: 400 !important;
   text-transform: uppercase !important;
  line-height: 16px !important;
}

.hsfc-ErrorAlert {
  margin: 5px 0;
  color: red !important;
}

.hsfc-Row {
  margin: 0 0 10px 0px !important;
  gap: 10px !important;
  display: flex !important;
}

.hsfc-NavigationRow {
  margin-top: 0px !important;
}

.hsfc-Button {
  background: transparent !important;
  border: solid 1px white !important;
  color: white !important;
  font-size: 14px !important;
  letter-spacing: 10% !important;
  font-weight: 400 !important;
}

.hsfc-ReCaptchaV2 {
  width: 33% !important;
	min-height: auto !important;
}

.hsfc-TextField, .hsfc-EmailField {
  flex-grow: 1 !important;
}

.hsfc-PhoneField {
  flex-grow: 1 !important;
  flex-basis: 90% !important;
}

.hsfc-TextareaInput {
  margin-top: 0px !important;
}

.hsfc-TextareaField {
  width: 100% !important;
}

.hsfc-TextInput:hover {
  box-shadow: none !important;
}

.hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
  padding: 7px !important;
}

[data-form-id="60127397-f79b-4d9e-9494-75f58ebe9961"] {
    margin-top: 30px !important;
  }

[data-form-id="60127397-f79b-4d9e-9494-75f58ebe9961"] .hsfc-Button {
  color: var(--dark-orange) !important;
  border-color: var(--dark-orange) !important;
  border-radius: 0 !important;
}

[data-form-id="60127397-f79b-4d9e-9494-75f58ebe9961"] .hsfc-ReCaptchaV2 {
min-height: 30px !important;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--base);
	font-size: 20px;
	line-height: 1.5;
	font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

h1 {
  font-size: 45px;
  font-weight: 200;
	line-height: 1.2;
}

h2 {
  font-size: 45px;
  font-weight: 400;
	line-height: 1;
}

p {
	margin: 0;
	line-height: 1.6;
}

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

.highlight {
  color: var(--dark-orange);
  font-weight: 400;
}

/* 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%;
}
.chevron {
  margin: 0;
}
.chevron li {
  position: relative;
  list-style: none;
	line-height: 1.6;
}
.chevron li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 20px;
  background-color: transparent;
  left: -20px;
  top: 7px;
  background-image: url(./img/chevron.svg);
	background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dot {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
.dot li {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
	text-align: center;
}
.dot li::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: white;
  border-radius: 50%;
  top: 9px;
  right: -16px;
}

.dot li:last-of-type::after {
  display: none;
}

.tab-container {
  background-color: #02030D;
  color: white;
}
.tab-container .tab-list {
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-container .tab-list button {
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 10%;
  font-weight: 300;
  cursor: pointer;
}

.tab-container .tab-list button[aria-selected="true"] {
  color: #D85E36;
  font-weight: 600;
}

.pane-wrapper {
  padding-left: 75px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.pane-wrapper .left {
  width: 50%;
  padding-right: 40px;
  padding-bottom: 70px;
}
.pane-wrapper .right {
  width: 50%;
  position: relative;
  min-height: 400px;
	align-self: end;
}
.pane-wrapper .right img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.pane-wrapper h3 {
  font-size: 45px;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 20px;
  padding-right: 30px;
}
.pane-wrapper h2 {
  visibility: hidden;
  display: none;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 10%;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 10px;
  color: var(--dark-orange);
}
/* Links
--------------------------------------------- */
a {
	color: #D85E36;
}

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

a:focus {
	outline: thin dotted;
}

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

.btn {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 10%;
  font-weight: 400;
  color: #D85E36;
  padding: 10px 20px;
	transition: all .15s linear;
}
.btn.outline {
  border: solid 1px #D85E36;
}
.btn.primary.solid {
  background: linear-gradient(to right, var(--dark-orange), var(--light-orange));
  color: black;
}

.btn.text {
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #EBA741;
  margin-top: 40px;
  display: block;
}
.btn:hover {
  transform: translateY(-2px);
  color: white;
  border-color: white;
}
.btn.primary.solid:hover {
  color: white;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.typewriter-container {
  display: inline-block;
	font-size: 30px;
  font-weight: 300;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: white;
}

.static-text {
  /* your styling */
}

.typewriter-text {
  display: inline;
	color: #EBA741;
}

.cursor {
  display: inline-block;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.home #masthead {
  background-color: transparent;
  position: absolute;
  width: 100%;
}

.home .hero {
  background-color: #02030D;
  color: white;
  padding: 230px 0 115px;
	background-position: top left;
  background-size: cover;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.home .hero .wrapper {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
}

.home .hero .wrapper .left {
  width: 60%;
}

.home .hero .wrapper .right {
  width: 40%;
	display: flex;
  justify-content: end;
}

.home .hero h1 {
  margin-bottom: 40px;
}
.home .cta-btns {
  display: flex;
  margin-top: 60px;
  gap: 15px;
}

.banner {
  background: linear-gradient(to right, var(--dark-orange), var(--light-orange));
}
.banner .wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner h2 {
  font-weight: 300;
}

.banner h2 strong {
  font-weight: 400;
}

.banner p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 10%;
  font-weight: 500;
  margin-top: 7px;
}

.banner .right {
  width: 50%;
}

.why-nvr-lost {
}
.why-nvr-lost .top {
  text-align: center;
  padding: 100px 0 120px;
}
.why-nvr-lost .top h2 {
}
.why-nvr-lost .top h2 strong {
  color: var(--dark-orange);
  font-weight: 400;
}
.why-nvr-lost .top h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.why-nvr-lost .top p {
  max-width: 75ch;
  margin: 0 auto;
}
.bullet-points {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 40px;
  margin: 40px auto 0;
}
.bullet-point {
  border: solid 1px #D85E36;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.bullet-point .title {
  background: linear-gradient(to left, var(--dark-orange), var(--light-orange));
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 10%;
  width: 255px;
  font-weight: 600;
  padding: 10px;
}
.bullet-point .text {
  font-size: 14px;
  text-align: left;
  padding: 0 30px 0 20px;
}
.split-section {
  padding: 90px 0;
  background-color: #F2F1F1;
  position: relative;
}
.split-section::after {
  content: '';
  position: absolute;
  background-color: #f2f1f1;
  height: 50%;
  width: 100%;
  bottom: 100%;
  z-index: -2;
}
.box-container {
  display: flex;
  justify-content: center;
  text-align: center;
}
.box-container .box {
  color: white;
  position: relative;
  padding: 60px;
  width: 100%;
  background-size: cover;
}
.box-container .box h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-container .box span {
  font-size: 16px;
  line-height: 23px;
  display: block;
  max-width: 40ch;
  margin: 0 auto;
}
.box-container .box::after {
  content: '';
  position: absolute;
  background-color: #C25430;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: .8;
}
.box-container .box:first-of-type::after {
  background-color: #8C3A27;

}
.box-container .box > * {
  z-index: 1;
  position: relative;
}
.how-it-works {
  padding: 90px 0;
  text-align: center;
}
.items {
  margin-top: 50px;
}
.items .row {
  display: flex;
  flex-direction: row;
}
.items .row .item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
	padding: 0 20px;
}
.items .row .item img {
  width: 100px;
  margin-bottom: 20px;
	margin-bottom: 10px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}

.items .row .item h3 {
  font-size: 25px;
  font-weight: 600;
}
.items .row .item span {
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
}
.get-a-quote {
  background-color: #02030D;
  color: white;
}
.get-a-quote .wrapper {
  display: flex;
  padding-top: 50px;
}
.get-a-quote .left {
  padding-top: 30px;
	padding-bottom: 30px;
  width: 60%;
}
.get-a-quote .right {
  width: 40%;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
}
.get-a-quote .left h2 {
  font-weight: 400;
}
.get-a-quote .left h2 strong {
  font-weight: 400;
  color: #D85E36;
}
.get-a-quote .left h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 30px;
}
.get-a-quote .left p {
  line-height: 31px;
  margin-bottom: 30px;
}
.get-a-quote .left .btn {
  margin-bottom: 40px;
  display: inline-block;
}
.get-results {
  display: flex;
}
.get-results .left {
  width: 40%;
  position: relative;
  min-height: 440px;
}
.get-results .right {
  width: 60%;
  background: linear-gradient(to right, #D95D30, #EBA741);
  display: flex;
  align-items: center;
}
.get-results .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.get-results .right .wrapper {
  max-width: 810px;
  margin: 0;
  padding: 30px 20px 30px 80px;
  color: white;
}
.get-results .right .wrapper h2 {
  font-weight: 300;
  margin-bottom: 10px;
}
.get-results .right .wrapper .dot {
  flex-direction: column;
  gap: 0;
  padding-left: 30px;
  line-height: 31px;
}
.get-results .right .wrapper .dot li {
  text-transform: none;
  font-size: 20px;
  line-height: 31px;
	text-align: left;
}
.get-results .right .wrapper .dot li::after {
  right: auto;
  left: -15px;
  top: 16px;
}

.get-results .right .wrapper .dot li:last-of-type::after {
  display: block;
}

@media (max-width: 1130px) {
  .home .cta-btns {
  flex-direction: column;
}
.banner .wrapper {
  flex-direction: column;
}
.banner .right {
  width: 100%;
}
.pane-wrapper {
  padding-left: 40px;
}
}

@media (max-width: 767px) {
.hero {
  padding: 50px 0;
  background-position: top center;
}
.hero .wrapper {
  flex-direction: column;
}
.hero .wrapper .left {
  width: 100%;
}
.hero .wrapper .right {
  width: 100%;
  margin-top: 40px;
}
h1 {
	font-size: 40px;
}
.hero h1 span {
  display: block;
}
h2 {
  font-size: 40px;
}
.banner h2 {
  margin-bottom: 10px;
}
.banner .wrapper {
  flex-direction: column;
}
.banner .right {
  width: 100%;
}
.dot {
  flex-wrap: wrap;
  gap: 0;
}
.dot li {
  margin-right: 0;
}
.banner .wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.why-nvr-lost .top {
  padding: 50px 0;
}
.bullet-point {
  flex-direction: column;
}
.bullet-point .title {
  width: 100%;
}
.bullet-point .text {
  padding: 20px;
}
.box-container {
  flex-direction: column;
}
.items .row .item {
  width: 100%;
  margin-bottom: 30px;
}
.items .row {
  flex-wrap: wrap;
}
.split-section {
  padding: 50px 0;
}
.how-it-works {
  padding: 50px 0;
}
.get-a-quote .left {
  padding-top: 0;
  width: 100%;
}
.get-a-quote .right {
  width: 100%;
}
.get-a-quote .wrapper {
  flex-direction: column;
}
.get-results {
  flex-direction: column-reverse;
}
.get-results .left {
  width: 100%;
}
.get-results .right {
  width: 100%;
}
.get-results .right .wrapper {
  padding: 30px;
}
.tab-container .tab-list {
  display: none;
}
.tab-container section {
}
.pane-wrapper {
  padding: 0;
  flex-direction: column;
}
.pane-wrapper .left {
  width: 100%;
  padding: 20px;
}
.pane-wrapper .right {
  width: 100%;
}
.pane-wrapper h2 {
  display: block;
  visibility: visible;
}
.pane-wrapper h3 {
  font-size: 40px;
  padding-right: 0;
}
.home .hero {
  padding: 150px 0 50px;
  background-position: center bottom;
}
.home .hero .wrapper {
  flex-direction: column;
}
.home .hero .wrapper .left {
  width: 100%;
}
.chevron {
  padding-left: 20px;
}
.home .cta-btns {
  margin-top: 40px;
  text-align: center;
}
.home .hero h1 {
  margin-bottom: 30px;
}
.home .hero .wrapper .right {
  width: 100%;
}
}

/*--------------------------------------------------------------
# TEMPLATE - ABOUT US
--------------------------------------------------------------*/
html:has(body.page-template-about-us-page) {
  overflow-x: hidden;
}

.page-template-about-us-page .hero ul {
  justify-content: center;
}

.page-template-about-us-page .hero li {
  color: #D85E36;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 10%;
}

.page-template-about-us-page .hero .dot li::after {
 width: 1px;
  height: .75rem;
  background-color: white;
  border-radius: 0;
  top: 7px; 
}

.page-template-about-us-page .hero {
  background-size: cover;
  background-position: bottom center;
  top: -1px;
  position: relative;
}

.page-template-about-us-page .hero::after {
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  position: absolute;
  background: linear-gradient(to bottom, var(--base) 0%, RGBA(2, 3, 13, 0.8) 5%);
}

.page-template-about-us-page .hero .wrapper {
  max-width: 900px;
  text-align: center;
  color: white;
  padding: 90px 0 150px;
  z-index: 2;
  position: relative;

}
.page-template-about-us-page .hero h1 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.our-story {
  padding: 100px 0 120px;
}

.our-story .wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.our-story h2 {
  text-align: center;
  padding: 45px;
}
.our-story h2 span {
  color: var(--dark-orange);
}
.our-story .left.banner {
  width: 50%;
  color: white;
  padding: 40px 40px 50px 40px;
}

.our-story .left.banner p {
  font-size: 27px;
  margin: 0;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: 0%;
  text-transform: none;
}

.our-story .left.banner p strong {
  font-weight: 600;
}

.our-story .right {
  width: 50%;
}

.page-template-about-us-page {
  overflow-x: hidden;
}

.mission-and-values {
  background-color: var(--base);
  color: white;
  padding: 80px 0 20px;
}

.mission-and-values .wrapper {
  position: relative;
  padding-bottom: 300px;
}

.mission-and-values h2 {
  font-weight: 250;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 30px;
  display: block;
}

.mission-and-values h2::after {
 content: '';
   position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--dark-orange), var(--light-orange));
}

.mission-and-values .carousel.blaze-slider {
  position: absolute;
  left: 25px;
  bottom: 0;
  width: calc(100vw - 160px);
  height: 300px;
}

@media (max-width: 1500px) {
  .mission-and-values .carousel.blaze-slider {
    width: 110vw;
  }
}

.blaze-track div {
  opacity: 30%;
  transition: opacity .15s linear;
}

.blaze-track div:nth-child(2) {
  opacity: 50%;
}

.blaze-track div.is-active {
  opacity: 1;
}

.blaze-track div h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 10%;
  transition: all .15s linear;
  margin-bottom: 15px;
}

.blaze-track div.is-active h3 {
  color: var(--dark-orange);
}

.blaze-track div p {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  padding-right: 100px;
}

.team-members {
  padding: 90px 0 150px;
}

.team-members h2 {
  text-align: center;
  margin-bottom: 80px;
}

.team-members h2 span {
  color: var(--dark-orange);
}

.team-members .team-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 40px;
}

.team-member {
  width: calc(33.33% - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.team-member img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  object-position: center;
  margin-bottom: 20px;
}
.team-member h3 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.team-member .title {
  font-weight: 300;
  font-size: 16px;
  color: var(--dark-orange);
}

.team-member .read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}

.team-member .read-more a {
  display: block;
  width: 22px;
  height: 22px;
}
.team-member .read-more a svg {
  width: 100%;
  height: 100%;
}

.bio-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.25);
  width: 75%;
  max-width: 900px;
  padding: 0
}

dialog.bio-modal[open]  {
  display: flex;
}

dialog.bio-modal::backdrop {
  background: var(--base);
  opacity: .3;
}

.bio-modal__content {
  position: relative;
  z-index: 1;
  background: #fff;
padding: 60px;
  width: 100%;
  width: 90%;
  border-radius: 8px;
  max-height: 80vh;
  overflow-y: auto;
  display: flex;
}

.bio-modal__content .left {
  padding-right: 30px;
  margin-right: 50px;
  border-right: 1px solid var(--light-orange);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.bio-modal__content .left .bio-modal__pic {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.bio-modal__linkedin {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.bio-modal__linkedin svg {
  width: 100%;
  height: 100%;
}

.bio-modal__content .right {
  width: 75%;
}

.bio-modal__name {
  font-size: 25px;
  font-weight: 600;
}

.bio-modal__title {
  color: var(--dark-orange);
  font-size: 16px;
  font-weight: 300;
}

.bio-modal__text {
  margin-top: 20px;
}

.bio-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 35px;
  cursor: pointer;
  line-height: 1;
}

.team-member .bio-trigger {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 12px;
  color: var(--dark-orange);
  background: linear-gradient(to right, var(--dark-orange), var(--light-orange));
  display: block;
  position: relative;
}

.bio-trigger::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: white;
}

.bio-trigger::after {
  content: attr(data);
  font-size: 12px;
  color: var(--dark-orange);
  z-index: 2;
  position: relative;
  font-weight: 300;
}

.ready-for-you {
  display: flex;
}
.ready-for-you .left {
  width: 40%;
  position: relative;
  height: 440px;
}
.ready-for-you .right {
  width: 60%;
  background: linear-gradient(to right, #D95D30, #EBA741);
  display: flex;
  align-items: center;
}
.ready-for-you .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ready-for-you .right .wrapper {
  max-width: 810px;
  margin: 0;
  padding: 30px 20px 30px 80px;
  color: white;
}
.ready-for-you .right .wrapper h2 {
  font-weight: 300;
  margin-bottom: 20px;
}
.ready-for-you .right .wrapper .dot {
  flex-direction: column;
  gap: 0;
  padding-left: 30px;
  line-height: 31px;
}
.ready-for-you .right .wrapper .dot li {
  text-transform: none;
  font-size: 20px;
  line-height: 31px;
	text-align: left;
}
.ready-for-you .right .wrapper .dot li::after {
  right: auto;
  left: -15px;
  top: 16px;
}

.ready-for-you .right .wrapper .dot li:last-of-type::after {
  display: block;
}

.ready-for-you.reverse {
  background-color: #F2F1F1;
  flex-direction: row-reverse;
}

.ready-for-you.reverse .right {
  background: #F2F1F1;
  justify-content: flex-end;
}

.ready-for-you.reverse .right .wrapper {
  color: var(--base);
  padding: 30px 0 30px 80px;
}

.ready-for-you.reverse .right .wrapper h2 {
  position: relative;
  font-weight: 250;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.ready-for-you.reverse .right .wrapper h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--dark-orange), var(--light-orange));
}

.ready-for-you.reverse .right .wrapper p {
  max-width: 75%;
  margin-bottom: 30px;
}

.ready-for-you .events {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ready-for-you .events li {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 10%;
  margin-bottom: 10px;
}

.ready-for-you .events li strong {
  font-weight: 600;
  color: var(--dark-orange);
}

.ready-for-you .events li a {
  text-decoration: none;
}
.ready-for-you .events li a:hover {
  color: var(--light-orange);
}

.ready-for-you .cta-btns {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.ready-for-you .cta-btns a.outline {
  color: white;
  border-color: white;
}
.ready-for-you .cta-btns .btn.primary.solid {
  background: white;
  color: var(--dark-orange);
}

@media (max-width: 1130px) {

.our-story .wrapper {
  gap: 20px;
}
.ready-for-you .right .wrapper {
  padding: 30px;
}
.bio-modal__content {
  width: 100%;
  flex-direction: column;
}
.bio-modal__content .left {
  align-items: start;
  border-right: 0;
  border-bottom: 1px solid var(--light-orange);
  padding-right: 0;
  margin-right: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bio-modal__content .right {
  width: 100%;
}
}

@media (max-width: 767px) {

.page-template-about-us-page .hero .wrapper {
  padding: 0 30px;
}
.page-template-about-us-page .hero ul {
  flex-direction: column;
}
.page-template-about-us-page .hero .dot li::after {
  display: none;
}
.our-story {
  padding: 50px 0;
}
.our-story h2 {
  padding: 0;
}
.our-story .wrapper {
  flex-direction: column;
  margin-top: 30px;
}
.our-story .left.banner {
  width: 100%;
  padding: 20px;
}
.our-story .left.banner p {
  font-size: 18px;
  line-height: 32px;
}
.our-story .right {
  width: 100%;
}
.mission-and-values {
  padding: 50px 0 20px;
}
.mission-and-values .carousel.blaze-slider {
  height: auto;
  position: relative;
  left: 0;
}
.mission-and-values .wrapper {
  padding-bottom: 30px;
}
.team-members {
  padding: 50px 0;
}
.team-members .team-grid {
  flex-direction: column;
}
.team-member {
  width: 100%;
}
.bio-modal {
  width: 90%;
}
.bio-modal__content {
  padding: 20px;
}
.ready-for-you.reverse {
  flex-direction: column;
}
.ready-for-you .left {
  width: 100%;
  height: 300px;
}
.ready-for-you.reverse .right {
  width: 100%;
}
.ready-for-you.reverse .right .wrapper {
  padding: 30px;
}
.ready-for-you {
  flex-direction: column;
}
.ready-for-you .right {
  width: 100%;
}
.ready-for-you .cta-btns {
  flex-direction: column;
}
}

/*--------------------------------------------------------------
# TEMPLATE - SERVICES
--------------------------------------------------------------*/
.page-template-services-page .hero {
  background-size: cover;
  background-position: bottom center;
  /*! min-height: 60vh; */
}
.page-template-services-page .hero .wrapper {
  padding-top: 60px;
  padding-bottom: 120px;
  color: white;
}
.page-template-services-page .hero h1 {
  color: var(--dark-orange);
  font-weight: 400;
  margin-bottom: 20px;
}
.page-template-services-page .hero h1 .highlight {
  font-weight: 250;
  color: white;
}
.page-template-services-page .hero .cta-btns {
  margin-top: 50px;
  display: flex;
  gap: 15px;
}
.page-template-services-page .hero p {
  max-width: 85ch;
}
.page-template-services-page .banner .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-template-services-page .dot {
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-template-services-page .dot li {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 10%;
}

.page-template-services-page .dot li::after {
  height: 1rem;
  width: 1px;
  top: 4px;
}

.how-it-helps {
  padding: 100px 0 120px;
}
.how-it-helps h2 span {
  color: var(--dark-orange);
}
.how-it-helps h2 {
  text-align: center;
}
.how-it-helps p {
  text-align: center;
  max-width: 75ch;
  margin: 0 auto;
  padding-top: 40px;
}
.help-container {
  background-color: #f2f1f1;
  margin: 60px 0 120px;
}

.help-container .top {
  padding: 50px;
}

.help-container .top h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 10%;
  color: var(--dark-orange);
}
.help-container .bullet-points {
  padding: 0;
  margin: 30px auto 0;
}
.help-container .bullet-points .bullet-point {
  flex-direction: column;
  align-items: start;
  border: 0;
  padding-left: 40px;
  position: relative;
}
.help-container .bullet-points .bullet-point::after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
   background-image: url(./img/check-mark.svg);
	background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.help-container .bullet-point .title {
  background: transparent;
  color: var(--base);
  padding: 0;
  width: auto;
  letter-spacing: 0%;
}
.help-container .bullet-point .text {
  font-weight: 300;
  padding: 0;
}

.help-container .bottom {
  background-color: var(--base);
  color: white;
  padding: 30px 50px;
  text-align: center;
}
.help-container .bottom h3 {
  font-size: 18px;
}
.how-it-helps .help-container .bottom p {
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  max-width: none;
}
.dashcontainer .bullet-points {
  display: grid;
  padding: 0;
  grid-template-columns: 1fr 20px 20px 1fr;
  gap: 10px 15px;
}

.dashcontainer .bullet-point {
  flex-direction: column;
  margin: 0;
  justify-content: stretch;
  align-items: start;
  height: 100%;
}

.dashcontainer .bullet-point:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 4;
}

.dashcontainer .bullet-point:nth-of-type(2) {
  grid-column-start: 1;
  grid-column-end: 4;
}

.dashcontainer .bullet-point:nth-of-type(3) {
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}

.dashcontainer .bullet-point:nth-of-type(4) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.dashcontainer .bullet-point:nth-of-type(5) {
  grid-column-start: 3;
  grid-column-end: 5;
}
.dashcontainer .bullet-point .title {
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.dashcontainer .bullet-point .text {
  text-align: center;
  padding: 20px 60px;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}


.page-template-services-page .ready-for-you .chevron {
  list-style: none;
  margin: 0;
  padding: 0;
  color: white;
}
.page-template-services-page .ready-for-you .chevron li::before {
  display: none;
}
.page-template-services-page .ready-for-you .chevron li {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
.page-template-services-page .ready-for-you .chevron .left {
  width: 50px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-services-page .ready-for-you .chevron .right {
  flex-direction: column;
  align-items: start;
  justify-content: start;
  flex-grow: 1;
  background: transparent;
}
.page-template-services-page .ready-for-you .chevron .right h3 {
  font-size: 25px;
  font-weight: 600;
}
.page-template-services-page .ready-for-you .chevron .right span {
  font-size: 16px;
  line-height: 23px;
}
.page-template-services-page .ready-for-you .chevron .left img {
  max-width: 45px;
  max-height: 45px;
  bottom: auto;
}
.page-template-services-page .ready-for-you.reverse {
  background-color: var(--base);
}
.page-template-services-page .ready-for-you.reverse .right {
  background-color: var(--base);
  width: 70%;
}
.page-template-services-page .ready-for-you.reverse .right .wrapper {
  padding: 30px 0 30px 47px;
  max-width: 950px;
}
.page-template-services-page .ready-for-you .left {
  height: auto;
  position: relative;
  z-index: 1;
}
.page-template-services-page .ready-for-you .left img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
  object-position: bottom center;
}
.page-template-services-page .ready-for-you.reverse .right .wrapper h2 {
  color: white;
}
.page-template-services-page .ready-for-you.reverse .right .wrapper h2::after {
  z-index: 0;
  width: 140%;
}

.how-it-works h3.alt {
  background: linear-gradient(to left, var(--dark-orange), var(--light-orange));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 10%;
  margin-top: 55px;
}

.faqs {
    list-style: none;
    padding: 90px 0;
    margin: 0;
    background-color: #f2f1f1;
}

.faqs h2 {
  text-align: center;
}

.faq {
    border-bottom: 1px solid var(--dark-orange);
}

.faq__trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 30px 0;
    cursor: pointer;
    text-align: left;
    font-size: 25px;
    gap: 1rem;
    font-weight: 600;
}

.faq__icon {
    font-size: 33px;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    color: var(--dark-orange);
}

.faq__body {
    display: none;
    padding-bottom: 1.25rem;
}

.faq.is-open .faq__body {
    display: block;
}

.faqs p {
  font-size: 16px;
}

.faq.is-open .faq__icon {
    transform: rotate(45deg);
}

.page-template-services-page .get-results span {
  margin: 30px 0;
  display: block;
}
.page-template-services-page .get-results .cta-btns {
  display: flex;
  gap: 10px;
}
.page-template-services-page .get-results .cta-btns .btn.outline {
  border-color: white;
  color: white;
}
.page-template-services-page .get-results .cta-btns .btn.solid {
  background: white;
  color: var(--dark-orange);
}

@media (max-width: 1130px) {
.dashcontainer .bullet-point .text {
  padding: 20px;
}
.page-template-services-page .get-results .cta-btns {
  flex-direction: column;
}
.get-results .right .wrapper {
  padding: 30px;
}
}

@media (max-width: 767px) {

.page-template-services-page .hero {
  min-height: none;
  padding: 30px 0;
}
.page-template-services-page .hero .wrapper {
  padding-top: 0;
  padding-bottom: 20px;
}
.page-template-services-page .hero .cta-btns {
  margin-top: 30px;
  flex-direction: column;
  text-align: center;
}
.page-template-services-page .dot {
  flex-direction: column;
}
.page-template-services-page .dot li::after {
  display: none;
}
.how-it-helps {
  padding: 50px 0;
}
.how-it-helps p {
  max-width: 100%;
  padding-top: 20px;
}
.help-container {
  margin: 20px 0 40px;
}
.help-container .top {
  padding: 20px;
}
.help-container .bullet-points .bullet-point {
  padding-left: 25px;
}
.help-container .bullet-points .bullet-point::after {
  width: 15px;
}
.help-container .bottom {
  padding: 20px;
}
.dashcontainer .bullet-points {
  display: flex;
}
.page-template-services-page .ready-for-you.reverse {
  flex-direction: column-reverse;
}
.page-template-services-page .ready-for-you .left {
  width: 100%;
}
.page-template-services-page .ready-for-you.reverse .right {
  width: 100%;
}
.page-template-services-page .ready-for-you.reverse .right .wrapper {
  padding: 20px;
}
.page-template-services-page .ready-for-you.reverse .right .wrapper h2::after {
  width: 100%;
}
.page-template-services-page .ready-for-you .chevron .right h3 {
  line-height: 30px;
}
.page-template-services-page .ready-for-you .chevron .left {
  width: 40px;
}
.page-template-services-page .ready-for-you .chevron li {
  gap: 15px;
}
.how-it-works h3.alt {
  line-height: 30px;
}
.faqs {
  padding: 20px 0;
}
}

/*--------------------------------------------------------------
# TEMPLATE - CONTACT US
--------------------------------------------------------------*/
.page-template-contact-us-page .hero {
  background-color: var(--base);
  color: white;
  background: linear-gradient(to bottom, var(--base) calc(100% - 3rem), white calc(100% - 3rem));
  padding-top: 100px;
}
.page-template-contact-us-page .hero .wrapper {
  display: flex;
  gap: 40px;
}
.page-template-contact-us-page .hero .left {
  width: 40%;
}

.page-template-contact-us-page .hero h1 span {
  color: var(--dark-orange);
  display: block;
  font-weight: 400;
}
.page-template-contact-us-page .hero p {
  padding: 30px 0;
}

.page-template-contact-us-page .hero .right {
  flex-grow: 1;
  background: linear-gradient(to left, var(--dark-orange), var(--light-orange));
  padding: 30px;
}

.page-template-contact-us-page .hero .right h2 {
  font-weight: 250;
}
.page-template-contact-us-page .hero .right h2 strong {
  font-weight: 400;

}

@media (max-width: 767px) {

.page-template-contact-us-page .hero {
  padding-top: 0;
}
.page-template-contact-us-page .hero .left {
  width: 100%;
}
.page-template-contact-us-page .hero p {
  padding: 10px 0;
}
.page-template-contact-us-page .hero .right {
  margin-top: 0;
}
}

/*--------------------------------------------------------------
# TEMPLATE - DEFAULT
--------------------------------------------------------------*/
.page-template-default:not(.home) .site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}

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

/* Navigation
--------------------------------------------- */
#masthead {
  background-color: var(--base);
}

.main-navigation {
	display: block;
	width: 100%;
}

#masthead .wrapper {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-branding {
  padding: 30px 0;
}

#masthead .site-branding a {
  display: block;
  width: 385px;
  padding-right: 20px;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 10%;
  color: white;
}

.main-navigation a:hover {
  color: var(--light-orange);
}

.main-navigation .current_page_item a {
  color: var(--dark-orange);
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
    justify-content: end;
    gap: 40px;
	}
}

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

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

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

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

.footer-main .wrapper {
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 1400px;
}
.footer-main .wrapper .right {
  flex-grow: 1;
  align-items: end;
  justify-content: end;
  display: flex;
}
.footer-main .wrapper a {
  display: block;
  width: 320px;
  margin-left: 20px;
}
.footer-main .wrapper .left {
  width: 60%;
}
.footer-main .wrapper h2 {
  font-size: 31px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 30px;
}
.footer-main .wrapper p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}
.footer-main .wrapper .btn {
  margin-top: 30px;
  display: inline-block;
}

.footer-main .btn:hover {
  transform: translateY(-2px);
  color: var(--base);
  border-color: var(--base);
}

.site-info {
  max-width: 1400px;
  padding: 50px 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--base);
}
.site-info .left {
  font-size: 16px;
  font-weight: 300;
  display: flex;
}
.social-links {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  list-style: none;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
.site-info .right {
  width: 40%;
}
.social-links li {
  display: block;
}
.site-info .social-links a {
  width: 30px;
  height: 30px;
  display: block;
  text-decoration: none;
}
.site-info .social-links a svg {
  width: 100%;
  height: 100%;
}
#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
#footer-menu li + li::before {
  content: "|";
  margin: 0 9px 0 0;
}

#footer-menu li a {
  color: var(--base);
  text-decoration: none;
}
.sep {
  margin: 0 8px;
}

@media (max-width: 767px) {
.site-branding {
  flex-grow: 1;
}
#masthead .site-branding a {
  width: auto;
  padding-right: 50px;
}
.main-navigation {
  width: 30px;
  position: relative;
}
.menu-main-menu-container {
  position: absolute;
  right: 0;
  z-index: -99999;
  background: white;
  padding: 20px;
  top: 40px;
  min-width: 230px;
  text-align: right;
  opacity: 0;
    transition: all .25s linear;
}
.main-navigation.toggled .menu-main-menu-container {
  opacity: 1;
  z-index: 99999;
}
.main-navigation a {
  color: var(--base);
}
.main-navigation li {
  margin-bottom: 10px;
}
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 30px;
}

.menu-toggle::before,
.menu-toggle::after,
.menu-toggle span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--light-orange);
  transition: transform 0.3s, opacity 0.3s;
}

.menu-toggle {
  font-size: 0;
}

.main-navigation.toggled .menu-toggle::before {
  transform: translateY(7px) rotate(45deg);
}

.main-navigation.toggled .menu-toggle::after {
  transform: translateY(-5px) rotate(-45deg);
}

.main-navigation.toggled .menu-toggle span {
  opacity: 0;
}
.footer-main .wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.footer-main .wrapper .left {
  width: 100%;
  margin-top: 30px;
}
.right a {
  display: block;
  text-align: center;
}
.right a img {
  max-width: 200px;
}
.right {
  width: 100%;
}
.site-info {
  flex-direction: column-reverse;
  padding: 30px;
}
.site-info .left {
  margin-top: 30px;
  display: block;
}
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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