/* 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; }

html {
  height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #333333;
  height: 100%;
  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: 600px) {
    .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); }

.error-page-wrapper {
  background-color: #f5f5f5; }
  @media (max-width: 1000px) {
    .error-page-wrapper {
      padding: 0 20px; } }
  @media (max-width: 600px) {
    .error-page-wrapper {
      padding: 0 5px; } }

.error-page-container {
  margin: 0 auto;
  max-width: 700px;
  padding: 120px 0 200px; }
  @media (max-width: 600px) {
    .error-page-container {
      padding: 50px 0 80px; } }

.error-row {
  align-items: center;
  display: flex;
  flex-direction: column; }

.error-404-text {
  color: #ff5c78;
  font-size: 120px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 10px; }
  @media (max-width: 600px) {
    .error-404-text {
      font-size: 80px; } }

.error-message-copy {
  font-size: 18px;
  letter-spacing: 0; }

.error-options-link-list {
  display: flex;
  flex-direction: column;
  margin-top: 50px; }
  @media (max-width: 600px) {
    .error-options-link-list {
      margin-top: 40px;
      padding: 0 15px; } }
  .error-options-link-list .error-option-link-item {
    background-color: white;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 30px;
    transition: border-color .2s ease; }
    @media (max-width: 600px) {
      .error-options-link-list .error-option-link-item {
        margin-bottom: 15px;
        padding: 15px 12px; } }
    .error-options-link-list .error-option-link-item:hover {
      border-color: #ff5c78; }
    .error-options-link-list .error-option-link-item .link-header-container {
      align-items: center;
      display: flex; }
    .error-options-link-list .error-option-link-item .link-header {
      font-size: 18px; }
      @media (max-width: 600px) {
        .error-options-link-list .error-option-link-item .link-header {
          font-size: 16px; } }
    .error-options-link-list .error-option-link-item .link-description {
      color: gray;
      font-weight: 500;
      line-height: 130%;
      margin-top: 12px; }
      @media (max-width: 600px) {
        .error-options-link-list .error-option-link-item .link-description {
          font-size: 15px; } }

.error-right-arrow {
  background: url("/images/culture-queries/right-arrow.svg") no-repeat center center;
  background-size: cover;
  height: 15px;
  margin-right: 15px;
  width: 15px; }

.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 60px; }
  @media (max-width: 600px) {
    .about-main {
      padding-bottom: 100px; } }

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

.blog-post-wrapper {
  background-color: #dbf5ff; }

.blog-post-container {
  display: flex;
  max-width: 770px;
  margin: 0 auto;
  padding: 100px 15px 140px; }
  @media (max-width: 600px) {
    .blog-post-container {
      padding: 80px 12px 150px;
      flex-direction: column; } }

.blog-post-wrapper.blog-index {
  min-height: 100%; }

.blog-main-container.blog-index {
  margin-left: 0;
  max-width: 810px; }

.blog-post-container.blog-index {
  max-width: 1100px;
  padding: 100px 40px 140px; }
  @media (max-width: 600px) {
    .blog-post-container.blog-index {
      padding: 80px 12px 200px; } }
  .blog-post-container.blog-index .blog-index-title {
    font-size: 32px; }
  .blog-post-container.blog-index .blog-introduction {
    font-size: 17px; }

.blog-posts-list {
  border-top: 2px solid #cbe8f3;
  margin-top: 30px;
  padding-top: 30px; }
  .blog-posts-list .blog-post-title {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 150%;
    margin-bottom: 25px; }
    .blog-posts-list .blog-post-title .blog-post-title--link {
      text-decoration: none; }
    .blog-posts-list .blog-post-title .post-domain {
      color: #787878;
      font-size: 14px;
      letter-spacing: 0;
      margin-left: 6px;
      margin-top: 0;
      text-decoration: none; }

.subscription-section--fixed-footer.blog-index {
  display: block; }

.blog-main-container {
  margin-left: 120px; }
  .blog-main-container .blog-published-date {
    color: #787878;
    font-size: 16px;
    margin-bottom: 5px; }
  .blog-main-container .block {
    margin-top: 50px; }
  .blog-main-container .quoter-description {
    font-style: italic;
    margin-bottom: 10px; }
  .blog-main-container .blog-quote {
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    margin: 25px 0;
    text-align: center; }
  .blog-main-container h1 {
    font-size: 40px;
    line-height: 125%;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      .blog-main-container h1 {
        font-size: 32px; } }
  .blog-main-container h2 {
    color: inherit;
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 140%;
    margin: 50px auto;
    text-align: center; }
  .blog-main-container h3 {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 10px; }
    @media (max-width: 600px) {
      .blog-main-container h3 {
        font-size: 20px; } }
  .blog-main-container p, .blog-main-container ul, .blog-main-container li {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .blog-main-container p, .blog-main-container ul, .blog-main-container li {
        font-size: 17px; } }
  .blog-main-container ol li {
    list-style-type: decimal;
    margin-left: 40px;
    margin-bottom: 12px; }
  .blog-main-container ul li {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 12px; }
  .blog-main-container a {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-skip: ink;
    transition: color .2s ease; }
    .blog-main-container a:hover {
      color: #d12e7f; }
  .blog-main-container i {
    font-style: italic; }
  .blog-main-container .social-icon {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none; }
    .blog-main-container .social-icon i {
      font-style: normal; }
    @media (max-width: 600px) {
      .blog-main-container .social-icon {
        margin-left: 5px; } }
  .blog-main-container b {
    font-weight: 500; }
  .blog-main-container .section-divider {
    text-align: center; }
    .blog-main-container .section-divider:before {
      content: '...';
      font-weight: 400;
      font-size: 30px;
      letter-spacing: 20px;
      margin: 60px auto;
      text-align: center; }
  .blog-main-container .photo-credit {
    font-size: 15px; }
  @media (max-width: 1000px) {
    .blog-main-container {
      margin-left: 80px; } }
  @media (max-width: 600px) {
    .blog-main-container {
      margin-left: 0; } }

.blog-side-panel-container {
  position: fixed;
  text-align: center; }
  .blog-side-panel-container .share-label {
    color: #a6cad8;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 150%;
    text-transform: uppercase; }
    @media (max-width: 600px) {
      .blog-side-panel-container .share-label {
        margin-bottom: 10px; } }
  @media (max-width: 600px) {
    .blog-side-panel-container {
      margin: 50px auto;
      order: 1;
      position: relative; } }

@media (max-width: 600px) {
  .blog-share-icons-list {
    align-items: center;
    display: flex;
    justify-content: center; } }

.blog-share-icon {
  color: #a6cad8;
  font-size: 30px;
  margin-top: 15px;
  transition: color .2s ease; }
  .blog-share-icon:hover {
    cursor: pointer;
    color: #d12e7f; }
  .blog-share-icon .fa {
    font-style: normal; }
  @media (max-width: 600px) {
    .blog-share-icon {
      margin: 0 5px 0; } }

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

.hamburger-icon {
  background: url("/images/global/menu.svg") no-repeat center center;
  background-size: contain;
  cursor: move;
  height: 15px;
  margin-right: 10px;
  width: 15px; }

.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;
  margin-bottom: 5px; }
  .editing-open-position-row:hover .delete-open-position-row .icon {
    display: block; }

.btn-save-positions,
.btn-update-jobs {
  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; }

.update-jobs-wrapper {
  height: 100%;
  padding-bottom: 60px; }

.update-jobs-title {
  margin-bottom: 30px;
  text-align: center; }

.update-jobs-container {
  padding: 60px 0 40px;
  max-width: 1100px; }

.btn-container-update-jobs {
  margin: 0 auto;
  max-width: 1100px; }

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%;
  cursor: pointer;
  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 10px;
  position: relative; }

.navbar--left {
  width: 50%; }
  @media (max-width: 600px) {
    .navbar--left {
      width: 25%; } }

.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 {
  align-items: center;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 50%; }
  @media (max-width: 600px) {
    .navbar--right {
      font-size: 13px;
      width: 75%; } }

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

.post-to-hn--wrapper {
  background-color: #fff9f2;
  height: auto;
  padding: 60px 0 200px; }

.post-to-hn--container {
  margin: 0 auto 0 60px;
  max-width: 720px; }
  .post-to-hn--container textarea {
    font-size: 15px;
    line-height: 125%;
    margin-bottom: 20px;
    padding: 20px; }

.post-to-hn--copy {
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 20px; }

.post-to-hn--note {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 135%; }
  .post-to-hn--note a {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-skip: ink;
    transition: color .2s ease; }
    .post-to-hn--note a:hover {
      color: #d12e7f; }

.post-comment--btn {
  align-items: center;
  background: linear-gradient(to bottom right, #ff3a7a, #ff5c42);
  border-radius: 3px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  height: 70px;
  justify-content: center;
  margin-top: 12px;
  transition: box-shadow .2s ease;
  width: 250px; }
  .post-comment--btn:active, .post-comment--btn:focus {
    outline: 0; }
  .post-comment--btn:hover {
    background: linear-gradient(to bottom right, #ff4e88, #ff6850);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
    cursor: pointer; }
  .post-comment--btn .copied-icon {
    background: url("/images/global/copy.svg") no-repeat center center;
    background-size: contain;
    display: none;
    height: 30px;
    margin-right: 12px;
    width: 30px; }
  .post-comment--btn.success {
    background: linear-gradient(to bottom right, #4dd42b, #12b33c);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); }

.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; }
  .mission-statement a {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-skip: ink;
    transition: color .2s ease; }
    .mission-statement a:hover {
      color: #d12e7f; }

.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-list {
  align-items: flex-start;
  color: #6b6b6b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 231px; }
  .team-links-list i {
    font-size: 16px;
    margin-right: 8px;
    width: 14px; }
  @media (max-width: 1000px) {
    .team-links-list {
      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-list {
      align-items: flex-start;
      flex-direction: column;
      margin-top: 10px; } }

.team-links__item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .team-links__item:not(:first-child) {
    margin-top: 15px; }
  .team-links__item:nth-child(5), .team-links__item:nth-child(6), .team-links__item:nth-child(7), .team-links__item:nth-child(8) {
    display: none; }

.team-links__link {
  font-size: 13px;
  font-weight: 400;
  transition: color .2s ease; }
  .team-links__link:hover {
    color: #c30051; }

.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%; }
  .panel-copy:not(:last-child) {
    margin-bottom: 10px; }
  .panel-copy a {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-skip: ink;
    transition: color .2s ease; }
    .panel-copy a:hover {
      color: #d12e7f; }

.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: 940px;
      max-width: 100%;
      width: auto; }
    .value-qualifications .value a {
      cursor: pointer;
      text-decoration: underline;
      text-decoration-skip: ink;
      transition: color .2s ease; }
      .value-qualifications .value a:hover {
        color: #d12e7f; }
    .value-qualifications .value i {
      font-style: italic; }
    .value-qualifications .value b {
      font-weight: 600; }
  .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, .value-qualifications h2 {
    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 li {
    margin-top: 10px; }
  .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: 80px;
      margin-left: -20px;
      width: 180px; }
    .culture-queries-hero .hero-row--2 .hero-directions {
      font-size: 19px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 125%;
      margin: 20px 10px 0 15px; }
    .culture-queries-hero .hero-row--2 .hero-directions-note {
      font-weight: 400;
      font-size: 16px;
      letter-spacing: 0;
      margin-top: 10px; }
  .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;
    align-items: center;
    display: flex;
    justify-content: center; }
    .tags-list .query-tag:hover {
      cursor: pointer; }
    .tags-list .query-tag .checkmark-icon {
      background: url("/images/culture-queries/check-mark.svg") no-repeat center center;
      background-size: contain;
      display: none;
      height: 10px;
      margin-left: 8px;
      width: 10px; }
    .tags-list .query-tag.selected .checkmark-icon {
      display: block; }
    .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: #059e6b;
        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: #0ab5b8;
        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: 80px;
  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 70px; }

.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: 16px; }

.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; }
  .relevant-tag:hover {
    cursor: pointer; }
  .relevant-tag:hover {
    cursor: initial; }
  .relevant-tag.daily {
    background-color: #dbecff;
    color: #002e6b; }
  .relevant-tag.career {
    background-color: #dbffe3;
    color: #00560c; }
  .relevant-tag.health {
    background-color: #dbfffa;
    color: #005446; }
  .relevant-tag.tech {
    background-color: #ebebff;
    color: #2b006b; }
  .relevant-tag.team {
    background-color: #ffe6eb;
    color: #8a0000; }
  .relevant-tag.strategy {
    background-color: #ffe6f5;
    color: #560137; }

.results-item--CTA {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto; }

.question-text--CTA {
  font-size: 24px;
  text-align: center; }

.email-input--culture-queries {
  border-radius: 3px;
  border: 2px solid #333333;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 8px 12px;
  margin-bottom: 15px;
  width: 100%; }

.culture-queries-mailchimp-form {
  width: 230px; }

.subscribe-cta-container {
  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; }

.subscribe-btn--culture-queries {
  border: 0;
  background: linear-gradient(to bottom right, #2700ff, #0e0086);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  color: white;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  padding: 22px 32px;
  text-align: center;
  transition: all .2s ease;
  width: 100%; }
  .subscribe-btn--culture-queries:active, .subscribe-btn--culture-queries:focus {
    outline: 0; }
  .subscribe-btn--culture-queries:hover {
    background: linear-gradient(to bottom right, #2522ff, #1909a5);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.5); }

.question-explanation--CTA {
  text-align: center;
  padding: 0 30px; }

.submit-question-link {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-skip: ink;
  transition: color .2s ease;
  font-size: 15px;
  font-weight: 400;
  color: #6f808b;
  letter-spacing: 0;
  text-decoration: underline;
  margin-top: 40px; }
  .submit-question-link:hover {
    color: #d12e7f; }

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.fake-questions-container {
  position: relative; }
  .fake-questions-container .blur-background {
    display: flex;
    -webkit-filter: blur(5px);
    /* Safari */
    filter: blur(5px); }
  .fake-questions-container .email-form-container {
    align-items: center;
    background: linear-gradient(to bottom right, #4ba3ff, #3c81ff);
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: calc(50% - 225px);
    padding: 50px;
    position: absolute;
    top: 10%;
    width: 450px; }
    @media (max-width: 600px) {
      .fake-questions-container .email-form-container {
        left: calc(50% - 175px);
        padding: 40px 30px;
        width: 350px; } }
  .fake-questions-container .email-form-header {
    color: white;
    font-size: 30px;
    line-height: 125%;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 600px) {
      .fake-questions-container .email-form-header {
        font-size: 24px; } }
  .fake-questions-container .email-form-note {
    color: white;
    font-size: 19px;
    font-weight: 400;
    line-height: 125%;
    max-width: 310px;
    text-align: center; }
    @media (max-width: 600px) {
      .fake-questions-container .email-form-note {
        font-size: 16px; } }
  .fake-questions-container .sparkpost-email-input {
    border-radius: 3px;
    border: 2px solid #333333;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin-top: 30px;
    padding: 13px;
    width: 225px; }
    .fake-questions-container .sparkpost-email-input:focus {
      outline: none;
      border-color: #ffc0c0; }
  .fake-questions-container .sparkpost-email-btn {
    align-items: center;
    background: linear-gradient(to bottom right, #ff3a7a, #ff5c42);
    border-radius: 3px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: white;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    margin-top: 12px;
    padding: 11px 30px;
    transition: box-shadow .2s ease;
    width: 225px; }
    .fake-questions-container .sparkpost-email-btn:hover {
      background: linear-gradient(to bottom right, #ff4e88, #ff6850);
      box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
      cursor: pointer; }
    .fake-questions-container .sparkpost-email-btn.success {
      background: linear-gradient(to bottom right, #c7ff6e, #00e23b);
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); }
    .fake-questions-container .sparkpost-email-btn.disabled {
      cursor: default; }
      .fake-questions-container .sparkpost-email-btn.disabled:hover {
        background: linear-gradient(to bottom right, #c7ff6e, #00e23b); }
  .fake-questions-container .gift-icon {
    background: url("/images/culture-queries/gift.svg") no-repeat center center;
    background-size: contain;
    height: 28px;
    margin-right: 12px;
    width: 28px; }
  .fake-questions-container .loading-icon {
    background: url("/images/culture-queries/loading.svg") no-repeat center center;
    background-size: contain;
    display: none;
    height: 28px;
    margin-right: 12px;
    width: 28px; }
    .fake-questions-container .loading-icon.active {
      display: inline;
      -moz-animation: spin 2s infinite;
      -webkit-animation: spin 2s infinite; }
  .fake-questions-container .email-success-icon {
    background: url("/images/culture-queries/message.svg") no-repeat center center;
    background-size: contain;
    height: 100px;
    margin-right: 12px;
    width: 100px; }
  .fake-questions-container .error-message {
    color: white;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 5px; }

.email-subscribe-container {
  align-items: center;
  display: flex;
  margin-top: 15px;
  max-width: 85%; }
  .email-subscribe-container .checkbox {
    border: 1px solid white;
    border-radius: 1px;
    cursor: pointer;
    margin-right: 12px;
    padding: 2px;
    min-height: 10px;
    min-width: 10px; }
    .email-subscribe-container .checkbox .checkmark {
      background: url("/images/culture-queries/check-mark.svg") no-repeat center center;
      background-size: contain;
      display: none;
      height: 10px;
      width: 10px; }
    .email-subscribe-container .checkbox.selected .checkmark {
      display: block; }
  .email-subscribe-container .checkbox-label {
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 125%; }

.suggested-team-excerpt a {
  cursor: crosshair; }

.suggested-teams-wrapper {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  padding: 0 0 115px; }

.suggested-teams-header-container {
  margin: 150px auto 0;
  max-width: 850px;
  padding: 0px 36px;
  text-align: center; }

.suggested-teams-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px; }
  .suggested-teams-list .suggested-team {
    border-bottom: 2px solid #e6e6e6;
    background-color: white;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 10px 20px;
    min-width: 320px;
    padding: 20px;
    position: relative;
    width: calc(33% - 17px);
    transition: box-shadow .2s ease; }
  .suggested-teams-list .suggested-team-container {
    position: absolute; }
  .suggested-teams-list .suggested-team-header-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .suggested-teams-list .suggested-team-logo {
    border-radius: 50%;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    min-height: 50px;
    min-width: 50px; }
  .suggested-teams-list .suggested-team-name {
    font-size: 26px;
    letter-spacing: .25px;
    margin-bottom: 12px; }
  .suggested-teams-list .matching-value-tag {
    align-self: flex-start; }

.matching-value-container h1 {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 135%;
  margin-top: 15px;
  margin-bottom: 18px; }

.matching-value-container p {
  color: #6f808b;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 130%;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical; }

.suggested-team-details p {
  color: #495054;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px; }

.suggested-team-link {
  align-items: center;
  background-color: #3059ff;
  box-sizing: border-box;
  display: none;
  justify-content: center;
  line-height: 100%;
  opacity: 1;
  padding: 4px 8px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  transition: background-color .2s ease; }
  .suggested-team-link span {
    color: white;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin-right: 6px;
    white-space: nowrap; }
  .suggested-team-link:hover {
    background-color: #0e38e2; }

.suggested-team:hover {
  box-shadow: 0 0 12px rgba(64, 64, 64, 0.25); }
  .suggested-team:hover .suggested-team-link {
    display: flex; }

.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: color .2s ease; }
    .copy-container a:hover {
      color: #d12e7f; }
  .copy-container p {
    margin-bottom: 40px; }
  .copy-container span.mailto-link {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-skip: ink;
    transition: color .2s ease; }
    .copy-container span.mailto-link:hover {
      color: #d12e7f; }
  .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); }

.subscription-section--culture-queries {
  background: none;
  padding: 0; }

.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%; }
    @media (max-width: 600px) {
      .subscription-section--profile .subscribe-btn--profile {
        max-width: 90%; } }
  .subscription-section--profile.fix-subscribe {
    top: 50px;
    position: fixed;
    width: 231px;
    z-index: 100; }

.subscription-section--fixed-footer {
  bottom: 0;
  display: none;
  padding: 10px 0;
  position: fixed;
  width: 100%; }
  .subscription-section--fixed-footer .fixed-footer-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px; }
    @media (max-width: 600px) {
      .subscription-section--fixed-footer .fixed-footer-container {
        padding: 0 15px; } }
  .subscription-section--fixed-footer .subscribe-header {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 125%;
    margin: 4px 10px 4px 0; }
    @media (max-width: 600px) {
      .subscription-section--fixed-footer .subscribe-header {
        font-size: 15px;
        margin: 0 0 6px; } }
  .subscription-section--fixed-footer .subscribe-form-input-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .subscription-section--fixed-footer .subscribe-email-input--fixed-footer {
    font-size: 14px;
    margin-right: 4px;
    padding: 8px 12px;
    width: 220px; }
    .subscription-section--fixed-footer .subscribe-email-input--fixed-footer:active, .subscription-section--fixed-footer .subscribe-email-input--fixed-footer:focus {
      padding: 6px 10px; }
    @media (max-width: 600px) {
      .subscription-section--fixed-footer .subscribe-email-input--fixed-footer {
        width: 230px; } }
  .subscription-section--fixed-footer .subscribe-btn--fixed-footer {
    font-size: 14px;
    padding: 8px 12px; }
  .subscription-section--fixed-footer .footer-note.fixed-footer {
    background-color: transparent;
    color: white;
    line-height: 125%;
    margin-left: 20px;
    padding: 0;
    position: relative; }
    .subscription-section--fixed-footer .footer-note.fixed-footer .twitter-follow-btn.fixed-footer {
      background-color: white;
      color: #333333;
      transition: background-color .2s ease; }
      .subscription-section--fixed-footer .footer-note.fixed-footer .twitter-follow-btn.fixed-footer:hover {
        background-color: #ebfdff; }
    @media (max-width: 1000px) {
      .subscription-section--fixed-footer .footer-note.fixed-footer {
        display: none; } }

.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: space-between;
  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%; }
  @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;
  justify-content: flex-end;
  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; }

.seo-landing-hero {
  background: url(/images/global/landing-hero.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 30px 0; }

.seo-landing-wrapper {
  background: #f4f5fa;
  min-height: 225px;
  padding: 40px 0 10px; }

.seo-header-title {
  color: white;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 150%;
  margin: 0 auto;
  max-width: 900px;
  text-align: center; }
  @media (max-width: 1000px) {
    .seo-header-title {
      font-size: 28px;
      line-height: 125%; } }
  @media (max-width: 600px) {
    .seo-header-title {
      font-size: 24px; } }

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

.seo-landing-container {
  margin: 0 auto;
  max-width: 900px; }
  @media (max-width: 1000px) {
    .seo-landing-container {
      padding: 0 20px; } }
  @media (max-width: 1000px) {
    .seo-landing-container {
      padding: 0 5px; } }

.thumbnails-list--seo {
  height: 100%; }

.list-header--seo {
  color: #333333;
  font-size: 20px;
  margin-bottom: 15px; }

.thumbnail--seo {
  margin: 15px 0;
  transition: transform 150ms, -webkit-transform 150ms, box-shadow 150ms;
  width: 100%; }
  @media (max-width: 1000px) {
    .thumbnail--seo {
      margin: 15px 0;
      min-width: 100%; }
      .thumbnail--seo:nth-child(3n+2) {
        margin: 15px 0; } }
  @media (max-width: 600px) {
    .thumbnail--seo {
      margin: 12px 0;
      min-width: 100%; }
      .thumbnail--seo:nth-child(3n+2) {
        margin: 12px 0; } }

.thumbnail-body--seo {
  align-items: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  flex-direction: row;
  height: auto;
  justify-content: space-between;
  padding: 12px 20px 12px 30px; }
  @media (max-width: 600px) {
    .thumbnail-body--seo {
      padding: 12px 15px; } }

.thumbnail-main-container--seo {
  align-self: center;
  display: flex;
  padding-right: 15px;
  width: 55%; }
  @media (max-width: 600px) {
    .thumbnail-main-container--seo {
      padding-right: 0;
      width: 100%; } }

.thumbnail-summary-container--seo {
  align-items: center;
  display: flex; }

.thumbnail-logo--seo {
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  width: 60px; }
  @media (max-width: 600px) {
    .thumbnail-logo--seo {
      height: 40px;
      min-height: 40px;
      min-width: 40px;
      width: 40px; } }

.thumbnail-header-container--seo {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px; }
  @media (max-width: 600px) {
    .thumbnail-header-container--seo {
      margin-left: 15px; } }

.thumbnail-company--seo {
  margin-top: 0;
  margin-bottom: 6px;
  text-align: left; }
  @media (max-width: 600px) {
    .thumbnail-company--seo {
      font-size: 20px; } }

.thumbnail-tagline--seo {
  font-size: 15px;
  letter-spacing: .2px;
  margin-top: 0;
  text-align: left; }
  @media (max-width: 600px) {
    .thumbnail-tagline--seo {
      font-size: 14px;
      line-height: 120%; } }

.thumbnail-locations--seo {
  text-align: left;
  letter-spacing: 0px;
  color: #949494;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  margin-top: 14px;
  font-style: italic; }
  @media (max-width: 600px) {
    .thumbnail-locations--seo {
      margin-top: 6px; } }

.thumbnail-tab--seo {
  background-color: #f7fafc;
  padding: 0 30px;
  position: relative; }
  @media (max-width: 600px) {
    .thumbnail-tab--seo {
      padding: 0 15px; } }

.thumbnail-values-list--seo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 112px;
  left: 0;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  top: 0;
  width: 45%;
  white-space: nowrap; }
  @media (max-width: 600px) {
    .thumbnail-values-list--seo {
      display: none; } }
  .thumbnail-values-list--seo .thumbnail-tag--seo {
    margin: 2px;
    opacity: 1;
    text-transform: inherit; }
    .thumbnail-values-list--seo .thumbnail-tag--seo .tag-label--seo {
      border: 1px solid #e6e6e6;
      border-radius: 2px;
      font-weight: 500;
      letter-spacing: 0; }
  .thumbnail-values-list--seo .read-more-tag--seo .tag-label--seo {
    border: none; }

.thumbnail-tab--default--seo {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  letter-spacing: .2px;
  overflow: hidden;
  padding: 17px 0 15px; }
  .thumbnail-tab--default--seo .copy--seo {
    padding: 0; }
  @media (max-width: 600px) {
    .thumbnail-tab--default--seo {
      padding: 10px 0; } }

.thumbnail-open-positions-list--seo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px; }
  @media (max-width: 600px) {
    .thumbnail-open-positions-list--seo {
      margin-top: 6px; } }

.thumbnail-open-position--seo {
  color: #698dfd;
  font-size: 13px;
  font-weight: 500;
  margin: 5px 12px 5px 0;
  text-decoration: underline;
  white-space: nowrap; }

.seo-header-container {
  align-items: center;
  display: flex;
  padding: 15px; }
  @media (max-width: 600px) {
    .seo-header-container {
      display: block;
      padding: 0 10px; } }
  .seo-header-container .seo-subtitle {
    color: #333333;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0;
    text-align: right;
    width: 13%; }
    @media (max-width: 1000px) {
      .seo-header-container .seo-subtitle {
        font-size: 18px; } }
    @media (max-width: 600px) {
      .seo-header-container .seo-subtitle {
        display: none; } }

.seo-intro-container {
  border-left: 2px solid;
  margin-left: 25px;
  padding-left: 25px;
  width: 87%; }
  @media (max-width: 1000px) {
    .seo-intro-container {
      margin-left: 20px;
      padding-left: 20px; } }
  @media (max-width: 600px) {
    .seo-intro-container {
      border: none;
      margin-left: 0;
      padding-left: 0;
      width: 100%; } }

.list-description--seo {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .25px;
  line-height: 140%;
  margin-bottom: 15px; }
  .list-description--seo:last-child {
    margin-bottom: 0; }
  .list-description--seo .seo-link-to-cq {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-skip: ink;
    transition: color .2s ease; }
    .list-description--seo .seo-link-to-cq:hover {
      color: #d12e7f; }

.thumbnail-excerpt-container--seo {
  background-color: white;
  border-top: 1px solid #ededed;
  padding: 25px 30px 35px 56px;
  text-align: left; }
  @media (max-width: 1000px) {
    .thumbnail-excerpt-container--seo {
      padding: 25px 30px 35px 30px; } }
  @media (max-width: 600px) {
    .thumbnail-excerpt-container--seo {
      padding: 20px 20px 35px; } }
  .thumbnail-excerpt-container--seo .thumbnail-excerpt--seo {
    border-left: 5px solid #ededed;
    padding-left: 50px;
    margin-bottom: 20px; }
    @media (max-width: 1000px) {
      .thumbnail-excerpt-container--seo .thumbnail-excerpt--seo {
        padding-left: 30px; } }
    @media (max-width: 600px) {
      .thumbnail-excerpt-container--seo .thumbnail-excerpt--seo {
        padding-left: 20px; } }
  .thumbnail-excerpt-container--seo img {
    margin-top: 30px;
    max-width: 100%; }
  .thumbnail-excerpt-container--seo .thumbnail-profile-read-more-btn {
    background: linear-gradient(to bottom right, #fff900, #ffe000);
    border-radius: 50px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 50px;
    padding: 10px 18px;
    text-decoration: none;
    transition: all .2s ease; }
    .thumbnail-excerpt-container--seo .thumbnail-profile-read-more-btn:hover {
      background: linear-gradient(to bottom right, #f5ff56, #ffe213);
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
      color: initial;
      cursor: pointer; }
    .thumbnail-excerpt-container--seo .thumbnail-profile-read-more-btn:active {
      outline: none; }
    @media (max-width: 1000px) {
      .thumbnail-excerpt-container--seo .thumbnail-profile-read-more-btn {
        margin-left: 30px; } }
    @media (max-width: 600px) {
      .thumbnail-excerpt-container--seo .thumbnail-profile-read-more-btn {
        margin-left: 20px; } }
  .thumbnail-excerpt-container--seo a {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-skip: ink;
    transition: color .2s ease; }
    .thumbnail-excerpt-container--seo a:hover {
      color: #d12e7f; }
  .thumbnail-excerpt-container--seo i {
    font-style: italic; }
  .thumbnail-excerpt-container--seo b {
    font-weight: 600; }
  .thumbnail-excerpt-container--seo h1, .thumbnail-excerpt-container--seo h2 {
    color: #545454;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 145%;
    margin: 0 0 12px; }
  .thumbnail-excerpt-container--seo p, .thumbnail-excerpt-container--seo ul, .thumbnail-excerpt-container--seo ol {
    color: #6b6b6b;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 145%;
    margin-bottom: 12px; }
  .thumbnail-excerpt-container--seo ul {
    list-style-type: disc;
    padding-left: 30px; }
  .thumbnail-excerpt-container--seo li {
    margin-top: 5px; }
  .thumbnail-excerpt-container--seo ol {
    list-style-type: decimal;
    padding-left: 30px; }
  .thumbnail-excerpt-container--seo .value:first-of-type {
    margin-top: 0; }
  .thumbnail-excerpt-container--seo .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; }

.thumbnail-tag--seo .tag-label--seo[data-tag-featured="true"] {
  background-color: #fffcda;
  color: #545454; }

.thumbnail-tag--seo:hover .tag-label--seo[data-tag-featured=""] {
  background-color: #f4f5fa;
  border-color: #d2d2d2;
  color: #676767; }

.thumbnail-open-position--seo {
  margin-right: 5px; }
  .thumbnail-open-position--seo .open-position-link--seo {
    border-right: 1px solid gray;
    padding-right: 5px; }
    .thumbnail-open-position--seo .open-position-link--seo:hover {
      color: #2559ff; }

.thumbnail-open-position--seo:last-child .open-position-link--seo {
  border-right: none; }

.queries-results-wrapper--seo {
  padding-bottom: 0; }
  @media (max-width: 1000px) {
    .queries-results-wrapper--seo {
      padding: 0 20px; } }
  .queries-results-wrapper--seo .queries-hero-container--seo {
    margin: 80px auto 50px;
    padding: 0;
    text-align: left;
    max-width: 700px; }
  .queries-results-wrapper--seo .results-hero-subtitle--seo {
    margin-bottom: 15px;
    max-width: 100%; }
  .queries-results-wrapper--seo .seo-questions-subtitle {
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    line-height: 145%;
    margin: 0 auto 15px;
    max-width: 100%; }
    .queries-results-wrapper--seo .seo-questions-subtitle a {
      cursor: pointer;
      text-decoration: underline;
      text-decoration-skip: ink;
      transition: color .2s ease; }
      .queries-results-wrapper--seo .seo-questions-subtitle a:hover {
        color: #d12e7f; }

.queries-results-list--seo {
  margin-bottom: 100px;
  max-width: 700px; }

.queries-results-item--seo {
  margin: 0 0 20px;
  width: 100%; }

.results-relevant-tags-container .query-tag-label--seo {
  margin-right: 6px; }

.thumbnail-excerpt--seo-jobs {
  border-left: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding: 0px; }

.tech-stack-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 40%; }

.thumbnail-excerpt-container--seo .tech-stack-label {
  color: #616161;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .2px;
  line-height: 130%;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left; }

.thumbnail-profile-read-more-btn.thumbnail-profile-read-more-btn--jobs {
  margin-left: 0; }

.thumbnail-main-container--seo-jobs {
  padding-right: 0;
  width: 100%; }

.thumbnail-open-positions-list--seo-jobs {
  color: #698dfd;
  font-size: 13px;
  font-weight: 500;
  list-style-type: none;
  white-space: nowrap; }
  .thumbnail-open-positions-list--seo-jobs .open-position-link--seo {
    border-right: none; }

.thumbnail-body--seo-jobs {
  padding: 18px 0;
  border: none; }

.thumbnail--seo-jobs {
  box-shadow: none;
  display: flex; }
  @media (max-width: 600px) {
    .thumbnail--seo-jobs {
      flex-direction: column;
      padding: 0 5px; } }

.col-1 {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 30px 18px;
  width: 60%; }
  @media (max-width: 600px) {
    .col-1 {
      box-sizing: border-box;
      width: 100%; } }

.thumbnail-values-list--seo-jobs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 112px;
  left: 0;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  justify-content: flex-start;
  margin-bottom: 12px;
  width: 100%; }
  @media (max-width: 600px) {
    .thumbnail-values-list--seo-jobs {
      height: auto; } }

.col-2 {
  margin-top: -2px;
  padding: 0px 0 10px 20px;
  width: 40%; }
  @media (max-width: 600px) {
    .col-2 {
      box-sizing: border-box;
      padding: 10px 0 20px 0;
      width: 100%; } }

.tech-job-card {
  align-items: center;
  background-color: #f4f5fa;
  border: 1px solid #ededed;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 12px; }
  .tech-job-card:last-child {
    margin-bottom: 0; }

.tech-job-card-link {
  display: block; }

.tech-job-card-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .tech-job-card-container .tech-job-card--job-title {
    margin-bottom: 5px; }
  .tech-job-card-container .tech-job-card--job-location {
    color: #616161; }

.tech-job-card--apply-btn {
  background: linear-gradient(#e60d71, #dc0c6c);
  border-radius: 2px;
  color: white;
  font-weight: 600;
  padding: 8px 12px; }
  .tech-job-card--apply-btn:hover {
    background: linear-gradient(#ce0562, #b50a59); }

.tech-job-card--see-all-link {
  background-color: #5c7cff;
  border-radius: 3px;
  box-sizing: border-box;
  color: white;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 18px;
  padding: 14px;
  width: 200px;
  transition: background-color .2s ease; }
  .tech-job-card--see-all-link:hover {
    background-color: #3e5ee6; }

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

.tech-job-card--left-panel-label {
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase; }

.tech-job-card--left-panel-copy {
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .2px;
  line-height: 145%;
  margin-left: 2px;
  text-align: left; }

.figure-caption {
  font-size: 15px !important;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 125%;
  margin-top: 5px;
  text-align: center; }

.blog-image {
  background-size: cover;
  background-position: center;
  height: 380px;
  margin-top: 80px;
  width: 100%; }
  .blog-image.devrel-1 {
    background-image: url("/images/blog/developer-advocates-1.jpg"); }
  .blog-image.devrel-2 {
    background-image: url("/images/blog/developer-advocates-2.jpg"); }
  .blog-image.devrel-3 {
    background-image: url("/images/blog/developer-advocates-3.jpg"); }
  .blog-image.devrel-4 {
    background-image: url("/images/blog/developer-advocates-4.jpg"); }
  .blog-image.employee-equity-1 {
    background-image: url("/images/blog/employee-equity-1.jpg"); }
  .blog-image.employee-equity-2 {
    background-image: url("/images/blog/employee-equity-2.jpg"); }
  .blog-image.employee-equity-3 {
    background-image: url("/images/blog/employee-equity-3.jpg"); }
  @media (max-width: 600px) {
    .blog-image {
      height: 200px; } }

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