body {
  font-family: "source sans pro", -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "arial", "helvetica", sans-serif;
}

.masthead-logo {
  padding: 0;
}

.svg .masthead-logo__link {
  background: url(../img/aviva-logo.svg) no-repeat center center;
  background-size: 7.25em;
}

header.masthead {
  height: 60px;
  position: relative;
}
header.masthead .masthead-logo {
  margin: 0 auto;
}
header.masthead .masthead-logo img {
  min-height: 24px;
}

.o-masthead__primary-nav {
  display: block;
}

.o-masthead__menu-link {
  list-style: none;
}

.dropdown.menu--right {
  position: absolute;
  z-index: 999;
  right: 0;
  top: -16px;
}
.dropdown.menu--right li {
  display: inline;
}
@media (max-width: 768px) {
  .dropdown.menu--right {
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 959px) {
  .dropdown.menu--right {
    top: inherit;
    right: -30px;
  }
}

@media (max-width: 768px) {
  .csstransforms .o-masthead__menu-link-icon {
    top: 27px;
  }
}

.o-masthead__skip-links a:hover, .o-masthead__skip-links a:focus {
  border: 4px solid transparent;
  border-width: 4px 0;
  border-bottom-color: #004fb6;
  border-top-color: transparent;
}

.masthead .l-content-container {
  position: static;
}

.nav--right {
  margin: 0 auto;
  position: absolute;
  top: 21px;
  right: 0px;
  z-index: 999;
  min-width: 320px;
}
.nav--right li {
  display: inline;
}
.nav--right ul.dropdown-content {
  float: right;
  position: absolute;
  right: 18px;
}
@media (max-width: 959px) {
  .nav--right {
    top: 16px;
  }
}
@media (max-width: 768px) {
  .nav--right {
    min-width: inherit;
  }
}

.m-hero--suburban {
  background-image: url(../img/bg_suburban.jpg);
}

.o-masthead__skip-links .dropbtn {
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .o-masthead__skip-links .dropbtn {
    display: none;
  }
}
.o-masthead__skip-links .dropbtn.open {
  border-bottom-color: #004CB9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.nav--right ul.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  padding-left: 0;
}
.nav--right ul.dropdown-content li {
  list-style: none;
}
.nav--right ul.dropdown-content.show {
  background: white;
  right: 0;
  top: 40px;
}
.nav--right ul.dropdown-content.show li {
  padding: 4px;
}
.nav--right ul.dropdown-content.show li a {
  padding-left: 16px;
  padding-right: 16px;
  border: none;
  font-weight: normal;
}
.nav--right ul.dropdown-content.show li a:hover {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .nav--right ul.dropdown-content {
    display: block;
  }
}
@media (max-width: 768px) {
  .nav--right ul.dropdown-content li {
    display: block;
  }
}

.dropdown-content a {
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

.m-hero-wrapper h1 {
  font-size: 70px;
  font-weight: bold;
  margin-top: 120px;
  margin-bottom: 0;
}
@media (max-width: 482px) {
  .m-hero-wrapper h1 {
    font-size: 42px;
  }
}
.m-hero-wrapper .heading--2 {
  max-width: 1000px;
}
@media (max-width: 482px) {
  .m-hero-wrapper .heading--2 {
    font-size: 20px;
  }
}
.m-hero-wrapper .heading--3 {
  font-size: 28px;
  font-weight: 700;
}
.m-hero-wrapper .heading--4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.m-hero-wrapper .m-hero-message {
  text-align: left;
}
.m-hero-wrapper .m-hero-message.m-hero-message--bottom {
  -webkit-box-pack: end;
  justify-content: end;
}
.m-hero-wrapper .m-hero-message.m-hero-message--top {
  -webkit-box-pack: start;
  justify-content: start;
}
.m-hero-wrapper .hero-c2a--container {
  margin-top: 60px;
  margin-bottom: 96px;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a {
  background-color: #fff;
  min-height: 440px;
  overflow: hidden;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a.hero-logo-hidden {
  background-color: transparent;
  min-height: auto;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a.hero-logo-hidden .hero-c2a--right {
  min-height: auto;
}
@media (max-width: 840px) {
  .m-hero-wrapper .hero-c2a--container .hero-c2a {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -128px;
  }
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .hero-c2a--left {
  margin-right: -1px;
  position: relative;
  background-color: #fff;
  border-right: 1px solid #ccc;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .hero-c2a--left img {
  padding: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 840px) {
  .m-hero-wrapper .hero-c2a--container .hero-c2a .hero-c2a--left img {
    padding: 60px;
  }
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .hero-c2a--right {
  background-color: #f9f9f9;
  padding: 30px 55px;
  border-left: 1px solid #ccc;
}
@media (max-width: 840px) {
  .m-hero-wrapper .hero-c2a--container .hero-c2a .hero-c2a--right {
    padding-bottom: 50px;
  }
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .hero-c2a--left, .m-hero-wrapper .hero-c2a--container .hero-c2a .hero-c2a--right {
  width: 50%;
  float: left;
  min-height: 440px;
}
@media (max-width: 840px) {
  .m-hero-wrapper .hero-c2a--container .hero-c2a .hero-c2a--left, .m-hero-wrapper .hero-c2a--container .hero-c2a .hero-c2a--right {
    width: 100%;
    margin-right: 0;
    border-right: none;
    border-left: none;
  }
}
.m-hero-wrapper .hero-c2a--container .hero-c2a h3, .m-hero-wrapper .hero-c2a--container .hero-c2a h4 {
  color: #5c596d;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a h3 {
  margin-top: 12px;
  margin-bottom: 0px;
  font-weight: bold;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a label {
  font-weight: 100;
  font-size: 22px;
  color: #5c596d;
  margin-bottom: 0.625em;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a label.m-form-row__error-message {
  color: #bd2624;
  font-weight: 500;
  font-size: 18px;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a label.m-form-row__error-message:before {
  left: 60px;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a label.thin-text-heading {
  margin: 0.625em 0;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .radio-btn--label {
  margin-top: 0;
  margin-bottom: 0;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .radio-btn {
  position: absolute;
  opacity: 0;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .radio-btn:checked ~ span {
  background-color: #4F9F31;
  color: #fff;
  border-color: #4F9F31;
  font-weight: normal;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .radio-btn:focus ~ span {
  border-color: #44c0ff;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .radio-btn-group:focus .btn-group__item:first-child .btn, .m-hero-wrapper .hero-c2a--container .hero-c2a .radio-btn-group:focus-within .btn-group__item:first-child .btn {
  border-left-color: #44c0ff;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .radio-btn-group:focus .btn-group__item:last-child .btn, .m-hero-wrapper .hero-c2a--container .hero-c2a .radio-btn-group:focus-within .btn-group__item:last-child .btn {
  border-right-color: #44c0ff;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .radio-btn-group:focus .btn-group__item .btn, .m-hero-wrapper .hero-c2a--container .hero-c2a .radio-btn-group:focus-within .btn-group__item .btn {
  border-top-color: #44c0ff;
  border-bottom-color: #44c0ff;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group {
  margin-top: 0;
  width: 100%;
}
@media (max-width: 482px) {
  .m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group {
    display: block;
  }
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group__item {
  padding: 0;
  width: 50%;
  margin: 0;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group__item:first-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0.5px;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group__item:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0.5px;
}
@media (max-width: 900px) and (min-width: 769px) {
  .m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group__item {
    width: 100%;
  }
  .m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group__item:first-child .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-right-width: 0.5px;
  }
  .m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group__item:last-child .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-left-width: 0.5px;
  }
}
@media (max-width: 482px) {
  .m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group__item {
    width: 100%;
  }
  .m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group__item:first-child .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-right-width: 0.5px;
  }
  .m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group__item:last-child .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-left-width: 0.5px;
  }
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .text-input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #aaa;
  padding: 12px 30px;
  color: #333333;
  text-transform: uppercase;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group--button {
  font-size: 18px;
  font-weight: normal;
  padding: 10px;
  color: #444;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group--button:hover {
  color: #fff;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .btn-group--button.active {
  background-color: #4F9F31;
  color: #fff;
  border-color: #4F9F31;
  font-weight: normal;
}
.m-hero-wrapper .hero-c2a--container .hero-c2a .quote-btn {
  margin-top: 30px;
}
.m-hero-wrapper .c2a-row:first-of-type {
  padding-bottom: 30px;
  border-bottom: 1px solid #aaa;
}
.m-hero-wrapper .c2a-row:last-of-type {
  padding-top: 30px;
}
.m-hero-wrapper .c2a-row:last-of-type .quote-btn {
  margin-top: 18px;
}
.m-hero-wrapper .hero-c2a--heading {
  text-align: center;
  font-size: 42px;
  white-space: nowrap;
}
.m-hero-wrapper .hero-c2a--heading .hero-c2a--subheading {
  display: block;
  font-size: 28px;
  font-weight: 300;
}
.m-hero-wrapper .hero-c2a .heading--4 {
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.m-hero-wrapper .hero-c2a--right {
  position: relative;
}
.m-hero-wrapper .hero-c2a--right-content {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.m-form-row__validation-message {
  font-weight: 400;
  text-align: right;
  margin: 0;
  font-size: 11px;
  display: none;
  color: #CE1141;
}
.m-form-row__validation-message.show {
  color: #CE1141;
}

.hero-c2a .thin-text-heading {
  font-size: 22px;
  color: #5c596d;
  font-weight: 200;
  display: inline-block;
}

.section-heading {
  font-size: 42px;
}
@media (max-width: 768px) {
  .section-heading {
    font-size: 32px;
  }
}

.section-subheading {
  font-size: 28px;
  margin: 0;
  font-weight: 300;
}

.section-subheading-smaller {
  font-size: 20px;
}

@media (max-width: 768px) {
  .section-subheading-bigger {
    font-size: 20px;
  }
}

.full-width--bar-blue {
  background-color: #123274;
}
.full-width--bar-blue h2, .full-width--bar-blue a, .full-width--bar-blue a:visited, .full-width--bar-blue p {
  color: white;
}
.full-width--bar-blue a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.full-width--bar-light-blue {
  background-color: #E5EDF8;
  padding: 60px 0;
}
.full-width--bar-light-blue h2, .full-width--bar-light-blue a, .full-width--bar-light-blue a:visited, .full-width--bar-light-blue p {
  color: #5C596D;
}
.full-width--bar-light-blue a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 30px 0;
}
section .section-heading {
  margin-bottom: 0px;
  margin-top: 0;
}

.full-width--bar {
  margin: 0;
}
.full-width--bar a {
  transition: all 0.2s ease-out;
  font-weight: bold;
}

.responsive-tabs {
  padding-top: 50px;
}
.responsive-tabs .tab-content {
  clear: both;
}
.responsive-tabs .icon-tabs {
  position: relative;
}
.responsive-tabs .r-tabs-nav {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
}
@media (max-width: 768px) {
  .responsive-tabs .r-tabs-nav {
    display: none;
  }
}
.responsive-tabs .r-tabs-nav li {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 959px) {
  .responsive-tabs .r-tabs-nav li {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.responsive-tabs .r-tabs-nav li:first-of-type {
  margin-left: 0;
}
.responsive-tabs .r-tabs-nav li:last-of-type {
  margin-right: 0;
}
.responsive-tabs a.tab-link, .responsive-tabs .r-tabs-anchor {
  text-decoration: none;
  text-align: center;
  border: none;
  height: 94px;
  display: inline-block;
  border: 4px solid transparent;
  border-width: 4px 0;
  border-top-color: transparent;
}
.responsive-tabs a.tab-link img, .responsive-tabs .r-tabs-anchor img {
  width: 50px;
  height: 50px;
}
@media (max-width: 869px) {
  .responsive-tabs a.tab-link img, .responsive-tabs .r-tabs-anchor img {
    width: 40px;
  }
}
.responsive-tabs a.tab-link h6, .responsive-tabs .r-tabs-anchor h6 {
  white-space: nowrap;
  font-size: 20px;
}
@media (max-width: 959px) {
  .responsive-tabs a.tab-link h6, .responsive-tabs .r-tabs-anchor h6 {
    font-size: 18px;
  }
}
@media (max-width: 869px) {
  .responsive-tabs a.tab-link h6, .responsive-tabs .r-tabs-anchor h6 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .responsive-tabs a.tab-link h6, .responsive-tabs .r-tabs-anchor h6 {
    font-size: 20px;
  }
}
.responsive-tabs .r-tabs-state-active a.tab-link, .responsive-tabs .r-tabs-state-active .r-tabs-anchor {
  border-bottom-color: #004fb6;
}

.tab-content h5 {
  font-size: 28px;
  font-weight: bold;
}

ul.tab-content--bullets {
  padding-left: 18px;
}

.tile-container {
  margin-top: 65px;
  margin-bottom: 80px;
  overflow: hidden;
  background-color: #004CB9;
}
.tile-container p::selection, .tile-container h2::selection, .tile-container h3::selection, .tile-container h4::selection, .tile-container h5::selection, .tile-container a::selection, .tile-container span::selection, .tile-container strong::selection {
  background-color: rgba(255, 255, 255, 0.2);
}

.tile--left, .tile--right {
  width: 50%;
  float: left;
  overflow: hidden;
}
@media (max-width: 1200px) and (min-width: 1000px) {
  .tile--left img, .tile--right img {
    max-width: inherit;
    height: 300px;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  .tile--left img, .tile--right img {
    max-width: inherit;
    height: 380px;
    margin-left: -100px;
  }
}
@media (max-width: 768px) {
  .tile--left, .tile--right {
    width: 100%;
  }
}

.tile--text-section {
  padding: 30px;
}
.tile--text-section h2, .tile--text-section h3, .tile--text-section h4, .tile--text-section h5, .tile--text-section p, .tile--text-section a, .tile--text-section a:visited {
  color: #fff;
  margin: 0;
}
.tile--text-section h3 {
  font-size: 28px;
  font-weight: bold;
}
.tile--text-section h4 {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 16px;
}
.tile--text-section p {
  margin-bottom: 16px;
}

footer {
  clear: both;
}

.responsive-tabs .r-tabs-state-active h6 {
  color: #004CB9;
}
.responsive-tabs .r-tabs-accordion-title {
  border-bottom: 1px solid #CCCCCC;
}
.responsive-tabs .r-tabs-accordion-title .r-tabs-anchor {
  height: inherit;
}
.responsive-tabs .r-tabs-accordion-title img {
  width: 30px;
  display: inline-block;
  margin-right: 30px;
}
.responsive-tabs .r-tabs-accordion-title h6 {
  display: inline-block;
}

footer.t-accent-dark {
  color: #C3C3C3;
}
footer.t-accent-dark a, footer.t-accent-dark a:visited {
  color: #C3C3C3;
  border-bottom: none;
}
footer.t-accent-dark a:hover {
  color: white;
}
footer.t-accent-dark .copyright {
  font-size: 14px;
  float: right;
}
@media (max-width: 482px) {
  footer.t-accent-dark .copyright {
    float: left;
  }
}
footer.t-accent-dark .inline-list {
  font-size: 16px;
}

.inline-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.inline-list .inline-list--item {
  color: #C3C3C3;
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 482px) {
  .inline-list .inline-list--item {
    margin: 0;
    width: 50%;
    float: left;
  }
}

.footer-row-1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 482px) {
  .footer-row-1 {
    padding-bottom: 60px;
  }
}

.modal {
  transition: all 0.18s linear;
}
.modal.show {
  opacity: 1;
}
.modal.show .modal-dialog {
  margin-top: 120px;
}
.modal .btn-text {
  font-family: "source sans pro", -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "arial", "helvetica", sans-serif;
}
.modal .btn-close-modal {
  position: absolute;
  right: 0;
  top: -26px;
  text-align: right;
  padding: 0;
  background: transparent;
  border: none;
  color: white;
  letter-spacing: 2px;
}
.modal .btn-close-modal:hover {
  text-decoration: underline;
}

.modal-content {
  border-radius: 0;
}

.modal-header, .modal-body, .modal-footer {
  padding-left: 35px;
  padding-right: 35px;
  border-bottom: none;
}

.modal-header .modal-title.section-heading {
  font-weight: 400;
}
.modal-header h5 {
  margin-top: 0;
}

.modal-body {
  padding-bottom: 35px;
}
.modal-body .m-form-row {
  margin: 0.875em 0;
  width: inherit;
  text-align: left;
  border-bottom: none;
}
.modal-body label {
  margin-bottom: 0;
}

.text-input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #aaa;
  padding: 12px 20px;
}
.text-input.valid {
  border-color: #4f9f31;
}
.text-input:invalid, .text-input.invalid {
  border-color: #bd2624;
}
.text-input:focus {
  border-color: #44c0ff;
}

.modal-footer {
  border-top: none;
}

.modal {
  bottom: 0;
  max-height: unset;
  max-width: unset;
  overflow: unset;
  padding-top: unset;
  top: 0;
  width: unset;
}
@media (max-width: 559px) {
  .modal .btn-close-modal {
    color: #444;
  }
}

.svg .m-form-row--light .a-dropdown__ui {
  background-color: #f9f9f9;
  background-image: url(../img/icons/arrow-down-form-grey.svg);
}

.svg .m-form-row--light .a-dropdown__select:hover ~ .a-dropdown__ui,
.svg .m-form-row--light .a-dropdown__select:focus ~ .a-dropdown__ui {
  background-image: url(../img/icons/arrow-down-form-grey.svg);
}

@media (max-width: 35em) {
  .o-masthead-logo {
    margin-right: auto;
  }
}
.u-overflow-y--vis {
  overflow: visible;
}

.o-masthead__menu-link.u-pos--rel {
  position: relative;
}

.o-masthead__navigation-container {
  display: flex;
}

.o-masthead-logo {
  margin-right: auto;
}

.nav--right {
  top: 1em;
}

@media (max-width: 959px) {
  .nav--right {
    top: 0em;
  }
}
@media (min-width: 35em) {
  .o-masthead__skip-links .o-masthead__menu-link {
    left: 2em;
  }
}
.nav--right ul.dropdown-content.show {
  right: -60px;
  top: 60px;
}

.nav--right ul.dropdown-content {
  right: 3em;
}

.hero-c2a ul.radio-btn-group {
  padding-left: 0;
}

.hero-c2a .btn--full-width.btn-group--button {
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid #aaa;
  cursor: pointer;
}

.hero-c2a .btn-group__item:first-of-type .btn-group--button {
  border-radius: 4px 0 0 4px;
}

.hero-c2a .btn-group__item:last-of-type .btn-group--button {
  border-radius: 0 4px 4px 0;
}

.hero-c2a .btn.btn--full-width.btn-group--button,
.hero-c2a .m-button-group__item,
.hero-c2a * {
  transition: all 1s linear;
}

.hero-c2a .m-button-group__item:hover .btn.btn--full-width.btn-group--button,
.hero-c2a .btn-group__item:hover .btn.btn--full-width.btn-group--button {
  background-color: #004fb6;
}

.hero-c2a .radio-btn--label .btn.btn--full-width.btn-group--button,
.hero-c2a .btn-group__item .btn.btn--full-width.btn-group--button {
  transition: all 0.2s linear;
}

.hero-c2a .radio-btn--label:hover .btn.btn--full-width.btn-group--button,
.hero-c2a .btn-group__item:hover .btn.btn--full-width.btn-group--button {
  background-color: #004fb6;
  border-color: #004fb6;
}

.o-masthead__skip-links:after {
  border-right: transparent;
}

.hd-masthead--container {
  padding-top: 1em;
}

@media screen and (max-width: 959px) {
  .harley-davidson-landing-page .o-masthead__skip-links {
    margin-top: 1em;
  }
}
.harley-davidson-landing-page .m-hero-message {
  flex-grow: 0;
}

.harley-davidson-landing-page .m-hero {
  min-height: 80vh;
}
