@font-face {
  font-family: 'QuincyCF-Black';
  font-style: normal;
  font-weight: normal;
  src: local("QuincyCF-Black"), url("fonts/QuincyCF-Black.woff2") format("woff2"), url("fonts/QuincyCF-Black.woff") format("woff"); }

@font-face {
  font-family: 'Georgia Italic';
  font-style: italic;
  font-weight: normal;
  src: local("Georgia Italic"); }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #000;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  content: '';
  display: table;
  clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

* {
  font-family: "Roboto", sans-serif; }

a {
  color: #303B50;
  text-decoration: none; }
  a:hover {
    color: #456FA6;
    text-decoration: underline; }
  a:focus {
    color: #303B50;
    text-decoration: none;
    outline: dashed #A22121 2px;
    outline-offset: 1px; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: #000000; }

ul {
  padding: 0 0 0 30px; }

li,
p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 28px;
  font-size: 20px;
  margin: 15px 0;
  color: #303B50; }

p {
  max-width: 1370px; }
  p + h3 {
    margin: 25px 0 15px; }
  p img {
    margin: 15px 0; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  clear: both;
  color: white; }
  @media (min-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin: 25px 0; } }
  h1.dark-blue,
  h2.dark-blue,
  h3.dark-blue,
  h4.dark-blue,
  h5.dark-blue,
  h6.dark-blue {
    color: #303B50; }

h1 {
  font-size: 42px;
  line-height: 42px;
  font-family: "QuincyCF-Black";
  color: #303B50;
  margin: 15px 0; }
  @media screen and (min-width: 300px) {
    h1 {
      font-size: calc(42px + 10 * ((100vw - 300px) / 900)); } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 52px; } }
  @media screen and (min-width: 300px) {
    h1 {
      line-height: calc(42px + 10 * ((100vw - 300px) / 900)); } }
  @media screen and (min-width: 1200px) {
    h1 {
      line-height: 52px; } }
  h1 strong, h1 b {
    font-style: normal;
    color: #8DADD8; }

h2 {
  font-size: 28px;
  line-height: 36px;
  font-size: 36px;
  margin: 15px 0;
  color: #303B50; }
  @media screen and (min-width: 300px) {
    h2 {
      font-size: calc(28px + 8 * ((100vw - 300px) / 900)); } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 36px; } }
  @media screen and (min-width: 300px) {
    h2 {
      line-height: calc(36px + 9 * ((100vw - 300px) / 900)); } }
  @media screen and (min-width: 1200px) {
    h2 {
      line-height: 45px; } }

h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 15px 0 5px; }
  @media screen and (min-width: 300px) {
    h3 {
      font-size: calc(24px + 6 * ((100vw - 300px) / 900)); } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 30px; } }

h4, h5, h6 {
  font-size: 20px;
  line-height: 32px;
  margin: 15px 0 5px; }
  @media screen and (min-width: 300px) {
    h4, h5, h6 {
      font-size: calc(20px + 4 * ((100vw - 300px) / 900)); } }
  @media screen and (min-width: 1200px) {
    h4, h5, h6 {
      font-size: 24px; } }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

.flexible-heading, .section-heading {
  text-align: center; }

.flexible-heading {
  margin-top: 60px;
  font-weight: bold; }

.white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text ul, .white-text li, .white-text a, .white-text div {
  color: white; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

sup, sub {
  position: relative;
  font-size: 60%; }

/* Styles that apply only to the MCB site */
body.mcb #mobilemenu li.mobile-login.menu-item-has-children {
  display: none; }

body.mcb .menu-item-540, body.mcb .menu-item-999 {
  display: none; }

body.mcb .hidden-mcb {
  display: none !important; }

body.mcb .footer__contact-us {
  display: none; }

/* Styles that apply only to the Mechanics site */
body.mechanics .menu-item-540, body.mechanics .menu-item-999 {
  display: none; }

body.mechanics .hidden-mechanics {
  display: none !important; }

/* Styles that apply only to the Biddeford site */
body.biddeford .hidden-biddeford {
  display: none !important; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
div.button a {
  display: inline-block;
  border-radius: 24px 0 23px 0;
  -webkit-transition: border-radius 0.5s ease;
  -o-transition: border-radius 0.5s ease;
  transition: border-radius 0.5s ease;
  background-color: #EECC7B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #303B50;
  font-weight: bold;
  font-size: 20px;
  padding: 14px 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  white-space: pre-wrap;
  margin: 5px;
  border: 0px;
  min-width: 183px; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  a.button:hover,
  div.button a:hover {
    text-decoration: underline;
    border-radius: 0 24px 0 23px; }
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus,
  a.button:focus,
  div.button a:focus {
    outline: dashed #A22121 2px;
    outline-offset: 1px; }
  button.button--white,
  input[type="button"].button--white,
  input[type="reset"].button--white,
  input[type="submit"].button--white,
  a.button.button--white,
  div.button a.button--white {
    background-color: #FFFFFF;
    color: #303B50; }
  button.button--blue,
  input[type="button"].button--blue,
  input[type="reset"].button--blue,
  input[type="submit"].button--blue,
  a.button.button--blue,
  div.button a.button--blue {
    background-color: #8DADD8;
    color: #303B50; }
  button.button--dark-blue,
  input[type="button"].button--dark-blue,
  input[type="reset"].button--dark-blue,
  input[type="submit"].button--dark-blue,
  a.button.button--dark-blue,
  div.button a.button--dark-blue {
    background-color: #434E62;
    color: #FFFFFF; }
    button.button--dark-blue:focus,
    input[type="button"].button--dark-blue:focus,
    input[type="reset"].button--dark-blue:focus,
    input[type="submit"].button--dark-blue:focus,
    a.button.button--dark-blue:focus,
    div.button a.button--dark-blue:focus {
      outline-color: #EECC7B; }
  button.button--gray,
  input[type="button"].button--gray,
  input[type="reset"].button--gray,
  input[type="submit"].button--gray,
  a.button.button--gray,
  div.button a.button--gray {
    background-color: #DFDFDF;
    color: #303B50; }
  button.right,
  input[type="button"].right,
  input[type="reset"].right,
  input[type="submit"].right,
  a.button.right,
  div.button a.right {
    margin-left: 25px; }

div.button.button--gray a {
  background-color: #DFDFDF;
  color: #303B50; }

img {
  max-width: 100%;
  height: auto;
  display: block; }
  p img {
    margin: 1rem 0; }

p.clearfix {
  clear: both; }

@media (min-width: 460px) {
  img.alignright {
    margin: 0 0 15px 15px;
    display: inline;
    float: right; } }

@media (min-width: 460px) {
  img.alignleft {
    display: inline;
    margin: 0 15px 15px 0;
    float: left; } }

img.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 460px) {
  a img.alignright {
    display: inline;
    margin: 0 0 15px 15px;
    float: right; } }

@media (min-width: 460px) {
  a img.alignleft {
    display: inline;
    margin: 0 15px 15px 0;
    float: left; } }

a img.aligncenter {
  display: block;
  display: inline;
  margin-left: auto;
  margin-right: auto; }

.nav-wrapper {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto; }

.top-menu ul.menu li {
  padding-right: 20px; }

.main-navigation {
  clear: both;
  display: none;
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .main-navigation {
      display: block; } }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation ul#primary-menu {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-navigation ul#primary-menu > li > ul.sub-menu {
      display: none;
      position: absolute;
      width: 100%;
      padding: 0;
      background: #FFFFFF;
      left: 0;
      top: 100px;
      border-top: 1px solid #DFDFDF;
      -webkit-box-shadow: 0 6px 11px 0 rgba(48, 59, 80, 0.5);
      box-shadow: 0 6px 11px 0 rgba(48, 59, 80, 0.5);
      margin-bottom: 55px;
      z-index: 9999;
      padding-right: 100px;
      min-height: 400px; }
      .main-navigation ul#primary-menu > li > ul.sub-menu a:hover {
        color: #456FA6;
        text-decoration: underline; }
      .main-navigation ul#primary-menu > li > ul.sub-menu a:focus {
        color: #303B50;
        text-decoration: none;
        outline: dashed #A22121 2px; }
      .main-navigation ul#primary-menu > li > ul.sub-menu li {
        display: block;
        font-size: 16px; }
      .main-navigation ul#primary-menu > li > ul.sub-menu > li {
        color: #303B50;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 220px;
        flex: 1 1 220px;
        margin: 30px 10px 50px 10px; }
        .main-navigation ul#primary-menu > li > ul.sub-menu > li:first-child {
          margin: 30px 10px 50px 20px; }
        .main-navigation ul#primary-menu > li > ul.sub-menu > li:last-child {
          margin: 30px 10px 50px 20px; }
        .main-navigation ul#primary-menu > li > ul.sub-menu > li > a {
          font-weight: bold;
          text-transform: uppercase;
          text-decoration: underline; }
    .main-navigation ul#primary-menu > li.menu-item.open > ul.sub-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .main-navigation ul#primary-menu > li.menu-item.open > ul.sub-menu li a {
        padding-top: 10px; }
    .main-navigation ul#primary-menu > .menu-item-2520 > ul.sub-menu {
      background-image: url("/wp-content/themes/mcb2019/images/illustration-personal.svg");
      background-size: 300px;
      background-repeat: no-repeat;
      background-position: right bottom; }
    .main-navigation ul#primary-menu > .menu-item-2555 > ul.sub-menu {
      background-image: url("/wp-content/themes/mcb2019/images/illustration-business.svg");
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: right bottom; }
    .main-navigation ul#primary-menu > .menu-item-27 > ul.sub-menu {
      background-image: url("/wp-content/themes/mcb2019/images/illustration-branches-bsb-msb.svg");
      background-size: 350px;
      background-repeat: no-repeat;
      background-position: right bottom; }
      @media (min-width: 1000px) {
        .main-navigation ul#primary-menu > .menu-item-27 > ul.sub-menu {
          background-size: 500px; } }
      @media (min-width: 1200px) {
        .main-navigation ul#primary-menu > .menu-item-27 > ul.sub-menu {
          background-size: 600px; } }
    .main-navigation ul#primary-menu > .menu-item-2581 > ul.sub-menu {
      background-image: url("/wp-content/themes/mcb2019/images/illustration-branches-bsb-msb.svg");
      background-size: 350px;
      background-repeat: no-repeat;
      background-position: right bottom; }
      @media (min-width: 1000px) {
        .main-navigation ul#primary-menu > .menu-item-2581 > ul.sub-menu {
          background-size: 500px; } }
      @media (min-width: 1200px) {
        .main-navigation ul#primary-menu > .menu-item-2581 > ul.sub-menu {
          background-size: 600px; } }
  .main-navigation .menu-item-login {
    text-align: center;
    background-color: #EECC7B; }
    .main-navigation .menu-item-login:hover {
      background-color: #F1D695;
      border-bottom-color: #303B50; }
    .main-navigation .menu-item-login a {
      padding-left: 25px;
      position: relative; }
      .main-navigation .menu-item-login a::before {
        content: '';
        width: 21px;
        height: 40px;
        top: -8px;
        left: -15px;
        background-image: url("images/lantern-login.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute; }

ul.menu, ul.sub-menu {
  list-style: none;
  padding: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0; }
  ul.menu li, ul.sub-menu li {
    display: inline-block; }

#mobilemenu > li:first-child {
  background-color: #EECC7B; }

nav.mobile-navigation {
  display: none;
  width: 100%; }
  nav.mobile-navigation li {
    width: 100%;
    padding: 0 20px;
    border-top: 1px solid #DFDFDF;
    margin: 0;
    position: relative; }
    nav.mobile-navigation li a {
      display: block;
      line-height: 66px; }
  nav.mobile-navigation .login-form a {
    line-height: normal;
    display: inline;
    text-decoration: underline; }
  @media (min-width: 768px) {
    nav.mobile-navigation {
      display: none; } }
  nav.mobile-navigation ul.sub-menu {
    display: none; }
  nav.mobile-navigation #mobilemenu li.menu-item-has-children {
    display: block; }
    nav.mobile-navigation #mobilemenu li.menu-item-has-children > a {
      cursor: pointer; }
    nav.mobile-navigation #mobilemenu li.menu-item-has-children:before {
      content: '';
      background-image: url("images/arrow-down.png");
      background-size: contain;
      width: 22px;
      height: 10px;
      position: absolute;
      right: 35px;
      top: 26px;
      background-repeat: no-repeat;
      z-index: -5; }
    nav.mobile-navigation #mobilemenu li.menu-item-has-children.toggled .login-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    nav.mobile-navigation #mobilemenu li.menu-item-has-children.toggled:before {
      -moz-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1);
      -webkit-filter: FlipV;
      filter: FlipV;
      -ms-filter: "FlipV"; }
    nav.mobile-navigation #mobilemenu li.menu-item-has-children.toggled > ul.sub-menu {
      display: block;
      padding: 0;
      border-top: 1px solid #DFDFDF; }
      nav.mobile-navigation #mobilemenu li.menu-item-has-children.toggled > ul.sub-menu li {
        border: none;
        padding-right: 0; }
      nav.mobile-navigation #mobilemenu li.menu-item-has-children.toggled > ul.sub-menu li.menu-item-has-children:before {
        right: 15px; }
      nav.mobile-navigation #mobilemenu li.menu-item-has-children.toggled > ul.sub-menu ul.sub-menu {
        border: none;
        margin-top: 0; }
  nav.mobile-navigation .login-form {
    display: none; }

.mobile-branch-login-wrapper {
  padding: 0 20px;
  background-color: #EECC7B; }
  @media (min-width: 768px) {
    .mobile-branch-login-wrapper {
      display: none; } }

body.menu-open .mobile-branch-login-wrapper {
  display: none; }

#mobile-branch-login {
  background-color: #EECC7B;
  width: 100%;
  padding: 0 40px;
  line-height: 66px;
  display: block;
  font-size: 20px; }
  #mobile-branch-login:after {
    content: '';
    background-image: url("images/arrow-down.png");
    background-size: contain;
    width: 22px;
    height: 10px;
    position: absolute;
    right: 35px;
    top: 26px;
    background-repeat: no-repeat; }

#mobile-login, #mobile-branch-login {
  position: relative;
  padding-left: 45px;
  font-weight: bold; }
  #mobile-login:before, #mobile-branch-login:before {
    content: '';
    background-image: url("images/lantern-login.svg");
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 10px;
    background-repeat: no-repeat; }

#mobile-branch-login:before {
  left: 5px;
  top: 10px; }

ul#primary-menu {
  position: relative; }
  ul#primary-menu > li {
    margin: 0;
    padding: 0 2vw;
    border-left: 1px solid #DFDFDF;
    height: 100px;
    cursor: pointer; }
    ul#primary-menu > li:hover, ul#primary-menu > li.current-menu-item {
      border-bottom: 3px solid #EECC7B; }
    ul#primary-menu > li > a {
      margin-top: 33px; }
      ul#primary-menu > li > a:focus {
        outline: dashed #A22121 2px;
        outline-offset: 1px; }
  ul#primary-menu .login-form {
    display: none;
    position: absolute;
    background: #FFFFFF;
    z-index: 3;
    border-top: 1px solid #DFDFDF; }
  ul#primary-menu.toggled > li.menu-item-login {
    border-bottom: 3px solid #EECC7B; }
  ul#primary-menu.toggled .login-form {
    display: block;
    right: 0;
    top: 100px;
    width: 390px;
    padding: 45px 35px;
    -webkit-box-shadow: 0 6px 11px 0 rgba(48, 59, 80, 0.5);
    box-shadow: 0 6px 11px 0 rgba(48, 59, 80, 0.5); }

input, select, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #A8A9AB;
  border-radius: 5px;
  height: 65px;
  padding-left: 20px;
  width: 100%; }
  input ::-webkit-input-placeholder, select ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
    font-size: 16px;
    color: #DFDFDF; }
  input :-ms-input-placeholder, select :-ms-input-placeholder, textarea :-ms-input-placeholder {
    font-size: 16px;
    color: #DFDFDF; }
  input ::-ms-input-placeholder, select ::-ms-input-placeholder, textarea ::-ms-input-placeholder {
    font-size: 16px;
    color: #DFDFDF; }
  input ::placeholder, select ::placeholder, textarea ::placeholder {
    font-size: 16px;
    color: #DFDFDF; }

textarea {
  min-height: 195px;
  padding-top: 20px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 95% 27px;
  background-size: 22px;
  color: #303B50; }

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .wpcf7-form label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px; }
  .wpcf7-form-half {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    @media (min-width: 800px) {
      .wpcf7-form-half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.5em);
        flex: 0 0 calc(50% - 0.5em); } }
  .wpcf7-form-full {
    max-width: none;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .wpcf7-form-button {
    width: auto; }

.wpcf7-response-output {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%; }

.wpcf7-not-valid-tip {
  color: #A22121 !important; }

.wpcf7-validation-errors {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px !important;
  border: 2px solid #A22121 !important;
  border-radius: 5px;
  background-color: rgba(162, 33, 33, 0.25); }

select::-ms-expand {
  display: none; }

.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5; }
  .login-form form {
    width: 95%; }
  .login-form__heading {
    color: #303B50;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center; }
  .login-form .form-label {
    color: #434E62;
    font-size: 12px;
    font-weight: bold; }
  .login-form .BOLoginUsernameInput, .login-form .ROLoginUserNameInput {
    margin-bottom: 15px; }
  .login-form .BOLoginSubmitButton, .login-form .ROLoginSubmitButton {
    border-radius: 24px 0 23px 0;
    background-color: #303B50;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    border: 3px solid #8DADD8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    padding: 14px 30px 14px 75px;
    margin-top: 28px;
    width: 175px;
    background-position: -4px -3px;
    background-repeat: no-repeat;
    background-size: 60px;
    cursor: pointer; }
    .login-form .BOLoginSubmitButton:hover, .login-form .ROLoginSubmitButton:hover {
      border-radius: 24px 0 23px 0;
      background-color: #5f7594; }
    .login-form .BOLoginSubmitButton--msb, .login-form .ROLoginSubmitButton--msb {
      background-image: url(images/msb-favicon.png); }
    .login-form .BOLoginSubmitButton--bsb, .login-form .ROLoginSubmitButton--bsb {
      background-image: url(images/bsb-favicon.png); }
  .login-form .login-button {
    text-align: center; }
  .login-form .post-form {
    text-align: center;
    font-size: 16px; }
    .login-form .post-form .form-note {
      font-size: 12px;
      font-style: italic;
      line-height: 14px; }
    .login-form .post-form a {
      text-decoration: underline; }
  .login-form .account-switcher {
    width: 100%;
    margin-bottom: 15px;
    position: relative; }
    .login-form .account-switcher select {
      width: 95%; }
  .login-form input, .login-form select {
    border: 1px solid #434E62;
    height: 60px;
    padding-left: 15px;
    width: 100%;
    border-radius: 0; }
    .login-form input ::-webkit-input-placeholder, .login-form select ::-webkit-input-placeholder {
      font-size: 16px;
      color: #A8A9AB; }
    .login-form input :-ms-input-placeholder, .login-form select :-ms-input-placeholder {
      font-size: 16px;
      color: #A8A9AB; }
    .login-form input ::-ms-input-placeholder, .login-form select ::-ms-input-placeholder {
      font-size: 16px;
      color: #A8A9AB; }
    .login-form input ::placeholder, .login-form select ::placeholder {
      font-size: 16px;
      color: #A8A9AB; }
  .login-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: 95% 24px;
    background-size: 22px;
    color: #303B50;
    border-radius: 0; }

@media screen and (-ms-high-contrast: none) {
  .login-form {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .account-switcher {
    position: relative;
    left: 10px; } }

.masthead {
  margin: 0;
  background-color: #303B50;
  min-height: 391px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .masthead {
      min-height: 430px;
      padding-top: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; } }
  @media (min-width: 768px) {
    .masthead--tall {
      min-height: 591px; } }
  .masthead .flickity-page-dots {
    bottom: 25px; }
    .masthead .flickity-page-dots .dot {
      background: #FFFFFF; }
  .masthead p {
    color: #FFFFFF;
    font-weight: normal; }
  @media (min-width: 768px) {
    .masthead {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .masthead__homepage {
    background-color: #303B50;
    height: 520px; }
  .masthead__features {
    background-color: #303B50; }
    @media (min-width: 768px) {
      .masthead__features {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
    .masthead__features .masthead__content {
      position: relative;
      padding: 20px 20px 20px 70px;
      width: 100%; }
      .masthead__features .masthead__content h1 {
        max-width: 670px; }
      .masthead__features .masthead__content p {
        max-width: 670px; }
    @media (min-width: 1400px) {
      .masthead__features {
        padding: 0 0 0 calc((100vw - 1370px) / 2); }
        .masthead__features .masthead__content {
          position: relative;
          padding: 20px 0 20px 0;
          width: 100%; }
          .masthead__features .masthead__content h1 {
            max-width: 670px; }
          .masthead__features .masthead__content p {
            max-width: 670px; } }
  .masthead__branches {
    background-color: #F3F3F3;
    background-image: url("/wp-content/uploads/2019/11/illustration-clouds.svg");
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 35px 0; }
    .masthead__branches .align__mcb, .masthead__branches .align__mechanics {
      position: absolute;
      left: auto;
      top: 25px; }
      @media (min-width: 768px) {
        .masthead__branches .align__mcb, .masthead__branches .align__mechanics {
          left: 35px; } }
      @media (min-width: 1400px) {
        .masthead__branches .align__mcb, .masthead__branches .align__mechanics {
          left: calc((100vw - 1370px) / 2); } }
      @media screen and (-ms-high-contrast: none) {
        .masthead__branches .align__mcb, .masthead__branches .align__mechanics {
          right: 0;
          left: 0;
          text-align: center; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1000px) {
    .masthead__branches .align__mcb, .masthead__branches .align__mechanics {
      left: 35px;
      right: auto; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1400px) {
    .masthead__branches .align__mcb, .masthead__branches .align__mechanics {
      left: calc((100vw - 1370px) / 2);
      right: auto; } }
    .masthead__branches .align__biddeford {
      position: absolute;
      right: auto;
      top: 25px; }
      @media (min-width: 1000px) {
        .masthead__branches .align__biddeford {
          right: 35px; } }
      @media (min-width: 1400px) {
        .masthead__branches .align__biddeford {
          right: calc((100vw - 1370px) / 2); } }
      @media screen and (-ms-high-contrast: none) {
        .masthead__branches .align__biddeford {
          right: 0;
          left: 0;
          text-align: center; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1000px) {
    .masthead__branches .align__biddeford {
      right: 35px;
      left: auto; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1400px) {
    .masthead__branches .align__biddeford {
      right: calc((100vw - 1370px) / 2);
      left: auto; } }
    .masthead__branches img {
      width: 100%;
      max-width: 1300px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      @media screen and (-ms-high-contrast: none) {
        .masthead__branches img {
          position: absolute;
          bottom: 0px;
          left: 0px; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1400px) {
    .masthead__branches img {
      left: calc((100vw - 1370px) / 2); } }
  .masthead__content {
    width: 100%;
    padding: 0 50px;
    color: #FFFFFF;
    font-weight: normal;
    z-index: 2;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 10vw; }
    @media (min-width: 600px) {
      .masthead__content {
        padding-top: inherit; } }
    .masthead__content h1 {
      color: #FFFFFF; }
    .masthead__content p {
      display: none; }
      @media (min-width: 480px) {
        .masthead__content p {
          display: block; } }
    @media (min-width: 1200px) {
      .masthead__content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px; }
        .masthead__content h1 {
          max-width: 670px; }
        .masthead__content p {
          max-width: 670px; } }
    @media screen and (min-width: 1470px) {
      .masthead__content {
        padding: 0; } }
  .masthead__contact {
    height: 389px;
    min-height: 389px;
    max-height: 389px; }
  .masthead--overlay {
    overflow: hidden; }
    .masthead--overlay:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      background-color: #303B50;
      opacity: 0.6; }

.interiorAlert-wrapper {
  background: #8DADD8;
  width: 100%;
  margin: 0;
  padding: 35px;
  text-align: center; }
  .interiorAlert-wrapper h3 {
    max-width: 1370px;
    color: #303B50;
    font-family: "QuincyCF-Black";
    margin-left: auto;
    margin-right: auto; }
  .interiorAlert-wrapper p {
    max-width: 1370px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

.masthead-wrapper .flickity-page-dots {
  bottom: 25px; }
  .masthead-wrapper .flickity-page-dots .dot {
    background: #FFFFFF; }

@media screen and (-ms-high-contrast: none) {
  .masthead--overlay .masthead__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: calc(100% - 50px);
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto; } }

.dataTable {
  background: #F3F3F3;
  width: 100%;
  max-width: 900px;
  color: #303B50;
  margin-left: auto;
  margin-right: auto; }
  .dataTable tr {
    height: 50px; }
  .dataTable td.right {
    text-align: right; }
  .dataTable td, .dataTable th {
    padding: 0 20px;
    vertical-align: middle; }
    @media screen and (-ms-high-contrast: none) {
      .dataTable td, .dataTable th {
        text-align: left; } }
  .dataTable-header {
    height: 50px;
    background-color: #DFDFDF;
    text-align: left;
    font-weight: 700; }
  .dataTable tr:nth-child(even) {
    background: #FFFFFF; }
  .dataTable--white {
    background: #FFFFFF; }
    .dataTable--white .dataTable-header {
      background-color: #FFFFFF; }
    .dataTable--white tr:nth-child(even) {
      background: #F3F3F3; }

.simpleContainer {
  display: block;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 35px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .simpleContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .simpleContainer .simpleInterior {
    padding: 30px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: block; }
    @media (min-width: 768px) {
      .simpleContainer .simpleInterior {
        padding: 0 30px; } }
  .simpleContainer h3 {
    color: #303B50; }
  .simpleContainer ul {
    font-weight: 700;
    list-style: inside;
    line-height: 1; }
  .simpleContainer li {
    color: #303B50;
    line-height: 1em; }
  .simpleContainer th {
    text-align: left;
    padding-right: 20px;
    border: 1;
    font-weight: 600; }
  .simpleContainer td {
    text-align: left;
    border: 1; }

.wysiwyg-wrapper iframe {
  width: 90vw;
  max-width: 1300px;
  height: 85vh; }

#preload-01 {
  background: url("images/facebook-yellow.png") no-repeat -9999px -9999px; }

#preload-02 {
  background: url("images/instagram-yellow.png") no-repeat -9999px -9999px; }

#preload-03 {
  background: url("images/twitter-yellow.png") no-repeat -9999px -9999px; }

#preload-04 {
  background: url("images/linkedin-yellow.png") no-repeat -9999px -9999px; }

#preload-05 {
  background: url("images/youtube-yellow.png") no-repeat -9999px -9999px; }

.social_icon {
  display: inline-block;
  -webkit-transition: background-image 0.5s ease-in-out;
  -o-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  background-size: cover; }

.top-menu__social-icons {
  display: inline-block;
  white-space: nowrap; }
  .top-menu__social-icons a {
    height: 30px;
    width: 30px; }
  .top-menu__social-icons .facebook {
    background-image: url("images/facebook.png"); }
    .top-menu__social-icons .facebook:hover {
      background-image: url("images/facebook-yellow.png"); }
    .top-menu__social-icons .facebook:focus {
      background-image: url("images/facebook.png"); }
  .top-menu__social-icons .instagram {
    background-image: url("images/instagram.png"); }
    .top-menu__social-icons .instagram:hover {
      background-image: url("images/instagram-yellow.png"); }
    .top-menu__social-icons .instagram:focus {
      background-image: url("images/instagram.png"); }
  .top-menu__social-icons .twitter {
    background-image: url("images/twitter.png"); }
    .top-menu__social-icons .twitter:hover {
      background-image: url("images/twitter-yellow.png"); }
    .top-menu__social-icons .twitter:focus {
      background-image: url("images/twitter.png"); }
  .top-menu__social-icons .linkedin {
    background-image: url("images/linkedin.png"); }
    .top-menu__social-icons .linkedin:hover {
      background-image: url("images/linkedin-yellow.png"); }
    .top-menu__social-icons .linkedin:focus {
      background-image: url("images/linkedin.png"); }
  .top-menu__social-icons .youtube {
    background-image: url("images/youtube.png"); }
    .top-menu__social-icons .youtube:hover {
      background-image: url("images/youtube-yellow.png"); }
    .top-menu__social-icons .youtube:focus {
      background-image: url("images/youtube.png"); }

.footer__social-icons {
  display: inline-block;
  white-space: nowrap; }
  .footer__social-icons a {
    height: 40px;
    width: 40px;
    border: 0;
    margin-right: 10px; }
    .footer__social-icons a:hover {
      border: 0; }
  .footer__social-icons .facebook {
    background-image: url("images/facebook-white.png"); }
    .footer__social-icons .facebook:hover {
      background-image: url("images/facebook-yellow.png"); }
    .footer__social-icons .facebook:focus {
      background-image: url("images/facebook-white.png"); }
  .footer__social-icons .instagram {
    background-image: url("images/instagram-white.png"); }
    .footer__social-icons .instagram:hover {
      background-image: url("images/instagram-yellow.png"); }
    .footer__social-icons .instagram:focus {
      background-image: url("images/instagram-white.png"); }
  .footer__social-icons .twitter {
    background-image: url("images/twitter-white.png"); }
    .footer__social-icons .twitter:hover {
      background-image: url("images/twitter-yellow.png"); }
    .footer__social-icons .twitter:focus {
      background-image: url("images/twitter-white.png"); }
  .footer__social-icons .linkedin {
    background-image: url("images/linkedin-white.png"); }
    .footer__social-icons .linkedin:hover {
      background-image: url("images/linkedin-yellow.png"); }
    .footer__social-icons .linkedin:focus {
      background-image: url("images/linkedin-white.png"); }
  .footer__social-icons .youtube {
    background-image: url("images/youtube-white.png"); }
    .footer__social-icons .youtube:hover {
      background-image: url("images/youtube-yellow.png"); }
    .footer__social-icons .youtube:focus {
      background-image: url("images/youtube-white.png"); }

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #DFDFDF;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto; }

.site-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 564px;
  max-height: 60px; }
  .site-switcher a {
    text-decoration: none;
    padding: 12px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DFDFDF;
    border-bottom: none;
    border-top: none;
    max-height: 60px;
    margin-bottom: -1px;
    margin-top: -2px; }
    .site-switcher a.biddeford-switcher {
      border-left: none;
      border-right: none; }
  .site-switcher img {
    min-height: 16px;
    min-width: 76px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    vertical-align: middle; }
  .site-switcher a.active {
    border-bottom: 3px solid #434E62; }
    .site-switcher a.active img {
      opacity: 1;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }

.mcb-switcher {
  border-left: 0px; }

.site-switcher a:hover {
  border-bottom: 3px solid #434E62; }
  .site-switcher a:hover img {
    opacity: 1; }

.site-switcher a:focus {
  outline: dashed #A22121 2px; }

.header-alert {
  clear: both;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 16px 0;
  font-weight: 900; }

.none {
  background: #303B50;
  color: #FFFFFF; }

.yellow {
  background: #EECC7B;
  color: #303B50; }

.red {
  background: #A22121;
  color: #FFFFFF; }

.top-menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  white-space: nowrap;
  padding-left: 8px; }
  .top-menu li {
    margin: auto; }
  .top-menu li a {
    font-size: 16px; }
  .top-menu #topmenu li {
    margin-right: 20px; }
  .top-menu__social-icons {
    display: none; }
    .top-menu__social-icons a {
      display: inline-block;
      margin-left: 10px; }
    .top-menu__social-icons a img {
      max-height: 30px;
      max-width: 30px; }
    @media (min-width: 1200px) {
      .top-menu__social-icons {
        display: inline-block; } }
  @media (min-width: 768px) {
    .top-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DFDFDF;
  border-top: 0px; }
  .nav-wrapper .close-img {
    display: none; }
  .nav-wrapper.toggled {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .nav-wrapper.toggled .close-img {
      display: block; }
    .nav-wrapper.toggled .open-img {
      display: none; }
    .nav-wrapper.toggled nav.mobile-navigation {
      display: block; }
      @media (min-width: 768px) {
        .nav-wrapper.toggled nav.mobile-navigation {
          display: none; } }

.site-branding {
  width: 298px;
  max-width: 330px;
  margin-left: 20px;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .site-branding {
      margin-left: 10px; } }

.branch-logo {
  padding: 30px; }
  @media (min-width: 1400px) {
    .branch-logo {
      margin: 0 calc((100vw - 1440px) / 2) 0; } }

nav.main-navigation {
  width: auto; }

#menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #DFDFDF;
  cursor: pointer;
  padding: 32px;
  width: 91px; }
  #menu-toggle img.open-img {
    width: 27px;
    height: 22px; }
  #menu-toggle img.close-img {
    width: 22px;
    height: 22px; }
  @media (min-width: 768px) {
    #menu-toggle {
      display: none; } }

footer {
  padding: 50px 0;
  background: #303B50;
  color: #FFFFFF; }
  @media (min-width: 768px) {
    footer {
      padding: 100px 35px; } }
  footer p {
    color: #FFFFFF; }
  footer a {
    color: #FFFFFF;
    text-decoration: none;
    border: 0px solid #8DADD8;
    padding: 0;
    -webkit-transition: padding 0.5s ease, border 0.5s ease;
    -o-transition: padding 0.5s ease, border 0.5s ease;
    transition: padding 0.5s ease, border 0.5s ease; }
    footer a:hover {
      text-decoration: underline;
      color: #8DADD8;
      border-left: 5px solid #8DADD8;
      padding-left: 15px; }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #FFFFFF; }
  footer ul li, footer ul.menu li a {
    color: #FFFFFF; }
    footer ul li:hover, footer ul.menu li a:hover {
      text-decoration: underline;
      color: #8DADD8; }
  footer p, footer li, footer a, footer li a, footer ul.menu li a {
    font-size: 20px; }

.footer {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .footer ul.menu {
    display: none; }
    @media (min-width: 768px) {
      .footer ul.menu {
        display: block; } }
  .footer > div {
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom: 2px solid #232B3A;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-top: 15px; }
    .footer > div h3 {
      font-size: 25px;
      font-weight: bold; }
    @media (min-width: 768px) {
      .footer > div {
        border-bottom: none;
        margin-top: 0px; } }
    .footer > div.footer__contact-us {
      padding-bottom: 40px; }
    .footer > div.footer__social {
      border-bottom: none; }
    .footer > div.toggled ul.menu {
      display: block; }
    .footer > div.toggled h3.expandable:after {
      -moz-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1);
      -webkit-filter: FlipV;
      filter: FlipV;
      -ms-filter: "FlipV"; }
    .footer > div h3 {
      position: relative; }
      @media (min-width: 768px) {
        .footer > div h3 {
          margin-top: 0; } }
      .footer > div h3.expandable {
        cursor: pointer; }
        .footer > div h3.expandable:after {
          content: '';
          background-image: url("images/arrow-down-white.png");
          background-size: contain;
          width: 22px;
          height: 10px;
          position: absolute;
          right: 25px;
          top: 13px;
          background-repeat: no-repeat;
          z-index: 2; }
          @media (min-width: 768px) {
            .footer > div h3.expandable:after {
              display: none; } }
        @media (min-width: 768px) {
          .footer > div h3.expandable {
            cursor: auto; } }
  .footer ul.menu li {
    display: block; }
  .footer__contact-us {
    position: relative;
    padding-bottom: 40px; }
    .footer__contact-us h3 {
      margin-left: 40px; }
      .footer__contact-us h3:before {
        content: '';
        background-image: url("images/headset@2x.png");
        background-size: 30px 33px;
        width: 30px;
        height: 33px;
        position: absolute;
        left: -45px; }
  .footer a:focus {
    color: #8DADD8;
    outline: dashed #EECC7B 2px;
    outline-offset: 5px; }

.footer-copyright {
  font-size: 12px;
  display: block;
  margin: 0 15px;
  text-align: center;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  @media screen and (min-width: 300px) {
    .footer-copyright {
      font-size: calc(12px + 4 * ((100vw - 300px) / 900)); } }
  @media screen and (min-width: 1200px) {
    .footer-copyright {
      font-size: 16px; } }
  @media (min-width: 1000px) {
    .footer-copyright {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .footer-copyright a {
    font-size: 12px;
    padding: 0 4px;
    white-space: nowrap; }
    @media screen and (min-width: 300px) {
      .footer-copyright a {
        font-size: calc(12px + 4 * ((100vw - 300px) / 900)); } }
    @media screen and (min-width: 1200px) {
      .footer-copyright a {
        font-size: 16px; } }
  .footer-copyright__text {
    display: block;
    margin-bottom: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 1000px) {
      .footer-copyright__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0; } }
    .footer-copyright__text a {
      color: #FFFFFF;
      text-decoration: none;
      border: 0px solid #8DADD8;
      padding: 0 10px; }
      .footer-copyright__text a:hover {
        text-decoration: underline;
        color: #8DADD8;
        border: 0px solid #8DADD8;
        padding: 0 10px; }
  .footer-copyright__logos {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px; }
    @media (min-width: 1000px) {
      .footer-copyright__logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .footer-copyright__logos img {
      display: inline-block;
      height: 45px; }
      .footer-copyright__logos img.fdic {
        margin-right: 25px; }

.branch-logos {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 10px;
  padding-left: 20px; }
  @media (min-width: 1000px) {
    .branch-logos {
      display: block;
      margin-top: 100px;
      padding-bottom: 0px; } }
  .branch-logos a {
    height: 60px;
    width: 60px;
    display: inline-block;
    -webkit-transition: background-image 0.5s ease;
    -o-transition: background-image 0.5s ease;
    transition: background-image 0.5s ease;
    background-size: cover;
    margin-right: 10px; }
  .branch-logos .mcb {
    background-image: url("images/logo-mcb-footer.svg"); }
    .branch-logos .mcb:hover {
      background-image: url("images/logo-mcb-footer-hover.svg");
      border: 0; }
    .branch-logos .mcb:focus {
      background-image: url("images/logo-mcb-footer.svg"); }
  .branch-logos .biddeford {
    background-image: url("images/logo-bsb-footer.svg"); }
    .branch-logos .biddeford:hover {
      background-image: url("images/logo-bsb-footer-hover.svg");
      border: 0; }
    .branch-logos .biddeford:focus {
      background-image: url("images/logo-bsb-footer.svg"); }
  .branch-logos .mechanics {
    background-image: url("images/logo-msb-footer.svg"); }
    .branch-logos .mechanics:hover {
      background-image: url("images/logo-msb-footer-hover.svg");
      border: 0; }
    .branch-logos .mechanics:focus {
      background-image: url("images/logo-msb-footer.svg"); }

#preload-11 {
  background: url("images/logo-mcb-footer-hover.svg") no-repeat -9999px -9999px; }

#preload-12 {
  background: url("images/logo-bsb-footer-hover.svg") no-repeat -9999px -9999px; }

#preload-13 {
  background: url("images/logo-msb-footer-hover.svg") no-repeat -9999px -9999px; }

.biddeford-template-template-blog-post .site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px;
  margin-bottom: 50px; }

.single-post main.site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px; }

.entry-content {
  padding: 20px;
  width: 90vw;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content li {
    color: #303B50; }
  .entry-content p {
    max-width: none; }
  .entry-content ul {
    list-style-type: circle; }
  .entry-content blockquote {
    font-style: italic; }

.page-title {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }

.content-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 30px; }
  @media (min-width: 768px) {
    .content-default {
      padding: 0; } }

.mcb ul#primary-menu > li.menu-item-login {
  display: none; }

.site-main {
  width: 100%; }

main.site-main.padded, .content-wrapper {
  padding: 0 20px; }

main.site-main.constraint {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .mobile-only {
    display: none; } }

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

.wysiwyg-wrapper {
  margin: 50px auto;
  padding: 0 25px;
  max-width: 1380px; }
  .wysiwyg-wrapper h1, .wysiwyg-wrapper h2, .wysiwyg-wrapper h3 {
    color: #303B50;
    font-weight: bold; }

.main-content ul {
  list-style: circle; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  background: rgba(227, 230, 232, 0.93);
  text-align: center;
  z-index: 999; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: top;
  top: 30px;
  position: relative;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 99%;
  background: #FFFFFF;
  padding: 15px;
  text-align: left;
  z-index: 999;
  border: 1px solid #000000;
  -webkit-box-shadow: 0 35px 65px -46px black !important;
  box-shadow: 0 35px 65px -46px black !important;
  -webkit-transition: 300ms all ease-in-out;
  -o-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out; }
  @media (min-width: 800px) {
    .modal {
      padding: 45px 90px;
      width: 80%;
      vertical-align: middle;
      top: 0;
      max-width: 1000px; } }
  .modal h2 {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-transform: none;
    text-align: center; }
    @media (min-width: 800px) {
      .modal h2 {
        text-align: left; } }
  .modal p {
    margin: 0 0 30px 0;
    text-align: center; }
    @media (min-width: 800px) {
      .modal p {
        text-align: left; } }
  .modal .masthead-button-container {
    text-align: center; }
    .modal .masthead-button-container .masthead-button {
      margin: 0;
      width: 100%;
      display: block; }
      @media (min-width: 768px) {
        .modal .masthead-button-container .masthead-button {
          display: inline; } }
      .modal .masthead-button-container .masthead-button:nth-child(1) {
        margin-bottom: 15px; }
      @media (min-width: 800px) {
        .modal .masthead-button-container .masthead-button {
          margin: 0;
          width: auto; }
          .modal .masthead-button-container .masthead-button:nth-child(1) {
            margin-right: 30px; } }
  .modal .close-modal {
    display: none; }

.breadcrumbs {
  height: 85px;
  padding: 20px;
  max-width: 1390px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 14px;
  color: #A8A9AB; }
  .breadcrumbs a {
    color: #A8A9AB;
    text-decoration: underline; }
  .breadcrumbs span {
    color: #303B50;
    font-weight: bold; }

.grecaptcha-badge {
  display: none !important; }

.centered {
  text-align: center; }

.button-wrapper {
  margin: 12px 0; }

.products-wrapper {
  margin-bottom: 60px; }

.product {
  display: block;
  margin-top: 60px;
  padding: 0 15px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0; } }
  @media (min-width: 1300px) {
    .product {
      margin-top: 60px; } }
  @media (min-width: 768px) {
    .product__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .product__content {
    padding: 20px; }
    @media (min-width: 768px) {
      .product__content {
        padding: 75px; }
        .product__content a {
          font-weight: 700; } }
  .product h2 {
    color: #434E62;
    font-weight: bold; }
  .product:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .product__image {
    margin: 0 auto;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .product__image {
        max-width: 50%; } }

.swipe-instructions-wrapper {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: transparent;
  width: 100vw;
  display: block;
  margin-bottom: 80px; }
  @media (min-width: 1000px) {
    .swipe-instructions-wrapper {
      display: none; } }
  @media screen and (-ms-high-contrast: none) {
    .swipe-instructions-wrapper {
      display: none; } }
  @supports (-ms-ime-align: auto) {
    .swipe-instructions-wrapper {
      display: none; } }

.swipe-instructions {
  position: absolute;
  bottom: 0px;
  background: #303B50;
  color: #FFFFFF;
  opacity: .95;
  padding: 30px;
  left: 0px;
  width: 100vw;
  text-align: center;
  font-style: italic; }
  .swipe-instructions img {
    display: inline-block;
    padding-left: 20px; }

.team-wrapper {
  position: relative;
  bottom: 50px; }

.info-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 25px;
  width: auto;
  overflow-x: auto;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  .info-columns h3 {
    color: #303B50;
    font-weight: bold; }
  .info-columns::-webkit-scrollbar {
    display: none; }
    @media (min-width: 1000px) {
      .info-columns::-webkit-scrollbar {
        display: block;
        height: 10px; }
        .info-columns::-webkit-scrollbar-thumb {
          background-color: #EECC7B;
          border-radius: 10px; }
        .info-columns::-webkit-scrollbar-corner {
          background-color: transparent; }
        .info-columns::-webkit-scrollbar-button {
          background-color: transparent; }
        .info-columns::-webkit-scrollbar-track {
          background-color: transparent; } }
  .info-columns__column {
    text-align: center;
    background: #F3F3F3;
    margin: 0 8px;
    border-top: 20px solid #303B50;
    padding: 20px;
    min-width: 85vw;
    max-width: 440px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 446px;
    flex: 1 1 446px;
    position: relative; }
    .info-columns__column h3 {
      min-height: 63px; }
    .info-columns__column p {
      min-height: 120px;
      margin-bottom: 20px; }
    .info-columns__column .button-wrapper {
      position: relative;
      text-align: center;
      width: 100%;
      left: 0; }
    .info-columns__column a.button {
      display: inline-block; }
      .info-columns__column a.button.learn-more {
        margin-bottom: 40px; }
    @media (min-width: 600px) {
      .info-columns__column {
        max-width: unset;
        min-width: 440px; } }
  .info-columns .info-rows {
    background: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 50px; }
    .info-columns .info-rows__row {
      border-bottom: 2px solid #F3F3F3;
      padding: 25px; }
      .info-columns .info-rows__row span {
        display: block;
        font-size: 18px;
        line-height: 21px; }
        .info-columns .info-rows__row span.span-heading {
          font-weight: bold; }

.info-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 25px;
  width: auto;
  overflow-x: auto;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  .info-cards h3 {
    color: #303B50; }
  .info-cards__card {
    text-align: center;
    background: #F3F3F3;
    margin: 8px;
    border-top: 20px solid #303B50;
    padding: 20px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    position: relative; }
    @media screen and (-ms-high-contrast: none) {
      .info-cards__card {
        -ms-flex-preferred-size: 29%;
        flex-basis: 29%; } }
    .info-cards__card h3 {
      min-height: 63px; }
    .info-cards__card p {
      min-height: 120px;
      margin-bottom: 20px; }
    .info-cards__card .button-wrapper {
      position: relative;
      text-align: center;
      width: 100%;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .info-cards__card a.button {
      display: inline-block;
      min-height: 84px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .info-cards__card a.button.learn-more {
        margin-bottom: 40px; }

.disclosures {
  padding: 0 15px;
  margin: 50px auto;
  max-width: 600px;
  color: #595959; }
  .disclosures strong, .disclosures p, .disclosures a {
    font-size: 15px;
    line-height: 18px;
    color: #595959; }

.features-wrapper {
  position: relative;
  display: block;
  top: 50px;
  padding: 50px;
  width: 100%;
  border-radius: 45px 0 0 0;
  background-color: #434E62; }
  @media (min-width: 1000px) {
    .features-wrapper {
      padding-right: calc((100% - 1000px)/2); } }
  @media screen and (max-width: 767px) {
    .features-wrapper {
      cursor: pointer; } }
  .features-wrapper h3 {
    margin: 0;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold; }
    @media (min-width: 1000px) {
      .features-wrapper h3 {
        padding-bottom: 0; } }
  .features-wrapper ul {
    padding: 0;
    padding-bottom: 50px;
    color: #FFFFFF;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1; }
    @media (min-width: 1000px) {
      .features-wrapper ul {
        display: block; } }
    .features-wrapper ul li {
      color: #FFFFFF;
      position: relative;
      padding-left: 25px;
      font-family: "Roboto";
      font-weight: bold;
      margin: 0px;
      line-height: 40px; }
      .features-wrapper ul li:before {
        content: '';
        width: 20px;
        height: 40px;
        margin-right: 5px;
        background-image: url("images/checkmark.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0; }
  @media (min-width: 1000px) {
    .features-wrapper {
      width: 100%;
      margin-left: 75px;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; } }

.collapse h3:after {
  content: '';
  background-image: url("images/arrow-down-white.png");
  background-size: contain;
  width: 22px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 14px;
  background-repeat: no-repeat;
  z-index: 1; }

.collapse ul {
  display: none; }
  @media (min-width: 1000px) {
    .collapse ul {
      display: block; } }

@media (min-width: 1000px) {
  .collapse h3:after {
    background-image: url(); } }

.expand h3:after {
  content: '';
  background-image: url("images/arrow-down-white.png");
  background-size: contain;
  width: 22px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 14px;
  background-repeat: no-repeat;
  z-index: 1;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
  filter: FlipV;
  -ms-filter: "FlipV"; }

.expand ul {
  display: block; }

@media (min-width: 1000px) {
  .expand h3:after {
    background-image: url(); } }

.masthead__features {
  min-height: 100px;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .masthead__features {
      display: block; } }
  @media (min-width: 1000px) {
    .masthead__features {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.mission-wrapper {
  display: block;
  padding: 35px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .mission-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .mission-wrapper .section-heading {
        text-align: left; }
      .mission-wrapper > div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }

.values-wrapper {
  background: #F3F3F3;
  padding: 0 35px;
  padding-top: 75px;
  text-align: center;
  padding-bottom: 50px; }
  .values-wrapper h2 {
    font-weight: bold;
    color: #303B50;
    font-size: 35px;
    line-height: 41px; }
  .values-wrapper p {
    margin: 0 auto;
    color: #434E62;
    font-size: 20px;
    line-height: 28px;
    max-width: 610px; }

.values {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .values {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.values__value {
  -webkit-box-shadow: 0 0 15px 0 rgba(186, 186, 186, 0.5);
  box-shadow: 0 0 15px 0 rgba(186, 186, 186, 0.5);
  background: #FFFFFF;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin: 17px 0;
  padding: 30px 25px;
  text-align: center;
  color: #434E62; }
  @media (min-width: 1000px) {
    .values__value {
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%; } }
  .values__value h3 {
    color: #303B50;
    font-family: "QuincyCF-Black";
    margin-bottom: 15px;
    font-weight: normal; }
  .values__value img {
    margin: 0 auto; }
  .values__value p {
    color: #434E62;
    font-size: 20px;
    line-height: 28px; }
  .values__value.annual-report {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FFFFFF;
    padding-bottom: 0;
    padding-top: 50px;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }
    .values__value.annual-report a.button {
      font-size: 17px; }
    @media (min-width: 1000px) {
      .values__value.annual-report {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%; } }
    .values__value.annual-report h3 {
      margin: 35px 0; }
  @media screen and (-ms-high-contrast: none) {
    .values__value {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      width: 90%; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 600px) {
    .values__value {
      width: 48%; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1000px) {
    .values__value {
      width: 30%; } }
  @media screen and (-ms-high-contrast: none) {
      .values__value.annual-report {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 90%; } }
    @media screen and (-ms-high-contrast: none) and (min-width: 600px) {
      .values__value.annual-report {
        width: 48%; } }
    @media screen and (-ms-high-contrast: none) and (min-width: 1000px) {
      .values__value.annual-report {
        width: 30%; } }

.team-wrapper {
  padding: 0 15px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }

.team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.team-members, .lender-team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 75px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (min-width: 768px) {
    .team-members, .lender-team-members {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 100px;
      max-width: 700px; } }
  @media screen and (min-width: 1020px) {
    .team-members, .lender-team-members {
      max-width: 1000px; } }
  @media screen and (min-width: 1350px) {
    .team-members, .lender-team-members {
      max-width: 1500px; } }
  .team-members .team-member, .team-members .lender-team-member, .team-members .lender-team-member a.team-member, .lender-team-members .team-member, .lender-team-members .lender-team-member, .lender-team-members .lender-team-member a.team-member {
    min-width: 300px;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    min-height: 340px;
    margin: 0 7px;
    margin-bottom: 35px;
    position: relative; }
    @media (min-width: 768px) {
      .team-members .team-member, .team-members .lender-team-member, .team-members .lender-team-member a.team-member, .lender-team-members .team-member, .lender-team-members .lender-team-member, .lender-team-members .lender-team-member a.team-member {
        border-radius: initial;
        margin: 0 15px;
        margin-bottom: 35px; } }
    .team-members .team-member:first-child, .team-members .lender-team-member:first-child, .team-members .lender-team-member a.team-member:first-child, .lender-team-members .team-member:first-child, .lender-team-members .lender-team-member:first-child, .lender-team-members .lender-team-member a.team-member:first-child {
      border-radius: 50px 0 0 0; }
    .team-members .team-member:last-child, .team-members .lender-team-member:last-child, .team-members .lender-team-member a.team-member:last-child, .lender-team-members .team-member:last-child, .lender-team-members .lender-team-member:last-child, .lender-team-members .lender-team-member a.team-member:last-child {
      border-radius: 0 0 50px 0; }
    .team-members .team-member__content, .team-members .lender-team-member__content, .team-members .lender-team-member a.team-member__content, .lender-team-members .team-member__content, .lender-team-members .lender-team-member__content, .lender-team-members .lender-team-member a.team-member__content {
      background: #434E62;
      color: #FFFFFF;
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 15px;
      font-size: 16px;
      line-height: 19px;
      max-width: 280px;
      padding: 15px 10px;
      text-align: center;
      border-radius: 50px 0 50px 0;
      opacity: .9; }
      @media (min-width: 768px) {
        .team-members .team-member__content, .team-members .lender-team-member__content, .team-members .lender-team-member a.team-member__content, .lender-team-members .team-member__content, .lender-team-members .lender-team-member__content, .lender-team-members .lender-team-member a.team-member__content {
          opacity: 0;
          visibility: hidden;
          -webkit-transition: visibility 0s, opacity 0.4s linear;
          -o-transition: visibility 0s, opacity 0.4s linear;
          transition: visibility 0s, opacity 0.4s linear; } }
      .team-members .team-member__content h3, .team-members .lender-team-member__content h3, .team-members .lender-team-member a.team-member__content h3, .lender-team-members .team-member__content h3, .lender-team-members .lender-team-member__content h3, .lender-team-members .lender-team-member a.team-member__content h3 {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 24px;
        margin: 0;
        margin-bottom: 6px; }
    .team-members .team-member:hover .team-member__content, .team-members .lender-team-member:hover .team-member__content, .team-members .lender-team-member a.team-member:hover .team-member__content, .lender-team-members .team-member:hover .team-member__content, .lender-team-members .lender-team-member:hover .team-member__content, .lender-team-members .lender-team-member a.team-member:hover .team-member__content {
      visibility: visible;
      opacity: .9; }

.lender-team-member a.team-member, .team-container a.team-member {
  display: block;
  margin-bottom: 0px !important;
  margin-left: 0 !important;
  border-radius: 0 !important;
  background-size: cover; }

.lender-team-member__text, .team-container__text {
  margin-top: 16px;
  margin-bottom: 16px;
  min-height: 80px; }

.template-team .team-wrapper {
  padding-left: 0; }
  .template-team .team-wrapper .lender-team-member {
    padding-left: 0; }

.team-member.empty {
  min-height: 1px; }

@media (min-width: 768px) {
  .video {
    padding-right: 30px; } }

.video iframe#ytplayer {
  max-width: 100%; }

div.template-about .swipe-instructions-wrapper {
  margin-top: 80px; }
  @media (min-width: 768px) {
    div.template-about .swipe-instructions-wrapper {
      display: none; } }

.board-wrapper {
  text-align: center;
  padding-top: 20px; }
  .board-wrapper img {
    display: inline;
    padding-top: 12px; }

.board-caption {
  max-width: 550px;
  margin: 0 auto; }
  .board-caption p {
    font-size: 12px;
    line-height: 14px;
    text-align: left; }

.rates-buttons {
  text-align: center;
  margin: 35px 0; }
  .rates-buttons a.button {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 300px; }
    .rates-buttons a.button.right {
      margin-left: auto; }
      @media (min-width: 768px) {
        .rates-buttons a.button.right {
          margin-left: 25px; } }
    @media (min-width: 768px) {
      .rates-buttons a.button {
        display: inline-block; } }

.rates-description {
  width: auto;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #303B50; }

.template-rates main {
  width: auto;
  max-width: 880px;
  margin: 0 auto; }
  .template-rates main .subheading {
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
    font-weight: normal;
    white-space: nowrap;
    margin-bottom: 12px; }
  .template-rates main h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold; }
  .template-rates main .dataTable-header th {
    font-size: 15px;
    line-height: 18px; }

table.rates {
  display: none; }
  @media (min-width: 768px) {
    table.rates {
      display: table; } }

.mobile-rates-table {
  display: block; }
  @media (min-width: 768px) {
    .mobile-rates-table {
      display: none; } }

.mobile-rates-table table.rates {
  display: table; }
  .mobile-rates-table table.rates .dataTable-header:nth-child(even) {
    background-color: #DFDFDF; }
  .mobile-rates-table table.rates td {
    padding: 8px 20px;
    font-size: 15px;
    line-heifght: 18px; }
  .mobile-rates-table table.rates .dataTable-header th {
    text-align: center;
    padding: 20px; }
    .mobile-rates-table table.rates .dataTable-header th .subheading {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .mobile-rates-table table.rates {
      display: none; } }

@media screen and (max-width: 767px) {
  .rate-wrapper {
    border-bottom: 1px solid #DFDFDF; }
    .rate-wrapper table, .rate-wrapper div {
      display: none; }
    .rate-wrapper h3.mobile-only {
      position: relative;
      margin: 30px 0;
      cursor: pointer;
      line-height: 35px;
      padding-right: 22px; }
      .rate-wrapper h3.mobile-only:after {
        content: '';
        background-image: url("images/arrow-down.png");
        background-size: contain;
        width: 22px;
        height: 10px;
        position: absolute;
        right: 0px;
        top: 14px;
        background-repeat: no-repeat;
        z-index: -1; }
    .rate-wrapper.expanded .mobile-rates-table, .rate-wrapper.expanded .disclosures, .rate-wrapper.expanded .rates-buttons {
      display: block; }
    .rate-wrapper.expanded .bank-hours {
      display: table; }
    .rate-wrapper.expanded h3.mobile-only:after {
      -moz-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1);
      -webkit-filter: FlipV;
      filter: FlipV;
      -ms-filter: "FlipV"; } }

@media screen and (-ms-high-contrast: none) {
  .rate-wrapper {
    margin: 20px;
    width: auto;
    max-width: 90vw; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 768px) {
    .rate-wrapper {
      max-width: 100vw; } }

.financial-resources {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 50px; }
  @media (min-width: 600px) {
    .financial-resources {
      margin-top: 50px;
      margin-bottom: 100px; } }
  @media (min-width: 600px) {
    .financial-resources {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .financial-resources .resource {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    padding: 180px 25px 45px 25px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    .financial-resources .resource:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      background-color: #303B50;
      opacity: 0.6; }
    @media (min-width: 768px) {
      .financial-resources .resource {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%; } }
    .financial-resources .resource__grid {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 32%;
      flex: 1 1 32%;
      margin: 8px;
      background-color: #303B50;
      -webkit-transition: background-color 0.5s ease;
      -o-transition: background-color 0.5s ease;
      transition: background-color 0.5s ease;
      position: relative;
      padding: 70px 25px 100px 25px; }
      .financial-resources .resource__grid .resource__content {
        color: #FFFFFF; }
      .financial-resources .resource__grid:hover {
        background-color: #232B3A; }
    .financial-resources .resource h2 {
      position: relative;
      font-size: 25px;
      line-height: 29px; }
    .financial-resources .resource:first-child {
      border-radius: 50px 0 0 0; }
    .financial-resources .resource:last-child {
      border-radius: 0 0 50px 0; }
    .financial-resources .resource a.button {
      margin-top: 20px;
      position: absolute;
      bottom: 25px; }
    .financial-resources .resource__description {
      position: relative;
      padding-bottom: 60px; }
    .financial-resources .resource__content {
      z-index: 2; }
    @media screen and (-ms-high-contrast: none) {
      .financial-resources .resource {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 90%; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 600px) {
    .financial-resources .resource {
      width: 48%; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1000px) {
    .financial-resources .resource {
      width: 32%; } }

.financial-sidebar {
  background: #F3F3F3;
  padding: 30px 35px 45px 35px;
  margin-top: 50px; }
  .financial-sidebar h2 {
    font-size: 25px;
    line-height: 29px;
    font-weight: bold; }
  .financial-sidebar ul {
    padding: 0;
    list-style: none; }
  .financial-sidebar a {
    text-decoration: underline; }
    .financial-sidebar a.current {
      text-decoration: none; }

@media (min-width: 768px) {
  .financial-sidebar-wrapper {
    max-width: 470px;
    padding-left: 30px; } }

.financial-resource .site-main {
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .financial-resource .site-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .financial-resource .site-main .financial-sidebar {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; }

.financial-resource .post-content {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .financial-resource .post-content {
      padding-bottom: 100px; } }
  .financial-resource .post-content h1, .financial-resource .post-content h2, .financial-resource .post-content h3, .financial-resource .post-content h4, .financial-resource .post-content h5, .financial-resource .post-content h6 {
    color: #303B50; }

img.financial-featured-image {
  margin: 30px 0; }

.single-financial_center main.site-main {
  max-width: 1390px;
  margin: 0 auto; }

a.button__fulltile {
  margin-top: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.playVideo:after {
  content: "Play Video";
  background-image: url("/wp-content/themes/mcb2019/images/icon-video-play.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 30px 16px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  border-radius: 24px 0 23px 0;
  -webkit-transition: border-radius 0.5s ease;
  -o-transition: border-radius 0.5s ease;
  transition: border-radius 0.5s ease;
  background-color: #EECC7B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #303B50;
  font-weight: bold;
  font-size: 20px;
  padding: 14px 35px 14px 60px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: pre-wrap;
  margin: 5px; }

.playVideo:hover:after {
  text-decoration: underline;
  border-radius: 0 24px 0 23px; }

.playVideo:focus:after {
  outline: dashed #A22121 2px;
  outline-offset: 1px; }

.biddeford-template-template-blog-index .site-main, .page-template-template-press-index .site-main, .biddeford-template-template-press-index .site-main, .mechanics-template-template-press-index .site-main {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }

.biddeford-template-template-blog-index .post-grid, .page-template-template-press-index .post-grid, .biddeford-template-template-press-index .post-grid, .mechanics-template-template-press-index .post-grid {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }
  @media (min-width: 480px) {
    .biddeford-template-template-blog-index .post-grid, .page-template-template-press-index .post-grid, .biddeford-template-template-press-index .post-grid, .mechanics-template-template-press-index .post-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (-ms-high-contrast: none) {
    .biddeford-template-template-blog-index .post-grid, .page-template-template-press-index .post-grid, .biddeford-template-template-press-index .post-grid, .mechanics-template-template-press-index .post-grid {
      max-width: 1370px;
      margin: 0 auto; } }

.biddeford-template-template-blog-index .post-item, .page-template-template-press-index .post-item, .biddeford-template-template-press-index .post-item, .mechanics-template-template-press-index .post-item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 15px 20px;
  color: #303B50;
  -webkit-box-shadow: 0 6px 11px 0 rgba(48, 59, 80, 0.5);
  box-shadow: 0 6px 11px 0 rgba(48, 59, 80, 0.5);
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 55px; }
  @media (min-width: 480px) {
    .biddeford-template-template-blog-index .post-item, .page-template-template-press-index .post-item, .biddeford-template-template-press-index .post-item, .mechanics-template-template-press-index .post-item {
      -ms-flex-preferred-size: 46%;
      flex-basis: 46%; } }
  @media (min-width: 768px) {
    .biddeford-template-template-blog-index .post-item, .page-template-template-press-index .post-item, .biddeford-template-template-press-index .post-item, .mechanics-template-template-press-index .post-item {
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%; } }
  .biddeford-template-template-blog-index .post-item a, .page-template-template-press-index .post-item a, .biddeford-template-template-press-index .post-item a, .mechanics-template-template-press-index .post-item a {
    text-decoration: underline; }
  .biddeford-template-template-blog-index .post-item .date, .page-template-template-press-index .post-item .date, .biddeford-template-template-press-index .post-item .date, .mechanics-template-template-press-index .post-item .date {
    font-size: 12px;
    position: absolute;
    bottom: 10px; }

.biddeford-template-template-blog-index .post-excerpt, .page-template-template-press-index .post-excerpt, .biddeford-template-template-press-index .post-excerpt, .mechanics-template-template-press-index .post-excerpt {
  margin: 10px 0; }

.welcome-modal-wrapper {
  position: fixed;
  visibility: hidden;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .welcome-modal-wrapper.show {
    background-color: rgba(0, 0, 0, 0.4);
    visibility: visible; }

.welcome-modal {
  display: block;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100vw - 20px);
  background: #F3F3F3;
  text-align: left;
  z-index: 999;
  border: 1px solid #000000;
  -webkit-box-shadow: 0 35px 65px -46px black !important;
  box-shadow: 0 35px 65px -46px black !important;
  color: #303B50;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0;
  -webkit-transition: 300ms all ease-in-out;
  -o-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  height: 90vh; }
  .welcome-modal h1 {
    color: #303B50;
    max-width: 75%;
    max-width: 650px; }
  .welcome-modal p {
    max-width: 650px; }
  @media (min-width: 768px) {
    .welcome-modal {
      width: 80%;
      vertical-align: middle;
      max-width: 1200px;
      top: 5vh;
      left: 10vw;
      height: 80vh; } }
  .welcome-modal .close-welcome {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 8;
    top: 10px;
    right: 10px; }
    @media (min-width: 768px) {
      .welcome-modal .close-welcome {
        top: 50px;
        right: 50px; } }
    .welcome-modal .close-welcome img {
      height: 50px;
      width: 50px;
      margin-left: 5px; }
  .welcome-modal .navigation-area {
    display: block;
    width: 100%;
    height: 54px;
    background: #434E62;
    position: absolute;
    bottom: 0;
    z-index: -1; }

#introduction-slides {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  #introduction-slides button {
    cursor: pointer; }
  @media (min-width: 768px) {
    #introduction-slides {
      margin-top: 65px;
      margin-left: 50px;
      margin-right: 50px; } }
  #introduction-slides .slide {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    margin-top: 25px; }
    @media (min-width: 768px) {
      #introduction-slides .slide {
        margin-top: 20px; } }
  #introduction-slides .flickity-button {
    top: auto;
    bottom: -15px;
    font-size: 16px; }
    #introduction-slides .flickity-button.flickity-prev-next-button.next:hover:before {
      color: #EECC7B; }
    #introduction-slides .flickity-button.flickity-prev-next-button.previous:hover:after {
      color: #EECC7B; }
    @media (min-width: 768px) {
      #introduction-slides .flickity-button {
        font-size: 20px;
        bottom: -15px; } }
    #introduction-slides .flickity-button.flickity-prev-next-button.next:before {
      content: 'NEXT';
      color: #FFF;
      position: absolute;
      right: 45px;
      bottom: 10px; }
      @media (min-width: 768px) {
        #introduction-slides .flickity-button.flickity-prev-next-button.next:before {
          width: 100px;
          text-align: right;
          bottom: -5px;
          line-height: 54px; } }
    #introduction-slides .flickity-button.flickity-prev-next-button.previous:after {
      content: 'PREVIOUS';
      color: #FFF;
      position: absolute;
      left: 45px;
      bottom: 10px; }
      @media (min-width: 768px) {
        #introduction-slides .flickity-button.flickity-prev-next-button.previous:after {
          bottom: -5px;
          line-height: 54px;
          width: 100px; } }
  #introduction-slides .flickity-prev-next-button .flickity-button-icon {
    width: 40%;
    height: 40%;
    left: 20%;
    top: 37%; }
    @media (min-width: 768px) {
      #introduction-slides .flickity-prev-next-button .flickity-button-icon {
        width: 60%;
        height: 60%;
        top: 20%; } }
  #introduction-slides .flickity-page-dots {
    bottom: 18px;
    width: 50%;
    margin: 0 25%;
    display: none; }
    #introduction-slides .flickity-page-dots .dot {
      width: 14px;
      height: 14px;
      background: #434E62;
      border: #fff solid 2px; }
      #introduction-slides .flickity-page-dots .dot.is-selected {
        background: white; }
    @media (min-width: 768px) {
      #introduction-slides .flickity-page-dots {
        display: block; } }
  #introduction-slides .welcome-buttons {
    margin-bottom: 20px; }
    #introduction-slides .welcome-buttons button {
      display: block;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        #introduction-slides .welcome-buttons button {
          display: inline-block; } }

.welcome-desktop-image {
  display: none;
  min-height: 20%;
  max-height: 60%;
  width: 100%; }
  .welcome-desktop-image.bank-family {
    max-height: 40px;
    min-height: auto;
    width: auto;
    bottom: 74px; }
  .welcome-desktop-image.bank-illustration {
    min-height: auto;
    width: 50%;
    right: 0;
    bottom: 54px;
    max-width: 37vh; }
    @media (min-width: 768px) {
      .welcome-desktop-image.bank-illustration {
        display: none; } }
    @media screen and (min-width: 1050px) {
      .welcome-desktop-image.bank-illustration {
        display: block;
        position: absolute;
        bottom: 54px;
        max-height: 55%; } }
  .welcome-desktop-image.slide5 {
    padding-right: 5px; }
  .welcome-desktop-image.slide6 {
    width: 50%;
    right: 0;
    left: auto;
    bottom: 100px; }
  @media (min-width: 768px) {
    .welcome-desktop-image {
      display: block;
      position: absolute;
      bottom: 54px;
      max-height: none; } }

.welcome-mobile-image {
  display: block;
  max-height: 45%;
  position: absolute;
  bottom: 54px;
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .welcome-mobile-image {
      display: none; } }
  .welcome-mobile-image.bank-illustration {
    position: absolute;
    right: 0;
    bottom: 54px;
    z-index: -1;
    left: auto; }
    @media (min-width: 768px) {
      .welcome-mobile-image.bank-illustration {
        display: block; } }
    @media screen and (min-width: 1050px) {
      .welcome-mobile-image.bank-illustration {
        display: none; } }
  .welcome-mobile-image.slide6 {
    max-height: 40vh;
    right: 0;
    left: auto;
    bottom: 50px; }

.mcb-slides .welcome-desktop-image.bank-illustration {
  bottom: 54px;
  max-width: 50vh; }

.flickity-button {
  color: #FFFFFF;
  background: none; }
  .flickity-button:hover, .flickity-button:focus {
    background: none;
    color: #EECC7B; }

.testimonials-wrapper .flickity-button {
  color: #EECC7B; }

.flickity-prev-next-button.next {
  right: 0;
  min-width: 1px;
  margin: 0;
  padding: 0; }

.flickity-prev-next-button.previous {
  left: 0;
  min-width: 1px;
  margin: 0;
  padding: 0; }

.homepage-locations {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .homepage-locations {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .homepage-locations div {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%; }
  .homepage-locations h3, .homepage-locations a {
    color: #FFFFFF; }

.card {
  position: relative;
  min-height: 300px;
  color: #303B50;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 35px;
  margin: 20px; }
  @media (min-width: 768px) {
    .card {
      margin: 0 15px; } }
  .card__icon {
    position: absolute;
    right: 25px;
    bottom: 25px;
    height: 60px;
    width: 60px; }
  .card--left {
    border-radius: 45px 0 0 0; }
  .card--right {
    border-radius: 0 0 45px 0; }
  .card__text {
    display: block;
    position: relative;
    max-width: 100%;
    top: 0px;
    margin: 0; }
    .card__text h4 {
      font-weight: bold;
      color: #303B50; }
    @media (min-width: 1200px) {
      .card__text {
        bottom: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
  .card--gray {
    background-color: #F3F3F3;
    background-image: url("/wp-content/themes/mcb2019/images/illustration-clouds.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #434E62;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 1200px) {
      .card--gray {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .card--gray h3, .card--gray a {
      color: #434E62; }
    .card--gray h3 {
      font-weight: bold; }
    .card--gray a {
      display: block;
      color: #456FA6;
      text-decoration: underline;
      margin-top: 20px; }
    .card--gray img {
      max-height: 250px; }
  .card img {
    display: block;
    position: relative;
    bottom: -35px;
    max-height: 250px;
    -ms-flex-item-align: end;
    align-self: flex-end; }
    @media (min-width: 1200px) {
      .card img {
        max-height: 300px; } }
    @media (min-width: 1200px) {
      .card img {
        bottom: -35px;
        right: -35px;
        height: auto; } }
  .card__building {
    bottom: -35px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 1200px) {
      .card__building {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media screen and (-ms-high-contrast: none) {
      .card__building {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        text-align: center; }
        .card__building img {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          position: relative;
          bottom: -35px; } }
  .card--blue {
    background: #303B50;
    border-radius: 45px 0 45px 0; }
    @media (min-width: 768px) {
      .card--blue {
        -webkit-box-flex: 0;
        flex: 0 1 30%;
        -ms-flex: 0 1 30%; } }
  .card--overlay {
    background: rgba(48, 59, 80, 0.9);
    border-radius: 45px 0 45px 0; }
  .card p {
    color: #FFFFFF; }
    @media (min-width: 768px) {
      .card p {
        min-height: 120px; } }

.featured-content {
  display: block;
  padding-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .featured-content {
      padding-left: 0;
      padding-right: 35px;
      padding-bottom: 65px;
      padding-top: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-size: cover;
      background-position: center; } }
  @media (min-width: 1200px) {
    .featured-content {
      padding: 0 calc((100vw - 1370px) / 2) 65px; } }
  .featured-content > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 50px; }
    @media (min-width: 768px) {
      .featured-content > div {
        margin-top: 115px; } }
  .featured-content h3 {
    font-family: "QuincyCF-Black";
    font-size: 30px; }
  .featured-content .card.card--overlay h3 {
    color: white; }

span.eyebrow {
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  z-index: 2; }
  span.eyebrow--masthead {
    display: inline-block;
    padding: 20px 0; }
    @media (min-width: 1400px) {
      span.eyebrow--masthead {
        width: 100%;
        padding-left: calc((100% - 1370px)/2); } }
    @media screen and (-ms-high-contrast: none) {
      span.eyebrow--masthead {
        padding-left: 0; } }

.banking-solutions-wrapper {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 60px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .banking-solutions-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .banking-solutions-wrapper > div {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%; }

@media (min-width: 768px) {
  .banking-solutions.card.card--right.card--gray {
    padding-right: 0; }
    .banking-solutions.card.card--right.card--gray .card__building {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

@media (min-width: 1200px) {
  .banking-solutions.card.card--right.card--gray {
    padding-right: 40px; } }

.ctas-wrapper {
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .ctas-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 60px; } }

.ctas__card {
  margin: 15px; }
  .ctas__card h3 {
    font-size: 25px;
    font-weight: bold; }

.testimonials-wrapper {
  margin-bottom: 50px; }
  .testimonials-wrapper .flickity-page-dots {
    position: relative;
    padding-top: 10px;
    bottom: 25px; }
  @media (min-width: 768px) {
    .testimonials-wrapper {
      margin-bottom: 90px; } }

.testimonials-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-top: 100px; }
  .testimonials-header h1 {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    max-width: 700px; }
  .testimonials-header em {
    font-style: normal;
    color: #8DADD8; }

.testimonial {
  padding: 50px;
  padding-top: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  @media (min-width: 768px) {
    .testimonial {
      padding: 75px;
      pading-top: 30px; } }
  .testimonial__imagecontainer {
    background-color: #434E62;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 6px 11px 0 rgba(24, 28, 37, 0.3);
    box-shadow: 0 6px 11px 0 rgba(24, 28, 37, 0.3);
    position: relative; }
  .testimonial__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%; }
  .testimonial__quote {
    font-weight: normal;
    font-style: italic;
    font-size: 25px;
    line-height: 35px;
    color: #434E62;
    margin: 15px;
    word-wrap: normal;
    width: auto;
    max-width: 800px; }
    @media (min-width: 768px) {
      .testimonial__quote {
        margin: 25px; } }
  .testimonial__attribution {
    max-width: 800px; }
  .testimonial__logo {
    margin: 20px;
    max-width: 300px; }
  @media screen and (-ms-high-contrast: none) {
    .testimonial {
      min-height: 500px; }
      .testimonial__quote {
        padding: 20px;
        width: 90vw;
        left: 0px;
        right: 0px;
        position: absolute; } }
    @media screen and (-ms-high-contrast: none) and (min-width: 768px) {
      .testimonial__quote {
        position: relative; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 768px) {
    .testimonial {
      min-height: auto; } }

.location {
  display: block;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto 50px auto;
  padding: 15px 15px 0 15px; }
  @media (min-width: 800px) {
    .location {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 1000px) {
    .location {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 1200px) {
    .location {
      padding: 0 35px; } }
  .location__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative; }
    .location__image img {
      width: 100%;
      padding-bottom: 10px; }
    @media (min-width: 800px) {
      .location__image {
        padding: 0;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .location__image img {
          -webkit-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          max-height: 100%; } }
    @media (min-width: 1200px) {
      .location__image {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%; } }
  .location .biddefordBranch {
    position: relative; }
    .location .biddefordBranch:after {
      content: '';
      position: absolute;
      background-image: url("/wp-content/themes/mcb2019/images/biddeford-icon.png");
      background-repeat: no-repeat;
      background-position: top right;
      background-size: 50px;
      -ms-flex-item-align: end;
      align-self: flex-end;
      height: 50px;
      width: 50px;
      padding: 10px;
      bottom: 0px;
      left: 0px; }
  .location .mechanicsBranch {
    position: relative; }
    .location .mechanicsBranch:after {
      content: '';
      position: absolute;
      background-image: url("/wp-content/themes/mcb2019/images/mechanics-icon.png");
      background-repeat: no-repeat;
      background-position: top right;
      background-size: 50px;
      -ms-flex-item-align: end;
      align-self: flex-end;
      height: 50px;
      width: 50px;
      padding: 10px;
      bottom: 0px;
      left: 0px; }
  .location__name {
    display: none; }
    @media (min-width: 800px) {
      .location__name {
        display: block; } }
  .location__name-mobile {
    padding: 15px;
    display: block; }
    @media (min-width: 800px) {
      .location__name-mobile {
        display: none; } }
  .location__address {
    margin: 10px;
    padding: 15px; }
    .location__address a {
      color: #303B50; }
    .location__address .button {
      margin: 30px 0px; }
    @media (min-width: 800px) {
      .location__address {
        padding-top: 0;
        margin-top: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%; } }
    @media (min-width: 1000px) {
      .location__address {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 22%;
        flex: 1 0 22%; } }
  .location__hours {
    padding: 0px;
    margin: 15px;
    width: 100%;
    width: -webkit-fill-available; }
    @media (min-width: 800px) {
      .location__hours {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        margin: 0px; } }
    @media (min-width: 1000px) {
      .location__hours {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%; } }
    .location__hours-desktop {
      display: block; }
      @media (min-width: 800px) {
        .location__hours-desktop {
          display: none; } }
    .location__hours h3.mobile-only {
      margin-top: -20px;
      font-weight: bold; }

.site-branding.branch-logo {
  margin-top: 15px; }

.biddeford-template-template-locations .main-content, .mechanics-template-template-locations .main-content, .page-template-template-locations .main-content {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 800px) {
    .biddeford-template-template-locations .main-content, .mechanics-template-template-locations .main-content, .page-template-template-locations .main-content {
      margin-top: 75px;
      margin-bottom: 100px; } }

.contact {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 800px) {
    .contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .contact-info {
    padding-right: 125px; }
  .contact-form {
    width: 100%; }
    @media (min-width: 800px) {
      .contact-form {
        width: 60%; } }

.error-404 {
  margin-top: 0; }
  .error-404 div {
    width: 90vw;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    color: #303B50; }
  .error-404 p, .error-404 ul {
    list-style-type: circle;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto; }
  .error-404 h2 {
    text-align: center; }
  .error-404 header {
    padding: 50px;
    background-color: #303B50;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .error-404 header h1 {
      color: #FFFFFF;
      margin: 0; }
    .error-404 header strong {
      color: #8DADD8; }
  .error-404 li {
    color: #303B50; }
  .error-404 .branchBuildings {
    background-color: #F3F3F3;
    background-image: url("/wp-content/uploads/2019/11/illustration-clouds.svg");
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 35px 0; }
  .error-404 img {
    width: 100%; }

.page-template-page-team_member main, .biddeford-template-page-team_member main, .mechanics-template-page-team_member main {
  max-width: 1080px;
  margin: 0 auto; }
  .page-template-page-team_member main .main-content, .biddeford-template-page-team_member main .main-content, .mechanics-template-page-team_member main .main-content {
    display: block;
    margin-top: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      .page-template-page-team_member main .main-content, .biddeford-template-page-team_member main .main-content, .mechanics-template-page-team_member main .main-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .page-template-page-team_member main .team-member__photo, .biddeford-template-page-team_member main .team-member__photo, .mechanics-template-page-team_member main .team-member__photo {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 450px;
    margin-bottom: 35px; }
  .page-template-page-team_member main .team-member__content, .biddeford-template-page-team_member main .team-member__content, .mechanics-template-page-team_member main .team-member__content {
    -ms-flex-preferred-size: 63%;
    flex-basis: 63%; }
    .page-template-page-team_member main .team-member__content.no-photo, .biddeford-template-page-team_member main .team-member__content.no-photo, .mechanics-template-page-team_member main .team-member__content.no-photo {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    .page-template-page-team_member main .team-member__content h1, .biddeford-template-page-team_member main .team-member__content h1, .mechanics-template-page-team_member main .team-member__content h1 {
      margin-top: 0; }
    .page-template-page-team_member main .team-member__content h2, .biddeford-template-page-team_member main .team-member__content h2, .mechanics-template-page-team_member main .team-member__content h2 {
      color: #303B50;
      font-size: 25px;
      line-height: 29px;
      font-weight: bold; }
    @media screen and (-ms-high-contrast: none) {
      .page-template-page-team_member main .team-member__content, .biddeford-template-page-team_member main .team-member__content, .mechanics-template-page-team_member main .team-member__content {
        width: 63%;
        max-width: 63%;
        margin-left: auto;
        margin-right: auto; } }
  .page-template-page-team_member main .bio-buttons, .biddeford-template-page-team_member main .bio-buttons, .mechanics-template-page-team_member main .bio-buttons {
    margin-top: 35px; }
  .page-template-page-team_member main .post-navigation, .biddeford-template-page-team_member main .post-navigation, .mechanics-template-page-team_member main .post-navigation {
    margin-top: 100px;
    margin-bottom: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (-ms-high-contrast: none) {
      .page-template-page-team_member main .post-navigation, .biddeford-template-page-team_member main .post-navigation, .mechanics-template-page-team_member main .post-navigation {
        width: 63%;
        max-width: 63%;
        margin-left: auto;
        margin-right: auto; } }
