/*CTA Slider Tray */
.hide-button1, .hide-button2, .hide-button{
  display: none;
}
@media (min-width: 375px){
  .hide-button1{
    display: inline-block;
  }
}
@media (min-width: 800px) {
  .hide-button2 {
    display: inline-block;
  }
}
.cta-tray--scrolled {
    position: fixed;
    bottom: 0;
    opacity: 1;
    z-index: 500;
}
.cta-tray--initial{
  position: fixed;
  bottom: -15rem;
  opacity: 1;
}
#cta-tray {
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
    background-color: rgba(255,255,255,.5);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#cta-tray a{
  color: #fff !important;
}
#cta-tray .main-button{
  font-size: 1.2rem;
  font-weight: 700;
  padding: 12px 32px;
  border: 1px solid #FFF;
  box-shadow: inset 0 0 8px 0 rgba(0,0,0,.25);
  border-bottom: 0;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
