/* Mobile Representative Bar */

@media (min-width: 768px) {
    .all-representative-cta-holder {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .all-representative-cta-holder {
        position: fixed;
        bottom: 0px;
        background-color: #ee3824;
        z-index: 8675309!important;
        width: 100%;
        margin: auto;
        display: block;
        text-align: center;
        padding: 0px 20px;
        box-sizing: border-box;
        font-family: 'Roboto', sans-serif;
        font-size: 13.5px;
        line-height: 51px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff !important;
    }
  	#back_to_top {
    		bottom: 60px !important;
    		right: 7px!important;
  	}
}
