.ctaSidebar {position:fixed; right:0; top:300px; width:120px;}
.m-ctaSidebar {position:fixed; bottom:0; width:100%; left: 0px;}

.display-desktop{display:block;}
.display-mobile-tablet{display:none;}

@media (max-width:95em) {
 
  .display-desktop{display:none;}
  .display-mobile-tablet{display:block;}

  .mob-devider {
    width:1px; height:50px;
    background: -webkit-linear-gradient(rgba(180,228,7,1), rgba(151,191,13,1), rgba(180,228,7,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(180,228,7,1), rgba(151,191,13,1),rgba(180,228,7,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(180,228,7,1), rgba(151,191,13,1),rgba(180,228,7,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(180,228,7,1), rgba(151,191,13,1),rgba(180,228,7,1)); /* Standard syntax (must be last) */
  }
}

.ctaSidebar h5, .m-ctaSidebar h5 {color:rgba(35,31,32,1); font-size:.7rem; margin-bottom:0px;}
.ctaSidebar i, .m-ctaSidebar i {color: rgba(35,31,32,1); font-size:1.2rem;}
.bg-greenLight {background-color: rgba(180,228,7,1);}
.bg-white {background-color: rgba(255,255,255,1);}
.col-white {color:rgba(255,255,255,1);}
.sidebarBtn:link {color:rgba(151,191,13,1);}

a:link .sidebarBtn h5 {color: rgba(35,31,32,1); text-decoration:none;}
a:link .sidebarBtn i {color: rgba(35,31,32,1);}
.sidebarBtn:hover, .sidebarBtn:hover i, .sidebarBtn:hover h5, a:hover .sidebarBtn h5, a:hover .sidebarBtn i, a:hover .sidebarBtn {color:rgba(255,255,255,1); background-color:rgba(151,191,13,1);text-decoration:none;}
.desk-devider { 
    height: 1px;
    background: rgba(151,191,13,1);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(180,228,7,1)), to(rgba(180,228,7,1)), color-stop(50%, rgba(151,191,13,1)));
    background: -o-linear-gradient(right, from(rgba(180,228,7,1), rgba(151,191,13,1), from(rgba(180,228,7,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, from(rgba(180,228,7,1), rgba(151,191,13,1), from(rgba(180,228,7,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, from(rgba(180,228,7,1) , rgba(151,191,13,1), from(rgba(180,228,7,1)); /* Standard syntax (must be last) */
}
.popup-devider { 
    height: 1px;
    background:  rgb(255,255,255);
    background: -webkit-gradient(linear, 0 0, 100% 0, from( rgb(255,255,255)), to( rgb(255,255,255)), color-stop(50%, rgb(151,191,13)));
    background: -o-linear-gradient(right,  rgb(255,255,255), rgb(151,191,13),  rgb(255,255,255)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  rgb(255,255,255), rgb(151,191,13),  rgb(255,255,255)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,  rgb(255,255,255) , rgb(151,191,13),  rgb(255,255,255)); /* Standard syntax (must be last) */
} 



