﻿.popover .popover-content {
  color: #000; }

.homepage-banner {
  position: relative;
  height: calc(100vh - 78px);
  overflow: hidden;
  margin: 75px auto 40px;
  display: flex;
  max-height: 800px;
  max-width: 1920px;
  background: #000; }
  @media (max-width: 1000px) {
    .homepage-banner {
      flex-direction: column;
      height: inherit;
      max-height: none; } }
  .homepage-banner .auto-btn {
    border-radius: 35px !important;
    margin: 30px 0 0;
    font-weight: bold; }
    .homepage-banner .auto-btn.auto-btn-lime {
      background: #BBD780;
      color: #000; }
    .homepage-banner .auto-btn.auto-btn-brown {
      background: #582216; }
  .homepage-banner.is-mac {
    background: #622a1e; }
  .homepage-banner > div {
    position: relative; }
  .homepage-banner .hb-left {
    z-index: 1;
    position: absolute;
    align-content: center;
    text-align: center;
    width: 30%;
    height: 100%; }
    @media (max-width: 1000px) {
      .homepage-banner .hb-left {
        width: 100%;
        position: relative; } }
    .homepage-banner .hb-left .where-to {
      position: relative;
      top: -4%;
      display: inline-block;
      min-width: 360px; }
      @media (max-width: 1000px) {
        .homepage-banner .hb-left .where-to {
          top: 0;
          margin: 40px auto 100px;
          padding: 0 20px; } }
      .homepage-banner .hb-left .where-to h1 {
        margin: 0px auto 60px;
        color: #fff; }
        @media (min-width: 768px) and (max-width: 1480px) {
          .homepage-banner .hb-left .where-to h1 {
            font-size: 42px;
            line-height: 1; } }
        .homepage-banner .hb-left .where-to h1 span {
          position: relative;
          z-index: 1;
          display: inline-block;
          margin-bottom: 20px; }
          .homepage-banner .hb-left .where-to h1 span:before {
            content: ' ';
            position: absolute;
            z-index: -1;
            left: -1.5%;
            bottom: -10%;
            width: 104%;
            height: 60%;
            background: #bbd780; }
      .homepage-banner .hb-left .where-to p {
        color: #fff; }
      .homepage-banner .hb-left .where-to .where-to-label {
        position: relative;
        max-width: 420px;
        text-align: center;
        font-weight: bold;
        margin: 0px 0px 35px;
        font-size: 30px;
        line-height: 1.1; }
      .homepage-banner .hb-left .where-to .where-to-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 420px; }
        .homepage-banner .hb-left .where-to .where-to-grid > a {
          width: calc(50% - 10px);
          background: #FFFFFF 0% 0% no-repeat padding-box;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          overflow: hidden;
          margin: 0px 0 18px !important;
          padding: 40px 15px 35px;
          text-align: center;
          text-decoration: none !important;
          transition: 100ms; }
          .homepage-banner .hb-left .where-to .where-to-grid > a span {
            display: block;
            margin: 20px auto 0;
            font-size: 15px;
            line-height: 1.1;
            font-family: "mini_sans-medium", "arial", sans-serif;
            font-weight: bold; }
          .homepage-banner .hb-left .where-to .where-to-grid > a:hover {
            background: #000; }
            .homepage-banner .hb-left .where-to .where-to-grid > a:hover img {
              filter: invert(1); }
            .homepage-banner .hb-left .where-to .where-to-grid > a:hover span {
              color: #fff; }
    .homepage-banner .hb-left .arrow-down {
      cursor: pointer;
      position: absolute;
      z-index: 1;
      bottom: 4%;
      left: 50%;
      transform: translateX(-50%); }
    .homepage-banner .hb-left .homepage-av-trade-bar {
      margin-top: -40px; }
  .homepage-banner .hb-right {
    width: 100%;
    height: 100%; }
    @media (max-width: 1000px) {
      .homepage-banner .hb-right {
        width: 100%; } }
    .homepage-banner .hb-right .hbr-carousel {
      height: 100%; }
      .homepage-banner .hb-right .hbr-carousel .slick-list, .homepage-banner .hb-right .hbr-carousel .slick-track {
        height: 100%; }
      .homepage-banner .hb-right .hbr-carousel .hbrc-item {
        position: relative;
        height: 100%;
        background-size: cover !important;
        background-position: center center;
        background-repeat: no-repeat; }
        .homepage-banner .hb-right .hbr-carousel .hbrc-item .hbr-slide-img {
          position: absolute;
          object-fit: cover;
          width: 100%;
          height: 100%; }
          @media (max-width: 1000px) {
            .homepage-banner .hb-right .hbr-carousel .hbrc-item .hbr-slide-img {
              position: relative;
              height: auto; } }
        .homepage-banner .hb-right .hbr-carousel .hbrc-item .copy {
          position: relative;
          z-index: 1;
          top: 8%;
          left: 30%;
          padding: 20px;
          max-width: 940px; }
          @media (max-width: 1000px) {
            .homepage-banner .hb-right .hbr-carousel .hbrc-item .copy {
              left: unset;
              margin: 0px auto;
              padding-bottom: 90px; } }
          .homepage-banner .hb-right .hbr-carousel .hbrc-item .copy h1, .homepage-banner .hb-right .hbr-carousel .hbrc-item .copy p, .homepage-banner .hb-right .hbr-carousel .hbrc-item .copy small {
            color: #fff; }
          .homepage-banner .hb-right .hbr-carousel .hbrc-item .copy h1 small {
            font-size: 36px;
            line-height: 1.2;
            display: block; }
          .homepage-banner .hb-right .hbr-carousel .hbrc-item .copy p {
            font-size: 20px;
            line-height: 1.2; }
            .homepage-banner .hb-right .hbr-carousel .hbrc-item .copy p.subtitle {
              font-family: "mini_serif-bold", serif;
              font-size: 35px; }
            .homepage-banner .hb-right .hbr-carousel .hbrc-item .copy p .banner-info-legal {
              display: inline-block;
              cursor: pointer; }
          .homepage-banner .hb-right .hbr-carousel .hbrc-item .copy .btn {
            min-width: 260px; }
            .homepage-banner .hb-right .hbr-carousel .hbrc-item .copy .btn.btn-blue {
              background-color: #57C4E5; }
      .homepage-banner .hb-right .hbr-carousel .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        display: flex;
        padding: 0 0; }
        .homepage-banner .hb-right .hbr-carousel .slick-dots li {
          position: relative;
          list-style: none;
          margin: 0 5px;
          cursor: pointer; }
          .homepage-banner .hb-right .hbr-carousel .slick-dots li button {
            display: block;
            width: 19px;
            height: 19px;
            background: none;
            padding: 0;
            border: 1px solid transparent;
            border-radius: 100%;
            text-indent: -9999px; }
          .homepage-banner .hb-right .hbr-carousel .slick-dots li:after {
            content: ' ';
            width: 45%;
            height: 45%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            border: none;
            border-radius: 100%; }
          .homepage-banner .hb-right .hbr-carousel .slick-dots li.slick-active button {
            border-color: #fff; }

@media (max-width: 768px) {
  #homepage-carousel {
    padding: 0px 20px !important; } }

#homepage-carousel .carousel-inner {
  max-width: 1830px;
  margin: 0px auto; }
  @media (max-width: 768px) {
    #homepage-carousel .carousel-inner {
      margin-top: 40px; } }
  #homepage-carousel .carousel-inner h1 {
    font-size: 42px;
    line-height: 1.1; }

@media (max-width: 768px) {
  #homepage-carousel .carousel-indicators {
    margin: 20px auto 0;
    text-align: center; } }

.fun-title {
  text-align: center;
  padding: 0px 20px;
  margin-bottom: 60px !important; }
  .fun-title span:after {
    background: #F183B2; }

.living-life {
  max-width: 1820px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #91117F; }
  @media (max-width: 768px) {
    .living-life {
      flex-direction: column;
      padding: 0px 20px;
      background: none; } }
  .living-life .ll-left {
    width: 42%;
    height: 38em;
    background-color: #3ABFED;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px; }
    @media (max-width: 768px) {
      .living-life .ll-left {
        z-index: 2;
        width: 100%;
        height: auto;
        padding: 80px 20px 50px; } }
    .living-life .ll-left .copy h1 {
      color: #fff; }
      @media (max-width: 768px) {
        .living-life .ll-left .copy h1 {
          font-size: 42px; } }
    .living-life .ll-left .copy .btn {
      min-width: 250px; }
      @media (max-width: 768px) {
        .living-life .ll-left .copy .btn {
          min-width: inherit;
          max-width: 300px; } }
  .living-life .ll-right {
    width: 58%;
    padding: 0px 20px; }
    @media (max-width: 768px) {
      .living-life .ll-right {
        position: relative;
        padding: 20px 20px 60px;
        background-color: #3ABFED;
        width: 100%; }
        .living-life .ll-right:before {
          content: ' ';
          position: absolute;
          left: 0;
          top: -200px;
          height: 200px;
          width: 100%;
          background-color: #3ABFED; } }
    .living-life .ll-right .llr-flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      grid-gap: 20px;
      max-width: 800px;
      margin: 0px auto; }
      @media (max-width: 768px) {
        .living-life .ll-right .llr-flex {
          flex-direction: column; } }
      .living-life .ll-right .llr-flex > div {
        width: calc(50% - 20px); }
        @media (max-width: 768px) {
          .living-life .ll-right .llr-flex > div {
            width: 100%;
            display: flex; }
            .living-life .ll-right .llr-flex > div > img {
              object-fit: contain; } }
        .living-life .ll-right .llr-flex > div h3 {
          margin: 25px 0 20px;
          color: #fff;
          font-size: 22px;
          line-height: 1; }
          @media (max-width: 768px) {
            .living-life .ll-right .llr-flex > div h3 {
              margin-left: 20px; } }

.auto .homepage-plug-in {
  max-width: 1370px;
  margin: 80px auto 140px; }
  @media (max-width: 768px) {
    .auto .homepage-plug-in {
      margin-top: 0; } }
  .auto .homepage-plug-in .plug-in-title {
    text-align: center; }
    .auto .homepage-plug-in .plug-in-title span:after {
      background: #bbd780; }
  .auto .homepage-plug-in .plug-in-fg {
    display: flex;
    justify-content: space-around;
    margin: 60px auto 0;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .auto .homepage-plug-in .plug-in-fg {
        flex-direction: column; } }
    .auto .homepage-plug-in .plug-in-fg > a {
      position: relative;
      z-index: 1;
      width: calc(50% - 20px);
      margin: 0px 0px 20px;
      border-radius: 4px;
      overflow: hidden;
      cursor: pointer; }
      @media (max-width: 768px) {
        .auto .homepage-plug-in .plug-in-fg > a {
          width: 100%; } }
      .auto .homepage-plug-in .plug-in-fg > a:after {
        content: ' ';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25); }
        @media (max-width: 540px) {
          .auto .homepage-plug-in .plug-in-fg > a:after {
            background: rgba(0, 0, 0, 0.5); } }
      .auto .homepage-plug-in .plug-in-fg > a .plug-in-card-bg {
        width: 100%;
        transition: 300ms; }
      .auto .homepage-plug-in .plug-in-fg > a:hover .plug-in-card-bg {
        transform: scale(1.15); }
    .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content {
      z-index: 1;
      display: flex;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px 40px 40px;
      align-items: flex-end; }
      @media (max-width: 768px) {
        .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content {
          padding: 30px 20px 40px; } }
      @media (max-width: 540px) {
        .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content {
          flex-direction: column; } }
      .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content h3, .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content p, .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content a {
        color: #fff; }
      .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content h3 {
        font-weight: normal;
        font-size: 24px;
        line-height: 1.1;
        text-transform: none; }
      .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content p {
        font-weight: bold;
        font-size: 28px;
        line-height: 1.1;
        text-transform: uppercase; }
        @media (max-width: 768px) {
          .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content p {
            margin-top: 10px; }
            .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content p br {
              display: none; } }
      .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content a {
        font-size: 16px;
        font-family: "mini_sans-medium", "arial", sans-serif;
        font-weight: bold; }
      .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content > div {
        width: 60%; }
        @media (max-width: 540px) {
          .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content > div {
            width: 100%; } }
        .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content > div:last-child {
          width: 40%;
          text-align: right; }
          @media (max-width: 540px) {
            .auto .homepage-plug-in .plug-in-fg .plug-in-fg-content > div:last-child {
              width: 100%; } }
    .auto .homepage-plug-in .plug-in-fg .discover-cta {
      color: #fff;
      font-size: 16px;
      font-family: "mini_sans-medium", "arial", sans-serif; }
      .auto .homepage-plug-in .plug-in-fg .discover-cta img {
        filter: invert(1);
        margin-left: 10px; }

.homepage-meet-family {
  background: none !important;
  max-width: 1920px; }
  @media (max-width: 768px) {
    .homepage-meet-family .meet-carousel-title {
      position: relative;
      top: -40px; } }
  .homepage-meet-family .car-spinner {
    position: absolute;
    z-index: 1;
    top: 10%;
    right: 5%;
    max-width: 250px; }
    @media (max-width: 768px) {
      .homepage-meet-family .car-spinner {
        top: 11%;
        max-width: 100px; } }
    .homepage-meet-family .car-spinner > img {
      max-width: 100%; }
    .homepage-meet-family .car-spinner .cs-car {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .homepage-meet-family .car-spinner .cs-circle {
      animation: spin 6s linear infinite; }

@keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: rotate(360deg); } }
  .homepage-meet-family .meet-carousel-title span {
    color: #000 !important; }
    .homepage-meet-family .meet-carousel-title span:after {
      background: #ED5700; }
  .homepage-meet-family .meet-family-container {
    max-width: 1820px;
    margin: 0px auto;
    background: url(/Public/img/2016-739165/content/homepage/meet-family/F66-bg.png) center center no-repeat;
    border-radius: 200px;
    overflow: hidden;
    padding: 50px 0 40px; }
    @media (max-width: 768px) {
      .homepage-meet-family .meet-family-container {
        border-radius: 30px; } }
    .homepage-meet-family .meet-family-container .slick-arrow {
      filter: invert(1); }
    @media (max-width: 768px) {
      .homepage-meet-family .meet-family-container .meet-family-carousel, .homepage-meet-family .meet-family-container .slick-list {
        overflow: visible; } }
    .homepage-meet-family .meet-family-container .match-quiz {
      max-width: 640px;
      margin: 0px auto; }
      @media (max-width: 768px) {
        .homepage-meet-family .meet-family-container .match-quiz {
          position: relative;
          top: -28vw; } }
      .homepage-meet-family .meet-family-container .match-quiz h1 {
        font-size: 42px;
        line-height: 1.1;
        margin: 10px auto 20px; }
        @media (max-width: 768px) {
          .homepage-meet-family .meet-family-container .match-quiz h1 {
            font-size: 24px; } }
      .homepage-meet-family .meet-family-container .match-quiz .btn-purple {
        margin: 40px auto 0;
        min-width: 250px;
        background: #443895; }
    .homepage-meet-family .meet-family-container .button-group-ctas .auto-btn {
      border-radius: 35px; }
