/*!
Theme Name: wordherd
Theme URI: https://wordherd.io
Author: WordHerd
Author URI: https://wordherd.io
Description: Description
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wordherd
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.

wordherd 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/
*/

/* Full Width Gutenberg */
.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
/* .alignfull img { width: 100vw } */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: clip;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
button,
input,
select,
optgroup,
textarea,
ul,
ol,
li {
  color: #404040;
  /* font-family: sans-serif; */
  font-family: "futura-pt";
  /* font-weight: 400; */
  font-size: 16px;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  /* margin: 0 0 1.5em 3em; */
  margin: 0;
}
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;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
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);
  font-size: 12px;
  font-size: 0.75rem;
  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%;
}
/* 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;
}
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  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;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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: 14px;
  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;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.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;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
  border: 0px;
}
.custom-logo-link {
  display: inline-block;
}
.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;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}

/*Theme layout Option CSS*/

body > #page > .content-area.boxed {
  width: 1250px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}
body > #page > .content-area.no-sidebar > main.site-main {
  width: 100%;
}
body > #page > .content-area.left-sidebar,
body > #page > .content-area.right-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body > #page > .content-area.left-sidebar > main.site-main,
body > #page > .content-area.right-sidebar > main.site-main {
  width: calc(100% - 250px);
}
body > #page > .content-area.left-sidebar > aside.widget-area,
body > #page > .content-area.right-sidebar > aside.widget-area {
  width: 250px;
}

@media screen and (min-width: 769px) {
  body > #page > .content-area.left-sidebar > main.site-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 3%;
  }
  body > #page > .content-area.right-sidebar > main.site-main {
    padding-right: 3%;
  }
  body > #page > .content-area.left-sidebar > aside.widget-area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 992px) {
  body > #page > .content-area.left-sidebar > aside.widget-area,
  body > #page > .content-area.right-sidebar > aside.widget-area {
    width: 200px;
  }
  body > #page > .content-area.left-sidebar > main.site-main,
  body > #page > .content-area.right-sidebar > main.site-main {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  body > #page > .content-area > main.site-main {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body > #page > .content-area > aside.widget-area,
  body > #page > .content-area > main.site-main {
    width: 100% !important;
  }
  body > #page > .content-area.left-sidebar > main.site-main,
  body > #page > .content-area.left-sidebar > aside.widget-area {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

/* Kadence Fixes */
.wp-block-kadence-column {
  overflow: visible;
}

/* Page Numbers blocks center inline */
ul.page-numbers {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  justify-content: center !important;
  gap: 4px;
}

li span.page-numbers,
li a.page-numbers {
  position: relative;
  padding: 0.39rem 0.5rem;
  margin-left: -5px;
  line-height: 1.25;
  color: #0072a3;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: 0.875rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
  background: none;
  transition-property: background, box-shadow, border, color, opacity, transform;
  transition-duration: 0.3s;
  -webkit-text-decoration-skip: objects;
  color: #828586;
}

li span.page-numbers:hover,
li a.page-numbers:hover {
  z-index: 2;
  color: #00587f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

@font-face {
  font-family: "FuturaPT-Medium";
  src: url("/wp-content/themes/wordherd-gutenberg/fonts/futura_medium_bt-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/futura_medium_bt-webfont.otf")
      format("opentype"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/futura_medium_bt-webfont.woff")
      format("woff"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/futura_medium_bt-webfont.ttf")
      format("truetype"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/futura_medium_bt-webfont.svg#FuturaPT-Medium")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaPT-Light";
  src: url("/wp-content/themes/wordherd-gutenberg/fontsFuturaPT-Light.eot");
  src: url("/wp-content/themes/wordherd-gutenberg/fontsFuturaPT-Light.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/wordherd-gutenberg/fontsFuturaPT-Light.woff2")
      format("woff2"),
    url("/wp-content/themes/wordherd-gutenberg/fontsFuturaPT-Light.woff")
      format("woff"),
    url("/wp-content/themes/wordherd-gutenberg/fontsFuturaPT-Light.svg#FuturaPT-Light")
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaPT-Bold";
  src: url("/wp-content/themes/wordherd-gutenberg/fonts/FuturaPT-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/FuturaPT-Bold.otf")
      format("opentype"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/FuturaPT-Bold.woff")
      format("woff"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/FuturaPT-Bold.ttf")
      format("truetype"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/FuturaPT-Bold.svg#FuturaPT-Medium")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaPT-Book";
  src: url("/wp-content/themes/wordherd-gutenberg/fonts/FuturaPT-Book.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/FuturaPT-Book.otf")
      format("opentype"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/FuturaPT-Book.woff")
      format("woff"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/FuturaPT-Book.ttf")
      format("truetype"),
    url("/wp-content/themes/wordherd-gutenberg/fonts/FuturaPT-Book.svg#FuturaPT-Medium")
      format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "FuturaPT-Book", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}

h1,
h3,
h4 {
  font-family: "FuturaPT-Bold", sans-serif;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}

h3 {
  font-family: "FuturaPT-Bold", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}

h5 {
  font-family: "FuturaPT-Bold", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}

h6 {
  font-family: "FuturaPT-Book", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.9rem;
}

.site-header {
  background-color: #26292d;
  position: sticky;
  z-index: 9999;
  top: 0;
}

@media (min-width: 1025px) {
  .top-header {
    transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out;
    height: 40px;
  }

  .top-header.hidden {
    height: 0;
    overflow: hidden;
  }

  .site-header {
    transition: height 0.3s ease-in-out;
    height: 100px;
  }

  .site-header.shrink {
    height: 60px;
  }
}

.site-header .top-header ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 40px;
  align-items: center;
}

/* .site-header .top-header ul li:not(:last-child) {
  margin-right: 15px;
} */

.site-header .top-header ul li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "FuturaPT-Book", sans-serif;
  font-size: 14px;
  display: block;
  min-height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

.site-header .top-header ul li a:hover {
  color: #4c8bd3;
  background: rgba(0, 0, 0, 0.1);
}

/* .site-header .bottom-header {
  position: sticky;
  top: 0;
} */

.site-footer {
  background-color: #26292d;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.7rem;
  transition: 0.3s ease all;
}

.site-footer ul li a:hover {
  opacity: 0.6;
}

.site-footer h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem !important;
  font-size: 1.64rem;
  line-height: 1.804rem;
  margin: 0.82rem 0 0.656rem 0;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -0.2px;
}

.bg-darkgray {
  background-color: #26292d;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    display: none !important;
  }
}

.home-banner h1 {
  font-size: 100px;
  color: #ffffff;
  letter-spacing: 0.6rem;
  margin: 0 0 -10px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .home-banner h1 {
    font-size: 80px;
  }
}

@media (max-width: 600px) {
  .home-banner h1 {
    font-size: 70px;
    margin-bottom: 10px;
  }
}

.sub-heading h2 {
  color: #fff;
}

@media (max-width: 767px) {
  .sub-heading h2 {
    font-size: 41px;
    font-weight: 600;
    line-height: 1.1;
  }
}

.sub-heading p {
  color: #fff;
}

h4.flow-text-head {
  padding: 0;
  font-weight: bold;
  font-size: 31.5px;
  line-height: 2.7rem;
  margin-bottom: 10px;
  margin-top: 0;
}

.blue-text {
  color: #4c8bd3 !important;
}

.white-text {
  color: #fff !important;
}

.hide-mobile,
.hide-tablet,
.hide-desktop {
  display: block;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

.arrow-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #828586;
  text-transform: uppercase;
}

.arrow-link a::before {
  content: "";
  position: absolute;
  top: -20px; /* Adjust based on your layout */
  left: 0;
  width: 20px; /* Set desired width */
  height: 20px; /* Set desired height */
  background-image: url(/wp-content/uploads/arrow-link.svg);
  background-size: contain; /* Ensure the image scales to fit the container */
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.arrow-link a:hover::before {
  transform: scaleX(1.2); /* Scale the width of the SVG from the left */
}

.arrow-link.white a {
  color: #fff;
}

.arrow-link.white a::before {
  content: url("/wp-content/uploads/arrow-link-white.svg");
}

h6 {
  color: #828586;
  margin-bottom: 5px;
  letter-spacing: 1px;
  margin-top: 0;
}

h3 {
  color: #1a1a1a;
}

p {
  letter-spacing: -0.2px;
}

h6.white {
  color: #fff;
}

.flow-text-testimonial p {
  font-size: 32px;
  line-height: 2em;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
}

.flow-text-testimonial cite {
  font-style: normal;
}

.quote-holder .swoop-1 {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  z-index: -1;
}

.quote-holder .swoop-2 {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  z-index: -1;
}

.quote-holder .swoop-3 {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: -1;
}

figure {
  margin: 0;
}

.home-banner .swoop-1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: -1;
}

.home-banner .swoop-2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  z-index: -1;
}

.home-banner .swoop-3 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  z-index: -1;
}

.slide-left-1 {
  width: 100%;
  background-image: url(/wp-content/uploads/OAR_Swoopy_Home2c.png);
  background-size: cover;
  height: 550px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-left-2 {
  width: 100%;
  background-image: url(/wp-content/uploads/OAR_Swoopy_Home2b.png);
  background-size: cover;
  height: 550px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.slide-left-3 {
  width: 100%;
  background-image: url(/wp-content/uploads/OAR_Swoopy_Home2a.png);
  background-size: cover;
  height: 550px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.serving a {
  color: #000;
  font-weight: lighter;
}

.serving a sub {
  color: #828586;
  font-weight: normal;
}

.single h2 {
  font-family: "Source Sans Pro";
  line-height: 1.4;
  font-size: 3rem;
}

.sub-slide-left-1 {
  width: 100%;
  background-image: url(/wp-content/uploads/OAR_Swoopy_Home2c.png);
  background-size: cover;
  height: 400px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.sub-slide-left-2 {
  width: 100%;
  background-image: url(/wp-content/uploads/OAR_Swoopy_Home2b.png);
  background-size: cover;
  height: 400px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.sub-slide-left-3 {
  width: 100%;
  background-image: url(/wp-content/uploads/OAR_Swoopy_Home2a.png);
  background-size: cover;
  height: 400px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.page-banner-animate .container {
  padding: 80px 4rem;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

.page-banner-animate h2 {
  font-size: 30px;
  line-height: 37px;
  font-family: "futura-pt";
  font-weight: 500;
  text-transform: uppercase;
  max-width: 400px;
}

.page-banner-animate h6 {
  font-family: "futura-pt";
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 2.25rem;
  max-width: 400px;
  color: #1a1a1a;
}

.menu-sub-pages-container li a,
.menu-sub-pages-container a {
  color: #828586;
  font-family: "futura-pt";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.menu-sub-pages-container ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.menu-sub-pages-container ul.menu li.current-menu-item a,
.menu-sub-pages-container .current a {
  color: #4c8bd3;
}

.wp-block-post-title a {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 600;
  font-size: 27.75px;
  text-transform: uppercase;
  color: #000;
}

.wp-block-post-excerpt__excerpt,
.wp-block-post-date {
  margin-bottom: 1em;
  font-family: "source-sans-pro", sans-serif;
  font-size: 17.85px;
  font-weight: 300;
  line-height: 37px;
}

.wp-block-read-more {
  background: transparent;
  color: #828586 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 7px 0 0;
  overflow: visible;
  width: auto;
  display: inline-block;
}

.wp-block-read-more.right {
  float: right;
}

.wp-block-read-more.white a {
  color: #fff !important;
}

.wp-block-read-more::after {
  content: "" !important;
  position: absolute !important;
  height: 1px !important;
  width: 12px;
  top: -3px !important;
  right: 0px !important;
  left: unset !important;
  -webkit-transition: all ease 0.3s !important;
  -o-transition: all ease 0.3s !important;
  transition: all ease 0.3s !important;
  background: #828586 !important;
  border-radius: 00;
  background-image: none !important;
  border: 0;
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}

.wp-block-read-more.white::after {
  background: #fff !important;
}

.wp-block-read-more::before {
  content: "" !important;
  position: absolute !important;
  height: 1px !important;
  width: 100%;
  top: 0 !important;
  -webkit-transition: all ease 0.3s !important;
  -o-transition: all ease 0.3s !important;
  transition: all ease 0.3s !important;
  left: 0 !important;
  background: #828586 !important;
  border-radius: 00;
  background-image: none !important;
  border: 0;
}

.wp-block-read-more.white::before {
  background: #fff !important;
}

.wp-block-read-more.white:hover,
.wp-block-read-more:hover {
  background: transparent !important;
  color: #4c8bd3 !important;
}

.wp-block-read-more.white:hover span,
.wp-block-read-more:hover span,
.wp-block-read-more:hover a {
  color: #4c8bd3 !important;
}

.wp-block-read-more.white:hover::before,
.wp-block-read-more:hover::before {
  width: 120%;
  background: #4c8bd3 !important;
}

.wp-block-read-more.white:hover::after,
.wp-block-read-more:hover::after {
  right: -20% !important;
  background: #4c8bd3 !important;
}

.page-banner-animate > .kt-row-column-wrap {
  padding: 0 !important;
}
.leaderships h6 a {
  font-size: 18px;
  font-weight: 500;
  font-family: "futura-pt";
}

.single-leadership hr {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #000;
}

.leaderships ul.wp-block-post-template {
  margin: 0;
}

.single-leadership h2.post_title {
  font-style: italic;
}

.single-leadership
  .kt-has-2-columns
  > .wp-block-kadence-column
  > .kt-inside-inner-col
  > p:first-of-type {
  margin-top: 13px;
  margin-bottom: 27px;
  font-size: 27.75px;
  line-height: 30px;
  font-family: "futura-pt";
  font-weight: 500;
}

article.category-in-the-news {
  display: flex;
  gap: 30px;
  margin: 60px 0 40px;
}

.wp-block-social-links {
  gap: 0;
}

.wp-block-social-links svg {
  width: 1.3rem !important;
  height: 1.3rem !important;
}

.wp-block-social-links .wp-block-social-link-anchor {
  display: block;
  padding: 5px;
  background-color: transparent;
}

.mega-toggle-label-closed img {
  width: 80px;
}

@media (max-width: 600px) {
  .mega-menu-wrap {
    width: 100% !important;
  }
  .bottom-header .kt-row-column-wrap {
    padding: 0 !important;
  }
}

.wp-block-group {
  padding: 10px 40px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}

.wp-block-read-more.post_title {
  color: #000 !important;
  font-family: "futura-pt";
  font-weight: 500;
}

a.white {
  color: #fff !important;
}

body.page-id-1307 .menu-sub-pages-container:nth-of-type(2),
body.page-id-1307 .menu-sub-pages-container:nth-of-type(3) {
  display: none;
}

b,
strong {
  font-weight: 700;
  font-family: "futura-pt";
}
