/*!
Theme Name: Whittier Trust
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: A custom written theme for the Whittier Trust website.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Whittier_Trust
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* change body font to open sans */
body {
  font-family: "Open Sans";
}

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/open-sans-v29-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v29-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v29-latin-regular.woff") format("woff"), url("./fonts/open-sans-v29-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v29-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Caslon Text";
  clear: both;
}

/* libre-caslon-text-regular - latin */
@font-face {
  font-family: "Libre Caslon Text";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/libre-caslon-text-v3-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/libre-caslon-text-v3-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/libre-caslon-text-v3-latin-regular.woff2") format("woff2"), url("./fonts/libre-caslon-text-v3-latin-regular.woff") format("woff"), url("./fonts/libre-caslon-text-v3-latin-regular.ttf") format("truetype"), url("./fonts/libre-caslon-text-v3-latin-regular.svg#LibreCaslonText") format("svg"); /* Legacy iOS */
}
p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
/* Button Links */
a.btnLinkPrimary, a.btnLinkSecondary {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 1em;
  line-height: 3em;
  transition: background-color 0.2s ease-in;
  border: none;
}
a.btnLinkPrimary span, a.btnLinkSecondary span {
  padding-right: 10px;
}

a.btnLinkPrimary, a.btnLinkSecondary:hover {
  color: white;
  background-color: #004F71;
}
a.btnLinkPrimary .secondary-icon-button, a.btnLinkSecondary:hover .secondary-icon-button {
  display: none;
}
a.btnLinkPrimary .primary-icon-button, a.btnLinkSecondary:hover .primary-icon-button {
  display: inline;
}

a.btnLinkSecondary, a.btnLinkPrimary:hover {
  color: #004F71;
  background-color: white;
  border: 1px solid #004F71;
}
a.btnLinkSecondary .secondary-icon-button, a.btnLinkPrimary:hover .secondary-icon-button {
  display: inline;
}
a.btnLinkSecondary .primary-icon-button, a.btnLinkPrimary:hover .primary-icon-button {
  display: none;
}

/* Submit Buttons */
input[type=submit], button {
  text-transform: uppercase;
  color: white;
  background-color: #004F71;
  padding: 1em 2em;
  border-radius: 0;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease-in;
}

input[type=submit]:hover, button:hover {
  background-color: #6BA4B8;
}

/* Center contact button */
.contact-button {
  text-align: center;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header .custom-logo-link {
  width: min(40vw, 250px);
  height: auto;
}
header .site-branding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 2vw;
  flex-wrap: wrap;
  row-gap: 8px;
}
header .site-branding .toggle-wrapper, header .site-branding .searchAndLogin {
  flex-basis: 0;
  flex-grow: 1;
}
header .site-branding .menu-toggle {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  width: 32px;
  cursor: pointer;
}
header .site-branding .menu-toggle img {
  height: 100%;
  width: 100%;
}
header .site-branding .searchAndLogin {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}
header .site-branding .searchAndLogin > a {
  gap: 8px;
  display: flex;
  text-decoration: none;
  color: #004F71;
  align-items: center;
}
header .site-branding .searchAndLogin .clientLoginTxt {
  min-width: 100px;
  display: none;
  flex-shrink: 0;
}

.publication-header {
  padding-left: 16px;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  justify-content: center;
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul a, .main-navigation ul a:visited, .main-navigation ul a:hover, .main-navigation ul a:active {
  color: inherit;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  padding: 1.5rem;
  color: #404040;
  position: relative;
  text-transform: uppercase;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #004F71;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

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

.banner-header {
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  height: 100px;
  display: grid;
}
.banner-header .imgBox {
  grid-area: 1/1;
  overflow: clip;
  z-index: -1;
  max-height: 100px;
}
.banner-header .imgBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-header .gradBox {
  height: 100%;
  grid-area: 1/1;
  background: linear-gradient(to right, rgba(0, 79, 113, 0.9), 40%, rgba(0, 79, 113, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-header .gradBox h2 {
  width: 100%;
  padding-left: 40px;
  max-width: 1280px;
}
.banner-header .h1, .banner-header h2, .banner-header h3, .banner-header h4, .banner-header h5 {
  text-transform: capitalize;
  color: white;
}

.banner-sub-header {
  background-color: #B7BF10;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 37.5em) {
  .banner-sub-header {
    display: none;
  }
}
.banner-sub-header h2 {
  margin: 0;
}
.banner-sub-header div {
  margin: 20px 2rem 20px 5rem;
}

#custom-menu-items {
  margin-left: 50px;
  display: flex;
  align-items: center;
  z-index: 10;
}
#custom-menu-items.search-hidden #advanced-searchform {
  max-width: 0;
  height: 0;
}
#custom-menu-items:not(.search-hidden) a {
  display: none;
}
#custom-menu-items #advanced-searchform {
  display: flex;
  margin-left: 1em;
  max-width: 100%;
  overflow: hidden;
}
#custom-menu-items #advanced-searchform input {
  padding: 0.5em 1em;
  border-radius: 0;
  outline: none;
}
#custom-menu-items #advanced-searchform #searchsubmit {
  cursor: pointer;
  color: white;
  background-color: #004F71;
}
#custom-menu-items #search-btn {
  cursor: pointer;
}
#custom-menu-items a {
  text-align: center;
  text-decoration: none;
  width: 14em;
  padding: 0.5em 1em;
  color: white;
  border: 1px solid #004F71;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  transition: all 0.2s ease-in;
}
#custom-menu-items a::placeholder {
  color: white;
  opacity: 0.7;
}
#custom-menu-items a:focus::placeholder {
  opacity: 0;
}
#custom-menu-items a:hover {
  background-color: #004F71;
}

.modal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.modal label {
  padding: 1rem;
}
.modal .email-label {
  padding-right: 3.4rem;
}
.modal .space {
  height: 25px;
}

.modal_text {
  color: #004F71;
  font-size: 20px;
  padding-left: 1rem;
  margin-bottom: 15px;
}

.modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  height: auto;
  text-align: center;
}

.close_modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_modal:hover, .close_modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 37.5em) {
  .modal-content {
    margin: 0;
  }
}
.menu-toggle {
  border: none;
  outline: none;
  background: none;
  width: 32px;
  padding: 0;
  cursor: pointer;
}
.menu-toggle img {
  height: 100%;
  width: 100%;
}

#page {
  position: relative;
}
#page.mobileNavOpen .mnCont {
  display: block;
}
#page.mobileNavOpen .mnCont .mobileNavBack {
  display: block;
  opacity: 0.5;
}
#page.mobileNavOpen .mnCont .mobileNav {
  left: 0;
}

.mnCont {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}
.mnCont .mobileNavBack {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0;
}
.mnCont .mobileNav {
  position: absolute;
  width: 80%;
  height: 100%;
  background-color: #FFFFFF;
  top: 0;
  left: -100%;
  box-shadow: 2px 0px 15px #000000;
  padding: 16px 8px;
}

#primary-menu .sub-menu {
  background-color: #FFFFFF;
  display: inline-block;
}

#primary-menu-mobile {
  list-style: none;
  margin: 16px 0 0 24px;
  padding: 0;
}
#primary-menu-mobile li {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 8px;
}
#primary-menu-mobile li .sub-menu {
  margin-top: 12px;
}
#primary-menu-mobile a {
  text-decoration: none;
  color: #004F71;
}
#primary-menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
}
#primary-menu-mobile ul li {
  text-transform: uppercase;
  font-weight: bold;
}
#primary-menu-mobile ul a {
  text-decoration: none;
  color: #404040;
}

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

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6 {
  color: #004F71;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/** For beaver builder rows **/
#primary .fl-row-fixed-width {
  max-width: 1280px;
}

.centered .fl-module-content {
  text-align: center;
}

.primaryBlue {
  color: #004F71;
}

.videoCard {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  padding: 0;
}
.videoCard:hover {
  background-color: unset;
}

.vcInner {
  display: grid;
  justify-content: center;
  float: left;
}
.vcInner img {
  grid-area: 1/1/2/2;
  justify-self: center;
}
.vcInner svg {
  grid-area: 1/1/2/2;
  align-self: center;
  justify-self: center;
  height: min(50px, 30%);
  width: min(50px, 30%);
  margin: 12px;
}
.vcInner svg circle {
  /*border:2px solid white;
  border-radius:50%;*/
  background: rgba(0, 0, 0, 0);
  fill: #004F71;
  /*fill:rgba(0,0,0,0);*/
}
.vcInner svg path {
  fill: #FFFFFF;
}
.vcInner h6 {
  color: grey;
  margin: 16px 0 8px;
  text-align: left;
}
.vcInner h4 {
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #004F71;
  text-align: left;
}

.video-gallery {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}
.video-gallery .video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
}
@media screen and (max-width: 950px) {
  .video-gallery .video-grid {
    grid-template-columns: 1fr;
    padding: 3.5rem;
  }
}
.video-gallery .video-grid .vid-gallery-grid .vcInner {
  float: left;
}

.centered-video-card .video-title-div {
  text-align: center;
}
.centered-video-card .vcInner {
  float: none;
}

.video-title-div {
  padding-bottom: 10px;
}

.video-title {
  color: #004F71;
  margin: 0;
}

body.vOverlayActive {
  overflow: hidden;
}
body.vOverlayActive #vOverlay {
  z-index: 100;
  opacity: 1;
}

#vOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  transition: opacity 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
}
#vOverlay div {
  position: relative;
  flex-grow: 1;
  max-width: 600px;
}
#vOverlay div img {
  opacity: 0;
  width: 100%;
}
#vOverlay div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-page {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  margin-top: 75px;
  margin-bottom: 75px;
  /* results pagination styling */
}
@media screen and (max-width: 925px) {
  .search-page {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.search-page .no-results {
  min-height: 500px;
}
.search-page .search-boxes {
  margin-bottom: 20px;
}
.search-page .search-boxes input, .search-page .search-boxes select {
  width: 175px;
  margin-right: 10px;
  background-color: #F3F3F3;
  border-radius: 0;
  color: #5B6770;
}
.search-page .search-boxes select {
  padding: 5px;
}
@media screen and (max-width: 925px) {
  .search-page .search-boxes select {
    margin-top: 1rem;
  }
}
.search-page .search-boxes input {
  padding: 5px;
}
@media screen and (max-width: 925px) {
  .search-page .search-boxes input {
    margin-bottom: 1rem;
  }
}
.search-page .search-submit {
  padding: 0;
  margin: 0;
}
.search-page .page-title {
  color: #004F71;
}
.search-page .btn-div {
  padding-bottom: 15px;
}
.search-page .btn-div .icon-input-btn:hover {
  color: #004F71;
  background-color: white;
  border: 1px solid #004F71;
}
.search-page .btn-div .icon-input-btn:hover .secondary-icon-button {
  display: inline;
}
.search-page .btn-div .icon-input-btn:hover .primary-icon-button {
  display: none;
}
.search-page .btn-div .icon-input-btn:hover .search-submit {
  color: #004F71;
  background-color: white;
  border: 0px solid #004F71;
}
.search-page .btn-div .icon-input-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 0em 1em;
  line-height: 3em;
  transition: background-color 0.2s ease-in;
  border: none;
  color: white;
  background-color: #004F71;
}
.search-page .btn-div .icon-input-btn .secondary-icon-button {
  display: none;
}
.search-page .btn-div .icon-input-btn .primary-icon-button {
  display: inline;
}
.search-page .btn-div .primary-icon-button {
  padding-left: 10px;
}
.search-page .btn-div .secondary-icon-button {
  padding-left: 10px;
}
.search-page .search-results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
}
@media screen and (max-width: 925px) {
  .search-page .search-results-grid {
    grid-template-columns: 1fr;
  }
}
.search-page .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 35px 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  color: #004F71;
}
.search-page .page-numbers.current, .search-page a.page-numbers:hover {
  background: #f9f9f9;
}

.staff-card-grid {
  margin-top: 25px;
  display: grid;
  grid-gap: 30px;
  max-width: 600px;
  grid-template-columns: 2fr 4fr;
  text-decoration: none;
}
.staff-card-grid.simple {
  grid-template-columns: 1fr;
}
.staff-card-grid.simple .staff-info {
  grid-column: 1;
}
.staff-card-grid .img-div {
  margin-left: auto;
  grid-column: 1;
  grid-row: 1;
}
.staff-card-grid .img-div img {
  height: 125px;
}
@media screen and (max-width: 850px) {
  .staff-card-grid .img-div img {
    padding-top: 2rem;
  }
}
.staff-card-grid .staff-info {
  grid-column: 2;
  grid-row: 1;
  padding-top: 10px;
}
.staff-card-grid .staff-name {
  vertical-align: middle;
  border-top: solid 1px rgba(152, 164, 174, 0.5);
  color: #004F71;
  margin: 0;
  padding-bottom: 10px;
}
.staff-card-grid .staff-title {
  border-bottom: solid 1px rgba(152, 164, 174, 0.5);
  color: #002D40;
  margin: 0;
  padding-bottom: 10px;
}

.staff-main-grid {
  padding-top: 75px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 460.8px) minmax(min(600px, 100%), 896px) minmax(0, 1fr);
  grid-template-rows: minmax(0, max-content) min-content;
}
@media screen and (max-width: 800px) {
  .staff-main-grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.staff-main-grid .staff-name {
  color: #004F71;
  margin: 0;
  padding-bottom: 15px;
}
.staff-main-grid .staff-title {
  text-transform: uppercase;
  color: #004F71;
  margin: 0;
  border-bottom: solid 1px rgba(152, 164, 174, 0.5);
  padding-bottom: 10px;
}
.staff-main-grid .staff-location {
  text-transform: uppercase;
  color: #004F71;
  margin: 0;
  padding-top: 10px;
}
.staff-main-grid .img-div {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .staff-main-grid .img-div {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 800px) {
  .staff-main-grid .staff-info {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .staff-main-grid .staff-info {
    padding: 2rem;
  }
}

.news {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.news .leftCol {
  border-right: 1px solid #004F71;
  flex-grow: 1;
  min-width: min(100%, 250px);
}
.news .leftCol li {
  align-items: center;
  list-style: none;
  display: flex;
  margin: 0.5rem;
}
.news .leftCol h5 {
  text-transform: uppercase;
  padding-left: 0.5rem;
  margin: 0;
}
.news .rightCol {
  flex-grow: 3;
  min-width: min(400px, 100%);
  max-width: 900px;
}
.news .rightCol .pods-pagination-paginate {
  display: table;
  margin: 0 auto;
}
.news .rightCol .pods-pagination-paginate .current {
  text-decoration: underline solid #B7BF10 2.5px;
}
.news .rightCol .pods-pagination-paginate a {
  color: #002D40;
  text-decoration: none;
}
.news .rightCol .pods-pagination-paginate .page-numbers {
  margin: 0.5rem;
}
.news .type-title {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  color: #004F71;
}

.news_card {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(200px, 5fr);
  grid-gap: 25px;
  max-width: 900px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(152, 164, 174, 0.5);
}
@media screen and (max-width: 800px) {
  .news_card {
    grid-template-columns: 1fr 2fr;
  }
}
.news_card .newsCard {
  text-decoration: none;
}
.news_card .info-div {
  grid-column-start: 2;
}
.news_card .info-div h1, .news_card .info-div h2, .news_card .info-div h3, .news_card .info-div h4, .news_card .info-div h5 {
  color: #004F71;
}
.news_card .info-div .desc {
  text-decoration: none;
  color: black;
}
.news_card .info-div .date-topic {
  display: flex;
}
.news_card .info-div .date {
  margin: 0;
  margin-right: 1rem;
  text-transform: uppercase;
  border-right: 1px solid;
  padding-right: 1rem;
}
.news_card .info-div .topic {
  margin: 0;
  text-transform: uppercase;
}
.news_card .info-div .title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.news_card .img-div {
  grid-column-start: 1;
}

.entry-content {
  margin-top: 0;
}

.entry-content .fl-row-content-wrap {
  padding-top: 0;
}

.news-landing-title {
  margin: 0 auto 0 auto;
  padding: 24px 24px;
  padding-bottom: 0;
  color: #004F71;
  max-width: 1280px;
}
.news-landing-title .entry-title {
  margin: 0;
}
.news-landing-title .date {
  margin-right: 1rem;
  text-transform: uppercase;
  padding-right: 1rem;
  margin: 0;
}
.news-landing-title .posted-on {
  display: none;
}

.hero-container {
  display: grid;
}
.hero-container .hero-background {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -7em;
  bottom: 0;
  opacity: 0.6;
  z-index: 0;
}
.hero-container .hero-bg-cont {
  grid-area: 1/1;
}
.hero-container .hero-bg-cont img {
  width: 100%;
  max-height: 600px;
  min-height: 250px;
}
.hero-container .min-height {
  min-height: 400px;
}
.hero-container .hero-content {
  grid-area: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .hero-container .hero-content {
    top: 8rem;
  }
}
.hero-container .hero-content .hero-box {
  text-align: center;
  background: rgba(0, 45, 64, 0.75);
  padding: 3rem;
}
@media screen and (max-width: 800px) {
  .hero-container .hero-content .hero-box {
    padding: 1rem;
  }
}
.hero-container .hero-content .hero-box .hero-title {
  color: white;
  margin-top: 0;
}
.hero-container .hero-content .hero-box .hero-title p {
  margin-top: 0;
  margin-bottom: 0;
}

#gform_fields_1 .gfield_label {
  color: #004F71;
}
#gform_fields_1 .ginput_container input {
  background: #F3F3F3;
  color: #98A4AE;
}
#gform_fields_1 .ginput_container select {
  background: #F3F3F3;
  color: #98A4AE;
}
#gform_fields_1 #input_1_4 {
  margin-top: 2rem;
}
#gform_fields_1 .gfield_checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  #gform_fields_1 .gfield_checkbox {
    grid-template-columns: 1fr;
  }
}
#gform_fields_1 .gfield_checkbox input[type=checkbox] {
  margin-right: 0.75rem;
  position: relative;
  cursor: pointer;
}
#gform_fields_1 .gfield_checkbox input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 1.5px solid #004F71;
  border-radius: 3px;
  background-color: white;
}
#gform_fields_1 .gfield_checkbox input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-color: #004F71;
}

#gform_submit_button_1:hover {
  color: #004F71;
  background-color: white;
  border: 1px solid #004F71;
}
#gform_submit_button_1:hover .secondary-icon-button {
  display: inline;
}
#gform_submit_button_1:hover .primary-icon-button {
  display: none;
}
#gform_submit_button_1:hover .search-submit {
  color: #004F71;
  background-color: white;
  border: 0px solid #004F71;
}

#gform_submit_button_1 {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 0em 1em;
  line-height: 3em;
  transition: background-color 0.2s ease-in;
  border: none;
  color: white;
  background-color: #004F71;
}
#gform_submit_button_1 .secondary-icon-button {
  display: none;
}
#gform_submit_button_1 .primary-icon-button {
  display: inline;
}

.regular-search-results {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  border-bottom: solid 1px rgba(152, 164, 174, 0.5);
}
@media screen and (max-width: 800px) {
  .regular-search-results {
    padding: 0;
  }
}
.regular-search-results .title {
  display: none;
}
.regular-search-results .news_card {
  border-bottom: 0;
  margin-bottom: 0;
}
.regular-search-results .staff-name {
  display: none;
}
.regular-search-results .staff-title {
  border-bottom: 0;
}
.regular-search-results .search-result-title {
  display: flex;
  align-items: center;
}
.regular-search-results .search-result-title .entry-title a {
  color: #004F71;
  font-size: medium;
  text-decoration: none;
  margin: 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #004F71;
}

.search-result-page-title {
  color: #004F71;
}

.search-result-page-header {
  max-width: 1280px;
  margin: 0 auto 0 auto;
}

.no-results {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
  gap: 40px;
  flex-wrap: wrap;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Custom BB Modules
--------------------------------------------- */
.footerLink {
  min-height: 30px;
  text-align: center;
  display: inline-block;
  align-items: center;
  width: 100%;
}
.footerLink a {
  display: flex;
  justify-content: center;
}
.footerLink a:link {
  text-decoration: none;
}
.footerLink a:visited {
  text-decoration: none;
}
.footerLink p {
  display: inline;
}
.footerLink h1, .footerLink h2, .footerLink h3, .footerLink h4, .footerLink h5 {
  color: #004F71;
  display: inline;
}
.footerLink img {
  max-width: 100%;
}
.footerLink .footer-icon {
  display: inline-block;
}
.footerLink .footer-icon img {
  height: 25px;
  width: auto;
}
.footerLink .footer-icon-padding {
  padding-right: 1rem;
}
.footerLink .footer-text {
  display: inline-block;
  text-transform: uppercase;
}

.footer-divider {
  display: flex;
  align-items: center;
}
.footer-divider .double-diamond {
  flex-shrink: 0;
  width: max(50px, 4vw);
}
.footer-divider .double-diamond .rect {
  stroke: #6BA4B8;
}
.footer-divider .single-diamond {
  fill: #6BA4B8;
  flex-shrink: 0;
  width: max(10px, 0.8vw);
  height: max(10px, 0.8vw);
}
.footer-divider .line {
  fill: #6BA4B8;
}
.footer-divider .line line {
  stroke: #6BA4B8;
  fill: #6BA4B8;
}

.iconCard {
  min-width: min(184px, 100%);
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border: 2px solid #004F71;
}
.iconCard p {
  display: inline;
}
.iconCard h1, .iconCard h2, .iconCard h3, .iconCard h4, .iconCard h5 {
  color: #004F71;
  display: inline;
}
.iconCard .icon-link {
  text-decoration: none;
}
.iconCard img {
  max-width: 100%;
  height: 80px;
  object-fit: none;
}

.featured_insight {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(148px, 5fr);
  grid-gap: 25px;
}
.featured_insight .insightCard {
  text-decoration: none;
}
.featured_insight .info-div {
  grid-column-start: 2;
}
.featured_insight .info-div h1, .featured_insight .info-div h2, .featured_insight .info-div h3, .featured_insight .info-div h4, .featured_insight .info-div h5 {
  color: #004F71;
}
.featured_insight .info-div .featured_post {
  margin: 0;
  text-transform: uppercase;
}
.featured_insight .info-div .featured_title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.featured_insight .img-div {
  grid-column-start: 1;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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