#body {
  font-family: "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
}

body {
  min-width: fit-content;
  margin: 0;
}

@media screen and (max-width: 400px) {
  body {
    margin: 0;
  }
}
#contact-faqs {
  margin-bottom: 4em;
}

#accordion {
  padding-top: 10px;
}

#accordion .question {
  cursor: pointer;
  margin-top: 1em;
  padding-bottom: 5px;
  font-weight: bold;
}

#accordion .answer {
  display: none;
  padding-bottom: 10px;
  padding-left: 10px;
}

#accordion .default {
  display: block;
}
.required-info-flag {
    float: right;
    color: red;
}



#new_contact_request .row {
  padding: 15px 0;
}

.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%;
    margin: 5px 0;
}

#new_contact_request .align-right {
  text-align: right;
}

#new_contact_request .embedded_button {
  padding: 5px 10px;
}

#new_contact_request .embedded_link {
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
}

#error_explanation {
  color: red;
}

#new_contact_request .radio_option  {
  padding: 5px 20px;
}
#footer {
  position: relative;
  text-align: center;

  background: #ffffff;
  color: #000000;
  font-family: "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
}

#footer a {
  color: inherit;
}

#foot-links a {
  margin-right: 0.5em;
  text-decoration: none;
}

#foot-links {
  white-space: nowrap;
  padding: 20px;
}

#foot-links a:last-child {
  margin-right: 0;
  padding: 0.5em;
}

/* Make footer vertical on small screen sizes */
@media screen and (max-width: 425px) {
#foot-links {
  white-space: pre-line;
}
}

#body {
    background: #ffffff;
    color: #000000;
}

.row {
    width: 100%;
    max-width: 850px;
    width: 90vw;
    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;
}

.cta {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
}

.cta:hover {
  background: #000;
  border: 1px solid #000;
  color: #FFF;
}

.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;
}
#header {
  background-color: #FFF;
}

.header {
  display: flex;
}

#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 a {
  text-decoration: none;
  color: #000;
  font-family: "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", 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%; } }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
