/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/src/css/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
header {
  background-color: #020202;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  position: relative;
  gap: 15px;
}
@media screen and (min-width: 980px) {
  header {
    padding: 0 60px;
    justify-content: space-between;
    gap: 0;
  }
}

.menu-toggle {
  display: none;
}

.hamburger-menu {
  display: block;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
@media screen and (min-width: 980px) {
  .hamburger-menu {
    display: none;
  }
}

.mobile-menu {
  display: block;
  position: absolute;
  width: 345px;
  top: 0;
  left: 0;
  background: #eeede9;
  z-index: 2;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (min-width: 980px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .logo-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
}
.mobile-menu .logo-holder img {
  width: 232.891px;
  height: 32.994px;
  flex-shrink: 0;
}
.mobile-menu #mobile-menu {
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 100% */
  list-style-type: none;
  margin-right: 37px;
}
.mobile-menu #mobile-menu li {
  margin-bottom: 28px;
}
.mobile-menu #mobile-menu a {
  text-decoration: none;
  color: #020202;
  display: flex;
  justify-content: space-between;
}
.mobile-menu #mobile-menu li:hover .sub-menu {
  display: block;
}
.mobile-menu #mobile-menu li:hover a::after {
  transform: rotate(180deg);
}
.mobile-menu #mobile-menu li:has(.sub-menu) > a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M12.355 0.757812L7 6.10115L1.645 0.757812L0 2.40281L7 9.40281L14 2.40281L12.355 0.757812Z' fill='%23020202'/%3E%3C/svg%3E");
}
.mobile-menu #mobile-menu .sub-menu {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  list-style-type: none;
  padding-left: 20px;
  margin-top: 28px;
  display: none;
}
.mobile-menu #mobile-menu .sub-menu li {
  margin-bottom: 28px;
}
.mobile-menu hr {
  border: 1px solid #838383;
  margin: 0 30px 0 40px;
}
.mobile-menu #mobile-top-menu {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 180% */
  list-style-type: none;
}
.mobile-menu #mobile-top-menu li {
  margin-bottom: 28px;
}
.mobile-menu #mobile-top-menu a {
  text-decoration: none;
  color: #020202;
}
.mobile-menu #mobile-top-menu .sub-menu {
  list-style-type: none;
  padding-left: 20px;
  margin-top: 28px;
  display: none;
}
.mobile-menu #mobile-top-menu .sub-menu li {
  margin-bottom: 28px;
}
.mobile-menu .social {
  display: flex;
  gap: 20px;
  padding: 0 0 9px 40px;
}
.mobile-menu .social a {
  text-decoration: none;
}

.site-branding img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 980px) {
  .site-branding img {
    width: 424px;
  }
}

#site-navigation {
  display: none;
}
@media screen and (min-width: 980px) {
  #site-navigation {
    display: block;
  }
}
#site-navigation .sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0 20px;
  gap: 14px;
}
#site-navigation .sub .menu-top-menu-container {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
#site-navigation .sub .menu-top-menu-container #top-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  width: 100%;
  gap: 14px;
  margin: 0;
  padding: 0;
}
#site-navigation .sub .menu-top-menu-container #top-menu li {
  padding-left: 14px;
}
#site-navigation .sub .menu-top-menu-container #top-menu a {
  text-decoration: none;
  color: #fff;
}
#site-navigation .sub .menu-top-menu-container #top-menu li:nth-last-child(1) {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 2px solid #fff;
  cursor: pointer;
}
#site-navigation .sub .menu-top-menu-container #top-menu li:nth-last-child(1) a {
  color: #020202;
}
#site-navigation .sub .menu-top-menu-container #top-menu li:nth-last-child(1):hover {
  background: rgba(193, 108, 103, 0.2);
  border: 2px solid #c16c67;
}
#site-navigation .sub .menu-top-menu-container #top-menu li:nth-last-child(1):hover a {
  color: #fff;
}
#site-navigation .sub .menu-top-menu-container #top-menu li:nth-last-child(2) {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
}
#site-navigation .sub .menu-top-menu-container #top-menu li:nth-last-child(2):hover {
  background: rgba(193, 108, 103, 0.2);
  border: 2px solid #c16c67;
}
#site-navigation .sub .menu-top-menu-container #top-menu li:nth-last-child(3) {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #c16c67;
  border: 2px solid #c16c67;
  cursor: pointer;
}
#site-navigation .sub .menu-top-menu-container #top-menu li:nth-last-child(3):hover {
  background: rgba(193, 108, 103, 0.2);
}
#site-navigation .sub .search-form {
  position: relative;
  border: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
}
#site-navigation .sub .search-form:focus-within {
  box-shadow: 0 0 10px #fff;
}
#site-navigation .sub .search-form input {
  border: 0;
  width: 0;
  transition: width 0.5s;
  background: #020202;
  color: #fff;
  padding-left: 10px;
}
#site-navigation .sub .search-form input:focus {
  outline: none;
  width: 180px;
}
#site-navigation .sub .search-form button {
  background: none;
  border: none;
  cursor: pointer;
}
#site-navigation .sub .search-form:hover {
  border: 1px solid #fff;
}
#site-navigation .sub .search-form:hover input {
  width: 180px;
  transition: width 0.5s;
}
#site-navigation .menu-main-menu-container {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
}
#site-navigation .menu-main-menu-container #primary-menu {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  width: 100%;
  gap: 40px;
  margin: 10px 0 0;
}
#site-navigation .menu-main-menu-container #primary-menu a {
  text-decoration: none;
  color: #fff;
  width: -moz-min-content;
  width: min-content;
}
@media screen and (min-width: 1422px) {
  #site-navigation .menu-main-menu-container #primary-menu a {
    width: auto;
  }
}
#site-navigation .menu-main-menu-container #primary-menu li {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
#site-navigation .menu-main-menu-container #primary-menu li:has(.sub-menu)::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.06 6.46289L8 9.51622L4.94 6.46289L4 7.40289L8 11.4029L12 7.40289L11.06 6.46289Z' fill='white'/%3E%3C/svg%3E");
}
#site-navigation .menu-main-menu-container #primary-menu li:hover .sub-menu {
  display: block;
  z-index: 1;
}
#site-navigation .menu-main-menu-container #primary-menu .sub-menu {
  position: absolute;
  display: none;
  top: 28px;
  right: 0;
  background: #2f2f2f;
  padding: 0;
  width: 245px;
}
#site-navigation .menu-main-menu-container #primary-menu .sub-menu li {
  padding: 20px 30px;
}
#site-navigation .menu-main-menu-container #primary-menu .sub-menu li:hover {
  background: #3f3e3e;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

footer {
  background-color: #020202;
  padding: 0 15px;
  color: #fff;
}
@media screen and (min-width: 980px) {
  footer {
    padding: 0 60px;
  }
}

.footer-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  gap: 0;
}
@media screen and (min-width: 980px) {
  .footer-holder {
    flex-direction: row;
    padding: 60px 0;
    gap: 60px;
  }
}
.footer-holder .logo-holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 980px) {
  .footer-holder .logo-holder {
    flex-direction: row;
  }
}
.footer-holder .logo-holder img {
  flex-basis: 32%;
  height: 87px;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .footer-holder .logo-holder img {
    height: 80px;
  }
}
.footer-holder .logo-holder .info {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .footer-holder .logo-holder .info {
    font-size: 20px;
    line-height: 28px;
    text-align: unset;
  }
}
.footer-holder .logo-holder .info p {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer-holder .logo-holder .info p:nth-child(1) {
  font-weight: 600;
}
.footer-holder .logo-holder .info a {
  color: #c16c67;
  text-decoration: none;
}
.footer-holder .footer-menu {
  flex-basis: 23%;
  margin: 28px 12px 0 12px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .footer-holder .footer-menu {
    text-align: unset;
    margin: 24px;
  }
}
.footer-holder .footer-menu .social {
  display: none;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 980px) {
  .footer-holder .footer-menu .social {
    display: flex;
    justify-content: normal;
  }
}
.footer-holder .footer-menu .social a {
  text-decoration: none;
}
.footer-holder .footer-menu .social-mobile {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 980px) {
  .footer-holder .footer-menu .social-mobile {
    display: none;
    justify-content: normal;
  }
}
.footer-holder .footer-menu .social-mobile a {
  text-decoration: none;
}
.footer-holder .footer-menu .menu-footer-menu-container {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.footer-holder .footer-menu .menu-footer-menu-container #footer-menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
  width: 100%;
  gap: 28px;
  margin: 10px 0 30px;
  padding: 0;
}
@media screen and (min-width: 980px) {
  .footer-holder .footer-menu .menu-footer-menu-container #footer-menu {
    justify-content: normal;
  }
}
.footer-holder .footer-menu .menu-footer-menu-container #footer-menu a {
  text-decoration: none;
  color: #fff;
}
.footer-holder .footer-menu p {
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}

.home {
  background: #eeede9;
}
.home #meeting .container {
  padding: 28px 15px 60px;
}
@media screen and (min-width: 980px) {
  .home #meeting .container {
    padding: 60px;
  }
}
.home #meeting .container .meeting-holder {
  display: flex;
  justify-content: space-between;
}
.home #meeting .container .meeting-holder .content {
  flex-basis: 40%;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .home #meeting .container .meeting-holder .content {
    width: unset;
  }
}
.home #meeting .container .meeting-holder .content .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px;
  color: #FFF;
  background: #838383;
  width: 327px;
}
@media screen and (min-width: 980px) {
  .home #meeting .container .meeting-holder .content .date {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    width: 74%;
  }
}
.home #meeting .container .meeting-holder .content h1 {
  margin-bottom: 28px;
}
@media screen and (min-width: 980px) {
  .home #meeting .container .meeting-holder .content h1 {
    margin-bottom: 60px;
  }
}
.home #meeting .container .meeting-holder .content .mobile-image {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .home #meeting .container .meeting-holder .content .mobile-image {
    display: none;
  }
}
.home #meeting .container .meeting-holder .content .mobile-image img {
  width: 100%;
  height: auto;
}
.home #meeting .container .meeting-holder .content .button-holder {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 980px) {
  .home #meeting .container .meeting-holder .content .button-holder {
    flex-direction: row;
    gap: 20px;
  }
}
.home #meeting .container .meeting-holder .content .button-holder .btn-orange {
  width: 265px;
}
@media screen and (min-width: 980px) {
  .home #meeting .container .meeting-holder .content .button-holder .btn-orange {
    width: 168px;
  }
}
.home #meeting .container .meeting-holder .content .button-holder .btn-white {
  width: 265px;
}
@media screen and (min-width: 980px) {
  .home #meeting .container .meeting-holder .content .button-holder .btn-white {
    width: 168px;
  }
}
.home #meeting .container .meeting-holder .image {
  flex-basis: 58%;
  display: none;
}
@media screen and (min-width: 980px) {
  .home #meeting .container .meeting-holder .image {
    display: block;
  }
}
.home #meeting .container .meeting-holder .image img {
  width: 765px;
  height: auto;
}
.home .about-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 980px) {
  .home .about-holder {
    flex-direction: row;
  }
}
.home .about-holder .title {
  flex-basis: 40%;
}
.home .about-holder .title h2 {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .home .about-holder .title h2 {
    width: 60%;
  }
}
.home .about-holder .content {
  flex-basis: 58%;
}
.home .about-holder .content p {
  font-size: 20px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .home .about-holder .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.home #featured .container {
  padding: 60px 0px 60px 15px;
}
@media screen and (min-width: 980px) {
  .home #featured .container {
    padding: 60px;
  }
}
.home #featured .featured-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 980px) {
  .home #featured .featured-holder {
    flex-direction: row;
  }
}
.home #featured .featured-holder .title {
  flex-basis: 40%;
}
.home #featured .featured-holder .title h2 {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .home #featured .featured-holder .title h2 {
    width: 60%;
  }
}
.home #featured .featured-holder .content {
  flex-basis: 58%;
}
.home #featured .featured-holder .content .featured-programs {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (min-width: 980px) {
  .home #featured .featured-holder .content .featured-programs {
    display: flex;
  }
}
.home #featured .featured-holder .content .featured-programs .featured-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 46%;
  border-top: 1px solid;
  margin-bottom: 40px;
}
.home #featured .featured-holder .content .featured-programs .featured-box .tags {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #9C9D99;
  width: 40%;
}
.home #featured .featured-holder .content .bx-wrapper {
  display: block;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
@media screen and (min-width: 980px) {
  .home #featured .featured-holder .content .bx-wrapper {
    display: none;
  }
}
.home #featured .featured-holder .content .bx-wrapper .featured-box {
  border-top: 1px solid;
  width: 320px !important;
}
.home #featured .featured-holder .content .bx-wrapper .featured-box .tags {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #9C9D99;
  width: 45%;
}
.home #featured .featured-holder .content p {
  font-size: 20px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 12px;
}
@media screen and (min-width: 980px) {
  .home #featured .featured-holder .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.home #join .container {
  border-bottom: none;
}
.home #join .join-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid;
  padding: 40px 16px;
}
@media screen and (min-width: 980px) {
  .home #join .join-holder {
    flex-direction: row;
    padding: 40px;
  }
}
.home #join .join-holder .title {
  flex-basis: 50%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .home #join .join-holder .title {
    text-align: unset;
    margin-bottom: 0;
  }
}
.home #join .join-holder .title h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .home #join .join-holder .title h2 {
    margin-bottom: 40px;
  }
}
.home #join .join-holder .button-holder .btn-orange {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  width: unset;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .home #join .join-holder .button-holder .btn-orange {
    font-size: 24px;
    padding: 40px 60px;
  }
}
.home #join .join-holder .button-holder .btn-white {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  width: unset;
}
@media screen and (min-width: 980px) {
  .home #join .join-holder .button-holder .btn-white {
    font-size: 24px;
    padding: 40px 60px;
  }
}
.home #newsletters {
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px hsl(0deg 0% 0.78% / 60%);
}
.home #newsletters .container {
  border-bottom: none;
  padding: 60px 15px;
}
@media screen and (min-width: 980px) {
  .home #newsletters .container {
    padding: 0px 60px;
  }
}
.home #newsletters .newsletters-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 16px;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .home #newsletters .newsletters-holder {
    flex-direction: row;
    padding: 40px;
  }
}
.home #newsletters .newsletters-holder .title {
  flex-basis: 50%;
  text-align: center;
  margin-bottom: 40px;
  align-content: center;
}
@media screen and (min-width: 980px) {
  .home #newsletters .newsletters-holder .title {
    text-align: unset;
    margin-bottom: 0;
  }
}
.home #newsletters .newsletters-holder .title h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .home #newsletters .newsletters-holder .title h2 {
    margin-bottom: 40px;
  }
}
.home #newsletters .newsletters-holder .button-holder .btn-orange {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  width: unset;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .home #newsletters .newsletters-holder .button-holder .btn-orange {
    font-size: 24px;
    padding: 40px 97px;
  }
}
.home #newsletters .newsletters-holder .button-holder .btn-white {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  width: unset;
  color: #fff;
  border: 2px solid #fff;
}
@media screen and (min-width: 980px) {
  .home #newsletters .newsletters-holder .button-holder .btn-white {
    font-size: 24px;
    padding: 40px 97px;
  }
}
.home #job .container {
  padding: 60px 0px 60px 15px;
}
@media screen and (min-width: 980px) {
  .home #job .container {
    padding: 60px;
  }
}
.home #job .job-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 980px) {
  .home #job .job-holder {
    flex-direction: row;
  }
}
.home #job .job-holder .title {
  flex-basis: 40%;
}
.home #job .job-holder .title h2 {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .home #job .job-holder .title h2 {
    width: 60%;
  }
}
.home #job .job-holder .content {
  flex-basis: 58%;
}
.home #job .job-holder .content .job-programs {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (min-width: 980px) {
  .home #job .job-holder .content .job-programs {
    display: flex;
  }
}
.home #job .job-holder .content .job-programs .job-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 46%;
  border-top: 1px solid;
  margin-bottom: 40px;
}
.home #job .job-holder .content .job-programs .job-box h4 {
  margin: 0;
}
.home #job .job-holder .content .job-programs .job-box .college {
  font-weight: 600;
}
.home #job .job-holder .content .job-programs .job-box .tags {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  margin-bottom: 12px;
}
.home #job .job-holder .content .job-programs .job-box .tags a {
  padding: 4px 10px;
  color: #fff;
  background: #9c9d99;
}
.home #job .job-holder .content .job-programs .job-box .deadline {
  text-transform: uppercase;
}
.home #job .job-holder .content .bx-wrapper {
  display: block;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
@media screen and (min-width: 980px) {
  .home #job .job-holder .content .bx-wrapper {
    display: none;
  }
}
.home #job .job-holder .content .bx-wrapper .job-box {
  border-top: 1px solid;
  width: 320px !important;
}
.home #job .job-holder .content .bx-wrapper .job-box .college {
  font-weight: 600;
}
.home #job .job-holder .content .bx-wrapper .job-box .tags {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  margin-bottom: 12px;
}
.home #job .job-holder .content .bx-wrapper .job-box .tags a {
  padding: 4px 10px;
  color: #fff;
  background: #9c9d99;
}
.home #job .job-holder .content .bx-wrapper .job-box .deadline {
  text-transform: uppercase;
}
.home #job .job-holder .content p {
  font-size: 20px;
  line-height: 36px;
  margin-top: 0;
  margin: 12px 0;
}
@media screen and (min-width: 980px) {
  .home #job .job-holder .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.home #subscribe .container {
  border-bottom: none;
}
.home #subscribe .subscribe-holder {
  border: 1px solid;
  padding: 40px 16px;
}
@media screen and (min-width: 980px) {
  .home #subscribe .subscribe-holder {
    padding: 40px;
  }
}
.home #subscribe .subscribe-holder .title {
  text-align: center;
  margin-bottom: 40px;
}
.home #subscribe .subscribe-holder .title h2 {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .home #subscribe .subscribe-holder .title h2 {
    font-size: 48px;
  }
}
.home #subscribe .subscribe-holder .title body {
  font-size: 18px;
  line-height: 28px;
}
.home #subscribe .subscribe-holder form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: unset;
}
@media screen and (min-width: 980px) {
  .home #subscribe .subscribe-holder form {
    flex-direction: row;
    font-size: 24px;
    padding: 15px 60px;
    height: 110px;
  }
}
.home #subscribe .subscribe-holder form .gform-body input {
  font-family: Lato;
  padding: 15px 20px;
  font-size: 24px;
  line-height: 28px;
  height: 60px;
  width: 500px;
}
@media screen and (min-width: 980px) {
  .home #subscribe .subscribe-holder form .gform-body input {
    height: 80px;
  }
}
.home #subscribe .subscribe-holder form .gform-body input::-moz-placeholder {
  color: #838383;
}
.home #subscribe .subscribe-holder form .gform-body input::placeholder {
  color: #838383;
}
.home #subscribe .subscribe-holder form .gform_footer {
  margin: 0;
}
.home #subscribe .subscribe-holder form .gform_footer #gform_submit_button_5:hover {
  background: rgba(193, 108, 103, 0.2);
  border: 2px solid #c16c67;
  color: #c16c67;
}
.home #subscribe .subscribe-holder form .gform_footer input {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 60px;
  background: #c16c67;
}
.home #subscribe .subscribe-holder form #email {
  width: unset;
  padding: 15px 20px;
  font-family: Lato;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .home #subscribe .subscribe-holder form #email {
    width: 500px;
    margin-bottom: 0;
  }
}
.home #subscribe .subscribe-holder form .btn-orange {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  width: unset;
}
@media screen and (min-width: 980px) {
  .home #subscribe .subscribe-holder form .btn-orange {
    font-size: 24px;
    padding: 15px 60px;
  }
}
.home #courses .container {
  padding: 60px 0px 60px 15px;
}
@media screen and (min-width: 980px) {
  .home #courses .container {
    padding: 60px;
  }
}
.home #courses .courses-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 980px) {
  .home #courses .courses-holder {
    flex-direction: row;
  }
}
.home #courses .courses-holder .title {
  flex-basis: 40%;
}
.home #courses .courses-holder .title h2 {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .home #courses .courses-holder .title h2 {
    width: 75%;
  }
}
.home #courses .courses-holder .content {
  flex-basis: 58%;
}
.home #courses .courses-holder .content .courses-programs {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 980px) {
  .home #courses .courses-holder .content .courses-programs {
    display: flex;
  }
}
.home #courses .courses-holder .content .courses-programs .courses-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 46%;
  border-top: 1px solid;
  margin-bottom: 40px;
}
.home #courses .courses-holder .content .courses-programs .courses-box h5 {
  margin-top: 12px;
  margin-bottom: 0;
}
.home #courses .courses-holder .content .courses-programs .courses-box a {
  margin: 12px 0;
}
.home #courses .courses-holder .content .courses-programs .courses-box .tags {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  width: 40%;
  margin-bottom: 12px;
}
.home #courses .courses-holder .content .courses-programs .courses-box .tags a {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #9c9d99;
  width: 40%;
}
.home #courses .courses-holder .content .courses-programs .courses-box .author {
  font-weight: 600;
}
.home #courses .courses-holder .content .bx-wrapper {
  display: block;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
@media screen and (min-width: 980px) {
  .home #courses .courses-holder .content .bx-wrapper {
    display: none;
  }
}
.home #courses .courses-holder .content .bx-wrapper .courses-box {
  border-top: 1px solid;
  width: 320px !important;
}
.home #courses .courses-holder .content .bx-wrapper .courses-box a {
  margin: 12px 0;
}
.home #courses .courses-holder .content .bx-wrapper .courses-box .tags {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  width: 40%;
  margin-bottom: 12px;
}
.home #courses .courses-holder .content .bx-wrapper .courses-box .tags a {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #9c9d99;
  width: 40%;
}
.home #courses .courses-holder .content .bx-wrapper .courses-box .author {
  font-weight: 600;
}
.home #courses .courses-holder .content p {
  font-size: 20px;
  line-height: 36px;
  margin-top: 0;
  margin: 12px 0;
}
@media screen and (min-width: 980px) {
  .home #courses .courses-holder .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.home #videos .container {
  border-bottom: none;
  padding: 60px 0px 60px 15px;
}
@media screen and (min-width: 980px) {
  .home #videos .container {
    padding: 60px 0px 60px 60px;
  }
}
.home #videos .video-holder .title h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.home #videos .video-holder .content .bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.home #videos .video-holder .content .bx-wrapper h5 {
  margin: 12px 0 0 0;
  color: #000;
}
.home #videos .video-holder .content .bx-wrapper .slider div {
  width: 320px !important;
}
@media screen and (min-width: 980px) {
  .home #videos .video-holder .content .bx-wrapper .slider div {
    width: 370px !important;
  }
}
.home #videos .video-holder .content .bx-wrapper .bx-controls {
  display: block;
}
@media screen and (min-width: 980px) {
  .home #videos .video-holder .content .bx-wrapper .bx-controls {
    display: none;
  }
}
.home #videos .video-holder .content .button-holder {
  display: flex;
  justify-content: space-between;
  margin-right: 60px;
}
.home #videos .video-holder .content .button-holder .slider-nav {
  display: none;
}
@media screen and (min-width: 980px) {
  .home #videos .video-holder .content .button-holder .slider-nav {
    display: block;
  }
}
.home #videos .video-holder .content .button-holder .slider-nav svg:hover {
  background: rgba(193, 108, 103, 0.2);
  border-radius: 40px;
}
.home #videos .video-holder .content .button-holder .slider-nav #slider-prev {
  margin-right: 20px;
}
.home #videos .video-holder .content .button-holder .slider-nav #slider-prev svg {
  transform: rotate(180deg);
}

.about {
  background: #eeede9;
}
.about .container {
  padding: 60px 0px 0px 15px;
}
@media screen and (min-width: 980px) {
  .about .container {
    padding: 60px 60px 0 60px;
  }
}
.about #header h1 {
  margin: auto;
  text-align: center;
}
.about #header .tab {
  display: none;
  justify-content: center;
  flex-direction: row;
  gap: 28px;
  margin-top: 60px;
}
.about #header .tab .tablinks {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font-size: 24px;
  cursor: pointer;
  outline: inherit;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: Lato;
  font-weight: 600;
  line-height: 28px;
}
.about #header .tab .tablinks.active {
  background-color: #b54039;
  color: #eeede9;
}
@media screen and (min-width: 980px) {
  .about #header .tab {
    display: flex;
  }
}
.about #header .mobile-tab {
  display: block;
  justify-content: center;
  flex-direction: row;
  gap: 28px;
  margin-top: 60px;
  width: 500px;
}
.about #header .mobile-tab .bx-wrapper {
  background: #eeede9;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.about #header .mobile-tab .tablinks {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font-size: 24px;
  cursor: pointer;
  outline: inherit;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 75px;
  font-family: Lato;
  font-weight: 600;
  line-height: 28px;
}
.about #header .mobile-tab .tablinks a {
  color: inherit;
}
.about #header .mobile-tab .tablinks.active {
  background-color: #b54039;
  color: #eeede9;
}
@media screen and (min-width: 980px) {
  .about #header .mobile-tab {
    display: none;
  }
}
.about #mission h3 {
  margin: 0;
}
.about #mission .accordion-box {
  border-bottom: 1px solid;
}
.about #mission .accordion-box .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about #mission .accordion-box .accordion-title::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 40 41" fill="none"><g clip-path="url(%23clip0_677_1246)"><circle cx="20" cy="20.7363" r="19" stroke="%23C16C67" stroke-width="2"/><path d="M18.7143 32.7363V22.022H8V19.4506H18.7143V8.73633H21.2857V19.4506H32V22.022H21.2857V32.7363H18.7143Z" fill="%23C16C67"/></g><defs><clipPath id="clip0_677_1246"><rect width="40" height="40" fill="white" transform="translate(0 0.736328)"/></clipPath></defs></svg>');
}
.about #mission .accordion-box .accordionContent {
  max-width: 850px;
  display: none;
  margin-bottom: 40px;
}
.about #mission .accordion-box.active .accordion-title {
  color: #b54039;
}
.about #mission .accordion-box.active .accordion-title::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 40 41" fill="none"><g clip-path="url(%23clip0_677_1238)"><circle cx="20" cy="20.7363" r="19" stroke="%23C16C67" stroke-width="2"/><path d="M8 22.4505V19.022H32V22.4505H8Z" fill="%23C16C67"/></g><defs><clipPath id="clip0_677_1238"><rect width="40" height="40" fill="white" transform="translate(0 0.736328)"/></clipPath></defs></svg>');
}
.about #committees h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
.about hr {
  border-bottom: 1px solid;
  margin: 0 15px;
  max-width: 1098px;
}
@media screen and (min-width: 980px) {
  .about hr {
    margin: auto;
  }
}
.about #executive .sub-container {
  padding: 60px 0px 60px 15px;
}
@media screen and (min-width: 980px) {
  .about #executive .sub-container {
    padding: 60px 171px;
  }
}
.about #executive .executive-holder,
.about #executive .standing-holder,
.about #executive .hoc-holder {
  border-bottom: 1px solid;
  cursor: pointer;
}
.about #executive .executive-holder .title,
.about #executive .standing-holder .title,
.about #executive .hoc-holder .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0;
}
.about #executive .executive-holder .title::after,
.about #executive .standing-holder .title::after,
.about #executive .hoc-holder .title::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 40 41" fill="none"><g clip-path="url(%23clip0_677_1246)"><circle cx="20" cy="20.7363" r="19" stroke="%23C16C67" stroke-width="2"/><path d="M18.7143 32.7363V22.022H8V19.4506H18.7143V8.73633H21.2857V19.4506H32V22.022H21.2857V32.7363H18.7143Z" fill="%23C16C67"/></g><defs><clipPath id="clip0_677_1246"><rect width="40" height="40" fill="white" transform="translate(0 0.736328)"/></clipPath></defs></svg>');
}
.about #executive .executive-holder .accordionContent,
.about #executive .standing-holder .accordionContent,
.about #executive .hoc-holder .accordionContent {
  display: none;
  margin-bottom: 40px;
}
.about #executive .executive-holder .title:hover,
.about #executive .standing-holder .title:hover,
.about #executive .hoc-holder .title:hover {
  color: #b54039;
}
.about #executive .executive-holder .title.active,
.about #executive .standing-holder .title.active,
.about #executive .hoc-holder .title.active {
  color: #b54039;
  margin: 12px 0 60px;
}
.about #executive .executive-holder .title.active::after,
.about #executive .standing-holder .title.active::after,
.about #executive .hoc-holder .title.active::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 40 41" fill="none"><g clip-path="url(%23clip0_677_1238)"><circle cx="20" cy="20.7363" r="19" stroke="%23C16C67" stroke-width="2"/><path d="M8 22.4505V19.022H32V22.4505H8Z" fill="%23C16C67"/></g><defs><clipPath id="clip0_677_1238"><rect width="40" height="40" fill="white" transform="translate(0 0.736328)"/></clipPath></defs></svg>');
}
.about #executive .content {
  display: none;
}
@media screen and (min-width: 980px) {
  .about #executive .content {
    display: block;
  }
}
.about #executive .content .executive-programs {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.about #executive .content .executive-programs a {
  flex-basis: 259px;
  color: #000;
}
.about #executive .content .executive-programs a img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.about #executive .content .executive-programs a h5 {
  margin: 12px 0;
}
@media screen and (min-width: 980px) {
  .about #executive .content .executive-programs {
    display: flex;
  }
}
.about #executive .mobile {
  display: block;
}
@media screen and (min-width: 980px) {
  .about #executive .mobile {
    display: none;
  }
}
.about #executive .mobile .bx-wrapper {
  display: block;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .about #executive .mobile .bx-wrapper {
    display: none;
  }
}
.about #executive .mobile .bx-wrapper a {
  width: 259px !important;
  color: #000;
}
.about #executive .mobile .bx-wrapper a img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.about #executive .mobile .bx-wrapper a h5 {
  margin: 12px 0;
}
.about #awards h3 {
  margin: 0;
}
.about #awards .accordion-box {
  border-bottom: 1px solid;
  cursor: pointer;
}
.about #awards .accordion-box .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about #awards .accordion-box .accordion-title::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 40 41" fill="none"><g clip-path="url(%23clip0_677_1246)"><circle cx="20" cy="20.7363" r="19" stroke="%23C16C67" stroke-width="2"/><path d="M18.7143 32.7363V22.022H8V19.4506H18.7143V8.73633H21.2857V19.4506H32V22.022H21.2857V32.7363H18.7143Z" fill="%23C16C67"/></g><defs><clipPath id="clip0_677_1246"><rect width="40" height="40" fill="white" transform="translate(0 0.736328)"/></clipPath></defs></svg>');
}
.about #awards .accordion-box .accordionContent {
  max-width: 850px;
  display: none;
  margin-bottom: 40px;
}
.about #awards .accordion-box:hover .accordion-title {
  color: #b54039;
}
.about #awards .accordion-box.active .accordion-title {
  color: #b54039;
}
.about #awards .accordion-box.active .accordion-title::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 40 41" fill="none"><g clip-path="url(%23clip0_677_1238)"><circle cx="20" cy="20.7363" r="19" stroke="%23C16C67" stroke-width="2"/><path d="M8 22.4505V19.022H32V22.4505H8Z" fill="%23C16C67"/></g><defs><clipPath id="clip0_677_1238"><rect width="40" height="40" fill="white" transform="translate(0 0.736328)"/></clipPath></defs></svg>');
}

.membership {
  background: #eeede9;
}
.membership .container {
  padding: 60px 0px 0px 15px;
}
@media screen and (min-width: 980px) {
  .membership .container {
    padding: 60px 60px 0 60px;
  }
}
.membership #header h1 {
  margin: auto;
  text-align: center;
}
.membership #header .tab {
  display: none;
  justify-content: center;
  flex-direction: row;
  gap: 28px;
  margin-top: 60px;
}
.membership #header .tab .tablinks {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font-size: 24px;
  cursor: pointer;
  outline: inherit;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: Lato;
  font-weight: 600;
  line-height: 28px;
}
.membership #header .tab .tablinks.active {
  background-color: #b54039;
  color: #eeede9;
}
@media screen and (min-width: 980px) {
  .membership #header .tab {
    display: flex;
  }
}
.membership #header .mobile-tab {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 28px;
  margin-top: 60px;
}
.membership #header .mobile-tab .bx-wrapper {
  background: #eeede9;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.membership #header .mobile-tab .tablinks {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font-size: 24px;
  cursor: pointer;
  outline: inherit;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: Lato;
  font-weight: 600;
  line-height: 28px;
}
.membership #header .mobile-tab .tablinks.active {
  background-color: #b54039;
  color: #eeede9;
}
@media screen and (min-width: 980px) {
  .membership #header .mobile-tab {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .membership #regular,
  .membership #student,
  .membership #special {
    padding-top: 60px;
  }
}
.membership #regular .container,
.membership #student .container,
.membership #special .container {
  padding: 60px 0px 60px 15px;
  border-bottom: none;
}
@media screen and (min-width: 980px) {
  .membership #regular .container,
  .membership #student .container,
  .membership #special .container {
    padding: 10px 60px;
  }
}
.membership #regular .info-holder,
.membership #student .info-holder,
.membership #special .info-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.membership #regular .info-holder h3,
.membership #student .info-holder h3,
.membership #special .info-holder h3 {
  flex-basis: 31%;
  text-align: left;
}
@media screen and (min-width: 980px) {
  .membership #regular .info-holder h3,
  .membership #student .info-holder h3,
  .membership #special .info-holder h3 {
    text-align: right;
  }
}
.membership #regular .info-holder .content,
.membership #student .info-holder .content,
.membership #special .info-holder .content {
  flex-basis: 63%;
}
.membership #regular .info-holder .content p,
.membership #student .info-holder .content p,
.membership #special .info-holder .content p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 980px) {
  .membership #regular .info-holder,
  .membership #student .info-holder,
  .membership #special .info-holder {
    flex-direction: row;
  }
}
.membership #regular #pricing .content,
.membership #student #pricing .content,
.membership #special #pricing .content {
  display: none;
  justify-content: space-between;
  position: relative;
}
.membership #regular #pricing .content .benefits .benefits-holder,
.membership #student #pricing .content .benefits .benefits-holder,
.membership #special #pricing .content .benefits .benefits-holder {
  position: absolute;
  z-index: 0;
  width: 100%;
  margin-top: 185px;
}
.membership #regular #pricing .content .benefits .benefits-holder p,
.membership #student #pricing .content .benefits .benefits-holder p,
.membership #special #pricing .content .benefits .benefits-holder p {
  margin: 0;
  padding: 11px 20px;
}
.membership #regular #pricing .content .benefits .benefits-holder p:nth-child(odd),
.membership #student #pricing .content .benefits .benefits-holder p:nth-child(odd),
.membership #special #pricing .content .benefits .benefits-holder p:nth-child(odd) {
  background-color: #fff;
}
.membership #regular #pricing .content .benefits .benefits-holder p:nth-child(even),
.membership #student #pricing .content .benefits .benefits-holder p:nth-child(even),
.membership #special #pricing .content .benefits .benefits-holder p:nth-child(even) {
  background-color: rgba(156, 157, 153, 0.2);
}
.membership #regular #pricing .content .pricing-programs,
.membership #student #pricing .content .pricing-programs,
.membership #special #pricing .content .pricing-programs {
  display: flex;
  gap: 12px;
  z-index: 1;
  flex-basis: 63%;
}
.membership #regular #pricing .content .pricing-programs .pricing-box,
.membership #student #pricing .content .pricing-programs .pricing-box,
.membership #special #pricing .content .pricing-programs .pricing-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #020202;
  text-align: center;
  width: 100%;
  padding: 40px 0 15px;
}
.membership #regular #pricing .content .pricing-programs .pricing-box .title-holder,
.membership #student #pricing .content .pricing-programs .pricing-box .title-holder,
.membership #special #pricing .content .pricing-programs .pricing-box .title-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.membership #regular #pricing .content .pricing-programs .pricing-box .title-holder h5,
.membership #student #pricing .content .pricing-programs .pricing-box .title-holder h5,
.membership #special #pricing .content .pricing-programs .pricing-box .title-holder h5 {
  margin: 0;
  flex-basis: 15%;
}
@media screen and (min-width: 1398px) {
  .membership #regular #pricing .content .pricing-programs .pricing-box .title-holder h5,
  .membership #student #pricing .content .pricing-programs .pricing-box .title-holder h5,
  .membership #special #pricing .content .pricing-programs .pricing-box .title-holder h5 {
    flex-basis: auto;
  }
}
.membership #regular #pricing .content .pricing-programs .pricing-box .title-holder .tooltip,
.membership #student #pricing .content .pricing-programs .pricing-box .title-holder .tooltip,
.membership #special #pricing .content .pricing-programs .pricing-box .title-holder .tooltip {
  position: relative;
  display: flex;
  width: 16px;
  height: 16px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #c16c67;
  border-radius: 40px;
}
.membership #regular #pricing .content .pricing-programs .pricing-box .title-holder .tooltip .tooltiptext,
.membership #student #pricing .content .pricing-programs .pricing-box .title-holder .tooltip .tooltiptext,
.membership #special #pricing .content .pricing-programs .pricing-box .title-holder .tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  text-align: left;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 0%;
  left: -445%;
  padding-top: 30px;
  opacity: 0;
  transition: opacity 0.3s;
}
.membership #regular #pricing .content .pricing-programs .pricing-box .title-holder .tooltip .tooltiptext p,
.membership #student #pricing .content .pricing-programs .pricing-box .title-holder .tooltip .tooltiptext p,
.membership #special #pricing .content .pricing-programs .pricing-box .title-holder .tooltip .tooltiptext p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #c16c67;
  padding: 30px 20px;
}
.membership #regular #pricing .content .pricing-programs .pricing-box .title-holder .tooltip:hover .tooltiptext,
.membership #student #pricing .content .pricing-programs .pricing-box .title-holder .tooltip:hover .tooltiptext,
.membership #special #pricing .content .pricing-programs .pricing-box .title-holder .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.membership #regular #pricing .content .pricing-programs .pricing-box h3,
.membership #student #pricing .content .pricing-programs .pricing-box h3,
.membership #special #pricing .content .pricing-programs .pricing-box h3 {
  margin: 0;
}
.membership #regular #pricing .content .pricing-programs .pricing-box p,
.membership #student #pricing .content .pricing-programs .pricing-box p,
.membership #special #pricing .content .pricing-programs .pricing-box p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #838383;
}
.membership #regular #pricing .content .pricing-programs .pricing-box .btn-orange,
.membership #student #pricing .content .pricing-programs .pricing-box .btn-orange,
.membership #special #pricing .content .pricing-programs .pricing-box .btn-orange {
  font-size: 14px;
  width: 120px;
  padding: 4px 12px;
  margin: 40px auto 0;
}
.membership #regular #pricing .content .pricing-programs .pricing-box-student,
.membership #student #pricing .content .pricing-programs .pricing-box-student,
.membership #special #pricing .content .pricing-programs .pricing-box-student {
  width: 100%;
}
.membership #regular #pricing .content .pricing-programs .pricing-box-special,
.membership #student #pricing .content .pricing-programs .pricing-box-special,
.membership #special #pricing .content .pricing-programs .pricing-box-special {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .membership #regular #pricing .content,
  .membership #student #pricing .content,
  .membership #special #pricing .content {
    display: flex;
  }
}
.membership #regular #pricing .mobile,
.membership #student #pricing .mobile,
.membership #special #pricing .mobile {
  display: block;
}
.membership #regular #pricing .mobile .bx-wrapper,
.membership #student #pricing .mobile .bx-wrapper,
.membership #special #pricing .mobile .bx-wrapper {
  display: block;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .membership #regular #pricing .mobile .bx-wrapper,
  .membership #student #pricing .mobile .bx-wrapper,
  .membership #special #pricing .mobile .bx-wrapper {
    display: none;
  }
}
.membership #regular #pricing .mobile .bx-wrapper .executive-box,
.membership #student #pricing .mobile .bx-wrapper .executive-box,
.membership #special #pricing .mobile .bx-wrapper .executive-box {
  border: 2px solid #020202;
  padding: 40px 15px;
}
.membership #regular #pricing .mobile .bx-wrapper .executive-box h3,
.membership #student #pricing .mobile .bx-wrapper .executive-box h3,
.membership #special #pricing .mobile .bx-wrapper .executive-box h3 {
  margin-bottom: 20px;
}
.membership #regular #pricing .mobile .bx-wrapper .executive-box h5,
.membership #student #pricing .mobile .bx-wrapper .executive-box h5,
.membership #special #pricing .mobile .bx-wrapper .executive-box h5 {
  margin: 12px 0;
}
.membership #regular #pricing .mobile .true,
.membership #student #pricing .mobile .true,
.membership #special #pricing .mobile .true {
  display: flex;
  align-items: center;
}
.membership #regular #pricing .mobile .false,
.membership #student #pricing .mobile .false,
.membership #special #pricing .mobile .false {
  display: flex;
  align-items: center;
}
.membership #regular #pricing .mobile .price-holder,
.membership #student #pricing .mobile .price-holder,
.membership #special #pricing .mobile .price-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}
.membership #regular #pricing .mobile .price-holder h3,
.membership #student #pricing .mobile .price-holder h3,
.membership #special #pricing .mobile .price-holder h3 {
  display: inline-block;
}
.membership #regular #pricing .mobile .price-holder p,
.membership #student #pricing .mobile .price-holder p,
.membership #special #pricing .mobile .price-holder p {
  display: inline-block;
}
.membership #regular #pricing .mobile .btn-orange,
.membership #student #pricing .mobile .btn-orange,
.membership #special #pricing .mobile .btn-orange {
  width: unset;
}
@media screen and (min-width: 980px) {
  .membership #regular #pricing .mobile .btn-orange,
  .membership #student #pricing .mobile .btn-orange,
  .membership #special #pricing .mobile .btn-orange {
    width: 131px;
  }
}
@media screen and (min-width: 980px) {
  .membership #regular #pricing .mobile,
  .membership #student #pricing .mobile,
  .membership #special #pricing .mobile {
    display: none;
  }
}
.membership #regular #pricing .disclaimer,
.membership #student #pricing .disclaimer,
.membership #special #pricing .disclaimer {
  width: unset;
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
  margin-left: auto;
}
.membership #regular #pricing .disclaimer p,
.membership #student #pricing .disclaimer p,
.membership #special #pricing .disclaimer p {
  margin: 0;
}
@media screen and (min-width: 980px) {
  .membership #regular #pricing .disclaimer,
  .membership #student #pricing .disclaimer,
  .membership #special #pricing .disclaimer {
    width: 63%;
  }
}

.news-search {
  background: #eeede9;
}
.news-search #header .container {
  border-bottom: none;
}
.news-search #header h1 {
  margin: auto;
  text-align: center;
}
.news-search #news .options {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  row-gap: 40px;
}
@media screen and (min-width: 980px) {
  .news-search #news .options {
    flex-direction: row;
    row-gap: 0;
  }
}
.news-search #news .options .news-types {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
.news-search #news .options .news-types .news-type {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  background: #9C9D99;
  border: none;
  cursor: pointer;
}
.news-search #news .options .news-types .news-type.selected {
  color: #fff;
  background: #b54039;
}
.news-search #news .options .search .search-form {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid;
  width: 326px;
  height: 49px;
  background: #fff;
}
.news-search #news .options .search .search-form input {
  border: none;
  width: 100%;
  font-size: 18px;
  padding-left: 10px;
}
.news-search #news .options .search .search-form button {
  background: none;
  border: none;
  cursor: pointer;
}
.news-search #news .options .search .search-form:focus {
  outline: none;
}
.news-search #news .options .search *:focus {
  outline: none;
}
.news-search #news .news-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 40px;
}
@media screen and (min-width: 980px) {
  .news-search #news .news-holder {
    flex-direction: row;
  }
}
.news-search #news .news-holder .news-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 29%;
  border-top: 1px solid;
  margin-bottom: 40px;
}
.news-search #news .news-holder .news-box h4 {
  margin: 0;
  word-break: break-word;
}
.news-search #news .news-holder .news-box .tags {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  margin-bottom: 12px;
}
.news-search #news .news-holder .news-box .tags a {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #9c9d99;
  pointer-events: none;
}
.news-search #news .news-holder p {
  font-size: 20px;
  line-height: 36px;
  margin-top: 0;
  margin: 12px 0;
}
@media screen and (min-width: 980px) {
  .news-search #news .news-holder p {
    font-size: 16px;
    line-height: 24px;
  }
}
.news-search #news .graduate-holder {
  row-gap: 0;
}
.news-search #news .page-nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.news-search #news .page-nav-container svg:hover {
  background: rgba(193, 108, 103, 0.2);
  border-radius: 40px;
}
.news-search #news .page-nav-container .prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.news-search #news .page-nav-container .next {
  margin-left: 20px;
}
.news-search #news .page-nav-container .disabled {
  pointer-events: none;
}
.news-search #news .page-nav-container .disabled path, .news-search #news .page-nav-container .disabled circle {
  stroke: #9C9D99;
}

.jobs {
  background: #eeede9;
}
.jobs #header .container {
  border-bottom: none;
  padding: 60px 15px 0 15px;
  border-bottom: 1px solid;
}
@media screen and (min-width: 980px) {
  .jobs #header .container {
    padding: 60px 60px 0 60px;
  }
}
.jobs #header .container .tab {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 28px;
  margin-top: 60px;
}
.jobs #header .container .tab .tablinks {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font-size: 24px;
  cursor: pointer;
  outline: inherit;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: Lato;
  font-weight: 600;
  line-height: 28px;
}
.jobs #header .container .tab .tablinks.active {
  background-color: #b54039;
  color: #eeede9;
}
.jobs #header h1 {
  margin: auto;
  text-align: center;
}
.jobs #job .options {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  row-gap: 40px;
}
@media screen and (min-width: 980px) {
  .jobs #job .options {
    flex-direction: row;
    row-gap: 0;
  }
}
.jobs #job .options .position-types {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
.jobs #job .options .position-types .position-type {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  background: #9C9D99;
  border: none;
  cursor: pointer;
}
.jobs #job .options .position-types .position-type.selected {
  color: #fff;
  background: #b54039;
}
.jobs #job .options .search .search-form {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid;
  width: 326px;
  height: 49px;
  background: #fff;
}
.jobs #job .options .search .search-form input {
  border: none;
  width: 100%;
  font-size: 18px;
  padding-left: 10px;
}
.jobs #job .options .search .search-form button {
  background: none;
  border: none;
  cursor: pointer;
}
.jobs #job .options .search .search-form:focus {
  outline: none;
}
.jobs #job .options .search *:focus {
  outline: none;
}
.jobs #job .job-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 40px;
}
@media screen and (min-width: 980px) {
  .jobs #job .job-holder {
    flex-direction: row;
  }
}
.jobs #job .job-holder .job-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 29%;
  border-top: 1px solid;
  margin-bottom: 40px;
  overflow-wrap: anywhere;
}
.jobs #job .job-holder .job-box h4 {
  margin: 0;
  word-break: break-word;
}
.jobs #job .job-holder .job-box .tags {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  margin-bottom: 12px;
}
.jobs #job .job-holder .job-box .tags a {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #9c9d99;
  pointer-events: none;
}
.jobs #job .job-holder p {
  font-size: 20px;
  line-height: 36px;
  margin-top: 0;
  margin: 12px 0;
}
@media screen and (min-width: 980px) {
  .jobs #job .job-holder p {
    font-size: 16px;
    line-height: 24px;
  }
}
.jobs #job .page-nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.jobs #job .page-nav-container svg:hover {
  background: rgba(193, 108, 103, 0.2);
  border-radius: 40px;
}
.jobs #job .page-nav-container .prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.jobs #job .page-nav-container .next {
  margin-left: 20px;
}
.jobs #job .page-nav-container .disabled {
  pointer-events: none;
}
.jobs #job .page-nav-container .disabled path, .jobs #job .page-nav-container .disabled circle {
  stroke: #9C9D99;
}

.search {
  background: #eeede9;
}
.search .results ul {
  padding: 0;
}
.search .results ul li {
  list-style: none;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

h1 {
  font-family: Lato;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 56px */
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  h1 {
    font-size: 92px;
    text-align: inherit;
  }
}

h2 {
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 72px */
  text-transform: uppercase;
}
@media screen and (min-width: 980px) {
  h2 {
    font-size: 72px;
    font-weight: 600;
  }
}

h3 {
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 48px */
  margin-top: 0;
}

h4 {
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  margin: 12px 0;
}

h5 {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}

body {
  margin: 0;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

a {
  color: #b54039;
  text-decoration: none;
}

.btn {
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
}

.btn-orange {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  width: 131px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #c16c67;
  border: 2px solid #c16c67;
  text-decoration: none;
}
.btn-orange:hover {
  background: rgba(193, 108, 103, 0.2);
  color: #c16c67;
}

.btn-white {
  color: #020202;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  width: 170px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid #020202;
  text-decoration: none;
}
.btn-white:hover {
  background: rgba(193, 108, 103, 0.2);
  border: 2px solid #c16c67;
  color: #c16c67;
}

.container {
  max-width: 1440px;
  margin: auto;
  padding: 60px 15px;
  border-bottom: 1px solid;
}
@media screen and (min-width: 980px) {
  .container {
    padding: 60px;
  }
}

.sub-container {
  max-width: 1098px;
  margin: auto;
  padding: 60px 15px;
}
@media screen and (min-width: 980px) {
  .sub-container {
    padding: 60px 171px;
  }
}

.single {
  background: #eeede9;
}
.single #navigation_links {
  display: flex;
  padding: 0;
  list-style: none;
  text-transform: capitalize;
}
.single #navigation_links li:has(#link1[href=""]),
.single #navigation_links li:has(#link2[href=""]),
.single #navigation_links li:has(#link3[href=""]),
.single #navigation_links li:has(#link4[href=""]),
.single #navigation_links li:has(#link5[href=""]),
.single #navigation_links li:has(#link6[href=""]) {
  display: none;
}
.single #navigation_links li:not(:first-child)::before {
  content: "/";
  padding: 0 10px;
}

.float-right img {
  float: right;
}

.float-left img {
  float: left;
}

.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.gform_wrapper {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 980px) {
  .gform_wrapper {
    width: 75%;
  }
}

input,
input.large,
textarea.large {
  border-radius: 0px !important;
}

.page-id-7327 h3 {
  text-align: center;
}

.page-id-7313 h3 {
  text-align: center;
}

.page-id-7323 h3 {
  text-align: center;
}

.page-id-7305 h3 {
  text-align: center;
}

.people-box {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.people-box .content {
  margin: auto 0;
}
.people-box .content h5 {
  margin: 0;
}
.people-box .content span {
  color: #000;
}

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