/* 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: 3px;
  text-decoration: none;
  padding: 11px 0px;
  cursor: default;
  width: 99%;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.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: Roboto, Helvetica, Arial, sans-serif;
  margin-top: 16px;
}
#footer {
    background: var(--footer-background);
    color: var(--footer-color);
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.cta {
    background: var(--bold-color);
    border: 1px solid var(--bold-color);
    color: var(--light-color);
    border-radius: 3px;
}
.cta:hover {
    background: var(--light-color);
    border: 1px solid var(--bold-color);
    color: var(--bold-color);
}
.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: var(--light-color);
    border: 1px solid var(--bold-color);
    color: var(--bold-color);
    border-radius: 3px;
}
.cta_secondary:hover {
    background: var(--bold-color);
    border: 1px solid var(--bold-color);
    color: var(--light-color);
}
.embedded_link {
    color: var(--bold-color);
    font-weight: bolder;
}
#header {
  background: #ffffff;
  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-wrap, #header a {
  text-decoration: none;
  color: var(--bold-color);
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
#header .header .logo img { width: 225px; }
#header .header .text img { width: 400px; }
@media screen and (max-width: 750px) { #header .header .logo img { width: 200px; } #header .header .text img { width: 350px; } }
@media screen and (max-width: 650px) { #header .header .logo img { width: 175px; } #header .header .text img { width: 300px; } }
@media screen and (max-width: 575px) { #header .header .logo img { width: 150px; } #header .header .text img { width: 250px; } }
@media screen and (max-width: 480px) { #header .header .logo img { width: 150px; } #header .header .text img { width: 250px; }

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

  #header .header .text {
    padding-top: 10px;
    padding-bottom: 30px;
  }

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

}
@media screen and (max-width: 250px) { #header .header .logo img { width: 125px; } #header .header .text img { width: 200px; } }
@media screen and (max-width: 200px) { #header .header .logo img { width: 100px; } #header .header .text img { width: 150px; } }
@media screen and (max-width: 150px) { #header .header .logo img { width: 100px; } #header .header .text img { width: 100px; } }
