/*!
Theme Name: Building Supply
Theme URI: http://underscores.me/
Author: Excelify
Author URI: http://excelify.com
Description: Building Supply WordPress website theme
Version: 1.0.27
Text Domain: buildingsupply
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

-------------------------------------------------------------- */
/* 
// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }
*/

body {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

:root {
  --bs-body-font-family: Montserrat, sans-serif;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.5;
  --bs-link-color: #d66a2a;
  --bs-link-hover-color: #b85a24;
  --bs-heading-color: inherit;
}

b, strong {
  font-weight: 600;
}
.w-10 {
  width: 10%!important;
}
.w-15 {
  width: 15%!important;
}
.w-20 {
  width: 20%!important;
}

/* Jennings: BS 5.3 w-50 on navbar-brand oversizes the header logo vs live production
   (BS 5.0 beta). Shrink-wrap the brand link and cap img height to prod computed sizes. */
@media (min-width: 768px) {
  #logo.navbar-brand.logo {
    width: auto !important;
    max-width: 50%;
    flex: 0 0 auto;
  }

  #navbar.navbar-light {
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  }

  #navbar .container {
    align-items: center;
  }

  #navbar .navbar-collapse > nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  #navbar .navbar-collapse {
    flex: 0 1 auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #logo.navbar-brand.logo img {
    max-height: 95px;
    width: auto;
    height: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #logo.navbar-brand.logo img {
    max-height: 120px;
    width: auto;
    height: auto;
  }
}

@media (min-width: 1400px) {
  #logo.navbar-brand.logo img {
    max-height: 141px;
    width: auto;
    height: auto;
  }
}

/* WP images bs fluid
------------------------------------------------------- */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/* Theme customization starts here
------------------------------------------------------- */
.bg-primary {
  background-color: #d66a2a !important;
}
.bg-secondary {
  background-color: #333 !important;
}
.bg-dark {
  background-color: #333!important;
}
.text-primary {
  color: #d66a2a !important;
}
.text-secondary {
  color: #333 !important;
}
.btn-primary {
  color: #fff;
  background-color: #d66a2a;
  border-color: #d66a2a;
  border-radius: 4px !important;
}
.btn-secondary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
a {
  color: #d66a2a;
}

.black {
  background-color: #000!important;
}
.grey {
  background-color: #9e9e9e!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 600;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.35rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: .95rem;
}

h6 {
  font-size: .85rem;
}

.container {
  max-width: 1400px;
}

/* BS 5.0-beta1 → 5.3 compatibility
   Restores utilities removed in stable BS5 that Building Supply still references.
------------------------------------------------------- */
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-start {
    text-align: left !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#topnav .list-inline,
#topnav .d-flex.flex-wrap {
  margin-bottom: 0;
}

#topnav .list-inline-item,
#topnav .menu-item {
  display: inline-block;
}

#topnav .col-sm-12.d-flex.align-items-center {
  gap: 0.75rem;
}

#topnav #menu-top-nav .list-inline-item:not(:last-child),
#topnav #menu-bc-fast-top-nav .list-inline-item:not(:last-child),
#topnav #menu-top-nav .menu-item:not(:last-child),
#topnav #menu-bc-fast-top-nav .menu-item:not(:last-child),
#topnav .menu-item:not(:last-child) {
  margin-right: 8px;
}

#topnav .menu-item a,
#topnav .list-inline-item a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
}

.float-end {
  float: right !important;
}

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

/* UserWay accessibility widget — prod uses userway_p2 (mid-right, half off-screen tab).
   Dev/stage installs userway_p1; match prod placement and button color. */
.uwy.userway_p1 .userway_buttons_wrapper,
.uwy.userway_p2 .userway_buttons_wrapper {
  top: 50% !important;
  bottom: auto !important;
  right: -23px !important;
  left: auto !important;
  transform: translate(-44px, -22px) !important;
}

.uai.userway_dark,
.uai.userway_dark:hover,
.uai.userway_dark:focus {
  /* UserWay sets inline background !important; functions.php script applies prod color. */
  background-color: #003d68 !important;
}

#navbar .search-form .form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}


/* Masonry styles
------------------------------------------------------- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
  /* margin: 10px; */
}
.grid-item img {
  display: block;
  max-width: 100%;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}


/* banner styles
------------------------------------------------------- */
.banner,
.banner img {
  width: 100% !important;
}

/* gallery card-columns carousel styles
------------------------------------------------------- */

a.card-block {
  color: #212529;
}

.card-link+.card-link {
  margin-left: 0rem !important;
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;

  }

}

@media (min-width: 576px) and (max-width: 1199px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

  }

}

@media (max-width: 575px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;

  }

}

/* ----------------------------------- */
/* Card Hover Animation */

.card-shadow:hover {
  transition: 0.5s ease;
}
.card-shadow:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

@media (min-width: 576px) {

  #cardfx .card {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    height: 100%;
  }

  #cardfx .card:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }

  #cardfx .card-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    overflow: hidden;
  }

  /* #cardfx .card-img-wrapper img {
    transition: .5s ease;
  }
  #cardfx.card:hover .card-img-wrapper img {
    transform: scale(1.15);
  } */
  #cardfx .card-body .card-title {
    margin-bottom: calc(50% + 10px);
    transition: 0.5s ease;
    color: #fff;
    text-align: center;
  }

  #cardfx .card:hover .card-body .card-title {
    margin-bottom: 0.5rem;
    color: #333;
  }

  #cardfx .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.5s ease;
  }

  #cardfx .card:hover .card-body {
    height: calc(70% + 20px);
    background-color: rgba(255, 255, 255, 1);
  }

  #cardfx .card-content {
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
  }

}

/* facetwp styles
------------------------------------------------------- */
.facetwp-facet {
  margin-bottom: 20px !important;
}
.facetwp-counter,
.facetwp-map-filtering,
.facetwp-autocomplete-update {
  display: none;
}
.facetwp-autocomplete {
  width: 100%;
}

/* swiper hover styles
------------------------------------------------------- */
.swiper-container h2,
#blog h2 {
	font-size: 1.5rem;
}
.swiper-container h3,
#blog h3 {
	font-size: 1rem;
}


.swiper-slide .card-image .overlay,
.swiper-slide:hover .card-image .overlay {
  -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.swiper-slide .card-image {
  position: relative;
  height: auto;
  width: 100%;
}
.swiper-slide .card-image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.swiper-slide:hover .card-image .overlay {
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 1;
}
.swiper-slide.card {
	min-height: 300px;
}

/* swiper carousel styles
------------------------------------------------------- */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
	left: 0;
	width: 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}
.swiper-button-next, .swiper-button-prev {
	position: relative;
	top: 0;
	width: 0;
	height: 0;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: inline;
	align-items: center;
	justify-content: center;
	color: inherit;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto;
}
.swiper-pagination {
	position: relative;
	text-align: left;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10;
	display: inline;
}
.swiper-pagination-bullet {
	margin-right: 10px;
}
/* hide default nav icons */
.swiper-button-next::after, .swiper-button-prev::after {
	display: none;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
  opacity: .05;
  cursor: auto;
  pointer-events: none;
}


/* footer styles
------------------------------------------------------- */

#footer .list-group-item {
  position: relative;
  display: block;
  padding: .25rem 0rem;
  text-decoration: none;
  background-color: none;
  border: none;
}

#footer .list-group-item-action {
  width: 100%;
  color: #777;
  text-align: inherit;
}

#footer a {
  color: #ccc;
  text-decoration: none;
}

#footer a:hover {
  color: #999;
  text-decoration: none;
}

#footer .social-icons-footer,
#footer .social-icons.float-end,
#footer .social-icons.float-right,
#footer .social-icons {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 16px !important;
  padding-left: 0;
  float: none !important;
  text-align: center;
}

#footer .social-icons-footer .list-inline-item {
  display: inline-block;
  vertical-align: middle;
}

#footer .social-icons-footer .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

#footer .col-sm-2 h6.text-uppercase {
  margin-bottom: 0.5rem;
}

#footer .social-icons-footer a,
#footer .social-icons a {
  color: #ccc;
  line-height: 24px;
  display: inline;
  text-align: center;
}

#footer .social-icons-footer a:hover {
  color: #ccc;
}

/* Footer brand column: Follow Us + social icons stay centered (prod parity).
   BS5 text-sm-left shim must not pull this block left at sm+ breakpoints. */
#footer .col-sm-4 .text-center.text-sm-left,
#footer .col-md-3 .text-center.text-sm-left,
#footer .col-sm-4 .text-center.text-sm-left h6,
#footer .col-md-3 .text-center.text-sm-left h6,
#footer .col-sm-4 .text-center.text-sm-left .social-icons,
#footer .col-md-3 .text-center.text-sm-left .social-icons,
#footer .col-sm-4 .text-center.text-sm-left .social-icons a,
#footer .col-md-3 .text-center.text-sm-left .social-icons a {
  text-align: center !important;
}

/* Rewards page: matrix app CSS aligns footer brand column left on production
   from 600px+ only (prod stays centered at 576px style-parity sm viewport). */
@media (min-width: 600px) {
  body.rewards #footer .col-sm-4 .text-center.text-sm-left,
  body.rewards #footer .col-md-3 .text-center.text-sm-left,
  body.rewards #footer .col-sm-4 .text-center.text-sm-left h6,
  body.rewards #footer .col-md-3 .text-center.text-sm-left h6,
  body.rewards #footer .col-sm-4 .text-center.text-sm-left .social-icons,
  body.rewards #footer .col-md-3 .text-center.text-sm-left .social-icons,
  body.rewards #footer .col-sm-4 .text-center.text-sm-left .social-icons a,
  body.rewards #footer .col-md-3 .text-center.text-sm-left .social-icons a {
    text-align: left !important;
  }
}


/* breadcrumbs styles
------------------------------------------------------- */
#breadcrumbs,
#breadcrumbs a {
  font-size: 12px;
}

/* #breadcrumbs .breadcrumb_last {
  display: none;
} */

/* .navbar-nav .current_page_item.active .dropdown-item {
	color: #ec2626;
} */

/* button styles
------------------------------------------------------- */

/* color styles
------------------------------------------------------- */

/* .text-primary{ 
    color: #ec2626 !important;
  }
  .border-primary {
    border-color: #ec2626 !important;
  }
  .bg-primary {
      background-color: #ec2626 !important;
  } */
/* .bg-dark {
      background-color: #334 !important;
  } */



/* Google Map styles
------------------------------------------------------- */
.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* card styles
------------------------------------------------------- */

#cardfx .card-text {
  font-size: .75rem;
}

a.card-link .card,
.card-link.card {
  transition: 0.3s;
}

a.card-link .card:hover,
.card-link.card:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background-color: #f8f9fa !important;
}

a.card-link .card-title,
.card-link .card-title {
  color: #212529;
  font-weight: 700 !important;
}

a.card-link .card-text,
.card-link .card-text {
  color: #212529;
  text-decoration: none;
}

/* gravity form styles
------------------------------------------------------- */

#gform_wrapper_2.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
#gform_wrapper_2.gform_wrapper .gform_page_footer input.button,
#gform_wrapper_2.gform_wrapper .gform_page_footer input[type="submit"] {
  width: auto;
}

#gform_wrapper_2.gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
}

#gform_wrapper_2.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 5px;
}

#gform_wrapper_2.gform_wrapper {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
}

#gform_wrapper_2.gform_wrapper #field_2_13 .gfield_label {
  margin-top: 15px;
}

#gform_wrapper_2.gform_wrapper li.hidden_label input {
  margin-top: 0;
}

#gform_wrapper_2.gform_wrapper .top_label .gfield_label,
#gform_wrapper_2.gform_wrapper legend.gfield_label {
  line-height: .5;
}

#gform_wrapper_2.gform_wrapper ul.gfield_checkbox li label,
#gform_wrapper_2.gform_wrapper ul.gfield_radio li label {
  display: inline;
}

#gform_wrapper_2.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
#gform_wrapper_2.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin: 0 8px 0px 0;
}

#gform_wrapper_2.gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
#gform_wrapper_2.gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0;
  margin-bottom: 0;
}

#gform_wrapper_2.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  line-height: 1.3;
}

/* @media screen and (min-width: 1400px) {
  .interior-form {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
  }
} */

/* iframe styles
------------------------------------------------------- */

iframe#inlineframe {
  width: 99%;
  height: 110%;
  overflow: hidden;
  *width: 100%;
  *height: 100% !important;
  *overflow: scroll;
}

/* footer social alignment (horizontal row under Follow Us)
------------------------------------------------------- */

/* store hours text in header to break */
/* @media (max-width: 840px) and (min-width: 768px) {
  .header a.logo img {
    height: 58px;
  }

  .header {
    height: 100px;
  }
} */

/* @media (max-width: 940px) and (min-width: 841px) {
  .header a.logo img {
    height: 80px;
  }
} */

/* @media (max-width: 940px) and (min-width: 768px) {
  #storeinfo .navbar-nav {
    font-size: .7rem;
  }

  .nav-link {
    font-size: .85rem;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .65rem;
    padding-left: .65rem;
  }

  .dropdown-toggle::after {
    position: absolute;
    top: 8px;
    right: -1px;
  }
} */

/* topnav styles
  ------------------------------------------------------- */
  #topnav .menu-item a {
    color: #fff;
    margin: 0;
    text-decoration: none;
    font-weight: 300;
  }

  #topnav.small,
  #topnav .small {
    font-size: 0.875rem;
    font-weight: 400;
  }

  #menu-top-nav,
  #menu-bc-fast-top-nav {
    margin: 0;
  }

  #topnav.bg-primary .list-inline-item a {
    color:inherit;
  }

  #topnav.bg-primary #menu-top-nav,
  #topnav .social-icons {
    margin: 0;
  }


  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #888;
}
/* desktop nav styles */
@media (min-width: 767px) {

    /* Main menu styles
    ------------------------------------------------------- */  
    .dropdown:hover .dropdown-menu {
      display: block;
    }
    .dropdown:hover>.dropdown-menu {
      display: block;
    }
    .dropdown-menu {
      margin: 0;
    }

    /* Interior menu lists */
    #Interior_Nav ul.sub-menu {
      padding: 0;
    }

    #Interior_Nav ul.sub-menu li {
      list-style: none;
    }

    #Interior_Nav ul.sub-menu li a {
      padding-left: 30px;
    }

    #Interior_Nav ul.sub-menu li a {
      padding-left: 30px;
      border-top: 0;
    }

    #Interior_Nav ul.sub-menu li:last-child a {
      border-bottom: 0;
    }

    #Interior_Nav li.current_page_item a,
    #Interior_Nav ul.sub-menu li.current_page_item a {
      z-index: 2;
      color: #fff;
      background-color: #d66a2a;
      border-color: #d66a2a;
    }

    /* NAV STYLES */
    /* ----------------------------------------- */

    /* hover parent open dropdown on desktop */
    .dropdown:hover>.dropdown-menu {
      display: block;
      border: none;
    }

    /* fixes hover dropdown gap */
    .dropdown-menu {
      margin: 0 !important;
    }


    /* font size of top nav parent link */
    .nav-link {
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 300;
    }

    /* current page highlight */
    .current-menu-item>.nav-link,
    .current-menu-item>.dropdown-item {
      font-weight: bold;
      color: rgba(0, 0, 0, 1) !important;
    }

    /* add toggle to parent with child dropdowns */
    .dropdown-menu>.menu-item-has-children>.dropdown-item:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
      position: absolute;
      right: 5px;
      top: 14px;
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-90deg);
    }

    /* position child dropdown in sub menu */
    .dropdown-menu>.menu-item-has-children>.dropdown-menu {
      left: 99%;
      top: 0;
    }

    /* keep parent highlighted top nav */
    .navbar-nav>.dropdown:hover>.nav-link {
      background: #f8f9fa;
      color: rgba(0, 0, 0, 1);
    }

    /* keep parent highlighted sub nav */
    .dropdown-menu>.dropdown:hover>.dropdown-item {
      background: #fff;
    }

    .dropdown-menu .dropdown-item:hover,
    .dropdown-menu .dropdown .dropdown-item:hover {
      background: #fff;
    }

    /* dropdown hover effect */
    .navbar .nav-item .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: .3s;
      margin-top: 0;
      box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
      background: #f8f9fa;
    }

    /* parent position to animate */
    .navbar .dropdown-menu {
      top: 150%;
    }

    .navbar .nav-item:hover>.dropdown-menu {
      transition: .3s;
      opacity: 1;
      visibility: visible;
      top: 100%;
      transform: rotateX(0deg);
    }

    /* child sub-menu position to animate */
    .navbar .dropdown-menu .menu-item-has-children>.dropdown-menu {
      top: 100%;
    }

    .navbar .menu-item-has-children .nav-item:hover>.dropdown-menu {
      transition: .3s;
      opacity: 1;
      visibility: visible;
      top: 10%;
      transform: rotateX(0deg);
    }

    /* navbar styles
    ------------------------------------------------------- */
    .navbar-nav li:hover>ul.dropdown-menu {
      display: block;
    }

    .navbar-brand {
      transition: all 0.3s ease;
      transform: translate(0, 0);
    }

}


/* MOBILE NAV STYLES */
@media (max-width: 766px) {

    .wp-block-group.container {
      padding: 0;
    }

    #navbar .navbar-nav .dropdown-menu {
      border: none;
    }

    #navbar .container {
      margin: 0;
      padding: 0;
    }
    #navbar .navbar-collapse {
      padding: 20px;
      background: #f5f5f5;
    }

    .navbar-nav .dropdown-menu {
      position: static;
      display: block;
    }

    /* current page highlight */
    /* .current-menu-item>.nav-link,
    .current-menu-item>.dropdown-item {
      font-weight: bold;
      color: rgba(255, 255, 255, 1) !important;
    } */

    .navbar-nav {
      width: 100%;
    }

    /* .dropdown-menu {
      background: #2a2a2a;
    }

    .dropdown-menu .dropdown-menu {
      background: #333;
    } */

    /* .dropdown-item {
      color: rgba(255, 255, 255, .75) !important;
    } */

    /* .dropdown-item:focus,
    .dropdown-item:hover {
      color: #16181b;
      text-decoration: none;
      background-color: transparent;
    } */

    .dropdown-menu>.dropdown-item {
      padding: .25rem 1.75rem;
    }

    .dropdown-menu .dropdown-menu .dropdown-item {
      padding: .25rem 2.5rem !important;
    }

    /* add toggle to parent with child dropdowns */
    .dropdown-toggle::after {
      display: none;
    }
    /* .dropdown-menu>.menu-item-has-children>.dropdown-item:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
      position: absolute;
      right: 5px;
      top: 14px;
    } */

}



/* HAMBURGER TOGGLER MENU STYLES */
/* ----------------------------------------- */

.navbar-toggler {
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border: none;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  position: absolute;
  opacity: 1;
  width: 30px;
  height: 3px;
  right: 10px;
  background: #2D2D2D;
  transition: .2s ease-in-out;
}

.navbar-toggler.collapsed .icon-bar.icon-bar-one {
  top: 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .icon-bar.icon-bar-two {
  top: 24px;
  opacity: 1;
  width: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .icon-bar.icon-bar-three {
  top: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-toggler .icon-bar.icon-bar-one {
  top: 23px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-toggler .icon-bar.icon-bar-two {
  opacity: 0;
  /* 	width:0; */
}

.navbar-toggler .icon-bar.icon-bar-three {
  top: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* side navigation */
/* ----------------------------------------- */
#sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidenav li a {
  text-decoration: none;
  color: #212529;
  border-top: 1px solid #e9e9e9;
  display: block;
  padding: 5px 0;
}
#sidenav li a:hover {
  color: #0b5ed7;
}

#sidenav .current_page_item a,
#sidenav .current_page_item a:hover,
#sidenav .current_page_item a:focus {
  color: #d66a2a !important;
  font-weight: 600;
}
#sidenav .page-item a {
  color: inherit;
  display: block;
  padding: 6px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

#sidenav .page-item a:hover,
#sidenav .page-item a:focus {
  color: #d66a2a;
} 


/* Blog styles */
/* ----------------------------------------- */
.widget h2.widget-title {
  margin-bottom: 10px;
}
.widget ul {
  list-style: none;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 0;
}
.widget ul li a {
  display: block;
  border-top:1px solid #f1f1f1;
  text-decoration: none;
  margin-bottom: 5px;
  padding-top: 5px;
}
article h3 a {
  text-decoration: none;
}

/* financing
------------------------------------------------------- */
body.financing hr:not([size]) {
  height: 10px;
}

/* mobile app
------------------------------------------------------- */

#mobile-app-content .mobile-content-wrap {
	padding: 100px 150px;
	min-height: 300px;
}
#mobileapp .table th,
#mobileapp .table td {
	border-top: 1px solid #fff;
	line-height: 20px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
	font-family: "Roboto",sans-serif;
}

#mobileapp .label, #mobileapp .badge {
	background-color: #fff;
	color: #000;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	padding: 2px 4px;
	text-shadow: none;
	vertical-align: baseline;
	white-space: nowrap;
	font-family: "Roboto",sans-serif;
}

#mobileapp .badge {
	border-radius: 20px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #000;
}
#mobile-app-content h1 {
		font-weight: 300;
		font-family: 'Roboto', sans-serif;
		/*color: #E8083E;*/
	/*line-height:75px;
	font-size:80px;*/
	line-height:60px;
	font-size:50px;
	margin:0px;
}
#mobile-app-content h2 {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #000;
	/*line-height:50px;
	font-size:50px;*/
	line-height:45px;
	font-size:35px;
	margin:0px 0px 20px 0px;
}

/* responsive video */
.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
/* Production VRT baseline: legacy footer markup leaked a `">` text node (+24px line box). */
#footer.pt-5.mt-5 {
  padding-top: 4.5rem !important;
}

/* Home featured card: prod BS4 columns kept 12px gutters despite no-gutters row. */
.card.mb-3.bg-primary.text-white.border-0 > .row.g-0 {
  margin-left: -12px;
  margin-right: -12px;
}

.card.mb-3.bg-primary.text-white.border-0 > .row.g-0 > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

/* Smart Slider 3: hero CTA subtitle uses Montserrat 400 italic — load correct cut
   so line breaks match production (dev was wrapping an extra line without 400i). */
div#n2-ss-4 .n2-font-b91f1ee1b311dee4cf8bb2766f069135-hover {
  line-height: 1.2 !important;
}

.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	.flex-video { padding-top: 0; }
}
