@charset "UTF-8";
/*-----------------------------------------------------------------------------------*/
/*	reset
/*-----------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
.has-h1style,
h2,
.has-h2style,
h3,
.has-h3style,
h4,
.has-h4style,
h5,
.has-h5style,
h6,
.has-h6style,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Variables
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Mixins
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Helpers
/*-----------------------------------------------------------------------------------*/
.is-position-relative {
  position: relative;
}
.is-position-absolute {
  position: absolute;
}
.is-position-fixed {
  position: fixed;
}
.is-position-inherit {
  position: inherit;
}

.is-overflow-hidden {
  overflow: hidden;
}
.is-overflow-x-hidden {
  overflow-x: hidden;
}
.is-overflow-y-hidden {
  overflow-y: hidden;
}

.has-opacity-1 {
  opacity: 1;
}
.has-opacity-0 {
  opacity: 0;
}

.is-no-br {
  white-space: nowrap;
}

.is-clearfix {
  overflow: auto;
}
.is-clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.is-padding-flat {
  padding: 0px;
}
.is-padding-small, .wp-block {
  padding: 50px 0px;
}
@media only screen and (max-width: 768px) {
  .is-padding-small, .wp-block {
    padding: 25px 0px;
  }
}
.is-padding-medium {
  padding: 150px 0px;
}
@media only screen and (max-width: 768px) {
  .is-padding-medium {
    padding: 50px 0px;
  }
}
.is-padding-large {
  padding: 200px 0px;
}
@media only screen and (max-width: 768px) {
  .is-padding-large {
    padding: 75px 0px;
  }
}

.is-margin-flat {
  margin: 0px auto !important;
}
.is-margin-small {
  margin: 25px auto !important;
}
.is-margin-medium {
  margin: 60px auto !important;
}
.is-margin-large {
  margin: 100px auto !important;
}

.is-fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.is-fill img {
  flex-shrink: 0;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

.is-reverse-row {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .is-reverse-row {
    display: block;
  }
}

.is-inverted h1, .is-inverted .has-h1style,
.is-inverted h2,
.is-inverted .has-h2style,
.is-inverted h3,
.is-inverted .has-h3style,
.is-inverted h4,
.is-inverted .has-h4style,
.is-inverted h5,
.is-inverted .has-h5style,
.is-inverted h6,
.is-inverted .has-h6style,
.is-inverted p,
.is-inverted a,
.is-inverted i,
.is-inverted svg,
.is-inverted .slick-prev:before,
.is-inverted .slick-next:before {
  color: white !important;
}
.is-inverted a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.is-inverted .slick-prev,
.is-inverted .slick-next {
  background: #212121;
}
.is-inverted .slick-prev:hover,
.is-inverted .slick-prev:focus,
.is-inverted .slick-next:hover,
.is-inverted .slick-next:focus {
  background: rgba(33, 33, 33, 0.8);
}

.has-dropshadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

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

.has-bg-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.has-bg-position-cc {
  background-position: center center !important;
}
.has-bg-position-ct {
  background-position: center top !important;
}
.has-bg-position-cb {
  background-position: center bottom !important;
}
.has-bg-position-lt {
  background-position: left top !important;
}
.has-bg-position-lc {
  background-position: left center !important;
}
.has-bg-position-lb {
  background-position: left bottom !important;
}
.has-bg-position-rt {
  background-position: right top !important;
}
.has-bg-position-rc {
  background-position: right center !important;
}
.has-bg-position-rb {
  background-position: right bottom !important;
}

.is-zindex-1 {
  z-index: 1;
}
.is-zindex-2 {
  z-index: 2;
}
.is-zindex-3 {
  z-index: 3;
}
.is-zindex-4 {
  z-index: 4;
}
.is-zindex-5 {
  z-index: 5;
}

.wow {
  visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	Functions
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Placeholders
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Base css
/*-----------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 18px;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0px;
  margin: 0;
  color: #212121;
  font: 400 16px/2em "Montserrat", sans-serif;
  background: white;
  min-width: 100%;
}

figure figcaption.imageCaption {
  font-size: 0.8rem;
  text-align: center;
  opacity: 75%;
}

#wrapper {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    margin-top: 65px;
  }
}

.container, .wp-block,
.containter-full {
  margin-top: 0px;
}

.container, .wp-block {
  width: 80% !important;
  max-width: 1600px !important;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  width: 95% !important;
  max-width: 1600px !important;
}

section.is-narrow {
  width: 80%;
  max-width: 1600px;
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  section.is-narrow {
    width: 90%;
  }
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 1;
  background: #212121;
}

.cookie-banner {
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 15px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/
a {
  color: #212121;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: rgba(1, 74, 135, 0.8);
}
a:focus, a:active {
  outline: none;
}
a.has-no-decoration {
  text-decoration: none !important;
}

p {
  font: 100 20px/25px "Montserrat", sans-serif;
  letter-spacing: 0;
  color: #212121;
  font-weight: 400;
}
p a {
  color: #009da2;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #009da2;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 1.5px;
}
p a:hover {
  color: #006c6f;
  text-decoration: underline;
  text-decoration-color: #006c6f;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 1.5px;
  outline: none;
}
p a:focus, p a:active {
  outline: none;
}

p + p {
  margin-top: 15px;
}

h1, .has-h1style,
h2,
.has-h2style,
h3,
.has-h3style,
h4,
.has-h4style,
h5,
.has-h5style,
h6,
.has-h6style {
  margin: 0 0 20px 0;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  line-height: 1em;
  font-weight: 400;
}

h1, .has-h1style {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  h1, .has-h1style {
    font-size: 1.75rem !important;
  }
}

h2, .has-h2style {
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  h2, .has-h2style {
    font-size: 1rem !important;
  }
}

h3, .has-h3style {
  font-size: 1.25rem;
}

h4, .has-h4style {
  font-size: 1rem;
}

h5, .has-h5style {
  font-size: 0.9em;
}

h6, .has-h6style {
  font-size: 0.8em;
}

ol,
ul {
  margin: 0;
  padding: 0;
  font: 100 16px/32px "Montserrat", sans-serif;
  color: #212121;
}
ol a,
ul a {
  color: #212121;
  text-decoration: underline;
  text-decoration-color: #014a87;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 1.5px;
}
ol a:hover,
ul a:hover {
  color: #212121;
  text-decoration: underline;
  text-decoration-color: #0166ba;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 1.5px;
  outline: none;
}
ol a:focus, ol a:active,
ul a:focus,
ul a:active {
  outline: none;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

p.is-light,
h1.is-light,
.is-light.has-h1style,
h2.is-light,
.is-light.has-h2style,
h3.is-light,
.is-light.has-h3style,
h4.is-light,
.is-light.has-h4style,
h5.is-light,
.is-light.has-h5style,
h6.is-light,
.is-light.has-h6style,
span.is-light,
li.is-light {
  font-weight: 300;
}
p.is-regular,
h1.is-regular,
.is-regular.has-h1style,
h2.is-regular,
.is-regular.has-h2style,
h3.is-regular,
.is-regular.has-h3style,
h4.is-regular,
.is-regular.has-h4style,
h5.is-regular,
.is-regular.has-h5style,
h6.is-regular,
.is-regular.has-h6style,
span.is-regular,
li.is-regular {
  font-weight: 400;
}
p.is-bold,
h1.is-bold,
.is-bold.has-h1style,
h2.is-bold,
.is-bold.has-h2style,
h3.is-bold,
.is-bold.has-h3style,
h4.is-bold,
.is-bold.has-h4style,
h5.is-bold,
.is-bold.has-h5style,
h6.is-bold,
.is-bold.has-h6style,
span.is-bold,
li.is-bold {
  font-weight: 700;
}
p.is-black,
h1.is-black,
.is-black.has-h1style,
h2.is-black,
.is-black.has-h2style,
h3.is-black,
.is-black.has-h3style,
h4.is-black,
.is-black.has-h4style,
h5.is-black,
.is-black.has-h5style,
h6.is-black,
.is-black.has-h6style,
span.is-black,
li.is-black {
  font-weight: 900;
}

*::selection,
*::-moz-selection {
  background: whitesmoke;
  color: #212121;
}

hr {
  height: 1px;
  margin: 20px auto;
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

em {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
  color: inherit;
}

blockquote {
  background-color: rgba(1, 74, 135, 0.1);
  padding: 20px;
  margin: 20px 0px;
}
blockquote::before {
  content: '"';
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  line-height: 2rem;
  color: white;
  float: left;
  margin-right: 15px;
}
blockquote cite {
  font-size: 0.8rem;
}

.has-drop-cap::first-letter {
  color: #014a87;
  font-family: "Montserrat", sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	Accessibility
/*-----------------------------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
  clip: auto !important;
  clip-path: none;
  color: blue;
  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;
  border: solid 2px blue;
  outline: none;
  /* Above WP toolbar. */
}
.screen-reader-text:focus-visible {
  outline: 0 !important;
}

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

a:focus-visible,
button:focus-visible,
input[type=submit]:focus-visible,
input[type=checkbox]:focus-visible,
.modal-content:focus-visible {
  outline: blue solid 4px !important;
}

input:focus,
textarea:focus {
  border: solid 2px #014a87 !important;
}

a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}

/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
header {
  padding: 2px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 5px 0px;
  }
}
header.headerMain {
  z-index: 92;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.5s;
}
header.headerMain.is-hidden-nav {
  transform: translateY(-100%);
}
header.headerMain .navbar-brand a {
  height: auto;
  width: 100%;
}
header.headerMain .navbar-brand a:focus {
  opacity: 0.75;
}
header.headerMain .navbar-brand img {
  display: block;
}
header.headerMain #mainNavbar a {
  color: #212121;
  padding: 0.5rem 0;
  margin: 0 0.75rem;
}
header.headerMain #mainNavbar a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #012e54;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
header.headerMain #mainNavbar a:hover, header.headerMain #mainNavbar a.current-menu-item {
  color: #212121;
}
header.headerMain #mainNavbar a:hover:before, header.headerMain #mainNavbar a.current-menu-item:before {
  visibility: visible;
  transform: scaleX(1);
}
header.headerMain #mainNavbar .navbar-dropdown {
  background: #212121;
  visibility: hidden;
  opacity: 0;
  height: 1px;
}
header.headerMain #mainNavbar .navbar-dropdown a.navbar-item {
  color: #d9d9d9;
}
header.headerMain #mainNavbar .navbar-dropdown a.navbar-item:before {
  display: none;
}
header.headerMain #mainNavbar .navbar-dropdown a.navbar-item:hover {
  color: #fff;
}
header.headerMain #mainNavbar .navbar-dropdown.is-open {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: all 0.25s ease-in-out;
  pointer-events: auto;
  transform: translateY(0);
}
header .menuIcons .topSearch input[type=search] {
  padding: 5px;
  width: 50px;
  height: 30px;
  border: none;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
  background: transparent;
  padding: 5px !important;
}
header .menuIcons .topSearch input[type=search]::placeholder {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #fff;
}
header .menuIcons .topSearch input[type=search]:focus {
  background: rgba(255, 255, 255, 0.05);
  outline: none;
  border: none !important;
  width: 100px;
  transition: all 0.25s ease-in-out;
}
header .menuIcons .socialIcons li {
  display: inline-block;
  margin-right: 10px;
}
header .menuIcons .socialIcons li:last-child {
  margin-right: 0px;
}
header .menuIcons .socialIcons li a:hover,
header .menuIcons .socialIcons li a:focus {
  opacity: 0.5;
}
header .menuIcons .phoneNum {
  margin-right: 10px;
}
header .navbar-burger {
  color: #fff;
  font-size: 1.5rem;
  text-align: right;
}
header .navbar-burger:hover {
  opacity: 0.5;
  background: transparent;
}
header .navbar-burger:focus {
  outline: none;
}

body.admin-bar header.headerMain {
  margin-top: 2px;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: gray;
}

.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background: rgba(255, 255, 255, 0) !important;
}

.navbar-item.has-dropdown:focus .navbar-link,
.navbar-item.has-dropdown:hover .navbar-link,
.navbar-item.has-dropdown.is-active .navbar-link {
  background-color: rgba(255, 255, 255, 0) !important;
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
footer h1, footer .has-h1style,
footer h2,
footer .has-h2style,
footer h3,
footer .has-h3style,
footer h4,
footer .has-h4style,
footer h5,
footer .has-h5style,
footer h6,
footer .has-h6style,
footer p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .footerLogo {
    text-align: center;
    border: none;
  }
}
footer .footerLogo img {
  display: block;
}
@media only screen and (max-width: 768px) {
  footer .footerLogo img {
    margin: auto;
    width: 50%;
  }
}
footer .footerMenu li {
  display: inline-block;
  margin-right: 15px;
}
footer .footerMenu li a {
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1rem;
}
footer .footerMenu li a:hover {
  color: #e6e6e6;
}
@media only screen and (max-width: 768px) {
  footer .footerMenu {
    text-align: center;
  }
}
footer .contactInfo .email,
footer .contactInfo .phoneNum,
footer .contactInfo .address {
  margin-bottom: 10px;
  line-height: calc(1rem + 4px);
}
@media only screen and (max-width: 768px) {
  footer .contactInfo {
    text-align: center;
  }
}
footer .footerSocial {
  text-align: right;
}
footer .footerSocial .socIcons li {
  display: inline-block;
  margin-right: 10px;
}
footer .footerSocial .socIcons li:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  footer .footerSocial {
    text-align: center;
  }
}

#copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}

/*-----------------------------------------------------------------------------------*/
/* Mobile Menu
/*-----------------------------------------------------------------------------------*/
#lpbp-menu-trigger {
  flex-grow: 100;
  text-align: right;
  font-size: 1.5rem;
}

#lpbp-lateral-nav {
  height: 100vh;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 94;
  width: 300px;
  background-color: #212121;
  overflow-y: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
  transition: transform 0.4s 0s, visibility 0s 0.4s;
  -moz-transform: translateX(300px);
  -o-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}
#lpbp-lateral-nav .closing-time {
  background: #212121;
  padding: 10px 20px;
}
#lpbp-lateral-nav .closing-time button {
  font-size: 1.5rem;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border: none;
}
#lpbp-lateral-nav .mobileSearch input[type=search] {
  padding: 5px;
  border: none;
  width: 100%;
  background: #141414;
  border-radius: 0px;
  color: #212121;
}
#lpbp-lateral-nav .mobileSearch input[type=search]::placeholder {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #fff;
}
#lpbp-lateral-nav .meta-meta {
  padding: 1rem 0 0 1.5rem;
  display: inline-block;
}
#lpbp-lateral-nav .meta-meta li {
  float: left;
  color: #fff;
  display: flex;
}
#lpbp-lateral-nav .meta-meta li a {
  padding: 3px;
  opacity: 0.6;
  line-height: 3.2em;
  padding: 0px 7px 0px 7px;
  font-size: 13px;
}
#lpbp-lateral-nav .meta-meta li a:hover {
  opacity: 1;
  text-decoration: underline;
}
#lpbp-lateral-nav .meta-meta li:after {
  content: "|";
  color: #fff;
  opacity: 0.5;
  display: block;
  padding-top: 5px;
}
#lpbp-lateral-nav .meta-meta li:last-child:after {
  content: "";
}
#lpbp-lateral-nav h4, #lpbp-lateral-nav .has-h4style {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.5rem 0 0 1.5rem;
  color: #fff;
}
#lpbp-lateral-nav .lpbp-navigation {
  margin: 10px 0 16px;
}
#lpbp-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#lpbp-lateral-nav hr {
  border: 0px none;
  background-color: #6e6e6e;
  margin: 0 1.5rem;
  height: 1px;
  width: auto;
}
#lpbp-lateral-nav a {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 10px 16px 10px 32px;
  color: #e6e6e6;
  transition: all 0.5s ease-in-out;
}
#lpbp-lateral-nav a:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
#lpbp-lateral-nav .current-menu-item a {
  background-color: #2e2e2e;
  color: #fff;
}
#lpbp-lateral-nav .socialcons {
  text-align: left;
}
#lpbp-lateral-nav .socialcons li {
  display: inline-block;
}
#lpbp-lateral-nav .socialcons li a {
  padding: 10px;
}
#lpbp-lateral-nav .socialcons li a,
#lpbp-lateral-nav .socialcons li i,
#lpbp-lateral-nav .socialcons li svg {
  font-size: 1.75rem !important;
}
#lpbp-lateral-nav .socialcons li:first-of-type a {
  padding-left: 32px;
}
#lpbp-lateral-nav .email a,
#lpbp-lateral-nav .phoneNum a {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #e6e6e6 !important;
  text-transform: unset;
}
#lpbp-lateral-nav.lateral-menu-is-open {
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform 0.4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#lpbp-lateral-nav .menu-item-has-children > a {
  position: relative;
}
#lpbp-lateral-nav .menu-item-has-children > a:after {
  transition: all 0.6s ease-in-out;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 1em;
  content: "\f067";
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  color: #014a87;
}
#lpbp-lateral-nav .menu-item-has-children > a.submenu-open:after {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-----------------------------------------------------------------------------------*/
/* Blog
/*-----------------------------------------------------------------------------------*/
.archive .next-posts,
.archive .prev-posts {
  display: inline-block;
  font-weight: 700;
}
.archive .next-posts {
  float: right;
}
.archive .prev-posts {
  float: left;
}

.single .postHeader {
  background-color: #212121;
  padding: 20px 0px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.single .postHeader h1, .single .postHeader .has-h1style {
  text-align: center;
  font-size: 4rem;
  line-height: 4.25rem;
  color: white;
  margin: 50px 0px;
}
.single .postHeader p {
  color: rgba(255, 255, 255, 0.5);
  display: inline;
  font-size: 0.8rem;
}

.blogSidebar {
  background-color: rgba(0, 0, 0, 0.025);
  padding: 15px;
}
.blogSidebar input[type=search] {
  padding: 5px;
  width: 100%;
}
.blogSidebar .widget {
  margin-bottom: 20px;
}
.blogSidebar .widget h2, .blogSidebar .widget .has-h2style {
  padding: 0px 5px;
  color: #212121;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blogSidebar .widget a {
  color: rgba(33, 33, 33, 0.8);
}
.blogSidebar .widget a:hover {
  color: #212121;
}
.blogSidebar .widget ul li {
  font-size: 0.9rem;
}
.blogSidebar .widget ul.children {
  margin-left: 0px;
}
.blogSidebar .widget .tagcloud a {
  background: rgba(0, 0, 0, 0.05);
  padding: 0px 5px !important;
  border-radius: 10px;
  color: #212121;
  white-space: nowrap;
  font-size: 0.7rem !important;
  display: inline-block;
  margin: 2px 0px;
}
.blogSidebar .widget .tagcloud a:hover {
  background-color: rgba(1, 74, 135, 0.1);
  border-color: #014a87;
}

/*-----------------------------------------------------------------------------------*/
/* Buttons
/*-----------------------------------------------------------------------------------*/
.button {
  transition: all 0.5s ease-in-out;
  border-width: 0px;
  border-color: #212121;
  font-family: "Montserrat", sans-serif;
  color: #212121;
  font-weight: 700;
  padding: 25px 130px !important;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 100px;
}
.button:hover {
  cursor: pointer;
  border-color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .button {
    font-size: 0.6rem;
    width: 100%;
  }
}
.button.is-button-small {
  padding: 5px 20px !important;
  font-size: 0.8rem !important;
  border-radius: 10px !important;
}
.button.is-button-large {
  padding: 15px 40px !important;
  font-size: 1.5rem !important;
  border-radius: 20px !important;
}

.buttonHolder {
  margin-top: 20px;
}

.is-inverted .button {
  background: #fff !important;
  color: #212121 !important;
  border-color: #fff !important;
}
.is-inverted .button:hover {
  background: #e6e6e6 !important;
}

input[type=submit] {
  box-sizing: content-box;
  background-color: #014a87;
  color: #fff;
  padding: 0px 130px !important;
}
input[type=submit]:hover {
  color: #e6e6e6;
}
@media only screen and (max-width: 768px) {
  input[type=submit] {
    margin-left: 0 !important;
  }
}

input[type=button] {
  box-sizing: content-box;
  background-color: #014a87;
  color: #fff;
  padding: 0px 130px !important;
}
@media only screen and (max-width: 768px) {
  input[type=button] {
    margin-left: 0 !important;
  }
}
input[type=button]:hover {
  color: #e6e6e6;
}

.gform_previous_button {
  border: 2px solid #6b7280;
}

/*-----------------------------------------------------------------------------------*/
/* Forms
/*-----------------------------------------------------------------------------------*/
form input[type=text],
form input,
form select,
form textarea {
  background: transparent;
  border: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem !important;
  padding: 10px !important;
  border-radius: 6px;
  box-shadow: none;
}
form input[type=text]:focus,
form input:focus,
form select:focus,
form textarea:focus {
  outline: none;
}
form input[type=text]::placeholder,
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  text-transform: none;
  letter-spacing: 0.8px;
  color: rgba(33, 33, 33, 0.6);
  font-size: 1rem !important;
}
form label,
form .gfield_label {
  font-size: 1rem !important;
  font-weight: 700 !important;
}
form .button {
  padding: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	Tables
/*-----------------------------------------------------------------------------------*/
table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
}
table h2, table .has-h2style {
  margin-bottom: 0px;
}
table tfoot tr th,
table thead tr th {
  background-color: #f2f2f2;
  font-size: 21px;
  color: #212121;
  text-align: left;
  font-weight: 600;
  padding: 8px;
}
table > tbody > tr td,
table > tbody > tr th {
  color: #212121;
  padding: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
table > tbody > tr td a,
table > tbody > tr th a {
  font-weight: 600;
}
table > tbody > tr td a i,
table > tbody > tr th a i {
  color: #f5f5f5;
  padding-right: 10px;
}
table > tbody > tr:nth-of-type(odd) {
  background-color: white;
}
table > tbody > tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
table .label {
  color: white;
  padding: 0px 6px 3px;
}
table.container::after, table.wp-block::after {
  height: 0px;
  content: none;
}

/*-----------------------------------------------------------------------------------*/
/* Modal
/*-----------------------------------------------------------------------------------*/
.modal {
  z-index: 1000;
}
.modal-background {
  background: rgba(0, 0, 0, 0.8);
}
.modal-content {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  display: block;
  overflow-y: scroll;
}
.modal-content::-webkit-scrollbar {
  width: 5px;
}
@media only screen and (max-width: 768px) {
  .modal-content::-webkit-scrollbar {
    height: 2px;
  }
}
.modal-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.modal-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 6px;
}
.modal .modal-close::before,
.modal .delete::before {
  height: 2px;
  width: 20px;
}
.modal .modal-close::after,
.modal .delete::after {
  height: 20px;
  width: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*	Accordian Block
/*-----------------------------------------------------------------------------------*/
.accordion .card {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.accordion .card .card-header {
  box-shadow: none;
  border-bottom: solid 1px #009da2;
  padding: 20px 0px;
}
.accordion .card .card-header h3, .accordion .card .card-header .has-h3style {
  font-weight: 600;
  margin: 0px;
  padding-left: 0px;
  font-size: 0.9rem;
}
.accordion .card .card-header .card-header-icon {
  padding: 0 0.75rem;
}
.accordion .card .card-header.open .card-header-icon {
  transform: rotate(180deg);
  transition: all 0.25s ease-in-out;
}

/*-----------------------------------------------------------------------------------*/
/*	Content Block
/*-----------------------------------------------------------------------------------*/
#wp-block-columns.contentBlock {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#wp-block-columns.contentBlock .container, #wp-block-columns.contentBlock .wp-block {
  z-index: 2;
}
#wp-block-columns.contentBlock .column {
  flex: 1 1 300px;
}

/*-----------------------------------------------------------------------------------*/
/*	Contact Block
/*-----------------------------------------------------------------------------------*/
.contactBlock .email,
.contactBlock .phoneNum,
.contactBlock .address {
  margin-bottom: 15px;
  line-height: 1.25rem;
}

/*-----------------------------------------------------------------------------------*/
/*	Call to Action Block
/*-----------------------------------------------------------------------------------*/
.cta2 {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.cta2 .columns {
  margin: 0px;
}
.cta2 .cta2-col {
  padding-left: 75px;
  padding-right: 75px;
}
.cta2 .cta-button {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cta2 .cta2-one,
.cta2 .cta2-two {
    width: 100%;
    display: block;
    float: none;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	Featured Columns Block
/*-----------------------------------------------------------------------------------*/
.featuredColumns {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.featuredColumns .column {
  flex: 1 1 200px;
}
.featuredColumns .featCol .columnImage {
  overflow: hidden;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
.featuredColumns .featCol .columnImage.imgSmall {
  width: 50%;
  height: 100px;
}
.featuredColumns .featCol .columnImage.imgMd {
  width: 80%;
  height: 150px;
}
.featuredColumns .featCol .columnImage.imgLg {
  width: 100%;
  height: 200px;
}
.featuredColumns .featCol .columnImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.7s ease;
}
.featuredColumns .featCol:hover .columnImage img {
  transform: scale(1.05);
}

/*-----------------------------------------------------------------------------------*/
/*	Video Gallery Block
/*-----------------------------------------------------------------------------------*/
.feature-slider {
  max-width: 100vw;
  overflow-x: hidden;
}
.feature-slider .slideBig li {
  display: block !important;
}
.feature-slider .slideBig i,
.feature-slider .slideBig svg {
  font-size: 4rem;
  color: #014a87 !important;
}
.feature-slider .slider-nav .slick-track {
  max-width: 90vw !important;
}
.feature-slider .slider-nav li {
  width: 200px !important;
  aspect-ratio: 16/9;
  margin: 0px 5px;
  border-radius: 6px;
}
.feature-slider .slider-nav li.slick-active {
  border: solid 2px #014a87;
}
.feature-slider .slider-nav .thumbnail {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  align-items: center;
}
.feature-slider .slider-nav h3, .feature-slider .slider-nav .has-h3style {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .feature-slider .slider-nav li {
    height: 75px !important;
  }
  .feature-slider .slider-nav h3, .feature-slider .slider-nav .has-h3style {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
}
.feature-slider .slick-prev {
  left: -25px;
}
.feature-slider .slick-next {
  right: -25px;
}
.feature-slider .controls {
  top: 20px;
}
.feature-slider .controls button {
  width: 20px;
  height: 20px;
  padding: 0px;
  font-size: 0.4rem;
}

.featuredNumbers .featNum {
  margin-bottom: 60px;
}
.featuredNumbers .featNum h2, .featuredNumbers .featNum .has-h2style {
  font-size: 6rem;
  line-height: 6rem;
  font-family: "Montserrat", sans-serif;
  color: #009da2;
}
@media only screen and (max-width: 768px) {
  .featuredNumbers .featNum h2, .featuredNumbers .featNum .has-h2style {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .featuredNumbers .featNum h3, .featuredNumbers .featNum .has-h3style {
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 0px;
  }
}
.featuredNumbers .bigStat h2, .featuredNumbers .bigStat .has-h2style {
  font-size: 9rem;
}
@media only screen and (max-width: 768px) {
  .featuredNumbers .bigStat h2, .featuredNumbers .bigStat .has-h2style {
    font-size: 2rem;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	Testimonials Block
/*-----------------------------------------------------------------------------------*/
.testimonials .testimonial {
  padding: 40px;
  margin-bottom: 30px;
}
.testimonials .headshot {
  width: 150px;
  height: 150px;
  display: block;
  margin: auto;
}
.testimonials .headshot img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials .body-copy p {
  font-size: 1.5rem;
  line-height: 1.76rem;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 768px) {
  .testimonials .body-copy p {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.testimonials .body-copy p:before {
  content: open-quote;
  font-size: 3rem;
  margin-right: 10px;
}
.testimonials .body-copy p:after {
  content: close-quote;
}
.testimonials .byline {
  margin-top: 15px;
}
.testimonials .byline span {
  font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
/*	Timeline
/*-----------------------------------------------------------------------------------*/
.timeline .slick-prev {
  left: -60px;
}
@media only screen and (max-width: 768px) {
  .timeline .slick-prev {
    left: -35px;
  }
}
.timeline .slick-next {
  right: -60px;
}
@media only screen and (max-width: 768px) {
  .timeline .slick-next {
    right: -35px;
  }
}
.timeline .slider-nav {
  border-bottom: dotted 3px #d4d4d4;
  height: 2.75rem;
}
.timeline .slider-nav .slick-list h3, .timeline .slider-nav .slick-list .has-h3style {
  margin-right: 30px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  opacity: 0.8;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .timeline .slider-nav .slick-list h3, .timeline .slider-nav .slick-list .has-h3style {
    font-size: 1rem;
    line-height: 2.25rem;
  }
}
.timeline .slider-nav .slick-list h3:after, .timeline .slider-nav .slick-list .has-h3style:after {
  content: "•";
  color: #d4d4d4;
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: absolute;
  margin: auto;
  bottom: -35px;
  right: 0;
  left: 0;
  text-align: center;
}
.timeline .slider-nav .slick-list .slick-active h3, .timeline .slider-nav .slick-list .slick-active .has-h3style {
  font-size: 2rem;
  line-height: 2.25rem;
  opacity: 1;
}
.timeline .slider-nav .slick-list .slick-active h3:after, .timeline .slider-nav .slick-list .slick-active .has-h3style:after {
  font-size: 2.5rem;
  line-height: 2.5rem;
  bottom: -29px;
}
@media only screen and (max-width: 768px) {
  .timeline .slider-nav .slick-list .slick-active h3:after, .timeline .slider-nav .slick-list .slick-active .has-h3style:after {
    font-size: 1.5rem;
  }
}
.timeline .dateImage {
  display: block;
  width: 100%;
  margin: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Hero Block
/*-----------------------------------------------------------------------------------*/
.hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero .sub-title {
  color: #212121;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .hero .image-container img {
    width: 100% !important;
    display: block;
    margin: auto;
  }
}

.videoHero {
  display: flex;
  background-image: none;
}
.videoHero .overlay {
  z-index: 2;
}
.videoHero .sub-title {
  text-shadow: none;
}
.videoHero .videoControls {
  right: 0;
  bottom: 20px;
}
.videoHero .videoControls button {
  background: black;
  color: white;
  border: 2px solid #212121;
  outline: none;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.6rem;
}
.videoHero .videoControls button:hover, .videoHero .videoControls button:focus {
  border-color: #014a87;
}

.banner__video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  object-fit: cover;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}

.hero.inverted .button:first-of-type,
.videoHero.inverted .button:first-of-type {
  background-color: transparent !important;
  color: #014a87 !important;
  border: solid 2px #014a87 !important;
}
.hero.inverted .button:first-of-type:hover,
.videoHero.inverted .button:first-of-type:hover {
  border-color: #012e54 !important;
  color: #012e54 !important;
}

#background_cycler {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#background_cycler img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  user-select: none;
}
#background_cycler img.active {
  z-index: 3;
}

.hero-mx-spacer {
  margin-right: 1em;
  margin-left: 1em;
}
@media only screen and (min-width: 1024px) {
  .hero-mx-spacer {
    margin-right: 5em;
    margin-left: 5em;
  }
}

.has-h2large {
  font-size: 1.5em;
}

@media only screen and (min-width: 1024px) {
  .has-padding-desktop-77 {
    padding-left: 91px;
  }
}
@media only screen and (max-width: 768px) {
  .has-padding-desktop-77 {
    padding-top: 2em !important;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	Page Title Block
/*-----------------------------------------------------------------------------------*/
.pageTitle .container, .pageTitle .wp-block {
  margin-bottom: 0px;
}
.pageTitle h1, .pageTitle .has-h1style {
  margin-bottom: 0px;
}
.pageTitle h2, .pageTitle .has-h2style {
  margin-top: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	Recent Posts Block
/*-----------------------------------------------------------------------------------*/
.recentPosts {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.recentPosts .postTags {
  margin-bottom: 5px;
}
.recentPosts .postTags ul {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}
.recentPosts .postTags ul li {
  background: #fafafa;
  text-transform: uppercase;
  font-size: 0.5rem;
  line-height: 1rem;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
}
.recentPosts .postTags ul li a {
  color: #212121;
}
.recentPosts .postImg {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.recentPosts .postExcerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.recentPosts .postBlock .blog-feature {
  overflow: hidden;
  height: 225px;
}
.recentPosts .postBlock .blog-feature img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.7s ease;
}
.recentPosts .postBlock .postContent {
  padding: 5px 15px 15px 15px;
}
.recentPosts .postBlock .postContent .postDate p {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1rem;
  color: rgba(33, 33, 33, 0.75);
}
.recentPosts .postBlock .postContent .post-header h3, .recentPosts .postBlock .postContent .post-header .has-h3style {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.recentPosts .postBlock .postContent .post-header h3 a, .recentPosts .postBlock .postContent .post-header .has-h3style a {
  color: #212121;
}
.recentPosts .postBlock .postContent .post-header h3 a:hover, .recentPosts .postBlock .postContent .post-header .has-h3style a:hover {
  color: rgba(33, 33, 33, 0.8);
}
.recentPosts .postBlock .postContent .post-section p {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.recentPosts .postBlock .postContent .entry-content a {
  background: transparent;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.recentPosts .postBlock .postContent .entry-content a:hover {
  text-decoration: none;
  background: rgba(1, 74, 135, 0.6);
  cursor: pointer;
}
.recentPosts .postBlock:hover .blog-feature img {
  transform: scale(1.05);
}

/*-----------------------------------------------------------------------------------*/
/*	Slider Block
/*-----------------------------------------------------------------------------------*/
.controls {
  right: 20px;
  bottom: 20px;
}
.controls button {
  background: black;
  color: white;
  border: 2px solid #212121;
  outline: none;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.6rem;
}
.controls button:hover, .controls button:focus {
  border-color: #014a87;
}

/*-----------------------------------------------------------------------------------*/
/*	Logo Slider
/*-----------------------------------------------------------------------------------*/
.logoSlider .logoSlides .slick-track {
  display: flex !important;
}
.logoSlider .logoSlides .slick-slide {
  height: inherit !important;
}
.logoSlider .logoSlides .slide {
  height: 100% !important;
}
.logoSlider .logoSlides .slick-slide {
  align-self: center;
  padding: 0 40px;
}
.logoSlider .logoSlides .slick-slide img {
  display: inline-block;
  margin: auto;
}
.logoSlider .slick-prev {
  left: -40px;
}
@media only screen and (max-width: 768px) {
  .logoSlider .slick-prev {
    left: 2px;
  }
}
.logoSlider .slick-next {
  right: -40px;
}
@media only screen and (max-width: 768px) {
  .logoSlider .slick-next {
    right: 2px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	Steps Block
/*-----------------------------------------------------------------------------------*/
.steps {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.steps .container .stepsCol hr, .steps .wp-block .stepsCol hr {
  border-top: solid 1px #212121;
}

@media only screen and (min-width: 1024px) {
  .has-padding-desktop {
    padding-left: 120px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	Tabs  Block
/*-----------------------------------------------------------------------------------*/
.tabHolder {
  position: relative;
}
.tabHolder .tabsBlock {
  display: block;
}
.tabHolder .tabsBlock button {
  border: none;
  background: rgba(255, 255, 255, 0);
  font-size: 1.25rem;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .tabHolder .tabsBlock button {
    display: block;
  }
}
.tabHolder .tabsBlock [role=tab]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #012e54;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.tabHolder .tabsBlock [role=tab][aria-selected=true]:before {
  visibility: visible;
  transform: scaleX(1);
}
.tabHolder .tabsPanel {
  margin: 25px 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	Video/Image and Copy Block
/*-----------------------------------------------------------------------------------*/
.viCopy .hero-body {
  z-index: 2;
}
.viCopy .sub-title {
  color: #212121;
}
.viCopy .image-container {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .viCopy .image-container img {
    width: 100% !important;
    display: block;
    margin: auto;
  }
}
.viCopy .is-centered .column {
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.viCopy .hero-button .button {
  margin-right: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	Video Block
/*-----------------------------------------------------------------------------------*/
.embed-container, .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-container iframe, .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	Video Gallery Block
/*-----------------------------------------------------------------------------------*/
.image-video-slider .slideBig li {
  display: block !important;
}
.image-video-slider .slideBig .slide {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.image-video-slider .slideBig .slide .container, .image-video-slider .slideBig .slide .wp-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .image-video-slider .slideBig h2, .image-video-slider .slideBig .has-h2style {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .image-video-slider .slideBig p {
    font-size: 0.7rem;
    line-height: 1rem;
  }
}
.image-video-slider .slideBig i,
.image-video-slider .slideBig svg {
  font-size: 4rem;
  color: #014a87;
}
@media only screen and (max-width: 768px) {
  .image-video-slider .slideBig i,
.image-video-slider .slideBig svg {
    font-size: 1.5rem;
  }
}
.image-video-slider .slider-nav li {
  width: 200px !important;
  padding: 10px;
}
.image-video-slider .slider-nav .thumbnail {
  display: flex;
  width: 100%;
  height: 101px;
  padding: 10px;
  align-items: center;
}
.image-video-slider .slider-nav h4, .image-video-slider .slider-nav .has-h4style {
  margin-bottom: 5px;
  text-align: center;
  font-size: 0.8rem;
}
.image-video-slider .slider-nav i,
.image-video-slider .slider-nav svg {
  text-align: center;
  display: block;
  margin: auto;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .image-video-slider .slider-nav li {
    width: 100px !important;
  }
  .image-video-slider .slider-nav .thumbnail {
    height: 50px;
  }
  .image-video-slider .slider-nav h4, .image-video-slider .slider-nav .has-h4style {
    font-size: 0.6rem !important;
    line-height: 0.8rem !important;
    font-family: "Montserrat", sans-serif;
  }
}
.image-video-slider .slick-prev {
  left: -25px;
}
.image-video-slider .slick-next {
  right: -25px;
}

/*-----------------------------------------------------------------------------------*/
/* overrides
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Slick Slider
/*-----------------------------------------------------------------------------------*/
.slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slide .buttonHolder {
  height: 75px;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0 auto;
  border-radius: 4px;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  height: 100%;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  background: #ccc;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
#slider .pause,
#slider .play {
  background: transparent;
  border: none;
  opacity: 0.5;
}
#slider .pause i,
#slider .play i {
  font-size: 0.8rem;
}
#slider .pause.is-active,
#slider .play.is-active {
  opacity: 1;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-prev,
.slick-next {
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  background: #212121 !important;
  color: #fff;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  /* color:black; */
  border: none;
  outline: none;
}
@media only screen and (max-width: 768px) {
  .slick-prev,
.slick-next {
    height: 30px;
    width: 30px;
  }
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  line-height: 1rem;
}
@media only screen and (max-width: 768px) {
  .slick-prev:before,
.slick-next:before {
    font-size: 0.6rem;
  }
}

.slick-prev {
  left: 25px;
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 2px;
  }
}

.slick-next {
  right: 25px;
}
@media only screen and (max-width: 768px) {
  .slick-next {
    right: 2px;
  }
}

.slick-prev:before {
  content: "\f053";
}

.slick-next:before {
  content: "\f054";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: rgba(33, 33, 33, 0.8) !important;
  color: #fff;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

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

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

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.slide {
  height: 100% !important;
}

@media only screen and (max-width: 768px) {
  .slide {
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat;
  }
}

/*# sourceMappingURL=app.css.map */
