/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
	Sizes
 */
/**
	Colors
 */
.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: 4px;
  background: #fff;
  margin: 2em auto;
  width: 100%;
  overflow: hidden;
  padding: 1em;
  box-sizing: border-box;
}
.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;
}
.sc_card p:last-child {
  margin-bottom: 0;
}
.sc_card p:empty {
  display: none;
  margin-bottom: 0;
}
.sc_card img {
  margin-bottom: 1em;
}
.sc_card .sc_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  margin-top: 15px;
}
.sc_card .sc_company {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 15px;
}
.sc_card .sc_company-logo-wrapper,
.sc_card .sc_person-image-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: 12px;
}
.sc_card .sc_company-logo-wrapper img,
.sc_card .sc_person-image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
}
.sc_card .sc_grey-box {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 16px;
}
.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: 12px;
}
.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: 0.875em;
  word-break: break-word;
}

@media (max-width: 468px) {
  .sc_card p {
    padding: 0 1em 1em;
  }
}
@media (min-width: 469px) {
  .sc_fs_faq__figure {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .sc_fs_faq__figure a {
    display: block;
  }
  .sc_fs_faq__figure a img {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .sc_card .sc_row {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .sc_card .sc_company {
    grid-template-columns: 1fr;
  }
  .sc_card .sc_grey-box {
    margin-top: 15px;
  }
}
/** TinyMCE **/
.w-100 {
  width: 100%;
}

/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
i.mce-ico.mce-i-structured-content {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE5SURBVHgBrZThUcMwDIWfQrgDfiUbdASPkG7ABsAEhU3YAJigsEFHMBtkg+YX9OBi8YyTNmAuuG3enRM7tj/JkhVpzPkaQIFp1OQDWNO9OdYakIER7eZkFtb5cdT/3pv3WzJkty0+XjOcLBzwxIUVP9ehqeG8OugL4AxX05hjE8vGOagC94HTycOA05lyAYe9xTr0tXZwkkEWQN59F3rWeg8LwqqeI4yhxkfe9ocqdkY8TM2vfgScRNsYKvSmtJtHHKC1ObsWyMMP4G7y4jIEPEVZU9q3Z/zlYS+BLv0zTRq2jAF59DmS1UbJi4C8b1dIls/wpx0F0kPGMLkUvYd3o8DCvpc4QhGQ93KJPX4WdGA+CvSlhGTp/0kp7GaPLMcalt6Kt73GASLA9PU89LBSHF/WBOoKk0mbL1wWbz1nKPlvAAAAAElFTkSuQmCC") !important;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
}

.mce-window.mce-container.mce-sc_panel .mce-container-body.mce-abs-layout {
  overflow: hidden;
}

/**
 FAQ Summary
 */
.entry-content .sc_fs_faq summary:focus,
.sc_fs_faq summary:focus {
  outline: none;
}
.entry-content .sc_fs_faq summary *,
.sc_fs_faq summary * {
  margin: 0;
  display: inline;
  padding: 0;
}
.entry-content .sc_fs_faq summary + div,
.sc_fs_faq summary + div {
  overflow: hidden;
}
.entry-content .sc_fs_faq summary + div img,
.sc_fs_faq summary + div img {
  margin-top: 0;
}

.sc_fs_card__animate summary {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 1em 1em 1em 2em;
}

.sc_fs_card__animate summary:before {
  content: "";
  position: absolute;
  top: 1.5em;
  left: 1em;
  transform: rotate(0);
  transform-origin: 0.2rem 50%;
  transition: 0.25s transform ease;
  border: 0.4rem solid transparent;
  border-left-color: inherit;
}

.sc_fs_card__animate[open] > summary:before {
  transform: rotate(90deg);
}

.sc_fs_card__animate {
  padding: 0;
}

.sc_fs_card__animate .sc_fs_faq__content {
  padding: 0 1em 1em;
}
.sc_fs_card__animate .sc_fs_faq__content > *:first-child {
  margin-top: 0;
}

.sc_business-logo-wrapper,
.sc_business-image-wrapper {
  margin: 0;
}