/* Font Styles
============================================================================= */
h1, h2, .display-1 { font-size: 50px; }
/* h1 + h2, h2 + h3, .display-2 { color: var(--dark); font-size: 2em; margin: -10px 0 45px; }
h3, .display-3 { font-size: 1.5em; margin: 56px 0 38px; color: var(--primary); font-weight: bold; line-height: 1em; }
p { margin-bottom: 35px; }
a { color: var(--secondary); text-decoration: none; transition: all 0.5s; }
a:hover, a:active { color: var(--primary); text-decoration: none; }
@media (min-width:992px) {
	h1, h2, .display-1 { font-size: 60px; }
}
@media (max-width:576px) {
	h1, h2, .display-1 { font-size: 2em; }
	h1 + h2, h2 + h3, .display-2 { font-size: 1.5em; }
	h3, .display-3 { font-size: 1.25em; }
} */


/* Button Sizes */
.btn--sm { font-size: 0.9em; min-width: 100px; }

/* Button Lists */
.btn-list { display: inline-flex; flex-wrap: wrap; margin: 0 -8px 15px; }
.btn-list .btn { margin: 0 8px 15px; }

/* Button Hover */

.btn--hover:hover { color: #fff!important; }
.btn--hover::before { background: linear-gradient(to right, var(--secondary) 0%, var(--secondary) 50%, var(--primary) 50%, var(--primary) 100%); }
.btn-featured {-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); border:2px solid var(--secondary);}
@media (max-width: 767px) {
	.btn, .form-container .ion-btn { white-space: normal; height: auto; min-height: 43px; }
}

/* Images
============================================================================= */
img { max-width: 100%; height: auto; }
img.cover { object-fit: cover; font-family: 'object-fit:cover; '; width: 100%; height: 100%; }
img.content { float: left; margin: 5px 15px 15px 0; padding: 5px; }
svg[class*="icon-"] { height: 32px; width: 32px; display: inline-block; fill: currentColor; }

/* Fade image in after lazyloaded */
.lazyload, .lazyloading { opacity: 0; }
.lazyloaded { opacity: 1; transition: opacity 300ms; }


/* Backgrounds
============================================================================= */
.bg-primary { background-color: var(--primary)!important; }
.bg-secondary { background-color: var(--secondary)!important; }
.bg-light { background-color: var(--light)!important; }
.bg-dark { background: var(--dark)!important; color: #fff; }
.bg-gray { background: var(--gray)!important; }
.bg-gray-dark { background: var(--gray-dark)!important; color: #fff; }
.banner-img { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; }
[class*='bg-'] form input { color: #000; }
.banner-img::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.84) 32.81%, rgba(255, 255, 255, 0.50) 60.42%, rgba(255, 255, 255, 0.35) 90.13%, rgba(255, 255, 255, 0.00) 100%); }
.banner-img-dark::before { background: linear-gradient(180deg, var(--dark) 0%, rgba(9, 82, 138, 0.84) 32.81%, rgba(9, 82, 138, 0.50) 60.42%, rgba(9, 82, 138, 0.35) 90.13%, rgba(9, 82, 138, 0.00) 100%); }
.banner-img img { display: block; width: 100%; height: auto; }
.banner-last::before { background: linear-gradient(180deg, var(--light) 0%, rgba(178,226,245, 0.84) 32.81%, rgba(178,226,245, 0.30) 60.42%, rgba(178,226,245, 0.75) 75.13%, rgba(178,226,245, 1) 100%)!important; }
.banner-last img { height: 350px; }

section:has(.banner-img) { position: relative; overflow: hidden; }
section:has(.banner-img) .container-fluid, section:has(.banner-img) .container { position: relative; margin: 0 auto; z-index: 2; }
@media (max-width: 991px) {
  .banner-img { position: relative; }
}

/* Banners - Reuseable Repeating Styles specific to this websites' design
============================================================================= */
.banner { padding: 63px 0 60px; }
@media (min-width: 992px) {
	.banner-lg { padding: 110px 0; }
	.banner-xl { padding: 250px 0; }
}
@media (min-width: 1561px) {
  .cta-banner h2, .cta-banner h3 { margin-bottom: 0; margin-right: 25px; }
}


/* Social Media Icons
============================================================================= */
.social { display: inline-flex; }
.social a { text-align: center; border: 1px solid var(--primary); color: var(--dark); background: var(--primary); height: 35px; width: 35px; line-height: 35px; border-radius: 50%; font-size: 18px; }
.social a ~ a { margin-left: 5px; }
.social a:hover { color: #fff; background: var(--dark); border: 1px solid var(--dark);  }

/* List Styles
============================================================================= */

/* Inline list with Pipes or Dots */
.list-inline, .list-inline--pipes, .list-inline--dots { list-style: none; padding: 0; margin: 0; }
.list-inline li, .list-inline--pipes li, .list-inline--dots li { display: inline-block; }
.list-inline--pipes li:nth-child(1n+2)::before { content: '|'; margin: 0 8px; }
.list-inline--dots li:nth-child(1n+2)::before { content: '•'; margin: 0 8px; }


/* Utilities - Helper Classes
============================================================================= */
[class*='mw-'] { max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-650 { width: 650px; }
.mw-700 { width: 700px; }
.mw-750 { width: 750px; }
.mw-865 { width: 865px; }
.mw-900 { width: 900px; }
.mw-1000 { width: 1000px; }
.mw-1060 { width: 1060px; }
.mw-1400 { width: 1400px; }
.mw-1600 { width: 1600px; }
.mw-1700 { width: 1700px; }

/* Padding Relative to Screen Width on containers */
/* Math: (2000px (design width) - 1000px (content width) / 2 (sides)) / 2000px (design width) * 100 = VW */
.pw-1000 { padding-left: 25vw; padding-right: 25vw; }
.pw-1400 { padding-left: 16vw; padding-right: 16vw; }
.pw-1600 { padding-left: 10vw; padding-right: 10vw; }
.pw-1700 { padding-left: 8vw; padding-right: 8vw; }

/* Adjust size of padding between columns */
.g-3 { margin: -15px; }
.g-3 > [class*='col-'] { padding: 15px; }
.g-4 { margin: -22px; }
.g-4 > [class*='col-'] { padding: 22px; }
.g-5 { margin: -30px; }
.g-5 > [class*='col-'] { padding: 30px; }
.g-6 { margin: -2.25vw; }
.g-6 > [class*='col-'] { padding: 2.25vw; }
.g-7 { margin: -3.5vw; }
.g-7 > [class*='col-'] { padding: 3.5vw; }
.g-8 { margin: -5.5vw; }
.g-8 > [class*='col-'] { padding: 5.5vw; }

.gx-6 { margin-left: -2.25vw; margin-right: -2.25vw; }
.gx-6 > [class*='col-'] { padding-right: 2.25vw; padding-left: 2.25vw; }

@media (min-width:1500px) {
  .col-xxl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
}
@media (min-width:1200px) {
	.pr-xl-6, .px-xl-6 { padding-right: 6rem!important; }
	.pl-xl-6, .px-xl-6 { padding-left: 6rem!important; }
	.g-xl-4 { margin: -22px; }
	.g-xl-4 > [class*='col-'] { padding: 22px; }
	.g-xl-5 { margin: -30px; }
	.g-xl-5 > [class*='col-'] { padding: 30px; }
	.g-xl-6 { margin: -45px; }
	.g-xl-6 > [class*='col-'] { padding: 45px; }
}
@media (min-width:992px) {
	.g-lg-4 { margin: -22px; }
	.g-lg-4 > [class*='col-'] { padding: 22px; }
	.g-lg-5 { margin: -30px; }
	.g-lg-5 > [class*='col-'] { padding: 30px; }
	.g-lg-6 { margin: -45px; }
	.g-lg-6 > [class*='col-'] { padding: 45px; }
	.row--gutters-lg { margin: 0 -30px; }
	.row--gutters-lg [class*='col-'] { padding: 0 30px; }
	.row--gutters-xl { margin: 0 -35px; }
	.row--gutters-xl [class*='col-'] { padding: 0 35px; }
	.pr-lg-6, .px-lg-6 { padding-right: 6rem!important; }
	.pl-lg-6, .px-lg-6 { padding-left: 6rem!important; }
}

/* Affix */
.affix { position: fixed !important; top: 0; left: 0; width: 100%; z-index: 9999; }

/* video wrapper */
.video-wrapper { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
.video-wrapper, .video-wrapper.video-16by9 { padding-bottom: 56.25%; }
.video-wrapper.video-4by3 { padding-bottom: 75%; }
.video-wrapper iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* Misc */
*:focus { outline-color: var(--primary); }
.box { padding: 15px; border: solid 1px #cccccc; }
.no-outline:focus { outline: none; }
/* a:focus, a:active { outline: none; -moz-outline-style: none; } */
button::-moz-focus-inner { border: 0; }
address [class*='street-address'] { list-style: none; padding: 0; display: block; }
.banner-replace { display: none; }
.mapboxgl-marker svg g[fill*='#3FB1CE'] { fill: var(--primary)!important; }
@media (min-width:1300px) {
	.container { max-width: 1485px; }
}
@media (min-width:992px) {
	[data-animation]:not(.animated):not(.animated-fast):not(.animated-slow), [data-stagger]:not(.visible) { animation-fill-mode: backwards; animation-play-state: paused; opacity: 0; transition: opacity .2s; }
}
@media (max-width:991px) {
	.form-direction:after, .form-direction-l:after { content: 'below'; }
}

/* clear / height */
div.clear, div.clr { clear: both; display: block; }
.height-xs { height: 15px; }
.height-sm { height: 20px; }
.height-md { height: 25px; }
.height-lg { height: 30px; }
.height-xl { height: 35px; }

/* ==========================================================================
   Header
============================================================================= */
:root { --header-height: 120px; }
#header { height: var(--header-height); background-color: #fff; transition: background-color 0.4s ease-out, box-shadow 0.2s ease-out; position: absolute; top: 0; left: 0; width: 100%; z-index: 99; }
#header .container-fluid {position: relative;height: 100%;max-width: 1930px;margin: 0 auto;}
#header .logo { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); max-width: 60vw; }
#header .logo img { max-height: 65px; max-width: 300px; }
#header .phone { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); display: flex; align-items: center; color: #000; font-family: var(--tertiary-font); font-size: 1.7em; }
#header .phone svg { fill: none; width: 24px; height: 24px; margin-right: 10px; }
#header .phone a { color: inherit; }
#header .phone a:hover { color: var(--secondary); }
#header .links {position: absolute;top: 50%;right: 295px;transform: translateY(-50%);}
@media (max-width:991px) {
	#header .links { display: none; }
	#header .phone { font-size: 1em; }
	#header .logo img { max-width: 100%; }
}
@media (max-width:600px) {
	#header .logo { text-align: center; right: 15px; left: 15px; top: 40%; margin: 0 auto; }
	#header .logo img { max-height: 45px; }
  #header .phone { left: 15px; top: auto; bottom: 10px; transform: none; justify-content: center; }
}

/* Header Affix */
#header.affix { height: 50px; transition: background-color 0.4s ease-in, box-shadow 0.2s ease-in; box-shadow: var(--box-shadow); }
#header.affix .logo { left: 15px; right: auto; top: 50%; }
#header.affix .logo img { max-height: 30px; }
#header.affix .phone { font-size: 1em; display: flex; }
#header.affix .links { display: none; }
@media (max-width:600px) {
	#header.affix .phone { display: none; }
}

/* ==========================================================================
   #Footer
============================================================================= */
@media (max-width: 1849px) {
  .footer-cta .container-fluid { max-width: 1700px; margin: 0 auto; }
	.footer-cta h2, .footer-cta h3 { margin-bottom: 35px; }
}

@media (min-width: 1850px) {
  .footer-cta .container-fluid { max-width: 1900px; margin: 0 auto; }
  .footer-cta h2, .footer-cta h3 { margin-bottom: 0; }
  .footer-cta .d-lg-flex { justify-content: space-between!important; }
}

/* ==========================================================================
   Forms
============================================================================= */
.form-container {border: 0;background-color: #fff;padding: 75px 40px 75px;border-radius: 60px;box-shadow: 0px 33px 79px 0px rgba(0, 0, 0, 0.08);}
.form-container .ion-btn { width: 120px; border-radius: 10px; font-size: 20px; height: 50px; }
.form-container .ion-btn::after { display: none; }
.form-container h2, .form-container h3 { color: var(--dark); font-size: 1.5em; line-height: 1em; }
.form-container .ion-form-group { margin-bottom: 15px; }
.form-container .ion-form-group label { display: none; }
.form-container .ion-form-group input, .form-container .ion-form-group textarea { border: 0 !important; border-radius: 0 !important; background: var(--gray); padding: 1em!important; color: #000; font-size: 18px; }
.form-container .ion-form-group input, .form-container .ion-form-group select { height: 50px; }
.form-container .ion-form-group textarea { height: 155px; }
.form-container .ion-form-group ::-webkit-input-placeholder, .form-container .ion-form-group select:invalid { color: #000; font-size: 18px; }
.form-container .ion-form-group select { padding-left: 1em;  border: 0; background: var(--gray); }
.form-container .ion-form-group-break h3 { color: inherit; font-size: 14px; margin: 0; text-transform: uppercase; font-weight: bold; padding-top: 10px; }
.form-container .ion-form-group-radio label, .form-container .ion-form-group-checkbox label { display: block; color: inherit; }
.form-container .ion-form-group-radio label:not(:first-child), .form-container .ion-form-group-checkbox label:not(:first-child) { width: 50%; display: inline-block; }
.form-container .ion-form-group-radio input, .form-container .ion-form-group-checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.form-container .ion-form-group-radio span, .form-container .ion-form-group-checkbox span { display: flex; padding-left: 30px; padding-right: 15px; position: relative; font-size: 15px; }
.form-container .ion-form-group-radio span::before, .form-container .ion-form-group-checkbox span::before { content: ''; position: absolute; left: 0; top: 2px; height: 20px; width: 20px; background: var(--gray); display: block; transition: 0.3s; }
.form-container .ion-form-group-radio span::after, .form-container .ion-form-group-checkbox span::after { content: '\f00c'; color: var(--primary); opacity: 0; position: absolute; left: 3px; top: 2px; font-family: "Font Awesome 5 Pro"; font-style: normal; font-weight: 600; line-height: 23px; -webkit-font-smoothing: antialiased; transition: 0.3s; }
.form-container .ion-form-group-radio input:hover span::after, .form-container .ion-form-group-checkbox input:hover span::after { opacity: .4; transition: 0.3s; }
.form-container .ion-form-group-radio input:checked ~ span::after, .form-container .ion-form-group-checkbox input:checked ~ span::after { opacity: 1; transition: 0.3s; }
.form-container iframe { margin: -10px 0 10px; }
.form-container form > div:last-of-type > div { margin-left: auto; }
/* Form Container Stacked on small screens */
@media (min-width:600px) and (max-width:991px) {
	.form-container form { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -10px; }
	.form-container form .ion-form-group { flex-basis: calc(50% - 20px); flex-grow: 1; margin: 0 10px 20px; }
	.form-container form .ion-form-group.ion-form-group-textarea, .form-container form .ion-form-group.ion-form-group-break, .form-container form .ion-form-group.ion-form-group-checkbox, .form-container form .ion-form-group.ion-form-group-radio, .form-container form > div:last-of-type { flex-basis: 100%; }
	.form-container form button { margin-right: 10px; }
	/* .form-container form > div:last-of-type { padding: 0 10px; } */
	.form-container form > div:last-of-type > div { margin-left: auto; }
}

/* Form COntainer Stacked */
@media (min-width:992px) {
	.form-container--stacked { width: auto; }
	.form-container--stacked form { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -10px; }
	.form-container--stacked form .ion-form-group { flex-basis: calc(50% - 20px); flex-grow: 1; margin: 0 10px 20px; }
	.form-container--stacked form .ion-form-group.ion-form-group-textarea, .form-container--stacked form .ion-form-group.ion-form-group-break, .form-container--stacked form .ion-form-group.ion-form-group-checkbox, .form-container--stacked form .ion-form-group.ion-form-group-radio, .form-container--stacked form > div:not(.ion-form-group):last-of-type { flex-basis: 100%; }
	.form-container--stacked form .ion-form-group.ion-form-group-textarea { margin-bottom: 5px; }
	.form-container--stacked form button { margin-right: 10px; }
	.form-container--stacked form > div:not(.ion-form-group):last-of-type { padding: 0 10px; }
	.form-container--stacked form > div:not(.ion-form-group):last-of-type > div { margin-left: auto; }
}

/* Form Inline
================================================== */
.form-container-inline { justify-content: center; }
.form-container-inline > div { width: 100%; max-width: 100%; overflow: hidden; }
.form-container-inline form { position: relative; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0 -15px; }
.form-container-inline label { font-weight: 400!important; text-transform: lowercase; margin-bottom: 15px!important; }
.form-container-inline input { font-size: 17px; border: 0!important; height: 29px; padding: 0 15px!important; border-radius: 14.5px!important; background: var(--gray); color: var(--secondary); }
.form-container-inline button { width: 153px; height: 53px; line-height: 53px; border-radius:0; background: var(--secondary); border-color: var(--secondary); text-transform: uppercase; padding: 0; letter-spacing: .025em; margin: 7px; font-family: 'Nunito', sans-serif; }
.form-container-inline button:hover { color: var(--secondary); }
.form-container-inline .ion-form-group { margin: 0; flex: 1 1 auto; padding: 20px 15px; }
.form-container-inline .ion-form-group ::-webkit-input-placeholder, .form-container-inline .ion-form-group select:invalid { color: #191919; text-transform: lowercase; }
.form-container-inline--btn-arrow button { background-color: var(--secondary); border-color: var(--secondary); font-size: 0; width: 53px; height: 53px; line-height: 53px; border-radius: 50%; margin: 30px 15px 0; display: flex; align-items: center; justify-content: center; }
.form-container-inline--btn-arrow button::after { content: '\f061'; width: 53px; height: 53px; line-height: 57px; border-radius: 50%; font-size: 28px; font-family: "Font Awesome 5 Pro"; font-style: normal; font-weight: 400; -webkit-font-smoothing: antialiased; }
@media (min-width: 501px) {
	.form-container-inline .ion-form-group { flex: 1 1 33.33%; }
	.form-container-inline--last-grow .ion-form-group:last-of-type { flex: 2 0 100%!important; min-width: 344px; }
}

.form-container-inline--hide-labels label { position: absolute; left: 110vw; top: -110vh; visibility: hidden; opacity: 0; }


/* ==========================================================================
   Accordion
============================================================================= */
.launch-accordion { margin: 0; list-style: none; padding: 0; }
.launch-accordion > li { margin-bottom: 15px; }
.launch-accordion > li > h4 { position: relative; font-size: 18px; font-weight: 400; background-color:#f1f1f1; color: #000; margin: 0; border: 0; -webkit-transition:background-color 0.05s ease; -o-transition:background-color 0.05s ease; transition:background-color 0.05s ease; padding: 15px 50px 16px 15px; line-height: 1.333em; }
.launch-accordion > li > h4::after { content: '+'; right: 35px; color: #adadad; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.launch-accordion > li.active > h4:after { content: '-'; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.launch-accordion > li > h4:hover { cursor: pointer; }
.launch-accordion > li > h4:hover, .launch-accordion > li.active > h4, .launch-accordion.no-margin > li.active > h4, .launch-accordion > li:focus > h4 { background-color: rgba(189,190,192,0.44); -webkit-transition: background-color 0.3s; -o-transition: background-color 0.3s; background-color: all 0.3s; }
.launch-accordion > li > div { background-color: #f7f7f7; border-color: #ecebeb; padding: 30px 20px; display: none; }
.launch-accordion > li > div p { margin: 20px 0; }
.launch-accordion > li > div ul { list-style: disc; margin: 20px 0; }
.launch-accordion > li > div ul li { margin: 0 0 10px; }
.launch-accordion > li > div *:last-child { margin-bottom: 0; }
.launch-accordion > li > div *:first-child { margin-top: 0; }
.launch-accordion > li:focus { outline: none; }
.launch-accordion.no-margin > li.active + li > h4, .launch-accordion.no-margin > li:hover + li > h4 { border-color: #ecebeb; border-top: 0; }
.launch-accordion.faqs h4 { padding-left: 70px; }
.launch-accordion.faqs h4::before { content: 'Q:'; color: var(--primary); font-size: 30px; position: absolute; top: 45%; left: 30px; transform: translateY(-50%); }
.launch-accordion.faqs > li > div { padding: 30px; }
.launch-accordion.faqs > li > div:not([itemprop="acceptedAnswer"])::before,
.launch-accordion.faqs > li div[itemprop="text"]::before { content: 'A: '; color: var(--primary); font-size: 20px; }
.launch-accordion.faqs > li div > *:first-child { display: inline; }
@media (min-width: 768px) {
	.launch-accordion > li > h4 { padding: 15px 65px 15px 35px; }
	.launch-accordion > li > div { padding: 20px 35px; }
}


/* ==========================================================================
   Areas
============================================================================= */
#areas { text-align: center; background: transparent; padding: 0 0 50px; }
#areas p { font-size: 30px; }
.areas { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -15px; padding: 0; }
.areas li { padding: 14px; }
@media (min-width: 1300px) {
  .areas li .btn { min-width: auto; }
}

/* ==========================================================================
  Home Page
============================================================================= */

/* Home Banner
============================================================================= */
#home-banner { position: relative; padding-top: calc(var(--header-height) + 140px); background-color: #fff; overflow: visible; }
#home-banner .container-fluid { position: relative; z-index: 9; height: 100%; max-width: 1600px; }

/* Home Banner Prompt */
#home-banner .prompt .lead {color: #fff;font-size:2.5em;font-weight: bold;line-height: 1em;margin-bottom: 20px;}
#home-banner .prompt .lead h1, #home-banner .prompt .lead h2 { color: #000; }
#home-banner .prompt p { font-size: 20px; color: #fff; letter-spacing: normal; }
#home-banner .form-container { max-width: 724px; text-align: center; margin: 0 auto; }

@media (min-width: 992px) {
  #home-banner .prompt { max-width: 680px; text-align: left; margin: 0 auto; }
  #home-banner .prompt .lead {font-size: 60px; }
}
@media (min-width: 1201px) {
  #home-banner .prompt { margin-left: 0; }
	#home-banner .prompt .lead { margin-right: -25px; }
  #home-banner .form-container { margin-right: 0; }
}
@media (max-width: 1200px){
	#home-banner .prompt .lead h1 { font-size: }
}

/* Why Hire
============================================================================= */
#why-hire { padding: 140px 0 45px; }
#why-hire .content { position: relative; z-index: 3; }
#why-hire .content ol { list-style: none; counter-reset: counter; padding: 0; }
#why-hire .content li { counter-increment: counter; padding: 0 15px; }
#why-hire .content li::before { content: counter(counter); background-color: var(--dark); border: 6px solid var(--light); border-radius: 50%; width: 111px; height: 111px; margin: 0 auto; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 4em; font-family: var(--tertiary-font); font-weight: 500; }
#why-hire .content li .box-item h3.mx-20px { margin-left: -20px; margin-right: -20px; }
#why-hire .boxes { display: flex; gap: 40px; }
.why-hire__items {  }
.boxes { margin-top: 40px; }
.box-item { position: relative; top: -55px; z-index: -1; background-color: #fff; border-radius: 50px; max-width: 439px; height: calc(100% - 115px); margin: 0 auto; padding: 30px; box-shadow: var(--box-shadow); color: var(--body-text); }
.box-item p { margin: 0; }
.box-item h3 { color: var(--dark); }
.box-item__icon { background-color: var(--dark); border: 6px solid var(--light); border-radius: 50%; width: 111px; height: 111px; margin: 0 auto; display: flex; justify-content: center; align-items: center; }
.box-item__icon svg { width: 100%; height: 57px; fill: #fff; }

@media (min-width: 1600px) {
  #why-hire .content li { flex: 0 0 25%; }
}
@media (max-width: 1300px){
	#why-hire .boxes { flex-wrap: wrap;  }
}
@media (min-width: 992px) {
  #why-hire .content ol { display: flex; flex-wrap: wrap; justify-content: center;  }
  #why-hire .content li { flex: 0 0 50%; }
  #why-hire .content li .box-item { min-height: 509px; }
}



/* Pricing
============================================================================= */
#pricing { background: linear-gradient(180deg, var(--dark) 0%, var(--secondary) 100%); }
#pricing h2 { margin-bottom: 110px; }
#pricing .pricing-item { border-radius: 40px; background: #fff; padding: 12px 2.5vw 68px; color: var(--dark); font-family: var(--secondary-font); width: 517px; max-width: 100%; margin: 0 auto; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
#pricing .pricing-item h3 { color: inherit; font-family: var(--primary-font); font-size: 2.5em; }
#pricing .pricing-item p.description { color: inherit; font-size: 1.1em; font-weight: 500; }
#pricing .pricing-item .btn { justify-self: end;margin:0 auto;min-width:270px; }
#pricing .pricing-row { color: var(--light-tertiary); line-height: 1.75em; margin: 0 auto 35px; max-width: 275px; }
#pricing .pricing-row .number { font-size: 1.5em; font-weight: bold; display: block; line-height: 1.2em; }
#pricing .pricing-row [class*='col-'] { padding: 0 20px; }

@media (min-width: 992px) {
#pricing .pricing-item { border-radius: 40px 40px 0px 0px; margin-bottom: 0; }
}
@media (max-width: 992px) {
	#pricing .pricing-item { height: auto; margin-bottom: 30px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #pricing .pricing-item h3 { font-size: 2em; }
  #pricing .pricing-row .number { font-size: 1.7em; }
}

/* Services
============================================================================= */
#services [class*='col-'] { margin-bottom: 50px; }
#services { padding: 0; }
#services .container-fluid { max-width: 1000px; }
#services .content { position: relative; z-index: 3; }
#services .content ol { list-style: none; counter-reset: counter; padding: 0; }
#services .content li { counter-increment: counter; padding: 0 15px; }
#services .content li::before { content: counter(counter); background-color: var(--dark); border: 6px solid var(--light); border-radius: 50%; width: 111px; height: 111px; margin: 0 auto; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 4em; font-family: var(--tertiary-font); font-weight: 500; }
#services .content li .box-item h3.mx-20px { margin-left: -20px; margin-right: -20px; }
/* .boxes { margin-top: 100px; }
.box-item { position: relative; top: -55px; z-index: -1; background-color: #fff; border-radius: 50px; max-width: 439px; height: calc(100% - 115px); margin: 0 auto; padding: 50px; box-shadow: var(--box-shadow); color: var(--body-text); }
.box-item h3 { color: var(--dark); }
.box-item__icon { background-color: var(--dark); border: 6px solid var(--light); border-radius: 50%; width: 111px; height: 111px; margin: 0 auto; display: flex; justify-content: center; align-items: center; }
.box-item__icon svg { width: 100%; height: 57px; fill: #fff; } */
.leading-pm__img { object-fit: cover; }

@media (min-width: 992px) {
  #services .content ol { display: flex; flex-wrap: wrap; justify-content: center;  }
  #services .content li { flex: 0 0 50%; }
  #services .content li .box-item { min-height: 340px; }
}

@media (min-width: 1600px) {
  #services .container-fluid { max-width: 1900px; }
  #services .content li { flex: 0 0 25%; }
}

@media (min-width: 1600px) {
  #services .container-fluid { max-width: 1900px; }
}

/* Testimonials
============================================================================= */
#testimonials { padding: 150px 0; }
#testimonials blockquote { padding: 0 75px; border: 0; font-size: 1.25em; }
/* #testimonials + .banner-img img { opacity:0.6; } */
@media (min-width: 1750px) {
  #testimonials { padding-bottom: 400px; }
}

@media (min-width: 2200px) {
  #testimonials { padding-top: 0; padding-bottom: 450px; }
}
@media (min-width: 1199px){
	#testimonial-carousel .blockquote p { font-size: 18px; }
}
@media(min-width:992px){
	/* #testimonials + .banner-img img { opacity:0.25; } */
}

@media (max-width: 992px) {
  #testimonials { margin-bottom: -200px; }
}

@media (min-width: 600px) {
    #testimonials #testimonial-carousel { max-width: fit-content; margin: 0 auto; }
}

/* Why Invest
============================================================================= */
#why-invest { padding: 150px 0; background-image: url('/images/invest-in-texas.webp'); background-repeat: no-repeat; background-size: cover; position: relative; background-position: center; }
#why-invest::after { content: ''; background: linear-gradient(180deg, #fff 0%, rgba(255,255,255, 0.84) 32.81%, rgba(255,255,255, 0.50) 60.42%, rgba(255,255,255, 0.75) 75.13%, rgba(255,255,255, 1) 100%)!important; height: 100%; width: 100%; position: absolute; top: 0; }
#why-invest + .banner-img { position: relative; }
#why-invest p { font-size: 30px; margin: 0; }
#why-invest .content { z-index: 1; position: relative; }
.analysis-cta { position: relative; font-size: 1.15em; }
.analysis-cta svg { display: none; }

@media (min-width: 992px) {
  .analysis-cta svg{ position: absolute; top: -25px; left: -125px; width: 101px; height: 101px; display: block; }
}

@media (min-width: 1400px) {
  #areas { margin-top: -300px; }
}

/* Secondary Banner
============================================================================= */
#secondary-banner { position: relative; height: 680px; }
#secondary-banner.overlay::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .4); }
#secondary-banner .image-list { display: none !important; }

.hero { padding-top: calc(var(--header-height) + 65px); text-align: center; }
.hero h1, .hero .hero__lead, .hero__lead h1 { margin-bottom: 50px; font-family: var(--secondary-font); }
.hero h2, .hero .hero__sub { font-size: 30px; margin: -30px 0 50px; font-weight: 400; font-family: var(--primary-font);  }
@media (max-width:991px) {
	.hero h1, .hero .hero__lead { font-size: 48px; }
	.hero h2, .hero .hero__sub { font-size: 20px; }
}
@media (max-width:500px) {
	.hero h1, .hero .hero__lead { font-size: 43px; }
	.hero h2, .hero .hero__sub { font-size: 18px; }
}


/* AMP Step 1
============================================================================= */
.amp { text-align: center; }
.amp a { color: inherit; }
.amp a:hover { color: var(--primary); }
.amp__lead { font-size: 42px; line-height: 1.2; margin-top: 15px; }
.amp__sub { font-size: 24px; font-family: var(--secondary-font); line-height: 1.2; text-align: left; }
.amp__form { max-width: 800px; margin: 0px auto 40px auto; min-height: 50px; }
.amp__form .ion-amp-form .ion-form-group { margin: 0; flex: 1 1 auto;  }
.amp__form .ion-amp-form label { display: none; }
.amp__form .ion-amp-form input { border: 0; padding: 0 15px; border-radius: 0!important; border: 0!important; }
.amp__form .ion-amp-form button { background: var(--primary); border: 1px solid var(--primary); font-weight: bold; white-space: nowrap; opacity: 1!important; text-transform: uppercase; flex: 0 1 150px;  }
.amp__form .ion-amp-form button:hover { background: #fff; color: var(--primary); }
@media(min-width:601px){
	.amp__form .ion-amp-form { display: flex; justify-content:center; align-items:center; }
	.amp__form .ion-amp-form button {margin-left:15px;}
}
@media (max-width: 600px){
	.amp__lead { font-size: 34px; }
	.amp__sub { font-size: 20px; }
	.amp__form .ion-amp-form { flex-wrap: wrap; }
	.amp__form .ion-amp-form button { width: 100%; }
}

/* Set Design Standards & Colors Here */

body.no-hero main { margin-top: var(--header-height); }
body.no-hero #secondary-banner { display: none; }
body.no-hero .body-container { width: 100%; max-width: 100%; padding: 0; }

.amp-step-2 { text-align: center; font-family: var(--primary-font); letter-spacing: .05em; }
.amp-step-2__header { position: relative; padding: 150px 15px 0; background: var(--dark); color: #fff; font-weight: 500; letter-spacing: .05em; }
.amp-step-2__header h1 { font-size: 70px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: inherit; margin: 0 0 20px; }
.amp-step-2__header p { font-size: 22px; color: inherit; width: 800px; max-width: 100%; margin: 0 auto 70px; }
.amp-step-2__header-img { position: relative; max-width: 90%; margin: 0 auto; display: inline-block; }
.amp-step-2__logo { position: absolute; top: 200px; left: 50px; transform: rotate(-25.84deg); height: 40px; transform-origin: left; }
@media (max-width: 850px) {
	.amp-step-2__logo { height: 4.5vw; top: 22vw; left: 6.5vw; }
}

.amp-step-2__form { position: relative; background: #fff; padding: 50px 55px; border-radius: 20px; width: 1072px; max-width: 95vw; margin: 0 auto; letter-spacing: .05em; box-shadow: 0px 6px 43px 0px rgba(0, 0, 0, 0.17); transform: translateY(-20px); z-index: 2; }
.amp-step-2__form .ion-form-group-break h3 { font-size: 22px; text-transform: uppercase; font-weight: 500; letter-spacing: .05em; margin: 40px 0 20px; }
.amp-step-2__form .ion-form-group-break:first-of-type h3 { margin-top: 0; }
.amp-step-2__form .ion-form .ion-form-group label { font-size: 20px; letter-spacing: .05em; font-weight: 400; font-family: var(--secondary-font); margin: 0 12px 12px; }
.amp-step-2__form input, .amp-step-2__form select, .amp-step-2__form textarea { background: var(--gray)!important; border: 0!important; border-radius: 0!important; height: 54px!important; padding: 12px!important; font-size: 20px; font-family: var(--secondary-font); }
.amp-step-2__form textarea { height: 4em!important; }
.amp-step-2__form .ion-btn { font-size: 0; color: #fff; background-color: var(--secondary); border-color: var(--secondary); height: 47px; line-height: 47px; padding: 0 20px; text-transform: uppercase; font-weight: 500; border-radius: 10px; width: 270px; letter-spacing: .05em; margin: 58px 10px 10px auto; }
.amp-step-2__form .ion-btn::after { content: 'send my free report!'; font-size: 18px; }
.amp-step-2__form .ion-btn:hover { border-color: var(--secondary); color: var(--secondary); }

.amp-step-2__footer { font-size: 18px; padding: 50px 15px 70px; width: 1072px; max-width: 95vw; margin: 0 auto; line-height: 1.66em; }
.amp-step-2__footer h2 { font-size: 60px; font-family: var(--secondary-font); font-weight: 500; letter-spacing: .05em; margin: 0 0 45px; }
.amp-step-2__footer .amp-step-2__icon { background: var(--gray); height: 90px; width: 90px; border-radius: 50%; margin: 0 auto 15px; display: flex; justify-content: center; align-items: center; }
.amp-step-2__footer .amp-step-2__phone { font-size: 22px; color: var(--body-text); white-space: nowrap; }
.amp-step-2__footer .amp-step-2__phone a { color: var(--body-text); }
.amp-step-2__footer .amp-step-2__phone a:hover { color: var(--primary); }
.amp-step-2__icon { fill: var(--dark); }
.amp-step-2__icon--email svg { margin-left: -25px; height: 59px; }
.amp-step-2__icon--support svg { margin-top: -25px; height: 83px; }
.amp-step-2__footer .btn { height: 47px; line-height: 47px; border-radius: 10px; }

@media (min-width: 600px) {
	.amp-step-2__form form { display: flex; flex-wrap: wrap; margin: -10px; }
	.amp-step-2__form .ion-form-group { flex: 1 1 190px; padding: 10px; margin: 0; }
	.amp-step-2__form .ion-form-group:nth-child(4), .amp-step-2__form .ion-form-group:nth-child(8), .amp-step-2__form .ion-form-group:nth-child(12) { flex: 2 1 339px; }
	.amp-step-2__form .ion-form-group:nth-child(10) { flex: 1 1 100%; }
	.amp-step-2__form .ion-form-group:last-of-type { flex-grow: 0; }
	.amp-step-2__form .ion-form-group-break, .amp-step-2__form .ion-form-group-textarea { flex: 1 1 100%; }
}
@media (min-width: 600px) and (max-width: 1051px){
	.amp-step-2__form .ion-btn { margin-left: 10px; }
}
@media (max-width: 500px) {
	.amp-step-2__header h1 { font-size: 40px; }
	.amp-step-2__form { padding: 50px 25px; }
	.amp-step-2__footer h2 { font-size: 36px; }
}

.ext-number { font-size: 0; margin: 0; }
