:root {
  --primary: #e31838;
  --light-primary: rgba(227, 24, 56, 0.6);
  --secondary: #b8d044;
  /* --primary: darkgreen;
  --light-primary: rgba(0, 100, 0, 0.6);
  --secondary: darkgreen; */
}

/* font-family: "Poppins", serif;
font-family: "Noto Sans", serif; */
.body {
  font-family: Arial;
  font-size: 16px;
  line-height: 20px;
}

@font-face {
  font-family: Mistrully;
  src: url("./Mistrully.ttf");
  font-weight: normal;
}

.h1-style {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 60px 0;
  grid-gap: 20px;
  align-items: center;
  color: var(--primary);
  font-size: 32px;
}
.h1-style:before {
  content: " ";
  display: block;
  height: 5px;
  background-image: linear-gradient(to right, #d39393, var(--primary));
}
.h1-style:after {
  content: " ";
  display: block;
  height: 5px;
  background-image: linear-gradient(to right, var(--primary), #d39393);
}
.h2-style {
  color: #173158;
  font-size: 24px;
}
.h3-style {
  color: #173158;
  font-size: 18px;
}
.h4-style {
  color: #173158;
  font-size: 18px;
}
.h5-style {
  color: #173158;
}
.h6-style {
  color: #173158;
}
.button {
  border-width: 3px;
  border-style: solid;
  border-color: #cccccc;
  color: var(--primary);
  background-color: #f0f0f0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
}
.button:hover {
  background-color: var(--primary);
  color: #ffffff;
}
.style-105478 {
  padding: 0px;
  margin: 0px;
}
.style-105478 .link-image {
  padding: 0px;
  margin: 0px;
}
.style-105478 li.group {
  padding: 0px;
  margin: 0px 0px 30px 0px;
}
.style-104981 {
  margin: 0px 0px 20px 0px;
}
.style-104981 div.content-wrap {
  color: #fcfcfc;
  font-size: 14px;
}
.style-103700 A {
  color: var(--primary);
}
.style-103700 time {
  text-align: left;
  margin: 10px 0px;
}
.style-103700 .readmore {
  padding: 10px 20px;
  margin: 20px 0px 20px 0px;
  background-color: #d9d9d9;
  text-align: center;
  color: var(--primary);
}
.style-103700 .photos {
  margin-bottom: 30px;
}
.style-103700 .job-title {
  font-style: italic;
  margin-bottom: 10px;
}
.style-103700 .biobutton {
  margin: 10px 0px 10px 20px;
}
.style-103700 .affinity img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.style-103700 .fsd img {
  width: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px 0px;
}
.style-103700 form input[type="text"] {
  background-color: #f0f0f0;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
}
.style-103700 form input[type="radio"] {
  border-color: #cccccc;
}
.style-103700 form input[type="checkbox"] {
  border-color: #cccccc;
}
.style-103700 form select:not([multiple]) {
  border-color: #cccccc;
}
.style-103700 .first-name {
  font-weight: bold;
}
.style-103700 .last-name {
  font-weight: bold;
}
.style-103700 A.links-urllink {
  color: var(--primary);
}
.style-103700 A.links-urllink:hover {
  color: #ffffff;
}
.style-103700 li.group {
  background-color: #f0f0f0;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.style-103700 div.content-wrap {
  margin-bottom: 30px;
}
.style-103700 .directory-photo {
  width: 80px;
}
.style-103700 .directory-details {
  padding: 10px 0px;
}
.style-103672 A {
  color: var(--primary);
}
.style-103672 A:hover {
  color: #ffffff;
}
.style-103672 {
  margin-bottom: 5px;
}
.style-103672:hover {
  color: #fafafa;
}
.style-103672 .link-image {
  width: 100%;
  margin: auto;
  /* ==== */
  /* padding: 0px 0px 20px 0px; */
}
.style-105502 A {
  color: var(--primary);
}
.style-105502 {
  margin: auto;
  width: 50%;
}
.style-105502 time {
  text-align: left;
  margin: 10px 0px;
}
.style-105502 .readmore {
  padding: 10px 20px;
  margin: 20px 0px 20px 0px;
  background-color: #d9d9d9;
  text-align: center;
  color: var(--primary);
}
.style-105502 .photos {
  margin-bottom: 30px;
}
.style-105502 .job-title {
  font-style: italic;
}
.style-105502 .bus-phone {
  margin-top: 10px;
}
.style-105502 .biobutton {
  margin: 10px 0px 10px 20px;
}
.style-105502 .affinity img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.style-105502 .fsd img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.style-105502 form input[type="text"] {
  background-color: #f0f0f0;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
}
.style-105502 form input[type="radio"] {
  border-color: #cccccc;
}
.style-105502 form input[type="checkbox"] {
  border-color: #cccccc;
}
.style-105502 form select:not([multiple]) {
  border-color: #cccccc;
}
.style-105502 .first-name {
  font-weight: bold;
}
.style-105502 .last-name {
  font-weight: bold;
}
.style-105502 A.links-urllink {
  color: var(--primary);
}
.style-105502 A.links-urllink:hover {
  color: #ffffff;
}
.style-105502 li.group {
  background-color: #f0f0f0;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.style-105502 div.content-wrap {
  margin-bottom: 40px;
}
.style-105502 .directory-photo {
  width: 80px;
}
.style-103754 {
  padding: 0px;
  margin: 0px;
}
.style-103754 .link-image {
  padding: 0px;
  margin: 0px;
}
.style-103754 li.group {
  padding: 0px;
  margin: 30px 0px;
}
.style-103754 .end-date {
  display: none;
}
.style-103640 A {
  color: #f5f5f5;
}
.style-103640 {
  color: #f5f5f5;
  margin-bottom: 15px;
}
.style-103640 .link-image {
  float: left;
  height: 40px;
  margin: 20px;
}
.style-103640 .photos {
  float: left;
  margin: 20px;
}
.style-103640 div.content-wrap {
  font-size: 12px;
}
.style-105242 .link-image {
  margin-bottom: 10px;
}
.style-105241 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fcfcfc;
  font-family: Arial;
  font-size: 14px;
  margin: 30px 0px;
}
.style-105241 li.group {
  float: left;
}

/* header logo */
.style-103632 {
  display: flex;
  position: absolute;
  /* top: 10%;
   left: 10%;
  transform: translate(-50%, -50%); */
  top: 7%;
  left: 5%;
  /* transform: translate(-30%, -50%); */
  z-index: 1;
}

.style-103632 .search-text {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  border-width: 0px;
  padding: 2px 2px 2px 0px;
  background-image: url("../../site/1780/images/search%20bar%20small.html");
  background-position: center center;
  background-repeat: no-repeat;
}
.style-103632 .search-text:hover {
  border-width: 0px;
}
.style-104655 .h1-style {
  color: #ffffff;
  margin: auto;
  width: 50%;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 50%;
  left: 25%;
}
.style-104655 {
  margin: 0px 0px 30px 0px;
}
.style-104950 {
  margin-bottom: 15px;
}
.style-105778 .album-name {
  height: 34px;
  line-height: 16px;
}
.style-105778 .cover-photo {
  width: 150px;
  height: 150px;
  object-fit: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.style-105778 .album {
  float: left;
  text-align: center;
  margin: 0px 30px 50px 0px;
  width: 250px;
  height: 240px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #cccccc;
  background-color: #fafafa;
}
.style-105778 div.content-wrap {
  margin: auto;
  width: 100%;
}
.style-105778 .button.lazy-load {
  margin: 50px 40%;
}
.style-103801 {
  padding: 15px;
}
.style-103801 .link-image {
  height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.style-103801 li.group {
  margin: 0 auto;
}
.style-105308 time {
  margin: 10px 0px;
  font-style: italic;
}
.style-105308 .readmore {
  margin: 15px 0px;
}
.style-105308 .h4-style A {
  color: var(--primary);
}
.style-104948 {
  width: 150px;
  margin: auto;
  padding-top: 20px;
}
.style-104948 .search-text {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  border-width: 0px;
  padding: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #858585;
  text-align: center;
  opacity: 0.5;
  color: #f5f5f5;
}
.style-104948 .search-text:hover {
  border-width: 0px;
}
.style-104948 div.content-wrap {
  margin: auto;
  width: 150px;
}
.style-104971 .h2-style {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 60px 0;
  grid-gap: 20px;
  align-items: center;
  color: var(--primary);
  font-size: 32px;
}
.style-104971 .h2-style:before {
  content: " ";
  display: block;
  height: 5px;
  background-image: linear-gradient(to right, #d39393, var(--primary));
}
.style-104971 .h2-style:after {
  content: " ";
  display: block;
  height: 5px;
  background-image: linear-gradient(to right, var(--primary), #d39393);
}
.style-104914 {
  padding: 0px;
  margin: 0px;
}
.style-104914 .photo figure {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
.style-103692 {
  display: flex;
  position: absolute;
  top: 10%;
  right: 25%;
  transform: translate(-50%, -50%);
}
.style-103692 .search-text {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  border-width: 0px;
  padding: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #858585;
  text-align: center;
  opacity: 0.5;
  color: #f5f5f5;
}
.style-103692 .search-text:hover {
  border-width: 0px;
}
.style-105641 .h4-style {
  padding: 0px;
}
.style-105641 {
  margin: 0px 0px 30px 0px;
}
.style-105641 li.group {
  background-color: var(--primary);
  margin: 0px 0px 20px 0px;
  clear: both;
}
.style-105641 .date-icon {
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  margin: 20px 0px 0px 30px;
}
.style-105641 .event-detail {
  background-color: #f2f2f2;
  padding: 10px 20px;
  margin: 0px 0px 0px 100px;
  min-height: 80px;
}
.style-105641 .selected-date {
  font-size: 24px;
}
.style-105507 A {
  color: var(--primary);
}
.style-105507 time {
  text-align: left;
  margin: 10px 0px;
}
.style-105507 .readmore {
  padding: 10px 20px;
  margin: 20px 0px 20px 0px;
  background-color: #d9d9d9;
  text-align: center;
  color: var(--primary);
}
.style-105507 .link-image {
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
.style-105507 .photos {
  margin-bottom: 30px;
}
.style-105507 .job-title {
  font-style: italic;
}
.style-105507 .bus-phone {
  margin-top: 10px;
}
.style-105507 .biobutton {
  margin: 10px 0px 10px 20px;
}
.style-105507 .affinity img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.style-105507 .fsd img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.style-105507 form input[type="text"] {
  background-color: #f0f0f0;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
}
.style-105507 form input[type="radio"] {
  border-color: #cccccc;
}
.style-105507 form input[type="checkbox"] {
  border-color: #cccccc;
}
.style-105507 form select:not([multiple]) {
  border-color: #cccccc;
}
.style-105507 .first-name {
  font-weight: bold;
}
.style-105507 .last-name {
  font-weight: bold;
}
.style-105507 A.links-urllink {
  color: var(--primary);
  font-weight: bold;
  font-size: 18px;
}
.style-105507 div.content-wrap {
  margin-bottom: 40px;
}
.style-105507 .directory-photo {
  width: 80px;
}
.style-104557 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fcfcfc;
  font-family: Arial;
  font-size: 14px;
}
.style-104557 li.group {
  float: left;
}
.style-104591 {
  margin: 0 0 3% 0;
}
.style-104591 A.links-urllink {
  letter-spacing: 3px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1.5em;
  border: 3px solid #cccccc;
  border-radius: 10px;
  position: relative;
  color: var(--primary);
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
  width: 80%;
  margin: 2% 0 2% 0;
  background-color: #f0f0f0;
}
.style-104591 A.links-urllink:hover {
  box-shadow: inset 0 0.6em 2em -0.3em rgba(0, 0, 0, 0.15),
    inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
  color: #fafafa;
  background-color: var(--primary);
}
.style-104591 A.links-urllink:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: var(--primary);
  z-index: -1;
}
.style-104591 A.links-urllink:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.style-104591 li.group {
  text-align: center;
  margin: auto;
}
.style-103675 .link-image {
  height: 30px;
}
.style-103675 A.links-urllink {
  color: var(--primary);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.style-103675 A.links-urllink:hover {
  color: #ffffff;
  background-color: var(--primary);
  text-decoration: none;
}
.style-103675 li.group {
  margin: 30px 0px 30px 0px;
}
.style-103808 .nav-menu {
  margin: 30px;
}
.style-103808 .l1-item > a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 30px 0px 0px;
  color: #ffffff;
}
.style-103808 .level1 {
  float: right;
}
.style-104849 .nav-menu {
  list-style: none;
}
.style-104849 .l1-item > a {
  color: #fafafa;
  margin: 0 10px;
  padding: 5px 0px;
  font-size: 12px;
  text-decoration: underline;
}
.style-104849 .l2-item > a {
  display: none;
}
.style-104849 .l3-item > a {
  display: none;
}
.style-104849 .level1 {
  color: #e8e8e8;
  display: inline-block;
  margin: 0 10px;
}
.style-104849 .level2 {
  display: none;
}

/* header menus */
.style-103614 .nav-menu {
  float: right;
  display: flex;
  position: absolute;
  /* top: 10%;
  right: 0%;
  transform: translate(-50%, -50%); */
  top: 7%;
  right: 5%;
}

.style-103614 .l1-item {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.style-103614 .l1-item:hover {
  background: var(--light-primary);
}
.style-103614 .l1-item > a {
  color: #fff;
  text-align: center;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica;
  font-size: 0.9vw;

  /* font-size: 1.25rem; */
}
.style-103614 .l1-item > a:hover {
  text-decoration: none;
}
.style-103614 .level1 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
}
.style-104663 .nav-menu {
  position: relative;
  width: 100%;
  height: 800px;
  background: #173158;
  font-size: 0.9em;
  margin-bottom: 40px;
}
.style-104663 .l1-item:active {
  color: white;
}
.style-104663 .l1-item > a {
  line-height: 4em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.4em;
  color: rgba(#fff, 0.35);
  display: block;
  transition: all ease-out 300ms;
}
.style-104663 .l1-item > a:hover {
  color: #ffffff;
}
.style-104663 .l1-item.active > a {
  color: #ffffff;
}
.style-104663 .l1-item.active > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.3em;
  background: black;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #1d3057, #2c7bca);
}
.style-104663 .level1 {
  position: relative;
  margin: 0 5%;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.style-102833 .nav-menu {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  /* top: 85%; */
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
}
.style-102833 .l1-item {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.style-102833 .l1-item:hover {
  background: var(--light-primary);
}
.style-102833 .l1-item > a {
  color: #fff;
  text-align: center;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  font-size: 1vw;
  font-weight: bold;
  font-family: Helvetica;

  /* font-size: 1.25rem; */
}
.style-102833 .l1-item.active {
  text-align: center;
}
.style-102833 .level1 {
  /* background: rgba(19, 19, 19, 0.2); */
  background: var(--primary);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
}
.style-102833 .level2 {
  display: none;
}
.style-104947 .nav-menu {
  float: right;
  display: flex;
  position: absolute;
  top: 20px;
  right: 90px;
}
.style-104947 .l1-item {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.style-104947 .l1-item:hover {
  background: var(--light-primary);
}
.style-104947 .l1-item > a {
  color: #fff;
  text-align: center;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-family: Helvetica;
}
.style-104947 .l1-item > a:hover {
  text-decoration: none;
}
.style-104947 .l2-item > a {
  display: none;
}
.style-104947 .level1 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
}
.style-104947 .level2 {
  display: none;
}
.style-104947 .level3 {
  display: none;
}
.style-103720 {
  margin: 25px 25px 0px 25px;
}
.style-103720 .carousel.flexslider {
  background-color: #fcfcfc;
}
.style-103720 .carousel figure {
  margin: 10px;
}
.style-103720 .carousel figure img {
  aspect-ratio: 3 / 2;
}
.style-103720 .carousel .h4-style.crl-title {
  color: #fcfcfc;
  font-size: 16px;
  text-align: center;
}
.style-103720 .carousel .crl-caption {
  display: none;
}
.style-103720 .carousel .crl-caption:hover {
  display: block;
}
.style-103720 .carousel .caption-spacing.crl-inner-details {
  background-color: #000000;
  text-align: center;
  opacity: 0.75;
}
.style-103720 .carousel .caption-spacing.crl-inner-details:hover {
  opacity: 0.9;
}
.style-103720 .carousel .h4-style a.crl-title {
  color: #ffffff;
  font-size: 14px;
}
.style-105647 .carousel figure img {
  clear: both;
}
.style-103680 .h2-style {
  font-size: 40px;
  margin-bottom: 30px;
}
.style-103680 {
  text-align: center;
}
.style-103680 .readmore {
  color: #fafafa;
  background-color: var(--primary);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 10px 5px 10px;
  text-align: center;
  margin: 0 auto;
  font-size: 1em;
}
.style-103680 .readmore:hover {
  background-color: #173158;
}
.style-103680 .h4-style A {
  color: var(--primary);
  font-size: 1.1em;
}
.style-103680 .brief-description {
  padding: 10px 0px 20px 0px;
  font-size: 1.1em;
}
.style-103680 .news img {
  text-align: center;
}
.style-103680 .carousel.flexslider {
  display: block;
  width: 100%;
}
.style-103680 .carousel .text-slide {
  margin: 10px;
}
.style-103678 .background-carousel .crl-details {
  margin-top: 200px;
  background-color: transparent;
}
.style-105220 .carousel.flexslider {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-width: 0px;
}
.style-103684 .h2-style {
  font-size: 36px;
}
.style-103684 {
  margin: 40px 0px 0px 40px;
}
.style-103684 .carousel.flexslider {
  border-width: 5px;
  border-style: solid;
  border-color: #ebebeb;
}
.style-103684 .carousel .h4-style.crl-title {
  color: var(--primary);
  font-size: 24px;
}
.style-103684 .carousel .crl-caption {
  font-weight: bold;
  font-size: 18px;
  color: #173158;
}
.style-103684 .carousel .crl-description {
  font-weight: bold;
  font-size: 18px;
  color: #173158;
}
.style-104951 {
  margin: 0px;
  padding: 0px;
}
.style-104951 .carousel.flexslider {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  border-width: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-style: solid;
}
.style-104951 .carousel .h4-style.crl-title {
  text-align: center;
  padding: 10px;
  margin: 0px;
}
.style-104951 .carousel .caption-spacing.crl-inner-details {
  padding: 5px;
  margin: 0px;
}
.style-103644 {
  background-color: #f2f2f2;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.style-105032 {
  background-color: #ffffff;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.style-103701 {
  margin: 2%;
}
.style-104895 {
  background-color: #ededed;
  padding: 1%;
}
.style-103641 {
  background-color: #3a3a3a;
  min-height: 100px;
  text-align: center;
  padding: 40px;
}
.style-105133 {
  color: #ffffff;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Header-Academics.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 40px;
  background-size: 100%;
  height: 25vh;
}
.style-105219 {
  color: #ffffff;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Header-Admission.jpg");
  background-size: 100%;
  height: 25vh;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 40px;
}
.style-105263 {
  color: #ffffff;
  padding: 40px;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Header-Archives.jpg");
  background-size: 100%;
  height: 25vh;
  background-repeat: no-repeat;
  background-position: center top;
}
.style-105148 {
  color: #ffffff;
  padding: 40px;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Header-Archives.jpg");
  background-size: 100%;
  height: 25vh;
  background-repeat: no-repeat;
  background-position: center top;
}
.style-105051 {
  color: #ffffff;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Arts%20Header%20.jpg");
  background-size: 100%;
  height: 25vh;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 40px;
}
.style-105462 {
  color: #ffffff;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Header-Athletics.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 40px;
  background-size: 100%;
  height: 25vh;
}
.style-105053 {
  color: #ffffff;
  padding: 40px;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Boarding-Header.jpg");
  background-size: 100%;
  height: 25vh;
  background-repeat: no-repeat;
  background-position: center top;
}
.style-105262 {
  color: #ffffff;
  padding: 40px;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Header-CmapusShop.jpg");
  background-size: 100%;
  height: 25vh;
  background-repeat: no-repeat;
  background-position: center top;
}
.style-105126 {
  color: #ffffff;
  padding: 40px;
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5)),
    url("../../myimages/bgimage.jpeg");
  /* background-size: 100%;
  height: 25vh; */
  background-size: cover;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center;
  /* background-position: center top; */
}
.style-103807 {
  color: #ffffff;
  padding: 40px;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Header-Default.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 25vh;
}
.style-106688 {
  color: #ffffff;
  padding: 40px;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Header-Gala.jpg");
  background-size: 100%;
  height: 25vh;
  background-repeat: no-repeat;
  background-position: center top;
}
.style-105054 {
  color: #ffffff;
  padding: 40px;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Header-Parents.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  height: 25vh;
}
.style-105640 {
  color: #ffffff;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/SASHeader.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 40px;
  background-size: 100%;
  height: 25vh;
}
.style-105052 {
  color: #ffffff;
  padding: 40px;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/Support-SAC-Header.jpg");
  background-size: 100%;
  height: 25vh;
  background-repeat: no-repeat;
  background-position: center top;
}
.style-105450 {
  color: #ffffff;
  background-image: linear-gradient(to top, transparent, black),
    url("../../site/1780/images/UniCounsellingHeader.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 40px;
  background-size: 100%;
  height: 25vh;
}
.video-section {
  height: 100vh;

  position: relative;
}
.video-overlay {
  width: 100%;
  height: inherit;
  /* background: black; */
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.107));
  /* opacity: 0.4; */
  position: absolute;
  top: 0;
}
/* .style-105031 {
  height: 82vh;
} */
.style-103676 {
  padding: 15px 0px 15px 0px;
}
.style-97854 .h2-style {
  color: #f7f7f7;
}
.style-97854 .h4-style {
  color: #fafafa;
}
.style-97854 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: var(--primary);
  color: #fafafa;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.style-97854 .emergencybulletin .close {
  color: #f7f7f7;
}
.style-97855 .mm-button-container {
  background-color: var(--primary);
  /* background-color: var(--secondary); */
}
.mm-button-container.set-alignment {
  justify-content: space-between;
}
.mm-button-container.set-alignment .mm-buttons {
  text-align: right;
}
.mm-button-container.set-alignment .mm-close {
  left: auto !important;
  right: 0 !important;
}
.style-97855 .mm-button {
  /* background-color: var(--primary); */
  background-color: transparent;
}
.style-97855 .mm-title {
  background-image: url("../../logo/elixir-mobile.png");
  /* background-image: url("../../site/1780/images/SAC-Mobile-Logo.png"); */
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin: 10px;
  height: 60px;
  width: 250px;

  filter: brightness(0) invert(1);
}
/* .style-97855 .mm-item {
  background-color: var(--primary);
} */
.dl-menu.mm-container {
  background-color: var(--primary);
  /* background-color: var(--secondary); */
}
.style-97855 .mm-text {
  color: #ffffff;
  font-weight: bold;
}
.style-97855 .mm-text:hover {
  background-color: #e0e0e0;
  color: var(--primary);
}
.style-97855 .mm-sub-ind:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.style-97855 .mm-menu-separator {
  background-color: var(--primary);
}
.style-97855 .mm-button .icon {
  background-image: url("../../site/1780/images/icons8-design-65.png");
  margin: 15px;
}
.style-97855 .mm-login-button {
  background-position: left center;
  padding-right: 20px;
}
.style-97855 .mm-login-button .icon {
  text-align: center;
  background-position: left center;
  background-repeat: no-repeat;
}
.style-97855 .mm-close {
  margin: 15px;
}
/* Full-screen background video */
.other-video .bgvid-dimensions {
  height: auto;
}
.other-video video {
  border-radius: 10px;
}
.video-section .bgvid-dimensions {
  height: 100vh;
}
video {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
/* YouTube */
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin: auto;
}
/* Hide on mobile devices */
@media (max-width: 767px) {
  .h1-style {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 30px 0px;
    grid-gap: 5px;
    align-items: center;
    color: var(--primary);
    font-size: 30px;
  }
  .h2-style {
    font-size: 22px;
  }
  .h3-style {
    font-size: 18px;
  }
  video {
    /* position: fixed; */
    width: 100%;
    /* height: 240px; */
    /* margin-top: 80px; */
  }
  .video-section .bgvid-dimensions {
    height: calc(100vh - 80px);
  }
  .video-section {
    height: calc(100vh - 80px);
  }
  /* .style-105031 {
    height: calc(75vh - 80px);
  } */
  .style-103675 {
    margin-top: 30px;
  }
  /* Mobile header */
  /* #layout_region_0 {
    height: 240px;
  } */
  /* Hide header */
  .viewport-header {
    display: none;
  }
  .style-105133 {
    display: none;
  }
  .style-105219 {
    display: none;
  }
  .style-105263 {
    display: none;
  }
  .style-105148 {
    display: none;
  }
  .style-105051 {
    display: none;
  }
  .style-105462 {
    display: none;
  }
  .style-105053 {
    display: none;
  }
  .style-105682 {
    display: none;
  }
  .style-103807 {
    display: none;
  }
  .style-105054 {
    display: none;
  }
  .style-105052 {
    display: none;
  }
  .style-105450 {
    display: none;
  }
  /* .style-105126 {
    display: none;
  } */
  .style-105262 {
    display: none;
  }
}
/* Quote */
.quote {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 2% 5% 2% 5%;
  background-image: url("../../site/1780/images/quote.png") no-repeat;
}
/*Left Menu */
.left-menu ul {
  padding: 0;
  list-style-type: none;
}
.left-menu li {
  font-size: 18px;
  width: 50%;
  height: 3em;
  color: #fff;
  border-left: 0.08em solid;
  position: relative;
  margin-top: 0.8em;
  cursor: pointer;
}
.left-menu li::before,
.left-menu li::after {
  content: "";
  position: absolute;
  width: inherit;
  border-left: inherit;
  z-index: -1;
}
.left-menu li::before {
  height: 50%;
  top: 20%;
  left: calc(-0.15em - 0.08em * 2);
  filter: brightness(0.8);
}
.left-menu li::after {
  height: 50%;
  top: 20%;
  left: calc(-0.15em * 2 - 0.08em * 3);
  filter: brightness(0.6);
}
.left-menu li span {
  position: relative;
  height: 100%;
  top: -10%;
  box-sizing: border-box;
  border: 0.08em solid;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  text-transform: capitalize;
  transform: translateX(calc(-0.15em * 3 - 0.08em * 2));
  transition: 0.3s;
}
.left-menu li:hover span {
  transform: translateX(0.15em);
}
.style-103700 .text ul {
  margin: 2% 5%;
}
.style-103700 .text ul li {
  line-height: 24px;
  list-style-type: circle;
}
/* Table  */
.style-103700 table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.style-103700 th,
td {
  text-align: left;
  padding: 8px;
}
.style-103700 th {
  background-color: var(--primary);
  color: #ffffff;
}
.style-103700 tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* ============ */

/* === heading === */
#layout_14909 .h1-style {
  margin: 30px 0px;
}
/* === logo === */
.logo-main {
  max-width: 250px;
  /* max-width: 300px; */
  /* filter: brightness(0) invert(1); */
}
.logo-footer {
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
}

/* === icons == */
/* #page_region_175236 .page-col {
  flex: 0 0 25%;
  max-width: 25%;
}
#page_region_175236 img {
  max-width: 120px;
}
#page_region_175236 .photos {
  text-align: center;
  color: white;
}
#page_region_175236 .style-103676 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
} */
#page_region_175236 .style-103676 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
#layout_region_5 {
  padding: 20px 0px;

  display: none;
}
#page_region_175236 .span4 {
  text-align: center;
}

/* === facility === */
.my-dropdown:hover .my-dropdown-list {
  display: block !important;
}
.my-dropdown-list {
  display: none !important;
  position: absolute !important;
  margin-top: 1px !important;
  background-color: white;
  border-radius: 10px;
  /* text-transform: none; */
}
.my-dropdown-list li {
  float: unset !important;
}
.my-dropdown-list a {
  color: #555;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica;
  font-size: 0.8vw;
}

#my_page_region {
  padding-bottom: 60px;
}
#my_page_region .page-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
#my_page_region .span11 {
  flex: 0 0 48%;
  max-width: 48%;
  float: none;
  margin: 0;
  margin-right: 1%;
}
#my_page_region .link-image {
  aspect-ratio: 3/2;
  padding: 0;
}

#my_page_region .links ul li {
  position: relative;
}
.facility-overlay {
  position: absolute;
  top: 0;
  background: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.5s;
}
.facility-content {
  position: absolute;
  top: 0;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.facility-content h2 {
  text-transform: uppercase;
}
.facility-content p {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 10px;
  translate: -100%;
  display: none;
}

#my_page_region .links ul li:hover .facility-overlay {
  opacity: 0.6;
}

#layout_region_4 {
  padding-bottom: 60px;
}

#page_region_174606 .link-image {
  width: 100%;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1;
  margin: 0;
  border-radius: 10px;
  transition: all 0.3s;
}
/* #page_region_174606 .link-image:hover {
  scale: 1.03;
} */

#page_region_174824 .span6 {
  margin-bottom: 20px;
}
#content_177611 .link-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s;
}
#content_177611 .link-image:hover {
  scale: 1.04;
}

.icon-text {
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 0;
}

#page_region_174606 .page-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 15px;
}
#page_region_174606 .span4 {
  flex: 0 0 20%;
  max-width: 19%;
  margin-left: 1%;
  transition: all 0.3s;
}
.highlight-overlay {
  position: absolute;
  top: 0;
  background: black;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 10px;
}
.highlight-content {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  color: white;
  text-align: center;
}
.highlight-content h3 {
  font-size: 1.5rem;
}
#page_region_174606 .span4:hover {
  scale: 1.03;
}
#page_region_174606 .span4:hover .highlight-overlay {
  opacity: 0.3;
}
#page_region_174606 .span4:hover .highlight-content {
  display: flex;
  align-items: center;
  justify-content: center;
  /* transform: translateY(100%); */
}
.marque-video {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.marquee-section {
  padding: 20px 10px;
}
.marquee-wrapper {
  display: flex;
  overflow: hidden;
}
.marquee-content {
  display: flex;
  align-items: start;
}
.marquee-item {
  width: 180px;
  text-align: center;
  margin-inline: 35px;
}
.marquee-item img {
  width: 55px;
}
.marquee-section.other-icons {
  /* background: linear-gradient(180deg, #bd5757 60%, #777 150%); */
  background: var(--secondary);
}
.other-icons .marquee-item img {
  width: 70px;
  filter: brightness(100);
}
.other-icons .icon-text {
  color: white;
  font-size: 14px;
}

.scroll {
  animation: scroll 20s linear infinite;
}
.reverse-scroll {
  animation-direction: reverse;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 1rem));
  }
}

body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.indi-section {
  padding-bottom: 30px;
}
.indi-section.single-section .page-row {
  display: flex;
  margin-bottom: 40px;
}
.indi-section.single-section .page-row:last-child {
  margin-bottom: 0px;
}
.indi-images-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
}
.indi-images-wrapper img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
.single-image-wrapper {
  grid-template-columns: 1fr;
}
.single-image-wrapper.image-right {
  order: 1;
}
.single-image-wrapper img {
  height: 100%;
  aspect-ratio: 2.3;
}
.physical-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 25px;
}
.physical-wrapper.row::before {
  display: none;
}
.set-bottom-margin {
  margin-bottom: 30px;
}
.heading-black {
  color: #000000;
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.heading-red {
  /* font-family: "Marck Script", cursive; */
  font-family: Mistrully;
  color: var(--primary);
  margin: 0;
  font-size: 65px;
  line-height: 1.5;
  font-weight: normal;
  text-transform: capitalize;
}
.heading-black.side-heading {
  font-size: 40px;
}
.heading-red.side-heading {
  font-size: 55px;
}
.my-heading {
  color: var(--primary);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.my-content {
  font-size: 20px;
  line-height: 1.2;

  text-align: justify;
}
.center-content-wrapper {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.center-content-image {
  border-radius: 10px;
  aspect-ratio: 2;
  object-fit: cover;
}
.center-content {
  max-width: 450px;
  text-align: center;
  margin: auto;
}
.center-content .my-content {
  text-align: center;
}
.quote-heading {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.stories-section {
  padding: 20px 0;
}
.stories-section .swiper-slide {
  width: 150px;
}
.stories-wrapper {
  display: flex;
  align-items: start;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.stories-wrapper::-webkit-scrollbar {
  display: none;
}
.stories-item-wrapper {
  text-decoration: none;

  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stories-item-wrapper:hover {
  text-decoration: none;
}
.stories-item {
  width: 110px;
  height: 110px;
  border: 2px solid #d3d3d3;
  border-radius: 50%;
  padding: 4px;
  /* cursor: pointer;
  margin: 0 auto; */
}
.stories-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.stories-title {
  text-align: center;
  color: #333;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
  border-color: #86b7fe;
}
.button-link {
  display: inline-block !important;
  text-decoration: none !important;
  color: white !important;
}
.button-link:hover {
  text-decoration: none !important;
}
.button-primary {
  max-width: 300px;
  width: 100%;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--primary);
  border: 1.25px solid var(--primary);
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.2s;
  white-space: wrap;
  word-wrap: break-word;
  text-decoration: none;
}
.button-primary.variant-secondary {
  background-color: var(--secondary);
  border: 1.25px solid var(--secondary);
}
.button-primary:hover {
  filter: brightness(1.1);
}
a.button-primary:hover {
  text-decoration: none;
  color: inherit;
}
.button-small {
  max-width: 210px;
  font-size: 12px;
  padding: 12px;
}
.m-top {
  margin-top: 1rem;
}
.ul-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.social-wrapper {
  margin: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 6px;
}
.social-icons {
  /* width: 48px; */
  margin: 0 !important;
}
@keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.custom-mini-loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid gray;
  border-bottom: 2px solid white;
  -webkit-animation: 1s preloader linear infinite;
  animation: 1s preloader linear infinite;
}

.custom-loader-wrapper {
  /* min-height: 50vh; */
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.custom-loader {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid var(--primary);
  border-bottom: 2px solid white;
  -webkit-animation: 1s preloader linear infinite;
  animation: 1s preloader linear infinite;
}

.form-container {
  display: flex;
  gap: 35px;
  padding: 20px 0;
}
.form-wrapper {
  flex: 1.5;
  margin: 0;
}
.form-heading {
  color: var(--primary);
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 1.2;
}
.form-group {
  margin-bottom: 1rem;
}
.form-label {
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid lightgray;
  border-radius: 0.35rem;
  box-sizing: border-box;
}
.form-group-wrapper {
  display: flex;
  column-gap: 20px;
}
.form-group-wrapper .form-group {
  flex: 1;
}
.form-button-wrapper {
  text-align: center;
  margin-top: 1.5rem;
}
.form-info {
  flex: 1;
  padding: 20px 15px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--secondary);
  border-radius: 12px;

  /* color: white; */
}
.form-info-heading {
  /* color: var(--primary); */
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
}
.form-info-item {
  padding: 12px 0px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.form-info-item img {
  width: 20px;
  margin-right: 10px;
}

.meeting-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.meeting-iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.calendar-wrapper {
  padding: 20px 0px;
}
@media (min-width: 768px) {
  .meeting-wrapper {
    padding-top: 150px;
  }
  .calendar-wrapper {
    padding: 40px 0px;
  }

  .static-header {
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 3%;
  }

  /* header logo */
  .static-header .style-103632 {
    position: static;
  }
  /* header menus */
  .static-header .style-103614 .nav-menu {
    position: static;
  }

  .static-header .static-span {
    float: none;
    width: auto;
  }
  .static-header .logo-main {
    filter: brightness(0) invert(1);
  }
  .static-header .style-103614 .l1-item:hover {
    background-color: #e0e0e0;
  }
  .static-header .style-103614 .l1-item > a:hover {
    color: var(--primary);
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .form-container {
    gap: 20px;
  }
  .form-wrapper {
    flex: 1.3;
  }
  .form-info-heading {
    font-size: 24px;
  }
  .heading-black {
    font-size: 40px !important;
  }
  .heading-red {
    font-size: 55px !important;
    line-height: 1.5 !important;
  }
  .heading-black.side-heading {
    font-size: 30px !important;
  }
  .heading-red.side-heading {
    font-size: 46px !important;
  }
}

@media (max-width: 991px) {
  .my-dropdown-list a {
    font-size: 1.2vw;
  }
  .style-103614 .l1-item > a {
    font-size: 1.3vw;
  }
  .style-102833 .l1-item > a {
    font-size: 1.6vw;
  }
  .heading-black,
  .heading-black.side-heading {
    font-size: 48px;
  }
  .heading-red,
  .heading-red.side-heading {
    font-size: 60px;
    line-height: 1.8;
  }

  .stories-section .container {
    width: auto;
  }
  .stories-section .swiper-slide {
    width: 135px;
  }
  .stories-item {
    width: 95px;
    height: 95px;
  }
}

@media (max-width: 767px) {
  /* === icons == */
  /* #page_region_175236 .page-col {
    flex: 0 0 33%;
    max-width: 33%;
  } */
  #page_region_175236 .style-103676 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  #page_region_175236 .span4 {
    flex: 0 0 33%;
    max-width: 33%;
  }

  /* === study == */
  /* #page_region_174824 .span6 {
    float: left;
    width: 50%;
  } */
  #page_region_174824 .span6 {
    float: left;
    /* width: 47%;
    margin-left: 3%; */
    width: 23%;
    margin-left: 2%;
  }

  /* Elixir Staff */
  .adjust-order {
    display: flex;
    flex-direction: column;
  }
  .adjust-order .other-video {
    order: 2;
  }

  /* === facility === */
  #my_page_region .span11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #page_region_174606 .span8 {
    float: left;
    width: 47%;
    margin-left: 3%;
  }
  #page_region_174606 .span4 {
    flex: 0 0 23%;
    max-width: 23%;
    margin-left: 2%;
  }
  .marquee-section {
    padding: 10px;
  }
  .marquee-section .icon-text {
    font-size: 14px;
  }
  .marquee-item img {
    width: 45px;
  }

  .highlight-content h3 {
    font-size: 1.25rem;
  }

  .indi-section.single-section .page-row {
    flex-direction: column;
  }
  .single-image-wrapper {
    /* margin-bottom: 30px; */
    order: 2;
  }
  .single-image-wrapper.image-right {
    order: 2;
  }
  .single-content-wrapper {
    order: 1;
  }
  .physical-wrapper {
    grid-template-columns: 1fr;
  }

  .my-content {
    font-size: 18px;
  }
  .set-margin {
    margin-top: 25px;
  }
  .center-content-wrapper {
    min-height: unset;
  }

  .form-container {
    flex-direction: column;
  }
  .form-group-wrapper {
    flex-direction: column;
  }

  .meeting-iframe {
    height: 80vh;
  }

  .stories-section {
    padding: 10px 15px;
    background-color: var(--primary);
  }
  .stories-section .container {
    padding: 0;
  }
  .stories-section .swiper-slide {
    width: 120px;
  }
  .stories-item {
    width: 80px;
    height: 80px;
  }
  .stories-title {
    font-size: 13px;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}

@media (max-width: 576px) {
  /* === icons == */
  /* #page_region_175236 .page-col {
    flex: 0 0 49%;
    max-width: 49%;
  } */
  #page_region_175236 .span4 {
    flex: 0 0 49%;
    max-width: 49%;
  }
  .highlight-content h3 {
    font-size: 1rem;
  }

  .my-content {
    font-size: 16px;
  }

  .stories-section {
    padding: 10px;
  }
  .stories-section .swiper-slide {
    width: 90px;
  }
  .stories-item {
    width: 70px;
    height: 70px;
  }
  .stories-title {
    font-size: 10px;
  }
}

@media (max-width: 479px) {
  #page_region_174824 .span6 {
    /* width: 100%;
    margin-inline: 0; */
    width: 47%;
    margin-left: 6%;
  }
  #page_region_174824 .span6:nth-child(odd) {
    margin: 0;
  }

  #page_region_175236 .span4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #page_region_174606 .span8 {
    width: 100%;
    margin: 0;
  }
  #page_region_174606 .span4 {
    /* flex: 0 0 48%;
    max-width: 48%;
    margin-left: 4%; */
    flex: 0 0 32%;
    max-width: 32%;
    margin-left: 2%;
  }
  /* #page_region_174606 .span4:nth-child(odd) {
    margin: 0;
  } */
  #page_region_174606 .span4:nth-child(3n + 1) {
    margin: 0;
  }
  .highlight-content h3 {
    font-size: 1rem;
  }

  .heading-black,
  .heading-black.side-heading {
    font-size: 40px;
  }
  .heading-red,
  .heading-red.side-heading {
    font-size: 55px;
  }

  .stories-section .swiper-slide {
    width: 60px;
  }
  .stories-item {
    width: 48px;
    height: 48px;
  }
}
