@font-face {
  font-family: Glyphter;
  src: url('../fonts/Glyphter.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Fax;
  src: url('../fonts/fax.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
}

a {
  color: #742626;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

a:hover {
  color: #8a0000;
  background-color: #0000;
}

a.w--current {
  margin-top: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  list-style-type: disc;
}

img {
  border-top-right-radius: 26px;
  border-bottom-left-radius: 26px;
  max-width: 100%;
  display: inline-block;
}

.navigation-items {
  object-fit: scale-down;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.logo-link {
  z-index: 1;
  flex: none;
  margin-right: 0;
  display: flex;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  margin-top: 0;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-height: 150px;
  margin-bottom: 0;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.logo-image {
  float: left;
  clear: left;
  flex: 0 auto;
  display: block;
  position: relative;
  overflow: visible;
}

.navigation-wrap {
  flex: 0 1240px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f1e1a;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  box-shadow: 2px 2px 8px #433e3e;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-contact-us {
  z-index: 5;
  text-align: center;
  position: relative;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.menu {
  z-index: 0;
  flex: 0;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main {
  color: #000;
  background-color: #740a0a;
  min-height: 2000px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 40px;
}

.body {
  background-color: #fff;
  max-height: 256%;
}

.banner {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  justify-content: center;
  align-items: center;
  height: 320px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.intro-header {
  opacity: 1;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/2O3A065310.5x.jpg');
  background-position: 0 1%;
  background-size: cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 320px;
  margin-top: 156px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  flex: 1;
  margin-bottom: 20px;
  padding-left: 598px;
  padding-right: 0;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.div-block {
  object-fit: fill;
  background-color: #413d3d;
  max-width: 500px;
  margin-top: 24px;
  margin-left: 96px;
  overflow: visible;
}

.container {
  margin-top: 0;
}

.div-block-2 {
  color: #fff;
  min-width: 500px;
  margin-top: 314px;
}

.div-block-3 {
  background-color: #fff;
  min-width: 500px;
  max-width: 1140px;
  min-height: 100px;
  max-height: 100px;
  margin-top: -57px;
  margin-left: 0;
  padding-top: 51px;
  padding-left: 20px;
}

.text-block {
  font-size: 36px;
}

.home-section-wrap {
  margin-bottom: 0;
  line-height: 30px;
}

.link-5 {
  color: #000;
  margin-left: 0;
  font-size: 18px;
  text-decoration: none;
}

.text-block-16 {
  margin-left: 0;
  padding-top: 7px;
  font-size: 18px;
  line-height: 22px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.divider {
  background-color: #dad6d6;
  height: 1px;
  margin-bottom: 20px;
}

.div-block-4 {
  background-color: #e8e6dc;
  margin-top: 40px;
  padding: 10px;
}

.text-block-15 {
  text-align: center;
  background-color: #820000;
  border: 2px solid #b3b1b1;
  min-width: 70px;
  padding: 10px;
  box-shadow: 2px 2px 5px -1px #564f4f;
}

.home-content-wrap {
  background-color: #a99e9991;
  background-image: linear-gradient(#b0aaaae3, #b0aaaae3), url('../images/480470-full-size-hd-textured-backgrounds-2272x1704-for-iphone-6.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 40px 20px;
  display: block;
}

.grid-9 {
  grid-column-gap: 1px;
  background-color: #0000;
  grid-template: ". ." .25fr
                 "Area-4 ."
                 "Area Area-2"
                 "Area-3 ."
                 ". ."
                 / auto;
  grid-auto-rows: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 5px;
}

.paragraph-light {
  opacity: .6;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-17 {
  padding-top: 0;
}

.paragraph-light-2 {
  opacity: .6;
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
}

.div-news {
  color: #000;
  background-color: #0000;
  margin-top: 0;
  padding: 10px;
}

.section-heading {
  color: #333;
  text-shadow: 2px 2px 3px #967e7e;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / .5fr .5fr;
  align-items: start;
  margin-bottom: 40px;
}

.about-grid.cc-about-2 {
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". .";
  grid-auto-flow: row;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.date {
  color: #d8d7d4;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px #929292;
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.container3 {
  max-width: 1440px;
}

.container-3 {
  background-color: #fff;
  background-image: linear-gradient(#b0aaaae3, #b0aaaae3), url('../images/480470-full-size-hd-textured-backgrounds-2272x1704-for-iphone-6.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  max-width: 1240px;
  margin-top: -54px;
  margin-bottom: 40px;
}

.divider-long {
  background-color: #eee;
  height: 1px;
  margin-bottom: 40px;
  padding-top: 0;
}

.div-block-5 {
  background-color: #0000;
}

.image {
  border: 1px solid #e0dede;
  max-width: 70%;
}

.text-block-18 {
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 28px;
  line-height: 30px;
}

.text-block-19 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.text-span {
  color: #ba1010;
  font-family: Droid Serif, serif;
  font-size: 16px;
}

.staff-pic {
  background-color: #a99e9991;
  background-image: linear-gradient(#b0aaaae3, #b0aaaae3), url('../images/HD-textured-wallpaper-download-desktop.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 2px #999191;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 10px;
  overflow: visible;
}

.image-3 {
  border: 2px solid #8e8e8e;
  border-radius: 0;
  margin-top: 0;
  margin-left: 10px;
  padding-top: 0;
  overflow: visible;
  box-shadow: 3px 3px 5px #5d5555;
}

.staff-adress {
  background-color: #d2cfcf;
  background-image: linear-gradient(#b2afaf99, #b2afaf99), linear-gradient(#f0e9e980, #f0e9e980), url('../images/480470-full-size-hd-textured-backgrounds-2272x1704-for-iphone-6.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
  min-width: 100px;
  max-width: none;
  min-height: 250px;
  margin-top: -172px;
  margin-left: 26px;
  padding-top: 0;
  padding-left: 0;
  overflow: visible;
  box-shadow: 3px 3px 9px -5px #000;
}

.text-block-8 {
  color: #222;
  background-color: #0000;
  border-radius: 12px;
  margin-top: -199px;
  margin-left: 205px;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
}

.small-title {
  font-size: 17px;
  line-height: 24px;
}

.text-block-9 {
  color: #715427;
  padding-left: 215px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bio-con {
  color: #333;
  background-color: #0000;
  border: 1px #302f2f3d;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding: 38px 20px 20px;
  font-size: 16px;
  line-height: 24px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.selected-pub-con {
  color: #333;
  margin-top: 10px;
  margin-left: 0;
  padding-right: 0;
}

.tab-link-tab-2 {
  text-align: center;
  min-width: 90px;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-2.w--current {
  background-color: #96928a;
  border: 1px solid #797979;
  margin-top: 0;
  box-shadow: 4px 4px 7px -2px #555151;
}

.list-item-2 {
  margin-bottom: 25px;
  list-style-type: none;
}

.selected-pub {
  color: #000;
  text-shadow: 2px 2px 3px #967e7e;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
}

.bio-col {
  color: #222;
  object-fit: fill;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  max-width: none;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.tab-link-tab-3 {
  text-align: center;
  min-width: 90px;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-3.w--current {
  background-color: #96928a;
  border: 1px solid #797979;
  margin-top: 0;
  box-shadow: 4px 4px 7px -2px #555151;
}

.list-2 {
  background-color: #908e8e3d;
  background-image: linear-gradient(#b9b9bcf2, #b9b9bcf2), url('../images/background-1797456_1920.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #8a8686;
  margin-top: 10px;
  margin-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 13px;
  list-style-type: none;
  box-shadow: 3px 3px 8px -3px #4c4747;
}

.column-4 {
  padding-left: 28px;
  padding-right: 20px;
}

.tab-link-tab-1 {
  text-align: center;
  min-width: 90px;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-1.w--current {
  background-color: #96928a;
  border: 1px solid #797979;
  margin-top: 0;
  padding-right: 10px;
  box-shadow: 4px 4px 7px -2px #555151;
}

.columns {
  background-color: #b64646;
  margin-left: 20px;
  padding-left: 0;
}

.columns-2 {
  padding-left: 18px;
}

.columns-3 {
  background-color: #9e2c2c;
  max-width: 1440px;
  margin-left: 0;
}

.column-6 {
  overflow: visible;
}

.div-block-6 {
  margin-left: 10px;
}

.link1 {
  color: #850202;
  text-decoration: none;
}

.gly {
  color: #715427;
  font-family: Glyphter, sans-serif;
  font-size: 14px;
}

.grid {
  grid-template: "."
                 "."
                 "." 288px
                 / 1fr 1fr 1fr 1fr;
  margin-top: 8px;
  margin-bottom: 40px;
}

.image-7 {
  border: 1px solid #b6b1ae;
  border-radius: 0;
  margin-top: 14px;
  margin-bottom: 9px;
  display: inline-block;
  box-shadow: 4px 4px 7px 3px #535050;
}

.text-block-2 {
  color: #000;
  text-align: center;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.link-block {
  flex: none;
  max-width: 100%;
  text-decoration: none;
  display: block;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.text-block-20 {
  color: #8c0808;
  text-align: center;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.staff-email {
  color: #715427;
  text-align: center;
  margin-top: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
}

.text-block-22 {
  color: #333;
  text-align: center;
  margin-top: 5px;
  text-decoration: none;
}

.divider-3 {
  background-color: #dad6d6;
  height: 1px;
  margin-bottom: 20px;
  margin-left: 216px;
  margin-right: 20px;
}

.link-black {
  color: #000;
  text-decoration: none;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f1e1a;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  box-shadow: 2px 2px 8px #433e3e;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button-2.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-2.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button-2.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-2.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.tabs-content {
  opacity: 1;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 6px 6px 11px -4px #868686;
}

.div-block-7 {
  opacity: 1;
  background-color: #908e8e3d;
  background-image: linear-gradient(#d2cfcff0, #d2cfcff0), url('../images/background-1797456_1921.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  border: 1px solid #8a8686;
  flex-direction: row;
  min-width: 0;
  min-height: 250px;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 10px;
  display: block;
}

.rich-text-block-2 {
  opacity: 1;
  color: #333;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.rich-text-block-3 {
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 0;
  text-decoration: none;
}

.grid-test {
  opacity: 0;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  margin-top: 8px;
  margin-bottom: 40px;
}

.link-block-test {
  opacity: 0;
  text-decoration: none;
}

.text-block-23 {
  text-transform: uppercase;
  margin-left: 205px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.grid-aff-staff {
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  margin-top: 8px;
  margin-bottom: 40px;
}

.div-block-8 {
  display: flex;
}

.column-7 {
  margin-bottom: 20px;
  display: flex;
}

.text-block-course {
  color: #333;
  text-align: center;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 5px;
  text-decoration: none;
}

.text-block-24 {
  background-color: #908e8e3d;
  background-image: linear-gradient(#b9b9bcf2, #b9b9bcf2), url('../images/background-1797456_1920.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #828181;
  flex: 1;
  margin-top: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  box-shadow: 3px 3px 8px #858383;
}

.columns-4 {
  display: flex;
}

.tab-link-tab-1-2 {
  border: 1px solid #d2d2d2;
}

.tab-link-tab-1-2.w--current {
  text-align: left;
  margin-top: 0;
  box-shadow: 6px 6px 10px -3px #666363;
}

.tab-link-tab-4 {
  text-align: center;
  min-width: 90px;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-4.w--current {
  background-color: #96928a;
  border: 1px solid #797979;
  margin-top: 0;
  box-shadow: 1px 1px 3px #000;
}

.list-course {
  padding-left: 20px;
}

.link-course {
  color: #333;
  text-decoration: none;
}

.link-course:hover {
  color: #8a0000;
}

.list-date {
  padding-left: 20px;
  list-style-type: none;
}

.list-item-3 {
  list-style-type: none;
}

.email {
  color: #715427;
  text-decoration: none;
}

.list-pstudy {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: lower-roman;
}

.list-item-4 {
  margin-bottom: 20px;
  list-style-type: none;
}

.text-block-25 {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
}

.bold {
  font-weight: 700;
}

.text-course-content {
  white-space: normal;
  background-color: #d2cfcf;
  background-image: linear-gradient(#b2afaf99, #b2afaf99), linear-gradient(#f0e9e980, #f0e9e980), url('../images/480470-full-size-hd-textured-backgrounds-2272x1704-for-iphone-6.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border: 1px solid #8a8686;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
}

.columns-5 {
  background-color: #0000;
  max-width: none;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-course-content-sub {
  white-space: normal;
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

.div-block-9 {
  background-color: #a59e9ebd;
  margin-top: 20px;
  padding: 15px 10px 20px 20px;
}

.div-block-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.column-8 {
  padding-left: 20px;
}

.text-block-26 {
  margin-bottom: 10px;
  padding-left: 20px;
}

.list-course-intro {
  margin-bottom: 20px;
  padding-left: 40px;
}

.text-block-27 {
  margin-top: 10px;
}

.text-block-28 {
  margin-bottom: 20px;
}

.rich-text-block-4 {
  opacity: 1;
  color: #333;
  background-color: #0000;
  padding-left: 0;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.outcome {
  font-size: 14px;
  list-style-type: disc;
}

.text-course-content-sub-copy {
  white-space: normal;
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
}

.text-block-29, .text-block-30, .text-block-31 {
  font-size: 14px;
  font-weight: 700;
}

.text-block-32 {
  color: #c79547;
  margin-top: 10px;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.text-block-33 {
  background-color: #d2cfcf;
  background-image: linear-gradient(#b2afaf99, #b2afaf99), linear-gradient(#f0e9e980, #f0e9e980), url('../images/480470-full-size-hd-textured-backgrounds-2272x1704-for-iphone-6.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  font-size: 14px;
}

.text-block-34 {
  opacity: 1;
  color: #fff;
  text-shadow: 3px 3px #000, 8px 8px 6px #272626;
  background-color: #0000;
  margin-bottom: 0;
  margin-left: -64px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
}

.div-block-17 {
  opacity: 1;
  background-color: #d2cfcf;
  background-image: linear-gradient(#b2afaf99, #b2afaf99), linear-gradient(#f0e9e980, #f0e9e980), url('../images/480470-full-size-hd-textured-backgrounds-2272x1704-for-iphone-6.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border: 1px solid #8a8686;
  flex-direction: row;
  min-width: 0;
  min-height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: block;
}

.div-block-20 {
  opacity: 1;
  background-color: #908e8e3d;
  background-image: url('../images/book-day-4648303_1920.jpg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #8a8686;
  flex-direction: row;
  min-width: 0;
  min-height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: block;
}

.div-block-21 {
  background-color: #7f7d7db0;
  background-image: linear-gradient(#a5a3a3b5, #a5a3a3b5), url('../images/480470-full-size-hd-textured-backgrounds-2272x1704-for-iphone-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #8a8686;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-35 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
}

.list-3 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 0;
}

.list-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: lower-roman;
}

.list-item-5, .list-item-6 {
  list-style-type: lower-roman;
}

.list-5, .list-item-7 {
  list-style-type: none;
}

.ug-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/2O3A0560-10.5x.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 320px;
  margin-top: 156px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.text-block-36 {
  color: #f7f7f7;
  text-shadow: 1px 1px 6px #000;
  font-family: Oswald, sans-serif;
}

.text-block-37 {
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.text-span-2 {
  text-shadow: 2px 2px 3px #967e7e;
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.more-details {
  color: #715427;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.staff-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/calligraphy-1527820_1920.jpg'), linear-gradient(#00000080, #00000080), url('../images/2O3A0375-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 320px;
  margin-top: 156px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.selected-pub-copy {
  color: #000;
  text-shadow: 2px 2px 3px #967e7e;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.list-item-8 {
  list-style-type: none;
}

.div-block-24 {
  padding-top: 25px;
}

.paragraph-light-3 {
  opacity: .6;
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-38 {
  color: #504e4e;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.text-block-39 {
  color: #715427;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.text-block-40 {
  color: #765c33;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.columns-alumni, .columns-alumni-2 {
  display: flex;
}

.grid-11 {
  grid-template-columns: .25fr 1fr;
}

.column-9 {
  padding-left: 0;
}

.div-block-25 {
  margin-bottom: 20px;
  display: flex;
}

.rich-text-block-5 {
  opacity: 1;
  color: #333;
  background-color: #0000;
  padding-left: 0;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.text-block-alumni {
  color: #000;
  text-align: center;
  text-shadow: 2px 2px 3px #967e7e;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-block-date {
  color: #715427;
  text-transform: uppercase;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link {
  flex-direction: row;
  flex: 0 auto;
  display: flex;
}

.dropdown-list {
  display: flex;
}

.dropdown-list.w--open {
  flex-direction: row;
}

.dropdown-toggle {
  display: block;
}

.dropdown-toggle.w--open {
  justify-content: center;
  display: block;
}

.tabs-menu {
  display: flex;
}

.tabs-content-2 {
  min-width: 1100px;
}

.dropdown {
  display: flex;
}

.dropdown-2 {
  display: block;
}

.dropdown-list-2, .dropdown-list-2.w--open, .dropdown-toggle-2 {
  display: flex;
}

.tabs-content-3 {
  min-width: 1040px;
  max-width: 1040px;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-toggle-3 {
  text-align: left;
  background-color: #868282c7;
  background-image: linear-gradient(#a7a2a28c, #a7a2a28c), linear-gradient(132deg, #635656, #fff), radial-gradient(circle at 0%, #7f7171, #fff);
  border: 1px solid #a49898;
  margin-bottom: 20px;
  margin-left: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.dropdown-list-3 {
  margin-left: -66px;
}

.dropdown-list-3.w--open {
  margin-left: -40px;
}

.tabs {
  background-color: #0000;
  background-image: linear-gradient(#a8a6a6d9, #a8a6a6d9);
  background-position: 0 0;
  padding-top: 17px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-3 {
  object-fit: fill;
  margin-top: 0;
}

.dropdown-list-complete {
  margin-left: -66px;
}

.dropdown-list-complete.w--open {
  margin-left: -259px;
}

.div-block-26 {
  justify-content: space-around;
  margin-bottom: 10px;
  display: flex;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.rich-text-block-6 {
  opacity: 1;
  color: #333;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f1e1a;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-3:active {
  background-color: #43464d;
}

.button-3.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button-3.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-3.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button-3.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-3.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15 {
  list-style-type: none;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.thesis-title {
  color: #715427;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.postgrad-name {
  color: #4f0a0a;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}

.rh-year {
  color: #484848;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.rh-name {
  color: #410202;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.scholarship {
  margin-top: -8px;
  margin-bottom: 28px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.list-item-16 {
  list-style-type: none;
}

.link-6 {
  color: #000;
  font-weight: 400;
}

.text-block-content {
  margin-bottom: 10px;
}

.link-7 {
  color: #742626;
  font-family: Oswald, sans-serif;
}

.tab-link-tab-4-2, .tab-link-tab-4-2.w--current {
  margin-top: 0;
}

.rich-text-block-7 {
  text-decoration: none;
}

.bold-text {
  text-shadow: 4px 4px 6px #805d5d;
  text-decoration: none;
}

.divider-dark {
  background-color: #9c9c9c;
  height: 2px;
  margin-bottom: 20px;
}

.list-6 {
  background-color: #908e8e3d;
  background-image: linear-gradient(#b9b9bcf2, #b9b9bcf2), url('../images/background-1797456_1920.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #8a8686;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 13px;
  box-shadow: 3px 3px 8px -3px #4c4747;
}

.tabs-menu-2, .tabs-menu-3 {
  min-width: 150px;
  margin-left: 33px;
  padding-left: 12px;
}

.tab-link-tab-1-3 {
  margin-bottom: 5px;
}

.tab-link-tab-1-3.w--current {
  text-align: left;
  border-bottom-right-radius: 5px;
}

.tab-link-tab-1-4 {
  margin-bottom: 5px;
}

.tab-link-tab-1-4.w--current {
  text-align: left;
  border-bottom-right-radius: 5px;
}

.tab-link-tab-2-2, .tab-link-tab-3-2, .tab-link-tab-4-3, .tab-link-tab-5, .tab-link-tab-6, .tab-link-tab-7 {
  border-bottom-right-radius: 5px;
  margin-bottom: 5px;
}

.tab-link-tab-2-3 {
  border-bottom-right-radius: 5px;
  margin-top: 0;
}

.tab-link-tab-2-3.w--current {
  margin-top: 0;
}

.columns-6 {
  margin-bottom: 20px;
}

.link-block-4 {
  margin-top: 20px;
  margin-bottom: 27px;
}

.text-block-41 {
  font-size: 20px;
}

.bold-text-2 {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-27 {
  display: flex;
}

.link-8 {
  margin-right: 20px;
}

.div-block-28 {
  min-width: 1240px;
}

.tab-link-tab-9 {
  border-bottom-right-radius: 5px;
}

.link-email {
  color: #715427;
}

.rich-text-block-8 {
  text-align: left;
  border: 1px #d7d3d3;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.rich-text-block-8 a {
  color: #410202;
  font-family: Oswald, sans-serif;
}

.columns-7 {
  margin-bottom: 20px;
}

.text-block-about {
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-span-3 {
  color: maroon;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.column-10 {
  border-right: 1px solid gray;
  min-height: 920px;
  padding-right: 20px;
}

.text-block-42 {
  font-size: 44px;
}

.rich-text-block-9 {
  opacity: 1;
  color: #333;
  text-align: left;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.text-block-content-2 {
  margin-bottom: 10px;
  padding-left: 10px;
}

.staff2-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/2O3A0640-10.5x.jpg');
  background-position: 50% 65%;
  background-size: cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-end;
  height: 320px;
  margin-top: 156px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.text-block-3y {
  color: #edeae4;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.contact-us-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/2O3A0650-10.5x.jpg');
  background-position: 50% 60%;
  background-size: cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 320px;
  margin-top: 156px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.event-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/2O3A06270.5x.jpg');
  background-position: 50% 60%;
  background-size: cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 320px;
  margin-top: 156px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.pg-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/2O3A0582-20.5x.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 320px;
  margin-top: 156px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.concert-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/2O3A0517-30.5x.jpg');
  background-position: 50% 60%;
  background-size: cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 320px;
  margin-top: 156px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.dropdown-toggle-4, .dropdown-toggle-4.w--open {
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-toggle-5, .dropdown-toggle-6 {
  padding-right: 20px;
}

.footer {
  text-align: center;
  background-color: #f1f1f1;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  padding: 60px 40px 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.container-4 {
  max-width: 1140px;
}

.div-block-29 {
  margin-right: 40px;
}

.footer-link-copy {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-copy:hover {
  text-decoration: underline;
}

.sub-footer-link {
  color: #444;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.sub-footer-link:hover {
  color: #631717;
}

.tabs-menu-4 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.text-span-4 {
  font-size: 12px;
}

.gallery-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/filmstrip-1850277_1921.jpg'), url('../images/filmstrip-1850277_1920.jpg');
  background-position: 50% 70%, 50% 60%;
  background-size: cover, cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 320px;
  margin-top: 156px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.paragraph-light-4 {
  opacity: .6;
  color: #000;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rich-text-block-10 {
  border: 1px #d7d3d3;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.rich-text-block-10 a {
  color: #410202;
  font-family: Oswald, sans-serif;
}

.rich-text-block-11 {
  text-align: left;
  border: 1px #d7d3d3;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.rich-text-block-11 a {
  color: #410202;
  font-family: Oswald, sans-serif;
}

.rich-text-block-11 img {
  box-shadow: 4px 4px 4px #767171;
}

.about-us-heading {
  text-shadow: 2px 2px 3px #967e7e;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-43 {
  padding-left: 10px;
}

.link-9 {
  color: #742626;
  margin-left: 0;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
}

.column-11 {
  border-right: 1px solid #848484;
  min-height: 920px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-12 {
  padding-left: 20px;
}

.divider-4 {
  background-color: #dad6d6;
  height: 1px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-4-4, .tab-link-tab-4-4.w--current {
  margin-top: 0;
}

.rich-text-block-postgrad {
  opacity: 1;
  color: #333;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.link-pub {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
}

.link-pub:hover {
  color: #8a0000;
}

.grid-12 {
  grid-template-columns: .25fr 1.5fr;
  grid-template-areas: "Area";
}

.link-more-details {
  color: #715427;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.text-block-44 {
  margin-bottom: 10px;
}

.text-block-60 {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 13px;
}

.text-block-61 {
  padding-left: 10px;
}

.text-span-5 {
  font-family: Oswald, sans-serif;
}

.italic-text {
  font-size: 13px;
}

.divider-5 {
  background-color: #dad6d6;
  height: 1px;
  margin: 14px 0 20px;
  padding-left: 0;
  padding-right: 0;
}

.sml-number {
  color: #7b5e18;
  font-size: 14px;
}

.text-block-62 {
  margin-bottom: 10px;
}

.div-block-pc {
  opacity: 1;
  background-color: #908e8e3d;
  background-image: linear-gradient(#d2cfcff0, #d2cfcff0), url('../images/background-1797456_1921.jpg'), url('../images/score-3496691_1920.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, contain, cover;
  background-attachment: scroll, fixed, scroll;
  border: 1px solid #8a8686;
  flex-direction: row;
  min-width: 0;
  min-height: 250px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px 20px 10px;
  display: block;
}

.image-8 {
  opacity: 1;
  box-shadow: 3px 3px 10px 1px #676262;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bold-text-9 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.tab-link-postgrad {
  border-bottom-right-radius: 5px;
  min-width: 140px;
  max-width: 140px;
  margin-bottom: 5px;
}

.div-block-postgrad-std {
  opacity: 1;
  background-color: #908e8e3d;
  background-image: linear-gradient(#d2cfcff0, #d2cfcff0), url('../images/background-1797456_1921.jpg'), url('../images/score-3496691_1920.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, contain, cover;
  background-attachment: scroll, fixed, scroll;
  border: 1px solid #8a8686;
  flex-direction: row;
  min-width: 0;
  min-height: 250px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 10px;
  display: block;
}

.text-block-highlight {
  background-image: linear-gradient(#e2d3a680, #e2d3a680);
  margin-bottom: 10px;
  padding: 10px 20px;
}

.dropdown-link-2, .dropdown-link-3 {
  padding-left: 170px;
}

.sml-bar-link {
  color: #f7f7f7;
  text-shadow: 1px 1px 6px #000;
  font-family: Oswald, sans-serif;
}

.dropdown-link-4 {
  margin-top: 0;
}

.dropdown-link-4.w--current {
  color: #740a0a;
  margin-top: 0;
}

.div-block-bsb {
  opacity: 1;
  background-color: #908e8e3d;
  background-image: linear-gradient(#d2cfcff0, #d2cfcff0), url('../images/background-1797456_1921.jpg'), url('../images/score-3496691_1920.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, contain, cover;
  background-attachment: scroll, fixed, scroll;
  border: 1px solid #8a8686;
  flex-direction: row;
  min-width: 0;
  min-height: 250px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 20px 10px;
  display: block;
}

.main-concert-content {
  color: #872828;
  text-shadow: 3px 3px 7px #6d6d6d;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.main-rc-content-copy {
  color: #872828;
  text-shadow: 3px 3px 7px #6d6d6d;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.navigation-item-singal {
  opacity: .6;
  color: #040404;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item-singal:hover {
  opacity: .9;
}

.navigation-item-singal:active {
  opacity: .8;
}

.navigation-item-singal.w--current {
  opacity: 1;
  color: #1a1b1f;
  margin-top: 0;
  font-weight: 600;
}

.navigation-item-singal.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-singal.w--current:active {
  opacity: .7;
  color: #32343a;
}

.text-block-63 {
  padding-left: 20px;
}

.divider-white {
  background-color: #a49e9e;
  height: 1px;
  margin-bottom: 20px;
}

.dropdown-link-5 {
  color: #712626;
}

.dropdown-link-5.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-6 {
  color: #740a0a;
}

.dropdown-link-6.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-7 {
  color: #740a0a;
}

.dropdown-link-7.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-8 {
  color: #740a0a;
}

.dropdown-link-8.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-9 {
  color: #740a0a;
}

.dropdown-link-9.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-10 {
  color: #740a0a;
}

.dropdown-link-10.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-11 {
  color: #740a0a;
}

.dropdown-link-11.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-12 {
  color: #740a0a;
}

.dropdown-link-12.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-13 {
  color: #740a0a;
}

.dropdown-link-13.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-14 {
  color: #740a0a;
}

.dropdown-link-14.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-15 {
  color: #740a0a;
}

.dropdown-link-15.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-16 {
  color: #740a0a;
}

.dropdown-link-16.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-17 {
  color: #740a0a;
}

.dropdown-link-17.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-18 {
  color: #740a0a;
}

.dropdown-link-18.w--current {
  margin-top: 0;
}

.dropdown-link-19 {
  color: #740a0a;
}

.dropdown-link-19.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-20 {
  color: #740a0a;
}

.dropdown-link-20.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-21 {
  color: #740a0a;
}

.dropdown-link-21.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-22 {
  color: #740a0a;
}

.dropdown-link-22.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-23 {
  color: #740a0a;
}

.dropdown-link-23.w--current {
  color: #740a0a;
  margin-top: 0;
}

.footer-heading-concert {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.text-block-kwan {
  background-color: #908e8e3d;
  background-image: linear-gradient(#b9b9bcf2, #b9b9bcf2), url('../images/background-1797456_1920.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #828181;
  flex: 1;
  margin-top: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 5px 10px 20px;
  box-shadow: 3px 3px 8px #858383;
}

.text-block-64 {
  margin-top: 20px;
}

.text-block-contact {
  color: #000;
  text-align: left;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.contact-us {
  color: #000;
  text-shadow: 2px 2px 3px #967e7e;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
}

.contact-us-top {
  color: #000;
  text-shadow: 2px 2px 3px #967e7e;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
}

.text-block-40-copy {
  color: #583500;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.paragraph {
  font-size: 14px;
}

.div-block-30 {
  object-fit: scale-down;
  flex: 0 auto;
  margin-left: 0;
}

.div-block-31 {
  margin-right: 105px;
}

.container-5 {
  display: block;
}

.container-6 {
  justify-content: center;
  max-width: 1300px;
  display: flex;
}

.nav-menu {
  position: absolute;
}

.div-block-syllabus {
  justify-content: space-around;
  margin-bottom: 13px;
  display: flex;
}

.div-block-alumin-story {
  margin-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.selected-pub-2 {
  color: #000;
  text-shadow: 2px 2px 3px #967e7e;
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
  display: flex;
}

.book {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 60px;
  box-shadow: 2px 2px 8px #433e3e;
}

.tabs-content-alunin {
  opacity: 1;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.fax {
  color: #715427;
  font-family: Fax, sans-serif;
}

.link-block-5 {
  justify-content: flex-start;
  display: flex;
}

.button-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f1e1a;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-4:active {
  background-color: #43464d;
}

.button-4.cc-contact-us {
  z-index: 5;
  text-align: center;
  position: relative;
  box-shadow: 2px 2px 8px #433e3e;
}

.button-4.cc-contact-us.w--current {
  margin-top: 0;
}

.menu-2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-image-2 {
  display: block;
}

.navigation-items-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-item-2 {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item-2:hover {
  opacity: .9;
}

.navigation-item-2:active {
  opacity: .8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #1a1b1f;
  margin-top: 0;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.text-block-65 {
  flex-direction: column;
  justify-content: center;
  margin-top: 2px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.logo-link-2 {
  z-index: 1;
  display: flex;
}

.logo-link-2:hover {
  opacity: .8;
}

.logo-link-2:active {
  opacity: .7;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.dropdown-link-24 {
  margin-top: 0;
}

.dropdown-link-24.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-25 {
  margin-top: 0;
}

.dropdown-link-25.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-26 {
  margin-top: 0;
}

.dropdown-link-26.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-27 {
  margin-top: 0;
}

.dropdown-link-27.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-28 {
  margin-top: 0;
}

.dropdown-link-28.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-29 {
  margin-top: 0;
}

.dropdown-link-29.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-30 {
  margin-top: 0;
}

.dropdown-link-30.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-31 {
  margin-top: 0;
}

.dropdown-link-31.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-32 {
  margin-top: 0;
}

.dropdown-link-32.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-33 {
  margin-top: 0;
}

.dropdown-link-33.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-34 {
  margin-top: 0;
}

.dropdown-link-34.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-35 {
  margin-top: 0;
}

.dropdown-link-35.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-36 {
  margin-top: 0;
}

.dropdown-link-36.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-37 {
  margin-top: 0;
}

.dropdown-link-37.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-38 {
  margin-top: 0;
}

.dropdown-link-38.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-39 {
  margin-top: 0;
}

.dropdown-link-39.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-40 {
  margin-top: 0;
}

.dropdown-link-40.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-41 {
  margin-top: 0;
}

.dropdown-link-41.w--current {
  color: #740a0a;
  margin-top: 0;
}

.dropdown-link-42 {
  margin-top: 0;
}

.dropdown-link-42.w--current {
  color: #740a0a;
  margin-top: 0;
}

.navigation-home, .navigation-2 {
  background-color: #fff;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navigation-home-copy {
  background-color: #fff;
  align-items: center;
  padding: 11px 50px 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.menu-home {
  z-index: 0;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.column-16 {
  flex: 0 auto;
}

.button-syllabus {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f1e1a;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  box-shadow: 2px 2px 8px #433e3e;
}

.button-syllabus:hover {
  color: #fff;
  background-color: #32343a;
}

.button-syllabus:active {
  background-color: #43464d;
}

.button-syllabus.cc-contact-us {
  z-index: 5;
  text-align: center;
  position: relative;
}

.button-syllabus.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-syllabus.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button-syllabus.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-syllabus.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.link-block-12 {
  border-top-right-radius: 0;
}

.text-block-content-copy {
  margin-bottom: 10px;
}

.rich-text-block-2-copy {
  opacity: 1;
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.div-block-32 {
  display: flex;
}

.text-block-address {
  color: #715427;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-15-copy {
  text-align: center;
  background-color: #820000;
  border: 2px solid #b3b1b1;
  min-width: 70px;
  margin-right: 17px;
  padding: 10px;
  box-shadow: 2px 2px 5px -1px #564f4f;
}

.text-block-16-copy {
  margin-left: 20px;
  padding-top: 7px;
  font-size: 18px;
  line-height: 22px;
}

.list-item-18, .list-item-19 {
  list-style-type: none;
}

.tabs-copy {
  background-color: #0000;
  background-image: linear-gradient(#a8a6a6d9, #a8a6a6d9);
  background-position: 0 0;
  padding-top: 17px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-28-copy {
  min-width: 1240px;
}

.div-block-postgrad-student {
  opacity: 1;
  background-color: #908e8e3d;
  background-image: linear-gradient(#d2cfcff0, #d2cfcff0), url('../images/background-1797456_1921.jpg'), url('../images/score-3496691_1920.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, contain, cover;
  background-attachment: scroll, fixed, scroll;
  border: 1px solid #8a8686;
  flex-direction: row;
  min-width: 0;
  min-height: 250px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 10px;
  display: block;
}

.div-content {
  background-image: linear-gradient(#d2cfcff0, #d2cfcff0), url('../images/background-1797456_1921.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  min-height: 250px;
  padding: 20px 20px 10px;
}

.text-block-66 {
  color: #050505;
  align-self: center;
  margin-right: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.text-block-66:hover {
  color: #a40303;
}

.div-block-33 {
  justify-content: flex-start;
  align-items: center;
  padding: 20px 50px;
  display: flex;
}

.nav-link {
  clear: none;
  color: #919090;
  text-shadow: 1px 1px 1px #040404;
  font-family: Oswald, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.nav-link:hover {
  color: #9a1212;
}

.nav-link.w--current {
  color: #a41212;
  margin-top: 0;
}

.nav-menu-2 {
  background-color: #fff;
  display: block;
}

.container-7 {
  margin-left: -205px;
  margin-right: 0;
  display: flex;
}

.button-5 {
  font-size: 20px;
}

.div-block-33-copy {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.container-7-copy {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.logo-link-2-copy {
  z-index: 1;
  flex: none;
  margin-right: 40px;
  display: flex;
}

.logo-link-2-copy:hover {
  opacity: .8;
  color: #991616;
}

.logo-link-2-copy:active {
  opacity: .7;
}

.logo-link-2-copy.w--current {
  flex: none;
  margin-top: 0;
}

.rich-text-block-2-copy {
  opacity: 1;
  color: #333;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.navbar {
  background-color: #fff;
}

.text-span-6 {
  color: #cd0d0d;
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 6px;
}

.text-block-67 {
  color: #919090;
  text-shadow: 1px 1px 1px #040404;
  font-family: Oswald, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text-block-67:hover {
  color: #991616;
}

.dropdown-toggle-7 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: block;
}

.dropdown-link-43 {
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.dropdown-link-43.w--current {
  color: #940707;
  margin-top: 0;
}

.div-block-34 {
  flex: 0 auto;
  align-items: center;
  min-width: 0;
  max-width: 0;
  display: flex;
}

.container-8 {
  align-items: center;
  max-width: 4000px;
  display: flex;
}

.link-block-13 {
  margin-top: -199px;
  margin-left: 205px;
  padding-left: 10px;
}

.sml-joyce-tang {
  color: #000;
}

.lrg-joyce-tang {
  color: #090909;
}

.text-block-34-copy {
  opacity: 1;
  color: #fff;
  text-shadow: 3px 3px #000, 8px 8px 6px #272626;
  background-color: #0000;
  font-family: Oswald, sans-serif;
  font-size: 50px;
}

.div-block-35 {
  margin-bottom: 55px;
  margin-right: 60px;
  display: flex;
}

.rich-text-block-2-copy {
  opacity: 1;
  color: #333;
  text-align: left;
  background-color: #0000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.text-block-26-copy {
  margin-bottom: 20px;
  padding-left: 20px;
}

.list-course-intro-copy {
  margin-bottom: 10px;
  padding-left: 40px;
}

.music-minor-requirement {
  margin-bottom: 35px;
  padding-left: 10px;
}

.music-major-requirement {
  padding-left: 10px;
}

.sml-span {
  color: #872828;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.sml-span-2 {
  color: #fcfcfc;
  text-shadow: 1px 1px 2px #000;
  font-size: 12px;
  line-height: 30px;
}

.image-10 {
  margin-right: 10px;
  box-shadow: 3px 3px 12px #716767;
}

.div-block-24-copy {
  padding-top: 0;
}

.youtube {
  height: auto;
}

.youtube-2 {
  margin-top: 15px;
  margin-bottom: 19px;
}

.image-11 {
  box-shadow: 3px 3px 12px #716767;
}

.text-block-68, .text-block-69, .text-block-70, .text-block-71 {
  text-align: center;
}

.text-block-rh {
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.sml-span-copy {
  color: #872828;
  text-shadow: 3px 3px 6px #6f6d6d;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 16px;
}

.sml-span-2-copy {
  color: #fcfcfc;
  text-shadow: 1px 1px 2px #000;
  font-size: 16px;
  line-height: 30px;
}

.text-block-18-copy {
  margin-top: -14px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 28px;
  line-height: 30px;
  display: none;
}

.text-block-188 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 21px;
  line-height: 30px;
}

.div-block-24-copy-copy {
  padding-top: 0;
}

.divider-4-copy {
  background-color: #dad6d6;
  height: 1px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.bio-con-copy._2 {
  margin-bottom: 0;
}

.bio-con-copy-copy {
  color: #333;
  background-color: #0000;
  border: 1px #302f2f3d;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding: 0 20px 20px;
  font-size: 16px;
  line-height: 24px;
}

.sml-span-4 {
  color: #872828;
  text-shadow: 3px 3px 6px #6f6d6d;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 16px;
}

.bold-text-13 {
  text-transform: none;
  font-size: 24px;
}

.text-block-72 {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-span-7 {
  text-transform: uppercase;
  text-shadow: 2px 2px 8px #926666;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-73 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-span-8 {
  text-shadow: 1px 1px 6px #e7e7e7;
  font-size: 17px;
  font-weight: 400;
}

.rh-title-copy {
  color: #872828;
  text-shadow: 1px 1px #000;
}

.text-block-date-copy {
  color: #715427;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
}

.text-block-74 {
  margin-bottom: 45px;
}

.div-block-36 {
  justify-content: flex-start;
  margin-top: 9px;
  display: flex;
}

.image-12 {
  margin-left: 75px;
  box-shadow: 2px 2px 5px #201c1c;
}

.text-block-75 {
  text-align: center;
  margin-left: 75px;
}

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

.div-block-36-copy {
  justify-content: flex-start;
  margin-top: 24px;
  display: flex;
}

.paragraph-light-copy {
  opacity: .6;
  color: #000;
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image-13 {
  box-shadow: 2px 2px 8px 1px #6a6666;
}

.image-14 {
  box-shadow: 2px 2px 5px #201c1c;
}

.home-section-wrap-copy {
  margin-bottom: 0;
  line-height: 30px;
}

.button-6 {
  background-color: #780f0f;
  margin-bottom: 20px;
}

.div-block-37 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-7 {
  margin-left: 171px;
}

.text-block-77 {
  color: #fff;
  background-color: #282828;
  border: 1px solid #6d4f4f;
  border-radius: 0;
  min-width: 50px;
  max-width: 250px;
  min-height: 50px;
  max-height: 62px;
  margin-top: -77px;
  margin-left: 181px;
  padding: 10px 62px 0 48px;
  font-family: Oswald, sans-serif;
  display: none;
  box-shadow: 2px 2px 8px -2px #000;
}

.link-block-14 {
  margin-top: 15px;
}

.link-10 {
  color: #eee8e8;
}

.text-block-77-copy {
  color: #fff;
  background-color: #282828;
  border: 1px solid #6d4f4f;
  border-radius: 0;
  min-width: 50px;
  max-width: 250px;
  min-height: 50px;
  max-height: 62px;
  margin-top: 0;
  margin-left: 0;
  padding: 11px 20px 0 22px;
  font-family: Oswald, sans-serif;
  display: none;
  box-shadow: 2px 2px 8px -2px #000;
}

.div-block-38 {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 12px;
  display: flex;
}

.image-15 {
  margin-left: 73px;
  margin-right: 25px;
  box-shadow: 4px 4px 6px -2px #676060;
}

.button-8 {
  background-color: #9d0000;
  margin-top: -23px;
  margin-left: 18px;
  padding-top: 12px;
  padding-bottom: 13px;
  box-shadow: 2px 2px 8px #4c4141;
}

.text-block-78 {
  text-shadow: 2px 2px 4px #645959;
  margin-bottom: 25px;
}

.text-span-9 {
  color: #872828;
  font-size: 30px;
  font-weight: 700;
}

.text-span-10 {
  text-shadow: 2px 2px 8px #926666;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.text-block-79 {
  margin-bottom: 34px;
}

.button-8-copy {
  background-color: #9d0000;
  margin-top: -23px;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 13px;
  box-shadow: 2px 2px 8px #4c4141;
}

.div-block-40 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: block;
}

.text-block-80 {
  margin-top: 5px;
  margin-left: 20px;
  padding-top: 17px;
}

.rhl-link {
  color: #715427;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-81 {
  color: #715427;
}

.div-block-41 {
  min-height: 50px;
}

.note {
  color: #8b0202;
  font-size: 14px;
}

.paragraph-2 {
  font-size: 17px;
}

.registration {
  color: #850000;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.paragraph-light-4-copy {
  opacity: .6;
  color: #000;
  border-bottom: 1px solid #696161;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.selected-pub-con-copy {
  color: #333;
  margin-top: 20px;
  margin-left: 0;
  padding-right: 0;
}

.text-block-82 {
  padding-left: 4px;
}

.div-block-42 {
  border: 1px solid #b8b3b3;
  border-radius: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-43 {
  border: 1px solid #b0b0b0;
  border-radius: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.tab-link-tab-4-5, .tab-link-tab-4-5.w--current, .tab-link-tab-6-2, .tab-link-tab-6-2.w--current, .tab-link-tab-5-2, .tab-link-tab-5-2.w--current {
  margin-top: 0;
}

.text-block-83 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-pane-tab-5 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.tabs-2 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-pane-tab-6 {
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
}

.bold-text-14 {
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

.ma-follow {
  font-family: Oswald, sans-serif;
}

.book-launch {
  font-size: 22px;
}

.grid-9-copy {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template: ". ." .25fr
                 ". ."
                 "Area Area-2"
                 / auto;
  grid-auto-rows: 0;
  margin-top: 0;
  padding-top: 5px;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.75fr;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.divider-copy {
  background-color: #dad6d6;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.text-span-11 {
  color: #cd0606;
}

.list-item-20 {
  list-style-type: none;
}

.list-pstudy-copy {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: decimal;
}

.list-item-4-copy {
  margin-bottom: 0;
  list-style-type: decimal;
}

.list-course-copy {
  padding-left: 20px;
  list-style-type: none;
}

.list-course-22 {
  padding-left: 20px;
}

.link-course-22 {
  color: #333;
  text-decoration: none;
}

.link-course-22:hover {
  color: #8a0000;
}

.list-item-21 {
  list-style-type: none;
}

.tab-link-tab-1-42, .tab-link-tab-1-42.w--current {
  margin-top: 0;
}

.sml-number-copy {
  color: #7b5e18;
  font-size: 14px;
}

.paragraph-3 {
  margin-left: 20px;
}

.link-course-copy {
  color: #333;
  text-decoration: none;
}

.link-course-copy:hover {
  color: #8a0000;
}

.divider-dark-copy {
  background-color: #9c9c9c;
  height: 2px;
  margin-bottom: 7px;
}

.text-block-84, .list-7 {
  margin-top: 10px;
}

.grid-14 {
  grid-column-gap: 77px;
  grid-template-rows: auto;
  margin-bottom: 17px;
}

.text-block-16-copy {
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 7px;
  font-size: 25px;
  line-height: 22px;
}

.text-block-16-copy-copy {
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 7px;
  font-size: 25px;
  line-height: 22px;
}

.link-5-copy {
  color: #000;
  margin-left: 0;
  text-decoration: none;
}

.divider-copy {
  background-color: #dad6d6;
  height: 1px;
  margin-bottom: 10px;
}

.text-block-85 {
  margin-left: 20px;
  padding-top: 7px;
  font-size: 18px;
  line-height: 22px;
}

.div-block-44 {
  opacity: 1;
  background-color: #908e8e3d;
  background-image: linear-gradient(#d2cfcff0, #d2cfcff0), none;
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  border: 1px solid #8a8686;
  flex-direction: row;
  min-width: 0;
  min-height: 250px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 10px;
  display: block;
}

.rich-text-block-12 {
  opacity: 1;
  color: #333;
  background-color: #0000;
  padding-left: 0;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.link-11 {
  color: #000;
  margin-left: 0;
  text-decoration: none;
}

.text-block-16-copy-2 {
  margin-left: 20px;
  padding-top: 7px;
  font-size: 18px;
  line-height: 22px;
}

.text-block-86, .text-block-15-copy-2 {
  text-align: center;
  background-color: #820000;
  border: 2px solid #b3b1b1;
  min-width: 70px;
  padding: 10px;
  box-shadow: 2px 2px 5px -1px #564f4f;
}

.grid-15 {
  grid-column-gap: 1px;
  background-color: #0000;
  grid-template: "." .25fr
  / auto 1fr;
  grid-auto-rows: 0;
  margin-top: 20px;
  padding-top: 5px;
}

.text-block-87, .text-block-88, .text-block-89 {
  font-size: 20px;
}

.text-block-89-copy {
  text-shadow: 2px 1px 2px #5a319033;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  text-decoration: underline;
}

.image-15-copy {
  height: 800px;
  margin-left: 0;
  margin-right: 25px;
  box-shadow: 4px 4px 6px -2px #676060;
}

.text-block-38-copy {
  color: #504e4e;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.link-block-15 {
  height: 800px;
}

.text-block-90 {
  font-size: 16px;
  line-height: 24px;
}

.column-20 {
  padding-left: 20px;
}

.text-block-899 {
  margin-bottom: 10px;
  font-size: 20px;
}

.divider-4-copy {
  background-color: #dad6d6;
  height: 1px;
  margin: 40px 0 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-79-copy {
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-block-23-copy {
  text-transform: uppercase;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
}

.text-block-18-copy {
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 28px;
  line-height: 30px;
}

.jump-link {
  color: #333;
  text-shadow: 2px 1px 2px #5a319033;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  text-decoration: underline;
}

.text-block-89-copy {
  font-size: 20px;
}

.jump-title {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.paragraph-light-4-copy-copy {
  opacity: .6;
  color: #000;
  border-bottom: 1px solid #696161;
  width: auto;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.text-block-8989 {
  font-size: 20px;
}

.italic-text-4 {
  font-size: 19px;
}

.italic-text-5 {
  font-size: 18px;
}

._1day {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.jump-title-copy {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.button-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f1e1a;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  box-shadow: 2px 2px 8px #433e3e;
}

.button-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.button-copy:active {
  background-color: #43464d;
}

.button-copy.cc-contact-us {
  z-index: 5;
  text-align: center;
  position: relative;
}

.button-copy.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-copy.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button-copy.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-copy.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.link-block-12-copy {
  padding-left: 0;
}

.image-17 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.image-18 {
  margin-bottom: 10px;
}

.text-block-38-copy-copy {
  color: #504e4e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.image-18-copy {
  margin-top: 58px;
  margin-bottom: 10px;
}

.text-block-23-copy-copy {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.image-19 {
  margin-top: 6px;
  margin-bottom: 12px;
}

.section-heading-2 {
  color: #333;
  text-shadow: 2px 2px 3px #967e7e;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.button-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f1e1a;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  box-shadow: 2px 2px 8px #433e3e;
}

.button-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-9:active {
  background-color: #43464d;
}

.paragraph-light-5 {
  opacity: .6;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.youtube-3 {
  margin-top: 15px;
  margin-bottom: 19px;
}

.syposium {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 28px;
  line-height: 30px;
}

.youtube-4, .youtube-5, .youtube-6, .youtube-7 {
  box-shadow: 5px 7px 5px #0003;
}

.image-20, .image-21, .image-22 {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.image-23, .image-24, .image-25 {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 5px 3px 5px #0003;
}

.columns-masterclass {
  display: flex;
}

.text-block-24-copy {
  background-color: #908e8e3d;
  background-image: linear-gradient(#b9b9bcf2, #b9b9bcf2), url('../images/background-1797456_1920.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #828181;
  flex: 1;
  margin-top: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  box-shadow: 3px 3px 8px #858383;
}

.text-block-2-copy {
  color: #000;
  text-align: center;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.entry {
  color: #630e0e;
  font-size: 14px;
}

.text-block-8990 {
  text-shadow: 3px 2px 5px #928383bf;
  margin-top: 20px;
  padding-left: 2px;
  font-size: 20px;
}

.div-block-46 {
  min-height: 20px;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.grid-18, .grid-19 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.tab-link-tab-2-4, .tab-link-tab-2-4.w--current, .tab-link-tab-3-3, .tab-link-tab-3-3.w--current {
  margin-top: 0;
}

.image-26 {
  border: 1px #000;
  border-radius: 0;
  box-shadow: 9px 2px 5px #0003;
}

.image-27 {
  background-color: #fff;
  border-radius: 0;
  margin-top: 15px;
}

.text-span-12 {
  color: #d90808;
}

.text-span-13 {
  font-size: 20px;
  line-height: 6px;
}

.italic-text-6 {
  font-family: Oswald, sans-serif;
}

.slider {
  min-height: 380px;
  margin-top: 13px;
  margin-bottom: 0;
}

.link-block-16, .image-28 {
  border-radius: 0;
}

.slider-2 {
  width: 260px;
}

.body-2 {
  background-color: #000;
}

.div-block-47 {
  height: 800px;
  margin-top: 71px;
}

.slide {
  width: 800px;
  height: 1200px;
}

.image-29 {
  border-radius: 0;
  height: 997px;
  max-height: none;
}

.mask {
  background-color: #000;
  height: 1000px;
}

.slider-3 {
  background-color: #000;
  height: 1200px;
}

.div-block-48 {
  min-height: 1200px;
  margin-top: 70px;
  margin-left: 220px;
  margin-right: 220px;
}

.slider-4 {
  margin-top: 40px;
}

.slide-2 {
  background-color: #000;
  height: 1200px;
}

.mask-2, .image-30, .slider-5 {
  height: 1200px;
}

.div-block-49 {
  background-color: #000;
  justify-content: center;
  height: 1200px;
  display: flex;
}

.image-31 {
  vertical-align: baseline;
  border-radius: 0;
}

.slide-3 {
  background-color: var(--black);
}

.image-32 {
  border-radius: 0;
}

.link-block-17 {
  margin-top: 13px;
}

.divider-black {
  background-color: #000;
  height: 1px;
  margin-bottom: 20px;
}

.image-3-copy {
  border: 2px solid #8e8e8e;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 10px;
  padding-top: 0;
  overflow: visible;
  box-shadow: 3px 3px 5px #5d5555;
}

.bio-con-copy {
  color: #333;
  background-color: #0000;
  border: 1px #302f2f3d;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding: 0 20px 20px;
  font-size: 16px;
  line-height: 24px;
}

.staff-pic-copy {
  background-color: #a99e9991;
  background-image: linear-gradient(#b0aaaae3, #b0aaaae3), url('../images/HD-textured-wallpaper-download-desktop.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 2px #999191;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  overflow: visible;
}

.text-span-14, .text-span-15 {
  font-size: 16px;
}

.image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47 {
  border-radius: 0;
}

.text-block-8991 {
  margin-bottom: 10px;
}

.paragraph-light-4-copy {
  opacity: .6;
  color: #fff;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-18-copy {
  color: #fff;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 28px;
  line-height: 30px;
}

.poster {
  color: var(--white);
  font-size: 22px;
}

.image-48, .image-49 {
  border-radius: 0;
}

.link-block-18 {
  background-image: url('../images/Screen-Shot-2025-10-08-at-5.32.46-PM.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-50 {
  background-image: url('../images/Screen-Shot-2025-10-08-at-5.32.46-PM.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 570px;
  min-width: 500px;
  min-height: 300px;
}

.div-block-51 {
  background-image: url('../images/Screen-Shot-2025-10-08-at-5.32.46-PM.png');
  background-position: 0 0;
  background-size: auto;
}

.link-block-19 {
  background-image: url('../images/Screen-Shot-2025-10-08-at-5.32.46-PM.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  min-width: 569px;
  min-height: 358px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .navigation-items {
    background-color: #fff;
  }

  .menu-icon {
    display: block;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation {
    max-height: 120px;
    padding: 23px 30px 25px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .main {
    margin-left: 10px;
    margin-right: 10px;
  }

  .intro-text {
    width: auto;
  }

  .intro-header {
    margin-top: 120px;
  }

  .intro-content.cc-homepage {
    padding-left: 200px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .divider {
    margin-bottom: 20px;
  }

  .home-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-heading {
    margin-top: 20px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .text-block-18 {
    margin-top: 20px;
  }

  .bio-col {
    display: flex;
  }

  .list-2 {
    margin-right: 0;
    padding-right: 0;
  }

  .column-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-2 {
    justify-content: center;
  }

  .button-2.cc-contact-us {
    display: none;
  }

  .div-block-7 {
    max-width: none;
  }

  .div-block-8, .column-7 {
    flex-direction: column;
  }

  .ug-header {
    margin-top: 120px;
  }

  .tabs-content-3 {
    min-width: 749px;
    max-width: 775px;
  }

  .dropdown-list-3.w--open {
    min-width: 748px;
    margin-left: -10px;
  }

  .tabs {
    flex-direction: column;
    min-width: 748px;
    margin-left: 0;
  }

  .dropdown-list-complete.w--open {
    margin-left: -228px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .button-3 {
    justify-content: center;
  }

  .button-3.cc-contact-us {
    display: none;
  }

  .tabs-menu-2 {
    min-width: 0;
    max-width: 1212px;
    margin-left: 0;
  }

  .div-block-28 {
    min-width: 0;
    max-width: 749px;
  }

  .staff2-header {
    height: 320px;
    margin-top: 120px;
  }

  .contact-us-header, .event-header, .pg-header, .concert-header {
    margin-top: 120px;
  }

  .dropdown-toggle-4, .dropdown-toggle-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .navigation-item-singal {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-singal:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-singal:active {
    background-color: #eef0f3;
  }

  .div-block-syllabus {
    flex-direction: column;
  }

  .div-block-alumin-story {
    padding-right: 0;
  }

  .button-4 {
    justify-content: center;
  }

  .button-4.cc-contact-us {
    display: none;
  }

  .menu-2 {
    margin-left: 30px;
    position: static;
  }

  .navigation-items-2 {
    background-color: #fff;
  }

  .navigation-item-2 {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .logo-link-2.w--current {
    flex: 1;
  }

  .navigation-home, .navigation-2, .navigation-home-copy {
    padding: 25px 30px;
  }

  .menu-home {
    margin-left: 30px;
    position: static;
  }

  .button-syllabus {
    justify-content: center;
    margin-bottom: 10px;
  }

  .button-syllabus.cc-contact-us {
    display: none;
  }

  .columns-8, .columns-9, .columns-10, .columns-11, .columns-12, .columns-13, .columns-14, .columns-15, .columns-16, .columns-17, .columns-18, .columns-19, .columns-20, .columns-21, .columns-22, .columns-23, .columns-24, .columns-25, .columns-26, .columns-27, .columns-28, .columns-29, .columns-30, .columns-31, .columns-32, .columns-33, .columns-34, .columns-35, .columns-36, .columns-37, .columns-38, .columns-39, .columns-40, .columns-41, .columns-42, .columns-43, .columns-44, .columns-45, .columns-46, .columns-47, .columns-48 {
    flex-direction: column;
    display: flex;
  }

  .link-block-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-7 {
    margin-right: 10px;
  }

  .link-block-8, .link-block-9, .link-block-12 {
    margin-bottom: 20px;
  }

  .tab-link-tab-1-5, .tab-link-tab-1-6, .tab-link-tab-1-7, .tab-link-tab-1-8 {
    margin-top: 0;
  }

  .tab-link-tab-1-9 {
    margin-top: 6px;
  }

  .tab-link-tab-1-10 {
    margin-top: 3px;
  }

  .tab-link-tab-1-11, .tab-link-tab-1-12 {
    margin-top: -200px;
  }

  .tab-link-tab-1-13 {
    margin-top: 83px;
  }

  .tab-link-tab-1-14, .tab-link-tab-1-15 {
    margin-top: -200px;
  }

  .tab-link-tab-1-16 {
    margin-top: 0;
  }

  .tab-link-tab-1-17 {
    margin-top: 22px;
  }

  .tab-link-tab-1-18 {
    margin-top: 19px;
  }

  .tab-link-tab-1-19, .tab-link-tab-1-20 {
    margin-top: -48px;
  }

  .tab-pane-tab-1-2 {
    max-width: 739px;
  }

  .tab-link-tab-1-21, .tab-link-tab-1-22 {
    margin-top: 0;
  }

  .tab-link-tab-1-23, .tab-link-tab-1-24 {
    margin-top: 13px;
  }

  .tab-link-tab-1-25 {
    margin-top: -21px;
  }

  .tab-link-tab-1-26 {
    margin-top: 34px;
  }

  .tab-link-tab-1-27 {
    margin-top: 43px;
  }

  .tab-link-tab-1-28 {
    margin-top: 36px;
  }

  .tabs-copy {
    flex-direction: column;
    min-width: 748px;
    margin-left: 0;
  }

  .div-block-28-copy {
    min-width: 0;
    max-width: 739px;
  }

  .tab-link-tab-1-29, .tab-link-tab-1-30 {
    margin-top: 0;
  }

  .tab-link-tab-1-31 {
    margin-top: 10px;
  }

  .tab-link-tab-1-32 {
    margin-top: 20px;
  }

  .tab-link-tab-1-33 {
    margin-top: 10px;
  }

  .tab-link-tab-1-34 {
    margin-top: -13px;
  }

  .tab-link-tab-1-35, .tab-link-tab-1-36 {
    margin-top: 13px;
  }

  .tab-link-tab-1-37 {
    margin-top: 19px;
  }

  .tab-link-tab-1-38 {
    margin-top: -19px;
  }

  .tab-link-tab-1-39 {
    margin-top: -136px;
  }

  .tab-link-tab-1-40, .tab-link-tab-1-41 {
    margin-top: -133px;
  }

  .div-block-postgrad-student {
    max-width: 739px;
  }

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

  .logo-link-2-copy.w--current {
    flex: 1;
    margin-top: 0;
  }

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

  .dropdown-toggle-7 {
    padding-bottom: 20px;
  }

  .dropdown-link-43 {
    text-align: center;
  }

  .text-block-18-copy, .text-block-rh, .text-block-18-copy {
    margin-top: 20px;
  }

  .text-block-188 {
    margin-top: 0;
  }

  .home-section-wrap-copy {
    display: none;
  }

  .div-block-37 {
    margin-bottom: 12px;
    display: block;
  }

  .button-8 {
    margin-top: 0;
  }

  .text-block-78 {
    margin-bottom: 0;
  }

  .divider-copy {
    margin-bottom: 20px;
  }

  .div-block-44 {
    max-width: none;
  }

  .button-copy {
    justify-content: center;
  }

  .button-copy.cc-contact-us {
    display: none;
  }

  .link-block-12-copy {
    margin-bottom: 20px;
  }

  .section-heading-2 {
    margin-top: 20px;
  }

  .button-9 {
    justify-content: center;
  }

  .syposium {
    margin-top: 20px;
  }

  .divider-black {
    margin-bottom: 20px;
  }

  .text-block-18-copy {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .intro-header {
    height: 200px;
    margin-top: 125px;
  }

  .intro-content {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .home-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-heading {
    margin-top: 0;
  }

  .text-block-8 {
    font-size: 30px;
  }

  .bio-col {
    flex-direction: column;
  }

  .list-2 {
    margin-right: 0;
    padding-right: 10px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    align-self: center;
  }

  .text-block-23 {
    font-size: 11px;
  }

  .div-block-8, .column-7 {
    flex-direction: row;
  }

  .text-block-24 {
    order: 1;
  }

  .columns-4 {
    flex-direction: column;
  }

  .text-block-34 {
    font-size: 40px;
  }

  .ug-header {
    height: 200px;
    margin-top: 125px;
  }

  .div-block-25 {
    flex-direction: column;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .staff2-header, .contact-us-header {
    height: 200px;
    margin-top: 125px;
  }

  .event-header {
    height: 200px;
  }

  .pg-header, .concert-header {
    height: 200px;
    margin-top: 125px;
  }

  .footer {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px 40px 40px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block-syllabus {
    flex-direction: column;
  }

  .div-block-alumin-story {
    flex-direction: column;
    padding-right: 0;
  }

  .logo-link-2 {
    padding-left: 0;
  }

  .column-13, .column-14, .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-home, .navigation-2, .navigation-home-copy {
    padding: 20px 30px;
  }

  .column-17, .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-syllabus {
    margin-bottom: 10px;
  }

  .link-block-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-7 {
    margin-left: 0;
    margin-right: 10px;
  }

  .column-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-link-2-copy {
    padding-left: 0;
  }

  .logo-link-2-copy.w--current {
    margin-top: 0;
  }

  .text-block-34-copy {
    font-size: 40px;
  }

  .div-block-38 {
    flex-direction: column;
  }

  .image-15 {
    margin-left: 0;
  }

  .div-block-39, .div-block-39-copy {
    justify-content: center;
    display: flex;
  }

  .image-15-copy {
    margin-left: 0;
  }

  .text-block-23-copy, .text-block-23-copy-copy {
    font-size: 11px;
  }

  .columns-masterclass {
    flex-direction: column;
  }

  .text-block-24-copy {
    order: 1;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    max-height: 50px;
    margin-top: 0;
    padding: 30px 10px 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-wrap {
    max-height: 90px;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .menu {
    margin-left: 15px;
  }

  .main {
    margin-left: 10px;
    margin-right: 10px;
  }

  .intro-header {
    height: 200px;
    margin-top: 85px;
  }

  .intro-content.cc-homepage {
    padding-left: 0;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .text-block-16 {
    text-align: center;
    order: -1;
  }

  .divider {
    margin-bottom: 20px;
  }

  .text-block-15 {
    order: -1;
  }

  .home-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-9 {
    flex-direction: column;
    display: flex;
  }

  .section-heading {
    margin-top: 0;
  }

  .text-span {
    font-size: 13px;
  }

  .staff-pic {
    padding-left: 10px;
  }

  .staff-adress {
    margin-left: 0;
  }

  .text-block-8 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 203px;
    padding-right: 10px;
    font-size: 25px;
  }

  .small-title {
    font-size: 15px;
  }

  .text-block-9 {
    padding-left: 10px;
  }

  .bio-con {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-2 {
    margin-right: 0;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    margin-left: 0;
  }

  .grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .divider-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    display: flex;
  }

  .grid-test {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-23 {
    margin-left: 0;
    font-size: 12px;
  }

  .grid-aff-staff {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .column-7 {
    flex-direction: column;
    order: 0;
  }

  .text-block-24 {
    flex-direction: column;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .columns-4 {
    flex-direction: column;
  }

  .column-8 {
    padding-left: 10px;
  }

  .text-block-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-34 {
    margin-top: 0;
    margin-left: 0;
    font-size: 34px;
  }

  .div-block-20 {
    background-image: linear-gradient(#000, #000);
    background-position: 0 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-35 {
    margin-left: 20px;
    font-size: 23px;
    line-height: 26px;
  }

  .ug-header {
    height: 200px;
    margin-top: 85px;
  }

  .div-block-23 {
    margin-left: 0;
  }

  .div-block-25 {
    display: block;
  }

  .tabs-content-3 {
    min-width: 300px;
    max-width: 300px;
  }

  .dropdown-list-3.w--open {
    min-width: 300px;
  }

  .tabs {
    flex-direction: column;
    min-width: 300px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-28 {
    max-width: 517px;
    margin-left: 219px;
    display: flex;
  }

  .staff2-header {
    height: 200px;
    margin-top: 85px;
  }

  .text-block-3y {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-us-header, .event-header, .pg-header, .concert-header {
    height: 200px;
    margin-top: 85px;
  }

  .dropdown-toggle-4, .dropdown-toggle-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block-44 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-8 {
    margin-bottom: 20px;
  }

  .div-block-postgrad-std {
    min-width: 269px;
    max-width: 280px;
  }

  .main-concert-content {
    margin-top: 10px;
  }

  .main-rc-content-copy {
    padding-left: 0;
  }

  .footer-heading-concert {
    margin-top: 20px;
  }

  .bio-con-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-syllabus {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    max-height: none;
  }

  .div-block-syllabus.hidden {
    min-height: 0;
    max-height: none;
  }

  .div-block-alumin-story {
    flex-direction: column;
    padding-right: 0;
  }

  .selected-pub-2 {
    display: block;
  }

  .menu-2 {
    margin-left: 15px;
  }

  .logo-image-2 {
    max-width: 50px;
    max-height: 50px;
  }

  .navigation-item-2 {
    padding-bottom: 20px;
  }

  .text-block-65 {
    margin-left: 3px;
    font-size: 16px;
  }

  .logo-link-2 {
    align-items: center;
  }

  .column-13, .column-14, .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    margin-bottom: 20px;
  }

  .navigation-home, .navigation-2, .navigation-home-copy {
    padding: 0 20px;
  }

  .menu-home {
    margin-left: 15px;
  }

  .column-16 {
    margin-bottom: 20px;
  }

  .column-17, .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-syllabus {
    margin-bottom: 10px;
  }

  .link-block-7 {
    margin-left: 10px;
    display: flex;
  }

  .link-block-10 {
    text-align: left;
    margin-left: 10px;
  }

  .link-block-11 {
    margin-left: 10px;
  }

  .column-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-content-copy {
    padding-left: 10px;
  }

  .text-block-address {
    padding-left: 10px;
  }

  .text-block-15-copy {
    order: -1;
  }

  .tab-pane-tab-1-2 {
    max-width: 300px;
  }

  .tabs-copy {
    min-width: 300px;
  }

  .div-block-28-copy {
    max-width: 300px;
  }

  .div-block-postgrad-student {
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-66 {
    font-size: 15px;
    line-height: 16px;
  }

  .logo-link-2-copy {
    align-items: center;
  }

  .italic-text-2 {
    align-self: flex-start;
  }

  .italic-text-3 {
    flex-direction: row;
    align-self: flex-start;
    display: flex;
  }

  .text-span-6 {
    font-size: 12px;
  }

  .text-block-34-copy {
    font-size: 34px;
  }

  .rich-text-block-2-copy {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    display: flex;
  }

  .text-block-26-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-block-188 {
    margin-top: 0;
    margin-bottom: 17px;
  }

  .bio-con-copy, .bio-con-copy-copy {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-section-wrap-copy {
    display: none;
  }

  .div-block-37 {
    margin-bottom: 12px;
    display: block;
  }

  .div-block-38 {
    flex-direction: column;
  }

  .text-block-78 {
    margin-bottom: 0;
  }

  .div-block-39 {
    justify-content: center;
    display: flex;
  }

  .rhl-link {
    font-size: 15px;
  }

  .grid-9-copy, .grid-13 {
    flex-direction: column;
    display: flex;
  }

  .text-block-16-copy, .text-block-16-copy-copy {
    text-align: center;
    order: -1;
  }

  .divider-copy {
    margin-bottom: 20px;
  }

  .text-block-85 {
    flex-direction: row;
    order: 1;
    display: block;
  }

  .div-block-44 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-16-copy-2 {
    order: -1;
  }

  .text-block-86 {
    flex: 0 auto;
    order: 1;
  }

  .grid-15 {
    grid-column-gap: 1px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: .25fr auto auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-39-copy {
    justify-content: center;
    display: flex;
  }

  .text-block-23-copy {
    margin-left: 0;
    font-size: 12px;
  }

  .image-16 {
    margin-bottom: 20px;
  }

  .text-block-23-copy-copy {
    margin-left: 0;
    font-size: 12px;
  }

  .section-heading-2 {
    margin-top: 0;
  }

  .grid-16 {
    display: block;
  }

  .columns-masterclass {
    flex-direction: column;
  }

  .text-block-24-copy {
    flex-direction: column;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-48 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-49 {
    margin-top: 60px;
  }

  .image-31 {
    max-width: 100%;
    max-height: 40%;
  }

  .slide-3 {
    background-color: var(--black);
  }

  .divider-black {
    margin-bottom: 20px;
  }

  .bio-con-copy {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .staff-pic-copy {
    padding-left: 10px;
  }

  .slide-4, .slide-5 {
    background-color: #000;
  }
}

#w-node-db11479b-0344-9883-5354-885557f5b0b5-e07f3893 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-db11479b-0344-9883-5354-885557f5b0b9-e07f3893 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-db11479b-0344-9883-5354-885557f5b0bd-e07f3893 {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: center;
}

#w-node-db11479b-0344-9883-5354-885557f5b0c1-e07f3893 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-db11479b-0344-9883-5354-885557f5b0cd-e07f3893 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-db11479b-0344-9883-5354-885557f5b0c5-e07f3893 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-db11479b-0344-9883-5354-885557f5b0c9-e07f3893 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-de21a31b-209e-5014-4599-a287938fcd28-e07f3893 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_20fd5e29-1f99-212f-c453-6ed58f761111-e07f3893 {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: center;
}

#w-node-b7e3605e-f325-aa3c-68b1-677b4c210916-e07f3893 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-ca9b9d75-24cf-2eda-5eb4-0efe39b97000-27575acf {
  place-self: center start;
}

#w-node-ca9b9d75-24cf-2eda-5eb4-0efe39b97005-27575acf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ca9b9d75-24cf-2eda-5eb4-0efe39b97011-27575acf {
  place-self: center start;
}

#w-node-ca9b9d75-24cf-2eda-5eb4-0efe39b97016-27575acf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ca9b9d75-24cf-2eda-5eb4-0efe39b97047-27575acf {
  place-self: center start;
}

#w-node-ca9b9d75-24cf-2eda-5eb4-0efe39b9704c-27575acf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ca9b9d75-24cf-2eda-5eb4-0efe39b97025-27575acf {
  place-self: center start;
}

#w-node-ca9b9d75-24cf-2eda-5eb4-0efe39b9702a-27575acf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ca9b9d75-24cf-2eda-5eb4-0efe39b97036-27575acf {
  place-self: center start;
}

#w-node-ca9b9d75-24cf-2eda-5eb4-0efe39b9703b-27575acf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-c3f5f6af-dba2-8466-3b5c-1f7606b68ac2-27575acf {
  place-self: center start;
}

#w-node-c3f5f6af-dba2-8466-3b5c-1f7606b68ac7-27575acf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_2069fd83-6ade-6f8c-05a4-f6a911dde16d-82ee2671, #w-node-_2e483bc4-7dfc-14db-45bc-1fab3771cc83-82ee2671, #w-node-bfb06c02-b8e5-0f90-4283-ee223c92b1a2-82ee2671, #w-node-_76b4d608-5700-66dc-37e8-5296bc854679-82ee2671, #w-node-_5e0b03bb-aa85-862b-f6c4-8b7f4ef96e3c-82ee2671, #w-node-_5217feb0-8437-0507-ac92-848b44b33f43-82ee2671, #w-node-_919e13c6-972e-7b25-d95f-271a53bf3bf7-82ee2671, #w-node-b62d66e2-eada-3927-df70-4458a7bbe4ea-82ee2671, #w-node-_5dcf5a9c-5bf0-c9eb-505a-491b3ab4e1a8-82ee2671, #w-node-_4c5173ad-b3b7-a733-8bb7-fd9e04270fc7-82ee2671, #w-node-_5636cfe4-f0bc-cc7a-8ae2-1b71eb3983ff-82ee2671, #w-node-_09965211-64c8-ecfc-312d-61d17b7be29c-82ee2671, #w-node-_507e44b7-bfd8-8eb8-9194-ab1c9e4fbab5-82ee2671, #w-node-e338a16b-55d1-abad-fbc6-8f3a3f8ddd17-82ee2671, #w-node-_816101d0-8a10-076e-fee8-faaf58ee7893-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23e95-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23ea5-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23eb5-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23ec5-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23ed5-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23ee5-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23ef7-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f07-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f17-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f27-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f37-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f47-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f57-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f67-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f77-82ee2671 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-adec3a6a-32e5-3bed-05ad-6199efa1eba8-87efe0ad {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-adec3a6a-32e5-3bed-05ad-6199efa1ebb2-87efe0ad {
  align-self: start;
}

#w-node-_79ea7c0c-60ea-b2d5-281b-0dc37d8b736e-87efe0ad, #w-node-febbc4c9-1a13-4c4b-d204-822c19558b5c-87efe0ad, #w-node-_41ad5bc6-61a9-b67c-c9aa-0e0b6149c224-87efe0ad {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_7caaf447-a4f5-910d-9258-5eef9679066d-87efe0ad, #w-node-adec3a6a-32e5-3bed-05ad-6199efa1eba8-bd258e69 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-adec3a6a-32e5-3bed-05ad-6199efa1ebb2-bd258e69 {
  align-self: start;
}

#w-node-_2c8fb66b-2760-f0e0-6e5a-169a385fe728-bd258e69 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-adec3a6a-32e5-3bed-05ad-6199efa1ec07-bd258e69 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_88c3bbc2-a1f7-8e02-d73b-a6f53d01b32c-bd258e69, #w-node-dc86ced3-9024-0de6-ed16-7eee5ae90cd1-bd258e69, #w-node-a6e9407d-98e8-4994-9c7f-3bb58addbf1f-bd258e69, #w-node-_86f18bf9-8ba4-d456-d497-11bf1064798b-a5c8343e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-a3b14db1-aa57-3980-f5c7-4f1e049efe23-a5c8343e, #w-node-_30d26134-a07a-5969-a477-d360ab89bfc5-a5c8343e, #w-node-d3f0191f-5be4-2a76-9a5a-e8be4f138ee3-a5c8343e, #w-node-cadce6e3-27ea-eaf6-bb00-11492b673fe5-a5c8343e, #w-node-_37bb553b-5e6e-fcec-59c7-4786e8bf1662-a5c8343e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66365eda-dd6f-2e21-4a78-c8ca54fa0054-49090d6a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_66365eda-dd6f-2e21-4a78-c8ca54fa0061-49090d6a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_66365eda-dd6f-2e21-4a78-c8ca54fa006d-49090d6a {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_66365eda-dd6f-2e21-4a78-c8ca54fa007a-49090d6a {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-f6399967-fa0b-72b8-b741-cb8160bd52fa-284b5497 {
  place-self: center start;
}

#w-node-f6399967-fa0b-72b8-b741-cb8160bd52ff-284b5497 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_3920fee1-bee9-586b-887a-80a57dd9a08f-284b5497 {
  place-self: center start;
}

#w-node-_3920fee1-bee9-586b-887a-80a57dd9a094-284b5497 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-c2382d5b-abf0-1688-b67b-d4ae3293f72c-284b5497 {
  place-self: center start;
}

#w-node-c2382d5b-abf0-1688-b67b-d4ae3293f731-284b5497 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_7f84d2a2-a83e-c4d7-710c-c6e5498a06a6-284b5497 {
  place-self: center start;
}

#w-node-_7f84d2a2-a83e-c4d7-710c-c6e5498a06ab-284b5497 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-d4d3d09f-311d-ef5f-cd24-635aec3ce110-284b5497 {
  place-self: center start;
}

#w-node-d4d3d09f-311d-ef5f-cd24-635aec3ce115-284b5497 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_8d51a785-eacb-b4aa-5183-5e1e2aad8aa4-d61f6a3b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_8d51a785-eacb-b4aa-5183-5e1e2aad8ab1-d61f6a3b {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_8d51a785-eacb-b4aa-5183-5e1e2aad8ac8-d61f6a3b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-d6efd0e0-3cc6-fd57-f7d4-1680af4ead28-d61f6a3b {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_189df3f2-e583-7e76-07f6-86faa94c5d89-d61f6a3b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_4a3aa6dc-5382-3712-c700-ac0f2593fa49-d61f6a3b {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-aa0df7a9-137e-deb0-14eb-c640d38c7ab0-d61f6a3b {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-_26a86c55-bf43-4120-95fe-23e9ce6fcd39-d61f6a3b {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: center;
}

#w-node-d619f675-84a0-e051-6aff-70a341994f2a-d61f6a3b {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-_0186e91d-2535-1056-078e-22776c8b8b97-d61f6a3b {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: center;
}

#w-node-_57d288a2-7ff6-1b31-2dce-537278d38d5b-9c523e89 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_2069fd83-6ade-6f8c-05a4-f6a911dde16d-82ee2671, #w-node-_2e483bc4-7dfc-14db-45bc-1fab3771cc83-82ee2671, #w-node-bfb06c02-b8e5-0f90-4283-ee223c92b1a2-82ee2671, #w-node-_76b4d608-5700-66dc-37e8-5296bc854679-82ee2671, #w-node-_5e0b03bb-aa85-862b-f6c4-8b7f4ef96e3c-82ee2671, #w-node-_5217feb0-8437-0507-ac92-848b44b33f43-82ee2671, #w-node-_919e13c6-972e-7b25-d95f-271a53bf3bf7-82ee2671, #w-node-b62d66e2-eada-3927-df70-4458a7bbe4ea-82ee2671, #w-node-_5dcf5a9c-5bf0-c9eb-505a-491b3ab4e1a8-82ee2671, #w-node-_4c5173ad-b3b7-a733-8bb7-fd9e04270fc7-82ee2671, #w-node-_5636cfe4-f0bc-cc7a-8ae2-1b71eb3983ff-82ee2671, #w-node-_09965211-64c8-ecfc-312d-61d17b7be29c-82ee2671, #w-node-_507e44b7-bfd8-8eb8-9194-ab1c9e4fbab5-82ee2671, #w-node-e338a16b-55d1-abad-fbc6-8f3a3f8ddd17-82ee2671, #w-node-_816101d0-8a10-076e-fee8-faaf58ee7893-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23e95-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23ea5-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23eb5-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23ec5-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23ed5-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23ee5-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23ef7-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f07-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f17-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f27-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f37-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f47-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f57-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f67-82ee2671, #w-node-_70a99666-8f47-1717-3842-8d4f7ab23f77-82ee2671, #w-node-adec3a6a-32e5-3bed-05ad-6199efa1eba8-87efe0ad, #w-node-_79ea7c0c-60ea-b2d5-281b-0dc37d8b736e-87efe0ad, #w-node-febbc4c9-1a13-4c4b-d204-822c19558b5c-87efe0ad, #w-node-_41ad5bc6-61a9-b67c-c9aa-0e0b6149c224-87efe0ad, #w-node-_7caaf447-a4f5-910d-9258-5eef9679066d-87efe0ad, #w-node-adec3a6a-32e5-3bed-05ad-6199efa1eba8-bd258e69 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2c8fb66b-2760-f0e0-6e5a-169a385fe728-bd258e69 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-adec3a6a-32e5-3bed-05ad-6199efa1ec07-bd258e69, #w-node-_88c3bbc2-a1f7-8e02-d73b-a6f53d01b32c-bd258e69, #w-node-dc86ced3-9024-0de6-ed16-7eee5ae90cd1-bd258e69, #w-node-a6e9407d-98e8-4994-9c7f-3bb58addbf1f-bd258e69, #w-node-_86f18bf9-8ba4-d456-d497-11bf1064798b-a5c8343e, #w-node-_57d288a2-7ff6-1b31-2dce-537278d38d5b-9c523e89 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Glyphter';
  src: url('../fonts/Glyphter.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fax';
  src: url('../fonts/fax.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}