#formBackground {
  background-color: rgba(255,255,255,.2);
  width: 95%;
}

#formheader div {
  font-weight: 700;
}

.mktoFormRow label {
  color:#ffffff;
  padding-bottom: 10px !important;
}

.mktoFormRow label b {
  font-weight:700;
}

div#mktoform a {
  color: #ffffff;
}

.mktoForm .mktoButtonWrap.mktoNative .mktoButton, .mktoForm .mktoHtmlText {
  color: #ffffff;
}

#mktoform {
  padding: 0px 20px;
}

.mktoHtmlText {
  font-size: 1rem;
  font-weight: 400;
}

.mktoRadioList {
  padding-left: 0em !important;
}

.mktoRadioList input {
  clip: rect(0 0 0 0);
  position: absolute;
}

.mktoRadioList label {
  position: relative;
  padding-left: 28px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-size: 1rem;
  padding-top: 2px;
  margin-left: 0px !important;
}

.mktoRadioList label::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: solid 2px #fff;
}

.mktoRadioList label:hover::before {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.mktoRadioList label::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 5px;

}

.mktoRadioList input[type="radio"]:checked + label:after {
  background-color: #fff;
}


.mktoHasWidth {
    width: auto !important;
}

.formSpan form.mktoForm {
  width: 100% !important;
  padding: 20px !important;
}

.mktoForm.mktoForm label.mktoLabel {
  display: none !important;
  color: #ffffff !important;
}

label[for="explicitOptIn"] {
  visibility: hidden;
  order: 3;
}

.mktoForm.mktoForm .mktoCheckboxList>label:before {
  border: 2px solid #fff !important;
}

.mktoForm.mktoForm .mktoCheckboxList>label:after {
  background-image: url(https://assets.dynatrace.com/marketo/template/br18/svg/icons-file-003-checkmark-white.svg) !important;
}

.mktoButtonRow {
  width:100% !important;
}

.mktoButtonWrap {
    margin-left: 0 !important;
}

.mktoForm .mktoButton {
  background: transparent !important;
  background-image: linear-gradient(90deg,#2583ee,#712f90) !important;
  border: none !important;
  width: 100% !important; 
  padding: 1em !important;
  font-size: 1.25rem !important;
}   

.mktoForm select.mktoField {
  filter: hue-rotate(220deg) saturate(0) !important;
  background-color: #eee;
}

.mktoForm .mktoField:focus {
   border-image: linear-gradient(120deg,#2583ee 25%,#712f90 75%) !important;
   border-image-slice: 1 !important;
   border-size: 3px !important;
}

.mktoForm .mktoInvalid {
   border-color: #c00 !important;
}

.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 select {
  border: 1px solid #CCC;
  margin: 0px auto;
  float: none !important;
  font-size: 15px!important;
  margin-bottom: 15px !important;
  padding: 8px 8px !important;
  width: 100% !important;
  font-size: 14px !important;
  line-height: 1.2em !important;
  height: auto !important;
}

div#sideContent {
    font-size: 16px;
}

#mainHeaderCSS strong {
  font-weight: 700;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #fff; 
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  background-color: #fff !important;
}