/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2026 | 19:28:36 */
.ncr-faq-wrap{
  margin: 24px auto;
  font-family: inherit;
}

.ncr-faq-title{
  font-size: 35px;
  line-height: 1.2;
  margin: 0 0 14px 0;
  color: #fd5318;
}

.ncr-faq{
  border: 1px solid rgba(253,83,24,0.35);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.ncr-faq details{
  border-top: 1px solid rgba(253,83,24,0.25);
}
.ncr-faq details:first-child{
  border-top: 0;
}

.ncr-faq summary{
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  user-select: none;
}

/* Remove default marker */
.ncr-faq summary::-webkit-details-marker { display: none; }
.ncr-faq summary::marker { content: ""; }

.ncr-faq-question{
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  color: #fd5318;
}

.ncr-faq-icon{
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
}

/* Chevron colour */
.ncr-faq-icon svg{
  width: 22px;
  fill: none;
  stroke: #fd5318;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

/* Rotate icon when open */
.ncr-faq details[open] .ncr-faq-icon svg{
  transform: rotate(180deg);
}

/* Subtle hover/focus */
.ncr-faq summary:hover{
  background: rgba(253,83,24,0.05);
}
.ncr-faq summary:focus{
  outline: none;
}
.ncr-faq summary:focus-visible{
  outline: 3px solid rgba(253,83,24,0.45);
  outline-offset: -3px;
}

.ncr-faq-answer{
  padding: 0 18px 16px 18px;
  color: rgba(0,0,0,0.78);
  line-height: 1.6;
  font-size: 16px;
}

.ncr-faq-answer p{
  margin: 10px 0 0 0;
}

/* Highlight open item */
.ncr-faq details[open] > summary{
  background: rgba(253,83,24,0.08);
}


.card.-metro:not(.-no-media) .image-holder img, .card.-metro:not(.-no-media) .image-holder iframe {
    height: 100% !important;
}
.subscribe-form br:first-of-type {
	display: none;
}
div#logo-carousel-free-247490.logo-carousel-free .sp-lc-logo {
    padding: 10px 55px;
}
.ti-widget.ti-goog {
    text-align: left !important;
}
.wp-caption.alignnone {
  max-width: 100% !important;
  width: auto !important;
}

.wp-caption img {
  width: 100% !important;
  height: auto !important;
}
article img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grecaptcha-badge { visibility: hidden; }

.hamburger-nav-details {
    padding-bottom: 30px;
}
.vc_toggle_color_orange .vc_toggle_icon {
    background-color: #fd5318 !important;
}
.white {color:#fff;}
.large {font-size:1.0em;
    font-weight:700;
    text-transform:uppercase;
}
h4, h5, h6 {
    line-height: 1.1em;
}
span.post-date {
    font-weight: 700;
}
.details-column {
    color: #fff;
}
.contact-form .wpcf7-list-item {
    display: block;
        margin-top: 6px !important;
}
.heading .subtitle + .divider {
    margin-block-start: 0.1em;}
.headspacing {
    padding: 20px 0px 10px;
}
.breadcrumb-item {
    text-transform: uppercase;
    font-size: 12px;
}
    h6.title {
    color: #fd531a;
}

    .clb-slider-count, .clb-slider-count .clb-slider-count-number
 {
    height: 1.30rem;
}
i.vc_toggle_icon {
    margin-top: 0px;
}

.vc_toggle_title>h4 {
    font-size: 20px;
}
.vc_toggle_size_md .vc_toggle_icon {
    height: 20px;
    width: 20px;
}
.vc_toggle_color_orange .vc_toggle_icon {
  background-color: #fd5318 !important;}

    .background-video {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 1; /* optional: adjust visibility */
    pointer-events: none; /* prevents any interaction with the video */
}
:root {--clb-color-danger: #fd5318;}



@media only screen and (min-width: 980px) and (max-width: 1080px) {
  .vc_row.archive-holder.ohio-masonry.masonry {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .vc_row.archive-holder.ohio-masonry.masonry {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .vc_row.archive-holder.ohio-masonry.masonry {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 480px) {
  h1.title {
    font-size: 40px !important;
  }

  .vc_row.archive-holder.ohio-masonry.masonry {
    margin-top: 55px;
  }

  div#logo-carousel-free-247490.logo-carousel-free .sp-lc-logo {
    padding: 14px 38px !important;
  }
}

@media only screen and (min-width: 1082px) and (max-width: 1180px) {
  .vc_row.archive-holder.ohio-masonry.masonry {
    margin-top: 55px;
  }

  .hideonmobile {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  h1.title {
    font-size: 50px !important;
  }
}