/*!
Theme Name: SCMEP Custom
Theme URI: http://scmep.org
Author: SLANT
Author URI: http://slantastic.com
Description: Custom Built.
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: adbaseline
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> 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
# Custom Page Overrides
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
:root {
  --navy: #233346;
  --lightBlue: #91C6F6;
  --blue: #3A74A8;
  --slate: #b0c7dc;
  --orange: #f7611f;

  --green: #00c08b;
  --lightgreen: #c9e4e0;
  --lightbluish: #afdbd5;
  --darkgreen: #024449;

  --semibold: 600;
  --bold: 700;
  --medium: 500;
  --Work-Sans: "Work Sans", sans-serif;
  --Work-Sans: "Work Sans", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

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

/**
 * 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: #233346;
  color: var(--navy);
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.pre-footer form input[type="submit"] {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Figtree", serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: var(--navy);
  line-height: 1.2em;
}
h1 {
  font-weight: var(--semibold);
  font-size: 47px;
}
h2 {
  font-weight: var(--semibold);
  font-size: 35px;
}
h3 {
  font-weight: var(--semibold);
  font-size: 38px;
}
h4 {
  font-weight: var(--semibold);
  font-size: 28px;
}
h5 {
  font-size: 16px;
  font-weight: var(--semibold);
  margin-bottom: 10px;
}
h6 {
  font-size: 20px;
  line-height: 1.5em;
}
p {
  margin: 0 0 1em;
}

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

@media screen and (min-width: 700px) {
  /* body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 18px;
  } */

  h1 {
    font-size: 66px;
  }
}
/* Elements
--------------------------------------------- */
body {
  background-color: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 1em;
  padding-left: 0.5em;
}

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

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

/* Links
--------------------------------------------- */
a {
  color: var(--orange);
  text-decoration: none;
  transition: 0.3s ease-out all;
}
a.event-detail-container {
  color: var(--navy) !important;
  font-weight: 800;
  border: 1px solid;
  border-radius: 8px;
  padding: 10px 15px;
}
a.event-detail-container:hover {
  background-color: rgba(255, 255, 255, 0.308);
  opacity: 1;
}
/* .site-main a {
  text-decoration: underline;
  font-weight: 500;
} */

a:hover,
a:active {
  /* color: #4c4c4c; */
}

a:focus {
  /* outline: thin dotted; */
}

a:hover,
a:active {
  outline: 0;
  opacity: 0.6;
  transition: 0.3s ease-out all;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid transparent;
  padding: 9px 12px;
  font-size: 1rem;
  line-height: 1.5;
  transition: 0.2s ease-out all;
  background-color: var(--navy);
  color: var(--lightbluish);
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}

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

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 {
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 1rem;
  line-height: 1.5;
  transition: 0.2s ease-out all;
}

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;
  border-color: var(--navy);
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}
.btn-white {
  background-color: #ffffff !important;
  color: #233346 !important;
}

.btn-lightBlue {
  background-color: #91C6F6 !important;
  color: #233346 !important;
}

.btn-navy {
  background-color: #233346 !important;
  color: #91C6F6 !important;
}
.btn-blue {
  background-color: #3A74A8 !important;
  color: #fff !important;
}

.button {
  display: inline-block;
  text-align: center;
  /* white-space: nowrap; */
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 9px 18px;
  font-size: 15px;
  line-height: 18px;
  transition: 0.2s ease-out all;
  background-color: var(--navy);
  color: #fff;
  font-weight: var(--bold);
}
@media screen and (min-width: 700px) {
  .button {
    white-space: wrap !important;
  }
}

.button:hover {
  color: #fff;
  /* background-color: #003e85; */
  opacity: 0.8;
}
.button.large {
  padding: 18px 36px;
  font-size: 1.2em;
}
.button.arrow {
  font-size: 17px;
  text-transform: none;
  text-decoration: underline;
  padding: 6px 30px 6px 0;
  background: none !important;
  border: none;
  color: var(--navy);
  font-weight: 600;
  text-underline-offset: 4px;
}
.button.arrow.btn-white {
  color: #fff !important;
}
.button.arrow.btn-teal {
  color: #91C6F6 !important;
}
.buton.arrow.btn-blue {
  color: #3A74A8;
}

.button.arrow.btn-navy {
  color: #233346 !important;
}
.button.arrow i {
  margin-left: 5px;
  position: relative;
  transition: 0.3s ease-out all;
}
.button.arrow:hover i {
  transform: translateX(3px);
}
.button.teal {
  background-color: var(--lightBlue);
  color: var(--navy);
}
.button.teal:hover {
  background-color: var(--lightBlue);
  color: var(--navy);
  opacity: 0.8;
}
.button.orange {
  background-color: var(--orange);
  color: #fff;
}
.text-center {
  text-align: center;
}

.spacer {
  width: 100%;
}
.divider {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.divider .line {
  width: 100%;
  height: 3px;
  background: var(--green);
}
.bigquote {
  margin: 20px 0 0;
  color: #afdbd5;
  font-size: 40px;
  font-family: "Crimson Text", serif;
  line-height: 1.1;
  opacity: 0.3;
}
.mb-0 {
  margin-bottom: 0;
}
.small-text {
  font-size: 13px;
}
.teal {
  color: var(--lightBlue);
}

@media screen and (min-width: 700px) {
  .text-sm-right {
    text-align: right;
  }
  .bigquote {
    font-size: 76px;
  }
  .small-text {
    font-size: 14px;
  }
}

/* Woocommerce modifications for the Pay Invoice page */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt {
  background-color: var(--navy);
  color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:hover {
  color: #fff;
  background-color: var(--navy);
  opacity: 0.8;
}
body.page-template-default .woocommerce #content div.product div.summary,
body.page-template-default .woocommerce div.product div.summary,
body.page-template-default .woocommerce-page #content div.product div.summary,
body.page-template-default .woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
}
body.page-template-default .woocommerce-product-gallery,
h1.product_title.entry-title {
  display: none;
}
body.page-template-default .product .nyp .nyp-input,
body.page-template-default .wcopc .product-item .nyp .nyp-input {
  text-align: left;
}
.woocommerce-additional-fields .optional {
  display: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container-custom {
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.small-container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.site {
  position: relative;
 
}
.site-main {
  /* padding: 65px 0; */
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 700px) {
  .site-main {
    /* padding: 95px 0; */
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.small-header {
  background: #fff;
  display: none;
  border-bottom: 1px solid var(--lightBlue);
  position: relative;
  z-index: 999;
}
.header-Dark .small-header {
  background: var(--navy);
}
.small-menu {
  display: block;
}
.small-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.small-menu ul li {
  padding: 0;
  margin: 0;
  text-align: center;
}
.small-menu a {
  display: block;
  font: var(--Figtree-SemiBold);
  font-size: 12px;
  padding: 14px 16px;
  text-transform: uppercase;
  color: #424b5a;
}
.header-Dark .small-header a {
  color: #fff;
}

.site-header {
  padding: 20px 0px;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 3px 0 #233346;
  position: relative;
  z-index: 999;
}
.header-Dark .site-header {
  background: var(--navy);
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-logo {
  width: 250px;
  position: relative;
  z-index: 101;
}
.site-logo img {
  display: block;
  width: 100%;
}
.site-logo .white-logo {
  display: none;
}
.header-Dark .site-logo .white-logo {
  display: block;
  filter: brightness(0) invert(1);
}
.login-button {
  background: var(--lightgreen);
  color: var(--navy);
}
.login-button:hover {
  background: var(--lightgreen);
  opacity: 0.8;
  color: inherit;
}
.header-Dark .site-logo .blue-logo {
  display: none;
}

body.nav-open .site-logo {
  color: #fff;
}
.header-Dark .menu-toggle .menu-slice,
.header-Dark .menu-toggle .menu-slice:after,
.header-Dark .menu-toggle .menu-slice:before {
  background-color: #fff;
}

@media screen and (min-width: 900px) {
  .small-header {
    display: block;
  }
  .site-header {
  }
  .site-logo {
    width: 250px;
  }
  .menu-toggle {
    display: none;
  }
  .small-menu {
    display: flex;
    justify-content: flex-end;
  }
  .small-menu ul li {
    display: inline-block;
  }
}

.menu-toggle {
  margin-left: auto;
  position: relative;
  height: 30px;
  width: 28px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 101;
  display: block;
}

.menu-toggle.open .menu-slice:after,
.menu-toggle.open .menu-slice:before {
  background: var(--navy);
}
body.nav-open .menu-toggle.open .menu-slice:after,
body.nav-open .menu-toggle.open .menu-slice:before {
  background: #fff;
}

body.nav-open {
  height: 100%;
  overflow: hidden;
}
.nav-n-button .small-menu {
  display: none;
}
body.nav-open .nav-n-button .small-menu {
  display: block;
}
body.nav-open .nav-n-button .small-menu a {
  color: #fff;
  font-size: 16px;
}
.menu-toggle .menu-slice {
  width: 100%;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background-color: var(--navy);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.menu-toggle .menu-slice:before {
  -webkit-transform: translateY(-450%);
  transform: translateY(-450%);
}

.menu-toggle .menu-slice:after {
  -webkit-transform: translateY(450%);
  transform: translateY(450%);
}

.menu-toggle .menu-slice:after,
.menu-toggle .menu-slice:before {
  width: 100%;
  height: 100%;
  background-color: var(--navy);
  position: absolute;
  left: 0;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-toggle .menu-slice:after {
  /* width: 50% */
}

.menu-toggle.open .menu-slice:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.menu-toggle.open .menu-slice:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  width: 100%;
}

.menu-toggle.open .menu-slice {
  background-color: transparent;
}

/* .header.sticky .menu-toggle .menu-slice,
.header.sticky .menu-toggle .menu-slice:after,
.header.sticky .menu-toggle .menu-slice:before {
	background-color: #211f30;
} */

/* Navigation
--------------------------------------------- */
.site-header .menu-item-has-children .sub-menu {
  border-radius: 0px 0px 4px 4px !important;
  min-width: 150px;
  top: 100%;
  display: block;
  position: initial;
  right: 0;
}
.site-header .menu-item-has-children .sub-menu a {
  text-align: center;
  text-transform: capitalize !important;
  font-weight: 500;
  font-size: 28px;
}
.header-Dark .site-header .menu-item-has-children .sub-menu,
.header-Light .site-header .menu-item-has-children .sub-menu {
  border-top: none;
  transition: 0s ease all;
}
.header-Dark .site-header .menu-item-has-children .sub-menu {
  background-color: var(--navy) !important;
}
.header-Light .site-header .menu-item-has-children .sub-menu {
  background-color: #fff !important;
}
.header-Dark .site-header .menu-item-has-children:hover .sub-menu,
.header-Light .site-header .menu-item-has-children:hover .sub-menu {
  border-top: 4px solid orangered !important;
}
.header-Dark .site-header .menu-item-has-children:hover .sub-menu {
  box-shadow: 0px 0px 4px 1px rgb(141 141 141 / 40%);
  transition: 0s ease all;
}
.header-Light .site-header .menu-item-has-children:hover .sub-menu {
  box-shadow: 0px 0px 4px 2px rgba(57, 57, 57, 0.5);
  transition: 0s ease all;
}
.header-Dark .site-header .menu-item-has-children .sub-menu a {
  color: #fff !important;
}
.header-Light .site-header .menu-item-has-children .sub-menu a {
  color: var(--navy) !important;
}
.nav-n-button {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: var(--navy);
  z-index: 100;
  flex-direction: column;
  padding-top: 150px;
  padding-bottom: 80px;
  align-items: center;
  overflow-y: scroll;
}
body.nav-open .nav-n-button {
  display: flex;
}
.main-navigation {
  width: 90%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  transition: 0.2s ease-out all;
  width: 100%;

  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}
.main-navigation ul.sub-open {
  transform: translateX(-100%);
}

.main-navigation ul ul {
  display: none;
  position: absolute;
  top: 10px;
  right: -100%;
  margin: 0;
}
.main-navigation ul ul.is-open {
  display: block;
}
.main-navigation li.go-back a {
  color: #c9e4e0;
}

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

.main-navigation ul ul a {
  width: 100%;
}

.main-navigation li {
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 10px 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 28px;
}
.main-navigation ul ul a {
  font-size: 22px;
}
.header-Dark .main-navigation a {
  color: #fff;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.main-navigation .menu-button a {
  border-radius: 5px;
  background: var(--navy);
  color: var(--lightBlue);
  padding: 8px 16px;
  font-weight: var(--semibold);
}
.header-Dark .main-navigation .menu-button a {
  background: var(--lightBlue);
  color: var(--navy);
}

@media screen and (min-width: 900px) {
  .site-header .menu-item-has-children .sub-menu {
    border-radius: 4px;
    min-width: 150px;
    top: 100%;
    position: absolute !important;
  }
  .site-header .menu-item-has-children .sub-menu a {
    text-align: left !important;
    text-transform: capitalize !important;
    font-size: 13px !important;
  }
  .menu-toggle {
    display: none;
  }
  .nav-n-button {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    background: transparent;
    padding: 0;
    padding-bottom: 0;
    width: auto;
    overflow-y: inherit;
  }
  li.go-back {
    display: none !important;
  }
  .main-navigation {
    width: 100%;
  }
  .main-navigation ul {
    flex-direction: row;
    text-align: left;
    margin-bottom: 0px;
  }
  .main-navigation a {
    font: var(--Figtree-SemiBold);
    font-size: 12px;
    color: var(--navy);
    text-transform: uppercase;
    text-align: right;
    font-weight: 600;
  }
  .main-navigation li {
    position: relative;
  }
  .main-navigation ul ul {
    width: 100%;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    height: 0px;
    background: #f4f4f4;
    transition: all 0.5s ease;
    min-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    height: inherit;
  }
  .main-navigation ul ul a {
    white-space: normal;
    line-height: inherit;
    padding: 7px 17px;
    color: #1e1e1e !important;
    font-weight: 500;
    transition: 0.2s ease all;
    font-size: 15px;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    height: inherit;
    box-shadow: 0px 3px 4px -2px rgba(41, 71, 98, 0.2);
  }
}

/* Background Colors  */
.navy-gradient-bg-color {
  background: linear-gradient(180deg, #233346 0%, #1c2c3d 28.66%, #0c1927 100%);
}
.navy-bg-color {
  background-color: var(--navy);
}
.blue-bg-color {
  background-color: var(--blue);
}
.lightBlue-bg-color {
  background-color: var(--lightBlue);
}
.slate-bg-color {
  background-color: var(--slate);
}
.white-bg-color {
  background-color: #fff;
}

/* Text Colors  */
.white-color,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color p {
  color: #fff;
}

.navy-color,
.navy-color h1,
.navy-color h2,
.navy-color h3,
.navy-color p {
  color: var(--navy);
}

.blue-color,
.blue-color h1,
.blue-color h2,
.blue-color h3,
.blue-color p {
  color: var(--blue);
}

.lightBlue-color,
.lightBlue-color h1,
.lightBlue-color h2,
.lightBlue-color h3,
.lightBlue-color p {
  color: var(--lightBlue);
}

.slate-color,
.slate-color h1,
.slate-color h2,
.slate-color h3,
.slate-color p {
  color: var(--slate);
}

/* Page Builder
--------------------------------------------- */
.background-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.background-section img.bg-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.basic-title {
  padding: 40px 0;
  width: 100%;
}
.basic-title h5 {
  font-size: 21px;
  padding: 10px 0;
}
.basic-title.white-color h5 {
  color: #fff;
}

@media screen and (min-width: 700px) {
  .basic-title {
    padding: 80px 0 80px;
  }
}

.card-grid-wrapper {
  width: 100%;
  position: relative;
}
.card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 36px;
}
.card.white {
  background-color: #fff;
}
.card.blue {
  background-color: var(--blue);
}
.card.lightBlue {
  background-color: var(--lightBlue);
}
.card.slate {
  background-color: var(--slate);
}
.card.navy {
  background-color: var(--navy);
}

.card.navy h5,
.card.navy p,
.card.navy a {
  color: #fff;
}
.card.slate h5
.card .button.regular {
  margin-top: 20px;
}
.card.teal p {
  color: #233346;
}
.card.peach {
  background-color: rgb(252, 199, 176);
}
.card.white {
  background-color: #fff;
}
.card.with-shadow {
  box-shadow: 0 1px 9px 0 rgba(106, 106, 106, 0.5);
}
.card.image_focus.with-shadow {
  box-shadow: none;
}
.card.image_focus.with-shadow .card-image img {
  box-shadow: 0 1px 9px 0 rgba(106, 106, 106, 0.5);
}
.card.half_image_half_text {
}

.card.half_image_half_text .card-image {
  width: 100%;
}

.card.half_image_half_text .card-image img {
  display: block;
  height: 214px;
  object-fit: cover;
  object-position: center;
}

.card.half_image_half_text .card-content {
  padding: 30px;
}
.card.half_image_half_text .card-content h5 {
  font-size: 28px;
}

.card.image_focus {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  overflow: visible;
  padding: 20px;
}
.card.image_focus.none,
.card.image_focus.white {
  padding: 0;
}

.card.image_focus .card-image {
  order: 1;
}

.card.image_focus .card-content {
  order: 2;
  padding: 18px 0;
}
.card.image_focus .card-content h5 {
  font-size: 21px;
}
.card.image_focus .card-image img {
  display: block;
  height: 278px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.card.text_focus {
  text-align: center;
}
.card.text_focus .card-content {
  padding: 30px 16px 20px 16px;
}
.card.text_focus .card-content h5 {
  margin-bottom: 5px;
}
.card.text_focus .card-content p {
  margin-bottom: 0;
}
.has-text-focus-cards .card-grid {
  display: grid;
  grid-auto-flow: column;
  /* grid-auto-columns: fit-content(calc(50% - 18px)); */
  grid-auto-columns: 1fr;
  grid-gap: 36px;
  overflow-x: auto;
  /* padding: 80px 0; */
}
.has-text-focus-cards .card-grid .card {
  min-width: 250px;
  justify-content: flex-start;
}
.has-text-focus-cards .card-grid .card h5 {
  font-size: 28px;
}
.has-text-focus-cards .card.only_one {
  justify-self: center;
}

.card.text_over_image .card-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 300px; /* optional: ensures a base height */
  border-radius: inherit;
}

.card.text_over_image .card-overlay-content {
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card.text_over_image .card-overlay-content a {
  margin-top: auto;
  margin-right: auto;
}

@media (min-width: 800px) {
  .card-grid {
    display: grid;
    grid-auto-flow: column;
    /* grid-auto-columns: fit-content(calc(50% - 18px)); */
    grid-auto-columns: 1fr;
    grid-gap: 36px;
    /* padding: 80px 0; */
  }
  .card.half_image_half_text .card-image img {
    height: 180px;
  }
  .card.only_one {
    max-width: calc(555px - 18px);
  }
}
@media screen and (max-width: 1199px) {
  .card-grid-wrapper.has-text-focus-cards .container {
    max-width: 1200px;
  }
}

/* CTA Block */
.cta-block {
  padding: 4rem 2rem;
  text-align: center;
}

.cta-block .container {
  margin: 0 auto;
  border-radius: 6px;
  padding: 40px;
}

/* Typography */
.cta-block h2.cta-headline {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-block .cta-body {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

/* Button layout */
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.cta-buttons .button {
  min-width: 200px;
  text-align: center;
}
.cta-block .container.white {
  background-color: #ffffff;
}

.cta-block .container.teal {
  background-color: #91C6F6;
}

.cta-block .container.navy {
  background-color: #233346;
  color: white;
}

.cta-block .container.light-blue-gradient {
  background-image: linear-gradient(41deg, #ffffff 0%, #91C6F6 100%);
}

.cta-block .container.dark-blue-gradient {
  background-image: linear-gradient(115deg, #233346 0%, #70a3a8 100%);
}
.cta-block .container.with-shadow {
  box-shadow: 0 1px 9px 0 rgba(106, 106, 106, 0.5);
}

/* Promo Block  */
.promo-block {
  padding: 30px 20px;
}
.promo-block-image img {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  width: 100%;
}
.promo-block .image-half,
.promo-block .content-half {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.promo-block .content-half {
  padding: 25px 0;
}
.promo-icon-columns,
.promo-icon-columns.single-col,
.basic-title-icons,
.basic-tabs-icons {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  padding: 20px 0;
}
.basic-tabs-icons i {
  font-size: 21px;
}
.promo-icon-columns .icon-column-icon,
.basic-title .icon-column-icon {
  font-size: 21px;
}
.promo-icon-columns .icon-item,
.basic-title .icon-item,
.basic-tabs-icons .icon-item {
  display: flex;
  /* column-gap: 10px; */
}
.promo-block .image-half[data-bg] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  align-self: normal;
}
.promo-image-columns .image-item {
  display: flex;
  column-gap: 20px;
  margin-bottom: 20px;
}
.promo-image-columns img {
  min-width: 40px;
  max-width: 60px;
  /* width: 100%; */
}
.promo-block .promo-icon-columns p {
  color: var(--navy);
}
.promo-block.navy-color p,
.promo-block.navy-color h4,
.promo-block.navy-color h3 {
  color: #233346;
}
.promo-block.navy-color .gf_progressbar_title {
  color: #233346 !important;
}
.promo-block.white-color p,
.promo-block.white-color h4,
.promo-block.white-color h3 {
  color: #fff;
}
.promo-block.white-color .gf_progressbar_title {
  color: #fff !important;
}
.promo-image-columns .image_column_text h4 {
  margin-bottom: 5px;
}
.promo-block-content {
  display: grid;
}
@media (min-width: 992px) {
  .promo-block {
    padding: 65px 0;
  }
  .promo-block .image-half,
  .promo-block .content-half {
    width: 48%;
    flex: 0 0 48%;
  }
  .promo-block .content-half .promo-block-content {
    max-width: 500px;
  }
  .promo-block .content-half.full-content {
    width: 100%;
    flex: 0 0 100%;
  }
  .promo-block .content-half.full-content .promo-block-content {
    max-width: 100%;
  }
  .flex-row-reverse .promo-block-content {
    margin-left: auto !important;
  }
  .promo-icon-columns,
  .basic-title-icons,
  .basic-tabs-icons {
    grid-template-columns: repeat(2, 1fr);
  }
  .basic-title-icons {
    row-gap: 50px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  .promo-block .container-fluid .flex-row-reverse .promo-block-content {
    padding-left: 20px;
  }
  .container-fluid .promo-block-content {
    padding-right: 20px;
  }
}

/* Team Page
--------------------------------------------- */
.team-hero {
  padding-top: 80px;
}
.team-hero .container {
  row-gap: 40px;
  display: flex;
  flex-direction: column;
}
.team-hero .row {
  display: block;
}
.team-hero .col-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
}
.team-hero .col-sm-4 {
  max-width: 100%;
}
.team-hero #team-search {
  max-width: 320px;
  width: 100%;
  padding: 11px 11px 11px 40px;
  margin-bottom: 20px;
  border: 1px solid;
  border-radius: 4px;
}
.team-hero #team-search::placeholder {
  color: #233346;
}
.team-hero .team-search-input {
  position: relative;
}
.team-hero .team-search-input:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-style: normal;
  position: absolute;
  left: 15px;
  top: 20%;
  /* transform: translateY(-50%); */
  color: #233346;
}
.team-hero .department-dropdown {
  max-width: 320px;
  width: 100%;
  height: 48px;
  padding: 12px;
  border: 1px solid;
  border-radius: 4px;
}
.team-grid {
  display: grid;
  /* grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); */
  grid-gap: 20px;
  height: auto !important;
  padding: 40px 0;
}
.team-member {
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  height: 410px;
  border-radius: 7px;
  background-color: #233346;
  box-shadow: 0 1px 9px 0 rgba(106, 106, 106, 0.5);

  overflow: hidden;
}
.team-member:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #233346;
  opacity: 0.32;
  z-index: 1;
}
.team-member a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.team-member a:hover {
  opacity: 1;
}
.team-member .team-member-image {
  height: 350px;
  position: relative;
}
.team-member img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.team-member .team-member-info {
  height: 160px;
  padding: 12px 18px;
}
.team-member h3 {
  margin-bottom: 0px;
  font-size: 21px;
  font-weight: var(--semibold);
  z-index: 10;
  position: relative;
  color: #fff;
}
.team-member p {
  font-size: 14px;
  font-weight: var(--medium);
  margin-bottom: 0;
  z-index: 10;
  position: relative;
}
.team-member .counties {
  font-size: 12px;
  margin-top: 9px;
  font-weight: normal;
}

@media (min-width: 640px) {
  .team-member .team-member-image {
    height: 250px;
  }
}

.teal-popup {
  position: relative;
  background: var(--lightBlue);
  color: #fff;
  padding: 40px 20px;
  width: 1200px;
  max-width: 90%;
  margin: 20px auto;
  border-radius: 8px;
  font-size: 16px;
}
.teal-popup h2 {
  color: var(--green);
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3px;
}
.teal-popup .location {
  text-transform: uppercase;
  color: #b4e4dc;
}
.team-headshot {
  transition: 0.2s ease all;
}
.team-headshot:hover {
  filter: grayscale(100%);
}
.teal-popup .team-headshot {
  display: block;
  margin: 0 auto 20px;
  max-width: 90%;
}
.mfp-close-btn-in .teal-popup .mfp-close {
  color: #fff;
}

.simple-modal {
  position: relative;
  background: #fff;
  padding: 40px 20px;
  width: 900px;
  max-width: 90%;
  margin: 20px auto;
  border-radius: 8px;
}

@media screen and (min-width: 700px) {
  .team-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 30px;
    padding: 80px 0;
  }
  .teal-popup {
    padding: 80px 40px;
    font-size: 20px;
  }
  .teal-popup h2 {
    margin-bottom: 6px;
  }
  .team-hero .team-search-input:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .team-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
        0,
        1fr
      );
  }
  .team-hero .row {
    display: flex;
  }
  .team-hero .col-3 {
    max-width: 25%;
    align-items: center;
  }
  .team-hero .col-sm-4 {
    max-width: 33%;
  }
  .team-hero #team-search {
    margin-bottom: 0;
  }
}

.location-box,
.green-box {
  background: #ecfaf8;
  border-radius: 8px;
  padding: 25px 45px 45px;
}
.location-box h2 {
  line-height: 1;
}
.location-box a {
  text-decoration: underline;
  width: 50%;
  float: left;
  color: #233346;
  color: var(--navy);
  margin-bottom: 5px;
}

.green-box {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
.green-box,
.green-box h3,
.green-box h4,
.green-box h5 {
  color: #233346;
  color: var(--navy);
}
.green-box h5 {
  margin: 0;
}
.green-box a,
.green-box h4 a {
  color: #155054;
  color: var(--lightBlue);
}
.green-box h4 a {
  font-size: 30px;
  font-style: italic;
}
.green-box p {
  font-size: 16px;
}

@media screen and (min-width: 700px) {
  .teal-popup h2 {
    font-size: 50px;
  }
  .green-box h4 a {
    font-size: 47px;
  }
}
@media screen and (max-width: 567px) {
  .teamcard {
    max-width: 50% !important;
  }
  .teamcard .name {
    font-size: 0.8em;
  }
  .teamcard .position {
    font-size: 0.8em;
    margin-top: 10px;
  }
  .teamcard img {
    max-width: 100%;
  }
}

/* Who We Are
--------------------------------------------- */

/* Resources Page
--------------------------------------------- */

/* Client Page
--------------------------------------------- */

/* Contact Page
--------------------------------------------- */

/* Footer
--------------------------------------------- */
.footer-share {
  display: flex;
  margin-top: 25px;
  column-gap: 20px;
}
.footer-share svg {
  width: 20px;
  height: 20px;
}
.pre-footer {
  text-align: center;
  padding: 40px 0;
  background: linear-gradient(180deg, #49627c 0%, #233346 100%);
  color: #fff;
  position: relative;
  z-index: 999;
}
.pre-footer h2,
.pre-footer h3,
.pre-footer h4 {
  color: #fff;
}

.pre-footer form {
  width: 100%;
  padding-top: 10px;
}
.pre-footer form p {
  margin-bottom: 0;
}
.pre-footer form br {
  display: none;
}
.pre-footer form input[type="email"],
.pre-footer form input[type="text"],
.pre-footer form input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  color: var(--navy);
}
.pre-footer form input[type="submit"],
.pre-footer form input[type="button"],
.pre-footer form button {
  background: var(--lightBlue);
  color: var(--navy);
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  display: block;
}

@media screen and (min-width: 700px) {
  .pre-footer {
    padding: 80px 0;
  }
}

.site-footer {
  background: var(--navy);
  padding: 40px 0;
  background-position: bottom right;
  background-size: 90% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 999;
}
.site-footer .container {
}
.footer-logo {
  display: block;
}
.footer-logo img {
  display: block;
  margin: 0 auto 20px 0;
  width: 250px;
  filter: brightness(0) invert(1);
}

.footer-salesforce-form,
.fake-form {
  width: 100%;
  display: flex;
}
.footer-salesforce-form label,
.fake-form label {
  display: none;
}
.footer-salesforce-form input#email,
.fake-form input#fake-email {
  width: 70%;
  padding: 10px;
  border: 1px solid #9a9a9a;
  border-radius: 4px 0px 0px 4px;
  background: #fff;
  font-size: 14px;
}
.footer-salesforce-form input[type="submit"],
.fake-form .fake-submit {
  width: 34%;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  font-weight: var(--bold);
  font-size: 13px;
  border-radius: 0px 4px 4px 0px;
  background: var(--lightBlue);
  color: var(--navy);
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  line-height: 43px;
  transition: 0.2s ease-out all;
  text-align: center;
  flex-shrink: 0;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.9;
}
.fake-form .fake-submit:hover {
  opacity: 1;
  color: #fff;
  background: #91C6F6;
}
.fake-form #fake-email:focus-visible {
  border: none;
}
.white-popup-block form {
  margin-top: 30px;
}
.white-popup-block label {
  display: block;
  font-size: 12px;
}
.white-popup-block input,
.white-popup-block select {
  display: block;
  width: 100%;
}
.white-popup-block .row {
  margin-bottom: 15px;
}
.white-popup-block input[type="submit"] {
  border-radius: 4px;
}
.white-popup-block input[type="text"],
.white-popup-block select {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.white-popup-block input[type="text"]:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.footer-nav {
  padding-top: 20px;
}
ul#footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  gap: 20px;
}

/* ul#footer-menu li {
  padding: 0;
  margin: 0;
  display: block;
} */

#footer-menu > .menu-item {
  width: 25%;
}
ul#footer-menu li a {
  display: block;
  color: #fff;
}
ul#footer-menu li a br {
  display: none;
}
ul#footer-menu > li > a {
  color: var(--lightBlue);
  text-transform: uppercase;
  font-weight: var(--bold);
  padding: 8px 0;
  border-bottom: 1px solid var(--lightBlue);
  position: relative;
}
ul#footer-menu > li > a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%2380CFD1' d='M169.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 274.7 54.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
}
ul#footer-menu > li > a.open:after {
  transform: translateY(-50%) rotate(180deg);
}
ul#footer-menu > li:last-of-type > a {
  border-bottom: none;
}
ul#footer-menu ul.sub-menu {
  margin: 0;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  transition: cubic-bezier(0.18, 0.54, 0.73, 1.15) 0.2s;
}
ul#footer-menu ul.sub-menu a {
  padding: 2px 0px 10px 0px;
  line-height: 1.1em;
}
ul#footer-menu ul.sub-menu.is-open {
  max-height: 1000px;
}

.lower-footer {
  background: var(--navy);
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid var(--lightBlue);
  position: relative;
  z-index: 999;
}

.lower-left-menu a {
  color: #fff;

  display: block;
}
@media screen and (min-width: 700px) {
  .lower-left-menu {
    display: flex;
  }
  .lower-left-menu a {
    display: inline;
    padding: 0 10px 0 0;
  }
  .lower-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-nav {
    padding-top: 0px;
  }
  ul#footer-menu {
    display: flex;
    justify-content: space-between;
  }
  ul#footer-menu ul.sub-menu {
    max-height: 1000px;
    overflow: visible;
  }
  ul#footer-menu > li > a {
    padding: 0 0 5px 0;
    border-bottom: none;
  }
  ul#footer-menu > li > a:after {
    display: none;
  }
  ul#footer-menu li a br {
    display: inherit;
  }
}
@media screen and (min-width: 900px) {
  .site-footer {
    background-size: 800px auto;
  }
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 67%);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
body.loading .loading-overlay {
  display: flex;
}
.loading-spinner {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.loading-spinner:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading-spinner 1.2s linear infinite;
}
@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 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;
}
/* Generic Flexbox Container */
.flex-container {
  display: flex;
}
.flex-container-wrap {
  flex-wrap: wrap;
  justify-content: center;
}
.flex-padding-sm {
  padding: 15px;
}
.flex-padding-md {
  padding: 35px;
}
.flex-padding-lg {
  padding: 55px;
}
.col20 {
  width: 20%;
}
.col25 {
  width: 25%;
}
.col33 {
  width: 33%;
}
.col50 {
  width: 50%;
}
.col60 {
  width: 60%;
}
.col75 {
  width: 75%;
}

@media only screen and (max-width: 478px) {
  .flex-container-stack {
    flex-direction: column;
    justify-content: center;
  }
  .flex-container-stack .col25,
  .flex-container-stack .col20,
  .flex-container-stack .col33,
  .flex-container-stack .col50,
  .flex-container-stack .col60,
  .flex-container-stack .col75 {
    width: 100%;
  }
  .flex-padding-lg {
    padding: 25px;
  }
  .col25 {
    width: 50%;
  }
}

/* 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;
  text-transform: uppercase;
}

.wp-caption-text {
  text-align: center;
}
.bigimage {
  position: relative;
}
.bigimage .wp-caption {
  line-height: 1;
  text-transform: uppercase;
  color: #0047ba;
  color: var(--lightblue);
}

@media screen and (min-width: 700px) {
  .verticalright .wp-caption,
  .verticalleft .wp-caption {
    position: absolute;
    display: inline-block;
    margin: 0;
  }
  .verticalright .wp-caption {
    top: 50%;
    right: 0;
    transform: rotate(90deg) translateY(-13px);
    transform-origin: right;
  }
  .verticalleft .wp-caption {
    bottom: 20%;
    left: 0;
    transform: rotate(-90deg) translateY(-13px);
    transform-origin: left;
  }
}

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

/* SCMEP Events
--------------------------------------------- */
.requestForm-container {
  background: #e1f4f4;
  margin-top: -80px;
  padding: 50px 0px;
}
.requestForm {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

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

/*--------------------------------------------------------------
# Custom Page Overrides
--------------------------------------------------------------*/
/* SCMEP-Online */
.page-id-20264 .icon-item {
  font-size: 1.3em;
  font-weight: 500;
}
.page-id-20264 #block-6 {
  padding-top: 30px;
}
/* Sustainable Resource Guide */
.genFlex {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.genFlex > * {
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 600px) {
  .genFlex > .col20.to-col50 {
    width: 40%;
  }
  .genFlex {
    flex-wrap: wrap;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  /* background: #869791; */
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.btnGroup {
  flex-wrap: wrap;
  justify-content: center;
}
.btnGroup a {
  width: 400px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
			 * Remove all paddings around the image on small screen
			 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* GLOBAL CLASSES */
#input_5_12 {
  height: 40px;
  /* border-radius: 0; */
}
.image-half,
.flex-row-reverse .image-half {
  border-radius: 7px;
}
@media (min-width: 990px) {
  .image-half {
    border-radius: 0 7px 7px 0;
  }
  .flex-row-reverse .image-half {
    border-radius: 7px 0 0 7px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.department-dropdown-outer {
  max-width: 320px;
}
.news-dropdown,
#field_5_12 .ginput_container_select,
.location-dropdown,
.department-dropdown-outer {
  position: relative;
}
.news-dropdown:after,
#field_5_12 .ginput_container_select:after,
.location-dropdown::after,
.department-dropdown-outer::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}

.arrow-btn,
.arrow-btn.reversed,
.tab-content.active a,
.events-arrow-btn a {
  font-size: 16px;
  text-decoration: underline;
  position: relative;
  margin-top: auto;
  width: fit-content;
  color: #233346;
}
.arrow-btn.reversed {
  padding-left: 25px;
}
.tabs-block.tabs-blue-bg .active a {
    color: #FFFFFF;
}
.tabs-block .arrow-btn {
  color: #233346;
}
.arrow-btn:after,
.tab-content.active a:after,
.events-arrow-btn a:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  width: 15px;
  height: 15px;
  transform: rotate(180deg) translateY(-30%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23233346' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: 0.3s ease all;
}
.arrow-btn:hover::after {
  transform: rotate(180deg) translateY(-30%) translateX(-3px);
}
.arrow-btn.reversed:after {
  transform: rotate(0deg) translateY(3px);
  left: 0;
}
.arrow-btn.reversed:hover::after {
  transform: translateY(3px) translateX(-3px);
}
.events-container {
  position: relative;
}
.nav-prev-next {
  position: absolute;
  bottom: 30px;
  left: 47.5%;
  transform: translateX(-50%);
  display: flex;
  gap: 60px;
}
.nav-previous {
  margin-left: auto;
}
.nav-previous.events-arrow-btn a {
  padding-left: 25px;
}
.nav-previous.events-arrow-btn a:after {
  transform: rotate(0deg) translateY(-30%);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.events-arrow-btn a:after {
  top: inherit;
}

/* .tab-content.active a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
} */
.tabs-block.tabs-navy-bg .arrow-btn:after,
.tabs-block.tabs-blue-bg .arrow-btn:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}

/* CONTACT FORM */

.blue-gradient-bg-color .contact-form .gfield_label,
.blue-gradient-bg-color .contact-form .gfield_required,
.navy-bg-color .contact-form .gfield_label,
.navy-bg-color .contact-form .gfield_required,
.blue-bg-color .contact-form .gfield_label,
.blue-bg-color .contact-form .gfield_required {
  color: #ffffff !important;
}

.white-bg-color .contact-form .gfield_label,
.white-bg-color .contact-form .gfield_required,
.lightBlue-bg-color .contact-form .gfield_label,
.lightBlue-bg-color .contact-form .gfield_required {
  color: #233346 !important;
}

.contact-form .gfield_label,
.contact-form .gfield_required {
  /* color: #ffffff !important; */
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 21px !important;
}


.white-bg-color .contact-form input,
.white-bg-color .contact-form textarea,
.white-bg-color .contact-form select,
.lightBlue-bg-color .contact-form input,
.lightBlue-bg-color .contact-form textarea,
.lightBlue-bg-color .contact-form select {
  border: 1px solid #233346;
  background-color: #e1eaf2;
}

.blue-gradient-bg-color .contact-form input,
.blue-gradient-bg-color .contact-form textarea,
.blue-gradient-bg-color .contact-form select,
.navy-bg-color .contact-form input,
.navy-bg-color .contact-form textarea,
.navy-bg-color .contact-form select,
.blue-bg-color .contact-form input,
.blue-bg-color .contact-form textarea,
.blue-bg-color .contact-form select {
  border: 1px solid #233346;
  background-color: #e1eaf2;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  /* border: 1px solid #ffffff; */
  border-radius: 4px;
  /* background-color: #ffffff; */
}
.contact-form_wrapper .gform_required_legend {
  display: none !important;
}
.contact-form .gform_fields {
  row-gap: 40px !important;
}
.contact-form .gform_button {
  background: #91C6F6;
  color: #233346;
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* AMT Guide Overrides */
.page-id-19454 .has-text-focus-cards .card-grid .card {
  min-width: unset;
}
@media screen and (max-width: 768px) {
  .page-id-19454 .has-text-focus-cards .card-grid {
    grid-auto-flow: unset;
    grid-template-columns: 50fr 50fr;
  }
}

/* ASSESSMENT QUIZES */
.page-id-16496,
.page-id-19435 {
  background: #233346;
}
.quiz_form .gfield--type-quiz {
  margin-bottom: 30px !important;
}
.quiz_form .gfield--type-quiz .gfield_label,
.quiz_form .gfield--type-text .gfield_label,
.quiz_form .gfield_label_before_complex.gform-field-label {
  font-size: 25px !important;
  line-height: 1.3;
  color: #91C6F6;
  position: relative;
  margin-bottom: 18px !important;
  padding-left: 60px !important;
  align-items: center;
  font-weight: 500;
}
.quiz_form .gfield_description {
  font-weight: 600;
  padding: 0px 0px 10px 60px !important;
}
.quiz_form .no_pad .ginput_container,
.quiz_form .gfield--type-text.no_pad .gfield_label,
.quiz_form .no_pad .gfield_label_before_complex.gform-field-label {
  padding-left: 0px !important;
}
.quiz_form .gfield--type-text.no_pad .gfield_label,
.quiz_form .tuck_up .gfield_label,
.quiz_form .no_pad .gfield_label_before_complex.gform-field-label {
  color: #fff;
  font-size: 16px !important;
  margin-bottom: 8px !important;
}
.quiz_form .pad_me_top {
  margin-top: 30px !important;
}
.quiz_form .gfield_label,
.quiz_form .gform-field-label,
.quiz_form .gfield_required {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.quiz_form .gform-field-label--type-sub {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.quiz_form .gfield--type-quiz .gfield_label:before,
.quiz_form .gfield--type-text .gfield_label:before,
.quiz_form .gfield_label_before_complex.gform-field-label:before {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #91C6F6;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
}
#field_11_1 .gfield_label:before,
#field_22_1 .gfield_label:before {
  content: "1";
}
#field_11_2 .gfield_label:before,
#field_22_26 .gfield_label:before {
  content: "2";
}
#field_11_3 .gfield_label:before,
#field_22_3 .gfield_label:before {
  content: "3";
}
#field_11_4 .gfield_label:before,
#field_22_29 .gfield_label:before {
  content: "4";
}
#field_11_5 .gfield_label:before,
#field_22_5 .gfield_label:before {
  content: "5";
}
#field_11_6 .gfield_label:before,
#field_22_7 .gfield_label:before {
  content: "6";
}
#field_11_7 .gfield_label:before,
#field_22_31 .gfield_label:before {
  content: "7";
}
#field_11_8 .gfield_label:before,
#field_22_8 .gfield_label:before {
  content: "8";
}
#field_11_9 .gfield_label:before,
#field_22_9 .gfield_label:before {
  content: "9";
}
#field_11_10 .gfield_label:before,
#field_22_10 .gfield_label:before {
  content: "10";
}
#field_11_11 .gfield_label:before,
#field_22_21 .gfield_label:before {
  content: "11";
}
#field_11_12 .gfield_label:before,
#field_22_22 .gfield_label:before {
  content: "12";
}
#field_22_25 .gfield_label:before {
  content: "13";
}

#gform_wrapper_11 .gform_required_legend,
#gform_wrapper_22 .gform_required_legend {
  display: none;
}
.quiz_form .ginput_container {
  padding-left: 60px;
}

.quiz_form .gchoice,
.quiz_form p {
  color: #fff;
}
.quiz_form h3 {
  color: #91C6F6;
}
.quiz_form .gf_progressbar_title {
  color: #fff;
}
.quiz_form .gform_next_button,
.quiz_form .gform_button,
.quiz_form .gform_previous_button {
  background: #91C6F6;
  color: #233346;
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.quiz_form .gfield_required {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_error label,
.quiz_form .gfield_validation_message {
  color: #f76128 !important;
}
.quiz_form .gfield_validation_message {
  background: rgb(247 97 40 / 32%) !important;
  border: 0px !important;
  margin-left: 60px;
  padding: 10px !important;
  width: 50% !important;
}
@media screen and (max-width: 640px) {
  .quiz_form .gfield_validation_message {
    width: 100% !important;
  }
}
.quiz_form .no_pad .gfield_validation_message {
  margin-left: 0px !important;
}
/* TABS BLOCK */
.tabs-block-section {
  padding: 80px 0;
}
.tabs-block {
  padding: 50px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0 #1f2c3b;
}
/* .tabs-block.tabs-navy-bg,
.tabs-block.tabs-blue-bg,
.tabs-block.tabs-lightBlue-bg {
  box-shadow: 0 1px 10px 0 #1f2c3b;
} */

.tabs-block.tabs-navy-bg h3,
.tabs-block.tabs-navy-bg h5,
.tabs-block.tabs-navy-bg p,
.tabs-block.tabs-blue-bg h3,
.tabs-block.tabs-blue-bg h5,
.tabs-block.tabs-blue-bg p
 {
  color: #fff;
}
.tabs-block-headline h3 {
  margin: 0;
  font-size: 28px;
}
/* .tab-inner {
    display: flex;
    gap: 100px;
} */
.tabs {
  display: none;
}
.tabs-mobile {
  display: block;
}
.tab-title-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tab-title,
.mobile-tab-title {
  width: 100%;
  padding: 30px 0;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
}


.tabs-block.tabs-light-bg .tab-title,
.tabs-block.tabs-light-bg .mobile-tab-title,
.tabs-block.tabs-lightBlue-bg .tab-title,
.tabs-block.tabs-lightBlue-bg .mobile-tab-title {
  border-bottom: 1px solid #233346;
}

.tabs-block.tabs-navy-bg .tab-title,
.tabs-block.tabs-navy-bg .mobile-tab-title,
.tabs-block.tabs-blue-bg .tab-title,
.tabs-block.tabs-blue-bg .mobile-tab-title {
  border-bottom: 1px solid #91c6f6;
}

/* .tabs-block.tabs-lightBlue-bg .tab-title {
  border-bottom: 1px solid #233346;
} */
.tab-title:hover {
  opacity: 1;
}
.mobile-tab.active .mobile-tab-title {
  border: none;
  opacity: 1;
}
.tab-title.active {
  opacity: 1;
}
.tab-title:last-of-type,
.mobile-tab:last-of-type .mobile-tab-title {
  border-bottom: none !important;
}
.tab-title h5,
.tab-title i,
.mobile-tab-title h5 {
  margin: 0;
  cursor: pointer;
}
.tab-title i,
.mobile-tab-title i {
  font-size: 30px;
  font-weight: 300;
  color: #9ba7ae;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.tab-title:hover i,
.tab-title.active i,
.mobile-tab.active .mobile-tab-title i,
.tabs-block.tabs-navy-bg .tab-title:hover i,
.tabs-block.tabs-navy-bg .tab-title.active i,
.tabs-block.tabs-navy-bg .mobile-tab.active .mobile-tab-title i,
.tabs-block.tabs-blue-bg .tab-title:hover i,
.tabs-block.tabs-blue-bg .tab-title.active i,
.tabs-block.tabs-blue-bg .mobile-tab.active .mobile-tab-title i {
  color: #91C6F6;
}
.tabs-block.tabs-lightBlue-bg .tab-title:hover i,
.tabs-block.tabs-lightBlue-bg .tab-title.active i,
.tabs-block.tabs-lightBlue-bg .mobile-tab.active .mobile-tab-title i,
.tabs-block.tabs-light-bg .tab-title:hover i,
.tabs-block.tabs-light-bg .tab-title.active i,
.tabs-block.tabs-light-bg .mobile-tab.active .mobile-tab-title i {
  color: #233346;
}

.tabs-block.tabs-navy-bg .tab-cta,
.tab-cta {
  margin-top: auto;
  width: fit-content;
  padding: 10px 50px;
  background: #91C6F6;
  border-radius: 5px;
  color: #233346;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.tab-cta {
  background: #233346;
  color: white;
}
.tabs-mobile .tab-cta {
  margin-top: 20px;
}
.tab-content-container {
  width: 100%;
  margin-top: 0;
}
.tab-content,
.mobile-tab .tab-content {
  display: none;
}
.tab-content.active,
.mobile-tab.active .tab-content {
  display: block;
  max-width: 440px;
}
.mobile-tab.active .tab-content {
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #91C6F6;
}
.tab-content.active img,
.mobile-tab.active .tab-content img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 1px 9px 0 #0c1927;
}
.tab-content.active h5,
.mobile-tab.active .tab-content h5 {
  font-size: 21px;
  margin: 0;
  padding-top: 10px;
}
.tab-content.active p,
.mobile-tab.active .tab-content p {
  margin: 0;
  padding-top: 20px;
}
.tabs-block.tabs-navy-bg .tab-content.active a,
.tabs-block.tabs-navy-bg .mobile-tab.active .tab-content a {
  color: #fff;
}
.tab-content.active:hover a:after {
  transform: rotate(180deg) translateY(-30%) translateX(-3px);
  transition: 0.3s ease all;
}
.icon-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 25px 0;
}
.icon-column-item {
  display: flex;
  column-gap: 10px;
}
.icon-column-item .icon {
  height: 20px;
  font-size: 21px;
  display: flex;
}
.icon-column-item p {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .tabs-block {
    padding: 60px;
  }
  .tabs-block-headline h3 {
    font-size: 38px;
  }
}

@media screen and (min-width: 992px) {
  .tabs {
    display: flex;
    flex-direction: inherit;
    gap: 110px;
    padding-top: 30px;
  }
  .tab-title-container {
    width: 50%;
  }
  .tab-content-container {
    width: 50%;
    margin-top: -50px;
  }
  .tabs-mobile {
    display: none;
  }
  .icon-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 25px 0;
  }
}

/* POSTS BY CATEGORY */
.posts-by-cat-section {
  padding: 50px 0 100px 0;
}
.posts-by-cat-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.post-card,
.post-card.news {
  padding: 40px 40px;
  border-radius: 8px;
  background: rgb(128, 207, 209, 0.4);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: background-image 2s ease-out;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}
.post-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(142.3deg, #233346 0%, #91C6F6 100%);
  z-index: -1;
  opacity: 0;
  border-radius: 8px;
  transition: opacity 0.3s linear;
}
.post-card:hover,
.post-card:hover:after {
  opacity: 1 !important;
}
.post-card:hover h5,
.post-card:hover p,
.post-card:hover span {
  color: #fff;
}
.post-card:hover span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}
.post-card h5 {
  margin: 0;
  font-size: 21px;
  padding: 50px 0;
}
.post-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #233346;
}
.post-card a {
  margin-top: auto;
}
.posts-by-cat-section .container {
  position: relative;
}
.post-by-cat-view-more {
  position: absolute;
  bottom: -50px;
  font-size: 21px;
  font-weight: 600;
  color: #233346;
  text-decoration: none !important;
}
.post-by-cat-view-more i {
  color: #f7611f;
}
@media screen and (min-width: 768px) {
  .posts-by-cat-section {
    padding: 80px;
  }
}
@media screen and (min-width: 992px) {
  .posts-by-cat-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .post-by-cat-view-more {
    right: 20px;
    top: 0;
    bottom: inherit;
  }
}

/* POST CATEGORY ARCHIVE PAGE */
.post-archive-page {
  padding: 0px 0 100px 0;
}
.post-archive-page-title {
  /* padding-bottom: 50px; */
}
.nav-links {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-direction: row-reverse;
}
.nav-links a {
  font-size: 21px;
  font-weight: 500;
  color: #233346;
  text-decoration: underline;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  position: relative;
}
.nav-links .nav-previous {
  padding-right: 25px;
}
.nav-links .nav-next {
  padding-left: 25px;
}
.nav-links .nav-next:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  transform: translateY(-40%);
  left: 0;
  content: "\f060";
}
.nav-links .nav-previous:after {
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  transform: translateY(-40%);
  right: 0;
  content: "\f061";
}

/* NEWS HEADER */
.news-header-section {
  padding-top: 110px;
  padding-bottom: 60px;
  background-color: #233346;
  background-image: url("https://scmep.org/wp-content/uploads/2023/03/scmep-bg-pattern.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-header-text {
  max-width: 550px;
  width: 100%;
}
.news-header-text h1,
.news-header-text p,
.news-header-filtering strong {
  color: #fff;
}
.news-header-section .wp-block-button__link {
  background-color: #91C6F6 !important;
}
/*Podcast Page Override*/
.category-634 .news-header-text h1:before {
  content: "The Six M's of Manufacturing ";
}
.category-634 .news-header-text {
  max-width: 100%;
}
/* Workforce Development Playbook Override */
.page-id-17706 .news-header-text {
  max-width: 100%;
}
.search-button-container {
  margin-bottom: 0 !important;
}
#search-submit-button {
  background: var(--lightBlue);
  color: var(--navy);
  border-radius: 5px;
  padding: 11px 30px;
}
.page-id-17706 .promo-block {
  padding-bottom: 0px;
  margin-bottom: -100px;
}

/* HERO SLIDER */
.hero-slider-section {
  padding: 50px 0;
}
.hero-slider {
  /* border-bottom: 4px solid #91C6F6; */
  margin-bottom: 80px;
}
.hero-slider .slide-header h1 {
  text-align: center;
  font-size: 38px !important;
  font-weight: bold;
  position: relative;
  z-index: 9;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider .slide-image {
  border-bottom: 4px solid #91C6F6;
}
.hero-slider .slide-image img {
  max-width: 90% !important;
  width: 80%;
  margin: -90px auto 0 auto;
  position: relative;
  z-index: 20;
}
.hero-slider .owl-nav {
  margin-top: -32px !important;
  position: relative;
}
.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
  color: #91C6F6 !important;
  font-size: 25px !important;
}
.hero-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: -15px;
}
.hero-slider .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: -15px;
}
.sub-slider-text {
  padding: 0 15px;
  text-align: center;
}
.sub-slider-text h4 {
  font-size: 21px;
}

@media screen and (min-width: 768px) {
  .hero-slider-section {
    padding: 100px 0;
  }
  .hero-slider .slide-header h1 {
    font-size: 51px !important;
    min-height: 220px;
  }
  .sub-slider-text h4 {
    font-size: 28px;
  }
  .sub-slider-text {
    padding: 0 40px;
  }
  .hero-slider .slide-image img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .hero-slider .slide-header h1 {
    font-size: 71px !important;
  }
}
@media screen and (min-width: 1219px) {
  .hero-slider .slide-header h1 {
    font-size: 86px !important;
  }
}

/* CONTENT GRID */
.content-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  padding: 0 0 50px 0;
}
.content-grid-container .grid-item {
  padding: 50px;
  border-bottom: 1px solid #233346;
}
.content-grid-container .grid-item:last-of-type {
  border: none;
}
.content-grid-container .grid-item h4 {
  text-transform: uppercase;
  color: #2961f0;
  font-weight: 400;
  font-size: 21px;
}
.content-grid-container .grid-item h5 {
  font-size: 21px;
  font-weight: 500;
  color: #233346;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .content-grid-container {
    grid-template-columns: 1fr 1fr;
  }
  .content-grid-container .grid-item:nth-of-type(odd) {
    border-right: 1px solid #233346;
  }
  .content-grid-container .grid-item:nth-last-of-type(2) {
    border-bottom: none;
  }
}

/* SCROLLING STATS */
.stats-container .stat {
  padding: 16px 40px;
  border-radius: 8px;
  margin: 0 20px;
  text-align: center;
  /* background-color: rgb(35, 51, 70, 0.5); */
}
.stats-container .stat.with-icon {
  display: flex;
  align-items: center;
  text-align: left;
}
.stat.with-icon .stat-icon {
  margin-right: 15px;
  flex-shrink: 0;
  width: 60px;
}
.stat.with-icon .stat-icon img {
  width: 100%;
}
.stat-number p {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1;
}
.stat-text p {
  color: #fff;
  margin: 0;
}

/* CONTACT PAGE CONTENT */
.contact-page-columns-container {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 50px;
  padding-bottom: 80px;
  padding-top: 50px;
}
.contact-page-columns-container.half .contact-column-1 {
  width: 50%;
}
.contact-column-2 {
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}
.contact-card {
  padding: 25px;
  border-radius: 10px;
  background-color: #bfe7e7;
}
.contact-card-content .phone-number,
.contact-card-content .address {
  display: flex;
}
.contact-card-content i {
  width: 13px;
  margin-right: 10px;
  padding-top: 5px;
}
.contact-card-content h5 {
  font-size: 21px;
}
.contact-card-content a {
  color: #233346;
}
.contact-page-columns-container.three-quarters .contact-card-content {
  max-width: 250px;
}
.contact-page-columns-container.half .contact-card-content {
  max-width: 350px;
}
.contact-card.mobile {
  position: relative;
}
.contact-card.mobile:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 500;
  right: 20px;
  top: 25px;
  cursor: pointer;
}
.contact-card.mobile h5 {
  cursor: pointer;
}
.contact-card.mobile .phone-number,
.contact-card.mobile .address {
  display: none;
}
.contact-card.mobile .phone-number.active,
.contact-card.mobile .address.active {
  display: flex;
}
@media screen and (min-width: 992px) {
  .contact-page-columns-container {
    display: flex;
    flex-direction: row;
    column-gap: 100px;
    padding-bottom: 80px;
    padding-top: 0;
  }
  .contact-page-columns-container.three-quarters .contact-column-1 {
    width: 75%;
  }
}

/* HOMEPAGE SLIDING BLOCK */
.homepage-sliding-container {
  /* overflow: hidden; */
  padding: 80px 0 50px 0;
  /* margin-left: 3%; */
}
.homepage-sliding-block {
  display: block;
  /* display: flex;
    column-gap: 50px; */
}
.homepage-sliding-col-1 img {
  max-width: 540px;
  width: 100%;
  max-height: 450px;
  height: 100%;
  object-fit: cover;
  object-position: right;
  border-radius: 8px;
}
.homepage-sliding-col-1 {
  min-width: 150px;
}
.homepage-sliding-col-2 .heading {
  max-width: 650px;
  width: 100%;
  padding: 10px 0;
}
.homepage-sliding-col-2 .heading h5 {
  text-transform: uppercase;
}
.homepage-sliding-col-2 .heading h3 {
  font-size: 28px;
}
.homepage-sliding-col-2 .heading.colored-bg h3 {
  color: #ffffff;
}
.homepage-sliding-col-2 .heading.colored-bg h5 {
  color: #91C6F6;
}

/* wrap + clip overflow */
.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* scrolling area */
.slider-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 0;
  min-width: 0;
}

/* each card snap-points and fixed width */
.slider-container .homepage-sliding-card {
  flex: 0 0 380px;
  scroll-snap-align: start;
}

/* arrows */
.slider-arrow {
  display: block;
  border: none;
  padding: 0.5rem;
  font-size: 1.5rem;
  color: #91C6F6;
  background-color: transparent;
  cursor: pointer;
  visibility: hidden;
  z-index: 10;
}

.slider-arrow.visible {
  visibility: visible;
}
.cta-and-nav {
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin-top: 20px; /* tweak spacing */
}

/* push arrows to the far right */
.slider-nav-buttons {
  margin-left: auto;
  display: flex;
  gap: 12px;
  padding-top: 40px;
}

.homepage-sliding-card {
  text-align: center;
  background-color: #0c1927;
  border-radius: 8px;
  flex: 0 0 380px;
  display: flex;
  font-size: 21px;
}
.homepage-sliding-card.layout-icon-on-top {
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  padding: 20px;
}
.homepage-sliding-card.layout-icon-on-top .homepage-sliding-card-icon img {
  width: 40px;
}
/* icon on left */
.homepage-sliding-card.layout-icon-on-left {
  flex-direction: row;
  text-align: left;
  align-items: center;
  column-gap: 16px;
  padding: 40px;
}
.homepage-sliding-card.layout-icon-on-left .homepage-sliding-card-icon img {
  width: 80px;
}
.homepage-sliding-card.layout-icon-on-left .homepage-sliding-card-description {
  flex: 1;
  margin: 0;
}
.homepage-sliding-card p {
  color: #fff;
}
.homepage-sliding-cta {
  padding-top: 20px;
}
.homepage-sliding-cta a {
  background-color: #91C6F6;
  color: #0c1927;
  padding: 10px 40px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .homepage-sliding-block {
    display: flex;
    column-gap: 50px;
  }
  .homepage-sliding-block.no-image {
    column-gap: 0px;
  }
  .homepage-sliding-container {
    /* overflow: hidden; */
    padding-left: 3%;
  }
  .homepage-sliding-col-1,
  .homepage-sliding-col-2 {
    width: 50%;
  }
  .homepage-sliding-col-2 .heading h3 {
    font-size: 38px;
  }
  .homepage-sliding-card {
    /* min-width: 220px; */
  }
}
@media screen and (max-width: 1219px) {
  .homepage-sliding-container.no-image {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-sliding-col-1.no-image {
    display: none;
  }
  .homepage-sliding-col-2.no-image {
    width: 100%;
  }
}
@media screen and (min-width: 1220px) {
  .homepage-sliding-container {
    padding: 50px 0 100px 0;
  }
  .homepage-sliding-block {
    /* display: flex;
        column-gap: 50px; */
    transform: translateX(180px);
    padding: 80px 20px 0 20px;
    transition: transform 0.5s ease-in-out;
  }
  .homepage-sliding-block.slide {
    transform: translateX(1px) !important;
    transition: transform 0.5s ease-in-out;
  }
  .homepage-sliding-col-2 .heading {
    max-width: 450px;
    width: 100%;
  }
  .homepage-sliding-col-1,
  .homepage-sliding-col-2 {
    width: inherit;
  }
}

/* ICON COLUMNS SHORTCODE */
.icon-columns-row {
  display: block;
}
.icon-item i {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .icon-columns-row {
    display: flex;
  }
  .icon-columns-row .column {
    width: 50%;
  }
}

/* NAVIGATION TABS AND BASIC TABS */
.navigation-tabs-section {
  padding: 80px 0;
}
.basic-tabs-section {
  /* padding: 0 0 80px 0; */
}
.basic-tabs-titles {
  border-radius: 7px;
  overflow: hidden;
}
.navigation-tabs-container {
  display: block;
  width: 100%;
}
.basic-tabs-content.active {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 40px;
  row-gap: 30px;
}
.basic-tabs-content {
  display: none;
}
.basic-tabs-titles a {
  color: var(--navy);
}
.navigation-tabs-container.Teal .navigation-tab-item,
.basic-tabs-titles a.teal {
  background-color: #91C6F6;
}
.navigation-tabs-container.Teal .navigation-tab-item.active,
.basic-tabs-titles a.teal.active {
  background-color: #70a3a8;
}
.navigation-tabs-container.Navy .navigation-tab-item,
.basic-tabs-titles a.navy {
  background-color: rgb(35, 51, 70);
  color: #fff;
}
.navigation-tabs-container.Navy .navigation-tab-item.active,
.basic-tabs-titles a.navy.active {
  background-color: rgb(70, 102, 142);
}
.navigation-tabs-container.blue .navigation-tab-item,
.basic-tabs-titles a.blue {
  background-color: rgb(145, 198, 246);
}
.navigation-tabs-container.blue .navigation-tab-item.active,
.basic-tabs-titles a.blue.active {
  background-color: rgb(58, 116, 168);
}
.navigation-tabs-container.White {
  border: 1px solid #233346;
  border-radius: 8px;
}
.navigation-tabs-container.White .navigation-tab-item,
.basic-tabs-titles a.white {
  background-color: #ffffff;
}
.navigation-tabs-container.White .navigation-tab-item.active,
.basic-tabs-titles a.white.active {
  background-color: rgb(35, 51, 70);
}
.navigation-tabs-container.None .navigation-tab-item,
.basic-tabs-titles a.none {
  background-color: none;
}
.navigation-tabs-container.White .navigation-tab-item.active h5,
.navigation-tabs-container.Peach .navigation-tab-item.active h5,
.navigation-tabs-container.Navy .navigation-tab-item h5,
.navigation-tabs-container.Navy .navigation-tab-item.active h5,
.navigation-tabs-container.Teal .navigation-tab-item.active h5,
.basic-tabs-titles a.active {
  color: #ffffff;
}

.navigation-tab-item {
  padding: 20px 70px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 7px;
  border-bottom: 1px solid #41556d;
}
.basic-tabs-titles a {
  position: relative;
  border-bottom: 1px solid #41556d;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-weight: var(--semibold);
}
.basic-tabs-title-item {
  cursor: pointer;
}
.navigation-tab-item h5 {
  margin: 0;
}
.navigation-tab-item:last-of-type,
.basic-tabs-titles a:last-of-type {
  border-bottom: none;
}
.navigation-tab-item:last-of-type:after,
.basic-tabs-titles a:last-of-type:after {
  display: none;
}
.basic-tabs-image img {
  border-radius: 7px;
  box-shadow: 0 1px 9px 0 #233346;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .navigation-tabs-container {
    display: flex;
    justify-content: center;
  }
  .basic-tabs-titles {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .basic-tabs-content.active {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
  .basic-tabs-content.no-image.active {
    grid-template-columns: 1fr;
  }
  .navigation-tab-item:after,
  .basic-tabs-titles a:after {
    content: "";
    display: block;
    width: 1px;
    height: 75%;
    background-color: #70a3a8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .basic-tabs-titles a.blue:after {
    background-color: #233346;
  }
  .basic-tabs-titles a:last-of-type:after {
    display: none;
  }
  .navigation-tab-item,
  .basic-tabs-titles a {
    border-radius: 0 0 0 0;
    border-bottom: none;
  }
  .navigation-tab-item:first-of-type,
  .basic-tabs-titles a:first-of-type {
    border-radius: 7px 0 0 7px !important;
  }

  .navigation-tab-item:last-of-type,
  .basic-tabs-titles a:last-of-type {
    border-radius: 0 7px 7px 0 !important;
  }
}

/* BASIC FORM EMBED */
.basic-form-embed {
  padding: 80px 0;
}
.basic-form-embed .gfield_label {
  font-weight: 400 !important;
}
.basic-form-embed.white .gfield_label,
.basic-form-embed.white .gfield_required {
  color: #233346 !important;
}
.basic-form-embed .gfield_label,
.basic-form-embed .gfield_required {
  color: #fff !important;
}
.basic-form-embed .gform_required_legend {
  display: none;
}
.basic-form-embed.white .gform_button,
.basic-form-embed .gform_button {
  background-color: #91C6F6;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px;
}
.basic-form-embed.white .gform_button {
  background-color: #233346;
}
.basic-form-embed.white .gform_button {
  color: var(--lightBlue);
}
.basic-form-embed .gform_button {
  color: var(--navy);
}
.basic-form-embed h3 {
  color: #fff;
}
.basic-form-embed.white h3 {
  color: #233346;
}

/* BACKGROUND LINES */
.orange-line-bg-color,
.blue-line-bg-color {
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
}
.orange-line-bg-color.top-right:after,
.orange-line-bg-color.top-left:after,
.orange-line-bg-color.bottom-right:after,
.orange-line-bg-color.bottom-left:after,
.blue-line-bg-color.top-right:after,
.blue-line-bg-color.top-left:after,
.blue-line-bg-color.bottom-right:after,
.blue-line-bg-color.bottom-left:after {
  position: absolute;
  content: "";
  width: 380px;
  height: 80px;
  border: 25px solid;
  z-index: -1;
}
.orange-line-bg-color.top-right:after,
.orange-line-bg-color.top-left:after,
.orange-line-bg-color.bottom-right:after,
.orange-line-bg-color.bottom-left:after {
  color: #f7611f73;
}
.blue-line-bg-color.top-right:after,
.blue-line-bg-color.top-left:after,
.blue-line-bg-color.bottom-right:after,
.blue-line-bg-color.bottom-left:after {
  color: rgb(128, 207, 209, 0.46);
}
.orange-line-bg-color.bottom-left:after,
.blue-line-bg-color.bottom-left:after {
  bottom: 0;
  left: -150px;
  transform: rotate(45deg);
}
.orange-line-bg-color.bottom-right:after,
.blue-line-bg-color.bottom-right:after {
  bottom: 0;
  right: -150px;
  transform: rotate(-45deg);
}
.orange-line-bg-color.top-right:after,
.blue-line-bg-color.top-right:after {
  top: 0;
  right: -150px;
  transform: rotate(45deg);
}
.orange-line-bg-color.top-left:after,
.blue-line-bg-color.top-left:after {
  top: 0;
  left: -150px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .orange-line-bg-color.top-right:after,
  .orange-line-bg-color.top-left:after,
  .orange-line-bg-color.bottom-right:after,
  .orange-line-bg-color.bottom-left:after,
  .blue-line-bg-color.top-right:after,
  .blue-line-bg-color.top-left:after,
  .blue-line-bg-color.bottom-right:after,
  .blue-line-bg-color.bottom-left:after {
    width: 650px;
    height: 120px;
    border: 35px solid;
  }
}

/* TEAM MEMBER POPUP */
.mfp-container {
  height: auto;
}
.mfp-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.team-member-content,
.white-popup-block {
  max-width: 1065px;
  padding: 30px 20px;
  margin: 40px 10px;
  background: white;
  position: relative;
  border-radius: 10px;
}

.team-member-content .row {
  display: block;
}
.team-member-content .col-12.col-sm-4 {
  max-width: 100% !important;
}
.team-image-and-icon {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.team-member-content .team-icons {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-direction: column;
}
.team-member-content .team-icons.desktop-icons {
  display: none;
}
.team-member-content .team-icons i {
  color: #233346;
  font-size: 20px;
}
.team-member-content h4 {
  /* color: #f7611f; */
  margin: 20px 0 5px 0;
}
/* .team-member-content h5 {
    display: none;
} */
.team-member-content img {
  max-height: 163px;
  max-width: 163px;
  border-radius: 7px;
  box-shadow: 0 1px 9px 0 rgba(106, 106, 106, 0.5);
  object-fit: cover;
  object-position: top;
}
/* .team-member-content .row ul {
  list-style: none;
  padding-top: 10px;
}
.team-member-content .row ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.team-member-content .row ul li:before {
  position: absolute;
  content: "\e122";
  font-family: "Font Awesome 6 Pro";
  font-size: 21px;
  left: -20px;
} */
.mfp-close {
  top: 10px;
  right: 10px;
}
.mfp-close:active {
  top: 10px;
  right: 10px;
}
.mfp-close-btn-in .mfp-close {
  font-size: 40px;
  color: #233346;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .team-member-content {
    margin: 50px;
    padding: 50px;
  }
  .team-member-content .row {
    display: flex;
  }
  .team-member-content .team-icons {
    position: absolute;
    flex-direction: row;
    bottom: -140px;
    display: none;
  }
  .team-member-content .team-icons.desktop-icons {
    display: flex;
    position: relative;
    flex-direction: column;
    bottom: inherit;
  }
  .team-member-content .team-icons.desktop-icons a {
    display: flex;
    align-items: center;
  }
  .team-member-content .team-icons.desktop-icons a i {
    flex-shrink: 0;
    margin-right: 15px;
  }
  .team-member-content img {
    max-width: 263px;
    max-height: 263px;
  }
  .team-member-content h4 {
    margin: 10px 0 0 0;
  }
  .team-member-content h5 {
    display: block;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #B0C7DC;
  }
  .team-member-content .col-12.col-sm-4 {
    max-width: 33% !important;
  }
  .team-image-and-icon {
    position: relative;
  }
}

/* GRADIENTS */
.orange-blue-gradient-bg-color {
  background: #233346
    radial-gradient(circle, rgba(112, 163, 168, 0.146) 0%, rgba(35, 51, 70));
}
.orange-blue-gradient-orange {
  background: radial-gradient(
    circle closest-side,
    rgb(247, 97, 31, 0.8),
    #23334600
  );
  position: absolute;
  max-height: 1100px;
  height: 100%;
  max-width: 1100px;
  width: 100%;
  top: -550px;
  left: -350px;
  /*z-index: 0;*/
}
.orange-blue-gradient-blue {
  background: radial-gradient(
    circle closest-side,
    rgb(128, 207, 209, 0.8),
    #23334600
  );
  position: absolute;
  max-height: 1100px;
  height: 100%;
  max-width: 1100px;
  width: 100%;
  top: -400px;
  right: -250px;
  /*z-index: -1;*/
}
.orange-blue-gradient-blue-bottom {
  background: radial-gradient(
    closest-side,
    rgba(112, 163, 168, 0.755),
    #23334600
  );
  position: absolute;
  max-height: 1100px;
  height: 100%;
  max-width: 1100px;
  width: 100%;
  bottom: -250px;
  right: -200px;
  pointer-events: none;
}

.blue-gradient-bg-color {
  background: linear-gradient(180deg, #3A74A8 2%, #233346 100%);
}
.light-blue-gradient-top {
  background: radial-gradient(
    closest-side,
    rgba(128, 207, 209, 0.4),
    #23334600
  );
  position: absolute;
  max-height: 1100px;
  height: 100%;
  max-width: 1100px;
  width: 100%;
  top: -150px;
  left: -250px;
  z-index: -1;
}
.light-blue-gradient-bottom {
  background: radial-gradient(
    closest-side,
    rgba(128, 207, 209, 0.4),
    #23334600
  );
  position: absolute;
  max-height: 1100px;
  height: 100%;
  max-width: 1100px;
  width: 100%;
  bottom: -100px;
  right: -500px;
  pointer-events: none;
}
.light-blue-gradient-bottom.gradient-adjust {
  bottom: 450px;
}
@media screen and (max-width: 550px) {
  .orange-blue-gradient-orange {
    left: -125px;
    top: -370px;
    background: radial-gradient(
      circle closest-side,
      rgb(247, 97, 31, 0.6),
      #23334600
    );
  }
  .orange-blue-gradient-blue {
    right: -125px;
    top: -370px;
    background: radial-gradient(
      circle closest-side,
      rgb(112, 163, 168, 0.6),
      #23334600
    );
  }
  .orange-blue-gradient-blue-bottom {
    right: -150px !important;
    bottom: 0;
  }
  .light-blue-gradient-top {
    width: 1000px;
    left: -350px;
    top: -350px;
  }
  .light-blue-gradient-bottom {
    width: 1000px;
    right: -350px;
    bottom: 450px;
    z-index: -1;
  }
}

/* VIDEO GALLERY */
.video-gallery-block {
  padding: 100px 0 200px 0;
}
.video-gallery-title {
  display: block;
  padding-bottom: 30px;
}
.video-gallery-title a {
  margin-top: 10px;
}
.video-gallery-title h2 {
  margin-bottom: 20px;
}
.video-gallery-container {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 35px;
}
/* .main-video {
    max-width: 940px;
    max-height: 530px;
    height: 100% !important;
} */
.main-video img {
  display: none;
}
.main-video iframe {
  display: block;
  width: 100%;
}
.video-gallery-column {
  gap: 20px;
  display: flex;
  padding-top: 20px;
  overflow-x: scroll;
}
.video-gallery-column iframe,
.video-gallery-column h4,
.video-gallery-column p {
  display: none;
}
.main-video h4 {
  padding-top: 20px;
}
.main-video p {
  max-width: 650px;
}
.video-gallery-column img {
  width: 170px;
  max-width: inherit;
  height: 110px;
  object-fit: cover;
  cursor: pointer;
}
.video-item::after {
  content: "";
  background-image: url("./library/img/youtube.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-item {
  height: 110px;
  /* width: 170px; */
  position: relative;
}
@media screen and (min-width: 992px) {
  .video-gallery-container {
    grid-template-columns: 1fr 0.2fr;
  }
  .video-gallery-column {
    flex-direction: column;
    padding-top: 0;
    overflow-x: inherit;
  }
  .main-video iframe {
    height: 100%;
  }
  .video-gallery-title {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .video-gallery-title a {
    margin-left: auto;
    margin-top: 0;
    margin-right: 35px;
  }
  .video-gallery-title h2 {
    margin-bottom: 0;
  }
}

/* SINGLE POST */
.single-post-hero,
.success-stories-hero {
  display: flex;
  background: #233346;
  position: relative;
}
.single-post-hero {
  padding-bottom: 50px;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
.single-post-hero-orange-gradient {
  background: radial-gradient(
    circle closest-side,
    rgb(250, 168, 26, 0.5),
    #23334600
  );
  position: absolute;
  max-height: 1100px;
  height: 300%;
  max-width: 1100px;
  width: 400%;
  top: -550px;
  left: -476px;
}
.single-post-hero-blue-gradient {
  background: radial-gradient(
    circle closest-side,
    rgb(112, 163, 168, 0.8),
    #23334600
  );
  position: absolute;
  max-height: 1100px;
  height: 300%;
  max-width: 1100px;
  width: 400%;
  top: -660px;
  right: -476px;
}
.main-post-content {
  display: block;
}
.main-post-content .post-blockqoute {
  display: none;
}
.main-post-content.success-story .post-blockqoute {
  display: block;
  background: linear-gradient(
    146deg,
    rgb(128, 207, 209, 0.4) 0%,
    rgb(41, 97, 240, 0.4) 100%
  );
  padding: 40px;
  border-radius: 7px;
  height: fit-content;
}
.success-stories-hero {
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 51, 70, 0.7);
  z-index: 1;
}

.single-post-hero h1,
.success-stories-hero h1 {
  color: #fff;
  font-size: 35px;
  z-index: 99;
  position: relative;
}

.single-post-hero h1 {
  padding-top: 40px;
}

.success-stories-hero h4 {
  color: #fff;
  font-size: 18px;
  z-index: 99;
  position: relative;
}

.single-post-hero p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.single-post-hero a {
  color: #91C6F6;
  font-size: 16px;
  text-decoration: underline;
  padding-left: 25px;
  position: relative;
  margin-bottom: auto;
}

.single-post-hero a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2380CFD1' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.success-stats {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

.success-stats .stat .stat-number {
  color: #91C6F6;
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
  z-index: 99;
  position: relative;
  margin-bottom: 0;
}

.success-stats .stat .stat-detail {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  z-index: 99;
  position: relative;
}

.post-content {
  padding-top: 60px;
  padding-bottom: 100px;
}

.post-content a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}

.blog-post-share {
  display: flex;
  margin-bottom: 100px;
}

.blog-post-share p {
  color: #233346;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.blog-post-share a {
  margin-left: 15px;
}

.blog-post-share svg {
  width: 20px;
  height: 20px;
}

.related-articles-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

.related-articles-inner .related-article {
  padding: 30px;
  background: #ccecec;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.related-articles-inner .related-article h5 {
  color: #233346;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  text-transform: inherit;
  padding: 40px 0;
}
.related-articles-inner .related-article p {
  color: #233346;
  font-weight: 600;
  text-transform: uppercase;
}

.related-articles-inner .related-article a {
  margin-top: auto;
  color: #233346;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  width: fit-content;
}

.related-articles-inner .related-article a:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  width: 15px;
  height: 15px;
  transform: rotate(180deg) translateY(-30%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23233346' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.related-articles-view-more {
  display: block;
  width: fit-content;
  margin: 50px auto;
  background: #233346;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}

.main-content table {
  overflow-x: scroll;
  display: flex;
}
.main-content tr {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
.main-content tbody {
  display: flex;
}

@media screen and (min-width: 768px) {
  .main-content table {
    display: block;
  }
  .main-content tbody {
    display: block;
  }
  .main-content tr {
    display: block;
    gap: 10px;
  }
  .single-post-hero h1,
  .success-stories-hero h1 {
    font-size: 50px;
  }

  .single-post-hero {
    padding-top: 20px;
  }

  .single-post-hero h1 {
    padding-top: 80px;
  }

  .success-stats {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .success-stories-hero {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }

  .success-stories-hero h4 {
    font-size: 21px;
  }

  .success-stats-container {
    padding-top: 30px;
  }

  .single-post-hero p {
    font-size: 21px;
  }
}

@media screen and (min-width: 992px) {
  .related-articles-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .main-post-content.success-story {
    display: flex;
    column-gap: 50px;
  }
  .main-post-content.success-story .main-content {
    width: 65%;
  }
  .success-story .post-blockqoute {
    width: 35%;
  }
}

@media screen and (min-width: 1200px) {
  .single-post-hero h1 {
    font-size: 66px;
  }
}

/* PAY INVOICE PAGE */
.woocommerce-page div.product div.summary {
  width: 100% !important;
  float: none !important;
  text-align: center;
}
.woocommerce-product-gallery {
  display: none;
}
.cart .quantity,
.cart .single_add_to_cart_button {
  float: none !important;
}
.cart .quantity {
  margin-bottom: 10px !important;
}
.postid-13945 .single-post-hero a,
.postid-13945 .single-post-hero p,
.postid-13945 .blog-post-share,
.postid-13945 .related-articles {
  display: none;
}
.postid-13945 .single-post-hero h1 {
  padding: 80px 0;
  text-align: center;
}
.postid-13945 .woocommerce-product-details__short-description p {
  text-align: left !important;
}
/* below code is hiding the coupon field on cart and checkout pages page */
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  display: none;
}
.woocommerce-info {
  display: none;
}
/* .postid-13945 .post-content {
  padding: 50px 0 80px 0;
} */

/* CART PAGE */
.woocommerce-cart-form {
  padding-top: 40px;
}

/* CHECKOUT PAGE */
.woocommerce-checkout-payment {
  margin-bottom: 40px;
}
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order,
.woocommerce-checkout h3 {
  /* max-width: 1140px !important; */
  width: 100% !important;
  margin: 0 auto;
}
.woocommerce-checkout .col2-set {
  padding: 40px 0;
}
.woocommerce-checkout-review-order,
.woocommerce-checkout h3 {
  padding: 0;
}
.woocommerce-additional-fields {
  padding: 40px 0 0 0;
}
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  max-width: 100%;
  width: 100% !important;
  padding: 0;
}

/* MY ACCOUNT PAGE */
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  padding: 50px 0 80px 0;
}
.woocommerce-MyAccount-navigation li {
  margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation li a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 21px;
}
.woocommerce-MyAccount-navigation li a,
.woocommerce-MyAccount-content {
  color: #233346;
}
.woocommerce-MyAccount-navigation-link::marker {
  color: #233346 !important;
}

/* SEARCH RESULTS PAGE*/
.search-results-nav {
  display: flex;
  margin: auto;
  justify-content: center;
  padding: 0 0 80px 0;
}
.page-header.search-results {
  padding: 80px 0 50px 0;
}
.page-header.search-results .page-title {
  padding-top: 25px;
}

/* ARCHIVE PAGE */
.posts-by-cat-inner.archive {
  padding-top: 80px;
}

/* GLOBAL HEADER SEARCH INPUT */
#header-search {
  align-items: center;
  display: flex;
  margin-right: 15px;
  position: relative;
}
#search-trigger {
  color: #fff;
  cursor: pointer;
  align-items: center;
  display: flex;
}
.header-Light #search-trigger,
.header- #search-trigger {
  color: #233346;
}
input.global-search {
  height: 30px;
  margin: auto 0 auto 30px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  width: 0;
  padding: 0;
  transition: 0.3s ease all;
}
input.global-search.active {
  width: 200px;
  border: 1px solid #9a9a9a;
  padding-left: 15px;
  transition: 0.3s ease all;
}
#global-search-submit {
  color: #233346;
  cursor: pointer;
  position: absolute;
  right: 20px;
  display: none;
  transition: 0.3s ease all;
}
#global-search-submit.active {
  display: block;
  transition: 0.3s ease all;
}

/* GLOBAL SEARCH */
.global-search-card {
  padding: 55px 0;
  border-bottom: 1px solid var(--lightBlue);
}
.global-search-card:first-of-type {
  padding-top: 0;
}
.global-search-title-cat {
  display: flex;
  align-items: center;
}
.global-search-title-cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-search-title-cat li,
.global-search-card-page {
  margin: 0;
  padding: 3px 10px;
  background: var(--lightBlue);
  border-radius: 4px;
}
.global-search-title-cat h3 {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .global-search-card {
    padding: 35px 0;
  }
  .global-search-title-cat {
    display: block;
  }
  .global-search-title-cat h3 {
    font-size: 24px;
    margin: 10px 0 0 0;
  }
  .global-search-title-cat li,
  .global-search-card-page {
    width: fit-content;
  }
}

/* =============================
   BUSINESS LIST SHORTCODE UI
   ============================= */
.business-list {
  padding: 40px 0;
}

.business-controls {
  margin-bottom: 20px;
}
.business-controls label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #233346;
}
.business-controls .business-search,
.business-controls .business-sort {
  width: 100%;
  padding: 12px;
  border: 2px solid #005776;
  border-radius: 4px;
  background: #fff;
}
.business-controls .button {
  margin-top: 15px;
  background: #233346;
  color: #fff;
  border: 0;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 600;
}

/* Grid + Cards */
.business-grid {
  /* rows built via columns; zero gap so borders touch */
  margin-left: -15px;
  margin-right: -15px;
}
.business-card {
  padding-left: 15px;
  padding-right: 15px;
}
.business-card-inner {
  text-align: center;
  padding: 30px 20px;
}
.business-title {
  margin: 0 0 8px 0;
  font-size: 24px;
  line-height: 1.3;
  color: #0c1927;
  font-weight: 600;
}
.business-location {
  margin: 0;
  color: #233346;
}

/* Add top/left borders to start the grid frame */
.business-grid .business-card {
  border-bottom: 1px solid rgba(35, 51, 70, 0.2);
}

/* Pagination */
.business-pagination {
  margin-top: 30px;
  text-align: center;
}
.business-pagination .page-numbers {
  display: inline-flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.business-pagination .page-numbers li a,
.business-pagination .page-numbers li span,
.business-pagination a.page-numbers,
.business-pagination span.page-numbers {
  display: inline-block;
  min-width: 36px;
  padding: 8px 12px;
  border: 1px solid #cfd8e3;
  border-radius: 4px;
  color: #233346;
  text-decoration: none;
  font-weight: 600;
}
.business-pagination .page-numbers .current,
.business-pagination span.page-numbers.current {
  background: #233346;
  color: #fff;
  border-color: #233346;
}

/* BUSINESS PRIMARY CONTACT */
.business-primary-contact-title {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
.business-contact-details {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.business-contact-details p {
  font-size: 14px;
}



/* Responsive tweaks to resemble the 3-column grid on desktop */
@media screen and (min-width: 768px) {
  .business-grid .business-card:last-of-type {
    border-bottom: none;
  }
  /* last 3 cards get no bottom border */
  .business-grid .business-card:nth-last-child(-n + 3) {
    border-bottom: none;
  }
  .business-grid .business-card:nth-child(3n + 1),
  .business-grid .business-card:nth-child(3n + 2) {
    border-right: 1px solid #ddd;
  }
}
/* FAQ Block */
.faq-body {
}

/* FAQ block - clickable questions that toggle answers */
.faq-block {
  padding: 40px 0;
}

.faq-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--lightBlue);
}

.faq-item:last-of-type {
  border-bottom: none;
}

/* Headings */
.faq-item h3 {
  margin: 0;
}

/* Button reset + styling */
.faq-question {
  all: unset; /* reset default button styles */
  display: block;
  width: calc(100% - 28px);
  text-align: left;
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  color: inherit;
  transition: color 0.2s ease;
}

.faq-question:hover,
.faq-question:focus {
  color: var(--lightBlue);
  outline: none;
}

/* Caret icon */
.faq-question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23233346' d='M207.029 381.476L12.686 187.132c-16.982-16.982-16.982-44.549 0-61.531 16.982-16.982 44.549-16.982 61.531 0L224 275.383l149.783-149.782c16.982-16.982 44.549-16.982 61.531 0 16.982 16.982 16.982 44.549 0 61.531L240.971 381.476c-16.982 16.981-44.549 16.981-61.531 0z'/%3E%3C/svg%3E");
}

/* Rotate caret when open */
.faq-item.open .faq-question::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Answer transition */
.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 1000px; /* large enough to fit content */
}

.faq-answer p {
  margin-top: 10px;
}
