/* Default styles */
body {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 400px) {
  body {
    margin: 0;
  }
}
#footer {
  position: relative;
  text-align: center;
}
#footer a {
  color: inherit;
}
#foot-follow {
  margin-top: 1em;
}
#foot-follow img {
  height: 2.4em;
}
#foot-links a {
  margin-right: 0.4em;
}
#foot-links {
  white-space: nowrap;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 2em;
  padding-left: 0;
}
#foot-links a:last-child {
  margin-right: 0;
}
/* Make footer vertical on small screen sizes */
@media screen and (max-width: 425px) {
#foot-links {
  white-space: pre-line;
}
}
#foot-disclaimer {
  font-size: 12px;
  text-align: justify;
  padding: 0 15px;
  margin: 2em auto;
}
#legal-footer {
  font-size: 11px;
}
#foot-poweredby {
  font-size: 11px;
  margin-top: 2em;
}
#body {
    background: #ffffff;
    color: #000000;
}
.row {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.embedded_button {
  border-radius: 6px;
  text-decoration: none;
  padding: 11px 0px;
  cursor: default;
  width: 99%;
  display: block;
  text-align: center;
}
.embedded_button.small {
  padding: 11px 16px;
  width: auto;
  display: initial;
  font-weight: normal;
  font-size: 1rem;
}
.required-info-flag {
    float: right;
}
#new_contact_request .row {
    padding-top: 20px;
}
.required-info-flag label.required:before, #new_contact_request .row label.required:before {
    content: "* ";
    color: red;
}
#new_contact_request .row label {
    display: block;
}
#new_contact_request .row input[type='radio'] + label {
    display: inline;
}
#new_contact_request .row input[type='text'],
#new_contact_request .row input[type='email'],
#new_contact_request .row textarea {
    width: 100%
}
#new_contact_request .align-right {
  text-align: right;
}
#new_contact_request .embedded_button {
  margin-left: 20px;
}
#error_explanation {
    color: red;
}
/* Custom (client-specific) styles — colours come from CSS vars set inline in the layout */
#body {
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 16px;
}
#footer {
    background: #ffffff;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}
.cta {
  background: #C35500;
  border: 1px solid #C35500;
  color: #ffffff;
  border-radius: 6px;
}
.cta:hover {
  background: #ffffff;
  border: 1px solid #C35500;
  color: #C35500;
}
.cta:disabled {
  background: #DCDCDC;
  color: #000000;
  border: 1px solid #DCDCDC;
  cursor: not-allowed !important;
}
.cta:hover:disabled {
  background: #C0C0C0;
  color: #000000;
  border: 1px solid #C0C0C0;
}
.cta_secondary {
  background: #ffffff;
  border: 1px solid #C35500;
  color: #C35500;
  border-radius: 6px;
}
.cta_secondary:hover {
  background: #C35500;
  border: 1px solid #C35500;
  color: #ffffff;
}
.embedded_link {
  color: #C35500;
  font-weight: bolder;
}
#header {
  background-color: #000000;
  margin-left: -16px;
  margin-right: -16px;
}
#header .header .logo, #header .header .text {
  vertical-align: middle;
}
#header .header .logo, #header .header .text {
  display: table-cell;
  padding: 20px;
}
#header .header .text {
  width: 100%;
  text-align: right;
  font-size: 1em;
}
#header .header .logo img {
  width: 225px;
}
#header-wrap, #header a {
  text-decoration: none;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 580px) { #header .header .text { font-size: .8em; } }
@media screen and (max-width: 400px) { #header .header .logo img { width: 175px; }

  #header .header .logo, #header .header .text {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }

}
@media screen and (max-width: 300px) { #header .header .logo img { width: 150px; }

  #header .header .logo {
    padding-top:10px;
    padding-bottom: 0px;
  }

  #header .header .text {
    font-size: .7em;
    padding-top: 10px;
    padding-bottom: 10px;
   }

}
@media screen and (max-width: 200px) { #header .header .logo img { width: 80%; } }
