/*!
Theme Name: Cors 
Theme URI: http://underscores.me/
Author: Miles
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crc-mount-pleasant
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.

Cors  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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0;
  padding-left: 1.75rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  font-size: 1rem;
  margin: 0.5rem 0; }

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%; }

/* Links
--------------------------------------------- */
a {
  color: #19446E;
  font-weight: 500; }

a:visited {
  color: #19446E; }

a:hover,
a:focus,
a:active {
  color: #B2C1CF; }

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: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  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: #ccc #bbb #aaa; }

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: 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%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* 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; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
a.skip-link.screen-reader-text {
  display: block;
  position: absolute;
  left: -999px;
  top: -999px; }

a.skip-link.screen-reader-text:focus {
  left: 0;
  top: 0;
  padding: 3px;
  background: #ffc;
  border: 1px solid #990000; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 1rem;
  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; }

.text-navy-blue {
  color: #19446E; }

.text-plum {
  color: #61333D; }

.text-misty-blue {
  color: #557F98; }

.text-red {
  color: #C1272D; }

.text-pale-blue {
  color: #B2C1CF; }

.text-pale-plum {
  color: #CABBBE; }

.text-black {
  color: #000000; }

.text-white {
  color: #FFFFFF; }

.text-lt-gray {
  color: #EAEAEA; }

.text-dk-gray {
  color: #5F6261; }

.bg-navy-blue {
  background-color: #19446E; }

.bg-plum {
  background-color: #61333D; }

.bg-misty-blue {
  background-color: #557F98; }

.bg-red {
  background-color: #C1272D; }

.bg-pale-blue {
  background-color: #B2C1CF; }

.bg-pale-plum {
  background-color: #CABBBE; }

.bg-black {
  background-color: #000000; }

.bg-white {
  background-color: #FFFFFF; }

.bg-lt-gray {
  background-color: #EAEAEA; }

.bg-dk-gray {
  background-color: #5F6261; }

a.primary-button {
  font-family: "Open Sans";
  text-decoration: none;
  color: #FFFFFF;
  background-color: #19446E;
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  display: block;
  font-size: 1.125rem;
  transition: all 0.4s ease-in-out;
  width: fit-content; }

a.primary-button:hover {
  background-color: #557F98; }

a.secondary-button {
  font-family: "Open Sans";
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  display: block;
  font-size: 1.125rem;
  border: 2px solid #FFFFFF;
  transition: all 0.4s ease-in-out; }

a.secondary-button:hover {
  background-color: #557F98;
  border: 2px solid #557F98; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-none {
  text-decoration: none; }

.mx-auto {
  margin: 0 auto; }

.mt-1 {
  margin-top: 0.25rem; }

.mb-1 {
  margin-bottom: 0.25rem; }

.ml-1 {
  margin-left: 0.25rem; }

.mr-1 {
  margin-right: 0.25rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.ml-2 {
  margin-left: 0.5rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mt-4 {
  margin-top: 1rem; }

.mb-4 {
  margin-bottom: 1rem; }

.ml-4 {
  margin-left: 1rem; }

.mr-4 {
  margin-right: 1rem; }

.mt-6 {
  margin-top: 1.5rem; }

.mb-6 {
  margin-bottom: 1.5rem; }

.ml-6 {
  margin-left: 1.5rem; }

.mr-6 {
  margin-right: 1.5rem; }

.padding-y-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.pt-1 {
  padding-top: 0.25rem; }

.pb-1 {
  padding-bottom: 0.25rem; }

.pl-1 {
  padding-left: 0.25rem; }

.pr-1 {
  padding-right: 0.25rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pl-2 {
  padding-left: 0.5rem; }

.pr-2 {
  padding-right: 0.5rem; }

.pt-4 {
  padding-top: 1rem; }

.pb-4 {
  padding-bottom: 1rem; }

.pl-4 {
  padding-left: 1rem; }

.pr-4 {
  padding-right: 1rem; }

.pt-6 {
  padding-top: 1.5rem; }

.pb-6 {
  padding-bottom: 1.5rem; }

.pl-6 {
  padding-left: 1.5rem; }

.pr-6 {
  padding-right: 1.5rem; }

.z-10 {
  z-index: 10; }

.z-20 {
  z-index: 20; }

.z-30 {
  z-index: 30; }

.z-40 {
  z-index: 40; }

.transform {
  transform: translate(0, 0) rotate(0deg) skewX(0deg) skewY(0deg) scaleX(1) scaleY(1); }

.rotate-45 {
  transform: rotate(45deg); }

.-translate-y-16 {
  transform: translateY(-4rem); }

.opacity-0 {
  opacity: 0; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.bg-fixed {
  background-attachment: fixed; }

/* Turn off parallax scrolling for all tablets and phones. Mobile devices not compatible background-attachment: fixed*/
@media screen and (max-device-width: 768px) {
  .bg-fixed {
    background-attachment: scroll; } }

.main {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.back-to-top {
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.back-to-top.active {
  opacity: 1; }

/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/CORS/fonts/Open-Sans/open-sans-v40-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("/wp-content/themes/CORS/fonts/Open-Sans/open-sans-v40-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/CORS/fonts/Open-Sans/open-sans-v40-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url("/wp-content/themes/CORS/fonts/Open-Sans/open-sans-v40-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/CORS/fonts/Open-Sans/open-sans-v40-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("/wp-content/themes/CORS/fonts/Open-Sans/open-sans-v40-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/CORS/fonts/Open-Sans/open-sans-v40-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("/wp-content/themes/CORS/fonts/Open-Sans/open-sans-v40-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/CORS/fonts/Open-Sans/open-sans-v40-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url("/wp-content/themes/CORS/fonts/Open-Sans/open-sans-v40-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

h1 {
  font-family: "Open Sans";
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%; }

h2 {
  font-family: "Open Sans";
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 120%; }

h3 {
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%; }

h4,
.blog-quotes-container .quote-description p {
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%; }

h5 {
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%; }

h6,
.hero-description p {
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%; }

.hero-description p {
  color: #000000;
  text-shadow: #FFF 0 0 10px; }

p,
article.post-content p {
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%; }

.text-subtext {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%; }

.text-copyright {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400; }

a {
  font-family: "Open Sans"; }

ol li, ul li {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%; }

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.3rem; }
  h4,
  .blog-quotes-container .quote-description p {
    font-size: 1.3rem; }
  h5 {
    font-size: 1.125rem; }
  h6,
  .hero-description p {
    font-size: 1.125rem; }
  p,
  article.post-content p {
    font-size: 1rem; } }

@media screen and (max-width: 640px) {
  h1 {
    font-size: 2.25rem; }
  h2 {
    font-size: 1.75rem; }
  h3 {
    font-size: 1.125rem; }
  h4,
  .blog-quotes-container .quote-description p {
    font-size: 1.125rem; }
  h5 {
    font-size: 1rem; }
  h6,
  .hero-description p {
    font-size: 1rem; }
  p,
  article.post-content p {
    font-size: 1rem; } }

.container {
  width: 100%;
  padding: 0 1.5rem; }

.container-jumbo, .container-half {
  padding: 0 1.5rem; }

@media (min-width: 375px) {
  .container {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; }
  .container-half {
    max-width: 80%; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; }
  .container-xl {
    max-width: 1536px; }
  .container-hero {
    max-width: 1600px; }
  .container-half {
    max-width: 50%; }
  .container-jumbo {
    max-width: 90%; }
  .container-2xl {
    max-width: 2000px; }
  .container-full {
    max-width: 100%; } }

.top-footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/img-footer-bg-squares.svg");
  background-color: #EAEAEA;
  /* Lt Gray */ }

.top-footer .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px 0; }

.top-footer-left {
  width: 40%;
  text-align: left; }

.footer-logo {
  width: 20rem;
  margin-left: 2rem; }

.top-footer-right {
  width: 60%; }

.footer-columns-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  margin: 0 auto;
  justify-content: flex-end; }

.footer-links {
  width: 30%;
  margin: 0 0.5rem; }

.footer-links a, .footer-links a p {
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  margin: 1rem 0;
  font-weight: 700;
  color: #19446E;
  /* navy-blue */
  text-decoration: none; }

.footer-links a:hover, .footer-links a p:hover {
  color: #557F98;
  /* misty-blue */ }

.bottom-footer {
  background-color: #61333D;
  /* plum */ }

.bottom-footer .container-xl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem; }

.bottom-footer-copyright p, .bottom-footer-copyright a, .footer-utm a {
  font-size: 1rem;
  font-family: "Open Sans";
  margin: 1rem 0;
  color: #FFFFFF;
  text-decoration: none; }

@media screen and (max-width: 1024px) {
  .top-footer-left {
    width: 30%; }
  .top-footer-right {
    width: 70%; }
  .top-footer-left {
    text-align: center; }
  .footer-logo {
    margin-left: auto; } }

@media screen and (max-width: 768px) {
  .top-footer .container {
    flex-direction: column; }
  .top-footer-left {
    width: 100%; }
  .top-footer-right {
    width: 100%; }
  .top-footer {
    background-size: contain; } }

@media screen and (max-width: 587px) {
  .bottom-footer .container-xl {
    flex-direction: column; }
  .bottom-footer-copyright {
    text-align: center; }
  .footer-utm {
    padding-bottom: 1rem; }
  .top-footer {
    background-size: cover; } }

@media screen and (max-width: 520px) {
  .footer-links {
    width: 100%;
    margin: 0 0.5rem;
    text-align: center; } }

.header {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  position: relative;
  background-color: #ffffff;
  /* opacity: 0.75; */
  transition: all 0.3s;
  padding: .75rem 0; }

.header.open-modal {
  z-index: 1; }

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.logo {
  width: 8rem;
  display: block; }

.header, .header .logo {
  transition: all 0.3s; }

.mobile-nav {
  display: block; }

.mobile-nav-toggle {
  display: block;
  cursor: pointer;
  z-index: 50;
  position: relative; }

@media (min-width: 1024px) {
  header.small {
    background-color: #ffffff;
    /* opacity: 0.75; */ }
  .logo {
    width: 12rem; }
  .header.small .logo {
    width: 12rem;
    /* padding-bottom: 0;  */ }
  .mobile-nav, .mobile-nav-toggle {
    display: none; } }

.nav-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: white;
  z-index: 40;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out; }

.nav-wrapper-block {
  display: block; }

.nav-wrapper-img {
  display: block;
  width: 8rem; }

.block-shrink-0 {
  display: block;
  flex-shrink: 0; }

.nav-wrapper.active {
  transform: translateX(0); }

#primary-navigation {
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 1024px) {
  .nav-wrapper {
    position: static;
    padding: 0;
    overflow-y: visible;
    background-color: transparent;
    transform: translateX(0);
    align-self: center;
    display: flex;
    flex-direction: column; }
  .nav-wrapper-img {
    display: none;
    width: 8rem; }
  #primary-navigation {
    flex-direction: row; } }

/* MENU STYLES*/
.utily-nav-desktop {
  text-align: right; }

a.utility-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #61333D;
  font-weight: 700;
  display: block;
  font-size: 1.125rem;
  text-decoration: none;
  border-bottom-width: 3px;
  transition: all 0.4s ease-in-out; }

a.utility-link:hover {
  background-color: transparent;
  color: #CABBBE;
  border-color: #CABBBE;
  border-bottom-width: 3px; }

li.contact-btn {
  width: fit-content; }

li.contact-btn a {
  color: #ffffff !important;
  background-color: #19446E !important;
  border-radius: 10px;
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

li.contact-btn a:hover {
  background-color: #557F98 !important; }

.primary-nav-menu {
  color: #333439;
  margin-bottom: 0;
  list-style-type: none; }

.primary-nav-menu > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.25rem;
  font-family: "Open Sans";
  font-weight: 500;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  z-index: 10;
  position: relative;
  color: #19446E; }

.primary-nav-menu li.current-menu-item > a {
  background-color: transparent;
  color: #557F98; }

.primary-nav-menu .sub-menu > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  color: #1a202c;
  display: block;
  text-decoration: none;
  min-width: 9rem; }

.primary-nav-menu .sub-menu > li > a:hover {
  background-color: #557F98;
  color: white; }

.primary-nav-menu .sub-menu > li:last-child > a:hover {
  background-color: #557F98;
  color: white;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.primary-nav-menu .sub-menu li.current-menu-item > a {
  background-color: #fff;
  color: #61333D;
  text-decoration: none;
  font-family: "Open Sans"; }

.primary-nav-menu > li {
  position: relative; }

.primary-nav-menu > li.menu-item-has-children > a {
  padding-right: 1.5rem; }

.primary-nav-menu > li.menu-item-has-children > a:after {
  content: url(/wp-content/uploads/icon-blue-arrow-down.svg);
  width: 25px;
  position: absolute;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  margin-left: -0.1rem;
  top: 15%; }

.primary-nav-menu > li.menu-item-has-children > .sub-menu {
  overflow: hidden;
  width: 100%;
  /* max-height: 0; */
  transition: max-height 0.3s linear;
  list-style-type: none; }

@media (min-width: 1024px) {
  .primary-nav-menu > li.menu-item-has-children > .sub-menu {
    width: auto;
    overflow: visible;
    max-height: none;
    list-style-type: none;
    padding-left: 0; }
  .primary-nav-menu li.menu-item-home.current-menu-item > a,
  .primary-nav-menu li.current-menu-item > a {
    background-color: transparent;
    color: #557F98;
    border-bottom-width: 3px;
    transition: all 0.4s ease-in-out; }
  .primary-nav-menu li.menu-item-home.current-menu-item > a:hover,
  .primary-nav-menu li.current-menu-item > a:hover {
    background-color: transparent;
    color: #557F98;
    border-color: #333439;
    border-bottom-width: 3px; }
  .primary-nav-menu li.current-page-parent > a,
  .primary-nav-menu li.current-menu-ancestor > a {
    background-color: transparent;
    color: #557F98; }
  .primary-nav-menu {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    white-space: nowrap; }
  .primary-nav-menu > li {
    position: relative;
    padding-left: 1px; }
  .primary-nav-menu > li:hover > .sub-menu {
    display: block;
    border-color: #cfae58;
    border-top-width: 1px; }
  .primary-nav-menu > li:not(:last-child) {
    border: none; }
  .primary-nav-menu > li > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: #19446E;
    font-weight: 700;
    display: block;
    font-size: 1.125rem;
    border-bottom-width: 3px;
    transition: all 0.4s ease-in-out; }
  .primary-nav-menu > li > a:hover {
    background-color: transparent;
    color: #557F98;
    border-color: #61333D;
    border-bottom-width: 3px; }
  .primary-nav-menu .sub-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    top: 100%;
    border-radius: 5px; }
  .primary-nav-menu .sub-menu > li > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-family: "Open Sans";
    font-weight: 500;
    text-decoration: none;
    font-size: 1rem; }
  .primary-nav-menu .sub-menu > li:last-child > a:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; } }

@media (min-width: 1280px) {
  .primary-nav-menu > li > a {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } }

@media screen and (max-width: 768px) {
  ul#menu-primary-navigation.primary-nav-menu {
    margin-left: 0; } }

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 1rem;
  padding-top: 1rem; }

.hero {
  min-height: 300px; }

.hero .button:not(:last-child) {
  margin-right: 0; }

.hero-container {
  width: 100%;
  display: flex; }

.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-self: center;
  padding-bottom: 5rem;
  width: 100%; }

.hero-heading {
  margin: 0;
  color: #000000;
  text-shadow: #FFF 0 0 10px; }

.hero-content .primary-button {
  font-size: 1rem;
  width: fit-content; }

.background-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9); }

.bottom-ekg {
  width: 100%;
  z-index: 5;
  position: absolute;
  left: 0px;
  bottom: 0px; }

.bottom-ekg img {
  width: 100%;
  margin-bottom: -12px; }

@media screen and (min-width: 525px) {
  .background-overlay {
    background: linear-gradient(96deg, #FFF 1%, rgba(255, 255, 255, 0.3) 100%); } }

@media screen and (min-width: 640px) {
  .hero-content {
    width: 80%; } }

@media screen and (min-width: 768px) {
  .hero-content {
    width: 70%; }
  .hero {
    min-height: 450px;
    padding-bottom: 1rem;
    padding-top: 1rem; }
  .bottom-ekg img {
    width: 100%;
    margin-bottom: -10px; } }

@media screen and (min-width: 1024px) {
  .home .hero {
    min-height: 75vh;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem; }
  .hero {
    min-height: 475px;
    padding-bottom: 2rem;
    padding-top: 2rem; }
  .hero-content {
    width: 60%; }
  .bottom-ekg img {
    width: 100%;
    margin-bottom: -7px; } }

@media screen and (min-width: 1440px) {
  .hero-content {
    width: 50%; }
  .hero {
    min-height: 575px;
    padding-bottom: 4rem;
    padding-top: 4rem; } }

/* Card Section Style */
.cards-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 4rem;
  padding-top: 4rem; }

.card-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center; }

.card-section-text {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  text-align: center;
  width: 100%; }

.card-section-heading {
  margin: 0 auto; }

.card-section-description p {
  line-height: 140%; }

.card-section .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.card-section-text .primary-button {
  font-size: 1rem; }

.card-section .button-container .button:not(:last-child) {
  margin-right: 0; }

@media screen and (min-width: 640px) {
  .card-section-text {
    width: 80%; } }

@media screen and (min-width: 768px) {
  .card-section-text {
    width: 70%; }
  .cards-block {
    background-size: contain; } }

@media screen and (min-width: 1024px) {
  .card-section-text {
    width: 60%; } }

@media screen and (min-width: 1440px) {
  .card-section-text {
    width: 50%; } }

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 2rem 0rem 3rem; }

/* End Card Section Style */
/* Basic Card */
.basic-card {
  width: 30%;
  margin-top: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center; }

.basic-card-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  height: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: left;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); }

.basic-card:nth-child(3n-1) .basic-card-container {
  background-color: #EAEAEA; }

.basic-card:nth-child(3n-2) .basic-card-container {
  background-color: #B2C1CF; }

.basic-card:nth-child(3n-3) .basic-card-container {
  background-color: #CABBBE; }

.basic-card p.rounded-label {
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 700;
  margin: 1rem 0; }

.basic-card h3.basic-card-title {
  font-size: 1.25rem;
  line-height: normal;
  color: #000000;
  margin: 0; }

.basic-card .basic-card-text ul {
  margin: 0;
  padding-left: 1.75rem; }

.basic-card .basic-card-text ul li {
  font-size: 1.125rem;
  color: #000000;
  margin: 1rem 0; }

.basic-card:nth-child(3n-1) .basic-card-container p.rounded-label {
  background-color: #5F6261; }

.basic-card:nth-child(3n-2) .basic-card-container p.rounded-label {
  background-color: #557F98; }

.basic-card:nth-child(3n-3) .basic-card-container p.rounded-label {
  background-color: #61333D; }

@media screen and (max-width: 1280px) {
  .basic-card {
    width: 33%; } }

@media screen and (max-width: 1024px) {
  .basic-card h3.basic-card-title {
    font-size: 1.3rem; }
  .basic-card .basic-card-text ul li {
    font-size: 1rem; }
  .basic-card .basic-card-text ul {
    padding-left: 1.5rem; } }

@media screen and (max-width: 768px) {
  .basic-card {
    width: 50%;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; } }

@media screen and (max-width: 640px) {
  .basic-card h3.basic-card-title {
    font-size: 1.125rem; }
  .basic-card .basic-card-text ul li {
    font-size: 1rem; }
  .basic-card .basic-card-text ul {
    padding-left: 1rem; }
  .basic-card {
    width: 80%; } }

@media screen and (max-width: 525px) {
  .basic-card {
    width: 90%; } }

/* END Basic Card */
/* Icon Text Side By Side */
.card-progress {
  width: 45%;
  text-align: center; }

.card-progress-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  text-align: left;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 1rem; }

.card-progress:first-child .card-progress-container {
  border-bottom: 1px solid #557F98;
  border-right: 1px solid #557F98; }

.card-progress:nth-child(2) .card-progress-container {
  border-bottom: 1px solid #557F98;
  border-left: 1px solid #557F98; }

.card-progress:nth-child(3) .card-progress-container {
  border-top: 1px solid #557F98;
  border-right: 1px solid #557F98; }

.card-progress:nth-child(4) .card-progress-container {
  border-top: 1px solid #557F98;
  border-left: 1px solid #557F98; }

.card-progress .card-progress-container .icon-side-by-text-img {
  padding: 1rem;
  flex-shrink: 0;
  text-align: center;
  width: 40%; }

.card-progress .card-progress-container .icon-side-by-text-img .icon-side-by-img {
  width: 80%;
  display: inline-block; }

.card-progress .card-progress-container .icon-side-by-text-content {
  text-align: left;
  margin: 1rem auto; }

.card-progress .card-progress-container .icon-side-by-text-content h3.icon-side-by-text-content-h3 {
  color: #000000;
  margin: 0; }

.card-progress .card-progress-container .icon-side-by-text-content .icon-side-by-text-p p {
  color: #000000;
  margin: 0.5rem 0 1rem; }

@media screen and (max-width: 1280px) {
  .card-progress {
    width: 50%; } }

@media screen and (max-width: 640px) {
  .card-progress {
    width: 80%; }
  .card-progress:first-child .card-progress-container {
    border-bottom: none;
    border-right: none; }
  .card-progress:nth-child(2) .card-progress-container {
    border-bottom: none;
    border-left: none; }
  .card-progress:nth-child(3) .card-progress-container {
    border-top: none;
    border-right: none; }
  .card-progress:nth-child(4) .card-progress-container {
    border-top: none;
    border-left: none; } }

@media screen and (max-width: 525px) {
  .card-progress {
    width: 90%; } }

/* END OF Icon Text Side By Side */
/* Image Hover */
.image-hover-card-link {
  margin-top: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration: none;
  text-align: center; }

.image-hover-card-link.lg-w-1-3 {
  width: 30%; }

.image-hover-card-link.lg-w-1-4 {
  margin-top: 0.75rem;
  width: 25%; }

.image-hover-card-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); }

.image-hover-background-overlay {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  background-color: #19446E;
  color: #ffffff;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  height: 1.25rem; }

.image-hover-background-overlay .icon-width, .image-hover-background-overlay h3.card-overlay-title, .image-hover-background-overlay .card-overlay-description {
  color: #ffffff;
  opacity: 0;
  transition: all 0.7s ease-in-out; }

.image-hover-background-overlay .icon-width {
  text-align: center;
  margin: 0 auto;
  width: 100%; }

.image-hover-card-link:hover .image-hover-background-overlay {
  height: 100%; }

.image-hover-card-link:hover .image-hover-background-overlay .icon-width, .image-hover-card-link:hover .image-hover-background-overlay h3, .image-hover-card-link:hover .image-hover-background-overlay .card-overlay-description {
  opacity: 1; }

.image-hover-card-container h3 {
  color: #000000;
  width: 100%;
  margin: 1rem auto 0;
  line-height: normal; }

.image-hover-card-container .card-description {
  color: #000000;
  width: 100%;
  padding-bottom: 1rem; }

.image-hover-card-container h3,
.image-hover-card-container .card-description,
.image-hover-background-overlay h3.card-overlay-title,
.image-hover-background-overlay .card-overlay-description {
  padding-left: 1rem;
  padding-right: 1rem; }

.bg-image-hover-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 2/1; }

@media screen and (max-width: 1280px) {
  .bg-image-hover-card {
    aspect-ratio: 3/2; }
  .image-hover-card-link.lg-w-1-3 {
    width: 33%; }
  .image-hover-card-link.lg-w-1-4 {
    margin-top: 2rem;
    width: 40%; } }

@media screen and (max-width: 1024px) {
  .bg-image-hover-card {
    aspect-ratio: 3/2; }
  .image-hover-card-link.lg-w-1-4 {
    width: 50%; } }

@media screen and (max-width: 768px) {
  .image-hover-card-link.lg-w-1-3,
  .image-hover-card-link.lg-w-1-4 {
    width: 50%;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; } }

@media screen and (max-width: 640px) {
  .image-hover-card-link.lg-w-1-3,
  .image-hover-card-link.lg-w-1-4 {
    width: 80%; } }

@media screen and (max-width: 525px) {
  .image-hover-card-link.lg-w-1-3,
  .image-hover-card-link.lg-w-1-4 {
    width: 90%; } }

/* END of Image Hover */
/* Expandable Card */
.info-expandable-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin-top: 1rem; */ }

.info-expandable-card .expandable-card {
  position: relative;
  width: 25%;
  padding: 1rem; }

.info-expandable-card .expandable-card .expandable-card-container {
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-direction: column;
  position: relative; }

.expandable-card-container {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.expandable-card-image {
  aspect-ratio: 4 / 3;
  padding-bottom: 85%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  border-radius: 10px 10px 0 0; }

.expandable-card-content {
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

button.expandable-card-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  padding: 1rem;
  flex-grow: 1;
  z-index: 10;
  border-radius: 0 0 10px 10px; }

button.expandable-card-button:focus {
  outline: none; }

.expandable-card-heading {
  margin-right: 1rem; }

.expandable-card-heading h3, .expandable-card-heading p {
  margin: 0; }

.expandable-card-button .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: #000;
  border-style: solid;
  border-radius: 9999px;
  width: 3rem;
  height: 3rem; }

.biography {
  width: 100%;
  text-align: left;
  line-height: 140%;
  color: #000;
  background-color: #fff;
  position: absolute;
  top: 100%;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 1rem;
  border-radius: 10px; }

@media screen and (max-width: 1280px) {
  .info-expandable-card .expandable-card {
    width: 33%;
    padding: 1.5rem; } }

@media screen and (max-width: 1024px) {
  .info-expandable-card .expandable-card {
    width: 33%;
    padding: 1.25rem; } }

@media screen and (max-width: 768px) {
  .info-expandable-card .expandable-card {
    width: 50%; } }

@media screen and (max-width: 640px) {
  .info-expandable-card .expandable-card {
    width: 80%; } }

@media screen and (max-width: 525px) {
  .info-expandable-card .expandable-card {
    width: 90%; } }

/* END OF Expandable Card */
/* Modal Card */
.modal-expandable-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.modal-expandable-card .expandable-card {
  position: relative;
  width: 25%;
  padding: 1rem; }

.modal-expandable-card .expandable-card .expandable-card-container {
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-direction: column;
  position: relative; }

.modal-expandable-card .expandable-card .expandable-card-container {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.modal-expandable-card .expandable-card .expandable-card-container .expand-grow {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.modal-expandable-card .expandable-card .expandable-card-container .expand-grow button.modal-expand-button {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  position: relative;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  z-index: 10; }

.modal-expandable-card .expandable-card .expandable-card-container .expand-grow button.modal-expand-button:focus {
  outline: none; }

button.modal-expand-button .modal-card-heading {
  margin-right: 1rem;
  width: 70%; }

button.modal-expand-button .contain-plus {
  width: 20%; }

.modal-card-heading h3, .modal-card-heading p {
  margin: 0; }

button.modal-expand-button .contain-plus .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: #000;
  border-style: solid;
  border-radius: 9999px;
  width: 3rem;
  height: 3rem; }

hr {
  width: 100%; }

/* Bio Modal */
.modal-expandable-card .bio-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 51; }

.modal-expandable-card .bio-modal .bio-modal-container {
  height: 80vh;
  width: 70%;
  padding: 2rem;
  border-radius: 0.375rem;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column; }

.modal-expandable-card .bio-modal .bio-modal-container .bio-modal-close {
  cursor: pointer;
  padding: 2rem;
  right: 0;
  top: 0;
  position: absolute; }

@media screen and (max-width: 1280px) {
  .modal-expandable-card .expandable-card {
    width: 33%;
    padding: 1.5rem; } }

@media screen and (max-width: 1024px) {
  .modal-expandable-card .expandable-card {
    width: 33%;
    padding: 1.25rem; } }

@media screen and (max-width: 768px) {
  .modal-expandable-card .expandable-card {
    width: 50%;
    padding: 1.5rem; } }

@media screen and (max-width: 640px) {
  .modal-expandable-card .expandable-card {
    width: 80%;
    padding: 1.5rem; } }

@media screen and (max-width: 525px) {
  .modal-expandable-card .expandable-card {
    width: 90%;
    padding: 1.5rem; } }

/* END OF Modal Card */
/* Info Block Section Style */
.info-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }

.info-block-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center; }

.info-block-section-text {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  width: 100%; }

.info-block-section-text {
  width: 100%; }

.info-block-section-heading {
  margin: 0 auto;
  width: 100%; }

.info-block-section-description {
  width: 100%; }

.info-block-section-description-bottom {
  width: 80%; }

.info-block-section-description p, .info-block-section-description-bottom p {
  line-height: 140%; }

.info-block-section-description ul, .info-block-section-description-bottom ul {
  margin: 0;
  padding-left: 1.75rem; }

.info-block-section-description ul li, .info-block-section-description-bottom ul li {
  font-size: 1.125rem;
  margin: 0.5rem 0; }

.info-block-section .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.info-block-section .button-container a.button {
  width: fit-content;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.info-block-section-text .primary-button {
  font-size: 1rem;
  width: fit-content; }

.info-block-section .button-container .button:not(:last-child) {
  margin-right: 0; }

@media screen and (min-width: 525px) {
  .info-block-section .button-container {
    flex-direction: row; }
  .info-block-section .button-container .button:not(:last-child) {
    margin-right: 1.5rem; } }

@media screen and (min-width: 640px) {
  .info-block-section-text {
    width: 80%; } }

@media screen and (min-width: 768px) {
  .info-block-section-text {
    width: 70%; }
  .info-block {
    background-size: contain; }
  .info-block-section-description-bottom {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .info-block-section-text {
    width: 60%; } }

@media screen and (min-width: 1440px) {
  .info-block-section-text {
    width: 50%; } }

/* End Card Section Style */
/* Info Block CTA Styles*/
.info-block-cta-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto; }

.info-cta-text-container {
  width: 60%;
  margin: 0 auto; }

.info-cta-text-content {
  width: 100%;
  margin: 0 auto; }

.info-cta-button {
  width: 30%; }

.info-cta-button .button-container .secondary-button {
  width: max-content; }

@media screen and (max-width: 1280px) {
  .info-block-cta-section {
    width: 80%; } }

@media screen and (max-width: 1024px) {
  .info-block-cta-section {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .info-block-cta-section {
    flex-direction: column; }
  .info-cta-text-content {
    text-align: center; }
  .info-cta-text-container, .info-cta-button {
    width: 90%; } }

/* END of Info Block CTA Styles*/
/* Info Full Image and Text Styles */
.info-full-image-and-text-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin: 0 auto; }

.info-full-image-and-text-section .info-full-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 65%;
  min-height: 550px; }

.info-full-image-and-text-container {
  width: 35%;
  margin: 0 auto; }

.info-full-image-text-gray-content {
  width: 80%;
  margin: 0 auto; }

.info-full-image-and-text-button {
  width: auto; }

.info-full-image-and-text-button .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start; }

.info-full-image-and-text-container .info-full-image-text-gray-content h2 {
  margin-top: 0; }

@media screen and (max-width: 1280px) {
  .info-full-image-and-text-section .info-full-bg-image {
    width: 65%;
    min-height: 600px; } }

@media screen and (max-width: 1024px) {
  .info-full-image-and-text-section .info-full-bg-image {
    width: 50%;
    min-height: 550px; }
  .info-full-image-and-text-container {
    width: 50%; } }

@media screen and (max-width: 768px) {
  .info-full-image-and-text-section {
    flex-direction: column; }
  .info-full-image-and-text-section .info-full-bg-image {
    width: 100%;
    min-height: 250px; }
  .info-full-image-and-text-container {
    width: 100%; }
  .info-full-image-and-text-button .button-container {
    justify-content: center; }
  .info-full-image-text-gray-content {
    margin-top: 4rem;
    margin-bottom: 4rem; } }

/* END of Info Full Image and Text Styles*/
/* Info Image and Text Styles */
.info-image-and-text-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 85%;
  margin: 0 auto; }

.info-image-and-text-section .info-image-and-text-image {
  width: 40%; }

.info-image-and-text-section .info-image-and-text-image img {
  display: inline-block;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.info-image-and-text-container {
  width: 60%;
  margin: 0 auto; }

.info-image-and-text-content {
  width: 100%; }

.info-image-and-text-content div ul {
  margin: 0;
  padding-left: 1.75rem; }

.info-image-and-text-content div ul li {
  font-size: 1.125rem;
  margin: 0.5rem 0; }

.info-image-and-text-content.text-right-side {
  padding-left: 5rem;
  text-align: left; }

.info-image-and-text-content.text-left-side {
  padding-right: 5rem;
  text-align: left; }

.info-image-and-text-button {
  width: auto; }

.info-image-and-text-button .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start; }

.info-image-and-text-container .info-image-and-text-content h2 {
  margin-top: 0; }

@media screen and (max-width: 1280px) {
  .info-image-and-text-section {
    width: 100%; }
  .info-image-and-text-content.text-right-side {
    padding-left: 4rem; }
  .info-image-and-text-content.text-left-side {
    padding-right: 4rem; } }

@media screen and (max-width: 1024px) {
  .info-image-and-text-section {
    width: 100%; }
  .info-image-and-text-section .info-image-and-text-image {
    width: 40%; }
  .info-image-and-text-container {
    width: 60%; }
  .info-image-and-text-content.text-right-side {
    padding-left: 3rem; }
  .info-image-and-text-content.text-left-side {
    padding-right: 3rem; } }

@media screen and (max-width: 768px) {
  .info-image-and-text-section {
    flex-direction: column; }
  .info-image-and-text-section .info-image-and-text-image {
    width: 70%; }
  .info-image-and-text-container {
    margin-top: 2rem;
    text-align: center;
    width: 80%; }
  .info-image-and-text-content.text-right-side, .info-image-and-text-content.text-left-side {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .info-image-and-text-button .button-container {
    justify-content: center; } }

@media screen and (max-width: 640px) {
  .info-image-and-text-section .info-image-and-text-image {
    width: 90%; }
  .info-image-and-text-container {
    width: 90%; } }

/* END of Info Image and Text Styles*/
/* Info WYSIWYG and Text Side by Side Styles */
.info-wysiwyg-and-text-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  flex-direction: row; }

.info-wysiwyg-and-text-container {
  width: 50%; }

.info-wysiwyg-and-text-content {
  height: 100%;
  padding: 1rem;
  margin: 0 0.5rem;
  border-radius: 10px; }

.info-wysiwyg-and-text-content p {
  line-height: 140%; }

.info-wysiwyg-and-text-section .info-wysiwyg-and-text-container .info-wysiwyg-and-text-content p a.text-white {
  color: #ffffff; }

.info-wysiwyg-and-text-section .info-wysiwyg-and-text-container .info-wysiwyg-and-text-content p a.text-white:hover,
.info-wysiwyg-and-text-section .info-wysiwyg-and-text-container .info-wysiwyg-and-text-content p a.text-white:visited {
  color: #B2C1CF; }

@media screen and (max-width: 1024px) {
  .info-wysiwyg-and-text-container {
    width: 50%; }
  .info-wysiwyg-and-text-content {
    padding: .5rem;
    margin: 0 0.25rem; } }

@media screen and (max-width: 768px) {
  .info-wysiwyg-and-text-section {
    flex-direction: column; }
  .info-wysiwyg-and-text-container {
    margin: 1rem auto 0;
    width: 80%; }
  .info-wysiwyg-and-text-content {
    padding: 0; } }

@media screen and (max-width: 640px) {
  .info-wysiwyg-and-text-container {
    width: 100%; } }

/* END of Info WYSIWYG and Text Side by Side Styles*/
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 600; }

#main .gform_wrapper input[type=submit], #main nav.gf_login_links input[type=submit] {
  font-family: "Open Sans";
  text-decoration: none;
  color: #FFFFFF;
  background-color: #19446E;
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  display: block;
  font-size: 1.125rem;
  transition: all 0.4s ease-in-out; }

#main .gform_wrapper input[type=submit]:hover, #main nav.gf_login_links input[type=submit]:hover {
  background-color: #557F98; }

ul.sitemap, ul.sub-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0; }

ul.sitemap {
  width: 80%; }

.sitemap > li a, .sitemap > li ul.sub-menu > li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  padding-bottom: .75rem;
  padding-top: .75rem;
  text-decoration: none; }

.sitemap > li ul.sub-menu > li a {
  color: #61333D; }

.sitemap > li:not(:last-child) {
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #EAEAEA;
  border-style: solid; }

.sitemap > li li {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding-left: 1rem; }

.sitemap .sub-menu {
  --tw-border-opacity: 1;
  border-color: #EAEAEA;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  margin-top: .75rem;
  padding-top: .5rem; }

.sitemap .sub-menu li {
  --tw-text-opacity: 1;
  color: #61333D;
  font-weight: 600; }

.info-sitemap-section {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  width: 100%;
  margin: 0 auto; }

@media screen and (min-width: 640px) {
  .ul.sitemap {
    width: 80%; } }

@media screen and (min-width: 768px) {
  .ul.sitemap {
    width: 70%; } }

@media screen and (min-width: 1024px) {
  .ul.sitemap {
    width: 60%; } }

@media screen and (min-width: 1440px) {
  .ul.sitemap {
    width: 50%; } }

/* Accordion Section Style */
.accordion-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 4rem;
  padding-top: 4rem; }

.accordion-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center; }

.accordion-section-text {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  text-align: center;
  width: 100%; }

.accordion-section-heading {
  margin: 0 auto; }

.accordion-section-description p {
  line-height: 140%; }

.accordion-section .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.accordion-section-text .primary-button {
  font-size: 1rem;
  width: fit-content; }

.accordion-section .button-container .button:not(:last-child) {
  margin-right: 0; }

@media screen and (min-width: 640px) {
  .accordion-section-text {
    width: 80%; } }

@media screen and (min-width: 768px) {
  .accordion-section-text {
    width: 70%; }
  .accordion-block {
    background-size: contain; } }

@media screen and (min-width: 1024px) {
  .accordion-section-text {
    width: 60%; } }

@media screen and (min-width: 1440px) {
  .accordion-section-text {
    width: 50%; } }

.accordion-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 2rem 0rem 3rem;
  margin: 0 auto;
  text-align: center; }

/* End Accordion Section Style */
/*Simple Accordion Style */
.accordion-items ul.accordion {
  list-style: none;
  box-sizing: border-box;
  margin: 1rem 0 0 0;
  padding: 0;
  text-align: center; }

ul.accordion li.accordion-item {
  position: relative;
  text-align: left;
  padding: 1.5rem 0.75rem 0.75rem 0.75rem;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: all .1s; }

ul.accordion li.accordion-item.border-sep:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid #61333D;
  opacity: 0.5; }

.accordion-heading {
  display: flex;
  justify-content: space-between;
  align-content: center; }

.accordion-heading p.item-heading {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0; }

.accordion-heading p.item-plus {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-left: 0.5rem;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

ul.accordion li.accordion-item > div.description, ul.accordion li.accordion-item span.plus {
  transition: all .2s; }

ul.accordion li.accordion-item span.plus {
  transform-origin: center;
  display: block;
  color: #19446E;
  /* navy blue */ }

ul.accordion li.accordion-item > div.description {
  max-height: 0;
  opacity: 0;
  overflow-y: clip;
  padding-bottom: 0; }

ul.accordion li.accordion-item > div.description > div.wysiwyg ul li,
ul.accordion li.accordion-item > div.description > div.wysiwyg ol li {
  font-size: 1.125rem;
  margin: 0.5rem 0; }

ul.accordion li.accordion-item > div.description > div.wysiwyg ul li strong,
ul.accordion li.accordion-item > div.description > div.wysiwyg ol li strong {
  font-weight: 600; }

ul.accordion li.accordion-item > div.description > div.wysiwyg ul li:last-child,
ul.accordion li.accordion-item > div.description > div.wysiwyg ol li:last-child {
  padding-bottom: 1rem; }

.accordion-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start; }

/* Active Simple Accordion Style */
ul.accordion li.accordion-item.active .plus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0deg)) skewX(var(--tw-skew-x, 0deg)) skewY(var(--tw-skew-y, 0deg)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
  box-sizing: border-box; }

ul.accordion li.accordion-item.active > div.description {
  max-height: 500px;
  margin-top: 1rem;
  opacity: 1;
  padding-bottom: 0.5rem; }

ul.accordion li.accordion-item.active::after {
  display: none; }

ul.accordion li.accordion-item.always-active, ul.accordion li.accordion-item.active {
  --tw-bg-opacity: 1;
  background-color: #fff;
  --tw-text-opacity: 1;
  color: #000000;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

/*END OF Accordion Style */
/* Blog Style */
.archive-blog-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 2rem; }

.blog-main-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  margin: 0 auto; }

.card-blog {
  width: 33.333333%;
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center; }

.card-blog .blog-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
  margin: 0 auto;
  height: 100%;
  background-color: #eaeaea;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 20; }

.card-blog .blog-content .blog-image-ratio {
  width: 100%;
  aspect-ratio: 2 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 20; }

.card-blog .blog-desc-container {
  z-index: 20;
  padding: 1rem 1rem 2.75rem 1rem;
  transition: all 0.4s ease-in-out;
  color: #000000; }

.card-blog .blog-desc-container .blog-cat a {
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  color: #19446E; }

.card-blog .blog-desc-container a.blog-title {
  display: block;
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  margin: 0.5rem auto 0;
  line-height: normal;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  color: #000000; }

.bottom-blog-sub-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 1rem 1rem 2rem 1rem;
  transition: all 0.4s ease-in-out;
  color: #000000; }

.bottom-blog-sub-container p {
  line-height: normal;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px; }

.blog-background-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #19446E;
  z-index: 10;
  height: 1.25rem;
  transition: all 0.4s ease-in-out; }

/* Blog Hover Animation */
.card-blog:hover .blog-desc-container .blog-cat a,
.card-blog:hover .blog-desc-container a.blog-title,
.card-blog:hover .blog-desc-container,
.card-blog:hover .blog-content .bottom-blog-sub-container {
  color: #ffffff; }

.card-blog:hover .blog-content .blog-background-overlay {
  height: 100%; }

/* Pagination Styles */
.pagination-section {
  margin: 2rem auto 4rem;
  text-align: center; }

.pagination-section .page-numbers {
  color: #19446E;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  background: transparent;
  padding: 0.5rem 1rem;
  margin: .25rem;
  border: 2px solid #19446E;
  transition: all 0.2s ease-in-out; }

.pagination-section .page-numbers:hover {
  color: #ffffff;
  background: #557F98;
  border: 2px solid #557F98; }

.pagination-section span.page-numbers.current {
  color: #ffffff;
  background: #557F98;
  border: 2px solid #557F98; }

/* Blog Resposive Styles */
@media screen and (max-width: 1280px) {
  .card-blog {
    width: 33%; } }

@media screen and (max-width: 1024px) {
  .card-blog {
    width: 33%; } }

@media screen and (max-width: 768px) {
  .card-blog {
    width: 50%; } }

@media screen and (max-width: 640px) {
  .card-blog {
    width: 80%; }
  .blog-main-container {
    justify-content: center; } }

@media screen and (max-width: 525px) {
  .card-blog {
    width: 90%; } }

/* END of Blog Style */
/* Single Post Styles */
body.single-post {
  color: #000000; }

.wp-block-columns {
  column-gap: 30px; }

article.post-content ul.wp-block-list,
article.post-content ol.wp-block-list {
  margin: 0;
  padding-left: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

article.post-content ul.wp-block-list li,
article.post-content ol.wp-block-list li {
  font-size: 1.125rem;
  margin: 0.5rem 0; }

.blog-label {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 0; }

.blog-quotes-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eaeaea;
  margin-top: 4rem;
  padding: 2rem 0; }

.blog-quotes-container {
  text-align: center;
  margin: 0 auto; }

.quote-name-title {
  margin-top: 2rem; }

.quote-name-title .quote-name {
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0; }

.quote-name-title .quote-title {
  margin-top: 0.75rem; }

/* Post Previous Next Styles */
.blog-button-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 2rem auto 4rem; }

.blog-button-section a.button-blog-previous,
.blog-button-section a.button-blog-next {
  color: #19446E;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  background: transparent;
  padding: 0.5rem 1rem;
  margin: .25rem;
  border: 2px solid #19446E;
  transition: all 0.2s ease-in-out; }

.blog-button-section a.button-blog-previous:hover,
.blog-button-section a.button-blog-next:hover {
  color: #ffffff;
  background: #557F98;
  border: 2px solid #557F98; }

@media screen and (min-width: 768px) {
  .blog-quotes-section {
    background-size: contain; } }

/* END OF Single Post Styles */
/* Filter Styles */
.no-post-result {
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 1.5rem; }

.filter-search-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem 2rem;
  margin: 0 auto; }

.filter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem; }

.search-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem; }

select#resource-dropdown,
select#service-dropdown {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  /* width: auto; */
  width: 14rem;
  border: 1px solid #EAEAEA;
  padding-left: 1rem !important;
  padding-right: 1.25rem !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  position: relative;
  background-image: url(/wp-content/uploads/blue-arrow-down-padded.webp);
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 1rem;
  color: #000000;
  padding: 0.5rem 0;
  outline: 0;
  cursor: pointer; }

select#service-dropdown {
  margin: 0 1rem; }

select#resource-dropdown:hover,
select#service-dropdown:hover,
select#resource-dropdown:active,
select#service-dropdown:active {
  border: 1px solid #B2C1CF !important;
  background-image: url(/wp-content/uploads/blue-arrow-up-padded.webp); }

a.filter-find-button {
  font-family: "Open Sans";
  text-decoration: none;
  color: #FFFFFF;
  background-color: #19446E;
  border-radius: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  display: block;
  font-size: 1.125rem;
  transition: all 0.4s ease-in-out; }

a.filter-find-button:hover {
  background-color: #557F98; }

@media screen and (max-width: 768px) {
  select#resource-dropdown,
  select#service-dropdown {
    width: 14rem; } }

@media screen and (max-width: 650px) {
  .filter-search-section {
    flex-direction: column-reverse;
    align-items: start; }
  .filter-container {
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .search-container {
    align-items: center;
    margin-bottom: 1rem;
    width: 100%; }
  select#resource-dropdown, select#service-dropdown {
    width: 100%;
    margin: 1rem 0; } }

/* END OF Filter Styles */
/* Search Form Style */
form.search-form {
  display: flex;
  align-items: center;
  width: auto;
  position: relative;
  margin-right: 0.75rem; }

form.search-form label#search-label {
  width: 100%;
  margin: 0 auto; }

form.search-form label#search-label span.screen-reader-text {
  display: none; }

form.search-form label#search-label input.input-search {
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  border: 1px solid #EAEAEA;
  position: relative;
  width: 100%;
  background-color: transparent;
  background-position: 95%;
  background-repeat: no-repeat;
  color: #000000;
  box-sizing: border-box;
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

form.search-form label#search-label .input-search:focus {
  background-image: none !important;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  border-style: solid;
  border-width: 1px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  cursor: text; }

form.search-form label#search-label div#search-cover {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 2rem;
  cursor: pointer; }

form.search-form .input-search-submit {
  width: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background-size: 22px 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  z-index: 50;
  border: none;
  -webkit-appearance: none;
  appearance: none; }

@media screen and (max-width: 650px) {
  form.search-form {
    width: 100%;
    margin-right: 0; } }

/* End of Search Form Style */
/* Search Result Styles */
.miles-search-results {
  /* background-image: url(/wp-content/uploads/img-combined-bg-squares.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
  padding: 2rem 0 4rem; }

.miles-search-results div.search-content {
  margin: 0 auto;
  padding: 0 1rem; }

.miles-search-results div header.page-header h1.page-title {
  color: #000000;
  text-align: center; }

.search-content-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* END of Search Result Styles */
/* Search Result Articles Styles */
.search-content .search-result-article {
  width: 33%;
  margin: 2rem 0;
  padding: 0 1rem; }

.search-content .search-result-article .search-post {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #19446E; }

.search-content .search-result-article .search-post .entry-header {
  display: flex;
  flex-direction: column; }

.search-content .search-result-article .search-post .entry-header .eyebrow {
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  color: #19446E; }

.search-content .search-result-article .search-post .entry-header .entry-title {
  line-height: normal;
  margin: 0.85rem auto; }

.search-content .search-result-article .search-post .entry-header .entry-title a {
  text-decoration: none;
  font-weight: 700; }

.search-content .search-result-article .search-post .entry-header .entry-meta {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none; }

@media screen and (max-width: 1280px) {
  .search-content .search-result-article {
    width: 33%; } }

@media screen and (max-width: 1024px) {
  .search-content .search-result-article {
    width: 33%; } }

@media screen and (max-width: 768px) {
  .search-content .search-result-article {
    width: 50%; }
  .miles-search-results {
    background-size: cover; } }

@media screen and (max-width: 640px) {
  .search-content .search-result-article {
    width: 80%; } }

@media screen and (max-width: 525px) {
  .search-content .search-result-article {
    width: 90%; } }

/* END of Search Result Articles Styles */
/* No Result Styles */
.miles-search-results .search-content .no-results {
  text-align: center; }

.miles-search-results .search-content .no-results .page-content p {
  font-size: 1rem;
  font-weight: 600; }

/* END of No Result Styles */
