@charset "utf-8";

/* @font-face {
  font-family: "DiaconiaOldStyleW00-Rg";
  src: url("font/DiaconiaOldStyleW00-Rg.eot");
  src: url("font/DiaconiaOldStyleW00-Rg.eot?#iefix")format("embedded-opentype"),
    url("font/DiaconiaOldStyleW00-Rg.woff")format("woff"),
    url("font/DiaconiaOldStyleW00-Rg.woff2")format("woff2"),
    url("font/DiaconiaOldStyleW00-Rg.ttf")format("truetype"),
    url("font/DiaconiaOldStyleW00-Rg.svg#DiaconiaOldStyleW00-Rg")format("svg");
  font-weight: normal;
  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;
}

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

body {
  min-width: 305px;
  background-color: var(--lightbg);
}

ol, ul {
  list-style: none;
}

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

:root {
  --primary: #0e243f;
  --secondary: #3492c5;
  --gold: #e9bf4d;
  --lightbg: #F7F4EE;
  --softaccent: #ede6d8;
  --white: #fff;
  --heading: hightower-text, serif;
  --bodytext: museo-sans, sans-serif;
}

body, html {
  font-size: 18px;
  line-height: 1.6em;
  font-family: var(--bodytext);
  font-weight: 400;
  font-style: normal;
  color: var(--primary);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  letter-spacing: .4px;
}

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;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading);
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 1px;

}

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;
}

#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: 1360px;
  z-index: 1;
}

.content {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}

.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: 30.666%;
}

.col60 {
  width: 60%;
}

.col40 {
  width: 40%;
}

.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;
}

.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;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.title h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px !important;
}

.title h2:before, .title h2:after {
  content: "";
  position: absolute;
  background: var(--gold);
  bottom: -15px;
}

.title h2:before {
  width: 30px;
  height: 4px;
  border-radius: 2px;
}

.title h2:after {
  left: 35px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--gold);
  -webkit-box-shadow: 9px 0 0 0 var(--gold), 18px 0 0 0 var(--gold);
  box-shadow: 9px 0 0 0 var(--gold), 18px 0 0 0 var(--gold);
}

.flex-1 {
  flex: 1 1 0%;
}

.relative {
  position: relative;
}

.z2 {
  z-index: 2;
}

/* ~~~~~~~~~~~~~~~ */
.heroSection {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heroSection:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.heroSection .logo {
  width: 450px;
  margin: 0 auto;
  padding: 10px;
}

.heroSection h1 {
  font-size: 5em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 !important;
}

.heroSection h2 {
  position: relative;
  font-size: 2.8em;
  color: var(--gold);
  padding: 10px 20px;
  display: inline-block;
  margin: 25px 0 !important;
  font-weight: 600;
}

.heroSection h2:before, .heroSection h2:after {
  content: '';
  position: absolute;
  left: -40px;
  top: 35px;
  width: 40px;
  height: 4px;
  background-color: var(--gold);
}

.heroSection h2:after {
  left: inherit;
  right: -40px;
}

.heroSection .tagline {
  font-size: 1.4em;
  display: block;
  position: relative;
  color: var(--primary);
}

.cuveShape {
  position: relative;
  margin-top: -108px;
}

.cuveShape svg {
  width: 100%;
  height: 109px;
}

.welcomeWrap .col13 img {
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 0 0;
  object-fit: cover;
  outline: 3px solid var(--gold);
  outline-offset: 12px;
}

.welcomeWrap .container:after {
  content: '';
  position: absolute;
  bottom: -16%;
  right: -5%;
  width: 400px;
  height: 400px;
  background-image: url(logo-mascot.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  opacity: 0.07;
}

.softbg {
  background-color: var(--softaccent);
  padding: 2%;
  border-radius: 20px;
}

.interestedWrap .col13 img {
  width: 100%;
  border-radius: 10px;
}

.interestedWrap a {
  color: var(--secondary);
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
}

.interestedWrap a:hover {
  color: var(--gold);
}

.interestedWrap ul li {
  margin-bottom: 15px;
  list-style: none;
  position: relative;
  background-image: url(bullet.svg);
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: left 2px;
  left: -25px;
  padding-left: 35px;
  margin-left: 20px;
}

.leadershipWrap .members {
  padding: 24px;
  margin: auto;
  max-width: 450px;
  border-right: 1px solid var(--gold);
}

.leadershipWrap .members .flex {
  margin-bottom: 20px;
}

.leadershipWrap .members .thumb {
  position: relative;
  width: 90px;
  height: 90px;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid var(--gold);
}

.leadershipWrap .members .thumb img {
  width: 100%;
}

.leadershipWrap .members .details {
  width: calc(100% - 110px);
}

.leadershipWrap .members .details h3 {
  margin-bottom: 3px;
  font-weight: 700;
}

.leadershipWrap .members .details .position {
  color: var(--secondary);
}

.factsWrap .factInfo {
  position: relative;
}

.factsWrap .factInfo:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right: -40px;
  top: 0;
  bottom: 0;
  background-color: var(--gold);
}

.factsWrap .factInfo .icon {
  display: inline-block;
  background-color: var(--gold);
  padding: 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.factsWrap .factInfo .text {
  width: calc(100% - 130px);
}

.factsWrap .factInfo .icon img {
  filter: brightness(0) invert(1);
}

.taglineText {
  color: var(--white);
  background-color: var(--primary);
  padding-bottom: 35px;
}

.taglineText .ft-logo {
  background-color: var(--lightbg);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0 0 25px 25px;
  margin-bottom: 0;
}

.taglineText h4 {
  font-size: 1.5rem;
  font-family: var(--heading);
}

.footer {
  position: relative;
  color: var(--white);
  background-color: var(--primary);
  text-align: center;
  border-top: 1px solid rgb(250 233 209 / 30%);
}

.footer>div {
  padding: 20px 10px;
}

.footer>div svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
  line-height: 1;
  margin-right: 10px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer>div a {
  color: var(--gold);
}

.copyrights {
  position: relative;
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #122d4d;
  /* border-top: 1px solid rgb(134 128 119); */
  font-size: 90%;
  line-height: 22px;
  z-index: 1;

}

.copyrights span, .footer>div span {
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.5;
}

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

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

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

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;
}

.fulltable {
  width: 100%;
}

table {
  margin: 10px 0;
  font-size: 0.9em;
  color: var(--primary);
  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 #dacbb4;
}

table tr td {
  padding: 6px 10px;
  border: 1px solid #dacbb4;
  background-color: #dfd6c7;
}

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

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

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

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

table th a, .content th a {
  color: var(--lightbg);
}

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(--lightbg);
}

.btn a {
  display: inline-block;
  background-color: var(--primary);
  color: var(--gold);
  padding: 10px 30px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 600;
}

.btn a:hover {

  color: var(--primary);
  background-color: var(--gold);
}

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

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

.leftimg, .rightimg {
  max-width: 30%;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

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

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

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

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

.fullcal table {
  margin: 0;
}

blockquote {
  position: relative;
  font-size: 1.2em;
  margin: 30px auto !important;
  padding: 10px !important;
  max-width: 900px;
  clear: both;
  font-weight: 600;
  color: var(--primary) !important;
  border-color: var(--primary) !important;
  font-style: italic;
}

blockquote cite {
  display: block;
  padding-top: 15px;
  font-size: 1.1rem;
  color: var(--secondary);
}

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

.menu {
  gap: 35px;
}

.menu>li {
  position: relative;
}

.menu li a {
  color: var(--primary);
}

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

.menu>li#register>a {
  background-color: var(--secondary);
  padding: 0 20px;
}

.menu>li#register>a:hover {
  background-color: white;
  color: var(--secondary);
}

.menu>li#register>a:after {
  display: none;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  z-index: -1;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  width: 100%;
}

.menu ul {
  width: 230px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: 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:nth-last-child(-n + 2)>ul {
  right: 0;
  left: inherit;
}

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

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

.menu li ul li a {
  display: block;
  padding: 10px 15px;
  line-height: 1.3em;
}

.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(--primary);
}

#menu-trigger {
  display: none;
}

@media screen and (max-width:1199px) {
  .menu {
    gap: 25px;
  }
}

@media screen and (max-width:1023px) {
  .container {
    width: calc(100% - 40px);
  }

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

  h1 {
    font-size: 1.8em;
  }

  .menu>li>a:after {
    display: none;
  }

  .col12, .col13, .col23, .col60, .col40 {
    width: 100%;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 288px;
  }

  .menu {
    gap: 0;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu>li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu li a {
    line-height: 1.3em;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 0px;
    color: var(--primary);
  }

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

  .menu li ul li a {
    padding: 10px 10px 10px 0px;
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
  }

  .menu ul {
    padding-left: 10px;
  }

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

  .menu>li#register>a {
    padding: 10px 10px 10px 40px;
    color: var(--lightbg);
    margin-left: 0;
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: var(--primary);
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 34px;
    height: 34px;
    cursor: pointer;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 30px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--lightbg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 8px;
    content: "";
  }

  #menu-trigger span:before {
    top: -8px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }

  .leftimg, .rightimg {
    max-width: 40%;
  }
}

@media screen and (max-width:767px) {
  body, html {
    font-size: 16px;
  }

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  hr {
    margin: 20px 0;
  }

  .col12, .col13, .col23 {
    width: 100%;
  }

  .col12+*, .col13+*, .col23+* {
    margin-top: 20px;
  }

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

  .leftimg, .rightimg {
    float: none;
    margin: 15px auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .title h2 {
    font-size: 1.8em;
  }

  .copyrights span {
    opacity: 0;
    width: 100%;
    line-height: .7;
  }
}