/* any css used by ALL IPS Websites goes here. This is loaded last in the lib yml file */


p {
    color: #000;
    line-height: 1.5;
    font-family: 'Poppins', Verdana; 
}

/** Apply main menu click style 8/31/24 */
@media (min-width: 992px) {
   .clickable .gva_menu > li:hover > ul.sub-menu,.clickable .gva_menu > li:hover div.sub-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity = 0);
        top: 101%;
        margin-top: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
   .clickable .gva_menu > li:hover > ul.sub-menu > li,.clickable .gva_menu > li:hover div.sub-menu > li {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
   .clickable .gva_menu > li.open > ul.sub-menu,.clickable .gva_menu > li.open div.sub-menu,
   .clickable .gva_menu > li.open:hover > ul.sub-menu,.clickable .gva_menu > li.open:hover div.sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity = 100);
        top: 100%;
        margin-top: -2px;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
   .clickable .gva_menu > li.open > ul.sub-menu > li,.clickable .gva_menu > li.open div.sub-menu > li,
   .clickable .gva_menu > li.open:hover > ul.sub-menu > li,.clickable .gva_menu > li.open:hover div.sub-menu > li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);  
        transform: translateY(0);
    }
}
.gva_menu > li > a , .gva_menu > li > a:hover, .gva_menu > li > a.is-active { color: #000 !important; }
.menu-item.menu-item--expanded {
	position: relative;
}
.gva_menu > .menu-item.menu-item--expanded::after {
	content: "˅";
	position: absolute;
	bottom: 35px;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: bolder;
	transform: scale(1.5, 0.8);
}

.navigation .gva_menu li a {
    text-decoration: none !important;
}

.gva_menu > li > a, .gva_menu > li > a:hover, .gva_menu > li > a.is-active {
    color: #000 !important;
}

.textlogo a {text-decoration: none !important;
color: #000;}

.toolbar-tray a, .toolbar-tray a:visited {
    text-decoration: none !important; }

#footer a {
    text-decoration: none !important;
}

#footer ul.menu > li {
    padding-bottom: 6px;
}

#footer {
    color: #fff;
    font-size: 0.85em;
    line-height: 1.0;
    background: no-repeat center bottom #323b4d;
}

#footer a:hover, #footer a:focus {
    color: #9ae4f4;
}

#footer .contact-info ul li {
    padding-bottom: 8px;
    border: 0;
    margin-bottom: 0;
}
#footer a, #footer li, #footer li span {
    font-size: 13.6px;
    line-height: 1.0;
}

#footer h2.block-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
}



.panel .panel-heading .panel-title > a {
    display: block;
    letter-spacing: 0;
    position: relative;
    padding: 5px 0;
    color: #005194;
}

.gsc-accordion .panel-group.skin-white .panel {
    border: 1px solid #dee2e6 !important;
    margin-bottom: 20px !important;
}

.panel .panel-heading .panel-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.team-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
    padding: 20px 0 6px;
    text-transform: capitalize;
}

.team-name {
    font-weight: 600;
}

.team-name a {
    color: #005194 !important;
}

.socials a i {
    color: #fff !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}

#footer .socials a i.fab {
    background: #fff0;
}

a.button.button-action {
    color: #fff;
}

#footer .block .block-title:after {
    background: #ff8200;
}

.block .block-title:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #ff8200;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
/** add css for header from 05-11-25 AT */

.topbar .topbar-content-inner .topbar-content .search-ips { max-width: 145px; }
.topbar a { margin-right: 25px; 
 }
.topbar { /* padding-top: 15px; */  padding: 15px 0;}
.togglebutton { /* top: 15px;  */ top:6px;}
header.header-default .header-main-inner .header-inner { padding-right: 2px; }
.title_bar { top: -3px; }
.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
  margin-top: 0px;
}
/* .topbar .topbar-content-inner .topbar-content a { text-decoration: none; } */
.topbar .topbar-content-inner .topbar-content .search-ips { margin-top: 0px !important; }

.post-block .post-title { font-weight: 500; }
.tmep-logo-block {  margin-bottom: 0px; }
.textlogo a { font-weight: 600; }
/* match staff look from IPS from AT 02-06-26 */
.team-block.team-v1 .team-content .team-name {
  font-weight: 600;
}
.team-block.team-v1 .team-content .team-job {
  font-size: 16px;
  color: #474747;
}
.team-block.team-v1 .team-contact .team-phone, .team-block.team-v1 .team-contact .team-email {
  font-size: 14px;
  font-style: normal;
  color: #474747;
}
/* km 2026-06-29 to show search bar*/
/* Mobile: up to 767px */
@media (max-width: 767px) {

  #block-daudo-subtheme-topbaripslink,
  #block-daudo-subtheme-topbarleftapex {
    display: none;
  }

  .topbar .col-7 {
    max-width: 80%;
    flex: 0 0 80%;
  }

  .title_bar {
    position: relative;
    margin-left: 0;
    top: 3px;
  }

  /* Keep search available on mobile */
  .topbar-content-inner {
    display: block;
    float: none;
    width: 100%;
  }

  /* Hide toggle only if you truly do not need it on mobile */
  .togglebutton {
    display: none;
  }

  /* Search box visibility */
  .topbar input[type="search"],
  .topbar .search-form,
  .topbar .search-block-form,
  .topbar .block-search {
    display: block;
    width: 100%;
  }
}

/* Tablet: 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {

  #block-daudo-subtheme-topbaripslink,
  #block-daudo-subtheme-topbarleftapex {
    display: none;
  }

  .topbar-content-inner {
    display: block;
    float: right;
  }

  .togglebutton {
    display: block;
  }
}

/* Desktop: 1024px and up */
@media (min-width: 1024px) {

  .topbar-content-inner,
  #block-daudo-subtheme-topbaripslink,
  #block-daudo-subtheme-topbarleftapex,
  .togglebutton {
    display: block;
  }
}

/* Menu spacing: 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199px) {

  #block-daudo-subtheme-micrositemenu-3 .gva_menu > li > a {
    padding-left: 7px;
    padding-right: 9px;
  }
}