/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \********************************************************************************************************************************************************/
@import url(https://use.typekit.net/jqj7vuc.css);
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss (1) ***!
  \************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss (2) ***!
  \************************************************************************************************************************************************************/
/*------------------------------------------------------------
/ Config
/*----------------------------------------------------------*/
/* Typography
------------------------------------------------------------*/
/* Colors
------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  backface-visibility: inherit;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

button,
input,
textarea {
  background: transparent;
}

button {
  cursor: pointer;
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,
.h1 {
  font-family: bebas-neue, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

h2,
.h2 {
  font-family: bebas-neue, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

h3,
.h3 {
  font-family: bebas-neue, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

h4,
.h4 {
  font-family: bebas-neue, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

h5,
.h5 {
  font-family: bebas-neue, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

h6,
.h6 {
  font-family: bebas-neue, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

h1,
.h1 {
  font-size: 7rem;
}
@media (max-width: 1349px) {
  h1,
  .h1 {
    font-size: 6.5rem;
  }
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 5.5rem;
  }
}

.content p {
  position: relative;
  padding: 0 0 2rem;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.7;
}

strong {
  font-weight: 500;
}

.menu {
  display: flex;
}
.menu li {
  margin: 0 2rem;
}
@media (min-width: 1025px) {
  .menu li:first-of-type {
    display: none;
  }
}
.menu li:last-of-type {
  margin-right: 0;
}
.menu li.current-menu-item a {
  background: #621303;
  color: #fff;
  border-color: #621303;
}
.menu li:hover a {
  background: #621303;
  color: #fff;
  border-color: #621303;
}
.menu li a {
  padding: 0.5rem 1.5rem;
  border: 1.5px solid black;
  border-radius: 10px;
  font-family: bebas-neue, sans-serif;
  font-size: 2.8rem;
  transition: 0.3s all ease-in-out;
}

@media (max-width: 1024px) {
  #footer {
    height: 150px;
  }
}

.social-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #621303;
  width: 200px;
  height: 200px;
  border-radius: 0 200px 0 0;
}
@media (max-width: 1024px) {
  .social-wrapper {
    width: 142px;
    height: 142px;
    border-radius: 0 142px 0 0;
  }
}
@media (max-width: 575px) {
  .social-wrapper {
    width: 128px;
    height: 128px;
    border-radius: 0 128px 0 0;
  }
}
.social-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #036A7E;
  width: 280px;
  height: 280px;
  border-radius: 0 280px 0 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .social-wrapper:before {
    width: 200px;
    height: 200px;
    border-radius: 0 200px 0 0;
  }
}
@media (max-width: 575px) {
  .social-wrapper:before {
    width: 180px;
    height: 180px;
    border-radius: 0 180px 0 0;
  }
}

.social {
  position: absolute;
  display: flex;
  bottom: 25px;
  left: 32px;
}
@media (max-width: 1024px) {
  .social {
    left: 18px;
    bottom: 18px;
  }
}
.social a:not(:last-of-type) {
  margin-right: 28px;
}
@media (max-width: 1024px) {
  .social a:not(:last-of-type) {
    margin-right: 22px;
  }
}
.social a:hover svg path {
  fill: #036A7E;
}
@media (max-width: 767px) {
  .social svg {
    height: 20px;
  }
}

.copyright-text {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
}
@media (max-width: 575px) {
  .copyright-text {
    max-width: calc(100% - 210px);
    text-align: center;
    line-height: 1.5;
  }
}
.copyright-text a {
  text-decoration: underline;
}
.copyright-text a:hover {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .home__inner {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .home__inner > div:first-of-type {
    flex-basis: 36%;
    max-width: 450px;
    padding-right: 115px;
  }
}
@media (max-width: 1023px) {
  .home__inner > div:first-of-type {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
}
.home__inner-half:last-of-type {
  flex-basis: 65%;
  flex-grow: 1;
}
.home-title {
  padding-bottom: 4rem;
  position: relative;
  width: max-content;
}
@media (max-width: 1023px) {
  .home-title {
    font-size: 8vw;
    transform: translateX(-50%);
    left: 50%;
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .home-title {
    font-size: 12vw;
  }
}
.home-title:after {
  content: "";
  background-image: url(b29bd40929312f4023d0.svg);
  background-repeat: no-repeat;
  height: 15px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.home-subtitle {
  font-size: 2.2rem;
  padding-bottom: 1.2rem;
  line-height: 1.6;
  display: block;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .home-subtitle {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .home-subtitle {
    font-size: 1.8rem;
  }
}

.bio-pic {
  position: relative;
  max-width: 360px;
}
@media (max-width: 1023px) {
  .bio-pic {
    max-width: 50vw;
  }
}
@media (max-width: 575px) {
  .bio-pic {
    max-width: 60vw;
  }
}
.bio-pic img {
  width: 100%;
  height: auto;
  max-height: 360px;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .bio-pic img {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .areas-of-study {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .areas-of-study {
    margin-top: 50px;
    display: flex;
  }
}
@media (min-width: 1025px) {
  .areas-of-study__left {
    flex-basis: 36%;
    max-width: 450px;
    flex-shrink: 0;
    padding-right: 115px;
  }
}
@media (min-width: 768px) {
  .areas-of-study__right {
    flex-basis: 65%;
    flex-grow: 1;
    max-width: 1215px;
  }
}
.areas-of-study__title {
  display: block;
  max-width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
  justify-self: flex-end;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .areas-of-study__title {
    width: calc(100vw - 500px);
  }
}
.areas-of-study__title:before {
  content: url(d630840a51955e02af1b.svg);
  display: inline-block;
  width: 21px;
  height: 20px;
  position: relative;
  margin-right: 14px;
}
.areas-of-study__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
}

.area-of-study {
  display: flex;
  align-items: center;
  background-color: #621303;
  padding: 11px 20px 11px;
  border-radius: 10px;
  width: max-content;
}
.area-of-study p {
  color: #FFFFFF;
}
.area-of-study-outer {
  margin-bottom: 30px;
  min-width: 32%;
}
@media (min-width: 1351px) {
  .area-of-study-outer {
    flex-basis: 33.33%;
  }
}

.study-icon {
  display: inline-flex;
  margin-right: 1.7rem;
}
.study-icon svg {
  height: 22px;
  width: auto;
  fill: #FFFFFF;
}
.study-icon svg g {
  fill: #FFFFFF;
}

#nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  top: 2.5rem;
  left: 3rem;
  width: calc(100% - 6rem);
}

#hamburger {
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  #hamburger {
    display: none;
  }
}
#hamburger span {
  display: block;
  width: 3rem;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s ease, color 0.3s ease;
}
#hamburger span + span {
  margin-top: 0.5rem;
}
#hamburger.is-toggled span {
  background-color: #ffffff;
}
#hamburger.is-toggled span:first-of-type {
  transform: rotate(45deg) translate(2px, -1px);
}
#hamburger.is-toggled span:last-of-type {
  transform: rotate(-45deg) translate(6px, -3px);
}

@media (max-width: 1023px) {
  #menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: #036A7E;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform 0s cubic-bezier(0.75, 0, 0.25, 1);
  }
}
@media (max-width: 1023px) {
  #menu .menu {
    display: block;
  }
}
#menu.is-toggled {
  transform: none;
  transition: transform 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
#menu.is-toggled .menu li {
  text-align: center;
  margin: 4rem 0;
}
#menu.is-toggled .menu li.current-menu-item a {
  background: none;
  text-decoration: underline;
  text-underline-offset: 0.35rem;
}
#menu.is-toggled .menu li:hover a {
  background: none;
  text-decoration: underline;
  text-underline-offset: 0.35rem;
}
#menu.is-toggled .menu li a {
  color: #ffffff;
  border: none;
}

.research-list {
  margin-top: 25px;
}
.research-divider {
  margin-top: 2.6rem;
  margin-bottom: 3.8rem;
  border: 0.5px solid black;
}
.research-item {
  cursor: pointer;
}
.research-item > p {
  position: relative;
  font-size: 2rem;
  line-height: 1.65;
  padding-right: 5rem;
}
.research-link {
  font-weight: 700;
  position: relative;
  box-shadow: inset 0 -1px 0 0 black;
}
.research-link:hover {
  color: #036A7E;
  box-shadow: inset 0 -1px 0 0 #036A7E;
}

.abstract p {
  font-size: 1.8rem;
  line-height: 1.6;
  display: inline;
}

.abstract {
  display: block;
  transition: all 0.3s ease;
  padding-top: 2rem;
}

.collapsed {
  display: none;
}
.collapsed p {
  padding-top: 1.8rem;
}

.collapse-arrow {
  content: "";
  background-image: url(52c12036588bd5563530.svg);
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  right: 11px;
  bottom: 3px;
  transition: transform 0.3s ease;
}
.collapse-arrow.rotated {
  transform: rotate(180deg);
}

.teaching-list-item {
  padding-bottom: 8px;
}
.teaching-list-item p {
  display: inline;
}
.teaching-list-item:before {
  content: url(707da1ca856f0bdb6518.svg);
  display: inline-block;
  position: relative;
  margin-right: 8px;
  position: relative;
  bottom: 2px;
}

@media (max-width: 1023px) {
  .contact__inner-right {
    margin: 0 auto;
  }
}

.form-text {
  padding: 3rem 0 2rem;
}
@media (max-width: 1023px) {
  .form-text {
    text-align: center;
    padding: 0 0 3rem;
  }
}

.gform_heading {
  display: none;
}

.contact-form .gfield_label {
  color: #000000;
}

.contact-form .ginput_container input,
.contact-form .ginput_container textarea {
  border: none;
  border-bottom: 1px solid #000000;
  background: transparent;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: inherit;
  color: #000000;
  appearance: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #000000;
}

.contact-form .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 140px;
}

.contact-form .gform_wrapper.gravity-theme .gfield_required {
  color: #DEC2EF;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  padding: 10px 0 0 0 !important;
}

.contact-form .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}

.contact-form .gfield {
  margin-bottom: 10px;
}

.gform_validation_errors {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: #5A4368;
  padding: 0;
  border: none !important;
}

.gform_footer .gform_button {
  cursor: pointer;
  background: #621303;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  transition: 0.3s all ease-in-out;
}

.gform_footer .gform_button:hover {
  background: #036A7E;
  color: white;
}

@media (max-width: 1023px) {
  .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
  }
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  color: #000;
  background-color: #F0F0F0;
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: normal;
  user-select: none;
}

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

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

#page {
  position: relative;
  padding: 10rem 2.5rem 6rem;
  min-height: calc(100vh - 5.1rem);
}
@media (min-width: 1025px) {
  #page {
    padding: 12rem 3rem 6rem;
  }
}

.page__inner {
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .page__inner-left {
    flex-basis: 310px;
    flex-shrink: 0;
  }
}
@media (min-width: 1350px) {
  .page__inner-left {
    flex-basis: 425px;
  }
}
.page__inner-right {
  flex-grow: 1;
}

.page-title {
  padding-bottom: 4rem;
  position: relative;
  width: max-content;
}
@media (max-width: 1023px) {
  .page-title {
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-title:after {
  content: "";
  background-repeat: no-repeat;
  height: 15px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.page-title.research:after {
  background-image: url(0113503ff1b63a150fb2.svg);
}
.page-title.contact:after {
  content: "";
  background-image: url(7d7362593bfa390d9059.svg);
}

@media (min-width: 768px) {
  .flex {
    display: flex;
  }
}

.logo-holder {
  width: 200px;
}
@media (max-width: 575px) {
  .logo-holder {
    width: 140px;
  }
}
