/* Changes to nav. */
#header #header-navigation {
  z-index: 200;
}

#header-navigation nav {
  position: absolute;
  padding: 25px 35px;
}

#header #header-content, #header-navigation nav {
  background-color: white;
  left: 0;
}

#header-buffer {
  height: 132px;
}

html.header_slide #header-navigation nav {
  top: 0;
}

html.header_slide #nav-cover {
  visibility: visible;
  opacity: 1;
}

#header #header-navigation nav ul {
  display: inline-grid;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: repeat(2, 50%);
  grid-auto-flow: column;
  width: 66.6%;
  float: left;
}

#header #header-navigation nav ul > li:last-child {
  display: none;
}

#header #header-navigation nav .newsletter {
  width: 33.3%;
  float: right;
}

#header #header-navigation nav ul li a {
  max-width: 90%;
  margin-bottom: 20px;
}

form#newsletter {
  max-width: 300px;
}

#nav-cover {
  z-index: 100;
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background-color: rgba(14,26,33,.6);
  visibility: hidden;
  opacity: 0;
  transform: opacity;
  transition-delay: 20ms;
  transition:.3s
}

form#newsletter input {
  font-style: normal;
}

form#newsletter input::placeholder {
  color: black;
}

#header #header-navigation form#newsletter input::placeholder {
  color: #c5d8e4;
}

#header #header-navigation form#newsletter input[type="text"],
#header #header-navigation form#newsletter input[type="email"] {
  border-bottom-color: #046695;
}

#header #header-navigation form#newsletter input[type="submit"] {
  background-color: #c5d8e4;
  color: white;
}

form#newsletter input[type="email"] {
  margin-bottom: 10px;
}

#header #header-navigation nav .newsletter h4 {
  color: #046695;
  font-size: 30px !important;
}

#header #header-content, #header-navigation nav > ul > li a {
  font-size: 30px;
  color: #046695;
  font-weight: 700;
  border-bottom: none;
}

#header #header-content, #header-navigation nav > ul > li:first-of-type {
  display:inline-block;
  vertical-align:top;
  width:100%;
}

#header #header-content, #header-navigation nav > ul > li:nth-of-type(2),
#header #header-content, #header-navigation nav > ul > li:nth-of-type(3) {
  display:inline-block;
  vertical-align:top;
  width:100%;
  margin:0;
}

#header #header-navigation #menu-header-navigation, #header #header-navigation .newsletter {
  margin-top: 60px;
}

#header #header-content, #header-navigation nav > ul > li:nth-of-type(4) {
  margin:0;
}

#header .hamburger-wrapper {
  position: relative;
}

#header .hamburger-abs {
  z-index: 1000;
  position: absolute;
  top: 40px;
  right: 40px;
}

#header #hamburger {
    padding: 20px 20px;
    float: right;
    cursor: pointer;
}
#header #hamburger span {
    display: block;
    width: 45px;
    height: 3.5px;
    background-color: #026694;
    position: relative;
    transition: all 0.3s;
}
#header span:before, #header #hamburger span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #026694;
    transition: all 0.3s;
}
#header #hamburger span:before {
    margin-top: -20px;
}
#header #hamburger span:after {
    margin-top: 20px;
}
#header #hamburger.active span {
    background-color: transparent;
}
#header #hamburger.active span:before {
    transform: rotate(45deg);
    top: 20px;
}
#header #hamburger.active span:after {
    transform: rotate(-45deg);
    top: -20px;
}

#barba-wrapper #header-tagline {
  display: none;
}

@media (max-width: 1030px) {
  #header #header-navigation nav ul {
    grid-template-rows: unset;
    grid-template-columns: unset;
    grid-auto-flow: row;
    width: 50%;
  }

  #header #header-navigation nav .newsletter {
    float: left;
  }

  #header .hamburger-abs {
    top: 25px;
  }

  #barba-wrapper #header-tagline {
    width: 100%;
    display: block;
    padding: 0 20px 20px;
    font-size: 17px;
    line-height: 14px;
    line-height: 1.2;
    letter-spacing: 0.25px;
    color: #026694;
    margin: -20px 0 0 0;
  }

  #header #header-tagline {
    display: none;
  }

  #header-content {
    padding: 30px;
  }

  #header #hamburger {
    padding: 11px 0px;
  }
  #header #hamburger span {
    width: 20px;
  }
  #header #hamburger span:before {
    margin-top: 7px;
  }
  #header #hamburger span:after {
    margin-top: -7px;
  }
  #header #hamburger.active span:before {
    top: -7px;
  }
  #header #hamburger.active span:after {
    top: 7px;
  }
}

@media (max-width: 760px) {
  #header #header-navigation nav .newsletter {
    display: none;
  }

  #header #header-navigation nav ul {
    width: 100%;
  }

  #header #header-navigation nav ul > li:last-child {
    display: inline-block;
  }
}

@media screen and (max-width: 420px) {
  #header-navigation nav {
    height: 100vh;
    max-height: 100vh;
  }

  #header #header-content, #header-navigation nav > ul > li a {
    font-size: 25px;
  }
}

/* Changes to tiles on main page. */
.tout.tout-cover.tout-text-only h2.heading {
  font-weight: 500;
}

.tout.tout-cover.tout-text-only .title-small.type-serif-theme strong {
  font-family: Circular;
}

.tout .title-small.type-serif {
  font-family: Circular;
  font-weight: 400;
  text-transform: uppercase;
}

.tout .tout-info h2 {
  margin-bottom: 15px;
}

.tout .tout-info hr {
  max-width: 24px;
  margin: 10px 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .45);
}

.tout:not(.tout-text-only) .tout-info * {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .45);
}

.tout .tout-info span.featured-artist {
  font-style: italic;
}

.tout .tout-tags a.cta.fill {
  color: #0a2530;
  background: rgba(255, 255, 255, .7);
}

.tout.has-post-thumbnail:after {
  /* hex #002340 to rgb(0, 35, 64) */
  background: linear-gradient(rgba(0, 35, 64, .7) 0%, rgba(0, 35, 64, 0) 100%);
}

@media screen and (max-width: 1024px) {
  .tout-text-only h2.heading {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .tout .tout-info .type-serif {
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .tout-tags {
    display: none;
  }

  .grid .g-4-1 {
    width: 100%;
  }
}