video {
    display: block;
}
/* 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: #333333;
        border-radius: 5px;
        color: white;
    }
    .navbar-light .navbar-nav .active>.nav-link {
        color: #307ECC!important;
    }
    .dropdown-menu .current-menu-item a {
        color: #307ECC;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.88)!important;
    }
/* Global Styles */

.bg-cover {
    background-size: cover!important;
    background-position: center!important;
}

.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: 7px !important;
    overflow: hidden;
}
.rounded-more {
    border-radius: 15px !important;
    overflow: hidden;
}

.img-flipped {
    transform: scaleX(-1);
}

input.gform_button {
    background: #307ECC;
    border: none;
    font-weight: bold;
    padding: 7.5px 15px;
    color: white;
    border-radius: 3px;
    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;
}

.v-scroll {
    overflow-y: scroll;;
}

body {
    color: #fefefe;
    background-color: #1E1E1E;
}

.site-branding {
    font-size: 1.1rem;
}

.bg-blue { 
    background-color: #307ECC;
}
.bg-orange {
    background-color: #E2652E
}
.text-blue { 
    color: #307ECC;
}

.enlargehover:hover, 
.btn:hover {
    box-shadow: 0px 0.2rem 1rem rgba(0, 0, 0, 0.33), 0px 8px 10px rgba(0, 0, 0, 0.33);
    cursor: pointer;
    transform: scale3d(1.025, 1.025, 1.025);
}

.enlargehover, .btn, * {
    transition: 0.15s;
}

.bg-red {
    background: linear-gradient(90deg, #E33D3D 0%, #8E1717 100%);
    color: white!important;
}

.bg-blue {
    background: linear-gradient(90deg, #1E2CA5 0%, #091048 100%);
    color: white!important;
}

.bg-grad-gray {
    background: linear-gradient(90deg, #585858 0%, #2b2b2b 100%);
    color: white!important;
}

.fieldicon {
    height: 100vw!important;
    width: auto;
    max-width: 1rem;
    max-height: 1rem;
    margin-right: 0.25rem; 
    line-height: 1rem!important;
    margin-top: -0.175rem;
} 

.bg-green {
    background: linear-gradient(90deg, #188533 0%, #09480c 100%);
    color: white!important;
}