/* custom css */

/* Sticky footer styles
-------------------------------------------------- */
* {
    -webkit-font-smoothing: auto !important;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}

/*footer {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 60px;*/ /* Set the fixed height of the footer here */
    /*line-height: 60px;*/ /* Vertically center the text there */
/*}*/



img, svg {
    max-width: 100%;
}



.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 50%;
    top: 0;
    transition: all 1s;
    pointer-events: none
}

.spinner-border {
    margin-top: auto;
    margin-bottom: auto;
}

.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 0 !important;
    top: 0;
    z-index: 999;
}

.blogCardListImage {
    width: 100%;
}

.blogListImage {
    height: 100%;
}

.sitemap ul li a {
    text-decoration: none;
    color: black;
}

.sitemap ul li {
    list-style-type: none;
}

/* site sepecific */

.BGGray {
    background-color: #ededed
}

.colContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dropdown-menu li label  {
    padding-left:10px
}

.carousel-item .advantageBannerImage {
    height: 100%;
    object-fit: cover;
}

.object-fit-fill {
    object-fit: fill;
}

.object-fit-contain {
    object-fit: contain;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-none {
    object-fit: none;
}

/*.list-inline, .list-unstyled {
    line-height: 15px !important
}*/

.lightbox .prev, .lightbox .next {
    background-color: rgba(0, 0, 0, 0.3);
}
.pagination > a, .pagination a {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.contentWrapper .pagination img {
    margin-bottom: 0 !important
}

.hide {
    display: none
}
.side-navigation .side-navigation-item:hover {
    color: #2d499d
}
.side-navigation .list-unstyled .side-navigation-item[aria-expanded="true"], .side-navigation .list-unstyled .side-navigation-item[aria-expanded="true"] + div {
    background: #ededed
}

.side-navigation {
    /*position: fixed;*/
}

.level-1 {
    padding-left: 20px !important;
    padding-right: 10px !important
}

.level-2 {
    padding-left: 40px !important;
    padding-right: 10px !important
}

.subMenuNode {
/*    padding-top: 15px;
    padding-bottom: 15px;*/
   /* background-color: rgba(0,0,0,0.1);*/
}
.contentWrapper img {width:100%; margin-bottom:50px !important}
.contentWrapper .card img {
    margin-bottom: 15px !important
}
.side-navigation .btn-toggle-nav li.active a {
    color: #2d499d;
    font-weight: bold
}
footer a, footer {
    color: #fff
}
footer ul {list-style:none}
    footer .SocialFootlink ul {
        display: flex;
        padding: 0;
        margin: 0;
        gap: 16px;
        justify-content: flex-end;
    }

    footer .ImportantFootlink ul {
        display: flex;
        padding: 0;
        margin: 0;
        gap: 48px;
    }


footer .SocialFootlink ul li a {
    width: 36px;
    height: 36px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 64px;
    padding: 8px;
    box-sizing: border-box;
}
.bg-primary-darker {
    background-color: #020466 !important;
}

.bg-primary-dark {
    background-color: #030580 !important;
}

.bg-extra-light {
    background-color: #FBFBFB !important;
}

.bg-sky-light {
    background-color: #F5F9FC !important;
}

.bg-gray-light {
    background-color: #E6E6F2 !important;
}

.bg-gray-darker {
    background-color: #D9D9D9 !important;
}

.bg-off-white {
    background-color: #FAFAFA !important;
}

.bg-cosmos-shades {
    background-color: #DDD0D2 !important;
}

.bg-cannon-light {
    background-color: #1D1A05 !important;
}

.bg-blue-shades {
    background-color: #32509B !important;
}

.bg-border-color {
    border-color: #32509B !important;
}

.bg-light-card {
    background: rgba(230, 230, 242, 0.2);
}

.border-color-primary-dark {
    border-color: #030580 !important;
}

.text-gray {
    color: #414141 !important;
}

.text-light {
    color: #6C6C6C !important;
}

.bg-cylindrical {
    background: #D6DCEB !important;
}

.bg-secondary-gold {
    background: #E2D2B3 !important;
}

.bg-navy-blue {
    background: #CDCDE6 !important;
}

.bg-gray-darkers {
    background: #EBEEF5 !important;
}

.bg-treetop {
    background: #D7DCD0 !important;
}

.bg-greenLight {
    background: #607244 !important;
}

.bg-brownshades {
    background: #75424B !important;
}

.white-text-shade {
    color: #D6DCEB !important;
}

.offwhite-text-shade {
    color: #FAFAFA !important;
}

.white-text-shade-color {
    color: #E5E5E5 !important;
}

.bg-gray-shade {
    background: #E5E5E5 !important;
}

.bg-light-pink {
    background: #F0F2F8 !important;
}

.bg-cold-morning {
    background: #F5F5F5 !important;
}

.bg-gray-medium {
    background: #E8E8E6 !important;
}

.bg-light-blacks {
    background: #2E2E2E !important;
}

.bg-very-pale-blue {
    background: #F8F9FF !important;
}

/*
body {
    word-break: break-word;
}*/