@charset "UTF-8";
/**
 * Critical Styles
 *
 * Critical styles for the theme.
 *
 * @package		Sheeren Law
 * @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;
}

/*! Sheeren Law Critical Styles * Copyright (c) 2025 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * Sass Functions
 *
 * Sass functions used during compilation.
 *
 * @package		Sheeren Law
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
/**
 * General Mixins
 *
 * General mixins useful for any theme.
 *
 * @package		Sheeren Law
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
/**
 * Theme Mixins
 *
 * Mixins specific to the theme.
 *
 * @package		Sheeren Law
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
/**
 * Breakpoint Mixins
 *
 * Breakpoint variables, mixins and styles for the theme.
 *
 * @package		Sheeren Law
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
#theme-breakpoint {
  height: 0;
  width: 1px;
}
@media (min-width: 1009px) and (max-width: 1300px) {
  #theme-breakpoint {
    height: 1px;
  }
}
@media (min-width: 939px) and (max-width: 1008px) {
  #theme-breakpoint {
    height: 2px;
  }
}
@media (min-width: 869px) and (max-width: 938px) {
  #theme-breakpoint {
    height: 3px;
  }
}
@media (min-width: 783px) and (max-width: 868px) {
  #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;
  }
}

/**
 * Animation Styles
 *
 * Animations styles for the theme.
 *
 * @package		Sheeren Law
 * @subpackage	Style Includes
 *
 * @since	1.0.0
 */
@keyframes shla-fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes shla-from-horizontal {
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes shla-from-vertical {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes shla-spinning {
  0% {
    transform: rotate(0deg);
    transform-style: preserve-3d;
  }
  100% {
    transform: rotate(360deg);
    transform-style: preserve-3d;
  }
}
.shla-animated {
  position: relative;
}
.shla-animated.shla-fade-in {
  opacity: 0;
}
.shla-animated.shla-from-bottom {
  opacity: 0;
}
@media (min-width: 869px) {
  .shla-animated.shla-from-bottom {
    top: 2em;
  }
}
@media (min-width: 625px) and (max-width: 868px) {
  .shla-animated.shla-from-bottom {
    top: 1.5em;
  }
}
@media (max-width: 624px) {
  .shla-animated.shla-from-bottom {
    top: 1em;
  }
}
.shla-animated.shla-from-left {
  opacity: 0;
}
@media (min-width: 869px) {
  .shla-animated.shla-from-left {
    left: -2em;
  }
}
@media (min-width: 625px) and (max-width: 868px) {
  .shla-animated.shla-from-left {
    left: -1.5em;
  }
}
@media (max-width: 624px) {
  .shla-animated.shla-from-left {
    left: -1em;
  }
}
.shla-animated.shla-from-right {
  opacity: 0;
}
@media (min-width: 869px) {
  .shla-animated.shla-from-right {
    left: 2em;
  }
}
@media (min-width: 625px) and (max-width: 868px) {
  .shla-animated.shla-from-right {
    left: 1.5em;
  }
}
@media (max-width: 624px) {
  .shla-animated.shla-from-right {
    left: 1em;
  }
}
.shla-animated.shla-from-top {
  opacity: 0;
}
@media (min-width: 869px) {
  .shla-animated.shla-from-top {
    top: -2em;
  }
}
@media (min-width: 625px) and (max-width: 868px) {
  .shla-animated.shla-from-top {
    top: -1.5em;
  }
}
@media (max-width: 624px) {
  .shla-animated.shla-from-top {
    top: -1em;
  }
}
.shla-animated.shla-animate.shla-fade-in {
  animation: shla-fade-in 400ms ease-in-out 0s normal 1 forwards;
}
.shla-animated.shla-animate.shla-from-bottom, .shla-animated.shla-animate.shla-from-top {
  animation: shla-from-vertical 400ms ease-in-out 0s normal 1 forwards;
}
.shla-animated.shla-animate.shla-from-left, .shla-animated.shla-animate.shla-from-right {
  animation: shla-from-horizontal 400ms ease-in-out 0s normal 1 forwards;
}

/**
 * Theme Colors
 *
 * Color variables for the theme.
 *
 * @package		Sheeren Law
 * @subpackage	Style Includes
 *
 * @since	1.0.0
 */
/**
 * Font Styles
 *
 * Font styles for the theme.
 *
 * @package		Sheeren Law
 * @subpackage	Style Includes
 *
 * @since	1.0.0
 */
/**
 * Theme Classes
 *
 * Classes for theme elements.
 *
 * @package		Sheeren Law
 * @subpackage	General Styles
 *
 * @since	1.0.0
 */
.shla-button,
.nav-links a.page-numbers {
  border-radius: 0.25em;
  transition: background-color 200ms ease-in-out;
  background-color: #006caf;
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  overflow: hidden;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  vertical-align: middle;
}
.shla-button:focus, .shla-button:hover,
.nav-links a.page-numbers:focus,
.nav-links a.page-numbers:hover {
  background-color: #003a77;
  outline: 0;
  text-decoration: none;
}
.shla-button[disabled], .shla-button.shla-disabled,
.nav-links a.page-numbers[disabled],
.nav-links a.page-numbers.shla-disabled {
  background-color: #c9c9c9 !important;
  color: #454545 !important;
  cursor: not-allowed;
}

.shla-align-center {
  align-items: center;
}
.shla-clear {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: -1px;
}
.shla-fill {
  flex-grow: 1;
}
.shla-hidden {
  display: none;
}
.shla-list-leaded > li:not(:first-child), ol .shla-list-leaded > li:first-child, ul .shla-list-leaded > li:first-child {
  padding-top: 0.5em;
}
.shla-list-spaced > li:not(:first-child), ol .shla-list-spaced > li:first-child, ul .shla-list-spaced > li:first-child {
  padding-top: 1em;
}
.shla-no-shrink {
  flex-shrink: 0;
}
.shla-no-wrap {
  flex-wrap: nowrap;
}
.shla-text-accent {
  color: #006caf;
}
.shla-text-center {
  text-align: center;
}
.shla-text-large {
  font-size: 1.25em;
  line-height: inherit;
}
.shla-text-left {
  text-align: left;
}
.shla-text-right {
  text-align: right;
}

.shla-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		Sheeren Law
 * @subpackage	General Styles
 *
 * @since	1.0.0
 */
a:not(.shla-button) {
  color: #006caf;
}

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

a {
  transition: color 200ms ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.shla-disabled {
  cursor: default;
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
}

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

blockquote {
  border-left: 0.125em solid #006caf;
  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.shla-always-float, canvas.alignright.shla-always-float,
  img.alignleft.shla-always-float,
  img.alignright.shla-always-float,
  .wp-caption.alignleft.shla-always-float,
  .wp-caption.alignright.shla-always-float {
    margin-bottom: 1rem;
  }
  canvas.alignleft:not(.shla-always-float), canvas.alignright:not(.shla-always-float),
  img.alignleft:not(.shla-always-float),
  img.alignright:not(.shla-always-float),
  .wp-caption.alignleft:not(.shla-always-float),
  .wp-caption.alignright:not(.shla-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,
.shla-faux-h1 {
  font-size: 3.4375em;
  line-height: 1em;
  margin-bottom: 0.2909090909em;
  font-weight: normal;
}
h1.shla-margin-double,
.shla-faux-h1.shla-margin-double {
  margin-bottom: 0.5818181818em;
}
h1.shla-margin-half,
.shla-faux-h1.shla-margin-half {
  margin-bottom: 0.1454545455em;
}
h1:last-child, h1.shla-margin-none,
.shla-faux-h1:last-child,
.shla-faux-h1.shla-margin-none {
  margin-bottom: 0;
}
h1 span,
.shla-faux-h1 span {
  color: #006caf;
}

h2,
h3,
h4,
h6,
.shla-faux-h2,
.shla-faux-h3,
.shla-faux-h4,
.shla-faux-h6 {
  color: #273264;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
}

h2,
h5,
.shla-faux-h2,
.shla-faux-h5 {
  font-size: 2.5em;
  line-height: 1.09375em;
  margin-bottom: 0.4em;
}
h2.shla-margin-double,
h5.shla-margin-double,
.shla-faux-h2.shla-margin-double,
.shla-faux-h5.shla-margin-double {
  margin-bottom: 0.8em;
}
h2.shla-margin-half,
h5.shla-margin-half,
.shla-faux-h2.shla-margin-half,
.shla-faux-h5.shla-margin-half {
  margin-bottom: 0.2em;
}
h2:last-child, h2.shla-margin-none,
h5:last-child,
h5.shla-margin-none,
.shla-faux-h2:last-child,
.shla-faux-h2.shla-margin-none,
.shla-faux-h5:last-child,
.shla-faux-h5.shla-margin-none {
  margin-bottom: 0;
}

h3,
.shla-faux-h3 {
  font-size: 2.5em;
  line-height: 1.09375em;
  margin-bottom: 0.6em;
}
h3.shla-margin-double,
.shla-faux-h3.shla-margin-double {
  margin-bottom: 1.2em;
}
h3.shla-margin-half,
.shla-faux-h3.shla-margin-half {
  margin-bottom: 0.3em;
}
h3:last-child, h3.shla-margin-none,
.shla-faux-h3:last-child,
.shla-faux-h3.shla-margin-none {
  margin-bottom: 0;
}

h4,
.shla-faux-h4 {
  font-size: 1.875em;
  line-height: 1.2109375em;
  margin-bottom: 0.5333333333em;
}
h4.shla-margin-double,
.shla-faux-h4.shla-margin-double {
  margin-bottom: 1.0666666667em;
}
h4.shla-margin-half,
.shla-faux-h4.shla-margin-half {
  margin-bottom: 0.2666666667em;
}
h4:last-child, h4.shla-margin-none,
.shla-faux-h4:last-child,
.shla-faux-h4.shla-margin-none {
  margin-bottom: 0;
}

h5,
.shla-faux-h5 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
}

h6,
.shla-faux-h6 {
  font-size: 1.25em;
  line-height: 1.328125em;
  margin-bottom: 0.8em;
}
h6.shla-margin-double,
.shla-faux-h6.shla-margin-double {
  margin-bottom: 1.6em;
}
h6.shla-margin-half,
.shla-faux-h6.shla-margin-half {
  margin-bottom: 0.4em;
}
h6:last-child, h6.shla-margin-none,
.shla-faux-h6:last-child,
.shla-faux-h6.shla-margin-none {
  margin-bottom: 0;
}

hr {
  background-color: transparent;
  border: 0;
  border-top: 0.0625em solid #006caf;
  color: transparent;
  height: 0;
  margin: 1.5em 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;
}

#theme-content {
  /**
   * Content Element Styles
   *
   * Content element styles for the theme.
   *
   * @package		Sheeren Law
   * @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;
}

/**
 * General Styles
 *
 * Styles for general theme elements.
 *
 * @package		Sheeren Law
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
html {
  color: #1b1b1b;
  font-family: "PT Serif", 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: #f7f7f7;
  font-size: 16px;
}

#theme-loader::before {
  animation: shla-spinning 1s linear 0s infinite normal none;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.375em solid rgba(0, 108, 175, 0.25);
  border-top-color: #006caf;
  content: "";
  display: block;
  height: 3em;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  position: absolute;
  top: 50%;
  width: 3em;
}

#theme-wrapper {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
  background-color: white;
  margin: 0 auto;
  max-width: 1300px;
  min-width: 300px;
  overflow: hidden;
}

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

#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		Sheeren Law
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-header {
  box-sizing: border-box;
  left: 0;
  min-width: 300px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

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

#theme-header-inner {
  transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  z-index: 1;
}
#theme-header-inner > header {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
#theme-header-inner > header::before, #theme-header-inner > header::after {
  content: "";
  display: table;
}
#theme-header-inner > header::after {
  clear: both;
}
#theme-header-inner > header:not(.e-con) {
  max-width: 63em;
}
@media (min-width: 869px) {
  #theme-header-inner > header {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1em 2em 1em;
  }
}
@media (min-width: 625px) and (max-width: 868px) {
  #theme-header-inner > header {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0.75em 1.5em 0.75em;
  }
}
@media (max-width: 624px) {
  #theme-header-inner > header {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0.5em 1em 0.5em;
  }
}

body.shla-loaded #theme-header-inner > header {
  transition: padding-bottom 200ms ease-in-out, padding-top 200ms ease-in-out;
}

#theme-logo {
  transition: opacity 200ms ease-in-out;
  display: block;
  float: left;
  margin: 0 -1em;
}
#theme-logo:hover {
  opacity: 0.75;
}
#theme-logo > a {
  display: block;
  padding: 1.5em 1em;
  position: relative;
}
#theme-logo > a > img {
  transition: opacity 200ms ease-in-out;
  display: block;
  height: 3.9375em;
  vertical-align: top;
  width: auto;
}
@media (max-width: 480px) {
  #theme-logo > a > img {
    height: 2.5em;
  }
}
#theme-logo > a > img:last-child {
  left: 1em;
  opacity: 0;
  position: absolute;
  top: 1.5em;
}

body.shla-scrolled #theme-header-inner {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
  background-color: white;
}
body.shla-scrolled #theme-header-inner > header {
  padding-bottom: 0;
  padding-top: 0;
}
body.shla-scrolled #theme-logo > a > img:first-child:not(:last-child) {
  opacity: 0;
}
body.shla-scrolled #theme-logo > a > img:last-child:not(:first-child) {
  opacity: 1;
}

/**
 * Navigation Styles
 *
 * Styles for the theme navigation.
 *
 * @package		Sheeren Law
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-navigation {
  float: right;
}

#theme-main-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  padding-top: 2.875em;
}
#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;
}
@media (max-width: 938px) {
  #theme-main-menu {
    display: none;
  }
}
#theme-main-menu li {
  position: relative;
}
#theme-main-menu li a:hover {
  text-decoration: none;
}
#theme-main-menu li a:not(.shla-button) {
  transition: color 200ms ease-in-out;
}
#theme-main-menu li ul {
  box-shadow: 0.125em 0.125em 0.25em 0 rgba(0, 0, 0, 0.25);
  background-color: white;
  border-top: 0.25em solid #006caf;
  display: none;
  left: 0;
  margin-top: -0.25em;
  min-width: 100%;
  position: absolute;
  top: 100%;
}
#theme-main-menu li ul ul {
  left: 100%;
  top: 0;
}
#theme-main-menu li ul > li > a {
  padding: 0.25em 1em;
  white-space: nowrap;
}
#theme-main-menu li ul > li:first-child > a {
  padding-top: 0.5em;
}
#theme-main-menu li ul > li:last-child > a {
  padding-bottom: 0.5em;
}
#theme-main-menu > li {
  float: left;
}
#theme-main-menu > li.shla-divider {
  color: #006caf;
  font-size: 0.9375em;
  line-height: 2.4666666667em;
}
#theme-main-menu > li > a {
  font-size: 0.9375em;
  line-height: 2.6666666667em;
  text-transform: uppercase;
}
#theme-main-menu > li > a:not(.shla-button) {
  font-family: "Fira Sans", sans-serif;
  padding: 0 0.6em;
}
#theme-main-menu > li > a.shla-button {
  margin-left: 0.6em;
  padding-bottom: 0;
  padding-top: 0;
}
#theme-main-menu > li:not(.shla-active) > a.shla-button:focus:not(:hover) {
  background-color: #006caf;
}
#theme-main-menu > li.shla-active > a.shla-button {
  background-color: #003a77;
}

body:not(.shla-scrolled) #theme-main-menu a:not(.shla-button) {
  color: white;
}
body:not(.shla-scrolled) #theme-main-menu a:not(.shla-button):hover,
body:not(.shla-scrolled) #theme-main-menu li:hover > a:not(.shla-button) {
  color: #6db4fe;
}
body:not(.shla-scrolled) #theme-main-menu a:not(.shla-button).shla-active,
body:not(.shla-scrolled) #theme-main-menu li.shla-active > a:not(.shla-button) {
  color: #6db4fe;
}
body:not(.shla-scrolled) #theme-main-menu > li:not(.shla-active) > a:not(.shla-button):focus:not(:hover) {
  color: white;
}

body.shla-scrolled #theme-main-menu a:not(.shla-button) {
  color: #273264;
}
body.shla-scrolled #theme-main-menu a:not(.shla-button):hover,
body.shla-scrolled #theme-main-menu li:hover > a:not(.shla-button) {
  color: #006caf;
}
body.shla-scrolled #theme-main-menu a:not(.shla-button).shla-active,
body.shla-scrolled #theme-main-menu li.shla-active > a:not(.shla-button) {
  color: #006caf;
}
body.shla-scrolled #theme-main-menu > li:not(.shla-active) > a:not(.shla-button):focus:not(:hover) {
  color: #273264;
}

/**
 * Mobile Menu Styles
 *
 * Styles for the theme mobile menu.
 *
 * @package		Sheeren Law
 * @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.75em 1em 2.6875em;
}
@media (min-width: 939px) {
  #theme-mobile-menu-toggle {
    display: none;
  }
}
@media (max-width: 480px) {
  #theme-mobile-menu-toggle {
    padding: 2em 1em;
  }
}
#theme-mobile-menu-toggle > div {
  height: 1.5em;
  position: relative;
  width: 2.25em;
}
#theme-mobile-menu-toggle > div > span {
  transition: all 200ms ease-in-out;
  height: 0.25em;
  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.125em;
}
#theme-mobile-menu-toggle:hover > div > span {
  background-color: #006caf !important;
}
#theme-mobile-menu-toggle.shla-open > div > span:first-child {
  height: 0;
  margin-top: -0.25em;
  opacity: 0;
}
#theme-mobile-menu-toggle.shla-open > div > span:nth-child(2) {
  transform: rotate(45deg);
  transform-style: preserve-3d;
}
#theme-mobile-menu-toggle.shla-open > div > span:nth-last-child(2) {
  transform: rotate(-45deg);
  transform-style: preserve-3d;
}
#theme-mobile-menu-toggle.shla-open > div > span:last-child {
  height: 0;
  margin-top: 0.25em;
  opacity: 0;
}

body:not(.shla-scrolled) #theme-mobile-menu-toggle > div > span, body:not(.shla-scrolled) #theme-mobile-menu-toggle.shla-open > div > span {
  background-color: white;
}

body.shla-scrolled #theme-mobile-menu-toggle > div > span, body.shla-scrolled #theme-mobile-menu-toggle.shla-open > div > span {
  background-color: #273264;
}

#theme-mobile-menu {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(0.5em);
  -webkit-backdrop-filter: blur(0.5em);
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  font-size: 1.25em;
  max-width: 480px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
}
#theme-mobile-menu a:not(.shla-button) {
  color: white;
}
@media (min-width: 939px) {
  #theme-mobile-menu {
    display: none !important;
  }
}
@media (min-width: 869px) {
  #theme-mobile-menu {
    right: 1em;
  }
}
@media (min-width: 625px) and (max-width: 868px) {
  #theme-mobile-menu {
    right: 0.55em;
  }
}
@media (max-width: 624px) {
  #theme-mobile-menu {
    right: 0;
  }
}
#theme-mobile-menu > div {
  position: relative;
  top: 0;
  width: 100%;
}
#theme-mobile-menu > div ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  padding: 0.8em 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 li {
  padding: 0 0.8em;
  position: relative;
}
#theme-mobile-menu > div ul a:not(.shla-button) {
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  font-weight: 100;
  padding: 0.6em 0.8em;
  position: relative;
  z-index: 1;
}
#theme-mobile-menu > div ul a:not(.shla-button):hover {
  background-color: #006caf;
  text-decoration: none;
}
#theme-mobile-menu > div ul a:not(.shla-button) span {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.25em;
}
#theme-mobile-menu > div ul a.shla-button {
  display: inline-block;
  margin: 0.6em 0.8em;
}
#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.shla-parent-menu > a::before {
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
  vertical-align: bottom;
}
#theme-mobile-menu > div ul > li.menu-item-has-children > a::after {
  content: "›";
  margin: -0.25em 0 0 0.125em;
}
#theme-mobile-menu > div ul > li.shla-parent-menu > a {
  cursor: pointer;
}
#theme-mobile-menu > div ul > li.shla-parent-menu > a::before {
  content: "‹";
  margin: -0.25em 0.125em 0 0;
}
#theme-mobile-menu > div ul > li.shla-parent-menu-item > a {
  font-weight: bold;
}
#theme-mobile-menu > div:first-child a {
  font-weight: bold;
}

/**
 * Content Styles
 *
 * Styles for content elements.
 *
 * @package		Sheeren Law
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
.shla-container {
  background: white none no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.shla-container:first-child {
  padding-top: 2em;
}
.shla-container-gray {
  background-color: #f7f7f7;
}
.shla-container > .shla-container-inner {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.shla-container > .shla-container-inner::before, .shla-container > .shla-container-inner::after {
  content: "";
  display: table;
}
.shla-container > .shla-container-inner::after {
  clear: both;
}
.shla-container > .shla-container-inner:not(.e-con) {
  max-width: 63em;
}
@media (min-width: 869px) {
  .shla-container > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 6em 2em 6em;
  }
}
@media (min-width: 625px) and (max-width: 868px) {
  .shla-container > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 4.5em 1.5em 4.5em;
  }
}
@media (max-width: 624px) {
  .shla-container > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 3em 1em 3em;
  }
}
.shla-container > .shla-container-inner article {
  margin: 0 auto;
}
.shla-container.shla-vertical-padding-half > .shla-container-inner {
  box-sizing: border-box;
  margin: 0 auto;
}
.shla-container.shla-vertical-padding-half > .shla-container-inner::before, .shla-container.shla-vertical-padding-half > .shla-container-inner::after {
  content: "";
  display: table;
}
.shla-container.shla-vertical-padding-half > .shla-container-inner::after {
  clear: both;
}
.shla-container.shla-vertical-padding-half > .shla-container-inner:not(.e-con) {
  max-width: 63em;
}
@media (min-width: 869px) {
  .shla-container.shla-vertical-padding-half > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 3em 2em 3em;
  }
}
@media (min-width: 625px) and (max-width: 868px) {
  .shla-container.shla-vertical-padding-half > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.25em 1.5em 2.25em;
  }
}
@media (max-width: 624px) {
  .shla-container.shla-vertical-padding-half > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.5em 1em 1.5em;
  }
}
.shla-container.shla-vertical-padding-none > .shla-container-inner {
  box-sizing: border-box;
  margin: 0 auto;
}
.shla-container.shla-vertical-padding-none > .shla-container-inner::before, .shla-container.shla-vertical-padding-none > .shla-container-inner::after {
  content: "";
  display: table;
}
.shla-container.shla-vertical-padding-none > .shla-container-inner::after {
  clear: both;
}
.shla-container.shla-vertical-padding-none > .shla-container-inner:not(.e-con) {
  max-width: 63em;
}
@media (min-width: 869px) {
  .shla-container.shla-vertical-padding-none > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 2em 0em;
  }
}
@media (min-width: 625px) and (max-width: 868px) {
  .shla-container.shla-vertical-padding-none > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1.5em 0em;
  }
}
@media (max-width: 624px) {
  .shla-container.shla-vertical-padding-none > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1em 0em;
  }
}

@media (min-width: 869px) {
  #theme-content > main > .shla-container:first-child {
    padding-top: 8.9375em;
  }
}
@media (min-width: 625px) and (max-width: 868px) {
  #theme-content > main > .shla-container:first-child {
    padding-top: 8.4375em;
  }
}
@media (max-width: 624px) {
  #theme-content > main > .shla-container:first-child {
    padding-top: 7.9375em;
  }
}
@media (max-width: 480px) {
  #theme-content > main > .shla-container:first-child {
    padding-top: 6.5em;
  }
}
#theme-content > main > .shla-container > .shla-container-inner {
  max-width: 55.25em;
}
#theme-content > main > .shla-container > .shla-container-inner li,
#theme-content > main > .shla-container > .shla-container-inner p {
  font-size: 1.25em;
}
#theme-content > main > .shla-container > .shla-container-inner li li {
  font-size: 1em;
}

/**
 * Hero Section Styles
 *
 * Styles specific to the hero section.
 *
 * @package		Sheeren Law
 * @subpackage	Section Styles
 *
 * @since	1.0.0
 */
#shla-about p {
  font-size: 1.5em;
}
#shla-about p.shla-job-title {
  font-size: 1.5625em;
  margin-top: -0.75em;
}
#shla-about p em {
  color: #273264;
}

/**
 * Hero Section Styles
 *
 * Styles specific to the hero section.
 *
 * @package		Sheeren Law
 * @subpackage	Section Styles
 *
 * @since	1.0.0
 */
#shla-hero {
  background: #273264 url(../img/hero.jpg) no-repeat center center;
  background-size: cover;
  color: white;
}
#shla-hero > .shla-container-inner {
  box-sizing: border-box;
  margin: 0 auto;
}
#shla-hero > .shla-container-inner::before, #shla-hero > .shla-container-inner::after {
  content: "";
  display: table;
}
#shla-hero > .shla-container-inner::after {
  clear: both;
}
#shla-hero > .shla-container-inner:not(.e-con) {
  max-width: 63em;
}
@media (min-width: 869px) {
  #shla-hero > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 2em 4.5em;
  }
}
@media (min-width: 625px) and (max-width: 868px) {
  #shla-hero > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1.5em 3.375em;
  }
}
@media (max-width: 624px) {
  #shla-hero > .shla-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1em 2.25em;
  }
}