html,
body {
    max-width: 100%;
    font-size: 15px;
}

html {
    scroll-behavior: smooth;
}

.navbar-collapse {
    padding-right: 10px !important;
    float: right;
}

.navbar-text {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.navbar-custom-left {
    height: 62px !important;
    width: 353px !important;
    float: right;
    padding: 14px 0px 0px 26px;
}

.breadcrumb {
    padding: .3rem 1rem !important;
}

.navbar-nav {
    margin: 0px !important;
}

.backBtnCss {
    float: right;
    position: absolute;
    margin-left: calc(100% - 50px);
    min-height: 43px !important;
}

.menuBtnCSS {
    float: right;
    margin-left: calc(100% - 300px);
    margin-top: 10px;
    position: relative;
    margin-top: -61px;
    padding: 2px !important;
}

.btnRadius {
    border-radius: 50% !important;
    color: white !important;
    padding: 5px !important;
}

.custom-NH-text-img {
    height: 100px;
    position: absolute;
    float: left;
    margin-top: 57px;
    z-index: 1;
    margin-left: 276px;
}

.h-40 {
    height: 40px;
    min-height: 40px;
}

.opacity-9 {
    opacity: 0.9;
}

.bg-blue {
    background: #0F3661 !important;
}

.custom-padding-A {
    padding: 0.32rem .15rem !important;
}

.custom-pointer {
    cursor: pointer;
}

.neg-margin-2 {
    margin: -2px;
}

.custom-nhseal {
    width: 100%;
    height: 140px;
    position: absolute;
    background-image: url(../../code/images/common/NH-State-Seal2-Transparent.png);
    background-repeat: no-repeat;
    background-position: right;
}

.custom-headr-url {
    min-height: 100px;
    height: auto;
    background-image: url(../../code/images/common/background.png);
    /* background-size: contain; */
    background-repeat: repeat;
}

.card {
    transition: 0.6s !important;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: 0px !important;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.mat-card {
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    display: block;
    position: relative;
    background: #fff;
    color: rgba(0, 0, 0, .87);
}

.card:hover {
    /* background: #ff6b6b36; */
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2);
}

.container {
    padding: 2px 16px;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active,
.collapsible:hover {
    background-color: #555;
}

.navbar {
    padding: .0rem 1rem !important;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.custom-header {
    height: 65px;
    min-height: 65px;
    background: linear-gradient(to right, #005696, #005696);
}

.navCustom {
    height: 40px;
    background: #454746;
}

.modalnavCustom {
    min-height: 40px;
    background: #454746;
}

.custom-filter-navBar {
    width: 100%;
    height: 40px;
    min-height: 40px;
    background: white;
    border-bottom: 1px solid lightgray;
}

.custom-breadCrums-navbar {
    height: 35px;
    min-height: 25px;
    width: 100%;
    border-bottom: 1px solid lightgray;
}

.tgMain {
    height: 100px;
    width: 140px;
}

.tgImg {
    margin-left: 35%;
    margin-top: 2%;
    width: 25%;
}

.tg-text {
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    cursor: pointer !important;
}

.c-py-3 {
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
}

.txt-mts {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.borderBottomCustom {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border: none;
    background: transparent;
}

.text-muted1 {
    font-size: 16px;
    text-align: left;
    margin-left: 10px;
    font-weight: 400;
    white-space: pre-wrap;
}

.card-block {
    /* height: 100px; */
    height: 115px;
}

.notification-card .card-block>div {
    margin-left: 0;
    margin-right: 0;
    padding: 2px;
}

.notification-card {
    margin: 0px 0px 12px 0px;
    border-radius: 1px;
}

.img-grid-1 {
    height: 50px;
    width: 50px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    transform: scale(1.2);
    pointer-events: none;
}

.img-grid-2 {
    height: 45px;
    width: 45px;
    zoom: 1.3;
    transition: all .2s ease-in-out;
    /* cursor: pointer; */
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.accordion {
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.bl {
    cursor: pointer;
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 14px !important;
}

.card-header {
    height: 40px !important;
    padding: 0 !important;
    font-size: 17px !important;
}

.card-body {
    padding: 0.55rem 2rem !important;
}

.customHeaderClass {
    background: #005696;
    color: #fff;
    font-size: 17px;
    margin: 22px 19px 0;
    line-height: 10.5px !important;
}

.breadCrum {
    cursor: pointer;
    color: #0f3661;
    font-size: 13px;
}

.breadCrum:hover {
    text-decoration: underline;
}

.breadCrum1 {
    cursor: pointer;
    color: blue;
    /* margin-left: 10px; */
}

.breadCrum1:hover {
    text-decoration: underline;
}

.breadCrumLi {
    list-style: none;
    display: inline;
}

/* footer {
    position: inherit;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-color: #005696;
    color: #005696;
    text-align: center;
} */

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f00;
}

.tinymcetxt-header {
    padding: 0px 33px;
    font-weight: 900;
}

.fs-rem {
    font-size: 1.2rem;
}

.custom-color {
    color: #00448e !important;
}

.tinymcetxt {
    /* color: #007bff; */
    color: #00448e !important;
    padding: 0px 33px;
    cursor: pointer;
    /* margin: 5px 0px; */
    font-size: 15px;
}

.tinymcetxtHeader {
    padding: 0px 33px;
    margin: 5px 0px;
    font-size: 22px;
    font-weight: 500;
}

.tinymcetxt:hover {
    text-decoration: underline;
}

.f-17 {
    font-size: 16px !important;
}

.topicGroupHeader {
    /* background: #bfbfbf; */
    background: #e5e6e6;
    height: 70px;
    padding: 2px;
}

.topicGroupHeaderText {
    position: absolute;
    font-size: x-large;
    font-weight: bolder;
    margin: 15px 0px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.caresoulHeight {
    height: 30vh !important
}

.caresoulIndicators {
    background: transparent;
    border-radius: 50%;
    border: none;
    opacity: 0.5;
    display: inline-block;
    width: 16px;
    margin: 3px;
}

.playPauseBackground {
    height: 16px !important;
    width: 16px !important;
    background-color: black !important;
    background-image: radial-gradient(white 40%, black 50%) !important;
    border-radius: 50%;
    display: inline-block;
}

.css-drop-home {
    /* padding: 6px 4px !important; */
    padding: 6px 4px 2px 4px !important;
    color: darkgray;
}

.filterCateCustomCSS {
    border: none;
    text-align: left;
}

.dropbtn {
    color: #4a6076;
}

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

.dropdown-content-dummy {
    display: none;
    padding: 0px;
    position: absolute;
    width: 400px;
    overflow: auto;
    max-height: calc(100vh - 185px);
    z-index: 2;
}

.dropdown-content-dummy a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-dummy a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content-dummy {
    display: block;
    background: none !important;
}

.dropdown-content {
    display: none;
    white-space: nowrap;
    padding: 0px;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    overflow: auto;
    max-height: calc(100vh - 219px);
}

.dropdown-content li {
    border-bottom: 1px solid #ddd;
}

.dropdown-content a {
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    z-index: 2;
    display: block;
    font-size: 13px;
}

.dropdown-content a:hover {
    /* background-color: #ddd; */
    z-index: 2;
}

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


/* .dropdown:focus .dropdown-content {
    display: block;
} */

.dropdown:hover .nav-item {
    background: lightgray;
    color: black !important;
}

.dropdown-menu {
    width: 134px !important;
    min-width: 134px !important;
}

.filter-dropdown {
    /* width: calc(100vw - 196px) !important; */
    padding: 16px;
    font-size: 15px;
}

.customBtn {
    background: transparent;
    height: 28px;
    width: 30px;
    border: none;
    padding: .1rem;
}

.customBtn:hover {
    background: lightgrey;
}

.customBtndummy:hover {
    background: lightgrey;
}

.moveIcons {
    background: transparent;
    height: 28px;
    width: 30px;
    border: none;
    padding: .1rem;
}

.moveIcons:hover {
    background: transparent !important;
}

.cellkey {
    background-color: rgb(191, 210, 226);
    font-weight: 600;
    border: 0.1px solid rgb(221, 221, 221);
    padding: .55rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
    padding-left: 20px;
}

.cellValue {
    border: 0.1px solid rgb(221, 221, 221);
    font-size: 13px;
    padding-left: 10px;
    overflow-wrap: anywhere;
}

.scrollX {
    overflow-x: scroll;
}

.headerCustom {
    background: #445c97;
    color: white;
    padding: .15rem;
    text-align: center;
    font-size: large;
}

.custom-row {
    height: 21px;
    position: absolute;
    margin-top: 40px;
    z-index: 9;
    opacity: 0.9;
}

/* .footerleft {
    float: left;
    height: 25px;
    padding-top: 10px;
    width: 52%;
    padding-left: 18px;
    text-align: left;
    color: #ffffff;
} */
/* 
.footerright {
    float: right;
    padding-top: 25px;
    padding-right: 4%;
    height: 25px;
    width: 45%;
    text-align: right;
    color: #ffffff;
} */

/* #footer {
    clear: both;
    height: 105px;
    background-color: #0F3661;
} */

.custom-icons-background {
    margin-top: 66px !important;
    line-height: 13px;
}

.customIconFont {
    color: #4b4333;
}

.customIconFont:hover {
    color: #25211a;
}

.p--6 {
    padding: 0.6rem;
}

.faqHeader {
    background: #0F3661;
    color: white;
    text-align: center;
    height: 33px;
}

.faqHeaderContent {
    font-size: 16px;
    color: #398ccc;
    text-decoration: underline;
    cursor: pointer;
}

.faqHeaderCs {
    font-size: 1.55rem;
    font-weight: 500;
    border-bottom: 2px solid black;
    margin-bottom: 5px;
    color: #2e93d7 !important;
}

.topicGroupOurPrograms {
    color: white;
    margin: 10px 4px 0px 5px;
    height: 36px;
    background: #336598;
    padding: 6px 2px 0px 0px;
    width: 99%;
    font-size: 16px;
}

.clickableDiv {
    padding: 5px 5px 16px 0px;
    /* cursor: pointer; */
    color: black;
}

.clickableImage {
    cursor: pointer;
    margin: 10px;
}

.carousel-indicators {
    margin-bottom: 6px !important;
    z-index: 1 !important;
}

.customplayBtn {
    position: absolute;
    left: 70%;
    bottom: -9px;
    display: none;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 0;
    list-style: none;
    width: 20px;
    margin-bottom: 10px;
}

.custompauseBtn {
    position: absolute;
    left: 70%;
    bottom: -9px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 0;
    list-style: none;
    width: 20px;
    margin-bottom: 10px;
}

.custom-th {
    background: lightgray;
    border-right: 1px solid white;
    /* width: 300px; */
}

.custom-td {
    border-right: 1px solid lightgray;
}

.custom-pd {
    padding: 0.55rem 2rem;
    border-bottom: 1px solid #dee2e6;
    flex: 1 1 auto;
    min-height: 1px;
    cursor: pointer;
}

.custom-pd:hover {
    background: lightgray;
}

.custom-bl {
    cursor: pointer;
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 15px;
}

.custom-car-css {
    width: 150px;
    padding: 2px;
    height: 40px;
    background: transparent !important;
    border-right: 1px solid white;
    cursor: pointer;
    text-align: center;
    color: white;
}

.custom-text-css {
    /* white-space: nowrap; */
    cursor: pointer;
    font-size: 13px;
    /* margin-top: 5px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-car-css:hover {
    background: white !important;
    color: #5b5f84 !important;
    border-right: 1px solid #5b5f84;
}

.addTocustomCarcss {
    background: white !important;
    color: #5b5f84 !important;
    border-right: 1px solid #5b5f84;
}

.custom-close-ds {
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer;
}

.custom-nexprev {
    width: 25px;
    color: white;
    padding: 4px;
    cursor: pointer;
}

.refreshiconfmixed {
    float: right;
    margin: 3px 6px;
    cursor: pointer;
}

.indinfo {
    margin: 2px 5px !important;
}

.header-mixedcontent-title {
    height: 30px;
    width: 100%;
    background: #e5e6e6;
    border: 1px solid lightgray;
}

.header-mixedcontent {
    height: 24px;
    width: 100%;
    background: #f8f9fa;
    margin: 5px 10px 0px 0px;
    border: 1px solid lightgray;
}

.custom-headerCog {
    height: 24px;
    width: 333px;
    background: #f8f9fa;
    margin: 5px 10px 0px 0px;
    border: 1px solid lightgray;
}

.custom-bodyCogDiv {
    height: 371px;
    width: 333px;
    border: 1px solid lightgray;
    margin: 0px 10px 10px 0px
}

.custom-headerExter {
    height: 24px;
    background: #f8f9fa;
    margin: 5px 10px 0px 0px;
    border: 1px solid lightgray;
}

.custom-bodyExterDiv {
    border: 1px solid lightgray;
    margin: 0px 10px 10px 0px
}

.custom-cogExterLink {
    float: right;
    margin: 4px;
    cursor: pointer;
}

.custom-tab-font {
    font-size: 13px;
    text-decoration: none !important;
    color: white !important;
    line-height: 2;
}

.custom-Ext {
    float: right;
    margin: 10px 10px 0px 6px;
    cursor: pointer;
}

.custom-indicator-BreadCrum {
    height: 45px;
    margin: auto;
    background: #9ca9d1;
    border: 5px solid #9ca9d1;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.custom-pdf-scan {
    height: 18px;
    width: 16px;
}

.custom-cognos {
    width: 1260px;
    margin: auto;
    display: none;
    min-height: 650px;
}

.custom-dashboard-bar {
    width: 1260px;
    height: 30px;
    padding: 4px;
    margin: auto;
    display: none;
    background: #e6e6e6;
    color: #333333;
}

.custom-download-spantext {
    height: 27px;
    margin: 6px 0px 0px 0px;
    font-size: 11px;
}

.custom-Indicator-Extenal-img {
    margin: 2px 0px 0px 10px;
}

.custom-header-center-align {
    width: fit-content;
    margin: auto;
    margin-top: -17px;
    display: -ms-flexbox;
    display: grid;
}

.custom-returnText {
    float: right;
    color: blue;
    text-decoration: underline;
    padding: 5px;
}

.customTopicNameCSS {
    font-size: 16px !important;
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.customDisabled {
    pointer-events: none;
    opacity: 0.4;
}

.icon-highlight {
    background: #94C4E8;
    width: 28px;
    padding: 1px;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    box-shadow: -2px 3px 1px -2px rgba(0, 0, 0, .2), -2px 2px 2px 0 rgba(0, 0, 0, .14), -2px 1px 5px 0 rgba(0, 0, 0, .12)
}

.icon-highlgt {
    margin-top: -2px;
    height: 30px;
    width: 30px;
    background: #94C4E8;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    box-shadow: -2px 3px 1px -2px rgba(0, 0, 0, .2), -2px 2px 2px 0 rgba(0, 0, 0, .14), -2px 1px 5px 0 rgba(0, 0, 0, .12)
}

.icon-highlgt:active {
    border: none !important;
}

.icon-highlight:active {
    border: none !important;
}


.icon-gryhighlgt {
    background: #999;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    box-shadow: -2px 3px 1px -2px rgba(0, 0, 0, .2), -2px 2px 2px 0 rgba(0, 0, 0, .14), -2px 1px 5px 0 rgba(0, 0, 0, .12)
}

.icon-gryhighlgt:active {
    border: none !important;
}

.icon-gryhighlgt:active {
    border: none !important;
}


.noCategory {
    font-size: 25px;
    padding: 15px;
}

.custom-mat-card {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    display: block;
    position: relative;
    padding: 24px;
    border-radius: 2px;
    background: #fff;
    color: rgba(0, 0, 0, .87);
}

.custom-tableau-icons {
    height: 30px;
    position: absolute;
    z-index: 999 !important;
    margin-top: 0px;
    margin-left: 82% !important;
}

.myTopicsDecoration {
    font-size: 15px;
    margin: 5px;
    text-decoration: underline;
    color: gray;
    letter-spacing: 0.6px;
    cursor: pointer;
    width: fit-content;
}

.customACCBut {
    padding-left: 15px;
}

.custom-ellipses {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.custom-dropDownTxt {
    text-decoration: none;
    color: #8b8b8b !important;
    font-size: 13px;
    padding-left: 30px !important;
    line-height: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: white;
}

.custom-dropDownTxt :hover {
    background: blue !important;
}

.custom-background {
    background: lightgrey;
}

.addColor {
    color: #6687AA !important;
}

.addWidthAndPadding {
    background: white;
    width: 73%;
    height: auto;
    margin: auto;
}

.addHeightAndColorToModal {
    /* min-height: 72vh; */
    height: 70vh;
    background-color: #dfe5f1;
}

.custom-detailsModal-css {
    overflow: hidden !important;
}

div.scrollmenu {
    background-color: #f1f1f1;
    color: black;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}

.activeTab {
    color: white !important;
    background-color: #555;
}

.extraTextUnderWisdomLogo {
    color: #ca0f0f;
    margin-top: -16px;
    margin-left: 2px;
}

.bkc {
    background: #f1f1f1;
}

.iframeObjectCss {
    border: none;
    height: -webkit-fill-available;
}

.customcovidheader {
    color: #585858;
    font-weight: bold;
    font-size: 24px;
    padding: 0px;
}

.customcovidheadertwo {
    text-align: center;
    border: 1px solid gray;
    padding: 2px;
    width: 209px;
    font-size: 15px;
    background: lavender;
    border-radius: 4px;
}

.pill-nav a {
    display: inline-block;
    width: 16%;
    background-color: white;
    margin: 3px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #c2cae4;
}

.pill-nav a:hover {
    background-color: lightgrey;
    color: black;
}

.pillCustColor {
    color: black !important;
}

.pillnav-selected {
    background-color: #014785 !important;
    color: white !important;
}

.pillnavgold-selected {
    background-color: #977f44 !important;
    color: white !important;
    border: 1px solid #977f44 !important;
}

.pillnav-gold {
    background-color: #f5f1e7 !important;
    color: black !important;
    border: 1px solid #977f44 !important;
}

.pillnav-gold:hover {
    background-color: #F1E5AC !important;
    color: black !important;
    border: 1px solid #977f44 !important;
}

.customSearch {
    width: 80%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 40px;
    font-size: 16px;
    background-color: white;
    background-image: url('../../content/images/common/search.svg');
    background-position: 5px 5px;
    background-repeat: no-repeat;
    padding: 4px 3px 6px 36px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}


/* .customSearch:focus {
    width: 100%;
} */

.custom-search {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block;
    }
}

@media (min-width: 768px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .hero-slider {
        height: 465px;
    }
}

.text-size {
    font-weight: 700;
    /* margin: 10px 30px; */
    margin: 10px;
}

.facebook :hover {
    color: #3b5998;
}

.twitter :hover {
    color: #00ACEE;
}

.instagram :hover {
    color: #DD2A7B
}

.youtube :hover {
    color: #E62117;
}

.defaultWidht {
    max-width: 1260px;
    margin: auto;
}

.nav-link {
    padding: 0.7rem !important;
}

.nav-item :hover {
    background: lightgray;
    color: #222222 !important;
}


/* .navbar-nav li:hover,
.nav-link a:hover .dropdown:hover .dropbtn .dropdown a :hover {
    background-color: #ddd;
} */

.custom-size-btn {
    margin: 10px;
    padding: 7px;
    width: 286px;
}

.custom-open-menu-text {
    font-size: 0.875rem;
    font-weight: 700;
    background: #0F3661;
    -ms-flex-align: center;
    text-align: center;
    margin-left: 5px;
    color: white;
}

.custom-bblrr {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    cursor: pointer;
}

.custom-nav-text {
    text-decoration: none;
    font-weight: 500;
    line-height: 19px;
    display: inline-block;
    padding: 10.5px 13px;
    transition: all .3s;
    font-size: 16px;
}

.custom-nav-icon {
    font-size: 15px;
    float: right;
    padding: 10px;
}

.custom-nav-mobile {
    color: #222;
    display: block;
    position: relative;
    background: #E8E8E8;
}

.custom-navbar {
    min-height: 40px;
    background: #0F3661;
    padding: 0px !important;
}

.custom-navbar-mobile {
    min-height: 40px;
    background: #0F3661;
    padding: 0px !important;
}

.logoOne {
    margin: 0px;
    margin-bottom: .0001pt;
    font-size: 10.0pt;
    color: #282828;
}

.logotwo {
    margin-bottom: .0001pt;
    font-size: 17.0pt;
    line-height: 1.25;
    color: #282828;
}

.logotheree {
    margin: 0px;
    margin-bottom: .0001pt;
    font-size: 10.5pt;
    color: #977f44;
}

.viewMoreCss {
    font-size: 18px;
    color: white !important;
    cursor: pointer;
}

.viewMoreCss:hover {
    text-decoration: underline !important;
}

.atagCustomCss {
    cursor: pointer;
}

.atagCustomCss:hover {
    text-decoration: underline !important;
}

.size1 {
    font-size: 0.6875rem;
}

.size2 {
    font-size: 0.875rem;
}

.size3 {
    font-size: 1rem;
}

.defaultColor {
    color: #222222;
}

.defaultHeight {
    min-height: 730px;
}

.custom-carrot {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 3px;
    font-size: 10px;
    color: #0F3661
}

.custom-ds-color {
    color: #486f9a !important;
    font-weight: 600;
}

.alert {
    background: #FFCE00;
    color: #222;
    padding: 15px 0 !important;
    margin: 0;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert .flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.alert .alert-title {
    margin-right: 25px;
    text-transform: uppercase;
    font-size: 20px !important;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1.3px;
}

.alert .alert-description {
    font-size: 15px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 22px;
    padding-left: 0;
}

.alert-description a {
    font-size: 1.5rem;
}

.tab-header {
    max-width: 1260px;
    margin: auto;
    display: block;
    width: 100%;
    height: 45px;
    pointer-events: none;
    /* position: absolute; */
}

.neg-ml {
    margin-left: -2px;
    margin-top: -2px;
    margin-right: 0px;
}

.dashboardtextSocia {
    margin-left: -16px;
    margin-top: -4px;
    position: absolute;
    background: white;
}

.dsimagecssSocia {
    margin-top: 14px;
    margin-left: 12px;
}

.pdftextsocia {
    margin-left: -50px;
    margin-top: 2px;
    position: absolute;
    background: white;
}

.pdfimagesociacss {
    margin-left: 10px;
    margin-top: 18px;
}

.indtextsociacss {
    position: absolute;
    margin-left: -42px;
    margin-top: 0px;
    background: white;
}

.indimagesociacss {
    margin-top: 16px;
    margin-left: 12px;
}

.rfstextsociacss {
    position: absolute;
    margin-left: -16px;
    margin-top: 4px;
    background: white;
}

.rfsimagesociacss {
    margin-top: 19px;
    margin-left: 5px;
}

.tbltextsociacss {
    position: absolute;
    margin-top: 25px;
    background: white;
}

.tblimagesociacss {
    margin-top: 41px;
    margin-left: 10px;
}

.custdashtextcss {
    margin-left: -16px;
    margin-top: -4px;
    position: absolute;
    background: white;
}

.custdashimgcss {
    margin-left: 10px;
    margin-top: 10px;
}

.custpdftextcss {
    margin-left: -50px;
    margin-top: -2px;
    position: absolute;
    background: white;
}

.custpdfimagecss {
    margin-left: 10px;
    margin-top: 15px;
}

.custtbltextcss {
    position: absolute;
    margin-top: 24px;
}

.custtblimgss {
    margin-top: 39px;
    margin-left: 10px;
}




.pdftextcss {
    margin-left: -50px;
    margin-top: 10px;
    position: absolute;
    background: white;
}

.pdfimagecss {
    margin-left: 10px;
    margin-top: 18px;
}

.tbltextcss {
    position: absolute;
    margin-top: 31px;
    background: white;
}

.tbltextss {
    position: absolute;
    margin-top: 28px;
    background: white;
}

.tblimagecss {
    margin-top: 46px;
    margin-left: 10px;
}

.indtextcss {
    position: absolute;
    margin-left: -42px;
    margin-top: 6px;
    background: white;
}

.indtextsss {
    position: absolute;
    margin-left: -42px;
    margin-top: -2px;
    background: white;
}

.indimagecss {
    margin-top: 15px;
    margin-left: 12px;
}

.rfstextcss {
    position: absolute;
    margin-left: -16px;
    margin-top: 3px;
    background: white;
}

.rfstextsss {
    position: absolute;
    margin-left: -16px;
    margin-top: -2px;
    background: white;
}

.rfsimagecss {
    margin-top: 16px;
    margin-left: 6px;
}

.custom-font-weight {
    font-weight: 700;
}

.custom-heading {
    font-weight: 600;
}

.hero-slider {
    position: relative;
}

.hero-slider .slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.help-box {
    pointer-events: all;
    position: absolute;
    bottom: 85px;
    right: 70px;
    background: rgba(50, 175, 112, 0.9);
    color: #FFF;
    border: 1px solid #E8E8E8;
    max-width: 400px;
    /* padding: 15px; */
    margin: 0px;
}

.splide-wrapper {
    background-image: url(./../../content/images/common/banner.jpg);
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left !important;
}

.splide-wrapper-mobile {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerContent {
    min-height: 20vh;
    height: auto;
    background: #E8E8E8;
    border-top: 1px solid #505050;
    padding: 20px 0;
}

.footerCopyRight {
    min-height: 5vh;
    padding: 10px 0;
    background: #505050;
    height: auto;
    color: #fff;
}

.footerinn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.footerRightText {
    font-weight: 500;
    color: #222;
    padding: 5px 0;
    text-decoration: underline;
}

.footerRightText:hover {
    text-decoration: none
}

.footerleftTextLine1 {
    font-size: 12px;
    padding: 2px;
    font-weight: 600;
    margin-left: -18px;
}

.footerleftTextLine2 {
    font-size: 22px;
    font-weight: 800;
    padding: 2px;
    margin-left: -18px;
}

.custbg {
    background: transparent;
}

.custbg:hover {
    background: #94C4E8;
}

.headerintegrateHeader {
    position: absolute;
    height: 33px;
    margin: auto;
    width: 100%;
    margin-top: 7px;
}

.page-item:hover {
    background: lightgrey;
}

.cml1 {
    margin-left: 1px !important;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.scrollDiv {
    position: fixed;
    bottom: 40px;
    right: 20px;
    transition: all 1s linear;
    display: block;
    cursor: pointer;
}


.hidden {
    display: none;
}

.visuallyhidden {
    opacity: 0;
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(190, 183, 183);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 10px;
}

.removePadding {
    /* padding: 0.4rem !important; */
}

.accordion .card-header .collapsed .custom-fontsize:after {
    font-family: 'Arial';
    content: "\002B";
    float: right;
    color: #5c5c5c;
    font-weight: 100;
    font-size: 20px;
    margin-top: -3px;
    margin-right: 2px;
}

.accordion .card-header .custom-fontsize:after {
    /* symbol for "+" panels */
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #5c5c5c;
    font-weight: 100;
    font-size: 10px;
    margin-top: 6px;
    margin-right: 4px;
}

.downloadableContent .card-header .collapsed .custom-fontsize:after {
    font-family: 'Arial';
    content: "\002B";
    float: right;
    color: #5c5c5c;
    font-weight: 100;
    font-size: 20px;
    margin-top: -3px;
    margin-right: 2px;
}

.downloadableContent .card-header .custom-fontsize:after {
    /* symbol for "+" panels */
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #5c5c5c;
    font-weight: 100;
    font-size: 10px;
    margin-top: 6px;
    margin-right: 4px;
}

.custom-x-twitter {
    height: 29px;
    margin-top: 1px;
}

.tableFixHead {
    overflow: auto;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.tableFixHead tbody th {
    position: sticky;
    left: 0;
}

.videoPageplaybutton {
    position: absolute;
    top: 38%;
    left: 43%;
    color: red;
    cursor: pointer !important;
}

.videoPageColVidLength {
    background: black;
    height: 30px;
    position: relative;
    bottom: 29px;
    opacity: 0.8;
    cursor: pointer;
    width: 45px;
    padding: 3px 10px;
    font-weight: 400;
    font-size: .9rem;
}

.videoPageLengthtext {
    color: white;
    position: absolute;
    right: 0;
    padding: 5px;
    font-weight: 700;
}

.videoPageTitleTxt {
    margin-left: 50px;
    font-size: 24px;
    color: black;
    cursor: pointer;
}