/*
Theme Name: PMPress
Description: PresenceMaker custom theme for wordpress.
Author: Presence Maker
Author URI: http://presencemaker.com
Text Domain: pmpress
Version: 1.0

notes:
	Each property should get its own line (ignore the reset)                ...(I SAID IGNORE IT!)
	properties are in alphabetical order
*/

/** reset/normalize */
:focus{outline:none;}
::selection{background-color:#10499e;color:#fff}
::-moz-selection{background-color:#10499e;color:#fff}
::-webkit-selection{background-color:#10499e;color:#fff}
*{box-sizing:border-box}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;text-align:left;margin:0;padding:0;border:0;outline:0;background:transparent}
article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video,main{display:block}
a img{border:0;display:block;line-height:1px}
figure{position:relative}
img{height:auto;max-width:100%}
figure img{width:100%}
input[type="text"],input[type="password"],input[type="search"],input[type="email"],input[type="url"],input[type="tel"],textarea{-webkit-appearance:none}
pre{white-space:pre}
a,button,input[type="submit"] {cursor:pointer}
.cf,.container{clear:both;*zoom:1}
.container:after,.cf:after{content:"";display:table;clear:both}


/**
 * global elements
 */
*::-webkit-input-placeholder { color: #888; }
*:-moz-placeholder { color: #888; }
*::-moz-placeholder {  color: #888; }
*:-ms-input-placeholder {  color: #888; }
*:placeholder { color: #888; }

a {
	color: #ff6952;
	text-decoration: none;
}
p a:hover {
	color: #111;
	text-decoration: underline;
	transition: color 0.2s;
}
body {
	background: #eaeaea;
	font: 400 100%/1em Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.125em;
}
hr {
	background: #e0e0e0;
	border: none;
	display: block;
	height: 1px;
	margin: 2em 0;
	width: 100%;
}
em {
	font-style: italic;
}
p {
	line-height: 1.625em;
	margin-bottom: 1em;
}
ul,ol {
	margin-bottom: 2em;
	padding-left: 1.5em;
}
li {
	line-height: 1.5em;
}
small {
	font-size: 0.75rem;
	line-height: 1.25em;
}
strong {
	font-weight: 700;
}

.screen-reader-text,
.visually-hidden {
	display: none;
}

.site-alert {
	background: #000;
	color: #fff;
	display: none;
	overflow: hidden;
	padding: 1rem;
	z-index: 10000;
}
@media all and (max-width: 720px){
	.site-alert {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
}
.site-alert__title {
	display: inline;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.25em;
	vertical-align: top;
}
.site-alert__excerpt {
	display: inline;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.25em;
	vertical-align: top;
}
.site-alert__link {
	display: inline;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.25em;
	vertical-align: top;
}
.site-alert__link:focus,
.site-alert__link:hover {
	color: #fff;
}
.site-alert__close {
	background: transparent;
	border: none;
	color: #fff;
	float: right;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.25em;
	padding: 0.25rem;
}
.site-alert__close:focus,
.site_alert__close:hover {
	background: #ff6952;
	color: #fff;
}

.site {
	position: relative;
}

.main {
	background: #fff;
	border-bottom: 1px solid #ddd;
	position: relative;
}
@media all and (max-width: 45em){
	.js-enabled .main {
		margin-top: 5.875rem;
	}
}
@media all and (min-width: 45em){
	.js-enabled body:not(.page-template-page-home-2) .main {
		margin-top: 3.5rem;
	}
	.home .main {
		margin-top: 0;
	}
	.js-enabled body.page-template-page-home-2 .section--hero {
		padding-top: 3.5em;
	}
}

.section {
	background: #fff;
	padding-bottom: 1rem;
}
.section--alt {
	background: #10499e;
	color: #fff;
}
.section--history {
	background: #eaeaea;
	padding-bottom: 3em;
	position: relative;
}
.section--history:before {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #eaeaea;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -9px;
}
.section--history:after {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #eaeaea;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
}
.section--feature {
	background: #ff6952;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0;
}

.container {
	display: block;
	margin: 0 auto;
	max-width: 63.375rem; /* 1014px / 16px */
}
.main .container--section {
	max-width: 1080px;
}
.container--section {
	padding: 2rem 1rem;
}
.container--staff,
.container--stars {
	position: relative;
}
.container--category {
	padding: 0 1rem 1rem;
}
.container--accordion {
	margin: 0;
}
@media all and (min-width: 36em){
	.container--category {
		padding: 0 0.5rem 1rem;
	}
}

.header {
	background: #fff;
	position: relative;
	z-index: 9999;
}
@media all and (max-width: 45em){
	.js-enabled .header {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1000;
	}
}
@media all and (min-width: 45em){
	.container--header {
		position: relative;
	}
}

.footer {
	background: #eaeaea;
	border-top: 1px solid #fff;
	font-size: 0.875em;
	padding-bottom: 1.5rem;
}

.page-heading {
	background: #eaeaea;
	padding: 2.125rem 0;
}
.page-heading__label {
	font-size: 2.5em;
	font-weight: 300;
	line-height: 1em;
	padding: 0 1rem;
}

.heading {
	font-size: 1.875em;
	font-weight: 400;
	margin-bottom: 0.8em;
}
.heading--block {
	margin: 1rem 0 0;
}

.sub-heading {
	font-size: 1.125em;
	font-weight: 500;
	margin-bottom: 0.25em;
}

.staff-member .heading,
.staff-member .sub-heading {
	padding-right: 2rem;
}

/** global modules **/
.logo {
	display: block;
	float: left;
	margin: 1.5em 0 0;
}
.logo__link {
	display: block;
	padding: 1em;
}
.logo__label {
	display: none;
}
@media all and (max-width: 45em){
	.js-enabled .logo {
		display: none;
	}
}


.star {
	display: none;
}
@media all and (min-width: 75em){
	.star-wrapper {
		overflow: hidden;
		position: absolute;
		top: 7.55em;
		left: 0;
		right: 0;
		height: 12em;
	}
	.star {
		display: block;
		position: absolute;
		top: 0;
		z-index: 10;
	}
	.star--light {
		right: -10em;
	}
	.star--dark {
		right: 5em;
	}
	.star--3 {
		right: 15%;
		top: 50%;
	}
	.star--4 {
		top: inherit;
		right: 0;
		bottom: 1px;
	}
	.star--5 {
		top: 58%;
		right: 2%;
	}
	.star--6 {
		top: 45%;
		left: 50%;
	}
	.star-wrapper {
		top: 7em;
	}
}


.mobile-header {
	display: none;
}
@media all and (max-width: 45em){
	.js-enabled .mobile-header {
		background: #10499e;
		display: block;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
	}
}

.mobile-logo {
	background: transparent url(images/logo-small-white.png) no-repeat center;
	display: inline-block;
	height: 2.75em;
	vertical-align: middle;
	width: 9.375em;
}
.mobile-logo__label {
	display: none;
}

.mobile-menu-toggle {
	display: none;
}
.mobile-menu-toggle__label {
	display: none;
}
@media all and (max-width: 45em){
	.js-enabled .mobile-menu-toggle {
		background: transparent;
		border: none;
		color: #fff;
		display: inline-block;
		font-size: 20px;
		line-height: 1.125em;
		padding: 10px;
		vertical-align: middle;
	}
}

.mobile-menu {
	margin-bottom: 2em;
}
@media all and (max-width: 45em){
	.js-enabled .mobile-menu {
		bottom: 0;
		display: none;
		left: 0;
		margin: 0;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		margin-top: 2.75rem;
	}
}
@media all and (min-width: 45em){
	.mobile-menu {
		margin-bottom: 0;
	}
	.mobile-menu {
		display: block !important;
		overflow: visible !important;
		position: relative;
	}
}

.menu-bar {
	background: #10499e;
	background: rgba(16,73,158,0.75);
	backdrop-filter: blur(3px);
}
@media all and (min-width: 45em){
	.menu-bar {
		left: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 999;
	}
	.menu-bar:hover {
		overflow: visible;
	}
}

.main-menu-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-menu li {
	display: block;
	line-height: 1em;
}
.main-menu a {
	background: #10499e;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	color: #fff;
	display: block;
	padding: 1rem;
}
.main-menu li li a {
	background: #1959b8;
	font-size: 0.875em;
	padding-left: 2em;
}
.main-menu li a:focus,
.main-menu li a:hover {
	background: #090909;
}
.main-menu .sub-menu {
	margin: 0;
	padding: 0;
}
@media all and (min-width: 45em){
	.main-menu li {
		display: inline-block;
		position: relative;
	}
	.main-menu a {
		background: transparent;
		border: none;
		font-size: 1em;
		font-weight: 400;
		padding: 1.25rem 1rem;
		width: 100%;
	}
	.main-menu > ul > li > ul > li {
		transition: all 0.3s ease;
		border-left: 4px solid #fff;
	}
	.main-menu > ul > li > ul > li:hover {
		border-left-color: #ff6952;
	}
	#menu-main-menu > .menu-item > .sub-menu {
		background: #fff;
		border: 1px solid #d9d8d7;
		border-top: none;
		box-shadow: 1px 3px 5px rgba(0,0,0,0.1);
		opacity: 0;
		position: absolute;
		right: 0;
		top: -100%;
		width: 12em;
		z-index: -999;
	}
	.main-menu .sub-menu li {
		display: block;
		line-height: 1em;
	}
	.main-menu .sub-menu a {
		background: #fff;
		border-bottom: none;
		color: #174ea1;
		font-weight: 500;
		padding: 1em 1em;
	}
	.main-menu-links > li:hover > a {
		background: #fff;
		color: #000;
	}
	.main-menu .sub-menu a:hover {
		background: #fff;
		color: #000;
	}
	#menu-main-menu > .menu-item:hover > .sub-menu {
		opacity: 1;
		top: 100%;
		z-index: 99999;
	}
	#menu-main-menu .sub-menu .sub-menu a {
		border-bottom: none;
		padding-top: .75em;
		padding-bottom: .75em;
		text-transform: capitalize !important;
	}
}

.secondary-menu {
	background: #ed5e48;
}
.secondary-menu-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.secondary-menu li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: block;
	line-height: 1em;
}
.secondary-menu a {
	background: #ff6952;
	color: #fff;
	display: block;
	font-size: 0.8125em;
	line-height: 1em;
	padding: 0.75rem;
}
.secondary-menu a:focus,
.secondary-menu a:hover {
	background: #ed5e48;
	color: #fff;
}
@media all and (min-width: 45em){
	.secondary-menu {
		background: transparent;
		margin-left: 0.5em;
	}
	.secondary-menu li {
		border: none;
		display: inline-block;
	}
	.secondary-menu a {
		background: transparent;
		color: #ed5e48;
		font-weight: 400;
		text-transform: uppercase;
	}
}
@media all and (min-width: 63.375em){
	.secondary-menu {
		float: right;
		margin-top: -1.25em;
		margin-bottom: 0.75em;
	}
	.secondary-menu a {
		font-size: 1em;
		padding: 0.5rem;
	}
}

.header-actions {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.header-actions--widescreen {
	display: none;
}
.header-action {
	display: block;
}
.header-action-link {
	background: #0b3472;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	color: #fff;
	display: block;
	line-height: 1em;
	padding: 1em;
}
.header-action-link:hover {
	background: #090909;
}
@media all and (min-width: 45em){
	.header-actions {
		display: none;
		width: 17.5em;
	}
	.header-actions--widescreen {
		display: block;
		float: right;
	}
	.header-action {
		float: right;
		width: 49%;
	}
	.header-action:first-child {
		margin-left: 2%;
	}
	.header-action-link {
		border-radius: 3px;
		font-size: 0.875em;
		padding: 0.5em;
		text-align: center;
	}
	.header-action-link--alt {
		background: #090909;
	}
}
@media all and (min-width: 63.375em){
	.header-actions {
		margin-top: -3.75em;
	}
}


.js-enabled .account-access-toggle {
	background: #0b3472;
	border: none;
	color: #fff;
	font-size: 1em;
	font-weight: 300;
	padding: 1em;
	text-align: center;
	transition: transform 0.25s;
}
.account-access-toggle:hover,
.account-access-toggle--active {
	background: #181818;
	background: rgba(16,73,158,0.75);
}
@media all and (max-width: 45em){
	.js-enabled .account-access-toggle {
		box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
		position: fixed;
		left: 0;
		top: 2.75rem;
		width: 100%;
	}
	.account-access-toggle--active {
		box-shadow: none;
	}
}
@media all and (min-width: 45em){
	.js-enabled .account-access-toggle {
		padding: 1em 3.5em;
		position: absolute;
		top: 0.5em;
		right: 0;
	}
}
@media all and (min-width: 63.375em){
	.js-enabled .account-access-toggle {
		padding: 0.85em 2.5em;
		top: 7.125em;
		z-index: 100000;
		width: 17.5em;
	}
}

.js-disabled .account-access {
	background: #fff;
	padding: 0 1em 1em;
}
.js-enabled .account-access {
	background: transparent;
	border: 0.5em solid rgba(16,73,158,0.75);
	box-shadow: 1px 1px 1em rgba(0,0,0,0.125);
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 5.9em;
}
.account-access-wrapper {
	background: #fff;
	padding: 1em;
}
.account-access-heading {
	color: #272727;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 0.5rem;
}
.js-enabled .account-access-heading {
	display: none;
}
.account-access-actions {
	list-style: none;
	margin: 1em 0.25em 0;
	padding: 0;
}
.account-access-action {
	display: block;
	float: left;
}
.account-access-action.business-forgot,
.account-access-action.retail-forgot {
	float: right;
}
.business-forgot {
	display: none;
}
.account-access-action-link {
	color: #ff6952;
	font-size: 0.8125em;
	line-height: 1em;
}
.account-access-action-link:hover {
	text-decoration: underline;
}
.h-rule--accordion {
	margin: 0 auto 2em;
	max-width: 960px;
}
@media all and (min-width: 45em){
	.js-enabled .account-access {
		left: inherit;
		right: 0;
		top: 3.6em;
		width: 17.5em;
		z-index: 1000;
	}
}
@media all and (min-width: 63.375em){
	.js-enabled .account-access {
		top: 10.375em;
		width: 20.75em;
	}
}


.minnstar-info-block {
	padding: 0 1em;
}

.square-logo {
	display: block;
	margin: 2em;
}
.square-logo__image {
	margin: 0 auto;
}
@media all and (min-width: 46em){
	.square-logo {
		float: left;
	}
}

.equal-housing-block {
	text-align: center;
}
.equal-housing-icon,
.equal-housing-row {
	display: inline-block;
	vertical-align: middle;
}
.equal-housing-row {
	margin-left: 0.25em;
}

.bank-info {
	margin: 0.5em 0;
	text-align: center;
}
.bank-info-row {
	display: inline-block;
	vertical-align: middle;
}
.routing-number {
	font-weight: 400;
}

.small-print {
	display: block;
	text-align: center;
}
.small-print a {
	color: #333;
	font-weight: 400;
	text-decoration: underline;
}

.email-small-print {
	display: block;
	font-weight: 400;
}

.sub-footer {
	padding: 0 1em 0;
}

.footer-menu {
	margin-left: 0.5em;
}
.footer-menu-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-media-links {
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
}
.social-media-links li {
	display: inline-block;
	font-size: 1.25em;
	line-height: 1em;
	margin-left: 0.25em;
}
.social-media-links a {
	display: block;
	text-indent: -999em;
}

@media all and (min-width: 46em){
	.equal-housing-block {
		float: right;
		margin: 2.25em 0 0 0;
	}
	.bank-info {
		float: left;
		margin: 2.25em 0 1em;
	}
	.small-print {
		float: left;
		text-align: left;
		width: 60%;
	}
}
@media all and (min-width: 50em){
	.social-media-links {
		float: right;
		margin: -1em 0 0;
	}
}


/**
 * content modules
 */

/** locations */
.locations {
	line-height: 1.25em;
	overflow: hidden;
}
.location {
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 2rem;
	overflow: hidden;
	padding-bottom: 2rem;
}
.location:last-child {
	border: none;
	margin-bottom: 0;
}
.location-image {
	margin-bottom: 1em;
}
.location-col {
	margin-bottom: 1em;
}
@media all and (min-width: 45em){
	.location-col {
		float: left;
		margin-right: 2%;
		overflow: hidden;
		width: 32%;
	}
	.location-col:last-child {
		margin-right: 0;
	}
}

.hours--last {
	margin-bottom: 1em;
}
.hours__cell {
	display: inline-block;
}


/** accordions */
.accordions {
	padding-bottom: 2em;
}
.accordion-wrapper {
	padding: 1em 1em 2em;
}
.accordion-icon {
	display: inline;
	vertical-align: middle;
}
.accordion-heading {
	display: inline;
	font-size: 1.25em;
	margin: 0 0 0 0.75rem !important;
	vertical-align: middle;
}
.accordion-toggle {
	background: transparent;
	border: none;
	border-radius: 50%;
	color: #ff6952;
	display: block;
	float: right;
	font-size: 2em;
	line-height: 1em;
	margin: 0.25rem 0 1em;
	padding: 0.25rem 1rem;
	transform: scale(0.95,0.95);
	transition: transform 0.2s;
}
.accordion-toggle:hover,
.accordion-toggle--active {
	transform: scale(1.25,1.25);
}
.accordion-toggle__label {
	display: none;
}
.accordion-toggle--active,
.accordion-toggle--active:hover {
	transform: scale(1.25,1.25) rotate(90deg);
}
.accordion-drawer {
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}
@media all and (min-width: 45em){
	.accordion-drawer {
		padding-left: 60px;
	}
}
.accordion-drawer .heading {
	font-size: 1.125em;
	font-weight: 700;
	margin-bottom: 5px;
}
.accordion-transition {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 1%, #FFF 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	bottom: 0;
	height: 4.5rem;
	position: absolute;
	transition: opacity 0.72s;
	width: 100%;
}
.accordion-drawer--active .accordion-transition {
	opacity: 0;
}
.accordion-drawer--inactive .accordion-transition {
	opacity: 1;
}


/** post preview */
.post-previews {
	margin-top: 3em;
	overflow: hidden;
}
.post-preview {
	background: #eaeaea;
	margin: 0 0 1.5em;
}
.post-heading {
	padding: 0.5rem 1rem 0;
}
.post-preview-main {
	font-size: 0.8125em;
	padding: 0.5rem 1rem;
}
.post-preview-author-thumb {
	float: left;
	margin-right: 0.5rem;
	max-width: 1.875rem;
}
.post-preview-image__thumb {
	width: 100%;
}
.post-link {
	border-top: 0.5rem solid #0b3472;
	color: #111;
	display: block;
}
.post-link:hover {
	border-color: #ff6952;
}
.nav-links {
	overflow: hidden;
}
.pagination {
	margin-top: 1em;
}
.nav-links .page-numbers {
	border-radius: 0.25em;
	color: #000;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0.25em !important;
	padding: 0.5em 0.75em;
	vertical-align: middle;
}
.page-numbers.current {
	background: #000;
	color: #fff;
}
.nav-links .prev {
	margin-right: 0.5rem;
}
.nav-links .next {
	margin-left: 0.5rem;
}
@media all and (min-width: 36em){
	.post-preview {
		float: left;
		margin: 0 1% 2em;
		width: 48%;
	}
}
@media all and (min-width: 54em){
	.post-preview {
		width: 31.333%;
	}
}

.post-image {
	border-top: 0.5rem solid #0b3472;
	margin-bottom: 1em;
}
.post-details {
	font-size: 1.1875em;
	font-weight: 400;
	line-height: 1.25em;
	margin-bottom: 1em;
	overflow: auto;
}
.post-author-thumb {
	float: left;
	margin-right: 0.5rem;
}
.post-content {
	margin: 1em 0;
	overflow: hidden;
}
.post-navigation {
	border-top: 5px solid #eaeaea;
}
.post-nav-link--prev {
	float: left;
}
.post-nav-link--next {
	float: right;
}

.post-menu {
	margin-bottom: -2em;
	padding: 3em 1em 0;
}
.categories {
	padding: 0 0 0.25em;
}
.categories h2 {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1em;
	margin-right: 0.5em;
}
.category-link {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1em;
	margin-right: 0.5em;
}

.rates {
	border: 1px solid #174ea1;
	border-color: rgba(16,73,158,0.25);
	list-style: none;
	margin: 0 -0.5rem;
	padding: 0.5rem;
}
.rate {
	display: block;
	line-height: 1em;
	overflow: hidden;
	padding: 0.5rem;
}
.rate:nth-child(even) {
	background: #f9f9f9;
	background: rgba(16,73,158,0.125);
}
.rate:nth-child(odd){
	background: #fff;
}
.rate--header {
	display: none;
}
.rate-cell {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.25em;
	margin-bottom: 0.25rem;
	overflow: hidden;
	vertical-align: top;
}
.rate-cell .rate-cell {
	margin-bottom: 0;
}
.rate-cell--label {
	font-weight: 400;
}
.rate-cell--name {
	width: 100%;
}
.rate-cell--name .rate-cell--label {
	display: none;
}
.rate-cell--meta {
	margin: 0.5em 0 0;
	width: 100%;
}
.rate-cell--meta > .rate-cell {
	margin-right: 0.5rem;
}
@media all and (min-width: 36em){
	.rate-cell {
		float: left;
		margin-bottom: 0;
	}
	.rate-cell--label,
	.rate-cell--name .rate-cell--label {
		display: none;
	}
	.rate-cell--name {
		width: 60%;
	}
	.rate-cell--meta {
		margin-top: 0;
		width: 40%;
	}
	.rate-cell--meta > .rate-cell {
		margin-right: 0;
	}
	.rate-cell--rate-value {
		width: 33.333%;
	}
	.rate-cell--apr {
		width: 33.333%;
	}
	.rate-cell--term {
		width: 33.333%;
	}
	.rate:nth-child(odd) {
		background: #f9f9f9;
		background: rgba(16,73,158,0.03);
	}
	.rate:nth-child(even){
		background: #fff;
	}
	.rate.rate--header {
		background: #174ea1;
		color: #fff;
		display: block;
		font-weight: 700;
	}
}





.timeline_items .item h2 {
	text-align: left !important;
}
.timeline_items .item span {
	font-size: 1rem !important;
	line-height: 1.5em !important;
	text-align: left !important;
}
.timeline_items .item div.read_more {
	background: #0b3472;
	display: block;
	float: left;
	font: 300 1rem/1em "Source Sans Pro", Arial, sans-serif !important;
	margin-left: 1em;
	padding: 0.5em 2em;
	position: relative;
	bottom: inherit;
	right: inherit;
}
.timeline_open_content .mCSB_container {
	font: 300 0.9375rem/1.5em "Source Sans Pro", Arial, sans-serif !important;
}
@media screen and (max-width:768px){
	.timeline .t_line_m {
		width: 150% !important;
	}
}
.t_controles,
.timeline.flatNav .t_left,
.timeline.flatNav .t_right {
	display: block !important;
	opacity: 1 !important;
}
.t_node_desc,
.timeline.flatLine .t_node_desc > span {
	display: none !important;
}
.t_node_desc {
	display: none;
}
.timeline.flatLine .t_line_holder {
	overflow: visible !important;
}
.timeline.flatLine #t_line_left,
.timeline.flatLine #t_line_right {
	z-index: 100 !important;
}


.board-members {
	list-style: none;
	margin: 2em 0;
	padding: 0;
}
.board-member {
	display: inline-block;
	margin: 0 4em 2em 0;
	vertical-align: top;
}


.staff-members {
	margin: 4em 0;
	padding: 0 1rem;
	position: relative;
}
.staff-member {
	margin: 0 auto 2em;
	max-width: 16.375em;
	position: relative;
}
.staff-member-header {
	border-top: 0.5rem solid #0b3472;
	padding-bottom: 1em;
	position: relative;
}
.staff-member-photo {
	width: 100%;
}
.staff-member-main {
	background: #eaeaea;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 10;
}
.staff-member-details {
	border-bottom: 1px solid #fff;
	font-weight: 400;
	padding: 1em;
	position: relative;
}
.staff-member-email {
	word-break: break-all;
}
.staff-member-details > div {
	line-height: 1.125em;
	overflow: hidden;
}
.staff-member-details > div,
.staff-member-bio p {
	text-align: center;
}
.staff-member-bio {
	padding: 1em;
}
.js-disabled .staff-member-toggle {
	display: none;
}
.js-disabled .staff-member {
	margin-bottom: 5em;
}
@media all and (min-width: 45em){
	.staff-members {
		margin: 4em 0;
	}
	.staff-member {
		float: left;
		margin: 0 4% 2em;
		max-width: inherit;
		width: 28%;
	}
	.staff-member:nth-child(3n+1){
		margin-left: 0;
	}
	.staff-member:nth-child(3n+3){
		margin-right: 0;
	}
}

.staff-member-toggle {
	background: transparent;
	border: none;
	color: #ff6952;
	display: block;
	font-size: 100%;
	line-height: 1em;
	margin: 0;
	padding: 0.5em;
	position: absolute;
	right: 0;
	bottom: 1em;
}
.staff-member-toggle__icon {
	font-size: 1.5em;
}
.staff-member-toggle__icon--active {
	display: none;
}
.staff-member-toggle--active .staff-member-toggle__icon--inactive {
	display: none;
}
.staff-member-toggle--active .staff-member-toggle__icon--active {
	display: inline;
}
.staff-member-toggle__label {
	display: none;
}

.home-hero {
	position: relative;
}
.hero-slideshow-container {
	position: relative;
}
.hero-slide__image {
	display: block;
	width: 100%;
}

.hero-controls {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	z-index: 999;
}
.hero-control--prev {
	float: left;
	margin-left: 0.5em;
}
.hero-control--next {
	float: right;
	margin-right: 0.5em;
}
.hero-control a {
	background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 1.5em;
    line-height: 1em;
    padding: 0.5rem 1rem;
}
.hero-control a:hover {
	background: #174ea1;
	background: rgba(16, 73, 158, 0.5);
	border-color: #174ea1;
	border-color: rgba(16, 73, 158, 0.75);
}

.hero-pager {
	position: absolute;
	bottom: 1em;
	text-align: center;
	width: 100%;
	z-index: 999;
}
.hero-pager-link {
	color: #fff;
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
}
.hero-pager-link__icon-active {
	display: none;
}
.hero-pager-link__icon-inactive {
	display: block;
}
.hero-pager-link.active .hero-pager-link__icon-active {
	display: block;
}
.hero-pager-link.active .hero-pager-link__icon-inactive {
	display: none;
}


.welcome-message {
	position: absolute;
	left: 0;
	top: 15%;
	width: 100%;
	z-index: 99;
}
.welcome-message p {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.125rem;
	line-height: 1.25em;
	max-width: 100%;
	padding: 0 3em;
	text-align: center;
	text-transform: uppercase;
}
.welcome-message strong {
	display: block;
	font-size: 1.25rem;
	line-height: 1em;
	text-align: center;
}
@media all and (min-width: 43em){
	.welcome-message {
		top: 40%;
	}
	.welcome-message p {
		font-size: 1.5rem;
		z-index: 999;
	}
	.welcome-message strong {
		font-size: 3rem;
	}
}


.media-block {
	overflow: hidden;
}
.media-block__image {
	display: none;
	float: left;
	margin-right: 5px;
}
.media-block-details__category-name {
	font-weight: 700;
	font-size: 0.75em;
	line-height: 1em;
	text-transform: uppercase;
}
.media-block-details__post-name {
	font-size: 0.9375em;
	font-weight: 300;
	line-height: 1em;
}
@media all and (min-width: 65em){
	.media-block__image {
		display: block;
		margin-right: 10px;
	}
	.media-block-details__post-name {
		font-size: 1.5em;
	}
	.media-block-details__category-name {
		font-size: 0.875em;
		margin: 0.75em 0 0.25em;
	}
}
.blog-previews {
	background: #ededed;
}
.blog-preview {
	float: left;
	width: 33%;
}
.blog-preview-link {
	background: #ededed;
	color: #000;
	border-right: 1px solid #d0d0d0;
	border-top: 1px solid transparent;
	display: block;
	padding: 20px 10px;
	position: relative;
	transition: background-color 0.2s;
}
.blog-preview-link:hover {
	background: #fff;
}
.active .blog-preview-link {
	background: #fff;
	border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    position: relative;
    z-index: 100;
}
.blog-preview-link:before {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid transparent;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -12px;
}
.blog-preview-link:after {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	position: absolute;
	top: -7px;
	left: 0;
	width: 100%;
}
.active .blog-preview-link:after,
.active .blog-preview-link:before {
	border-top-color: #10499e;
}
.blog-preview--business-spotlight .blog-preview-link {
	border-left: 1px solid #d0d0d0;
}
.blog-preview-body {
	background: #fff;
	border-top: 1px solid #d0d0d0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
}
.active .blog-preview-body {
	z-index: 10;
}
.blog-preview-body__wrapper {
	overflow: hidden;
	padding: 2em 1em;
}
.blog-preview-body__thumb {
	display: block;
	margin-bottom: 1em;
}
.blog-preview-body__heading {
	font-size: 1.875em;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 1rem;
}
.blog-preview__excerpt {
	font-size: 1.125em;
}
.blog-preview__link {
	display: block;
	margin-top: 1em;
}
@media all and (min-width: 50em){
	.blog-preview-body__heading {
		margin-top: 1em;
	}
	.blog-preview-body__thumb {
		float: right;
		margin-left: 3em;
	}
	.blog-preview-link {
		padding: 20px;
	}
}


.section--preview {
	padding: 2em 1em;
}
.preview-image {
	margin-bottom: 1em;
}
.preview-details {
	overflow: hidden;
}
.preview-heading {
	font-size: 60px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.preview-subheading {
	color: #114b9e;
	font-size: 45px !important;
	font-weight: 700;
	margin: 0 0 1em;
}
.preview-subheading--alt {
	color: #ff6952;
}
.preview-heading--alt {
	color: #fff;
}
.preview-link--alt {
	color: #fff;
	text-decoration: underline;
}
.preview-excerpt {
	font-size: 22px;
}
.preview-link {
	font-size: 24px;
	font-weight: 700;
}
@media all and (min-width: 50em){
	.preview-image {
		float: right;
		margin-left: 3em;
	}
	.preview-image--alt {
		float: left;
		margin-right: 3em;
		margin-left: 0;
	}
	.preview-heading {
		margin-top: 1rem;
	}
	.preview-heading--alt,
	.preview-subheading--alt,
	.preview-excerpt--alt p {
		text-align: right;
	}
	.preview-link--alt {
		float: right;
	}
}

/**
 * forms
 */
.text-input,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	background: #fff;
	border: none;
	color: #636363;
	display: block;
	font: 400 100%/1em Arial, sans-serif;
	padding: 0.75em 0.5em;
}
.text-input--account-access {
	border: 1px solid #818181 !important;
	padding: 0.5em !important;
	transition: all 0.2s;
	width: 100% !important;
}
.text-input--account-access:focus {
	border-color: #363636;
	color: #090909;
}

.frm_hidden_container label {
	display: block;
	font: 300 1.125rem/1em "Source Sans Pro", Arial, sans-serif;
	margin: 1em 0 0.5em;
}

.button,
input[type="submit"],
.nav-links .next, .nav-links .prev {
	background: #0b3472;
	border: none;
	color: #fff;
	font: 400 100%/1em Arial, sans-serif;
	margin-top: 0.75em;
	padding: 0.5em 1.5em;
	text-decoration: none !important;
}
.button:hover {
	background: #10499e;
	text-decoration: none !important;
}
.button--account-access {
	font-weight: 300;
	padding: 0.5em;
	width: 100%;
}
.button--account-access:hover {
	background: #181818;
}
.nav-links .prev,
.nav-links .next {
	font-size: 0.875em;
	line-height: 1em;
	padding: 0.325rem 0.75rem;
}
.nav-links i {
	vertical-align: middle;
}


/** web fonts */
.wf-active body,
.wt-active button,
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active input,
.wf-active label,
.wf-active textarea {
	font-family: "Source Sans Pro", Arial, sans-serif;
}

.wf-active body {
	font-weight: 300;
}

/** font icons */
@font-face {
	font-family: 'minnstar';
	src:
	  url('fonts/minnstar.ttf?pjlt7k') format('truetype'),
	  url('fonts/minnstar.woff?pjlt7k') format('woff'),
	  url('fonts/minnstar.svg?pjlt7k#minnstar') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'minnstar' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }

.icon-linkedin:before {
	content: "\e904";
  }
.icon-plus:before {
	content: "\e145";
}
.icon-menu:before {
	content: "\e3c7";
}
.icon-minus:before {
	content: "\e15b";
}
.icon-google-plus:before {
	content: "\e900";
}
.icon-pinterest:before {
	content: "\e901";
}
.icon-twitter:before {
	content: "\e902";
}
.icon-facebook:before {
	content: "\e903";
}
.icon-angle-double-left:before {
	content: "\f100";
}
.icon-angle-double-right:before {
	content: "\f101";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-circle-outline:before {
	content: "\f10c";
}
.icon-circle:before {
	content: "\f111";
}




/**
 * calculator styles
 */
.calcs > p:first-of-type {
	display: none;
}
.calcs > fieldset > p {
	font-size: 14px;
	line-height: 1.25em;
	margin: 0 0 1em;
	padding: 0;
}
.calcs fieldset,
.table-block fieldset {
	margin: 0 0 4em 0;
	padding: 0;
	border: none;
}
.calcs fieldset {
	margin-bottom: 1em;
}
.calcs legend,
.table-block legend {
	margin: 0 0 1rem;
	padding: 0;
	font-size: 1em;
	font-weight: 700;
	color: #000;
}
.calcs table {
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
}
.calcs td {
	padding: 0 8px 8px 0;
	vertical-align: middle;
}
.calcs tr > td:last-child {
	padding-right: 0;
	width: 45%;
}
.calcs td[align="CENTER"] {
	text-align: center;
}
.calcs input[type="text"] {
	margin: 0 0 .5em 0;
	display: inline-block;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	 -webkit-appearance: none;
    border-radius: 0;
	padding: 6px;
}
.calcs input[type="text"]:focus {
	border-color: rgba(0,0,0,0.5);
}
.calcs input[type="button"] {
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	padding: 0.5em 2em;
	margin: .6em 0 1.2em 0!important;
	 -webkit-appearance: none;
	 background: #0b3472;
    border-radius: 2px;
}
.calcs select {
	display: inline-block;
}
.calcs table table td {
	font-size: 14px;
}
.calc_results p {
	text-align: center;
}
.table-block table {
	width: 100%;
}
.table-block table tr:nth-child(odd) {
	background: #dedfe7;
}
.table-block .twocol tr td {
	width: 50%;
	vertical-align: middle;
}
.table-block .twocol tr td:nth-child(1) {
	padding: .5em 1em .5em .5em;
}
.table-block .twocol tr td:nth-child(2) {
	padding: .5em .5em .5em 1em;
	text-align: right;
}
.table-block .multicol tr:nth-child(1) {
	background: #54aea7;
}
.table-block .multicol tr th,
.table-block .multicol tr td {
	padding: .5em;
}
.table-block .multicol tr th {
	font-weight: 700;
	color: #fff;
}
.table-block .multicol tr th:nth-child(1),
.table-block .multicol tr td:nth-child(1) {
	width: 65%;
}
.table-block .multicol tr th:nth-child(1n+2),
.table-block .multicol tr td:nth-child(1n+2) {
	text-align: center;
}
.table-block .multicol tr td {
	vertical-align: middle;
}

.calculator-preview {
	padding: 2em 1em 0;
}
a[href="calcs.aspx#top"] {
	display: none;
}
.home-calculator legend,
.home-calculator #calc_loanpayment,
.home-calculator #calc_savings,
#calc_payoff {
	display: none;
}
.calcs .smallgrey {
	font-size: 0.75em;
	line-height: 1.25em;
}
.calcs .calc_results {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-color: rgba(0,0,0,0.125);
	margin: 1.25em auto 2em;
	max-width: 320px;
	padding-top: 1.5em;
	padding-bottom: 1em;
}
.home-calculator .calc_results {
	border-color: rgba(255,255,255,0.125);
}
.calc_results h3 {
	font-size: 18px;
	font-weight: 400;
}
.calc_results p {
	font-size: 14px;
	text-align: left;
}
.calc_results input[type="text"]{
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
}
.calcs form {
	overflow: hidden;
	padding-top: 2em;
}
@media all and (min-width: 50em){
	.calcs form {
		margin-bottom: 2em;
		text-align: center;
	}
	.calcs form > table,
	.calcs .calc_results {
		border: none;
		display: inline-block;
		margin-right: 8%;
		vertical-align: top;
		width: 60%;
	}
	.calcs .calc_results {
		margin-right: 0;
		width: 32%;
	}
	.calcs form > table {
		border-right: 1px solid #ddd;
		border-color: rgba(0,0,0,0.125);
		padding-top: 12px;
		padding-right: 2em;
	}
	.home-calculator form > table {
		border-color: rgba(255,255,255,0.125);
	}
}


select#Destination {
	margin-top: 12px;
	width: 100%;
}





.homeCTA {
	max-width: 100%;
}
.callToAction {
	background: rgba(0,0,0,0.2);
	padding: 20px 12px;
}
.callToAction-heading {
	font-size: 24px;
	font-weight: 900;
	margin: 24px 0 12px;
	text-align: center;
}
.callToAction-body p {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.375em;
	text-align: center;
}
.callToAction-action {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
@media all and (min-width:1123px){
	.homeCTA {
		position: absolute;
		top: 58px;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 63.375rem;
		margin: auto;
		bottom: 1px;
		z-index: 10;
	}
	.callToAction {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 17.5em;
	}
	.callToAction-heading,
	.callToAction-body p,
	.callToAction-action {
		text-align: left;
	}
	.callToAction-heading {
		margin-top: 35px;
	}
}
@media all and (min-width:1350px){
	.callToAction-heading {
		margin-top: 90px;
	}
}


form#retail,
form#ebc-form {
	margin-top: 20px;
}
form#retail br,
form#ebc-form br {
	display: none;
}
#ebc-form label,
#retail label {
	display: block;
	margin-top: 8px;
	overflow: hidden;
}
#ebc-form input[type="text"],
#ebc-form input[type="password"],
#retail input[type="text"],
#retail input[type="password"] {
	border: 1px solid;
	display: block;
	float: right;
	padding: 5px;
	width: 175px;
}




.anniversaryBanner {
	background-color: #10499e;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.anniversaryBanner-image {
	margin: 20px;
	max-height: 120px;
	position: relative;
	z-index: 10;
}
.anniversaryBanner-star {
	position: absolute;
	z-index: 0;
}
.anniversaryBanner-star--1 {
	right: 90%;
	opacity: 0.2;
	top: 0;
}
.anniversaryBanner-star--2 {
	right: 70%;
	opacity: 0.1;
	top: 30%;
	transform: rotate(25deg) scale(1.3);
}
.anniversaryBanner-star--3 {
	left: 35%;
	opacity: 0.5;
	top: -36%;
	transform: rotate(-25deg) scale(0.6);
}
.anniversaryBanner-star--4 {
	left: 60%;
	opacity: 0.15;
	top: -10%;
	transform: rotate(10deg) scale(1.3);
}
.anniversaryBanner-star--5 {
	left: 80%;
	opacity: 0.4;
	top: 36%;
	transform: rotate(-40deg) scale(0.9);
}
@media all and (max-width: 800px){
	.anniversaryBanner-star--2,
	.anniversaryBanner-star--4 {
		display: none;
	}
}






.page-heading__label {
	padding-left: 0;
	padding-right: 0;
}
.sidebarHeading {
	color: #10499e;
	font-size: 24px;
	font-weight: 500;
	margin: 2rem 0;
}
.aside .menu {
	list-style: none;
	margin: 1rem 0;
	padding: 0;
}
.aside .menu li {
	margin-bottom: 4px;
}
.aside .menu a {
	color: #000;
	text-transform: uppercase;
}
.aside .current_page_item a {
	color: #ed5e48;
	font-weight: 500;
}
@media all and (min-width: 800px){
	.section--sidebar {
		float: left;
		padding-left: 3em;
		width: 75%;
	}
	.aside {
		float: left;
		width: 25%;
	}
}



.calloutLink {
	background: #d1d2d4;
	color: #114b9e;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	margin: 1em 0;
}
.calloutLink-label {
	border-right: 10px solid #ed5e48;
	display: block;
	font-weight: 500 !important;
	margin-right: 1rem;
	padding: 1.25rem;
}





.sidebar-callout2,
.featureCallout {
	background: #114b9e url('/assets/themes/pmpress/images/bg-star.jpg') no-repeat bottom left;
	margin: 1rem 0 3rem;
	overflow: hidden;
	position: relative;
}
.callout2-heading,
.featureCallout-heading {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 3rem 2rem 1rem;
}
.callout2-link,
.featureCallout-link {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin: 1rem 2rem 3rem;
}
.callout3-link {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 2rem;
}
.callout3-link:last-child {
	margin-bottom: 30px;
}

.featureCallout {
	margin: 0;
}
.featureCallout-heading {
	font-size: 24px;
}
.featureCallout-link {
	font-size: 24px;
}
@media all and (min-width: 1000px){
	.section--feature .container {
		position: relative;
	}
	.section--feature .preview-details {
		float: left;
		padding-right: 2em;
		width: 70%;
	}
	.featureCallout {
		bottom: 0;
		padding-right: 3em;
		padding-top: 3vw;
		position: absolute;
		right: 0;
		top: 0;
		width: 30%;
	}
	.featureCallout-heading {
		line-height: 1.4em;
		margin-bottom: 2vw;
	}
}




@media all and (max-width:800px){
	.page-heading,
	.sidebarHeading,
	.section {
		padding-left: 1em;
		padding-right: 1em;
	}
	.et_pb_section_0,
	.et_pb_section_0 .et_pb_row_0,
	.container--section {
		padding-top: 0 !important;
	}
	.aside .menu {
		display: none;
	}
}
.main-menu-links li:first-child .sub-menu {
	left: 0;
	right: inherit;
}



.heading,
.heading img {
	vertical-align: middle;
}
.heading img {
	margin-right: 5px;
	max-width: 35px;
}



.anniversaryBanner {
	display: none;
}



.welcome-message {
	z-index: 9999;
}
.slideshow-learnMore {
	color: #fff;
	display: block;
	font-weight: bold;
	left: 45%;
	margin-top: 1em;
	position: absolute;
	text-align: center;
	z-index: 99999;
}
.slideshow-learnMore:hover {
	color: #ed5e48;
}


#smartbanner {
	position: fixed !important;
	z-index: 99999 !important;
}
.sb-icon {
	position: absolute !important;
	left: 30px !important;
	top: 10px !important; 
	display: block !important;
	width: 55px !important;
	height: 55px !important;
	background: url(https://www.minnstarbank.com/sab/icon.png) no-repeat center !important;
	background-size: cover !important;
}





/******************************************* 
 * October 2021 Homepage Updates 
 *******************************************/ 
.page-template-page-home-2 .main {
	border-bottom: none;
}
.section--hero {
	background-size: cover;
}
.heroTitle {
	color: #fff;
	font-size: 2em;
	font-weight: 500;
	line-height: 1.1em;
	margin-top: 6vw;
	text-align: center;
	text-shadow: 0 0 3px rgba(0,0,0,0.18);
}
.heroButton-wrapper {
	margin: 4vw 0 6vw;
	text-align: center;
}
.heroButton {
	background: #000;
	backdrop-filter: blur(3px);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	padding: .7em 2em;
	text-decoration: none;
	transition: all 0.2s ease;
}
.heroButton:focus,
.heroButton:hover {
	background: rgba(16,73,158,0.75);
	color: #fff;
	text-decoration: none;
}
@media all and (min-width:50em){
	.heroTitle {
		font-size: 4em;
	}
}



/******************************************* 
 * October 2021 Mobile App Feature 
 *******************************************/ 
.section--mobileApp {
	padding-bottom: 0;
}
.section--mobileApp > .container {
	max-width: 800px;
}
.mobileApp-details {
	padding-top: 2em;
}
.mobileApp-details a {
	display: inline-block;
	vertical-align: top;
}
.mobileApp-heading {
	color: #10499e;
	font-size: 2em;
	line-height: 1.125em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
@media all and (min-width: 800px){
	.mobileApp-details {
		display: inline-block;
		padding-right: 2.9em;
		padding-top: 4em;
		vertical-align: top;
		width: 49%;
	}
	.mobileApp-image {
		display: inline-block;
		min-height: 45vh;
		overflow: hidden;
		position: relative;
		vertical-align: bottom;
		width: 50%;
	}
	.mobileApp-img {
		bottom: -7em;
		height: 63vh;
		left: -6em;
		max-width: inherit;
		position: absolute;
		width: 63vh;
	}
}




/******************************************* 
 * November 2021 Three box home section 
 *******************************************/ 
.section--heroBoxes {
	padding: 1em 0 4vw;
}
.section--heroBoxes > .container {
	text-align: center;
}
.heroBoxes {
	text-align: center;
}
.heroBox {
	border-radius: 3px;
	display: inline-block;
	margin: 0 5% 20px;
	max-width: 313px;
	overflow: hidden;
	text-align: center;
}
.heroBox-link {
	display: block;
	position: relative;
	text-align: center;
}
.heroBox-img {
	filter: grayscale(0.33);
	transition: all 0.2s ease;
}
.heroBox-heading {
	background: rgba(16,73,158,0.5);
	backdrop-filter: blur(0);
	color: #fff;
	font-weight: 500;
	padding: 12px 4px;
	text-align: center;
	transition: all 0.2s ease;
	width: 100%;
}
.heroBox-link:focus .heroBox-img, 
.heroBox-link:hover .heroBox-img {
	filter: grayscale(0);
	transform: scale(1.2);
}
.heroBox-link:focus .heroBox-heading, 
.heroBox-link:hover .heroBox-heading {
	backdrop-filter: blur(3px);
	transform: translateY(-50%);
}
@media all and (min-width:800px){
	.heroBox {
		margin: 0 1.5%;
		vertical-align: top;
		width: 30%;
	}
	.heroBox-heading {
		position: absolute;
		top: 50%;
		z-index: 10;
	}
}


@media all and (min-width:980px){
	#menu-main-menu #menu-item-2095 > .sub-menu {
		width: 28em;
	}
	#menu-main-menu #menu-item-2095 > .sub-menu > .menu-item {
		float: left;
		width: 50%;
	}
	#menu-main-menu #menu-item-2095 > .sub-menu > .menu-item .sub-menu {
		position: relative;
	}
	#menu-main-menu #menu-item-2095 > .sub-menu > .menu-item .menu-item {
		float: inherit;
	}
	#menu-main-menu #menu-item-4874 {
		border-left: 1px solid #d1d2d4;
	}
}


.fdic-header {
	background: rgba(16,73,158,0.75);
}
.fdic-header p {
	color: #fff;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 12.8px;
	font-style: italic;
	line-height: 1.35;
	margin: 0;
	padding: 10px 15px;
}
.fdic-header p img {
	height: 15.74px;
	line-height: 1.35;
	margin-right: 10px;
	vertical-align: middle;
	width: auto;
}


.section--blocks {
	margin-bottom: 20px;
	padding: 30px 0;
}
.contentBlock-thumbnail {
	margin-bottom: 20px;
	transition: transform 0.2s;
}
.contentBlock-link:hover .contentBlock-thumbnail {
	transform: scale(1.1);
}
.contentBlock-heading {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 14px;
	text-align: center;
}
.contentBlock-content {
	color: #fff;
	font-size: 17px;
	line-height: 1.8em;
	text-align: center;
}
@media all and (min-width:720px){
	.contentBlock {
		float: left;
		margin-right: 8%;
		width: 28%;
	}
	.contentBlock:last-child {
		margin-right: 0;
	}
}