﻿
/*p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.8;*/ /* or whatever you use */
/*}*/
body {
    width: 100vw;
    margin: 0;
    font-size: 1.375rem;
    line-height: 1.6 !important;
    color: #141414;
    font-family: "Noto Sans VF", "Noto Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}
.cugDefaults {
    font-family: 'Noto Sans VF', 'Noto Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.ma__comp-heading:not(.ma__comp-heading--sidebar) {
    position: relative;
    position: relative;
    padding-bottom: 15px;
}
.ma__comp-heading:after
{
    background-color: rgba(67, 149, 111, 0.5);
}

.ma__comp-heading:not(.ma__comp-heading--sidebar):after {
    content: "";
    height: 3px;
    position: absolute;
    bottom : 0;
    left: 0.075em;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    width: 85px;
}
.ma__comp-heading:not(.ma__comp-heading--sidebar):after
{
    width: 1.85em;
}
.ma__collapsible-header__title.cugItem{
    font-size: 18px;
}
.custom-tool-wrapper {
    display: flex;
    align-items: center; /* vertical middle alignment */
    gap: 8px; /* space between elements */
}

    .custom-tool-wrapper span {
        white-space: nowrap; /* prevent wrapping */
    }
.ddlTitles {  
    max-height: 50px;
    overflow-y: scroll;
    border:2px solid #14558F;
    font-size:14px;   
    color:#14558F;
}
.link-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #14558F; /* typical link blue */
    /*text-decoration: underline;*/
    cursor: pointer;
    font-weight: 600 !important;
    font: inherit; /* match surrounding text */
}

    .link-button:hover {
        text-decoration: none;
    }

    .link-button:focus-visible {
        outline: 2px solid #0d6efd;
        outline-offset: 2px;
    }
.SectionLinksButton {
    text-align: left;
    color: #14558F;
    font-weight: 600 !important;
}
/*h2 {
    margin-top:0;
    margin-bottom: 1rem;
}*/
ul {
    /*padding-left:4rem !important;*/
}
li {
   /* background: url(/images/ArrowGreen.JPG) no-repeat 7px 7px transparent;
    list-style-type: none;
    margin: 0;
    padding: 6px 10px 0px 45px;
    vertical-align: middle;*/

    /*background: url(~/images/ArrowGreen.JPG) no-repeat left top;*/ /* <-- change `left` & `top` too for extra control */
    /*padding: 3px 0px 3px 10px;*/
    /* reset styles (optional): */
    /*list-style: none;
    margin: 0;*/
}
/*.cugSummaryBox{
    background-color:#a9a9a9;
}*/
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    padding-top:0;
    padding-bottom:0;
}
.noHPadding{
    padding-left:0 !important;
    padding-right:0 !important;
    
}
.card-body.guide_summary {
    font-family: "Noto Sans VF", "Noto Sans", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    padding: 10px;
}
.dl_guide_summary {
    font-family: "Noto Sans VF", "Noto Sans", "Helvetica", "Arial", "sans-serif";
    font-size: 13px;
    padding: 0px;
}
.guide_summary_admin, .card-body.guide_summary_admin {
    font-family: Calibri;
    font-size: 16px;
    padding: 5px 15px;
}
.guide_contents_links {
    font-family: Calibri;
    font-size: 14px;
}
.guideHeadAdmin_InActive {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.39;
    background-color: #e8e8ed;
    color: black;
    padding: 7px 12px;
    border: 1px solid rgba(0,0,0,.25);
}
/* This CSS can not be used anywhere else */
.SubTemplate_EditGuide { 
    background-color: #e8e8ed;
    border: 1px solid #F2F2F2;
    padding :0px;
    margin:0px;
}
/* This CSS can not be used anywhere else */
.SubDivision_EditGuide {
    border: 2px solid #14558F;
    padding: 5px;
    margin: 3px;
}
.ma__contact-group__name.cugInfo svg {
    fill: #43956f !important;
}
/*-------------------*/
.guideHeadAdmin_Active {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.39;
    background-color: #14558F;
    color: white;
    padding: 7px 12px;
    border: 1px solid rgba(0,0,0,.25);
}
.ma__h6 {
    margin-top: 0;
    color: #141414;
    font-weight: 600;
    font-size: 18px;
    line-height: 0.6;
    margin-bottom: .25em
}
h4 {
    margin-top: 0;
    color: #141414;
    font-weight: 600;    
    line-height: 0.6;
    margin-bottom: .15em
}
.item-active {
    display: inline-block
}
.cursor-pointer {
    cursor: pointer;
}
.item-inactive {
    display: none
}
/*.flex-grow {
    flex: 1 0 auto;
}*/
.rounded-pill.cug{
    border: solid 1px;
}
.ma__colored-heading.cug {
    border: 0px;
    justify-content: left;
    text-align: left;
    font-weight: 500;
    padding: 8px 15px 8px 15px;
    margin-bottom: 7px;
}
.my-grid-wrapper .k-grid-content {
    overflow-y: auto;
}
p {
    font-family: "Noto Sans VF","Noto Sans","Helvetica","Arial","sans-serif"
}
.TelerikSmGrid * {
    font-size: 12px !important;
}
.cug12 {
    font-size: 12px !important;
}
.cug14 {
    font-size: 14px !important;
}
.cug15{
    font-size: 15px !important;
}
.cug16 {
    font-size: 16px !important;
}
.cug18 {
    font-size: 18px !important;
}
.cug20 {
    font-size:20px !important;
}
.accordion-button {
    font-family: "Noto Sans VF","Noto Sans","Helvetica","Arial","sans-serif";
    font-size: 18px;
    border: solid 1px #14558F;
    margin: 2px;
}
.editorMainHeadBlue {
    font-family: "Noto Sans VF","Noto Sans","Helvetica","Arial","sans-serif";
    font-size: 20px;
    color: #14558F;
    font-weight: bold;
}
.editorMainHeadBlack {
    font-family: "Noto Sans VF","Noto Sans","Helvetica","Arial","sans-serif";
    font-size: 20px;   
    font-weight: bold;
}
.editorSubHeadBlue {
    font-family: "Noto Sans VF","Noto Sans","Helvetica","Arial","sans-serif";
    font-size: 18px !important;
    color: #14558F;
    /*color: #4F81BD;*/
    font-weight: bold;
}

.editorSubHeadBlack {
    font-family: "Noto Sans VF","Noto Sans","Helvetica","Arial","sans-serif";
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 30px !important;

 }
.editorSmallHeadBlue {
    font-family: "Noto Sans VF","Noto Sans","Helvetica","Arial","sans-serif";
    font-size: 16px;
    color: #14558F;
    font-weight: bold;
}

.editorSmallHeadBlack {
    font-family: "Noto Sans VF","Noto Sans","Helvetica","Arial","sans-serif";
    font-size: 16px;
    font-weight: bold;
}
.editor-card-body {
    padding: 0px;
}

    hr.Head {
        height: 0.05rem !important;
        color: #388557;
        background-color: #388557;
        opacity: 1 !important;
    }
table.editor {
    border-style: none;
   width:100%;
    /*border-collapse: collapse;*/
}
    table.editor td, table.editor th, table.editorClrHead td, table.editorClrHead th, table.editorAlt td, table.editorAlt th {
        border: 1px solid black !important;
        padding-left: 10px !important;
    }
table.editor th {   
    font-size: 18px;
    font-weight:bold;
}
table.editor tr, table.editorClrHead tr, table.editorAlt tr {
    height: auto !important
}
table.editorAlt th {
    background-color: #4F81BD;
    font-size: 18px;
    color: white;
}
/* Style for odd-numbered rows */
table.editorAlt tr:nth-child(odd) {
    background-color: #DBE5F1; /* Light gray */
}

/* Style for even-numbered rows */
table.editorAlt tr:nth-child(even) {
    background-color: #ffffff; /* White */
}
table.editorAlt tr {
    height: auto !important
}

table.editorClrHead th {
    background-color: #C8D9EB;
    font-size: 18px;
    color: black;
}
table.zoneTable {
    border: 1px solid black;
    border-collapse: collapse;
}

    table.zoneTable tr {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 10px;
    }
    table.zoneTable th {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 10px;
        background-color:lightgray;
    }
    table.zoneTable td {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding:10px;
    }
.zoneHead {
    padding: 5px;
    padding-left: 10px;
    /*margin: 5px;*/
    /*margin-top: 0px;*/
    /*margin-bottom: 15px;*/
    color: black;
    background-color: #F2F2F2;
    border: solid 1px #cbcbcb;
    /*text-align :center;*/
    font-weight: bold;
    font-size: 16px;
}
.unspsc-block {
    display: inline-block;
    width: 150px;    
}
.ma__callout-link {
    display: block !important;
}
.ma__callout-link.ma__callout-link--white.cugTile {
    border-color: #8aaac7;
}
.ma__callout-link__container.cugAdmin {
    padding-right: 0;
}
ul.ma__callout-link__container.cugAdmin {
    padding: 0;
}
.smallIcon {
    font-size: 12px;
}
.smallNotes{
    font-size:14px;
}
.help-note {
    font-size: 12px;
    color: #6c757d; /* muted gray */
    padding-bottom:20px
}
.cug__download_head {
    border: 0px;
    text-align: left;
    margin-bottom: 0;
    height: 40px;
    padding-left:15px;
}
.menu--button--selected {
    background-color: #14558f;
    color: white;
    justify-content: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px 15px 10px 15px;
    text-align: left;
    border: 0px;
}
.accordion-button.cug:not(.collapsed) {
    background-color: #2C669A;
    color: white;
}
.accordion-button.cug::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button.cugSummary {
    padding: 0px;
    color: white;
    background-color: #14558f;
    border-color: #14558f;
}
.accordion-button:focus {
    border-color: #14558f;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s; /* Safari */
    transition: all 0.8s;
}
a.view{
    font-size :14px;
    color:white;
    text-decoration:underline;
    text-transform:capitalize;
}
.smlineSpace {
    line-height: 1.6 !important;
}

.guideContent {
    /*font-size: 16px !important;*/
    font-family: "Noto Sans VF","Noto Sans","Helvetica","Arial","sans-serif" !important;

   /* line-height: 0.6*/
}
/*.guideContent ul{
    margin-bottom :0px !important;
}*/
ul.bulletCategory {
    list-style-type: none; /* Remove the default bullet points */
}

    ul.bulletCategory li::marker {
        content: "\27A4"; /* Use the black right-pointing pointer unicode character */
        color: #388557; /* Optional: change the color */
        font-size: 0.9em; /* Optional: adjust the size */
    }
    ul.bulletCategory li {
        padding-left: 10px;
    }
    /*line-height: 1.4;*/

.vSpacer {
    margin-bottom: 5px;
}
.vSpacer10 {
    margin-bottom: 10px;
}
a.ma__utility-nav__link.direct-link.head:hover {
    color: #E8EEF4;
}

a:hover {
    color: #14558f;
}
.itemHead {
    color: #14558f;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.39;
    text-transform: uppercase;
    border-bottom: solid 2px #14558f;
}
.guideHead {
    /*color: #14558f;*/
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.39;    
    font-size:20px;
}
/* google lang */
/*.ma__utility-nav__translate-icon {
    line-height: 1em;
    opacity: 0;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    transition: opacity 0.001s;
    transition-delay: 0.5s;
}*/
.cugHeading {
    /*font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;*/
    font-size: 24px !important;
    /*color: #14558f;*/
    font-weight: 600;
}
.card-body{
    padding:20px;
}
.card.cugSummary {
    border-radius: 0px;    
}
.p-color {
    background-color:#14558f;
    color:white;
}
.p-text {
    color: #14558f;
}
.nav-tabs .nav-link.active {
    color: #14558f;
    font-weight:bold;
}
.nav-link {
    color: #14558f;
}
.flex-even {
    flex: 1;
}
.GuideBlueHead{
    font-size:20px;
    /*color: white;*/
}
.form-check-input {
    appearance:radio;
    -webkit-appearance:radio;
}
.ma__callout-link.cug {
    padding: 8px 10px;
    margin-bottom: 5px;
    cursor:pointer;
    /*margin-left : 10px;*/
}
.ma__callout-link.cug:focus {
    background-color:  #14558f;
    border : solid 1px white;
    color: white;
    cursor: pointer;
    /*border: 0px;*/
}
/*ma__callout-link--white cug {
    padding: 10px 15px;
    font-size:12px;*/
/*margin-bottom: 10px;*/
/*}*/
.ma__callout-link__container.cug {
    font-size: 18px
}
.ma__callout-link__container.cugSm {
    font-size: 16px
}
.ma__callout-link.cugSm {
    padding: 10px 10px;
    margin-bottom: 5px;
    /*margin-left : 10px;*/
}

/*.ma__callout-link__text {
    font-size: 18px
}*/
/* MA Heading*/
/*.ma__colored-heading cug {
    padding: 10px 15px 6px 15px;
    margin-bottom: 20px;*/
    /*  background-color: #E7EEF4;*/
/*}*/
/* MA Button */
.ma__button--secondary.ma__button--small.cug{
    /*margin : 2px;*/
    height : 50px;
}
.ma__callout-link.ma__button.ma__button--secondary.cug {
    padding: 5px 10px;
    margin-bottom: 5px;
    text-align: left;
}
.ma__callout-link.ma__button.ma__button--secondary.cug:focus {
    background-color: #14558f;
    color: white;
}
@media(min-width: 911px) {
    .cugddl_lg {
        min-width: 210px;
    }
}

    .ma__button--secondary.ma__button--small.cugddl:hover {
        background-color: white;
        color: #14558f;
    }
.cugLnddl {
    border:0px;
    display:inline;
    font-weight:bold;
    
   /* background-color: white;
    color: #14558f;*/
}
.cugLnddl:focus {
    border: 0px;
   
    font-weight: bold;
}
    /*.ma__button--secondary.ma__button--small.ma__button--c-primary-alt:focus {
    background-color: #388557;
    border : 1px #388557;
    color:white;
   
}*/
    /*
        For Admin Manage tabs
    */
    @media (min-width: 1201px) {
        .ma__key-actions .ma__illustrated-link.cug_Admin, .ma__key-actions .ma__callout-link.cug_Admin {
            margin-left: 1.6129%;
            width: 48%;
        }
    }
    /* For admin page sub items left */
    /*@media (min-width: 1201px) {*/
.ma__key-actions .ma__callout-link.cug_AdminSideMenu {
    margin-left: 0;
    width: 98%;
    margin-bottom: 5px;
    font-size: 16px;
    padding: 5px 10px;
    display: block;
}
    .ma__key-actions .ma__callout-link.cug_AdminSideMenu .ma__callout-link__container .ma__callout-link__text {
         font-size: 16px;
         font-weight :580;
    }
.ma__key-actions .ma__callout-link.cug_AdminSideMenuEdit {
    margin-left: 0;
    width: 98%;
    margin-bottom: 5px;
    padding: 0px 10px;
    font-size: 14px;
    display: block;
}

    .ma__key-actions .ma__callout-link.cug_AdminSideMenuEdit .ma__callout-link__container .ma__callout-link__text {
        font-size: 14px;
        font-weight: 580;
    }

.sideMenuTemplate {
    /*background-color: #43956f;*/
    background-color: #e8e8ed;
    color: black;
    /*border-color:white;*/
}
.sideMenuDB {
    background-color: #d5d5d5;
    color: black !important;
}
.QuickSearch {
    font-size: 15px;
    /*color: #388557;*/
    color: #14558f;
    font-weight: 700;
}
.QuickSearch svg{
    width : 15px;
    height:15px;
}
ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 10px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.k-input-inner {
    font-size: 1.25rem;
   /* height: 46px;*/
    padding-right: 128px;
    padding-left: 1rem;
    width: 100%;
   /* border: 2px solid #DCDCDC;
    */
}


ul > li > ul {
    margin-bottom:3px !important
}

    .ma__contact-group__name.cugInfo, .ma__contact-group__name.cugInfo span {
    font-size: 14px;
    font-weight: normal;
}
.ma__content-link.cugInfo {
    font-size: 14px;
}
.ma__content-link__container.cugVendorInfo {
    font-size: 14px;
}
    .ma__content-link__container.cugVendorInfo ma__content-link {
        font-size: 14px;
    }
.ma__contact-group .ma__content-link.cugVendorInfo{
    font-size: 14px;
}
.ma__contact-group.cugInfoLeft {
    border-left: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 10px;
}
.ma__contact-group.cugInfo {
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    border-left:solid 1px #cbcbcb;
}
.cugInfo_collapse_title {
    font-size: 14px;
    font-weight: normal;
}
.dl_cugInfo_collapse_title {
    font-size: 12px;
    font-weight: normal;
}
.dl_vendor_content{
    font-size :12px;   
}
.ma__collapsible-content__body.cugInfo{
    padding:10px;
    padding-top:5px;
    padding-left:20px;
}
.ma__collapsible-content__item.cugInfo{
    margin-top : 8px;
}
.ma__collapse_button {
    background: none;
    border: 0;
    color: #535353;
    /*display: block;*/
    /*margin-left: auto;
    margin-right: 0;*/
    font-family: sans-serif;
     text-decoration: underline; 
     font-weight: 600;
    /*line-height: 1.15;*/
}
.ma__collapsible-header__button.cugInfo {
    padding: 20px 10px 10px 40px;
    background-color: #f2f2f2;
}
/* Vendor info end*/
/* arrow bullet green */
.arrow {
    border: solid #388557;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.team_item {   
    color: #141414;
    font-weight: 400;
    font-size: 14px;
    line-height: 0.6;
   
}

.badge.cugChart{
    font-size : 11px;
}
@media (min-width: 841px) {
    .ma__contact-group.cugMasterRecordSecond {
        min-width: 30%;
        max-width: 40%;
        /*padding-left: 15px;
    padding-right: 5px;*/
        padding: 10px;
        padding: 10px;
        margin-top: 0px;
    }
    .ma__contact-group.cugMasterRecordFirst {
       max-width: 70%;
        min-width: 60%;
        border-left: 0;
        /*  padding-right: 15px;
    padding-left: 10px;*/
        padding: 10px;
        margin-top: 0px;
    }
}
ul.template {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

    ul#contracts_listbox li.k-list-item {
        display: block;
        width: 100%;
    }

    ul#contracts_listbox > li > span.k-list-item-text {
        display: inline-block;
        width: 100%;
    }
    /*Breadcrumbs*/
    .ma__breadcrumbs {
        position: relative
    }

        .ma__breadcrumbs:before, .ma__breadcrumbs:after {
            content: "";
            position: absolute;
            top: 0;
            width: 50px;
            height: calc(100% - 12px);
            background: transparent;
            z-index: 1;
            will-change: opacity,z-index;
            -webkit-transition: opacity .4s,z-index .4s;
            -o-transition: opacity .4s,z-index .4s;
            transition: opacity .4s,z-index .4s;
            opacity: 0
        }

        .ma__breadcrumbs:before {
            left: 0;
            background: -webkit-gradient(linear,left top,right top,color-stop(20%,white),to(rgba(255,255,255,0)));
            background: -o-linear-gradient(left,white 20%,rgba(255,255,255,0) 100%);
            background: linear-gradient(90deg,white 20%,rgba(255,255,255,0) 100%)
        }

        .ma__breadcrumbs:after {
            right: 0;
            background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(80%,white));
            background: -o-linear-gradient(left,rgba(255,255,255,0) 0,white 80%);
            background: linear-gradient(90deg,rgba(255,255,255,0) 0,white 80%)
        }

    .ma__breadcrumbs--fade-left:before {
        opacity: 1;
        z-index: 3
    }

    .ma__breadcrumbs--fade-right:after {
        opacity: 1;
        z-index: 3
    }

    .ma__breadcrumbs__container {
        margin-right: auto;
        margin-left: auto;
        max-width: 1320px;
        padding-left: 0px;
        padding-right: 0px;
        z-index: 2;
        position: relative
    }

    @media(min-width: 781px) {
        .ma__breadcrumbs__container {
            padding-left: 0px;
            padding-right: 0px
        }
    }

    @media(min-width: 911px) {
        .ma__breadcrumbs__container {
            padding-left: 0px;
            padding-right: 0px
        }
    }

    @media(max-width: 910px) {
        .ma__breadcrumbs__container {
            white-space: nowrap;
            overflow-x: scroll
        }
    }

    .ma__breadcrumbs__label {
        display: inline-block;
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: .1em;
        text-transform: uppercase
    }

    .ma__breadcrumbs__items {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        padding: 10px 0;
        position: relative
    }

    @media(min-width: 781px) {
        .ma__breadcrumbs__items {
            border-top: 1px solid
        }
    }

    .ma__breadcrumbs__item {
        display: inline-block
    }

        .ma__breadcrumbs__item:after {
            border-right: 4px solid;
            border-bottom: 4px solid;
            content: "";
            display: inline-block;
            height: 10px;
            margin-top: 3px;
            margin-left: .3em;
            -webkit-transform: translateY(-45%) rotate(-45deg);
            -ms-transform: translateY(-45%) rotate(-45deg);
            transform: translateY(-45%) rotate(-45deg);
            -webkit-transform-origin: 75% 75%;
            -ms-transform-origin: 75% 75%;
            transform-origin: 75% 75%;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            vertical-align: middle;
            width: 10px
        }

        .ma__breadcrumbs__item:after {
            border-width: 2px;
            height: 7px;
            margin-left: 0;
            margin-right: 3px;
            width: 7px;
            border-color: #535353
        }

        .ma__breadcrumbs__item:first-child:after {
            margin-left: -3px
        }

    @media(max-width: 910px) {
        .ma__breadcrumbs__item__expand-indicators {
            padding-right: 20px
        }
    }

    .ma__breadcrumbs__item--last {
        padding-right: 20px
    }

        .ma__breadcrumbs__item--last:after {
            display: none
        }

    .ma__breadcrumbs__item svg {
        width: 18px;
        height: 15px;
        margin-bottom: -2px;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s
    }

    .ma__breadcrumbs__item button {
        border: 2px solid #8aaac7;
        background: transparent;
        width: 27px;
        height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .ma__breadcrumbs__item__expand-indicators {
        display: none;
        margin-left: 4px
    }

    .ma__breadcrumbs__item a, .ma__breadcrumbs__item button {
        color: #14558f;
        display: inline-block;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        padding: 2px 0;
        font-weight: 550;
        text-decoration: none
    }

        .ma__breadcrumbs__item a:hover, .ma__breadcrumbs__item button:hover {
            text-shadow: 0px 0px 0px #14558f
        }

    .ma__breadcrumbs__item button {
        font-weight: 600;
        will-change: border;
        -webkit-transition: border .4s;
        -o-transition: border .4s;
        transition: border .4s
    }

        .ma__breadcrumbs__item button:hover {
            border: 2px solid #14558f
        }

    .ma__breadcrumbs__item a {
        -webkit-box-shadow: inset 0 0 #fff,inset 0px -1px #8aaac7;
        box-shadow: inset 0 0 #fff,inset 0px -1px #8aaac7
    }

        .ma__breadcrumbs__item a svg {
            fill: #14558f;
            stroke: #14558f;
            -webkit-transition: fill .4s,stroke .4s;
            -o-transition: fill .4s,stroke .4s;
            transition: fill .4s,stroke .4s;
            will-change: fill,stroke
        }

        .ma__breadcrumbs__item a:hover {
            -webkit-box-shadow: inset 0 0 #fff,inset 0px -2px #5b88b1;
            box-shadow: inset 0 0 #fff,inset 0px -2px #5b88b1
        }

            .ma__breadcrumbs__item a:hover svg {
                fill: #8aaac7;
                stroke: #8aaac7
            }

        .ma__breadcrumbs__item a.ma__breadcrumbs__item__icon-link {
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 5px 3px;
            margin-left: -3px
        }

            .ma__breadcrumbs__item a.ma__breadcrumbs__item__icon-link:hover {
                -webkit-box-shadow: none;
                box-shadow: none
            }

    .ma__breadcrumbs__chevron-back:before {
        border-right: 4px solid;
        border-bottom: 4px solid;
        content: "";
        display: inline-block;
        height: 10px;
        margin-top: 3px;
        margin-right: .5em;
        -webkit-transform: translateY(-45%) rotate(135deg);
        -ms-transform: translateY(-45%) rotate(135deg);
        transform: translateY(-45%) rotate(135deg);
        -webkit-transform-origin: 75% 75%;
        -ms-transform-origin: 75% 75%;
        transform-origin: 75% 75%;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        vertical-align: middle;
        width: 10px
    }

    .ma__breadcrumbs__chevron-back:before {
        border-width: 2px;
        height: 7px;
        margin-right: 5px;
        width: 7px;
        border-color: #535353
    }

    .ma__breadcrumbs__chevron-back:after {
        content: none
    }

    .ma__breadcrumbs__sub-items {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        display: none;
        padding: 0 15px;
        position: absolute;
        width: auto;
        z-index: 100
    }

    .is-open ~ .ma__breadcrumbs__sub-items {
        display: block
    }

    .ma__breadcrumbs__sub-item {
        display: block;
        white-space: nowrap
    }
    /*ghg*/
    /*
    .k-expander-content {
        max-width: 600px;
    }
    */
    /**/
    /*.k-window-titlebar .k-dialog-titlebar {
    background-color: grey;
}*/
    @media(min-width: 781px) {
        .ma__breadcrumbs--light .ma__breadcrumbs__items {
            border-top: none;
            border-bottom: 1px solid;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }
    }

    .ma__breadcrumbs--no-bottom-border .ma__breadcrumbs__items {
        border-bottom: 0
    }

    @media(max-width: 780px) {
        .ma__breadcrumbs--light .ma__breadcrumbs__container {
            border-bottom: 1px solid
        }
    }

    @media(max-width: 910px) {
        .ma__breadcrumbs--mobile-scroll .ma__breadcrumbs__container::-webkit-scrollbar {
            height: 12px
        }

        .ma__breadcrumbs--mobile-scroll .ma__breadcrumbs__container::-webkit-scrollbar-track {
            background: #ddd
        }

        .ma__breadcrumbs--mobile-scroll .ma__breadcrumbs__container::-webkit-scrollbar-thumb {
            background: #a9a9a9
        }
    }

    @media(min-width: 781px) {
        .ma__breadcrumbs {
            background-color: #f2f2f2
        }

        .ma__breadcrumbs__items {
            border-top-color: #dcdcdc
        }
    }

    .ma__breadcrumbs__label {
        font-weight: 600
    }

    .ma__breadcrumbs__sub-items {
        background-color: #fff;
        -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.25);
        box-shadow: 0 .25rem .5rem rgba(0,0,0,.25)
    }

    .ma__breadcrumbs--light {
        background-color: #fff
    }

    @media(min-width: 781px) {
        .ma__breadcrumbs--light .ma__breadcrumbs__items {
            border-bottom-color: #dcdcdc
        }
    }

    @media(max-width: 780px) {
        .ma__breadcrumbs--light .ma__breadcrumbs__container {
            border-bottom-color: #dcdcdc
        }
    }

@media screen and (max-width: 780px) {
    table tr,
    table td,
    table tr p,
    table td p,
    table tr span,
    table td span,
    table tr p *,
    table td p *,
    table tr span *,
    table td span * {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 780px) {
    .guideContent * {
        font-size: 14px !important;
    }
    .ma__brand-banner-text * {
        font-size: 11px !important;
    }
}

.profile-wrapper {
    width: clamp(50px, 6vw, 70px);
    height: clamp(50px, 6vw, 70px);
    overflow: hidden;
    border-radius: 50%;
}

.profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

    .ma__comp-heading {
        line-height: 1.4; /* adds space between wrapped lines */
    }
@media (max-width: 780px) {
    ul,
    ol,
    ul ul,
    ul ol,
    ol ul,
    ol ol {
        padding-left: 15px !important;
        margin-left: 15px !important;
    }
}
@media (max-width: 480px) {
    ul,
    ol,
    ul ul,
    ul ol,
    ol ul,
    ol ol {
        padding-left: 10px !important;
        margin-left: 10px !important;
    }
}

/*------------------------------------------------------*/

@media screen and (max-width: 480px) {

    /* Overall page padding */
    .project,
    .cugSummary,
    .guide_summary {
        padding-left: .5rem;
        padding-right: .5rem;
    }

        /* Reduce Bootstrap row padding */
        .guide_summary .row.p-3,
        .guide_summary .row.p-3.pb-1 {
            padding: .35rem !important;
        }

        /* Reduce Bootstrap gutters */
        .guide_summary .row {
            --bs-gutter-x: .5rem;
            --bs-gutter-y: .25rem;
        }

        /* Stack all columns */
        .guide_summary [class*="col-md-"],
        .ma__contact-us__content-wrap [class*="col-md-"] {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
        }

    /* Remove left border used on desktop */
    .border-start {
        border-left: none !important;
        padding-left: .25rem !important;
    }

    /* Remove desktop margins */
    .ms-3,
    .me-4 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Tighter spacing between rows */
    .guide_summary .row > div {
        margin-bottom: .3rem;
    }

    /* Category manager image */
    .profile-wrapper {
        float: none !important;
        text-align: left;
        margin-bottom: .35rem;
    }

    .profile-img {
        max-width: 70px;
        height: auto;
    }

    /* Text */
    .guide_summary .cugInfo,
    .guide_summary .smallNotes {
        font-size: 14px;
        line-height: 1.4;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    /* Keep headings readable */
    .guide_summary .ma__comp-heading {
        font-size: 1.3rem !important;
        margin: .3rem 0 .6rem;
    }

    /* Footer links */
    .guide_summary .float-md-end {
        float: none !important;
        display: block;
        text-align: left;
        white-space: normal;
    }

        .guide_summary .float-md-end a,
        .guide_summary .float-md-end span {
            display: inline-block;
            margin-bottom: .2rem;
        }

    /* Long emails/links/dates */
    .guide_summary a,
    .guide_summary span {
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}