/* DRVCO CSS */

body {
  background: #eeeeee;
}

.container {
  top: initial !important;
}

.container .column, .container .columns {
  display: inherit;
  float: none;
}

.validation ul {
  text-align: center;
}

img {
  width: 100%;
}

.logo-header {
  margin: 0 20px 20px 20px;
}

h4, p, label, input, .confirmation {
  font-family: Arial, Helvetica, sans-serif;
}

h4 {
  font-weight: bold;
}

div#content1 {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

div#content4 {
  background: white;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 0;
  width: 100%;
}

.questionlabel, .nl-header {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%
}

.checkboxlabel, .radiolabel {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  margin: 0 5px;
}

.spanc3 ul li, .spanc4 ul li, .spanc5 ul li, .spanc6 ul li, .spanc8 ul li, .spanc9 ul li, .spanc10 ul li, .spanc11 ul li, .nl-header, .prefs-confirmation {
  padding: 3px;
}

.spanc3 ul li:hover, .spanc4 ul li:hover, .spanc5 ul li:hover, .spanc6 ul li:hover, .spanc8 ul li:hover, .spanc9 ul li:hover, .spanc10 ul li:hover, .spanc11 ul li:hover {
  background: rgba(0,0,0,.05);
  border-radius: 3px;
}

.drg-element-type-standard-field, .drg-element-type-demographic, .drg-element-type-product, .drg-element-type-deployment-type, div#submitbtn, .confirmation, .spanc3 ul li, .spanc4 ul li, .spanc5 ul li, .spanc6 ul li, .spanc8 ul li, .spanc9 ul li, .spanc10 ul li, .spanc11 ul li, .spanc38 ul li, .nl-header, .prefs-confirmation {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}

input[type="text"], select {
  border: 2px solid #d0d0d0;
  border-radius: 3px;
  font-size: 14px;
  height: 40px;
  max-width: 560px;
  padding: 10px;
  width: 100%;
}

input[type="text"]:focus {
  border: 2px solid #5d5d5d;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input[type="checkbox"], input[type="radio"] {
  height: 24px;
  vertical-align: bottom;
  width: 24px;
}

input[type="submit"] {
  background: #5d5d5d;
  border-color: #5d5d5d;
  color: white;
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  padding: 0 22px;
  text-shadow: none;
}

input[type="submit"]:hover {
  background: #444444;
  border-color: #444444;
  color: white;
}

div#submitbtn {
  text-align: left;
}

.confirmation ul {
  list-style: disc;
  margin-left: 30px;
}

.confirmation  li {
  line-height: 21px;
  margin: 0;
}

div.confirmation-links {
  text-align: center;
}

.link a {
  background: #5d5d5d;
  border-color: #5d5d5d;
  border-radius: 3px;
  color: white;
  padding: 10px;
  text-decoration: none;
}

p.link {
  display: inline-block;
  margin: 10px;
  max-width: 200px;
  width: 100%;
}

.footer {
  border-top: none;
}

p#p38 {
  display: none;
}

strong {
  color: #5D5D5D;
}

p.sub-info {
  margin: 0;
}

.drg-element-type-product .questionlabel, .drg-element-type-deployment-type .questionlabel {
  font-weight: normal;
}

.drg-element-type-product, .drg-element-type-deployment-type {
  display: none;
}

.drg-element-type-product input, .drg-element-type-deployment-type input, .drg-element-type-product .questionlabel, .drg-element-type-deployment-type .questionlabel {
  display: none;
}

@media only screen and (max-width: 767px) {

.drg-element-type-standard-field, .drg-element-type-demographic, .drg-element-type-product, div#submitbtn, .confirmation, .spanc3 ul li, .spanc4 ul li, .spanc5 ul li, .spanc6 ul li, .spanc8 ul li, .spanc9 ul li, .spanc10 ul li, .spanc11 ul li, .spanc38 ul li, .nl-header, .prefs-confirmation {
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
  }


  p.link {
    display: block;
    margin: 10px;
    max-width: initial;
    width: initial;
  }

}
