.promo__title, .main-index-item__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.promo {
  display: inline-flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background-color: white;
  text-align: center;
  overflow: hidden;
  padding-bottom: 25px;
  border-width: 0 0 1px 0;
  border-color: #d5d5e2;
  border-style: solid;
  margin-bottom: -1px;
  position: relative;
  line-height: 1;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 799px) {
    .promo {
      min-height: 266px; } }
  @media (max-width: 1023px) {
    .promo {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  @media print, (min-width: 800px) {
    .promo {
      height: 139px; } }
  @media (min-width: 800px) and (max-height: 767px) {
    .promo .promo__image {
      display: none; }
    .promo .promo__description {
      margin-bottom: 0; } }
  @media (min-width: 800px) and (min-height: 675px) and (max-height: 768px) {
    .promo {
      height: 159px; } }
  @media (min-width: 800px) and (min-height: 768px) and (max-height: 799px) {
    .promo {
      height: 179px; }
      .promo .promo__title,
      .promo .promo__description {
        display: none; } }
  @media (min-width: 800px) and (min-height: 800px) and (max-height: 900px) {
    .promo {
      height: 199px; }
      .promo .promo__title {
        padding-bottom: 0; }
      .promo .promo__description {
        display: none; } }
  @media (min-width: 800px) and (min-height: 901px) and (max-height: 999px) {
    .promo {
      height: 231px; }
      .promo .promo__description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 30px;
        overflow: hidden;
        margin-bottom: 0; } }
  @media (min-width: 800px) and (min-height: 1000px) {
    .promo {
      height: 259px; }
      .promo .promo__description {
        margin-bottom: 0; } }
  .promo__heading {
    display: block;
    border-color: #eaeaf1;
    padding: 0px 2px 2px;
    font-size: 24px;
    font-weight: 900;
    background-color: red;
    color: white;
    line-height: 1;
    font-variant: small-caps;
    letter-spacing: 1px;
    text-transform: lowercase; }
  .promo__image {
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 110px; }
  .promo__content {
    padding: 0 10px; }
  .promo__title {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #16a085;
    font-size: 15px;
    padding-bottom: 5px; }
    .promo__title:hover {
      color: #1abc9c; }
  .promo__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #595973;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.3;
    max-height: 45px; }
  .promo__button {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #16a085;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    font-weight: 900;
    font-size: 18px; }
    @media (min-width: 450px) and (max-width: 1023px) {
      .promo__button {
        display: block;
        padding: 0 20px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        width: 100%; } }
    .promo__button:hover, .promo__button:focus, .promo__button:active {
      background-color: #1abc9c; }
  .promo--black-friday .promo__heading {
    background-color: black; }
  .promo--black-friday .promo__button {
    background-color: black; }
  .promo--black-friday .promo__button:hover,
  .promo--black-friday .promo__button:focus,
  .promo--black-friday .promo__button:active {
    background-color: #333; }
  .promo--black-friday .promo__title {
    color: black; }
  .promo--black-friday .promo__title:hover {
    color: #333; }

.slider {
  overflow: hidden; }
  @media (max-width: 799px) {
    .slider {
      height: 265px; } }
  @media print, (min-width: 800px) {
    .slider {
      height: 138px; } }
  @media (min-width: 800px) and (min-height: 675px) and (max-height: 768px) {
    .slider {
      height: 160px; } }
  @media (min-width: 800px) and (min-height: 768px) and (max-height: 799px) {
    .slider {
      height: 178px; } }
  @media (min-width: 800px) and (min-height: 800px) and (max-height: 900px) {
    .slider {
      height: 198px; } }
  @media (min-width: 800px) and (min-height: 901px) and (max-height: 999px) {
    .slider {
      height: 230px; } }
  @media (min-width: 800px) and (min-height: 1000px) {
    .slider {
      height: 258px; } }

.tns-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1; }
  .tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0; }
  .tns-nav .tns-nav-active {
    background: #999; }

.tns-outer {
  position: relative; }
  @media (min-width: 1024px) {
    .tns-outer {
      float: right;
      width: calc(20% - 20px); } }

.home-page-content {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }
  @media print, (min-width: 800px) {
    .home-page-content {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1023px) {
    .home-page-content {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .home-page-content__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 10px;
    font-weight: 600; }
    @media print, (min-width: 800px) {
      .home-page-content__title {
        display: none; } }

.main-index {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }
  @media (max-width: 1023px) {
    .main-index {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 10px; } }
  @media (min-width: 550px) {
    .main-index {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 800px) {
    .main-index {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (min-width: 875px) {
    .main-index {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (min-width: 1024px) {
    .main-index {
      float: left;
      width: 80%;
      margin-right: 20px; } }

.main-index-item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  background-color: white;
  padding: 0 20px 0 0;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden; }
  .main-index-item:active {
    background-color: #f9f9fb; }
  @media (max-width: 799px) {
    .main-index-item {
      border-radius: 5px;
      margin-bottom: 5px;
      color: #17171c; } }
  @media print, (min-width: 800px) {
    .main-index-item {
      border-style: solid;
      color: black;
      border-width: 1px 0;
      margin-bottom: -1px;
      border-color: #d5d5e2;
      padding: 0 20px;
      height: 35px;
      font-size: 13px; }
      .main-index-item:hover {
        background-color: #f9f9fb;
        color: black; } }
  @media (min-width: 800px) and (min-height: 675px) and (max-height: 768px) {
    .main-index-item {
      height: 40px; } }
  @media (min-width: 800px) and (min-height: 768px) and (max-height: 799px) {
    .main-index-item {
      height: 45px; } }
  @media (min-width: 800px) and (min-height: 800px) and (max-height: 900px) {
    .main-index-item {
      height: 50px; } }
  @media (min-width: 800px) and (min-height: 901px) and (max-height: 999px) {
    .main-index-item {
      height: 58px; } }
  @media (min-width: 800px) and (min-height: 1000px) {
    .main-index-item {
      height: 65px; } }
  @media (max-width: 1023px) {
    .main-index-item {
      height: 60px; } }
  .main-index-item__image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 60px; }
    @media print, (min-width: 800px) {
      .main-index-item__image {
        display: none; } }
    .main-index-item__image img {
      max-width: 100%; }
  .main-index-item__text {
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: table-cell;
    vertical-align: middle; }
    @media (min-width: 950px) {
      .main-index-item__text {
        font-size: 15px; } }
    @media (min-width: 1025px) {
      .main-index-item__text {
        font-size: 13px; } }
    @media (min-width: 1180px) {
      .main-index-item__text {
        font-size: 15px; } }
    @media (min-width: 800px) and (max-height: 767px) {
      .main-index-item__text {
        font-size: 13px; } }
  .main-index-item--highlighted {
    color: #cc2127; }
  .no-flexbox .main-index-item {
    display: table;
    float: left;
    width: 100%;
    height: 48px; }
  @media (min-width: 600px) {
    .no-csscolumns .main-index-item {
      width: 48%;
      margin-right: 1%; } }
  @media (min-width: 1024px) {
    .no-csscolumns .main-index-item {
      width: 31.833%;
      margin-right: 1.5%;
      overflow: hidden; } }

.main-index-sidebar {
  margin-top: 10px;
  width: 100%; }
  @media (max-width: 1023px) {
    .main-index-sidebar {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-flex-order: 3;
      order: 3; } }
  @media (min-width: 1024px) {
    .main-index-sidebar {
      -webkit-column-count: auto;
      -moz-column-count: auto;
      column-count: auto;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      float: right;
      width: calc(20% - 20px);
      margin-top: 0; } }
  @media (min-width: 450px) and (max-width: 799px) {
    .main-index-sidebar {
      width: auto;
      margin-left: -1.5%;
      margin-right: -1.5%; } }
  .no-csscolumns .main-index-sidebar {
    padding-left: 0;
    padding-top: 10px;
    clear: both; }
    @media (min-width: 1024px) {
      .no-csscolumns .main-index-sidebar {
        clear: none;
        padding-top: 0; } }

.sidebar-item {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: auto; }
  @media (min-width: 450px) and (max-width: 799px) {
    .sidebar-item {
      float: left;
      width: 47%;
      margin-left: 1.5%;
      margin-right: 1.5%; }
      .sidebar-item:nth-child(odd) {
        border-right-width: 1px; } }
  @media (min-width: 800px) and (max-width: 1023px) {
    .sidebar-item {
      float: left;
      width: 33.333%; }
      .sidebar-item:nth-child(1), .sidebar-item:nth-child(2), .sidebar-item:nth-child(4), .sidebar-item:nth-child(5) {
        border-right-width: 1px; }
      .main-index-sidebar--promo .sidebar-item {
        width: 25%; }
        .main-index-sidebar--promo .sidebar-item:nth-child(4), .main-index-sidebar--promo .sidebar-item:nth-child(3) {
          border-right-width: 1px; }
        .main-index-sidebar--promo .sidebar-item:nth-child(5) {
          border-right-width: 0; } }
  @media (max-width: 799px) {
    .sidebar-item {
      margin-bottom: 10px; } }
  @media print, (min-width: 800px) {
    .sidebar-item {
      height: 69px; } }
  @media (min-width: 1024px) {
    .sidebar-item {
      text-align: center;
      font-size: 13px;
      line-height: 1.3; } }
  @media (min-width: 800px) and (min-height: 675px) and (max-height: 768px) {
    .sidebar-item {
      height: 79px; } }
  @media (min-width: 800px) and (min-height: 768px) and (max-height: 799px) {
    .sidebar-item {
      height: 89px; } }
  @media (min-width: 800px) and (min-height: 800px) and (max-height: 900px) {
    .sidebar-item {
      height: 99px; } }
  @media (min-width: 800px) and (min-height: 901px) and (max-height: 999px) {
    .sidebar-item {
      height: 115px; } }
  @media (min-width: 800px) and (min-height: 1000px) {
    .sidebar-item {
      height: 129px; } }
  .sidebar-item__icon {
    -webkit-flex: 1 1 40px;
    -moz-box-flex: 1 1 40px;
    -moz-flex: 1 1 40px;
    -ms-flex: 1 1 40px;
    flex: 1 1 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 15px; }
    .sidebar-item__icon > .icon {
      max-height: 40px;
      font-size: 40px;
      line-height: 40px;
      color: #000066; }
      .sidebar-item__icon > .icon.icon--tlc-logo {
        font-size: 25px; }
  .sidebar-item__content {
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .sidebar-item__title {
    font-weight: bold;
    color: #0066ff;
    padding-bottom: 5px; }
  .sidebar-item__description {
    color: #595973;
    line-height: 1.1;
    text-align: center; }
  .sidebar-item:hover .sidebar-item__title {
    color: #0066ff; }
  @media (min-width: 800px) and (max-height: 900px) {
    .sidebar-item {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: left;
      padding: 5px; }
      .sidebar-item__icon {
        -webkit-flex: 0 0 60px;
        -moz-box-flex: 0 0 60px;
        -moz-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0; }
      .sidebar-item__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; } }
  @media (min-width: 1024px) and (max-width: 1250px) and (max-height: 960px) {
    .sidebar-item {
      padding: 17px 10px; } }
  @media (min-width: 1024px) and (max-width: 1250px) and (max-height: 900px) {
    .sidebar-item {
      padding: 10px 10px;
      text-align: center; }
      .sidebar-item__icon {
        display: none; }
      .sidebar-item__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
  .no-flexbox .sidebar-item {
    width: 100%;
    text-align: center; }
    @media (min-width: 600px) {
      .no-flexbox .sidebar-item {
        margin: 0;
        float: left;
        width: 50%; } }
    @media (min-width: 1024px) {
      .no-flexbox .sidebar-item {
        width: 100%; } }
