/*!
Theme Name: SSI Theme HC
Theme URI: http://www.site-seeker.com/
Author: John Huebner
Author URI: https://github.com/Hube2
Description: HC Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ssi-theme-hc
Tags: 

SSI _ssi was originally based on _s Underscores https://underscores.me/, (C) 2012-2017 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/
*/

/* 2287 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.618; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

input:focus, textarea:focus, select:focus {
	outline: none !important;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
	line-height: 1.618em;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #111;
	font-family: sans-serif;
	font-size: 1rem;
	line-height: 1.618em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-size: 2.44em;
	margin-bottom: .8em;
}

h2 {
	font-size: 1.95em;
	margin-bottom: .8em;
}

h3 {
	font-size: 1.56em;
	margin-bottom: .8em;
}

h4 {
	font-size: 1.25em;
	margin-bottom: .8em;
}

h5 {
	font-size: 1em;
	margin-bottom: .8em;
}

h6 {
	font-size: .8em;
	margin-bottom: .8em;
}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h4 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited {
	color: inherit;
	text-decoration: none;
}

h1 a:focus, h1 a:hover,
h2 a:focus, h2 a:hover,
h4 a:focus, h3 a:hover,
h4 a:focus, h4 a:hover,
h5 a:focus, h5 a:hover,
h6 a:focus, h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

h1 a:active,
h2 a:active,
h4 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
	color: inherit;
	text-decoration: none;
}

p {
	font-size: 1em;
}

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

blockquote {
	margin: 0 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.9375rem;
	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;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	display: inline-block;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 1rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*----ADDED 4.21.22 MVHS--------*/
html {
	scroll-behavior: smooth;
	scroll-padding-top: 8em;
}
/*------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*----ADDED 4.19.22 MVHS--------*/

.current-page-parent, .current-menu-ancestor, .current-page-ancestor {
    padding-left: 0em !important;
}
ul.sub-menu {
    padding: 0;
    list-style-type: none;
}
/*------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 37.5em) {
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.press-navigation .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
.press-navigation .nav-next {
	float: left;
	text-align: left;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

a:focus .screen-reader-text, .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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.ssi-hentry {
	/*margin: 0 0 1.5em;*/
}

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* SSI Typography - might be overridden by settings */

h1, h2, h3, h4, h5, h6, p, blockquote, address, pre, ul, ol, dd, table, form, .wp-caption, .gallery {
	margin-bottom: .8em;
}

/* SSI Default Panel Column Setup */
.panel {
	position: relative;
}
.panel .col, .panel [class^="col-"] {
	/*padding: 0;*/
}

.panel .col>.inner, .panel [class^="col-"]>.inner {
	padding: 1.618em;
}

.panel .col>.inner *:last-child, .panel [class^="col-"]>.inner *:last-child {
	margin-bottom: 0;
}

/* SSI SITE SOCIAL LINKS 
		this is the base, remaining styles generated in short code or in header from default settings
*/
ul.ssi-social-icons {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.ssi-social-icons li {
	display: inline-block;
	margin-left: 1em;
	margin-bottom: 1em;
}
ul.ssi-social-icons a {
	display: inline-block;
	box-sizing: border-box;
}
ul.ssi-social-icons i {
	width: 1em;
}

ul.ssi-social-icons a:link,
ul.ssi-social-icons a:visited,
ul.ssi-social-icons a:focus,
ul.ssi-social-icons a:hover,
ul.ssi-social-icons a:active {
	color: inherit;
}
ul.ssi-social-icons i, ul.ssi-social-icons a {
	transition-property: all;
	transition-duration: .25s;
}

/* Site Specific */



body {
	background-color: #FFF;
	color: #111;
	font-weight: normal;
}

@media (max-width: 575px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: .8rem;
	}
}

@media (max-width: 768px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: .9rem;
	}
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

/* Header */

.site-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	color: #053962;
	background-color: #FFF;
}

.site-header a:link, .site-header a:visited, .site-header a:focus, .site-header a:hover, .site-header a:active {
	color: inherit;
}

.site-header-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}


.site-header a.logo, .site-header a.logo:link, .site-header .a.logo:visited, .site-header .a.logo:focus, .site-header a.logo:hover, .site-header a.logo:active {
	color: inherit;
	text-decoration: none;
}

.site-header a.logo img {
	max-height: 50px;
	width: auto;
}

@media (min-width: 400px) {
	.site-header a.logo img {
		max-height: 75px;
		width: auto;
	}
}

#content {
	padding-top: 115px;
}

#search-layer, #menu-layer {
	position: absolute;
	display: none;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	/*border: 1px solid #000;*/
	background-color: #FFF;
}

#search-layer.toggled, #menu-layer.toggled {
	display: block;
}

#search-layer form {
	margin: 0;
}

#search-layer form button {
	color: inherit;
	border: none;
	border-radius: 0;
	background-color: transparent;
	font-size: inherit;
	padding: 0;
	cursor: pointer;
}

#search-layer form input {
	vertical-align: central;
	color: inherit;
	/*border: 1px solid #EEE;*/
	border: none;
	line-height: 2;
	padding: 0 1em;
	width: 80%;
	font-size: inherit;
	vertical-align: top;
}

#search-layer form input::-webkit-input-placeholder {
  color: #053962;
	font-style: italic;
  opacity: .8;
}

#search-layer form input::-moz-placeholder {
  color: #053962;
	font-style: italic;
  opacity: .8;
}

#search-layer form input:-ms-input-placeholder {
  color: #053962;
	font-style: italic;
  opacity: .8;
}

#search-layer form input::-ms-input-placeholder {
  color: #053962;
	font-style: italic;
  opacity: .8;
}

#search-layer form input::placeholder {
  color: #053962;
	font-style: italic;
  opacity: .8;
}

#menu-layer .menu-content {
	border-left: 1px solid #b7c7d1;
}

@media (max-width: 991px) {
	#menu-layer .menu-menu-1, #menu-layer .menu-menu-2 {
		margin-bottom: 2em;
	}
	#menu-layer .menu-content .inner {
		padding-top: 2em;
		border-top: 1px solid #b7c7d1;
	}
	#menu-layer .menu-content {
		border-left: none;
	}
}

#menu-layer ul.primary-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.95;
}

#menu-layer ul.primary-menu ul {
	margin-left: 1em;
	padding: 0;
	list-style-type: none;
}

#menu-layer ul.primary-menu a:link, #menu-layer ul.primary-menu a:visited {
	color: #053962;
	text-decoration: none;
}

#menu-layer ul.primary-menu a:focus, #menu-layer ul.primary-menu a:hover {
	color: #053962;
	text-decoration: underline;
}

#menu-layer ul.primary-menu a:active {
	color: #053962;
	text-decoration: none;
}

.cta-button {
	margin-bottom: 15px;
}

.cta-button span {
	display: inline-block;
	padding: 0 .5em;
	text-decoration: inherit;
}
.cta-button span:first-child {
	padding-left: 0;
}

.cta-button span:last-child {
	padding-right: 0;
}
.cta-button span+i {
	float: right;
	line-height: inherit;
}

/* header banner */

.header-banner {
	padding: 15px 0;
	color: #FFF;
}

.header-banner.quick-links,
.header-banner.provider {
	padding: 0;
}

.header-banner.quick-links .container-fluid,
.header-banner.provider .container-fluid {
	padding: 0;
}

.header-banner .breadcrumbs {
	color: #e4eaee;
	font-size: .8em;
}

.header-banner .breadcrumbs a:link, .header-banner .breadcrumbs a:visited {
	color: inherit;
	text-decoration: none;
}

.header-banner .breadcrumbs a:focus, .header-banner .breadcrumbs a:hover {
	color: inherit;
	text-decoration: underline;
}

.header-banner .breadcrumbs a:active {
	color: inherit;
	text-decoration: none;
}

.header-banner.simple, .header-banner.provider {
	background-image: -webkit-linear-gradient(270deg,rgba(5,57,98,1.00) 0%,rgba(66,136,155,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(5,57,98,1.00) 0%,rgba(66,136,155,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(5,57,98,1.00) 0%,rgba(66,136,155,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(5,57,98,1.00) 0%,rgba(66,136,155,1.00) 100%);
}

.header-banner.simple-image {
	background-image: -webkit-linear-gradient(270deg,rgba(5,57,98,1.00) 0%,rgba(66,136,155,1.00) 70%,rgba(255,255,255,1.00) 70%);
	background-image: -moz-linear-gradient(270deg,rgba(5,57,98,1.00) 0%,rgba(66,136,155,1.00) 70%,rgba(255,255,255,1.00) 70%);
	background-image: -o-linear-gradient(270deg,rgba(5,57,98,1.00) 0%,rgba(66,136,155,1.00) 70%,rgba(255,255,255,1.00) 70%);
	background-image: linear-gradient(180deg,rgba(5,57,98,1.00) 0%,rgba(66,136,155,1.00) 70%,rgba(255,255,255,1.00) 70%);
}

.header-banner.quick-links {
	background-image: url(assets/image/dark-blue-grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	background-size: contain; /* change to cover on small screen */
	/*overflow: hidden;*/
}

.header-banner.provider {
	position: relative;
	/*overflow: hidden;*/
}

.header-banner.quick-links>.container-fluid>.row,
.header-banner.provider>.container-fluid>.row {
	margin-left: 0;
	margin-right: 0;
}

.header-banner.quick-links .quick-links-column,
.header-banner.provider .quick-links-column {
	padding: 60px 0;
}

.header-banner.quick-links .quick-links-column .content-row,
.header-banner.provider .quick-links-column .content-row {
	width:100%;
	height:100%;
	margin-left: 0;
	margin-right: 0;
}

.header-banner.quick-links .quick-links-column .content-row>.col,
.header-banner.provider .quick-links-column .content-row>.col {
	border-left: 1px solid #FFF;
	padding: 15px 15px 0 30px;
}

.header-banner.quick-links .slides-column,
.header-banner.provider .provider-info-column {
	padding: 0;
}

.header-banner.quick-links .slides-column .content-row,
.header-banner.provider .provider-info-column .content-row {
	width:100%; 
	height:100%;
	margin-left: 0;
	margin-right: 0;
}

.header-banner.quick-links .slides-column .content-row>.col,
.header-banner.provider .provider-info-column .content-row>.col {
	display: block;
	height:100%;
	padding: 0;
}

.header-banner.provider .provider-info-column>.row>.col>.row {
	height: 100%;
}

.header-banner.provider .provider-info-column .provider-info-content {
	padding-top: 60px;
	padding-bottom: 60px;
}

.header-banner.provider .provider-info-column .provider-info-content .provider-image img {
	width: 150px;
	height: auto;
	border-radius: 50%;
}

.header-banner.provider .provider-info-column .provider-info-content .provider-details {
	padding: 1em;
}

.header-banner.provider .provider-info-column .provider-info-content h1 {
	font-weight: normal;
	margin-bottom: .5em;
	margin-top: 0;
	color: #FFF;
}

.header-banner.provider .provider-info-column .provider-info-content h2 {
	font-size: 1.56em;
	font-style: italic;
	color: #FFF;
	font-weight: normal;
}

.header-banner.provider .provider-info-column .provider-info-content h6 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #A8CA59;
	margin-bottom: 0;
}

.header-banner.provider .provider-info-column .provider-info-content h6.inde {
	/*color: #053962;*/
}

.header-banner.provider .provider-info-column .provider-info-content h6+h6 {
	margin-top: .8em;
}

.header-banner.provider .provider-info-column .provider-info-content h6 i {
	display: inline-block;
	width: 1.5em;
	text-align: center;
}

.header-banner.quick-links .slick-banner-slides {
	height: 100%;
	box-sizing: border-box;
}

.header-banner.quick-links .slick-banner-slides .banner-slide {
	height:100%;
}

.header-banner.quick-links .slick-banner-slides .banner-slide .gray-overlay {
	height:100%;
	background-image: linear-gradient(to right, rgba(51,54,56,0.5), rgba(51,54,56,.5));
}

.header-banner.quick-links .blue-overlay {
	background-image: url(assets/image/dark-blue-grad-over.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain; /* change to cover on small screen */
	height:100%;
}

.header-banner.quick-links .blue-overlay>.row {
	height:100%;
	margin-left: 0;
	margin-right: 0;
}

.header-banner.quick-links .content-row>.col>.row {
	margin-left: 0;
	margin-right: 0;
}

.header-banner.quick-links .content-row>.col>.row>.col {
	padding: 0;
}

.header-banner .slider-content {
	width: 570px;
	color: #FFF;
}
.header-banner .breadcrumb-col,
.location-text-column .location-info-text {
	width: 570px;
}

.header-banner.quick-links .breadcrumbs,
.header-banner.provider .breadcrumbs {
	position:absolute;
	top: 15px;
}

.provider-info-column>.row>.col>.row {
	margin-right: 0;
	margin-left: 0;
}

.provider-info-column .provider-info-content {
	width: 570px;
}

.provider-info-column .row .provider-image {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1199px) {
	.header-banner .slider-content,
	.header-banner .breadcrumb-col,
	.location-text-column .location-info-text,
	.provider-info-column .provider-info-content {
		width: 480px;
	}
	.provider-info-column .row .provider-image {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991px) {
	.row.quick-links-head {
		max-width: 720px;
		margin: 0 auto !important;
		padding: 0 15px;
	}
	.breadcrumbs.container {
		max-width: 100%;
	}
	.header-banner .slider-content,
	.header-banner .breadcrumb-col,
	.location-text-column .location-info-text,
	.provider-info-column .provider-info-content {
		width: 720px;
	}
}

@media (max-width: 767px) {
	.row.quick-links-head {
		max-width: 540px;
	}
	.header-banner .slider-content,
	.header-banner .breadcrumb-col,
	.location-text-column .location-info-text,
	.provider-info-column .provider-info-content {
		width: 540px;
	}
}

@media (max-width: 575px) {
	.header-banner .slider-content,
	.header-banner .breadcrumb-col,
	.location-text-column .location-info-text,
	.provider-info-column .provider-info-content {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.header-banner.quick-links .blue-overlay>.row.service {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.header-banner .slider-content h1 {
	font-weight: normal;
	color: #FFF;
	margin-bottom: 0;
}

.header-banner .slider-content h2 {
	color: #FFF;
	margin-bottom: 0;
}

.header-banner.quick-links .slider-content .cta-list {
	margin-top: 2em;
}

.header-banner.quick-links .quick-links-column h4,
.header-banner.provider .quick-links-column h4 {
	color: #FFF;
	margin-bottom: 1em;
}

.header-banner.quick-links .quick-links-column .cta-button {
	margin-bottom: 0;
}
.header-banner.provider .quick-links-column .cta-button {
	margin-bottom: 15px;
}

.header-banner.quick-links .blue-overlay>.row>.col {
	padding: 60px;
}

.header-banner.quick-links .banner-slide.image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-banner.quick-links .slick-list,
.header-banner.quick-links .slick-track {
	height: 100%;
}

.header-banner.quick-links .slick-banner-slides.slides-1 .slick-dots {
	display: none;
}

.header-banner.quick-links .slick-dots {
	bottom: 15px;
}

.header-banner.quick-links .slick-dots li {
	width: 30px;
	height: 40px;
	margin: 0;
}

.header-banner.quick-links .slick-dots li button {
	width: 30px;
	height: 40px;
}

.header-banner.quick-links .slick-dots li button:before {
	width: 30px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	color: #FFF;
	opacity: .4;
}

.header-banner.quick-links .slick-dots li.slick-active button:before {
	color: #FFF;
	opacity: .9;
}


@media (max-width: 1199px) {
	.header-banner.quick-links .quick-links-column .content-row>.col,
	.header-banner.provider .quick-links-column .content-row>.col {
		padding: 15px 1em 0;
	}
	.header-banner.quick-links .quick-links-column .cta-list .cta-col,
	.header-banner.provider .quick-links-column .cta-list .cta-col {
		padding-right: 0 !important;
	}
	/*.header-banner.quick-links .breadcrumbs .justify-content-center,*/
	.header-banner.provider .breadcrumbs .justify-content-center {
		/*justify-content: left !important;*/
	}
	.header-banner.quick-links .slider-content {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

@media (max-width: 991px) {
	.header-banner.quick-links .quick-links-column,
	.header-banner.provider .quick-links-column {
		padding: 0;
	}
	.header-banner.quick-links .quick-links-column .cta-list .row,
	.header-banner.provider .quick-links-column .cta-list .row {
		justify-content: center !important;
	}
	.header-banner.quick-links .quick-links-column .content-row>.col,
	.header-banner.provider .quick-links-column .content-row>.col {
		border: none;
		background-color: #A8CA59;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.header-banner.quick-links .quick-links-column .cta-button,
	.header-banner.provider .quick-links-column .cta-button {
		border-color: #FFF !important;
	}
	.header-banner.quick-links .quick-links-column .cta-button:focus,
	.header-banner.quick-links .quick-links-column .cta-button:hover,
	.header-banner.provider .quick-links-column .cta-button:focus,
	.header-banner.provider .quick-links-column .cta-button:hover {
		/*background-color: #053962 !important;*/
		/*background-image: linear-gradient(to bottom, #0b354f, #2d6c92);*/
		background-color: #FFF;
		border-color: #FFF !important;
		color: #A8CA59 !important;
	}
	.header-banner.quick-links .quick-links-column .quick-links-head h4,
	.header-banner.provider .quick-links-column .quick-links-head h4 {
		margin-bottom: 0;
		cursor: pointer;
	}
	.header-banner.quick-links .quick-links-column .quick-links-head h4 i,
	.header-banner.provider .quick-links-column .quick-links-head h4 i {
		float: right;
	}
	.header-banner.quick-links .quick-links-column .quick-links-ctas,
	.header-banner.provider .quick-links-column .quick-links-ctas {
		position: absolute;
		left: 0;
		z-index: 998;
		background-color: #A8CA59;
		border-bottom: 2px solid #FFF;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.header-banner.quick-links .banner-slide .row.justify-content-center {
		/*justify-content: left !important;*/
	}
	.header-banner.quick-links .banner-slide .slider-content {
		/*padding-left: 60px;*/
		/*padding-right: 60px;*/
	}
	.quick-links-ctas .cta-list .row {
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.left-image {
		width: 100%;
	}
	.blue-overlay {
		background-size: cover;
	}
	.header-banner.quick-links .banner-slide .slider-content {
		/*padding-left: 60px;*/
		/*padding-right: 60px;*/
	}
}

@media (max-width: 575px) {
	.left-image {
		width: 100%;
	}
	.blue-overlay {
		background-size: cover;
	}
	.header-banner.quick-links .banner-slide .row.justify-content-center {
		justify-content: center !important;
	}
	.header-banner.quick-links .banner-slide .slider-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.header-banner.simple-image img {
	width: 100%;
	height: auto;
}

.header-banner.simple h1, .header-banner.simple-image h1 {
	font-weight: normal;
	color: inherit;
}


/* end header banner */

/* End header */



/* Footer */

#footer-social-bar {
	background-color: #64C4DD;
	color: #FFF;
}

#footer-social-bar ul.ssi-social-icons {
	text-align: center;
	padding-top: 1.5em;
}

#footer-social-bar ul.ssi-social-icons li {
	margin-left: 0;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

@media (max-width: 534px) {
	#footer-social-bar .social-bar-text {
		margin-top: 1.5em;
	}
}

@media (max-width: 767px) {
	#footer-social-bar .social-bar-text {
		display: inline-block;
		/*margin-top: 1.5em;*/
	}
	#footer-social-bar .ssi-social-icons li a {
		font-size: 2em !important;
	}
}

#footer-main {
	background-color: #053962;
	color: #FFF;
	padding-top: 3em;
	padding-bottom: 1em;
}

#footer-main>.container>.row>div {
	margin-bottom: 2em;
}

.footer-column-3,
.footer-column-2,
.footer-column-1 {
	text-align: center !important;
}

.footer-column-3 ul,
.footer-column-2 ul,
.footer-column-1 ul {
	margin: 0 0 1.5em;
	padding: 0;
	list-style-type: none;
	line-height: 1.95;
}

.footer-logo {
	margin-bottom: 1.5em;
}

@media (max-width: 575px) {
	.footer-logo img {
		max-width: 85%;
	}
}

.footer-column-3-content, .fc1-content, .fc2-content {
	margin-bottom: 1.5em;
}

.google-translate-container {
	margin-top: 1em;
}

#footer-main a:link,
#footer-main a:visited,
#footer-main a:focus,
#footer-main a:hover,
#footer-main a:active {
	color: inherit;
}

#footer-main a:link,
#footer-main a:visited {
	text-decoration: none;
}

#footer-main a:focus,
#footer-main a:hover {
	text-decoration: underline;
}

#footer-main a:active {
	text-decoration: none;
}

.fc-heading {
	color: #64c4dd;
}

@media (min-width: 992px) {
	.footer-logo img {
		width: 100%;
		height: auto;
	}
	.google-translate-container select {
		box-sizing: border-box;
		width: 100%;
	}

	.footer-column-2,
	.footer-column-1 {
		text-align: left !important;
	}
}

/* End Footer */

/* Panels */
.panel.image-cta-panel .image {
	position:absolute;
	width: 55%;
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.panel.image-cta-panel .overlay {
	position: absolute;
	width: 100%;
	height:100%;
}

.panel.image-cta-panel .panel-content-col {
	padding-top: 3em;
	padding-bottom: 1em;
}

@media (min-width: 768px) {
	.panel.image-cta-panel .panel-content-col {
		padding-top: 5em;
		padding-bottom: 4.5em;
	}
}

.panel.image-link-slider-panel .image-slide span {
	display: block;
	text-align: center;
}

.panel.image-link-slider-panel .image-slide a:link,
.panel.image-link-slider-panel .image-slide a:visited {
	color: inherit;
	text-decoration: none;
}

.panel.image-link-slider-panel .image-slide a:focus,
.panel.image-link-slider-panel .image-slide a:hover {
	color: inherit;
	text-decoration: underline;
}

.panel.image-link-slider-panel .image-slide a:active {
	color: inherit;
	text-decoration: none;
}

.panel.image-link-slider-panel .image-slide {
	padding: 0 1em;
}

.panel.image-link-slider-panel .slick-image-links-slider {
	max-width: 80%;
	margin: 0 auto;
}

.panel.image-link-slider-panel .panel-header-content {
	padding: 1em 0 0;
}
.panel.image-link-slider-panel .panel-footer-content {
	
}

.panel.image-link-slider-panel .panel-slide-content {
	padding-top: 1em;
	padding-bottom: 1em;
}

.panel.image-link-slider-panel .slick-arrow {
	color: #053962;
	width: 40px;
	height: 40px;
}

.panel.image-link-slider-panel .slick-arrow:before {
	color: inherit;
	font-size: 40px;
	line-height: 40px;
	font-family: "Font Awesome 5 Pro";
	opacity: .25;
}

.panel.image-link-slider-panel .slick-arrow:hover:before {
	opacity: 1;
}

.panel.image-link-slider-panel .slick-prev {
	left: -40px;
}

.panel.image-link-slider-panel .slick-next {
	right: -40px;
}

.panel.image-link-slider-panel .slick-prev:before {
	content: "\f053";
}

.panel.image-link-slider-panel .slick-next:before {
	content: "\f054";
}

@media (min-width: 576px) {
	.panel.image-link-slider-panel .slick-image-links-slider {
		max-width: 436px;
	}
}

@media (min-width: 768px) {
	.panel.image-link-slider-panel .image-slide {
		padding-left: 2em;
		padding-right: 2em;
	}
	.panel.image-link-slider-panel .slick-image-links-slider {
		max-width: 628px;
	}
	.panel.image-link-slider-panel .panel-header-content {
		padding-top: 2em;
	}
	.panel.image-link-slider-panel .panel-footer-content {
		padding-bottom: 2em;
	}
	.panel.image-link-slider-panel .panel-slide-content {
		padding: 2em 0;
	}
}

@media (min-width: 992px) {
	.panel.image-link-slider-panel .image-slide {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	.panel.image-link-slider-panel .slick-image-links-slider {
		max-width: 852px;
	}
}

@media (min-width: 1200px) {
	.panel.image-link-slider-panel .slick-image-links-slider {
		max-width: 1000px;
	}
}

/* end paneles */

/* Page Content */

.container.page-content-section {
	margin-top: 3em;
	margin-bottom: 2em;
}

ul.page-sidebar-menu {
	margin: -1em 0 2em 0;
	padding: 0;
	list-style-type: none;
}

ul.page-sidebar-menu a {
	font-weight: bold;
	display: block;
	padding: 1em 0;
	border-bottom: 1px solid #b7c7d1;
}

ul.page-sidebar-menu a:link,
ul.page-sidebar-menu a:visited {
	color: #053962;
	text-decoration: none;
}
ul.page-sidebar-menu a:focus,
ul.page-sidebar-menu a:hover {
	color: #A8CA59;
	text-decoration: none;
}
/* Turns selected page top level li element and all sub menus green*/
ul.page-sidebar-menu li.page_item a:link,
ul.page-sidebar-menu li.page_item a:visited,
ul.page-sidebar-menu li.page_item a:focus,
ul.page-sidebar-menu li.current-menu-item a:link,
ul.page-sidebar-menu li.current-menu-item a:visited,
ul.page-sidebar-menu li.current-menu-item a:focus{
	color: #A8CA59;
}
/* Needed to keep sub-menu colors blue when top level li element turns everything green*/
ul.page-sidebar-menu ul.sub-menu a:link,
ul.page-sidebar-menu ul.sub-menu a:visited {
    color: #053962;
}

/* Turn currently selected sub-menu item green 
 * page_item is for pages, current-menu-item is for services*/
ul.sub-menu li.page_item a:link,
ul.sub-menu li.page_item a:visited,
ul.sub-menu li.page_item a:focus,
ul.sub-menu li.current-menu-item a:link,
ul.sub-menu li.current-menu-item a:visited,
ul.sub-menu li.current-menu-item a:focus{
	color: #A8CA59;
}
/*Needed in case the selected page is in a sub-menu, color all links blue*/
li.current-menu-item ul.sub-menu a:link,
li.current-menu-item ul.sub-menu a:visited,
li.current-menu-item ul.sub-menu a:focus {
	color: #053962;
}
ul.page-sidebar-menu a:active {
	color: #A8CA59;
	text-decoration: none;
}


/*
ul.page-sidebar-menu li.current-menu-item a:link,
ul.page-sidebar-menu li.current-menu-item a:visited,
ul.page-sidebar-menu li.current-menu-item a:focus,
ul.page-sidebar-menu li.current-menu-item a:hover,
ul.page-sidebar-menu li.current-menu-item a:active {
	color: #A8CA59;
}*/

ul.page-sidebar-menu ul.sub-menu a:hover,
ul.page-sidebar-menu ul.sub-menu a:active,
ul.page-sidebar-menu li.current_page_item a:hover,
ul.page-sidebar-menu li.current_page_item a:active {
	color: #A8CA59;
}
/*MVHS
ul.page-sidebar-menu li.current-menu-item a:link,
ul.page-sidebar-menu li.current-menu-item a:visited,
ul.page-sidebar-menu li.current-menu-item a:focus,
ul.page-sidebar-menu li.current-menu-item a:hover,
ul.page-sidebar-menu li.current-menu-item a:active {
	color: #053962;
}*/
.ssi-social-share .heading {
	font-weight: bold;
	color: #053962;
	margin-bottom: 1em;
}

.ssi-social-share .heading span {
	display: block;
	width: 3.5em;
	text-align: center;
}

.ssi-social-share .link {
	margin-bottom: 1em;
}

.ssi-social-share .link a {
	display: block;
	width: 3.5em;
	height: 3.5em;
	text-align: center;
	border-radius: 1.75em;
}

.ssi-social-share .link a i {
	line-height: 1.75em;
}

.ssi-social-share .link a i:before {
}

.ssi-social-share .link a:link,
.ssi-social-share .link a:visited {
	color: #FFF;
	background-color: #053962;
}

.ssi-social-share .link a:focus,
.ssi-social-share .link a:hover {
	color: #FFF;
	background-color: #A8CA59;
}

.ssi-social-share .link a:active {
	color: #FFF;
	background-color: #053962;
}

.ssi-page-sidebar h4 {
	font-size: 1.56em;
	color: #64C4DD;
	margin-bottom: 1em;
	font-weight: bold;
}

.ssi-page-sidebar h5 {
	font-size: 1em;
	color: #063f62;
	margin-bottom: 0;
	font-weight: bold;
}

.ssi-page-sidebar .line {
	color: #063f62;
	display: block;
}

.ssi-page-sidebar .line a:link,
.ssi-page-sidebar .line a:visited {
	color: #A8CA59;
	text-decoration: none;
}

.ssi-page-sidebar .line a:focus,
.ssi-page-sidebar .line a:hover {
	color: #A8CA59;
	text-decoration: underline;
}

.ssi-page-sidebar .line a:active {
	color: #A8CA59;
	text-decoration: none;
}

.ssi-page-sidebar .sidebar-section {
	border-bottom: 1px solid #b7c7d1;
	margin-bottom: 2em;
}

.ssi-page-sidebar .sidebar-sub-section,
.ssi-page-sidebar .cta-list {
	margin-bottom: 2em;
}

.container.related-blogs-container {
	margin-top: 4em;
	margin-bottom: 2em;
}

.related-blogs-container a.view-all:link,
.related-blogs-container a.view-all:visited {
	text-decoration: none;
}

.related-blogs-container a.view-all:focus,
.related-blogs-container a.view-all:hover {
	text-decoration: underline;
}

.related-blogs-container a.view-all:active {
	text-decoration: none;
}

.slick-related-posts.related-blog-slider,
.slick-related-posts.related-blog-slider-content,
.home-blogs-slider {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 1em;
}

.related-blog-slider .slide,
.related-blog-slider-content .slide,
.home-blogs-slider .slide {
	margin: 0 15px;
	background-color: #e4eaee;
	padding-bottom: 1em;
}

@media (max-width: 575px) {
	.home-blogs-slider .slide {
		margin-right: 0;
	}
}

.related-blog-slider .slide span,
.related-blog-slider-content .slide span,
.home-blogs-slider .slide span {
	display: block;
}

.related-blog-slider .slide span.image img,
.related-blog-slider-content .slide span.image img,
.home-blogs-slider .slide span.image img {
	width: 100%;
	height: auto;
	margin-bottom: 1.35em;
}

.related-blog-slider .slide a,
.related-blog-slider-content .slide a,
.home-blogs-slider .slide a {
	display: block;
}

.related-blog-slider .slide a,
.related-blog-slider .slide a:link,
.related-blog-slider .slide a:visited,
.related-blog-slider .slide a:focus,
.related-blog-slider .slide a:hover,
.related-blog-slider .slide a:active,
.related-blog-slider-content .slide a,
.related-blog-slider-content .slide a:link,
.related-blog-slider-content .slide a:visited,
.related-blog-slider-content .slide a:focus,
.related-blog-slider-content .slide a:hover,
.related-blog-slider-content .slide a:active,
.home-blogs-slider .slide a,
.home-blogs-slider .slide a:link,
.home-blogs-slider .slide a:visited,
.home-blogs-slider .slide a:focus,
.home-blogs-slider .slide a:hover,
.home-blogs-slider .slide a:active {
	text-decoration: none;
	color: #111111;
}

.related-blog-slider .slide a:focus span.more,
.related-blog-slider .slide a:hover span.more,
.related-blog-slider-content .slide a:focus span.more,
.related-blog-slider-content .slide a:hover span.more,
.home-blogs-slider .slide a:focus span.more,
.home-blogs-slider .slide a:hover span.more {
	text-decoration: underline;
}

.related-blog-slider .slide span+span,
.related-blog-slider-content .slide span+span,
.home-blogs-slider .slide span+span {
	padding: 0 20px;
}

.related-blog-slider .slide span.title,
.related-blog-slider-content .slide span.title,
.home-blogs-slider .slide span.title  {
	color: #053962;
	font-weight: bold;
	font-size: 1.56em;
	line-height: 1.15em;
	margin-bottom: .15em;
	padding: 0 20px;
}

.related-blog-slider .slide span.date,
.related-blog-slider-content .slide span.date,
.home-blogs-slider .slide span.date  {
	color: #053962;
	font-style: italic;
	/*font-weight: bold;*/
	margin-bottom: .5em;
}

.related-blog-slider .slide span.more,
.related-blog-slider-content .slide span.more,
.home-blogs-slider .slide span.more  {
	color: #A8CA59;
	font-weight: bold;
	margin-top: 1em;
}

.blog-slider-container h3 {
	color: #A8CA59;
	font-size: 1.56em;
}
.home-slider-container h3 {
	color: #A8CA59;
	font-size: 2em;
}
.home-blogs-slider-container h3 {
	font-size: 1.75em;
}

.related-blog-slider .slick-arrow,
.related-blog-slider-content .slick-arrow,
.home-blogs-slider .slick-arrow {
	color: #053962;
	width: 40px;
	height: 40px;
}

.related-blog-slider .slick-arrow:before,
.related-blog-slider-content .slick-arrow:before,
.home-blogs-slider .slick-arrow:before {
	color: inherit;
	font-size: 30px;
	line-height: 40px;
	font-family: "Font Awesome 5 Pro";
	opacity: .25;
}

.related-blog-slider .slick-arrow:hover:before,
.related-blog-slider-content .slick-arrow:hover:before,
.home-blogs-slider .slick-arrow:hover:before {
	opacity: 1;
}

.related-blog-slider .slick-prev:before,
.related-blog-slider-content .slick-prev:before,
.home-blogs-slider .slick-prev:before {
	content: "\f053";
}

.related-blog-slider .slick-next:before,
.related-blog-slider-content .slick-next:before,
.home-blogs-slider .slick-next:before {
	content: "\f054";
}

.related-blog-slider .slick-prev,
.related-blog-slider-content .slick-prev,
.home-blogs-slider .slick-prev {
	right: 45px;
	top: -40px;
	left: auto;
}

.related-blog-slider .slick-next,
.related-blog-slider-content .slick-next,
.home-blogs-slider .slick-next {
	right: 5px;
	top: -40px;
}

.related-blog-slider .slick-button-seperator,
.related-blog-slider-content .slick-button-seperator,
.home-blogs-slider .slick-button-seperator {
	display: block;
	position: absolute;
	font-size: 40px;
	color: #053962;
	opacity: .25;
	right: 33px;
	top: -58px;
}

.related-blog-slider .slick-track,
.related-blog-slider-content .slick-track,
.home-blogs-slider .slick-track {
	margin-left: 0;
}


.related-blog-slider.slide-count-1 .slick-arrow,
.related-blog-slider.slide-count-1 .slick-button-seperator,
.related-blog-slider-content.slide-count-1 .slick-arrow,
.related-blog-slider-content.slide-count-1 .slick-button-seperator,
.home-blogs-slider.slide-count-1 .slick-arrow,
.home-blogs-slider.slide-count-1 .slick-button-seperator {
	display: none;
}

@media (min-width: 540px) {
	.page-content-section .related-blog-slider-content .slide-count-2 .slick-button-seperator {
		display: none;
	}
}

@media (min-width: 980px) {
	.related-blog-slider.slide-count-3 .slick-arrow,
	.related-blog-slider.slide-count-3 .slick-button-seperator,
	.home-blogs-slider.slide-count-2 .slick-arrow,
	.home-blogs-slider.slide-count-2 .slick-button-seperator {
		display: none;
	}
}

@media (min-width: 540px) {
	.related-blog-slider.slide-count-2 .slick-arrow,
	.related-blog-slider.slide-count-2 .slick-button-seperator,
	.home-blogs-slider.slide-count-2 .slick-arrow,
	.home-blogs-slider.slide-count-2 .slick-button-seperator {
		display: none;
	}
}

.post-author-display {
	margin-bottom: 2em;
	color: #053962;
}

.post-author-display>.col>span {
	display: block;
}

.post-author-display span.post-date {
	font-style: italic;
	font-weight: bold;
}

.post-author-display .author-image {
	display: block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	float: left;
	border-radius: 35px;
	margin-bottom: 0;
}

.post-author-display a:link,
.post-author-display a:visited {
	text-decoration: none;
}

.post-author-display a:focus,
.post-author-display a:hover {
	text-decoration: underline;
}

.post-author-display a:active {
	text-decoration: none;
}

.post-author-display span a {
	font-weight: bold;
}

.post-author-display span span {
	color: #A8CA59;
	font-weight: bold;
}

.post-author-display .image img {
	width: 100%;
	height: auto;
}

.container.blog-archive-list {
	margin-top: 2em;
}

.blog-archive-list .blog-entry {
	background-color: #e4eaee;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.blog-archive-list .blog-entry span {
	display: block;
}

.blog-archive-list .blog-entry span.image img {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.blog-archive-list .blog-entry a {
	display: block;
}

.blog-archive-list .blog-entry a,
.blog-archive-list .blog-entry a:link,
.blog-archive-list .blog-entry a:visited,
.blog-archive-list .blog-entry a:focus,
.blog-archive-list .blog-entry a:hover,
.blog-archive-list .blog-entry a:active {
	text-decoration: none;
	color: #111111;
}

.blog-archive-list .blog-entry a:focus span.more,
.blog-archive-list .blog-entry a:hover span.more {
	text-decoration: underline;
}

.blog-archive-list .blog-entry span+span {
	padding: 0 1em;
}

.blog-archive-list .blog-entry span.title  {
	color: #053962;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: .5em;
	padding: 0 .5em;
}

.blog-archive-list .blog-entry span.date  {
	color: #053962;
	font-style: italic;
	margin-bottom: .5em;
}

.blog-archive-list .blog-entry span.more  {
	color: #A8CA59;
	font-weight: bold;
	margin-top: 1em;
}

.blog-archive-list h3 {
	color: #A8CA59;
	font-size: 2em;
}

.page-search-form {
	color: #FFF;
	background-color: #64C4DD;
	padding: 1.5em 0;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.page-search-form form {
	margin: 0;
}

.page-search-form button {
	color: inherit;
	border: none;
	border-radius: 0;
	background-color: transparent;
	font-size: inherit;
	padding: 0;
	cursor: pointer;
}
.page-search-form input {
	background-color: inherit;
	color: #FFF;
	border: none;
	line-height: 1.5;
	padding: 0 1em;
	width: 80%;
	font-size: 1.43em;
	vertical-align: top;
	font-style: italic;
}
.page-search-form input:focus {
	color: #FFF;
}
.page-search-form form input::placeholder {
  color: #FFF;
	font-style: italic;
  opacity: .9;
}

.container.press-archive-list {
	margin-top: 2em;
	margin-bottom: 2em;
}

#press-search-form {
	background-color: #e4eaee;
	padding: 1.25em;
	margin-bottom: 0;
}


#press-search-form .select-field {
	width: 100%;
	position: relative;
	/*float: left;*/
	/*margin-bottom: 20px;*/
}

#press-search-form select {
	margin-bottom: 1em;
	width: 100%;
	display: block;
	color: #053962;
	box-sizing: border-box;
	padding: .5em;
	line-height: 1;
	border: 1px solid #b7c7d1;
	border-radius: 0;
	position: relative;
}

#press-search-form .select2-container .select2-selection--single {
	border-color: #b7c7d1;
}

/*
#press-search-form .select-field:after {
	font-family: "Font Awesome 5 Pro";
  content: "\f0dd";
	font-size: 1.2em;
	color: #053962;
  right: 1px;
  top: 1px;
  padding: 0 .5em .72em;
	text-align: center;
  
  position: absolute;
  pointer-events: none;
	background-color: #FFF;
}
*/

#press-search-form a.clear-press-search,
#press-search-form a.clear-press-search:link,
#press-search-form a.clear-press-search:visited,
#press-search-form a.clear-press-search:focus,
#press-search-form a.clear-press-search:hover,
#press-search-form a.clear-press-search:active {
	text-transform: uppercase;
	display: inline-block;
	background-color: #053962;
	border-radius: 1.5em;
	padding: .5em 1em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1rem;
	border: 1px solid #053962;
	box-sizing: border-box;
}

#press-search-form a.clear-press-search i {
	margin-left: 1em;
}

@media (max-width: 991px) {
	.container.press-archive-list .list-col {
		margin-top: 2em;
	}
}

.press-archive-list .press-entry {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #b7c7d1;
}

.press-archive-list .press-entry a:link,
.press-archive-list .press-entry a:visited,
.press-archive-list .press-entry a:focus,
.press-archive-list .press-entry a:hover,
.press-archive-list .press-entry a:active {
	text-decoration: none;
}

.press-archive-list .press-entry a span {
	display: block;
}

.press-archive-list .press-entry a span.title {
	font-size: 1.56em;
	font-weight: bold;
	line-height: 1.25em;
}

.press-archive-list .press-entry a:focus span.title,
.press-archive-list .press-entry a:hover span.title {
	text-decoration: underline;
}

.press-archive-list .press-entry a span.date {
	margin-top: .5em;
	/*font-weight: bold;*/
	font-style: italic;
	color: #053962;
}
/* 4aa1d9 24 */

body.page-template-blog-news .recent-posts-blog-news h3,
body.page-template-blog-news .press-archive-list h3 {
	color: #053962;
	font-size: 1.95em;
}

.recent-posts-blog-news {
	margin-top: 2em;
}

.press-archive-list.blog-news {
	margin-top: 2em;
}

.recent-posts-blog-news+.press-archive-list.blog-news {
	margin-top: 4em;
}

.home-blog-news {
	margin-top: 2em;
	margin-bottom: 4em;
}

.home-blog-news>.row>div>.container>.row>div {
	padding-left: 0;
}
.home-blog-news>.row>div>.container>.row>div+div {
	padding-left: 15px;
}

.home-blog-news .press-archive-list h3 {
	color: #A8CA59;
	font-size: 1.75em;
}

.home-blog-news #related-blogs .row {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 991px) {
	.home-blog-news>.row>div+div.press-home-list {
		margin-top: 4em;
	}
}

.featured=blog-slider {
	position: relative;
}

.featured-blog-slider .slick-list,
.featured-blog-slider .slidk-track,
.featured-blog-slider .slide {
	height: 100%;
}

.featured-blog-slider .slide {
	position: relative;
}

.featured-blog-slider .slide .image {
	position:absolute;
	width: 55%;
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.featured-blog-slider .slide .overlay {
	position: absolute;
	width: 100%;
	height:100%;
	background-image: linear-gradient(to left, rgba(195, 215, 227, 1), rgba(195, 215, 227, 1) 45%, rgba(255, 255, 255, 0) 65%);
}

@media(max-width: 767px) {
	.featured-blog-slider .slide .overlay {
		background-image: linear-gradient(to left, rgba(195, 215, 227, 1), rgba(195, 215, 227, 1) 55%, rgba(255, 255, 255, 0) 80%);
	}
}

@media(max-width: 575px) {
	.featured-blog-slider .slide .overlay {
		background-image: linear-gradient(to left, rgba(195, 215, 227, 1), rgba(195, 215, 227, 1) 75%, rgba(255, 255, 255, 0) 90%);
	}
}

.featured-blog-slider .container {
	padding-left: 0;
	padding-right: 0;
}

.featured-blog-slider .container .row {
	margin-left: 0;
	margin-right: 0;
}

.featured-blog-slider .slide-content-col {
	padding-top: 6em;
	padding-bottom: 6em;
}

.featured-blog-slider .slide-content-col .pre-title {
	color: #64C4DD;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: .5em;
}

.featured-blog-slider .slide-content-col h2 {
	color: #053962;
	margin-bottom: 0;
}

.featured-blog-slider .slide-content-col p {
}

.featured-blog-slider .slide-content-col p.date {
	color: #053962;
	/*font-weight: bold;*/
	font-style: italic;
}

.featured-blog-slider .slide-content-col p.more {
	margin-bottom: 0;
}

.featured-blog-slider .slide-content-col p.more a {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.featured-blog-slider .slide-content-col p.more a:link,
.featured-blog-slider .slide-content-col p.more a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #A8CA59;
}

.featured-blog-slider .slide-content-col p.more a:focus,
.featured-blog-slider .slide-content-col p.more a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #347299;
}

.featured-blog-slider .slide-content-col p.more a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #A8CA59;
}

.featured-blog-slider .slide-content-col p.more a i {
	margin-left: 1em;
}

.featured-blog-slider.slide-count-1 .slick-dots {
	display: none;
}

.featured-blog-slider .slick-dots {
	bottom: 15px;
}

.featured-blog-slider .slick-dots li {
	width: 30px;
	height: 40px;
	margin: 0;
}

.featured-blog-slider .slick-dots li button {
	width: 30px;
	height: 40px;
}

.featured-blog-slider .slick-dots li button:before {
	width: 30px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	color: #FFF;
	opacity: .4;
}

.featured-blog-slider .slick-dots li.slick-active button:before {
	color: #FFF;
	opacity: .9;
}

.upcoming-events-container {
	margin-bottom: 4em;
}

.upcoming-events-container .event-list {
	margin-bottom: 2em;
}

.upcoming-events-container .upcoming-events-slider {
	max-width: 80%;
	margin: 0 auto;
}

.upcoming-events-container .slick-arrow {
	color: #053962;
	width: 40px;
	height: 40px;
}

.upcoming-events-container .slick-arrow:before {
	color: inherit;
	font-size: 40px;
	line-height: 40px;
	font-family: "Font Awesome 5 Pro";
	opacity: .25;
}

.upcoming-events-container .slick-arrow:hover:before {
	opacity: 1;
}

.upcoming-events-container .slick-prev {
	left: -40px;
}

.upcoming-events-container .slick-next {
	right: -40px;
}

.upcoming-events-container .slick-prev:before {
	content: "\f053";
}

.upcoming-events-container .slick-next:before {
	content: "\f054";
}

@media (min-width: 768px) {
	.upcoming-events-container .upcoming-events-slider {
		max-width: 628px;
	}
}

@media (min-width: 992px) {
	.upcoming-events-container .upcoming-events-slider {
		max-width: 852px;
	}
}

@media (min-width: 1200px) {
	.upcoming-events-container .upcoming-events-slider {
		max-width: 1000px;
	}
}

.upcoming-events-container .slide-container {
}

.upcoming-events-container .slide-container {
	padding: 0 1em;
	box-sizing: border-box;
	border-left: 1px solid #b7c7d1;
	height: 100%;
	/*border-right: 1px solid #b7c7d1;*/
}

.upcoming-events-container .slick-current .slide-container {
	border-left: none;
}

.upcoming-events-container .slide-container span {
	display: block;
}

.upcoming-events-container .slide-container span.icon,
.upcoming-events-container .slide-container span.date {
	font-size: 1.25em;
	color: #053962;
}

.upcoming-events-container .slide-container span.date {
	margin-bottom: 1em;
}

.upcoming-events-container .slide-container span.title {
	font-weight: bold;
	font-size: 1.56em;
}

.upcoming-events-container a:link,
.upcoming-events-container a:visited {
	text-decoration: none;
}
.upcoming-events-container a:focus,
.upcoming-events-container a:hover {
	text-decoration: underline;
}
.upcoming-events-container a:active {
	text-decoration: none;
}


.upcoming-events-container a:focus span.title,
.upcoming-events-container a:hover span.title {
	text-decoration: underline;
}

.featured-blog-slider.featured-events .slide-content-col h2 {
	margin-bottom: 1em;
}

.featured-blog-slider.featured-events .slide-content-col p.date {
	font-style: normal;
}

.featured-blog-slider.featured-events .slide-content-col p.date,
.featured-blog-slider.featured-events .slide-content-col p.location {
	font-size: 1.25em;
	margin-bottom: 0;
}

.featured-blog-slider.featured-events .slide-content-col p.time {
	font-size: 1.25em;
	margin-bottom: 2em;
}

.featured-blog-slider.featured-events.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.event-list-col {
	padding-top: 1em;
}

.event-list-col .event-single {
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #b7c7d1;
}

.event-list-col .event-single h2 {
	color: #A8CA59;
	font-size: 1.56em;
}

.event-list-col .event-single .event-details {
	font-size: 1.25em;
	color: #053962;
}

.event-list-col .event-single .event-details .row+.row {
	margin-top: .25em;
}

.event-list-col .event-single .event-details .row.date div+div {
	font-weight: bold;
}

a.event-cta {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

a.event-cta:link,
a.event-cta:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #A8CA59;
}

a.event-cta:focus,
a.event-cta:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #347299;
}

a.event-cta:active {
	color: #FFF;
	text-decoration: none;
	background-color: #A8CA59;
}

a.event-cta i {
	margin-left: 1em;
}

@media (max-width: 991px) {
	a.event-cta {
		margin-top: 1em;
	}
}

.event-content-container {
	background-color: #e4eaee;
	padding-top: 1em;
	padding-bottom: 2em;
	font-size: 1.25em;
}

body.single-event .header-banner.simple-image {
	background-image: linear-gradient(to bottom, #0b354f, #2d6c92 70%, #e4eaee 70%);
}

.event-content-container .event-details .row .row+.row {
	margin-top: .25em;
}

.event-content-container .event-details .event-details a:link,
.event-content-container .event-details .event-details a:visited {
	color: inherit;
	text-decoration: none;
}

.event-content-container .event-details .event-details a:focus,
.event-content-container .event-details .event-details a:hover {
	color: inherit;
	text-decoration: underline;
}

.event-content-container .event-details .event-details a:active {
	color: inherit;
	text-decoration: none;
}

.event-registration .reg-head {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}

.event-registration .reg-text {
	margin-bottom: 1.5em;
}

.number-page-links {
	margin-top: 2.5em;
	margin-bottom: 3em;
}

body.post-type-archive-location .number-page-links,
body.post-type-archive-event .number-page-links {
	margin-top: 3em;
	margin-bottom: 3em;
}

.number-page-links .link {
	padding: 0;
}

.number-page-links .link a,
.number-page-links .link span {
	display: inline-block;
	padding: 0 10px;
}

.number-page-links .link+.link a,
.number-page-links .link+.link span {
	border-left: 1px solid #b7c7d1;
}

.number-page-links .link.icon a,
.number-page-links .link.icon+.link a,
.number-page-links .link.icon+.link span {
	border-left: none !important;
}

.number-page-links .link a:link,
.number-page-links .link a:visited {
	text-decoration: none;
}

.number-page-links .link.page a:focus,
.number-page-links .link.page a:hover {
	text-decoration: none;
	background-color: #053962;
	color: #FFF;
}

.number-page-links .link a:active {
	text-decoration: none;
}

.number-page-links .link span {
	background-color: #053962;
	color: #FFF;
}

.event-search-container {
	background-color: #e4eaee;
	padding: 2em 0 1em;
}

#event-search-form {
	margin-bottom: 0;
}

#event-search-form .select-field {
	width: 100%;
	position: relative;
	/*float: left;*/
	/*margin-bottom: 20px;*/
}

#event-search-form select {
	margin-bottom: 1em;
	width: 100%;
	display: block;
	color: #053962;
	box-sizing: border-box;
	padding: .5em;
	line-height: 1;
	border: 1px solid #b7c7d1;
	border-radius: 0;
	position: relative;
}

/*
#event-search-form .select-field:after {
	font-family: "Font Awesome 5 Pro";
  content: "\f0dd";
	font-size: 1.2em;
	color: #053962;
  right: 16px;
  top: 1px;
  padding: 0 .5em .72em;
	text-align: center;
  
  position: absolute;
  pointer-events: none;
	background-color: #FFF;
}
*/

#event-search-form a.clear-event-search,
#event-search-form a.clear-event-search:link,
#event-search-form a.clear-event-search:visited,
#event-search-form a.clear-event-search:focus,
#event-search-form a.clear-event-search:hover,
#event-search-form a.clear-event-search:active {
	text-transform: uppercase;
	display: inline-block;
	background-color: #053962;
	border-radius: 1.5em;
	padding: .5em 1em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1rem;
	border: 1px solid #053962;
	box-sizing: border-box;
}

#event-search-form a.clear-event-search i {
	margin-left: 1em;
}

.search-results-list .post-type {
	display: block;
	color: #64C4DD;
	text-transform: uppercase;
	font-weight: bold;
}

.search-results-list .row {
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #b7c7d1;
}

.search-results-list .row.search-results-nav {
	border: none;
}

.search-results-list h2 a:link,
.search-results-list h2 a:visited {
	text-decoration: none;
}

.search-results-list h2 a:focus,
.search-results-list h2 a:hover {
	text-decoration: underline;
}

.search-results-list h2 a:active {
	text-decoration: none;
}

.location-info-box {
	background-color: #e4eaee;
}

.location-info-box .row {
	height: 100%;
}

.location-info-box .map-column {
	padding: 0;
}

.location-info-box .map-column iframe {
	min-height: 100%;
	width: 100%;
	max-height: 290px
}

.location-info-box>.container-fluid>.row {
	min-height: 290px;
}

.location-info-box.has-map>div>div>div.location-text-column {
	padding-top: 2em;
	padding-bottom: 2em;
}

.location-info-box .info-column {
	color: #053962;
	font-size: 1.125em;
}

.location-info-box .info-column a:link,
.location-info-box .info-column a:visited {
	color: inherit;
	text-decoration: none;
}

.location-info-box .info-column a:focus,
.location-info-box .info-column a:hover {
	color: inherit;
	text-decoration: underline;
}

.location-info-box .info-column a:active {
	color: inherit;
	text-decoration: none;
}

.location-info-box .line {
	/*max-width: 95%;*/
}

.location-info-box .info-column .line span.text {
	max-width: 90%;
}

.location-info-box .info-column .line+.line {
	margin-top: .5em;
}

.location-info-box .info-column .line span {
	display: inline-block;
}

.location-info-box .info-column .line span.icon {
	width: 1.5em;
	text-align: center;
	vertical-align: top;
}

#content-accordion {
	margin-bottom: 2em;
}

.entry-content .container .container {
	padding-left: 0;
	padding-right: 0;
}


.content-accordion .card-header h2 {
	display: table;
	width: 100%;
	color: #053962;
	font-size: 1.56em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.content-accordion .card-header h2 a {
	display: table-row;
}

.content-accordion .card-header h2 a span {
	display: table-cell;
	padding-right: 1em;
	padding-bottom: 1em;
}

.content-accordion .card-header h2 a span+span,
.content-accordion .card-header h2 a span+span i {
	padding-right: 0;
	vertical-align: middle;
	text-align: center;
	width: 1em;
}

.content-accordion .card-header h2 a.collapsed i,
.content-accordion .card-header h2 a[aria-expanded="false"] {
	transform: rotate(0);
}

.content-accordion .card {
	background-color: transparent;
	border: none;
	border-radius: 0;
}

.content-accordion .card-header h2 a {
	/*display: block;*/
	/*padding-bottom: 0;*/
	/*padding-right: 1em;*/
}

.content-accordion .card-header h2 a:link,
.content-accordion .card-header h2 a:visited,
.content-accordion .card-header h2 a:focus,
.content-accordion .card-header h2 a:hover,
.content-accordion .card-header h2 a:active {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.content-accordion .card-header h2 a i {
	/*float: right;*/
	display: table-cell;
	color: #b7c7d1;
}

.content-accordion .card-header h2 a i {
	transform: rotate(90deg);
}

.content-accordion .card-header h2 a.collapsed span,
.content-accordion .card-header h2 a[aria-expanded="false"] span {
	border-bottom: 1px solid #b7c7d1;
}

.content-accordion .card-header {
	padding: 0;
	background-color: transparent;
	border: none;
}

.content-accordion .card-body {
	padding: 1em;
	background-color: #e4eaee;
}

.content-accordion .card+.card h2 {
	margin-top: 1em;
}

#related-services ul.services-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#related-services ul.services-list li {
	color: #A8CA59;
	margin: 0;
	padding: 0 1em;
}

#related-services ul.services-list a {
	font-size: 1.25em;
	font-weight: bold;
	display: block;
	line-height: 3em;
	border-bottom: 1px solid #b7c7d1;
}

#related-services ul.services-list a:link,
#related-services ul.services-list a:visited {
	color: inherit;
	text-decoration: none;
}

#related-services ul.services-list a:focus,
#related-services ul.services-list a:hover {
	color: inherit;
	text-decoration: underline;
}

#related-services ul.services-list a:active {
	color: inherit;
	text-decoration: none;
}

#related-providers .single-provider .row {
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #b7c7d1;
	margin-left: 0;
	margin-right: 0;
	min-height: 225px;
}

#related-providers .single-provider .provider-image-column a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#related-providers .single-provider img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	display: inline-block;
}

#related-providers .single-provider h3 {
	color: #A8CA59;
	margin-bottom: 0;
	font-size: 1.25em;
	font-weight: bold;
}

#related-providers .single-provider h4 {
	margin-top: .5em;
	margin-bottom: 0;
	color: #64C4DD;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

#related-providers .single-provider h4.inde {
	color: #053962;
}

#related-providers .single-provider .provider-details {
	margin-top: .8em;
}

#related-providers .single-provider span {
	display: block;
}

#related-providers .single-provider span.info-text i {
	display: inline-block;
	width: 1.5em;
	text-align: center;
}

#related-providers .single-provider span.info-text a:link,
#related-providers .single-provider span.info-text a:visited {
	text-decoration: none;
}

#related-providers .single-provider span.info-text a:focus,
#related-providers .single-provider span.info-text a:hover {
	text-decoration: underline;
}

#related-providers .single-provider span.info-text a:active {
	text-decoration: none;
}

#related-providers .single-provider h3 a:link,
#related-providers .single-provider h3 a:visited {
	color: inherit;
	text-decoration: none;
}

#related-providers .single-provider h3 a:focus,
#related-providers .single-provider h3 a:hover {
	color: inherit;
	text-decoration: underline;
}

#related-providers .single-provider a:active {
	color: inherit;
	text-decoration: none;
}

#related-providers .single-provider span.info-cta {
	margin-top: .5em;
}

#related-providers .single-provider a.event-cta i {
	margin-left: 0;
	margin-right: 1em;
}

#related-providers .single-provider a.event-cta i:last-child {
	margin-left: 1em;
	margin-right: 0;
}

#related-providers .single-provider {
	cursor: pointer;
}

#related-providers .single-provider:hover .provider-title a {
	text-decoration: underline;
}
/*
@media (min-width: 476px) AND (max-width: 575px) {
	#related-providers .single-provider .provider-title {
		float: left;
		width: 48.5%;
		text-align: center;
	}
	#related-providers .single-provider .provider-details {
		float: right;
		width: 48.5%;
		text-align: center;
	}
	#related-providers .single-provider .xs-image {
		max-width: 80%;
		text-align: center;
		margin: 1em auto 0;
	}
}

@media (max-width: 475px) {
	#related-providers .single-provider .provider-title {
		text-align: center;
	}
	#related-providers .single-provider .provider-details {
		text-align: center;
	}
	#related-providers .single-provider .xs-image {
		max-width: 100px;
		text-align: center;
		margin: 1em auto 0;
	}
}
*/


.alpha-links {
	margin-top: 2em;
	margin-bottom: 2em;
}

.alpha-links h3 {
	color: #053962;
	margin-bottom: 1.5em;
	margin-top: 2em
}

.alpha-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

.alpha-links li {
	font-size: 1.25;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.alpha-links a {
	display: inline-block; padding: .5em;
}

.alpha-links a:link,
.alpha-links a:visited,
.service-alpha-list a:link,
.service-alpha-list a:visited {
	text-decoration: none;
}

.alpha-links a:focus,
.alpha-links a:hover,
.service-alpha-list a:focus,
.service-alpha-list a:hover {
	text-decoration: underline;
}

.alpha-links a:active,
.service-alpha-list a:active {
	text-decoration: none;
}

.service-alpha-list {
	font-size: 1.56;
}

.service-alpha-list .row .alpha {
	font-size: 1.5em;
	color: #977FB4;
	padding: 1.15em 0;
	min-width: 2em;
	text-align: center;
}

.service-alpha-list .service-link {
	font-size: 1.5em;
}

.service-alpha-list a {
	display: block;
	border-bottom: 1px solid #b7c7d1;
	font-weight: bold;
	padding: 1.15em 0;
}

.container.service-alpha-list {
	margin-bottom: 4em;
}

.featured-services {
	background-color: #e4eaee;
	padding: 2em;
}

.featured-services h3 {
	color: #053962;
}

.feature-service-container {
	padding: 0 15px;
}

.feature-service-container a {
	display: block;
	position: relative;
	border-radius: 50%;
}

.feature-service-container img {
	display: block;
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.feature-service-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	border-radius: 50%;
}

.feature-service-container a:focus .overlay,
.feature-service-container a:hover .overlay {
	background-color: rgba(0,0,0,.1);
}

.feature-service-container .title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0.5em;
	box-sizing: border-box;
	text-align: center;
	transform: translateY(-50%);
	color: #FFF;
	font-weight: bold;
	font-size: 1.56em
}

.feature-service-container a:link .title,
.feature-service-container a:visited .title {
	text-decoration: none;
}

.feature-service-container a:focus .title,
.feature-service-container a:hover .title {
	text-decoration: none;
}

.feature-service-container a:active .title {
	text-decoration: none;
}

.featured-services-slider {
	max-width: 80%;
	margin: 0 auto;
}

.featured-services-slider .slick-arrow {
	color: #053962;
	width: 40px;
	height: 40px;
}

.featured-services-slider .slick-arrow:before {
	color: inherit;
	font-size: 40px;
	line-height: 40px;
	font-family: "Font Awesome 5 Pro";
	opacity: .25;
}

.featured-services-slider .slick-arrow:hover:before {
	opacity: 1;
}

.featured-services-slider .slick-prev {
	left: -40px;
}

.featured-services-slider .slick-next {
	right: -40px;
}

.featured-services-slider .slick-prev:before {
	content: "\f053";
}

.featured-services-slider .slick-next:before {
	content: "\f054";
}

@media (min-width: 768px) {
	.featured-services-slider {
		max-width: 628px;
	}
}

@media (min-width: 992px) {
	.featured-services-slider {
		max-width: 852px;
	}
}

@media (min-width: 1200px) {
	.featured-services-slider {
		max-width: 1000px;
	}
}

.search-sub-title {
	display: block;
	margin-top: -2em;
	margin-bottom: 1em;
	color: #64C4DD;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}

a.location-cta {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

a.location-cta:link,
a.location-cta:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #A8CA59;
}

a.location-cta:focus,
a.location-cta:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #347299;
}

a.location-cta:active {
	color: #FFF;
	text-decoration: none;
	background-color: #A8CA59;
}

a.location-cta i {
	margin-left: .25em;
}

@media (max-width: 1199px) {
	a.location-cta {
		margin-top: 1em;
	}
}

.location-archive-list {
	margin-top: 2em;
}

.row.location-archive-list-single {
	padding-bottom: 2em;
	border-bottom: 1px solid #b7c7d1;
}

.row.location-archive-list-single+.row.location-archive-list-single {
	margin-top: 3em;
}

.location-archive-list-single img {
	display: block;
	border-radius: 50%;
}

@media (max-width: 575px) {
	.location-archive-list-single img {
		margin-bottom: 1em;
	}
}

.location-archive-list-single h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
	color: #977FB4;
}

.location-archive-list-single h2 a:link,
.location-archive-list-single h2 a:visited {
	text-decoration: none;
}

.location-archive-list-single h2 a:focus,
.location-archive-list-single h2 a:hover {
	text-decoration: underline;
}

.location-archive-list-single h2 a:active {
	text-decoration: none;
}

.location-archive-list-single .line {
	font-size: 1.15em;
}

.location-archive-list-single .line+.line {
	margin-top: .25em;
}

.location-archive-list-single .line .icon {
	display: inline-block;
	width: 1.5em;
	text-align: center;
}

.location-archive-list-single .line.address {
	color: #053962;
}

.location-archive-list-single .line.location-type {
	color: #977FB4;
}

@media (max-width: 575px) {
	.row.location-archive-list-single {
		margin-left: 0;
		margin-right: 0;
	}
	.row.location-archive-list-single>div {
		padding-left: 0;
		padding-right: 0;
	}
}

.location-search-container {
	background-color: #e4eaee;
	padding: 2em 0 1em;
}

#location-search-form {
	margin-bottom: 0;
}

#location-search-form .select-field, #location-search-form .select-field .text-input {
	width: 100%;
	position: relative;
	/*float: left;*/
	/*margin-bottom: 20px;*/
}

#location-search-form .select2-container--default .select2-selection--single {
	border-color: #b7c7d1;
}

@media (max-width: 575px) {
	#location-search-form .select-field {
		margin-bottom: 20px;
	}
}

#location-search-form select, #location-search-form input {
	margin-bottom: 1em;
	width: 100%;
	display: block;
	color: #053962;
	box-sizing: border-box;
	padding: .5em;
	line-height: 1;
	border: 1px solid #b7c7d1;
	border-radius: 0;
	position: relative;
	font-size: 16px;
}

/*
#location-search-form .select-field:after {
	font-family: "Font Awesome 5 Pro";
  content: "\f0dd";
	font-size: 1.2em;
	color: #053962;
  right: 16px;
  top: 1px;
  padding: 0 .5em .72em;
	text-align: center;
  
  position: absolute;
  pointer-events: none;
	background-color: #FFF;
}
*/

#location-search-form a.clear-location-search,
#location-search-form a.clear-location-search:link,
#location-search-form a.clear-location-search:visited,
#location-search-form a.clear-location-search:focus,
#location-search-form a.clear-location-search:hover,
#location-search-form a.clear-location-search:active {
	text-transform: uppercase;
	display: inline-block;
	background-color: #053962;
	border-radius: 2.05em;
	padding: .55em 1em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1rem;
	border: 1px solid #053962;
	box-sizing: border-box;
}

#location-search-form a.clear-location-search i {
	margin-left: 1em;
}

.provider-archive-list-single {
	padding 1em;
}

.provider-archive-list-single>.row {
	border: 1px solid #b7c7d1;
	margin: 1em 0;
	padding: 1em 0;
	min-height: 225px;
}

.provider-archive-list-single .image-column a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.provider-archive-list-single img {
	border-radius: 50%;
	width: 100%;
}

@media (max-width: 575px) {
	.provider-archive-list-single img {
		margin-bottom: 1em;
	}
}

.provider-archive-list-single h2 {
	font-size: 1.35em;
	color: #A8CA59;
	font-weight: bold;
	margin-bottom: 0;
}

.provider-archive-list-single h3 {
	margin-top: .5em;
	margin-bottom: 0;
	color: #64C4DD;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

.provider-archive-list-single h3.inde {
	color: #053962;
}

.provider-archive-list-single .provider-details {
	margin-top: .8em;
}

.provider-archive-list-single span {
	display: block;
}

.provider-archive-list-single span.info-text i {
	display: inline-block;
	width: 1.5em;
	text-align: center;
}

.provider-archive-list-single span.info-text a:link,
.provider-archive-list-single span.info-text a:visited {
	text-decoration: none;
}

.provider-archive-list-single span.info-text a:focus,
.provider-archive-list-single span.info-text a:hover {
	text-decoration: underline;
}

.provider-archive-list-single span.info-text a:active {
	text-decoration: none;
}

.provider-archive-list-single h2 a:link,
.provider-archive-list-single h2 a:visited {
	color: inherit;
	text-decoration: none;
}

.provider-archive-list-single h2 a:focus,
.provider-archive-list-single h2 a:hover {
	color: inherit;
	text-decoration: underline;
}

.provider-archive-list-single a:active {
	color: inherit;
	text-decoration: none;
}

.provider-archive-list-single span.info-cta {
	margin-top: .5em;
}

.provider-archive-list-single a.event-cta i {
	margin-left: 0;
	margin-right: 1em;
}

.provider-archive-list-single a.event-cta i:last-child {
	margin-left: 1em;
	margin-right: 0;
}

.provider-search-container {
	background-color: #e4eaee;
	padding: 2em 0 2em;
	margin-bottom: 2.5em;
}

#provider-search-form {
	margin-bottom: 0;
}

#provider-search-form .select-field {
	width: 100%;
	position: relative;
	/*float: left;*/
	/*margin-bottom: 20px;*/
}

@media (max-width: 1199px) {
	#provider-search-form .select-field.service,
	#provider-search-form .select-field.location {
		margin-bottom: 20px;
	}
}

#provider-search-form select {
	font-size: 16px;
	margin-bottom: 16px;
	width: 100%;
	display: block;
	color: #053962;
	box-sizing: border-box;
	padding: 8px;
	line-height: 16px;
	border-radius: 0;
	border-width: 1px;
	position: relative;
}

#provider-search-form .select2-container--default .select2-selection--single {
	border-color: #b7c7d1;
}
/* 16 +16*/

/*
#provider-search-form .select-field:after {
	font-family: "Font Awesome 5 Pro";
  content: "\f0dd";
	height: 32px;
	max-height: 32px;
	min-height: 32px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 22px;
	color: #053962;
  right: 16px;
  top: 1px;
  padding: 8px 8px 8px;
	text-align: center;
  position: absolute;
  pointer-events: none;
	background-color: #FFF;
}
*/

#provider-search-form a.clear-provider-search,
#provider-search-form a.clear-provider-search:link,
#provider-search-form a.clear-provider-search:visited,
#provider-search-form a.clear-provider-search:focus,
#provider-search-form a.clear-provider-search:hover,
#provider-search-form a.clear-provider-search:active {
	text-transform: uppercase;
	display: inline-block;
	background-color: #053962;
	border-radius: 2.05em;
	padding: .5em 1em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1rem;
	border: 1px solid #053962;
	box-sizing: border-box;
}

#provider-search-form a.clear-provider-search i {
	margin-left: 1em;
}

#provider-search-form .checkbox-input input {
	display: none;
}

#provider-search-form .checkbox-input i {
	visibility: hidden;
	font-size: 1.5em;
}

#provider-search-form .checkbox-input input:checked+label i {
	visibility: visible;
}

#provider-search-form .checkbox-input i:before {
}

#provider-search-form .checkbox-input label {
	margin-bottom: 1em;
}

#provider-search-form .checkbox-input label span.custom-box {
	display: inline-block;
	padding: .5em;
	color: #053962;
	line-height: 1;
	width: 2.5em;
	height: 2.5em;
	border: 1px solid #b7c7d1;
	background-color: #FFF;
}

#provider-search-form .checkbox-input label span.label-text {
	display: inline-block;
	padding-left: .5em;
	color: #053962;
	vertical-align: text-top;
	font-weight: bold;
	line-height: 1;
}

/* color: #053962; */

/* select2 fields */
.select2-container {
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	border-radius: 0;
}
.select2-container .select2-selection--single {
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #053962;
	font-size: 16px;
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #053962 transparent transparent transparent;
	border-width: 6px 8px 0 8px;
	left: 0;
	top: 75%;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #053962 transparent;
	border-width: 0 8px 6px 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
}

a.view-all:link,
a.view-all:visited {
	text-decoration: none;
}
a.view-all:focus,
a.view-all:hover {
	text-decoration: underline;
}
a.view-all:active {
	text-decoration: none;
}
/*ADDED BLINK CLASS 2/5/25 BEN MVHS*/
.blinking {
	animation: blinker 1s linear 2;
	background:#fff;
	color:black;
	border-radius:10px;
	padding:2px;
	scroll-margin-top:30px;
}

@keyframes blinker {
  50% {
    opacity: 0.50;
    background: yellow; /*#a8ca59;*/
  }
}