@charset "UTF-8";
@font-face {
  font-family: "HelveticaNeueLTPro-Hv";
  src: url("fonts/HelveticaNeueLTProHv.otf") format("opentype"), url("fonts/HelveticaNeueLTProHv.svg") format("svg"), url("fonts/HelveticaNeueLTProHv.ttf") format("truetype"), url("fonts/HelveticaNeueLTProHv.woff") format("woff"), url("fonts/HelveticaNeueLTProHv.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTPro-HvIt";
  src: url("fonts/HelveticaNeueLTProHvIt.otf") format("opentype"), url("fonts/HelveticaNeueLTProHvIt.svg") format("svg"), url("fonts/HelveticaNeueLTProHvIt.ttf") format("truetype"), url("fonts/HelveticaNeueLTProHvIt.woff") format("woff"), url("fonts/HelveticaNeueLTProHvIt.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1 b, h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
  font-weight: normal;
}

h1 {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 58px;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 1680px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h1.hero-page-title {
  margin: 0;
  padding-bottom: 0;
  max-width: 1170px;
  text-transform: lowercase;
  letter-spacing: 0;
  border-bottom: 0;
  display: inline-block;
}
h1.content-page-title {
  margin-top: 10px;
  line-height: 1.2;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #333;
  text-transform: none;
}
@media (max-width: 767px) {
  h1.content-page-title {
    font-size: 24px;
  }
}

h2 {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #333;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

p:last-child {
  margin-bottom: 20px;
}

p,
ol,
ul {
  margin: 0 0 20px;
  line-height: 1.4;
}

a {
  color: #c41039;
  text-decoration: none;
}
a:active, a:focus, a:hover {
  color: #c41039;
  text-decoration: underline;
  outline: 0;
}
a u {
  text-decoration: none;
}

.footer {
  position: relative;
  margin: 0;
  padding: 55px 0 60px;
  background: #2b2b2b;
  border: 0;
}
@media (max-width: 1199px) {
  .footer .col-sm-9 {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .footer .col-sm-9 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .footer .col-sm-9 {
    width: 100%;
    text-align: center;
    float: left;
  }
}
@media (max-width: 1199px) {
  .footer .col-sm-3 {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .footer .col-sm-3 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .footer .col-sm-3 {
    width: 100%;
    float: left;
  }
}
.footer h1 {
  margin-bottom: 5px;
  font-size: 22px;
  color: #c41039;
  text-transform: lowercase;
}
.footer p {
  line-height: 1.7;
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 1px;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer p.copyright {
  margin: 20px 0 5px;
  font-size: 11px;
}
@media (max-width: 767px) {
  .footer p.copyright {
    font-size: 12px;
  }
}
.footer strong {
  font-size: 14px;
  font-weight: 500;
  color: #808384;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .footer strong {
    display: block;
  }
}
.footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.footer ul a {
  font-size: 14px;
  color: #b5b6b7;
  text-transform: uppercase;
}
.footer ul a:focus, .footer ul a:hover {
  color: #fff;
  text-decoration: none;
}
.footer a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer .about-us,
.footer .contact {
  padding-left: 20px;
  width: 40%;
  float: left;
}
.footer .about-us {
  position: relative;
  margin-left: 120px;
  padding-right: 10px;
  border-left: 1px solid #808384;
}
@media (max-width: 1199px) {
  .footer .about-us {
    margin-left: 100px;
  }
}
@media (max-width: 991px) {
  .footer .about-us {
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: auto;
    border: 0;
  }
}
@media (max-width: 991px) {
  .footer .about-us {
    margin: 0 auto;
    max-width: 350px;
    float: none;
  }
}
.footer .about-us:before {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  width: 100px;
  height: 100px;
  background-image: url("/themes/custom/ah/images/ah_logo_footer.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .footer .about-us:before {
    left: -100px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .footer .about-us:before {
    position: relative;
    left: 0;
    margin: 0 0 10px;
    width: 60px;
    height: 60px;
    display: block;
  }
}
@media (max-width: 991px) {
  .footer .about-us:before {
    margin: 0 auto 10px;
  }
}
.footer .contact {
  padding-left: 40px;
  float: right;
}
@media (max-width: 991px) {
  .footer .contact {
    margin: 30px 0 0 0;
    width: 100%;
    padding-left: 0;
    float: left;
  }
}
.footer .contact h1 {
  color: #8cb8ca;
}
.footer .contact a {
  color: #fff;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1199px) {
  .footer .contact span:not(.bullet) {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer .contact span:not(.bullet) {
    display: inline-block;
  }
}
.footer .contact span:not(.bullet).email {
  display: block;
}
@media (max-width: 991px) {
  .footer .contact span:not(.bullet).location {
    display: block;
  }
}
.footer .contact .bullet {
  font-size: 10px;
}
@media (max-width: 1199px) {
  .footer .contact br {
    display: none;
  }
}
.footer .contact .fa {
  color: #c41039;
}
.footer .contact .fa.fa-phone {
  font-size: 13px;
}
@media (max-width: 1199px) {
  .footer .contact .numbers .bullet {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer .contact .numbers .bullet {
    display: inline-block;
  }
}
.footer .col-sm-5 {
  padding-left: 10px;
}
.footer .footer-menu {
  float: left;
}
.footer .footer-menu ul.list-inline ul {
  margin-bottom: 0;
}
.footer .footer-menu ul.list-inline ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-menu ul.list-inline > li {
  margin-bottom: 0;
}
.footer .footer-menu ul.list-inline > li:last-child {
  margin-left: 20px;
  vertical-align: top;
}
.footer .footer-menu ul li {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .footer .connect {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .footer .connect {
    margin: 30px auto 0;
    max-width: 350px;
    text-align: center;
  }
}
.footer .connect h1:first-of-type {
  color: #e6cf90;
}
.footer .connect p {
  margin-bottom: 7px;
}
.footer .connect .btn {
  margin-bottom: 30px;
  padding: 12px 15px 7px;
  min-width: 0;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #333;
  letter-spacing: 0;
  background: #fff;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 550px) {
  .footer .connect .btn {
    font-size: 12px;
  }
}
.footer .connect .btn:focus, .footer .connect .btn:hover {
  color: #fff;
  background: #c41039 !important;
}
.footer .connect ul {
  margin: 0;
  display: flex;
}
@media (max-width: 991px) {
  .footer .connect ul {
    justify-content: center;
  }
}
.footer .connect ul li {
  margin-right: 10px;
  padding: 0;
}
@media (max-width: 991px) {
  .footer .connect ul li {
    margin: 0 5px;
  }
}
.footer .connect ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .footer .connect ul li:last-child {
    margin-right: 5px;
  }
}
.footer .connect ul a {
  width: 38px;
  height: 38px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.37;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .connect ul a:focus, .footer .connect ul a:hover {
  opacity: 1;
}
.footer .connect ul a.twitter {
  background-image: url("/themes/custom/ah/images/x_logo_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.footer-logos {
  padding: 30px 0;
  background: #fff;
}
.footer-logos ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logos li {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .footer-logos li {
    padding: 0 10px;
  }
  .footer-logos li:first-of-type {
    padding-left: 0;
  }
  .footer-logos li:last-of-type {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .footer-logos li {
    padding: 0 5px;
  }
}
.footer-logos img {
  opacity: 0.6;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  filter: grayscale(1);
}
@media (max-width: 991px) {
  .footer-logos img {
    width: 100%;
    height: auto;
  }
}
.footer-logos img:focus, .footer-logos img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.1);
}

p.top-link {
  margin-bottom: 0;
}

a.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #808384;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 100;
  display: none;
}
a.back-to-top:hover {
  color: #fff;
  background: #333;
  background: rgba(0, 0, 0, 0.45);
}

.lets-connect {
  position: fixed;
  top: 50%;
  left: 20px;
  margin-top: -65px;
  width: 130px;
  height: 130px;
  z-index: 100;
}
@media (max-width: 991px) {
  .lets-connect {
    display: none;
  }
}
.lets-connect a {
  position: relative;
  width: 130px;
  height: 130px;
  background-image: url("/themes/custom/ah/images/ah_orbit.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 1199px) {
  .lets-connect a {
    width: 100px;
    height: 100px;
  }
}
.lets-connect a:focus, .lets-connect a:hover {
  transform: scale(1.05);
}
.lets-connect a span {
  position: absolute;
  padding: 7px 0 0 20px;
  line-height: 0.775;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
  z-index: 1;
}
@media (max-width: 1199px) {
  .lets-connect a span {
    padding-left: 16px;
    font-size: 16px;
  }
}
.lets-connect a .lets-connect-bg {
  content: "";
  width: 112px;
  height: 113px;
  background-image: url("/themes/custom/ah/images/lets_connect.png");
  background-repeat: no-repeat;
  background-size: contain;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .lets-connect a .lets-connect-bg {
    width: 86px;
    height: 86px;
  }
}
.lets-connect .lets-connect-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.25);
  z-index: 0;
}
@media (max-width: 1199px) {
  .lets-connect .lets-connect-shadow {
    width: 100px;
    height: 100px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.header {
  position: absolute;
  width: 100%;
  height: 128px;
  z-index: 100;
}
@media (max-width: 991px) {
  .header {
    height: 59px;
    border-top: 3px solid #c41039;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  -moz-box-shadow: 0 0 5px 0 #666;
  -webkit-box-shadow: 0 0 5px 0 #666;
  box-shadow: 0 0 5px 0 #666;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
@media (max-width: 991px) {
  .header.fixed {
    position: absolute;
  }
}
.path-not-front .header {
  background: #fff;
}
.path-user .header {
  -moz-box-shadow: 0 0 5px 0 #666;
  -webkit-box-shadow: 0 0 5px 0 #666;
  box-shadow: 0 0 5px 0 #666;
}
.path-node-914 .header, .path-node-1393 .header, .path-node-1415 .header, .path-services .header, .page-node-type-industry-landing-page .header, .page-node-type-topic-cluster .header {
  background: transparent;
}
.path-node-914 .header.fixed, .path-node-1393 .header.fixed, .path-node-1415 .header.fixed, .path-services .header.fixed, .page-node-type-industry-landing-page .header.fixed, .page-node-type-topic-cluster .header.fixed {
  background: #fff;
}
.header .row {
  display: flex;
  align-items: center;
}
.header .utility-wrapper {
  height: 38px;
  background: #1a1a1a;
}
@media (max-width: 991px) {
  .header .utility-wrapper {
    position: absolute;
    top: 60px;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: auto;
    background: #c41039;
    border: 0;
    -moz-box-shadow: 0 0 5px 0 #666;
    -webkit-box-shadow: 0 0 5px 0 #666;
    box-shadow: 0 0 5px 0 #666;
    display: none;
    z-index: -1;
  }
  .header .utility-wrapper .container,
  .header .utility-wrapper .col-sm-12 {
    padding: 0 10px;
    width: 100%;
  }
  .header .utility-wrapper .row {
    margin: 0 -10px;
  }
}
.header .utility-wrapper.open {
  display: block;
}
.header .utility-wrapper .utility-menu {
  float: right;
}
@media (max-width: 991px) {
  .header .utility-wrapper .utility-menu {
    display: none;
  }
}
.header .utility-wrapper .utility-menu .nav > li {
  float: left;
}
.header .utility-wrapper .utility-menu .nav > li > a {
  margin-left: 20px;
  padding: 0;
  line-height: 38px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline;
}
.header .utility-wrapper .utility-menu .nav > li > a:focus, .header .utility-wrapper .utility-menu .nav > li > a:hover {
  color: #b5b6b7;
  background: transparent;
}
.header .utility-wrapper .search-block-form {
  position: relative;
  margin: 7px 0 0 25px;
  float: right;
}
@media (max-width: 991px) {
  .header .utility-wrapper .search-block-form {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    float: left;
  }
  .header .utility-wrapper .search-block-form .input-group {
    width: 100%;
  }
}
.header .utility-wrapper .search-block-form.has-focus:after {
  color: #555;
}
.header .utility-wrapper .search-block-form #ai-search-block-form.has-focus .input-group:before {
  filter: none;
}
.header .utility-wrapper .search-block-form .input-group:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("/themes/custom/ah/images/icon_ai.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  filter: brightness(0) saturate(100%) invert(83%) sepia(2%) saturate(124%) hue-rotate(169deg) brightness(90%) contrast(85%);
  z-index: 10;
}
@media (max-width: 991px) {
  .header .utility-wrapper .search-block-form .input-group:before {
    width: 35px;
    height: 35px;
    background-size: 22px;
  }
}
.header .utility-wrapper .search-block-form form {
  margin: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
}
.header .utility-wrapper .search-block-form form .form-group {
  margin-bottom: 0;
}
.header .utility-wrapper .search-block-form form .input-group-btn {
  position: absolute;
  top: 0;
  right: 25px;
  display: inline-block;
}
@media (max-width: 991px) {
  .header .utility-wrapper .search-block-form form .input-group-btn {
    display: none;
  }
}
.header .utility-wrapper .search-block-form form .input-group-btn:after {
  content: "\f002";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 4.5px;
  right: -15px;
  font-size: 11px;
  color: #b5b6b7;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  z-index: 10;
}
@media (max-width: 991px) {
  .header .utility-wrapper .search-block-form form .input-group-btn:after {
    display: none;
  }
}
.header .utility-wrapper .search-block-form form .input-group-btn .btn {
  position: relative;
  right: 0;
  min-width: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: transparent;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 100;
}
.header .utility-wrapper .search-block-form form .input-group-btn .btn:focus, .header .utility-wrapper .search-block-form form .input-group-btn .btn:hover {
  background: none !important;
}
.header .utility-wrapper .search-block-form [id*=edit-keys] {
  padding: 0 27px 0 25px;
  width: 200px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  color: #b5b6b7;
  background: transparent;
  border: 1px solid #b5b6b7;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-transition: none 0.3s ease 0s;
  -o-transition: none 0.3s ease 0s;
  -webkit-transition: none 0.3s ease 0s;
  transition: none 0.3s ease 0s;
}
@media (max-width: 991px) {
  .header .utility-wrapper .search-block-form [id*=edit-keys] {
    padding: 0 11px 0 32px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 0;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
  }
}
@media (max-width: 991px) {
  .header .utility-wrapper .search-block-form [id*=edit-keys] {
    font-size: 16px;
    background-color: #fff;
  }
}
.header .utility-wrapper .search-block-form [id*=edit-keys]:focus {
  color: #555;
  background: #fff;
  border-color: #fff;
}
.header .utility-wrapper .search-block-form [id*=edit-keys]::-moz-placeholder {
  color: #b5b6b7;
  opacity: 1;
}
.header .utility-wrapper .search-block-form [id*=edit-keys]::-ms-input-placeholder {
  color: #b5b6b7;
}
.header .utility-wrapper .search-block-form [id*=edit-keys]::-webkit-input-placeholder {
  color: #b5b6b7;
}
.header .utility-wrapper .search-block-form [id*=edit-keys]:focus::-moz-placeholder {
  color: #555;
}
.header .utility-wrapper .search-block-form [id*=edit-keys]:focus:-ms-input-placeholder {
  color: #555;
}
.header .utility-wrapper .search-block-form [id*=edit-keys]:focus::-webkit-input-placeholder {
  color: #555;
}
.header .utility-wrapper .search-block-form .help-block {
  display: none;
}

body {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #555;
  background: #fff;
}
body.no-scroll {
  overflow: hidden;
}

.page-wrapper {
  position: relative;
  padding-top: 128px;
}
@media (max-width: 1199px) {
  .page-wrapper {
    padding-top: 118px;
  }
}
@media (max-width: 991px) {
  .page-wrapper {
    padding-top: 59px;
  }
}
.path-services .page-wrapper, .page-node-type-topic-cluster .page-wrapper {
  padding-top: 0;
}
@media (max-width: 991px) {
  .path-services .page-wrapper, .page-node-type-topic-cluster .page-wrapper {
    padding-top: 59px;
  }
}
.page-node-type-case-study .page-wrapper .page-content.offset, .page-node-type-portfolio .page-wrapper .page-content.offset, .page-node-type-service .page-wrapper .page-content.offset, .page-node-type-topic-cluster .page-wrapper .page-content.offset, .path-case-studies .page-wrapper .page-content.offset, .path-portfolios .page-wrapper .page-content.offset {
  margin-top: 0;
}
.page-wrapper .main-content {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .page-wrapper .main-content {
    margin-left: 0;
    width: 100%;
    float: none;
  }
}
.path-blog .page-wrapper .main-content, [class*=path-case-studies] .page-wrapper .main-content, .path-client-partners .page-wrapper .main-content, .path-client-stories .page-wrapper .main-content, .path-leadership .page-wrapper .main-content, .path-podcast .page-wrapper .main-content, .path-portfolios .page-wrapper .main-content, .path-services .page-wrapper .main-content, .path-testimonials .page-wrapper .main-content {
  margin-left: 0;
  width: 100%;
}
.path-blog .page-wrapper .main-content, [class*=path-case-studies] .page-wrapper .main-content, .path-client-partners .page-wrapper .main-content, .path-leadership .page-wrapper .main-content, .path-podcast .page-wrapper .main-content, .path-portfolios .page-wrapper .main-content {
  padding-top: 55px;
}
.page-wrapper .main-content article {
  position: relative;
  margin: 0 auto;
}
.page-wrapper .main-content article a.learn-more {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-wrapper .main-content article a.learn-more:after {
  content: "\f101";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -1px;
  margin-left: 5px;
  font-size: 13px;
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-wrapper .main-content article blockquote {
  position: relative;
  margin: 10px 0 40px;
  padding: 20px 30px 20px 45px;
  background-color: #c41039;
  border-left: 0;
  display: inline-block;
}
.page-wrapper .main-content article blockquote:before, .page-wrapper .main-content article blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 50%;
}
.page-wrapper .main-content article blockquote:before {
  top: 0;
  background-color: #e6cf90;
}
.page-wrapper .main-content article blockquote:after {
  bottom: 0;
  background-color: #8cb8ca;
}
.page-wrapper .main-content article blockquote p {
  line-height: 1.3;
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1199px) {
  .page-wrapper .main-content article blockquote p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .page-wrapper .main-content article blockquote p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .main-content article blockquote p {
    font-size: 18px;
  }
}
.page-wrapper .main-content article blockquote p:last-child {
  margin-bottom: 0;
}
.page-wrapper .main-content article h2, .page-wrapper .main-content article h3, .page-wrapper .main-content article h4 {
  margin-bottom: 5px;
  padding-top: 5px;
  line-height: 1.2;
}
.page-wrapper .main-content article h2 a, .page-wrapper .main-content article h3 a, .page-wrapper .main-content article h4 a {
  color: #333;
}
.page-wrapper .main-content article h2 a:focus, .page-wrapper .main-content article h2 a:hover, .page-wrapper .main-content article h3 a:focus, .page-wrapper .main-content article h3 a:hover, .page-wrapper .main-content article h4 a:focus, .page-wrapper .main-content article h4 a:hover {
  text-decoration: none;
}
.page-wrapper .main-content article hr {
  margin: 30px 0;
  border-top: 2px solid #eee;
  clear: both;
}
.page-wrapper .main-content article p,
.page-wrapper .main-content article ol,
.page-wrapper .main-content article ul {
  margin: 0 0 30px;
  line-height: 1.75;
}
.page-wrapper .main-content article p:last-child,
.page-wrapper .main-content article ol:last-child,
.page-wrapper .main-content article ul:last-child {
  margin-bottom: 0;
}
.page-wrapper .main-content article p.full-width {
  padding-left: 0 !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}
.page-wrapper .main-content article p.large-text {
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .page-wrapper .main-content article p.large-text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .page-wrapper .main-content article p.large-text {
    font-size: 18px;
  }
}
.page-wrapper .main-content article p.large-text.full-width {
  padding-left: 0 !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}
.page-wrapper .main-content article ol, .page-wrapper .main-content article ul {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .page-wrapper .main-content article ol, .page-wrapper .main-content article ul {
    padding-left: 30px;
  }
}
.page-wrapper .main-content article ul:not([class]) li {
  list-style: none;
}
.page-wrapper .main-content article ul:not([class]) li:before {
  content: "\f111";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -3.5px;
  margin-left: -17px;
  width: 17px;
  font-size: 6px;
  color: #c41039;
  display: inline-block;
}
.page-wrapper .main-content article a[name] {
  margin-top: -20px;
  height: 20px;
  visibility: hidden;
  display: block;
}
.page-wrapper .main-content form p,
.page-wrapper .main-content form ol,
.page-wrapper .main-content form ul {
  margin: 0 0 20px;
  line-height: 1.75;
}
.page-wrapper .main-content form p:last-child,
.page-wrapper .main-content form ol:last-child,
.page-wrapper .main-content form ul:last-child {
  margin-bottom: 0;
}
.page-wrapper .main-content ol.upper-alpha {
  list-style-type: upper-alpha;
}
.page-wrapper .main-content ol.lower-alpha {
  list-style-type: lower-alpha;
}
.page-wrapper .main-content ol.upper-roman {
  list-style-type: upper-roman;
}
.page-wrapper .main-content ol.lower-alpha {
  list-style-type: lower-alpha;
}
.page-wrapper .main-content ol.decimal {
  list-style-type: decimal;
}
.page-wrapper .main-content ul.circle {
  list-style-type: circle;
}
.page-wrapper .main-content ul.disc {
  list-style-type: disc;
}
.page-wrapper .main-content ul.square {
  list-style-type: square;
}
.page-wrapper .main-content img {
  max-width: 100%;
  height: auto;
  display: inherit;
}
.page-wrapper .main-content .field-type-file .field-label {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-wrapper .main-content .file {
    margin-bottom: 10px;
    display: inline-block;
  }
  .page-wrapper .main-content .file img {
    margin: 0;
    display: inline;
  }
}
@media (max-width: 991px) {
  .page-wrapper .col-sm-offset-2 {
    margin-left: 0;
  }
}

table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
  border-color: #ddd;
}
table.no-border {
  border-color: transparent;
}
table.no-border th, table.no-border td {
  border: 0 !important;
}
table.has-border {
  border-color: #ddd;
}
table.has-border th, table.has-border td {
  border: 1px solid #ddd !important;
}
table th, table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}
table tr:last-of-type {
  margin-bottom: 0;
}
table th {
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: #c41039;
}
table th.width-20,
table td.width-20 {
  width: 20%;
}
table th.width-25,
table td.width-25 {
  width: 25%;
}
table th.width-33,
table td.width-33 {
  width: 33%;
}
table th.width-50,
table td.width-50 {
  width: 50%;
}

figure {
  padding: 5px;
  border: 1px solid #b5b6b7;
}
figure figcaption {
  margin-top: 5px;
  font-size: 13px;
  font-style: italic;
  color: rgb(153.908, 156.296, 157.092);
  text-align: center;
}

img.align-center, img.align-left, img.align-right {
  max-width: 100%;
}
img.align-center {
  margin: 0 auto 20px;
  display: block;
}
img.align-left {
  margin: 7px 25px 20px 0;
  float: left;
}
@media (max-width: 767px) {
  img.align-left {
    margin: 0 auto 20px;
    float: none;
  }
}
img.align-right {
  margin: 7px 0 20px 25px;
  float: right;
}
@media (max-width: 767px) {
  img.align-right {
    margin: 0 auto 30px;
    float: none;
  }
}
img.blue-border {
  -moz-box-shadow: 8px 8px 0 0 #8cb8ca;
  -webkit-box-shadow: 8px 8px 0 0 #8cb8ca;
  box-shadow: 8px 8px 0 0 #8cb8ca;
}
img.red-border {
  -moz-box-shadow: 8px 8px 0 0 #c41039;
  -webkit-box-shadow: 8px 8px 0 0 #c41039;
  box-shadow: 8px 8px 0 0 #c41039;
}
img.tan-border {
  -moz-box-shadow: 8px 8px 0 0 #e6cf90;
  -webkit-box-shadow: 8px 8px 0 0 #e6cf90;
  box-shadow: 8px 8px 0 0 #e6cf90;
}

.alert {
  margin-bottom: 40px;
}
.front .alert {
  margin: 0 15px 30px;
}
.alert ul {
  padding-left: 20px;
}
.alert p:last-child, .alert ol:last-child, .alert ul:last-child {
  margin-bottom: 0 !important;
}

ul.tabs--primary {
  margin-bottom: 20px;
}

.page-node-done .links {
  display: none;
}

.node-unpublished {
  background: pink;
}

.wf-loading * {
  opacity: 0;
  visibility: hidden;
}

.wf-active * {
  opacity: 1;
  visibility: visible;
}

.red-text {
  color: #c41039;
}

.pager-nav {
  border-top: 1px solid #eee;
}

.pagination {
  margin: 45px 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 600px) {
  .pagination > li.pager__item {
    display: none;
  }
  .pagination > li.pager__item.pager__item--first, .pagination > li.pager__item.pager__item--previous, .pagination > li.pager__item.active, .pagination > li.pager__item.pager__item--next, .pagination > li.pager__item.pager__item--last {
    display: inline;
  }
}
.pagination > li > a {
  color: #c41039;
}
.pagination > li > a:focus, .pagination > li > a:hover {
  color: #c41039;
  background-color: #eee;
}
.pagination > .active > a,
.pagination > .active > span {
  background-color: #c41039;
  border-color: #c41039;
}
.pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #c41039;
  border-color: #c41039;
}

.sitemap .sitemap-box-menu ul {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sitemap .sitemap-box-menu ul li {
    margin: 10px 0;
  }
}

.ajax-throbber,
.ajax-progress,
button#edit-preview {
  display: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 1;
}

.animate__animated.animate__delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.5);
  animation-delay: calc(var(--animate-delay) * 1.5);
}

.animate__animated.animate__delay-2-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2.5);
  animation-delay: calc(var(--animate-delay) * 2.5);
}

.animate__animated.animate__delay-3-5s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3.5);
  animation-delay: calc(var(--animate-delay) * 3.5);
}

.doan {
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .doan {
    opacity: 1 !important;
    transform: none !important;
  }
}

.running {
  opacity: 1 !important;
}

.animate__animated.delay-200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.animate__animated.delay-400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.animate__animated.delay-600ms {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.ui-accordion .ui-accordion-header {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-accordion .ui-accordion-header:before {
  content: "\f068";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.ui-accordion .ui-accordion-header.ui-state-active {
  color: #333;
}
.ui-accordion .ui-accordion-header[aria-expanded=true]:before, .ui-accordion .ui-accordion-header[aria-expanded=false]:before {
  position: absolute;
  right: 5px;
  line-height: 60px;
  font-size: 16px;
  color: #c41039;
}
.ui-accordion .ui-accordion-header[aria-expanded=true]:before {
  content: "\f068";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.ui-accordion .ui-accordion-header[aria-expanded=false]:before {
  content: "\f067";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.ui-accordion .ui-accordion-content {
  padding: 10px 0;
  border: 0;
}

.btn u {
  text-decoration: none;
}

.btn,
.form-submit {
  line-height: normal;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
}
.btn:focus, .btn:hover, .btn:active,
.form-submit:focus,
.form-submit:hover,
.form-submit:active {
  color: #fff;
}
.btn:focus, .btn:hover, .btn:active, .btn:active:focus, .btn.active:focus,
.form-submit:focus,
.form-submit:hover,
.form-submit:active,
.form-submit:active:focus,
.form-submit.active:focus {
  color: #fff;
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.btn-large {
  padding: 14px 22px 8px;
  min-width: 215px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #c41039;
  border-color: #c41039;
  border-style: solid;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-large:focus, .btn-large:hover, .btn-large:active {
  color: #fff;
  background: rgb(162.9943396226, 13.3056603774, 47.4014150943) !important;
  border-color: #c41039;
  transform: scale(1.05);
}

.btn-small,
.form-submit {
  padding: 12px 15px 7px;
  min-width: 100px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #c41039;
  border-color: #c41039;
  border-style: solid;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-small:focus, .btn-small:hover, .btn-small:active,
.form-submit:focus,
.form-submit:hover,
.form-submit:active {
  color: #fff;
  background: rgb(162.9943396226, 13.3056603774, 47.4014150943) !important;
  border-color: #c41039;
  transform: scale(1.05);
}

.form-submit {
  border-color: #c41039 !important;
}

.btn-default:active:focus,
.btn-default[disabled],
.btn-info:active:focus,
.btn-info[disabled] {
  background-color: rgb(162.9943396226, 13.3056603774, 47.4014150943) !important;
  border-color: #c41039 !important;
}

.btn-red {
  color: #c41039;
  background-color: transparent;
  border-color: #c41039;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-red:active, .btn-red:focus, .btn-red:hover {
  color: #fff;
  background: #c41039 !important;
  border-color: #c41039;
}

.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #c41039;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-white:active, .btn-white:focus, .btn-white:hover {
  color: #fff;
  background: #c41039 !important;
  border-color: #c41039;
}

.path-node-1186 article,
.path-node-1240 article,
.path-node-1279 article,
.path-node-1306 article,
.path-node-1316 article,
.path-node-1384 article {
  width: 57%;
  float: left;
}
@media (max-width: 1199px) {
  .path-node-1186 article,
  .path-node-1240 article,
  .path-node-1279 article,
  .path-node-1306 article,
  .path-node-1316 article,
  .path-node-1384 article {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .path-node-1186 article,
  .path-node-1240 article,
  .path-node-1279 article,
  .path-node-1306 article,
  .path-node-1316 article,
  .path-node-1384 article {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .path-node-1186 article,
  .path-node-1240 article,
  .path-node-1279 article,
  .path-node-1306 article,
  .path-node-1316 article,
  .path-node-1384 article {
    width: 100%;
    float: none;
  }
}
.path-node-1186 .campaignmonitor-subscribe-form,
.path-node-1240 .campaignmonitor-subscribe-form,
.path-node-1279 .campaignmonitor-subscribe-form,
.path-node-1306 .campaignmonitor-subscribe-form,
.path-node-1316 .campaignmonitor-subscribe-form,
.path-node-1384 .campaignmonitor-subscribe-form {
  padding: 30px;
  width: 38%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  float: right;
  z-index: 1;
}
@media (max-width: 1199px) {
  .path-node-1186 .campaignmonitor-subscribe-form,
  .path-node-1240 .campaignmonitor-subscribe-form,
  .path-node-1279 .campaignmonitor-subscribe-form,
  .path-node-1306 .campaignmonitor-subscribe-form,
  .path-node-1316 .campaignmonitor-subscribe-form,
  .path-node-1384 .campaignmonitor-subscribe-form {
    padding: 30px 25px;
    width: 45%;
  }
}
@media (max-width: 991px) {
  .path-node-1186 .campaignmonitor-subscribe-form,
  .path-node-1240 .campaignmonitor-subscribe-form,
  .path-node-1279 .campaignmonitor-subscribe-form,
  .path-node-1306 .campaignmonitor-subscribe-form,
  .path-node-1316 .campaignmonitor-subscribe-form,
  .path-node-1384 .campaignmonitor-subscribe-form {
    padding: 25px;
    width: 49%;
  }
}
@media (max-width: 767px) {
  .path-node-1186 .campaignmonitor-subscribe-form,
  .path-node-1240 .campaignmonitor-subscribe-form,
  .path-node-1279 .campaignmonitor-subscribe-form,
  .path-node-1306 .campaignmonitor-subscribe-form,
  .path-node-1316 .campaignmonitor-subscribe-form,
  .path-node-1384 .campaignmonitor-subscribe-form {
    margin-top: 40px;
    width: 100%;
    float: none;
  }
}

.page-node-type-page .campaignmonitor-subscribe-form form#campaignmonitor-subscribe-form:after {
  content: "By clicking Download, I consent to receive digital communications from Association Headquarters (AH). I understand I may change my preferences or opt-out of communications with AH at any time using the unsubscribe link provided in AH's email communications.";
  margin-top: 20px;
  font-size: 11px;
  display: block;
}
@media (max-width: 767px) {
  .page-node-type-page .campaignmonitor-subscribe-form form#campaignmonitor-subscribe-form:after {
    font-size: 12px;
  }
}

.path-node-1240 .campaignmonitor-subscribe-form form#campaignmonitor-subscribe-form:after {
  content: "By clicking Enter, I consent to receive digital communications from Association Headquarters (AH). I understand I may change my preferences or opt-out of communications with AH at any time using the unsubscribe link provided in AH's email communications.";
  margin-top: 20px;
  font-size: 11px;
  display: block;
}
@media (max-width: 767px) {
  .path-node-1240 .campaignmonitor-subscribe-form form#campaignmonitor-subscribe-form:after {
    font-size: 12px;
  }
}

.open-chatbot-icon {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-image: url("/themes/custom/ah/images/lets_connect.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
@media (max-width: 767px) {
  .open-chatbot-icon {
    width: 40px;
    height: 40px;
    border-width: 1px;
  }
}
.open-chatbot-icon:focus, .open-chatbot-icon:hover {
  transform: scale(1.1);
}
.open-chatbot-icon img {
  width: 30px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
@media (max-width: 767px) {
  .open-chatbot-icon img {
    width: 25px;
  }
}

.ai-deepchat.chat-container {
  margin-bottom: 0;
  background-color: transparent;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .ai-deepchat.chat-container {
    height: auto;
  }
}
.ai-deepchat.chat-container.chat-collapsed {
  bottom: -65px !important;
}
@media (max-width: 767px) {
  .ai-deepchat .chat-element {
    min-width: 0 !important;
  }
}
.ai-deepchat .ai-deepchat--header {
  background-color: #c41039;
  border-color: #c41039;
}
@media (max-width: 767px) {
  .ai-deepchat .ai-deepchat--header {
    border: 0;
  }
}
.ai-deepchat .ai-deepchat--header:focus {
  outline: 0;
}
.ai-deepchat .ai-deepchat--header:hover {
  background-color: rgb(162.9943396226, 13.3056603774, 47.4014150943);
}
.ai-deepchat .ai-deepchat--header.active {
  background-color: #c41039;
}
.ai-deepchat .ai-deepchat--header .ai-deepchat--label {
  text-align: center;
}
.ai-deepchat .ai-deepchat--header .ai-deepchat--bullet {
  display: none;
}
.ai-deepchat .ai-deepchat--header .toggle-icon svg {
  width: 12px;
}
.ai-deepchat .chat-element deep-chat {
  padding: 15px 10px 0 0 !important;
  border-bottom: 0 !important;
}
@media (max-width: 767px) {
  .ai-deepchat .chat-element deep-chat {
    width: 100% !important;
    border: 0 !important;
    display: inline-table !important;
  }
}

.cke_editable a.learn-more {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.cke_editable a.learn-more:after {
  content: "\f101";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -1px;
  margin-left: 5px;
  font-size: 13px;
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cke_editable b, .cke_editable strong {
  font-weight: bold;
}
.cke_editable blockquote {
  position: relative;
  margin: 10px 0 40px;
  padding: 20px 30px 20px 45px;
  background-color: #c41039;
  border-left: 0;
  display: inline-block;
}
.cke_editable blockquote:before, .cke_editable blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 50%;
}
.cke_editable blockquote:before {
  top: 0;
  background-color: #e6cf90;
}
.cke_editable blockquote:after {
  bottom: 0;
  background-color: #8cb8ca;
}
.cke_editable blockquote p {
  line-height: 1.3;
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1199px) {
  .cke_editable blockquote p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .cke_editable blockquote p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cke_editable blockquote p {
    font-size: 18px;
  }
}
.cke_editable blockquote p:last-child {
  margin-bottom: 0;
}
.cke_editable hr {
  margin: 30px 0;
  border-top: 2px solid #eee;
  clear: both;
}
.cke_editable .cke_widget_image.align-center img {
  margin: 0 auto 20px;
  display: block;
}
.cke_editable .cke_widget_image.align-left img {
  margin: 7px 25px 20px 0;
  float: left;
}
.cke_editable .cke_widget_image.align-right img {
  margin: 7px 0 20px 25px;
  float: right;
}
@media (max-width: 767px) {
  .cke_editable .cke_widget_image.align-left, .cke_editable .cke_widget_image.align-right {
    width: 100%;
    text-align: center;
    float: none;
  }
  .cke_editable .cke_widget_image.align-left img, .cke_editable .cke_widget_image.align-right img {
    margin: 0 0 30px;
    float: none;
  }
}
.cke_editable img.blue-border {
  -moz-box-shadow: 8px 8px 0 0 #8cb8ca;
  -webkit-box-shadow: 8px 8px 0 0 #8cb8ca;
  box-shadow: 8px 8px 0 0 #8cb8ca;
}
.cke_editable img.red-border {
  -moz-box-shadow: 8px 8px 0 0 #c41039;
  -webkit-box-shadow: 8px 8px 0 0 #c41039;
  box-shadow: 8px 8px 0 0 #c41039;
}
.cke_editable img.tan-border {
  -moz-box-shadow: 8px 8px 0 0 #e6cf90;
  -webkit-box-shadow: 8px 8px 0 0 #e6cf90;
  box-shadow: 8px 8px 0 0 #e6cf90;
}
.cke_editable p.full-width {
  padding-left: 0 !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}
.cke_editable p.large-text {
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .cke_editable p.large-text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .cke_editable p.large-text {
    font-size: 18px;
  }
}
.cke_editable p.large-text.full-width {
  padding-left: 0 !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}
.cke_editable span.ah-blue-text {
  color: #8cb8ca;
}
.cke_editable span.ah-red-text {
  color: #c41039;
}
.cke_editable span.ah-tan-text {
  color: #e6cf90;
}

.cbp-l-filters-alignCenter {
  margin-bottom: 30px;
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
  margin-bottom: 8px;
  background: #333;
}
.cbp-l-filters-alignCenter .cbp-filter-counter:after {
  border-top-color: #333;
}
.cbp-l-filters-alignCenter .cbp-filter-item {
  margin: 0 1px 5px;
  padding: 9px 15px;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f2f2f2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: none 0.3s ease 0s;
  -o-transition: none 0.3s ease 0s;
  -webkit-transition: none 0.3s ease 0s;
  transition: none 0.3s ease 0s;
}
.cbp-l-filters-alignCenter .cbp-filter-item:focus, .cbp-l-filters-alignCenter .cbp-filter-item:hover {
  background: #ddd;
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #fff;
  background: #c41039;
}

.cbp {
  height: auto;
}
.cbp:after {
  display: none;
}

.cbp-nav-pagination-item {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  background: #ddd;
  -moz-transition: none 0.3s ease 0s;
  -o-transition: none 0.3s ease 0s;
  -webkit-transition: none 0.3s ease 0s;
  transition: none 0.3s ease 0s;
}

.cbp-nav-pagination-active {
  background: #8cb8ca;
}

.cbp-nav {
  margin-bottom: 45px;
  width: 100%;
  float: left;
}

.cbp-nav-controls {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}

.cbp-nav-prev,
.cbp-nav-next {
  margin: 15px 0 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.cbp-nav-prev:focus, .cbp-nav-prev:hover,
.cbp-nav-next:focus,
.cbp-nav-next:hover {
  opacity: 1;
}
.cbp-nav-prev:focus:before, .cbp-nav-prev:hover:before,
.cbp-nav-next:focus:before,
.cbp-nav-next:hover:before {
  color: #fff;
  background: #c41039;
}
.cbp-nav-prev:before,
.cbp-nav-next:before {
  width: 35px;
  height: 35px;
  line-height: 32px;
  color: #c41039;
  border: 1px solid #c41039;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cbp-nav-prev:after,
.cbp-nav-next:after {
  display: none;
}
.cbp-nav-prev.cbp-nav-stop,
.cbp-nav-next.cbp-nav-stop {
  display: none;
}

.cbp-nav-prev:before {
  content: "\f104";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}

.cbp-nav-next:before {
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}

.path-front .view-case-studies .cbp-wrapper-outer,
.path-case-studies .cbp-wrapper-outer,
.path-leadership .cbp-wrapper-outer,
.path-portfolios .cbp-wrapper-outer {
  text-align: center;
}
.path-front .view-case-studies .cbp-wrapper,
.path-case-studies .cbp-wrapper,
.path-leadership .cbp-wrapper,
.path-portfolios .cbp-wrapper {
  position: relative;
}
.path-front .view-case-studies .cbp-item,
.path-case-studies .cbp-item,
.path-leadership .cbp-item,
.path-portfolios .cbp-item {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 4px;
  max-width: 366px;
  width: 100% !important;
}
@media (max-width: 991px) {
  .path-front .view-case-studies .cbp-item,
  .path-case-studies .cbp-item,
  .path-leadership .cbp-item,
  .path-portfolios .cbp-item {
    max-width: 349px;
  }
}
@media (max-width: 767px) {
  .path-front .view-case-studies .cbp-item,
  .path-case-studies .cbp-item,
  .path-leadership .cbp-item,
  .path-portfolios .cbp-item {
    max-width: 240px;
  }
}
@media (max-width: 550px) {
  .path-front .view-case-studies .cbp-item,
  .path-case-studies .cbp-item,
  .path-leadership .cbp-item,
  .path-portfolios .cbp-item {
    margin: 0 0 10px;
    max-width: 325px;
  }
}
.path-front .view-case-studies .cbp-item.cbp-item-off,
.path-case-studies .cbp-item.cbp-item-off,
.path-leadership .cbp-item.cbp-item-off,
.path-portfolios .cbp-item.cbp-item-off {
  display: none;
}

.path-front .view-case-studies .cbp-item {
  max-width: 31%;
}
@media (max-width: 767px) {
  .path-front .view-case-studies .cbp-item {
    margin: 0 auto 10px;
    max-width: 325px;
    display: block;
  }
}

@media (max-width: 991px) {
  .path-case-studies .page-content > .container,
  .path-leadership .page-content > .container,
  .path-portfolios .page-content > .container {
    width: 100%;
  }
}

.view-case-studies .cbp-caption-zoom .cbp-caption-activeWrap,
.view-leadership .cbp-caption-zoom .cbp-caption-activeWrap,
.view-portfolios .cbp-caption-zoom .cbp-caption-activeWrap,
.view-related-portfolios .cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(196, 16, 57, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-case-studies .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap,
.view-leadership .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap,
.view-portfolios .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap,
.view-related-portfolios .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
.view-case-studies .cbp-l-caption-body .cbp-l-caption-title,
.view-leadership .cbp-l-caption-body .cbp-l-caption-title,
.view-portfolios .cbp-l-caption-body .cbp-l-caption-title,
.view-related-portfolios .cbp-l-caption-body .cbp-l-caption-title {
  margin: 0;
  padding: 20px 40px;
  line-height: 1.2;
  font-family: "HelveticaNeueLTPro-HvIt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .view-case-studies .cbp-l-caption-body .cbp-l-caption-title,
  .view-leadership .cbp-l-caption-body .cbp-l-caption-title,
  .view-portfolios .cbp-l-caption-body .cbp-l-caption-title,
  .view-related-portfolios .cbp-l-caption-body .cbp-l-caption-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .view-case-studies .cbp-l-caption-body .cbp-l-caption-title,
  .view-leadership .cbp-l-caption-body .cbp-l-caption-title,
  .view-portfolios .cbp-l-caption-body .cbp-l-caption-title,
  .view-related-portfolios .cbp-l-caption-body .cbp-l-caption-title {
    padding: 20px 15px;
    font-size: 16px;
  }
}
@media (max-width: 524px) {
  .view-case-studies .cbp-l-caption-body .cbp-l-caption-title,
  .view-leadership .cbp-l-caption-body .cbp-l-caption-title,
  .view-portfolios .cbp-l-caption-body .cbp-l-caption-title,
  .view-related-portfolios .cbp-l-caption-body .cbp-l-caption-title {
    padding: 20px 40px;
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .view-case-studies .cbp-l-caption-body .cbp-l-caption-title,
  .view-leadership .cbp-l-caption-body .cbp-l-caption-title,
  .view-portfolios .cbp-l-caption-body .cbp-l-caption-title,
  .view-related-portfolios .cbp-l-caption-body .cbp-l-caption-title {
    padding: 20px 15px;
    font-size: 16px;
  }
}
.view-case-studies .cbp-l-caption-body a,
.view-leadership .cbp-l-caption-body a,
.view-portfolios .cbp-l-caption-body a,
.view-related-portfolios .cbp-l-caption-body a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-indent: -9999px;
  display: inline-block;
}

.view-leadership .cbp-l-caption-body .cbp-l-caption-title {
  padding-bottom: 5px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .view-leadership .cbp-l-caption-body .cbp-l-caption-title {
    font-size: 18px;
  }
}
.view-leadership .cbp-l-caption-body .cbp-l-caption-position {
  padding: 0 30px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 767px) {
  .view-leadership .cbp-l-caption-body .cbp-l-caption-position {
    padding: 0 20px;
    font-size: 14px;
  }
}

.cbp-mode-slider .cbp-wrapper {
  cursor: default;
}

form .form-group {
  margin-bottom: 20px;
}
form input,
form select,
form textarea,
form .form-control {
  height: 40px;
  line-height: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #808384;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  form input,
  form select,
  form textarea,
  form .form-control {
    font-size: 16px;
  }
}
form textarea.form-control {
  height: auto;
  line-height: 1.3;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
form .form-type-checkboxes,
form .form-type-radios,
form .form-type-checkbox,
form .form-type-radio,
form .webform-component-radios,
form .webform-component-checkboxes {
  position: relative;
  margin-bottom: 0;
}
form .form-type-checkboxes label,
form .form-type-radios label,
form .form-type-checkbox label,
form .form-type-radio label,
form .webform-component-radios label,
form .webform-component-checkboxes label {
  margin-bottom: 10px;
}
form input[type=radio],
form input[type=checkbox] {
  position: absolute !important;
  top: 4px;
  left: 4px !important;
  margin: 0 !important;
  height: auto;
  background: #fff;
  border: 1px solid #ddd;
  outline: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
form input[type=radio] {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 0 1px #ccc;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
form input[type=radio]:checked {
  background: #41ad49;
}
form input[type=checkbox] {
  width: 15px;
  height: 15px;
}
form input[type=checkbox]:checked {
  background-image: url("/themes/custom/ah/images/forms_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
form .radio label,
form .checkbox label {
  margin-right: 15px;
  padding-left: 30px;
  cursor: default;
  display: block;
}
form .select-wrapper:after {
  display: none !important;
}
form .form-required:after {
  content: "*";
  margin-left: 2px;
  color: red;
  background: none;
  vertical-align: inherit;
}
form .form-control {
  padding: 6px 9px;
  border-color: #ddd;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  form .form-control {
    width: 100%;
  }
}
form .form-control:focus {
  color: #808384;
  background-color: #fff;
  border-color: #c41039;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .form-control::-moz-placeholder {
  color: #808384;
  opacity: 1;
}
form .form-control:focus::-moz-placeholder {
  color: #808384;
}
form .form-control::-ms-input-placeholder {
  color: #808384;
}
form .form-control:focus:-ms-input-placeholder {
  color: #808384;
}
form .form-control::-webkit-input-placeholder {
  color: #808384;
}
form .form-control:focus::-webkit-input-placeholder {
  color: #808384;
}
form select.form-control {
  padding-right: 25px;
  line-height: inherit;
  background-image: url("/themes/custom/ah/images/forms_select.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
form .description,
form .help-block {
  line-height: 1.3;
  font-size: 14px;
}
form .image-widget-data .form-control {
  padding-left: 0;
  height: auto;
  background: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .input-group-btn {
  display: none;
}
form .form-actions {
  margin-bottom: 0;
}
form .form-actions .btn {
  margin-right: 0;
}
form.webform-submission-form {
  width: 100%;
  float: left;
}
form.webform-submission-form .webform-select-other-input {
  margin-bottom: 20px;
  width: 100% !important;
}

.has-error .form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus, .has-error .form-control:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-inline .select-wrapper:after {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
}
input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
}

input::-webkit-date-and-time-value {
  text-align: left;
}

.hello-bar {
  background: #fff;
}
@media (max-width: 1199px) {
  .hello-bar .container {
    width: 100%;
  }
}
.hello-bar .field--name-field-hello-bar-short-text p {
  margin-bottom: 0;
  line-height: 1.1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #555;
}
.hello-bar .field--name-field-hello-bar-button-link a {
  padding: 11px 12px 8px;
  font-size: 12px;
}

.hero {
  position: relative;
  height: 600px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  .hero {
    height: 400px;
  }
}
@media (max-width: 1349px) {
  .hero {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
.path-services .hero, .page-node-type-topic-cluster .hero {
  height: 900px;
}
@media (max-width: 1680px) {
  .path-services .hero, .page-node-type-topic-cluster .hero {
    height: 675px;
  }
}
@media (max-width: 1349px) {
  .path-services .hero, .page-node-type-topic-cluster .hero {
    background-attachment: revert;
    background-position: center top;
  }
}
@media (max-width: 1199px) {
  .path-services .hero, .page-node-type-topic-cluster .hero {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .path-services .hero, .page-node-type-topic-cluster .hero {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .path-services .hero, .page-node-type-topic-cluster .hero {
    height: 350px;
  }
}
.path-node-1338 .hero:before, .path-node-1339 .hero:before, .page-node-type-service .hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
.page-node-type-topic-cluster .hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .page-node-type-topic-cluster .hero .container {
    width: 100%;
  }
}
.page-node-type-topic-cluster .hero .block-hero-page-title {
  margin-top: 38px;
  padding: 20px 15px;
}
@media (max-width: 991px) {
  .page-node-type-topic-cluster .hero .block-hero-page-title {
    margin-top: 0;
  }
}
.hero.blue .block-hero-page-title:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cb8ca+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgb(140, 184, 202) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(140, 184, 202) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(140, 184, 202) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8cb8ca", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
}
.hero.red .block-hero-page-title:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c41039+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgb(196, 16, 57) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(196, 16, 57) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(196, 16, 57) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c41039", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
}
.hero.tan .block-hero-page-title:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6cf90+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgb(230, 207, 144) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(230, 207, 144) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(230, 207, 144) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6cf90", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
}
.hero .container {
  padding: 0;
  width: 100%;
}
.hero .row {
  margin: 0;
}
.hero .col-sm-12 {
  padding: 0;
}
.hero .block-hero-page-title {
  position: relative;
  padding: 60px 15px 50px;
}
.hero .block-hero-page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  display: inline-block;
}
.hero.no-banner {
  background-color: #c41039;
}
.hero img {
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  display: block;
}
@media (max-width: 1680px) {
  .hero img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .hero img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hero img {
    display: none;
  }
}

.main-menu-wrapper {
  height: 90px;
}
@media (max-width: 991px) {
  .main-menu-wrapper {
    padding: 0;
    height: 59px;
    background: #fff;
  }
}
@media (max-width: 991px) {
  .main-menu-wrapper .container {
    padding: 0 0 0 10px;
    width: 100%;
  }
}
.main-menu-wrapper .row {
  height: 90px;
}
@media (max-width: 991px) {
  .main-menu-wrapper .row {
    margin: 0;
    height: 59px;
  }
}
.main-menu-wrapper .col-sm-2 {
  height: 59px;
}
@media (max-width: 1199px) {
  .main-menu-wrapper .col-sm-2 {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .main-menu-wrapper .col-sm-2 {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.main-menu-wrapper .menu-icon,
.main-menu-wrapper .search-icon {
  width: 59px;
  height: 59px;
  line-height: 59px;
  font-size: 20px;
  color: #c41039;
  text-align: center;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  .main-menu-wrapper .menu-icon,
  .main-menu-wrapper .search-icon {
    display: inline-block;
    float: right;
  }
}
.main-menu-wrapper .menu-icon.open,
.main-menu-wrapper .search-icon.open {
  color: #fff;
  background: #c41039;
}
.main-menu-wrapper .menu-icon {
  margin-left: auto;
  margin-right: 0;
}
.main-menu-wrapper .search-icon {
  margin-right: env(safe-area-inset-right);
}
.main-menu-wrapper a#logo {
  margin-left: env(safe-area-inset-left);
  height: 59px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .main-menu-wrapper a#logo {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .main-menu-wrapper a#logo {
    height: 45px;
  }
}
.main-menu-wrapper a#logo .logo {
  position: relative;
  width: 214px;
  height: 59px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
@media (max-width: 1199px) {
  .main-menu-wrapper a#logo .logo {
    width: 181px;
    height: 50px;
    background-position: left center;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .main-menu-wrapper a#logo .logo {
    width: 163px;
    height: 45px;
  }
}
@media (max-width: 400px) {
  .main-menu-wrapper a#logo .logo {
    width: 45px;
  }
}
.main-menu-wrapper a#logo .logo.gray {
  background-image: url("/themes/custom/ah/images/ah_logo_gray.svg");
}
.main-menu-wrapper a#logo .logo.white {
  background-image: url("/themes/custom/ah/images/ah_logo_white.svg");
}
@media (max-width: 991px) {
  .main-menu-wrapper a#logo .logo.white {
    background-image: url("/themes/custom/ah/images/ah_logo_gray.svg");
  }
}

.main-menu {
  float: right;
}
@media (max-width: 991px) {
  .main-menu {
    position: absolute;
    top: 62px;
    left: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #c41039;
    -moz-box-shadow: 0 0 5px 0 #666;
    -webkit-box-shadow: 0 0 5px 0 #666;
    box-shadow: 0 0 5px 0 #666;
    float: none;
    z-index: -1;
    display: none;
  }
}
.main-menu.open {
  top: 59px;
  overflow: auto;
  display: block;
}
.main-menu.open .nav > li a {
  color: #555;
}
.main-menu.open .nav > li a:focus, .main-menu.open .nav > li a:hover {
  color: #c41039;
}
.path-front .main-menu a {
  color: #fff;
}
.path-front .main-menu .nav > li .dropdown-menu:after {
  border-width: 0;
}
.path-not-front .main-menu a {
  color: #777;
}
.path-not-front .main-menu a:focus, .path-not-front .main-menu a:hover {
  color: #c41039;
}
.path-node-914 .main-menu a, .path-node-1393 .main-menu a, .path-node-1415 .main-menu a, .path-services .main-menu a, .page-node-type-industry-landing-page .main-menu a, .page-node-type-topic-cluster .main-menu a {
  color: #fff;
}
.path-node-914 .main-menu a:focus, .path-node-914 .main-menu a:hover, .path-node-1393 .main-menu a:focus, .path-node-1393 .main-menu a:hover, .path-node-1415 .main-menu a:focus, .path-node-1415 .main-menu a:hover, .path-services .main-menu a:focus, .path-services .main-menu a:hover, .page-node-type-industry-landing-page .main-menu a:focus, .page-node-type-industry-landing-page .main-menu a:hover, .page-node-type-topic-cluster .main-menu a:focus, .page-node-type-topic-cluster .main-menu a:hover {
  color: #fff;
}
.path-node-914 .main-menu .nav > li .dropdown-menu:after, .path-node-1393 .main-menu .nav > li .dropdown-menu:after, .path-node-1415 .main-menu .nav > li .dropdown-menu:after, .path-services .main-menu .nav > li .dropdown-menu:after, .page-node-type-industry-landing-page .main-menu .nav > li .dropdown-menu:after, .page-node-type-topic-cluster .main-menu .nav > li .dropdown-menu:after {
  border-width: 0;
}
.path-front .fixed .main-menu a, .path-node-914 .fixed .main-menu a, .path-node-1393 .fixed .main-menu a, .path-node-1415 .fixed .main-menu a, .path-services .fixed .main-menu a, .page-node-type-industry-landing-page .fixed .main-menu a, .page-node-type-topic-cluster .fixed .main-menu a {
  color: #777;
}
.path-front .fixed .main-menu a:focus, .path-front .fixed .main-menu a:hover, .path-node-914 .fixed .main-menu a:focus, .path-node-914 .fixed .main-menu a:hover, .path-node-1393 .fixed .main-menu a:focus, .path-node-1393 .fixed .main-menu a:hover, .path-node-1415 .fixed .main-menu a:focus, .path-node-1415 .fixed .main-menu a:hover, .path-services .fixed .main-menu a:focus, .path-services .fixed .main-menu a:hover, .page-node-type-industry-landing-page .fixed .main-menu a:focus, .page-node-type-industry-landing-page .fixed .main-menu a:hover, .page-node-type-topic-cluster .fixed .main-menu a:focus, .page-node-type-topic-cluster .fixed .main-menu a:hover {
  color: #c41039;
}
.path-front .fixed .main-menu .nav > li .dropdown-menu:after, .path-node-914 .fixed .main-menu .nav > li .dropdown-menu:after, .path-node-1393 .fixed .main-menu .nav > li .dropdown-menu:after, .path-node-1415 .fixed .main-menu .nav > li .dropdown-menu:after, .path-services .fixed .main-menu .nav > li .dropdown-menu:after, .page-node-type-industry-landing-page .fixed .main-menu .nav > li .dropdown-menu:after, .page-node-type-topic-cluster .fixed .main-menu .nav > li .dropdown-menu:after {
  border-color: transparent transparent #c2c2c2 transparent;
  border-width: 0 9px 9px 9px;
}
.path-not-front .fixed .main-menu a {
  color: #777;
}
.path-not-front .fixed .main-menu a:focus, .path-not-front .fixed .main-menu a:hover {
  color: #c41039;
}
.main-menu .nav {
  float: right;
}
@media (max-width: 991px) {
  .main-menu .nav {
    margin: 0;
    float: none;
  }
}
.main-menu .nav .open > a,
.main-menu .nav .open > a:focus,
.main-menu .nav .open > a:hover {
  background: transparent;
}
.main-menu .nav > li {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
  float: left;
}
@media (max-width: 991px) {
  .main-menu .nav > li {
    border-bottom: 1px solid #c41039;
    float: none;
  }
}
@media (max-width: 991px) {
  .main-menu .nav > li.first {
    clear: both;
  }
}
.main-menu .nav > li.moved-item {
  padding: 0;
  display: none;
}
@media (max-width: 991px) {
  .main-menu .nav > li.moved-item {
    display: block;
  }
}
.main-menu .nav > li a {
  margin-left: 25px;
  padding: 10px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1199px) {
  .main-menu .nav > li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .main-menu .nav > li a {
    margin-left: 0;
    padding: 12px 15px 10px;
    font-size: 14px;
  }
}
.main-menu .nav > li a:focus, .main-menu .nav > li a:hover {
  background: transparent;
}
.main-menu .nav > li a[data-drupal-link-system-path="<front>"] {
  display: none;
}
.main-menu .nav > li a .caret {
  margin: -1px 0 0 -2px;
}
@media (max-width: 991px) {
  .main-menu .nav > li a .caret.navbar-toggle {
    top: 0;
    margin: 0;
    width: 43px;
    height: 42px;
    line-height: 42px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
  }
  .main-menu .nav > li a .caret.navbar-toggle:before {
    content: "\f0d7";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: 1px;
    right: -5px;
    color: #c41039;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
.main-menu .nav > li a.highlighted .navbar-toggle:before {
  content: "\f0d8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  top: 0;
}
.main-menu .nav > li .dropdown-menu {
  padding: 10px 0;
  min-width: 195px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .main-menu .nav > li .dropdown-menu {
    position: relative;
    padding: 0 0 5px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
  }
}
.main-menu .nav > li .dropdown-menu .dropdown-menu:before, .main-menu .nav > li .dropdown-menu .dropdown-menu:after {
  display: none;
}
.main-menu .nav > li .dropdown-menu:before, .main-menu .nav > li .dropdown-menu:after {
  content: "";
  position: absolute;
  width: 0;
  border-style: solid;
}
@media (max-width: 991px) {
  .main-menu .nav > li .dropdown-menu:before, .main-menu .nav > li .dropdown-menu:after {
    display: none;
  }
}
.main-menu .nav > li .dropdown-menu:before {
  top: -9px;
  left: 25px;
  border-color: transparent transparent #fff transparent;
  border-width: 0 9px 9px 9px;
  z-index: 1;
}
.main-menu .nav > li .dropdown-menu:after {
  content: "";
  top: -10px;
  left: 25px;
  border-width: 0 9px 9px 9px;
  z-index: 0;
  border-color: transparent transparent #c2c2c2 transparent;
}
.main-menu .nav > li .dropdown-menu > .active a,
.main-menu .nav > li .dropdown-menu > .active a:focus, .main-menu .nav > li .dropdown-menu > .active:hover {
  background: transparent;
}
.main-menu .nav > li .dropdown-menu a {
  margin-left: 0;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .main-menu .nav > li .dropdown-menu a {
    padding: 10px 15px 10px 25px;
    line-height: inherit;
    font-size: 15px;
  }
}
.main-menu .nav > li .dropdown-menu a:focus, .main-menu .nav > li .dropdown-menu a:hover {
  color: #c41039;
}
@media (max-width: 991px) {
  .main-menu .nav > li .dropdown-menu a.has-submenu {
    position: relative;
    overflow: hidden;
  }
  .main-menu .nav > li .dropdown-menu a.has-submenu:after {
    content: "\f0d7";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 1px;
    right: -5px;
    width: 43px;
    height: 100%;
    font-size: 14px;
    color: #c41039;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-menu .nav > li .dropdown-menu a.has-submenu.highlighted:after {
    content: "\f0d8";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    top: 0;
  }
}

#popup-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.popup-close {
  top: -40px;
  right: 0;
}
@media (max-width: 767px) {
  .popup-close {
    right: 10px;
  }
}
.player .popup-close {
  right: 35px;
}

#popup-close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  background: #fff;
}

#popup-lightbox {
  background-color: #b5b6b7;
  padding: 30px;
  position: absolute;
  top: -12px;
  right: 15px;
  max-width: 900px;
  font-weight: 300;
  -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  display: none;
}
@media (max-width: 991px) {
  #popup-lightbox {
    top: -28px;
  }
}
@media (max-width: 767px) {
  #popup-lightbox {
    top: -70px;
    right: 0;
    padding: 30px 20px;
    width: 100%;
  }
}
#popup-lightbox.open {
  display: block;
}
#popup-lightbox.player {
  padding: 0;
}
.path-front #popup-lightbox {
  max-width: 1100px;
}

.ui-widget.ui-widget-content {
  top: 20px !important;
  padding: 20px;
  min-width: 760px;
  background: #fff;
  border: 10px solid #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .ui-widget.ui-widget-content {
    top: 0 !important;
    padding: 20px 10px;
    min-width: 0;
    width: 100% !important;
  }
}

.ui-dialog .ui-dialog-titlebar {
  position: initial;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: -10px;
  right: -10px;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #555;
  background: transparent;
  border: 0;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content: "\f00d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
  min-height: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #555;
}

.ui-widget-overlay {
  background-color: #000;
  opacity: 0.5;
}

.path-front .fluid-width-video-wrapper {
  padding-top: 0 !important;
  padding-bottom: 56.25% !important;
  height: 0;
}

.roadblock {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -300px;
  width: 600px;
  height: 600px;
  color: #444;
  background: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px 0 #333;
  -webkit-box-shadow: 0 0 10px 0 #333;
  box-shadow: 0 0 10px 0 #333;
  z-index: 1001;
}
@media (max-width: 1680px) {
  .roadblock {
    margin-top: -250px;
    margin-left: -250px;
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .roadblock {
    margin-top: -200px;
    margin-left: -200px;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 500px) {
  .roadblock {
    margin-top: -140px;
    margin-left: -140px;
    width: 280px;
    height: 280px;
  }
}
.roadblock .roadblock-content p {
  margin: 0;
}
.roadblock .roadblock-content a.roadblock-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background: #222;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.roadblock .roadblock-content a.roadblock-close .fa {
  font-size: 20px;
}
.roadblock .roadblock-content img {
  max-width: 100%;
  height: auto;
}

.roadblock-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1000;
}

.testimonials-front-page {
  text-align: center;
}
.testimonials-front-page .view-content {
  margin-bottom: 30px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .testimonials-front-page .view-content {
    padding: 0;
    display: block;
  }
}
.testimonials-front-page .view-content .testimonial-item {
  margin: 6px;
  padding: 30px;
  max-width: 353px;
  width: 100%;
  min-height: 262px;
  color: #555;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .testimonials-front-page .view-content .testimonial-item {
    padding: 30px 20px;
    max-width: 291px;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .testimonials-front-page .view-content .testimonial-item {
    margin: 0 auto 10px;
    max-width: 325px;
    min-height: 241px;
  }
}
.testimonials-front-page .view-content .testimonial-short-desc p {
  font-style: italic;
}
.testimonials-front-page .view-content .testimonial-short-desc p:before {
  content: "“";
}
.testimonials-front-page .view-content .testimonial-short-desc p:after {
  content: "”";
}
.testimonials-front-page .view-content .testimonial-association {
  margin-top: 25px;
  line-height: 1.1;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #8cb8ca;
  text-transform: uppercase;
}
.testimonials-front-page .view-footer {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .testimonials-front-page .view-footer {
    margin-bottom: 50px;
  }
}

.topic-clusters-menu-wrapper {
  display: none;
}

.page-node-type-blog-post h1.content-page-title {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .view-blog-client-stories {
    text-align: center;
  }
}
.view-blog-client-stories.view-client-stories .row:last-of-type .col-sm-4 {
  margin-bottom: 0;
}
.view-blog-client-stories.view-client-stories .col-sm-4 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .view-blog-client-stories.view-client-stories .col-sm-4:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .view-blog-client-stories.view-client-stories .col-sm-4:nth-last-child(2) {
    margin-bottom: 30px;
  }
}
.view-blog-client-stories .col-sm-4 {
  margin-bottom: 60px;
  display: inline-block;
}
@media (max-width: 991px) {
  .view-blog-client-stories .col-sm-4 {
    margin: 0 auto 60px;
    padding: 0 15px;
    width: 49.5%;
    vertical-align: top;
    float: none;
  }
}
@media (max-width: 767px) {
  .view-blog-client-stories .col-sm-4 {
    padding: 0;
    max-width: 350px;
    width: 100%;
    text-align: left;
    display: table;
  }
}
.view-blog-client-stories .views-field {
  width: 100%;
  float: left;
}
.view-blog-client-stories .views-field-field-blog-post-featured-image {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.view-blog-client-stories .views-field-field-blog-post-featured-image img {
  width: 100%;
  transition: transform 0.25s;
}
.view-blog-client-stories .views-field-field-blog-post-featured-image img:focus, .view-blog-client-stories .views-field-field-blog-post-featured-image img:hover {
  transform: scale(1.1);
}
.view-blog-client-stories .views-field-title {
  padding: 0 10px;
}
.view-blog-client-stories .views-field-title h2 {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 18px;
}
.view-blog-client-stories .views-label {
  margin-right: 4px;
}
.view-blog-client-stories .views-field-body {
  margin-bottom: 5px;
}

.path-blog .view-blog .view-header {
  margin-bottom: 0 !important;
}
.path-blog .view-blog .view-header P {
  margin-bottom: 10px;
}
.path-blog .view-blog .view-filters {
  margin-bottom: 34px;
}
.path-blog .view-blog fieldset {
  width: 100%;
  text-align: center;
}
.path-blog .view-blog fieldset .fieldset-legend {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #c41039;
  text-transform: lowercase;
  display: inline-block;
}
.path-blog .view-blog fieldset .form-radios ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.path-blog .view-blog fieldset .form-radios li {
  display: inline-block;
}
.path-blog .view-blog fieldset .form-radios .form-item {
  margin-top: 0;
}
.path-blog .view-blog fieldset .form-radios .control-label {
  margin: 0 2.5px 5px;
  padding: 9px 15px;
  line-height: 1;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f2f2f2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.path-blog .view-blog fieldset .form-radios .control-label.active {
  color: #fff;
  background: #c41039;
  cursor: default;
}
.path-blog .view-blog fieldset .form-radios .control-label.active:focus, .path-blog .view-blog fieldset .form-radios .control-label.active:hover {
  color: #fff;
  background: #c41039;
}
.path-blog .view-blog fieldset .form-radios .control-label:focus, .path-blog .view-blog fieldset .form-radios .control-label:hover {
  background: #ddd;
}
.path-blog .view-blog fieldset .form-radios .control-label input {
  display: none;
}
.path-blog .view-blog .view-content .row {
  display: flex;
  justify-content: center;
}
.path-blog .view-blog .views-field-title {
  padding: 0 10px;
}
.path-blog .view-blog .views-field-field-blog-post-author,
.path-blog .view-blog .views-field-created {
  position: relative;
  margin-left: 30px;
  width: auto;
  font-size: 13px;
  color: #808384;
}
.path-blog .view-blog .views-field-field-blog-post-author:before,
.path-blog .view-blog .views-field-created:before {
  position: absolute;
  top: 0;
  left: -18px;
  width: 17px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.path-blog .view-blog .views-field-field-blog-post-author {
  margin-right: 10px;
}
.path-blog .view-blog .views-field-field-blog-post-author:before {
  content: "\f007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.path-blog .view-blog .views-field-field-blog-post-author .field-content {
  display: inline;
}
.path-blog .view-blog .views-field-created:before {
  content: "\f017";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.path-blog .view-blog .views-field-field-blog-type {
  margin: -2px 0 5px 10px;
  padding: 5px 8px;
  width: auto;
  line-height: normal;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.path-blog .view-blog .views-field-body {
  margin-top: 5px;
  padding: 0 10px;
  font-size: 14px;
}

.path-blog .view-blog-client-stories .view-header,
.path-client-stories .view-blog-client-stories .view-header {
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 1199px) {
  .path-blog .view-blog-client-stories .view-header,
  .path-client-stories .view-blog-client-stories .view-header {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .path-blog .view-blog-client-stories .view-header,
  .path-client-stories .view-blog-client-stories .view-header {
    font-size: 18px;
  }
}

.page-node-type-blog-post article.blog-post section h2 {
  margin-top: 40px;
}
.page-node-type-blog-post article.blog-post section .indented {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .page-node-type-blog-post article.blog-post section .indented {
    margin-left: 20px;
  }
}
.page-node-type-blog-post article.blog-post section .indented .js-comment:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 0 26px;
  border-color: transparent transparent transparent #eee;
}

.path-comment article.js-comment,
.page-node-type-blog-post article.js-comment {
  position: relative;
  margin-bottom: 25px;
  padding: 25px 25px 20px;
  background: #eee;
}
.path-comment article.js-comment:before,
.page-node-type-blog-post article.js-comment:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 16px 0;
  border-color: transparent #eee transparent transparent;
}
.path-comment article.js-comment mark,
.page-node-type-blog-post article.js-comment mark {
  display: none;
}
.path-comment article.js-comment p.submitted,
.page-node-type-blog-post article.js-comment p.submitted {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 14px;
  font-style: italic;
  color: gray;
}
.path-comment article.js-comment .field--name-comment-body p,
.page-node-type-blog-post article.js-comment .field--name-comment-body p {
  line-height: 1.5;
}
.path-comment article.js-comment .links,
.page-node-type-blog-post article.js-comment .links {
  padding-left: 0;
}
.path-comment article.js-comment .links li,
.page-node-type-blog-post article.js-comment .links li {
  margin: 15px 5px 5px 0;
  padding: 0;
}
.path-comment article.js-comment .links a,
.page-node-type-blog-post article.js-comment .links a {
  padding: 12px 15px 7px;
  min-width: 100px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #c41039;
  border-color: #c41039;
  border-style: solid;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.path-comment article.js-comment .links a:focus, .path-comment article.js-comment .links a:hover, .path-comment article.js-comment .links a:active,
.page-node-type-blog-post article.js-comment .links a:focus,
.page-node-type-blog-post article.js-comment .links a:hover,
.page-node-type-blog-post article.js-comment .links a:active {
  color: #fff;
  background: rgb(162.9943396226, 13.3056603774, 47.4014150943) !important;
  border-color: #c41039;
  transform: scale(1.05);
}
.path-comment .comment-blog-comments-form .form-item-name,
.path-comment .comment-blog-comments-form .form-item-mail,
.path-comment .comment-blog-comments-form .field--name-field-blog-comment-organization,
.path-comment .comment-blog-comments-form .field--name-field-blog-comment-position,
.page-node-type-blog-post .comment-blog-comments-form .form-item-name,
.page-node-type-blog-post .comment-blog-comments-form .form-item-mail,
.page-node-type-blog-post .comment-blog-comments-form .field--name-field-blog-comment-organization,
.page-node-type-blog-post .comment-blog-comments-form .field--name-field-blog-comment-position {
  width: 49.5%;
  float: left;
}
@media (max-width: 767px) {
  .path-comment .comment-blog-comments-form .form-item-name,
  .path-comment .comment-blog-comments-form .form-item-mail,
  .path-comment .comment-blog-comments-form .field--name-field-blog-comment-organization,
  .path-comment .comment-blog-comments-form .field--name-field-blog-comment-position,
  .page-node-type-blog-post .comment-blog-comments-form .form-item-name,
  .page-node-type-blog-post .comment-blog-comments-form .form-item-mail,
  .page-node-type-blog-post .comment-blog-comments-form .field--name-field-blog-comment-organization,
  .page-node-type-blog-post .comment-blog-comments-form .field--name-field-blog-comment-position {
    width: 100%;
    float: none;
  }
}
.path-comment .comment-blog-comments-form .form-item-mail,
.path-comment .comment-blog-comments-form .field--name-field-blog-comment-position,
.page-node-type-blog-post .comment-blog-comments-form .form-item-mail,
.page-node-type-blog-post .comment-blog-comments-form .field--name-field-blog-comment-position {
  float: right;
}
.path-comment .comment-blog-comments-form #edit-mail--description,
.page-node-type-blog-post .comment-blog-comments-form #edit-mail--description {
  display: none;
}
.path-comment .comment-blog-comments-form .js-filter-wrapper,
.page-node-type-blog-post .comment-blog-comments-form .js-filter-wrapper {
  display: none;
}

.page-node-type-blog-post article[about*=story] .created {
  display: none;
}
.page-node-type-blog-post .created {
  position: relative;
  margin: 0 0 0 15px;
  font-size: 13px;
  color: #808384;
  display: inline-block;
}
.page-node-type-blog-post .created:before {
  position: absolute;
  top: 0;
  left: -18px;
  width: 17px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.page-node-type-blog-post .blog-type {
  margin: -2px 10px 5px 0;
  padding: 5px 8px;
  width: auto;
  line-height: normal;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.page-node-type-blog-post .created:before {
  content: "\f017";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.page-node-type-blog-post .field--name-body {
  padding-top: 15px;
}

.gated-pdf-cta-wrapper .button,
.gated-pdf-download-link-wrapper .button {
  margin-top: 30px;
  padding: 14px 22px 8px;
  min-width: 215px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #c41039;
  border-color: #c41039;
  border-style: solid;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.gated-pdf-cta-wrapper .button:focus, .gated-pdf-cta-wrapper .button:hover, .gated-pdf-cta-wrapper .button:active,
.gated-pdf-download-link-wrapper .button:focus,
.gated-pdf-download-link-wrapper .button:hover,
.gated-pdf-download-link-wrapper .button:active {
  color: #fff;
  background: rgb(162.9943396226, 13.3056603774, 47.4014150943) !important;
  border-color: #c41039;
  transform: scale(1.05);
}

.gated-pdf-cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gated-pdf-return-wrapper {
  margin-top: 30px;
}
.gated-pdf-return-wrapper a:before {
  content: "← ";
}

@media (max-width: 991px) {
  .careers-page {
    padding-top: 59px;
  }
}
.careers-page h1 {
  margin-bottom: 0;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 58px;
  text-transform: lowercase;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .careers-page h1 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .careers-page h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .careers-page h1 {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .careers-page h1 {
    font-size: 28px;
  }
}
.careers-page h1 em {
  font-family: "HelveticaNeueLTPro-HvIt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.careers-page h1 span {
  display: block;
}
@media (max-width: 550px) {
  .careers-page h1 span {
    display: inline;
  }
}
.careers-page p:last-child {
  margin-bottom: 0;
}
.careers-page section.careers {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .careers-page section.careers {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.careers-page section.careers h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .careers-page section.careers h3 {
    font-size: 18px;
  }
}
.careers-page section.careers .desc {
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .careers-page section.careers .desc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .careers-page section.careers .desc {
    font-size: 18px;
  }
}
.careers-page section.careers .tns-nav button {
  margin: 0 7px;
  padding: 0;
  width: 13px;
  height: 13px;
  background: #dbdbdb;
  border: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.careers-page section.careers .tns-nav button.tns-nav-active {
  background: #c41039;
}
.careers-page section.banner {
  position: relative;
  height: 900px;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .careers-page section.banner {
    height: 675px;
  }
}
@media (max-width: 1349px) {
  .careers-page section.banner {
    background-attachment: revert;
    background-position: center top;
  }
}
@media (max-width: 1199px) {
  .careers-page section.banner {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .careers-page section.banner {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .careers-page section.banner {
    height: 350px;
  }
}
.careers-page section.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.webp .careers-page section.banner {
  background-image: url("/themes/custom/ah/images/bg_careers_main_banner_2500.webp");
}
@media (max-width: 1680px) {
  .webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_1680.webp");
  }
}
@media (max-width: 1349px) {
  .webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_1349.webp");
  }
}
@media (max-width: 1199px) {
  .webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_1199.webp");
  }
}
@media (max-width: 991px) {
  .webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_991.webp");
  }
}
@media (max-width: 767px) {
  .webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_767.webp");
  }
}
@media (max-width: 550px) {
  .webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_550.webp");
  }
}
.no-webp .careers-page section.banner {
  background-image: url("/themes/custom/ah/images/bg_careers_main_banner_2500.jpg");
}
@media (max-width: 1680px) {
  .no-webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_1680.jpg");
  }
}
@media (max-width: 1349px) {
  .no-webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_1349.jpg");
  }
}
@media (max-width: 1199px) {
  .no-webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_1199.jpg");
  }
}
@media (max-width: 991px) {
  .no-webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_991.jpg");
  }
}
@media (max-width: 767px) {
  .no-webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_767.jpg");
  }
}
@media (max-width: 550px) {
  .no-webp .careers-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_careers_main_banner_550.jpg");
  }
}
.careers-page section.banner h1 {
  margin-top: 50px;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .careers-page section.banner h1 {
    margin-top: 0;
  }
}
.careers-page section.banner .desc {
  margin: 10px auto 0;
  max-width: 950px;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .careers-page section.banner .desc {
    font-size: 16px;
  }
}
.careers-page section.our-mission {
  text-align: center;
  background: #e5e5e5;
}
.careers-page section.our-mission h2 {
  margin-bottom: 10px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #c41039;
}
@media (max-width: 991px) {
  .careers-page section.our-mission h2 {
    font-size: 26px;
  }
}
@media (max-width: 550px) {
  .careers-page section.our-mission h2 {
    margin: 0 auto 20px;
    max-width: 300px;
    font-size: 22px;
  }
}
.careers-page section.our-mission .desc {
  margin: 0 auto;
  max-width: 1030px;
}
.careers-page section.core-values h1 {
  line-height: 0.875;
  color: #c41039;
}
@media (max-width: 767px) {
  .careers-page section.core-values h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .careers-page section.core-values h3 {
    text-align: center;
  }
}
.careers-page section.core-values .core-values-slider-wrapper {
  width: 100%;
}
.careers-page section.core-values .core-values-slider {
  padding: 0;
}
.careers-page section.core-values .slide {
  clear: both;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .careers-page section.core-values .slide {
    display: block;
  }
}
@media (max-width: 767px) {
  .careers-page section.core-values .slide .slide-icon {
    width: 100%;
  }
}
.careers-page section.core-values .slide .icon {
  position: relative;
  top: 0;
  margin-left: 50px;
  width: 300px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
}
@media (max-width: 1199px) {
  .careers-page section.core-values .slide .icon {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 991px) {
  .careers-page section.core-values .slide .icon {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .careers-page section.core-values .slide .icon {
    margin: 0 auto 20px;
    width: 150px;
    height: 150px;
    float: none;
  }
}
.careers-page section.core-values .slide .icon.accountability {
  background-image: url("/themes/custom/ah/images/careers_cv_accountability.svg");
}
.careers-page section.core-values .slide .icon.customer-service {
  background-image: url("/themes/custom/ah/images/careers_cv_customer_service.svg");
}
.careers-page section.core-values .slide .icon.expertise {
  background-image: url("/themes/custom/ah/images/careers_cv_expertise.svg");
}
.careers-page section.core-values .slide .icon.flexibility {
  background-image: url("/themes/custom/ah/images/careers_cv_flexibility.svg");
}
.careers-page section.core-values .slide .icon.innovation {
  background-image: url("/themes/custom/ah/images/careers_cv_innovation.svg");
}
.careers-page section.core-values .slide .icon.respect {
  background-image: url("/themes/custom/ah/images/careers_cv_respect.svg");
}
.careers-page section.core-values .slide .icon.social-responsibility {
  background-image: url("/themes/custom/ah/images/careers_cv_social_responsibility.svg");
}
.careers-page section.core-values .slide .icon.unified-diversity {
  background-image: url("/themes/custom/ah/images/careers_cv_unified_diversity.svg");
}
.careers-page section.core-values .slide .slide-text {
  width: 100%;
}
@media (max-width: 767px) {
  .careers-page section.core-values .slide .slide-text {
    text-align: center;
  }
}
.careers-page section.core-values .tns-nav {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
}
@media (max-width: 1199px) {
  .careers-page section.core-values .tns-nav {
    max-width: 970px;
  }
}
@media (max-width: 991px) {
  .careers-page section.core-values .tns-nav {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .careers-page section.core-values .tns-nav {
    margin-top: 20px;
    text-align: center;
  }
}
.careers-page section.core-values .tns-nav button {
  margin: 0 14px 0 0;
}
@media (max-width: 767px) {
  .careers-page section.core-values .tns-nav button {
    margin: 0 7px;
  }
}
@media (max-width: 991px) {
  .careers-page section.core-values .slide-controls-wrapper {
    display: none;
  }
}
.careers-page section.core-values .slide-controls {
  margin: 30px 0 0;
  padding-left: 0;
  list-style: none;
  clear: both;
}
.careers-page section.core-values .slide-controls li {
  position: relative;
  margin: 20px 0;
  padding-top: 17px;
  width: 24%;
  min-height: 60px;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.careers-page section.core-values .slide-controls li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 3px;
  background: #c41039;
}
.careers-page section.core-values .slide-controls li:focus span, .careers-page section.core-values .slide-controls li:hover span {
  color: #555;
}
.careers-page section.core-values .slide-controls li span {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #c41039;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.careers-page section.core-values .slide-controls li.active span {
  color: #333;
}
.careers-page section.core-values .slide-controls li.active:before {
  background: #333;
}
.careers-page section.top-work-places {
  position: relative;
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1349px) {
  .careers-page section.top-work-places {
    background-attachment: revert;
    background-position: center 20%;
  }
}
@media (max-width: 991px) {
  .careers-page section.top-work-places {
    height: 300px;
  }
}
.webp .careers-page section.top-work-places {
  background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_2500.webp");
}
@media (max-width: 1680px) {
  .webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_1680.webp");
  }
}
@media (max-width: 1349px) {
  .webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_1349.webp");
  }
}
@media (max-width: 1199px) {
  .webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_1199.webp");
  }
}
@media (max-width: 991px) {
  .webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_991.webp");
  }
}
@media (max-width: 767px) {
  .webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_767.webp");
  }
}
@media (max-width: 550px) {
  .webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_550.webp");
  }
}
.no-webp .careers-page section.top-work-places {
  background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_2500.jpg");
}
@media (max-width: 1680px) {
  .no-webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_1680.jpg");
  }
}
@media (max-width: 1349px) {
  .no-webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_1349.jpg");
  }
}
@media (max-width: 1199px) {
  .no-webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_1199.jpg");
  }
}
@media (max-width: 991px) {
  .no-webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_991.jpg");
  }
}
@media (max-width: 767px) {
  .no-webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_767.jpg");
  }
}
@media (max-width: 550px) {
  .no-webp .careers-page section.top-work-places {
    background-image: url("/themes/custom/ah/images/bg_careers_top_work_places_550.jpg");
  }
}
@media (max-width: 767px) {
  .careers-page section.the-benefits {
    padding-bottom: 40px;
  }
}
.careers-page section.the-benefits .ribbon {
  position: absolute;
  top: -160px;
  left: 0;
  width: 420px;
  height: 345px;
  background-image: url("/themes/custom/ah/images/careers_top_work_places.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .careers-page section.the-benefits .ribbon {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .careers-page section.the-benefits .ribbon {
    top: -40px;
    width: 260px;
    height: 230px;
  }
}
@media (max-width: 767px) {
  .careers-page section.the-benefits .ribbon {
    position: relative;
    top: 0;
    margin-top: -130px;
    margin-bottom: 40px;
    width: 100%;
    height: 180px;
  }
}
.careers-page section.the-benefits h3, .careers-page section.the-benefits .desc {
  margin-left: 380px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .careers-page section.the-benefits h3, .careers-page section.the-benefits .desc {
    margin-left: 335px;
  }
}
@media (max-width: 991px) {
  .careers-page section.the-benefits h3, .careers-page section.the-benefits .desc {
    margin-left: 225px;
  }
}
@media (max-width: 767px) {
  .careers-page section.the-benefits h3, .careers-page section.the-benefits .desc {
    margin-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.careers-page section.the-benefits .desc {
  max-width: 700px;
}
@media (max-width: 767px) {
  .careers-page section.our-culture {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .careers-page section.our-culture h3 {
    text-align: center;
  }
}
.careers-page section.our-culture .wrapper {
  position: relative;
  width: 100%;
  height: 622px;
}
@media (max-width: 1199px) {
  .careers-page section.our-culture .wrapper {
    height: 553px;
  }
}
@media (max-width: 991px) {
  .careers-page section.our-culture .wrapper {
    height: 475px;
  }
}
@media (max-width: 767px) {
  .careers-page section.our-culture .wrapper {
    height: auto;
  }
}
.careers-page section.our-culture .wrapper .left-border,
.careers-page section.our-culture .wrapper .bottom-border,
.careers-page section.our-culture .wrapper .desc-top-border,
.careers-page section.our-culture .wrapper .desc-left-border,
.careers-page section.our-culture .wrapper .desc-right-border {
  position: absolute;
  background: #c41039;
}
@media (max-width: 767px) {
  .careers-page section.our-culture .wrapper .left-border,
  .careers-page section.our-culture .wrapper .bottom-border,
  .careers-page section.our-culture .wrapper .desc-top-border,
  .careers-page section.our-culture .wrapper .desc-left-border,
  .careers-page section.our-culture .wrapper .desc-right-border {
    display: none;
  }
}
.careers-page section.our-culture .wrapper .left-border {
  left: 40px;
  bottom: 45px;
  width: 1px;
  height: 150px;
}
@media (max-width: 1199px) {
  .careers-page section.our-culture .wrapper .left-border {
    left: 30px;
  }
}
.careers-page section.our-culture .wrapper .bottom-border {
  left: 40px;
  bottom: 45px;
  width: 475px;
  height: 1px;
}
@media (max-width: 1199px) {
  .careers-page section.our-culture .wrapper .bottom-border {
    left: 30px;
    width: 390px;
  }
}
@media (max-width: 991px) {
  .careers-page section.our-culture .wrapper .bottom-border {
    width: 290px;
  }
}
.careers-page section.our-culture .wrapper .desc-top-border {
  top: -40px;
  right: 50px;
  width: 570px;
  height: 1px;
}
@media (max-width: 1199px) {
  .careers-page section.our-culture .wrapper .desc-top-border {
    right: 30px;
    width: 490px;
  }
}
.careers-page section.our-culture .wrapper .desc-left-border {
  top: -40px;
  right: 620px;
  width: 1px;
  height: 30px;
}
@media (max-width: 1199px) {
  .careers-page section.our-culture .wrapper .desc-left-border {
    right: 520px;
  }
}
.careers-page section.our-culture .wrapper .desc-right-border {
  top: -40px;
  right: 50px;
  width: 1px;
  height: 235px;
}
@media (max-width: 1199px) {
  .careers-page section.our-culture .wrapper .desc-right-border {
    right: 30px;
  }
}
.careers-page section.our-culture .wrapper .desc {
  position: absolute;
  top: 20px;
  right: 115px;
  margin-bottom: 0;
  width: 350px;
  font-size: 22px;
  color: #c41039;
}
@media (max-width: 1199px) {
  .careers-page section.our-culture .wrapper .desc {
    top: 30px;
    right: 65px;
    width: 320px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .careers-page section.our-culture .wrapper .desc {
    top: 20px;
    right: 60px;
    width: 230px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .careers-page section.our-culture .wrapper .desc {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}
.careers-page section.our-culture .wrapper .image-left,
.careers-page section.our-culture .wrapper .image-right {
  position: absolute;
}
@media (max-width: 767px) {
  .careers-page section.our-culture .wrapper .image-left,
  .careers-page section.our-culture .wrapper .image-right {
    position: relative;
    text-align: center;
  }
}
.careers-page section.our-culture .wrapper .image-left img,
.careers-page section.our-culture .wrapper .image-right img {
  width: 610px;
  height: auto;
}
@media (max-width: 1199px) {
  .careers-page section.our-culture .wrapper .image-left img,
  .careers-page section.our-culture .wrapper .image-right img {
    width: 510px;
  }
}
@media (max-width: 991px) {
  .careers-page section.our-culture .wrapper .image-left img,
  .careers-page section.our-culture .wrapper .image-right img {
    width: 390px;
  }
}
@media (max-width: 767px) {
  .careers-page section.our-culture .wrapper .image-left img,
  .careers-page section.our-culture .wrapper .image-right img {
    max-width: 390px;
    width: 100%;
  }
}
.careers-page section.our-culture .wrapper .image-left {
  top: 0;
  left: 0;
  z-index: 1;
}
.careers-page section.our-culture .wrapper .image-right {
  top: 207px;
  right: 0;
}
@media (max-width: 767px) {
  .careers-page section.our-culture .wrapper .image-right {
    top: 0;
  }
}
.careers-page section.benefit-icons {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #c41039;
}
@media (max-width: 767px) {
  .careers-page section.benefit-icons {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .careers-page section.benefit-icons [class*=col-sm-] {
    margin-bottom: 40px;
  }
  .careers-page section.benefit-icons [class*=col-sm-]:last-of-type {
    margin: 0;
  }
}
.careers-page section.benefit-icons .tooltip-wrapper {
  cursor: pointer;
}
.careers-page section.benefit-icons .tooltip-wrapper:focus img, .careers-page section.benefit-icons .tooltip-wrapper:hover img {
  transform: scale(1.1);
}
.careers-page section.benefit-icons .icon {
  margin: 0 auto 35px;
  width: 100%;
  height: 130px;
  text-align: center;
}
@media (max-width: 991px) {
  .careers-page section.benefit-icons .icon {
    height: 110px;
  }
}
@media (max-width: 767px) {
  .careers-page section.benefit-icons .icon {
    margin-bottom: 25px;
  }
}
.careers-page section.benefit-icons img {
  width: auto;
  height: 130px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .careers-page section.benefit-icons img {
    height: 110px;
  }
}
.careers-page section.benefit-icons h2 {
  font-size: 34px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .careers-page section.benefit-icons h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .careers-page section.benefit-icons h2 {
    font-size: 26px;
  }
}
@media (max-width: 550px) {
  .careers-page section.benefit-icons h2 {
    font-size: 24px;
  }
}
.careers-page section.benefit-icons span {
  display: block;
}
.careers-page section.benefit-icons .tooltip-wrapper {
  padding-top: 10px;
}
.careers-page section.why-ah {
  background: #333;
}
@media (max-width: 991px) {
  .careers-page section.why-ah {
    display: block;
  }
}
@media (max-width: 991px) {
  .careers-page section.why-ah [class*=col-sm-] {
    width: 100%;
  }
}
.careers-page section.why-ah h3 {
  color: #fff;
}
@media (max-width: 767px) {
  .careers-page section.why-ah h3 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .careers-page section.why-ah .video {
    margin: 0 0 50px;
  }
}
.careers-page section.why-ah .video lite-vimeo {
  background-image: url("/themes/custom/ah/images/vimeo_thumb.jpg") !important;
}
.careers-page section.why-ah .quotes-slider-wrapper {
  position: relative;
  margin: 0 48px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1199px) {
  .careers-page section.why-ah .quotes-slider-wrapper {
    margin: 0 12px;
  }
}
.careers-page section.why-ah .quotes-slider-wrapper .quotes-slider {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.careers-page section.why-ah .quotes-slider-wrapper .tns-nav {
  margin-top: 5px;
}
.careers-page section.why-ah .bubble {
  position: relative;
  margin: 0 auto;
  padding: 70px 0 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .careers-page section.why-ah .bubble {
    padding-top: 80px;
    max-width: 456px;
    height: 360px;
  }
}
@media (max-width: 500px) {
  .careers-page section.why-ah .bubble {
    padding-top: 40px;
    padding-bottom: 0;
    max-width: 100%;
    height: auto;
  }
}
.careers-page section.why-ah .bubble:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 510px;
  background-image: url("/themes/custom/ah/images/careers_bubble.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1199px) {
  .careers-page section.why-ah .bubble:before {
    height: 480px;
  }
}
@media (max-width: 500px) {
  .careers-page section.why-ah .bubble:before {
    display: none;
  }
}
.careers-page section.why-ah .bubble h3 {
  position: relative;
  margin: 0 auto 10px;
  max-width: 300px;
  line-height: normal;
  z-index: 1;
}
@media (max-width: 991px) {
  .careers-page section.why-ah .bubble h3 {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .careers-page section.why-ah .bubble h3 {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.careers-page section.why-ah .bubble .quote {
  position: relative;
  margin: 0 auto;
  padding: 0 80px;
  font-size: 20px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 1199px) {
  .careers-page section.why-ah .bubble .quote {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .careers-page section.why-ah .bubble .quote {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .careers-page section.why-ah .bubble .quote {
    padding: 0 15px;
  }
}
.careers-page section.know-you {
  position: relative;
  height: 700px;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1680px) {
  .careers-page section.know-you {
    height: 675px;
  }
}
@media (max-width: 1349px) {
  .careers-page section.know-you {
    background-attachment: revert;
  }
}
@media (max-width: 1199px) {
  .careers-page section.know-you {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .careers-page section.know-you {
    height: 450px;
  }
}
.careers-page section.know-you:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.webp .careers-page section.know-you {
  background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_2500.webp");
}
@media (max-width: 1680px) {
  .webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_1680.webp");
  }
}
@media (max-width: 1349px) {
  .webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_1349.webp");
  }
}
@media (max-width: 1199px) {
  .webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_1199.webp");
  }
}
@media (max-width: 991px) {
  .webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_991.webp");
  }
}
@media (max-width: 767px) {
  .webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_767.webp");
  }
}
@media (max-width: 550px) {
  .webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_550.webp");
  }
}
.no-webp .careers-page section.know-you {
  background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_2500.jpg");
}
@media (max-width: 1680px) {
  .no-webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_1680.jpg");
  }
}
@media (max-width: 1349px) {
  .no-webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_1349.jpg");
  }
}
@media (max-width: 1199px) {
  .no-webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_1199.jpg");
  }
}
@media (max-width: 991px) {
  .no-webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_991.jpg");
  }
}
@media (max-width: 767px) {
  .no-webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_767.jpg");
  }
}
@media (max-width: 550px) {
  .no-webp .careers-page section.know-you {
    background-image: url("/themes/custom/ah/images/bg_careers_submit_resume_550.jpg");
  }
}
.careers-page section.know-you h1 {
  color: #fff;
}
.careers-page section.know-you .desc {
  margin: 10px auto 0;
  max-width: 880px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}
.careers-page section.know-you .desc span {
  display: block;
}
@media (max-width: 991px) {
  .careers-page section.know-you .desc span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .careers-page section.open-positions {
    display: block;
  }
}
@media (max-width: 991px) {
  .careers-page section.open-positions [class*=col-sm-] {
    width: 100%;
  }
}
.careers-page section.open-positions h1 {
  color: #c41039;
}
@media (max-width: 991px) {
  .careers-page section.open-positions h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .careers-page section.open-positions h1 {
    text-align: center;
  }
}
.careers-page section.open-positions h3 {
  position: relative;
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  text-transform: none;
  border-bottom: 2px solid #c41039;
}
@media (max-width: 991px) {
  .careers-page section.open-positions h3 {
    height: 55px;
    line-height: 55px;
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .careers-page section.open-positions h3 {
    font-size: 19px;
  }
}
.careers-page section.open-positions .ui-accordion-content a {
  padding: 7px 0;
  width: 100%;
  line-height: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #555;
  text-decoration: none;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  float: left;
}
@media (max-width: 991px) {
  .careers-page section.open-positions .ui-accordion-content a {
    font-size: 16px;
  }
}
.careers-page section.open-positions .ui-accordion-content a:focus .position, .careers-page section.open-positions .ui-accordion-content a:hover .position {
  color: #c41039;
  text-decoration: underline;
}
.careers-page section.open-positions .ui-accordion-content a .position {
  width: 60%;
  font-weight: bold;
  float: left;
}
@media (max-width: 500px) {
  .careers-page section.open-positions .ui-accordion-content a .position {
    width: 100%;
  }
}
.careers-page section.open-positions .ui-accordion-content a .location {
  width: 40%;
  text-align: right;
  float: right;
}
@media (max-width: 500px) {
  .careers-page section.open-positions .ui-accordion-content a .location {
    margin-top: 3px;
    width: 100%;
    text-align: left;
    float: left;
  }
}
.careers-page section.company-photo {
  padding: 0;
}
.careers-page section.company-photo img {
  width: 100%;
  height: auto;
}
.careers-page section.submit-resume {
  text-align: center;
  background: #e5e5e5;
}
.careers-page section.submit-resume h1 {
  color: #333;
}
.careers-page section.submit-resume .desc {
  margin: 10px auto 30px;
  letter-spacing: 1px;
}
.careers-page section.submit-resume .desc span {
  display: block;
}
@media (max-width: 991px) {
  .careers-page section.submit-resume .desc span {
    display: inline;
  }
}

.path-node-914 .video {
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.path-node-914 .video lite-vimeo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.path-node-914 .video lite-vimeo:hover > .ltv-playbtn {
  background: #c41039;
}
.path-node-914 .video lite-vimeo.ltv-activated:before, .path-node-914 .video lite-vimeo.ltv-activated > .ltv-playbtn {
  opacity: 0;
}
.path-node-914 .video lite-vimeo > .ltv-playbtn {
  top: unset;
  bottom: -10px;
  left: 43px;
  width: 65px;
  height: 40px;
  background: rgba(30, 30, 30, 0.9);
  opacity: 1;
}
.path-node-914 .video lite-vimeo > .ltv-playbtn:before {
  left: 53%;
}
.path-node-914 .popover {
  max-width: 245px;
  color: #fff;
  background: rgba(51, 51, 51, 0.95);
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 1;
}
.path-node-914 .popover-content {
  padding: 20px;
  font-weight: 200;
  letter-spacing: 1px;
}
.path-node-914 .popover > .arrow:after {
  border-top-color: rgba(51, 51, 51, 0.95) !important;
}

.path-case-studies-new .view-blog .view-header {
  margin-bottom: 0 !important;
  text-align: center;
}
.path-case-studies-new .view-blog .view-header h2 {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 58px;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 1680px) {
  .path-case-studies-new .view-blog .view-header h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .path-case-studies-new .view-blog .view-header h2 {
    font-size: 40px;
  }
}
.path-case-studies-new .view-blog .view-filters {
  margin-bottom: 34px;
}
.path-case-studies-new .view-blog fieldset {
  width: 100%;
  text-align: center;
}
.path-case-studies-new .view-blog fieldset .fieldset-legend {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #c41039;
  text-transform: lowercase;
  display: inline-block;
}
.path-case-studies-new .view-blog fieldset .form-radios ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.path-case-studies-new .view-blog fieldset .form-radios li {
  display: inline-block;
}
.path-case-studies-new .view-blog fieldset .form-radios .form-item {
  margin-top: 0;
}
.path-case-studies-new .view-blog fieldset .form-radios .control-label {
  margin: 0 2.5px 5px;
  padding: 9px 15px;
  line-height: 1;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f2f2f2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.path-case-studies-new .view-blog fieldset .form-radios .control-label.active {
  color: #fff;
  background: #c41039;
  cursor: default;
}
.path-case-studies-new .view-blog fieldset .form-radios .control-label.active:focus, .path-case-studies-new .view-blog fieldset .form-radios .control-label.active:hover {
  color: #fff;
  background: #c41039;
}
.path-case-studies-new .view-blog fieldset .form-radios .control-label:focus, .path-case-studies-new .view-blog fieldset .form-radios .control-label:hover {
  background: #ddd;
}
.path-case-studies-new .view-blog fieldset .form-radios .control-label input {
  display: none;
}
.path-case-studies-new .view-blog .view-content {
  margin: 0 -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.path-case-studies-new .view-blog .views-field-field-case-study-image {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.path-case-studies-new .view-blog .views-field-field-case-study-image img {
  width: 100%;
  transition: transform 0.25s;
}
.path-case-studies-new .view-blog .views-field-field-case-study-image img:focus, .path-case-studies-new .view-blog .views-field-field-case-study-image img:hover {
  transform: scale(1.1);
}
.path-case-studies-new .view-blog .views-field-title {
  padding: 0 10px;
}
.path-case-studies-new .view-blog .views-field-field-topic-cluster-in {
  margin: -2px 0 5px 10px;
  padding: 5px 8px;
  width: auto;
  line-height: normal;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.path-case-studies-new .view-blog .views-field-body {
  margin-top: 5px;
  padding: 0 10px;
  font-size: 14px;
}

.path-case-studies .view-all-services .view-header {
  margin-bottom: 20px;
  text-align: center;
}
.path-case-studies .view-all-services .view-header h2 {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 58px;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 1680px) {
  .path-case-studies .view-all-services .view-header h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .path-case-studies .view-all-services .view-header h2 {
    font-size: 40px;
  }
}
.path-case-studies .view-all-services .view-header p {
  margin-bottom: 0;
  font-size: 18px;
  color: #c41039;
  text-transform: lowercase;
}
.path-case-studies .view-case-studies.cbp {
  height: auto;
}
.path-case-studies .view-case-studies.cbp .cbp {
  height: auto !important;
}
.path-case-studies .view-case-studies.cbp:after {
  display: none;
}

.path-front .view-case-studies .cbp-l-caption-body .cbp-l-caption-title,
.path-case-studies .view-case-studies .cbp-l-caption-body .cbp-l-caption-title {
  padding: 20px 30px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .path-front .view-case-studies .cbp-l-caption-body .cbp-l-caption-title,
  .path-case-studies .view-case-studies .cbp-l-caption-body .cbp-l-caption-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .path-front .view-case-studies .cbp-l-caption-body .cbp-l-caption-title,
  .path-case-studies .view-case-studies .cbp-l-caption-body .cbp-l-caption-title {
    padding: 20px 15px;
    font-size: 16px;
  }
}

.page-node-type-case-study .main-content h1.content-page-title {
  margin-bottom: 20px;
}
.page-node-type-case-study .main-content .field {
  margin-bottom: 20px;
}
.page-node-type-case-study .main-content .field:last-child {
  margin-bottom: 0;
}
.page-node-type-case-study .main-content .field--label {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
@media (max-width: 767px) {
  .page-node-type-case-study .main-content .field--label {
    font-size: 19px;
  }
}

.path-front .view-client-partners .cbp-caption-zoom .cbp-item .cbp-item-wrapper {
  left: 50%;
  margin-left: -86.5px;
}
.path-front .view-client-partners .cbp-caption-zoom .cbp-item .cbp-caption-activeWrap {
  width: auto;
}

@media (max-width: 991px) {
  .path-client-partners .page-content > .container {
    width: 100%;
  }
}
.path-client-partners .view-client-partner-filters .view-header {
  margin-bottom: 20px;
  text-align: center;
}
.path-client-partners .view-client-partner-filters .view-header p {
  margin-bottom: 0;
  font-size: 18px;
  color: #c41039;
  text-transform: lowercase;
}
.path-client-partners .view-client-partners .cbp {
  height: auto !important;
}
.path-client-partners .view-client-partners .cbp-caption-zoom .cbp-wrapper {
  position: relative;
}
.path-client-partners .view-client-partners .cbp-caption-zoom .cbp-item {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  margin: 4px;
  width: 173px;
  height: 173px;
}
.path-client-partners .view-client-partners .cbp-caption-zoom .cbp-item.cbp-item-off {
  display: none;
}

.path-front .view-client-partners .cbp-caption-zoom .cbp-wrapper-outer,
.path-client-partners .view-client-partners .cbp-caption-zoom .cbp-wrapper-outer {
  text-align: center;
}
.path-front .view-client-partners .cbp-caption-zoom .cbp-caption:focus .cbp-caption-defaultWrap, .path-front .view-client-partners .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap,
.path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption:focus .cbp-caption-defaultWrap,
.path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  background-color: #c41039;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .path-front .view-client-partners .cbp-caption-zoom .cbp-caption:focus .cbp-caption-defaultWrap, .path-front .view-client-partners .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap,
  .path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption:focus .cbp-caption-defaultWrap,
  .path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    background: #f2f2f2;
  }
}
.path-front .view-client-partners .cbp-caption-zoom .cbp-caption:focus .cbp-caption-defaultWrap img, .path-front .view-client-partners .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap img,
.path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption:focus .cbp-caption-defaultWrap img,
.path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap img {
  display: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .path-front .view-client-partners .cbp-caption-zoom .cbp-caption:focus .cbp-caption-defaultWrap img, .path-front .view-client-partners .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap img,
  .path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption:focus .cbp-caption-defaultWrap img,
  .path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap img {
    display: block;
  }
}
.path-front .view-client-partners .cbp-caption-zoom .cbp-caption-defaultWrap,
.path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption-defaultWrap {
  width: 173px;
  height: 173px;
  background-color: #f2f2f2;
  display: table-cell;
  vertical-align: middle;
  -moz-transition: none 0.3s ease 0s;
  -o-transition: none 0.3s ease 0s;
  -webkit-transition: none 0.3s ease 0s;
  transition: none 0.3s ease 0s;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .path-front .view-client-partners .cbp-caption-zoom .cbp-caption-defaultWrap,
  .path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption-defaultWrap {
    border: 2px solid #f2f2f2;
  }
}
.path-front .view-client-partners .cbp-caption-zoom .cbp-caption-activeWrap,
.path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption-activeWrap {
  background: transparent;
  filter: brightness(0) invert(1);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .path-front .view-client-partners .cbp-caption-zoom .cbp-caption-activeWrap,
  .path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption-activeWrap {
    border: 2px solid #c41039;
  }
}
.path-front .view-client-partners .cbp-item .cbp-l-caption-body,
.path-client-partners .view-client-partners .cbp-item .cbp-l-caption-body {
  padding: 0;
}
.path-front .view-client-partners .cbp-item a,
.path-client-partners .view-client-partners .cbp-item a {
  width: 173px;
  height: 173px;
  display: block;
}
.path-front .view-client-partners .cbp-item .field-svg-icon-image-background,
.path-client-partners .view-client-partners .cbp-item .field-svg-icon-image-background {
  width: 173px;
  height: 173px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .path-front .view-client-partners .cbp-item .field-svg-icon-image-background,
  .path-client-partners .view-client-partners .cbp-item .field-svg-icon-image-background {
    background: none !important;
  }
}
.path-front .ui-dialog .ui-dialog-title,
.path-client-partners .ui-dialog .ui-dialog-title {
  display: none;
}
.path-front .ui-dialog .client-logo,
.path-client-partners .ui-dialog .client-logo {
  margin-bottom: 20px;
}
.path-front .ui-dialog .client-logo img,
.path-client-partners .ui-dialog .client-logo img {
  margin: 0 auto;
  width: 150px;
  background-color: #f2f2f2;
}
.path-front .ui-dialog h4,
.path-client-partners .ui-dialog h4 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #c41039;
  text-align: center;
}
.path-front .ui-dialog p:last-child,
.path-client-partners .ui-dialog p:last-child {
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .path-client-partners .view-client-partners .cbp-caption-zoom .cbp-caption-defaultWrap {
    width: 169px;
    height: 169px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .path-client-partners .view-client-partners .cbp-item a {
    width: 169px;
    height: 169px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .path-client-partners .view-client-partners .cbp-item .field-svg-icon-image-background {
    width: 169px;
    height: 169px;
  }
}

.page-node-type-client-partner h1.content-page-title {
  display: none;
}
.page-node-type-client-partner .client-logo {
  display: none;
}
.page-node-type-client-partner h4 {
  font-size: 20px;
  letter-spacing: 1px;
}

.path-node-1188 .main-content .field--name-body table,
.path-node-1280 .main-content .field--name-body table,
.path-node-1315 .main-content .field--name-body table,
.path-node-1339 .main-content .field--name-body table,
.path-node-1385 .main-content .field--name-body table {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .path-node-1188 .main-content .field--name-body td,
  .path-node-1280 .main-content .field--name-body td,
  .path-node-1315 .main-content .field--name-body td,
  .path-node-1339 .main-content .field--name-body td,
  .path-node-1385 .main-content .field--name-body td {
    padding: 0;
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .path-node-1188 .main-content .field--name-body td img,
  .path-node-1280 .main-content .field--name-body td img,
  .path-node-1315 .main-content .field--name-body td img,
  .path-node-1339 .main-content .field--name-body td img,
  .path-node-1385 .main-content .field--name-body td img {
    margin: 0 auto 20px;
    max-width: 340px;
    width: 100%;
  }
}

.path-node-1338 .page-wrapper {
  overflow: hidden;
}
.path-node-1338 .page-content article.page p.large-text {
  padding-left: 80px !important;
}
.path-node-1338 .page-content article.page p.large-text:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url("/themes/custom/ah/images/icon_services_marketing.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(72%) sepia(21%) saturate(447%) hue-rotate(152deg) brightness(95%) contrast(89%);
}
@media (max-width: 991px) {
  .path-node-1338 .page-content section [class*=col-sm-] {
    margin-left: 0;
    width: 100%;
  }
}
.path-node-1338 .page-content section h1 {
  font-size: 40px;
  text-transform: lowercase;
}
@media (max-width: 991px) {
  .path-node-1338 .page-content section h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .path-node-1338 .page-content section h1 {
    font-size: 28px;
  }
}
.path-node-1338 .page-content section p:last-child {
  margin-bottom: 0;
}
.path-node-1338 .view-portfolios {
  padding: 60px 0 80px;
  background-color: #070707;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#070707+0,2b2b2b+100 */
  background: linear-gradient(to bottom, #070707 0%, #2b2b2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.path-node-1338 .view-portfolios h1 {
  margin-bottom: 30px;
  text-align: center;
}
.path-node-1338 .view-portfolios .services {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .path-node-1338 .view-portfolios .services {
    display: block;
  }
}
.path-node-1338 .view-portfolios .services .service {
  margin: 0 5px;
  width: 30%;
}
@media (max-width: 767px) {
  .path-node-1338 .view-portfolios .services .service {
    margin: 0 auto 10px;
    max-width: 285px;
    width: 100%;
  }
}
.path-node-1338 .view-portfolios .services .service a {
  padding: 45px 25px;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
}
.path-node-1338 .view-portfolios .services .service a.creative {
  background-color: #c41039;
  background: -moz-linear-gradient(top, rgb(196, 16, 57) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(196, 16, 57) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(196, 16, 57) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c41039", endColorstr="#00ffffff",GradientType= );
}
.path-node-1338 .view-portfolios .services .service a.web {
  background-color: #e6cf90;
  background: -moz-linear-gradient(top, rgb(230, 207, 144) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(230, 207, 144) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(230, 207, 144) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6cf90", endColorstr="#00ffffff",GradientType=0);
}
.path-node-1338 .view-portfolios .services .service a.video {
  background-color: #8cb8ca;
  background: -moz-linear-gradient(top, rgb(140, 184, 202) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(140, 184, 202) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(140, 184, 202) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8cb8ca", endColorstr="#00ffffff",GradientType=0);
}
.path-node-1338 .view-portfolios .services .service a:focus img, .path-node-1338 .view-portfolios .services .service a:hover img {
  transform: scale(1.1);
}
.path-node-1338 .view-portfolios .services .service h2 {
  margin: 0 auto 30px;
  max-width: 200px;
  min-height: 56px;
  color: #fff;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .path-node-1338 .view-portfolios .services .service h2 {
    min-height: 44px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .path-node-1338 .view-portfolios .services .service h2 {
    min-height: 0;
  }
}
.path-node-1338 .view-portfolios .services .service p {
  margin-bottom: 30px;
  font-size: 14px;
}
.path-node-1338 .view-portfolios .services .service p:last-child {
  margin-bottom: 0;
}
.path-node-1338 .view-portfolios .services .service img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.path-node-1338 .building-your-brand .container,
.path-node-1338 .digital-marketing .container {
  padding: 200px 15px;
}
@media (max-width: 767px) {
  .path-node-1338 .building-your-brand .container,
  .path-node-1338 .digital-marketing .container {
    padding: 100px 15px;
  }
}
@media (max-width: 767px) {
  .path-node-1338 .building-your-brand h1,
  .path-node-1338 .digital-marketing h1 {
    text-align: center;
  }
}
.path-node-1338 .building-your-brand p,
.path-node-1338 .digital-marketing p {
  max-width: 425px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .path-node-1338 .building-your-brand p,
  .path-node-1338 .digital-marketing p {
    margin: 0 auto;
    text-align: center;
  }
}
.path-node-1338 .building-your-brand {
  background: rgb(238, 238, 238);
  background: -moz-linear-gradient(left, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
  background: -webkit-linear-gradient(left, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
  background: linear-gradient(to right, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeeeee", endColorstr="#eeeeee",GradientType=1);
}
.path-node-1338 .building-your-brand .container {
  position: relative;
}
.path-node-1338 .building-your-brand .container:after {
  content: "";
  position: absolute;
  top: -40px;
  right: -150px;
  width: 855px;
  height: 670px;
  background-image: url("/themes/custom/ah/images/cm_marketing_solutions_branding_toolkit.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1680px) {
  .path-node-1338 .building-your-brand .container:after {
    right: -110px;
  }
}
@media (max-width: 1199px) {
  .path-node-1338 .building-your-brand .container:after {
    top: 105px;
    right: -60px;
    width: 600px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .path-node-1338 .building-your-brand .container:after {
    top: 135px;
    right: -50px;
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .path-node-1338 .building-your-brand .container:after {
    display: none;
  }
}
.path-node-1338 .building-your-brand h1 {
  color: #c41039;
}
@media (max-width: 767px) {
  .path-node-1338 .building-your-brand h1:before {
    content: "";
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 300px;
    background-image: url("/themes/custom/ah/images/cm_marketing_solutions_branding_toolkit.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }
}
@media (max-width: 400px) {
  .path-node-1338 .building-your-brand h1:before {
    margin-left: -150px;
    width: 300px;
    height: 240px;
  }
}
.path-node-1338 .building-your-brand h1,
.path-node-1338 .building-your-brand p {
  position: relative;
  z-index: 10;
}
.path-node-1338 .digital-marketing {
  position: relative;
  background-attachment: fixed;
  background-image: url("/themes/custom/ah/images/cm_marketing_solutions_digital_marketing_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1349px) {
  .path-node-1338 .digital-marketing {
    background-attachment: revert;
  }
}
.path-node-1338 .digital-marketing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2000000", endColorstr="#00000000",GradientType=1);
}
@media (max-width: 767px) {
  .path-node-1338 .digital-marketing:before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.path-node-1338 .digital-marketing h1 {
  color: #8cb8ca;
}
.path-node-1338 .digital-marketing p {
  color: #fff;
}
.path-node-1338 .signup .main-content {
  padding: 60px 15px;
}
.path-node-1338 .campaignmonitor-subscribe-form h2 {
  margin-bottom: 20px;
  font-size: 40px;
  color: #8cb8ca;
  text-align: center;
  text-transform: lowercase;
}
@media (max-width: 991px) {
  .path-node-1338 .campaignmonitor-subscribe-form h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .path-node-1338 .campaignmonitor-subscribe-form h2 {
    font-size: 28px;
  }
}
.path-node-1338 .campaignmonitor-subscribe-form form {
  margin: 0 auto;
  max-width: 665px;
}
.path-node-1338 .campaignmonitor-subscribe-form form#campaignmonitor-subscribe-form:after {
  content: "By clicking submit, I consent to receive digital communications from Association Headquarters (AH). I understand I may change my preferences or opt-out of communications with AH at any time using the unsubscribe link provided in AH's email communications.";
  margin: 0 auto;
  max-width: 460px;
  font-size: 11px;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .path-node-1338 .campaignmonitor-subscribe-form form#campaignmonitor-subscribe-form:after {
    font-size: 12px;
  }
}
.path-node-1338 .campaignmonitor-subscribe-form .form-type-email {
  margin: 0 auto 20px;
  max-width: 303px;
  text-align: center;
}
.path-node-1338 .campaignmonitor-subscribe-form #edit-explanation {
  display: none;
}
.path-node-1338 .campaignmonitor-subscribe-form .captcha {
  margin-bottom: 20px;
  width: 100%;
}
.path-node-1338 .campaignmonitor-subscribe-form .g-recaptcha > div {
  margin: 0 auto;
}
.path-node-1338 .campaignmonitor-subscribe-form .form-submit {
  margin: 0 auto 20px;
  text-indent: -9999px;
  display: flex;
  justify-content: center;
}
.path-node-1338 .campaignmonitor-subscribe-form .form-submit:after {
  content: "Submit";
  text-indent: 0;
}

.path-node-1339 .main-content .field--name-body table {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .path-node-1339 .main-content .field--name-body td {
    padding: 0;
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .path-node-1339 .main-content .field--name-body td img {
    max-width: 340px;
    width: 100%;
  }
}

.path-node-1279 .hero,
.path-node-1280 .hero {
  position: relative;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.webp .path-node-1279 .hero,
.webp .path-node-1280 .hero {
  background-image: url("/themes/custom/ah/images/dei_toolkit_banner_bg.webp");
}
.no-webp .path-node-1279 .hero,
.no-webp .path-node-1280 .hero {
  background-image: url("/themes/custom/ah/images/dei_toolkit_banner_bg.jpg");
}
.path-node-1279 .hero:before,
.path-node-1280 .hero:before {
  display: none;
}
.path-node-1279 .hero:after,
.path-node-1280 .hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 646px !important;
}
.webp .path-node-1279 .hero:after,
.webp .path-node-1280 .hero:after {
  background-image: url("/themes/custom/ah/images/dei_toolkit_banner_text.webp");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .webp .path-node-1279 .hero:after,
  .webp .path-node-1280 .hero:after {
    background-image: url("/themes/custom/ah/images/dei_toolkit_banner_text@2x.webp");
    background-size: 636px 284px;
  }
}
.no-webp .path-node-1279 .hero:after,
.no-webp .path-node-1280 .hero:after {
  background-image: url("/themes/custom/ah/images/dei_toolkit_banner_text.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-webp .path-node-1279 .hero:after,
  .no-webp .path-node-1280 .hero:after {
    background-image: url("/themes/custom/ah/images/dei_toolkit_banner_text@2x.png");
    background-size: 636px 284px;
  }
}
@media (max-width: 1680px) {
  .path-node-1279 .hero:after,
  .path-node-1280 .hero:after {
    background-size: 480px !important;
  }
}
@media (max-width: 991px) {
  .path-node-1279 .hero:after,
  .path-node-1280 .hero:after {
    background-size: 50% !important;
  }
}
.path-node-1279 .hero h1.hero-page-title,
.path-node-1280 .hero h1.hero-page-title {
  display: none;
}

.path-node-1279 .campaignmonitor-subscribe-form form#campaignmonitor-subscribe-form #edit-explanation {
  display: none;
}

.path-node-1315 .hero,
.path-node-1316 .hero {
  position: relative;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.webp .path-node-1315 .hero,
.webp .path-node-1316 .hero {
  background-image: url("/themes/custom/ah/images/digital_marketing_toolkit_banner_bg.webp");
}
.no-webp .path-node-1315 .hero,
.no-webp .path-node-1316 .hero {
  background-image: url("/themes/custom/ah/images/digital_marketing_toolkit_banner_bg.jpg");
}
.path-node-1315 .hero:before,
.path-node-1316 .hero:before {
  display: none;
}
.path-node-1315 .hero:after,
.path-node-1316 .hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1140px !important;
}
.webp .path-node-1315 .hero:after,
.webp .path-node-1316 .hero:after {
  background-image: url("/themes/custom/ah/images/digital_marketing_toolkit_banner_text.webp");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .webp .path-node-1315 .hero:after,
  .webp .path-node-1316 .hero:after {
    background-image: url("/themes/custom/ah/images/digital_marketing_toolkit_banner_text@2x.webp");
    background-size: 1140px 191px;
  }
}
.no-webp .path-node-1315 .hero:after,
.no-webp .path-node-1316 .hero:after {
  background-image: url("/themes/custom/ah/images/digital_marketing_toolkit_banner_text.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-webp .path-node-1315 .hero:after,
  .no-webp .path-node-1316 .hero:after {
    background-image: url("/themes/custom/ah/images/digital_marketing_toolkit_banner_text@2x.png");
    background-size: 1140px 191px;
  }
}
@media (max-width: 1680px) {
  .path-node-1315 .hero:after,
  .path-node-1316 .hero:after {
    background-size: 856px !important;
  }
}
@media (max-width: 991px) {
  .path-node-1315 .hero:after,
  .path-node-1316 .hero:after {
    background-size: 90% !important;
  }
}
.path-node-1315 .hero h1.hero-page-title,
.path-node-1316 .hero h1.hero-page-title {
  display: none;
}

@media (max-width: 991px) {
  .direct-services-page {
    padding-top: 59px;
  }
}
.direct-services-page h2 {
  font-size: 40px;
  color: #8cb8ca;
  text-transform: lowercase;
}
@media (max-width: 1199px) {
  .direct-services-page h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .direct-services-page h2 {
    font-size: 28px;
  }
}
.direct-services-page h2 span {
  color: #577581;
}
.direct-services-page p:last-child {
  margin-bottom: 0;
}
.direct-services-page p, .direct-services-page ul {
  line-height: 1.8;
}
.direct-services-page img {
  width: 100%;
  height: auto;
}
.direct-services-page section.direct-services {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .direct-services-page section.direct-services {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.direct-services-page section.direct-services .desc {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.direct-services-page section.banner {
  position: relative;
  height: 900px;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .direct-services-page section.banner {
    height: 675px;
  }
}
@media (max-width: 1349px) {
  .direct-services-page section.banner {
    background-attachment: revert;
    background-position: center top;
  }
}
@media (max-width: 1199px) {
  .direct-services-page section.banner {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .direct-services-page section.banner {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.banner {
    height: 350px;
  }
}
.direct-services-page section.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.webp .direct-services-page section.banner {
  background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_2560.webp");
}
@media (max-width: 1680px) {
  .webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_1680.webp");
  }
}
@media (max-width: 1349px) {
  .webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_1349.webp");
  }
}
@media (max-width: 1199px) {
  .webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_1199.webp");
  }
}
@media (max-width: 991px) {
  .webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_991.webp");
  }
}
@media (max-width: 767px) {
  .webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_767.webp");
  }
}
@media (max-width: 550px) {
  .webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_550.webp");
  }
}
.no-webp .direct-services-page section.banner {
  background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_2560.jpg");
}
@media (max-width: 1680px) {
  .no-webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_1680.jpg");
  }
}
@media (max-width: 1349px) {
  .no-webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_1349.jpg");
  }
}
@media (max-width: 1199px) {
  .no-webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_1199.jpg");
  }
}
@media (max-width: 991px) {
  .no-webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_991.jpg");
  }
}
@media (max-width: 767px) {
  .no-webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_767.jpg");
  }
}
@media (max-width: 550px) {
  .no-webp .direct-services-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_direct_services_main_banner_550.jpg");
  }
}
.direct-services-page section.banner h1 {
  margin: 50px 0 0;
  line-height: 0.9;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100px;
  color: #fff;
  text-transform: lowercase;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .direct-services-page section.banner h1 {
    font-size: 78px;
  }
}
@media (max-width: 991px) {
  .direct-services-page section.banner h1 {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.banner h1 {
    margin-top: 30px;
    font-size: 58px;
  }
}
@media (max-width: 550px) {
  .direct-services-page section.banner h1 {
    margin-top: 30px;
    font-size: 38px;
  }
}
.direct-services-page section.banner h1 span {
  color: #8cb8ca;
}
.direct-services-page section.banner .desc {
  margin: 10px auto 0;
  max-width: 950px;
  color: #fff;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .direct-services-page section.banner .desc {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .direct-services-page section.banner .desc {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .direct-services-page section.banner .desc {
    line-height: 1.4;
    display: block;
  }
}
.direct-services-page section.banner .desc strong {
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  .direct-services-page section.banner .desc strong {
    margin-bottom: 10px;
    justify-content: center;
  }
}
.direct-services-page section.banner .desc strong:after {
  content: "";
  margin-right: 15px;
  width: 15px;
  height: 50px;
  background-color: #fff;
  display: inline-block;
}
@media (max-width: 550px) {
  .direct-services-page section.banner .desc strong:after {
    display: none;
  }
}
.direct-services-page section.banner .desc span {
  margin: 0 15px 0 5px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background-image: url("/themes/custom/ah/images/ah_logo_white.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 200px;
  display: inline-block;
}
.direct-services-page section.section1 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .direct-services-page section.section1 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section1 {
    margin-bottom: 0;
    padding-bottom: 45px;
    text-align: center;
  }
}
.direct-services-page section.section1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 6px;
  border-bottom: 6px dotted #8cb8ca;
}
@media (max-width: 767px) {
  .direct-services-page section.section1:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .direct-services-page section.section1 .col-sm-10 {
    margin-left: 0;
    width: 100%;
  }
}
.direct-services-page section.section1 .wrapper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .direct-services-page section.section1 .wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section1 .wrapper h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .direct-services-page section.section1 .wrapper h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 6px;
    border-bottom: 6px dotted #e6cf90;
  }
  .direct-services-page section.section1 .wrapper h2 br {
    display: none;
  }
}
.direct-services-page section.section1 .wrapper p {
  margin-left: 40px;
  padding-left: 40px;
  width: 62%;
  border-left: 6px dotted #e6cf90;
}
@media (max-width: 991px) {
  .direct-services-page section.section1 .wrapper p {
    margin-left: 30px;
    padding-left: 30px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section1 .wrapper p {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    border: 0;
  }
}
.direct-services-page section.section2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#88b4c6+0,779ead+100 */
  background: linear-gradient(to right, #88b4c6 0%, #779ead 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 767px) {
  .direct-services-page section.section2 {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .direct-services-page section.section2 .row {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section2 .row {
    display: block;
  }
}
@media (max-width: 991px) {
  .direct-services-page section.section2 .col-sm-5 {
    margin-left: 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section2 .col-sm-5 {
    margin-bottom: 45px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section2 .col-sm-6 {
    padding: 0;
    max-height: 450px;
    text-align: center;
    overflow: hidden;
  }
}
.direct-services-page section.section2 h2, .direct-services-page section.section2 p, .direct-services-page section.section2 ul {
  color: #fff;
}
.direct-services-page section.section2 h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .direct-services-page section.section2 h2 {
    text-align: center;
  }
}
.direct-services-page section.section2 ul {
  margin-bottom: 0;
  font-weight: bold;
}
.direct-services-page section.section2 img {
  position: absolute;
  top: -170px;
  right: 0;
  padding-left: 50px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .direct-services-page section.section2 img {
    top: -61px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .direct-services-page section.section2 img {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
  }
}
.direct-services-page section.section3 {
  padding: 0 0 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dfdfdf+0,d4d4d4+100 */
  background: linear-gradient(to right, #e5e5e5 0%, #d1d1d1 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 991px) {
  .direct-services-page section.section3 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section3 {
    padding: 0 0 45px;
    text-align: center;
  }
}
.direct-services-page section.section3 .container {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .direct-services-page section.section3 .container {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section3 .container {
    padding-top: 80px;
  }
}
.direct-services-page section.section3 .container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 42px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e6cf90+100&0+0,1+100 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(230, 207, 144) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 1199px) {
  .direct-services-page section.section3 .container:before {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .direct-services-page section.section3 .container:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section3 .container:before {
    right: 0;
    display: block;
  }
}
.direct-services-page section.section3 .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .direct-services-page section.section3 .row {
    display: block;
  }
}
@media (max-width: 991px) {
  .direct-services-page section.section3 [class*=col-sm-] {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section3 [class*=col-sm-] {
    width: 100%;
  }
}
.direct-services-page section.section3 h2 {
  color: #577581;
}
@media (max-width: 767px) {
  .direct-services-page section.section3 h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section3 img {
    margin-bottom: 20px;
    max-width: 500px;
    width: 100%;
  }
}
.direct-services-page section.section4 {
  position: relative;
  padding: 80px 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.direct-services-page section.section4:before, .direct-services-page section.section4:after {
  content: "";
  position: absolute;
  height: 65px;
}
@media (max-width: 767px) {
  .direct-services-page section.section4:before, .direct-services-page section.section4:after {
    height: 45px;
  }
}
.direct-services-page section.section4:before {
  top: 0;
  left: 0;
  width: 40%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cb8ca+0,ffffff+100&1+0,0+10 */
  background: linear-gradient(to right, rgb(140, 184, 202) 25%, rgba(152, 191, 207, 0) 100%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 767px) {
  .direct-services-page section.section4:before {
    width: 100%;
  }
}
.direct-services-page section.section4:after {
  bottom: 0;
  right: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e6cf90+100&0+0,1+100 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgb(230, 207, 144) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.direct-services-page section.section4 .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.webp .direct-services-page section.section4 {
  background-image: url("/themes/custom/ah/images/bg_direct_services_create_impact_2560.webp");
}
.no-webp .direct-services-page section.section4 {
  background-image: url("/themes/custom/ah/images/bg_direct_services_create_impact_2560.jpg");
}
.direct-services-page section.section4 .col-sm-5 {
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1199px) {
  .direct-services-page section.section4 .col-sm-5 {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .direct-services-page section.section4 .col-sm-5 {
    padding: 50px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .direct-services-page section.section4 .col-sm-5 {
    margin: 0 15px;
    padding: 50px 25px;
    max-width: 375px;
    width: auto;
  }
}
.direct-services-page section.submit-rfp h2 {
  text-align: center;
}
.direct-services-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] #edit-intro-text {
  margin: 10px auto 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .direct-services-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] #edit-intro-text br {
    display: none;
  }
}
.direct-services-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] > .form-item,
.direct-services-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] .form-type-webform-document-file {
  margin: 0 auto 20px;
  max-width: 83.33333333%;
  float: none;
}
@media (max-width: 991px) {
  .direct-services-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] > .form-item,
  .direct-services-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] .form-type-webform-document-file {
    margin: 0 0 20px;
    max-width: 100%;
  }
}
.direct-services-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] .js-webform-states-hidden {
  overflow: auto;
}

#webform-submission-employment-application-add-form .form-group:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #webform-submission-employment-application-add-form .form-group:last-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #webform-submission-employment-application-add-form .form-group.form-item-please-notify-in-case-of-emergency-, #webform-submission-employment-application-add-form .form-group.form-item-rank-at-discharge, #webform-submission-employment-application-add-form .form-group.form-item-please-state-below-any-facts-or-details-concerning-your-experien, #webform-submission-employment-application-add-form .form-group.form-item-references-composite {
    margin-bottom: 0;
  }
}
#webform-submission-employment-application-add-form .table-responsive > .table > thead > tr > th,
#webform-submission-employment-application-add-form .table-responsive > .table > tbody > tr > th,
#webform-submission-employment-application-add-form .table-responsive > .table > tfoot > tr > th,
#webform-submission-employment-application-add-form .table-responsive > .table > thead > tr > td,
#webform-submission-employment-application-add-form .table-responsive > .table > tbody > tr > td,
#webform-submission-employment-application-add-form .table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}
#webform-submission-employment-application-add-form .panel-title {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
#webform-submission-employment-application-add-form .panel-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
#webform-submission-employment-application-add-form .form-inline .control-label {
  margin-bottom: 5px;
}
#webform-submission-employment-application-add-form .webform-flexbox {
  margin-top: 0;
}
#webform-submission-employment-application-add-form fieldset.webform-composite-hidden-title {
  margin: 0;
}
#webform-submission-employment-application-add-form .radios--wrapper {
  margin-bottom: 1em;
}
#webform-submission-employment-application-add-form .form-type-date label {
  margin-bottom: 5px !important;
  display: block;
}
#webform-submission-employment-application-add-form .form-type-date input {
  line-height: inherit;
  min-width: 160px;
  text-align: left;
}
#webform-submission-employment-application-add-form .form-type-webform-table {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  #webform-submission-employment-application-add-form .form-type-webform-table .table-responsive {
    margin-bottom: 0;
  }
}
#webform-submission-employment-application-add-form #edit-are-you-legally-eligible-for-employment-in-the-united-states---wrapper .input-group-addon {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  background: transparent;
  border: 0;
  white-space: normal;
}
#webform-submission-employment-application-add-form #edit-period-of-duty .webform-flexbox {
  margin-bottom: 0;
}
#webform-submission-employment-application-add-form #edit-period-of-duty .webform-flex:last-of-type .form-group {
  margin-bottom: 0;
}
#webform-submission-employment-application-add-form table {
  margin-bottom: 0;
}
#webform-submission-employment-application-add-form table tr:nth-child(even) {
  background: #f5f5f5;
}
#webform-submission-employment-application-add-form table th, #webform-submission-employment-application-add-form table td {
  padding: 15px !important;
}
#webform-submission-employment-application-add-form table th {
  line-height: normal;
}
#webform-submission-employment-application-add-form table#edit-edu th {
  min-width: 265px;
  vertical-align: middle;
}
#webform-submission-employment-application-add-form table#edit-edu th:nth-child(3) {
  min-width: 0;
}
#webform-submission-employment-application-add-form table#edit-edu td {
  vertical-align: bottom;
}
#webform-submission-employment-application-add-form table#edit-edu .form-group {
  margin-bottom: 0;
}
#webform-submission-employment-application-add-form table[id*=edit-membership-in-professional-or-civic-organizations-items] thead {
  display: none;
}
#webform-submission-employment-application-add-form table[id*=edit-membership-in-professional-or-civic-organizations-items] .form-item {
  margin: 5px 0;
}
#webform-submission-employment-application-add-form table#edit-employer-composite-items thead, #webform-submission-employment-application-add-form table[id*=edit-employer-composite-items-] thead {
  display: none;
}
#webform-submission-employment-application-add-form table#edit-references-composite-items th {
  min-width: 250px;
}
#webform-submission-employment-application-add-form table#edit-references-composite-items th.webform-multiple-table--operations {
  min-width: 0;
}
#webform-submission-employment-application-add-form #edit-membership-in-professional-or-civic-organizations {
  margin-bottom: 0;
}
#webform-submission-employment-application-add-form .form-item p, #webform-submission-employment-application-add-form .form-item ol, #webform-submission-employment-application-add-form .form-item ul {
  line-height: 1.4;
}
#webform-submission-employment-application-add-form .form-item .webform-multiple-add {
  margin-top: 10px;
}
#webform-submission-employment-application-add-form .webform-multiple-table--operations {
  padding: 0 !important;
}
@media (max-width: 767px) {
  #webform-submission-employment-application-add-form .webform-multiple-table--operations {
    position: relative;
  }
}
#webform-submission-employment-application-add-form .webform-multiple-table--operations .form-submit {
  margin: 8px 10px 0;
  padding: 0;
  min-width: 0;
  font-size: 24px;
  border: 0;
}
#webform-submission-employment-application-add-form .webform-multiple-table--operations .form-submit:active, #webform-submission-employment-application-add-form .webform-multiple-table--operations .form-submit:focus, #webform-submission-employment-application-add-form .webform-multiple-table--operations .form-submit:hover {
  color: #c41039 !important;
  background: transparent !important;
}
#webform-submission-employment-application-add-form .webform-multiple-table-responsive .table-responsive {
  border: 0;
}
@media (max-width: 767px) {
  #webform-submission-employment-application-add-form .webform-multiple-table-responsive thead {
    display: table-header-group;
  }
}
@media (max-width: 767px) {
  #webform-submission-employment-application-add-form .webform-multiple-table-responsive tr {
    padding: 0;
    display: table-row;
  }
}
@media (max-width: 767px) {
  #webform-submission-employment-application-add-form .webform-multiple-table-responsive td {
    top: 0;
    width: auto;
    border: 1px solid #ddd;
    display: table-cell;
  }
}
#webform-submission-employment-application-add-form #edit-do-you-authorize-us-to-secure-confidential-information-on-your-p {
  margin: 40px 0 0;
}
#webform-submission-employment-application-add-form #edit-your-present-employer--wrapper {
  margin-bottom: 0;
}
#webform-submission-employment-application-add-form #edit-signature {
  margin-bottom: 60px;
}

.webform-signature-pad .button {
  top: inherit;
  right: 0;
  bottom: -40px;
}

#edit-signature .help-block {
  display: none;
}

@media (max-width: 991px) {
  .path-front .front-page {
    padding-top: 59px;
  }
}
.path-front .front-page h1, .path-front .front-page h2.block-title {
  margin-bottom: 20px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 44px;
  color: #fff;
  text-transform: lowercase;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .path-front .front-page h1, .path-front .front-page h2.block-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page h1, .path-front .front-page h2.block-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page h1, .path-front .front-page h2.block-title {
    font-size: 24px;
  }
}
.path-front .front-page p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .path-front .front-page .btn {
    padding: 12px 15px 8px;
    min-width: 0;
    font-size: 14px;
  }
}
.path-front .front-page section.front {
  padding-top: 65px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .path-front .front-page section.front {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.path-front .front-page .banner {
  position: relative;
  height: 1200px;
  text-align: left;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .path-front .front-page .banner {
    height: 675px;
    background-attachment: revert;
    background-position: center 38px;
  }
}
@media (max-width: 1199px) {
  .path-front .front-page .banner {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .banner {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .banner {
    height: 500px;
    background-position: center;
  }
}
.webp .path-front .front-page .banner {
  background-image: url("/themes/custom/ah/images/bg_home_banner_2560_new.webp");
}
@media (max-width: 1680px) {
  .webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_1680_new.webp");
  }
}
@media (max-width: 1349px) {
  .webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_1349_new.webp");
  }
}
@media (max-width: 1199px) {
  .webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_1199_new.webp");
  }
}
@media (max-width: 991px) {
  .webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_991_new.webp");
  }
}
@media (max-width: 767px) {
  .webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_767_new.webp");
  }
}
@media (max-width: 550px) {
  .webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_550_new.webp");
  }
}
.no-webp .path-front .front-page .banner {
  background-image: url("/themes/custom/ah/images/bg_home_banner_2560_new.jpg");
}
@media (max-width: 1680px) {
  .no-webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_1680_new.jpg");
  }
}
@media (max-width: 1349px) {
  .no-webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_1349_new.jpg");
  }
}
@media (max-width: 1199px) {
  .no-webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_1199_new.jpg");
  }
}
@media (max-width: 991px) {
  .no-webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_991_new.jpg");
  }
}
@media (max-width: 767px) {
  .no-webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_767_new.jpg");
  }
}
@media (max-width: 550px) {
  .no-webp .path-front .front-page .banner {
    background-image: url("/themes/custom/ah/images/bg_home_banner_550_new.jpg");
  }
}
.path-front .front-page .banner .container {
  height: 100%;
}
@media (max-width: 767px) {
  .path-front .front-page .banner .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.path-front .front-page .banner .row {
  height: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .path-front .front-page .banner .row {
    margin: 0;
    width: 100%;
  }
}
.path-front .front-page .banner [class*=col-sm-] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .path-front .front-page .banner [class*=col-sm-] {
    padding: 0;
    width: 100%;
  }
}
.path-front .front-page .banner .slogan-wrapper {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .path-front .front-page .banner .slogan-wrapper {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .banner .slogan-wrapper {
    margin-top: 0;
  }
}
.path-front .front-page .banner .red-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: rgba(196, 16, 57, 0.8);
}
@media (max-width: 1199px) {
  .path-front .front-page .banner .red-bar {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .banner .red-bar {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .banner .red-bar {
    width: 50px;
  }
}
@media (max-width: 550px) {
  .path-front .front-page .banner .red-bar {
    width: 40px;
  }
}
.path-front .front-page .banner .slogan {
  margin-left: 100px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .path-front .front-page .banner .slogan {
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .banner .slogan {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .banner .slogan {
    margin-left: 50px;
  }
}
@media (max-width: 550px) {
  .path-front .front-page .banner .slogan {
    margin-left: 40px;
  }
}
.path-front .front-page .banner h1 {
  margin-bottom: 0;
  padding: 30px 0 10px 25px;
  max-width: 750px;
  font-size: 100px;
}
@media (max-width: 1680px) {
  .path-front .front-page .banner h1 {
    padding: 25px 0 15px 25px;
    max-width: 550px;
    font-size: 72px;
  }
}
@media (max-width: 1199px) {
  .path-front .front-page .banner h1 {
    padding: 15px 0 5px 25px;
    max-width: 420px;
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .banner h1 {
    padding-left: 20px;
    max-width: 330px;
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .banner h1 {
    padding: 10px 0 5px 15px;
    max-width: 250px;
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .path-front .front-page .banner h1 {
    padding: 10px 0 10px 15px;
    max-width: 210px;
    font-size: 26px;
  }
}
.path-front .front-page .banner .connect-btn {
  margin-left: 130px;
}
@media (max-width: 1199px) {
  .path-front .front-page .banner .connect-btn {
    margin-left: 105px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .banner .connect-btn {
    margin-left: 85px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .banner .connect-btn {
    margin-left: 65px;
  }
}
@media (max-width: 550px) {
  .path-front .front-page .banner .connect-btn {
    margin: 20px 0 0;
  }
}
.path-front .front-page .banner .connect-btn p:last-child {
  margin-bottom: 0;
}
.path-front .front-page .banner .connect-btn p.desc {
  max-width: 750px;
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1199px) {
  .path-front .front-page .banner .connect-btn p.desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .banner .connect-btn p.desc {
    margin-bottom: 10px;
  }
}
.path-front .front-page .banner .connect-btn .btn {
  background-color: rgb(122.5446428571, 173.2232142857, 193.9553571429);
}
.path-front .front-page .banner .connect-btn .btn:focus, .path-front .front-page .banner .connect-btn .btn:hover {
  background-color: rgb(94.6160714286, 155.9803571429, 181.0839285714) !important;
}
.path-front .front-page .banner .fa {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -moz-animation: bounce 1.5s infinite;
  -ms-animation: bounce 1.5s infinite;
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}
@media (max-width: 1680px) {
  .path-front .front-page .banner .fa {
    display: none;
  }
}
.path-front .front-page .intro-text.front {
  text-align: center;
  background-color: #2b2b2b;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b2b2b+0,070707+100 */
  background: linear-gradient(to right, #2b2b2b 0%, #070707 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.path-front .front-page .intro-text.front h1 {
  margin-bottom: 10px;
}
.path-front .front-page .intro-text.front p {
  line-height: 1.75;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1199px) {
  .path-front .front-page .intro-text.front p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .intro-text.front p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .intro-text.front p {
    line-height: 1.4;
    font-size: 16px;
  }
}
.path-front .front-page .numbers {
  text-align: center;
}
@media (max-width: 991px) {
  .path-front .front-page .numbers > .container {
    width: 100%;
  }
}
.path-front .front-page .numbers .statistics-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 991px) {
  .path-front .front-page .numbers .statistics-wrapper {
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .numbers .statistics-wrapper {
    display: block;
  }
}
.path-front .front-page .numbers .statistic {
  margin-bottom: 0;
  line-height: 1.1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .path-front .front-page .numbers .statistic {
    padding-top: 40px;
  }
  .path-front .front-page .numbers .statistic:first-of-type {
    padding-top: 0;
  }
}
.path-front .front-page .numbers .number {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 66px;
  font-weight: normal;
  color: #c41039;
}
@media (max-width: 1199px) {
  .path-front .front-page .numbers .number {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .numbers .number {
    font-size: 51px;
  }
}
.path-front .front-page .numbers .desc {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .path-front .front-page .numbers .desc {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .numbers .desc {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .numbers .desc {
    width: 100%;
  }
}
.path-front .front-page .ai-search {
  text-align: center;
  background-color: #e5e5e5;
}
.path-front .front-page .ai-search h1 {
  margin-bottom: 10px;
  color: #c41039;
}
.path-front .front-page .ai-search p {
  margin: 0 auto;
  line-height: 1.75;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .path-front .front-page .ai-search p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .ai-search p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .ai-search p {
    line-height: 1.4;
    font-size: 16px;
  }
}
.path-front .front-page .ai-search .ai-search-block-form .input-group {
  margin: 30px auto 0;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 991px) {
  .path-front .front-page .ai-search .ai-search-block-form .input-group {
    max-width: 100%;
  }
}
.path-front .front-page .ai-search .ai-search-block-form .input-group:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 50px;
  background-image: url("/themes/custom/ah/images/icon_ai.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .path-front .front-page .ai-search .ai-search-block-form .input-group:before {
    width: 50px;
    height: 45px;
    background-size: 27px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .ai-search .ai-search-block-form .input-group:before {
    width: 35px;
    height: 35px;
    background-size: 22px;
  }
}
.path-front .front-page .ai-search .ai-search-block-form .form-group {
  margin-bottom: 0;
}
.path-front .front-page .ai-search .ai-search-block-form .form-search {
  padding: 0 60px 0 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 300;
  border-color: #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .path-front .front-page .ai-search .ai-search-block-form .form-search {
    padding: 0 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .ai-search .ai-search-block-form .form-search {
    padding: 0 11px 0 32px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: normal;
  }
}
.path-front .front-page .ai-search .ai-search-block-form .help-block {
  display: none;
}
.path-front .front-page .ai-search .ai-search-block-form .input-group-btn {
  position: absolute;
  top: 0;
  right: 50px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .path-front .front-page .ai-search .ai-search-block-form .input-group-btn {
    right: 43px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .ai-search .ai-search-block-form .input-group-btn {
    display: none;
  }
}
.path-front .front-page .ai-search .ai-search-block-form .input-group-btn:after {
  content: "\f002";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 7px;
  right: -32px;
  font-size: 25px;
  color: #b5b6b7;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  z-index: 10;
}
@media (max-width: 1199px) {
  .path-front .front-page .ai-search .ai-search-block-form .input-group-btn:after {
    top: 9px;
    right: -28px;
    font-size: 20px;
  }
}
.path-front .front-page .ai-search .ai-search-block-form .input-group-btn .btn {
  position: relative;
  right: 0;
  min-width: 0;
  width: 60px;
  height: 50px;
  text-indent: -9999px;
  background: transparent;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 100;
}
@media (max-width: 1199px) {
  .path-front .front-page .ai-search .ai-search-block-form .input-group-btn .btn {
    width: 50px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .ai-search .ai-search-block-form .input-group-btn .btn {
    width: 40px;
    height: 40px;
  }
}
.path-front .front-page .ai-search .ai-search-block-form .input-group-btn .btn:focus, .path-front .front-page .ai-search .ai-search-block-form .input-group-btn .btn:hover {
  background: none !important;
}
.path-front .front-page .home-video {
  position: relative;
  height: 900px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1680px) {
  .path-front .front-page .home-video {
    height: 675px;
  }
}
@media (max-width: 1349px) {
  .path-front .front-page .home-video {
    height: 550px;
    background-attachment: revert;
    background-position: center bottom;
  }
}
@media (max-width: 1199px) {
  .path-front .front-page .home-video {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .home-video {
    height: 350px;
  }
}
.webp .path-front .front-page .home-video {
  background-image: url("/themes/custom/ah/images/bg_home_video_bob_mike_2560.webp");
}
@media (max-width: 1349px) {
  .webp .path-front .front-page .home-video {
    background-image: url("/themes/custom/ah/images/bg_home_video_bob_mike_1349.webp");
  }
}
@media (max-width: 1199px) {
  .webp .path-front .front-page .home-video {
    background-image: url("/themes/custom/ah/images/bg_home_video_bob_mike_1199.webp");
  }
}
@media (max-width: 991px) {
  .webp .path-front .front-page .home-video {
    background-image: url("/themes/custom/ah/images/bg_home_video_bob_mike_991.webp");
  }
}
.no-webp .path-front .front-page .home-video {
  background-image: url("/themes/custom/ah/images/bg_home_video_bob_mike_2560.jpg");
}
@media (max-width: 1349px) {
  .no-webp .path-front .front-page .home-video {
    background-image: url("/themes/custom/ah/images/bg_home_video_bob_mike_1349.jpg");
  }
}
@media (max-width: 1199px) {
  .no-webp .path-front .front-page .home-video {
    background-image: url("/themes/custom/ah/images/bg_home_video_bob_mike_1199.jpg");
  }
}
@media (max-width: 991px) {
  .no-webp .path-front .front-page .home-video {
    background-image: url("/themes/custom/ah/images/bg_home_video_bob_mike_991.jpg");
  }
}
.path-front .front-page .home-video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.path-front .front-page .home-video a:focus img, .path-front .front-page .home-video a:hover img {
  transform: scale(1.1);
}
.path-front .front-page .home-video a img {
  width: 175px;
  height: 175px;
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1199px) {
  .path-front .front-page .home-video a img {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .home-video a img {
    width: 100px;
    height: 100px;
  }
}
.path-front .front-page .client-partners {
  text-align: center;
  background: #fff;
}
@media (max-width: 991px) {
  .path-front .front-page .client-partners.front {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .client-partners .container {
    width: 100%;
  }
}
.path-front .front-page .client-partners .view-header {
  margin-bottom: 30px;
}
.path-front .front-page .client-partners h1 {
  margin-bottom: 0;
  color: #c41039;
  text-transform: lowercase;
}
.path-front .front-page .client-partners .desc {
  margin-top: 5px;
  font-size: 18px;
  text-transform: lowercase;
}
@media (max-width: 991px) {
  .path-front .front-page .client-partners .desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .client-partners .desc {
    font-size: 16px;
  }
}
.path-front .front-page .client-partners .cbp-nav-controls {
  display: none;
}
@media (max-width: 991px) {
  .path-front .front-page .client-partners .cbp-nav-controls {
    display: block;
  }
}
.path-front .front-page .client-partners .cbp-nav-pagination {
  bottom: -50px;
}
@media (max-width: 991px) {
  .path-front .front-page .client-partners .cbp-nav-pagination {
    display: none;
  }
}
.path-front .front-page .client-partners .view-footer {
  display: none;
}
.path-front .front-page .client-wrapper {
  position: relative;
  background-color: #070707;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#070707+0,2b2b2b+100 */
  background: linear-gradient(to bottom, #070707 0%, #2b2b2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.path-front .front-page .client-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -23px;
  border-style: solid;
  border-width: 28px 23px 0 23px;
  border-color: #fff transparent transparent transparent;
}
.path-front .front-page .new-client-stories {
  padding-top: 0 !important;
  padding-bottom: 95px !important;
}
@media (max-width: 1199px) {
  .path-front .front-page .new-client-stories {
    padding-bottom: 85px !important;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .new-client-stories {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .new-client-stories {
    padding-bottom: 50px !important;
  }
}
.path-front .front-page .new-client-stories [class*=col-sm-] {
  position: relative;
  min-height: 800px;
  background-position: 15px 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.webp .path-front .front-page .new-client-stories [class*=col-sm-] {
  background-image: url("/themes/custom/ah/images/bg_new_client_stories.webp");
}
@media (max-width: 991px) {
  .webp .path-front .front-page .new-client-stories [class*=col-sm-] {
    min-height: 0;
    background: none;
  }
}
.no-webp .path-front .front-page .new-client-stories [class*=col-sm-] {
  background-image: url("/themes/custom/ah/images/bg_new_client_stories.png");
}
@media (max-width: 991px) {
  .no-webp .path-front .front-page .new-client-stories [class*=col-sm-] {
    min-height: 0;
    background: none;
  }
}
.path-front .front-page .new-client-stories .content {
  position: absolute;
  bottom: 0;
  left: 445px;
  padding: 0 15px 0 65px;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .path-front .front-page .new-client-stories .content {
    position: relative;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
  }
}
.path-front .front-page .new-client-stories .clent-stories-img {
  display: none;
}
@media (max-width: 991px) {
  .path-front .front-page .new-client-stories .clent-stories-img {
    margin-bottom: 40px;
    display: block;
  }
}
.path-front .front-page .new-client-stories .clent-stories-img img {
  width: 100%;
  height: auto;
}
.path-front .front-page .new-client-stories h1 {
  margin-bottom: 10px;
  color: #fff;
  text-transform: lowercase;
}
.path-front .front-page .new-client-stories .desc {
  margin-bottom: 25px;
  line-height: 1.75;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1199px) {
  .path-front .front-page .new-client-stories .desc {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .new-client-stories .desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .new-client-stories .desc {
    line-height: 1.4;
    font-size: 16px;
  }
}
.path-front .front-page .latest-work {
  padding-top: 90px !important;
  text-align: center;
}
@media (max-width: 767px) {
  .path-front .front-page .latest-work {
    padding-top: 60px !important;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .latest-work .container {
    width: 100%;
  }
}
.path-front .front-page .latest-work .view-header {
  margin-bottom: 30px;
}
.path-front .front-page .latest-work h1 {
  margin-bottom: 0;
  color: #fff;
  text-transform: lowercase;
}
.path-front .front-page .latest-work .desc {
  margin-top: 5px;
  font-size: 18px;
  color: #8cb8ca;
  text-transform: lowercase;
}
@media (max-width: 991px) {
  .path-front .front-page .latest-work .desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .latest-work .desc {
    margin: 5px auto 0;
    max-width: 250px;
    font-size: 16px;
  }
}
.path-front .front-page .latest-work .desc .caps {
  text-transform: uppercase;
}
.path-front .front-page .latest-work .view-content {
  margin-bottom: 30px;
}
.path-front .front-page .latest-work .cbp {
  height: auto;
}
.path-front .front-page .latest-work .cbp .cbp {
  height: auto !important;
}
.path-front .front-page .latest-work .cbp > * {
  visibility: visible;
}
.path-front .front-page .testimonials {
  padding: 0px !important;
}
@media (max-width: 991px) {
  .path-front .front-page .testimonials > .container {
    width: 100%;
  }
}
.path-front .front-page .submit-rfp {
  background: #fff;
}
.path-front .front-page .submit-rfp h2.block-title {
  margin-bottom: 0;
  color: #c41039;
  text-align: center;
  text-transform: lowercase;
}
.path-front .front-page .submit-rfp form #edit-intro-text p {
  margin: 10px auto 50px;
  line-height: 2;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .path-front .front-page .submit-rfp form #edit-intro-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .path-front .front-page .submit-rfp form #edit-intro-text p {
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .path-front .front-page .submit-rfp form #edit-intro-text p br {
    display: none;
  }
}
.path-front .front-page .submit-rfp form .captcha {
  margin-bottom: 10px;
  clear: both;
  display: block;
}
.path-front .front-page .submit-rfp form .g-recaptcha > div {
  margin: 0 auto;
}

.page-node-type-industry-landing-page .page-wrapper {
  padding-top: 0;
}
.page-node-type-industry-landing-page .page-content > .container {
  padding: 0;
  width: 100%;
}
.page-node-type-industry-landing-page .page-content > .container > .row {
  margin: 0;
}
.page-node-type-industry-landing-page .page-content .main-content {
  margin-left: 0;
  padding: 0;
  width: 100%;
}
.page-node-type-industry-landing-page #block-contentpagetitle {
  display: none;
}
.page-node-type-industry-landing-page span.ah-blue-text {
  color: #8cb8ca;
}
.page-node-type-industry-landing-page span.ah-red-text {
  color: #c41039;
}
.page-node-type-industry-landing-page span.ah-tan-text {
  color: #e6cf90;
}

@media (max-width: 991px) {
  .industry-landing-page {
    padding-top: 59px;
  }
}
.industry-landing-page h2 {
  font-size: 40px;
  text-transform: lowercase;
}
@media (max-width: 1199px) {
  .industry-landing-page h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page h2 {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .industry-landing-page h2 {
    font-size: 26px;
  }
}
.industry-landing-page h2 p {
  line-height: inherit;
}
.industry-landing-page p:last-child {
  margin-bottom: 0;
}
.industry-landing-page p, .industry-landing-page ul {
  line-height: 1.8;
}
.industry-landing-page img {
  width: 100%;
  height: auto;
}
.industry-landing-page section.industry {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .industry-landing-page section.industry {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.industry-landing-page section.section1 {
  position: relative;
  padding: 128px 0 0;
  height: 900px;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .industry-landing-page section.section1 {
    height: 675px;
  }
}
@media (max-width: 1349px) {
  .industry-landing-page section.section1 {
    background-attachment: revert;
    background-position: center top;
  }
}
@media (max-width: 1199px) {
  .industry-landing-page section.section1 {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .industry-landing-page section.section1 {
    padding-top: 20px;
    height: 450px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section1 {
    height: 350px;
  }
}
.industry-landing-page section.section1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.industry-landing-page section.section1 h1 {
  line-height: initial;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 68px;
  color: #fff;
  text-transform: lowercase;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .industry-landing-page section.section1 h1 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .industry-landing-page section.section1 h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section1 h1 {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .industry-landing-page section.section1 h1 {
    margin: 0 auto;
    max-width: 330px;
    font-size: 28px;
  }
}
.industry-landing-page section.section1 h1 p {
  line-height: 1.1;
}
@media (max-width: 550px) {
  .industry-landing-page section.section1 h1 br {
    display: none;
  }
}
.industry-landing-page section.section1 .field--name-field-header-subtitle {
  position: relative;
}
.industry-landing-page section.section1 .field--name-field-header-subtitle:before {
  content: "";
  margin: 15px auto 20px;
  width: 30%;
  height: 2px;
  border-top: 2px solid rgba(255, 255, 255, 0.75);
  display: block;
}
@media (max-width: 767px) {
  .industry-landing-page section.section1 .field--name-field-header-subtitle:before {
    margin: 10px auto 13px;
  }
}
.industry-landing-page section.section1 .field--name-field-header-subtitle p {
  margin: 0 auto;
  max-width: 850px;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .industry-landing-page section.section1 .field--name-field-header-subtitle p {
    max-width: 660px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .industry-landing-page section.section1 .field--name-field-header-subtitle p {
    max-width: 550px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section1 .field--name-field-header-subtitle p {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .industry-landing-page section.section1 .field--name-field-header-subtitle p {
    max-width: 330px;
  }
}
.industry-landing-page section.section2 {
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .industry-landing-page section.section2 {
    text-align: center;
  }
}
.industry-landing-page section.section2 .row {
  display: flex;
}
@media (max-width: 767px) {
  .industry-landing-page section.section2 .row {
    display: block;
  }
}
.industry-landing-page section.section2 .col-sm-8 {
  padding-right: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .industry-landing-page section.section2 .col-sm-8 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section2 .col-sm-8 {
    padding-right: 15px;
    width: 100%;
  }
}
.industry-landing-page section.section2 .desc {
  margin-bottom: 125px;
  padding: 10px 100px 0 50px;
}
@media (max-width: 1199px) {
  .industry-landing-page section.section2 .desc {
    padding: 10px 60px 0 20px;
  }
}
@media (max-width: 991px) {
  .industry-landing-page section.section2 .desc {
    margin-bottom: 80px;
    padding: 10px 30px 0 0;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section2 .desc {
    margin-bottom: 0;
    padding: 0;
  }
}
.industry-landing-page section.section2 .desc h2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .industry-landing-page section.section2 .desc h2 {
    margin-bottom: 20px;
  }
}
.industry-landing-page section.section2 .col-sm-4 {
  padding-left: 0;
}
@media (max-width: 991px) {
  .industry-landing-page section.section2 .col-sm-4 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section2 .col-sm-4 {
    padding-left: 15px;
    width: 100%;
  }
}
.industry-landing-page section.section2 .region-industry-landing-form .block {
  padding: 40px 35px;
  height: 100%;
  background-color: #d8e6ed;
  overflow: auto;
}
@media (max-width: 1199px) {
  .industry-landing-page section.section2 .region-industry-landing-form .block {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section2 .region-industry-landing-form .block {
    margin: 45px auto;
    max-width: 350px;
  }
}
.industry-landing-page section.section2 .region-industry-landing-form form h2 {
  font-size: 26px;
  text-align: center;
}
@media (max-width: 1199px) {
  .industry-landing-page section.section2 .region-industry-landing-form form h2 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section2 .region-industry-landing-form form h2 {
    margin: 0 auto;
    max-width: 300px;
  }
}
.industry-landing-page section.section2 .region-industry-landing-form form .form-actions {
  text-align: center;
}
.industry-landing-page section.section3 {
  position: relative;
  padding: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#646464+0,323232+50,1c1c1c+100 */
  background: linear-gradient(135deg, rgb(100, 100, 100) 0%, rgb(50, 50, 50) 50%, rgb(28, 28, 28) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.industry-landing-page section.section3:after {
  content: "";
  position: absolute;
  height: 65px;
}
@media (max-width: 767px) {
  .industry-landing-page section.section3:after {
    height: 45px;
  }
}
.industry-landing-page section.section3:after {
  bottom: 0;
  right: 0;
  width: 65%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c41039+0,ffffff+100 */
  background: linear-gradient(to right, rgb(196, 16, 57) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 991px) {
  .industry-landing-page section.section3:after {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .industry-landing-page section.section3 .container {
    width: 100%;
  }
}
.industry-landing-page section.section3 .row {
  display: flex;
}
@media (max-width: 991px) {
  .industry-landing-page section.section3 .row {
    display: block;
  }
}
.industry-landing-page section.section3 .col-sm-6 {
  position: relative;
}
@media (max-width: 991px) {
  .industry-landing-page section.section3 .col-sm-6 {
    width: 100%;
  }
}
.industry-landing-page section.section3 .col-sm-6:first-of-type {
  margin-top: -45px;
}
@media (max-width: 991px) {
  .industry-landing-page section.section3 .col-sm-6:first-of-type {
    margin-top: 0;
    padding: 0;
  }
}
.industry-landing-page section.section3 .col-sm-6:last-of-type {
  overflow: hidden;
}
@media (max-width: 991px) {
  .industry-landing-page section.section3 .col-sm-6:last-of-type {
    overflow: visible;
  }
}
.industry-landing-page section.section3 .col-sm-6 .image {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-position: 20% center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 991px) {
  .industry-landing-page section.section3 .col-sm-6 .image {
    position: relative;
    height: 450px;
  }
}
.industry-landing-page section.section3 .col-sm-6 .desc {
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 145px;
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .industry-landing-page section.section3 .col-sm-6 .desc {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .industry-landing-page section.section3 .col-sm-6 .desc {
    margin: 0 auto 65px;
    padding: 80px 0;
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section3 .col-sm-6 .desc {
    margin-bottom: 45px;
    padding: 45px 0;
  }
}
.industry-landing-page section.section3 .col-sm-6 h2, .industry-landing-page section.section3 .col-sm-6 p, .industry-landing-page section.section3 .col-sm-6 ul {
  color: #fff;
}
.industry-landing-page section.section3 .col-sm-6 h2 {
  margin-bottom: 20px;
}
.industry-landing-page section.section3 .col-sm-6 .field--name-field-section3-description {
  font-weight: 300;
  letter-spacing: 0.5px;
}
.industry-landing-page section.section3 .col-sm-6 .field--name-field-section3-description ul {
  margin-bottom: 0;
  padding-left: 15px;
}
.industry-landing-page section.section3 .col-sm-6 .field--name-field-section3-description li {
  margin-bottom: 15px;
  font-size: 15px;
}
.industry-landing-page section.section3 .col-sm-6 .field--name-field-section3-description li:last-of-type {
  margin-bottom: 0;
}
.industry-landing-page section.section4 {
  text-align: center;
}
.industry-landing-page section.section4 h2 {
  color: #c41039;
}
.industry-landing-page section.section4 .clients {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .industry-landing-page section.section4 .clients {
    display: block;
  }
}
.industry-landing-page section.section4 .clients .flip-card {
  background-color: transparent;
  width: 275px;
  height: 275px;
  cursor: pointer;
  perspective: 1000px;
}
@media (max-width: 991px) {
  .industry-landing-page section.section4 .clients .flip-card {
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section4 .clients .flip-card {
    margin: 0 auto 20px;
    width: 250px;
    height: 250px;
  }
  .industry-landing-page section.section4 .clients .flip-card:last-of-type {
    margin-bottom: 0;
  }
}
.industry-landing-page section.section4 .clients .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.industry-landing-page section.section4 .clients .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.industry-landing-page section.section4 .clients .flip-card-front, .industry-landing-page section.section4 .clients .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.industry-landing-page section.section4 .clients .flip-card-front {
  background-color: #f2f2f2;
}
.industry-landing-page section.section4 .clients .flip-card-back {
  color: #fff;
  background-color: #c41039;
  transform: rotateY(180deg);
}
.industry-landing-page section.section4 .clients .logo {
  width: 100%;
  height: 100%;
  display: flex;
}
.industry-landing-page section.section4 .clients .quote {
  position: relative;
  padding: 25px 38px;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-landing-page section.section4 .clients .quote:before, .industry-landing-page section.section4 .clients .quote:after {
  content: "";
  position: absolute;
  margin: 8px;
  width: 25px;
  height: 25px;
  background-image: url("/themes/custom/ah/images/icon_quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.industry-landing-page section.section4 .clients .quote:before {
  top: 0;
  left: 0;
}
.industry-landing-page section.section4 .clients .quote:after {
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.industry-landing-page section.section5 {
  position: relative;
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .industry-landing-page section.section5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.industry-landing-page section.section5:before, .industry-landing-page section.section5:after {
  content: "";
  position: absolute;
  height: 65px;
}
@media (max-width: 767px) {
  .industry-landing-page section.section5:before, .industry-landing-page section.section5:after {
    height: 45px;
  }
}
.industry-landing-page section.section5:before {
  top: 0;
  left: 0;
  width: 40%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cb8ca+0,ffffff+100&1+0,0+10 */
  background: linear-gradient(to right, rgb(140, 184, 202) 25%, rgba(152, 191, 207, 0) 100%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 767px) {
  .industry-landing-page section.section5:before {
    width: 100%;
  }
}
.industry-landing-page section.section5:after {
  bottom: 0;
  right: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,c41039+100&0+0,1+100 */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 25%, rgb(196, 16, 57) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.industry-landing-page section.section5 .col-sm-5 {
  padding: 80px 100px 80px 80px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .industry-landing-page section.section5 .col-sm-5 {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .industry-landing-page section.section5 .col-sm-5 {
    padding: 50px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section5 .col-sm-5 {
    margin: 0 15px;
    padding: 50px 25px;
    max-width: 375px;
    width: auto;
    text-align: center;
  }
}
.industry-landing-page section.section5 .col-sm-5 .btn {
  margin-top: 20px;
}
.industry-landing-page section.section6 {
  color: #fff;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,101010+100 */
  background: linear-gradient(to bottom, rgb(86, 86, 86) 0%, rgb(16, 16, 16) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  overflow: hidden;
}
@media (max-width: 991px) {
  .industry-landing-page section.section6 .container {
    width: 100%;
  }
}
.industry-landing-page section.section6 h2 {
  margin-bottom: 20px;
  color: #fff;
}
.industry-landing-page section.section6 ul {
  margin: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .industry-landing-page section.section6 ul {
    display: block;
  }
}
.industry-landing-page section.section6 ul li {
  padding: 0 45px;
  width: 25%;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  .industry-landing-page section.section6 ul li {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .industry-landing-page section.section6 ul li {
    padding: 0 35px;
    line-height: 1.5;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section6 ul li {
    width: 100%;
    font-size: 15px;
  }
}
.industry-landing-page section.section6 ul li p {
  line-height: 1.6;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .industry-landing-page section.section6 ul li p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section6 ul li p {
    font-size: 15px;
  }
}
.industry-landing-page section.section6 .circle {
  position: relative;
  margin: 20px auto 15px;
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#628491+0,81abbb+50 */
  background: linear-gradient(to right, rgb(98, 132, 145) 0%, rgb(129, 171, 187) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .industry-landing-page section.section6 .circle {
    width: 90px;
    height: 90px;
  }
}
.industry-landing-page section.section6 .circle img {
  max-width: 60px;
  max-height: 60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
@media (max-width: 991px) {
  .industry-landing-page section.section6 .circle img {
    width: 50px;
    height: 50px;
  }
}
.industry-landing-page section.section7 {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.industry-landing-page section.section7:after {
  content: "";
  position: absolute;
  height: 65px;
}
@media (max-width: 767px) {
  .industry-landing-page section.section7:after {
    height: 45px;
  }
}
.industry-landing-page section.section7:after {
  bottom: 0;
  left: 0;
  width: 90%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cb8ca+0,ffffff+100&1+0,0+10 */
  background: linear-gradient(to right, rgb(140, 184, 202) 50%, rgba(152, 191, 207, 0) 100%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 991px) {
  .industry-landing-page section.section7 .container {
    width: 100%;
  }
}
.industry-landing-page section.section7 .row {
  display: flex;
}
@media (max-width: 767px) {
  .industry-landing-page section.section7 .row {
    flex-direction: column-reverse;
  }
}
.industry-landing-page section.section7 .col-sm-5 {
  overflow: hidden;
}
.industry-landing-page section.section7 .desc {
  padding-top: 80px;
  padding-bottom: 145px;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .industry-landing-page section.section7 .desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section7 .desc {
    padding: 45px 0 80px;
    text-align: center;
  }
}
.industry-landing-page section.section7 .col-sm-7 {
  position: relative;
}
@media (max-width: 767px) {
  .industry-landing-page section.section7 .col-sm-7 {
    padding: 0;
  }
}
.industry-landing-page section.section7 .col-sm-7 .image {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .industry-landing-page section.section7 .col-sm-7 .image {
    position: relative;
    height: 400px;
  }
}
.industry-landing-page section.section7 h2 {
  margin-bottom: 5px;
}
.industry-landing-page section.section7 .field--name-field-section7-subtitle {
  max-width: 300px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .industry-landing-page section.section7 .field--name-field-section7-subtitle {
    max-width: 270px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .industry-landing-page section.section7 .field--name-field-section7-subtitle {
    margin: 0 auto;
    max-width: 240px;
    font-size: 18px;
  }
}
.industry-landing-page section.submit-rfp {
  padding-top: 0;
  flex-direction: column;
}
.industry-landing-page section.submit-rfp h2 {
  margin-bottom: 80px;
  padding: 40px 15px 30px;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #c41039;
}
@media (max-width: 767px) {
  .industry-landing-page section.submit-rfp h2 {
    margin-bottom: 45px;
  }
}
.industry-landing-page section.submit-rfp h2.block-title {
  display: none;
}
.industry-landing-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] [id*=edit-intro-text] {
  display: none;
}
.industry-landing-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] > .form-item,
.industry-landing-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] .form-type-webform-document-file {
  margin: 0 auto 20px;
  max-width: 83.33333333%;
  float: none;
}
@media (max-width: 991px) {
  .industry-landing-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] > .form-item,
  .industry-landing-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] .form-type-webform-document-file {
    margin: 0 0 20px;
    max-width: 100%;
  }
}
.industry-landing-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] .js-webform-states-hidden {
  overflow: auto;
}
.industry-landing-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] [id*=edit-actions-submit] {
  padding: 14px 22px 8px;
  min-width: 215px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #c41039;
  border-color: #c41039;
  border-style: solid;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-width: 0;
  text-indent: -9999px;
  white-space: nowrap;
}
.industry-landing-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] [id*=edit-actions-submit]:focus, .industry-landing-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] [id*=edit-actions-submit]:hover, .industry-landing-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] [id*=edit-actions-submit]:active {
  color: #fff;
  background: rgb(162.9943396226, 13.3056603774, 47.4014150943) !important;
  border-color: #c41039;
  transform: scale(1.05);
}
.industry-landing-page section.submit-rfp [class*=webform-submission-request-for-proposal-form] [id*=edit-actions-submit]:before {
  content: "Submit";
  text-indent: 0;
  float: left;
}

.path-leadership .page-wrapper .main-content {
  padding-top: 45px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .path-leadership .page-wrapper .main-content {
    padding-bottom: 45px;
  }
}
.path-leadership .view-leadership.cbp {
  height: auto;
}
.path-leadership .view-leadership.cbp .cbp {
  height: auto !important;
}
.path-leadership .view-leadership .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .path-leadership .view-leadership .view-content {
    display: block;
  }
}
.path-leadership .ui-dialog .ui-dialog-title {
  display: none;
}
.path-leadership .ui-dialog .field--name-field-staff-image {
  position: relative;
  margin: 0 auto;
  width: 150px;
}
.path-leadership .ui-dialog .field--name-field-staff-image picture:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background-color: #ddd;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.path-leadership .ui-dialog .field--name-field-staff-image img {
  margin: 5px auto 15px;
  width: auto;
  height: 150px;
  border: 7px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 2px 0 3px #b5b6b7;
  -webkit-box-shadow: 1px 2px 0 3px #b5b6b7;
  box-shadow: 1px 2px 0 3px #b5b6b7;
}
.path-leadership .ui-dialog .field--name-field-name {
  line-height: 1.2;
  font-family: "HelveticaNeueLTPro-HvIt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #c41039;
  text-align: center;
  letter-spacing: 0;
}
.path-leadership .ui-dialog .field--name-field-staff-position {
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #c41039;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
.path-leadership .ui-dialog .field--name-field-staff-bio p:last-child {
  margin-bottom: 0;
}
.path-leadership .cbp-item {
  margin: 0 0 40px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .path-leadership .cbp-item {
    margin: 0 auto 40px;
    max-width: 349px;
    display: block;
  }
}
.path-leadership .cbp-item:focus:focus .cbp-caption-defaultWrap, .path-leadership .cbp-item:focus:hover .cbp-caption-defaultWrap, .path-leadership .cbp-item:hover:focus .cbp-caption-defaultWrap, .path-leadership .cbp-item:hover:hover .cbp-caption-defaultWrap {
  box-shadow: 2px 3px 0 5px #b5b6b7, 0 10px 10px 0 rgba(0, 0, 0, 0.35);
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .path-leadership .cbp-item:last-of-type {
    margin-bottom: 0;
  }
}
.path-leadership .cbp-item .cbp-caption-defaultWrap {
  position: relative;
  margin: 0 auto;
  width: 275px;
  border: 14px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 2px 3px 0 5px #b5b6b7;
  -webkit-box-shadow: 2px 3px 0 5px #b5b6b7;
  box-shadow: 2px 3px 0 5px #b5b6b7;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: visible;
}
@media (max-width: 400px) {
  .path-leadership .cbp-item .cbp-caption-defaultWrap {
    max-width: 210px;
    border-width: 8px;
    -moz-box-shadow: 2px 2px 0 4px #b5b6b7;
    -webkit-box-shadow: 2px 2px 0 4px #b5b6b7;
    box-shadow: 2px 2px 0 4px #b5b6b7;
  }
}
.path-leadership .cbp-item .cbp-caption-defaultWrap picture {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.path-leadership .cbp-item .cbp-caption-defaultWrap picture:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 17px;
  margin-top: -13px;
  width: 24px;
  height: 24px;
  background-color: #ddd;
  border: 1.5px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 400px) {
  .path-leadership .cbp-item .cbp-caption-defaultWrap picture:after {
    right: 12px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
  }
}
.path-leadership .cbp-item .cbp-caption-defaultWrap img {
  width: 247px;
  height: 247px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 400px) {
  .path-leadership .cbp-item .cbp-caption-defaultWrap img {
    width: 194px;
    height: 194px;
  }
}
.path-leadership .cbp-item .cbp-caption-activeWrap {
  color: #c41039;
  background-color: transparent;
}
.path-leadership .cbp-item .cbp-l-caption-body {
  padding: 0;
}
.path-leadership .cbp-item .cbp-l-caption-body .cbp-l-caption-title {
  padding: 25px 40px 0;
  font-size: 20px;
  color: #c41039;
  text-transform: none;
}
@media (max-width: 991px) {
  .path-leadership .cbp-item .cbp-l-caption-body .cbp-l-caption-title {
    padding: 30px 30px 0;
  }
}
@media (max-width: 400px) {
  .path-leadership .cbp-item .cbp-l-caption-body .cbp-l-caption-title {
    padding: 30px 0 0;
  }
}
.path-leadership .cbp-item .cbp-l-caption-body .cbp-l-caption-position {
  padding: 0 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #c41039;
}
@media (max-width: 991px) {
  .path-leadership .cbp-item .cbp-l-caption-body .cbp-l-caption-position {
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  .path-leadership .cbp-item .cbp-l-caption-body .cbp-l-caption-position {
    padding: 0;
  }
}

.page-node-type-staff h1.content-page-title {
  display: none;
}
.page-node-type-staff .field--name-field-staff-image {
  display: none;
}
.page-node-type-staff .field--name-field-name {
  font-family: "HelveticaNeueLTPro-HvIt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #c41039;
  letter-spacing: 0;
}
.page-node-type-staff .field--name-field-staff-position {
  margin-bottom: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #c41039;
  text-transform: none;
  letter-spacing: 1px;
}

article[data-history-node-id="1413"] td img {
  margin: 0 5px;
  display: inline !important;
}

#block-podcastpagebanner {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 0 0 8px;
}
#block-podcastpagebanner p {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #block-podcastpagebanner p.desktop {
    display: none;
  }
}
#block-podcastpagebanner p.mobile {
  display: none;
}
@media (max-width: 767px) {
  #block-podcastpagebanner p.mobile {
    display: block;
  }
}
#block-podcastpagebanner img {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .path-podcast .view-podcast {
    text-align: center;
  }
}
.path-podcast .view-podcast h3 {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 3px solid #dbdbdb;
}
.path-podcast .view-podcast .row:last-of-type .col-sm-4 {
  margin-bottom: 0;
}
.path-podcast .view-podcast .col-sm-4 {
  margin-bottom: 60px;
  display: inline-block;
}
@media (max-width: 991px) {
  .path-podcast .view-podcast .col-sm-4 {
    margin: 0 auto 60px;
    padding: 0 15px;
    width: 49.5%;
    vertical-align: top;
    float: none;
  }
  .path-podcast .view-podcast .col-sm-4:nth-last-of-type(2), .path-podcast .view-podcast .col-sm-4:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .path-podcast .view-podcast .col-sm-4 {
    padding: 0;
    max-width: 350px;
    width: 100%;
    text-align: left;
    display: table;
  }
  .path-podcast .view-podcast .col-sm-4:nth-last-of-type(2) {
    margin-bottom: 60px;
  }
}
.path-podcast .view-podcast .views-field {
  width: 100%;
  float: left;
}
.path-podcast .view-podcast .views-field-field-podcast-thumbnail {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.path-podcast .view-podcast .views-field-field-podcast-thumbnail a:after {
  content: "\f04b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -27px;
  padding-left: 5px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
  color: #c41039;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.path-podcast .view-podcast .views-field-field-podcast-thumbnail a:focus:after, .path-podcast .view-podcast .views-field-field-podcast-thumbnail a:hover:after {
  opacity: 1;
}
.path-podcast .view-podcast .views-field-field-podcast-thumbnail img {
  width: 100%;
}
.path-podcast .view-podcast .views-field-field-podcast-season {
  margin: 10px 10px 15px;
  padding: 5px 8px;
  width: auto;
  line-height: normal;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.path-podcast .view-podcast .views-field-title {
  padding: 0 10px;
}
.path-podcast .view-podcast .views-field-title h2 {
  margin-bottom: 5px;
}
.path-podcast .view-podcast .views-field-body {
  padding: 0 10px;
  font-size: 14px;
}

.page-node-type-podcast article.podcast .content {
  margin-left: 315px;
}
@media (max-width: 991px) {
  .page-node-type-podcast article.podcast .content {
    margin-left: 240px;
  }
}
@media (max-width: 767px) {
  .page-node-type-podcast article.podcast .content {
    margin-left: 0;
  }
}
.page-node-type-podcast article.podcast .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
  height: 275px;
  background-image: url("/themes/custom/ah/images/ah_podcast_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .page-node-type-podcast article.podcast .content:before {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .page-node-type-podcast article.podcast .content:before {
    display: none;
  }
}
.page-node-type-podcast .video-embed-field-responsive-video {
  margin-bottom: 20px;
}
.page-node-type-podcast .video-embed-field-responsive-video:after {
  display: none;
}

.block-podcast-service-links {
  margin-top: 20px;
  margin-left: 315px;
}
@media (max-width: 991px) {
  .block-podcast-service-links {
    margin-left: 240px;
  }
}
@media (max-width: 767px) {
  .block-podcast-service-links {
    margin-left: 0;
  }
}
.path-podcast .block-podcast-service-links {
  margin: 10px 0;
}
.block-podcast-service-links .podcast-buttons {
  margin: 20px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .block-podcast-service-links .podcast-buttons {
    display: block;
  }
}
.path-podcast .block-podcast-service-links .podcast-buttons {
  text-align: center;
}
.block-podcast-service-links .podcast-buttons li {
  padding: 0 2px;
}
@media (max-width: 767px) {
  .block-podcast-service-links .podcast-buttons li {
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .block-podcast-service-links .podcast-buttons li {
    text-align: center;
    display: block;
  }
  .block-podcast-service-links .podcast-buttons li a {
    display: inline-block;
  }
}
.block-podcast-service-links .podcast-buttons .btn {
  position: relative;
  margin: 5px 0;
  padding: 16px 17px 0 38px;
  min-width: 125px;
  line-height: 1.4;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #c41039;
  text-align: left;
  background: transparent;
  border-width: 2px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.block-podcast-service-links .podcast-buttons .btn:focus, .block-podcast-service-links .podcast-buttons .btn:hover {
  color: #fff;
  background: #c41039 !important;
  border-color: #c41039;
  transform: scale(1);
}
@media (max-width: 500px) {
  .block-podcast-service-links .podcast-buttons .btn {
    min-width: 205px;
  }
}
.block-podcast-service-links .podcast-buttons .btn span {
  position: absolute;
  top: 7px;
  font-size: 8px;
}
.block-podcast-service-links .podcast-buttons .btn span:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -30px;
  width: 25px;
  height: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-podcast-service-links .podcast-buttons .btn.apple:focus span:before, .block-podcast-service-links .podcast-buttons .btn.apple:hover span:before {
  background-position: right center;
}
.block-podcast-service-links .podcast-buttons .btn.apple span:before {
  background-image: url("/themes/custom/ah/images/podcast_icon_apple.png");
}
.block-podcast-service-links .podcast-buttons .btn.google:focus span:before, .block-podcast-service-links .podcast-buttons .btn.google:hover span:before {
  background-position: right center;
}
.block-podcast-service-links .podcast-buttons .btn.google span:before {
  background-image: url("/themes/custom/ah/images/podcast_icon_google.png");
}
.block-podcast-service-links .podcast-buttons .btn.spotify:focus span:before, .block-podcast-service-links .podcast-buttons .btn.spotify:hover span:before {
  background-position: right center;
}
.block-podcast-service-links .podcast-buttons .btn.spotify span:before {
  background-image: url("/themes/custom/ah/images/podcast_icon_spotify.png");
}
.block-podcast-service-links .podcast-buttons .btn.anchor:focus span:before, .block-podcast-service-links .podcast-buttons .btn.anchor:hover span:before {
  background-position: right center;
}
.block-podcast-service-links .podcast-buttons .btn.anchor span:before {
  background-image: url("/themes/custom/ah/images/podcast_icon_anchor.png");
}
.block-podcast-service-links .podcast-buttons .btn.youtube:focus span:before, .block-podcast-service-links .podcast-buttons .btn.youtube:hover span:before {
  background-position: right center;
}
.block-podcast-service-links .podcast-buttons .btn.youtube span:before {
  background-image: url("/themes/custom/ah/images/podcast_icon_youtube.png");
}

.block-all-podcast-episodes {
  margin-top: 30px;
  margin-left: 315px;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .block-all-podcast-episodes {
    margin-left: 240px;
  }
}
@media (max-width: 767px) {
  .block-all-podcast-episodes {
    margin-left: 0;
  }
}
.block-all-podcast-episodes h2 {
  margin-bottom: 25px;
  padding-bottom: 4px;
  border-bottom: 4px solid #dbdbdb;
}
.block-all-podcast-episodes .view-podcast {
  text-align: left;
}
.block-all-podcast-episodes .view-content .item-list {
  margin-bottom: 20px;
  overflow: auto;
}
.block-all-podcast-episodes .view-content .item-list:last-child {
  margin-bottom: 0;
}
.block-all-podcast-episodes .view-content h3 {
  margin: 5px 0;
  font-size: 18px;
}
.block-all-podcast-episodes .view-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-all-podcast-episodes .view-content li {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  float: left;
}
.block-all-podcast-episodes .view-content li:first-of-type {
  border-top: 1px solid #dbdbdb;
}
.block-all-podcast-episodes .view-content li:nth-child(odd) a {
  background: #f5f5f5;
}
.block-all-podcast-episodes .view-content li:nth-child(odd) a:focus, .block-all-podcast-episodes .view-content li:nth-child(odd) a:hover {
  background: #c41039;
}
.block-all-podcast-episodes .view-content a {
  position: relative;
  padding: 10px 10px 10px 35px;
  font-size: 13px;
  text-decoration: none;
  display: block;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block-all-podcast-episodes .view-content a:focus, .block-all-podcast-episodes .view-content a:hover {
  color: #fff;
  background: #c41039;
}
.block-all-podcast-episodes .view-content a:focus:before, .block-all-podcast-episodes .view-content a:hover:before {
  transform: scale(1.2);
}
.block-all-podcast-episodes .view-content a:before {
  content: "\f144";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 16px;
}
.block-all-podcast-episodes .views-field-title {
  padding: 0;
}

.path-node-1237 .video-embed-field-responsive-video {
  display: none;
}

.path-portfolios .view-portfolio-types .view-header,
.page-node-type-portfolio .view-portfolio-types .view-header {
  margin-bottom: 20px;
  text-align: center;
}
.path-portfolios .view-portfolio-types .view-header h2,
.page-node-type-portfolio .view-portfolio-types .view-header h2 {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 58px;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 1680px) {
  .path-portfolios .view-portfolio-types .view-header h2,
  .page-node-type-portfolio .view-portfolio-types .view-header h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .path-portfolios .view-portfolio-types .view-header h2,
  .page-node-type-portfolio .view-portfolio-types .view-header h2 {
    font-size: 40px;
  }
}
.path-portfolios .view-portfolio-types .view-header p,
.page-node-type-portfolio .view-portfolio-types .view-header p {
  margin-bottom: 0;
  font-size: 18px;
  color: #c41039;
  text-transform: lowercase;
}
.path-portfolios .view-portfolios .cbp,
.page-node-type-portfolio .view-portfolios .cbp {
  height: auto !important;
}

.path-portfolios .view-portfolios .cbp-l-caption-body .cbp-l-caption-title {
  padding: 20px 30px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .path-portfolios .view-portfolios .cbp-l-caption-body .cbp-l-caption-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .path-portfolios .view-portfolios .cbp-l-caption-body .cbp-l-caption-title {
    padding: 20px 15px;
    font-size: 16px;
  }
}

.page-node-type-portfolio .main-content h1.content-page-title {
  margin-bottom: 0;
}
.page-node-type-portfolio .main-content .field {
  margin-bottom: 20px;
}
.page-node-type-portfolio .main-content .field.field--name-field-portfolio-slider-images {
  margin-bottom: 50px;
}
.page-node-type-portfolio .main-content .field--label {
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
.page-node-type-portfolio .main-content .video-embed-field-responsive-video:after {
  display: none;
}
.page-node-type-portfolio .main-content .field--name-field-topic-cluster-in {
  display: none;
}
.page-node-type-portfolio .main-content .cbp-nav-controls {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-node-type-portfolio .main-content .cbp-nav-controls {
    display: none;
  }
}
.page-node-type-portfolio .main-content .cbp-nav-controls .cbp-nav-prev,
.page-node-type-portfolio .main-content .cbp-nav-controls .cbp-nav-next {
  margin-top: 10px;
}
.page-node-type-portfolio .main-content .cbp-nav-pagination {
  bottom: -35px;
  display: none;
}
@media (max-width: 767px) {
  .page-node-type-portfolio .main-content .cbp-nav-pagination {
    display: block;
  }
}

article[about="/red-chair-philosophy"] .client-stories {
  position: relative;
  margin: 30px 0 10px;
  padding: 45px 25px 30px;
  width: 100%;
  text-align: center;
  border-color: #8cb8ca;
  border-style: solid;
  border-width: 1px 0;
  display: inline-block;
}
article[about="/red-chair-philosophy"] .client-stories:before {
  content: "";
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -33px;
  width: 66px;
  height: 66px;
  background-color: #efefef;
  background-image: url("/themes/custom/ah/images/icon_red_chair.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 5px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
article[about="/red-chair-philosophy"] .client-stories p {
  margin-bottom: 10px;
  line-height: 0.85;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 54px;
  color: #c41039;
}
@media (max-width: 500px) {
  article[about="/red-chair-philosophy"] .client-stories p {
    font-size: 46px;
  }
}
article[about="/red-chair-philosophy"] .client-stories p span {
  font-family: "League Gothic", sans-serif;
  font-size: 38px;
  font-weight: normal;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 500px) {
  article[about="/red-chair-philosophy"] .client-stories p span {
    font-size: 32px;
  }
}

.path-front [class*=webform-submission-request-for-proposal-form] > .form-item,
.path-front [class*=webform-submission-request-for-proposal-form] .form-type-webform-document-file {
  margin: 0 auto 20px;
  max-width: 83.33333333%;
  float: none;
}
@media (max-width: 991px) {
  .path-front [class*=webform-submission-request-for-proposal-form] > .form-item,
  .path-front [class*=webform-submission-request-for-proposal-form] .form-type-webform-document-file {
    margin: 0 0 20px;
    max-width: 100%;
  }
}
.path-front [class*=webform-submission-request-for-proposal-form] .js-webform-states-hidden {
  overflow: auto;
}
.path-front [class*=webform-submission-request-for-proposal-form] #edit-intro-text {
  margin: 0 auto;
}
[class*=webform-submission-request-for-proposal-form] [class*=col-sm-] {
  padding: 0;
  width: 100%;
}
[class*=webform-submission-request-for-proposal-form] .help-block {
  margin-bottom: 0;
}
[class*=webform-submission-request-for-proposal-form] .form-item-website {
  display: none;
}
[class*=webform-submission-request-for-proposal-form] .webform-select-other {
  margin-bottom: 0;
}
[class*=webform-submission-request-for-proposal-form] .form-item-please-attach-rfp {
  margin-bottom: 20px;
  float: right;
}
@media (max-width: 991px) {
  [class*=webform-submission-request-for-proposal-form] .form-item-please-attach-rfp {
    float: none;
  }
}
[class*=webform-submission-request-for-proposal-form] .form-item-please-attach-rfp [id*=edit-please-attach-rfp-upload] {
  padding: 0;
  height: auto;
  line-height: initial;
  border: 0;
  outline: 0;
}
[class*=webform-submission-request-for-proposal-form] .form-item-please-attach-rfp .webform-element-description {
  font-size: 12px;
}
[class*=webform-submission-request-for-proposal-form] .form-item-please-attach-rfp .webform-element-description code {
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #777;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
[class*=webform-submission-request-for-proposal-form] .form-item-please-attach-rfp .webform-document-file {
  margin-bottom: 10px;
}
[class*=webform-submission-request-for-proposal-form] .form-item-please-attach-rfp .file {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #555;
}
[class*=webform-submission-request-for-proposal-form] .form-item-please-attach-rfp .file > span {
  padding-top: 0;
  padding-bottom: 0;
  color: #777;
  border: 0;
  display: inline;
}
[class*=webform-submission-request-for-proposal-form] .form-item-please-attach-rfp .file-icon {
  padding-left: 0;
}
[class*=webform-submission-request-for-proposal-form] .form-item-please-attach-rfp .file-icon .text-primary {
  color: #777;
}
[class*=webform-submission-request-for-proposal-form] .form-item-please-attach-rfp .file-size {
  padding-right: 0;
}
[class*=webform-submission-request-for-proposal-form] .form-item-comments {
  width: 100%;
  clear: left;
}
[class*=webform-submission-request-for-proposal-form] #edit-phone--description {
  font-size: 11px;
}
[class*=webform-submission-request-for-proposal-form] .form-actions {
  margin: 10px 0 0;
  text-align: center;
  display: inline-block;
}
.path-webform [class*=webform-submission-request-for-proposal-form] .form-actions {
  margin: 0;
  text-align: left;
}
[class*=webform-submission-request-for-proposal-form] #edit-actions-submit {
  padding: 14px 22px 8px;
  min-width: 215px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #c41039;
  border-color: #c41039;
  border-style: solid;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-top: 16px;
}
[class*=webform-submission-request-for-proposal-form] #edit-actions-submit:focus, [class*=webform-submission-request-for-proposal-form] #edit-actions-submit:hover, [class*=webform-submission-request-for-proposal-form] #edit-actions-submit:active {
  color: #fff;
  background: rgb(162.9943396226, 13.3056603774, 47.4014150943) !important;
  border-color: #c41039;
  transform: scale(1.05);
}
@media (max-width: 767px) {
  [class*=webform-submission-request-for-proposal-form] #edit-actions-submit {
    padding: 12px 15px 8px;
    min-width: 0;
    font-size: 14px;
  }
}
.path-webform [class*=webform-submission-request-for-proposal-form] #edit-actions-submit {
  padding: 12px 15px 7px;
  min-width: 100px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #c41039;
  border-color: #c41039;
  border-style: solid;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.path-webform [class*=webform-submission-request-for-proposal-form] #edit-actions-submit:focus, .path-webform [class*=webform-submission-request-for-proposal-form] #edit-actions-submit:hover, .path-webform [class*=webform-submission-request-for-proposal-form] #edit-actions-submit:active {
  color: #fff;
  background: rgb(162.9943396226, 13.3056603774, 47.4014150943) !important;
  border-color: #c41039;
  transform: scale(1.05);
}

.path-search h1.content-page-title {
  display: none;
}
.path-search #search-form {
  display: none;
}
.path-search .main-content h2 {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.path-search .main-content ol {
  margin: 5px 0 20px;
  display: inline-block;
}
.path-search .main-content ol li {
  padding: 5px 0 5px 10px;
}
.path-search .main-content ol h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.path-search .main-content ol .info {
  display: none;
}
.path-search .main-content .pagination li.pager__item--first a, .path-search .main-content .pagination li.pager__item--previous a, .path-search .main-content .pagination li.pager__item--next a, .path-search .main-content .pagination li.pager__item--last a {
  text-indent: -9999px;
}
.path-search .main-content .pagination li.pager__item--first a:before, .path-search .main-content .pagination li.pager__item--previous a:before, .path-search .main-content .pagination li.pager__item--next a:before, .path-search .main-content .pagination li.pager__item--last a:before {
  text-indent: 0;
  float: left;
}
.path-search .main-content .pagination li.pager__item--first a:before {
  content: "«";
}
.path-search .main-content .pagination li.pager__item--previous a:before {
  content: "‹";
}
.path-search .main-content .pagination li.pager__item--next a:before {
  content: "›";
}
.path-search .main-content .pagination li.pager__item--last a:before {
  content: "»";
}

.ai-search-page-wrapper .ai-search-results-section {
  margin-bottom: 0;
}
.ai-search-page-wrapper .ai-search-initial-state {
  padding: 0;
}
.ai-search-page-wrapper form.ai-search-form {
  margin-bottom: 30px;
  gap: 0;
  display: flex;
  flex-direction: row;
}
.ai-search-page-wrapper form.ai-search-form .form-item,
.ai-search-page-wrapper form.ai-search-form .form-actions {
  margin-bottom: 0;
}
.ai-search-page-wrapper form.ai-search-form .form-item {
  width: 100%;
}
.ai-search-page-wrapper form.ai-search-form .ai-search-input {
  border-right: 0;
}
.ai-search-page-wrapper form.ai-search-form .ai-search-input:disabled {
  background-color: #fff;
}
.ai-search-page-wrapper form.ai-search-form .ai-search-submit {
  width: auto;
  height: 40px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ai-search-page-wrapper form.ai-search-form .ai-search-submit:focus, .ai-search-page-wrapper form.ai-search-form .ai-search-submit:hover {
  transform: none;
}
.ai-search-page-wrapper .ai-summary-section {
  margin-bottom: 0;
}
.ai-search-page-wrapper .ai-summary-block {
  margin-bottom: 30px;
  padding: 30px 20px 25px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .ai-search-page-wrapper .ai-summary-block {
    padding: 25px 15px;
  }
}
.ai-search-page-wrapper .ai-summary-block h1, .ai-search-page-wrapper .ai-summary-block h2, .ai-search-page-wrapper .ai-summary-block h3, .ai-search-page-wrapper .ai-summary-block h4, .ai-search-page-wrapper .ai-summary-block h5, .ai-search-page-wrapper .ai-summary-block h6, .ai-search-page-wrapper .ai-summary-block p, .ai-search-page-wrapper .ai-summary-block ul, .ai-search-page-wrapper .ai-summary-block ol {
  margin-bottom: 15px;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-header {
  margin-bottom: 0;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-header h3 {
  position: relative;
  padding-left: 30px;
  font-weight: normal;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-header h3:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("/themes/custom/ah/images/icon_ai.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-loading-spinner {
  border-top-color: #c41039;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-metadata {
  margin-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ai-search-page-wrapper .ai-summary-block .ai-summary-metadata {
    display: block;
  }
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-metadata small {
  font-size: 12px;
  color: rgb(161.5, 161.5, 161.5);
}
@media (max-width: 767px) {
  .ai-search-page-wrapper .ai-summary-block .ai-summary-metadata small {
    margin-bottom: 10px;
    display: block;
  }
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-metadata .ai-summary-disclaimer-link .ajax-throbber {
  display: none;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback {
  margin-top: 20px;
  padding: 20px 20px 25px;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback * {
  font-size: 14px;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .feedback-prompt {
  font-weight: bold;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .aggregate-score-display {
  padding-top: 0;
  background-color: #fff;
  justify-content: center;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .average-rating {
  color: #8cb8ca;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .range-feedback {
  margin: 0 0 15px;
  display: flex;
  flex-direction: row-reverse;
  float: left;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .rating-option {
  margin: 0 5px 0 0;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .rating-option:first-of-type {
  margin-right: 0;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .rating-option .rating-input {
  position: relative;
  top: 2px;
  margin: 0;
  width: 25px;
  height: 25px;
  border: 0;
  outline: 0;
  appearance: none;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .rating-option .rating-input:before {
  content: "\f005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  width: 25px;
  height: 25px;
  font-size: 24px;
  color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .rating-option .rating-input:focus + .rating-label, .ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .rating-option .rating-input:hover + .rating-label, .ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .rating-option .rating-input:checked + .rating-label {
  color: #555 !important;
  outline: 0;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .rating-option .rating-input:checked:before {
  color: gold;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .rating-option .rating-label {
  text-indent: -9999px;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .text-feedback-container {
  padding: 0;
  border: 0;
  clear: both;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .text-feedback-container .text-feedback {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .text-feedback-container .text-feedback:focus {
  border-color: #c41039;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .text-feedback-label {
  line-height: 1.1;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .text-feedback {
  padding: 6px 9px;
  min-height: 80px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .submit-feedback {
  padding: 12px 15px 7px;
  min-width: 100px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #c41039;
  border-color: #c41039;
  border-style: solid;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
  padding: 11px 15px 7px;
  font-size: 12px;
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .submit-feedback:focus, .ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .submit-feedback:hover, .ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .submit-feedback:active {
  color: #fff;
  background: rgb(162.9943396226, 13.3056603774, 47.4014150943) !important;
  border-color: #c41039;
  transform: scale(1.05);
}
.ai-search-page-wrapper .ai-summary-block .ai-summary-feedback .submit-feedback[disabled] {
  opacity: 0.6;
}
.ai-search-page-wrapper .ai-search-results-header {
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 2px solid #eee;
}
.ai-search-page-wrapper .ai-search-results .search-result-item {
  margin: 30px 0 0;
  padding: 0;
}
.ai-search-page-wrapper .ai-search-results .search-result-item .result-title {
  margin-bottom: 5px;
  font-size: 18px;
}
.ai-search-page-wrapper .ai-search-results .search-result-item .result-title a {
  color: #c41039;
}
.ai-search-page-wrapper .ai-search-results .search-result-item .result-title a:focus, .ai-search-page-wrapper .ai-search-results .search-result-item .result-title a:hover {
  color: #c41039;
  text-decoration: underline;
}
.ai-search-page-wrapper .ai-search-results .search-result-item .result-snippet {
  margin-bottom: 5px;
  line-height: 1.4;
}
.ai-search-page-wrapper .ai-search-results .search-result-item .result-snippet mark {
  font-weight: bold;
  background-color: #ffff66;
}
.ai-search-page-wrapper .ai-search-results .search-result-item .result-meta {
  gap: 0;
}
.ai-search-page-wrapper .ai-search-results .search-result-item .result-date,
.ai-search-page-wrapper .ai-search-results .search-result-item .result-type {
  font-size: 14px;
}
.ai-search-page-wrapper .ai-search-results .search-result-item .result-type:before {
  content: " – ";
}

.ai-summary-disclaimer p:last-child {
  margin-bottom: 0;
}

.path-ai-search .ui-dialog-title {
  margin: 0 0 10px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

.page-node-type-service .field--name-field-svg-icon-image {
  margin: 7px 20px 30px 0;
  float: left;
}
.page-node-type-service .field--name-field-svg-icon-image.blue img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(21%) saturate(447%) hue-rotate(152deg) brightness(95%) contrast(89%);
}
.page-node-type-service .field--name-field-svg-icon-image.red img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(3443%) hue-rotate(336deg) brightness(76%) contrast(104%);
}
.page-node-type-service .field--name-field-svg-icon-image.tan img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(28%) saturate(507%) hue-rotate(351deg) brightness(95%) contrast(90%);
}
.page-node-type-service .block-related-case-studies h2.block-title,
.page-node-type-service .block-related-portfolios h2.block-title {
  margin-bottom: 10px;
  text-transform: lowercase;
}
.page-node-type-service .block-related-case-studies .cbp-nav,
.page-node-type-service .block-related-portfolios .cbp-nav {
  margin-bottom: 0;
}
.page-node-type-service .block-related-case-studies .view-footer,
.page-node-type-service .block-related-portfolios .view-footer {
  margin: 20px 0 45px;
  display: inline-block;
  visibility: visible;
}
.page-node-type-service .block-related-case-studies .view-footer p,
.page-node-type-service .block-related-portfolios .view-footer p {
  margin-bottom: 0;
}
.page-node-type-service .block-related-case-studies .view-footer a,
.page-node-type-service .block-related-portfolios .view-footer a {
  font-weight: bold;
}
.page-node-type-service .block-related-case-studies .view-footer a:after,
.page-node-type-service .block-related-portfolios .view-footer a:after {
  content: "\f101";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
  display: inline-block;
}
.page-node-type-service .block-related-case-studies .view-footer a:focus, .page-node-type-service .block-related-case-studies .view-footer a:hover,
.page-node-type-service .block-related-portfolios .view-footer a:focus,
.page-node-type-service .block-related-portfolios .view-footer a:hover {
  text-decoration: underline;
}
.page-node-type-service .block-related-case-studies .view-header {
  display: none;
}

.path-services .view-our-services .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .path-services .view-our-services .view-content {
    display: block;
  }
}
.path-services .view-our-services .view-content .views-row {
  margin: 15px;
  max-width: 350px;
  width: 30.7%;
  background-color: #ddd;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 350px;
  -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
}
@media (max-width: 1199px) {
  .path-services .view-our-services .view-content .views-row {
    width: 45.8%;
  }
}
@media (max-width: 767px) {
  .path-services .view-our-services .view-content .views-row {
    margin: 15px auto 30px;
    width: 100%;
  }
}
.path-services .view-our-services .view-content .views-row:focus, .path-services .view-our-services .view-content .views-row:hover {
  background-size: 367.5px;
}
.path-services .view-our-services .view-content .views-row.blue .service:focus .icon, .path-services .view-our-services .view-content .views-row.blue .service:hover .icon {
  background-color: #8cb8ca;
}
.path-services .view-our-services .view-content .views-row.blue .service .icon img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(21%) saturate(447%) hue-rotate(152deg) brightness(95%) contrast(89%);
}
.path-services .view-our-services .view-content .views-row.red .service:focus .icon, .path-services .view-our-services .view-content .views-row.red .service:hover .icon {
  background-color: #c41039;
}
.path-services .view-our-services .view-content .views-row.red .service .icon img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(3443%) hue-rotate(336deg) brightness(76%) contrast(104%);
}
.path-services .view-our-services .view-content .views-row.tan .service:focus .icon, .path-services .view-our-services .view-content .views-row.tan .service:hover .icon {
  background-color: #e6cf90;
}
.path-services .view-our-services .view-content .views-row.tan .service .icon img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(28%) saturate(507%) hue-rotate(351deg) brightness(95%) contrast(90%);
}
@media (max-width: 767px) {
  .path-services .view-our-services .view-content .views-row:last-of-type {
    margin-bottom: 15px;
  }
}
.path-services .view-our-services .view-content .views-row .service {
  padding-top: 325px;
  height: 100%;
  display: block;
}
.path-services .view-our-services .view-content .views-row .service:focus, .path-services .view-our-services .view-content .views-row .service:hover {
  text-decoration: none;
}
.path-services .view-our-services .view-content .views-row .service:focus .icon, .path-services .view-our-services .view-content .views-row .service:hover .icon {
  transform: scale(1.1);
}
.path-services .view-our-services .view-content .views-row .service:focus .icon img, .path-services .view-our-services .view-content .views-row .service:hover .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.path-services .view-our-services .view-content .views-row .service .desc-wrapper {
  padding: 0 30px 30px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .path-services .view-our-services .view-content .views-row .service .desc-wrapper {
    padding: 0 20px 20px;
  }
}
.path-services .view-our-services .view-content .views-row .service .icon {
  position: relative;
  top: -40px;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  background-color: #efefef;
  border: 7px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.path-services .view-our-services .view-content .views-row .service .desc {
  margin-top: -40px;
}
.path-services .view-our-services .view-content .views-row .service h2 {
  margin-bottom: 15px;
  text-transform: lowercase;
}
.path-services .view-our-services .view-content .views-row .service p {
  color: #555;
}
.path-services .view-our-services .view-content .views-row .service p.learn-more {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #c41039;
  text-transform: uppercase;
  display: inline-block;
}
.path-services .view-our-services .view-content .views-row .service p.learn-more:after {
  content: "\f101";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -1px;
  margin-left: 5px;
  font-size: 13px;
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.path-services .view-our-services .view-content .views-row .service p.learn-more:focus, .path-services .view-our-services .view-content .views-row .service p.learn-more:hover {
  text-decoration: underline;
}
.path-services .region-content-bottom {
  padding: 80px 0 75px;
  background-color: #1a1a1a;
}
.path-services .region-content-bottom .block-additonal-services h2.block-title {
  margin-bottom: 40px;
  color: #fff;
  text-transform: lowercase;
}
.path-services .region-content-bottom .view-additional-services .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .path-services .region-content-bottom .view-additional-services .view-content {
    display: block;
  }
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row {
  margin: 7px;
  max-width: 350px;
  width: 18.7%;
  min-height: 375px;
  display: flex;
}
@media (max-width: 1199px) {
  .path-services .region-content-bottom .view-additional-services .view-content .views-row {
    width: 48%;
    min-height: 310px;
  }
}
@media (max-width: 767px) {
  .path-services .region-content-bottom .view-additional-services .view-content .views-row {
    margin: 0 auto 20px;
    max-width: 349px;
    width: 100%;
    min-height: 0;
    display: block;
  }
  .path-services .region-content-bottom .view-additional-services .view-content .views-row:last-of-type {
    margin-bottom: 0;
  }
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row.blue .icon img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(21%) saturate(447%) hue-rotate(152deg) brightness(95%) contrast(89%);
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row.blue:focus .icon, .path-services .region-content-bottom .view-additional-services .view-content .views-row.blue:hover .icon {
  background-color: #8cb8ca;
  border: 2px solid #8cb8ca;
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row.blue:focus .icon img, .path-services .region-content-bottom .view-additional-services .view-content .views-row.blue:hover .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row.red .icon img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(3443%) hue-rotate(336deg) brightness(76%) contrast(104%);
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row.red:focus .icon, .path-services .region-content-bottom .view-additional-services .view-content .views-row.red:hover .icon {
  background-color: #c41039;
  border: 2px solid #c41039;
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row.red:focus .icon img, .path-services .region-content-bottom .view-additional-services .view-content .views-row.red:hover .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row.tan .icon img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(28%) saturate(507%) hue-rotate(351deg) brightness(95%) contrast(90%);
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row.tan:focus .icon, .path-services .region-content-bottom .view-additional-services .view-content .views-row.tan:hover .icon {
  background-color: #e6cf90;
  border: 2px solid #e6cf90;
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row.tan:focus .icon img, .path-services .region-content-bottom .view-additional-services .view-content .views-row.tan:hover .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
@media (max-width: 767px) {
  .path-services .region-content-bottom .view-additional-services .view-content .views-row:last-of-type {
    margin-bottom: 0;
  }
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row .service {
  position: relative;
  padding: 30px 25px 45px;
  height: 100%;
  font-size: 14px;
  color: #fff;
  border: 1px solid #818586;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
@media (max-width: 1199px) {
  .path-services .region-content-bottom .view-additional-services .view-content .views-row .service {
    padding: 30px 20px 45px;
  }
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row .service:focus, .path-services .region-content-bottom .view-additional-services .view-content .views-row .service:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
  text-decoration: none;
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row .service:focus h3, .path-services .region-content-bottom .view-additional-services .view-content .views-row .service:hover h3 {
  color: #333;
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row .service:focus p.learn-more, .path-services .region-content-bottom .view-additional-services .view-content .views-row .service:hover p.learn-more {
  color: #c41039;
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row .service:focus p.learn-more:after, .path-services .region-content-bottom .view-additional-services .view-content .views-row .service:hover p.learn-more:after {
  color: #c41039;
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row .service h3 {
  margin-bottom: 20px;
  color: #fff;
  text-transform: lowercase;
}
@media (max-width: 1199px) {
  .path-services .region-content-bottom .view-additional-services .view-content .views-row .service h3 {
    font-size: 20px;
  }
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row .service .icon {
  margin-bottom: 15px;
  width: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row .service p.learn-more {
  position: absolute;
  bottom: 25px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 650px) {
  .path-services .region-content-bottom .view-additional-services .view-content .views-row .service p.learn-more {
    position: relative;
    bottom: 0;
  }
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row .service p.learn-more:after {
  content: "\f101";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 0;
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.path-services .region-content-bottom .view-additional-services .view-content .views-row .service p.learn-more:focus, .path-services .region-content-bottom .view-additional-services .view-content .views-row .service p.learn-more:hover {
  text-decoration: underline;
}

.sitemap .sitemap-item {
  margin-bottom: 20px;
}
.sitemap .sitemap-item:last-of-type {
  margin-bottom: 0;
}
.sitemap .nav {
  padding-left: 25px;
  list-style: revert;
}
.sitemap .nav > li {
  display: list-item;
}
.sitemap .nav > li > a {
  padding: 0;
  display: inline-block;
}
.sitemap .nav > li > a:focus, .sitemap .nav > li > a:hover {
  text-decoration: underline;
  background: transparent;
}
.sitemap .nav .dropdown-menu {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
  width: 100%;
  font-size: 16px;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: revert;
  display: block;
  float: none;
  z-index: 1;
}
.sitemap .nav .dropdown-menu > li > a {
  padding: 0;
  line-height: 1.4;
  color: #c41039;
  display: initial;
  white-space: normal;
}
.sitemap .nav .dropdown-menu > li > a:focus, .sitemap .nav .dropdown-menu > li > a:hover {
  color: #c41039;
  text-decoration: underline;
  background: transparent;
}
@media (max-width: 767px) {
  .sitemap .nav li {
    margin: 10px 0;
  }
}
.sitemap .nav .caret {
  display: none;
}

.path-testimonials .view.testimonials-all {
  text-align: center;
}
.path-testimonials .view.testimonials-all .view-header {
  display: none;
}
.path-testimonials .view.testimonials-all h3 {
  position: relative;
  margin: 60px 0 20px;
  padding-top: 60px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
}
.path-testimonials .view.testimonials-all h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0 -50px;
  width: 100px;
  height: 2px;
  background-color: #ddd;
  display: inline-block;
}
.path-testimonials .view.testimonials-all h3:first-of-type {
  margin-top: 30px;
  padding-top: 0;
}
.path-testimonials .view.testimonials-all h3:first-of-type:before {
  display: none;
}
.path-testimonials .view.testimonials-all .testimonial-item {
  margin-bottom: 40px;
}
.path-testimonials .view.testimonials-all .testimonial-full {
  line-height: 2;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .path-testimonials .view.testimonials-all .testimonial-full {
    line-height: 1.4;
    font-size: 18px;
  }
}
.path-testimonials .view.testimonials-all .testimonial-attribution {
  margin-top: 25px;
  line-height: 1.1;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #8cb8ca;
  text-transform: uppercase;
}

.page-node-type-topic-cluster .main-content article h2 {
  padding-right: 50px;
  width: 33%;
  text-transform: lowercase;
  float: left;
  clear: right;
}
@media (max-width: 1199px) {
  .page-node-type-topic-cluster .main-content article h2 {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .page-node-type-topic-cluster .main-content article h2 {
    padding-right: 0;
    width: 100%;
    float: none;
  }
}
.page-node-type-topic-cluster .main-content article p {
  padding-left: 50px;
  width: 66%;
  float: right;
  clear: right;
}
@media (max-width: 1199px) {
  .page-node-type-topic-cluster .main-content article p {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .page-node-type-topic-cluster .main-content article p {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}

.path-user .parallax-mirror,
.path-user .parallax-window,
.path-user .hero {
  display: none;
}
.path-user h1.content-page-title {
  margin-bottom: 20px;
}
.path-user .main-content {
  margin-left: 0;
  padding-right: 15px;
  width: 100%;
}
.path-user .main-content article[about*="/user/"] h4 {
  padding: 0;
  line-height: 1.4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #555;
}

.path-node-1384 .hero,
.path-node-1385 .hero {
  position: relative;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.webp .path-node-1384 .hero,
.webp .path-node-1385 .hero {
  background-image: url("/themes/custom/ah/images/value_prop_toolkit_banner_bg.webp");
}
.no-webp .path-node-1384 .hero,
.no-webp .path-node-1385 .hero {
  background-image: url("/themes/custom/ah/images/value_prop_toolkit_banner_bg.jpg");
}
.path-node-1384 .hero:before,
.path-node-1385 .hero:before {
  display: none;
}
.path-node-1384 .hero:after,
.path-node-1385 .hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1140px !important;
}
.webp .path-node-1384 .hero:after,
.webp .path-node-1385 .hero:after {
  background-image: url("/themes/custom/ah/images/value_prop_toolkit_banner_text.webp");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .webp .path-node-1384 .hero:after,
  .webp .path-node-1385 .hero:after {
    background-image: url("/themes/custom/ah/images/value_prop_toolkit_banner_text@2x.webp");
    background-size: 1140px 191px;
  }
}
.no-webp .path-node-1384 .hero:after,
.no-webp .path-node-1385 .hero:after {
  background-image: url("/themes/custom/ah/images/value_prop_toolkit_banner_text.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-webp .path-node-1384 .hero:after,
  .no-webp .path-node-1385 .hero:after {
    background-image: url("/themes/custom/ah/images/value_prop_toolkit_banner_text@2x.png");
    background-size: 1140px 191px;
  }
}
@media (max-width: 1680px) {
  .path-node-1384 .hero:after,
  .path-node-1385 .hero:after {
    background-size: 856px !important;
  }
}
@media (max-width: 991px) {
  .path-node-1384 .hero:after,
  .path-node-1385 .hero:after {
    background-size: 90% !important;
  }
}
.path-node-1384 .hero h1.hero-page-title,
.path-node-1385 .hero h1.hero-page-title {
  display: none;
}

.path-node-1384 .campaignmonitor-subscribe-form form#campaignmonitor-subscribe-form #edit-explanation {
  display: none;
}

.path-node-1186 .hero,
.path-node-1188 .hero {
  position: relative;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.webp .path-node-1186 .hero,
.webp .path-node-1188 .hero {
  background-image: url("/themes/custom/ah/images/virtual_events_banner_bg.webp");
}
.no-webp .path-node-1186 .hero,
.no-webp .path-node-1188 .hero {
  background-image: url("/themes/custom/ah/images/virtual_events_banner_bg.jpg");
}
.path-node-1186 .hero:before,
.path-node-1188 .hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1140px !important;
}
.webp .path-node-1186 .hero:before,
.webp .path-node-1188 .hero:before {
  background-image: url("/themes/custom/ah/images/virtual_events_banner_text.webp");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .webp .path-node-1186 .hero:before,
  .webp .path-node-1188 .hero:before {
    background-image: url("/themes/custom/ah/images/virtual_events_banner_text@2x.webp");
    background-size: 1140px 237px;
  }
}
.no-webp .path-node-1186 .hero:before,
.no-webp .path-node-1188 .hero:before {
  background-image: url("/themes/custom/ah/images/virtual_events_banner_text.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-webp .path-node-1186 .hero:before,
  .no-webp .path-node-1188 .hero:before {
    background-image: url("/themes/custom/ah/images/virtual_events_banner_text@2x.png");
    background-size: 1140px 237px;
  }
}
@media (max-width: 1680px) {
  .path-node-1186 .hero:before,
  .path-node-1188 .hero:before {
    background-size: 800px !important;
  }
}
@media (max-width: 991px) {
  .path-node-1186 .hero:before,
  .path-node-1188 .hero:before {
    background-size: 85% !important;
  }
}
.path-node-1186 .hero h1.hero-page-title,
.path-node-1188 .hero h1.hero-page-title {
  display: none;
}

#block-virtualeventsplanningguideform {
  clear: both;
}
#block-virtualeventsplanningguideform hr {
  margin: 70px 0;
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 8px 0 0;
}
#block-virtualeventsplanningguideform p.callout {
  margin: 0;
  padding: 0 90px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  #block-virtualeventsplanningguideform p.callout {
    padding: 0 50px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #block-virtualeventsplanningguideform p.callout {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #block-virtualeventsplanningguideform p.callout {
    padding: 0 20px;
    font-size: 18px;
  }
}
#block-virtualeventsplanningguideform p.privacy-statement {
  margin: 0 auto;
  max-width: 560px;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 991px) {
  .web-solutions-ym-page {
    padding-top: 59px;
  }
}
.web-solutions-ym-page h2 {
  font-size: 40px;
  color: #8cb8ca;
  text-transform: lowercase;
}
@media (max-width: 1199px) {
  .web-solutions-ym-page h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .web-solutions-ym-page h2 {
    font-size: 28px;
  }
}
.web-solutions-ym-page h2 span {
  color: #577581;
}
.web-solutions-ym-page p:last-child {
  margin-bottom: 0;
}
.web-solutions-ym-page img {
  width: 100%;
  height: auto;
}
.web-solutions-ym-page section.web-solutions-ym {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .web-solutions-ym-page section.web-solutions-ym {
    padding-top: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .web-solutions-ym-page section.web-solutions-ym.section2 .row, .web-solutions-ym-page section.web-solutions-ym.section4 .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.web-solutions-ym-page section.web-solutions-ym.blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#88b4c6+0,779ead+100 */
  background: linear-gradient(to right, #88b4c6 0%, #779ead 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.web-solutions-ym-page section.web-solutions-ym.gray {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dfdfdf+0,d4d4d4+100 */
  background: linear-gradient(to right, #e5e5e5 0%, #d5d5d5 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.web-solutions-ym-page section.web-solutions-ym.gray h2 {
  color: #577581;
}
.web-solutions-ym-page section.web-solutions-ym.blue h2, .web-solutions-ym-page section.web-solutions-ym.blue p, .web-solutions-ym-page section.web-solutions-ym.blue ul, .web-solutions-ym-page section.web-solutions-ym.tan h2, .web-solutions-ym-page section.web-solutions-ym.tan p, .web-solutions-ym-page section.web-solutions-ym.tan ul {
  color: #fff;
}
.web-solutions-ym-page section.web-solutions-ym.tan {
  background-color: #e6cf90;
}
.web-solutions-ym-page section.web-solutions-ym .col-sm-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .web-solutions-ym-page section.web-solutions-ym .col-sm-5 {
    padding-bottom: 20px;
  }
}
.web-solutions-ym-page section.web-solutions-ym .desc {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.web-solutions-ym-page section.web-solutions-ym .container {
  position: relative;
}
.web-solutions-ym-page section.web-solutions-ym .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .web-solutions-ym-page section.web-solutions-ym .row {
    display: block;
  }
}
.web-solutions-ym-page section.web-solutions-ym h2 {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .web-solutions-ym-page section.web-solutions-ym h2 {
    margin-bottom: 20px;
  }
}
.web-solutions-ym-page section.web-solutions-ym p, .web-solutions-ym-page section.web-solutions-ym ul {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .web-solutions-ym-page section.web-solutions-ym ul {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .web-solutions-ym-page section.web-solutions-ym img {
    margin-bottom: 40px;
    width: 100%;
  }
}
.web-solutions-ym-page section.banner {
  position: relative;
  height: 900px;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1680px) {
  .web-solutions-ym-page section.banner {
    height: 675px;
  }
}
@media (max-width: 1349px) {
  .web-solutions-ym-page section.banner {
    background-attachment: revert;
    background-position: center top;
  }
}
@media (max-width: 1199px) {
  .web-solutions-ym-page section.banner {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .web-solutions-ym-page section.banner {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .web-solutions-ym-page section.banner {
    height: 350px;
  }
}
.web-solutions-ym-page section.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.webp .web-solutions-ym-page section.banner {
  background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_2560.webp");
}
@media (max-width: 1680px) {
  .webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_1680.webp");
  }
}
@media (max-width: 1349px) {
  .webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_1349.webp");
  }
}
@media (max-width: 1199px) {
  .webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_1199.webp");
  }
}
@media (max-width: 991px) {
  .webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_991.webp");
  }
}
@media (max-width: 767px) {
  .webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_767.webp");
  }
}
@media (max-width: 550px) {
  .webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_550.webp");
  }
}
.no-webp .web-solutions-ym-page section.banner {
  background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_2560.jpg");
}
@media (max-width: 1680px) {
  .no-webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_1680.jpg");
  }
}
@media (max-width: 1349px) {
  .no-webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_1349.jpg");
  }
}
@media (max-width: 1199px) {
  .no-webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_1199.jpg");
  }
}
@media (max-width: 991px) {
  .no-webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_991.jpg");
  }
}
@media (max-width: 767px) {
  .no-webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_767.jpg");
  }
}
@media (max-width: 550px) {
  .no-webp .web-solutions-ym-page section.banner {
    background-image: url("/themes/custom/ah/images/bg_web_solutions_ym_main_banner_550.jpg");
  }
}
.web-solutions-ym-page section.banner h1 {
  margin: 50px 0 0;
  line-height: 0.9;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  color: #fff;
  text-transform: lowercase;
  letter-spacing: 0;
}
@media (max-width: 1349px) {
  .web-solutions-ym-page section.banner h1 {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  .web-solutions-ym-page section.banner h1 {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .web-solutions-ym-page section.banner h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .web-solutions-ym-page section.banner h1 {
    margin-top: 30px;
    line-height: 1;
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .web-solutions-ym-page section.banner h1 {
    margin-top: 30px;
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .web-solutions-ym-page section.banner h1 br {
    display: none;
  }
}
.web-solutions-ym-page section.banner h1 span {
  color: #8cb8ca;
}
@media (max-width: 400px) {
  .web-solutions-ym-page section.banner h1 span {
    margin-left: 8px;
  }
}
.web-solutions-ym-page section.banner .desc {
  margin: 10px auto 0;
  max-width: 950px;
  color: #fff;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .web-solutions-ym-page section.banner .desc {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .web-solutions-ym-page section.banner .desc {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .web-solutions-ym-page section.banner .desc {
    line-height: 1.4;
    display: block;
  }
}
.web-solutions-ym-page section.banner .desc strong {
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  .web-solutions-ym-page section.banner .desc strong {
    margin-bottom: 10px;
    justify-content: center;
  }
}
.web-solutions-ym-page section.banner .desc strong:after {
  content: "";
  margin-right: 15px;
  width: 15px;
  height: 50px;
  background-color: #fff;
  display: inline-block;
}
@media (max-width: 550px) {
  .web-solutions-ym-page section.banner .desc strong:after {
    display: none;
  }
}
.web-solutions-ym-page section.banner .desc span {
  margin: 0 15px 0 5px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background-image: url("/themes/custom/ah/images/ah_logo_white.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 200px;
  display: inline-block;
}
.web-solutions-ym-page section.intro {
  position: relative;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .web-solutions-ym-page section.intro {
    margin-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .web-solutions-ym-page section.intro .col-sm-10 {
    margin-left: 0;
    width: 100%;
  }
}
.web-solutions-ym-page section.intro p, .web-solutions-ym-page section.intro ul {
  line-height: 1.8;
}
.web-solutions-ym-page section.intro .large-text {
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .web-solutions-ym-page section.intro .large-text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .web-solutions-ym-page section.intro .large-text {
    font-size: 18px;
  }
}
.web-solutions-ym-page section.submit-rfp {
  padding: 80px 0;
}
.web-solutions-ym-page section.submit-rfp h2 {
  text-align: center;
}
.web-solutions-ym-page section.submit-rfp #edit-intro-text {
  margin: 10px 0 50px;
  text-align: center;
}
.web-solutions-ym-page .region-submit-rfp .block-webform {
  margin: 0 auto;
  max-width: 1000px;
}
.web-solutions-ym-page .region-submit-rfp .block-title {
  margin-bottom: 20px;
}

.path-not-front.path-webform [id*=webform-submission-request-a-consultation] [class*=col-sm-] {
  padding: 0;
  width: 100%;
}
@media (max-width: 991px) {
  [id*=webform-submission-request-a-consultation] [class*=col-sm-] {
    padding: 0;
    width: 100%;
  }
}
[id*=webform-submission-request-a-consultation] [class*=col-sm-].form-item-organization {
  width: 100%;
}
[id*=webform-submission-request-a-consultation] .webform-select-other {
  margin-bottom: 0;
}
[id*=webform-submission-request-a-consultation] .form-item-comments {
  width: 100%;
  clear: left;
}
[id*=webform-submission-request-a-consultation] #edit-phone--description {
  font-size: 10px;
}
[id*=webform-submission-request-a-consultation] .form-actions {
  margin: 10px 0 0;
  text-align: center;
  display: inline-block;
}
.path-webform [id*=webform-submission-request-a-consultation] .form-actions {
  margin: 0;
  text-align: left;
}
[id*=webform-submission-request-a-consultation] #edit-actions-submit {
  padding: 14px 22px 8px;
  min-width: 215px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #c41039;
  border-color: #c41039;
  border-style: solid;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-top: 16px;
}
[id*=webform-submission-request-a-consultation] #edit-actions-submit:focus, [id*=webform-submission-request-a-consultation] #edit-actions-submit:hover, [id*=webform-submission-request-a-consultation] #edit-actions-submit:active {
  color: #fff;
  background: rgb(162.9943396226, 13.3056603774, 47.4014150943) !important;
  border-color: #c41039;
  transform: scale(1.05);
}
@media (max-width: 767px) {
  [id*=webform-submission-request-a-consultation] #edit-actions-submit {
    padding: 12px 15px 8px;
    min-width: 0;
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  [id*=webform-submission-request-a-consultation] #edit-actions-submit {
    font-size: 12px;
  }
}
.path-webform [id*=webform-submission-request-a-consultation] #edit-actions-submit {
  padding: 12px 15px 7px;
  min-width: 100px;
  font-family: "HelveticaNeueLTPro-Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #c41039;
  border-color: #c41039;
  border-style: solid;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.path-webform [id*=webform-submission-request-a-consultation] #edit-actions-submit:focus, .path-webform [id*=webform-submission-request-a-consultation] #edit-actions-submit:hover, .path-webform [id*=webform-submission-request-a-consultation] #edit-actions-submit:active {
  color: #fff;
  background: rgb(162.9943396226, 13.3056603774, 47.4014150943) !important;
  border-color: #c41039;
  transform: scale(1.05);
}

.adminimal-admin-toolbar.toolbar-tray-open .header.fixed {
  top: 79px;
}
.adminimal-admin-toolbar .header.fixed {
  position: absolute;
  top: 39px;
}
.adminimal-admin-toolbar .hero {
  margin-left: -1px;
  background-position: center;
}
.adminimal-admin-toolbar.page-node-type-industry-landing-page .header {
  background-color: #333;
}
.adminimal-admin-toolbar.page-node-type-industry-landing-page .page-wrapper {
  padding-top: 128px;
}
.adminimal-admin-toolbar.page-node-type-industry-landing-page .main-content {
  padding-top: 45px;
}
.adminimal-admin-toolbar.page-node-type-industry-landing-page .main-content .tabs,
.adminimal-admin-toolbar.page-node-type-industry-landing-page .main-content .messages__wrapper {
  margin: 0 auto;
  max-width: 1140px;
}
.adminimal-admin-toolbar.page-node-type-industry-landing-page .main-content .industry-landing-page {
  margin-top: 0;
}
.adminimal-admin-toolbar .topic-clusters-menu-wrapper.fixed {
  position: relative;
  top: 0;
}
.adminimal-admin-toolbar .topic-clusters-menu-wrapper.fixed > nav {
  background: transparent;
}
.adminimal-admin-toolbar.page-node-type-service .topic-clusters-menu-wrapper.fixed > nav:before {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.adminimal-admin-toolbar .page-content.offset {
  margin-top: 0;
}
.adminimal-admin-toolbar .hero-arrow {
  display: none;
}
.adminimal-admin-toolbar .parallax {
  background-attachment: revert !important;
}
.adminimal-admin-toolbar .parallax-mirror {
  display: none;
}

/*# sourceMappingURL=style.css.map */
