@charset "UTF-8";
:root {
  --font-family-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-serif-bold: baskerville-urw, Baskerville, "Iowan Old Style", "Apple Garamond", "Times New Roman", serif;
  --font-family-serif-italic: iowan-old-style-bt, "Iowan Old Style", serif;
  --color-red:#C0272B;
  --color-navy:#003552;
  --color-blue:#0771b6;
  --color-cyan:#6ECADB;
  --color-gold:#F4AC1B;
  --color-green:#23B473;
  --color-silver:#ebeff2;
  --color-violet:#4A57A7; }

.header-nav-basic,
.school-header-basic {
  display: none; }

body {
  font-family: var(--font-family-sans-serif); }

.content_wysiwyg h1, h1, .content_wysiwyg h2, h2, .content_wysiwyg h3, h3, .content_wysiwyg h4, h4, .content_wysiwyg h5, h5, .content_wysiwyg h6, h6 {
  margin-top: 0;
  font-family: var(--font-family-serif-bold);
  font-weight: 800;
  line-height: 1.3; }

.content_wysiwyg h1, h1 {
  font-size: 42px; }

.content_wysiwyg h2, h2 {
  font-size: 34px; }

.content_wysiwyg h3, h3 {
  font-size: 24px; }

.content_wysiwyg a, a {
  color: var(--color-blue); }

.content_wysiwyg p, .content_wysiwyg ul, .content_wysiwyg ol {
  font-size: inherit; }

.h-100, .content_wysiwyg:has(> .h-100) {
  height: 100% !important; }

.h-100.card-160 {
  margin-bottom: 0; }

.content_wysiwyg:has(> .h-100.card-160) {
  padding-bottom: 25px; }

.justify-content-center {
  justify-content: center; }

.text-balance {
  text-wrap: balance; }

.lead-text {
  font-family: inherit;
  font-weight: 900;
  font-size: 14px; }

.bg-silver {
  background-color: var(--color-silver) !important; }

.bg-navy {
  background-color: var(--color-navy) !important; }

.wc-trim-stripes {
  position: relative;
  overflow: hidden; }
  .wc-trim-stripes::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url("images/bg-stripes.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center; }

.wc-trim-red,
.wc-trim-cyan,
.wc-trim-blue,
.wc-trim-gold,
.wc-trim-green,
.wc-trim-violet {
  border-top-width: 10px;
  border-top-style: solid; }

.wc-trim-red {
  border-color: var(--color-red); }

.wc-trim-cyan {
  border-color: var(--color-cyan); }

.wc-trim-blue {
  border-color: var(--color-blue); }

.wc-trim-gold {
  border-color: var(--color-gold); }

.wc-trim-green {
  border-color: var(--color-green); }

.wc-trim-violet {
  border-color: var(--color-violet); }

.btn.btn-default {
  margin: 5px 0;
  color: var(--color-blue);
  border-color: var(--color-blue);
  border-width: 2px;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent; }

.wc-rounded {
  border-radius: 10px; }

.wc-intro-content {
  max-width: 770px;
  margin: 0 auto 0;
  padding: 0 0 5px;
  text-align: center; }

.biola-nav-local {
  padding: 20px 0;
  background: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
  .biola-nav-local .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }

.bnav-heading {
  float: none;
  order: 0; }
  .bnav-heading, .bnav-heading a {
    width: 240px;
    height: 70px; }
  .bnav-heading a {
    display: block;
    background-image: url("images/logo-winsome-conviction.png");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden; }

.bnav-buttons {
  order: 1;
  margin-left: auto; }

.bnav-collapse {
  order: 2; }
  @media (max-width: 991px) {
    .bnav-collapse {
      width: 100%; } }
  @media (min-width: 992px) {
    .bnav-collapse {
      margin-left: auto; } }

.wc-footer {
  position: relative;
  padding: 60px 0 66px;
  background-color: var(--color-navy);
  color: #D1DFE6;
  font-size: 15px; }
  .wc-footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: url("images/bg-stripes.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center; }
  .wc-footer h2 {
    font-size: 26px;
    margin-bottom: 8px; }
  .wc-footer a {
    color: inherit; }
  .wc-footer .card-160 {
    border: 1px solid #2F627C;
    border-radius: 10px; }
  .wc-footer .btn-default {
    color: #D1DFE6;
    border-color: #9BB1BD; }
  .wc-footer .wc-footer_social-list {
    list-style: none;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 5px; }
    @media (min-width: 768px) {
      .wc-footer .wc-footer_social-list > li {
        width: 140px; } }
    .wc-footer .wc-footer_social-list a {
      display: inline-block; }
    .wc-footer .wc-footer_social-list .fa {
      font-size: 20px;
      line-height: 30px;
      margin: 0 5px 0 0;
      vertical-align: middle; }

.wc-banner {
  text-align: center;
  background-color: var(--color-navy);
  background-image: url("images/bg-bubbles-white.png");
  background-position: center center;
  color: #D1DFE6; }
  .wc-banner h1 {
    margin: 0 auto;
    max-width: 500px; }

.wc-banner-home {
  height: 500px;
  text-align: center;
  background-color: var(--color-navy);
  color: #D1DFE6;
  display: flex;
  align-items: center; }

.wc-banner-home_logo {
  margin: 0 auto;
  aspect-ratio: 35/37;
  width: 250px;
  max-width: 100%;
  background-image: url("images/logo-wca-v.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .wc-banner-home_logo {
      aspect-ratio: 3/1;
      width: 600px;
      background-image: url("images/logo-wca.png"); } }

.wc-banner-home_tagline {
  margin: 40px 0 0;
  font-family: var(--font-family-serif-italic); }
  .content_wysiwyg .wc-banner-home_tagline {
    font-size: 24px; }

.big-quote {
  display: block;
  margin: 0 auto;
  max-width: 800px; }
  .big-quote::after, .big-quote::before {
    display: none; }

.big-quote_content {
  padding: 20px 0 0;
  max-width: none; }
  .big-quote_content > p {
    font-family: var(--font-family-serif-italic);
    font-size: 20px;
    line-height: 1.5;
    text-wrap: balance; }

.big-quote_name {
  padding: 15px 0 0;
  color: inherit; }
  .big-quote_name::before {
    content: '– ';
    font-weight: normal; }

.wc-feature-quote {
  border: none; }
  .wc-feature-quote p {
    font-family: var(--font-family-serif-italic);
    font-style: italic;
    font-size: 32px;
    line-height: 1.35; }

.wc-profile {
  padding-top: 50px; }
  .wc-profile .card-160 {
    padding-top: 0; }

.wc-profile_head {
  position: relative;
  top: -50px;
  margin: 0 auto -50px;
  padding: 0 0 20px;
  text-align: center;
  text-wrap: balance;
  max-width: 280px; }
  .wc-profile_head figure {
    margin: 0 0 20px; }

.wc-profile_body {
  font-size: 15px; }

.wc-list-segment .segment-section:has(.image-block) {
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid #B3CFE3; }
.wc-list-segment .segment-section + .segment-section {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.wc-list-segment .segment-section:has(+ .segment-section) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.wc-list-segment .image-block {
  max-width: 380px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .wc-list-segment .image-block {
      max-width: 960px; } }

/*# sourceMappingURL=wca.css.map */
