@charset "UTF-8";
/**
 * Critical Styles
 *
 * Critical styles for the theme.
 *
 * @package		McMorgan & Company
 * @subpackage	Theme Styles
 *
 * @since	1.0.0
 */
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*! McMorgan & Company Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * Sass Functions
 *
 * Sass functions used during compilation.
 *
 * @package		McMorgan & Company
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
/*! McMorgan & Company Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * General Mixins
 *
 * General mixins useful for any theme.
 *
 * @package		McMorgan & Company
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
/**
 * Breakpoint Mixins
 *
 * Breakpoint variables, mixins and styles for the theme.
 *
 * @package		McMorgan & Company
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
#theme-breakpoint {
  height: 0;
  width: 1px;
}
@media (min-width: 1315px) and (max-width: 1640px) {
  #theme-breakpoint {
    height: 1px;
  }
}
@media (min-width: 1154px) and (max-width: 1314px) {
  #theme-breakpoint {
    height: 2px;
  }
}
@media (min-width: 993px) and (max-width: 1153px) {
  #theme-breakpoint {
    height: 3px;
  }
}
@media (min-width: 783px) and (max-width: 992px) {
  #theme-breakpoint {
    height: 4px;
  }
}
@media (min-width: 769px) and (max-width: 782px) {
  #theme-breakpoint {
    height: 5px;
  }
}
@media (min-width: 625px) and (max-width: 768px) {
  #theme-breakpoint {
    height: 6px;
  }
}
@media (min-width: 481px) and (max-width: 624px) {
  #theme-breakpoint {
    height: 7px;
  }
}
@media (min-width: 391px) and (max-width: 480px) {
  #theme-breakpoint {
    height: 8px;
  }
}
@media (max-width: 390px) {
  #theme-breakpoint {
    height: 9px;
  }
}

/*! McMorgan & Company Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * Theme Colors
 *
 * Color variables for the theme.
 *
 * @package		McMorgan & Company
 * @subpackage	Style Includes
 *
 * @since	1.0.0
 */
/**
 * Font Styles
 *
 * Font styles for the theme.
 *
 * @package		McMorgan & Company
 * @subpackage	Style Includes
 *
 * @since	1.0.0
 */
/**
 * Theme Mixins
 *
 * Mixins specific to the theme.
 *
 * @package		McMorgan & Company
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
/**
 * Animation Styles
 *
 * Animation styles for the theme.
 *
 * @package		McMorgan & Company
 * @subpackage	Style Includes
 *
 * @since	1.0.0
 */
@keyframes mmc-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mmc-spinning {
  0% {
    transform: rotate(0deg);
    transform-style: preserve-3d;
  }
  100% {
    transform: rotate(360deg);
    transform-style: preserve-3d;
  }
}
/**
 * Theme Classes
 *
 * Classes for theme elements.
 *
 * @package		McMorgan & Company
 * @subpackage	General Styles
 *
 * @since	1.0.0
 */
.mmc-button,
.nav-links a.page-numbers {
  border-radius: 0.25em;
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #154734;
  border: 1px solid #154734;
  color: white;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-weight: 500;
  overflow: hidden;
  padding: 0.5625em 1em;
  vertical-align: middle;
}
.mmc-button:focus, .mmc-button:hover,
.nav-links a.page-numbers:focus,
.nav-links a.page-numbers:hover {
  background-color: #002918;
  border-color: #002918;
  outline: 0;
  text-decoration: none;
}
.mmc-button[disabled], .mmc-button.mmc-disabled,
.nav-links a.page-numbers[disabled],
.nav-links a.page-numbers.mmc-disabled {
  background-color: #c9c9c9 !important;
  color: #454545 !important;
  cursor: not-allowed;
}
.mmc-button.mmc-button-arrow svg,
.nav-links a.page-numbers.mmc-button-arrow svg {
  height: 0.625em;
  margin: 0 0 0.125em 0.5em;
  vertical-align: middle;
  width: 1.0625em;
}
.mmc-button.mmc-button-reverse,
.nav-links a.page-numbers.mmc-button-reverse {
  background-color: transparent;
  border-color: #154734;
  color: #154734;
}
.mmc-button.mmc-button-reverse:focus, .mmc-button.mmc-button-reverse:hover,
.nav-links a.page-numbers.mmc-button-reverse:focus,
.nav-links a.page-numbers.mmc-button-reverse:hover {
  background-color: #154734;
  color: white;
}
.mmc-button.mmc-button-smaller,
.nav-links a.page-numbers.mmc-button-smaller {
  font-size: 0.9em;
}
.mmc-button.mmc-button-white,
.nav-links a.page-numbers.mmc-button-white {
  background-color: white;
  border-color: #b6b6b6;
  color: black;
}
.mmc-button.mmc-button-white:focus, .mmc-button.mmc-button-white:hover,
.nav-links a.page-numbers.mmc-button-white:focus,
.nav-links a.page-numbers.mmc-button-white:hover {
  background-color: #b6b6b6;
}

.mmc-align-center {
  align-items: center;
}
.mmc-clear {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: -1px;
}
.mmc-disabled {
  cursor: default;
}
.mmc-disabled > a {
  cursor: default;
}
.mmc-fill {
  flex-grow: 1;
}
.mmc-flip {
  transform: rotate(180deg);
  transform-style: preserve-3d;
  display: inline-block;
  vertical-align: middle;
}
.mmc-font-weight-normal {
  font-weight: normal;
}
.mmc-font-weight-semibold {
  font-weight: 600;
}
.mmc-hidden {
  display: none;
}
.mmc-list-leaded > li:not(:first-child), ol .mmc-list-leaded > li:first-child, ul .mmc-list-leaded > li:first-child {
  padding-top: 0.5em;
}
.mmc-list-spaced > li:not(:first-child), ol .mmc-list-spaced > li:first-child, ul .mmc-list-spaced > li:first-child {
  padding-top: 1em;
}
.mmc-no-shrink {
  flex-shrink: 0;
}
.mmc-no-wrap {
  flex-wrap: nowrap;
}
.mmc-text-accent {
  color: #154734;
}
.mmc-text-center {
  text-align: center;
}
.mmc-text-large {
  font-size: 1.25em;
  line-height: inherit;
}
.mmc-text-left {
  text-align: left;
}
.mmc-text-right {
  text-align: right;
}
.mmc-video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.mmc-video-wrapper > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mmc-screen-reader-text,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		McMorgan & Company
 * @subpackage	General Styles
 *
 * @since	1.0.0
 */
a:not(.mmc-button) {
  color: #154734;
}

a:not(.mmc-button):hover,
li:hover > a:not(.mmc-button) {
  color: #002918;
}

a {
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.mmc-disabled {
  cursor: default;
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
}
blockquote span[style*="font:"],
blockquote span[style*="font-size:"],
h1 span[style*="font:"],
h1 span[style*="font-size:"],
h2 span[style*="font:"],
h2 span[style*="font-size:"],
h3 span[style*="font:"],
h3 span[style*="font-size:"],
h4 span[style*="font:"],
h4 span[style*="font-size:"],
h5 span[style*="font:"],
h5 span[style*="font-size:"],
h6 span[style*="font:"],
h6 span[style*="font-size:"],
li span[style*="font:"],
li span[style*="font-size:"],
ol span[style*="font:"],
ol span[style*="font-size:"],
p span[style*="font:"],
p span[style*="font-size:"],
ul span[style*="font:"],
ul span[style*="font-size:"] {
  display: inline-block;
  line-height: 1.375em;
}
blockquote span[style*="font:"]:first-child:last-child,
blockquote span[style*="font-size:"]:first-child:last-child,
h1 span[style*="font:"]:first-child:last-child,
h1 span[style*="font-size:"]:first-child:last-child,
h2 span[style*="font:"]:first-child:last-child,
h2 span[style*="font-size:"]:first-child:last-child,
h3 span[style*="font:"]:first-child:last-child,
h3 span[style*="font-size:"]:first-child:last-child,
h4 span[style*="font:"]:first-child:last-child,
h4 span[style*="font-size:"]:first-child:last-child,
h5 span[style*="font:"]:first-child:last-child,
h5 span[style*="font-size:"]:first-child:last-child,
h6 span[style*="font:"]:first-child:last-child,
h6 span[style*="font-size:"]:first-child:last-child,
li span[style*="font:"]:first-child:last-child,
li span[style*="font-size:"]:first-child:last-child,
ol span[style*="font:"]:first-child:last-child,
ol span[style*="font-size:"]:first-child:last-child,
p span[style*="font:"]:first-child:last-child,
p span[style*="font-size:"]:first-child:last-child,
ul span[style*="font:"]:first-child:last-child,
ul span[style*="font-size:"]:first-child:last-child {
  vertical-align: top;
}

blockquote,
ol,
p,
ul {
  margin-bottom: 1em;
}
blockquote.mmc-margin-double,
ol.mmc-margin-double,
p.mmc-margin-double,
ul.mmc-margin-double {
  margin-bottom: 2em;
}
blockquote.mmc-margin-half,
ol.mmc-margin-half,
p.mmc-margin-half,
ul.mmc-margin-half {
  margin-bottom: 0.5em;
}
blockquote:last-child, blockquote.mmc-margin-none,
ol:last-child,
ol.mmc-margin-none,
p:last-child,
p.mmc-margin-none,
ul:last-child,
ul.mmc-margin-none {
  margin-bottom: 0;
}

blockquote {
  border-left: 0.125em solid #154734;
  padding-left: 1.5em;
}

canvas,
img,
.wp-caption {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
canvas.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  canvas.aligncenter,
  img.aligncenter,
  .wp-caption.aligncenter {
    margin-right: 0 auto 1rem;
  }
}
canvas.aligncenter:last-child,
img.aligncenter:last-child,
.wp-caption.aligncenter:last-child {
  margin-bottom: 0;
}
canvas.alignleft, canvas.alignright,
img.alignleft,
img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
  box-sizing: border-box;
  box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  display: block;
  margin-bottom: 1.75rem;
  margin-top: 0.25rem;
  max-width: 50%;
}
@media (max-width: 768px) {
  canvas.alignleft.mmc-always-float, canvas.alignright.mmc-always-float,
  img.alignleft.mmc-always-float,
  img.alignright.mmc-always-float,
  .wp-caption.alignleft.mmc-always-float,
  .wp-caption.alignright.mmc-always-float {
    margin-bottom: 1rem;
  }
  canvas.alignleft:not(.mmc-always-float), canvas.alignright:not(.mmc-always-float),
  img.alignleft:not(.mmc-always-float),
  img.alignright:not(.mmc-always-float),
  .wp-caption.alignleft:not(.mmc-always-float),
  .wp-caption.alignright:not(.mmc-always-float) {
    float: none;
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
canvas.alignleft,
img.alignleft,
.wp-caption.alignleft {
  clear: left;
  float: left;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  canvas.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    margin-right: 1rem;
  }
}
canvas.alignmiddle,
img.alignmiddle,
.wp-caption.alignmiddle {
  vertical-align: middle;
}
canvas.alignright,
img.alignright,
.wp-caption.alignright {
  clear: right;
  float: right;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  canvas.alignright,
  img.alignright,
  .wp-caption.alignright {
    margin-left: 1rem;
  }
}

img[src$=".svg"]:not([height]), img[src$=".webp"]:not([height]) {
  height: auto;
  width: revert-layer;
}
img[src$=".svg"]:not([width]), img[src$=".webp"]:not([width]) {
  height: revert-layer;
  width: auto;
}

.wp-caption {
  font-size: 0.875em;
  font-style: italic;
  text-align: center;
}
.wp-caption canvas,
.wp-caption img {
  width: 100%;
}
.wp-caption-text {
  font-size: 0.875em;
  font-style: italic;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mmc-faux-h1,
.mmc-faux-h2,
.mmc-faux-h3,
.mmc-faux-h4,
.mmc-faux-h5,
.mmc-faux-h6 {
  font-family: "Libre Franklin", serif;
  font-weight: inherit;
}

h1,
h2,
.mmc-faux-h1,
.mmc-faux-h2 {
  font-size: 3.125em;
  line-height: 1em;
  margin-bottom: 0.32em;
}
h1.mmc-margin-double,
h2.mmc-margin-double,
.mmc-faux-h1.mmc-margin-double,
.mmc-faux-h2.mmc-margin-double {
  margin-bottom: 0.64em;
}
h1.mmc-margin-half,
h2.mmc-margin-half,
.mmc-faux-h1.mmc-margin-half,
.mmc-faux-h2.mmc-margin-half {
  margin-bottom: 0.16em;
}
h1:last-child, h1.mmc-margin-none,
h2:last-child,
h2.mmc-margin-none,
.mmc-faux-h1:last-child,
.mmc-faux-h1.mmc-margin-none,
.mmc-faux-h2:last-child,
.mmc-faux-h2.mmc-margin-none {
  margin-bottom: 0;
}

h3,
.mmc-faux-h3 {
  font-size: 2.6875em;
  line-height: 1.05859375em;
  margin-bottom: 0.3720930233em;
}
h3.mmc-margin-double,
.mmc-faux-h3.mmc-margin-double {
  margin-bottom: 0.7441860465em;
}
h3.mmc-margin-half,
.mmc-faux-h3.mmc-margin-half {
  margin-bottom: 0.1860465116em;
}
h3:last-child, h3.mmc-margin-none,
.mmc-faux-h3:last-child,
.mmc-faux-h3.mmc-margin-none {
  margin-bottom: 0;
}

h4,
.mmc-faux-h4 {
  font-size: 2.1875em;
  line-height: 1.15234375em;
  margin-bottom: 0.4571428571em;
}
h4.mmc-margin-double,
.mmc-faux-h4.mmc-margin-double {
  margin-bottom: 0.9142857143em;
}
h4.mmc-margin-half,
.mmc-faux-h4.mmc-margin-half {
  margin-bottom: 0.2285714286em;
}
h4:last-child, h4.mmc-margin-none,
.mmc-faux-h4:last-child,
.mmc-faux-h4.mmc-margin-none {
  margin-bottom: 0;
}

h5,
.mmc-faux-h5 {
  font-size: 1.8125em;
  line-height: 1.22265625em;
  margin-bottom: 0.5517241379em;
}
h5.mmc-margin-double,
.mmc-faux-h5.mmc-margin-double {
  margin-bottom: 1.1034482759em;
}
h5.mmc-margin-half,
.mmc-faux-h5.mmc-margin-half {
  margin-bottom: 0.275862069em;
}
h5:last-child, h5.mmc-margin-none,
.mmc-faux-h5:last-child,
.mmc-faux-h5.mmc-margin-none {
  margin-bottom: 0;
}

h6,
.mmc-faux-h6 {
  font-size: 1.5em;
  line-height: 1.28125em;
  margin-bottom: 0.6666666667em;
}
h6.mmc-margin-double,
.mmc-faux-h6.mmc-margin-double {
  margin-bottom: 1.3333333333em;
}
h6.mmc-margin-half,
.mmc-faux-h6.mmc-margin-half {
  margin-bottom: 0.3333333333em;
}
h6:last-child, h6.mmc-margin-none,
.mmc-faux-h6:last-child,
.mmc-faux-h6.mmc-margin-none {
  margin-bottom: 0;
}

hr {
  background-color: transparent;
  border: 0;
  border-top: 0.0625em solid #000000;
  color: transparent;
  height: 0;
  margin: 2em auto;
  overflow: hidden;
}
hr:first-child {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}

li,
p {
  line-height: 1.375em;
}

small {
  font-size: 0.875em;
}

/**
 * General Styles
 *
 * Styles for general theme elements.
 *
 * @package		McMorgan & Company
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
html {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

body {
  background-color: white;
  font-size: 16px;
}

#theme-loader::before {
  animation: mmc-spinning 1s linear 0s infinite normal both;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.375em solid rgba(21, 71, 52, 0.25);
  border-top-color: #154734;
  content: "";
  display: block;
  height: 3em;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  position: absolute;
  top: 50%;
  width: 3em;
}

#theme-wrapper {
  background-color: black;
  min-width: 300px;
  overflow: hidden;
}

body.elementor-editor-active #theme-wrapper {
  padding-top: 0;
}

#theme-scroll-offset {
  box-sizing: border-box;
}
#theme-scroll-offset::before, #theme-scroll-offset::after {
  content: "";
  display: table;
}
#theme-scroll-offset::after {
  clear: both;
}
#theme-scroll-offset {
  margin: 0 auto;
}
#theme-scroll-offset:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  #theme-scroll-offset {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.5em 2em 1.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  #theme-scroll-offset {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.21875em 1.5em 1.21875em;
  }
}
@media (max-width: 624px) {
  #theme-scroll-offset {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0.9375em 1em 0.9375em;
  }
}

#theme-scripts {
  bottom: 200%;
  height: 1px;
  position: absolute;
  right: 200%;
  width: 1px;
  z-index: 99998;
}

#wpadminbar {
  box-sizing: border-box;
  position: fixed !important;
}

/**
 * Header Styles
 *
 * Styles for the theme header.
 *
 * @package		McMorgan & Company
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-header {
  box-sizing: border-box;
  left: 0;
  min-width: 300px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

body.mmc-scrolled #theme-header {
  margin-top: -8.875em;
  position: fixed;
}

body:not(.mmc-scrolled) #theme-header {
  margin-top: 0 !important;
}

@media (min-width: 783px) {
  body.admin-bar #theme-header {
    top: 32px;
  }
}
@media (max-width: 782px) {
  body.admin-bar #theme-header {
    top: 46px;
  }
}

body.elementor-editor-active #theme-header {
  position: absolute;
}

#theme-header-inner a:not(.mmc-button) {
  color: white;
}
#theme-header-inner a:not(.mmc-button):hover,
#theme-header-inner li:hover > a:not(.mmc-button) {
  color: #d9d9d9;
}
#theme-header-inner a:not(.mmc-button).mmc-active,
#theme-header-inner li.mmc-active > a:not(.mmc-button) {
  color: #d9d9d9;
}
#theme-header-inner {
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
#theme-header-inner > header {
  box-sizing: border-box;
}
#theme-header-inner > header::before, #theme-header-inner > header::after {
  content: "";
  display: table;
}
#theme-header-inner > header::after {
  clear: both;
}
#theme-header-inner > header {
  margin: 0 auto;
}
#theme-header-inner > header:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  #theme-header-inner > header {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1em 2em 1em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  #theme-header-inner > header {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0.8125em 1.5em 0.8125em;
  }
}
@media (max-width: 624px) {
  #theme-header-inner > header {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0.625em 1em 0.625em;
  }
}
#theme-header-inner > header {
  position: relative;
}
@media (min-width: 889px) {
  #theme-header-inner > header > div {
    height: 4.875em;
  }
  #theme-header-inner > header > div > div {
    transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    clear: both;
    overflow: hidden;
    padding: 0 1em;
  }
  #theme-header-inner:hover > header > div > div {
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
  }
  #theme-header-inner:hover > header > div > div a:not(.mmc-button) {
    color: #154734;
  }
  #theme-header-inner:hover > header > div > div a:not(.mmc-button):hover,
  #theme-header-inner:hover > header > div > div li:hover > a:not(.mmc-button) {
    color: #002918;
  }
  #theme-header-inner:hover > header > div > div a:not(.mmc-button).mmc-active,
  #theme-header-inner:hover > header > div > div li.mmc-active > a:not(.mmc-button) {
    color: #000000;
  }
  #theme-header-inner:hover > header > div > div {
    background-color: white;
  }
}

body.mmc-header-background #theme-header-inner:not(:hover) {
  background-color: rgba(21, 71, 52, 0.8);
}

body.mmc-scrolled #theme-header-inner:not(:hover) {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
}
body.mmc-scrolled #theme-header-inner:not(:hover) a:not(.mmc-button) {
  color: #154734;
}
body.mmc-scrolled #theme-header-inner:not(:hover) a:not(.mmc-button):hover,
body.mmc-scrolled #theme-header-inner:not(:hover) li:hover > a:not(.mmc-button) {
  color: #002918;
}
body.mmc-scrolled #theme-header-inner:not(:hover) a:not(.mmc-button).mmc-active,
body.mmc-scrolled #theme-header-inner:not(:hover) li.mmc-active > a:not(.mmc-button) {
  color: #000000;
}
body.mmc-scrolled #theme-header-inner:not(:hover) {
  background-color: white;
}

#theme-logo {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: block;
  float: left;
  margin-right: -1em;
}
@media (min-width: 889px) {
  #theme-logo {
    margin-left: -0.5em;
  }
}
@media (max-width: 888px) {
  #theme-logo {
    margin-left: -1em;
  }
}
#theme-logo:hover {
  opacity: 0.75;
}
#theme-logo > a {
  display: block;
  padding: 1em;
  position: relative;
}
#theme-logo > a > img {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: block;
  height: 2.875em;
  opacity: 0;
  vertical-align: top;
  width: auto;
}
#theme-logo > a > img:last-child:not(:first-child) {
  left: 0;
  padding: 1em;
  position: absolute;
  top: 0;
}

body:not(.mmc-scrolled) #theme-header-inner:not(:hover) #theme-logo > a > img:first-child {
  opacity: 1;
}

body.mmc-scrolled #theme-logo > a > img:last-child {
  opacity: 1;
}

@media (min-width: 889px) {
  #theme-header-inner:hover #theme-logo > a > img:last-child {
    opacity: 1;
  }
}
/**
 * Navigation Styles
 *
 * Styles for the theme navigation.
 *
 * @package		McMorgan & Company
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-navigation {
  float: right;
}

#theme-main-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#theme-main-menu li {
  padding: 0;
}
#theme-main-menu li a {
  display: block;
}
#theme-main-menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#theme-main-menu {
  clear: both;
  font-size: 1.125em;
  padding-top: 0.6666666667em;
}
@media (min-width: 889px) {
  #theme-main-menu {
    margin-right: -0.5em;
  }
}
@media (max-width: 888px) {
  #theme-main-menu {
    display: none;
    margin-right: -1em;
  }
}
#theme-main-menu li {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: relative;
}
#theme-main-menu li.mmc-footer-only {
  display: none;
}
#theme-main-menu li a:hover {
  text-decoration: none;
}
#theme-main-menu li ul {
  display: none;
  overflow: visible !important;
  padding-bottom: 1.125em;
  width: 1px;
}
#theme-main-menu li ul ul {
  display: none;
}
#theme-main-menu li ul > li > a {
  padding: 0.375em 1em;
  white-space: nowrap;
}
#theme-main-menu li ul > li > a > svg {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: 0.625em;
  margin: 0 0 0.125em 0.5em;
  opacity: 0;
  vertical-align: middle;
  width: 1.0625em;
}
#theme-main-menu li ul > li > a:hover {
  font-weight: 500;
}
#theme-main-menu li ul > li > a:hover > svg {
  opacity: 1;
}
#theme-main-menu > li {
  float: left;
  vertical-align: top;
}
#theme-main-menu > li > a {
  font-weight: bold;
  line-height: 1em;
  padding: 1em;
}
#theme-main-menu > li > a > svg {
  display: inline-block;
  height: 0.3888888889em;
  margin-left: 0.3333333333em;
  vertical-align: middle;
  width: 0.5555555556em;
}

/**
 * Mobile Menu Styles
 *
 * Styles for the theme mobile menu.
 *
 * @package		McMorgan & Company
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-mobile-menu-toggle {
  box-sizing: border-box;
  cursor: pointer;
  float: right;
  margin-right: -1em;
  overflow: hidden;
  padding: 2.1875em 1em;
}
@media (min-width: 889px) {
  #theme-mobile-menu-toggle {
    display: none;
  }
}
#theme-mobile-menu-toggle > div {
  height: 1.5em;
  position: relative;
  width: 2.25em;
}
#theme-mobile-menu-toggle > div > span {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: white;
  height: 0.125em;
  left: 0;
  position: absolute;
  width: 100%;
}
#theme-mobile-menu-toggle > div > span:first-child {
  top: 0;
}
#theme-mobile-menu-toggle > div > span:last-child {
  bottom: 0;
}
#theme-mobile-menu-toggle > div > span:not(:first-child):not(:last-child) {
  top: 50%;
  margin-top: -0.0625em;
}
#theme-mobile-menu-toggle:hover > div > span {
  background-color: #d9d9d9;
}
#theme-mobile-menu-toggle.mmc-open > div > span {
  background-color: #b6b6b6 !important;
}
#theme-mobile-menu-toggle.mmc-open > div > span:first-child {
  height: 0;
  margin-top: -0.125em;
  opacity: 0;
}
#theme-mobile-menu-toggle.mmc-open > div > span:nth-child(2) {
  transform: rotate(45deg);
  transform-style: preserve-3d;
}
#theme-mobile-menu-toggle.mmc-open > div > span:nth-last-child(2) {
  transform: rotate(-45deg);
  transform-style: preserve-3d;
}
#theme-mobile-menu-toggle.mmc-open > div > span:last-child {
  height: 0;
  margin-top: 0.125em;
  opacity: 0;
}

body.mmc-scrolled #theme-mobile-menu-toggle > div > span {
  background-color: #154734;
}
body.mmc-scrolled #theme-mobile-menu-toggle:hover > div > span {
  background-color: #002918;
}
body.mmc-scrolled #theme-mobile-menu-toggle.mmc-open > div > span {
  background-color: black !important;
}

#theme-mobile-menu {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
  top: calc(50% + 1.5em);
  width: calc(100% - 2em);
}
#theme-mobile-menu a:not(.mmc-button) {
  color: #154734;
}
#theme-mobile-menu a:not(.mmc-button):hover,
#theme-mobile-menu li:hover > a:not(.mmc-button) {
  color: #002918;
}
#theme-mobile-menu a:not(.mmc-button).mmc-active,
#theme-mobile-menu li.mmc-active > a:not(.mmc-button) {
  color: black;
}
#theme-mobile-menu {
  background-color: white;
  display: none;
  font-size: 1.25em;
  max-width: 390px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  text-align: center;
}
@media (min-width: 889px) {
  #theme-mobile-menu {
    display: none !important;
  }
}
@media (min-width: 625px) {
  #theme-mobile-menu {
    right: 1.25em;
  }
}
@media (max-width: 624px) {
  #theme-mobile-menu {
    right: 1em;
  }
}
#theme-mobile-menu > div {
  position: relative;
  top: 0;
  width: 100%;
}
#theme-mobile-menu > div ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#theme-mobile-menu > div ul li {
  padding: 0;
}
#theme-mobile-menu > div ul li a {
  display: block;
}
#theme-mobile-menu > div ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#theme-mobile-menu > div ul {
  padding: 0.5em 0;
}
#theme-mobile-menu > div ul li {
  position: relative;
}
#theme-mobile-menu > div ul li.mmc-footer-only {
  display: none;
}
#theme-mobile-menu > div ul a {
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 0.25em 1.5em;
  position: relative;
  z-index: 1;
}
#theme-mobile-menu > div ul a:hover {
  background-color: #d9d9d9;
  text-decoration: none;
}
#theme-mobile-menu > div ul a svg {
  display: none;
}
#theme-mobile-menu > div ul ul {
  display: none;
}
#theme-mobile-menu > div ul > li.menu-item-has-children > a::after,
#theme-mobile-menu > div ul > li.mmc-parent-menu > a::before {
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
  margin: -0.3333333333em 0 0.0333333333em;
  vertical-align: bottom;
}
#theme-mobile-menu > div ul > li.menu-item-has-children > a::after {
  content: "›";
  margin-left: 0.125em;
}
#theme-mobile-menu > div ul > li.mmc-parent-menu > a {
  cursor: pointer;
}
#theme-mobile-menu > div ul > li.mmc-parent-menu > a::before {
  content: "‹";
  margin-right: 0.125em;
}
#theme-mobile-menu > div ul > li.mmc-parent-menu-item > a {
  font-weight: bold;
}
#theme-mobile-menu > div:first-child a {
  font-weight: bold;
}

/**
 * Content Styles
 *
 * Styles for content elements.
 *
 * @package		McMorgan & Company
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-content {
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: white;
}
#theme-content .mmc-simple-content {
  margin: 0 auto;
  max-width: 992px;
}
#theme-content .mmc-simple-content h1,
#theme-content .mmc-simple-content h2 {
  color: #154734;
  font-weight: bold;
  margin-bottom: 0.64em;
}

body.mmc-scroll-locked #theme-content {
  opacity: 0.5;
  pointer-events: none;
}

.mmc-container {
  background: white none no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.mmc-container.mmc-container-gray {
  background-color: #eaeaea;
}
.mmc-container.mmc-container-gray h1 {
  color: #154734;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: 0.5rem;
}
.mmc-container > .mmc-container-inner {
  box-sizing: border-box;
}
.mmc-container > .mmc-container-inner::before, .mmc-container > .mmc-container-inner::after {
  content: "";
  display: table;
}
.mmc-container > .mmc-container-inner::after {
  clear: both;
}
.mmc-container > .mmc-container-inner {
  margin: 0 auto;
}
.mmc-container > .mmc-container-inner:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .mmc-container > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 4em 2em 4em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .mmc-container > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 3.25em 1.5em 3.25em;
  }
}
@media (max-width: 624px) {
  .mmc-container > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.5em 1em 2.5em;
  }
}
.mmc-container > .mmc-container-inner {
  position: relative;
  z-index: 1;
}
.mmc-container > .mmc-container-inner article {
  margin: 0 auto;
}
@media (min-width: 993px) {
  .mmc-container.mmc-padding-bottom-half > .mmc-container-inner {
    margin-bottom: 0em;
    padding-bottom: 2em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .mmc-container.mmc-padding-bottom-half > .mmc-container-inner {
    margin-bottom: 0em;
    padding-bottom: 1.625em;
  }
}
@media (max-width: 624px) {
  .mmc-container.mmc-padding-bottom-half > .mmc-container-inner {
    margin-bottom: 0em;
    padding-bottom: 1.25em;
  }
}
@media (min-width: 993px) {
  .mmc-container.mmc-padding-bottom-none > .mmc-container-inner {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .mmc-container.mmc-padding-bottom-none > .mmc-container-inner {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (max-width: 624px) {
  .mmc-container.mmc-padding-bottom-none > .mmc-container-inner {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 993px) {
  .mmc-container.mmc-padding-top-half > .mmc-container-inner {
    margin-top: 0em;
    padding-top: 2em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .mmc-container.mmc-padding-top-half > .mmc-container-inner {
    margin-top: 0em;
    padding-top: 1.625em;
  }
}
@media (max-width: 624px) {
  .mmc-container.mmc-padding-top-half > .mmc-container-inner {
    margin-top: 0em;
    padding-top: 1.25em;
  }
}
@media (min-width: 993px) {
  .mmc-container.mmc-padding-top-none > .mmc-container-inner {
    margin-top: 0em;
    padding-top: 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .mmc-container.mmc-padding-top-none > .mmc-container-inner {
    margin-top: 0em;
    padding-top: 0em;
  }
}
@media (max-width: 624px) {
  .mmc-container.mmc-padding-top-none > .mmc-container-inner {
    margin-top: 0em;
    padding-top: 0em;
  }
}
.mmc-container.mmc-padding-vertical-half > .mmc-container-inner {
  box-sizing: border-box;
}
.mmc-container.mmc-padding-vertical-half > .mmc-container-inner::before, .mmc-container.mmc-padding-vertical-half > .mmc-container-inner::after {
  content: "";
  display: table;
}
.mmc-container.mmc-padding-vertical-half > .mmc-container-inner::after {
  clear: both;
}
.mmc-container.mmc-padding-vertical-half > .mmc-container-inner {
  margin: 0 auto;
}
.mmc-container.mmc-padding-vertical-half > .mmc-container-inner:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .mmc-container.mmc-padding-vertical-half > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2em 2em 2em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .mmc-container.mmc-padding-vertical-half > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.625em 1.5em 1.625em;
  }
}
@media (max-width: 624px) {
  .mmc-container.mmc-padding-vertical-half > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.25em 1em 1.25em;
  }
}
.mmc-container.mmc-padding-vertical-none > .mmc-container-inner {
  box-sizing: border-box;
}
.mmc-container.mmc-padding-vertical-none > .mmc-container-inner::before, .mmc-container.mmc-padding-vertical-none > .mmc-container-inner::after {
  content: "";
  display: table;
}
.mmc-container.mmc-padding-vertical-none > .mmc-container-inner::after {
  clear: both;
}
.mmc-container.mmc-padding-vertical-none > .mmc-container-inner {
  margin: 0 auto;
}
.mmc-container.mmc-padding-vertical-none > .mmc-container-inner:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .mmc-container.mmc-padding-vertical-none > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 2em 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .mmc-container.mmc-padding-vertical-none > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1.5em 0em;
  }
}
@media (max-width: 624px) {
  .mmc-container.mmc-padding-vertical-none > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1em 0em;
  }
}

body:not(.elementor-editor-active) #theme-content > main > .mmc-container:first-child,
body:not(.elementor-editor-active) #theme-content > main > article:first-child > .elementor > .e-con:first-child {
  padding-top: 2em;
}

/**
 * Hero Styles
 *
 * Styles for the hero section.
 *
 * @package		McMorgan & Company
 * @subpackage	Section Styles
 *
 * @since	1.0.0
 */
#theme-hero {
  background-color: #154734;
  color: white;
  padding-top: 8.875em;
}
#theme-hero-spacer {
  height: 0;
}
@media (min-width: 769px) {
  #theme-hero-spacer {
    padding-bottom: 30.4%;
  }
}
@media (max-width: 768px) {
  #theme-hero-spacer {
    padding-bottom: 60.8%;
  }
}
#theme-hero-spacer-wrapper {
  margin: 0 auto;
  max-width: 1250px;
}
#theme-hero > img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
#theme-hero > .mmc-container-inner {
  box-sizing: border-box;
}
#theme-hero > .mmc-container-inner::before, #theme-hero > .mmc-container-inner::after {
  content: "";
  display: table;
}
#theme-hero > .mmc-container-inner::after {
  clear: both;
}
#theme-hero > .mmc-container-inner {
  margin: 0 auto;
}
#theme-hero > .mmc-container-inner:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  #theme-hero > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 12em 2em 12em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  #theme-hero > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 9.75em 1.5em 9.75em;
  }
}
@media (max-width: 624px) {
  #theme-hero > .mmc-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 7.5em 1em 7.5em;
  }
}
#theme-hero > .mmc-container-inner h1 {
  font-size: 3.75em;
  line-height: 1em;
  margin-bottom: 0.2666666667em;
}
#theme-hero > .mmc-container-inner h1.mmc-margin-double {
  margin-bottom: 0.5333333333em;
}
#theme-hero > .mmc-container-inner h1.mmc-margin-half {
  margin-bottom: 0.1333333333em;
}
#theme-hero > .mmc-container-inner h1:last-child, #theme-hero > .mmc-container-inner h1.mmc-margin-none {
  margin-bottom: 0;
}
#theme-hero > .mmc-container-inner h1 {
  color: white;
  font-weight: bold;
  padding: 0 3.2%;
}

/**
 * Elementor Styles
 *
 * Styles for the Elementor plugin.
 *
 * @package		McMorgan & Company
 * @subpackage	Plugin Styles
 *
 * @since	1.0.0
 */
.elementor-element {
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  --padding-top: 0;
}
.elementor > .e-con,
.elementor > .elementor-section-wrap > .e-con {
  box-sizing: border-box;
}
.elementor > .e-con::before, .elementor > .e-con::after,
.elementor > .elementor-section-wrap > .e-con::before,
.elementor > .elementor-section-wrap > .e-con::after {
  content: "";
  display: table;
}
.elementor > .e-con::after,
.elementor > .elementor-section-wrap > .e-con::after {
  clear: both;
}
.elementor > .e-con,
.elementor > .elementor-section-wrap > .e-con {
  margin: 0 auto;
}
.elementor > .e-con:not(.e-con),
.elementor > .elementor-section-wrap > .e-con:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .elementor > .e-con,
  .elementor > .elementor-section-wrap > .e-con {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 4em 2em 4em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con,
  .elementor > .elementor-section-wrap > .e-con {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 3.25em 1.5em 3.25em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con,
  .elementor > .elementor-section-wrap > .e-con {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.5em 1em 2.5em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.mmc-padding-bottom-double,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-bottom-double {
    margin-bottom: 0em;
    padding-bottom: 8em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.mmc-padding-bottom-double,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-bottom-double {
    margin-bottom: 0em;
    padding-bottom: 6.5em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.mmc-padding-bottom-double,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-bottom-double {
    margin-bottom: 0em;
    padding-bottom: 5em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.mmc-padding-bottom-half,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-bottom-half {
    margin-bottom: 0em;
    padding-bottom: 2em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.mmc-padding-bottom-half,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-bottom-half {
    margin-bottom: 0em;
    padding-bottom: 1.625em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.mmc-padding-bottom-half,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-bottom-half {
    margin-bottom: 0em;
    padding-bottom: 1.25em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.mmc-padding-bottom-none,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-bottom-none {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.mmc-padding-bottom-none,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-bottom-none {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.mmc-padding-bottom-none,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-bottom-none {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.mmc-padding-top-double,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-top-double {
    margin-top: 0em;
    padding-top: 8em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.mmc-padding-top-double,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-top-double {
    margin-top: 0em;
    padding-top: 6.5em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.mmc-padding-top-double,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-top-double {
    margin-top: 0em;
    padding-top: 5em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.mmc-padding-top-half,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-top-half {
    margin-top: 0em;
    padding-top: 2em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.mmc-padding-top-half,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-top-half {
    margin-top: 0em;
    padding-top: 1.625em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.mmc-padding-top-half,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-top-half {
    margin-top: 0em;
    padding-top: 1.25em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.mmc-padding-top-none,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-top-none {
    margin-top: 0em;
    padding-top: 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.mmc-padding-top-none,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-top-none {
    margin-top: 0em;
    padding-top: 0em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.mmc-padding-top-none,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-top-none {
    margin-top: 0em;
    padding-top: 0em;
  }
}
.elementor > .e-con.mmc-padding-vertical-double,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-double {
  box-sizing: border-box;
}
.elementor > .e-con.mmc-padding-vertical-double::before, .elementor > .e-con.mmc-padding-vertical-double::after,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-double::before,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-double::after {
  content: "";
  display: table;
}
.elementor > .e-con.mmc-padding-vertical-double::after,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-double::after {
  clear: both;
}
.elementor > .e-con.mmc-padding-vertical-double,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-double {
  margin: 0 auto;
}
.elementor > .e-con.mmc-padding-vertical-double:not(.e-con),
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-double:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .elementor > .e-con.mmc-padding-vertical-double,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-double {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 8em 2em 8em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.mmc-padding-vertical-double,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-double {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 6.5em 1.5em 6.5em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.mmc-padding-vertical-double,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-double {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 5em 1em 5em;
  }
}
.elementor > .e-con.mmc-padding-vertical-half,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-half {
  box-sizing: border-box;
}
.elementor > .e-con.mmc-padding-vertical-half::before, .elementor > .e-con.mmc-padding-vertical-half::after,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-half::before,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-half::after {
  content: "";
  display: table;
}
.elementor > .e-con.mmc-padding-vertical-half::after,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-half::after {
  clear: both;
}
.elementor > .e-con.mmc-padding-vertical-half,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-half {
  margin: 0 auto;
}
.elementor > .e-con.mmc-padding-vertical-half:not(.e-con),
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-half:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .elementor > .e-con.mmc-padding-vertical-half,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-half {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2em 2em 2em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.mmc-padding-vertical-half,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-half {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.625em 1.5em 1.625em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.mmc-padding-vertical-half,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-half {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.25em 1em 1.25em;
  }
}
.elementor > .e-con.mmc-padding-vertical-none,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-none {
  box-sizing: border-box;
}
.elementor > .e-con.mmc-padding-vertical-none::before, .elementor > .e-con.mmc-padding-vertical-none::after,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-none::before,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-none::after {
  content: "";
  display: table;
}
.elementor > .e-con.mmc-padding-vertical-none::after,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-none::after {
  clear: both;
}
.elementor > .e-con.mmc-padding-vertical-none,
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-none {
  margin: 0 auto;
}
.elementor > .e-con.mmc-padding-vertical-none:not(.e-con),
.elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-none:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .elementor > .e-con.mmc-padding-vertical-none,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-none {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 2em 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.mmc-padding-vertical-none,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-none {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1.5em 0em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.mmc-padding-vertical-none,
  .elementor > .elementor-section-wrap > .e-con.mmc-padding-vertical-none {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1em 0em;
  }
}
.elementor > .e-con > .e-con-inner,
.elementor > .elementor-section-wrap > .e-con > .e-con-inner {
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  --padding-top: 0;
}
@media (max-width: 992px) {
  .elementor .elementor-widget-heading.mmc-remove-br br, .elementor .elementor-widget-text-editor.mmc-remove-br br {
    display: inline-block;
  }
}
.elementor .elementor-widget-google_maps .elementor-custom-embed {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.elementor .elementor-widget-google_maps .elementor-custom-embed > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.elementor .elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.elementor .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  font-family: "Libre Franklin", serif;
  position: relative;
  z-index: 1;
}
@media (min-width: 993px) {
  .elementor .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-header {
    max-width: 45%;
  }
}
.elementor .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
  border-radius: 0.25em;
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: 1px solid #154734;
  height: 2.875em;
  width: 2.875em;
}
.elementor .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon > span {
  transform: translateX(50%) translateY(50%);
  bottom: 50%;
  position: absolute;
  right: 50%;
}
.elementor .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon > span > svg {
  fill: none !important;
}
.elementor .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon {
  background-color: white;
}
.elementor .elementor-widget-n-accordion .e-n-accordion-item .e-con .elementor-widget-image:last-child:not(:first-child) {
  transition: margin-bottom 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, margin-top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  margin-bottom: -3.875em;
  margin-top: 0;
  opacity: 0;
}
.elementor .elementor-widget-n-accordion .e-n-accordion-item.mmc-open .e-con .elementor-widget-image:last-child:not(:first-child) {
  margin-bottom: 0;
  margin-top: -3.875em;
  opacity: 1;
}

#theme-content {
  /**
   * Font Styles
   *
   * Font styles for the theme.
   *
   * @package		McMorgan & Company
   * @subpackage	Style Includes
   *
   * @since	1.0.0
   */
  /**
   * Content Element Styles
   *
   * Content element styles for the theme.
   *
   * @package		McMorgan & Company
   * @subpackage	General Styles
   *
   * @since	1.0.0
   */
}
#theme-content ol,
#theme-content ul {
  padding-left: 1.5em;
}
#theme-content ol ol {
  list-style-type: lower-alpha;
}
#theme-content ol ol ol {
  list-style-type: lower-roman;
}