@charset "UTF-8";
/*!
Theme Name: First United Bank
Theme URI: http://underscores.me/
Author: Anchor Marketing
Author URI: https://anchorwebsite.com
Description: A 2022 rebuild for their site using Gutenberg.
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: firstunitedbank
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.

First United Bank 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;
  -webkit-text-decoration: underline dotted;
          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;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0 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,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

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

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
@media screen and (max-width: 600px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin-top: 0;
  }
}

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}

html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 65%;
}
@media screen and (min-width: 500px) {
  html {
    font-size: 85%;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
}

address {
  font-style: normal;
}

@media screen and (max-width: 781px) {
  .show-desktop-only {
    display: none;
  }
}

@media screen and (min-width: 780px) {
  .show-mobile-only {
    display: none;
  }
}

.no-padding-left, .no-padding-left > .wp-block-group__inner-container {
  padding-left: 0 !important;
}

.no-padding-right, .no-padding-right > .wp-block-group__inner-container {
  padding-right: 0 !important;
}

.no-padding-top, .no-padding-top > .wp-block-group__inner-container {
  padding-top: 0 !important;
}

.no-padding-bottom, .no-padding-bottom > .wp-block-group__inner-container {
  padding-bottom: 0 !important;
}

.has-fub-brown-color {
  color: #8B3A33;
}

.has-fub-brown-background-color, .has-background.has-fub-brown-background-color {
  background-color: #8B3A33;
}

.has-fub-blue-color {
  color: #134B8E;
}

.has-fub-blue-background-color, .has-background.has-fub-blue-background-color {
  background-color: #134B8E;
}

.has-dark-grey-color {
  color: #333333;
}

.has-dark-grey-background-color, .has-background.has-dark-grey-background-color {
  background-color: #333333;
}

.has-medium-grey-color {
  color: #999999;
}

.has-medium-grey-background-color, .has-background.has-medium-grey-background-color {
  background-color: #999999;
}

.has-light-grey-color {
  color: #EBEBEC;
}

.has-light-grey-background-color, .has-background.has-light-grey-background-color {
  background-color: #EBEBEC;
}

.post, .page {
  margin-bottom: 0;
}

.inner-wrapper,
.contain-full,
.contain-large,
.contain-site,
.contain-medium,
.contain-small,
.contain-xsmall,
.wp-block-group .wp-block-group__inner-container,
.wp-block-cover__inner-container {
  max-width: 1480px;
  margin: 0 auto;
}

.contain-full {
  max-width: 100% !important;
}

.contain-large {
  max-width: 1640px !important;
}

.contain-site {
  max-width: 1480px !important;
}

.contain-medium {
  max-width: 1064px !important;
}

.contain-small {
  max-width: 808px !important;
}

.contain-xsmall {
  max-width: 540px !important;
}

.inner-wrapper,
.wp-block-group .wp-block-group__inner-container,
.wp-block-cover__inner-container {
  padding: 0 20px;
}

ul {
  margin-left: 0;
}

a {
  color: #134B8E;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus, a:visited, a:active, a:target {
  color: #134B8E;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, li:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, li:last-child {
  margin-bottom: 0;
}

nav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
nav ul li {
  margin: 0;
  display: block;
  position: relative;
}
nav ul li a {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
nav ul li a:hover {
  text-decoration: none;
}
nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
}

.columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (min-width: 781px) {
  .columns {
    flex-flow: row nowrap;
  }
}
.columns > .column {
  flex: 0 0 100%;
  margin: 0 auto;
}
.columns > .column:first-child {
  margin-left: 0;
}
.columns > .column:last-child {
  margin-right: 0;
}
@media screen and (min-width: 780px) {
  .columns > .column {
    flex: 1 1 auto;
  }
  .columns.columns-2 > .column {
    flex: 0 0 48%;
  }
  .columns.columns-3 > .column {
    flex: 0 0 31%;
  }
}

.site-header {
  position: sticky;
  background-color: white;
  top: 0;
  z-index: 10000;
}
.admin-bar .site-header {
  top: 32px;
}
.site-header .secondary-bar {
  padding: 10px;
  font-size: 0.9em;
  display: none;
}
@media screen and (min-width: 860px) {
  .site-header .secondary-bar {
    display: block;
  }
}
.site-header .secondary-bar .inner-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.site-header .secondary-bar .inner-wrapper > * {
  flex: 1 0 auto;
}
.site-header .secondary-bar .inner-wrapper .col1 {
  flex: 1 1 calc(100% - 683px);
  max-width: 33%;
}
.site-header .secondary-bar nav ul {
  align-items: center;
  justify-content: flex-end;
}
.site-header .secondary-bar nav ul li {
  font-size: 1em;
}
.site-header .secondary-bar nav ul li a {
  display: block;
  color: #134B8E;
  font-weight: bold;
  padding: 0.25em 1em;
}
.site-header .secondary-bar nav ul li a:hover {
  text-decoration: underline;
}
.site-header .secondary-bar nav ul li.social a {
  font-size: 1.5em;
  padding: 0.1em 0.1em 0;
}
.site-header .secondary-bar nav ul li.moneypass a:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 25px;
  vertical-align: middle;
  background-image: url("img/money_pass.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 7px;
}
.site-header .primary-bar {
  position: relative;
  background-color: #134B8E;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .site-header .primary-bar {
    max-height: 166px;
  }
}
.site-header .primary-bar:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: calc(50% + 720px);
  background-color: white;
  z-index: 0;
}
.site-header .primary-bar .inner-wrapper {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
  padding: 0;
}
.site-header .primary-bar .inner-wrapper > * {
  flex: 0 0 auto;
}
.site-header .primary-bar .site-branding {
  background-color: white;
  width: 100%;
  max-width: 180px;
  border-top-right-radius: 80px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.site-header .primary-bar .site-branding:before {
  content: "";
  display: block;
  padding-bottom: 42%;
}
.site-header .primary-bar .site-branding a {
  display: block;
  line-height: 0;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 20px);
}
.site-header .primary-bar .site-branding img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 860px) and (max-width: 890px) {
  .site-header .primary-bar .site-branding {
    max-width: 290px;
    height: 166px;
  }
}
@media screen and (min-width: 890px) {
  .site-header .primary-bar .site-branding {
    max-width: 25vw;
    height: 166px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .primary-bar .site-branding {
    max-width: 320px;
    height: 166px;
  }
  .site-header .primary-bar .site-branding:before {
    padding-bottom: 54%;
  }
  .site-header .primary-bar .site-branding a {
    padding: 10px;
  }
}
.site-header .primary-bar .main-navigation {
  width: auto;
  background-color: #134B8E;
  flex: 1 1 auto;
}
@media screen and (min-width: 781px) {
  .site-header .primary-bar .main-navigation {
    padding-right: 20px;
  }
}
.site-header .primary-bar .main-navigation ul li {
  font-size: 1.3em;
  line-height: 1;
}
@media screen and (max-width: 1200px) and (min-width: 860px) {
  .site-header .primary-bar .main-navigation ul li {
    font-size: 1.1em;
  }
}
.site-header .primary-bar .main-navigation ul li a {
  padding: 0.5em 0.75em;
  font-weight: bold;
}
.site-header .primary-bar .main-navigation ul li > a {
  color: white;
}
.site-header .primary-bar .main-navigation ul li ul {
  background-color: white;
  left: 0;
  top: calc(100% + 5px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
.site-header .primary-bar .main-navigation ul li ul li {
  flex: 0 0 100%;
  font-size: 0.8em;
}
.site-header .primary-bar .main-navigation ul li ul li a {
  display: inline-block;
  color: #134B8E;
  position: relative;
}
.site-header .primary-bar .main-navigation ul li ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  transition: all 0.25s ease-in-out;
  height: 2px;
  background-color: #134B8E;
}
.site-header .primary-bar .main-navigation ul li ul li a:hover:after {
  right: 0;
}
.site-header .primary-bar .main-navigation ul li.current-menu-item > a, .site-header .primary-bar .main-navigation ul li.current-menu-ancestor > a, .site-header .primary-bar .main-navigation ul li:hover > a, .site-header .primary-bar .main-navigation ul li.focus > a {
  color: #134B8E;
  background-color: white;
}
.site-header .primary-bar .main-navigation ul li:hover > ul, .site-header .primary-bar .main-navigation ul li.focus > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  top: 100%;
}

.mobile-menu-toggle-wrapper {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .mobile-menu-toggle-wrapper {
    display: none;
  }
}

.fdic {
  display: none;
}
@media screen and (min-width: 860px) {
  .fdic.desktop {
    display: block;
    min-width: 390px;
  }
}
@media screen and (max-width: 860px) {
  .fdic.mobile {
    display: block;
    margin: 5px auto;
  }
}

.online-banking {
  color: white;
  font-size: 0.85em;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.online-banking .online-banking-select-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.online-banking .online-banking-select-form > * {
  flex: 1 0 auto;
}
.online-banking .online-banking-select-form .form-inner-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .online-banking .online-banking-select-form .form-inner-wrapper {
    justify-content: center;
  }
}
.online-banking .online-banking-select-form .form-inner-wrapper > * {
  flex: 0 0 auto;
}
.online-banking .online-banking-select-form .form-inner-wrapper .ob-title {
  margin-right: 1em;
}
.online-banking .online-banking-select-form select {
  font-weight: bold;
  background-color: white;
  border: 2px solid white;
  border-radius: 3px;
  color: #134B8E;
  padding: 0.5em 0.75em;
  font-size: 1em;
  flex: 0 0 auto;
}
@media screen and (max-width: 960px) {
  .online-banking {
    position: relative;
    flex: 0 0 100% !important;
    background-color: #134B8E;
    padding: 20px;
    top: auto;
    right: auto;
    display: none;
  }
  .home .online-banking {
    display: block;
  }
  .online-banking .online-banking-select-form {
    justify-content: center;
  }
  .online-banking .online-banking-select-form .ob-title {
    margin-bottom: 0.3em;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .online-banking .online-banking-select-form .form-inner-wrapper {
    flex-flow: column wrap;
  }
  .online-banking .online-banking-select-form .form-inner-wrapper .submit-button {
    flex-flow: row-reverse wrap;
    margin-top: 10px;
  }
  .online-banking .online-banking-select-form .form-inner-wrapper .submit-button > *:last-child {
    margin-left: 0;
  }
}
.online-banking a {
  color: white;
  font-size: 0.9em;
}
.online-banking .ob-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0;
}
.online-banking .submit-button {
  flex: 0 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.online-banking .submit-button .button,
.online-banking .submit-button button {
  display: block;
  font-weight: bold;
  color: white;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0);
  padding: 0.5em 0.75em;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  margin-left: 7px;
  font-size: 16px;
  border-radius: 3px;
  line-height: 1.2;
  text-decoration: none;
}
.online-banking .submit-button .button:hover,
.online-banking .submit-button button:hover {
  background-color: white;
  color: #134B8E;
}
.online-banking .submit-button .button {
  border-color: transparent;
}

.site-footer {
  padding: 25px 0;
  background-color: #134B8E;
  font-size: 14px;
}
.site-footer .inner-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.site-footer .inner-wrapper > * {
  flex: 0 0 100%;
  margin: 0.5em 0;
}
@media screen and (min-width: 781px) {
  .site-footer .inner-wrapper > * {
    flex: 0 0 33.33%;
    margin: 0 auto;
  }
}
.site-footer .inner-wrapper > .copyright {
  flex: 0 0 100%;
  text-align: center;
  font-size: 0.9em;
  margin: 1.5em 0 0;
}
.site-footer .inner-wrapper > .copyright p {
  margin: 0.3em 0;
}
.site-footer * {
  color: white;
}
.site-footer a:hover, .site-footer a:visited, .site-footer a:focus {
  color: white;
  text-decoration: underline;
}

.routing {
  font-size: 1em;
  padding-bottom: 0.65em;
  margin-bottom: 0.65em;
  position: relative;
}
.routing:after {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
}

.footer-logos-wrapper {
  margin-left: 0;
}

.footer-logos {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 781px) {
  .footer-logos {
    justify-content: flex-start;
  }
}
.footer-logos .logo {
  flex: 1 1 auto;
  margin: 10px;
  max-width: 75px;
}
.footer-logos .logo img {
  height: auto;
  max-height: 50px;
  max-width: 75px;
}

.footer-menu {
  text-align: center;
}
.footer-menu nav ul {
  justify-content: center;
}
.footer-menu nav ul li {
  margin: 0 0.25em;
}
.footer-menu nav ul li a {
  font-weight: bold;
}

.footer-content p {
  font-size: 1em;
  line-height: 1.2;
}
@media screen and (max-width: 781px) {
  .footer-content p {
    text-align: center !important;
  }
}

.blog-posts .blog-post {
  margin: 20px 0;
  padding: 20px;
  border-bottom: 3px solid #8B3A33;
}
.blog-posts .blog-post:first-child {
  margin-top: 0;
}
.blog-posts .blog-post:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.blog-posts .blog-post .blog-post-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-posts .blog-post .blog-post-inner .blog-post-image {
  position: relative;
  flex: 0 0 30%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-posts .blog-post .blog-post-inner .blog-post-image:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.blog-posts .blog-post .blog-post-inner .blog-post-image a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.blog-posts .blog-post .blog-post-inner .blog-post-image a:after {
  content: "View Post";
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid white;
  color: white;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  font-size: 1.3rem;
}
.blog-posts .blog-post .blog-post-inner .blog-post-image a:hover {
  background-color: rgba(19, 75, 142, 0.75);
  text-decoration: underline;
}
.blog-posts .blog-post .blog-post-inner .blog-post-image a:hover:after {
  opacity: 1;
}
.blog-posts .blog-post .blog-post-inner .blog-post-content {
  flex: 0 0 65%;
  font-size: 0.9rem;
}
.blog-posts .blog-post .blog-post-inner .post-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}
.blog-posts .blog-post .blog-post-inner .post-title a {
  text-decoration: none;
}
.blog-posts .blog-post .blog-post-inner .post-meta {
  color: black;
}

.blog-post .blog-post-image {
  background-image: url("../images/featured-fallback.jpg");
}

.has-sidebar {
  display: flex;
  flex-flow: row wrap;
}
.has-sidebar .page-title {
  flex: 0 0 100%;
  text-align: center;
  color: #134B8E;
}
.has-sidebar .primary {
  flex: 0 0 67%;
  margin: 0 auto 0 0;
}
.has-sidebar .secondary {
  flex: 0 0 30%;
  margin: 0 0 0 auto;
}

.wp-block-cover__inner-container {
  max-width: 1480px;
  padding: 0 20px;
}

.wp-block-group {
  max-width: 100vw;
  overflow-x: hidden;
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 1480px;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 781px) {
  .wp-block-group .wp-block-group__inner-container {
    overflow-x: auto;
  }
}
.wp-block-group.grey, .wp-block-group.gray {
  background-color: #EBEBEC;
}
.wp-block-group:focus h1, .wp-block-group:focus h2, .wp-block-group:focus h3, .wp-block-group:focus h4, .wp-block-group:focus h5, .wp-block-group:focus h6 {
  text-decoration: underline;
}

hr.wp-block-separator.is-style-wide {
  margin: 1.5em 0;
  height: 3px;
}

.wp-block-button > .wp-block-button__link:not(.has-text-color) {
  background-color: #134B8E;
  font-weight: bold;
  color: white;
  border-color: #134B8E;
  transition: all 0.25s ease-in-out;
  line-height: 1.3;
}
.wp-block-button > .wp-block-button__link:not(.has-text-color):hover {
  background-color: #1963bb;
  text-decoration: none;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  border-color: #134B8E;
  color: #134B8E;
  background-color: transparent;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover {
  background-color: #134B8E;
  color: white;
}
.wp-block-cover .wp-block-button > .wp-block-button__link:not(.has-text-color) {
  border-color: white;
  color: white;
}

.wp-block-columns:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  .wp-block-columns {
    gap: 1em;
  }
  .wp-block-columns .wp-block-column .wp-block-cover {
    margin-bottom: 0;
  }
}

table.wp-block-advgb-table.advgb-table-frontend {
  border: 2px solid #134B8E;
  margin: 1.5em auto;
}
table.wp-block-advgb-table.advgb-table-frontend:first-child {
  margin-top: 0;
}
table.wp-block-advgb-table.advgb-table-frontend:last-child {
  margin-bottom: 0;
}
table.wp-block-advgb-table.advgb-table-frontend thead {
  background-color: #134B8E;
}
table.wp-block-advgb-table.advgb-table-frontend thead th {
  color: white;
  padding: 0.75em;
  font-size: 1.1em;
}
table.wp-block-advgb-table.advgb-table-frontend td, table.wp-block-advgb-table.advgb-table-frontend th {
  border: 2px solid #134B8E;
}
table.wp-block-advgb-table.advgb-table-frontend.brown {
  border-color: #8B3A33;
}
table.wp-block-advgb-table.advgb-table-frontend.brown thead {
  background-color: #8B3A33;
}
table.wp-block-advgb-table.advgb-table-frontend.brown td, table.wp-block-advgb-table.advgb-table-frontend.brown th {
  border-color: #8B3A33;
}
table.wp-block-advgb-table.advgb-table-frontend.blue {
  border-color: #134B8E;
}
table.wp-block-advgb-table.advgb-table-frontend.blue thead {
  background-color: #134B8E;
}
table.wp-block-advgb-table.advgb-table-frontend.blue td, table.wp-block-advgb-table.advgb-table-frontend.blue th {
  border-color: #134B8E;
}

.wp-block-latest-posts li {
  margin: 20px 0;
  padding: 20px 0;
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  .wp-block-latest-posts li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 50px;
  }
  .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
    flex: 0 0 300px;
    margin: 0;
  }
  .wp-block-latest-posts li .wp-block-latest-posts__post-content {
    flex: 1 1 auto;
  }
}
.wp-block-latest-posts li .alignleft {
  float: none !important;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: bold;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  margin: 1em 0;
}

ul.pagination {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
ul.pagination li {
  flex: 0 0 auto;
  font-size: 20px;
  margin: 0 5px;
}
ul.pagination li > a,
ul.pagination li > span.current {
  display: block;
  padding: 0.5em 1em;
}
ul.pagination li > a {
  text-decoration: none;
}
ul.pagination li > a:hover {
  background-color: #f0f0f0;
}
ul.pagination li > span.current {
  background-color: #134B8E;
  color: white;
}

.back-to-top {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 2vh;
  right: 2vw;
  background-color: #134B8E;
  color: white !important;
  font-size: 14px;
  line-height: 1.2;
  padding: 0.75em 1.5em;
  font-weight: bold;
  border: 2px solid white;
  z-index: 1000;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
.back-to-top i {
  margin-left: 0.4em;
}
.back-to-top.show {
  opacity: 0.7;
  visibility: visible;
  pointer-events: all;
}
.back-to-top.show:hover {
  opacity: 1;
}

.fub-submenu-block nav {
  position: relative;
}
.fub-submenu-block nav .mobile-sub-menu-toggle {
  display: none;
  position: relative;
  color: #8B3A33;
  font-weight: bold;
  padding: 0.5em 2em 0.5em 1em;
  border: 3px solid #8B3A33;
  transition: all 0.2s ease-in-out;
}
.fub-submenu-block nav .mobile-sub-menu-toggle i {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
.fub-submenu-block nav ul {
  position: relative;
  display: flex;
  flex-flow: column;
  margin-left: 1.5em;
}
.fub-submenu-block nav ul li {
  text-align: left;
  color: #8B3A33;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin: 0.5em 0;
  position: relative;
}
@media screen and (min-width: 780px) {
  .fub-submenu-block nav ul li {
    font-size: 1.2em;
  }
}
.fub-submenu-block nav ul li a {
  display: inline-block;
  color: inherit;
  padding-left: 1.5em;
}
.fub-submenu-block nav ul li a:after {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #8B3A33;
  background-color: transparent;
}
.fub-submenu-block nav ul li a:hover {
  text-decoration: underline;
}
.fub-submenu-block nav ul li a:hover:after {
  background-color: #8B3A33;
}
@media screen and (max-width: 782px) {
  .fub-submenu-block nav .mobile-sub-menu-toggle {
    display: block;
  }
  .fub-submenu-block nav ul.sub-menu {
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    background-color: white;
    pointer-events: none;
    padding: 0.5em 1em;
    opacity: 0;
    visibility: hidden;
    border: 3px solid #8B3A33;
    width: 100%;
    margin: 0;
    transition: all 0.2s ease-in-out;
  }
  .fub-submenu-block nav.show-mobile .mobile-sub-menu-toggle {
    background-color: #8B3A33;
    color: white;
  }
  .fub-submenu-block nav.show-mobile .mobile-sub-menu-toggle i {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fub-submenu-block nav.show-mobile ul.sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}

.calculator .KJEWrapper {
  background-color: white;
  padding: 20px;
}
.calculator .KJEWrapper .KJEWidthConstraint {
  border: 1px solid #134B8E;
}
.calculator .KJEWrapper h1 {
  text-align: center;
  color: #134B8E;
}

.people {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.alignleft .people {
  justify-content: flex-start;
}
.aligncenter .people {
  justify-content: center;
}
.alignright .people {
  justify-content: flex-end;
}
.people .person {
  flex: 0 0 31.333%;
  margin: 1%;
  border: 1px solid #999999;
  text-align: center;
}
.people .person .photo img {
  display: block;
  width: 100%;
}
.people .person .photo img.default-featured-img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #134B8E;
}
.people .person .name {
  font-size: 1.3em;
}
.people .person .title {
  font-style: italic;
}
.people .person .person-inner {
  padding: 5%;
}
.people .person a {
  font-weight: bold;
}

.fub-location {
  font-size: 16px;
  margin: 30px 0;
}
.fub-location .location-inner-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
}
.fub-location .location-inner-wrapper .location-image,
.fub-location .location-inner-wrapper .location-info {
  flex: 0 0 100%;
}
@media screen and (min-width: 781px) {
  .fub-location .location-inner-wrapper {
    align-items: center;
    padding: 0 20px;
  }
  .fub-location .location-inner-wrapper .location-image {
    flex: 0 0 48%;
    margin-right: 2%;
  }
  .fub-location .location-inner-wrapper .location-image img {
    width: 100vw;
    max-width: 100%;
    height: 50vw;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .fub-location .location-inner-wrapper .location-info {
    margin-left: 2%;
    flex: 1 1 48%;
  }
  .fub-location .location-inner-wrapper > * {
    margin: 0 2%;
  }
  .fub-location .location-inner-wrapper > *:first-child {
    margin-left: 0;
  }
  .fub-location .location-inner-wrapper > *:last-child {
    margin-right: 0;
  }
}
.fub-location .location-inner-wrapper h2 {
  margin-bottom: 0.5em;
}
.fub-location .location-inner-wrapper p, .fub-location .location-inner-wrapper address {
  margin: 0;
}
.fub-location .location-inner-wrapper .phone-numbers {
  margin: 1em 0;
}
.fub-location .location-inner-wrapper .phone-numbers .phone-number .pl {
  font-weight: bold;
  text-transform: uppercase;
}
.fub-location .location-inner-wrapper .hours-section {
  margin: 1em 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.fub-location .location-inner-wrapper .hours-section .hours {
  flex: 0 0 48%;
}
.fub-location .location-inner-wrapper .hours-section .hours h6 {
  font-size: 1em;
  margin-bottom: 0.25em;
}
.fub-location .location-inner-wrapper .hours-section .hour-block {
  padding: 8px 0;
}
.fub-people {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .fub-people > * {
    margin: 0 auto;
  }
  .fub-people .medium-9 {
    flex: 0 0 73%;
  }
  .fub-people .medium-3 {
    flex: 0 0 23%;
  }
}
.fub-people fieldset {
  border-color: #EBEBEC;
  margin: 10px 0;
}
.fub-people fieldset input[type=text] {
  width: 100%;
}
.fub-people fieldset legend {
  font-weight: bold;
  color: #134B8E;
  padding: 0 5px;
  margin: 0 0 0 -5px;
}
.fub-people fieldset input[type=checkbox]:checked + label {
  font-weight: bold;
}
.fub-people .fub-people-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 1em;
  color: #134B8E;
}

.alerts {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: white;
}
.alerts.hide:not(.mobile-alerts) .alerts-inner-wrapper {
  height: 0;
}
.alerts ul, .alerts p {
  margin: 0;
}
.alerts ul {
  list-style: none outside none;
  padding: 10px 0;
  border-bottom: 1px solid #8B3A33;
}
.alerts ul li {
  list-style: none outside none;
  padding: 5px 5vw;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.alerts ul li i {
  margin-right: 0.5em;
}
.alerts ul li, .alerts ul p {
  font-size: 16px;
  line-height: 1.4em;
  color: #CC0000;
}
@media screen and (max-width: 768px) {
  .alerts ul li, .alerts ul p {
    font-size: 12px;
    line-height: 1.2;
  }
}

.home .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container > *,
.home .entry-content > .wp-block-cover-image:first-child .wp-block-cover__inner-container > * {
  text-shadow: 0 0 5px white;
}

.page-section {
  padding: 50px 0;
}
.page-section:nth-child(2n) {
  background-color: #EEEEEE;
}
.page-section .inner-wrapper {
  max-width: 960px;
}
.page-section .page-title,
.page-section .section-title {
  text-align: center;
  color: #134B8E;
}

.weather .weather-search {
  margin: 20px;
  text-align: center;
  opacity: 0.7;
  transition: opacity 0.5s ease-in-out;
}
.weather .weather-search:hover {
  opacity: 1;
}
.weather .weather-search input[type=text] {
  padding: 5px 5px 6px;
  width: 100px;
  margin-right: 10px;
}
.weather .weather-search input[type=submit] {
  padding: 7px 20px 8px;
}
.weather .weather-map {
  margin-top: 20px;
  text-align: center;
}
.weather .daily-forecast {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: space-between;
  align-items: flex-start;
}
.weather .daily-forecast .weather-day {
  width: 20%;
  text-align: center;
  margin: auto;
  font-size: 14px;
  line-height: 1.2em;
}
.weather .daily-forecast .weather-day > div {
  margin-bottom: 5px;
}
.weather .daily-forecast .weather-day .weather-icon img {
  max-width: 75px;
  width: auto;
  height: auto;
}
.weather .daily-forecast .weather-day .day-of-week {
  font-size: 15px;
  font-weight: bold;
}
.weather .daily-forecast .weather-day .weather-values div {
  margin-bottom: 3px;
}
.weather .daily-forecast .weather-day .weather-values div span {
  font-size: 12px;
  text-align: center;
}
.weather .daily-forecast .weather-day .weather-values div span.value {
  font-weight: bold;
}
.weather .weather-links {
  text-align: center;
  font-size: 0;
}
.weather .weather-links > div {
  display: inline-block;
  vertical-align: top;
  max-width: 50%;
}
.weather .weather-links > div a {
  display: block;
}
.weather .weather-links > div a img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.events .event {
  display: none;
}
.events .event.featured {
  display: block;
}
.events .show-events {
  display: block;
  position: relative;
  height: 30px;
  margin: 10px 0;
  background: #8B3A33;
  opacity: 0.7;
  transition: opacity 0.15s ease-in-out;
}
.events .show-events:hover {
  opacity: 1;
}
.events .show-events span:before, .events .show-events span:after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
}
.events .show-events span:before {
  display: block;
  content: "Show More ⇓";
}
.events .show-events span:after {
  display: none;
  content: "Show Less ⇑";
}
.events.show .event {
  display: block;
}
.events.show .show-events span:before {
  display: none;
}
.events.show .show-events span:after {
  display: block;
}

#futures {
  margin-bottom: 40px;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.z-active > a {
  background-color: #EEE;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li > a {
  font-size: 18px;
  line-height: 30px;
  padding: 8px;
  transition: color 0.1s ease-in-out;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li > a > i {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li > a > i > svg {
  /* display: none; */
  max-width: 100%;
  width: auto;
  height: auto;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li > a > i > svg path {
  fill: black;
  transition: fill 0.1s ease-in-out;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.spring-wheat.z-active > a, #futures > .futures-tabs-wrapper > .futures-tabs > li.spring-wheat:hover > a {
  color: #8C3B32;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.spring-wheat.z-active > a > i > svg path, #futures > .futures-tabs-wrapper > .futures-tabs > li.spring-wheat:hover > a > i > svg path {
  fill: #8C3B32;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.corn.z-active > a, #futures > .futures-tabs-wrapper > .futures-tabs > li.corn:hover > a {
  color: #F25E48;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.corn.z-active > a > i > svg path, #futures > .futures-tabs-wrapper > .futures-tabs > li.corn:hover > a > i > svg path {
  fill: #F25E48;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.soybeans.z-active > a, #futures > .futures-tabs-wrapper > .futures-tabs > li.soybeans:hover > a {
  color: #529939;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.soybeans.z-active > a > i > svg path, #futures > .futures-tabs-wrapper > .futures-tabs > li.soybeans:hover > a > i > svg path {
  fill: #529939;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.winter-wheat.z-active > a, #futures > .futures-tabs-wrapper > .futures-tabs > li.winter-wheat:hover > a {
  color: #89993A;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.winter-wheat.z-active > a > i > svg path, #futures > .futures-tabs-wrapper > .futures-tabs > li.winter-wheat:hover > a > i > svg path {
  fill: #89993A;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.live-cattle.z-active > a, #futures > .futures-tabs-wrapper > .futures-tabs > li.live-cattle:hover > a {
  color: #2B438C;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.live-cattle.z-active > a > i > svg path, #futures > .futures-tabs-wrapper > .futures-tabs > li.live-cattle:hover > a > i > svg path {
  fill: #2B438C;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.feeder-cattle.z-active > a, #futures > .futures-tabs-wrapper > .futures-tabs > li.feeder-cattle:hover > a {
  color: #42378C;
}
#futures > .futures-tabs-wrapper > .futures-tabs > li.feeder-cattle.z-active > a > i > svg path, #futures > .futures-tabs-wrapper > .futures-tabs > li.feeder-cattle:hover > a > i > svg path {
  fill: #42378C;
}
#futures .futures-tab-content.z-container {
  background: #EEE;
}
#futures .futures-tab-content.z-container > .z-content {
  height: auto;
}
#futures .futures-tab-content.z-container > .z-content > .z-content-inner {
  padding: 10px;
}
#futures .futures-tab-content.z-container > .z-content > .z-content-inner table {
  margin-bottom: 0;
}
#futures .futures-tab-content.z-container > .z-content > .z-content-inner table tr.odd {
  background: rgba(0, 0, 0, 0.1);
}
#futures .futures-tab-content.z-container > .z-content > .z-content-inner table, #futures .futures-tab-content.z-container > .z-content > .z-content-inner table th, #futures .futures-tab-content.z-container > .z-content > .z-content-inner table td {
  font-size: 14px;
  border: none;
}
#futures .futures-tab-content.z-container > .z-content > .z-content-inner table th, #futures .futures-tab-content.z-container > .z-content > .z-content-inner table td {
  padding: 5px;
}
#futures .futures-tab-content.z-container > .z-content > .z-content-inner table th {
  text-align: right;
}
#futures .futures-tab-content.z-container > .z-content > .z-content-inner table td, #futures .futures-tab-content.z-container > .z-content > .z-content-inner table th[scope=col] {
  text-align: center;
}

.link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  align-items: flex-start;
  list-style: none outside none;
  margin: 0;
}
.link-list.columns-1 li {
  width: 96%;
}
.link-list.columns-2 li {
  width: 46%;
}
.link-list.columns-3 li {
  width: 29.3333333333%;
}
.link-list.columns-4 li {
  width: 21%;
}
.link-list.columns-5 li {
  width: 16%;
}
.link-list li {
  margin: 5px 4% 5px 0;
}

.tool-box .app-links {
  margin: 0;
  list-style: none outside none;
}
.tool-box .app-links li {
  margin: 5px 0;
  text-align: center;
}
.tool-box .app-links span {
  display: inline-block;
  vertical-align: top;
}
.tool-box .app-links span.app-name {
  display: block;
  font-size: 20px;
  margin-bottom: 3px;
}
.tool-box .app-links a {
  display: inline-block;
  margin: 5px;
}
.tool-box .app-links img {
  max-height: 35px;
  /* max-width:100px; */
  width: auto;
  height: auto;
}
.tool-box a > img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.tool-box .hail-ad {
  height: 300px;
  background: darkgreen;
}
.tool-box .hail-ad .hail-ad-content {
  width: 100%;
  font-size: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  color: white;
}

.news-section .news-stories .news-story {
  margin-bottom: 20px;
}
.news-section .news-stories .news-story:last-child {
  margin-bottom: 0;
}
.news-section p.story-title {
  margin-bottom: 0;
}
.news-section p.story-title a {
  color: black;
  text-decoration: underline;
}
.news-section p.story-title .news-excerpt p {
  font-size: 14px;
}
.news-section .more-link {
  text-align: right;
}
.news-section .more-link a {
  color: #8B3A33;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #134B8E;
  z-index: 100000;
  transition: all 0.2s ease-in-out;
}
.mobile-menu .mobile-menu-inner {
  margin: 80px 5vw 5vh 5vw;
  max-height: calc(100% - 80px - 5vh);
  overflow-y: scroll;
}
.mobile-menu .mobile-menu-inner nav {
  position: relative;
  z-index: 100;
}
.mobile-menu nav ul {
  margin: 0;
  padding: 0;
  font-size: 1em;
  flex-flow: column wrap;
}
.mobile-menu nav ul li {
  flex: 0 0 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-menu nav ul li a {
  display: block;
  padding: 0.5em;
  color: white !important;
  text-align: center;
  font-weight: bold;
}
.mobile-menu nav ul li ul {
  background-color: rgba(255, 255, 255, 0.1);
  position: static;
  overflow: hidden;
  max-height: 0;
}
.mobile-menu nav ul li.menu-item-has-children > a {
  position: relative;
}
.mobile-menu nav ul li.menu-item-has-children > a:after {
  content: "\f150";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  font-size: 1.5em;
  transition: all 0.2s ease-in-out;
}
.mobile-menu nav ul li.menu-item-has-children.show > a:after {
  transform: translateY(-50%) rotate(-90deg);
}
.mobile-menu nav ul li.show {
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-menu nav ul li.show ul {
  max-height: none;
}
.mobile-menu .mobile-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 860px) {
  .mobile-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.mobile-menu-toggle {
  color: white !important;
  font-size: 2em;
  padding: 20px 20px;
  text-align: center;
  display: block;
  line-height: 0.8;
  min-width: 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 781px) {
  .entry-content > .wp-block-group:first-child .wp-block-columns .wp-block-cover,
  .entry-content > .wp-block-group:first-child .wp-block-cover {
    min-height: 20vh !important;
  }
}/*# sourceMappingURL=style.css.map */