/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ============================

    My Pure M
    
    Greige #DDD9D0
    BUMBLE #F9C66A
    BRICK #B85A30
    SAGE #0f587c
    MOSS #333917
    
=============================*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  border-top: 80px solid transparent;
}

body#home-page {
  background: #fff;
  border-top: none;
}

body#home-page.loading {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: fixed;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

body#home-page #main-container {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 1;
  background: #fff;
}

body#home-page.loading #main-container {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

body#home-page #home-overlay {
  opacity: 0 !important;
  z-index: -1;
}
body#home-page.loading #home-overlay {
  opacity: 1 !important;
  z-index: 100000;
}

html {
  background: #f5f5f5;
  color: #222;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

body#home-page {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  padding: 0;
  color: #0f587c;
  letter-spacing: 0.02em;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
  font-weight: 300;
  font-family: rufina;
}
h1 {
  font-size: 2em;
  padding: 20px 0;
}
h2 {
  font-size: 1.75em;
  padding: 20px 0;
}
h3 {
  font-size: 1.5em;
  padding: 20px 0;
}

h4 {
  line-height: 1.5em;
  margin-bottom: 15px;
}

body .serif {
  font-family: "PT Serif" !important;
}

p {
  font-weight: 400;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-top: 0;
  letter-spacing: 0.03em;
  margin-right: auto;
  margin-left: auto;
  font-family: "DM Sans", sans-serif;
}

p.two-thirds {
}

p.large {
  font-size: 1.2rem;
}

p.sub-text {
  font-size: 1.2rem;
  color: #999;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

h3.call-quote {
  font-size: 2rem;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 30px;
  margin-bottom: 50px;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

h3.sub-title {
  padding-bottom: 5px;
  text-align: left;
  font-size: 2.2rem;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

.gold-text {
  color: #b85a30 !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Layout Styles
-------------------------------------------------------------------------------*/

body {
  overflow-x: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.section {
  padding: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.section.tall {
  padding-top: 80px;
  padding-bottom: 80px;
}

.flex {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
}

.padded {
  padding-top: 60px;
  padding-bottom: 60px;
}

.box-centered {
  margin-right: auto;
  margin-left: auto;
}

hr.clear {
  width: 100%;
  height: 60px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0px auto;
}

hr.clear-pretty {
  width: 25%;
  height: 6px;
  border: none;
  padding: 0;
  margin: 45px auto 45px;
  background: #b85a30;
  max-width: 180px;
}

hr.small-clear {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  background: #d1d4d6;
  margin-left: 0;
  max-width: 80px;
}

img.clear-pretty-bg {
  width: 90%;
  margin: 30px auto;
  padding: 0;
  display: block;
  text-align: center;
}

body .grey-bg {
  background: #f5f5f5;
}

hr.clear-pretty.short {
  margin-top: 15px;
  margin-bottom: 15px;
}

hr.clear-pretty.dark {
  background: #333;
}

hr.clear-side {
  width: 25%;

  clear: both;
  height: 1px;
  background: #364959;
  margin: 25px 0;
  display: block;
}

hr.clear-side.white {
  background: #fff;
}

hr.menu-clear {
  width: 100%;
  clear: both;
  height: 1px;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

hr.clear-none {
  border: none;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  display: block;
  clear: both;
}

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

hr.test-clear {
  margin: 20px auto;
  height: 1px;
  background: #b1b1b1;
  display: block;
  width: 40%;
  clear: both;
  padding: 0;
  border: none;
}

hr.content-clear {
  width: 66.66%;
  border: none;
  padding: 0;
  margin: 60px auto;
  clear: both;
  height: 1px;
  background: #eee;
  float: right;
}

.image-heading {
  max-width: 640px;
  width: 100%;
  margin: 40px auto 30px;
  text-align: center;
  display: block;
}

.texture-bg {
  background: url(../img/wine-bg.png);
}

.full-width {
  width: 100%;
}

.full-width-section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
  position: relative;
}

.sans-bottom {
  margin-bottom: 0 !important;
}

.sans-padding-bottom {
  padding-bottom: 0 !important;
}

.sans-top {
  margin-top: 0 !important;
}

.full-bg {
  transform: scale(1, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.light-gray-bg {
  background: #f5f5f5 !important;
}

.white-bg {
  background: #fff !important;
}

body .white-button {
  background: #fff;
  background-color: #fff;
  color: #0c3227;
}

body .white-button:hover {
  background: #0c3227;
  color: #fff;
}

img.brand-icon {
  max-width: 120px;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
}

/* Typography Styles
---------------------------------------*/

h2.section-title {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2em;
  padding-top: 0;
  padding-bottom: 30px;
}

.section-title {
}

h2.section-title.large {
  font-size: 3.2rem;
  font-weight: 600;
}

h2.section-title.breaker {
  margin-top: 60px;
}

h3.small-title {
  color: #333;
  font-weight: 600;
  font-size: 1.2rem;
  padding-bottom: 10px;
}

p.note {
  font-style: italic;
  color: #b1b1b1;
  margin-top: 0;
}

.fancy span {
  display: inline-block;
  position: relative;
}

.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #e1be63;
  top: 50%;
  width: 150px;
}

.fancy.small span:before,
.fancy.small span:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #e1be63;
  top: 50%;
  width: 110px;
}

.fancy span:before {
  right: 100%;
  margin-right: 15px;
}

.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.featured-button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 106;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
}

.fancy-block-quote {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 30px auto;
  position: relative;
  padding: 30px;
  line-height: 1.2em;
  text-align: center;
  font-family: lora, georgia, serif;
  font-size: 1.8rem;
  color: #aaa;
  font-style: italic;
}

.fancy-block-quote:before {
  color: #aaa;
  font-weight: 600;
  content: open-quote;
  font-size: 60px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  position: absolute;
  left: 0;
  top: 40px;
  font-family: georgia, "times new roman", serif;
  z-index: -1;
  font-style: normal !important;
}

.fancy-block-quote:after {
  color: #aaa;
  content: close-quote;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  position: absolute;
  font-size: 80px;
  right: -20px;
  bottom: 0px;
  font-family: georgia, "times new roman", serif;
  z-index: -1;
  font-style: normal !important;
}

#main-container {
  position: relative;
}

#main-container .four-fifths.right {
  max-width: 1400px;
}

.quote-end:after {
  color: #fff;
  content: close-quote;
  font-size: 120px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  position: absolute;
  right: -17px;
  bottom: -30px;
  font-family: "times new roman";
  z-index: 1;
  opacity: 0.6;
}

.quote-beg:before {
  color: #fff;
  content: open-quote;
  font-size: 120px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  position: absolute;
  left: -60px;
  top: 20px;
  font-family: arial;
  z-index: 1;
  font-family: "times new roman";
  opacity: 0.6;
}

.super-title {
  font-family: "open sans", arial;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  padding: 0 0 15px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.white-text {
  color: #fff !important;
}

/* Header Styles
---------------------------------------*/

#header {
  z-index: 1000000;
}

#header ul.dropdown {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding-left: 0;
  padding: 20px;
  padding-left: 20px;
  padding-right: 40px;
  position: absolute;
  top: 100%;
  left: -20px;
}

body#home-page #header.scrolling ul.dropdown {
}

#header.scrolling ul#nav-list > li > a {
  color: #0f587c;
}

#header.scrolling #top-bar {
  top: -200px;
}

#nav-list {
  list-style-type: none;
  display: flex;
}

#nav-list ul.dropdown {
  background: rgb(15, 88, 124, 0.9);
  list-style-type: none;
  max-height: 0;
  overflow: hidden;
  min-width: 320px;
}

#nav-list ul.dropdown {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#nav-list li.dropdown:hover ul.dropdown {
  max-height: 1000000px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*
body#home-page #header.scrolling #main-nav {
    margin-top: 30px;
}
*/

#main-nav {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

#main-nav ul#nav-list {
  padding-left: 0;
}

#main-nav ul#nav-list > li {
  padding-right: 20px;
  position: relative;
  height: 40px;
}

#main-nav ul#nav-list > li > a {
  color: #fff;
  font-size: 1rem;
  padding-left: 0px;
  padding-right: 10px;
  font-weight: 400;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-shrink: 0;
}

ul.dropdown li a {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #eee;
}

ul.dropdown li a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

ul.dropdown li {
  padding-top: 5px;
  padding-bottom: 5px;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}

#header .nav-left {
  display: flex;
  margin-top: 50px;
}

#header.scrolling .nav-left {
  margin-top: 0;
}

#header .button {
  position: absolute;
  right: 40px;
  top: 60px;
  border-radius: 4px;
  width: 260px;
  min-width: 0;
  height: 40px;
  line-height: 37px;
  background: #fff;
  color: #0f587c;
}

#header.scrolling {
  background: #fff;
  -webkit-box-shadow: -30px 15px 30px 0 rgb(0 0 0 / 19%);
  box-shadow: -30px 15px 30px 0 rgb(0 0 0 / 19%);
  height: 70px;
  z-index: 1000000;
}

#header #logo {
  display: block;
  margin-left: 20px;
  width: auto;
  height: 120px;
  margin-top: 0px;
  margin-left: 30px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 10000000;
  background-image: url(../img/top-logo-white.png);
  background-size: 100% auto;
  width: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
}

#header.scrolling #logo {
  width: 210px;
  height: 70px;
  top: 0;
  background-image: url(../img/top-logo.png);
}

#header.scrolling #top-bar a {
  color: #0f587c;
}

#header.scrolling .button {
  top: 15px;
  background: #0f587c;
  color: #fff;
}

#header.scrolling .button:after {
  color: #fff;
}

.contact-box a {
  text-transform: capitalize;
}
/* Main Navigation
---------------------------------------*/

#top-bar {
  text-align: right;
  padding-right: 0px;
  padding-top: 10px;
  position: absolute;
  display: flex;
  justify-content: space-around;
  right: 1.25%;
  top: 0;
}

#top-bar a {
  color: #fff;
  display: inline-block;
  margin-right: 1em;
  font-size: 1rem;
  font-weight: 300;
}

#top-bar .contact-box {
  padding-top: 5px;
}

#top-bar .social-box {
  padding-left: 15px;
}

#top-bar .social-box a {
  font-size: 1.4rem;
  line-height: 60px;
}

/* Main Navigation
---------------------------------------*/

/* Hero Styles
---------------------------------------*/

#pattern-overlay {
  width: 100%;
  opacity: 0.4;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  min-height: 100vh;
}

#hero {
  background: rgba(15, 88, 124, .45);
  width: 100%;
  position: relative;
  height: auto;
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
  transform: scale(1, 1);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

body#home-page.scrolling #hero {
  background: rgba(15, 88, 124, .45);
}

#hero-content {
  width: 70%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: translateX(0%) translateY(0);
  z-index: 1000000;
  opacity: 1;
  padding: 0;
}

#bgvid {
  width: auto;
  margin: 0 auto;
  min-height: 100vh;
  display: block;
  max-width: 120vw;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 99vw;
}

#bgvid:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
}


#hero-content h3 {
  font-family: "open sans", arial;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 0 0 15px;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

#hero-content h2 {
  font-size: 3.4rem;
  color: #fff;
  line-height: 1.1em;
  padding-bottom: 30px;
  text-shadow: 0 0 3px #777;
  text-align: left;
  padding-top: 0;
  font-weight: 300;
  max-width: 100%;
  margin-left: 0;
  padding-left: 60px;
}

#hero-content p {
  font-weight: 500;
  color: #fff;
  text-align: left;
  font-size: 1rem;
  margin-left: 0;
  max-width: 500px;
  margin-bottom: 40px;
}

#hero-content .hero-icon {
  max-width: 180px;
  text-align: center;
  display: block;
}

#hero-content h4 {
  font-size: 1.2em;
  color: #fff;
  width: 50%;
  max-width: 500px;
  padding-top: 0;
  padding-bottom: 35px;
  text-shadow: 0 0 4px #555;
}

#hero-content .button {
  display: block;
  margin-left: 0;
}

#hero .down-arrow-box {
  width: 210px;
  height: 80px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1000000;
  text-align: center;
  color: #fff;
}

#hero .down-arrow-box:hover {
  cursor: pointer;
}

#hero .down-arrow-box .down-text {
  color: #fff;
  font-family: "Lato", arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

div#pattern-overlay {
  width: 100%;
  opacity: 0.3;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
  background: url(https://cdn.shopify.com/s/files/1/2293/3447/t/2/assets/pattern.png?16855229085091195361);
  position: absolute;
  top: 0;
  left: 0;
}

.bottom-breaker-bar {
  height: 0.2px;
  background: #bbb;
  position: absolute;
  width: 95vw;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 100000;
}

/*======================================
     Clear Intro
======================================*/

#clear-intro {
  padding-bottom: 0;
  margin-bottom: 0px;
  position: relative;
  z-index: 10000;
  height: 100vh;
  background: rgba(15, 88, 124, 0.45);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

body#home-page.scrolling #clear-intro {
  background: rgba(15, 88, 124, 0.45);
}

#clear-intro .button {
  margin-left: 0;
}

#clear-intro {
  padding-left: 40px;
  padding-right: 40px;
}

#clear-intro h2 {
  font-size: 1.4rem;
  padding-top: 0;
}

#clear-intro .text-intro {
  padding-right: 60px;
}

#clear-intro .text-intro p {
  font-size: 1.8rem;
  color: #fff;
}

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

.number-row.flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#clear-intro .large-number {
  font-size: 5.1rem;
  padding-bottom: 0;
  margin-bottom: 5px;
  padding-top: 0;
  color: #00488f;
}

.numbers-block {
  padding-left: 8%;
  padding-right: 8%;
}

.number-row {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}

.number-row.middle {
  border-top: none;
  border-bottom: none;
}

.number-row.flex .one-half:first-child {
  border-right: 1px solid #ddd;
}

#clear-intro .image-container {
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
}

#clear-intro .image-container img {
  width: 100%;
  -webkit-box-shadow: -30px 15px 30px 0 rgba(0, 0, 0, 0.187);
  box-shadow: -30px 15px 30px 0 rgba(0, 0, 0, 0.187);
  position: relative;
  z-index: 100;
}

#clear-intro .image-block {
  position: relative;
}

#clear-intro .image-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  left: 0;
  background: #00488f;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 1;
  transform: translateX(-5%) translateY(5%);
  width: 100%;
  height: 100%;
}

#clear-intro .text-intro {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-left: 0px;
}

#clear-intro .text-intro h3 {
  font-size: 2.4rem;
  color: #fff;
}

/*======================================
    Video Popup
======================================*/

.video-popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 90vw;
  height: 90vh;
  background: rgba(0, 0, 0, 30);
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 18);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 18);
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.video-popup.active {
  z-index: 100000000;
  opacity: 1;
}

.video-popup .close {
  width: 40px;
  height: 40px;
  font-size: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000000;
  color: #0f587c;
  background: #fefefe;
  text-align: center;
  line-height: 40px;
}

.video-popup .close:hover {
  cursor: pointer;
}

.video-popup video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*======================================
    Home Page
======================================*/

#home-swapper {
  background: url(../img/tile-bg.png);
}

#point-swapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f6f9fa;
}

#point-swapper-wrapper {
  padding-right: 20px;
}

#point-swapper-wrapper span {
  display: block;
  background: #fff;
  border-radius: 1px;
  padding: 0 15px;
  font-size: 1.3rem;
  margin-bottom: 10px;
  height: 80px;
  line-height: 80px;
  border: 1px solid #f5f5f5;
  position: relative;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-weight: 600;
}

#point-swapper-wrapper span.active,
#point-swapper-wrapper span:hover {
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
  background: #0c3227;
  color: #fff;
  border: none;
}

#point-swapper-wrapper span:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/arrow-right.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#point-swapper-wrapper span:hover {
  cursor: pointer;
}

#point-swapper-wrapper span:hover:after,
#point-swapper-wrapper span.active:after {
  background-image: url(../img/arrow-right-white.png);
}

#point-info-container {
  padding-top: 0;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#point-info-container .point-info {
  position: relative;
  opacity: 0;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  transform: translateY(20%);
  z-index: -1;
  padding: 0;
  overflow: hidden;
  height: 0;
}

#point-info-container .point-info.active {
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  transform: translateY(0%);
  z-index: 100;
  z-index: 100;
  display: block;
  height: auto;
}

#point-info-container .point-wrapper {
  padding: 60px;
  padding-top: 0px;
}

#point-info-container .point-info h2,
#point-info-container .point-info h3,
#point-info-container .point-info span,
#point-info-container .point-info p {
  color: #333;
}

#point-info-container .point-info .video-box {
  width: 100%;
  padding-top: 57.5%;
  position: relative;
  margin: 0 auto 30px;
}

#point-info-container .point-info .video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
}

#point-info-container {
  column-count: 2;
  column-gap: 10px;
  margin-bottom: 30px;
}

#point-info-container .button {
  margin-left: 0;
}

#point-info-container .point-info h2 {
  padding: 20px;
  background: #0c3227;
  color: #fff;
  font-size: 2.4rem;
}

#home-meet {
  background: #f5f5f5;
  display: block;
}

body #home-meet .inner-wrapper {
  align-items: flex-start !important;
}

#home-meet {
  background: #fcfcfc;
}

#home-meet .home-intro {
  padding: 40px;
  padding-top: 0;
}

#home-meet .home-intro #home-meet img {
  border-radius: 10px;
}

#home-meet .home-intro h2 {
  font-size: 3rem;
  padding-bottom: 5px;
}

#home-meet .home-intro h4 {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: 300;
}

#home-meet img {
  border-radius: 5px;
}

/*======================================
    Home News Feed
======================================*/

#home-news-feed {
  width: 100%;
  position: relative;
  background: #0f587c;
  padding-top: 0;
  padding-bottom: 0;
}

#home-news-feed .feed-block {
  position: relative;
  padding-left: 20px;
  padding-right: 40px;
  max-width: 600px;
}

#home-news-feed .feed-block:hover {
  cursor: pointer;
}

#home-news-feed #news-feed-slider {
  opacity: 0;
  transform: translateY(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#home-news-feed #news-feed-slider.active {
  transform: translateY(-20%);
  position: relative;
  opacity: 1;
}

#home-news-feed .feed-block img {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-shadow: -5px 5px 20px 0 rgba(0, 0, 0, 0.18);
  box-shadow: -5px 5px 20px 0 rgba(0, 0, 0, 0.18);
}

#home-news-feed .feed-block h5,
#home-news-feed .feed-block h3 {
  font-family: lato;
}

#home-news-feed .feed-block h3 {
  font-family: "lato";
  font-size: 1.4rem;
  color: #fff;
  margin: 0 auto;
  margin-top: 10px;
  padding-top: 0;
  font-weight: 600;
}

#home-news-feed .feed-block h5 {
  font-size: 0.775rem;
  color: #95a295;
  font-weight: 600;
  text-transform: uppercase;
}

#home-news-feed .feed-block h5.date {
  font-weight: 300;
}

#home-news-feed .slick-prev,
#testimonials .slick-prev {
  width: 37px;
  height: 37px;
  display: block;
  background-image: url(../img/box-arrow-left.png);
  background-position: center center;
  background-size: 100% 100%;
  left: 0;
  z-index: 100;
  top: 40%;
}

#home-news-feed .slick-next,
#testimonials .slick-next {
  width: 37px;
  height: 37px;
  display: block;
  top: 40%;
  right: 20px;
  background-image: url(../img/box-arrow-right.png);
  background-position: center center;
  background-size: 100% 100%;
}

.slick-prev:before,
.slick-next:before {
  display: none !important;
}
/*======================================
    Home Sidepoints
======================================*/

#home-side-points {
  background-image: url(../img/sidepoint-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
}

#home-side-points .background-overlay {
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #242424;
  background-image: linear-gradient(
    190deg,
    rgba(41, 68, 43, 1) 0%,
    rgba(41, 68, 43, 0.09) 100%
  );
}

#home-side-points {
  display: flex;
  position: relative;
  z-index: 100000;
  justify-content: space-around;
}

#home-side-points .inner-wrapper {
  z-index: 1000000;
  position: relative;
}

#home-side-points h3 {
  font-size: 2.8rem;
}

#sidepoint-links {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}

#sidepoint-links a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/arrow-right-white.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1000;
}

#sidepoint-links a:hover:after {
  background-image: url(../img/arrow-right.png);
}

#sidepoint-links a {
  display: block;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-weight: 600;
  position: relative;
}

#sidepoint-links a span {
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: -1;
}

#sidepoint-links a:hover span {
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#sidepoint-links a:hover {
  color: #0f587c;
  padding-left: 10px;
}

#sidepoint-links a:first-child {
  border-top: 1px solid #ddd;
}

/*======================================
     Home Testimonials
======================================*/

.testimonials {
  background: #0f587c;
}

.testimonials h2 {
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
}

.testimonials p {
  color: #fff;
  text-align: center;
}

.testimonials .button {
  margin-top: 40px;
}

/*======================================
     Home Stacked Blocks
======================================*/

#home-stacked {
  padding-top: 0;
  padding-bottom: 0;
}

#home-stacked .inner-wrapper {
  padding: 0;
  max-width: 100000%;
}

#home-stacked h2 {
  text-transform: none !important;
}

.block-row {
  background: #333;
  padding-top: 0;
  padding-bottom: 0;
}

.block-row.reverse {
  flex-direction: row-reverse;
}

.blockrow.inner-wrapper {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.block-row {
  position: relative;
  display: flex;
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100000% !important;
}

.block-row.reversed {
  flex-direction: row-reverse;
}

.stacked-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
  position: relative;
}

.block-row h2 {
  font-size: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.stacked-box .button {
  margin-left: 0;
}

.stacked-box .safety-blocks-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  margin-bottom: 30px;
}

.stacked-box .safety-blocks-container img {
  margin-left: 10px;
  margin-right: 10px;
  width: 25%;
}

#home-stacked .green-bg h3 {
  color: #fff;
}

#home-stacked .green-bg h2 {
  color: #fff;
}

.stacked-box p {
  margin-left: 0;
}

.green-bg p {
  color: #fff;
}

ul.safety-points {
  list-style-image: url(../img/green-check-mark.png);
}

ul.bullet-list {
  list-style-image: url(../img/green-dot.png);
}

ul.safety-points li,
ul.bullet-list li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.2rem;
  padding-left: 4px;
}

.green-bg .safety-points li {
  color: #fff;
}

p.two-thirds.box-centered {
  margin-bottom: 40px;
}

/*======================================
    Our Services 
=======================================*/

#our-services {
  background: url(../img/tile-bg.png);
}

#our-services h3.super-title {
  font-family: "open sans", arial;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 15px;
  font-size: 0.875rem;
  color: #0c3227;
  letter-spacing: 0.04em;
  font-weight: 700;
}

#our-services .intro-p {
  max-width: 600px;
}

#our-services h2.section-title {
}

#services-container {
  padding-left: 40px;
  padding-right: 40px;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-bottom: 30px;
}

#our-services .service-block {
  width: 100%;
  border-radius: 2px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
  padding: 0;
  text-align: center;
  padding-bottom: 30px;
  display: flex;
}

#our-services .service-block:nth-child(odd) {
  flex-direction: row-reverse;
}

#our-services .service-block .property-info {
  width: 48%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 40px;
}

#our-services .service-block img {
  width: 52%;
  display: block;
  text-align: center;
  margin: 0 auto 0px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}

#our-services .service-block h3 {
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #111;
  font-family: lato;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

#our-services .service-block p {
  margin-bottom: 20px;
  color: #111;
  text-align: left;
  margin: 0 0 30px 0;
  font-size: 3rem;
  font-family: "PT Serif", "Lato", arial, sans-serif;
  color: #0c3227;
  line-height: 1.1em;
}

#our-services .service-block .button {
  max-width: 210px;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

#our-services .service-block .button:hover {
  background: #0f587c;
  color: #fff;
}

/* Credit Points
---------------------------------------*/

#credit-points {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  background-attachment: fixed;
}

#credit-points h2.section-title {
  padding-top: 0;
  font-size: 3.8rem;
  text-transform: capitalize;
  margin-bottom: 60px;
}

.asset-icon-blocks {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 00px;
  padding-bottom: 0px;
}

.asset-icon-blocks .one-fourth {
  width: 20%;
  padding-top: 20%;
  position: relative;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 50%;
  border: 6px solid #d0c880;
}

.asset-icon-blocks .one-fourth .inner-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.asset-icon-blocks h2 {
  font-size: 4.5rem;
  color: #fff;
  padding: 0;
}

.asset-icon-blocks p {
  color: #fff;
}

.asset-icon-blocks h4 {
  color: #364959;
  padding-top: 30px;
  clear: both;
  font-size: 1.8rem;
}

hr.credit-clear {
  width: 100%;
  background: #9a4f15;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  max-width: 80%;
}

/* Blog Feed
---------------------------------------*/

#home-blog {
  background: #fff;
}

#home-blog h3.super-title {
  font-family: "open sans", arial;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 15px;
  font-size: 1rem;
  color: #0c3227;
  letter-spacing: 0.04em;
  font-weight: 600;
}

#home-blog h2.section-title {
  margin-bottom: 40px;
}

#home-blog .inner-wrapper {
  margin-bottom: 60px;
}

#home-blog .post-card {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 3px;
  overflow: hidden;
  background: #f5f5f5;
  text-align: center;
  padding-bottom: 20px;
}

#home-blog .post-card .button {
  max-width: 180px;
}

#home-blog .post-card img {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#home-blog .post-card .news-excerpt {
  padding: 15px;
  text-align: center;
}

#home-blog .post-card .news-excerpt h3 {
  font-size: 0.875rem;
  font-family: "Lato", arial, sans-serif;
  padding-bottom: 5px;
}

#home-blog .post-card .news-excerpt h2 {
  padding-top: 10px;
}

.news-excerpt p {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

/*=======================================
    Press Releases
========================================*/

#press-release {
  padding-top: 150px;
  padding-bottom: 50px;
  margin-bottom: -20px;
}

#press-release .inner-wrapper {
  display: flex;
  padding-bottom: 120px;
  margin-bottom: -40px;
}

#press-release .text-intro h2 {
  font-size: 4.1rem;
  padding-top: 0px;
  padding-bottom: 30px;
}

#press-release .text-intro {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#press-release .box-container {
  position: relative;
  display: flex;
  justify-content: space-around;
}

#press-release .box-container .float-box {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  height: 40vh;
  max-height: 600px;
  -webkit-box-shadow: -30px 15px 30px 0 rgb(0 0 0 / 19%);
  box-shadow: -30px 15px 30px 0 rgb(0 0 0 / 19%);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

#press-release .float-box .overlay-bg {
  background: #0f587c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 0;
}

#press-release .float-box:hover .overlay-bg {
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
}

#press-release .box-container .float-box:hover {
  transform: translateY(-20%);
  cursor: pointer;
}

#press-release .box-container .float-box.middle-box:hover {
  transform: translateY(-30%);
}

#press-release .float-box.middle-box {
  transform: translateY(-20%);
}

#press-release .box-container .float-box img {
  width: 50%;
  float: left;
}

#press-release .box-container .float-box h3 {
  font-family: lato;
  color: #fff;
  font-weight: 600;
}

.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #364959;
}

/* Home Points
----------------------------------------*/

.home-points {
  display: flex;
  background: #0f587c;
  padding-top: 20px;
  position: relative;
  padding-bottom: 10px;
}

.home-points .flex {
  justify-content: center;
  align-items: center;
}

.home-points .one-fourth {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.home-points .one-fourth img {
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  text-align: center;
}

.home-points .one-fourth h3 {
  color: #fff;
  font-weight: 300;
  font-size: 0.875rem;
}

/* Latest Partners
---------------------------------------*/

#latest-partners {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

#latest-partners .two-fifths {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#latest-partners .two-fifths h3.super-title {
  padding-bottom: 3px;
}

#latest-partners .two-fifths h2 {
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 0;
}

#latest-partners .slick-arrow {
  display: none !important;
}

.partner-card {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  height: 50vh !important;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 50vh !important;
  -webkit-box-shadow: inset 0 -40px 40px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -40px 40px 0 rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.partner-card img {
  width: 100%;
}

.partner-card .partner-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 40px;
}

#latest-partners {
  max-height: 80vh;
  overflow: hidden;
}

#latest-partners .flex {
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 0px;
  display: flex;
}

.partner-info h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.4rem;
  padding-bottom: 5px;
}

#latest-partners .slick-arrow {
  background: #f5f5f5;
  width: 30px;
  height: 30px;
}

#latest-partners .slick-next,
#latest-partners .slick-prev {
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18);
  opacity: 1;
}

#latest-partners .slick-next:before,
#latest-partners .slick-prev:before {
  display: none !important;
}

.slider-arrow-container {
  display: flex;
}

.slider-arrow-container .slider-arrow {
  background-color: #0f587c;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10000;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #0f587c;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin-right: 15px;
}

.slider-arrow-container .slider-arrow:hover {
  background: #eee;
  cursor: pointer;
}

.slider-arrow-container .slider-arrow:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-right-white.png);
  transform: translateX(-50%) translateY(-50%);
}

.slider-arrow-container #slider-arrow-left.slider-arrow:after {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.partner-card .partner-info h4 {
  color: #fff;
  font-family: rufina;
  font-size: 1rem;  
  text-transform: uppercase;
  text-transform: none;
  text-shadow: 0 2px 3px #8A8A8A;

}

/* Mission
---------------------------------------*/
#project-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
}

#project-list img {
  width: 25%;
}

h2.project-header {
  margin-top: 30px;
  font-size: 4rem;
  margin-bottom: 0;
  padding-bottoM: 20px;
}

/* Home Products
---------------------------------------*/

#home-products {
  background: #ddd9d0;
}

#home-products .section-title-container {
  margin-bottom: 40px;
}

.section-title-container h2 {
  font-size: 3.4rem;
}

.product-row {
  display: flex;
  margin-bottom: 60px;
}

.product-row.reverse {
  flex-direction: row-reverse;
}

.product-row .home-product-info {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-row .home-product-info ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  padding-left: 5px;
  margin-top: 0;
  margin-bottom: 40px;
}

.product-row .home-product-info ul li {
  font-weight: 600;
  margin-bottom: 4px;
}

.product-row .home-product-info h3 {
  font-size: 3.4rem;
}

.product-row img {
  width: 50%;
  border-radius: 50%;
  overflow: hidden;
}

/* Testimoinals
---------------------------------------*/

#testimonials {
  background: url(../img/testimonials-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
}

#testimonials .slider-wrapper {
  margin-left: 5%;
  transform: translateY(0);
}

.quotes img {
  margin-bottom: 30px;
}

.author {
  display: block;
  text-align: center;
  font-weight: 300;
  font-family: rufina;
}

.slide-quote {
  text-align: left;
  background: #0f587c;
  padding: 40px;
  outline-offset: -10px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.slide-quote .button {
  margin-bottom: 40px;
  margin-left: 0;
}

.slide-quote img {
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  border: 2px solid #0c3227;
  margin-left: 0;
}

.slide-quote h3 {
  font-size: 0.875rem;
  margin-bottom: 5px;
  color: #fff;
  padding-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "lato";
}

.slide-quote h2 {
  font-size: 3.4rem;
  margin-top: 0;
  padding-top: 0;
  color: #fff;
}

#testimonials p {
  color: #fff;
  font-weight: 400;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

#testimonials .slick-prev:before,
#testimonials .slick-next:before {
  color: #0c3227;
  opacity: 1;
  font-size: 1.8rem;
  z-index: 1000000 !important;
}

#testimonials .slick-prev {
  top: 10%;
  right: 60px;
  left: initial !important;
}

#testimonials .slick-next {
  top: 10%;
  right: 20px;
}

/*======================================
    Inner Pages
======================================*/

/* General Layout Classes 
-----------------------------------*/

.page-hero {
  background: #000;
  height: 70vh;
  background-image: url(../img/page-hero/our-company.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30vh;
  text-align: center;
  background-attachment: fixed;
  overflow: hidden;
}

.page-hero h2 {
  font-size: 6.1rem;
  color: #fff;
  line-height: 1.1em;
  padding-bottom: 30px;
  padding-top: 0;
}

.page-hero h3,
.page-hero h2 {
  position: relative;
  z-index: 2;
}

.block-row {
  max-width: 10000000% !important;
}

.info-section {
  position: relative;
}

.info-section img.full-width {
  width: 100%;
  margin-bottom: 40px;
}

.mid-section-title {
  font-size: 2.4rem;
  max-width: 60%;
  text-transform: uppercase;
}

.column-text p {
  column-count: 2;
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
  column-gap: 40px;
  margin-bottom: 80px;
}

.info-section h2 {
  font-size: 2.4rem;
  font-weight: 600;
}

h3.sub-section-title {
  font-size: 2.4rem;
  max-width: 900px;
  padding-bottom: 20px;
}

img.water-mark {
  opacity: 0.08;
  position: absolute;
  left: 0;
  z-index: 1;
  transform: translateX(-50%);
  max-width: 800px;
}

/* Marquee
------------------------------------*/

#marquee-contain {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
  position: relative;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}

.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.marquee_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-animation: ticker 60s infinite linear;
  animation: ticker 60s infinite linear;
  margin-top: 40px;
  margin-bottom: 40px;
}

.marquee_list .marquee_item {
  color: #fff;
  font-size: 1.4rem;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

#marquee-contain .bottom-scroller {
  padding-right: 200px;
  transform: translateX(-200%);
}

#marquee-contain .bottom-scroller .marquee_list {
  -webkit-animation: ticker-reverse 120s infinite linear;
  animation: ticker-reverse 120s infinite linear;
}

.marquee_list .marquee_item img {
  width: 240px;
}

@-webkit-keyframes ticker {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes ticker-reverse {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes ticker-reverse {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* Leadership 
  --------------------------------*/

.leadership-flex {
  display: flex;
  flex-wrap: wrap;
}

.leadership-container {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: -30px 15px 30px 0 rgb(0 0 0 / 19%);
  box-shadow: 0px 10px 30px 0 rgb(0 0 0 / 15%);
  position: relative;
  z-index: 100;
  padding-top: 60px;
  padding-bottom: 60px;
}

#leadership .header-block-wrapper {
  padding-top: 120px;
}

#leadership .header-block-wrapper h3,
#leadership .header-block-wrapper h2 {
  color: #fff;
}

#leadership .header-block-wrapper img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.leadership-flex .leader-card {
  width: 31%;
  margin-right: 2%;
  margin-left: 0;
  margin-bottom: 40px;
  background: #fefefe;
  text-align: center;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-size: cover;
  padding-top: 31%;
  overflow: hidden;
  background-position: center center;
}

.leadership-flex .leader-card .title-wrapper {
  position: absolute;
  top: 65%;
  left: 0px;
  text-align: left;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 20px;
}

.leadership-flex .leader-card .title-wrapper h3 {
  color: #fff;
  padding-bottom: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.leadership-flex .leader-card .title-wrapper h4 {
  color: #fff;
  text-shadow: 0 0 5px #212121;
  padding-right: 40px;
}

.leadership-flex .leader-card.dev-team img {
  margin-bottom: 20px;
}

.leadership-flex .leader-card.dev-team h5 {
  font-size: 2.4rem;
}

.leadership-flex .leader-card a {
  max-width: 210px;
  margin-right: auto;
  margin-left: aUTO;
  text-align: center;
  width: 100%;
  min-width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.leadership-flex .leader-card:hover {
  cursor: pointer;
}

.leadership-flex .leader-card img {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.leadership-flex .leader-card h3,
.leadership-flex .leader-card h4 {
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
}

.leadership-flex .slick-dots {
  bottom: -40px;
}

.leadership-flex .leader-card h4 {
  color: #1e4664;
  font-weight: 900;
}

.leadership-container .button,
.standard-team .button {
  margin-bottom: 20px;
}

.leadership-flex .leader-card h3 {
  color: #666;
  font-weight: 300;
}

#leadership h2.fly-wheel-title,
#standards-council h2.fly-wheel-title {
  padding-top: 5px;
  font-size: 4.1rem;
  padding-bottom: 30px;
}

.leadership-flex .leader-card h4 {
  text-transform: uppercase;
  font-size: 1.4rem;
}

.leadership-flex .leader-card h4 {
  font-size: 1.4rem;
  padding-top: 20px;
  margin-bottom: 0;
}

.leadership-flex .leader-card h3 {
  font-size: 1rem;
  padding-top: 10px;
  font-family: coolvetica, sans-serif;
  padding-bottom: 30px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 30px;
}

.leader-card-pop {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: calc(100% - 50%);
  transform: translateX(-50%) translateY(-50%);
  bottom: -110vh;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
  background: #fff;
  -webkit-box-shadow: -30px 15px 30px 0 rgb(0 0 0 / 19%);
  box-shadow: 0px 10px 30px 0 rgb(0 0 0 / 15%);
  opacity: 0;
  border-radius: 10px;
  padding: 0px;
  max-height: 0vh;
  overflow: hidden;
}

.leader-card-pop.active {
  opacity: 1;
  z-index: 1000000000000;
  position: fixed;
  height: 80vh;
  max-height: 1000000vh;
}

.leader-card-pop .clear-both {
  width: 100%;
  clear: both;
  margin-top: 40px;
}

.leader-card-pop .one-third h4,
.leader-card-pop .one-third h3 {
  padding-left: 15px;
  padding-right: 15px;
}

.leader-card-pop .leader-close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1rem;
  z-index: 10000000;
  color: #1e4664;
  text-align: center;
  line-height: 60px;
  font-size: 1.8rem;
  font-weight: 300;
}

.leader-card-pop .leader-close:hover {
  cursor: pointer;
}

.leader-card-pop .headshot-holder {
  width: 50%;
  height: 80vh;
  background-size: cover;
  background-position: center center;
}

.leader-card-pop .one-third img {
  width: 100%;
  margin-bottom: 20px;
}

.leader-card-pop .two-thirds {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  justify-content: flex-start;
}

.leader-card-pop .pop-name-title {
  display: flex;
  position: relative;
  align-self: center;
}

.leader-card-pop .pop-name-title img {
}

.leader-card-pop .pop-bio {
  overflow-y: auto;
  height: 80vh;
}

@media only screen and (min-width: 900px) {
  .leader-card-pop .two-thirds {
    min-height: 65vh;
  }
}

/* Treatments Page
  --------------------------------*/

.treatement-block-container {
  width: 100%;
  max-width: 1400px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.treatment-info {
  width: 48% !important;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  border-radius: 5px;

  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}

.treatment-info h3 {
  color: #fff;
}

.treatment-info:hover {
  background: #1579ab;
  cursor: pointer;
}

.treatment-info .services-image {
  height: 40vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.treatment-info .services-text {
  padding: 20px;
  padding-top: 0;
}

/* services page
  --------------------------------*/

.service-header {
  height: 95vh;
}

.service-header .services-header-box {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: 100%;
}

.services-header-box h2 {
  font-size: 4.1rem;
  text-align: left;
  max-width: 70%;
}

.services-header-box p {
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  position: relative;
  z-index: 1000;
  max-width: 66%;
  margin-left: 0;
}

.theater-box {
  box-shadow: 0 55px 36px -8px rgba(0, 0, 0, 0.18);
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: block;
  z-index: 10000;
  margin-bottom: 40px;
  min-height: 66vh;
}

.theater-box video {
  width: 100%;
}

.theater-box iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.theater-box img {
  width: 100%;
  margin-bottom: 0;
}

.services-info-flex {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #fff;
  padding: 40px;
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 40px;
  box-shadow: 0 25px 20px -3px rgba(0, 0, 0, 0.1);
}

.services-info-flex .one-half ul, .services-info-flex .one-half ol {
  column-count: 1;
}

.services-info-flex .one-half ul li, .services-info-flex .one-half ol li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-weight: 300;
}

.services-info-flex h2 {
  max-width: 90%;
}

.services-info-flex p {
  padding-right: 40px;
}

/* FAQS
  --------------------------------*/

ul.faqs {
  margin-top: 60px;
  list-style-type: none;
}

ul.faqs > li {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
  box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
  margin-bottom: 20px;
}

ul.faqs > li:hover {
    cursor: pointer;
}

ul.faqs li h3.question-title {
  font-size: 1.4rem;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  padding-right: 60px;
}

ul.faqs li h3.question-title:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(https://routemein.com/caringdecisionsguide/wp-content/uploads/2025/01/down-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
}

ul.faqs li .answer {
  margin-top: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    overflow: hidden;
}

ul.faqs li.active .answer {
    max-height: 1000000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq-more {
  margin-top: 30px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

/* Our Process
--------------------------------*/

body.our-process #footer-callout {
  display: none !important;
}

.process-steps p {
  padding-right: 40px;
}

.process-steps .three-fourths {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 2px solid #ccc;
  padding-left: 40px;
}

/* Projects 
  --------------------------------*/

body .projects-header {
  height: 60vh;
  background: #0f587c;
}

.project-nav-bar {
  display: flex;
  justify-content: space-around;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}

.project-nav-bar span {
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.8em 1em;
  border-radius: 50px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  width: 16.666%;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.project-nav-bar span.active,
.project-nav-bar span:hover {
  background: #1fb25a;
  color: #fff;
}

.project-nav-bar span:hover {
  cursor: pointer;
}

.projects-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.projects-wrapper .single-project {
  width: 33.333%;
  margin-bottom: 3%;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
}
.projects-wrapper .single-project .image-wrapper {
  padding-top: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.projects-wrapper .single-project a {
  margin-left: 0;
  color: #333;
  text-transform: uppercase;
  border-bottom: 2px solid #ccc;
}

.project-gallery {
  position: relative;
}

.project-gallery img {
  margin-bottom: 60px;
  width: 100%;
  box-shadow: 0 30px 20px -4px rgba(0, 0, 0, 0.08);
}
/* Core Values
  --------------------------------*/

.core-value-block {
  padding: 40px;
  margin: 0 auto 30px;
  background: #0f587c;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 33vh;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 40px 30px -5px rgba(0, 0, 0, 0.1);
}

.core-value-block h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  width: 25%;
  font-weight: 600;
  font-size: 2.4rem;
}

.core-value-block p {
  color: #fff;
  font-size: 1.2rem;
  width: 80%;
  padding-left: 40px;
  margin-bottom: 0;
}

.core-value-block ul {
  width: 80%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.core-value-block ul li {
  color: #fff;
  width: 50%;
  padding-right: 30px;
  font-size: 1.4rem;
  line-height: 1.4em;
}

.core-value-block img {
  height: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* Treatment Plans
  -------------------------------*/

.program-container {
  padding: 40px;
  display: flex;
  border-radius: 5px;
  max-width: 1400px;
  border-radius: 5px;
  background: #f5f5f5;
  margin-bottom: 40px;
  box-shadow: 0 25px 20px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.program-container .two-thirds {
  border-left: 1px solid #999;
  padding-left: 40px;
}

.section-title-container {
  margin-bottom: 60px;
}

.program-container h5 {
  margin-bottom: 40px;
}

.program-container ul li {
  font-weight: 600;
}

.program-container .water-mark {
  opacity: 0.08;
}
/* Safety Page
  -------------------------------*/

.safety-blocks {
  display: flex;
  flex-direction: space-between;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.safe-wrap {
  position: relative;
  background: #fff;
  margin-left: 1%;
  margin-right: 1%;
  width: 25%;
  padding: 30px;
}

.safe-wrap img {
  width: 100%;
}
/* Transaction Block
  --------------------------------*/
.footer-transition-nav {
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.footer-transition-nav .one-half.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-transition-nav .inner-wrapper {
  z-index: 100000;
}

.footer-transition-nav .inner-wrapper h2 {
  color: #fff;
  padding-right: 80px;
  font-size: 2.4rem;
}

.footer-transition-nav .transition-links a {
  display: block;
  font-size: 1.1rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 300;
}

.footer-transition-nav .transition-links a:hover {
  background: #fff;
  color: #0f587c;
  padding-left: 20px;
}

.footer-transition-nav .transition-links a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-right-white.png);
  background-size: 100% auto;
  background-position: center center;
  transform: translateY(-50%);
}

/*===========================================================================
    Contact Us
===========================================================================*/

.contact-form {
  width: 100%;
  max-width: 900px;
  padding: 40px;
  border: 1px solid #f5f5f5;
  margin-right: auto;
  margin-left: auto;
}

.contact-form input {
  width: 100%;
  background: #fefefe;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding-left: 10px;
}

.contact-form textarea {
  width: 100%;
  height: 200px;
  background: #fefefe;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-top: 10px;
}

.contact-form button {
  border-radius: 3px;
  width: 100%;
  max-width: 240px;
  min-width: 120px;
  color: #fff;
  padding: 15px 10px;
  text-transform: uppercase;
  background: #1e4664;
  text-align: center;
  font-size: 0.875rem;
  display: block;
}

#contact-box {
  max-width: 100%;
  display: flex;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#contact-box .map-container {
  padding-top: 50%;
  position: relative;
}

#contact-box .map-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#contact-box .contact-info-container {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}

#contact-box h4 {
  font-size: 2.1rem;
}

#contact-box h5 {
  font-size: 1.1rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.4em;
}

#contact-box .form-wrapper {
  padding: 60px;
}

#contact-box .form-wrapper input {
  border: none;
  margin-bottom: 15px;
  padding: 4px;
  line-height: 1.1em;
  border-bottom: 1px solid #333;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#contact-box .form-wrapper input:focus-visible,
#contact-box .form-wrapper textarea:focus-visible {
  border: none;
  outline: none;
  border-bottom: 3px solid #dcad55 !important;
}

#contact-box .form-wrapper textarea {
  border: none;
  padding: 4px;
  line-height: 1.1em;
  border-bottom: 1px solid #333;
}

#contact-box .form-wrapper input.one-half {
  width: 48%;
  margin-right: 2%;
}

.wpcf7-submit {
  min-width: 280px;
  padding: 0.5em 1.35em;
  padding-left: 0;
  margin-right: 0;
  background: transparent;
  font-weight: 700;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-transform: uppercase;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 310px;
  font-size: 1.2rem;
  color: #1e4664;
  text-align: center;
  border: 2px solid #154865 !important;
  border-radius: 50px;
  position: relative;
  padding-right: 0px;
  margin-top: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Bottom Callout
---------------------------------------*/

#bottom-callout {
  background: #000;
  padding-bottom: 0;
  padding-top: 0;
}

#bottom-callout .one-third {
  display: block;
  position: relative;
}

#bottom-callout .one-third img {
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#bottom-callout .one-third:hover img {
  opacity: 1;
}

#bottom-callout .one-third img {
  width: 100%;
}
#bottom-callout .one-third .content {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15%;
  padding-top: 25%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  color: #fff;
}

#bottom-callout .content h3 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2em;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#bottom-callout .content h4 {
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#bottom-callout .one-third:hover h3,
#bottom-callout .one-third:hover h4 {
  text-shadow: 0 0 3px #777;
}

/* Footer
---------------------------------------*/

#footer-callout {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 88, 124, .45);
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

#footer-callout:after {
  content: "";
  width: 100%;
  height: 100%;
 background: rgba(15, 88, 124, .45);
  z-index: 10;
  position: absolute;
}

#footer-callout .inner-wrapper {
  z-index: 10000;
}

#footer-callout #footer-bgvid {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

#footer-callout h2 {
  font-size: 4rem;
  margin-bottom: 30px;
  padding-bottom: 0;
  color: #fff;
}

#footer-callout p {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 45px;
}

#footer .footer-social a i {
  font-size: 2rem;
  margin-right: 5px;
}

#footer {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  background: #0f587c;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 100000000000;
  position: relative;
}

#footer a.foot-link {
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 0.675rem;
  text-transform: uppercase;
  float: right;
}

#footer .foot-link.copyright {
  color: #fff;
  float: left;
  font-size: 0.875rem;
}

#footer .foot-fair {
  height: 25px;
  float: right;
}

.sub-footer {
  width: 100%;
  padding-top: 5px;
  padding-right: 50px;
  border-top: 1px solid #fff;
  margin-top: 80px;
}

.sub-footer .terms {
  color: #fff;
  float: right;
}

#footer .inner-wrapper {
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

#footer .inner-wrapper .one-fifth {
  position: relative;
  padding-right: 40px;
}

#footer .inner-wrapper .one-fifth img {
  width: 80%;
  margin-left: 0;
  margin-top: 20px;
}

#footer ul {
  list-style-type: none;
  padding-left: 0;
}

#footer a {
  color: #fff;
  font-size: 0.875rem;
}

#footer p {
  color: #fff;
}

#footer h3 {
  color: #fff;
  border-bottom: 0.5px solid #fff;
  width: 90%;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

/* Header

/* ==========================================================================
     Helper classes
========================================================================== */

.left {
  float: left;
}

.right {
  float: right;
}

.one-fourth {
  width: 25%;
}

.one-fifth {
  width: 20%;
}

.three-fourths {
  width: 75%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.66%;
}

.one-half {
  width: 50%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

.branded-icon-image {
  max-width: 140px;
}

.blue-bg {
  background: #0f587c;
}

.block-centered {
  margin-left: auto;
  margin-right: auto;
}

.uppercase {
  text-transform: uppercase;
}

.button {
  min-width: 230px;
  padding: 0.6em 0;
  margin-right: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  letter-spacing: 0.04em;
  background: transparent;
  font-size: 12px;
  font-weight: 300;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-transform: uppercase;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 280px;
  font-size: 0.775rem;
  color: #0f587c;
  text-align: left;
  border-radius: 0;
  border: 2px solid #0f587c;
  position: relative;
  padding-right: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  height: 30px;
  line-height: 47px;
  height: 50px;
  font-weight: 600;
  padding-left: 40px;
  z-index: 100;
}

.button:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/black-button-arrow.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.white.button {
  color: #fff;
  border: 2px solid #fff;
}

.white.button:hover {
  background: #fff;
  color: #0f587c;
}

.white.button:after {
  background-image: url(../img/white-button-arrow.png);
}

.button:hover {
  color: #fff;
  background: #0f587c;
}

.button.grey-button {
  color: #111;
  background-color: #fff;
}

.button.grey-button:hover {
  background: #ccc;
}

.button.left {
  margin-left: 0;
}

.inline-block {
  display: inline-block;
}

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

.box-centered {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: block;
}

.sans-padded {
  padding-top: 0;
  padding-bottom: 0;
}

.inner-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.inner-wrapper.flex {
  display: flex;
}

.green-bg {
  background: #0f587c;
}

/* Key Frames
---------------------------------*/

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-30px) translateX(-50%);
  }
  60% {
    transform: translateY(-15px) translateX(-50%);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-30px) translateX(-50%);
  }
  60% {
    transform: translateY(-15px) translateX(-50%);
  }
}

.bounce {
  -webkit-animation: bounce 5s infinite;
  animation: bounce 2s infinite;
}

.breath {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@keyframes breath {
  0% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.breath {
  -webkit-animation: bounce 5s infinite;
  animation: bounce 2s infinite;
}

/*
 * Hide visually and from screen readers:
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}
