html {
  font-size: 9px;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 968px) {
    html {
      font-size: 10px; } }
body {
  line-height: 1.75;
  font-size: 2em; }

body,
input,
textarea {
  font-family: 'Vollkorn', Georgia, serif;
  color: #3A4145;
  text-rendering: geometricPrecision; }

label,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quattrocento', Georgia, serif;
  font-weight: 400;
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-top: 2.2em; }

h1 {
  font-size: 6.5rem;
  line-height: 80px;
  margin: 0 -10px 0 0; }
  @media (min-width: 700px) {
    h1 {
      line-height: 100px;
      font-size: 8rem; } }
h2 {
  font-size: 3.6rem; }

h3 {
  font-size: 2.7rem; }

h4 {
  font-size: 2.3rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 2rem; }

a {
  color: #4489b1;
  transition: color 0.2s ease;
  text-decoration: none; }
  a:hover {
    color: #73a9c9; }

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

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

.container-h {
  margin: 0 0 0 auto; }

.box, .post, .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; }

.main-hero {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 968px) {
    .main-hero {
      display: block; } }
@media (max-width: 968px) {
  #logo-img {
    margin: auto;
    display: block;
    width: 320px; } }

header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: calc(10%) calc(50%);
  box-sizing: border-box; }
  header .container, header .container-h {
    text-align: center; }
  @media (min-width: 968px) {
    header .container, header .container-h {
      text-align: right; } }
  @media (min-width: 700px) {
    header {
      background-size: contain;
      background-position: calc(10%) calc(50%); }
      header.main-hero {
        background-position: calc(10%) calc(50%); } }
  header nav {
    max-width: 100%; }
    header nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      header nav ul li {
        display: inline-block;
        margin: 0 10px; }

header a,
footer a {
  color: #3A4145; }
  header a.active,
  footer a.active {
    border-bottom: 2px solid; }

header a.active {
  border-bottom: 2px solid; }

header,
footer,
section {
  padding: 30px 20px; }
  @media (min-width: 968px) {
    header,
    footer,
    section {
      padding: 50px 40px; } }
.content img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 2px; }

.content {
  text-align: justify; }

.main {
  font-size: 2.25rem; }

.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: 40px 20px; }
  .quote-section .container, .quote-section .container-h {
    max-width: 800px;
    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;
    text-align: center; }
    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; }

.testimonials {
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }

.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-message {
  font-style: italic;
  position: relative; }

.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;
  display: flex;
  justify-content: center;
  align-items: baseline; }
  .columns .column {
    flex: 1 1 250px;
    margin: 0 20px 20px 20px; }

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

.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 {
  display: flex;
  flex-direction: column; }
  @media (min-width: 700px) {
    .post {
      flex-direction: column;
      flex-wrap: wrap;
      padding: 30px; } }
  .post:not(:last-child) {
    margin-bottom: 30px; }

.post-summary {
  display: flex;
  flex-direction: column; }
  @media (min-width: 700px) {
    .post-summary {
      flex-wrap: wrap;
      flex-direction: row; } }
.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; }

.col {
  padding: 1em;
  text-align: center;
  justify-content: center; }

.row {
  background-color: #fefefe;
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2);
  align-items: center;
  margin: 1rem 0;
  display: grid;
  grid-gap: 1rem;
  list-style-type: none;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }

.post-scriptum {
  font-size: 14px;
  display: block;
  line-height: 1.5; }

.call {
  padding: 10px 15px;
  margin: 0;
  background-color: #4489b1;
  color: #fefefe;
  cursor: pointer;
  font-size: 1.5rem;
  border-radius: 2px; }

.call:hover {
  background-color: #73a9c9; }

.figcaption {
  font-size: 20px;
  text-align: center; }

.button-group ul {
  display: grid;
  grid-gap: 1rem;
  list-style-type: none;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  padding-inline-start: 0; }

.button-group li {
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  margin: 0 !important;
  background-color: #fefefe;
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2);
  height: 180px; }

.button-group li {
  position: relative; }

.button-group li span {
  width: 85%; }

.area-title {
  opacity: 1;
  transition: opacity .5s;
  transition-delay: .4s;
  z-index: 2; }

.area-desc {
  font-size: 1.75rem;
  opacity: 0;
  transition: opacity .5s;
  transition-delay: .2s;
  z-index: 1;
  position: absolute; }

.button-group li:hover > .area-title {
  opacity: 0;
  transition-delay: 0s; }

.button-group li:hover > .area-desc {
  opacity: 1; }

.area-desc p a {
  pointer-events: none; }

.button-group li:hover > .area-desc p a {
  pointer-events: all; }

.area-title-inactive {
  opacity: 0;
  transition-delay: 0s; }

.area-desc-active {
  opacity: 1; }

.area-title-active {
  opacity: 1;
  transition: opacity .5s;
  transition-delay: .4s; }

.area-desc-inactive {
  opacity: 0;
  transition: opacity .5s;
  transition-delay: .2s; }

.text-image-parent {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px; }
  @media (max-width: 700px) {
    .text-image-parent {
      grid-template-columns: 1fr; } }
.page-title {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center; }

.page-title-posts {
  margin-top: 0; }

.not-found {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px; }

.text-image-text h1,
.text-image-text h2,
.text-image-text h3,
.text-image-text h4 {
  margin: 0; }

.first-row-slogan {
  margin-top: 0; }

.second-row-slogan {
  font-size: 60px; }

@media (max-width: 968px) {
  .first-row-slogan {
    font-size: 3rem;
    margin: 20px 0; }
  .second-row-slogan {
    font-size: 4.5rem; } }

@media (max-width: 510px) {
  .first-row-slogan {
    font-size: 2.3rem;
    margin: 20px 0; }
  .second-row-slogan {
    font-size: 3.2rem; } }

.btn {
  display: block !important;
  text-align: center !important;
  margin: 2em auto 0 auto !important;
  max-width: 300px !important; }

.ql-toolbar {
  background-color: #fefefe; }

.ql-editor {
  font-size: 15px; }

.label {
  padding: .5rem 3rem;
  min-width: fit-content;
  font-weight: 500;
  border-right: 1px solid #ccc;
  text-align: center; }
  @media (max-width: 700px) {
    .label {
      max-width: fit-content;
      min-width: unset; } }
.input {
  width: 100%;
  height: 100%;
  font-weight: lighter;
  padding: 0 1em; }

.form-container {
  background-color: #fefefe;
  margin: 1em auto;
  border: 1px solid #ccc;
  display: flex;
  align-items: center; }

.form-container input {
  margin: 0;
  box-shadow: none;
  max-width: unset;
  padding: 0; }

.form-container input:focus {
  outline: unset; }

.small {
  max-width: 500px; }

.none {
  display: none; }

.quote-section span {
  display: block;
  text-align: right;
  max-width: 900px;
  margin: auto; }

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

.editor-link {
  display: none;
  margin-top: 0; }
  .editor-link .btn {
    background-color: #f7e064;
    color: #333;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }
    .editor-link .btn:hover {
      background-color: #f4d525;
      color: #333; }

.cms-editor-active .editor-link {
  display: block; }
