:root {
    --pri-base: 306deg;

    --pri-color: hsl(var(--pri-base) 87% 27%);
    --pri-color-80: hsl(var(--pri-base) 87% 27% / 80%);
    --pri-color-lt: hsl(var(--pri-base) 50% 70%);
    --pri-color-dk: hsl(var(--pri-base) 80% 15%);
    --pri-color-dk-80: hsl(var(--pri-base) 80% 15% / 80%);
    --pri-color-md: hsl(var(--pri-base) 22% 39%);
    --pri-color-nt: hsl(var(--pri-base) 10% 83%);
    --pri-color-nt-80: hsl(var(--pri-base) 10% 83% / 80%);

    --sec-color: yellow;
    --sec-color-lt: hsl(54, 87%, 78%);

    --pri-bkg: #f7f7f7;

    --pri-shadow: 0 0 10px rgb(0 0 0 / 0.25);

    --br: .2rem;

    --pri-txt: 'Open Sans', sans-serif;
    --sec-txt: 'Arvo', serif;

    --trans2ms: .2s ease-in-out;
}


@font-face {
    font-family: 'open-sans';
    src: url("/ims/assets/ctx/282b7be0/fonts/open-sans/OpenSans-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open-sans';
    src: url("/ims/assets/ctx/af16bfcb/fonts/open-sans/OpenSans-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

/** Login and disclaimer **/
.publicLayoutBody {
    background-color: #f7f7f7;
}

.publicLayoutBody .brandedDisclaimerArea {
    width: 100%;
    max-width: 1150px;
    margin: 50px auto 0;
}

.publicLayoutBody .brandedDisclaimerArea .hsection {
    padding: 25px 0 25px 20px;
    position: relative;
    top: -25px;
    color: #810975;
    /** purple **/
    font-size: 36px;
    background-color: #d8cfd7;
    /*purple neutral*/
    border-bottom: none;
}

.publicLayoutBody .footerContainer {
    padding: 50px 0 30px;
    text-align: center;
}

.publicLayoutBody .footerContainer a {
    margin: 0 15px;
    color: white;
    font-size: 13px;
}

.publicLayoutBody .footerContainer a:hover,
.publicLayoutBody .footerContainer a:focus {
    color: #d98cd1;
    /** bright purple **/
}

.publicLayoutBody .footerContainer .social-nav {
    margin-bottom: 20px;
}

.publicLayoutBody .footerContainer .social-nav a {
    font-size: 20px;
}

.publicLayoutBody .footerContainer .dropdown-toggle::after {
    content: ' \f0d7';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
}

.publicLayoutBody .footerContainer .dropdown-menu {
    width: -moz-fit-content;
    width: fit-content;
    left: 15px;
    text-align: left;
    background-color: #810975;
    /** purple **/
    border: none;
    border-radius: 3px;
}

.publicLayoutBody .footerContainer .dropdown-menu a {
    margin: 0;
}

.publicLayoutBody .footerContainer .dropdown-menu a:hover {
    background: none;
}


.publicLayoutBody .footerContainer .link-ims a {
    background: none;
    border: 1px solid white;
}

.publicLayoutBody .footerContainer .link-ims a:hover {
    color: #d98cd1 !important;
    /** bright purple **/
    border-color: #d98cd1;
    /** bright purple **/
}

.publicLayoutBody .footerContainer .logo {
    margin-bottom: 10px;
    padding: 24px 0;
    border-bottom: 1px solid white;
}

.publicLayoutBody .footerContainer .logo img {
    width: 80px;
}

.publicLayoutBody .footerContainer .lic_footerlinks,
.publicLayoutBody .footerContainer .lic_copyright {
    text-align: center;
}

.publicLayoutBody .footerContainer .disclaimerlink.afterlogin a {
    margin-right: 0;
}

.brandedLoginBox {
    margin-top: 120px;
    margin-bottom: 50px;
    padding: 30px;
    position: relative;
    background-color: white;
    border-radius: 3px;
}

.brandedLoginBox::before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #810975;
    /** purple **/
    border-radius: 3px;
}

.brandedLoginBox form,
.brandedLoginBox form+div,
.brandedLoginBox p,
.brandedLoginBox div {
    position: relative;
    z-index: 1;
}

.disclaimerContainer {
    padding: 30px;
}

@media (max-width:768px) {
    .publicLayoutBody .brandedDisclaimerArea .hsection {
        padding-left: 0;
        top: -25px;
    }

    .publicLayoutBody .footerContainer {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .disclaimerContainer {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:980px) {
    .publicLayoutBody .footerContainer {
        padding-top: 20px;
    }

    .publicLayoutBody .footerContainer .footer-nav {
        display: none;
    }

}

/** End login and disclaimer **/

body {
    color: #333;
    font-family: open-sans, sans-serif;
    margin-top: 0;
}

legend,
h2,
h3,
h4,
h5 {
    color: #810975;
    /** purple **/
}

.containerMod {
    padding: 0 15px;
}

.footerContainer {
    background-color: black;
}

a,
.ui-widget-content a,
.nav-link {
    color: #810975;
    /** purple **/
}

a:hover,
a:active,
a:focus,
.ui-widget-content a:hover,
.ui-widget-content a:active,
.ui-widget-content a:focus {
    color: #d98cd1;
    /** bright purple **/
}

a:not([href]):not([class]) {
    color: #810975;
}

a:not([href]):not([class]):hover {
    color: #d98cd1;
}

#header-logo>a>img {
    height: 75px;
    width: auto;
}

#header {
    display: none;
}

.header-divide {
    display: none;
}


#header-banner {
    height: auto;
}

.brandedPublicContainer hr {
    display: none;
}

.brandedLoginBox {
    padding-top: 20px;
}

.lic_loginAlert {
    padding: 0px 15px;
    margin-bottom: 0px !important;
}

.lic_loginAlert p {
    padding: 20px 0 0 0;
    margin: 0;
    font-size: 14px;
}

ul[id*="ui-id"] {
    max-width: 232px !important;
}

.namebanner {
    color: #810975;
    margin: 1.5px;
    /** purple **/
}

.pwdAlert {
    width: 380px;
    font-size: 12px;
    padding: 3px 8px 1px 0;
    text-align: right;
    margin: 0;
    margin-left: auto;
}

.pwdAlert a {
    font-weight: bold;
}

.pwdAlert .faIcon-md {
    vertical-align: middle;
    font-size: 14px;
}

.pwdAlert.alertHeader {
    width: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.pwdAlertLink {
    margin-left: 8px;
}

.lic_headerMenu {
    margin-bottom: 15px;
}

.lic_mainNav {
    margin: 20px 0 0 0;
}

.welcomeUserDiv {
    padding-top: 5px;
    text-align: right;
}

#main_menu .nav-pills {
    background-image: none;
    background-color: white;
    border-radius: 0;
    border-top: 0;
}

#main_menu .nav-pills>li {
    border-right: 0;
    margin: 0;
}

#main_menu .nav-pills>li:last-child {
    border-right: 0;
    padding-right: 0;
}

#main_menu .nav-pills>li>a {
    margin: 0 10px 10px 0;
    padding: 0 15px 5px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #810975;
    /** purple **/
    text-shadow: none;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
}

#main_menu .nav-pills>li>a:hover,
#main_menu .nav-pills>li.active>a,
#main_menu .nav-pills>li.active>a:hover,
#main_menu .nav-pills>li>a:focus {
    background-image: none;
    color: #d98cd1;
    /** bright purple **/
    background-color: white !important;
    border-radius: 0;
    font-weight: bold;
    border-bottom: 2px solid #d98cd1;
    /** bright purple **/
}

#main_menu .nav-pills>li.active>a,
#main_menu .nav-pills>li.active>a:hover {
    color: #810975 !important;
    /** purple **/
    border-bottom-color: #810975;
    /** purple **/
}

.globalSearchForm {
    position: relative;
}

.globalSearchForm #keywordField {
    width: 100%;
}

.lic_headerDiv .headerLink .btn-link {
    padding-left: 2px;
}

.lic_headerMenu div.col-1 {
    margin-left: 0;
}

.lic_headerSearch {
    height: 34px;
    margin-top: 16px;
    text-align: right;
}

.lic_headerSearch form {
    margin: 3px 0 0 0;
}

.lic_headerSearch .btn-default {
    margin-top: 0 !important;
}

.lic_headerSearch div.col-3 {
    width: calc(100% - 50px) !important;
    float: left;
}

div.footersection {
    background-image: none;
    background-repeat: no-repeat;
}

.licFooterL {
    padding: 10px 0;
}

.licFooterL>img {
    width: auto;
    height: 30px;
    margin-top: 10px;
}

.licFooterR {
    padding: 10px;
    text-align: right;
}

.lic_footerlinks {
    margin: 0 0 0 0;
}

.lic_footerlinks a {
    padding: 0 5px;
    color: white;
}

.lic_footerlinks a:hover {
    color: #d98cd1;
    /** bright purple **/
}

.lic_copyright {
    margin-top: 0;
    margin-right: 5px;
    color: white;
}

.doNotPrint a.btn.btn-link {
    vertical-align: baseline;
}

div.hsection {
    font-family: open-sans, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #810975;
    /** purple **/
    border-bottom: 1px solid #D7D3D9;
    /** border color **/
}

div.hsection .btn {
    font-family: open-sans, sans-serif;
    font-weight: normal;
}

.sectionTitle {
    font-family: open-sans, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #424E5F;
    /** dark gray **/
}

.viewAllAnn {
    text-align: left;
    border: 0;
    border-bottom: 1px solid #D7D3D9;
    /** border color **/
    line-height: 30px;
    padding: 2px 0 1px 0;
    margin-bottom: 10px;
}

.viewAllAnn>a {
    font-family: open-sans, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #424E5F;
    /** dark gray **/
}

.viewAllAnn>a:hover,
.viewAllAnn>a:active,
.viewAllAnn>a:focus {
    color: #424E5F;
    /** dark gray **/
}

.infoLabel {
    font-weight: bold;
    font-size: 0.9em;
}

.infoData {
    font-size: 0.9em;
}

.btn {
    border-radius: 3px;
    box-shadow: none;
}

.btn-primary {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: white !important;
    background-color: #810975;
    /** purple **/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #810975 !important;
    /** purple **/
    background-color: white;
    border-color: #810975;
    /** purple **/
}

.btn-link {
    color: #810975;
    /** purple **/
}

.btn-link:hover,
.btn-link:focus {
    color: #d98cd1;
    /** bright purple **/
}

.btn-sm {
    font-size: 8px;
}

.quickToolsBtn .btn-sm {
    font-size: 10px;
}

.btn.dropdown-toggle {
    font-weight: normal;
    text-transform: none;
}

.btn.dropdown-toggle .caret {
    border-top-color: #810775;
    /** purple **/
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background-color: #e6e6e6;
    color: #810775;
}

/** Book **/
div.t-data-grid {
    font-family: opens-sans, sans-serif;
}

div.t-data-grid table {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #efefef;
}

div.t-data-grid table thead th {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: none;
    background-color: #413540;
    /** Darkest purple **/
    border-radius: 0 !important;
}

div.t-data-grid table thead th:first-child {
    border-left: 0;
}

.table th {
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #413540;
    /** Darkest purple **/
    background-image: none;
}

div.t-data-grid table td {
    font-size: 0.9em;
}

div.t-data-grid table td:first-child {
    border-left: 0;
}

.boldR {
    font-weight: bold;
}

.div-bordered {
    background-color: #e4e4e4;
    /** light gray **/
    border-radius: 0;
    border: 0;
}

#contractSummary td.tab-data {
    font-weight: bold;
    text-align: left;
}

td>div>table thead th[data-grid-column-sort] a {
    color: #252525 !important;
    /** dark gray **/
}

/** nav-tabs **/
.nav-tabs {
    border-bottom: 1px solid #810975;
    /** purple **/
}

.nav-tabs>li {
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-bottom: 0 !important;
    border: 1px transparent solid;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    color: #810975;
    /** purple **/
    border-bottom: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    color: #810975;
    /** purple **/
    border: 1px solid #810975 !important;
    /** purple **/
    border-bottom-color: white !important;
}

/** end of nav-tabs **/

.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    color: white;
    background-color: #810975 !important;
    /** purple **/
}

.well {
    border-radius: 0;
}

#tabs {
    margin-top: 5px;
}

#tabs .nav-pills a {
    margin: 0 5px 5px 0 !important;
    color: #810975;
    /** purple **/
    font-weight: normal;
    border: 0;
}

#tabs .nav-pills>.active>a {
    color: white;
    background-color: #810975;
    /** purple **/
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #424E5F;
    /** dark gray **/
}

#acctActions {
    background-color: #EFEFEF;
    /** light gray **/
    border-radius: 0;
}

.acctSummaryTop>table.table-nohead th {
    display: none;
}

.acctSummaryTop table.table-striped td,
.acctSummaryContract table.table-striped td {
    border: 0;
    padding: 4px;
}

.acctSummaryTop>table.table-nohead td,
.acctSummaryContract>table.table-nohead td {
    font-size: 1em;
}

.acctSummaryTop>table.table-nohead td:nth-child(odd),
.acctSummaryContract>table.table-nohead td:nth-child(odd) {
    font-weight: bold;
}

.acctPosTable td {
    border-top: 1px solid #D7D3D9;
    /** border color **/
    padding: 2px 4px;
    font-size: 0.9em;
}

.acctPosTable tbody>tr:nth-child(odd)>td {
    background-color: #EFEFEF;
    /** light gray **/
}

/** rotate color not implemented on this table**/
.acctTransTab td {
    padding: 3px 4px;
    border-top: 0;
    border-bottom: 1px solid #D7D3D9;
    /** border color **/
}

.acctTransTab td>a>img {
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;
    height: 11px;
    width: auto;
}

.txntrades {
    padding: 0 !important;
}

.acctTransSubTab {
    border: 0;
    margin-bottom: 0;
    border-left: 1px solid #EFEFEF;
    /** light gray **/
    border-top: 1px solid #EFEFEF;
    /** light gray **/
    border-right: 1px solid #EFEFEF;
    /** light gray **/
    padding-left: 17px;
}

.acctTransSubTab td {
    border: 0;
    border-top: 1px solid #EFEFEF;
    /** light gray **/
    font-size: 0.8em;
}

.acctTransSubTab th {
    border: 0 !important;
    border-bottom: 1px solid #EFEFEF;
    /** light gray **/
    background-color: #EFEFEF !important;
    /** light gray **/
    color: #252525 !important;
    /** dark gray **/
    font-size: 0.8em;
    font-weight: bold !important;
}

.acctTransTab tr.noborder td {
    border-bottom: 0;
}

.voucherOption {
    margin-bottom: 5px;
}

.brandedDisclaimerArea {
    margin-top: 20px;
}

/** modal **/
div.ui-widget-header {
    background: #810975;
    /** purple **/
}

.ui-widget-content a.btn-primary:focus {
    color: white !important;
    background-color: #810975;
    /** purple **/
}

.ui-widget-content a.btn-primary:hover {
    color: #810975 !important;
    /** purple **/
    background-color: white;
}

button.ui-datepicker-trigger {
    margin-left: 0;
    background: none;
}

.asofForm .asofDiv :nth-child(2) .ui-datepicker-trigger {
    height: auto;
}

button.ui-datepicker-trigger::before {
    content: '\f073';
    color: #810975;
    /** purple **/
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
}

.ui-datepicker .ui-icon {
    background-image: none;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    background-image: none;
    background-color: transparent;
    border: none;
}

.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
    display: block;
    margin-top: 6px;
    margin-left: 7px;
    font-family: 'Font Awesome 5 Pro';
    color: white;
    font-size: 15px;
}

.ui-datepicker .ui-datepicker-prev::after {
    content: "\f053";
}

.ui-datepicker .ui-datepicker-next::after {
    content: "\f054";
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #810975;
    /** purple **/
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #810975;
    /** purple **/
    border-color: #810975;
    /** purple **/
}

.uppy-DragDrop-browse {
    color: #810975;
    /** purple **/
}

/** cascade fixes **/
DIV.t-data-grid-pager SPAN.current {
    background-color: #810975;
    /** purple **/
}

/** Ann **/
.annTitle {
    color: #424E5F;
    /** dark gray **/
}

a.qq-upload-button {
    background: url("/ims/assets/ctx/339b24ea/images_lic/upload-arrow.png") 16px 6px no-repeat !important;
}

#docsZone ul.doclist li {
    color: #424E5F;
    /** dark gray **/
}

.remove-icon,
.reorder-icon,
.download-icon,
.upload-icon,
.play-icon,
.refresh-icon,
.virus-icon,
.download-wait-icon,
.splitter-icon {
    background: url("/ims/assets/ctx/e98d79a/images_lic/imsicons.png") no-repeat;
}


.cmsMarketingMenu {
    border-right: 1px solid #810975;
    /** purple **/
}

.cmsMarketingMenu .filterEmptyClass a,
.cmsMarketingMenu .cmsMarketingMenuActive a {
    border: 1px solid #810975;
    /** purple **/
    border-right: 1px solid white;
}


/* Upload reports */

.currentReportUploads .uploadArea b {
    color: #004b8d;
    /** dark blue **/
}

.currentReportUploads a.qq-upload-button::before {
    color: #810975;
    /** purple **/
}

/* End of Upload reports */


/* Pager */

.t-data-grid .t-data-grid-pager a,
.t-data-grid .t-data-grid-pager .current {
    border-color: #810975;
    /** purple **/
}





/** Dark and Light Branding colors **/
.darkBrandingColor {
    color: #810975 !important;
    /** purple **/
}

.lightBrandingColor {
    color: #d98cd1 !important;
    /** bright purple **/
}

.darkBrandingBGColor {
    background-color: #810975 !important;
    /** purple **/
}

.lightBrandingBGColor {
    background-color: #d98cd1 !important;
    /** bright purple **/
}

.darkBrandingBColor {
    border-color: #810975 !important;
    /** purple **/
}

.lightBrandingBColor {
    border-color: #d98cd1 !important;
    /** bright purple **/
}

/* follow workflow switch on search - branding colors (dark) */
.followWorkflowSw .react-toggle--checked .react-toggle-track {
    background-color: #810975 !important;
}

.followWorkflowSw .react-toggle--checked .react-toggle-thumb {
    border-color: #810975 !important;
    /** purple **/
}

.followWorkflowSw .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
    background-color: #810975 !important;
    /** purple **/
}

.illustrationSummaryReview .hsection {
    border: 0;
    margin: 0;
}

.illustrationSummaryBox {
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
}

.dataTab {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    margin: 3px 0 6px 0;
}

.dataTab th {
    font-family: open-sans;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    font-size: 12px;
    padding: 3px 5px;
    background-color: #EFEFEF;
    color: #333;
    vertical-align: top;
    text-align: center;
}

.dataTab td {
    font-family: open-sans;
    font-weight: normal;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    font-size: 11px;
    padding: 3px 5px;
    color: #333;
    vertical-align: top;
}

.dataTab-condensed th {
    font-size: 10px !important;
    padding: 2px 4px !important;
}

.dataTab-condensed td {
    font-size: 9px !important;
    padding: 2px 4px !important;
}

.signatureTab,
.finnSignTab {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    margin: 3px 0 6px 0;
}

.signatureTab td {
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    font-size: 11px;
    padding: 4px;
    color: #333;
    vertical-align: bottom;
    text-align: center;
    height: 60px;
}

.finnSignTab td {
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    font-size: 11px;
    padding: 6px 5px;
    color: #333;
    vertical-align: bottom;
    text-align: left;
}

.nestedTabArea {
    margin: 4px 0 2px 0;
    padding: 8px;
    background-color: #EFEFEF;
}
.nestedTab {
    table-layout: fixed;
    width: 100%;
    border: 0;
    background-color: white;
}
.nestedTab th {
    font-size: 10px;
    padding: 4px 6px;
    background-color: #F8FBFC;
    color: #666;
    vertical-align: top;
    text-align: left;
    border: 0;
}
.nestedTab td {
    font-size: 9px;
    padding: 3px 6px;
    color: #666;
    vertical-align: top;
    border: 0;
}

/** Notifications **/
.public-notifications .notifications-icon {
    margin-right: 10px;
}

.public-notifications .notifications-dot {
    top: -2px;
    right: 4px;
}

/** Responsive **/
@media (min-width: 768px) and (max-width: 1200px) {

    .lic_mainNav {
        margin-left: 75px;
    }
}

@media (max-width: 768px) {

    #header-logo>a>img {
        margin-top: 0;
    }
}

@media (min-width:768px) {

    .brandedLoginBox {
        width: 60% !important;
        margin-left: 20px !important;
    }

}


@media (min-width:1200px) {

    .brandedLoginBox {
        width: 33% !important;
        margin-left: calc(50% - 550px) !important;
    }

}


/* Header */
.main-header {
    font-size: 1.333333rem;
    min-height: calc(70px + 1em);
    position: absolute;
    z-index: 10;
    background-color: var(--pri-color);
    box-shadow: var(--pri-shadow);
    max-width: 100% !important;

}

.main-header .header-logo-public {
    padding: .5em 1em;
    position: absolute;
    background-color: white;
    z-index: 10;
}

.main-header .header-logo-public img {
    max-height: 70px;
}

.main-header .nav-social {
    background-color: white;
}

.main-header .nav-social li a {
    padding: 0.08em 0.8em;
    font-size: 1.3em;
}

.main-header .nav-sections li {
    margin: 0 0.8em;
    line-height: 1.1;
    text-align: center;
}

.main-header .nav-sections li a {
    padding-bottom: 0.2em;
    color: var(--sec-color);
    font-size: 0.7em;
    font-weight: lighter;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.main-header .nav-sections li a:hover {
    color: var(--sec-color-lt);
}

.main-header .nav-sections li a span {
    display: block;
    color: white;
    font-size: 1.285em;
    font-weight: bold;
}

.main-header .nav-sections li a:hover span {
    color: var(--sec-color-lt);
}

.main-header .nav-sections li a .fa-house,
.main-header .nav-sections .dropdown-toggle::after {
    color: white;
}

.main-header .nav-sections li a:hover .fa-house {
    color: var(--sec-color-lt);
}

.main-header .nav-sections .dropdown-toggle:hover::after {
    border-top-color: var(--sec-color-lt);
}

.main-header .nav-sections .dropdown-menu,
footer .dropdown-menu {
    --bs-dropdown-font-size: 1.24rem;
    background-color: var(--pri-color);
    border: none;
    border-radius: var(--br);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: var(--pri-shadow);
    width: 174px;
}

.main-header .nav-sections .dropdown-menu .dropdown-item,
footer .dropdown-menu .dropdown-item {
    padding: .5em 1.5em;
    font-size: .8em;
    font-weight: bold;
}

.main-header .nav-sections .dropdown-menu .dropdown-item:focus,
.main-header .nav-sections .dropdown-menu .dropdown-item:hover,
footer .dropdown-menu .dropdown-item:focus,
footer .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

.nav-sections .dropright .submenu {
    position: relative;
}

.main-header .nav-sections .dropdown [aria-expanded="true"] {
    color: var(--sec-color-lt);
}

.nav-sections .dropright .submenu .dropdown-menu {
    position: absolute;
    left: 100%;
    transform: translate(-1px, -.4em);
}

.nav-sections .dropright .submenu .dropdown-menu a {
    font-weight: normal;
}

.dropright .dropdown-toggle::after {
    margin-left: 0.5em;
}

.submenu:hover .dropdown-menu {
    display: block;
}

.main-header .nav-sections li.link-ims {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 1em;
    translate: 0 -50%;
}

.main-header .nav-sections li.link-ims a {
    padding: .3em 1em;
    color: var(--pri-color);
    font-size: 0.8em;
    font-weight: bold;
    white-space: nowrap;
    background-color: var(--sec-color);
    border: 1px solid;
}

.main-header .nav-sections li.link-ims a:hover {
    color: var(--sec-color);
    background-color: var(--pri-color);
    border-color: var(--sec-color);
}

.main-header .nav-sections li.link-ims a span {
    display: inline;
    color: var(--pri-color);
    transition: var(--trans2ms);
}

.main-header .nav-sections li.link-ims a:hover span {
    color: var(--sec-color);
}

.main-header .nav-sections li.link-ims a i {
    font-size: 1.2em;
}

/* Responsive header menu */
@media (max-width:992px) {
    .main-header {
        position: fixed !important;
        z-index: 1000;
    }

    .navbar-toggler {
        margin-top: .8em;
        margin-right: 1em;
        padding: .5em 1em 1em;
    }

    .navbar-toggler-icon {
        background: none;
        width: 2em;
        height: 2em;
    }

    .navbar-toggler-icon .fal {
        color: white;
        font-size: 2.66667em;
        transition: opacity var(--trans2ms);
    }

    .navbar-toggler-icon .menu-close {
        display: none;
    }

    .navbar-toggler[aria-expanded="false"] .menu-view {
        display: block;
    }

    .navbar-toggler[aria-expanded="true"] .menu-view {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .menu-close {
        display: block;
    }

    .main-header .navbar .navbar-collapse {
        margin-top: 1.25em;
    }

    .main-header .nav-social li a {
        font-size: 1.5em;
    }

    .main-header .nav-sections li {
        margin-top: 1em !important;
    }

    .main-header .nav-sections li a {
        font-size: 0.9em;
    }

    .main-header .nav-sections li.link-ims {
        margin: auto;
        padding-top: 1em;
        position: static;
        translate: 0;
    }

    .main-header .nav-sections li.link-ims a {
        font-size: 1em;
    }

    .main-header .nav-sections .dropdown-menu {
        background-color: var(--pri-color-dk-80);
        transform: translateX(0);
    }

    .main-header .nav-sections .dropdown-menu .dropdown-item {
        padding: 0.5em 1.5em 1em;
        font-size: 0.9em;
        text-align: center;
    }

    .dropright .dropdown-toggle::after {
        rotate: 90deg;
    }

    .nav-sections .dropright .submenu .dropdown-menu {
        position: static;
        display: block;
        font-size: 0.8em;
        background-color: transparent;
        box-shadow: none;
    }

    footer .nav-sections,
    footer .nav-social {
        display: none !important;
    }
}
@media (max-width: 768px) {
    #wrapMenu #main_menu{
        background-color: #ffffff;
    }
    #wrapMenu label i {
        color: #820a76;
    }
    .generalMenu .order-end{
        order: 1;
    }
    .generalMenu .lic_mainNav {
        margin: 15px 0 0 0;
    }
    .generalMenu #header-logo>a>img {
        height: auto;
        width: 100%;
    }
    .generalMenu #wrapMenu .label-checkbox {
        right: 0px;
    }
    .headerDivActions {
        text-align: end;
    }
}

