/***
 * CARDS CSS
 ***/


/* START OF CARD WHY SELLR */

#why-sellr .left b {
  color: #00cfb4;
  font-weight: normal !important;
}


/* END OF CARD WHY SELLR */

/* START OF CARD PRODUCT BANNER */

.tablet-header {
  background: white !important;
}
.tablet-header .inside {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  width: 90vw;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tablet-header .inside.flip {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .tablet-header .inside {
    flex-direction: column-reverse;
  }
}
.tablet-header .inside .hidden {
  display: none;
}
.tablet-header .inside img {
  max-width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .tablet-header .inside img {
    max-width: 130%;
  }
}
.tablet-header .inside .text-box.right {
  margin-left: 1%;
  max-width: 40% !important;
}
@media (max-width: 992px) {
  .tablet-header .inside .text-box.right {
    max-width: 75% !important;
    margin: 0 0 5vh 0;
  }
}
.tablet-header .inside .text-box.right h1,
.tablet-header .inside .text-box.right p.h1 {
  margin-top: 0 !important;
}
@media (max-width: 480px) {
  .tablet-header .inside .text-box.right {
    max-width: 100% !important;
  }
  .tablet-header .inside .text-box.right h1,
  .tablet-header .inside .text-box.right p.h1 {
    margin-top: 0 !important;
  }
}
.tablet-header .inside .text-box.right .text {
  width: 100% ;
  margin-right: 5vw;
}
@media (max-width: 992px) {
  .tablet-header .inside .text-box.right .text {
    text-align: center;
    margin: 5vh auto;
  }
}


/* END OF CARD PRODUCT BANNER */

/* START OF CARD SIMPLE BANNER */

.directory#banner {
  background: linear-gradient(135deg, #303057 0%, #395f90 100%);
  color: #fff;
  padding-top: 150px;
}


/* END OF CARD SIMPLE BANNER */

/* START OF CARD DEFAULT TEXT */

.default-text {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.default-text.fullheight {
  padding: 0 !important;
  height: 100vh;
}
.default-text .contain {
  max-width: 700px;
}
.default-text.White {
  background-color: white;
}
.default-text.Primary {
  background-color: #00cfb4;
}
.default-text.Secondary {
  background-color: #ffffff;
}
.default-text.Light {
  background-color: #eeeeee;
}
.default-text.Dark {
  background-color: #49495e;
}
.default-text.DisableMargin p,
.default-text.DisableMargin .h1,
.default-text.DisableMargin .h2,
.default-text.DisableMargin .h3,
.default-text.DisableMargin .h4 {
  margin: 0;
}
.default-text .separator {
  display: none;
  flex: 1;
  text-align: center;
}
.default-text .flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
@media (max-width: 768px) {
  .default-text .flex {
    flex-direction: column;
  }
}
.default-text .flex.centervertical {
  align-items: center;
  height: 100vh;
}
.default-text .col {
  padding: 0 2.5% ;
  position: relative;
}
.default-text .col img {
  max-width: 100%;
}
.default-text .col .text {
  flex: 100;
}
@media (max-width: 768px) {
  .default-text .col {
    padding: 2.5%;
  }
}
.default-text.one {
  visibility: visible;
}
.default-text.one .col-two,
.default-text.one .col-three {
  visibility: hidden;
  display: none;
}
.default-text.one .col {
  width: 100%;
}
.default-text.two {
  visibility: visible;
}
.default-text.two .col-three {
  visibility: hidden;
  display: none;
}
.default-text.two .col {
  width: 50%;
}
@media (max-width: 768px) {
  .default-text.two .col {
    width: 100%;
  }
}
.default-text.three .col {
  width: 33.333%;
}
@media (max-width: 768px) {
  .default-text.three .col {
    width: 100%;
  }
}
.default-text.twoThirds .col-three {
  display: none;
  visibility: hidden;
}
.default-text.twoThirds .col-two {
  width: 66.66%;
}
@media (max-width: 768px) {
  .default-text.twoThirds .col-two {
    width: 100%;
  }
}
.default-text.twoThirds .col-one {
  width: 33.33%;
}
@media (max-width: 768px) {
  .default-text.twoThirds .col-one {
    width: 100%;
  }
}
.default-text.oneThird .col-three {
  display: none;
  visibility: hidden;
}
.default-text.oneThird .col-one {
  width: 66.66%;
}
@media (max-width: 768px) {
  .default-text.oneThird .col-one {
    width: 100%;
  }
}
.default-text.oneThird .col-two {
  width: 33.33%;
}
@media (max-width: 768px) {
  .default-text.oneThird .col-two {
    width: 100%;
  }
}
.default-text.separators .container {
  width: 100%;
  padding: 0 5vw;
}
.default-text.separators .separator {
  display: block !important;
  white-space: nowrap;
}
.default-text.separators .col-one .separator {
  display: none !important;
}
@media (max-width: 768px) {
  .default-text.separators .col {
    width: 100%;
  }
  .default-text.separators .separator {
    display: none !important;
  }
}


/* END OF CARD DEFAULT TEXT */

/* START OF CARD REFERRAL-FORM */

.directory#banner {
  background: linear-gradient(135deg, #303057 0%, #395f90 100%);
  color: #fff;
  padding-top: 150px;
}


/* END OF CARD REFERRAL-FORM */

/* START OF CARD TABLET BANNER */

#banner.tablet {
  background-repeat: no-repeat;
  background-position: center top ;
  background-size: cover;
  padding-bottom: 50px;
}
#banner.tablet .container .left img {
  margin-top: 30px;
}
#banner.tablet .container .right h1,
#banner.tablet #banner.tablet .container .right p.h1 {
  margin-top: 65px;
}
#banner.tablet.white .right h1 {
  color: white;
}


/* END OF CARD TABLET BANNER */

/* START OF CARD TEAM */

.team .wrap {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: stretch;
  margin: 0 auto;
}
.team .member {
  width: 25vh;
  margin: 2.5vh 1vh;
  text-align: center;
}
.team .member .img {
  height: 25vh;
  width: 25vh;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.team .member h2 {
  font-size: 1em;
  margin: 1em 0 0;
  color: #49495e;
}
.team .member h3 {
  font-size: .8em;
  margin: .2em 0;
  color: rgba(73, 73, 94, 0.4);
}


/* END OF CARD TEAM */

/* START OF CARD PRESS */

.press-page {
  background: white;
  display: flex;
  flex-direction: column;
  font-family: 'avenir';
  width: 100vw;
}
.press-page h1 {
  text-align: center;
  font-weight: 200;
  padding: 100px 5vw 0;
  margin-top: ;
  display: block;
  width: 100%;
  font-family: 'avenir';
  color: #49495e;
}
.press-page section {
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: flex-start;
}
.press-page section .item {
  min-height: 350px;
  padding: 3% 2.5%;
  transition: 250ms;
  background: #f8f8f8;
  width: 31%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  line-height: 1.5;
  margin-bottom: 2.5%;
  color: rgba(73, 73, 94, 0.5);
}
@media (max-width: 768px) {
  .press-page section .item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .press-page section .item {
    width: 100%;
    margin: 0;
    padding: 10% 3%;
    min-height: 220px;
  }
}
.press-page section .item:hover {
  text-decoration: none;
  background: #49495e;
  color: white;
}
.press-page section .item:hover .readmore,
.press-page section .item:hover .date {
  color: white !important;
}
.press-page section .item img {
  max-width: 80%;
}
.press-page section .item .readmore {
  font-size: 13px;
  font-weight: ;
  color: rgba(73, 73, 94, 0.4);
}
.press-page section.press-news .item {
  text-align: center;
  background: ;
}
.press-page section.press-releases .item {
  align-items: flex-start;
}
.press-page section.press-releases .item .summary {
  font-size: 70%;
  color: rgba(73, 73, 94, 0.3);
}
.press-page section.press-releases .item .date {
  font-weight: bold ;
  text-transform: uppercase;
  color: #00cfb4;
  font-size: 14px;
}
@media (max-width: 768px) {
  .press-page section.press-releases .item {
    text-align: center;
    align-items: center;
  }
  .press-page section.press-releases .item .summary {
    display: none;
  }
}
.press-page section.inquiries {
  max-width: 100%;
  margin-bottom: 0;
  background: rgba(73, 73, 94, 0.04);
}
.press-page section.inquiries h1 {
  margin: 45px 0 35px;
  padding: 5vh 0;
  line-height: 1;
  font-size: 1.3em;
}
.press-page section.inquiries a:hover {
  text-decoration: none;
  color: #009c88;
}
.press-page section.press-kit {
  max-width: 100%;
  margin: 0;
  background-color: #282833;
  padding: 80px 0;
}
.press-page section.press-kit .contain {
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: flex-start;
}
.press-page section.press-kit .resource {
  width: 23%;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  color: white;
  min-height: 200px;
}
.press-page section.press-kit .resource img {
  max-width: 100%;
}


/* END OF CARD PRESS */

/* START OF CARD TIMELINE */

#timeline {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 3em;
  padding-top: 150px;
  margin-top: 0;
  float: none;
}
#timeline .container {
  position: relative;
}
@media (max-width: 1039px) {
  #timeline {
    padding-top: 150px;
  }
}
#timeline .v-line {
  left: 200px;
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  top: 100px;
  background: rgba(73, 73, 94, 0.08);
}
@media (max-width: 1439px) {
  #timeline .v-line {
    left: 80px;
  }
}
@media (max-width: 1023px) {
  #timeline .v-line {
    display: none;
  }
}
#timeline .cd-timeline-img {
  border-radius: 50%;
  position: absolute;
  top: 0;
}
#timeline .cd-timeline-img.cd-picture {
  border: 2px solid #00cfb4;
  background: white;
  text-align: center;
  color: #00cfb4;
}
#timeline .cd-timeline-block {
  margin: 4em 0;
  position: relative;
}
#timeline .cd-timeline-block:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  #timeline .cd-timeline-block {
    margin-bottom: 50px;
  }
}
#timeline .cd-timeline-block .cd-timeline-content {
  float: right;
  width: 85% ;
}
@media (min-width: 1441px) {
  #timeline .cd-timeline-block .cd-timeline-content {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  #timeline .cd-timeline-block .cd-timeline-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 5% 2em;
  }
}
#timeline .cd-timeline-img.cd-picture {
  width: 110px;
  height: 110px;
  font-size: 32px;
  left: 147px;
  padding: 14px;
}
@media (max-width: 1439px) {
  #timeline .cd-timeline-img.cd-picture {
    left: 0;
  }
}
@media (max-width: 1023px) {
  #timeline .cd-timeline-img.cd-picture {
    top: -20px;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
}
#timeline .cd-date {
  background: transparent;
  text-align: center;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  margin: 0;
}
@media (max-width: 1023px) {
  #timeline .cd-date {
    width: 100%;
  }
}
#timeline .cd-date .cd-date-month {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  display: block;
}
#timeline .cd-date .cd-day {
  display: block;
  font-weight: 600;
  font-size: 38px;
  line-height: 42px;
  width: 100%;
  margin: 0;
}
#timeline .cd-date .cd-date-year {
  display: block;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  margin: 0;
}
#timeline .cd-timeline-content {
  padding: 2em;
  background: white;
}
@media (max-width: 1023px) {
  #timeline .cd-timeline-content {
    margin: 0 auto;
  }
}
#timeline .cd-timeline-content::before {
  display: none;
}
#timeline .cd-timeline-content h2 {
  font-size: 2em;
  text-transform: none;
  margin-bottom: .8em;
}
#timeline .cd-timeline-content .feature {
  width: 28%;
  float: left;
  margin: 0 5% 1em 0;
}
@media (max-width: 1439px) {
  #timeline .cd-timeline-content .feature {
    width: 45% ;
  }
}
@media (max-width: 480px) {
  #timeline .cd-timeline-content .feature {
    width: 100%;
    margin: 0 0 1em;
  }
}
#timeline .cd-timeline-content .feature h3 {
  font-size: 1.1em;
  font-family: 'avenir';
  font-weight: bold;
}
#timeline .cd-timeline-content .feature p {
  font-size: .9em;
  margin-bottom: 0;
}
#timeline .cd-timeline-content .bugs {
  margin-top: 1em;
  width: 100%;
  float: left;
  border-top: 1px dotted #e6e6e6;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
@media (max-width: 480px) {
  #timeline .cd-timeline-content .bugs {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
#timeline .cd-timeline-content .bugs h4 {
  font-size: 1em;
  margin: 1em 0;
  font-weight: 600;
  font-family: 'avenir';
  -webkit-column-span: all;
  /* Chrome, Safari, Opera */
  column-span: all;
}
#timeline .cd-timeline-content .bugs ul {
  width: 100%;
  float: left;
  padding-left: 20px;
  margin: 0;
}
#timeline .cd-timeline-content .bugs li {
  font-size: .8em;
  line-height: 1.5em;
  margin-bottom: 1em;
}


/* END OF CARD TIMELINE */


/*
     FILE ARCHIVED ON 02:22:39 Jan 31, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:58:43 Jul 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.897
  exclusion.robots: 0.096
  exclusion.robots.policy: 0.078
  esindex: 0.014
  cdx.remote: 20.367
  LoadShardBlock: 137.721 (3)
  PetaboxLoader3.datanode: 77.942 (5)
  PetaboxLoader3.resolve: 166.036 (2)
  load_resource: 184.26
  loaddict: 84.251
*/