.image_update{
    padding: 5px;
    }
.image_update img{
    height: 150px;
    width: 150px;
    border: 2px solid white;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  cursor: pointer;
}

.image_update:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.image_update {
  position: relative;
  width: 100%;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-to-20{
    margin-to: 20px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
    margin-top: 0px;
  }

.input-grp-btn {
    border: none;
    height: 44px;
    background-color: #e16428;
    color: #fff;
    margin: -1px;
    border-radius: 0;
    width: 135px;
    text-transform: uppercase;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    &:hover, &:focus, &:active, &:visited {
      color: #fff;
      background-color: rgba(14, 208, 133, 0.77);
      outline: none;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      &:before {
        background-color: rgba(14, 208, 133, 0.77);
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
      }
    }
    &:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      height: 1px;
      background-color: #e16428;
      width: 100%;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
    }
  }
.input-grp-txt{
    height: 44px;
}
.subscribe_form {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  }

.menu_top{
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175) !important;
    box-shadow: 0 0px 0px rgba(0,0,0,.175) !important;
    margin-top: 8px !important;
}
.menu_hr{
    mmin-width: 144px !important;
    border-width: 1px !important;
    border-color: #dadada !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.dropdown-item{
    font-weight: 600;
}


@media (min-width: 1300px){
    .menu_top{
        min-width: 250px !important;
    }
    .menu_hr{
         min-width: 230px !important;
    }

}
.reading-challenge-txt{
    font-size: 16px !important;
    margin-bottom: 7px !important;
}
.min-height-75{
        min-height: 75vh !important;
}
.min-height-55{
        min-height: 55vh !important;
}
.MS-right, .MS-left{
   background-color: fff !important;
}
.fa-chevron-right, .fa-chevron-left{
   font-size: 20px !important;
}