/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.bg-gray {
  background-color: #f5f5f5; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #333333;
  letter-spacing: .5px;
  min-width: 320px;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 20px; }

h2 {
  color: white;
  font-size: 32px;
  margin-bottom: 40px; }

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }

input:focus, input:active, textarea:focus, textarea:active {
  outline: #99B4E3 solid 2px; }

.container {
  margin: 0 auto;
  max-width: 1000px; }

.hide {
  display: none !important; }

.pointer {
  cursor: pointer; }

.homepage-wrapper {
  margin: 0 auto;
  max-width: 1100px; }
  @media (max-width: 1000px) {
    .homepage-wrapper {
      padding: 0 20px; } }
  @media (max-width: 1000px) {
    .homepage-wrapper {
      padding: 0 5px; } }

.profile-wrapper {
  margin: 0 auto;
  max-width: 1000px; }

.btn {
  background: linear-gradient(#00d6b9, #00bda4);
  border-radius: 6px;
  color: white;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 12px 16px;
  text-align: center;
  text-transform: uppercase; }
  .btn:hover {
    background: linear-gradient(#00caae, #00af98); }

.about-hero {
  background: linear-gradient(#21ffd6, #0bffff);
  box-sizing: border-box;
  padding: 50px 20px;
  width: 100%; }

.about-hero-title {
  font-size: 32px;
  line-height: 125%;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center; }

.about-headshot {
  background: url("/images/global/about-headshot.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  height: 150px;
  margin: 0 auto;
  width: 150px; }

.about-main {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 200%;
  padding: 0 25px; }

.about-article {
  margin: 60px auto 100px;
  max-width: 700px; }
  .about-article .title {
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
    margin-bottom: 20px; }
  .about-article .subtitle {
    color: inherit;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 20px; }
  .about-article ol {
    list-style-type: decimal;
    margin-left: 50px;
    margin-bottom: 40px;
    line-height: 200%;
    font-size: 20px; }
  .about-article ul {
    line-height: 200%;
    list-style-type: disc;
    margin-bottom: 40px;
    margin-left: 50px; }
  .about-article .paragraph {
    margin-bottom: 40px; }
  .about-article .bold {
    font-weight: 600; }

.ikigai {
  background: url("/images/global/ikigai-image.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 580px;
  margin: 60px auto 100px;
  width: 100%; }

.generic-jd {
  background: url("/images/global/generic-jd.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 480px;
  margin: 10px auto 40px;
  width: 100%; }

.admin-table {
  margin: 20px 50px 100px; }

.admin-header-row {
  align-items: center;
  border: 1px solid rgba(60, 56, 56, 0.15);
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  margin: 5px;
  padding: 5px;
  width: 800px; }
  .admin-header-row p {
    margin-right: 5px;
    padding: 2px 5px;
    width: 120px; }
    .admin-header-row p:first-child {
      margin-right: 0;
      width: 200px; }

.admin-tag-row {
  align-items: center;
  border: 1px solid rgba(60, 56, 56, 0.15);
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  margin: 5px;
  padding: 5px;
  width: 1400px; }
  .admin-tag-row:hover {
    background-color: rgba(60, 173, 152, 0.15); }
  .admin-tag-row span {
    width: 200px; }
  .admin-tag-row input {
    margin-right: 5px;
    padding: 2px 5px;
    width: 120px; }
    .admin-tag-row input:nth-child(5) {
      width: 600px; }

.value-select {
  margin-bottom: 15px; }

.editing-row {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  padding: 30px 0 0; }

.editable-values-content {
  width: 60%; }

.values-list-column {
  min-width: 320px;
  width: 35%; }

.editing-instructions {
  color: #3c3838;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
  text-align: right; }

.editing-box {
  display: flex;
  flex-direction: column;
  padding: 15px 25px; }

.editing-container {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 6px 0; }

.editing-label {
  color: #3c3838;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  margin-right: 10px;
  text-align: right;
  width: 110px; }
  .editing-label.full-width {
    margin: 8px 0;
    text-align: left;
    width: 100%; }

.upload-image-input {
  width: auto; }

.upload-pending {
  display: none; }

.upload-success {
  color: #3cad98;
  display: none; }

.edit-input {
  border: 1px solid rgba(60, 56, 56, 0.15);
  border-radius: 2px;
  padding: 6px;
  width: 320px; }
  .edit-input.narrow-width {
    width: 40px; }

.edit-textarea {
  border: 1px solid rgba(60, 56, 56, 0.15);
  border-radius: 2px;
  box-sizing: border-box;
  padding: 6px;
  width: 100%; }

select {
  font-size: 13px;
  height: 30px;
  margin-bottom: 10px; }

.btn-container {
  text-align: center; }

.btn-save {
  margin: 0 auto 50px;
  width: 100px; }

.btn-save-panel {
  margin: 20px 0 0; }

.editing-open-position-row,
.editing-open-position-labels {
  display: flex; }
  .editing-open-position-row .editing-label,
  .editing-open-position-labels .editing-label {
    margin-bottom: 10px;
    text-align: center; }
  .editing-open-position-row .job-title,
  .editing-open-position-labels .job-title {
    width: 30%; }
  .editing-open-position-row .job-location, .editing-open-position-row .job-details,
  .editing-open-position-labels .job-location,
  .editing-open-position-labels .job-details {
    width: 12%; }
  .editing-open-position-row .job-link,
  .editing-open-position-labels .job-link {
    width: 46%; }

.delete-open-position-row {
  cursor: pointer;
  font-size: 13px;
  margin-left: 8px;
  width: 20px; }
  .delete-open-position-row .icon {
    display: none; }

.editing-open-position-row {
  align-items: center;
  display: flex;
  justify-content: flex-start; }
  .editing-open-position-row:hover .delete-open-position-row .icon {
    display: block; }

.btn-save-positions {
  width: auto; }

.edit-content__wrapper {
  display: flex; }

.edit-profile-wrapper {
  margin: 0 auto;
  max-width: 1200px; }

.value-option {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 150%; }
  .value-option .value-option-description {
    font-size: 13px;
    line-height: 130%;
    margin-top: 4px; }

#valuesList {
  padding: 10px 15px; }
  #valuesList .value-tag {
    border-bottom: 1px solid rgba(60, 56, 56, 0.15);
    padding: 15px 8px; }
    #valuesList .value-tag .default-view {
      display: flex;
      justify-content: space-between; }
    #valuesList .value-tag .edit-value-tag {
      display: none; }
    #valuesList .value-tag .editing-view {
      display: none; }
    #valuesList .value-tag .editing-options {
      display: none; }
    #valuesList .value-tag:last-child {
      border-bottom: 0; }
  #valuesList .value-tag-handle {
    cursor: move;
    margin-right: 10px; }

.drag-drop-instructions {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 150%;
  padding: 10px;
  text-align: center; }

#selectedValueTagsList {
  background-color: rgba(60, 173, 152, 0.15);
  min-height: 50px;
  padding: 25px 15px; }
  #selectedValueTagsList .selected-values-header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px; }
    #selectedValueTagsList .selected-values-header .copy {
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      letter-spacing: .5px;
      margin: 10px 0 0 10px; }
  #selectedValueTagsList .value-tag {
    padding: 15px; }
    #selectedValueTagsList .value-tag .default-view {
      display: flex;
      justify-content: space-between; }
    #selectedValueTagsList .value-tag .editing-view {
      display: none; }
    #selectedValueTagsList .value-tag .action-options {
      align-items: center;
      display: flex;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      letter-spacing: .5px;
      line-height: 150%; }
    #selectedValueTagsList .value-tag .edit-value-tag {
      display: none; }
    #selectedValueTagsList .value-tag:hover {
      background-color: white; }
      #selectedValueTagsList .value-tag:hover .edit-value-tag {
        display: block; }
  #selectedValueTagsList .value-tag-handle {
    cursor: move;
    margin-right: 15px; }

.value-image-thumbnail {
  margin-top: 10px;
  width: 120px; }

.remove-image-file {
  cursor: pointer;
  font-size: 14px;
  margin-left: 10px; }

.edit-team-members-header {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.add-new-editing-row {
  cursor: pointer;
  font-size: 14px;
  margin-right: 30px;
  color: #3c3838;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  padding: 5px 0; }
  .add-new-editing-row .icon {
    margin-right: 10px; }

.members-and-vacation {
  margin: 0 auto;
  max-width: 1100px;
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
  width: 100%; }

.delete-team-member-row {
  cursor: pointer;
  font-size: 13px;
  margin-left: 8px;
  width: 20px; }
  .delete-team-member-row .icon {
    display: none; }

.editing-team-member-row {
  align-items: center;
  display: flex;
  justify-content: flex-start; }
  .editing-team-member-row:hover .delete-team-member-row .icon {
    display: block; }

.half-width.edit-textarea {
  width: 400px; }

footer {
  position: relative; }
  @media (max-width: 600px) {
    footer {
      background-color: #f5f5f5;
      bottom: 0;
      padding-top: 40px;
      width: 100%; } }
  @media (max-width: 600px) {
    footer .footer-note {
      font-size: 14px;
      padding: 15px 0;
      position: initial;
      text-align: center;
      width: 100%; } }

.footer-note {
  background-color: white;
  border-top-left-radius: 3px;
  bottom: 0;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  padding: 12px;
  position: absolute;
  right: 0; }
  .footer-note.footer-bg {
    background-color: #e7ebf5; }
    @media (max-width: 600px) {
      .footer-note.footer-bg {
        background-color: white; } }
  @media (max-width: 600px) {
    .footer-note {
      border-top-left-radius: 0;
      padding: 12px 0;
      width: 100%; } }

.twitter-follow-btn {
  background-color: #1e99e6;
  border-radius: 3px;
  color: white;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 4px 5px 4px 6px; }
  @media (max-width: 600px) {
    .twitter-follow-btn {
      padding: 4px; } }
  .twitter-follow-btn:first-child {
    margin: 0 5px 0 0; }
    @media (max-width: 600px) {
      .twitter-follow-btn:first-child {
        margin: 0; } }

.hero-title {
  margin-bottom: 50px; }
  @media (max-width: 1000px) {
    .hero-title {
      max-width: 500px;
      padding: 0 20px; } }
  @media (max-width: 600px) {
    .hero-title {
      max-width: 300px;
      padding: 0 10px; } }

.header-title {
  color: white;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 150%;
  text-align: center; }
  @media (max-width: 1000px) {
    .header-title {
      font-size: 32px;
      line-height: 125%;
      margin-bottom: 10px; } }

.header-subtitle {
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-align: center; }
  @media (max-width: 1000px) {
    .header-subtitle {
      font-size: 18px; } }

.animation-container {
  margin: 0 auto;
  max-width: 1100px;
  position: relative; }
  @media (max-width: 1200px) {
    .animation-container {
      margin: initial;
      max-width: initial; } }

.results-counter-animation {
  background-color: #00ffc6;
  border-radius: 50%;
  bottom: 10px;
  height: 100px;
  right: -50px;
  padding-left: 5px;
  position: absolute;
  width: 100px;
  z-index: 1; }
  .results-counter-animation.flash {
    background-color: #00f3b2;
    -moz-animation: flash 1.6s infinite;
    -webkit-animation: flash 1.6s infinite; }
  .results-counter-animation.pin-to-container {
    position: absolute; }
  @media (max-width: 1200px) {
    .results-counter-animation {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      bottom: 50px;
      right: 0;
      position: fixed; } }

@-moz-keyframes flash {
  0% {
    -moz-transform: scale(0.4);
    opacity: 0; }
  60% {
    -moz-transform: scale(1.25s);
    opacity: 0.4; }
  100% {
    -moz-transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(0.4);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.25);
    opacity: 0.4; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

.results-counter {
  align-items: center;
  background-color: #00dcca;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: center;
  padding-left: 5px;
  position: absolute;
  right: -50px;
  bottom: 10px;
  width: 100px;
  z-index: 2; }
  .results-counter.pin-to-container {
    position: absolute; }
  @media (max-width: 1200px) {
    .results-counter {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      bottom: 50px;
      right: 0;
      position: fixed; } }

.results-counter--num {
  color: white;
  display: none;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  text-align: center; }

.results-counter--text {
  color: #505050;
  font-size: 16px;
  font-weight: 500;
  max-width: 90px;
  text-align: center; }

.results-counter--arrow {
  color: #505050;
  display: none;
  font-size: 16px;
  font-weight: 500;
  max-width: 90px;
  padding-top: 4px;
  text-align: center; }

.login-form-container {
  border: 1px solid gray;
  border-radius: 5px;
  margin: 50px 100px;
  padding: 25px;
  max-width: 300px; }
  .login-form-container button {
    background-color: white;
    border: 2px solid initial;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-transform: uppercase; }

.form-header {
  font-family: "Roboto", sans-serif;
  letter-spacing: .5px;
  margin-bottom: 20px; }

.email-container, .password-container {
  margin-bottom: 15px; }
  .email-container p, .password-container p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500; }

.navbar {
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  color: #262626;
  position: relative;
  z-index: 10; }

.navbar-container {
  align-items: center;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  height: 54px;
  justify-content: space-between;
  letter-spacing: .5px;
  padding: 0 10px 0 15px;
  position: relative; }

.navbar--left {
  width: 50%; }

.navbar-favicon {
  background: url("/images/global/header-logo.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 2px;
  height: 35px;
  margin-right: 15px;
  min-width: 35px;
  width: 35px; }

.kv-branding {
  align-items: center;
  display: flex;
  font-weight: 600;
  padding: 15px 0;
  transition: color .2s ease; }
  .kv-branding:hover {
    color: #355BF0; }

@media (max-width: 600px) {
  .kv-name {
    display: none; } }

.navbar--right {
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 50%; }

.navbar-link {
  font-family: "Roboto", sans-serif;
  letter-spacing: .5px;
  margin-left: 15px;
  padding: 15px;
  transition: color .2s ease; }
  .navbar-link:hover {
    color: #355BF0; }
  @media (max-width: 600px) {
    .navbar-link {
      margin-left: 0;
      padding: 15px 10px; } }

.section-header {
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase; }

.main-content {
  width: 743px; }
  @media (max-width: 1000px) {
    .main-content {
      margin: 0 auto 10px;
      max-width: 800px;
      padding: 0 20px;
      width: 100%; } }
  @media (max-width: 600px) {
    .main-content {
      padding: 0 10px; } }

.hero {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 1000px) {
    .hero {
      background-position: center; } }

.navbar-logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  height: 45px;
  margin-right: 15px;
  width: 45px; }

.hero-logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  box-sizing: border-box;
  height: 110px;
  left: calc(50% - 55px);
  position: absolute;
  bottom: -55px;
  width: 110px; }
  @media (max-width: 1000px) {
    .hero-logo {
      height: 90px;
      left: calc(50% - 45px);
      position: absolute;
      bottom: -25px;
      width: 90px; } }

.hero-test {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 30px;
  width: 100%; }

.overlay {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 200px;
  padding: 30px 100px; }

.summary-side-panel {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 231px; }

.profile-content__wrapper {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 1000px; }
  @media (max-width: 1000px) {
    .profile-content__wrapper {
      flex-wrap: wrap;
      width: auto; } }

.company {
  font-size: 24px;
  font-weight: 500;
  line-height: 125%; }

.team-summary-content {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 40px 0; }

.company-description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: 75%; }

.mission-statement {
  color: #6b6b6b;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  margin: 15px 0 0;
  max-width: 900px;
  text-align: left; }

.quick-stats {
  align-items: flex-start;
  align-self: flex-start;
  color: #6b6b6b;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  justify-content: flex-start;
  margin-top: 10px;
  margin-right: 5px;
  width: 200px; }

.team-links {
  align-items: flex-start;
  color: #6b6b6b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 231px; }
  .team-links i {
    font-size: 16px;
    margin-right: 8px;
    width: 14px; }
  @media (max-width: 1000px) {
    .team-links {
      align-items: flex-end;
      flex-direction: row;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 800px;
      padding: 0 20px;
      width: 100%; } }
  @media (max-width: 600px) {
    .team-links {
      align-items: flex-start;
      flex-direction: column;
      margin-top: 10px; } }

.team-links__link {
  font-size: 13px;
  font-weight: 400;
  transition: color .2s ease; }
  .team-links__link:not(:first-child) {
    margin-top: 15px; }
  .team-links__link:hover {
    color: #c30051; }
  .team-links__link:nth-child(5), .team-links__link:nth-child(6), .team-links__link:nth-child(7), .team-links__link:nth-child(8) {
    display: none; }

.open-positions {
  padding: 50px 0; }
  @media (max-width: 1000px) {
    .open-positions {
      overflow: hidden; } }

.open-positions__container {
  margin: 0 auto;
  position: relative;
  width: 1000px; }
  @media (max-width: 1000px) {
    .open-positions__container {
      max-width: 800px;
      overflow: auto;
      padding: 0 20px;
      width: 100%; } }
  @media (max-width: 1000px) and (max-width: 600px) {
    .open-positions__container {
      box-sizing: border-box;
      padding: 0 10px; } }

.carousel {
  border-radius: 5px;
  width: 1000px !important; }
  .carousel.mousewheel:hover {
    cursor: all-scroll; }
  @media (max-width: 1000px) {
    .carousel {
      overflow: auto !important;
      position: absolute;
      max-width: 800px !important;
      width: 100% !important; } }

.positions-list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.carousel-btn {
  background-color: inherit;
  border: 0;
  color: #b3b3b3;
  font-size: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  width: 14px;
  z-index: 10; }
  .carousel-btn:active, .carousel-btn:focus {
    outline: 0; }
  .carousel-btn:hover {
    color: #666666;
    cursor: pointer; }
  .carousel-btn.disabled {
    display: none; }

.prev {
  left: -39px; }

.next {
  right: -39px; }

.open-position-item {
  background-color: white;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 4px;
  height: auto !important;
  margin-right: 25px !important;
  text-align: center;
  width: 231px !important; }

.open-position-item-contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px; }

.open-position--job-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 8px;
  text-align: center; }

.open-position--job-information {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-weight: 400;
  line-height: 150%; }

.open-position--job-btn {
  background: linear-gradient(#e60d71, #dc0c6c);
  border-radius: 2px;
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 12px; }
  .open-position--job-btn:hover {
    background: linear-gradient(#ce0562, #b50a59); }

.profile-container {
  display: flex; }

.side-panel {
  width: 231px; }
  @media (max-width: 1000px) {
    .side-panel {
      margin: 0 auto;
      max-width: 800px;
      padding: 0 20px;
      width: 100%; } }
  @media (max-width: 600px) {
    .side-panel {
      padding: 0 10px; } }

.panel-item {
  background-color: white;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 40px;
  padding: 10px 13px;
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .panel-item {
      margin-bottom: 30px; } }

.box {
  background-color: white;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 40px; }

.team-composition-list {
  display: flex;
  font-family: "Roboto", sans-serif;
  flex-direction: column; }
  .team-composition-list .team-type {
    color: #929292;
    font-size: 13px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 6px; }
    .team-composition-list .team-type:last-child {
      margin-bottom: 0; }

.panel-copy {
  color: #929292;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 150%; }

.team-tags {
  align-items: flex-start;
  display: flex;
  flex-direction: column; }
  .team-tags .value-tag {
    margin-bottom: 6px; }
    .team-tags .value-tag:last-child {
      margin-bottom: 0; }

.tooltip-container {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  position: relative;
  text-align: left; }
  .tooltip-container .tooltip {
    color: gray;
    font-weight: 500;
    font-size: 14px; }
  .tooltip-container .description {
    font-weight: 400;
    line-height: 130%;
    opacity: 0;
    right: -245px;
    text-align: left;
    top: -20px; }

.value-qualifications {
  background-color: white;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 40px;
  margin-bottom: 100px;
  padding: 25px; }
  @media (max-width: 600px) {
    .value-qualifications {
      padding: 25px 15px;
      margin-bottom: 40px; } }
  .value-qualifications .value {
    margin-top: 45px; }
    .value-qualifications .value img {
      margin: 25px auto 0;
      max-height: 660px;
      max-width: 100%;
      width: auto; }
    .value-qualifications .value a {
      cursor: pointer;
      text-decoration: underline;
      text-decoration-skip: ink;
      transition: background-color .2s ease; }
      .value-qualifications .value a:hover {
        color: #d12e7f; }
    .value-qualifications .value i {
      font-style: italic; }
  .value-qualifications .value:first-of-type {
    margin-top: 0; }
  .value-qualifications .profile-tag {
    color: #01c39f;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased; }
  .value-qualifications h1 {
    color: #545454;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 15px; }
  .value-qualifications p, .value-qualifications ul, .value-qualifications ol {
    color: #6b6b6b;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; }
  .value-qualifications ul {
    list-style-type: disc;
    padding-left: 30px; }
  .value-qualifications ol {
    list-style-type: decimal;
    padding-left: 30px; }
  .value-qualifications img {
    margin-top: 40px;
    width: 100%; }

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.video-responsive iframe {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%; }

.culture-queries-wrapper {
  display: flex;
  margin: 0 auto;
  max-width: 1200px; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(5px); }
  20% {
    -webkit-transform: translateY(15px); }
  40% {
    -webkit-transform: translateY(10px); }
  60% {
    -webkit-transform: translateY(15px); }
  80% {
    -webkit-transform: translateY(12px); }
  100% {
    -webkit-transform: translateY(5px); } }

.culture-queries-hero {
  box-sizing: border-box;
  margin: 70px auto 40px;
  max-width: 1100px;
  padding: 0px 36px;
  width: 100%; }
  .culture-queries-hero .hero-row {
    margin: 0 auto;
    max-width: 800px;
    text-align: center; }
  .culture-queries-hero .hero-row--2 {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    margin-top: 54px; }
    .culture-queries-hero .hero-row--2 .step-1-directions {
      display: flex;
      justify-content: center; }
    .culture-queries-hero .hero-row--2 .step-1 {
      background: url("/images/culture-queries/CQ-step-1.png") no-repeat center center;
      background-size: contain;
      height: 75px;
      margin-left: -20px;
      width: 180px; }
    .culture-queries-hero .hero-row--2 .hero-directions {
      font-size: 19px;
      font-weight: 500;
      letter-spacing: 0;
      margin: 20px 30px 0 15px; }
    .culture-queries-hero .hero-row--2 .pointer-animation {
      background: url("/images/culture-queries/pointing-down.svg") no-repeat center center;
      background-size: contain;
      height: 30px;
      width: 30px; }
      .culture-queries-hero .hero-row--2 .pointer-animation.wiggle {
        -moz-animation: bounce 2.6s infinite;
        -webkit-animation: bounce 2.6s infinite; }
  .culture-queries-hero .hero-header {
    font-size: 32px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 22px; }
  .culture-queries-hero .hero-subheader {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 145%; }
  .culture-queries-hero .hero-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 25px;
    max-width: 600px; }

.query-value-selections {
  background: linear-gradient(to bottom right, #e1feff, #76c6ff);
  display: flex;
  flex-direction: column;
  padding: 0 0 60px; }

.category-row {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0 0 30px;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 900px) {
    .category-row {
      display: none; } }

.category-column {
  min-width: 300px;
  width: 33%; }
  @media (max-width: 900px) {
    .category-column {
      min-width: 350px; } }

.category-group {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 20px 12px 20px 17px;
  margin: 0 10px 25px;
  text-align: center; }
  .category-group .group-icon {
    height: 55px;
    margin: 0 auto;
    width: 55px; }
  .category-group .icon--health {
    background: url("/images/culture-queries/health.svg") no-repeat center center;
    background-size: cover; }
  .category-group .icon--career {
    background: url("/images/culture-queries/growth.svg") no-repeat center center;
    background-size: cover; }
  .category-group .icon--daily {
    background: url("/images/culture-queries/daily.svg") no-repeat center center;
    background-size: cover; }
  .category-group .icon--team {
    background: url("/images/culture-queries/team.svg") no-repeat center center;
    background-size: cover; }
  .category-group .icon--tech {
    background: url("/images/culture-queries/tech.svg") no-repeat center center;
    background-size: cover; }
  .category-group .icon--strategy {
    background: url("/images/culture-queries/strategy.svg") no-repeat center center;
    background-size: cover; }

.tag-category-name {
  margin: 20px 0; }
  .tag-category-name.category-name--daily {
    color: #002e6b; }
  .tag-category-name.category-name--career {
    color: #00560c; }
  .tag-category-name.category-name--health {
    color: #005446; }
  .tag-category-name.category-name--team {
    color: #8a0000; }
  .tag-category-name.category-name--tech {
    color: #2b006b; }
  .tag-category-name.category-name--strategy {
    color: #560137; }

.tags-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .tags-list .query-tag {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 6px;
    margin-right: 5px;
    padding: 5px 10px;
    transition: background-color .2s ease; }
    .tags-list .query-tag:hover {
      cursor: pointer; }
    .tags-list .query-tag.daily {
      background-color: #dbecff;
      color: #002e6b; }
      .tags-list .query-tag.daily:hover {
        background-color: #a8d1ff; }
      .tags-list .query-tag.daily.selected {
        background-color: #226ebf;
        color: white; }
    .tags-list .query-tag.career {
      background-color: #dbffe3;
      color: #00560c; }
      .tags-list .query-tag.career:hover {
        background-color: #a8ffbb; }
      .tags-list .query-tag.career.selected {
        background-color: #00a85a;
        color: white; }
    .tags-list .query-tag.health {
      background-color: #dbfffa;
      color: #005446; }
      .tags-list .query-tag.health:hover {
        background-color: #a8fff2; }
      .tags-list .query-tag.health.selected {
        background-color: #00ccad;
        color: white; }
    .tags-list .query-tag.tech {
      background-color: #ebebff;
      color: #2b006b; }
      .tags-list .query-tag.tech:hover {
        background-color: #b8b8ff; }
      .tags-list .query-tag.tech.selected {
        background-color: #4949ca;
        color: white; }
    .tags-list .query-tag.team {
      background-color: #ffe6eb;
      color: #8a0000; }
      .tags-list .query-tag.team:hover {
        background-color: #ffb3c3; }
      .tags-list .query-tag.team.selected {
        background-color: #d43a3a;
        color: white; }
    .tags-list .query-tag.strategy {
      background-color: #ffe6f5;
      color: #560137; }
      .tags-list .query-tag.strategy:hover {
        background-color: #ffb3e2; }
      .tags-list .query-tag.strategy.selected {
        background-color: #a6176f;
        color: white; }

.category-row--responsive {
  display: none; }
  @media (max-width: 900px) {
    .category-row--responsive {
      display: flex;
      justify-content: center; } }

.queries-tab-container {
  margin: 0 auto;
  max-width: 1200px; }
  .queries-tab-container .tabs-list {
    display: flex;
    margin-bottom: 15px; }
    .queries-tab-container .tabs-list .tab {
      align-items: center;
      border-right: 1px solid #ececec;
      display: flex;
      font-size: 16px;
      font-weight: 500;
      flex-direction: column-reverse;
      justify-content: center;
      margin: 35px 0;
      padding: 5px 20px;
      width: 16.66%; }
      .queries-tab-container .tabs-list .tab:last-child {
        border-right: none; }
      .queries-tab-container .tabs-list .tab .tab-icon {
        background-size: cover;
        height: 60px;
        margin-bottom: 12px;
        width: 60px; }
      .queries-tab-container .tabs-list .tab .icon--health {
        background: url("/images/culture-queries/icon--health.png") no-repeat center center;
        background-size: cover; }
      .queries-tab-container .tabs-list .tab .icon--growth {
        background: url("/images/culture-queries/icon--growth.png") no-repeat center center;
        background-size: cover; }
      .queries-tab-container .tabs-list .tab .icon--daily {
        background: url("/images/culture-queries/icon--daily.png") no-repeat center center;
        background-size: cover; }
      .queries-tab-container .tabs-list .tab .icon--team {
        background: url("/images/culture-queries/icon--team.png") no-repeat center center;
        background-size: cover; }
      .queries-tab-container .tabs-list .tab .icon--engineering {
        background: url("/images/culture-queries/icon--engineering.png") no-repeat center center;
        background-size: cover; }
      .queries-tab-container .tabs-list .tab .icon--strategy {
        background: url("/images/culture-queries/icon--strategy.png") no-repeat center center;
        background-size: cover; }

.queries-container {
  line-height: 250%;
  max-width: 640px;
  padding: 50px 110px; }
  .queries-container .queries-list .query {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 70px; }

.sidebar-container {
  padding: 50px 50px 50px 40px; }
  .sidebar-container .values-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%; }
    .sidebar-container .values-list .value-tag {
      border-radius: 3px;
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      padding: 10px 14px;
      width: auto; }
      .sidebar-container .values-list .value-tag:hover {
        background-color: #fff8c7; }

.step-2-container {
  margin-top: 40px;
  text-align: center; }

.step-2 {
  background: url("/images/culture-queries/CQ-step-2.png") no-repeat center center;
  background-size: contain;
  height: 75px;
  margin: 0 auto;
  width: 180px; }

.see-results-btn {
  align-items: center;
  background: linear-gradient(to bottom right, #fff900, #ffe000);
  border-radius: 9999px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  margin: 20px auto 60px;
  padding: 22px 32px;
  text-align: center;
  transition: all .2s ease;
  width: auto; }
  .see-results-btn .right-arrow {
    background: url("/images/culture-queries/diamond.svg") no-repeat center center;
    background-size: contain;
    height: 32px;
    margin-right: 12px;
    width: 32px; }
  .see-results-btn:hover {
    background: linear-gradient(to bottom right, #f5ff56, #ffe213);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.5); }

.queries-results-wrapper {
  background: linear-gradient(to bottom right, #e1feff, #76c6ff);
  display: flex;
  flex-direction: column;
  padding: 0 0 100px; }

.queries-results-wrapper .results-hero-container {
  box-sizing: border-box;
  margin: 70px auto;
  max-width: 850px;
  padding: 0px 36px;
  text-align: center;
  width: 100%; }

.queries-results-wrapper .results-hero-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 18px; }

.queries-results-wrapper .results-hero-subtitle {
  color: #333333;
  font-size: 17px;
  font-weight: 400;
  line-height: 145%;
  margin: 0 auto;
  max-width: 640px; }

.queries-results-list {
  border: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px; }

.results-item {
  background-color: white;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0 10px 20px;
  min-width: 300px;
  padding: 25px;
  width: calc(33% - 17px);
  transition: box-shadow .2s ease; }
  .results-item:hover {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.75); }

.question-container {
  display: flex; }

.question-label {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 125%;
  margin-right: 12px; }

.question-text {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 140%;
  color: #3c3c3c;
  margin-bottom: 20px; }

.results-relevant-tags-container .relevant-tags-list {
  display: flex;
  flex-wrap: wrap; }

.results-relevant-tags-container .question-explanation {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6f808b;
  line-height: 130%;
  margin-bottom: 20px; }

.results-relevant-tags-container .relevant-tag {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 6px;
  margin-right: 5px;
  padding: 5px 10px;
  transition: background-color .2s ease; }
  .results-relevant-tags-container .relevant-tag:hover {
    cursor: pointer; }
  .results-relevant-tags-container .relevant-tag:hover {
    cursor: initial; }
  .results-relevant-tags-container .relevant-tag.daily {
    background-color: #dbecff;
    color: #002e6b; }
  .results-relevant-tags-container .relevant-tag.career {
    background-color: #dbffe3;
    color: #00560c; }
  .results-relevant-tags-container .relevant-tag.health {
    background-color: #dbfffa;
    color: #005446; }
  .results-relevant-tags-container .relevant-tag.tech {
    background-color: #ebebff;
    color: #2b006b; }
  .results-relevant-tags-container .relevant-tag.team {
    background-color: #ffe6eb;
    color: #8a0000; }
  .results-relevant-tags-container .relevant-tag.strategy {
    background-color: #ffe6f5;
    color: #560137; }

.submit-hero {
  background: url("/images/global/submit-hero-b.jpg");
  background-size: cover;
  background-position: center;
  height: 360px;
  width: 100%; }

.submit-main {
  color: rgba(0, 0, 0, 0.7);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 200%;
  margin-top: 60px auto;
  padding: 0 25px; }

.copy-container {
  margin: 80px auto 120px;
  max-width: 700px; }
  .copy-container .copy-section {
    margin-bottom: 40px; }
  .copy-container .title {
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
    margin-bottom: 20px; }
  .copy-container .list-title {
    margin-bottom: 10px; }
  .copy-container a {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-skip: ink;
    transition: background-color .2s ease; }
    .copy-container a:hover {
      color: #d12e7f; }
  .copy-container p {
    margin-bottom: 40px; }
  .copy-container ul {
    line-height: 200%;
    list-style-type: disc;
    margin-bottom: 40px;
    margin-left: 50px; }

.subscription-section {
  background: linear-gradient(#456bff, #3e62ef);
  padding: 60px 20px 80px;
  position: relative;
  text-align: center; }
  @media (max-width: 600px) {
    .subscription-section {
      padding-bottom: 100px; } }
  .subscription-section .subscribe-header {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 30px; }
  .subscription-section .subscribe-email-input {
    border-radius: 2px;
    border-style: none;
    box-sizing: border-box;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: .5px;
    outline: none;
    padding: 12px 15px;
    width: 300px; }
    .subscription-section .subscribe-email-input:focus, .subscription-section .subscribe-email-input:active {
      border-style: solid;
      border-color: #bafff2;
      padding: 10px 13px; }
    @media (max-width: 600px) {
      .subscription-section .subscribe-email-input {
        text-align: center;
        max-width: 90%;
        width: 300px; } }
  .subscription-section .subscribe-btn {
    background: linear-gradient(#00d6b9, #00bda4);
    border-radius: 2px;
    border-style: none;
    color: white;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
    padding: 12px 15px;
    text-transform: uppercase; }
    .subscription-section .subscribe-btn:hover {
      background: linear-gradient(#00caae, #00af98); }
    @media (max-width: 600px) {
      .subscription-section .subscribe-btn {
        max-width: 90%;
        width: 300px; } }

.subscription-section--culture-queries {
  background: linear-gradient(#172e88, #07228a); }
  .subscription-section--culture-queries .subscribe-header {
    margin: 0 auto 30px;
    max-width: 600px; }

.subscription-section--profile {
  border-radius: 4px;
  box-sizing: border-box;
  padding: 30px 20px; }
  .subscription-section--profile .subscribe-header--profile {
    font-size: 18px; }
  .subscription-section--profile .subscribe-email-input--profile {
    text-align: center;
    width: 100%; }
  .subscription-section--profile .subscribe-btn--profile {
    margin-top: 8px;
    width: 100%; }
  .subscription-section--profile.fix-subscribe {
    top: 50px;
    position: fixed;
    width: 231px;
    z-index: 100; }

.landing-hero {
  background: url("/images/global/landing-hero.jpg");
  background-size: cover;
  background-position: 100% -220px;
  height: 600px;
  margin: 0;
  padding-top: 50px; }
  @media (max-width: 1000px) {
    .landing-hero {
      background-position: 100% 0px; } }

.tags-container {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 35px 50px 5px 50px;
  position: relative; }
  @media (max-width: 1000px) {
    .tags-container {
      flex-wrap: wrap;
      max-width: 680px;
      padding: 40px 0 10px 6%;
      width: calc(100% - 20px); } }
  @media (max-width: 600px) {
    .tags-container {
      box-sizing: border-box;
      font-size: 12px;
      max-width: 340px;
      padding: 35px 0 10px;
      width: calc(100% - 10px); } }

.tag-group {
  margin-top: 10px; }

.tags-list {
  position: relative; }

.category-title {
  color: inherit;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 150%;
  padding-right: 50px;
  text-transform: uppercase; }

.tag-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px; }

@media (max-width: 1000px) {
  .tag-column {
    min-width: 47%;
    padding: 0; } }

@media (max-width: 600px) {
  .tag-column {
    display: inline-block;
    margin: 0 auto;
    min-width: 250px;
    width: auto; } }

.tag-list-header {
  border-bottom: 2px solid #e6e6e6;
  color: #3E3F3F;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .5px; }

.tag {
  background-color: white;
  border: 1px solid white;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 2px -8px;
  padding: 5px 7px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.2s ease;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased; }
  .tag .tag-label {
    display: inline-block;
    line-height: 125%; }
  .tag .description {
    white-space: normal; }
    @media (max-width: 600px) {
      .tag .description {
        display: none !important; } }
  @media (max-width: 600px) {
    .tag {
      font-size: 13px;
      -webkit-text-size-adjust: 100%; } }

.tag.team {
  color: #3359ec; }
  .tag.team:hover {
    background-color: rgba(51, 89, 236, 0.15);
    border-color: #3359ec; }
  .tag.team.selected {
    background-color: #3359ec;
    border-color: #3359ec;
    color: white; }

.tag.daily {
  color: #0f98f9; }
  .tag.daily:hover {
    background-color: rgba(15, 152, 249, 0.15);
    border-color: #0f98f9; }
  .tag.daily.selected {
    background-color: #0f98f9;
    border-color: #0f98f9;
    color: white; }

.tag.career {
  color: #e41085; }
  .tag.career:hover {
    background-color: rgba(228, 16, 133, 0.15);
    border-color: #e41085; }
  .tag.career.selected {
    background-color: #e41085;
    border-color: #e41085;
    color: white; }

.tag.strategy {
  color: #9736c7; }
  .tag.strategy:hover {
    background-color: rgba(151, 54, 199, 0.15);
    border-color: #9736c7; }
  .tag.strategy.selected {
    background-color: #9736c7;
    border-color: #9736c7;
    color: white; }

.tag.health {
  color: #00b4bd; }
  .tag.health:hover {
    background-color: rgba(0, 180, 189, 0.15);
    border-color: #00b4bd; }
  .tag.health.selected {
    background-color: #00b4bd;
    border-color: #00b4bd;
    color: white; }

.tag.tech {
  color: #00ad75; }
  .tag.tech:hover {
    background-color: rgba(0, 173, 117, 0.15);
    border-color: #00ad75; }
  .tag.tech.selected {
    background-color: #00ad75;
    border-color: #00ad75;
    color: white; }

.tag.prop {
  color: #b12887; }
  .tag.prop:hover {
    background-color: rgba(177, 40, 135, 0.15);
    border-color: #b12887; }
  .tag.prop.selected {
    background-color: #b12887;
    border-color: #b12887;
    color: white; }

.description:before {
  border-color: transparent #3E3F3F transparent transparent;
  border-style: solid;
  border-width: 10px;
  bottom: 100%;
  content: "";
  left: -7%;
  position: absolute;
  top: 18px; }

.description {
  background-color: #3E3F3F;
  box-sizing: border-box;
  border-radius: 4px;
  color: white;
  display: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .25px;
  line-height: 135%;
  opacity: 0;
  padding: 15px 18px;
  position: absolute;
  right: -240px;
  text-transform: none;
  top: -18px;
  width: 230px;
  z-index: 10; }

.thumbnails-wrapper {
  background: #f5f5f5;
  min-height: 225px;
  padding: 80px 0 10px; }
  @media (max-width: 1000px) {
    .thumbnails-wrapper {
      padding-top: 610px; } }
  @media (max-width: 600px) {
    .thumbnails-wrapper {
      padding-top: 1600px; } }

.results-header {
  display: none;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase; }

.results-message {
  border: 4px solid white;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  color: #3E3F3F;
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin: 25px 0;
  padding: 20px;
  text-align: center; }

.thumbnails-list {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px auto 100px;
  width: 100%; }
  @media (max-width: 1000px) {
    .thumbnails-list {
      justify-content: center; } }

.thumbnail {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 24px;
  margin: 20px 0;
  position: relative;
  text-align: center;
  width: 31.33%; }
  .thumbnail:nth-child(3n+2) {
    margin: 20px 3%; }
  @media (max-width: 1000px) {
    .thumbnail {
      margin: 15px;
      width: 325px; }
      .thumbnail:nth-child(3n+2) {
        margin: 15px; } }
  @media (max-width: 600px) {
    .thumbnail {
      margin: 0 0 30px;
      max-width: 340px;
      width: calc(100% - 10px); }
      .thumbnail:nth-child(3n+2) {
        margin: 0 0 30px; } }

.thumbnail-link {
  display: block; }

.thumbnail-body {
  align-items: center;
  background-color: white;
  border-radius: 5px;
  box-sizing: border-box;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 345px;
  justify-content: flex-start;
  padding: 35px 35px 0;
  position: relative; }

.thumbnail-company--hover,
.thumbnail-company {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  margin-top: 22px; }

.thumbnail-company--hover {
  opacity: 0;
  left: 22px;
  margin-top: 0;
  position: absolute;
  top: 25px; }

.thumbnail-read-more--hover {
  align-items: center;
  background-color: #3059ff;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  line-height: 100%;
  opacity: 0;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  right: 0; }
  .thumbnail-read-more--hover span {
    color: white;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    margin-right: 6px;
    white-space: nowrap; }

.thumbnail-description {
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 10px; }

.thumbnail-logo {
  border-radius: 50%;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  min-height: 100px;
  min-width: 100px; }

.thumbnail-tagline {
  color: #616161;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 15px; }

.thumbnail-values-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 25px;
  position: absolute;
  top: 60px; }
  .thumbnail-values-list .thumbnail-tag {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.85);
    border-color: rgba(60, 56, 56, 0.25);
    border-radius: 4px;
    border-width: 1px;
    box-sizing: border-box;
    color: #767474;
    display: flex !important;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 0 5px 4px 0;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased; }
    .thumbnail-values-list .thumbnail-tag .tag-number {
      font-weight: 800;
      padding: 5px 3px 5px 0; }
    .thumbnail-values-list .thumbnail-tag .tag-label {
      font-weight: 600;
      padding: 5px 6px; }
    .thumbnail-values-list .thumbnail-tag.match .tag-label {
      background-color: #fffbe5;
      border-radius: 2px;
      color: #2f2f2f; }

.thumbnail-tab {
  background-color: #f5f5f5;
  border-top: 1px solid #ededed;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  padding: 6px 8px;
  position: absolute;
  text-align: center;
  width: 100%; }

.thumbnail-tab--default {
  padding: 6px 8px; }

.thumbnail-tab--default .copy,
.thumbnail-tab--hover .copy {
  color: #616161;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 10px 6px; }

.thumbnail-locations {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  line-height: 125%;
  padding: 0px 6px 6px; }

.thumbnail-properties-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 48px; }
  .thumbnail-properties-list .thumbnail-tag {
    background-color: white;
    border-color: #cacaca;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #7d7d7d;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 500;
    margin: 0 5px 5px 0;
    position: relative;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    margin: 2px 4px; }
    .thumbnail-properties-list .thumbnail-tag .tag-label {
      font-weight: 600;
      padding: 6px 7px; }
    .thumbnail-properties-list .thumbnail-tag.match {
      background-color: #fffbe5;
      color: #2f2f2f; }
    @media (max-width: 600px) {
      .thumbnail-properties-list .thumbnail-tag .tag-label {
        padding: 5px 4px; } }

.submit-team-thumbnail .copy--submit {
  padding: 17px 6px; }

.submit-logo {
  background: url("/images/global/submit-team-logo.jpg") no-repeat center center;
  background-size: cover; }

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