
.bg-theme-colored-transparent {
    background-color: rgb(0, 57, 142) !important;
}

/* MOBILE ONLY STYLES*/
@media only screen and (max-width: 600px) {
.mob-text{
 font-size: 12px !important;
}
 .mob-hide {
  display: none !important;
 } 
}
