#top-bar {
  position: relative;
  background: #000;
  width: 100%;
  height: 4vw;
  font-family: 'Stag Web', Arial, sans-serif;
  font-weight: 300;
  font-size: .78rem;
  line-height: 1.9rem;
  margin: 0 auto 0 auto;
  color: #fff; }
  #top-bar a {
    color: #42afcb; }
  #top-bar #tagline {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    left: 2.5vw; }
  #top-bar #social-links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5vw; }

#masthead {
  position: relative;
  background: #191919;
  width: 100%;
  height: 10vw;
  margin: 0 auto 30px auto;
  z-index: 9999; }
  #masthead #logo {
    position: absolute;
    top: 50%;
    left: 2.5vw;
    transform: translateY(-50%);
    height: 2.5vw; }
    #masthead #logo svg {
      fill: #fff;
      height: 100%;
      width: auto; }
      #masthead #logo svg:hover {
        fill: #888; }
  #masthead #nav-links {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    list-style: none;
    padding: 0; }
    #masthead #nav-links li {
      float: left;
      padding: 0;
      line-height: 1;
      margin: 0 2vw; }
      #masthead #nav-links li a {
        position: relative;
        display: block;
        font-family: 'Stag Web', Arial, sans-serif;
        font-weight: 300;
        font-size: 1.2rem; }
        #masthead #nav-links li a:hover {
          color: #fff !important; }
        #masthead #nav-links li a:after {
          display: block;
          position: absolute;
          top: 25px;
          font-size: .75rem;
          left: 50%;
          transform: translateX(-50%);
          white-space: nowrap; }
    #masthead #nav-links li.nav-notes a {
      color: #f8bf7c; }
      #masthead #nav-links li.nav-notes a:hover:after {
        content: "Noteworthy Images"; }
    #masthead #nav-links li.nav-salon a {
      color: #4fd7f9; }
      #masthead #nav-links li.nav-salon a:hover:after {
        content: "On Point Discussion"; }
    #masthead #nav-links li.nav-originals a {
      color: #fe7679; }
      #masthead #nav-links li.nav-originals a:hover:after {
        content: "Original Photojournalism"; }
  #masthead #about-links ul {
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    list-style: none;
    padding: 0; }
  #masthead #about-links li.menu-item {
    display: none; }
    #masthead #about-links li.menu-item:nth-child(1) {
      display: block; }
    #masthead #about-links li.menu-item:nth-child(2) {
      display: block; }
    #masthead #about-links li.menu-item:nth-child(3) {
      display: block; }
  #masthead #about-links li {
    position: relative;
    float: left;
    height: 6vw;
    line-height: 6vw;
    margin: 0 1vw;
    padding: 0; }
    #masthead #about-links li a {
      display: block;
      font-family: 'Stag Web', Arial, sans-serif;
      font-weight: 300;
      font-size: .8rem;
      color: #888; }
      #masthead #about-links li a:hover {
        color: #fff !important; }
  #masthead #about-links li.today .date {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    padding: 0.5vw 2vw;
    font-family: 'Stag Web', Arial, sans-serif;
    font-weight: 700;
    line-height: 1rem;
    font-size: .9rem;
    text-align: center;
    color: #888; }
  #masthead .search-button {
    position: absolute;
    right: 2.5vw;
    top: 50%;
    transform: translateY(-50%); }
    #masthead .search-button svg {
      fill: #fff;
      display: block;
      width: 2vw; }
      #masthead .search-button svg:hover {
        fill: #888; }
  #masthead .menu-toggle {
    display: none; }

#search-bar {
  background: #191919;
  position: relative;
  height: 10vw;
  margin: 0;
  padding: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0; }
  #search-bar form {
    position: absolute;
    top: 50%;
    left: 2.5vw;
    right: 2.5vw;
    transform: translateY(-50%); }
    #search-bar form input {
      display: block;
      height: 5vw;
      background: #191919;
      font-family: 'Stag Web', Arial, sans-serif;
      font-weight: 300;
      border: none;
      border-radius: 0; }
      #search-bar form input:focus {
        outline: 0; }
    #search-bar form input[type=text] {
      width: 75vw;
      font-size: 3rem;
      color: #888;
      float: left; }
    #search-bar form .submit-btn {
      float: right; }
      #search-bar form .submit-btn input[type=submit] {
        float: left;
        font-size: .9rem;
        text-transform: none;
        border-right: 1px solid #888;
        padding: 0 2.5vw;
        margin: 0 2.5vw 0 0; }
      #search-bar form .submit-btn svg {
        float: left;
        fill: #42afcb;
        height: 2vw;
        margin: 1.5vw 0 0;
        cursor: pointer; }

body#notes li.nav-notes a {
  color: #fff !important; }

body#salon li.nav-salon a {
  color: #fff !important; }

body#originals li.nav-originals a {
  color: #fff !important; }

.menu-open {
  overflow: hidden; }
  .menu-open #masthead #about-links {
    opacity: 1;
    visibility: visible; }

.intro {
  background: #fff;
  padding: 20px 40px;
  margin: 0 0 20px; }
  .intro h2 {
    margin: 0 -40px 40px; }

.media-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 0 20px; }
  .media-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
    border: none; }
  .media-responsive object {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
    border: none; }
  .media-responsive embed {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
    border: none; }

@media screen and (max-width: 1088px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
    *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    *:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  body {
    position: relative;
    height: 100%;
    min-width: 100%; }
  html {
    position: relative;
    height: 100%;
    min-width: 100%; }
  h1:before {
    display: none; }
  .core {
    width: 100% !important; }
    .core #content {
      width: 100%;
      padding: 2.5vw; }
      .core #content #wrap {
        margin: 0; }
        .core #content #wrap .intro {
          padding: 1.25vw 2.5vw;
          margin: 0 0 2.5vw; }
          .core #content #wrap .intro h2 {
            margin: 0 -2.5vw 20px; }
  #originals #entry {
    padding: 4vw;
    margin-bottom: 2.5vw; }
    #originals #entry h1 {
      margin: 1.25vw 0 2.5vw; }
    #originals #entry .image {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0; }
      #originals #entry .image img {
        display: block;
        width: 100% !important;
        height: auto;
        margin: 0; }
    #originals #entry .excerpt {
      width: 65vw;
      margin: 2.5vw 0 0 0;
      padding: 0 2.5vw; }
    #originals #entry .meta {
      width: 22vw;
      margin: 2.5vw 0 0 0;
      padding: 0 0 0 2.5vw; }
      #originals #entry .meta .count {
        height: auto; }
  #originals #entry.single-original {
    padding: 2.5vw 12vw; }
    #originals #entry.single-original img {
      display: block;
      width: calc(100% + 16vw) !important;
      margin: 0 -8vw !important; }
  #originals h2.archive-title {
    margin: 2.5vw 0; }
  #originals #twocol {
    margin: 0 0 -2.5vw 0; }
    #originals #twocol li {
      width: 30vw;
      margin: 0 2.5vw 2.5vw 0;
      padding: 2.5vw; }
      #originals #twocol li .overlay {
        width: calc(100% + 5vw) !important;
        margin: -2.5vw -2.5vw 2.5vw;
        height: 200px; }
      #originals #twocol li .info {
        width: 100% !important;
        height: 200px !important;
        padding: 2.5vw !important; }
      #originals #twocol li:nth-child(even) {
        margin: 0 0 2.5vw 0; }
  #originals #main h2.archive-title {
    margin: 0 0 2.5vw; }
  #salon #entry {
    padding: 4vw;
    margin-bottom: 2.5vw; }
    #salon #entry h1 {
      margin: 1.25vw 0 2.5vw; }
    #salon #entry .image {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0; }
      #salon #entry .image img {
        display: block;
        width: 100% !important;
        height: auto;
        margin: 0; }
    #salon #entry .excerpt {
      width: 65vw;
      margin: 2.5vw 0 0 0;
      padding: 0 2.5vw; }
    #salon #entry .meta {
      width: 22vw;
      margin: 2.5vw 0 0 0;
      padding: 0 0 0 2.5vw; }
      #salon #entry .meta .count {
        height: auto; }
  #salon #entry.single-salon {
    padding: 2.5vw 12vw; }
    #salon #entry.single-salon img {
      display: block;
      width: calc(100% + 16vw) !important;
      margin: 0 -8vw !important; }
    #salon #entry.single-salon h2 {
      border-top: 20px solid #f3f3f3;
      margin: 0 -12vw 30px -12vw;
      padding: 20px 0 0 0; }
    #salon #entry.single-salon .article-slideshow {
      position: relative; }
      #salon #entry.single-salon .article-slideshow .slideshow-imgs {
        width: 100%; }
      #salon #entry.single-salon .article-slideshow .panel {
        width: 100%; }
      #salon #entry.single-salon .article-slideshow .slideshow-image {
        position: relative;
        width: 100%;
        height: 40vw;
        overflow: hidden; }
        #salon #entry.single-salon .article-slideshow .slideshow-image img {
          position: absolute;
          left: 50%;
          top: 0;
          height: 100% !important;
          width: auto !important;
          margin: 0 !important;
          transform: translateX(-50%); }
      #salon #entry.single-salon .article-slideshow .caption {
        padding: 2.5vw 0 0 140px !important; }
      #salon #entry.single-salon .article-slideshow .credit {
        top: 42.5vw; }
      #salon #entry.single-salon .article-slideshow .pager {
        top: 50vw;
        left: 36px; }
  #salon h2.archive-title {
    margin: 2.5vw 0; }
  #salon #twocol {
    margin: 0 0 -2.5vw 0; }
    #salon #twocol li {
      width: 30vw;
      margin: 0 2.5vw 2.5vw 0;
      padding: 2.5vw; }
      #salon #twocol li .overlay {
        width: calc(100% + 5vw) !important;
        margin: -2.5vw -2.5vw 2.5vw;
        height: 200px; }
      #salon #twocol li .info {
        width: 100% !important;
        height: 200px !important;
        padding: 2.5vw !important; }
      #salon #twocol li:nth-child(even) {
        margin: 0 0 2.5vw; }
  #salon #main h2.archive-title {
    margin: 0 0 2.5vw; }
  #main {
    width: 62.5vw; }
    #main #entry {
      padding: 2.5vw;
      margin-bottom: 2.5vw; }
      #main #entry .image {
        width: calc(100% + 5vw);
        margin: 0 -2.5vw 2.5vw; }
        #main #entry .image img {
          width: 100% !important;
          height: auto; }
      #main #entry img {
        width: 100%; }
      #main #entry .excerpt {
        width: 100%; }
      #main #entry .meta {
        width: auto;
        padding: 0 0 0 30px; }
        #main #entry .meta .count {
          height: auto; }
    #main #entry.single {
      margin-bottom: 0; }
    #main #onecol.salon {
      margin: 2.5vw 0 0;
      padding: 2.5vw; }
    #main #onecol img {
      width: calc(100% + 5vw);
      margin: 0 -2.5vw 2.5vw; }
    #main #twocol {
      margin: 0; }
      #main #twocol li {
        width: 30vw;
        margin: 0 2.5vw 2.5vw 0;
        padding: 2.5vw; }
        #main #twocol li .overlay {
          width: calc(100% + 5vw);
          margin: -2.5vw -2.5vw 2.5vw;
          height: 200px; }
        #main #twocol li .info {
          height: 200px !important;
          padding: 2.5vw !important; }
        #main #twocol li:nth-child(even) {
          margin: 0 0 2.5vw 0; }
    #main #threecol {
      margin: 0; }
      #main #threecol li {
        width: 20vw;
        margin: 0 0 0 1.25vw; }
        #main #threecol li:first-child {
          margin: 0; }
      #main #threecol .oimg {
        width: calc(100% + 40px);
        height: 150px; }
    #main #panelist {
      padding: 2.5vw 2.5vw 0; }
      #main #panelist .columns {
        column-count: 2;
        column-gap: 2.5vw; }
        #main #panelist .columns li {
          width: auto;
          margin: 0 0 2.5vw;
          padding: 0; }
  #archive-list {
    margin: 0;
    padding: 2.5vw 0 0; }
    #archive-list h2 {
      margin-bottom: 1.25vw;
      font-size: 20px;
      color: #333; }
    #archive-list ul {
      margin: 0;
      padding: 0 1.25vw 1.25vw;
      font-size: 0; }
      #archive-list ul li {
        display: inline-block;
        float: none;
        margin: 1.25vw;
        width: 16vw;
        height: auto;
        vertical-align: top; }
    #archive-list .oimg {
      width: 16vw;
      height: 16vw; }
  .entries {
    width: 100%;
    margin: 0;
    padding: 2.5vw; }
    .entries h2.header {
      width: calc(100% + 5vw);
      margin: 0 -2.5vw 2.5vw;
      font-size: 20px; }
    .entries .col-six {
      width: 42.5vw;
      margin-right: 2.5vw; }
    .entries .col-two {
      width: 17vw;
      margin-right: 2.5vw; }
    .entries .col-four {
      width: 25.5vw; }
  .archive .paginator {
    margin: 2.5vw 0 0; }
  #sidebar {
    width: 30vw; }
    #sidebar .ad-placement {
      display: none; }
    #sidebar .tabnav li a {
      width: 15vw; }
    #sidebar .donate {
      margin: 0; }
  #random {
    margin: 2.5vw 0; }
    #random h2 {
      margin: 0 0 1.25vw; }
    #random ul {
      margin: 0 1.25vw;
      padding: 0 0 1.25vw; }
    #random li {
      margin: 1.25vw;
      width: 12.916vw;
      height: 12.916vw; }
      #random li .info {
        width: 12.916vw;
        height: 12.916vw; }
  .static .page {
    width: 100%;
    padding: 2.5vw;
    margin: 0; }
    .static .page .col-two {
      width: 15vw;
      margin: 2.5vw 2.5vw 0 0; }
    .static .page .col-eight {
      width: 55vw; }
    .static .page .col-two-right {
      width: 15vw;
      margin: 2.5vw 0 0 2.5vw; }
  .static li a {
    display: inline; } }

@media screen and (max-width: 1023px) {
  .core #content {
    padding: 4vw; }
  #main {
    width: 100%;
    float: none; }
    #main #twocol {
      margin: 0 0 -2.5vw 0; }
      #main #twocol li {
        width: 44.75vw; }
        #main #twocol li .overlay .info {
          display: none !important; }
    #main #threecol li {
      width: 29vw;
      margin: 0 0 0 2.5vw; }
  #sidebar {
    width: 100%;
    float: none;
    margin: 2.5vw 0 0; }
    #sidebar .about {
      display: none; }
    #sidebar #tabvanilla {
      display: none; }
    #sidebar .twitter {
      display: none; }
    #sidebar .popular {
      display: none; }
    #sidebar .donate {
      padding: 2.5vw; }
      #sidebar .donate h3 {
        text-align: center;
        margin: 0 -2.5vw 2.5vw; }
      #sidebar .donate form {
        margin: 0; }
  #originals #entry .excerpt {
    width: 62vw; }
  #archive-list ul li {
    width: 19.875vw; }
  #archive-list .oimg {
    width: 19.875vw;
    height: 19.875vw; }
  .entries .col-six {
    width: 32.8vw; }
  .entries .col-two {
    width: 16.4vw; }
  .entries .col-four {
    width: 32.8vw; }
  #random li {
    width: 19.875vw;
    height: 19.875vw; }
    #random li .info {
      width: 19.875vw;
      height: 19.875vw; }
    #random li:nth-child(17) {
      display: none; }
    #random li:nth-child(18) {
      display: none; }
  .static .page {
    padding: 4vw; }
    .static .page .col-two {
      display: none; }
    .static .page .col-two-right {
      display: none; }
    .static .page .col-eight {
      width: 84vw; }
  #secondary {
    display: none; }
  #footer {
    background: none;
    padding: 0 0 4vw; }
  #top-bar #tagline {
    display: none; }
  #top-bar #social-links {
    white-space: nowrap;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  #masthead #about-links li.today {
    display: none; }
  #masthead .search-button svg {
    width: 1.8vw; } }

@media screen and (max-width: 767px) {
  body {
    padding: 20vw 0 0; }
  .core #content {
    padding: 4vw 4vw 20vw;
    margin: 0; }
  #originals #entry .excerpt {
    width: 84vw;
    padding: 0; }
  #originals #entry .meta {
    display: none; }
  #originals #entry.single-original {
    padding: 2.5vw; }
    #originals #entry.single-original h2 {
      margin: 0 -2.5vw 30px -2.5vw;
      padding: 2.5vw;
      line-height: 1.25; }
    #originals #entry.single-original .article-slideshow {
      padding: 0 8vw; }
      #originals #entry.single-original .article-slideshow .slideshow-image {
        height: 50vw; }
      #originals #entry.single-original .article-slideshow .caption {
        padding: 2.5vw 0 0 0 !important; }
      #originals #entry.single-original .article-slideshow .credit {
        top: 42.5vw;
        border: none;
        width: auto; }
        #originals #entry.single-original .article-slideshow .credit .number {
          display: none; }
      #originals #entry.single-original .article-slideshow .pager {
        width: 100%;
        top: 25vw;
        left: 0;
        transform: translateY(-50%); }
        #originals #entry.single-original .article-slideshow .pager #slideshow-prev {
          float: left; }
        #originals #entry.single-original .article-slideshow .pager #slideshow-next {
          float: right; }
        #originals #entry.single-original .article-slideshow .pager .numbering {
          display: none; }
  #originals #twocol {
    margin: -2.5vw 0 0; }
    #originals #twocol li {
      height: auto;
      width: 92vw;
      margin: 2.5vw 0 0; }
  #originals a.archive-nav {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 4vw 0;
    padding: 2.5vw;
    color: #999 !important;
    border: 1px solid #aaa; }
    #originals a.archive-nav:hover {
      background: none;
      display: block;
      position: relative;
      width: 100%;
      text-align: center;
      margin: 4vw 0;
      padding: 2.5vw;
      color: #999 !important;
      border: 1px solid #aaa; }
  #salon #entry .excerpt {
    width: 84vw;
    padding: 0; }
  #salon #entry .meta {
    display: none; }
  #salon #entry.single-salon {
    padding: 2.5vw; }
    #salon #entry.single-salon h2 {
      margin: 0 -2.5vw 30px -2.5vw;
      padding: 2.5vw;
      line-height: 1.25; }
    #salon #entry.single-salon img {
      display: block;
      width: 100% !important;
      margin: 0 !important; }
    #salon #entry.single-salon .article-slideshow {
      padding: 0 8vw; }
      #salon #entry.single-salon .article-slideshow .slideshow-image {
        height: 50vw; }
      #salon #entry.single-salon .article-slideshow .caption {
        padding: 2.5vw 0 0 0 !important; }
      #salon #entry.single-salon .article-slideshow .credit {
        top: 42.5vw;
        border: none;
        width: auto; }
        #salon #entry.single-salon .article-slideshow .credit .number {
          display: none; }
      #salon #entry.single-salon .article-slideshow .pager {
        width: 100%;
        top: 25vw;
        left: 0;
        transform: translateY(-50%); }
        #salon #entry.single-salon .article-slideshow .pager #slideshow-prev {
          float: left; }
        #salon #entry.single-salon .article-slideshow .pager #slideshow-next {
          float: right; }
        #salon #entry.single-salon .article-slideshow .pager .numbering {
          display: none; }
  #salon #twocol {
    margin: -2.5vw 0 0; }
    #salon #twocol li {
      height: auto;
      width: 92vw;
      margin: 2.5vw 0 0; }
  #salon a.archive-nav {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 4vw 0;
    padding: 2.5vw;
    color: #999 !important;
    border: 1px solid #aaa; }
    #salon a.archive-nav:hover {
      background: none;
      display: block;
      position: relative;
      width: 100%;
      text-align: center;
      margin: 4vw 0;
      padding: 2.5vw;
      color: #999 !important;
      border: 1px solid #aaa; }
  #main #entry .meta {
    display: none; }
  #main #panelist .columns {
    column-count: 1;
    column-gap: 0; }
  #main #threecol li {
    width: 92vw;
    height: auto;
    margin: 0 0 2.5vw 0; }
    #main #threecol li:first-child {
      margin: 0 0 2.5vw 0; }
    #main #threecol li p {
      display: none; }
  #main #threecol .oimg {
    width: calc(100% + 40px);
    height: 0px;
    padding-bottom: 56.25%; }
  #random {
    display: none; }
  #archive-list ul li {
    width: 42.25vw; }
  #archive-list .oimg {
    width: 42.25vw;
    height: 42.25vw; }
  .entries .col-six {
    display: none; }
  .entries .col-two {
    display: none; }
  .entries .col-four {
    width: 87vw; }
    .entries .col-four h3 {
      display: none; }
    .entries .col-four ul li {
      width: 21.75vw; }
  .hidemobile {
    display: none !important; }
  .ad-placement {
    display: none !important; }
  #top-bar {
    display: none; }
  #masthead {
    position: absolute;
    height: 0;
    margin: 0;
    top: 0; }
    #masthead #logo {
      position: fixed;
      background: #191919;
      height: 20vw;
      top: 0;
      right: 0;
      left: 0;
      transform: translate(0%);
      z-index: 9998; }
      #masthead #logo a {
        position: absolute;
        display: block;
        height: 6vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    #masthead #nav-links {
      background: #191919;
      position: fixed;
      bottom: 0;
      top: auto;
      left: 0;
      right: 0;
      transform: translate(0%, 0%);
      z-index: 9998; }
      #masthead #nav-links li {
        float: none;
        display: inline-block;
        height: 16vw;
        line-height: 16vw;
        margin: 0 4vw; }
        #masthead #nav-links li a {
          font-size: 1.4rem;
          font-weight: 700; }
          #masthead #nav-links li a:after {
            display: none; }
    #masthead #about-links {
      background: rgba(25, 25, 25, 0.95);
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0;
      transform: translateY(0);
      text-align: center;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      transition: all 0.25s ease-in-out;
      opacity: 0;
      visibility: hidden; }
      #masthead #about-links ul {
        top: calc(50% + 2vw);
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%); }
      #masthead #about-links li.menu-item {
        display: block;
        float: none;
        margin: 6vw 0; }
      #masthead #about-links li.search-button {
        display: none; }
      #masthead #about-links li a {
        color: #fff;
        font-size: 1.5rem; }
    #masthead .search-button {
      position: fixed;
      top: auto;
      right: calc(8vw - 8px);
      bottom: 5.25vw;
      transform: translate(0%);
      z-index: 9999; }
      #masthead .search-button svg {
        height: 5.5vw;
        width: auto; }
    #masthead .menu-toggle {
      display: block;
      position: fixed;
      left: calc(8vw - 8px);
      bottom: calc(8vw - 8px);
      width: 28px;
      height: 16px;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      text-indent: -9999px;
      transition: all 0.25s ease-in-out;
      z-index: 9999; }
      #masthead .menu-toggle:before {
        content: '';
        background: #fff;
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.25s ease-in-out; }
      #masthead .menu-toggle:after {
        content: '';
        background: #fff;
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.25s ease-in-out; }
    #masthead .menu-toggle.is-active {
      border-color: transparent; }
      #masthead .menu-toggle.is-active:before {
        transform: translate(-50%, -50%) rotate(45deg); }
      #masthead .menu-toggle.is-active:after {
        transform: translate(-50%, -50%) rotate(-45deg); }
  #search-bar {
    position: fixed;
    height: 14vw;
    bottom: 1vw;
    right: calc(8vw - 8px);
    left: calc(8vw - 8px);
    z-index: 9999; }
    #search-bar form {
      right: 0;
      left: 0; }
      #search-bar form input {
        -webkit-appearance: none;
        -webkit-border-radius: 0; }
      #search-bar form input[type=text] {
        width: 50vw;
        font-size: 1rem; }
      #search-bar form .submit-btn input[type=submit] {
        padding: 0 4vw;
        margin: 0 4vw 0 0;
        font-size: 1rem;
        font-weight: 700; }
      #search-bar form .submit-btn svg {
        height: 4vw;
        margin: .25vw 0 0; }
  textarea {
    width: 100%; } }

@media screen and (min-width: 767px) {
  .mobileonly {
    display: none; } }

@media (max-width: 1088px) {
  #masthead {
    margin: 0; } }
