.section--no-padding {
  padding: 0; }

.section--no-padding [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.section--no-padding img {
  margin: 0 auto; }

.author-bio {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto; }

.text-center {
  text-align: center; }

a:focus {
  color: #49CFCD; }

.pricing__popular {
  color: #fff;
  background: -moz-linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%);
  background: -webkit-linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%);
  background: linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48d6d0', endColorstr='#4ea6be',GradientType=1 ); }

.section--logo_list {
  background: -moz-linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%);
  background: -webkit-linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%);
  background: linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48d6d0', endColorstr='#4ea6be',GradientType=1 ); }

.btn--solid, .btn-form, .btn--sections_1520523579196_settings_btn_text.btn--solid {
  background: #48d6d0 !important;
  background: -moz-linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%) !important;
  background: -webkit-linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%) !important;
  background: linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48d6d0', endColorstr='#4ea6be',GradientType=1 ) !important;
  border: none !important;
  color: #fff !important; }

.btn--solid:hover, .btn--solid:focus {
  background: #48d6d0;
  background: -moz-linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%);
  background: -webkit-linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%);
  background: linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48d6d0', endColorstr='#4ea6be',GradientType=1 );
  border: none;
  color: #fff; }

.btn--solid:active, .btn--solid:focus {
  color: #fff; }

.strike {
  position: relative;
  color: #444; }

.strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: red;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg); }

/* Countdown Timer Overrides */
.section--countdown {
  text-align: left;
  padding: 0 0;
  background: #48d6d0 !important;
  background: -moz-linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%) !important;
  background: -webkit-linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%) !important;
  background: linear-gradient(90deg, #48d6d0 0%, #4ea6be 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48d6d0', endColorstr='#4ea6be',GradientType=1 ) !important; }

.countdown-heading {
  display: block;
  font-size: .8rem;
  font-weight: 700; }

.section--countdown .hidden-xs {
  display: none; }

.section--countdown .countdown__title {
  font-size: .8rem;
  margint-right: 10px; }

.section--testimonial .testimonial__text {
  font-size: 1rem; }

.section--countdown .countdown__item:after {
  display: none; }

@media (min-width: 768px) {
  .coursesLogo {
    display: inline-block; }

  .section--testimonial .testimonial__text {
    font-size: 1.5rem; }

  .countdown-heading {
    display: inline; }

  .section--countdown .hidden-xs {
    display: inline; }

  .section--countdown {
    text-align: center;
    padding: 0;
    position: fixed;
    height: 37px;
    width: 100%;
    z-index: 999;
    line-height: 37px; } }
.section--countdown p {
  font-size: .8rem;
  font-weight: 700;
  margin: .5rem; }

.section--countdown a.btn {
  margin: 0;
  font-size: .8rem;
  line-height: 1;
  padding: .8rem;
  margin: 0 5px; }

.section--countdown .countdown__amount {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1; }
