﻿body {
    background-color: #fff;
    font-family: Source Sans Pro;
    /*font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1280 - 320)));*/
    font-size: 16px;
    /*line-height: calc(17px + (21 - 17) * ((100vw - 320px) / (1280 - 320)));*/
    line-height: 21px;
    margin: auto;
    width: 100%;
}

    body > div {
        background-color: #fff;
        margin: auto;
        /*max-width: 1440px;*/
    }

.usas div {
    box-sizing: border-box;
}

.usas h1 {
    color: #041e42;
    font-family: Oswald;
    /*font-size: 5.625em;*/ /* 90px */
    font-size: 90px;
    font-weight: bold;
    /*line-height: 1.066666666666667em;*/ /* 96px */
    line-height: 96px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .usas h1 {
        font-size: 48px;
        line-height: 54px;
    }
}

.usas h2 {
    color: #041e42;
    font-family: Oswald;
    /*font-size: 3.75em;*/ /* 60px */
    font-size: 60px;
    font-weight: bold;
    /*line-height: 1.066666666666667em;*/ /* 64px */
    line-height: 64px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .usas h2 {
        font-size: 40px;
        line-height: 44px;
    }
}

.usas h3 {
    color: #041e42;
    font-family: Oswald;
    /*font-size: 2.5em;*/ /* 40px */
    font-size: 40px;
    font-weight: normal;
    /*line-height: 1.1em;*/ /* 44px */
    line-height: 44px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .usas h3 {
        font-size: 28px;
        line-height: 32px;
    }
}

.usas h4 {
    color: #1d1d1d;
    font-family: Source Sans Pro;
    /*font-size: 2em;*/ /* 32px */
    font-size: 32px;
    font-weight: 900;
    /*line-height: 1em;*/ /* 32px */
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 767px) {
    .usas h4 {
        font-size: 32px;
        line-height: 32px;
    }
}

.usas h5 {
    color: #1d1d1d;
    font-family: Source Sans Pro;
    /*font-size: 1.3125em;*/ /* 21px */
    font-size: 21px;
    font-weight: 800;
    /*line-height: 1.142857142857143em;*/ /* 24px */
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
}

    .usas h5.usas-zilla-slab {
        font-family: Zilla Slab;
    }

    .usas h5.usas-oswald-regular {
        font-family: 'Oswald Regular';
    }

@media (max-width: 767px) {
    .usas h5 {
        font-size: 21px;
        line-height: 24px;
    }
}

.usas h6 {
    font-family: Oswald;
    /*font-size: 1.25em;*/ /* 20px */
    font-size: 20px;
    font-weight: normal;
    /*line-height: 1.333333333333333em;*/ /* 20.8px */
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .usas h6 {
        font-size: 20px;
        line-height: 20px;
    }
}

.usas p {
    margin-bottom: 0;
    margin-top: 0;
}

.usas .usas-image {
    height: auto;
    width: 100%;
}

.usas-required:after {
    content: " *";
}

/* usas background colors */
.usas-background-color-whitesmoke {
    background-color: #f5f5f5;
}

/* usas bars */
.usas .usas-bar-turmeric {
    background-color: #b1953a;
    height: 5px;
    margin-bottom: 15px;
    width: 100px;
}

.usas .usas-bar-turmeric-centered {
    background-color: #b1953a;
    height: 5px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.usas .usas-bar-cardinal {
    background-color: #ba0c2f;
    height: 5px;
    margin-bottom: 15px;
    width: 41px;
}

/* usas bold */
.usas .usas-bold {
    font-weight: bold;
}

.usas .usas-semi-bold {
    font-weight: 600;
}

.usas .usas-normal {
    font-weight: normal;
}

.usas .usas-italic {
    font-style: italic;
}

.usas .usas-hand {
    cursor: pointer;
}

.usas .usas-align-bottom {
    vertical-align: bottom !important;
}
.usas .usas-inline-block {
    display: inline-block;
}
/* usas borders */
.usas .usas-border-whisper {
    border: solid 1px #ececec;
}

/* usas buttons */
.usas .usas-button-primary {
    background-image: linear-gradient(45deg, #e02a4f, #ba0c2f);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Source Sans Pro;
    /*font-size: 0.875em;*/
    font-size: 15px; /* pin buttons to 15px */
    font-weight: 600;
    height: 58px;
    letter-spacing: 2px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
}

    .usas .usas-button-primary:hover {
        background-image: linear-gradient(45deg, #E02a4f, #900A25);
    }

.usas .usas-button-primary-disabled {
    background-image: linear-gradient(45deg, #c1c6c8, #687481);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Source Sans Pro;
    /*font-size: 0.875em;*/
    font-size: 15px; /* pin buttons to 15px */
    font-weight: 600;
    height: 58px;
    letter-spacing: 2px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
}

.usas .usas-button-primary-inverse {
    background-color: #fff;
    border: solid 1px #ba0c2f;
    border-radius: 2px;
    color: #ba0c2f;
    cursor: pointer;
    font-family: Source Sans Pro;
    /*font-size: 0.875em;*/
    font-size: 15px; /* pin buttons to 15px */
    font-weight: 600;
    height: 58px;
    letter-spacing: 2px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
}

.usas .usas-button-secondary {
    /*background-color: #fff;*/
    background-color: transparent;
    border: solid 1px #041e42;
    border-radius: 2px;
    color: #041e42;
    cursor: pointer;
    font-family: Source Sans Pro;
    /*font-size: 0.875em;*/
    font-size: 15px; /* pin buttons to 15px */
    font-weight: 600;
    height: 58px;
    letter-spacing: 2px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
}

    .usas .usas-button-secondary:hover {
        background-color: #041e42;
        color: #fff;
    }

.usas .usas-button-tertiary {
    background-color: #041e42;
    border: solid 1px #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Source Sans Pro;
    /*font-size: 0.875em;*/
    font-size: 15px; /* pin buttons to 15px */
    font-weight: 600;
    height: 58px;
    letter-spacing: 2px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
}

    .usas .usas-button-tertiary:hover {
        background-color: #fff;
        border: solid 1px #041e42;
        color: #041e42;
    }

.usas .usas-button-donate {
    background: url('/ResourcePackages/Usas/assets/dist/images/FoundationLogo.png') calc(46% - 30px) 50% no-repeat, linear-gradient(45deg, #00b3e4, #048bb0);
    background-size: 35px, auto;
    border-radius: 2px !important;
    color: #fff;
    cursor: pointer;
    font-family: Source Sans Pro;
    font-size: 15px; /* pin buttons to 15px */
    font-weight: 600;
    height: 40px;
    letter-spacing: 2px;
    line-height: 40px;
    padding-left: 45%;
    border-width: 1px;
    border-radius: 3px;
    vertical-align: middle;
    text-transform: uppercase;
    /*text-align: center;*/
}

    .usas .usas-button-donate:hover {
        background: url('/ResourcePackages/Usas/assets/dist/images/FoundationLogo.png') calc(47% - 30px) 50% no-repeat, linear-gradient(45deg, #00b3e4, #026782);
        background-size: 35px, auto;
    }

.usas select {
    font-family: Source Sans Pro;
    height: 40px;
    color: #818a98;
    padding: 0px 16px 0px 16px;
    border: 1px solid #8a8d8f;
}

/* usas cards */
.usas .usas-card {
    background-color: #fff;
    filter: drop-shadow(0 10px 30px rgba(4, 30, 66, 0.1));
}

    .usas .usas-card:hover {
        background-color: #fff;
        filter: drop-shadow(0 10px 30px rgba(4, 30, 66, 0.25));
    }

.usas .usas-card-with-arrow {
    background-color: #fff;
    background-image: url('/ResourcePackages/Usas/assets/dist/images/V2/blue-arrow-with-padding.png');
    background-origin: padding-box;
    background-position: bottom right;
    background-repeat: no-repeat;
    filter: drop-shadow(0 10px 30px rgba(4, 30, 66, 0.1));
    padding: 20px;
}

    .usas .usas-card-with-arrow:hover {
        background-color: #fff;
        background-image: url('/ResourcePackages/Usas/assets/dist/images/V2/blue-arrow-with-padding.png');
        background-origin: padding-box;
        background-position: bottom right;
        background-repeat: no-repeat;
        filter: drop-shadow(0 10px 30px rgba(4, 30, 66, 0.25));
        padding: 20px;
    }

.usas .usas-card-inverse {
    background-color: #062e65;
    filter: drop-shadow(0 10px 30px rgba(4, 30, 66, 0.1));
}

    .usas .usas-card-inverse:hover {
        background-color: #062e65;
        filter: drop-shadow(0 10px 30px rgba(4, 30, 66, 0.25));
    }

.usas .usas-card-inverse-with-arrow {
    background-color: #062e65;
    background-image: url('/ResourcePackages/Usas/assets/dist/images/V2/blue-arrow-with-padding.png');
    background-origin: padding-box;
    background-position: bottom right;
    background-repeat: no-repeat;
    filter: drop-shadow(0 10px 30px rgba(4, 30, 66, 0.1));
    padding: 20px;
}

    .usas .usas-card-inverse-with-arrow:hover {
        background-color: #062e65;
        background-image: url('/ResourcePackages/Usas/assets/dist/images/V2/blue-arrow-with-padding.png');
        background-origin: padding-box;
        background-position: bottom right;
        background-repeat: no-repeat;
        filter: drop-shadow(0 10px 30px rgba(4, 30, 66, 0.25));
        padding: 20px;
    }

/* usas colors */
.usas .usas-color-black {
    color: #000000 !important;
}

.usas .usas-color-tangaroa {
    color: #041e42 !important;
}

.usas .usas-color-sapphire {
    color: #002058 !important;
}

.usas .usas-color-deep-sky-blue {
    color: #00b3e4 !important;
}

.usas .usas-color-summer-sky {
    color: #2fd2ff !important;
}

.usas .usas-color-cardinal {
    color: #ba0c2f !important;
}

.usas .usas-color-radical-red {
    color: #f7476a !important;
}

.usas .usas-color-shadow {
    color: #85754e !important;
}

.usas .usas-color-turmeric {
    color: #b1953a !important;
}

.usas .usas-color-white {
    color: #ffffff !important;
}

.usas .usas-color-heather {
    color: #c1c6c8 !important;
}

.usas .usas-color-aluminum {
    color: #8a8d8f !important;
}

.usas .usas-color-raven {
    color: #687481 !important;
}

/* usas confirm */
.usas .confirm-buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

    .usas .confirm-buttons-container .usas-button-secondary {
        margin-bottom: 15px;
        padding-left: 29px;
        padding-right: 29px;
    }

.usas .k-window-titlebar {
    height: 45px;
    line-height: 25px;
    vertical-align: middle;
    margin-top: 45px;
}

/* usas direction buttons */
.usas .usas-direction-button-on {
    background-color: #041e42;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin-left: 7px;
    text-align: center;
    width: 50px;
}

.usas .usas-direction-button-off {
    background-color: #edebeb;
    color: #8d9aa9;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin-left: 7px;
    text-align: center;
    width: 50px;
}

.usas-flex {
    display: flex;
}

@media (max-width: 767px) {
    .usas-flex {
        display: block;
    }
}

/* usas fonts */
.usas .usas-font-body-text-large-sans {
    font-family: Source Sans Pro;
    font-size: 1.125em; /* 18px */
    line-height: 1.5em; /* 24px */
    margin-bottom: 0;
    margin-top: 0;
    color: #333333;
}



.usas .usas-font-body-text-regular-sans {
    font-family: Source Sans Pro;
    font-size: 1em; /* 16px */
    line-height: 1.3125em; /* 21px */
    margin-bottom: 0;
    margin-top: 0;
    color: #333333;
}

.usas .usas-font-body-text-small {
    font-family: Source Sans Pro;
    font-size: 0.875em; /* 14px */
    line-height: 1.125; /* 18px */
    margin-bottom: 0;
    margin-top: 0;
    color: #333333;
    font-weight: 600;
}

.usas .usas-font-category-tag {
    font-family: Source Sans Pro;
    font-size: 0.875em; /* 14px */
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 0;
    color: #687481;
    /*letter-spacing: 1px;*/
    /*margin-left: -.75vw;*/
}


.usas .usas-font-date {
    font-family: Source Sans Pro;
    font-size: .875em; /* 14px */
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    color: #687481;
    text-transform: uppercase;
}

.usas .usas-font-overline-text {
    font-family: Oswald;
    font-size: 1.25em; /* 20px */
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.usas .usas-font-tab {
    font-family: Source Sans Pro;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.usas .usas-font-navigation-links {
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.usas .usas-font-navigation-links-small {
    font-family: Source Sans Pro;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.usas .usas-all-caps {
    text-transform: uppercase;
}

.usas .usas-font-smaller-header {
    font-family: Source sans Pro;
    font-size: 1.125em; /*18px*/
    line-height: 1.5em; /* 24px */
    color: #333333;
    font-weight: 600;
}

/* usas full bleed */
.usas-remove-full-bleed > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.usas .usas-remove-padding {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .usas-padding-90-desktop {
        padding-left: 90px;
        padding-right: 90px;
    }
    .usas-padding-90-desktop-15-mobile {
        padding-left: 90px;
        padding-right: 90px;
    }
}
@media (max-width: 767px){
    .usas-padding-90-desktop {
        padding-left: 0;
        padding-right: 0;
    }
    .usas-padding-90-desktop-15-mobile {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
}
/* usas padding */
.usas-padding-90 {
    padding-left: 90px;
    padding-right: 90px;
}

/* usas margin */
.usas-margin-0 {
    margin-left: 0;
    margin-right: 0;
}

.usas-margin-15 {
    margin-left: 15px;
    margin-right: 15px;
}

/* usas pages */
.usas .usas-page-on {
    background-color: #041e42;
    border-radius: 2.5px;
    float: left;
    height: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 50px;
}

.usas .usas-page-off {
    background-color: #EDEBEB;
    border-radius: 2.5px;
    float: left;
    height: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 50px;
}

/* usas unordered lists */
.usas .usas-ul {
    list-style: none;
    padding-left: 1em;
}

    .usas .usas-ul li::before {
        content: "■";
        color: #ba0c2f;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    .usas .usas-ul li {
        margin-bottom: 10px;
        margin-top: 10px;
    }

/*.usas ul {
    list-style: none;
    padding-left: 1em;
}

.usas li::before {
    content: "■";
    color: #ba0c2f;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.usas li {
    margin-bottom: 10px;
    margin-top: 10px;
}*/

/* usas wait indicator */
.usas.usas-wait-indicator {
    width: 300px;
    height: 300px;
    display: inline-block;
    color: #00b2e1;
}

.usas.usas-wait-icon {
    position: absolute;
    top: 40%;
    left: 40%;
}

.usas-loading-indicator {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* kendo */
.k-loading-image {
    background-image: url(../../images/loading.gif) !important;
}

.k-widget {
    border-width: 0 !important;
}

.k-grid .k-grid-header-wrap {
    border-width: 0 !important;
}

.k-grid .k-grid-header {
    padding-right: 0 !important;
    border: solid 1px #8A8D8F;
    border-radius: 0;
}

    .k-grid .k-grid-header:first-child th.k-header:first-child {
        border-radius: 0 !important;
    }

.k-grid-header:first-child {
    border-radius: 0 !important;
}

.k-grid .k-header {
    background-color: #ba0c2f;
    border: solid 1px #ba0c2f;
    color: #fff;
    cursor: pointer;
    font-family: Oswald;
    padding: 20px;
    text-transform: uppercase;
}

    .k-grid .k-header a, .k-grid .k-header a:visited {
        color: #fff !important;
        font-weight: bold !important;
        text-decoration: none;
    }

.k-grid .k-grid-content {
    overflow-y: hidden;
}

.k-grid-toolbar {
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    body > div > div.usas {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .usas-hide-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .usas-hide-desktop {
        display: none;
    }
}

/*The following to be refactored soon*/


.twelve-column-grid {
    height: 5.5em;
    background-color: #F3F3F3;
}

.settings-text {
    color: #8a8d8f;
}

/*h1 {
    color: #041e42;
    font-size: 90px;
    line-height: 96px;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    color: #041e42;
    font-size: 60px;
    line-height: 64px;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: bold;
}

h3 {
    color: #041e42;
    font-size: 40px;
    line-height: 44px;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: normal;
}

h4 {
    color: #1d1d1d;
    font-size: 32px;
    line-height: 32px;
    font-family: 'Source Sans Pro';
    font-weight: 900;
}

h5 {
    color: #1d1d1d;
    font-size: 21px;
    line-height: 24px;
    font-family: 'Source Sans Pro';
    font-weight: 800;
}


h6 {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}*/


.usas .text-uppercase {
    font-weight: 600;
    font-family: unset;
    letter-spacing: 2px;
}

body,
body .usas {
    color: #333333;
    font-family: 'Source Sans Pro';
    /*font-size: 16px;*/
    font-weight: 500;
    /*line-height: 24px;*/
}

.body-text-small {
    color: #687481;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}


.sub-heading-details {
    color: #8a8d8f;
    font-size: 1em;
}

.sub-heading-details-small {
    color: #8a8d8f;
    font-size: .75em;
}


.category-tag {
    color: #00b3e4;
    font-weight: 600;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    width: 5%;
    padding-right: 5%;
    margin-left: -.75vw;
}

.category-date {
    color: #687481;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    margin-left: 1vw;
}

.overline-text {
    font-family: Oswald;
    font-weight: 600;
    color: #b1953a;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}


.tabs-pill {
    width: 10%;
    background-color: #e02a4f;
    color: #ffffff;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: .875em; /* 14px */
    border-radius: 30px;
    line-height: 20px;
    padding: 4.5px 8px 4.5px 8px;
    text-align: center;
}

.tabs {
    width: 7%;
    color: #687481;
    font-weight: 600;
    font-family: 'Source Sans Pro';
    font-size: .875em; /* 14px */
    line-height: 20px;
    text-align: center;
    padding: 4.5px 8px 4.5px 8px;
}

.color-palette {
    height: 100px;
    border-radius: 5px;
}

.white-color-palette-border {
    border: solid;
    border-color: #C1C6C8;
}

.usas-dark-headlines {
    background-color: #1d1d1d;
}
/*.usas-black {
    background-color: #000000;
}*/

.usas-dark-navy {
    background-color: #041e42;
}

.usas-light-navy {
    background-color: #002058;
}

.usas-blue {
    background-color: #00b3e4;
}

.usas-light-blue {
    background-color: #048BB0;
}

.usas-red {
    background-color: #ba0c2f;
}

.usas-light-red {
    background-color: #e02a4f;
}

.usas-bronze {
    background-color: #85754e;
}

.usas-gold {
    background-color: #b1953a;
}

.usas-white {
    background-color: #ffffff;
}

.usas-light-gray {
    background-color: #c1c6c8;
}

.usas-light-gray-hover {
    background-color: #f3f3f3;
}

.usas-gray {
    background-color: #8a8d8f;
}

.usas-headings-grey {
    background-color: #333333;
}

.usas-dark-gray {
    background-color: #687481;
}

.usas-blue-gradient {
    background-image: linear-gradient(to right,#00B3E4, #048BB0);
}

.usas-navy-gradient {
    background-image: linear-gradient(to bottom right,#041E42,#002058);
}

.usas-red-gradient {
    background-image: linear-gradient(to bottom right,#E02A4F,#BA0C2F);
}

.card-shadow {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 10px #041E42;
    opacity: 0.1;
    width: 85%;
    height: 35vh;
}

    .card-shadow:hover {
        background-color: #FFFFFF;
        box-shadow: 0 0 10px 10px #041E42;
        opacity: 0.25;
        width: 85%;
        height: 35vh;
    }

.usas input,
.usas .k-dropdown-wrap,
.usas .k-input,
.usas .k-multiselect-wrap,
.usas .k-picker-wrap,
.usas .k-textbox > input,
.usas input.k-textbox,
.usas input.k-textbox:hover,
.usas textarea.k-textbox,
.usas textarea.k-textbox:hover {
    border: 1px solid #c1c6c8;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    font-family: 'Source Sans Pro';
}
.usas .sf-backend-wrp input {
    height: auto;
}
.usas input:active,
.usas input:focus,
.usas .k-autocomplete.k-state-focused,
.usas .k-dropdown-wrap.k-state-focused,
.usas .k-multiselect.k-header.k-state-focused,
.usas .k-numeric-wrap.k-state-focused,
.usas .k-picker-wrap.k-state-focused,
.usas .k-textbox:focus {
    border-color: #2fd2ff;
    box-shadow: none;
}

.k-textbox.input-validation-error {
    border-color: #BA0C2F;
}

.usas .k-invalid {
    border-color: #cb1436 !important;
}

pre code {
    background-color: #eee;
    border: 1px solid #999;
    display: block;
    padding: 20px;
}

.usas label {
    display: block;
    color: #687481;
    font-weight: 400;
    font-size: 16px;
    margin: auto;
}


/*extra small devices (phone 600px and down)*/
@media only screen and (max-width: 600px) {
    .usas-button-primary,
    .usas-button-primary-disabled,
    .usas-button-secondary,
    .usas-button-tertiary {
        height: 44px;
        line-height: 32px;
        align-content: center;
    }
}

/*small devices (portrait tablets and large phones 600px and up) */
@media only screen and (min-width: 600px) {
    .usas-button-primary,
    .usas-button-primary-disabled,
    .usas-button-secondary,
    .usas-button-tertiary {
        height: 44px;
        line-height: 32px;
        align-content: center;
    }
}

/*medium devices (landscape tablets 768px and up)*/
@media only screen and (min-width: 768px) {
    .usas-button-primary,
    .usas-button-secondary,
    .usas-button-tertiary {
        height: 58px;
        line-height: 46px;
        align-content: center;
    }
}

/*large devices (laptops and desktops 992px and up)*/
@media only screen and (min-width: 992px) {
    .usas-button-primary,
    .usas-button-primary-disabled,
    .usas-button-secondary,
    .usas-button-tertiary {
        height: 58px;
        line-height: 46px;
        align-content: center;
    }
}

/*extra large devices (large laptops and desktops 1200px and up)*/
@media only screen and (min-width: 1200px) {
    .usas-button-primary,
    .usas-button-primary-disabled,
    .usas-button-secondary,
    .usas-button-tertiary {
        height: 58px;
        line-height: 46px;
        align-content: center;
    }
}

.nav > li,
.inline-block {
    display: inline-block;
}

    .nav > li > a {
        background-color: #FFFFFF;
        color: #687481;
        font-weight: 600;
        border-radius: 26px;
        line-height: 16px;
        text-align: center;
        width: 7.5vw;
        position: relative;
        display: block;
        padding: 10px 15px;
    }


        .nav > li:not(.uib-tab) > a:hover, .nav > li:not(.uib-tab) > a:active {
            background-color: #E02A4F;
            color: #FFFFFF;
            text-decoration: none;
        }


.usas-nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #E02A4F;
    color: #FFFFFF;
    width: 7.5vw;
}

.usas th {
    background-color: #ba0c2f;
    border-top: solid 1px #8a8d8f;
    border-bottom: solid 1px #8a8d8f;
    color: #fff;
    cursor: pointer;
    font-family: Oswald;
    font-weight: normal;
    padding: 20px;
    text-transform: uppercase;
}

.usas tbody tr {
    background-color: #fff;
    border-top: solid 1px #c1c6c8;
    border-bottom: solid 1px #c1c6c8;
    border-left: solid 1px #c1c6c8;
    border-right: solid 1px #c1c6c8;
}

    .usas tbody tr:hover {
        background-color: #F3F3F3;
    }

.usas tbody td {
    font-weight: normal;
    padding: 20px;
}

    .usas tbody td:first-child {
        font-weight: bold;
    }

.usas tbody > tr > td > a {
    color: #00B3E4;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 15px;
}

.usas tbody tr td a:hover {
    text-decoration: none;
    color: #000000;
}

.usas tbody > tr > td > a:focus {
    color: #00B3e4;
    text-decoration: none;
}

.usas table {
    width: 100%
}

    .usas table th:first-child {
        border-left: 1px solid #8a8d8f;
    }

    .usas table th:last-child {
     
        align-content: center;
        border-right: 1px solid #8a8d8f;
    }


/*---Any screen size up to 767 px (styling for mobile)----*/
@media (max-width: 767px) {
    body > div > div.usas {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .usas-hide-mobile {
        display: none
    }

    .usas tbody td tr td:first-child {
        text-transform: uppercase;
        background-color: #ba0c2f;
        font-weight: bold;
        color: #ffffff;
        border-top: 1px solid #c1c6c8;
        border-right: none;
        border-left: 1px solid #c1c6c8;
        border-bottom: 1px solid #ffffff;
        padding: 20px;
        width: 50%;
    }

    .usas tbody td tr td:last-child {
        background-color: #ffffff;
        border-top: 1px solid #c1c6c8;
        border-right: 1px solid #c1c6c8;
        border-left: none;
        border-bottom: 1px solid #c1c6c8;
        color: #000000;
    }
}

/*---Any screen size above 786px (hide mobile styling)----*/
@media (min-width: 768px) {
    .usas-hide-desktop {
        display: none;
    }
}

.usas-kendo-grid {
    width: 100%;
}

    .usas-kendo-grid thead.k-grid-header th.k-header {
        padding-left: 20px;
        font-family: Oswald;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 46px;
        border-top: solid 1px #8a8d8f;
        border-bottom: solid 1px #8a8d8f;
        border-right: none;
        border-left: none;
    }

        .usas-kendo-grid thead.k-grid-header th.k-header:first-child {
            border-radius: 0px;
            border-left: solid 1px #8a8d8f;
        }

        .usas-kendo-grid thead.k-grid-header th.k-header:last-child {
            border-radius: 0px;
            border-right: solid 1px #8a8d8f;
        }

    .usas-kendo-grid table tbody tr.k-alt {
        background-color: #ffffff;
    }

    .usas-kendo-grid table tbody tr td {
        border-top: none;
        border-bottom: solid 0.5px #c1c6c8;
        border-left: none;
        border-right: none;
        padding-left: 20px;
    }

        .usas-kendo-grid table tbody tr td:first-child {
            font-weight: bold;
            border-left: solid 0.5px #c1c6c8;
        }

        .usas-kendo-grid table tbody tr td:last-child {
            border-right: solid 0.5px #c1c6c8;
        }

    .usas-kendo-grid table tbody tr:hover {
        background-color: #F3F3F3;
    }

    .usas-kendo-grid table tbody tr td a.k-button {
        display: table-cell;
        text-transform: uppercase;
        color: #00B3E4;
        border: none;
    }

    .usas-kendo-grid table tbody tr:hover td a.k-button {
        background-color: #F3F3F3;
    }

    .usas-kendo-grid table tbody tr td a:focus {
        color: #000000 !important;
        outline: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .usas-kendo-grid table tbody tr td a:hover {
        color: #000000 !important;
    }

.dropdown-width-helper span.k-widget.k-dropdown.k-header {
    width: 100% !important;
}


/*Kendo Panel Bar Advanced Search*/
.usas .k-panelbar > li.k-state-default > .k-link,
.usas .k-panelbar > li.k-state-default > .k-link:hover,
.usas .k-panelbar > li.k-state-default > .k-link.k-state-selected,
.usas ul.k-widget.k-panelbar.k-reset.k-header {
    color: #00b2e1;
    border: none;
    background-color: #fff;
    box-shadow: none;
}

.usas ul.k-widget.k-panelbar.k-reset.k-header li::before {
    content: none;
}

.usas .k-panelbar .k-content {
    border-color: #fff
}

/*Kendo Dropdown No Red Background*/
.usas-grid-template-dropdownlist .k-widget.k-dropdown.k-header {
    background-color: white !important;
    padding: 0px;
}

td.usas-pos-ddl.k-edit-cell .k-widget.k-dropdown.k-header {
    background-color: white !important;
    padding: 0px;
}

/*Kendo Datepicker No Red Background*/
.usas-grid-template-datepicker .k-widget.k-datepicker.k-header {
    background-color: white !important;
    padding: 0px;
}

/*Kendo Choices Styling*/
.usas .k-radio-label {
    margin: 5px;
}

.usas .k-checkbox-label {
    margin-top: 10px;
    margin-bottom: 10px;
}

.usas .no-text-decoration {
    text-decoration: none;
}

.usas-error-text {
    color: #E02A4F;
    font-weight: bold;
}

/*Tabs*/
.usas-tabs-slashtabselector-item {
    border: solid 1px #e8e8e8;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #687481;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.usas-tabs-slashtabselector-item-selected {
    background-color: #f5f5f5;
    border: solid 1px #e8e8e8;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #ba0c2f;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}



.usas .btn {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 15.5px;
    line-height: 46px;
    height: 58px;
    vertical-align: middle;
    text-align: center;
}

.usas button {
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-weight: 600;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.usas .sf-backend-wrp button,
.usas .sf-backend-wrp .btn {
    height: auto;
    width: auto;
}

.usas .k-widget.k-calendar tbody td {
    padding: 0px;
}

.k-calendar-container th {
    color: unset;
    text-align: left !important;
}