@import url("https://use.typekit.net/evi7nea.css");
.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-----Helpers-----*/
.background-contrast {
  background-color: #eee;
}

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

p.big {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
}

.last {
  margin-right: 0 !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

* {
  outline: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #111;
}

.site-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
}
.site-container--narrow {
  max-width: 900px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  margin-top: 0;
}

h1 {
  font-family: "bd-supper", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 62.5px;
}

h2 {
  font-family: "bd-supper", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 48px;
}

h3 {
  font-family: "bd-supper", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
}

h4 {
  font-family: "bd-supper", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 37px;
}

h5 {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

h6 {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

p {
  margin-bottom: 15px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.button {
  background-color: #fff;
  color: #001B96;
  border: 2px solid #fff;
  padding: 8px 18px;
  transition: all 0.2s ease;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.button:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.2s ease;
  text-decoration: none;
}
.button--invert {
  background-color: #001B96;
  color: #fff;
  border: 2px solid #001B96;
}
.button--invert:hover {
  background-color: #fff;
  color: #001B96;
  transition: all 0.2s ease;
  text-decoration: none;
}

.social a {
  display: inline !important;
  margin-right: 10px;
  transition: all 0.2s ease;
}
.social a svg {
  max-width: 35px;
  max-height: 35px;
  transition: all 0.2s ease;
}
.social a svg path {
  fill: #fff !important;
  transition: all 0.2s ease;
}
.social a svg g {
  fill: #fff;
  transition: all 0.2s ease;
}
.social a svg g path {
  fill: #fff !important;
  transition: all 0.2s ease;
}
.social a:hover {
  transition: all 0.2s ease;
}
.social a:hover svg {
  transition: all 0.2s ease;
}
.social a:hover svg path {
  fill: #005BBB !important;
  transition: all 0.2s ease;
}
.social a:hover svg g {
  fill: #005BBB;
  transition: all 0.2s ease;
}
.social a:hover svg g path {
  fill: #005BBB !important;
  transition: all 0.2s ease;
}

@media (min-width: 991px) {
  h1 {
    font-family: "bd-supper", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 110px;
    line-height: 120px;
  }
  h2 {
    font-family: "bd-supper", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
  }
  h3 {
    font-family: "bd-supper", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
  }
  h5 {
    font-family: "source-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
  }
}
/*-----Forms-----*/
.gform_wrapper label {
  color: #001B96;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel] {
  border: 1px solid #666;
}
.gform_wrapper input[type=submit] {
  cursor: pointer;
  width: 100%;
}

header {
  position: relative;
}
header .aux-nav {
  background-color: #005BBB;
  color: #fff;
  padding: 0 2%;
  height: 52px;
  font-family: "futura-pt", sans-serif;
  display: none;
  justify-content: flex-end;
  align-items: center;
}
header .aux-nav nav ul.menu {
  list-style: none;
  margin: 0;
  display: flex;
}
header .aux-nav nav ul.menu li {
  margin: 0 15px;
}
header .aux-nav nav ul.menu li:last-of-type {
  margin-right: 0;
}
header .primary-nav-container {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
header .primary-nav-container .nav-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100;
  padding: 0 2%;
}
header .primary-nav-container .nav-wrapper .logo {
  position: relative;
  z-index: 1;
}
header #nav-toggle {
  display: block;
  top: 7px;
  left: 15px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
header #nav-toggle.nav-open {
  z-index: 1000;
}

.modal-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  display: flex;
}
.modal-menu.nav-open {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  transition: all 0.2s ease;
}
.modal-menu__logo {
  display: block;
  margin-bottom: 45px;
}
.modal-menu nav {
  background-color: #001B96;
  flex-basis: 33%;
  padding: 5%;
}
.modal-menu nav h5 {
  margin: 45px 0 10px;
  color: #fff;
}
.modal-menu nav .social a {
  margin-right: 8px;
}
.modal-menu nav ul {
  color: #fff;
  padding: 0;
}
.modal-menu nav ul li {
  list-style: none;
  margin-bottom: 10px;
}
.modal-menu nav ul li a {
  font-family: "bd-supper", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 12px;
  display: block;
}
.modal-menu nav ul li ul li a {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
}
.modal-menu .hover-block {
  position: relative;
  flex-basis: 100%;
  background-color: #005BBB;
  padding: 5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-menu .hover-block::before {
  content: "";
  position: absolute;
  background-image: var(--url);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.modal-menu .hover-block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, rgba(0, 91, 187, 0.7) 0%, rgba(0, 91, 187, 0.99) 55%);
}
.modal-menu .hover-block__content {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  color: #fff;
}
.modal-menu .hover-block__content h1 {
  font-family: "bd-supper", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 12px;
}
.modal-menu .hover-block__list .list-item {
  cursor: pointer;
  display: table;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
}
.modal-menu .hover-block .info-block {
  position: relative;
  z-index: 5;
  color: #fff;
}
.modal-menu .hover-block .info-block h5 {
  margin: 45px 0 10px;
}
.modal-menu .hover-block .aux-menu {
  position: relative;
  z-index: 5;
}
.modal-menu .hover-block .aux-menu nav {
  background: transparent;
  padding: 0;
}
.modal-menu .hover-block .aux-menu .menu {
  display: flex;
  flex-wrap: wrap;
}
.modal-menu .hover-block .aux-menu .menu li {
  margin-right: 8px;
}
.modal-menu .hover-block .aux-menu .menu li a {
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  line-height: 15px;
  border-right: 2px solid #fff;
  padding-right: 5px;
}
.modal-menu .hover-block .aux-menu .menu li.hours {
  display: none;
}
.modal-menu .hover-block .aux-menu .menu li:last-of-type a {
  border-right: none;
}

#nav-toggle:after {
  display: inline-block;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='%23fff' viewBox='0 0 32 32'%3E%3Cpath d='M28.068 14.114h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886zM28.068 21.657h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886zM3.932 10.343h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886z'%3E%3C/path%3E%3C/svg%3E");
}

#nav-toggle.nav-open {
  position: fixed;
  top: 30px;
  right: 30px;
  left: unset;
}

#nav-toggle.nav-open:after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='%23fff' viewBox='0 0 32 32'%3E%3Cpath d='M22.958 21.043l-4.413-5.043 4.413-5.043c0.75-0.75 0.75-1.966 0-2.715s-1.966-0.749-2.715 0l-4.243 4.85-4.242-4.848c-0.75-0.75-1.966-0.75-2.715 0s-0.749 1.966 0 2.715l4.411 5.042-4.413 5.043c-0.749 0.75-0.749 1.963 0 2.712 0.75 0.75 1.966 0.75 2.715 0l4.243-4.846 4.242 4.846c0.75 0.75 1.966 0.75 2.715 0s0.75-1.962 0.002-2.712z'%3E%3C/path%3E%3C/svg%3E");
}

@media (min-width: 991px) {
  header .aux-nav {
    display: flex;
  }
  header .primary-nav-container {
    top: 80px;
  }
  .modal-menu nav ul li {
    margin-bottom: 20px;
  }
  .modal-menu nav ul li a {
    font-size: 48px;
    line-height: 52px;
  }
  .modal-menu nav ul li ul li a {
    font-size: 24px;
    line-height: 32px;
  }
  .modal-menu .hover-block__content h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .modal-menu .hover-block__list .list-item {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  #nav-toggle.nav-open {
    top: 75px;
  }
}
.footer {
  padding: 50px 0 65px;
  background-color: #005BBB;
  color: #fff;
  position: relative;
}
.footer::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/wave.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 135px;
}
.footer .site-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer__col {
  display: block;
  justify-content: space-between;
  width: 100%;
}
.footer__col .col {
  padding: 0 8px;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.footer__col--logo {
  margin-bottom: 20px;
  order: 1;
}
.footer__col--logo a {
  margin: 0 auto;
  text-align: center;
}
.footer__col:nth-of-type(1) {
  order: 2;
}
.footer__col:nth-of-type(3) {
  order: 3;
}
.footer__col .social a {
  display: inline;
  margin-right: 10px;
  transition: all 0.2s ease;
}
.footer__col .social a svg {
  max-width: 35px;
  max-height: 35px;
  transition: all 0.2s ease;
}
.footer__col .social a svg path {
  fill: #fff !important;
  transition: all 0.2s ease;
}
.footer__col .social a svg g {
  fill: #fff;
  transition: all 0.2s ease;
}
.footer__col .social a svg g path {
  fill: #fff !important;
  transition: all 0.2s ease;
}
.footer__col .social a:hover {
  transition: all 0.2s ease;
}
.footer__col .social a:hover svg {
  transition: all 0.2s ease;
}
.footer__col .social a:hover svg path {
  fill: #001B96 !important;
  transition: all 0.2s ease;
}
.footer__col .social a:hover svg g {
  fill: #001B96;
  transition: all 0.2s ease;
}
.footer__col .social a:hover svg g path {
  fill: #001B96 !important;
  transition: all 0.2s ease;
}
.footer__col a {
  display: block;
}
.footer__col h5 {
  margin-bottom: 10px;
}
.footer__col p {
  margin: 0;
}
.footer .e47-link {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}
.footer .e47-link a {
  margin-left: 5px;
  display: inline-block;
}
@media (min-width: 501px) {
  .footer::after {
    bottom: -20px;
  }
  .footer__col {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 991px) {
  .footer {
    padding: 100px 0 150px;
  }
  .footer::after {
    bottom: 0;
  }
  .footer .site-container {
    flex-direction: row;
  }
  .footer__col {
    margin-bottom: 0px;
  }
  .footer__col .col {
    text-align: left;
  }
  .footer__col--logo {
    order: 2;
  }
}

.home .block-grid--wrapper {
  padding: 5%;
  background-color: #fff;
}
.home .block-grid--wrapper h2 {
  color: #001B96;
  text-align: center;
}
.home .block-grid--wrapper .link-wrapper {
  margin: 0 0 35px;
  text-align: center;
}
.home .block-grid__grid {
  display: block;
  padding: 25px 0;
}
.home .block-grid__grid .grid-item {
  background-color: transparent;
  width: 100%;
  display: inline-block;
  margin: 0;
  position: relative;
}
.home .block-grid__grid .grid-item h4 {
  color: #005BBB;
}
.home .grid-section {
  padding: 50px 0;
  position: relative;
}
.home .grid-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 60%;
  height: 100%;
  background-image: var(--url);
  background-size: contain;
}
.home .grid-section__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(11, 1fr);
  grid-gap: 35px;
  transition: all 0.2s ease;
}
.home .grid-section__grid .grid-item {
  position: relative;
  z-index: 1;
}
.home .grid-section__grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .grid-section__grid .grid-item-1 {
  grid-area: 1/1/4/5;
}
.home .grid-section__grid .grid-item-2 {
  grid-area: 1/5/4/7;
}
.home .grid-section__grid .grid-item-3 {
  grid-area: 4/1/8/4;
}
.home .grid-section__grid .grid-item-4 {
  grid-area: 4/4/10/6;
  width: 127.5%;
}
.home .grid-section__grid .grid-item-4 img {
  max-height: 90%;
}
.home .grid-section__grid .grid-item-5 {
  grid-area: 8/1/12/4;
}
.home .map-section {
  position: relative;
  display: block;
}
.home .map-section .graphic {
  display: none;
}
.home .map-section .map,
.home .map-section .info {
  flex-basis: 50%;
}
.home .map-section .map #map {
  min-height: 450px;
  height: 100%;
}
.home .map-section .info {
  padding: 5% 5% 10%;
  text-align: center;
}
.home .map-section .info p {
  margin-bottom: 0px;
}
.home .map-section .info p:last-of-type {
  margin-bottom: 25px;
}
.home .map-section .info h2 {
  color: #001B96;
}
.home .map-section .info__container {
  display: block;
}
.home .map-section .info__left {
  width: 100%;
}
.home .map-section .info__left h5 {
  color: #005BBB;
  margin-bottom: 15px;
}
.home .map-section .info__leftdiv {
  flex-basis: 50%;
}
.home .map-section .info__right {
  width: 100%;
}
.home .map-section .info__right .button {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.home .map-section .info__right h5 {
  color: #005BBB;
  margin-bottom: 15px;
}
.home .map-section .info__rightdiv {
  flex-basis: 50%;
}
.home .testimonials {
  position: relative;
  padding: 100px 0 50px;
}
.home .testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -5;
  background-image: linear-gradient(to bottom, #b3ceeb 0%, rgba(179, 206, 235, 0.5) 65%);
}
.home .testimonials::after {
  content: "";
  position: absolute;
  background-image: var(--url);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.home .testimonials__container {
  position: relative;
}
.home .testimonials__header {
  max-width: 100%;
  text-align: center;
  color: #001B96;
}
.home .testimonials__slider {
  max-width: 100%;
  position: relative;
  top: 0;
  transform: 0;
  right: 0;
}
.home .testimonials__slider--slide {
  background-color: transparent;
  padding: 3%;
  display: block !important;
}
.home .testimonials__slider--slide p {
  display: inline;
}
.home .testimonials__slider--slide .content {
  background-color: #fff;
  padding: 10%;
}
.home .testimonials__slider--slide .content .details {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.home .testimonials__slider--slide .content .details h5 {
  color: #005BBB;
  margin: 0;
}
.home .testimonials__slider--slide .content .details .stars img {
  display: inline-block;
}
.home .testimonials__slider .nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.home .testimonials__slider .nav--next {
  width: 30px;
  height: 30px;
  position: relative;
}
.home .testimonials__slider .nav--next::after {
  content: "";
  background-image: url("../../assets/img/next.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.home .testimonials__slider .nav--prev {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}
.home .testimonials__slider .nav--prev::after {
  content: "";
  background-image: url("../../assets/img/prev.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.home .newsletter-signup {
  background-color: #001B96;
  padding: 50px 0;
}
.home .newsletter-signup .gform_wrapper {
  display: block;
  text-align: center;
}
.home .newsletter-signup .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.home .newsletter-signup .gform_wrapper .gfield_label {
  display: none;
}
.home .newsletter-signup .gform_wrapper .gform_body {
  width: 75%;
}
.home .newsletter-signup .gform_wrapper form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .newsletter-signup .gform_wrapper form input {
  min-height: 45px;
  margin: 0;
}
.home .newsletter-signup .gform_wrapper form input[type=email] {
  padding: 5px 0 5px 10px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  background-color: #B3CEEB;
  border: none;
  outline: none;
  color: #111;
}
.home .newsletter-signup .gform_wrapper form input[type=submit] {
  padding: 0 25px;
}
.home .newsletter-signup .gform_heading {
  flex-basis: 45%;
}
.home .newsletter-signup .gform_heading h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
}
@media (min-width: 550px) {
  .home .block-grid--wrapper {
    padding: 5%;
    background-color: #fff;
  }
  .home .block-grid--wrapper h2 {
    color: #001B96;
    text-align: center;
  }
  .home .block-grid__grid {
    display: block;
  }
  .home .block-grid__grid .grid-item {
    background-color: transparent;
    width: 49%;
  }
  .home .block-grid__grid .grid-item h4 {
    color: #005BBB;
  }
}
@media (min-width: 768px) {
  .home .map-section h2 {
    text-align: center;
  }
  .home .map-section .info__container {
    display: flex;
    justify-content: space-around;
  }
  .home .map-section .graphic {
    display: block;
    position: absolute;
    bottom: -75px;
    right: 0;
    background-image: url("../../assets/img/waves.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 80%;
    height: 35%;
    z-index: 0;
  }
}
@media (min-width: 991px) {
  .home .block-grid--wrapper .link-wrapper {
    margin: 55px 0 0;
    text-align: center;
  }
  .home .block-grid__grid {
    display: flex;
    gap: 5%;
    justify-content: space-between;
    align-items: baseline;
  }
  .home .block-grid__grid .grid-item {
    background-color: transparent;
    flex-basis: 25%;
    padding: 0;
  }
  .home .block-grid__grid .grid-item--icon {
    margin-bottom: 15px;
  }
  .home .grid-section {
    padding: 100px 0;
  }
  .home .grid-section__grid {
    grid-gap: 75px;
    transition: all 0.2s ease;
  }
  .home .map-section {
    position: relative;
    display: flex;
  }
  .home .map-section h2 {
    text-align: left;
  }
  .home .map-section .info {
    text-align: left;
  }
  .home .map-section .info__container {
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }
  .home .map-section .graphic {
    position: absolute;
    bottom: -87.5px;
    right: 0;
    background-image: url("../../assets/img/waves.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: 35%;
    z-index: 0;
  }
  .home .testimonials {
    padding: 250px 0 150px;
  }
  .home .testimonials__header {
    max-width: 32.5%;
    color: #001B96;
    text-align: left;
  }
  .home .testimonials__slider {
    max-width: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .home .newsletter-signup .gform_wrapper {
    display: flex;
    text-align: left;
  }
  .home .newsletter-signup .gform_wrapper .gform_heading .gform_title {
    font-family: "bd-supper", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    width: 65%;
    margin: 0 12.5% 0 auto;
  }
  .home .newsletter-signup .gform_wrapper .gform_body {
    width: 100%;
  }
  .home .newsletter-signup .gform_wrapper form input[type=email] {
    min-width: 330px;
    margin-left: 100px;
  }
}

.landing .hero {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  color: #fff;
}
.landing .hero__container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  align-items: flex-end;
  padding: 120px 0 100px;
}
.landing .hero h1,
.landing .hero h3 {
  text-align: right;
  margin: 0;
}
.landing .hero .button {
  display: inline-block;
}
.landing .hero::after {
  content: "";
  position: absolute;
  background-image: var(--url);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.landing .hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: linear-gradient(180deg, #001B96 19.64%, rgba(0, 27, 150, 0) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.landing .bg-img-section {
  position: relative;
  max-height: 620px;
  overflow: hidden;
}
.landing .bg-img-section::after {
  content: "";
  position: absolute;
  opacity: 0.45;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) #000 0px -223px/100% 174.757% no-repeat;
}
.landing .bg-img-section img {
  min-height: 450px;
  width: 100%;
  object-fit: cover;
}
.landing .bg-img-section__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: 2;
  width: 100%;
}
.landing .bg-img-section__heading h2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.landing .link-blocks-section {
  padding: 0 0 50px 0;
  margin-top: -150px;
}
.landing .link-blocks-section__container {
  display: flex;
  column-gap: 2rem;
}
.landing .link-blocks-section__container .link-block {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  box-shadow: none;
  transition: all 0.3s ease;
}
.landing .link-blocks-section__container .link-block__image {
  position: relative;
}
.landing .link-blocks-section__container .link-block__image::after {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.landing .link-blocks-section__container .link-block__image img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
.landing .link-blocks-section__container .link-block__content {
  padding: 24px;
  background-color: #F2F2F2;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
}
.landing .link-blocks-section__container .link-block__content .title {
  color: #005BBB;
  font-size: 24px;
  font-weight: 700;
  max-width: 185px;
  margin: 0 auto 8px auto;
}
.landing .link-blocks-section__container .link-block__content .text {
  font-size: 16px;
  font-weight: 700;
}
.landing .link-blocks-section__container .link-block:hover {
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.landing .link-blocks-section__container .link-block:hover .link-block__image::after {
  opacity: 0.25;
  transition: all 0.3s ease;
}
.landing .link-blocks-section__container .link-block:hover .link-block__content {
  background-color: #fff;
  transition: all 0.3s ease;
}
.landing .faq-section {
  padding: 124px 0;
}
.landing .faq-section__heading {
  margin-bottom: 4rem;
}
.landing .faq-section__heading h3 {
  color: #001B96;
  text-align: center;
}
.landing .faq-section__accordion {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.landing .faq-section__accordion .accordion-item.is-active .accordion-item__close svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
.landing .faq-section__accordion .accordion-item__title {
  color: #005BBB;
  font-size: 24px;
  font-weight: 700;
}
.landing .faq-section__accordion .accordion-item__thumb {
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
}
.landing .faq-section__accordion .accordion-item__close {
  display: inline-block;
  position: relative;
  transform: rotate(0deg);
  transition: transform 0.2s ease-out;
  height: 20px;
  background-color: #001B96;
  height: 24px;
  width: 24px;
}
.landing .faq-section__accordion .accordion-item__close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing .faq-section__accordion .accordion-item__close svg path {
  fill: #fff;
}
.landing .faq-section__accordion .accordion-item__panel {
  margin: 0;
  padding-top: 1.5rem;
  display: none;
}
.landing .review-section {
  position: relative;
  padding: 6rem 0;
}
.landing .review-section .el {
  position: absolute;
  background-image: url("../../assets/img/water_accent.svg");
  top: 0;
  right: 0;
  width: 750px;
  height: 100%;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-60px);
}
.landing .review-section::after {
  content: "";
  position: absolute;
  background-image: var(--url);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.landing .review-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -5;
  background-color: #001B96;
  opacity: 0.8;
  mix-blend-mode: soft-light;
}
.landing .review-section__container {
  padding: 3rem;
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.landing .review-section__container .stars {
  display: flex;
  column-gap: 1rem;
}
.landing .review-section__container .content p {
  margin: 0;
}
.landing .review-section__container .name {
  color: #005BBB;
  font-size: 24px;
  font-weight: 700;
}
.landing .contact {
  padding: 100px 0;
}
.landing .contact__wrapper {
  display: flex;
  column-gap: 100px;
  width: 100%;
}
.landing .contact__wrapper .content {
  width: 50%;
}
.landing .contact__wrapper .form {
  width: 50%;
}
.landing .contact__wrapper .form input[type=submit] {
  background-color: #001B96;
  color: #fff;
  border: 2px solid #001B96;
}
.landing .contact__wrapper .form input[type=submit]:hover {
  background-color: #fff;
  color: #001B96;
}
@media (max-width: 991px) {
  .landing .basic-content-image {
    padding: 50px 0;
  }
  .landing .bg-img-section__heading {
    transform: translate(-50%, -80%);
  }
  .landing .link-blocks-section__container {
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .landing .link-blocks-section__container .link-block {
    width: 100%;
  }
  .landing .faq-section {
    padding: 80px 0;
  }
  .landing .review-section {
    padding: 3rem 0;
  }
  .landing .review-section .el {
    width: 70%;
    transform: translateY(-60px);
  }
  .landing .contact {
    padding: 50px 0;
  }
  .landing .contact__wrapper {
    flex-direction: column;
    row-gap: 1.5rem;
    text-align: center;
  }
  .landing .contact__wrapper .content {
    width: 100%;
  }
  .landing .contact__wrapper .form {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .landing .hero__container {
    align-items: center;
    padding: 120px 0 50px;
  }
  .landing .hero h1 {
    font-size: 50px;
    line-height: 1.15;
  }
  .landing .hero h3 {
    font-size: 35px;
    line-height: 1.15;
  }
  .landing .hero h1,
  .landing .hero h3 {
    text-align: center;
  }
  .landing .link-blocks-section {
    margin-top: -40px;
    padding: 0;
  }
  .landing .link-blocks-section__container .link-block__image img {
    height: 155px;
  }
  .landing .faq-section {
    padding: 50px 0;
  }
  .landing .review-section {
    padding: 2rem 0;
  }
  .landing .review-section .el {
    transform: translateY(-20px);
  }
}

.slip-inventory {
  font-size: 25px;
  line-height: 1.25;
  text-align: center;
}
.slip-inventory__gallery {
  grid-template-columns: repeat(1, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  display: grid;
  padding-top: 35px;
}
.slip-inventory__gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slip-inventory section {
  padding: 50px 0;
}
.slip-inventory__content, .slip-inventory__cta {
  margin-bottom: 30px;
}
.slip-inventory__button {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .slip-inventory__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 991px) {
  .slip-inventory__gallery {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 50px;
  }
  .slip-inventory section {
    padding: 100px 0;
  }
}

.contact h2 {
  color: #001B96;
}
.contact__container {
  display: block;
  padding: 30px 0;
  text-align: center;
}
.contact__container .info {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.contact__container .info__block {
  width: 100%;
}
.contact__container .info h5 {
  color: #005BBB;
  margin-bottom: 10px;
}
.contact__container .info p {
  margin: 0;
}
.contact__container .form {
  margin-top: 25px;
}
.contact__container .form .gform_footer {
  justify-content: center;
  padding-bottom: 0 !important;
}
.contact__container .form .gform_footer input[type=submit] {
  background-color: #001B96;
  color: #fff;
  border: 2px solid #001B96;
  text-transform: uppercase;
}
.contact__container .form .gform_footer input[type=submit]:hover {
  background-color: #fff;
  color: #001B96;
  transition: all 0.2s ease;
  text-decoration: none;
}
.contact__map .map {
  position: relative;
}
.contact__map #map {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 350px;
}
.contact .hours {
  padding: 30px 0;
  position: relative;
}
.contact .hours__wrapper {
  background-color: #fff;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
.contact .hours__wrapper h3 {
  color: #001B96;
  margin-bottom: 20px;
  padding-top: 25px;
}
.contact .hours__wrapper h5 {
  color: #005BBB;
}
.contact .hours::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/water.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.contact .hours::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -5;
  background-image: linear-gradient(to bottom, #b3ceeb 0%, rgba(179, 206, 235, 0.5) 65%);
  background-color: transparent;
}
.contact .hours__grid {
  display: block;
}
@media (min-width: 768px) {
  .contact__container {
    padding: 50px 0;
    display: flex;
    text-align: left;
    column-gap: 50px;
  }
  .contact__wrapper {
    width: 50%;
  }
  .contact__wrapper .info {
    display: flex;
    column-gap: 25px;
  }
  .contact__wrapper .info__block {
    width: calc(50% - 15px);
  }
  .contact .form {
    width: 50%;
  }
  .contact .hours__wrapper {
    text-align: left;
  }
  .contact .hours__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px;
  }
}
@media (min-width: 991px) {
  .contact__container {
    display: flex;
    padding: 100px 0;
  }
  .contact__container .form {
    width: 50%;
  }
  .contact__wrapper {
    padding: 0 50px;
  }
  .contact .hours {
    padding: 100px 50px;
  }
  .contact .hours__wrapper {
    max-width: 1366px;
    padding: 3.5%;
  }
  .contact__map #map {
    min-height: 450px;
  }
}

.slip-list-section {
  padding: 50px 0;
}
.slip-list-section .heading {
  text-align: center;
  margin-bottom: 45px;
}
.slip-list-section .heading h2 {
  color: #001B96;
}
.slip-list-section p a {
  color: #005BBB;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slip-list-section p a:hover {
  color: #001B96;
  transition: all 0.3s ease;
}
.slip-list-section .table-header,
.slip-list-section .table-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 3%;
}
.slip-list-section .table-header h5,
.slip-list-section .table-row h5 {
  margin: 0;
  font-size: 15px;
  flex-basis: 33.33%;
}
.slip-list-section .table-header h5:nth-of-type(2),
.slip-list-section .table-row h5:nth-of-type(2) {
  text-align: center;
}
.slip-list-section .table-header h5:nth-of-type(3),
.slip-list-section .table-row h5:nth-of-type(3) {
  text-align: right;
}
.slip-list-section .table-header h5:first-of-type,
.slip-list-section .table-row h5:first-of-type {
  color: #005BBB;
}
.slip-list-section__table .table-row {
  background-color: #ededed;
}
.slip-list-section__table .table-row h5 {
  font-size: 17px;
}
.slip-list-section__table .table-row.white {
  background-color: #fff;
}
@media (min-width: 768px) {
  .slip-list-section {
    padding: 100px 0;
  }
  .slip-list-section .table-header h5 {
    font-size: 20px;
    flex-basis: 33.33%;
  }
  .slip-list-section .slip-list-section__table .table-row h5 {
    font-size: 20px;
  }
}
@media (min-width: 991px) {
  .slip-list-section {
    padding: 100px 0;
  }
}

.basic-content-image {
  padding: 100px 0;
}
.basic-content-image.alt-bg {
  background-color: #eee;
}
.basic-content-image__container {
  display: block;
}
.basic-content-image__container .image,
.basic-content-image__container .content {
  width: 100%;
  margin-bottom: 25px;
}
.basic-content-image__container .image img {
  width: 100%;
}
.basic-content-image__container .content p {
  margin-bottom: 25px;
}
.basic-content-image__container .content h2 {
  color: #001B96;
}

.three-column-grid {
  padding: 50px 0;
}
.three-column-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
}
.three-column-grid__grid .content h4 {
  color: #001B96;
}
.three-column-grid__grid .content h5 {
  color: #005BBB;
}

.block-grid {
  padding: 50px 0;
  position: relative;
}
.block-grid h2 {
  color: #fff;
}
.block-grid .subheader {
  color: #fff;
}
.block-grid::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -11;
  width: 100%;
  height: 100%;
  background-color: #001B96;
}
.block-grid::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/wave_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.block-grid__grid {
  display: block;
  margin-top: 25px;
}
.block-grid__grid .grid-item {
  padding: 5%;
  background-color: #fff;
  text-align: center;
  margin-bottom: 45px;
}
.block-grid__grid .grid-item h4,
.block-grid__grid .grid-item h5 {
  color: #001B96;
}
.block-grid__grid .grid-item h6 {
  color: #005BBB;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}
.block-grid__grid .grid-item a {
  background-color: #001B96;
  color: #fff;
  border: 2px solid #001B96;
  padding: 8px 18px;
  transition: all 0.2s ease;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
}
.block-grid__grid .grid-item a:hover {
  background-color: #fff;
  color: #001B96;
  transition: all 0.2s ease;
  text-decoration: none;
}
.block-grid--alternate .alternate-container {
  padding: 3.5%;
  background-color: #fff;
  width: 92.5%;
}
.block-grid--alternate h2 {
  color: #001B96;
}
.block-grid--alternate .subheader {
  color: #111;
}
.block-grid--alternate::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/water.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.block-grid--alternate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -5;
  background-image: linear-gradient(to bottom, #b3ceeb 0%, rgba(179, 206, 235, 0.5) 65%);
  background-color: transparent;
}

.simple-content {
  padding: 50px 0;
  position: relative;
}
.simple-content__container {
  background-color: #fff;
  padding: 3.5%;
  width: 92.5%;
}
.simple-content__container h2 {
  color: #001B96;
}
.simple-content ul {
  list-style: outside;
}
.simple-content::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/water.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.simple-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -5;
  background-image: linear-gradient(to bottom, #b3ceeb 0%, rgba(179, 206, 235, 0.5) 65%);
  background-color: transparent;
}

.icon-section {
  padding: 50px 0;
}
.icon-section--container {
  text-align: center;
}
.icon-section--container .icon {
  width: 100%;
  margin-bottom: 30px;
}
.icon-section--container .icon img {
  margin-bottom: 25px;
  filter: grayscale(1);
  transition: all 0.2s ease;
}
.icon-section--container .icon h6 {
  color: #005BBB;
}
.icon-section--container .icon:hover {
  text-decoration: none;
}
.icon-section--container .icon:hover img {
  filter: none;
  transition: all 0.2s ease;
}

@media (min-width: 991px) {
  .basic-content-image {
    padding: 100px 0;
  }
  .basic-content-image.reverse .basic-content-image__container {
    flex-direction: row-reverse;
  }
  .basic-content-image__container {
    display: flex;
    align-items: center;
    gap: 5%;
  }
  .basic-content-image__container .image,
  .basic-content-image__container .content {
    flex-basis: 50%;
  }
  .basic-content-image__container .image img {
    width: 100%;
  }
  .three-column-grid {
    padding: 100px 0;
  }
  .block-grid {
    padding: 100px 0;
  }
  .block-grid__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
  }
  .block-grid__grid .grid-item {
    margin-bottom: 0;
  }
  .simple-content {
    padding: 100px 0;
  }
  .icon-section {
    padding: 100px 0;
  }
  .icon-section--container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-between;
  }
  .icon-section--container .icon {
    margin: 0;
    width: auto;
    text-align: center;
  }
}
.home .hero {
  min-height: 50vh;
  position: relative;
  padding-bottom: 25px;
}
.home .hero::after {
  content: "";
  position: absolute;
  background-image: var(--url);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.home .hero::before {
  content: "";
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  width: 100%;
  height: 100%;
  z-index: -5;
}
.home .hero__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.home .hero__content .content-wrapper {
  width: 100%;
  padding: 0 2%;
  padding-top: 150px;
}
.home .hero__content .content-wrapper h1 {
  color: #fff;
  font-family: "bd-supper", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 62.5px;
  text-align: center;
  margin-bottom: 35px;
}
.home .hero__content .content-wrapper .buttons-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.home .hero__content .content-wrapper .buttons-wrapper a {
  align-self: center;
  margin-left: 15px;
  min-width: 175px;
  text-align: center;
}
@media (min-width: 600px) {
  .home .hero__content .content-wrapper .buttons-wrapper {
    flex-direction: row;
    justify-content: flex-end;
  }
  .home .hero__content .content-wrapper .buttons-wrapper a {
    align-self: center;
    min-width: auto;
  }
}
@media (min-width: 991px) {
  .home .hero {
    height: 90vh;
    padding-bottom: 0;
  }
  .home .hero__content .content-wrapper {
    width: 70%;
    padding-top: 0px;
  }
  .home .hero__content .content-wrapper h1 {
    color: #fff;
    font-family: "bd-supper", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 110px;
    line-height: 120px;
    text-align: right;
    margin-bottom: 55px;
  }
  .home .hero__content .content-wrapper .buttons-wrapper a {
    margin-left: 25px;
  }
}

.modular-layouts .hero,
.contact .hero,
.slip-inventory .hero {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
}
.modular-layouts .hero h1,
.contact .hero h1,
.slip-inventory .hero h1 {
  color: #fff;
  text-align: center;
  margin: 0;
}
.modular-layouts .hero::after,
.contact .hero::after,
.slip-inventory .hero::after {
  content: "";
  position: absolute;
  background-image: var(--url);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.modular-layouts .hero::before,
.contact .hero::before,
.slip-inventory .hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: linear-gradient(180deg, #001B96 19.64%, rgba(0, 27, 150, 0) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}