.navigation-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  width: 100%;
  position: relative;
  z-index: 12001;
  background-color: white; }
  .navigation-bar .iframe-menu-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .navigation-bar .iframe-menu-items .back-button {
      padding: 10px 20px;
      color: #2181f7;
      cursor: pointer;
      position: relative; }
      .navigation-bar .iframe-menu-items .back-button svg {
        width: 25px;
        height: auto; }
    .navigation-bar .iframe-menu-items .cart {
      padding: 10px 20px;
      cursor: pointer;
      color: #2181f7;
      position: relative; }
      .navigation-bar .iframe-menu-items .cart svg {
        width: 30px;
        height: auto; }
      .navigation-bar .iframe-menu-items .cart .item-count {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: bold;
        position: absolute;
        right: 3.33333px;
        top: 3.33333px;
        background-color: #fc7d12;
        border-radius: 45%;
        min-width: 24px;
        color: white;
        text-align: center; }
  .navigation-bar .menu-items {
    display: flex;
    align-items: center; }
    .navigation-bar .menu-items .back-button {
      padding: 10px 20px;
      color: #2181f7;
      cursor: pointer;
      position: relative; }
      .navigation-bar .menu-items .back-button svg {
        width: 25px;
        height: auto; }
    .navigation-bar .menu-items .cart {
      padding: 10px 20px;
      cursor: pointer;
      color: #2181f7;
      position: relative; }
      .navigation-bar .menu-items .cart svg {
        width: 30px;
        height: auto; }
      .navigation-bar .menu-items .cart .item-count {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: bold;
        position: absolute;
        right: 3.33333px;
        top: 3.33333px;
        background-color: #fc7d12;
        border-radius: 45%;
        min-width: 24px;
        color: white;
        text-align: center; }
  .navigation-bar .img-container {
    margin-right: auto;
    padding: 0 20px; }
    .navigation-bar .img-container img {
      max-width: 200px; }
  .navigation-bar ul,
  .navigation-bar li {
    list-style: none; }
  .navigation-bar .hamburger-container {
    display: none; }
  .navigation-bar .hamburger {
    padding: 0;
    margin: 0; }
    .navigation-bar .hamburger li {
      height: 5px;
      content: "";
      position: relative;
      transition: 0.25s ease-in-out;
      background: #2181f7; }
  .navigation-bar ul.hamburger {
    display: block; }
  .navigation-bar ul.hamburger li:nth-child(1) {
    top: 0; }
  .navigation-bar ul.hamburger li:nth-child(2) {
    top: 5px; }
  .navigation-bar ul.hamburger li:nth-child(3) {
    top: 10px; }
  .navigation-bar .rot45deg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px !important; }
  .navigation-bar .rot-45deg {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .navigation-bar .home-link {
    display: flex;
    align-items: center;
    justify-content: center; }
    .navigation-bar .home-link .powered-by-tt {
      width: 100%;
      height: 20px; }
    .navigation-bar .home-link img {
      max-height: 60px; }
  .navigation-bar .main-nav {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none; }
    .navigation-bar .main-nav.open {
      display: flex !important;
      flex-direction: column;
      z-index: 11000; }
      .navigation-bar .main-nav.open .cart {
        display: none; }
      .navigation-bar .main-nav.open li {
        width: 100%; }
        .navigation-bar .main-nav.open li a {
          padding: 10px 20px; }
    .navigation-bar .main-nav li a {
      text-decoration: none;
      color: #2181f7;
      width: 100%;
      display: block;
      font-size: 1em;
      padding: 20px 20px;
      transition: background 0.2s;
      text-decoration: none;
      text-align: center; }
      .navigation-bar .main-nav li a:hover {
        background-color: #e4e4e4; }
  @media all and (max-width: 1024px) {
    .navigation-bar #menu {
      display: none;
      position: absolute;
      background: #fff;
      top: 70px;
      width: 100%;
      left: 0;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }
    .navigation-bar .menu-items {
      flex-flow: row-reverse; }
    .navigation-bar .hamburger-container {
      width: 38px;
      margin: 20px 0;
      height: 30px;
      cursor: pointer;
      float: right;
      display: block; } }

@media all and (max-width: 1024px) {
  .navigation-bar .hamburger-container {
    margin-left: 10px; } }



.main-header {
  background: url("https://tiretutorassets.s3-us-west-2.amazonaws.com/img/homepage_middle_section_top_bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 715px;
  color: #fff;
  display: flex;
  background-position: center;
  z-index: 1; }
  .main-header .main-search .card {
    box-shadow: 2px 2px 40px #000; }
  .main-header .mobile-header-image {
    display: none; }
  .main-header .main-heading {
    font-size: 62px;
    font-size: 3.875rem;
    color: #ffffff;
    line-height: 64px;
    text-shadow: 0px 7px 6px rgba(0, 0, 0, 0.7), 0px 12px 16px rgba(0, 0, 0, 0.4), 0px 18px 23px rgba(0, 0, 0, 0.4); }
  .main-header .container {
    display: flex; }
  .main-header .row {
    width: 100%;
    justify-content: space-between;
    align-items: center; }
    .main-header .row .left img {
      max-width: 400px; }
    .main-header .row .right {
      padding-left: 50px; }
  .main-header .desktop-break {
    display: none; }

@media all and (max-width: 1024px) {
  .tablet-break {
    display: none; }
  .main-header .main-heading {
    font-size: 47px;
    font-size: 2.9375rem; }
  .main-header #mainSearchStart .row {
    flex-direction: row; } }

@media all and (max-width: 767px) {
  .main-header .main-heading {
    min-font-size: 1.4rem; }
  .main-header .main-search .card {
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5); }
  .mobile-break {
    display: none; }
  .main-header {
    flex-direction: column;
    min-height: auto;
    background-size: contain;
    background-image: none; }
    .main-header #mainSearchStart {
      margin-top: -66px; }
      .main-header #mainSearchStart .row {
        flex-direction: column; }
    .main-header .mobile-header-image {
      display: block;
      width: auto !important; }
  .main-header .container .row {
    flex-direction: column; }
    .main-header .container .row h1 {
      margin-top: -100px; }
    .main-header .container .row .left,
    .main-header .container .row .right {
      margin: 0;
      padding: 0;
      width: 100%; }
      .main-header .container .row .left .rewarded,
      .main-header .container .row .right .rewarded {
        display: none; }
    .main-header .container .row .left h1 {
      color: #ffffff;
      text-align: center;
      font-size: 6.5vw;
      text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.7), 0px 9px 13px rgba(0, 0, 0, 0.4), 0px 13px 18px rgba(0, 0, 0, 0.4); } }

.main-footer {
  background: #017aff;
  padding: 50px;
  background: #2181f7;
  color: #fff; }
  .main-footer .row {
    align-items: flex-start;
    margin-top: 20px; }
    .main-footer .row .left {
      width: 25%; }
      .main-footer .row .left .social-row {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        flex-wrap: wrap; }
        .main-footer .row .left .social-row a {
          color: #fff;
          font-size: 38px;
          margin: 0 10px;
          display: block;
          width: 38px;
          height: 38px;
          outline: none; }
      .main-footer .row .left .logo-container {
        display: flex;
        justify-content: center; }
        .main-footer .row .left .logo-container .logo {
          -webkit-filter: brightness(0) invert(1);
                  filter: brightness(0) invert(1);
          max-width: 300px; }
    .main-footer .row .right {
      display: flex;
      width: 75%;
      justify-content: flex-end;
      flex-direction: column; }
      .main-footer .row .right .cert-row {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
        align-items: center; }
        .main-footer .row .right .cert-row a:active {
          outline: none; }
        .main-footer .row .right .cert-row a {
          outline: none; }
        @media all and (max-width: 1024px) {
          .main-footer .row .right .cert-row {
            flex-wrap: wrap;
            justify-content: center; } }
        @media all and (max-width: 767px) {
          .main-footer .row .right .cert-row {
            flex-wrap: wrap;
            justify-content: space-evenly; }
            .main-footer .row .right .cert-row img {
              margin: 20px !important; } }
        .main-footer .row .right .cert-row img {
          max-height: 35px;
          margin: 0 0 0 20px; }
      .main-footer .row .right ul {
        text-decoration: none;
        text-align: right; }
      .main-footer .row .right li {
        text-decoration: none; }
      .main-footer .row .right a {
        text-decoration: none; }
      .main-footer .row .right p {
        text-align: right;
        margin-bottom: 0;
        font-size: 15px;
        margin-top: 0;
        color: #ffffff; }
      .main-footer .row .right .footer-menu {
        display: flex;
        padding: 0;
        list-style: none;
        justify-content: flex-end;
        margin-bottom: 20px;
        margin-top: 20px;
        flex-wrap: wrap; }
        .main-footer .row .right .footer-menu li {
          padding: 0 10px; }
          .main-footer .row .right .footer-menu li a {
            color: #fff; }

@media all and (max-width: 1024px) {
  .main-footer .row {
    flex-direction: column; }
    .main-footer .row .left,
    .main-footer .row .right {
      width: 100%; }
    .main-footer .row .left {
      margin-bottom: 20px; }
      .main-footer .row .left .social-row {
        flex-direction: row; }
      .main-footer .row .left img {
        max-width: 200px;
        margin: 0 auto; }
    .main-footer .row .right {
      justify-content: center; }
      .main-footer .row .right p {
        text-align: center; }
      .main-footer .row .right .footer-menu {
        justify-content: center; } }

@media all and (max-width: 767px) {
  .main-footer .footer-menu {
    flex-direction: column;
    align-items: center; } }

.why-us .main-row > .left {
  padding-right: 100px; }
  .why-us .main-row > .left h4 {
    font-size: 24px; }
  .why-us .main-row > .left p {
    font-size: 20px; }
  .why-us .main-row > .left h2 {
    margin-bottom: 50px;
    font-size: 1.875rem; }

.why-us .main-row > .right .row {
  align-items: center;
  margin-bottom: 50px; }
  .why-us .main-row > .right .row .left {
    margin-right: 50px; }
    .why-us .main-row > .right .row .left img {
      max-width: 75px; }
  .why-us .main-row > .right .row .right h4 {
    font-size: 25px; }
  .why-us .main-row > .right .row .right p {
    margin: 0;
    font-size: 22px; }

.why-us .rating-img {
  max-width: 500px; }

@media all and (max-width: 1024px) {
  .why-us .rating-img {
    margin: 0 auto; }
  .why-us .main-row {
    flex-direction: column; }
    .why-us .main-row .left,
    .why-us .main-row .right {
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center; }
    .why-us .main-row .left {
      margin-bottom: 50px; }
    .why-us .main-row .right p {
      display: block;
      text-align: center; }
    .why-us .main-row .right h4 {
      display: block;
      text-align: center; }
    .why-us .main-row .right .row {
      justify-content: center;
      align-items: center;
      text-align: center; }
      .why-us .main-row .right .row .right p {
        padding: 20px;
        font-size: 18px; }
      .why-us .main-row .right .row .right h4 {
        display: none; }
      .why-us .main-row .right .row .left {
        margin: 0 0 20px 0;
        width: auto; }
        .why-us .main-row .right .row .left img {
          max-width: 75px;
          display: block;
          margin: auto;
          margin-bottom: 24px; }
  .why-us .rating-img {
    max-width: 100%; } }

@media all and (max-width: 767px) {
  .why-us .main-row .right .row .right p {
    padding: 20px;
    font-size: 18px; }
  .why-us .main-row .right .row .right h4 {
    display: none; }
  .why-us .main-row .left {
    padding-left: 7%;
    padding-right: 7%; }
  .why-us .main-row .left h4 {
    font-size: 20px; }
  .why-us .main-row .left p {
    font-size: 12.25px; }
  .why-us .main-row .left h2 {
    margin-bottom: 24px; } }

.section-tabs {
  background: #f4f4f4; }
  .section-tabs .tabs {
    font-size: 0;
    overflow: hidden; }
    .section-tabs .tabs input {
      display: none; }
      .section-tabs .tabs input:checked + label {
        background: #2181f7;
        color: #fff; }
      .section-tabs .tabs input#tab1:checked ~ .content-container #c1 {
        opacity: 1;
        position: relative; }
      .section-tabs .tabs input#tab2:checked ~ .content-container #c2 {
        opacity: 1;
        position: relative; }
      .section-tabs .tabs input#tab3:checked ~ .content-container #c3 {
        opacity: 1;
        position: relative; }
      .section-tabs .tabs input#tab4:checked ~ .content-container #c4 {
        opacity: 1;
        position: relative; }
    .section-tabs .tabs label {
      display: inline-block;
      font-size: 22px;
      height: 75px;
      line-height: 75px;
      width: 50%;
      text-align: center;
      background: #fff;
      position: relative;
      transition: 0.25s background ease;
      cursor: pointer;
      --label-margin-bottom: 0; }
      .section-tabs .tabs label::after {
        content: "";
        height: 5px;
        width: 100%;
        position: absolute;
        display: block;
        background: #2181f7;
        bottom: 0;
        opacity: 1;
        left: 0; }
      .section-tabs .tabs label:hover::after {
        opacity: 1; }
    .section-tabs .tabs .content-container {
      position: relative;
      font-size: 16px; }
      .section-tabs .tabs .content-container .content {
        position: absolute;
        padding-top: 20px;
        width: 100%;
        top: 0;
        opacity: 0;
        transition: 0.25s ease; }
        .section-tabs .tabs .content-container .content .container {
          padding: 20px; }
          .section-tabs .tabs .content-container .content .container h2 {
            margin-bottom: 50px; }
        .section-tabs .tabs .content-container .content .row {
          align-items: center;
          justify-content: center;
          max-width: 80%;
          margin: 0 auto; }
          .section-tabs .tabs .content-container .content .row .left {
            justify-content: flex-start;
            display: flex;
            align-items: center;
            width: 250px;
            flex: 0 0 250px; }
            .section-tabs .tabs .content-container .content .row .left img {
              width: 270px;
              margin-left: -50px; }
          .section-tabs .tabs .content-container .content .row .right {
            padding-left: 20px; }

@media all and (max-width: 1024px) {
  .section-tabs .tabs .content-container .content .row .left img {
    margin-left: 0px;
    margin-bottom: 10px; }
  .section-tabs .tabs label {
    width: 100%;
    line-height: 45px;
    height: 45px;
    font-size: 18px; }
    .section-tabs .tabs label::after {
      display: none; }
  .section-tabs .tabs .content-container .content {
    padding-top: 20px; }
    .section-tabs .tabs .content-container .content .row {
      max-width: none; }
    .section-tabs .tabs .content-container .content .container {
      padding: 10px; }
      .section-tabs .tabs .content-container .content .container h2 {
        text-align: center; }
      .section-tabs .tabs .content-container .content .container .row {
        flex-direction: column; } }

.how-it-works {
  padding: 50px; }
  .how-it-works h2 {
    margin-bottom: 60px;
    text-align: center;
    color: #5d5d61; }
  .how-it-works h3 {
    text-align: center; }
  .how-it-works .container .row .column img {
    max-height: 70px;
    max-width: 70px;
    margin-bottom: 24px; }
  .how-it-works .container .row .column p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400; }
  .how-it-works .container .row .column p.name {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400; }
  .how-it-works .row {
    margin-top: 50px; }
    .how-it-works .row .column {
      flex: 0 0 33.33333%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 20px;
      text-align: center; }
      .how-it-works .row .column .name {
        font-weight: bold;
        margin-top: 20px; }

@media all and (max-width: 1024px) {
  .how-it-works h2 {
    text-align: center; } }

@media all and (max-width: 767px) {
  .how-it-works .row {
    flex-direction: column; }
    .how-it-works .row .column {
      padding: 10px 0; }
      .how-it-works .row .column .install-br {
        display: none; }
      .how-it-works .row .column img {
        max-width: 75px;
        max-height: 75px; } }

.buying-tires {
  background: url("//assets.tiretutor.co/v2/images/hero2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  color: #fff;
  display: flex;
  text-align: center;
  align-items: center; }
  .buying-tires h2 {
    color: #fc7d12;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
    width: 630px; }
  .buying-tires .btn {
    color: #fff;
    background: #2181f7;
    font-size: 20px;
    border-radius: 5px; }
  .buying-tires .container {
    color: #5d5d61;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .buying-tires .container .line-br {
      display: none; }
    .buying-tires .container h2 {
      color: #ffffff;
      text-shadow: 1px 1px 4px black;
      font-size: 50px;
      font-weight: normal;
      margin-top: 150px;
      margin-bottom: 100px;
      padding-bottom: 20px;
      border-bottom: 3px solid;
      border-bottom-color: #fc7d12; }
    .buying-tires .container .find-your-tires {
      margin-bottom: -150px;
      color: #5d5d61;
      font-weight: 400;
      width: 640px;
      background: white;
      padding: 50px;
      border: 5px solid #e0e0e0; }
    .buying-tires .container .find-your-tires p {
      color: #5d5d61;
      font-size: 26px; }
  .buying-tires .tires-background {
    justify-content: center; }

@media all and (max-width: 767px) {
  .buying-tires h2 {
    margin-top: 70px;
    font-size: 19px;
    width: 270px; }
  .buying-tires .btn {
    font-size: 14px;
    width: 150px; }
  .buying-tires .container {
    margin-top: 50px; }
    .buying-tires .container .find-your-tires {
      margin-top: -50px;
      text-align: center;
      width: 270px;
      padding: 20px; }
    .buying-tires .container .find-your-tires p {
      font-size: 15px;
      width: 220px; }
    .buying-tires .container .line-br {
      display: block; }
    .buying-tires .container h2 {
      margin-top: 100px;
      font-size: 20px; } }

.page-header {
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2181f7;
  background-image: url("https://tiretutorassets.s3-us-west-2.amazonaws.com/img/header_image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .page-header h1 {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 75px;
    color: #ffffff; }

.our-vision {
  text-align: center; }
  .our-vision .background {
    background: url("https://s3-us-west-2.amazonaws.com/assets.tiretutor.co/v2/images/tiresbg.png");
    min-height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .our-vision .row {
    justify-content: center;
    margin-top: 50px; }
    .our-vision .row .btn {
      border: none;
      margin: 0px;
      width: 30%;
      font-size: 20px; }
  .our-vision .container {
    padding: 80px;
    margin: auto;
    width: 60%;
    margin-top: 0px; }
  .our-vision .container h4 {
    color: #5d5d61;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center; }
  .our-vision .container h3 {
    color: #5d5d61;
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    text-align: center; }
  .our-vision .container p {
    color: #5d5d61;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center; }

@media all and (max-width: 1024px) {
  .our-vision .container {
    padding: 50px;
    margin: auto;
    width: 90%; }
  .our-vision .row {
    flex-direction: row; } }

@media all and (max-width: 767px) {
  .our-vision .container {
    padding: 30px;
    margin: auto;
    width: 90%;
    margin-top: 20px; }
  .our-vision .background {
    min-height: 100px; }
  .our-vision .container h3 {
    font-size: 17px;
    width: 100%; }
  .our-vision .container p {
    font-size: 15px; }
  .our-vision .row {
    justify-content: space-between;
    align-items: center; }
    .our-vision .row .btn {
      width: 100%;
      margin: 5px;
      font-size: 15px; } }

.popular-searches .title h3 {
  padding: 20px 0 20px 0;
  text-align: center; }

.popular-searches .title div {
  display: none; }

@media all and (max-width: 767px) {
  .popular-searches .title {
    display: flex;
    justify-content: space-between; }
    .popular-searches .title h3 {
      margin: 0; }
    .popular-searches .title div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 20px; } }

.react-tabs {
  -webkit-tap-highlight-color: transparent;
}

.react-tabs__tab-list {
  border-bottom: 1px solid #aaa;
  margin: 0 0 10px;
  padding: 0;
}

.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
}

.react-tabs__tab--selected {
  background: #fff;
  border-color: #aaa;
  color: black;
  border-radius: 5px 5px 0 0;
}

.react-tabs__tab--disabled {
  color: GrayText;
  cursor: default;
}

.react-tabs__tab:focus {
  box-shadow: 0 0 5px hsl(208, 99%, 50%);
  border-color: hsl(208, 99%, 50%);
  outline: none;
}

.react-tabs__tab:focus:after {
  content: "";
  position: absolute;
  height: 5px;
  left: -4px;
  right: -4px;
  bottom: -5px;
  background: #fff;
}

.react-tabs__tab-panel {
  display: none;
}

.react-tabs__tab-panel--selected {
  display: block;
}

.main-search {
  color: #5d5d61;
  width: 500px; }
  .main-search .main-search-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    border: none;
    color: #5d5d61;
    background: #fff;
    margin-bottom: 10px; }
    .main-search .main-search-tabs .tab {
      flex-basis: 50%;
      text-align: center;
      cursor: pointer;
      padding: 5px;
      border-radius: 0;
      background: #fff; }
      .main-search .main-search-tabs .tab.react-tabs__tab--selected {
        position: relative;
        background: #fc7d12;
        color: #fff; }
        .main-search .main-search-tabs .tab.react-tabs__tab--selected:after {
          content: "";
          width: 0;
          height: 0;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-bottom: 15px solid #fff;
          position: absolute;
          bottom: -10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
  .main-search .form-element {
    margin-bottom: 20px; }
  .main-search .submit {
    display: block;
    margin: 0 auto 10px auto; }
  .main-search .next {
    width: 100px;
    margin: 0; }
  .main-search h4 {
    color: #5d5d61; }
  .main-search .navigate-steps {
    text-align: center; }
    .main-search .navigate-steps a {
      text-decoration: none; }
    .main-search .navigate-steps.step-1 {
      margin: 10px 0 0 0; }
    .main-search .navigate-steps.step-2 {
      margin: 0 0 10px 0; }

@media all and (max-width: 1024px) {
  .main-search {
    width: 100%;
    max-width: 500px; } }

.place-suggest {
  position: relative; }
  .place-suggest .search-input-container {
    position: relative; }
  .place-suggest .clear-button,
  .place-suggest .clear-button:active,
  .place-suggest .clear-button:focus {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent;
    border: none;
    outline: none;
    font-weight: 600;
    color: #999; }
  .place-suggest .autocomplete-container {
    border-bottom: honeydew;
    border-left: honeydew;
    border-right: honeydew;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 2px 2px;
    position: absolute;
    background: #fff;
    width: 100%;
    cursor: pointer;
    padding: 5px;
    z-index: 9; }
    .place-suggest .autocomplete-container div {
      font-size: 20px;
      font-size: 1.25rem; }
  .place-suggest .suggestion-item {
    padding: 8px;
    text-align: left;
    background-color: #fff;
    cursor: pointer; }
  .place-suggest .suggestion-item--active {
    background-color: #fafafa; }
  .place-suggest .dropdown-footer {
    display: flex;
    justify-content: flex-end;
    padding: 4px; }
  .place-suggest .dropdown-footer-image {
    display: inline-block;
    width: 150px; }
  .place-suggest .spinner {
    color: #18bc9c;
    font-size: 30px; }
  .place-suggest .error-message {
    color: red; }
  .place-suggest .geocode-result-header {
    font-size: 20px;
    color: #222222; }
  .place-suggest .cross-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.map-marker {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  color: #2181f7;
  display: inline-flex;
  flex-direction: column;
  padding: 4px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  transition: all 0.1s ease-out; }
  .map-marker .title {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0; }

.hello-bar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #2181f7;
  color: #fff;
  display: flex;
  transition: all 0.5s ease-in-out;
  align-items: center;
  padding: 10px;
  justify-content: center; }
  .hello-bar.hidden {
    top: -100px;
    position: absolute; }
  .hello-bar .hello-bar-container {
    margin-right: 10px; }
    .hello-bar .hello-bar-container .partrunnerLink {
      color: #fff; }
  .hello-bar p {
    margin: 0; }
    .hello-bar p a {
      color: #fff;
      text-decoration: underline; }
  .hello-bar .close {
    cursor: pointer;
    position: absolute;
    right: 10px; }

.buy-now-deal-details {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .buy-now-deal-details .section-header h3 {
    color: #fc7d12;
    font-size: 16px;
    font-size: 1rem;
    margin: 0; }
  .buy-now-deal-details .section-header p {
    margin: 0; }
  .buy-now-deal-details .tire-details {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .buy-now-deal-details .tire-details .divider {
      border-top: 1px solid #eee;
      width: 80%;
      margin: 0 auto; }
    .buy-now-deal-details .tire-details .tire {
      padding: 20px; }
      .buy-now-deal-details .tire-details .tire:first-child {
        border-top: 0; }
    .buy-now-deal-details .tire-details .limited-quantity {
      margin: 0;
      font-size: 12px;
      font-size: 0.75rem; }
    .buy-now-deal-details .tire-details .quantity {
      margin: 5px 0;
      display: flex;
      align-items: center; }
      .buy-now-deal-details .tire-details .quantity span {
        margin: auto 0; }
      .buy-now-deal-details .tire-details .quantity .minus-button,
      .buy-now-deal-details .tire-details .quantity .plus-button {
        max-width: 28px;
        max-height: 28px; }
      .buy-now-deal-details .tire-details .quantity .minus-button {
        margin: 0 10px 0 0;
        font-size: 12px;
        font-size: 0.75rem; }
      .buy-now-deal-details .tire-details .quantity .plus-button {
        margin: 0 0 0 10px;
        font-size: 12px;
        font-size: 0.75rem; }
    .buy-now-deal-details .tire-details .price-summary {
      list-style: none;
      margin: 0;
      padding: 0; }
      .buy-now-deal-details .tire-details .price-summary .price-row {
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        font-size: 14px;
        font-size: 0.875rem; }
        .buy-now-deal-details .tire-details .price-summary .price-row p {
          margin: 0; }
        .buy-now-deal-details .tire-details .price-summary .price-row.total .label,
        .buy-now-deal-details .tire-details .price-summary .price-row.total .value {
          font-size: 16px;
          font-size: 1rem; }
        .buy-now-deal-details .tire-details .price-summary .price-row.sub-row {
          border-top-style: none;
          font-weight: normal;
          font-size: 13px;
          font-size: 0.8125rem; }
    .buy-now-deal-details .tire-details .additional-services {
      padding: 20px; }
      .buy-now-deal-details .tire-details .additional-services ul {
        padding: 0; }
      .buy-now-deal-details .tire-details .additional-services .price-row {
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        font-size: 14px;
        font-size: 0.875rem; }
        .buy-now-deal-details .tire-details .additional-services .price-row p {
          margin: 0; }
        .buy-now-deal-details .tire-details .additional-services .price-row.total .label,
        .buy-now-deal-details .tire-details .additional-services .price-row.total .value {
          font-size: 16px;
          font-size: 1rem; }
        .buy-now-deal-details .tire-details .additional-services .price-row.sub-row {
          border-top-style: none;
          font-weight: normal;
          font-size: 13px;
          font-size: 0.8125rem; }
    .buy-now-deal-details .tire-details .order-summary {
      padding: 20px; }
      .buy-now-deal-details .tire-details .order-summary ul {
        padding: 0; }
      .buy-now-deal-details .tire-details .order-summary .price-row {
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        font-size: 14px;
        font-size: 0.875rem; }
        .buy-now-deal-details .tire-details .order-summary .price-row p {
          margin: 0; }
        .buy-now-deal-details .tire-details .order-summary .price-row.total .label,
        .buy-now-deal-details .tire-details .order-summary .price-row.total .value {
          font-size: 18px;
          font-size: 1.125rem;
          color: #fc7d12; }
        .buy-now-deal-details .tire-details .order-summary .price-row.sub-row {
          border-top-style: none;
          font-weight: normal;
          font-size: 13px;
          font-size: 0.8125rem; }
  .buy-now-deal-details .appointment-details {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background: #f4f4f4;
    padding: 20px; }
    .buy-now-deal-details .appointment-details .store-details-text {
      font-weight: bold;
      margin: 0; }
    .buy-now-deal-details .appointment-details h3 {
      color: #fc7d12;
      font-size: 20px;
      font-size: 1.25rem; }
    .buy-now-deal-details .appointment-details .address {
      text-decoration: none;
      display: flex;
      align-items: center; }
      .buy-now-deal-details .appointment-details .address .pin {
        margin-right: 10px;
        font-size: 40px;
        font-size: 2.5rem; }
    .buy-now-deal-details .appointment-details .appointment-time {
      font-size: 16px;
      font-size: 1rem; }
    .buy-now-deal-details .appointment-details .we-take-care {
      font-weight: bold;
      color: #fc7d12; }

@media all and (max-width: 1024px) {
  .buy-now-deal-details {
    padding: 0 10px; }
    .buy-now-deal-details .tire-details .tire-vehicle-details {
      padding: 10px; }
    .buy-now-deal-details .tire-details .deal-summary {
      padding: 10px; }
      .buy-now-deal-details .tire-details .deal-summary .quantity-row .quantity .minus-button {
        margin: 0 10px 0 0;
        font-size: 11px;
        font-size: 0.6875rem; }
      .buy-now-deal-details .tire-details .deal-summary .quantity-row .quantity .plus-button {
        margin: 0 0 0 10px;
        font-size: 11px;
        font-size: 0.6875rem; }
    .buy-now-deal-details .appointment-details {
      margin-top: 20px;
      padding: 10px; } }

@media all and (max-width: 767px) {
  .buy-now-deal-details {
    padding: 0; }
    .buy-now-deal-details h3 {
      text-align: left; }
    .buy-now-deal-details .tire-details .tire-vehicle-details {
      padding: 20px; }
    .buy-now-deal-details .tire-details .deal-summary {
      padding: 20px; }
      .buy-now-deal-details .tire-details .deal-summary .quantity-row .quantity .minus-button {
        margin: 0 20px 0 0;
        font-size: 15px;
        font-size: 0.9375rem; }
      .buy-now-deal-details .tire-details .deal-summary .quantity-row .quantity .plus-button {
        margin: 0 0 0 20px;
        font-size: 15px;
        font-size: 0.9375rem; }
    .buy-now-deal-details .appointment-details {
      margin: 20px 0;
      padding: 20px; } }

.buy-now-checkout form .left-right-container {
  display: flex; }
  .buy-now-checkout form .left-right-container .left {
    border-right: 1px solid #eee;
    flex-basis: 65%; }
  .buy-now-checkout form .left-right-container .right {
    flex-basis: 35%; }

.buy-now-checkout form .name,
.buy-now-checkout form .billing-address,
.buy-now-checkout form .contact-information,
.buy-now-checkout form .payment-information {
  margin: 0 0 20px 0; }
  .buy-now-checkout form .name p,
  .buy-now-checkout form .billing-address p,
  .buy-now-checkout form .contact-information p,
  .buy-now-checkout form .payment-information p {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem; }
  .buy-now-checkout form .name .form-input,
  .buy-now-checkout form .billing-address .form-input,
  .buy-now-checkout form .contact-information .form-input,
  .buy-now-checkout form .payment-information .form-input {
    display: flex; }
    .buy-now-checkout form .name .form-input.required-input:after,
    .buy-now-checkout form .billing-address .form-input.required-input:after,
    .buy-now-checkout form .contact-information .form-input.required-input:after,
    .buy-now-checkout form .payment-information .form-input.required-input:after {
      content: "*";
      color: #fc7d12;
      font-weight: bold;
      margin-left: 10px; }

.buy-now-checkout form .name div {
  display: flex; }
  .buy-now-checkout form .name div .form-input {
    flex-basis: 35%;
    margin: 0 10px 0 0; }

.buy-now-checkout form .billing-address {
  /* For Zip Code input */ }
  .buy-now-checkout form .billing-address input::-webkit-outer-spin-button,
  .buy-now-checkout form .billing-address input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .buy-now-checkout form .billing-address input[type="number"] {
    -moz-appearance: textfield; }
  .buy-now-checkout form .billing-address .form-input {
    margin-bottom: 10px; }
    .buy-now-checkout form .billing-address .form-input.address {
      width: 45%; }
    .buy-now-checkout form .billing-address .form-input.address-2 {
      width: 30%; }
    .buy-now-checkout form .billing-address .form-input.zip {
      width: 25%; }
    .buy-now-checkout form .billing-address .form-input.city {
      width: 35%; }
    .buy-now-checkout form .billing-address .form-input.state {
      width: 35%; }

.buy-now-checkout form .contact-information p {
  display: flex; }
  .buy-now-checkout form .contact-information p .title {
    min-width: 155px;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem; }
  .buy-now-checkout form .contact-information p .more-info {
    margin-left: 10px;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem; }

.buy-now-checkout form .contact-information .form-input {
  margin-bottom: 10px; }
  .buy-now-checkout form .contact-information .form-input.phone {
    width: 25%; }
  .buy-now-checkout form .contact-information .form-input.email {
    width: 35%; }

.buy-now-checkout form .tire-details-button {
  display: block;
  padding-bottom: 20px; }

@media all and (max-width: 1024px) {
  .buy-now-checkout form .left-right-container .left {
    padding: 20px; }
  .buy-now-checkout form .name div .form-input {
    flex-basis: 40%;
    margin: 0 10px 0 0; }
  .buy-now-checkout form .billing-address .form-input.address {
    width: 65%; }
  .buy-now-checkout form .billing-address .form-input.address-2 {
    width: 45%; }
  .buy-now-checkout form .billing-address .form-input.zip {
    width: 35%; }
  .buy-now-checkout form .billing-address .form-input.city {
    width: 45%; }
  .buy-now-checkout form .billing-address .form-input.state {
    width: 45%; }
  .buy-now-checkout form .contact-information .form-input {
    margin-bottom: 10px; }
    .buy-now-checkout form .contact-information .form-input.phone {
      width: 35%; }
    .buy-now-checkout form .contact-information .form-input.email {
      width: 55%; } }

@media all and (max-width: 767px) {
  .buy-now-checkout {
    padding: 0; }
    .buy-now-checkout form .left-right-container {
      flex-direction: column; }
      .buy-now-checkout form .left-right-container .left {
        border-style: none;
        padding: 0; }
      .buy-now-checkout form .left-right-container .right {
        margin-top: 20px; }
    .buy-now-checkout form .name div .form-input {
      flex-basis: 50%;
      margin: 0 10px 0 0; }
    .buy-now-checkout form .billing-address .form-input.address {
      width: 80%; }
    .buy-now-checkout form .billing-address .form-input.address-2 {
      width: 65%; }
    .buy-now-checkout form .billing-address .form-input.zip {
      width: 50%; }
    .buy-now-checkout form .billing-address .form-input.city {
      width: 65%; }
    .buy-now-checkout form .billing-address .form-input.state {
      width: 65%; }
    .buy-now-checkout form .contact-information .form-input {
      margin-bottom: 10px; }
      .buy-now-checkout form .contact-information .form-input.phone {
        width: 60%; }
      .buy-now-checkout form .contact-information .form-input.email {
        width: 80%; } }

.store-locator-filters {
  z-index: 999;
  padding-right: 20px; }
  .store-locator-filters .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10px; }
  .store-locator-filters aside {
    display: flex;
    background: #f4f4f4;
    padding: 10px;
    flex-direction: column; }
    .store-locator-filters aside .form-element {
      margin-bottom: 8px; }
      .store-locator-filters aside .form-element input,
      .store-locator-filters aside .form-element select {
        height: 35px;
        padding: 0 10px;
        font-size: 0.85rem; }
      .store-locator-filters aside .form-element select {
        padding-right: 40px; }
      .store-locator-filters aside .form-element .distance-container {
        display: flex;
        align-items: center; }
        .store-locator-filters aside .form-element .distance-container input {
          max-width: 30%; }
        .store-locator-filters aside .form-element .distance-container span {
          font-size: 0.75rem;
          margin-left: 5px; }
      .store-locator-filters aside .form-element .filter-label {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 14px;
        font-size: 0.875rem; }
    .store-locator-filters aside .filter-submit {
      max-width: 100%; }
    .store-locator-filters aside .filter-submit:disabled:hover {
      background: #5d5d61;
      color: #e0e0e0; }

@media all and (max-width: 1024px) {
  .store-locator-filters {
    position: static;
    top: 10px;
    padding: 0; }
    .store-locator-filters .sticky {
      position: static; }
    .store-locator-filters aside {
      flex-direction: row; }
      .store-locator-filters aside .form-element {
        margin: 0 10px 10px 10px;
        flex-basis: 40%; }
      .store-locator-filters aside .filter-submit {
        flex-basis: 20%; } }

@media all and (max-width: 767px) {
  .store-locator-filters {
    margin-bottom: 10px; }
    .store-locator-filters aside {
      flex-direction: row; }
      .store-locator-filters aside .form-element {
        flex-basis: 45%;
        margin: 0 2px 0 2px; }
        .store-locator-filters aside .form-element .filter-label {
          font-weight: 600;
          font-size: 11px;
          font-size: 0.6875rem; }
      .store-locator-filters aside .filter-submit {
        flex-basis: 10%; } }

.year-price .cost-link {
  text-decoration: underline;
  color: #2181f7;
  cursor: pointer; }

.year-price .year-layer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .year-price .year-layer .close {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 2rem;
    cursor: pointer; }
  .year-price .year-layer h4 {
    margin-left: 5%;
    margin-bottom: 1rem; }
  .year-price .year-layer button {
    margin-top: 1rem;
    margin-left: 5%; }
  .year-price .year-layer .miles-drive {
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
    font-size: 1.25rem; }

.powered-by-tiretutor {
  padding: 20px; }
  .powered-by-tiretutor p {
    text-align: center; }
  .powered-by-tiretutor img {
    margin: auto;
    max-width: 200px; }

.buy-now-confirmation {
  display: flex;
  padding-top: 20px; }
  .buy-now-confirmation .left {
    padding: 50px;
    border-right: 1px solid #eee;
    flex-basis: 65%; }
  .buy-now-confirmation .right {
    flex-basis: 35%; }
  .buy-now-confirmation h3 {
    color: #fc7d12; }
  .buy-now-confirmation .what-next {
    font-weight: bold; }
  .buy-now-confirmation ol {
    margin: 20px 0;
    font-weight: bold; }
    .buy-now-confirmation ol li {
      margin: 10px 0; }
      .buy-now-confirmation ol li span {
        color: #fc7d12; }
  .buy-now-confirmation .thank-you {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 50px; }
    .buy-now-confirmation .thank-you span {
      font-weight: bold; }

@media all and (max-width: 767px) {
  .buy-now-confirmation {
    flex-direction: column;
    padding: 0; }
    .buy-now-confirmation .left {
      padding: 20px;
      border-style: none; } }

.store-locator-map-view {
  padding: 0 50px 50px 50px; }
  .store-locator-map-view .map-container {
    position: -webkit-sticky;
    position: sticky;
    top: 50px; }

@media all and (max-width: 1024px) {
  .store-locator-map-view {
    padding: 10px; } }

.phone-button {
  padding: 0px 10px;
  background: #fff;
  color: #2181f7;
  vertical-align: middle;
  font-size: 2rem;
  text-decoration: none; }
  .phone-button .phone-button-text {
    font-size: 1rem;
    margin: 0 10px 0 10px;
    text-decoration: none; }

.form-store-name {
  color: #fc7d12; }

.overlay,
.partrunner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  display: flex;
  justify-content: center; }
  .overlay .modal,
  .partrunner-overlay .modal {
    position: static;
    width: 50%;
    height: 50%;
    margin-top: 2%; }
    .overlay .modal .box,
    .partrunner-overlay .modal .box {
      position: relative;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
      padding: 50px;
      background: #fff; }
      .overlay .modal .box a:active,
      .overlay .modal .box a:link,
      .overlay .modal .box a:hover,
      .overlay .modal .box a:visited,
      .partrunner-overlay .modal .box a:active,
      .partrunner-overlay .modal .box a:link,
      .partrunner-overlay .modal .box a:hover,
      .partrunner-overlay .modal .box a:visited {
        text-decoration: none;
        color: black; }
      .overlay .modal .box .close-button,
      .partrunner-overlay .modal .box .close-button {
        margin-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        color: #5d5d61;
        font-size: 25px;
        font-size: 1.5625rem; }
      .overlay .modal .box form input,
      .overlay .modal .box form select,
      .partrunner-overlay .modal .box form input,
      .partrunner-overlay .modal .box form select {
        margin-top: 20px; }
      .overlay .modal .box .success,
      .partrunner-overlay .modal .box .success {
        color: green;
        margin-top: 20px; }

@media all and (max-width: 767px) {
  .heart-button {
    font-size: 1.75rem; }
  .overlay .modal,
  .partrunner-overlay .modal {
    margin-top: 20%;
    width: 80%; }
    .overlay .modal .box,
    .partrunner-overlay .modal .box {
      padding: 20px; }
      .overlay .modal .box h3,
      .partrunner-overlay .modal .box h3 {
        font-size: 15px; } }

.store-locator-expansion-stores .other-stores {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin: 50px 0 20px 0; }

.store-locator-expansion-stores .expansion-store {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }
  .store-locator-expansion-stores .expansion-store .expansion-store-information {
    padding: 10px; }
    .store-locator-expansion-stores .expansion-store .expansion-store-information .store-name {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .store-locator-expansion-stores .expansion-store .expansion-store-information .store-name h4 {
        margin: 0;
        flex: 50%;
        color: #fc7d12; }
    .store-locator-expansion-stores .expansion-store .expansion-store-information .store-address {
      margin-bottom: 10px; }
    .store-locator-expansion-stores .expansion-store .expansion-store-information .store-rating {
      display: flex;
      justify-content: center; }
      .store-locator-expansion-stores .expansion-store .expansion-store-information .store-rating .dealer-rating {
        flex: 50%;
        font-weight: bold;
        display: flex;
        align-items: center; }
        .store-locator-expansion-stores .expansion-store .expansion-store-information .store-rating .dealer-rating .stars {
          margin-left: 10px; }
  .store-locator-expansion-stores .expansion-store .click-for-phone a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-decoration: none;
    background: #2181f7;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem; }
    .store-locator-expansion-stores .expansion-store .click-for-phone a .fa-phone-icon {
      color: #fc7d12;
      margin-right: 10px; }

.store-locator-expansion-stores .no-results {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  padding: 50px; }

@media all and (max-width: 1024px) {
  .store-locator-expansion-stores .other-stores {
    font-size: 16px;
    font-size: 1rem;
    margin: 50px 0 20px 0; } }

@media all and (max-width: 767px) {
  .store-locator-expansion-stores .other-stores {
    font-size: 14px;
    font-size: 0.875rem; }
  .store-locator-expansion-stores .expansion-store {
    margin-bottom: 20px; }
    .store-locator-expansion-stores .expansion-store .click-for-phone a {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      height: 50px;
      text-transform: uppercase;
      text-decoration: none;
      background: #2181f7;
      color: #fff; } }

.store-locator-result-section {
  display: flex; }
  .store-locator-result-section .store-locator-list-view {
    flex-basis: 40%; }
    .store-locator-result-section .store-locator-list-view .certified {
      text-align: center;
      margin: 0 0 20px 0; }
    .store-locator-result-section .store-locator-list-view .result-box {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
      margin-bottom: 20px; }
      .store-locator-result-section .store-locator-list-view .result-box .result-information {
        padding: 10px; }
        .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-info {
          text-transform: uppercase;
          font-size: 11px;
          font-size: 0.6875rem;
          max-width: 35%; }
        .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-logo {
          margin-top: 10px;
          max-height: 50px;
          max-width: 150px; }
        .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-name {
          margin: 10px 0 10px 0; }
        .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-address {
          margin-bottom: 10px; }
        .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-rating {
          font-weight: bold;
          display: flex;
          align-items: center; }
          .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-rating .stars {
            margin-left: 10px; }
        .store-locator-result-section .store-locator-list-view .result-box .result-information .contact-row {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          .store-locator-result-section .store-locator-list-view .result-box .result-information .contact-row > p:last-of-type {
            margin-left: 15px; }
          .store-locator-result-section .store-locator-list-view .result-box .result-information .contact-row .dealer-distance {
            font-size: 36px;
            display: flex;
            align-items: center;
            margin: 10px 0;
            color: #2181f7; }
            .store-locator-result-section .store-locator-list-view .result-box .result-information .contact-row .dealer-distance a,
            .store-locator-result-section .store-locator-list-view .result-box .result-information .contact-row .dealer-distance span {
              margin-left: 10px;
              font-size: 12px;
              font-size: 0.75rem;
              text-decoration: none; }
          .store-locator-result-section .store-locator-list-view .result-box .result-information .contact-row .dealer-phone {
            display: flex;
            align-items: center;
            margin: 10px 0;
            font-size: 0.75rem; }
            .store-locator-result-section .store-locator-list-view .result-box .result-information .contact-row .dealer-phone img {
              width: 25px;
              margin-right: 5px; }
            .store-locator-result-section .store-locator-list-view .result-box .result-information .contact-row .dealer-phone a {
              text-decoration: none; }
        .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-page {
          margin-top: 20px;
          font-size: 12px;
          font-size: 0.75rem;
          text-decoration: none; }
      .store-locator-result-section .store-locator-list-view .result-box .phone-number {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 50px;
        text-decoration: none;
        background: #2181f7;
        color: #fff;
        font-size: 18px;
        font-size: 1.125rem; }
        .store-locator-result-section .store-locator-list-view .result-box .phone-number .fa-phone-icon {
          color: #fc7d12;
          margin-right: 10px; }
    .store-locator-result-section .store-locator-list-view .empty {
      opacity: 0.6;
      padding: 50px;
      text-align: center; }
    .store-locator-result-section .store-locator-list-view .loader {
      padding: 50px;
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .store-locator-result-section .store-locator-list-view .loader img {
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        max-width: 160px;
        max-height: 160px; }
    .store-locator-result-section .store-locator-list-view .loading-no-results {
      text-align: center; }
  .store-locator-result-section .store-locator-map-view {
    flex-basis: 60%; }

@media all and (max-width: 1024px) {
  .store-locator-result-section .store-locator-list-view .certified {
    font-size: 16px;
    font-size: 1rem;
    margin: 20px 0 20px 0; } }

@media all and (max-width: 767px) {
  .store-locator-result-section .store-locator-list-view .certified {
    font-size: 14px;
    font-size: 0.875rem; }
  .store-locator-result-section .store-locator-list-view .result-box {
    margin-bottom: 20px; }
    .store-locator-result-section .store-locator-list-view .result-box .result-information {
      padding: 10px; }
      .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-info {
        text-transform: uppercase;
        font-size: 10px;
        font-size: 0.625rem; }
      .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-name {
        margin: 10px 0 0 0; }
      .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-address {
        display: none; }
      .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-rating {
        font-weight: bold;
        display: flex;
        align-items: center; }
        .store-locator-result-section .store-locator-list-view .result-box .result-information .dealer-rating .stars {
          margin-left: 10px; } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.store-locator-header .main-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 20px 20px 10px; }

.store-locator-header .page-description {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 60%;
  margin: 10px; }

.store-locator-header .search-tire-stores {
  margin: 30px 10px 20px; }

@media all and (max-width: 1024px) {
  .store-locator-header .main-title {
    font-size: 16px;
    font-size: 1rem;
    margin: 10px 0 10px 0; }
  .store-locator-header .page-description {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    margin: 10px 0 10px 0; }
  .store-locator-header .search-tire-stores {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    margin: 30px 0 0; } }

@media all and (max-width: 767px) {
  .store-locator-header {
    padding: 10px 10px 0 10px; }
    .store-locator-header .main-title {
      font-size: 14px;
      font-size: 0.875rem; }
    .store-locator-header .page-description {
      font-size: 11px;
      font-size: 0.6875rem; }
    .store-locator-header .search-tire-stores {
      font-size: 14px;
      font-size: 0.875rem;
      width: 100%;
      margin: 30px 0 0; } }

.buy-now-checkout form .error-message {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: red; }

.buy-now-checkout form .left-right-container {
  display: flex; }
  .buy-now-checkout form .left-right-container .left {
    border-right: 1px solid #eee;
    flex-basis: 65%; }
  .buy-now-checkout form .left-right-container .right {
    flex-basis: 35%; }

.buy-now-checkout form .name,
.buy-now-checkout form .billing-address,
.buy-now-checkout form .contact-information,
.buy-now-checkout form .payment-information {
  margin: 0 0 20px 0; }
  .buy-now-checkout form .name p,
  .buy-now-checkout form .billing-address p,
  .buy-now-checkout form .contact-information p,
  .buy-now-checkout form .payment-information p {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem; }
  .buy-now-checkout form .name .form-input,
  .buy-now-checkout form .billing-address .form-input,
  .buy-now-checkout form .contact-information .form-input,
  .buy-now-checkout form .payment-information .form-input {
    display: flex; }
    .buy-now-checkout form .name .form-input.required-input:after,
    .buy-now-checkout form .billing-address .form-input.required-input:after,
    .buy-now-checkout form .contact-information .form-input.required-input:after,
    .buy-now-checkout form .payment-information .form-input.required-input:after {
      content: "*";
      color: #fc7d12;
      font-weight: bold;
      margin-left: 10px; }

.buy-now-checkout form .name div {
  display: flex; }
  .buy-now-checkout form .name div .form-input {
    flex-basis: 35%;
    margin: 0 10px 0 0; }

.buy-now-checkout form .billing-address {
  /* For Zip Code input */ }
  .buy-now-checkout form .billing-address input::-webkit-outer-spin-button,
  .buy-now-checkout form .billing-address input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .buy-now-checkout form .billing-address input[type="number"] {
    -moz-appearance: textfield; }
  .buy-now-checkout form .billing-address .form-input {
    margin-bottom: 10px; }
    .buy-now-checkout form .billing-address .form-input.address {
      width: 45%; }
    .buy-now-checkout form .billing-address .form-input.address-2 {
      width: 30%; }
    .buy-now-checkout form .billing-address .form-input.zip {
      width: 25%; }
    .buy-now-checkout form .billing-address .form-input.city {
      width: 35%; }
    .buy-now-checkout form .billing-address .form-input.state {
      width: 35%; }

.buy-now-checkout form .contact-information p {
  display: flex; }
  .buy-now-checkout form .contact-information p .title {
    min-width: 155px;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem; }
  .buy-now-checkout form .contact-information p .more-info {
    margin-left: 10px;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem; }

.buy-now-checkout form .contact-information .form-input {
  margin-bottom: 10px; }
  .buy-now-checkout form .contact-information .form-input.phone {
    width: 25%; }
  .buy-now-checkout form .contact-information .form-input.email {
    width: 35%; }

.buy-now-checkout form .payment-information input {
  margin-bottom: 10px; }

.buy-now-checkout form .payment-information .stripe-input-base,
.buy-now-checkout form .payment-information .stripe-input-invalid {
  width: 60%;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px; }

.buy-now-checkout form .payment-information .StripeElement--webkit-autofill {
  background: transparent !important; }

.buy-now-checkout form .warning {
  color: #fc7d12;
  font-weight: bold;
  margin: 50px 0; }

.buy-now-checkout form .after-placing {
  display: flex;
  font-weight: bold;
  margin: 50px 0;
  padding-right: 20px;
  color: #fc7d12; }
  .buy-now-checkout form .after-placing .icon {
    margin: auto 20px;
    font-size: 30px;
    font-size: 1.875rem; }

.buy-now-checkout form .complete-checkout.tire-details {
  padding: 20px; }

.buy-now-checkout form .complete-checkout .order-tires-btn {
  height: 47px; }

.buy-now-checkout form .complete-checkout .button-container {
  display: flex;
  align-items: center; }
  .buy-now-checkout form .complete-checkout .button-container.tire-details {
    flex-direction: column;
    justify-content: center; }
  .buy-now-checkout form .complete-checkout .button-container button {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    background: #2181f7;
    padding: 0 10px;
    color: #fff; }
    .buy-now-checkout form .complete-checkout .button-container button span {
      margin-right: 10px;
      color: #fc7d12; }
  .buy-now-checkout form .complete-checkout .button-container #DigiCertClickID_qBuj0Y2p {
    margin: 0px 20px 0px 20px; }

.buy-now-checkout form .complete-checkout .loader-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .buy-now-checkout form .complete-checkout .loader-container .loader {
    max-width: 100px;
    max-height: 100px;
    margin: 0 50px; }
    .buy-now-checkout form .complete-checkout .loader-container .loader img {
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite; }
  .buy-now-checkout form .complete-checkout .loader-container .processing-text {
    margin: 20px 0px;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media all and (max-width: 1024px) {
  .buy-now-checkout form .left-right-container .left {
    padding: 20px; }
  .buy-now-checkout form .name div .form-input {
    flex-basis: 40%;
    margin: 0 10px 0 0; }
  .buy-now-checkout form .billing-address .form-input.address {
    width: 65%; }
  .buy-now-checkout form .billing-address .form-input.address-2 {
    width: 45%; }
  .buy-now-checkout form .billing-address .form-input.zip {
    width: 35%; }
  .buy-now-checkout form .billing-address .form-input.city {
    width: 45%; }
  .buy-now-checkout form .billing-address .form-input.state {
    width: 45%; }
  .buy-now-checkout form .contact-information .form-input {
    margin-bottom: 10px; }
    .buy-now-checkout form .contact-information .form-input.phone {
      width: 35%; }
    .buy-now-checkout form .contact-information .form-input.email {
      width: 55%; }
  .buy-now-checkout form .payment-information .stripe-input-base,
  .buy-now-checkout form .payment-information .stripe-input-invalid {
    width: 80%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 10px; }
  .buy-now-checkout form .payment-information .StripeElement--webkit-autofill {
    background: transparent !important; } }

@media all and (max-width: 767px) {
  .buy-now-checkout {
    padding: 0; }
    .buy-now-checkout form .left-right-container {
      flex-direction: column; }
      .buy-now-checkout form .left-right-container .left {
        border-style: none;
        padding: 0; }
      .buy-now-checkout form .left-right-container .right {
        margin-top: 20px; }
    .buy-now-checkout form .name div .form-input {
      flex-basis: 50%;
      margin: 0 10px 0 0; }
    .buy-now-checkout form .billing-address .form-input.address {
      width: 80%; }
    .buy-now-checkout form .billing-address .form-input.address-2 {
      width: 65%; }
    .buy-now-checkout form .billing-address .form-input.zip {
      width: 50%; }
    .buy-now-checkout form .billing-address .form-input.city {
      width: 65%; }
    .buy-now-checkout form .billing-address .form-input.state {
      width: 65%; }
    .buy-now-checkout form .contact-information .form-input {
      margin-bottom: 10px; }
      .buy-now-checkout form .contact-information .form-input.phone {
        width: 60%; }
      .buy-now-checkout form .contact-information .form-input.email {
        width: 80%; }
    .buy-now-checkout form .payment-information .stripe-input-base,
    .buy-now-checkout form .payment-information .stripe-input-invalid {
      width: 100%;
      border: 1px solid #e0e0e0;
      border-radius: 2px;
      padding: 10px; }
    .buy-now-checkout form .payment-information .StripeElement--webkit-autofill {
      background: transparent !important; }
    .buy-now-checkout form .complete-checkout.tire-details {
      padding: 20px 0; }
    .buy-now-checkout form .complete-checkout .button-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .buy-now-checkout form .complete-checkout .button-container button {
        margin: 0 auto; }
    .buy-now-checkout form .complete-checkout .loader-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .buy-now-checkout form .complete-checkout .loader-container .loader {
        max-width: 75px;
        max-height: 75px; }
      .buy-now-checkout form .complete-checkout .loader-container .processing-text {
        margin: 10px 0px;
        font-size: 16px;
        font-size: 1rem; }
    .buy-now-checkout form .complete-checkout .disclaimer-text {
      text-align: center; } }

.sms_unsubscribe label {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin: 0px;
  padding: 0px; }

.sms_unsubscribe input {
  margin-right: 20px; }

.reservation-confirmation {
  display: flex;
  padding-top: 20px; }
  .reservation-confirmation .left {
    padding: 50px;
    border-right: 1px solid #eee;
    flex-basis: 65%; }
  .reservation-confirmation .right {
    flex-basis: 35%; }
  .reservation-confirmation h3 {
    color: #fc7d12; }
  .reservation-confirmation .what-next {
    font-weight: bold; }
  .reservation-confirmation ol {
    margin: 20px 0;
    font-weight: bold; }
    .reservation-confirmation ol li {
      margin: 10px 0; }
      .reservation-confirmation ol li span {
        color: #fc7d12; }
  .reservation-confirmation .thank-you {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 50px; }
    .reservation-confirmation .thank-you span {
      font-weight: bold; }

@media all and (max-width: 767px) {
  .reservation-confirmation {
    flex-direction: column;
    padding: 0; }
    .reservation-confirmation .left {
      padding: 20px;
      border-style: none; } }

.main-partrunner-search-container {
  color: #000;
  min-width: 500px; }
  .main-partrunner-search-container .btn-partrunner {
    font-weight: bold;
    background: #f9d938;
    color: #000; }
  .main-partrunner-search-container .btn-secondary-partrunner {
    font-weight: bold;
    background: #d8d8d8;
    color: #000;
    border-style: none; }
  .main-partrunner-search-container .search-bar {
    background: #fff;
    color: #2181f7;
    padding: 20px;
    margin-top: 100px; }
    .main-partrunner-search-container .search-bar .search-header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .main-partrunner-search-container .search-bar .search-header .search-header-h4 {
        color: #5d5d61; }
      .main-partrunner-search-container .search-bar .search-header .steps {
        color: #5d5d61; }
    .main-partrunner-search-container .search-bar .search-body {
      color: #5d5d61; }
      .main-partrunner-search-container .search-bar .search-body .input-container {
        margin-bottom: 50px; }
        .main-partrunner-search-container .search-bar .search-body .input-container input {
          margin-top: 20px; }
      .main-partrunner-search-container .search-bar .search-body .search-form select {
        margin-bottom: 10px; }
    .main-partrunner-search-container .search-bar .search-footer .row {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .main-partrunner-search-container .search-bar .search-footer .right {
      position: relative; }
      .main-partrunner-search-container .search-bar .search-footer .right.step1-right {
        width: 100%; }
        .main-partrunner-search-container .search-bar .search-footer .right.step1-right button {
          width: 100%; }
    .main-partrunner-search-container .search-bar .search-footer .disabled {
      border-color: var(--hiq-disabled-border-color, transparent);
      background-color: var(--hiq-disabled-background-color, var(--hiq-color-gray-7, #f1f2f4));
      color: var(--hiq-disabled-text-color, var(--hiq-color-gray-5, #8f96a3));
      cursor: not-allowed; }
    .main-partrunner-search-container .search-bar .search-footer .warning-p-div {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    .main-partrunner-search-container .search-bar .search-footer .warning-p {
      width: 90%;
      color: red;
      font-size: 0.9rem;
      background: #fff;
      text-align: right;
      margin: 0; }
  .main-partrunner-search-container .text-link {
    cursor: pointer; }
  .main-partrunner-search-container .terms-link {
    color: #5d5d61;
    text-align: center;
    font-size: 0.75rem;
    margin-top: 10px;
    margin-bottom: 0; }
    .main-partrunner-search-container .terms-link a {
      margin: 0 5px; }

@media all and (max-width: 1024px) {
  .main-partrunner-search-container {
    min-width: auto;
    max-width: 100%; }
    .main-partrunner-search-container .search-bar .search-footer .right,
    .main-partrunner-search-container .search-bar .search-footer .left {
      text-align: center; } }

@media all and (max-width: 767px) {
  .main-partrunner-search-container {
    min-width: auto;
    max-width: 70%; }
    .main-partrunner-search-container .search-bar .search-footer .right,
    .main-partrunner-search-container .search-bar .search-footer .left {
      text-align: center; } }

@media all and (max-width: 767px) {
  .main-partrunner-search-container {
    max-width: 100%; } }

.form-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  display: flex;
  justify-content: center; }
  .form-modal-overlay .modal {
    position: static;
    width: 50%;
    height: 50%;
    margin-top: 2%; }
    .form-modal-overlay .modal .box {
      position: relative;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
      padding: 50px;
      background: #fff; }
      .form-modal-overlay .modal .box a:active,
      .form-modal-overlay .modal .box a:link,
      .form-modal-overlay .modal .box a:hover,
      .form-modal-overlay .modal .box a:visited {
        text-decoration: none;
        color: black; }
      .form-modal-overlay .modal .box .close-button {
        margin-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        color: #5d5d61;
        font-size: 25px;
        font-size: 1.5625rem; }

@media all and (max-width: 767px) {
  .form-modal-overlay .modal {
    margin-top: 20%;
    width: 90%; }
    .form-modal-overlay .modal .box {
      padding: 20px; }
      .form-modal-overlay .modal .box h3 {
        font-size: 15px; } }

.logos {
  min-height: 400px;
  align-items: center; }
  .logos .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly; }
    .logos .container img {
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      max-width: 200px;
      height: auto;
      margin: 50px;
      transition-duration: 0.5s; }
    .logos .container .masschallenge-logo {
      max-width: 180px;
      height: auto; }
    .logos .container .deltav-logo {
      margin-top: 70px; }
    .logos .container img:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }

@media all and (max-width: 767px) {
  .logos .container img {
    max-width: 120px;
    margin: 25px;
    margin-bottom: 40px; }
  .logos .container .masschallenge-logo {
    max-width: 100px; }
  .logos .container .deltav-logo {
    margin-top: 25px; } }

.empty-cart .cart-content {
  padding-top: 40px;
  min-height: 600px;
  display: flex;
  flex-direction: column; }
  .empty-cart .cart-content .logo {
    color: #fc7d12;
    padding: 10px;
    align-self: center;
    width: 220px;
    height: auto;
    text-align: center;
    -webkit-animation: rotation 3s;
            animation: rotation 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  .empty-cart .cart-content .title {
    text-align: center;
    padding-bottom: 50px; }
    .empty-cart .cart-content .title .shop-link {
      color: #2181f7;
      font-weight: bold;
      font-size: 17px; }
      .empty-cart .cart-content .title .shop-link .line-break {
        display: none; }
    .empty-cart .cart-content .title h1 {
      font-size: 50px; }
    .empty-cart .cart-content .title p {
      font-size: 17px; }

@media all and (max-width: 767px) {
  .empty-cart .cart-content {
    min-height: 510px;
    padding-top: 10px; }
    .empty-cart .cart-content .title h1 {
      font-size: 30px; }
    .empty-cart .cart-content .title p {
      font-size: 17px; }
    .empty-cart .cart-content .title .shop-link {
      font-size: 17px; }
      .empty-cart .cart-content .title .shop-link .line-break {
        display: block; } }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn;
          animation-name: rcToolTipZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut;
          animation-name: rcToolTipZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

.about-us-video {
  overflow: hidden;
  height: 500px; }
  .about-us-video .title {
    color: #ffffff;
    position: absolute;
    top: 175px;
    align-self: center;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    .about-us-video .title h1 {
      font-size: 62px;
      font-size: 3.875rem;
      line-height: 75px; }
    .about-us-video .title p {
      font-size: 28px;
      font-size: 1.75rem; }

@media all and (max-width: 1024px) {
  .about-us-video {
    height: unset; } }

@media all and (max-width: 767px) {
  .about-us-video .title {
    top: 120px; }
    .about-us-video .title h1 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 50px; }
    .about-us-video .title p {
      font-size: 15px;
      font-size: 0.9375rem; } }


@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\F101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\F102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\F103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\F104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\F105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\F106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\F107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\F10A";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\F10B";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\F10C";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\F10D";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\F10E";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\F10F";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\F110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\F111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\F112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\F113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\F114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\F115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\F116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\F117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\F118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\F119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\F11A";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\F11B";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\F11C";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\F11D";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\F11E";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\F11F";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\F120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F11D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

.buy-now-schedule .left-right-container {
  display: flex; }
  .buy-now-schedule .left-right-container .left {
    border-right: 1px solid #eee;
    flex-basis: 65%;
    padding: 20px; }
  .buy-now-schedule .left-right-container .right {
    flex-basis: 35%; }

.buy-now-schedule .tire-store-details {
  display: flex; }
  .buy-now-schedule .tire-store-details .tire-store {
    flex-basis: 50%;
    margin: auto 0 auto 0; }
    .buy-now-schedule .tire-store-details .tire-store .your-tire-store {
      font-weight: bold;
      margin: 0; }
    .buy-now-schedule .tire-store-details .tire-store h3 {
      font-size: 20px;
      font-size: 1.25rem;
      color: #fc7d12;
      margin: 0; }
    .buy-now-schedule .tire-store-details .tire-store .address {
      text-decoration: none;
      display: flex;
      align-items: center; }
      .buy-now-schedule .tire-store-details .tire-store .address .pin {
        margin-right: 10px;
        font-size: 40px;
        font-size: 2.5rem; }
  .buy-now-schedule .tire-store-details .store-hours {
    flex-basis: 25%;
    margin-left: 20px;
    font-size: 14px;
    font-size: 0.875rem; }
    .buy-now-schedule .tire-store-details .store-hours .store-hours-title {
      font-weight: bold;
      margin: 0; }
    .buy-now-schedule .tire-store-details .store-hours .line {
      margin: 0;
      display: flex;
      justify-content: space-between; }
      .buy-now-schedule .tire-store-details .store-hours .line .day {
        font-weight: bold;
        margin-right: 20px;
        color: #fc7d12; }

.buy-now-schedule .choices .info {
  font-weight: bold; }
  .buy-now-schedule .choices .info span {
    color: #fc7d12; }

.buy-now-schedule .choices .chose-a-date {
  margin: 20px 0;
  min-height: 335px; }

.buy-now-schedule .choices .chose-a-time {
  margin-bottom: 20px; }
  .buy-now-schedule .choices .chose-a-time select {
    width: 50%; }

.buy-now-schedule .choices .additional-services {
  margin-top: 20px; }

.buy-now-schedule .continue-to-checkout-button {
  padding: 20px 0; }
  .buy-now-schedule .continue-to-checkout-button.tire-details {
    display: flex;
    flex-direction: column;
    padding: 20px; }
  .buy-now-schedule .continue-to-checkout-button .tire-details-button-container {
    display: flex;
    justify-content: center; }
  .buy-now-schedule .continue-to-checkout-button .error-message {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: red; }
  .buy-now-schedule .continue-to-checkout-button button {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    background: #2181f7;
    color: #fff;
    padding: 0 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1.5; }
    .buy-now-schedule .continue-to-checkout-button button span {
      margin-left: 10px; }

@media all and (max-width: 1024px) {
  .buy-now-schedule .tire-store-details .tire-store {
    flex-basis: 60%; }
  .buy-now-schedule .tire-store-details .store-hours {
    flex-basis: 40%;
    font-size: 14px;
    font-size: 0.875rem; }
    .buy-now-schedule .tire-store-details .store-hours .store-hours-title {
      font-weight: bold;
      margin: 0; }
    .buy-now-schedule .tire-store-details .store-hours .line {
      margin: 0;
      display: flex;
      justify-content: space-between; }
      .buy-now-schedule .tire-store-details .store-hours .line .day {
        font-weight: bold;
        margin-right: 20px;
        color: #fc7d12; } }

@media all and (max-width: 767px) {
  .buy-now-schedule .left-right-container {
    flex-direction: column; }
    .buy-now-schedule .left-right-container .left {
      border-style: none;
      padding: 10px; }
    .buy-now-schedule .left-right-container .right {
      margin-top: 20px; }
  .buy-now-schedule .tire-store-details {
    flex-direction: column; }
    .buy-now-schedule .tire-store-details .tire-store {
      margin-bottom: 10px; }
      .buy-now-schedule .tire-store-details .tire-store h3 {
        text-align: left; }
    .buy-now-schedule .tire-store-details .store-hours {
      margin: 0 0 20px 0;
      width: 60%; }
  .buy-now-schedule .choices .info {
    font-weight: bold; }
    .buy-now-schedule .choices .info span {
      color: #fc7d12; }
  .buy-now-schedule .choices .chose-a-date {
    margin: 0 0 10px 0;
    min-height: 335px; }
    .buy-now-schedule .choices .chose-a-date .calendar {
      margin: 0 auto; }
  .buy-now-schedule .choices .additional-services {
    margin: 0 0 10px 0; }
  .buy-now-schedule .continue-to-checkout-button.tire-details {
    padding: 10px; }
  .buy-now-schedule .continue-to-checkout-button .button-container {
    display: flex;
    justify-content: center; } }

.info-alert {
  display: flex;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #2181f7; }
  .info-alert .icon {
    font-size: 16px;
    font-size: 1rem;
    color: #2181f7;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .info-alert .content-container .content {
    margin: 0;
    font-weight: bold; }

.customer-cart .item-card {
  border-top: 1px solid;
  padding: 20px 10px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 2px;
  display: flex;
  justify-content: center; }
  .customer-cart .item-card .tire-image {
    flex-basis: 25%; }
    .customer-cart .item-card .tire-image img {
      -o-object-fit: scale-down;
         object-fit: scale-down;
      margin: 50px auto;
      max-height: 150px; }
  .customer-cart .item-card .tire-info-container {
    flex-basis: 75%;
    display: flex;
    flex-direction: column; }
    .customer-cart .item-card .tire-info-container .info-row {
      display: flex;
      padding: 10px 0; }
      .customer-cart .item-card .tire-info-container .info-row .left,
      .customer-cart .item-card .tire-info-container .info-row .right {
        flex-basis: 50%; }
      .customer-cart .item-card .tire-info-container .info-row:first-child .left img {
        max-width: 150px;
        max-height: 100px;
        margin-bottom: 10px; }
      .customer-cart .item-card .tire-info-container .info-row:first-child .left .brand-information {
        font-weight: bold;
        color: #fc7d12; }
        .customer-cart .item-card .tire-info-container .info-row:first-child .left .brand-information span {
          color: #5d5d61;
          margin-left: 10px; }
      .customer-cart .item-card .tire-info-container .info-row:first-child .right {
        display: flex;
        flex-direction: column; }
        .customer-cart .item-card .tire-info-container .info-row:first-child .right .row {
          flex-flow: row nowrap;
          width: 100%;
          justify-content: space-between; }
          .customer-cart .item-card .tire-info-container .info-row:first-child .right .row span.awd-info {
            font-size: 0.6rem; }
            .customer-cart .item-card .tire-info-container .info-row:first-child .right .row span.awd-info a:link,
            .customer-cart .item-card .tire-info-container .info-row:first-child .right .row span.awd-info a:visited,
            .customer-cart .item-card .tire-info-container .info-row:first-child .right .row span.awd-info a:hover,
            .customer-cart .item-card .tire-info-container .info-row:first-child .right .row span.awd-info a:active {
              color: #5d5d61;
              text-decoration: underline; }
        .customer-cart .item-card .tire-info-container .info-row:first-child .right .tire-price {
          color: #fc7d12;
          font-size: 25px;
          font-size: 1.5625rem;
          margin: auto 0; }
        .customer-cart .item-card .tire-info-container .info-row:first-child .right .quantity {
          display: flex;
          align-items: center;
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px; }
          .customer-cart .item-card .tire-info-container .info-row:first-child .right .quantity .quantity-title {
            margin-right: 10px; }
          .customer-cart .item-card .tire-info-container .info-row:first-child .right .quantity .quantity-number {
            font-size: 18px;
            font-size: 1.125rem;
            font-weight: bold; }
          .customer-cart .item-card .tire-info-container .info-row:first-child .right .quantity button {
            margin: 0;
            font-size: 15px;
            font-size: 0.9375rem; }
            .customer-cart .item-card .tire-info-container .info-row:first-child .right .quantity button.remove-item {
              background: none;
              color: #2181f7;
              border: solid 1px #2181f7; }
      .customer-cart .item-card .tire-info-container .info-row:nth-child(2) .tire-life {
        display: flex; }
        .customer-cart .item-card .tire-info-container .info-row:nth-child(2) .tire-life .tire-life-title {
          display: flex; }
        .customer-cart .item-card .tire-info-container .info-row:nth-child(2) .tire-life .tire-life-images {
          display: flex;
          align-items: center;
          margin-left: 10px; }
          .customer-cart .item-card .tire-info-container .info-row:nth-child(2) .tire-life .tire-life-images .tire-life-icon {
            opacity: 0.4;
            max-width: 20px;
            margin: 0; }
            .customer-cart .item-card .tire-info-container .info-row:nth-child(2) .tire-life .tire-life-images .tire-life-icon.selected {
              opacity: 1; }
      .customer-cart .item-card .tire-info-container .info-row:nth-child(3) .left {
        flex-basis: 70%; }
        .customer-cart .item-card .tire-info-container .info-row:nth-child(3) .left img {
          max-width: 150px;
          max-height: 100px;
          margin-bottom: 10px; }
      .customer-cart .item-card .tire-info-container .info-row:nth-child(3) .right {
        flex-basis: 30%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        .customer-cart .item-card .tire-info-container .info-row:nth-child(3) .right ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .customer-cart .item-card .tire-info-container .info-row:nth-child(3) .right ul li {
            display: flex;
            gap: 10px;
            justify-content: space-between; }
      .customer-cart .item-card .tire-info-container .info-row:last-child {
        display: flex;
        justify-content: flex-end; }
        .customer-cart .item-card .tire-info-container .info-row:last-child button {
          margin: 10px; }

@media all and (max-width: 767px) {
  .customer-cart .item-card {
    flex-direction: column; }
    .customer-cart .item-card .tire-image {
      padding: 0; }
      .customer-cart .item-card .tire-image img {
        max-width: 150px;
        max-height: 150px;
        margin: 0 auto; }
    .customer-cart .item-card .tire-info-container .info-row:not(:last-child) {
      flex-direction: column;
      padding: 0; }
      .customer-cart .item-card .tire-info-container .info-row:not(:last-child) .left,
      .customer-cart .item-card .tire-info-container .info-row:not(:last-child) .right {
        padding: 10px 0 0 0; }
        .customer-cart .item-card .tire-info-container .info-row:not(:last-child) .left p,
        .customer-cart .item-card .tire-info-container .info-row:not(:last-child) .left h2,
        .customer-cart .item-card .tire-info-container .info-row:not(:last-child) .left h4,
        .customer-cart .item-card .tire-info-container .info-row:not(:last-child) .left h5,
        .customer-cart .item-card .tire-info-container .info-row:not(:last-child) .right p,
        .customer-cart .item-card .tire-info-container .info-row:not(:last-child) .right h2,
        .customer-cart .item-card .tire-info-container .info-row:not(:last-child) .right h4,
        .customer-cart .item-card .tire-info-container .info-row:not(:last-child) .right h5 {
          margin-bottom: 10px; }
    .customer-cart .item-card .tire-info-container .info-row:last-child {
      justify-content: center; } }

@-webkit-keyframes remove-item {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remove-item {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.deal-store-picker .store {
  padding: 20px 10px;
  border-bottom: solid #b6b6b6 1px;
  display: flex;
  align-items: center; }
  .deal-store-picker .store:last-child {
    border-bottom: none; }
  .deal-store-picker .store .location-marker-icon {
    font-size: 36px;
    margin-right: 20px; }
  .deal-store-picker .store p {
    margin: 0; }
    .deal-store-picker .store p.store-name {
      cursor: pointer;
      font-weight: bold;
      color: #2181f7; }

.popular-locations .title h3 {
  padding: 20px 0 20px 0;
  text-align: center; }

.popular-locations .title div {
  display: none; }

@media all and (max-width: 767px) {
  .popular-locations .title {
    display: flex;
    justify-content: space-between; }
    .popular-locations .title h3 {
      margin: 0; }
    .popular-locations .title div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 20px; } }

.norton-fab {
  position: fixed;
  left: 2px;
  top: 200px;
  z-index: 20000000000; }
  .norton-fab #DigiCertClickID_qBuj0Y2p {
    width: 80px;
    height: 45px; }
  @media all and (max-width: 1024px) {
    .norton-fab {
      z-index: 10;
      position: absolute;
      top: 125px;
      left: 0; } }
  @media all and (max-width: 767px) {
    .norton-fab {
      position: absolute;
      top: 140px;
      left: 0; } }

.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-9-28 13:30:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.popular-services,
.all-services {
  margin-top: 20px; }
  .popular-services h6,
  .all-services h6 {
    color: #fc7d12; }
    .popular-services h6 span,
    .all-services h6 span {
      margin-left: 10px; }
  .popular-services ul,
  .all-services ul {
    list-style: none;
    padding: 0; }
  .popular-services .view-all a,
  .all-services .view-all a {
    text-decoration: none; }

@media all and (max-width: 1024px) {
  .popular-services ul .service,
  .all-services ul .service {
    width: 100%; } }

@media all and (max-width: 767px) {
  .popular-services ul .service,
  .all-services ul .service {
    flex-wrap: wrap; }
    .popular-services ul .service p,
    .all-services ul .service p {
      margin: 5px 0; }
    .popular-services ul .service .name,
    .all-services ul .service .name {
      flex-basis: 80%; }
    .popular-services ul .service .price,
    .all-services ul .service .price {
      flex-basis: 20%; }
    .popular-services ul .service .add-remove,
    .all-services ul .service .add-remove {
      flex-basis: 100%; } }

.add-to-cart-button {
  min-width: 180px; }
  .add-to-cart-button svg {
    margin-right: 10px; }
  .add-to-cart-button span {
    margin-right: 0.5em; }
  .add-to-cart-button.view-in-cart {
    background: #fc7d12;
    color: #fff; }
  .add-to-cart-button.add-to-cart {
    background: #2181f7;
    color: #fff; }
  .add-to-cart-button.added {
    background: #2181f7;
    background: linear-gradient(to left, #2181f7 50%, #fc7d12 50%);
    background-size: 200%;
    animation: added-to-cart-loader 2s ease-in-out both;
    -webkit-animation: added-to-cart-loader 2s ease-in-out both; }

@keyframes added-to-cart-loader {
  from {
    background-position: right; }
  to {
    background-position: left; } }

@-webkit-keyframes added-to-cart-loader {
  from {
    background-position: right; }
  to {
    background-position: left; } }

/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-marginTop: calc(var(--PhoneInputCountrySelectArrow-height) / 2);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: inherit;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-top: var(--PhoneInputCountrySelectArrow-marginTop);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	-webkit-transform: var(--PhoneInputCountrySelectArrow-transform);
	        transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.customer-cart {
  max-width: 1100px;
  margin: 50px auto; }
  .customer-cart .store-section {
    padding: 20px 20px;
    margin: 20px 20px;
    border: 1px solid #5d5d61;
    border-radius: 5px; }
  .customer-cart .cart-content {
    min-height: 690px;
    display: flex;
    flex-direction: column; }
  .customer-cart .title {
    padding: 0 10px; }
  .customer-cart .action-buttons {
    display: flex;
    justify-content: flex-end; }
  .customer-cart .store-information {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .customer-cart .store-information img {
      max-width: 150px;
      max-height: 100px;
      margin-bottom: 10px; }
  .customer-cart .order-summary {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 10px 0; }
    .customer-cart .order-summary ul {
      width: 300px;
      margin: 0 0 0 auto;
      padding: 0;
      list-style: none; }
      .customer-cart .order-summary ul li {
        display: flex;
        gap: 10px;
        justify-content: space-between; }
  .customer-cart .loader-spinner {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .customer-cart .loader-spinner .tire img {
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
      width: 160px;
      height: 160px;
      margin: 0 auto; }
    .customer-cart .loader-spinner p {
      margin: 20px;
      text-align: center; }
      .customer-cart .loader-spinner p span {
        font-weight: bold; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media all and (max-width: 767px) {
  .customer-cart .cart-content {
    margin: 0 auto; }
  .customer-cart .order-summary {
    justify-content: center; }
    .customer-cart .order-summary ul {
      margin: auto; } }

.info-circle {
  font-size: 16px;
  font-size: 1rem;
  color: #5d5d61;
  margin-left: 4px;
  text-decoration: none; }

.single-service {
  display: flex;
  width: 80%;
  padding: 0 10px; }
  .single-service:not(:last-child) {
    border-bottom: 1px solid #e4e4e4; }
  .single-service p {
    margin: 10px 0; }
  .single-service .name {
    flex-basis: 70%; }
    .single-service .name span {
      font-weight: bold; }
  .single-service .price {
    text-align: right;
    flex-basis: 15%; }
  .single-service .add-remove {
    flex-basis: 15%;
    text-align: right; }
    .single-service .add-remove a {
      text-decoration: none;
      font-weight: bold; }
      .single-service .add-remove a.remove {
        color: #5d5d61; }
  .single-service.selected {
    background: #eee; }

@media all and (max-width: 1024px) {
  .single-service {
    width: 100%; } }

@media all and (max-width: 767px) {
  .single-service {
    flex-wrap: wrap; }
    .single-service p {
      margin: 5px 0; }
    .single-service .name {
      flex-basis: 80%; }
    .single-service .price {
      flex-basis: 20%; }
    .single-service .add-remove {
      flex-basis: 100%; } }

.claim-this-page {
  margin: 20px 0 20px 0;
  text-align: center; }
  .claim-this-page h2 {
    display: inline;
    padding: 10px;
    border: solid 2px #2181f7;
    font-size: 25px;
    font-size: 1.5625rem;
    color: #2181f7;
    font-weight: 400; }
  .claim-this-page a {
    text-decoration: underline; }

@media all and (max-width: 767px) {
  .claim-this-page h2 {
    font-size: 14px;
    font-size: 0.875rem; } }

.search-result-header {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 20px;
  margin: auto;
  max-width: 1400px; }
  .search-result-header span {
    font-size: 12px;
    font-size: 0.75rem; }

@media all and (max-width: 1024px) {
  .search-result-header {
    font-size: 16px;
    font-size: 1rem; } }

@media all and (max-width: 767px) {
  .search-result-header {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    padding: 10px; } }

.start-new-search {
  padding: 10px;
  background: #f4f4f4; }
  .start-new-search label {
    font-weight: bold; }

.filter-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  border: 1px solid #b6b6b6;
  color: #5d5d61; }
  .filter-tabs .tab {
    flex-basis: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 0; }
    .filter-tabs .tab.react-tabs__tab--selected {
      background: #b6b6b6;
      color: #fff; }

@media all and (max-width: 767px) {
  .filter-tabs .tab {
    padding: 5px; } }

.search-result-filters {
  margin-top: 10px;
  padding: 10px;
  background: #f4f4f4; }
  .search-result-filters label {
    font-weight: bold; }


.search-radius-select {
  display: flex;
  justify-content: space-between; }
  .search-radius-select > input {
    flex-basis: 50%; }
  .search-radius-select > button {
    flex-basis: calc(50% - 10px);
    margin: auto 0; }

.deal-search-results .show-more {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.deal-search-results .get-a-quote-link {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 8px; }

.view-staggered-set-button {
  min-width: 180px; }
  .view-staggered-set-button svg {
    margin-right: 10px; }
  .view-staggered-set-button span {
    margin-right: 0.5em; }

.staggered-set-container .tire-details {
  display: flex; }
  .staggered-set-container .tire-details > *:not(:first-child) {
    margin-left: 10px; }

.staggered-set-container .size-and-price {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center; }
  .staggered-set-container .size-and-price p {
    margin: auto 0; }

.staggered-set-container .action-buttons {
  padding: 10px 0;
  display: flex;
  justify-content: center; }

.hazard-warranty > .title {
  color: #fc7d12 !important;
  font-weight: bold;
  margin: 0px !important; }

.tire-category img {
  max-width: 32px;
  max-height: 32px;
  display: inline-block;
  margin-left: 10px; }

.deal-price .unit-price {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  color: #fc7d12;
  font-weight: bold; }

.deal-price .total-price {
  margin: 0; }

.deal-price .package-price {
  margin: 0; }
  .deal-price .package-price span {
    font-weight: bold; }

.search-result-layout {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 50px 20px; }
  .search-result-layout > .left {
    flex: 0 0 auto;
    width: 300px; }
  .search-result-layout > .right {
    margin-left: 20px;
    flex-basis: 100%; }
  .search-result-layout .form-element {
    margin-bottom: 10px; }
  .search-result-layout .sorting-and-pagination {
    display: flex;
    margin-bottom: 10px; }
    .search-result-layout .sorting-and-pagination > .sorting {
      flex-basis: 50%;
      min-width: 440px; }
    .search-result-layout .sorting-and-pagination > .pagination {
      margin-left: auto; }
  .search-result-layout .search-results-title {
    color: #5d5d61;
    margin: 20px 0; }
    .search-result-layout .search-results-title.all-tires {
      margin-top: 50px; }
    .search-result-layout .search-results-title span {
      font-size: 12px;
      font-size: 0.75rem; }

@media all and (max-width: 1024px) {
  .search-result-layout {
    padding: 0 10px 50px 10px; }
    .search-result-layout > .left {
      width: 240px; }
    .search-result-layout > .right {
      margin-left: 10px; }
    .search-result-layout .sorting-and-pagination > .sorting {
      min-width: auto; } }

@media all and (max-width: 767px) {
  .search-result-layout {
    flex-direction: column; }
    .search-result-layout > .left {
      width: 100%; }
    .search-result-layout > .right {
      margin: 10px 0 0 0; } }

.search-result-sort-bar {
  display: flex;
  margin: 0; }
  .search-result-sort-bar > .form-element {
    flex-basis: 50%;
    padding: 0 5px; }
  .search-result-sort-bar label {
    font-weight: bold; }

@media all and (max-width: 1024px) {
  .search-result-sort-bar {
    flex-flow: wrap; }
    .search-result-sort-bar > .form-element {
      flex-basis: 100%; } }

.tire-search-results .show-more {
  display: block;
  margin-left: auto;
  margin-right: auto; }


.result-listing {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  position: relative; }
  .result-listing.paid::before {
    content: "Sponsored";
    position: absolute;
    top: -32px;
    color: #fff;
    background: #5d5d61;
    padding: 5px 10px;
    font-size: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
  .result-listing.paid {
    margin-top: 50px; }
  .result-listing .result-content {
    display: flex;
    position: relative; }
  .result-listing .save-deal {
    position: absolute;
    right: 10px;
    top: 10px; }
  .result-listing .left,
  .result-listing .middle,
  .result-listing .right {
    padding: 10px; }
  .result-listing .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .result-listing .brand-logo img {
    height: 30px; }
  .result-listing .tire-image {
    display: block;
    overflow: hidden;
    height: 180px;
    max-width: 180px; }
  .result-listing .middle p,
  .result-listing .middle h3 {
    margin-bottom: 5px; }
  .result-listing .middle a {
    text-decoration: none; }
  .result-listing .middle h3 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #5d5d61; }
  .result-listing .tire-benefits {
    display: flex; }
    .result-listing .tire-benefits > *:not(:first-child) {
      margin-left: 10px; }
  .result-listing .right {
    padding-top: 64px;
    margin: auto 0 0 auto;
    text-align: right; }
  .result-listing .add-to-cart {
    display: flex;
    min-width: 300px; }
    .result-listing .add-to-cart select {
      margin: auto 10px; }
  .result-listing .view-details {
    color: #fff;
    border-radius: 3px;
    width: 213px;
    text-align: center;
    font-weight: 500; }
  .result-listing .header {
    display: flex;
    gap: 10px; }
  .result-listing .best-seller {
    color: #fc7d12;
    font-weight: bold; }

@media all and (max-width: 1200px) {
  .result-listing .result-content {
    flex-flow: wrap; }
  .result-listing .right {
    padding-top: 10px;
    flex-basis: 100%; }
  .result-listing .add-to-cart {
    justify-content: flex-end; }
    .result-listing .add-to-cart .btn {
      margin: 10px 0; } }

@media all and (max-width: 1024px) {
  .result-listing .result-content {
    flex-direction: column; }
  .result-listing .add-to-cart {
    justify-content: flex-end; }
    .result-listing .add-to-cart .btn {
      margin: 10px 0; }
  .result-listing .tire-image {
    margin: 0 auto; } }

@media all and (max-width: 767px) {
  .result-listing .middle h3 {
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem; }
  .result-listing .right {
    width: 100%; }
  .result-listing .add-to-cart {
    min-width: auto;
    width: 100%; }
  .result-listing .header {
    flex-direction: column;
    gap: unset; } }

.oem-tire {
  display: flex;
  flex-flow: row nowrap; }
  .oem-tire > .title {
    color: #fc7d12;
    font-weight: bold; }

.deal-rating {
  display: flex;
  background: #f4f4f4; }
  .deal-rating > .rating-chevrons img {
    height: 30px; }
  .deal-rating > p {
    margin: 0 10px; }
    .deal-rating > p .title {
      color: #fc7d12;
      font-weight: bold; }

@media all and (max-width: 1024px) {
  .deal-rating {
    position: relative; }
    .deal-rating > .rating-chevrons {
      flex-basis: 100%; }
      .deal-rating > .rating-chevrons img {
        width: 100%; }
    .deal-rating > p {
      position: absolute;
      width: 100%;
      text-align: center; }
      .deal-rating > p .title,
      .deal-rating > p .info-circle {
        color: #fff; } }

.brand-tier > .title {
  color: #fc7d12;
  font-weight: bold; }

.dealer-star-rating {
  display: flex; }
  .dealer-star-rating .stars {
    margin-left: 10px; }

.store-location a {
  color: #5d5d61;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.store-location .pin-icon {
  font-size: 28px; }

.store-location span {
  display: inline-block;
  margin: auto 10px; }


.search-result-pagination {
  text-align: right; }
  .search-result-pagination p {
    margin: 0; }
  .search-result-pagination span {
    font-weight: bold; }

@media all and (max-width: 1024px) {
  .search-result-pagination {
    display: flex; }
    .search-result-pagination .deal-count {
      margin-right: auto; } }

.tire-result {
  background-color: white; }
  .tire-result .local-installer-name {
    font-weight: bold; }

.oem-tire > .title {
  color: #fc7d12;
  font-weight: bold; }

.loader-spinner {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .loader-spinner .tire img {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 160px;
    height: 160px;
    margin: 0 auto; }
  .loader-spinner p {
    margin: 20px;
    text-align: center; }
    .loader-spinner p span {
      font-weight: bold; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.contact-shop-for-tire-modal a {
  display: flex; }

.contact-shop-for-tire-modal .envelope-icon {
  font-size: 28px; }

.contact-shop-for-tire-modal span {
  display: inline-block;
  margin: auto 10px;
  font-weight: bold; }

.heart-button {
  padding: 0px 10px;
  background: #fff;
  color: #b6b6b6;
  vertical-align: middle;
  font-size: 2rem; }

.save-deal-form input {
  margin-bottom: 20px; }

.quantity-select {
  max-width: 72px; }



.select-store-with-geolocation .store-options {
  padding: 0 20px;
  list-style: none; }

.select-store-with-geolocation .store-option:not(:last-child) {
  border-bottom: #b6b6b6 1px solid; }

.select-store-with-geolocation label {
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
  display: flex; }
  .select-store-with-geolocation label > * {
    margin: auto 10px; }

.select-store-with-geolocation .pin-icon {
  font-size: 28px; }

.select-store-with-geolocation .option-description {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1rem;
  max-width: 300px; }

.select-store-with-geolocation .option-distance-and-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

@media all and (max-width: 767px) {
  .select-store-with-geolocation .store-options {
    padding: 0; }
  .select-store-with-geolocation label > * {
    margin: auto 5px; }
  .select-store-with-geolocation .option-description {
    max-width: 260px;
    font-size: 14px;
    font-size: 0.875rem; } }

.dealer-contact {
  margin: 0 auto;
  max-width: 750px; }
  .dealer-contact .fineprint {
    font-size: small; }
  .dealer-contact .input-fields {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch; }
    .dealer-contact .input-fields .form-header {
      display: flex; }
  .dealer-contact .schedule {
    padding: 20px 0;
    display: flex;
    justify-content: space-between; }
  .dealer-contact .store-hours-and-info {
    flex-basis: 100%; }
  .dealer-contact .date-and-time-inputs {
    width: 350px; }
  .dealer-contact .form-header {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
  .dealer-contact .form-element {
    margin-bottom: 20px;
    flex: 1 0 auto; }
  .dealer-contact .required::after {
    display: block;
    width: inherit;
    height: var(--hiq-input-height, 2.5rem);
    color: #9c0000;
    font-size: medium;
    position: relative;
    top: calc((var(--hiq-input-height, 2.5rem) * -1));
    margin-bottom: calc((var(--hiq-input-height, 2.5rem) * -1));
    content: "*";
    margin-right: 7px;
    float: right;
    z-index: 999999; }
  .dealer-contact .flex-start {
    align-self: flex-start; }
  .dealer-contact textarea {
    min-height: 200px; }
  .dealer-contact .select-a-store-prompt {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 50px; }

@media all and (max-width: 1024px) {
  .dealer-contact .input-fields {
    flex-flow: column nowrap;
    justify-content: stretch;
    align-items: stretch; }
    .dealer-contact .input-fields .form-header {
      display: flex; } }

@media all and (max-width: 767px) {
  .dealer-contact .schedule {
    flex-direction: column;
    align-content: center; }
  .dealer-contact .date-and-time-inputs {
    width: unset; }
  .dealer-contact .calendar-container {
    display: flex;
    justify-content: center; }
  .dealer-contact .store-hours-and-info {
    width: 350px;
    margin: 0 auto; }
  .dealer-contact .select-a-store-prompt {
    height: 312px; } }

.get-a-quote-page {
  margin: 50px; }
  .get-a-quote-page .explainer span {
    display: block;
    color: #9c0000; }
  .get-a-quote-page .get-quote-form {
    max-width: 750px;
    margin: 0 auto; }
  .get-a-quote-page input:focus,
  .get-a-quote-page select:focus {
    outline: none; }
  .get-a-quote-page .error-msg {
    color: #9c0000;
    font-style: italic; }
  .get-a-quote-page label {
    margin-top: 20px; }
    .get-a-quote-page label input {
      margin-right: 20px; }
    .get-a-quote-page label p {
      margin-bottom: 5px; }
      .get-a-quote-page label p span {
        color: #9c0000; }
    .get-a-quote-page label h4 {
      display: flex;
      align-items: center; }
      .get-a-quote-page label h4 span {
        color: #5d5d61;
        font-weight: normal;
        font-size: 0.75em;
        margin-left: 10px; }
  .get-a-quote-page .info span {
    color: #5d5d61;
    font-weight: normal;
    font-size: 0.75em;
    margin-left: 5px; }
  .get-a-quote-page .radio-group {
    margin-top: 20px; }
  .get-a-quote-page .datetime {
    margin-top: 20px; }
    .get-a-quote-page .datetime h4 {
      display: flex;
      align-items: center; }
      .get-a-quote-page .datetime h4 span {
        color: #5d5d61;
        font-weight: normal;
        font-size: 0.75em;
        margin-left: 10px; }
    .get-a-quote-page .datetime .choices .info {
      font-weight: bold; }
    .get-a-quote-page .datetime .choices .select-a-store {
      margin-top: 20px; }
    .get-a-quote-page .datetime .choices .chose-a-date {
      margin-top: 20px;
      min-height: 335px; }
    .get-a-quote-page .datetime .choices .chose-a-time {
      margin-top: 20px; }
      .get-a-quote-page .datetime .choices .chose-a-time select {
        width: 50%; }
  .get-a-quote-page .radio-group label {
    margin-top: 0; }
  .get-a-quote-page .pickers {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
  .get-a-quote-page .terms {
    margin-top: 40px;
    font-size: 0.75rem; }
  .get-a-quote-page .section .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px; }
    .get-a-quote-page .section .navigation .btn {
      margin-left: 0; }
      .get-a-quote-page .section .navigation .btn:last-of-type {
        margin-right: 0; }

@media all and (max-width: 767px) {
  .get-a-quote-page {
    margin: 50px 10px; } }

.search-result-page-filter-container .toggle-filters {
  display: none; }
  .search-result-page-filter-container .toggle-filters:hover {
    background: #2181f7; }

.search-result-page-filter-container .chevron-icon {
  margin: 0 10px;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }

.search-result-page-filter-container .filters {
  transition: max-height 0.4s ease-out;
  max-height: 10000px;
  overflow: hidden; }

.search-result-page-filter-container .close-filters {
  display: none; }

.search-result-page-filter-container .ads-container {
  margin-top: 10px; }

@media all and (max-width: 767px) {
  .search-result-page-filter-container .toggle-filters {
    max-width: 100%;
    font-weight: bold;
    display: block;
    margin-bottom: 0; }
  .search-result-page-filter-container .chevron-icon.open {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .search-result-page-filter-container .filters {
    background: #f4f4f4; }
    .search-result-page-filter-container .filters.closed {
      max-height: 0; }
  .search-result-page-filter-container .close-filters {
    color: #5d5d61;
    padding: 10px;
    display: block;
    float: right; }
  .ads-container {
    margin-top: 0; } }

.form-helper-text {
  font-size: 12px;
  font-size: 0.75rem; }
  .form-helper-text.error {
    color: #9c0000; }
  .form-helper-text.success {
    color: #20d492; }

.no-results-found {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: medium; }
  .no-results-found .get-a-quote-link {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 10px; }

.bread-crumbs {
  padding: 10px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  background: #f4f4f4; }
  .bread-crumbs ol {
    margin: 0;
    display: flex;
    list-style: none; }
  .bread-crumbs .divider {
    margin: 0 10px; }
  .bread-crumbs a {
    text-decoration: none; }

@media all and (max-width: 767px) {
  .bread-crumbs {
    display: none; } }

.shop-locator-header h1 {
  text-align: center; }

@media all and (max-width: 767px) {
  .shop-locator-header h1 {
    font-size: 20px;
    font-size: 1.25rem; } }

.shop-locator-search {
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 8px;
  display: flex;
  flex-flow: row nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start; }
  .shop-locator-search .shop-locator-search-button {
    margin-top: 2px; }
  .shop-locator-search button {
    margin-left: 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    min-width: auto;
    width: auto; }
  .shop-locator-search .select-location-with-geolocation {
    width: 100%; }
    .shop-locator-search .select-location-with-geolocation input {
      margin: 0 auto; }

@media all and (max-width: 767px) {
  .shop-locator-search {
    padding: 10px; } }

.local-dealer-advantage {
  background: #f4f4f4; }
  .local-dealer-advantage .row .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px; }

@media all and (max-width: 1024px) {
  .local-dealer-advantage {
    text-align: center; }
    .local-dealer-advantage .row .left img {
      width: 200px;
      margin: auto; } }

.all-locations .title h3 {
  padding: 20px 0 20px 0;
  text-align: center; }

.all-locations .title div {
  display: none; }

.all-locations .state-list {
  list-style: none; }
  .all-locations .state-list > li {
    margin: 50px 0; }

.all-locations .seo-link {
  flex-basis: 15%;
  font-size: 16px;
  font-size: 1rem; }

@media all and (max-width: 767px) {
  .all-locations .title {
    display: flex;
    justify-content: space-between; }
    .all-locations .title h3 {
      margin: 0; }
    .all-locations .title div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 20px; } }

.form-submission-disclaimer {
  margin: 0;
  text-align: center; }
  .form-submission-disclaimer.left {
    text-align: left; }
  .form-submission-disclaimer.right {
    text-align: right; }

.select-location-with-geolocation .inputs {
  display: flex; }

.select-location-with-geolocation .location-text-input {
  flex-basis: 100%; }

.select-location-with-geolocation .btn {
  margin: auto 0 auto 10px;
  width: auto; }
  .select-location-with-geolocation .btn span {
    margin-left: 10px; }
  .select-location-with-geolocation .btn span.hide {
    display: none; }

@media all and (max-width: 767px) {
  .select-location-with-geolocation .btn span {
    display: none; } }

.list-your-business-form .elements {
  display: flex;
  justify-content: space-between; }
  .list-your-business-form .elements .left {
    width: 50%; }
  .list-your-business-form .elements .right {
    width: 50%;
    padding-left: 50px; }

.list-your-business-form .form-element {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px; }
  .list-your-business-form .form-element > label {
    font-weight: bold; }

@media all and (max-width: 1000px) {
  .list-your-business-form .elements {
    display: block; }
    .list-your-business-form .elements .right {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }
      .list-your-business-form .elements .right p {
        padding-left: 0px; }
    .list-your-business-form .elements .left {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

.store-quote-card {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex; }
  .store-quote-card .left-section {
    width: 30%;
    margin-right: 50px; }
    .store-quote-card .left-section .dealer-rating {
      display: flex; }
      .store-quote-card .left-section .dealer-rating .stars {
        margin-left: 10px; }
    .store-quote-card .left-section .store-website {
      margin-bottom: 15px; }
      .store-quote-card .left-section .store-website a {
        text-decoration: none;
        color: #5d5d61; }
    .store-quote-card .left-section .services {
      margin-bottom: 50px; }
      .store-quote-card .left-section .services .service {
        display: flex;
        justify-content: space-between; }
    .store-quote-card .left-section .dealer-phone-number {
      display: flex;
      margin-bottom: 50px; }
      .store-quote-card .left-section .dealer-phone-number a {
        text-decoration: none; }
      .store-quote-card .left-section .dealer-phone-number img {
        width: 25px;
        margin-right: 5px; }
    .store-quote-card .left-section .store-location {
      margin-top: 20px; }
    .store-quote-card .left-section .store-title {
      align-items: center; }
      .store-quote-card .left-section .store-title h3 {
        color: #fc7d12;
        text-align: left;
        margin-bottom: 20px; }
      .store-quote-card .left-section .store-title .dealer-logo {
        margin-bottom: 10px; }
        .store-quote-card .left-section .store-title .dealer-logo img {
          max-width: 200px;
          max-height: 200px; }
  .store-quote-card .right-section {
    width: 70%; }

@media all and (max-width: 1024px) {
  .store-quote-card .left-section {
    width: 32%; }
  .store-quote-card .right-section {
    width: 68%; } }

@media all and (max-width: 767px) {
  .store-quote-card {
    padding: 10px;
    display: block; }
    .store-quote-card .left-section {
      width: 100%;
      padding: 10px; }
    .store-quote-card .right-section {
      width: 100%;
      padding: 10px; } }


.store-quotes {
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 50px;
  min-height: 500px; }
  .store-quotes .expired-quote {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px; }
  .store-quotes .shop-link {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem; }

@media all and (max-width: 1024px) {
  .store-quotes {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px; } }

@media all and (max-width: 767px) {
  .store-quotes {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px; }
    .store-quotes .page-title {
      padding-left: 10px; } }

.contact-shop-for-tire-form .inline-form {
  padding: 10px 0;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2; }
  .contact-shop-for-tire-form .inline-form input {
    display: inline;
    width: 35%;
    max-height: 40px;
    font-weight: 400; }
    .contact-shop-for-tire-form .inline-form input[type="email"] {
      width: 100%; }
    .contact-shop-for-tire-form .inline-form input[type="tel"] {
      margin-top: 10px;
      width: 100%; }
  .contact-shop-for-tire-form .inline-form span {
    font-weight: bold; }

.contact-shop-for-tire-form .add-comments-button {
  display: flex;
  justify-content: flex-end; }
  .contact-shop-for-tire-form .add-comments-button a {
    text-decoration: none; }
    .contact-shop-for-tire-form .add-comments-button a .fa-plus {
      margin-right: 10px; }

.contact-shop-for-tire-form textarea {
  margin: 10px 0; }

.contact-shop-for-tire-form .btn {
  min-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  height: 40px;
  line-height: 1; }

@media all and (max-width: 767px) {
  .contact-shop-for-tire .inline-form input {
    width: 100%; } }

.shop-for-tires-header h1,
.shop-for-tires-header h2 {
  text-align: center; }

.shop-for-tires-header .search-container {
  padding-top: 50px;
  display: flex;
  justify-content: center; }

@media all and (max-width: 767px) {
  .shop-for-tires-header h1 {
    font-size: 20px;
    font-size: 1.25rem; } }




.tire-review-label.md {
  font-size: 14px;
  font-size: 0.875rem; }

.tire-review-label.l {
  font-size: 24px;
  font-size: 1.5rem; }

.tire-review-numeric-score p {
  margin: 0;
  text-align: center;
  background-color: #fc7d12;
  border-radius: 5px;
  color: #fff;
  font-weight: bold; }

.tire-review-numeric-score.md {
  font-size: 16px;
  font-size: 1rem;
  width: 40px; }

.tire-review-numeric-score.l {
  font-size: 24px;
  font-size: 1.5rem;
  width: 50px; }

.tire-review-score-bar {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .tire-review-score-bar .bar,
  .tire-review-score-bar .fill {
    border-radius: 5px;
    height: 10px;
    width: 100%; }
  .tire-review-score-bar .bar {
    background-color: #e0e0e0; }
  .tire-review-score-bar .fill {
    background-color: #fc7d12; }

.tire-review-score {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 10px auto; }
  .tire-review-score > .label {
    flex-basis: 30%;
    max-width: 150px; }
  .tire-review-score > .bar {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px; }
  .tire-review-score > .score {
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .tire-review-score > .score > * {
      margin: 0 auto; }

.tire-recommendation-score {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  .tire-recommendation-score > .label,
  .tire-recommendation-score > .score {
    margin: 0 10px; }

.tire-reviews-description {
  text-align: center; }

.cart-header {
  padding: 0 10px; }

.schedule-appointment-explanation {
  margin: 20px 0; }
  .schedule-appointment-explanation h4 {
    font-size: 16px;
    font-size: 1rem; }

.shop-for-tires-header .dealer-logo {
  margin: 20px 0; }

.shop-for-tires-header img {
  max-width: 200px;
  max-height: 150px;
  margin: auto; }

@media all and (max-width: 767px) {
  .shop-for-tires-header img {
    max-width: 150px;
    max-height: 100px; } }

.tire-brands-search {
  padding: 20px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  display: flex; }
  .tire-brands-search .icon {
    margin: auto 0 auto 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    min-width: auto;
    width: auto; }
  .tire-brands-search input {
    width: 100%; }

@media all and (max-width: 767px) {
  .tire-brands-search {
    padding: 10px; } }

.all-tire-brands {
  padding-bottom: 50px; }
  .all-tire-brands h3 {
    text-align: center; }

.tire-brands-search-results {
  padding-bottom: 50px; }
  .tire-brands-search-results .no-results {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 50px 0; }

.tire-brand-link {
  padding: 10px 20px;
  height: 140px;
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
  .tire-brand-link img {
    margin: auto;
    max-width: 100px;
    max-height: 100px; }
  .tire-brand-link span {
    font-weight: bold;
    text-align: center;
    color: #5d5d61; }

.tire-brand-link-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  width: calc((160px + 2 * 20px) * 5); }
  .tire-brand-link-list li {
    margin: 20px; }
  @media all and (max-width: 1200px) {
    .tire-brand-link-list {
      width: calc((160px + 2 * 20px) * 4); } }
  @media all and (max-width: 1000px) {
    .tire-brand-link-list {
      width: calc((160px + 2 * 20px) * 3); } }
  @media all and (max-width: 767px) {
    .tire-brand-link-list {
      width: calc( (160px + 2 * 10px) * 2); }
      .tire-brand-link-list li {
        margin: 10px; } }
  @media all and (max-width: 365px) {
    .tire-brand-link-list {
      width: calc( (160px + 2 * 10px) * 1); }
      .tire-brand-link-list li {
        margin: 10px; } }

.tire-brand-header .logo {
  display: flex; }
  .tire-brand-header .logo .dealer-logo,
  .tire-brand-header .logo .brand-logo {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .tire-brand-header .logo img {
    max-width: 200px;
    max-height: 150px; }

.tire-brand-header h1 {
  font-size: 32px;
  font-size: 2rem; }

@media all and (max-width: 767px) {
  .tire-brand-header .logo {
    flex-direction: column; }
    .tire-brand-header .logo .dealer-logo,
    .tire-brand-header .logo .brand-logo {
      margin: 10px 0; }
    .tire-brand-header .logo img {
      max-width: 150px;
      max-height: 100px; } }

.tire-brand-description {
  padding-top: 0; }

.pledge {
  background-color: #f4f4f4; }
  .pledge .container {
    display: flex; }
  .pledge .image {
    flex-basis: 20%; }
    .pledge .image img {
      max-width: 250px;
      max-height: 250px; }
  .pledge .text {
    flex-basis: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .pledge .text h2 {
      font-size: 28px;
      font-size: 1.75rem; }
  .pledge .text,
  .pledge .image {
    padding: 20px; }

@media all and (max-width: 767px) {
  .pledge .container {
    display: block; }
  .pledge .image img {
    margin: auto; }
  .pledge .text {
    padding: 0; }
  .pledge h2 {
    text-align: left; } }

.tire-brand-models {
  display: flex;
  min-height: 400px; }
  .tire-brand-models h2 {
    font-size: 28px;
    font-size: 1.75rem; }
  .tire-brand-models section {
    flex-basis: 50%; }

@media all and (max-width: 767px) {
  .tire-brand-models {
    display: block; }
    .tire-brand-models h2 {
      text-align: left; } }

.tire-model-link-column {
  padding: 20px 0; }
  .tire-model-link-column ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .tire-model-link-column h3 {
    font-size: 24px;
    font-size: 1.5rem; }

@media all and (max-width: 767px) {
  .tire-model-link-column h3 {
    text-align: left; }
  .tire-model-link-column li {
    font-size: 16px;
    font-size: 1rem;
    margin: 10px 0; } }

.payment-methods {
  padding: 50px 20px 50px 0;
  color: #5d5d61; }
  .payment-methods .section-summary {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-size: 1rem; }
    .payment-methods .section-summary .label-and-logos {
      display: flex;
      width: 100%; }
      .payment-methods .section-summary .label-and-logos .klarna-image {
        height: 36px; }
      .payment-methods .section-summary .label-and-logos > :last-child {
        margin-left: auto; }
    .payment-methods .section-summary p {
      margin: auto 0;
      display: inline-block; }
  .payment-methods .total {
    font-weight: bold; }
  .payment-methods .form-element {
    margin-bottom: 50px; }

@media all and (max-width: 1024px) {
  .payment-methods {
    padding: 20px 0 0 0; }
    .payment-methods .section-summary .label-and-logos {
      flex-direction: column; }
      .payment-methods .section-summary .label-and-logos > :last-child {
        margin-right: auto;
        margin-left: 0; } }

.input-card-information {
  color: #5d5d61; }
  .input-card-information input {
    margin: 10px 0; }
  .input-card-information .stripe-input-base,
  .input-card-information .stripe-input-invalid {
    width: 60%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 10px; }
  .input-card-information .StripeElement--webkit-autofill {
    background: transparent !important; }

@media all and (max-width: 767px) {
  .input-card-information .stripe-input-base,
  .input-card-information .stripe-input-invalid {
    width: 100%; } }

.card-logos {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .card-logos .payment-icon {
    display: flex;
    justify-content: center;
    width: auto;
    height: 36px;
    font-size: 36px; }
    .card-logos .payment-icon:not(:last-child) {
      padding-right: 10px; }
    .card-logos .payment-icon img {
      height: 34px; }

.checkout-button {
  padding: 20px 0 0 0; }
  .checkout-button button {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    background: #2181f7;
    padding: 0 10px;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .checkout-button button span {
      margin-right: 10px;
      color: #fc7d12; }

@media all and (max-width: 767px) {
  .checkout-button {
    text-align: center; }
    .checkout-button .form-submission-disclaimer {
      text-align: center; } }

.select-package {
  display: flex;
  flex-direction: column; }
  .select-package label {
    font-weight: normal; }
  .select-package input {
    margin-right: 10px; }

.check-fit {
  display: flex;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #fc7d12; }
  .check-fit .icon {
    font-size: 32px;
    font-size: 2rem;
    color: #fc7d12;
    margin-right: 20px; }
  .check-fit .text p {
    margin: 0; }
    .check-fit .text p a {
      margin-left: 10px;
      font-size: 12px;
      font-size: 0.75rem; }
    .check-fit .text p span {
      font-weight: bold; }
  .check-fit .text a {
    text-decoration: underline; }

.check-fit-form {
  padding: 20px 0 0 0; }
  .check-fit-form .form-element {
    margin-bottom: 20px; }
    .check-fit-form .form-element .btn {
      display: block;
      width: 100%;
      max-width: 100%; }

.animated_sign__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  padding: 0;
  margin: 0; }

.modal-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  font-size: 12px; }
  .modal-confirmation .error {
    color: #9c0000; }
  .modal-confirmation .success {
    color: #20d492; }
  .modal-confirmation .modal-main {
    position: fixed;
    background: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    box-sizing: border-box;
    display: flex; }
    .modal-confirmation .modal-main .success {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      display: flex;
      stroke-width: 2;
      stroke: #fff;
      stroke-miterlimit: 10;
      margin: 10% auto;
      box-shadow: inset 0px 0px 0px #20d492;
      -webkit-animation: animated-success-fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
              animation: animated-success-fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
      padding: 0;
      margin: 0; }
    .modal-confirmation .modal-main .success__circle {
      stroke-dasharray: 166;
      stroke-dashoffset: 166;
      stroke-width: 2;
      stroke-miterlimit: 10;
      stroke: #20d492;
      fill: none;
      -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
              animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
      padding: 0;
      margin: 0; }
    .modal-confirmation .modal-main .error {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      display: flex;
      stroke-width: 2;
      stroke: #fff;
      stroke-miterlimit: 10;
      margin: 10% auto;
      box-shadow: inset 0px 0px 0px #9c0000;
      -webkit-animation: animated-error-fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
              animation: animated-error-fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
      padding: 0;
      margin: 0; }
    .modal-confirmation .modal-main .error__circle {
      stroke-dasharray: 166;
      stroke-dashoffset: 166;
      stroke-width: 2;
      stroke-miterlimit: 10;
      stroke: #9c0000;
      fill: none;
      -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
              animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
      padding: 0;
      margin: 0; }
    .modal-confirmation .modal-main .box {
      position: relative;
      display: flex;
      width: 100%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
      padding: 20px;
      background: #fff;
      box-sizing: border-box;
      flex-flow: column wrap;
      align-content: center;
      justify-content: center;
      align-items: center; }
      .modal-confirmation .modal-main .box a:active,
      .modal-confirmation .modal-main .box a:link,
      .modal-confirmation .modal-main .box a:hover,
      .modal-confirmation .modal-main .box a:visited {
        text-decoration: none;
        color: black; }
      .modal-confirmation .modal-main .box p {
        display: flex;
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        color: inherit; }
      .modal-confirmation .modal-main .box .close-button {
        flex: 0 0 auto; }

@media all and (max-width: 767px) {
  .modal-confirmation .modal-main {
    margin-top: 20%;
    width: 90%; }
    .modal-confirmation .modal-main .box {
      padding: 20px; }
      .modal-confirmation .modal-main .box h3 {
        font-size: 15px; } }

.display-block {
  display: flex; }

.display-none {
  display: none; }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@-webkit-keyframes animated-success-fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #20d492; } }

@keyframes animated-success-fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #20d492; } }

@-webkit-keyframes animated-error-fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #9c0000; } }

@keyframes animated-error-fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #9c0000; } }

.select-addons {
  display: flex;
  flex-direction: column; }
  .select-addons label {
    font-weight: normal; }
  .select-addons input {
    margin-right: 10px; }

.popular-services,
.all-services {
  margin-top: 20px; }
  .popular-services h6,
  .all-services h6 {
    color: #fc7d12; }
    .popular-services h6 span,
    .all-services h6 span {
      margin-left: 10px; }
  .popular-services ul,
  .all-services ul {
    list-style: none;
    padding: 0; }
  .popular-services .view-all a,
  .all-services .view-all a {
    text-decoration: none; }

@media all and (max-width: 1024px) {
  .popular-services ul .service,
  .all-services ul .service {
    width: 100%; } }

@media all and (max-width: 767px) {
  .popular-services ul .service,
  .all-services ul .service {
    flex-wrap: wrap; }
    .popular-services ul .service p,
    .all-services ul .service p {
      margin: 5px 0; }
    .popular-services ul .service .name,
    .all-services ul .service .name {
      flex-basis: 80%; }
    .popular-services ul .service .price,
    .all-services ul .service .price {
      flex-basis: 20%; }
    .popular-services ul .service .add-remove,
    .all-services ul .service .add-remove {
      flex-basis: 100%; } }

.calendar {
  border-style: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 10px; }
  .calendar .react-calendar__navigation {
    margin: 0; }
  .calendar .react-calendar__navigation__label,
  .calendar .react-calendar__navigation__label[disabled],
  .calendar .react-calendar__navigation__label:disabled {
    color: #fc7d12;
    background-color: #fff;
    cursor: default; }
  .calendar .react-calendar__navigation__arrow {
    color: #2181f7; }
    .calendar .react-calendar__navigation__arrow:disabled,
    .calendar .react-calendar__navigation__arrow [disabled] {
      color: #fff;
      background-color: #fff;
      cursor: default; }
  .calendar .react-calendar__month-view__weekdays__weekday abbr {
    text-decoration: none;
    color: #fc7d12;
    cursor: default; }
  .calendar .react-calendar__navigation__prev2-button,
  .calendar .react-calendar__navigation__next2-button {
    display: none; }
  .calendar .react-calendar__tile {
    color: #2181f7;
    border-radius: 0; }
    .calendar .react-calendar__tile.react-calendar__tile--now {
      background: #fff; }
      .calendar .react-calendar__tile.react-calendar__tile--now:hover {
        background: #e6e6e6; }
    .calendar .react-calendar__tile.react-calendar__month-view__days__day--neighboringMonth {
      color: #e0e0e0; }
    .calendar .react-calendar__tile.react-calendar__tile--active {
      color: #fff;
      background: #2181f7; }
    .calendar .react-calendar__tile:disabled,
    .calendar .react-calendar__tile [disabled] {
      color: #e0e0e0;
      background-color: #fff;
      cursor: default; }

