/*
	Theme Name: Kreativ Pro
	Theme URI: http://themesquare.com/themes/kreativ/
	Description: Kreativ Pro Portfolio WordPress theme for Genesis Framework
	Author: ThemeSquare
	Author URI: http://themesquare.com/

	Version: 1.2.24

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, rtl-language-support, translation-ready, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

	Template: genesis
	Template Version: 2.5.34

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: kreativ-pro
*/


/*! # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Print Styles
*/


/*! # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/*! ## Baseline Normalize
--------------------------------------------- */


/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/*! ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/*! ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.prev-next-links:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.prev-next-links:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/*! # Defaults
---------------------------------------------------------------------------------------------------- */


/*! ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
    /*! 10px browser default */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}


/*! RTL Support */

body {
    direction: ltr;
    unicode-bidi: embed;
}


/*! Chrome fix */

body>div {
    /*font-size: 1.6rem;*/
    font-size: 2rem;
}

body {
    background-color: #f5f5f5;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    /*line-height: 1.625;*/
    line-height: 1.725;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link,
.gallery img {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

a {
    color: #ff6c3a;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2f4052;
    text-decoration: none;
}

p {
    margin: 0 0 30px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 2em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/*! ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #363f48;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-size: 26px;
    font-size: 2.6rem;
}

h2 {
    font-size: 22px;
    font-size: 2.2rem;
}

h3 {
    font-size: 20px;
    font-size: 2rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

@media only screen and (min-width: 860px) {
    h1 {
        font-size: 36px;
        font-size: 3.6rem;
    }

    h2 {
        font-size: 30px;
        font-size: 3rem;
    }

    h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}


/*! ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}

.featured-content img,
.gallery img {
    width: auto;
}


/*! ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 860px) {
    .gallery-item {
        margin-left: 2.564102564102564%;
        margin-bottom: 2.564102564102564%;
    }

    .gallery-columns-2 .gallery-item {
        width: 48.717948717948715%;
    }

    .gallery-columns-3 .gallery-item {
        width: 31.623931623931625%;
    }

    .gallery-columns-4 .gallery-item {
        width: 23.076923076923077%;
    }

    .gallery-columns-5 .gallery-item {
        width: 17.94871794871795%;
    }

    .gallery-columns-6 .gallery-item {
        width: 14.52991452991453%;
    }

    .gallery-columns-7 .gallery-item {
        width: 12.08791208791209;
    }

    .gallery-columns-8 .gallery-item {
        width: 10.25641025641026%;
    }

    .gallery-columns-9 .gallery-item {
        width: 8.831908831908832%;
    }

    .gallery-columns-2 .gallery-item:nth-of-type(2n + 1),
    .gallery-columns-3 .gallery-item:nth-of-type(3n + 1),
    .gallery-columns-4 .gallery-item:nth-of-type(4n + 1),
    .gallery-columns-5 .gallery-item:nth-of-type(5n + 1),
    .gallery-columns-6 .gallery-item:nth-of-type(6n + 1),
    .gallery-columns-7 .gallery-item:nth-of-type(7n + 1),
    .gallery-columns-8 .gallery-item:nth-of-type(8n + 1),
    .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
        margin-left: 0;
        clear: left;
    }
}

.gallery-caption {}

.gallery-item img {
    border: medium none;
    padding: 0;
}

.gallery-item .gallery-icon>a {
    position: relative;
    display: block;
}

.gallery-item .gallery-icon>a img {
    vertical-align: middle;
    float: none;
    margin: 0;
}

.gallery-item .gallery-icon>a:after {
    background: #ff6c3a none repeat scroll 0 0;
    content: "\f105";
    border-radius: 50%;
    color: #fff;
    font-family: FontAwesome;
    font-size: 24px;
    font-size: 2.4rem;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery-item .gallery-icon>a:hover:after {
    opacity: 1;
}


/*! ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    padding: 8px 12px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #ccc;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #555;
    font-weight: 400;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #555;
    font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
    background: #ff6c3a none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 8px 20px;
    width: auto;
    box-shadow: none;
}

@media only screen and (min-width: 860px) {
    .button {
        padding: 8px 20px;
    }
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.more-link:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.more-link:focus {
    box-shadow: none;
    color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}


/*! ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    font-size: 12px;
}

th {
    font-weight: 600;
}


/*! ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text {
    background-color: #000;
    color: #fff;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    /*! Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
    position: relative;
    margin: 30px 0 0;
    padding: 6px 20px;
    display: table;
}


/*! # Structure and Layout
---------------------------------------------------------------------------------------------------- */


/*! ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    padding-left: 5%;
    padding-right: 5%;
}

.site-inner {
    clear: both;
    padding-top: 30px;
}

@media only screen and (min-width: 860px) {
    .site-inner {
        padding-top: 40px;
    }

    .site-inner,
    .wrap {
        max-width: 800px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1024px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {

    .site-inner,
    .wrap {
        margin: 0 auto;
        max-width: 1170px;
    }
}

.landing-page .site-inner {
    max-width: 800px;
}

.template-full-width .site-inner,
.template-blank .site-inner {
    max-width: none;
    padding: 0;
}


/*! ## Column Widths and Positions
--------------------------------------------- */


/*! ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

@media only screen and (min-width: 1024px) {

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
}

@media only screen and (min-width: 1200px) {

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 950px;
    }
}


/*! ### Content */

.content {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .content {
        width: 640px;
        float: right;
    }
}

@media only screen and (min-width: 1200px) {
    .content {
        width: 800px;
    }
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

@media only screen and (min-width: 1024px) {

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 420px;
    }
}

@media only screen and (min-width: 1200px) {

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 580px;
    }
}

.full-width-content .content {
    width: 100%;
}


/*! ### Primary Sidebar */

@media only screen and (min-width: 1024px) {
    .sidebar-primary {
        width: 280px;
        float: right;
    }
}

@media only screen and (min-width: 1200px) {
    .sidebar-primary {
        width: 330px;
    }
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}


/*! ### Secondary Sidebar */

@media only screen and (min-width: 1024px) {
    .sidebar-secondary {
        float: left;
        width: 180px;
    }
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}


/*! ## Column Classes
--------------------------------------------- */


/*! Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin: 0;
    width: 100%;
}

@media only screen and (min-width: 860px) {

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin-left: 2.564102564102564%;
    }

    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%;
    }

    .one-third,
    .two-sixths {
        width: 31.623931623931625%;
    }

    .four-sixths,
    .two-thirds {
        width: 65.81196581196582%;
    }

    .one-fourth {
        width: 23.076923076923077%;
    }

    .three-fourths {
        width: 74.35897435897436%;
    }

    .one-sixth {
        width: 14.52991452991453%;
    }

    .five-sixths {
        width: 82.90598290598291%;
    }

    .first {
        clear: both;
        margin-left: 0;
    }
}


/*! # Common Classes
---------------------------------------------------------------------------------------------------- */


/*! ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
    border-radius: 50%;
}

.comment .avatar {
    left: 0;
    margin: 0 15px 0 0;
    position: relative;
}

@media only screen and (min-width: 860px) {
    .comment .avatar {
        left: -80px;
        border-radius: 50%;
        margin: 0;
        position: absolute;
        top: 0;
    }
}


/*! ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.author-box {
    background: #fff;
    padding: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    border-radius: 2px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.archive-description .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.author-box-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}


/*! ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
    position: relative;
}

.site-header .search-form {
    text-align: left;
    float: right;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media only screen and (min-width: 1024px) {
    .site-header .search-form {
        text-align: center;
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.entry-content .search-form {
    width: 50%;
}

.site-header .search-form input[type="submit"],
.genesis-nav-menu .search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.widget_search input[type="submit"] {
    margin-top: 10px;
}


/*! ## Titles
--------------------------------------------- */

.archive-title {
    font-size: 26px;
    font-size: 2.6rem;
}

@media only screen and (min-width: 860px) {
    .archive-title {
        font-size: 30px;
        font-size: 3rem;
    }
}

.entry-title {
    font-size: 26px;
    font-size: 2.6rem;
}

@media only screen and (min-width: 860px) {
    .entry-title {
        font-size: 40px;
        font-size: 4rem;
        font-weight: 600;
    }
}

.entry-title a,
.sidebar .widget-title a {
    color: #363f48;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #ff6c3a;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
}


/*! ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.sticky {}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}


/*! # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget ol li:before {
    content: "";
}

.widget li li {
    border: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/*! ## Featured Content
--------------------------------------------- */

.featured-content .entry,
.featured-blogs .entry {
    margin-bottom: 30px;
    padding: 0 0 30px;
}

.featured-content .entry .entry-title,
.featured-blogs .entry .entry-title {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0;
    padding: 0 30px;
}

.featured-content .entry .entry-content,
.featured-blogs .entry .entry-content {
    padding: 0 30px;
        font-size: 2rem;
}

.featured-content .entry .entry-meta,
.featured-blogs .entry .entry-meta {
    padding: 0 30px;
    margin-bottom: 15px;
}

.featured-content .entry .entry-image,
.featured-blogs .entry .entry-image {
    vertical-align: middle;
    margin-bottom: 0;
}

.featured-blogs .entry .entry-content p a {
    display: none;
}


/*! # Plugins
---------------------------------------------------------------------------------------------------- */


/*! ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
}

.enews form+p {
    margin-top: 24px;
}

.enews .screenread {
    left: -1000em;
}


/*! ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/*! # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}


/*! Display outline on focus */

:focus {
    color: #555;
    outline: 1px solid #ccc;
}


/*! # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.site-header>.wrap {
    padding: 0 5%;
}

@media only screen and (min-width: 860px) {
    .site-header>.wrap {
        padding: 0;
    }
}

.custom-header .site-header {
    background-position: center !important;
    background-size: cover !important;
}


/*! ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media only screen and (min-width: 860px) {
    .title-area {
        width: auto;
        text-align: left;
    }
}

.site-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    text-transform: uppercase;
}

@media only screen and (min-width: 860px) {
    .site-title {
        font-size: 40px;
        font-size: 4rem;
    }
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #363f48;
}

.title-area .site-title a,
.title-area .site-title a:hover,
.title-area .site-title a:focus {
    background-color: #000;
    color: #fff;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.title-area .site-description {
    background-color: #000;
    color: #fff;
}

.site-description,
.site-title {
    margin-bottom: 0;
}


/*! ## Custom Logo
--------------------------------------------- */

.wp-custom-logo .title-area {
    padding: 25px 0;
}

.wp-custom-logo .custom-logo-link {
    display: block;
    /*line-height: 46px;
  height: 46px;*/
    line-height: 52px;
    height: 52px;
}

.wp-custom-logo .custom-logo-link img {
    width: auto;
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
}


/*! ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    padding: 18px 0;
    text-align: center;
}

@media only screen and (min-width: 860px) {
    .site-header .widget-area {
        padding: 0;
        text-align: right;
    }

    .site-header .widget-area .menu-toggle {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .site-header .widget-area {
        float: right;
    }
}


/*! # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #363f48;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: inherit;
    width: 100%;
}

.genesis-nav-menu .sub-menu {
    line-height: 1.2;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    text-decoration: none;
    display: block;
    padding: 8px;
    margin: 0;
    /*color: #363f48;*/
    color: #333;
}

.genesis-nav-menu a:hover {
    color: #ff6c3a;
}

.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus {}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 230px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 12px 18px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    width: 230px;
    word-wrap: break-word;
    margin: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -42px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu>.first>a {
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    padding-right: 0;
}

.genesis-nav-menu>.right {
    float: right;
    list-style-type: none;
    padding: 15px 0;
}

.genesis-nav-menu>.right>a {
    padding: 0;
    display: inline-block;
}

.genesis-nav-menu>.rss>a {
    margin-left: 30px;
}

.genesis-nav-menu>.search {
    padding: 8px 0 0;
}

@media only screen and (min-width: 1024px) {

    .genesis-nav-menu>.menu-item.highlight a,
    .site-header.sticky .genesis-nav-menu>.menu-item.highlight a {
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 3px 15px;
        margin-left: 10px;
    }

    .genesis-nav-menu>.menu-item-has-children>a>svg {
        display: inline-block;
        color: #ddd;
        font-size: 1.4rem;
        padding: 0 0 0 6px;
    }

    .genesis-nav-menu>.menu-item-has-children>a:after {
        display: none;
        content: "\f107";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
    }

    .genesis-nav-menu .sub-menu>.menu-item-has-children>a>svg {
        display: inline-block;
        color: #ddd;
        float: right;
        padding: 0 0 0 8px;
    }

    .genesis-nav-menu .sub-menu>.menu-item-has-children>a:after {
        display: none;
        content: "\f105";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }
}


/*! Genesis Responsive Menus */

@media only screen and (max-width: 1023px) {

    /* Hide nav menu initially */
    .nav-primary,
    .nav-secondary {
        display: none;
    }

    nav.genesis-responsive-menu {
        display: none;
        position: relative;
    }

    .genesis-nav-menu {
        text-align: center;
    }

    .genesis-nav-menu li {
        float: none;
    }

    .js .genesis-nav-menu .sub-menu,
    .js .genesis-nav-menu .sub-menu a {
        width: 100%;
    }

    .js .site-header nav .wrap {
        padding: 0;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

    .menu-toggle,
    .sub-menu-toggle {
        background-color: #fff;
        border: 0;
        color: #333;
        position: relative;
        padding: 3px 15px;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
        cursor: pointer;
    }

    .header-widget-area .menu-toggle {
        display: inline-block;
        width: auto;
    }

    .header-widget-area nav {
        clear: both;
        float: none;
    }

    .menu-toggle:focus,
    .menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        color: #333;
    }

    .menu-toggle:focus,
    .sub-menu-toggle:focus {
        border-color: #fff;
        /*outline: 1px solid #ccc;*/
        outline: none;
    }

    .menu-toggle:focus {
        outline-offset: -1px;
    }

    .menu-toggle {
        /*border: 1px solid #ddd;*/
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    .menu-toggle svg {
        display: inline-block;
        color: #555;
        font-size: 15px;
        font-size: 1.5rem;
        margin-right: 10px;
        text-rendering: auto;
        vertical-align: middle;
    }

    .menu-toggle::before {
        display: none;
        content: '\f0c9';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
    }

    .sub-menu-toggle {
        float: right;
        padding: 10px 12px;
        position: absolute;
        right: 1px;
        top: 1px;
        z-index: 100;
        font-size: 16px;
        font-size: 1.6rem;
        border-radius: 0;
    }

    .sub-menu-toggle svg {
        display: inline-block;
        color: #333;
        text-rendering: auto;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: transform 0.25s ease-in-out;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    }

    .sub-menu-toggle::before {
        display: none;
        content: '\f107';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
    }

    .sub-menu-toggle.activated svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        width: 100%;
        text-align: left;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-responsive-menu .genesis-nav-menu a:focus,
    .genesis-responsive-menu .genesis-nav-menu a:hover {
        color: #ff6c3a;
    }

    .genesis-responsive-menu .genesis-nav-menu a:focus {
        color: #ff6c3a;
        outline: thin solid #ccc;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border-top: 1px solid #eee;
        margin-bottom: 1px;
        padding: 10px 20px;
        width: 100%;
    }

    /* .genesis-responsive-menu .genesis-nav-menu>.menu-item:first-child>a { */
    .genesis-responsive-menu .genesis-nav-menu>.menu-item.mobile-first>a {
        border-top: 0;
    }

    .genesis-responsive-menu .site-header .genesis-nav-menu .menu-item a {
        padding: 10px 0;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
        content: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 0;
        position: static;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-top: 1px solid #eee;
        padding-left: 30px;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu a::before {
        content: "-";
        padding-right: 8px;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
}


/*! ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}


/*! ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    background: #fff;
}

.nav-primary .wrap {
    padding: 0;
}

@media only screen and (min-width: 1024px) {}


/*! ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background: #fff;
    border-bottom: 1px solid #e6e9ed;
}

@media only screen and (min-width: 1024px) {
    .nav-secondary {
        border-top: 1px solid #e6e9ed;
        text-align: center;
    }

    .nav-secondary .genesis-nav-menu a {
        padding: 15px 25px;
    }
}


/*! ## Site Header Navigation
--------------------------------------------- */

.site-header .nav-primary {
    clear: both;
}

@media only screen and (min-width: 1024px) {
    .site-header .nav-primary {
        float: right;
        border: 0 none;
        clear: none;
    }
}

.site-header .menu-toggle {
    float: none;
    clear: both;
    margin: 10px auto;
    width: auto;
}

@media only screen and (min-width: 860px) {
    .site-header .menu-toggle {
        float: right;
        clear: right;
        margin: 30px 0 20px;
    }
}

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -44px;
}

.site-header .genesis-nav-menu>li {
    margin: 0;
    transition: 0.15s ease-in all;
}

.site-header .genesis-nav-menu>li:hover {
    background: #efefef;
}

.genesis-nav-menu .sub-menu a:hover {
    background-color: #efefef;
}

.site-header .genesis-nav-menu>li>a {
    padding-top: 35px;
    padding-bottom: 35px;
    margin: 0;
    line-height: inherit;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}


/*! # Sticky Header
---------------------------------------------------------------------------------------------------- */

.site-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.site-header.sticky .title-area {
    /*padding: 5px 0;*/
    padding: 15px 0;
}

.site-header.sticky .genesis-nav-menu>li>a {
    /*padding-top: 16px;
  padding-bottom: 16px;*/
    padding-top: 26px;
    padding-bottom: 26px;
    line-height: inherit;
}

.site-header.sticky .search-form {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: inherit;
}

.admin-bar .site-header.sticky {
    top: 32px;
}

.genesis-nav-menu a:hover {
    color: #000 !important;
}


/*! ## Sticky Primary & Secondary Nav
--------------------------------------------- */

.nav-primary.sticky,
.nav-secondary.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.admin-bar .nav-primary.sticky,
.admin-bar .nav-secondary.sticky {
    top: 32px;
}


/*! # Content Area
---------------------------------------------------------------------------------------------------- */


/*! ## Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    border-top: 3px solid #fbb713;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 0;
}

.entry>p {
    padding: 30px 30px 0;
}

.entry-image {
    vertical-align: middle;
}

.entry-title {
    /*margin: 30px 0 20px;*/
    margin: 30px 0 35px;
    padding: 0 30px;
}

@media only screen and (min-width: 860px) {
    .entry {
        margin-bottom: 40px;
    }

    .entry-title {
        padding: 0 50px;
    }
}

.entry-meta {
    padding: 0 30px;
}

@media only screen and (min-width: 860px) {
    .entry-meta {
        padding: 0 50px;
    }
}

.entry-footer .entry-meta {
    padding: 20px 30px;
}

@media only screen and (min-width: 860px) {
    .entry-footer .entry-meta {
        padding: 20px 50px;
    }
}

.entry-content {
    padding: 0 30px;
}

@media only screen and (min-width: 860px) {
    .entry-content {
        padding: 0 50px;
    }
}

.entry-content ol,
.entry-content ul,
.fp1-covid-section ol,
.fp1-covid-section ul {
    margin-bottom: 30px;
    margin-left: 40px;
}

.entry-content ol>li,
.fp1-covid-section ol>li {
    list-style-type: decimal;
}

.entry-content ol>ol>li,
.fp1-covid-section ol>ol>li {
    list-style-type: lower-alpha;
}

.entry-content ul>li,
.fp1-covid-section ul>li {
    list-style-type: disc;
}

.entry-content ul>ul>li,
.fp1-covid-section ul>ul>li {
    list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul,
.fp1-covid-section ol ol,
.fp1-covid-section ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}


/*! ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    color: #363f48;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
}

.entry-footer .entry-meta {
    padding-top: 20px;
}

.entry-categories,
.entry-tags {}

.entry-meta a {
    color: #363f48;
    margin-bottom: 0;
}

.entry-meta a:hover {
    color: #ff6c3a;
}


/*.entry-meta .entry-time::after {
  content: "|";
  padding: 0 10px;
}*/

.entry-meta .entry-comments-link::before {
    content: "|";
    padding: 0 10px;
}

.entry-meta .entry-tags::before {
    content: "|";
    padding: 0 10px;
}

.post-edit-link {
    display: inline-block;
    margin-bottom: 20px;
}


/*! ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a,
.pagination-next a,
.pagination-previous a {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #555;
    display: inline-block;
    padding: 6px 16px;
    margin-right: 5px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background: #ff6c3a none repeat scroll 0 0;
    color: #fff;
}


/*! ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-top: 40px;
    padding: 0;
}

.comment-header {
    font-size: 16px;
    font-size: 1.6rem;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

.comment-list li {
    margin-top: 30px;
    padding: 0;
}

.comment-list .comment-time a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
}

.comment-list .comment-time a:hover {
    color: #ff6c3a;
}

.comment-list li article {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 860px) {
    .comment-list li article {
        margin: 0 0 0 80px;
    }
}

.comment-list li article p {
    margin-bottom: 10px;
}

.comment-form p {
    margin-bottom: 15px;
}

.comment-form .form-submit {
    margin-bottom: 30px;
}

.comment-list li li {
    margin-right: 0;
    margin-left: 0;
}

@media only screen and (min-width: 860px) {
    .comment-list li li {
        margin-left: 80px;
    }
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    color: #363f48;
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px;
}


/*! # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
}

.sidebar p {
    margin-bottom: 20px;
}

.sidebar li {
    /*margin-bottom: 5px;*/
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}


/*.sidebar li:before {
  content: "\f105";
  color: #ff6c3a;
  font-family: fontawesome;
  left: 5px;
  padding-right: 8px;
  position: absolute;
  top: 0;
}*/

.sidebar li a {
    color: #555;
}

.sidebar li a:hover {
    color: #ff6c3a;
}

.sidebar p:last-child,
.sidebar ul>li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 30px;
}

@media only screen and (min-width: 860px) {
    .sidebar .widget {
        margin-bottom: 40px;
    }
}

.sidebar .button {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 16px;
}


/*! # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #242424;
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer-widgets {
    color: #999;
}

.footer-widgets input {
    background: #f7f7f7;
    border: none;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #fff;
}

.footer-widgets li {
    margin-bottom: 5px;
    /*padding-left: 20px;*/
    position: relative;
}

.footer-widgets li a {
    color: #999;
}


/*.footer-widgets li:before {
  content: "\f105";
  font-family: fontawesome;
  left: 5px;
  padding-right: 8px;
  position: absolute;
  top: 0;
}*/

.footer-widgets .widget {
    margin-bottom: 20px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets .widget i {
    display: inline-block;
    padding: 0 8px 0 0;
    text-align: center;
    width: 24px;
}

.footer-contact a {
    color: #fff;
}

@media only screen and (min-width: 1024px) {

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 31.623931623931625%;
    }

    .footer-widgets-2,
    .footer-widgets-3 {
        margin-left: 2.564102564102564%;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        float: left;
    }
}


/*! # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #191919;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 15px 0;
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .site-footer {
        text-align: center;
    }
}

.site-footer,
.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #ff6c3a;
}

.site-footer p {
    margin-bottom: 0;
    display: inline-block;
}


/*! Footer navigation
--------------------------------------------- */

.nav-footer {
    margin: 20px 0 0;
}

@media only screen and (min-width: 1024px) {
    .nav-footer {
        float: right;
        margin: 0;
    }
}

.nav-footer .genesis-nav-menu {
    line-height: 1;
}

.nav-footer .genesis-nav-menu li {
    display: inline-block;
}

.nav-footer .genesis-nav-menu a {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
}

@media only screen and (min-width: 1024px) {
    .nav-footer .genesis-nav-menu a {
        padding: 0;
    }
}

.nav-footer .genesis-nav-menu a:hover {
    color: #ff6c3a;
}

.nav-footer .genesis-nav-menu li:first-child a {
    margin: 0;
}

.nav-footer .genesis-nav-menu li:first-child:before {
    content: "";
    padding: 0;
}

@media only screen and (min-width: 1024px) {
    .nav-footer .genesis-nav-menu li:before {
        content: "-";
        padding: 0 0 0 10px;
        font-weight: bold;
    }
}


/*! Footer widgets
--------------------------------------------- */

.footer-widgets .enews {
    max-width: 300px;
}

.footer-widgets .enews form {
    position: relative;
}

.footer-widgets .enews-widget input[type="email"] {
    position: relative;
    margin: 0;
    padding: 10px;
}

.footer-widgets .enews-widget input[type="submit"] {
    background: #ff6c3a none repeat scroll 0 0;
    border-radius: 0 3px 3px 0;
    bottom: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 0;
}


/*! Scroll Up
--------------------------------------------- */

.scroll-up {
    position: relative;
}

.scrollup:before {
    content: "\f106";
    font-family: "fontawesome";
    font-size: 20px;
    font-size: 2rem;
}

.scrollup,
.scrollup:focus,
.scrollup:hover {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 14px;
    color: #fff;
    line-height: 1;
    z-index: 10;
    padding: 5px 10px;
    background: #333 none repeat scroll 0 0;
    border-radius: 2px;
}

.site-footer .scrollup,
.site-footer .scrollup:hover {
    color: #fff;
}


/*! 321 Custom CSS
--------------------------------------------- */

/* Google Fonts Lato

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/lato/300-ext.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/lato/300.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/lato/400-ext.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/lato/400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/lato/700-ext.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/lato/700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Google Fonts Francois One */

/* vietnamese */
@font-face {
    font-family: 'Francois One';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/francois-one/400-alt.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Francois One';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/francois-one/400-ext.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Francois One';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/francois-one/400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*body.page .site-container:after {
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 1) 100%), url('/wp-content/uploads/2018/04/fvcbank-marathon-background.jpg');
    opacity: 0.1;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}*/

body img {
    pointer-events: none;
}

img.styled {
    border-radius: 4px;
    box-shadow: 0px 10px 28px -7px rgba(0, 0, 0, 0.25);
}

.sidebar {
    display: none;
}

.txt-center {
    text-align: center;
}

.txt-green {
    color: #3d7143;
}

.bg-green {
    background: #3d7143;
    color: #fff;
}

.fw-600 {
    font-weight: 600;
}

.button.large {
    font-size: 21px !important;
    font-size: 2.1rem !important;
    padding: 10px 28px;
}

.button.cta-button {
    background: #4c7836;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.button.cta-button:hover {
    background: #4c7836;
    color: #fff;
    opacity: 0.85;
}

.button.card-button {
    background: #4c7836;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

.button.card-button:hover {
    color: #fff;
    opacity: .85;
}

#gform_submit_button_4,
.button.widget-button {
    padding: 7px 20px;
    font-size: 16px;
    color: #000;
    font-size: 1.6rem;
    background: #dedede;
}

.button.widget-button:hover {
    background: #d1d1d1;
}

.button-center {
    text-align: center;
}

article.page img.size-full {
    /*box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.21);*/
    border-radius: 2px;
}

.main-cta h2 {
    color: #fff;
    text-align: left;
}

.main-cta p {
    color: #fff;
    text-align: left;
    font-size: 21px;
    font-size: 2.1rem;
}

.main-cta {
    margin-top: 5rem;
    padding: 2.5rem 5rem 1rem;
    border-top: 3px solid #fbb713;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(23, 69, 31, 0.75)), color-stop(1%, rgba(23, 69, 31, 0.75)), color-stop(49%, rgba(23, 69, 31, 0.75)), color-stop(100%, rgba(61, 113, 67, 0.75)));
    background: -webkit-linear-gradient(top, rgba(23, 69, 31, 0.75) 0%, rgba(23, 69, 31, 0.75) 1%, rgba(23, 69, 31, 0.75) 49%, rgba(61, 113, 67, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(23, 69, 31, 0.75) 0%, rgba(23, 69, 31, 0.75) 1%, rgba(23, 69, 31, 0.75) 49%, rgba(61, 113, 67, 0.75) 100%);
    background: -ms-linear-gradient(top, rgba(23, 69, 31, 0.75) 0%, rgba(23, 69, 31, 0.75) 1%, rgba(23, 69, 31, 0.75) 49%, rgba(61, 113, 67, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(23, 69, 31, 0.75) 0%, rgba(23, 69, 31, 0.75) 1%, rgba(23, 69, 31, 0.75) 49%, rgba(61, 113, 67, 0.75) 100%);
}


/* 
.contact-main {
    margin: 3rem 0;
} */

.contact-main svg {
    margin-right: 0.7rem;
}

/* .fvc-card {
    padding: 3rem 4rem;
    margin: 1rem;
    background: #ececec;
    border-top: 3px solid #fab92e;
    border-radius: 2px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, #e9ebe9 0%, #f1f3f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9ebe9), color-stop(100%, #f1f3f1));
    background: -webkit-linear-gradient(top, #e9ebe9 0%, #f1f3f1 100%);
    background: -o-linear-gradient(top, #e9ebe9 0%, #f1f3f1 100%);
    background: -ms-linear-gradient(top, #e9ebe9 0%, #f1f3f1 100%);
    background: linear-gradient(to bottom, #e9ebe9 0%, #f1f3f1 100%);
} */

/* 1.18.23 Updates */

.fvc-card {
padding: 3rem 4rem;
    margin: 1rem;
    background: #1a5632;
    border: 4px solid #fab92e;
    border-radius: 2px;
    color: #fff;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
}

.fvc-card .fvc-header {
    margin: 0rem 0 1rem;
    min-height: 115px;
}

.fvc-card .fvc-content {
    margin: 0 0 3rem;
    min-height: 125px;
}

.fvc-header svg {
    font-size: 9rem;
    /* color: #175633; */
    color: #fff;
}

.fvc-content h3 {
    color: #fff;
}

.fvc-footer a.button.card-button {
    background: #fab92e;
    color: #333;
    text-shadow: none;
}

.front-page .entry-meta .entry-time::after {
    display: none;
}

li.login-link>a:after {
    display: none !important;
}

.sidebar-nav {
    margin-bottom: 0 !important;
}

.community-cta {
    background: #174521;
    text-align: center;
    color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
    padding: 2rem 1rem;
    border-radius: 3px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    margin-left: 1rem;
    margin-right: 1rem;
}

.hours-cta h3 {
    color: #fff;
}

.hours-cta {
    background: #174521;
    text-align: center;
    color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
    padding: 2rem 3rem;
    border-radius: 3px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    margin-left: 1rem;
    margin-right: 1rem;
}

.community-cta h3 {
    color: #fff;
}

.locations-main iframe {
    box-shadow: 0px 8px 28px -3px rgba(0, 0, 0, 0.2);
}

.location-container h3 {
    font-weight: 600;
    color: #174521;
}

.fdic-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.fdic-logo {
    background: url(../../uploads/2018/04/fdic-logo.png);
    background-size: cover;
    display: inline-block;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-left: 1rem;
}

img.fvcbank-event-flyer {
    border: 5px solid #888;
}


/* Tribe Events CSS */

span.tribe-country-name {
    display: none;
}

dd.tribe-venue {
    font-weight: 600;
}

#tribe-events-content .tribe-events-event-meta dd.tribe-venue {
    margin: 0;
}

span.eeo-pdf {
    margin-right: 0.5rem;
}


/*.front-page-1 .image-section > .wrap {
  margin: 0;
  max-width: 100%;
  width: 100%;
}*/

.home .front-page-1 {
    padding-top: 0;
}

.home .front-page-1 .widget.covid-19-widget {
    padding: 2rem 0 2rem 7rem;
    background: #fff;
    background: #fed218;
    margin-bottom: 5rem;
    border-top: 2px solid rgba(22, 86, 51, 0.8);
    border-bottom: 2px solid rgba(22, 86, 51, 0.8);
    box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.35);
    transition: 0.15s ease-in-out all;
}

.home .front-page-1 .widget.covid-19-widget:hover {
    background: rgba(254, 210, 24, 0.92);
}

.covid-19-widget a {
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    color: #3d7143;
    text-shadow: none;
    font-weight: 600;
}

.covid-19-widget a svg {
    font-size: 6rem;
    color: #185634;
    margin-right: 2rem;
}

.entry-content ol.roman-numeral-list>li {
    list-style-type: lower-roman;
}

span.fvcbank-update {
    color: #555;
    font-weight: 700;
    border-bottom: 2px solid #555;
}

@media only screen and (min-width: 860px) {
    .front-page-1 .banner-widget {
        max-width: 800px;
    }
}

@media only screen and (min-width: 1024px) {
    .front-page-1 .banner-widget {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
    .front-page-1 .banner-widget {
        margin: 0 auto;
        max-width: 1170px;
    }
}

.app-download-ctas {
    display: none;
    margin-top: 2rem;
}

h4.app-download-ctas--header {
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}

.app-download-cta.business {
    text-align: center;
}

span.app-download-cta--type {
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .app-download-ctas {
        display: block;
    }
}

ul#menu-secondary-menu {
    display: flex;
}

.entry-content ul ul ul>li {
    list-style-type: square;
}

.entry-content ul ul ul ul>li {
    list-style-type: disc;
}

.linkedin {
    text-align: center;
}

.linkedin svg {
    font-size: 3.5rem;
    color: #0073b1;
    transform: translateY(-4px);
}

.linkedin svg:hover {
    color: #007099;
}

#mc_embed_signup .button {
    width: auto !important;
    margin: 0;
    padding: 0 14px !important;
}

.gm_load,
.with-iframe-loader,
.gmap-location_embed iframe {
    background: url('../../uploads/2018/04/Spinner-1s-200px.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-only {
    display: inline-block;
}

.mobile-only-widget {
    display: block;
}

.mobile-only a {
    display: inherit;
}

#genesis-mobile-nav-secondary {
    display: none;
}

ul#menu-header-menu {
    display: block;
}

.site-footer {
    padding: 15px 0 0;
}

.social-icons-top svg {
    font-size: 1.5rem;
    margin-right: 0.7rem;
}

.mobile-login {
    background: #4c7836;
    color: #fff;
    padding: 2px 40px !important;
    font-size: 1.6rem !important;
}

.mobile-cta-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 2rem;
}

.mobile-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    transition: 0.3s ease-in;
}

.mobile-dropdown-content a {
    color: black;
    padding: 8px 7px;
    text-decoration: none;
    display: block;
    font-size: 1.4rem;
}

.mobile-dropdown-content a:hover {
    background-color: #f1f1f1
}

.mobile-cta-dropdown:hover .mobile-dropdown-content,
.mobile-cta-dropdown:active .mobile-dropdown-content,
.mobile-cta-dropdown:focus .mobile-dropdown-content {
    display: block;
    transition: 0.3s ease-in;
}

.mobile-cta-dropdown:hover .mobile-cta-button {
    background-color: #3e8e41;
}

.fvc-box {
    border: 2px solid #fbb714;
    margin: 0rem 0 3rem;
    text-align: center;
    padding: 3rem 3rem;
    background: #f9f9f9;
}

.fvc-box h3 {
    margin-bottom: 0;
}

.wpfront-message hr {
    margin: 0.6em 0;
}

#wpfront-notification-bar td {
    padding: 5px 0px 5px !important;
}

#wpfront-notification-bar div.wpfront-message {
    font-weight: 600 !important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) !important;
    /*font-size: 1.6rem;*/
    font-size: 1.3rem;
}

.wpfront-bottom-shadow {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3) !important;
}

.home-hero p {
    font-size: 3rem;
    margin: 0 0 5px;
}

.home-hero .cta-button {
    margin: 3rem 0 0;
}

.desktop-only {
    display: none;
}

.font-page-announcement {
    display: none;
}

.generic-section {
    padding: 5rem 0;
}

.bh-by {
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
}

.bh-br {
    border-right: 2px solid #e4e4e4;
}

.branch-item {
    flex: 5;
}

.branch-item.address-info {
    display: flex;
    flex-direction: column;
}

.branch-item-container {
    display: flex;
    justify-content: space-evenly;
    margin: 0 0 2rem;
}

.branch-item-container svg {
    margin: 5px 0 0;
    flex: 1
}

.gmap-location_embed iframe {
    width: 100%;
    height: 100%;
    min-height: 250px;
    box-shadow: 0px 8px 28px -3px rgba(0, 0, 0, 0.2);
}

a.button.card-button.small {
    font-size: 1.6rem;
}

.branch-hours__header {
    font-weight: 600;
    margin: 0 0 1rem;
    padding: 1.5rem 0 0;
}

.branch-hours-panel {
    padding: 0 1rem 1.5rem 0;
}

.branch-hours-item {
    display: flex;
    justify-content: space-between;
}

.branch-hours-item__day {
    font-weight: 500;
    color: #3c3c3c;
}

.branch-hours-item__hours {
    font-size: 1.8rem;
}

.location-footer-panel {
    margin: 2rem 0;
}

.location-footer-panel__header {
    font-weight: 600;
}

.location-footer-panel__items {
    display: flex;
    flex-direction: column;
}

.locations-address {
    display: flex;
    flex-direction: column;
    margin: 0rem 0 2rem;
}

.locations-drive-thru {
    display: flex;
    flex-direction: column;
    margin: 2rem 0 0rem;
}


/*  Desktop CSS here  */

@media only screen and (min-width: 1024px) {
    .nav-primary .genesis-nav-menu>li>a {
        display: flex;
        align-items: center;
        height: 100%;
    }
    
    .nav-primary .genesis-nav-menu>li>a,
    .nav-primary .genesis-nav-menu>li>a>span>svg {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 600;
    }

    .fdic-info {
        justify-content: left;
        margin-bottom: 0;
    }

    .linkedin {
        text-align: left;
    }

    .sidebar {
        display: block;
    }

    li.login-link>a>span {
        background: #4c7836;
        color: #fff;
        border-radius: 3px;
        padding: 5px 14px;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    }

    li.daily-update-link>a>span {
        background: #fed218;
        color: #111;
        border-radius: 3px;
        padding: 5px 14px;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-hero p {
        font-size: 3rem;
        margin: 0 0 5px;
    }

    .home-hero .cta-button {
        margin: 3rem 0 0;
    }

    .disclaimer {
        font-size: 1.5rem;
    }

    /*li.login-link > a > span:hover {
    background: #0a9e88;
  }*/
    .main-cta {
        margin-top: 5rem;
        padding: 2.5rem 5rem 1rem;
    }

    .main-cta p {
        color: #fff;
        text-align: left;
        font-size: 23px;
        font-size: 2.3rem;
    }

    .fvc-card .fvc-content {
        min-height: 175px;
    }

    .fvc-card .fvc-content p {
        font-size: 1.7rem;
    }

    .fvc-sidebar-nav {
        background: #174422;
        padding: 1.4rem 0rem;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        margin: 0rem 1rem 4rem 1rem
    }

    .fvc-sidebar-nav li {
        margin-bottom: 10px;
    }

    .fvc-sidebar-nav ul.children {
        margin-top: 15px;
    }

    .fvc-sidebar-nav li a {
        background: #dedede;
        padding: 4px 13px;
        border-radius: 2px;
        display: block;
        color: #000;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
        font-weight: 600;
        transition: all 0.2s ease-in-out;
    }

    .fvc-sidebar-nav li a:hover {
        filter: brightness(85%);
        color: #000 !important;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
    }

    /*.fvc-sidebar-nav li.current_page_item > a {
    background: #9a9a9a;
    color: #fff !important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
}*/
    .fvc-sidebar-nav h3 {
        color: #fff;
        text-align: center;
    }

    .hours-container svg {
        margin-right: 0.7rem;
    }

    .hours-container a {
        color: inherit;
    }

    a.sidebar-phone:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    #mc_embed_signup .button {
        width: 100%;
        margin: 0;
    }

    .mobile-only,
    .mobile-only a {
        display: none !important;
    }

    .site-footer {
        padding: 15px 0;
    }

    li.login-link>a>span:after {
        color: #ddd;
        content: "\f107";
        font-family: fontawesome;
        padding: 0 0 0 8px;
        display: inline-block;
    }

    li.daily-update-link>a>span:after {
        color: #ddd;
        /*content: "\f333";*/
        font-family: fontawesome;
        padding: 0 0 0 8px;
        display: inline-block;
    }
}

@media only screen and (min-width: 1090px) {
    .nav-primary .genesis-nav-menu>li>a,
    .nav-primary .genesis-nav-menu>li>a>span>svg {
        font-size: 14px;
        font-size: 1.3rem;
        font-weight: 600;
    }
}

.fp1-covid-section .wrap {
    /* padding: 5rem 0 4rem; */
    padding: 5rem 2rem 4rem;
    color: #fff;
}

.fp1-covid-section .wrap>ul:before {
    content: '';
    display: block;
    clear: both;
}

.fp1-covid-section h1,
.fp1-covid-section a.fp1-phone {
    color: #fff;
}

.fp1-covid-section p.fp1-text-section {
    font-size: 20px;
}

.fp1-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.fp1-row-fourths,
.fp1-row-fifths {
    font-size: 1.4rem;
    padding: 0 1rem;
}

.fp1-row-fourths {
    flex: 1 1 25%;
}

.fp1-row-fifths {
    flex: 1 1 20%;
}

@media (max-width: 859px) {

    .fp1-row-fourths,
    .fp1-row-fifths {
        flex: 1 1 50%;
    }
}

@media (max-width: 599px) {
    .fp1-row {
        display: block;
    }
}

body.home .font-page-announcement {
    display: block;
    z-index: 1;
    position: absolute;
    top: 182px;
    width: 100% !important;
    right: 0;
    background: #f69d05;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

body.home .fp1-announcement {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-direction: row;
}

body.home .fp1-announcement p {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

body.home .fp1-announcement .announcement-button {
    background: #13b2a4;
    margin-bottom: 0;
    margin-left: 1rem;
    padding: 7px 20px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.lower-alpha ul>ul>li {
    list-style-type: lower-alpha;
}

.merchant-services-centered {
    text-align: center;
    margin: 0 0 30px;
    border: 2px solid #555555;
    padding: 1rem;
}

@media only screen and (min-width: 1250px) {
    .nav-primary .genesis-nav-menu>li>a,
    .nav-primary .genesis-nav-menu>li>a>span>svg {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
    }

    body.home .font-page-announcement {
        display: block;
        z-index: 99;
        position: absolute;
        top: 182px;
        width: 325px !important;
        right: 0;
        background: #f69d05;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    }

    body.home .fp1-announcement {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 1rem 0rem;
    }

    body.home .fp1-announcement p {
        margin-bottom: 5px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    }

    body.home .fp1-announcement .announcement-button {
        background: #13b2a4;
        margin-bottom: 5px;
        padding: 7px 20px;
        color: #fff;
        font-weight: 600;
        line-height: 23px;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    }

    body.home .fp1-announcement .announcement-button:hover {
        filter: brightness(108%);
        color: #fff;
        background: #13b2a4;
    }
}

.mobile-only-widget {
    display: none;
}

@media only screen and (max-width: 860px) {
    .mobile-only-widget {
        display: block !important;
    }

    body.home .mobile-only-widget .fp1-announcement {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        padding: 1rem 0rem;
        background: #f69d05;
        border-radius: 4px;
    }

    body.home .mobile-only-widget .fp1-announcement .announcement-button {
        padding: 5px 20px;
    }

    .wp-custom-logo .custom-logo-link {
        line-height: 40px;
        height: 40px;
    }

    /* .wp-custom-logo .title-area {
        padding: 15px 0;
    } */

    .site-header .widget-area {
        padding: 18px 0 10px;
    }

    .site-header .menu-toggle {
        margin: 0 auto 5px;
        font-size: 1.6rem;
    }

    .menu-toggle svg {
        vertical-align: top;
    }
}


/*new staging site css*/

@media print {

    header,
    #genesis-footer-widgets,
    footer {
        display: none !important;
    }
}


/*! Archive page template
--------------------------------------------- */

.page-template-page_archive h2 {
    font-size: 24px;
    font-size: 2.4rem;
}


/*! 404 Error page
--------------------------------------------- */

.error404 .entry-content .search-form {
    margin-bottom: 30px;
}

.error404 .entry-content .search-form input[type="submit"] {
    margin-top: 10px;
}


/*! Topbar styling
--------------------------------------------- */

.site-topbar {
    background: #fff;
    border-bottom: 1px solid #e6e9ed;
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
    line-height: normal;
    height: auto;
    text-align: center;
    display: none;
}

.site-topbar .top-bar-search > .widget-wrap {
    width: 100%;
}

@media only screen and (min-width: 860px) {
    .desktop-only {
        display: block;
    }

    .site-topbar {
        display: block;
        /* height: 60px; */
        /* line-height: 60px; */
        overflow: hidden;
        text-align: left;
    }
        .site-topbar .widget_nav_menu {
            flex: 7 !important;
                margin-left: 0;
        }
}

.site-topbar .widget {
    float: left;
}

/* @media only screen and (min-width: 860px) {
    .site-topbar .widget {
        margin-left: 2.564102564102564%;
        width: 48.717948717948715%;
    }

    .site-topbar .widget:nth-of-type(2n+1) {
        margin-left: 0;
        text-align: left;
        float: left;
    }

    .site-topbar .widget:nth-of-type(2n+2) {
        text-align: right;
        float: right;
    }

    .site-topbar .widget {
        flex: 5;
    }

    .site-topbar .top-bar-search {
        display: flex;
            flex: 4;
            margin-left: 2.5rem !important;
            align-items: center;
            width: 100%;
    }
} */

.site-topbar a {
    color: #555;
}

.site-topbar a:hover {
    color: #ff6c3a;
}

.site-topbar li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-weight: 600;
}

.site-topbar i {
    padding: 0 6px 0 0;
}

.pfy-box--content hr {
    margin: 0.5em 0;
}


/*! ## Portfolio Widget
--------------------------------------------- */

.featured-portfolio .entry {
    margin-bottom: 30px;
    padding: 0;
}

.featured-portfolio .entry .entry-title {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0;
    padding: 0 30px;
    text-align: center;
}

.featured-portfolio .entry .entry-content {
    padding: 0 30px;
}

.featured-portfolio .entry .entry-meta {
    padding: 0 30px;
    margin-bottom: 15px;
}

.featured-portfolio .entry .entry-thumbnail {
    position: relative;
    margin: 0;
    width: 100%;
}

.featured-portfolio .entry .entry-thumbnail img {
    vertical-align: middle;
    margin-bottom: 0;
    width: 100%;
}

.featured-portfolio .entry .entry-thumbnail:after {
    background: #ff6c3a none repeat scroll 0 0;
    content: "\f105";
    border-radius: 50%;
    color: #fff;
    font-family: fontawesome;
    font-size: 24px;
    font-size: 2.4rem;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.featured-portfolio .entry .entry-thumbnail:hover:after {
    opacity: 1;
}


/*! Portfolio archive
--------------------------------------------- */

.genesis-pro-portfolio .entry {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 860px) {
    .genesis-pro-portfolio .entry {
        float: left;
        width: 31.623931623931625%;
        margin-left: 2.564102564102564%;
        padding: 0;
    }

    .genesis-pro-portfolio .entry:nth-of-type(3n+1) {
        margin-left: 0px;
        clear: both;
    }
}

.genesis-pro-portfolio .entry .entry-title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    padding: 20px;
}

.genesis-pro-portfolio .entry .entry-content {
    padding: 0;
}

.genesis-pro-portfolio .entry .portfolio-featured-image {
    position: relative;
    display: block;
}

.genesis-pro-portfolio .entry .portfolio-featured-image img {
    vertical-align: middle;
    margin: 0;
    width: 100%;
}

.genesis-pro-portfolio .entry .portfolio-featured-image:after {
    background: #ff6c3a none repeat scroll 0 0;
    content: "\f105";
    border-radius: 50%;
    color: #fff;
    font-family: fontawesome;
    font-size: 24px;
    font-size: 2.4rem;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.genesis-pro-portfolio .entry .portfolio-featured-image:hover:after {
    opacity: 1;
}


/*! # Simple Social Icons
---------------------------------------------------------------------------------------------------- */

.simple-social-icons {
    overflow: hidden;
}

.simple-social-icons ul {
    margin: 0;
    padding: 0;
}

.simple-social-icons ul li {
    background: none !important;
    border: none !important;
    float: left;
    list-style-type: none !important;
    margin: 2px 4px !important;
    padding: 0 !important;
}

.simple-social-icons ul li:before {
    content: "";
    left: auto;
    padding: 0;
}

.simple-social-icons ul li a {
    border: none !important;
    box-sizing: content-box;
    display: inline-block;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    height: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
    width: 1em;
}

.simple-social-icons ul li a:focus {
    outline: 1px solid #ddd !important;
}

.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}


/*! Topbar Social Icons */

@media only screen and (min-width: 860px) {
    .site-topbar .simple-social-icons {
        float: none;
        text-align: center;
    }
}

.site-topbar .simple-social-icons ul li {
    float: none;
}

.site-topbar .simple-social-icons li a,
.site-topbar .simple-social-icons li a:hover,
.site-topbar .simple-social-icons li a:focus {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 11px 10px;
    text-align: center;
}

.site-topbar .simple-social-icons li a:focus {
    outline: 1px solid #ddd !important;
}


/*! Sidebar Social Icons */

.sidebar .simple-social-icons li a:focus {
    outline: 1px solid #ddd !important;
}

.site-container {
    overflow-x: hidden;
}


/* ------end 321 css---------- */


/*! # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title>a:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }

    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}

.tribe_events.entry {
    border-top: 0;
    box-shadow: none;
}

.image-highlight {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.21);
    border-radius: 2px;
    width: 100%;
    margin: 0 0 1rem;
    height: 400px;
    object-fit: cover;
}

.careers-featured-box {
    background: #b2d0b8;
    border-radius: 3px;
    padding: 2rem 3rem;
    box-shadow: 0px 7px 20px -8px rgba(0, 0, 0, 0.35);
    margin: 0 0 5rem;
}

.careers-featured-box--title {
    font-weight: 700;
    font-size: 2.7rem;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 2px solid #789a77;
}

body aside .gform_wrapper .top_label div.ginput_container.ginput_recaptcha {
    overflow: hidden;
    border-right: 1px solid #d0d0d0;
    border-radius: 0 3px 3px 0;
}

p.bwalignr.bwcellpmargin {
    text-align: right;
    margin: 0;
}

p.bwalignl.bwcellpmargin {
    text-align: left;
    margin: 0;
}

.bwalignc,
p.bwcellpmargin.bwalignc {
    text-align: center;
}

.bwsinglebottom {
    border-bottom: solid black 1pt;
}

.bwdoublebottom {
    border-bottom: double black 2.25pt;
}


/*new homepage css revision 1*/

.home .site-inner {
    margin-top: 65px;
    margin-top: 0;
}

section#media_image-2 img {
    height: 100%;
    width: 100%;
}

section#media_image-2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 422px;
    width: 60%;
    z-index: 0;
}

.front-page-1 .widget:nth-of-type(1) {
    position: relative;
    z-index: 1;
}

.home .front-page-1 {
    background-color: #fff;
    /* height: 390px; */
    overflow: hidden;
}

.image-section {
    height: 100%;
}

.front-page-1 .image-section>.wrap {
    padding: 0 0 0 4px;
    display: flex;
    align-items: center;
    height: 100%;
}

.front-page-1 .overlay {
    display: none !important;
}

.front-page-1 .widget h1 {
    font-weight: 600;
    font-size: 42px;
}

.front-page-1 .widget h1,
.front-page-1 .widget .fp1-text-section {
    color: #353535;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.front-page-1 .widget:nth-of-type(1) {
    max-width: 500px;
}

.home .front-page-1 {
    background-color: #fff;
    /* height: 550px; */
    overflow: hidden;
}

section#media_image-2 {
    background-image: url(../../uploads/2021/06/fvcbank-hero-master-v3.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    position: relative;
}

section#media_image-2 img {
    display: none;
}


/*inner pages styling */

html body {
    background-color: #fff;
}

.service-page .entry {
    background-color: #fff;
    border-top: none;
    box-shadow: none;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 0;
}

.service-page-header {
    display: flex;
    align-items: center;
    background-color: #4c7836;
    margin-bottom: 6rem;
    color: #fff;
}

.service-page-header h1 {
    color: #fff;
    margin-bottom: 1rem;
}

.service-page-section--left {
    flex: 1 1 80%;
    padding: 3rem 0 3rem 6rem;
    border-radius: 0;
}

.service-page-section--right {
    flex: 1 1 400px;
    min-width: 400px;
    display: flex;
}

.service-page .entry-content {
    padding: 0 0;
}

.service-page-content {
    padding: 0 2rem;
}

a.button.white.outline {
    box-shadow: inset 0 0px 0px 2px #fff;
    background-color: transparent;
}

a.button.white.outline:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.service-page .site-header {
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.1);
}

.service-page-section.service-page-section--right {
    align-self: stretch;
}

/*new service page sidebars*/

.fvc-sidebar-nav,
.hours-cta,
.community-cta {
    background: #fff;
    padding: 21px 24px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2), 0px 0px 1px 1px rgb(140 140 140 / 60%);
    border: solid lightgrey 1px;
    box-shadow: -20px 0px 49px -19px rgba(0, 0, 0, 0.23);
    margin: 0rem 1rem 4rem 1rem;
    color: #1f1f1f;
    text-align: left;
    border-radius: 1px;
}

.fvc-sidebar-nav h3,
.hours-cta h3,
.community-cta h3 {
    color: #4c7836;
    text-align: left;
    margin-bottom: 12px;
}

.fvc-sidebar-nav li {
    margin-bottom: 0;
    padding: 0;
}

.fvc-sidebar-nav li a {
    background: transparent;
    padding: 4px 3px;
    border-radius: 0;
    display: block;
    color: #1f1f1f;
    box-shadow: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    font-size: 1.8rem;
}

.fvc-sidebar-nav li a:hover {
    filter: none;
    box-shadow: none;
}


/*.service-page .entry-content h3:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(9 149 137 / 21%);
}*/

.service-page .entry-content h3 {
    padding-top: 15px;
    position: relative;
}


/*general page settings change*/

.entry {
    background-color: #fff;
    border-top: none;
    box-shadow: none;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 0;
    margin-top: 0;
}

.entry-header .entry-title {
    margin: 0px 0 35px;
}

.entry-content>p>img {
    margin: 0 auto 24px 0;
}

.site-inner {
    margin-top: 25px;
}


/*front page changes */

.front-page-1 .widget h1 {
    font-size: 58px;
    font-weight: 900;
}

.wp-custom-logo .custom-logo-link img {
    width: 230px;
    max-height: none;
}

@media (min-width: 1024px) {
    .site-header .genesis-nav-menu>li:not(.stacked) svg {
        margin-right: 7px;
    }
}

.site-header .genesis-nav-menu>li.stacked>a>span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
}

/* .site-header .genesis-nav-menu>li.stacked.first-stack {
    /-* border-left: 1px solid #dcdcdc; *-/
    padding-left: 0;
    margin-left: 1rem;
} */

.site-header {
    background-color: #fff;
    box-shadow: 0 6px 9px rgb(0 0 0 / 6%);
    z-index: 100;
    position: relative;
}

ul#menu-header-menu {
    display: flex;
    align-items: stretch;
}


/*sprint 1 2/19/21*/

.genesis-nav-menu .menu-item.stacked:hover {
    position: relative;
}

.stacked.menu-item.menu-item-has-children a:after {
    display: none;
}

.stacked.menu-item.menu-item-has-children .sub-menu {
    right: 0;
}

/* @media (min-width: 1201px) {
    .site-header .genesis-nav-menu>li.stacked.first-stack {
        margin-left: 10rem;
    }
} */


/*sprint 3/2/2021*/

.entry-content .address-block .address-block--heading {
    font-size: 2.4rem;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0;
}

.entry-content .address-block .address-block--heading:not(:first-of-type) {
    margin-top: 30px;
}

.pfy-widget {
    background: #fff;
    padding: 21px 24px;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 20%), 0px 0px 1px 1px rgb(140 140 140 / 60%);
    border: solid lightgrey 1px;
    box-shadow: -20px 0px 49px -19px rgb(0 0 0 / 23%);
    margin: 0rem 1rem 4rem 1rem;
    color: #1f1f1f;
    text-align: left;
    border-radius: 1px;
}

.pfy-widget .widget-title {
    color: #4c7836;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.pfy-widget ul li:not(:last-of-type) {
    margin: 0 0 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
}

.pfy-widget ul li {
    padding-left: 3px;
}

@media (min-width: 860px) {
    .site-header>.wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    .site-header>.wrap:before,
    .site-header>.wrap:after {
        display: none;
    }

    .site-header>.wrap>* {
        float: none;
    }

    .site-header .nav-primary {
        margin-left: 3rem;
        flex: 1;
    }

    /* .site-header .genesis-nav-menu>li.stacked.first-stack {
        margin-left: auto;
    } */
}


/*entry content headings updates*/

.entry-content h2 {
    font-size: 27px;
    font-weight: 600;
}

.entry-content h3 {
    font-size: 27px;
}

.entry-content h4 {
    font-weight: 600;
    font-size: 22px;
    color: #4c7836;
}

span.tooltip {
    font-size: 1.3rem;
    margin-bottom: 0;
    display: inline-block;
    height: auto;
    line-height: 1;
    position: relative;
    top: -6px;
    margin-left: 2px;
}

p.disclosure {
    font-size: 1.5rem;
    color: #616161;
    margin: 0 0 12px;
}

p.disclosure span.tooltip {
    font-size: 10px;
}

.text-center {
    text-align: center !important;
}


/*rates template new css 4.8.21 dsm*/

.page-template-rates_template .entry-content svg {
    color: #175633;
    font-size: 40px;
    margin: 0 20px 0 8px;
}

.alt-accent-color {
    color: #4c7836 !important;
}

@media (max-width: 860px) {
    .front-page-1 .widget h1 {
        font-size: 4rem;
    }
}

.site-topbar .wrap {
    display: flex;
}

.site-topbar .search-form {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    /* margin-top: 5px; */
}

.site-topbar .search-form input {
    font-size: 1.4rem;
    height: auto;
    line-height: 1;
    padding: 6px 12px;
}

.site-topbar .search-form input[type="submit"] {
    margin-top: 0;
    line-height: 1.2;
    margin-left: 0.5rem;
}


/*loaders*/

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #165633;
    background: -moz-linear-gradient(left, #165633 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #165633 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #165633 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #165633 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #165633 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: -1px;
    left: -1px;
    content: '';
}

.loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.redirect-page-loader {
    background: url('../../uploads/2018/04/Spinner-1s-200px.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 250px;
    color: transparent;
    box-shadow: none;
}

.entry-content ul ul>li {
    list-style-type: circle;
}

@media (max-width: 1200px) {
    .si-top-left {
        display: none;
    }

    .si-top-right.ml-3 {
        margin-left: 3px !important;
    }
}

@media (max-width: 768px) {
    .site-header .genesis-nav-menu>li.stacked>a>span {
        display: block;
        font-weight: 400;
        text-align: left;
        font-size: 1.6rem;
    }

    .site-header .genesis-nav-menu>li.stacked>a>span svg {
        display: none;
    }
}


/*search page css*/

.search .archive-description {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgb(170 170 170);
}

.search a.entry-image-link {
    display: none;
}

.search h2.entry-title {
    padding: 0;
    font-size: 2.3rem;
    margin-bottom: 1.6rem;
}

.search .entry-meta {
    padding: 0 4px;
    margin-bottom: 1rem;
}

.search .entry-content {
    padding: 0 50px 0 5px;
}

.search .entry {
    border-bottom: 1px solid #a2a2a2;
}

.breadcrumb {
    margin-bottom: 20px;
    padding: 0 50px;
}

.service-page-section.service-page-section--right img {
    height: 100%;
    width: auto;
    max-width: none;
}

.service-page-section.service-page-section--right {
    margin-left: 5rem;
}


/*site updates 2/15/22 -dsm*/

body .linkedin svg {
    transform: none;
}

.site-header .mobile-search-form .search-form {
    display: none;
}

.fdic-info {
    max-width: 200px;
}

.site-header .genesis-nav-menu>li.menu-header-search.mobile-search-form:hover,
.site-header .genesis-nav-menu>li.menu-header-search.mobile-search-form:focus {
    background: transparent;
}

@media(max-width: 1023px) {
    body .site-header>.wrap {
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .widget-area.header-widget-area {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .site-header .menu-toggle {
        flex: 1 1 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1rem 0;
    }

    .wp-custom-logo .custom-logo-link img {
        margin: auto;
        vertical-align: middle;
    }

    ul#menu-header-menu {
        flex-direction: column;
        text-align: left;
    }

    .site-header .genesis-nav-menu>li.stacked>a>span svg {
        display: none;
    }

    .site-header .genesis-nav-menu>li.stacked>a>span {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
    }

    .site-header .genesis-nav-menu>li.mobile-first {
        order: -1;
    }

    .nav-primary {
        width: 100%;
    }

    .site-header .mobile-search-form .search-form {
        display: flex;
        padding: 4px 0 0;
    }

    .site-header .mobile-search-form .search-form input[type="submit"] {
        background-color: #4c7836;
        clip: auto;
        height: auto;
        margin: 0;
        position: static;
        width: auto;
        padding: 6px 8px;
        line-height: 1;
        font-weight: 500;
        margin-left: 4px;
    }

    .site-topbar .widget_search {
        display: none;
    }

    .site-header .mobile-search-form .search-form input[type=search] {
        padding: 6px 8px;
        line-height: 1;
    }

    .mobile-cta-dropdown {
        margin-top: 0;
        margin-right: 2rem;
    }

    .site-header .genesis-nav-menu>li.menu-header-search.mobile-search-form {
        display: block;
        width: 100%;
    }

    .site-header .mobile-search-form .search-form {
        display: flex;
        padding: 0;
        float: none;
        max-width: 100%;
        margin: 3rem auto 0;
    }

    body .site-header>.wrap {
        padding: 0 5%;
    }

    .site-header .widget-area {
        padding: 18px 0 10px;
        margin: 0 auto;
    }

    .widget-area.header-widget-area {
        margin: 0 auto;
        display: block;
        padding: 0;
    }

    .mobile-cta-dropdown {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .title-area {
        width: 100%;
        text-align: center;
    }

    .footer-widgets .widget-area.footer-widget-area {
        display: none;
    }

    .footer-widgets .widget-area.footer-widgets-1.footer-widget-area {
        display: block;
        width: 100%;
    }

    .service-page-section.service-page-section--right {
        display: none;
    }

    .service-page-section--left {
        flex: 1 1 100%;
        padding: 3rem 3vw;
    }
    
    .desktop-only {
        display: none !important;
    }
}

@media only screen and (max-width: 860px) {}


/* @media only screen and (max-width: 767px) {
    .linkedin:first-of-type {
        margin-left: 23px;
    }
} */

body .app-download-ctas {
    display: block;
    margin-top: 2rem;
    max-width: 400px;
}

.footer-contact {
    color: hsl(0deg 0% 80%);
}

.footer-widgets li a {
    color: hsl(0deg 0% 80%);
}

.fdic-info {
    max-width: 120px;
    transform: translateX(-12px);
    margin-top: 1rem;
}

h4.app-download-ctas--header {
    color: #fff;
    text-align: left;
    margin-bottom: 1rem;
}

.footer-widgets .widget-area.footer-widget-area {
    width: 23%;
    float: left;
}

@media(min-width: 860px) {
    .site-header>.wrap {
        max-width: 1170px;
        width: 90%;
    }
}

@media (max-width: 1190px) {
    .site-header .nav-primary {
        margin-left: 3rem;
        flex: 1;
    }

    .wp-custom-logo .custom-logo-link img {
        width: 200px;
        margin: 0 auto;
    }
}

@media (max-width: 1023px) {
    .site-header .nav-primary {
        margin-bottom: 3rem;
    }
}

/*** ACM CSS ***/

.home-mortgage-sidebar-ctas {
    text-align: center;
}

.home-mortgage-sidebar-ctas .button {
    display: block;
    font-weight: 600;
}

span.or-seperator {
    display: block;
    margin: 1rem 0;
    text-transform: uppercase;
}

.button.green-outline {
    border: 2px solid #4c7836;
    background: transparent;
    color: #4c7836;
    text-shadow: none;
}

.service-page .entry-content h3 {
    padding-top: 15px;
    position: relative;
}

.home-mortgage-sidebar--logo {
    display: block;
}

.community-cta.acm-theme h3 {
    color: #0135bc;
    margin-top: 15px;
}

.acm-theme .button {
    background: #0135bc;
}

.acm-theme-page .entry-content h2 {
    color: #0035bc;
}

.acm-theme-page .entry-content h4 {
    color: #0035bc;
}

.acm-theme-page .entry-content a:not(.button) {
    color: #0035bc;
}

.acm-theme-page .entry-content .button {
    background: #0035bc;
}

.table.table-centered {
    text-align: center;
}

.table.table-centered td {
    text-align: center;
}

.table.table-centered th {
    text-align: center;
}

ul.job-postings-list {
    margin-left: 0;
}

ul.job-postings-list li {
    list-style: none;
}

ul.job-postings-list li a {
    display: block;
    border: 2px solid rgb(28 86 50 / 70%);
    border-left: 3px solid #FAB92D;
    margin: 2rem 0;
    padding: 1rem 2rem;
    list-style: none;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0px 4px 12px -3px rgb(0 0 0 / 15%);
}

body.page.careers-page .service-page-content {
    padding: 0;
}

.careers-main section {
    display: block;
    padding: 0 0 8rem;
}

.careers-main section.values {
    padding: 0 0 3rem;
}

.careers-main section.values>.section-values--inner {
    padding: 2rem 0 0;
}

.careers-main section.values>.section-values--inner.gray-bg {
    background: linear-gradient(to bottom, #e9ebe9 0%, #f1f3f1 100%);
    padding: 7rem 0;
    margin: 5rem 0;
    border: 1.5px solid #e9e9e9;
    border-left: none;
    border-right: none;
}

.careers-main section.employee-benefits {
    padding-top: 4rem;
}

.careers-heading {
    text-align: center;
    margin: 0px 0 2rem;
}

.job-postings--content .careers-heading {
    text-align: left;
}

.careers-heading h2 {
    font-size: 3rem;
}

body.page.careers-page .site-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.page.careers-page .service-page-header {
    margin-left: 5%;
    margin-right: 5%;
}

body.page.careers-page .careers-main>section.values .values-row {
    padding-left: 5%;
    padding-right: 5%;
}

@media only screen and (min-width: 860px) {

    body.page.careers-page .service-page-header,
    body.page.careers-page .careers-main>section>.wrap,
    body.page.careers-page .careers-main>section.values .values-row {
        max-width: 800px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .careers-main section {
        display: block;
        padding: 0 2rem 8rem;
    }

    .careers-main section.values {
        padding: 0 0 8rem;
    }

    .careers-main section.values>.section-values--inner {
        padding: 7rem 2rem 0;
    }

    .careers-main section.values>.section-values--inner.gray-bg {
        padding: 7rem 2rem;
    }
}

@media only screen and (min-width: 1024px) {

    body.page.careers-page .service-page-header,
    body.page.careers-page .careers-main>section>.wrap,
    body.page.careers-page .careers-main>section.values .values-row {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {

    body.page.careers-page .service-page-header,
    body.page.careers-page .careers-main>section>.wrap,
    body.page.careers-page .careers-main>section.values .values-row {
        max-width: 1170px;
    }
}

@media (max-width: 767px) {
    section.job-postings .job-postings--content {
        margin-bottom: 5rem;
    }
}

.value-item {
    opacity: 0;
    display: block;
    text-align: center;
    margin: 2rem 0;
}

.value-item--icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 75px;
    background: #62a045;
    color: #fff;
    border-radius: 50%;
    font-size: 3.5rem;
    margin: 0 0 2rem;
}

h4.value-item--title {
    color: #222;
    font-size: 2.4rem;
}

.value-item-copy p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: #444;
}

.join-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "main-image main-image secondary-image-one secondary-image-one"
        "main-image main-image secondary-image-two secondary-image-two";
}

.join-grid--main-image {
    grid-area: main-image;
}

.join-grid img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.join-grid--secondary-image-one {
    grid-area: secondary-image-one;
}

.join-grid--secondary-image-two {
    grid-area: secondary-image-two;
}

.eb-item {
    display: block;
    margin: 2rem 1rem 4rem;
}

.eb-item--icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.eb-item--icon svg {
    font-size: 2.8rem;
    color: #62a045;
    margin-right: 0.5rem;
}

.eb-item--text {
    color: #555;
    font-weight: 500;
    font-size: 1.8rem;
}

.sidebar .personal-cd-cta--cta {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    margin-top: 3rem;
}

.sidebar .personal-cd-cta--cta a.button {
    width: 100%;
    text-align: center;
    transition: 0.2s ease all;
}

.sidebar .personal-cd-cta--cta a.button:hover {
    opacity: 0.92;
}

@media (max-width: 1199px) {
    .sidebar .personal-cd-cta--cta {
        flex-direction: column;
    }
}

.nav-primary li.stacked.menu-item-type-custom svg[data-fa-pseudo-element="::after"] {
    display: none;
}

/*** New Homepage Update CSS ***/

body.dark-header header.site-header {
    background-color: #1c5632;
}

body.dark-header .site-header .nav-primary {
    background: #1c5632;
}

body.dark-header .nav-primary .genesis-nav-menu>li>a {
    color: #fff;
}

body.dark-header .site-header .genesis-nav-menu>li:hover {
    background: #4B7637;
}

body.dark-header .site-header .genesis-nav-menu>li>a:hover {
    color: #fff !important;
}

h2.lightning-lending-header {
    font-size: 4.2rem;
    font-weight: 900;
    color: #1a5632;
    text-shadow: none;
}

.fp-dark-content-section h2 {
    font-size: 4.2rem;
    font-weight: 900;
    color: #1c5632;
    text-shadow: none;
}

.fp-dark-content-section h3 {
    font-weight: 900;
    text-shadow: none;
    margin-bottom: 1rem;
}

span.fp-accent {
    font-size: 4.2rem;
    font-weight: 900;
    color: #1c5632;
}

@media (min-width: 1200px) {
    .fp-dark-content-section {
            min-width: 1000px;
        }
}

p.service-page-header--copy a {
    color: #fff;
    font-weight: 600;
}

/* 8/28/23 */

body .front-page-7 h2 {
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    margin: 2rem 0 5rem;
}

body .featured-resource-boxes > .gb-layout-column-wrap {
    display: flex;
    gap: 3rem;
}

body .featured-resource-box {
background-color: #fff;
    padding: 30px;
    border-radius: 2px;
    border: 2px solid #ddd;
    border-radius: 3px;
    box-shadow: 0px 3px 7px -2px rgb(0 0 0 / 20%);
}

body .featured-resource-box .featured-resource-box--inner h3 a {
    color: #363f48;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 25px;
    transition: 0.25s ease-in-out all;
}

body .featured-resource-box .featured-resource-box--inner h3 a:hover {
    color: #4c7836;
}

body .featured-resource-box .featured-resource-box--inner p {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0;
}

body .featured-resource-box .featured-resource-box--cta {
    margin: 30px 0 0;
}

body .featured-resource-box .featured-resource-box--cta a.button {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    font-size: 2rem;
    margin: 0;
    transition: 0.25s ease-in-out all;
}

body .featured-resource-box .featured-resource-box--cta a.button:hover {
    filter: brightness(1.1);
}

@media (max-width: 991px) {
    body .front-page-7 h2 {
        font-size: 3.2rem;
        margin: 0 0 3rem;
    }

    body .featured-resource-boxes > .gb-layout-column-wrap {
        flex-direction: column;
    }
}

.landing-page.migrated-page .site-inner {
    max-width: 100%;
}

.landing-page.migrated-page header.entry-header {
    display: none;
}

/* 8/30/23 */

body .location-container > .gb-layout-column-wrap {
    display: flex;
    align-items: center;
    gap: 3rem;
}

body .location-container p {
    margin: 0 0 2rem;
}

body .location-container > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
    flex: 1 1 calc(100% * (5 / 12));
}

body .location-container > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
    flex: 1 1 calc(100% * (7 / 12));
}

body.single-branch .location-container > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
    flex: 1 1 calc(100% * (1 / 3));
}

body.single-branch .location-container > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
    flex: 1 1 calc(100% * (2 / 3));
}

body.single-branch.tto-location-page .entry-content h2 {
    font-size: 2.7rem;
    font-weight: 600;
    margin: 0 0 2rem;
}

body.single-branch.tto-location-page .entry-content h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

body.single-branch.tto-location-page .entry-content .address-block p,
body.single-branch.tto-location-page .entry-content .address-block a {
    font-size: 2rem;
}

body.single-branch.tto-location-page .entry-content .address-block a {
    color: #4c7836;
}

body.single-branch.tto-location-page .entry-content .address-block a:hover {
    color: #000;
    opacity: 1;
}

body.single-branch.tto-location-page .entry-content .address-block svg {
    color: #333;
    font-size: 2rem;
    padding: 0.7rem 0 0;
}

body .has-text-align-center {
    text-align: center;
}

body .banking-product-boxes .gb-block-layout-column-inner {
    width: 100%;
    height: 100%;
}

body .banking-product-box {
    display: block;
    width: 100%;
    height: calc(100% - 2em);
    margin: 2em 0 0;
    text-align: center;
}

body .banking-product-box .banking-product-box--link {
    background-color: #2d5436;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 4rem;
}

body .banking-product-box .banking-product-box--link:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

body .banking-product-box .banking-product-box--icon {
    margin: 0 0 1.5rem;
}

body .banking-product-box .banking-product-box--icon svg {
    color: #fff;
    font-size: 7rem;
}

body .entry-content .banking-product-box .banking-product-box--heading {
    margin: 0 0 1.9rem;
}

body .entry-content .banking-product-box .banking-product-box--heading h3 {
    color: #fff;
    font-size: 2.2rem;
    margin: 0;
}

body .entry-content .banking-product-box .banking-product-box--copy {
    margin: 0 0 2.2rem;
}

body .entry-content .banking-product-box .banking-product-box--copy p {
    color: #fff;
    font-size: 1.6rem;
    margin: 0;
}

body .banking-product-box .banking-product-box--cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin: auto 0 0.5rem;
}

body.single-branch .entry-content .wp-block-image {
    display: flex;
    justify-content: center;
    margin: 0;
}

body.single-branch .top-section {
    margin: 4rem 0 8rem;
}

body.single-branch .top-section p:last-of-type {
    margin: 0;
}

body.single-branch .top-section > .gb-layout-column-wrap {
    display: flex;
    gap: 5rem;
}

body.single-branch .top-section > .gb-layout-column-wrap > .gb-block-layout-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.single-branch .top-section > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
    flex: 1 1 60%;
}

body.single-branch .top-section > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
    flex: 1 1 40%;
}

body.single-branch .services-section {
    margin: 0 0 8rem;
}

body.single-branch .testimonials-section {
    margin: 0 0 11rem;
}

body.single-branch .video-testimonials .gb-block-layout-column {
    margin: 2em 0 0;
}

body.single-branch .video-testimonials .gb-block-layout-column-inner {
    aspect-ratio: 16 / 9;
}

body.single-branch .video-testimonials .gb-block-layout-column-inner iframe {
    max-height: 100%;
}

body.single-branch .info-section {
    margin: 0 0 10rem;
}

body.single-branch .info-section .location-container {
    margin: 6rem 0 0;
}

body.single-branch .info-section .branch-hours {
    position: relative;
    margin: 8rem 0 6rem;
    padding: 5rem 0;
    border: 2px solid #e4e4e4;
    border-left: none;
    border-right: none;
}

body.single-branch .info-section .branch-hours:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    left: calc((100% + 4rem) * (1 / 3));
    border-left: 2px solid #e4e4e4;
}

body.single-branch .info-section .branch-hours > .gb-layout-column-wrap {
    gap: 8rem;
}

body.single-branch .info-section .branch-hours p {
    margin: 2rem 0 0;
}

body.single-branch .info-section .contact-section > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
    width: 50%;
}

body.single-branch .info-section .contact-section p {
    margin: 0;
}

body .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
    display: none;
}

body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    margin: 0;
    font-weight: 600;
    transition: 0.25s ease-in-out all;
}

body .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
    filter: brightness(1.1);
}

@media (max-width: 991px) {
    body.single-branch .info-section .branch-hours {
        padding: 0;
        border: none;
    }

    body.single-branch .info-section .branch-hours:before {
        display: none;
    }

    body.single-branch .info-section .branch-hours > .gb-layout-column-wrap,
    body.single-branch .info-section .contact-section > .gb-layout-column-wrap {
        display: flex;
    }

    body.single-branch .info-section .branch-hours > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type .gb-layout-column-wrap {
        display: block;
    }

    body.single-branch .info-section .contact-section > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
        width: 100%;
    }

    body.single-branch .info-section .branch-hours p {
        text-align: left;
    }

    body.single-branch .video-testimonials {
        margin: 4rem 0 0;
    }

    body.single-branch .video-testimonials .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    body.single-branch .video-testimonials .gb-block-layout-column {
        margin: 0;
        text-align: center;
    }

    body.single-branch .video-testimonials .gb-block-layout-column-inner {
        aspect-ratio: unset;
    }
}

@media (max-width: 859px) {
    .breadcrumb {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    body.single-branch .top-section > .gb-layout-column-wrap,
    body.single-branch .banking-product-boxes > .gb-layout-column-wrap,
    body .location-container > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    body.single-branch .info-section {
        margin: 0 0 8rem;
    }

    body.single-branch .banking-product-boxes {
        margin: 4rem 0 0;
    }

    body .banking-product-box {
        height: 100%;
        margin: 0;
    }
}

@media (max-width: 649px) {
    body.single-branch .has-text-align-center:not(.center-mobile) {
        text-align: left;
    }
    
    body.single-branch .info-section .branch-hours > .gb-layout-column-wrap,
    body.single-branch .info-section .contact-section > .gb-layout-column-wrap {
        flex-direction: column;
        gap: 6rem;
    }
}

/*** Videos ***/

.video {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 0 3rem;
}

.video--embed a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.video--embed a:before {
    content: '\f167';
    display: none;
    font-weight: 900;
    font-family: 'Font Awesome 6 Brands';
}

.video--embed a:after {
    content: '';
    aspect-ratio: 1 / 1;
    background-color: #fff;
    position: absolute;
    display: block;
    width: 8%;
    height: auto;
    top: auto;
    left: auto;
    border-radius: 50px;
    filter: brightness(0.9);
    transition: 0.25s ease-in-out filter;
    z-index: 2;
}

.video--embed a:hover:after {
    filter: none;
}
.video--embed a svg {
    aspect-ratio: 1 / 1;
    position: absolute;
    width: 21%;
    height: auto;
    top: auto;
    left: auto;
    color: #ea3323;
    filter: brightness(0.9);
    transition: 0.25s ease-in-out filter;
    z-index: 3;
}

.video--embed a:hover svg {
    filter: none;
}

.video--embed a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video--title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
}

.single-video {
    display: block;
    margin: 0 0 3rem;
}

.single-video--title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
}

section#front-page-3 .flexible-widgets.widget-area .widget:nth-of-type(1) {
    max-width: 100%;
    margin: 0;
}

section.featured-videos {
    margin-bottom: 3rem;
}

.fp-featured-videos {
    margin: 1rem 0;
    padding: 1rem 0;
}

h2.fp-featured-videos--header {
    margin-bottom: 4rem;
    font-weight: 600;
}

.featured-videos--featured-video,
.featured-videos--list-video {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.featured-videos--featured-video--title {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
}

.featured-videos--featured-video--embed,
.featured-videos--list-video--embed {
    display: block;
}

.featured-videos--featured-video--embed a,
.featured-videos--list-video--embed a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.featured-videos--featured-video--embed a:before,
.featured-videos--list-video--embed a:before {
    content: '\f167';
    display: none;
    font-weight: 900;
    font-family: 'Font Awesome 6 Brands';
}

.featured-videos--featured-video--embed a:after,
.featured-videos--list-video--embed a:after {
    content: '';
    aspect-ratio: 1 / 1;
    background-color: #fff;
    position: absolute;
    display: block;
    width: 8%;
    height: auto;
    top: auto;
    left: auto;
    border-radius: 50px;
    filter: brightness(0.9);
    transition: 0.25s ease-in-out filter;
    z-index: 2;
}

.featured-videos--featured-video--embed a:hover:after,
.featured-videos--list-video--embed a:hover:after {
    filter: none;
}

.featured-videos--featured-video--embed a svg,
.featured-videos--list-video--embed a svg {
    aspect-ratio: 1 / 1;
    position: absolute;
    width: 21%;
    height: auto;
    top: auto;
    left: auto;
    color: #ea3323;
    filter: brightness(0.9);
    transition: 0.25s ease-in-out filter;
    z-index: 3;
}

.featured-videos--featured-video--embed a:hover svg,
.featured-videos--list-video--embed a:hover svg {
    filter: none;
}

.featured-videos--featured-video--embed a img,
.featured-videos--list-video--embed a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-videos--featured-video-container {
    display: block;
    padding: 0 2rem;
}

.featured-videos--list {
    display: block;
    padding: 0 2rem;
}

section#front-page-7 {
    background-color: #fff;
}

.fp-featured-videos--cta a {
    font-size: 1.8rem;
    font-weight: 600;
}

.text-light {
    color: #fff;
}

.text-dark {
    color: #333;
}

.has-overflow ul.sub-menu {
    overflow: scroll;
    max-height: 400px;
}

/* FDIC logo edits */

.search-widget {
	position: relative;
}

.search-widget[data-search-type="menu"] .search-widget--form {
    position: absolute;
	min-width: 300px;
    top: -1px;
    right: calc(100% + 3rem);
    pointer-events: none;
	opacity: 0;
    transition: 0.25s ease-in-out opacity;
    z-index: -99;
}

.search-widget[data-search-type="menu"][data-menu-active="true"] .search-widget--form {
	pointer-events: all;
	opacity: 1;
	z-index: 99;
}

@media (min-width: 1300px) {
    .search-widget[data-search-type="menu"] .search-widget--form {
        pointer-events: all;
        opacity: 1;
        z-index: 99;
    }
}

.search-widget .search-widget--toggle {
    display: flex;
    width: 30px;
    height: 30px;
}

.search-widget .search-widget--toggle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
	transition: 0.25s ease-in-out all;
}

.search-widget .search-widget--toggle span.hide {
	position: absolute;
    top: 0;
    left: 0;
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.show {
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.hide {
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
}

.search-widget .search-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 0.5rem;
	width: 100%;
}

.search-widget .search-form-input {
    flex: 1 1 calc(100% - 0.5rem - 64px);
}

.search-widget .search-form-label {
	flex: 1 1 100%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.search-widget .submit-container {
    flex: 1 1 64px;
    background-color: #4c7836;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 4rem; */
    /* height: 4rem; */
    width: 64px;
    height: 32px;
    border-radius: 3px;
}

.search-widget .submit-container .search-form-cta {
	display: flex;
}

.search-widget .submit-container .search-form-cta p {
    color: #fff;
    margin: 0;
}

.search-widget .submit-container svg {
    color: #fff;
	width: 1.6rem;
    height: 1.6rem;
}

.search-widget .submit-container input[type='submit'] {
	background-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.search-widget input[type='submit'].hidden {
	display: none;
}

.menu {
    transition: 0.25s ease-in-out opacity;
}

.menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.site-topbar > .wrap {
    align-items: center;
    gap: 5rem;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

ul#menu-secondary-menu {
    justify-content: center;
}

.site-topbar > .wrap:before,
.site-topbar > .wrap:after {
    position: absolute;
}

.site-topbar .wp-block-image {
    display: flex;
    margin: 0;
}

.site-topbar .wp-block-image img {
    object-fit: contain;
    object-position: left center;
    width: fit-content;
    max-width: 120px;
    height: fit-content;
    max-height: 50px;
}

.site-topbar .search-widget .search-form .search-form-label {
    background-color: #000;
    position: absolute !important;
    color: #fff;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.site-topbar {
    border-bottom: 0;
    padding: 1rem 0;
}

.wp-custom-logo .custom-logo-link {
    height: fit-content;
    line-height: unset;
}

.site-topbar .header-fdic-logo {
    display: flex;
    width: 100%;
    max-width: 400px;
}

.site-topbar .menu .menu-item a {
    white-space: nowrap;
}

@media (min-width: 1300px) {
    .site-topbar .search-widget[data-search-type="menu"] .search-widget--form {
        position: unset;
        min-width: 250px;
        opacity: 1;
    }

    .site-topbar .search-widget .search-widget--toggle {
        display: none;
    }
}

@media (max-width: 1023px) {
    .site-topbar {
        display: block;
    }

    .site-topbar > .wrap {
        justify-content: center;
    }

    .site-topbar > .wrap > .widget {
        display: none;
    }

    .site-topbar .header-fdic-logo {
        max-width: 500px;
    }

    .wp-custom-logo .title-area {
        padding-bottom: 0;
    }

    .site-header .menu-toggle {
        margin: 2rem 0 2.5rem;
    }
}

@media (max-width: 859px) {
    .site-topbar {
        display: block;
    }

    .site-topbar > .wrap {
        justify-content: center;
    }

    .site-topbar > .wrap > .widget:not(.widget-first) {
        display: none;
    }
}

@media (min-width: 1024px) {
    .footer-widgets {
        padding: 4rem 0;
    }

    .footer-widgets > .wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        row-gap: 4rem;
        column-gap: 2.564102564102564%;
    }

    .footer-widgets > .wrap:before,
    .footer-widgets > .wrap:after {
        position: absolute;
    }

    .footer-widgets .widget {
        margin: 0;
    }

    .footer-widgets .widget-area.footer-widget-area {
        width: 100%;
        margin: 0;
    }

    .footer-widgets .widget-area.footer-widgets-1 {
        grid-row: 1 / span 2;
        grid-column: 1;
    }

    .footer-widgets .widget-area.footer-widgets-2 {
        grid-row: 1;
        grid-column: 2;
    }

    .footer-widgets .widget-area.footer-widgets-3 {
        grid-row: 1;
        grid-column: 3;
    }

    .footer-widgets .widget-area.footer-widgets-4 {
        grid-row: 1;
        grid-column: 4;
    }

    .footer-widgets .widget-area.footer-widgets-5 {
        grid-row: 2;
        grid-column: 2 / span 3;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .footer-widgets .widget-area.footer-widgets-5 .wp-block-image {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 1023px) {
    .footer-widgets .widget-area.footer-widgets-5 {
        display: block;
        width: 100%;
        margin: 2rem 0 0;
    }

    .footer-widgets .widget-area.footer-widgets-5 .wp-block-image {
        max-width: 550px;
        margin: 0;
    }
}