
/* ------------------------------------------------

Table of Contents

1. BOOTSTRAP OVERRIDES
2. GLOBAL STYLES
3. RIGHT CONTENT
4. BUTTONS
5. HEADER
6. HEADINGS
7. FOOTER
8. MEDIA QUERIES

------------------------------------------------*/


/* ------------------------------------------------*/
/* ---------->>> BOOTSTRAP OVERRIDES <<<-----------*/
/* ------------------------------------------------*/

html,
body {
    color: #333;
    font-size: 13px;
}


a,
a:hover {
    color: #066598;
}


.dropdown-menu {
    font-size: 13px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #066598;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 19px;
}

@media (min-width: 1200px) {

    .container {
        max-width: 1280px;
    }
}

/* ------------------------------------------*/
/* ---------->>> GLOBAL STYLES <<<-----------*/
/* ------------------------------------------*/

:focus {
    outline-offset: 4px !important;
    outline: 3px dotted #3BD1FF !important;
}

.coc-box-shadow-main {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.coc-bg-dark-blue {
    background-color: #0f6191;
}

.dropdown-menu {
    font-size: 13px;
}


/* ------------------------------------------*/
/* ---------->>> RIGHT CONTENT <<<-----------*/
/* ------------------------------------------*/

.coc-right-content__title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 17px;
    border-bottom: solid 1px #ddd;
    position: relative;
    margin: 0 0 20px 0;
}

    .coc-right-content__title:after {
        content: " ";
        display: block;
        height: 3px;
        width: 42px;
        position: absolute;
        bottom: -2px;
        z-index: 2;
        background-color: #496919;
    }

ul.coc-right-content__list {
    padding-left: 30px;
}

    ul.coc-right-content__list li {
        margin: 10px 0;
        list-style-type: none;
    }

        ul.coc-right-content__list li:before {
            color: #444;
            content: '\f138';
            font: 18px 'FontAwesome';
            float: left;
            margin-left: -30px;
        }



/* ------------------------------------*/
/* ---------->>> BUTTONS <<<-----------*/
/* ------------------------------------*/

[class*="coc-button--"] {
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s ease-out;    
}

.coc-button--primary {
    background-color: #496919;
    color: #fff;
}

    .coc-button--primary:hover,
    .coc-button--primary:focus {
        background-color: #5A8026;
        color: #fff;
    }



.coc-button--blue {
    background-color: #066598;
    color: #fff;
}

    .coc-button--blue:hover,
    .coc-button--blue:focus {
        background-color: #0377ab;
        color: #fff;
    }

.coc-button--gray {
    background-color: #ebebeb;
    box-shadow: unset;
    color: #445963;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .coc-button--gray:hover {
        background-color: #ddd;
    }

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

.coc-global-header {
    padding: 1rem 0;
}


.coc-header .alert {
    margin: 0;
}

.coc-application-navigation {
    background-color: #fff;
}

.coc-home-icon:before {
    background-color: #066598;
    border-radius: 50%;
    color: #fff;
    content: "\f015";
    display: inline-block;
    font: normal normal 13px/30px FontAwesome;
    margin-right: 10px;
    text-align: center;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 30px;
}


.coc-global-header__coc-logo {
    max-width: 120px;
}

.coc-global-header__coc-logo-mobile {
    max-width: 70px;
}

.coc-application-navigation a.nav-link {
    border-right: 1px solid #eee;
    color: #333;
    padding: 0 1rem;
}

    .coc-application-navigation a.nav-link:first-child {
        border-left: 1px solid #eee;
    }

.coc-application-navigation .navbar-light .navbar-nav .active > .nav-link:hover,
.coc-application-navigation .navbar-light .navbar-nav .active > .nav-link:focus,
.coc-application-navigation .navbar-light .navbar-nav .nav-link.active:hover,
.coc-application-navigation .navbar-light .navbar-nav .nav-link.active:focus,
.coc-application-navigation .navbar-light .navbar-nav .nav-link.show:hover,
.coc-application-navigation .navbar-light .navbar-nav .nav-link.show:focus,
.coc-application-navigation .navbar-light .navbar-nav .show > .nav-link:hover,
.coc-application-navigation .navbar-light .navbar-nav .show > .nav-link:focus,
.coc-application-navigation .navbar-light .navbar-nav .nav-link:focus,
.coc-application-navigation .navbar-light .navbar-nav .nav-link:hover {
    color: #066598;
}

.coc__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .coc__links a,
    .coc__links .btn-link {
        color: #333;
    }

    .coc__links .btn-link {
        font-size: 13px;
    }

/* -------------------------------------*/
/* ---------->>> HEADINGS <<<-----------*/
/* -------------------------------------*/

.coc-logo {
    margin-right: 16px;
}

.coc-page-title {
    border-bottom: 5px solid #0f6191;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 1em 0 0.5em 0;
    padding-bottom: 0.2em;
    text-transform: uppercase;
}

.coc-subtitle {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0.5em 0;
    text-transform: uppercase;
}

h3 {
    font-size: 1.9rem;
}

h4, h5, h6 {
    font-size: 1.6rem;
}

.coc-header {
    border-bottom: 10px solid #0f6191;
}

.coc-header-title {
    color: #212121;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    margin-top: 24px;
    text-transform: uppercase;
}

/*.coc-header-subtitle {
    color: #137bb8;
    font-family: 'Oswald', sans-serif;
    font-size: 23px !important;
    line-height: 0.5;
    text-transform: uppercase;
}

.coc-header-subtitle2 {
    color: #137bb8;
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    line-height: 0.5;
    text-transform: uppercase;
}*/

.coc-header-subtitle {
    color: #137bb8;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 0.5 !important;
    text-transform: uppercase;
}

.coc-header-subtitle2 {
    color: #137bb8;
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    line-height: 1 !important;
    text-transform: uppercase;
}

.coc-header-box {
    display: inline-block;
}

.coc__logo-heading {
    display: flex;
}


.coc__user-basket {
    position: relative;
}

    .coc__user-basket:hover {
        text-decoration: none;
    }


.coc__user-basket__text {
    text-indent: -99999px;
}

.coc__user-basket__counter {
    position: absolute;
    top: -0.5em;
    right: -1em;
    font-size: 14px;
    height: 25px;
    width: 25px;
    background-color: #496919;
    border-radius: 50%;
    color: #fff;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .coc__user-basket__counter:hover {
        background-color: #5A8026;
    }

/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

.coc-global-footer {
    color: #fff;
    padding: 40px 0;
}

    .coc-global-footer h3 {
        font-family: 'roboto', sans-serif;
    }

.coc-global-footer__coc-logo {
    max-width: 120px;
}

.coc-global-footer__links {
    padding-left: 0;
    list-style: none;
}

    .coc-global-footer__links > li {
        margin-bottom: 20px;
    }

    .coc-global-footer__links a {
        color: #fff
    }

.coc-footer-subtitle {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px !important;
    line-height: 0.5 !important;
}

.coc-footer-subtitle2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px !important;
    line-height: 0.3 !important;
}

.coc-footer-mdc {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px !important;
    line-height: 0.4 !important;
}

.coc-footer-copyright {
    margin: 10px 0 10px 0;
    text-align: right;
}

.coc-footer-copyright__coc-logo {
    max-width: 48px;
    margin-right: 5px;
}

.coc-footer-copyright__text p {
    margin-bottom: 2px;
}




/* -------------------------------------------*/
/* ----------->>> MEDIA QUERIES <<<-----------*/
/* -------------------------------------------*/

/*---DESKTOP ONLY (Mobile menu shows under this)---*/
@media (min-width: 992px) {

    .coc-header--fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 20px;
    }

    .coc-application-navigation .nav-item > a {
        line-height: 64px;
    }

    .coc-application-navigation .navbar,
    .coc-application-navigation .navbar-brand {
        padding: 0;
    }

    .coc-application-navigation li.nav-item:not(:first-child) a.nav-link {
        margin-left: -1px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .coc-global-footer__links {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .coc-global-footer__links > li {
            text-align: left;
        }

        .coc-global-footer__links li:not(:last-child) {
            margin-right: 25px;
        }

    .coc-main-content--site-nav-present {
        margin-top: 120px;
    }
}

@media (max-width: 991px) {
    .coc-application-navigation {
        border-top: 10px solid #066598;
    }

        .coc-application-navigation a.nav-link {
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding: 10px;
        }

        .coc-application-navigation li.nav-item:not(:first-child) a.nav-link {
            margin-top: -1px;
        }

    .coc-global-footer__logo-copyrights {
        text-align: center;
    }

    .coc-global-footer__links {
        text-align: center;
        margin: 20px 0 40px 0;
    }

    .coc-global-footer h4 {
        text-align: center !important;
        margin-bottom: 5px;
    }

    .coc-footer-contact {
        text-align: center !important;
    }

    .coc-footer-copyright {
        text-align: center !important;
    }

    .coc-footer-copyright__text {
        text-align: center !important;
    }
}

@media(max-width: 767px) {
    .coc__logo-heading {
        flex-direction: column;
        align-items: center;
    }

    .coc__links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .coc-global-header__coc-logo {
        max-width: 75px;
    }

    .coc-header-box {
        text-align: center;
        margin: 0.5rem 0;
    }

    .coc-header-title {
        font-size: 1.6rem;
        margin-top: 0;
    }

    .coc-header-subtitle {
        font-size: 1.4rem;
    }

    .coc-logo {
        margin: 0;
    }
}


@media (max-width: 575px) {

    .coc-page-title {
        font-size: 1.5rem;
    }

    .coc-subtitle {
        font-size: 1.2rem;
    }


    h3, h4, h5, h6 {
        font-size: 1rem;
    }

    .fa-shopping-cart {
        margin-top: 0.5rem;
    }

    .form-control {
        font-size: 16px;
    }
}

@media (min-width: 320px) {
    .coc__links > *:not(:last-child) {
        padding-right: 0.5rem;
    }
}

@media (min-width: 576px) {

    .coc__links > *:not(:last-child) {
        padding-right: 2rem;
    }
}


/* -------------------------------------------*/
/* ----------->>> From Template <<<-----------*/
/* -------------------------------------------*/

/*.coc-info-tip {
    color: #0f6191 !important;
}*/

.coc--gray {
    background-color: #ebebeb !important;
}

.coc-card-ul {
    min-height: 7vh;
}

.coc-fa-responsive {
    font-size: 7vw;
}

.coc-card-footer {
    min-height: 10vh;
}

.coc-input-group-radio {
    min-width: 1rem;
}

.coc-infotip--header {
    background-color: #ebebeb;
    color: #1b1e21 !important;
}

/** TOP OF PAGE **/
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9999;
}

.scroll {
    position: absolute;
    right: 10px;
    bottom: 20px;
    background: #ebebeb; /*#dc3545;*/
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    /*z-index: 9999;*/
}

    .scroll:hover {
        background: #ddd; /*#c82333; */
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .scroll .fa {
        font-size: 30px;
        margin-top: -5px;
        margin-left: 1px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }

.exp {
    width: 50px;
    height: 50px;
    background-color: #ebebeb; /*#dc3545;*/
    color: black; /*white;*/
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.fa-exp-icon {
    line-height: inherit;
    vertical-align: middle !important;
}

/** TABLE AND CARD HEADERS **/

.TSDtableHeader {
    font-size: 1.1em !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    background-color: #ebebeb !important;
}

    /*.TSDtableHeader:hover {
        background-color: #ddd !important;
    }*/

.TSDcardHeader {
    font-size: 1.3em !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    transition: all .3s ease-out !important;
    background-color: #ebebeb !important;
    box-shadow: unset !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 45px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 12px !important;
}

    /*.TSDcardHeader:hover {
        background-color: #ddd !important;
    }*/

.TSDhyperlink {
    color: #05517a;
    text-decoration: underline;
}

    .TSDhyperlink:visited {
        text-decoration: underline;
        text-decoration-color: #884488;
    }

    .TSDhyperlink:hover {
        text-decoration: underline;
        text-decoration-color: #0000ff;
    }TSDalert-info

    .TSDhyperlink:active {
        text-decoration: underline;
        text-decoration-color: #884488;
    }

.TSDalert-success {
    color: black;
    background-color: #4c6b1c69; /* green: 4c6b1ca8; 4c6b1c8a; 4c6b1c7a;  4c6b1c6a;*/
    background-color: rgba(76,107,28,0.411);
    border-color: #92a576;
}


    .TSDalert-success hr {
        border-top-color: #92a576;
    }

.TSDalert-info {
    color: black;
    background-color: #15679c52; /* blue: 15679ca8; 15679c70; 15679C6E; 15679C52*/
    background-color: rgba(21,103,156,0.321);
    border-color: #6ca8cc;
}


    .TSDalert-info hr {
        border-top-color: #6ca8cc;
    }

.TSDalert-warning {
    color: black;
    background-color: #c7ae78a3; /* gold: c7ae78;*/
    background-color: rgba(199,174,120,0.639);
    border-color: #b1943a;
}


    .TSDalert-warning hr {
        border-top-color: #b1943a;
    }

.TSDalert-danger {
    color: black;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .TSDalert-danger hr {
        border-top-color: #f1b0b7;
    }


/* -------------------------------------------*/
/* ----------->>> From CJIS <<<-----------*/
/* -------------------------------------------*/

a.coc-sort-text {
    color: black !important;
    font-weight:500 !important;
}

/*.noTextDecoration {
    text-decoration: none !important;
}*/


/*ADA */
.texth3 {
    font-size: 0px !important;
}

