  @import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

:root {
  --primary-color: #c8102e;
  --primary-alt: #782222;
  --secondary-color: #0000ee;
  --hilite-color: #99edfa;
  --hilite-green: #c8f07e;
  --hilite-yellow: #f7ed38;
  --white: #ffffff;
  --light-gray: #f4f4f4;
  --dark-gray-alt: #333;
  --dark-gray: #455560;
  --black: #000000;
  --gold: #b2744e;
}

html {
  scroll-behavior: smooth;
  font-size: 14px;
}
@media (max-width: 1200px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 11px;
  }
}

body {
  color: var(--dark-gray);
  font-family: "Montserrat", sans-serif;
}
p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
}

.divider {
  width: 100%;
  height: 6px;
  margin: 2rem 0;
}

.inline-divider {
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: 0 4px;
}
.bg-white {
  background-color: var(--white) !important;
}

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

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

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

.bg-primary-alt {
  background-color: var(--primary-alt) !important;
  color: var(--white);
}

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

.bg-chocrendgold {
  background-color: var(--gold) !important;
  color: var(--black);
}

.bg-primary-split {
  background-image: linear-gradient(
    to bottom,
    var(--black) 0%,
    var(--black) 24%,
    var(--primary-color) 24%,
    var(--primary-color) 100%
  );
  color: var(--white);

}

.text-white {
  color: var(--white) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-muted {
  color: #42484c !important;
}

/* headings - start */
h1,
.h1 {
  font-size: 4rem;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--primary-color);
}

h3,
.h3 {
  font-size: 2.6rem;
}

h4,
.h4 {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1.1rem;
}

/* headings - end */

/* opacity - start */
.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

/* opacity - end */

/* text sizes - start */
.font-size-xl {
  font-size: 56px;
}

.font-size-lg {
  font-size: 38px;
}

.font-size-md {
  font-size: 24px;
}

.font-size-sm {
  font-size: 18px;
}

.font-size-xs {
  font-size: 16px;
}

/* text sizes - end */

/* buttons - start */
button {
  font-weight: 600;
  background-color: var(--white);
  color: var(--primary-color);
  text-decoration: none;
  text-align: center;
}
.btn-default,
.content .btn-default {
  background-color: var(--primary-color);
  color: var(--white);
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  padding: 14px 20px;
  margin: 10px 0;
  border: none;
  border-radius: 0;
  min-width: 160px;
}

.btn-default:hover,
.btn-default:focus {
  background-color: var(--dark-gray);
  color: var(--white);
}

.btn.btn-xl {
  padding: 2rem 2.8rem;
  font-size: 1.35rem;
}

.btn-white,
.content .btn-white {
  background-color: var(--white);
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}

.btn-white:hover,
.btn-white:focus {
  color: var(--white) !important;
  background-color: var(--primary-color);
  border: 1px solid var(--white);
}

.btn-highlight,
.content .btn-highlight {
  background-color: var(--dark-gray-alt);
  color: var(--white);
}

.btn-highlight:hover,
.btn-highlight:focus {
  color: var(--white);
  background-color: var(--primary-color);
}

.btn-link {
  display: flex;
  align-items: center;
  color: var(--black);
  text-decoration: none !important;
  font-weight: 600;
  font-size: 1.25rem;
}
.bg-primary .btn-link,
.bg-black .btn-link,
.bg-primary-alt .btn-link,
.bg-secondary .btn-link,
.bg-primary-split .btn-link {
  color: var(--white);
}
.bg-primary .btn-link::before,
.bg-black .btn-link::before,
.bg-primary-alt .btn-link::before,
.bg-secondary .btn-link::before,
.bg-primary-split .btn-link::before {
  background-color: white;
}
.bg-primary .btn-link:hover,
.bg-black .btn-link:hover,
.bg-primary-alt .btn-link:hover,
.bg-secondary .btn-link:hover,
.bg-primary-split .btn-link:hover {
  color: white;
}
.btn-link::before {
  content: " ";
  position: relative;
  height: 0.15rem;
  width: 3rem;
  margin-right: 0.75rem;
  background-color: var(--black);
  transition: width 300ms ease;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  color: var(--black);
}

.btn-link:hover::before,
.btn-link:focus::before {
  width: 4rem;
}

.btn-block {
  text-align: center;
  display: block;
  max-width: 400px;
}

.wide {
	width:80%;
}

/* buttons - end */

/* alert - start */
.alert {
  border-radius: 0;
  margin: 0;
  padding: 20px;
  font-size: 18px;
}

.alert span {
  display: inline-block;
  margin-right: 30px;
}

.alert-dismissible .btn-close {
  top: 6px;
}

.alert-emergency,
.alert-cookie {
  width: 100%;
  z-index: 100;
  left: 0;
}

.alert-emergency {
  top: 0;
}

.alert-cookie {
  position: fixed;
  bottom: 0;
}

/* alert - end */

.fa-exclamation-triangle {
  font-size: 40px;
  color: var(--primary-color);
}

.disclaimer {
  font-size: 16px;
  border-top: 5px solid var(--primary-color);
  margin: 20px auto 50px;
  padding: 10px 0;
}

.page-header {
  background-color: var(--light-gray);
  padding: 30px 0;
}

.page-header h1 {
  color: var(--primary-color);
  line-height: 1;
  font-size: 2.5rem;
}

.page-header.image-header {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
}

.page-header.image-header h1 {
  color: white;
  font-size: 50px;
  text-shadow: -2px 2px 8px rgba(0, 0, 0, 0.7);
}

.card {
  border-radius: 0px;
}

.card.bg-gray.card-contact {
  color: black;
  border: none;
  box-shadow: none;
  border-bottom: 4px solid var(--primary-alt);
}

.card > .bg-image {
  /* border-radius: 0; */
}

.card > .bg-image {
  /* border-radius: 0.25rem; */
}

.bg-image + .card-body {
  position: relative;
  z-index: 1;
}

.card-title-block {
  font-weight: 500;
  display: block;
}

img.bg-image {
  -o-object-fit: cover;
  object-fit: cover;
}

img.float-right {
  margin-left: 20px;
  float: right;
}

img.float-left {
  margin-right: 20px;
  float: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: 600;
  background-color: transparent;
}

a:hover {
  color: var(--black);
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a[href$=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
  font-style: normal;
}

a[href$=".xlsx"]::after {
  content: "\f1c3";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
  font-style: normal;
}

a[href$=".docx"]::after {
  content: "\f1c2";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
  font-style: normal;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.interior .content ul,
.interior .content ol {
  font-size: 18px;
  font-weight: 300;
}

.interior .content ul li a,
.interior .content ol li a {
  text-decoration: none;
  border-bottom: 1px solid var(--black);
  font-weight: 400;
}

.interior .content ul li a:hover,
.interior .content ol li a:hover {
  border-bottom: none;
}

.interior .content .footer-social li a {
  border-bottom: none;
}

.title-decorative {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary-color);
}

/* forms */

.form-group .btn-default {
  min-width: 1px;
}

.form-control {
  border-radius: 0px;
  padding: 7.5px 10px;
}

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

.content {
  overflow: hidden;
}

.fullwidth-split {
  padding: 0;
  overflow: hidden;
}

.fullwidth-split .container-fluid {
  padding: 0;
}

.fullwidth-split-image {
  max-height: 500px;
}

.fullwidth-split-text {
  display: flex;
  align-self: center;
  padding: 0 20px;
}

.fullwidth-split-text .text-wrapper {
  padding: 0 50px;
}

.section {
  padding: 55px 0;
  position: relative;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

.parallax-window {
  min-height: 450px;
  background: transparent;
}

.parallax-bg {
  background-attachment: fixed;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
}

/* fast facts - start */
.fast-fact-icon {
  margin-bottom: 30px;
}

.fast-fact-icon span {
  line-height: 1;
  font-size: 3.7rem;
  color: var(--white);
  text-align: center;
  display: block;
  font-weight: bold;
}

.fast-fact-icon span:first-child {
  display: block;
  margin: 10px auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.fast-fact-icon span:first-child {
  background-color: var(--dark-gray);
}

.fast-fact-icon span:last-child {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

/* fast facts - end */

/* news events - start */

.news-events-header {
  margin-bottom: 20px;
}

.news-events-footer a {
  margin-top: 12px;
  text-decoration: none;
  float: right;
}

.news-list {
  margin-bottom: 50px;
}

.news-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 10px;
}

.news-events .news-footer {
  background-color: rgba(9, 24, 53, 0.8);
  padding: 40px 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.news-events .news-footer ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.news-events .news-footer ul li {
  margin-bottom: 10px;
}

.news-events .news-footer a {
  color: var(--white);
  text-decoration: none;
}

.event-item-header,
.event-item-header h3 {
  font-size: 18px;
  line-height: 24px;
}

.bg-primary .event-item-header a {
  color: var(--white);
}

.event-item-header a {
  text-decoration: none;
  color: var(--dark-gray);
}

.event-item-header a:hover,
.event-item-header a:focus {
  text-decoration: underline;
}

.event-item-copy p {
  margin-bottom: 5px;
}

.event-date {
  height: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  font-size: 1rem;
}
.event-item {
  display: flex !important;
  flex-flow: row nowrap;
  align-items: top;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
}

.events .event-item .event-date,
.events .event-item .event-text {
  display: table-cell;
  position: relative;
}

.event-item .event-date .event-month {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--black);
  font-family: "Montserrat", sans-serif;
}

.event-item .event-date .event-day {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: var(--black);
}

.event-item .event-date .year {
  color: var(--black);
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}

.event-item .card {
  width: 65%;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.event-item .event-date-bg {
  background-color: transparent;
  line-height: 36px;
}

.bg-primary .event-item .event-date-bg {
  background-color: var(--white);
}

.bg-primary .event-item .event-date .event-month {
  color: var(--black);
}

.bg-primary .event-item .event-date .event-day {
  color: var(--black);
}

.bg-primary .event-item .event-date .year {
  color: var(--black);
}

.event-item .event-item-time-location {
  margin: 12px 0;
  color: var(--black);
}

.event-item .event-item-time-location .time,
.event-item .event-item-time-location .location {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 0.8;
}

.event-item .event-item-time-location .time:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  font-size: 14px;
  margin-right: 5px;
  color: var(--black);
}

.event-item .event-item-time-location .location:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  font-size: 14px;
  margin-right: 5px;
  color: var(--black);
}

/* index EVENTS start */
.card.event-card,
.card.news-card {
  width: 100%;
  margin: 0 16px;
  border: none;
  border-radius: 0;
  background-color: var(--white);
  text-decoration: none;
}
.card.news-card {
  margin: 0;
}
.card.event-card:hover,
.card.news-card:hover {
  color: var(--primary-color);
}
.card.event-card .card-img-top,
.card.event-card .card-img-top-small,
.card.news-card .card-img-top,
.card.news-card .card-img-top-small {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 0;
  overflow: hidden;
}
.card.event-card .card-img-top img,
.card.event-card .card-img-top-small img,
.card.news-card .card-img-top img,
.card.news-card .card-img-top-small img {
  object-fit: cover;
  min-height: 100%;
  width: auto;
  transition: all 450ms;
}
.card.event-card:hover .card-img-top img,
.card.event-card:hover .card-img-top-small img,
.card.news-card:hover .card-img-top img,
.card.news-card:hover .card-img-top-small img {
  transform: scale(1.125);
}

.card.event-card .card-body,
.card.event-card .card-body,
.card.news-card .card-body,
.card.news-card .card-body {
  padding: 0;
  border-bottom: 1px solid var(--light-gray);
}

.card.event-card .card-heading,
.card.news-card .card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: var(--white);
  font-size: 1.25rem;
  padding: 14px 0;
  border-top: 0.5rem solid var(--dark-gray);
  /*underline-effect*/
  background-image: linear-gradient(
    to right,
    var(--dark-gray),
    var(--dark-gray)
  );
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 450ms;
}

.card.event-card.card-blue .card-heading,
.card.news-card.card-blue .card-heading {
  border-top: 0.5rem solid #1e2854;
  /*underline-effect*/
  background-image: linear-gradient(to right, #1e2854, #1e2854);
}
.card.event-card.card-purple .card-heading,
.card.news-card.card-purple .card-heading {
  border-top: 0.5rem solid #5e2194;
  /*underline-effect*/
  background-image: linear-gradient(to right, #5e2194, #5e2194);
}
.card.event-card.card-orange .card-heading,
.card.news-card.card-orange .card-heading {
  border-top: 0.5rem solid #e55721;
  /*underline-effect*/
  background-image: linear-gradient(to right, #e55721, #e55721);
}

.card.event-card:hover .card-heading,
.card.event-card:focus .card-heading,
.card.news-card:hover .card-heading,
.card.news-card:focus .card-heading {
  background-size: 100% 2px;
}

/* index EVENTS end */

/* news events - end */

.news-list p {
  margin-top: 15px;
}

.news-list img {
  margin-bottom: 15px;
}

.restrict {
  padding: 0 20%;
}

.card-img-side img {
  height: 100%;
  object-fit: cover;
}

.bg-secondary {
  background: var(--light-gray) !important;
}

.card {
  margin-bottom: 40px;
}

.card .card-img,
.card .card-img-top,
.card .card-img-side,
.card .card-img-top-small {
  background-color: var(--light-gray);
  color: var(--white);
  background-size: cover;
  object-fit: cover;
}

.card .card-img,
.card .card-img-top {
  height: 240px;
  /* width: auto; */
  border-radius: 0;
}

.card.program-card {
  margin-right: 8px;
}

.programs .card:hover .card-img-top {
  transform: scale(1.125);
}

.card .card-img-top-small {
  width: 100%;
  height: 250px;
  max-height: 250px;
}

.card a .card-body h3 {
  font-size: 18px;
}

.card a:hover .card-body h3,
.card a:focus.card-body h3 {
  text-decoration: underline;
}

.card .card-body h4 {
  font-weight: 900;
  color: #020202;
}

.card a {
  text-decoration: none;
}

.card a .card-body {
  text-decoration: none !important;
  color: #020202;
  line-height: 22px;
}

/* index programs start */
.card.program-card {
  margin: 0 16px;
  border: none;
  border-radius: 0;
  background-color: var(--white);
  text-decoration: none;
}
.card.program-card:hover {
  color: var(--primary-color);
}
.card.program-card .card-img-top,
.card.program-card .card-img-top-small {
  border-radius: 0;
  overflow: hidden;
  height: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  width: 100%;
}
.card.program-card .card-img-top img,
.card.program-card .card-img-top-small img {
  width: 100%;
  transition: all 450ms;
}
.card.program-card:hover .card-img-top img,
.card.program-card:hover .card-img-top-small img {
  transform: scale(1.125);
}

.card.program-card .card-body,
.card.program-card .card-body {
  padding: 0;
  border-bottom: 1px solid var(--light-gray);
}

.card.program-card .card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: var(--white);
  font-size: 1.125rem;
  padding: 14px 0;
  border-top: 0.5rem solid var(--dark-gray);
  /*underline-effect*/
  background-image: linear-gradient(
    to right,
    var(--dark-gray),
    var(--dark-gray)
  );
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 450ms;
}

.card.program-card:hover .card-heading {
  background-size: 100% 2px;
}

/* index programs end */

.calendar-item {
  padding: 20px;
  background-color: var(--white);
  margin-bottom: 20px;
  min-height: 155px;
}

.custom-slider-arrows .slick-next,
.custom-slider-arrows .slick-prev {
  background: rgba(255, 255, 255, 0.75) !important;
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
}

.custom-slider-arrows .news-slider .slick-next,
.custom-slider-arrows .news-slider .slick-prev {
  top: 35%;
}

.custom-slider-arrows .slick-next {
  right: 15px !important;
}

.custom-slider-arrows .slick-prev {
  left: 15px !important;
  z-index: 1 !important;
}

.custom-slider-arrows .slick-next:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f105" !important;
  font-weight: 900;
  display: block;
  opacity: 1;
  font-size: 30px !important;
  color: #000 !important;
  position: relative;
  top: -4px;
}

.custom-slider-arrows .slick-prev:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f104" !important;
  font-weight: 900;
  display: block;
  opacity: 1;
  font-size: 30px !important;
  color: #000 !important;
  position: relative;
  top: -4px;
}

/* breadcrumb - start */

.breadcrumb {
  margin: 20px 0 40px 0;
  font-weight: normal;
  font-size: 14px;
}

.breadcrumb a {
  margin-left: 4px;
  text-decoration: none;
}

/* breadcrumb - emd */

/*Side Nav*/
.side-nav-heading {
  font-size: 20px !important;
  color: var(--white) !important;
  font-weight: bold;
  padding: 0.5rem;
  margin: 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.side-nav-heading:after {
  display: none;
}

.side-nav-heading a {
  color: var(--white) !important;
  text-decoration: none;
}

#sidebar {
  margin-bottom: 20px;
  padding: 20px;
  background-color: var(--primary-color);
}

#sidebar #side-nav-accordion {
  width: 100%;
  padding: 0;
}

#sidebar .navbar {
  padding: 0;
  background-color: transparent;
  display: block;
}

#sidebar .nav-item:first-child {
  border-top: none;
}

#sidebar .nav-link {
  color: var(--white);
  font-size: 16px;
  font-weight: bold !important;
  text-decoration: none;
  padding: 12px;
  line-height: 19px;
  border-bottom: 1px solid #e9ecef;
  border-left: 0px;
  border-right: 0px;
  font-weight: 400;
}

#sidebar .nav-item:last-child .nav-link {
  border-bottom: none;
}

#sidebar .nav-link:hover,
#sidebar .navbar-light .nav-link:focus {
  color: var(--black);
  background-color: var(--light-gray);
}

#sidebar .navbar {
  width: 100%;
}

#sidebar nav ul {
  padding-left: 0;
  list-style: none;
}

#sidebar .navbar .navbar-toggler {
  color: var(--white);
  font-size: 20px;
  border: none;
  position: absolute;
  right: 0;
  top: 0px;
}

#sidebar .navbar .navbar-toggler[aria-expanded="false"] .fa-chevron-up {
  display: none;
}

#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-down {
  display: none;
}

#sidebar .navbar-brand {
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
}

#sidebar .navbar .nav-item {
  margin: 0;
  border-left: 0px;
  border-right: 0px;
  position: relative;
  display: block;
  width: 100%;
}

#sidebar .navbar .row {
  width: 100%;
}

#sidebar .navbar .nav-item .navbar-nav {
  background-color: #f6f6f6;
}

#sidebar .navbar .nav-item .nav-item .nav-link {
  font-size: 16px;
  padding: 10px 15px 10px 30px;
  border: none;
  color: var(--white);
}

#sidebar .navbar .nav-item .nav-item:first-child .nav-link {
  padding-top: 15px;
}

#sidebar .navbar .nav-item .nav-item .nav-link:hover,
#sidebar .navbar .nav-item .nav-item .nav-link:focus {
  color: var(--black);
  background-color: var(--light-gray);
}

#sidebar .navbar .nav-item .nav-item .nav-item .nav-link {
  font-size: 14px;
  padding: 10px 15px 10px 50px;
}

#sidebar .navbar .nav-item .nav-item:first-child .nav-link {
  border-top: none;
}

#sidebar .navbar .nav-item .nav-link[data-toggle]::after,
#sidebar .navbar .nav-item .nav-link::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 16px;
  color: #495057;
  position: absolute;
  right: 24px;
  display: none;
}

#sidebar .navbar .nav-item .nav-link[data-toggle]::after {
  content: "\f067";
  font-size: 12px;
  top: 12px;
}

#sidebar .navbar .nav-item .nav-link[aria-expanded="true"]::after {
  content: "\f068";
}

#sidebar .navbar .nav-item .nav-link[aria-expanded="true"] {
  padding-bottom: 12px;
}

#sidebar .navbar .nav-item .nav-item .nav-link::after {
  content: none;
}

#sidebar .navbar .nav-item ul {
  margin-left: 0 !important;
}

#sidebar .secondary-nav {
  width: 100%;
  padding: 0 20px;
}

#sidebar .secondary-nav .nav-link {
  border: none;
  color: var(--primary-color);
}

/* side nav - end */

.figure {
  display: block;
}

.figure-caption {
  color: #42484c;
}

.figure img {
  margin: 0px auto 20px auto;
}

/* paragraph block - start */
.lead {
  font-size: 1.4rem;
  font-weight: 500;
}

.lead-paragraph {
  font-size: 20px;
  display: block;
}

blockquote,
.blockquote-paragraph {
  border-left: 4px solid var(--secondary-color);
  padding-left: 10px;
  margin: 0 40px;
  font-size: 1.8rem;
}

.blockquote-footer {
  margin-top: 10px;
  color: var(--dark-gray);
}

/* paragraph block - end */

.featured-event h2 {
  font-size: 38px;
  color: var(--primary-color);
}

.featured-event {
  font-weight: 300;
  font-size: 22px;
}

.featured-event .featured-date {
  font-size: 28px;
  color: var(--white);
  padding: 50px;
  text-transform: uppercase;
  background-color: var(--primary-color);
  text-align: center;
  max-width: 180px;
  font-weight: 400;
}

/* Accordion - start */
.accordion .card {
  border: none;
  margin-bottom: 16px;
}

.accordion .card-header {
  padding: 0px;
  border-radius: 0px;
}

.accordion .card-header .btn {
  font-size: 16px;
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  border-radius: 0;
  border-bottom: 4px solid var(--dark-gray);
  padding: 16px;
  line-height: 1.5;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.accordion .card-header .btn-link .fas {
  font-size: 24px;
  padding: 0 5px;
  position: absolute;
  top: 16px;
  right: 20px;
  color: var(--white);
}

.accordion .card-header .btn-link[aria-expanded="false"] .fa-angle-up {
  display: none;
}

.accordion .card-header .btn-link[aria-expanded="true"] .fa-angle-down {
  display: none;
}

.accordion .card-body {
  background-color: var(--white);
  padding: 10px 20px;
}

.accordion.accordion-catalog .card-header .btn {
  font-size: 20px;
}
.accordion.accordion-catalog .card-body h4 {
  font-size: 20px;
}

/* Accordion - end */

/*Tabs - start*/
.tabs .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 4px solid var(--primary-color);
  border-left: none;
  border-right: none;
  font-size: 20px;
  background-color: transparent;
  position: relative;
}

.tabs .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  font-size: 20px;
  color: var(--primary-color);
  padding: 12px 25px 8px;
  text-decoration: none;
  font-weight: bold;
}

.tabs .nav-tabs .nav-item {
  margin-bottom: -4px;
  margin-top: 0;
  background-color: transparent;
  border-bottom: 4px solid #ececec;
  cursor: pointer;
}

.tabs .nav-tabs .nav-link:hover {
  text-decoration: none;
}

.tabs .nav-tabs {
  border-bottom: 4px solid #ececec;
  margin-top: 10px;
}

.tabs .nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-color);
}

.tabs .tab-content {
  padding: 20px 10px;
  background-color: var(--white);
}

/*Vertical Tabs - start*/

.nav-pills {
  border: none;
}

.nav-pills .nav-link {
  background-color: var(--light-gray);
  font-weight: bold;
  color: var(--dark-gray);
  text-decoration: none;
  border: none;
  border-radius: 6px 0 0 6px;
  margin-bottom: 6px;
}
.nav-pills .nav-link.active {
  background-color: var(--primary-color);
  border: none;
}
.nav-pills .nav-link.active:hover {
  color: white;
  cursor: pointer;
}
.nav-pills .nav-link:not(.active):hover {
  color: black;
  cursor: pointer;
}

.tab-content {
  padding: 0px 20px;
  background-color: var(--white);
}

/*Vertical Tabs - end*/

.pagination,
.ou-search-pagination {
  margin: 20px auto !important;
}

.pagination .page-item .page-link {
  text-decoration: none !important;
  --bs-pagination-color: var(--secondary-color);
  --bs-pagination-disabled-color: #6c757d;
}

.pagination .page-item.active .page-link {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--white);
}

#ou-search-results h2 {
  display: none;
}

.ou-search-container {
  width: 100%;
  padding: 50px 0 !important;
}

#ou-search-results .ou-search-input {
  border: 1px solid #ced4da !important;
  border-radius: 5px;
  padding: 10px !important;
}

#ou-search-results .ou-search-button-color {
  color: var(--white) !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

#ou-search-results .ou-search-open-advanced {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

#ou-search-results .ou-search-advanced-heading .ou-search-open-advanced:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
}

#ou-search-results a {
  color: var(--primary-color) !important;
}

#ou-search-results a:hover {
  color: #000 !important;
}

#ou-search-results ul {
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
}

#ou-search-results ul li {
  margin-bottom: 20px;
}

#ou-search-results ul li .ou-search-link a {
  text-decoration: none;
  border-bottom: none;
}

#ou-search-results .ou-search-pagination > .ou-search-active > a,
#ou-search-results .ou-search-pagination > .ou-search-active > a:focus,
#ou-search-results .ou-search-pagination > .ou-search-active > a:hover,
#ou-search-results .ou-search-pagination > .ou-search-active > span,
#ou-search-results .ou-search-pagination > .ou-search-active > span:focus,
#ou-search-results .ou-search-pagination > .ou-search-active > span:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

#ou-search-results .ou-search-pagination > .ou-search-disabled > span,
#ou-search-results .ou-search-pagination > .ou-search-disabled > span:focus,
#ou-search-results .ou-search-pagination > .ou-search-disabled > span:hover {
  color: #4e555a !important;
  border-color: #dee2e6 !important;
}

#ou-search-results .ou-search-pagination > li:first-child > a,
#ou-search-results .ou-search-pagination > li:first-child > span {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

#ou-search-results .ou-search-pagination > li:last-child > a,
#ou-search-results .ou-search-pagination > li:last-child > span {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

#ou-search-results .ou-search-pagination > li > a,
#ou-search-results .ou-search-pagination > li > span {
  border-color: #dee2e6 !important;
}

#ou-search-results .ou-search-pagination > li > a:focus,
#ou-search-results .ou-search-pagination > li > a:hover,
#ou-search-results .ou-search-pagination > li > span:focus {
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
  color: #0366d6 !important;
}

#ou-search-results .ou-bestbets,
#ou-search-results .ou-search-parametric-results {
  border: none !important;
  background: #e9ecef !important;
}

.dataTables_length {
  text-align: left;
}

table.dataTable > thead > tr > th.sorting:before,
table.dataTable > thead > tr > th.sorting:after {
  color: white;
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 1;
}

table.dataTable > thead > tr > th[data-dt-order="disable"].sorting:before,
table.dataTable > thead > tr > th[data-dt-order="disable"].sorting:after {
	display:none;
}

#directory-list thead, table.roster thead {
  background: var(--primary-color);
  color: var(--white);
}


#directory-list, table.roster {
  background-color: var(--white);
  text-align: left;
  padding-top: 16px;
}

#directory-list thead tr td, table.roster thead tr td,
#directory-list thead th, table.roster thead th {
  border: none;
}

.dataTables_wrapper .dataTables_filter input {
  width: 70% !important;
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before {
  font-size: 18px;
  font-family: "Font Awesome 6 Free";
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before {
  content: "\f0de";
  top: 30%;
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after {
  content: "\f0dd";
  top: 40%;
}

.dataTables_length,
.directory-list_filter {
  padding-bottom: 16px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 30px !important;
  justify-content: center;
}

.faculty-headshot {
  text-align: center;
  margin-bottom: 40px;
}

.faculty-headshot img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}

.faculty-box {
  margin-bottom: 30px;
}

.faculty-box-info {
  margin-bottom: 10px;
}

.faculty-box-info .faculty-box-title {
  font-weight: bold;
  font-size: 18px;
  margin-right: 6px;
}

/* sidebar styles  */
#sidebarMenu > * {
  font-size: 1rem !important;
}

#sidebarMenu a {
  text-decoration: none;
}

#sidebarMenu a:hover {
  text-decoration: underline;
}

#sidebarMenu .btn-group {
  width: 100%;
}

#sidebarMenu .accordion-button {
  width: 40px;
  padding: 10px;
  border-left: 1px solid var(--light-gray);
  border-radius: 0 !important;
}

#sidebarMenu .accordion-body {
  padding: 10px;
  border-top: 1px solid var(--light-gray);
}

#sidebarMenu .btn {
  text-align: left;
  padding-left: 20px;
}

#sidebarMenu UL.sublinks {
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 0;
}

#sidebarMenu UL.sublinks li {
  padding: 5px;
}

#sidebarMenu UL.sublinks li a {
  display: block;
}

#sidebarMenu .accordion-button:not(.collapsed) {
  box-shadow: unset;
}

/* Showcase elements - start */
.showcase-div {
  margin: 0 auto 150px auto;
}

.showcase-banner {
  padding: 10px;
  text-align: center;
  background-color: #f4f4f4;
  color: #000;
  border-bottom: 3px solid #f6ba6f;
  border-radius: 4px;
  margin-bottom: 50px;
}

.showcase-grid {
  background-color: #f4f4f4;
  height: 400px;
  width: 100%;
}

/* Showcase elements - end */

/* 404 - start */
.div-404 {
  text-align: center;
  margin: 50px auto 100px auto;
}

.div-404 img {
  max-width: 200px;
  margin-bottom: 50px;
}

.div-404 p {
  font-size: 22px;
}

/* 404 - end */

/* testimonial - start */
.testimonial-slide {
  padding: 60px 30px;
  background-color: var(--light-gray);
}

.testimonial-info {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: left;
  padding: 20px;
}

.testimonial-img {
  border-radius: 40px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* testimonial - end */

/* index hero - start */
.carousel-control-next,
.carousel-control-prev {
  width: 8%;
  opacity: 0.8;
  overflow: hidden;
}

.carousel-control-next span,
.carousel-control-prev span {
  padding: 20px;
}

.index-hero .carousel-item {
  height: 700px;
  max-height: 90vh;
}

.index-hero .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.L6-slider-content {
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 30px;
}

.index-hero .hero-left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  align-items: flex-end;
  padding: 30px 30px 50px 80px;
  position: relative;
}
.index-hero .hero-left .hero-image-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.6) 70%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 0;
}
.index-hero .hero-left *:not(.hero-image-overlay) {
  z-index: 1;
}

.hero-content {
  width: 100%;
  max-width: 50rem;
  height: 100%;
  color: var(--white);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.hero-content .hero-image-right {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
  border-radius: 0;
}

.index-video .play-pause,
.index-video .play {
  position: absolute;
  z-index: 1;
  color: var(--white);
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  bottom: 75px;
  right: 75px;
  border: none;
  border-radius: 4rem;
}

.index-video .play-pause:hover,
.index-video .play-pause:focus {
  background-color: var(--primary-alt);
  color: var(--white);
}

.index-video {
  position: relative;
}

.index-video,
.index-video video,
.index-video img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  overflow: hidden;
}

.index-video .index-video-bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.index-video .video-caption {
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 0px;
  left: 0px;
  line-height: 30px;
  z-index: 1;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 5%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.75) 100%
  );
  padding: 80px;
  color: var(--white);
}
.index-video .video-caption * {
  max-width: 50rem;
}
.index-carousel .video-caption {
  position: absolute;
  text-align: left;
  top: 56%;
  left: 100px;
  line-height: 30px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  color: var(--white);
}

/* index hero - start */

/* section-with-background - start */
.section-with-background {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: var(--black);
}

.section-with-background .title {
  color: var(--white);
  margin: 50px auto;
  text-align: center;
}

.section-with-background .card h2 {
  color: var(--primary-color);
  font-size: 3rem;
  margin-top: 50px;
  font-weight: bolder;
}

.section-with-background .card .icon {
  background-color: var(--secondary-color);
  border-radius: 50%;
  color: var(--white);
  font-size: 50px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  position: absolute;
  left: 50%;
  right: 50%;
  top: -30px;
  transform: translate(-50%, 0);
}

.section-with-background .card .icon span {
  line-height: 2.25em;
  font-size: 0.65em;
  color: var(--white);
  text-align: center;
  display: block;
  font-weight: bold;
}

/* section-with-background - end */

/* cards-grid - start */
.cards-grid {
  text-align: center;
}

.cards-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin: 10px auto;
  border: 4px solid var(--primary-color);
}

.cards-grid h3 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
}

.cards-grid a {
  text-decoration: none;
}

.cards-grid a:hover {
  text-decoration: underline !important;
}

/* cards-grid - end */

/* subscribe - start */
.subscribe-section {
  padding: 24px 0;
  background-size: 80px;
  background-color: var(--secondary-color);
}

.subscribe-section .btn {
  padding: 8px;
  font-size: 14px;
}

/* subscribe - end */

/* custom news box - start */
.custom-news-box a {
  text-decoration: none;
  font-weight: semibold;
}

.custom-news-title {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 30px;
  text-transform: uppercase;
}

.custom-news-cta {
  margin-bottom: 40px;
  text-decoration: none !important;
  font-size: 20px;
  text-transform: uppercase;
  float: right;
  line-height: 1.8;
}

.custom-news-content {
  padding: 30px 0;
  border-bottom: 1px solid lightgray;
}

.custom-news-content:first-of-type {
  padding: 0 0 30px 0;
}

.custom-news-content:last-of-type {
  border-bottom: none;
}

.custom-news-content h4 {
  margin-bottom: 10px;
}

.custom-news-content p {
  color: var(--secondary-color);
}

/* custom news box - end */

.taxonomy {
  display: inline-block;
  background-color: rgb(232, 232, 232) !important;
  color: var(--dark-gray) !important;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  margin-top: 20px !important;
  text-decoration: none !important;
  transition: 0.2s;
}

.taxonomy:hover {
  background-color: rgb(224, 224, 224) !important;
}

/* gallery slider */
.gallery-slider {
  max-height: 500px;
}

.gallery-slider img {
  display: block;
  width: 100%;
  border-radius: 3px;
  max-height: 500px;
  object-fit: contain;
}

/* sidenav accordion - start */
#SidenavAccordionPanels {
  margin-bottom: 30px;
  border-radius: 0;
}

#SidenavAccordionPanels .sidenav-heading {
  color: var(--dark-gray) !important;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-bottom: 10px;
  background-color: transparent !important;
  cursor: unset;
}

#SidenavAccordionPanels .sidenav-heading:not(.collapsed)::after,
#SidenavAccordionPanels .sidenav-heading::after {
  display: none;
}

.accordion #SidenavAccordionPanels {
  --bs-accordion-border-radius: 0;
  border-radius: 0;
}

#SidenavAccordionPanels .accordion-button {
  color: var(--primary-color);
  font-weight: bold;
}

#SidenavAccordionPanels .accordion-button:focus {
  box-shadow: none;
}

#SidenavAccordionPanels .accordion-button:not(.collapsed) {
  background-color: var(--light-gray);
  border-radius: 3px;
}

#SidenavAccordionPanels a {
  text-decoration: none;
  display: block;
  margin-bottom: 14px;
  color: var(--primary-color);
  text-decoration: none !important;
  font-weight: 600;
  font-size: 1.2rem;
}

#SidenavAccordionPanels a:hover {
  color: var(--primary-alt);
}

#SidenavAccordionPanels a:last-of-type {
  margin-bottom: 0;
}
#SidenavAccordionPanels .accordion-item {
  border-radius: 0;
}

@media (min-width: 992px) {
  button.sidenav-heading.accordion-button::after {
    display: none;
  }
}
.sidenav-heading.accordion-button {
  background-color: var(--light-gray);
  border-bottom: 4px solid var(--primary-alt);
}
.sidenav-accordion {
  margin-bottom: 2rem;
}
.accordion-button:not(.collapsed) {
  color: var(--black);
}
.accordion-button:not(.collapsed)::after {
  color: var(--black);
}
.sidenav-accordion button,
.sidenav-accordion a.btn {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/* sidenav accordion - end */

/* hover effects */
.hoverBorder {
  color: #666;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}
.hoverBorder:after {
  display: block;
  content: "";
  border-bottom: solid 3px #019fb6;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.hoverBorder:hover:after {
  transform: scaleX(1);
}
.hoverBorder.fromRight:after {
  transform-origin: 100% 50%;
}
.hoverBorder.fromLeft:after {
  transform-origin: 0% 50%;
}
/* CSS for Grid of Ì½»¨¾«Ñ¡ Card Componenets */
.grid {
	 display: grid;
	 width: 95%;
	 grid-gap: 3rem;
	 grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
	 align-items: start;
}
 @media (max-width: 60em) {
	 .grid {
		 grid-gap: 3rem;
	}
}
 .grid__item {
	 background-color: #fff;
	 border-radius: 0.4rem;
	 overflow: hidden;
	 box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, .1);
	 transition: 0.2s;
}
 .grid__item:hover {
	 transform: translateY(-0.5%);
	 box-shadow: 0 2rem 3rem rgba(0, 0, 0, .2);
}
.grid__item .card {
	border: none;
}
 .card__img {
	 display: block;
	 width: 100%;
	 height: 18rem;
	 object-fit: cover;
}
 .card__content {
	 padding: 1rem 1rem;
}
 .card__header {
	 font-size: 2rem;
	 color: #c8102e;
	 margin-bottom: 5px;
}
 .card__details {
	 font-size: small;
	 font-style: italic;
}
 .card__text {
	 font-size: 1.25rem;
	 letter-spacing: 0.1rem;
	 line-height: 1.3;
	 color: #3d3d3d;
	 margin-bottom: 1.5rem;
}
 .card__btn {
	 display: block;
	 width: 100%;
	 padding: 1rem;
	 font-size: 1.8rem;
	 text-align: center;
	 color: #fff;
	 background-color: #c8102e;
	 border: none;
	 border-radius: 0.4rem;
	 transition: 0.2s;
	 cursor: pointer;
}
 .card__btn span {
	 margin-left: 1rem;
	 transition: 0.2s;
}
 .card__btn:hover, .card__btn:active {
	 background-color: #bf0f2c;
}
 .card__btn:hover span, .card__btn:active span {
	 margin-left: 1.5rem;
}
.smallText {
	font-size: smaller;
}
a.no-after:after{
	content:none;
}
/* Relaxtion Page CSS */

.relax-background {
	background-color: #333;
	color: #eee;
}
.relax-banner {
	background-color: #000;
	width: 100%;
	text-align: center;
	padding: 25px;
	font-size: 34px;
}
.relax-body {
	padding: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 50px 20px;
}
.relax-item {
	flex: 0 1 20%;
	text-align:center;
	min-width: 100px;
}
.relax-item a {
	text-decoration:none;
}
.relax-item img {
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.relax-item span {
	color: #eee;
	font-size: 20px;
}

/* END Relaxtion Page CSS */

/* Ordered List Step-Progress Boxes - Dual Credit Enroll */

ol#step-progress-list {
	list-style: none;
	counter-reset: list;
	padding: 0 1rem;
}

ol#step-progress-list li.progress-step {
	--stop: calc(100% / var(--length) * var(--i));
	--l: 62%;
	--l2: 88%;
	--h: calc((var(--i) - 1) * (180 / var(--length)));
	--c1: hsl(var(--h), 85%, var(--l));
	--c2: hsl(var(--h), 85%, var(--l2));
	
	position: relative;
	counter-increment: list;
	max-width: 90%;
	margin: 2rem auto;
	padding: 2rem 1rem 1rem;
	box-shadow: 0.01rem 0.01rem 0.5rem rgba(0, 0, 0, 0.3);
	border-radius: 0.25rem;
	overflow: hidden;
	background-color: white;
}

ol#step-progress-list li.progress-step::before {
	content: '';
	display: block;
	width: 100%;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}

ol#step-progress-list li.progress-step h3 {
	display: flex;
	align-items: baseline;
	margin: 0 0 1rem;
	color: rgb(70 70 70);
}

ol#step-progress-list li.progress-step h3::before {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 1rem;
	width: 3rem;
	height: 3rem;
	content: counter(list);
	padding: 1rem;
	border-radius: 50%;
	background-color: var(--c1);
	color: white;
}

/* END Ordered List Step-Progress Boxes - Dual Credit Enroll */

/* Course List Flexbox - Dual Credit-Academy-Curriculm */

ul.courseList {
	display:flex;
	flex-wrap: wrap;
	list-style: none;
	padding-bottom: 20px;
}

ul.courseList li {
	flex: 1 0 25%;
	padding: 10px;
	border: solid 1px rgba(0,0,0,0.15);
}

/* END Course List Flexbox - Dual Credit-Academy-Curriculm */

/* Featured Links Block */
div.blockContainer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px 0;
}
div.blockContainer div.block {
	flex: 1 0 40%;
	margin: 5px;
	padding: 15px;
	border: solid 1px #d2d2d2;
}
/* END Featured Links Block */
/* Deans and Presidents CSS Alteration */
div.listContainer {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.listanchor {
	display: block;
	position: relative;
	top: -110px;
}
div.listContainer .listName {
	flex-basis: 33%;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 35px;	
}
/* END Deans and Presidents CSS Alteration */

/* Flex Listings */
ul.flexList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
li.flexList2{
	flex: 1 0 45%;
}
li.flexList3{
	flex: 1 0 30%;
}
li.flexList4 {
	flex: 1 0 25%;
}
/* END Flex Listings */

/* Impact Special Menu */
	section.section--menu {
	  position: relative;
	  overflow: hidden;
	  padding: 2em 0 1em;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}

	#impactMenu {
	  line-height: 1;
	  margin: 0 auto 0em;
	  display: block;
	}

	.menu--impact {
	  position: relative;
	  display: block;
	  margin: 0 1em;
	  text-align: center;
	  color: #929292;
	  transition: color 0.4s;
	}

	.menu__list {
	  position: relative;
	  display: flex;
	  flex-wrap: wrap;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}

	.menu__item {
	  display: block;
	  margin: 1em 0;
	}

	a:link.menu__link {
	  text-decoration: none;
	  font-size: 1.05em;
	  font-weight: bold;
	  padding: 1em 2em;
	  cursor: pointer;
	  user-select: none;
	  display: block;
	  color: #4e3c3e;
	  outline: none;
	}

	.menu__item--current a.menu__link {
	  color: var(--primary-color);
	  font-weight: bold;
	  border-top: 2px solid;
	  border-bottom: 2px solid;
	}
/* END Impact Special Menu */

a[href*="fast.svcc.edu"]:after {
	content: url(/_resources/images/padlock.png);
	margin-left: 0.25em;
}

/* Fine Arts */
div.artShow figure {
	display: inline-block;
	text-align: center;
	background: #000;
	padding: 1em;
	max-width: 300px;
}
/* END Fine Arts */

/* Catalog - Programs Events - Hidden descriptions */
table tbody tr.hidden { display: none; }
table tbody tr td > a.drop { cursor: pointer; }
table tbody tr td > a.drop:not(.clicked):before {
	font-family: 'FontAwesome';
	content: "\f078";
	padding-right: 10px;
	text-decoration: none;
	display: inline-block;
}
table tbody tr td > a.drop:before {
	font-family: 'FontAwesome';
	content: "\f077";
	padding-right: 10px;
	text-decoration: none;
	display: inline-block;
}
.iaiCurr {
	color: var(--white);
	background-color: var(--dark-gray);
	padding: 5px;
	text-align: center;
}
/* END Catalog - Programs Events - Hidden descriptions */

/* Job Descriptions - Hide Signatures */
div.print-only {display:none;}

/* Board Meetings - Right Aligned PDF Button */
p.board-pdf {text-align:right;}

/* Course Listing Alt Meeting */
td.alt::before{
	font-family: "FontAwesome";
	content: "\f3be";
	padding-right: 6px;
	font-size: x-small;
}
tr:has(td.alt) {
	background-color: var(--bs-gray-200) !important;
}

/* Flex Login Images */
	.flexContainer {display:flex; flex-wrap:wrap;}
	.flexLoginItem {flex:1 0 25%; text-align:center; padding:25px;}
	.flexLoginLink {text-decoration:none; color:#000;}
	.loginIcon {height:100px; width:100px; border-radius:10px;}
	.flexLoginTitle {font-weight:700; font-size:1.2em; margin-top:5px;}
/* END Flex Login Images */

/* Homepage Give Button - Hellmich Legacy */
nav.navbar a#alumni {
    padding: 5px 10px 5px 10px;
    margin-top: 8px;
    border-radius: 5px;
    background-color: var(--bs-dark);
}

div.top-nav a#alumni {
    background-color: var(--bs-dark);
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
}

@media (max-width: 1404px) {
    .main-header .top-nav div.row {padding: 10px 0;}
    .main-header .top-nav {padding: 6px 48px !important;}
    div.top-nav a#alumni {text-indent: -9999px; line-height:0; overflow:hidden;}
    div.top-nav a#alumni::after {content:"Give"; text-indent: 0; line-height:initial; display:block;}
    .gt_container--oiz9qs a.glink span {display:none;}
}
/* END Homepage Give Button - Hellmich Legacy */

/* Hellmich Legacy Page CSS */
p.legacyHeader {
	padding: 20px 0;
}
.legacyRedBG {
	background-color: #9a1c1f;
	color: #fff;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 50%;
	position: relative;
	right: 50%;
	width: 100vw;
	padding: 30px 0;
}
h2.legacyTitleWhite {
	color: #fff;
	padding: 0 0 20px 0;
}
.legacyVideoPH iframe {
	border-radius: 20px;
}
.legacyRedBG p {
	width: 50%;
	margin: 20px 50% 10px 25%;
	line-height: 35px;
}
a.btn.btn-default.legacyBtn {
	border-radius: 12px;
}
h2.legacyH2 {
	padding-bottom: 25px;
	text-transform: uppercase;
}
p.legacyNumber {
	font-size: 40px;
	color: var(--primary-color);
	font-weight: 700;
}
p.legacyNumberTitle {
	color: var(--primary-color);
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
}
p.legacyNumberTitle img {
	max-width: 150px;
	padding-bottom: 20px;
}
.legacyStudentBlock {
	background-color: #8c8b8b;
	border-radius: 25px;
	text-align: center;
	margin: 25px;
	padding: 25px;
	color: #000;
	min-height: 600px;
}
.legacyStudentBlock h3 {
	padding: 20px 0;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
}
.legacyStudentImg {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	position: relative;
	background-color: #877750;
	margin: auto;
}
.legacyStudentImg img {
	width: 95%;
	height: 95%;
	object-fit: cover;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 15px;
	z-index: 1;
}
.legacyStudentTitle {
	margin: -20px 0 15px;
	font-weight: 400;
	font-style: oblique;
}

/* END Hellmich Legacy Page CSS */

/* Hellmich Legacy Adjustment - iFrame Video Scaling */
@media (max-width: 1240px) {
	.legacyVideoPH {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
	}
	.legacyVideoPH iframe {
		border-radius: 40px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 20px;
	}
	.legacyRedBG p {
		width: 80%;
		margin: 20px 40% 10px 10%;
		line-height: 35px;
	}
}
/* END Hellmich Legacy Adjustment - iFrame Video Scaling */

/* Board of Trustee's Historical Image Wall */
.imagewall {
	display:flex;
	flex-wrap: wrap;
}
.imagewall .portrait {
	flex: 1 1 25%;
	background-color: grey;
	margin: 20px;
	padding: 20px;
	text-align: center;
	filter: drop-shadow(2px 2px 2px black);
}
.portrait img {
	max-width: 260px;
}
.portrait-name {
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
	color: black;
}
.portrait-panel {
	background-color: white;
	margin: 20px 20px 0;
	border-style: inset;
}
.portrait-detail {
	padding-bottom: 10px;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	color: black;
}
/* END Board of Trustee's Historical Image Wall */
