:root {
  --primary: #0088CC;
  --primary-100: #0077b3;
  --primary-200: #006ea6;
  --primary-300: #006699;
  --primary--100: #0099e6;
  --primary--200: #00a1f2;
  --primary--300: #00aaff;
  --primary-rgba-0: rgba(0, 136, 204, 0);
  --primary-rgba-10: rgba(0, 136, 204, 0.1);
  --primary-rgba-20: rgba(0, 136, 204, 0.2);
  --primary-rgba-30: rgba(0, 136, 204, 0.3);
  --primary-rgba-40: rgba(0, 136, 204, 0.4);
  --primary-rgba-50: rgba(0, 136, 204, 0.5);
  --primary-rgba-60: rgba(0, 136, 204, 0.6);
  --primary-rgba-70: rgba(0, 136, 204, 0.7);
  --primary-rgba-80: rgba(0, 136, 204, 0.8);
  --primary-rgba-90: rgba(0, 136, 204, 0.9);
  --secondary: #8cc1dc;
  --secondary-100: #7ab5d6;
  --secondary-200: #68a9cf;
  --secondary-300: #569dc9;
  --secondary--100: #a0cce3;
  --secondary--200: #b4d7ea;
  --secondary--300: #c8e2f1;
  --secondary-rgba-0: rgba(140, 193, 220, 0);
  --secondary-rgba-10: rgba(140, 193, 220, 0.1);
  --secondary-rgba-20: rgba(140, 193, 220, 0.2);
  --secondary-rgba-30: rgba(140, 193, 220, 0.3);
  --secondary-rgba-40: rgba(140, 193, 220, 0.4);
  --secondary-rgba-50: rgba(140, 193, 220, 0.5);
  --secondary-rgba-60: rgba(140, 193, 220, 0.6);
  --secondary-rgba-70: rgba(140, 193, 220, 0.7);
  --secondary-rgba-80: rgba(140, 193, 220, 0.8);
  --secondary-rgba-90: rgba(140, 193, 220, 0.9);
  --tertiary: #0b4271;
  --tertiary-100: #0a3c66; /* darker */
  --tertiary-200: #09385f; /* darker */
  --tertiary-300: #083358; /* even darker */
  --tertiary--100: #0f4e85; /* lighter */
  --tertiary--200: #155c99; /* lighter */
  --tertiary--300: #1d6aad; /* even lighter */
  --tertiary-rgba-0: rgba(11, 66, 113, 0);
  --tertiary-rgba-10: rgba(11, 66, 113, 0.1);
  --tertiary-rgba-20: rgba(11, 66, 113, 0.2);
  --tertiary-rgba-30: rgba(11, 66, 113, 0.3);
  --tertiary-rgba-40: rgba(11, 66, 113, 0.4);
  --tertiary-rgba-50: rgba(11, 66, 113, 0.5);
  --tertiary-rgba-60: rgba(11, 66, 113, 0.6);
  --tertiary-rgba-70: rgba(11, 66, 113, 0.7);
  --tertiary-rgba-80: rgba(11, 66, 113, 0.8);
  --tertiary-rgba-90: rgba(11, 66, 113, 0.9);
}

/* Skin Colors - Inverse */
:root {
  --primary-inverse: #FFF;
  --secondary-inverse: #FFF;
  --tertiary-inverse: #FFF;
  --quaternary-inverse: #FFF;
  --dark-inverse: #FFF;
  --light-inverse: #777;
}

/* Grey Colors */
:root {
  --grey: #969696;
  --grey-100: #f4f4f4;
  --grey-200: #eaeaea;
  --grey-300: #e5e5e5;
  --grey-400: #e0e0e0;
  --grey-500: #dbdbdb;
  --grey-600: #cecece;
  --grey-700: #c1c1c1;
  --grey-800: #a8a8a8;
  --grey-900: #8e8e8e;
  --grey-1000: #757575;
}

#Main {
  padding-bottom: 3rem;
}

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

.astrisk {
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.2em;
}

.clickable {
  cursor: pointer;
}

.eighthundred {
  width: 100%;
  max-width: 800px;
}

.sevenhundred {
  width: 100%;
  max-width: 700px;
}

.sixhundred {
  width: 100%;
  max-width: 600px;
}

.fivehundred {
  width: 100%;
  max-width: 500px;
}

.fourhundred {
  width: 100%;
  max-width: 400px;
}

.threehundred {
  width: 100%;
  max-width: 300px;
}

.twohundred {
  width: 100%;
  max-width: 200px;
}

.onehundredfifty {
  width: 100%;
  max-width: 150px;
}

.onehundred {
  width: 100%;
  max-width: 100px;
}

.min-eighthundred {
  min-width: 800px;
}

.min-sevenhundred {
  min-width: 700px;
}

.min-sixhundred {
  min-width: 600px;
}

.min-fivehundred {
  min-width: 500px;
}

.min-fourhundred {
  min-width: 400px;
}

.min-threehundred {
  min-width: 300px;
}

.min-twohundred {
  min-width: 200px;
}

.min-onehundredfifty {
  min-width: 150px;
}

.min-onehundred {
  min-width: 100px;
}

.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-dark-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-dark-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-dark-75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-dark-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-dark-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

/** MODAL.CSS **/
.modal_back {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in;
  display: block;
}

.modal-on.modal_back {
  opacity: 1;
}

.modal_back .modal {
  max-width: 500px;
  width: auto;
  height: auto;
  position: relative;
  margin: 1.75rem auto;
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-delay: 0s;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  height: auto;
  max-height: calc(100vh - 1.75rem);
  overflow-y: auto;
}

.modal_back .modal.modal-md {
  max-width: 800px;
}

.modal_back .modal.modal-lg {
  max-width: 1020px;
}

.modal_back .modal.modal-xl {
  max-width: 1400px;
}

.modal-on .modal {
  opacity: 1;
  transform: translateY(0);
}

.modal-header {
  padding: 1em;
  border-bottom: 1px solid #dedede;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5em;
}

.modal-body {
  padding: 24px;
}

.modal-footer {
  padding: 1em;
  border-top: 1px solid #dedede;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

.modal-footer .button {
  margin-left: 2px;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 0.8rem;
}

.modal-header .hide_modal {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  cursor: pointer;
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  transition: all 0.3s ease-in-out;
}

.modal-header .hide_modal:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.error .modal-header {
  background-color: #be0d0d;
  color: #fff;
}

.error .modal-header h5 {
  color: #fff;
}

.error .modal-header .hide_modal {
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}

.success .modal-header {
  background-color: #1f9425;
  color: #fff;
}

.success .modal-header h5 {
  color: #fff;
}

.success .modal-header .hide_modal {
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}

.notice.modal {
  color: #000;
}

.warning .modal-header {
  background-color: var(--bs-warning);
}

.danger .modal-header {
  background-color: var(--bs-danger);
}

@media screen and (max-width: 500px) {
  .modal-footer {
    padding: 0.5em;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .modal-footer .button {
    padding: 8px 8px;
    margin-left: 1px;
    margin-right: 4px;
    display: flex;
    align-items: center;
  }
}
/** FORMS **/
textarea.invalid,
select.invalid,
input.invalid {
  border-color: #a12d3a;
  background-color: #f7b1b8;
}

.label-container {
  position: relative;
  border: 1px solid #999;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 10px;
  background-color: #fff;
}

.label-container input {
  border: none;
  margin: 0px;
  outline: 0;
  width: 100%;
}

.label-container label {
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: auto;
  max-width: 100%;
}

.label-container.active label {
  transform: translate(-12px, -16px) scale(0.8);
  color: #666;
}

.label-container.select-container {
  padding: 0px 10px;
}

.select-container select {
  border: none;
  margin-top: 16px;
  margin-bottom: 14px;
  background-color: none;
  padding: 0px 16px;
  width: 100%;
  height: 100%;
}

.select-container select:focus-visible {
  border: none;
  outline: none;
}

.select-container.active label {
  transform: translate(-11px, -6px) scale(0.8);
}

.label-container input[type=date] {
  margin-top: 8px;
}

.label-container:has(.invalid) {
  box-shadow: 0px 0px 0px 4px #ae2307;
  background-color: #ecafa9;
}

.label-container .invalid {
  background-color: #ecafa9;
}

input[type=checkbox], input[type=radio] {
  width: 2em;
  height: 2em;
  line-height: 2.2em;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}

.char-count {
  font-size: 0.85em;
  text-align: right;
  color: #666;
}

.fixed_input {
  position: relative;
  border: 1px solid #999;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 10px;
  background-color: #ededed;
}

.fixed_input .fixed_data {
  border: none;
  margin: 0px;
  outline: 0;
  font-size: 18px;
  padding: 8px;
  color: #111;
}

.fixed_input .fixed_label {
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: auto;
  max-width: 100%;
  padding: 4px 8px;
}

.fixed_input.active .fixed_label {
  transform: translate(-12px, -16px) scale(0.8);
  color: #666;
}

.thumb-info .thumb-info-title {
  transition: all 0.3s;
  background: var(--dark-rgba-80);
  color: var(--light);
  font-weight: 600;
  left: 0;
  letter-spacing: -0.05em;
  position: absolute;
  z-index: 2;
  max-width: 90%;
  font-size: 24px;
  padding: 13px 21px 2px;
  bottom: 13%;
}

/*
--primary: #00539b;
.page-body.blue {
  background-color: var(--blue-04);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--blue-10), var(--blue-08));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}*/
.spotlight-cursor-text .content {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 50vw;
  background: var(--light);
  mix-blend-mode: screen;
}

.h1-title {
  font-size: 7em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em;
}

.header-logo {
  width: 150px;
  height: 34px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

#home-slideshow {
  aspect-ratio: 2.85;
}

@media screen and (max-width: 1024px) {
  #home-slideshow .porto-big-title {
    font-size: 8rem;
  }
}
@media screen and (max-width: 575px) {
  #home-slideshow .porto-big-title {
    font-size: 4rem;
    letter-spacing: -10px;
  }
}
.home-section-link {
  width: 100%;
  aspect-ratio: 4;
  border-bottom: 1px solid #fff;
}

.home-section-icon {
  background-size: 23% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--tertiary--300);
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none !important;
}

.home-section-icon.adviser-resources {
  background-image: url(../../img/gadecagraphics/section-icons/human-resources.svg);
}

.home-section-icon.start-a-chapter {
  background-image: url(../../img/gadecagraphics/section-icons/start-up.svg);
}

.home-section-icon.news {
  background-image: url(../../img/gadecagraphics/section-icons/news.svg);
}

.home-section-icon.events {
  background-image: url(../../img/gadecagraphics/section-icons/events-calendar.svg);
}

.home-section-icon.friends {
  background-image: url(../../img/gadecagraphics/section-icons/fans.svg);
}

.home-section-icon .thumb-info-title {
  font-weight: 600;
  color: #fff;
  position: relative;
  font-size: 1.5rem;
}

#whats-coming-next {
  background-image: url(../../img/custom-header-bg.jpg);
  background-size: cover;
}

.shy-break-sm {
  display: none;
}

@media screen and (max-width: 575px) {
  #whats-coming-next #next-arrow {
    transform: rotate(90deg) translateX(-18px);
  }
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
  .shy-break-sm {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .home-section-link {
    width: 20%;
    aspect-ratio: 2;
  }
  .home-section-icon .thumb-info-title {
    font-size: 0.9rem;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
}
@media screen and (max-width: 767px) {
  .shy-break-md {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .home-section-icon {
    background-color: var(--secondary);
  }
  .home-section-icon .thumb-info-title {
    opacity: 0;
    transition: all 0.2s ease-in;
    font-size: 24px;
  }
  .home-section-icon:hover .thumb-info-title {
    opacity: 1;
  }
  .home-section-icon:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease-in;
    opacity: 0;
  }
  .home-section-icon:hover:before {
    opacity: 1;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
}
@media screen and (max-width: 1023px) {
  .shy-break-lg {
    display: block;
  }
}
.animated-letters-wrapper {
  overflow-wrap: normal;
  word-break: keep-all;
}

#footer {
  border-top: 8px solid #384a56;
  background-color: #fff;
}

#footer a:not(.btn):not(.no-footer-css):hover,
#footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
  color: var(--primary-300);
  left: 0;
}

#header .header-nav.header-nav-line nav > ul li:hover > a:before,
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
  background-color: #edb10f;
}

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

@media screen and (max-width: 1400px) {
  .h1-title {
    font-size: 5em;
  }
}
@media screen and (max-width: 1024px) {
  .h1-title {
    font-size: 3em;
  }
  section.section {
    padding: 25px 0px;
  }
}
.board-placeholder {
  background-color: #ddd;
  border-radius: 3px;
  aspect-ratio: 0.8;
}

#archive_list .item.page-off {
  display: none;
}

/*PAGINATION*/
.pagination > div {
  clear: both;
  float: none;
  margin-top: 0px;
  text-align: center;
  display: flex;
}

.pagination span {
  display: block;
  position: relative;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
}

.pagination span.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.pagination span.outofrange {
  display: none;
}

.pagination span.prev:before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary);
}

.pagination span.next:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary);
}

.pagination .breaker {
  padding: 6px 6px;
}

.password-input-wrapper {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 19px 20px;
  border: none;
  background: none;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  border-left: 1px solid #666;
  border-radius: 0px 4px 4px 0px;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}