@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600');
body {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  color: #444;
}

header img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: auto;
}

ul.validation {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #ff0000;
  width: 100%;
  margin-bottom: 0px;
  max-height: 5em;
  overflow: auto;
}

ul.validation li {
  color: #fff;
  text-align: center;
}

ul.validation li:first-of-type {
  padding-top: .25em;
}

ul.validation li:last-of-type {
  padding-bottom: : .5em;
}

ul.validation li:only-of-type {
  padding-top: .25em;
  padding-bottom: .5em;
}

h2 {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 97.5%;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 0 .5em;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #00a650;
}

.addresslabel {
  width: 50%;
  display: inline-block;
}

.questionlabel label {
  width: 32%;
}

div[id^="pp"] {
  display: flex;
  align-items: flex-start; 
  gap: 8px; 
  margin-bottom: 10px;
}

div[id^="pp"] input[type="checkbox"] {
  margin-top: 2px; 
  flex-shrink: 0;
}

div[id^="pp"] .questionlabel {
  margin: 0;
  line-height: 1.4;
  width: auto;
  flex: 1;
}

sup {
  font-size: xx-small;
  vertical-align: super
}

p.lang {
  text-align: right;
  margin-bottom: 2em;
}

.required {
  font-size: x-small;
}

.drg-element-type-demographic p {
  margin: 0;
}

.questionlabel {
  font-weight: 600;
}

.addresslabel input, .addresslabel select {
  margin-bottom: 0px;
  margin-left: 0px;
  width: 97.5%;
}

input[type="submit"] {
  font-size: large;
  color: #fff;
  background-color: #cc8f33;
  text-shadow: none;
  padding: 15px 30px;
  border: 0px;
  border-radius: 0px;
}

input[type="submit"]:hover {
  color: #fff;
  background-color: #cc8b2f;
  border: 0px;
}

.spancd118 ul {
  display: flex;
  margin: 5px 0;
}

.spancd118 #pd118 {
  margin: 0;
}

footer {
  border-top: 1px solid #ccc;
  margin-top: 2em;
  padding-top: 2em;
}

.footer-left img {
  width: 66%
}

.footer-left, .footer-right {
  width: 49.5%;
  display: inline-block;
  vertical-align: bottom;
}

.footer-left p, .footer-right p {
  font-size: x-small;
  line-height: 1.5em;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  margin-top: 2em;
  padding-top: 2em;
  width: 99%;
  clear: both;
  text-align: center;
  font-size: x-small;
}

@media only screen and (max-width: 480px) {
.footer-left, .footer-right {
  width: 92%;
  display: inline-block;
  vertical-align: bottom;
}
header img {
  width: 100%;
}
}

@media only screen and (min-width: 480px) {
.addresslabel .questionlabel {
  display: inline-block;
  width: 32%;
} 
.addresslabel input, .addresslabel select {
  display: inline-block;
  width: 64%;
}  
}

@media only screen and (max-width: 767px) {
.addresslabel {
  width: 100%;
  display: inline-block;
}
}

