#header {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	color: #663366;
	font-size: 70px; 
	line-height:70px;
	letter-spacing:-1px;
	text-shadow: 0 0 20px #ffffff;
}

#statement {
	padding: 40px 0 20px 0; 
	font-size: 28px; 
	line-height: 34px; 
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; color: #666666;
	width: 75%;
	text-align:left;
}

/* CLIENT-SPECIFIC STYLES */
body, table, td, a{-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;} /* Prevent WebKit and Windows mobile changing default text sizes */
table, td{mso-table-lspace: 0pt; mso-table-rspace: 0pt;} /* Remove spacing between tables in Outlook 2007 and up */
img{-ms-interpolation-mode: bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */

/* RESET STYLES */
img{border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none;}
table{border-collapse: collapse !important;}
body{height: 100% !important; margin: 0 !important; padding: 0 !important; width: 100% !important;}

/* iOS BLUE LINKS */
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

    
.img-max {
	max-width: 100% !important;
   	height: auto !important;
}

.responsive-table {
	width: 100% !important;
}
		
.dropbtn {
  	background-color: #ff9966;
  	border: none;
  	cursor: pointer;
	font-size: 13px; 
	font-family: 'Lato', sans-serif; 
	font-weight: 700; 
	color: #ffffff; 
	text-decoration: none; 
	color: #ffffff; 
	border-radius: 3px; 
	padding: 10px 20px; 
	border: 1px solid #ff9966; 
	display: inline-block; 
	text-transform:uppercase; 
	letter-spacing:1px
}

.dropdown {
  	position: relative;
  	display: inline-block;
	padding-top:16px
}

.dropdown-content {
  	display: none;
  	position: absolute;
  	right: 0;
  	background-color: #cccccc;
  	min-width: 220px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.text-field {
  width: 200px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-left: 20px;
  float: left;
  border-style: none;
  border-radius: 5px;
  background-color: #ebe7fe;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.dropdown-content a:hover {background-color: #ff9966; color:#ffffff; text-decoration:none}
	

@media screen and (max-width: 800px) {

#header {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	color: #663366;
	font-size: 55px; 
	line-height:55px;
	letter-spacing:-1px; 
}

.dropdown {
  	padding-top:0px
}
	
@media screen and (max-width: 525px) {

#header {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	color: #663366;
	font-size: 35px; 
	line-height:34px;
	letter-spacing:-1px; 
}

#statement {
	padding: 20px 0 20px 0;
	font-size: 22px; 
	line-height:28px;
	letter-spacing:-1px;
	width: 100%; 
	text-align:left;
}

.wrapper {
	width: 100% !important;
	max-width: 100% !important;
}

.logo img {
	margin: 0 auto !important;
}

.mobile-hide {
	display: none !important;
}

.padding {
	padding: 10px 5% 5px 5% !important;
}

.padding-meta {
	padding: 15px 5% 0px 5% !important;
	text-align: center;
}

.padding-copy {
	padding: 10px 5% 10px 5% !important;
	text-align: center;
}

.no-padding {
	padding: 0 !important;
}


.section-padding {
	padding: 20px 15px 2px 15px !important;
}

.section-padding-alt {
	padding: 15px 15px 20px 15px !important;
}

.section-padding-nav {
	padding: 0px 15px 5px 15px !important;
}


}

/* ANDROID CENTER FIX */
div[style*="margin: 16px 0;"] { margin: 0 !important; }