@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  scroll-padding-top: 60px;
}

body{
    background-color: #fff;
    font-family: "Barlow", sans-serif!important;
    
}

.header-top{
    padding:0;
}

/* Target the header-bottom container specifically */
.navbar .header-bottom {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

/* Ensure the logo and button stay aligned */
.navbar .header-bottom .navbar-brand {
    margin-bottom: 0;
}

.navbar .header-bottom .navbar-toggler {
    margin-left: auto; /* Push button to the right */
}

.navbar-toggler {
    top: 10px;
}

#main{
    padding-left:0;
    padding-right:0;
    padding-top: 70px;
}

.content {
    padding:0;
}

p{
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    line-height: 22px;
}

h5 {
    padding: 0 0 15px 0;
}

/* left nav top */
.sticky-offset {
    top: 175px;
}

.core-block1 > ul > li a:hover,
.core-block1 > ul > li a:active {
    color: #0077c8;
}

/* Forms Section */
.umbraco-forms-hidden{
    display:none;
}

.login-container {
    /* min-height: 70vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin-top:0;
}

.login-box {
    background-color: #fff;
    padding: 2rem 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 420px;
}

.login-box img {
    max-height: 60px;
    margin-bottom: 1rem;
}

.form-control {
    border-radius: 0.5rem;
    padding: 0.75rem;
}

.form-heading {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.umbraco-forms-field-wrapper {
    margin-bottom: 1rem !important;
}
.umbraco-forms-fieldset legend{
    display:none;
}

.field-validation-error, 
.field-validation-error span
 {
    display: block;
    margin-bottom: 10px;
    color: red;
    font-size: 1rem;
}

.banner-content .large-detail,
.banner-content .large-detail p{
    color:white
}

.btn-white-border {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

small,
small p{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    display: block;
    color: #62686B;
}

.regional-sales-subheading {
    margin-top: 0px;
    margin-bottom: -30px;
}

.features-grid{
    margin-bottom: 25px;
}

.features-grid .row {
    margin-left: 0;
    margin-right: 0;
}
.features-grid .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

.feature-cell {
    position: relative;
    padding: 1rem;
}

.feature-cell {
    padding: 1.25rem;
    border-color: #ddd;
}

.feature-cell span{
    display: flex;
    align-items: center;
    text-transform: none;
}

.feature-cell.border-end {
    border-right: 1px solid #ddd;
}
.feature-cell.border-bottom {
    border-bottom: 1px solid #ddd;
}

.enhancements-wrapper {
    margin-top: 20px;
    padding-bottom: 50px;
}

.enhancement-card h6 {
    color: #0077c8 !important;
}

h5:after {
    background: #0077c8;
}

span.gifLink{
    text-transform: unset;
}

.enhancement-card {
    padding-bottom: 30px;
}

.experience-block1 ul li {
    padding: 0;
    list-style: none;
    margin-left: 20px;
}

.slick-dots li button:before {
    content: '';
}

.resourceAndCollateralSection {
    margin-top: 0;

}

.connect.wow .container{
    padding-top:0;
    padding-bottom:0;
}

/* Footer */
.footer {
    width: 100%;
}

.footer-inner-flx{
    border-bottom:none;
    padding-bottom:0;
}

.footer-bottom img{
    margin:auto;
}

.footer-bottom ul li{
    text-align: center;
}


a.btn {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 12.5px 25px;
    border-radius: 33px;
}

a.btn-blue {
    background-color: var(--trueBlue);
    border-color: var(--trueBlue);
    color: var(--white);
}
a.btn-white-border {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}

/* By the numbers */
/* Force all horizontal divider lines to be grey */
.by-the-numbers .col-11::after,
.by-the-numbers .col-md-5::after,
.by-the-numbers .odd::after,
.by-the-numbers .even::after {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
}

/* Left column (odd) - Blue text color #0077c8 */
.by-the-numbers .odd .description,
.by-the-numbers .odd .description p,
.by-the-numbers .odd .description strong {
    color: #0077c8 !important;
}

/* Right column (even) - Royal blue text color #4169E1 */
.by-the-numbers .even .description,
.by-the-numbers .even .description p,
.by-the-numbers .even .description strong {
    color: #4169E1 !important;
}

@media (min-width: 768px){
    #main{
        padding-top:113px;
    }
    .main-title * {
        font-size: 65px;
        line-height: normal;
    }
    .header-mobile{
        display:none!important;
    }
    .footer-bottom img{
        margin:unset;
    }
    .login-container {
        margin-top:3rem;
    }
    .btn {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1px;
        padding: 12.5px 25px;
    }
    .banner-wrp * {
        max-height: 730px;
    }
    .navbar .header-bottom {
        display: flex;
        align-items: center;
        padding-top: 45px;
        padding-bottom: 35px;
    }

    .by-the-numbers .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .by-the-numbers .col-md-5 {
        flex: 0 0 43%;
        max-width: 43%;
    }
}

@media (min-width: 768px) and (max-width: 1500px) {
    header .container, 
    footer .container {
        padding: 0 30px;
    }
    .container {
        padding: 0 15px;
    }
}

@media (prefers-color-scheme: dark) {

    .login-box {
        background-color: #2a2f3a;
        color: #fff;
        box-shadow: none;
    }

    .form-control {
        background-color: #3a3f4b;
        color: #fff;
        border-color: #555;
    }

    .form-control::placeholder {
        color: #bbb;
    }
}