@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";
/* Media Query Widths */
/* Style the tab */
/* Style the buttons inside the tab */
/* Change background color of buttons on hover */
/* Create an active/current tablink class */
/* Style the tab content */
a:link {
  color: #fa4b07 !important; }

a:visited {
  color: #fa4b07 !important; }

h2 {
  font-weight: 900; }

.brand-container {
  width: 100%; }

.home .brand-container {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%; }

.page-brand {
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 0 0 0 0; }

@media screen and (min-width: 767px) {
  .page-brand {
    width: 90%;
    margin: 0 auto; } }
.page-brand div {
  width: 50%; }

.page-brand div:first-of-type {
  align-content: flex-start; }

.page-brand div:last-of-type {
  align-content: center;
  text-align: right;
  margin-right: 20px; }

.page-brand a.logo {
  display: block;
  z-index: 9;
  display: block;
  width: 100px;
  z-index: 9;
  background: #fa4407;
  padding: 10px 5px 5px 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 20px; }

@media screen and (min-width: 767px) {
  .page-brand a.logo {
    width: 150px;
    margin-left: 0px;
    padding: 15px 10px 10px 10px; } }
.page-brand a.logo img {
  width: 100px; }

@media screen and (min-width: 767px) {
  .page-brand a.logo img {
    width: 150px; } }
.page-brand a.contactMWH-button {
  display: inline-block;
  background: #fa4407;
  color: white !important;
  padding: 5px 20px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  font-size: 1.125em; }

.page-brand a.contactMWH-button:hover {
  background: black; }

@media screen and (min-width: 767px) {
  .page-brand a.contactMWH-button {
    font-size: 1.25em;
    padding: 10px 40px; } }
.home-intro {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1 / 1.65; }

.home-why-mwh {
  margin: 40px auto 20px auto !important;
  background-color: white;
  border-radius: 5px;
  padding: 20px !important;
  box-sizing: border-box; }

@media screen and (min-width: 1024px) {
  .home-intro {
    aspect-ratio: 3 / 1.75; } }
.home-intro div {
  padding: 0 0 60px 0;
  margin: 0 5%; }

.home-intro h1 {
  display: block;
  width: 100%;
  font-weight: 900;
  font-size: 2.75em;
  line-height: 1.125em;
  padding: 0;
  margin: 0 0 15px 0;
  color: white;
  text-shadow: 1.5px 1.52px 0px black; }

.home-intro h2 {
  display: block;
  font-size: 1.5em;
  line-height: 1.25em;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: white;
  text-shadow: 1.5px 1.52px 0px black; }

@media screen and (min-width: 1024px) {
  .home-intro h1 {
    font-size: 4em !important; }

  .home-intro h2 {
    font-size: 1.75em !important; }

  .home-intro div {
    width: 75%; } }
.page-intro {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 0 0; }

.page-intro h1 {
  display: block;
  width: 100%;
  font-weight: 900;
  font-size: 2.5em;
  padding: 0;
  margin: 0;
  text-shadow: 1.5px 1.52px 0px rgba(255, 255, 255, 0.53); }

.page-intro h2 {
  display: block;
  width: 100%;
  font-size: 1.6em;
  padding: 0;
  font-weight: 900;
  margin: 0;
  color: #fa4b07 !important;
  line-height: 1em;
  text-shadow: 1.5px 1.52px 0px rgba(255, 255, 255, 0.53); }

@media screen and (min-width: 767px) {
  .page-intro h1 {
    font-size: 4em !important; }

  .page-intro h2 {
    font-size: 2em !important; }

  .page-intro {
    margin: 30px 0; } }
@media screen and (min-width: 1200px) {
  .page-intro h1 {
    font-size: 8em !important; }

  .page-intro h2 {
    font-size: 3em !important; } }
.mwh-brand-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 40px auto;
  gap: 35px;
  /* tighter spacing between logos */
  max-width: 900px; }

.mwh-brand-logo-item {
  display: flex;
  align-items: center;
  justify-content: center; }

/* link wrapper */
.mwh-brand-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

/* MOBILE FIRST (default = mobile) */
.mwh-brand-logo-link img {
  width: 100px;
  height: auto;
  opacity: 0.5;
  transition: opacity 0.25s ease;
  display: block; }

/* hover */
.mwh-brand-logo-link:hover img {
  opacity: 1; }

/* LARGE SCREEN ONLY (scale up image only) */
@media (min-width: 740px) {
  .mwh-brand-logo-link img {
    width: 150px; } }
.tab-container h2 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fa4407;
  font-weight: 900;
  font-size: 1.125em;
  padding: 20px 0; }

.wrapper {
  padding: 20px 0;
  width: 95%;
  margin: 0 auto;
  font-size: 1.125em; }

.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

.tab button {
  background-color: #fa4b07;
  color: #f1e1cd;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: .875em;
  padding: 10px 10px;
  transition: 0.3s;
  margin: 0 4px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-right-radius: 5px; }

.tab button:hover {
  background-color: #fa4b07;
  color: white; }

.tab button.active {
  background-color: white;
  color: black !important;
  font-weight: 600; }

.tab button.active:after {
  content: none !important; }

.tabcontent {
  color: black;
  display: none;
  border-top: none;
  background-color: white;
  padding: 12px 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s; }

@media screen and (min-width: 480px) {
  .tabcontent {
    border-radius: 5px; } }
.tabcontent span {
  display: block;
  margin: 0 20px 0 20px;
  /*    height: 150px;
      overflow: scroll; */ }

@media screen and (min-width: 1024px) {
  .tabcontent span {
    height: auto;
    overflow: auto; } }
.tabcontent span h3 {
  padding-top: 0;
  margin-top: 0; }

.tabcontent h3 {
  display: block;
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0;
  font-size: 1.125em; }

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: .5; }
  to {
    opacity: 1; } }
@keyframes fadeEffect {
  from {
    opacity: .5; }
  to {
    opacity: 1; } }
.topright:hover {
  color: #fa7907; }

.accordion {
  cursor: pointer;
  padding: 15px;
  width: 100%;
  margin-bottom: 5px;
  border: none;
  text-align: left;
  outline: none;
  /*transition: 0.4s;*/
  background-color: #ba9e78;
  font-weight: 700;
  color: #f1e1cd !important;
  border-radius: 5px; }

.accordion:hover {
  background-color: #fa4407;
  color: white !important;
  font-weight: 900; }

.accordion:after {
  content: '\002B';
  color: #f1e1cd;
  float: right;
  margin-left: 5px; }

.active {
  background-color: #fa4407;
  font-weight: 900;
  color: white !important; }

.active:after {
  content: "\2212"; }

.panel {
  line-height: 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.panel span {
  display: block;
  padding: 25px; }

.panel span h3 {
  padding-top: 0;
  margin-top: 0; }

label {
  display: block;
  width: 100%; }

input {
  border-radius: 5px; }

input[type="text"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 20px !important; }

input[type="email"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 20px !important; }

input[type="url"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 20px !important; }

input[type="password"] {
  width: 90%;
  border: 3px solid #ece5df !important; }

input[type="search"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 15px !important; }

input[type="number"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 15px !important; }

input[type="tel"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 20px !important; }

input[type="range"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 15px !important; }

input[type="date"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 15px !important; }

input[type="month"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 15px !important; }

input[type="week"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 15px !important; }

input[type="time"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 15px !important; }

input[type="datetime"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 15px !important; }

input[type="datetime-local"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 15px !important; }

input[type="color"] {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 15px !important; }

textarea {
  width: 90%;
  border: 3px solid #ece5df !important;
  padding: 20px !important;
  border-radius: 5px; }

form {
  max-width: 100%; }

form input {
  max-width: 100%; }

form button {
  border: none !important;
  display: inline-block;
  background: #fa7907 !important;
  color: #FFF0DC !important;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.125em; }

form button:hover {
  background: #fa4b07; }

form input[type="button"] {
  border: none !important;
  display: inline-block;
  background: #fa7907 !important;
  color: #FFF0DC !important;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.125em; }

form input[type="button"]:hover {
  background: #fa4b07; }

form input[type="reset"] {
  border: none !important;
  display: inline-block;
  background: #fa7907 !important;
  color: #FFF0DC !important;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.125em; }

form input[type="reset"]:hover {
  background: #fa4b07; }

form input[type="submit"] {
  display: inline-block;
  background: #fa4407;
  color: white !important;
  padding: 10px 40px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  font-size: 1.25em;
  border: 0px; }

form input[type="submit"]:hover {
  background: black; }

button.trigger {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: white;
  text-decoration: underline;
  padding: 0;
  margin: 0; }

.contact-button {
  display: block;
  background-color: #fa4407;
  font-size: 1.5em;
  padding: 20px 30px;
  text-decoration: none;
  margin: 60px auto; }

.modal {
  position: fixed;
  color: black;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 99999; }

.modal-content {
  position: relative;
  align-self: center;
  background-color: white;
  width: 70%;
  max-height: 80vh;
  overflow: scroll;
  padding: 50px 30px;
  color: black !important; }

.modal-content img {
  display: block;
  width: 90%;
  margin: 0 auto; }

.modal-content li .active {
  background-color: #fa7907; }

.modal-content h1 {
  font-size: 1.5em;
  padding: 0;
  margin: 0 0 5px 0; }

.modal-content em {
  font-weight: 400;
  font-size: 1em;
  display: block;
  padding-bottom: 15px; }

.modal-content a {
  color: #fa4b07 !important;
  padding-left: 0 !important; }

.modal-content .af-input {
  padding-bottom: 15px !important; }

.modal-content .acf-fields.-border {
  border: none !important;
  background: #fff; }

.modal-content nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%; }

.btnclose {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 2.5em;
  text-align: center;
  cursor: pointer;
  color: white;
  z-index: 99;
  background-color: #fa4b07;
  border-radius: 50%; }

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }

.portfolio-grid {
  margin: 0 auto;
  margin: 20px 0 0 0; }

@media screen and (min-width: 500px) {
  .portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
.portfolio-grid a, .portfolio-grid a:visited {
  color: black !important;
  text-decoration: none; }

.portfolio-grid .grid-item {
  display: block;
  width: 100%;
  margin: 0 0 2% 0; }

@media screen and (min-width: 500px) {
  .portfolio-grid .grid-item {
    width: 48%; } }
@media screen and (min-width: 800px) {
  .portfolio-grid .grid-item {
    width: 31%; } }
.portfolio-grid .grid-item img {
  max-width: 100%;
  border-radius: 5px; }

.portfolio-grid .grid-item span {
  display: block;
  padding: 5px 0 10px 0; }

.work-description blockquote span {
  display: block;
  font-weight: 600;
  border-left: 2px solid #fa4b07;
  padding: 20px 20px 20px 40px;
  background: rgba(236, 229, 223, 0.47); }

html {
  font-family: "Lato", sans-serif !important;
  margin: 0;
  padding: 0;
  background-color: #f1e1cd;
  font-size: 100%;
  line-height: 1.5; }

body {
  font-family: "Lato", sans-serif !important;
  margin: 0;
  padding: 0;
  background-color: #f1e1cd;
  font-size: 100%;
  line-height: 1.5; }

button {
  font-size: 100%; }

@media screen and (min-width: 767px) {
  .brand {
    padding: 50px 0 100px 0; }

  .brand::after {
    background-size: 102%; }

  .home-intro h1 {
    font-size: 4em; }

  .home-intro h2 {
    font-size: 2.5em; }

  .tab-container h2 {
    width: 100%;
    font-size: 1.5em;
    padding: 50px 0; }

  .wrapper {
    width: 90%; }

  .tab button {
    padding: 15px 30px;
    font-size: 1.25em; }

  input[type="text"] {
    width: 95%; }

  input[type="email"] {
    width: 95%; }

  input[type="url"] {
    width: 95%; }

  input[type="password"] {
    width: 95%; }

  input[type="search"] {
    width: 95%; }

  input[type="number"] {
    width: 95%; }

  input[type="tel"] {
    width: 95%; }

  input[type="range"] {
    width: 95%; }

  input[type="date"] {
    width: 95%; }

  input[type="month"] {
    width: 95%; }

  input[type="week"] {
    width: 95%; }

  input[type="time"] {
    width: 95%; }

  input[type="datetime"] {
    width: 95%; }

  input[type="datetime-local"] {
    width: 95%; }

  input[type="color"] {
    width: 95%; }

  textarea {
    width: 95%; }

  .modal-content {
    width: 90%;
    width: 60%; } }
footer {
  text-align: center;
  padding: 20px; }

.thought-post-single {
  margin: 30px auto 60px auto;
  background-color: white;
  border-radius: 5px; }

.thought-post-single img {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto; }

.thought-post-single h2 {
  padding: 0;
  margin: 0; }

.thoughts-container {
  max-height: 500px;
  overflow-y: scroll;
  margin-left: -20px; }

.thoughts-container h2 {
  padding-top: 0;
  margin-top: 0; }

a.thoughts-post {
  color: black !important;
  text-decoration: none;
  display: block;
  padding: 20px;
  background-color: white;
  margin: 20px 0 0 0;
  border-radius: 5px; }

a.thoughts-post:hover {
  border: solid 2px #fa4407; }

a.thoughts-post h2 {
  padding: 0;
  margin: 0; }

a.thoughts-post .fo-link {
  text-decoration: underline; }

.thought-title {
  display: flex;
  margin-bottom: 10px; }

.thought-title h2 {
  font-size: 1.125em; }

.thought-title time {
  font-size: .875em;
  color: #9d9d9d !important; }

.thought-title div:first-of-type {
  margin-right: 20px; }

.gravatar img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  border: solid 4px #e9d7be; }

.back-link {
  display: block;
  text-align: center;
  padding-top: 0px;
  font-size: .875em; }

.back-link span {
  padding: 4px 8px;
  background-color: #fa4b07;
  border-radius: 4px;
  color: white; }

.my-thoughts {
  display: flex;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
  max-width: 100%; }

.my-thoughts::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */ }

.my-thoughts a {
  margin: 0 20px;
  min-width: 320px; }

.daily {
  background: #fa4407;
  text-align: center;
  color: white;
  width: 100%;
  display: block;
  padding: 5px 10px;
  box-sizing: border-box; }

.service-columns {
  list-style-type: disc !important;
  padding: 0;
  margin: 20px 0 0 0; }

.service-columns li {
  list-style-type: none;
  font-weight: 700;
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column; }

.service-columns li div {
  background-color: white;
  padding: 10px;
  margin: 0 0 20px 0px;
  border-radius: 5px; }

.service-columns li span {
  display: block;
  font-weight: 400;
  padding: 0; }

@media screen and (min-width: 767px) {
  .service-columns {
    column-count: 2;
    column-gap: 20px; } }
.mikehosier div:first-of-type {
  width: 100%;
  margin-bottom: 20px; }

.mikehosier div:first-of-type img {
  max-width: 100%;
  border-radius: 5px; }

@media screen and (min-width: 767px) {
  .mikehosier {
    display: flex;
    justify-content: space-between; }

  .mikehosier div:first-of-type {
    width: 40%;
    margin-bottom: 0px; }

  .mikehosier div:first-of-type img {
    max-width: 100%;
    object-fit: cover; }

  .mikehosier div:last-of-type {
    width: 56%; }

  .mikehosier div:last-of-type h3 {
    padding-top: 0px;
    margin-top: 0px; } }
ul.social-follow {
  list-style-type: none; }

ul.social-follow a {
  color: #ba9e78 !important;
  text-decoration: none;
  margin-left: 10px; }

.post-content {
  width: 80%;
  padding: 10px 0;
  margin: 0 auto; }

@media screen and (min-width: 767px) {
  .post-content {
    width: 60%;
    padding: 40px 0; } }
.post-content blockquote {
  width: 80%;
  margin: 30px auto; }

@media screen and (min-width: 767px) {
  .post-content blockquote {
    width: 60%; } }
.button_container {
  position: fixed;
  top: 2%;
  right: 5%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease; }

.button_container:hover {
  opacity: 0.9; }

.button_container.active-button .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #f1e1cd; }

.button_container.active-button .middle {
  opacity: 0;
  background: #f1e1cd; }

.button_container.active-button .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #f1e1cd; }

.button_container span {
  background: black;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer; }

.home .button_container span {
  background: white !important; }

.button_container span:nth-of-type(2) {
  top: 11px; }

.button_container span:nth-of-type(3) {
  top: 22px; }

.overlay {
  position: fixed;
  background: #2a170a;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 99; }

.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%; }

.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s; }

.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s; }

.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s; }

.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s; }

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5em;
  font-weight: 400;
  text-align: center; }

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%; }

.overlay ul li {
  display: block;
  /*  height: 20%;
    height: calc(100% / 5);*/
  min-height: 50px;
  position: relative;
  opacity: 0;
  font-weight: 700; }

.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden; }

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%; }

.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #f1e1cd;
  transition: 0.35s; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
.social-media {
  list-style-type: none;
  display: flex;
  justify-content: center;
  font-size: 3em;
  padding: 0;
  margin: 0; }

.social-media li a {
  color: black !important;
  margin: 0 5px; }

a.hero-button {
  display: inline-block;
  background-color: black;
  color: #f1e1cd !important;
  font-size: 1.125em;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
  box-shadow: 1.5px 1.52px 0px rgba(255, 255, 255, 0.53); }

a.hero-button:nth-of-type(2) {
  background-color: #fa4407;
  box-shadow: 1.5px 1.52px 0px rgba(255, 255, 255, 0.53); }

a.hero-button:nth-of-type(2):hover {
  background-color: #ba9e78;
  box-shadow: 1.5px 1.52px 0px rgba(255, 255, 255, 0.53); }

@media screen and (min-width: 767px) {
  a.hero-button {
    font-size: 1.25em;
    padding: 10px 30px; } }
a.hero-button:first-of-type {
  margin-right: 10px; }

a.hero-button:hover {
  background-color: #ba9e78; }

a.hero-button:visited {
  color: #f1e1cd !important; }

#position-statement {
  text-align: center; }
  #position-statement h1 {
    display: flex;
    flex-direction: column;
    font-size: 3em;
    font-weight: 800 !important; }
    @media screen and (min-width: 767px) {
      #position-statement h1 {
        font-size: 4em; } }

.mwh-case-study-grid {
  display: flex;
  gap: 24px; }

.mwh-card {
  flex: 1;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: #fff; }

.mwh-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform .4s ease; }

.mwh-card:hover .mwh-card__image {
  transform: scale(1.03); }

.mwh-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  z-index: 1; }

.mwh-card__content {
  position: relative;
  z-index: 2;
  padding: 1.5rem; }

.mwh-card__title {
  margin: 0 0 .25rem; }

.mwh-card__excerpt {
  margin: 0; }

@media (max-width: 768px) {
  .mwh-case-study-grid {
    flex-direction: column; } }
