/**********clarity logo sizes**********/
.g-logo {
    max-width: unset;
    justify-content: flex-start
}

@media only all and (min-width: 50.99rem) and (max-width: 75.99rem){
    #g-navigation .g-logo img {
        min-width: 40%;
    }
}
@media only all and (min-width: 50.99rem) {
    #g-navigation .g-logo img {
        width: 400px;
    }
}
@media only all and (max-width: 50.99rem){
    #g-navigation .g-logo {
        max-width: 80%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 50.99rem) {
    .hiddenmobile, .hiddenphone {
        display: none!important;
    }
}
@media only screen and (min-width: 50.99rem) {
    .showmobile {
        display: none;
    }
    .show-mobile {
        display: none;
    }
}

/*************** MENU ****************/
.g-main-nav .g-toplevel>li:hover>.g-menu-item-container>.g-menu-item-content::before, .g-main-nav .g-toplevel>li.active>.g-menu-item-container>.g-menu-item-content::before {
    display: none;
}
.g-main-nav .g-toplevel {
    justify-content: space-around;
}
.g-main-nav .g-toplevel > li .g-menu-item-title {
    font-size: min(1vw, 14.4px);
}
.g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content {
    white-space: normal;
}

.g-main-nav .g-toplevel > li {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**Clarity dropdown- remove border-radius on menu dropdowns:***/
.g-main-nav .g-standard .g-dropdown {
    border-radius: 0px;
}
.g-main-nav .g-dropdown .g-dropdown-column>.g-grid>.g-block.size-100 {
    border-radius: 0px;
}
.g-main-nav .g-dropdown .size-100>.g-sublevel>li.g-go-back+li>.g-menu-item-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.g-main-nav .g-dropdown .size-100>.g-sublevel>li:last-child>.g-menu-item-container {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*Clarity- remove top level dropdown indicatator***/
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
    display: none;
}
/*clarity increase menu font size, remove capitalization***/
.g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
}
.g-main-nav .g-toplevel {
    text-transform: none;
}

@media only screen and (max-width: 50.99rem) {
    #g-offcanvas {
        padding-left: 2rem;
    }
    .g-offcanvas-toggle {
        top: 20px;
        left: 20px;
    }
    #g-offcanvas #g-mobilemenu-container ul>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator:hover {
        background: transparent;
    }
    #g-offcanvas #g-mobilemenu-container ul>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator {
        border: 1px solid transparent;
        background: transparent;
        border-radius: 0.1875rem;
        margin: -0.3rem 0 -0.2rem 0.5rem;
        padding: 0.2rem;
    }
    /*mobile menu not on top of alert text*/
    #g-top {
        padding: 0 2% 0 10%;
    }
    .g-offcanvas-toggle  .fa-fw {
        text-shadow: 2px 2px rgba(var(--default-black-rgb), 0.3); /* Changed from #4e4e4e */
    }
}

/************ DEFAULT FONTS  ************/
.page-header h2 {
    margin-top: 0.5rem;
}
h3.g-title {
    font-size: 2rem;
}
.g-title {
    padding-bottom: 0.25rem;
}

.sprocket-strips-nav {
    padding: 0;
}

/************ HERO IMAGES ***********/
#g-showcase:not(.homelayout #g-showcase) {
    padding: 0 0;
    margin: 0 0;
}
#g-showcase .g-content:not(.homelayout #g-showcase .g-content) {
    padding: 0 0;
    margin: 0 0;
}

/************ SIDE MENU  ************/
#g-aside .moduletable[class*="box"] {
    padding: 0;
}
#g-aside .g-content {
    padding-left: 0;
    padding-right: 0px;
}
.moduletable .nav.menu li a {
    width: 100%;
    border-radius: 0;
    padding: 10px 20px;
    color: var(--default-white); /* Changed from white */
    font-weight: normal;
    background: var(--primary-color);
}
.moduletable .nav.menu li{
    transition: all .2s ease-in;
    border-radius: 3px;
    width: 100%;
    padding: 0;
    margin: 0;
}
.moduletable .nav.menu, .moduletable .unstyled {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    background: #333; /* Changed from #333 */
    border-radius: 0;
}
.moduletable .nav.menu li:last-child {
    padding-bottom: 0;
    margin-bottom: 20px;
}
.moduletable .nav.menu .nav-child li:last-child {
    margin-bottom: 0px;
}
.moduletable .nav .nav-child {
    margin-top: 0px;
}
.moduletable .nav.menu .nav-child li {
    border: none;
    margin-left: 20px;
    padding-right: 20px;
}

.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {
    color: var(--default-white); /* Changed from white */
    background: rgba(var(--secondary-color-rgb), 1); /* Changed from rgba(0,0,0,.5) */
    font-weight: normal;
}
.moduletable .nav.menu li span {
    width: 100%;
    border-radius: 0;
    padding: 10px 20px;
    color: var(--default-white); /* Changed from white */
    font-weight: normal;
    display: block;
}

/************ ADMIN FOOTER  ************/
#g-copyright .g-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
#g-copyright .g-grid:last-child .g-block {
    justify-content: flex-end;
}
#g-copyright .g-content {
    margin: 0;
    padding: 0;
}
#g-copyright {
    margin: -25px 0 0 0;
    padding: 0;
}
#g-copyright a .fa.fa-lock {
    color: rgba(var(--default-white-rgb), 0.9); /* Changed from #e5e5e5 */
}
#g-copyright a:hover .fa.fa-lock {
    color: #c71833; /* Changed from #c71833 */
}
#g-footer.notopline {
    border-top: none;
}
#g-copyright .g-block {
    justify-content: center;
}
#g-copyright {
    padding-bottom: 20px;
}
.adminfootericon {
    z-index: 100;
}

@media only screen and (max-width: 50.99rem) {
    #g-copyright {
        display: block;
    }
    #g-copyright .g-block {
        justify-content: center;
    }
    #g-copyright .g-block:last-child {
        display: block;
    }
}
/*******ERROR PAGE EDIT********/
.g-simplecontent .g-simplecontent-layout-header {
    width: 100%;
}
.g-error #g-container-main {
    padding: 0;
}

.g-simplecontent .g-simplecontent-layout-header .g-simplecontent-item-content-title {
    color: var(--default-black); /* Changed from #2b2b2b */
}

/************ SECTION STYLES  ************/
.boxshadowaroundpositions .g-block {
    display: flex;
}
.boxshadowaroundpositions .g-block .g-content {
    flex: 1;
    box-shadow: 0px 0px 10px rgba(var(--default-black-rgb), .3); /* Changed from rgba(0,0,0,.3) */
    padding: 40px;
    margin: 10px 20px;
}

/****************************************************************************************************/
@media only screen and (max-width: 50.99rem){
    .mtable, .mtable div, .mtable, .mtable td, .mtable tbody {
        display: block;
        table-layout: auto;
        width: 100%;
        border: none;
        margin: 0;
    }
    .mtable tr {
        display: block;
        table-layout: auto;
        width: 100%;
        border-bottom: 1px solid rgba(var(--secondary-color-rgb), 0.7); /* Changed from #ddd */
        margin: 0;
    }
    .mtable img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}

.ministrypage.img-title .blogministrypage .row-fluid {
    border-bottom: none;
    margin-bottom: 30px;
}
.ministrypage.img-title #g-container-main .blogministrypage img {
    object-position: center;
    object-fit: cover;
}
.ministrypage .item .pull-left.item-image img {
    height: min(13vw, 187.2px);
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.ministrypage.img-title .items-row .item {
    position: relative;
    height: min(13vw, 187.2px);
}
.ministrypage.img-title .items-row .item .page-header {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0;
}
.ministrypage.img-title .items-row .item .page-header h2 {
    border-bottom: none;
    height: 100%;
    width: 100%;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(var(--default-black-rgb), .8); /* Changed from rgba(0,0,0,.8) */
}
.ministrypage.img-title .items-row .item .page-header h2 a {
    color: var(--default-white); /* Changed from #ffffff */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all .4s;
    background: rgba(var(--default-black-rgb), .2); /* Changed from rgba(0,0,0,.2) */
}
.ministrypage.img-title .items-row .item .page-header h2 a:hover {
    background: rgba(var(--default-black-rgb), .6); /* Changed from rgba(0,0,0,.6) */
}

.ministrypage.img-title .items-row .item > div {
    position: absolute;
    width: 100%;
}
.ministrypage.img-title .items-row .item > p.readmore {
    display: none;
}

@media only screen and (max-width: 50.99rem) {
    .ministrypage.img-title .blogministrypage .row-fluid {
        margin-bottom: 0px;
    }
    .ministrypage.img-title .items-row .item {
        margin-bottom: 10px;
    }
    .ministrypage.img-title .items-row .item .page-header h2 {
        font-size: 1.3rem;
    }
    .ministrypage.img-title .items-row .item .page-header h2 a {
        background: rgba(var(--default-black-rgb), .4); /* Changed from rgba(0,0,0,.4) */
    }
    .ministrypage.img-title #g-container-main .blogministrypage img {
        height: min(13vw, 187.2px);
        width: 100%;
        object-position: center;
        object-fit: cover;
    }
}

.site-home .admod.adside table:not(:has(tbody)) {
    display: flex;
    flex-direction: column;
    gap: min(1vw, 14.4px);
}
.site-home .admod.adside table:not(:has(tbody)):before {
    content: 'Ad Placement';
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px dashed var(--primary-color); /* Already using variable, just ensuring correct syntax */
    width: 165px;
    max-width: 165px;
    height: 150px;
    max-height: 150px;
}

.site-home .admod.adside table:not(:has(tbody)):after {
    content: 'Ad Placement';
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px dashed var(--primary-color); /* Already using variable, just ensuring correct syntax */
    width: 165px;
    max-width: 165px;
    height: 150px;
    max-height: 150px;
}

.site-home .admod:not(.adside) table:not(:has(tbody > tr > td)) {
    display: flex;
    flex-direction: row;
    gap: min(1vw, 14.4px);
}
.site-home .admod:not(.adside) table:not(:has(tbody > tr > td)):before {
    content: 'Ad Placement';
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px dashed var(--primary-color); /* Already using variable, just ensuring correct syntax */
    flex: 1;
    height: 75px;
    max-height: 75px;
}

.site-home .admod:not(.adside) table:not(:has(tbody > tr > td)):after {
    content: 'Ad Placement';
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px dashed var(--primary-color); /* Already using variable, just ensuring correct syntax */
    flex: 1;
    height: 75px;
    max-height: 75px;
}

/*  */

/* bulletin widget - LPI */

.bulletin-variables {
    --bulletin-border-radius: 1rem;
    --load-more-border-radius: var(--bulletin-border-radius);
    --big-bulletin-font-size: clamp(1.5rem, 25.2px, 2rem);
    --small-bulletin-font-size: 1.1rem;
    --bulletin-container-padding: 0rem;
    --big-bulletin-size: 90%;
    --bulletin-title-color: var(--default-black);
    --bulletin-text-background-color: rgba(255, 255, 255, 0.95);
    --bulletin-text-hover-color: var(--default-black);
    --bulletin-gaps: 1.5rem;
    --bulletin-margins: var(--bulletin-gaps);

    /* set this to 'initial' to make the load more button show up */
    --load-more-button-display: none;

    /* adjust this to make the bulletins smaller */
    --small-bulletin-min-width: 130px;

    /* adjust this to adjust the # of bulletin columns relative to the bulletin size */
    --bulletin-container-max-width: 899px;
  }

  .bulletin-widget .bulletin-variables {
    padding: var(--bulletin-container-padding);
  }

  .bulletin-widget .bulletin-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--small-bulletin-min-width), 1fr));
    gap: var(--bulletin-gaps);
    max-width: var(--bulletin-container-max-width);
    margin: auto;
    margin-bottom: var(--bulletin-margins);
  }

  .bulletin-widget .bulletin {
    aspect-ratio: 238/308;
    position: relative;
    background: var(--bulletin-text-background-color);
    box-shadow: var(--default-box-shadow);
    border-radius: var(--bulletin-border-radius);
    overflow: hidden;
  }

  .bulletin-widget .bulletin:not(.bulletin-container > .bulletin:first-child) {
    min-width: var(--small-bulletin-min-width);
  }

  .bulletin-widget .bulletin:not(.bulletin-container > .bulletin:first-child) p {
    font-size: var(--small-bulletin-font-size);
  }

  .bulletin-widget .bulletin-date-container {
    position: absolute;
    bottom: 0;
  }

  .bulletin-widget .bulletin-container > .bulletin:first-child {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    width: var(--big-bulletin-size);
    height: var(--big-bulletin-size);
    margin: auto;
    max-width: 311px;
  }

  .bulletin-widget .bulletin-img-container {
    background-size: 109%;
    background-position: center 42%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    transition: all 300ms ease-in-out;
  }

  .bulletin-widget .bulletin-date-container {
    width: 100%;
    height: 20%;
    display: grid;
    justify-content: center;
    align-items: center;
    background: var(--bulletin-text-background-color);
    transition: all 300ms ease-in-out;
  }

  .bulletin-widget .bulletin-date-container:not(
      .bulletin-container > .bulletin:first-child .bulletin-date-container
    ) {
    height: 25%;
  }

  .bulletin-widget .bulletin-container .bulletin:first-child p {
    font-size: var(--big-bulletin-font-size);
  }

  .bulletin-widget .bulletin-date-container p {
    margin-bottom: 0;
    color: var(--bulletin-title-color);
  }

  /* adding hover effects */
  .bulletin-widget .bulletin:hover
    .bulletin-date-container:not(
      .bulletin-container > .bulletin:first-child .bulletin-date-container
    ) {
    height: 100% !important;
    transition: all 400ms ease-in-out;
  }

  .bulletin-widget .bulletin-container > .bulletin:first-child:hover .bulletin-img-container {
    background-size: 113%;
    transition: all 400ms ease-in-out;
  }

  .bulletin-widget .bulletin a:hover {
    color: var(--bulletin-text-hover-color);
  }
  /*  */

  @keyframes loadIn {
    from {
      opacity: 0;
      height: 0;
      width: 100%;
    }
    to {
      opacity: 1;
      height: calc(var(--small-bulletin-min-width) * (308 / 238));
      width: 100%;
    }
  }

  .bulletin-widget .loaded-bulletin {
    animation: loadIn 300ms ease-in-out;
  }

  /* styles for the load more button */
  .bulletin-widget #loadMoreButton {
    background-color: var(--primary-color);
    padding: 1rem 2rem;
    color: var(--default-white);
    border-radius: var(--load-more-border-radius);
    margin: 0 0 var(--bulletin-margins) 0;
    box-shadow: var(--default-box-shadow);
    transition: all 300ms ease-in-out;
    display: var(--load-more-button-display);
  }

  .bulletin-widget #loadMoreButton:hover {
    transform: scale(0.98);
    transition: all 400ms ease-in-out;
  }

  .bulletin-widget .load-bulletin-button-container {
    display: grid;
    justify-content: center;
    align-items: center;
    max-width: var(--bulletin-container-max-width);
    margin: auto;
  }
  /*  */
  /* End Bulletin Widget */

  
/* bulletin 3 pack code */
  .bulletin-widget.bulletin-3-pack .bulletin-variables {
    --big-bulletin-size: 100%;
    --small-bulletin-min-width: 110px;
    --bulletin-container-padding: 2rem;
    --bulletin-container-max-width: 475px;
  }
/*  */

/* show bulletin load more button */
.bulletin-load-more-button .bulletin-variables {
    --load-more-button-display: initial !important;
  } 
/*  */

/* Bulletin Picture List */

.bulletin-picture-list .bulletin-variables {
    --bulletin-border-radius: 1rem;
    --load-more-border-radius: var(--bulletin-border-radius);
    --big-bulletin-font-size: clamp(1.5rem, 21.6px, 2rem);
    --small-bulletin-font-size: clamp(1.2rem, 21.6px, 1.5rem);
    --bulletin-container-padding: 2rem;
    --big-bulletin-size: 90%;
    --bulletin-title-color: var(--default-black);
    --bulletin-text-background-color: rgba(255, 255, 255, 0.95);
    --bulletin-list-background-color: var(--default-white);
    --bulletin-gaps: 1rem;
    --bulletin-list-row-height: 3rem;
    --bulletin-text-hover-color: var(--default-black);
    --bulletin-margins: var(--bulletin-gaps);

    /* set this to 'initial' to make the load more button show up */
    --load-more-button-display: none;

    /* adjust this to change how small they can get */
    --bulletin-min-width: 125px;

    /* adjust this to change how big the bulletins can get */
    --bulletin-max-width: 350px;
}

.bulletin-widget p {
    margin: 0;
}

.bulletin-picture-list {
    width: 100%;
}

.bulletin-picture-list .bulletin-variables {
    padding: var(--bulletin-container-padding);
}

.bulletin-picture-list .bulletin-container .bulletin:first-child {
    box-shadow: var(--default-box-shadow);
}

.bulletin-picture-list .bulletin-container .bulletin:not(:first-child) a {
    box-shadow: var(--default-box-shadow);
}

.bulletin-picture-list .bulletin-container {
    display: grid;
    grid-template-rows: 1fr;
    grid-auto-rows: var(--bulletin-list-row-height);
    width: 100%;
    min-width: var(--bulletin-min-width);
    margin: auto;
    margin-bottom: var(--bulletin-margins);
    gap: var(--bulletin-gaps);
}

.bulletin-picture-list .bulletin-container .bulletin:first-child {
    height: auto;
    aspect-ratio: 238/308;
    width: 100%;
    max-width: var(--bulletin-max-width);
    position: relative;
    border-radius: var(--bulletin-border-radius);
    overflow: hidden;
    margin: auto;
}

.bulletin-picture-list .bulletin-container .bulletin:not(.bulletin:first-child) a {
    max-width: var(--bulletin-max-width);
    min-width: var(--bulletin-min-width);
    margin: auto;
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: var(--bulletin-list-background-color);
    border-radius: var(--bulletin-border-radius);
    overflow: hidden;
}

.bulletin-picture-list .bulletin-container .bulletin:not(.bulletin:first-child) p {
    font-size: var(--small-bulletin-font-size);
    color: var(--bulletin-title-color);
}

.bulletin-picture-list .bulletin-container .bulletin:first-child .bulletin-date-container {
    position: absolute;
    height: 20%;
    width: 100%;
    background: var(--bulletin-text-background-color);
    bottom: 0;
    display: grid;
    align-content: center;
    justify-content: center;
}

.bulletin-picture-list .bulletin-container .bulletin:first-child p {
    font-size: var(--big-bulletin-font-size);
    font-weight: normal;
    color: var(--bulletin-title-color);
}

.bulletin-picture-list p {
    margin: 0 !important;
    line-height: 1.5;
}

.bulletin-picture-list .bulletin-img-container:not(.bulletin-picture-list .bulletin-container .bulletin:first-child .bulletin-img-container) {
    display: none;
}

.bulletin-picture-list .bulletin-container .bulletin:first-child .bulletin-img-container {
    background-size: 109%;
    background-position: center 42%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    transition: all 300ms ease-in-out;
}

/* adding hover effects */

.bulletin-picture-list .bulletin a:hover {
    color: var(--bulletin-text-hover-color);
}

.bulletin-picture-list .bulletin-container .bulletin:first-child:hover .bulletin-img-container {
    background-size: 106%;
    transition: all 400ms ease-in-out;
}

.bulletin-picture-list .bulletin-container .bulletin:not(:first-child):hover a {
    transform: scale(0.98);
    transition: all 400ms ease-in-out;
}

/* styles for the load more button */
.bulletin-picture-list #loadMoreButton {
    background-color: var(--primary-color);
    padding: 1rem 2rem;
    color: var(--default-white);
    border-radius: var(--load-more-border-radius);
    margin: 0 0 var(--bulletin-margins) 0;
    box-shadow: var(--default-box-shadow);
    transition: all 300ms ease-in-out;
    display: var(--load-more-button-display);
}

.bulletin-picture-list #loadMoreButton:hover {
    transform: scale(0.98);
    transition: all 400ms ease-in-out;
}

.bulletin-picture-list .load-bulletin-button-container {
    display: grid;
    justify-content: center;
    align-items: center;
    max-width: var(--bulletin-container-max-width);
    margin: auto;
}
/*  */

@keyframes listLoad {
from {
    opacity: 0;
    transform: scale(0.85);
    width: 100%;
}
to {
    opacity: 1;
    width: 100%;
    transform: scale(1);
}
}

.bulletin-picture-list .loaded-bulletin {
    animation: listLoad 400ms ease-in-out;
}

/* styles for the load more button */
.bulletin-picture-list #loadMoreButton {
    background-color: var(--primary-color);
    padding: 1rem 2rem;
    color: var(--default-white);
    border-radius: var(--load-more-border-radius);
    margin: 0 0 var(--bulletin-margins) 0;
    box-shadow: var(--default-box-shadow);
    transition: all 300ms ease-in-out;
    display: var(--load-more-button-display);
}

.bulletin-picture-list #loadMoreButton:hover {
    transform: scale(0.98);
    transition: all 400ms ease-in-out;
}

.bulletin-picture-list .load-bulletin-button-container {
    display: grid;
    justify-content: center;
    align-items: center;
    max-width: var(--bulletin-container-max-width);
    margin: auto;
}
/*  */

/* custom AOS animation - Default-Animation */

[data-aos="default-animation"] {
  opacity: 0;
  filter: blur(0.5px);
  transform: translateY(40px);
  transition: transform 1s ease-in-out, filter 1s ease-in-out, opacity 1s ease-in-out;
}

[data-aos="default-animation"].aos-animate {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* end aos animation */

/* Rounded Menu */

.rounded-menu {
    --menu-hover-color: var(--secondary-color);
    --menu-border-radius: var(--site-border-radius);
}

@media (min-width: 50.99rem) {
    /* rounded menu */
    .rounded-menu .g-toplevel > .g-menu-item:hover:not(.g-menu-item:has(.g-social)) {
    background-color: var(--menu-hover-color);
    border-radius: 0;
    /* border-radius: 1.25rem 1.25rem 0 0; */
  }

  .rounded-menu .g-toplevel > li {
    border-radius: 0.5rem 0.5rem 0 0;
  }

  .rounded-menu .g-toplevel ul.g-dropdown {
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    overflow: hidden;
  }

  .rounded-menu .g-sublevel > li:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
  }

  .rounded-menu .g-sublevel > li:nth-child(2) {
    border-radius: 0 0.5rem 0 0 !important;
    overflow: hidden;
  }

    .rounded-menu .g-dropdown-left .g-sublevel > li:nth-child(2) {
        border-radius: 0.5rem 0 0 0 !important;
    }

    .rounded-menu .g-toplevel ul.g-dropdown-left {
        border-radius: 0.5rem 0 0.5rem 0.5rem !important;
    }
    .searchsearch-page {
        display: flex;
        gap: min(2vw, 32px);
    }
}

/* end round-menu */

.web-policy-link {
    color: var(--default-white)!important;
}

.web-policy-link:hover {
    opacity: .5;
}

#g-container-main #g-aside {
    display: block;
}
/*.k-ui-namespace .docman_category { display: none; }*/

.com_search #g-container-main>.g-container>.g-grid {
    padding: min(1vw, 16px) min(3vw, 48px);
}

#searchForm input[type="text"], .ordering-box .inputbox, .form-limit .inputbox {
    color: var(--default-black);
}

/**************************************************************/
/*********************** Offcanvas ****************************/
/**************************************************************/
@media only screen and (max-width: 50.99rem) {
    .g-offcanvas-toggle {
        background: var(--default-white);
        color: var(--primary-color);
        display: grid;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        box-shadow: var(--default-box-shadow);
    }
    .g-offcanvas-toggle .fa-fw {text-shadow: none;}
}