/*!
 * Client specific customizations; base theme will be blank.  Implemented in child theme
 */
.aaha-logo {
  max-height: 60px;
}

/* Careers page links padding */
@media (min-width: 992px) {
  .careers-list .card-item .link-more-arrows {
    margin-bottom: -20px;
  }
}
/* Services page, white space reduction */
.services .our-services-block {
  padding-top: 3rem;
}

/* Search bar position */
form#search-block-form .form-search {
  right: 14px;
  top: 70px;
}

@media screen and (max-width: 991px) {
  form#search-block-form .form-search {
    max-width: 260px;
    right: 10px;
    top: 50px;
  }
}
/* Closing Block quote fix */
.testimonials-section blockquote p:after {
  font-size: 3.75rem;
  opacity: 0.24;
  position: relative;
  top: 1rem;
  line-height: 0;
}

/* Testimonials section height reduction */
@media (min-width: 768px) {
  .testimonials-section {
    padding: 3.375rem 0 3.875rem;
  }
}
.testimonials-section {
  height: auto;
}

/* Homepage logo size */
@media (min-width: 1090px) {
  .header-holder .logo {
    max-width: 230px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 120px;
    margin-top: -80px;
    background: linear-gradient(180deg, #fafafa 78px, hsla(0, 0%, 100%, 0.001));
    border-top-right-radius: 120px;
    padding-top: 40px;
  }
  .header-holder .logo img {
    margin-top: -15px;
  }
  .header-top .header-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .header-holder {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .header-item .item-icon {
    height: 1.875rem;
    left: 0;
    top: 15px;
    width: 1.875rem;
  }
  .header-item .item-icon:before {
    font-size: 1rem;
  }
  .header-item .address-list {
    padding: 0 0.625rem 0 2.5rem;
  }
  .header-item .social-networks li {
    height: 35px;
    margin: 0 0 0 3px;
    width: 35px;
  }
  .header-item .social-networks li a {
    padding: 0;
  }
  .header-item .social-networks li a i {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1089px) {
  .header-holder .logo {
    max-width: 7.75rem;
  }
}
@media (min-width: 992px) {
  #footer .logo-holder .logo {
    width: 13.5rem;
  }
}
/* Increase title padding between menu and page title */
@media screen and (min-width: 992px) {
  .section.hero-background {
    padding-top: 16rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .section.hero-background {
    padding-top: 17rem;
    padding-bottom: 3rem;
  }
}
/* Inform section overlap fix */
.inform-section.section.photo-left-2-section .left-photo-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.inform-section.section.photo-left-2-section .left-photo-container .left-photo {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .inform-section.section.photo-left-2-section .left-photo-container .left-photo {
    max-width: 45%;
  }
}
.inform-section.section.photo-left-2-section .left-photo-container .half-page-block.white-block {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .inform-section.section.photo-left-2-section .left-photo-container .half-page-block.white-block {
    max-width: 55%;
  }
}
.inform-section.section.photo-left-2-section .left-photo-container .btn.btn-warning {
  line-height: 2rem;
}
@media (min-width: 992px) {
  .inform-section.section.photo-left-2-section .left-photo-container .btn.btn-warning {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

/* Slogan Section */
@media (min-width: 992px) {
  .slogan-section.section {
    background-attachment: fixed;
  }
}
.slogan-section {
  padding: 16.75rem 0 20.625rem;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: 50% 60px;
  background-repeat: no-repeat;
  background-size: cover;
}

.slogan-section:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (hover: none) {
  .bg-fixed {
    background-attachment: scroll;
  }
  .bg-fixed {
    background-position: 50%;
  }
  .slogan-section {
    padding: 8.75rem 0 8.625rem;
  }
}
/* Meet our team Background Opacity change */
.team-section .bg-image {
  opacity: 0.25;
}

/* Front Page Main menu background color change */
@media (min-width: 992px) {
  #header #header-holder.header-holder.slide-show-header {
    background: linear-gradient(90deg, #fafafa 180px, hsla(0, 0%, 100%, 0.001));
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}

/* Sidebar color update */
.review-us-block .btn.btn-decor.btn-sm:hover {
  background-color: var(--btn_hover);
  border: 1px solid var(--btn_hover);
  color: var(--btn_font_hover);
}

/* Pagination Active and hover state color */
.page-item.active .page-link {
  background-color: var(--btn);
}

.pagination li.active a:hover {
  background-color: var(--btn_hover);
  border: 1px solid var(--btn_hover);
}

.pagination li a:hover {
  background-color: var(--btn_hover);
  border: 1px solid var(--btn_hover);
}

/* Webform button styling */
input[type=submit] {
  background: var(--btn);
}

input[type=submit]:hover {
  background: var(--btn_hover);
  color: var(--btn_font_hover);
}

.button {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  min-width: auto;
  padding: 0.5rem 1.3rem 0.4rem;
  width: 250px;
}

@media (min-width: 992px) {
  .webform-signature-pad .button {
    top: unset;
    width: 250px;
  }
}
/* Blog Card See more button*/
.blogs-grid .link-more-arrows {
  top: 45px;
}

#fax {
  font-weight: 400;
}

.team-section .member {
  padding: 10px;
}

@media (min-width: 992px) {
  #header .header-holder {
    padding: 0;
  }
}
@font-face {
  font-family: "ReykjavikOneAGauge";
  src: url("https://gvc.gp-assets.com/assets/fonts/clients/ReykjavikOneAGauge.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ReykjavikTwoAGauge";
  src: url("https://gvc.gp-assets.com/assets/fonts/clients/ReykjavikTwoAGauge.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 576px) {
  .intro-section {
    height: 82vh;
    padding-top: 170px;
    min-height: unset;
  }
  .intro-section .img-holder.bg-stretch,
  .intro-section .intro-holder {
    height: calc(82vh - 170px);
    min-height: unset;
  }
}

@media (min-width: 992px) {
  .menu-drop .main-nav li a, .menu-drop .main-nav li span {
    font-size: 18px;
  }
}

#header #header-holder.header-holder.slide-show-header .nav-opener {
  color: var(--menu_font);
}

#header #header-holder.header-holder.slide-show-header .nav-opener .burger, #header #header-holder.header-holder.slide-show-header .nav-opener:after, #header #header-holder.header-holder.slide-show-header .nav-opener:before {
  background-color: var(--menu_font);
}

.nav-opener {
  font-size: 17px;
}

.path-frontpage #header #header-holder.header-holder.slide-show-header .nav-opener {
  color: #fff;
}
.path-frontpage #header #header-holder.header-holder.slide-show-header .nav-opener .burger, .path-frontpage #header #header-holder.header-holder.slide-show-header .nav-opener:after, .path-frontpage #header #header-holder.header-holder.slide-show-header .nav-opener:before {
  background-color: #fff;
}

@media (max-width: 991px) {
  #footer {
    padding: 12px 0 2.8125rem;
  }
  #footer .logo-holder .logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .logo-holder .logo img {
    max-width: 185px;
  }
}
/* Footer Pencil Edits */
.contextual-region .contextual .contextual-links a {
  color: #333 !important;
  background-color: #fff;
}