@charset "UTF-8";
/*
import all CSS Partial Files Here: Please make notes when adding new files;
----------
*/
/* normalize.css creates a baseline for styles on the site */
/* normalize.css */
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Days+One&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/* fonts.css imports any fonts used on the site */
/* fonts.css */
/* buttons.css will style all buttons on the site */
/* buttons.css */
a {
  color: var(--navy-light);
  font-weight: bold;
  pointer-events: auto;
}
a:hover {
  cursor: pointer;
}

a:hover, a:active, a:visited {
  color: var(--navy-dark);
  text-decoration: underline;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.btn, .ff-form .ff-submit,
.btn-default,
button:not(.slick-arrow) {
  transition: all 0.15s linear;
  background-color: var(--teal);
  min-height: 40px;
  padding: 6px 20px;
  border-radius: 40px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  min-width: 130px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .btn, .ff-form .ff-submit,
.btn-default,
button:not(.slick-arrow) {
    padding: 6px 38px;
  }
}

.btn.large, .ff-form .large.ff-submit,
.btn-large,
button:not(.slick-arrow) {
  height: 56px;
  padding: 12px 54px;
  font-size: 24px;
  line-height: 1.2;
}

.btn:hover, .ff-form .ff-submit:hover,
.btn-default:hover {
  color: white;
  background-color: var(--teal-dark);
  cursor: pointer !important;
}

.btn:active, .ff-form .ff-submit:active,
.btn:visited,
.ff-form .ff-submit:visited,
.btn-default:visited,
.btn-default:active {
  color: white;
}

/* light navy blue buttons */
.btn.navy-light, .ff-form .ff-submit,
.btn-default.navy-light {
  background-color: var(--navy-light);
}

.btn.navy-light:hover, .ff-form .ff-submit:hover,
.btn-default.navy-light:hover {
  background-color: var(--navy-dark);
}

/* white buttons */
.btn.white, .ff-form .white.ff-submit,
.btn-default.white {
  background-color: white;
  color: var(--navy-dark);
}
.btn.white.text-teal-dark, .ff-form .white.text-teal-dark.ff-submit,
.btn-default.white.text-teal-dark {
  color: var(--teal-dark);
}

.btn.white:hover, .ff-form .white.ff-submit:hover,
.btn-default.white:hover,
.btn.white:active,
.ff-form .white.ff-submit:active,
.btn.white:visited,
.ff-form .white.ff-submit:visited,
.btn-default.white:visited,
.btn-default.white:active {
  background-color: var(--gray-light);
  color: var(--navy-dark);
}
.btn.white:hover.text-teal-dark, .ff-form .white.ff-submit:hover.text-teal-dark,
.btn-default.white:hover.text-teal-dark,
.btn.white:active.text-teal-dark,
.ff-form .white.ff-submit:active.text-teal-dark,
.btn.white:visited.text-teal-dark,
.ff-form .white.ff-submit:visited.text-teal-dark,
.btn-default.white:visited.text-teal-dark,
.btn-default.white:active.text-teal-dark {
  color: var(--teal-dark);
}

/* orange buttons */
.btn.orange, .ff-form .orange.ff-submit,
.btn-default.orange {
  background-color: var(--orange);
  color: white;
}

.btn.orange:hover, .ff-form .orange.ff-submit:hover,
.btn-default.orange:hover,
.btn.orange:active,
.ff-form .orange.ff-submit:active,
.btn.orange:visited,
.ff-form .orange.ff-submit:visited,
.btn-default.orange:visited,
.btn-default.orange:active {
  background-color: var(--orange-dark);
  color: white;
}

.btn.center, .ff-form .center.ff-submit {
  margin-left: auto;
  margin-right: auto;
}

/* forms.css will styles all the forms on the site */
/* forms.css */
#thankyou {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

#thankyou .modal-content {
  background: white;
  padding: 30px;
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80%;
  max-width: 600px;
  max-height: 600px;
  text-align: center;
}

#thankyou .modal-content > .inner {
  position: relative;
}

#thankyou .modal-content .close {
  position: absolute;
  right: -15px;
  top: -15px;
  transition: all 0.15s linear;
  opacity: 0.5;
}

#thankyou .modal-content .close:hover {
  opacity: 1;
}

#thankyou .modal-bg {
  background-color: var(--navy-dark);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}

#thankyou:target {
  display: block;
}

form label {
  color: var(--navy-dark);
  font-weight: 500;
}

form .row {
  align-items: flex-end;
}

form .row .col.checkbox {
  margin-right: -26px;
  padding-left: 36px;
}
form .row .col.checkbox input[type=checkbox] {
  top: 10px;
}

.ff-form .ff-title {
  display: none;
}
.ff-form .ff-powered-img {
  display: none !important;
  overflow: hidden !important;
  width: 0;
  height: 0;
}
.ff-form .ff-submit {
  min-width: 150px;
  background-color: var(--navy-light) !important;
  border: none;
  border-radius: 40px !important;
}
.ff-form .ff-submit img {
  display: none;
}

#ff-compose #ff-success + div {
  display: none !important;
}

/* slick-slider.css adds additional custom styles to the slick sliders used on the site / even more specific changes can be found in page-sections.css on the specific style*/
/* slick-slider.css */
.slick-slider {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .slick-slider {
    padding: 0 34px;
  }
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
}

.slick-dots li button {
  transition: opacity linear 0.15s;
  text-indent: 1000px;
  height: 15px;
  width: 15px;
  min-height: 15px;
  border-radius: 15px;
  overflow: hidden;
  background-color: var(--teal);
  opacity: 0.5;
  margin: 5px;
  min-width: 0;
  padding: 0;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots .slick-active button,
.slick-dots li:hover button {
  opacity: 1;
}

.slick-dots:has(li:only-child) {
  display: none;
}

.slick-slider .slick-arrow {
  display: none;
  position: absolute;
  top: calc(50% - 22px);
  background-color: transparent;
  width: 24px;
  height: 44px;
  text-indent: 1000px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-arrow {
    display: block;
  }
}

.slick-slider button.slick-arrow:focus {
  outline: none;
}

.slick-slider .slick-arrow img {
  transition: opacity 0.15s linear;
  width: 24px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.slick-slider .slick-arrow img:hover {
  opacity: 1;
}

.slick-slider .slick-arrow.slick-next {
  position: absolute;
  right: 0;
}

.slick-slider .slick-arrow.slick-prev {
  position: absolute;
  left: 0;
}

.slick-slider .slick-arrow.slick-next img {
  transform: rotate(-180deg);
}

/* global.css are for global styles for the site */
/* main.css */
/* Variables */
:root {
  /* colors */
  --navy-dark: #002E58;
  --navy-light: #004376;
  --cyan: #00ADEE;
  --teal: #007DA7;
  --teal-dark: #005572;
  --orange: #E06F19;
  --orange-dark: #c96416;
  --gray-lightest: #F7F7F7;
  --gray-light: #EAEAEA;
  --gray-medium: #5D6268;
  --gray-dark: #45494D;
  --page-header-bg: rgba(0,46,88, .9);
  /* dark navy @ 90% */
  /* fonts */
  --font-stack-body: "Helvetica Neue", "Helvetica", "Open Sans", "Arial", sans-serif;
  --font-stack-headings: "Days One", "Helvetica", "Open Sans", "Arial", sans-serif;
  /* utilities */
  --box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
  --container-width: 1330px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
}

/*
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

*/
/* Global */
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-stack-body);
  color: var(--gray-dark);
}

body.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5 .h5,
h6, .h6 {
  line-height: 1.3;
  font-family: var(--font-stack-headings);
  color: var(--navy-light);
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 25px;
}

h4, .h4 {
  font-size: 20px;
}

h5 .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

h1, .h1,
h2, .h2 {
  text-transform: uppercase;
}

h3, .h3,
h4, .h4,
h5 .h5,
h6, .h6 {
  font-weight: 600;
  font-family: var(--font-stack-body);
}

p {
  line-height: 1.7;
}

hr {
  border: none;
  height: 1px;
  background-color: var(--gray-medium);
  margin: 30px auto;
  opacity: 0.3;
}

.text-intro {
  font-size: 19px;
  color: var(--navy-dark);
  font-weight: 500;
}

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

.text-disclaimer {
  font-size: 13px;
  font-style: italic;
  opacity: 0.6;
  line-height: 1.2;
}

.text-white {
  color: white;
}

.text-teal-dark {
  color: var(--teal-dark);
}

.heading-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-center:after {
  margin-left: auto;
  margin-right: auto;
}

.heading-left {
  text-align: center;
  margin: 0 auto;
}

.heading-underline:after {
  content: " ";
  height: 3px;
  width: 30%;
  max-width: 65px;
  background-color: var(--orange);
  display: block;
  margin-top: 10px;
}

img {
  max-width: 100%;
}

.video-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* Grid & Container */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
}

.container.full {
  max-width: 100%;
  padding: 0;
}

.container.half {
  max-width: calc(var(--container-width) / 2);
}

.container.one-third {
  max-width: calc(var(--container-width) / 3);
}

.container.two-thirds {
  max-width: calc(var(--container-width) / 3 * 2);
}

.container.right {
  margin: 0;
  float: right;
  margin-left: auto;
}

.container.left {
  margin: 0;
  float: left;
  margin-right: auto;
}

.loading {
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
}

.list-unstyle, .service-cities-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-cities-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-cities-wrap ul li:after {
  content: "•";
  padding: 0 10px;
  color: var(--teal);
}
.service-cities-wrap ul li:last-child:after {
  content: "";
}

ul.list-spacious li,
ol.list-spacious li {
  margin: 5px 0;
}

strong {
  color: var(--navy-light);
}

/* header.css is the site header */
/* Header */
header.header {
  border-top: var(--navy-dark) 10px solid;
  background-color: var(--gray-lightest);
}

header.header .logo {
  padding-left: 0;
  flex-basis: 50%;
  height: auto;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) {
  header.header .logo {
    flex-basis: 35%;
  }
}
header.header .logo a {
  display: block;
}

header.header .logo:before {
  content: " ";
  display: block;
  position: absolute;
  left: -200%;
  top: 0;
  bottom: 0;
  background-color: inherit;
  width: 200%;
}

header.header .container > .inner {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  position: relative;
  height: 128px;
}

@media only screen and (min-width: 576px) {
  header.header .container > .inner {
    height: 150px;
  }
}
@media only screen and (min-width: 992px) {
  header.header .container > .inner {
    height: 147px;
  }
}
header.header .header-nav {
  flex-basis: 50%;
  align-items: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 992px) {
  header.header .header-nav {
    flex-basis: 65%;
  }
}
header.header .header-nav nav.header-nav {
  display: none;
}

@media only screen and (min-width: 992px) {
  header.header .header-nav nav.header-nav {
    display: flex;
    justify-content: space-between;
  }
}
header.header .header-nav a:not(.btn) {
  transition: all 0.15s linear;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  padding: 2px 4px;
}

header.header .header-nav a:not(.btn).active {
  border-bottom: 3px solid var(--orange);
}

header.header .header-nav a:not(.btn):hover {
  border-bottom: 3px solid var(--orange);
}

header.header .header-nav a.subnav-action {
  transition: all 0.15s linear;
}

header.header .header-nav a.subnav-action:hover {
  background-color: var(--gray-lightest);
}

header.header .header-nav .nav-items {
  display: flex;
  align-items: stretch;
  align-items: center;
  flex-direction: column;
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 992px) {
  header.header .header-nav .nav-items {
    flex-direction: row;
    justify-content: space-between;
  }
}
header.header .header-nav .nav-items .nav-item {
  list-style: none;
  position: relative;
  padding: 20px 0;
}

@media only screen and (min-width: 992px) {
  header.header .header-nav .nav-items .nav-item {
    flex-direction: row;
    justify-content: space-between;
  }

  header.header .header-nav .nav-items .nav-item.apply {
    display: none;
  }
}
header.header .header-nav .nav-items .nav-item.has-subnav > .subnav {
  transition: all 0.3s linear;
  opacity: 0;
  max-height: 0;
  position: absolute;
  min-width: 260px;
  padding-top: 60px;
}

header.header .header-nav .nav-items .nav-item.has-subnav:hover > .subnav {
  opacity: 1;
  max-height: 300px;
  z-index: 9999;
}

header.header .header-nav .nav-items .nav-item.has-subnav .subnav ul.subnav-items {
  background: white;
  box-shadow: var(--box-shadow);
  padding: 0;
  margin: 0;
  list-style-type: none;
}

header.header .header-nav .nav-items .nav-item.has-subnav .subnav ul.subnav-items li.subnav-item {
  border-bottom: 1px solid var(--gray-lightest);
}

header.header .header-nav .nav-items .nav-item.has-subnav .subnav ul.subnav-items li.subnav-item:hover {
  background-color: var(--gray-lightest);
}

header.header .header-nav .nav-items .nav-item.has-subnav .subnav ul.subnav-items li.subnav-item:first-child {
  border-top: 5px solid var(--teal);
}

header.header .header-nav .nav-items .nav-item.has-subnav .subnav ul.subnav-items li.subnav-item a {
  padding: 15px 20px;
  width: 100%;
  display: block;
  border-bottom: none;
}

header.header .mobile-toggle {
  display: block;
  width: 30px;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
}

header.header .mobile-toggle:hover {
  cursor: pointer;
}

header.header .mobile-toggle span {
  background-color: var(--navy-dark);
  padding: 2px 15px;
  margin-bottom: 3px;
  display: block;
}

header.header .mobile-toggle span:last-child {
  background-color: transparent;
  color: var(--navy-dark);
  font-size: 11px;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  header.header .mobile-toggle {
    display: none;
  }
}
header.header #header-nav.mobile.open .header-nav {
  display: flex;
  background: var(--page-header-bg);
  position: absolute;
  top: 139px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
}

@media only screen and (min-width: 556px) {
  header.header #header-nav.mobile.open .header-nav {
    top: 160px;
  }
}
@media only screen and (min-width: 768px) {
  header.header #header-nav.mobile.open .header-nav {
    top: 160px;
  }
}
@media only screen and (min-width: 992px) {
  header.header #header-nav.mobile .header-nav,
header.header #header-nav.mobile.open .header-nav {
    display: none;
  }
}
header.header #header-nav.mobile.open .header-nav a {
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

header.header #header-nav.mobile.open .nav-items .nav-item.has-subnav > .subnav {
  display: none;
}

/* footer.css is the site footer */
/* Footer */
footer.footer {
  background-color: var(--gray-lightest);
  padding-bottom: 82px;
  min-height: 300px;
  position: relative;
  border-top: 10px solid var(--navy-dark);
}

@media only screen and (min-width: 768px) {
  footer.footer {
    padding-bottom: 42px;
  }
}
footer.footer h6 {
  color: var(--navy-light);
  margin-bottom: 0;
}

footer.footer h5 {
  color: var(--navy-light);
  margin-bottom: 15px;
}

footer.footer p {
  color: var(--gray-dark);
  font-size: 14px;
}

footer.footer p a {
  font-weight: 600;
  color: var(--navy-light);
}

footer.footer .container > .inner {
  display: flex;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  footer.footer .container > .inner {
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-items: stretch;
  }
}
footer.footer .column {
  flex-basis: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  footer.footer .column {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  footer.footer .column {
    flex-basis: 25%;
  }

  footer.footer .column > .column {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer .column,
footer.footer .column > .column {
    flex-basis: 33.3333333333%;
  }
}
footer.footer .inner > .column {
  padding: 30px 15px;
}

footer.footer .column > .column {
  padding: 0 15px;
}

footer.footer .column > .column:not(:last-child) {
  margin-bottom: 30px;
}

footer.footer .column.logo {
  transition: all 0.15s linear;
  margin-right: -15px;
  height: auto;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  footer.footer .column.logo {
    margin-right: 0;
    flex-basis: 25%;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer .column.logo {
    margin-right: 0;
    flex-basis: 35%;
    align-items: center;
  }
}
footer.footer .column.logo:before {
  content: " ";
  display: block;
  position: absolute;
  left: -200%;
  top: 0;
  bottom: 0;
  background-color: white;
  width: 200%;
}

/* info column (contains, 3 columns, Address, BBB and Navigation)*/
footer.footer .column.info {
  transition: all 0.15s linear;
  display: flex;
  flex-basis: 100%;
  flex-flow: row wrap;
}

@media only screen and (min-width: 768px) {
  footer.footer .column.info {
    margin-right: 0;
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer .column.info {
    margin-right: 0;
    flex-basis: 65%;
  }
}
/* BBB Logo Column */
footer.footer .column.bbb {
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  footer.footer .column.bbb {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer .column.bbb {
    justify-content: flex-start;
    margin-left: 0;
  }
}
footer.footer .column.bbb a#bbblink {
  margin: 0 auto !important;
}

@media only screen and (min-width: 992px) {
  footer.footer .column.bbb a#bbblink {
    margin: 0 auto !important;
  }

  footer.footer .column.bbb a {
    margin: 0 !important;
  }
}
/* Footer Navigation Column */
footer.footer .column.footer-nav .footer-nav {
  display: inline-block;
  float: none;
}

@media only screen and (min-width: 992px) {
  footer.footer .column.footer-nav .footer-nav {
    float: right;
  }
}
footer.footer .column.footer-nav a:not(.btn) {
  display: inline-block;
  margin-bottom: 15px;
}

footer.footer .column.footer-nav .btn, footer.footer .column.footer-nav .ff-form .ff-submit, .ff-form footer.footer .column.footer-nav .ff-submit {
  margin-top: 5px;
}

/* Subfooter */
footer.footer .subfooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid var(--gray-light);
  padding-bottom: var(--test);
  background-color: var(--gray-lightest);
}
footer.footer .subfooter .container > .inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  footer.footer .subfooter .container > .inner {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer.footer .subfooter p {
  margin: 0;
  font-size: 13px;
}
footer.footer .subfooter a {
  transition: opacity 0.15s linear;
  font-weight: 400;
  color: var(--gray-dark);
  opacity: 0.9;
  text-decoration: underline;
}
footer.footer .subfooter a:hover {
  opacity: 1;
}

/* page-sections.css are for the the different page sections on the site */
/* page-sections.css */
/* Page Sections - Utilities */
.bg-image {
  overflow: hidden;
}
.bg-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .bg-image img {
    height: 600px;
  }
}
.bg-image.align-center img {
  object-position: center;
}
.bg-image.align-bottom img {
  object-position: bottom;
}
.bg-image.align-top img {
  object-position: top;
}
.bg-image.align-left img {
  object-position: left;
}
.bg-image.align-right img {
  object-position: right;
}

.bg-color-lightest-gray {
  background-color: var(--gray-lightest);
}

.bg-color-darkest-gray {
  background-color: var(--gray-dark);
}

.bg-color-navy-dark {
  background-color: var(--navy-dark);
}
.bg-color-navy-dark .section-title,
.bg-color-navy-dark .section-text {
  color: white;
}

/* Page Sections - Defaults */
section.page-section {
  position: relative;
  max-height: fit-content;
}

section.page-section > .container > .inner {
  transition: padding 0.15s linear;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  section.page-section > .container > .inner {
    padding: 80px 0;
  }
}
section.page-section .section-title {
  margin-top: 0;
  margin-bottom: 30px;
}

section.page-section .section-title.light {
  color: white;
}

/* Page Sections - Hero / Page Header */
section.page-section.hero-section {
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.page-section.hero-section .container {
    padding: 0;
  }
}
section.page-section.hero-section .container > .inner {
  transition: height 0.15s linear;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  section.page-section.hero-section .container > .inner {
    height: 500px;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
}
section.page-section.hero-section .container > .inner .page-header {
  background-color: var(--navy-dark);
  max-width: none;
  width: 100%;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  section.page-section.hero-section .container > .inner .page-header {
    max-width: 50%;
    height: 100%;
    top: 0;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  section.page-section.hero-section .container > .inner .page-header {
    max-width: 35%;
  }
}
section.page-section.hero-section .container > .inner .page-header:before {
  content: " ";
  display: block;
  position: absolute;
  left: -200%;
  top: 0;
  bottom: 0;
  background-color: var(--navy-dark);
  width: 200%;
}
section.page-section.hero-section .container > .inner .page-header > .inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  section.page-section.hero-section .container > .inner .page-header > .inner {
    padding-left: 0;
  }
}
section.page-section.hero-section .container > .inner .page-header .page-title {
  color: white;
  font-size: 35px;
  position: relative;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  section.page-section.hero-section .container > .inner .page-header .page-title {
    max-width: 75%;
    text-align: left;
    margin: 0;
    font-size: 45px;
  }
}
section.page-section.hero-section .container > .inner .page-header .page-title:after {
  content: " ";
  height: 3px;
  width: 30%;
  max-width: 140px;
  background-color: var(--orange);
  display: block;
  margin: 10px auto 0;
}
@media only screen and (min-width: 768px) {
  section.page-section.hero-section .container > .inner .page-header .page-title:after {
    margin: 0;
    margin-top: 10px;
  }
}
section.page-section.hero-section .container > .inner .bg-image {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  section.page-section.hero-section .container > .inner .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50%;
    left: 50%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  section.page-section.hero-section .container > .inner .bg-image {
    left: 35%;
  }
}
section.page-section.hero-section .container > .inner .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Page Sections - Grid Section */
section.page-section.masonry-grid-section ul.grid {
  transition: all 0.15s linear;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 30px;
}

section.page-section.masonry-grid-section.three-column ul.grid {
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
}

section.page-section.masonry-grid-section.two-column ul.grid {
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
}

section.page-section.masonry-grid-section .grid .grid-item {
  padding: 0 7px;
  background: white;
  box-shadow: var(--box-shadow);
  border: none;
  border-radius: none;
}

/* All Grid Item Styles (applies to basic and masonry) */
section.page-section .grid li.grid-item {
  list-style: none;
}

section.page-section .grid .grid-item > .inner {
  background: white;
  padding: 50px 40px;
  text-align: left;
}

section.page-section .grid .grid-item .card-title:after {
  content: " ";
  height: 3px;
  width: 30%;
  max-width: 65px;
  background-color: var(--orange);
  display: block;
  margin-top: 10px;
}

section.page-section .grid .grid-item .card-text {
  font-size: 15px;
}

/* Page Section - Two Column*/
section.page-section.two-column-section > .container > .inner {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  section.page-section.two-column-section > .container > .inner {
    flex-direction: row;
  }
}
section.page-section.two-column-section.column-reverse > .container > .inner {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  section.page-section.two-column-section.column-reverse > .container > .inner {
    flex-direction: row-reverse;
  }
}
section.page-section.two-column-section .bg-image.column {
  padding: 0;
}
section.page-section.two-column-section .bg-image.column > .inner {
  min-height: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section.page-section.two-column-section .bg-image.column > .inner {
    min-height: 400px;
  }
}
section.page-section.two-column-section .bg-image img[hidden] {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  section.page-section.two-column-section .bg-image img[hidden] {
    display: none !important;
  }
}
section.page-section.two-column-section .section-title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  section.page-section.two-column-section .section-title {
    text-align: left;
  }
}
section.page-section.two-column-section .btn, section.page-section.two-column-section .ff-form .ff-submit, .ff-form section.page-section.two-column-section .ff-submit {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  section.page-section.two-column-section .btn, section.page-section.two-column-section .ff-form .ff-submit, .ff-form section.page-section.two-column-section .ff-submit {
    margin-left: 0;
    margin-right: 0;
  }
}
section.page-section.two-column-section .column {
  flex-basis: 50%;
  padding: 40px 0;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  section.page-section.two-column-section .column {
    padding: 80px 0;
  }
}
section.page-section.two-column-section .column > .inner {
  min-height: 400px;
}
section.page-section.two-column-section .column:first-child .container {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
section.page-section.two-column-section .column:last-child .container {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
section.page-section.two-column-section.align-top .column {
  align-items: flex-start;
}
section.page-section.two-column-section.align-bottom .column {
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  section.page-section.two-column-section.thirds .column:first-child {
    flex-basis: 35%;
  }
}
@media only screen and (min-width: 768px) {
  section.page-section.two-column-section.thirds .column:last-child {
    flex-basis: 65%;
  }
}

@media only screen and (min-width: 768px) {
  section.page-section.two-column-section.thirds .column:first-child.one-third:before {
    content: " ";
    display: block;
    position: absolute;
    left: -200%;
    top: 0;
    bottom: 0;
    background-color: inherit;
    width: 200%;
  }

  section.page-section.two-column-section.thirds .column.one-third > .container {
    max-width: calc(var(--container-width) / 3);
  }

  section.page-section.two-column-section.thirds .column.two-thirds > .container {
    max-width: calc(var(--container-width) / 3 * 2);
  }

  section.page-section.two-column-section:not(.column-reverse) .column:last-child > .container {
    padding-left: 60px;
  }

  section.page-section.two-column-section .column:first-child > .container,
section.page-section.two-column-section.column-reverse .column:last-child > .container {
    padding-right: 60px;
  }
}
/* Page Section - Basic Grid */
section.page-section.basic-grid-section .grid {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
}

@media only screen and (min-width: 768px) {
  section.page-section.basic-grid-section .grid {
    flex-flow: row wrap;
  }
}
section.page-section.basic-grid-section.mobile-two .grid {
  flex-flow: row wrap;
}

section.page-section.basic-grid-section .grid .grid-item {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-flow: column wrap;
  padding: 15px;
}

/* Add shadow to basic grid items */
section.page-section.basic-grid-section .grid .grid-item > .inner {
  box-shadow: var(--box-shadow);
  padding: 30px;
  height: 100%;
}

/* All Columns*/
section.page-section.basic-grid-section .grid .grid-item {
  flex-basis: 100%;
}

section.page-section.basic-grid-section.mobile-two .grid .grid-item {
  flex-basis: 50%;
}

@media only screen and (min-width: 768px) {
  /* Four Column */
  section.page-section.basic-grid-section.four-column .grid .grid-item {
    flex-basis: 50%;
  }

  /* Five Column */
  section.page-section.basic-grid-section.five-column .grid .grid-item {
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  /* Two Column */
  section.page-section.basic-grid-section.two-column .grid .grid-item {
    flex-basis: 50%;
  }

  /* Three Column */
  section.page-section.basic-grid-section.three-column .grid .grid-item {
    flex-basis: 33.3333333333%;
  }

  /* Four Column */
  section.page-section.basic-grid-section.four-column .grid .grid-item {
    flex-basis: 25%;
  }

  /* Five Column */
  section.page-section.basic-grid-section.five-column .grid .grid-item {
    flex-basis: 20%;
  }
}
/* Page Section - Basic Grid + Logo Grid */
section.page-section.basic-grid-section.logo-grid .grid {
  align-items: stretch;
  justify-content: center;
}

section.page-section.basic-grid-section.logo-grid .grid .grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

section.page-section.basic-grid-section.logo-grid .grid .logo.grid-item > .inner {
  box-shadow: none;
  background: none;
}

section.page-section.basic-grid-section.logo-grid .grid .grid-item.logo img:not(.bbb-logo) {
  height: auto;
  width: 100%;
  max-width: 125px;
  position: relative;
}

/* Page Section - Testimonial Slider Section*/
section.page-section.testimonial-slider-section > .container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  section.page-section.testimonial-slider-section > .container {
    padding: 15px;
  }
}
section.page-section.testimonial-slider-section .testimonials .testimonial {
  padding: 15px;
}
section.page-section.testimonial-slider-section .testimonials .testimonial > .inner {
  position: relative;
  box-shadow: var(--box-shadow);
  border-top: 8px solid var(--teal);
  padding: 100px 30px 40px;
}
@media screen and (min-width: 768px) {
  section.page-section.testimonial-slider-section .testimonials .testimonial > .inner {
    padding: 120px 60px 40px;
  }
}
section.page-section.testimonial-slider-section .testimonials .testimonial .testimonial-text {
  color: var(--navy-dark);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  section.page-section.testimonial-slider-section .testimonials .testimonial .testimonial-text {
    font-size: 19px;
  }
}
section.page-section.testimonial-slider-section .testimonials .testimonial .testimonial-text:before {
  content: " ";
  position: absolute;
  left: 30px;
  top: 35px;
  width: 45px;
  height: 40px;
  background: url("../images/quotes.svg") no-repeat center;
}
@media screen and (min-width: 768px) {
  section.page-section.testimonial-slider-section .testimonials .testimonial .testimonial-text:before {
    left: 60px;
    top: 65px;
  }
}
section.page-section.testimonial-slider-section .testimonials .testimonial .testimonial-text .testimonial-author {
  position: relative;
  padding-top: 15px;
}
section.page-section.testimonial-slider-section .testimonials .testimonial .testimonial-text .testimonial-author:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 3px;
  width: 65px;
  background-color: var(--orange);
}

/* Page Section - CTA Section */
section.page-section.cta-section .section-title {
  font-size: 40px;
}

/* Page Section - Map Section */
section.page-section.map-section {
  min-height: 450px;
}

/* Page Section - #Contact Info */
section.page-section#contact-info .contact-info {
  margin-bottom: 30px;
}

/* Page Section - Areas of Service Info */
section.page-section#areas-of-service .grid li.grid-item .inner p {
  font-size: 19px;
  color: var(--navy-dark);
  font-weight: bold;
  padding-left: 4px;
  display: inline;
}

#home-services .service.grid-item .inner a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 769px) {
  section.page-section#contact-info > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Page Section - Affiliations*/
@media only screen and (min-width: 768px) {
  section#company-affiliations .grid-item.bbb {
    padding-top: 30px;
  }
}
/* application includes the language toggle */
.lang-toggle {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.lang-toggle .btn:first-child, .lang-toggle .ff-form .ff-submit:first-child, .ff-form .lang-toggle .ff-submit:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 30px;
}
.lang-toggle .btn:last-child, .lang-toggle .ff-form .ff-submit:last-child, .ff-form .lang-toggle .ff-submit:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 30px;
}
.lang-toggle .btn:hover, .lang-toggle .ff-form .ff-submit:hover, .ff-form .lang-toggle .ff-submit:hover, .lang-toggle .btn.lang-active, .lang-toggle .ff-form .lang-active.ff-submit, .ff-form .lang-toggle .lang-active.ff-submit {
  background-color: var(--navy-dark);
}

.lang-english .spanish-label {
  display: none !important;
}
.lang-english .english-label {
  display: block !important;
}

.lang-spanish .spanish-label {
  display: block !important;
}
.lang-spanish .english-label {
  display: none !important;
}

#apply-form .loading {
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-position: center 170px;
  background-size: 40px;
}

/* contact specific styles */
#contact-hero .bg-image:before {
  content: "Walls constructed by Seaside. Camano Island, WA";
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
  font-style: italic;
}

/* company specific styles */
#company-organizations .grid .grid-item > .inner {
  display: flex;
  align-items: center;
}
/*# sourceMappingURL=css/styles.css.map */
