@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;
}

.note {
  color: #83cbe2;
  padding: 1em;
  border: 1px solid #83cbe2;
  margin: 1em -1em;
  border-radius: 4px;
}

.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(../png/masters-of-microscopy.png) no-repeat 50% 0;
  background-size: 100% auto;
}

.gallery .thumb_gallery.person-gallery .slide-person {
  display: none;
}
.gallery .thumb_gallery.person-gallery h3 {
  visibility: visible;
  width: 100%;
}
.gallery .thumb_gallery.person-gallery 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% 0 7.5%;
}

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

#tour-list {
  padding: 0 7.5% 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(../png/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;
  }
}
.gallery .subject-description {
  margin-bottom: 3em;
}

.masters-head .livetext {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.masters-head a {
  display: block;
  text-indent: -5000px;
  height: 62px;
  width: 224px;
  background: url(../png/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 .livetext {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.masters-home h1 img {
  display: block;
  text-indent: -5000px;
  height: auto;
  max-height: 100px;
  width: auto;
  max-width: 70%;
  margin: 0 auto;
}

#master-wrapper {
  margin: 0 auto;
  padding: 1em 5%;
  max-width: 80em;
  min-width: 35%;
}
#master-wrapper .volume-list li a .volume, #master-wrapper .volume-list li a:link .volume, #master-wrapper .volume-list li a:visited .volume {
  width: 1.5em;
}
#master-wrapper::after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}
#master-wrapper .profile {
  max-width: 60%;
  float: left;
  margin: 0;
  padding: 0;
}

.profile {
  margin: 0 auto;
  padding: 1em 5%;
  max-width: 60em;
}
.profile .intro p {
  font-style: italic;
  font-family: "ITC New Baskerville W04";
  font-size: 1.11111em;
  line-height: 1.35;
}
.profile .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;
}
.profile img {
  max-width: 100%;
  height: auto;
}
.profile h2 {
  font-size: 2em;
  font-family: "ITC New Baskerville W04";
  color: #83cbe2;
  font-weight: 200;
}
.profile .article-photo {
  max-width: 100%;
  margin: 1em 0;
}
.profile .article-photo img {
  height: auto;
}
.profile .article-photo figcaption {
  font-size: 0.88889em;
  color: #83cbe2;
  margin-bottom: 2em;
}
.profile .article-photo figcaption p {
  margin-top: 0;
}
.profile .article-photo.photo-right {
  float: right;
  clear: right;
  margin: 0 0 0 2em;
}
.profile .article-photo.photo-center {
  float: none;
  margin: 1em auto;
}
.profile .article-photo.photo-left {
  float: left;
  clear: left;
  margin: 0 2em 0 0;
}
.profile #masters-volumes {
  padding: 2em 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.profile .masters-volume {
  width: 31%;
  margin-right: 2%;
  position: relative;
  border-radius: 4px;
  margin-bottom: 2em;
  overflow: hidden;
  float: left;
}
.profile .masters-volume img {
  display: block;
}
.profile .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;
}
.profile .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;
}
.profile .masters-volume h4 a {
  color: inherit;
}

@media (max-width: 1199px) {
  #master-wrapper {
    margin: 0 auto;
    padding: 1em 5%;
    max-width: 55em;
  }
  #master-wrapper .volume-list {
    margin-left: 0;
    float: none;
    width: 100%;
  }
  #master-wrapper .profile {
    max-width: 100%;
    float: none;
  }
  #master-wrapper .profile .intro p {
    font-style: italic;
    font-family: "ITC New Baskerville W04";
    font-size: 1.22222em;
    line-height: 1.63636;
  }
}
@media (max-width: 959px) {
  .profile {
    margin: 0 5%;
  }
  .profile .masters-volume {
    width: 46%;
    margin-right: 4%;
  }
}
@media (max-width: 799px) {
  .profile .article-photo.photo-right {
    float: none;
    clear: both;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .profile .masters-volume {
    width: auto;
    max-width: 100%;
    margin: 0 auto 2em auto;
  }
}
.mtj-head a {
  display: block;
  text-indent: -5000px;
  height: 62px;
  width: 224px;
  background: url(../png/masters-of-microscopy.png) no-repeat 0 2px;
  background-size: 100% auto;
}

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

.meet-the-judges-volume {
  border-bottom: 1px solid #363334;
  padding: 1em 0;
}
.meet-the-judges-volume h3 {
  margin-top: 0;
}
.meet-the-judges-volume::after {
  content: " ";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.meet-the-judges-volume a, .meet-the-judges-volume a:link, .meet-the-judges-volume a:visited {
  color: #FFF;
}
.meet-the-judges-volume img {
  float: left;
  width: 35%;
  margin-right: 5%;
}

#mtj-wrapper {
  margin: 0 auto;
  padding: 1em 5%;
  max-width: 80em;
}
#mtj-wrapper .volume-list {
  min-width: 35%;
}
#mtj-wrapper .volume-list li a .volume, #mtj-wrapper .volume-list li a:link .volume, #mtj-wrapper .volume-list li a:visited .volume {
  width: 3em;
  text-align: center;
}
#mtj-wrapper::after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}
#mtj-wrapper .profile {
  max-width: 60%;
  float: left;
  margin: 0;
  padding: 0;
}

.meet-the-judges-head .livetext {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.meet-the-judges-head a {
  display: block;
  text-indent: -5000px;
  height: 62px;
  width: 153px;
  background: url(../svg/meet-the-judges.svg) no-repeat 0 2px;
  background-size: 100% auto;
}

@media (max-width: 1199px) {
  #mtj-wrapper {
    margin: 0 auto;
    padding: 1em 5%;
    max-width: 55em;
  }
  #mtj-wrapper .volume-list {
    margin-left: 0;
    float: none;
    width: 100%;
  }
  #mtj-wrapper .profile {
    max-width: 100%;
    float: none;
  }
  #mtj-wrapper .profile .intro p {
    font-style: italic;
    font-family: "ITC New Baskerville W04";
    font-size: 1.22222em;
    line-height: 1.63636;
  }
}
.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;
  }
}
.legal {
  padding: 1em 7.5%;
}
.legal h1 {
  font-family: "Avenir Next W04", sans-serif;
  font-size: 1.66667em;
  line-height: 1.25;
  font-weight: 600;
}
.legal h2 {
  font-family: "Avenir Next W04", sans-serif;
  font-size: 1.33333em;
  line-height: 1.25;
  font-weight: 600;
}
.legal h3 {
  font-size: 2em;
  line-height: 1.125;
  color: #83cbe2;
  font-style: italic;
  font-weight: 400;
}
.legal h4 {
  font-family: "Avenir Next W04", sans-serif;
  font-size: 1.5em;
  line-height: 1.16667;
  color: #83cbe2;
}
.legal h4 a, .legal h4 a:link, .legal h4 a:visited {
  color: inherit;
  border-bottom: 1px dotted #FFDD00;
  border-bottom: 0.5px dotted #FFDD00;
  color: inherit;
}
.legal img {
  max-width: 100%;
}
.legal ul, .legal ol {
  max-width: 48em;
}
.legal table {
  border-collapse: collapse;
  border-top: 1px solid #363334;
}
.legal table thead {
  background: #222;
}
.legal table th {
  padding: 0.5em;
  color: #83cbe2;
  border-bottom: 1px solid #363334;
}
.legal table td {
  padding: 0.5em;
  border-bottom: 1px solid #363334;
}

.legal-section {
  position: relative;
}
.legal-section .pf-anchor {
  position: absolute;
  top: -90px;
}
.legal-section table {
  border-collapse: collapse;
}
.legal-section table thead {
  background: #111;
  color: #eee;
}
.legal-section table thead th {
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: center;
}
.legal-section table tbody th {
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}
.legal-section table tbody td {
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #CCC;
}

body .optanon-alert-box-wrapper * {
  font-family: "Avenir Next W04", sans-serif;
}
body .optanon-alert-box-wrapper .optanon-alert-box-button-middle {
  border-radius: 4px;
}

.optanon-toggle-display {
  cursor: pointer;
}

@media only screen and (max-width: 47em) {
  #optanon #optanon-popup-wrapper .h2 {
    clear: both;
  }
  #optanon #optanon-popup-bottom-logo {
    float: none !important;
  }
}
.faqs {
  padding: 1em 7.5%;
}
.faqs .qa {
  border-top: 1px solid #817a7c;
  padding: 1em 0;
  margin-top: 1em;
}
.faqs .qa:first-of-type {
  border-top: 0;
  margin-top: 0;
}
.faqs .qa h3 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5em;
}

#newsevents #events.hp-downloads h3 {
  font-size: 1.5em;
  line-height: 1.33333;
  font-weight: 400;
  color: #FFF;
  font-family: "ITC New Baskerville W04";
}

#downloads-intro {
  padding: 2em 5% 0 5%;
}
#downloads-intro h2 {
  font-size: 2em;
  margin-top: 0;
}

.downloads-backgrounds {
  margin: 2em 5%;
}
.downloads-backgrounds ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.downloads-backgrounds ul li {
  list-style: none;
  width: 300px;
  margin: 0;
  position: relative;
  width: 318px;
  padding: 1em 0.5em 2em 0.5em;
  border-bottom: 1px solid #111;
}
.downloads-backgrounds ul li img {
  display: block;
}
.downloads-backgrounds ul li .source-image {
  font-size: 0.77778em;
  color: #FFF;
  color: #83cbe2;
}
.downloads-backgrounds ul li .source-caption {
  font-size: 0.88889em;
  color: #FFF;
  margin-top: 1em;
}
.downloads-backgrounds ul li .source-caption p strong {
  font-weight: normal;
}
.downloads-backgrounds ul li .source-link {
  font-size: 0.77778em;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 1em;
}
.downloads-backgrounds ul li .download-button {
  margin-top: -2em;
  margin-left: 0.5em;
  pointer-events: none;
}
.downloads-backgrounds ul li .download-button a, .downloads-backgrounds ul li .download-button a:link, .downloads-backgrounds ul li .download-button a:visited {
  background: #FFDD00;
  color: #2E2C2D;
  line-height: 1;
  padding: 0.3em 1em 0.2em 1em;
  border-radius: 2em;
  font-weight: 600;
  font-size: 0.77778em;
  text-transform: uppercase;
  box-shadow: #000 0 1px 2px;
}
.downloads-backgrounds ul li .download-button a .download-size, .downloads-backgrounds ul li .download-button a:link .download-size, .downloads-backgrounds ul li .download-button a:visited .download-size {
  color: #c60;
}

header.minihead .featured-head {
  font-size: 2.5rem;
  margin-top: 1.75rem;
}

* {
  box-sizing: border-box;
}

img.lazy {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

img.lazy.loaded {
  opacity: 1;
  transition: opacity 0.25s ease-out;
  visibility: visible;
}

body {
  background: #2E2C2D;
  color: #F7F7FF;
  margin: 0;
  padding: 0;
  font-family: "Avenir Next W04", sans-serif;
  font-weight: 400;
  background: #2E2C2D url(../jpg/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;
}

abbr, abbr[title] {
  text-decoration: none;
}

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.calendar.faded .heroimage, #homesplash.calendar.faded .info-caption {
  opacity: 0;
  transform: scale(1.25) translate(-40%, -40%);
}
#homesplash.calendar img.heroimage {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
  transition: opacity 2s ease-out 0.5s, transform 10s ease-out;
}

#homesplash {
  height: 100vh;
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
}
#homesplash.faded .heroimage, #homesplash.faded .info-caption {
  opacity: 0;
}
#homesplash.faded img.heroimage.hp-slide {
  transform: translate(-50%, -50%);
}
#homesplash .masthead-overlay {
  position: absolute;
  width: 420px;
  max-width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  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: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity 2s ease-out 0.5s;
}
#homesplash img.heroimage.hp-slide {
  left: 0;
  right: auto;
  transform: translate(0, -50%);
  transition: opacity 2s ease-out 0.5s, transform 10s ease-out;
  height: auto;
  width: 200%;
  max-width: none;
  max-height: none;
  min-width: 100%;
}
#homesplash.feature-fill img.heroimage {
  object-fit: cover;
  max-width: none;
  max-height: none;
}
#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%);
  pointer-events: none;
}
#homesplash.feature-fill .message-centered {
  width: 80%;
  margin: 0 10%;
  top: 50%;
  transform: translateY(-96px);
  text-align: center;
  position: absolute;
  z-index: 2;
}
#homesplash.feature-fill .message-centered img {
  max-width: 100%;
}
#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;
  margin-left: 5%;
  height: auto;
  height: auto;
  max-width: 280px;
  width: 30%;
  z-index: 3;
  padding-top: 40px;
  transform: translateY(-5%);
}
#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, #welcome #calendar-ad {
  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 img, #welcome #calendar-ad img {
  display: block;
  max-width: 100%;
}
#welcome #entercomp > *:first-child, #welcome #calendar-ad > *:first-child {
  margin-top: 0;
}
#welcome #entercomp > *:last-child, #welcome #calendar-ad > *:last-child {
  margin-bottom: 0;
}
#welcome #entercomp h2, #welcome #calendar-ad h2 {
  font-family: "Avenir Next W04", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}
#welcome #entercomp h3, #welcome #calendar-ad h3 {
  margin-bottom: 0;
}
#welcome #entercomp .date, #welcome #calendar-ad .date {
  margin-top: 0;
}
#welcome #calendar-ad {
  padding-top: 0.5em;
  background: #1f1d1e;
}
#welcome #calendar-ad h2 {
  text-transform: none;
  font-size: 1.3333em;
}

#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;
  display: flex;
  flex-wrap: wrap;
}
#webfeatures .feature {
  width: 50%;
  float: left;
  position: relative;
}
#webfeatures .feature .sectionlogo {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 2em;
}
#webfeatures .feature 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 .feature h2 a {
  color: inherit;
}
#webfeatures .feature #home-featured-image .imgheader {
  width: 100%;
  height: 45vw;
  overflow: hidden;
}
#webfeatures .feature.hp-left {
  border-right: 1px solid #555;
  clear: both;
}
#webfeatures .feature.hp-left .imgheader img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
#webfeatures .feature.hp-left h2 {
  padding: 0.25em 10% 0.225em 15%;
}
#webfeatures .feature.hp-left .descript {
  padding: 0 10% 0 15%;
}
#webfeatures .feature.hp-right h2 {
  padding: 0.25em 15% 0.225em 10%;
}
#webfeatures .feature.hp-right .descript {
  padding: 0 15% 0 10%;
}
#webfeatures .feature.hp-right .imgheader img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
#webfeatures #microscopy-u {
  clear: left;
}

#newsevents {
  padding: 2em 0 4em 0;
}
#newsevents .news-feature {
  padding: 0 5% 0 7.5%;
  float: left;
  width: 50%;
  border-right: 1px solid #444;
}
#newsevents .news-feature h3 {
  font-size: 1.5em;
  line-height: 1.33333;
  font-weight: 400;
  color: #FFF;
}
#newsevents .news-feature h3 a, #newsevents .news-feature h3 a:link, #newsevents .news-feature 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 .news-feature.hp-right {
  padding: 0 7.5% 0 5%;
  float: right;
  width: 50%;
}
#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: 0 7.5% 1em 7.5% 0;
  font-size: 2em;
  font-family: "Avenir Next W04", sans-serif;
  font-weight: 400;
}
#newsevents h2 a {
  color: #83cbe2;
}

#tour ul {
  padding: 0;
}
#tour ul li {
  list-style: none;
}
#tour ul li .stop-date {
  font-size: 0.8889em;
}
#tour h3 {
  margin-bottom: 0;
  font-family: "Avenir Next W04", sans-serif;
  font-size: 1.11111em;
  font-weight: 400;
}

#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;
}

.article-video {
  clear: both;
  padding: 0;
  margin: 1em 0;
}
.article-video figcaption {
  font-size: 0.88889em;
  color: #83cbe2;
  margin-bottom: 2em;
}
.article-video figcaption p {
  margin-top: 0;
}
.article-video .article-video-box {
  position: relative;
  width: 100%;
  height: 0;
}
.article-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 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: 1em;
  left: 5%;
  height: 52px;
  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: 240px;
  color: #83cbe2;
  transform: uppercase;
}
header.minihead p.parent-head + h1 {
  font-size: 1.66667em;
  margin-top: 0.125em;
  height: auto;
}
header.minihead hgroup {
  position: relative;
  padding-left: 240px;
}
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: 240px;
  color: #83cbe2;
  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 #FFF;
  font-family: "Avenir Next W04", sans-serif;
}
#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: #c6bbbf;
  transition: color 0.5s ease;
}
#searchdrop #sw-search #search-submit {
  font-family: "Avenir Next W04", sans-serif;
  font-size: 0.77778em;
  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;
  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 70px -3px -10px;
  position: absolute;
  top: 43px;
  padding-left: 240px;
}
.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.77778em;
  border-radius: 1em;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
}
.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-container .photo-ad {
  max-width: 100%;
  margin: 1em auto;
}
#photo-zone #photo-container .photo-ad img {
  max-width: 100%;
  border-radius: 4px;
}
#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.5s cubic-bezier(0, 0, 0.001, 1);
}
.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.5s cubic-bezier(0, 0, 0.001, 1);
}
.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;
  overflow: hidden;
}
.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;
  max-width: 100%;
}
.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;
}
.photo .photo-more .photo-qanda {
  max-width: 50em;
  padding: 2em 5%;
  margin: 0 auto;
}
.photo .photo-more .photo-qanda .photo-qanda-intro p {
  font-size: 1.33333em;
  margin-bottom: 1.5em;
  font-weight: 200;
  color: #83cbe2;
  font-style: italic;
  margin-top: -1em;
}
.photo .photo-more .photo-qanda h2 {
  font-family: "Avenir Next W04", sans-serif;
  color: #83cbe2;
  font-size: 2em;
  font-weight: 200;
  margin-top: 0.5em;
  line-height: 0;
  text-indent: -5000px;
}
.photo .photo-more .photo-qanda h2::before {
  content: url(../svg/in_their_own_words.svg);
  display: inline-block;
  width: 100%;
  max-width: 480px;
  text-indent: 0px;
  z-index: 1;
  position: relative;
  left: 5000px;
}
.photo .photo-more .photo-qanda dt p {
  font-weight: 600;
  color: #83cbe2;
}
.photo .photo-more .photo-qanda dd {
  margin: 1em 0 3em 0;
  text-indent: 0;
  margin-inline-start: 0;
}
.photo .photo-more .photo-qanda dd p {
  font-weight: 200;
}
.photo.hasboth .photo-more article {
  width: 47.5%;
  margin-right: -1px;
  float: left;
  margin-left: 2.5%;
}
.photo.hasboth .photo-more .photo-qanda {
  width: 47.5%;
  float: right;
  border-left: 1px solid #2E2C2D;
  padding-left: 2.5%;
  margin-right: 2.5%;
}

.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 .gallery-ad {
  max-width: 100%;
  margin: 1em auto;
  width: 728px;
}
.gallery .gallery-ad img {
  border-radius: 4px;
  max-width: 100%;
}
.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;
}
.gallery .gallery_button {
  background: #111;
  color: #F7F7FF;
  font-family: "Avenir Next W04", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  border: 0;
  line-height: 1;
  padding: 0.5em 1em;
  width: 300px;
  max-width: 49%;
  margin-bottom: 2em;
  border-bottom: 2px solid #FD0;
  border-radius: 2px;
}
.gallery .gallery_button.prev_button {
  float: left;
  text-align: left;
}
.gallery .gallery_button.prev_button::before {
  content: "‹";
  display: inline-block;
  padding-right: 0.5em;
}
.gallery .gallery_button.next_button {
  float: right;
  text-align: right;
}
.gallery .gallery_button.next_button::after {
  content: "›";
  display: inline-block;
  padding-left: 0.5em;
}

.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.year-gallery .slide-year {
  display: none;
}
.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;
  padding-right: 320px;
}
.thumb_gallery .intro p:first-child {
  margin-top: 0;
}
.thumb_gallery .category-ad {
  position: absolute;
  right: 5%;
  top: 2em;
  margin: 0 0 1em 1em;
}
.thumb_gallery .category-ad img {
  border-radius: 4px;
}
.thumb_gallery .category-ad-small {
  margin: 1em auto;
  display: none;
  text-align: center;
  max-width: 100%;
}
.thumb_gallery .category-ad-small img {
  border-radius: 4px;
  max-width: 100%;
}

#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;
  background: #000;
}
.slide .slide-place {
  font-family: "Avenir Next W04", sans-serif;
  position: absolute;
  z-index: 1;
  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;
  background: #191919;
}
.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: #191919;
  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(../svg/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;
  padding-bottom: 2em;
}
#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 auto;
  padding-bottom: 2em;
  border-bottom: 1px solid #444;
  max-width: 1200px;
}
.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 .news-image {
  float: right;
  margin: 0 0 2em 2em;
  border-radius: 4px;
  max-width: 50%;
}
.news article .news-image img {
  width: 100%;
}
.news article .news-image figcaption {
  color: #8DB9CB;
  font-size: 0.88889em;
  margin-top: -1em;
}
.news article .article-photo {
  margin: 0;
}
.news article .article-photo.photo-left {
  float: left;
  clear: left;
  margin-right: 1em;
  max-width: 40%;
}
.news article .article-photo.photo-right {
  float: right;
  clear: right;
  margin-left: 1em;
  max-width: 40%;
}
.news article .article-photo.photo-center {
  clear: both;
  margin: 1em auto;
  max-width: 100%;
}
.news article .article-photo img {
  max-width: 100%;
  height: auto;
}
.news article .article-photo figcaption {
  font-size: 0.88889em;
  color: #83cbe2;
  margin-bottom: 2em;
}

#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: "▶";
}

.volume-list {
  margin-left: 5%;
  float: left;
}
.volume-list h3 {
  font-family: "Avenir Next W04", sans-serif;
  font-size: 1.333em;
  font-weight: 400;
  padding: 1.5em 0.375em 0.375em 0.37em;
  margin: 0;
  border-bottom: 1px solid #1b1a1b;
}
.volume-list ul {
  margin: 0;
  padding: 0;
}
.volume-list li {
  list-style: none;
  margin: 0;
  font-weight: 200;
}
.volume-list li strong {
  font-weight: 500;
}
.volume-list li a, .volume-list li a:link, .volume-list li a:visited {
  padding: 0.25em 0.25em;
  display: block;
  color: #83cbe2;
  border-bottom: 1px solid #1b1a1b;
}
.volume-list li a .volume, .volume-list li a:link .volume, .volume-list li a:visited .volume {
  background: #2E2C2D;
  color: #F7F7FF;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  border-radius: 2px;
  margin: 0;
}
.volume-list li.current a, .volume-list li.current a:link, .volume-list li.current a:visited {
  background: #F7F7FF;
  color: #2E2C2D;
}
.volume-list li:hover a, .volume-list li:hover a:link, .volume-list li:hover a:visited {
  border-bottom-color: #FD0;
}

@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.33333em;
    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%;
  }
  .photo.hasboth .photo-more article {
    width: 100%;
    margin-right: auto;
    float: none;
    margin-left: auto;
  }
  .photo.hasboth .photo-more .photo-qanda {
    width: 100%;
    margin-right: auto;
    float: none;
    margin-left: auto;
    border-left: 0;
    padding: 0 5%;
  }
}
@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.33333em;
    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.161616em;
    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;
  }
  .gallery .thumb_gallery .intro {
    padding-right: 0;
  }
  .gallery .thumb_gallery .category-ad {
    display: none;
  }
  .gallery .thumb_gallery .category-ad-small {
    display: block;
  }
  .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, #welcome #calendar-ad {
    width: 90%;
    margin: 1em 5%;
    padding: 1em 5%;
  }
  #welcome #entercomp h2, #welcome #calendar-ad 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 .feature {
    width: 100%;
    float: none;
    position: relative;
    padding-bottom: 3em;
  }
  #webfeatures .feature .sectionlogo {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 2em;
  }
  #webfeatures .feature h2 {
    margin-top: -1.6em;
    font-size: 1.33333em;
    line-height: 1.125;
  }
  #webfeatures .feature h2 a {
    color: inherit;
  }
  #webfeatures .feature.hp-left {
    border-right: 0;
  }
  #webfeatures .feature.hp-left .imgheader img {
    width: 100%;
  }
  #webfeatures .feature.hp-left h2 {
    padding: 0.25em 7.5% 0.225em 7.5%;
  }
  #webfeatures .feature.hp-left .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-feature, #newsevents .news-feature.hp-right {
    padding: 0 7.5% 3em 7.5%;
    float: none;
    width: 100%;
    border-right: 0;
  }
  #newsevents .news-feature h3, #newsevents .news-feature.hp-right 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 .news-image {
    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) {
  .gallery .gallery_button {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  #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 */
