/* Customer Focused CSS */

/* Header Settings */ 
    .navbar-brand {
        max-width: calc(100vw - 30px - 40px - 30px);
    }
    .nav-item {
        padding: 0px 0.5rem;
    }
    .nav-item.current-menu-item, .nav-item.current-menu-parent {
        background: #287eab;
        border-radius: 5px;
        font-weight: 600;
        color: white;
    }
    .navbar-light .navbar-nav .active>.nav-link {
        color: white!important;
    }
    .dropdown-menu .current-menu-item a {
        font-weight: 900!important;
        color: #34495e;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.88)!important;
    }
/* Global Styles */

.font-weight-extra-bold {
    font-weight: 800;
}
.font-weight-extra-light {
    font-weight: 200;
}

.shadowed {
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.14), 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.rounded {
    border-radius: 6px !important;
}
.rounded-more {
    border-radius: 15px !important;
    overflow: hidden;
}

.bg-grey{ 
    background-color: #585858;
}

.bg-light-grey{ 
    background-color: #F0F0F0;
}

.bg-blue {
    background-color: #287EAB;
}

.text-blue {
    color: #287EAB;
}

.img-flipped {
    transform: scaleX(-1);
}

input.gform_button {
    background: #287eab;
    border: none;
    font-weight: bold;
    padding: 7.5px 15px;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.14), 0px 8px 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    margin-bottom: 8px!important;
}

.bg-green {
    background: #21a94c!important;
}

.v-scroll {
    overflow-y: scroll;;
}