@charset "utf-8";
/* CSS Document */
@import url("vendors/fontawesome/css/all.min.css");
@import url("vendors/bootstrap/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto+Slab:wght@100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* @import url("https://use.typekit.net/btq2ouq.css"); */

/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap'); */

/*
Theme Name: Johns Hopkins University
Theme URI: https://github.com/tharman1jh/Johns-Hopkins-University
Author: Technology Innovation Center at Johns Hopkins
Description: A WordPress starter theme for Johns Hopkins University.
Version: 1.5.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: text-domain
Johns Hopkins University WordPress Theme, (C) 2023 Technology Innovation Center
*/
/*
...
GitHub Theme URI: tharman1jh/Johns-Hopkins-University
GitHub Theme URI: https://github.com/tharman1jh/Johns-Hopkins-University
GitHub Branch: master
*/

/*ニニニニ=GLOBAL STYLES ニニニニニ*/
:root {
	--heritage-blue: #002D72;
	--medium-blue: #0077D8;
	--homewood-green: #008767;
	--purple: #A45C98;
	--red: #CF4520;
	/* --primary-color: #002d72;
	--secondary-color: #0077d8; */
}

/* @font-face {
	font-family: "Roboto Slab";
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Source Serif 4", serif;
	font-weight: 500;
	font-style: italic;
} */

#wpadminbar {
	top: 0 !important;
}

/* GOBAL STYLES */
html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	font-family: "Work Sans";
	color: #534A43;
	font-size: 18px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	height: fit-content;
	overflow-x: hidden;
}

.sticky-header {
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
}

header {
	position: relative;
}

footer {
	width: 100%;
	background-color: var(--heritage-blue);
	flex-shrink: 0;
	color: #fff;
	font-size: 16px;
}

footer p {
	margin: 0 0 2px;
	padding: 0;
}

footer a,
footer a:hover {
	color: #fff;
}

nav {
	position: relative;
	border-top: solid 1px #CECECE;
	box-shadow: 0px 4px 8px #00000015;
}

section {
	flex: 1 0 auto;
	padding: 3em 0;
}

section img {
	max-width: 100%;
	height: auto;
}

.narrow-width {
	max-width: 800px !important;
	margin: 0 !important;
}

.row {
	max-width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1140px !important;
}

.inner-wrap:not(.lists .inner-wrap) {
	padding: 3em 0;
}

.gform_wrapper.gravity-theme .gsection {
	border-bottom: 7px solid #418FDE !important;
	padding: 0 16px 8px 0;
}

hr,
.hr {
	outline: 0;
	background-color: transparent;
	height: 0px;
	width: 100%;
	margin: 1.5em 0;
	opacity: 1;
	overflow: hidden;
}

hr.short,
.hr-short {
	outline: 0;
	background-color: transparent;
	height: 0px;
	width: 57px !important;
	margin: 1.5em 0;
	opacity: 1;
	overflow: hidden;
}

.initiatives hr.short,
.highlights hr.short {
	margin: 1.5em auto;
	width: 57px !important;
}

footer hr {
	border-top: 1px solid #fff;
	outline: 0;
	background-color: transparent;
	height: 0px;
	width: 100%;
	margin: 2em 0;
	opacity: 0.25;
}

a {
	text-decoration: none !important;
	transition: 0.4s;
}

a:hover {
	text-decoration: none;
	transition: 0.4s;
}

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter {
	margin-bottom: 1.25em !important;
}

/* Accessibility */
.screen-reader-text {
	--screen-reader-text__rect: 0;
	--screen-reader-text__size: 0.0625rem;
	--skip-link__border-radius: 0.1875rem;
	--skip-link__border-radius: 0.1875rem;
	--skip-link__box-shadow: 0.125rem;
	--skip-link__left: 0.3125rem;
	--skip-link__padding--top: 0.9375rem;
	--skip-link__padding--side: 1.4375rem;
	--skip-link__padding--bottom: 0.875rem;
	--skip-link__top: 0.3125rem;
}

.screen-reader-text {
	border: 0;
	clip: rect(var(--screen-reader-text__rect), var(--screen-reader-text__rect), var(--screen-reader-text__rect), var(--screen-reader-text__rect));
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: var(--screen-reader-text__size);
	margin: calc(-1 * var(--screen-reader-text__size));
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: var(--screen-reader-text__size);
	word-wrap: normal !important;
	word-break: normal;
	order: 0 !important;
}

.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: var(--skip-link__border-radius);
	-webkit-box-shadow: 0 0 var(--skip-link__box-shadow) var(--skip-link__box-shadow) rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 var(--skip-link__box-shadow) var(--skip-link__box-shadow) rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: var(--skip-link__left);
	line-height: normal;
	padding: var(--skip-link__padding--top) var(--skip-link__padding--side) var(--skip-link__padding--bottom);
	text-decoration: none;
	top: var(--skip-link__top);
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.clear {
	clear: both;
}

/* Background Colors */
.bg-color-primary {
	background-color: var(--heritage-blue);
	color: #fff;
}

.bg-color-secondary {
	background-color: var(--medium-blue);
	color: #fff;
}

.bg-color-faq {
	background-color: #31261D;
	color: #fff;
}

.bg-color-body {
	background-color: #534A43;
	color: #fff;
}

/* Foreground Colors */
.color-primary {
	color: var(--heritage-blue);
}

.color-secondary {
	color: var(--medium-blue);
}

.color-faq {
	color: #31261D;
}

.color-body {
	color: #534A43;
}

/* HEADINGS */
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	font-family: "Roboto Slab";
	color: var(--heritage-blue);
	margin-top: 40px;
}

h3 a,
h3 a:visited {
	font-family: "Roboto Slab";
	color: var(--heritage-blue) !important;
	margin-top: 40px;
	text-decoration: none;
	background: transparent !important;
	border: 0 !important;
}

h3 a:hover {
	font-family: "Roboto Slab";
	color: var(--medium-blue) !important;
	margin-top: 40px;
	text-decoration: none;
	background: transparent !important;
	border: 0 !important;
}

h6,
.h6 {
	font-family: "Work Sans";
	font-weight: 700;
	color: var(--heritage-blue);
	margin-top: 40px;
	font-size: 20px;
}

h1 {
	font-family: "Roboto Slab";
	font-weight: 700;
	font-size: 55px;
	margin-bottom: 50px;
}

.jumbotron h1 {
	font-family: "Roboto Slab";
	font-weight: 700;
	font-size: 55px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

.secondary-jumbotron h1 {
	text-align: left;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0.3rem 0.5rem 0.175rem;
	font-weight: 500 !important;
	margin-top: 40px !important;
}

h2 {
	font-family: "Roboto Slab";
	font-weight: 500;
	font-size: 48px;
	margin-bottom: 20px;
}

h3 {
	font-family: "Roboto Slab";
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 10px;
}

h4,
.tablepress-table-name {
	font-family: "Roboto Slab";
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 10px;
}

h4.inter {
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}

h5,
.gsection_title {
	font-family: "Roboto Slab";
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}

h5.inter {
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 20px;
}

.heading {
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 20px;
	color: #534A43;
	margin: 15px 0;
}

footer h5 {
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin: 0 0 10px;
}

/* LISTS */
ul {}

ul li {
	margin-top: 12px;
	margin-bottom: 12px;
}

nav ul li {
	margin-top: 0;
	margin-bottom: 0;
}

footer ul li {
	margin-top: 0px;
	margin-bottom: 12px;
}

/* LINKS*/
header a,
nav a,
header a:visited,
nav a:visited {
	color: var(--heritage-blue);
}

header a:hover,
nav a:hover {
	color: var(--medium-blue) !important;
}

section a,
section a:visited {
	border-bottom: solid 3px #68ACE5;
	color: #534A43;
}

.gcsc-more-maybe-branding-root a {
	border: 0 !important;
}

section a:hover {
	border-bottom: solid 3px #68ACE5;
	background-color: #68ACE5;
	color: #534A43;
}

footer a,
footer a:visited {
	border-bottom: solid 1px #68ACE5;
	color: #fff;
}

footer a:hover {
	border-bottom: solid 1px #68ACE5;
	background-color: #68ACE5;
}

.nav-search::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f002';
	color: var(--medium-blue);
	font-size: 14px;
	margin-right: 10px;
}

.nav-search {
	font-family: "Work Sans";
	font-weight: 500;
	text-align: right;
}

.bio a.bio-link {
	font-family: "Work Sans";
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--medium-blue);
	text-decoration: none;
	border-bottom: solid 1px transparent;
	background-color: transparent;
}

.bio a.bio-link:hover {
	border-bottom: solid 1px var(--medium-blue);
}

.bio a.bio-link::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	color: var(--medium-blue);
	font-size: 17px;
	vertical-align: middle;
	line-height: 16px;
	margin-left: 5px;
	padding-bottom: 2px;
	display: inline-flex;
}

.job-title {
	font-family: "Work Sans";
	color: #534A43;
	font-size: 24px;
	margin: 10px 0;
	display: block;
}

.team a.wp-block-post-excerpt__more-link {
	font-family: "Work Sans";
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--medium-blue);
	text-decoration: none;
	border-bottom: solid 1px transparent;
	background-color: transparent;
}

.team a.wp-block-post-excerpt__more-link:hover {
	border-bottom: solid 1px var(--medium-blue);
}

.team a.wp-block-post-excerpt__more-link::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	color: var(--medium-blue);
	font-size: 17px;
	vertical-align: middle;
	line-height: 16px;
	margin-left: 5px;
	padding-bottom: 2px;
	display: inline-flex;
}

.breadcrumb {
	padding: 1em 0;
	color: var(--heritage-blue);
}

.breadcrumb a:nth-child(3) {
	margin-left: 10px;
}

.breadcrumb a,
.breadcrumb a:visited {
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 14px;
	color: var(--heritage-blue);
	text-transform: uppercase;
	border-bottom: solid 1px #68ACE5;
	background-color: transparent;
	display: inline-block;
	margin-right: 20px;
	line-height: 26px;
	letter-spacing: 1.5px;
}

.breadcrumb a:hover {
	color: #000000;
	border-bottom: solid 1px #000000;
	background-color: transparent;
}

.breadcrumb span:not(.bread-sep) {
	font-family: "Work Sans";
	font-weight: 500;
	font-size: 14px;
	color: var(--heritage-blue);
	text-transform: uppercase;
	border-bottom: solid 1px transparent;
	background-color: transparent;
	display: inline-block;
	margin-left: 20px;
	line-height: 26px;
	letter-spacing: 1.5px;
}

.bread-sep {
	display: inline-block;
	margin: 0 10px;
}

.topic a {
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 24px;
	color: var(--heritage-blue);
	text-decoration: none;
	display: block;
	float: left;
	border-bottom: solid 2px var(--medium-blue);
}

.topic a:hover {
	color: #fff;
	border-bottom: solid 2px var(--medium-blue);
	background-color: var(--medium-blue);
}

.initiative a,
.initiative a:visited {
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 24px;
	color: var(--heritage-blue);
	text-decoration: none;
	display: block;
	border-bottom: none;
}

.initiative a:hover {
	background-color: transparent;
	color: var(--medium-blue);
	border-bottom: none;
	text-decoration: none;
}

a.btn-primary[href=""] {
	display: none;
	visibility: hidden;
}

.btn-primary,
.btn-primary:active,
.wp-block-file .wp-block-file__button,
.wp-block-file .wp-block-file__button:active {
	font-family: "Work Sans" !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	color: #fff !important;
	padding: 5px 18px !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
	border: none !important;
	letter-spacing: 1.2px !important;
}

.btn-primary:not(.jumbotron .btn-primary),
.btn-primary:active,
.wp-block-file .wp-block-file__button,
.wp-block-file .wp-block-file__button:active {
	box-shadow: none !important;
}

.btn-primary:hover,
a.wp-block-file__button:hover {
	color: #fff !important;
	padding: 5px 18px !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
	border: none !important;
}

.btn-primary-outline {
	font-family: "Work Sans";
	font-weight: 600;
	font-size: 16px;
	border: solid 3px var(--heritage-blue) !important;
	padding: 5px 19px;
	border-radius: 0;
	text-transform: uppercase;
	color: var(--heritage-blue) !important;
	letter-spacing: 1.2px;
	margin: 0 0.5rem;
}

.btn-primary-outline:hover {
	color: #fff !important;
	background-color: var(--heritage-blue);
	padding: 5px 19px;
	border-radius: 0;
	text-transform: uppercase;
	border: solid 3px var(--heritage-blue);
}

.btn-primary.ext::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f35d';
	font-weight: 600;
	color: #fff;
	font-size: 1em;
	margin-left: 10px;
}

.brand-bar::before {
	content: '';
	display: block;
	height: 10px;
	width: 100%;
	background: var(--heritage-blue);
	position: absolute;
	top: 0;
	left: 0;
}

.brand-bar {
	position: relative;
	z-index: 99999;
}

.brand-wrapper {
	display: flex;
	align-items: center;
}

.brand-bar .brand-logo {
	display: flex;
	justify-content: center;
	background: var(--heritage-blue);
	height: 100px;
	width: 285px;
	margin: 0 0 -15px;
}

.brand-bar .brand-logo .logo {
	display: flex;
	width: 255px;
	justify-content: center;
	align-items: center;
}

.brand-bar .brand-logo .logo img {
	margin-bottom: 10px;
	max-width: 100%;
}

.brand-bar .brand-name {
	display: inline-block;
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 28px;
	color: var(--heritage-blue);
	width: 422px;
	white-space: normal;
	/*    height: 70px;*/
	line-height: 32px;
	vertical-align: middle;
	justify-content: left;
	text-align: left;
	margin: 0 0 -10px 30px;
}

/* NAVBAR - NAVIGATION MENU */
.archives-menu {
	display: none;
}

.navbar {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;

}

.nav-head {
	flex-wrap: nowrap;
}

/*.navbar ul li:nth-child(n+9) {
    display: none;
} */
.more {
	font-weight: 600;
	border-bottom: solid 2px transparent;
	padding: 0.2em 0;
	color: var(--heritage-blue);
	border-left: solid 1px #dfdfdf;
	box-shadow: -8px 0px 13px -13px #666;
	padding-left: 15px;
	display: none;
}


#overflow {
	position: relative;
	display: none;
}

.group-wrapper {
	background-color: #F0F0F0 !important;
	position: absolute;
	top: 38px;
	left: 0;
	max-width: 350px;
	padding: 10px 1rem;
	clear: both;
	font-weight: 400;
	color: #534A43;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	border: 0;
}

.group-wrapper li {
	margin-bottom: 10px;
}

/* The container <div> - needed to position the dropdown content */
.extra-dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.extra-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.extra-dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.extra-dropdown-content a:hover {
	background-color: #ddd;
}

/* Show the dropdown menu on hover */
.extra-dropdown:hover .extra-dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.extra-dropdown:hover .extra-dropbtn {
	background-color: #3e8e41;
}

.navbar-toggler {
	color: var(--heritage-blue);
	border: 0;
	width: 100%;
	text-align: left;
	border-radius: 0;
}

.navbar-toggler i {
	margin-right: 10px;
}

.navbar-toggler:focus {
	box-shadow: none;

}

.navbar-brand {}

.navbar-brand span {
	display: flex;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
}

.navbar-brand .logo-wrap {
	display: flex;
}

.navbar-brand .logo {
	width: auto;
	height: 60px;
}

.navbar-brand .logo img {
	height: 43px;
	vertical-align: middle;
	padding-right: 20px;
	margin-right: 20px;
	border-right: solid 1px #418FDE;
}

.navbar-brand .title {
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 28px;
	color: var(--heritage-blue);
	width: 362px;
	white-space: normal;
	/*  	overflow: hidden;*/
	height: 60px;
	line-height: 28px;
	vertical-align: middle;
	justify-content: left;
	text-align: left;
}

.utility-menu {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.nav-search {
	font-family: "Work Sans";
	font-weight: 600;
	color: var(--heritage-blue);
	display: inline-block;
	margin: 0 0.9rem 0 0.5rem;
	vertical-align: bottom;
}

.navbar-nav,
.navbar-nav ul {
	padding: 0.15em 0;
	margin-bottom: 0;
	/*display: flex;*/
	list-style: none;
	flex-wrap: wrap;
}

.mobile-navbar-nav,
.mobile-navbar-nav ul {
	padding: 0.15em 0;
	margin-bottom: 0;
	margin-top: -8px;
	/*display: flex;*/
	list-style: none;
}

.navbar-nav li {
	margin-right: 25px;
	position: relative;
}

.mobile-navbar-nav li {
	margin-bottom: 14px;
}

.navbar-nav li.utility-item {
	display: none;
}

.navbar-nav li a,
.mobile-navbar-nav li a,
.mobile-navbar-nav li a:visited {
	font-family: "Work Sans";
	font-weight: 600;
	border-bottom: solid 2px transparent;
	padding: 0.2em 0;
	color: var(--heritage-blue);
	overflow: hidden;
	display: inline-flex;
	font-size: 16px;
}

.navbar-nav li.menu-item .dropdown-arrow,
.navbar-nav li.current-menu-item .dropdown-arrow,
.navbar-nav li.current_page_parent .dropdown-arrow {
	border: none;
	display: inline-flex;
	background: transparent;
	font-size: 13px;
	margin-left: 3px;
}

.navbar-nav li .sub-menu li a,
.navbar-nav li .sub-menu li a:visited {
	color: #534A43;
	font-size: 16px;
	font-family: "Work Sans";
	font-weight: normal;
	border: 0;
}

.navbar-nav li.current-menu-item .sub-menu li a,
.navbar-nav li.current-menu-item .sub-menu li a:visited {
	color: #534A43;
	font-size: 16px;
	font-family: "Work Sans";
	font-weight: normal;
	border: 0;
}

.navbar-nav li .sub-menu li.current-menu-item a,
.children li.current_page_item a {
	color: var(--medium-blue) !important;
	border-bottom: none !important;
}

.menu-item-has-children:hover .sub-menu,
.page_item_has_children:hover .children,
.sub-menu.show,
.menu-item-has-children[aria-expanded="true"] {
	display: block;
	margin-top: -2px;
	padding-top: 11px;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	box-shadow: 0px 5px 8px #00000010;
}

.sub-menu,
.navbar-nav ul ul.children,
.sub-menu.hide,
.menu-item-has-children[aria-expanded="false"] {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 16px;
	color: #534A43;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
}

.sub-menu .menu-item,
.children .page_item {
	background-color: #F0F0F0 !important;
	display: block;
	width: 100%;
	padding: 10px 1rem;
	clear: both;
	font-weight: 400;
	color: #534A43;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	border: 0;
}

.navbar-nav li .sub-menu button {
	display: none !important;
	visibility: hidden !important;
}

.sub-menu li .sub-menu {
	display: none !important;
}

.navbar-collapse {
	transition: 0.4s;
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
	z-index: 9999;
	box-shadow: none;
	width: 100% !important;
}

/* JUMBOTRON */
/*
.jumbotron.small{
	position: relative;
	height: 122px !important;
}
.jumbotron.small h1{
	white-space: nowrap;
}
*/
.jumbotron.small .inner-wrap {
	max-width: 1118px;
}

.jumbotron.medium {
	position: relative;
	height: 244px !important;
}

.jumbotron,
.jumbotron.large {
	position: relative;
	height: 488px;
}

.jumbotron .container-fluid {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.jumbotron img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.jumbotron .container-fluid .jumbotron-overlay {
	content: ' ';
	-webkit-mask-size: 100% 100%;
	height: 488px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.jumbotron .inner-wrap {
	max-width: 768px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.jumbotron .cta-text {
	color: #fff;
	text-align: center;
	padding: 0 1em;
}

.jumbotron .cta-wrap {
	display: block;
	text-align: center;
}

.jumbotron .cta-wrap::before {
	border-top: solid 2px #fff;
	content: '';
	display: flex;
	width: 30%;
	margin: 1.5rem auto 1rem;
	padding: 0.5em 0;
}

.secondary-jumbotron {
	position: relative;
	height: 176px;
	background: url("assets/img/small_banner@2x.png") no-repeat;
	background-size: cover;
}

.secondary-jumbotron .container-fluid {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.secondary-jumbotron img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.secondary-jumbotron .container-fluid .jumbotron-overlay {
	content: ' ';
	opacity: 0.88;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.secondary-jumbotron .inner-wrap {
	max-width: 1140px;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

/* CONTENT SECTIONS */
.view-all {
	margin: 3em auto 1em;
	text-align: center;
}

/*
.wp-block-image{
	display: grid;
}
*/
figcaption {
	font-family: "Work Sans";
	font-size: 16px;
	padding-bottom: 7.5px;
	border-bottom: solid 2px var(--heritage-blue);
}

/* Initiatives */
.initiative-link {
	display: block;
	text-decoration: none;
	color: inherit;
	/* Keeps text color consistent */
}

.lists section:nth-child(odd) {
	background: url("assets/img/landing_background@2x.png") no-repeat;
	background-size: cover;
}

.lists section:nth-child(even) {

	background: none;
	background-size: cover;
}

section.initiatives h3,
section.initiatives h3::after {
	text-align: center;
	margin: 1em auto
}

section.initiatives .row {
	justify-content: center;
}

article.home-initiative {
	max-width: 1140px;
	margin: 1em;
	background-color: #fff;
	padding: 0;
	display: inline-block;
	align-items: center;
	box-shadow: -10px 10px 0 0 #418FDE;
}
article.home-initiative .article-title a,
article.home-initiative .article-title a:visited {
	font-family: "Work Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #002d72;
	text-decoration: none;
	display: block;
	border-bottom: none;
	line-height: 27px;
}

article.home-initiative a:hover {
	/* padding: 5px; */
	display: inline-block;
	align-items: center;
	box-shadow: none;
}
article.home-initiative .article-title a:hover {
	background-color: transparent;
	color: #0072ce;
	border-bottom: none;
	text-decoration: none;
}

article.home-initiative .wp-block-post-featured-image {
	vertical-align: middle;
	margin-right: 2em;
}

article.home-initiative .article-img {
	margin-bottom: 2em;
}


/* post tile image on front page */
.home-initiative .article-img {
	width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
	/* ensures crop */
}

.home-initiative .article-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

article.home-initiative .article-title {
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 24px;
	color: var(--heritage-blue);
	text-decoration: none;
	display: block;
	border-bottom: none;
	line-height: 27px;
}

/* article.home-initiative .article-title a:hover {
	background-color: transparent;
	color: var(--medium-blue);
	border-bottom: none;
	text-decoration: none;
} */

article.home-initiative .article-text {
	padding: 2em;
	box-shadow: 0px 0px 10px #00000029;
	height: 100%;
}

/* a:hover .article-text {
	box-shadow: none;
} */

article.home-initiative .wp-block-post-excerpt {
	padding: 2em;
	box-shadow: 0px 0px 10px #00000029;
	height: 100%;
}

.home-initiative .article-text p,
.wp-block-post-excerpt p {
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

article.initiative .article-text p {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

article.initiative .wp-block-query {}

article.initiative {
	position: relative;
	display: block;
}

article.initiative .wp-block-query .wp-block-post {
	position: relative;
	max-width: 1140px;
	margin: 1em 0;
	background-color: #F6F6F5;
	padding: 1em 2em;
	display: block;
	align-items: center;
	padding-bottom: 4em;
}

article.initiative {
	position: relative;
	max-width: 1140px;
	margin: 1em 0;
	background-color: #F6F6F5;
	padding: 2em 2em;
	display: block;
	align-items: center;
}

article.initiative .article-img,
article.initiative .wp-block-query .wp-block-post-featured-image {
	vertical-align: middle;
	margin-right: 2em;
	position: absolute;
	left: 2em;
	top: 1em;
	bottom: 1em;
	max-width: 200px;
	overflow: hidden;
}

article.topic .article-img {
	vertical-align: middle;
	margin-right: 2em;
	position: absolute;
	left: 0em;
	top: 0;
	bottom: 1em;
	max-width: 200px;
	overflow: hidden;
}

article.initiative .article-img img,
article.topic .article-img img {
	max-width: 100%;
	height: auto;
	transition: transform .4s;
	/* smoother zoom */
}

article.initiative .article-img img:hover,
article.highlight .article-img img:hover,
article.topic .article-img img:hover {
	transform: scale(1.3);
	transform-origin: 50% 50%;
}

article.home-initiative .wp-block-query .wp-block-post-featured-image:empty,
article.initiative .wp-block-query .wp-block-post-featured-image:empty,
.article-img:empty {
	display: none;
}

article.initiative .wp-block-query .wp-block-post-title a,
article.initiative .wp-block-query .wp-block-post-title a:visited {
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 24px;
	color: var(--heritage-blue);
	text-decoration: none;
	display: block;
	border-bottom: none;
	line-height: 27px;
}

article.initiative .wp-block-query h2 {
	margin-bottom: 0;
	margin-left: 0;
}

article.initiative .wp-block-query .wp-block-post-title a:hover {
	background-color: transparent;
	color: var(--medium-blue);
	border-bottom: none;
	text-decoration: none;
}

article.initiative .wp-block-post-excerpt {
	padding: 1em 0;
	height: 100%;
	margin-left: 0;
}

article.initiative .img-visible,
article.initiative .has-post-thumbnail .wp-block-post-excerpt,
article.initiative .has-post-thumbnail .wp-block-post-title {
	margin-left: 220px !important;
	text-align: left;
}

article.topic .img-visible {
	margin-left: 220px !important;
	text-align: left;
}

p:empty {
	display: none;
}

/* Highlights */
section.highlights {
	background: #fff;
}

section.highlights h3,
section.highlights h3::after {
	text-align: center;
	margin: 1em auto
}

section.highlights .row {
	justify-content: center;
}

article.highlight {
	max-width: 1140px;
	margin: 1em;
	background-color: #f6f6f5;
	padding: 0;
	display: flex;
	align-items: center;
	box-shadow: -10px 10px 0 0 #418FDE;
}
article.highlight .article-title a,
article.highlight .article-title a:visited {
	font-family: "Work Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #002d72;
	text-decoration: none;
	display: block;
	border-bottom: none;
	line-height: 27px;
}

article.highlight a:hover {
	align-items: center;
	box-shadow: none;
}


article.highlight .wp-block-post-featured-image {
	vertical-align: middle;
	border: solid 1px #efefef;
	margin-right: 2em;
}

/* post tile image on front page */
article.highlight .article-img {
	width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
	/* ensures crop */
}

article.highlight .article-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

article.highlight .article-title {
	/* article.highlight .article-title a:visited { */
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 24px;
	color: var(--heritage-blue);
	text-decoration: none;
	display: block;
	border-bottom: none;
	line-height: 27px;
}

article.highlight .article-title a:hover {
	background-color: transparent;
	color: var(--medium-blue);
	border-bottom: none;
	text-decoration: none;
}

article.highlight .wp-block-post-excerpt {
	padding: 2em;
	box-shadow: 0px 0px 10px #00000029;
	height: 100%;
}

article.highlight .article-text p {
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

article.highlight .article-text {
	padding: 2em;
	box-shadow: 0px 0px 10px #00000029;
	height: 100%;
	width: 100%;
}

article.topic {
	background-color: transparent;
	display: flex;
	align-items: center;
	border-bottom: solid 1px #D9D9D9;
	padding-bottom: 2em;
	margin-bottom: 2em;
	position: relative;
}

article.topic:nth-child(1) {
	border-top: solid 1px #D9D9D9;
	padding-top: 2em;
}

article.topic .wp-block-post-featured-image {
	vertical-align: middle;
	margin-right: 2em;
}

article.topic .article-title {
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 24px;
	color: var(--heritage-blue);
	text-decoration: none;
	display: block;
	border-bottom: none;
	float: left;
	line-height: 27px;
}

article.topic .article-title:hover {
	background-color: transparent;
	color: var(--medium-blue);
	border-bottom: none;
	text-decoration: none;
}

/* article.topic .wp-block-post-excerpt {} */

article.topic .wp-block-post-excerpt p {
	clear: both;
}

/* Stories */
.custom-image-box-container {
	padding-bottom: 3em;
	margin-top: 2em;
}

.custom-image-box-container:nth-child(even) .row {
	flex-direction: row-reverse;
}

.custom-image-box-container:nth-child(odd) .row {
	flex-direction: row;
	margin: 3em 0;
}

.stories .row {

	position: relative;
}

/*.stories .row:nth-child(even){
	flex-direction: row-reverse;
}
.stories .row:nth-child(odd){
	flex-direction: row;
	margin: 3em 0;
}*/
.home .stories img {
	z-index: 1;
	position: relative;
	width: 550px;
	max-width: 100%;
	height: 550px;
	object-fit: cover;
}

.home .stories .img-container::before {
	position: absolute;
	max-width: 100%;
	width: 550px;
	height: 550px;
	content: '';
	z-index: 1;
}

.stories img {
	z-index: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.home .story-img-crop {
	width: 80vw;
	height: 80vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.story-img-crop {
	width: 100%;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.stories img[src=""] {
	display: none;
}

.stories .img-container {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.stories .img-container:empty {
	display: none;
}

.custom-image-box-container:nth-child(even) .txt-container {
	padding: 0 3em 0 0;
}

.custom-image-box-container:nth-child(odd) .txt-container {
	padding: 0 0 0 3em;
}

.stories .txt-container h3:empty,
.stories .txt-container p:empty {
	display: none;
}

.stories .img-container::before {
	position: absolute;
	top: 20px;
	left: -20px;
	width: 100%;
	height: 100%;
	border: 2px solid var(--medium-blue);
	content: '';
	z-index: 1;
}

a.btn-primary:not([href]) {
	display: none;
}

/* Bio */
.bio {
	text-align: center;
	margin-bottom: 90px;
}

.bio-lg {
	text-align: left;
	margin-bottom: 90px;
}

.bio .bio-img {
	border-radius: 100%;
	background: #EBEBEB;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	overflow: hidden;
}

.bio-img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.bio-lg .bio-img {
	border-radius: 100%;
	background: #EBEBEB;
	height: 250px;
	width: 250px;
	margin: 30px 30px 0 0;
	vertical-align: middle;
	overflow: hidden;
	padding: 0;
}

.bio-lg .bio-img img {
	object-fit: cover;
	/*	height: 100%;*/
	width: 100%;
}

.bio-title span {
	display: block;
}

.bio-subtitle {
	font-size: 24px;
	display: block;
	font-family: "Work Sans";
	color: #534A43;
	margin: 10px 0;
}

.team .wp-block-query {
	text-align: center;
	margin-bottom: 90px;
	position: relative;
}

.bio-lg {
	text-align: left;
	margin-bottom: 90px;
}

.team .wp-block-post-template {
	display: flex;
}

.team .wp-block-post {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

/* .team .wp-block-query .wp-block-post-featured-image {} */

.team .wp-block-query .wp-block-post-featured-image a,
.team .wp-block-query .wp-block-post-featured-image a:visited {
	border-radius: 100%;
	background: #EBEBEB;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	border: 0;
	overflow: hidden;
	position: relative;

}

.wp-block-post-title {}

.wp-block-post-title {
	font-family: "Roboto Slab";
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	color: var(--heritage-blue);
	display: block;
	border: none;
}

.wp-block-post-title a,
.wp-block-post-title a:hover {
	background: transparent;
	color: var(--heritage-blue);
	text-decoration: none;
	margin-left: 0;
	position: relative;
	border: none;
}

.wp-block-post-excerpt {
	display: block;
	font-family: "Work Sans";
	color: #534A43;
	margin: 10px 0;
}

/* Accordion */
.accordion {
	color: #31261D;
	padding: 0;
	margin: 0;
}

.accordion-item,
.c-accordion__item {
	color: #000;
	padding: 1em 0;
	margin: 0;
	border-bottom: 2px solid #000;
	border-left: 0;
	border-right: 0;
	border-top: 0
}

.accordion-item:nth-child(1) {
	border-top: 2px solid #534A43;
}

.accordion-header {

	padding: 0;
	margin: 0;
}

.accordion-button,
.c-accordion__title {
	font-family: "Work Sans";
	font-weight: 800;
	font-size: 20px;
	color: #31261D;
	padding: 0;
	margin: 12px 0;
}

.accordion-button:not(.collapsed) {
	color: #31261D;
	background: transparent;
	box-shadow: none;
}

.accordion-button::after {
	display: none;
}

.accordion-button::before,
.c-accordion__title::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f0d7';
	color: #31261D;
	font-weight: 900;
	flex-shrink: 0;
	font-size: 20px;
	margin-right: 10px;
	transition: transform .2s ease-in-out;
}

.accordion-body {
	padding: 0;
	margin: 0;
}

/* Forms*/
.form-label {
	font-family: "Work Sans";
	font-weight: 500;
	color: var(--heritage-blue);
	font-size: 18px;
	margin-bottom: 10px;
}

.form-control {
	border: solid 2px #000;
	border-radius: 0;
	margin-bottom: 20px;
	min-height: 52px;
}

.form-submit {
	width: auto;
	margin: 30px 0;
}

/*Footer*/
.footer-logo {
	text-decoration: none;
	border: 0;
}

.footer-logo:hover {
	background: transparent;
	text-decoration: none;
	border: 0;
}

.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}

.footer-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.footer-social ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-social ul li:nth-child(1) a,
.footer-social ul li:nth-child(1) a:visited {
	margin-right: 30px;
	background: url("assets/img/Twitter.svg") no-repeat;
	width: 32px;
	height: 32px;
	text-indent: 100px;

	overflow: hidden;
	display: inline-block;
	color: var(--heritage-blue);
}

.footer-social ul li:nth-child(2) a,
.footer-social ul li:nth-child(2) a:visited {
	margin-right: 30px;
	background: url("assets/img/Facebook.svg") no-repeat;
	width: 32px;
	height: 32px;
	text-indent: 100px;
	overflow: hidden;
	display: inline-block;
	color: var(--heritage-blue);
}

.footer-social ul li:nth-child(3) a,
.footer-social ul li:nth-child(3) a:visited {
	margin-right: 30px;
	background: url("assets/img/Linked_in.svg") no-repeat;
	width: 32px;
	height: 32px;
	text-indent: 100px;
	overflow: hidden;
	display: inline-block;
	color: var(--heritage-blue);
}

.footer-social a,
.footer-social a:hover {
	background-color: transparent;
	border: 0;
}

.social-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

#footerSocial:empty {
	display: none !important;
	visibility: hidden !important;
}

#footerSocial .social-nav:empty {
	display: none !important;
	visibility: hidden !important;
}

.social-nav li {
	margin-right: 30px;
}

.social-nav li:last-child {
	margin-right: 0;
}

.social-nav a,
.social-nav a:hover {
	background-color: transparent;
	border: 0;
}

/* TABLES */
.dataTables_wrapper {
	overflow-x: scroll;

}

table.tablepress {
	border-spacing: 10px;
	border-collapse: separate;
	table-layout: fixed;
	position: sticky;
	width: 100vw;
	max-width: 140%;
	overflow-x: auto;
	display: block;
}

.tablepress thead {}

.tablepress th {
	background-color: #002D74 !important;
	margin: 10px !important;
	border-collapse: separate;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 16px;
	padding: 18px !important;
}

.tablepress td {
	background: #F0F5FA !important;
	border: none !important;
	padding: 18px !important;
}


/* PAGINATION */
.pagination {
	font-family: "Work Sans";
	font-weight: 500;
	font-size: 14px;
	color: var(--medium-blue);
	margin: 0 auto;
	justify-content: center;
}

.pagination li {}

.pagination li a,
.pagination li a:visited {
	color: var(--medium-blue);
	border: none;
	padding: 0.3em 0.6em;
	text-decoration: none;
	line-height: 25px;
}

.pagination li a:hover {
	color: var(--heritage-blue);
	text-decoration: none;
}

.pagination .current {
	background-color: var(--medium-blue);
	color: #fff !important;

}

.pagination .current a,
.pagination .current a:visited {
	color: #fff !important;

}

.pagination .current a:hover {
	background-color: var(--heritage-blue);
}

/* SEARCH FORM */
.search-wrap {
	background: var(--medium-blue);
	padding: 10px;
}

.search {
	position: relative;
	display: inline-flex;
	min-width: 100%;
}

.search {
	position: relative;
	max-width: 800px;
	margin: 0;
	display: flex
}

.search .search-field {
	position: relative;
	font-size: 16px;
	color: #000;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	padding: 10px;
	width: 70%;
}

.search .search-submit {
	font-family: "Work Sans";
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	background: transparent;
	border: none;
	outline: none;
	color: #fff;
	display: flex;
	line-height: 44px;
	margin: 0 auto;
	text-align: center;
}

.search .search-submit::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f002';
	color: #fff;
	font-size: 16px;
	margin-right: 2em;
}

.search-feedback {
	color: #766E68;
	font-size: 16px;
	margin: 1em 0;
}

.overlay .search-alert {
	color: #fff;
}

.overlay .search-alert span {
	font-weight: bold;
	color: red;
}

.search-alert {
	color: #000;
	text-align: center;
}

.search-alert span {
	font-weight: bold;
	color: red;
}

.gsc-input input {
	position: relative;
	font-size: 16px;
	color: #000;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	padding: 10px !important;
	width: 70%;
	height: 100% !important;
}

.results-search-box .gsc-input input {
	position: relative;
	font-size: 16px;
	color: #000;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid var(--medium-blue) !important;
	border-radius: 0;
	padding: 10px !important;
	width: 70%;
	height: 100% !important;
}

.gssb_c {
	z-index: 9999 !important;
}

.gsst_a {
	border: 0;
}

.gcsc-more-maybe-branding-root a {
	border: 0;
}

.gsc-input input:focus {}

.gsc-search-button button {
	background: none;
	border: none;
}

.gsc-search-button button svg {
	transform: scale(2);
}

.gsc-search-box button::after {
	content: "Search";
	background: var(--medium-blue);
	margin: 0 5px;
	padding: 0;
}

.gsc-search-box button {
	font-family: "Work Sans";
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	border: none;
	outline: none;
	color: #fff;
	display: flex;
	margin: 0;
	text-align: center;
}

.results-search-box .gsc-search-box button {
	line-height: 3rem;
}

.gsc-search-box button::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f002';
	color: #fff;
	font-size: 16px;
	margin: 0 5px;
	padding: 0;
	background: var(--medium-blue);
}

.gsc-search-box button:hover {
	/*background: #bbb;*/
}

/* SEARCH RESULTS */
/*.gsc-results-wrapper-nooverlay .gsc-results-wrapper-visible{
	
}*/
.gsc-adBlock {
	display: none !important;
	visibility: hidden !important;
}

.gsc-control-cse {
	border: none !important
}

.gs-webResult .gs-result {
	position: relative;
}

a.gs-title {
	border-bottom: solid 2px var(--medium-blue) !important;
	width: auto;
	margin-left: 170px;
	display: table;
}

.gs-title,
.gs-title b {
	font-family: "Work Sans" !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	color: var(--heritage-blue) !important;
	text-decoration: none !important;
	border: none !important;
}

.gs-title a:hover {
	color: #fff !important;
	border-bottom: solid 2px var(--medium-blue) !important;
	background-color: var(--medium-blue);
}

.gs-webResult div.gs-visibleUrl,
div.gs-fileFormat {
	margin: 0.5em 0 !important;
	font-size: 14px !important;
	color: #777 !important;
	margin-left: 170px !important;
}

.gs-webResult,
.gs-snippet {
	position: relative;
	font-family: "Work Sans" !important;
	color: #534A43 !important;
	font-size: 18px !important;
}

.gs-bidi-start-align {
	margin-left: 170px;
}

.gs-result .gs-image {
	border: none !important;
}

.gs-web-image-box {
	vertical-align: middle !important;
	margin-right: 1em !important;
	width: 150px !important;
	max-height: 100px !important;
	overflow: hidden !important;
	float: left !important;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 1px #eee;
}

.gs-web-image-box,
.gs-promotion-image-box {
	padding: 2px 8px 2px 0;
	margin-right: 0;
	margin-left: 0;
}

.gs-web-image-box .gs-image {
	max-width: 200px !important;
	max-height: 200px !important
}

.gs-web-image-box img {
	max-width: 100%;
	height: auto;
	transition: transform .4s;
	/* smoother zoom */
}

/*.gs-image .gs-image img:hover {
	transform: scale(1.3);
  transform-origin: 50% 50%;
}
.gs-webResult .gs-result{
	background-color: transparent;
	align-items: center;
	border-bottom: solid 1px #D9D9D9;
    padding-bottom: 2em;
    margin-bottom: 2em;
	position: relative;
}
.gs-webResult .gs-result:nth-child(1){
	border-top: solid 1px #D9D9D9;
    padding-top: 2em;
}
.gs-image .gs-image{
	vertical-align: middle;
	margin-right: 2em;
}
.gs-webResult .gs-title{
	font-family: "Work Sans";
	font-weight: 700;
	font-size: 24px;
	color: var(--heritage-blue);
	text-decoration: none;
	display: block;
	line-height: 27px;
	border-bottom: solid 2px var(--medium-blue) !important;
}
.gs-webResult .gs-title:hover {
	background-color: transparent;
	color: var(--medium-blue);
	border-bottom: none;
	text-decoration: none;
}
.gsc-table-cell-snippet-close .gs-snippet{
	clear: both;
}*/
/* GRAVITY FORMS */
.gform_required_legend {
	display: none;
}

.gfield_label,
.gform-field-label {
	font-family: "Work Sans";
	font-size: 16px;
	font-weight: 700;
	color: var(--heritage-blue);
}

.ginput_container input,
.ginput_container textarea,
.gfield_select {
	border-radius: 0;
	border: 2px solid #000;
}

.gform_button,
.gform_button:active {
	font-family: "Work Sans";
	font-weight: 500;
	font-size: 16px;
	color: #fff !important;
	background-color: var(--medium-blue);
	padding: 7px 30px;
	border-radius: 0;
	text-transform: uppercase;
	border: none;
	letter-spacing: 1.2px
}

.gform_button:hover {
	background-color: var(--heritage-blue);
	color: #fff;
	padding: 7px 30px;
	border-radius: 0;
	text-transform: uppercase;
	border: none;
}

/*Search Modal */
/* The overlay effect with black background */
.overlay {
	height: 170px;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgb(0, 114, 206);
	background-color: rgba(0, 114, 206, 1);
	/* Black with a little bit see-through */
}

/* The content */
.overlay-content {
	position: relative;
	top: 40px;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay-content .input-group {
	padding: 10px;
	background-color: #fff;
	display: flex;
}

.overlay-content .form-control {
	width: 70%;
	height: 43px !important;
	min-height: 43px !important;
	border: none !important;
	outline: none !important;
	margin-bottom: 0 !important;
}

.overlay-content .input-group-append {
	width: 30%;
	height: 43px !important;
	min-height: 43px !important;
}

.overlay-content .input-group-append .submit {
	width: 100%;
	height: 43px !important;
	min-height: 43px !important;
}

/* Close button */
.overlay .closebtn {
	width: 54px;
	height: 54px;
	background-color: #31261D;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 38px;
	cursor: pointer;
	color: #fff;
	display: block;
	text-align: center;
}

.overlay .closebtn:hover {
	color: #fff;
	background-color: #000;

}

/* Style the search field */
.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}

.overlay input[type=text]:hover {
	/*background: #f1f1f1;*/
}

.gsc-input {
	margin: 0 !important;
	padding: 0 !important;
}

.gsc-input-box {
	border: none !important;
	background: none !important;
}

.gsc-input-box table {
	background: #fff;
}

.gsc-search-button {
	background: #fff;
}

.gsc-search-button-v2 {
	background: var(--medium-blue) !important;
	margin: 5px !important;
	padding: 0px 2em !important;
	line-height: 44px;
}

.gsc-search-button-v2 svg {
	display: none;
}

/* Style the submit button */

.overlay button::after {
	content: "Search";
	background: var(--medium-blue);
	margin: 0 5px;
	padding: 0;
}

.overlay button {
	font-family: "Work Sans";
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	border: none;
	outline: none;
	color: #fff;
	display: flex;
	margin: 0;
	text-align: center;
}

.overlay button::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f002';
	color: #fff;
	font-size: 16px;
	margin: 0 5px;
	padding: 0;
	background: var(--medium-blue);
}

.overlay button:hover {
	/*background: #bbb;*/
}

.mobile-navbar-nav {
	display: none;
}

.gform_title {
	display: none !important;
}

.custom-info-box-container {
	position: relative;
	width: 100%;
	padding: 0;
	clear: both;
	margin: 1.5em 0;
}

.custom-info-box-container::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -10px;
	left: -10px;
}

.custom-info-box-container .inner-wrap {
	background: #F0F5FA;
	display: flex;
	flex-direction: row;
	padding: 1.5em;
}

.custom-info-box-container .icon-container {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.custom-info-box-container .feature-icon {
	width: 60px;
	height: 60px;

}

.custom-info-box-container .txt-container {
	width: 83%;
	font-family: "Work Sans";
	font-weight: normal;
	color: #534A43;
	font-size: 18px;
}

.custom-info-box-container .txt-container h3 {
	font-family: "Work Sans";
	font-weight: bold;
	color: var(--heritage-blue);
	font-size: 24px;
	margin: 0.3em 0;
	padding: 0;
}

.custom-info-box-container .txt-container p {
	padding: 0;
	margin: 0.3em 0;
}

/* VIDEO PLAYERS */
.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* HUB FEED */
/* .feed-container {
	margin: 0px auto 0px auto;

} */

.feed-container {
	background-image: url("assets/img/feeds-background.png");
	padding-bottom: 30px;
}

.feed-container .view-all {
	margin: 10px 0px 0px 0px;
}

.feed {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
}

.hub-feed {
	max-width: 350px;
	height: auto;
}

.hub-feed .article-text {
	background: #ffffff !important;
	padding: 10px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: -2.75em !important;
	width: 90% !important;
	position: relative !important;
	z-index: 999 !important;
	height: 50% !important;
}

.hub-feed h3 {
	font-size: 22px;
	font-weight: 900;
	margin-top: 0px !important;
}

.hub-feed .caption {
	font-size: 13px;
	font-weight: 400;
}

.hub-feed .article-description {
	font-size: 15px;
	font-weight: 400;
}


/* RESPONSIVE */

@media only screen and (max-width: 1200px) {

	/*1025px — 1200px: Desktops, large screens*/
	.jumbotron h1 {
		font-size: 50px;
	}

	.container {
		padding: 0 2rem;
	}

	.custom-info-box-container {
		position: relative;
		width: 100%;
		padding: 0 !important;
	}

	.utility-menu .btn-primary-outline,
	.utility-menu .btn-primary-outline:hover {
		padding: 5px 12px !important;
		font-size: 0.775em !important;
	}

	.utility-menu .btn-primary,
	.utility-menu .btn-primary:hover {
		padding: 8px 12px !important;
		font-size: 0.775em !important;
	}

	.navbar-brand .title {
		width: 302px !important;
	}
}

@media only screen and (max-width: 1024px) {

	/*769px — 1024px: Small screens, laptops*/
	.navbar-brand .title {
		width: 302px !important;
	}

	.navbar-brand {
		display: flex !important;
	}

	.navbar-brand .logo img {
		padding: 0;
		border: 0;
	}

	.utility-menu .btn-primary-outline,
	.utility-menu .btn-primary-outline:hover {
		padding: 5px 12px !important;
		font-size: 0.775em !important;
	}

	.utility-menu .btn-primary,
	.utility-menu .btn-primary:hover {
		padding: 8px 12px !important;
		font-size: 0.775em !important;
	}

	.navbar-brand .title {
		width: 302px !important;
	}

	section {
		flex: 1 0 auto;
		padding: 1em 0;
	}

	footer {
		text-align: center;
		justify-content: center;
	}

	footer div {
		margin: 2rem auto;
	}

	.social-nav {
		justify-content: center;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
		border-radius: 0;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		box-shadow: none;
	}

	.dropdown-menu {
		position: absolute;
		z-index: 1000;
		display: none;
		min-width: 10rem;
		padding: 0.5rem 0;
		margin: 0;
		font-size: inherit;
		color: var(--heritage-blue);
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 0;
		border-radius: 0;
	}

	.dropdown-item {
		display: block;
		width: 100%;
		padding: 0.25rem 1rem;
		clear: both;
		font-weight: 400;
		color: var(--heritage-blue);
		text-align: inherit;
		text-decoration: none;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	}

	nav ul li {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.dropdown-menu[data-bs-popper] {
		margin-top: 0;
	}

	.jumbotron {
		position: relative;
		min-height: 375px;
	}

	.jumbotron h1 {
		font-size: 45px;
		padding: 0 3rem;
	}

	.secondary-jumbotron h1 {
		text-align: left;
		line-height: 40px;
		font-size: 38px;
		margin: auto 0.855em;
		padding: 0.3rem 0.5rem 0.175rem;
	}


	article.initiative .wp-block-query,
	article.topic .wp-block-query {
		display: block;
		text-align: center;
	}

	article.initiative .wp-block-query .wp-block-post-featured-image,
	article.topic .wp-block-query .wp-block-post-featured-image {
		padding-top: 2em;
		margin-right: 0;
	}

	article.topic .wp-block-query .wp-block-post-title,
	.topic a {
		float: none;
		margin: 1rem auto;
	}

	.search .search-submit::before {
		margin-right: 1em;
	}

	.initiatives .row,
	.highlights .row {
		padding: 0 1rem 0 2rem;
	}

	.stories {
		margin-bottom: 3em;
	}
}

@media only screen and (max-width: 991px) {
	.mobile-navbar-nav {
		display: block;
	}

	.mobile-navbar-nav .utility-item {
		display: block;
		margin-bottom: 0 !important;
	}

	.utility-menu {
		display: none;
	}

	.archives-menu {
		margin-top: -6px !important;
		margin-bottom: 3px;
	}

	.stories .img-container {
		padding: 0;
		margin-left: 73px;
		margin-bottom: 20px;
	}

	.custom-image-box-container:nth-child(even) .row {
		flex-direction: row;
	}

	.custom-image-box-container:nth-child(even) .txt-container {
		padding: 0 0 0 3em;
	}
}

@media only screen and (max-width: 768px) {
	.navbar .logo-wrap {
		margin: 0 auto;
	}

	.brand-bar::before {
		content: '';
		display: block;
		height: 10px;
		width: 100%;
		background: var(--heritage-blue);
		position: absolute;
		top: 0;
		left: 0;
	}

	.brand-bar {
		position: relative;
		z-index: 99999;
	}

	.brand-wrapper {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.brand-bar .brand-logo {
		display: flex;
		justify-content: center;
		background: var(--heritage-blue);
		height: 100px;
		width: 285px;
		margin: 0;
	}

	.brand-bar .brand-logo .logo {
		display: flex;
		width: 255px;
		justify-content: center;
		align-items: center;
	}

	.brand-bar .brand-logo .logo img {
		margin-bottom: 10px;
	}

	.brand-bar .brand-name {
		display: inline-block;
		font-family: "Work Sans";
		font-weight: 700;
		font-size: 28px;
		color: var(--heritage-blue);
		width: 362px;
		white-space: normal;
		height: 70px;
		line-height: 32px;
		vertical-align: middle;
		justify-content: left;
		text-align: center;
		margin: 10px 0;
	}

	/*481px — 768px: iPads, Tablets*/
	.navbar-brand .logo-wrap {
		display: block !important;
		margin: 0 auto;
	}

	.navbar-brand {
		display: block !important;
		margin: 0 auto;
	}

	.navbar-brand .logo img {
		padding: 0;
		border: 0;
		margin: 10px auto;
	}

	.navbar-brand .title {
		font-family: "Work Sans";
		font-weight: 700;
		margin: 10px auto;
		font-size: 1.3em;
		color: var(--heritage-blue);
		width: auto !important;
		white-space: normal;
		overflow: hidden;
		height: 60px;
		line-height: 28px;
		vertical-align: middle;
		justify-content: center;
		text-align: center;
	}

	.navbar-toggler {
		padding: 5px 0;
	}

	.more {
		padding-left: 0;
		box-shadow: none;
		border: none;
	}

	section {
		flex: 1 0 auto;
		padding: 1em 0;
	}

	footer {
		text-align: center;
		justify-content: center;
	}

	footer div {
		margin: 2rem auto;
	}

	.social-nav {
		justify-content: center;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
		border-radius: 0;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		box-shadow: none;
	}

	.dropdown-menu {
		position: absolute;
		z-index: 1000;
		display: none;
		min-width: 10rem;
		padding: 0.5rem 0;
		margin: 0;
		font-size: inherit;
		color: var(--heritage-blue);
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 0;
		border-radius: 0;
	}

	.dropdown-item {
		display: block;
		width: 100%;
		padding: 0.25rem 1rem;
		clear: both;
		font-weight: 400;
		color: var(--heritage-blue);
		text-align: inherit;
		text-decoration: none;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	}

	nav ul li {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.dropdown-menu[data-bs-popper] {
		margin-top: 0;
	}

	.jumbotron {
		position: relative;
		min-height: 375px;
	}

	.jumbotron h1 {
		font-size: 40px;
		padding: 0 3rem;
	}

	.secondary-jumbotron h1 {
		text-align: left;
		line-height: 40px;
		font-size: 38px;
		margin: auto 0.855em;
		padding: 0.3rem 0.5rem 0.175rem;
	}

	.navbar-nav .utility-item {
		display: block;
	}

	.menu-item-has-children:hover .sub-menu,
	.page_item_has_children:hover .children {
		width: 85%;
	}

	.utility-menu {
		display: none;
	}

	article.initiative,
	article.topic {
		display: block;
		text-align: center;
	}

	article.initiative .wp-block-query .wp-block-post-featured-image,
	article.topic .wp-block-query .wp-block-post-featured-image {
		padding-top: 2em;
		margin-right: 0;
	}

	article.topic .wp-block-query .wp-block-post-title,
	.topic a {
		float: none;
		margin: 1rem auto;
	}

	article.topic .img-visible {
		margin-left: 0 !important;
		text-align: left;
	}

	article.topic .article-img {
		vertical-align: middle;
		margin-right: 2em;
		position: relative;
		left: 0em;
		bottom: 1em;
		max-width: none;
		overflow: hidden;
		width: 100%;
		display: block;
	}

	.article-text p {
		text-align: left !important;
	}

	.search .search-submit::before {
		margin-right: 1em;
	}

	.stories .row:nth-child(odd) {
		margin: 1em 0;
	}

	.stories .img-container {
		padding: 0 20px;
		margin: 0 auto !important;
		min-width: 100%;
		min-height: 100%;
	}

	.stories .img-container::before,
	.home .stories .img-container::before {
		max-width: 90%;
		left: 7px;
		top: 12px;
	}

	.stories img {
		z-index: 1;
		position: relative;
		max-width: 88%;
		height: 100%;
		object-fit: cover;
	}

	.stories .txt-container {
		padding: 0 1em;
	}

	.initiatives .row,
	.highlights .row {
		padding: 0 1rem 0 2rem;
	}

	.social-nav li {
		margin-right: 10px;
		text-align: center;
	}

	.custom-image-box-container .txt-container {
		padding: 0 !important;
	}

	.home .stories img {
		z-index: 1;
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.home .stories .img-container::before {
		position: absolute;
		width: 100%;
		height: 100%;
		border: 2px solid var(--medium-blue);
		content: '';
		z-index: 1;
	}

	.custom-info-box-container {
		position: relative;
		width: 100%;
		padding: 0 !important;
	}

	.custom-info-box-container::before {
		content: '';
		border: solid 1px var(--medium-blue);
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: -5px;
		left: -5px;
	}

	.custom-info-box-container .inner-wrap {
		background: #F0F5FA;
		display: flex;
		flex-direction: column;
		padding: 1.5em;
		text-align: center;
		height: 100%;
		width: 100%;
	}

	.custom-info-box-container .icon-container {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
	}

	.custom-info-box-container .feature-icon {
		width: 60px;
		height: 60px;

	}

	.custom-info-box-container .txt-container {
		width: 100%;
		font-family: "Work Sans";
		font-weight: normal;
		color: #534A43;
		font-size: 18px;
		margin: 0 !important;
		padding: 0 !important;
	}

	.custom-info-box-container .txt-container h3 {
		font-family: "Work Sans";
		font-weight: bold;
		color: var(--heritage-blue);
		font-size: 24px;
		margin: 0.3em 0;
		padding: 0;
	}

	.custom-info-box-container .txt-container p {
		padding: 0;
		margin: 0.3em 0;
	}
}

@media only screen and (max-width: 480px) {

	/*320px — 480px: Mobile devices*/
	.navbar {
		display: block;
	}

	.navbar-brand {
		width: 100%;
	}

	.navbar-brand .logo img {
		height: 30px;
	}

	.jumbotron h1 {
		font-size: 35px !important;
	}

	.secondary-jumbotron h1 {
		font-size: 30px;
	}

	article.initiative .wp-block-query,
	article.topic .wp-block-query {
		display: block;
		text-align: center;
	}

	article.initiative .wp-block-query .wp-block-post-featured-image,
	article.topic .wp-block-query .wp-block-post-featured-image {
		padding-top: 2em;
		margin-right: 0;
	}

	article.topic .wp-block-query .wp-block-post-title,
	.topic a {
		float: none;
		margin: 2em auto;
	}

	.search .search-submit::before {
		margin-right: 1em;
	}

	.stories .img-container {
		display: inline-block;
		position: relative;
		max-width: max-content;
		max-height: max-content;
		min-width: min-content;
		min-height: min-content;
	}

	article.initiative .article-img,
	article.initiative .wp-block-query .wp-block-post-featured-image {
		vertical-align: middle;
		margin-right: 0;
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 1em;
		max-width: max-content;
		/* overflow: hidden; */
		width: 100%;
		display: block;
	}

	/* article.initiative .article-img img {
		padding-bottom: 25px;
	} */

	article.initiative .img-visible,
	article.initiative .has-post-thumbnail .wp-block-post-excerpt,
	article.initiative .has-post-thumbnail .wp-block-post-title {
		margin-left: 0px !important;
	}

}

*[id]:not(h2):not(.gform-body *):not(.gform_wrapper):not(#ocelot_ai):not(#launchChatbot)::before {
	display: block;
	content: " ";
	margin-top: -135px;
	height: 135px;
	visibility: hidden;
}

body,
.overlay {
	animation: fadeInAnimation ease 0.3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/* Color Schemes */
/* Style 1 */
.default header a:hover:not(header .utility-menu a:hover),
.default nav a:hover {
	color: var(--medium-blue) !important;
}

.default .navbar-nav li.current-menu-item a,
.default .navbar-nav li.current_page_item a,
.default .navbar-nav li.current_page_parent a,
.default li.current_page_parent a:visited {
	color: var(--medium-blue) !important;
	border-bottom: solid 2px var(--medium-blue);
}

.default .jumbotron .container-fluid .jumbotron-overlay {
	background: transparent linear-gradient(150deg, rgba(0, 45, 114, 0.82) 0%, rgba(0, 114, 206, 0.82) 100%) 0% 0% no-repeat padding-box;
}

.default .secondary-jumbotron h1 {
	background: var(--medium-blue);
}

.default .nav-cta {
	border: solid 3px var(--heritage-blue) !important;
}

.default .nav-cta:hover {
	border: solid 3px var(--heritage-blue) !important;
	color: #fff;
}

.default .jumbotron .cta-button {
	padding: 1em 2em !important;
	background: var(--heritage-blue) !important;
	color: #fff !important;
	border: solid 2px #fff !important;
	font-weight: 700 !important;
	/*	box-shadow: 0 0 50px 5px #cde1f699;*/
}

.default .jumbotron .cta-button:hover {
	padding: 1em 2em !important;
	background: #fff !important;
	color: var(--heritage-blue) !important;
	border: solid 2px var(--heritage-blue) !important;
}

.default .btn-primary,
.btn-primary:active,
.wp-block-file .wp-block-file__button,
.wp-block-file .wp-block-file__button:active {
	background-color: var(--medium-blue);
}

.default .btn-primary:hover,
a.wp-block-file__button:hover {
	background-color: var(--heritage-blue);
	color: #fff;
}

.default .home .stories .img-container::before,
.default .stories .img-container::before {
	border: 2px solid var(--medium-blue);
}

.default .custom-info-box-container::before {
	border: solid 1px var(--medium-blue);
}

.default hr:not(footer hr),
.default .hr {
	border-top: 7px solid #418FDE;
}

.default hr.short,
.default .hr-short {
	border-top: 7px solid #418FDE;
}

.style1 .navbar-nav li.current-menu-item a,
.style1 .navbar-nav li.current_page_item a,
.style1 .navbar-nav li.current_page_parent a,
.style1 li.current_page_parent a:visited {
	color: var(--homewood-green) !important;
	border-bottom: solid 2px var(--homewood-green);
}

.style1 .jumbotron .container-fluid .jumbotron-overlay {
	background: transparent linear-gradient(150deg, rgba(0, 120, 211, 0.82) 30%, rgba(0, 135, 103, 0.82) 100%) 0% 0% no-repeat padding-box;
}

.style1 .nav-cta {
	border: solid 3px #00664e !important;
}

.style1 .nav-cta:hover {
	border: solid 3px #00664e !important;
}

/*
.style1 .secondary-jumbotron .container-fluid .jumbotron-overlay{
	background: transparent linear-gradient(150deg, rgba(0,120,211,0.0) 60%, rgba(0, 135, 103, 0.82) 100%) 0% 0% no-repeat padding-box;
}
*/
.style1 .secondary-jumbotron h1 {
	background: var(--homewood-green);
}

.style1 .jumbotron .cta-button {
	padding: 1em 2em !important;
	font-weight: 700 !important;
	background: var(--homewood-green) !important;
	color: #fff !important;
	/*	border: solid 2px #fff !important;*/
	box-shadow: 0 0 8px 5px #33333330;
}

.style1 .jumbotron .cta-button:hover {
	padding: 1em 2em !important;
	background: #fff !important;
	color: #0f8666 !important;
	box-shadow: 0 0 8px 5px #33333330;
	/*	border: solid 3px #0f8666 !important;*/
}

.style1 .btn-primary,
.btn-primary:active,
.wp-block-file .wp-block-file__button,
.wp-block-file .wp-block-file__button:active {
	background-color: var(--homewood-green);
}

.style1 .btn-primary:hover,
a.wp-block-file__button:hover {
	background-color: #00664e;
	color: #fff;
}

.style1 .home .stories .img-container::before,
.style1 .stories .img-container::before {
	border: 1px solid var(--homewood-green);
}

.style1 .custom-info-box-container::before {
	border: solid 1px var(--homewood-green);
}

.style1 hr:not(footer hr),
.style1 .hr {
	border-top: 7px solid var(--homewood-green);
}

.style1 hr.short,
.style1 .hr-short {
	border-top: 7px solid var(--homewood-green);
}

.style2 .navbar-nav li.current-menu-item a,
.style2 .navbar-nav li.current_page_item a,
.style2 .navbar-nav li.current_page_parent a,
.style2 li.current_page_parent a:visited {
	color: var(--purple) !important;
	border-bottom: solid 2px var(--purple);
}

.style2 .jumbotron .container-fluid .jumbotron-overlay {
	background: transparent linear-gradient(150deg, rgba(0, 120, 211, 0.82) 30%, rgba(164, 92, 152, 0.82) 100%) 0% 0% no-repeat padding-box;
}

.style2 .nav-cta {
	border: solid 3px #631852 !important;
}

.style2 .nav-cta:hover {
	border: solid 3px #631852 !important;
}

/*
.style2 .secondary-jumbotron .container-fluid .jumbotron-overlay{
	background: transparent linear-gradient(150deg, rgba(0,120,211,0.0) 40%, rgba(164, 92, 152, 0.82) 100%) 0% 0% no-repeat padding-box;
}
*/
.style2 .secondary-jumbotron h1 {
	background: var(--purple);
}

.style2 .jumbotron .cta-button {
	padding: 1em 2em !important;
	font-weight: 700 !important;
	background: var(--purple) !important;
	color: #fff !important;
	border: solid 2px #fff !important;
	/*	box-shadow: 0 0 75px 5px #f6cdf399;*/
}

.style2 .jumbotron .cta-button:hover {
	padding: 1em 2em !important;
	background: #fff !important;
	color: var(--purple) !important;
	border: solid 2px #5f164f !important;
}

.style2 .btn-primary,
.btn-primary:active,
.wp-block-file .wp-block-file__button,
.wp-block-file .wp-block-file__button:active {
	background-color: var(--purple);
}

.style2 .btn-primary:hover,
a.wp-block-file__button:hover {
	background-color: #631852;
	color: #fff;
}

.style2 .home .stories .img-container::before,
.style2 .stories .img-container::before {
	border: 2px solid var(--purple);
}

.style2 .custom-info-box-container::before {
	border: solid 1px var(--purple);
}

.style2 hr:not(footer hr),
.style2 .hr {
	border-top: 7px solid var(--purple);
}

.style2 hr.short,
.style2 .hr-short {
	border-top: 7px solid var(--purple);
}

.style3 .navbar-nav li.current-menu-item a,
.style3 .navbar-nav li.current_page_item a,
.style3 .navbar-nav li.current_page_parent a,
.style3 li.current_page_parent a:visited {
	color: var(--red) !important;
	border-bottom: solid 2px var(--red);
}

.style3 .jumbotron .container-fluid .jumbotron-overlay {
	background: transparent linear-gradient(150deg, rgba(0, 120, 211, 0.82) 30%, rgba(207, 69, 32, 0.82) 100%) 0% 0% no-repeat padding-box;
}

.style3 .nav-cta {
	border: solid 3px #8c2211 !important;
}

.style3 .nav-cta:hover {
	border: solid 3px #8c2211 !important;
}

/*
.style3 .secondary-jumbotron .container-fluid .jumbotron-overlay{
	background: transparent linear-gradient(150deg, rgba(0,120,211,0.0) 40%, rgba(207,69,32,0.82) 100%) 0% 0% no-repeat padding-box;
}
*/
.style3 .secondary-jumbotron h1 {
	background: var(--red);
}

.style3 .jumbotron .cta-button {
	padding: 1em 2em !important;
	font-weight: 700 !important;
	background: var(--red) !important;
	color: #fff !important;
	border: solid 2px #fff !important;

	/*	box-shadow: 0 0 50px 5px #f6cdcd99;*/
}

.style3 .jumbotron .cta-button:hover {
	padding: 1em 2em !important;
	background: #fff !important;
	color: var(--red) !important;
	border: solid 2px #862d16 !important;
}

.style3 .btn-primary,
.btn-primary:active,
.wp-block-file .wp-block-file__button,
.wp-block-file .wp-block-file__button:active {
	background-color: var(--red);
}

.style3 .btn-primary:hover,
a.wp-block-file__button:hover {
	background-color: #8c2211;
	color: #fff;
}

.style3 .home .stories .img-container::before,
.style3 .stories .img-container::before {
	border: 2px solid var(--red);
}

.style3 hr:not(footer hr),
.style3 .hr {
	border-top: 7px solid var(--red);
}

.style3 .custom-info-box-container::before {
	border: solid 1px var(--red);
}

.style3 hr.short,
.style3 .hr-short {
	border-top: 7px solid var(--red);
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
		transform: translateY(-5px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
