@charset "UTF-8";
body {
  font-size: 18px;
  line-height: 1.5;
  color: #F7F7FF;
  font-weight: 400; }

h1, h2, h3, h4 {
  font-family: "ITC New Baskerville W04"; }
  h1 p:first-child, h2 p:first-child, h3 p:first-child, h4 p:first-child {
    margin-top: 0; }
  h1 p:last-child, h2 p:last-child, h3 p:last-child, h4 p:last-child {
    margin-bottom: 0; }

h2 {
  font-size: 3em;
  line-height: 1.16667em;
  font-family: "ITC New Baskerville W04"; }

h3 {
  font-size: 1.5em;
  line-height: 1.33333;
  color: #83cbe2; }

.people {
  padding: 1em 7.5%; }
  .people h3 {
    font-family: "Avenir Next W04", sans-serif;
    font-weight: 400;
    color: #83cbe2; }
  .people ul {
    column-count: 4;
    margin: 0;
    padding: 0; }
    .people ul li {
      list-style: none;
      position: relative;
      padding-left: 1em;
      margin-bottom: 0.5em; }
      .people ul li::before {
        content: "›";
        display: block;
        position: absolute;
        left: 0.25em;
        color: #FFF;
        font-weight: bold; }

.mom-more {
  text-align: center; }
  .mom-more a, .mom-more a:link, .mom-more a:visited {
    color: #F7F7FF;
    display: block;
    width: 280px;
    background: #1b1a1b;
    padding: 5px 20px;
    border-radius: 4px; }
  .mom-more span.mom-logo {
    display: block;
    text-indent: -5000px;
    height: 38px;
    width: 187px;
    margin: 10px auto;
    background: url(/images/masters-of-microscopy.png) no-repeat 50% 0;
    background-size: 100% auto; }

.gallery .thumb_gallery.person-gallery h3 {
  visibility: visible;
  width: 100%; }
  .gallery .thumb_gallery.person-gallery h3 h4 {
    display: none; }
.gallery .person-bio {
  margin-bottom: 3em;
  margin-right: -1%; }
  .gallery .person-bio .bio-text {
    float: left;
    width: 80%; }
  .gallery .person-bio .bio-pic {
    float: right;
    width: 15.66667%;
    margin-right: 1%; }
    .gallery .person-bio .bio-pic img {
      width: 100%;
      border-radius: 4px; }
  .gallery .person-bio hr {
    border: 0;
    clear: both; }

@media (max-width: 1439px) {
  .people ul {
    column-count: 3; } }
@media (max-width: 939px) {
  .people ul {
    column-count: 2; } }
@media (max-width: 640px) {
  .mom-more a, .mom-more a:link, .mom-more a:visited {
    margin: 1em auto; }

  .people ul {
    column-count: 1; } }
.organizations {
  padding: 1em 7.5%; }
  .organizations h3 {
    font-family: "Avenir Next W04", sans-serif;
    font-weight: 400;
    color: #83cbe2; }
  .organizations ul {
    column-count: 3;
    margin: 0;
    padding: 0; }
    .organizations ul li {
      list-style: none;
      position: relative;
      padding-left: 1em;
      margin-bottom: 0.5em; }
      .organizations ul li::before {
        content: "›";
        display: block;
        position: absolute;
        left: 0.25em;
        color: #FFF;
        font-weight: bold; }

@media (max-width: 1279px) {
  .organizations ul {
    column-count: 2; } }
@media (max-width: 800px) {
  .organizations ul {
    column-count: 1; } }
.countries {
  padding: 2em 7.5%; }
  .countries ul {
    column-count: 4;
    margin: 0;
    padding: 0; }
    .countries ul li {
      list-style: none;
      position: relative;
      padding-left: 1em;
      margin-bottom: 0.5em; }
      .countries ul li::before {
        content: "›";
        display: block;
        position: absolute;
        left: 0.25em;
        color: #FFF;
        font-weight: bold; }

.gallery .thumb_gallery.country-gallery h3 {
  visibility: visible;
  width: 100%; }

@media (max-width: 1439px) {
  .countries ul {
    column-count: 3; } }
@media (max-width: 939px) {
  .countries ul {
    column-count: 2; } }
@media (max-width: 640px) {
  .countries ul {
    column-count: 1; } }
#tour-intro {
  padding: 2em 7.5%; }

#tour-map {
  width: 100%;
  height: 56.25vw;
  max-height: 600px; }

#tour-list {
  padding: 2em 7.5%; }
  #tour-list h2 {
    font-size: 2.5em;
    font-style: italic; }
  #tour-list h3 {
    margin-bottom: 0; }
  #tour-list ul {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 2em; }
  #tour-list li {
    display: table-row;
    width: 100%; }
    #tour-list li span, #tour-list li a {
      display: table-cell;
      padding: 0.5em 1em 0.5em 0; }
    #tour-list li .stop-city {
      width: 180px; }
    #tour-list li a {
      width: 50%; }

@media (max-width: 800px) {
  #tour-list {
    padding: 2em 7.5%; }
    #tour-list .tour-country {
      column-count: 2;
      clear: both;
      width: 100%; }
    #tour-list .stop-group {
      display: inline-block; }
    #tour-list h2 {
      font-size: 2em;
      font-style: italic;
      clear: both; }
    #tour-list h3 {
      font-size: 1.5em;
      margin-bottom: 0; }
    #tour-list ul {
      width: 100%;
      padding: 0;
      margin-top: 0;
      margin-bottom: 2em; }
    #tour-list li {
      display: inherit;
      width: 100%;
      margin: 1em 0; }
      #tour-list li span, #tour-list li a {
        display: block;
        padding: 0 1em 0 0; }
      #tour-list li .stop-city {
        width: auto; }
      #tour-list li a {
        width: auto; } }
.tour-stop {
  padding: 1em 0;
  margin: 0 5%;
  position: relative;
  min-height: 600px; }
  .tour-stop .tour-intro, .tour-stop .stop-upcoming {
    width: 95%;
    padding-right: 320px; }
  .tour-stop .stop-location {
    position: absolute;
    top: 6em;
    right: 0%;
    margin-left: 5%;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    overflow: hidden;
    width: 320px; }
    .tour-stop .stop-location address {
      font-style: normal;
      margin: 1em; }
  .tour-stop h2 {
    font-family: "Avenir Next W04", sans-serif;
    color: #83cbe2;
    font-size: 2em; }
  .tour-stop .stop-upcoming {
    padding: 1em;
    margin: 2em 0;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #363334; }
    .tour-stop .stop-upcoming h3 {
      font-family: "Avenir Next W04", sans-serif;
      color: #83cbe2;
      font-size: 1.333em;
      margin: 0;
      font-weight: 400; }
    .tour-stop .stop-upcoming p {
      margin: 0;
      max-width: none; }

@media (max-width: 800px) {
  .tour-stop .tour-intro, .tour-stop .stop-upcoming {
    width: 100%;
    padding-right: 0; }
  .tour-stop .stop-location {
    position: relative;
    top: 0;
    margin: 0 auto; } }
@media (max-width: 639px) {
  #tour-list .tour-country {
    column-count: 1; } }
.technique-description {
  width: 100%;
  padding-right: 320px;
  min-height: 90px; }

.mu-more {
  text-align: center;
  position: absolute;
  top: 2em;
  right: 5%;
  margin-top: 0; }
  .mu-more a, .mu-more a:link, .mu-more a:visited {
    color: #1b1a1b;
    font-weight: 400;
    display: block;
    width: 280px;
    background: #b7d2e2;
    background: -moz-linear-gradient(top, #a5c5d8 0, #bbcfda 2em);
    background: -webkit-linear-gradient(top, #a5c5d8 0, #bbcfda 2em);
    background: linear-gradient(to bottom, #a5c5d8 0, #bbcfda 2em);
    padding: 5px 20px 10px 20px;
    border-radius: 4px; }
  .mu-more span.mu-logo {
    display: block;
    text-indent: -5000px;
    height: 50px;
    width: 220px;
    margin: -5px auto 0px auto;
    background: url(/images/micro-U-logo_2x.png) no-repeat 50% 0;
    background-size: 100% auto; }

@media (max-width: 800px) {
  .technique-description {
    padding-right: 0; }

  .mu-more {
    margin: 1em auto;
    position: relative;
    right: auto;
    top: auto; } }
.masters-head a {
  display: block;
  text-indent: -5000px;
  height: 62px;
  width: 224px;
  background: url(/images/masters-of-microscopy.png) no-repeat 0 2px;
  background-size: 100% auto; }

.masters-home h1 {
  margin: 1em 0 2em 0;
  font-size: 1em;
  padding-top: 1em;
  clear: both; }
  .masters-home h1 img {
    display: block;
    text-indent: -5000px;
    height: auto;
    max-height: 100px;
    width: auto;
    max-width: 70%;
    margin: 0 auto; }

.master {
  margin: 0 auto;
  padding: 1em 0;
  max-width: 50em; }
  .master .intro p {
    font-style: italic;
    font-family: "ITC New Baskerville W04";
    font-size: 1.22222em;
    line-height: 1.63636; }
  .master .article-text:first-of-type p:first-child::first-letter {
    font-size: 4.5em;
    vertical-align: top;
    line-height: 1;
    margin-right: 0.0625em;
    font-weight: 200;
    float: left;
    color: #FFDD00; }
  .master img {
    max-width: 100%;
    height: auto; }
  .master h2 {
    font-size: 2em;
    font-family: "ITC New Baskerville W04";
    color: #83cbe2;
    font-weight: 200; }
  .master .article-photo {
    max-width: 100%;
    margin: 1em 0; }
    .master .article-photo img {
      height: auto; }
    .master .article-photo figcaption {
      font-size: 0.88889em;
      color: #83cbe2;
      margin-bottom: 2em; }
      .master .article-photo figcaption p {
        margin-top: 0; }
    .master .article-photo.photo-right {
      float: right;
      clear: right;
      margin: 0 0 0 2em; }
    .master .article-photo.photo-center {
      float: none;
      margin: 1em auto; }
    .master .article-photo.photo-left {
      float: left;
      clear: left; }
  .master .article-video {
    clear: both;
    padding: 0;
    margin: 1em 0; }
    .master .article-video .article-video-box {
      position: relative;
      width: 100%;
      height: 0; }
    .master .article-video iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .master #masters-volumes {
    padding: 2em 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
  .master .masters-volume {
    width: 31%;
    margin-right: 2%;
    position: relative;
    border-radius: 4px;
    margin-bottom: 2em;
    overflow: hidden;
    float: left; }
    .master .masters-volume img {
      display: block; }
    .master .masters-volume h3 {
      font-family: "Avenir Next W04", sans-serif;
      position: absolute;
      left: 4%;
      top: 3%;
      width: auto;
      height: 2em;
      font-size: 1em;
      background: rgba(255, 255, 255, 0.9);
      padding: 0.5em 0.375em 0 0.375em;
      text-align: left;
      line-height: 1;
      margin: 0;
      font-weight: 600;
      border-radius: 4px;
      color: black; }
    .master .masters-volume h4 {
      font-family: "Avenir Next W04", sans-serif;
      position: absolute;
      width: 100%;
      background: rgba(0, 0, 0, 0.65);
      padding: 3% 4%;
      bottom: 0;
      left: 0;
      margin: 0;
      font-weight: 400; }
      .master .masters-volume h4 a {
        color: inherit; }

@media (max-width: 959px) {
  .master {
    margin: 0 5%; }
    .master .masters-volume {
      width: 46%;
      margin-right: 4%; } }
@media (max-width: 799px) {
  .master .article-photo.photo-right {
    float: none;
    clear: both;
    margin: 0 auto; } }
@media (max-width: 639px) {
  .master .masters-volume {
    width: auto;
    max-width: 100%;
    margin: 0 auto 2em auto; } }
.search-results {
  margin: 0 5%;
  padding: 1em; }
  .search-results .sr-section {
    clear: both;
    margin: 1em 0 2em 0; }
    .search-results .sr-section h3 {
      font-family: "Avenir Next W04", sans-serif;
      font-weight: normal; }
    .search-results .sr-section hr {
      border: 0;
      margin: 0;
      clear: both; }
  .search-results .sr-entries ul {
    margin: 0;
    padding: 0; }
  .search-results .sr-entries li {
    width: 50%;
    float: left;
    padding-right: 5%;
    padding-left: 140px;
    position: relative;
    min-height: 120px;
    list-style: none;
    margin-bottom: 1em; }
    .search-results .sr-entries li img {
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 2px; }
    .search-results .sr-entries li p {
      margin: 0; }
    .search-results .sr-entries li a {
      color: inherit; }

@media (max-width: 800px) {
  .search-results .sr-entries li {
    width: 100%;
    float: none; } }
* {
  box-sizing: border-box; }

body {
  background: #2E2C2D;
  color: #F7F7FF;
  margin: 0;
  padding: 0;
  font-family: "Avenir Next W04", sans-serif;
  font-weight: 400;
  background: #2E2C2D url(/images/guenther-bg-stiched.jpg) repeat center top;
  background-size: contain; }

a, a:link, a:visited {
  color: #FFDD00;
  text-decoration: none; }
  a img, a:link img, a:visited img {
    border: 0; }

p {
  max-width: 48em; }

.dateline {
  color: #8DB9CB;
  font-size: 0.88889em;
  margin-top: -1.5em; }

hr.clear {
  clear: both;
  border: 0;
  margin: 0; }

.continue {
  display: block;
  margin: 1em auto 0 auto; }

.more a, .page-prev, .page-next, .more button {
  font-family: "Avenir Next W04", sans-serif;
  position: relative;
  padding: 5px 10px;
  margin: 2em -10px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.35);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.15));
  width: auto;
  border-radius: 4px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFDD00;
  border: 0;
  font-size: 0.88889em; }
  .more a::after, .page-prev::after, .page-next::after, .more button::after {
    content: "›";
    padding-left: 8px;
    color: #F7F7FF;
    font-size: 1.5em;
    line-height: 0.75; }
  .more a .more-url, .page-prev .more-url, .page-next .more-url, .more button .more-url {
    text-transform: lowercase;
    font-size: 1.125em; }

.page-next {
  float: right;
  margin: 1em 0; }

.page-prev {
  float: left;
  margin: 1em 0; }
  .page-prev::after {
    content: ""; }
  .page-prev::before {
    content: "‹";
    padding-right: 8px;
    color: #F7F7FF;
    font-size: 1.5em;
    line-height: 0.75; }

.count {
  color: #83cbe2;
  background: #363334;
  line-height: 1;
  padding: 0.25em 0.5em 0.125em 0.5em;
  font-size: 0.77778em;
  font-weight: 600;
  text-align: center;
  border-radius: 1em;
  white-space: pre;
  margin-left: 0.25em; }

.pagewrapper {
  margin-top: 90px;
  position: relative; }

#content {
  width: 100%; }

#homesplash {
  height: 100vh;
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative; }
  #homesplash .masthead-overlay {
    position: absolute;
    width: 400px;
    max-width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-200px, -41px);
    pointer-events: none; }
  #homesplash > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #homesplash img.heroimage {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    object-fit: contain;
    position: absolute;
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    opacity: 1;
    transition: opacity 2s ease-out 0.5s; }
  #homesplash.feature-fill img.heroimage {
    object-fit: cover;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%; }
  #homesplash.feature-fill iframe.heroimage {
    width: 100vw;
    height: 100vw;
    min-height: 100vh;
    min-width: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #homesplash.faded .heroimage, #homesplash.faded .info-caption {
    opacity: 0; }
  #homesplash .caption {
    font-weight: 400;
    text-shadow: #000 0 1px 0;
    position: absolute;
    width: 100%;
    padding: 5em 5% 1em 5%;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 0.88889em;
    opacity: 1;
    transition: opacity 1s ease-out 0;
    background: #000;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    pointer-events: none; }

#home-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: background-color 0.5s ease;
  z-index: 3; }
  #home-header a.swlogo {
    position: relative; }
    #home-header a.swlogo img {
      position: relative;
      padding-top: 40px;
      margin-left: 5%;
      width: 24%;
      height: auto;
      max-width: 200px;
      min-width: 120px;
      z-index: 3; }
  #home-header::after {
    content: " ";
    display: block;
    height: 0;
    width: 100%;
    clear: both; }
  #home-header .menubutton {
    position: absolute;
    right: 30px;
    top: 40px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
  #home-header .searchbutton {
    position: absolute;
    right: 75px;
    top: 40px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
  #home-header #dropmenu {
    position: absolute;
    left: -100%;
    top: 180px;
    padding-top: 1em; }
  #home-header #searchdrop {
    position: absolute;
    left: -100%;
    top: 180px;
    padding-top: 1em; }

.menuopen #home-header {
  background: rgba(0, 0, 0, 0.85);
  transition: background-color 0.5s ease;
  padding-bottom: 160px; }
  .menuopen #home-header #dropmenu {
    position: relative;
    left: 0;
    top: 18px; }

.searchopen #home-header #searchdrop {
  position: relative;
  left: 0;
  top: 18px; }

h1 {
  font-size: 3em;
  line-height: 1.16667em;
  font-weight: 400; }

#welcome {
  padding: 4em 0; }
  #welcome h1 {
    margin-top: 0;
    margin-bottom: 0.33333em; }
  #welcome h2 {
    font-size: 2em;
    margin-top: 0.5em;
    font-weight: 600;
    line-height: 1.125;
    color: #83cbe2; }
  #welcome .welcomecontent {
    width: 62.5%;
    padding-right: 3.75%;
    padding-left: 7.5%;
    float: left; }
    #welcome .welcomecontent h2 {
      font-style: italic; }
  #welcome #entercomp {
    width: 27.5%;
    padding: 2em 2.5% 2em 2.5%;
    margin-right: 5%;
    float: right;
    text-align: center;
    margin-top: -0.5em;
    height: 100%;
    border: 1px solid #363334; }
    #welcome #entercomp > *:first-child {
      margin-top: 0; }
    #welcome #entercomp > *:last-child {
      margin-bottom: 0; }
    #welcome #entercomp h2 {
      font-family: "Avenir Next W04", sans-serif;
      font-size: 1.5em;
      font-weight: 400;
      text-transform: uppercase; }
    #welcome #entercomp h3 {
      margin-bottom: 0; }
    #welcome #entercomp .date {
      margin-top: 0; }

#competitions {
  padding: 0 0 4em 0;
  background: #363334;
  border-bottom: 1px solid #222; }
  #competitions #compphoto, #competitions #compvideo {
    width: 50%;
    float: left;
    position: relative; }
    #competitions #compphoto .sectionlogo, #competitions #compvideo .sectionlogo {
      display: block;
      margin: 0 auto;
      position: absolute;
      top: 2em; }
    #competitions #compphoto h2, #competitions #compvideo h2 {
      margin-top: -1.4625em;
      font-size: 1.5em;
      line-height: 1;
      font-family: "Avenir Next W04", sans-serif;
      position: relative;
      text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
      background: rgba(42, 43, 46, 0.65); }
      #competitions #compphoto h2 a, #competitions #compvideo h2 a {
        color: inherit; }
  #competitions #compphoto {
    border-right: 1px solid #555; }
    #competitions #compphoto .imgheader img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0; }
    #competitions #compphoto h2 {
      padding: 0.25em 10% 0.225em 15%; }
    #competitions #compphoto .descript {
      padding: 0 10% 0 15%; }
  #competitions #compvideo h2 {
    padding: 0.25em 15% 0.225em 10%; }
  #competitions #compvideo .descript {
    padding: 0 15% 0 10%; }
  #competitions #compvideo .vidbox {
    height: 28.125vw;
    overflow: hidden; }
  #competitions #compvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

#webfeatures {
  padding: 0 0 4em 0;
  background: #363334;
  border-bottom: 1px solid #222;
  margin-bottom: 2em; }
  #webfeatures #microscopy-u, #webfeatures #masters-of-microscopy {
    width: 50%;
    float: left;
    position: relative; }
    #webfeatures #microscopy-u .sectionlogo, #webfeatures #masters-of-microscopy .sectionlogo {
      display: block;
      margin: 0 auto;
      position: absolute;
      top: 2em; }
    #webfeatures #microscopy-u h2, #webfeatures #masters-of-microscopy h2 {
      margin-top: -1.4625em;
      font-size: 1.5em;
      line-height: 1;
      font-family: "Avenir Next W04", sans-serif;
      position: relative;
      text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
      background: rgba(42, 43, 46, 0.65); }
      #webfeatures #microscopy-u h2 a, #webfeatures #masters-of-microscopy h2 a {
        color: inherit; }
  #webfeatures #masters-of-microscopy {
    border-right: 1px solid #555; }
    #webfeatures #masters-of-microscopy .imgheader img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0; }
    #webfeatures #masters-of-microscopy h2 {
      padding: 0.25em 10% 0.225em 15%; }
    #webfeatures #masters-of-microscopy .descript {
      padding: 0 10% 0 15%; }
  #webfeatures #microscopy-u h2 {
    padding: 0.25em 15% 0.225em 10%; }
  #webfeatures #microscopy-u .descript {
    padding: 0 15% 0 10%; }
  #webfeatures #microscopy-u .imgheader img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0; }

#newsevents {
  padding: 4em 0; }
  #newsevents #news {
    padding: 0 5% 0 7.5%;
    float: left;
    width: 50%;
    border-right: 1px solid #444; }
    #newsevents #news h3 {
      font-size: 1.5em;
      line-height: 1.33333;
      font-weight: 400;
      color: #FFF; }
      #newsevents #news h3 a, #newsevents #news h3 a:link, #newsevents #news h3 a:visited {
        color: inherit;
        border-bottom: 1px dotted #FFDD00;
        border-bottom: 0.5px dotted #FFDD00;
        color: inherit; }
  #newsevents img {
    max-width: 110%;
    margin: 0 -5%;
    height: auto; }
  #newsevents #events {
    padding: 0 7.5% 0 5%;
    float: right;
    width: 50%; }
    #newsevents #events ul {
      padding: 0; }
      #newsevents #events ul li {
        list-style: none; }
    #newsevents #events h3 {
      margin-bottom: 0;
      font-family: "Avenir Next W04", sans-serif;
      font-size: 1.16667em;
      font-weight: 400; }
  #newsevents h2 {
    margin-top: 0;
    font-size: 2.5em;
    font-size: 1.5em;
    font-family: "Avenir Next W04", sans-serif;
    font-weight: 600; }
    #newsevents h2 a {
      color: #83cbe2; }

#socmed, .share {
  clear: both;
  text-align: center;
  width: 100%;
  padding: 0 2.5% 0.5em 2.5%;
  margin: 0 auto;
  text-align: center; }
  #socmed > *:first-child, .share > *:first-child {
    margin-top: 0; }
  #socmed > *:last-child, .share > *:last-child {
    margin-bottom: 0; }
  #socmed h2, .share h2 {
    color: #83cbe2;
    font-size: 1em;
    font-family: "Avenir Next W04", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.5em; }
  #socmed ul, .share ul {
    margin-top: 0;
    padding: 0; }
    #socmed ul li, .share ul li {
      list-style: none;
      width: 40px;
      height: 40px;
      display: inline-block; }
      #socmed ul li img, .share ul li img {
        width: 100%;
        height: 100%; }
  #socmed p, .share p {
    margin: 0 auto; }

.menuopen #dropmenu {
  left: 0;
  opacity: 1;
  transition: opacity 0.25s ease; }
.menuopen .menubutton svg #top-line {
  transform-origin: center;
  transform: rotate(45deg) translate(5px, 3px) scaleX(0.66667);
  transition: transform 0.25s ease; }
.menuopen .menubutton svg #bottom-line {
  transform-origin: center;
  transform: rotate(-45deg) translate(-5px, -6px) scaleX(0.66667);
  transition: transform 0.25s ease; }

.searchopen #searchdrop {
  left: 0;
  opacity: 1;
  transition: opacity 0.25s ease; }
.searchopen .searchbutton svg #x1 {
  transform-origin: 50px 50px;
  transform: rotate(45deg) scaleX(6);
  opacity: 1;
  transition: transform 0.25s ease, opacity 0.25s ease; }
.searchopen .searchbutton svg #x2 {
  transform-origin: 50px 50px;
  transform: rotate(-45deg) scaleX(6);
  opacity: 1;
  transition: transform 0.25s ease, opacity 0.25s ease; }

.menubutton {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 3; }
  .menubutton svg {
    display: block;
    width: 30px;
    height: 30px; }
    .menubutton svg #top-line {
      transform-origin: center;
      transform: rotate(0) translate(0, 0) scaleX(1);
      transition: transform 0.25s ease; }
    .menubutton svg #bottom-line {
      transform-origin: center;
      transform: rotate(0) translate(0, 0) scaleX(1);
      transition: transform 0.25s ease; }

.searchbutton {
  position: absolute;
  top: 40px;
  right: 75px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 3; }
  .searchbutton svg {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto; }
    .searchbutton svg #x1 {
      transform-origin: 50px 50px;
      transform: rotate(0) scaleX(1);
      transition: transform 0.25s ease, opacity 0.25s ease;
      opacity: 0; }
    .searchbutton svg #x2 {
      transform-origin: 50px 50px;
      transform: rotate(0) scaleX(1);
      transition: transform 0.25s ease, opacity 0.25s ease;
      opacity: 0; }

header.minihead {
  width: 100%;
  background: rgba(16, 16, 16, 0.8);
  height: 90px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 5%;
  transition: background-color 0.5s ease; }
  header.minihead .swlogo {
    position: absolute;
    top: 0.75em;
    left: 4%;
    height: 63px;
    width: auto;
    display: block;
    z-index: 3; }
  header.minihead p.parent-head {
    font-size: 1em;
    position: relative;
    margin: 1em 0 0;
    line-height: 1;
    padding-left: 120px;
    color: #83cbe2;
    text-transform: uppercase; }
    header.minihead p.parent-head + h1 {
      font-size: 2em;
      margin-top: 0.125em;
      height: auto; }
  header.minihead hgroup {
    position: relative;
    padding-left: 120px; }
    header.minihead hgroup h1 {
      height: auto;
      padding-left: 0; }
    header.minihead hgroup h2 {
      font-size: 1em;
      font-family: "Avenir Next W04", sans-serif;
      margin: 0.5em 0 0.25em;
      font-weight: normal; }
  header.minihead h1 {
    font-size: 1.5em;
    font-family: "Avenir Next W04", sans-serif;
    position: relative;
    margin: 0.5em 0 0.25em;
    line-height: 1;
    padding-left: 120px;
    color: #83cbe2;
    text-transform: uppercase;
    height: 60px; }
    header.minihead h1 a, header.minihead h1 a:link, header.minihead h1 a:visited {
      color: inherit; }

#searchdrop {
  width: 100%;
  position: absolute;
  padding: 110px 5% 1em 5%;
  top: 0;
  left: -120%;
  opacity: 0;
  transition: opacity 0.5s ease;
  background: #1b1a1b;
  column-gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 10px 2px;
  transition: opacity 0.25s ease, left 0 ease 0.25s;
  z-index: 2; }
  #searchdrop #sw-search {
    position: relative; }
    #searchdrop #sw-search #search-field {
      width: 100%;
      background-color: #000;
      color: #F7F7FF;
      font-size: 1.22222em;
      font-weight: 200;
      margin: 0;
      border-radius: 0;
      padding: 9px 6px 3px 6px;
      border: 0;
      border-bottom: 1px solid #363334;
      font-family: "Avenir Next W04", sans-serif;
      -webkit-appearance: textfield; }
      #searchdrop #sw-search #search-field:focus {
        border-bottom-color: #FFDD00;
        outline: none;
        transition: border-bottom-color 0.5s ease; }
        #searchdrop #sw-search #search-field:focus::placeholder {
          color: #363334;
          transition: color 0.5s ease; }
    #searchdrop #sw-search #search-submit {
      font-family: "Avenir Next W04", sans-serif;
      font-size: 0.77778em;
      text-transform: uppercase;
      cursor: pointer;
      border: 0;
      position: absolute;
      background: none;
      border: none;
      color: #FFDD00;
      top: 1em;
      right: 3px; }
      #searchdrop #sw-search #search-submit::after {
        content: "▶"; }

#dropmenu {
  width: 100%;
  position: absolute;
  padding: 110px 5% 1em 5%;
  top: 0;
  left: -120%;
  opacity: 0;
  transition: opacity 0.5s ease;
  background: #1b1a1b;
  column-gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 10px 2px;
  transition: opacity 0.25s ease, left 0 ease 0.25s;
  z-index: 2; }
  #dropmenu hr {
    clear: both;
    border: 0;
    margin: 0;
    height: 0; }
  #dropmenu .drop-col {
    display: inline-block;
    padding-bottom: 1em;
    width: 33.33333%;
    padding-right: 2.5%;
    float: left;
    position: relative; }
    #dropmenu .drop-col img {
      width: 100%;
      display: block;
      border-radius: 4px;
      box-shadow: #000 0 2px 6px; }
    #dropmenu .drop-col p:last-child {
      margin: 0;
      padding-right: 10px; }
      #dropmenu .drop-col p:last-child a {
        color: inherit; }
  #dropmenu h3 {
    font-family: "Avenir Next W04", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.125em;
    margin-top: 21px;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  #dropmenu ul {
    padding: 0 0 0 1em;
    margin: 0; }
    #dropmenu ul li {
      list-style: none;
      margin-bottom: 0.5em; }
      #dropmenu ul li::before {
        content: "›";
        display: block;
        position: absolute;
        left: 0.25em;
        color: #FFF;
        font-weight: bold; }
      #dropmenu ul li strong {
        font-weight: 500; }
  #dropmenu .drop-enter {
    text-align: center;
    border: 1px solid #363334;
    padding: 20px; }
    #dropmenu .drop-enter h3 {
      color: #83cbe2;
      font-weight: 200;
      font-size: 1em;
      margin-top: 0; }
    #dropmenu .drop-enter h4 {
      margin-bottom: 0; }
    #dropmenu .drop-enter p.date {
      margin-top: 0; }
    #dropmenu .drop-enter.drop-col .more a {
      color: #FFDD00; }

.gallerynav {
  padding: 0;
  margin: 0 0 -3px -10px;
  position: absolute;
  top: 52px;
  padding-left: 120px; }
  .gallerynav.narrow-only {
    display: none; }
  .gallerynav li {
    display: inline; }
    .gallerynav li button, .gallerynav li a {
      background: none;
      color: #FFDD00;
      border: none;
      background: none;
      padding: 2px 10px 3px 10px;
      font-size: 0.88889em;
      border-radius: 1em;
      cursor: pointer; }
      .gallerynav li button abbr, .gallerynav li a abbr {
        display: none; }
    .gallerynav li.current a {
      background: #363334;
      color: #F7F7FF; }

#photo-zone {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  left: 0;
  transition: opacity 0.5s ease;
  overflow: hidden; }
  #photo-zone #photo-container {
    position: relative; }
    #photo-zone #photo-container.hideiframe iframe {
      opacity: 0; }
    #photo-zone #photo-container.showiframe iframe {
      opacity: 1;
      transition: opacity 0.25s ease 1s; }
  #photo-zone #photo-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(47, 45, 46, 0); }

.offscreen #photo-zone {
  opacity: 0;
  left: -100%;
  transition: opacity 0.5s ease;
  display: none; }

#photo-nav {
  position: relative;
  background: #1b1a1b;
  background: linear-gradient(#111 0, #1b1a1b 100%);
  margin: 20px 2.5% 0 2.5%;
  border-radius: 4px 4px 0 0;
  height: 2.5em;
  line-height: 1; }
  #photo-nav h3.place {
    color: #83cbe2;
    font-family: "Avenir Next W04", sans-serif;
    line-height: 1;
    font-size: 1em;
    padding: 0.75em 0 0.75em 0;
    margin: 0;
    font-weight: 600;
    text-align: center;
    z-index: 1;
    text-transform: uppercase; }
  #photo-nav .next, #photo-nav .prev, #photo-nav .close {
    font-family: "Avenir Next W04", sans-serif;
    background: none;
    font-size: 3em;
    border: 0;
    color: #F7F7FF;
    cursor: pointer;
    position: absolute;
    top: -0.175em;
    line-height: 1;
    padding: 0;
    font-weight: 400;
    margin-top: 0; }
    #photo-nav .next span, #photo-nav .prev span, #photo-nav .close span {
      display: none; }
    #photo-nav .next.disabled, #photo-nav .prev.disabled, #photo-nav .close.disabled {
      opacity: 0.25;
      cursor: not-allowed; }
  #photo-nav .close {
    right: 0.25em;
    top: 1.125em;
    z-index: 2;
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px; }
    #photo-nav .close::after {
      content: "×";
      line-height: 1;
      font-size: 0.66667em;
      position: absolute;
      top: -0.1em;
      left: 0.1em; }
  #photo-nav .photo-nav-count {
    position: relative;
    width: 120px;
    text-align: center;
    background: #000;
    padding: 0.5em;
    line-height: 1;
    margin: 0 auto 0 auto;
    display: block;
    top: 0.66667em;
    border-radius: 30px;
    font-size: 0.77778em;
    cursor: pointer; }
  #photo-nav #close {
    top: 0;
    right: -0.75em;
    font-size: 3em; }
  #photo-nav .prev {
    left: 0.25em;
    color: #FFF;
    transition: color 0.5s ease; }
  #photo-nav .next {
    right: 0.25em;
    color: #FFF;
    transition: color 0.5s ease; }
  #photo-nav .prev::before {
    content: "‹";
    display: block; }
  #photo-nav .next::after {
    content: "›";
    display: block; }
  #photo-nav .prev[disabled="disabled"] {
    cursor: not-allowed;
    color: #333; }
  #photo-nav .next[disabled="disabled"] {
    cursor: not-allowed;
    color: #333; }

.move-next .photo {
  transition: left 0.25s ease-out; }
  .move-next .photo.slide-current {
    position: absolute;
    height: 2000px;
    left: -100%; }
  .move-next .photo.slide-next {
    position: relative;
    height: auto;
    left: 0; }

.move-previous .photo {
  transition: left 0.25s ease-out; }
  .move-previous .photo.slide-current {
    position: absolute;
    height: 2000px;
    left: 100%; }
  .move-previous .photo.slide-previous {
    position: relative;
    height: auto;
    left: 0; }

.photo {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  background: #1b1a1b;
  max-width: 95%;
  height: auto;
  margin: 0 2.5% 2em 2.5%;
  z-index: 1;
  width: 95%;
  border-radius: 0 0 8px 8px;
  overflow: hidden; }
  .photo.slide-previous {
    position: absolute;
    left: -100%; }
    .photo.slide-previous iframe {
      display: none; }
  .photo.slide-next {
    position: absolute;
    left: 100%; }
    .photo.slide-next iframe {
      display: none; }
  .photo hr {
    display: block;
    visibility: hidden;
    height: 0;
    border: 0;
    clear: both;
    width: 100%; }
  .photo .photo-box {
    text-align: center;
    float: left;
    width: 70%;
    text-align: right;
    position: relative;
    z-index: 1;
    max-height: 80vh;
    background: #000; }
    .photo .photo-box .image-container {
      width: 100%;
      height: 0; }
    .photo .photo-box img {
      display: block;
      height: 100%;
      max-width: 100%;
      width: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      object-fit: contain;
      opacity: 1;
      transition: opacity 5s ease 1s; }
    .photo .photo-box .video-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      max-height: 100%; }
      .photo .photo-box .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 80vh; }
  .photo .photo-info {
    position: relative;
    padding: 1.5em 2.5%;
    float: right;
    width: 30%; }
    .photo .photo-info .entry-more {
      text-align: center; }
      .photo .photo-info .entry-more button::after {
        transform: rotate(90deg);
        width: 18px;
        height: 18px;
        display: block;
        margin: 0 auto; }
    .photo .photo-info .placebox {
      background: #131313;
      margin: -1.5em -10% 0 -10%;
      padding: 1em 10%; }
    .photo .photo-info .info-place {
      margin: 0;
      font-weight: bold;
      color: #83cbe2; }
    .photo .photo-info .info-gallery {
      margin: 0; }
      .photo .photo-info .info-gallery a {
        color: #83cbe2; }
    .photo .photo-info .info-caption {
      font-weight: 200;
      font-size: 1.22222em;
      line-height: 1.5;
      margin-bottom: 2em;
      line-height: 1.6363636364; }
      .photo .photo-info .info-caption p {
        margin: 0;
        font-family: inherit; }
    .photo .photo-info dl a, .photo .photo-info h2 a {
      border-bottom: 1px dotted #FFDD00;
      border-bottom: 0.5px dotted #FFDD00;
      color: inherit; }
    .photo .photo-info p.affil {
      margin-bottom: 0; }
    .photo .photo-info p.loc {
      margin-top: 0; }
    .photo .photo-info h3 {
      font-weight: normal;
      font-size: 1.5em;
      line-height: 1.33333;
      font-family: "Avenir Next W04", sans-serif; }
      .photo .photo-info h3 a {
        font-weight: normal;
        color: inherit; }
      .photo .photo-info h3 .info-partners {
        display: block;
        font-size: 0.88889em; }
    .photo .photo-info dl {
      padding: 0;
      position: relative; }
    .photo .photo-info dt {
      padding: 0.5em 0 0 0;
      margin: 0;
      line-height: 1.2857142857;
      border-bottom: 1px solid #363334;
      color: #83cbe2;
      font-weight: 600;
      font-size: 0.77778em; }
    .photo .photo-info dd {
      padding: 0;
      margin: 0;
      text-indent: 0; }
      .photo .photo-info dd p:first-child {
        margin-top: 0; }
      .photo .photo-info dd p:last-child {
        margin-bottom: 0; }
    .photo .photo-info .more {
      margin: 1em 0; }
  .photo.aspect-extra-wide .photo-box {
    width: 100%;
    float: none; }
  .photo.aspect-extra-wide .photo-info {
    float: none;
    width: 100%;
    padding: 1.5em 5%; }
  .photo .photo-more {
    background: #1b1a1b;
    border-top: 1px solid #2E2C2D;
    clear: both; }
    .photo .photo-more article {
      max-width: 50em;
      padding: 2em 5%;
      margin: 0 auto; }

.share .photo-share {
  border: 0;
  width: auto;
  margin: 0 auto;
  padding: 0.5em;
  max-width: 800px; }
  .share .photo-share h2 {
    font-size: 0.88889em;
    font-weight: 600; }
  .share .photo-share li {
    width: 85px;
    font-size: 0.77778em;
    color: #F7F7FF;
    background: #2E2C2D;
    text-align: left;
    border-radius: 4px;
    text-transform: lowercase; }
    .share .photo-share li a {
      color: #fff;
      display: block;
      width: 85px;
      height: 40px; }
    .share .photo-share li img {
      display: inline-block;
      width: 40%;
      margin-right: 0;
      vertical-align: middle; }

.gallery {
  padding: 0 0;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .gallery .hm-list {
    padding: 0;
    column-count: 3; }
    .gallery .hm-list li {
      list-style: none;
      text-align: center;
      font-weight: 600;
      color: #83cbe2;
      margin: 1em 0 3em 0;
      display: inline-block;
      width: 100%; }
      .gallery .hm-list li .loc {
        display: block;
        font-weight: 400;
        color: #F7F7FF; }
  .gallery .share-page {
    position: absolute;
    right: 5%;
    top: 1.5em;
    padding: 0;
    z-index: 1; }
    .gallery .share-page li {
      height: 40px;
      width: 40px;
      list-style: none;
      display: inline-block; }
  .gallery h2 {
    margin-bottom: 0.5em;
    font-size: 3em;
    line-height: 1.16667;
    clear: both;
    font-style: italic;
    font-weight: 400;
    margin-top: 0; }

.vue-enabled.offscreen .thumb_gallery {
  transition: left 0.5s ease, padding 1s ease;
  display: block; }

.vue-enabled .thumb_gallery {
  display: none; }

.thumb_gallery {
  top: 0;
  width: 100%;
  padding: 2em 5%;
  clear: none;
  transition: left 0.5s ease, padding 0 ease; }
  .thumb_gallery .thumb_gallery-head h3 {
    font-family: "Avenir Next W04", sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 0; }
  .thumb_gallery .thumb_gallery-head p {
    margin-top: 0; }
  .thumb_gallery hr {
    clear: both;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #363334; }
  .thumb_gallery abbr {
    text-decoration: none; }
  .thumb_gallery.gallery-page-1 h3, .thumb_gallery#swim-winner_gallery h3 {
    visibility: visible; }
  .thumb_gallery .contactsheet {
    margin-right: -1%; }
  .thumb_gallery .count {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    bottom: 3.75em;
    right: 0.5em;
    width: 3em;
    font-size: 0.88889em; }
  .thumb_gallery .intro {
    margin-bottom: 2em; }
    .thumb_gallery .intro p:first-child {
      margin-top: 0; }

#overlay {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: -100%;
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  transition: opacity 0.25s ease;
  z-index: 2; }
  #overlay.overlayopen {
    left: 0;
    display: block;
    opacity: 1;
    transition: opacity 0.25s ease; }

.slide {
  width: 15.66667%;
  float: left;
  padding: 0;
  position: relative;
  margin-right: 1%;
  margin-bottom: 1vw;
  border-radius: 8px;
  transition: box-shadow 0.5s ease;
  overflow: hidden; }
  .slide .slide-place {
    font-family: "Avenir Next W04", sans-serif;
    position: absolute;
    left: 4%;
    top: 4%;
    width: auto;
    height: 2em;
    font-size: 1em;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5em 0.375em 0 0.375em;
    text-align: left;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    border-radius: 4px;
    color: black; }
  .slide .slide-label {
    font-family: "Avenir Next W04", sans-serif;
    left: 0;
    top: 0;
    width: 100%;
    height: 3em;
    font-size: 1em;
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.35));
    padding: 0.5em 0.375em 0 0.375em;
    text-align: left;
    line-height: 1.125;
    font-weight: 600;
    border-radius: 4px;
    color: #F7F7FF; }
  .slide .slide-year {
    font-family: "Avenir Next W04", sans-serif;
    position: absolute;
    right: 4%;
    top: 4%;
    min-width: 2.5em;
    height: 2em;
    font-size: 1em;
    padding: 0.5em 0.375em 0 0.375em;
    text-align: center;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    border-radius: 4px;
    color: #F7F7FF;
    text-shadow: black 0 1px 3px; }
  .slide .slide-person {
    color: #F7F7FF;
    line-height: 1.25;
    font-size: 1em;
    margin: 0;
    background: rgba(0, 0, 0, 0.35);
    padding: 0.5em 0.5em;
    bottom: 0;
    width: 100%;
    height: 3.5em;
    opacity: 1; }
    .slide .slide-person span {
      white-space: nowrap; }
  .slide:hover {
    box-shadow: #FD0 0 0 5px, #FD0 0 0 10px; }
  .slide:hover .slide-person {
    opacity: 1;
    transition: opacity 0.5s ease; }
  .slide.the {
    width: 720px;
    max-width: 720px;
    height: auto; }
    .slide.the h3 {
      width: 702px; }
    .slide.the.big-the {
      width: 49%; }
  .slide img {
    height: auto;
    width: 100%;
    display: block; }
  .slide .popvote {
    display: none;
    position: absolute;
    bottom: 2em;
    padding: 5px 10px;
    line-height: 1; }

.years .slide .slide-label {
  text-align: center;
  height: 2.25em;
  font-size: 1.33333em;
  font-weight: normal; }

@keyframes spinner {
  0% {
    border-color: #FD0 #000 #000 #000; }
  25% {
    border-color: #000 #FD0 #000 #000; }
  50% {
    border-color: #000 #000 #FD0 #000; }
  75% {
    border-color: #000 #000 #000 #FD0; } }
.loading .slide::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 42px;
  height: 42px;
  border: 4px solid #FD0;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 6px, inset rgba(0, 0, 0, 0.5) 0 0 0 6px;
  animation: spinner 0.5s infinite linear;
  border-color: #FD0 #000 #000 #000; }

.square-slide h3 {
  visibility: visible; }

.slide.swim::after {
  content: url(/images/play-icon.svg);
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  border: 4px solid rgba(0, 0, 0, 0);
  padding: 0; }

#swim-winner_gallery .slide {
  width: 24%; }

#judges {
  clear: none;
  transition: left 0.5s ease;
  width: 100%;
  padding: 2em 7.5%; }
  #judges h3 {
    font-size: 2em;
    color: #83cbe2;
    margin-bottom: 0;
    line-height: 1.16667; }
    #judges h3 a {
      color: inherit;
      border-bottom: 1px dotted #FD0; }
  #judges img {
    float: left;
    margin: 0 20px 20px 0; }
  #judges .judge-list {
    column-count: 2;
    column-gap: 4em; }
  #judges .judge {
    break-inside: avoid;
    page-break-inside: avoid;
    display: inline-block; }
  #judges .judge-creds {
    font-family: "ITC New Baskerville W04";
    font-size: 1.22222em;
    line-height: 1.27273;
    margin-top: 0; }
    #judges .judge-creds em {
      display: block; }
    #judges .judge-creds a, #judges .judge-creds a:link, #judges .judge-creds a:visited {
      border-bottom: 1px dotted #FFDD00;
      border-bottom: 0.5px dotted #FFDD00;
      color: inherit; }

.vue-enabled.page-1 .gallerynav .tab-1 button {
  background: #363334;
  color: #F7F7FF; }
.vue-enabled.page-1 .gallery-page-1 {
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: auto; }
.vue-enabled.page-1 .gallery-page-2 {
  position: absolute;
  left: 100%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-1 .gallery-page-3 {
  position: absolute;
  left: 200%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-1 .gallery-page-4 {
  position: absolute;
  left: 300%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-2 .gallerynav .tab-2 button {
  background: #363334;
  color: #F7F7FF; }
.vue-enabled.page-2 .gallery-page-1 {
  position: absolute;
  left: -100%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-2 .gallery-page-2 {
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: auto; }
.vue-enabled.page-2 .gallery-page-3 {
  position: absolute;
  left: 100%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-2 .gallery-page-4 {
  position: absolute;
  left: 200%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-3 .gallerynav .tab-3 button {
  background: #363334;
  color: #F7F7FF; }
.vue-enabled.page-3 .gallery-page-1 {
  position: absolute;
  left: -200%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-3 .gallery-page-2 {
  position: absolute;
  left: -100%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-3 .gallery-page-3 {
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: auto; }
.vue-enabled.page-3 .gallery-page-4 {
  position: absolute;
  left: 100%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-4 .gallerynav .tab-4 button {
  background: #363334;
  color: #F7F7FF; }
.vue-enabled.page-4 .gallery-page-1 {
  position: absolute;
  left: -300%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-4 .gallery-page-2 {
  position: absolute;
  left: -200%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-4 .gallery-page-3 {
  position: absolute;
  left: -100%;
  top: 0;
  padding-bottom: 1.9em; }
.vue-enabled.page-4 .gallery-page-4 {
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: auto; }

.pop .slide {
  filter: brightness(0.4); }

.pop #photo {
  display: block; }

.info, .news {
  padding: 1em 7.5%; }
  .info h2, .news h2 {
    font-size: 2.6666em;
    line-height: 1.25;
    font-weight: 400; }
  .info h3, .news h3 {
    font-size: 2em;
    line-height: 1.125;
    color: #83cbe2;
    font-style: italic;
    font-weight: 400; }
  .info h4, .news h4 {
    font-family: "Avenir Next W04", sans-serif;
    font-size: 1.5em;
    line-height: 1.16667;
    color: #83cbe2; }
    .info h4 a, .info h4 a:link, .info h4 a:visited, .news h4 a, .news h4 a:link, .news h4 a:visited {
      color: inherit;
      border-bottom: 1px dotted #FFDD00;
      border-bottom: 0.5px dotted #FFDD00;
      color: inherit; }
  .info img, .news img {
    max-width: 100%; }
  .info ul, .news ul {
    max-width: 48em; }
  .info table, .news table {
    border-collapse: collapse;
    border-top: 1px solid #363334; }
    .info table th, .news table th {
      padding: 0.5em;
      color: #83cbe2;
      border-bottom: 1px solid #363334; }
    .info table td, .news table td {
      padding: 0.5em;
      border-bottom: 1px solid #363334; }

.news article {
  margin: 2em 0;
  padding-bottom: 2em;
  border-bottom: 1px solid #444; }
  .news article hr {
    height: 0;
    border: 0;
    clear: both; }
  .news article h2 {
    font-size: 2em;
    line-height: 1.25em;
    max-width: 24em; }
  .news article h3 {
    font-size: 1.5em;
    max-width: 32em;
    font-style: normal;
    line-height: 1.33333;
    color: #F7F7FF; }
    .news article h3 a, .news article h3 a:link, .news article h3 a:visited {
      color: inherit; }
  .news article img {
    float: right;
    margin: 0 0 2em 2em;
    border-radius: 4px;
    max-width: 50%; }

#news-prev-next {
  margin: 2em auto; }
  #news-prev-next #news-previous {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    border-right: 1px solid #444;
    padding-right: 1em; }
    #news-prev-next #news-previous::before {
      content: "‹";
      position: absolute;
      top: 0;
      left: -20px;
      color: #F7F7FF;
      font-size: 1.5em;
      line-height: 0.75; }
  #news-prev-next #news-next {
    position: relative;
    display: table-cell;
    width: 50%;
    float: right;
    padding-left: 1em;
    text-align: right; }
    #news-prev-next #news-next::after {
      content: "›";
      position: absolute;
      top: 0;
      right: -20px;
      padding-left: 8px;
      color: #F7F7FF;
      font-size: 1.5em;
      line-height: 0.75; }

#bigfoot {
  margin-top: 4em;
  padding: 1em 5%;
  background: #1b1a1b; }

#footer-links {
  color: #817a7c;
  font-size: 0.77778em;
  border-top: 1px solid #363334; }
  #footer-links .footer-link-block {
    float: left;
    width: 25%;
    padding-right: 20px; }
  #footer-links a, #footer-links a:link, #footer-links a:visited {
    color: #c6bbbf; }
  #footer-links h3 {
    font-family: "Avenir Next W04", sans-serif;
    font-weight: 400; }
    #footer-links h3 a, #footer-links h3 a:link, #footer-links h3 a:visited {
      color: inherit; }
  #footer-links ul {
    padding: 0; }
    #footer-links ul li {
      margin-bottom: 0.9285714286em;
      list-style: none;
      position: relative; }
      #footer-links ul li.narrow-only {
        display: none; }

footer {
  margin: 1em 0 3em 0;
  padding-top: 40px;
  position: relative;
  clear: both; }
  footer #niilogo {
    position: absolute;
    right: 20px;
    top: 0;
    margin-right: -10px; }
  footer .cilogo {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.88889em;
    margin-bottom: 0; }
  footer hr {
    clear: both;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #363334;
    margin-bottom: 0.25em; }
  footer #footerMenu {
    padding: 0;
    margin-top: 0.25em; }
    footer #footerMenu li {
      list-style: none;
      display: inline;
      font-size: 0.77778em;
      padding-right: 10px; }
      footer #footerMenu li a {
        font-weight: 400; }
      footer #footerMenu li:before {
        content: "›";
        font-size: 1.2857142857em;
        font-weight: 600;
        padding-right: 3px; }
  footer #copyright {
    font-size: 0.77778em;
    text-align: right;
    float: right;
    margin-top: -2.825em; }

.page-404 {
  padding: 2em;
  margin: 120px auto 2em auto;
  border-radius: 4px;
  max-width: 640px;
  background: rgba(0, 0, 0, 0.5); }
  .page-404 h1 {
    margin-top: 0; }
  .page-404 h2 {
    color: #83cbe2;
    font-family: "Avenir Next W04", sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.33333; }
  .page-404 #sw-404-search {
    position: relative; }
    .page-404 #sw-404-search #search-404-field {
      width: 100%;
      background-color: #000;
      color: #F7F7FF;
      font-size: 1.22222em;
      font-weight: 200;
      margin: 0;
      border-radius: 0;
      padding: 9px 6px 3px 6px;
      border: 0;
      border-bottom: 1px solid #363334;
      font-family: "Avenir Next W04", sans-serif;
      -webkit-appearance: textfield; }
      .page-404 #sw-404-search #search-404-field:focus {
        border-bottom-color: #FFDD00;
        outline: none;
        transition: border-bottom-color 0.5s ease; }
        .page-404 #sw-404-search #search-404-field:focus::placeholder {
          color: #363334;
          transition: color 0.5s ease; }
    .page-404 #sw-404-search #search-404-submit {
      font-family: "Avenir Next W04", sans-serif;
      font-size: 0.77778em;
      text-transform: uppercase;
      cursor: pointer;
      border: 0;
      position: absolute;
      background: none;
      border: none;
      color: #FFDD00;
      top: 1em;
      right: 3px; }
      .page-404 #sw-404-search #search-404-submit::after {
        content: "▶"; }

@media (max-width: 1439px) {
  .gallery .thumb_gallery .person-bio .bio-text, .search-results .person-bio .bio-text {
    width: 80%; }
  .gallery .thumb_gallery .person-bio .bio-pic, .search-results .person-bio .bio-pic {
    width: 18.5%; }
  .gallery .thumb_gallery .contactsheet, .search-results .contactsheet {
    margin-right: -1.5%; }
  .gallery .thumb_gallery .slide, .search-results .slide {
    width: 18.5%;
    margin-right: 1.5%;
    margin-bottom: 1.5vw; }
  .gallery .thumb_gallery#swim-winner_gallery .slide, .search-results#swim-winner_gallery .slide {
    width: 23.5%; } }
@media (max-width: 1279px) {
  header.minihead p.parent-head + h1.reallylongname {
    font-size: 1.55556em;
    line-height: 1.2857142857;
    transition: font-size 0.25s ease, line-height 0.25s ease; }

  .gallery .hm-list {
    padding: 0;
    column-count: 2; }

  .gallery #judges .judge-list {
    column-count: 1; }

  .gallery .thumb_gallery .person-bio .bio-text, .search-results .person-bio .bio-text {
    width: 70%; }
  .gallery .thumb_gallery .person-bio .bio-pic, .search-results .person-bio .bio-pic {
    width: 23%; }
  .gallery .thumb_gallery .contactsheet, .search-results .contactsheet {
    margin-right: -2%; }
  .gallery .thumb_gallery .slide, .search-results .slide {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2vw; }
  .gallery .thumb_gallery#swim-winner_gallery .slide, .search-results#swim-winner_gallery .slide {
    width: 31.33333%; }

  .photo.aspect-wide .photo-box {
    width: 100%;
    float: none; }
  .photo.aspect-wide .photo-info {
    float: none;
    width: 100%;
    padding: 1.5em 5%; }
  .photo.aspect-square .photo-box, .photo.aspect-tall .photo-box, .photo.aspect-extra-tall .photo-box {
    width: 60%; }
  .photo.aspect-square .photo-info, .photo.aspect-tall .photo-info, .photo.aspect-extra-tall .photo-info {
    width: 40%; } }
@media (max-width: 1000px) {
  #homesplash .masthead-overlay {
    transform: translate(-50%, -50%); } }
@media (max-width: 959px) {
  header.minihead p.parent-head + h1.longname {
    font-size: 1.55556em;
    line-height: 1.2857142857;
    transition: font-size 0.25s ease, line-height 0.25s ease; }
  header.minihead p.parent-head + h1.reallylongname {
    font-size: 1.33333em;
    line-height: 1;
    transition: font-size 0.25s ease, line-height 0.25s ease; }

  #footer-links .footer-link-block {
    width: 50%; }

  .gallery .thumb_gallery .person-bio .bio-text, .search-results .person-bio .bio-text {
    width: 60%; }
  .gallery .thumb_gallery .person-bio .bio-pic, .search-results .person-bio .bio-pic {
    width: 30.83333%; }
  .gallery .thumb_gallery .contactsheet, .search-results .contactsheet {
    margin-right: -2.5%; }
  .gallery .thumb_gallery .slide, .search-results .slide {
    width: 30.83333%;
    margin-right: 2.5%;
    margin-bottom: 2.5vw; }
  .gallery .thumb_gallery#swim-winner_gallery .slide, .search-results#swim-winner_gallery .slide {
    width: 47.5%; }

  .photo.aspect-square .photo-box, .photo.aspect-tall .photo-box {
    width: 100%;
    float: none; }
  .photo.aspect-square .photo-info, .photo.aspect-tall .photo-info {
    float: none;
    width: 100%;
    padding: 1.5em 5%; }
  .photo.aspect-extra-tall .photo-box {
    width: 50%; }
  .photo.aspect-extra-tall .photo-info {
    width: 50%; }

  #dropmenu .drop-col {
    width: 50%; } }
@media (max-width: 800px) {
  .page-404.pagewrapper {
    margin: 2em 5%;
    max-width: none; }

  .gallery .hm-list {
    padding: 0;
    column-count: 1; }

  .gallerynav {
    position: relative;
    top: 0; }
    .gallerynav.narrow-only {
      display: block; }
      .gallerynav.narrow-only li button, .gallerynav.narrow-only a {
        display: inline-block;
        width: 2em;
        padding: 0;
        text-align: center; }
    .gallerynav li button span, .gallerynav li a span {
      display: none; }
    .gallerynav li button abbr, .gallerynav li a abbr {
      display: inline; }

  #welcome {
    padding: 4em 0; }
    #welcome h1 {
      font-size: 2.5em;
      line-height: 1.2;
      margin-bottom: 0.33333em; }
    #welcome h2 {
      font-size: 1.5em;
      margin-top: 0.5em;
      font-weight: 600;
      line-height: 1.333333;
      color: #83cbe2; }
    #welcome .welcomecontent {
      width: 100%;
      padding-right: 7.5%;
      float: none; }
      #welcome .welcomecontent h2 {
        font-style: italic; }
    #welcome #entercomp {
      width: 90%;
      margin: 1em 5%;
      padding: 1em 5%; }
      #welcome #entercomp h2 {
        font-size: 1.25em; }

  #competitions #compphoto, #competitions #compvideo {
    width: 100%;
    float: none;
    position: relative; }
    #competitions #compphoto .sectionlogo, #competitions #compvideo .sectionlogo {
      display: block;
      margin: 0 auto;
      position: absolute;
      top: 2em; }
    #competitions #compphoto h2, #competitions #compvideo h2 {
      margin-top: -1.6em;
      font-size: 1.33333em;
      line-height: 1.125; }
      #competitions #compphoto h2 a, #competitions #compvideo h2 a {
        color: inherit; }
  #competitions #compphoto {
    border-right: 0;
    padding-bottom: 3em; }
    #competitions #compphoto .imgheader img {
      width: 100%; }
    #competitions #compphoto h2 {
      padding: 0.25em 7.5% 0.225em 7.5%; }
    #competitions #compphoto .descript {
      padding: 0 7.5% 0 7.5%; }
  #competitions #compvideo h2 {
    padding: 0.25em 7.5% 0.225em 7.5%; }
  #competitions #compvideo .descript {
    padding: 0 7.5% 0 7.5%; }
  #competitions #compvideo .vidbox {
    height: 56.25vw; }

  #webfeatures #microscopy-u, #webfeatures #masters-of-microscopy {
    width: 100%;
    float: none;
    position: relative; }
    #webfeatures #microscopy-u .sectionlogo, #webfeatures #masters-of-microscopy .sectionlogo {
      display: block;
      margin: 0 auto;
      position: absolute;
      top: 2em; }
    #webfeatures #microscopy-u h2, #webfeatures #masters-of-microscopy h2 {
      margin-top: -1.6em;
      font-size: 1.33333em;
      line-height: 1.125; }
      #webfeatures #microscopy-u h2 a, #webfeatures #masters-of-microscopy h2 a {
        color: inherit; }
  #webfeatures #masters-of-microscopy {
    border-right: 0;
    padding-bottom: 3em; }
    #webfeatures #masters-of-microscopy .imgheader img {
      width: 100%; }
    #webfeatures #masters-of-microscopy h2 {
      padding: 0.25em 7.5% 0.225em 7.5%; }
    #webfeatures #masters-of-microscopy .descript {
      padding: 0 7.5% 0 7.5%; }
  #webfeatures #microscopy-u h2 {
    padding: 0.25em 7.5% 0.225em 7.5%; }
  #webfeatures #microscopy-u .imgheader img {
    width: 100%; }

  #newsevents {
    padding: 4em 0; }
    #newsevents #news {
      padding: 0 7.5% 3em 7.5%;
      float: none;
      width: 100%;
      border-right: 0; }
      #newsevents #news h3 {
        font-size: 1.33333em;
        line-height: 1.125; }
    #newsevents img {
      max-width: 110%;
      margin: 0 -5%; }
    #newsevents #events {
      padding: 0 7.5% 0 7.55%;
      float: none;
      width: 100%; }

  .pagewrapper {
    margin-top: 0; }

  header.minihead {
    height: auto;
    min-height: 90px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px; }
    header.minihead h1 {
      padding-top: 90px;
      padding-left: 0;
      margin-top: 0;
      height: auto; }
    header.minihead p.parent-head {
      padding-top: 90px;
      padding-left: 0;
      margin-top: 0; }
      header.minihead p.parent-head + h1 {
        padding-top: 0; }
    header.minihead .gallerynav {
      padding-left: 0; }

  .photo.aspect-extra-tall .photo-box {
    width: 100%;
    float: none; }
  .photo.aspect-extra-tall .photo-info {
    float: none;
    width: 100%;
    padding: 1.5em 5%; }

  #dropmenu .drop-col {
    width: 100%; }
    #dropmenu .drop-col ul {
      padding-left: 0; }
      #dropmenu .drop-col ul li {
        display: inline;
        white-space: nowrap; }
        #dropmenu .drop-col ul li::before {
          content: ""; }
        #dropmenu .drop-col ul li::after {
          content: " ∙";
          color: rgba(255, 255, 255, 0.5); }
        #dropmenu .drop-col ul li:last-child::after {
          content: none; }

  #socmed {
    clear: both;
    width: auto; }

  footer #copyright {
    float: none;
    clear: both;
    margin-top: 0; }

  .news article img.news-img {
    margin: 0 auto 3em auto;
    max-width: 100%;
    float: none; }

  .info, .news {
    padding: 1em 7.5%; }
    .info h2, .news h2 {
      font-size: 2.33333em;
      line-height: 1.2857142857;
      font-weight: 400; }
    .info h3, .news h3 {
      font-size: 2em;
      line-height: 1.125;
      color: #83cbe2;
      font-style: italic;
      font-weight: 400; } }
@media (max-width: 639px) {
  #footer-links .f-block-2, #footer-links .f-block-3 {
    display: none; }
  #footer-links .f-block-1 ul {
    display: inline;
    max-width: 100%; }
  #footer-links .f-block-1 li {
    display: inline-block;
    margin-bottom: 0; }
    #footer-links .f-block-1 li::before {
      content: " "; }
    #footer-links .f-block-1 li::after {
      content: "∙";
      margin: 0 5px;
      color: rgba(255, 255, 255, 0.5); }
    #footer-links .f-block-1 li:last-child::after {
      content: none; }
  #footer-links .footer-link-block {
    width: 100%;
    padding-right: 0; }
    #footer-links .footer-link-block li.narrow-only {
      display: block; }

  header.minihead hgroup {
    padding-left: 0; }

  .news article img {
    float: none;
    margin: 0;
    width: auto;
    max-width: 100%; }

  header.paddinghead {
    position: relative;
    margin-bottom: -5em;
    padding-bottom: 0.5em; }
    header.paddinghead h1 {
      font-size: 1.25em;
      line-height: 1.2;
      font-weight: 400; }

  .gallery h2 {
    font-size: 2em;
    padding-top: 0.5em;
    line-height: 1.25; }
  .gallery .share-page {
    top: -0.25em; }
  .gallery .thumb_gallery .person-bio .bio-text {
    width: 100%;
    float: none; }
  .gallery .thumb_gallery .person-bio .bio-pic {
    width: 300px;
    float: none;
    margin: 1em auto; }
  .gallery .thumb_gallery .contactsheet {
    margin-right: -3%; }
  .gallery .thumb_gallery .slide {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3vw; }
  .gallery .thumb_gallery#swim-winner_gallery .slide {
    width: 47%; }

  .search-results .contactsheet {
    margin-right: -3%; }
  .search-results .slide {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3vw; }
  .search-results#swim-winner_gallery .slide {
    width: 47%; }

  #news-prev-next #news-previous {
    width: 100%;
    float: none;
    border-right: 0;
    border-bottom: 1px solid #555;
    margin-bottom: 1em;
    padding-bottom: 1em; }
  #news-prev-next #news-next {
    margin-top: 1em;
    width: 100%;
    float: none; } }

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