html {
  font-size: 9px;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 700px) {
    html {
      font-size: 10px; } }
body {
  line-height: 1.75;
  font-size: 1.5em; }
  @media (min-width: 700px) {
    body {
      font-size: 2em; } }
body,
input,
textarea {
  font-family: 'Montserrat', sans-serif;
  color: #3f3f3f;
  text-rendering: geometricPrecision;
  text-align: left; }

testimonials-textarea {
  font-family: 'Montserrat', sans-serif;
  color: #3f3f3f;
  text-rendering: geometricPrecision; }

.social-links-text {
  font-family: 'Montserrat', sans-serif; }

.disclaimer {
  font-size: 0.75em;
  font-style: italic; }

label,
h1,
.site-title,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

h1,
.site-title,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0.18em;
  line-height: 1.5; }
  h1:not(:first-child),
  .site-title:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child),
  h4:not(:first-child),
  h5:not(:first-child),
  h6:not(:first-child) {
    margin-top: 2.2em; }

h1,
.site-title {
  font-size: 3rem;
  line-height: 80px;
  margin: 0 -10px 0 0; }
  @media (min-width: 700px) {
    h1,
    .site-title {
      font-size: 5rem; } }
h2,
.page-header h1 {
  font-size: 2.5rem;
  display: inline-block; }
  @media (min-width: 700px) {
    h2,
    .page-header h1 {
      font-size: 3.6rem; } }
h3 {
  font-size: 2.1rem; }
  @media (min-width: 700px) {
    h3 {
      font-size: 2.7rem; } }
h4 {
  font-size: 1.7rem; }
  @media (min-width: 700px) {
    h4 {
      font-size: 2.3rem; } }
h5 {
  font-size: 1.5rem; }
  @media (min-width: 700px) {
    h5 {
      font-size: 2rem; } }
h6 {
  font-size: 1.5rem; }
  @media (min-width: 700px) {
    h6 {
      font-size: 2rem; } }
a {
  color: #3f3f3f;
  transition: color 0.2s ease;
  text-decoration: none; }
  a:hover {
    color: #3f3f3f; }

.job-description {
  margin-top: 5px;
  font-size: 1.75rem; }
  @media (min-width: 700px) {
    .job-description {
      font-size: 2.25rem; } }
.header-job-description {
  margin-top: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.12em; }
  @media (min-width: 700px) {
    .header-job-description {
      font-size: 2.25rem;
      letter-spacing: 0.18em; } }
.page-catchphrase {
  font-style: italic;
  font-stretch: extra-condensed;
  font-size: 2.5rem; }

body {
  margin: 0;
  padding: 0;
  background-color: #fefefe; }

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

.box, .post-summary, .post-comments, .testimonial-message, .staff {
  background-color: #fefefe;
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2);
  padding: 20px;
  border-radius: 2px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .box:hover, .post-summary:hover, .post-comments:hover, .testimonial-message:hover, .staff:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(100, 100, 100, 0.12); }

header {
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center 10px;
  height: 300px;
  box-sizing: border-box; }
  header .container {
    padding-top: 30px;
    text-align: center; }
  @media (min-width: 700px) {
    header {
      display: flex;
      align-items: center;
      height: 360px;
      background-size: contain;
      background-position: calc(50% - 350px) calc(100% + 20px); }
      header.main-hero {
        height: 80vh;
        background-position: calc(50% - 350px) calc(100% + 20px); }
      header .container {
        text-align: right;
        width: 100%;
        padding-top: 0; } }
  header nav {
    max-width: 100%; }
    header nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      header nav ul:not(:last-child) {
        margin-bottom: 10px; }
      header nav ul li {
        display: inline-block;
        margin: 0 5px; }
        @media (min-width: 700px) {
          header nav ul li {
            margin: 0 10px; } }
header a,
footer a {
  color: #957a9b; }
  header a.active,
  footer a.active {
    border-bottom: 2px solid; }

header a.active {
  border-bottom: 2px solid;
  font-size: 1.4rem; }
  @media (min-width: 700px) {
    header a.active {
      font-size: 2.25rem; } }
header a.not-active {
  font-size: 1.4rem; }
  @media (min-width: 700px) {
    header a.not-active {
      font-size: 2.25rem; } }
header,
footer,
section {
  padding: 30px 20px; }
  @media (min-width: 700px) {
    header,
    footer,
    section {
      padding: 80px 40px; } }
.content img {
  float: left;
  max-width: 30%;
  height: auto;
  padding: 8px 20px 20px 8px; }

.content a {
  text-decoration: underline; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p ~ p,
.content p ~ ul,
.content p ~ ol {
  clear: left; }

.page-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 20px; }
  .page-header h1, .page-header h2 {
    margin: 0; }
  .page-header .page-catchphrase {
    margin-top: 10px; }
  @media (min-width: 700px) {
    .page-header {
      flex-direction: row;
      align-items: center;
      margin-bottom: 40px; }
      .page-header .page-catchphrase {
        margin-top: 0;
        border-left: 1px solid rgba(63, 63, 63, 0.25);
        padding-left: 20px;
        margin-left: 20px; } }
.page-catchphrase {
  font-style: italic;
  font-stretch: extra-condensed;
  vertical-align: middle;
  display: inline-block; }

.light-section, .main {
  background-color: #f5f5f7;
  box-shadow: inset 0px 15px 15px -15px rgba(100, 100, 100, 0.2); }

.dark-section, .quote-section {
  background-color: #3e3f46;
  color: #c1c1c1;
  box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.5); }
  .dark-section a, .quote-section a {
    color: #efefef;
    transition: color 0.2s ease; }
    .dark-section a:hover, .quote-section a:hover {
      color: #fefefe; }

.map-section {
  padding: 0; }
  .map-section #map {
    height: 300px; }

.quote-section {
  font-size: 3rem;
  font-style: italic;
  padding: 70px 20px; }
  .quote-section .container {
    max-width: 600px;
    text-align: center; }

.staff-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .staff-list .staff {
    margin: 20px; }

.staff {
  flex: 1 1 300px;
  flex-wrap: wrap;
  margin: 20px 0; }
  .staff p {
    margin: 0; }
  .staff small {
    opacity: 0.6;
    font-size: 1.7rem; }

.staff-info {
  list-style: none;
  margin: 0;
  padding: 0; }

.staff-details {
  margin: 0;
  display: flex; }
  .staff-details .staff-image {
    margin-right: 20px; }

footer {
  position: relative;
  font-size: 1.9rem; }
  footer h2 {
    font-size: 2.5rem;
    margin: 0 0 30px 0; }
  footer .footer-columns {
    display: flex;
    flex-flow: wrap;
    margin: -10px -10px 10px -10px; }
  footer .legal-line {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0;
    font-size: 1.25rem; }
    footer .legal-line a {
      font-style: italic; }

.footer-links {
  flex: 1 0 180px;
  margin: 10px;
  padding: 0; }
  .footer-links li {
    list-style: none;
    margin: 15px 0; }
    .footer-links li a svg {
      fill: #3A4145;
      margin-right: 10px;
      transition: fill 0.2s ease;
      vertical-align: middle;
      position: relative;
      top: -2px;
      width: 22px;
      height: 22px; }
    .footer-links li a:hover svg {
      fill: #73a9c9; }

.footer-last-links {
  flex: 1 0 280px;
  margin: 10px;
  padding: 0; }
  .footer-last-links li {
    list-style: none;
    margin: 15px 0; }
    .footer-last-links li a svg {
      fill: #3A4145;
      margin-right: 10px;
      transition: fill 0.2s ease;
      vertical-align: middle;
      position: relative;
      top: -2px;
      width: 22px;
      height: 22px; }
    .footer-last-links li a:hover svg {
      fill: #73a9c9; }

.bottom-logos {
  display: flexbox; }

.bottom-logo-img {
  max-height: 30px; }
  @media (min-width: 700px) {
    .bottom-logo-img {
      max-height: 60px; } }
.testimonials {
  font-size: 1.8rem;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }

.testimonials-list {
  font-size: 1.8rem;
  padding-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 40px; }
  .testimonials-list .testimonial {
    margin: 0; }
  .testimonials-list a {
    text-decoration: none; }

.testimonial {
  flex: 1 0 0%;
  margin: 0 20px; }

.testimonial-author, .post-summary-author {
  display: flex;
  align-items: center;
  color: #75828a;
  margin: 25px 20px 0 20px; }
  .testimonial-author img, .post-summary-author img {
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -2px; }
  .testimonial-author .testimonial-avatar-emoji, .post-summary-author .testimonial-avatar-emoji {
    font-size: 2.2rem;
    margin-right: 10px;
    line-height: 1;
    display: inline-block;
    flex-shrink: 0; }

.job-description {
  position: relative;
  top: -30px;
  color: #957a9b; }

.testimonial-message {
  font-style: italic;
  position: relative;
  text-align: left; }

.testimonial-message-more {
  text-align: right;
  text-decoration: underline; }

.testimonial-message::before,
.testimonial-message::after {
  content: " ";
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  background-color: #fefefe; }

.testimonial-message::before {
  top: 100%;
  left: 25px;
  width: 18px;
  height: 18px;
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2); }

.testimonial-message::after {
  top: 100%;
  left: 22px;
  height: 24px;
  width: 24px;
  z-index: 1;
  margin-top: -5px; }

.columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .columns .column {
    flex: 1 1 250px;
    margin: 20px; }

.contact-info {
  margin: 0 0 25px 0; }

.post-list {
  list-style: none;
  padding: 0; }

.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center; }
  .pagination a,
  .pagination span {
    flex: 1; }

.post-comments {
  margin-top: 20px; }

.post-summary {
  display: flex;
  flex-direction: column; }
  @media (min-width: 700px) {
    .post-summary {
      flex-direction: row;
      flex-wrap: wrap; } }
  .post-summary:not(:last-child) {
    margin-bottom: 30px; }

.post-summary-excerpt {
  margin-bottom: 0; }

.post-summary-content.has-post-summary-image {
  flex: 0 1 75%; }

.post-summary-image {
  flex: 0 1 25%;
  box-sizing: border-box;
  margin-bottom: 15px; }
  @media (min-width: 700px) {
    .post-summary-image {
      margin-bottom: 0;
      padding-right: 20px; } }
.post-summary-details {
  color: #75828a;
  font-size: 1.9rem; }

.post-summary-author {
  margin: 1em 0; }

label {
  display: block;
  letter-spacing: 4px;
  font-size: 1.5rem; }

.btn,
input,
textarea {
  padding: 10px;
  margin: 10px 0;
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2);
  border: 0;
  border-radius: 2px;
  width: 100%;
  max-width: 500px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  font-size: 2rem; }

textarea {
  min-height: 250px; }

input[type=submit] {
  display: block; }

input[type=submit],
.btn {
  padding: 10px 15px;
  margin: 0;
  background-color: #4489b1;
  font-size: 2rem;
  color: #fefefe;
  cursor: pointer; }
  input[type=submit]:hover,
  .btn:hover {
    color: #fefefe;
    background-color: #73a9c9; }

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
  border-top: 1px solid #eaeaea;
  padding: 16px 24px;
  z-index: 9999;
  font-family: inherit; }
  .cookie-banner .cookie-banner-container {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px; }
    @media (min-width: 700px) {
      .cookie-banner .cookie-banner-container {
        flex-direction: row; } }
  .cookie-banner p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #444444; }
  .cookie-banner .cookie-banner-actions {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: flex-end; }
    @media (min-width: 700px) {
      .cookie-banner .cookie-banner-actions {
        width: auto; } }
    .cookie-banner .cookie-banner-actions button {
      padding: 8px 18px;
      font-size: 0.9rem;
      border-radius: 4px;
      cursor: pointer;
      border: none;
      font-weight: 500;
      transition: background-color 0.2s ease, transform 0.1s ease;
      white-space: nowrap; }
      .cookie-banner .cookie-banner-actions button.cookie-btn-accept {
        background-color: #4489b1;
        color: #ffffff; }
        .cookie-banner .cookie-banner-actions button.cookie-btn-accept:hover {
          background-color: #387497; }
      .cookie-banner .cookie-banner-actions button.cookie-btn-reject {
        background-color: #e9ecef;
        color: #495057; }
        .cookie-banner .cookie-banner-actions button.cookie-btn-reject:hover {
          background-color: #dee2e6; }

.cookie-settings-trigger {
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
  font-size: inherit; }
  .cookie-settings-trigger:hover {
    color: #4489b1; }
