/**
 * MO Box Component Styles
 * Compare Health Plans promotional box
 */

/* =====================================================
   BASE STYLES
   ===================================================== */

.mo-box {
  margin-bottom: 40px;
}

/* Title Section */
.mo-box-title {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background-color: #fff;
  color: #28c;
  font-weight: 400;
}

.mo-box-title a {
  display: block;
  height: 40px;
  padding-left: 20px;
  color: #28c;
}

.mo-box-title span {
  position: relative;
}

.mo-box-title span:after {
  content: '';
  background-image: url('../b/arrow_c2.png');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: -15px;
  top: 7px;
  width: 11px;
  height: 6px;
}

/* Main Content Section */
.mo-box-main {
  background-color: #28c;
  padding: 30px 20px;
  position: relative;
  height: auto;
  max-width: 100%;
}

.mo-box-main-h1 {
  color: #fff;
  font-size: 34px;
  margin: 0;
  font-weight: 400;
}

.mo-box-main-h2 {
  color: #fff;
  font-size: 28px;
  margin: 0;
  font-weight: 400;
}

/* FREE Label Badge */
.mo-box-main-newbtn {
  position: absolute;
  display: inline-block;
  top: 30px;
  right: 20px;
  background-image: url('../b/mo_new.png');
  background-position: center center;
  background-size: contain;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  text-shadow: 1px 1px #fff;
  font-weight: bold;
  background-repeat: no-repeat;
  padding: 1px 6px;
}

/* Main Image */
.mo-box-main-mv {
  margin: 10px 0 20px;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* =====================================================
   RESPONSIVE STYLES
   ===================================================== */

/* Tablet - 768px and below */
@media screen and (max-width: 768px) {
  .mo-box {
    margin-bottom: 30px;
  }
  
  .mo-box-main {
    padding: 20px 15px;
  }
  
  .mo-box-main-h1 {
    font-size: 28px;
  }
  
  .mo-box-main-h2 {
    font-size: 22px;
  }
}

/* Mobile - 568px and below */
@media screen and (max-width: 568px) {
  .mo-box-main-h1 {
    font-size: 24px;
  }
  
  .mo-box-main-h2 {
    font-size: 20px;
  }
  
  .mo-box-main-newbtn {
    width: 70px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    top: 20px;
    right: 15px;
  }
  
  .mo-box-main-mv {
    margin: 15px 0;
  }
}

/* Small Mobile - 414px and below */
@media screen and (max-width: 414px) {
  .mo-box-title {
    font-size: 13px;
  }
  
  .mo-box-title a {
    padding-left: 15px;
  }
  
  .mo-box-main {
    padding: 20px 10px;
  }
  
  .mo-box-main-h1 {
    font-size: 22px;
  }
  
  .mo-box-main-h2 {
    font-size: 18px;
  }
}

/* Extra Small Mobile - 375px and below */
@media screen and (max-width: 375px) {
  .mo-box-main-h1 {
    font-size: 20px;
  }
  
  .mo-box-main-h2 {
    font-size: 16px;
  }
  
  .mo-box-main-newbtn {
    width: 60px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
}

/* Mini Mobile - 320px and below */
@media screen and (max-width: 320px) {
  .mo-box-title {
    font-size: 12px;
  }
  
  .mo-box-main-h1 {
    font-size: 18px;
  }
  
  .mo-box-main-h2 {
    font-size: 15px;
  }
  
  .mo-box-main-newbtn {
    width: 55px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    top: 15px;
    right: 10px;
  }
}

/* =====================================================
   UTILITY CLASSES
   ===================================================== */

/* Hide on mobile if needed */
@media screen and (max-width: 480px) {
  .mo-box.hide-mobile {
    display: none;
  }
}

/* Full width variant */
.mo-box.full-width {
  width: 100%;
}

/* Compact variant */
.mo-box.compact .mo-box-main {
  padding: 20px 15px;
}

.mo-box.compact .mo-box-main-h1 {
  font-size: 28px;
}

.mo-box.compact .mo-box-main-h2 {
  font-size: 22px;
}


.btn-28-ar {
    height: 50px;
    line-height: 45px;
    border-radius: 30px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background-image: url(../b/arrow_d.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-shadow: 1px 1px #444;
    border: 1px solid #fff;
}

.bg-8-hover {
    background-color: #f90;
}

.bg-8-hover:hover {
  background-color:#f70
}
