#section-tabs {
  padding: 40px 0;
}

#section-tabs .page-tag-title {
  color: #48b5e4;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
}

#section-tabs .line {
  height: 1px;
  width: 120px;
  background: #ccc;
  display: block;
  margin: 30px auto 0;
}

.sub-title {
  font-size: 22px;
  padding: 0 100px;
}

.link-tabs {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  margin-bottom: 50px;
}

.link-tabs .link-tab {
  padding: 20px 30px;
  text-align: center;
  border-right: 1px solid #48b5e4;
  border-top: 1px solid #48b5e4;
  border-bottom: 1px solid #48b5e4;
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  -khtml-flex-grow: 1;
  flex-grow: 1;
}

.link-tabs .link-tab:hover,
.link-tabs .link-tab.active {
  color: #fff;
  background: #48b5e4;
}

.link-tabs .link-tab:first-child {
  border-left: 1px solid #48b5e4;
}

.title-badge {
  border: 1px solid #48b5e4;
  border-left-width: 25px;
  padding: 10px 20px;
  display: inline-block;
  color: #48b5e4;
  font-size: 22px;
  font-family: 'proxima_novasemibold';
  margin-bottom: 30px;
}

.title-badge.title-badge-white {
  border-color: #fff;
  color: #fff;
}

.title-badge.full {
  width: 100%;
}

.sole {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  /* margin: 45px 0; */
  margin: 0px;
}

.sole.sole-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -khtml-align-items: flex-start;
  align-items: flex-start;
}

.sole .w-img {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -o-flex-basis: 50%;
  -khtml-flex-basis: 50%;
  flex-basis: 50%;
}

.sole .w-img img {
  width: 100%;
}

.sole .w-text {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -o-flex-basis: 50%;
  -khtml-flex-basis: 50%;
  flex-basis: 50%;
  padding: 30px 45px;
}

.sole .w-text h3,
.gold-features .w-text h3 {
  color: #48b5e4;
}

.sole .w-text h4 {
  font-family: 'proxima_nova_rgregular';
  margin-top: 0;
  margin-bottom: 0;
}

.sole .w-text h4 span {
  display: block;
  margin-bottom: 10px;
}

.sole .w-text h4 span:after {
  margin-bottom: 0;
}

.sole .w-text.no-top {
  padding-top: 0;
}

.sole img {
  border: 1px solid #e1e1e1;
}

.sole.sole-img-right .w-img {
  order: 1;
}

.sole.sole-img-right .w-text {
  order: 0;
  padding-left: 0;
}

.section-white {
  margin-bottom: 20px;
  padding: 30px 0;
}

.section-white a {
  color: #48b5e4;
  text-decoration: underline;
}

.section-blue {
  padding: 30px 0;
  background: #48b5e4;
}

.section-blue .content-group {
  color: #fff;
}

.section-blue .content-group li:before {
  background: #fff;
}

.section-blue a {
  color: #fff;
  text-decoration: underline;
}

.section-blue a:hover {
  color: #fff;
}

.content-group {
  font-size: 20px;
}

.content-group li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  list-style-type: none;
}

.content-group li:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #48b5e4;
  position: absolute;
  left: 0;
  top: 5px;
}

.more-features {
  margin-top: 30px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.more-features .feature {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -o-flex-basis: 25%;
  -khtml-flex-basis: 25%;
  flex-basis: 25%;
  text-align: center;
  margin-bottom: 30px;
}

.more-features .feature h3 {
  font-size: 18px;
  font-family: 'proxima_nova_rgregular';
  line-height: 1.2;
}

.more-features .feature img {
  width: 100%;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}

#feature-video {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #fff;
  vertical-align: middle;
  text-align: center !important;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px !important;
  border-radius: 50%;
  background: #48b5e4;
  margin-left: 10px;
}

#feature-video .glyphicon {
  top: -2px;
}

#feature-video i {
  vertical-align: middle;
  font-size: 16px !important;
  margin-left: 3px;
}

#feature-video:hover {
  background: #fff;
}

#feature-video:hover i {
  color: #48b5e4;
}

.gold-features .sole {
  /* align-items: flex-start; */
}

.gold-features .sole .w-text {
  padding-top: 0;
}

.sole .w-img.noborder img {
  border: none;
}

.slick-slide img {
  max-width: 90%;
  border: 1px solid #ccc;
  margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
  color: #48b5e4 !important;
}

#more-features-carousel a,
#more-features-carousel h4 {
  text-decoration: none;
  text-align: center;
}

video#benefits-vid {
  max-width: 100%;
}


@media (max-width: 991px) {
  .link-tabs .link-tab {
    font-size: 14px;
  }

  .sole {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  .sole .w-img {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    -khtml-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    order: 0 !important;
    margin-bottom: 20px;
  }

  .sole .w-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    -khtml-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 0;
    order: 1 !important;
  }
}

@media (max-width: 767px) {
  .more-features .feature {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    -khtml-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
  }

  .link-tabs {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
  }

  .link-tabs .link-tab {
    border: 1px solid #48b5e4;
    font-size: 18px;
  }
}

@media (max-width: 556px) {
  .more-features .feature {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    -khtml-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .slick-next {
    right: -5px !important;
  }

  .slick-prev {
    left: -5px !important;
  }
}