[v-cloak] {
    display: none;
}

a {
    color: #004e8c;
    transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,box-shadow 0.25s ease-in-out,border-color 0.25s ease-in-out;
}

    a:hover, a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        color: #d83b01;
        text-decoration: none;
        background-color: inherit;
    }

.dropdown-menu .divider {
    margin: 4px 0;
}

#navbar .dropdown-menu {
    margin-top: 0;
}

#header {
    background-color: #d1d1d1;
    padding: 5px;
    border-bottom: 2px solid #eee;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.text-success {
    color: #0b6a0b;
}

.text-danger {
    color: #a4262c !important;
}

.devider {
    border-right: 2px solid #333;
    margin: 0 10px;
}

#loading {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
}

    #loading .loading-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2em;
        width: 100%;
        height: 30%;
        color: rgb(116, 39, 116);
    }

.breadcrumb {
    background-color: inherit;
    margin: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.page-header {
    margin: 0;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
    }

.has-error .form-control-feedback {
    color: #a94442;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}


.main-page {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.frame-wrapper {
    flex: 1;
}

body {
    color: #666276;
    background-color: #fff;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-75 {
    width: 75%;
}

.bg-white {
    background: #fff;
}

.bg-gray-30 {
    background-color: #edebe9;
}

.d-flex {
    display: flex;
}

.d-ib {
    display: inline-block;
}


.table-sm {
    font-size: 0.75em;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.5em;
}

.mt-2 {
    margin-top: 1em;
}

.mt-3 {
    margin-top: 2em;
}

.m-3 {
    margin: 2em;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.5em;
}

.pt-1 {
    padding-top: 0.5em;
}

.p-2 {
    padding: 1em;
}

.p-3 {
    padding: 3em;
}

.py-1 {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.py-2 {
    padding-bottom: 2em;
    padding-top: 2em;
}

.px-1 {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.my-1 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.my-2 {
    margin-bottom: 1em;
    margin-top: 1em;
}

.px-3 {
    padding-right: 3em;
    padding-left: 3em;
}

.mx-1 {
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.min-h-500 {
    min-height: 500px;
}

.min-h-300 {
    min-height: 300px;
}

.semibold {
    font-weight: 600;
}

label, .table th {
    font-weight: 600;
}

.required label:after {
    content: ' *';
    color: #a94442;
}


.sign-up .tab-title {
    display: none;
}

.border {
    border: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.border-top {
    border-top: 1px solid #eee;
}

.border-lg {
    border-width: 2px;
}

.rounded-lg {
    border-radius: 1rem !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

input.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.sign-up-form {
    width: 500px;
}

.box-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.box-shadow-2 {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.container #content {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-right: auto;
    margin-left: auto;
    padding: 2em;
    margin-top: 2em;
}

.event-box {
    height: 265px;
    overflow: hidden;
}

.form-inline {
    display: inline;
}

.btn-link.active {
    border-bottom: 2px solid #004e8c;
    text-decoration: none;
}

.btn-link:hover, .btn-link:focus {
    border: unset;
    border-bottom: 2px solid #d83b01;
    text-decoration: none;
}

.input-group-addon {
    background-color: inherit;
}

.input-group .form-control:first-child {
    border-right: 0;
}

.bold {
    font-weight: bold;
}

.text-muted, .help-block {
    color: #737373
}


.select2-container.form-control {
    padding: 0 !important;
    height: unset !important;
}

.select2-container-multi.form-control .select2-choices {
    background-image: none !important;
    border: 0 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    line-height: inherit !important;
}

    .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
        top: 8px;
    }

.view-grid .dropdown.action > .btn {
    display: none;
}

.view-grid .dropdown.action .dropdown-menu {
    display: block;
    position: static !important;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    max-width: 95px;
    min-width: 95px;
    width: 95px;
    left: auto !important;
    top: auto !important;
}

    .view-grid .dropdown.action .dropdown-menu li {
        display: inline-block;
        text-align: center;
    }

        .view-grid .dropdown.action .dropdown-menu li a {
            font-size: 0;
            padding: 2px;
            margin: 0;
            color: #004E8C;
        }

            .view-grid .dropdown.action .dropdown-menu li a > span {
                font-size: 15px;
            }

            .view-grid .dropdown.action .dropdown-menu li a:hover {
                color: #dc3545;
                background: transparent;
            }

.entitylist.entity-grid table thead > tr {
    background-color: #22c8d1;
}

.entitylist.entity-grid table tbody > tr:even {
    background-color: #f2f2f2;
}

.entitylist.entity-grid table tbody > tr:odd {
    background-color: #ffffff;
}


.hero-block {
    padding: 23px 0 0;
    position: relative;
    z-index: 1;
    color: #fff;
    min-height: 278px;
}

    .hero-block .bg-stretch {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-size: cover;
        background-position: 38% 100%;
        background-repeat: no-repeat;
        z-index: -1;
        min-height: 278px;
    }

    .hero-block .text-wrap {
        margin: 0 0 123px;
    }

        .hero-block .text-wrap .text {
            font-size: 24px;
            font-weight: 300;
            letter-spacing: -.5px;
            line-height: 1.25;
            margin: 0 0 35px;
        }

        .hero-block .text-wrap.no-mrgn {
            margin: 0 0 15px;
        }

.three-blocks {
    position: relative;
    z-index: 2;
}

.card-holder {
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear,-webkit-transform .5s linear;
    background: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 24px 29px 20px;
    position: relative;
    display: block;
    margin: 0 0 25px;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.15);
    text-decoration: none;
}

    .card-holder h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        line-height: 1.3;
        margin: 0 0 6px;
    }

    .card-holder p {
        margin: 0;
    }

    .card-holder .icon-wrap {
        margin: 0 0 45px;
    }

    .card-holder .text-hold {
        position: relative;
        padding-right: 30px;
        line-height: 1.6;
    }

        .card-holder .text-hold:after {
            -webkit-transition: color .35s linear;
            transition: color .35s linear;
            content: "\e902";
            position: absolute;
            bottom: 5px;
            right: -2px;
            color: #bb3b18;
            font-family: icomoon;
        }

.herosm-block {
    padding: 11px 0 19px;
    color: #fff;
    position: relative;
    z-index: 2;
    background: #ededed;
    min-height: 270px;
}

    .herosm-block:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ededed;
        z-index: -1;
    }

    .herosm-block.no-bg {
        background: none;
        min-height: 270px;
    }

    .herosm-block #two-columns h1 {
        font-size: 36px;
    }

    .herosm-block #two-columns #sidebar .content-wrap {
        padding: 14px 17px 5px;
    }

    .herosm-block .bg-stretch {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-size: cover;
        background-position: 14% 100%;
        background-repeat: no-repeat;
        z-index: 0;
        min-height: 250px;
    }

    .herosm-block .text-wrap {
        margin: 0 0 123px;
        position: relative;
        z-index: 2;
    }

        .herosm-block .text-wrap .text {
            font-size: 24px;
            font-weight: 300;
            letter-spacing: -.5px;
            line-height: 1.25;
            margin: 0 0 35px;
        }

.card-wrap {
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear,-webkit-transform .5s linear;
    background: #f9f9f9;
    border: 1px solid #ececed;
    border-radius: 3px;
    padding: 37px 20px 20px;
    position: relative;
    display: block;
    text-decoration: none;
    margin: 0 0 25px;
}

    .card-wrap:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity 2s cubic-bezier(.165,.84,.44,1);
        transition: opacity 2s cubic-bezier(.165,.84,.44,1);
        box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.15);
        content: "";
        opacity: 0;
        z-index: -1;
    }

    .card-wrap:before {
        content: "";
        position: absolute;
        background-image: url(/themes/custom/ccov/images/bg-img5.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        height: 93px;
    }

    .card-wrap.style2:before {
        height: 78px;
        //background-image: url(/themes/custom/ccov/images/bg-img6.png);
    }

    .card-wrap.style2 .text-hold .link-wrap {
        color: #fff;
    }

        .card-wrap.style2 .text-hold .link-wrap a {
            color: #fff;
        }

            .card-wrap.style2 .text-hold .link-wrap a:hover {
                color: #1dcad3;
            }

    .card-wrap.style2:hover .text-hold .link-wrap {
        color: #1dcad3;
    }

    .card-wrap:hover, .card-wrap:focus {
        text-decoration: none;
        border: 1px solid #11284b !important;
        color: #13294b;
        -webkit-transform: scale3d(1.006,1.006,1);
        transform: scale3d(1.006,1.006,1);
    }

        .card-wrap:hover .text-hold:after, .card-wrap:focus .text-hold:after {
            color: #11284b;
        }

        .card-wrap:hover .text-hold .link-wrap, .card-wrap:focus .text-hold .link-wrap {
            color: #11284b;
        }

        .card-wrap:hover:after, .card-wrap:focus:after {
            opacity: 1;
        }

    .card-wrap time {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -.01px;
        color: #54565a;
    }

    .card-wrap h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        line-height: 1.3;
        margin: 0 0 11px;
        font-weight: 500;
    }

    .card-wrap p {
        margin: 0 0 16px;
    }

    .card-wrap .icon-wrap {
        margin: 0 0 45px;
    }

    .card-wrap .text-hold {
        position: relative;
        line-height: 1.65;
        padding-bottom: 73px;
    }

        .card-wrap .text-hold .link-wrap {
            position: absolute;
            bottom: -6px;
            right: -3px;
            color: #bb3b18;
        }

            .card-wrap .text-hold .link-wrap a {
                text-decoration: none;
            }

    .card-wrap .quick-links li {
        margin: 0 0 3px;
    }

        .card-wrap .quick-links li a {
            text-decoration: none;
            color: #008264;
            position: relative;
            display: block;
            padding: 5px 0;
            font-weight: 500;
            font-size: 14px;
        }

            .card-wrap .quick-links li a:hover {
                color: #11284b;
            }

            .card-wrap .quick-links li a:after {
                content: "\e908";
                font-family: icomoon;
                position: absolute;
                top: 6px;
                right: 11px;
            }

.wrapper-body {
    padding-bottom: 100px !important;
}

#header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-weight: bold;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-weight: bold;
}

    .footer .footer-bottom {
        padding: 5px;
    }

footer .footer-top h3, footer .footer-top h4 {
    font-weight: bold;
}

.home-heading {
    background-color: #0072CE;
    width: 100%;
    padding: 20px 0;
}

.home-content {
    line-height: 3rem;
    font-size: 1.5rem;
}

.navbar-brand {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

iframe {
    overflow: hidden;
    width: 100%;
}

hr {
    width: 100%;
    margin: 10px 0;
    border-top-width: 3px;
}

.page-header {
    width: 100%;
}

.control .text-muted {
    display: none;
}


/* Utiltiy Classes */

.p-3 {
    padding: 3rem;
}


.mt-3 {
    margin-top: 3rem;
}

.w-100 {
    width: 100%;
}

.m-auto {
    margin: 0 auto;
}

.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}


footer .footer-top {
    background-color: #0072CE;
}

footer .footer-bottom {
    background-color: #0072CE;
}

div .open-header {
    display: inline;
    vertical-align: middle;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
}

p, ul, .p, .page_section p, .section-diagonal-left p, .section-diagonal-right p, p.form-text span {
    font-family: "Inter", "Segoe UI", "Segoe WP", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 25px;
    color: #333333;
}

h3 {
    font-size: 20px;
}
