.lineBreaker {
  display: inline-block;
}

.multiplyMe {
    mix-blend-mode: multiply;
}

.freebirdFormviewerViewFooterEmbeddedBackground {
    display: none !important;
}

.blendME {
  background-blend-mode: overlay;
}

.hideME {   background-color:rgba(0,0,0,0.8);
            -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: 5.5s; /* Safari 4.0 - 8.0 */
            animation-delay: 5.5s;
            animation-timing-function:ease-out;
         }
         
@-webkit-keyframes fadeOut {
            0% {opacity: 1; }
            100% {opacity: 0; z-index: -20;}
         }
         
@keyframes fadeOut {
            0% {opacity: 1; }
            100% {opacity: 0; z-index: -20;}
         }
         
.fadeOut {
            -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
         }

@keyframes fadeOut {
   0% {opacity: 1;}
   100% {opacity: 0; z-index: -20;} 
}