   body
    {font-family:Roboto;}
    .nav-link {
        transition: none;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        font-size:0.9rem;
    }
.nav-link:hover {
        transition: none;
        text-transform: uppercase;
        font-weight: 600;
        color: #9BBAE0;
        font-size:0.9rem;
    }
    .site-main-10
    {padding-top:10px;}

.btn-primary {
    --bs-btn-color: #9BBAE0;
    --bs-btn-bg: #00213A;
    --bs-btn-border-color: #00213A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00213A;
    --bs-btn-hover-border-color: #00213A;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00213A;
    --bs-btn-active-border-color: #00213A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00213A;
    --bs-btn-disabled-border-color: #00213A;
    font-size:0.9rem;
        font-weight: 700;
}

.btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.0rem;
    --bs-btn-border-radius: 0.5rem;
    font-size:0.9rem;
    text-transform: uppercase;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    font-size:0.9rem;
}

.navbar-nav  .btn:hover, .site-footer  .btn:hover{    color: var(--bs-btn-active-color);
    background-color: #C32132!important;
    border-color: #C32132!important;
    text-transform: uppercase;
    font-size: 0.9rem;
}

footer{margin-top:30px;}


[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), .btn-logout {
    cursor: pointer;
    background-color: #9BBAE0 !important;
    color: #000;
    border-color: #9BBAE0 !important;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.card .btn-outline-primary {
    --bs-btn-border-color: #C32132;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #C32132;
    --bs-btn-hover-border-color: #C32132;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #C32132;
    --bs-btn-active-border-color: #C32132;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #C32132;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #C32132;
    --bs-gradient: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #C32132;
}
.sidebar .list-group-flush > .list-group-item {
    border-width: 0;
    padding-left: 15px!important;
    padding-top: 0.2rem!important;
    padding-bottom: 0.2rem!important;
    font-size: 15px;
}

.sidebar .list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: none;
    padding-left: 20px!important;
}
.sidebar .text-muted {
    --bs-text-opacity: 1;
    color: #C32132 !important;
    font-weight: 700;
    font-size:18px;
}
.sidebar .list-group-item.active {
    z-index: 2;
    color: #9BBAE0!important;
    background-color: #FFF;
    border-color: #FFF;
	border-radius:3px;
}

.sidebar-compact .text-muted {
    --bs-text-opacity: 1;
    color: #C32132 !important;
}

.sidebar-compact .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
    padding-left: 1.5rem!important;
    text-transform: capitalize;
}

a {
    color: var(--bs-link-color);
    text-decoration: none;
}

.card-body h5, .h5 {
    font-size: 1.0rem;
    color: #00213A;
}

.card-body .card-subtitle {
    margin-top: 0px;
    margin-bottom: 05px !important;
    color: #508AA8;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem;
    min-width: 100%;
}
.card-body .card-text
 {
    margin-bottom: 0;
    color: #508AA8;
}
.card .bg-body-tertiary{
    max-height: 300px;
    overflow: hidden;
    height: 300px;
    padding:10px;
}
.card-text:last-child {
    margin-bottom: 20px;
    color: #508AA8;
}
/*
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
     text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    font-size:0.9rem;
    
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
    */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: #C32132;
    border-color:  #C32132;
    text-transform: uppercase;
    font-size:0.9rem;
}

.btn-success {
    --bs-btn-color: #00213A;
    --bs-btn-bg: #9BBAE0;
    --bs-btn-border-color: #9BBAE0;
    --bs-btn-hover-color: #00213A;
    --bs-btn-hover-bg: #9BBAE0;
    --bs-btn-hover-border-color: #9BBAE0;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #00213A;
    --bs-btn-active-bg: #9BBAE0;
    --bs-btn-active-border-color: #9BBAE0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00213A;
    --bs-btn-disabled-bg: #9BBAE0;
    --bs-btn-disabled-border-color: #9BBAE0;
    text-transform: uppercase;
    font-size:0.9rem;
}


.btn:hover {
    color:#fff;
    background-color: #00213A;
    border-color: #00213A;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
    font-size: 0.9rem;
    font-weight: 600;
    background: #00213A;
}

.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
}
h2, .h2 {
    font-size: 1.3rem;
}
h4, .h4 {
    font-size: 1.2rem;
}
h3, .h3 {
     font-size: 1.3rem;
}
.text-dark {
    --bs-text-opacity: 1;
    color: #00213A!important;
}


.text-primary {
    --bs-text-opacity: 1;
    color: #00213A!important;
}


.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #00213A!important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #00213A!important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: #00213A!important;
}
.form-check-input:checked {
    background-color: #C32132;
    border-color: #C32132;
}
.fs-5 {
    font-size: 1.0rem !important;
}

.form-inline .btn-primary
{margin-left:10px;
--bs-btn-color: #212529;
    --bs-btn-bg: #fff;
    text-transform: uppercase;
    font-size:0.9rem;
    font-weight:700;
} 
div.message-subs {
    padding: 20px 20px;
    width: 75%;
    text-align: center;
    background: #00213A;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 10px;
    font-weight: 300;
}
div.message-subs .bi
{font-size:3rem;
}
.message-subs h3{font-size: 17px;}
.border-right 
{border-right:1px solid #262a33;}
.p-4, .p-3 {
    padding: 0.5rem !important;
}
td
{font-size:14px;color:#262a33;}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
    padding: 8px 40px!important;
    font-size: 14px;
    font-weight: 600;
    color: #262a33;
}
.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
    padding: 8px 40px!important;
    font-size: 14px;
    font-weight: 600;
    color: #262a33;
}

.nav-fill .nav-item, .nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center;
    padding: 0px 10px 0px 0px;
}

.footer-msg
{
    text-align: center;
    padding: 20px;
    background: #9BBAE0;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
        margin-top:30px;
}

.nav-fill .nav-item, .nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center;
    padding: 0px 10px;
}
.text-white .card-body p {
    color: #fff!important;
    opacity: 1!important;
}

.border-info {
    --bs-border-opacity: 1;
    border-color: #C32132  !important;
}
.border-success {
    --bs-border-opacity: 1;
    border-color: #508AA8!important;
}
.text-success {
    --bs-text-opacity: 1;
    color: #508AA8!important;
}
.text-info {
    --bs-text-opacity: 1;
    color:  #C32132  !important;
}
.btn-outline-secondary {
    --bs-btn-color: #C32132;
    --bs-btn-border-color: #C32132;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #C32132;
    --bs-btn-hover-border-color: #C32132;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #C32132;
    --bs-btn-active-border-color: #C32132;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #C32132;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #C32132;
    --bs-gradient: none;
}

.list-group-item.active {
    z-index: 2;
    color: #9BBAE0;
    background-color: #9BBAE0;
    border-color: #9BBAE0;
}
.card-body p
{color:#000!important;}

.storetitle {
    background: linear-gradient(to bottom, rgba(255,255,255,0)  5%, white 100%), /* bottom fade */
    linear-gradient(to left, rgba(255,255,255,0) 60%, white 100%), 
        url('/Content/Images/Banner-Background.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    /* height: 800px; */
    overflow: visible;
}

.ftlogo_brand-ft-masthead:empty
{
    display:none;
}




/* Cookie Banner */
#cookieBanner
{
    display: block;
    position: sticky;
    background: white;
    padding: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
#cookieBanner a, #cookieBanner a:visited
{color: #C32132;}
#cookieBanner a:hover
{color: #508AA8;}

/* Footer */
footer h6
{    font-size: 1.1rem;
    border-bottom: 1px solid #9BBAE0;
    padding-bottom: 3px;
    padding-left: 5px;
    font-weight: bold;
    text-transform:uppercase;
}
footer a:hover
{color:#508AA8;}

/* Side Bar */
.sidebar h6 {
  
    color: #00213A!important;
    font-weight: 700;
    font-size: 1.1rem;
    border-bottom:1px solid #9BBAE0;
    padding-bottom:5px;
    text-transform: uppercase;

}
.sidebar .list-group-flush > .list-group-item {
    border-width: 0;
    padding-left: 30px!important;
    padding-top: 0.2rem!important;
    padding-bottom: 0.2rem!important;
    font-size: 0.8rem;
    text-transform: capitalize;
}
.sidebar-container
{background-color:#fff;
padding-left:30px;
padding-right:30px;
}

.sidebar
{padding-top:10px}

/* List Items */
.list-card-item
{padding-top:10px;
padding-left:3px;
padding-right:3px;
}
.card-body .card-subtitle {
    margin-top: 0px;
    margin-bottom: 05px !important;
    color: #000;
}
.card-body h5, .h5 {
    font-size: 1.1rem;
    color: #00213A;
}
#publications-section
{padding-left:30px;
padding-right:30px;}

#publications-section .col-12
{margin-bottom:30px;}
.padding-top
{padding-top:10px;}

/* Item View */


.btnSubscribe
{ 
    cursor: pointer;
    background-color: #9BBAE0;
    color: #000;
    border-color: #9BBAE0;
    text-transform: uppercase;
    font-size: 1.1rem;
    --bs-btn-padding-x: 3rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-border-radius: 0.375rem;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    font-weight: 700;
    margin-bottom: 30px;

}
.btnSubscribe:hover
{
     cursor: pointer;
    background-color: #C32132;
    color: #fff;
    border-color: #C32132;
    text-transform: uppercase;
    font-size: 1.1rem;
    --bs-btn-padding-x: 3rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-border-radius: 0.375rem;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    font-weight: 700;
    margin-bottom: 30px;
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-product th {
    padding: .5rem .5rem;
    background-color: #00213A;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table
{
    background:#fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #9BBAE0;
    border-color: #9BBAE0;
}

.banner-store{
  
    width: 60%;
    padding-left: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
}

/* Buttons */
.btn-primary:hover, .btn-primary:focus {
    --bs-btn-color: #9BBAE0;
    --bs-btn-bg: #C32132;
    --bs-btn-border-color: #C32132;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #C32132;
    --bs-btn-hover-border-color: #C32132;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #C32132;
    --bs-btn-active-border-color: #C32132;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #C32132;
    --bs-btn-disabled-border-color: #C32132;
    font-size:0.9rem;
   
}

.btn-view-offers
{color: #fff;
    background-color: #C32132;
    border-color: #C32132;
    text-transform: uppercase;
    font-size: 0.9rem;
 
}

.btn-view-offers:hover
{color: #fff;
    background-color: #00213A;
    border-color: #00213A;
    text-transform: uppercase;
    font-size: 0.9rem;
}

h3.page-title
{text-transform: uppercase;
color:#00213A;
font-weight: 700;}
/* Top Bar */

#navLogin a
{cursor: pointer;
    background-color: #9BBAE0 !important;
    color: #212529;
    border-color: #9BBAE0 !important;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 5px 20px !important;
}

#navLogin a:hover
{ 
    background-color: #C32132 !important;
    color:#fff;
    border-color: #C32132 !important;
}

#navUser
{

    cursor: pointer;
    background-color: #9BBAE0 !important;
    color: #fff;
    border-color: #9BBAE0 !important;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    margin-right: 5px;
    BORDER-RADIUS: 5PX;
    padding: 0px 10px 0px 15px!important
}

#navUser:hover, #navUser:focus
{ 
    background-color: #C32132 !important;
    color:#fff!important;
    border-color: #C32132 !important;
}
#userDropdown:hover{color:#fff!important;
}


#navRegister a
{   cursor: pointer;
    background-color: #C32132 !important;
    color: #fff;
    border-color: #C32132 !important;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 6px 20px !important;
}
#navRegister a:hover
{ 
    background-color: #9BBAE0 !important;
    color: #212529;
    border-color: #9BBAE0 !important;
}
.btn-logout 
{
    cursor: pointer;
    background-color: #9BBAE0 !important;
    color: #fff!important;
    border-color: #9BBAE0 !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-left:5px;
	 padding: 7px 20px !important;
     
}
 .btn-logout:hover 
 {

    background-color: #C32132;
    border-color: #C32132;
    text-transform: uppercase;
    font-size: 0.9rem;
    color:#fff!important;
	 padding: 7px 20px !important;
 }
.section-head
{padding-top:20px}


@media (max-width:920px){
    .card .bg-body-tertiary {
    max-height: none;
    overflow: hidden;
    height: inherit;
    padding: 10px;
}
.pubdetailimage
{width:100%;}
.p-4, .p-3 {
    padding: 0.5rem !important;
}
.border-right {
    border-right: 1px solid transparent;
}
div.message-subs
{padding:0px 20px 20px 20px;}
div.message-subs .col-md-1
{padding-top:15px;}

.storetitle {
    background: #e6ecff!important;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    /* height: 800px; */
    overflow: visible;
	border-radius:10px;
	margin-bottom:20px;
    font-weight:800;
	text-align:center;
    font-size:1.3rem;

}
.storeh2
{text-transform: uppercase;
font-weight: 22px;}
.storeh3
{text-transform: capitalize;
font-weight: 18px;}
.banner-store
{padding:20px 25px 30px 25px;}

.otdbanner-logo
{display:none;}
#navLogin a {
    cursor: pointer;
    background-color: #9BBAE0 !important;
    color: #212529;
    border-color: #9BBAE0 !important;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 8px 20px !important;
}
#navRegister a {
    cursor: pointer;
    background-color: #C32132 !important;
    color: #fff;
    border-color: #C32132 !important;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 8px 20px !important;
    margin-top: 15px;
}
       .card-body h5, .h5
 {
        font-size: 1.3rem;
        color: #00213A;
        padding-bottom: 0px;
        padding-top: 5px;
        font-weight: 700;
    }
.card-body p {
    color: #212529!important;
    font-size: 1.0rem;
}
.card-body .card-subtitle {
    margin-top: 0px;
    margin-bottom: 05px !important;
    color: #212529;
    font-size: 1.0rem;
}
.btn-view-offers {
    color: #fff;
    background-color: #C32132;
    border-color: #C32132;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
}
.section-head {
    padding-top: 20px;
    font-size: 1.8rem;
}
.sidebar-container {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 5px;
}
.list-group-flush {
    border-radius: 0;
    display: block;
}
.sidebar .list-group-flush > .list-group-item::before {
        content: "●";
}

.sidebar .list-group-flush > .list-group-item {
    border-width: 0;
    font-size: 1.0rem;
    text-transform: capitalize;
    display: inline-block;
    padding: 5px 15px !important;

}

.sidebar h6 {
    color: #00213A !important;
    font-weight: 700;
    font-size: 1.2rem;
    border-bottom: 1px solid #9BBAE0;
    padding-bottom: 5px;
}
.text-start {
    text-align: center!important;
}

.banner-store{
  
    width: 90%;
    padding-left: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
}


}


/*Sales Stickets*/
.sale-sticker {
    position: absolute;
    top: -30px;
    right: -30px;
    background: #e60023;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border: 3px solid white;
    box-shadow: 0 4px 8px rgba(0,0,0,.25);
}