/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-section {
  background-color: transparent;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.wp-block-cgb-block-section .section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  z-index: -1; }

.wp-block-cgb-block-section .container,
.wp-block-cgb-block-section .container-fluid {
  position: relative;
  z-index: 2; }

.wp-block-cgb-block-section .wp-block-column,
.wp-block-cgb-block-section .wp-block-column .wp-block-image {
  margin-bottom: 0; }

/* offset */
.is-style-offset-section .container,
.is-style-offset-columns .wp-block-column {
  margin-top: -5rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
highlighted {
  font-weight: 600;
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  color: var(--color-theme-primary);
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: .5rem;
  padding-right: .5rem;
  line-height: 1; }

highlighted:before {
  content: '';
  display: block;
  background-color: var(--color-theme-white);
  height: 47%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  margin-left: auto;
  margin-right: auto;
  z-index: -1; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.accordion .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 1.5rem; }

.accordion .card:last-of-type:after {
  display: none; }

.accordion .btn.card-header {
  border-radius: 0;
  border-bottom: none;
  font-size: 1.296rem;
  font-weight: 500;
  padding: 10px;
  background-color: #ebeaea;
  background-image: none;
  color: #32004b; }

.accordion h3 {
  font-size: 1.296rem;
  font-weight: 500; }

.accordion .btn-link:hover,
.accordion .btn-link:focus,
.accordion .btn-link:active {
  text-decoration: none;
  opacity: 0.8; }

.accordion button h3:before {
  content: '-';
  position: relative;
  left: -16px; }

.accordion button.collapsed h3:before {
  content: '-'; }

.accordion .card-body {
  text-align: center;
  background-color: #f7f6f6;
  font-size: 1rem; }

@media (max-width: 575px) {
  .accordion .card-body {
    width: 100%; }
  .accordion .btn.card-header {
    padding: 1rem; } }

/*  styles inherited from bootstrap */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: .25rem; }

.accordion .card-header {
  margin-bottom: 0; }

.accordion .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.accordion .btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.accordion .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }
@charset "UTF-8";
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  /*border-width: 1px;
  border-style: solid;
  border-color: var(--color-theme-mint);*/
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 0.25rem;
  height: 100%; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem 2.75rem 1.25rem; }

.card-title {
  margin-bottom: 1.6875rem; }

.hide-card-text .card-text {
  display: none; }

.card-text:last-child {
  margin-bottom: 0; }

.card a {
  text-decoration: none; }

.card a:hover {
  border-bottom: 1px solid; }

.card a::after {
  content: ' »'; }

.card-footer,
.card-footer.has-background,
.wp-block-columns p.card-footer {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0; }

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
