


.calltoactionbar {
/*   background: url('/sites/all/themes/msf_adaptivetheme/at_subtheme/images/tex-dark-full.jpg') no-repeat right top;
   background-image: url('/sites/all/themes/msf_adaptivetheme/at_subtheme/images/tex-dark-full.jpg');
*/
   background: url('https://res.cloudinary.com/msfno/image/upload/v1541067391/tex-dark-full.jpg') no-repeat right top;
   background-image: url('https://res.cloudinary.com/msfno/image/upload/v1541067391/tex-dark-full.jpg');

   background-position: center;
   background-size: cover;
   width: 100%;
   height: 100%;
   min-height: 200px;
   bottom: 0;
   margin-left: -20px;

}


.divider {
  /*  background: #B7B7B7; */
    margin-top: 40px;
    width: 50px;
    top: 0;
    right: -60px;
    fill: #fff;
    opacity: 0.3;

}

.calltoaction-wrapper {
    margin-left: 5%;
    margin-right: 5%;
}

.calltoaction-bar-item {
    margin-top: 30px;
    width: 95%;

}



.calltoaction-heading {
    font-size: large;
    font-weight: lighter;
    color: white;
    text-align: center;

}

.calltoaction-action {
    text-decoration: none !important;
    font-size: xx-large;
    font-weight: bold;
    color: #EE0000;
    text-align: center;
   /* cursor: pointer; */
    transition: all .2s ease-in-out;

}

.calltoaction-action:hover {
 /*   text-decoration: none !important;
     border: 0 !important; */
    color: white;
    background-color: #EE0000 !important;
    transform: scale(1.05);
}



.calltoaction-subtext {
    color: white;
    font-weight: lighter;
    text-align: center;
}

