html {
  position: relative;
  height: 100%; }

body {
  height: 100%; }

.btn-line {
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  text-decoration: none; }
  .btn-line:hover {
    box-shadow: inset 0 0 0 1px #1c1c1c; }

.goto {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #b84c16;
  font-weight: 500;
  display: inline-block;
  border: 0;
  background: transparent; }
  .goto i.far {
    font-size: 1.1em;
    margin-left: 0.2rem;
    vertical-align: text-bottom; }

.inline-link {
  color: #b84c16;
  text-decoration: underline;
  font-weight: 500;
  display: inline-block;
  border: 0;
  background: transparent;
  height: auto; }
  .inline-link:hover {
    color: #9d4113; }
  .inline-link.no-space {
    display: inline;
    padding: 0;
    font-weight: normal; }
  .inline-link i.far,
  .inline-link i.fas,
  .inline-link i.fal {
    vertical-align: text-bottom;
    margin-left: 0.4em;
    text-decoration: none; }

.modal-link {
  opacity: 1;
  transition: opacity 0.3s ease 0s;
  display: inline-block;
  margin: 1.125rem 1.5rem; }
  .modal-link:hover {
    opacity: 0.75;
    transition: opacity 0.3s ease 0s;
    cursor: pointer; }

.actions {
  margin-top: 3rem; }
  .actions .btn {
    margin: 0.5rem; }

.large {
  font-size: 1.3em;
  font-weight: 500; }

.small {
  font-size: 0.75em; }

.white-text {
  color: #fff; }

.coral-text {
  color: #ff9662; }

.caps {
  text-transform: uppercase; }

.no-caps {
  text-transform: none; }

.white {
  background: #fff; }

.grey {
  background: #f4f4f4; }

.coral-gradient {
  background: linear-gradient(#ffb995 0%, #fff3ed 100%); }
  .coral-gradient.reverse {
    background: linear-gradient(#fff3ed 0%, #ffb995 100%); }

.light-coral-gradient {
  background: linear-gradient(#ffdac7 0%, #fff3ed 100%); }

.coral {
  background: #fff3ed; }

.orange-text {
  font-weight: 500;
  color: #b84c16; }

.fit-image {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.fit-left {
  object-position: left; }

.fit-right {
  object-position: right; }

.round img, .round:after {
  border-radius: 50%; }

.small-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

.pull-up {
  margin-top: -1.5rem; }

.anchor-target {
  padding-top: 7rem;
  margin-top: -7rem; }

.fade.modal.show {
  opacity: 1; }

[data-activepage="how-did-you-2020"] .nav-logo {
  width: 65px;
  height: 65px;
  padding: 10px;
  margin-left: -10px;
  margin-top: 0;
  background: white;
  border-radius: 0 0 1em 1em; }

[data-activepage="how-did-you-2020"] .main-nav.up {
  top: -70px; }

@media (min-width: 48em) {
  [data-activepage="how-did-you-2020"] .nav-logo {
    width: 90px;
    height: 50px;
    display: block;
    float: left;
    margin: 10px 0;
    padding: 0;
    background: none;
    border-radius: 0; }
  [data-activepage="how-did-you-2020"] .main-nav.up {
    top: -60px; } }

.hero {
  position: relative;
  padding: 0;
  background: #1c1c1c; }
  .hero.light {
    background: #fff; }
  .hero.home img {
    height: 400px; }
    @media (min-width: 62em) {
      .hero.home img {
        height: 550px; } }
  .hero.home .copy {
    top: 50%; }
  .hero img {
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 400px;
    opacity: 0.5; }
    @media (min-width: 62em) {
      .hero img {
        opacity: 1; } }
  .hero .copy {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    padding: 0 2rem; }
    @media (min-width: 62em) {
      .hero .copy {
        top: 60%;
        max-width: 400px;
        text-align: left;
        left: 3rem;
        padding: 0; }
        .hero .copy.long {
          max-width: 460px; } }
    @media (min-width: 75em) {
      .hero .copy {
        max-width: 500px; } }
    .hero .copy p {
      font-family: "Montserrat", sans-serif;
      font-size: 1.6rem;
      line-height: 1.25; }

.number-bullet {
  display: inline-block;
  background: #b84c16;
  color: #fff;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  text-align: center; }

.offset-border {
  position: relative; }
  .offset-border:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -4px;
    left: -4px;
    border: 2px solid #1c1c1c; }

figure {
  margin: 0 auto; }
  @media (min-width: 48em) {
    figure {
      margin: 0 0 1rem; } }
.polaroid {
  padding: 1rem;
  border: 2px solid #1c1c1c;
  border-top-color: transparent;
  border-right-color: transparent;
  background: #fff3ed;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  max-width: 300px; }
  @media (min-width: 48em) {
    .polaroid {
      max-width: 100%; } }
  .polaroid .img-wrap {
    border: 2px solid #1c1c1c;
    border-top-color: transparent;
    border-right-color: transparent; }
  .polaroid figcaption {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    display: block;
    padding-top: 1rem;
    font-size: 1.4rem;
    min-height: 2rem; }
  .polaroid.rotate-min-left {
    transform: rotate(-5deg); }
  .polaroid.rotate-min-right {
    transform: rotate(5deg); }
  .polaroid.rotate-left {
    transform: rotate(-10deg); }
  .polaroid.rotate-right {
    transform: rotate(10deg); }
  .polaroid.rotate-max-left {
    transform: rotate(-15deg); }
  .polaroid.rotate-max-right {
    transform: rotate(15deg); }
  .polaroid.rotate-max-right, .polaroid.rotate-max-right .img-wrap, .polaroid.rotate-min-right, .polaroid.rotate-min-right .img-wrap {
    border-right-color: #1c1c1c;
    border-left-color: transparent; }

.what-is-vacavatar button {
  display: block;
  margin: 1rem auto; }

.what-is-vacavatar .audio {
  display: block;
  position: absolute;
  left: calc(50% - 100px); }
  .what-is-vacavatar .audio p {
    padding: 0.5rem 0.25rem;
    background-color: white;
    border-radius: 1rem;
    width: 200px;
    margin: 0; }
  .what-is-vacavatar .audio:after {
    content: "";
    display: block;
    position: absolute; }
  .what-is-vacavatar .audio.adult:after {
    content: url("/images/quote1.png");
    top: 23px; }
  .what-is-vacavatar .audio.teen:after {
    content: url("/images/quote2.png");
    left: 20px; }
  .what-is-vacavatar .audio.child:after {
    content: url("/images/quote3.png");
    right: 0;
    top: 23px; }

.what-is-vacavatar img {
  margin-top: 1.5rem;
  max-width: 200px; }

.kid-tips h3 {
  font-size: 1.25rem; }

.media-title.top-sep {
  border-top: 1px solid #d2d2d2;
  margin-top: 3rem; }

.media-title img.svg {
  max-width: 45px;
  margin-right: 1rem;
  margin-top: -0.875rem; }

.media-title h2 {
  display: inline-block; }

.orange-shadow {
  position: relative; }
  .orange-shadow:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0rem;
    top: -1rem;
    z-index: 0;
    width: 85%;
    height: 100%;
    background: linear-gradient(-90deg, #fbc02d, #ff9662); }
  .orange-shadow.flush:before {
    height: calc(100% + 1rem); }
  .orange-shadow > div {
    position: relative;
    z-index: 9;
    margin-left: 1rem;
    background: #fff; }
    .orange-shadow > div img {
      width: 100%; }

.grey-rule {
  display: flex;
  align-items: center; }
  .grey-rule:before, .grey-rule:after {
    content: "";
    flex: 1;
    display: inline-block;
    height: 2px;
    background: #757575;
    margin: 0 0.5em; }

p.red-rule {
  color: #b84c16;
  font-weight: 700;
  text-align: center;
  position: relative; }
  p.red-rule:before {
    content: "";
    display: block;
    background: #ff9662;
    position: absolute;
    width: 100%;
    height: 10px;
    margin-top: -5px;
    border-radius: 5px;
    top: 50%;
    left: 0; }
  p.red-rule span {
    display: inline-block;
    padding: 0 1rem;
    position: relative;
    background: #fff3ed; }

.modal .modal-header {
  border-bottom: 1px solid #ff9662; }

.modal .modal-body {
  padding-bottom: 0; }

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

.modal h3 {
  font-size: 1.25em; }

.modal p {
  font-size: 0.875em; }

.modal a {
  color: #1c1c1c;
  text-decoration: underline; }
  .modal a:hover {
    opacity: 0.75; }

.how2020 {
  padding-bottom: 80px;
  position: relative; }
  .how2020 .btn-primary {
    background-color: #008175;
    border-color: #008175; }
    .how2020 .btn-primary:hover {
      background-color: #006259; }
  .how2020 *:focus:not(:focus-visible) {
    outline: none !important; }

a.social-icon {
  height: 3rem;
  width: 3rem;
  display: inline-block;
  color: #fff;
  background: #197f76;
  border-radius: 50%;
  margin: 0 0.25rem;
  text-align: center;
  line-height: 1.4;
  font-size: 1.7rem; }

.share-preview .fit-image {
  border: 1px solid #dddddd; }

.share-preview p {
  font-size: 1.8rem;
  line-height: 1.4; }

.modal.avatar-modal .modal-dialog {
  margin-top: 6rem;
  transform: none; }

.modal.avatar-modal .modal-header {
  border-bottom: 1px solid #dee2e6; }
  .modal.avatar-modal .modal-header .modal-title {
    display: inline-block; }
  .modal.avatar-modal .modal-header button span {
    background: none;
    font-size: 3.25rem;
    font-weight: 400; }
  .modal.avatar-modal .modal-header:before {
    display: none; }

.modal.avatar-modal .btn {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.modal.avatar-modal .btn-primary {
  background-color: #009781;
  border-color: #009781; }
  .modal.avatar-modal .btn-primary:hover {
    background-color: #007867; }

.modal.avatar-modal .btn.btn-link {
  margin: 0;
  padding: 0rem 1rem; }

.how2020 .prefooter .btn-button-subscribe.btn-primary {
  color: white !important; }

.how2020 footer {
  position: relative; }

.how2020 .main-stage {
  height: auto;
  background: none; }

.how2020 .title {
  color: black;
  text-decoration: none; }
  .how2020 .title h1 {
    font-size: 2rem; }
    @media (min-width: 62em) {
      .how2020 .title h1 {
        font-size: 2.5rem; } }
  .how2020 .title:hover {
    text-decoration: none; }

.how2020 .lightbox .lb-data a.lb-close:focus {
  opacity: 1;
  outline: 5px auto -webkit-focus-ring-color !important; }

.how2020 .lightbox .lb-nav a.lb-prev,
.how2020 .lightbox .lb-nav a.lb-next {
  height: 5em;
  width: 5em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }
  .how2020 .lightbox .lb-nav a.lb-prev:focus,
  .how2020 .lightbox .lb-nav a.lb-next:focus {
    opacity: 1;
    outline: 5px auto -webkit-focus-ring-color !important; }

.how2020 h1 {
  text-align: center;
  font-weight: 600;
  font-size: 3.7rem;
  line-height: 1; }
  .how2020 h1 span {
    margin: 0; }
  .how2020 h1 em {
    color: #009781;
    font-style: normal; }
  .how2020 h1.light {
    font-size: 3rem;
    color: white; }
    .how2020 h1.light em {
      color: #1c1c1c; }
  .how2020 h1.small {
    font-size: 2rem;
    margin: 0;
    text-align: right; }
  .how2020 h1 .leftblock,
  .how2020 h1 .rightblock {
    display: inline-block; }
  .how2020 h1 .leftblock {
    text-align: right;
    font-size: 1em; }
  .how2020 h1 .rightblock {
    font-weight: 700;
    font-size: 1.85em;
    text-align: left;
    margin-left: 0.1em;
    line-height: 0.8; }

.how2020 h3 {
  font-weight: 600; }

@keyframes hoverPop {
  0% {
    margin-left: -100%;
    opacity: 0; }
  80% {
    margin-left: 10%;
    opacity: 0; }
  100% {
    margin-left: 0%;
    opacity: 1; } }

.how2020 {
  padding: 8rem 0; }
  .how2020 .build-avatar .actions {
    padding: 0 4.2rem; }
  .how2020 .build-avatar .grey-rule:before, .how2020 .build-avatar .grey-rule:after {
    background: #e8e6e3; }
  @media (min-width: 36em) {
    .how2020 .build-avatar .border-separator {
      display: inline-block;
      vertical-align: top;
      height: 5em;
      margin: 0;
      line-height: 4.25;
      margin-right: 1em; }
    .how2020 .build-avatar .grey-rule:before, .how2020 .build-avatar .grey-rule:after {
      display: none; }
    .how2020 .build-avatar .form-group {
      display: inline-block; } }
  .how2020 .avatar {
    position: relative;
    margin: 0 auto; }
    .how2020 .avatar button.builder-btn {
      position: absolute;
      z-index: 40;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      border: 0;
      background: transparent;
      height: 5rem;
      top: 0;
      margin: 0;
      padding: 0;
      right: auto; }
      @media (min-width: 48em) {
        .how2020 .avatar button.builder-btn {
          padding-right: 2rem;
          margin-right: -2rem; } }
      .how2020 .avatar button.builder-btn .part-label {
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        font-size: 1em;
        opacity: 1;
        display: none; }
        @media (min-width: 48em) {
          .how2020 .avatar button.builder-btn .part-label {
            width: 4.6rem;
            margin-left: 0%;
            animation-name: hoverPop;
            animation-duration: 0.5s; }
            .how2020 .avatar button.builder-btn .part-label .part-label-inner {
              display: inline-block; } }
      @media (min-width: 48em) {
        .how2020 .avatar button.builder-btn:hover .part-label {
          display: block; } }
      .how2020 .avatar button.builder-btn .arw {
        display: block;
        position: relative;
        width: 4rem;
        margin-left: -1.5rem;
        background: white;
        opacity: 0.85; }
      .how2020 .avatar button.builder-btn .arw:after {
        content: "";
        display: block;
        border: 3px solid #757575;
        box-sizing: content-box;
        transform: rotate(45deg);
        width: 100%;
        height: 0;
        padding-bottom: 100%; }
      .how2020 .avatar button.builder-btn.btn-next {
        right: 0.95rem;
        left: auto;
        padding: 0;
        flex-direction: row; }
        @media (min-width: 48em) {
          .how2020 .avatar button.builder-btn.btn-next {
            padding-right: 0;
            margin-right: 0;
            padding-left: 2rem;
            margin-left: -2rem; } }
        .how2020 .avatar button.builder-btn.btn-next .arw:after {
          border-left: 0;
          border-bottom: 0;
          margin-right: 0;
          left: auto;
          right: 1em; }
      .how2020 .avatar button.builder-btn.builder-btn-outfit {
        top: 80px; }
        @media (min-width: 22.5em) {
          .how2020 .avatar button.builder-btn.builder-btn-outfit {
            top: 25%; } }
        @media (min-width: 48em) {
          .how2020 .avatar button.builder-btn.builder-btn-outfit .part-label {
            width: 5.3rem; } }
      .how2020 .avatar button.builder-btn.builder-btn-accessories {
        top: 160px; }
        @media (min-width: 22.5em) {
          .how2020 .avatar button.builder-btn.builder-btn-accessories {
            top: 50%; } }
        @media (min-width: 48em) {
          .how2020 .avatar button.builder-btn.builder-btn-accessories .part-label {
            width: 10.5rem; } }
      .how2020 .avatar button.builder-btn.builder-btn-scenery {
        top: 240px; }
        @media (min-width: 22.5em) {
          .how2020 .avatar button.builder-btn.builder-btn-scenery {
            top: 75%; } }
        @media (min-width: 48em) {
          .how2020 .avatar button.builder-btn.builder-btn-scenery .part-label {
            width: 8rem; } }
      .how2020 .avatar button.builder-btn.btn-prev .arw {
        left: 1.5rem;
        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
        padding: 1em;
        border-radius: 0 1.5em 1.5em 0;
        background: white; }
      .how2020 .avatar button.builder-btn.btn-prev .arw:after {
        border-right: 0;
        border-top: 0; }
      .how2020 .avatar button.builder-btn.btn-next .arw {
        right: -0.95rem;
        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
        padding: 1em;
        border-radius: 1.5em 0 0 1.5em;
        background: white; }
      @media (min-width: 48em) {
        .how2020 .avatar button.builder-btn {
          right: calc(100% - 140px);
          height: 13rem; }
          .how2020 .avatar button.builder-btn .arw {
            width: 4.2rem;
            background: none;
            opacity: 1; }
          .how2020 .avatar button.builder-btn.btn-next {
            right: auto;
            left: calc(100% - 140px); }
            .how2020 .avatar button.builder-btn.btn-next .arw {
              right: 0;
              box-shadow: none;
              padding: 0.5em;
              border-radius: 0;
              background: transparent; }
          .how2020 .avatar button.builder-btn.btn-prev .arw {
            box-shadow: none;
            padding: 0.5em;
            border-radius: 0;
            background: transparent; } }
    .how2020 .avatar .part {
      position: absolute;
      top: 0;
      width: 100%;
      left: 0;
      padding: 0; }
      @media (min-width: 36em) {
        .how2020 .avatar .part {
          padding: 0 160px; } }
      .how2020 .avatar .part img {
        width: 100%; }
      .how2020 .avatar .part:first-child {
        position: relative; }
      .how2020 .avatar .part.outfit {
        z-index: 10; }
      .how2020 .avatar .part.accessories {
        z-index: 31; }
      .how2020 .avatar .part.gear {
        z-index: 30; }
  .how2020 .view-family .name {
    padding-left: 0.3rem; }
  .how2020 .view-family .avatar {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    padding: 0 0 80% 0;
    height: 0;
    width: 100%;
    overflow: hidden; }
    .how2020 .view-family .avatar .part {
      left: 0;
      top: 0;
      position: absolute;
      padding: 0;
      margin-top: -5%;
      width: 100%; }
  .how2020 .view-family .member.size-medium .avatar .part {
    margin-top: -15%; }
  .how2020 .view-family .member.size-small .avatar .part {
    margin-top: -40%; }

.how2020 .view-avatar .book {
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.5); }
  .how2020 .view-avatar .book .avatar {
    overflow: hidden; }
    .how2020 .view-avatar .book .avatar .part {
      padding: 0;
      z-index: 20; }
      .how2020 .view-avatar .book .avatar .part:last-child {
        width: 112%;
        left: -6%;
        z-index: 0; }
  .how2020 .view-avatar .book .stats {
    border-top: 1px solid #f4f4f4;
    background: linear-gradient(180deg, #dddddd 0%, rgba(221, 221, 221, 0) 20%); }
    @media (min-width: 48em) {
      .how2020 .view-avatar .book .stats {
        border-top: 0;
        border-left: 1px solid #f4f4f4;
        background: linear-gradient(90deg, #dddddd 0%, rgba(221, 221, 221, 0) 20%); } }
    .how2020 .view-avatar .book .stats .stats-inner {
      padding: 2rem; }
    .how2020 .view-avatar .book .stats .stat {
      border-top: 1px solid #f4f4f4;
      padding: 0.8rem 0;
      line-height: 1.8rem; }
      .how2020 .view-avatar .book .stats .stat:first-child {
        border-top: 0; }
      .how2020 .view-avatar .book .stats .stat .icon {
        width: 1.8rem;
        margin-right: 1rem;
        margin-top: -0.1em; }
      .how2020 .view-avatar .book .stats .stat .perc {
        float: right;
        color: #1c1c1c;
        font-size: 1.2em;
        font-weight: 700; }

.how2020 .family-photo {
  text-align: center; }
  .how2020 .family-photo .canvas-wrap {
    display: inline-block;
    position: relative; }
    .how2020 .family-photo .canvas-wrap .photo-frame {
      background-color: #fff;
      display: inline-block;
      position: relative; }
    .how2020 .family-photo .canvas-wrap canvas {
      width: 100%;
      position: relative; }
  .how2020 .family-photo .actions {
    margin: 2rem 0 3rem;
    position: relative;
    z-index: 20; }
    .how2020 .family-photo .actions .inline-link {
      font-size: 0.9em;
      margin: 0 0.5rem; }
  .how2020 .family-photo .image-refs {
    display: none; }
    .how2020 .family-photo .image-refs img {
      display: none; }

.how2020 .result {
  margin: 2rem 0 0;
  position: relative; }
  .how2020 .result img {
    width: 100%;
    margin-bottom: 1rem; }
  .how2020 .result .tags {
    position: absolute;
    top: 1rem;
    right: 1rem; }
    .how2020 .result .tags > div {
      display: inline-block;
      background: #fff;
      padding: 0.4rem;
      border-radius: 2px;
      margin-left: 0.4rem; }
      .how2020 .result .tags > div img.icon {
        width: 24px;
        height: 24px;
        margin: 0; }

.how2020 .result-ad {
  margin: 3rem 0rem 2rem 1rem;
  position: relative;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.how2020 #pie-chart {
  max-width: 300px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: left; }
  .how2020 #pie-chart .legend-key {
    display: block;
    padding: 0.3rem;
    clear: left;
    position: relative; }
    .how2020 #pie-chart .legend-key img.icon {
      width: 1.4rem;
      margin-right: 1rem; }
    .how2020 #pie-chart .legend-key .title {
      display: inline-block;
      text-align: left; }
    .how2020 #pie-chart .legend-key .perc {
      font-weight: 700;
      padding-right: 2rem;
      display: inline-block;
      width: 80px;
      text-align: right; }
    @media (min-width: 48em) {
      .how2020 #pie-chart .legend-key .title {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.86px;
        line-height: 22px; }
      .how2020 #pie-chart .legend-key .perc {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: -0.17px;
        line-height: 29px; } }
.how2020 figure h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.09px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px; }

.how2020 figure #pie-chart {
  display: inline-block; }

.how2020 figure .highcharts-container {
  width: auto !important;
  height: auto !important;
  text-align: center !important; }
  .how2020 figure .highcharts-container svg {
    height: 180px;
    width: 180px; }

.how2020 .download {
  display: inline-block;
  width: 100%;
  margin-top: 1.5rem; }

.how2020 .actions {
  margin-bottom: 3rem; }
  .how2020 .actions .inline-link {
    color: #008175;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.75px;
    line-height: 20px;
    border-right: 2px solid #e8e6e3;
    padding: 0 0.5rem;
    text-decoration: none; }
    .how2020 .actions .inline-link:last-child {
      border-right: none; }
    .how2020 .actions .inline-link i {
      margin-left: 0.85rem; }
    @media (min-width: 48em) {
      .how2020 .actions .inline-link {
        padding: 0 2em; } }
    @media (min-width: 62em) {
      .how2020 .actions .inline-link {
        padding: 0 0.85em; } }
    @media (min-width: 48em) {
      .how2020 .actions .inline-link {
        padding: 0 1.5em; } }
.how2020 .case-study-full.millgreen {
  margin-top: 8rem;
  margin-bottom: -8rem;
  padding: 0;
  background: #197f76 url("/howdidyou2020/html/images/holiday-2020-view-gallery.png") no-repeat top right;
  background-size: auto 100% !important;
  color: #fff !important; }
  @media (min-width: 48em) {
    .how2020 .case-study-full.millgreen {
      background-size: 55% !important;
      padding: 30px 0; } }
.how2020 label.form-label {
  font-weight: 700;
  text-transform: uppercase; }
  .how2020 label.form-label em {
    font-weight: 400;
    text-transform: none;
    font-size: 0.9rem; }

.how2020 select {
  width: auto; }

.how2020 .age-radio {
  padding: 0;
  margin-right: 0.25rem;
  display: inline-block;
  margin-top: -0.5rem;
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #ffdfc7;
  border: 0;
  border: 9px solid white;
  position: relative; }
  .how2020 .age-radio:nth-child(2) {
    background: #ffcdc0; }
  .how2020 .age-radio:nth-child(3) {
    background: #e8a773; }
  .how2020 .age-radio:nth-child(4) {
    background: #a9642b; }
  .how2020 .age-radio:nth-child(5) {
    background: #6a4100; }
  .how2020 .age-radio[aria-pressed="true"] {
    box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.25), 0 0 5px rgba(0, 0, 0, 0.35); }
  .how2020 .age-radio:after {
    content: "";
    display: block;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    pointer-events: none; }
  .how2020 .age-radio label {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden; }
  @media (min-width: 62em) {
    .how2020 .age-radio {
      width: 6.5rem;
      height: 6.5rem;
      margin-right: 0.6rem;
      border: 1rem solid white; } }
.how2020 .family-name .base-bg {
  text-align: center;
  margin-top: -8rem; }
  .how2020 .family-name .base-bg .text-wrapper {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
    width: 100%; }
    .how2020 .family-name .base-bg .text-wrapper .title {
      margin: 0;
      margin-bottom: 30px; }
    .how2020 .family-name .base-bg .text-wrapper .leftblock {
      font-size: 32px;
      font-weight: 500;
      letter-spacing: 2.91px;
      line-height: 32px;
      text-align: right; }
    .how2020 .family-name .base-bg .text-wrapper .rightblock {
      font-size: 57.6px;
      font-weight: bold;
      letter-spacing: -0.4px;
      line-height: 48px;
      text-align: center; }
    .how2020 .family-name .base-bg .text-wrapper .question {
      display: inline-block;
      font-size: 57.6px;
      font-weight: 600;
      letter-spacing: 3.29px;
      line-height: 56px;
      text-align: center; }
    @media (min-width: 48em) {
      .how2020 .family-name .base-bg .text-wrapper {
        width: 55%;
        top: 45%;
        left: 63%;
        transform: translate(-63%, -45%); }
        .how2020 .family-name .base-bg .text-wrapper .title {
          margin: 0;
          margin-bottom: 20px; }
        .how2020 .family-name .base-bg .text-wrapper .description {
          width: 55%;
          margin: 0 auto; } }
    @media (min-width: 62em) {
      .how2020 .family-name .base-bg .text-wrapper {
        position: absolute;
        top: 45%;
        left: 60%;
        transform: translate(-60%, -45%);
        width: 50%;
        margin-left: auto;
        margin-right: auto; }
        .how2020 .family-name .base-bg .text-wrapper .leftblock {
          font-size: 40px;
          letter-spacing: 3.64px;
          line-height: 40px; }
        .how2020 .family-name .base-bg .text-wrapper .rightblock {
          font-size: 72px;
          letter-spacing: -0.5px;
          line-height: 60px; }
        .how2020 .family-name .base-bg .text-wrapper .question {
          font-size: 72px;
          letter-spacing: 4.11px;
          line-height: 70px; }
        .how2020 .family-name .base-bg .text-wrapper .description {
          width: 55%;
          margin-left: auto;
          margin-right: auto;
          font-size: 20px;
          font-weight: 300;
          letter-spacing: 1.07px;
          line-height: 30px;
          text-align: center; } }
  .how2020 .family-name .base-bg img {
    width: 100%; }
    @media (min-width: 62em) {
      .how2020 .family-name .base-bg img {
        width: auto; } }
  @media (min-width: 48em) {
    .how2020 .family-name .base-bg {
      margin-top: 0; } }
.how2020 .family-name .button-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 2em;
  padding: 2em 1em; }
  .how2020 .family-name .button-wrapper .description {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1.07px;
    line-height: 30px;
    text-align: center; }
  @media (min-width: 48em) {
    .how2020 .family-name .button-wrapper {
      position: absolute;
      bottom: 4%;
      left: 4%;
      padding: 0; } }
  @media (min-width: 62em) {
    .how2020 .family-name .button-wrapper {
      position: absolute;
      bottom: 10%;
      left: 4%;
      padding: 0; } }
.how2020 .family-name .wrapper {
  position: relative; }

.how2020 .family-name .avatar-wrapper .pull-left {
  float: left;
  height: 261px;
  width: 162px; }

.how2020 .family-name .avatar-wrapper .pull-right {
  float: right;
  position: absolute;
  right: 0px;
  height: 250px;
  width: 129px; }

@media (min-width: 62em) {
  .how2020 .family-name .avatar-wrapper {
    position: absolute;
    top: 16%;
    pointer-events: none; }
    .how2020 .family-name .avatar-wrapper .pull-left, .how2020 .family-name .avatar-wrapper .pull-right {
      width: auto;
      height: auto; } }

.how2020 .family-name .mobile-only {
  display: block; }
  @media (min-width: 48em) {
    .how2020 .family-name .mobile-only {
      display: none; } }
.how2020 .family-name .desktop-only {
  display: none; }
  @media (min-width: 48em) {
    .how2020 .family-name .desktop-only {
      display: block; } }
@media print {
  header,
  footer {
    display: none !important; } }
