* {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  * {
    font-size: 18px;
  }
}

section {
  padding: 5rem 1rem;
  max-width: 1200px;
}
@media screen and (max-width: 500px) {
  section {
    padding: 2rem 1rem;
  }
}

#header-menu {
  width: 100%;
  text-transform: uppercase;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  top: 60px;
  height: 60px;
  max-height: 60px;
  border-bottom: 1px solid #ddd;
  padding: 0 0.5rem;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  font-size: 26px;
}
#header-menu li {
  width: auto;
  margin: 0 0.5rem;
  height: 60px;
  font-size: inherit;
}
#header-menu li a {
  display: block;
  color: #222;
  text-decoration: none;
  font-size: 0.5em;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 60px;
  height: 60px;
  padding: 0 5px;
  box-sizing: border-box;
}
#header-menu li a:hover {
  color: #ffcc00;
}
#header-menu li a.on {
  border-bottom: 5px solid #ffcc00;
}
@media screen and (max-width: 660px) {
  #header-menu {
    padding: 1rem 0.5rem 0 1rem;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    max-height: none;
  }
  #header-menu li {
    height: auto;
    padding: 0 0 1rem 0;
  }
  #header-menu li a {
    height: auto;
    font-size: 3vw;
    line-height: initial;
  }
}

#work {
  padding: 10rem 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#work button {
  margin-top: 2rem;
}
@media screen and (max-width: 660px) {
  #work {
    padding: 12rem 1rem 0;
  }
}

#img0, #img1, #img2 {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 500px) {
  #img0, #img1, #img2 {
    display: none;
  }
}

#img0 {
  background-image: url("https://www.athinkingape.com/static/www/images/work/img0.jpg?v=1");
  height: 22.2222222222vw;
}

#img1 {
  background-image: url("https://www.athinkingape.com/static/www/images/work/img1.jpg?v=1");
  height: 22.2222222222vw;
}

#img2 {
  background-image: url("https://www.athinkingape.com/static/www/images/work/img2.jpg?v=1");
  height: 38.4615384615vw;
}

#values .content, #hiring .content, #perks .content {
  margin-bottom: 2rem;
}
#values .content h2, #hiring .content h2, #perks .content h2 {
  margin-bottom: 1rem;
}
#values h3, #hiring h3, #perks h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
}

#values h4 {
  text-transform: uppercase;
}
#values .content {
  padding: 0 4rem;
}
@media screen and (max-width: 800px) {
  #values .content {
    padding: 0 1rem;
  }
}

.badge-value {
  display: grid;
  grid-template-columns: 200px auto;
  grid-gap: 3rem;
  padding: 1.5rem 3rem;
  align-items: center;
  width: 100%;
}
.badge-value .value {
  padding: 0 0 1rem 0;
}
.badge-value .badge img {
  width: 200px;
  height: auto;
}
.badge-value:nth-child(2), .badge-value:nth-child(4) {
  grid-template-columns: auto 200px;
}
.badge-value:nth-child(2) .value, .badge-value:nth-child(4) .value {
  order: 0;
  padding: 0 0 0 1rem;
}
.badge-value:nth-child(2) .badge, .badge-value:nth-child(4) .badge {
  order: 1;
}
@media screen and (max-width: 800px) {
  .badge-value {
    padding: 1.5rem 1rem;
  }
  .badge-value .value {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .badge-value {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-gap: 1rem;
  }
  .badge-value:nth-child(2), .badge-value:nth-child(4) {
    grid-template-columns: 1fr;
  }
  .badge-value:nth-child(2) .value, .badge-value:nth-child(4) .value {
    padding: 0;
  }
  .badge-value .badge {
    margin-bottom: 1rem;
  }
  .badge-value .value {
    width: 100%;
  }
  .badge-value:nth-child(2) .value, .badge-value:nth-child(4) .value {
    order: 1;
  }
  .badge-value:nth-child(2) .badge, .badge-value:nth-child(4) .badge {
    order: 0;
  }
}

.owners-manual {
  border-top: 1px solid #f2f2f2;
  padding-top: 3rem;
}
.owners-manual .badge img {
  width: auto;
  height: 300px;
}
.owners-manual h4 {
  margin-bottom: 1rem;
}
.owners-manual a {
  display: block;
  margin-top: 0.2rem;
}

#hiring > h3 {
  display: block;
  padding-left: 20%;
  padding-bottom: 3rem;
  padding-top: 3rem;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  #hiring > h3 {
    padding-left: 0;
  }
}
#hiring ul {
  padding: 0;
  margin: 0 0 0 -1rem;
  width: calc(100% + 1rem);
}
#hiring ul li {
  border-bottom: 0px dotted #ddd;
  list-style: none;
  display: flex;
  opacity: 1;
  transition: opacity 0.5s;
}
#hiring ul li.inactive {
  opacity: 0.15;
}
#hiring ul li.inactive .icon img {
  filter: grayscale(100%);
}
#hiring ul li h4 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  margin-top: 0.4rem;
}
#hiring ul li .content {
  width: calc(100% - 20%);
}
#hiring ul li .icon {
  width: 20%;
  text-align: center;
}
#hiring ul li .icon img {
  transition: filter 0.5s;
}
@media screen and (max-width: 500px) {
  #hiring ul li .icon img {
    width: 30px;
    max-width: 30px;
    height: auto;
  }
}

#perks {
  width: 100%;
}
#perks h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 25px;
  width: 100%;
}
#perks h3 {
  margin-bottom: 20px;
}
#perks .perks, #perks .awards {
  width: 100%;
  display: grid;
  grid-gap: 1rem;
}
#perks .perks a, #perks .awards a {
  height: auto;
  margin: 0 auto;
}
#perks .perks a img, #perks .awards a img {
  width: 100%;
  height: auto;
}
#perks .awards {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
}
#perks .awards .center {
  display: flex;
  align-items: center;
}
#perks .awards .padded {
  padding: 0px 19% 0px 19%;
}
@media screen and (max-width: 1000px) {
  #perks .awards {
    grid-gap: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  #perks .awards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#perks .perks {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1000px) {
  #perks .perks {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1f;
  }
}
@media screen and (max-width: 700px) {
  #perks .perks {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1f 1fr 1fr 1fr;
  }
}
#perks .perk {
  width: 100%;
  border-style: dotted;
  border-color: rgba(0, 0, 0, 0);
  background: white;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 0 2rem 1.5rem;
}
#perks .perk p {
  font-size: 0.8rem;
}
#perks .perk img {
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 580px) {
  #perks .perk img {
    width: 100px;
    margin: 1rem 0 1rem -0.65rem;
  }
  #perks .perk p {
    font-size: 1rem;
  }
}

#videos {
  max-width: none;
  padding: 0;
  margin: 0;
}
#videos .video-group {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#videos .video-group:last-child {
  margin-bottom: 0;
}
#videos .video-group .video-text {
  width: 50vw;
  height: 28.2222222223vw;
  display: block;
  padding: 1rem;
  background: black;
  position: relative;
}
#videos .video-group .video-text p {
  font-weight: 900;
  font-size: 2vw;
  color: white;
}
#videos .video-group .video-text ul {
  bottom: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 30.5%);
  grid-gap: 1rem;
}
#videos .video-group .video-text ul li {
  width: 100%;
  font-size: 1.1904761905vw;
  padding: 0.5rem;
  border-radius: 7px;
  border: 4px solid white;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: color 0.5s, background 0.5s;
}
#videos .video-group .video-text ul li:hover {
  color: black;
  background: white;
}
#videos .video-group .video-text ul li:hover svg {
  fill: black;
}
#videos .video-group .video-text ul li svg {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 0.5rem 0 0;
  fill: white;
  transition: fill 0.5s;
}
#videos .video-group .video-text ul li.selected {
  border-color: #ffcc00;
  color: #ffcc00;
}
#videos .video-group .video-text ul li.selected svg {
  fill: #ffcc00;
}
#videos .video-group .video-text ul li.selected:hover {
  color: white;
  background: #ffcc00;
}
#videos .video-group .video-text ul li.selected:hover svg {
  fill: white;
}
#videos .video-group iframe {
  display: block;
  width: 50vw;
  height: 28.2222222223vw;
}
@media screen and (max-width: 900px) {
  #videos .video-group {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  #videos .video-group iframe, #videos .video-group img, #videos .video-group video {
    width: 100vw;
    height: 56.4444444447vw;
    order: 1;
  }
  #videos .video-group .video-text {
    width: 100vw;
    height: auto;
    order: 0;
  }
  #videos .video-group .video-text p {
    font-size: 1rem;
  }
  #videos .video-group .video-text ul {
    display: flex;
    flex-direction: column;
  }
  #videos .video-group .video-text ul li {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 0.5rem;
  }
  #videos .video-group #youtube-video-player {
    order: 0;
    background: black;
  }
}
@media screen and (max-width: 500px) {
  #videos .video-group.gamejam {
    display: none;
  }
}

#positions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 3rem 1rem 5rem 1rem;
}
#positions h2 {
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 990px) {
  #positions h2 {
    padding: 0 0.5rem;
  }
}
#positions #diversity-inclusion {
  padding: 1.4rem 1.4rem;
  margin: 2rem 0 3rem 0;
  width: 100%;
  border-style: dotted;
  border-color: rgba(0, 0, 0, 0);
  background: white;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
#positions .pos-menu {
  width: 100%;
  margin-bottom: 1rem;
}
#positions .pos-menu #mobile-filter {
  display: none;
  height: 50px;
}
@media screen and (max-width: 990px) {
  #positions .pos-menu #mobile-filter {
    display: grid;
    grid-template-columns: auto 50px;
    border: 4px solid black;
    border-radius: 7px;
    width: 100%;
  }
}
#positions .pos-menu #mobile-filter #filter-btn {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}
#positions .pos-menu #mobile-filter #show-all {
  display: none;
  border: 0;
  max-height: 100%;
  margin-top: 0;
  background: black;
  color: white;
  border-radius: 0 3px 3px 0;
  font-size: 1rem;
  font-weight: bold;
  padding: 0;
}
#positions .pos-menu #filter {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
#positions .pos-menu #filter .filter {
  font-weight: 800;
  font-size: 0.75rem;
  cursor: pointer;
  margin-right: 0.5rem;
  padding: 0.25rem 2px;
  border-bottom: 6px solid #fff;
}
#positions .pos-menu #filter .filter.selected {
  border-bottom: 6px solid #ffcc00;
}
@media screen and (max-width: 990px) {
  #positions .pos-menu #filter {
    position: relative;
    top: 6px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: white;
    display: none;
    border: 4px solid black;
    border-radius: 7px;
    z-index: 100000;
  }
  #positions .pos-menu #filter .filter {
    width: 100%;
    padding: 0.5rem;
    border-bottom: 0px dotted #ddd;
  }
  #positions .pos-menu #filter .filter:last-child {
    border-bottom: none;
  }
}
#positions .positions-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
#positions .positions-list #none-pos {
  display: none;
  padding: 0.5rem;
}
#positions .positions-list #none-pos em {
  color: #999;
}
#positions .positions-list .pos {
  width: calc((100% - 3rem) / 3);
  padding: 0.75rem 0;
  margin: 0 0.5rem;
  border-bottom: 0px dotted #ddd;
}
#positions .positions-list .pos a {
  text-decoration: none;
}
#positions .positions-list .pos a strong {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
  text-decoration: none;
}
#positions .positions-list .pos a p {
  font-size: 0.8rem;
}
@media screen and (max-width: 1000px) {
  #positions .positions-list .pos {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 990px) {
  #positions .positions-list .pos {
    padding: 0.75rem 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  #positions .positions-list .pos {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  #positions > a {
    width: 100%;
  }
  #positions > a button {
    width: 100%;
  }
}

#quotes {
  padding: 5rem 0 0 0;
  overflow-x: hidden;
  overflow-y: visible;
}
#quotes h2 {
  text-transform: uppercase;
  text-align: center;
}
#quotes .quotes-container {
  text-align: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}
#quotes .quotes-container .quotes-container-quote {
  position: relative;
  border-radius: 16px;
  padding: 25px 25px 40px;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
}
#quotes .quotes-container .quotes-container-quote p {
  text-align: left;
  font-size: 18px;
  line-height: 1.2rem;
}
#quotes .quotes-container .quotes-container-quote .header {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
}
#quotes .quotes-container .quotes-container-quote .header .name {
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  font-size: 25px;
  letter-spacing: 0.1px;
  padding-top: 0.5em;
}
#quotes .quotes-container .quotes-container-quote .header .position {
  text-align: left;
  font-size: 16px;
  color: #999;
  padding-bottom: 1em;
}
#quotes .quotes-container .quotes-container-quote .header img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#quotes .quotes-container .quotes-container-quote.slick-center {
  transform: scale(1);
  opacity: 1;
}

#quotes .quotes-container .quotes-container-quote:not(.slick-center) {
  opacity: 0.75;
}

#quotes .quotes-container .quotes-container-quote:not(.slick-active) {
  transform: scale(0.9);
  opacity: 0;
}

#glassdoor {
  padding: 0rem 1rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#glassdoor button {
  margin-top: 2rem;
}

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