@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  color: #5e328c;
  margin-top: 1em;
  margin-bottom: .5em;
}

h4 {
  border-bottom: 1px solid #ccc;
}

ul {
  list-style: disc inside;
}

span[class^="spanc"] ul {
  list-style: none;
}

.resetwarn {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #F99;
  padding: 10px 20px;
  border: 1px solid #F00;
  border-radius: 8px;
}

.resetwarn::before {
  content: "\26A0";
  font-size: 24px;
  color: #FFFF00;
  padding-right: 12px;
  display: inline-block;
}

.resetwarn a {
  color: #fff;
}



/* container styles */

.container {
  top: 0px !important;
}

@media only screen and (min-width: 768px) {
  #content2.eight.columns {
    width: 33.333%;
    padding: 0px 10px;
    margin: 0px;
    float: none;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
  }

  #content3.eight.columns {
    width: 66.666%;
    padding: 0px 10px;
    margin: 0px;
    float: none;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
  }
}

#logo, #cover, #content1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.validation ul {
  margin-bottom: 0px;
}

#content1 {
  border-bottom: 40px solid #5e328c;
  margin-bottom: 20px;
}

#content1 img {
  margin: 10px auto;
  display: block;
}

#content2 img {
  max-width: 100%;
  width: 285px;
  height: 325px;
}

#content4 {
  margin-top: 20px;
}


/* address styles */

.addresslabel {
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  box-sizing: border-box;
}

@media only screen and (min-width: 780px) {
  .addresslabel {
    width: 50%;
  }
}

.addresslabel input[type="text"], .addresslabel input[type="password"], .addresslabel select {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  box-sizing: border-box;
}

p.drg-element-type-standard-field, p.drg-element-type-namespace, .drg-element-type-cms-content.drg-element-sub-type-category-3 {
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  max-width: none;
}

.drg-element-type-standard-field.drg-element-sub-type-fieldname-REQUESTED_VERSION {
  display: none;
}

[id^="campaignPlaceholder"] .questionlabel{
  display: none !important;
}

/* payment area styles */

#ccframe {
  display: inline-block;
  float: left;
}

#p32.addresslabel, #p32.addresslabel:after {
  display: inline-block;
  width: 160px;
  padding: 0;
  background: transparent;
}

#p32.addresslabel .questionlabel {
  display: block;
  line-height: 1;
  margin-top: 8px;
  width: 100%;
}

#p32.addresslabel select {
  padding: 2px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-top: 2px;
  width: 100%;
}

.addresslabel#p127 {
  width: 100%;
}

.addresslabel#p127 input[type="text"] {
  width: 50%;
}

.spanc130:before {
  content: "We Accept Visa, Mastercard and American Express";
  text-align: left;
  display: block;
  padding: 10px 20px;
  padding-top: 42px;
  font-size: small;
  background-image: url("https://cdn.omeda.com/hosted/images/dragon/12525/34.png");
  background-repeat: no-repeat;
  background-position-x: 20px;
}

#p64 {
  display: none;
}


/* button styles */

input[type="submit"] {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-shadow: none;
  background: #5e328c;
  border-color: #5e328c;
  padding: 15px 30px;
}

input[type="submit"]:hover {
  color: #fff;
  background: #5e328c;
  border-color: #5e328c;
}


/* footer styles */

.footer {
  background-color: white;
  padding: 10px 0px;
}

.footer p {
  font-size: 11px;
  color: black;
}

.footer a {
  color: black;
  text-decoration: none;
  transition: all .5s;
}

.footer a:hover {
  color: black;
  text-decoration: underline;
  transition: all .5s;
}


/* Fixed-Position Validation */

form {
  margin-bottom: 5em;
}

.highlight {
  color: red;
}

.validation ul {
  text-align: center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #ff0000;
  width: 100%;
  margin-bottom: 0px;
  max-height: 5em;
  overflow: auto;
  z-index: 9999;
}

.validation ul li {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
}

.validation ul li:first-of-type {
  padding-top: .25em;
}

.validation ul li:last-of-type {
  padding-bottom: .5em;
}

.validation ul li:only-of-type {
  padding-top: .25em;
  padding-bottom: .5em;
}

div#custombtn {
    text-align: center;
}

button, button:hover {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-shadow: none;
  background: #5e328c;
  border-color: #5e328c;
  padding: 10px 30px;
}

h3, h5 {
  font-weight: bold;
}

h3 {
  font-size: 36px;
}

h5 {
  font-size: 20px;
}

#content1 img, .footer img {
  width: 100%;
  max-width: 320px;
}

@media only screen and (max-width: 767px) {
#content2, h3, h5 {
  text-align: center;
} 
}