/*!
Theme Name: CHA-Theme
Theme URI: http://underscores.me/
Author: Igoe Creative
Author URI: https://www.goigoecreative.com/
Description: Description
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/**
Quincy CF Options:
400
500
600
700
800
900
Normal
Italic
*/
/**
Montserrat Options:
300
400
500
600
700
800
900
Normal
Italic
*/
/**
Montserrat Alternate Options:
400
700
Normal
Italic
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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,
optgroup,
textarea {
  color: #000000;
  font-family: quincy-cf, serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

button,
input {
  color: #000000;
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: montserrat, sans-serif;
}

h1.green-header,
h2.green-header {
  color: #1f4f72;
  font-weight: 400;
  font-size: 2em;
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #ffffff;
  font-family: montserrat, sans-serif;
  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: #ffffff;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffff;
}

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

ul {
  list-style: disc;
  padding-inline-start: 0px;
  list-style-position: outside;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

footer.site-footer {
  background-color: #1f4f72;
  padding-top: 3em;
}
footer.site-footer .logo {
  margin-left: 1em;
  margin-right: 1em;
  max-width: 350px;
  padding-top: 1em;
}
footer.site-footer .site-info {
  font-family: montserrat, sans-serif;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
}
@media (min-width: 480) {
  footer.site-footer .site-info {
    width: 90%;
  }
}
@media (min-width: 768px) {
  footer.site-footer .site-info {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  footer.site-footer .site-info {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  footer.site-footer .site-info {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  footer.site-footer .site-info {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  footer.site-footer .site-info {
    max-width: 1700px;
  }
}
@media (min-width: 768px) {
  footer.site-footer .site-info {
    flex-direction: row;
  }
}
footer.site-footer .site-info .info {
  text-align: center;
  font-size: 1.3rem;
  padding: 0em;
  margin-bottom: 1em;
  color: #ffffff;
}
@media (min-width: 768px) {
  footer.site-footer .site-info .info {
    text-align: left;
  }
}
footer.site-footer .site-info .info p {
  margin: 0em;
}
footer.site-footer .site-info .info .number {
  font-weight: 600;
  margin-bottom: 1em;
}
footer.site-footer .colophon {
  text-align: center;
  font-size: 0.7rem;
  color: #ffffff;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 0;
}

header.site-header {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1em;
  padding-top: 3em;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
}
@media (min-width: 480) {
  header.site-header {
    width: 90%;
  }
}
@media (min-width: 768px) {
  header.site-header {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  header.site-header {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  header.site-header {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  header.site-header {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  header.site-header {
    max-width: 1700px;
  }
}
header.site-header .site-branding {
  max-width: 600px;
  margin-right: 2em;
}
header.home {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-top: 3em;
  padding-bottom: 30em;
}
header.home .site-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
}
@media (min-width: 480) {
  header.home .site-header {
    width: 90%;
  }
}
@media (min-width: 768px) {
  header.home .site-header {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  header.home .site-header {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  header.home .site-header {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  header.home .site-header {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  header.home .site-header {
    max-width: 1700px;
  }
}
header.home .site-header .site-branding {
  max-width: 600px;
  margin-right: 2em;
}
section.what-we-do {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
section.what-we-do div.content {
  font-family: montserrat, sans-serif;
  margin-left: 2em;
  margin-right: 2em;
  position: relative;
  top: -25px;
  padding-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 2em;
  border-style: solid;
  background-color: #ffffff;
  border-color: #1f4f72;
  border-radius: 0px;
  border-width: 2px;
  width: 95%;
  max-width: 480px;
  min-width: 300px;
}
@media (min-width: 480) {
  section.what-we-do div.content {
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.what-we-do div.content {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  section.what-we-do div.content {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  section.what-we-do div.content {
    max-width: 1150px;
  }
}
section.what-we-do div.content h2 {
  color: #1f4f72;
  font-weight: 400;
  font-size: 2em;
  margin: 0;
}
section.what-we-do div.content p {
  text-align: left;
  font-weight: 400;
  margin-bottom: 2em;
  margin-top: 2em;
  font-family: quincy-cf, serif;
  line-height: 1.5;
}

/* Links
--------------------------------------------- */
a {
  color: #1f4f72;
}
a:visited {
  color: #15374f;
}
a:hover, a:focus, a:active {
  color: #15374f;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

a {
  text-decoration: none;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
}

a.button-underline {
  font-size: 1.2rem;
  border-bottom: 2px solid;
  border-color: #1f4f72;
  border-radius: 0px;
  background: #ffffff;
  color: #000000;
  line-height: 1;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  max-width: fit-content;
}
a.button-underline:hover {
  transition: font-size 0.2s;
  border-color: #15374f;
  font-size: 1.3rem;
}
a.button-underline:active, a.button-underline:focus {
  border-color: #15374f;
}

a.button-underline.white {
  color: #ffffff;
  border-color: #ffffff;
  background-color: inherit;
}
a.button-underline.white:active, a.button-underline.white:focus {
  border-color: #ffffff;
}

a.button-solid {
  border: 1px solid;
  border-color: #000000;
  border-radius: 0px;
  background: #ffffff;
  color: #000000;
  line-height: 1;
  max-width: fit-content;
  padding: 0.6em 1em 0.4em;
  font-weight: 300;
  font-size: 1.3rem;
}
a.button-solid:hover {
  border-color: #ffffff;
  background-color: #000000;
  color: #ffffff;
}
a.button-solid:active, a.button-solid:focus {
  border-color: #ffffff;
  background-color: #000000;
  color: #ffffff;
}

input[type=submit] {
  font-family: montserrat, sans-serif;
  border: 1px solid;
  border-color: #1f4f72;
  border-radius: 0px;
  background: #ffffff;
  color: #000000;
  line-height: 1;
  max-width: fit-content;
  padding: 0.6em 1em 0.4em;
  font-weight: 300;
  font-size: 1.3rem;
  cursor: pointer;
}
input[type=submit]:hover {
  border-color: #ffffff;
  background-color: #1f4f72;
  color: #ffffff;
}
input[type=submit]:active, input[type=submit]:focus {
  border-color: #ffffff;
  background-color: #000000;
  color: #ffffff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000000;
  border: 1px solid #1f4f72;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #1f4f72;
}

select {
  border: 1px solid #1f4f72;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
main.site-main.locations section.location-hero div.gallery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 2em;
  align-items: end;
  justify-content: end;
  height: fit-content;
  height: 250px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
}
@media (min-width: 480) {
  main.site-main.locations section.location-hero div.gallery {
    width: 90%;
  }
}
@media (min-width: 768px) {
  main.site-main.locations section.location-hero div.gallery {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  main.site-main.locations section.location-hero div.gallery {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  main.site-main.locations section.location-hero div.gallery {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  main.site-main.locations section.location-hero div.gallery {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  main.site-main.locations section.location-hero div.gallery {
    max-width: 1700px;
  }
}
@media (min-width: 768px) {
  main.site-main.locations section.location-hero div.gallery {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  main.site-main.locations section.location-hero div.gallery {
    height: 950px;
  }
}
main.site-main.locations section.location-hero div.gallery img.right-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  main.site-main.locations section.location-hero div.gallery img.right-image {
    aspect-ratio: 1/1.25;
    width: 55%;
  }
}
@media (min-width: 1200px) {
  main.site-main.locations section.location-hero div.gallery img.right-image {
    height: 100%;
  }
}
main.site-main.locations section.location-hero div.gallery div.left {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-right: 0.5em;
  align-items: end;
  justify-content: end;
  height: 76%;
}
@media (min-width: 1200px) {
  main.site-main.locations section.location-hero div.gallery div.left {
    align-items: end;
    justify-content: end;
    margin-right: 2em;
    width: 45%;
  }
}
main.site-main.locations section.location-hero div.gallery div.left img.top-left-image {
  object-fit: cover;
  padding-bottom: 0.5em;
  aspect-ratio: 1.78/1;
  height: auto;
  max-height: max-content;
  max-width: 95%;
}
@media (min-width: 768px) {
  main.site-main.locations section.location-hero div.gallery div.left img.top-left-image {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  main.site-main.locations section.location-hero div.gallery div.left img.top-left-image {
    padding-bottom: 1.5em;
  }
}
main.site-main.locations section.location-hero div.gallery div.left img.bottom-left-image {
  object-fit: cover;
  aspect-ratio: 3/2;
  height: auto;
  max-height: max-content;
  max-width: 80%;
}
@media (min-width: 768px) {
  main.site-main.locations section.location-hero div.gallery div.left img.bottom-left-image {
    max-width: 70%;
  }
}
main.site-main.locations section.location-hero div.info {
  background-color: #1f4f72;
  color: #ffffff;
  padding: 2em;
}
@media (min-width: 768px) {
  main.site-main.locations section.location-hero div.info {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    min-width: 300px;
  }
}
@media (min-width: 768px) and (min-width: 480) {
  main.site-main.locations section.location-hero div.info {
    width: 90%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  main.site-main.locations section.location-hero div.info {
    max-width: 750px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  main.site-main.locations section.location-hero div.info {
    max-width: 890px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  main.site-main.locations section.location-hero div.info {
    max-width: 1150px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  main.site-main.locations section.location-hero div.info {
    max-width: 1400px;
  }
}
@media (min-width: 768px) and (min-width: 1800px) {
  main.site-main.locations section.location-hero div.info {
    max-width: 1700px;
  }
}
main.site-main.locations section.location-hero div.info h1.title {
  margin: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  main.site-main.locations section.location-hero div.info h1.title {
    font-size: 2.5rem;
  }
}
main.site-main.locations section.location-hero div.info div.address {
  font-family: montserrat, sans-serif;
}
@media (min-width: 768px) {
  main.site-main.locations section.location-hero div.info div.address {
    font-size: 1.5rem;
  }
}
main.site-main.locations section.location-hero div.info div.address p {
  margin: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: fit-content;
  align-self: center;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li.menu-item-type-custom.menu-item-object-custom:not(.menu-item-has-children):before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30' height='25' version='1.1' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!--Generated by IJSVG (https://github.com/iconjar/IJSVG)--%3E%3Cg transform='scale(8)'%3E%3Cpath fill='%23fff' d='M48,26c-1.104,0 -2,0.896 -2,2v26h-36v-36h26c1.104,0 2,-0.896 2,-2c0,-1.104 -0.896,-2 -2,-2h-28c-1.104,0 -2,0.896 -2,2v40c0,1.104 0.896,2 2,2h40c1.104,0 2,-0.896 2,-2v-28c0,-1.104 -0.896,-2 -2,-2Z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M56,6h-12c-1.104,0 -2,0.896 -2,2c0,1.104 0.896,2 2,2h7.172l-20.586,20.586c-0.781,0.781 -0.781,2.047 0,2.828c0.39,0.391 0.902,0.586 1.414,0.586c0.512,0 1.023,-0.195 1.414,-0.586l20.586,-20.586v7.172c0,1.104 0.896,2 2,2c1.104,0 2,-0.896 2,-2v-12c0,-1.104 -0.896,-2 -2,-2Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0.8em;
  right: 0.6em;
}
.main-navigation ul li.menu-item-has-children:before {
  content: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='20px' width='20px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0.8em;
  right: 1em;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu {
  display: none;
  padding: 1em;
  transition: all 0.3s ease;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu.show {
  display: block;
  padding: 0;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu.show a {
  width: 100%;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu.show a:before {
  content: "";
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  color: #ffffff;
}
.main-navigation li a {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.main-navigation li a:hover, .main-navigation li a.focus {
  background-color: #15374f;
}
.main-navigation a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-align: left;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .main-navigation a {
    text-align: left;
  }
}
.main-navigation a:visited {
  color: inherit;
}
.menu-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  align-self: end;
}

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

.main-navigation.toggled {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 1em;
  padding-top: 2em;
  transition: 0.6s;
  background-color: #1f4f72;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (min-width: 768px) {
  .main-navigation.toggled {
    width: 30em;
    padding: 5em;
  }
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    height: fit-content;
  }
  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Flexible Content
--------------------------------------------- */
/* Text With Image
--------------------------------------------- */
section.text-with-image {
  display: flex;
  flex-direction: column;
  padding: 1em;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 4em;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
}
@media (min-width: 480) {
  section.text-with-image {
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.text-with-image {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  section.text-with-image {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  section.text-with-image {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  section.text-with-image {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  section.text-with-image {
    max-width: 1700px;
  }
}
@media (min-width: 1200px) {
  section.text-with-image {
    flex-direction: row;
  }
}
section.text-with-image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  section.text-with-image img {
    max-width: 50%;
  }
}
section.text-with-image h2 {
  text-align: left;
}
section.text-with-image .content {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  padding: 2em;
  border-radius: 0px;
  border-style: solid;
  border-color: #1f4f72;
  border-width: 0px 2px 2px 2px;
}
@media (min-width: 1200px) {
  section.text-with-image .content {
    border-width: 2px 2px 2px 0px;
  }
}
section.text-with-image .content h2 {
  text-align: left;
}
section.text-with-image .content .copy {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

/* About Us
--------------------------------------------- */
section.about-us {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1400px) {
  section.about-us {
    flex-direction: row;
  }
}
section.about-us .about-us-group {
  display: flex;
  margin: -0.15em;
  flex-direction: column;
  justify-content: center;
  padding: 4em;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all 0.3s ease;
  aspect-ratio: 2/3;
}
@media (min-width: 768px) {
  section.about-us .about-us-group {
    margin-top: -0.02em;
    margin-bottom: -0.02em;
    margin-left: -0.04em;
    margin-right: -0.02em;
  }
}
section.about-us .about-us-group:hover {
  opacity: 1.2;
}
section.about-us .about-us-group:hover img {
  transform: scale(1.08);
  transition: all 0.3s ease;
  filter: brightness(75%);
}
@media (min-width: 1400px) {
  section.about-us .about-us-group {
    min-width: 33.5%;
    aspect-ratio: 1/1;
  }
}
section.about-us .about-us-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px;
  transition: transform 0.3s;
}
section.about-us .about-us-group div {
  z-index: 0;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}
section.about-us .about-us-group div h2.header {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  margin: 0;
}
section.about-us .about-us-group div p.copy {
  text-align: center;
  padding-bottom: 1em;
}
section.about-us .about-us-group div a.button-solid {
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  font-size: 1rem;
}
section.about-us .about-us-group div .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease;
  background-color: rgba(0, 0, 0, 0); /* black with 50% opacity */
}
section.about-us .about-us-group div .overlay:hover {
  transition: background-color 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2); /* black with 50% opacity */
}
@media (min-width: 1400px) {
  section.about-us .about-us-group.width-2 {
    max-width: 50%;
    aspect-ratio: 1.5/1;
  }
}
@media (min-width: 1400px) {
  section.about-us .about-us-group.width-3 {
    max-width: 33.5%;
    aspect-ratio: 1/1;
  }
}

/* Highlight
--------------------------------------------- */
section.highlight {
  padding-top: 4em;
  padding-bottom: 4em;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
}
@media (min-width: 480) {
  section.highlight {
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.highlight {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  section.highlight {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  section.highlight {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  section.highlight {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  section.highlight {
    max-width: 1700px;
  }
}
section.highlight div.content {
  border-color: #1f4f72;
  border-style: solid;
  border-radius: 0px;
  border-width: 3px;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  section.highlight div.content {
    width: 75%;
  }
}
section.highlight div.content h2.header {
  color: #1f4f72;
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}

/* Copy Component
--------------------------------------------- */
section.copy {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
  text-align: left;
  margin-top: 4em;
}
@media (min-width: 480) {
  section.copy {
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.copy {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  section.copy {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  section.copy {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  section.copy {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  section.copy {
    max-width: 1700px;
  }
}
section.copy div {
  margin-left: 1em;
  margin-right: 1em;
}
@media (min-width: 768px) {
  section.copy div {
    margin: 0;
  }
}

/* Location Slider
--------------------------------------------- */
section.location-slider {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
  text-align: left;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
@media (min-width: 480) {
  section.location-slider {
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.location-slider {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  section.location-slider {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  section.location-slider {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  section.location-slider {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  section.location-slider {
    max-width: 1700px;
  }
}
@media (min-width: 1400px) {
  section.location-slider {
    flex-direction: row;
  }
}
section.location-slider img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
@media (min-width: 1400px) {
  section.location-slider img {
    max-width: 35%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 1400px) {
  section.location-slider .info {
    width: 75%;
  }
}
@media (min-width: 1800px) {
  section.location-slider .info {
    width: 55%;
  }
}
section.location-slider .info .header-address {
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  font-family: montserrat, sans-serif;
}
section.location-slider .info .header-address h2 {
  font-weight: 500;
}
section.location-slider .info .copy-link {
  padding: 2em;
  background-color: #1f4f72;
  color: #ffffff;
}
section.location-slider .slider-button {
  cursor: pointer;
  justify-self: center;
  align-self: center;
  width: 5em;
  padding-top: 1em;
}
@media (min-width: 1400px) {
  section.location-slider .slider-button {
    padding: 2em;
    width: 4em;
  }
}
@media (min-width: 1800px) {
  section.location-slider .slider-button {
    padding: 3em;
    width: 5em;
  }
}

/* Team
--------------------------------------------- */
section.team {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  transition-timing-function: ease-in;
  margin-bottom: 1em;
}
@media (min-width: 480) {
  section.team {
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.team {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  section.team {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  section.team {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  section.team {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  section.team {
    max-width: 1700px;
  }
}
@media (min-width: 1200px) {
  section.team {
    flex-direction: row;
  }
}
section.team .profile {
  transition: background-color 0.7s ease-out;
  font-family: montserrat, sans-serif;
  height: 100%;
  overflow: visible;
}
@media (max-width: 1200px) {
  section.team .profile {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    min-width: 300px;
  }
}
@media (max-width: 1200px) and (min-width: 480) {
  section.team .profile {
    width: 90%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  section.team .profile {
    max-width: 750px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  section.team .profile {
    max-width: 890px;
  }
}
@media (max-width: 1200px) and (min-width: 1200px) {
  section.team .profile {
    max-width: 1150px;
  }
}
@media (max-width: 1200px) and (min-width: 1400px) {
  section.team .profile {
    max-width: 1400px;
  }
}
@media (max-width: 1200px) and (min-width: 1800px) {
  section.team .profile {
    max-width: 1700px;
  }
}
@media (min-width: 1200px) {
  section.team .profile {
    transition: width 1s ease-out;
    max-width: 25%;
  }
}
section.team .profile div.content {
  cursor: pointer;
  margin: 1.5em;
}
@media (min-width: 1200px) {
  section.team .profile div.content {
    display: flex;
    flex-direction: column;
  }
}
section.team .profile div.content img {
  aspect-ratio: 7/8;
  object-fit: cover;
  height: auto;
  width: 100%;
}
section.team .profile div.content div.text .name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #15374f;
  margin: 0;
  padding: 0;
  margin-top: 0.5em;
}
section.team .profile div.content div.text .title {
  font-style: italic;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}
section.team .profile div.content div.text .bio {
  transition: height 1s ease-in;
  color: #ffffff;
  overflow: hidden;
  display: none;
  -webkit-animation: slide-up 1s ease-in;
  -moz-animation: slide-up 1s ease-in;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
section.team .profile.big {
  font-family: montserrat, sans-serif;
  background-color: #1f4f72;
  color: #ffffff;
}
@media (min-width: 1200px) {
  section.team .profile.big {
    transition: width 1s ease-out;
    width: 100%;
    max-width: 100%;
  }
}
section.team .profile.big div.content {
  margin: 1.5em;
}
@media (min-width: 1200px) {
  section.team .profile.big div.content {
    height: 30em;
    flex-direction: row;
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 1200px) {
  section.team .profile.big div.content img {
    aspect-ratio: 7/8;
    width: auto;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  section.team .profile.big div.content div.text {
    max-width: 50em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3em;
    overflow: hidden;
  }
}
section.team .profile.big div.content div.text .name {
  color: #ffffff;
}
@media (min-width: 1200px) {
  section.team .profile.big div.content div.text .name {
    font-size: 2.5rem;
    -webkit-animation: slide-down 0.5s ease-in;
    -moz-animation: slide-down 0.5s ease-in;
  }
}
@media (min-width: 1200px) {
  section.team .profile.big div.content div.text .title {
    font-size: 1.5rem;
    -webkit-animation: slide-down 0.5s ease-in;
    -moz-animation: slide-down 0.5s ease-in;
  }
}
section.team .profile.big div.content div.text .bio {
  display: block;
  -webkit-animation: slide-up 0.5s ease-in;
  -moz-animation: slide-up 0.5s ease-in;
}

/*
--------------------------------------------- */
section.contact-form {
  width: 95%;
  margin: auto;
  max-width: 480px;
  min-width: 300px;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 2px solid #1f4f72;
}
@media (min-width: 480) {
  section.contact-form {
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.contact-form {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  section.contact-form {
    max-width: 890px;
  }
}
section.contact-form h2.green-header {
  text-align: center;
  margin: 1em;
}
section.contact-form label {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
section.contact-form span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
section.contact-form input.wpcf7-form-control {
  display: block;
  width: 100%;
}
section.contact-form .wpcf7-textarea {
  height: 150px;
}
section.contact-form input.wpcf7-submit {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
section.contact-form p.captcha {
  margin-inline: auto;
  width: 80%;
  font-size: 0.7em;
  text-align: center;
}
section.contact-form p.captcha a {
  text-transform: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
--------------------------------------------- */
section.pretty-copy {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  padding: 1em;
}
@media (min-width: 480) {
  section.pretty-copy {
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.pretty-copy {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  section.pretty-copy {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  section.pretty-copy {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  section.pretty-copy {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  section.pretty-copy {
    max-width: 1700px;
  }
}
section.pretty-copy img {
  width: auto;
}
@media (min-width: 1200px) {
  section.pretty-copy img {
    max-width: 30%;
    margin-right: 2em;
  }
}
section.pretty-copy .container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (min-width: 1200px) {
  section.pretty-copy {
    flex-direction: row;
  }
}

/*
--------------------------------------------- */
section.hero img {
  width: 100%;
  height: 15em;
  object-fit: cover;
}
@media (min-width: 1200px) {
  section.hero img {
    height: 30em;
  }
}
section.hero .what-we-do {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
section.hero .what-we-do div.content {
  font-family: montserrat, sans-serif;
  margin-left: 2em;
  margin-right: 2em;
  position: relative;
  top: -25px;
  padding-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 2em;
  border-style: solid;
  background-color: #ffffff;
  border-color: #1f4f72;
  border-radius: 0px;
  border-width: 2px;
  width: 95%;
  max-width: 480px;
  min-width: 300px;
}
@media (min-width: 480) {
  section.hero .what-we-do div.content {
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.hero .what-we-do div.content {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  section.hero .what-we-do div.content {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  section.hero .what-we-do div.content {
    max-width: 1150px;
  }
}
section.hero .what-we-do div.content h2 {
  color: #1f4f72;
  font-weight: 400;
  font-size: 2em;
  margin: 0;
}
section.hero .what-we-do div.content p {
  text-align: left;
  font-weight: 400;
  margin-bottom: 2em;
  margin-top: 2em;
  font-family: quincy-cf, serif;
  line-height: 1.5;
}

/*
--------------------------------------------- */
section.careers {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
}
@media (min-width: 480) {
  section.careers {
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.careers {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  section.careers {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  section.careers {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  section.careers {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  section.careers {
    max-width: 1700px;
  }
}
section.careers h1 {
  text-align: center;
  margin: 1em 0 1em 0;
}
section.careers div.positions .position {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1em 0.5em 0 1em;
}
@media (min-width: 1200px) {
  section.careers div.positions .position {
    flex-direction: row;
    margin: 2em 1em 0 1em;
    align-items: end;
  }
}
section.careers div.positions .position .content .title {
  color: #1f4f72;
  margin: 0;
  font-size: 1.4rem;
}
section.careers div.positions .position .content .location {
  margin: 0;
}
section.careers div.positions .position .content .location span {
  font-weight: 700;
}
section.careers div.positions .position a {
  align-self: center;
  height: fit-content;
}

/* 
--------------------------------------------- */
section.not-found {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  min-width: 300px;
}
@media (min-width: 480) {
  section.not-found {
    width: 90%;
  }
}
@media (min-width: 768px) {
  section.not-found {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  section.not-found {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  section.not-found {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  section.not-found {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  section.not-found {
    max-width: 1700px;
  }
}
section.not-found .page-header {
  height: 50vh;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000000;
  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;
}

/* Loading Spinner
--------------------------------------------- */
.lds-dual-ring {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #1f4f72;
  border-color: #1f4f72 transparent #1f4f72 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
