#tpbr_calltoaction {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#tpbr_calltoaction:hover {opacity:0.9;}


#tpbr_box{
  line-height: 2em; 
  padding: 5px 0px 6px; 
  margin:0 auto; 
  text-align:center; 
  width:100%;
   max-width:75rem;
  font-size:15px; 
  font-family: familyProximaNova, Helvetica, Arial, sans-serif;  
  font-weight:300;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 
}
#tpbr_topbar {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  padding:0px !important;
}
@media screen and (max-width: 414px){
#tpbr_box_first{
  flex: 0 100%!important;
}
#tpbr_box_second,#tpbr_box_third{
  display: none;
}
}