<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Bauhaus Medium;
    src: url('../fonts/BauhausMedium.otf');
}

.flx-justify-start {
    display: flex;
    justify-content: flex-start;
}

.flx-justify-end {
    display: flex;
    justify-content: flex-end;
}

.flx-justify-center {
    display: flex;
    justify-content: center;
}

.f-wrap {
    flex-wrap: wrap;
}

.flex-v-center {
    align-items: center;
}

.flex-hr-center {
    justify-content: center;
}

.flex-vr-start {
    align-items: flex-start;
}

.flex-vr-center {
    align-items: center;
}

.flex-vr-end {
    align-items: flex-end;
}

.cnt-left {
    text-align: left;
}

.cnt-center {
    text-align: center;
}

.cnt-right {
    text-align: right;
}

.cnt-left-force {
    text-align: left;
}

.cnt-center-force {
    text-align: center;
}

.cnt-right-force {
    text-align: right;
}

.bg-red-dk {
    background-color: #b3001e;
}

.bg-white {
    background-color: #fff;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.txt-red-dk {
    color: #b3001e;
}

.txt-black {
    color: #242424;
}

.txt-white {
    color: #fff;
}

.mt-10f {
    margin-top: 10px !important;
}

.mt-14f {
    margin-top: 14px !important;
}

.mb-14f {
    margin-bottom: 14px !important;
}

.mb-17f {
    margin-bottom: 17px !important;
}

.mb-4f {
    margin-bottom: 4px !important;
}

.mb-7f {
    margin-bottom: 7px !important;
}

.mb-12f {
    margin-bottom: 12px !important;
}

.mr-1p {
    margin-right: 1%;
}

.mr-2p {
    margin-right: 2%;
}

.mr-14_ {
    margin-right: 14px;
}

.ml-1p {
    margin-left: 1%;
}

.ml-2p {
    margin-left: 2%;
}

.pr-24 {
    padding-right: 24px;
}

.p4-8_ {
    padding: 4px 8px;
}

.p8-12_ {
    padding: 8px 12px;
}

.pa-12_ {
    padding: 12px;
}

.pa-14_ {
    padding: 14px;
}

.d-ib_ {
    display: inline-block;
}

.fs-0_ {
    font-size: 0px;
}

.fs-12_ {
    font-size: 12px;
}

.fs-13_ {
    font-size: 13px;
}

.fs-14_ {
    font-size: 14px;
}

.fs-15_ {
    font-size: 15px;
}

.fs-16_ {
    font-size: 16px;
}

.fs-17_ {
    font-size: 17px;
}

.fs-18_ {
    font-size: 18px;
}

.fs-19_ {
    font-size: 19px;
}

.fs-20_ {
    font-size: 20px;
}

.fs-21_ {
    font-size: 21px;
}

.fs-22_ {
    font-size: 22px;
}

.fs-23_ {
    font-size: 23px;
}

.fs-24_ {
    font-size: 24px;
}

.fs-25_ {
    font-size: 25px;
}

.fs-26_ {
    font-size: 26px;
}

.fs-27_ {
    font-size: 27px;
}

.fs-28_ {
    font-size: 28px;
}

.fs-29_ {
    font-size: 29px;
}

.fs-30_ {
    font-size: 30px;
}

.fs-31_ {
    font-size: 31px;
}

.fs-32_ {
    font-size: 32px;
}

.fs-33_ {
    font-size: 33px;
}

.fs-34_ {
    font-size: 34px;
}

.lh-14_ {
    line-height: 14px;
}

.lh-16_ {
    line-height: 16px;
}

.lh-18_ {
    line-height: 18px;
}

.lh-24_ {
    line-height: 24px;
}

.lh-30_ {
    line-height: 30px;
}

.lh-32_ {
    line-height: 32px;
}

.lh-36_ {
    line-height: 36px;
}

.weight_400 {
    font-weight: 400;
}

.weight_500 {
    font-weight: 500;
}

.weight_600 {
    font-weight: 600;
}

.weight_700 {
    font-weight: 700;
}

.tt_uc_ {
    text-transform: uppercase;
}

.tt_lc_ {
    text-transform: lowercase;
}

.tt_cc_ {
    text-transform: capitalize;
}

.br-rds-7 {
    border-radius: 7px;
}

.br-rds-24 {
    border-radius: 24px;
}

.txt-sline {
    white-space: nowrap;
}

.text-sline {
    white-space: nowrap;
}

.wd-100p {
    width: 100%;
}

.wd-50p {
    width: 50%;
}

.wd-49p {
    width: 49%;
}

.wd-40p {
    width: 40%;
}

.wd-60p {
    width: 60%;
}

.wd-31p {
    width: 31%;
}

.wd-32p {
    width: 32%;
}

.wd-33p {
    width: 33%;
}

.wd-14pf {
    width: 14% !important;
}

.wd-15pf {
    width: 15% !important;
}

.wd-16pf {
    width: 16% !important;
}

.wd-17pf {
    width: 17% !important;
}

.wd-21pf {
    width: 21% !important;
}

.wd-22pf {
    width: 22% !important;
}

.wd-26pf {
    width: 26% !important;
}

.wd-31pf {
    width: 31% !important;
}

.wd-32pf {
    width: 32% !important;
}

.wd-33pf {
    width: 33% !important;
}

.wd-40pf {
    width: 40% !important;
}

.wd-49pf {
    width: 49% !important;
}

.wd-50pf {
    width: 50% !important;
}

.wd-60pf {
    width: 60% !important;
}

.wd-66pf {
    width: 66% !important;
}

.wd-67pf {
    width: 67% !important;
}

.wd-68pf {
    width: 68% !important;
}

.wd-69pf {
    width: 69% !important;
}

.wd-auto-pf {
    width: auto !important;
}

.cur-pointer {
    cursor: pointer;
}


/* Chrome, Firefox, Opera, Safari 10.1+ */

::placeholder {
    color: #4a4a4a;
    opacity: 1;
    font-size: 14px !important;
    /* Firefox */
}


/* Internet Explorer 10-11 */

:-ms-input-placeholder {
    color: #4a4a4a;
    font-size: 14px !important;
}


/* Microsoft Edge */

::-ms-input-placeholder {
    color: #4a4a4a;
    font-size: 14px !important;
}

button.bg-black-txt-white {
    background-color: #242424;
    color: #fff;
    border: solid 1px #242424;
    transition: all linear 0.24s;
}

button.bg-black-txt-white:hover {
    background-color: #fff;
    color: #242424 !important;
    border: solid 1px #242424 !important;
}

button.bg-red-dk-txt-white {
    background-color: #b3001e;
    color: #fff;
    border: solid 1px #b3001e;
    transition: all linear 0.24s;
}

button.bg-red-dk-txt-white:hover {
    background-color: #fff;
    color: #b3001e !important;
    border: solid 1px #b3001e !important;
}

.uk-grouped-field.field-radio {}

.uk-grouped-field.field-radio label {
    margin-bottom: 7px;
    white-space: nowrap;
}

.uk-grouped-field.field-radio label input[type="radio"] {
    margin-right: 6px;
    width: 23px;
    height: 23px;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.uk-grouped-field.field-radio label input[type="radio"]+span.text {
    font-size: 18px;
    line-height: 23px;
    vertical-align: top;
}

.uk-grouped-field.field-radio label input[type="radio"]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 2px #242424;
    border-radius: 50%;
    z-index: 200;
    top: 0px;
    left: 0px;
}

.uk-grouped-field.field-radio label input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border: solid 2px #242424;
    background-color: #242424;
    border-radius: 50%;
    z-index: 240;
    top: 5px;
    left: 5px;
    opacity: 0;
}

.uk-grouped-field.field-radio label input[type="radio"]:checked:before {
    content: '';
}

.uk-grouped-field.field-radio label input[type="radio"]:checked:after {
    content: '';
    opacity: 1;
}

.uk-grouped-field.field-chkbox {}

.uk-grouped-field.field-chkbox label {
    position: relative;
    margin-bottom: 7px;
    white-space: nowrap;
}

.uk-grouped-field.field-chkbox label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 23px;
    height: 23px;
    border-radius: 3px;
    border: solid 1px #ffffff;
}

.uk-grouped-field.field-chkbox label:after {
    content: '\2713';
    position: absolute;
    top: 0px;
    left: 4px;
    width: 15px;
    height: 15px;
    color: #242424;
    box-sizing: border-box;
    border: solid 0px #fff;
    border-radius: 2px;
    font-weight: 900;
}

.uk-grouped-field.field-chkbox label input[type="checkbox"] {
    margin-right: 6px;
    width: 23px;
    height: 23px;
    position: relative;
    opacity: 1;
    z-index: 100;
    cursor: pointer;
}

.uk-grouped-field.field-chkbox label input[type="checkbox"]+span.text {
    font-size: 18px;
    line-height: 23px;
    vertical-align: top;
}

.uk-grouped-field.field-chkbox label input[type="checkbox"]:checked {
    opacity: 0;
}

header ul.uname-signout-list {}

header ul.uname-signout-list li.user-info {}

header ul.uname-signout-list li.user-info a.user-link {
    white-space: nowrap;
}

header ul.uname-signout-list li.user-info a.user-link:after {
    position: relative;
    margin-left: 0px;
}

header ul.uname-signout-list li.user-info a.user-link span.first-letter {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #242424;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

header ul.uname-signout-list li.user-info a.user-link span.hello-txt {}

header ul.uname-signout-list li.user-info a.user-link span.user-name {
    color: #b3001e;
}

header ul.uname-signout-list li.user-info a.user-link span.caret {
    display: none;
}

header ul.uname-signout-list li.user-info a.user-link span.caret:after {}

header ul.uname-signout-list li.user-info a.user-link ul.dropdown-menu {
    left: auto;
    right: 13px;
}

header ul.uname-signout-list li.signout-link a {
    font-size: 24px;
    float: left;
    margin-top: 3px;
}

header ul.uname-signout-list li.signout-link a:hover {
    color: #242424;
}

header ul.uk-design-dropdown {
    border-radius: 0px;
    padding: 0px;
}

header ul.uk-design-dropdown li {
    padding: 0px;
}

header ul.uk-design-dropdown li a {
    padding: 2px 8px;
    display: inline-block;
    width: 100%;
    color: #242424;
    text-transform: capitalize;
    font-size: 14px;
}

header ul.uk-design-dropdown li:hover a {
    background-color: #b3001f;
    color: #fff;
}

header ul.uk-design-dropdown li.active {}

header ul.uk-design-dropdown li.active a {
    background-color: #b3001f;
    color: #fff;
}

#uk-brands input[type="text"] {
    display: inline-block;
    background-color: #fff !important;
    height: auto;
}

#uk-brands select {
    display: inline-block;
    background-color: #fff !important;
    height: auto;
}

#uk-brands .brand-box {
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    padding: 0 0 9px 0;
    margin: 0 0 25px 0;
    text-align: center;
    position: relative;
    background-color: #fff;
}

#uk-brands .brand-box img {
    width: 100%;
}

#uk-brands .brand-box h5 {
    font-size: 25px;
    color: #b3001f;
    font-weight: bold;
    margin: 0;
    padding: 12px 0px 2px 0;
    padding-bottom: 0px;
}

#uk-brands .uk-grouped-field-form input[type="text"] {
    padding: 11px 14px;
}

#uk-brands .uk-grouped-field-form select {
    padding: 11px 7px;
}

#uk-brands .uk-grouped-field-form select#bill_state {
    font-size: 15px;
    padding-right: 0px;
}

#uk-brands .uk-grouped-field-form select#ship_state {
    font-size: 15px;
    padding-right: 0px;
}

#uk-brands .uk-grouped-field-form {
    border: solid 1px #cecece;
    padding: 17px 23px;
    border-radius: 7px;
    margin-bottom: 7px;
    position: relative;
}

#uk-brands .uk-grouped-field-form h5.hd-bill-to {
    position: absolute;
    top: -10px;
    background-color: #f2f2f2;
    padding: 0px 11px;
    left: 17px;
    font-size: 17px;
}

.uk-grouped-container {
    position: relative;
    padding-top: 17px;
}

#uk-brands .uk-grouped-field-form div[class^="field"] label.error {
    color: #b3001f;
    font-size: 13px;
    position: relative;
    width: 100%;
    padding-left: 4px;
    margin-top: -6px;
    float: left;
}

#uk-brands .uk-grouped-field-form .field-company {
    width: 56%;
}

#uk-brands .uk-grouped-field-form .field-attention {
    width: 20%;
}

#uk-brands .uk-grouped-field-form .field-phone {
    width: 22%;
}

#uk-brands .uk-grouped-field-form .field-addrs {
    width: 56%;
}

#uk-brands .uk-grouped-field-form .field-city {
    width: 14%;
}

#uk-brands .uk-grouped-field-form .field-state {
    width: 14%;
}

#uk-brands .uk-grouped-field-form .field-zip {
    width: 13%;
}

#uk-brands .uk-grouped-field-form .field-shipping {
    margin-top: 14px;
}

#uk-brands .uk-grouped-field-form .field-shipping label {
    margin-bottom: 7px;
}

#uk-brands .uk-grouped-field-form .field-shipping label input[type="radio"] {
    margin-right: 6px;
    width: 23px;
    height: 23px;
    position: relative;
    z-index: 100;
}

#uk-brands .uk-grouped-field-form .field-shipping label input[type="radio"]+span.text {
    font-size: 18px;
    line-height: 23px;
    vertical-align: top;
}

#uk-brands .uk-grouped-field-form .field-shipping label input[type="radio"]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 2px #242424;
    border-radius: 50%;
    z-index: 200;
    top: 0px;
    left: 0px;
}

#uk-brands .uk-grouped-field-form .field-shipping label input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border: solid 2px #242424;
    background-color: #242424;
    border-radius: 50%;
    z-index: 240;
    top: 5px;
    left: 5px;
    opacity: 0;
}

#uk-brands .uk-grouped-field-form .field-shipping label input[type="radio"]:checked:before {
    content: '';
}

#uk-brands .uk-grouped-field-form .field-shipping label input[type="radio"]:checked:after {
    content: '';
    opacity: 1;
}

#uk-brands div.fields-cust-name-no {
    margin-top: 24px;
    margin-bottom: 14px;
}

#uk-brands div.fields-cust-name-no div.field-cust-name {
    width: 244px;
}

#uk-brands div.fields-cust-name-no div.field-cust-name input.cust-name {
    width: 220px;
    display: inline-block;
    background-color: #fff !important;
    padding: 11px 14px;
    height: auto;
}

#uk-brands div.fields-cust-name-no div.field-cust-name label.error {
    color: #b3001e;
    width: 100%;
    display: inline-block;
    margin-top: -6px;
    font-size: 13px;
    position: relative;
    float: left;
    padding-left: 4px;
}

#uk-brands div.fields-cust-name-no div.field-cust-no {
    width: 220px;
}

#uk-brands div.fields-cust-name-no div.field-cust-no input.cust-no {
    width: 220px;
    display: inline-block;
    background-color: #fff !important;
    padding: 11px 14px;
    height: auto;
}

#uk-brands div.fields-cust-name-no div.field-cust-no label.error {
    color: #b3001e;
    width: 100%;
    display: inline-block;
    margin-top: -6px;
    font-size: 13px;
    position: relative;
    float: left;
    padding-left: 4px;
}

#uk-brands label.error {
    color: #b3001e;
    font-size: 13px;
}

#uk-brands .form-control {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
}

#uk-brands .table-responsive {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 7px !important;
    display: block;
    width: 100%;
}

#uk-brands {}

#uk-brands table.uk-brand-table {
    border-collapse: separate;
    border: 0px;
    border-spacing: 0px;
    border-radius: 6px;
    border: solid 1px #cecece;
}

#uk-brands table.uk-brand-table&gt;thead {}

#uk-brands table.uk-brand-table&gt;thead&gt;tr {}

#uk-brands table.uk-brand-table&gt;thead&gt;tr&gt;th {
    font-weight: 500;
    border-left: solid 1px #b3001e;
    vertical-align: top;
    border-top: solid 1px #b3001e;
    text-align: left;
    border-bottom: 0px;
    background-color: #b3001e;
    color: #fff;
}

#uk-brands table.uk-brand-table&gt;thead&gt;tr th.item-no {}

#uk-brands table.uk-brand-table&gt;thead&gt;tr th.item-desc {}

#uk-brands table.uk-brand-table&gt;thead&gt;tr th.quantity-cases {
    text-align: center;
    width: 200px;
}

#uk-brands table.uk-brand-table&gt;thead&gt;tr&gt;th:first-child {
    -webkit-border-radius: 6px 0px 0px 0px;
}

#uk-brands table.uk-brand-table&gt;thead&gt;tr&gt;th:last-child {
    -webkit-border-radius: 0px 6px 0px 0px;
}

#uk-brands table.uk-brand-table&gt;tbody {}

#uk-brands table.uk-brand-table&gt;tbody&gt;tr {}

#uk-brands table.uk-brand-table&gt;tbody&gt;tr&gt;td {
    padding: 7px 11px;
}

#uk-brands table.uk-brand-table&gt;tbody tr:nth-child(odd) td {
    background-color: #f2f2f2;
}

#uk-brands table.uk-brand-table&gt;tbody tr:nth-child(even) td {
    background-color: #fff;
}

#uk-brands table.uk-brand-table&gt;tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 6px;
}

#uk-brands table.uk-brand-table&gt;tbody tr:last-child td:last-child {
    border-radius: 0px 0px 6px 0px;
}

#uk-brands table.uk-brand-table&gt;tbody&gt;tr:nth-child(odd) td {
    background-color: #f2f2f2;
}

#uk-brands table.uk-brand-table&gt;tbody&gt;tr:nth-child(even) td {
    background-color: #fff;
}

#uk-brands table.uk-brand-table&gt;tbody&gt;tr td.item-no {
    vertical-align: middle;
}

#uk-brands table.uk-brand-table&gt;tbody&gt;tr td.item-desc {
    vertical-align: middle;
}

#uk-brands table.uk-brand-table&gt;tbody&gt;tr td.quantity-cases {
    text-align: center;
}

#uk-brands table.uk-brand-table&gt;tbody&gt;tr td.quantity-cases input {
    background-color: #fff !important;
    width: 80px;
    display: inline-block;
    margin-bottom: 0px;
}

#uk-brands textarea.special-ship-inst {
    border: solid 1px #cecece;
    border-radius: 7px;
    min-height: 120px;
    resize: none;
    padding: 8px 14px;
    color: inherit;
}

#uk-brands #get_place_order_btn {
    padding: 6px 16px;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 500;
}

#uk-brands .main_page_hd {
    text-align: center;
}

#uk-brands .main_page_hd h1 {
    color: #b3001e;
    font-weight: 700;
    font-size: 27px;
    display: inline-block;
    padding-bottom: 22px;
    position: relative;
}

#uk-brands .main_page_hd h1:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 30%;
    margin-left: -15%;
    left: 50%;
    height: 4px;
    background-color: #b3001e;
}

@media only screen and (max-width: 768px) {
    #uk-brands .container {
        min-width: 100%;
    }
}

.order-history.main_page_hd {
    text-align: center;
    margin-top: 46px;
    margin-bottom: 32px;
}

.order-history.main_page_hd h1 {
    color: #b3001e;
    font-weight: 700;
    font-size: 27px;
    display: inline-block;
    padding-bottom: 22px;
    position: relative;
}

.order-history.main_page_hd h1:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 30%;
    margin-left: -15%;
    left: 50%;
    height: 4px;
    background-color: #b3001e;
}

.order-history-container {
    min-height: calc(100vh - 291px - 41px - 70px);
}

.order-history-container label.error {
    color: #b3001e;
    font-size: 13px;
}

#order-history {}

#order-history * {
    transition: all linear 0.02s;
}

#order-history table.ordr-hst-table {
    border-collapse: separate;
    border: 0px;
    border-spacing: 0px;
    border-radius: 6px;
    border: solid 1px #cecece;
}

#order-history table.ordr-hst-table&gt;thead {}

#order-history table.ordr-hst-table&gt;thead&gt;tr {}

#order-history table.ordr-hst-table&gt;thead&gt;tr&gt;th {
    font-weight: 500;
    border-left: solid 1px #b3001e;
    vertical-align: top;
    border-top: solid 1px #b3001e;
    text-align: left;
    border-bottom: 0px;
    background-color: #b3001e;
    color: #fff;
}

#order-history table.ordr-hst-table&gt;thead&gt;tr&gt;th:first-child {
    -webkit-border-radius: 6px 0px 0px 0px;
}

#order-history table.ordr-hst-table&gt;thead&gt;tr&gt;th:last-child {
    -webkit-border-radius: 0px 6px 0px 0px;
}

#order-history table.ordr-hst-table&gt;tbody {}

#order-history table.ordr-hst-table&gt;tbody&gt;tr {}

#order-history table.ordr-hst-table&gt;tbody&gt;tr&gt;td {}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.odd__ td {
    background-color: #f2f2f2;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.even__ td {
    background-color: #fff;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.odd__+tr td {
    background-color: #f2f2f2;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.even__+tr td {
    background-color: #fff;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr:last-child td:first-child {
    border-radius: 0px 0px 0px 6px;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr:last-child td:last-child {
    border-radius: 0px 0px 6px 0px;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr:nth-last-child(2) td:first-child {
    border-radius: 0px 0px 0px 6px;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr:nth-last-child(2) td:last-child {
    border-radius: 0px 0px 6px 0px;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr td.order-date {
    width: 130px;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr td.order-date span.exp-collp-inr-table {
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
    text-align: center;
    top: 4px;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr td.order-date span.exp-collp-inr-table:before {
    content: '\27A4';
    font-size: 11px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr td.order-desc {}

#order-history table.ordr-hst-table&gt;tbody&gt;tr td.total-item {
    text-align: center;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.borders2 {
    position: relative;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.borders2 td {
    border-top: solid 1px #242424;
    position: relative;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.borders2 td.order-date {}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.borders2 td.order-desc {}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.borders2 td.order-item {}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.borders2&gt;td:first-child:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 104%;
    left: 0px;
    top: -1px;
    border-right: solid 1px #242424;
    background-color: inherit;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.borders2&gt;td:last-child:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 104%;
    right: 0px;
    top: -1px;
    border-left: solid 1px #242424;
    background-color: inherit;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.borders2+tr {}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.borders2+tr&gt;td {
    border-bottom: solid 1px #242424;
    position: relative;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.borders2+tr&gt;td:first-child:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 104%;
    left: 0px;
    bottom: -1px;
    border-right: solid 1px #242424;
    background-color: inherit;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.borders2+tr&gt;td:last-child:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 104%;
    right: 0px;
    bottom: -1px;
    border-left: solid 1px #242424;
    background-color: inherit;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr td.order-date span.exp-collp-inr-table[aria-expanded='false'] {}

#order-history table.ordr-hst-table&gt;tbody&gt;tr td.order-date span.exp-collp-inr-table[aria-expanded='true'] {
    transform: rotate(-90deg);
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr td.order-date span.exp-collp-inr-table[aria-expanded='true']:before {
    color: #b3001e;
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.exp-clp-inr-table {
    /* padding-bottom: 14px; */
}

#order-history table.ordr-hst-table&gt;tbody&gt;tr.exp-clp-inr-table&gt;td {
    padding: 0px .75rem 14px;
}

#order-history table.order-inner-table {
    width: 100%;
}

#order-history table.order-inner-table thead {}

#order-history table.order-inner-table thead tr {}

#order-history table.order-inner-table thead tr th {
    font-weight: 500;
    border: solid 1px #242424;
    background-color: #242424;
    color: #fff;
    padding: .36rem .74rem;
}

#order-history table.order-inner-table thead tr th.item-image {
    border-left: solid 1px #242424;
}

#order-history table.order-inner-table thead tr th.item-no {
    text-align: left;
}

#order-history table.order-inner-table thead tr th.item-desc {
    text-align: left;
}

#order-history table.order-inner-table thead tr th.item-quantity {
    text-align: center;
    width: 120px;
}

#order-history table.order-inner-table tbody {}

#order-history table.order-inner-table tbody tr {}

#order-history table.order-inner-table tbody tr td {
    padding: .36rem .74rem;
}

#order-history table.order-inner-table tbody tr td.item-image {
    border-left: solid 1px #242424;
}

#order-history table.order-inner-table tbody tr td.item-no {}

#order-history table.order-inner-table tbody tr td.item-desc {}

#order-history table.order-inner-table tbody tr td.item-quantity {
    text-align: center;
    border-right: solid 1px #242424;
}

#order-history table.order-inner-table tbody tr td.last-row-spacer {
    padding: 0px;
    font-size: 7px;
    border-top: solid 1px #242424;
    background-color: #fff;
}

#order-history table.order-inner-table tbody tr td.special-inst {
    border: solid 1px #242424;
}

#order-history table.order-inner-table tbody tr td.special-inst p {
    color: #6a6a6a;
    margin-bottom: 0px;
}

#order-history table.order-inner-table tbody tr td.special-inst p strong {
    color: #6a6a6a;
    font-weight: 600;
}

#modal-signup .modal-content {
    background: url(../img/bg-modal.png) no-repeat #b3001e;
    background-size: cover;
    padding: 17px;
    border-radius: 11px;
}

#modal-signup .modal-content .modal-header {
    border: 0px;
    padding-bottom: 0px;
    position: relative;
    padding-top: 4px;
}

#modal-signup .modal-content .modal-header .signup-txt {}

#modal-signup .modal-content .modal-header .signup-txt .edit-icon {
    font-size: 27px;
    width: 27px;
    height: 27px;
    position: relative;
}

#modal-signup .modal-content .modal-header .signup-txt .edit-icon:after {
    content: '';
    width: 14px;
    height: 2px;
    position: absolute;
    bottom: 2px;
    right: 3px;
    background-color: #fff;
}

#modal-signup .modal-content .modal-header .signup-txt ._title {
    font-size: 33px;
    font-weight: 500;
}

#modal-signup .modal-content .modal-header button.stick-top-right-circle {
    position: absolute;
    top: -4px;
    right: -6px;
    color: #b3001e;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 19px;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    border: solid 2px #fff !important;
    text-shadow: none;
    opacity: 1 !important;
}

#modal-signup .modal-content .modal-header button.stick-top-right-circle:hover {
    background-color: #b3001e;
    color: #fff;
}

#modal-signup .modal-content .modal-body {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    padding-top: 11px;
}

#modal-signup .modal-content .modal-body #message_show {
    font-size: 21px;
}

#modal-signup .modal-content .modal-body .field-su {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px !important;
}

#modal-signup .modal-content .modal-body .field-su-col_left_2_2 {
    width: 49%;
    margin-right: 1%;
}

#modal-signup .modal-content .modal-body .field-su-col_right_2_2 {
    width: 49%;
    margin-left: 1%;
}

#modal-signup .modal-content .modal-body .field-su-col_left_3_5 {
    width: 59%;
    margin-right: 1%;
}

#modal-signup .modal-content .modal-body .field-su-col_right_2_5 {
    width: 39%;
    margin-left: 1%;
}

#modal-signup .modal-content .modal-body .field-su-col_left_1_3 {
    width: 32%;
    margin-right: 1%;
}

#modal-signup .modal-content .modal-body .field-su-col_center_2_3 {
    width: 32%;
    margin-left: 1%;
    margin-right: 1%;
}

#modal-signup .modal-content .modal-body .field-su-col_right_3_3 {
    width: 32%;
    margin-left: 1%;
}

#modal-signup .modal-content .modal-body .field-su input {
    height: auto;
    background-color: #fff !important;
    padding: 7px 14px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    line-height: 23px;
    height: auto;
    box-shadow: none !important;
    margin-bottom: 0px;
    border-radius: 7px;
}

#modal-signup .modal-content .modal-body .field-su select {
    height: auto;
    min-height: 39px;
    background-color: #fff !important;
    padding: 7px 14px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    line-height: 23px;
    height: auto;
    box-shadow: none !important;
    margin-bottom: 0px;
    border-radius: 7px;
}

#modal-signup .modal-content .modal-footer {
    border: 0px;
    margin-top: 0px;
    padding-top: 4px;
}

#modal-signup .modal-content .modal-footer button.signup-btn {
    font-size: 16px;
    border-radius: 7px;
    padding: 0.4em 0.6em;
    text-transform: capitalize;
    font-weight: 500;
}

#modal-signup label.error {
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding-left: 11px;
    float: left;
    padding-top: 2px;
    margin-bottom: 0px;
}

.modal-login #sl_form_error {
    color: #fff;
    margin-bottom: 4px;
}

.uk-order-detail-popup .modal-content {
    background: #fff !important;
    min-width: 1024px;
    padding: 0px !important;
    border-radius: 0px !important;
}

.uk-order-detail-popup .modal-header {
    background: #b3001e !important;
}

.uk-order-detail-popup .modal-header .signup-txt span._title {
    font-size: 21px !important;
    font-weight: 600 !important;
}

.uk-order-detail-popup .modal-header button.stick-top-right-circle {
    top: 6px !important;
    right: 6px !important;
}

.uk-order-detail-popup .modal-body {
    padding: 20px !important;
}

.uk-order-detail-popup .modal-body table {
    border-collapse: separate;
    border-spacing: 0px;
}

.uk-order-detail-popup .modal-body table tbody tr td {
    background-color: #f2f2f2;
    border-bottom: solid 1px #cecece;
    /* border-collapse: separate; */
    border-spacing: 0px;
}

.uk-order-detail-popup .modal-body table tbody tr td.last-row-spacer {
    padding: 0px;
    font-size: 7px;
    border-top: solid 1px #242424;
}

.uk-order-detail-popup .modal-body table thead tr th.item-image {
    text-align: left;
}

.uk-order-detail-popup .modal-body table thead tr th.item-no {
    text-align: left;
}

.uk-order-detail-popup .modal-body table thead tr th.item-desc {
    text-align: left;
}

.uk-order-detail-popup .modal-body table thead tr th.item-quantity {
    text-align: center;
    width: 120px;
}

.uk-order-detail-popup .modal-body table tbody tr td.item-image {
    text-align: left;
}

.uk-order-detail-popup .modal-body table tbody tr td.item-no {
    text-align: left;
}

.uk-order-detail-popup .modal-body table tbody tr td.item-desc {
    text-align: left;
}

.uk-order-detail-popup .modal-body table tbody tr td.item-quantity {
    text-align: center;
}

.uk-order-detail-popup .modal-footer {
    padding: 20px !important;
    padding-top: 0px !important;
    display: none;
}

.uk-address-detail-popup .modal-dialog {
    min-width: 1024px;
}

.uk-address-detail-popup .modal-content {
    background: #fff !important;
    min-width: 1024px;
    padding: 0px !important;
    border-radius: 0px !important;
}

.uk-address-detail-popup .modal-header {
    background: #b3001e !important;
}

.uk-address-detail-popup .modal-header .signup-txt span._title {
    font-size: 21px !important;
    font-weight: 600 !important;
}

.uk-address-detail-popup .modal-header button.stick-top-right-circle {
    top: 6px !important;
    right: 6px !important;
}

.uk-address-detail-popup .modal-body {
    padding: 20px !important;
}

.uk-address-detail-popup .modal-body input {
    padding: 11px 12px;
    height: auto;
}

.uk-address-detail-popup .modal-footer {
    padding: 20px !important;
    padding-top: 0px !important;
    display: none;
}


/*------------------Customer Application styles------------------*/

#modal-ca .modal-content {
    background: url(../img/bg-modal.png) no-repeat #b3001e;
    background-size: cover;
    padding: 17px;
    border-radius: 11px;
}

#modal-ca .modal-content .modal-header {
    border: 0px;
    padding-bottom: 0px;
    position: relative;
    padding-top: 4px;
}

#modal-ca .modal-content .modal-header .ca-txt .edit-icon {
    font-size: 27px;
    width: 27px;
    height: 27px;
    position: relative;
}

#modal-ca .modal-content .modal-header .ca-txt .edit-icon:after {
    content: '';
    width: 14px;
    height: 2px;
    position: absolute;
    bottom: 2px;
    right: 3px;
    background-color: #fff;
}

#modal-ca .modal-content .modal-header .ca-txt ._title {
    font-size: 33px;
    font-weight: 500;
}

#modal-ca .modal-content .modal-header button.stick-top-right-circle {
    position: absolute;
    top: -4px;
    right: -6px;
    color: #b3001e;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 19px;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    border: solid 2px #fff !important;
    text-shadow: none;
    opacity: 1 !important;
}

#modal-ca .modal-content .modal-header button.stick-top-right-circle:hover {
    background-color: #b3001e;
    color: #fff;
}

#modal-ca .modal-content .modal-body {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    padding-top: 11px;
}

#modal-ca .modal-content .modal-body #message_show {
    font-size: 21px;
}

#modal-ca .field-ca {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px !important;
    /*margin-bottom: 23px !important;*/
}

#modal-ca .field-ca input {
    height: auto;
    background-color: #fff !important;
    padding: 7px 14px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    line-height: 23px;
    height: auto;
    box-shadow: none !important;
    margin-bottom: 0px;
    border-radius: 7px;
}

#modal-ca .field-ca select {
    height: auto;
    min-height: 39px;
    background-color: #fff !important;
    padding: 7px 14px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    line-height: 23px;
    height: auto;
    box-shadow: none !important;
    margin-bottom: 0px;
    border-radius: 7px;
}

#modal-ca .field-ca textarea {
    height: auto;
    background-color: #fff !important;
    padding: 7px 14px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    line-height: 23px;
    height: auto;
    box-shadow: none !important;
    margin-bottom: 0px;
    border-radius: 7px;
}

#modal-ca .field-ca.disabled {
    background-color: #ffffff;
    border-radius: 7px;
    padding: 4px 8px;
    display: flex;
    flex-wrap: wrap;
}

#modal-ca .field-ca.disabled label:not(.error) {
    font-size: 11px;
    vertical-align: top;
    line-height: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
}

#modal-ca .field-ca.disabled label.error {
    color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0px;
}


/*
#modal-ca .field-ca.disabled input {padding: 0px;background-color: transparent !important;border: 0px;border-radius: 0px;vertical-align: top;line-height: 18px;font-size: 16px;}
#modal-ca .field-ca.disabled textarea {padding: 0px;background-color: transparent !important;border: 0px;border-radius: 0px;vertical-align: top;line-height: 18px;font-size: 16px;}
*/

#modal-ca .field-ca.disabled input {
    background-color: #ffffff !important;
    padding: 3px 2px;
    border: 0px;
    vertical-align: top;
    line-height: 18px;
    font-size: 14px;
    border-radius: 7px;
}

#modal-ca .field-ca.disabled textarea:disabled {
    background-color: #ededed !important;
    padding: 7px 10px;
    border: 0px;
    vertical-align: top;
    line-height: 18px;
    font-size: 16px;
    border-radius: 7px;
}

#modal-ca .fields-row.with-disable input:enabled {
    height: 100% !important;
}


/*#modal-ca .fields-row.with-disable input:not(disabled) { height: 100% !important; }*/

#modal-ca .modal-content .modal-footer {
    border: 0px;
    margin-top: 0px;
    padding-top: 4px;
}

#modal-ca .modal-content .modal-footer button.signup-btn {
    font-size: 16px;
    border-radius: 7px;
    padding: 0.4em 1em;
    text-transform: capitalize;
    font-weight: 500;
    align-self: flex-end;
}

#modal-ca .modal-content .white-line {
    border-top: solid 1px rgba(255, 255, 255, 0.7);
}

#modal-ca .field-upload {
    position: relative;
    width: 120px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background-color: #747474;
    border: solid 1px #424242;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#767676), to(#424242));
    background: linear-gradient(#767676, #424242);
    line-height: 28px;
    height: 32px;
}

#modal-ca .field-upload:before {
    content: 'upload';
    text-transform: uppercase;
    width: 80px;
    padding-left: 8px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 13px;
    line-height: 29px;
}

#modal-ca .field-upload:after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#141414));
    background: linear-gradient(#424242, #141414);
    height: 100%;
    width: 32px;
    right: 0px;
    top: 0px;
    position: absolute;
    text-align: center;
    content: '\21D1';
    content: '\2191';
    content: '\21E7';
}

#modal-ca .field-upload:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#767676));
    background: linear-gradient(#424242, #767676);
}

#modal-ca .field-upload:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#424242));
    background: linear-gradient(#141414, #424242);
}

#modal-ca .field-upload input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

#modal-ca .field-upload+div.right-filename {
    font-size: 14px;
    text-align: right;
    max-width: 240px;
    white-space: nowrap;
    direction: rtl;
    overflow: hidden;
    padding: 0px 4px;
}

#modal-ca .field-ca.label-inside {
    background-color: #ffffff;
    border-radius: 7px;
    padding: 4px 8px;
    display: flex;
    flex-wrap: wrap;
}

#modal-ca .field-ca.label-inside label:not(.error) {
    font-size: 11px;
    vertical-align: top;
    line-height: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
}

#modal-ca .field-ca.label-inside label.error {
    color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0px;
}

#modal-ca .field-ca.label-inside input {
    background-color: #ffffff !important;
    padding: 3px 2px;
    border: 0px;
    vertical-align: top;
    line-height: 18px;
    font-size: 14px;
    border-radius: 7px;
}

#modal-ca .field-ca.label-inside textarea:disabled {
    background-color: #ededed !important;
    padding: 7px 10px;
    border: 0px;
    vertical-align: top;
    line-height: 18px;
    font-size: 16px;
    border-radius: 7px;
}

#modal-ca .field-ca.label-inside select.state {
    min-height: 24px;
    padding: 0px 0px;
    border: none;
}

#modal-ca .field-upload+div#right-selected-img {
    border: solid 2px #424242;
    padding: 2px;
    border-radius: 4px;
    box-sizing: border-box;
    height: 40px;
    width: 70px;
    position: relative;
}

#modal-ca .field-upload+div#right-selected-img img {
    display: inline-block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
}

#modal-ca .field-upload+div#right-selected-img span.close-btn,
#modal-ca span.close-btn {
    position: absolute;
    top: -7px;
    right: -7px;
    color: #bb0020;
    border: solid 1px #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

#modal-ca .field-upload+div#right-selected-img span.close-btn:before {
    content: '\2716';
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

#modal-ca .field-upload+div#right-selected-img span.close-btn:hover {
    color: #fff;
    background-color: #bb0020;
    line-height: 12.5px;
    font-size: 9px;
}

#modal-ca span.close-btn:before {
    content: '\2716';
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

#modal-ca span.close-btn:hover {
    color: #fff;
    background-color: #bb0020;
    line-height: 12.5px;
    font-size: 9px;
}

#modal-ca .edit-file-name {
    font-size: 14px;
    text-align: right;
    max-width: 185px;
    white-space: nowrap;
    direction: rtl;
    overflow: hidden;
    padding: 0px 4px;
}

#modal-ca label.error {
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding-left: 6px;
    float: left;
    padding-top: 0px;
    margin-bottom: 2px;
    /*margin-bottom: 0px;*/
}

#modal-ca .modal-dialog {
    min-width: 1050px;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
    bottom: 0px;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Chrome, Firefox, Opera, Safari 10.1+ */

#modal-ca .field-ca .floating-input::placeholder {
    opacity: 0;
}


/* Internet Explorer 10-11 */

#modal-ca .field-ca .floating-input:-ms-input-placeholder {
    opacity: 0;
}


/* Microsoft Edge */

#modal-ca .field-ca .floating-input::-ms-input-placeholder {
    opacity: 0;
}

#modal-ca .field-ca input.floating-input {
    position: relative;
    background-color: transparent !important;
    z-index: 20;
    line-height: 14px;
    margin-top: 0px;
    padding-bottom: 2px !important;
    padding-top: 16px !important;
    height: 14px;
    box-sizing: content-box;
}

#modal-ca .field-ca .floating-input+label {
    margin-top: -23px;
    position: relative;
    transition: all linear 0.24s;
    /* padding-left: 6px; */
    z-index: 10;
    font-size: 14px !important;
}

#modal-ca .field-ca .floating-input:focus+label,
#modal-ca .field-ca .floating-input:not(:placeholder-shown)+label {
    position: relative;
    margin-top: -33px;
    font-size: 11px !important;
    color: #292b2c;
}

.scholarship_first_para {
    padding: 30px 10px;
    margin: 20px 0;
}

.scholarship_first_para p {
    font-size: 20px;
    color: #b3001f;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}

.sku_img {
    background-image: url('../img/student.jpg');
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: 219px;
    padding-left: 30px;
    padding-top: 50px;
}

.sku_img p {
    color: #b3001f;
}
.sku_img p {
    color: #b3001f;
    font-weight: bold;
}
.sku_img .scholer_para_underline::after {
    position: absolute;
    content: '';
    height: 4px;
    top: 89%;
    left: 2%;
    right: 19%;
    width: 6%;
    background: #b8122f;
    z-index: 999;
    text-align: center;
    margin-left: 12px;
}

.eligible_back_white {
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 15px #ccc;
    margin: 30px 0 40px;
    border-radius: 10px;
}

.eligible_pad {
    padding: 20px 30px;
}

.eligible_back_white h3 {
    font-size: 22px;
    font-weight: bold;
    color: #b3001f;
    padding-bottom: 15px;
}

.eligible_back_white li {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.eligible_back_white ul {
    list-style: none;
    padding-left: 23px;
}

.eligible_back_white ul li::before {
    content: "\2022";
    color: #b3001f;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 22px;
}

.eligible_back_white button {
    font-size: 23.22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #b3001f;
    border: none;
    padding: 6px 45px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 3px;
}

.scholer_para_underline::after {
    position: absolute;
    content: '';
    height: 4px;
    top: 89%;
    left: 46%;
    right: 19%;
    width: 7%;
    background: #b8122f;
    z-index: 999;
    text-align: center;
    margin-left: 12px;
}

.scholar_ban_img {
    background-image: url(../img/sch-top.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sholar_ban_inner {
    text-align: center;
    padding: 60px 100px;
}

.sholar_ban_inner h2 {
    font-size: 48px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
    text-shadow: 2px 2px 4px #1c0909;
}

.sholar_ban_inner p {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 0 60px;
}

.sholar_ban_inner span {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}

.sholar_ban_inner .quotation {
    font-size: 35px;
    font-weight: bold;
    font-family: Myriad Pro;
}

@media only screen and (max-width: 767px) {
    .sholar_ban_inner {
        text-align: center;
        padding: 60px 19px;
    }
    .sholar_ban_inner h2 {
        font-size: 28px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        padding-bottom: 20px;
        text-shadow: 2px 2px 4px #1c0909;
    }
}


/* NAP */

.hedng {
    width: auto;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 14px;
}

hr.nap {
    border: 2px solid #b8122f;
    height: 1px;
    background-color: #b8122f;
    width: 152px;
    position: absolute;
    left: 15px;
    margin-top: 0px;
    border-radius: 1px;
}

.nap_top {
    margin-top: 30px 0px;
}

.nap_bot {
    margin-bottom: 30px 0px;
}

.nap_dv p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.9;
    color: #333333;
}

.marg_top {
    margin: 30px 0 0px;
    padding: 28px 0 18px;
}

.nap_img {
    background-image: url('../img/nap_background.jpg');
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: auto;
    padding-left: 0px;
    padding-top: 1px;
}

.nap_row {}

.nap_row p {
    font-size: 16px;
    font-family: open sans;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 15px;
    padding-left: 2px;
}

.nap_row h2 {
    font-size: 31px;
    font-weight: normal;
    font-family: Bauhaus Medium;
    line-height: 1.2;
    color: #b8122f;
    text-align: center;
    padding-left: 0px;
}

.nap_row img {
    margin-bottom: 30px;
}


/* community donations */

.community_m {}

.bk_clr {
    /*! background-color: #b3001e; */
}

.comm_img {
    background-image: url('../img/zk_img_whole.jpg');
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    min-height: 112vh;
    height: 100%;
    padding-top: 1px;
    /* min-height: calc(201vh - 506px); */
    display: flex;
    align-items: center;
}



/* .comm_img::after {
    content: '';
    background-image: linear-gradient(to top, red 50%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(255, 227, 227, 0.1) 30% , rgb(179, 0, 30,1) 100% );
} */

@media screen and (max-width: 480px) {

.heding_div {
        position: relative;
        top: 220px;
    }

}


.contnr {
    position: relative;
    z-index: 400;
    width: 1080px;
    max-width: 100%;
}

.heding_div {
    position: relative;
    top: 270px;
}

.community_m h1 {
    font-size: 62px;
    font-family: open sans;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    -webkit-text-stroke: 2px black;
    font-weight: 700;
    margin-bottom: 20px;
}

.community_m p {
    text-align: center;
    font-size: 18px;
    font-family: open sans;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 20px;
}

.community_m hr {
    border: 2px solid #ffffff;
    height: 1px;
    background-color: #ffffff;
    width: 124px;
    position: relative;
    left: 4px;
    margin-top: 10px;
    border-radius: 1px;
}
.log_uk{
    position: absolute;
    top: -33vh;
    left: 60px;
    width: 260px;
}

/* community donations end */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 42px;
    background-color: #f1f1f1;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.dropdown-content a:hover {
    background-color: #b8122f;
    color: #ffffff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
</pre></body></html>