/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.mobile{
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile{
    display: inline;
  }
  .top-search-bar{
      display: none;
  }
}
.fixed-bottom{
    background-color: #a3dd00!important;
}
.bottom-cta{
    font-size:30px;
    color:white;
}