/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
  Dropdown for google frequent questions
==============================================================================*/
.sc_card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  background: #fff;
  margin: 2em auto;
  width: 100%;
  overflow: hidden;
  padding: 1em; }

.sc_card h1, .sc_card h2, .sc_card h3, .sc_card h4, .sc_card h5, .sc_card h6 {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-weight: 700; }

.sc_card p {
  font-size: 1em; }

@media (max-width: 468px) {
  .sc_card p {
    padding: 0 1em 1em; } }
.sc_card p:last-child {
  margin-bottom: 0; }

.sc_card p:empty {
  display: none;
  margin-bottom: 0; }

.sc_card img {
  margin-bottom: 1em;
  margin-top: -1em; }

@media (min-width: 469px) {
  .sc_card img {
    float: right;
    margin-left: 1em; } }
.sc_card .sc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  margin-top: 15px; }

@media (max-width: 640px) {
  .sc_card .sc-row {
    grid-template-columns: 1fr;
    margin-top: 0; } }
.sc_card .sc-company {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 15px; }

@media (max-width: 640px) {
  .sc_card .sc-company {
    grid-template-columns: 1fr; } }
.sc_card .sc-company-logo-wrapper {
  height: auto;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  max-width: 100%;
  width: auto;
  overflow: hidden;
  margin-bottom: 10px; }

.sc_card .sc-company-logo-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0; }

.sc_card .sc-grey-box {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 15px; }

@media (max-width: 640px) {
  .sc_card .sc-grey-box {
    margin-top: 15px; } }
.sc_card .sc-grey-box .sc-box-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px; }

.sc_card .sc-input-group .sc-input-label {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #000; }

.sc_card .wp-block-structured-content-person__colleague_url {
  font-size: .875em;
  word-break: break-word; }

.sc-notice {
  background: #fdfddb;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #59531b;
  border: 1px solid #59531b; }
