.cms-ticket-price {
   display:none!important;
}
.clearLeftfloatNone {
    clear:left;
    float:none;
}

/*grow CTA hover state*/

.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.1);
}

/*grow CTA hover state*/

/*floating effect on custom graphic*/
.floating{
float: left;
-webkit-animation-name: Floatingx;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: Floating;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: ease-in-out;
margin-left: 30px;
margin-top: 5px;

}

@-webkit-keyframes Floatingx{
from {-webkit-transform:translate(0, 0px);}
65% {-webkit-transform:translate(0, 15px);}
to {-webkit-transform: translate(0, -0px); } 
}

@-moz-keyframes Floating{
from {-moz-transform:translate(0, 0px);}
65% {-moz-transform:translate(0, 15px);}
to {-moz-transform: translate(0, -0px);} 
}
/*floating effect on custom graphic*/


.orange-pink-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f15b40+0,c13e96+100 */
background: #f15b40; /* Old browsers */
background: -moz-linear-gradient(left, #f15b40 0%, #c13e96 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f15b40 0%,#c13e96 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f15b40 0%,#c13e96 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15b40', endColorstr='#c13e96',GradientType=1 ); /* IE6-9 */
}

.blue-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2002ff+1,02cbfe+100 */
background: #2002ff; /* Old browsers */
background: -moz-linear-gradient(-45deg, #2002ff 1%, #02cbfe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #2002ff 1%,#02cbfe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #2002ff 1%,#02cbfe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2002ff', endColorstr='#02cbfe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.purple-pink-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8a01df+1,ff06b7+100 */
background: #8a01df; /* Old browsers */
background: -moz-linear-gradient(-45deg, #8a01df 1%, #ff06b7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #8a01df 1%,#ff06b7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #8a01df 1%,#ff06b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a01df', endColorstr='#ff06b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#contactOrganizerModal .contact-org-modal-title:before {
    content: url("https://d24wuq6o951i2g.cloudfront.net/img/events/2977362/assets/5872.2e7.cu-stack-blue_sm.png")!important;
    background-size: 100px auto;
    display: block;
    float: none;
}
#contactOrganizerModal .univisionLogo {
    display:none!important;
}