@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
@import url("https://use.typekit.net/fcp8vip.css");
@import url("https://rsms.me/inter/inter.css");
#skip-to-main {
  padding: 6px;
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-family: "Futura PT", "Jost", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-left-radius: 8px;
  background: #c81e1e;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}

#skip-to-main a {
  padding: 6px;
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-family: "Futura PT", "Jost", "Lato", sans-serif;
  font-weight: 500;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-left-radius: 8px;
  background: #c81e1e;
  -webkit-transition: top 0.1s ease-out;
  transition: top 0.1s ease-out;
  z-index: 100;
  text-align: right;
}

#skip-to-main a:focus {
  position: absolute;
  right: 0;
  top: 40px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  width: 200px;
  height: 25px;
}

/* Media Queries */
/* Breakpoint for mobile */
@media screen and (max-width: 500px) {
  /* Mobile nav menu */
  .topnav {
    display: none;
  }

  .navbar {
    display: grid;
    grid-row: 1;
    grid-column: 1/3;
    position: sticky;
    top: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 4;
    background-color: white;
  }

  .mobilenav {
    display: grid;
    width: 100vw;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    padding: 0;
    top: 0;
    margin: 0;
    height: 65px;
    position: sticky;
    z-index: 5;
    background-color: white;
  }

  .mobilenav-left {
    grid-column: 1;
    position: absolute;
    display: inline-grid;
    align-self: center;
    align-content: center;
    align-items: center;
    padding-left: 0.7rem;
    background-color: white;
    margin: 0;
  }

  .mobilenav-left p {
    display: inline-block;
    font-family: "Futura PT", "Jost", "Lato", sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    padding: 0;
    color: #c81e1e;
    text-align: left;
    align-self: center;
  }

  .mobilenav-left p > a {
    background-image: none;
    transition: none;
  }

  .mobilenav-left p > a:hover {
    background-image: none;
    transition: none;
  }

  .mobilenav-left p > a:active {
    background-image: none;
    transition: none;
  }

  .mobilenav-left p > a:focus {
    background-image: none;
    transition: none;
  }

  .mobilenav-menu {
    grid-column: 2;
    align-self: center;
    justify-self: right;
    padding: 0.3rem;
    margin: 0;
    background-color: white;
  }

  #mobileMenu {
    float: right;
    z-index: 99999;
    position: fixed;
    overflow: hidden;
    background-color: white;
    visibility: hidden;
  }

  .mobile-menu-nav {
    visibility: hidden;
  }

  .mobile-menu-nav-open {
    visibility: visible;
    position: relative;
    overflow: hidden;
    display: block;
    right: 0;
    left: 0;
    opacity: 1;
    margin: -4px 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    text-align: right;
    visibility: visible;
    background-color: white;
    z-index: 999999;
    transition: none !important;
  }

  .mobile-menu-nav > ul {
    background-color: white;
    list-style-type: none;
    opacity: 1;
    padding: 0 0.7rem 0 0;
    line-height: 2rem;
  }

  .mobile-menu-nav > ul > li {
    background-color: white;
    list-style-type: none;
  }

  .mobile-menu-nav > ul > li > a {
    color: #c81e1e;
    font-family: "Lato";
    font-size: 2rem;
    background-image: none !important;
    transition: none !important;
    text-decoration: none;
    opacity: 1;
  }

  .mobile-menu-nav > ul > li > a:hover {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }

  .mobile-menu-nav > ul > li > a:focus {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }

  .mobile-menu-nav > ul > li > a:active {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }

  /* Search bar styling */
  .mobile-menu-nav > ul > li > form {
    display: block;
    margin-top: 2rem;
    margin-left: 0;
  }

  .mobile-menu-nav > ul > li > form input.prompt {
    border: 1px solid #c81e1e;
    border-radius: 10px;
    padding: 5px;
    color: #c81e1e;
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    font-family: "Lato";
    vertical-align: middle;
    display: inline-block;
    position: relative;
  }

  .mobile-menu-nav > ul > li > form input.prompt::placeholder {
    color: #c81e1e;
  }

  .mobile-menu-nav > ul > li > form input.prompt:focus::placeholder {
    color: transparent;
  }

  .mobile-menu-nav > ul > li > form button {
    border: 0;
    background-color: #fff;
    display: inline-block;
  }

  .mobile-menu-nav > ul > li > .fas.fa-search {
    color: #c81e1e;
    font-size: 1rem;
    vertical-align: middle;
  }

  .mobile-menu-nav > ul > li > .fas.fa-search:before {
    color: #c81e1e;
    font-size: 1rem;
    vertical-align: middle;
  }
}
@media screen and (min-width: 501px) and (max-width: 1175px) {
  /* Mobile nav menu */
  .topnav {
    display: none;
  }

  .navbar {
    display: grid;
    grid-row: 1;
    grid-column: 1/3;
    position: sticky;
    top: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 4;
  }

  .mobilenav {
    display: grid;
    width: 100vw;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    padding: 0;
    top: 0;
    margin-top: 0;
    height: 65px;
    position: sticky;
    z-index: 5;
  }

  .mobilenav-left {
    grid-column: 1;
    position: absolute;
    display: inline-grid;
    align-self: center;
    align-content: center;
    align-items: center;
    padding-left: 0.7rem;
    background-color: white;
  }

  .mobilenav-left p {
    display: inline-block;
    font-family: "Futura PT", "Jost", "Lato", sans-serif;
    font-weight: 200;
    font-size: calc(1.5rem + (32 - 24) * ((100vw - 501px) / (1175 - 501)));
    min-height: 0vw;
    letter-spacing: 0.1rem;
    padding: 0.7rem 0 0 0;
    color: #c81e1e;
    text-align: left;
    align-self: center;
  }

  .mobilenav-left p > a {
    background-image: none;
    transition: none;
  }
  .mobilenav-left p > a:hover, .mobilenav-left p > a:active, .mobilenav-left p > a:focus {
    background-image: none;
    transition: none;
  }

  .mobilenav-menu {
    grid-column: 2;
    align-self: center;
    justify-self: right;
    padding: 0.7rem;
    background-color: white;
    z-index: 7000;
  }

  #mobileMenu {
    float: right;
    z-index: 99999;
    position: fixed;
    overflow: hidden;
    visibility: hidden;
  }

  .mobile-menu-nav {
    visibility: hidden;
  }

  .mobile-menu-nav-open {
    visibility: visible;
    position: static;
    overflow: hidden;
    display: block;
    right: 0;
    left: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    text-align: right;
    visibility: visible;
    background-color: white;
    z-index: 999999;
    transition: none !important;
  }

  .mobile-menu-nav > ul {
    background-color: white;
    list-style-type: none;
    opacity: 1;
    padding: 0 0.7rem 0 0;
    line-height: 2rem;
  }

  .mobile-menu-nav > ul > li {
    background-color: white;
    list-style-type: none;
  }

  .mobile-menu-nav > ul > li > a {
    display: inline-flex;
    color: #c81e1e;
    font-family: "Lato";
    font-size: 2rem;
    background-image: none !important;
    transition: none !important;
    text-decoration: none;
    opacity: 1;
  }

  .mobile-menu-nav > ul > li > a:hover {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }

  .mobile-menu-nav > ul > li > a:focus {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }

  .mobile-menu-nav > ul > li > a:active {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }

  /* Search bar styling */
  .mobile-menu-nav > ul > li > form {
    display: block;
    margin-top: 2rem;
    margin-left: 0;
  }

  .mobile-menu-nav > ul > li > form input.prompt {
    border: 1px solid #c81e1e;
    border-radius: 10px;
    padding: 5px;
    color: #c81e1e;
    width: 25%;
    font-weight: 300;
    font-size: 16px;
    font-family: "Lato";
    vertical-align: middle;
    display: inline-block;
    position: relative;
  }

  .mobile-menu-nav > ul > li > form input.prompt::placeholder {
    color: #c81e1e;
  }

  .mobile-menu-nav > ul > li > form input.prompt:focus::placeholder {
    color: transparent;
  }

  .mobile-menu-nav > ul > li > form button {
    border: 0;
    background-color: #fff;
    display: inline-block;
  }

  .mobile-menu-nav > ul > li > .fas.fa-search {
    color: #c81e1e;
    font-size: 2rem;
    vertical-align: middle;
  }

  .mobile-menu-nav > ul > li > .fas.fa-search:before {
    color: #c81e1e;
    font-size: 2rem;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1800px) {
  /* Top navigation bar */
  .navbar {
    display: grid;
    grid-row: 1;
    grid-column: 1/3;
    position: sticky;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100px;
    z-index: 4;
  }

  .topnav {
    background-color: #ffffff;
    display: grid;
    grid-template-columns: auto 1fr 2fr;
    padding: 0;
    margin: auto;
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    z-index: 5;
  }

  .topnav-left {
    display: flex;
    width: 100px;
    height: 100%;
    grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    align-self: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .topnav-text {
    display: inline-block;
    grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    align-items: center;
    padding: 0;
  }

  .topnav-text p {
    display: block;
    font-family: "Futura PT", "Jost", "Lato", sans-serif;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    color: #c81e1e;
    padding-left: 0.5rem;
    text-align: left;
    align-self: center;
  }

  .topnav-text p > a {
    background-image: none;
    transition: none;
  }
  .topnav-text p > a:hover, .topnav-text p > a:active, .topnav-text p > a:focus {
    background-image: none;
    transition: none;
  }

  .spacer {
    display: flex;
    background-color: #fff;
  }

  .topnav-menu {
    display: flex;
    grid-column: 3;
    justify-content: flex-end;
    text-align: right;
    align-self: center;
    z-index: inherit;
  }

  .topnav-left span {
    width: 100px;
    height: 100px;
    position: relative;
    left: 50%;
    margin-left: -50px;
    background: rgba(255, 255, 255, 0);
  }

  .topnav-left i:before {
    content: "NS.";
  }

  .topnav-left i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 50%;
    border: 5px solid #fff;
    text-align: center;
    line-height: 80px;
    font-family: "Futura PT", "Jost", "Lato", sans-serif;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: 2rem;
    color: #fff;
    background-color: #c81e1e;
  }

  /* Nav bar link styles */
  .topnav-menu nav a {
    text-decoration: none;
    position: relative;
    color: #c81e1e;
    padding-bottom: 2px;
    padding-right: 0;
    cursor: pointer;
    background-image: linear-gradient(black, black);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    font-size: 1.06rem;
    font-family: Lato;
    font-weight: 300;
    margin-right: 16px;
    background-color: white;
    transition: all 0.3s ease-in-out 0s;
  }

  .topnav nav a:hover, a:focus {
    background-size: 100% 1px;
    transition: all 0.3s ease-in-out 0s;
  }

  .topnav .fas.fa-search {
    color: #c81e1e;
    font-size: 1.2rem;
    vertical-align: middle;
  }

  .topnav .fas.fa-search:before {
    color: #c81e1e;
    font-size: 1.2rem;
    vertical-align: middle;
  }

  /* Hide mobile nav */
  .mobilenav {
    display: none;
  }

  #mobileMenu {
    display: none;
  }
}
@media screen and (min-width: 1800px) {
  /* Top navigation bar */
  .navbar {
    display: grid;
    grid-row: 1;
    grid-column: 1/3;
    position: sticky;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 110px;
    z-index: 4;
  }

  .topnav {
    background-color: #ffffff;
    display: grid;
    grid-template-columns: auto 1fr 2fr;
    padding: 0;
    margin: auto;
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    z-index: 5;
  }

  .topnav-left {
    display: flex;
    width: 150px;
    height: 100%;
    grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    align-self: center;
    align-items: center;
    padding: 0;
    margin: 1vw;
  }

  .topnav-text {
    display: inline-block;
    grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    align-items: center;
    padding: 0;
  }

  .topnav-text p {
    display: block;
    font-family: "Futura PT", "Jost", "Lato", sans-serif;
    font-weight: 200;
    font-size: 3rem;
    letter-spacing: 0.1rem;
    color: #c81e1e;
    padding-left: 1rem;
    text-align: left;
    align-self: center;
  }

  .topnav-text p > a {
    background-image: none;
    transition: none;
  }
  .topnav-text p > a:hover, .topnav-text p > a:active, .topnav-text p > a:focus {
    background-image: none;
    transition: none;
  }

  .spacer {
    display: flex;
    background-color: #fff;
  }

  .topnav-menu {
    display: flex;
    justify-content: flex-end;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-column: 3;
    text-align: right;
    align-self: center;
    align-content: center;
    align-items: center;
    vertical-align: middle;
    z-index: inherit;
  }

  .topnav-left span {
    width: 150px;
    height: 150px;
    position: relative;
    left: 50%;
    margin-left: -50px;
    background: rgba(255, 255, 255, 0);
  }

  .topnav-left i:before {
    content: "NS.";
  }

  .topnav-left i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 50%;
    border: 5px solid #fff;
    text-align: center;
    line-height: 128px;
    font-family: "Futura PT", "Jost", "Lato", sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 4rem;
    color: #fff;
    background-color: #c81e1e;
  }

  /* Nav bar link styles */
  .topnav-menu nav a {
    text-decoration: none;
    position: relative;
    color: #c81e1e;
    padding-bottom: 2px;
    cursor: pointer;
    background-image: linear-gradient(black, black);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    font-size: 2.3rem;
    font-family: Lato;
    font-weight: 300;
    margin-right: 16px;
    background-color: white;
    transition: all 0.3s ease-in-out 0s;
  }

  .topnav nav a:hover, a:focus {
    background-size: 100% 1px;
    transition: all 0.3s ease-in-out 0s;
  }

  .topnav .fas.fa-search {
    color: #c81e1e;
    font-size: 1.2rem;
    vertical-align: middle;
  }

  .topnav .fas.fa-search:before {
    color: #c81e1e;
    font-size: 1.2rem;
    vertical-align: middle;
  }
}
/* Hide from smaller screens */
@media screen and (max-width: 849px) {
  .info-dropdown-content {
    display: none;
  }
}
/* Dropdown styling begins */
@media screen and (min-width: 1176px) and (max-width: 1800px) {
  .info-dropdown-content {
    display: none;
    position: absolute;
    width: 220px;
    overflow: hidden;
    margin-top: 0;
    top: 30px;
    text-align: center;
    margin-left: -75px;
    padding-top: 0;
    padding-bottom: 10px;
    transition: max-height 2s ease;
    z-index: 8000;
  }

  .info-dropdown-content ul {
    list-style-type: none;
    overflow: auto;
    background-color: white;
    font-family: "Lato";
    font-size: 1.06rem;
    font-weight: 300;
    padding-inline-start: 0;
    z-index: inherit;
    box-shadow: 5px 5px 10px -2px rgba(89, 61, 61, 0.35);
    margin-right: 2px;
  }

  .info-dropdown-content li {
    list-style-type: none;
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-top: 0.5rem;
    padding-left: 7px;
    margin-right: 0;
    border-left: 5px solid;
    transition: all 1s ease;
    font-family: "Lato";
    font-size: 2rem;
    font-weight: 300;
    background-color: #fff;
  }
  .info-dropdown-content li:hover {
    border-left: 5px solid #593d3d;
    transition: all 1s ease;
    background-color: #fff;
  }

  .info-dropdown-content li:nth-of-type(1) {
    border-color: #c81e1e;
  }

  .info-dropdown-content li:nth-of-type(2) {
    border-color: #ffa200;
  }

  .info-dropdown-content li:nth-of-type(3) {
    border-color: #2a5ba0;
  }

  .info-dropdown-content li:nth-of-type(4) {
    border-color: #c81e1e;
  }

  .info-dropdown-content a {
    background-color: #fff;
    background-image: none !important;
    font-family: "Lato";
    font-size: 1.06rem;
    font-weight: 300;
    color: #c81e1e;
    display: block;
    cursor: pointer;
    transition: all 1s ease;
  }
  .info-dropdown-content a:hover {
    transition: all 1s ease;
    background-color: #fff;
    color: #593d3d;
    background-image: none !important;
  }

  .vh {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }

  [data-menu-component] {
    position: relative;
    display: inline-block;
  }

  .info-menu-toggle {
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #c81e1e;
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    background-image: linear-gradient(black, black);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    font-size: 1.06rem;
    font-family: Lato;
    font-weight: 300;
    margin-right: 16px;
    background-color: white;
    transition: all 0.3s ease-in-out 0s;
  }
  .info-menu-toggle:visited {
    background-size: 0% 1px;
    transition: all 0.3s ease-in-out 0s;
  }
  .info-menu-toggle:hover {
    background-size: 100% 1px;
    transition: all 0.3s ease-in-out 0s;
  }
  .info-menu-toggle:active, .info-menu-toggle:focus, .info-menu-toggle:focus-within {
    background-size: 0% 1px;
    transition: all 0.3s ease-in-out 0s;
  }

  [data-opens-menu], [role=menu] a {
    text-decoration: none;
    position: relative;
    color: #c81e1e;
    padding-bottom: 2px;
    cursor: pointer;
    background-image: linear-gradient(black, black);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    font-size: 1.06rem;
    font-family: Lato;
    font-weight: 300;
    margin-right: 16px;
    background-color: white;
    transition: all 0.3s ease-in-out 0s;
  }

  [type=checkbox]:focus + [data-opens-menu], [role=menu] a:focus {
    background-size: 100% 1px;
    transition: all 0.3s ease-in-out 0s;
    outline: inherit;
  }

  :checked + label .expanded-text {
    display: inline;
  }

  :checked + label .collapsed-text {
    display: none;
  }

  [type=checkbox]:not(:checked) + label .expanded-text {
    display: none;
  }

  [type=checkbox]:not(:checked) + label .collapsed-text {
    display: inline;
  }

  :checked ~ [role=menu] {
    display: block;
  }

  [data-menu-origin=right] {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1800px) {
  .info-dropdown-content {
    display: none;
    position: absolute;
    width: 495px;
    overflow: hidden;
    margin-top: 0;
    top: 30px;
    text-align: center;
    margin-left: -250px;
    padding-top: 0;
    padding-bottom: 10px;
    transition: max-height 2s ease;
    z-index: 8000;
  }

  .info-dropdown-content ul {
    list-style-type: none;
    overflow: auto;
    background-color: white;
    font-family: "Lato";
    font-size: calc(1.7rem + (2 - 1.7) * ((100vw - 112.5rem) / (128.5 - 112.5)));
    min-height: 0vw;
    font-weight: 300;
    padding-inline-start: 0;
    z-index: inherit;
    box-shadow: 5px 5px 10px -2px rgba(89, 61, 61, 0.35);
    margin-right: 2px;
  }

  .info-dropdown-content li {
    list-style-type: none;
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-top: 0.5rem;
    padding-left: 10px;
    margin-right: 0;
    border-left: 10px solid;
    transition: all 1s ease;
    font-family: "Lato";
    font-size: calc(1.7rem + (2 - 1.7) * ((100vw - 112.5rem) / (128.5 - 112.5)));
    min-height: 0vw;
    font-weight: 300;
    background-color: #fff;
  }
  .info-dropdown-content li:hover {
    border-left: 10px solid #593d3d;
    transition: all 1s ease;
    background-color: #fff;
  }

  .info-dropdown-content li:nth-of-type(1) {
    border-color: #c81e1e;
  }

  .info-dropdown-content li:nth-of-type(2) {
    border-color: #ffa200;
  }

  .info-dropdown-content li:nth-of-type(3) {
    border-color: #2a5ba0;
  }

  .info-dropdown-content li:nth-of-type(4) {
    border-color: #c81e1e;
  }

  .info-dropdown-content a {
    background-color: #fff;
    background-image: none !important;
    font-family: "Lato";
    font-size: calc(1.7rem + (2 - 1.7) * ((100vw - 112.5rem) / (128.5 - 112.5)));
    min-height: 0vw;
    font-weight: 300;
    color: #c81e1e;
    display: block;
    cursor: pointer;
    transition: all 1s ease;
  }
  .info-dropdown-content a:hover {
    transition: all 1s ease;
    background-color: #fff;
    color: #593d3d;
    background-image: none !important;
  }

  .vh {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }

  [data-menu-component] {
    position: relative;
    display: inline-block;
  }

  .info-menu-toggle {
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #c81e1e;
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    background-image: linear-gradient(black, black);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    font-size: 1.06rem;
    font-family: Lato;
    font-weight: 300;
    margin-right: 16px;
    background-color: white;
    transition: all 0.3s ease-in-out 0s;
  }
  .info-menu-toggle:visited {
    background-size: 0% 1px;
    transition: all 0.3s ease-in-out 0s;
  }
  .info-menu-toggle:hover {
    background-size: 100% 1px;
    transition: all 0.3s ease-in-out 0s;
  }
  .info-menu-toggle:active, .info-menu-toggle:focus, .info-menu-toggle:focus-within {
    background-size: 0% 1px;
    transition: all 0.3s ease-in-out 0s;
  }

  [data-opens-menu], [role=menu] a {
    text-decoration: none;
    position: relative;
    color: #c81e1e;
    padding-bottom: 2px;
    cursor: pointer;
    background-image: linear-gradient(black, black);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    font-size: 2.3rem;
    font-family: Lato;
    font-weight: 300;
    margin-right: 16px;
    background-color: white;
    transition: all 0.3s ease-in-out 0s;
  }

  [type=checkbox]:focus + [data-opens-menu], [role=menu] a:focus {
    background-size: 100% 1px;
    transition: all 0.3s ease-in-out 0s;
    outline: inherit;
  }

  :checked + label .expanded-text {
    display: inline;
  }

  :checked + label .collapsed-text {
    display: none;
  }

  [type=checkbox]:not(:checked) + label .expanded-text {
    display: none;
  }

  [type=checkbox]:not(:checked) + label .collapsed-text {
    display: inline;
  }

  :checked ~ [role=menu] {
    display: block;
  }

  [data-menu-origin=right] {
    left: auto;
    right: 0;
  }

  /* Hide mobile nav */
  .mobilenav {
    display: none;
  }

  #mobileMenu {
    display: none;
  }
}
@media screen and (max-height: 450px) and (orientation: landscape) {
  .mobilenav-menu a {
    font-size: 1.2rem;
  }

  .mobilenav-menu nav ul li {
    background-color: white;
    list-style-type: none;
    opacity: 1;
    padding: 0 0.7rem 0 0;
    line-height: 1.5rem;
  }

  .mobilenav-menu ul li form {
    display: block;
    margin-top: 0.2rem;
  }
}
.hamburger {
  float: right;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  background-color: #c81e1e;
  border-radius: 50%;
  padding: 15px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin: auto;
  right: 7px;
  left: 7px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 15px;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -5px;
}

.hamburger-inner::after {
  bottom: -5px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Hide from smaller screens */
@media screen and (max-width: 849px) {
  .search-form .search-field .search-field:focus .search-submit .search-form input {
    display: none;
  }

  input.search-field {
    display: none;
  }

  input.search-submit {
    display: none;
  }
}
@media screen and (min-width: 850px) and (max-width: 1440px) {
  .search-form {
    position: relative;
    display: inline-block;
  }

  .search-field {
    background-color: transparent;
    background-image: url(../img/lnr-magnifier.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
  }

  .search-field:focus {
    border: 1px solid #c81e1e;
    border-radius: 10px;
    color: #c81e1e;
    font: 300 16px Lato;
    vertical-align: middle;
    outline: 0;
    width: 230px;
  }

  .search-submit {
    display: none;
    margin: 0;
    padding: 0;
  }

  .search-form input[type=search] {
    -webkit-appearance: textfield;
  }

  .search-form input[type=search-submit] {
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1441px) {
  .search-form {
    position: relative;
    display: inline-block;
    top: -0.4rem;
  }

  .search-field {
    background-color: transparent;
    background-image: url(../img/lnr-magnifier.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    border: none;
    cursor: pointer;
    height: 75px;
    margin: 0;
    padding: 10px 10px 10px 80px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
  }

  .search-field:focus {
    border: 1px solid #c81e1e;
    border-radius: 10px;
    color: #c81e1e;
    font-size: 2rem;
    min-height: 0vw;
    font-weight: 300;
    font-family: "Lato";
    vertical-align: middle;
    width: calc(25rem + (450 - 400) * ((100vw - 1441px) / (2056 - 1441)));
    min-height: 0vw;
  }

  .search-submit {
    display: none;
  }

  .search-form input[type=search] {
    -webkit-appearance: textfield;
  }
}
.bigfoot-footnote__button {
  position: relative;
  z-index: 2;
  top: -0.5em;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  padding: 0.35em;
  margin: 0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  background-color: #c81e1e;
  backface-visibility: hidden;
  transition: background-color 0.3s ease-in-out 0.3s;
  font-size: 1rem;
  font-color: #fff;
  line-height: 0;
  vertical-align: middle;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition-property: background-color;
  transition-duration: 0.25s ease-in-out;
}
.bigfoot-footnote__button:hover, .bigfoot-footnote__button:focus {
  outline: none;
  background-color: black;
  transition: background-color 0.3s ease-in-out 0.3s;
}
.bigfoot-footnote__button:active {
  background-color: black;
  transition: background-color 0.3s ease-in-out 0.3s;
}
.bigfoot-footnote__button.is-active {
  background-color: #c81e1e;
  transition-delay: 0.3s;
}
.bigfoot-footnote__button:after {
  content: "";
  display: table;
  clear: both;
}

.bigfoot-footnote__button__circle {
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.25em;
  float: left;
}
.bigfoot-footnote__button__circle:last-child {
  margin-right: 0;
}

.bigfoot-footnote__container {
  display: inline-block;
  position: relative;
  text-indent: 0;
}

@media not print {
  .footnote-print-only {
    display: none !important;
  }
}
@media print {
  .bigfoot-footnote,
.bigfoot-footnote__button {
    display: none !important;
  }
}
.bigfoot-footnote {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  max-width: 75%;
  margin: 1.9692388156em 0;
  background: #fafafa;
  opacity: 0;
  border-radius: 0.5em;
  border: 1px solid #c81e1e;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  line-height: 0;
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transform: scale(0.1) translateZ(0);
  transform-origin: 50% 0;
}
.bigfoot-footnote.is-positioned-top {
  top: auto;
  bottom: 0;
}
.bigfoot-footnote.is-active {
  transform: scale(1) translateZ(0);
  opacity: 0.97;
}
.bigfoot-footnote.is-bottom-fixed {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  transform: translateY(100%);
  width: 100%;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  border-width: 1px 0 0;
  transition: transform 0.3s ease;
}
.bigfoot-footnote.is-bottom-fixed.is-active {
  transform: translateY(0);
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper {
  margin: 0 0 0 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper,
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__content {
  border-radius: 0;
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__tooltip {
  display: none;
}
.bigfoot-footnote.is-scrollable:after {
  content: "";
  position: absolute;
  bottom: -0.0625em;
  left: -0.0625em;
  z-index: 6;
  display: block;
  height: 0.78125em;
  width: 0.625em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTIgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4iPgogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgICAgICA8cGF0aCBkPSJNNSwwIEw1LDExLjUiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsNy41IEw1LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjUsNy41IEw5LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCAxMC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTcuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
  background-size: cover;
  opacity: 0.1;
  transition-properties: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before, .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 7;
  left: 0;
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before {
  top: -1px;
  height: 1.1em;
  border-radius: 0.5em 0.5em 0 0;
  background-image: linear-gradient(to bottom, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
  bottom: -1px;
  height: 1.2em;
  border-radius: 0 0 0.5em 0.5em;
  background-image: linear-gradient(to top, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
}
.bigfoot-footnote.is-scrollable ::-webkit-scrollbar {
  display: none;
}
.bigfoot-footnote.is-fully-scrolled:after, .bigfoot-footnote.is-fully-scrolled:before {
  opacity: 0;
  transition-delay: 0;
}

.bigfoot-footnote__wrapper {
  position: relative;
  z-index: 9;
  width: 20em;
  display: inline-block;
  box-sizing: inherit;
  overflow: hidden;
  margin: 0;
  background-color: #fafafa;
  border-radius: 0.5em;
  line-height: 0;
}

.bigfoot-footnote__content {
  position: relative;
  z-index: 3;
  display: inline-block;
  max-height: 15em;
  padding: 1.1em 0.5em 1.2em;
  box-sizing: inherit;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
  border-radius: 0.5em;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: normal;
}
.bigfoot-footnote__content img {
  max-width: 100%;
}
.bigfoot-footnote__content *:last-child {
  margin-bottom: 0 !important;
}
.bigfoot-footnote__content *:first-child {
  margin-top: 0 !important;
}
.bigfoot-footnote__content p {
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.2rem;
  line-height: normal;
  color: #000;
}
.bigfoot-footnote__content p:first-of-type:first-letter {
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.2rem;
  line-height: normal;
  padding-top: 0rem;
  padding-right: 0rem;
  color: #000;
}

@media screen and (max-width: 425px) {
  .bigfoot-footnote__content p {
    font-family: "Lato";
    font-weight: 300;
    font-size: 0.85rem;
    line-height: normal;
    color: #000;
  }

  .bigfoot-footnote__content p:first-of-type:first-letter {
    font-family: "Lato";
    font-weight: 300;
    font-size: 0.85rem;
    line-height: normal;
    padding-top: 0rem;
    padding-right: 0rem;
    color: #000;
  }

  .bigfoot-footnote__wrapper {
    width: 15em;
    max-width: 98%;
  }
}
@media screen and (min-width: 1900px) {
  .bigfoot-footnote__content p {
    font-family: "Lato";
    font-weight: 300;
    font-size: 2rem;
    line-height: normal;
    color: #000;
  }

  .bigfoot-footnote__content p:first-of-type:first-letter {
    font-family: "Lato";
    font-weight: 300;
    font-size: 2rem;
    line-height: normal;
    padding-top: 0rem;
    padding-right: 0rem;
    color: #000;
  }

  .bigfoot-footnote__button {
    font-size: 2rem;
  }
}
.bigfoot-footnote__tooltip {
  position: absolute;
  z-index: 7;
  box-sizing: border-box;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  transform: rotate(45deg);
  background: #fafafa;
  border: 1px solid #c81e1e;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 0;
}
.is-positioned-bottom .bigfoot-footnote__tooltip {
  top: -0.65em;
}
.is-positioned-top .bigfoot-footnote__tooltip {
  bottom: -0.65em;
}

.bigfoot-footnote__button {
  position: relative;
  height: 1em;
  width: 1em;
  border-radius: 50%;
}
.bigfoot-footnote__button:after {
  content: attr(data-footnote-number);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 0.57em;
  font-weight: bold;
  color: white;
  transition: color 0.25s ease;
}
.bigfoot-footnote__button:hover:after, .bigfoot-footnote__button.is-active:after {
  color: white;
}

.bigfoot-footnote__button__circle {
  display: none;
}

html {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
.editions-flex-title-wrapper-fifth-birthday {
  position: relative;
  align-items: center;
  top: -77px;
  border-top: 5px solid #330808;
  padding: unset;
}

.edition-description-fifth-birthday {
  position: static;
  top: 207px;
  margin: auto;
}

.edition-description-fifth-birthday > p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 700;
  font-variant-caps: all-small-caps;
  color: #330808;
  text-shadow: 1px 1px white;
  border: 5px solid #330808;
  border-top: 0;
  background-color: #8CC9C6;
  padding: 0.3rem;
  text-shadow: none;
}

.edition-description-fifth-birthday > p:before {
  content: "Image: Emir Uslu";
}

.edition-description-fifth-birthday > p:first-of-type:first-letter {
  all: inherit;
}

header .fifth-birthday {
  border: 5px solid #330808;
  border-top: none;
  background-color: rgba(8, 148, 141, 0.5);
  padding-bottom: 16px;
}

.fifth-birthday > h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: 0.01rem;
  color: #330808;
  text-shadow: 3px 3px white;
  -webkit-text-stroke: 1px white;
}

.fifth-birthday > h2 {
  font-family: Inter;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #330808;
  text-align: center;
  margin-bottom: 1vh;
}

.fifth-birthday > h3 {
  margin: auto;
  margin-bottom: 1.5rem;
  font-family: Jost;
  font-size: 3rem;
  font-weight: 400;
  color: #330808;
  text-shadow: 2px 2px #fff;
  box-shadow: inset 0 -31px 0 #08948d;
}

.fifth-birthday {
  padding-top: 1rem;
  margin: auto;
}

.fifth-birthday > details > summary {
  box-shadow: inset 0 -23px 0 #8CC9C6;
  font-family: Jost;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.5;
  color: #330808;
}

.fifth-birthday > details > p {
  font-family: Jost;
  font-weight: 200;
  font-size: 2rem;
  line-height: 1.5;
  padding: 1rem 2.2rem;
  color: #330808;
  border-bottom: 1px solid #8CC9C6;
}

.fifth-birthday > details > p > a {
  background-color: #08948d;
  color: #330808;
}

.fifth-birthday details > ul > li > figure > figcaption > h4 {
  border-bottom: 5px solid #330808;
  border-top: 5px solid #330808;
}

.fifth-birthday > details > ul > li {
  border-color: #2b2b44;
}

.fifth-birthday > details > ul > li > figure {
  background: #08948d;
  height: auto;
}

.fifth-birthday > details > ul > li > figure > figcaption {
  background-color: #8CC9C6;
}

.fifth-birthday > details > ul > li > p {
  color: #330808;
}

.fifth-birthday > details > ul > li > p.subtitle {
  text-align: left;
  color: #330808;
  font-weight: 300;
}

.fifth-birthday > details > ul > li > a {
  background-color: #08948d;
  color: #fff;
}

.link-fifth-birthday {
  color: #2b2b44;
  transition: none;
}
.link-fifth-birthday:hover, .link-fifth-birthday:focus {
  background-image: none;
  color: white;
  text-decoration: none;
  transition: none;
}

@media screen and (max-width: 500px) {
  .editions-flex-title-wrapper-fifth-birthday {
    top: -42px;
    margin: auto;
  }

  .fifth-birthday > h1 {
    font-size: 3rem;
    letter-spacing: normal;
    text-shadow: 1px 1px white;
    -webkit-text-stroke: 1px white;
  }

  .fifth-birthday > h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .fifth-birthday > h3 {
    font-size: 2rem;
    box-shadow: inset 0 -20px 0 #08948d;
    margin-bottom: 6vh;
  }

  .fifth-birthday > details > summary {
    font-size: 1.5rem;
    box-shadow: inset 0 -18px 0 #8cc9c6;
  }

  .link-fifth-birthday {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1441px) {
  .editions-flex-title-wrapper-fifth-birthday {
    top: -90px;
    margin: auto;
  }

  header .fifth-birthday {
    width: 60%;
  }

  .fifth-birthday > h1 {
    display: block;
    text-align: center;
    font-size: 6rem;
    letter-spacing: normal;
    text-shadow: 2px 2px white;
    -webkit-text-stroke: 1px white;
  }

  .fifth-birthday > h2 {
    font-size: 3rem;
    font-weight: 700;
  }

  .fifth-birthday > h3 {
    font-size: 4rem;
    box-shadow: inset 0 -43px 0 #08948d;
    margin-bottom: 3rem;
  }

  .fifth-birthday > details > summary {
    font-size: 3rem;
    box-shadow: inset 0 -36px 0 #8cc9c6;
  }

  .link-fifth-birthday {
    font-size: 3rem;
  }

  .edition-description-fifth-birthday > p {
    font-size: 2.2rem;
    margin: auto;
    padding: 1rem;
  }

  .fifth-birthday > details > ul > li > a {
    padding: 1rem;
  }
}

/*# sourceMappingURL=ns_2022_interim.css.map */
