.page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {
  height: auto !important;
}
.page-user-login .main-page .gsc-tabs ul.nav-tabs li a, .page-user-login .main-page .gsc-tabs ul.nav-tabs li a:hover, .page-user-login .main-page .gsc-tabs ul.nav-tabs li.active a {
  background-color: transparent !important;
  color: #005194 !important;
  font-size: 15px;
}
.page-user-login .main-page h1 { font-size: 1.4em; } 
.page-user-login .main-page h1 a { color: #005194 !important; }

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
.header-infos-contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-infos-contact .item {
	width: 280px
}

.topbar .topbar-content > div > div {
  float: left;
  width: auto;
  display: block;
}

#header .header-main nav ul > li > a {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 16px;
  letter-spacing: 0.7px;
  }

  li.menu-item.menu-item--expanded a {
    text-decoration: none;
  }

  li.menu-item a {
    text-decoration: none;
  }

  i.fab.fa-twitter{
    font-family:sans-serif;
  }
  i.fab.fa-twitter::before{
    content:"𝕏";
    font-size:1.2em;
  }
 /* custom css for service database page by AT */
 .title-list a { font-weight: 400; text-decoration: underline; text-decoration-color: #1177aa; }
.js-form-item-service-tid div.bef-links ul li a { font-size:18px; }
 a.bef-link--selected { font-size:20px;font-weight: 600; text-decoration: underline; text-decoration-color: #1177aa; }
#views-exposed-form-agency-list-block-1 div.bef-links ul{ 
  column-count: 3;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 10px; /* Adjust gap between items as needed */ }
  
#views-exposed-form-agency-list-block-1 div.bef-links ul li {
  box-sizing: border-box;
  padding: 6px; /* Adjust padding as needed */
  border: 0px solid #ccc; /* Optional: Add a border to each item */
}

/* Styling for Experts on Service page */
.service-expert-list .post-block .post-image { 
  width: 15%;
 }

.service-expert-list .post-title a {
  color: #17a; text-decoration: underline;
    text-decoration-color: currentcolor;
  text-decoration-color: #17a;
font-size: 20px;
 }
.service-expert-list .title-desc p { 
  font-size: 18px; margin-bottom: 5px;
 }
 /* custom style from AT 09-08-24   */
 
 header.header-default .header-main-inner .branding div {
    display: flex;
}
header.header-default .header-main-inner .branding a.site-branding-logo {
    display: block;
    padding: 0;
}
header.header-default .header-main-inner .header-inner .main-menu {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header.header-default .header-main-inner .content-inner {
    border-top: 1px solid transparent;
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}
.owl-next {
    position: absolute;
    right: 30px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-prev {
    position: absolute;
    left: 30px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-dots {
    /*width: 100%;
    position: absolute;
    bottom: -40px;*/
    text-align: center;
}
.owl-carousel .owl-dot {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-dot {
    background: #ccc;
    border: 0 none;
    width: 20px;
    height: 5px;
}
.owl-carousel .owl-dot.active {
    background: #000;
}

.owl-carousel .owl-nav {
    opacity:0;
    transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
.owl-carousel:hover .owl-nav {
    opacity: 1;
}
@media (min-width:992px) and (max-width:1199px) {
    header.header-default .header-main .header-main-inner .branding{
        width: 240px !important;
    }
    header.header-default .header-main .header-main-inner .header-inner {
        padding-left: 240px !important;
        padding-right: 30px;
    }
}
/** Apply main menu click style  AT 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);
}
.event-block-2 .event-image .event-date {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  height: auto;
  width: auto;
}
span.separator {
  font-weight: 400;
  font-size: 46px;
  margin: 0px 4px;
  line-height: 0;
  height: 24px;
  font-family: sans-serif;
}
.path-search .views-exposed-form input[type="text"] {  width: 340px; }

/** Apply changes on Teams email and phone List page 04/06/25 */
.team-block.team-v1 .team-contact .team-email {
    display: block;
  }
 .team-block.team-v1 .team-contact .team-phone,.team-block.team-v1 .team-contact .team-email {font-size: 14px;
  font-style: normal;
  color: #474747; 
  }
@media (max-width: 1000px) {
 .team-block.team-v1 .team-contact .team-email {
    display: none;
  }
}

/** Apply  style on service list page  KM 9/11/24 */

@media (max-width: 810px) {
	#views-exposed-form-agency-list-block-1 div.bef-links ul {
  column-count: 2;
	}
}
@media (max-width: 550px) {
	#views-exposed-form-agency-list-block-1 div.bef-links ul {
  column-count: 1;
	}
	.front-banner .gsc-icon-box-new.style-1 .content-inner .desc span { font-size: 30px !important; }
	.front-banner .gsc-icon-box-new.style-1 .content-inner { padding: 15px 10px 15px 15px; }
}

/* Apply margin-bottom to only the last child of the container for labels for Articles KM 8/21/24 */
.field-container:last-child {
    margin-bottom: 25px;
}

/* Added to fix accessibility issue on front page KM 9/20/24 */
@media (max-width: 1199.98px) {
  .gsc-icon-box-new.style-1 .content-inner h3.title {
          display: none;
  }
  }
/* moved from front-end to here by ljw 2024-09-30 */
.gsc-call-to-action .sub-title {
    color: #333333;
}
.button, .btn, .btn-white, .btn-theme, .btn-theme-second, .more-link a, .btn-theme-submit {
    padding: 15px 20px 15px 20px;
    margin: 15px 0px 25px 0px;
}
.gsc-box-color .box-content .link , .path-search .views-exposed-form .button{
    display: inline-block;
    font-weight: 500;
    border-radius: 0px;
    font-size: 13px;
    padding: 10px 20px;
    background: #005295;
    color: #fff;
    text-transform: uppercase;
	border: none;
}
.team-block.team-v1 .team-content .team-job {
    font-size: 16px;
    color: #474747;
}
.team-block.team-v1 .team-content .team-name {
    font-weight: 600;
}
b, strong {
    font-weight: 600;
}
.gbb-row .bb-inner {
    padding-bottom: 40px;
}

.topbar .topbar-content-inner .topbar-content .search-ips label {
    margin-bottom: 9px;
}
.topbar .topbar-content-inner .topbar-content .search-ips input[type="search"] {
    margin-bottom: 9px;
}

.post-block .post-title {
     font-weight: 500;
}
/* Underline links per KKB on 7/21/25 */
a {text-decoration: underline;
}

.gsc-button {
    border: 3px solid transparent;
  border-color: #ff8200 !important;
text-transform: uppercase;
    font-weight: 600;
font-size: 16px;
}
.button, .btn, .btn-white, .btn-theme, .btn-theme-second, .more-link a, .btn-theme-submit {
    padding: 20px 25px 20px 25px;
}


.gsc-icon-box-new.style-1 .icon-inner {
  background: #fff; }


.gsc-icon-box-new.style-1 .content-inner h3.title {
  display: none !important;}