@font-face {
  font-family: "Neue Montreal";
  src: url(/inc/font/neue-montreal-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Neue Montreal Medium";
  src: url(/inc/font/neue-montreal-medium.woff2) format("woff2");
}
@font-face {
  font-family: "Neue Montreal Bold";
  src: url(/inc/font/neue-montreal-bold.woff2) format("woff2");
}
@font-face {
  font-family: "Pathway Gothic One";
  src: url(/inc/font/pathway-gothic-one.woff2) format("woff2");
}

html {
  font-family: "Neue Montreal", -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fff;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
}
html * {
  color: #000;
}
body {
}

h1,
h2,
h3,
h4,
h5,
h6,
input {
  font-family: "Neue Montreal Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
h3 {
  margin: 0;
}
p {
  line-height: 1.6rem;
  margin-top: 0;
}
hr {
  border: none;
  border-top: 1px solid #e4e4e4;
  margin: 10px 0;
  padding-bottom: 20px;
}
img {
  max-width: 100%;
}
header,
main,
footer {
  margin: 0;
  padding: 0 22px;
  display: flow-root;
}
a.button {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 1rem;
  font-family: "Neue Montreal Bold", sans-serif;
  padding: 15px 10px;
  text-align: center;
  margin-top: 10px;
  width: 100%;
  text-decoration: none;
}
.sticky-bar.grid-heading.year {
  margin-bottom: 0 !important;
}
.sticky-bar.sub-heading {
  top: 120px !important;
  background: #eee;
  display: flex !important;
  margin: 0 !important;
  justify-content: space-between !important;
}
.sticky-bar.sub-heading a {
  margin: 0 !important;
  display: flex !important;
  justify-content: space-between;
  display: block !important;
  text-decoration: none;
}

ul.keywords {
  margin: 0;
  padding: 0;
}
ul.keywords li {
  display: inline-block;
  margin-right: 8px;
}
ul.keywords li a {
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.5em;
  background: #eee;
  border-radius: 6px;
  padding: 5px 12px;
  color: #333;
  display: inline-block;
}
/* Mobile */
@supports (padding: calc(max(0px))) {
  header,
  main,
  footer,
  .sticky-bar {
    padding-left: calc(max(22px, env(safe-area-inset-left)));
    padding-right: calc(max(22px, env(safe-area-inset-right)));
  }
}

header {
  /* border-bottom: 2px solid #e4e4e4; */
  border-bottom: 1px solid #e4e4e4;
}
header nav {
  display: flex;
  align-items: center;
  height: 72px;
}
header nav .header-logo {
  font-size: 0;
  text-decoration: none;
  min-width: 60px;
}
header nav .header-logo:after {
  font-family: "Pathway Gothic One", sans-serif;
  content: "VR";
  font-size: 2.5rem;
}
header nav .header-logo:before {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  cursor: pointer;
  align-self: center;
  position: absolute;
  margin-left: 38px;
  margin-top: 18px;
}

header nav form {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
header nav form input[type="text"] {
  font-size: 16px;
  height: 42px;
  padding-left: 15px;
  color: #000;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header nav form input[type="text"]::placeholder {
  color: #666;
}
header nav form input:focus {
  height: 40px;
  border: 2px solid #000;
  outline: none;
}
header nav form input[type="submit"] {
  font-size: 0;
  width: 42px;
  height: 42px;
  border: none;
  background: url(/inc/img/icons/search.svg) center center no-repeat;
  background-size: 18px;
  position: absolute;
  right: -2px;
  cursor: pointer;
}
header nav {
  width: 100%;
}
header nav ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

header nav ul li {
  display: none;
}

header nav ul li.login {
  display: flex;
  align-content: center;
}

header nav ul li.login a {
  font-family: "Neue Montreal Bold";
  font-size: 0.9em;
  color: #fff;
  padding-right: 0;
  background: #000;
  padding: 0;
  width: 50px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px;
  margin-left: 10px;
  text-decoration: none;
  align-items: center;
}

.login-button {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  background: #000;
  border-radius: 8px;
}

main {
  margin-top: 1.3em !important;
}

.top-bar main {
  margin-top: 0 !important;
}

.dropdown {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.dropdown a.view-all {
  font-size: 1em;
  text-decoration: none;
}
.dropdown hr {
  margin: 10px 0 0;
  border-color: #e4e4e4;
  padding-bottom: 10px;
}
a.dropdown-toggle.title {
  font-family: "Neue Montreal Bold", sans-serif;
  font-size: 1.17em;
  padding: 0;
}
.dropdown.open .dropdown-menu {
  display: block;
}
.dropdown .dropdown-toggle {
  outline: none;
  background: 0;
  padding: 10px 15px;
  cursor: pointer;
}
.dropdown .dropdown-toggle.title:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  vertical-align: 3px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 11px);
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  background-color: #fff;

  box-shadow: 0px 10px 20px rgb(0 0 0 / 30%);
  border-radius: 8px;
  margin-left: -1px;
  padding: 10px;
}
.dropdown .dropdown-menu > a {
  display: block;
  padding: 0.75rem 1rem;
  color: #222;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 8px;
}
.dropdown .dropdown-menu > a:hover {
  cursor: pointer;
  text-decoration: none;
  background: #f9f9f9;
}

.top-bar .dropdown .dropdown-menu {
  margin-left: -109px;

  top: 46px;
}

.dropdown .dropdown-menu a.selected {
  font-family: "Neue Montreal Bold", sans-serif;
}

footer {
  border-top: 1px solid #ebebeb;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 6em;
  background: #f7f7f7;
  font-size: 0.9em;
}
footer section {
}

footer h4 {
  margin-bottom: 10px;
}
footer ul {
  padding: 0;
  margin-bottom: 25px;
}
footer ul li {
  display: flex;
}
footer ul li a {
  padding: 7px 0;
  text-decoration: none;
}
footer .links {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
@media (min-width: 375px) {
  footer .links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 400px) {
  .top-bar .dropdown .dropdown-menu {
    margin-left: 0px;
  }
}
/* Tablet */
@media (min-width: 728px) {
  @supports (padding: calc(max(0px))) {
    header,
    main,
    footer,
    .sticky-bar {
      padding-left: calc(max(40px, env(safe-area-inset-left)));
      padding-right: calc(max(40px, env(safe-area-inset-right)));
    }
  }
  header nav .header-logo {
    font-size: 0;
    text-decoration: none;
  }
  header nav .header-logo:after {
    font-family: "Pathway Gothic One", sans-serif;
    content: "VR";
    font-size: 2.5rem;
  }

  h3,
  a.dropdown-toggle.title {
    font-size: 1.3em;
  }
}

/* Desktop */
@media (min-width: 1112px) {
  .login-button {
    display: none;
  }
  @supports (padding: calc(max(0px))) {
    header,
    main,
    footer,
    .sticky-bar {
      padding-left: calc(max(40px, env(safe-area-inset-left)));
      padding-right: calc(max(40px, env(safe-area-inset-right)));
    }
  }
  header nav,
  main section,
  footer section {
    max-width: 1340px;
    margin: 0 auto;
  }
  header nav .header-logo:before {
    display: none;
  }
  header nav .header-logo {
    min-width: 46px;
  }
  header nav form {
    width: 350px;
  }
  header nav form input[type="submit"] {
  }
  header nav ul {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  header nav ul li {
    display: flex;
  }
  header nav ul li:nth-child(1) a {
    display: none;
  }
  header nav ul li a {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    height: 72px;
    align-items: center;
    padding-top: 2px;
    text-decoration: none;
    font-family: "Neue Montreal Medium", sans-serif;
  }
  header nav ul li.login a {
    font-family: "Neue Montreal Bold";
    font-size: 0.8em;
    color: #fff;
    padding-right: 0;
    background: #000;
    padding: 0;
    height: 40px;
    padding: 0 18px !important;
    border-radius: 5px;
    margin-left: 5px;
    justify-content: center;
  }
  header nav ul li.login a {
    font-family: "Neue Montreal Bold";
    font-size: 0.8em;
    color: #fff;
    padding-right: 0;
    background: #000;
    padding: 0;
    height: 40px;
    padding: 0 10px !important;
    border-radius: 5px;
    margin-left: 5px;
    justify-content: center;
  }

  header nav ul li a:hover {
    border-top: 2px solid #000;
    padding-top: 0;
  }
  header nav ul li.login a:hover {
    background: #222;
    border: none;
  }

  footer .links {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  footer .links section {
    margin: 0;
  }
}
