body {
  /*background:#974d9e url(https://experience.GES.com/rs/504-CPV-056/images/sub-center-header-bg-wow.jpg) top center no-repeat;*/

 background:#0E3D5B;
 color:#ffffff;
}
p, ul, ol, span {
    color:#ffffff !important;
}
.mktoForm {
  width: 100% !important;
}
div.mktoForm {
  width: 100% !important;
  padding: 0 20px;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  width: 67% !important;
  display: initial;
  float: right;
  padding: 3px !important;
  clear: none;
  line-height: 1.2em;
  font-size: 16px;
}
.mktoForm .mktoFormCol {
  width: 100%;
  padding: 0;
}
.mktoForm .mktoOffset {
  display: none;
}
label.mktoLabel.mktoHasWidth {
  display: inline;
  width: initial !important;
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
}
.mktoForm .mktoAsterix {
  color: #000000;
}
.mktoForm .mktoFieldWrap {
  float: left;
  width: 100%;
}

.mktoButtonRow {
  display: inline-block !important;
  width: 97%;
  margin: 1em !important;
}
.mktoButtonWrap {
  margin: 0 !important;
}
.mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}
hr {
  margin: 10px 0;
}
.mktoHtmlText,
.mktoHtmlText p,
.mktoHtmlText a,
.mktoHtmlText div,
.mktoHtmlText h1,
.mktoHtmlText h2,
.mktoHtmlText h3,
.mktoHtmlText h4,
.mktoHtmlText h5,
.mktoHtmlText h6 {
  color: #ffffff;
  margin: initial;
}
fieldset.mktoFormCol {
  width: 100% !important;
  padding-right: 5px !important;
  margin-bottom: 0px !important;
}
.mktoForm fieldset legend {
  color: #000000;
  border: none;
  font-weight: bold;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 20px;
}
.mktoForm fieldset.mktoFormCol .mktoFormCol:not(.mktoFieldDescriptor) {
  width: 100%;
  margin-bottom: 0px !important;
}
/*custom checkbox styles*/
.mktoForm .checkbox .mktoCheckboxList > input {
  width: 21px;
  height: 21px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: none;
    margin-left: 0;
}
.mktoForm .mktoCheckboxList {
    float: left;
    margin-left: 0px;
    position: absolute;
}
.checkbox .mktoGutter.mktoHasWidth {
    display: none;
}
.checkbox label.mktoLabel.mktoHasWidth {
    padding-left: 40px;
    float: right;
    width: 100% !important;
}
.mktoForm .checkbox .mktoCheckboxList > label {
    display: none;
}
#wow-page {
  width: 100%;
  margin: 0 auto;
  max-width: 650px;
  background: #fff0 !important;
  padding: 0 10px;
}
.container {
  width: 100%;
  padding: 0;
}
.padding {
  margin: 0;
}
.mktoText img {
  width: 100%;
  height: auto;
  max-width: 640px;
}
.heading-section {
  padding: 1em !important;
  padding-bottom: 0;
  margin-bottom: 0;
}
/*bootstrap*/
[class*="col"] {
    padding: 0px;
}
/*unbolden*/
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal;
}
label {
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100% !important;
    display: initial;
    float: right;
    padding: 3px !important;
    clear: none;
    line-height: 1.2em;
    font-size: 16px;
  }
}
@media screen and (max-width:480px){
  .mktoForm .mktoFormRow .mktoField {
    clear: none;
  }
  .mktoForm .mktoFormCol {
    width: 100%;
  }
  .mktoMobileShow .mktoForm, .mktoForm * {
    padding:0;
  }
  div#mktoForm {
    width: 100% !important;

  }
  .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    width: initial;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
