@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
  font-family: 'GrandCru-RegularL';
  src: url('fonts/GrandCru-RegularL.eot');
  src: url('fonts/GrandCru-RegularL.eot?#iefix') format('embedded-opentype'), url('fonts/GrandCru-RegularL.ttf') format('truetype'), url('fonts/GrandCru-RegularL.svg#GrandCru-RegularL') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GrandCru-BoldM';
  src: url('fonts/GrandCru-BoldM.eot');
  src: url('fonts/GrandCru-BoldM.eot?#iefix') format('embedded-opentype'), url('fonts/GrandCru-BoldM.ttf') format('truetype'), url('fonts/GrandCru-BoldM.svg#GrandCru-BoldM') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GrandCru-ExtraboldS';
  src: url('fonts/GrandCru-ExtraboldS.eot');
  src: url('fonts/GrandCru-ExtraboldS.eot?#iefix') format('embedded-opentype'), url('fonts/GrandCru-ExtraboldS.ttf') format('truetype'), url('fonts/GrandCru-ExtraboldS.svg#GrandCru-ExtraboldS') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:root {
  --primary: #2A344D;
  --secondary: #1e4d7b;
  --lightblue: #a1cfe3;
  --third: #efeae2;
  --yellow: #f5cd7e;
  --white: #fff;
  --textcolor: #202c38;
  --headertext2: "GrandCru-ExtraboldS", sans-serif;
  --bodytext: "Archivo", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 305px;
  background-color: #EFEAE2;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, html {
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--bodytext);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth"100;
  color: var(--textcolor);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

a {
  color: var(--primary);
}

a:hover {
  color: var(--secondary);
}

li {
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2em;
  font-family: var(--headertext2);
  text-wrap: balance;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1350px;
  z-index: 1;
}

.mediumwrap {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 31.333%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.col50 {
  width: 50%;
}

.col52 {
  width: 52%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.itemend {
  align-items: end;
}

.itemstart {
  align-items: start;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flexend {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spaceBottom {
  position: relative;
  padding-bottom: 80px;
}

.spaceTop {
  position: relative;
  padding-top: 80px;
}

.bigfont {
  font-size: 1.2em;
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2.7em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px;
}

.content h2 {
  color: var(--primary);
}

.content h3 {
  color: var(--secondary);
}

.content ul, .content ol {
  margin: 15px 0 15px 5px;
}

.content ul li, .content ol li {
  margin-bottom: 8px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.content ol li {
  list-style-type: decimal;
}

.content ol ul {
  margin-top: 10px;
}

table {
  margin: 10px 0;
  font-size: 0.9em;
  color: var(--text);
  background: var(--white);
}

table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  color: var(--white);
  font-weight: 700;
  border: 1px solid #d3dee7;
}

table tr td {
  padding: 6px 10px;
  border: 1px solid #d3dee7;
  font-size: 0.9em;
}

table tr:nth-child(even) td {
  background-color: var(--white);
}

table td.bnone {
  border: none;
}

table a {
  word-break: break-word;
}

.content a {
  color: var(--primary);
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}

.content a:hover {
  color: var(--secondary);
}

table th a {
  color: var(--primary);
}

table th a:hover {
  color: #fff;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid var(--secondary);
  opacity: .25;
  clear: both;
}

.leftimg, .rightimg, .images img {
  max-width: 30%;
  border: 4px solid var(--lightblue);
  padding: 10px !important;
}

.leftimg {
  float: left;
  margin: 0px 30px 20px 0 !important;
}

.rightimg {
  float: right;
  margin: 0px 0px 20px 30px !important;
}

.title h2 {
  /* font-size: 5.2em; */
  font-size: clamp(2rem, 6.2vw, 4.5rem);
  color: var(--secondary);
  line-height: 1;
  font-family: 'GrandCru-BoldM', sans-serif;
}

.title h2 strong {
  display: block;
  font-size: 40%;
  margin-bottom: 15px;
  font-style: italic;
  color: var(--yellow);
}

.title h2 em {
  color: var(--yellow);
}

.btn a {
  padding: 15px 40px;
  color: var(--primary);
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--yellow);
  letter-spacing: 1px;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
}

.btn a:hover {
  z-index: 1;
  color: var(--white);
}

.btn a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -0.125em;
  left: -1.5em;
  right: -3em;
  bottom: -0.125em;
  color: var(--white);
  background: var(--textcolor);
  border-right: 2em solid var(--third);
  transform: skew(-30deg) translateX(-100%);
  transition: transform .675s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn a:hover::before {
  transform: skew(-30deg) translateX(0%);
}

.accordion .accordion-item .accordion-header-button {
  font-size: 1.1em !important;
  font-weight: 500;
}

.accordion .accordion-item .accordion-panel.expanded-panel {
  background-color: #ffffffb3;
  border: 1px solid #d2d2d2;
  border-top: none;
  padding: 1.2em;
}

/*  */
.header {
  position: relative;
  z-index: 11;
  top: 0;
  margin-top: 44px;
  background-color: var(--primary);
}

.header:after {
  content: '';
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  height: 44px;
  background-color: var(--secondary);
  z-index: 0;
}

.header .container {
  min-height: 125px;
}

.header .logo {
  width: 250px;
  top: 10px;
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
}

.header .logo img, .schblueBox .acaLogo img, .acaprogramsWrap .acaBird img, .programsBoxes>* .imgBox img, .leftimg img, .rightimg img, .staff>* img, .bmBoxeswrap .boximg img {
  width: 100%;
}

.social {
  gap: 10px;
  position: absolute;
  top: -44px;
  right: 0;
  z-index: 3;
}

.social a {
  color: var(--white);
  padding: 13px 8px;
  line-height: 1;
  display: inline-block;
}

.social a:hover {
  color: var(--primary);
  background-color: var(--lightblue);
}

.social a i {
  font-size: 9px;
  display: inline-block;
  line-height: 1;
}

.banner {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 0;
  background-color: var(--primary);
}

.banner .container {
  z-index: 2;
}

.banner .bannertext {
  position: relative;
  color: var(--white);
  z-index: 1;
  margin-right: -10%;
}

.banner .bannertext>div {
  margin: 0 0 0 auto;
  max-width: 600px;
  padding: 40px 40px 40px 0px;
}

.banner .bannertext h2 {
  color: var(--white);
  /* font-size: 6em; */
  font-size: clamp(3rem, 8.2vw, 5.2rem);
  text-shadow: 2px 0px 5px rgb(12 48 33 / 58%);
}

.banner .bannertext h2 em {
  display: block;
  line-height: 1.1;
  color: var(--yellow);
}

.banner .bnrimg {
  width: 58%;
}

.bgcolor {
  color: var(--white);
  background-color: var(--primary);
}

.secText {
  padding: 40px 60px;
  max-width: 750px;
  color: var(--secondary);
}

.workWrap .workText, .events .secText {
  margin: 0 auto 0 0;
}

.boxImg {
  outline: 3px solid var(--secondary);
  outline-offset: 9px;
  display: inline-block;
}

.schblueBox {
  background-color: var(--primary);
  color: var(--white);
  overflow: hidden;
}

.schblueBox .smallwrap {
  max-width: 1000px;
}

.schblueBox .acaLogo img {
  height: 100%;
  object-fit: contain;
}

.schblueBox h2.largeText {
  position: absolute;
  font-size: 14em;
  font-family: var(--bodytext);
  letter-spacing: 2px;
  opacity: 0.3;
  line-height: 1;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  z-index: -1;
  text-transform: uppercase;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--secondary);
  font-weight: 900;
}

.schblueBox h2.largeText strong {
  font-size: 40%;
  line-height: 1;
  display: block;
  color: transparent;
}

.schblueBox>p img {
  width: 100%;
  max-width: 450px;
}

.schblueBox .boxImg {
  width: calc(33.33% - 40px);
  margin: 0 20px 40px 20px;
}

.schblueBox h3 {
  font-size: 2.3em;
}

.schblueBox .acaLogo {
  position: absolute;
  opacity: 0.05;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  display: block;
}

.journeyWrap .secText {
  margin: 0 0 0 auto;
}

.acaprogramsWrap.title h2 {
  color: var(--white);
  margin: 0 0 40px 0;
}

.acaprogramsWrap .acaBird {
  width: 800px;
  height: 800px;
  position: absolute;
  opacity: 0.05;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  filter: brightness(0) invert(1);
}

.programsBoxes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  z-index: 3;
}

.programsBoxes>*, .programsBoxes>* .imgBox img, .programsBoxes>* h3 {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.programsBoxes>* {
  position: relative;
  overflow: hidden;
}

.programsBoxes>* .imgBox {
  position: relative;
  overflow: hidden;
}

.programsBoxes>*:hover .imgBox img {
  transform: scale(1.1);
}

.programsBoxes>* h3 {
  font-size: 1.3em;
  padding: 20px 10px;
  color: var(--white);
  background-color: var(--textcolor);
}

.programsBoxes>*:hover h3 {
  background-color: var(--secondary);
}

.acaprogramsWrap .btn a {
  background-color: var(--secondary);
  color: var(--primary);
}

.accWrap {
  color: var(--white);
  background-color: var(--primary);
  font-size: 90%;
  padding: 30px 0 20px 0;
}

.accWrap .accLogos {
  gap: 20px;
}

.accWrap .accLogos>* h4 {
  font-family: var(--bodytext);
  font-size: 1em;
  font-weight: 400;
}

.accWrap .accLogos img {
  height: 64px;
  filter: brightness(0) invert(1);
}

/* footer */
.footer {
  background: var(--primary);
  color: var(--white);
  font-size: .9em;
}

.footer .ftInfo {
  border-bottom: 1px solid rgb(239 234 226 / 50%);
}

.footer .ftInfo>div {
  position: relative;
  width: 30%;
  padding: 25px 10px;
}

.footer .container>div h4 {
  color: var(--yellow);
}

.footer .ftFindUs {
  order: 1;
}

.footer .container p:not(:last-child) {
  margin-bottom: 7px;
}

.footer .ftlogo {
  order: 2;
}

.footer .ftlogo img {
  max-width: 280px;
  width: 100%;
}

.footer .ftHours {
  order: 3;
}

.footer .ftFindUs span strong {
  display: block;
}

.footer a {
  color: var(--white);
}

.footer a:hover {
  color: var(--yellow);
}

.footer .copyright {
  width: 100%;
  padding: 10px;
  background-color: #242e47;
}

.footer .copyright span {
  padding: 0 6px;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content {
  padding: 40px 0;
  position: relative;
  min-height: 300px;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.threecolumn {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.pgtitle h1 {
  font-size: 3em;
  color: var(--white);
}

.pgtitle {
  background: #1E4D7B;
  background: linear-gradient(0deg, rgba(30, 77, 123, 1) 0%, rgba(42, 52, 77, 1) 100%);
}

.missionWrap {
  position: relative;
}

.missionWrap h2 {
  margin-bottom: -25px;
  margin-left: 10px;
  font-size: 3em;
}

.missionWrap>article {
  padding: 30px 40px;
  background-color: var(--yellow);
  margin-bottom: 40px;
  font-size: 1.1em;
}

.missionWrap>article strong {
  font-size: 1.15em;
  color: var(--secondary);
}

.bMembersWrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.bMembersWrap .badgeIcon {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}

.bMembersWrap .badgeIcon svg {
  width: 100%;
  height: 100%;
}

.bMembersWrap>* {
  position: relative;
  padding: 20px;
  border: 2px solid var(--lightblue);
}

.bMembersWrap>*:hover {
  background-color: var(--lightblue);
}

.bMembersWrap .flex .name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1;
}

.bmBoxeswrap .col13 {
  width: 33.33%;
  padding: 30px;
  margin-bottom: 30px;
  background-color: var(--lightblue);
}

.bmBoxeswrap .col13 .boximg img {
  max-width: 130px;
  border-radius: 50%;
}

.boardSlider {
  padding-bottom: 50px;
}

.boardSlider .splide__slide {
  background-color: var(--white);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.boardSlider .slideItem {
  padding: 30px;
}

.boardquicklinks .btn a {
  width: 100%;
  max-width: 350px;
}

.staff {
  gap: 50px;
}

.staff>* {
  position: relative;
  width: calc(25% - 40px);
}

.staff>*, .staff>* a {
  color: var(--white);
}

.staff>* a:hover {
  color: var(--yellow);
}

.staff>* .text {
  position: absolute;
  color: var(--white);
  background-color: var(--primary);
  padding: 14px;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 120px;
}

.staff>* .text h4 {
  margin-bottom: 10px;
  width: calc(100% - 40px);
  font-family: 'GrandCru-RegularL';
}

.staff>* .text i {
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
}

.staff>* .text .position {
  font-size: 90%;
}

.publickbtnblock .btn {
  margin-bottom: 0;
  text-align: center;
}

.publickbtnblock .btn a {
  width: 100%;
  max-width: 500px;
}

.srpText h3, .srpText h4 {
  color: var(--white);
}

.srpText {
  padding: 30px 10px;
  margin: 20px 0;
}

.stepsWrap article {
  background-color: var(--lightblue);
  padding: 30px;
  margin: 30px 0;
  position: relative;
}

.stepsWrap article h3 {
  color: var(--primary);
}

.stepsWrap article span {
  background: var(--yellow);
  color: var(--primary);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 1;
  padding: 13px;
  text-align: center;
  display: inline-block;
  font-size: 1.9em;
  position: absolute;
  left: -20px;
  top: -20px;
  font-weight: 600;
}

.faqWrap .tab-group .tab-list {
  text-align: center;
  border-bottom: 0;
  margin-bottom: 15px;
}

.faqWrap .tab-group .tab-list .tab-list-button {
  padding: 15px 30px;
  border-bottom: 0;
  font-weight: 600;
  background-color: var(--lightblue);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.faqWrap .tab-group .tab-list .tab-list-button:hover {
  color: var(--primary);
  background-color: var(--white);
}

.faqWrap .tab-group .tab-list .tab-list-button.active {
  background-color: var(--primary);
  color: var(--white);
}

/* ~~~~~~vendors~~~~ */
.grid {
  margin: 0 -10px 10px;
}

.grid .grid-item {
  width: calc(20% - 20px);
  margin: 10px;
  position: absolute;
  line-height: 1.3em;
  text-decoration: none;
  text-align: center;
}

.grid .grid-item>a {
  display: inline-block;
}

.grid .grid-item img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.grid .grid-item>a:hover img {
  transform: scale(1.1);
}

.gslide .gslide-media.gslide-image img {
  width: auto !important;
}

/* ~~~blog~~~~ */
.blogPosts .featured {
  margin-bottom: 40px;
}

.blogPosts .two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.blogPosts article {
  background-color: var(--white);
  border: 1px solid #eee;
}

.blogPosts article .blogImage, .blogPosts article .text {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.blogPosts article .blogImage img, .eduwebsites .ewsItem .boximage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogPosts article .text {
  padding: 25px;
}

.blogPosts .two-col article h4 {
  font-size: 1.2em;
  color: var(--primary);
}

.blogPosts article .btn a {
  padding: 7px 14px;
  font-size: 0.9em;
}

.postMeta {
  width: 100%;
}

.postMeta span {
  display: inline-block;
}

.postMeta span:last-child {
  text-align: right;
}

.postMeta span i {
  font-size: 9px;
  display: inline-block;
  margin-right: 7px;
  color: var(--primary);
}

.postMeta strong {
  padding: 0 15px;
  font-weight: 500;
}

.content .postdetail ul li, .content .postdetail ol li {
  break-inside: avoid;
}

.blogimagebox {
  margin: 15px auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

/* ~~~~~~family site~~~~~ */
.fmsiteItem {
  padding: 20px;
}

.fmsiteItem:nth-child(even) {
  background-color: #f9f9f9;
}

.eduwebsites {
  gap: 10px;
}

.eduwebsites .ewsItem {
  width: calc(50% - 5px);
  background-color: var(--lightblue);
  align-items: flex-start;
}

.eduwebsites .ewsItem:nth-child(4n+2), .eduwebsites .ewsItem:nth-child(4n+3) {
  color: var(--white);
  background-color: var(--secondary);
}

.eduwebsites .ewsItem>* {
  width: 50%;
  padding: 20px;
}

.eduwebsites .ewsItem .boximage {
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.eduwebsites .ewsItem .boximage img {
  object-fit: contain;
}

/* ~~~~~~~~ */
.content .fullcal table {
  margin: 0;
  background-color: rgb(255 255 255 / 40%);
}

.content .fullcal a {
  color: var(--white);
  cursor: pointer;
  font-size: 1em;
}

.content .fullcal .fc-day-number {
  font-size: 1.2em;
  padding: 3px 5px;
}

.content .fullcal .fc-today .fc-day-number {
  border: 1px solid var(--primary);
  border-radius: 5px;
  background-color: var(--primary);
  color: var(--white) !important;
}

.fullcal .fc-event {
  background-color: var(--secondary);
  border-color: var(--secondary);
  padding: 3px;
  cursor: pointer;
}

.fullcal .fc-button-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  text-transform: capitalize;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.fullcal .fc-button-primary:disabled {
  opacity: 0.7;
  background-color: var(--primary);
  border-color: var(--primary);
}

.content .fullcal .fc-day-header {
  text-align: center;
  padding: 10px;
}

.content .fullcal table .fc-today .fc-day-number {
  color: var(--darkblue);
  font-weight: 600;
}

.fullcal .fc-event:hover, .content .fullcal .fc-button-primary:hover, .fullcal .fc-button-primary:not(:disabled):active, .fullcal .fc-button-primary:not(:disabled).fc-button-active {
  color: var(--primary);
  background-color: var(--yellow);
  border-color: var(--yellow);
}

#detail .title {
  font-size: 1.3em;
  color: var(--secondary);
}

/* ~~~~career~~~~ */
.copeningsWrap {
  padding: 10px;
  background-color: #eae0cf;
  border-radius: 10px;
}

.copeningsWrap>article {
  position: relative;
  padding: 20px 20px 10px;
  border-radius: 10px;
  background-color: #f2f2f2;
  overflow: hidden;
}

.copeningsWrap>article:after {
  content: '';
  position: absolute;
  background-image: url(aca-eagle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 250px;
  height: 250px;
  opacity: 0.04;
  bottom: -30px;
  right: -20px;
}

.copeningsWrap>article.col12 {
  margin-bottom: 20px;
}

.copeningsWrap>article h4 {
  font-size: 1.6em;
}

.copeningsWrap>article .cpIcon {
  width: 100px;
  margin-right: 30px;
}

.copeningsWrap>article .cpText {
  width: calc(100% - 150px);
}

.copeningsWrap>article .cpText .fullText {
  display: none;
}

.copeningsWrap>article .cpFiles {
  padding: 4px;
  border-top: 1px solid #dcdbe0;
  margin-top: 10px;
}

.copeningsWrap>article .cpFiles img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
}

.copeningsWrap>article .cpFiles span {
  padding: 10px;
}

/* ~~~~~~~~ */
.dayLifeList>article {
  margin: 10px 0 20px 0;
  background-color: var(--lightblue);
}

.dayLifeList .studentItem .stImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dayLifeList .stContent {
  padding: 1.8em 1em;
}

.dayLifeList .studentItem .prefix, .dayLifecontent .prefix {
  color: var(--primary);
  font-family: var(--headertext2);
  font-size: 1.1em;
  margin-bottom: 5px;
}

.dayLifeList .btn a, .dayLifecontent .btn a {
  padding: 7px 14px;
  font-size: 0.9em;
}

.dayLifecontent .fulltext, .dayLifecontent .fulltext>p {
  position: relative;
}

.dayLifecontent .rightimg {
  max-width: 40%;
}

.dayLifecontent .fulltext>p {
  padding-left: 30px;
}

.dayLifecontent .fulltext::before, .dayLifecontent .fulltext>p::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
}

.dayLifecontent .fulltext::before {
  height: calc(100% - 8px);
  width: 1px;
  left: 10px;
  z-index: -1;
  border-left: 1px dashed var(--primary);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 12%)), to(white));
  -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 12%), white);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 12%)), to(white));
  mask-image: linear-gradient(to top, rgba(255, 255, 255, 12%), white);
}

.dayLifecontent .fulltext>p::before {
  height: 12px;
  width: 12px;
  border: 2px solid;
  border-color: var(--secondary);
  z-index: -1;
  left: 4px;
  border-radius: 50%;
  background-color: var(--third);
}

/* Navigation */
nav {
  width: 100%;
}

.menu.topmenu {
  position: absolute;
  top: -42px;
  margin: auto;
  left: 0;
  right: 0;
  width: auto;
  z-index: 1;
}

.topmenu.menu>li>a {
  line-height: 40px;
  font-size: 0.9em;
}

.menu {
  width: calc(50% - 164px);
  gap: 40px;
}

.menuleft {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.menuright {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu>li {
  position: relative;
  font-weight: 600;
}

.menu>li>a {
  color: var(--third);
  position: relative;
  z-index: 1;
  line-height: 44px;
  text-transform: uppercase;
}

/* .menu>li#experience-aca a {
  padding: 0px 10px;
  background-color: var(--secondary);
  border-radius: 10px;
} */
.menu li a:hover {
  color: var(--lightblue);
}

.menu>li:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--lightblue);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

/* .menu>li#experience-aca:after {
  display: none;
} */
.menu>li:hover:after, .menu>li.active:after {
  opacity: 1;
  width: 100%;
}

.menu ul {
  width: 224px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: var(--white);
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: 100%;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(237, 241, 253, 1);
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 0.90em;
  line-height: 1.15em;
  color: var(--textcolor);
}

.menu>li.active>a, .menu>li:hover>a {
  color: var(--lightblue);
}

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: var(--white);
  background-color: var(--secondary);
}

#menu-trigger {
  display: none;
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@media screen and (max-width:767px) {
  .copeningsWrap>article .cpText .emptype, .copeningsWrap>article .cpFiles {
    display: none;
  }

  .copeningsWrap>article .cpIcon {
    width: 50px;
  }

  .copeningsWrap>article .cpText {
    width: 100%;
  }

  .copeningsWrap>article .cpText .fullText {
    display: block;
  }
}