@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* General Page Styles */

body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
}

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #035DAA;
}

h3 {
  border-bottom: 1px solid #555;
}

h3 span {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: none;
  color: #035DAA;
  background-color: transparent;
  padding-left: 0px;
}

@media only screen and (max-width: 767px) {
  #content1 {
    background-position-y: 3em;
  }
}

#content1 img:first-of-type {
  max-width: 500px;
  width: 100%;
  margin: 20px auto;
  display: block;
}


/* Check-all Button Group */

#checkall {
  background: #fff;
}

.selectall {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #018ED6;
  border-radius: 5px;
}

.selectall::before {
  display: none;
}

.selectall:hover {
  color: #fff;
  background: #035DAA;
}


/* Newsletters and Deployments */

div[id^="pd"], div[id^="pp"] {
  padding-left: 30px;
  padding-right: 10px;
}

div[id^="pd"] .questionlabel, div[id^="pp"] .questionlabel {
  font-weight: 400;
  width: 100%;
}

div[id^="pd"] .questionlabel label, div[id^="pp"] .questionlabel label {
  width: 100%;
}

div[id^="pd"] input[type="checkbox"], div[id^="pp"] input[type="checkbox"] {
  display: none;
}

div[id^="pd"] .questionlabel label::before, div[id^="pp"] .questionlabel label::before {
  content: "\00a0";
  text-align: center;
  vertical-align: top;
  color: #fff;
  background-color: #f4f4f4;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  white-space: pre-wrap;
  height: 18px;
  width: 18px;
  overflow: hidden;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-right: 10px;
  margin-left: -30px;
  display: inline-block;
  transition: all .25s;
}

div[id^="pd"] input[type="checkbox"]:checked + .questionlabel label::before,
div[id^="pp"] input[type="checkbox"]:checked + .questionlabel label::before {
  content: "\2713";
  background-color: #035DAA;
  border-color: #035DAA;
  transition: all .25s;
}


/* Submit Button */

#custombtn input[type="submit"] {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background: #018ED6;
  padding: 1em 1.5em;
  border-radius: 5px;
}

#custombtn input[type="submit"]:hover {
  background: #035DAA;
}
