/* Default styles */
#body {
    background: #ffffff;
    color: #000000;
}
#main {
  padding: 16px;
}
.row {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
input[type="tel"],
input[type="email"],
input[type="text"],
textarea {
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    height: 3.25rem;
    outline: currentcolor none 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-family: var(--bp-font), "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    width: 100%;
    background-color: #ececec;
}
#bp_container {
  min-height: 40vh;
  margin: 0;
}
#three-quarters-loader-container {
    position: relative;
    margin: 0px;
}
#three-quarters-loader-position {
    position: fixed;
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 65vh;
    transition: opacity 1s;
}
.embedded_button {
  border-radius: 5px;
  text-decoration: none;
  padding: 11px 0px;
  cursor: default;
  width: 99%;
  display: block;
  text-align: center;
  font-weight: bold;
}
.embedded_button.small {
  padding: 11px 16px;
  width: auto;
  display: initial;
  font-weight: normal;
  font-size: 1rem;
}
body {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0;
}
@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;
}
#home .table {
  display: table
}
#home .cell {
  display: table-cell;
  vertical-align: middle;
}
#home .hero_cell {
  width: 45%;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  text-align: center;
}
#home .content_cell {
  width: 55%;
  padding: 1em;
}
#home .content_cell h1 {
  font-weight: lighter;
  margin-bottom: 32px;
}
#home .content_cell .content_refer {
  padding-right: 20px;
}
@media screen and (max-width: 655px) {

  #home .content_cell .cell {
    display: table-row;
  }

}
@media screen and (max-width: 580px) {

  #home .cell {
    display: block;
    text-align: center;
    padding: 0px;
  }

  #home .hero_cell {
    margin-top: -16px;
    width: 100%;
  }

  #home .content_cell {
    margin: auto;
    width: 90%;
  }

  body {
    padding-left: 0px;
    padding-right: 0px;
    margin:0;
    padding-bottom:16px;
  }

}
#accordion {
    padding-top: 10px;
}
#accordion .question {
    cursor: pointer;
    margin-top: 1em;
    padding-bottom: 5px;
    font-weight: bold;
}
#accordion .answer {
    display: none;
    padding-bottom: 10px;
}
#accordion .default {
    display: block;
}
.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%
}
#error_explanation {
    color: red;
}
#new_contact_request .align-right {
  text-align: right;
}
#new_contact_request .embedded_button {
  margin-left: 20px;
}
/* Custom (theme) styles */
.cta {
  background: var(--bp-bold-color);
  border: 1px solid var(--bp-bold-color);
  color: var(--bp-light-color);
}
.cta:disabled {
  background: #DCDCDC;
  color: #000000;
  border: 1px solid #DCDCDC;
  cursor: not-allowed !important;
}
.cta_secondary {
  background: var(--bp-light-color);
  border: 1px solid var(--bp-bold-color);
  color: var(--bp-bold-color);
}
.embedded_link {
  color: var(--bp-bold-color);
}
#body {
  font-family: var(--bp-font), "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bp_div {
  display: flex;
}
#footer {
  padding-left: 20px;
  padding-right: 20px;
  background: var(--bp-footer-background);
  font-family: var(--bp-font), "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: var(--bp-footer-color);
  letter-spacing: 0.025em;
  text-align: left !important;
}
#foot-links {
  display: flex;
  justify-content: space-between;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  width: 100%;
  max-width: 960px;
  border-top: 1px solid var(--bp-footer-link-border);
  border-bottom: 1px solid var(--bp-footer-link-border);
}
#foot-links a {
  flex: 0;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 234px;
  font-weight: 400;
  text-decoration: none;
}
#footer-logo {
  width: 100%;
  max-width: 960px;
  padding: 10px 0 10px 0;
}
#footer-logo img {
  width: 150px;
}
#legal-footer {
  margin-top: 2em;
  font-size: 1em !important;
}
#foot-disclaimer {
  padding: 0;
}
#foot-poweredby {
  padding-bottom: 2em;
  font-size: 1em !important;
}
@media (max-width: 640px) {
  #foot-links {
    flex-direction: column;
  }
}
#header {
  padding-bottom: 16px;
  background: #ffffff;
  border-bottom: 1px solid #d8d8d8;
}
#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: 150px;
}
#header #header_link_break {
  display: none;
}
#header-wrap, #header a {
  text-decoration: none;
  color: var(--bp-link-color);
  font-family: var(--bp-font), "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 580px) { #header .header .text { font-size: .8em; } }
@media screen and (max-width: 405px) { #header #header_link_gap { display: none; } #header #header_link_break { display: inline; } }
@media screen and (max-width: 350px) {
  #header #header_link_gap { display: inline; }
  #header #header_link_break { display: none; }

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

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

  #header .header .logo, #header .header .text {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
}
.service-form-wrapper {
  margin: 40px 20px;
  font-family: var(--bp-font), "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.service-form-wrapper a {
  color: #000000;
}
#service_form {
  margin-top: 5px;
}
#service_form .row.instruction {
  font-weight: bold;
}
#service_form .input-field-group {
  width: 22em;
}
#service_form .form-input::-moz-placeholder {
  color: #a1a1a1;
}
#service_form .form-input::placeholder {
  color: #a1a1a1;
}
#service_form #error_explanation {
  box-sizing: border-box;
  margin-top: 10px;
  padding: 5px 10px;
  width: 100%;
  border-radius: 4px;
  background-color: #f63e3e;
  color: white;
  font-size: 80%;
}
#service_form input[type="submit"] {
  margin-top: 20px;
  margin-bottom: 40px;
}
@keyframes three-quarters-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.three-quarters-loader:not(:required) {
  animation: three-quarters-loader 1250ms infinite linear;
  border: 8px solid var(--bp-bold-color);
  border-right-color: transparent;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
}
