#sliding-popup
{
  background:#0170FF !important;
}

#sliding-popup .popup-content 
{
display:flex;
}

#popup-text a{
  color:white;
  text-decoration:underline;
}

#popup-text{
  overflow:hidden;
  padding-top:10px;
  padding-bottom:10px;
  width:100%!important;
  max-width:inherit!important;
  flex:1;
  padding-right:30px;
}
#popup-text p{
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important; 
}
#popup-text .find-more-button{
  display:none;
}
#popup-buttons{
  margin-bottom:20px!important;
  padding-top:20px
}
#popup-buttons button{
  border:1px solid white !important;
  background:transparent!important;
  outline:none !important;
  box-shadow:none!important;
  border-radius:5px!important;
  text-shadow: none!important;
  color: white!important;
  font-size:13px!important;
  font-weight:400!important;
  text-transform:uppercase;
  font-family:inherit!important;
  padding:10px!important;
  padding-left:20px!important;
  padding-right:20px!important;
  margin-top:0px!Important;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
}


#popup-buttons button:hover{
  background:rgba(255,255,255,0.1) !important;
}
#popup-buttons button:first-child{
  margin-right:10px;
}

@media only screen and (max-width: 1200px) 
{
    #sliding-popup .popup-content   
    {
        flex-direction:column;
        padding:30px;
    }
    #popup-text{
        padding:0;
    }
}