body {
	padding: 140px 0 0;
}

/**
 * Header
 */
body > header {
	height: 90px;
	width: 85%;
	padding: 0 7.5%;
	margin: 0 auto;
	position: fixed;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body > header [itemscope] {
	height: 90px;
	width: 420px;
}

body > header [itemscope] [itemprop="url"] {
	display: block;
	padding: 90px 0 0 420px;
	width: 0;
	height: 0;
	overflow: hidden;
	background: url('../images/bom-logo-large2.png') center center no-repeat;
	background-image: url('../images/bom-logo-large2.svg'), linear-gradient(transparent, transparent);
}

body > header [itemscope] [itemprop="telephone"] {
	display: block;
	position: absolute;
	top: 90px;
	right: 7.5%;
	right: calc(7.5% + 55px);
	line-height: 25px;
	background-color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	color: #4D4D4F;
	padding: 0 15px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	z-index: 20;
}

body > header [itemscope] [itemprop="telephone"] a {
	color: #4D4D4F;
}

body > header [itemscope] [itemprop="telephone"]:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	background-color: #fff;
}

/*body.admin-bar > header [itemscope] [itemprop="telephone"] {
	top: 122px;
}*/

body > header [itemscope] [itemprop="telephone"]:before {
	content: 'Main Branch  ';
}

@media screen and ( max-width: 990px ) {

	body > header [itemscope] [itemprop="telephone"] {
		display: none;
	}

}

@media screen and ( max-width: 1135px ) {

	body > header [itemscope] [itemprop="url"] {
		background-position: left center;
		background-size: 90%;
		/*background-image: url('../images/bom-logo-small.png');
		background-image: url('../images/bom-logo-small.svg'), linear-gradient(transparent, transparent);*/
	}

	body > header [itemscope] [itemprop="telephone"] {
		right: 7.5%;
	}

}

@media screen and ( max-width: 1060px ) {

	body > header [itemscope] [itemprop="telephone"] {
		right: 2%;
	}

}

/**
 * Search
 */
#search {
	width: 85%;
	margin: 0 auto;
	height: 0;
	position: fixed;
	top: 90px;
	left: 0;
	right: 0;
	z-index: 60;
	background-color: transparent;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: none 0s;
	-moz-transition: none 0s;
	transition: none 0s;
}

#search fieldset {
	display: block;
	position: absolute;
	top: -67.5px;
	right: 0;
	z-index: 10;
	border-radius: 5px;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	font-size: 0;
	border: 0;
	margin: 0;
	width: 110px;
	overflow: visible;
}

#search fieldset input {
	-webkit-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	vertical-align: top;
	font-family: 'Fira Sans';
	border: 0;
	border-radius: 0;
	float: none;
	width: 70px;
	background-color: #F89E53;
	color: #939598;
	outline: 0;
	padding: 0 5px 0 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
	position: absolute;
	top: 0;
	right: 25px;
	-webkit-transition: background-color 0.2s, width 0.2s;
	-moz-transition: background-color 0.2s, width 0.2s;
	transition: background-color 0.2s, width 0.2s;
	border-radius: 5px 0 0 5px;
}

#search fieldset input:invalid {
	box-shadow: none;
}

#search fieldset input[type="search"]:hover,
#search fieldset input[type="search"]:focus {
	background-color: #D18247;
	width: 170px;
}

#search fieldset input[type="search"]:hover + input,
#search fieldset input[type="search"]:focus + input {
	background-color: #D18247;
}

#search fieldset input[type="submit"] {
	padding: 45px 0 0 26px;
	background-color: #F89E53;
	background-position: 1px center;
	right: 0;
	border-radius: 0 5px 5px 0;
}

.search .lead form input[type="submit"]:hover,
.error404 .lead form input[type="submit"]:hover {
	background-color: #D18247;
}

article .column h2 ~ h2,
article .column h3 ~ h3 {
	margin-top: 25px;
}

article ol li {
	list-style-position: inside;
}

/**
 * Header navigation
 */
body > [for="menu"] {
	display: none;
}

body:before {
	content: '';
	display: block;
	position: fixed;
	z-index: 45;
	height: 50px;
	top: 90px;
	left: 0;
	right: 0;
	background-color: #4E819F;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
}

body.home:before {
	display: none;
}

.menu-header-container {
	text-align: right;
	font-size: 0;
	height: 50px;
	/*background-color: #4E819F;*/
	position: fixed;
	top: 140px;
	left: 0;
	right: 0;
	z-index: 55;
	/*-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;*/
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: none 0s;
	-moz-transition: none 0s;
	transition: none 0s;
}
body > #menu:checked ~ .menu-header-container {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

/*body.admin-bar .menu-header-container {
	top: 0;
}*/

.menu-header-container > ul {
	width: 85%;
	margin: 0 auto;
	height: 50px;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body > #menu:checked ~ .menu-header-container > ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.menu-header-container > ul:before,
.menu-header-container > ul:after {
	display: none;
}

.menu-header-container > ul > li {
	line-height: 45px;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	top: -67.5px;
	vertical-align: top;
	height: 0;
	float: none;
	width: auto;
}

.menu-header-container > ul > li:first-child {
	display: none;
}

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

	.menu-header-container > ul > li:first-child {
		display: inline-block;
	}

}

.menu-header-container > ul > li > a {
	font-family: 'Fira Sans Medium';
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	color: #939598;
	line-height: 45px;
	border-bottom: 0;
	border-left: 0;
	padding: 0;
	vertical-align: baseline;
	height: auto;
}

.menu-header-container > ul > li:nth-child(2n) > a {
	border-left: 0;
}

.menu-header-container > ul > li:last-child a,
.menu-header-container > ul > li:nth-child(2n+1):nth-last-child(2) a {
	border-bottom: 0;
}

.menu-header-container > ul > li:nth-child(odd):last-child,
.menu-header-container > ul > li:nth-child( 3n + 1 ):last-child,
.menu-header-container > ul > li:nth-child( 3n + 2 ):last-child {
	width: auto;
}

.menu-header-container > ul > li:nth-child(odd):last-child > a,
.menu-header-container > ul > li:nth-child( 3n + 1 ):last-child > a,
.menu-header-container > ul > li:nth-child( 3n + 2 ):last-child > a {
	border-right: 0;
}

.menu-header-container > ul > li > a:hover {
	color: #F89E53;
	background-color: transparent;
}

.menu-header-container > ul > li ~ li ~ li > a {
	background-color: #F89E53;
	color: #fff;
	font-family: 'Fira Sans';
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 5px;
	padding: 0 15px;
	padding: 0 1.5rem;
	/* width: 50px; */
	text-align: center;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.menu-header-container > ul > li ~ li ~ li.current-menu-item > a,
.menu-header-container > ul > li ~ li ~ li > a:hover {
	background-color: #D18247;
	color: #fff;
}

.menu-header-container > ul > li ~ li ~ li ~ li {
	margin-right: 130px;
}

.menu-header-container > ul > li ~ li ~ li ~ li ~ li {
	display: table;
	float: left;
	height: 50px;
	top: 0;
	width: 100px;
	margin: 0 20px 0 0;
}

.menu-header-container > ul > li ~ li ~ li ~ li ~ li > a {
	text-transform: lowercase;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
}

.menu-header-container > ul > li ~ li ~ li ~ li ~ li.current-menu-item > a,
.menu-header-container > ul > li ~ li ~ li ~ li ~ li.current-menu-ancestor > a,
.menu-header-container > ul > li ~ li ~ li ~ li ~ li.current-page-ancestor > a,
.menu-header-container > ul > li ~ li ~ li ~ li ~ li > a:hover {
	color: #FFF579;
	background-color: transparent;
}
/*
.menu-header-container > ul {
	width: 100%;
}

.menu-header-container > ul > li ~ li ~ li ~ li {
	margin-right: 190px;
}*/

/**
 * Content
 */
article footer {
	text-align: center;
	padding: 40px 0;
	padding: 4rem 0;
}

article .aligncenter {
	width: auto;
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
}

article .alignleft {
	float: left;
	width: auto;
	max-width: 50%;
	margin: 0 15px 15px 0;
	margin: 0 1.5rem 1.5rem 0;
}

article .alignright {
	float: right;
	width: auto;
	max-width: 50%;
	margin: 0 0 15px 15px;
	margin: 0 0 1.5rem 1.5rem;
}

.single-post article time {
	position: absolute;
	top: 50px;
	right: 105%;
	right: calc(100% + 30px);
	white-space: nowrap;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.5;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

.blog article ~ article {
	padding: 30px 0;
	text-align: center;
}

.blog article ~ article time {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
}

.blog article ~ article [itemprop="description"] {
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	width: 60%;
	margin: 0 auto;
}

.learn-more {
	margin: 0;
}

.learn-more:hover {
	background-color: #D18247;
	color: #fff;
}

.learn-more:after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 100%;
	border-width: 5px 7px 5px 0;
	border-color: transparent #F89E53;
	border-style: solid;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.learn-more:hover:after {
	border-color: transparent #D18247;
}

.learn-more.arrow-top:after {
	top: -7px;
	right: 50%;
	right: calc(50% - 7.5px);
	border-width: 0 7.5px 7.5px;
	border-color: #F89E53 transparent;
}

.learn-more.arrow-top:hover:after {
	border-color: #D18247 transparent;
}

.single article {
	padding: 50px 0;
	width: 60%;
}

.single article.lead {
	width: 100%;
	padding: 0;
}

.lead {
	height: 360px;
	display: table;
	padding: 0;
	width: 100%;
}

.lead .content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 0 30px;
}

.lead .content > * {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}

article .column.has-header-icon h2:first-child:before {
	padding: 125px 0 0 125px;
	float: none;
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
}

.page-template-multicolor-columns article .column,
.page-template-multicolor-columns article .column ~ .column {
	width: 40%;
	padding: 5%;
	margin: 0;
}

/**
 * Checking & Savings
 */
.page-template-checking-savings article:before,
.page-template-types-of-accounts article:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	background-color: #BEACB2;
}


.page-template-types-of-accounts article:before {
	background-color: #A5D2DD;
	z-index: -1;
}

/**
 * Hours & Locations
 */
.page-template-hours main:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background-color: #A2B5C1;
	z-index: 1;
}

.page-template-hours article {
	padding: 50px 0;
}

article .branch {
	width: 20%;
	float: left;
	margin: 0;
}

article .branch:nth-child(even) {
	clear: none;
}

.page-template-contact article .branch.first + .branch + .branch {
	margin-left: 10%;
}

.page-template-contact article .branch.first {
	clear: left;
	margin-left: 5%;
}

/**
 * Current Rates & Fees
 */
.page-template-current-rates main section {
	padding: 25px 0 60px;
	padding: 2.5rem 0 6rem;
}

.page-template-current-rates main section table thead th {
	padding-right: 45px;
	padding-right: 4.5rem;
	padding-left: 15px;
	padding-left: 1.5rem;
}

/**
 * How Can We Help?
 */
.page-template-two-columns main:after,
.page-template-help main:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	z-index: 0;
	background-color: #B4BBBF;
}

article .column {
	float: left;
	width: 40%;
	text-align: center;
	margin: 0 0 0 5%;
	padding: 75px 0;
	padding: 7.5rem 0;
}

article .column ~ .column {
	margin-left: 10%;
}

article .column ol,
article .column ul {
	padding: 0;
}

article .column ul {
	list-style: none;
}

.page-template-help .branch-hours {
	clear: both;
}

.page-template-help .branch-hours .branch {
	width: 50%;
}

.page-template-help .branch-hours .branch:nth-child(odd) {
	clear: left;
}

@media all and ( min-width: 769px ) {

	.page-template-help .branch-hours ul {
		font-size: 0;
		text-align: center;
	}

	.page-template-help .branch-hours .branch {
		display: inline-block;
		width: 26%;
		vertical-align: top;
		float: none;
	}

	.page-template-help .branch-hours .branch:nth-child(odd) {
		clear: none;
	}

}

@media all and ( min-width: 1201px ) {

	.page-template-help .branch-hours .branch {
		width: 20%;
		margin-left: 2%;
	}

	.page-template-help .branch-hours .branch:first-child {
		margin-left: 0;
	}

}

/**
 * Front page
 */
body.home {
	padding: 90px 0 0;
}

body.home >header [itemscope] [itemprop="url"] {
	position: relative;
	z-index: 1;
}

body.home > header:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.home .menu-header-container {
	/*height: 0;*/
}

.menu-header-container > ul {
	height: 0;
}

.home .menu-header-container > ul > li ~ li ~ li ~ li ~ li {
	display: none;
}

.home .person-list-container {
	padding: 60px 0 0;
	height: calc(100% - 60px);
}

.home article nav {
	font-size: 0;
	text-align: center;
	padding: 0 0 20px;
	display: block;
}

.home article nav ul {
	padding: 0;
	margin: 0;
}

.home article nav li {
	display: inline-table;
	vertical-align: top;
	height: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 150px;
	text-align: center;
	margin: 0 7.5px;
	margin: 0 0.75rem;
}

.home article nav li a {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	padding: 0 1.5rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	font-family: 'Fira Sans Book';
	font-weight: 400;
	text-transform: lowercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}

.home article nav li a:hover {
	background-color: #F89E53;
	border-color: #F89E53;
}

.home .person-list {
	height: calc( 100% - 95px );
}

.single .person-list:hover li a img {
	-webkit-filter: grayscale(100%);
	-webkit-transition: 0.2s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: 0.2s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: 0.2s ease-in-out;
	filter: grayscale(100%);
	transition: 0.2s ease-in-out;
	filter: gray;
}

.single .person-list:hover li a:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.person-list li a:hover div {
	opacity: 1;
	bottom: 10%;
}

.person-list:hover li.active a div {
	opacity: 0;
	bottom: 8%;
}

.person-list:hover li.active a:hover div {
	opacity: 1;
	bottom: 10%;
}

/**
 * Landing
 */
.page-template-landing main {
	display: table;
	height: 560px;
	width: 100%;
}

.page-template-landing article {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

.page-template-left-image-right-content article .backboard,
.page-template-left-image-right-content-flex article .backboard,
.page-template-landing article .backboard {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
}
.page-template-left-image-right-content-flex .flex-row-repeater {
	overflow: hidden;
}

.backboard.interior div {
	top: 135px;
	transform-style: flat;
	transform: scale(1);
}

@keyframes repaint {

	from {
		width: 99.999%;
	}

	to {
		width: 100%;
	}

}

/**
 * Online Banking & Telebanking
 */
.single-customer article:before,
.page-template-left-image-right-content article:before,
.page-template-left-image-right-content-flex article:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	background-color: #CCD4C9;
	z-index: 0;
}

.single-customer article:after,
.page-template-left-image-right-content article:after,
.page-template-left-image-right-content-flex article:after {
	content: '';
	display: block;
	clear: both;
}

.page-template-left-image-right-content article.has-footer:before,
.page-template-left-image-right-content-flex article.has-footer:before {
	background-color: #CAD5DA;
}

.single-customer article p.left-image:before,
.page-template-left-image-right-content article p.left-image:before,
.page-template-left-image-right-content-flex article p.left-image:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -12.5%;
	bottom: 0;
	width: 125%;
	background-color: #616263;
	z-index: 0;
}

/**
 * Mortgage Calculator
 */
#mortgage-calculator fieldset label {
	font-size: 16px;
	font-size: 1.6rem;
}

#mortgage-calculator fieldset label small {
	font-size: 12px;
	font-size: 1.2rem;
}

#mortgage-calculator fieldset div input,
#mortgage-calculator fieldset div select {
	width: 150px;
	width: 15rem;
}

#mortgage-calculator fieldset input[type="submit"]:hover {
	color: #fff;
	background-color: #F89E53;
}

.mortgage-calculation {
	margin: 40px auto 60px;
	margin: 4rem auto 6rem;
}

.mortgage-calculation thead th:first-child {
	max-width: none;
	overflow: visible;
	text-indent: 0;
}

.mortgage-calculation thead th,
.mortgage-calculation tbody td {
	padding: 10px 15px;
	padding: 1rem 1.5rem;
}

.share li.facebook a:hover {
	background-color: #3B5998;
}

.share li.twitter a:hover {
	background-color: #29A8E0;
}

.share li.linkedin a:hover {
	background-color: #017BB5;
}

.share li.email a:hover {
	background-color: #F89E53;
}

/**
 * Home Loans
 */
.page-template-home-loans article:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	background-color: #808384;
	z-index: 0;
}

.page-template-home-loans .column ~ .column {
	padding: 20px 3%;
	padding: 2rem 3%;
	width: 34%;
}

#adjustable-rates thead tr:first-child {
	display: none;
}

#adjustable-rates thead tr:first-child ~ tr {
	display: table-row;
}

#adjustable-rates tbody td {
	display: table-cell;
}

.fixed-rate {
	font-size: 0;
	text-align: center;
	width: 100%;
	white-space: nowrap;
}

.fixed-rate dt {
	background-color: #748A96;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Fira Sans Book';
	line-height: 50px;
	height: 50px;
	line-height: 5rem;
	padding: 0 5px 0 15px;
	padding: 0 0.5rem 0 1.5rem;
	display: inline-block;
	white-space: nowrap;
	text-align: right;
	float: none;
	width: auto;
	margin: 0;
	vertical-align: top;
}

.fixed-rate dt ~ dt {
	margin-left: 1px;
}

.fixed-rate dd {
	background-color: #748A96;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Fira Sans Book';
	line-height: 50px;
	line-height: 5rem;
	padding: 0 15px 0 5px;
	padding: 0 1.5rem 0 0.5rem;
	display: inline-block;
	white-space: nowrap;
	text-align: left;
	float: none;
	width: auto;
	margin: 0;
	vertical-align: top;
}

/**
 * Credit Cards
 */
.page-template-credit-cards .column,
.page-template-northern-trust .column {
	float: right;
	margin: 0 5% 0 0;
	padding: 75px 0;
	padding: 7.5rem 0;
	position: relative;
}

.page-template-credit-cards .column:before,
.page-template-northern-trust .column:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 115%;
	width: 125%;
	margin: 0;
	padding: 0;
	height: auto;
}

.page-template-northern-trust .column:before {
	background-size: auto;
}

.page-template-trust-and-investment .lead {
	height: 500px;
}

/**
 * Search
 */
.search ol.results li p {
	width: calc(100% - 150px);
	float: left;
}

.search ol.results li .learn-more {
	float: right;
}

/**
 * Home/landing pages
 */
body.page-template-landing main {
	height: calc(100vh - 340px);
	z-index: 5;
	overflow: visible;
}

body.home main {
	height: calc(100vh - 260px);
	z-index: 5;
}

body.home > footer,
body.page-template-landing > footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

body.home .menu-footer-container,
body.page-template-landing .menu-footer-container {
	position: fixed;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 1;
}

body.home .newsworthy,
body.page-template-landing .newsworthy {
	position: fixed;
	bottom: 80px;
	left: 0;
	right: 0;
	z-index: 1;
}

/**
 * Single customer
 */
.single-customer article {
	padding: 0;
	width: 100%;
}

/**
 * Trust & Investment
 */
.trust-investment-footer {
	padding: 60px 7.5%;
}

.trust-investment-nav {
	padding: 60px 7.5%;
}

.trust-investment-nav > ul > li > ul > li > a:hover {
	background-color: #F89E53;
	color: #fff;
}

.trust-investment-nav > ul > li > ul > li > a:hover:after {
	border-color: transparent #fff;
}

.trust-investment-nav > ul > li {
	width: 45%;
	float: left;
	margin: 0;
}

.trust-investment-nav > ul > li ~ li {
	margin: 0;
}

.trust-investment-nav > ul > li + li + li {
	margin: 30px 0 0;
}

.trust-investment-nav > ul > li:nth-child(odd) {
	clear: left;
}

.trust-investment-nav > ul > li:nth-child(odd) + li {
	margin-left: 10%;
}

.trust-investment-nav > ul > li p {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

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

	.trust-investment-nav > ul > li {
		width: 19.75%;
	}

	.trust-investment-nav > ul > li ~ li,
	.trust-investment-nav > ul > li:nth-child(odd) + li,
	.trust-investment-nav > ul > li + li + li {
		margin: 0 0 0 7%;
	}

	.trust-investment-nav > ul > li:nth-child(odd) {
		clear: none;
	}

	.trust-investment-nav > ul > li div {
		min-height: 175px;
	}

}

/**
 * Directory
 */
.page-template-directory article {
	padding-bottom: 60px;
	padding-bottom: 6rem;
}

.page-template-directory article .top {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.page-template-directory article .person {
	float: left;
	width: 27%;
	padding: 10px 4%;
	padding: 1rem 4%;
	margin: 0 0 0 10%;
	height: 116px;
	display: table;
}

.page-template-directory article .person div {
	display: table-cell;
	vertical-align: middle;
}

.page-template-directory article .person + .person {
	margin: 0 0 0 10%;
}

.page-template-directory article .person + .person + .person {
	margin: 1px 0 0 10%;
}

/**
 * Contact
 */
.page-template-two-columns article:before,
.page-template-contact article:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	background-color: #D1D2C4;
	z-index: -1;
}

.page-template-contact article {
	padding-bottom: 60px;
	padding-bottom: 6rem;
}

.page-template-contact article .top {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.page-template-two-columns article .learn-more {
	margin-bottom: 25px;
}

/**
 * Subpage menu
 */
nav.subpage-menu > ul > li:hover > a {
	color: #fff;
	background-color: #F89E53;
	border-color: #F89E53;
	text-shadow: none;
}

nav.subpage-menu > ul > li > ul > li > a:hover {
	color: #414042;
	background-color: transparent;
}

nav.subpage-menu.dark > ul > li > ul > li > a:hover {
	color: #F89E53;
}

/**
 * Footer navigation
 */
.menu-footer-container {
	padding: 0;
}

.menu-footer-container ul {
	width: 85%;
	margin: auto;
	line-height: 40px;
	text-align: right;
	height: 40px;
}

.menu-footer-container li.icon-fdic,
.menu-footer-container li.icon-equal-housing {
	float: left;
}

.menu-footer-container li.icon-fdic {
	margin-left: 0;
}

.menu-footer-container li.icon-fdic a:hover,
.menu-footer-container li.icon-equal-housing a:hover,
.menu-footer-container li a:hover {
	color: #FFF579;
}

.menu-footer-container li.icon-fdic a:hover span {
	background-image: url('../images/icon-fdic-yellow.png');
	background-image: url('../images/icon-fdic-yellow.svg'), linear-gradient(transparent, transparent);
}

.menu-footer-container li.icon-equal-housing a:hover:before {
	background-image: url('../images/icon-equal-housing-yellow.png');
	background-image: url('../images/icon-equal-housing-yellow.svg'), linear-gradient(transparent, transparent);
}

/**
 * Footer
 */
/*.newsworthy .learn-more {
	margin-left: 7.5%;
}*/
.newsworthy p {
	max-width: none;
}

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

	.newsworthy {
		white-space: nowrap;
		font-size: 0;
		text-align: center;
	}

	.newsworthy h2,
	.newsworthy p {
		display: inline-block;
		line-height: 40px;
		line-height: 4rem;
		margin: 0;
		width: auto;
		vertical-align: middle;
	}

	.newsworthy p {
		margin: 0 15px;
		margin: 0 1.5rem;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.newsworthy .learn-more {
		margin-left: 20px;
		margin-left: 2rem;
	}

}

body > footer p {
	text-align: left;
}

body > footer p a:hover {
	color: #FFF579;
}
