/**
 * Variables are defined in the Prefrence class on this template
 * @base_color
 * @light_color
 * @dark_color
 * @body_font
 * @header_font
 * @link_color
 * @accent_color
 * @background_image
 */
body {
  background-color: #e6e2af;
  color: #002f2f;
  font-family: "Nobile", sans-serif, monospace;
  background-image: url("http://aaiqrp.com/userfile/");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
a {
  color: #046380;
}
a small {
  color: #057799;
}
a:hover {
  color: #022a36;
}
h1,
h2,
h3 {
  font-family: "Open Sans", sans-serif, monospace;
}
h1 {
  margin-top: 2em;
  font-size: 32px;
  margin-bottom: 0.7em;
}
.light-logo {
  display: none;
}
.dark-logo {
  display: inline;
}
#main-content {
  max-width: 1280px;
  margin: 0 auto;
}
#email-product {
  overflow: auto;
  background-color: #d9d487;
  padding: 0.71em;
}
@media only screen and (max-width: 768px) {
  #email-product {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 480px) {
  #email-product {
    font-size: 0.5em;
  }
}
#email-product .info {
  float: left;
  width: 80%;
  position: relative;
  height: 177px;
}
@media only screen and (max-width: 768px) {
  #email-product .info {
    height: auto;
  }
}
#email-product .info .top-display {
  font-size: 3em;
  padding: 0.7em;
  color: #002f2f;
}
#email-product .info .top-display input {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #002f2f;
  text-align: right;
  width: 35%;
  height: 1.29em;
}
@media only screen and (max-width: 480px) {
  #email-product .info .top-display input {
    width: 50%;
  }
}
#email-product .info .top-display label {
  width: 62%;
  line-height: 1.29em;
  margin-left: -1px;
}
@media only screen and (max-width: 480px) {
  #email-product .info .top-display label {
    width: auto;
  }
}
#email-product .info .bottom-display {
  color: #002f2f;
  position: absolute;
  bottom: 0;
  right: 0.4em;
  font-size: 1.3em;
  font-weight: bold;
}
#email-product .link {
  float: right;
  width: 20%;
  position: relative;
  overflow: hidden;
  height: 180px;
  background-color: #a7a37e;
  color: #5e5e5e;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #email-product .link {
    height: auto;
  }
}
#email-product .link .at-sign {
  color: #5e5e5e;
  display: block;
  font-size: 11em;
  text-decoration: none;
  line-height: 1em;
  background-color: transparent;
  -moz-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  border: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #email-product .link .at-sign {
    font-size: 8.8em;
  }
}
#bottom-content {
  overflow: auto;
  margin-top: 2em;
}
#bottom-content .product-wrapper {
  width: 40%;
  float: left;
  font-size: 1.19em;
}
@media only screen and (max-width: 768px) {
  #bottom-content .product-wrapper {
    width: 54%;
  }
}
@media only screen and (max-width: 480px) {
  #bottom-content .product-wrapper {
    width: 100%;
    float: none;
  }
}
#bottom-content .ac-wrapper {
  width: 42%;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  #bottom-content .ac-wrapper {
    width: 100%;
    float: none;
  }
}
#ac-product {
  background-color: #454545;
}
#ac-product > a {
  display: block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  color: #efecca;
  margin-bottom: 0.15em;
}
#lease-product {
  background-color: #a7a37e;
}
#lease-product > a {
  display: block;
  padding: 0.2em 0.5em;
  color: #efecca;
  text-decoration: none;
  margin-bottom: 0.15em;
}
.endorsement {
  border: 1px solid #efecca;
  float: right;
}
@media only screen and (max-width: 480px) {
  .endorsement {
    margin: 1em auto 0 auto;
    float: none;
  }
}
.endorsement.text-type {
  text-align: left;
  padding: 0.4em;
  margin-bottom: 0.8em;
  margin-right: 0.5em;
  background-color: #f2f0d4;
}
.endorsement.text-type h3 {
  margin: 0;
  color: #303030;
}
.endorsement.image-type img {
  width: 100%;
  height: 100%;
}
.embed {
  overflow: auto;
}
.embed .embed-item {
  float: left;
  margin-right: 0.8em;
}
#footer {
  font-size: 0.7em;
  font-weight: bold;
}
#footer img {
  margin-right: 3em;
}