.font-sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-serif, .font-serif .h1, .font-serif h1, .font-serif .h2, .font-serif h2, .font-serif .h3, .font-serif h3 .h4, .font-serif h4 .h5, .font-serif h5 .h6, .font-serif h6, .font-serif .h1p5 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  font-weight: 700;
}

.h1p5 {
  font-size: 1rem;
}

.display-5 {
  font-size: 2rem;
  font-weight: 700;
}

.display-6 {
  font-size: 1.75rem;
  font-weight: 700;
}

.display-7 {
  font-size: 1.75rem;
  font-weight: 700;
}

.lead {
  font-size: 1.125rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #64C7C9;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #3aa4a6;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 199, 201, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(100, 199, 201, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #64C7C9;
  border-color: #64C7C9;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.table.table--f-13 {
  font-size: 13px;
}
.table.table--f-13 .btn {
  font-size: 13px;
}

.pagination .page-item .page-link {
  color: #11797b;
}

.pagination .page-item.active .page-link {
  background-color: #11797b;
  border-color: #11797b;
  color: #fff;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 0, 0, 0.025);
}

.table,
.cc--bs--table .table {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.table thead tr th,
.cc--bs--table .table thead tr th {
  border: none;
  border: none;
  color: #343a40;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.table thead tr th.text-normal,
.cc--bs--table .table thead tr th.text-normal {
  text-transform: none;
}
.table tbody tr th,
.table tbody tr td,
.table tr td,
.table tfoot tr td,
.cc--bs--table .table tbody tr th,
.cc--bs--table .table tbody tr td,
.cc--bs--table .table tr td,
.cc--bs--table .table tfoot tr td {
  font-weight: 300;
  border: none;
}
.table tbody tr th,
.cc--bs--table .table tbody tr th {
  font-weight: 500;
}
.table tbody tr:first-child th,
.table tbody tr:first-child td,
.table tr:first-child td,
.table tfoot tr:first-child td,
.cc--bs--table .table tbody tr:first-child th,
.cc--bs--table .table tbody tr:first-child td,
.cc--bs--table .table tr:first-child td,
.cc--bs--table .table tfoot tr:first-child td {
  border-top: none;
}
.table:not(.table-striped) tbody tr:last-child th, .table:not(.table-striped) tbody tr:last-child td, .table:not(.table-striped) tr:last-child td, .table:not(.table-striped) tfoot tr:last-child td,
.cc--bs--table .table:not(.table-striped) tbody tr:last-child th,
.cc--bs--table .table:not(.table-striped) tbody tr:last-child td,
.cc--bs--table .table:not(.table-striped) tr:last-child td,
.cc--bs--table .table:not(.table-striped) tfoot tr:last-child td {
  padding-bottom: 0;
}
.cc--thumbnail--podcast-player .cc--thumbnail--podcast-player--source {
  width: 0;
  height: 0;
}

.cc--thumbnail--podcast-player .cc--thumbnail--podcast-player--button .cc--thumbnail--podcast-player--button--pause,
.cc--thumbnail--podcast-player .cc--thumbnail--podcast-player--button .cc--thumbnail--podcast-player--button--play {
  color: #fff;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.cc--thumbnail--podcast-player .cc--thumbnail--podcast-player--button .cc--thumbnail--podcast-player--button--pause svg,
.cc--thumbnail--podcast-player .cc--thumbnail--podcast-player--button .cc--thumbnail--podcast-player--button--play svg {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.45));
  filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.45));
}

.cc--thumbnail--podcast-player--button--play {
  color: #fff;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.cc--thumbnail--podcast-player--button--play svg {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.45));
  filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.45));
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(1turn);
            transform: rotateZ(1turn);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(1turn);
            transform: rotateZ(1turn);
  }
}

.green-audio-player {
  width: 400px;
  min-width: 300px;
  height: 56px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
}

.green-audio-player svg, .green-audio-player img {
  display: block;
}

.green-audio-player .play-pause-btn {
  display: none;
  cursor: pointer;
}

.green-audio-player .loading .loading__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.4s linear infinite;
          animation: spin 0.4s linear infinite;
}

.green-audio-player .slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #d8d8d8;
  cursor: pointer;
  position: relative;
}

.green-audio-player .slider .gap-progress {
  background-color: #44bfa3;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}

.green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #44bfa3;
  position: absolute;
  pointer-events: all;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}

.green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}

.green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #55606e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 24px;
  margin-right: 24px;
}

.green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}

.green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}

.green-audio-player .controls span {
  cursor: default;
}

.green-audio-player .volume {
  position: relative;
}

.green-audio-player .volume .volume__button {
  cursor: pointer;
}

.green-audio-player .volume .volume__button.open path {
  fill: #44bfa3;
}

.green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.green-audio-player .volume .volume__controls.hidden {
  display: none;
}

.green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}

.green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}

.green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}

.green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}

/* Customize Plugin for CC*/
.green-audio-player {
  width: 100%;
  height: 48px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FF8D74;
  color: #fff;
  border-radius: 0;
  padding-left: 12px;
  height: 48px;
  position: absolute;
  top: 0;
  width: 100%;
}

.green-audio-player .loading .loading__spinner {
  width: 12px;
  height: 12px;
}

.green-audio-player .loading .loading__spinner {
  border: 2px solid #ddd;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.4s linear infinite;
          animation: spin 0.4s linear infinite;
}

.green-audio-player .controls .controls__current-time {
  width: 44px;
}

.green-audio-player .controls {
  color: #000000;
  font-size: 12px;
  margin-right: 0;
  margin-left: 0;
  max-width: calc(100% - 300px - 48px - 45%);
  min-width: calc(100% - 300px - 48px - 45%);
  width: calc(100% - 300px - 48px - 45%);
  -ms-flex-preferred-size: calc(100% - 300px - 45%);
      flex-basis: calc(100% - 300px - 45%);
}

.green-audio-player .play-pause-btn-wrap {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
}

.green-audio-player .podcast-title {
  margin-right: 24px;
  font-size: 12px;
  margin-right: 0;
  font-size: 12px;
}

.green-audio-player .episode-title {
  font-size: 12px;
  text-align: center;
  margin-left: 24px;
  margin-right: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.green-audio-player .slider .gap-progress .pin {
  background-color: #67c7c8;
}

.green-audio-player .volume {
  display: none;
}

.green-audio-player .slider .gap-progress {
  background-color: #ffffff;
  background-color: transparent;
}

.green-audio-player .controls .controls__slider {
  border-radius: 12px;
  height: 12px;
}

.green-audio-player .slider {
  background-color: #ffffff;
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  -webkit-box-shadow: none;
  box-shadow: none;
  right: -8px;
  top: -2px;
}

.green-audio-player .slider .gap-progress .pin {
  height: 12px;
  width: 12px;
  border-radius: 8px;
  background-color: #44bfa3;
  position: absolute;
  pointer-events: all;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.green-audio-player .controls .controls__slider {
  border-radius: 7px;
  height: 7px;
}

.green-audio-player .controls .controls__slider {
  border-radius: 7px;
  height: 7px;
}

.green-audio-player .play-pause-btn {
  margin-right: 14px;
}

.podcast-title {
  overflow: hidden;
  /* max-width: 300px;
		width: 300px;
		flex-basis: 300px;
		min-width: 300px; */
}

.episode-title {
  max-width: 45%;
  width: 45%;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  min-width: 45%;
  text-align: center;
}

.podcast-title .title__text, .episode-title .title__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  .hidden-podcast-info-1400 {
    display: none;
  }
  .green-audio-player .controls {
    font-size: 12px;
    margin-right: 0;
    margin-left: 0;
    max-width: calc(100% - 180px - 48px - 55%);
    min-width: calc(100% - 180px - 48px - 55%);
    width: calc(100% - 180px - 48px - 55%);
    -ms-flex-preferred-size: calc(100% - 180px - 55%);
        flex-basis: calc(100% - 180px - 55%);
  }
  .episode-title {
    max-width: 55%;
    width: 55%;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    min-width: 55%;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .hidden-podcast-info-1200 {
    display: none;
  }
  .green-audio-player .controls {
    font-size: 12px;
    margin-right: 0;
    margin-left: 0;
    max-width: calc(100% - 180px - 48px - 45%);
    min-width: calc(100% - 180px - 48px - 45%);
    width: calc(100% - 180px - 48px - 45%);
    -ms-flex-preferred-size: calc(100% - 180px - 45%);
        flex-basis: calc(100% - 180px - 45%);
  }
  .episode-title {
    max-width: 45%;
    width: 45%;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    min-width: 45%;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .hidden-podcast-info-1200 {
    display: none;
  }
  .green-audio-player .controls {
    font-size: 12px;
    margin-right: 0;
    margin-left: 0;
    max-width: calc(100% - 140px);
    min-width: calc(100% - 140px);
    width: calc(100% - 140px);
    -ms-flex-preferred-size: calc(100% - 140px);
        flex-basis: calc(100% - 140px);
  }
  .episode-title {
    font-size: 11px;
  }
  .episode-title {
    display: none;
  }
  .green-audio-player {
    padding-right: 12px;
  }
}

.controls__total-time {
  display: none;
}

.green-audio-player {
  background-color: #ededed;
  color: #000;
}

.green-audio-player .slider {
  background-color: #bbb;
}

.green-audio-player .slider .gap-progress {
  background-color: #666666;
}
/*# sourceMappingURL=cc-podcast-players.css.map */
.font-sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-serif, .font-serif .h1, .font-serif h1, .font-serif .h2, .font-serif h2, .font-serif .h3, .font-serif h3 .h4, .font-serif h4 .h5, .font-serif h5 .h6, .font-serif h6, .font-serif .h1p5 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  font-weight: 700;
}

.h1p5 {
  font-size: 1rem;
}

.display-5 {
  font-size: 2rem;
  font-weight: 700;
}

.display-6 {
  font-size: 1.75rem;
  font-weight: 700;
}

.display-7 {
  font-size: 1.75rem;
  font-weight: 700;
}

.lead {
  font-size: 1.125rem;
}

.scroll-x-gallery--wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 1rem;
}
.scroll-x-gallery--wrapper.mxw-1440pxl {
  max-width: 1440px;
}
.scroll-x-gallery--wrapper.scroll-x-gallery--wrapper--four-items .scroll-x-gallery--item {
  width: 25%;
}
.scroll-x-gallery--wrapper .scroll-x-gallery--item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  margin-right: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: normal;
}
.scroll-x-gallery--wrapper .scroll-x-gallery--item .scroll-x-gallery--item--card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: normal;
}
.scroll-x-gallery--wrapper .scroll-x-gallery--item .scroll-x-gallery--item--card .scroll-x-gallery--item--card--image {
  min-width: 136px;
  width: 136px;
}
.scroll-x-gallery--wrapper .scroll-x-gallery--item .scroll-x-gallery--item--card .scroll-x-gallery--item--card--image img {
  width: 100%;
  height: auto;
}
.scroll-x-gallery--wrapper .scroll-x-gallery--item .scroll-x-gallery--item--card p {
  padding: 0.33rem 0.66rem;
  line-height: 1.1;
  max-height: 50px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 991.98px) {
  .scroll-x-gallery--wrapper.scroll-x-gallery--wrapper--four-items .scroll-x-gallery--item {
    width: 300px;
  }
  .scroll-x-gallery--wrapper .scroll-x-gallery--item:last-child .scroll-x-gallery--item--card {
    margin-right: 2rem;
  }
  .scroll-x-gallery--wrapper .scroll-x-gallery--item .scroll-x-gallery--item--card .scroll-x-gallery--item--card--image {
    min-width: 120px;
    width: 120px;
  }
  .scroll-x-gallery--wrapper .scroll-x-gallery--item .scroll-x-gallery--item--card .scroll-x-gallery--item--card--image img {
    width: 100%;
    height: auto;
  }
  .scroll-x-gallery--wrapper .scroll-x-gallery--item .scroll-x-gallery--item--card p {
    padding: 0.33rem 0.66rem;
    line-height: 1.1;
    max-height: 48px;
  }
}
@charset "UTF-8";
.font-sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-serif, .font-serif .h1, .font-serif h1, .font-serif .h2, .font-serif h2, .font-serif .h3, .font-serif h3 .h4, .font-serif h4 .h5, .font-serif h5 .h6, .font-serif h6, .font-serif .h1p5 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  font-weight: 700;
}

.h1p5 {
  font-size: 1rem;
}

.display-5 {
  font-size: 2rem;
  font-weight: 700;
}

.display-6 {
  font-size: 1.75rem;
  font-weight: 700;
}

.display-7 {
  font-size: 1.75rem;
  font-weight: 700;
}

.lead {
  font-size: 1.125rem;
}

/*MOVED FROM GLOBAL*/
/*CONTENT POST LINK ADJUSTMENT*/
#tinymce {
  color: #000000;
}

div.mce-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.mce-menu-item.mce-disabled .mce-text, .mce-menu-item.mce-disabled .mce-ico {
  color: #000000 !important;
}

.contessa-intro a,
.contessa-carousel a,
.contessa-interview a,
.contessa-final-frame a,
.cc--wysiwyg-style a,
.paragraph-body-copy a {
  color: #000000;
  border-bottom: 1px solid #000000;
  font-weight: 500;
}

.contessa-intro a:hover,
.contessa-carousel a:hover,
.contessa-interview a:hover,
.contessa-final-frame a:hover,
.cc--wysiwyg-style a:hover,
.paragraph-body-copy a:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.cc--wysiwyg-style {
  font-size: 16px;
  color: #000000 !important;
}
.cc--wysiwyg-style a {
  color: #11797b !important;
  font-weight: 500;
  text-decoration: underline;
}

.cc--wysiwyg-style blockquote.cc--wysiwyg {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  border-left: 10px solid #adadad;
  quotes: "“" "”" "‘" "’";
  font-size: 44px;
  font-family: serif;
  border: none;
  /* border-top:1px solid #797c7d;
   border-bottom:1px solid #797c7d; */
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.cc--wysiwyg-style blockquote.cc--wysiwyg p {
  display: inline;
}

.cc--wysiwyg-style p {
  margin: 0 0 20px;
}

.cc--wysiwyg-style hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #adadad;
}

.mce-edit-area.mce-container.mce-panel.mce-stack-layout-item iframe {
  margin: 0 auto !important;
  border: 1px solid red !important;
  background: #FFF !important;
  -webkit-filter: none !important;
          filter: none !important;
  overflow: visible !important;
  max-width: 970px !important;
  border: 1px solid red;
  font-size: 14px;
}

.wysiwyg-post-container {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
}

.cc--wysiwyg-style p, .wysiwyg-post-content p {
  margin-bottom: 20px;
}

.wysiwyg-post-content {
  font-size: 16px;
  line-height: 1.65;
  color: #000000;
}

.wysiwyg-post-content strong, .wysiwyg-post-content b {
  font-weight: 500;
}

.wysiwyg-post-content:before,
.wysiwyg-post-content:after {
  content: " ";
  display: table;
}

.wysiwyg-gray-box {
  padding: 15px;
  background-color: #e6e6e6 !important;
}

.wysiwyg-post-content:after {
  clear: both;
}

.wysiwyg-content-block {
  margin: 0 auto 2em auto !important;
}

/*.mce-edit-area.mce-container.mce-panel.mce-stack-layout-item iframe a,
.wysiwyg-post-content a{
 color:inherit;
 border-bottom:none;
 padding-bottom:1px;
}*/
.wysiwyg-primary-color {
  color: #67c7c8;
}

.wysiwyg-intro-text {
  /*font-family:'Gotham SSm A', 'Gotham SSm B', Verdana, Geneva, sans-serif;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  margin: 1em auto 0.75em auto !important;
  line-height: 1.15;
  color: #4c4c4e;
}

.mce-visualblocks ul.wysiwyg-plus-list li,
.wysiwyg-post-content ul.wysiwyg-plus-list li {
  list-style-type: none;
  position: relative;
  color: #000;
}

.mce-visualblocks ul.wysiwyg-plus-list li:before,
.wysiwyg-post-content ul.wysiwyg-plus-list li:before {
  color: #67c7c8 !important;
  content: "+";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -15px;
  font-weight: bold;
}

.mce-visualblocks div, .wysiwyg-post-content div {
  margin-bottom: 1.65em;
}

.mce-visualblocks div:last-child, .wysiwyg-post-content div:last-child {
  margin-bottom: 0;
}

.mce-visualblocks .h1,
.wysiwyg-post-content .h1,
.mce-visualblocks div h2.h1,
.wysiwyg-post-content h2.h1,
.mce-visualblocks .h1,
.wysiwyg-post-content .h1,
.mce-visualblocks div h2.h1,
.wysiwyg-post-content h2.h1 {
  font-size: 18px !important;
  margin-top: 1.5em !important;
  color: #67c7c8 !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  margin-bottom: -0.45em;
}

.wysiwyg-heading-xl {
  text-transform: capitalize;
  color: #67c7c8 !important;
  font-size: 22px !important;
}

.wysiwyg-heading-lg {
  color: #4C4C4E !important;
  font-size: 16px !important;
}

.wysiwyg-heading-md {
  color: #000000 !important;
  font-size: 15px !important;
}

.mce-visualblocks div .h2,
.wysiwyg-post-content .h2,
.mce-visualblocks div h3.h2,
.wysiwyg-post-content h3.h2 {
  font-size: 18px;
  margin-top: 1.5em;
  margin-bottom: -0.725em;
}

.mce-visualblocks div .h3,
.wysiwyg-post-content .h3,
.mce-visualblocks div h4.h3,
.wysiwyg-post-content h4.h3 {
  color: #000000 !important;
  font-size: 157px;
  margin-top: 1em;
  margin-bottom: -0.825em;
}

.wysiwyg-post-content .wysiwyg-blockquote-wide,
.mce-visualblocks .wysiwyg-blockquote-wide {
  font-size: 24px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
  border-top: 1px solid #444444 !important;
  border-bottom: 1px solid #444444 !important;
  color: #11797b !important;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.15;
}

.mce-visualblocks div.wysiwyg-blockquote-wide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wysiwyg-blockquote-wide > div, .mce-visualblocks div.wysiwyg-blockquote-wide > div {
  margin-bottom: 0;
}

.wysiwyg-post-content .wysiwyg-blockquote-wide-alt,
.mce-visualblocks .wysiwyg-blockquote-wide-alt {
  font-size: 24px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
  border-top: 2px solid #67c7c8;
  border-bottom: 2px solid #67c7c8;
  color: #000000 !important;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.15;
  font-weight: 500;
}

.mce-visualblocks div.wysiwyg-blockquote-wide-alt {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wysiwyg-blockquote-wide-alt > div, .mce-visualblocks div.wysiwyg-blockquote-wide-alt > div {
  margin-bottom: 0;
}

.wysiwyg-blockquote-tall-left {
  max-width: 300px;
  background-color: #fff;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 24px;
  text-align: right;
  font-style: italic;
  color: #91d4d5;
  float: left;
  position: relative;
  left: -75px;
  margin-top: 15px;
  margin-right: -50px;
  margin-bottom: 15px;
  padding-right: 15px;
  border-right: 1px solid #91d4d5;
}

.mce-visualblocks div.wysiwyg-blockquote-tall-left {
  margin-right: 0;
  position: relative;
  left: 0;
}

.wysiwyg-blockquote-tall-right {
  max-width: 300px;
  background-color: #fff;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 24px;
  text-align: left;
  font-style: italic;
  color: #91d4d5;
  float: right;
  position: relative;
  right: -75px;
  margin-top: 15px;
  margin-left: -50px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 1px solid #91d4d5;
}

.mce-visualblocks div.wysiwyg-blockquote-tall-right {
  margin-left: 0;
  position: relative;
  right: 0;
}

.mce-visualblocks div.wysiwyg-image {
  border: 2px solid green;
  /*max-width:970px !important;*/
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 13px;
}

ul li.wysiwyg-content-block,
ol li.wysiwyg-content-block {
  margin-bottom: 1em !important;
}

.wysiwyg-post-content ul,
.wysiwyg-post-content ol,
.mce-visualblocks ul,
.mce-visualblocks ol {
  margin-bottom: 2em !important;
}

.wysiwyg-post-content ul > li,
.wysiwyg-post-content ol > li,
.mce-visualblocks ul > li,
.mce-visualblocks ol > li {
  margin-bottom: 0.3em !important;
}

/*.mce-menu-item .mce-text,
.mce-menu-item .mce-ico,
.mce-menu-item.mce-disabled .mce-text,
.mce-menu-item.mce-disabled .mce-ico {
  color:#000000 !important;
}*/
@media (max-width: 1230px) {
  .wysiwyg-blockquote-wide {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wysiwyg-blockquote-tall-left {
    width: 300px;
    max-width: 100%;
    background-color: #fff;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-size: 24px;
    text-align: right;
    font-style: italic;
    color: #91d4d5;
    position: relative;
    left: 0;
    margin-top: 15px;
    margin-right: 30px;
    margin-bottom: 15px;
    padding-right: 15px;
    border-right: 1px solid #91d4d5;
  }
  .wysiwyg-blockquote-tall-right {
    width: 300px;
    max-width: 100%;
    background-color: #fff;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-size: 24px;
    text-align: left;
    font-style: italic;
    color: #91d4d5;
    position: relative;
    right: 0;
    margin-top: 15px;
    margin-left: 30px;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 1px solid #91d4d5;
  }
}
@media (max-width: 768px) {
  .wysiwyg-blockquote-tall-right,
  .wysiwyg-blockquote-tall-left {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  .wysiwyg-post-container {
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
}
.mce-visualblocks > div {
  border-width: 2px !important;
}

.mce-visualblocks > div .wysiwyg-blockquote-wide {
  border-color: #32CD32 !important;
  border-width: 2px !important;
}

.mce-visualblocks > div .h1 {
  border-color: #BA55D3 !important;
  border-width: 2px !important;
}

.mce-visualblocks > div .h2 {
  border-color: #C71585 !important;
  border-width: 2px !important;
}

.mce-visualblocks > div .h3 {
  border-color: #DA70D6 !important;
  border-width: 2px !important;
}

.mce-visualblocks .wysiwyg-image {
  border: 2px solid green;
  /*max-width:970px !important;*/
  margin: 0 auto !important;
  position: relative;
  text-align: center;
  font-size: 13px;
}

.wysiwyg-image {
  /*max-width:970px !important;*/
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 13px;
}

.wysiwyg-image.wysiwyg-image-full-width {
  margin: 0 auto 15px auto;
  /*max-width:970px !important;*/
}

.wysiwyg-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.wysiwyg-post-content .wysiwyg-image.wysiwyg-image-full-width {
  /*margin-left:-75px;
  margin-right:-75px;*/
  /*margin-left:-25.33% !important;
  margin-right:-25.33% !important;*/
  margin-left: 0;
  margin-right: 0;
}

.mce-visualblocks .wysiwyg-image.wysiwyg-image-one-half-left,
.wysiwyg-image.wysiwyg-image-one-half-left {
  float: left;
  margin: 0 30px 10px 0;
  width: 50%;
  height: auto;
}

.mce-visualblocks .wysiwyg-image.wysiwyg-image-one-half-right,
.wysiwyg-image.wysiwyg-image-one-half-right {
  float: right;
  margin: 0 0 10px 30px;
  width: 50%;
  height: auto;
}

.mce-visualblocks .wysiwyg-image.wysiwyg-image-two-fifths-right,
.wysiwyg-image.wysiwyg-image-two-fifths-right {
  float: right;
  margin: 0 0 10px 30px;
  width: 40%;
  height: auto;
}

.mce-visualblocks .wysiwyg-image.wysiwyg-image-two-fifths-left,
.wysiwyg-image.wysiwyg-image-two-fifths-left {
  float: left;
  margin: 0 30px 10px 0;
  width: 40%;
  height: auto;
}

.mce-visualblocks .wysiwyg-image.wysiwyg-image-two-fifths-right,
.wysiwyg-image.wysiwyg-image-two-fifths-right {
  float: right;
  margin: 0 0 10px 30px;
  width: 40%;
  height: auto;
}

.mce-visualblocks .wysiwyg-image.wysiwyg-image-one-third-left,
.wysiwyg-image.wysiwyg-image-one-third-left {
  float: left;
  margin: 0 30px 10px 0;
  width: 33%;
  height: auto;
}

.mce-visualblocks .wysiwyg-image.wysiwyg-image-one-third-right,
.wysiwyg-image.wysiwyg-image-one-third-right {
  float: right;
  margin: 0 0 10px 30px;
  width: 33%;
  height: auto;
}

@media (max-width: 480px) {
  .wysiwyg-post-content .wysiwyg-image.wysiwyg-image-full-width {
    margin-left: auto;
    margin-right: auto;
  }
  .mce-visualblocks .wysiwyg-image.wysiwyg-image-two-fifths-right,
  .wysiwyg-image.wysiwyg-image-two-fifths-right {
    float: none;
    margin: 0 0 0 0;
    width: 100%;
    height: auto;
  }
  .mce-visualblocks .wysiwyg-image.wysiwyg-image-one-half-left,
  .wysiwyg-image.wysiwyg-image-one-half-left,
  .mce-visualblocks .wysiwyg-image.wysiwyg-image-one-half-right,
  .wysiwyg-image.wysiwyg-image-one-half-right {
    float: none;
    margin: 0 0 0 0;
    width: 100%;
    height: auto;
  }
  .mce-visualblocks .wysiwyg-image.wysiwyg-image-two-fifths-left,
  .wysiwyg-image.wysiwyg-image-two-fifths-left,
  .mce-visualblocks .wysiwyg-image.wysiwyg-image-two-fifths-right,
  .wysiwyg-image.wysiwyg-image-two-fifths-right {
    float: none;
    margin: 0 0 0 0;
    width: 100%;
    height: auto;
  }
  .mce-visualblocks .wysiwyg-image.wysiwyg-image-one-third-left,
  .wysiwyg-image.wysiwyg-image-one-third-left,
  .mce-visualblocks .wysiwyg-image.wysiwyg-image-one-third-right,
  .wysiwyg-image.wysiwyg-image-one-third-right {
    float: none;
    margin: 0 0 0 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  /*.wysiwyg-post-content .wysiwyg-title-01,*/
  .wysiwyg-post-content .wysiwyg-image.wysiwyg-image-full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.wysiwyg-post-content ol {
  list-style-type: decimal;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  padding-left: 20px;
}

.wysiwyg-post-content img,
.wysiwyg-post-content .wysiwyg-image.wysiwyg-image-full-width img {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
}

.wysiwyg-post-content img {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
}

.wysiwyg-image img {
  margin-top: 0;
}

.wysiwyg-image.wysiwyg-image-full-width img {
  margin-top: 15px !important;
}

@media (max-width: 768px) {
  .wysiwyg-post-content img {
    margin-top: 15px;
  }
}
.wysiwyg-post-content .wysiwyg-intro-text:first-child {
  margin-top: 0 !important;
}

/* MAKE SURE THIS ONLY OCCURS FOR THE DEFAULT AND 100% IOMAGESW - OVERWRITE THE RULE FOR EVERYTHING ELSE */
.contessa-intro a,
.contessa-carousel a,
.contessa-interview a,
.contessa-final-frame a,
.cc--wysiwyg-style a,
.paragraph-body-copy a {
  color: #000000;
  border-bottom: 1px solid #000000;
  font-weight: 500;
}

.contessa-intro a:hover,
.contessa-carousel a:hover,
.contessa-interview a:hover,
.contessa-final-frame a:hover,
.cc--wysiwyg-style a:hover,
.paragraph-body-copy a:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.mce-visualblocks a .h1,
.wysiwyg-post-content a .h1,
.mce-visualblocks div a h2.h1,
.wysiwyg-post-content a h2.h1,
.mce-visualblocks a .h1,
.wysiwyg-post-content a .h1,
.mce-visualblocks div a h2.h1,
.wysiwyg-post-content a h2.h1,
.mce-visualblocks .h1 a,
.wysiwyg-post-content .h1 a,
.mce-visualblocks div h2.h1,
.wysiwyg-post-content h2.h1 a,
.mce-visualblocks .h1 a,
.wysiwyg-post-content .h1 a,
.mce-visualblocks div h2.h1 a,
.wysiwyg-post-content h2.h1 a {
  text-decoration: none;
  border-bottom: none;
  color: inherit;
}

.mce-visualblocks div a .h2,
.wysiwyg-post-content a .h2,
.mce-visualblocks div a h3.h2,
.wysiwyg-post-content a h3.h2,
.mce-visualblocks div .h2,
.wysiwyg-post-content .h2 a,
.mce-visualblocks div h3.h2,
.wysiwyg-post-content h3.h2 a {
  text-decoration: none;
  border-bottom: none;
  color: inherit;
}

.mce-visualblocks div a .h3 a,
.wysiwyg-post-content a .h3 a,
.mce-visualblocks div a h4.h3 a,
.wysiwyg-post-content a h4.h3 a,
.mce-visualblocks div a .h3 a,
.wysiwyg-post-content a .h3 a,
.mce-visualblocks div a h4.h3 a,
.wysiwyg-post-content a h4.h3 a,
.mce-visualblocks div .h3 a,
.wysiwyg-post-content .h3 a,
.mce-visualblocks div h4.h3 a,
.wysiwyg-post-content h4.h3 a,
.mce-visualblocks div .h3 a,
.wysiwyg-post-content .h3 a,
.mce-visualblocks div h4.h3 a,
.wysiwyg-post-content h4.h3 a {
  text-decoration: none;
  border-bottom: none;
  color: inherit;
}

.mce-visualblocks a .h1:hover,
.wysiwyg-post-content a .h1:hover,
.mce-visualblocks div a h2.h1:hover,
.wysiwyg-post-content a h2.h1:hover,
.mce-visualblocks a .h1:hover,
.wysiwyg-post-content a .h1:hover,
.mce-visualblocks div a h2.h1:hover,
.wysiwyg-post-content a h2.h1:hover,
.mce-visualblocks .h1 a:hover,
.wysiwyg-post-content .h1 a:hover,
.mce-visualblocks div h2.h1:hover,
.wysiwyg-post-content h2.h1 a:hover,
.mce-visualblocks .h1 a:hover,
.wysiwyg-post-content .h1 a:hover,
.mce-visualblocks div h2.h1 a:hover,
.wysiwyg-post-content h2.h1 a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #326262;
}

.mce-visualblocks div a:hover .h2,
.mce-visualblocks div .h2 a:hover,
.wysiwyg-post-content a:hover .h2,
.wysiwyg-post-content .h2 a:hover,
.mce-visualblocks div a:hover h3.h2,
.mce-visualblocks div h3.h2 a:hover,
.wysiwyg-post-content a:hover h3.h2,
.wysiwyg-post-content h3.h2 a:hover,
.mce-visualblocks div a:hover .h2,
.mce-visualblocks div .h2 a:hover,
.wysiwyg-post-content .h2 a:hover,
.wysiwyg-post-content a:hover .h2,
.mce-visualblocks div h3.h2 a:hover,
.mce-visualblocks div a:hover h3.h2,
.wysiwyg-post-content a:hover h3.h2,
.wysiwyg-post-content h3.h2 a:hover {
  text-decoration: none;
  text-decoration: none;
  border-bottom: none;
  color: #326262;
}

.mce-visualblocks div a:hover .h3,
.mce-visualblocks div .h3 a:hover,
.wysiwyg-post-content a:hover.h3,
.wysiwyg-post-content .h3 a:hover,
.mce-visualblocks div h4.h3 a:hover,
.mce-visualblocks div a:hover h4.h3,
.wysiwyg-post-content h4.h3 a:hover,
.wysiwyg-post-content a:hover h4.h3,
.mce-visualblocks div .h3 a:hover,
.mce-visualblocks div a:hover .h3,
.wysiwyg-post-content a:hover .h3,
.wysiwyg-post-content .h3 a:hover,
.mce-visualblocks div a:hover h4.h3,
.mce-visualblocks div h4.h3 a:hover,
.wysiwyg-post-content a:hover h4.h3,
.wysiwyg-post-content h4.h3 a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #326262;
}

.mce-visualblocks .h1, .wysiwyg-post-content .h1, .mce-visualblocks div h2.h1,
.wysiwyg-post-content h2.h1, .mce-visualblocks .h1,
.wysiwyg-post-content .h1, .mce-visualblocks div h2.h1,
.wysiwyg-post-content h2.h1 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  font-weight: 700 !important;
  text-transform: none !important;
  font-size: 2.25rem !important;
  color: #11797b !important;
}

.cc--byline-bio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cc--byline-bio-image {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  max-width: 120px;
  max-height: 120px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 36px;
  background-color: #ededed;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 6px;
}

.cc--byline-bio-image img,
.cc--byline-bio-image svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cc--byline-bio-text {
  max-width: 900px; /* Adjust as needed */
  font-size: 14px;
}
.cc--byline-bio-text .cc--byline-bio--text--title {
  font-size: 18px;
  text-transform: uppercase;
  color: #11797b !important;
  border-bottom: 1px solid #11797b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
  padding-bottom: 2px;
}

.h2.wysiwyg-heading-lg {
  font-size: 20px !important;
  font-weight: 600;
}

a.cc--byline-bio-link:hover {
  text-decoration: none;
  border-bottom: none;
}
a.cc--byline-bio-link .cc--byline-bio-text {
  color: #010202;
}
a.cc--byline-bio-link .cc--byline-bio-text:hover {
  text-decoration: none;
  border-bottom: none;
}
a.cc--byline-bio-link:hover .cc--byline-bio-text {
  text-decoration: none;
  border-bottom: none;
}
/*----VIEW CONTESSA----*/
/*.view-contessa-portrait{
 position: relative;
 min-height: 1px;
 padding:14px 30px 15px 10px;
 width:50%;
 float:left;
}

.view-contessa-intro{
 position: relative;
 min-height: 1px;
 padding-right: 10px;
 padding-left: 10px;
 font-size:16px;
}

.view-contessa-intro p,
.contessa-interview p{ margin: 0 0 20px; }
.view-contessa-intro .boxed-title-block p{ margin: 6px 0 10px; }
.contessa-interview-question p{ margin:0 0 8px; }
.view-contessa-intro p.mrg-b-5,
.contessa-interview p.mrg-b-5{ margin: 0 0 5px; }

.view-contessa-portrait.wrap{
 position: relative;
 min-height: 1px;
 padding-right: 30px;
 padding-bottom:15px;
 padding-left: 10px;
 width:50%;
 float:left;
}

.view-contessa-intro.wrap{
 padding-right: 10px;
 padding-left: 10px;
 width:auto;
}
.contessa-interview{
 margin-top:30px;
 background-color:#f6f6f6;
 padding:30px;
 padding-top:90px;
 -webkit-column-count: 1;
 -webkit-column-gap: 50px;
 -moz-column-count: 1;
 -moz-column-gap: 50px;
 column-count:1;
 column-gap: 50px;
 -webkit-column-rule: 1px outset #adadad;
 -moz-column-rule: 1px outset #adadad;
 column-rule: 1px outset #adadad;
 font-size:16px;
}

@media only screen and (max-width : 768px) {
.contessa-interview{
 -webkit-column-count: 1;
 -moz-column-count: 1;
 column-count: 1;
}
}

.contessa-interview-topic{  padding-bottom:15px;}
.contessa-interview-topic:last-child{border-bottom:1px solid transparent; padding-bottom:0;}
.contessa-interview-question{ margin-top:20px; }
.contessa-interview-question{ font-weight:bold;}

@media only screen and (max-width : 480px) {
.view-contessa-portrait{
 width:auto;
 float:none;
 padding:0;
}

.view-contessa-intro{
 width:auto;
 float:none;
 text-align:center;
 margin-top:30px;
}
}*/
/*legacy style fix - jcoughlin sep 26 2016*/
.view-contessa-intro .text-neutral-medium {
  color: #4c4c4e;
}

.contessa-interview-question,
.contessa-interview-answer {
  position: relative;
  padding-left: 22px;
}

.contessa-interview-question:before {
  position: absolute;
  left: 0;
  content: "q";
  text-transform: uppercase;
  color: #67c7c8;
  font-weight: 500;
}

.contessa-interview-answer:before {
  position: absolute;
  left: 0;
  content: "a";
  text-transform: uppercase;
  color: #67c7c8;
  font-weight: 500;
}

.contessa-interview-question {
  font-weight: 500;
}

.contessa-interview-question p {
  margin-bottom: 4px;
}

.view-contessa-intro strong, .contessa-interview-question strong, .contessa-interview-answer strong {
  font-weight: 500;
}

.contessa-interview-answer {
  margin-bottom: 18px;
}

.interview-final-frame-text .interview-final-frame-q {
  font-weight: 500;
  position: relative;
}

.interview-final-frame-text .interview-final-frame-a {
  position: relative;
}

.interview-final-frame {
  position: relative;
  text-align: center;
}

.interview-final-frame-text {
  position: relative;
  text-align: center;
  column-count: 2;
  column-gap: 10px;
  break-inside: avoid-column;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -moz-column-break-inside: avoid;
  -ms-column-count: 2;
  -ms-column-gap: 10px;
  -ms-column-break-inside: avoid;
  -o-column-count: 2;
  -o-column-gap: 10px;
  -o-column-break-inside: avoid;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -webkit-column-break-inside: avoid;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.interview-final-frame-item {
  margin-bottom: 15px;
}

.interview-final-frame-item:first-child {
  margin-top: 15px;
}

/*.interview-final-frame:before, .interview-final-frame:after{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  .interview-final-frame:after{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
  */
/*# sourceMappingURL=cc-interviews.css.map */