@charset "UTF-8";
/*********************************
FONTS
*********************************/
/*********************************
CUSTOM
*********************************/
body {
  background-color: #000!important;
  background-image: url(/wp-content/uploads/2023/05/bg1.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1,h2 {
  font-family: 'Ubuntu', sans-serif;
}
.home .site-content,
.page .site-content {
  padding: 0;
  overflow: hidden;
}
.home #page {
  position: relative;
}
.home #page:before {
  content: '';
  width: 100%;
  display: block;
  height: 360px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 4;
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );    
}
rs-fullwidth-wrap#rev_slider_1_1_forcefullwidth {
  background: #000;
}
.section-nav {
  width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  background: transparent!important;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-nav.main-nav {
  position: absolute!important;
}
.section-nav .row {
  width: 1600px;
  max-width: 98%;
  position: relative;
  padding: 15px 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: flex-end;
}
.section-nav .site-branding {
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
}
.section-nav .site-branding img {
  width: 310px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-nav.has-scrolled .site-branding img {
  width: 225px;
}
.section-nav .topRightbar {
  display: flex;
  width: 100%;
  justify-content: end;
  margin-bottom: 8px;
}
.section-nav .topRightbar .quicklinks a {
  font-family: 'Ubuntu Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  color: #dcab2a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-nav .topRightbar .quicklinks a:hover {
  color: #ab8422;
}
.section-nav .topRightbar .quicklinks span {
  margin: 0 15px;
}
.section-nav .site-navigation {
  width: auto;
  -ms-flex-preferred-size: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  text-align: right;
}
.section-nav .site-navigation .primary-nav {
  font-family: 'Ubuntu Condensed', sans-serif;
}
.section-nav .topRightbar .phone-loc {
  z-index: 100;
  min-width: 265px;
  text-align: center;
}
.section-nav .topRightbar .phone-loc ul {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 5px 10px 18px #888888;
  text-align: center;
  border-radius: 4px;
  transition: .2s ease-in-out;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 15vw;
  top: 35px;  
}
.section-nav .topRightbar .phone-loc-display, ul.phone-loc-display\.sticky {
  height: initial !important;
}
.section-nav .topRightbar .phone-loc .phone-loc-title {
  font-weight: 800;
  color: #fff;
  font-size: 25px;
  margin-left: 35px;
}
.section-nav .topRightbar .phone-loc .phone-loc-title a {
  font-weight: 800;
  color: #13345f;
  font-size: 25px;
  margin-left: 35px;
}
.section-nav .topRightbar .phone-loc .phone-loc-title a:hover {
  text-decoration: none !important;
  color: #13345f !important;
}
.section-nav .topRightbar .phone-loc ul li:hover {
  background-color: #eee;
  cursor: pointer;
}
.section-nav .topRightbar .phone-loc ul li {
  width: 100%;
  transition: .2s ease-in-out;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgb(51 51 51 / 26%);
}
.section-nav .topRightbar .phone-loc ul li span {
  font-size: 18px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.section-nav .topRightbar .phone-loc ul li a {
  font-size: 20px;
}
.section-nav .topRightbar .phone-loc .phone-loc-title:before {
  content: '\f095';
  font-family: "Font Awesome 5 Pro";
  background: #e91511;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  position: absolute;
  right: 220px;
  top: -3%;
}
.section-nav .topRightbar .drop-down-loc {
  cursor: pointer;
}
.section-nav .topRightbar .drop-down-loc:after {
  content: '\f13a';
  font-family: "Font Awesome 5 Pro";
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  position: absolute;
  right: -20px;
  top: -4%;
}
.section-sticky {
  background: #000!important;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.section-sticky.section-nav .site-branding img {
  width: 200px;
}
.section-home2,
.section-home3,
.section-homegal {
    background: rgb(0 0 0 / 85%);
}
.section-home1 {
  background-color: #000;
  position: relative;
  z-index: 8;
  padding: 0 0 40px;
}
.section-home1 .container {
  margin-right: 0;
  padding-right: 0;
}
.section-home1 .row {
  position: relative;
  align-items: end;
  align-content: flex-end;
}
.section-home1 .quickinfo {
  display: flex;
  margin-top: -80px;
  margin-bottom: 0px;
}
.section-home1 .quickinfo .box {
  width: 33.33%;
  background: #181421;
  color: #fff;
  padding: 40px 40px 30px 40px;
}
.section-home1 .quickinfo .box:nth-of-type(2) {
  background: #e91511;
}
.section-home1 h2 {
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  font-size: 4rem;
  font-style: italic;
  margin-bottom: 0;
}
.section-home1 .quickinfo h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.section-home1 .quickinfo a {
  color: #dcab2a;
  font-weight: 600;
}
.section-home1 .quickinfo span {
  margin: 0 8px;
}
.section-home2 {
  padding: 10vh 0;
  position: relative;
}
.section-home2:before,
.section-homegal:before  {
  content: '';
  width: 100%;
  display: block;
  height: 360px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 4;
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );    
}
.section-home2 .container {
  width: 1200px;
  z-index: 4;
}
.section-home2 .row {
  align-items: center;
}
.section-home2 .container .row > div:first-child {
  padding: 10px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.section-home2 .container .row > div:first-child div:first-child {
  left: 35%;
  top: 12%;
  text-align: left;
  position: absolute;
  max-width: 63%;
  border-style: solid;
  border-width: 10px;
  border-color: #000;
}
.section-home2 .container .row > div:first-child div:last-child {
  max-width: 85%;
  border-style: solid;
  border-width: 10px;
  border-color: #000;
}
.section-home2 h1 {
  font-family: 'Ubuntu Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 8.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 3px;
}
.section-home2 h5 {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: 600;
  color: #dcab2a;
}
.section-home2 p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.55;
}
.section-home3 {
  position: relative;
}
.section-home3 .container {
  width: 100%;
}
.section-home3 .quick-service {
  width: 50%;
  color: #fff;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}
.section-home3 .info {
  z-index: 2;
  color: #fff;
  position: relative;
}
.section-home3 .info h5 {
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: 10px;
  font-weight: 600;
  color: #dcab2a;
}
.section-home3 .info h3 {
  text-transform: uppercase;
  font-size: 2em;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
}
.section-home3 .info p {
  margin-bottom: 0;
  background: #e91511;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  padding: 6px 25px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-home3 .quick-service:hover .info p {
  background: #8e110f;
}
.section-home3 .quick-service .spacer {
  height: 40vh;
}
.section-home3 .background-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;    
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, #02010124 0%, #000000 100%);
  opacity: 0.75;
}

.section-home3 .quick-service:hover .background-overlay {
  opacity: 0.95;
}

.section-home3 .quick-service a {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
}
/* .section-home3 .quick-service a:hover ~ .background-overlay {

} */
.section-homegal {
  position: relative;
  padding: 20vh 0 10vh;
  text-align: center;
}
.section-homegal .container {
  width: 1380px;
  z-index: 4;
}
.section-homegal h2 {
  font-family: 'Ubuntu Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 3px;
}
.section-homegal h5 {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: 600;
  color: #dcab2a;
}
.section-homegal img {
  display: block;
  padding: 15px;
}
.section-homegal .col {
  padding: 0;
}
.section-homegal a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-homegal a:hover,
.section-homegal a:focus {
  opacity: 0.5;
}
.section-footer {
  text-align: center;
  color: #fff;
  background: #000;
  padding: 17px 0;
}
.section-footer p {
  margin-bottom: 0;
}

/* Gravity Form Home
--------------------------------------------*/
.sticky-form {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
}
.sticky-form .menu {
  width: auto;
  outline: none;
  vertical-align: middle;
}
.sticky-form .menu span {
  outline: none;
  width: 27px;
  height: 2px;
  background-color: #ccc;
  margin: 5px 0;
  display: block;
  transition: transform 0.4s;
  margin-left: auto;
}
.sticky-form .slideout-menu-toggle.menu {
  border-radius: 50%;
  color: #ccc;
  border-color: #ccc;
  padding: 7px;
  transition: transform 0.4s;
}
.sticky-form .slideout-menu-toggle.menu:hover {
  background: transparent!important;
  border-color: #ccc;
  opacity: .75;
}
.sticky-form .gform_heading {
  display: none;
}
.page-template.isopen .sticky-form .menu span {
  background-color: #ccc;
}
.page-template.isopen .sticky-form .menu span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg) translate(-6px, 4px);
  transform: rotate(-45deg) translate(-6px, 4px);
}
.page-template.isopen .sticky-form .menu span:nth-of-type(2) {
  opacity: 0;
}
.page-template.isopen .sticky-form .menu span:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -4px);
  transform: rotate(45deg) translate(-6px, -4px);
}
.sticky-form .gform_legacy_markup_wrapper {
  margin: 0!important;
}
.sticky-form .gform_legacy_markup_wrapper .gform_heading {
  margin: 0!important;
}
.sticky-form .gform_legacy_markup_wrapper li.hidden_label input {
  margin:0!important;
}
.gform_wrapper form {
  overflow-x: visible !important;
}
.gform_wrapper form {
  text-align: center!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0.5em 1em!important;
  text-align: center!important;
  font-size: 13px!important;
}
.gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 0;
  padding-top: 0;
}
.gform_wrapper .top_label .gfield_label {
  display: none!important;
}
.sticky-form button,
.sticky-form input[type="button"],
.sticky-form input[type="reset"],
.sticky-form input[type="submit"],
.sticky-form .button {
  cursor: pointer;
  padding: 7px 14px;
  margin-top: 0!important;
  text-transform: uppercase;
  background: #e91511;
  color: #fff;
  font-weight: 700;
  border: 0;
  font-family: 'Ubuntu Condensed',sans-serif;
}
.sticky-form .gform_widget button:hover,
.sticky-form .gform_widget input[type="button"]:hover,
.sticky-form .gform_widget input[type="reset"]:hover,
.sticky-form .gform_widget input[type="submit"]:hover,
.sticky-form .gform_widget .button:hover {
  background: #8e110f;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper form.gf_simple_horizontal div.gform_body {
      width: auto;
      text-align: center;
      max-width: 85%!important;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
      vertical-align: initial!important;
      background: none;
  }

}
@media only screen and (max-width: 1023px) and (min-width: 860px) {
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
         max-width: 140px;
  }

}
@media only screen and (max-width: 1180px) {
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      padding: 12px 0px!important;
      text-align: center!important;
  }
}
@media only screen and (max-width: 860px) {
  .sticky-form {
      display: block;
      position: relative;
      bottom: 0px;
  }
  .home-top-2 .wrap {
      max-width: 98%;
  }
  .gform_wrapper form div.gform_footer.top_label input[type=submit] {
      padding:8px;
  }
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
         max-width: 110px;
  }
}
@media only screen and (max-width: 800px) {
  .sticky-form button,
  .sticky-form input[type="button"],
  .sticky-form input[type="reset"],
  .sticky-form input[type="submit"],
  .sticky-form .button {
      margin-top: 10px!important;
  }
}
@media only screen and (max-width: 640px) {
  .gform_wrapper.gf_browser_chrome .gform_body {
      width: 100% !important;
  }

  .sticky-form {
      width: 86%;
  }
      .sticky-form .widgettitle {
      font-size: 30px;
  }
  body .gform_wrapper ul li.gfield {
      margin-top: 8px!important;
  }
  .gform_wrapper .gform_footer {
      padding: 0px 0 10px!important;
      margin: 10px 0 0!important;
      width:100%!important;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
     max-width: 100%;
     width: 100%;
     margin: 0;
  }
  .sticky-form button,
  .sticky-form input[type="button"],
  .sticky-form input[type="reset"],
  .sticky-form input[type="submit"],
  .sticky-form .button {
      margin-top: 8px!important;
  }
}
/* Standard Navigation
--------------------------------------------- */
 
nav {
  clear: both;
}

/* Navigation toggles

.slideout-menu-toggle,
.slideout-menu {
  display: none;
  visibility: hidden;
}
--------------------------------------------- */

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 861px) {
  .nav-primary {
      display: block;
      visibility: visible;
  }
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.slideout-menu-toggle.menu {
  border: 2px #231f20 solid;
  font-weight: 400;
  background-color: transparent;
  box-shadow: none;
  color: #231f20;
  width: auto;
  display: inline-block;
  padding: 2px 10px;
  font-size: 18px;
  transition: all .3s ease;
}
.slideout-menu-toggle.menu:hover,
.slideout-menu-toggle.menu:focus {
  border: 2px #231f20 solid;
  color: #fff; 
  background-color: #231f20; 
}
.slideout-menu-toggle.menu span {
  text-transform: uppercase;
}
.slideout-menu-toggle {
  display: block;
  font-weight: 700;
  visibility: visible;
  color: #fff;
  font-size: 30px;
}
.slideout-menu-toggle:hover{
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
} 
.nav-primary {
  position: fixed;
  left: -300px;
  top: 0px;
  background-color: #000000;
  width: 300px;
  height: 100%;
  z-index: 99999999;
  visibility: visible;
  display: block !important;
  overflow: auto;
  -webkit-transition: left 1s; /* For Safari 3.1 to 6.0 */
  transition: left 1s;
}
.nav-primary .wrap {
  background: none;
  padding-left: 0;
  padding-right: 0;    
}
.nav-primary.isopen {
  left: 0px;
}
.slideout-menu{
  display: block;
  position: relative;
  padding: 25px 5px;
  font-size: 24px;
  border-bottom: 3px solid #f5f5f5;
  overflow: auto;
  visibility: visible;
  margin-bottom: 0;
}

.nav-primary .slideout-menu-toggle {
  position: absolute;
  top: 10px;
  text-align: left;
  right: 0;
  display: inline-block;
  padding: 6px 25px 5px;
  width: 100%;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  vertical-align: top;
  background: none;
  box-shadow: none;
  border: none;
  font-weight: 400;
  font-size: 20px;
}

.genesis-nav-menu{
  list-style-type: none;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
}
.genesis-nav-menu .menu-item {
  background-color: inherit;
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 0;
}
.genesis-nav-menu a {
  font-family: 'Ubuntu Condensed',sans-serif;
  font-size: 24px;
  padding: 18px 25px;
  border-right: none;
  font-weight: 100;
  display: block;
  transition: all .3s ease;
  text-align: left;
  letter-spacing: 0.5px;
  width: 100%;
  border-left: none;
  border-bottom: 1px solid #ccc;
  background: none;
}
.genesis-nav-menu .menu-item:hover {
  position: relative;
  background: inherit;
}
.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  position: static;
  width: 100%;
  opacity: 1;
}
.genesis-nav-menu .sub-menu a {
  border-left: 0;
  position: relative;
  width: auto;
  padding: 15px;
  font-size: 17px;
  border-bottom: 1px solid rgba(255,255,255, 0.4);
  background: #2387c8;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: 0;
}
.genesis-nav-menu .sub-menu .sub-menu a {
  padding-left: 30px;
}
.genesis-nav-menu {
  clear: both;
  line-height: 1.5;
  width: 100%;
}
.genesis-nav-menu,
.genesis-nav-menu a {
  color: #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {
  color: #000;
  background: #e91511;
}

.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
}
.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
  display: inline-block;
  padding: 18px 20px;
}
.genesis-nav-menu .right:hover > a {
  background: none;
  color: #fff;
}
.genesis-nav-menu .right > a:hover {
  background: #fff;
  color: #000;
}
.genesis-nav-menu > .search {
  padding: 9px 0 0;
}
.genesis-nav-menu input[type="search"] {
  font-size: 14px;
  padding: 10px 16px;
}
/*********************************
MEDIA QUERIES
*********************************/
/*********************************
CROSS-BROWSER MEDIA QUERIES
*********************************/
/*************************************************
Update these with your theme's color variable names
*************************************************/
/*********************************
FONTS
*********************************/
/*********************************
LAYOUT
*********************************/
/*********************************
MEDIA QUERIES
*********************************/
/*********************************
CROSS-BROWSER MEDIA QUERIES
*********************************/
/*************************************************
Update these with your theme's color variable names
*************************************************/
/*********************************
THEME DEFAULTS
*********************************/
.hide {
  display: none !important;
}
#main, .container {
  margin: 0 auto;
  position: relative;
}
.container {
  position: relative;
  width: 1600px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.browsehappy {
  text-align: center;
  padding: 25px;
  background-color: #eee;
  margin-bottom: 0;
}
/*********************************
SAFARI FLEX QUICKFIX
*********************************/
.row:before {
  content: none;
}
.row:after {
  content: "";
}
/*********************************
LAZYLOADING - FADE IN
*********************************/
.lazyload:not(.bg-texture), .lazyloading:not(.bg-texture) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lazyloaded:not(.bg-texture) {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*********************************
GLOBAL CLASSES
*********************************/
/*********************************
ANIMATION DELAYS
*********************************/
.to-animate {
  animation-duration: 0.25s;
}
@media (min-width: 992px) {
  .to-animate {
    animation-duration: 1s;
  }
}
.to-animate.fast {
  animation-duration: 0.5s;
}
.delay-200ms {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay-400ms {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay-600ms {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay-800ms {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
/*********************************
CUSTOM ANIMATION
*********************************/
@keyframes fadein {
  from {
    opacity: 0;
    margin-top: -6px;
  }
  to {
    opacity: 1;
    margin-top: -1px;
  }
}
/***************************************
BLOG LAYOUT
****************************************/
.archive article, .category article {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 1200px) {
  .single article {
    padding-left: 15px !important;
  }
}
.blog #page #primary, .blog #page #main, .post-template-default #page #primary, .post-template-default #page #main, .category #page #primary, .category #page #main, .search #page #primary, .search #page #main {
  padding-left: 15px;
  padding-right: 15px;
}
.blog #content, .post-template-default #content, .category #content, .search #content {
  position: relative;
  padding-top: 8%;
}
.blog #content article, .post-template-default #content article, .category #content article, .search #content article {
  margin: 0;
  padding: 0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
  border-bottom: none;
}
.blog #content article:last-child, .post-template-default #content article:last-child, .category #content article:last-child, .search #content article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog #content article:last-child:after, .post-template-default #content article:last-child:after, .category #content article:last-child:after, .search #content article:last-child:after {
  display: none;
}
.blog #content article:last-child .blog-featured-img-container .blog-featured-img, .post-template-default #content article:last-child .blog-featured-img-container .blog-featured-img, .category #content article:last-child .blog-featured-img-container .blog-featured-img, .search #content article:last-child .blog-featured-img-container .blog-featured-img {
  height: 250px;
}
@media (min-width: 992px) {
  .blog #content article:last-child .blog-featured-img-container .blog-featured-img, .post-template-default #content article:last-child .blog-featured-img-container .blog-featured-img, .category #content article:last-child .blog-featured-img-container .blog-featured-img, .search #content article:last-child .blog-featured-img-container .blog-featured-img {
    height: 100%;
  }
}
.blog #content article:after, .post-template-default #content article:after, .category #content article:after, .search #content article:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: #717171;
}
.blog #content article .entry-title, .post-template-default #content article .entry-title, .category #content article .entry-title, .search #content article .entry-title {
  margin-top: 0;
}
.blog #content article .blog-featured-img-container .blog-featured-img, .post-template-default #content article .blog-featured-img-container .blog-featured-img, .category #content article .blog-featured-img-container .blog-featured-img, .search #content article .blog-featured-img-container .blog-featured-img {
  z-index: 2;
  display: block;
  max-width: 100%;
  height: 250px;
  margin-bottom: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}
@media (min-width: 480px) {
  .blog #content article .blog-featured-img-container .blog-featured-img, .post-template-default #content article .blog-featured-img-container .blog-featured-img, .category #content article .blog-featured-img-container .blog-featured-img, .search #content article .blog-featured-img-container .blog-featured-img {
    max-width: 400px;
  }
}
.blog #content article .entry-header h2, .post-template-default #content article .entry-header h2, .category #content article .entry-header h2, .search #content article .entry-header h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.blog #content article .entry-header h2 a, .post-template-default #content article .entry-header h2 a, .category #content article .entry-header h2 a, .search #content article .entry-header h2 a {
  color: #336c8c;
  text-decoration: none;
}
.blog #content article .entry-header span, .post-template-default #content article .entry-header span, .category #content article .entry-header span, .search #content article .entry-header span {
  color: black;
  margin-bottom: 10px;
  display: block;
}
.blog #content article .entry-content, .post-template-default #content article .entry-content, .category #content article .entry-content, .search #content article .entry-content {
  margin: 0;
}
.blog #content article .entry-content.row, .post-template-default #content article .entry-content.row, .category #content article .entry-content.row, .search #content article .entry-content.row {
  margin: 0 -15px;
}
/***************************************
SIDEBAR - BLOG
****************************************/
#secondary .search-form {
  max-width: 400px;
  padding-bottom: 40px;
}
#secondary .search-form input {
  display: block;
  width: 65%;
  float: left;
  height: 40px;
  border: 1px solid #717171;
  padding-left: 10px;
}
#secondary .search-form .btn {
  width: 35%;
  float: left;
  font-size: 18px;
  padding: 8px 10px;
  height: 40px;
  border: 1px solid #717171;
  border-left: none;
}
#secondary .widget {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid rgba(113, 113, 113, 0.15);
}
#secondary .widget:first-child {
  padding-top: 0;
}
#secondary .widget:last-child {
  border: none;
}
#secondary .widget ul {
  margin: 0;
}
#secondary .widget ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0.8em;
}
#secondary .widget ul li:before {
  position: absolute;
  top: 0.08em;
  left: -1.1em;
  display: flex;
  align-items: center;
  justify-items: center;
  content: "";
  width: 1em;
  height: 1em;
  padding: 0 0.3em;
  border: 1px solid #717171;
  border-radius: 50%;
  font-size: 1.8rem;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
}
#secondary .widget ul li a {
  padding-left: 5px;
}
#secondary .widget_sm_recent_posts_widget ul {
  padding: 0;
  margin: 0;
}
#secondary .widget_sm_recent_posts_widget ul li {
  list-style: none;
  padding: 0;
}
#secondary .widget_sm_recent_posts_widget ul li:before {
  display: none;
}
#secondary .widget_sm_recent_posts_widget ul li a {
  display: flex;
  align-items: center;
}
#secondary .widget_sm_recent_posts_widget ul li a:hover .recent-thumbnail:before {
  opacity: 1;
  visibility: visible;
}
#secondary .widget_sm_recent_posts_widget ul li a .recent-thumbnail {
  display: block;
  width: 25%;
  padding-bottom: 25%;
  max-width: 250px;
  min-width: 100px;
  margin-top: 0.25em;
  margin-right: 0.75em;
  margin-bottom: 0.25em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-self: flex-start;
  flex-shrink: 0;
  position: relative;
}
#secondary .widget_sm_recent_posts_widget ul li a .recent-thumbnail:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.5s;
}
#secondary .widget_sm_recent_posts_widget ul li a .recent-title {
  margin-left: 0;
  display: block;
  flex: 1 1 auto;
}
/***************************************
CUSTOM PAGINATION
****************************************/
.navigation.pagination {
  display: block;
  margin: auto auto;
  text-align: center;
  margin-bottom: 5%;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  padding: 0;
  margin: 0;
}
.navigation.pagination .nav-links > * {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  border: 1px solid #336c8c;
  min-width: 34px;
  transition: ease color 0.5s, ease background 0.5s;
}
.navigation.pagination .nav-links > *:hover, .navigation.pagination .nav-links > *:active, .navigation.pagination .nav-links > *:focus {
  background: #336c8c;
  color: white;
  text-decoration: none;
}
.navigation.pagination .nav-links > *.current, .navigation.pagination .nav-links > *.current:hover {
  background: #336c8c;
  color: white;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/***************************************
BASE BUTTON STYLES
****************************************/
.btn, .mce-content-body a.btn, .mce-content-body a.btn[data-mce-selected] {
  padding: 0.75em 1.25em;
  margin: 0;
  white-space: normal;
  text-decoration: none !important;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 700;
  display: inline-block;
}
.btn.center-button, .mce-content-body a.btn.center-button, .mce-content-body a.btn[data-mce-selected].center-button {
  display: table;
  margin: 0 auto;
}
.btn-primary {
  color: #fff;
  background-color: #336c8c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #7ac142;
  box-shadow: none;
}
.btn-secondary {
  color: #fff;
  background-color: #7ac142;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #336c8c;
}
/***************************************
BUTTON GROUP RESPONSIVE BEHAVIOR
****************************************/
.button-group {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 480px) {
  .button-group {
    flex-direction: row;
  }
}
.button-group .btn {
  margin: 0.5rem 0.5rem 0;
}
/**********************
DESIGN SYSTEM TEMPLATE 
***********************/
.ds-section {
  width: 100%;
  margin: 5em 0;
}
h2.ds-title {
  margin-bottom: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
h3.ds-subtitle {
  text-transform: uppercase;
}
.ds-section .slider-wrapper {
  margin-top: 30px;
}
.ds-section .slider-wrapper .content-wrapper {
  max-width: 65%;
  margin: 0 auto;
}
.ds-section .slider-wrapper-equal {
  margin-top: 30px;
}
.ds-section .slider-wrapper-equal .slide {
  display: flex;
  align-items: center;
  padding: 25px;
  margin: 0 15px;
  background-color: #EEEEEE;
}
/***************************************
CUSTOM TABS
****************************************/
.sm-tabs .nav.nav-tabs {
  border: none;
}
.sm-tabs .nav.nav-tabs li {
  margin-right: 0.5rem;
}
.sm-tabs .nav.nav-tabs li a {
  padding: 0.75em 1.25em;
  color: #fff;
  background: #717171;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  transition: ease all 0.3s;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .sm-tabs .nav.nav-tabs li a {
    padding: 0.75em 1.5em;
  }
}
@media (min-width: 992px) {
  .sm-tabs .nav.nav-tabs li a {
    font-size: 1.5rem;
  }
}
.sm-tabs .nav.nav-tabs li a:hover {
  background-color: #7ac142;
  color: #fff;
  text-decoration: none;
}
.sm-tabs .nav.nav-tabs li a.active, .sm-tabs .nav.nav-tabs li a.active:hover {
  background: #336c8c;
  color: #fff;
  border: none;
  margin-bottom: 0;
  box-shadow: inset 0 -4px 0 0 #7ac142;
}
.sm-tabs .panel-group .panel {
  border-radius: 0;
  margin: 0 !important;
  border: none !important;
}
.sm-tabs .panel-group .panel .panel-heading {
  padding: 0;
}
.sm-tabs .panel-group .panel .panel-heading .panel-title a {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: normal;
  text-decoration: none;
  background: #336c8c;
  color: #fff;
  border: 1px solid #717171;
  position: relative;
}
.sm-tabs .panel-group .panel .panel-heading .panel-title a.collapsed {
  background: rgba(113, 113, 113, 0.75);
  color: #336c8c;
}
.sm-tabs .panel-group .panel .panel-heading .panel-title a.collapsed:after {
  transform: translateY(-50%) rotate(0deg);
}
.sm-tabs .panel-group .panel .panel-heading .panel-title a:after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.7rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: ease transform 0.5s;
}
.sm-tabs .panel-group .panel .panel-body {
  border: none;
  padding: 10px 20px;
  background: #7ac142;
}
.sm-tabs .tab-content {
  background: #fff;
  padding: 20px 20px 40px;
  margin-bottom: 20px;
  border: 1px solid rgba(79, 94, 120, 0.15);
}
/***************************************
CUSTOM ACCORDION
****************************************/
.sm-accordion.dark .card.active .card-header h5 button {
  background-color: #000;
  color: #fff;
}
.sm-accordion.dark .card .card-header:hover h5 button {
  background-color: #000;
  color: #fff;
}
.sm-accordion.dark .card .card-header {
  border-bottom: none;
}
.sm-accordion.dark .card .card-header h5 button {
  background-color: #717171;
  color: #fff;
}
.sm-accordion.dark .card .card-header h5 button .accordion-icon {
  background-color: #7ac142;
  color: #fff;
}
.sm-accordion .card {
  border: none;
  background-color: transparent;
  margin-bottom: 3px;
}
.sm-accordion .card.active .card-header h5 button {
  color: #7ac142;
}
.sm-accordion .card.active .card-header h5 button .accordion-icon:before {
  transform: rotateZ(180deg);
}
.sm-accordion .card.active .card-header h5 button .accordion-icon:after {
  transform: rotateZ(180deg);
}
.sm-accordion .card .card-header {
  padding: 0;
  border: none;
  border-bottom: 3px solid #f0f0f0;
  background-color: transparent;
  border-radius: 0;
}
.sm-accordion .card .card-header:hover h5 button {
  color: #7ac142;
}
.sm-accordion .card .card-header h5 {
  padding: 0;
  margin: 0;
}
.sm-accordion .card .card-header h5 button {
  width: 100%;
  text-align: left;
  padding: 20px 50px 20px 20px;
  position: relative;
  background: transparent;
  font-weight: 500;
  color: #222222;
  line-height: 1.125em;
  border: none;
  transition: ease all 0.5s;
  cursor: pointer;
}
.sm-accordion .card .card-header h5 button .accordion-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #717171;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-accordion .card .card-header h5 button .accordion-icon:before, .sm-accordion .card .card-header h5 button .accordion-icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  transform-style: preserve-3d;
  transition: ease transform 0.5s;
}
.sm-accordion .card .card-header h5 button .accordion-icon:before {
  transform: rotate(0deg);
}
.sm-accordion .card .card-header h5 button .accordion-icon:after {
  transform: rotate(90deg);
}
.sm-accordion .card .card-body {
  padding-left: 20px;
}
/***************************************
CUSTOM CARDS
****************************************/
.sm-card-deck {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  margin-left: 0;
}
.sm-card-deck.card-deck-sm {
  flex-direction: column;
}
@media (min-width: 480px) {
  .sm-card-deck.card-deck-sm {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .sm-card-deck.card-deck-sm .card {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sm-card-deck.card-deck-md {
  flex-direction: column;
}
@media (min-width: 768px) {
  .sm-card-deck.card-deck-md {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .sm-card-deck.card-deck-md .card {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sm-card-deck.card-deck-lg {
  flex-direction: column;
}
@media (min-width: 992px) {
  .sm-card-deck.card-deck-lg {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .sm-card-deck.card-deck-lg .card {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sm-card-deck.card-deck-xl {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .sm-card-deck.card-deck-xl {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .sm-card-deck.card-deck-xl .card {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sm-card-deck .card {
  margin-left: 0;
  margin-right: 0;
}
.sm-card-deck .card img {
  width: 100%;
  padding-left: 100%;
  background-color: #717171;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.sm-card-deck .card .card-bg-image {
  display: block;
  height: 250px;
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sm-card-deck .card .card-footer {
  background-color: transparent;
  border-top: none;
}
/***************************************
CUSTOM RESPONSIVE TABLE
****************************************/
table.sm-table {
  width: 100%;
  margin: 0 0 1em;
  border-collapse: collapse;
}
table.sm-table thead {
  display: none;
}
@media (min-width: 768px) {
  table.sm-table thead {
    display: table-header-group;
  }
}
table.sm-table thead tr th {
  letter-spacing: 0.02em;
  padding: 0.5em 0.625rem;
  background-color: rgba(0, 0, 0, 0.25);
  border-bottom: 2px solid #000;
  color: #000;
  text-align: left;
}
table.sm-table th, table.sm-table td {
  padding: 0.375em 0.625rem;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  vertical-align: top;
}
@media (min-width: 768px) {
  table.sm-table th:last-child, table.sm-table td:last-child {
    border-right: none;
  }
}
table.sm-table tr:nth-child(even) {
  background: #f0f0f0;
}
table.sm-table tr:nth-child(odd) {
  background: #fff;
}
table.sm-table td {
  display: block;
}
@media (min-width: 768px) {
  table.sm-table td {
    display: table-cell;
  }
}
table.sm-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  table.sm-table td:before {
    display: none;
  }
}
/***************************************
FORM FIELD STYLES
****************************************/
form {
  width: 100%;
}
form label {
  font-weight: bold;
  display: block;
}
form .form-control {
  border-radius: 0;
  height: 4rem;
  font-size: 1.6rem;
}
form .form-select {
  position: relative;
}
form .form-select:after {
  cursor: pointer;
  pointer-events: none;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.6rem;
  line-height: 1;
  color: #717171;
  display: block;
  position: absolute;
  text-align: center;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: transparent;
}
form .form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px;
  color: #717171;
  width: 100%;
}
form .form-select select.form-control:not([size]):not([multiple]) {
  height: 4rem;
}
form .form-select select option {
  text-transform: capitalize;
}
form .form-select select::-ms-expand {
  display: none;
}
form textarea {
  overflow: auto;
  height: auto;
  max-width: 100%;
  min-height: 15rem;
  font-weight: 400;
  text-transform: none;
}
form .form-check.form-check-inline * {
  cursor: pointer;
}
form .form-schedule {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
form .form-schedule .label {
  width: 100%;
}
form .form-schedule .label span {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.125em;
}
form .form-schedule .switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: center;
  height: 40px;
  width: 90px;
  min-width: 90px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.15);
}
form .form-schedule .switch .switch-box {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 50%;
  max-width: 45px;
  background-color: #717171;
  transform: none;
  transition: all 0.4s ease;
}
form .form-schedule .switch .switch-text {
  width: 50%;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease 0.1s;
}
form .form-schedule .switch.toggled-switch .switch-box {
  transform: translateX(45px);
  background-color: #7ac142;
}
form .form-schedule .switch.toggled-switch .switch-text {
  color: white;
}
form .expanding-container {
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s;
}
form .expanding-container.toggled-container {
  pointer-events: auto;
  opacity: 1;
  max-height: 200px;
}
form input {
  color: #717171;
}
form input.form-control::-webkit-input-placeholder, form textarea.form-control::-webkit-input-placeholder {
  color: #717171;
}
form input.form-control::-moz-placeholder, form textarea.form-control::-moz-placeholder {
  color: #717171;
}
form input.form-control:-moz-placeholder, form textarea.form-control:-moz-placeholder {
  color: #717171;
}
form input.form-control:-ms-input-placeholder, form textarea.form-control:-ms-input-placeholder {
  color: #717171;
}
/***************************************
BASE BVALIDATOR STYLES
****************************************/
.bvalidator-message-container {
  z-index: 5;
}
.bvalidator_tooltip {
  display: flex;
  padding: 2px 5px 2px 5px;
  background-color: #336c8c;
  border: 1px solid #336c8c;
  color: #fff;
}
.bvalidator_errmsg {
  left: 0 !important;
  top: 0 !important;
  font-size: 10px;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.bvalidator_close {
  margin-left: 5px;
  margin-top: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}
/***************************************
FORM WRAPPERS
****************************************/
.offer-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3vw;
  background-color: rgba(0, 0, 0, 0.5);
}
.offer-form .form-submit {
  margin-bottom: 0;
}
.offer-form .form-submit .btn {
  width: 100%;
}
.lightbox-form {
  position: absolute;
  top: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 0 10px;
  width: 100%;
  margin: 10px auto;
  display: block;
  transition: ease all 0.5s;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 300px) and (orientation: landscape) {
  .lightbox-form {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 3vw;
    width: 40%;
  }
}
@media (min-width: 768px) {
  .lightbox-form {
    padding: 0 3vw;
  }
}
@media (min-width: 992px) {
  .lightbox-form {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 3vw;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .lightbox-form {
    padding: 0 3vw;
    width: 33%;
  }
}
.lightbox-form.shown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.lightbox-form [data-product] {
  display: none;
}
.lightbox-form [data-product].show {
  display: block;
}
.lightbox-form-container .fancybox-caption, .lightbox-form-container .fancybox-infobar, .lightbox-form-container .fancybox-navigation .fancybox-button, .lightbox-form-container .fancybox-toolbar {
  position: fixed;
}
@media (min-width: 992px) {
  .lightbox-form-container .fancybox-caption, .lightbox-form-container .fancybox-infobar, .lightbox-form-container .fancybox-navigation .fancybox-button, .lightbox-form-container .fancybox-toolbar {
    position: absolute;
  }
}
.lightbox-form-container .fancybox-slide--image {
  padding: 44px 0;
}
@media (min-width: 768px) {
  .lightbox-form-container .fancybox-slide--image {
    padding: 44px 0;
  }
}
.lightbox-form-container.fancybox-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 300px) and (orientation: landscape) {
  .lightbox-form-container.fancybox-container {
    display: block;
  }
}
@media (min-width: 992px) {
  .lightbox-form-container.fancybox-container {
    display: block;
  }
}
.lightbox-form-container.fancybox-container .lightbox-form {
  position: relative;
}
.lightbox-form-container.fancybox-container .fancybox-inner {
  position: relative;
  left: 0;
  right: initial;
  overflow: visible;
  display: block;
  margin: 0 auto;
  height: 90vw;
  width: 100%;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 300px) and (orientation: landscape) {
  .lightbox-form-container.fancybox-container .fancybox-inner {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: calc(100% - 40% - 3vw);
  }
}
@media (min-width: 768px) {
  .lightbox-form-container.fancybox-container .fancybox-inner {
    height: 60vw;
    right: 3vw;
    width: calc(100% - (3vw * 2));
  }
}
@media (min-width: 992px) {
  .lightbox-form-container.fancybox-container .fancybox-inner {
    right: 3vw;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: calc(100% - 40% - 3vw);
  }
}
@media (min-width: 1200px) {
  .lightbox-form-container.fancybox-container .fancybox-inner {
    right: 3vw;
    width: calc(100% - 33% - 3vw);
  }
}
.lightbox-form-container.fancybox-container .fancybox-toolbar div {
  display: inline-block;
  height: 44px;
  line-height: 42px;
  background: rgba(30, 30, 30, 0.6);
  color: #ccc;
  font-size: 12px;
  font-weight: bold;
  min-width: 42px;
  text-align: center;
  white-space: nowrap;
}
.lightbox-form-container .fancybox-button--arrow_right, .lightbox-form-container .fancybox-button--arrow_left {
  text-align: center;
}
/***************************************
MMENU STYLES
****************************************/
.mm-menu_offcanvas {
  opacity: 1;
  pointer-events: all;
}
.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: block;
  opacity: 0;
  pointer-events: none;
}
#mmenu {
  background-color: #336c8c;
}
.mm-navbar {
  background-color: transparent !important;
}
.mm-btn_next, .mm-btn_prev {
  -webkit-tap-highlight-color: transparent !important;
}
.mm-btn_next:after, .mm-btn_next:before, .mm-btn_prev:after, .mm-btn_prev:before {
  border-color: #fff;
}
.mm-menu .mm-listview a, .mm-navbar .mm-title, .mm-navbar__title, .mm-navbar {
  color: #fff !important;
}
.mm-panels .mm-listview a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mm-navbars_bottom .btn {
  background-color: #7ac142;
  border-color: #7ac142;
}
.mm-navbars_bottom .btn:hover, .mm-navbars_bottom .btn:focus, .mm-navbars_bottom .btn:active {
  background-color: rgba(122, 193, 66, 0.75) !important;
}
.mm-navbars_top .mm-navbar span {
  font-size: 1.5rem;
  line-height: 1.1em;
}
.mm-navbar__title {
  font-size: 1.5rem;
  line-height: 1.4em;
}
.mm-listitem a {
  font-size: 2.8rem;
  line-height: 1.1em;
}
.mm-listitem.small-text a {
  font-size: 1.7rem;
  line-height: 1.1em;
}
.mm-navbars_bottom .btn {
  font-size: 1.8rem;
}
.mm-navbars_top {
  top: 20px;
  border: none;
  background: none;
}
.mm-navbars_top .mm-navbar {
  align-items: center;
}
.mm-navbars_top .mm-navbar span {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 35px;
}
.mm-panels {
  top: 70px !important;
}
.mm-panels, .mm-panels > .mm-panel {
  padding-right: 35px;
  padding-left: 35px;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > *, .mm-navbar, .mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: transparent !important;
}
.mm-listview > li:not(.mm-divider):after {
  left: 0 !important;
}
.mm-listitem_selected > .mm-listitem__text {
  background: transparent !important;
}
.mm-btn.mm-btn_close:before, .mm-btn.mm-btn_close:after {
  display: none;
}
.mm-btn.mm-btn_close.mm-navbar__btn {
  display: block;
  width: auto;
  height: fit-content;
  padding: 0;
  top: 0px;
  right: 20px;
}
.mm-btn.mm-btn_close.mm-navbar__btn:before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: static;
  font-size: 4.5rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1.2;
  border: none;
  transform: none;
}
.mm-navbar__title {
  text-align: left;
  text-transform: uppercase;
}
#mmenu.mm-menu_opened .menu-item {
  opacity: 1;
  transform: translateX(0px);
  transition: ease all 0.5s;
}
#mmenu .menu-item {
  opacity: 0;
  text-transform: uppercase;
  text-align: right;
  transform: translateX(50px);
  transition: ease all 0.2s;
}
#mmenu .menu-item:nth-child(1) {
  transition-delay: 0.2s;
}
#mmenu .menu-item:nth-child(2) {
  transition-delay: 0.3s;
}
#mmenu .menu-item:nth-child(3) {
  transition-delay: 0.4s;
}
#mmenu .menu-item:nth-child(4) {
  transition-delay: 0.5s;
}
#mmenu .menu-item:nth-child(5) {
  transition-delay: 0.6s;
}
#mmenu .menu-item:nth-child(6) {
  transition-delay: 0.7s;
}
#mmenu .menu-item:nth-child(7) {
  transition-delay: 0.8s;
}
#mmenu .menu-item:nth-child(8) {
  transition-delay: 0.9s;
}
#mmenu .menu-item:nth-child(9) {
  transition-delay: 1s;
}
#mmenu .menu-item:nth-child(10) {
  transition-delay: 1.1s;
}
#mmenu .menu-item:nth-child(11) {
  transition-delay: 1.2s;
}
#mmenu .menu-item:nth-child(12) {
  transition-delay: 1.3s;
}
#mmenu .menu-item:nth-child(13) {
  transition-delay: 1.4s;
}
#mmenu .menu-item:nth-child(14) {
  transition-delay: 1.5s;
}
#mmenu .menu-item:nth-child(15) {
  transition-delay: 1.6s;
}
#mmenu .menu-item:nth-child(16) {
  transition-delay: 1.7s;
}
#mmenu .menu-item:nth-child(17) {
  transition-delay: 1.8s;
}
#mmenu .menu-item:not(.menu-item-has-children) {
  margin-right: 41px;
}
#mmenu .menu-item a {
  padding: 8px 20px;
  white-space: normal;
}
#mmenu .mm-panel {
  background-color: #336c8c;
}
#mmenu .sub-menu li:not(.menu-item-has-children) {
  margin-right: 0;
}
.mm-navbars_bottom {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
}
.mm-navbars_bottom .mm-navbar {
  height: 100%;
}
.mm-navbars_bottom .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  padding: 0;
}
.mm-navbars_bottom .btn:hover {
  border-radius: 0;
}
#mobile-menu .mm-navbar {
  display: none;
}
#mmenu:not(.mm-menu) {
  display: none;
}
@media (min-width: 480px) {
  .mm-menu_fullscreen {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
  }
}
/***************************************
MBURGER DYNAMIC SIZING & STYLES
****************************************/
.mburger {
  background: 0 0;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 36px;
  padding: 0 0 0 36px;
  margin: 0;
  line-height: 36px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
}
.mburger b {
  display: block;
  position: absolute;
  left: calc(36px * ((1 - 0.8) / 2));
  width: calc(36px * 0.8);
  height: 3px;
  border-radius: calc(3px / 2);
  background: currentColor;
  color: inherit;
  opacity: 1;
}
.mburger b:nth-of-type(1) {
  bottom: calc(50% + 8px);
  transition: bottom 0.2s ease, transform 0.2s ease;
}
.mburger b:nth-of-type(2) {
  top: calc(50% - (3px / 2));
  transition: opacity 0.2s ease;
}
.mburger b:nth-of-type(3) {
  top: calc(50% + 8px);
  transition: top 0.2s ease, transform 0.2s ease;
}
.mburger span:not(:empty) {
  padding-right: calc(36px * ((1 - 0.8) / 2));
}
.mm-wrapper_opened .mburger b:nth-of-type(1) {
  bottom: calc(50% - (3px / 2));
  transform: rotate(45deg);
}
.mm-wrapper_opened .mburger b:nth-of-type(2) {
  opacity: 0;
}
.mm-wrapper_opened .mburger b:nth-of-type(3) {
  top: calc(50% - (3px / 2));
  transform: rotate(-45deg);
}
.mburger--collapse b:nth-of-type(1) {
  transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s, 0s, 0s;
}
.mburger--collapse b:nth-of-type(2) {
  transition: top 0.2s ease, opacity 0s ease;
  transition-delay: 0.3s, 0.3s;
}
.mburger--collapse b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
  bottom: calc(50% - 8px - 3px);
  margin-bottom: calc(8px + (3px / 2));
  transform: rotate(45deg);
  transition-delay: calc(0s + .1s), calc(0s + .3s), calc(0s + .3s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
  top: calc(50% + 8px);
  opacity: 0;
  transition-delay: calc(0s + 0s), calc(0s + .2s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
  top: calc(50% - (3px / 2));
  transform: rotate(-45deg);
  transition-delay: calc(0s + .3s), calc(0s + .3s);
}
.mburger--spin b:nth-of-type(1) {
  transition-delay: 0.2s, 0s;
}
.mburger--spin b:nth-of-type(2) {
  transition-duration: 0s;
  transition-delay: 0.2s;
}
.mburger--spin b:nth-of-type(3) {
  transition-delay: 0.2s, 0s;
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
  transform: rotate(135 deg);
  transition-delay: calc(0s + 0s), calc(0s + .2s);
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
  transition-delay: calc(0s + 0s);
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
  transform: rotate(225deg);
  transition-delay: calc(0s + 0s), calc(0s + .2s);
}
.mburger--squeeze b:nth-of-type(1) {
  transition-delay: 0.1s, 0s;
}
.mburger--squeeze b:nth-of-type(2) {
  transition-delay: 0.1s;
}
.mburger--squeeze b:nth-of-type(3) {
  transition-delay: 0.1s, 0s;
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
  transition-delay: calc(0s + 0s), calc(0s + .1s);
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
  transition-delay: calc(0s + 0s);
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
  transition-delay: calc(0s + 0s), calc(0s + .1s);
}
.mburger--tornado b:nth-of-type(1) {
  transition: bottom 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s;
}
.mburger--tornado b:nth-of-type(2) {
  transition: opacity 0s ease, transform 0.2s ease;
  transition-delay: 0.1s, 0.1s;
}
.mburger--tornado b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
  transition-delay: 0s;
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
  transform: rotate(-135deg);
  transition-delay: calc(0s + 0s);
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
  opacity: 0;
  transform: rotate(-135deg);
  transition-delay: calc(0s + .4s), calc(0s + .1s);
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
  transform: rotate(-225deg);
  transition-delay: calc(0s + .2s);
}
/***************************************
DEFAULT PAGE LAYOUT
****************************************/
.site-content {
  clear: both;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .site-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .site-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.hentry {
  margin: 0 0 1.5em;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/***************************************
SIDEBAR - INTERNAL
****************************************/
#secondary {
  margin: 0 auto 30px;
}
#secondary .sidebar-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  #secondary .sidebar-wrapper {
    position: sticky;
    z-index: 9;
    top: 100px;
  }
}
#secondary .sidebar-wrapper > div {
  margin-bottom: 40px;
}
#secondary .sidebar-wrapper .sidebar-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4rem 5rem;
  color: #fff;
}
#secondary .sidebar-wrapper .sidebar-cta .content-wrapper {
  position: relative;
  z-index: 5;
}
#secondary .sidebar-wrapper .sidebar-cta .content-wrapper > * {
  max-width: 100%;
}
#secondary .sidebar-wrapper .sidebar-cta .content-wrapper .sidebar-small-title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
}
#secondary .sidebar-wrapper .sidebar-cta .content-wrapper .sidebar-small-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 1.8rem auto;
  background-color: rgba(255, 255, 255, 0.35);
}
#secondary .sidebar-wrapper .sidebar-cta .content-wrapper .h3 {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
}
#secondary .sidebar-wrapper .sidebar-cta .bg-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#secondary .sidebar-wrapper .sidebar-cta .bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(51, 108, 140, 0.85) 30%, transparent 100%);
}
/***************************************
WP GALLERIES
****************************************/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
embed, iframe, object {
  max-width: 100%;
}
/***************************************
RESPONSIVE IMAGES
****************************************/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
  display: block;
  float: none;
  margin: 0 auto 1em;
}
@media (min-width: 768px) {
  .alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-top: 0.5em;
  }
  .alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-top: 0.5em;
  }
  .aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/*********************************
GLOBAL SLIDER STYLES
*********************************/
.slick-flex .slick-track {
  display: flex !important;
}
.slick-flex .slick-track .slick-slide {
  height: inherit !important;
}
/*********************************
ARROWS
*********************************/
.slider-arrows {
  font-size: 40px;
  color: #7ac142;
}
.slider-arrows i {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-arrows i:hover {
  color: #717171;
}
.slider-arrows i.arrow-left {
  left: 0;
}
.slider-arrows i.arrow-right {
  right: 0;
}
/*********************************
DOTS
*********************************/
.slider-dots {
  margin-top: 30px;
}
.slider-dots ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.slider-dots ul li {
  display: flex;
  cursor: pointer;
}
.slider-dots ul li:hover span {
  background-color: #717171;
}
.slider-dots ul li.slick-active span {
  background-color: #336c8c;
}
.slider-dots ul li span {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  margin: 0 3px 0.5em;
  background-color: rgba(113, 113, 113, 0.5);
  transition: all 0.1s ease;
}
.slider-dots ul li button {
  display: none;
}
/*********************************
DEFAULTS
*********************************/
html, body, .sm-accordion .card .card-header h5 {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  html, body, .sm-accordion .card .card-header h5 {
    overflow-x: unset;
  }
}
html {
  font-size: 10px;
}
body, .sm-accordion .card .card-header h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  color: #717171;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: 0 !important;
}
p {
  margin-bottom: 0.75em;
}
a {
  color: #7ac142;
  transition: all 0.4s ease;
}
a:active, a:focus, a:hover {
  color: #336c8c;
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
a img {
  border: none;
}
/*********************************
LISTS
*********************************/
ol, ul {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  padding-left: 1.25em;
}
ol li, ul li {
  margin-bottom: 0.5em;
  line-height: 1.375em;
}
.custom-ul {
  padding: 0;
  list-style-type: none;
}
.custom-ul li {
  position: relative;
  margin-left: 25px;
}
.custom-ul li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 1.5rem;
}
.custom-ul li ul li {
  list-style-type: none;
  margin-left: 20px;
}
.custom-ul li ul li:before {
  content: "";
  top: 0;
  left: -15px;
  font-weight: 700;
  font-size: 0.6rem;
}
/*********************************
HEADLINES
*********************************/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  margin-bottom: 0.75em;
  line-height: 1.125em;
}
h1, .h1 {
  color: #336c8c;
  font-size: 2.4rem;
  line-height: 1.125em;
}
@media (min-width: 480px) {
  h1, .h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.4rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3.8rem;
  }
}
h2, .h2 {
  color: #336c8c;
  font-size: 2.2rem;
}
@media (min-width: 480px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 3.2rem;
  }
}
h3, .h3 {
  color: #336c8c;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.3rem;
  }
}
h4, .h4 {
  color: #336c8c;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 2rem;
  }
}
h5, .h5 {
  color: #336c8c;
  font-size: 1.5rem;
}
h6, .h6 {
  color: #336c8c;
  font-size: 1.2rem;
}
/*********************************
TYPOGRAPHY ELEMENTS
*********************************/
hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-top: 1px solid rgba(113, 113, 113, 0.5);
}
sup {
  top: -0.25em;
}
blockquote {
  margin: 1.25em 0.75em;
  padding: 0.25em 1em 0.375em;
  font-size: 1.1875em;
  line-height: 1.375em;
  font-weight: 500;
  border-left: 6px solid #336c8c;
}
/*********************************
FONT AWESOME
*********************************/
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/fontawesome/fa-light-300.eot");
  src: url("fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("fonts/fontawesome/fa-light-300.woff") format("woff"), url("fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/fontawesome/fa-regular-400.eot");
  src: url("fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("fonts/fontawesome/fa-regular-400.woff") format("woff"), url("fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/fontawesome/fa-solid-900.eot");
  src: url("fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("fonts/fontawesome/fa-solid-900.woff") format("woff"), url("fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/fontawesome/fa-brands-400.eot");
  src: url("fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("fonts/fontawesome/fa-brands-400.woff") format("woff"), url("fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/fontawesome/fa-duotone-900.eot");
  src: url("fonts/fontawesome/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome/fa-duotone-900.woff2") format("woff2"), url("fonts/fontawesome/fa-duotone-900.woff") format("woff"), url("fonts/fontawesome/fa-duotone-900.ttf") format("truetype"), url("fonts/fontawesome/fa-duotone-900.svg#fontawesome") format("svg");
}
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}
.section-hero {
  position: relative;
}
.section-hero .hero-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.section-nav {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  transform: translateY(0);
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .section-nav {
    position: relative;
  }
}
.section-nav.has-scrolled {
  transform: translateY(-100%);
}
.section-nav.has-scrolled.scrolling-up {
  transform: none;
}
@media (min-width: 992px) {
  .section-nav.has-scrolled {
    transform: none;
  }
}
.site-navigation {
  position: relative;
  width: 100%;
  text-align: center;
}
.site-navigation ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.site-navigation ul li {
  position: relative;
  display: inline-block;
  margin: 0 -3px;
  text-align: center;
  transition: all 0.3s ease;
}
.site-navigation ul li:hover, .site-navigation ul li:active, .site-navigation ul li:focus, .site-navigation ul li.current_page_item {
  background-color: #e91511;
}
.site-navigation ul li:hover > a, .site-navigation ul li:active > a, .site-navigation ul li:focus > a, .site-navigation ul li.current_page_item > a {
  color: #fff;
}
.site-navigation ul li:hover > ul {
  display: block;
  animation: fadein 0.25s;
}
.site-navigation ul li:last-child ul {
  left: auto;
  right: 0;
}
.site-navigation ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
}
.site-navigation ul ul {
  display: none;
  position: absolute;
  z-index: 99;
  width: 275px;
  background: #e91511;
  left: 0;
  text-align: left;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.site-navigation ul ul li {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}
.site-navigation ul ul li a {
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-transform: none;
  font-size: 2.15rem;
  letter-spacing: 0;
  text-shadow: none !important;
}
.site-navigation ul ul li a:hover, .site-navigation ul ul li a:active, .site-navigation ul ul li a:focus {
  background-color: #dcab2a;
  color: #fff;
}
.section-sticky {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  background-color: #fff;
  pointer-events: none;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.section-sticky.sticky {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
