/* === Red Barn Media Group - Global Styles - Scott === */

body {
  width: 100%;
  height: 100%;
  color: #333333;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  background-color: #fff;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

p {font-family: "Roboto", sans-serif !important;}
.bold,b {font-weight: 700;}
.medium {font-weight: 600;}
.light {font-weight: 300;}

/* === Menu Styles :: BEGIN === */
.menu-container {
  background: #fff;
  margin-top: 0rem !important;
}

.menu-container .container .row .col-12 nav.navbar-light {
  background: transparent !important;
  padding: 1rem;
}

.menu-container.shrink-menu {
  margin-top: 0rem !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #000033 !important;
  font-size: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  transition-duration: 0.25s;
}
.shrink-menu .navbar-light .navbar-nav .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition-duration: 0.25s;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #D51F25 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #eee!important;
}
.dropdown-item:active {
    color: #D51F25!important;
    background-color: #eee!important;
}
.dropdown-toggle::after {
  display: none;
}
.menu-container .container-fluid.scott-logo-row {
  padding-top:2rem;
  padding-bottom:2rem;
  transition-duration: 0.25s;
  padding-left: 5rem;
  padding-right: 5rem;
}
.menu-container.shrink-menu .container-fluid.scott-logo-row {
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  transition-duration: 0.25s;
}
.menu-container .container-fluid .row .scott-logo-place {
  position: relative;
}
.menu-container .container-fluid .row .scott-logo-place a.scott-logo {
  position: absolute;
  background: url(../img/scott-logo.svg);
  width: 275px;
  height: 138px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -4.25rem;
  transition-duration: 0.25s;
}
.menu-container.shrink-menu .container-fluid .row .scott-logo-place a.scott-logo {
  width: 200px;
  height: 100px;
  top: -3rem;
  transition-duration: 0.25s;
}
.rounded-row-start  {
    border-bottom-left-radius: 1.5rem;
}
.rounded-row-end  {
    border-bottom-right-radius: 1.5rem;
}
.scott-menu-top-row .scott-menu-top-col{
  padding-top:.75rem;
  transition-duration: 0.25s;
}
.shrink-menu .scott-menu-top-row  .scott-menu-top-col{
  padding-top:0.5rem;
  transition-duration: 0.25s;
}
.dropend .dropdown-item::after {
  display: none;
}
.nav-fill .nav-item .dropdown-item {
  text-align: left!important;
}
/* === Menu Styles :: END === */
/* === Button Styles :: BEGIN === */
.btn {
  font-family: "Jost", sans-serif !important;
  padding: 0.65rem 1.25rem !important;
  font-size: 0.95rem !important;
  font-weight: 500;
  transition-duration: 0.25s;
  border-radius: 50rem;
}
.btn.menu-btn {
  padding: 0.85rem 1.5rem !important;
  font-size: 1rem !important;
}
.btn.btn-lg {
  padding: 1rem 1.5rem !important;
  font-size: 1rem !important;
}
.btn.btn-xl {
  padding: 1.25rem 1.75rem !important;
  font-size: 1.75rem !important;
}

.btn-primary {
  color: #fff;
  background: #2A338F;
  border-color: #2A338F;
}
.btn-primary:hover {
  color: #fff;
  background: #2A338F;
  border-color: #2A338F;
}

.btn-outline-primary {
  color: #2A338F;
  background: transparent;
  border-color: #2A338F;
}
.btn-outline-primary:hover {
  color: #fff;
  background: #2A338F;
  border-color: #2A338F;
}

.btn-danger {
  color: #fff;
  background: #D51F25;
  border-color: #D51F25;
}
.btn-danger:hover {
  color: #fff;
  background: #D51F25;
  border-color: #D51F25;
}

.btn-outline-danger {
  color: #D51F25;
  background: transparent;
  border-color: #D51F25;
}
.btn-outline-danger:hover {
  color: #fff;
  background: #D51F25;
  border-color: #D51F25;
}
/* === Button Styles :: END === */
/* === Color Styles :: BEGIN === */
.text-primary {color:#2A338F!important}
.bg-primary {background: #2A338F!important;}
.border-primary {border-color:#2A338F!important}

.text-primary.dark {color:#000066!important}
.bg-primary.dark {background: #000066!important;}
.border-primary.dark {border-color:#000066!important}

.text-danger {color:#D51F25!important}
.bg-danger {background: #D51F25!important;}
.border-danger {border-color:#D51F25!important}

.text-dark {color:#000033!important}
.bg-dark {background: #000033!important;}
.border-dark {border-color:#000033!important}

.text-666 {color:#666!important;}

.bg-grey {
    background: #efefef;
}

.text-platinum {color:#dcdcdc;}
.text-gold {color:#ffd700;}
.text-silver {color:#a9a9a9;}
.text-bronze {color:#cd7f32;}
/* === Color Styles :: END === */
/* === Footer Styles :: BEGIN === */

/* === Footer Styles :: END === */
/* === Utility Styles :: BEGIN === */
.extra-padding-bottom {
    padding-bottom: 6rem;
}

.logo-col-margin {
  margin-top: -4rem;
}
/* === Utility Styles :: END === */
@media (max-width:1400px) {
  .scott-menu-top-row .scott-menu-top-col p {
    font-size: 0.8rem;
  }
  .navbar-light .navbar-nav .nav-link {
      font-size: .85rem;
  }
  
  .btn.menu-btn {
    padding: 0.75rem 1.25rem !important;
    font-size: .85rem !important;
  }
}
  
@media (max-width:1200px) {
  .navbar {
    padding-top:0.75rem;
    padding-bottom:0.75rem;
    height: 150px;
    transition-duration: 0.25s;
  }
  .shrink-menu .navbar {
      padding-top:0.75rem;
      padding-bottom:0.75rem;
      height: 110px;
      transition-duration: 0.25s;
    }
    
  .scott-menu-top-row .scott-menu-top-col {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      transition-duration: 0.25s;
  }
  .shrink-menu .scott-menu-top-row .scott-menu-top-col {
      padding-top: 0.35rem;
      padding-bottom: 0.35rem;
      transition-duration: 0.25s;
  }
  .menu-container .container-fluid.scott-logo-row-MOBILE .row .scott-logo-place a.scott-logo {
    position: absolute;
    background: url(../img/scott-logo.svg);
    left: 0;
    right: 0;
    top: 0rem;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 0.25s;
    z-index: 10;
  }
  .menu-container.shrink-menu .container-fluid.scott-logo-row-MOBILE .row .scott-logo-place a.scott-logo {
    background: url(../img/scott-logo.svg);
      top: 0rem;
      transition-duration: 0.25s;
  }
  
  .rotate-at-mobile {
      transform: rotate(90deg);
  }
  
  .navbar-light .navbar-nav .nav-link {
      font-size: 1rem;
  }
  .dropdown .dropend .dropdown-menu {
    position: static !important;
    transform: none !important;
  }
}

@media (max-width:991px) {
  .scott-contact-form-top-margin {
    margin-top:0rem;
  }
}

@media (max-width:767px) {
  .menu-container .container-fluid.scott-logo-row {
      padding-top: 1rem;
      padding-bottom: 1rem;
      transition-duration: 0.25s;
      padding-left: 3.5rem;
      padding-right: 3.5rem;
  }
  .menu-container.shrink-menu .container-fluid.scott-logo-row {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      transition-duration: 0.25s;
  }

}

@media (max-width:576px) {
    .menu-container .container-fluid.scott-logo-row-MOBILE .row .scott-logo-place a.scott-logo {
        position: absolute;
        background: url(../img/scott-logo.svg);
          width: 200px;
          height: 100px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transition-duration: 0.25s;
      }
      .menu-container.shrink-menu .container-fluid.scott-logo-row-MOBILE .row .scott-logo-place a.scott-logo {
        background: url(../img/scott-logo.svg);
          width: 140px;
          height: 70px;
          transition-duration: 0.25s;
      }
      
    .navbar {
        padding-top:0.75rem;
        padding-bottom:0.75rem;
        height: 120px;
        transition-duration: 0.25s;
      }
      .shrink-menu .navbar {
          padding-top:0.75rem;
          padding-bottom:0.75rem;
          height: 85px;
          transition-duration: 0.25s;
        }
}

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