/*!
Theme Name: Her Bank by Legends Bank
Author: Thrive Creative Group, LLC
Author URI: https://thinkthrive.com/
Description: This is a custom theme designed and developed by Thrive Creative Group, LLC for Her Bank by Legends Bank, WordPress - v 5.7
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: her_bank
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Header
	- Navigation
	- Posts and pages
	- Homepage
	- Footer
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Media Queries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', sans-serif;
	color: #231f20;
	margin: 0.25em 0;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
	font-family: 'Raleway', serif;
	text-transform: uppercase;
}

.font-weight-normal {
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	/* margin: 0 1.5em; */
	margin: 0;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	color: #231f20;
}

blockquote p {
	margin-bottom: 0.5em;
}

blockquote cite {
	font-family: 'Raleway', serif;
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

figcaption {
	margin: -10px 0 0 !important;
	padding: 0.5em 1em;
	color: #FFF;
	background-color: #000000;
	text-align: right;
	font-style: italic;
}

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

/* Links
--------------------------------------------- */
a {
	color: #ebb9c5;
	text-decoration: none;
	font-weight: 700;
	transition: color 0.3s;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	color: #231f20;
	/* text-decoration: underline; */
}

a:focus {
	outline: thin dotted;
}

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

.button {
	display: inline-block;
	padding: 0.75em 1.5em;
	font-weight: 700;
	color: #FFF;
	background-color: #ebb9c5;
	border: 3px solid #ebb9c5;
	border-radius: 5px;
	text-decoration: none;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.ghost {
	color: #ebb9c5;
	background-color: transparent;
}

.button:hover {
	color: #FFF !important;
	background-color: #98a1aa !important;
	border-color: #98a1aa;
}

.ghost:hover {
	color: #98a1aa !important;
	background-color: transparent !important;
	border-color: #98a1aa;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
    padding: 0.75em 1.5em;
    font-weight: 700;
    color: #FFF;
    background-color: #ebb9c5;
    border: 3px solid #ebb9c5;
    border-radius: 5px;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #FFF !important;
	background-color: #98a1aa !important;
	border-color: #98a1aa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #231f20;
	border: 3px solid #ebb9c5;
	border-radius: 5px;
	padding: 0.75em 1.5em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #98a1aa;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
.site-header {
	padding: 15px 0;
}

.site-header > .page-wrap {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.custom-logo-link img {
	max-width: 225px;
}

.site-branding .custom-logo-link {
	
}

.site-branding .custom-logo-link img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.social-cta {
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.social-cta .social {
	width: 180px;
	margin-right: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.social-cta .cta .button.ghost {
	margin-right: 15px;
}

.icon-link {
	width: 25px;
	height: 25px;
}

.facebook-icon {
	background-image: url('images/facebook-icon-black.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.instagram-icon {
	background-image: url('images/instagram-icon-black.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.twitter-icon {
	background-image: url('images/twitter-icon-black.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.linkedin-icon {
	background-image: url('images/linkedin-icon-black.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

@media screen and (max-width: 1024px) {
	.site-header > .page-wrap {
		position: relative;
		align-items: flex-start;
	}

	.site-header > .page-wrap .site-branding {
		order: 2;
		/* width: 100%; */
		display: flex;
		justify-content: center;
	}

	.custom-logo-link img {
		max-width: 150px;
	}

	.site-header > .page-wrap .social-cta {
		order: 1;
		width: 100%;
	}

	/* .main-navigation.toggled::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 3px;
    	background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
	} */

	.menu-main-menu-container {
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		width: 100vw;
		padding-top: 25px;
		background-color: #FFF;
	}

	.main-navigation.toggled .menu-main-menu-container {
		z-index: 999;
		box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	}

	.main-navigation.toggled .menu-main-menu-container::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 3px;
    	background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
	}

	.site-header > .page-wrap .main-navigation {
		order: 3;
		width: 50%;
	}

	.social-cta .social {
		width: 150px;
	}

	.social-cta .cta .button {
		padding: 0.25em 0.75em;
	}
}

@media screen and (max-width: 500px) {
	.site-header > .page-wrap .social-cta {
		flex-wrap: wrap;
		justify-content: center;
	}

	.social-cta .social {
		width: 50%;
		margin-right: 0;
	}

	.social-cta .cta {
		width: 100%;
		margin-top: 25px;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: calc(100% - 225px);
	align-self: flex-end !important;
	margin-left: auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul a {
	transition: color 0.3s;
}

.main-navigation ul a:hover {
	color: #ebb9c5;
}

.main-navigation ul li.menu-item-has-children a {
	position: relative;
}

.main-navigation ul li.menu-item-has-children > a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	width: 20px;
	height: 20px;
	background-image: url(images/pink-triangle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	/* left: auto; */
	z-index: 99999;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	/* border-radius: 5px; */
}

.main-navigation.toggled ul ul {
	display: block;
}

.main-navigation.toggle ul ul {
	left: auto;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
	transition: color 0.3s, background-color 0.3s;
}

.main-navigation ul ul a:hover {
	color: #FFF;
	background-color: #ebb9c5;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #231f20;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	background-color: #000;
	border: none;
	font-size: 30px;
}

.main-navigation.toggled ul a {
	text-align: center;
}

.main-navigation.toggled ul li {
	border-top: 1px solid #f3f3f5;
}

.main-navigation.toggled ul li a {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 1.5em;
}

.main-navigation.toggled ul li.menu-item-has-children > a::after {
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 1024px) {
	.main-navigation {
		
		/* display: flex;
		flex-direction: row;
		justify-content: flex-end; */
	}

	.main-navigation .menu-toggle {
		margin-left: auto;
		margin-right: 0;
	}

	.main-navigation ul ul {
		float: none;
		position: relative;
		left: auto;
		/* max-height: 0;
		z-index: 0;
		opacity: 0; */
		justify-content: center;
		box-shadow: none;
	}

	.main-navigation ul ul a {
		width: auto;
		color: #98a1aa;
	}

	/* .main-navigation ul li.focus ul.sub-menu {
		max-height: none;
		z-index: 1;
		opacity: 1;
	} */

	.main-navigation.toggled ul.sub-menu {
		background-color: #f3f3f5;
	}

	.main-navigation.toggled ul.sub-menu li {
		border: none;
	}
}

@media screen and (min-width: 1025px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}

	.main-navigation ul li:last-of-type a {
		padding-right: 0;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

.page-wrap {
	width: 90%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.page .entry-header,
.blog .page-header,
.archive .page-header,
.search .page-header {
	position: relative;
	min-height: 205px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-image: url(images/pagebanner-bg-default.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}

.page .entry-header::before,
.blog .page-header::before,
.archive .page-header::before,
.search .page-header::before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.page .entry-header::after,
.blog .page-header::after,
.archive .page-header::after,
.search .page-header::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.page .entry-header .entry-title,
.blog .page-header .page-title,
.archive .page-header .page-title,
.search .page-header .page-title {
	padding: 0 1em;
	font-size: 50px;
	line-height: 1.15;
	text-align: center;
}

.page .entry-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.5;
}

.page .entry-content > * {
	max-width: 980px;
	width: 90%;
}

.gray-bg {
	background-color: #f3f3f5;
}

.full-width {
	max-width: none !important;
	width: 100% !important;
	padding: 50px 0 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.full-width > * {
	max-width: 980px;
	width: 90%;
}

.page-template-page-our-story article {
	margin-bottom: 0;
}

.page-template-page-our-story .entry-title em {
	font-weight: 400;
}

.profile-container {
	max-width: none !important;
	width: 100% !important;
	padding: 50px 0;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.profile-container-1,
.profile-container-3,
.profile-container-5,
.profile-container-7 {
	background-color: #f3f3f5;
}

.profile-container-2,
.profile-container-4,
.profile-container-6,
.profile-container-8 {
	background-color: #FFF;
}

.profile-container .profile-content {
	max-width: 1280px;
	width: 90%;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.profile-container-2 .profile-content,
.profile-container-4 .profile-content,
.profile-container-6 .profile-content,
.profile-container-8 .profile-content {
	flex-direction: row-reverse;
}

.profile-container .profile-content .image-container {
	width: 290px;
	/* width: auto; */
	/* max-width: 290px; */
	height: 375px;
	margin-top: 12px;
	margin-right: 50px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}

.profile-container-2 .profile-content .image-container,
.profile-container-4 .profile-content .image-container,
.profile-container-6 .profile-content .image-container,
.profile-container-8 .profile-content .image-container {
	margin-left: 50px;
	margin-right: 0;
}

.profile-container .profile-content .image-container img {
	/* width: 100%; */
	/* height: auto; */
	height: 100%;
	width: auto;
	object-fit: cover;
}

.profile-container .profile-content .text-container {
	width: 55%;
}

.profile-container .profile-content .text-container .profile-name,
.profile-container .profile-content .text-container .profile-description {
	margin-top: 0;
	margin-bottom: 0;
}

.profile-container .profile-content .text-container .funfactstitle {
	margin-bottom: 0;
	color: #231f20;
	text-transform: uppercase;
}

.profile-container .profile-content .text-container .profile-funfactslist ul {
	padding-left: 1em;
}

.color-black {
	color: #231f20;
}

.call-to-action-container {
	max-width: none !important;
	width: 100% !important;
	min-height: 500px;
    background-image: url(images/discovery-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.call-to-action-container .text-container {
	max-width: 500px;
	text-align: left;
}

.call-to-action-container .text-container .title {
	text-transform: uppercase;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #98a1aa;
    letter-spacing: 0.1em;
}

.call-to-action-container .text-container .heading {
	margin-top: 0;
    margin-bottom: 0.15em;
    font-size: 42px;
    line-height: 1.15;
}

.call-to-action-container .text-container .heading em {
	font-weight: 400;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	padding: 0.75em 1.5em;
    font-weight: 700;
    color: #FFF;
    background-color: #ebb9c5;
    border: 3px solid #ebb9c5;
    border-radius: 5px;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	border-color: #98a1aa;
}

hr.wp-block-separator {
	height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.blog .site-main > .page-wrap,
.archive .site-main > .page-wrap {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

/* .blog .site-main > .page-wrap .post {

} */

.blog .post,
.archive .post {
	position: relative;
	width: 33%;
	/* margin-top: 1.5em; */
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	transition: box-shadow 0.3s;
}

.blog .post:hover,
.archive .post:hover {
	z-index: 1;
    /* -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 50%); */
    box-shadow: 0 0 8px rgb(0 0 0 / 50%);
}

.blog .post:nth-of-type(even),
.archive .post:nth-of-type(even) {
	background-color: #f3f3f5;
}

.blog .post > .page-wrap,
.archive .post > .page-wrap {
	position: relative;
	max-width: 980px;
	padding-bottom: 1.5em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

/* .blog .post > .page-wrap::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
} */

/* .blog .post:last-of-type() > .page-wrap::after {
	display: none !important;
} */

.blog .post:nth-of-type(even) > .page-wrap,
.archive .post:nth-of-type(even) > .page-wrap {
	flex-direction: row-reverse;
}

.blog .post .entry-header,
.archive .post .entry-header {
	width: 100%;
}

.blog .post .entry-title,
.archive .post .entry-title {
	margin: 0;
	font-size: 24px;
	line-height: 1.15;
}

.blog .post .entry-title a,
.archive .post .entry-title a {
	font-size: 20px;
	text-align: center;
}

.blog .post .image-container,
.archive .post .image-container {
	/* width: 300px; */
	width: 100%;
}

.blog .post .image-container .post-thumbnail,
.archive .post .image-container .post-thumbnail {
	position: relative;
	/* width: 250px;
	height: 225px; */
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog .post .image-container .post-thumbnail .image,
.archive .post .image-container .post-thumbnail .image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.blog .post .image-container img,
.archive .post .image-container img {
	/* width: 250px;
	height: 225px;
	object-fit: cover; */
	width: 100%;
}

.blog .post .entry-content,
.archive .post .entry-content {
	/* width: calc(100% - 300px); */
	margin-top: 0;
	padding: 1em;
}

.blog .post .image-container,
.archive .post .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .blog .post:nth-of-type(even) .image-container {
	display: flex;
	justify-content: flex-end;
} */

.archive .no-results .page-content > .page-wrap,
.search .page-content > .page-wrap {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.single .entry-header {
	position: relative;
    min-height: 205px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url(images/pagebanner-bg-default.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
	font-size: 20px;
}

.single .entry-header::before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.single .entry-header::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.single .entry-header .entry-title {
	text-align: center;
	line-height: 1.15;
}

.single .post {
	padding-bottom: 50px;
	background-color: #f3f3f5;
}

.single .post > .page-wrap {
	position: relative;
	margin-top: 75px;
	background-color: #FFF;
}

.single .post .image-container {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	max-width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
}

.single .post .image-container .post-thumbnail {
	height: 500px;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single .post .image-container .post-thumbnail img {
	height: 500px;
	width: 640px;
	object-fit: cover;
	object-position: center;
}

.single .post .entry-content {
	padding-top: 500px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 50px;
}

.single #post-nothumb-flag > .page-wrap {
	margin-top: 0;
}

.single .image-container.post-nothumb-flag {
	display: none !important;
}

.single .entry-content.post-nothumb-flag {
	padding-top: 50px !important;
}

.error404 .page-title,
.error404 .page-content > .page-wrap,
.search .page-title,
.search .page-content > .page-wrap {
	text-align: center;
}

.error404 .page-content,
.search .page-content,
.search-results .site-main {
	min-height: 300px;
	padding-bottom: 50px;
}

.search-results article > .page-wrap {
	border-bottom: 1px solid #98a1aa;
}

.search-results article:last-of-type > .page-wrap {
	border: none;
}

.search-results .page-header {
	position: relative;
    min-height: 205px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url(images/pagebanner-bg-default.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.search-results .page-header::before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.search-results .page-header::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.search-results .page-title {
	padding: 0 1em;
	font-size: 50px;
	line-height: 1.15;
	text-align: center;
}

.search-results .entry-header {
	min-height: auto;
	background-image: none;
	display: block;
}

.search-results .entry-header::before,
.search-results .entry-header::after {
	display: none;
}

.search-results .entry-header .entry-title {
	font-size: 24px;
	text-align: left;
}

.page-id-56 .wp-block-embed__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.testimonials-template-default article > .entry-content {
	min-height: 300px;
}

.category-nav-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.category-nav-container a {
	margin: 0 10px;
	padding: 1em 0.5em;
}

.current {
	color: #231f20;
}

/* Homepage
--------------------------------------------- */
.metaslider {
	overflow: hidden;
}

.flexslider {
	margin-bottom: 0 !important;
}

.metaslider .caption-wrap {
	background: transparent !important;
	opacity: 1 !important;
	top: 0 !important;
	bottom: 0 !important;
	height: 100%;
	display: flex !important;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.metaslider .caption {
	width: 45%;
	/* max-width: 640px; */
	height: 100%;
	margin-left: 5%;
	padding: 5% !important;
	background-color: #98a1aa;
	line-height: 1.15;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.metaslider .caption > * {
	color: #FFF !important;
}

.metaslider .caption h3 {
	margin-bottom: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
}

.metaslider .caption h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 50px;
}

.metaslider .caption h2 em {
	font-weight: 400;
}

.metaslider .caption .button.ghost {
	color: #ebb9c5 !important;
}

.metaslider .caption .button.ghost:hover {
	color: #FFF !important;
	border-color: #FFF !important;
}

.our-story-container {
	min-height: 400px;
	background-image: url('images/our-story-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.our-story-container > .page-wrap {
	max-width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.our-story-container .heading {
	margin-top: 0;
	margin-bottom: 0.15em;
	font-size: 42px;
	line-height: 1.15;
}

.our-story-container .heading em {
	font-weight: 400;
}

.our-story-container .description {
	line-height: 1.5;
}

.meet-our-bankhers-container {
	min-height: 500px;
	background-image: url('images/meet-our-bankhers-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	/* text-align: left; */
}

.meet-our-bankhers-container > .page-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.meet-our-bankhers-container .content-wrap {
	max-width: 400px;
	text-align: left;
}

.meet-our-bankhers-container .heading {
	margin-top: 0;
	margin-bottom: 0.15em;
	font-size: 42px;
	line-height: 1.15;
}

.meet-our-bankhers-container .heading em {
	font-weight: 400;
}

.meet-our-bankhers-container .description {
	line-height: 1.5;
}

.on-the-blog-container {
	padding: 25px 0;
	background-color: #f3f3f5;
}

.on-the-blog-container .section-title {
	font-size: 50px;
	text-align: center;
}

.on-the-blog-container .section-title em {
	font-weight: 400;
}

.featured-post {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.featured-post-container {
	width: 50%;
	min-height: 460px;
	padding: 25px 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #FFF;
}

.featured-post-container .post-category {
	text-transform: uppercase;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #98a1aa;
    letter-spacing: 0.1em;
}

.featured-post-container .post-title {
	margin-top: 0;
	font-size: 30px;
}

.featured-post-container .post-title a {
	color: #231f20;
	transition: color 0.3s ease;
}

.featured-post-container .post-title a:hover {
	color: #98a1aa;
}

.featured-post-container .text-container .excerpt {
	margin-bottom: 25px;
	line-height: 1.5;
}

.featured-post .featured-image-wrap {
	position: relative;
	width: 60%;
	/* width: 450px;
	height: 300px; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.featured-post .featured-image-wrap::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(235, 185, 197, 0.40);
}

.featured-post .featured-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

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

.post-feed-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.post-feed-container .image-posts-container {
	width: 60%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}

.post-feed-container .image-posts-container .image-post-wrap {
	width: 100%;
	max-width: 300px;
	height: 100%;
	margin: 50px 25px;
	background-color: #FFF;
}

.post-feed-container .image-posts-container .image-post-wrap .text-wrap {
	padding: 25px;
}

.post-feed-container .image-posts-container .image-post-wrap .featured-image-wrap {
	position: relative;
	/* width: 250px;
	height: 225px; */
	width: 300px;
	height: 275px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}

.post-feed-container .image-posts-container .image-post-wrap .featured-image-wrap::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(235, 185, 197, 0.40);
}

.post-feed-container .image-posts-container .image-post-wrap .featured-image-wrap .featured-image {
	/* width: 250px;
	height: 225px; */
	width: 300px;
	height: 275px;
}

.post-feed-container .image-posts-container .image-post-wrap .featured-image-wrap .featured-image img {
	/* width: 250px;
	height: 225px; */
	width: 300px;
	height: 275px;
}

.post-feed-container .image-posts-container .image-post-wrap .text-wrap .post-category,
.post-feed-container .noimage-posts-container .text-wrap .post-category {
	margin: 0;
	text-transform: uppercase;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #98a1aa;
    letter-spacing: 0.1em;
}

.post-feed-container .image-posts-container .image-post-wrap .text-wrap .post-title,
.post-feed-container .noimage-posts-container .text-wrap .post-title {
	line-height: 1.15;
	font-size: 20px;
}

.post-feed-container .image-posts-container .image-post-wrap .text-wrap .post-title a,
.post-feed-container .noimage-posts-container .text-wrap .post-title a {
	font-size: 20px;
	color: #231f20;
    transition: color 0.3s ease;
}

.post-feed-container .image-posts-container .image-post-wrap .text-wrap .post-title a:hover,
.post-feed-container .noimage-posts-container .text-wrap .post-title a:hover {
	color: #98a1aa;
}

.post-feed-container .noimage-posts-container {
	width: 25%;
	margin-left: 5%;
	margin-right: 10%;
}

.post-feed-container .noimage-posts-container .text-wrap {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #98a1aa;
}

.post-feed-container .noimage-posts-container .text-wrap:last-of-type {
	border: none;
}

.read-more {
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: color 0.3s ease;
}

.blog .read-more,
.category .read-more {
	display: block;
}

.read-more:hover,
.category .read-more:hover {
	color: #98a1aa;
}

.discovery-container {
	min-height: 500px;
	background-image: url('images/discovery-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	/* text-align: left; */
}

.discovery-container > .page-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.discovery-container .content-wrap {
	max-width: 500px;
	text-align: left;
}

.discovery-container .section-title {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #98a1aa;
	letter-spacing: 0.1em;
}

.discovery-container .heading {
	margin-top: 0;
	margin-bottom: 0.15em;
	font-size: 42px;
	line-height: 1.15;
}

.discovery-container .heading em {
	font-weight: 400;
}

.discovery-container .description {
	line-height: 1.5;
}

.highlighted-links-container {
	position: relative;
	min-height: 500px;
	background-image: url('images/highlighted-links-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.highlighted-links-container > .page-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1280px;
	height: 3px;
	background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.highlighted-links-container > .page-wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1280px;
	height: 3px;
	background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.highlighted-links-container > .page-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.highlighted-links-container .content-wrap {
	max-width: 700px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.highlighted-links-container .content-wrap .link-wrap {
	max-width: 250px;
	margin: 25px 50px;
	text-align: center;
}

.highlighted-links-container .content-wrap .link-wrap .title {
	font-size: 30px;
	line-height: 1.25;
}

.highlighted-links-container .content-wrap .link-wrap img {
	width: 70px;
	height: auto;
}

.highlighted-links-container .content-wrap .link-wrap .description {
	line-height: 1.5;
}

.highlighted-links-container .content-wrap .link-wrap a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: color 0.3s;
}

.highlighted-links-container .content-wrap .link-wrap a:hover {
	color: #98a1aa;
}

.connect-with-us-container {
	min-height: 650px;
	padding: 50px 0;
	background-image: url('images/connect-with-us-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.connect-with-us-container .content-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.connect-with-us-container .content-wrap > * {
	width: 40%;
}

.connect-with-us-container .image-group-wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}

.connect-with-us-container .image-group-wrap img {
	margin: 10px;
}

.connect-with-us-container .content-wrap .text-wrap {
	padding-left: 10%;
}

.connect-with-us-container .content-wrap .text-wrap .section-title {
	text-transform: uppercase;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #98a1aa;
    letter-spacing: 0.1em;
}

.connect-with-us-container .content-wrap .text-wrap .heading {
	margin-top: 0;
    margin-bottom: 0.75em;
    font-size: 42px;
    line-height: 1.15;
}

.connect-with-us-container .social {
	width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.testimonials-container {
	color: #FFF;
	background-color: #98a1aa;
}

.testimonials-container > .page-wrap {
	position: relative;
	min-height: 265px;
	padding: 25px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.testimonial .thumb-wrap {
	width: 315px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	overflow: hidden;
}

.testimonial .thumb-wrap .thumb {
	position: relative;
	width: 315px;
	height: 315px;
}

.testimonial .thumb-wrap .thumb:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(235, 185, 197, 0.40);
}

.testimonial .text-wrap {
	width: calc(100% - 400px);
	margin-left: auto;
	margin-right: 0;
	padding: 0 100px;
}

.testimonial .excerpt {
	position: relative;
	z-index: 0;
	font-family: 'Playfair Display', sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 2;
}

.testimonial .excerpt::before {
	content: "";
	position: absolute;
	top : -30px;
	left: 50%;
	transform: translateX(-50%);
	height: 30px;
	width: 30px;
	z-index: 1;
	background-image: url(images/open-quotes.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.testimonial .excerpt::after {
	content: "";
	position: absolute;
	bottom : -30px;
	left: 50%;
	transform: translateX(-50%);
	height: 30px;
	width: 30px;
	z-index: 1;
	background-image: url(images/close-quotes.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.testimonial .name {
	margin-top: 50px;
	color: #FFF;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#testimonial-wrap .nav-wrap {
	display: none !important;
}

.disclaimer-container {
	position: relative;
	padding: 50px 0;
}

.disclaimer-container::before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.home .disclaimer-container::before {
	display: none;
}

.disclaimer-container .section-title {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 16px;
}

.page-template-page-her-story .entry-title em {
	font-weight: 400;
}

.page-template-page-her-story .entry-content {
	margin-top: 0;
}

.page-template-page-her-story .profile-container {
	max-width: none !important;
	width: 100% !important;
	padding: 0;
}

.page-template-page-her-story .profile-container .profile-content {
	max-width: none !important;
	width: 100% !important;
	min-height: 600px;
	justify-content: center;
	align-items: center;
}

.page-template-page-her-story .profile-container .profile-content .text-container {
	max-width: 1280px;
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.page-template-page-her-story .profile-container.featured-business .profile-content .text-container {
	align-items: flex-end;
}

.page-template-page-her-story .profile-container.featured-business .profile-content .text-container-inner-wrap > *,
.page-template-page-her-story .profile-container.featured-business .profile-heading a {
	color: #FFF;
}

.page-template-page-her-story .profile-container .profile-content .text-container .text-container-inner-wrap {
	max-width: 525px;
}

.page-template-page-her-story .profile-section-title {
	margin-bottom: 0;
	text-transform: uppercase;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #98a1aa;
    letter-spacing: 0.1em;
}

.page-template-page-her-story .profile-heading {
	margin: 0;
}

.page-template-page-her-story .profile-heading a {
	color: #231f20;
	transition: color 0.3s;
}

.page-template-page-her-story .profile-heading a:hover,
.page-template-page-her-story .profile-container.featured-business .profile-heading a:hover {
	color: #ebb9c5;
}

.page-template-page-her-story article {
	margin-bottom: 0;
}

/* Footer
--------------------------------------------- */
.site-footer .logo {
	margin-bottom: 25px;
}

.site-footer .logo img {
	max-width: 175px;
}

.site-footer a:not(.button) {
	color: #98a1aa;
}

.site-footer a:hover {
	color: #ebb9c5;
}

.site-footer .fifty-fifty-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #98a1aa;
	border-bottom: 1px solid #98a1aa;
}

.site-footer .fifty-fifty-container > * {
	/* width: 45%; */
	padding: 25px 1%;
}

.site-footer .social-sitemap-container {
	width: 50%;
	/* padding-right: 4%; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	border-right: 1px solid #98a1aa;
}

.site-footer .social-sitemap-container > * {
	width: 50%;
}

.site-footer .social-sitemap-container .social-column {
	/* width: 49%; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.site-footer .social {
	width: 200px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.site-footer .social a {
	width: 25px;
	height: 25px;
}

.site-footer .facebook-icon,
.connect-with-us-container .social .facebook-icon {
	background-image: url(images/facebook-icon-pink.png);
}

.site-footer .instagram-icon,
.connect-with-us-container .social .instagram-icon {
	background-image: url(images/instagram-icon-pink.png);
}

.site-footer .twitter-icon,
.connect-with-us-container .social .twitter-icon {
	background-image: url(images/twitter-icon-pink.png);
}

.site-footer .linkedin-icon,
.connect-with-us-container .social .linkedin-icon {
	background-image: url(images/linkedin-icon-pink.png);
}

.site-footer .sitemap {
	padding-top: 15px;
}

.site-footer .sitemap .menu {
	list-style-type: none;
}

.site-footer .sitemap .menu a {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .1em;
}

.site-footer .lets-talk-container {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.site-footer .lets-talk-container .title {
	margin-top: 0;
	margin-bottom: 0.25em;
	font-size: 40px;
	font-weight: 400;
}

.site-footer .lets-talk-container .description {
	max-width: 390px;
	margin-top: 0;
}

/* .site-footer .lets-talk-container .button.ghost {
	margin-right: 15px;
} */

.site-info {
	padding: 25px 0;
	color: #98a1aa;
	text-align: center;
}

.site-info a {
	font-weight: 400;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Media Queries
--------------------------------------------- */

@media screen and (max-width: 1330px) {
	.featured-post {
		justify-content: center;
		flex-wrap: wrap;
	}

	.featured-post-container {
		
	}

	.featured-post .featured-post-container {
		order: 2;
		width: 55%;
		min-height: auto;
	}

	.featured-post .featured-image-wrap {
		order: 1;
	}
}


@media screen and (max-width: 1400px) {
	.connect-with-us-container .image-group-wrap {
		width: 50%;
	}
}


@media screen and (max-width: 1150px) {
	.featured-post .featured-post-container {
		text-align: center;
	}

	.post-feed-container {
		flex-wrap: wrap;
	}

	.post-feed-container .image-posts-container {
		width: 100%;
		margin-bottom: 50px;
		flex-wrap: wrap;
	}

	.post-feed-container .image-posts-container .image-post-wrap {
		margin-bottom: 25px;
	}

	.post-feed-container .image-posts-container .image-post-wrap .text-wrap {
		text-align: center;
	}

	.post-feed-container .image-posts-container .image-post-wrap .text-wrap .post-title {
		margin-top: 0;
	}

	.post-feed-container .noimage-posts-container {
		width: 55%;
		margin-left: 5%;
		margin-right: 5%;
	}

	.post-feed-container .noimage-posts-container .text-wrap {
		text-align: center;
	}

	.post-feed-container .noimage-posts-container .text-wrap .post-title {
		margin: 0;
	}

	.highlighted-links-container {
		position: relative;
		min-height: auto;
		background-position: left center;
	}

	.highlighted-links-container::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.9);
	}

	.highlighted-links-container > .page-wrap {
		position: relative;
		z-index: 2;
		padding-top: 50px;
		padding-bottom: 50px;
		align-items: center;
	}

	.highlighted-links-container .content-wrap {
		max-width: 100%;
		align-items: flex-start;
	}

	.highlighted-links-container .content-wrap .link-wrap .description {
		color: #231f20;
	}

	.connect-with-us-container .content-wrap {
		flex-wrap: wrap;
	}

	.connect-with-us-container .image-group-wrap {
		order: 2;
	}

	.connect-with-us-container .content-wrap .text-wrap {
		order: 1;
		width: 100%;
		margin-bottom: 40px;
		padding-left: 0;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.connect-with-us-container .image-group-wrap {
		width: 100%;
		max-width: 500px;
	}

	.testimonial .text-wrap {
		padding: 0;
	}

	.page-template-page-her-story .profile-container .profile-content .text-container .text-container-inner-wrap {
		max-width: 425px;
	}
}

@media screen and (max-width: 1024px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	.site-branding .custom-logo-link img {
		top: auto;
		bottom: 0;
		transform: none;
	}

	.metaslider .caption h2,
	.our-story-container .heading,
	.meet-our-bankhers-container .heading,
	.on-the-blog-container .section-title,
	.discovery-container .heading,
	.connect-with-us-container .content-wrap .text-wrap .heading {
		font-size: 32px;
	}

	.featured-post-container .post-title {
		font-size: 28px;
	}

	.our-story-container {
		position: relative;
		background-position: left center;
	}

	.our-story-container::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.our-story-container > .page-wrap {
		position: relative;
		z-index: 2;
	}

	.our-story-container .description {
		color: #231f20;
	}

	.meet-our-bankhers-container {
		position: relative;
		background-position: right center;
	}

	.meet-our-bankhers-container::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.meet-our-bankhers-container > .page-wrap {
		position: relative;
		z-index: 2;
		align-items: center;
	}

	.meet-our-bankhers-container .content-wrap {
		text-align: center;
	}

	.meet-our-bankhers-container .description {
		color: #231f20;
	}

	.featured-post .featured-post-container {
		width: 100%;
	}

	.discovery-container {
		position: relative;
		background-position: 75% center;
	}

	.discovery-container::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.discovery-container > .page-wrap {
		position: relative;
		z-index: 2;
		align-items: center;
	}

	.discovery-container .content-wrap {
		text-align: center;
	}

	.discovery-container .description {
		color: #231f20;
	}

	.site-footer .fifty-fifty-container {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding-left: 0;
		padding-right: 0;
	}

	.site-footer .social-sitemap-container {
		width: 100%;
		flex-wrap: wrap;
		align-items: center;
		border-right: none;
	}

	.site-footer .lets-talk-container {
		width: 100%;
	}

	.site-footer .social-sitemap-container .social-column {
		width: 100%;
	}

	.site-footer .sitemap {
		width: 100%;
		max-width: 250px;
		padding-top: 50px;
		text-align: center;
	}

	.site-footer .sitemap .menu {
		margin-left: 0;
		padding-left: 0;
	}

	.site-footer .lets-talk-container {
		margin-bottom: 50px;
	}

	.call-to-action-container {
		position: relative;
		background-position: 75% center;
	}
	
	.call-to-action-container::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.call-to-action-container > .page-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.call-to-action-container .text-container {
		position: relative;
		z-index: 2;
		align-items: center;
		text-align: center;
	}

	.call-to-action-container .text-container .description {
		color: #231f20;
	}

	.page-template-page-her-story .profile-container {
		position: relative;
	}

	.page-template-page-her-story .profile-container::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.page-template-page-her-story .profile-container .profile-content .text-container .text-container-inner-wrap {
		max-width: 100%;
	}

	.page-template-page-her-story .profile-container .profile-content .profile-description,
	.page-template-page-her-story .profile-container .profile-content .text-container .profile-funfactslist ul,
	.page-template-page-her-story .profile-container .profile-section-title,
	.page-template-page-her-story .profile-container.featured-business .profile-heading a,
	.page-template-page-her-story .profile-container.featured-business .profile-description,
	.page-template-page-her-story .profile-container.featured-business .funfactstitle {
		color: #231f20 !important;
	}

	.page-template-page-her-story .profile-container .profile-content .text-container {
		position: relative;
		z-index: 2;
	}

	.single .post > .page-wrap {
		margin-top: 25px;
	}

	.single .post .image-container {
		position: relative;
		top: 25px;;
		left: auto;
		transform: none;
		height: auto;
	}

	.single .post .image-container .post-thumbnail {
		height: auto;
	}

	.single .post .image-container .post-thumbnail img {
		height: auto;
		width: auto;
		object-fit: none;
	}

	.single .post .entry-content {
		padding-top: 25px;
	}
	
	.blog .post {
		width: 50%;
	}
}

@media screen and (max-width: 860px) {
	.testimonial .thumb-wrap {
		left: 50%;
		transform: translateX(-50%);
		top: -10px;
	}

	.testimonial .text-wrap {
		width: 100%;
		max-width: 500px;
		margin-top: 350px;
		margin-right: auto;
	}
}

@media screen and (max-width: 780px) {
	.post-feed-container .image-posts-container .image-post-wrap:last-of-type {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.metaslider .caption-wrap {
		position: relative !important;
	}

	.metaslider .caption {
		width: 100% !important;
		margin-left: 0 !important;
		text-align: center;
		align-items: center;
	}

	.wp-block-columns {
		flex-wrap: wrap;
	}

	.wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}

	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}

	.profile-container .profile-content {
		flex-wrap: wrap;
	}

	.profile-container .profile-content .image-container {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.profile-container .profile-content .text-container {
		width: 100%;
	}

	.profile-container .profile-content .text-container .profile-name {
		text-align: center;
	}

	/* .profile-container-2 .profile-content .image-container,
	.profile-container-4 .profile-content .image-container,
	.profile-container-6 .profile-content .image-container,
	.profile-container-8 .profile-content .image-container {
		margin-left: 0;
	} */

	.blog .post > .page-wrap {
		justify-content: center;
	}

	/* .blog .post .image-container {
		width: 250px;
		margin-bottom: 25px;
	} */

	.blog .post .entry-content {
		width: 100%;
		text-align: center;
	}

	.page .entry-header .entry-title,
	.blog .page-header .page-title,
	.search-results .page-title {
		font-size: 40px;
	}
}

@media screen and (max-width: 599px) {
	.social-cta {
		margin-bottom: 10px;
	}

	.featured-post .featured-image-wrap {
		width: 100%;
	}

	.highlighted-links-container .content-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.connect-with-us-container .image-group-wrap {
		justify-content: center;
	}

	.disclaimer-container .content-wrap {
		text-align: center;
	}

	.blog .post {
		width: 100%;
	}
}

@media screen and (max-width: 375px) {
	.site-footer .lets-talk-container .button-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.site-footer .lets-talk-container .button.ghost {
		margin-right: 0;
		margin-bottom: 10px;
	}
}