/* 
California LTAP Colors
#ECAA00 : Yellow
#000000 : Black
#EEEEEE : Light Gray
#22384F : Dark Gray
#002E65 : Blue
#297FCA : Light Blue

*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&family=Raleway:wght@400;500&display=swap');
@import url('https://use.typekit.net/pfj2cuc.css');

/* Global */
h1{
  font-size: 45px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
h2{
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
h3{
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
h4{
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
h5{
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;

}
h6{
  font-size: 16px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}
p{
  font-size: 1.2rem;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}
li{
  font-size: 1.2rem;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}
a{
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

button{
  font-weight: 300 !important;
  text-transform: uppercase !important;
  font-family: museo-sans, sans-serif; 
  font-size: 1.2rem !important;
}

button:hover{
    background-color: #22384F !important;
    color: white !important;
}

a:hover{
  text-decoration: none !important;
}

.btn{
  font-weight: 300 !important;
}

.yellow-btn{
  font-weight: 300 !important;
  text-transform: uppercase !important;
  font-family: museo-sans, sans-serif; 
  font-size: 1.2rem !important;
  border: none;
  background-color: #ECAA00;
  padding: .5rem 1rem;
}

@media screen and (min-width: 1140px) {
  .container, .page-carousel-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

  
  /* ------------------- Top Nav CSS-------------------- */
  .top-nav {
    display: flex;
    justify-content: space-between;
    padding: 1.2rem;
    align-items: center;
  }
  
  .top-nav .company-interaction {
    align-items: center;
    float: right;
    display: flex;
  }
  
  .top-nav .company-interaction a {
    color: #212529;
    margin: 0 10px;
  }
  
  .bottom-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    max-width: 1300px;
    margin: auto;
  }
  .left-nav {
    position: absolute;
  }
  
  .left-nav a {
    padding: 0rem 1rem;
    color: black;
  }
  
  .search-bar {
    position: absolute;
    left: 30px;
    width: 20rem;
  }
  
  .navbar-brand{
    width: 19rem;
    max-height: 8rem;
  }

  .navbar-brand img{
    width: 100%;
    padding: 8px 0px;
    max-height: 8rem;
  }
  
  .nav-mobile .navbar-collapse{
    background-color: black;
    padding: 1rem 2rem;
  }
  .nav-mobile .navbar-collapse a{
    color: white !important;
  }
  
  .bottom-nav .menu-links {
    position: absolute;
    display: flex;
    right: 30px;
    color: black;
    font-weight: 700;
  }
  
  .bottom-nav .menu-links > a {
    font-size: larger;
    display: inline-block;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: black;
    padding: 0 1rem;
    font-size: 1rem;
  }

  .menu-links a:hover{
    color: #ECAA00 !important;
  }
  
  .sub-link {
    position: absolute;
    background-color: white;
    padding: 35px;
    width: 100%;
  
    display: none;
    left: 0px;
    justify-content: space-evenly;
  }
  
  .sub-link a {
    color: #212529;
    text-decoration: none;
    font-size: large;
  }
  
  .navbar-container {
    transition: opacity 0.3s;
    background-color: rgba(255, 255, 255, 0.533);
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 100;
    transition: .3s ease-in-out;
  }
  
  .nav-mobile{
    display: none !important;
  }
  
  .nav-divider {
    height: 169px;
  }
  
  .hamburger {
    cursor: pointer;
  }
  
  #wrapper {
    position: absolute;
    display: inline-block;
    position: relative;
    left: 25px;
    z-index: 1000;
  }
  
  .box {
    width: 30px;
    height: 35px;
    position: relative;
    display: inline-block;
  }
  
  .line {
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 5px;
    background-color: white;
    transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
  }
  
  .top {
    height: 2px;
    top: 18%;
  }
  
  .middle {
    height: 2px;
    top: 48%;
  }
  
  .bottom {
    height: 1.5px;
    top: 78%;
  }
  
  .icon.close .top {
    transform: rotate(45deg);
    top: 48%;
  }
  
  .icon.close .middle,
  .icon.close .bottom {
    transform: rotate(-45deg);
    top: 48%;
  }
  
  #mobile-links {
    /* background-color: red; */
    padding: 20px;
    display: none;
  }
  
  #mobile-links ul li {
    list-style: none;
  }
  
  #mobile-links ul li a {
    color: white;
  }
  
  .open-mobile-links {
    display: block !important;
    animation: translateX 0.5s ease-in-out forwards;
    background-color: #1f2022;
  }
  
  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateX(60px);
    }
  
    80% {
      transform: translateX(-5px);
    }
  
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  .dropdown-menu{
    background-color: black !important;
    border-radius: 0 !important;
    top: 80% !important;
  }

  .dropdown-menu a{
    color: white;
    padding: 1rem !important;
  }

  .dropdown-menu a:hover{
    color: white;
    background-color: #22384F;
  }

  .btn-group:hover>.dropdown-menu {
    display: block;
    border-right: 2px solid #ECAA00;
  }
  
  .btn-group>.dropdown-toggle:active {
    pointer-events: none;
  }

  .dropdown-toggle::after{
    color: #22384F;
  }

  .dropdown-lg{
    display: block;
  }
  .dropdown-sm{
    display: none;
  }

  .dropdown-item:hover{
    background-color: white !important;
  }

  .btn-group .dropdown-toggle{
    color: black !important;
    padding: 0px 15px;
  }

  
  .mobile-search {
    background-color: WHITE;
  }

/* Overlay */
.overlay-content1,
.overlay-content2,
.overlay-content3,
.overlay-content4,
.overlay-content5,
.overlay-content6 {
    overflow: hidden;
    display: none;
    padding: 1rem;
    z-index: 3;
}

    .overlay-content1 a,
    .overlay-content2 a,
    .overlay-content3 a,
    .overlay-content4 a,
    .overlay-content5 a,
    .overlay-content6 a {
        text-decoration: none;
        font-size: 15px;
        color: #fff;
        display: block;
        padding: 0.7rem;
        font-weight: 700;
    }

    .overlay-content1 hr,
    .overlay-content2 hr,
    .overlay-content3 hr,
    .overlay-content4 hr,
    .overlay-content5 hr,
    .overlay-content6 hr {
        border-width: 1px;
        background-color: white;
    }

    .overlay-content1 h2,
    .overlay-content2 h2,
    .overlay-content3 h2,
    .overlay-content4 h2,
    .overlay-content5 h2,
    .overlay-content6 h2 {
        color: #fff;
        padding: 0.7rem;
    }
  
  
  /* Home */


/* Popup */
#modal-container,
#modal-container2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.658);
}

.modal-footer{
    justify-content: unset !important;
}


div.ctct-form-embed div.ctct-form-defaults {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    height: 95vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

  /* Parallax Carousel */
  .hero-slider {
    width: 100%;
    height: 60vh;
    overflow: hidden;
  }

  .hero-slider .glide__slides .container{
    opacity: 0;
    transition: opacity 800ms ease-in-out;
    padding: 0;
  }
  .hero-slider .glide__slide--active .container{
    opacity: 1;
  }
  .hero-slider .carousel-cell {
    width: 101%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .hero-slider .carousel-cell .inner {
    position: relative;
    width: 50%;
    padding: 3rem;
    top: 61%;
    right: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .hero-slider .carousel-cell .inner a:hover{
    background-color: white;
  }
  
  .hero-slider .carousel-cell .inner .subtitle {
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: 200;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
  }
  .hero-slider .carousel-cell .inner .title {
    font-size: 3rem;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: left;
  }
  .hero-slider .carousel-cell .inner p {
    text-align: left;
  }

  .hero-slider .carousel-cell .inner .ltap-link {
    color: white;
    text-decoration: underline;
  }

  .hero-slider .carousel-cell .inner .ltap-link:hover {
    background-color: transparent !important;
    text-decoration: underline !important;
  }

  .hero-slider .carousel-cell .inner .btn {
    background: #ECAA00;
    padding: .2rem .5rem;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 0;
    justify-content: left;
    display: table-cell;
  }

  .hero-slider .glide__arrow{
    filter: invert(1);
  }


  @media screen and (min-width: 992px){
  .hero-slider .glide__bullets{
    left: 73% !important; 
    top: 71.8% !important;
  }

  .hero-slider .glide__arrow--left{
    left: 59% !important;
    top: 74% !important;
  }
  .hero-slider .glide__arrow--right{
    right: 13% !important; 
    top: 74% !important;
  }

}
  @media screen and (min-height: 992px){
div.ctct-form-embed div.ctct-form-defaults{
   height: unset !important;
}
}


  .hero-slider .glide__bullet{
    width: 30px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    width: .8rem;
    border-radius: 50%;
    height: .8rem;
  }

  .hero-slider .glide__bullet--active{
    background: #ECAA00;
    border: 0 solid #ECAA00;
  }

  .hero-slider button:hover{
    background-color: unset !important;
  }

.glide__slide{
   height: unset !important;
}

  .glide__slides p{
    background-color: transparent;
  }

.page-carousel-container .glide__slides p{
   height: 11rem;
   overflow: hidden;
}

  /* Footer */
  .footer{
    position: relative;
  }
  .footer-container{
    position: relative;
  }
  .footer-bg{
    width: 100%;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("/images/home-img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding: 7rem 0rem 5rem 0rem;
   margin-top: 6rem;
  }

  .footer-bg .row{
    margin: 0;
  }

  .footer ul{
    list-style: none;
    padding-left: 0;
  }

  .footer button{
    color: black;
    background-color: #ECAA00;
    border: none;
    padding: .5rem 1rem;
  }

  .footer-content{
    color: white;
  }

  .footer-content button{
    display: flex;
    margin: auto;
    margin-top: 1rem;
  }

  .footer-content p,
  .footer-content ul{
    text-align: center;
  }

  .footer-bg-right{
    background-position: right;
    background-repeat: no-repeat;
    height: 50vh;
  }

  .footer-content-right{
    opacity: 80%;
    z-index: 100;
  }

  .footer-content-right .footer-text{
    width: 60%;
    margin: auto;
    color: white;
    text-align: center;
  }

  .footer-content-right p{
    z-index: 100;
    color: white;
  }

  .footer-bg i{
    margin-top: .3rem;
    margin-right: .5rem;
  }


  .footer .col-md-6{
    padding: 0;
  }

.copyright {
    position: absolute;
    bottom: -3rem;
    right: 0;
    width: 100%;
    text-align: center;
}

    .copyright p,
    .copyright a {
        color: #727171 !important;
    }


  .copyright-icons{
    justify-content: center;
    display: flex;
  }
  
  .copyright-icons i{
    font-size: 35px;
    margin: 0rem .5rem;
    color: white;
  }

  .copyright-icons ul{
    display: inline-flex;
    margin-top: 2rem;
    justify-content: center;
  }

  .featured-tag{
    position: absolute;
    background-color: #ECAA00;
    top: 0;
    right: 0;
    color: white;
    padding: .5rem 2rem;
    text-transform: uppercase;
    z-index: 999;
  }

  .featured-tag2{
    position: absolute;
    background-color: #ECAA00;
    bottom: 0;
    right: 0;
    color: white;
    padding: .5rem 2rem;
    text-transform: uppercase;
    z-index: 999;
    margin-bottom: 0;
  }


  /* Categories */
  .categories{
    z-index: 100;
    background-position: center;
  }
  .categories-bg{
    z-index: 100;
    width: 100%;
  }

  .categories-bg img{
    z-index: -1;
    width: 100%;
    opacity: 60%;
    cursor: pointer;
  }
  .categories-bg img:hover{
    opacity: 100%;
  }

  .categories-bg a{
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: white;
    font-weight: 700;
  }

  .categories-bg a:hover{
    text-decoration: none;
    color: white;
  }

  .categories-card{
    padding: 2rem 0rem;
    position: relative;
  }

  /* About */
  .about{
    height: 100%;
    position: relative;
  }

  .about-bg h1{
    font-weight: 700;
    color: black;
  }

  .about-page .bottom-icons button{
    padding: 1rem .8rem;
  }

  .about-page .bottom-icons .contact-col{
    margin: 0px 15px;
  }

  .about-page .bottom-icons img{
    width: 50px !important;
    height: 50px !important;
    display: block;
    justify-content: center;
    margin: auto;
    margin-bottom: 1rem;
  }

.upcoming-training-container{
   color: #002e65 !important;
}

.upcoming-training-container:hover{
   color: #1C23A0 !important
}

  .grid-50{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .event-details h1,
  .about-page h1{
    margin-bottom: 1rem;
    color: #002E65;
  }

  .event-details #accordion ul li,
  .about-page #accordion ul li{
    padding: unset;
    list-style-type:disc;
  }

  .event-details #accordion ul li:last-of-type {
    /*margin-bottom:15px;*/
  }

  .event-details #accordion ul li:last-of-type {
    /*margin-bottom:15px;*/
  }

  .event-details #accordion ul {
    margin-bottom:15px;
  }

  .event-details #accordion ul ul {
    margin-bottom:0px;
  }

    .event-details #accordion ul ul li {
        list-style-type: circle;
    }

  .history-img{
    width: 100%;
  }

  .about-bg{
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    color: white;
    background-color: #EEEEEE;
  }

  .about-bg ul{
    color: black;
  }

  .about-bg hr{
    border-top: 1px solid black;
    width: 80%;
    float: left;
  }

  .about-bg p{
    color: black;
  }

  .about-bg .container{
    padding: 3rem;
  }

  .about img{
    width: 100%;
    border: 1px solid black;
  }

  .about button{
    background-color: black;
    color: white;
    border: none;
    border-left: #ECAA00 solid 5px;
    padding: .5rem 1rem;
  }

  .mission-content{
    list-style: none;
    width: 60%;
    margin: 3rem auto;
  }

  .mission-content h3{
    font-weight: 800;
    margin-bottom: 1rem;
  }

  .mission-content p{
    margin-bottom: 3rem;
  }

  .mission-content ul{
    list-style-type: disc;
  }
  .mission-content li{
    margin-bottom: 1rem;
  }

  /* Stories */
  .stories{
    background-color: #EEEEEE;
    padding: 3rem 0rem;
  }

  .stories h1{
    text-align: center;
    margin-bottom: 2rem;
  }

  .stories .glide__slides{
    padding-bottom: 1rem !important;
    margin-bottom: 2rem !important;
  }


  .stories-container{
    box-shadow: 3px 3px 3px #acacac4d;
    width: 98%;
    display: inherit;
    margin: auto;
    border: 1px solid #acacac4d;
   height:  577px !important;
  }

  
  .stories-container:hover{
    transform: scale(1.02);
    box-shadow: 5px 5px 8px #acacac4d;
    cursor: pointer;
  }

  .stories .glide__slide {
    display: inline-block;
    position: relative;
  }
  
  .stories .glide__slide:after,
  .page-carousel-container .glide__slide::after {
    content: '';
    position: absolute;
    width: 85%;
    transform: scaleX(0);
    height: 4px;
    bottom: -5px;
    left: 1px;
    background-color: #ECAA00;
    transform-origin: bottom right;
    transition: transform 0.01s ease-out;
  }
  
  .stories .glide__slide:hover:after,
  .page-carousel-container .glide__slide:hover::after {
    transform: scaleX(1.17);
    transform-origin: bottom left;
  }

  .stories .glide__slide p{
    margin-bottom: 0;
    padding: 1.5rem;
    height: 14rem;
    overflow: hidden;
  }


  /* Training */
  .training{
    margin: 3rem 0rem;
  }
  .training p{
    padding: 1rem;
    margin: 0 !important;
    background-color: unset !important;
    color: white !important;
  }

  .training-info p{
    padding: 1rem 0rem !important;
    text-transform: uppercase;
  }

  .training-info h6{
    font-size: 1.2rem;
    font-weight: 300;
    position: absolute;
    top: 50%;
  }

  .training-title h1{
    text-align: center;
  }

  .training-title a{
    float: right;
    margin-top: 1rem;
    color: black;
  }

  .training .glide__slide:after {
    content: '';
    position: absolute;
    width: 82.5%;
    transform: scaleX(0);
    height: 4px;
    bottom: -5px;
    left: 7px;
    background-color: #ECAA00;
    transform-origin: bottom right;
    transition: transform 0.01s ease-out;

  }
  
  .training .glide__slide:hover:after {
    transform: scaleX(1.17);
    transform-origin: bottom left;
  }

  .training .glide__slides {
    padding-bottom: 2rem;
  }


  .stories .glide__arrow{
  bottom: 50% !important;
  }

  .training .glide__arrow{
    bottom: 50% !important;
  }

  .stories .glide__arrow--left,
    .training .glide__arrow--left{
      left: -5% !important;
    }

    .stories .glide__arrow--right,
    .training .glide__arrow--right{
      right: -5% !important;
    }


  .upcoming-training-title{
    text-align: center;
    margin-top: 2rem;
  }

  .upcoming-training-container .row{
    color: black;
  }


  /* Glide */
  .glide, 
  .glide2{
    position: relative !important;
  }
  .glide__slide img {
    width: 100%;
    height: 22rem;
    object-fit: cover;
  }

  .glide__slide {
    position: relative;
  }

  .glide__slides{
    margin-bottom: 4rem;
    padding-bottom: 1rem !important;
  }

  .glide__slides h3{
    background-color: rgba(0, 0, 0, 0.501);
    position: absolute;
    bottom: 0;
    color: white;
    padding: 1.5rem;
    right: 0;
    left: 0;
    text-align: center;
    margin-bottom: 0;
  }

  .glide__slides p{
    background-color: white;
    color: black;
    padding: 2rem;
  }

  .glide__arrow{
    bottom: -9.2% !important;
    top: unset !important;
    border: none !important;
    box-shadow: none !important;
  }

  .glide__arrow:hover{
    background-color: transparent !important;
  }

  .glide__arrow i{
    font-size: 30px;
    color: black;
  }

@media screen and (min-width: 993px) {
    .glide__arrow--left{
      left: 30% !important;
    }

    .glide__arrow--right{
      right: 30% !important;
    }
  }

  .more-btn{
    display: flex;
    margin: auto;
    background-color: #ECAA00;
    color: black;
    border: none;
    padding: .5rem 2rem;
    font-size: 1.2rem;
  }

  /* News */
  .news{
    background-color: #EEEEEE;
  }
  .news-bg{
    width: 100%;
    background: url('/images/news-bg.png');
    background-repeat: no-repeat;
    color: white;
    position: relative;
    padding-bottom: 1rem;
  }

  .news-bg h1{
    font-weight: 700;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .news a:hover{
    text-decoration: none;
  }

  .news button{
    border: none;
    background-color: #ECAA00;
    color: black;
    padding: 1rem 2rem;
    font-size: 25px;
    position: absolute;
    right: 10%;
    top: 17%;
    transform: translate(0%, -50%);
  }

  .news button{
    background-color: #22384F;
    color: white;
  }

  .news img{
    width: 100%;
  }

  .news-text{
    color: black;
    background-color: #ffffff;
    padding: 1rem;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
  }

  /* Events */
  .events{
    position: relative;
    background: linear-gradient(rgba(46, 46, 46, 0.562), rgba(46, 46, 46, 0.562)), url("/images/bg-blue.png");
    height: 95vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .events .event-title{
    text-align: center;
    background-color: #0000009a;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: white;
  }

  .events h1{
    padding-top: 3rem;
    padding-bottom: 2rem;
    color: white;
  }

  .events hr{
    margin: 0;
    border-top: 5px solid #ECAA00;
    width: 15%;
    display: flex;
    margin: auto;
  }

  .events-bg img{
    width: 100%;
    opacity: 60%;
  }

  .events-left{
    margin-right: 3rem;
  }

  .events-left img{
    width: 100%;
  }

  .events-text{
    color: black;
    background-color: #ffffff;
    padding: 1rem;
    text-align: center;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
  }

  .events-right{
    display: flex;
    width: 75%;
    margin-left: 4rem;
  }

  .events-right ul{
    border-left: 4px solid black;
    list-style: none;
  }

  .events-right li::before{
    content: "";
    left: -11px;
    position: absolute;
    width: 18px;
    height: 18px;
    background: black;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-top: 2.5rem;
  }

  .events-right li:hover::before{
    background-color: white;
    -webkit-box-shadow: 0 0 16px 5px #fff;
    -moz-box-shadow: 0 0 16px 5px #fff;
    box-shadow: 0 0 16px 5px #fff;
    cursor: pointer;
  }

  .event-item{
    display: flex;
    width: 100%;
    margin: 3rem 0rem;
  }

  .event-line{
    position: relative;
  }

  .event-item p{
    margin-bottom: 0;
  }

  .events-right a:hover{
    text-decoration: none;
  }

  .item-info{
    padding-left: 1rem;
    color: white;
  }

  .item-info p {
    font-size: 25px;
    font-weight: 700;
  }

  .datebox{
    background-color: black;
    color: white;
    font-size: 25px;
    font-weight: 700;
    padding: 1rem 2rem; 
    border-radius: 10px;
    height: 7rem;
  }

  /* Title BG */
  .title-section{
    position: relative;
    background: url('/images/home-img.jpg');
    height: 45vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }

  .title-section .title-content{
    width: 45%;
    text-align: center;
    position: relative;
    transform: translate(-5%, 88%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
  }

  .title-content p{
    text-transform: none;
    text-align: left;
  }

.title-content h1 {
   color: white !important;
}

  .title-section hr{
    border-top: 5px solid #ECAA00;
    position: absolute;
    bottom: 25%;
    right: 0;
    left: 0;
    width: 15%;
    margin: 0 auto;
  }

  /* About Page */
  .about-page{
    z-index: 100;
  }

  .about-page .glide__slides{
    padding-bottom: 1rem !important;
  }

  .about-page .about-main-img{
    z-index: 100;
    width: 100%;
    margin: auto;
    display: flex;
    padding: 2rem 0rem;
  }

  .about-page .container{
    z-index: 100;
    background-color: white;
    padding: 3rem 3rem 5rem 3rem;
  }

  .about-page .row{
    margin: .5rem 0;
  }

  .about-page .bottom-icons {
    display: flex;
    justify-content: center;
  }

  .about-page .bottom-icons i{
    width: 100%;
}

  .about-page .bottom-icons .col-md-3{
    max-width: 21.74% !important
  }

  .about-left{
    background-color: #EEEEEE;
    color: black;
    margin: auto 0;
    padding: 3rem 3rem !important;
  }

  .about-left h3{
    font-weight: 800;
  }

  .about-left button{
    background-color: #ECAA00;
    color: black;
    border: none;
    padding: .5rem 1rem;
    font-weight: 700;
  }

  .about-right{
    padding-right: 0 !important;
  }

  .about-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .side-containers {
    background-color: #EEEEEE;
    padding: 1.5rem;
    margin: 1rem 0rem;
  }

  .side-containers h3 {
      /*margin-bottom:2rem;*/
      margin-bottom:2rem;
      /*border:5px dotted #f0f;*/
  }

  .side-containers h4 {
      margin-bottom:1rem;
  }


.side-container-registration a {
margin-top:2rem;
}
/* .about-page .side-containers .row, 
  .event-details .side-containers .row{
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.301);
  } */

.session-container:first-of-type {
    margin-top:.5rem;
}

.side-containers .side-container-morehelp-col2 {
    position: relative;
}

.side-containers .side-container-morehelp-col2 img {
    width: 70px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.side-containers .side-container-morehelp-col1 p {
    margin-bottom: unset;
}

  .backpage-page .glide__bullets,
  .event-details .glide__bullets{
      bottom: -.8em;
  }

.backpage-page .glide__bullet,
.event-details .glide__bullet {
    width: 15px;
    height: 15px;
    border: 0 solid #ECAA00;
}

    .backpage-page .glide__bullet:hover, .glide__bullet:focus,
    .event-details .glide__bullet:hover, .glide__bullet:focus {
        background: #ECAA00 !important;
        border: 1px solid #ECAA00 !important;
    }

.backpage-page .glide__bullet--active,
.event-details .glide__bullet--active {
    background: #ECAA00;
    border: 0 solid #ECAA00;
}

  .mousetrap a{
    color: #297FCA;
  }

  .mousetrap a:hover{
    color: #002E65;
  }

  .side-sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 12%;
    margin-bottom: 3rem;
  }

  /* .about-page .side-containers p{
    margin-bottom: 0;
    margin-top: 3rem;
  } */
  .our-impact{
    background: #EEEEEE;
    padding: 3rem;
  }
  .our-impact h2{
    text-align: center;
  }

  .our-impact .contact-col p {
    padding: 0rem 1rem;
}

  .our-impact hr{
    border-top: 3px solid #ECAA00;
    width: 10%;
    margin-bottom: 3rem;
  }

  .our-impact img{
    width: 5rem;
    height: 5rem;
    display: flex;
    margin: auto;
  }

  .our-impact h1{
    text-align: center;
    font-weight: 800;
    margin-top: 1rem;
  }

  side-containers button {
    background-color: #ECAA00;
    border: none;
    padding: .5rem 1rem;
    font-weight: 700;
    width: 100%;
    margin-top: 1rem;
  }

  .more-equip img{
    width: 100%;
  }

  .more-equip .more-equip-container{
    border: solid 1px #EEEEEE;
    box-shadow: 2px 2px 2px #EEEEEE;
    width: 91%;
    display: inherit;
    margin: auto;
  }

  .more-equip .more-equip-container:hover{
    transform: scale(1.1);
    box-shadow: 5px 5px 8px #acacac4d;
  }

  .more-equip .more-equip-container:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 4px;
    bottom: 0px;
    left: 0px;
    background-color: #ECAA00;
    transform-origin: bottom right;
    transition: transform 0.001s ease-out;
  }
  
  .more-equip .more-equip-container:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }


  .more-equip .more-equip-container p{
    padding: 1rem;
    margin-bottom: 0;
  }

  .more-equip-container h6{
    background-color: #0000007a;
    position: absolute;
    bottom: 0;
    padding: 1rem;
    color: white;
    margin-bottom: 0;
  }

.event-details .container {
    z-index: 100;
    background-color: white;
    padding: 3rem 0rem;
}

.date-section {
    width: 100%;
    display: flex;
}


    .date-section p {
        margin-bottom: 1rem;
        font-weight: bolder !important;
    }


  .calendar-container{
    background-color: #22384F;
    color: white;
    padding: 1rem 2rem;
    font-size: 25px;
    border-radius: 10px;
    height: 100%;
  }

  .calendar-details ul{
    list-style: none;
  }

  .event-details .calendar-buttons button{
    background-color: #ECAA00;
    border: none;
    padding: .5rem 1rem;
    font-weight: 700;
    width: 35%;
    margin-top: 1rem;
    border-radius: 5px;
  }

  .dropdown-section{
    margin-top: 1rem;
  }

  .expand-section{
    color: black;
    background-color: transparent;
    border: none;
    padding: .5rem 1rem;
    background-color: #ECAA00;
  }

  .event-details .side-containers p{
    margin-bottom: 0 !important;
    text-align: left;
  }

  .event-details h1 {
    margin-bottom: 1rem;
    color: #002E65;
  }

  .event-details .side-containers a{
    display: contents;
    justify-content: center;
  }


  #accordion {
    color: white;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-top: .5rem;
    padding-left: 0;
  }
  #accordion > li {
    display: block;
    list-style: none;
    margin: 1rem 0rem;
  }
  #accordion > li > span {
    background-color: #22384F;
    display: block;
    color: #fff;
    background-size: 20px;
    font-weight: normal;
    cursor: pointer; 
    padding: 1.3rem;
    text-transform: uppercase;
    font-weight: 300 !important;
  }
  #accordion > li > div {
    list-style: none;
    padding: 0rem 1.3rem;
    display: none; 
    overflow:auto;
    background-color: #EEEEEE;
    color: black;
  }
  #accordion > ul li {
    font-weight: normal;
    cursor: auto;
    padding: 1rem;
    margin-top: 1rem;
  }

  #accordion a {
    text-decoration: none;
  }
  #accordion li > span.active {
    background-color: #EEEEEE !important;
    color: black !important;
    border-top: 1px solid black;
    background-size: 20px
  }

  #accordion li > span:after {
    content: '+' !important; /* Unicode character for "minus" sign (-) */
    font-size: 18px;
    color: white;
    float: right;
    margin-left: 5px;
    font-weight: 800;
  }


  #accordion li > span.active:after {
    content: '—' !important; /* Unicode character for "minus" sign (-) */
    font-size: 12px;
    color: black;
    font-weight: 700;
    float: right;
  }

  .upcoming-container .upcoming-date{
    background-color: #22384F;
    color: white;
    padding: 1rem;
    font-size: 18px;
    border-radius: 10px;
    height: 100%;
  }

  .upcoming-container p{
    text-align: center;
  }

  .side-containers .date-time-container{
    font-size: 14px !important;
  }

  .side-containers .date-time-container p{
    font-size: 14px !important;
  }

  .side-container-overlay {
      width: 80%;
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url("/images/home-img.jpg");
      height: 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: 100;
      margin: auto;
      text-align: center;
  }

  .side-container-overlay ul{
    list-style: none;
    padding-left: 0;
    color: white;
    padding: 2rem;
    margin-bottom: 0;
  }

  .side-container-overlay h1{
    font-size: 55px;
  }

  .side-container-events{
    display: grid;
    width: 100%;
    height: 235px;
  }

  .stay-connected{
    background-color: #EEEEEE;
    padding: 2rem;
  }

  .stay-connected h3{
    text-align: center;
  }

.req-text {
    color: red;
    font-size: 14px;
}


  /* Calendar */
  #calendar {
    max-width: 1300px;
    padding: 3rem 0rem;
    display: block;
  }

  #mobile-calendar{
    display: none;
  }

  .fc-scroller{
    overflow: hidden !important;
  }

  .fc-toolbar h2{
    font-size: 32px !important;
    font-weight: 700;
  }

  td.fc-day.fc-past {
    background-color: #eeeeee80;
  }

  .fc-past .fc-day-top{
    background-color: green !important;
  }


  .tooltip {
    position: absolute;
    z-index: 9999;
    background-color: none !important;
    width: 300px;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    justify-content: center;
    display: flex !important;
    opacity: 96% !important;
  }

  .tooltip-inner{
    max-width: 100% !important;
    background-color: unset !important;
  }

  .bs-tooltip-top .arrow::before,
  .bs-tooltip-bottom .arrow::after{
    border-top-color: white !important;
  }

.fc-content {
    background-color: #297FCA !important;
    color: white;
    text-align: left !important;
    padding: 0.5rem !important;
    border-radius: 5px;
    box-shadow: 0px 0px 3px grey;
}

    .fc-content:hover {
        background-color: #00b0f0 !important;
    }

  .fc-day-grid-event > .fc-content {
    white-space: normal !important;
    text-overflow: ellipsis !important;
    /*max-height: 100px !important;*/
 }
 .fc-day-grid-event > .fc-content:hover {
    max-height:none !important; 
 }

  .fc-title{
    font-size: 16px !important;
  }

  .fc-event-container{
    padding: .25rem !important;
  }

  .fc-dayGrid-view .fc-body .fc-row{
    min-height: 10rem !important;
  }

  .fc-day-top{
    background-color: #EEEEEE !important;
  }

  .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{
    float: left !important;
  }

  .fc-event{
    border: 1px solid #22384F !important; 
    background-color: transparent !important;
  }

  .fc-day-grid-event{
    border: none !important;
  }


  .fc-col-header-cell,
  .fc-timeGridWeek-button,
  .fc-timeGridDay-button,
  .fc-dayGridMonth-button,
  .fc-today-button,
  .fc-next-button,
  .fc-prev-button,
  .fc-event-title-container,
  .fc-day-header{
    background-color: #22384F !important;
    border-color: #22384F !important;
    color: white;
    padding: 1rem !important;
    font-size: 15px;
  }

  .fc .fc-scroller{
    height: 100% !important;
  }
  
  .fc .fc-toolbar-title{
    color: #22384F;
    font-weight: 700;
  }

  .fc .fc-daygrid-day-number{
    color: black;
  }

  .fc .fc-col-header-cell-cushion{
    color: black !important;
  }

  .calendar-page hr{
    border-top: 5px solid #ECAA00;
    width: 15%;
    margin: 0;
    float: left;
  }

  .calendar-page tr[role=row]{
    background-color: #2C3E50;
  }

  .calendar-page td[role=gridcell]{
    background-color: white !important;
  }

  .calendar-page .fc .fc-daygrid-day.fc-day-today{
    background-color: #EEEEEE !important;
  }

  .calendar-page .fc .fc-col-header-cell-cushion{
    color: white !important;
    padding: 1rem 0rem;
  }

  .archive{
    display: flex;
    width: 100%;
    margin: 2rem 0rem;
  }

  .archive-title{
    font-weight: 700;
  }

  .archive-bg{
    width: 25%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 100;
  }

  .archive-bg h1{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: white;
    font-weight: 700;
  }

  .archive-content{
    width: 75%;
    padding: 1rem;
    background-color: #272727;
  }

  .archive-content h2{
    color: #ECAA00;
    margin-bottom: 0;
  }

  .archive-content p{
    color: #EEEEEE;
    margin-top: 0 !important;
  }

/* Staff Page */
.calendar-page,
.event-details,
.advisory-page,
.partners-page,
.contact-page,
.newsletter-page,
.video-library,
.funding-page {
    z-index: 100;
    background-color: white;
}

.ask-the-expert {
    padding: 3rem 0rem;
}

.staff-information {
    background-color: #F8F8F8;
    padding: 3rem;
    margin-bottom: 3rem;
}

.staff-information a{
    color: #212529;
  }

  .staff-information a:hover{
    color: #1C23A0;
  }

.staff-context {
    padding: 2rem 1rem;
}

.staff-page h1 {
    padding-top: 3rem;
    color: #002E65 !important;
    margin-bottom: 1rem;
}

.backpage-page h1{
    color: #002E65 !important;
    margin-bottom: 1rem;
}

.staff-page a i {
    font-size: 50px;
    margin-bottom: 1rem;
}

.staff-page .flip-card-back a i{
    font-size: 25px !important;
}

.staff-page .staff-card {
    text-align: center;
    height: 29rem;
    box-shadow: 3px 3px 3px #acacac4d;
    border: 1px solid #acacac4d;
    background-color: white;
}

  .staff-page .staff-card:hover{
     transform: scale(1.02);
     box-shadow: 5px 5px 8px #acacac4d;
     cursor: pointer;
 }

    .staff-page .staff-card img {
        width: 100%;
        height: 15rem;
        object-fit: cover;
    }

.flip-card-container {
    background-color: #F8F8F8;
    padding: 0rem 2rem;
    margin-bottom: 2rem;
}

.flip-card {
    position: relative;
    background-color: transparent;
    width: 100%;
    height: 25rem;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    margin: auto;
    display: flex;
    margin: 2rem 0rem;
}

.flip-card-inner {
    width: 100%;
    height: 94%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card-inner img {
    width: 100%;
    height: 16rem;
    object-fit: cover;
}

    .flip-card-inner p {
        margin-top: 1rem;
    }

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    color: black;
    transform: rotateY(180deg);
    background-color: #002E65;
    padding: 2rem;
    color: white;
    height: 103.2%;
}

    .flip-card-back a {
        color: white;
        text-decoration: underline;
    }

  /* Advisory Page */
  .advisory-page{
    margin-bottom: 3rem;
  }
  .advisory-page h1{
    color: #002E65;
    padding-top: 3rem;
    margin-bottom: 1rem;
  }

  .advisory-page ul{
      padding-left: 0;
}

  .advisory-page li{
    border-left: 2px solid #002E65;
    list-style: none;
    margin-bottom: 3rem;
  }

  .advisory-page .advisory-row>ul{
    display: flex;
    flex-wrap: wrap;
   padding-left: 3rem;
  }

  .advisory-page .advisory-row>ul>li{
    flex-grow: 1;
    width: 50%;
    padding: 0rem 1rem;
  }

@media screen and (max-width: 768px) {
  .advisory-page .advisory-row>ul{
    display: block !important;
  }
  .advisory-page .advisory-row>ul>li{
    width: 100% !important;
  }

.staff-page .staff-card {
    height: 100%;
   }
.training-info h6{
    right: 50%;
    transform: translate(50%, -50%) !important;
}
}

  .advisory-page a,
  .side-containers a{
    color: #297FCA;
  }

  .advisory-page a:hover,
  .side-containers a:hover{
    color: #002E65;
  }

  .advisory-page h4{
    margin: 1rem 0rem;
  }

  .advisory-page strong{
    padding-left: 1rem;
  }

  /* Partners Page */
  .partners-page{
    margin-bottom: 3rem;
  }
  .partners-page img{
    width: 70%;
    display: flex;
    margin: auto;
    padding: 3rem;
  }

  .partners-page h1{
    padding-top: 3rem;
    color: #002E65;
    text-align: left;
  }

  .partners-page .column{
    margin: 3.5rem 0rem;
  }

  .partners-page h4{
    margin: 1rem 0rem;
  }

  /* Contact */
  .contact-page h1{
    text-align: center;
    padding: 3rem 0rem;
  }

  .contact-page h5{
    border-left: #22384F 5px solid;
    padding: 1rem;
  }


  .contact-card{
    border: 1px solid #EEEEEE;
    padding: 1rem;
    box-shadow: 1px 1px 1px #EEEEEE;
    margin: 0rem 1rem;
    margin-bottom: 2rem;
    position: relative;
    height: 38rem;
  }


  .contact-card span{
    width: 90%;
    margin: auto;
    display: block;
  }

.contact-card i{
    width: 100% !important;
    font-size: 50px !important;
    margin-bottom: 1rem;
}

  .contact-card a{
    color: white;
  }

  .contact-card a:hover{
    color: white;
    text-decoration: none;
  }

  .bottom-icons{
    height: 13rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .contact-card button, 
  .bottom-icons button,
  .side-container-btn{
    background-color: #22384F;
    width: 100%;
    padding: 1rem;
    color: white;
    margin-top: 3rem;
    border: none;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.301);
  }

  .contact-card button{
    position: absolute;
    right: 50%;
    bottom: 5%;
    transform: translate(50%, 0%);
    height: 8rem;
    width: 90%;
  }


  .calendar-btn{
    display: flex;
    justify-content: center;
  }

  .side-container-btn{
    width: 252.61px !important;
  }

  .bottom-icons button:hover,
  .contact-card button:hover{
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.301);
    transform: scale(1.05);
  }

  .contact-card button:hover{
    transform-origin: -155rem;
  }

  .contact-card button p,
  .bottom-icons button p,
  .side-container-btn p{
    margin-top: 1rem;
    margin-bottom: 0;
    width: 100%;
  }

  .contact-card i,
  .bottom-icons i,
  .side-container-btn i{
    font-size: 50px;
    color: white;
  }

  /* Newsletter Page */
  .newsletter-page h1{
    padding: 3rem 0rem;
  }

  .newsletter-left {
    display: flex;
    width: 100%;
  }

.newsletter-left-img {
    width: 10rem;
    height: 6rem;
    background: linear-gradient( #002d6562, #002d6562), url('/images/home-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

    .newsletter-left-img:hover {
        cursor: pointer;
        transform: scale(1.1);
        box-shadow: 2px 2px 2px #acacac;
    }

  .newsletter-img-info{
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    color: white;
    text-align: center;
    width: 100%;
  }

  .newsletter-left-right{
    width: 75%;
    padding-left: 2rem;
    position:relative;
  }

    .newsletter-left-right a {
        font-family: museo-sans, sans-serif;
        font-size: 1.2rem;
        color: #007bff;
    }

        .newsletter-left-right a:hover {
            color: #22384F;
        }

    .newsletter-left-right p {
        font-size: 12px;
    }

    .newsletter-right-container {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

  .newsletter-page hr{
    width: 90%;
    /*float: left;*/
    margin: 1.5rem 0rem;
  }

  /*.newsletter-page .side-containers hr{
    border-top: 5px solid black;
    width: 100%;
    margin: 1rem 0rem;
  }

  .newsletter-page .side-containers h3{
    font-weight: 800;
  }*/

.newsletter-page .side-containers button, .event-details .side-containers button {
    background-color: #ECAA00;
    color: black;
    border: none;
    padding: .5rem 1rem;
    margin: auto;
    display: flex;
    font-weight: 700;
}


.event-side-container a {
    display:inline !important;
}

.sidebar-leftalign a {
    justify-content: flex-start !important;
    display:inline !important;
}

.pagination {
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 3rem;
}

.pagination-year {
    display: flex;
    margin: auto;
    justify-content: center;
    padding-left: 0;
}

.pagination li {
    background-color: #ECAA00;
    list-style: none;
    padding: .5rem 1rem;
    border-radius: 5px;
    margin: 0rem .5rem;
    font-size: 17px;
}

.more-pagination {
    background-color: transparent !important;
}


.pagination a,
.pagination-year a {
    color: black;
}
  
  /* Video Library */
  .video-library h4{
    padding-bottom: 3rem;
  }

  .video-library h5{
    width: 100%;
    display: inline;
    padding: 1rem 0rem;
  }

  .video-library a{
    color: #002E65 !important;
  }

  .video-container img{
    width: 100%;
  }

  .video-container h5{
    margin: 1rem 0rem;
  }

  .video-content-container{
    position: relative;
    bottom: 4rem;
    background-color: white;
    width: 100%;
    right: -3rem;
    padding: 2rem;
  }

  .video-container .fa-play{
    position: absolute;
    top: 25%;
    color: white;
    border: 5px solid white;
    padding: 1rem;
    border-radius: 50%;
    font-size: 50px;
    right: 50%;
    transform: translate(50%, -50%);
  }

  /* Road Champion */
  .share-container i{
    color: black;
    margin: 0rem .5rem;
    font-size: 25px;
  }

  /* Funding page */
  .funding-page img{
    width: 30%;
  }

  .funding-page h3{
    font-weight: 400;
  }

  .funding-container{
    background-color: white;
  }

  .funding-page h3 a{
    color: #22384F !important;
    font-weight: 500;
    font-family: unset !important;
  }

  .funding-sections h3{
    margin-bottom: 1rem;
  }

  .funding-sections img{
    float: left;
    margin-right: 1rem;
  }

  .funding-sections p{
      text-align: justify;
  }

  .funding-sections{
    background-color: #EEEEEE;
    color: black;
    padding: 3rem;
    margin: 1rem 0rem;
  }

  /* Calendar */
.tooltip-container{
  padding: 0 !important;
  text-align: left;
  box-shadow: 2px 2px 6px #3a3a3a2d;
}

.tooltip-container p,
.tooltip-container h1 {
  margin-bottom: 0 !important;
}
.tooltip-title {
    color: white;
    background-color: #ecaa00;
    padding: 1rem !important;
    margin-bottom: 0;
}

.tooltip-container h3 {
    margin-bottom: 0 !important;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
}

.tooltip-container p {
  margin-bottom: 0 !important;
}

.tooltip-desc{
  background-color: white;
  color: black;
  padding: 1rem !important;
}

.tooltip-desc p{
  font-size: 15px;
}

.tooltip-entrytype {
  background-color: white;
  color: black;
  padding-bottom: 0.5rem !important;
}

.tooltip-entrytype p {
  /*font-size: 15px;*/
}

.tooltip-redirect{
  color: #002E65 !important;
}

.tooltip-hr{
  border: 1px solid black;
  margin: 0;
}


.subscribe-popup{
    position:absolute;
    border:3px dotted #f0f;
    padding:25px;
    height:75vh;
    width:75%;
    background-color:#000;
    z-index:999;
}

/* No Bootstrap CSS */

@media (min-width: 768px){
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
   .column-50{
        flex: 0 0 50% !important;
        max-width: 50% !important;
    padding-right: 15px;
        padding-left: 15px;
    }
.initiative-grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: center;
}
}

@media (min-width: 576px){
    .contact-col{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media(min-width: 1200px){
    .column-left{
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .column-right{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 768px){
    .safety-col-left{
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }
    .safety-col-right{
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }
   .contact-col{
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }
}

@media (max-width: 768px){
    .global-row {
        display: block !important;
        display: -ms-block !important;
    }
    .safety-col-left{
        margin-bottom: 2rem;
    }
    .safety-col-left img{
        width: 50% !important; 
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .initiative-grid {
       display: grid;
       grid-template-columns: 50% 50%;
   }
   .staff-context{
       height: 50% !important;
   }

}

@media (max-width: 768px){
 .left-section{
    padding: 0 15px !important;
  }
}

@media screen and (min-width: 992px){
    .contact-col{
        max-width: 22% !important;
        flex: 0 0 25% !important;
    }
   .our-impact .contact-col{
    max-width: 25% !important;
 }
}


.global-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.staff-page div {
    box-sizing: border-box;
}

.safety-col-left img{
    width: 75%; 
    margin: auto; 
    display: flex;
}

.form-control{
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.initiative-item {
    text-align: center;
    padding: 1rem;
    display: block;
}

.initiative-item .staff-card {
    position: relative;
}

.initiative-item .staff-card:after {
    content: '';
    position: absolute;
    width: 85%;
    transform: scaleX(0);
    height: 4px;
    bottom: -5px;
    left: 0px;
    background-color: #ECAA00;
    transform-origin: bottom right;
    transition: transform 0.01s ease-out;
  }
  
  .initiative-item .staff-card:hover:after {
    transform: scaleX(1.175);
    transform-origin: bottom left;
  }


.margin-auto{
      margin-top: auto;
      margin-bottom: auto;
}

.grid-50{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
}

  .partners-grid{
    display: grid;
    grid-template-columns: 1fr 2fr;
  }

  .calendar-btn:hover{
    transform: scale(1.05);
  }

.welcome-text h1 {
   color: #002E65;
   margin-top: 2rem;
}

  .ask-expert-grid{
    display: grid;
    grid-template-columns: 2fr 1fr;
  }

.backpage-page .partners-grid a{
   font-family: unset;
   font-weight: unset;
}

.backpage-page .partners-grid h2 a{
   color: #002E65;
}

.backpage-page .partners-grid a:hover,
.backpage-page .funding-container a:hover{
    color: #1C23A0 !important;
}

.page-carousel-container .glide__bullets{
     bottom: -1em;
}

.page-carousel-container .glide__bullet--active{
     background-color: #ECAA00 !important;
}

.page-carousel-container .glide__bullet{
    opacity: 1;
    width: 1rem;
    border-radius: 50%;
    height: 1rem;
}

div.ctct-form-embed form.ctct-form-custom{
   height: 100%;
}


.fa-search{
    display: none !important;
}

/* On Demand Training */
 .course-training-row{
  border: 4px solid #21384F;
  box-shadow: 5px 5px 10px #acacac4d;
  width: 100%;
  margin: 1rem auto;
  height: 11rem;
}

.course-training-row:hover{
  cursor: pointer;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.301);
  transform: scale(1.02);
}

 .course-training-row h3{
    color: #297FCA;
}

.course-training-row .safety-col-left{
    background: #21384F;
    display: flex;
}

.course-training-row .safety-col-right{
   padding: 1rem;
}

.course-training-row .safety-col-right h3{
   font-size: 1.5rem;
}

.course-training-row .safety-col-right p{
   margin-bottom: 0 !important;
}

.safety-col-left img{
    width: 75%; 
    margin: auto; 
    display: flex;
   filter: invert(1);
}



@media (max-width: 768px){
    .global-row {
        display: block !important;
        display: -ms-block !important;
    }
    .safety-col-left{
        margin-bottom: 2rem;
    }
    .safety-col-left img{
        width: 50% !important; 
    }
}

/* filter */
.filter .checkbox label{
  margin-left: 1rem;
  margin-top: 0rem;
}

.filter h4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.filter .checkbox input{
  margin-right: .5rem;
}

.tab-content ul{
  padding: 0 !important;
}

#accordion .tab-content li{
  list-style: none;
}

#accordion .tab-content li h2{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#accordion .tab-content ul{
  padding: 0 !important;
}

.catalog-item{
    display: flex;
    border-bottom: 1px solid lightgray;
    padding: 1.5rem 0rem;
    min-height: 11rem;
    width: 100%;
}

.catalog-item .training-provider{
  transform: rotate(90deg);
  padding: 1rem;
  border: 3px solid black;
  color: white; 
  margin: auto;
  text-align: center;
}

.catalog-caption{
  position: relative;
}

.catalog-caption p {
  font-size: 16px;
width: 95%;
}

.catalog-item .training-provider h2{
  width: 5rem;
  margin: 0 !important;
  font-size: 20px;
}

.catalog-item .catalog-title-fee{
  display: flex;
  justify-content: space-between;
}

.catalog-item .catalog-title-fee a{
  max-width: 32rem;
}

.catalog-item .catalog-title-fee p {
    color: #007bff;
    max-width: 9rem;
    justify-content: right;
    display: flex;
}

#training-catalog {
  color: white;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: .5rem;
  padding-left: 0;
}

#training-catalog > li {
  display: block;
  list-style: none;
  margin: 1rem 0rem;
  padding: 0 !important;
}
#training-catalog > li > span {
  background-color: #22384F;
  display: block;
  color: #fff;
  background-size: 20px;
  font-weight: normal;
  cursor: pointer; 
  padding: 1.3rem;
  text-transform: uppercase;
  font-weight: 300 !important;
}
#training-catalog > li > div {
  list-style: none;
  overflow:auto;
  padding-right: 1rem;
  color: black;
}
#training-catalog > ul li {
  font-weight: normal;
  cursor: auto;
  padding: 1rem;
  margin-top: 1rem;
}

#training-catalog a {
  text-decoration: none;
}

.catalog-accordion {
  background-color: transparent !important;
  color: #444;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 2rem;
}

.catalog-accordion:after {
  content: '+' !important; /* Unicode character for "minus" sign (-) */
  font-size: 28px;
  color: black;
  float: right;
  margin-left: 5px;
  font-weight: 400;
}

.catalog-container{
  list-style: none;
}

.catalog-container .active:after {
  content: '—' !important; /* Unicode character for "minus" sign (-) */
  font-size: 28px;
  color: black;
  font-weight: 700;
  float: right;
}

.catalog-description{
  position: relative;
}

.catalog-accordion:hover {
  background-color: unset !important;
}

.catalog-accordion:hover {
  color: #22384F !important;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 95%;
}

.full-desc {
  display: none;
}

.full-desc.full-desc-toggle {
  display: block !important;
}

.short-desc-hide {
  display: none !important;
}

.stories .glide__arrow {
    bottom: 50% !important;
}

.training .glide__arrow {
    bottom: 50% !important;
}

.stories .glide__arrow--left,
.training .glide__arrow--left {
    left: -8% !important;
}

.stories .glide__arrow--right,
.training .glide__arrow--right {
    right: -8% !important;
}

.stories .glide__arrow i,
.training .glide__arrow i{
   font-size: 90px;
   color: #ECAA00 !important;
}


.stories .glide__arrow,
.training .glide__arrow{
   transform: translateY(0%) !important;
}  

 .training-card button{
    padding: .5rem 1rem;
    background-color: #ECAA00;
    border: none;
    color: black;
    margin: 1rem 0rem;
  }

.training-card .row{
  height: 15.2rem
}

  .training-card{
    background-color: white;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.301);
    width: 95%;
    border: 1px solid lightgray;
    cursor: pointer;
    margin: auto;
    position: relative;
   height: 100% !important;
  }

  .training-card:hover{
    transform: scale(1.02);
  }

  .training-card-text{
    height: 20rem;
    padding-bottom: 2rem;
  }

.training .training-card-text .more-btn:hover{
  background-color: black !important;
}

  .training-info p{
    padding: 1.3rem 1rem !important;
  }

  .training-info h6{
    padding: 0rem 1rem !important;
  }


  .training-card .row{
    width: 100%;
    margin: 0;
  }

  .training-info{
    padding: 1rem;
    background-color: #557AA1;
    color: white;
    width: 100%;
  }

.stories-btn-container {
    align-items: center;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.training .more-btn {
    margin: 1rem auto !important;
}

 .training-card button{
    padding: .5rem 1rem;
    background-color: #ECAA00;
    border: none;
    color: black;
    margin: 1rem 0rem;
  }

  .training-card:hover{
    transform: scale(1.02);
  }

  .training-card-text{
    padding-bottom: 2rem;
  }

  .training-info p{
    padding: 1.3rem 1rem !important;
  }

  .training-info h6{
    padding: 0rem 1rem !important;
  }

  .training-card button{
    margin-bottom: 1rem;
  }


  .training-card .row{
    width: 100%;
    margin: 0;
  }

  .training-info{
    padding: 1rem;
    background-color: #557AA1;
    color: white;
    width: 100%;
  }

  .training-date{
    background-color: #000000;
    color: white;
  }

  .training-date p{
    text-align: center;
  }


  .training h2{
    text-align: center;
    margin-bottom: 0;
  }

.stories .img-tile {
    width: 19rem;
    height: 9rem;
    object-fit: contain;
    position: absolute;
    right: 50%;
    top: 25%;
    transform: translate(50%, -50%);
    opacity: 20%;
}

.stories .stories-btn-container {
    align-items: center;
    position: absolute;
    top: 57%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
}

    .stories .stories-btn-container .newsletter-btn {
        top: 85% !important;
        position: absolute;
        border: none;
    }
        .stories .stories-btn-container .more-btn, .stories .stories-btn-container .newsletter-btn {
        margin: 1rem 0rem;
        width: 100% !important;
        justify-content: center;
        padding: 1rem .5rem;
        width: 16rem;
        justify-content: center;
        padding: 1.2rem .5rem;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/Raise-Grants-Thumbnail.png);
        background-position: center;
        color: white;
        font-size: 23px !important;
        font-weight: 500 !important;
        font-family: 'Oswald', sans-serif;
        font-size: 1.75rem !important;
    }

.stories .glide__arrow i,
.training .glide__arrow i {
    color: #ECAA00 !important;
}

@media screen and (max-width: 768px) {
  .training-card .row{
    height: 60% !important;
  }
}

/* dissolve effect glid */
  .glide3 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.glide3 * {
    box-sizing: inherit;
}

.glide3 .glide__track {
    overflow: hidden;
}

.glide3 .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.glide3 .glide__slides--dragging {
    user-select: none;
}

.glide3 .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: initial;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.glide3 .glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.glide3 .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
}

.glide3 .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
}

.glide3 .glide--rtl {
    direction: rtl;
}


.glide3 .glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.glide3 .glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
  

  .glide3.glideFade .glide__slides {
    transform: translate3d(0, 0, 0) !important;
}

  .glide3.glideFade .glide__slide {
    position: absolute;
    top: 0;
    left: 0;
    order: 2;
    opacity: 0;
    transition: opacity 700ms ease-in-out;
}

.glide3.glideFade .glide__slide.glide__slide--active {
    position: relative;
    order: 1;
    opacity: 1;
    z-index: 1;
}


  .more-btn{
    display: flex;
    margin: auto;
    background-color: #ECAA00;
    color: black;
    border: none;
    padding: .5rem 2rem;
    font-size: 1.2rem;
  }

.side-containers img{
   width: 100%;
   object-fit: contain;
}
































