/*
Theme Name: midlandrock
Update URI: false
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tailwind
--------------------------------------------------------------*/
/*
! tailwindcss v3.0.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse;  /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1340px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.debug-screens::before {
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}
@media (min-width: 640px) {
  .debug-screens::before {
    content: 'screen: sm';
  }
}
@media (min-width: 768px) {
  .debug-screens::before {
    content: 'screen: md';
  }
}
@media (min-width: 1024px) {
  .debug-screens::before {
    content: 'screen: lg';
  }
}
@media (min-width: 1280px) {
  .debug-screens::before {
    content: 'screen: xl';
  }
}
@media (min-width: 1536px) {
  .debug-screens::before {
    content: 'screen: 2xl';
  }
}
@media (min-width: 1340px) {
  .debug-screens::before {
    content: 'screen: xxl';
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.-right-full {
  right: -100%;
}
.top-5 {
  top: 1.25rem;
}
.right-\[15px\] {
  right: 15px;
}
.-top-12 {
  top: -3rem;
}
.isolate {
  isolation: isolate;
}
.z-\[100\] {
  z-index: 100;
}
.z-40 {
  z-index: 40;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[1\.8em\] {
  margin-bottom: 1.8em;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-4 {
  margin-top: 1rem;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.-mt-\[50px\] {
  margin-top: -50px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-auto {
  height: auto;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.w-full {
  width: 100%;
}
.w-6 {
  width: 1.5rem;
}
.w-screen {
  width: 100vw;
}
.w-\[528px\] {
  width: 528px;
}
.w-\[47px\] {
  width: 47px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-\[198px\] {
  max-width: 198px;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: var(--tw-transform);
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-8 {
  gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.border-0 {
  border-width: 0px;
}
.border {
  border-width: 1px;
}
.border-\[10px\] {
  border-width: 10px;
}
.border-l {
  border-left-width: 1px;
}
.border-t-\[6px\] {
  border-top-width: 6px;
}
.border-solid {
  border-style: solid;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-custom-red {
  --tw-border-opacity: 1;
  border-color: rgb(237 27 36 / var(--tw-border-opacity));
}
.bg-custom-black {
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-custom-red {
  --tw-bg-opacity: 1;
  background-color: rgb(237 27 36 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-right {
  background-position: right;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-\[61px\] {
  padding-top: 61px;
}
.pb-\[150px\] {
  padding-bottom: 150px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
*, ::before, ::after {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  --tw-font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-font-variant-numeric);
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.\!leading-\[1\.5\] {
  line-height: 1.5 !important;
}
.underline {
  text-decoration: underline;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-60 {
  opacity: 0.6;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.outline {
  outline-style: solid;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-filter);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-filter);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-filter);
}
.filter {
  filter: var(--tw-filter);
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:brightness-125:hover {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-filter);
}
@media (min-width: 640px) {
  .sm\:\!absolute {
    position: absolute !important;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:mt-12 {
    margin-top: 3rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:inline {
    display: inline;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:min-h-\[575px\] {
    min-height: 575px;
  }
  .sm\:min-h-\[850px\] {
    min-height: 850px;
  }
  .sm\:w-6\/12 {
    width: 50%;
  }
  .sm\:max-w-none {
    max-width: none;
  }
  .sm\:max-w-\[43\%\] {
    max-width: 43%;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:\!leading-\[1\.65\] {
    line-height: 1.65 !important;
  }
}
@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:block {
    display: block;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-\[90\%\] {
    width: 90%;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:pr-\[8\%\] {
    padding-right: 8%;
  }
  .md\:pl-\[4\%\] {
    padding-left: 4%;
  }
  .md\:pr-\[4\%\] {
    padding-right: 4%;
  }
  .md\:pl-\[8\%\] {
    padding-left: 8%;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .lg\:\!absolute {
    position: absolute !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:\!mb-\[1em\] {
    margin-bottom: 1em !important;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:max-w-\[43\%\] {
    max-width: 43%;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:pr-\[4\%\] {
    padding-right: 4%;
  }
  .lg\:pl-\[4\%\] {
    padding-left: 4%;
  }
}
@media (min-width: 1280px) {
  .xl\:w-\[80\%\] {
    width: 80%;
  }
  .xl\:bg-contain {
    background-size: contain;
  }
  .xl\:bg-right {
    background-position: right;
  }
  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:pt-16 {
    padding-top: 4rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1340px) {
  .xxl\:\!hidden {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: white;
  font-family: source_sans_pro_regular, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: source_sans_pro_black, sans-serif;
  clear: both;
  text-transform: uppercase;
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
  h1 {
    line-height: 1.25;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 3rem;
    line-height: 1;
  }
  h2 {
    line-height: 1.25;
  }
}

h2 {
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.minimalPage h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  .minimalPage h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .minimalPage h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .minimalPage h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .minimalPage h2 {
    line-height: 1.25;
  }
}
.minimalPage h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 640px) {
  .minimalPage h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .minimalPage h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .minimalPage h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .minimalPage h3 {
    line-height: 1.25;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #1B1B1B;
}

hr {
  height: 0;
  border-width: 1px 0 0 !important;
  border: solid #e1e1e1;
  width: 80%;
  margin-bottom: 1.5em;
}
hr.leftAligned {
  margin-right: auto;
}
hr.centreAligned {
  margin-left: auto;
  margin-right: auto;
}
hr.rightAligned {
  margin-left: auto;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: inherit;
  transition: all ease-in-out 200ms;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: #ed1b24;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a.readMoreButton {
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
}
a.readMoreButton::after {
  display: inline-flex;
  content: "";
  transition: all ease-in-out 200ms;
  /* Using the background-image and
     its related properties to add
     the SVG content */
  background-image: url("/wp-content/themes/midlandrock/images/arrow-right.svg");
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  position: relative;
  top: 6px;
  left: 10px;
}
a.readMoreButton:hover::after {
  background-image: url("/wp-content/themes/midlandrock/images/arrow-right-red.svg");
}

/* Forms
--------------------------------------------- */
button,
a.button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  background: #ed1b24 url("/wp-content/themes/midlandrock/images/button-right-arrow-white.svg") no-repeat right 1.5em center;
  font-family: source_sans_pro_semibold, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  padding: 1.3em 2.5em 1.3em 1.5em;
  letter-spacing: 0.1em;
  cursor: pointer;
}
button:hover,
a.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  filter: brightness(125%);
}
.ctaPictureBox .readMoreButton {
  display: inline-block;
  margin-top: 1rem;
}
.ctaPictureBox .readMoreButton:hover {
  color: black;
}
.ctaPictureBox .readMoreButton:hover::after {
  background-image: url(/wp-content/themes/midlandrock/images/arrow-right-black.svg);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.centralColumn {
  width: 100%;
  max-width: 1170px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 0 auto;
  float: none !important;
}

/* utility class for WP Bakery */
.overflowVisible {
  overflow: visible !important;
}

.centralColumnMaxWidth {
  width: 100%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

/*
  Padding for minimal page, set via template in Page Attributes / theme file which detects body class set
 */
.minimalPage {
  padding: 120px 20%;
}

@media (min-width: 501px) {
  .minimalPage {
    padding: 200px 100px;
  }
}
.relative {
  position: relative;
}

svg {
  display: block;
}

.whiteRow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.imageAndTextSection.whiteRow {
  color: black;
}

.imageAndTextSection.whiteRow h1, .imageAndTextSection.whiteRow h2, .imageAndTextSection.whiteRow h3, .imageAndTextSection.whiteRow h4 {
  color: black;
}

.imageAndTextSection.whiteRow p, .imageAndTextSection.whiteRow li {
  color: #959595;
}

.midlandRockTextBlock.whiteRow h1, .midlandRockTextBlock.whiteRow h2, .midlandRockTextBlock.whiteRow h3, .midlandRockTextBlock.whiteRow h4 {
  color: black;
}

.midlandRockTextBlock.whiteRow p, .midlandRockTextBlock.whiteRow li {
  color: #959595;
}

.whiteRow .cf7Container input:not([type=submit]), .whiteRow .cf7Container select, .whiteRow .cf7Container textarea {
  color: black;
  background-color: #f4f4f4;
}

.whiteRow .cf7Container input:not([type=submit])::-moz-placeholder, .whiteRow .cf7Container select::-moz-placeholder, .whiteRow .cf7Container textarea::-moz-placeholder {
  color: #959595;
}

.whiteRow .cf7Container input:not([type=submit]):-ms-input-placeholder, .whiteRow .cf7Container select:-ms-input-placeholder, .whiteRow .cf7Container textarea:-ms-input-placeholder {
  color: #959595;
}

.whiteRow .cf7Container input:not([type=submit])::placeholder, .whiteRow .cf7Container select::placeholder, .whiteRow .cf7Container textarea::placeholder {
  color: #959595;
}

.whiteRow .cf7Container select {
  border: solid #f4f4f4;
  color: black;
}

.whiteRow .cf7Container select.wpcf7-not-valid {
  color: #959595;
}

.whiteRow .cf7Container select option {
  color: black;
}

.whiteRow .wpcf7-response-output {
  color: black;
}
.whiteRow h1, .whiteRow h2, .whiteRow h3, .whiteRow h4 {
  color: black;
}
.whiteRow p, .whiteRow li {
  color: #959595;
}

.blackRow {
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.standardPadding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .standardPadding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .standardPadding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#heroSection h1 {
  letter-spacing: 0.15em;
  line-height: 1;
}

footer a:hover {
  color: inherit;
  text-decoration: underline;
}
footer .wpcf7-form input, footer .wpcf7-form textarea, footer .wpcf7-form input:focus {
  width: 100%;
  border-radius: 0px;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer .wpcf7-form input::-moz-placeholder, footer .wpcf7-form textarea::-moz-placeholder, footer .wpcf7-form input:focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer .wpcf7-form input:-ms-input-placeholder, footer .wpcf7-form textarea:-ms-input-placeholder, footer .wpcf7-form input:focus:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer .wpcf7-form input::placeholder, footer .wpcf7-form textarea::placeholder, footer .wpcf7-form input:focus::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer .wpcf7-form textarea {
  height: 132px;
}
footer .wpcf7-form .twoColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  footer .wpcf7-form .twoColumn {
    flex-direction: row;
  }
}
footer .wpcf7-form .twoColumn span {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  footer .wpcf7-form .twoColumn span:first-child {
    margin-right: 0.5rem;
  }
}
footer .wpcf7-form .submitWrapper {
  display: flex;
  justify-content: flex-end;
}
footer .wpcf7-form button {
  width: 100%;
}
@media (min-width: 640px) {
  footer .wpcf7-form button {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  footer .wpcf7-form button {
    width: auto;
  }
}
footer .wpcf7-form button {
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  background-color: #ed1b24;
  color: white;
  border-width: 0;
  border-radius: 0;
  margin: 3px 0 20px;
  padding: 6px 33px 14px 28px;
  transition: all ease-in-out 200ms;
  text-transform: uppercase;
}
footer .wpcf7-form button::after {
  display: inline-flex;
  content: "";
  transition: all ease-in-out 200ms;
  /* Using the background-image and
     its related properties to add
     the SVG content */
  background-image: url("/wp-content/themes/midlandrock/images/arrow-right.svg");
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  position: relative;
  top: 6px;
  left: 10px;
}
footer .wpcf7-form button:hover {
  color: black;
}
footer .wpcf7-form button:hover::after {
  background-image: url("/wp-content/themes/midlandrock/images/arrow-right-black.svg");
}
footer .wpcf7-form .wpcf7-response-output {
  clear: both;
  margin: 0;
}

.textContent {
  text-align: justify;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.stickyHeader {
  transition: all 0.4s;
}
.stickyHeader.opaqueBackground {
  background: black;
}
@media (min-width: 1340px) {
  .stickyHeader.opaqueBackground ul.sub-menu {
    background: black;
    top: 100%;
    padding-left: 1rem;
    left: -1rem;
  }
  .stickyHeader.opaqueBackground ul.sub-menu li.menu-item {
    margin-bottom: 1rem;
  }
}
.stickyHeader > .centralColumnMaxWidth {
  max-width: 1340px !important;
}

body.scroll-down .stickyHeader {
  transform: translate3d(0, -100%, 0);
}

#menuButton {
  width: 47px;
  height: 40px;
  transition: all ease-in-out 200ms;
  background: url("/wp-content/themes/midlandrock/images/menu-button.svg") no-repeat;
  background-size: contain;
}
#menuButton:hover {
  background-image: url("/wp-content/themes/midlandrock/images/menu-button-red.svg");
}

#mainMenuWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 50;
}

#mainMenu.visible {
  right: 0 !important;
  float: right;
}
#mainMenu ul.mainMenuLinks {
  margin: 8px 0 60px;
}
#mainMenu ul.mainMenuLinks li {
  list-style: none;
}
#mainMenu ul.mainMenuLinks li a {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: black;
  padding: 18px 0;
  border-bottom: 1px solid #3c3a3a;
}
#mainMenu ul.mainMenuLinks li a:active {
  color: #ed1b24;
}
#mainMenu ul.mainMenuLinks li ul.sub-menu {
  margin-left: 0;
}
#mainMenu ul.mainMenuLinks li ul.sub-menu > li > a {
  padding-left: 1.5em;
  background: url("/wp-content/themes/midlandrock/images/menu-right-arrow.svg") no-repeat 0.5em center;
}
#mainMenu ul.mainMenuLinks li:last-child {
  display: none;
}
#mainMenu svg path {
  transition: all ease-in-out 200ms;
}
#mainMenu svg:hover path {
  fill: #ed1b24;
}

.mainNavHeight {
  height: 52px;
}
@media (max-width: 1130px) {
  .mainNavHeight {
    height: 40px;
  }
}

ul.mainMenuDesktop {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  height: 100%;
  margin: 0 0 0 1rem;
  list-style: none;
  text-transform: uppercase;
  padding-right: 1rem;
}
ul.mainMenuDesktop > li {
  display: none;
}
@media (min-width: 1340px) {
  ul.mainMenuDesktop {
    justify-content: space-between;
    padding-right: 0;
  }
  ul.mainMenuDesktop > li {
    position: relative;
    display: flex;
    align-items: center;
  }
}
ul.mainMenuDesktop a {
  font-family: source_sans_pro_semibold, sans-serif;
  letter-spacing: 0.1em;
  padding: 0 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  text-shadow: 1px 1px 2px rgba(36, 36, 36, 0.6);
}
@media (max-width: 1130px) {
  ul.mainMenuDesktop a {
    font-size: 1rem;
  }
}
ul.mainMenuDesktop > li:first-child {
  display: none;
}
ul.mainMenuDesktop > li.menu-item-has-children > a {
  display: flex;
  background: url("/wp-content/themes/midlandrock/images/menu-down-arrow.svg") no-repeat right center;
  padding-right: 1rem;
}
ul.mainMenuDesktop > li.menu-item-has-children > a:hover {
  background-image: url("/wp-content/themes/midlandrock/images/menu-down-arrow-red.svg");
}
ul.mainMenuDesktop > li:nth-last-child(2) a {
  background-color: #ed1b24;
  display: flex;
  gap: 0.3em;
  padding: 0.7rem;
  color: white !important;
  text-shadow: none;
}
ul.mainMenuDesktop > li:nth-last-child(2) a:hover {
  filter: brightness(125%);
}
ul.mainMenuDesktop > li:last-child {
  display: flex;
}
ul.mainMenuDesktop ul.sub-menu {
  display: none;
  position: absolute;
  top: 75%;
  list-style: none;
  margin: 0;
  width: 300px;
}
ul.mainMenuDesktop > li:hover > ul.sub-menu {
  display: block;
}

footer .menu-main-menu-container {
  overflow: hidden;
}

ul.footerMenuLinks {
  margin: 0px;
  margin-top: 1rem;
  position: relative;
}

@media (min-width: 1024px) {
  ul.footerMenuLinks {
    left: 18px;
  }
  ul.footerMenuLinks {
    margin-top: 0px;
  }
}

ul.footerMenuLinks {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  ul.footerMenuLinks {
    flex-direction: row;
  }
  ul.footerMenuLinks {
    align-items: flex-start;
  }
}
ul.footerMenuLinks li {
  list-style: none;
  text-transform: uppercase;
}
ul.footerMenuLinks li:first-child {
  display: none;
}
ul.footerMenuLinks li::after {
  content: "|";
  margin-left: 10px;
  display: none;
}
@media (min-width: 1024px) {
  ul.footerMenuLinks li::after {
    display: inline;
  }
  ul.footerMenuLinks::before, ul.footerMenuLinks li {
    margin-left: 10px;
  }
}

/* Posts and pages
--------------------------------------------- */
/* Image and text sections
--------------------------------------------- */
.imageAndTextSection.bg-white {
  color: black;
}
.imageAndTextSection.bg-white h1, .imageAndTextSection.bg-white h2, .imageAndTextSection.bg-white h3, .imageAndTextSection.bg-white h4 {
  color: black;
}
.imageAndTextSection.bg-white p, .imageAndTextSection.bg-white li {
  color: #959595;
}
.imageAndTextSection h2 {
  border: #ed1b24 solid;
  border-width: 0 0 0 0.1875em;
  padding-left: calc(2rem - 0.1875em);
  position: relative;
  left: -2rem;
}

/* Slick Sliders
--------------------------------------------- */
.imageCardSlider .slider {
  position: relative;
  margin: 2rem 0 5rem;
}
@media (min-width: 640px) {
  .imageCardSlider .slider {
    margin: 6rem 0;
  }
}
.imageCardSlider .slider.sliderAboveBackground {
  margin: 0 0 6rem;
  top: 0;
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .imageCardSlider .slider.sliderAboveBackground {
    top: -65px;
    padding-top: 15px;
  }
}
.imageCardSlider .slider .arrow {
  position: absolute;
  top: calc(50% - 30px);
  cursor: pointer;
}
.imageCardSlider .slider .arrow:hover {
  filter: brightness(125%);
}
.imageCardSlider .slider .arrow.previous {
  display: none !important;
  left: -90px;
}
.imageCardSlider .slider .arrow.next {
  display: none !important;
  right: -90px;
}
@media (min-width: 768px) {
  .imageCardSlider .slider .arrow.previous, .imageCardSlider .slider .arrow.next {
    display: block !important;
  }
}
@media (max-width: 1330px) {
  .imageCardSlider .slider .arrow {
    top: calc(100% + 30px);
  }
  .imageCardSlider .slider .arrow.previous {
    left: 0;
  }
  .imageCardSlider .slider .arrow.next {
    right: 0;
  }
}
.imageCardSlider .slider .slides.centreCardRed .imageCardSlide.slick-center .slideContent {
  background: #ed1b24;
}
.imageCardSlider .slider .slides.centreCardRed .imageCardSlide a.button {
  border: 1px solid white;
}
.imageCardSlider .slider .slides.sideCardBlack .imageCardSlide .slideContent {
  background: black;
}
.imageCardSlider .slider .slides.sideCardBlack .imageCardSlide .slideContent h3 {
  color: white;
}
.imageCardSlider .slider .slick-dots {
  bottom: -50px;
}
@media (min-width: 640px) {
  .imageCardSlider .slider .slick-dots {
    bottom: -120px;
  }
}
.imageCardSlider .slick-list {
  overflow-x: clip;
  overflow-y: visible;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.imageCardSlider .slick-track {
  display: flex;
  align-items: stretch;
}
.imageCardSlider .slick-slide {
  height: inherit;
}

.imageCardSlide {
  display: flex !important;
  flex-direction: column;
  height: auto;
  transition: all ease-in-out 300ms;
}
.imageCardSlide img {
  width: 100%;
  aspect-ratio: 371/192;
  -o-object-fit: cover;
     object-fit: cover;
}
.imageCardSlide .slideContent {
  padding: 10px 44px 40px;
  text-align: center;
  background: white;
  flex-grow: 1;
  transition: all ease-in-out 300ms;
}
.imageCardSlide .slideContent h3 {
  margin: 1em 0;
  color: black;
  transition: all ease-in-out 300ms;
  font-size: 24px;
}
.imageCardSlide .slideContent p, .imageCardSlide .slideContent li {
  color: #959595;
}
.imageCardSlide .slideContent a.button {
  visibility: hidden;
}
@media (max-width: 900px) {
  .imageCardSlide .slideContent a.button {
    visibility: visible !important;
  }
}
.imageCardSlide.slick-center {
  transform: scale(1.14);
}
.imageCardSlide.slick-center .slideContent {
  background: black;
}
.imageCardSlide.slick-center .slideContent h3, .imageCardSlide.slick-center .slideContent p {
  color: white;
}
.imageCardSlide.slick-center .slideContent a.button {
  visibility: visible;
}

@media (min-width: 900px) {
  .imageCardSlider.threeSlides .arrow.next, .imageCardSlider.threeSlides .arrow.previous, .imageCardSlider.threeSlides ul.slick-dots {
    display: none !important;
  }
  .imageCardSlider.threeSlides .slider .slides .imageCardSlide.slick-center {
    transform: none;
  }
  .imageCardSlider.threeSlides .slider .slides .imageCardSlide.slick-center .slideContent {
    background: white;
  }
  .imageCardSlider.threeSlides .slider .slides .imageCardSlide.slick-center .slideContent h3 {
    color: black;
  }
  .imageCardSlider.threeSlides .slider .slides .imageCardSlide.slick-center .slideContent p {
    color: #959595;
  }
  .imageCardSlider.threeSlides .slider .slides .imageCardSlide.slick-center .slideContent a.button {
    visibility: visible;
  }
  .imageCardSlider.threeSlides .slider .slides .imageCardSlide:not(.slick-center) {
    transform: scale(1.14);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  .imageCardSlider.threeSlides .slider .slides .imageCardSlide:not(.slick-center) .slideContent {
    background: #ed1b24;
  }
  .imageCardSlider.threeSlides .slider .slides .imageCardSlide:not(.slick-center) .slideContent h3, .imageCardSlider.threeSlides .slider .slides .imageCardSlide:not(.slick-center) .slideContent p {
    color: white;
  }
  .imageCardSlider.threeSlides .slider .slides .imageCardSlide:not(.slick-center) .slideContent a.button {
    visibility: visible;
  }
}
.fullWidthImageCardSlider .slider {
  position: relative;
  left: -200px;
  width: calc(100vw + 400px);
}
.fullWidthImageCardSlider .slider .fullWidthImageCardSlide {
  max-width: 445px;
}
.fullWidthImageCardSlider .slider .fullWidthImageCardSlide .gradientOverlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, black 85%);
  opacity: 0.5;
  transition: all ease-in-out 300ms;
}
@media (max-width: 1023px) {
  .fullWidthImageCardSlider .slider .fullWidthImageCardSlide .gradientOverlay {
    opacity: 0 !important;
  }
}
.fullWidthImageCardSlider .slider .fullWidthImageCardSlide .gradientOverlayDarker {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 85%);
  opacity: 0;
  transition: all ease-in-out 300ms;
}
@media (max-width: 1023px) {
  .fullWidthImageCardSlider .slider .fullWidthImageCardSlide .gradientOverlayDarker {
    opacity: 0.6 !important;
  }
}
.fullWidthImageCardSlider .slider .fullWidthImageCardSlide .contentFrame .content {
  transition: all ease-in-out 300ms;
  top: calc(100% - 83px);
}
@media (max-width: 1023px) {
  .fullWidthImageCardSlider .slider .fullWidthImageCardSlide .contentFrame .content {
    top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .fullWidthImageCardSlider .slider .fullWidthImageCardSlide .contentFrame .content p {
    margin-bottom: 0;
  }
}
.fullWidthImageCardSlider .slider .fullWidthImageCardSlide .contentFrame .content h4 {
  font-size: 24px;
  margin-bottom: 1em;
}
.fullWidthImageCardSlider .arrow {
  display: none !important;
  position: absolute;
  top: 46px;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 768px) {
  .fullWidthImageCardSlider .arrow {
    display: block !important;
  }
}
.fullWidthImageCardSlider .arrow:hover {
  filter: brightness(125%);
}
.fullWidthImageCardSlider .arrow.next {
  right: 0;
}
.fullWidthImageCardSlider .slick-track {
  display: flex;
  gap: 1rem;
}
@media (max-width: 769px) {
  .fullWidthImageCardSlider ul.slick-dots {
    bottom: -75px;
  }
}

.imageAndTextSectionSlider * {
  border-left-color: white !important;
  border-right-color: white !important;
}
.imageAndTextSectionSlider .slider {
  position: relative;
  margin: 1rem -0.5rem 2rem;
}
.imageAndTextSectionSlider .slider .arrow {
  position: absolute;
  top: calc(50% - 30px);
  cursor: pointer;
}
.imageAndTextSectionSlider .slider .arrow:hover {
  filter: brightness(125%);
}
.imageAndTextSectionSlider .slider .arrow.previous {
  display: none !important;
  left: -90px;
}
.imageAndTextSectionSlider .slider .arrow.next {
  display: none !important;
  right: -90px;
}
@media (min-width: 1280px) {
  .imageAndTextSectionSlider .slider .arrow.previous, .imageAndTextSectionSlider .slider .arrow.next {
    display: block !important;
  }
}
.imageAndTextSectionSlider .slider .imageAndTextSectionCardSlide {
  display: flex;
  flex-direction: column;
  height: auto;
  background: #1B1B1B;
  border: solid white;
  border-width: 0 0.5rem 0;
}
.imageAndTextSectionSlider .slider .imageAndTextSectionCardSlide img {
  width: 100%;
  padding: 24%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.imageAndTextSectionSlider .slider .imageAndTextSectionCardSlide .slideContent {
  padding: 0 11px 11px;
  text-align: center;
  flex-grow: 1;
}
.imageAndTextSectionSlider .slider .imageAndTextSectionCardSlide .slideContent h3 {
  margin: 0 0 1em 0;
  color: white;
  font-size: 18px;
  line-height: 1.4;
}
.imageAndTextSectionSlider .slider .imageAndTextSectionCardSlide .slideContent p {
  color: white;
  font-size: 14px;
}
.imageAndTextSectionSlider .slick-track {
  display: flex;
  align-items: stretch;
}
.imageAndTextSectionSlider ul.slick-dots {
  position: static;
  display: none !important;
  padding-bottom: 0;
}
@media (max-width: 1330px) {
  .imageAndTextSectionSlider ul.slick-dots {
    display: block !important;
  }
}

.graphicCardSlider .slider {
  position: relative;
  margin: 2rem 0 5rem;
}
@media (min-width: 640px) {
  .graphicCardSlider .slider {
    margin: 6rem 0;
  }
}
.graphicCardSlider .slider .arrow {
  position: absolute;
  top: calc(50% - 30px);
  cursor: pointer;
}
.graphicCardSlider .slider .arrow:hover {
  filter: brightness(125%);
}
.graphicCardSlider .slider .arrow.previous {
  display: none !important;
  left: -90px;
}
.graphicCardSlider .slider .arrow.next {
  display: none !important;
  right: -90px;
}
@media (min-width: 768px) {
  .graphicCardSlider .slider .arrow.previous, .graphicCardSlider .slider .arrow.next {
    display: block !important;
  }
}
@media (max-width: 1330px) {
  .graphicCardSlider .slider .arrow {
    top: calc(100% + 30px);
  }
  .graphicCardSlider .slider .arrow.previous {
    left: 0;
  }
  .graphicCardSlider .slider .arrow.next {
    right: 0;
  }
}
.graphicCardSlider .slider .graphicCardSlide {
  display: flex;
  flex-direction: column;
  height: auto;
  transition: all ease-in-out 300ms;
  background: white;
}
.graphicCardSlider .slider .graphicCardSlide .graphic {
  width: 100%;
  padding: 3rem 30% 0;
  aspect-ratio: 371/192;
}
.graphicCardSlider .slider .graphicCardSlide .graphic svg {
  width: 100%;
  height: 100%;
  max-height: 9rem;
}
.graphicCardSlider .slider .graphicCardSlide .graphic svg > path, .graphicCardSlider .slider .graphicCardSlide .graphic svg > g > path {
  fill: #1B1B1B;
}
.graphicCardSlider .slider .graphicCardSlide .slideContent {
  padding: 20px 55px 40px;
  text-align: center;
  flex-grow: 1;
  transition: all ease-in-out 300ms;
}
.graphicCardSlider .slider .graphicCardSlide .slideContent h3 {
  margin: 1em 0;
  color: black;
  transition: all ease-in-out 300ms;
}
.graphicCardSlider .slider .graphicCardSlide .slideContent p, .graphicCardSlider .slider .graphicCardSlide .slideContent li {
  color: #959595;
}
.graphicCardSlider .slider .graphicCardSlide.slick-center {
  transform: scale(1.14);
  background: #ed1b24;
}
.graphicCardSlider .slider .graphicCardSlide.slick-center .graphic svg > path, .graphicCardSlider .slider .graphicCardSlide.slick-center .graphic svg > g > path {
  fill: white;
}
.graphicCardSlider .slider .graphicCardSlide.slick-center .slideContent h3, .graphicCardSlider .slider .graphicCardSlide.slick-center .slideContent p {
  color: white;
}
.graphicCardSlider .slick-list {
  overflow-x: clip;
  overflow-y: visible;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.graphicCardSlider .slick-track {
  display: flex;
  align-items: stretch;
}

.logoSlider .slider {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .logoSlider .slider {
    margin: 0 0 5rem;
  }
}
.logoSlider .slider .slide {
  padding: 1rem;
  background-color: #F0F0F0;
}
.logoSlider .slider .slide img {
  aspect-ratio: 225/128;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #F0F0F0;
}
.logoSlider .slick-track {
  display: flex;
  gap: 1rem;
}
.logoSlider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.logoSlider ul.slick-dots {
  position: static;
  display: block !important;
  padding: 2rem 0;
}
.logoSlider .sliderNavigation {
  display: none;
}

.caseStudyCardSlider .slider {
  position: relative;
}
.caseStudyCardSlider .slider .caseStudyCardSlide p.red {
  font-family: source_sans_pro_semibold, sans-serif;
  font-size: 17px;
  color: #ed1b24;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.caseStudyCardSlider .slick-track {
  display: flex;
}
.caseStudyCardSlider .slick-track .slick-slide {
  height: inherit !important;
}
.caseStudyCardSlider .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.caseStudyCardSlider .arrow.previous {
  right: 65px;
}
.caseStudyCardSlider .arrow:hover {
  filter: brightness(125%);
}
.caseStudyCardSlider ul.slick-dots {
  bottom: -3rem;
  padding: 0;
}

ul.slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 640px) {
  ul.slick-dots {
    bottom: -100px;
  }
}
ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #D9D9D9;
  border-radius: 99px;
}
ul.slick-dots li button:hover {
  filter: brightness(75%);
}
ul.slick-dots li.slick-active button {
  background-color: #ed1b24;
}

.staffCardSlider .slider {
  position: relative;
  margin: 0 0 2rem;
}
@media (min-width: 640px) {
  .staffCardSlider .slider {
    margin: 0 0 5rem;
  }
}
.staffCardSlider .slider .arrow {
  position: absolute;
  top: calc(50% - 30px);
  cursor: pointer;
}
.staffCardSlider .slider .arrow:hover {
  filter: brightness(125%);
}
.staffCardSlider .slider .arrow.previous {
  display: none !important;
  left: -90px;
}
.staffCardSlider .slider .arrow.next {
  display: none !important;
  right: -90px;
}
@media (min-width: 768px) {
  .staffCardSlider .slider .arrow.previous, .staffCardSlider .slider .arrow.next {
    display: block !important;
  }
}
@media (max-width: 1330px) {
  .staffCardSlider .slider .arrow {
    top: calc(100% + 30px);
  }
  .staffCardSlider .slider .arrow.previous {
    left: 0;
  }
  .staffCardSlider .slider .arrow.next {
    right: 0;
  }
}
.staffCardSlider .slider .staffCardSlide {
  display: flex;
  flex-direction: column;
  height: auto;
  transition: all ease-in-out 300ms;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.1);
}
.staffCardSlider .slider .staffCardSlide img {
  width: 100%;
  aspect-ratio: 255/192;
  -o-object-fit: cover;
     object-fit: cover;
}
.staffCardSlider .slider .staffCardSlide .slideContent {
  padding: 2rem 1rem 0;
  text-align: center;
  background: white;
  flex-grow: 1;
  transition: all ease-in-out 300ms;
}
.staffCardSlider .slider .staffCardSlide .slideContent h4 {
  margin: 0 0 0.5em;
  color: black;
  transition: all ease-in-out 300ms;
}
.staffCardSlider .slider .staffCardSlide .slideContent p, .staffCardSlider .slider .staffCardSlide .slideContent li {
  color: #959595;
}
.staffCardSlider .slick-list {
  overflow-x: clip;
  overflow-y: visible;
}
.staffCardSlider .slick-track {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}

/* Image Card Stack
--------------------------------------------- */
.imageCardStack {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.imageCardStack .imageCardSlide {
  width: 100%;
}
.imageCardStack .imageCardSlide a.button {
  visibility: visible !important;
}
@media (min-width: 768px) {
  .imageCardStack .imageCardSlide {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 1280px) {
  .imageCardStack.twoAcross {
    gap: 2rem;
  }
  .imageCardStack.twoAcross .imageCardSlide {
    width: calc(50% - 1rem);
  }
  .imageCardStack.threeAcross {
    gap: 1.5rem;
  }
  .imageCardStack.threeAcross .imageCardSlide {
    width: calc(33.33333% - 1rem);
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Various
--------------------------------------------- */
.midlandRockTextBlock.bg-white h1, .midlandRockTextBlock.bg-white h2, .midlandRockTextBlock.bg-white h3, .midlandRockTextBlock.bg-white h4 {
  color: black;
}
.midlandRockTextBlock.bg-white p, .midlandRockTextBlock.bg-white li {
  color: #959595;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.cf7Container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0;
  margin-bottom: 5rem;
}
.cf7Container .full {
  width: 100%;
}
.cf7Container .half {
  width: 100%;
}
@media (min-width: 768px) {
  .cf7Container .half {
    width: calc(50% - 0.5rem);
  }
}
.cf7Container input:not([type=submit]), .cf7Container select, .cf7Container textarea {
  color: white;
  background-color: #242424;
  flex-grow: 1;
  width: 100%;
}
.cf7Container input:not([type=submit])::-moz-placeholder, .cf7Container select::-moz-placeholder, .cf7Container textarea::-moz-placeholder {
  color: #959595;
}
.cf7Container input:not([type=submit]):-ms-input-placeholder, .cf7Container select:-ms-input-placeholder, .cf7Container textarea:-ms-input-placeholder {
  color: #959595;
}
.cf7Container input:not([type=submit])::placeholder, .cf7Container select::placeholder, .cf7Container textarea::placeholder {
  color: #959595;
}
.cf7Container input:not([type=submit]) {
  border-width: 0;
  padding: 0.7em 1em;
}
.cf7Container select {
  border: solid #242424;
  padding: 0.7em;
  border-width: 0 11px 0 0;
  width: 100%;
  color: lightgrey;
}
.cf7Container textarea {
  border-width: 0;
  padding: 0.5em 1em 0.5em 1em;
  width: 100%;
}
.cf7Container .submit {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.cf7Container .submit .wpcf7-spinner {
  position: absolute;
  top: calc(50% - 12px);
}

.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  opacity: 0.3;
}

.wpcf7-response-output {
  position: relative;
  top: -5rem;
  text-align: center;
}

.wpcf7-form.sent .wpcf7-submit {
  display: none;
}

.bg-white .cf7Container input:not([type=submit]), .bg-white .cf7Container select, .bg-white .cf7Container textarea {
  color: black;
  background-color: #f4f4f4;
}
.bg-white .cf7Container input:not([type=submit])::-moz-placeholder, .bg-white .cf7Container select::-moz-placeholder, .bg-white .cf7Container textarea::-moz-placeholder {
  color: #959595;
}
.bg-white .cf7Container input:not([type=submit]):-ms-input-placeholder, .bg-white .cf7Container select:-ms-input-placeholder, .bg-white .cf7Container textarea:-ms-input-placeholder {
  color: #959595;
}
.bg-white .cf7Container input:not([type=submit])::placeholder, .bg-white .cf7Container select::placeholder, .bg-white .cf7Container textarea::placeholder {
  color: #959595;
}
.bg-white .cf7Container select {
  border: solid #f4f4f4;
  color: black;
}
.bg-white .cf7Container select.wpcf7-not-valid {
  color: #959595;
}
.bg-white .cf7Container select option {
  color: black;
}
.bg-white .wpcf7-response-output {
  color: black;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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