@font-face {
    font-family: "Bebas Neue";
    src: url('bebas-neue/BebasNeue-Regular.ttf');
}

@font-face {
    font-family: "Bebas Neue Bold";
    src: url('bebas-neue/BebasNeue-Bold.ttf');
}

@font-face {
    font-family: "Bebas Neue Book";
    src: url('bebas-neue/BebasNeue-Book.ttf');
}

@font-face {
    font-family: "Bebas Neue Thin";
    src: url('bebas-neue/BebasNeue-Thin.ttf');
}

@font-face {
    font-family: "Bebas Neue Light";
    src: url('bebas-neue/BebasNeue-Light.ttf');
}

@font-face {
    font-family: "Oswald";
    src: url('oswald/Oswald-SemiBold.ttf');
}

@font-face {
    font-family: "Oswald SemiBold";
    src: url('oswald/Oswald-SemiBold.ttf');
}

@font-face {
    font-family: "Oswald Regular";
    src: url('oswald/Oswald-Regular.ttf');
}

@font-face {
    font-family: "Oswald Medium";
    src: url('oswald/Oswald-Medium.ttf');
}

body, html {
    height: 100vh;
    color: #333;
    font-size: 13px;
}

/*bootstrap override*/

a,
a:hover {
/*    color: #105d8b;*/
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.button-green.disabled, .button-green:disabled {
    background-color: #4d6e1e;
    border-color: #4d6e1e;
}

.input-group-text {
    padding: .25rem .75rem;
}

.k-calendar {
    font-size: inherit;
}

@media (min-width: 1200px) {

    .container {
        max-width: 1280px;
    }
}

/*telerik overrides*/

.k-input.k-focus, .k-input:focus {
    outline-offset: 4px !important;
    outline: 3px dotted #3BD1FF !important;
}

/*coc styles*/
[class*="coc-button--"] {
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s ease-out;
}

.coc__user-basket__counter {
    position: absolute;
    top: -0.5em;
    left: 1.6em;
    font-size: 10px;
    height: 20px;
    width: 20px;
    background-color: #496919;
    border-radius: 50%;
    color: #fff;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}

.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;
    }

.coc-font, .font-coc {
    font-family: 'Bebas Neue Bold';
    font-weight: normal;
}

.coc-hyperlink {
    color: #05517a;
    text-decoration: underline;
}

.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;
}

.coc-smalltitle {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0.5em 0;
    text-transform: uppercase;
}

.coc-right-content__title {
    font-size: 16px;
    font-weight: normal;
    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;
        }



/*utils*/

.accordian-icon {
    position: absolute;
    margin-top: 16px;
    right: 45px;
    top: 10px;
}

button[aria-expanded="false"] .accordian-icon:before {
    transform: rotate(0deg);
    right: -12px;
    width: 6px;
    height: 18px;
    top: 0;
}

.accordian-icon:after {
    top: 6px;
    width: 18px;
    height: 6px;
}

.accordian-icon:before, .accordian-icon:after {
    content: "";
    position: absolute;
    background-color: #444;
    transition: all 0.25s ease-in-out;
}

.alert-disclaimer {
    background-color: rgba(199,174,120,0.639);
}

.button-blue {
    background-color: #066598;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s ease-out;
}

    .button-blue:hover {
        background-color: #0377ab;
        border-color: #0377ab;
        color: white;
    }

.button-green {
    background-color: #648f26;
    border-color: #648f26;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s ease-out;
}

    .button-green:hover, .button-green:focus {
        background-color: #4d6e1e;
        border-color: #4d6e1e;
        color: white;
    }

.button-gray {
    background-color: #ebebeb;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #445963;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s ease-out;
}

    .button-gray:hover, .button-gray:focus {
        background-color: #ddd;
        color: #212529;
    }

:focus {
    outline-offset: 4px !important;
    outline: 3px dotted #3BD1FF !important;
}

.page-title {
    border-bottom: 9px solid #0f6191;
    font-family: 'Bebas Neue Bold';
    font-size: 2.4rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
}

.page-sub-title {
    font-family: 'Bebas Neue Bold';
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
}

.page-small-title {
    font-family: 'Bebas Neue Bold';
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
}

.TSDhyperlink {
    color: #05517a;
    text-decoration: underline;
}

    .TSDhyperlink:visited {
        text-decoration: underline;
        text-decoration-color: #884488;
    }

    .TSDhyperlink:hover {
        text-decoration: underline;
        text-decoration-color: #0000ff;
    }

    .TSDhyperlink:active {
        text-decoration: underline;
        text-decoration-color: #884488;
    }

.text-decoration-underline {
    text-decoration: underline;
}

/*layout*/
.breadcrumb {
    background-color: transparent;
    padding: 1.5rem 0;
    margin: 0;
}

.breadcrumb__item + .breadcrumb__item {
    padding-left: .2rem;
}

    .breadcrumb__item + .breadcrumb__item:before {
        display: inline-block;
        padding-right: .2rem;
        color: #6c757d;
        content: ">";
    }

.breadcrumb__link {
    text-decoration: none;
}

.form {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 2.5rem;
    padding: 1.5rem 3.5rem;
}

.form__buttons {
    margin-bottom: 0rem;
    margin-top: 1.5rem;
}

.form__errors ul {
    margin-bottom: 0;
}

.form__hr {
    margin: 1rem -1.5rem;
}

.footer__bottom {
    padding: 1.0rem 0;
}

.footer__bottom-img {
    max-width: 48px;
    margin: 0 0 0 5px;
    vertical-align: baseline;
}

.footer__clerk-name {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    /*	font-size: 26px;*/
    /*	line-height: 0.9;*/
}

.footer__clerk-subtitle {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    /*	font-size: 26px;*/
    /*	line-height: 0.9;*/
}

.footer__clerk-mdc {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 1.2;
}

.footer__clerk-info {
    color: white;
}

.footer__content {
    background-color: #0f6191;
    padding: 1rem 0;
}

.footer__container {
    margin: 2.0rem auto;
}

.footer__logo-img {
    max-width: 120px;
    vertical-align: middle;
    border-style: none;
}

.footer__nav {
    list-style: none;
    margin-bottom: 3rem;
    padding-left: 0;
}

.footer__nav-item {
    margin-right: 1rem;
}

.footer__nav-link {
    color: white;
    text-decoration: none;
}

    .footer__nav-link:hover {
        color: white;
        text-decoration: underline;
    }

.footer__title {
    color: white;
}
.coc-footer-SmallRoboto {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.2;
}

.coc-footer-subtitleRoboto {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    /*	font-size: 26px;*/
    /*	line-height: 0.9;*/
}
.header {
    border-bottom: 10px solid #0f6191;
}

.header__logo-img {
    max-width: 120px;
}

.header__main-title {
    color: #212121;
    font-family: 'Oswald Regular', sans-serif;
    font-size: 26px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.header__main-title2 {
    color: #212121;
    font-family: 'Bebas Neue Bold', sans-serif;
    font-size: 34px;
    /*font-weight: 600;*/
    display: block;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.header__sub-title {
    color: #137bb8;
    font-family: 'Oswald Regular', sans-serif;
    font-size: 23px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.header__sub-title2 {
    color: #234981;
    font-family: 'Bebas Neue Bold', sans-serif;
    font-size: 24px;
/*    font-weight: 600;*/
    display: block;
    line-height: 1;
    margin-bottom: 2px;
    text-transform: uppercase;
}
    .header__mdc-title {
    color: #137bb8;
    font-family: 'Oswald Regular', sans-serif;
    font-size: 21px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.header__mdc-title2 {
    color: #234981;
    font-family: 'Bebas Neue Bold', sans-serif;
    font-size: 24px;
/*    font-weight: 600;*/
    display: block;
    line-height: 1;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.header__nav {
    align-items: center;
    justify-content: flex-end;
}

.header__nav-link {
    color: #333333;
    text-decoration: none;
}

    .header__nav-link:not(:last-child) {
        padding-right: 0.8rem;
    }

.sidemenu__title {
    font-family: 'Bebas Neue Bold';
    font-size: 1.8rem;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom: solid 1px #ddd;
    position: relative;
    margin: 0;
}

    .sidemenu__title:after {
        content: " ";
        display: block;
        height: 3px;
        width: 42px;
        position: absolute;
        bottom: -2px;
        z-index: 2;
        background-color: #0f6191;
    }

.sidemenu__list {
    padding-left: 0;
}

.sidemenu__list-item {
    margin: 0;
    list-style-type: none;
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .sidemenu__list-item:hover::before {
        background: url("../images/chevron-circle-right--blue.svg");
        color: #444;
        content: '';
        float: left;
        height: 16px;
        margin: 2px 4px 0 -20px;
        width: 16px;
    }

    .sidemenu__list-item.active:before {
        background: url("../images/chevron-circle-right--blue.svg");
        color: #444;
        content: '';
        float: left;
        height: 16px;
        margin: 2px 4px 0 -20px;
        width: 16px;
    }

@media (min-width: 320px) {
}

@media (min-width: 576px) {
    .header__nav-link:not(:last-child) {
        padding-right: 2rem;
    }
}

@media (min-width: 992px) {
    .footer__nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 990px) {


    .footer__bottom {
        text-align: center;
    }

    .footer__clerk {
        margin-top: 2rem;
        text-align: center;
    }

    .footer__logo {
        text-align: center;
    }

    .footer__nav {
        text-align: center;
        margin-top: 1rem;
    }

    .footer__nav-item {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .footer__title {
        text-align: center;
        margin-bottom: 0.2rem;
    }

    .header__heading {
        flex-direction: column;
        align-items: center;
    }

    .header__nav-link {
        padding-top: 0.8rem;
    }
}

@media (max-width: 991.98px) {

    .header__nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header__logo-img {
        max-width: 75px;
    }

    .header__main-title {
        font-size: 22px;
        margin-top: 10px;
    }

    .header__sub-title {
        font-size: 18px;
    }

    .header__mdc-title {
        font-size: 16px;
    }

    .header__title {
        text-align: center;
    }

    .footer__logo-img {
        max-width: 75px;
    }
}
