/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jan 25 2021 | 02:17:56 */
.promotionMessage {
    background-image: linear-gradient(to bottom, #3c6a77 0px, #6dafbf 100%) !important;
	padding: 15px 25px 25px !important;
}

img.map, map area{ outline: none;}

@media only screen and (min-width: 768px){
	.mobileOnly{display:none}
}

@media only screen and (max-width: 767px){
   .desktopOnly{display:none}
}