@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Regular.eot');
  src: url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.woff') format('woff'), url('../fonts/WorkSans-Regular.ttf') format('truetype'), url('../fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Bold.eot');
  src: url('../fonts/WorkSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Bold.woff2') format('woff2'), url('../fonts/WorkSans-Bold.woff') format('woff'), url('../fonts/WorkSans-Bold.ttf') format('truetype'), url('../fonts/WorkSans-Bold.svg#WorkSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-SemiBold.eot');
  src: url('../fonts/WorkSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-SemiBold.woff2') format('woff2'), url('../fonts/WorkSans-SemiBold.woff') format('woff'), url('../fonts/WorkSans-SemiBold.ttf') format('truetype'), url('../fonts/WorkSans-SemiBold.svg#WorkSans-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
  color: #9c9d9c;
}
a:hover {
  color: #ffffff;
}
p {
  margin: 0;
  padding: 0;
}
hr {
  border: none;
}
.ruler {
  margin-left: 2vh;
  margin-right: 2vh;
}
.pixel1 hr {
  border-bottom: 1px solid #9c9d9c;
}
.pixel2 hr {
  border-bottom: 2px solid #9c9d9c;
}
.pixel3 hr {
  border-bottom: 3px solid #9c9d9c;
}
.nofilter {
  filter: none !important;
}
/*
 _
| |          |
| |   __   __|
|/ \_/  \_/  |  |   |
 \_/ \__/ \_/|_/ \_/|/
                   /|
                   \|
*/
body {
  margin: 0;
  padding: 0;
  margin-top: 2vh;
  width: 100%;
  height: 100%;
  font-family: "Helvetica", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #2c2c2b;
}
/*
 _  _  _    _   _  _
/ |/ |/ |  |/  / |/ |  |   |
  |  |  |_/|__/  |  |_/ \_/|_/

*/
#menuIcon {
  display: none;
}
#menuIcon:checked ~ header #logo {
  float: none;
  margin-top: 3vh;
  margin-bottom: 2.5vh;
  margin-left: 2vh;
}
@media only screen and (min-width: 901px) {
  #menuIcon:checked ~ header #logo {
    margin-top: 4vh;
  }
}
#menuIcon:checked ~ header nav {
  display: block;
  float: none;
  margin-top: 2vh;
  margin-left: 2vh;
  font-size: 1.2rem;
}
#menuIcon:checked ~ header nav ul li {
  display: block;
}
#menuIcon:checked ~ header nav ul li p {
  margin-left: 1em;
  font-size: 1.2em;
}
@media only screen and (min-width: 901px) {
  #menuIcon:checked ~ header nav ul li p {
    font-size: 1.5em;
  }
}
#menuIcon:checked ~ header nav ul li p:before {
  content: "";
  padding-right: 0;
}
#menuIcon:checked ~ header nav ul li .itemOpen {
  display: block;
  font-size: 1.2em;
}
@media only screen and (min-width: 901px) {
  #menuIcon:checked ~ header nav ul li .itemOpen {
    font-size: 1.5em;
  }
}
#menuIcon:checked ~ header nav ul li .itemOpenCheckbox:checked ~ ul {
  display: block;
}
#menuIcon:checked ~ #main {
  display: none;
}
#menuIcon:checked ~ footer {
  display: none;
}
#menuIcon:checked ~ .menuIconLabel .menuIconImage:before {
  transform: translateY(7px) rotate(135deg);
}
#menuIcon:checked ~ .menuIconLabel .menuIconImage:after {
  transform: translateY(-7px) rotate(-135deg);
}
#menuIcon:checked ~ .menuIconLabel .menuIconImage span {
  transform: scale(0);
}
.menuIconLabel {
  cursor: pointer;
  position: fixed;
  top: 3vh;
  right: 2vh;
  padding-top: 0.1em;
  z-index: 10;
}
@media only screen and (min-width: 901px) and (max-width: 1400px) {
  .menuIconLabel {
    padding-top: 0.7em;
    right: 2vh;
    padding-right: 0;
    top: 4vh;
  }
}
@media only screen and (min-width: 1401px) {
  .menuIconLabel {
    padding-top: 0.7em;
    right: calc((100vw - 1400px) / 2);
    padding-right: 25px;
    top: 4vh;
  }
}
.menuIconLabel span {
  display: block;
}
.menuIconLabel .menuIconImage {
  display: block;
  width: 25px;
}
.menuIconLabel .menuIconImage:after,
.menuIconLabel .menuIconImage:before,
.menuIconLabel .menuIconImage span {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 3px;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}
/*
 _
| |                 |
| |     _   __,   __|   _   ,_
|/ \   |/  /  |  /  |  |/  /  |
|   |_/|__/\_/|_/\_/|_/|__/   |_/

*/
header {
  margin: auto;
  max-width: 1400px;
}
header:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
header #logo {
  float: none;
  color: #ffffff;
  font-family: "Arial";
  font-weight: bold;
  font-size: 1.6em;
  margin-top: 3vh;
  margin-bottom: 2.5vh;
  margin-left: 2vh;
}
@media only screen and (min-width: 901px) and (max-width: 1440px) {
  header #logo {
    font-size: 2.2em;
    float: left;
    margin-top: 2vh;
  }
}
@media only screen and (min-width: 1441px) {
  header #logo {
    font-size: 2.2em;
    float: left;
    margin-top: 2vh;
  }
}
header #logo a {
  text-decoration: none;
  color: #ffffff;
}
header nav {
  display: none;
  float: none;
  color: #9c9d9c;
  font-family: "Work Sans";
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 2vh;
  margin-left: 2vh;
}
@media only screen and (min-width: 901px) and (max-width: 1440px) {
  header nav {
    margin-right: 2vh;
    margin-left: 0;
    padding-top: 0.9em;
    padding-right: 4em;
    display: block;
    float: right;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1441px) {
  header nav {
    margin-right: 2vh;
    margin-left: 0;
    padding-top: 0.9em;
    padding-right: 4em;
    display: block;
    float: right;
    font-size: 1rem;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (min-width: 901px) {
  header nav ul li.hidden {
    display: none;
  }
}
header nav ul li {
  display: block;
  padding-right: 0.3em;
  line-height: 1.5;
}
@media only screen and (min-width: 901px) {
  header nav ul li {
    display: inline-block;
  }
}
header nav ul li:first-child p:before {
  content: "";
  padding: 0;
}
header nav ul li p {
  margin-left: 1em;
}
@media only screen and (min-width: 901px) {
  header nav ul li p {
    margin-left: 0;
  }
}
@media only screen and (min-width: 901px) {
  header nav ul li p:before {
    content: "/";
    padding-right: 0.4em;
  }
}
header nav ul li p a {
  text-decoration: none;
  color: #9c9d9c;
}
header nav ul li p a:hover {
  color: #ffffff;
}
header nav ul li ul {
  display: none;
  margin-left: 1.25em;
  margin-top: 0.6em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 901px) {
  header nav ul li ul {
    margin-left: 1.55em;
  }
}
header nav ul li ul li {
  font-weight: normal;
  line-height: 1.6;
  font-size: 0.8em;
}
@media only screen and (min-width: 901px) {
  header nav ul li ul li {
    font-size: 0.9em;
  }
}
header nav ul li ul li a {
  text-decoration: none;
  color: #9c9d9c;
}
header nav ul li ul li a:hover {
  color: #ffffff;
}
header nav ul li .itemOpen {
  cursor: pointer;
  position: absolute;
  font-weight: normal;
  font-family: "Georgia";
  margin-top: -2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 901px) {
  header nav ul li .itemOpen {
    display: none;
  }
}
header nav ul li .itemOpenCheckbox {
  display: none;
}
header nav ul li .itemOpenCheckbox:checked ~ ul {
  display: block;
}
@media only screen and (min-width: 901px) {
  header nav ul li .itemOpenCheckbox:checked ~ ul {
    display: none;
  }
}
header nav ul li .itemOpenCheckbox:checked ~ .itemOpen {
  margin-top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
/*
 _
| |
| |  __   __ _|_  _   ,_
|/  /  \_/  \_|  |/  /  |
|__/\__/ \__/ |_/|__/   |_/
|\
|/
*/
footer {
  margin: auto;
  margin-top: 6em;
  max-width: 1400px;
}
footer:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4vw;
  margin: 0;
  margin-left: 2vh;
  margin-right: 2vh;
  margin-bottom: 4em;
  padding: 0;
  padding-top: 1.5em;
  border-top: 1px solid #9c9d9c;
  list-style-type: none;
}
footer ul li {
  display: inline-block;
  flex: 100%;
  color: #9c9d9c;
  font-family: "Work Sans";
  font-size: 0.9rem;
  line-height: 1.4;
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  footer ul li {
    flex: 40%;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  footer ul li {
    flex: 1 1 0px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 901px) {
  footer ul li {
    flex: 1 1 0px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  footer ul li:last-child {
    margin-left: 50%;
    padding-left: 2vw;
  }
}
@media only screen and (min-width: 641px) {
  footer ul li:last-child {
    margin-left: 0;
    padding-left: 0;
  }
}
footer ul li a {
  text-decoration: none;
  color: #9c9d9c;
}
footer ul li a:hover {
  color: #ffffff;
}
footer ul .adress {
  border-top: 1px solid #9c9d9c;
  padding-top: 1.5em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 401px) {
  footer ul .adress {
    border: none;
    padding: 0;
    margin: 0;
  }
}
#overlayToggle {
  display: none;
}
#overlayToggle:checked ~ header {
  display: none;
}
#overlayToggle:checked ~ #main {
  display: none;
}
#overlayToggle:checked ~ footer {
  display: none;
}
#overlayToggle:checked ~ #overlay {
  display: block;
}
#overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2c2c2b;
  z-index: 20;
}
#overlay #view {
  position: absolute;
  display: table;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#overlay #view #center {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#overlay #view #center #image {
  color: #9c9d9c;
  font-family: "Work Sans";
  font-size: 0.9rem;
  line-height: 1.4;
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  #overlay #view #center #image {
    flex: 40%;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  #overlay #view #center #image {
    flex: 1 1 0px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 901px) {
  #overlay #view #center #image {
    flex: 1 1 0px;
    font-size: 1rem;
  }
}
#overlay #view #center #image img {
  max-width: 80vw;
  max-height: 80vh;
  margin-bottom: 0.5em;
}
#overlay #close {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 1.5em;
  top: 0.5em;
  right: 0em;
  cursor: pointer;
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #overlay #close {
    width: 25px;
    height: 25px;
    font-size: 2em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  #overlay #close {
    width: 30px;
    height: 30px;
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 1001px) {
  #overlay #close {
    width: 40px;
    height: 40px;
    font-size: 3em;
  }
}
#overlay #close:hover:after {
  border-color: #ffffff;
}
#overlay #close:hover:before {
  border-color: #ffffff;
}
#overlay #close:after {
  position: absolute;
  content: '';
  height: 20px;
  border-left: 0.1em solid #9c9d9c;
  transform: rotate(45deg);
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #overlay #close:after {
    height: 25px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  #overlay #close:after {
    height: 30px;
  }
}
@media only screen and (min-width: 1001px) {
  #overlay #close:after {
    height: 40px;
  }
}
#overlay #close:before {
  content: '';
  height: 20px;
  border-left: 0.1em solid #9c9d9c;
  position: absolute;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #overlay #close:before {
    height: 25px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  #overlay #close:before {
    height: 30px;
  }
}
@media only screen and (min-width: 1001px) {
  #overlay #close:before {
    height: 40px;
  }
}
#overlay #next,
#overlay #prev {
  color: #9c9d9c;
  display: inline-block;
  font: normal bold 1.2em Arial, sans-serif;
  overflow: hidden;
  text-decoration: none;
  width: auto;
  cursor: pointer;
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #overlay #next,
  #overlay #prev {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  #overlay #next,
  #overlay #prev {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1001px) {
  #overlay #next,
  #overlay #prev {
    font-size: 3em;
  }
}
#overlay #next,
#overlay #prev {
  padding: 1em 1em;
}
#overlay #next {
  position: absolute;
  top: 45%;
  right: 0.5em;
}
#overlay #prev {
  position: absolute;
  top: 45%;
  left: 0.5em;
}
#overlay #next:before,
#overlay #next:after,
#overlay #prev:before,
#overlay #prev:after {
  background: #9c9d9c;
  content: "";
  display: block;
  height: 0.1em;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.6em;
}
#overlay #prev:before,
#overlay #prev:after {
  left: 0;
}
#overlay #next:before,
#overlay #prev:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#overlay #next:after,
#overlay #prev:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#overlay #prev:after,
#overlay #next:before {
  margin-top: -0.36em;
}
#overlay #next:hover,
#overlay #next:focus,
#overlay #prev:hover,
#overlay #prev:focus {
  color: #ffffff;
}
#overlay #next:hover:before,
#overlay #next:hover:after,
#overlay #next:focus:before,
#overlay #next:focus:after,
#overlay #prev:hover:before,
#overlay #prev:hover:after,
#overlay #prev:focus:before,
#overlay #prev:focus:after {
  background: #ffffff;
}
/*

                 o
 _  _  _    __,      _  _
/ |/ |/ |  /  |  |  / |/ |
  |  |  |_/\_/|_/|_/  |  |_/

*/
#main {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1400px;
}
#main .cover {
  width: 100%;
}
#main .cover:hover img {
  filter: none;
}
#main .cover img {
  width: 100%;
  filter: grayscale(100%);
}
#main .cover p {
  margin-top: 0.5em;
  margin-left: 2vh;
  font-family: "Work Sans";
  font-size: 0.9rem;
  color: #9c9d9c;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  #main .cover p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 901px) {
  #main .cover p {
    font-size: 1rem;
  }
}
#main .categories {
  margin: 0 2vh 0 2vh;
}
#main .categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-gap: 4vw;
}
@media only screen and (min-width: 461px) and (max-width: 700px) {
  #main .categories ul {
    columns: 2;
  }
}
@media only screen and (min-width: 701px) {
  #main .categories ul {
    columns: 3;
  }
}
#main .categories ul li {
  break-inside: avoid-column;
  margin-bottom: 3em;
}
#main .categories ul li picture img {
  width: 100%;
  margin-bottom: 0.5em;
}
#main .categories ul li p {
  padding-bottom: 0.1em;
  margin-bottom: 0.2em;
  font-family: "Work Sans";
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #888888;
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #main .categories ul li p {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  #main .categories ul li p {
    font-size: 1.45rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1400px) {
  #main .categories ul li p {
    font-size: 2.9vw;
  }
}
@media only screen and (min-width: 1401px) {
  #main .categories ul li p {
    font-size: 2.6rem;
  }
}
#main .categories ul li p a {
  color: #888888;
}
#main .categories ul li p a:hover {
  color: #ffffff;
}
#main .categories ul li span {
  font-family: "Work Sans";
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  color: #9c9d9c;
}
@media only screen and (min-width: 901px) {
  #main .categories ul li span {
    font-size: 1rem;
  }
}
#main .categories ul li span a {
  color: #888888;
}
#main .categories ul li span a:hover {
  color: #ffffff;
}
#main .projects {
  margin: 0 2vh 0 2vh;
}
#main .projects ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main .projects ul li {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0 4vw;
  border-top: 1px solid #9c9d9c;
  padding-top: 1em;
  margin-bottom: 5em;
  font-family: "Work Sans";
  font-size: 0.9rem;
  line-height: 1.4;
  color: #9c9d9c;
}
@media only screen and (min-width: 901px) {
  #main .projects ul li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 461px) and (max-width: 700px) {
  #main .projects ul li {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 701px) {
  #main .projects ul li {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 3em;
  }
}
#main .projects ul li .image:hover img {
  filter: none;
}
#main .projects ul li .image img {
  width: 100%;
  margin-top: 2em;
  filter: grayscale(100%);
}
@media only screen and (min-width: 461px) {
  #main .projects ul li .image img {
    margin-top: 0;
  }
}
@media only screen and (min-width: 461px) {
  #main .projects ul li .image p {
    display: none;
  }
}
#main .projects ul li .image .type {
  font-weight: 600;
}
#main .projects ul li .description {
  margin-top: 1em;
}
@media only screen and (min-width: 461px) {
  #main .projects ul li .description {
    margin-top: 0;
  }
}
#main .projects ul li .description a:hover p {
  color: #ffffff;
}
#main .projects ul li .description p.id {
  display: none;
  padding-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #888888;
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #main .projects ul li .description p.id {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  #main .projects ul li .description p.id {
    font-size: 1.45rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1400px) {
  #main .projects ul li .description p.id {
    font-size: 2.9vw;
  }
}
@media only screen and (min-width: 1401px) {
  #main .projects ul li .description p.id {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 461px) and (max-width: 700px) {
  #main .projects ul li .description p.id {
    display: block;
  }
}
@media only screen and (min-width: 701px) {
  #main .projects ul li .description p.id {
    display: none;
  }
}
#main .projects ul li .description .type {
  display: none;
  font-weight: 600;
}
@media only screen and (min-width: 461px) {
  #main .projects ul li .description .type {
    display: block;
  }
}
@media only screen and (min-width: 461px) {
  #main .projects ul li .description .type span.id {
    display: none;
  }
}
#main .projects ul li .description .date {
  display: none;
}
@media only screen and (min-width: 461px) {
  #main .projects ul li .description .date {
    display: block;
  }
}
#main .projects ul li .description .artist {
  padding-top: 0.5em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #888888;
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #main .projects ul li .description .artist {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  #main .projects ul li .description .artist {
    font-size: 1.45rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1400px) {
  #main .projects ul li .description .artist {
    font-size: 2.9vw;
  }
}
@media only screen and (min-width: 1401px) {
  #main .projects ul li .description .artist {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 461px) {
  #main .projects ul li .description .artist {
    padding-top: 1em;
  }
}
#main .projects ul li .description .artist mark {
  background-color: transparent;
  color: #888888;
  white-space: nowrap;
}
#main .projects ul li .description .title {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #888888;
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #main .projects ul li .description .title {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  #main .projects ul li .description .title {
    font-size: 1.45rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1400px) {
  #main .projects ul li .description .title {
    font-size: 2.9vw;
  }
}
@media only screen and (min-width: 1401px) {
  #main .projects ul li .description .title {
    font-size: 2.6rem;
  }
}
#main .projects ul li .description .title mark {
  background-color: transparent;
  color: #888888;
  white-space: nowrap;
}
#main .projects ul li div.id {
  display: none;
  margin-top: 2em;
  border-left: 1px solid #9c9d9c;
}
@media only screen and (min-width: 461px) and (max-width: 700px) {
  #main .projects ul li div.id {
    margin-top: 0;
    display: none;
  }
}
@media only screen and (min-width: 701px) {
  #main .projects ul li div.id {
    margin-top: 0;
    display: table;
  }
}
#main .projects ul li div.id p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  color: #888888;
}
@media only screen and (min-width: 401px) and (max-width: 550px) {
  #main .projects ul li div.id p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 551px) and (max-width: 1400px) {
  #main .projects ul li div.id p {
    font-size: 5.7vw;
  }
}
@media only screen and (min-width: 1401px) {
  #main .projects ul li div.id p {
    font-size: 5rem;
  }
}
#main .projects ul li div.id p a {
  color: #888888;
}
#main .projects ul li div.id p a:hover {
  color: #ffffff;
}
#main .projects ul li a {
  color: #9c9d9c;
}
#main .images2cols {
  margin: 0 2vh 0 2vh;
}
#main .images2cols ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main .images2cols ul li {
  display: inline-block;
  margin-bottom: 4vw;
  flex: 0 0 100%;
  color: #9c9d9c;
  font-family: "Work Sans";
  font-size: 0.9rem;
  line-height: 1.4;
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  #main .images2cols ul li {
    flex: 0 0 100%;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  #main .images2cols ul li {
    flex: 0 0 48%;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 901px) {
  #main .images2cols ul li {
    flex: 0 0 48%;
    font-size: 1rem;
  }
}
#main .images2cols ul li:hover img {
  filter: none;
}
#main .images2cols ul li img {
  width: 100%;
  filter: grayscale(100%);
}
#main .gallery {
  margin: 0 2vh 0 2vh;
  padding-top: 30px;
}
#main .gallery ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-gap: 4vw;
}
@media only screen and (min-width: 461px) and (max-width: 700px) {
  #main .gallery ul {
    columns: 2;
  }
}
@media only screen and (min-width: 701px) {
  #main .gallery ul {
    columns: 3;
  }
}
#main .gallery ul li {
  display: inline-block;
  padding: 0;
  padding-bottom: 2em;
  margin: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 461px) {
  #main .gallery ul li {
    padding-bottom: 4vw;
  }
}
#main .gallery ul li:hover img {
  filter: none;
}
#main .gallery ul li .outer {
  border: 4px solid #555655;
  -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
}
#main .gallery ul li .inner {
  line-height: 0;
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
}
#main .gallery ul li a {
  text-decoration: none;
  color: #9c9d9c;
  font-weight: 600;
}
#main .gallery ul li a:hover {
  color: #ffffff;
}
#main .gallery ul li a:hover p {
  color: #ffffff;
}
#main .gallery ul li img {
  position: relative;
  z-index: -2;
  width: 100%;
  filter: grayscale(100%);
}
#main .gallery ul li p {
  margin: 0;
  margin-top: 1em;
  font-family: "Work Sans";
  font-size: 0.9rem;
  color: #9c9d9c;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  #main .gallery ul li p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 901px) {
  #main .gallery ul li p {
    font-size: 1rem;
  }
}
#main .gallery ul li.noborder .outer,
#main .gallery ul li.noborder .inner {
  border: none;
  box-shadow: none;
}
#main .gallery ul li.width-90 img {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}
#main .gallery ul li.width-90 p {
  margin-top: 0.7em;
  margin-left: 7%;
  margin-right: 7%;
  width: 86%;
}
#main .gallery ul li.width-80 img {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
}
#main .gallery ul li.width-80 p {
  margin-top: 0.7em;
  margin-left: 12%;
  margin-right: 12%;
  width: 76%;
}
#main .gallery ul li.width-70 img {
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
}
#main .gallery ul li.width-70 p {
  margin-top: 0.7em;
  margin-left: 17%;
  margin-right: 17%;
  width: 66%;
}
#main .gallery ul li.width-60 img {
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
}
#main .gallery ul li.width-60 p {
  margin-top: 0.7em;
  margin-left: 22%;
  margin-right: 22%;
  width: 56%;
}
#main .gallery ul li.width-50 img {
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;
}
#main .gallery ul li.width-50 p {
  margin-top: 0.7em;
  margin-left: 27%;
  margin-right: 27%;
  width: 46%;
}
#main #slideshow {
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 10vh;
}
#main #slideshow:hover .cover {
  filter: none;
}
#main #slideshow:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
#main #slideshow .image {
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#main #slideshow .image .overlay.visible {
  display: block;
}
#main #slideshow .image .overlay {
  display: none;
  box-sizing: border-box;
  position: absolute;
  margin: auto;
  margin-top: -56.25%;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0.8);
  background-clip: padding-box;
}
@media only screen and (min-width: 501px) {
  #main #slideshow .image .overlay {
    border-width: 20px;
  }
}
#main #slideshow .image .overlay p {
  font-family: "Work Sans";
  font-weight: 600;
  font-size: 7.2vw;
  line-height: 1.1;
  color: #000000;
  padding-left: 4vw;
  padding-top: 4vw;
}
@media only screen and (min-width: 1401px) {
  #main #slideshow .image .overlay p {
    font-size: 101px;
    padding-left: 56px;
    padding-top: 56px;
  }
}
#main #slideshow .cover {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: grayscale(100%);
}
#main #slideshow .active {
  opacity: 1;
}
#main ul#slideshowPager {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  padding-top: 57.25%;
  list_style_type: none;
  text-align: center;
}
#main ul#slideshowPager li {
  display: none;
  cursor: pointer;
  border: 1px solid #4a4a4a;
  background-color: #4a4a4a;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 3px;
}
@media only screen and (min-width: 421px) and (max-width: 600px) {
  #main ul#slideshowPager li {
    width: 10px;
    height: 10px;
    border: 1px solid #4a4a4a;
    border-radius: 10px;
    border-width: 1.5px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  #main ul#slideshowPager li {
    width: 10px;
    height: 10px;
    border: 1px solid #4a4a4a;
    border-radius: 10px;
    border-width: 1.5px;
  }
}
@media only screen and (min-width: 1001px) {
  #main ul#slideshowPager li {
    width: 12px;
    height: 12px;
    border: 1px solid #4a4a4a;
    border-radius: 12px;
    border-width: 2px;
  }
}
#main ul#slideshowPager li.selected {
  background-color: #9c9d9c;
  border-color: #9c9d9c;
}
@media only screen and (min-width: 421px) {
  #main ul#slideshowPager li.selected {
    background-color: #9c9d9c;
  }
}
#main ul#slideshowPager li.loaded {
  display: inline-block;
}
#main ul#slideshowPager li.spinner {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  margin: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid #9c9d9c;
  animation: spin 1s infinite linear;
}
@media only screen and (min-width: 421px) and (max-width: 600px) {
  #main ul#slideshowPager li.spinner {
    width: 9px;
    height: 9px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid #9c9d9c;
    border-radius: 9px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  #main ul#slideshowPager li.spinner {
    width: 9px;
    height: 9px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid #9c9d9c;
    border-radius: 9px;
  }
}
@media only screen and (min-width: 1001px) {
  #main ul#slideshowPager li.spinner {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 3px solid #9c9d9c;
    border-radius: 12px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#main .text {
  margin-left: 2vh;
  margin-right: 2vh;
  margin-top: 6em;
  font-family: "Work Sans";
  font-size: 0.9rem;
  line-height: 1.4;
  color: #9c9d9c;
}
@media only screen and (min-width: 901px) {
  #main .text {
    font-size: 1rem;
  }
}
#main .text .bold {
  font-weight: 600;
}
#main .text strong {
  font-weight: 600;
}
#main .text p.large {
  font-size: 1.8rem;
  line-height: 1.1;
  color: #888888;
}
@media only screen and (min-width: 401px) and (max-width: 550px) {
  #main .text p.large {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 551px) and (max-width: 1400px) {
  #main .text p.large {
    font-size: 5.7vw;
  }
}
@media only screen and (min-width: 1401px) {
  #main .text p.large {
    font-size: 5rem;
  }
}
#main .text p.large a {
  color: #888888;
}
#main .text p.large a:hover {
  color: #ffffff;
}
#main .text p.large mark {
  background-color: transparent;
  color: #888888;
  white-space: nowrap;
}
#main .text p.largeBold {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  color: #888888;
}
@media only screen and (min-width: 401px) and (max-width: 550px) {
  #main .text p.largeBold {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 551px) and (max-width: 1400px) {
  #main .text p.largeBold {
    font-size: 5.7vw;
  }
}
@media only screen and (min-width: 1401px) {
  #main .text p.largeBold {
    font-size: 5rem;
  }
}
#main .text p.largeBold a {
  color: #888888;
}
#main .text p.largeBold a:hover {
  color: #ffffff;
}
#main .text p.largeBold mark {
  background-color: transparent;
  color: #888888;
  white-space: nowrap;
}
#main .text p.medium {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #888888;
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #main .text p.medium {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  #main .text p.medium {
    font-size: 1.45rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1400px) {
  #main .text p.medium {
    font-size: 2.9vw;
  }
}
@media only screen and (min-width: 1401px) {
  #main .text p.medium {
    font-size: 2.6rem;
  }
}
#main .text p.medium a {
  color: #888888;
}
#main .text p.medium a:hover {
  color: #ffffff;
}
#main .text p.medium mark {
  background-color: transparent;
  color: #888888;
  white-space: nowrap;
}
#main .text p.mediumBold {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #888888;
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #main .text p.mediumBold {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  #main .text p.mediumBold {
    font-size: 1.45rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1400px) {
  #main .text p.mediumBold {
    font-size: 2.9vw;
  }
}
@media only screen and (min-width: 1401px) {
  #main .text p.mediumBold {
    font-size: 2.6rem;
  }
}
#main .text p.mediumBold a {
  color: #888888;
}
#main .text p.mediumBold a:hover {
  color: #ffffff;
}
#main .text p.mediumBold mark {
  background-color: transparent;
  color: #888888;
  white-space: nowrap;
}
#main .text a:hover {
  color: #ffffff;
}
#main .text a:hover mark {
  color: #ffffff;
}
#main .text strong a {
  color: #888888;
}
#main .text span.nowrap {
  white-space: nowrap;
}
#main .text.col2 {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 701px) {
  #main .text.col2 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4vw;
  }
}
@media only screen and (min-width: 701px) {
  #main .text.col2 .column-1-2 {
    grid-column: auto / span 2;
  }
}
#main .text.col2 .column-3 {
  margin-top: 2em;
}
@media only screen and (min-width: 701px) {
  #main .text.col2 .column-3 {
    margin-top: 0;
  }
}
#main #response {
  display: none;
  margin-left: 2vh;
  margin-right: 2vh;
  margin-top: 3em;
  font-family: "Work Sans";
  font-size: 1.25rem;
  line-height: 1.2;
  color: #888888;
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #main #response {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  #main #response {
    font-size: 1.45rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1400px) {
  #main #response {
    font-size: 2.9vw;
  }
}
@media only screen and (min-width: 1401px) {
  #main #response {
    font-size: 2.6rem;
  }
}
#main #subscribe {
  margin-left: 2vh;
  margin-right: 2vh;
  margin-top: 3em;
  font-family: "Work Sans";
  font-size: 0.9rem;
  line-height: 1.4;
  color: #9c9d9c;
}
@media only screen and (min-width: 901px) {
  #main #subscribe {
    font-size: 1rem;
  }
}
#main #subscribe.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4vw;
}
#main #subscribe.col3 .column-1 {
  display: inline-block;
  flex: 100%;
  color: #9c9d9c;
  font-family: "Work Sans";
  font-size: 0.9rem;
  line-height: 1.4;
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  #main #subscribe.col3 .column-1 {
    flex: 40%;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1001px) {
  #main #subscribe.col3 .column-1 {
    flex: 1 1 0px;
    font-size: 1rem;
  }
}
#main #subscribe.col3 .column-1 input {
  display: block;
  margin: 0.5em 0 0 0;
  padding: 0.5em 0;
  font-family: "Work Sans";
  font-size: 1.25rem;
  color: #9c9d9c;
  line-height: 1.2;
  background: none;
  border: none;
  border-bottom: 1px solid #9c9d9c;
  border-radius: 0;
  outline: none;
  width: 100%;
}
#main #subscribe.col3 .column-1 label {
  display: block;
  margin-top: 0.3em;
  color: #9c9d9c;
}
#main #subscribe.col3 .column-2 {
  display: inline-block;
  margin-top: 3em;
  flex: 100%;
  color: #9c9d9c;
  font-family: "Work Sans";
  font-size: 0.9rem;
  line-height: 1.4;
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  #main #subscribe.col3 .column-2 {
    flex: 40%;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1001px) {
  #main #subscribe.col3 .column-2 {
    flex: 1 1 0px;
    font-size: 1rem;
  }
}
#main #subscribe.col3 .column-2 input[type=checkbox] {
  display: none;
}
#main #subscribe.col3 .column-2 input[type=checkbox] + label:before {
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  border-radius: 13px;
  border: 1px solid #9c9d9c;
  background-color: #2c2c2b;
  display: block;
  content: "";
  float: left;
  margin-right: 6px;
}
#main #subscribe.col3 .column-2 input[type=checkbox].orange + label:before {
  border: 1px solid #f48404;
}
#main #subscribe.col3 .column-2 input[type=checkbox]:checked + label:before {
  box-shadow: inset 0 0 0 3px #2c2c2b;
  background-color: #9c9d9c;
  border: 1px solid #9c9d9c;
}
#main #subscribe.col3 .column-2 mark {
  background-color: transparent;
  color: #888888;
  white-space: nowrap;
}
#main #subscribe.col3 .column-2 .orange {
  color: #f48404;
}
#main #subscribe.col3 .column-2 .orange mark {
  color: #f48404;
}
#main #subscribe.col3 .column-3 {
  display: inline-block;
  flex: 100%;
  color: #9c9d9c;
  font-family: "Work Sans";
  font-size: 0.9rem;
  line-height: 1.4;
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  #main #subscribe.col3 .column-3 {
    flex: 40%;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1001px) {
  #main #subscribe.col3 .column-3 {
    flex: 1 1 0px;
    font-size: 1rem;
  }
}
#main #subscribe.col3 #submit {
  display: block;
  margin-top: 1.5em;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #888888;
  cursor: pointer;
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #main #subscribe.col3 #submit {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  #main #subscribe.col3 #submit {
    font-size: 1.45rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1400px) {
  #main #subscribe.col3 #submit {
    font-size: 2.9vw;
  }
}
@media only screen and (min-width: 1401px) {
  #main #subscribe.col3 #submit {
    font-size: 2.6rem;
  }
}
#main #subscribe.col3 #submit:hover {
  color: #ffffff;
}
#main .text.col3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0 4vw;
}
@media only screen and (min-width: 461px) and (max-width: 700px) {
  #main .text.col3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 701px) {
  #main .text.col3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#main .text.col3 .column-1 img {
  width: 100%;
}
#main .text.col3 .column-2 {
  margin-top: 2em;
}
@media only screen and (min-width: 461px) {
  #main .text.col3 .column-2 {
    margin-top: 0;
  }
}
#main .text.col3 .column-3 {
  margin-top: 2em;
}
@media only screen and (min-width: 701px) {
  #main .text.col3 .column-3 {
    margin-top: 0;
  }
}
#main .image.text.col3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0 4vw;
}
@media only screen and (min-width: 461px) and (max-width: 700px) {
  #main .image.text.col3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 701px) {
  #main .image.text.col3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#main .image.text.col3 .column-1 {
  grid-column: 1 / span 2;
}
@media only screen and (min-width: 461px) and (max-width: 700px) {
  #main .image.text.col3 .column-1 {
    grid-column: 1 / span 2;
  }
}
@media only screen and (min-width: 701px) {
  #main .image.text.col3 .column-1 {
    grid-column: 1 / span 1;
  }
}
#main .image.text.col3 .column-1:hover img {
  filter: none;
}
#main .image.text.col3 .column-1 img {
  width: 100%;
  filter: grayscale(100%);
}
#main .image.text.col3 .column-2 {
  margin-top: 2em;
}
@media only screen and (min-width: 701px) {
  #main .image.text.col3 .column-2 {
    margin-top: 0;
  }
}
#main .image.text.col3 .column-3 {
  margin-top: 2em;
}
@media only screen and (min-width: 701px) {
  #main .image.text.col3 .column-3 {
    margin-top: 0;
  }
}
#main .table {
  margin-left: 2vh;
  margin-right: 2vh;
}
#main .table table {
  width: 100%;
  border: none;
  border-spacing: 0;
  padding: 0;
  margin: 0;
  font-family: "Work Sans";
  font-size: 0.9rem;
  line-height: 1.4;
  color: #9c9d9c;
}
@media only screen and (min-width: 901px) {
  #main .table table {
    font-size: 1rem;
  }
}
#main .table table thead th {
  display: none;
  width: 0;
  padding: 0.5em;
  text-align: left;
  border-bottom: 2px solid #9c9d9c;
}
@media only screen and (min-width: 901px) {
  #main .table table thead th {
    display: table-cell;
    width: auto;
  }
}
#main .table table thead th:first-child {
  display: table-cell;
  width: 100%;
  padding-left: 0;
}
@media only screen and (min-width: 901px) {
  #main .table table thead th:first-child {
    width: auto;
  }
}
#main .table table tbody tr:last-child td {
  border: none;
}
#main .table table tbody td {
  display: none;
  width: 0;
  padding: 0.5em;
  border-bottom: 1px solid #595959;
}
@media only screen and (min-width: 901px) {
  #main .table table tbody td {
    display: table-cell;
    width: auto;
  }
}
#main .table table tbody td:first-child {
  display: table-cell;
  width: 100%;
  padding-left: 0;
}
@media only screen and (min-width: 901px) {
  #main .table table tbody td:first-child {
    width: auto;
  }
}
#main .table table tbody td .detail {
  width: 100%;
  padding: 1em 0;
  margin: 0;
  border-spacing: 0;
}
#main .table table tbody td .detail td {
  display: table-cell;
  border: none;
  width: auto;
  padding: 0;
  text-align: right;
  white-space: nowrap;
}
#main .table table tbody td .detail td:first-child {
  text-align: left;
  padding-left: 1.5em;
  padding-right: 1em;
  white-space: normal;
  word-break: normal;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 901px) {
  #main .table table tbody td .detail {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */