<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
  color: #474747; }

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background: rgba(255, 255, 255, 0.5);
  color: #3d3d3d;
  padding-left: 10px; }

label {
  text-align: left;
  height: 25px;
  padding-left: 10px;
  color: #3d3d3d !important; }

.btn {
  background-color: #ffffff;
  border: 1px solid #dddbdb;
  border-radius: 0;
  color: #3d3d3d;
  padding: 9px 28px;
  height: auto; }
  .btn:hover {
    color: #ffffff;
    background-color: #aa5457; }
  .btn.red {
    background-color: transparent !important;
    border: 1px solid #ffffff;
    color: #ffffff !important; }
    .btn.red:hover {
      background-color: #ffffff !important;
      color: #3d3d3d !important; }

nav {
  position: absolute;
  top: 0;
  z-index: 2; }
  nav ul li a {
    text-transform: lowercase;
    color: #ffffff;
    font-size: 1rem; }
  nav ul li.active {
    background-color: #ffffff; }
    nav ul li.active a {
      color: #474747; }
  nav #logo-container {
    font-family: 'Krona One', sans-serif;
    color: #ffffff;
    font-size: 2rem; }

p {
  line-height: 2rem; }

#top-banner, #top-banner-back {
  height: 900px;
  min-height: 900px; }
  #top-banner #red-border-top, #top-banner-back #red-border-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 198px;
    background: url("../images/red-border-top.png") top center;
    z-index: -1; }
  #top-banner #red-border-bottom, #top-banner-back #red-border-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 325px;
    background: url("../images/red-border-bottom.png") top center;
    z-index: -1; }
  #top-banner #about, #top-banner-back #about {
    position: absolute;
    width: 45%;
    color: #ffffff;
    right: 12%;
    top: 25%;
    font-size: 1.4rem;
    font-weight: 300; }
    #top-banner #about h1, #top-banner-back #about h1 {
      font-weight: 300;
      font-size: 4rem; }
    #top-banner #about a, #top-banner-back #about a {
      color: #ffffff;
      text-decoration: underline; }
      #top-banner #about a:hover, #top-banner-back #about a:hover {
        color: #474747; }

#top-banner-back {
  height: 350px;
  min-height: 350px; }

#nav-bar {
  height: 60px;
  background-color: #f4f4f4;
  line-height: 60px;
  text-transform: lowercase;
  margin-bottom: 50px; }
  #nav-bar a {
    font-weight: 300;
    font-size: 0.9rem; }
    #nav-bar a:hover {
      text-decoration: underline; }

#publications {
  margin-top: 0; }
  .home #publications {
    margin-top: -150px;
    z-index: 2; }
  #publications .book {
    text-align: center; }
    #publications .book img {
      width: 90%;
      border-bottom: 1px solid #dbd8d8; }
    #publications .book .desc {
      border-left: 1px solid #dbd8d8;
      border-right: 1px solid #dbd8d8;
      border-bottom: 1px solid #dbd8d8;
      width: 90%;
      margin: -6px auto 43px auto;
      height: 280px;
      padding: 43px 10px;
      overflow: hidden; }
    #publications .book h2 {
      font-size: 1.5rem;
      padding-top: 0;
      margin-top: 0;
      text-transform: uppercase;
      color: #3d3d3d; }
    #publications .book h3 {
      font-size: 0.8rem;
      padding-top: 0;
      margin-top: 0;
      color: #a3a3a3; }
    #publications .book p {
      color: #888888;
      line-height: 1.3rem; }
    #publications .book a {
      text-decoration: underline; }
      #publications .book a:hover {
        color: #000000; }

#news-events {
  height: auto;
  min-height: 728px;
  margin-top: 75px;
  color: #ffffff;
  text-align: center;
  padding: 50px 0; }

#contact {
  text-align: center;
  color: #ffffff;
  margin-top: 75px;
  padding: 50px 0; }
  #contact #result {
    color: #3d3d3d;
    font-weight: 500;
    margin-top: -30px; }
  #contact .row {
    margin-bottom: 0; }

.red-area h1 {
  font-weight: 300;
  font-size: 2.5rem;
  border-bottom: 2px solid #ffffff;
  width: auto;
  display: inline-block;
  padding: 0 67px 12px 67px;
  margin-bottom: 80px; }

#work {
  text-align: center;
  padding: 50px 0; }
  #work .icon {
    text-align: center; }
  #work h3 {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #3d3d3d; }
  #work .desc {
    text-align: left;
    color: #888888;
    margin-bottom: 30px; }
    #work .desc p {
      line-height: 1.4rem; }
    #work .desc a {
      text-decoration: underline; }

.white-area h1 {
  font-weight: 300;
  font-size: 2.5rem;
  width: auto;
  display: inline-block;
  padding: 0 67px 12px 67px;
  margin-bottom: 80px; }

#events .event {
  margin: 20px 20px 20px 0;
  padding: 47px 30px;
  border: 1px solid #ffffff; }
  #events .event .date {
    font-size: 2.6rem;
    font-weight: 300;
    text-align: center;
    line-height: 2.7rem;
    padding: 0 30px 0 0; }
    #events .event .date .day {
      font-size: 4rem;
      display: block;
      margin-bottom: 5px; }
    #events .event .date .month {
      text-transform: lowercase; }
  #events .event .desc {
    height: 90px;
    overflow: hidden;
    padding-left: 10px;
    text-align: left; }

#content {
  margin-bottom: 50px; }
  #content p {
    line-height: 1.6rem; }
  #content a {
    text-decoration: underline; }
    #content a:hover {
      text-decoration: underline;
      color: #000000; }
  #content h1 {
    font-weight: 300;
    font-size: 2.5rem;
    width: 100%;
    display: inline-block;
    padding: 0 67px 12px 67px;
    text-align: center;
    margin: 0 auto 50px auto; }

#filter {
  font-size: 1.5rem;
  text-transform: lowercase;
  font-weight: 300;
  margin-bottom: 50px; }
  #filter a:hover {
    color: #5e8e98; }
  #filter a.active {
    font-weight: 400;
    color: #5e8e98; }

footer {
  background: url("../images/bg-footer.png") top left;
  height: 83px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 83px; }
  footer .container .row {
    margin: 0; }
    footer .container .row .small {
      font-size: 11px; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      text-decoration: underline; }

.align_left {
  float: left;
  padding-right: 20px; }

.align_right {
  float: right;
  padding-left: 20px; }

@media only screen and (max-width: 992px) {
  #top-banner #about {
    top: 18%;
    font-size: 1.2rem;
    font-weight: 400; }

  #publications .book {
    text-align: center; }
    #publications .book img {
      width: 70%; }
    #publications .book .desc {
      width: 70%; }

  #events .event .date {
    padding: 0 0 20px 10px;
    text-align: left; } }
@media only screen and (max-width: 600px) {
  nav #logo-container {
    font-size: 1.5rem; }

  #top-banner {
    font-size: 1.5rem; }
    #top-banner #about {
      top: 18%;
      width: 80%; }
      #top-banner #about h1 {
        font-size: 2.5rem; }

  #work .icon {
    text-align: center;
    margin-bottom: 20px; }
  #work h3 {
    text-align: center;
    padding-bottom: 10px; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>