/* Structure
----------------------------------------*/
body {
  background: #fff;
  background-color: #fff;
  font-size: 15px;
  font-size: 0.938rem;
  color: #363636;
}
.pagewrap {
  background: #fff;
}
.mobileonly {
  display: block;
}
.only480 {
  display: none;
}

/* Search */
section.search {
  background: #00893e;
  position: fixed;
  left: 0;
  top: -75px;
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 7;
}
section.search.active {
  top: 0;
}
section.search input.searchField {
  background: transparent;
  outline: none;
  border: 0;
  width: 100%;
  max-width: none;
  box-shadow: none;
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
section.search input[type="submit"] {
  display: none;
}
section.search a.close-search {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  display: block;
  cursor: pointer;
}
section.search ::-webkit-input-placeholder {
  color: #79f3b0;
}
section.search :-moz-placeholder {
  color: #79f3b0;
}
section.search ::-moz-placeholder {
  color: #79f3b0;
}
section.search :-ms-input-placeholder {
  color: #79f3b0;
}

/* Header
---------------------------------------- */
.masthead {
  background: #001f5b;
  position: relative;
  z-index: 6;
  text-align: center;
}
/*.masthead a.logo { width: 100%; }*/
.masthead a.logo img { display: block; max-height: 50px; }
.masthead p.phone { color: #FFF; line-height: 40px; text-transform: uppercase; margin: 0; z-index: -1;}
.masthead p.phone a:link { color: #FFF !important; text-decoration: none; font-weight: 400;}
.masthead p.phone a:visited { color: #FFF !important; text-decoration: none; }
.masthead ul.aux { position: relative; z-index: 6; }
.masthead ul.aux li { margin-top: 2em;display: inline-block; margin-left: 6px; line-height: 40px; vertical-align: top; }
.masthead ul.aux li a { color: #FFF; text-decoration: none; display: block; text-transform: uppercase; }
.masthead ul.aux li a img { display: block; }
.masthead ul.aux li a.online-banking { background: #00893E; font-size: 16px; font-size: 1rem; font-family: 'Montserrat', sans-serif; font-weight: 400; padding: 0 15px; cursor: pointer;}
.masthead ul.aux li a.openmobile { position: absolute; top: -1px; right: 0; }
.fdic-bar {
	background-color: #2B3D7B;
	padding: .5rem 0;

	.wealth-management &,
	.wealth-management-trust-department &,
	.wealth-management-investment-services & {
		display: none;
	}
}

.fdic-bar .fdic-logo { display: flex; align-items: center; gap: 5px; }
.online-login:before { content: ""; display: block; height: 10px; }
.online-login { display: none; position: absolute; top: 100%; width: 300px; left: 50%; margin-left: -125px; box-shadow: 0 10px 15px -5px rgba(0,0,0,.35); }
/*.masthead ul.aux li.relative:hover .online-login { display: block; }*/
.online-login .tabs a.olb-tabs {
  float: left;
  width: 50%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #00893e;
}
.online-login .tabs {
  position: relative;
}
.online-login .tabs a.olb-tabs.active {
  background: #fff;
  color: #192757;
}
.online-login .tabs .olb-enroll {
  background: #fff;
  color: #00893e;
  display: inline-block;
  font-weight: 700;
}
.online-login .panel1,
.online-login .panel2 {
  background: #fff;
  padding: 15px;
  text-align: left;
}
.online-login .panel1 label,
.online-login .panel2 label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #192757;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 80px;
  line-height: normal;
  vertical-align: middle;
}
.online-login .panel1 input,
.online-login .panel2 input {
  display: inline-block;
  width: 100px;
  padding: 0 5px;
  border-radius: 0;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  height: 28px;
}
.online-login .panel1 input[type="submit"],
.online-login .panel2 input[type="submit"] {
  display: inline-block;
  width: 70px;
  text-align: center;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #192757;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  margin-left: 5px;
}
.online-login .panel1 p,
.online-login .panel2 p {
  margin: 1em 0 0;
}
.online-login .panel1 p a,
.online-login .panel2 p a {
  background: none;
  display: inline-block !important;
  color: #192757 !important;
  font-size: 14px;
  font-size: 0.875rem;
  width: auto;
  float: none;
}
div.panel1 img {
  max-width: none;
}
div.panel1 a:link {
  color: #fff;
}
.panel1 .block {
  display: inline-block;
}
.skip-to-content {
  color: #ffffff !important;
  background-color: #001f5b !important;
}
.readeronly {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.reader-focusable:focus {
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  clip: auto;
}

/* Fixed Header */
.fixed-masthead {
  position: fixed;
  left: 0;
  top: -100px;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #ededed)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.fixed-masthead.active {
  top: 0;
}

.fixed-masthead:not(.active) {
  display: none;
}

.fixed-masthead a.logo {
  float: left;
}
.fixed-masthead a.logo img {
  display: block;
}
.fixed-masthead ul {
  float: right;
  margin-top: 0.5em;
}
.fixed-masthead ul li {
  display: none;
}
.fixed-masthead ul li.mobileonly {
  display: block;
}

/* Navigation
----------------------------------------- */
.menu {
  display: block;
  position: relative;
  z-index: 5;
  text-align: center;
}
.menu ul li {
  display: none;
}
.navigation {
  padding: 3rem 0 1rem 13rem;
}
nav.masthead {
  box-shadow: 0 12px 0 rgba(0, 31, 91, 0.75);
}
.nav-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}

/* Marketing Message
----------------------------------------- */
.marketing {
  position: relative;
}
.flexslider {
  z-index: 1;
  overflow: hidden;
}
ul.slides {
  margin: 0;
  padding: 0;
  zoom: 1;
}
ul.slides li {
  position: relative;
  display: none;
}
ul.slides li img {
  width: 100%;
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  background: none !important;
}
ul.slides li .text {
  background: #001f5b;
}
ul.slides li .text .container {
  padding: 15px;
}
ul.slides li .text p {
  color: #fff;
  margin: 0;
  font-size: 1.4rem;
}
ul.slides li .container {
  width: 100%;
  text-align: center;
}
ul.slides li .heading h2 {
  background: #407d5f;
  padding: 10px;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
ol.flex-control-nav {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  z-index: 10;
  text-align: center;
}
ol.flex-control-nav li {
  display: inline-block;
  margin: 0 0.5em;
}
ol.flex-control-nav li a {
  display: block;
  width: 13px;
  height: 13px;
  background: #c0c0c0;
  color: #000;
  cursor: pointer;
  text-indent: -9999em;
  border-radius: 50em;
}
ol.flex-control-nav li a.active {
  background: #00893e;
}
.facebook {
  display: block;
  margin: auto;
}
ul.slides li .text a.learn-more {
  color: #fff;
}
ul.slides li .text a.learn-more:hover {
  color: #fff;
  text-decoration: none;
}

/* Content
------------------------------------------ */
.subcontent .page {
  padding: 3em 0;
}
.disclaimerbox {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  text-height: 10px;
  padding: 20px;
  background: #ebebeb;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.notice {
  color: #d61313;
  background: #ededed;
  padding: 10px;
}

/* Mortgage Loans */
.mortgage-lender p img {
  border: 1px solid #ccc;
}

/* Breadcrumbs
------------------------------------------ */
.page-title {
  background: url("/images/image-header.jpg") center no-repeat;
  background-size: cover;
  padding: 60px 0 0;
}
.page-title .container {
  background: url("/images/bg-h1.png") left center no-repeat;
  background-size: auto 100%;
  padding: 15px;
}
.page-title h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
div.brundle_rundll_crumbles {
  display: block;
  color: #192757;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
div.brundle_rundll_crumbles a {
  text-decoration: underline;
  color: #192757;
}
div.brundle_rundll_crumbles a:hover {
  color: #192757;
}
div.brundle_rundll_crumbles a.home {
  float: left;
  height: 22px;
  width: 17px;
  background: url("/images/icon-home.png") left center no-repeat;
  text-indent: -9999em;
}
div.brundle_rundll_crumbles span.arrow {
  display: inline-block;
  margin-left: 1em;
}

/* Homepage */
body.index .page-title {
  display: none;
}
body.index .content {
  padding: 1.5em 0;
}
body.index .content .sixcol {
  margin-bottom: 3em;
}
body.index .content .sixcol img {
  float: left;
  margin: 0 1em 0 0;
}
body.index .content .sixcol h3 {
  margin-top: 0;
}
body.index .content .sixcol p {
  font-size: 14px;
  font-size: 0.875rem;
}

.threeblocks {
  margin-top: 3em;
}
.threeblocks > div {
  overflow: hidden;
}
.threeblocks > div img {
  width: 100%;
  display: block;
}
.threeblocks .text {
  background: #045c3c;
  padding: 35px 25px;
  position: relative;
  z-index: 2;
}
.threeblocks .dreamnow .text {
  background: #001f5b;
}
.threeblocks h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
}
.threeblocks h2 span {
  color: #fff;
}
.threeblocks p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.threeblocks .hover {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: url("/images/bg-grow-hover.png") repeat;
}
.threeblocks .dreamnow .hover {
  background: url("/images/bg-dream-hover.png") repeat;
}
.threeblocks div.relative:hover .hover {
  top: 0;
}
.threeblocks div a {
  color: #fff;
}
.threeblocks div .hover p {
  font-size: 14px;
  font-size: 0.875rem;
}
.threeblocks div .hover a {
  float: right;
  margin-top: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.threeblocks div .hover a:hover {
  color: #e1e1e1;
}

/* Social Feed */
.socialfeed {
  margin-bottom: 2em;
  line-height: 1.5;
  background: #ebebeb;
}
.socialfeed .facebook {
  padding: 25px 25px 25px 25px;
  border-top: 15px solid #d9d9d9;
  min-height: 90px;
  text-align: center;
}
.socialfeed .wordpress {
  padding: 25px 25px 25px 85px;
  border-top: 15px solid #d9d9d9;
}
.socialfeed .center {
  padding: 30px 0 30px 125px;
  border-top: 15px solid #0a583c;
  background: #0b6041 url("/images/icon-staff.png") 30px center no-repeat;
  color: #fff;
  font-size: 21px;
  font-size: 1.313rem;
  line-height: normal;
}
.socialfeed .center a {
  color: #fff;
  font-size: 21px;
  font-size: 1.313rem;
  line-height: normal;
}
.socialfeed div a {
  color: #363636;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
}
.socialfeed div a:hover {
  text-decoration: underline;
}

/* Footer
---------------------------------------- */
.footer { padding: 15px 0; background: #045c3c; text-align: center; }
.footer img { display: inline-block; vertical-align: middle; margin: 0 10px; }
.footer p { font-size: 14px; font-size: .875rem; margin: 0; color: #FFF; line-height: 2.0; }
.footer .accessibility { line-height: 1.0; }
.footer p a { color: #FFF; text-decoration: underline; }
.footer p a:hover { color: #1fe277; }
.footer ul { margin: 1.5em 0; }
.footer ul li { display: block; font-size: 14px; font-size: .875rem; }
.footer ul li.divider { display: none; }
.footer ul li a { display: block; color: #FFF; text-decoration: underline; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer .social-icons { display: flex; gap: 0.5rem; justify-content: center; }
body[class="wealth-management"],
body[class="wealth-management-trust-department"],
body[class="wealth-management-investment-services"] {
	footer.footer div.twocol { display:none; }
}



/* Responsive Tables */
table.responsive {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  line-height: 18px;
  text-align: center;
}
table th {
  font-weight: bold;
  background: #767676;
  color: #fff;
}
table td,
table th {
  padding: 9px 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
table tr:nth-child(even) td {
  background: #f9f9f9;
}

/* Sidebar Menu Assets */
aside img {
  display: block;
  width: 100%;
}
.sublinks-title {
  margin: 0;
  color: #fff;
  background: #045c3c;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 25px;
  text-transform: uppercase;
}
.sublinks {
  background: #00893e;
  padding: 25px;
}
.sublinks li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.sublinks li a:hover {
  background-position: right center;
  text-decoration: underline;
}

/* Service Landing Page Styles */
.service-grid .fourcol {
  margin-bottom: 1em;
}
.service-grid .img {
  background: #ebebeb;
  padding: 10px;
  padding-bottom: 0;
}
.service-grid .img a {
  display: block;
}
.service-grid .img img {
  display: block;
  margin: 0 auto;
}
.service-grid .text {
  background: #1a2859;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}
.service-grid .text p {
  color: #fff;
  margin: 0;
  line-height: normal;
}
.service-grid .text p a {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: block;
  border: 3px solid #00dd5f;
  padding: 5px 0;
}

/* Subpage Headers
-------------------------------------- */
body[class*="business-ag"] .page-title {
  background: url("/images/business-header.jpg") center no-repeat;
  background-size: cover;
  padding: 60px 0 0;
}
body[class*="wealth-management"] .page-title {
  background: url("/images/wealth-header.jpg") center no-repeat;
  background-size: cover;
  padding: 60px 0 0;
}
body[class*="location"] .page-title {
  background: url("/images/locations-header.jpg") center no-repeat;
  background-size: cover;
  padding: 60px 0 0;
}
body[class*="contact-us"] .page-title {
  background: url("/images/contact-header.jpg") center no-repeat;
  background-size: cover;
  padding: 60px 0 0;
}

/* Contact page
-------------------------------------- */
.contactform {
  max-width: 700px;
}
.contactform,
.contactform ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contactform li {
  margin-bottom: 10px;
}
.contactform li h3 {
  margin: 25px 0 5px;
}
.contactform li label {
  display: block;
  margin: 0 0 3px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
.contactform li label.inline {
  display: inline;
  margin-left: 10px;
}
.contactform li h3.nomargin {
  margin: 25px 0 0;
}

/* Quick Forms
-------------------------------------- */
.quickform {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quickform li {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.quickform li.third {
  width: 33% !important;
}
.quickform li.full {
  width: 100% !important;
}
.quickform li.full h3 {
  margin: 25px 0 5px;
}
.quickform li label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #707070;
  margin: 0 0 3px;
}
.quickform li input.text,
.quickform li textarea {
  width: 90%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.quickform li textarea {
  border-top: 1px solid #7c7c7c;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #ddd;
  width: 95%;
}
.quickform li select {
  width: 90%;
  padding: 3px;
  height: 28px;
}
.quickform li.full select,
.quickform li.full input.text {
  width: 90%;
}
.quickform li.full.cbox {
  margin: 0 0 5px;
}
.quickform li.full.cbox label {
  display: inline;
}
.quickform li.full.cbox input {
  margin: 0 10px 0 0;
}
.quickform li.full p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #454545;
}
.quickform li.full span.hint {
  color: #707070;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
.quickform li.full h3.nomargin {
  margin: 25px 0 0;
}
.quickform li img.captchaImage {
  margin: 0 0 10px;
}
.quickform li input.submit {
  display: block;
  margin: 20px 0 0;
  text-align: center;
  padding: 5px 0;
  color: #badba3;
  background-color: #005ba4;
  -webkit-border-radius: 15px;
}
.contact-location-list {
  list-style: none;
}

label.required:after,
span.required:after,
h3.required:after {
  color: #a00;
}
/* Contact List */
ul.contact-location-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.contact-location-list li {
  margin: 0 0 30px;
}

.grecaptcha-badge {
  display: none;
}

/* Overlays */
.simple_overlay {
  -moz-box-shadow: 0 0 90px 5px #000000;
  background-color: #333333;
  border: 1px solid #666666;
  display: none;
  padding: 15px;
  z-index: 10000;
}
.simple_overlay .close {
  background-image: url(/images/close.png);
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 35px;
}
body .modal {
  background-color: #fff;
  color: #000;
  display: none;
  width: 350px;
  padding: 15px;
  text-align: left;
  border: 2px solid #333;
}
body .modal h2 {
  background: url(/images/info.png) 0 50% no-repeat;
  margin: 0px;
  padding: 10px 0 10px 45px;
  border-bottom: 1px solid #333;
  font-size: 20px;
  font-size: 1.25rem;
}
.modalsecondary {
  opacity: 0.8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 50px #ccc;
  -moz-box-shadow: 0 0 50px #ccc;
  -webkit-box-shadow: 0 0 50px #ccc;
}

/* Typography
----------------------------------------*/
body,
p,
ul,
ol,
dl,
input,
textarea,
select,
button {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.75;
}

/* --- Headings --- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0.5em 0;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
h1 {
  color: #192757;
  font-size: 34px;
  font-size: 2.125rem;
  margin: 0 0 0.5em;
}
h2 {
  color: #192757;
  font-size: 27px;
  font-size: 1.688rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
h3 {
  color: #363636;
  font-size: 15px;
  font-size: 0.938rem;
  text-transform: uppercase;
}
h4 {
  color: #045d3f;
  font-size: 18px;
  font-size: 1.125rem;
}
h5 {
  color: #fff;
  font-size: 19px;
  font-size: 1.188rem;
}
h6 {
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
}

/* Text Elements */
p {
  font-size: 15px;
  font-size: 0.938rem;
  margin: 0 0 1em;
}
ul,
ol,
dl {
  font-size: 15px;
  font-size: 0.938rem;
  margin: 1.5em;
  list-style-position: outside;
}
table {
  font-size: 15px;
  font-size: 0.938rem;
}
.bullet li {
  list-style: none;
  padding-left: 28px;
  background: url("/images/green-arrow.png") left 11px no-repeat;
  line-height: 37px;
}
.fine {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  font-style: italic;
  font-weight: bold;
}

/* a Tags */
a,
a:link,
a:visited,
a:active {
  color: #00893e;
  text-decoration: underline;
}
a:hover {
  color: #363636;
}
a.noLink {
  color: #fff !important;
  cursor: text;
}
a.noLink {
  color: #fff;
  cursor: text;
}
a.noLink:hover {
  color: #fff !important;
}

@media all and (min-width: 300px) and (max-width: 480px) {
  .navigation {
    padding: 0;
  }
  .nav-container {
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0 0.5rem;
  }
  .masthead ul.aux li {
    margin: 0;
  }
  .masthead ul.aux li a.openmobile {
    top: 52px;
  }
  .masthead a.logo img {
    padding-bottom: 1rem;
    max-height: 70px;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .masthead a.logo {
    width: auto;
  }
  .masthead a.logo img {
    display: block;
    max-height: 50px;
  }
  .masthead p.phone {
    margin: 1em 0 1em;
    width: 100%;
  }
  .masthead .headright {
    float: right;
  }
  .masthead ul.aux li {
    vertical-align: middle;
    margin: 0;
  }
  .masthead ul.aux li a.online-banking {
    padding: 0 10px;
  }
  .masthead ul.aux li a.openmobile {
    position: relative;
    top: 3px;
    margin-left: 15px;
  }
  .nav-container {
    flex-direction: column;
  }
  .navigation {
    padding: 0;
  }
  .only480 {
    display: block;
  }
  .threeblocks .hover {
    padding: 50px 35px;
  }
  .service-grid .fourcol {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .service-grid .fourcol:nth-child(even) {
    margin-right: 0;
  }
}

@media all and (min-width: 769px) {
  /* Structure */
  .mobileonly,
  .only480 {
    display: none !important;
  }

  /* Mobile Menu */
  .mobilemenu {
    display: none !important;
  }
  .pagewrap.shift {
    left: 0;
  }

  /* Search */
  div.search input.searchField {
    font-size: 24px;
    font-size: 1.5rem;
  }

  /* Header */
  .masthead a.logo {
    max-width: 20%;
  }
  .masthead a.logo img {
    max-height: none;
  }
  .masthead p.phone {
    position: absolute;
    bottom: -52px;
    right: 0;
    background: #00893e;
    padding: 0 15px;
  }
  .masthead .headright {
    float: right;
    width: 100%;
  }
  .masthead ul.aux {
    position: absolute;
    right: 0;
    top: 8px;
  }
  .masthead ul.aux li {
    margin-top: 0;
  }
  .masthead ul.aux li a.online-banking {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 30px;
  }
  .online-login {
    margin-left: -150px;
  }

  /* Fixed header */
  .fixed-masthead ul {
    margin: 0;
  }
  .fixed-masthead ul li {
    display: block;
    float: left;
    margin: 0 0 0 1.25em;
    text-transform: uppercase;
    line-height: 42px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fixed-masthead ul li a {
    color: #545454;
    text-decoration: none;
  }
  .fixed-masthead ul li a:hover {
    color: #00893e;
  }
  .fixed-masthead ul ul {
    display: none;
  }

  /* Navigation
----------------------------------------- */
  .menu {
    display: block;
    position: relative;
    z-index: 5;
    text-align: center;
  }
  .menu ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-size: 0.938rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0.5em;
  }
  .menu ul li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-size: 0.938rem;
  }

  /* Second Tier */
  .menu ul li > ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 300px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 15px solid #cdd1d1;
    opacity: 0;
    visibility: hidden;
  }
  .menu ul li > ul:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    border: 15px solid transparent;
    border-top-color: #00893e;
  }
  .menu ul li#headerNavItem42 > ul {
    left: auto;
    right: 0;
  }
  .menu ul li#headerNavItem42 > ul:before {
    left: auto;
    right: 25px;
  }
  .menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .menu ul li > ul li {
    display: block;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-transform: none;
    margin: 0;
  }
  .menu ul li > ul li a {
    padding: 3px 0;
    color: #121d43;
  }
  .menu ul li > ul li a:hover {
    color: #00893e;
  }
  .menu ul li > ul li > ul {
    left: 90%;
    top: 0;
    background: #eee;
    border: 0;
    box-shadow: none;
  }
  .menu ul li > ul li > ul:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 10px;
    border: 7px solid transparent;
    border-right-color: #eee;
  }

  /* Content */
  body.index .content {
    padding: 2em 0;
  }
  body.index .content .sixcol {
    margin-bottom: 1em;
  }
  .subcontent .page {
    padding: 3em 0;
  }

  /* Homepage */
  .threeblocks > div {
    float: left;
    width: 50%;
  }
  .threeblocks .hover {
    padding: 35px;
  }

  /* Social Feed */
  .socialfeed {
    border-top: 15px solid #d9d9d9;
  }
  .socialfeed .facebook {
    float: left;
    width: 33%;
    border: 0;
  }
  .socialfeed .wordpress {
    float: right;
    width: 33%;
    border: 0;
  }
  .socialfeed .center {
    padding-bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -17%;
    width: 34%;
    top: -15px;
    bottom: 0;
  }

  /* Footer */
  .footer {
    text-align: left;
  }
  .footer img {
    margin: 7px 10px 0 0;
  }
  .footer ul {
    margin: 0;
  }
  .footer ul li {
    display: inline-block;
    color: #fff;
  }
  .footer ul li.divider {
    display: inline-block;
    margin: 0 0.5em;
  }
  .footer ul li a {
    padding: 0;
    border-bottom: 0;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
.footer .social-col { display:flex; gap:0.5rem; justify-content:space-between; }
}

@media all and (min-width: 960px) {
  .masthead a.logo {
    max-width: 15%;
  }
  .masthead .headright {
    max-width: 85%;
  }
  .masthead ul.aux {
    position: absolute;
    right: 0;
    top: 0;
  }

  /* Menu */
  .menu {
    text-align: right;
  }
  .menu ul li {
    margin: 0;
    margin-left: 1.5em;
  }
  .menu ul li:first-child {
    margin-left: 0;
  }

  /* Threeblocks */
  .threeblocks > div {
    float: left;
    width: 33.33333333333333333%;
  }
  .threeblocks .hover {
    padding: 15px;
  }
  .threeblocks div .hover a {
    margin-top: 0.5em;
  }

  /* Marketing Message */
  ul.slides li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url("/images/bg-mk-text.png") repeat;
  }
  ul.slides li .text .container {
    height: 120px;
  }
  ul.slides li .text p {
    color: #fff;
    margin: 0;
    padding-left: 3%;
    max-width: 85%;
  }
  ul.slides li .text a.learn-more {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    background: #00893e;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 120px;
  }
  ul.slides li .container {
    width: 96%;
    text-align: left;
  }
  ul.slides li .heading {
    position: absolute;
    bottom: 140px;
    left: 0;
    width: 100%;
  }
  ul.slides li .heading .container {
    text-align: right;
  }
  ul.slides li .heading h2 {
    background: url("/images/bg-mk-heading.png") repeat;
    padding: 0 20px;
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0;
    display: inline-block;
    line-height: 65px;
  }
  ol.flex-control-nav {
    margin: 0;
    padding: 10px 10px;
    border: 2px solid #00893e;
    border-left: 0;
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  ol.flex-control-nav li {
    display: block;
    margin: 5px 0;
  }
  ol.flex-control-nav li a {
    background: #fff;
    cursor: pointer;
  }

  /* Fixed header */
  .fixed-masthead a.logo {
    margin-right: 2em;
  }
  .fixed-masthead ul {
    margin: 0;
    float: left;
  }
  .fixed-masthead ul li {
    margin: 0 1em;
    font-size: 16px;
    font-size: 1rem;
  }

  .even {
    min-height: 170px;
  }
}

@media all and (min-width: 1050px) {
  .masthead a.logo {
    max-width: 35%;
  }
  .masthead .headright {
    max-width: 65%;
  }
  .even {
    min-height: 140px;
  }
}

@media all and (min-width: 1200px) {
  ul.slides li .text p {
    padding-left: 0;
  }
  .menu ul li {
    font-size: 17px;
    margin-left: 1.5em;
  }
  .navigation {
    padding: 0 0 1rem 18rem;
  }
  .threeblocks .hover {
    padding: 50px 35px;
  }
}
