/* === Red Barn Media Group - Global Styles - SGT Paul === */

body {
  width: 100%;
  height: 100%;
  color: #000000;
  font-family: figtree, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
}

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

h1,h2,h3,h4,h5,h6 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
}
.figtree-400 {
    font-family: figtree, sans-serif;
    font-weight: 400;
}
.figtree-600 {
    font-family: figtree, sans-serif;
    font-weight: 600;
}
.figtree-700 {
    font-family: figtree, sans-serif;
    font-weight: 700;
}
.montserrat-700 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
}
.montserrat-800 {
    font-family: montserrat, sans-serif;
    font-weight: 800;
}

.fs-7 {font-size: 0.85rem;}
.fs-8 {font-size: 0.65rem;}
/* === Menu Styles :: BEGIN === */
.menu-container {
  background: #fff;
  margin-top: 0rem !important;
  border-bottom:1px solid transparent;
}
.menu-container.shrink-menu {
  background: #fff;
  margin-top: 0rem !important;
  border-bottom:1px solid #4479d3;
}
.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: #000 !important;
  font-family: figtree, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #00173c !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #eee!important;
    border-radius: 0.25rem;
}
.dropdown-item:hover,.dropdown-item:active {
    color: #00173c!important;
    background-color: #eef6ff!important;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
    top: 2rem;
    background: #fff;
    padding-top:1rem;
    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;
    box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.175);
    transition-duration: 0.25s;
}
.shrink-menu .navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
    top: 2rem;
    transition-duration: 0.25s;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.sub-dropdown {
    background: #fff;
    padding:0.5rem;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.175);
}
.menu-container .container-fluid.sgtp-logo-row {
  transition-duration: 0.25s;
}
.menu-container.shrink-menu .container-fluid.sgtp-logo-row {
  transition-duration: 0.25s;
}
.menu-container .container-fluid .row .sgtp-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: 5.5rem;
    transition-duration: 0.25s;
}

.sgtp-logo-desktop {
    position: absolute;
    background: url(../img/sgtp-logo-menu-309-129.svg);
    width: 309px;
    height: 129px;
    top: -5rem;
    left: 0;
    margin-left: auto;
    right: 0;
    margin-right: auto;
    transition-duration: 0.25s;
}
.shrink-menu .sgtp-logo-desktop {
    background: url(../img/sgtp-logo-menu-260-109.svg);
    width: 260px;
    height: 109px;
    top: -4.5rem;
    transition-duration: 0.25s;
}
.sgtp-menu-top-row .sgtp-menu-top-col{
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  transition-duration: 0.25s;
}
.shrink-menu .sgtp-menu-top-row  .sgtp-menu-top-col{
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  transition-duration: 0.25s;
}
.sgtp-menu-top-row .sgtp-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: #1c202d;
}
.dropstart .dropdown-toggle::before {
  display: none!important;
}
/* === Menu Styles :: END === */
/* === Button Styles :: BEGIN === */
.btn {
  padding: 0.75rem 0.85rem !important;
  font-family: figtree, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 50rem !important;
}
.sgtp-menu-btn {
    border-radius: 0rem !important;
    font-size: 14px!important ;
    padding: 0.5rem 0.75rem !important;
}
.btn-rollover {
  border-radius: 0 !important;
}
.btn.btn-menu {
  padding: 0.75rem 0.85rem !important;
  font-size: 0.85rem !important;
}
.btn.btn-lg {
  padding: .75rem 1.5rem !important;
  font-size: 1rem !important;
}
.btn.btn-xl {
  padding: 1.25rem 1.75rem !important;
  font-size: 1.5rem !important;
}
.btn-primary {
  color: #fff;
  background: #2547a0;
  border-color: #2547a0;
}
.btn-primary:hover {
  color: #fff;
  background: #2547a0;
  border-color: #2547a0;
}

.btn-info {
  color: #fff;
  background: #2547a0;
  border-color: #2547a0;
}
.btn-info:hover {
  color: #fff;
  background: #1e3a85;
  border-color: #2547a0;
}
.btn-outline-info {
  color: #2547a0;
  background: transparent;
  border-color: #2547a0;
}
.btn-outline-info:hover {
  color: #fff;
  background: #2547a0;
  border-color: #2547a0;
}
.btn-success {
  color: #fff;
  background: #389a3b;
  border-color: #389a3b;
}
.btn-success:hover {
  color: #fff;
  background: #46c74a;
  border-color: #389a3b;
}
.btn-anti-flex {
    align-self: flex-start;
}
/* new primary-dark button variant */
.btn-primary-dark {
  color: #fff;
  background: #00173c;
  border-color: #00173c;
}
.btn-primary-dark:hover {
  color: #fff;
  background: #00173c;
  border-color: #00173c;
}

/* new warning button variant */
.btn-warning {
  color: #000;
  background: #f3d150;
  border-color: #f3d150;
}
.btn-warning:hover {
  color: #000;
  background: #f3d150;
  border-color: #f3d150;
}
/* === Button Styles :: END === */
/* === Color Styles :: BEGIN === */
.text-primary {color:#2547a0!important}

.bg-primary {background: #2547a0!important}
/* updated to requested hex */
.bg-primary-dark {background: #00173c!important}

.border-primary {border-color:#2547a0!important}

/* new primary-dark text and border variants */
.text-primary-dark {color:#00173c!important}
.border-primary-dark {border-color:#00173c!important}

.text-info {color:#2547a0!important}
.bg-info {background: #2547a0!important}
.border-info {border-color:#2547a0!important}

/* warning utility classes */
.text-warning {color:#f3d150!important}
.bg-warning {background:#f3d150!important}
.border-warning {border-color:#f3d150!important}

.text-success {color:#389a3b!important}
.bg-success {background: #389a3b!important}
.bg-success.gradient {background: #7CE494;background: linear-gradient(90deg, rgba(124, 228, 148, 1) 0%, rgba(56, 154, 59, 1) 100%)!important;}
.border-success {border-color:#389a3b!important}

.text-light {color:#e6e7e8!important}
.bg-light {background: #e6e7e8!important}
.bg-light.subtle {background: #f6f6f6!important}
.border-light {border-color:#e6e7e8!important}

.text-666 {color:#666!important}
/* === Color Styles :: END === */
/* === Footer Styles :: BEGIN === */
footer {
    background: #061b35;
}
/* === Footer Styles :: END === */
/* === Utility Styles :: BEGIN === */
strong, em, u {
    font-weight: inherit !important;
    text-decoration: inherit !important;
    font-style: inherit !important;
}
a {
  text-decoration: none;
}
.dashed {
    border-style: dashed;
}
.negative-margin-top-5 {
    margin-top: -5rem !important;
}
.negative-margin-top-8 {
    margin-top: -8rem !important;
}
.negative-margin-bottom-5 {
    margin-bottom: -5rem !important;
}

/* === Utility Styles :: END === */
@media (max-width:1400px) {
  .sgtp-logo-desktop {
      position: absolute;
      background: url(../img/sgtp-logo-menu-260-109.svg);
        width: 260px;
        height: 109px;
      top: -4.5rem;
      left: 0;
      margin-left: auto;
      right: 0;
      margin-right: auto;
      transition-duration: 0.25s;
  }
  .shrink-menu .sgtp-logo-desktop {
      background: url(../img/sgtp-logo-menu-240-100.svg);
      width: 240px;
      height: 100px;
      top: -4rem;
      transition-duration: 0.25s;
  }
  .navbar-light .navbar-nav .nav-link {
      font-size: 0.85rem;
  }
  
}
@media (max-width:1200px) {
    
  .sgtp-menu-top-row .sgtp-menu-top-col {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      transition-duration: 0.25s;
  }
  .shrink-menu .sgtp-menu-top-row .sgtp-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: 80px;
        transition-duration: 0.25s;
    }
    .shrink-menu .navbar {
        height: 65px;
        transition-duration: 0.25s;
    }
  .menu-container .container-fluid .row .sgtp-logo-place a.sgtp-logo {
    position: absolute;
    background: url(../img/sgtp-logo-menu-260-109.svg);
    width: 260px;
    height: 109px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -2.5rem;
    transition-duration: 0.25s;
    z-index: 10;
  }
  .menu-container.shrink-menu .container-fluid .row .sgtp-logo-place a.sgtp-logo {
    background: url(../img/sgtp-logo-menu-240-100.svg);
    width: 240px;
    height: 100px;
    top: -2.5rem;
    transition-duration: 0.25s;
  }
  .nav-fill .nav-item, .nav-fill>.nav-link {
      flex: 1 1 auto;
      text-align: left;
  }
  .rotate-at-mobile {
      transform: rotate(90deg);
  }
  .navbar-light .navbar-nav .nav-link {
      font-size: 1.25rem;
  }
}

@media (max-width:991px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.35rem;
    }
        .negative-margin-top-5 {
    margin-top: 0rem !important;
}
.negative-margin-top-8 {
    margin-top: 0rem !important;
}
.negative-margin-bottom-5 {
    margin-bottom: 0rem !important;
}
}



@media (max-width:576px) {
    .menu-container .container-fluid .row .sgtp-logo-place a.sgtp-logo {
      position: absolute;
      background: url(../img/sgtp-logo-menu-200-84.svg);
      width: 200px;
      height: 84px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: -.5rem;
      transition-duration: 0.25s;
    }
    .menu-container.shrink-menu .container-fluid .row .sgtp-logo-place a.sgtp-logo {
        background: url(../img/sgtp-logo-menu-200-84.svg);
      width: 200px;
      height: 84px;
      top: -1.2rem;
      transition-duration: 0.25s;
    }
}

