.ahg7103 {
  position: relative;
  background-color: #fff;
  color: #55524C;
  font-family: "Ideal Sans SSm A", "Ideal Sans SSm B", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  min-height: 100vh;
}
.ahg7103 h2, .ahg7103 h3, .ahg7103 h4, .ahg7103 h5, .ahg7103 h6 {
  margin: 0 auto 0.125em;
}
@media (min-width: 900px) {
  .ahg7103 {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .ahg7103 {
    font-size: 18px;
  }
}

.ahg7103-inner {
  padding: 0 15px;
  z-index: 9;
}

.ahg7103__section-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}
.ahg7103__section-inner::after {
  clear: both;
  content: "";
  display: table;
}

.ahg7103__hero-media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 110px;
  padding-top: 24.14%;
  position: relative;
  width: 100%;
}

.ahg7103__hero-content {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.ahg7103__hero-content-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  height: inherit;
  position: relative;
}
.ahg7103__hero-content-inner::after {
  clear: both;
  content: "";
  display: table;
}

.ahg7103__hero-ribbon {
  max-width: 1220px;
}

.ahg7103__hero-ribbon img {
  max-width: 75px;
}
@media (min-width: 600px) {
  .ahg7103__hero-ribbon img {
    max-width: 100px;
  }
}
@media (min-width: 900px) {
  .ahg7103__hero-ribbon img {
    max-width: 120px;
  }
}

.ahg7103-nav {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  max-width: 1300px;
  background-color: #FFF;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: center;
  z-index: 9;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .ahg7103-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 600px) {
  .ahg7103-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 900px) {
  .ahg7103-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    padding-top: 0;
    margin-top: -105px;
    position: sticky;
    top: 38px;
    background: none;
  }
}
@media (min-width: 1200px) {
  .ahg7103-nav {
    font-size: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.ahg7103-nav .ahg7103-nav__header {
  display: block;
  position: relative;
  padding: 15px 20px;
  background: rgb(0, 118, 150);
  line-height: 1.4;
  z-index: 9;
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
}
@media (min-width: 900px) {
  .ahg7103-nav .ahg7103-nav__header {
    background: rgba(0, 118, 150, 0.68);
  }
}
.ahg7103-nav .ahg7103-nav__page-items {
  background-color: #009EC9;
  margin-top: 0;
}
@media (min-width: 900px) {
  .ahg7103-nav .ahg7103-nav__page-items {
    z-index: 9;
  }
}
.ahg7103-nav .ahg7103-nav__page-items a {
  white-space: nowrap;
  background-color: #009EC9;
  color: #fff;
  display: block;
  padding: 10px 20px;
}
@media (min-width: 900px) {
  .ahg7103-nav .ahg7103-nav__page-items a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 20px 12px 20px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
}
.ahg7103-nav .ahg7103-nav__page-items a:hover {
  background: rgba(0, 118, 150, 0.68);
  color: #fff;
}
.ahg7103-nav .ahg7103-nav__page-items a:focus {
  background: rgba(0, 118, 150, 0.68);
  color: #fff;
}
@media (min-width: 900px) {
  .ahg7103-nav .ahg7103-nav__page-items a:focus {
    background-color: #fff;
    color: #009EC9;
  }
}
.ahg7103-nav .ahg7103-nav__page-items a:active {
  background: rgba(0, 118, 150, 0.68);
  color: #fff;
}
@media (min-width: 900px) {
  .ahg7103-nav .ahg7103-nav__page-items a:active {
    background-color: #fff;
    color: #009EC9;
  }
}
.ahg7103-nav a:link, .ahg7103-nav a:visited, .ahg7103-nav a:hover, .ahg7103-nav a:active, .ahg7103-nav a:focus {
  text-decoration: none;
}
.ahg7103-nav a.ahg7103-nav__page-item--active {
  background: rgb(0, 118, 150);
  color: #fff;
}
@media (min-width: 900px) {
  .ahg7103-nav a.ahg7103-nav__page-item--active {
    background-color: #fff;
    color: #009EC9;
  }
}

.ahg7103-nav .ahg7103-nav__page-items .ahg7103-nav__page-item-active {
  background-color: #fff;
  color: #009EC9;
}

.ahg7103__section--a {
  text-align: center;
  padding: 44px 15px 0px 15px;
}
.ahg7103__section--a h1, .ahg7103__section--a h2, .ahg7103__section--a h3, .ahg7103__section--a h4, .ahg7103__section--a h5, .ahg7103__section--a h6 {
  text-align: center;
}
.ahg7103__section--a.button {
  text-decoration: none;
}

.ahg7103__a-headline {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  text-align: center;
  color: #007696;
  font-size: 42px;
}

.ahg7103__a-text {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
}

.ahg7103__section--b {
  text-align: center;
}

.ahg7103__section--b .ahg7103__section-inner {
  padding: 22px 15px;
}

.ahg7103__b-headline {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  text-align: center;
  color: #007696;
  font-size: 32px;
}

.ahg7103__b-hr {
  height: 2px;
  width: 150px;
  margin: 10px auto 30px;
  background: #FB4F14;
  border: 0px;
}

.ahg7103__b-nodes {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 600px) {
  .ahg7103__b-nodes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ahg7103__b-node {
  width: 100%;
  padding: 10px;
}
@media (min-width: 600px) {
  .ahg7103__b-node {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33%;
    width: 33.3333333333%;
  }
}

.ahg7103__b-node .ahgt-tags-inline .ahgt-tags-inline__inner {
  display: none;
}

.ahg7103__section--d {
  padding: 66px 0 60px;
  background-color: #009EC9;
}
@media (min-width: 600px) {
  .ahg7103__section--d {
    padding: 88px 0 60px;
  }
}
@media (min-width: 900px) {
  .ahg7103__section--d {
    padding: 88px 0 60px;
  }
}

.ahg7103__d-headline {
  text-align: center;
  color: #ffffff;
}

.ahg7103__d-text {
  text-align: center;
  margin: 20px auto;
  color: #ffffff;
}

.ahg7103__d-text h4 {
  color: #ffffff;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

@media (min-width: 600px) {
  .ahg7103__d-nodes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 600px) {
  .ahg7103__d-nodes article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%;
  }
}

.ahg7103__quiz-wrapper {
  text-align: center;
  padding: 10px 15px 40px;
  background-color: #009EC9;
  color: #ffffff;
}
@media (min-width: 600px) {
  .ahg7103__quiz-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 900px) {
  .ahg7103__quiz-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .ahg7103__quiz-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.ahg7103__d-form-wrapper {
  margin-left: auto;
  margin-right: auto;
  background: #F5F2F0;
  text-align: left;
  max-width: 600px;
  padding: 30px 50px;
}
.ahg7103__d-form-wrapper input {
  max-width: 400px;
}

.ahg7103__d-form-wrapper .webform-confirmation__message {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  text-align: center;
}

.ahg7103__e-headline {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  text-align: center;
  color: #007696;
  font-size: 32px;
}

.ahg7103__section--e .ahg7103__section-inner {
  padding: 0px 15px 22px;
}
@media (min-width: 600px) {
  .ahg7103__section--e .ahg7103__section-inner {
    padding: 11px 15px 44px;
  }
}
@media (min-width: 900px) {
  .ahg7103__section--e .ahg7103__section-inner {
    padding: 11px 15px 66px;
  }
}

.ahg7103__e-collection-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 960px;
  margin: auto;
  padding-top: 15px;
}

.ahg7103__e-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px 10px 15px;
}
@media (min-width: 600px) {
  .ahg7103__e-collection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ahg7103__e-collection p {
  margin-bottom: 1em;
}

.ahg7103__e-collection-icon {
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
  padding: 10px;
}

.ahg7103__e-collection-icon img {
  height: 110px;
  width: 110px;
}

.ahg7103__e-collection-title {
  -webkit-box-flex: 4;
      -ms-flex: 4 1;
          flex: 4 1;
  padding: 10px 15px 10px 10px;
  letter-spacing: -0.5px;
}

.ahg7103__e-collection-description {
  -webkit-box-flex: 8;
      -ms-flex: 8 1;
          flex: 8 1;
  padding: 10px;
}

.ahg7103__e-collection-title a {
  font-size: 26px;
  line-height: 1.4;
  color: #009EC9;
}

.ahg7103__e-collection-6 .ahg7103__e-collection-title {
  -webkit-box-flex: 4;
      -ms-flex: 4 1;
          flex: 4 1;
  font-size: 22px;
  padding: 0 20px 10px 20px;
  line-height: 1.4;
}

.ahg7103__e-collection-6 {
  background-color: #009EC9;
  color: #fff;
  padding-top: 25px;
}

.ahg7103__e-collection-6 .ahg7103__e-collection-description {
  padding: 10px 20px;
}

.ahg7103__e-collection-6 .ahg7103__e-collection-description a {
  color: #fff;
  /* border-bottom:1px solid #fff; */
}

.ahg7103__e-collection-2, .ahg7103__e-collection-4 {
  /*  background-color:#F5F2F0; */
}

.ahg7103__e-text {
  text-align: center;
  margin: 44px auto 22px;
}

.ahg7103__feature-wrapper {
  text-align: center;
  padding: 15px;
  background: #F5F2F0;
  overflow: hidden;
}

.ahg7103__feature-headline {
  font-weight: 400;
}

.ahg7103__feature-content {
  margin: 0 auto;
  text-align: center;
  padding: 10px 30px;
  max-width: 700px;
}

.ahg7103__feature-content a {
  text-decoration: none;
}
.ahg7103__feature-content a:link, .ahg7103__feature-content a:visited, .ahg7103__feature-content a:hover, .ahg7103__feature-content a:active, .ahg7103__feature-content a:focus {
  text-decoration: none;
}

.ahg7103__feature-content h3 {
  margin: 1em auto 0;
  font-size: 24px;
  font-weight: 300;
}

.ahg7103__feature-content p {
  margin: 0.25em;
}

.ahg7103__section--f {
  text-align: center;
  padding: 44px 10px;
}
@media (min-width: 600px) {
  .ahg7103__section--f {
    padding: 66px 10px;
  }
}
@media (min-width: 900px) {
  .ahg7103__section--f {
    padding: 66px 10px;
  }
}

h2.ahg7103__f-headline {
  margin-bottom: 1em;
  text-align: center;
  max-width: 500px;
  margin: 22px auto;
}

.ahg7103__f-social-buttons {
  margin: 1em auto 3em;
}
.ahg7103__f-social-buttons .ahg-social-profiles__link .ahgt-icon {
  fill: #FB4F14;
}

.ahg7103__f-partnership-text {
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
  margin: 64px auto 16px auto;
}

.ahg7103__f-logo {
  margin: 0 auto;
  max-width: 400px;
}