
/* ==========================================================================
   01. Fonts & Base
   ========================================================================== */

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat/montserrat-v29-latin-300.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat/montserrat-v29-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat/montserrat-v29-latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat/montserrat-v29-latin-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat/montserrat-v29-latin-700.woff2") format("woff2");
}

body {
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

ol {
  padding-left: 20px;
}

ul.sp-contact-info {
  line-height: 14px;
}

/* ==========================================================================
   02. Typography & Content
   ========================================================================== */

.article-details .article-header h1 {
  color: #004f9f !important;
  font-size: 40px;
  margin-bottom: 35px;
}

.article-details .article-header h1::after {
  border-bottom: 2px solid #004f9f;
  content: "";
  display: block;
  margin: 15px 0 20px;
  width: 240px;
}

.item_title {
  color: #004f9f;
  font-size: 28px;
  margin: 25px 0 15px;
}

.green-title h3 {
  color: #004f9f;
}

.item_title_no_bar,
.bold,
.boldlma {
  font-weight: 600;
}

.small_item_title {
  font-size: 24px;
  margin: 25px 0 20px;
}

p.firstp {
  font-size: 20px;
  font-weight: 300;
}

.small {
  font-size: 18px;
  line-height: 28px;
}

.white {
  color: #fff;
  text-decoration: underline;
}

.phone-white {
  color: #fff;
}

.alert {
  background-color: #fcf8e3;
  border: 2px solid #eee;
  color: #3c3e3f;
  margin-bottom: 25px;
  padding: 1.4rem;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.article-can-edit {
  display: none !important;
}

.sppb-addon-text-block.nmrgn {
  margin-top: -25px;
}

/* Links */

/*div[itemprop="articleBody"] a:not(.mod-speasyimagegallery a, .sp-simpleportfolio-filter a),
.sp-simpleportfolio-description a:not(.mod-speasyimagegallery a),
.lma-link {
  background-color: #004f9f;
  border-radius: 3px;
  color: #fff;
  line-height: 22px;
  padding: 0 3px;
}*/

div[itemprop="articleBody"] a:not(.mod-speasyimagegallery a, .sp-simpleportfolio-filter a),
.sp-simpleportfolio-description a:not(.mod-speasyimagegallery a),
.lma-link {
  display: inline-block;
  background-color: #004f9f;
  color: #fff;
  line-height: 22px;
  padding: 2px 8px;
  transform: skew(-10deg);
  border-radius: 2px;
}



div[itemprop="articleBody"] a:hover:not(.mod-speasyimagegallery a),
div[itemprop="articleBody"] a:active:not(.mod-speasyimagegallery a),
div[itemprop="articleBody"] a:focus:not(.mod-speasyimagegallery a),
.sp-simpleportfolio-description a:hover:not(.mod-speasyimagegallery a),
.sp-simpleportfolio-description a:active:not(.mod-speasyimagegallery a),
.sp-simpleportfolio-description a:focus:not(.mod-speasyimagegallery a),
.lma-link:hover,
.lma-link:active,
.lma-link:focus {
  background-color: #999;
  color: #fff;
}

/* Lists */

ul.circle {
  list-style-type: none;
  padding-left: 24px;
}

.circle > li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.circle > li:first-child {
  padding-top: 5px;
}

.circle > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.circle > li::before {
  color: #004f9f !important;
  content: "\f35a" !important;
  font-family: "Font Awesome 6 Free";
  font-size: 18px !important;
  margin-left: -22px;
  margin-right: 8px;
  top: 16px !important;
}

ul.download {
  padding: 10px 0 0;
}

ul.download li {
  background: url("../../../../images/misc/pdf.png") no-repeat 0 4px !important;
  border-bottom: 1px solid #f3f3f3;
  list-style: none;
  margin: 0 0 25px;
  padding: 0 0 25px 45px;
}

/* ==========================================================================
   03. Buttons & Components
   ========================================================================== */

.sppb-btn {
  font-size: 19px;
  font-weight: 400;
  padding: 8px 12px;
}

.sppb-addon-feature .sppb-btn {
  font-size: 17px;
  font-weight: 400;
  padding: 5px;
}

.skwlma,
#btn-1615789348616.sppb-btn-primary,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li,
.sppb-addon-feature .sppb-btn {
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

.sppb-btn-custom {
  padding: 20px 50px !important;
}

.sppb-icon-container .fas {
  color: #004f9f;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  background: #004f9f;
  color: #fff;
}

.featherlight .featherlight-content {
  padding: 0 5px 0;
  border-bottom: 25px solid transparent;
  background: none;
}
  
.featherlight .featherlight-close-icon {
  top: 0;
  right: 0;
  line-height: 40px;
  width: 40px;
  background: none;
  color: #fff;
  font-size: 30px;
}

.sp-scroll-up {
  color: #fff;
  background: #004f9f;
}


/* ==========================================================================
   04. Header, Contact & Navigation
   ========================================================================== */

#sp-header,
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: rgba(255, 255, 255, 0.9);
}

#sp-main-body {
  padding: 80px 0;
}

.logo-image-phone {
  height: 56px;
  padding-top: 2px;
}

.contact-header {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}

.contact-header a {
  color: #252525;
}

.contact-header i {
  padding-right: 10px;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.sp-menu-item.sp-has-child {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  border-bottom: 2px solid #004f9f;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 18px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  background-color: #004f9f;
  border-radius: 3px;
  color: #fff;
  line-height: 22px;
  padding: 3px 3px;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

/* Offcanvas */

.offcanvas-menu {
  background: rgba(255, 255, 255, 0.9);
}

.offcanvas-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span,
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  font-weight: 400;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  background-color: #004f9f;
  border-radius: 3px;
  color: #252525;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 17px;
}

/* ==========================================================================
   05. Cookie Hint
   ========================================================================== */

##redim-cookiehint-bottom .cookiebuttons {
  float: right;
}

#redim-cookiehint-bottom .cookiebuttons .btn {
  padding: 10px 10px !important;
  color: #fff;
  background-color: #004f9f !important;
  border: 0px;
  font-weight: normal;
}

#redim-cookiehint-bottom {
  width: 100%;
  padding: 10px 5%;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  background-color: RGBA(0,0,0,0.6);
  z-index: 9999999;
  bottom: 0px;
}

#redim-cookiehint-bottom .cookiecontent {
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
}

.cookiebuttons {
  margin-top: 10px;
}

#redim-cookiehint-bottom .cookiebuttons .btn:active,
#redim-cookiehint-bottom .cookiebuttons .btn:hover,
#redim-cookiehint-bottom .cookiebuttons .btn:focus {
  outline: none;
  outline-offset: 0px;
  border: 0px !important;
  background-color: #fff!important;
  color: #111;
  background-image: none;
}

/* ==========================================================================
   06. Fixed Buttons / Social
   ========================================================================== */

.sp-scroll-up-insta {
  background: rgba(100, 100, 100, 0.4);
  border-radius: 100%;
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  position: fixed;
  right: 70px;
  text-align: center;
  transition: all 0.3s ease;
  width: 36px;
  z-index: 1000;
}

.fa-facebook::before {
  font-size: 28px;
}

/* ==========================================================================
   07. Responsive
   ========================================================================== */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

@media (max-width: 991px) {
  #sp-footer1,
  #sp-footer2 {
    text-align: center !important;
    width: 100%;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 17px;
  }

  #sp-main-body {
    padding: 60px 0;
  }

  .article-details .article-header h1 {
    font-size: 26px;
  }

  .item_title {
    font-size: 24px;
  }

  .sppb-sp-slider-title {
    font-size: 28px;
  }

  .sp-slider .sp-dots {
    display: none;
  }
}

@media (max-width: 500px) {
  .sppb-sp-slider-title {
    font-size: 26px;
  }
}

/* ==========================================================================
   08. Accessibility Helpers
   ========================================================================== */

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

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