@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');


/* General Page Styles */

html { margin-left: calc(100vw - 100%); }

body {
  background-color: #eee;
}

form {
  margin-bottom: 5em;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #058acd;
  margin-bottom: .5em;
  padding: .25em 0;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #058acd;
  text-align: center;
  margin-bottom: .5em;
  padding: .25em .75em;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #058acd;
  text-align: left;
  margin-bottom: .5em;
  padding: .5em 0px 0px 0px;
}

.divider {
  background-color: #eee;
  padding-top: 30px;
}

.divider h3 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

a {
  color: #058acd;
  text-decoration: none;
}

a:hover {
  color: #23527c
}

.confirmation-text {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 40px;
}


/* Resets & Fixes */

.container {
  top: auto !important;
}

div[id^="disp"][style=""],
div[id^="disp"][style="display: block;"] {
  display: inline !important;
}

#content2, #content3, #content4, #content5 {
  background-color: #fff;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  [id^="content"].eight.columns,
  [id^="content"].sixteen.columns {
    margin-bottom: 30px;
  }
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  margin-bottom: 0px;
  width: 100%;
  max-width: none;
  vertical-align: top;
}

select {
  padding: 6px 4px;
}

@media only screen and (min-width: 768px) {
  #content2 input[type="text"],
  #content2 input[type="password"],
  #content2 input[type="email"],
  #content2 select { 
    width: 66.666%;
    max-width: none;
  }
	
  #content3 input[type="text"],
  #content3 input[type="password"],
  #content3 input[type="email"],
  #content3 select {
    width: 66.666%;
    max-width: none;
  }
}


/* Header Styles */

#content1 {
  vertical-align: top;
}

#content1 img {
  width: 33.333%;
  padding-right: 10px;
  display: inline-block;
  box-sizing: border-box;
}

.headertext {
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.35em;
  width: 66.666%;
  padding-left: 10px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
}

h4.headertext {
  text-align: right;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #content1 img {
    width: 100%;
    padding-right: 0px;
  }
  
  .headertext {
    width: 100%;
    padding-left: 0px;
  }
}


/* Standard Fields */

#p24 {
  display: none;
}

.spanc24 ul {
  margin-bottom: 0px;
}

.spanc24 ul li {
  margin-bottom: .25em;
}

.spanc24 ul li .checkboxlabel {
  font-weight: bold;
  line-height: 21px;
}

#content3 .spanc112 {
  padding: 0 20px;
  display: block;
}

#content3 .spanc112 .questionlabel {
  display: inline-block;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  #content3 .spanc112 .questionlabel {
    display: inline-block;
    box-sizing: border-box;
    width: 33.333%;
    padding-right: 1em;
  }
  
  #content3 .spanc112 input[type="text"],
  #content3 .spanc112 select {
    display: inline-block;
    box-sizing: border-box;
    width: 66.666%;
  }
}

#id112.standardField option[value=""] {
  display: none;
}


/* Address Fields */


.addresslabel {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  display: inline-block;
  box-sizing: border-box;
}

.addresslabel::after {
  text-align: right;
}

.addresslabel .questionlabel,
.addresslabel input[type="text"],
.addresslabel select {
  display: inline-block;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .addresslabel .questionlabel {
    display: inline-block;
    box-sizing: border-box;
    width: 33.333%;
    padding-right: 1em;
  }
  
  .addresslabel input[type="text"],
  .addresslabel select {
    display: inline-block;
    box-sizing: border-box;
    width: 66.666%;
  }
}
  

/* Newsletters & Deployments */

div[id^="pp"],
div[id^="pd"] {
  margin-bottom: .25em;
}

div[id^="pp"] .questionlabel,
div[id^="pd"] .questionlabel {
  font-weight: bold;
}


@media only screen and (min-width: 768px) {
  div[id^="pp"],
  div[id^="pd"] {
    box-sizing: border-box;
  }
}


/* Demographics */

#content5 span[class^="spanc"] {
  padding: 10px 20px;
  display: block;
}

span[class^="spanc"] ul li {
  vertical-align: top;
}

span[class^="spanc"] ul li input:checked + span.radiolabel,
span[class^="spanc"] ul li input:checked + span.checkboxlabel {
  color: #000;
}

option[value=""] {
  color: #fff;
  background-color: #999;
}

@media only screen and (min-width: 768px) {
  #content1 .spanc133 ul {
    width: 33.333%;
    box-sizing: border-box;
    display: inline;
  }
  
  #content1 .spanc133 ul li {
    vertical-align: text-top;
    padding-left: 2em;
    box-sizing: border-box;
    display: inline-block;
  }
  
  #content1 .spanc133 .radiolabel {
    vertical-align: top;
    padding-top: .15em;
    box-sizing: border-box;
    display: inline-block;
  }
  
  #content1 #p133 {
    font-weight: bold;
    box-sizing: border-box;
    display: inline-block;
  }
}


/* payment area styles */

#hostedpci_script, #ccframe {
  vertical-align: top;
  display: inline-block;
}

#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%;
}

.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/12401/341.png");
  background-repeat: no-repeat;
  background-position-x: 20px;
}


/* Submit Button */

#custombtn {
  text-align: center;
  margin: 40px 0;
  padding: 20px 0;
  background-color: white;
}

#custombtn input[type="submit"] {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #058acd;
  border: 1px solid #058acd;
  border-radius: 4px;
  padding: 18px;
  text-shadow: none;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  transition: background .3s;
}

#custombtn input[type="submit"]:hover {
  background: #eee;
  transition: background .3s;
}


/* Footer Styles */

.footer img {
  height: 65px;
  width: auto;
}

.footertext {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5em;
}

.requiredtext {
  font-size: 1.25em;
  font-weight: 700;
  text-align: right;
  margin-bottom: 0px;
}


/* Other Fillin */

.otherfillin {
  padding: 0 20px;
}

.otherfillinlabelomeda {
  display: none;
}

.otherfillin input {
  border: 0px;
  border-bottom: 1px dotted;
}

.otherfillin input:focus {
  border: 0px;
  border-bottom: 1px dotted;
  box-shadow: none;
}


/* Fixed-Position Validation */

.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 {
  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;
}
