/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    
    body, p {
        font-size: 1.125rem;
    line-height: 1.75rem;
    }

/* Main Navigation - Large Devices */
#main-nav .active {
     background-color: transparent;
    border-bottom: 8px solid var(--midBlue);
}
#main-nav .active .nav-link {
    color: #ffffff;
}

/* Footer - Large Devices */
    
    footer ul li a:hover .fa-chevron-right {
  animation: arrow-right 0.3s linear forwards; 
        
    }

@keyframes arrow-right {
  from {
    transform: translateX(0px); }
  to {
    transform: translateX(3px); } 
    
}

span.styled-line {
    width: 180px;
}

.btn::after{
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f178";
    float: right;
    margin-left: 20px;
    margin-top: 1px;
}

.job-train::after, .search-bar .btn::after {
    content: '';
    margin: 0;
}
.pe-lg-375 {
    padding-right: 3.75rem!important;
}
.me-lg-375 {
    margin-right: 3.75rem!important;
}

}
        