@charset "UTF-8";
/* MAIN */
/* VARS */
/* Imports */
/* Toegevoegd voor p en stelling-intro */
/* line 2, ../sass/_base.scss */
p {
  font-size: 17px;
  line-height: 28px;
}

/* line 7, ../sass/_base.scss */
.stelling-intro {
  font-size: 20px;
  line-height: 32px;
}
/* line 11, ../sass/_base.scss */
.stelling-intro p {
  font-size: 20px;
  line-height: 32px;
}

/* ======================================================
   BASIS CSS - Globale stijlregels voor alle apparaten
   ====================================================== */
/* line 20, ../sass/_base.scss */
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

/* line 26, ../sass/_base.scss */
body {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  background-color: white;
  font-size: 17px;
  line-height: 28px;
  color: black;
}

/* line 37, ../sass/_base.scss */
img {
  width: 100%;
  margin-bottom: 30px;
}

/* line 42, ../sass/_base.scss */
.contact-info {
  justify-content: flex-start;
}

/* line 46, ../sass/_base.scss */
.contact-link {
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 54, ../sass/_base.scss */
.contact-link i {
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

/* line 61, ../sass/_base.scss */
.contact-item {
  display: flex;
  align-items: center;
}

/* line 66, ../sass/_base.scss */
.contact-link span {
  display: inline-block;
  line-height: 1.2;
}

/* Speciaal voor het Facebook-icoon dat hoger kan staan */
/* line 72, ../sass/_base.scss */
.contact-link i.fa-square-facebook {
  position: relative;
  top: 0.1rem;
  /* of pas aan voor pixel-perfect uitlijning */
}

/* ---------------------- */
/* BUTTONS */
/* ---------------------- */
/* line 83, ../sass/_base.scss */
.btn {
  border-radius: 0px !important;
}

/* line 88, ../sass/_base.scss */
.btn-primary {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  color: white;
  background-color: #76b72a;
  border-color: #76b72a;
}

/* line 98, ../sass/_base.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  white-space: nowrap;
  color: white !important;
  background-color: #00a2ca;
  border-color: #00a2ca;
}

/* line 109, ../sass/_base.scss */
.w-80 {
  width: 80% !important;
}

/* ---------------------- */
/* HEADINGS */
/* ---------------------- */
/* line 116, ../sass/_base.scss */
h1, h2, h4 {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}

/* line 123, ../sass/_base.scss */
h1 {
  font-size: 50px;
  line-height: 54px;
  color: #00a2ca;
}

/* line 129, ../sass/_base.scss */
h2 {
  font-size: 45px;
  line-height: 49px;
  color: #00a2ca;
}

/* line 135, ../sass/_base.scss */
h3 {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 44px;
  color: #00a2ca;
}

/* line 144, ../sass/_base.scss */
h4 {
  font-size: 30px;
  line-height: 36px;
  color: #00a2ca;
}

/* line 150, ../sass/_base.scss */
h4 a {
  color: black;
}

/* line 154, ../sass/_base.scss */
h5 {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: black;
}

/* ---------------------- */
/* MARGINS */
/* ---------------------- */
/* line 168, ../sass/_base.scss */
.margin-top {
  margin-top: 20px;
}

/* line 172, ../sass/_base.scss */
.margin-bottom {
  margin-bottom: 20px;
}

/* ---------------------- */
/* Logo en Nav */
/* ---------------------- */
/* line 180, ../sass/_base.scss */
.logo {
  background-color: transparent;
  width: 160px;
  padding: 0px;
  margin-top: -8px;
  margin-left: 0px;
}
/* line 187, ../sass/_base.scss */
.logo img {
  margin-bottom: 0px !important;
}

/* line 192, ../sass/_base.scss */
.logo p {
  margin-bottom: 0;
}

/* line 196, ../sass/_base.scss */
.navbar {
  height: 100px;
  border-top: 10px solid #76B72A;
  background-color: #ededed;
}

/* line 202, ../sass/_base.scss */
.navbar-nav > .nav-item {
  margin-left: 1rem;
}

/* line 206, ../sass/_base.scss */
.navbar-nav > .nav-item > .nav-link {
  font-size: 24px;
  font-family: "urw-din-condensed", sans-serif;
  text-transform: uppercase;
}

/* line 214, ../sass/_base.scss */
ul.dropdown-menu.show {
  background-color: transparent;
  border: none;
}

@media (min-width: 992px) {
  /* line 220, ../sass/_base.scss */
  .logo {
    background-color: white;
    width: 284px;
    padding: 10px;
    margin-top: -2px;
    margin-left: 0px;
  }
  /* line 227, ../sass/_base.scss */
  .logo img {
    margin-bottom: 0px !important;
  }

  /* line 232, ../sass/_base.scss */
  .navbar {
    height: 210px;
    background: linear-gradient(180deg, #76b72a 0%, #76b72a 25%, #ededed 25%, #ededed 100%);
  }

  /* line 237, ../sass/_base.scss */
  .navbar-top {
    height: 52.5px;
  }

  /* line 241, ../sass/_base.scss */
  .navbar-bottom {
    height: 157.5px;
    display: flex;
    align-items: center;
  }
  /* line 246, ../sass/_base.scss */
  .navbar-bottom .navbar-nav {
    width: 100%;
  }

  /* line 251, ../sass/_base.scss */
  .navbar-collapse {
    margin-top: 0;
    padding: 0 30px;
    align-items: flex-start;
  }

  /* line 257, ../sass/_base.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0px;
    background-color: #76b72a;
    border: none !important;
    border-radius: 0 !important;
  }

  /* line 265, ../sass/_base.scss */
  .navbar-nav .dropdown-menu .nav-link {
    color: #ffffff !important;
  }

  /* line 269, ../sass/_base.scss */
  .navbar-nav .dropdown-menu .nav-link:hover,
  .navbar-nav .dropdown-menu .nav-link:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  /* line 275, ../sass/_base.scss */
  .dropdown-menu {
    position: absolute;
    background-color: #76b72a;
    border: none;
  }

  /* line 281, ../sass/_base.scss */
  ul.nav-child.unstyled.dropdown-menu.show {
    background-color: #76b72a;
    border: none;
  }
}
/* line 288, ../sass/_base.scss */
.bg-green {
  background-color: #76b72a;
}

/* ---------------------- */
/* UTILITIES: Globale helpers */
/* ---------------------- */
/* line 297, ../sass/_base.scss */
.tijdelijk {
  background-color: #ededed;
  border: 11px solid #fff;
  padding: 20px;
}
/* line 302, ../sass/_base.scss */
.tijdelijk h3 {
  color: #76b72a;
}

/* line 307, ../sass/_base.scss */
.txt-left {
  text-align: left;
}

/* line 311, ../sass/_base.scss */
.txt-center {
  text-align: center;
}

/* line 315, ../sass/_base.scss */
.jumbotron.jumbotron-fluid {
  margin-top: 100px;
}

/* ======================================================
   MEDIA QUERIES
   ====================================================== */
/* Desktop (≥992px) */
@media (min-width: 992px) {
  /* line 328, ../sass/_base.scss */
  .margin-top {
    margin-top: 75px;
  }

  /* line 332, ../sass/_base.scss */
  .margin-bottom {
    margin-bottom: 75px;
  }

  /* line 336, ../sass/_base.scss */
  .tmar {
    text-align: right;
  }

  /* line 341, ../sass/_base.scss */
  .topmenu {
    margin-top: -13px;
    margin-left: 6px;
  }

  /* line 346, ../sass/_base.scss */
  #mod-custom136 {
    width: 100%;
    background-color: transparent;
    margin-top: 0;
  }

  /* line 353, ../sass/_base.scss */
  .jumbotron.jumbotron-fluid {
    margin-top: 185px;
  }
}
/* Grote schermen (≥1200px) */
@media (min-width: 1200px) {
  /* line 361, ../sass/_base.scss */
  div#navbarSupportedContent {
    background-color: transparent !important;
    padding-left: 0px;
    margin-top: 0px;
  }

  /* line 368, ../sass/_base.scss */
  .margin-top {
    margin-top: 75px;
  }

  /* line 372, ../sass/_base.scss */
  .margin-bottom {
    margin-bottom: 75px;
  }

  /* line 376, ../sass/_base.scss */
  #content {
    margin-top: 60px;
    padding-bottom: 40px;
    text-align: left;
  }
}
/* ---------------------- */
/* Prijslijst */
/* ---------------------- */
/* line 388, ../sass/_base.scss */
.pricelist {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 394, ../sass/_base.scss */
.pricelist-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  padding: 0.5rem 0;
  background-color: #ededed;
}

/* line 402, ../sass/_base.scss */
.pricelist .pricelist-row {
  align-items: baseline;
  border-bottom: 10px solid #ffffff;
  display: flex;
  width: 100%;
}

/* Alleen desktop: row head */
@media (min-width: 992px) {
  /* line 411, ../sass/_base.scss */
  .pricelist .pricelist-row.pricelist-row--head {
    align-items: inherit;
    height: 60px;
    background-color: transparent;
  }
}
/* Mobiel: rij head verbergen */
@media (max-width: 991.98px) {
  /* line 420, ../sass/_base.scss */
  .pricelist-row.pricelist-row--head {
    display: none !important;
  }
}
/* Cel in de rij */
/* line 426, ../sass/_base.scss */
.pricelist-cell {
  flex: 1;
  min-width: 100px;
  text-align: left;
  padding: 0 0.5rem;
}
/* line 432, ../sass/_base.scss */
.pricelist-cell .pricelist-cell--content {
  display: block;
  word-wrap: break-word;
}

/* Kopjes */
/* line 439, ../sass/_base.scss */
.category-heading {
  margin-bottom: 1rem;
}

/* line 443, ../sass/_base.scss */
.pricelist-cell.column-heading.field-5-cell,
.pricelist-cell.column-heading.field-6-cell {
  color: white;
}

/* line 449, ../sass/_base.scss */
.pricelist-cell.field-2-cell .pricelist-cell--content {
  text-transform: uppercase;
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  white-space: nowrap;
}

/* line 461, ../sass/_base.scss */
.pricelist-cell.name-cell .pricelist-cell--content {
  text-transform: uppercase;
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00a2ca;
  font-size: 25px;
}

/* line 471, ../sass/_base.scss */
.pricelist-cell.field-6-cell {
  padding-right: 40px !important;
}

/* ---------------------- */
/* Mobiel: compacter en verbeterd layout */
/* ---------------------- */
@media (max-width: 750px) {
  /* line 479, ../sass/_base.scss */
  .pricelist-row {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px !important;
    /* jouw extra marge */
    padding-bottom: 10px !important;
    /* jouw extra padding */
    box-shadow: none !important;
    background-color: #ededed;
    padding-top: 1px;
    /* compacter: 1px top */
    padding-left: 10px;
  }

  /* Overrulen van de gegenereerde padding */
  /* line 493, ../sass/_base.scss */
  .pricelist .pricelist-row .pricelist-cell {
    padding: 1px 0 !important;
  }

  /* Alleen headings “Informatie” en “Direct huren” verbergen op mobiel */
  /* line 498, ../sass/_base.scss */
  .pricelist-cell.field-5-cell .pricelist-cell--heading,
  .pricelist-cell.field-6-cell .pricelist-cell--heading {
    display: none !important;
  }

  /* Buttons naast elkaar met jouw aangepaste breedte */
  /* line 504, ../sass/_base.scss */
  .pricelist-cell.field-5-cell,
  .pricelist-cell.field-6-cell {
    flex: 0 0 35% !important;
    /* jouw wens voor 35% */
    width: 35% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 1px 0 !important;
  }

  /* line 515, ../sass/_base.scss */
  .pricelist-cell.field-5-cell .btn,
  .pricelist-cell.field-6-cell .btn {
    display: inline-block !important;
    white-space: nowrap !important;
    margin: 0 0.2rem !important;
  }

  /* Overige cellen compacter */
  /* line 523, ../sass/_base.scss */
  .pricelist-cell {
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 0;
    padding: 1px 0 !important;
  }

  /* Rij head (koprij) verbergen op mobiel */
  /* line 531, ../sass/_base.scss */
  .pricelist--collapse .pricelist-row--head {
    display: none !important;
  }
}
/* ===========================
   CUSTOM LAYOUTS: DE STELLING
   =========================== */
/* line 541, ../sass/_base.scss */
#content {
  position: relative;
}
/* line 544, ../sass/_base.scss */
#content::before {
  content: "";
  display: block;
  height: 230px;
  margin-top: -230px;
  visibility: hidden;
}

/* line 555, ../sass/_base.scss */
.text-success {
  color: #76b72a !important;
}

/* line 561, ../sass/_base.scss */
.stelling-intro {
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 32px;
}

/* line 568, ../sass/_base.scss */
.greenblock {
  background-color: #76b72a;
  color: white;
  padding: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

/* line 576, ../sass/_base.scss */
.redblock {
  background-color: #ec6608;
  color: white;
  padding: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
  font-size: 18px;
}
/* line 584, ../sass/_base.scss */
.redblock p {
  font-size: 18px;
}
/* line 588, ../sass/_base.scss */
.redblock .titlered {
  font-size: 34px;
}

/* line 594, ../sass/_base.scss */
.greyblock {
  background-color: #ededed;
  padding: 3rem 6rem;
  color: black;
  font-size: 16px;
  font-style: italic;
}

/* line 602, ../sass/_base.scss */
.stelling-icon {
  text-align: center;
  margin-bottom: 2rem;
  background-color: #76b72a;
  padding: 1.25rem;
  color: white;
}
/* line 609, ../sass/_base.scss */
.stelling-icon i {
  font-size: 40px;
  margin-bottom: 0.5rem;
  display: block;
}
/* line 615, ../sass/_base.scss */
.stelling-icon div {
  color: black;
  margin-top: 20px;
  line-height: 1.2;
}

/* line 622, ../sass/_base.scss */
.stelling-infotegel {
  border: 1px solid #ddd;
  padding: 1.5rem;
}
/* line 626, ../sass/_base.scss */
.stelling-infotegel h3 {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #00a2ca;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
/* line 635, ../sass/_base.scss */
.stelling-infotegel h3 i {
  display: block;
  margin-bottom: 0.5rem;
}
/* line 641, ../sass/_base.scss */
.stelling-infotegel p {
  font-size: 16px;
  margin-bottom: 1rem;
}
/* line 646, ../sass/_base.scss */
.stelling-infotegel i {
  color: #00a2ca;
}

/* line 652, ../sass/_base.scss */
.stelling-infotegel2 {
  border: 1px solid #ddd;
  padding: 1.5rem;
}
/* line 656, ../sass/_base.scss */
.stelling-infotegel2 h3 {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #00a2ca;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
/* line 665, ../sass/_base.scss */
.stelling-infotegel2 h3 i {
  display: block;
  margin-bottom: 0.5rem;
}
/* line 671, ../sass/_base.scss */
.stelling-infotegel2 p {
  font-size: 16px;
  margin-bottom: 1rem;
}
/* line 676, ../sass/_base.scss */
.stelling-infotegel2 i {
  color: #00a2ca;
}
@media (min-width: 992px) {
  /* line 652, ../sass/_base.scss */
  .stelling-infotegel2 {
    margin-top: 100px;
  }
}

/* line 686, ../sass/_base.scss */
.stelling-infotegel3 {
  border: 1px solid #ddd;
  padding: 1.5rem;
  height: 100%;
}
/* line 691, ../sass/_base.scss */
.stelling-infotegel3 h3 {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #00a2ca;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
/* line 700, ../sass/_base.scss */
.stelling-infotegel3 h3 i {
  display: block;
  margin-bottom: 0.5rem;
}
/* line 706, ../sass/_base.scss */
.stelling-infotegel3 p {
  font-size: 16px;
  margin-bottom: 1rem;
}
/* line 711, ../sass/_base.scss */
.stelling-infotegel3 i {
  color: #00a2ca;
}

/* line 719, ../sass/_base.scss */
.stelling-quote {
  font-size: 16px;
  color: #76b72a;
  margin-top: 1rem;
}

/* line 725, ../sass/_base.scss */
.stelling-testimonial {
  font-style: italic;
  font-size: 16px;
}

/* line 730, ../sass/_base.scss */
.stelling-beeld {
  color: #76b72a;
  font-size: 16px;
  margin-top: 1rem;
}

/* Correcte gutter spacing via Bootstrap 5 */
/* line 737, ../sass/_base.scss */
.row.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

/* line 742, ../sass/_base.scss */
.article-gouda {
  /* Zorg dat quote en iconenrij niet overlappen */
  /* Routebeschrijving button styling */
}
/* line 744, ../sass/_base.scss */
.article-gouda .stelling-quote {
  margin-bottom: 2rem;
}
/* line 748, ../sass/_base.scss */
.article-gouda .stelling-icon {
  margin-top: 1rem;
}
/* line 753, ../sass/_base.scss */
.article-gouda .route-button {
  display: inline-block;
  margin-top: 1rem;
}
/* line 758, ../sass/_base.scss */
.article-gouda .stelling-icon-row {
  margin-top: 105px;
}

/* line 764, ../sass/_base.scss */
.article-bergambacht {
  /* Zorg dat quote en iconenrij niet overlappen */
  /* Routebeschrijving button styling */
}
/* line 767, ../sass/_base.scss */
.article-bergambacht .stelling-quote {
  margin-bottom: 2rem;
}
/* line 771, ../sass/_base.scss */
.article-bergambacht .stelling-icon {
  margin-top: 1rem;
}
/* line 776, ../sass/_base.scss */
.article-bergambacht .route-button {
  display: inline-block;
  margin-top: 1rem;
}
/* line 781, ../sass/_base.scss */
.article-bergambacht .stelling-icon-row {
  margin-top: 105px;
}

/* line 786, ../sass/_base.scss */
.article-garageboxen {
  /* Knoppen in rechterkolom eerste rij: drie buttons onder elkaar, gelijk breed */
  /* Offset voor quote in laatste rij links */
  /* Marges en spacing consistent met andere artikelen */
}
/* line 787, ../sass/_base.scss */
.article-garageboxen .stelling-intro {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 2rem;
}
/* line 793, ../sass/_base.scss */
.article-garageboxen h3 {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #00a2ca;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
/* line 802, ../sass/_base.scss */
.article-garageboxen ul, .article-garageboxen ol {
  font-size: 1rem;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
/* line 806, ../sass/_base.scss */
.article-garageboxen ul li, .article-garageboxen ol li {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
/* line 812, ../sass/_base.scss */
.article-garageboxen .btn {
  width: 100%;
  max-width: 280px;
  margin-bottom: 1rem;
}
/* line 820, ../sass/_base.scss */
.article-garageboxen .col-lg-6.d-flex.flex-column.align-items-center.justify-content-start .btn {
  width: 70%;
  max-width: none;
}
/* line 826, ../sass/_base.scss */
.article-garageboxen .greyblock {
  background-color: #ededed;
  padding: 3rem 6rem;
  font-style: italic;
  font-size: 1rem;
  color: black;
}
/* line 834, ../sass/_base.scss */
.article-garageboxen .stelling-quote {
  font-size: 1rem;
  color: #76b72a;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
/* line 841, ../sass/_base.scss */
.article-garageboxen .stelling-testimonial {
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 1rem;
}
/* line 847, ../sass/_base.scss */
.article-garageboxen .stelling-infotegel, .article-garageboxen .stelling-infotegel2 {
  border: 1px solid #ddd;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
/* line 852, ../sass/_base.scss */
.article-garageboxen .stelling-infotegel h3, .article-garageboxen .stelling-infotegel2 h3 {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #00a2ca;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
/* line 862, ../sass/_base.scss */
.article-garageboxen .stelling-infotegel ul, .article-garageboxen .stelling-infotegel2 ul {
  margin-left: 1.5rem;
}
/* line 864, ../sass/_base.scss */
.article-garageboxen .stelling-infotegel ul li, .article-garageboxen .stelling-infotegel2 ul li {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
/* line 870, ../sass/_base.scss */
.article-garageboxen .stelling-infotegel p, .article-garageboxen .stelling-infotegel2 p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
/* line 877, ../sass/_base.scss */
.article-garageboxen .col-lg-10.offset-lg-2 {
  padding-left: 0;
  /* zorg dat quote netjes onder afbeelding start */
}
/* line 882, ../sass/_base.scss */
.article-garageboxen .row.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

/* ===========================
   CUSTOM LAYOUTS: FAQ PAGINA
   =========================== */
/* line 893, ../sass/_base.scss */
.article-faq .stelling-intro {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 2rem;
}
/* line 899, ../sass/_base.scss */
.article-faq .accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
  color: #00a2ca;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  box-shadow: none !important;
}
/* line 907, ../sass/_base.scss */
.article-faq .accordion-button.collapsed {
  background-color: white;
  color: #00a2ca;
  box-shadow: none !important;
}
/* line 913, ../sass/_base.scss */
.article-faq .accordion-button:focus, .article-faq .accordion-button:active, .article-faq .accordion-button.collapsed:focus, .article-faq .accordion-button.collapsed:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ddd !important;
  background-color: inherit !important;
  color: inherit !important;
  transition: none !important;
}
/* line 926, ../sass/_base.scss */
.article-faq .accordion-body {
  font-size: 16px;
  color: #444;
  background-color: white;
  border-top: 1px solid #ddd;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* line 935, ../sass/_base.scss */
.article-faq .accordion-item {
  border: none;
  margin-bottom: 1rem;
}

/* ===========================
   CUSTOM LAYOUTS: BOTTOM & FOOTER
   =========================== */
/* line 946, ../sass/_base.scss */
#bottom {
  background-image: url("../images/footer-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #76b72a;
  padding-top: 200px;
  padding-bottom: 30px;
  min-height: 300px;
}
@media (max-width: 767.98px) {
  /* line 946, ../sass/_base.scss */
  #bottom {
    padding-top: 180px;
    background-size: 1920px auto;
  }
}
/* line 961, ../sass/_base.scss */
#bottom .container {
  max-width: 1140px;
}
/* line 964, ../sass/_base.scss */
#bottom .container .col-lg-4,
#bottom .container .col-lg-3 {
  color: black;
}
/* line 968, ../sass/_base.scss */
#bottom .container .col-lg-4 h3, #bottom .container .col-lg-4 h2, #bottom .container .col-lg-4 .moduletitle,
#bottom .container .col-lg-3 h3,
#bottom .container .col-lg-3 h2,
#bottom .container .col-lg-3 .moduletitle {
  color: white !important;
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
/* line 976, ../sass/_base.scss */
#bottom .container .col-lg-4 p, #bottom .container .col-lg-4 li, #bottom .container .col-lg-4 span, #bottom .container .col-lg-4 div,
#bottom .container .col-lg-3 p,
#bottom .container .col-lg-3 li,
#bottom .container .col-lg-3 span,
#bottom .container .col-lg-3 div {
  color: black;
  text-align: left;
}
/* line 981, ../sass/_base.scss */
#bottom .container .col-lg-4 a,
#bottom .container .col-lg-3 a {
  color: white;
  text-decoration: none;
}
/* line 985, ../sass/_base.scss */
#bottom .container .col-lg-4 a:hover, #bottom .container .col-lg-4 a:focus,
#bottom .container .col-lg-3 a:hover,
#bottom .container .col-lg-3 a:focus {
  color: white;
  text-decoration: none;
  outline: none;
}
/* line 993, ../sass/_base.scss */
#bottom .container .col-lg-4 strong, #bottom .container .col-lg-4 b, #bottom .container .col-lg-4 .fa, #bottom .container .col-lg-4 .fas, #bottom .container .col-lg-4 .fal, #bottom .container .col-lg-4 .far, #bottom .container .col-lg-4 .fab,
#bottom .container .col-lg-3 strong,
#bottom .container .col-lg-3 b,
#bottom .container .col-lg-3 .fa,
#bottom .container .col-lg-3 .fas,
#bottom .container .col-lg-3 .fal,
#bottom .container .col-lg-3 .far,
#bottom .container .col-lg-3 .fab {
  color: white !important;
}
/* line 997, ../sass/_base.scss */
#bottom .container .col-lg-4 h4, #bottom .container .col-lg-4 h5,
#bottom .container .col-lg-3 h4,
#bottom .container .col-lg-3 h5 {
  color: white;
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/* line 1010, ../sass/_base.scss */
.black {
  color: black !important;
}
/* line 1013, ../sass/_base.scss */
.black a {
  color: black !important;
}

/* line 1018, ../sass/_base.scss */
#footer {
  background-color: black;
  padding: 1rem 0;
}
/* line 1022, ../sass/_base.scss */
#footer .copyright {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 1026, ../sass/_base.scss */
#footer .copyright .col-12 {
  text-align: center;
  color: #888888;
  font-size: 15px;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}
/* line 1033, ../sass/_base.scss */
#footer .copyright .col-12 a {
  color: #888888;
  text-decoration: none;
}
/* line 1037, ../sass/_base.scss */
#footer .copyright .col-12 a:hover, #footer .copyright .col-12 a:focus {
  color: #888888;
  text-decoration: none;
  outline: none;
}
