.app-icons {
  display: none;
}

.coverage .btn-square {
  color: #f75030;
  border: 1px solid #f75030;
  background: transparent;
  padding: 8px 15px;
  margin: 40px 0;
}

.coverage .btn-square:hover {
  color: #fff;
  background: #f75030;
}

/*  HERO SECTION  */

.ts-hero {
  background: #ff451d;
  background: -webkit-linear-gradient(
    left,
    #ff451d 0%,
    #ff451d 15%,
    #ff8f4d 100%
  );
  background: linear-gradient(to right, #ff451d 0%, #ff451d 15%, #ff8f4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff451d', endColorstr='#ff8f4d', GradientType=1);
  padding: 50px 0 30px 0;
}

.ts-hero h1 {
  font-weight: 700;
  font-size: 45px;
  margin: 50px 0;
  color: #fff;
}

.hero-content {
  padding: 100px 0 0;
}

.ts-hero .btn-square,
.quote .btn-square {
  border: 1px solid #fff;
  padding: 8px 10px !important;
  background: transparent;
  display: inline;
}

.hero-app-img {
  text-align: left;
  padding: 40px 0 0;
}

/*  PURPOSE SECTION  */

.purpose {
  background-image: url("/wp-content/themes/cdx/css/img-360/purpose-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #a16900;
  padding: 70px 0;
  text-align: center;
}

.purpose h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0 50px;
  color: #fff;
}

.purpose p {
  color: #fff;
}

.three-fold p {
  font-size: 22px;
  padding: 0 50px;
}

.three-fold p span {
  font-size: 30px;
  display: block;
  font-weight: 800;
  margin: 10px 0;
}

.row .col-md-4:nth-last-child(2) .three-fold {
  border-right: 2px solid #fff;
}

.row .col-md-4:nth-last-child(3) .three-fold {
  border-right: 2px solid #fff;
}

/*  COVERAGE SECTION  */

.dx-circle {
  background-image: url("/wp-content/themes/cdx/css/img-360/mydx-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin: 70px auto;
  color: #fb8f4e;
  height: 423px;
  width: 100%;
}

.circle p {
  color: #fb8f4e;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}

.circle.two,
.circle.three {
  margin: 30px auto;
}

.circle.three {
  position: relative;
  left: 20px;
}

.circle {
  height: 110px;
  width: 110px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 7px;
  display: table;
}

.circle {
  position: relative;
}

.circle:hover {
  background: white;
}

.circle .tooltiptext {
  visibility: hidden;
  width: 290px;
  background-color: white;
  color: #fb8f4a;
  text-align: center;
  padding: 5px 0;
  border: 2px solid #fb8f4a;
  font-size: 11px;
  display: inline-block;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left: -100px;
  top: 100px;
  padding: 5px;
}

.circle:hover .tooltiptext {
  visibility: visible;
}

.coverage {
  background-image: url("/wp-content/themes/cdx/css/img-360/coverage-bg-mobile.png");
  background-position: top -130px right -140px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f4f4f4;
  padding: 60px 0;
}

.coverage h1 {
  font-size: 40px;
  font-weight: 700;
  color: #f75030;
  margin: 20px 0 40px;
}

.coverage .col-md-6:first-child p {
  font-size: 18px;
  color: #9f9f9f;
}

.coverage img {
  margin: 30px 0 0;
}

.dx-circle img {
  margin: 0 auto;
}

.coverage .row {
  position: relative;
}

.hidden-md-up {
  display: none;
}

img.hidden-md-up {
  max-width: 100%;
}

/*  MECHANISM SECTION  */

.quote {
  background: #f9481f;
  background: -webkit-linear-gradient(
    left,
    #f9481f 0%,
    #f9481f 15%,
    #fb854a 100%
  );
  background: linear-gradient(to right, #f9481f 0%, #f9481f 15%, #fb854a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9481f', endColorstr='#fb854a', GradientType=1);
  padding: 100px 0 50px;
  text-align: center;
}

.display-table {
  min-height: 500px;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.quote p {
  font-size: 22px;
  text-align: center;
  color: #fff;
}

.quote .btn-square {
  margin: 40px 0;
  padding: 8px 30px !important;
}

/*  MECHANISM SECTION  */

.mechanism {
  padding: 60px 0 0;
}

.mechanism-top h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #666666;
}

.mechanism-top {
  padding: 0 0 20px;
  text-align: center;
}

.mechanism-top p {
  padding: 10px 0 40px;
}

.mechanism-top ul {
  list-style: none;
  margin: 25px 0 40px;
  padding: 0;
  text-align: center;
}

.mechanism-top ul li {
  display: inline;
  position: relative;
  padding: 0 8px;
  color: #666666;
}

.mechanism-top ul li:after {
  content: "";
  position: absolute;
  top: 2;
  height: 20px;
  border-right: 1px solid #666666;
  padding: 0 6px;
}

.mechanism-top ul li:nth-last-child(1):after {
  border-right: 0;
}

.mechanism-top img {
  max-width: 100%;
}

.mechanism h1 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #e95124;
  margin: 80px 0 50px;
}

.mechanism img:nth-child(2) {
  max-width: 100%;
}

.price {
  font-size: 14px;
  font-style: italic;
  padding: 0;
  text-align: right;
}

.mechanism-bottom {
  background: #f1f1f1;
  margin: 1px 0 0;
  color: #9f9f9f;
  text-align: center;
}

.mechanism-bottom p {
  padding: 40px 0 30px;
}

.circle.two {
  left: -20px;
  position: relative;
}

/* ECO HERO */

/*  HERO SECTION  */

.eco-hero {
  background-image: url("../../../../wp-content/uploads/eco-hero-bg.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0f1315;
  padding: 70px 0 0;
}

.hero-text {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.eco-hero .hero-content {
  padding: 80px 0 20px;
}

img.eco-logo {
  max-width: 400px;
  margin: 20px 0;
}

.eco-hero .hero-btns a:last-child:after {
  color: #fff;
}

.eco-hero .hero-btns a:last-child {
  position: relative;
}

/*  MyDx Innovation */

.whitebg {
  background: #fff;
}

.MyDxInnovation .mediumTitle {
  padding-bottom: 56px;
}
.mediumTitle {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  margin: 12px 0;
}

.MyDxInnovation img {
  position: relative;
  z-index: 1;
}

.innovationItem {
  background: #deedf5;
  padding: 8px 10px;
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 24px;
  position: relative;
}
.innovationItem:before {
  content: "";
  display: block;
  width: 250px;
  height: 15px;
  position: absolute;
  left: -280px;
  top: 40px;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 0;
}
.innovationItem.invo1 {
  margin-top: 30px;
}
.innovationItem.invo1:before {
  background-image: url(img-360/invo1.png);
}
.innovationItem.invo2 {
  background: #def6ff;
}
.innovationItem.invo2:before {
  background-image: url(img-360/invo2.png);
}
.innovationItem.invo3 {
  background: #eef7e5;
}
.innovationItem.invo3:before {
  background-image: url(img-360/invo3.png);
  width: 300px;
  left: -330px;
}
.innovationItem.invo4 {
  background: #ffede2;
}
.innovationItem.invo4:before {
  background-image: url(img-360/invo4.png);
  width: 385px;
  left: -415px;
}

.MyDxInnovation {
  padding: 70px 0 0 0;
  margin-bottom: -55px;
}
.MyDxInnovation .mediumTitle {
  padding-bottom: 56px;
}

img {
  vertical-align: middle;
}

.mechanism-top > h3 {
  padding: 30px 0;
  background: #ff711d;
  color: #fff;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .circle.two {
    left: -40px;
    position: relative;
  }
  .circle.three {
    left: 35px;
    position: relative;
  }

  .hero-content {
    padding: 0;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .circle.two {
    left: 30px;
  }
  .circle.three {
    left: -30px;
  }
  .hero-app-img {
    text-align: left;
  }
  .hero-app-img img {
    max-width: 90%;
    margin: 40px 0;
  }
  .coverage {
    background-image: url("/wp-content/themes/cdx/css/img-360/coverage-bg-mobile.png");
    background-position: center bottom -20px;
    background-size: initial;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .mediumTitle {
    font-size: 30px;
    line-height: 36px;
  }

  .circle.two {
    left: 0;
  }
  .circle.three {
    left: 0;
  }
  .hero-content h1 {
    font-size: 30px;
  }
  .hero-app-img img {
    max-width: 70%;
    margin: 30px 0;
  }
  .ts-hero {
    padding: 20px 0;
  }
  .row .col-md-4:nth-last-child(2) .three-fold {
    border-right: 0px solid #fff;
  }
  .row .col-md-4:nth-last-child(3) .three-fold {
    border-right: 0px solid #fff;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  .coverage {
    background-position: center bottom -60px;
  }
  .dx-circle {
    background-image: url("/wp-content/themes/cdx/css/img-360/mydx-circle-xs.png");
    height: 322px;
  }
  .circle p {
    font-size: 12px;
  }
  .circle {
    height: 60px;
    width: 60px;
  }
  .circle.two,
  .circle.three {
    margin: 32px auto;
  }
  .circle.two {
    left: -30px;
  }
  .circle.three {
    left: 30px;
  }
  .hero-app-img img {
    max-width: 90%;
  }
  .circle .tooltiptext {
    top: 80px;
  }
  .circle.two .tooltiptext {
    left: 0;
  }
  .circle.three .tooltiptext {
    left: -220px;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
}
