@charset "UTF-8";
/* CSS Document */
body {
  color: rgba(51, 51, 51, 1);
}
main {
  padding: 20px;
  text-align: center;
}
.main header h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  /* [disabled]color: rgba(255,255,255,1);
*/
  /* [disabled]font-family: "Monsal Light";
*/
}
.footer .footer-rule {
  display: none
}
.directmail-main-table-container input[type="text"], .directmail-main-table-container input[type="email"] {
  height: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 350px;
  font-size: 18px;
  font: 400 1em/1.2 "Open Sans", -apple-system, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 2em;
}
.directmail-main-table-container input[type="submit"]{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-user-modify: read-only;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #ca9831;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(255, 255, 255);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(255, 255, 255);
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  height: 43px;
  min-height: 35px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 350px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: unset;
  text-transform: uppercase;
  padding: 0px 16px;
  margin: 30px auto 20px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 43px;
  font-weight: 600;
}
.main article .directmail-subscribe-form {
  position: relative;
  width: 100%;
  max-width: 400px;
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0px auto;
}
#checkEmail {
	opacity: 0;
	font-size: 13px;
	padding-top: 10px;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	display: inline-block;
	font-family: Questrial, Helvetica, sans-serif;
}