/*!
Theme Name: DirectRehabMed
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: directrehabmed
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DirectRehabMed is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  min-height: 70vh;
}

/**
 * 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;
  text-decoration: underline;
  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: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

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

@font-face {
  font-family: cabrito-condensed, monospace;
  font-weight: 100;
  font-style: normal;
  src: url("https://use.typekit.net/cer6als.css");
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

body {
  font-family: "fieldwork", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #707070;
  min-height: 100vh;
}

@media (max-width: 880px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3 {
  font-family: cabrito-condensed, monospace;
  font-weight: 500;
  font-style: normal;
  color: #36BFF1;
  margin: 16px 0;
  width: 100%;
  max-width: 960px;
  margin: auto;
}

h4, h5, h6 {
  font-family: "fieldwork", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  max-width: 960px;
  margin: auto;
}

h1 {
  font-size: 50px;
}

@media (max-width: 880px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 40px;
}

@media (max-width: 880px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 24px;
  margin-bottom: 0;
}

h6 {
  font-size: 18px;
}

strong, b {
  font-family: "fieldwork", sans-serif;
  font-weight: 600;
  font-style: normal;
}

em, i {
  font-family: "fieldwork", sans-serif;
  font-weight: 300;
  font-style: italic;
}

a {
  color: #36BFF1;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #005F81;
}

button, .btn {
  background-color: #36BFF1;
  color: white;
  border: 2px solid #36BFF1;
  padding: 10px 20px;
  display: inline;
  text-decoration: none;
  font-size: 24px;
  font-family: cabrito-condensed, monospace;
  max-width: 200px;
  text-align: center;
}

button:hover, .btn:hover {
  background-color: white;
  color: #36BFF1 !important;
}

button:visited, .btn:visited {
  color: white;
}

@media (max-width: 880px) {
  button, .btn {
    font-size: 16px;
    padding: 10px;
  }
}

p {
  width: 100%;
  max-width: 960px !important;
  margin: 16px auto;
}

@media (max-width: 880px) {
  p {
    padding: 0 20px;
  }
}

.blue-bkg {
  background-color: #36BFF1;
  color: white;
  overflow: auto;
  text-align: center;
  margin-bottom: 24px;
}

.blue-bkg h1, .blue-bkg h2, .blue-bkg h3, .blue-bkg h4, .blue-bkg h5, .blue-bkg h6 {
  color: white;
}

.blue-bkg p {
  color: white;
}

.mobile-only {
  display: none;
}

@media (max-width: 880px) {
  .mobile-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}

@media (max-width: 880px) {
  .desktop-only {
    display: none;
  }
}

header.site-header {
  background-color: white;
  height: 100px;
  border-bottom: 1px solid #707070;
  position: relative;
}

header.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

header.site-header .logo {
  width: 256px;
  height: auto;
}

@media (max-width: 880px) {
  header.site-header .logo {
    width: 40%;
    height: auto;
  }
}

header.site-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 880px) {
  header.site-header nav {
    flex-direction: column;
    position: relative;
    right: -20px;
    text-align: right;
    height: 40px;
    width: 50%;
    background-color: white;
    z-index: 1000;
  }
  header.site-header nav.toggled .menu-toggle:after {
    content: 'X';
    font-size: 24px;
    color: #707070 !important;
  }
  header.site-header nav.toggled .menu-main-navigation-container {
    position: absolute;
    height: auto;
    top: 70px;
    right: 0px;
    overflow-y: scroll;
    width: 100vw;
    background-color: white;
  }
}

header.site-header nav .menu-toggle {
  align-self: flex-end;
  border: none;
  background: none;
  cursor: pointer;
  text-align: right;
  font-family: fieldwork, sans-serif;
  color: #707070;
  margin-right: 20px;
  font-size: 32px;
}

header.site-header nav .menu-toggle:hover, header.site-header nav .menu-toggle:visited {
  color: #707070 !important;
}

header.site-header nav .menu-toggle:after {
  content: '=';
}

header.site-header a {
  text-decoration: none;
  font-family: cabrito-condensed, monospace;
  color: #707070;
  font-size: 16px;
  line-height: 16px;
}

header.site-header a:hover {
  color: #36BFF1;
}

header.site-header li {
  padding: 0 20px;
  border-right: 1px solid #707070;
}

header.site-header li:last-child {
  border-right: none;
}

@media (max-width: 880px) {
  header.site-header li {
    border-right: none;
    border-bottom: 1px solid #707070;
    padding: 0;
    font-weight: 700;
    background-color: #36BFF1;
  }
  header.site-header li a {
    padding: 20px;
    color: white;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1001;
  }
  header.site-header li ul {
    position: static;
    float: none;
    box-shadow: none;
    width: 100%;
    text-align: right;
    padding: 0 !important;
  }
  header.site-header li ul li {
    border-bottom: 1px solid #ccc !important;
    font-weight: 300;
    width: 100%;
    text-align: right;
    background-color: white;
    padding: 0 !important;
  }
  header.site-header li ul li a {
    width: 100%;
    text-align: right;
    color: #36BFF1;
  }
  header.site-header li ul li:last-child {
    border-bottom: none !important;
  }
}

header.site-header ul ul {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}

header.site-header ul ul li {
  display: block;
  padding: 10px 20px;
  border: none;
}

footer.site-footer {
  background-color: #36BFF1;
  color: white;
}

footer.site-footer .inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 880px) {
  footer.site-footer .inner {
    flex-direction: column;
  }
}

footer.site-footer .business-info {
  width: 25%;
  padding: 20px 30px 20px 0;
  margin: 20px 0;
  border-right: 2px solid black;
}

footer.site-footer .business-info .logo {
  width: 256px;
  height: auto;
  filter: drop-shadow(0px 0px 12px white);
}

footer.site-footer .business-info address {
  margin-left: 50px;
  font-style: normal;
  font-weight: 300;
}

footer.site-footer .business-info address p {
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
}

footer.site-footer .business-info address a {
  margin: 0;
  color: white;
  text-decoration: none;
}

footer.site-footer .business-info address a:hover {
  color: white;
}

@media (max-width: 880px) {
  footer.site-footer .business-info {
    width: 100%;
    padding: 20px;
    margin: 0;
    border-right: none;
  }
}

footer.site-footer .quick-contact {
  width: 70%;
  padding: 20px 0px 20px 30px;
}

footer.site-footer .quick-contact h3 {
  font-size: 32px;
}

@media (max-width: 880px) {
  footer.site-footer .quick-contact h3 {
    font-size: 24px;
  }
}

footer.site-footer .quick-contact h3, footer.site-footer .quick-contact p {
  color: white;
}

@media (max-width: 880px) {
  footer.site-footer .quick-contact {
    width: 100%;
    padding: 0;
  }
}

footer.site-footer .quick-contact label {
  display: none;
}

footer.site-footer .quick-contact input {
  width: 100%;
  padding: 10px;
  margin: 0;
}

footer.site-footer .quick-contact textarea {
  width: 100%;
  padding: 10px;
  margin: 0;
  height: 156px;
}

footer.site-footer .quick-contact form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

footer.site-footer .quick-contact form #ft-contact-right,
footer.site-footer .quick-contact form #ft-contact-left {
  width: 100%;
}

footer.site-footer .quick-contact form #ft-contact-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer.site-footer .quick-contact form #ft-contact-right p {
  height: auto;
}

footer.site-footer .quick-contact form p {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  height: 46px;
}

footer.site-footer .quick-contact form input[type="submit"] {
  background-color: #36BFF1;
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  width: 100px;
  float: right;
}

footer.site-footer .quick-contact form input[type="submit"]:hover {
  background-color: white;
  color: #36BFF1;
  transform: scale(1.05);
}

footer.site-footer a {
  color: white;
  text-decoration: none;
}

footer.site-footer a:hover {
  color: white;
  text-decoration: underline;
}

.hero-image {
  position: relative;
  width: 100vw;
  height: 40vw;
  top: 0;
  left: 0;
  overflow: hidden;
}

.hero-image img, .hero-image video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.hero-image video {
  object-position: top left;
}

@media (max-width: 880px) {
  .hero-image br {
    display: none;
  }
}

.hero-image .hero-text {
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 20px 4vw 20px 0;
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  box-shadow: -10px 0px 46px 44px white;
}

.hero-image .hero-text h2 {
  font-family: cabrito-condensed, monospace;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
}

@media (max-width: 880px) {
  .hero-image .hero-text h2 {
    font-size: 1rem;
  }
}

.hero-image .hero-text p {
  font-family: fieldwork, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-image .hero-text-video {
  opacity: 0;
  transition: opacity 1s ease-in;
  animation: fadeInVideo 2s ease-in 8s forwards;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 20px 4vw 20px 0;
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  box-shadow: -10px 0px 46px 44px white;
}

.hero-image .hero-text-video h2 {
  font-family: cabrito-condensed, monospace;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
}

@media (max-width: 880px) {
  .hero-image .hero-text-video h2 {
    font-size: 1rem;
  }
}

.hero-image .hero-text-video p {
  font-family: fieldwork, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

@keyframes fadeInVideo {
  to {
    opacity: 1;
  }
}

.callout {
  text-align: center;
  margin: 30px 0;
}

.callout hr {
  border-top: 2px solid #36BFF1;
  margin: 5px auto;
  width: 70%;
}

@media (max-width: 880px) {
  .callout hr {
    width: 90%;
  }
}

.callout a {
  text-decoration: none;
}

.callout h4 {
  font-family: fieldwork, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
  margin: 8px auto;
}

.callout h3 {
  font-family: cabrito-condensed, monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  margin: 0 auto;
}

.three-col-img {
  margin-bottom: 0;
}

.three-col-img .col-img {
  display: inline-block;
  width: 33.33%;
  height: 600px;
  margin: 0;
  float: left;
  position: relative;
}

.three-col-img .col-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  z-index: 0;
}

@media (max-width: 880px) {
  .three-col-img .col-img {
    width: 100%;
    height: 400px;
  }
}

.three-col-img .col-text {
  position: absolute;
  width: 75%;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 10px 20px;
  text-align: center;
  font-family: cabrito-condensed, monospace;
  font-style: normal;
  font-size: 24px;
}

@media (max-width: 880px) {
  .three-col-img .col-text {
    width: 100%;
    font-size: 20px;
  }
}

.three-col-img .col-text .blue {
  color: #36BFF1;
  font-weight: 700;
}

.three-col-img .col-text .grey {
  color: #707070;
  font-weight: 300;
}

.services {
  height: 280px;
  display: flex;
}

@media (max-width: 880px) {
  .services {
    height: auto;
    flex-wrap: wrap;
  }
}

.services a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
  border: 2px solid #36BFF1;
  position: relative;
  overflow: hidden;
  flex: 20%;
}

@media (max-width: 880px) {
  .services a {
    flex: 50%;
    height: 200px;
  }
}

.services a:hover img {
  opacity: 1;
  transform: scale(1.05);
}

.services a:hover p {
  color: white;
  text-shadow: 2px 2px 10px black;
}

.services a img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform 0.3s ease-in-out;
  opacity: 0.2;
}

.services a p {
  position: relative;
  text-align: center;
  color: #36BFF1;
  font-weight: 700;
  font-size: 24px;
  font-family: cabrito-condensed, monospace;
}

@media (max-width: 880px) {
  .services a p {
    font-size: 16px;
  }
}

.staff-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1400px;
}

.staff-gallery-item {
  flex-grow: 1;
  flex-basis: 0;
  padding: 20px;
  max-height: 400px;
  position: relative;
  min-width: 20%;
}

@media (max-width: 880px) {
  .staff-gallery-item {
    min-width: 45%;
  }
}

.staff-gallery .staff-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  background-color: white;
  padding: 10px 20px;
  text-align: center;
}

@media (max-width: 600px) {
  .staff-gallery .staff-info {
    width: 100%;
    padding: 8px 10px;
  }
}

.staff-gallery .staff-name {
  font-family: cabrito-condensed, monospace;
  font-style: normal;
  font-size: 18px;
  color: #36BFF1;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1200px) {
  .staff-gallery .staff-name {
    font-size: 16px;
  }
}

@media (max-width: 880px) {
  .staff-gallery .staff-name {
    font-size: 14px;
  }
}

.staff-gallery .staff-title {
  font-style: normal;
  font-size: 14px;
  color: #707070;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 880px) {
  .staff-gallery .staff-title {
    font-size: 12px;
  }
}

.staff-gallery .staff-overlay {
  display: none;
}

.staff-gallery .staff-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featherlight-content .staff-overlay img {
  width: 30%;
  height: 40vw;
  object-fit: cover;
  float: left;
  margin-right: 20px;
}

@media (max-width: 880px) {
  .featherlight-content .staff-overlay img {
    width: 80%;
    height: auto;
    float: none;
    margin: 0 auto 20px auto;
  }
}

.featherlight-content .staff-overlay .bio {
  width: 68%;
  float: left;
  margin: 0 auto;
  text-align: justify;
  text-align-last: center;
}

@media (max-width: 1200px) {
  .featherlight-content .staff-overlay .bio {
    width: 65%;
  }
}

@media (max-width: 880px) {
  .featherlight-content .staff-overlay .bio {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}

.featherlight-content .staff-overlay .bio h5 {
  margin-bottom: 24px;
}

@media (max-width: 880px) {
  .featherlight-content .staff-overlay {
    padding: 16px;
    text-align: center;
  }
}

.featherlight .featherlight-close-icon {
  margin: 8px !important;
}

#contact-form {
  padding-left: 32px;
}

@media (max-width: 880px) {
  #contact-form {
    padding: 0;
    width: 100%;
    margin: 0;
  }
}

#contact-form label {
  display: none;
}

#contact-form input {
  width: 100%;
  padding: 10px;
  margin: 0;
}

#contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 0;
  height: 156px;
}

#contact-form select {
  width: 100%;
  padding: 10px;
  margin: 0;
}

#contact-form input[type="submit"] {
  background-color: #36BFF1;
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  width: 100px;
  float: right;
}

#contact-form input[type="submit"]:hover {
  background-color: white;
  color: #36BFF1;
  transform: scale(1.05);
  border: 1px solid #36BFF1;
}

@media (max-width: 880px) {
  #contact-form input[type="submit"] {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}

#search-bar {
  padding: 20px;
}

#search-bar form {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

#search-bar input {
  width: 80%;
  padding: 10px;
}

@media (max-width: 880px) {
  #search-bar input {
    width: 70%;
  }
}

#search-bar input[type="submit"] {
  background-color: white;
  color: #36BFF1;
  border: 1px solid white;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  width: 15%;
  float: right;
  margin-top: 2px;
}

#search-bar input[type="submit"]:hover {
  background-color: #36BFF1;
  color: white;
  transform: scale(1.05);
  border: 1px solid white;
}

@media (max-width: 880px) {
  #search-bar input[type="submit"] {
    width: 25%;
  }
}

.entry-title {
  font-size: 24px;
}

@media (max-width: 880px) {
  .entry-title {
    padding: 0 20px;
    font-size: 24px;
  }
}

.page-header {
  padding: 20px;
}

.has-text-align-center {
  text-align: justify;
  text-align-last: center;
}

h1.has-text-align-center, h2.has-text-align-center, h3.has-text-align-center, h4.has-text-align-center, h5.has-text-align-center, h6.has-text-align-center {
  text-align: center;
}

.test {
  color: red;
}
