/* === Red Barn Media Group - Global Styles - Blue Valley === */

body {
  width: 100%;
  height: 100%;
  color: #221f20;
  font-family: inter-variable, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
}

html {
  width: 100%;
  height: 100%;
   scroll-padding-top: 105px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: barlow-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  z-index: 1;
  color: #263164;
}
p{
  font-weight: 400!important;
}
p b, p strong,
li b, li strong {
  font-weight: 400 !important;
}
.inter-400 {
  font-family: inter-variable, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.inter-700 {
  font-family: inter-variable, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.barlow-400 {
  font-family: barlow-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.barlow-500 {
  font-family: barlow-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.fs-7 {
  font-size: 0.85rem;
}
.fs-8 {
  font-size: 0.65rem;
}
/* === Menu Styles :: BEGIN === */
.menu-container {
  background: transparent;
  margin-top: 0rem !important;
}
.menu-container.shrink-menu {
  background: #f4ecdf;
  margin-top: 0rem !important;
  border-bottom: 2px solid #18314c;
}
.menu-container .container .row .col-12 nav.navbar-light {
  background: transparent !important;
  padding: 1rem;
}
.navbar-nav {
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  color: #18314c !important;
  font-family: inter-variable, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
}

.navbar-light .navbar-nav .nav-link.phone {
  color: #fff !important;
  font-family: barlow-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #78acb6 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: rgba(243, 193, 83, 0.7) !important;
  border-radius: 0.25rem;
}
.dropdown-item:active {
  color: #18314c !important;
  background-color: rgba(243, 193, 83, 0.9) !important;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  top: 3.5rem;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
  top: 3rem;
  background: #f4ecdf;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #18314c;
  border-right: 1px solid #18314c;
  border-bottom: 1px solid #18314c;

  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition-duration: 0.25s;
}
.shrink-menu .navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
  top: 4rem;
  background: #f4ecdf;
  color: #18314c;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition-duration: 0.25s;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.sub-dropdown {
  background: #002e54;
  padding: 0.5rem;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.175);
}
.dropdown-divider {
  border-top: 1px solid #b0b0b0 !important;
}
.menu-container .container-fluid.bv-logo-row {
  transition-duration: 0.25s;
}
.menu-container.shrink-menu .container-fluid.bv-logo-row {
  transition-duration: 0.25s;
}
.menu-container .container-fluid .row .bv-logo-place {
  position: relative;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 7rem;
  transition-duration: 0.25s;
}
.shrink-menu .navbar-nav {
  height: 6rem;
  transition-duration: 0.25s;
}

.bv-logo-desktop {
  position: absolute;
  width: 240px;
  height: 94px;
  top: -3rem;
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  transition-duration: 0.25s;
}
.shrink-menu .bv-logo-desktop {
  width: 200px;
  height: 75px;
  top: -2.5rem;
  transition-duration: 0.25s;
}
.bv-menu-top-row .bv-menu-top-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-duration: 0.25s;
}
.shrink-menu .bv-menu-top-row .bv-menu-top-col {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-duration: 0.25s;
}
.bv-menu-top-row .bv-menu-top-col p {
  font-size: 0.85rem;
  margin-bottom: 0;
}
.dropend .dropdown-item::after {
  display: none;
}
.nav-fill .nav-item .dropdown-item {
  text-align: left !important;
  color: #18314c;
}
.dropstart .dropdown-toggle::before {
  display: none !important;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.hover-dropdown .dropdown-menu {
    display: none;
}

.hover-dropdown .dropdown-menu.show {
    display: block;
    top:-10px;
}

.submenu {
    margin-top: -1px;
}

@media (min-width: 992px) {
    .dropend .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: 0;
        margin-left: 0.125rem;
    }
}
/* === Menu Styles :: END === */
/* === Button Styles :: BEGIN === */
.btn {
  padding: 0.75rem 0.85rem !important;
  font-family: barlow-condensed, sans-serif;
  font-weight: 600;
  font-size: 1rem !important;
  text-transform: uppercase;
  border-radius: 0.5rem;
  border: 2px solid;
}
.btn.btn-menu {
  padding: 0.9rem 1.25rem !important;
  font-weight: 700;
  
}
.btn.btn-contact {
  padding: 0.75rem 0.85rem !important;
  font-weight: 700;
}
.btn.btn-lg {
  padding: 0.75rem 1.75rem !important;
}
.btn.btn-xl {
  padding: 1.25rem 1.75rem !important;
  font-size: 1.5rem !important;
}
.btn.btn-link {
  font-family: barlow-condensed, sans-serif;
  font-weight: 500;
  font-size: 90%;
  text-decoration: none;
  color: #263164;
  background-color: #fff6e6;
  text-align: left;
}
.btn-cream {
  color: #18314c;
  background: #f4ecdf;
  border-color: #f4ecdf;
}
.btn-cream:hover {
  color: #18314c;
  background: #e6d7c7;
  border-color: #e6d7c7;
}
.btn-warning {
  color: #263164;
  background: #f3c153;
  border-color: #f3c153;
}
.btn-warning:hover {
  color: #263164;
  background: #d9a73f;
  border-color: #d9a73f;
}
.btn-outline-warning {
  color: #263164;
  background: transparent;
  border: 2px solid #f3c153;
}
.btn-outline-warning:hover {
  color: #263164;
  background: #f3c153;
  border-color: #f3c153;
}
.btn-primary {
  color: #fff;
  background: #18314c;
  border-color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background: #25476b;
  border-color: #25476b;
}
.btn-outline-primary {
  color: #18314c;
  background: transparent;
  border: 2px solid #18314c;
}
.btn-outline-primary:hover {
  color: #fff;
  background: #18314c;
  border-color: #18314c;
}
.btn-info {
  color: #18314c;
  background: #78acb6;
  border-color: #78acb6;
}
.btn-info:hover {
  color: #25476b;
  background: #a3c9d1;
  border-color: #a3c9d1;
}
.btn-outline-info {
  color: #78acb6;
  background: transparent;
  border: 2px solid #78acb6;
}
.btn-outline-info:hover {
  color: #18314c;
  background: #a3c9d1;
  border-color: #a3c9d1;
}
.btn-252356 {
  color: #263164;
  background: #f3c153;
  border-color: #f3c153;
}
.btn-252356:hover {
  color: #263164;
  background: #d9a73f;
  border-color: #d9a73f;
}
.btn-rollover {
  color: #18314c;
  background: #f4ecdf;
  border: 2px solid #18314c;
  height: 100%;
}
.btn-rollover:hover,
.btn-rollover.active {
  color: #f4ecdf !important;
  background: #18314c !important;
}
.btn-outline-light {
  color: #fffbf3;
  background: transparent;
  border: 2px solid #fffbf3;
}
.btn-outline-light:hover {
  color: #18314c !important;
  background: #fffbf3;
  border-color: #78acb6;
}
/* === Button Styles :: END === */
/* === Color Styles :: BEGIN === */
.text-cream {
  color: #f4ecdf !important;
}
.text-warning {
  color: #f3c153 !important;
}
.bg-warning {
  background: #f3c153 !important;
}
.border-warning {
  border-color: #f3c153 !important;
}
.text-primary {
  color: #18314c !important;
}
.bg-primary {
  background: #18314c !important;
}
.bg-cream{
  background: #f4ecdf !important;
}
.text-light {
  color: #fffbf3 !important;
}
.bg-light.alt {
  background: #f4ecdf !important;
}
.border-light {
  border-color: #f5f5f7 !important;
}

.bg-dark {
  background: #000 !important;
}

.text-666 {
  color: #666 !important;
}
.text-info {
  color: #78acb6 !important;
}
.bg-info {
  background: #78acb6 !important;
}
.border-info {
  border-color: #78acb6 !important;
}
.border-primary
{
  border-color: #18314c !important;
}
/* === Color Styles :: END === */
/* === Footer Styles :: BEGIN === */
footer {
  background: #002e54;
}
/* === Footer Styles :: END === */
/* === Utility Styles :: BEGIN === */
/* Accordion Styles */
.accordion-item {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.accordion-item:last-of-type,
.accordion-button {
  border-radius: 0 !important;
}
.accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-family: inter-variable, sans-serif;
  font-weight: 400;
  color: black;
}

.accordion-button:not(.collapsed) {
  color: black;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button:focus {
  box-shadow: none; /* Removes default Bootstrap focus glow */
}

.accordion-button:not(.collapsed) {
  background: #fff6e6 !important;
}

.btn-close.white {
  filter: invert(100%) grayscale(100%);
}

mark {
  display: inline-block;
  color: inherit !important;
  background: rgba(243, 193, 83, 0.8) !important;
  padding: 0rem 0.5rem !important;
}

form input,
textarea {
  font-size: 0.9rem !important;
}

a {
  text-decoration: none;
}
.dashed {
  border-style: dashed;
}

.fa-3xl {
  font-size: 4.5rem;
}

.negative-top-margin {
  margin-top: -2rem;
}
img.blue-valley-character {
  margin-top: -10rem;
  width: 528px;
  height: 539px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  object-fit: contain;
  transition: transform 0.3s ease;
}
/* === Utility Styles :: END === */
@media (max-width: 1600px) {
  .bv-logo-desktop {
  position: absolute;
  width: 220px;
  height: 85px;
  top: -3rem;
  left: 30px;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  transition-duration: 0.25s;
}
  .shrink-menu .bv-logo-desktop {
  width: 175px;
  height: 67px;
  top: -2.5rem;
  transition-duration: 0.25s;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.8rem;
  }
  .btn.btn-menu {
    font-size: 0.95rem !important;
  }
}
@media (max-width: 1400px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  
  .bv-menu-top-row .bv-menu-top-col {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-duration: 0.25s;
  }
  .shrink-menu .bv-menu-top-row .bv-menu-top-col {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    transition-duration: 0.25s;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    transition-duration: 0.25s;
    width: auto;
  }
  .shrink-menu .navbar-nav {
    height: fit-content;
    transition-duration: 0.25s;
  }
  .navbar {
    display: flex;
    height: 96px;
    transition-duration: 0.25s;
  }
  .shrink-menu .navbar {
    height: 96px;
    transition-duration: 0.25s;
  }
  .menu-container .container-fluid .row .bv-logo-place a.bv-logo {
   position: absolute;
    background: url(../img/bv-logo.svg);
    background-size: auto;
    background-size: cover;
    width: 240px;
    height: 94px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 1.5rem;
    transition-duration: 0.25s;
    z-index: 10;
  }
  .menu-container.shrink-menu .container-fluid .row .bv-logo-place a.bv-logo {
    background: url(../img/bv-logo.svg);
    background-size: cover;
     width: 214px;
    height: 84px;
    top: -0.5rem;
    transition-duration: 0.25s;
  }
  .nav-fill .nav-item,
  .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: left;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown,
  .shrink-menu .navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
    top: 3rem;
    background: #fff;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    border: 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    transition-duration: 0.25s;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #263164 !important;
    font-size: 1.25rem;
  }
  .navbar-light .navbar-nav .nav-link.phone {
    color: #263164 !important;
  }
  .navbar-light .navbar-nav .nav-link.phone:hover {
    color: #78acb6 !important;
  }
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 1.35rem;
  }
  .navbar-light .navbar-nav .nav-link.phone {
    font-size: 1.35rem;
  }
  img.blue-valley-character {
  display: none;
}
}

@media (max-width: 767px) {
  .menu-container .container-fluid .row .bv-logo-place a.bv-logo {
    position: absolute;
    background: url(../img/bv-logo.svg);
    background-size: auto;
    background-size: cover;
    width: 192px;
    height: 75px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 1.5rem;
    transition-duration: 0.25s;
  }

  .menu-container.shrink-menu .container-fluid .row .bv-logo-place a.bv-logo {
   width: 166px;
    height: 65px;
    top: 1rem;
    transition-duration: 0.25s;
  }
}

@media (max-width: 576px) {
}

@media (max-width: 450px) {
}
