/****/

.layout-no-sidebars a{
  color: #005194;
}


a{
  text-decoration: underline;
}

a.btn-theme{
  text-decoration: none;
}
a.btn-white{
  text-decoration: none;
}

/* ljw 2026-05-13 added to make behavior match ips sites BEGIN: */
.gsc-button {
  border: 3px solid transparent;
  border-color: #ff8200 !important;
  text-transform: uppercase;
  font-weight: 600;
}

.gsc-button.small {
  font-size: 12px;
  padding: 15px;
}

.gsc-button.medium {
  font-size: 14px;
  padding: 18px 25px;
}

.gsc-button.large {
  font-size: 16px;
  padding: 18px 25px;
}

.gsc-button.extra-large {
  font-size: 18px;
  padding: 18px 25px;
}

.gsc-button:hover,
.gsc-button:focus,
.gsc-button:active {
    color: #222 !important;
    border-color: #ff8200 !important;
    text-decoration: none;
}

/* ljw 2026-05-13 added to make behavior match ips sites END. */

#footer a{
  text-decoration: none;
}

.text-light {
    color: #000 !important;
}

.text-gray {
  color: #2a2c38 !important;
}

text-white {
  color:#fff; 
}
p {
    color: #373737;
    line-height: 1.5;
    font-family: 'Poppins', Verdana;
}

.milestone-block.position-no-icon .milestone-right .milestone-number-inner {
color: #00a1c4 !important;
}

ul.features-list > li {
   font-weight: 400;
}

.btn-theme {
  background: #fff;
  border: 3px solid #f48020;
  color: #222 !important;
}

.btn-theme span::after {
  background: #222;
}

.btn-theme:hover {
  background: #f48020;
}

ul.features-list > li::after {
  background: #222;
}

ul.features-list > li:after {
 border-radius: 5px;
}

.gsc-heading .sub-title > span:after {
    background: #ff8200;
}

/* ljw 2026-05-13 changed from 42px to 30px to match ips sites BEGIN: */

.gsc-heading.style-1 .title {
    font-size: 30px;
}

/* ljw 2026-05-13 changed from 42px to 30px to match ips sites BEGIN: */

.topbar {
  background: #4d4d4f;
}

.topbar .topbar-content-inner .topbar-content {
  color: #fff;
}

.topbar .topbar-content>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar .topbar-content-inner .topbar-content p {
    margin: 0;
}

.topbar .topbar-content-inner .topbar-content .search-ips{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 310px;
    position: relative;
}

.topbar .topbar-content-inner .topbar-content .search-ips form {
    width: 100%;
}

.topbar .topbar-content-inner .topbar-content .search-ips label {
    color: #fff;
    font-size: 14px;
    line-height: 1.0;
    font-weight: 400;
    margin-right: 30px;
    margin-bottom: 0;
    white-space: nowrap;
    margin-top: 0;
    width: auto;
}

.topbar .topbar-content-inner .topbar-content .search-ips .form-item {
    display: flex;
    align-items: center;
}

.topbar .topbar-content-inner .topbar-content .search-ips input[type="search"] {
    width: 100%;
    border: 1px solid #fff;
    height: 30px;
    padding: 0px 30px 0px 8px;
}

.topbar .topbar-content-inner .topbar-content .search-ips .form-actions {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 0;
}

.topbar .topbar-content-inner .topbar-content .search-ips input.form-submit {
    padding: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.topbar .topbar-content-inner .topbar-content .search-ips .form-actions:before {
    content: "\f002";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #005194;
    font-size: 20px;
}

header .site-branding-logo {
  padding: 1px 0 1px;
}


  @media (max-width:667px) {
 .copyright-inner .col-sm-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.social-copyright {
  float: left;
  margin-top: 10px;
}
  }



 @media (max-width:567px) {
.topbar .topbar-content > div {
  display: block;
}

#block-daudo-subtheme-topbarleft {
  width: 100%;
  text-align: center;
  margin-bottom: 10px !important;
}

#block-daudo-subtheme-searchform-2 {
  max-width: inherit;
}

.js-form-type-search {
  max-width:300px;
  float: right;
}
 
.search-block-form {
  display: block !important;
}

 }

header.header-1 .header-main-inner .branding {
  width: 370px;
}

header.header-2 .header-main .header-inner .row {
    align-items: center;
}

header.header-2 .header-main {
   padding: 0px 0px 35px 0;
}

header.header-2 .main-menu {
    background: #fff;
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
}

header.header-2 .main-menu .area-inner>div:not(.gva-offcanvas-mobile) {
    display: flex;
}

header.header-2 .main-menu .site-branding-logo>img {
    max-width: 180px;
}

header.header-2 .main-menu .site-branding-logo {
    margin-right: 30px;
}

header.header-2 .main-menu .area-inner {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.header-2 .gva-offcanvas-mobile {
    width: 100%;
    max-width: calc(100% - 210px);
    display: flex;
    justify-content: center;
    padding-right: 95px;
}

.navigation .gva_menu .sub-menu > li > a {
    color: #373737 !important;
}

   header.header-2 .main-menu .navigation .gva_menu > li > a {
    color: #373737 !important;
    font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
}

 header.header-2 .main-menu .navigation .gva_menu > li:hover > a, header.header-2 .main-menu .navigation .gva_menu > li:focus > a {
    color: #005194  !important;
  }

  header.header-2 .main-menu .navigation .gva_menu > li.menu-item--active-trail > a {
    color: #005194 !important;
  }

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

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

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

#footer a {
  color: #fff;
}

#footer .footer-center {
  padding: 60px 0 30px;
}

#footer a, #footer li, #footer li span {
    font-size: 13.6px;
    line-height: 1.0;
}

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

#footer .contact-info ul li {
    padding-bottom: 8px;
    border: 0;
    margin-bottom: 0;
}

#footer .contact-info .description {
    padding-bottom: 8px;
    margin-bottom: 0;
    color: #fff;
}

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

#footer .contact-info {
    padding-top: 4px;
}

@media (max-width: 1199.98px) {
.header-2 .gva-offcanvas-mobile {
    padding-right: 30px;
}

#footer .footer-center {
    padding: 50px 0 30px;
  }
}

@media (max-width: 991.98px) {

.header-2 .gva-offcanvas-mobile{
    width: 100%;
    max-width: 350px;
    display: block;
    padding-right: 0;
}

  #footer .footer-center {
    padding: 50px 0 0px;
  }
}

#footer .copyright {
  font-size: 13.6px;
  font-weight: 500;

}

#footer .copyright .copyright-inner {
  padding: 30px 0;
  border-top: 0;
}

.team-single-page .team-name .job {
  font-size: 22px;
  color: #999999;
}

.team-single-page .team-contact .content-inner, .team-single-page .team-education .content-inner {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.team-single-page .team-quote {
  font-size: 18px;
  font-style: italic;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
  color: #005194;
}

.button, .btn, .btn-white, .btn-theme, .btn-theme-second, .more-link a, .btn-theme-submit {
  font-weight:600;
}

.block .block-title:after {
  background: #005194;
}

.block.block-blocktabs .ui-widget {
  font-family: "Poppins", "Hind", sans-serif;
}

.block.block-blocktabs .ui-tabs-nav > li > a {
  font-family: "Poppins", "Hind", sans-serif;
}

.gva-googlemap .gm-style-iw div .marker .info {
    font-family: "Poppins", "Hind", sans-serif;
}

/* .topbar .topbar-content>div {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
} */

.topbar .topbar-content-inner .topbar-content .search-ips {
    margin-top: 10px !important;
}

.testimonial-grid .item-grid .testimonials-quote {
    font-family:  "Poppins", "Hind", sans-serif;
}

.contact-link {
  background: #373737;
}

.gbb-row .bb-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumb-content-inner .breadcrumb-content-main {
  padding: 51px 15px 100px;
}

@media (min-width: 992px)
.navigation .gva_menu > li > a {
    padding: 21px 13px;
}

/* Theme Update Style Change - bg color of block links KM 1/22/24 */
.contextual-region .contextual .contextual-links li a {
  font-family: var(--gin-font);
  color: var(--gin-color-primary) !important;
}

.team-education {
  display: none;
}

.team-block.team-v2 .team-content .team-name {
   font-weight: 500;
}

header.header-default .gva-search-region {
  display: none;
}

.navigation .gva_menu li a {
  text-decoration: none;
  font-weight:500;
  color:#373737;
}

li.statistics-counter {
  display: none;
}

.node-detail {
 padding-bottom: 5px;
}

.node-detail .post-title {
  font-size: 20px;
  font-weight: 500;
}

/* ljw 2025-10-01 moved from front-end drupal theme css for all domains and each individual domain BEGIN */
.whitehover a:hover {
  color: #FFFFFF!important;
}

.pdtop {
  padding-top: 20px
}

.imgdropshadow {
  box-shadow: 0px 0px 14px 2px #C4D7E6;
  margin-bottom: 15px;
}

.successcard {
  box-shadow: 0px 0px 10px 2px #C4D7E6;
  margin-bottom: 15px;
}

.companyname a {
  color: #005295!important;
  text-align: center!important;
}

.txtcenter {
  text-align: center!important;
  padding: inherit 20px inherit 20px!important;
}

.successtitle {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.field--name-field-apexcompany {
    color:#005295;
  text-align:center;
  font-size: 46px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  margin: 30px auto 30px auto;
}

.field--name-field-preview-image {
  box-shadow: 0px 0px 10px 2px #C4D7E6;
  margin-bottom: 15px;
}

div.block.block-layout-builder.block-field-blocknodeapex-success-storyfield-apexquote.no-title > div > div {
  background-color: rgba(255, 130, 0, 0.17); 
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 7px 20px;
  font-size:14pt;
  font-style: italic;
  border-top: 5px solid #FF8200;
  border-bottom: 5px solid #FF8200;
}

.block-field-blocknodeapex-success-storybody {
  padding: 0px 20px 0px 20px;
}

.field--name-field-apexquote::before {
  content: url('/sites/default/files/APEX/QuoteIcon.png');
}
/*
div.block.block-layout-builder.block-field-blocknodeapex-success-storyfield-apexquote.no-title > div::before {
  content: url('/sites/default/files/APEX/QuoteIcon.png');
  padding-top: 50px!important;
}
*/
/* ljw 2025-10-01 moved from front-end drupal theme css for all domains and each individual domain END */