@charset "UTF-8";
/* mobile styles */
@media handheld {
	html, body {
		font: 12px/15px sans-serif;
		background: #fff;
		padding: 3px;
		color: #FFF;
		margin: 5px;
		}
	#sidebar, #footer {
		display: none;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	#content img { 
		max-width: 250px;
		}
	.center {
		width: 100% !important;
		text-align: center;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}
   .leadr_container {width: 100%; padding: 32px 0px 5px 0px; margin: 2px 10px 5px 20px; } 
   .leadr_canvas{width:100%; background-repeat: no-repeat;background-image:url(../images/Up-The-Mast-Cropped-240x185-20180609.jpg);}
   .leadroffer {
      font-size: 0.8em;
      line-height: 1.0em;
      vertical-align: middle;
      width: 65%;
      height: auto;
      float: left;
      z-index: 10;
      margin: 25px 0px 5px 10px;
   } 

}
/* iPhone-specific styles */
@media only screen and (max-device-width: 340px) { 
	html {
		-webkit-text-size-adjust: none;
		}

}