@import url("https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* line 18, extra.scss */
:root {
  --bs-body-font-family: 'Caladea', serif; }

/* line 22, extra.scss */
html, body {
  overscroll-behavior: none; }

/* Utilities */
/* line 28, extra.scss */
.line-clamp {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

/* line 36, extra.scss */
.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%; }

/* line 42, extra.scss */
.img-contain {
  object-fit: contain;
  width: 100%;
  height: 100%; }

/* line 48, extra.scss */
.theme-basic-bedrock.ccm-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

/* Page */
/* line 55, extra.scss */
.ccm-page {
  overflow: hidden;
  /* SPLASH */
  /* DOWN ARROW */
  /* GLOBAL */
  /* NAV */
  /* Custom Toggler */
  /* NAV ITEMS */
  /* Default Dropdown */
  /* SECTION */
  /* Dots */
  /* Multi-Col */
  /***** FOOTER *****/
  /* FORMS */
  /* END CCM-PAGE */ }
  /* line 59, extra.scss */
  .ccm-page body {
    padding-top: 0; }
  /* line 63, extra.scss */
  .ccm-page #mainContainer {
    flex: 1; }
  /* line 67, extra.scss */
  .ccm-page .copperplate {
    font-family: "copperplate", serif; }
  /* line 71, extra.scss */
  .ccm-page .caladea {
    font-family: "Caladea", serif; }
  /* line 75, extra.scss */
  .ccm-page .them-basic-bedrock {
    font-family: "Caladea", serif; }
  /* line 81, extra.scss */
  .ccm-page .splash-top-left, .ccm-page .splash-top-right {
    position: absolute;
    top: 4vh; }
  /* line 85, extra.scss */
  .ccm-page .splash-top-left {
    left: 4vh; }
  /* line 86, extra.scss */
  .ccm-page .splash-top-right {
    right: 4vh; }
  /* line 88, extra.scss */
  .ccm-page .header {
    position: absolute;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden; }
  /* line 102, extra.scss */
  .ccm-page .d {
    border: 2px solid #e20613;
    border-radius: 50%;
    color: #e20613;
    text-align: center;
    bottom: 60px;
    display: block;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    height: 50px;
    line-height: 50px;
    width: 50px;
    animation: 2s ease-out 0s 1 slideUpFromBottom; }
  /* line 121, extra.scss */
  .ccm-page .a {
    border-right: 2px solid #e20613;
    border-bottom: 2px solid #e20613;
    border-radius: 2px;
    color: #e20613;
    display: inline-block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin-top: -15px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(45deg); }
@keyframes slideUpFromBottom {
  0% {
    transform: translateY(300%); }
  100% {
    transform: translateY(0); } }
  /* line 153, extra.scss */
  .ccm-page .columns2, .ccm-page .columns3 {
    column-count: 1; }
  @media screen and (min-width: 768px) {
    /* line 157, extra.scss */
    .ccm-page .columns2, .ccm-page .columns3 {
      column-count: 2; } }
  @media screen and (min-width: 992px) {
    /* line 162, extra.scss */
    .ccm-page .columns3 {
      column-count: 3; } }
  /* line 166, extra.scss */
  .ccm-page a {
    color: #6baca3;
    font-weight: bold; }
  /* line 170, extra.scss */
  .ccm-page a:hover {
    color: #e20613; }
  @media screen and (min-width: 768px) {
    /* line 175, extra.scss */
    .ccm-page .h-md-2em {
      height: 2em; }
    /* line 178, extra.scss */
    .ccm-page .h-md-3em {
      height: 3em; }
    /* line 181, extra.scss */
    .ccm-page .h-md-4em {
      height: 4em; } }
  /* line 187, extra.scss */
  .ccm-page .ccm-block-topic-list a {
    color: #e20613; }
  /* line 191, extra.scss */
  .ccm-page .ccm-block-topic-list a:hover {
    color: #6baca3; }
  /* line 195, extra.scss */
  .ccm-page .btn {
    border-radius: 0;
    padding: 0.275rem 0.75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 2px solid;
    text-transform: uppercase;
    font-family: "copperplate", serif;
    font-weight: 700;
    font-style: normal;
    width: fit-content; }
  /* line 206, extra.scss */
  .ccm-page .btn:focus, .ccm-page .btn:active {
    outline: none; }
  /* line 210, extra.scss */
  .ccm-page .btn-primary {
    background-color: transparent;
    border-color: #6baca3;
    color: #6baca3; }
  /* line 216, extra.scss */
  .ccm-page .btn-primary:hover {
    background-color: #6baca3;
    color: #faf7ec; }
  /* line 221, extra.scss */
  .ccm-page .btn-primary-red {
    background-color: transparent;
    border-color: #e20613;
    color: #e20613; }
  /* line 227, extra.scss */
  .ccm-page .btn-primary-red:hover {
    background-color: #e20613;
    color: #bedcbf; }
  /* line 232, extra.scss */
  .ccm-page .page-symbols {
    display: none;
    position: fixed;
    top: 15vh;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-left: 50%;
    z-index: 1; }
  @media (min-width: 768px) {
    /* line 243, extra.scss */
    .ccm-page .page-symbols {
      max-width: 828px;
      transform: translateX(-50%); } }
  @media (min-width: 992px) {
    /* line 249, extra.scss */
    .ccm-page .page-symbols {
      max-width: 1072px;
      transform: translateX(-50%); } }
  @media (min-width: 1200px) {
    /* line 255, extra.scss */
    .ccm-page .page-symbols {
      max-width: 1260px;
      transform: translateX(-50%); } }
  @media (min-width: 1400px) {
    /* line 261, extra.scss */
    .ccm-page .page-symbols {
      max-width: 1440px;
      transform: translateX(-50%); } }
  /* line 266, extra.scss */
  .ccm-page .page-symbol {
    position: absolute;
    width: 60px; }
  /* line 271, extra.scss */
  .ccm-page .page-symbol.left {
    left: 5px; }
  /* line 275, extra.scss */
  .ccm-page .page-symbol.right {
    right: 5px; }
  @media screen and (min-width: 768px) {
    /* line 279, extra.scss */
    .ccm-page .page-symbols {
      display: block; } }
  /* line 281, extra.scss */
  .ccm-page .bg-green {
    background-color: #bedcbf; }
  /* line 284, extra.scss */
  .ccm-page .bg-dkgreen {
    background-color: #006633; }
  /* line 288, extra.scss */
  .ccm-page .bg-pink {
    background-color: #fdca9f; }
  /* line 292, extra.scss */
  .ccm-page .bg-red {
    background-color: #e20613; }
  /* line 296, extra.scss */
  .ccm-page .bg-turquoise {
    background-color: #6baca3; }
  /* line 300, extra.scss */
  .ccm-page .mob {
    display: block; }
  /* line 304, extra.scss */
  .ccm-page .dtop {
    display: none; }
  @media screen and (min-width: 992px) {
    /* line 308, extra.scss */
    .ccm-page .mob {
      display: none; }
    /* line 312, extra.scss */
    .ccm-page .dtop {
      display: block; } }
  /* line 316, extra.scss */
  .ccm-page .text-red {
    color: #e20613; }
  /* line 320, extra.scss */
  .ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4, .ccm-page h5 {
    font-family: "copperplate", serif;
    font-weight: 500;
    font-style: normal; }
  /* line 325, extra.scss */
  .ccm-page p, .ccm-page a {
    font-family: "Caladea", serif; }
  /* line 328, extra.scss */
  .ccm-page #video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0; }
  /* line 336, extra.scss */
  .ccm-page #video-container .full-overlay {
    height: 100%;
    width: 100%;
    /*	background-image:url("images/overlays/02-white.png");*/ }
  /* line 342, extra.scss */
  .ccm-page #video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  /* line 352, extra.scss */
  .ccm-page .main-logo {
    position: absolute;
    width: 100%;
    height: 372px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    z-index: 1; }
  /* line 363, extra.scss */
  .ccm-page .top-logo {
    position: fixed;
    top: 80px;
    z-index: 2000;
    height: 100px; }
  /* line 370, extra.scss */
  .ccm-page #logo {
    width: 90%;
    height: auto;
    margin: 0 5%; }
  @media screen and (min-width: 768px) {
    /* line 374, extra.scss */
    .ccm-page #logo {
      height: 100%;
      width: auto;
      margin: 0; } }
  /* line 377, extra.scss */
  .ccm-page .bg-dark, .ccm-page .bg-light {
    background-color: transparent !important; }
  /* line 383, extra.scss */
  .ccm-page .navbar {
    transition: background 0.3s ease;
    position: relative;
    width: 100%;
    height: 59px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent !important;
    border-bottom: 1px solid #e20613;
    padding-bottom: 1px; }
  /* line 395, extra.scss */
  .ccm-page .navbar-light .navbar-toggler {
    top: 8px;
    left: 8px; }
  /* line 401, extra.scss */
  .ccm-page .custom-toggler.navbar-toggler {
    border-color: #e20613;
    outline: none; }
  /* line 406, extra.scss */
  .ccm-page .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(226,6,19, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  /* line 410, extra.scss */
  .ccm-page .navbar-collapse {
    padding-bottom: 1em !important;
    padding-top: 4em !important; }
  @media screen and (min-width: 992px) {
    /* line 415, extra.scss */
    .ccm-page .navbar.sticky .navbar-collapse {
      background: transparent; }
    /* line 418, extra.scss */
    .ccm-page .navbar-collapse {
      padding-bottom: 0 !important;
      padding-top: 0 !important; } }
  /* line 423, extra.scss */
  .ccm-page .navbar-light .navbar-nav .nav-link {
    color: #e20613;
    font-family: "copperplate", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding: 15px; }
  /* line 431, extra.scss */
  .ccm-page .navbar-light .navbar-nav .nav-link.active, .ccm-page .navbar-light .navbar-nav .show > .nav-link {
    color: #e20613;
    opacity: 1;
    text-decoration: underline; }
  /* line 436, extra.scss */
  .ccm-page .nav-item {
    padding: 0 15px; }
  /* line 438, extra.scss */
  .ccm-page #navbarNav {
    border-bottom: 2px solid #e20613; }
  /* line 442, extra.scss */
  .ccm-page .subnav-content {
    color: #e20613; }
  /* line 446, extra.scss */
  .ccm-page .subnav-content a {
    color: #6baca3;
    font-style: italic;
    text-decoration: underline; }
  /* line 452, extra.scss */
  .ccm-page .subnav-content a:hover {
    color: #e20613; }
  /* line 456, extra.scss */
  .ccm-page .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; }
  /* line 463, extra.scss */
  .ccm-page .sticky #navbarNav {
    margin-top: auto; }
  /* line 469, extra.scss */
  .ccm-page .dropdown-toggle {
    cursor: pointer; }
  /* line 470, extra.scss */
  .ccm-page .border-square-small {
    display: none; }
  /* line 473, extra.scss */
  .ccm-page .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 0 !important; }
  /* line 479, extra.scss */
  .ccm-page .dropdown-menu .container .nav-link {
    padding-bottom: 0 !important; }
  /* line 482, extra.scss */
  .ccm-page .dropdown-menu .container .row .col-2 {
    width: 100%; }
  @media (min-width: 992px) {
    /* line 484, extra.scss */
    .ccm-page .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
      top: 59px;
      width: 100%; }
    /* line 489, extra.scss */
    .ccm-page .dropdown-menu .subnav-border {
      border-bottom: 2px solid #e20613; }
    /* line 492, extra.scss */
    .ccm-page .dropdown-menu .container .row {
      padding: 20px; }
    /* line 495, extra.scss */
    .ccm-page .dropdown-menu .container .row .col-2 {
      width: 16.66666667%; }
    /* line 496, extra.scss */
    .ccm-page .dropdown-menu .container .nav-link:first-child {
      padding-top: 15px; }
    /* line 500, extra.scss */
    .ccm-page .border-square-small {
      display: flex;
      padding: 5px;
      margin: 1% 2%;
      border: 17px solid transparent;
      padding: 0px;
      border-image: url(/web/images/border-red_x2.png) 34% round; } }
  /* line 509, extra.scss */
  .ccm-page .border-square-small .subnav-image {
    display: inline-block;
    width: 40%;
    margin: 1%; }
  /* line 514, extra.scss */
  .ccm-page .border-square-small .subnav-content {
    display: inline-block;
    width: 55%;
    margin-left: 4%; }
  /* line 519, extra.scss */
  .ccm-page .border-square-small .subnav-content h2 {
    font-size: 0.8em;
    letter-spacing: 0.1em; }
  /* line 520, extra.scss */
  .ccm-page .border-square-small .subnav-content h3 {
    font-size: 0.9em;
    letter-spacing: 0.1em; }
  /* line 521, extra.scss */
  .ccm-page .border-square-small .subnav-content p {
    font-size: 0.8em;
    margin-bottom: 0; }
  /* line 525, extra.scss */
  .ccm-page .border-square-small .subnav-content a {
    font-size: 0.9em;
    line-height: 1.5vw; }
  /* line 528, extra.scss */
  .ccm-page .dropdown-menu.subnav-default {
    border-radius: 0;
    width: auto !important;
    border: none !important;
    background-color: transparent;
    padding-bottom: 15px !important; }
  /* line 535, extra.scss */
  .ccm-page .dropdown-menu .subnav-border {
    background-color: transparent; }
  /* line 539, extra.scss */
  .ccm-page .dropdown-menu.subnav-default .nav-link {
    text-decoration: none !important;
    white-space: nowrap;
    padding-bottom: 0 !important; }
  @media screen and (min-width: 992px) {
    /* line 546, extra.scss */
    .ccm-page .dropdown-menu.subnav-default {
      border: 1px solid #e20613 !important;
      border-top: none !important; } }
  /* line 554, extra.scss */
  .ccm-page .section {
    height: 600px;
    text-align: center;
    padding-top: 150px; }
  /* line 560, extra.scss */
  .ccm-page .border-red, .ccm-page .border-plain {
    border: 3px solid #e20613; }
  /* line 564, extra.scss */
  .ccm-page .border-green {
    border: 3px solid #006633; }
  /* line 568, extra.scss */
  .ccm-page .border-bottom-red {
    border-bottom: 3px solid #e20613; }
  /* line 572, extra.scss */
  .ccm-page .border-red-clear, .ccm-page .border-square {
    border: 22px solid transparent;
    padding: 0px;
    border-image: url(images/border-red_x2.png) 34% round;
    max-width: 100%;
    margin: auto; }
  /* line 580, extra.scss */
  .ccm-page .border-square-green {
    border: 22px solid transparent;
    padding: 0px;
    border-image: url(images/border-red_x2-green.png) 34% round;
    max-width: 100%;
    margin: auto; }
  /* line 588, extra.scss */
  .ccm-page .border-square-yellow, .ccm-page .border-square_yellow {
    border: 22px solid transparent;
    padding: 0px;
    border-image: url(images/border-red_x2-yellow.png) 34% round;
    max-width: 100%;
    margin: auto; }
    /* line 594, extra.scss */
    .ccm-page .border-square-yellow > div, .ccm-page .border-square_yellow > div {
      background: #f6d152; }
  /* line 599, extra.scss */
  .ccm-page .border-square-pink {
    border: 22px solid transparent;
    padding: 0px;
    border-image: url(images/border-red_x2-pink.png) 34% round;
    max-width: 100%;
    margin: auto; }
  /* line 607, extra.scss */
  .ccm-page .border-dot {
    border: 25px solid transparent;
    padding: 0px;
    border-image: url(images/border-dot-red.png) 42% round;
    max-width: 100%;
    margin: auto; }
  /* line 615, extra.scss */
  .ccm-page .d-border-right {
    border-right: none; }
  @media screen and (min-width: 992px) {
    /* line 620, extra.scss */
    .ccm-page .d-border-right {
      border-right: 2px solid; } }
  /* line 625, extra.scss */
  .ccm-page .frame-red-light {
    border: 50px solid transparent;
    padding: 0px;
    border-image: url(images/frame-red-light_bg.png) 35% round;
    max-width: 100%;
    margin: auto; }
  /* line 633, extra.scss */
  .ccm-page .frame-turquoise-light {
    border: 50px solid transparent;
    padding: 0px;
    border-image: url(images/frame-turquoise-light_bg.png) 35% round;
    max-width: 100%;
    margin: auto; }
  /* line 642, extra.scss */
  .ccm-page .frame-turquoise-yellow {
    border: 50px solid transparent;
    padding: 0px;
    border-image: url(images/frame-turquoise-yellow_bg.png) 35% round;
    max-width: 100%;
    margin: auto; }
  /* line 651, extra.scss */
  .ccm-page .frame-red-yellow {
    border: 50px solid transparent;
    padding: 0px;
    border-image: url(images/frame-red-yellow_bg.png) 35% round;
    max-width: 100%;
    margin: auto; }
  /* line 661, extra.scss */
  .ccm-page .dots-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center; }
  /* line 667, extra.scss */
  .ccm-page .dots-wrapper .left {
    flex: none;
    text-align: center;
    width: 100%; }
  @media screen and (min-width: 992px) {
    /* line 674, extra.scss */
    .ccm-page .dots-wrapper {
      flex-direction: row; }
    /* line 678, extra.scss */
    .ccm-page .dots-wrapper .left {
      flex: 1;
      display: flex; }
    /* line 683, extra.scss */
    .ccm-page .dots-wrapper .left::after {
      content: '';
      background-image: url("images/dot-bg-red.png");
      background-repeat: repeat-x;
      background-position: center;
      flex: 1;
      margin: 0 .5em; } }
  /* line 692, extra.scss */
  .ccm-page .dots-wrapper h4 {
    letter-spacing: 0.075em; }
  /* line 693, extra.scss */
  .ccm-page .dots-wrapper h4 span {
    font-family: "Caladea", serif !important;
    letter-spacing: 0.01em !important;
    font-size: 0.8em; }
  /* line 696, extra.scss */
  .ccm-page .multi-col h2 {
    letter-spacing: 0.05em; }
  /* line 699, extra.scss */
  .ccm-page .multi-col h3 {
    font-family: "Caladea", serif;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    font-style: italic;
    margin-bottom: 1em; }
  /* line 711, extra.scss */
  .ccm-page footer {
    border-top: 3px solid #e20613;
    margin-top: 2em;
    padding-top: 2em;
    color: #e20613 !important; }
  /* line 718, extra.scss */
  .ccm-page footer a {
    color: #e20613;
    font-style: italic;
    font-weight: bold; }
  /* line 726, extra.scss */
  .ccm-page input, .ccm-page .form-control, .ccm-page #mc_embed_signup input.email {
    border: 2px solid #e20613;
    border-radius: 0;
    background: transparent;
    color: #e20613; }
  /* line 733, extra.scss */
  .ccm-page #mc_embed_signup label {
    position: fixed;
    text-indent: -5000px; }
  /* line 737, extra.scss */
  .ccm-page #mc_embed_signup span.text-muted {
    display: none; }
  /* line 740, extra.scss */
  .ccm-page #mc_embed_signup input::placeholder, .ccm-page #mc_embed_signup textarea::placeholder {
    opacity: 1;
    color: #e20613 !important;
    font-family: "Caladea", serif;
    font-size: 1em;
    font-style: italic; }
  /* line 748, extra.scss */
  .ccm-page .sectionFade {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: .75s;
    opacity: 0; }
  /* line 759, extra.scss */
  .ccm-page .sectionFade.inView {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  /* line 765, extra.scss */
  .ccm-page .border-thick {
    border: 3px solid;
    padding: 2px; }
  /* line 770, extra.scss */
  .ccm-page .border-thin {
    border: 1px solid; }
  /* line 774, extra.scss */
  .ccm-page .border-right, .ccm-page .border-left {
    border: none; }
  @media screen and (min-width: 992px) {
    /* line 779, extra.scss */
    .ccm-page .border-right {
      border-right: 1px solid; }
    /* line 782, extra.scss */
    .ccm-page .border-left {
      border-left: 1px solid; } }
  /* line 787, extra.scss */
  .ccm-page [data-border-width="2"] {
    border-width: 2px; }
  /* line 791, extra.scss */
  .ccm-page [data-border-width="3"] {
    border-width: 3px; }
  /* line 795, extra.scss */
  .ccm-page .sh-background-semi {
    background: rgba(255, 253, 238, 0.85); }

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