:root {
  --base-content: #30313D;
  --primary:#007BFF;
  --primary-content:#FFFFFF;
  --base-100: #FFFFFF;
  --base-200:#F8F9FD;
  --base-300:#DFE5EB;
  --base-content-secondary:#5C5B61;
}

.nav-pill {
  border-radius: 3rem;
  background-color: none; 
  transition: background-color 0.2s ease;
  vertical-align: middle;
}
  
.nav-pill:hover {
  background-color: var(--primary);
  transition: background-color 0.5s ease;
  color: white !important;
}

.navbar-brand {
  color: var(--base-content) !important;
}
  
.nav-link {
  color: inherit !important;
}
  
.footer-link {
  color: var(--base-content) !important;
  text-decoration: none !important;
}


  
.btn-rounded {
  border-radius:3rem !important;
}
  
.spacer {
  height:15rem;
}
.one-line-form {
  border-radius: 7px 0px 0px 7px !important;
}

.fw-bold {
  font-weight: bold !important;
}
    
  /*
  .fadeUpAnimation {
    animation: 1s ease-in-out 0s 1 slideInFromBottom;
  }*/
  
  
  
  @keyframes slideInFromBottom {
    0% {
      transform: translateY(100vh);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  
  
  /* Grid */
  /* Mobile grid */
  .grid-items {
    width: 100%;
    display: grid;
    justify-items: center;
    grid-template-columns:100%;
    grid-column-gap:0.5rem;
    grid-row-gap:0.5rem;
  }
  
  /* Tablet Grid */
  @media only screen and (min-width:640px) {
    .grid-items {
        grid-template-columns: 47.5% 47.5%;
        grid-column-gap: 5%;
        grid-row-gap: 0.5rem;
    }
  }
  
  /* Laptop Grid */
  @media only screen and (min-width:981px) {
    .grid-items {
        grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
        grid-column-gap: 3.3%;
        grid-row-gap:0.5rem
  
    }
    
  }

  @media (max-width:992px) {
    .nav-pill:hover {
      background-color: var(--base-100) !important;
      color: inherit !important;
    }
  }
  
  .contact-form-container {
    display: grid;
    grid-template-columns: 1fr;
    gap:20px;
  }
  
  @media only screen and (min-width: 768px) {
    .contact-form-container {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  .myaccordion .card,.myaccordion .card:last-child .card-header {
    border: none;
  }
  
  .myaccordion .card-header {
    border-bottom-color: rgba(0,0,0,0.2);
    background: transparent;
  }
  
  .myaccordion {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    margin-left: auto;
    margin-right: auto;
  }
  
  .myaccordion span {
    color: var(--primary);
  }
  
  @media only screen and (max-width:991px) {
    
  
  .navbar-collapse > .justify-content-between {
    display: flex;
    flex-direction: column;
    justify-content: start  !important;
    }
  }
  
  .article-embedded-video {
    width: 100%;
    height: 500px;
  }
  
  .article-image {
    max-width: 50%;
    height: auto;
  }
  
  @media screen and (min-width: 768px) {
    .article-image {
      max-width: 25%;
    }
  
    
  }
  
  
  @media screen and (min-width:992px) {
    .process-item {
      width: 25%;
    }
  }  
  
  .guidance-article a {
    color: var(--primary);
  }
  
  @media screen and (min-width:1200px) {
    .umbrella-services-first-row {
      height: 75vh;
      align-items: center;
    }
  }
  
  @media screen and (min-width:1200px) {
    .four-cards {
      width:65%;
      margin: auto;
    }
  }
  
  
  .glassy-nav {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.1px);
    -webkit-backdrop-filter: blur(11.1px);
    border: 1px solid rgba(255, 255, 255, 0.17);
  }
  
  .solid-nav-background {
    background-color: var(--base-100);
    border-bottom: var(--base-content) 1px solid;
  }

  @media screen and (max-width:650px) {
    .umbrella-trust-banner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  }
  
  .umbrella-trust-banner {
    width:33%;
  }
  
  .umbrella-trust-div {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .btn-group > .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  @media screen and (min-width: 768px) {
    .sidebyside-container {
      width:40% !important;
    }
  }
  
  .thankyoualert {
    z-index: 1021;
    margin-top: 140px;
  }

  body {
    margin: 0;
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 400 ;
    font-style: normal;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  p {
    font-size:16px !important;
    font-weight:400 !important;
    color: var(--base-content-secondary) !important;
    line-height: 1.625 !important;
    text-align: left;
    /*max-width: 500px;*/
  }

  ul {
    font-size:16px !important;
    font-weight:400 !important;
    color: var(--base-content-secondary) !important;
    line-height: 1.625 !important;
    text-align: left !important;
    /*max-width: 500px;*/
  }

  h1 {
    font-size:60px !important;
    font-weight: 700 !important;
    color: var(--base-content) !important;
    line-height: 1 !important;
    letter-spacing: -0.4px !important;
  }

  small {
    color:var(--base-content-secondary) !important;
  }

  h2 {
    font-size:48px !important;
    font-weight: 700 !important;
    color: var(--base-content) !important;
    line-height: 1 !important;
    letter-spacing: -0.4px !important;
  }

  @media screen and (max-width: 768px) {
    h1 {
      font-size: 40px;
    }
    
    h2 {
      font-size: 32px;
    }
  }

  .btn-primary {
    background-color: var(--primary) !important;
  }

  .text-dark {
    color: var(--base-content) !important;
  }

  .card-text {
    color:var(--base-content-secondary);
  }

  .text-primary {
    color: var(--primary) !important;
  }

  .btn-light {
    background-color: var(--base-300) !important;
  }

  .bg-light {
    background-color: var(--base-200) !important;
  }

  .nav-underline {
    border-bottom: var(--base-300) 1px solid;
    margin-bottom: 2rem !important;
  }

  .tab-item.active {
    color: var(--primary) !important;
    border-bottom: var(--primary) 2px solid !important;
  }


  /* Site banner stuff */
  .site-banner {
    width: 100%;
    text-align: center;
    font-weight: 500;
  }

  .site-banner a {
    color: inherit;
    text-decoration: underline;
  }

  .site-banner a:hover {
    opacity: 0.9;
  }