@charset "UTF-8";
/**
 * Theme Name: Heritage College & Seminary
 * Theme URI: http://heritagecs.edu
 * Author: Russ Shouldice
 * Date: August 2025
 * Description: July 2025: New Heritage Hubs mini site at /hubs.  May 2025:  New Events custom post type to help us better communicate Event.  Redesigned the Give tree.  2024: Re-designed Admissions tree.  2023: Updated header content and styles including 'glass' look and colapsing header.  Redesigned Student Life and Community trees.  2022: Expanded nav on smaller screens, full bleed hero image. 2020: Programs custom post type. 2019: Launch.
 */
/*
 Version: 2605.100.103
 */
/**        YYMM.feature.build
 *
 * License: GNU General Public License v2 or later
 * Copyright: 2019 Heritage College and Seminary
 * Original Design and Author: Redding Designs
 */
/***********************************************
 * 01 BASE
 **********************************************/
/* 01-1 | Typography */
/** Brand Guide 2026 (VisionWheel) Colour Palette */
/* Primary Colors */
/* Secondary Colors */
/* Text */
/* Coolers.com palette 1 */
/***********************************************
 * BASE | Typography
 * Author: Russ Shouldice
 **********************************************/
/*
* Redding Styles
*/
.font-serif {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
}

/*
* Heading Styles
*/
h1, .hcs-main-article h1,
h2, .hcs-main-article h2,
h3, .hcs-main-article h3 {
  font-family: "Lora", serif;
  font-weight: 400;
  color: #28386b;
}

h4, .hcs-main-article h4,
h5, .hcs-main-article h5,
h6, .hcs-main-article h6 {
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  color: #000;
}

h1, .hcs-main-article h1 {
  font-size: 5.6rem;
}

h2, .hcs-main-article h2 {
  font-size: 40px;
}

h3, .hcs-main-article h3 {
  font-size: 20px;
}

h4, .hcs-main-article h4 {
  font-size: 18px;
}

h5, .hcs-main-article h5 {
  font-size: 1em;
}

h6, .hcs-main-article h6 {
  font-size: 0.85em;
}

h1, .hcs-main-article h1 {
  margin-bottom: 1em;
}

h2, .hcs-main-article h2 {
  margin-bottom: 20px;
}

h3, .hcs-main-article h3 {
  margin-bottom: 20px;
}

h4, .hcs-main-article h4 {
  margin-bottom: 14px;
}

h5, .hcs-main-article h5 {
  margin-bottom: 1em;
}

h6, .hcs-main-article h6 {
  margin-bottom: 1em;
}

.heading {
  font-size: 31px;
}

*[class*=heading-] {
  position: relative;
  padding-bottom: 10px;
  font-family: "Lora", serif;
  font-weight: 600;
  color: #28386b;
  margin-bottom: 1.5rem;
}

*[class*=heading-]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 4px;
  background-color: #28386b;
}

.heading-black-lg,
.heading-black-md {
  color: #323232;
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.heading-black-lg::after,
.heading-black-md::after {
  content: none;
}

.heading-1,
.heading-black-lg {
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  .heading-1,
  .heading-black-lg {
    font-size: 3.75rem;
  }
}
.heading-2 {
  font-size: 36px;
}

.heading-3,
.heading-black-md,
.heading-red-underline {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .heading-3,
  .heading-black-md,
  .heading-red-underline {
    font-size: 2.25rem;
  }
}
/* Subtitle */
.subtitle,
p.subtitle {
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #3e4550;
  color: #666769;
}

.subtitle-excerpt,
p.subtitle-excerpt {
  margin-bottom: 2em;
}

/* Anchor links */
a,
a:hover {
  color: #28386b;
}

/* Paragraphs */
p {
  font-family: "Chivo", sans-serif;
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 1em;
}

/* Lists */
dl, ol, ul {
  font-family: "Chivo", sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 22px;
}

dl li, ol li, ul li {
  margin-top: 0;
  margin-bottom: 0;
}

.hcs-text-number,
.hcs-text-data {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.925em;
}

.hcs-text-small {
  font-size: 0.825em;
}

.hcs-text-normal {
  font-size: 1em;
}

.hcs-text-large {
  font-size: 1.125em;
}

/* Other text colours */
.red,
.text-red {
  color: #a41d3c;
}

.text-blue {
  color: #28386b;
}

.black {
  color: #333;
}

/* General */
body {
  margin: 0;
  padding: 0;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
}

/* 404 styles */
.main-404 {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .main-404 {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .main-404 {
    padding-top: 120px;
  }
}
/* Reset Buttons and A elements used as buttons */
button, a.button {
  display: inline-block;
  box-sizing: border-box; /* Ensures padding is included in width/height */
  padding: 10px 20px; /* Set consistent padding */
  border: 1px solid; /* Set consistent border */
  line-height: normal; /* Normalize line height */
  vertical-align: middle; /* Align both properly */
}

/* VisionWheel 
    - Apply a 5px corner radius to all buttons and
    small boxes
    - Apply a 10px radius to larger box overlays
    and image container
    1rem = 10px (defined in Elementor I think).

    But, border radius on buttons designed in Elementor by Jeremy appear to have a 3px corner radius,
    so these global styles are being altered to match.
*/
/***********************************************
 * 02 COMPONENTS
 **********************************************/
/* 02-1 | Buttons */
.hcs-btn,
.wp-block-button a {
  display: inline-block;
  font-weight: 400;
  font-family: "Chivo", sans-serif;
  font-size: 1em;
  padding: 15px 35px;
  color: #28386b;
  line-height: 1em;
  border-radius: 0.25rem;
  border-radius: 3px;
  background-color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 2px solid #28386b;
}

button.hcs-btn,
button.hcs-btn-primary,
.elementor-kit-16420 button.hcs-btn,
.elementor-kit-16420 button.hcs-btn-primary {
  padding: 13.5px 35px;
}

/* .hcs-btn:not(:first-of-type) {
    margin-left: 0.5em;
} */
.hcs-btn:not(:last-of-type) {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.hcs-btn:hover,
.wp-block-button a:hover {
  text-decoration: none;
  background: rgba(62, 69, 80, 0.2);
}

.hcs-btn:focus,
.hcs-btn:active,
.wp-block-button a:focus,
.wp-block-button a:active {
  color: #bb813b;
  background: #d7a57a;
  border: 2px solid #d7a57a;
  cursor: default;
}

/* HCS Primary */
.hcs-btn-primary,
.modal-dialog .hcs-btn.hcs-btn-primary {
  color: #fff;
  background: #bb813b;
  border: 2px solid #bb813b;
}

.hcs-btn-primary:hover,
.modal-dialog .hcs-btn.hcs-btn-primary:hover {
  color: #fff;
  text-decoration: none;
  background: #ce9e64;
  border: 2px solid #ce9e64;
}

.hcs-btn-primary:focus,
.hcs-btn-primary:active,
.modal-dialog .hcs-btn.hcs-btn-primary:focus,
.modal-dialog .hcs-btn.hcs-btn-primary:active {
  color: #bb813b;
  background: #d7a57a;
  border: 2px solid #d7a57a;
}

/* New background colour for any buttons on the emegency notification panel */
.hcs-btn-emergency,
.hcs-btn-emergency:visited {
  margin-left: 1em;
  color: #3e4550 !important;
  background-color: #ffba08;
  border-color: #ffba08;
}

.hcs-btn-emergency:hover {
  background-color: #cc9200 !important;
  border-color: #cc9200;
}

.hcs-btn-emergency:focus,
.hcs-btn-emergency:active {
  background-color: #c8a241 !important;
  border-color: #303030;
}

/**
 * Blue button styles
 */
.hcs-btn.hcs-btn-blue {
  background-color: #28386b;
  color: #fff;
  border: 2px solid #28386b;
}

.hcs-btn.hcs-btn-blue:hover {
  background-color: #374d95;
  color: #fff;
  border: 2px solid #374d95;
}

.hcs-btn.hcs-btn-dark-blue {
  background-color: #1a2851;
  color: #fff;
  border: 2px solid #1a2851;
}

.hcs-btn.hcs-btn-dark-blue:hover {
  background-color: #2c4287;
  color: #fff;
  border: 2px solid #2c4287;
}

/**
 * A couple new button colours and styles.  To coincide with the launch
 * of Heritage Hubs.  June 2025.
 */
.hcs-btn.hcs-btn-green,
a.hcs-btn.hcs-btn-green {
  background-color: #655c26;
  color: #fff;
  border: 2px solid #655c26;
}

.hcs-btn-green:hover,
a.hcs-btn.hcs-btn-green:hover {
  background-color: #a6973f;
  color: #fff;
  border: 2px solid #a6973f;
}

.hcs-btn-green:focus,
.hcs-btn-green:active,
a.hcs-btn.hcs-btn-green:focus,
a.hcs-btn.hcs-btn-green:active {
  background-color: #bb813b;
  color: #dab68b;
  border: 2px solid #bb813b;
}

/* Green negative */
.hcs-btn.hcs-btn-green-neg,
a.hcs-btn.hcs-btn-green-neg {
  background-color: #fff;
  color: #655c26;
  border: 2px solid #655c26;
}

.hcs-btn.hcs-btn-green-neg:hover,
a.hcs-btn.hcs-btn-green-neg:hover {
  background-color: rgba(124, 122, 75, 0.3);
}

.hcs-btn.hcs-btn-green-neg:focus,
.hcs-btn.hcs-btn-green-neg:active,
a.hcs-btn.hcs-btn-green-neg:focus,
a.hcs-btn.hcs-btn-green-neg:active {
  background-color: #bb813b;
  color: #dab68b;
  border: 2px solid #bb813b;
}

/** Yellow */
.hcs-btn.hcs-btn-yellow,
a.hcs-btn.hcs-btn-yellow,
.hcs-btn.hcs-btn-gold,
a.hcs-btn.hcs-btn-gold {
  background-color: #bb813b;
  color: #fff;
  border: 2px solid #bb813b;
}

.hcs-btn-yellow:hover,
a.hcs-btn.hcs-btn-yellow:hover,
.hcs-btn-gold:hover,
a.hcs-btn.hcs-btn-gold:hover {
  background-color: #d08325;
  color: #fff;
  border: 2px solid #d08325;
}

.hcs-btn-yellow:focus,
.hcs-btn-yellow:active,
a.hcs-btn.hcs-btn-yellow:focus,
a.hcs-btn.hcs-btn-yellow:active .hcs-btn-gold:focus,
.hcs-btn-gold:active,
a.hcs-btn.hcs-btn-gold:focus,
a.hcs-btn.hcs-btn-gold:active {
  background-color: #6e621c;
  color: rgba(255, 255, 255, 0.4);
  border: 2px solid #6e621c;
}

/* Button with an icon */
.hcs-btn i,
.hcs-btn svg[class*=fa] {
  font-size: 0.85em;
  margin-right: 0.65em;
}

/* Navigation Buttons in the header */
.hcs-btn-nav-secondary {
  font-size: 0.85rem;
  padding: 4px 0.7em 5px;
  background: rgba(16, 24, 32, 0.5);
  background: rgba(16, 24, 32, 0.7);
  background: rgba(80, 79, 48, 0.9);
  background: rgba(48, 47, 29, 0.8);
  border: none;
  border-radius: 12px;
  box-shadow: 1px 1px 1em rgba(255, 255, 255, 0.1), -1px -1px 1em rgba(255, 255, 255, 0.1);
}

.hcs-btn-nav-secondary:hover {
  border: none;
  background: rgba(16, 24, 32, 0.8);
  color: #fff;
}

.hcs-btn-nav-secondary:active,
.hcs-btn-nav-secondary:focus {
  border: none;
  background: #101820;
}

/* Sizes */
.hcs-btn.hcs-btn-large {
  font-size: 1.2em;
}

.hcs-btn.hcs-btn-small {
  font-size: 0.85em;
  padding: 0.2rem 0.35rem 0.2rem;
}

.hcs-btn.hcs-btn-extra-large {
  font-size: 1.5em;
  padding: 0.65rem 1.2rem;
}

.hcs-btn-more-than-one-button {
  margin-top: 0.5em;
  padding-top: 0.35em;
}

.hcs-btn-more-than-one-button a {
  margin: 0;
  margin-bottom: 0.25em;
}

.hcs-btn-more-than-one-button a:last-child {
  margin: 0;
}

/* 02-2 | Tables */
/***********************************************
 * COMPONENTS | Tables
 * Author: Russ Shouldice
 **********************************************/
table, th, td {
  padding: 0.25em 0.5em;
  border: 1px solid rgba(67, 67, 67, 0.3);
}

/* 02-3 | Forms */
/***********************************************
 * 02 COMPONENTS | Forms
 * Author: Russ Shouldice
 **********************************************/
/*
 * Default form styles for Heritage College and Seminary
 * This will specifically affect any hand-coded forms, or forms that use the hcs-form-* classes.
 * More specifically, some of the Contact Form 7 forms were coded to use these classes.
 */
.hcs-form {
  font-family: "Chivo", sans-serif;
}

form header,
.hcs-form header {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 1em;
}

.hcs-form label,
.hcs-form p .note {
  font-size: 0.9em;
  color: #737373;
}

.hcs-form label {
  display: block;
}

.hcs-form input,
.hcs-form textarea {
  max-width: 20em;
  padding: 0.45em 0.75em;
  border: 1px solid rgba(68, 68, 68, 0.3);
  border-radius: 0.25rem;
}

.hcs-form input[type=submit] {
  font-weight: 400;
  padding: 0.45rem 0.75rem;
}

.hcs-form input[type=radio] {
  width: auto;
}

.hcs-form .wpcf7-list-item {
  display: block;
}

.hcs-form input[type=radio],
.hcs-form .wpcf7-list-item-label {
  font-size: 1rem;
  color: #3e4550;
}

.hcs-form input[type=file] {
  background: #fff;
  margin: 1em 0;
}

.hcs-form p {
  margin-bottom: 1.5em;
}

.hcs-form .hcs-form-required-label {
  color: #be4e5e;
  font-size: 0.85em;
}

.hcs-form .hcs-checkbox-important,
.hcs-form .hcs-checkbox-important .wpcf7-list-item-label {
  font-size: 1.125em;
}

.wpcf7-form fieldset,
form fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 1.125em 1em 1em;
  margin-bottom: 2em;
  background: rgba(68, 68, 68, 0.1);
  border: 1px solid rgba(68, 68, 68, 0.3);
  border-radius: 0.25rem;
}

.hcs-form fieldset legend {
  font-size: 1.25em;
  margin: 0;
  padding: 0 0.25em 1.125em;
  width: auto;
}

/* Backgrounds */
#redesigned-theme-2018 {
  background: none;
}

/* Validation messages */
.form-validation-message {
  margin-bottom: 1em;
  font-size: 0.825em;
  font-family: "Chivo", sans-serif;
  color: #be4e5e;
}

/* Borders */
.wufoo input {
  border: none;
  height: calc(2.5rem + 2px);
  padding: 0.375rem 1rem;
  font-size: 1.125rem;
}

.wufoo input::placeholder {
  opacity: 1;
  color: #444;
}

.wufoo input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(2.5rem + 2px);
  background-color: #a41d3c;
  color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  padding: 0 0.75rem;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

/* Vaccination Status Form */
.vaccination-status-form-entry-fields {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.vaccination-status-form-entry-fields fieldset:nth-of-type(1) {
  width: 39%;
  margin-right: 2%;
}

.vaccination-status-form-entry-fields fieldset:nth-of-type(2) {
  width: 59%;
}

.vaccination-status-radios .wpcf7-list-item-label {
  display: none;
}

.vaccination-status-form-entry-fields div[data-id=watched-the-video-fg],
.vaccination-status-form-entry-fields div[data-id=comply-with-weekly-testing-fg] {
  margin-top: 1.5em;
}

@media (max-width: 990px) {
  .vaccination-status-form-entry-fields {
    flex-direction: column;
    align-items: center;
  }
  .vaccination-status-form-entry-fields fieldset:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
  }
  .vaccination-status-form-entry-fields fieldset:nth-of-type(2) {
    width: 100%;
  }
  form.wpcf7-form p span.ajax-loader {
    display: block;
  }
}
/* Antigen Test Result form */
.hcs-form-antigen-test-result-container {
  display: flex;
  justify-content: center;
}

.hcs-form-antigen-test-result {
  max-width: 26em;
}

.hcs-form-antigen-test-result p:last-of-type {
  text-align: center;
}

.hcs-form-antigen-test-result span.ajax-loader {
  display: none;
}

.hcs-form-antigen-test-result input[name=test_result],
.hcs-form-antigen-test-result input[name=test_result] + span[class$=item-label] {
  font-size: 1.125rem;
}

.hcs-form-antiget-test-result .hcs-form-radio {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.hcs-form-antigen-test-result {
  max-width: 26em;
}

.hcs-form-antigen-test-result p:last-of-type {
  text-align: center;
}

.hcs-form-antigen-test-result span.ajax-loader {
  display: none;
}

/* Heritage for Canada and the Nations update request */
.hcs-form-heritage-for-canada-update-request-container {
  margin-top: 2em;
}

.hcs-form-heritage-for-canada-update-request {
  max-width: 26em;
}

.hcs-form-heritage-for-canada-update-request fieldset {
  padding-top: 2em;
}

.hcs-form-heritage-for-canada-update-request p:last-of-type {
  text-align: center;
}

.hcs-form-heritage-for-canada-update-request span.ajax-loader {
  display: none;
}

/* Pre-authorized monthly donation form */
.hcs-form-monthly-support {
  display: flex;
  justify-content: center;
}

.hcs-form-monthly-support .hcs-form {
  max-width: 30em;
}

.hcs-form label {
  margin: 0.75em 0 0.25em;
}

.hcs-form label:first-of-type {
  margin-top: 0;
}

.hcs-form-monthly-support .hcs-form > p:last-of-type {
  text-align: center;
}

.hcs-form-monthly-support span.ajax-loader {
  display: none;
}

.hcs-form-monthly-support textarea {
  max-width: 100%;
  width: 100%;
}

.hcs-form-monthly-support .hcs-form-payment-details {
  padding-bottom: 2em;
}

.newsletter-form {
  margin-bottom: 60px;
}

.newsletter-form .form-group {
  position: relative;
}

.newsletter-form .form-group input:not([type=submit]) {
  border: none;
  height: calc(2.5rem + 2px);
  padding: 0.375rem 1rem;
  font-size: 1.125rem;
}

.newsletter-form .form-group input:not([type=submit])::placeholder {
  opacity: 1;
  color: #000;
}

.newsletter-form .form-group *[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(2.5rem + 2px);
  background-color: #a41d3c;
  color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  padding: 0 0.75rem;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

/* BOOK A TOUR FORM*/
.book-a-tour-form {
  background-color: #f1f1f1;
  padding: 35px 20px;
  margin-bottom: 2rem;
}

.book-a-tour-form h3 {
  font-family: "myriad-pro", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .book-a-tour-form h3 {
    font-size: 18px;
  }
}
.book-a-tour-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.book-a-tour-form .row > div[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.book-a-tour-form input:not([type=checkbox]):not([type=submit]), .book-a-tour-form textarea, .book-a-tour-form select {
  width: 100%;
  border: 0;
  background-color: #ffffff;
  min-height: 38px;
  padding: 0.5rem 0.75rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: box-shadow 0.5s ease, color 0.5s ease, background-color 0.5s ease;
  -moz-transition: box-shadow 0.5s ease, color 0.5s ease, background-color 0.5s ease;
  -ms-transition: box-shadow 0.5s ease, color 0.5s ease, background-color 0.5s ease;
  -o-transition: box-shadow 0.5s ease, color 0.5s ease, background-color 0.5s ease;
  transition: box-shadow 0.5s ease, color 0.5s ease, background-color 0.5s ease;
}

.book-a-tour-form input:not([type=checkbox]):not([type=submit]):focus, .book-a-tour-form textarea:focus, .book-a-tour-form select:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  outline: none;
}

.book-a-tour-form input:not([type=checkbox]):not([type=submit]).wpcf7-not-valid, .book-a-tour-form textarea.wpcf7-not-valid, .book-a-tour-form select.wpcf7-not-valid {
  -webkit-box-shadow: 0 0 10px rgba(204, 41, 76, 0.3);
  -moz-box-shadow: 0 0 10px rgba(204, 41, 76, 0.3);
  box-shadow: 0 0 10px rgba(204, 41, 76, 0.3);
}

.book-a-tour-form #interested-programs {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.75;
}

.book-a-tour-form #interested-programs .wpcf7-list-item {
  margin: 0;
  display: block;
  width: 100%;
}

@media (min-width: 576px) {
  .book-a-tour-form #interested-programs .wpcf7-list-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .book-a-tour-form #interested-programs .wpcf7-list-item {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .book-a-tour-form #interested-programs .wpcf7-list-item {
    width: 25%;
  }
}
.book-a-tour-form #interested-programs .wpcf7-list-item label {
  margin-bottom: 0;
}

.book-a-tour-form .wpcf7-not-valid-tip {
  font-size: 0.75em;
}

.book-a-tour-form input[type=submit] {
  border: 2px solid #a41d3c;
  background-color: #a41d3c;
  color: #ffffff;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  font-style: italic;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  padding: 0.375rem 1.75rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.book-a-tour-form input[type=submit]:hover {
  background-color: rgba(204, 41, 76, 0);
  color: #a41d3c;
}

div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0;
}

div.wpcf7-mail-sent-ok {
  color: #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

.privacy-statement h3 {
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
}

@media (min-width: 992px) {
  .privacy-statement h3 {
    font-size: 18px;
  }
}
.privacy-statement p {
  font-size: 14px;
}

.site-main img {
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}

/* 02-4 | Badges */
.badge,
.hcs-badge {
  padding: 0.35em 0.625em;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  background: #a41d3c;
  color: #fff;
  border-radius: 22px;
}

.hcs-badge:hover {
  color: #fff;
}

.hcs-badge-gold {
  background: #bb813b;
}

.hcs-badge > i {
  margin-right: 0.5em;
  font-size: 0.825em;
}

/* 02-5 | Cards */
/* Course Block card */
.course-block-container {
  display: flex;
  flex-wrap: wrap;
}

.course-block-container .course-block {
  width: 49%;
  background: #ddd;
  background: #d8eaf3;
  margin: 2em 2% 0 0;
  padding: 1.5em 1em 2em;
  border-top: 4px solid #444;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-radius: 0.28rem;
}

.course-block:nth-of-type(even) {
  margin-right: 0;
}

.course-block .prof-and-dmethod {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.course-prof {
  display: inline-block;
  font-family: "Chivo", sans-serif;
  font-size: 1.125em;
  background: #fff;
  padding: 0.325em 1em;
  border-radius: 3px;
}

.course-block .course-delivery-method {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.course-block .course-delivery-method .badge-delivery-method {
  margin-bottom: 0.25em;
}

.course-prof,
.course-meeting-info,
.course-description {
  margin-bottom: 1em;
}

.course-meeting-info {
  display: flex;
  flex-direction: column;
}

.badge-delivery-method {
  background: #3e95c1;
  box-shadow: 3px 6px 12px rgba(31, 75, 96, 0.3);
}

.course-block .course-code {
  margin-bottom: 0;
  font-size: 0.85em;
}

.course-block .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media screen and (max-width: 768px) {
  .course-block-container .course-block {
    width: 100%;
    margin-right: 0;
  }
}
/*
 * Vertical card
 *
 * A vertical card contains a heading, short body text, and a call to action.  There is sometimes an image above the heading.
 */
.hcs-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5em;
  text-align: center;
  border: 1px solid rgba(124, 122, 75, 0.2);
}

.hcs-card header,
.hcs-card main,
.hcs-card .main,
.hcs-card footer {
  padding: 0 1em;
}

.hcs-card header {
  padding-top: 1.125em;
  padding-bottom: 0.8em;
}

.hcs-card header .title {
  font-family: "Chivo", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  color: #101820;
}

.hcs-card .media {
  order: -1;
}

.hcs-card .media img {
  border-radius: 3px 3px 0 0;
}

.hcs-flag img,
.hcs-flag-media-left img {
  border-radius: 3px;
  margin: 0;
}

.hcs-card main a {
  flex-grow: 0;
}

.hcs-card .icon {
  font-size: 3em;
}

.hcs-card-no-border {
  border: none;
}

.hcs-card-new {
  background-color: rgba(68, 68, 68, 0.1);
}

/* News snip card - started life on the home page */
.hcs-news-snip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.75em 0.5em 0.5em;
  border: none;
  text-align: left;
}

.hcs-news-snip::after {
  content: "";
  display: block;
  width: 60%;
  margin: 0 auto;
  padding-top: 0.5em;
  border-bottom: 1px solid rgba(124, 122, 75, 0.2);
}

.hcs-news-snip:last-of-type::after {
  border-bottom: 0;
}

.hcs-news-snip header,
.hcs-news-snip main {
  margin-bottom: 0.5em;
  padding: 0;
  line-height: 1.3;
}

.hcs-news-snip header,
.hcs-news-snip main {
  line-height: 1.3;
}

.hcs-news-snip main p {
  margin-bottom: 0;
}

/* News card on the News archive page */
.hcs-card-news {
  margin-bottom: 1.5em;
  border: none;
}

/* Updated layout based on VisionWheel branding. */
.hcs-card-news header {
  padding: 0;
}

.hcs-card-news header,
.hcs-card-news footer {
  width: 100%;
  padding-left: 1em;
}

.hcs-card-news header,
.hcs-card-news .main.event-detail,
.hcs-card-news footer {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

.hcs-card-news .media {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 1em;
}

.hcs-card-news .media-container {
  display: flex;
  align-items: center;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hcs-card-news .media a {
  background: #7c7a4b;
  background: linear-gradient(145deg, #1A2851 0%, #28386b 100%);
}

.hcs-card-news .media img {
  margin: 0;
}

.hcs-card-news .media .image img {
  display: block;
  width: 100%;
  height: auto;
}

.hcs-card-news .media .logo {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.hcs-card-news .media .logo img {
  flex: 0 0 auto;
  align-self: center;
  width: 33%;
  /*opacity: 0.6;
  mix-blend-mode: soft-light;
  mix-blend-mode: luminosity;
  filter: blur(0.3px);*/
}

.hcs-card-news .media .logo img::before {
  content: "";
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 70%);
  filter: blur(20px);
  opacity: 0.6;
  z-index: 0;
  transform: translate(-50%, 50%);
}

.hcs-card-news .media,
.hcs-card-news .media-container,
.hcs-card-news .media a,
.hcs-card-news .media img,
.hcs-card-news .media img.image,
.hcs-card-news .media img.logo {
  border-radius: 3px;
}

.hcs-card-news .main {
  justify-self: end;
}

/*
 * Horizontal card (A flag)
 */
.hcs-flag,
.hcs-flag-media-left {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.hcs-flag-media-left {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.hcs-flag > *:first-child,
.hcs-flag-media-left > *:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hcs-flag > *:last-child,
.hcs-flag-media-left > *:last-child,
.hcs-flag > .hcs-flag-content:last-child {
  align-self: start;
  width: 200px;
  height: auto;
  margin-bottom: 0;
  flex-shrink: 0;
}

.hcs-flag > *:first-child,
.hcs-flag-media-left > *:last-child {
  margin-right: 1em;
}

.hcs-flag-media-wide > *:last-child {
  flex-shrink: 0;
  aspect-ratio: 2.76/1;
  width: 60%;
  height: auto;
  object-fit: cover;
  object-position: 18% 0;
}

@media screen and (max-width: 520px) {
  .hcs-flag,
  .hcs-flag-media-left {
    flex-direction: column;
    align-items: center;
  }
  .hcs-flag div:first-of-type,
  .hcs-flag-media-left div:first-of-type {
    margin-bottom: 1em;
    padding: 0 0.5em;
    align-items: center;
  }
  .hcs-cards-three-across {
    flex-direction: column;
  }
  .hcs-cards-three-across .hcs-card {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 720px) {
  .hcs-flag-media-wide {
    flex-direction: column-reverse;
  }
  .hcs-flag-media-wide > *:last-child {
    width: 100%;
  }
  .hcs-flag-media-wide > *:first-child {
    width: 70%;
    align-self: center;
    align-items: center;
  }
}
@media screen and (max-width: 520px) {
  .hcs-flag-media-wide > *:first-child {
    width: 100%;
  }
  .hcs-flag > *:last-child,
  .hcs-flag-media-left > *:last-child {
    align-self: center;
    margin: 0;
  }
}
/*
 * Admissions cards
 * - cards under the admissions tree
 */
.card-adm-apply {
  padding-bottom: 0.5em;
  width: 40%;
  max-width: 520px;
  border: 1px solid rgba(76, 72, 70, 0.3);
  box-shadow: 3px 3px 6px rgba(76, 72, 70, 0.3);
}

.card-adm-apply header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em 0.5em;
  color: #fff;
}

.card-adm-apply header h2 {
  text-shadow: 2px 2px 4px rgba(76, 72, 70, 0.3);
  color: #fff;
}

.card-adm-apply span.subtitle {
  font-family: "Chivo", sans-serif;
  color: #fff;
}

.card-adm-apply main {
  margin-top: 1.5em;
  padding: 0 1em;
}

.card-adm-apply .pg-adm-apply-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  flex-wrap: wrap;
}

.card-adm-apply .pg-adm-apply-buttons > * {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-adm-apply .pg-adm-important-dates {
  display: flex;
  flex-direction: column;
  padding-left: 2em;
}

.card-adm-apply .pg-adm-options-international {
  text-align: center;
}

.card-adm-apply, .hcs-card {
  border-radius: 3px;
}

.card-adm-apply header {
  border-radius: 3px 3px 0 0;
}

@media screen and (max-width: 840px) {
  .card-adm-apply .pg-adm-apply-buttons *:nth-child(3) {
    flex-grow: 2;
    flex-basis: 100%;
    margin: 0.5em 0 0;
  }
}
/*
 * Card layouts
 */
.hcs-cards-three-across {
  display: flex;
  justify-content: space-between;
}

.hcs-cards-three-across article {
  flex: 0 0 31%;
}

.archive-events .hcs-flag-media-left img,
.archive-events .hcs-flag-media-left > *:last-child {
  width: 400px;
}

/*
 * Specific cards
 */
.hcs-card-pg-comm-news-and-events {
  margin-bottom: 0.5em;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.hcs-card-pg-comm-news-and-events header,
.hcs-card-pg-comm-news-and-events main,
.hcs-card-pg-comm-news-and-events footer {
  padding: 0 1em;
}

/**
 * TILES
 */
.hcs-tile {
  width: 100%;
  min-height: 100px;
  aspect-ratio: 16/9;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.hcs-tile:hover {
  box-shadow: 2px 2px 4px rgba(76, 72, 70, 0.3);
  transform: scale(1.03);
}

.hcs-tile a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 8%;
  height: 100%;
  text-align: center;
}

.hcs-tile header {
  display: flex;
  flex-direction: column;
  padding: 0.6em 0.25em;
  width: 100%;
  background: rgba(76, 72, 70, 0.4);
}

.hcs-tile-align-left header {
  text-align: left;
  align-items: start;
}

.hcs-tile .title,
.hcs-tile h3 {
  display: inline-block;
  margin: 0;
  font-family: "Lora", serif;
  font-size: 1.5em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: #fff;
}

.hcs-tile .subtitle {
  display: inline-block;
  color: #fff;
}

.hcs-tile .icon,
.hcs-tile icon {
  font-size: 2em;
  color: #3e4550;
}

.hcs-tile-without-media a {
  flex-direction: column;
  align-items: center;
}

.hcs-tile-without-media .title,
.hcs-tile-without-media h3 {
  color: #3e4550;
  background: none;
  margin-bottom: -0.125em;
}

.hcs-tile a:hover {
  text-decoration: none;
}

.hcs-tile,
.hcs-tile > a,
.hcs-tile.hcs-tile-with-gradient,
.hcs-tile.hcs-tile-with-gradient .hcs-bg-gradient {
  border-radius: 3px;
}

.hcs-tile-with-gradient {
  display: grid;
}

.hcs-tile-with-gradient .hcs-bg-gradient,
.hcs-tile-with-gradient > a {
  grid-column: 1;
  grid-row: 1;
}

.hcs-bg-gradient {
  border-radius: 5px;
  background: linear-gradient(to top, #b4213c 0%, rgba(68, 68, 68, 0.4) 20%, rgba(68, 68, 68, 0) 50%);
}

/* 02-6 | Breadcrumbs */
.hcs-breadcrumbs {
  margin-bottom: auto;
  padding: 0;
  font-family: "Chivo", sans-serif;
  font-size: 1.7rem;
  font-weight: 200;
}

.hcs-breadcrumbs a {
  color: #333333;
}

.hcs-breadcrumbs a:hover {
  text-decoration: none;
}

.hcs-breadcrumb-separator {
  margin: 0 10px;
  font-size: 1em;
  font-weight: 300;
  color: #bb813b;
}

.hcs-breadcrumb-separator {
  font-size: 0.7em;
}

.hcs-breadcrumbs > a[href="https://stage.hcs.cx/"],
.hcs-breadcrumbs > a[href="https://stage.hcs.cx/"] + span.hcs-breadcrumb-separator {
  display: none;
}

/* 02-7 | Images */
a img.image-link {
  margin: 0;
}

img,
img + h3 {
  border-radius: 0.28rem;
}

.hcs-post-featured-image {
  border-radius: 3px;
}

/* 02-8 | Meda */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 02-9 | Navigation */
/***********************************************
 * COMPONENTS | Navigation
 * Author: Russ Shouldice
 **********************************************/
.nav-main {
  position: relative;
}

/**
 * PRIMARY Navigation available on every page
 */
.nav-main-primary {
  display: flex;
  align-items: center;
}

.nav-main-primary,
.nav-main-primary a {
  color: rgb(48, 47, 29);
  text-shadow: 0 0 2em rgb(255, 255, 255);
  text-shadow: 1px 1px 1em rgba(255, 255, 255, 0.7), -1px -1px 1em rgba(255, 255, 255, 0.7);
}

.nav-main-primary a {
  font-family: "Chivo", sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -0.015em;
  letter-spacing: 0.015em;
}

.nav-main-primary a,
.nav-main-primary .hcs-search-form {
  margin-right: 2.5em;
}

@media screen and (max-width: 1260px) {
  .nav-main-primary a, .nav-main-primary .hcs-search-form {
    margin-right: 2em;
  }
}
@media screen and (max-width: 940px) {
  .nav-main-primary a, .nav-main-primary .hcs-search-form {
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 760px) {
  .nav-main-primary {
    display: none;
  }
}
/**
 * Primary Mobile Navigation
 */
.nav-main-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  font-size: 20px;
  background-color: rgba(40, 56, 107, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, height 0.35s, visibility 0.35s;
  overflow-y: scroll;
  z-index: 1;
}

.nav-main-overlay > nav {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 2em;
  margin-top: 1em;
}

.nav-main-overlay .nav-main-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0;
  padding: 0;
}

.nav-main-overlay.open {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.nav-main-overlay-logo {
  display: block;
  width: 3rem;
  margin: 0.5rem 1rem 0;
}

.nav-main-overlay .sub-menu {
  width: 100%;
  padding-left: 1em;
}

/* Menu items */
.nav-main-overlay .nav-main-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.nav-main-overlay a {
  color: #fff;
  transition: all 0.3s ease;
  text-decoration-color: rgba(16, 24, 32, 0);
}

.nav-main-overlay a:hover,
.nav-main-overlay a:focus,
.nav-main-overlay a:active {
  color: rgba(16, 24, 32, 0.8);
  text-decoration-color: rgba(16, 24, 32, 0.8);
}

.nav-main-overlay ul.nav-main-ul > li {
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-main-overlay .sub-menu li {
  padding: 0.1em 0;
}

.nav-main .menu-item,
.nav-footer,
.nav-main .menu-item .sub-menu li,
.nav-footer .sub-menu li {
  font-family: "myriad-pro", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  list-style-type: none;
  letter-spacing: 0.05em;
}

.nav-main .menu-item .sub-menu li,
.nav-footer .sub-menu li {
  font-size: 18px;
  font-weight: 300;
}

span.toggle-sub-menu {
  display: none;
  padding-left: 1em;
  font-size: 1.125em;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

span.toggle-sub-menu .fa-minus {
  display: none;
}

span.toggle-sub-menu.open .fa-plus {
  display: none;
}

span.toggle-sub-menu.open .fa-minus {
  display: inline;
}

span.toggle-sub-menu:hover {
  color: rgba(16, 24, 32, 0.8);
}

.nav-main-overlay ul.nav-main-ul > .menu-item:nth-child(n+5):nth-child(-n+8) {
  padding: 0.1em 0;
  border-bottom: none;
}

.nav-main-overlay ul.nav-main-ul > .menu-item:nth-child(5) {
  margin-top: 1em;
}

.nav-main-overlay ul.nav-main-ul > .menu-item:nth-child(n+5):nth-child(-n+8) a {
  font-size: 1em;
  font-size: 0.85em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

@media screen and (min-width: 992px) {
  .nav-main-secondary-links {
    justify-content: flex-end;
    margin-right: 0.3em;
  }
  .nav-main-overlay ul.nav-main-ul {
    margin-top: 2em;
    padding: 0 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .nav-main-overlay ul.nav-main-ul > .menu-item:nth-child(n+1):nth-child(-n+4) {
    width: 25%;
    margin-bottom: 1em;
  }
  .nav-main-overlay ul.nav-main-ul > .menu-item:nth-child(n+5):nth-child(-n+8):after {
    margin: 0 1.25em;
    content: "|";
    color: #fff;
  }
  .nav-main-overlay ul.nav-main-ul > .menu-item:nth-child(n+5):nth-child(-n+8) {
    align-items: flex-end;
  }
  .nav-main-overlay ul.nav-main-ul > .menu-item:nth-child(8):after {
    visibility: hidden;
  }
  .nav-main-overlay ul.nav-main-ul > li {
    border-bottom: none;
  }
  .nav-main-overlay .nav-main-ul li {
    width: auto;
  }
  .nav-main-overlay .sub-menu,
  .nav-footer .sub-menu {
    display: block;
    padding-left: 1.25em;
  }
  .nav-main-overlay ul.nav-main-ul > .menu-item:nth-child(5) {
    margin-top: 0;
  }
}
/*
 * Interactivity for larger menus.
 */
.menu-item-has-children .sub-menu {
  display: none;
}

.menu-item-has-children > span.toggle-sub-menu {
  display: inline;
}

.menu-item-has-children > span.toggle-sub-menu.open + .sub-menu {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-item-has-children .sub-menu {
    display: block;
  }
  .menu-item-has-children > span.toggle-sub-menu {
    display: none;
  }
}
/* Secondary navigation links */
.nav-main-secondary-links {
  position: absolute;
  top: 90px;
  right: 0;
  order: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.nav-main-secondary-links a.hcs-btn-nav-secondary {
  color: #fff;
  margin: 0;
}

.nav-main-secondary-links a.hcs-btn-nav-secondary {
  margin-right: 1em;
}

@media screen and (max-width: 760px) {
  .nav-main-secondary-links {
    position: static;
    order: 0;
  }
}
@media screen and (max-width: 600px) {
  .nav-main-secondary-links a.hcs-btn-nav-secondary:nth-last-child(1) {
    margin-right: 0;
  }
}
/*
 * Secondary navigation menus on landing pages and in mini site sections.
 */
.hcs-secondary-nav-container,
.hcs-secondary-nav-container-mobile {
  position: relative;
  width: 100%;
}

.hcs-secondary-nav-container-mobile span.title {
  display: none;
  border-radius: 0 0 3px 3px;
}

.hcs-secondary-nav-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
  height: 48px;
  font-size: 1.5em;
  color: #fff;
  cursor: pointer;
  border: 1px solid rgba(76, 72, 70, 0.3);
  border-radius: 3px;
  background-color: #3e4550;
}

.hcs-secondary-nav-container-mobile {
  max-width: 500px;
}

.hcs-secondary-nav-container-mobile .hcs-secondary-nav {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  transition: max-height 0.65s ease-in-out;
  z-index: 100;
}

/* Show menu */
.hcs-secondary-nav-checkbox {
  display: none;
}

.hcs-secondary-nav-checkbox:checked ~ .hcs-secondary-nav {
  max-height: 580px;
}

.hcs-secondary-nav-checkbox ~ .hcs-secondary-nav-button svg.fa-angle-down {
  display: block;
}

.hcs-secondary-nav-checkbox ~ .hcs-secondary-nav-button svg.fa-angle-up {
  display: none;
}

.hcs-secondary-nav-checkbox:checked ~ .hcs-secondary-nav-button svg.fa-angle-down {
  display: none;
}

.hcs-secondary-nav-checkbox:checked ~ .hcs-secondary-nav-button svg.fa-angle-up {
  display: block;
}

.hcs-secondary-nav-button .label {
  margin-right: 0.5em;
  font-family: "Chivo", sans-serif;
  font-size: 0.63em;
  font-weight: 300;
  font-variant: small-caps;
}

/* Style for the menu itself */
.hcs-secondary-nav .title {
  display: block;
  font-family: "Chivo", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  font-variant: small-caps;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(76, 72, 70, 0.3);
  background-color: rgba(62, 69, 80, 0.4);
  border-radius: 3px;
}

.hcs-secondary-nav .title a {
  display: block;
  padding: 0.4em 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
}

.hcs-secondary-nav .title a:hover {
  background-color: #3e4550;
  text-decoration: underline;
}

.hcs-secondary-nav > ul {
  padding: 0 0.75em 0.7em;
  margin: 0;
}

.hcs-secondary-nav li a,
.hcs-secondary-nav li > .label {
  display: inline-block;
  width: 100%;
  padding: 0.4em 1em;
  font-family: "Chivo", sans-serif;
  font-size: 1.06rem;
  text-decoration: none;
  color: #3e4550;
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}

.hcs-secondary-nav li a {
  cursor: pointer;
}

.hcs-secondary-nav .sub-menu {
  padding-left: 0;
  list-style-type: none;
}

.hcs-secondary-nav .hcs-secondary-nav-submenu li a,
.hcs-secondary-nav .sub-menu li a {
  padding-left: 2em;
}

.hcs-secondary-nav li a:hover {
  text-decoration: none;
  color: #bb813b;
  background-color: rgba(124, 122, 75, 0.1);
}

.hcs-secondary-nav-container-mobile {
  display: none;
}

@media screen and (min-width: 990px) {
  .hcs-secondary-nav #menu-career-and-calling-centre li:first-child {
    display: none;
  }
}
/* Admissions specific */
.landing-pg-admissions .landing-pg-header-with-nav,
.pg-apply .landing-pg-header-with-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.pg-apply .landing-pg-header-with-nav {
  margin: 0 0.5em 1rem;
}

@media screen and (max-width: 989px) {
  .landing-pg-admissions .langing-pg-header-with-nav {
    display: flex;
  }
}
/* Career Support */
.hcs-sidebar #menu-career-support #menu-item-13155 {
  display: none;
}

/* 02-10 | Banners */
/* Original Redding styles from 2019 */
.banner {
  background-repeat: no-repeat;
  background-position: center 33%;
  background-size: cover;
}

.banner.home-page {
  background-position: center bottom;
}

.banner > .overlay > .container-fluid {
  display: flex;
  flex-direction: column;
  margin-top: 7rem;
}

.banner.home-page > .overlay > .container-fluid {
  margin-top: 14rem;
}

.banner.home-page {
  background-image: url("images/banners/banner-home.jpg");
  height: 100vh;
}

.banner {
  background-image: url("images/banners/banner-home.jpg");
}

.banner .logo {
  display: block;
  max-width: 300px;
  margin: 1em auto 2em;
}

.banner.home-page .logo {
  max-width: 450px;
}

.banner .heading {
  display: none;
}

.banner .row.mb-5 {
  margin-bottom: 0 !important;
}

@media (min-width: 600px) {
  .banner .logo {
    margin: 1em 2em;
  }
}
/* 02-11 | Global Layout */
.hcs-hr,
.hcs-hr-large {
  height: 3px;
  border-radius: 5px;
  background: #be4e5e;
  background: linear-gradient(120deg, hsl(343, 91%, 37%) 0%, hsl(347, 67%, 48%) 100%);
}

.hcs-hr-large {
  height: 5px;
}

.landing-page-section {
  margin-bottom: 6em;
}

/* From original Redding design */
.max-1600 {
  max-width: 1600px;
}

.max-1275 {
  max-width: 1275px;
}

.max-960 {
  max-width: 960px;
}

.sm-gutters {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.sm-gutters > .col,
.sm-gutters > [class*=col-] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

@media (min-width: 992px) {
  .row.lg-gutters {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.lg-gutters > div[class^=col-] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1400px) {
  .row.lg-gutters {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.lg-gutters > div[class^=col-] {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* Some margin styles */
.mb-10 {
  margin-bottom: 5rem;
}

.block-margin-top, .block-margin-y {
  margin-top: 6rem;
}

.block-margin-bot, .block-margin-y {
  margin-bottom: 6rem;
}

.lb-2 {
  overflow: hidden;
}

.lb-2 .link-block {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  padding-bottom: 56.52%;
  color: #ffffff;
}

.lb-2 .link-block .inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 5%;
}

.lb-2 .link-block .inner-wrap h3 {
  font-style: italic;
  font-weight: 400;
}

@media (min-width: 1400px) {
  .lb-2 .row {
    margin-left: -45px;
    margin-right: -45px;
  }
  .lb-2 .row div[class^=col-] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
/* 02-12 | Gradients */
.overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 33.333333%, rgba(0, 0, 0, 0) 50%);
}

.overlay-vert {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 50%);
}

div.shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

div.gradient-b-to-t {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 50%);
}

/* 02-13 | Propotional Scaling */
.content-scaled-16-9-parent {
  display: block;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
}

.content-scaled-16-9-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hcs-video-container-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.hcs-video-container-16-9 iframe,
.hcs-video-container-16-9 object,
.hcs-video-container-16-9 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 02-14 | Lists */
.unstyled-list,
.usl {
  padding-left: 0;
  list-style-type: none;
}

/* 02-15 | Step Indicators */
.hcs-step-indicator_individual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Chivo", sans-serif;
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  background-color: #28386b;
  border-radius: 50%;
}

/* 02-16 | Modals */
.modal-dialog,
.modal-content,
.event-modal .modal-content {
  border-radius: 5px;
}

/* 02-17 | Search Form */
.hcs-search-form input {
  padding: 0.125em 0.5em;
  font-family: "Chivo", sans-serif;
  font-size: 1.25em;
  border: 1px solid rgba(68, 68, 68, 0.3);
  border-radius: 0.28rem;
}

.hcs-search-form input[type=search] {
  width: 6em;
}

/* 02-18 | Accordion */
/**
 * Default accordion styles
 *
 * An accordion component with the least amount of html
 * According section (h2 tag)
 * Accordion header (h3)
 * Accordion content <div class="hcs-accordion-content">
 */
.hcs-accordion h3,
.hcs-main-article .hcs-accordion h3,
.hcs-accordion h3.hcs-accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0 0;
  padding: 20px;
  font-family: "Chivo", sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 22px;
  color: #fff;
  background: linear-gradient(145deg, #1A2851 0%, #28386b 100%);
  border-radius: 3px;
  transition: all 0.35s ease;
}

.hcs-accordion h3::after {
  content: "+";
  align-self: flex-start;
  font-family: "Font Awesome 6 Pro";
  font-size: 1em;
  font-weight: 700;
  text-align: right;
}

.hcs-accordion h3:hover {
  cursor: pointer;
}

.hcs-accordion h3.open {
  border-radius: 3px 3px 0 0;
  transition: all 0.35s ease;
}

.hcs-accordion h3.open + p + h3 {
  margin-top: 1.75em;
}

.hcs-accordion h3.open::after {
  content: "\f068";
}

.hcs-accordion .hcs-accordion-content-wrapper {
  display: grid;
  grid-template-rows: 0fr; /* Initial state 0 height */
  transition: grid-template-rows 0.35s ease-out;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  border-right: 1px solid rgba(213, 216, 220, 0.6);
  border-bottom: 1px solid rgba(213, 216, 220, 0.6);
  border-left: 1px solid rgba(213, 216, 220, 0.6);
}

.hcs-accordion h3.open + .hcs-accordion-content-wrapper {
  grid-template-rows: 1fr;
  border-radius: 0 0 3px 3px;
}

.hcs-accordion .hcs-accordion-content {
  min-height: 0; /* required for the grid trick to work. */
  margin-bottom: 0;
}

.hcs-accordion .hcs-accordion-content > div {
  padding: 1.25em 3em;
}

/***********************************************
 * 03 MODULES
 **********************************************/
/* 3-01 | Header */
/***********************************************
 * 03 MODULES | Header
 * Author: Russ Shouldice
 **********************************************/
.header-top {
  position: relative;
  max-width: 1024px;
  z-index: 999;
}

.header-home .header-top-fixed-container,
.header-top-fixed-container {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(68, 68, 68, 0.5);
}

.header-home-branding-and-nav-container,
.header-top-fixed-container,
.header-top .header-spacer {
  height: 80px;
}

/* Logo treatments DEPRECATED */
.header-logo {
  display: flex;
  padding-left: 1em;
  align-items: center;
}

.header-logo .logo {
  height: 60px;
}

.header-logo .logo:hover {
  transform: scale(1.03);
}

.header-logo .header-logo-h {
  width: 50px;
  height: 50px;
}

.header-logo .header-logo-name-container {
  display: flex;
  flex-direction: column;
}

.header-logo .header-logo-heritage {
  display: inline-block;
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 10em;
  font-size: 2em;
  letter-spacing: -5px;
  letter-spacing: -0.025em;
  color: #a41d3c;
}

.header-logo .header-logo-college-and-seminary {
  display: inline-block;
  width: 10em;
  margin-top: -0.9em;
  font-family: halogen, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 3.41em;
  font-size: 0.6em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 0.91em;
}

/* Menu Button */
.nav-main {
  display: flex;
}

.nav-main-button-container {
  display: flex;
  align-items: center;
  padding-right: 0.25em;
  padding-top: 7px;
  padding-bottom: 7px;
}

.hcs-main-nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 52px;
  height: 100%;
  padding: 0;
  color: #fff;
  background-color: #28386b;
  cursor: pointer;
  box-shadow: -2px 2px 4px rgba(76, 72, 70, 0.3);
}

.hcs-main-nav-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60%;
  z-index: 100;
  transition: opacity 0.25s;
}

.hcs-main-nav-hamburger span {
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.35s ease;
}

.hcs-main-nav-hamburger .top {
  margin-top: 0px;
}

.hcs-main-nav-hamburger .middle,
.hcs-main-nav-hamburger .bottom {
  margin-top: 7px;
}

.hcs-main-nav-hamburger.active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: white;
}

.hcs-main-nav-hamburger.active .middle {
  opacity: 0;
}

.hcs-main-nav-hamburger.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: white;
}

body.active {
  overflow: hidden;
}

.hcs-main-nav-btn-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40%;
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #bb813b;
  border: none;
  cursor: pointer;
}

.hcs-main-nav-btn {
  border-radius: 0.28rem;
}

.hcs-main-nav-btn-label {
  border-radius: 0 0 0.28rem 0.28rem;
}

/* When we show the menu, style the X button */
.hcs-main-nav-hamburger.active {
  padding: 0.125em;
  border-radius: 0.28rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hcs-main-nav-hamburger.active .top {
  margin-top: -1px;
}

.header-short .hcs-main-nav-hamburger.active .top {
  margin-top: -7px;
}

/*
 * When we scroll down a little, make the header smaller.
 */
.header-short .header-home-branding-and-nav-container,
.header-short .header-top {
  padding-bottom: 0;
}

.header-short.header-home .header-home-branding-and-nav-container {
  background: rgba(255, 255, 255, 0.8);
}

.header-short .header-top-fixed-container {
  height: 40px;
}

.header-short .header-logo .logo {
  height: 34px;
}

.header-short .hcs-main-nav-hamburger {
  width: 43%;
}

.header-short .hcs-main-nav-btn-label {
  width: 57%;
}

.header-short .hcs-main-nav-hamburger,
.header-short .hcs-main-nav-btn-label {
  height: 100%;
}

.header-short .nav-main-button-container {
  padding-top: 3px;
  padding-bottom: 3px;
}

.header-short .hcs-main-nav-btn {
  flex-direction: row;
  width: 80px;
}

.header-short .hcs-main-nav-hamburger span {
  width: 20px;
}

.header-short .hcs-main-nav-hamburger .middle,
.header-short .hcs-main-nav-hamburger .bottom {
  margin-top: 5px;
}

.header-short .header-home-branding-and-nav-container,
.header-short .hcs-main-nav-btn,
.header-top-fixed-container,
.header-logo .logo,
.nav-main-secondary-links {
  transition: all 0.3s ease;
}

.header-short .hcs-main-nav-hamburger.active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
}

.header-short .hcs-main-nav-hamburger.active .bottom {
  transform: translateY(-4px) translateX(0) rotate(-45deg);
}

.header-short .hcs-main-nav-btn-label {
  border-radius: 0 0.28rem 0.28rem 0;
}

.header-short .nav-main-secondary-links {
  top: 50px;
}

/*
 * Header secondary nav
 */
.header-home .nav-main-secondary-links,
.header-with-hero .nav-main-secondary-links,
.header-without-hero .nav-main-secondary-links {
  display: none;
}

.header-home .nav-main-overlay .nav-main-secondary-links,
.header-with-hero .nav-main-overlay .nav-main-secondary-links,
.header-without-hero .nav-main-overlay .nav-main-secondary-links {
  display: flex;
  margin-top: 0.75em;
  margin-right: 0;
}

@media screen and (min-width: 600px) {
  .header-home .nav-main-secondary-links,
  .header-with-hero .nav-main-secondary-links,
  .header-without-hero .nav-main-secondary-links {
    display: flex;
  }
  .header-home .nav-main-overlay .nav-main-secondary-links,
  .header-with-hero .nav-main-overlay .nav-main-secondary-links,
  .header-without-hero .nav-main-overlay .nav-main-secondary-links {
    display: none;
  }
}
/**
 * Header on subpages.
 */
.header-with-hero .hero-image {
  height: 22rem;
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  color: #fff;
}

/*
 * Home Page treatments
 */
.header-home {
  position: relative;
}

.header-home .header-home-branding-and-nav-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(68, 68, 68, 0.3);
}

/*
 * Hero image/video
 */
.header-home .hero-container {
  display: grid;
  height: 86vh;
  min-height: 375px;
}

.header-home .hero-video {
  grid-column: 1;
  grid-row: 1;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center 20%;
}

/* Hero Content */
.header-home .hero-content {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2.5em 0.5em 4em;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: rgba(62, 69, 80, 0.4);
  z-index: 10;
}

.header-home .hero-content .title {
  font-family: "Lora", serif;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.01em;
  text-shadow: 2px 2px 4px rgba(76, 72, 70, 0.3);
}

.header-home .hero-content hr.animated-appear-from-center {
  margin: 1.5em 0 0;
  height: 6px;
  width: 250px;
  background: #a41d3c;
  background: linear-gradient(107deg, rgb(26, 40, 81) 0%, rgb(40, 56, 107) 56%);
  border-radius: 4px;
  text-shadow: 2px 2px 4px rgba(76, 72, 70, 0.3);
  animation-name: appear-center;
  animation-duration: 0.6s;
  animation-timing-function: ease;
}

@keyframes appear-center {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.header-home .hero-content .marketing-message {
  margin: 1.2em 0 2em;
  max-width: 340px;
  font-family: "Chivo", sans-serif;
  line-height: 1.4em;
  letter-spacing: 0.025em;
}

.header-home .hero-content .title {
  font-size: 2.5em;
}

.header-home .hero-content .marketing-message {
  font-size: 1.25em;
}

.header-home .hero-content footer .call-to-action:nth-of-type(1) {
  display: block;
  margin-bottom: 0.5em;
  margin-right: 0em;
}

/* 30th Anniversary Logo */
.header-home .thirty-anniversary-banner {
  align-self: center;
  position: absolute;
  bottom: -34.7584px;
  background: rgba(255, 255, 255, 0.8);
  background: #fff;
  padding: 0.5em 2em;
  border-radius: 65px;
  /*padding: 1em 2em;
  border-radius: 50%;*/
  border: 2px solid #7c7a4b;
  box-shadow: 3px 3px 6px rgba(187, 129, 59, 0.5);
  box-shadow: 0px 0px 20px rgba(187, 129, 59, 0.5);
  box-shadow: 0 0 20px rgba(124, 122, 75, 0.5);
}

.header-home .thirty-anniversary-logo {
  width: 120px;
  bottom: -1.8em;
  right: -4em;
}

/**
 * Media Queries - Small to Big
 *
 * Portrait and Landscape
 */
@media screen and (min-width: 650px) {
  .header-home .hero-container {
    height: 80vh;
  }
  .header-home .hero-content {
    bottom: 0em;
  }
  .header-home .hero-content .marketing-message {
    max-width: 600px;
  }
}
@media screen and (min-width: 720px) {
  .header-home .hero-content .marketing-message {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 940px) {
  .header-home .hero-container {
    height: 84vh;
  }
  .header-home .hero-video {
    background-position: center;
  }
  .header-home .hero-content .title {
    font-size: 3.3em;
  }
  .header-home .hero-content .marketing-message {
    font-size: 1.65em;
  }
}
@media screen and (min-width: 1260px) {
  .header-home .hero-content {
    justify-self: center;
    align-items: start;
    width: 65em;
    margin-bottom: 8em;
    padding: 3em 4.5em;
    text-align: left;
    border-radius: 5px;
  }
  .header-home .hero-content .marketing-message {
    max-width: none;
  }
}
/* Portrait */
/* Landscape */
@media screen and (max-height: 375px) and (orientation: landscape) {
  .header-home .hero-content {
    height: 100%;
    padding-bottom: 1em;
    background-color: rgba(62, 69, 80, 0.3);
    font-size: 0.825em;
  }
  .header-home .hero-content hr.animated-appear-from-center {
    margin-top: 0.75em;
  }
  .header-home .hero-content .marketing-message {
    margin: 0.75em 0 0.75em;
  }
}
@media screen and (min-height: 375px) and (max-height: 600px) and (orientation: landscape) {
  .header-home .hero-content {
    height: 100%;
    padding-bottom: 1em;
    background-color: rgba(62, 69, 80, 0.3);
    font-size: 0.825em;
  }
  .header-home .hero-content hr.animated-appear-from-center {
    margin-top: 0.75em;
  }
  .header-home .hero-content .marketing-message {
    margin: 0.75em 0 0.75em;
  }
}
@media screen and (min-height: 450px) and (orientation: landscape) {
  .header-home .hero-content {
    padding-bottom: 2em;
  }
}
@media screen and (min-height: 520px) and (orientation: landscape) {
  .header-home .hero-content {
    font-size: 0.925em;
  }
  .header-home .hero-content hr.animated-appear-from-center {
    margin-top: 1em;
  }
  .header-home .hero-content .marketing-message {
    margin: 1em 0 1em;
  }
}
@media screen and (min-height: 600px) and (orientation: landscape) {
  .header-home .hero-content {
    height: auto;
    bottom: 0em;
  }
  .header-home .title {
    font-size: 3em;
  }
  .header-home .hero-content .marketing-message {
    font-size: 1.5em;
  }
}
@media screen and (min-height: 720px) and (max-height: 1024px) and (min-width: 1024px) and (orientation: landscape) {
  .header-home .hero-content {
    margin-bottom: 4em;
    font-size: 1em;
  }
}
@media screen and (min-height: 720px) and (min-width: 720px) and (orientation: landscape) {
  .header-home .hero-content {
    font-size: 1em;
  }
}
@media screen and (min-height: 1024px) and (min-width: 1024px) and (orientation: landscape) {
  .header-home .hero-content {
    font-size: 1em;
  }
}
/* 3-02 | Main */
.site-main section {
  margin-bottom: 2em;
}

/* Original Redding styles from 2019 */
.main-content h1 span,
.main-content h2 span,
.main-content h3 span,
.main-content h4 span,
.main-content h5 span,
.main-content *[class*=heading-] span,
.main-content [class*=-heading] span {
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: normal;
}

@media (min-width: 768px) {
  .main-content h1 span,
  .main-content h2 span,
  .main-content h3 span,
  .main-content h4 span,
  .main-content h5 span,
  .main-content *[class*=heading-] span,
  .main-content [class*=-heading] span {
    font-size: 1.125rem;
  }
}
.main-content h1 > a,
.main-content h2 > a,
.main-content h3 > a,
.main-content h4 > a,
.main-content h5 > a,
.main-content *[class*=heading-] > a,
.main-content [class*=-heading] > a {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
}

.main-content h1 > a:hover,
.main-content h2 > a:hover,
.main-content h3 > a:hover,
.main-content h4 > a:hover,
.main-content h5 > a:hover,
.main-content *[class*=heading-] > a:hover,
.main-content [class*=-heading] > a:hover {
  text-decoration: none;
}

.main-content .short-desc h1,
.main-content .short-desc h2,
.main-content .short-desc h3,
.main-content .short-desc h4,
.main-content .short-desc h5,
.main-content .short-desc *[class*=heading-],
.main-content .short-desc [class*=-heading] {
  font-family: "myriad-pro", sans-serif;
  color: #323232;
  font-weight: bold;
}

.main-content img {
  max-width: 100%;
  height: auto;
}

.main-content .banner-section img {
  width: 100%;
  height: auto;
}

.main-content .detail-info {
  margin-bottom: 3rem;
}

.main-content .detail-info *[class*=heading-] > a,
.main-content .detail-info [class*=-heading] > a {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
}

.main-content .detail-info *[class*=heading-] > a:hover,
.main-content .detail-info [class*=-heading] > a:hover {
  text-decoration: none;
}

/* FLEXIBLE CONTENT TEMPLATE */
.flexible-content {
  overflow: hidden;
  margin-bottom: -6rem;
}

.flexible-content .section {
  margin-bottom: 3rem;
}

.flexible-content .section.separator {
  margin-bottom: 0;
}

.flexible-content .section.separator::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin-top: 3rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.flexible-content .content-body {
  margin-bottom: 3rem;
}

.flexible-content .content-body > * {
  margin-bottom: 1.75rem;
}

.flexible-content .content-body > *:last-child {
  margin-bottom: 0;
}

.flexible-content ul {
  list-style-type: none;
  margin-top: -1rem;
  padding-left: 1rem;
  margin-bottom: 1.75rem;
}

.flexible-content ul > li {
  text-indent: -11px;
}

.flexible-content ul > li::before {
  content: "-";
  margin-right: 5px;
}

.flexible-content .column-layout-1 h3.heading-3,
.flexible-content .column-layout-1 h3.heading-3 + * {
  margin-top: 0;
}

.flexible-content .column-layout-1 h1,
.flexible-content .column-layout-1 h2,
.flexible-content .column-layout-1 h3,
.flexible-content .column-layout-1 h4,
.flexible-content .column-layout-1 h5,
.flexible-content .column-layout-1 h6 {
  font-weight: bold;
  margin-top: 3rem;
  font-family: "myriad-pro", sans-serif;
  margin-bottom: 1.75rem;
}

.flexible-content .column-layout-1 p, .flexible-content .column-layout-1 ul, .flexible-content .column-layout-1 ol, .flexible-content .column-layout-1 blockquote {
  margin-bottom: 1.75rem;
}

.flexible-content .column-layout-1 blockquote {
  font-family: "myriad-pro", sans-serif;
  font-style: italic;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* 3-09 | Hero Area */
.hcs-hero-area {
  display: flex;
  width: 100%;
  height: 566px;
  background-position: center 35%;
  background-size: cover;
}

.hcs-hero-area .gutter {
  flex-grow: 1;
}

.hcs-hero-area .gutter-left {
  background: rgba(40, 56, 107, 0.75);
}

.hcs-hero-area .content {
  width: 1320px;
}

.hcs-hero-area .title-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  padding-top: 70px;
  padding-right: 4.5em;
  padding-bottom: 70px;
  padding-left: 20px;
  color: #fff;
  background: rgba(40, 56, 107, 0.75);
}

.hcs-hero-area .title-block .title,
.hcs-hero-area .title-block .subtitle,
.hcs-hero-area .title-block a,
.hcs-hero-area .title-block {
  color: #fff;
}

.hcs-hero-area .title {
  margin: 0;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.2em;
}

.hcs-hero-area .subtitle {
  padding-top: 0.75em;
  font-size: 1.85em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1em;
}

@media screen and (max-width: 1024px) {
  .hcs-hero-area .title-block {
    width: 622px;
  }
}
@media screen and (max-width: 768px) {
  .hcs-hero-area {
    height: 492px;
  }
  .hcs-hero-area .title-block {
    width: 100%;
  }
}
/* Hero area with no media */
.hcs-hero-area.hcs-hero-area-no-media {
  height: 250px;
}

.hcs-hero-area.hcs-hero-area-no-media .title-block,
.hcs-hero-area.hcs-hero-area-no-media .hcs-breadcrumbs,
.hcs-hero-area.hcs-hero-area-no-media .title {
  margin: 0;
  padding: 0;
}

.hcs-hero-area.hcs-hero-area-no-media .title-block {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 2em;
}

.hcs-hero-area.hcs-hero-area-no-media .hcs-breadcrumbs {
  margin-bottom: 1.825em;
}

.hcs-hero-area.hcs-hero-area-no-media .gutter-right {
  background: rgba(40, 56, 107, 0.75);
}

@media screen and (max-width: 768px) {
  .hcs-hero-area.hcs-hero-area-no-media .title-block {
    width: 100%;
  }
  .hcs-hero-area.hcs-hero-area-no-media .title {
    font-size: 3em;
  }
}
@media screen and (max-width: 650px) {
  .hcs-hero-area.hcs-hero-area-no-media .hcs-breadcrumbs {
    margin-bottom: 1em;
  }
  .hcs-hero-area.hcs-hero-area-no-media .title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 520px) {
  .hcs-hero-area.hcs-hero-area-no-media {
    height: 320px;
  }
}
/* 3-03 | Content */
.hcs-content,
.hcs-content-with-sidebar-left,
.hcs-content-with-sidebar-right {
  display: flex;
  justify-content: space-between;
  padding: 0 3em;
  margin: 80px auto 0;
  max-width: 1440px;
}

.hcs-content-with-sidebar-left .hcs-main-content,
.hcs-content-with-sidebar-right .hcs-main-content {
  width: 100%;
}

.hcs-content-with-sidebar-right {
  flex-direction: row-reverse;
}

.hcs-content {
  flex-direction: column;
}

.hcs-sidebar {
  flex: 0 0 250px;
  margin: 3em 3em 0 0;
}

/**
 * .hcs-main-content
 */
.hcs-main-content {
  margin-top: 4.7em;
}

.hcs-main-content section {
  margin: 80px 90px 0;
}

.hcs-main-content section.hcs-main-content-section-bg-color {
  margin-inline: 0;
  padding: 2.25em 90px;
  background-color: #f7f8fc;
  border-radius: 5px;
}

.hcs-main-content .hcs-main-content-inner section:first-of-type {
  margin-top: 0;
}

.hcs-main-content-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2em;
}

.hcs-main-content-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.hcs-main-content .wp-block-media-text__media {
  margin-bottom: 1.8em;
  border-radius: 5px;
}

.hcs-main-content .wp-block-media-text__media img {
  border-radius: 5px;
}

/* Smaller Screens */
@media screen and (max-width: 1024px) {
  .hcs-content-with-sidebar-left,
  .hcs-content-with-sidebar-right {
    flex-direction: column-reverse;
  }
  .hcs-main-content section,
  .hcs-main-content section.hcs-main-content-section-bg-color {
    margin-inline: 1em;
  }
  .hcs-main-content section.hcs-main-content-section-bg-color {
    padding: 1.5em 3em;
  }
  .hcs-content-with-sidebar-left .hcs-sidebar {
    display: none;
    margin: 1em 0 0;
  }
  .hcs-secondary-nav-container-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hcs-content,
  .hcs-content-with-sidebar-left,
  .hcs-content-with-sidebar-right {
    padding: 0 1.5em;
  }
  .hcs-main-content section {
    margin-inline: 0em;
  }
  .hcs-main-content section.hcs-main-content-section-bg-color {
    margin-inline: -2em;
    padding: 1.5em 2em;
  }
}
@media screen and (max-width: 520px) {
  .hcs-content,
  .hcs-content-with-sidebar-left,
  .hcs-content-with-sidebar-right {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 420px) {
  .hcs-main-content-inner {
    padding-inline: 1em;
  }
}
/* 3-04 | Footer */
.site-footer {
  background: rgba(180, 33, 60, 0.95);
  background: linear-gradient(30deg, #b30838 40%, #b4213c, #c12b4b);
  margin-top: 5rem;
}

.site-footer,
.site-footer a,
.site-footer a:hover {
  font-family: "Chivo", sans-serif;
  color: #fff;
}

.site-footer .menu-item {
  font-size: 18px;
}

.social-icons a,
.social-icons a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .nav-footer > li {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .nav-footer > li.menu-item-has-children {
    flex-basis: 25%;
    padding: 15px;
  }
  .nav-footer > li:not(.menu-item-has-children) {
    padding: 15px 0 15px 2em;
  }
  .nav-footer > li:nth-of-type(1) {
    padding-left: 15px;
  }
  .nav-footer .sub-menu {
    padding-left: 20px;
  }
}
/* 3-05 | Notifications */
/***********************************************
 * 03 MODULES | Notifications
 * Author: Russ Shouldice
 **********************************************/
.emergency-notification {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1em 1em;
  text-align: center;
  color: #fff;
  background: #e61919;
  box-shadow: 0 -1px 14px rgba(51, 51, 51, 0.3);
  z-index: 99;
}

.emergency-notification-message {
  font-family: "Chivo", sans-serif;
}

.emergency-notification a,
.emergency-notification a:hover,
.emergency-notification a:visited {
  color: #fff;
}

/* 3-06 | Widgets */
.widget-contact {
  width: 100%;
  padding: 0.6em 0 0.4em;
  border: 1px solid rgba(76, 72, 70, 0.3);
  background-color: rgba(68, 68, 68, 0.1);
  border-radius: 3px;
}

.widget-contact .title {
  display: block;
  padding: 0 1em;
  font-family: "Chivo", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  font-variant: small-caps;
}

.widget-contact p {
  padding: 1em 1em 0.25em;
  font-size: 0.85em;
}

.widget-contact a.hcs-btn {
  margin: 0 0.7em 0.5em;
}

.hcs-widget-map {
  position: relative;
  max-width: 800px;
  height: 0;
  margin: 0 auto 1rem;
  padding-bottom: 50%; /* 2:1 aspect ratio */
  overflow: hidden;
  border-radius: 3px;
}

.hcs-widget-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* 3-07 | Faculty Quote */
.hcs-faculty-quote {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-areas: "media quote" "media name";
  max-width: 100%;
  padding: 1.75em 2em;
  padding-right: 4em;
  color: #f7f8fc;
  background-color: #28386b;
  border-radius: 5px;
}

.hcs-faculty-quote .media {
  width: 100%;
  height: 100%;
  grid-area: media;
}

.hcs-faculty-quote .media-container {
  align-self: center;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 3px;
}

.hcs-faculty-quote .media img {
  width: 120%;
  height: auto;
  object-fit: cover;
  object-position: center 15%;
  transform: scale(1.2);
  border-radius: 3px;
}

.hcs-faculty-quote blockquote {
  grid-area: quote;
  align-self: end;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0 0 0 70px;
  font-family: "Lora", serif;
  font-size: 1.125em;
  line-height: 1.35em;
}

.hcs-faculty-quote .name {
  grid-area: name;
  margin: 0.5em 0 0;
  padding-top: 0;
  padding-left: 70px;
}

.hcs-faculty-quote .person-name:before {
  content: "- ";
}

.hcs-faculty-quote .person-name:after {
  content: ", ";
}

.hcs-faculty-quote .person-title {
  font-style: italic;
}

@media screen and (max-width: 1024px) {
  .hcs-faculty-quote {
    grid-template-columns: 1fr 3fr;
  }
  .hcs-faculty-quote .name {
    display: flex;
    flex-direction: column;
  }
  .hcs-faculty-quote .person-title:before {
    content: "";
  }
  .hcs-faculty-quote .person-title {
    padding-left: 0.7em;
  }
}
@media screen and (max-width: 900px) {
  .hcs-faculty-quote {
    grid-template-columns: 2fr 3fr;
  }
}
@media screen and (max-width: 768px) {
  .hcs-faculty-quote {
    grid-template-columns: 2fr 3fr;
    grid-template-areas: "quote quote" "media name";
    padding: 2.75em 4em;
  }
  .hcs-faculty-quote blockquote {
    margin-bottom: 1.75em;
    padding: 0;
  }
  .hcs-faculty-quote .name {
    padding: 0;
    margin-left: 2em;
  }
}
@media screen and (max-width: 520px) {
  .hcs-faculty-quote {
    grid-template-columns: 1fr;
    grid-template-areas: "quote" "media" "name";
    padding: 1.5em 2em;
  }
  .hcs-faculty-quote .media {
    justify-self: center;
    max-width: 200px;
  }
  .hcs-faculty-quote .name {
    margin: 1em 0 0;
  }
}
@media screen and (max-width: 420px) {
  .hcs-faculty-quote {
    padding: 0.9375em 1.25em;
  }
}
/* 3-08 | Next Steps */
.hcs-next-steps {
  display: flex;
  background-image: #bb813b;
  background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, #CC9C50 100%);
  width: 100%;
  max-width: 1320px;
  padding: 40px;
  color: #fff;
  border-radius: 5px;
}

.hcs-next-steps,
.hcs-main-article + .hcs-next-steps {
  margin: 80px auto 0;
  width: auto;
  align-self: center;
}

.hcs-next-steps .content,
.hcs-next-steps .media {
  flex: 1 3;
}

.hcs-next-steps .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  padding: 50px;
  padding-right: 80px;
}

.hcs-next-steps .title,
.hcs-next-steps .content .title,
.hcs-next-steps h2.title,
.hcs-next-steps h3.title {
  width: 350px;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.hcs-next-steps .content .call-to-action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "button1 button2" "button3 button3";
  gap: 0.5em;
}

.hcs-next-steps .content .hcs-btn {
  margin: 0;
  text-align: center;
}

.hcs-next-steps .content .hcs-btn:nth-of-type(1) {
  grid-area: button1;
}

.hcs-next-steps .content .hcs-btn:nth-of-type(2) {
  grid-area: button2;
}

.hcs-next-steps .content .hcs-btn:nth-of-type(3) {
  grid-area: button3;
}

.hcs-next-steps .content .hcs-btn {
  padding-inline: 0;
}

.hcs-next-steps .content .hcs-icon {
  display: inline-block;
  height: 1.6em;
  margin-top: -7px;
  margin-bottom: -7px;
  margin-right: 0.65em;
}

.hcs-next-steps .content .hcs-icon svg {
  height: 100%;
}

.hcs-next-steps .media {
  max-width: 600px;
  margin-bottom: 0.5em;
  padding-left: 30px;
}

.hcs-next-steps .media-container {
  align-self: center;
  aspect-ratio: 32/25;
  overflow: hidden;
  border-radius: 5px;
}

.hcs-next-steps .media img {
  width: 102%;
  height: auto;
  object-fit: cover;
  object-position: center 15%;
  transform: scale(1.2);
  border-radius: 5px;
}

@media screen and (max-width: 1388px) {
  .hcs-next-steps,
  .hcs-main-article + .hcs-next-steps {
    margin-inline: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .hcs-next-steps {
    gap: 1em;
    padding: 20px;
  }
  .hcs-next-steps .content {
    height: auto;
    padding: 10px;
  }
  .hcs-next-steps .media {
    margin: 0;
    padding-left: 0;
  }
  .hcs-next-steps .media-container {
    align-self: flex-start;
  }
}
@media screen and (max-width: 820px) {
  .hcs-next-steps .media {
    margin-bottom: 2em;
  }
  .hcs-next-steps .media-container {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .hcs-next-steps {
    flex-direction: column;
    gap: 1.5em;
  }
  .hcs-next-steps .media {
    align-self: center;
    margin: 0 0 1em;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .hcs-next-steps .content .call-to-action {
    grid-template-columns: 1fr;
    grid-template-areas: "button1" "button2" "button3";
  }
  .hcs-next-steps .title,
  .hcs-next-steps .content .title,
  .hcs-next-steps h2.title,
  .hcs-next-steps h3.title {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .hcs-next-steps,
  .hcs-main-article + .hcs-next-steps {
    margin-inline: 1em;
  }
}
.hcs-next-steps,
.hcs-main-article + .hcs-next-steps {
  position: relative;
  z-index: 2;
}

.hcs-next-steps + footer {
  margin-top: -180px;
}

.hcs-next-steps + footer .elementor-element-39acda7e {
  margin-top: 0;
  padding-top: 280px;
}

@media screen and (max-width: 1024px) {
  .hcs-next-steps + footer .elementor-element-749e3507 {
    padding-top: 190px;
  }
}
/* 3-09 | Degree Plan */
.hcs-degree-plan {
  font-family: "Chivo", sans-serif;
  font-size: 1em;
  font-weight: 400;
}

/* Program-page degree-plan adjustments */
.pg-program .pg-degree-plan-section {
  margin: 0;
  padding: 1.35rem;
}

.pg-program .pg-program-degree-plan .pg-degree-plan-actions {
  margin: 0.65rem 0 0;
}

/* Keep button in gray objectives area; only curriculum card is white */
.pg-program .pg-program-degree-plan {
  background: transparent;
  border: 0;
  padding: 0;
}

.pg-program .pg-program-degree-plan .pg-degree-plan-curriculum,
.pg-program .pg-program-degree-plan .pg-degree-plan-curriculum-wrap {
  border: 0;
}

.pg-program .pg-program-degree-plan .pg-degree-plan-curriculum-table,
.pg-program .pg-program-degree-plan .pg-degree-plan-curriculum-table th,
.pg-program .pg-program-degree-plan .pg-degree-plan-curriculum-table td {
  border: 0 !important;
  outline: 0;
}

.pg-program section.pg-degree-plan-year-block {
  margin: 0 !important;
  padding: 0 !important;
}

.pg-program .pg-degree-plan-year-block + .pg-degree-plan-year-block {
  margin-top: 0 !important;
}

.pg-program .pg-degree-plan-year-bar {
  margin: 0 !important;
}

/* Equalize term-column heights on single program pages */
.pg-program-degree-plan .pg-degree-plan-year-block > .pg-degree-plan-term-columns {
  display: flex;
  align-items: stretch;
}

.pg-program-degree-plan .pg-degree-plan-year-block > .pg-degree-plan-term-columns > .pg-degree-plan-term-column {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}

.pg-program-degree-plan .pg-degree-plan-year-block > .pg-degree-plan-term-columns > .pg-degree-plan-term-column > .pg-degree-plan-curriculum-table {
  flex: 1 1 auto;
  height: auto;
}

.pg-degree-plan .hcs-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.pg-degree-plan-section {
  background: #fff;
  padding: 1.35rem 1.35rem 1.1rem;
  scroll-margin-top: 1.15rem;
  margin: 0.35rem 0 0;
}

.pg-degree-plan-page > .pg-degree-plan-section:first-of-type {
  margin-top: 0;
}

.pg-degree-plan-section h2::after {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  margin-top: 0.5rem;
  background: #d39c42;
}

.pg-degree-plan-section__body > :last-child {
  margin-bottom: 0;
}

#program-overview.pg-degree-plan-section {
  background: transparent;
  border: 0;
  padding: 0.35rem 0;
}

.pg-degree-plan-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.8rem;
  align-items: end;
  background: #f7f9ff;
  border: 1px solid #dae0ed;
  padding: 0.9rem;
  margin-bottom: 0.9rem;
}

.pg-degree-plan-field {
  display: grid;
  gap: 0.4rem;
}

.pg-degree-plan-field label {
  /*   font-size: 0.75em; */
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #1f2f6b;
  margin: 0;
}

.pg-degree-plan-select {
  width: 100%;
  border: 1px solid #c9d2e5;
  background: #fff;
  min-height: 40px;
  padding: 0 0.55rem;
}

.pg-degree-plan-actions {
  margin: 0;
}

.pg-degree-plan-actions .hcs-btn {
  /*   margin: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0.55rem 1.25rem; */
}

.pg-degree-plan-message {
  margin-bottom: 0.75rem;
  padding: 0.75rem;
}

.pg-degree-plan-message.is-error {
  border: 1px solid #d33;
  background: #fff3f3;
  color: #7a0000;
}

.pg-degree-plan-summary {
  padding: 0.75rem 0.9rem;
  background: #f7f9ff;
  border: 1px solid #dce2ef;
  margin-bottom: 0.9rem;
}

.pg-degree-plan-summary p {
  margin: 0;
}

.pg-degree-plan-summary p + p {
  margin-top: 0.35rem;
  /*   font-size: 1.08rem; */
}

.hcs-degree-plan .hcs-degree-plan-included-courses {
  margin-top: 60px;
}

.pg-degree-plan-toggle-curriculum {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding-right: 1.25rem;
}

.pg-degree-plan-toggle-curriculum::after {
  content: "▾";
  position: static;
  /*   font-size: 1em; */
  line-height: 1;
  font-weight: 700;
  width: 1em;
  text-align: center;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.pg-degree-plan-toggle-curriculum[aria-expanded=false]::after {
  transform: rotate(0deg);
}

.pg-degree-plan-toggle-curriculum:focus,
.pg-degree-plan-toggle-curriculum:active {
  color: #fff;
  background: #bb813b;
  border-color: #bb813b;
  cursor: pointer;
}

.pg-degree-plan-included-courses.is-collapsed .pg-degree-plan-curriculum-wrap {
  display: none;
}

.pg-degree-plan-curriculum-wrap {
  background: transparent;
  border: 0;
  padding: 0;
}

#program-curriculum.pg-degree-plan-section {
  background: #fff;
  padding: 3em 2.8em;
}

.hcs-degree-plan .pg-degree-plan-curriculum {
  padding: 2.5em 3em;
  background: #fff;
  border: 1px solid #dee2eb;
  border-radius: 5px;
}

.pg-degree-plan .pg-degree-plan-curriculum__title,
.pg-degree-plan h3.pg-degree-plan-curriculum__title {
  margin-bottom: 1em;
  color: #253667;
  font-family: "Lora", serif;
  font-size: 1.5em;
  line-height: 1.3em;
}

.pg-degree-plan-year-block {
  margin: 0;
  padding: 0;
}

.pg-degree-plan-year-block + .pg-degree-plan-year-block {
  margin-top: -1px;
}

.pg-degree-plan-year-bar {
  background: #28386b;
  color: #fff;
  font-weight: 500;
  /*   font-size: 1.28rem; */
  line-height: 1.1;
  padding: 0.4em 0.4em;
  margin: 0;
}

.pg-degree-plan-term-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: transparent;
  margin: 0;
  padding: 0;
  gap: 0;
  align-items: stretch;
}

.pg-degree-plan-term-columns--header {
  margin-bottom: 0;
}

.pg-degree-plan-term-column {
  border: 0;
}

.pg-degree-plan-term-column + .pg-degree-plan-term-column {
  position: relative;
}

.pg-degree-plan-term-column + .pg-degree-plan-term-column::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #26366f;
  pointer-events: none;
  z-index: 3;
}

.pg-degree-plan-term-bar {
  background: #1a2851;
  color: #fff;
  font-weight: 500;
  padding: 0.5em 0.4em;
  line-height: 1.1;
}

.pg-degree-plan-curriculum-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
  border-spacing: 0;
}

.pg-degree-plan-curriculum-table th,
.pg-degree-plan-curriculum-table td {
  padding: 0.6em 0.4em;
  font-size: 0.85em;
  font-weight: 200;
  text-align: left;
  line-height: 1;
  color: #3d3f45;
  vertical-align: top;
  border: 0;
}

.hcs-degree-plan .pg-degree-plan-curriculum-table thead th {
  font-weight: 400;
  font-size: 0.95em;
  color: #52545a;
  background: #ececef;
}

.pg-degree-plan-curriculum-table th:nth-child(1),
.pg-degree-plan-curriculum-table td:nth-child(1) {
  width: 20%;
}

.pg-degree-plan-curriculum-table th:nth-child(2),
.pg-degree-plan-curriculum-table td:nth-child(2) {
  width: 66%;
}

.pg-degree-plan-curriculum-table th:nth-child(3),
.pg-degree-plan-curriculum-table td:nth-child(3) {
  width: 14%;
  text-align: center;
}

.pg-degree-plan-empty-cell {
  color: #777;
  font-style: italic;
}

.pg-degree-plan-choice-header-row td {
  background: #e3e5ec;
  color: #2f3550;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  vertical-align: middle;
  border-top: 1px solid #c7ccda;
  border-bottom: 1px solid #c7ccda;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
}

.pg-degree-plan-choice-header-row {
  height: 30px;
}

.pg-degree-plan-choice-header-row td:first-child {
  white-space: nowrap;
  /*   font-size: 1.06rem; */
  letter-spacing: 0.015em;
}

.pg-degree-plan-choice-header-row td:last-child {
  /*   font-size: 1.06rem; */
  text-align: center;
}

@media (max-width: 920px) {
  .pg-degree-plan-form {
    grid-template-columns: 1fr;
  }
  .pg-degree-plan-term-columns {
    grid-template-columns: 1fr;
  }
  .pg-degree-plan-term-column + .pg-degree-plan-term-column {
    border-left: 0;
    border-top: 0;
  }
  /* Keep Fall/Winter side-by-side for program curriculum; allow horizontal scroll instead of stacking */
  .pg-program-degree-plan .pg-degree-plan-curriculum-wrap {
    overflow-x: auto;
  }
  .pg-program-degree-plan .pg-degree-plan-curriculum {
    min-width: 940px;
  }
  .pg-program-degree-plan .pg-degree-plan-term-columns:not(.pg-degree-plan-term-columns--single) {
    grid-template-columns: 1fr 1fr;
  }
  .pg-program-degree-plan .pg-degree-plan-term-column + .pg-degree-plan-term-column {
    border-top: 0;
  }
}
@media (max-width: 640px) {
  .pg-degree-plan .hcs-content {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .pg-degree-plan-section {
    padding: 1rem;
  }
}
.pg-degree-plan-course-row,
.pg-degree-plan-elective-row {
  cursor: pointer;
}

.pg-degree-plan-course-row:focus,
.pg-degree-plan-elective-row:focus {
  outline: none;
}

.pg-degree-plan-course-row:focus td,
.pg-degree-plan-elective-row:focus td {
  background: #f6f8ff;
  box-shadow: inset 0 2px 0 #1f2f63, inset 0 -2px 0 #1f2f63;
}

.pg-degree-plan-course-row:focus td:first-child,
.pg-degree-plan-elective-row:focus td:first-child {
  box-shadow: inset 2px 0 0 #1f2f63, inset 0 2px 0 #1f2f63, inset 0 -2px 0 #1f2f63;
}

.pg-degree-plan-course-row:focus td:last-child,
.pg-degree-plan-elective-row:focus td:last-child {
  box-shadow: inset -2px 0 0 #1f2f63, inset 0 2px 0 #1f2f63, inset 0 -2px 0 #1f2f63;
}

.pg-degree-plan-course-row:hover td,
.pg-degree-plan-elective-row:hover td {
  background: #f6f8ff;
}

.pg-degree-plan-elective-options {
  display: grid;
  gap: 0.65rem;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
  border: 1px solid #dce6f8;
  border-radius: 10px;
  padding: 0.72rem;
}

.pg-degree-plan-elective-item {
  border: 1px solid #d7e2f6;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.pg-degree-plan-elective-item > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.72rem 0.82rem;
  background: linear-gradient(180deg, #fcfdff 0%, #f5f9ff 100%);
  border-bottom: 1px solid transparent;
}

.pg-degree-plan-elective-item > summary::-webkit-details-marker {
  display: none;
}

.pg-degree-plan-elective-item > summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #36538e;
  border-bottom: 2px solid #36538e;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
  flex-shrink: 0;
  margin-left: 0.4rem;
}

.pg-degree-plan-elective-item[open] > summary {
  border-bottom-color: #dfe7f7;
}

.pg-degree-plan-elective-item[open] > summary::after {
  transform: rotate(-135deg);
}

.pg-degree-plan-elective-item__title {
  font-weight: 700;
  color: #1f2f63;
  line-height: 1.35;
}

.pg-degree-plan-elective-item__body {
  padding: 0.75rem 0.82rem 0.82rem;
}

.pg-degree-plan-elective-item__body > p {
  margin: 0 0 0.62rem;
  color: #334979;
  line-height: 1.45;
}

.pg-degree-plan-term-columns--single {
  grid-template-columns: 1fr;
}

/**
 * Curriculum Notes area
 */
.hcs-degree-plan-included-courses .curriculum-notes {
  padding: 2.5em 3em;
}

/* 3-10 | Image Carousel */
.hcs-main-content .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
  left: -30px;
}

.hcs-main-content .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
  right: -30px;
}

/* 3-11 | Newsletter Signup */
#hcs-newsletter-signup {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: "myriad-pro", sans-serif;
}

#hcs-newsletter-signup h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.2;
  color: #1e2d3d;
}

#hcs-newsletter-signup .hc-newsletter-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}

#hcs-newsletter-signup .hc-newsletter-field {
  flex: 1 1 auto;
  width: 100%;
}

#hcs-newsletter-signup .hc-newsletter-field + .hc-newsletter-field {
  margin-top: 10px;
}

#hcs-newsletter-signup input.form-control {
  border: 1px solid #b7aa97;
  border-radius: 8px;
  padding: 18px 18px;
  width: 100%;
  background: #fff;
  color: #1f2933;
  font-size: 1.16rem;
  line-height: 1.45;
  font-family: inherit;
}

#hcs-newsletter-signup input.form-control:focus {
  outline: none;
  border-color: #7d6f5f;
  box-shadow: 0 0 0 2px rgba(125, 111, 95, 0.15);
}

#hcs-newsletter-signup input.form-control.hc-invalid {
  border-color: #b91c1c;
  box-shadow: 0 0 0 2px rgba(185, 28, 28, 0.12);
}

#hcs-newsletter-signup .hc-newsletter-submit {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  margin-left: 0;
}

#hcs-newsletter-signup .hc-newsletter-submit[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

#hcs-newsletter-signup .hc-newsletter-help {
  margin: 10px 0 0;
  font-size: 1.16rem;
  line-height: 1.3;
  color: #5f6b76;
}

#hcs-newsletter-signup .hc-newsletter-recaptcha-note {
  margin: 8px 0 0;
  font-size: 1rem;
  line-height: 1.35;
  color: #5f6b76;
}

#hcs-newsletter-signup .hc-newsletter-recaptcha-note a {
  color: inherit;
  text-decoration: underline;
}

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#hcs-newsletter-signup-status {
  min-height: 22px;
  margin: 0 0 8px;
}

#hcs-newsletter-signup-status .hc-newsletter-status {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.3;
}

#hcs-newsletter-signup-status .hc-newsletter-status-success {
  color: #146534;
}

#hcs-newsletter-signup-status .hc-newsletter-status-error {
  color: #8a1e1e;
}

#hcs-newsletter-signup .hc-field-error {
  min-height: 20px;
  margin: 6px 0 0;
  font-size: 1.16rem;
  line-height: 1.3;
  color: #8a1e1e;
}

@media (max-width: 560px) {
  #hcs-newsletter-signup .hc-newsletter-submit {
    width: 100%;
  }
}
/***********************************************
 * 04 PAGES
 **********************************************/
/* 04-1 | 404 */
.four-oh-four-message {
  margin: 6em auto 7em;
  width: 80%;
  min-width: 200px;
  max-width: 800px;
  font-size: 1em;
}

.four-oh-four-message svg[data-prefix=fas] {
  font-size: 2em;
  color: #be4e5e;
}

.four-oh-four-message p {
  text-align: center;
  line-height: 1.4em;
}

/* 04-2 | Util */
/***********************************************
 * 03 PAGES | Util
 * Author: Russ Shouldice
 **********************************************/
.page-util {
  margin-top: 7em;
}

/* 04-3 | Course Schedule Summer */
.page-summer-intro-comments h2.summer-schedule-h2,
aside.page-summer-courses-table-of-contents > h2:nth-of-type(1),
section.page-summer-courses-offered > h2:nth-of-type(1) {
  margin: 2em 0 0;
  padding: 0.125em 0.625em;
  background: #70b0d0;
  border-radius: 3px;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  color: #fff;
}

.page-summer-intro-comments h2.summer-schedule-h2 {
  margin-bottom: 0.5em;
}

aside.page-summer-courses-table-of-contents ul,
aside.page-summer-courses-table-of-contents ol {
  margin-top: 2em;
}

.course-library-filters {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-top: 1rem;
  font-family: "Chivo", sans-serif;
  font-size: 0.85em;
}

.course-library-filters div {
  margin-bottom: 0.3em;
}

.course-library-filters-button-container {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 5px;
  border-radius: 3px;
  background: #746F66;
}

.course-library-filters-button-container .title {
  margin-right: 5px;
  padding: 0.5em 1em;
  border-radius: 3px 0 0 3px;
  background: #D7D0C3;
}

.course-library-filters-button-container a {
  color: #D7D0C3;
  padding: 0.25em 0.75em;
  border-radius: 2px;
}

.course-library-filters-button-container a:hover {
  text-decoration: none;
}

a.course-library-filter-highlight {
  color: #3e4550;
  font-weight: 700;
  background: #ECF3F7;
}

.course-library-toc-filter-highlight {
  font-weight: 700;
}

@media (max-width: 768px) {
  .course-library-filters-button-container {
    width: 100%;
    justify-content: space-between;
  }
  .course-library-filters-button-container .title {
    padding-left: 0.5em;
    padding-right: 0;
    width: 70px;
  }
  .course-library-filters-button-container a {
    text-align: center;
  }
  .course-library-filters-delivery-method {
    flex-direction: column;
    padding: 0 0 5px;
  }
  .course-library-filters-delivery-method .title {
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
    border-radius: 3px 3px 0 0;
  }
  .course-library-filters-delivery-method a {
    width: 16em;
    margin: 0;
    padding: 0.25em 0.75em;
  }
}
/* 04-4 | Programs */
/** OLD Styles Deprecated
.page-programs header {
    padding-bottom: 3em;
    border-bottom: 2px solid rgba(179, 8, 56, 0.1);
}
.page-programs footer {
    padding-top: 3em;
    border-top: 2px solid rgba(179, 8, 56, 0.1);
}
.page-programs header,
.page-programs section {
    margin-bottom: 3.3em;
}
.page-programs header p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.page-programs h1 {
    text-transform: capitalize;
}




.programs-list-block {
    margin-bottom: 3rem;
}

.hcs-main-article.page-programs h2 {
    position: relative;
    padding-bottom: 0.35em;
    //color: $hcs-red-redding;
}
.hcs-main-article.page-programs h2 a {
    //color: $hcs-red-redding;
}
.page-programs h2.short-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #edc79b;
    background-color: $hcs-red-redding;
}
.page-programs a.program-link {
    color: $text-color-redding;
}
.page-programs a.program-link > i,
.page-programs a.program-link > svg, {
    font-size: 0.75em;
    margin-left: 0.45em;
    color: $hcs-red-redding;
}



.page-programs .trailer-video {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
**/
/* New styles to support the VisionWheel 2026 design. */
.pg-program.secondary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 0 auto;
  padding: 0 90px 0.25em;
  width: 1320px;
  height: 160px;
  color: #fff;
  background-color: #1a2851;
  border-radius: 0 0 0.72rem 0.72rem;
}

.pg-program.secondary-nav .label {
  flex-grow: 1;
  font-size: 1.06em;
  font-weight: 500;
}

.pg-program.secondary-nav .hcs-btn {
  flex-grow: 4;
  flex-basis: 240px;
  max-width: 260px;
  margin: 0;
  padding: 14.5px 0;
  font-size: 18px;
  text-align: center;
}

.pg-program #program-overview,
.pg-program #curriculum,
.pg-program #program-outcomes,
.pg-program #admission-requirements {
  scroll-margin-top: 240px;
}

/* .pg-program.secondary-nav .hcs-btn { margin-left: 3px; }
.pg-program.secondary-nav .hcs-btn:nth-of-type(1) { margin-left: 0; }
.pg-program.secondary-nav .hcs-btn:nth-of-type(1) { border-radius: $hcs-br-normal 0 0 $hcs-br-normal; }
.pg-program.secondary-nav .hcs-btn:nth-of-type(2),
.pg-program.secondary-nav .hcs-btn:nth-of-type(3) { border-radius: 0; }
.pg-program.secondary-nav .hcs-btn:nth-of-type(4) { border-radius: 0 $hcs-br-normal $hcs-br-normal 0rem; } */
@media screen and (max-width: 1320px) {
  .pg-program.secondary-nav {
    border-radius: 0;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
  }
  .pg-program.secondary-nav .label {
    flex-basis: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1170px) {
  .pg-program.secondary-nav {
    height: 180px;
    padding-left: 260px;
    padding-right: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .pg-program.secondary-nav {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media screen and (max-width: 830px) {
  .pg-program.secondary-nav {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 530px) {
  .pg-program.secondary-nav {
    height: 300px;
  }
}
/* Main Content Area */
.pg-program.primary-content-container {
  margin: 0 auto;
  width: 1320px;
}

.pg-program.hcs-main-article {
  display: flex;
  flex-direction: column;
}

.pg-program.hcs-main-article section:first-of-type {
  margin-top: 0;
}

/* Program Objectives (Curriculum Overview) */
.pg-program.hcs-main-article .program-objectives {
  padding-bottom: 4em;
}

.pg-program .program-objectives .pg-degree-plan-section {
  margin-top: 1.5em;
}

/* Program Outcomes */
.pg-program.hcs-main-article .program-outcomes {
  display: flex;
  justify-content: space-between;
  gap: 4em;
}

.pg-program.hcs-main-article .program-outcomes > div {
  flex-basis: 50%;
}

.pg-program.hcs-main-article .program-outcomes .outcome {
  display: flex;
}

.pg-program.hcs-main-article .program-outcomes .outcome > i[class*=fa-] {
  margin-top: -10px;
  margin-right: 0.75em;
  font-size: 2em;
}

.pg-program.hcs-main-article .program-outcomes > div:nth-of-type(1) > div:nth-of-type(1) {
  margin-top: 2em;
  margin-bottom: 1.5em;
}

.pg-program.hcs-main-article .program-outcomes > div:nth-of-type(1) h3 {
  font-family: "Chivo", sans-serif;
  font-size: 1em;
  color: #101820;
}

.pg-program.hcs-main-article .program-outcomes .hcs-faculty-quote {
  grid-template-columns: 2fr 5fr;
  grid-template-areas: "quote quote" "media name";
  align-self: flex-start;
  padding: 2.75em 4em;
}

.pg-program.hcs-main-article .program-outcomes .hcs-faculty-quote blockquote {
  margin-bottom: 1.25em;
  padding: 0;
}

.pg-program.hcs-main-article .program-outcomes .hcs-faculty-quote .name {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin: 0;
  padding-left: 1em;
}

.pg-program.hcs-main-article .program-outcomes .hcs-faculty-quote .person-title {
  margin-left: 0.7em;
}

@media screen and (max-width: 1024px) {
  .pg-program.hcs-main-article .program-outcomes {
    flex-direction: column;
    gap: 2em;
  }
  .pg-program.hcs-main-article .program-outcomes > div:nth-of-type(1) {
    padding: 0;
  }
}
/* Admission Requirements */
.pg-program.hcs-main-article .program-admission-requirements .hcs-accordion h3 {
  margin: 0;
}

.pg-program.hcs-main-article .program-admission-requirements .hcs-accordion {
  margin-top: 0.7em;
}

.pg-program.hcs-main-article .program-faq {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  margin-left: 0;
  margin-right: 0;
  background: #28386b;
  border-radius: 5px;
}

/* FAQ */
.pg-program.hcs-main-article .program-faq {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2em;
}

.pg-program.hcs-main-article .program-faq p {
  font-family: "Lora", serif;
  font-size: 1.75em;
  color: #fff;
  line-height: 1.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-program.hcs-main-article .program-faq {
    flex-direction: column;
    row-gap: 0.5em;
    padding: 1em;
  }
}
/* Next Steps */
.pg-program .program-next-steps {
  width: 100%;
  padding-inline: 2em;
}

@media screen and (max-width: 420px) {
  .pg-program .program-next-steps {
    padding-inline: 1em;
  }
}
/* 04-5 | COVID-19 */
.page-covid19 h2 {
  color: #a41d3c;
  text-transform: capitalize;
}

/* 04-6 | Home page */
/* Original Redding styles from 2019 */
div.page-home {
  margin-top: 6.5em;
}

#welcome-text .text-content {
  margin-bottom: 2rem;
}

/**
 * Landing page tiles
 */
.home-landing-tiles {
  display: grid;
  justify-content: center;
  max-width: 1600px;
  grid-template-columns: 1fr 1fr;
  column-gap: 2em;
  row-gap: 1.25em;
  margin: 0 auto 1.25em;
  padding: 0 15px;
}

.home-landing-tiles .hcs-tile header {
  padding-left: 3em;
  padding-right: 3em;
}

.home-landing-tiles .hcs-tile .title {
  font-size: 2.25em;
}

.home-landing-tiles .hcs-tile .subtitle {
  padding: 0.25rem 0 0.4rem;
}

.home-landing-tiles .hcs-tile,
.home-landing-tiles .hcs-bg-gradient {
  border-radius: 5px;
}

/* Media Queries */
@media (max-width: 720px) {
  .home-landing-tiles {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .home-landing-tiles .hcs-tile .title {
    font-size: 2em;
  }
  .home-landing-tiles .hcs-tile .subtitle {
    font-size: 1em;
  }
}
/*
 * Border radius on a few blocks.
 */
.home-featured-event-content,
.pg-home .newsletter-container,
.home-heritage-for-canada,
.home-heritage-for-canada-full-bleed-container {
  border-radius: 5px;
}

/**
 * Welcome section
 */
body.home .welcome-paragraph {
  margin-bottom: 3em;
}

/* RED Important tile - currently (Jan 2022) we're using this as a link to COVID related info */
.memo-tile-important,
.resources-for-the-church-nav-bar,
.resources-for-the-church-event-tile {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0em;
  max-width: 1570px;
  color: #fff;
  padding: 0.75em 1em 1em;
  background: #a41d3c;
  text-align: center;
}

@media (min-width: 1600px) {
  .memo-tile-important,
  .resources-for-the-church-nav-bar {
    margin: 0 auto;
  }
}
.memo-tile-important a,
.memo-tile-important a:hover,
.resources-for-the-church-nav-bar a,
.resources-for-the-church-nav-bar a:hover {
  color: #fff;
  text-decoration: none;
}

.memo-tile-important a.hcs-btn,
.resources-for-the-church-nav-bar a.hcs-btn {
  text-decoration: none;
}

.memo-tile-important .heading,
.resources-for-the-church-nav-bar .heading {
  font-size: 2.25em;
  font-weight: 400;
  font-family: "Chivo", sans-serif;
}

.resources-for-the-church-event-tile {
  margin-top: 0.7rem;
  min-height: 200px;
}

.resources-for-the-church-event-tile img {
  width: 100%;
}

/* Heritage for Canada link treatment* */
/* HfC Treatment 1 */
.home-heritage-for-canada {
  height: 340px;
  height: 280px;
  margin: 5px 15px 10px;
  max-width: 1570px;
  color: #fff;
  background: rgb(202, 35, 74);
}

.home-heritage-for-canada-full-bleed-container {
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
  padding: 2em 10em 86px;
  background-repeat: repeat-x;
  background-size: auto;
  background-position: bottom -24px center;
  overflow: hidden;
}

.home-heritage-for-canada header {
  width: 180px;
}

.home-heritage-for-canada header,
.home-heritage-for-canada main {
  height: 180px;
}

.home-heritage-for-canada header img {
  height: 100%;
  width: auto;
}

.home-heritage-for-canada a {
  text-decoration: none;
  color: #fff;
}

.home-heritage-for-canada main {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  width: 100%;
  margin-left: 2em;
}

.home-heritage-for-canada main h3.title {
  font-size: 2.25em;
  font-weight: 700;
  color: #fff;
}

/*.home-heritage-for-canada main span.subtitle {
    margin-top: -0.5em;
    margin-bottom: 1em;
    font-family: $serif;
    font-weight: 400;
    font-size: 1.125em;
    font-style: normal;
    color: $hcs-white;
}*/
.home-heritage-for-canada main a.hcs-btn {
  display: block;
  margin-left: 0;
}

@media (min-width: 1600px) {
  .home-heritage-for-canada {
    margin: 5px auto 10px;
  }
}
@media (max-width: 1180px) {
  .home-heritage-for-canada-full-bleed-container {
    padding-bottom: 70px;
  }
}
@media (max-width: 962px) {
  .home-heritage-for-canada {
    height: 320px;
  }
  .home-heritage-for-canada-full-bleed-container {
    padding-left: 8em;
    padding-right: 8em;
  }
}
@media (max-width: 820px) {
  .home-heritage-for-canada-full-bleed-container {
    padding-left: 5em;
    padding-right: 5em;
  }
}
@media (max-width: 724px) {
  .home-heritage-for-canada main {
    margin-left: 0.5em;
  }
  .home-heritage-for-canada-full-bleed-container {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 640px) {
  .home-heritage-for-canada {
    height: 100%;
  }
  .home-heritage-for-canada-full-bleed-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
    padding-left: 6em;
    padding-right: 6em;
  }
  .home-heritage-for-canada main {
    display: flex;
    align-items: center;
    margin-top: 2em;
    margin-left: 0;
    text-align: center;
  }
  .home-heritage-for-canada main {
    height: 100%;
  }
  .home-heritage-for-canada header {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 542px) {
  .home-heritage-for-canada-full-bleed-container {
    justify-content: end;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media (max-width: 430px) {
  .home-heritage-for-canada {
    height: 550px;
  }
  .home-heritage-for-canada-full-bleed-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (max-width: 350px) {
  .home-heritage-for-canada {
    height: 600px;
  }
}
/**
 * FEATURED EVENTS
 */
.home-featured-event {
  margin: 0 auto 1.25em;
  padding: 0 15px;
  max-width: 1600px;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}

.home-featured-event a.home-featured-event-content,
.home-featured-event a.home-featured-event-content:hover {
  color: #fff;
  text-decoration: none;
}

.home-featured-event {
  display: grid;
}

.home-featured-event .hcs-bg-gradient,
.home-featured-event .home-featured-event-content {
  grid-column: 1;
  grid-row: 1;
}

.home-featured-event .hcs-bg-gradient {
  z-index: 10;
}

.home-featured-event a.home-featured-event-content h2,
.home-featured-event a.home-featured-event-content .excerpt {
  z-index: 12;
}

.home-featured-event-content h2.title {
  color: #fff;
  text-shadow: 1px 1px 1em rgba(0, 0, 0, 0.4), -1px -1px 1em rgba(0, 0, 0, 0.4);
}

.home-featured-event-content {
  display: block;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 320px;
  color: #fff;
  border: 1px solid rgba(68, 68, 68, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
}

.home-featured-event-content {
  min-height: 570px;
  padding: 5.5em 3.35em;
}

.home-featured-event-content h2 {
  font-size: 3em;
}

.home-featured-event-content span {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.home-secondary-event-tile {
  margin-bottom: 2em;
}

.home-secondary-event-tile header {
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width: 768px) {
  .home-featured-event-content {
    padding: 2em;
  }
  .home-featured-event-content h2 {
    font-size: 2.125em;
  }
  .home-featured-event-content span {
    font-size: 1em;
  }
}
/**
 * NEWS
 */
.news-block {
  margin-top: 4em;
}

#news,
#newsletter {
  position: relative;
  width: 100%;
  min-height: 1px;
}

#news h3,
#newsletter h3 {
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

@media (min-width: 768px) {
  #news h3,
  #newsletter h3 {
    font-size: 18px;
  }
}
#news h3 span.prefix,
#newsletter h3 span.prefix {
  color: #a41d3c;
}

#news h3 a,
#newsletter h3 a {
  color: #a41d3c;
}

#news h3 a:hover,
#newsletter h3 a:hover {
  color: #a41d3c;
}

#news {
  padding-top: 30px;
}

@media (min-width: 768px) {
  #news {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#news .post-item {
  margin-bottom: 2.5rem;
}

#news .read-all {
  color: #a41d3c;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  font-style: italic;
}

@media (min-width: 768px) {
  #newsletter {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (min-width: 992px) {
  #newsletter {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
  }
}
#newsletter .newsletter-container {
  background-color: #f1f1f1;
  padding: 30px 20px 60px;
}

#newsletter h3 {
  margin-bottom: 1.25rem;
}

.newsletter .social-icons {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.newsletter .social-icons {
  display: flex;
  justify-content: space-between;
  margin: 10px;
}

.newsletter .social-icons a {
  color: #000;
}

.newsletter .social-icons a:hover {
  color: #a41d3c;
}

.newsletter .social-icons *[class*=fa-] {
  font-size: 36px;
}

@media (min-width: 1200px) {
  .newsletter .social-icons *[class*=fa-] {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .newsletter .social-icons {
    justify-content: flex-start;
  }
}
/* 04-7 | Private page */
#main.page-private {
  margin-top: 3em;
}

/* 04-8 | Noticeably Better Preaching Page */
.page-nbp h1 {
  margin-bottom: 1em;
}

.page-nbp .nbp-intro,
.page-nbp .nbp-trailer,
.page-nbp .nbp-body,
.page-nbp .nbp-call-to-action,
.page-nbp .nbp-meet-rick,
.page-nbp .nbp-sample {
  padding: 0.625em 0 1.125em;
}

.page-nbp h1,
.page-nbp .nbp-intro,
.page-nbp .nbp-trailer,
.page-nbp .nbp-call-to-action {
  text-align: center;
}

.page-nbp .nbp-call-to-action a.hcs-btn:first-of-type,
.page-nbp .nbp-call-to-action a.hcs-btn:nth-of-type(2) {
  margin-bottom: 1em;
}

/* 04-9 | Academics Landing Page */
.landing-pg-academics .landing-page-section {
  margin-bottom: 6em;
  padding: 0 15px;
}

.landing-pg-academics .landing-page-section > h2 {
  text-align: center;
}

/* FONTS for this PAGE */
.landing-pg-academics .inner-wrap .text-wrap h3.title,
.lp-block-academics-to-schedules h3.title,
.lp-block-academics-to-internships h3.title,
.lp-block-academics-to-catalogues .inner-wrap .text-wrap h3.title {
  font-size: 2em;
}

.landing-pg-academics .inner-wrap .text-wrap h3.title {
  font-size: 2.25em;
}

@media (max-width: 960px) {
  .landing-pg-academics .inner-wrap .text-wrap h3.title,
  .lp-block-academics-to-schedules h3.title,
  .lp-block-academics-to-internships h3.title,
  .lp-block-academics-to-catalogues .inner-wrap .text-wrap h3.title {
    font-size: 1.75em;
  }
  .landing-pg-academics .inner-wrap .text-wrap h3.title {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .lp-block-academics-to-schedules h3.title,
  .lp-block-academics-to-internships h3.title,
  .lp-block-academics-to-catalogues .inner-wrap .text-wrap h3.title {
    font-size: 2em;
  }
}
@media (max-width: 575px) {
  .landing-pg-academics .inner-wrap .text-wrap h3.title {
    font-size: 2.25em;
  }
}
@media (max-width: 300px) {
  .landing-pg-academics .inner-wrap .text-wrap h3.title,
  .lp-block-academics-to-schedules h3.title,
  .lp-block-academics-to-internships h3.title,
  .lp-block-academics-to-catalogues .inner-wrap .text-wrap h3.title {
    font-size: 1.35em;
  }
}
/*
 * Graduate and Undergraduate navigation tiles.
 */
.landing-pg-academics .lp-block-academics-to-programs {
  display: flex;
  justify-content: space-between;
}

.landing-pg-academics .hcs-tile {
  position: relative;
  aspect-ratio: 16/9;
  width: 49%;
  height: auto;
  margin: 0;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0px 0px 1px rgba(76, 72, 70, 0.3);
}

.landing-pg-academics .hcs-tile a {
  padding-bottom: 8%;
}

.landing-pg-academics .hcs-tile header {
  display: flex;
  flex-direction: column;
  padding-left: 3em;
  padding-right: 1.5em;
}

.landing-pg-academics .hcs-tile header h2.title,
.landing-pg-academics .hcs-tile header h3.title {
  font-size: 2.25em;
  padding: 0;
}

.landing-pg-academics .hcs-tile header h3.title {
  font-size: 1.5em;
}

.landing-pg-academics .hcs-tile header .subtitle {
  padding: 0.25rem 0 0.4rem;
}

.bg-gradient-red,
.bg-gradient-gold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(180, 33, 60) 0%, rgba(180, 33, 60, 0.6) 20%, rgba(180, 33, 60, 0) 50%);
}

.bg-gradient-gold {
  background: linear-gradient(to top, rgb(187, 129, 59) 0%, rgba(187, 129, 59, 0.6) 20%, rgba(187, 129, 59, 0) 50%);
}

@media screen and (max-width: 1080px) {
  .landing-pg-academics .hcs-tile a {
    padding-bottom: 2em;
  }
  .landing-pg-academics .hcs-tile header .title {
    font-size: 1.75em;
  }
  .landing-pg-academics .hcs-tile header .subtitle {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 720px) {
  .landing-pg-academics .hcs-tile a {
    padding-bottom: 3em;
  }
  .landing-pg-academics .hcs-tile header .title {
    font-size: 2em;
  }
  .landing-pg-academics .hcs-tile header .subtitle {
    font-size: 1em;
  }
  .landing-pg-academics .lp-block-academics-to-programs {
    flex-direction: column;
  }
  .landing-pg-academics .hcs-tile {
    width: 100%;
    margin-bottom: 1em;
  }
  .landing-pg-academics .hcs-tile:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  .landing-pg-academics .lp-block-academics-to-programs .hcs-tile a {
    align-items: center;
    padding-bottom: 0;
  }
  .landing-pg-academics .lp-block-academics-to-programs .hcs-tile header {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .landing-pg-academics .hcs-tile header .title {
    font-size: 1.75em;
  }
  .landing-pg-academics .hcs-tile header .subtitle {
    font-size: 0.85em;
  }
}
/* COURSE SCHEDULE */
.lp-block-academics-to-schedules {
  display: flex;
  flex-wrap: wrap;
}

.lp-block-academics-to-schedules .hcs-tile header {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.lp-block-academics-to-schedules > h2 {
  width: 100%;
}

.lp-block-academics-to-schedules .hcs-tile {
  flex: 1;
  margin-right: 1em;
}

.lp-block-academics-to-schedules .hcs-tile:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 720px) {
  .lp-block-academics-to-schedules .hcs-tile:nth-of-type(2) {
    margin-right: 0;
  }
  .lp-block-academics-to-schedules .hcs-tile:nth-of-type(3) {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 520px) {
  .lp-block-academics-to-schedules .hcs-tile {
    margin-right: 0;
  }
  .lp-block-academics-to-schedules .hcs-tile {
    flex-basis: 100%;
  }
}
/* INTERNSHIPS AT HEITAGE */
.lp-block-academics-to-internships {
  padding: 0 16%;
  margin-bottom: 6rem;
}

.lp-block-academics-to-internships .lp-block-link {
  justify-content: center;
}

.lp-block-academics-to-internships main {
  position: absolute;
  padding: 0 5%;
  width: 100%;
  bottom: 2em;
  color: #fff;
}

.lp-block-academics-to-internships main h3.title {
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 768px) {
  .lp-block-academics-to-internships {
    padding: 0 15px;
  }
}
@media (max-width: 720px) {
  .lp-block-academics-to-internships h2 {
    color: #a41d3c;
  }
}
@media (max-width: 535px) {
  .lp-block-academics-to-internships main span.body {
    display: none;
  }
}
/* ACCOMMODATIONS POLICIES */
.landing-pg-academics .section-accommocations-policies article {
  padding-top: 1em;
}

/* ACADEMIC FORM */
.page-template-template-academic-forms .files ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.page-template-template-academic-forms .files ul li {
  margin-bottom: 2rem;
  display: table;
}

.page-template-template-academic-forms .files ul *[class*=fa-] {
  font-size: 1.75rem;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.page-template-template-academic-forms .files ul a {
  font-family: "myriad-pro", sans-serif;
  color: #a41d3c;
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
}

@media (min-width: 768px) {
  .page-template-template-academic-forms .files ul {
    column-count: 2;
    column-gap: 30px;
  }
  .page-template-template-academic-forms .files ul a {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .page-template-template-academic-forms .short-desc h2 {
    font-size: 2.25rem;
  }
}
/* ACADEMIC CATALOGUE */
.lp-block-academics-to-catalogues .hcs-tile a {
  padding-bottom: 2em;
}

.lp-block-academics-to-catalogues > p {
  text-align: center;
}

@media (min-width: 535px) {
  .lp-block-academics-to-catalogues .hcs-tile a {
    padding-bottom: 4em;
  }
}
@media (max-width: 535px) {
  .lp-block-academics-to-catalogues .hcs-tile header {
    text-align: center;
  }
}
@media (min-width: 720px) {
  .lp-block-academics-to-catalogues {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "header header" "description description" "catalogue-college catalogue-seminary";
    column-gap: 2%;
  }
  .lp-block-academics-to-catalogues h2 {
    grid-area: header;
  }
  .lp-block-academics-to-catalogues > p {
    grid-area: description;
  }
  .lp-block-academics-to-catalogues .hcs-tile {
    width: 100%;
  }
  .lp-block-academics-to-catalogues .hcs-tile:nth-of-type(1) {
    grid-area: catalogue-college;
  }
  .lp-block-academics-to-catalogues .hcs-tile:nth-of-type(2) {
    grid-area: catalogue-seminary;
  }
}
@media (min-width: 992px) {
  .lp-block-academics-to-catalogues > p {
    max-width: 66.6666666%;
    justify-self: center;
  }
  .lp-block-academics-to-catalogues .hcs-tile {
    max-width: 500px;
  }
  .lp-block-academics-to-catalogues .hcs-tile:nth-of-type(1) {
    justify-self: right;
  }
}
/*
 * Border radius on a few blocks.
 */
.page-academics .link-block,
.page-academics .link-block .inner-wrap,
.page-academics .lp-block-link,
.page-academics .lp-block-link img,
.page-academics .lp-block-link img + div,
.bg-gradient-red,
.bg-gradient-gold {
  border-radius: 3px;
}

/* 04-10 | Admissions Landing Page */
.pg-apply-process {
  width: 70%;
  max-width: 640px;
  margin: 0 auto;
}

.pg-apply-process h2,
.pg-adm-tuition h2,
.pg-adm-contact h2,
.pg-adm-audit h2 {
  text-align: center;
}

.pg-adm-options,
.pg-adm-apply-options {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.pg-adm-contact,
.pg-adm-audit {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.landing-pg-admissions article,
.pg-apply article,
.pg-adm-column-content .pg-adm-contact {
  margin-bottom: 4em;
}

.pg-adm-apply-options .card-adm-apply header {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.pg-adm-audit p {
  max-width: 60em;
}

/* Apply cards */
.card-adm-apply-college header {
  background-color: #a41d3c;
  background: linear-gradient(145deg, #1A2851 0%, #28386b 100%);
}

.card-adm-apply-seminary header {
  background-color: #bb813b;
  background: linear-gradient(120deg, hsl(33, 52%, 48%) 0%, hsl(28, 54%, 66%) 100%);
}

.pg-adm-options main .pg-adm-options-international {
  padding-top: 1em;
}

.card-adm-apply-college {
  margin-right: 1em;
}

.card-adm-apply-seminary .pg-adm-apply-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "a b" "c c" "d d";
  column-gap: 0.5em;
  row-gap: 0.5em;
}

.card-adm-apply-seminary .pg-adm-apply-buttons a {
  margin: 0;
}

.card-adm-apply-seminary .pg-adm-apply-buttons a:nth-of-type(1) {
  grid-area: a;
}

.card-adm-apply-seminary .pg-adm-apply-buttons a:nth-of-type(2) {
  grid-area: b;
}

.card-adm-apply-seminary .pg-adm-apply-buttons a:nth-of-type(3) {
  grid-area: c;
}

.card-adm-apply-seminary .pg-adm-apply-buttons a:nth-of-type(4) {
  grid-area: d;
}

@media screen and (max-width: 520px) {
  .pg-adm-apply-options {
    flex-direction: column;
    padding: 0 0.5em;
  }
  .pg-adm-apply-options section {
    width: 100%;
  }
  .pg-adm-apply-options section:nth-of-type(1) {
    margin-bottom: 1em;
  }
  .card-adm-apply-seminary .pg-adm-apply-buttons {
    grid-template-areas: "a b" "c c" "d d";
  }
}
@media screen and (max-width: 720px) {
  .landing-pg-admissions .pg-adm-apply-options {
    padding: 0;
  }
  .card-adm-apply-seminary .pg-adm-apply-buttons {
    grid-template-areas: "a a" "b b" "c c" "d d";
  }
}
@media screen and (min-width: 350px) and (max-width: 520px) {
  .card-adm-apply-seminary .pg-adm-apply-buttons {
    grid-template-areas: "a b" "c c" "d d";
  }
}
/*
 * Admissions landing page specific
 */
.landing-pg-admissions {
  display: flex;
  justify-content: space-between;
  padding: 0 3em;
  margin: 0 auto;
  max-width: 1440px;
}

.landing-pg-admissions .pg-adm-column-nav .hcs-secondary-nav {
  display: block;
}

.landing-pg-admissions .hcs-main-content-header {
  margin-bottom: 2rem;
}

.landing-pg-admissions h1 {
  margin-top: 4px;
}

.landing-pg-admissions .card-adm-apply {
  flex: 0 0 49%;
}

.landing-pg-admissions .hcs-secondary-nav #menu-item-15895 {
  display: none;
}

.pg-adm-column-nav {
  flex: 0 0 250px;
  margin: 3em 3em 0 0;
}

.pg-adm-column-nav nav,
.pg-adm-column-nav aside {
  margin-bottom: 3em;
}

.pg-adm-column-nav:last-child {
  margin-bottom: 0;
}

.landing-pg-admissions .landing-pg-header-with-nav nav {
  width: 100%;
}

@media screen and (max-width: 520px) {
  .landing-pg-admissions {
    padding: 0 0.5em;
  }
  .landing-pg-admissions .pg-adm-column-content {
    width: 100%;
  }
  .landing-pg-admissions .hcs-flag,
  .landing-pg-admissions .hcs-flag-media-left {
    flex-direction: column;
    align-items: center;
  }
  .landing-pg-admissions .hcs-flag div,
  .landing-pg-admissions .hcs-flag-media-left div {
    align-items: center;
  }
  .landing-pg-admissions .hcs-flag div:first-of-type,
  .landing-pg-admissions .hcs-flag-media-left div:first-of-type {
    margin-bottom: 1em;
    padding: 0 0.5em;
  }
  .landing-pg-admissions .hcs-cards-three-across {
    flex-direction: column;
  }
  .landing-pg-admissions .hcs-cards-three-across .hcs-card {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 989px) {
  .pg-adm-column-nav {
    display: none;
  }
}
@media screen and (min-width: 989px) {
  .pg-adm-column-content .pg-adm-contact {
    display: none;
  }
}
/* Admissions Sidebar Specific */
.landing-pg-admissions .hcs-sidebar .widget-call-to-action {
  display: flex;
  justify-content: center;
}

.landing-pg-admissions .hcs-main-content .pg-adm-contact {
  margin-bottom: 2em;
}

.landing-pg-admissions .hcs-main-content .widget-call-to-action {
  display: none;
  justify-content: center;
  margin-bottom: 4em;
}

@media screen and (max-width: 1024px) {
  .landing-pg-admissions .hcs-main-content .widget-call-to-action {
    display: flex;
  }
}
/* Apply subpage */
.pg-apply-process section header {
  display: flex;
  align-items: flex-start;
  margin-top: 2em;
  text-transform: capitalize;
}

.pg-apply-process header .hcs-step-indicator_individual {
  flex: 0 0 40px;
}

.pg-apply-process section main {
  padding-left: 46px;
  margin-top: 0.5em;
}

.pg-apply-process section main ul {
  margin-left: 1em;
}

.pg-apply-process .title {
  display: block;
  margin-left: 6px;
  font-weight: 400;
  font-family: "Chivo", sans-serif;
  font-size: 1.65em;
  line-height: 1.2em;
}

@media screen and (max-width: 520px) {
  .pg-apply-process {
    width: 90%;
  }
  .pg-apply-process section main {
    padding-left: 0;
  }
  .pg-apply-process .pg-adm-process-call-to-action-buttons {
    text-align: center;
  }
  .pg-apply-process .pg-adm-process-call-to-action-buttons .hcs-btn:not(:first-of-type) {
    margin: 0.5em 0;
  }
}
/* 04-11 | Apply page */
/* APPLY PAGE TEMPLATE */
.application-link {
  margin-bottom: 1rem !important;
}

.application-link a {
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  font-style: italic;
}

.application-link .fa-pen {
  margin-right: 10px;
}

.pg-apply-ministry-cert,
.pg-apply-ministry-cert * {
  text-align: center;
}

@media (min-width: 768px) {
  .application-link {
    margin-bottom: 1.75rem !important;
  }
}
@media (min-width: 1200px) {
  .application-link {
    margin-bottom: 2.5rem !important;
  }
}
/* 04-12 | News and Events */
.archive-news .news-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.archive-news .hcs-card-news {
  flex-basis: 32.5%;
}

@media screen and (max-width: 760px) {
  .archive-news .hcs-card-news {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 460px) {
  .archive-news .hcs-card-news {
    flex-basis: 100%;
  }
}
/**
 * OLD code below here.
 */
.pagination-links {
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}

.pagination-links .page-numbers {
  margin-left: 10px;
  margin-right: 10px;
}

/* 04-13 | Community */
.landing-pg-community {
  padding: 0 0.5em;
}

.pg-comm-news-and-events {
  margin-bottom: 4em;
  text-align: center;
}

.pg-comm-news-and-events h3 {
  margin-bottom: 0.75em;
}

.ticker-news-and-events-large {
  margin-bottom: 2em;
}

.pg-comm-sections-grid-1,
.pg-comm-sections-grid-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "a a b b" "d c c e";
  column-gap: 0.5em;
  row-gap: 0.5em;
  margin-top: 1.33333em;
}

.pg-comm-sections-grid-1 > div {
  min-height: 200px;
}

.pg-comm-sections-grid-1 div:nth-of-type(1) {
  grid-area: a;
}

.pg-comm-sections-grid-1 div:nth-of-type(2) {
  grid-area: b;
}

.pg-comm-sections-grid-1 div:nth-of-type(3) {
  grid-area: c;
}

/*.pg-comm-sections-grid-1 div:nth-of-type(4) { margin-top: 2em; }
.pg-comm-sections-grid-1 div:nth-of-type(4),
.pg-comm-sections-grid-1 div:nth-of-type(5),
.pg-comm-sections-grid-1 div:nth-of-type(6) { grid-column: 1 / 5; }*/
.pg-comm-sections-grid-2 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: none;
  margin: 3em auto 0;
  max-width: 1200px;
}

.pg-comm-sections-grid-2 div:nth-of-type(7),
.pg-comm-sections-grid-2 div:nth-of-type(9) {
  grid-column: 3/span 2;
}

@media screen and (min-width: 768px) {
  .pg-comm-news-and-events .ticker-news-and-events-large {
    display: flex;
  }
  .pg-comm-news-and-events .hcs-card-pg-comm-news-and-events {
    justify-content: start;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .pg-comm-news-and-events .hcs-card-pg-comm-news-and-events header {
    margin-bottom: 1em;
  }
  .pg-comm-sections-grid-1 {
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "a a b b c c";
  }
  .pg-comm-sections-grid-1 div:nth-of-type(4) {
    grid-area: e;
  }
  .pg-comm-sections-grid-1 div:nth-of-type(5) {
    grid-area: h;
  }
  .pg-comm-sections-grid-1 div:nth-of-type(4),
  .pg-comm-sections-grid-1 div:nth-of-type(5),
  .pg-comm-sections-grid-1 div:nth-of-type(6) {
    grid-column: 2/6;
  }
  .pg-comm-sections-grid-2 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .pg-comm-sections-grid-1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a a" "b b" "c c";
  }
}
@media screen and (max-width: 390px) {
  .pg-comm-sections-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a a" "b b" "c c" "d d";
  }
  .pg-comm-sections-grid-2 div:nth-of-type(1) {
    grid-area: a;
  }
  .pg-comm-sections-grid-2 div:nth-of-type(2) {
    grid-area: b;
  }
  .pg-comm-sections-grid-2 div:nth-of-type(3) {
    grid-area: c;
  }
  .pg-comm-sections-grid-2 div:nth-of-type(4) {
    grid-area: d;
  }
}
.hcs-card-pg-comm-news-and-events {
  flex: 1;
  padding: 0.6em 0.4em 0.4em;
}

/* 04-14 | Student Life */
.landing-pg-student-life .hcs-main-content > main {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 0.5em;
  row-gap: 3em;
}

.landing-pg-student-life .hcs-main-content main > *:nth-child(1),
.landing-pg-student-life .hcs-main-content main > *:nth-child(2) {
  grid-column: span 3;
}

.landing-pg-student-life .hcs-main-content main > *:nth-child(3) {
  grid-column: span 4;
}

.landing-pg-student-life .hcs-main-content main > *:nth-child(4) {
  grid-column: span 2;
}

.landing-pg-student-life .hcs-main-content main > *:nth-child(5),
.landing-pg-student-life .hcs-main-content main > *:nth-child(6) {
  grid-column: span 6;
}

.landing-pg-student-life .hcs-main-content main > *:nth-child(7),
.landing-pg-student-life .hcs-main-content main > *:nth-child(8),
.landing-pg-student-life .hcs-main-content main > *:nth-child(9) {
  grid-column: span 2;
}

.landing-pg-student-life .hcs-card-new {
  position: relative;
}

.landing-pg-student-life .hcs-card-new .hcs-badge {
  position: absolute;
  top: 0.35em;
  right: 0.35em;
}

@media screen and (max-width: 720px) {
  .landing-pg-student-life .hcs-main-content main > *:nth-child(3) {
    grid-column: span 6;
  }
  .landing-pg-student-life .hcs-main-content main > *:nth-child(4) {
    grid-column: span 6;
  }
  .landing-pg-student-life .hcs-card-new .hcs-badge {
    top: 1em;
    right: 1em;
  }
}
@media screen and (max-width: 520px) {
  .landing-pg-student-life .hcs-main-content main > *:nth-child(1),
  .landing-pg-student-life .hcs-main-content main > *:nth-child(2) {
    grid-column: span 6;
  }
  .landing-pg-student-life .hcs-card-new .hcs-badge {
    top: 0.35em;
    right: 0.35em;
  }
}
@media screen and (max-width: 480px) {
  .landing-pg-student-life .hcs-main-content main > *:nth-child(7),
  .landing-pg-student-life .hcs-main-content main > *:nth-child(8),
  .landing-pg-student-life .hcs-main-content main > *:nth-child(9) {
    grid-column: span 6;
  }
  .landing-pg-student-life .hcs-main-content main > *:nth-child(8),
  .landing-pg-student-life .hcs-main-content main > *:nth-child(9) {
    margin-top: -2em;
  }
  .landing-pg-student-life .hcs-tile {
    aspect-ratio: 4/1;
  }
}
/* 04-15 | Search Results */
.pg-search-results {
  margin-top: 5em;
}

.hcs-search-result {
  display: flex;
  flex-direction: column;
  padding-top: 1.5em;
}

.hcs-search-result h2 a {
  color: #101820;
}

.hcs-search-result .hcs-separator {
  width: 10em;
  height: 1px;
  margin-bottom: 2em;
  align-self: start;
  background-color: rgba(68, 68, 68, 0.3);
}

/* 04-16 | Give */
.landing-pg-give .hcs-secondary-nav #menu-item-14509 {
  display: none;
}

/* 04-17 | About */
.landing-pg-about .hcs-secondary-nav #menu-item-14608 {
  display: none;
}

/* 04-18 | Hubs */
.mini-site-hubs .hcs-main-content-header.is_hubs_home {
  margin-bottom: 3em;
}

.mini-site-hubs .hcs-secondary-nav-container-mobile {
  margin-top: 0.375em;
}

.mini-site-hubs .hcs-main-content h1 {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .mini-site-hubs {
    padding-top: 1em;
  }
}
/* Sidebar */
.mini-site-hubs .hcs-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mini-site-hubs .hcs-sidebar .call-to-action {
  margin-top: 2em;
  text-align: center;
}

/**
 * Hubs Home Page
 */
.mini-site-hubs .hero-container {
  display: flex;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.mini-site-hubs img {
  margin: 0;
  object-fit: cover;
}

.mini-site-hubs .hero-container > img {
  flex: 3;
  margin: 0;
  object-fit: cover;
  border-radius: 3px 0 0 3px;
}

.mini-site-hubs .hero-container .content {
  display: grid;
  place-content: center;
  place-items: center;
  flex: 2;
  padding: 0 1.5em;
  overflow: hidden;
  background: #28386b;
  border-radius: 0 3px 3px 0;
}

.mini-site-hubs .hero-container .content > * {
  grid-area: 1/1;
}

.mini-site-hubs .hero-container .content h1 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 3.7em;
  letter-spacing: -0.04em;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(31, 75, 96, 0.3);
}

.mini-site-hubs .hero-container .content img.crest {
  justify-self: flex-end;
  align-self: center;
  height: 120%;
  margin-right: -80px;
  object-fit: cover;
  opacity: 0.15;
}

.mini-site-hubs .hcs-secondary-nav #menu-item-14945 {
  display: none;
}

.mini-site-hubs .hcs-main-content-body.is_hubs_home {
  margin-top: 3em;
}

@media screen and (max-width: 1280px) {
  .mini-site-hubs .hero-container {
    height: 250px;
  }
  .mini-site-hubs .hero-container .content img.crest {
    margin-right: -60px;
  }
}
@media screen and (max-width: 900px) {
  .mini-site-hubs .hero-container .content img.crest {
    justify-self: center;
    margin: 0;
  }
}
@media screen and (max-width: 720px) {
  .mini-site-hubs .hero-container {
    height: 200px;
  }
  .mini-site-hubs .hero-container > img {
    flex: 2;
  }
  .mini-site-hubs .hero-container .content {
    flex: 3;
  }
  .mini-site-hubs .hero-container .content h1 {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 500px) {
  .mini-site-hubs .hero-container {
    height: 175px;
  }
  .mini-site-hubs .hero-container > img {
    flex: 1.75;
  }
  .mini-site-hubs .hero-container .content {
    flex: 3.25;
  }
  .mini-site-hubs .hero-container .content h1 {
    font-size: 3em;
  }
  .mini-site-hubs .hero-container {
    display: grid;
    place-content: center;
    place-items: center;
    height: 180px;
    border-radius: 3px;
  }
  .mini-site-hubs .hero-container > * {
    grid-area: 1/1;
  }
  .mini-site-hubs .hero-container > img {
    width: 100%;
  }
  .mini-site-hubs .hero-container .content {
    background: linear-gradient(260deg, #655c26 10%, rgba(101, 92, 38, 0.9) 40%, rgba(101, 92, 38, 0));
  }
  .mini-site-hubs .hero-container .content img.crest {
    justify-self: flex-end;
    margin-right: -54px;
    height: 52%;
  }
}
@media screen and (max-width: 400px) {
  .mini-site-hubs .hero-container {
    height: 175px;
  }
  .mini-site-hubs .hero-container .content {
    flex: 3.5;
  }
  .mini-site-hubs .hero-container .content h1 {
    font-size: 2.5em;
  }
  .mini-site-hubs .hero-container .content img.crest {
    margin-right: -58px;
    height: 67%;
  }
}
/* Parallax window treatment */
.hcs-windows-with-parallax {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 3px;
}

.hcs-windows-with-parallax:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  mix-blend-mode: color;
}

.hcs-windows-with-parallax img.bg {
  position: absolute;
  top: -400px;
  left: 0;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hcs-windows-with-parallax .window-frame {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  background: transparent;
}

.hcs-windows-with-parallax .window {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 0 2em;
  background: rgba(187, 129, 59, 0.55);
  border-radius: 3px;
}

.hcs-windows-with-parallax .window span {
  font-family: "Chivo", sans-serif;
  font-size: 2.25em;
  font-weight: 900;
  line-height: 1.1em;
  text-align: center;
  color: #fff;
}

.hcs-windows-with-parallax .window:nth-child(1) {
  border-radius: 0.75rem 0 0 0.75rem;
}

.hcs-windows-with-parallax .window:nth-child(3) {
  border-radius: 0;
}

.hcs-windows-with-parallax .window:nth-child(5) {
  border-radius: 0 0.75rem 0.75rem 0;
}

.hcs-windows-with-parallax .frame {
  width: 20px;
  height: 100%;
  background: white;
}

@media screen and (max-width: 1280px) {
  .hcs-windows-with-parallax img.bg {
    top: -300px;
    transform: scale(1);
  }
}
@media screen and (max-width: 900px) {
  .hcs-windows-with-parallax img.bg {
    top: -230px;
    transform: scale(1.11);
  }
  .hcs-windows-with-parallax .window-frame {
    flex-direction: column;
  }
  .hcs-windows-with-parallax .window span {
    font-size: 2em;
  }
  .hcs-windows-with-parallax .window:nth-child(1) {
    border-radius: 0.75rem 0.75rem 0 0;
  }
  .hcs-windows-with-parallax .window:nth-child(5) {
    border-radius: 0 0 0.75rem 0.75rem;
  }
  .hcs-windows-with-parallax .frame {
    width: 100%;
    height: 10px;
  }
}
@media screen and (max-width: 720px) {
  .hcs-windows-with-parallax .window span {
    font-size: 1.875em;
  }
  .hcs-windows-with-parallax img.bg {
    top: -200px;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 600px) {
  .hcs-windows-with-parallax .window span {
    font-size: 1.675em;
  }
  .hcs-windows-with-parallax img.bg {
    top: -150px;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 540px) {
  .hcs-windows-with-parallax .window span {
    font-size: 1.5em;
  }
  .hcs-windows-with-parallax img.bg {
    top: -100px;
    transform: scale(1.3);
  }
}
@media screen and (max-width: 480px) {
  .hcs-windows-with-parallax .window {
    padding: 0 5.5em;
  }
}
@media screen and (max-width: 445px) {
  .hcs-windows-with-parallax .window {
    padding: 0 4em;
  }
}
@media screen and (max-width: 400px) {
  .hcs-windows-with-parallax .window {
    padding: 0 3em;
  }
  .hcs-windows-with-parallax img.bg {
    top: -120px;
    left: 90px;
    transform: scale(1.6);
  }
}
@media screen and (max-width: 380px) {
  .hcs-windows-with-parallax .window {
    padding: 0 2em;
  }
}
@media screen and (max-width: 350px) {
  .hcs-windows-with-parallax .window {
    padding: 0 1em;
  }
  .hcs-windows-with-parallax .window span {
    font-size: 1.375em;
  }
}
.is_hubs_page .short-banner {
  display: flex;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.is_hubs_page .short-banner img {
  flex: 2;
  margin: 0;
  object-fit: cover;
  border-radius: 0.75em 0 0 0.75em;
  border-radius: 3px 0 0 3px;
}

.is_hubs_page .short-banner .content {
  display: flex;
  flex: 3;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0.5em;
  background: #28386b;
  border-radius: 0 0.75em 0.75em 0;
  border-radius: 0 3px 3px 0;
}

.is_hubs_page .short-banner .content h1 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 2em;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(31, 75, 96, 0.3);
}

.is_hubs_page .short-banner .content img.crest {
  position: absolute;
  align-self: center;
  width: 600px;
  top: -130px;
  right: -200px;
  object-fit: cover;
  opacity: 0.1;
}

.mini-site-hubs .hcs-main-content-header {
  margin-bottom: 2rem;
}

.mini-site-hubs h3 {
  color: #655c26;
  font-weight: 700;
}

.mini-site-hubs section.call-to-action p:last-of-type {
  margin-top: 2em;
}

@media screen and (max-width: 720px) {
  .is_hubs_page .short-banner .content img.crest {
    right: -130px;
  }
}
@media screen and (max-width: 600px) {
  .is_hubs_page .short-banner .content img.crest {
    top: -100px;
    right: -100px;
  }
}
@media screen and (max-width: 420px) {
  .is_hubs_page .short-banner img {
    flex: 1.75;
  }
  .is_hubs_page .short-banner .content {
    flex: 3.25;
  }
  .is_hubs_page .short-banner .content h1 {
    font-size: 1.75em;
  }
  .is_hubs_page .short-banner .content img.crest {
    top: -80px;
    right: -110px;
  }
}
@media screen and (max-width: 375px) {
  .is_hubs_page .short-banner img {
    flex: 1.5;
  }
  .is_hubs_page .short-banner .content {
    flex: 3.5;
  }
  .is_hubs_page .short-banner .content h1 {
    font-size: 1.5em;
  }
  .is_hubs_page .short-banner .content img.crest {
    top: -60px;
    right: -80px;
  }
}
/* Navigation tiles */
.mini-site-hubs .hcs-nav-tiles {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
}

.mini-site-hubs .hcs-tile {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 40%;
  overflow: hidden;
  border-radius: 3px;
}

.mini-site-hubs .hcs-tile:first-of-type {
  margin-right: 20px;
}

.mini-site-hubs .hcs-tile img {
  position: absolute;
  object-fit: cover;
}

.mini-site-hubs .hcs-tile:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(187, 129, 59, 0.7);
}

.mini-site-hubs .hcs-tile .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.mini-site-hubs .hcs-tile .content .title {
  font-size: 2em;
  text-shadow: 2px 2px 4px rgba(31, 75, 96, 0.3);
}

/* .mini-site-hubs .hcs-btn {
    padding: .5rem .8rem .5rem;
    font-weight: 700;
    border-radius: 1.25em;
    box-shadow: $hcs-box-shadow-sm;
} */
@media screen and (max-width: 720px) {
  .mini-site-hubs .hcs-nav-tiles {
    flex-direction: column;
    padding: 0 4em;
  }
  .mini-site-hubs .hcs-nav-tiles .hcs-tile {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .mini-site-hubs .hcs-nav-tiles {
    padding: 0 2em;
  }
}
@media screen and (max-width: 380px) {
  .mini-site-hubs .hcs-nav-tiles {
    padding: 0 0.75em;
  }
}
/* The Locations Page */
.mini-site-hubs .is_hubs_locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}

.mini-site-hubs .is_hubs_locations .hcs-tile {
  display: flex;
  position: relative;
  flex-basis: 48%;
  margin-bottom: 2em;
}

.mini-site-hubs .is_hubs_locations .hcs-tile .media {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mini-site-hubs .is_hubs_locations .hcs-tile .media img {
  width: 110%;
  object-fit: cover;
}

.mini-site-hubs .is_hubs_locations .hcs-tile .media.no-thumbnail {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0.4;
  z-index: 1;
}

.mini-site-hubs .is_hubs_locations .hcs-tile .media.no-thumbnail img {
  width: auto;
  height: 100%;
}

.mini-site-hubs .is_hubs_locations .hcs-tile .content {
  display: flex;
  align-items: flex-start;
  align-self: flex-end;
  width: 100%;
  padding: 0 3em 2.5em;
  color: #fff;
  z-index: 1;
}

.mini-site-hubs .is_hubs_locations .hcs-tile .content .title,
.mini-site-hubs .is_hubs_locations .hcs-tile .content .location {
  display: block;
  text-align: left;
}

.mini-site-hubs .is_hubs_locations .hcs-tile .content .title {
  margin-bottom: 0.25em;
  line-height: 1.1;
}

.mini-site-hubs .is_hubs_locations .hcs-tile a {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .mini-site-hubs .is_hubs_locations .hcs-tile .content .title {
    font-size: 1.75em;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile .content {
    padding: 0 2em 2em;
  }
}
@media screen and (max-width: 1024px) {
  .mini-site-hubs .is_hubs_locations .hcs-tile .content .title {
    font-size: 2em;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile .content {
    padding: 0 3em 2.5em;
  }
}
@media screen and (max-width: 990px) {
  .mini-site-hubs .is_hubs_locations .hcs-tile .content .title {
    font-size: 1.75em;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile .content {
    padding: 0 2em 2em;
  }
}
@media screen and (max-width: 720px) {
  .mini-site-hubs .is_hubs_locations {
    flex-direction: column;
    padding: 0 3em;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile {
    aspect-ratio: 32/9;
    margin-right: 0;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile .content .title {
    font-size: 1.75em;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile .content {
    padding: 0 2em 2em;
  }
}
@media screen and (max-width: 630px) {
  .mini-site-hubs .is_hubs_locations .hcs-tile .content {
    padding: 0 1.75em 1.5em;
  }
}
@media screen and (max-width: 560px) {
  .mini-site-hubs .is_hubs_locations {
    padding: 0 1.5em;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile .content .title {
    font-size: 1.5em;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile .content {
    padding: 0 1.5em 1.25em;
  }
}
@media screen and (max-width: 400px) {
  .mini-site-hubs .is_hubs_locations {
    padding: 0;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile .content .title {
    font-size: 1.35em;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile .content {
    padding: 0 1em 1em;
  }
}
@media screen and (max-width: 372px) {
  .mini-site-hubs .is_hubs_locations {
    padding: 0;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile .content .title {
    font-size: 1.125em;
  }
  .mini-site-hubs .is_hubs_locations .hcs-tile .content .location {
    font-size: 0.875em;
  }
}
/* Accordion Styles for the Hubs FAQ Page */
.mini-site-hubs .hcs-main-content-mini-site-hubs-faq h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0 0;
  padding: 20px;
  font-family: "Chivo", sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 22px;
  color: #fff;
  background: linear-gradient(145deg, #1A2851 0%, #28386b 100%);
  border-radius: 3px;
  transition: all 0.35s ease;
}

.mini-site-hubs .hcs-main-content-mini-site-hubs-faq h2:first-of-type {
  margin-top: 1.75em;
}

.mini-site-hubs .hcs-main-content-mini-site-hubs-faq h2::after {
  content: "+";
  align-self: flex-start;
  font-family: "Font Awesome 6 Pro";
  font-size: 1em;
  font-weight: 700;
  text-align: right;
}

.mini-site-hubs .hcs-main-content-mini-site-hubs-faq h2:hover {
  cursor: pointer;
}

.mini-site-hubs .hcs-main-content-mini-site-hubs-faq h2.open {
  border-radius: 3px 3px 0 0;
}

.mini-site-hubs .hcs-main-content-mini-site-hubs-faq h2.open + p + h2 {
  margin-top: 1.75em;
}

.mini-site-hubs .hcs-main-content-mini-site-hubs-faq h2.open::after {
  content: "\f068";
}

.mini-site-hubs .hcs-main-content-mini-site-hubs-faq p {
  display: none;
  margin-bottom: 0;
  padding: 1.25em 3em;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.35s ease;
  border-right: 1px solid rgba(213, 216, 220, 0.6);
  border-bottom: 1px solid rgba(213, 216, 220, 0.6);
  border-left: 1px solid rgba(213, 216, 220, 0.6);
}

.mini-site-hubs .hcs-main-content-mini-site-hubs-faq h2.open + p {
  display: block;
  border-radius: 0 0 3px 3px;
}

@media screen and (max-width: 520px) {
  .mini-site-hubs .hcs-btn {
    min-width: 230px;
  }
}
/* 04-19 | Events */
.archive-events .hcs-main-content h1 {
  margin-bottom: 1em;
}

.archive-events .hcs-main-content article {
  margin-bottom: 2em;
}

@media screen and (max-width: 720px) {
  .archive-events .hcs-flag,
  .archive-events .hcs-flag-media-left {
    flex-direction: column-reverse;
    align-items: center;
    border: 1px solid rgba(124, 122, 75, 0.35);
    border-radius: 0.5em;
    box-shadow: 1px 1px 4px rgba(76, 72, 70, 0.3);
  }
  .archive-events .hcs-flag div:first-of-type,
  .archive-events .hcs-flag-media-left div:first-of-type {
    margin-bottom: 1em;
    padding: 0 0.5em;
    align-items: center;
  }
  .archive-events .hcs-flag > :last-child,
  .archive-events .hcs-flag img,
  .archive-events .hcs-flag-media-left > :last-child,
  .archive-events .hcs-flag-media-left img {
    width: 100%;
    border-radius: 0.5em 0.5em 0 0;
  }
  .archive-events .hcs-flag-media-left .hcs-flag-content:first-child {
    padding-top: 1em;
    padding-bottom: 0.25em;
  }
}
/**
 * Events Single page
 */
.single-events .hcs-main-content {
  margin-bottom: 4em;
}

.single-events header h1 {
  margin-bottom: 0;
}

.single-events header .subtitle,
.single-events header .start-date {
  display: block;
  font-family: "Chivo", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  margin: -5px 0;
  margin-left: 0.625em;
}

.single-events .hcs-main-content main {
  margin-bottom: 4em;
}

.single-events .cover-image-container {
  width: 100%;
  border-radius: 5px;
}

.single-events .cover-image-container img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.single-events .hcs-guest-speaker {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-events .hcs-guest-speaker .name {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0.5em;
}

.single-events .hcs-guest-speaker .headshot {
  display: flex;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  clip-path: circle(50% at center);
}

.single-events .hcs-guest-speaker .headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-events .call-to-action {
  display: flex;
  justify-content: center;
}

/* 04-20 | Course Library */
.pg-course-library {
  --pg-cl-text: #1f2f63;
  --pg-cl-subtle: #57637f;
  --pg-cl-border: #d9e0ef;
  --pg-cl-surface: #ffffff;
  --pg-cl-surface-soft: #f5f8ff;
  --pg-cl-accent: #1f3f90;
  --pg-cl-accent-soft: #e9f0ff;
  --pg-cl-shadow: 0 10px 30px rgba(15, 29, 64, 0.11);
  font-size: 24px;
  color: var(--pg-cl-text);
}

.pg-course-library .hcs-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2.4rem 1.2rem 3.2rem;
}

.pg-course-library-page {
  display: grid;
  gap: 1.2rem;
}

.pg-course-library-header h1 {
  margin: 0 0 0.32rem;
  color: var(--pg-cl-text);
  font-size: clamp(2rem, 3.6vw, 2.7rem);
  line-height: 1.1;
}

.pg-course-library .hcs-text-small {
  font-size: 1.12rem;
  color: var(--pg-cl-subtle);
  letter-spacing: 0.01em;
}

.pg-course-library-section {
  background: linear-gradient(180deg, #f8faff 0%, #f4f7fe 100%);
  border: 1px solid var(--pg-cl-border);
  border-radius: 14px;
  box-shadow: var(--pg-cl-shadow);
  padding: 1.45rem;
}

.pg-course-library-section h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin: 0 0 0.85rem;
}

.pg-course-library-message.is-error {
  border: 1px solid #d33;
  background: #fff3f3;
  color: #7a0000;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border-radius: 10px;
}

.pg-course-library-filters {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 1rem;
  gap: 0.65rem;
}

.pg-course-library-list .pg-course-library-filters {
  margin: 0.9rem 0.9rem 0;
}

.pg-course-library-filters > div {
  background: #fff;
  border: 1px solid var(--pg-cl-border);
  border-radius: 12px;
  padding: 0.6rem 0.65rem 0.55rem;
}

.pg-course-library-filters label {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--pg-cl-subtle);
}

.pg-course-library .pg-degree-plan-select {
  min-height: 46px;
  font-size: 1.2rem;
  border-radius: 9px;
  border-color: #ccd7ed;
  background-color: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.pg-course-library .pg-degree-plan-select:focus {
  border-color: #7ea0e8;
  box-shadow: 0 0 0 3px rgba(81, 120, 208, 0.18);
}

.pg-course-library-layout {
  display: block;
}

.pg-course-library-list {
  border: 1px solid var(--pg-cl-border);
  border-radius: 12px;
  background: var(--pg-cl-surface);
  overflow: hidden;
}

.pg-course-library-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.pg-course-library-table th,
.pg-course-library-table td {
  border-bottom: 1px solid #e2e8f6;
  padding: 0.82rem 0.78rem;
  text-align: left;
  vertical-align: top;
  font-size: 1.22rem;
}

.pg-course-library-table th {
  background: #edf3ff;
  color: var(--pg-cl-text);
  font-weight: 700;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pg-course-library-table tbody tr {
  cursor: pointer;
  transition: background-color 0.14s ease;
}

.pg-course-library-table tbody tr:nth-child(even) {
  background: #fcfdff;
}

.pg-course-library-table tbody tr:hover {
  background: #f3f7ff;
}

.pg-course-library-table tbody tr.is-active {
  background: #e8f0ff;
  box-shadow: inset 4px 0 0 #4e74c8;
}

body.pg-course-library-modal-open {
  overflow: hidden;
}

.pg-course-library-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.pg-course-library-modal[hidden] {
  display: none;
}

.pg-course-library-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 36, 77, 0.22);
}

.pg-course-library-modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(980px, 100% - 2.2rem);
  max-height: calc(100vh - 8.2rem);
  overflow: auto;
  background: #ffffff;
  opacity: 1;
  border: 1px solid #d5dff2;
  box-shadow: 0 24px 60px rgba(10, 16, 38, 0.34);
  border-radius: 16px;
  padding: 1.15rem 1.1rem 1.05rem;
  font-size: 1.3rem;
}

.pg-course-library-modal__close {
  position: absolute;
  right: 1.25rem;
  top: 0.62rem;
  border: 1px solid #cad7f0;
  background: #f5f8ff;
  color: var(--pg-cl-accent, #1f3f90);
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  font-size: 1.35rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.16s ease, border-color 0.16s ease;
}

.pg-course-library-modal__close:hover {
  background: #e9f0ff;
  border-color: #a9c0ec;
}

.pg-course-library-modal__head {
  border-bottom: 1px solid #e4ebf8;
  padding-bottom: 0.75rem;
  margin-bottom: 0.8rem;
  padding-right: 2.1rem;
}

.pg-course-library-modal__head h3 {
  margin: 0 0 0.26rem;
  color: var(--pg-cl-text, #1f2f63);
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  line-height: 1.2;
}

.pg-course-library-modal__head p {
  margin: 0;
  font-size: 1.26rem;
  line-height: 1.5;
  color: var(--pg-cl-subtle, #57637f);
}

.pg-course-library-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.pg-course-library-meta-item {
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
  border: 1px solid #dce6f8;
  border-radius: 10px;
  padding: 0.62rem 0.72rem;
  font-size: 1.24rem;
  font-weight: 700;
}

.pg-course-library-meta-item strong {
  display: block;
  color: var(--pg-cl-subtle, #57637f);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.pg-course-library-modal h4 {
  margin: 0 0 0.4rem;
  color: var(--pg-cl-text, #1f2f63);
  font-size: 0.98rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.pg-course-library-detail-list {
  margin: 0 0 0.9rem;
  padding-left: 1.1rem;
  font-size: 1.2rem;
  line-height: 1.45;
}

.pg-course-library-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin: 0;
}

.pg-course-library-chip {
  display: inline-block;
  background: #eef4ff;
  border: 1px solid #d2def7;
  color: #233d79;
  border-radius: 999px;
  padding: 0.26rem 0.56rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.25;
}

.pg-course-library-empty {
  color: var(--pg-cl-subtle, #57637f);
  font-size: 1.15rem;
  margin: 0;
}

.pg-course-library-offering {
  border: 1px solid #dbe4f5;
  border-radius: 12px;
  padding: 0.84rem 0.88rem;
  margin-bottom: 0.66rem;
  background: #fbfcff;
}

.pg-course-library-offering:last-child {
  margin-bottom: 0;
}

.pg-course-library-offering__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.45rem;
}

.pg-course-library-offering__term {
  font-weight: 700;
  color: var(--pg-cl-text, #1f2f63);
  font-size: 1.2rem;
  line-height: 1.3;
}

.pg-course-library-offering__seq {
  font-size: 1.08rem;
  color: #3f5a95;
  background: var(--pg-cl-accent-soft, #e9f0ff);
  border: 1px solid #ccdbfa;
  border-radius: 999px;
  padding: 0.22rem 0.58rem;
  white-space: nowrap;
}

.pg-course-library-offering__line {
  margin: 0.2rem 0 0.45rem;
  font-size: 1.15rem;
  color: #30416e;
}

.pg-course-library-offering__line strong {
  color: var(--pg-cl-text, #1f2f63);
}

.pg-course-library-offering__meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem;
  margin: 0 0 0.58rem;
}

.pg-course-library-offering__meta-item {
  background: #f4f8ff;
  border: 1px solid #dbe6f9;
  border-radius: 9px;
  padding: 0.47rem 0.56rem;
  font-size: 1.08rem;
  color: #263e72;
}

.pg-course-library-offering__meta-item strong {
  display: block;
  color: var(--pg-cl-subtle, #57637f);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.13rem;
}

.pg-course-library-detail-group {
  margin: 0 0 0.52rem;
}

.pg-course-library-detail-group:last-child {
  margin-bottom: 0;
}

.pg-course-library-offerings-scroll {
  max-height: 52vh;
  overflow: auto;
  padding-right: 0.2rem;
}

.pg-course-library-offerings-scroll::-webkit-scrollbar {
  width: 8px;
}

.pg-course-library-offerings-scroll::-webkit-scrollbar-thumb {
  background: #c6d5f2;
  border-radius: 999px;
}

@media (max-width: 980px) {
  .pg-course-library-filters {
    grid-template-columns: 1fr;
  }
  .pg-course-library-meta-grid {
    grid-template-columns: 1fr;
  }
  .pg-course-library-offering__meta-grid {
    grid-template-columns: 1fr;
  }
  .pg-course-library-modal__dialog {
    top: 50%;
    width: calc(100% - 1.1rem);
    max-height: calc(100vh - 4.6rem);
    border-radius: 12px;
    padding: 0.95rem 0.85rem;
  }
}
@media (max-width: 640px) {
  .pg-course-library .hcs-content {
    padding: 1.5rem 0.75rem 2.2rem;
  }
  .pg-course-library-section {
    padding: 0.95rem;
    border-radius: 10px;
  }
  .pg-course-library-filters > div {
    padding: 0.46rem 0.5rem 0.5rem;
  }
  .pg-course-library-table th,
  .pg-course-library-table td {
    padding: 0.62rem 0.5rem;
    font-size: 0.81rem;
  }
  .pg-course-library-table th {
    font-size: 0.66rem;
  }
}
/* 04-21 | Areas of Study */
/* Main Content Area */
.pg-areas-of-study .hcs-main-content section:first-of-type > p:first-of-type {
  font-size: 1.3em;
  line-height: 1.3em;
}

.pg-areas-of-study .hcs-main-content section:first-of-type > p:first-of-type::first-line {
  font-family: "Lora", serif;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 2em;
  color: #28386b;
}

.pg-areas-of-study .overview {
  margin-left: 90px;
  margin-right: 90px;
}

.pg-areas-of-study .programs-list {
  position: relative;
  display: flex;
  margin-left: 22px;
}

.pg-areas-of-study .programs-list .content {
  max-width: 900px;
  width: 70%;
  min-height: 550px;
  padding: 4em;
  padding-right: 15%;
  background-color: #f7f8fc;
  border-radius: 5px;
}

.pg-areas-of-study .hcs-main-content .programs-list main h2 {
  margin-bottom: 2em;
}

.pg-areas-of-study .hcs-main-content .programs-list .programs-list-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 2em 2em;
}

.pg-areas-of-study .hcs-main-content .programs-list .programs-list-item > * {
  margin-bottom: 0.5em;
}

.pg-areas-of-study .hcs-main-content .programs-list .programs-list-item.open > p,
.pg-areas-of-study .hcs-main-content .programs-list .programs-list-item.open > a {
  display: inline-block;
}

.pg-areas-of-study .hcs-main-content .programs-list h3 {
  display: inline-block;
}

.pg-areas-of-study .hcs-main-content .programs-list i[class*=fa-] {
  margin-left: 1em;
  font-size: 1.125;
  color: #bb813b;
}

.pg-areas-of-study .hcs-main-content .programs-list i[class*=fa-arrow-right] {
  display: inline-block;
}

.pg-areas-of-study .hcs-main-content .programs-list i[class*=fa-arrow-down] {
  display: none;
}

.pg-areas-of-study .hcs-main-content .programs-list div.open i[class*=fa-arrow-right] {
  display: none;
}

.pg-areas-of-study .hcs-main-content .programs-list div.open i[class*=fa-arrow-down] {
  display: inline-block;
}

.pg-areas-of-study .hcs-main-content .programs-list p,
.pg-areas-of-study .hcs-main-content .programs-list a {
  display: none;
  margin-inline: 0.75em;
}

.pg-areas-of-study .hcs-main-content .programs-list a.call-to-action {
  color: #bb813b;
}

.pg-areas-of-study .programs-list .media {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  top: 100px;
  right: 0;
}

.pg-areas-of-study .programs-list .media-container {
  align-self: center;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 5px;
}

.pg-areas-of-study .hcs-main-content .programs-list .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 20%;
}

.pg-areas-of-study .hcs-main-content section:nth-of-type(3),
.pg-areas-of-study .areas-of-study-next-steps {
  margin-inline: 22px;
}

@media screen and (max-width: 1100px) {
  .pg-areas-of-study .hcs-main-content .programs-list .media {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .pg-areas-of-study .programs-list,
  .pg-areas-of-study .hcs-main-content section:nth-of-type(3),
  .pg-areas-of-study .areas-of-study-next-steps {
    margin-inline: 0;
  }
  .pg-areas-of-study .programs-list .content {
    width: 70%;
  }
  .pg-areas-of-study .hcs-main-content .programs-list .media {
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .pg-areas-of-study .programs-list .content {
    padding: 3em;
    padding-right: 20%;
  }
}
@media screen and (max-width: 768px) {
  .pg-areas-of-study .overview {
    margin-inline: 2em;
  }
  .pg-areas-of-study .programs-list h2 {
    font-size: 32px;
  }
  .pg-areas-of-study .programs-list {
    flex-direction: column;
    align-items: center;
    margin-inline: -2em;
    border-radius: 0;
  }
  .pg-areas-of-study .programs-list .content {
    width: 100%;
    padding-inline: 4em;
  }
  .pg-areas-of-study .hcs-main-content .programs-list .media {
    position: static;
    width: 300px;
    aspect-ratio: 1/1;
    margin-top: -60px;
  }
}
@media screen and (max-width: 520px) {
  .pg-areas-of-study .overview {
    margin-inline: 0;
  }
  .pg-areas-of-study .programs-list .content {
    padding-inline: 2em;
  }
}
@media screen and (max-width: 420px) {
  .pg-areas-of-study .programs-list {
    margin-inline: -1em;
  }
  .pg-areas-of-study .programs-list .content {
    padding-inline: 1em;
  }
  .pg-areas-of-study .hcs-main-content .programs-list .media {
    width: 100%;
    padding-inline: 17px;
  }
  .pg-areas-of-study .hcs-main-content .programs-list .programs-list-item {
    margin-left: 0.5em;
  }
}
/*************************
 *  START REDDING STYLES
 *************************/
/**
 * Copyright: 2019 Heritage College and Seminary
 * Author: original theme development by Redding Designs
 *
 * Heritage is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later.
 *
 */
/* Nav */
/* Footer */
/* Banners */
/* Main Content */
/* Home Page */
/* SUB CATEGORIES */
/*************************
 *  END REDDING STYLES
 *************************/
/*************************
*  START REBRAND STYLES
*************************/
/* Vision Wheel */
/* General */
html {
  font-size: 62.5%;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* Typography */
/* override bootstrap h styles & non-elementor styling */
/* this is also defined in the theme itself so that it's visible in the editor - remove if from there later 
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 2rem;
}
*/
h2 {
  font-size: 2rem;
}

/* Button Globals */
.btn-white a.elementor-button {
  background-color: #fff;
  color: var(--e-global-color-primary);
}

.btn-white a.elementor-button:hover, .btn-white a.elementor-button:active {
  background-color: rgba(255, 255, 255, 0.8);
}

.btn-blue a.elementor-button {
  background-color: #2a396c;
  color: #fff;
}

.btn-blue a.elementor-button:hover, .btn-blue a.elementor-button:active {
  background-color: #1c2851;
}

.btn-dark-blue a.elementor-button {
  background-color: #1c2851;
  color: #fff;
}

.btn-dark-blue a.elementor-button:hover, .btn-dark-blue a.elementor-button:active {
  background-color: #2a396c;
}

.btn-dark-blue-dark a.elementor-button {
  background-color: #1c2851;
  color: #fff;
}

.btn-dark-blue-dark a.elementor-button:hover, .btn-dark-blue-dark a.elementor-button:active {
  background-color: var(--e-global-color-secondary);
}

.btn-grey a.elementor-button {
  background-color: #e3e3e3;
  color: var(--e-global-color-primary);
}

.btn-grey a.elementor-button:hover, .btn-grey a.elementor-button:active {
  background-color: var(--e-global-color-secondary);
}

.btn-icon .elementor-button-icon svg {
  width: 3.2rem;
  height: auto;
}

.btn-icon .elementor-button {
  padding: 1.6rem 2.5rem 1.6rem 2rem !important;
  line-height: 2;
}

.elementor .btn-blue.btn-icon {
  flex: none;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .next-steps .btn-blue a.elementor-button {
    height: 70px;
    display: flex;
    align-items: center;
  }
}
/* custom button color image-overlay */
.btn-img-rollover {
  position: relative;
  overflow: hidden;
}

/* Create the overlay */
.btn-img-rollover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--e-global-color-primary);
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.btn-img-rollover.trans::before {
  opacity: 0.6;
}

/* Fade the overlay on hover */
.btn-img-rollover:hover::before {
  opacity: 0.8;
}

.btn-img-rollover.trans:hover::before {
  opacity: 0.9;
}

.btn-img-rollover.trans h2 {
  color: #fff;
  font-size: 2.25rem;
}

/* Keep content above overlay */
.btn-img-rollover > * {
  position: relative;
  z-index: 2;
}

.header_span {
  color: var(--e-global-color-primary);
  font-family: "Lora", Sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}

/* hide header after on elementor pages */
.elementor-default *[class*=heading-]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 4px;
  background-color: #b30838;
  display: none;
}

/* hide current Heritage header */
#header-without-hero {
  display: none;
}

/* Top Menu */
.top-menu-left .elementor-nav-menu--main .elementor-nav-menu > li:nth-child(n+4) {
  display: none;
}
.top-menu-left .elementor-nav-menu--main .elementor-nav-menu > li:nth-child(3)::after {
  display: none;
}

.top-menu-right .elementor-nav-menu--main .elementor-nav-menu > li:nth-child(-n+3) {
  display: none;
}

/* Main Menu */
.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
  color: #bc813b;
  fill: #bc813b;
}

/* Mega Menu widgets vertical */
.heritage-mm-sub .elementor-widget-n-menu .e-n-menu-heading {
  flex-direction: column;
}

.heritage-mm-sub .e-n-menu-title-text:hover {
  text-decoration: underline;
}

.heritage-mm-sub .e-n-menu-title-text {
  text-wrap: auto;
  font-weight: 300;
}

.heritage-mm-dt-drop {
  -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1320px) {
  .heritage-mm-dt-drop {
    max-width: 1340px !important;
  }
}
/* Mobile Menu list */
@media screen and (min-width: 1024px) {
  .mobile-menu-popup {
    display: none;
  }
}
@media (min-width: 1025px) {
  .mobile-menu-trigger {
    display: none !important;
  }
}
.heritage-mm-pop-sub .elementor-widget-n-menu .e-n-menu-heading {
  display: flex;
  flex-direction: column !important;
}

/* ================================
   HERITAGE POPUP ACCORDION MENU
================================ */
.heritage-menu,
.heritage-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-top-btns a,
.mobile-menu-top-btns button {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu-top-btns a:focus,
.mobile-menu-top-btns a:active,
.mobile-menu-top-btns button:focus,
.mobile-menu-top-btns button:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Top level spacing */
/* Top-level links */
.heritage-menu > li > a {
  font-size: 1.7rem;
  font-weight: 500;
  color: #1f2a44;
  text-decoration: none;
  display: block;
  transition: opacity 0.3s ease;
  padding: 1rem 0 1rem 2.5rem;
}

.heritage-menu > li > a:hover {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
}

/* Make sure submenus are renderable (themes often hide them) */
.heritage-menu .submenu {
  display: block !important;
  position: static !important;
  float: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Accordion animation (we control height via JS) */
.heritage-menu .submenu {
  height: 0;
  overflow: hidden;
  transition: height 300ms ease;
  padding-left: 32px;
  /*margin-top: 20px;*/
}

/* Submenu items */
.heritage-menu .submenu a {
  font-size: 1.5rem;
  color: #1f2a44;
  text-decoration: none;
  transition: opacity 0.3s ease;
  padding-left: 15px;
  line-height: 28px;
}

.dialog-widget-overlay {
  pointer-events: auto !important;
}

.elementor-popup-modal {
  animation: none !important;
}

.dialog-widget-content,
.dialog-lightbox-widget-content {
  animation: none !important;
  transition: none !important;
}

/*   Menu Item: Keep hover / active / open styling */
.elementor-widget-n-menu .e-n-menu-item.e-open > .e-n-menu-title .e-n-menu-title-text,
.elementor-widget-n-menu .e-n-menu-item.e-active > .e-n-menu-title .e-n-menu-title-text,
.elementor-widget-n-menu .e-n-menu-item:hover > .e-n-menu-title .e-n-menu-title-text {
  color: var(--e-global-color-secondary) !important;
}

/* ONLY titles that contain the dropdown icon button */
.elementor-widget-n-menu .e-n-menu-item.e-open > .e-n-menu-title:has(> .e-n-menu-dropdown-icon),
.elementor-widget-n-menu .e-n-menu-item.e-active > .e-n-menu-title:has(> .e-n-menu-dropdown-icon),
.elementor-widget-n-menu .e-n-menu-item:hover > .e-n-menu-title:has(> .e-n-menu-dropdown-icon) {
  background-color: #fff !important;
}

/* Homepage icon buttons */
.hp_button_icon .elementor-button-icon svg {
  height: auto;
  width: 2em;
}

/* Introductory Paragraph styles */
body .intro-paragraph h1 {
  font-size: 3.2rem;
  line-height: 4rem;
}

body .intro-paragraph p {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

/* ========================================
   Accordion Icon Settings
======================================== */
/* ========================================
   Accordion Styling
======================================== */
.hp_accordion_icon .e-n-accordion .e-n-accordion-item-title-text {
  position: relative;
  padding-left: calc(3.5rem + 1.75rem);
}
.hp_accordion_icon .e-n-accordion .e-n-accordion-item-title-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background-color: #29396C;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  /*transition: background-color 0.25s ease;*/
}
.hp_accordion_icon .e-n-accordion {
  /* ========================================
     Assign Icons
  ======================================== */
}
.hp_accordion_icon .e-n-accordion .e-n-accordion-item:nth-child(1) .e-n-accordion-item-title-text::before {
  mask-image: url(/wp-content/uploads/2026/03/icon_student.svg);
  -webkit-mask-image: url(/wp-content/uploads/2026/03/icon_student.svg);
}
.hp_accordion_icon .e-n-accordion .e-n-accordion-item:nth-child(2) .e-n-accordion-item-title-text::before {
  mask-image: url(/wp-content/uploads/2026/03/icon_churches.svg);
  -webkit-mask-image: url(/wp-content/uploads/2026/03/icon_churches.svg);
}
.hp_accordion_icon .e-n-accordion .e-n-accordion-item:nth-child(3) .e-n-accordion-item-title-text::before {
  mask-image: url(/wp-content/uploads/2026/03/icon_parents.svg);
  -webkit-mask-image: url(/wp-content/uploads/2026/03/icon_parents.svg);
}
.hp_accordion_icon .e-n-accordion .e-n-accordion-item:nth-child(4) .e-n-accordion-item-title-text::before {
  mask-image: url(/wp-content/uploads/2026/03/icon_doners.svg);
  -webkit-mask-image: url(/wp-content/uploads/2026/03/icon_doners.svg);
}
.hp_accordion_icon .e-n-accordion .e-n-accordion-item:nth-child(5) .e-n-accordion-item-title-text::before {
  mask-image: url(/wp-content/uploads/2026/03/icon_alumni.svg);
  -webkit-mask-image: url(/wp-content/uploads/2026/03/icon_alumni.svg);
}
.hp_accordion_icon .e-n-accordion .e-n-accordion-item:nth-child(6) .e-n-accordion-item-title-text::before {
  mask-image: url(/wp-content/uploads/2026/03/icon_faculty.svg);
  -webkit-mask-image: url(/wp-content/uploads/2026/03/icon_faculty.svg);
}
.hp_accordion_icon .e-n-accordion {
  /* ========================================
     Hover State
  ======================================== */
}
.hp_accordion_icon .e-n-accordion .e-n-accordion-item:hover .e-n-accordion-item-title-text::before {
  background-color: #fff;
}
.hp_accordion_icon .e-n-accordion {
  /* ========================================
     Active / Open State
  ======================================== */
}
.hp_accordion_icon .e-n-accordion .e-n-accordion-item.elementor-active .e-n-accordion-item-title-text::before,
.hp_accordion_icon .e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text::before {
  background-color: #fff;
}

/* Accordion easing */
.elementor-widget-n-accordion .e-n-accordion-item:not([open]) .e-con {
  display: none;
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-con {
  display: block;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

@starting-style {
  .elementor-widget-n-accordion .e-n-accordion-item[open] .e-con {
    opacity: 0;
    transform: translateY(-8px);
  }
}
/* Homepage post cards */
.hp-post-card {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 1.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-cat, .post-cat a {
  color: var(--e-global-color-primary);
  text-transform: uppercase;
  font-size: 1.3rem;
}

.post-date {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #838383;
}

.post-title {
  font-weight: 400;
}

.post-pipe {
  color: #838383;
}

.hp-post-skin-container::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 15px;
  top: 40%;
  background-color: rgba(0, 0, 0, 0.25); /* default faded color */
  -webkit-mask-image: url("/wp-content/uploads/2026/02/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("/wp-content/uploads/2026/02/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

.hp-post-skin-container:hover::after {
  background-color: #bc813b;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .hp-post-skin-container {
    max-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .hp-post-skin-container::after {
    display: none;
  }
}
/* Footer */
/* forces Elementor to display vertical menus instead of horizontal */
.heritage-footer .elementor-widget-n-menu .e-n-menu-heading {
  flex-direction: column;
}

.heritage-footer .e-n-menu-title-text {
  text-wrap: auto;
}

.heritage-footer .elementor-widget-n-menu .e-n-menu-item:hover > .e-n-menu-title .e-n-menu-title-text {
  color: rgba(255, 255, 255, 0.7098039216) !important;
}

.ftr-accordion.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded=false] {
  border-radius: 0px;
}

/* Why Heritage Carousel */
.why-heritage-prev,
.why-heritage-next {
  cursor: pointer;
}

.why-heritage-prev:hover,
.why-heritage-next:hover {
  opacity: 0.5;
}

.why-heritage-flip .elementor-flip-box__front::after {
  content: "";
  background-image: url(/wp-content/uploads/2026/04/why-heritage-plus-2.png);
  background-size: cover;
  position: absolute;
  height: 36px;
  width: 36px;
  right: 8%;
  top: 6%;
}

.why-heritage-flip .elementor-flip-box__layer__title {
  width: 246px;
}

/* Student Stories */
.student-story .elementor-testimonial__content {
  display: flex;
  flex-direction: column-reverse;
}

.student-story .elementor-testimonial__cite {
  margin-top: 5rem !important;
  margin-bottom: 1rem !important;
}

.student-story .elementor-swiper-button {
  border: 1px solid var(--e-global-color-primary);
  border-radius: 20px;
  padding: 6px;
}

.student-story .elementor-swiper-button {
  top: 90% !important;
}

.student-story .elementor-swiper-button-prev {
  left: 90px !important;
}

.student-story .elementor-swiper-button-next {
  right: auto;
  left: 140px !important;
  width: 33px;
}

@media (max-width: 767px) {
  .student-story .elementor-testimonial__footer {
    align-items: flex-start;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .student-story .elementor-testimonial {
    flex-direction: column-reverse !important;
    padding-bottom: 70px;
  }
  .student-story .elementor-swiper-button-prev {
    left: 35% !important;
  }
  .student-story .elementor-swiper-button-next {
    right: auto;
    left: 55% !important;
    width: 33px;
  }
}
/* Buttons Collage */
@media screen and (max-width: 767px) {
  .btn-collage .elementor-button {
    text-align: left;
    line-height: 1.2;
  }
  .btn-collage .elementor-button-content-wrapper {
    align-items: center;
  }
}
/* Breadcrumbs */
.hc-plain-breadcrumbs, .hc-plain-breadcrumbs a {
  display: flex;
  align-items: center;
  gap: 0.35em;
  flex-wrap: wrap;
  color: #fff;
}

.hc-plain-breadcrumbs a:hover {
  color: var(--e-global-color-secondary);
}

.hc-breadcrumb-separator {
  color: var(--e-global-color-secondary);
}

.hc-breadcrumb-current,
.hc-breadcrumb-link,
.hc-breadcrumb-separator {
  display: inline;
  visibility: visible;
  opacity: 1;
}

/* FAQ */
.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded=false] {
  border-radius: 5px;
}

.faq-accordion a {
  font-weight: 500;
}

/* Our Programs */
.program-filters {
  display: grid;
  gap: 2rem;
}

.program-filters__group {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  display: flex;
  align-items: flex-start;
}

.program-filters__heading {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.program-filters__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-filters__item {
  margin: 0 0 0.55rem;
}

.program-filters__label {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 0.65rem;
  cursor: pointer;
}

.program-filters__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.program-filters__box {
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--e-global-color-primary);
  border-radius: 3px;
  display: inline-grid;
  place-items: center;
  line-height: 1;
}

.program-filters__checkbox:checked + .program-filters__box {
  background: var(--e-global-color-primary);
  color: #fff;
}

.program-filters__checkbox:checked + .program-filters__box::after {
  content: "✓";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.program-filters__reset {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left;
  text-decoration: underline;
}

/*
body:not(.elementor-editor-active) .program-filter {
  display: none;
}

.program-filter-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.program-filter-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
}

.program-filter-checkbox input[type="checkbox"] {
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 1.7rem;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 2px solid var(--e-global-color-primary);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.program-filter-checkbox input[type="checkbox"]:checked {
  background: var(--e-global-color-primary);
}

.program-filter-checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  font-weight: 500;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*

/* News Main Page */
.news-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-3-loop .elementor-pagination {
  margin-top: 50px;
}

.news-3-loop .elementor-pagination .page-numbers {
  padding: 5px 12px;
  border-radius: 3px;
  background-color: #f7f8fc;
  font-size: 16px;
  font-weight: 400;
}

.news-3-loop .elementor-pagination .page-numbers.current, .news-3-loop .elementor-pagination .page-numbers.prev, .news-3-loop .elementor-pagination .page-numbers.next {
  background-color: var(--e-global-color-primary);
  color: #f7f8fc;
}

.gold-sep {
  margin-left: 8px;
  margin-right: 8px;
  color: var(--e-global-color-secondary);
}

/* Main Events Page */
.events-text-only .elementor-post__title {
  position: relative;
  padding-left: 16px;
}

.events-text-only .elementor-post__title:hover {
  opacity: 0.8;
}

.events-text-only .elementor-post__title::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.events-text-only .elementor-post__title a {
  text-decoration: underline;
  display: inline;
}

.events-page-loop .event-short-description,
.events-page-loop .event-short-description .elementor-widget-container {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Anchor Room recents */
.latest-podcast-episodes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
}

.latest-podcast-episodes a {
  color: #fff;
}

.latest-podcast-episodes a:hover {
  color: var(--e-global-color-secondary);
}

.podcast-episode {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}

.podcast-date,
.podcast-separator {
  flex: 0 0 auto;
}

.podcast-separator {
  color: var(--e-global-color-secondary);
}

.podcast-title {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* History and Future */
.timeline-item {
  position: relative;
  overflow: visible;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 10px;
  height: 10px;
  background: var(--e-global-color-primary);
  border-radius: 50%;
  z-index: 3;
}

.timeline-item.right::after {
  left: -46px;
}

.timeline-item.left::after {
  right: -46px;
  top: 5px;
}

/* Mission & Theology */
.mission-copy p {
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.mission-copy h2 {
  font-size: 2.7rem;
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
}

.elementor .mission-copy hr {
  background-color: #000000;
  margin: 3rem 0;
}

/* Faculty Single Page */
/* to hide title fields when not content is present */
.e-con:has(.faculty-research-content ul:empty) :is(.faculty-research-title, .faculty-research-content) {
  display: none;
}

.e-con:has(.faculty-affiliations-content ul:empty) :is(.faculty-affiliations-title, .faculty-affiliations-content) {
  display: none;
}

.e-con:has(.faculty-ministry-content ul:empty) :is(.faculty-ministry-title, .faculty-ministry-content) {
  display: none;
}

.e-con:has(.faculty-publications-content ul:empty) :is(.faculty-publications-title, .faculty-publications-content) {
  display: none;
}

.e-con:has(.faculty-education-content ul:empty) :is(.faculty-education-title, .faculty-education-content) {
  display: none;
}

.faculty-breadcrumbs .hc-plain-breadcrumbs {
  color: var(--e-global-color-primary);
}

/* Contact Page Formatting */
.cf7-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.cf7-grid .half-field {
  width: calc(50% - 10px);
}

.cf7-grid .full-field {
  width: 100%;
}

.cf7-grid input,
.cf7-grid textarea {
  width: 100%;
  box-sizing: border-box;
}

/* Mobile */
@media (max-width: 1024px) {
  .cf7-grid .half-field {
    width: 100%;
  }
}
.contact-page-form .wpcf7 input[type=submit] {
  background-color: #1c2851;
  color: #fff;
}

.contact-page-form .wpcf7 input[type=submit]:hover, .contact-page-form .wpcf7 input[type=submit]:active {
  background-color: #2a396c;
}

.cf7-grid input, .cf7-grid textarea {
  width: 100%;
  box-sizing: border-box;
  height: 65px;
  padding: 20px;
  border-color: #e8e8e8;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
}

.cf7-grid textarea {
  height: 200px;
}

/* Apply page */
.apply-list ul li {
  list-style-type: none;
  border-bottom: 1px solid #bdcddb;
  font-weight: 400;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.apply-list ul li a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #000000;
}

.apply-list ul li:last-child {
  border-bottom: none;
}

.apply-list ul li a::after {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #c58a3a;
  min-width: 28px;
  min-height: 28px;
  flex-shrink: 0;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill-rule="evenodd" d="M120.12 164.45l63.56-63.14c.42-.83.42-2.09 0-2.51l-63.56-63.56c-.42-.41-1.67-.41-2.51 0l-7.94 8.37 49.77 49.76H23.11c-3.76 0-7.11 3.34-7.11 7.11s3.35 7.11 7.11 7.11h135.07l-48.5 48.92 7.94 7.95c.84.83 2.09.83 2.51 0Z"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill-rule="evenodd" d="M120.12 164.45l63.56-63.14c.42-.83.42-2.09 0-2.51l-63.56-63.56c-.42-.41-1.67-.41-2.51 0l-7.94 8.37 49.77 49.76H23.11c-3.76 0-7.11 3.34-7.11 7.11s3.35 7.11 7.11 7.11h135.07l-48.5 48.92 7.94 7.95c.84.83 2.09.83 2.51 0Z"/></svg>') center/contain no-repeat;
}

@media (max-width: 950px) {
  .apply-list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.apply-list ul li a:hover {
  color: var(--e-global-color-secondary);
}

.apply-number {
  background-color: var(--e-global-color-secondary);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-align: center;
  font-size: 25px;
  color: #fff !important;
  padding-top: 6px;
  font-weight: 400;
}

.apply-process h3 {
  font-size: 22px !important;
  color: var(--e-global-color-primary) !important;
}

/* Study Options */
@media (max-width: 767px) {
  .btn-img-rollover .elementor-widget-text-editor {
    padding-right: 50px;
  }
}
/*************************
 *  END REBRAND STYLES
 *************************/

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