@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #636b6f;
  background-color: #f5f8fa;
}

hr {
    margin: 20px 0px;
    border: 1px solid #a1a1a1;
}

.container {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #d3e0e9;
  border-radius: 8px;
  margin: 20px auto;
  box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  color: #636b6f;
  margin-top: 2em;
  margin-bottom: .25em;
}

span.brlogo {
    width: 100%;
    display: block;
}

span.brlogo img {
    max-width: 300px;
    width: 100%;
}

/* Address Fields */

.addresslabel {
  width: calc(50% - 20px);
  background: #f5f5f5;
  padding: 0 20px;
  margin: 0px 10px;
  margin-bottom: 20px;
  border: 1px solid #d3e0e9;
  border-radius: 6px;
  display: inline-block;
  box-sizing: border-box;
}

.addresslabel:focus-within {
  border-color: #444;
}

.addresslabel .questionlabel {
  font-weight: normal;
  font-size: .8em;
}

.addresslabel:focus-within .questionlabel {
  color: #444;
}

.addresslabel input[type="text"],
.addresslabel select {
  width: 100%;
  background: transparent;
  padding: 20px 5px;
  margin-left: 0px;
  margin-bottom: 0px;
  border: 0px;
  display: block;
  box-sizing: border-box;
}

.addresslabel input[type="text"]:focus,
.addresslabel select:focus {
  box-shadow: none;
}

@media only screen and (max-width: 479px) {
  .addresslabel {
    width: calc(100% - 20px);
  }
}

#p13.addresslabel {
  width: calc(100% - 20px);
}


/* Newsletters & Deployments */

[id^="pd"] {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

[id^="pd"] h3 {
  color: #636b6f;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: normal;
}

[id^="pd"] input[type="checkbox"] {
  vertical-align: top;
  margin-left: 0px;
  margin-right: 8px;
  margin-top: 7px;
  display: inline-block;
}

[id^="pd"] .questionlabel {
  color: #636b6f;
  width: 82%;
  vertical-align: top;
  display: inline-block;
  margin-top: 0px;
}

[id^="pd"] .questionlabel strong {
  color: #636b6f;
}

#pp42, #pp41, #pp40, #pp39, #pp38, #pp37, #pp36, #pp35, #pp34, #pp33, #pp19, #pp32, #pp31, #pp30, #pp27, #pp26, #pp25, #pp24, #pp23, #pp22, #pp21, #pp20 {
  margin-bottom: 0px;
}

@media only screen and (min-width: 480px) {
  #pp42, #pp41, #pp40, #pp39, #pp38, #pp37, #pp36, #pp35, #pp34, #pp33, #pp19, #pp32, #pp31, #pp30, #pp27, #pp26, #pp25, #pp24, #pp23, #pp22, #pp21, #pp20 {
    width: 50%;
    display: inline-block;
  }
}


/* Submit Button */

#submitbtn, #custombtn {
  text-align: center;
  margin: 40px 0;
  padding: 20px 0;
  background-color: white;
}

#submitbtn input[type="submit"], #custombtn input[type="submit"] {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background: #245480;
  border: 1px solid #1e476c;
  border-radius: 6px;
  padding: 14px;
  text-shadow: none;
  margin: 0 auto;
  width: 100%;
  transition: background .3s;
}

#submitbtn input[type="submit"]:hover, #custombtn input[type="submit"]:hover {
  background: #193a58;
  border-color: #11283c;
  transition: background .3s;
}
