@charset "UTF-8";
@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: 1.125em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #000000;
}

ul {
  padding: 0 0 0 30px;
}

li,
p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.125em;
  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: 1.25;
  font-family: "QuincyCF-Black";
  color: #303B50;
  margin: 15px 0;
}
@media screen and (min-width: 300px) {
  h1 {
    font-size: calc(42px + strip-unit(52px)-strip-unit(42px) * (100vw - 300px) / strip-unit(1200px)-strip-unit(300px));
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 52px;
  }
}
h1 strong, h1 b {
  font-style: normal;
}

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

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

h4, h5, h6 {
  font-size: 20px;
  line-height: 1.5;
  margin: 15px 0 5px;
}
@media screen and (min-width: 300px) {
  h4, h5, h6 {
    font-size: calc(20px + strip-unit(24px)-strip-unit(20px) * (100vw - 300px) / strip-unit(1200px)-strip-unit(300px));
  }
}
@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 */
/* 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;
  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: 1.25em;
  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;
}

.main-navigation {
  clear: both;
  display: none;
  float: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul#primary-menu-left, .main-navigation ul#primary-menu-right {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation ul#primary-menu-left > li > ul.sub-menu, .main-navigation ul#primary-menu-right > li > ul.sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0;
  background: #FFFFFF;
  left: 0;
  top: 125px;
  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-left > li > ul.sub-menu a:hover, .main-navigation ul#primary-menu-right > li > ul.sub-menu a:hover {
  color: #456FA6;
  text-decoration: underline;
}
.main-navigation ul#primary-menu-left > li > ul.sub-menu a:focus, .main-navigation ul#primary-menu-right > li > ul.sub-menu a:focus {
  color: #303B50;
  text-decoration: none;
  outline: dashed #A22121 2px;
}
.main-navigation ul#primary-menu-left > li > ul.sub-menu li, .main-navigation ul#primary-menu-right > li > ul.sub-menu li {
  display: block;
  font-size: 1em;
}
.main-navigation ul#primary-menu-left > li > ul.sub-menu > li, .main-navigation ul#primary-menu-right > 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-left > li > ul.sub-menu > li:first-child, .main-navigation ul#primary-menu-right > li > ul.sub-menu > li:first-child {
  margin: 30px 10px 50px 20px;
}
.main-navigation ul#primary-menu-left > li > ul.sub-menu > li:last-child, .main-navigation ul#primary-menu-right > li > ul.sub-menu > li:last-child {
  margin: 30px 10px 50px 20px;
}
.main-navigation ul#primary-menu-left > li > ul.sub-menu > li > a, .main-navigation ul#primary-menu-right > li > ul.sub-menu > li > a {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}
.main-navigation ul#primary-menu-left > li.menu-item.open > ul.sub-menu, .main-navigation ul#primary-menu-right > 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-left > li.menu-item.open > ul.sub-menu li a, .main-navigation ul#primary-menu-right > li.menu-item.open > ul.sub-menu li a {
  padding-top: 10px;
}
.main-navigation .menu_login {
  text-align: center;
  background-color: #EECC7B;
  padding: 0 1em 0 2em !important;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.main-navigation .menu_login:hover {
  background-color: #F1D695;
  border-bottom-color: #303B50;
}
.main-navigation .menu_login:focus {
  background-color: #EECC7B;
}
.main-navigation .menu_login a {
  padding-left: 15px;
  position: relative;
  white-space: nowrap;
}
.main-navigation .menu_login a::before {
  content: "";
  width: 21px;
  height: 100%;
  top: -6px;
  left: -10px;
  background-image: url("images/lantern-login.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.main-navigation .menu_login a:focus {
  outline: dashed #A22121 0px !important;
}

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;
}

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: 1200px) {
  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 {
  -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;
}

ul#primary-menu-left, ul#primary-menu-right {
  position: relative;
  height: 125px;
}
ul#primary-menu-left > li, ul#primary-menu-right > li {
  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;
  margin: 0;
  cursor: pointer;
}
ul#primary-menu-left > li:hover, ul#primary-menu-left > li.current-menu-item, ul#primary-menu-right > li:hover, ul#primary-menu-right > li.current-menu-item {
  border-bottom: 3px solid #EECC7B;
}
ul#primary-menu-left > li > a, ul#primary-menu-right > li > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.875em;
}
ul#primary-menu-left > li > a:focus, ul#primary-menu-right > li > a:focus {
  outline: dashed #A22121 2px;
  outline-offset: 1px;
}

input, select, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #A8A9AB;
  border-radius: 5px;
  min-height: 40px;
  padding-left: 20px;
  width: 100%;
}
input ::-webkit-input-placeholder, select ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
  font-size: 1em;
  color: #DFDFDF;
}
input ::-moz-placeholder, select ::-moz-placeholder, textarea ::-moz-placeholder {
  font-size: 1em;
  color: #DFDFDF;
}
input :-ms-input-placeholder, select :-ms-input-placeholder, textarea :-ms-input-placeholder {
  font-size: 1em;
  color: #DFDFDF;
}
input ::-ms-input-placeholder, select ::-ms-input-placeholder, textarea ::-ms-input-placeholder {
  font-size: 1em;
  color: #DFDFDF;
}
input ::placeholder, select ::placeholder, textarea ::placeholder {
  font-size: 1em;
  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 {
  text-transform: uppercase;
  font-size: 1em;
}
.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;
}

.photo-submission p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photo-submission p span:first-child {
  margin-right: 5px;
}
.photo-submission p span:last-child {
  margin-left: 5px;
}
.photo-submission select, .photo-submission textarea {
  width: 454px;
}
.photo-submission .file-submission {
  border: 0px solid white;
}
.photo-submission .wpcf7-submit {
  width: 454px;
}

.mobile_alert {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .mobile_alert {
    display: none;
  }
}

.login_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login_options select {
  background-position: 95% 13px;
}

.login-button {
  margin: 20px 0 0 0;
}

.homepage-login {
  position: relative;
  max-width: 50vw;
  display: none;
}
@media (min-width: 1200px) {
  .homepage-login {
    display: block;
  }
}
.homepage-login > .login-form {
  background-color: #EECC7B;
  position: absolute;
  margin: 0 auto;
  bottom: -100px;
  top: auto;
  left: 0px;
  display: block;
  border-radius: 88px 0 88px 0;
  width: 450px;
}
@media (min-width: 1400px) {
  .homepage-login > .login-form {
    width: 450px;
  }
}

.login-form {
  position: absolute;
  background-color: #EECC7B;
  display: none;
  right: 0;
  top: 125px;
  width: 450px;
  padding: 0 35px 45px 35px;
  -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;
}
@media (min-width: 800px) {
  .login-form {
    padding: 45px 35px;
  }
}
@media (min-width: 1200px) {
  .login-form {
    background-color: #F3F3F3;
  }
}
.login-form.open {
  display: block;
}
.login-form__heading {
  color: #303B50;
  text-transform: Capitalize;
  margin-bottom: 5px;
  margin-right: 20px;
  font-size: 2.5em;
  width: 150px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
.login-form__options {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.login-form .form-label {
  color: #434E62;
  font-size: 1em;
}
.login-form .BOLoginUsernameInput, .login-form .ROLoginUserNameInput, .login-form .BOLoginPasswordInput, .login-form .ROLoginPasswordInput {
  padding-left: 40px;
  position: relative;
}
.login-form .ROLoginUserNameLabel, .login-form .ROLoginPasswordLabel, .login-form .BOLoginUsernameLabel, .login-form .BOLoginPasswordLabel {
  position: relative;
}
.login-form .ROLoginUserNameLabel:after, .login-form .ROLoginPasswordLabel:after, .login-form .BOLoginUsernameLabel:after, .login-form .BOLoginPasswordLabel:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 5px;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
}
.login-form .ROLoginUserNameLabel:after, .login-form .BOLoginUsernameLabel:after {
  background-image: url("images/User.svg");
}
.login-form .ROLoginPasswordLabel:after, .login-form .BOLoginPasswordLabel:after {
  background-image: url("images/Lock.svg");
}
.login-form .login-button {
  text-align: center;
  height: 60px;
  background-color: #303B50;
  color: white;
  margin-left: 0;
  margin-right: 0;
}
.login-form .post-form {
  text-align: center;
  font-size: 1em;
}
.login-form .post-form .form-note {
  font-size: 0.75em;
  font-style: italic;
  line-height: 1.5;
  margin: 10px 0 0 0;
}
.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: 40px;
  padding-left: 15px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 35px;
}
.login-form input ::-webkit-input-placeholder, .login-form select ::-webkit-input-placeholder {
  font-size: 1em;
  color: #A8A9AB;
}
.login-form input ::-moz-placeholder, .login-form select ::-moz-placeholder {
  font-size: 1em;
  color: #A8A9AB;
}
.login-form input :-ms-input-placeholder, .login-form select :-ms-input-placeholder {
  font-size: 1em;
  color: #A8A9AB;
}
.login-form input ::-ms-input-placeholder, .login-form select ::-ms-input-placeholder {
  font-size: 1em;
  color: #A8A9AB;
}
.login-form input ::placeholder, .login-form select ::placeholder {
  font-size: 1em;
  color: #A8A9AB;
}

.highlighted {
  background-color: #EECC7B !important;
}
.highlighted #mobile-branch-login:after {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-branch-login-wrapper {
  padding: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .mobile-branch-login-wrapper {
    display: none;
  }
}
.mobile-branch-login-wrapper .login-form {
  display: block !important;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  top: 65px;
  width: 100%;
}
.mobile-branch-login-wrapper #mobile-branch-login {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.mobile-branch-login-wrapper #mobile-branch-login.open {
  border-radius: 0 100px 0 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.mobile-branch-login-wrapper #mobile-branch-login.open:after {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-branch-login-wrapper .login-form.open {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border-radius: 0 0 0 100px;
}

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: 1.25em;
}
#mobile-branch-login:after {
  content: "";
  background-image: url("images/arrow-down.png");
  background-size: contain;
  width: 22px;
  height: 10px;
  position: absolute;
  right: 32px;
  top: 26px;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#mobile-login, #mobile-branch-login {
  position: relative;
  padding-left: 50px;
  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: 20px;
  top: 10px;
  background-repeat: no-repeat;
}

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

.ROBOLoginSwitcherOptions {
  margin-bottom: 32px;
}

.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;
  }
}
.masthead .videoHero__video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 120%;
  overflow: hidden;
  bottom: 0;
  height: 100%;
  right: -10px;
}
@media screen and (max-width: 1125px) {
  .masthead .videoHero__video {
    height: calc(100% + 10px);
  }
}
@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: 680px;
}
@media (min-width: 768px) {
  .masthead__homepage {
    height: 520px;
  }
}
.masthead__homepage .masthead__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 1200px) {
  .masthead__homepage .masthead__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.masthead__homepage .masthead__content > div:nth-child(2) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 768px) {
  .masthead__homepage .masthead__content > div:nth-child(2) {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media (min-width: 1000px) {
  .masthead__homepage .masthead__content > div:nth-child(2) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.masthead__homepage .masthead__content .loginbox-spacer {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
}
@media (min-width: 768px) {
  .masthead__homepage .masthead__content .loginbox-spacer {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media (min-width: 1000px) {
  .masthead__homepage .masthead__content .loginbox-spacer {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.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;
  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;
  min-height: 150px;
}
.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;
  }
}
.masthead__content .button {
  text-shadow: none;
  -webkit-filter: drop-shadow(2px 4px 9px rgba(0, 0, 0, 0.3137254902));
          filter: drop-shadow(2px 4px 9px rgba(0, 0, 0, 0.3137254902));
}
@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;
  z-index: 1;
}

.interiorAlert-wrapper {
  background: #8DADD8;
  width: 100%;
  margin: 0;
  padding: 35px;
  text-align: center;
}
.interiorAlert-wrapper h3, .interiorAlert-wrapper h2 {
  max-width: 1370px;
  color: #303B50;
  font-family: "QuincyCF-Black";
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 300px) {
  .interiorAlert-wrapper h3, .interiorAlert-wrapper h2 {
    font-size: calc(24px + 6 * (100vw - 300px) / 900);
  }
}
.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;
  }
}
.loginbox-spacer {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.is-selected h1 strong, .is-selected h1 b {
  position: relative;
}
.is-selected h1 strong:after, .is-selected h1 b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 0%;
  z-index: -1;
  background: #8DADD8;
  -webkit-transform: skew(-10deg, 0deg);
      -ms-transform: skew(-10deg, 0deg);
          transform: skew(-10deg, 0deg);
  -webkit-animation-name: underline;
          animation-name: underline;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal; /* or: normal */
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* or: backwards, both, none */
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; /* or: Xms */
}

@-webkit-keyframes underline {
  from {
    width: 1px;
  }
  to {
    width: 100%;
  }
}

@keyframes underline {
  from {
    width: 1px;
  }
  to {
    width: 100%;
  }
}
.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.5;
}
.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: 100%;
  max-width: 1300px;
  height: 85vh;
}
@media (min-width: 768px) {
  .wysiwyg-wrapper iframe {
    width: 90vw;
  }
}

#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;
  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");
}

.testimonials-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 0px;
}
@media (min-width: 800px) {
  .testimonials-wrapper {
    margin-bottom: 150px;
    margin-top: 150px;
  }
}

.testimonial {
  height: auto;
  width: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.testimonial .attribution {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.testimonial .attribution-container {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 800px) {
  .testimonial .attribution-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.testimonial .attribution-person {
  margin: 20px;
  display: block;
  font-weight: bold;
  font-family: "QuincyCF-Black";
  font-size: 1.5em;
}
@media screen and (min-width: 300px) {
  .testimonial .attribution-person {
    font-size: calc(1.5em + strip-unit(1.875em)-strip-unit(1.5em) * (100vw - 300px) / strip-unit(1200px)-strip-unit(300px));
  }
}
@media screen and (min-width: 1200px) {
  .testimonial .attribution-person {
    font-size: 1.875em;
  }
}
@media (min-width: 800px) {
  .testimonial .attribution-person {
    margin: 20px 25%;
  }
}
.testimonial .attribution-extended {
  margin: 20px;
  display: block;
  font-style: italic;
  padding-bottom: 100px;
}
@media (min-width: 800px) {
  .testimonial .attribution-extended {
    margin: 20px 25%;
    padding-bottom: 0px;
  }
}
.testimonial .testimonial_image {
  width: 100%;
  width: 50vw;
  height: 50vw;
  border: 10px solid white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .testimonial .testimonial_image {
    width: 600px;
    height: 600px;
  }
}
.testimonial .quote {
  padding: 126px 84px 126px 84px;
  width: 100%;
  background-color: #5B718D;
  border-radius: 0px 123px;
  position: relative;
}
@media (min-width: 800px) {
  .testimonial .quote {
    padding: 126px 84px 126px 30%;
  }
}
.testimonial .quote h1, .testimonial .quote h2, .testimonial .quote h3, .testimonial .quote h4, .testimonial .quote h5, .testimonial .quote h6, .testimonial .quote p, .testimonial .quote li {
  color: white;
}
.testimonial .quote-container {
  padding-top: 0px;
  margin-left: 0;
  margin-top: -100px;
  width: 100%;
  position: relative;
}
@media (min-width: 800px) {
  .testimonial .quote-container {
    width: 60%;
    margin-left: -30%;
    margin-top: 0;
    padding-top: 100px;
  }
}
.testimonial .quote:before {
  content: "“";
  position: absolute;
  top: -20px;
  left: 20px;
  font-weight: bold;
  font-family: "QuincyCF-Black";
  font-size: 10em;
  opacity: 0.35;
  color: white;
}
@media (min-width: 800px) {
  .testimonial .quote:before {
    left: 25%;
  }
}
.testimonial .quote:after {
  content: "”";
  position: absolute;
  bottom: -50px;
  right: 20px;
  font-weight: bold;
  font-family: "QuincyCF-Black";
  font-size: 10em;
  opacity: 0.35;
  color: white;
}
@media (min-width: 800px) {
  .testimonial .quote:after {
    right: 84px;
  }
}

.video_block {
  display: block;
  padding: 0px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .video_block {
    padding: 35px;
  }
}

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
}
@media (min-width: 768px) {
  .video-container {
    padding: 30px;
  }
}
.video-container .video_link {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .video-container .video_link {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    width: 33%;
  }
}
.video-container .video_link > p {
  color: #999999;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.video-container .video_link > img {
  border-radius: 0 24px 0 23px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.video-container .video_link:hover p {
  color: #303B50;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.video-container .video_link:hover img {
  border-radius: 24px 0 23px 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.video_iframe {
  display: none;
}

.video_lightbox {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 50px;
  background: rgba(0, 0, 0, 0.75);
  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;
}

.video_lightbox .vid_container {
  background-color: black;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
}

.hidden {
  display: none;
}

.header-alert {
  clear: both;
  width: 100%;
  font-size: 1em;
  text-align: center;
  padding: 20px 50px;
  font-weight: 900;
  position: relative;
  display: none;
}

#alert-close {
  cursor: pointer;
  font-size: 1em;
  display: block;
  width: 35px;
  height: 35px;
  margin: 10px auto;
  position: absolute;
  top: 2px;
  right: 9px;
  background: url(images/mobile-menu-close.png);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#alert-close:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.3137254902));
          filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.3137254902));
}

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

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

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

.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-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: 1200px) {
  .nav-wrapper.toggled nav.mobile-navigation {
    display: none;
  }
}

.site-branding {
  width: 298px;
  max-width: calc(100% - 100px);
  margin-left: 20px;
  margin-right: 10px;
  padding-right: 100px;
}
@media (min-width: 768px) {
  .site-branding {
    margin-left: 10px;
    max-width: 330px;
    padding-right: 0px;
  }
}
.site-branding img {
  min-height: 44px;
  min-width: 194px;
}

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

nav.main-navigation {
  width: auto;
  position: relative;
}

#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: 1200px) {
  #menu-toggle {
    display: none;
  }
}

.menu-item {
  font-size: 1.0625em;
}

.nav_spacer {
  width: 1px;
  height: 32px;
  background-color: black;
  margin: auto 0;
}

.search_field {
  position: relative;
  padding-left: 50px;
  font-weight: bold;
}
.search_field:before {
  content: "";
  background-image: url("images/Search.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 40px;
  background-repeat: no-repeat;
}

.mobile_search {
  display: block;
}
@media (min-width: 1200px) {
  .mobile_search {
    display: none;
  }
}
.mobile_search-icon {
  background-color: white;
  background-image: url("images/Search.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  width: 88px;
  height: 85px;
  position: absolute;
  right: 92px;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.mobile_search-icon:before {
  content: "";
  background-image: url("images/small-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 50px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.mobile_search .clicked:before {
  content: "";
  background-image: url("images/small-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.search_container {
  background-color: white;
  position: absolute;
  max-width: calc(100% - 157px);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  right: 145px;
  bottom: 0px;
  padding: 40px 0;
  padding-right: 50px;
  z-index: 100;
}
.search_container-mobile {
  position: relative;
}
@media (min-width: 1200px) {
  .search_container-mobile {
    display: none;
  }
}
.search_container-mobile .search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #303B50;
  padding: 0 60px;
}
.search_container-mobile .search-form .search-field {
  border: 0px solid white;
}
.search_container-mobile .search-form .search-submit {
  display: none;
}
.search_container-mobile .search-form label {
  width: 100%;
}
.search_container-mobile:before {
  content: "";
  background-color: white;
  background-image: url("images/search-gray.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}
.search_container-mobile:after {
  content: "";
  background-color: white;
  background-image: url("images/grayX.svg");
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}
.search_container .search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #303B50;
}
.search_container .search-form .search-field {
  border: 0px solid white;
}
.search_container .search-form .search-submit {
  background-color: white;
  width: 40px;
  font-size: 10px;
  position: relative;
  border-radius: 0;
  margin: 0 10px;
  padding: 10px;
  text-decoration: none;
  text-transform: none;
  min-width: 0px;
  color: white;
  cursor: pointer;
}
.search_container .search-form label {
  width: 100%;
}
.search_container .search-form:after {
  content: "";
  background-color: white;
  background-image: url("images/Search.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}
.search_container:after {
  content: "";
  background-color: white;
  background-image: url("images/Close.svg");
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 43px;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}

footer {
  background-color: #303B50;
  background-image: url("images/FooterLamp.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 350px;
  padding: 50px 0;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  footer {
    padding: 100px 35px;
    background-position: left -50px bottom -30px;
    background-size: 350px;
  }
}
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;
  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: 1em;
}

.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, .footer > div h2 {
  font-size: 1.5625em;
  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,
.footer > div.toggled h2.expandable:after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}
.footer > div h3, .footer > div h2 {
  position: relative;
}
@media (min-width: 768px) {
  .footer > div h3, .footer > div h2 {
    margin-top: 0;
  }
}
.footer > div h3.expandable, .footer > div h2.expandable {
  cursor: pointer;
}
.footer > div h3.expandable:after, .footer > div h2.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, .footer > div h2.expandable:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer > div h3.expandable, .footer > div h2.expandable {
    cursor: auto;
  }
}
.footer ul.menu li {
  display: block;
}
.footer__contact-us {
  position: relative;
  padding-bottom: 40px;
}
.footer__contact-us h3, .footer__contact-us h2 {
  margin-left: 40px;
}
.footer__contact-us h3:before, .footer__contact-us h2:before {
  content: "";
  background-image: url("images/headset@2x.png");
  background-size: 30px 33px;
  width: 30px;
  height: 33px;
  position: absolute;
  left: -45px;
}
.footer a {
  padding-top: 13px;
  padding-bottom: 12px;
}
.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 + strip-unit(16px)-strip-unit(12px) * (100vw - 300px) / strip-unit(1200px)-strip-unit(300px));
  }
}
@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 + strip-unit(16px)-strip-unit(12px) * (100vw - 300px) / strip-unit(1200px)-strip-unit(300px));
  }
}
@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;
  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;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .page-title {
    padding: 0;
  }
}

.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-left > li.menu-item-login {
  display: none;
}

.mcb ul#primary-menu-right > 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;
}

.twocol_wysiwyg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .twocol_wysiwyg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.twocol_wysiwyg > .wysiwyg-wrapper {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}
.twocol_wysiwyg > .wysiwyg-wrapper iframe {
  max-width: 100%;
  height: 48cqh;
}

.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;
  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: 1.875em;
  line-height: 1.25;
  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: 0.75em;
  line-height: 1.5;
  color: #75757A;
}
.breadcrumbs a {
  color: #75757A;
  text-decoration: underline;
}
.breadcrumbs span {
  color: #303B50;
  font-weight: bold;
}

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

.centered {
  text-align: center;
}

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

.icon_container {
  padding-top: 150px;
  padding-bottom: 75px;
}

.icon-title {
  max-width: 1100px;
  text-align: center;
  margin: 25px AUTO;
}

.icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 25px auto;
  max-width: 1200px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.icon_link {
  margin: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
  border-radius: 0 0 20px 0;
}
.icon_link:hover a {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  text-decoration: underline;
  font-weight: bold;
}

.icon_link a {
  display: block;
  color: #456FA6;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  text-decoration: none;
  font-weight: normal;
}

.icon_link img {
  padding: 14px;
  margin: 0 0 20px 0;
  max-width: 104px;
}

.image-fullwidth {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (min-width: 800px) {
  .image-fullwidth {
    margin-bottom: 150px;
  }
}
.image-fullwidth .bg_image {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  border-radius: 0;
}
@media (min-width: 800px) {
  .image-fullwidth .bg_image {
    position: absolute;
    right: 0;
    border-radius: 50%;
    bottom: -75px;
    width: 50vw;
    height: 50vw;
    border: 10px solid white;
  }
}
@media (min-width: 1200px) {
  .image-fullwidth .bg_image {
    width: 600px;
    height: 600px;
  }
}
.image-fullwidth .text_content {
  padding: 42px 42px 84px 42px;
  width: 100%;
  background-color: #303B50;
  border-radius: 0px 123px;
}
@media (min-width: 800px) {
  .image-fullwidth .text_content {
    padding: 42px 28% 84px 42px;
  }
}
.image-fullwidth .text_content h1, .image-fullwidth .text_content h2, .image-fullwidth .text_content h3, .image-fullwidth .text_content h4, .image-fullwidth .text_content h5, .image-fullwidth .text_content h6, .image-fullwidth .text_content p, .image-fullwidth .text_content li {
  color: white;
}
.image-fullwidth .text_content-container {
  width: 100%;
}
@media (min-width: 800px) {
  .image-fullwidth .text_content-container {
    width: 66%;
  }
}
.image-fullwidth .button {
  margin-bottom: 15px;
}

.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: 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: 0.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, .info-columns h2 {
  color: #303B50;
  font-weight: bold;
  font-size: 30px;
}
.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, .info-columns__column h2 {
  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: 1.125em;
  line-height: 1.5;
}
.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, .info-cards__card h2 {
  min-height: 63px;
  line-height: 1.25;
  margin: 15px 0 5px;
}
@media screen and (min-width: 300px) {
  .info-cards__card h3, .info-cards__card h2 {
    font-size: calc(24px + 6 * (100vw - 300px) / 900);
  }
}
.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: 1360px;
  color: #595959;
}
.disclosures strong, .disclosures p, .disclosures a {
  font-size: 0.9375em;
  line-height: 1.5;
  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, .features-wrapper h2 {
  margin: 0;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  color: white;
  font-size: 30px;
}
@media (min-width: 1000px) {
  .features-wrapper h3, .features-wrapper h2 {
    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;
  -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: calc(35px + 0.390625vw);
  line-height: 1.25;
}
.values-wrapper p {
  margin: 0 auto;
  color: #434E62;
  font-size: 1.25em;
  line-height: 1.5;
  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: 1.25em;
  line-height: 1.5;
}
.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: 1.0625em;
}
@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: 1em;
  line-height: 1.5;
  max-width: 280px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 50px 0 50px 0;
  opacity: 0.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;
    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: 1.25em;
  line-height: 1.25;
  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: 0.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: 0.75em;
  line-height: 1.5;
  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: 0.75em;
  line-height: 1.5;
  font-style: italic;
  font-weight: normal;
  white-space: nowrap;
  margin-bottom: 12px;
}
.template-rates main h3 {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
}
.template-rates main .dataTable-header th {
  font-size: 0.9375em;
  line-height: 1.5;
}

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: 0.9375em;
  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 {
    -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: 1.25em;
  line-height: 1.25;
  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;
  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: 1.5625em;
  line-height: 1.25;
}
.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: 1.5625em;
  line-height: 1.25;
  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;
  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: 1.25em;
  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: 0.75em;
  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;
}

.search article, .search .page-content {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 60px 20px;
}
@media (min-width: 1200px) {
  .search article, .search .page-content {
    padding: 0 0 60px 0;
  }
}
.search article .entry-header, .search .page-content .entry-header {
  margin-bottom: 31px;
}
.search article .entry-header .entry-title, .search .page-content .entry-header .entry-title {
  line-height: 1.25;
  font-size: 2em;
  margin-bottom: 0;
}
.search article .excerpt_part, .search .page-content .excerpt_part {
  color: #817E7E;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
}
.search .page-header {
  background: #F2F2F2;
  padding: 50px 20px;
}
@media (min-width: 1200px) {
  .search .page-header {
    padding: 50px 0;
  }
}
.search .nav-links {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 20px;
}
@media (min-width: 1200px) {
  .search .nav-links {
    padding: 50px 0;
  }
}
.search .search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .search .search-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.search .search-form label {
  width: 100%;
}
.search .search-form .search-field {
  min-height: 50px;
  margin: 5px;
}
.search .search-form .search-submit {
  width: 33%;
  margin-left: 20px;
}
.search .page-header {
  background-color: #303B50;
}
.search .page-header .page-title {
  color: #FFFFFF;
}

.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 0.5s ease-in-out;
  transition: all 0.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: 1.25em;
  line-height: 1.25;
  padding-bottom: 0;
  -webkit-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: 1em;
  -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: 1em;
}
#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: 1.25em;
    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;
}

.home .menu_login {
  background-color: #FFFFFF;
}
.home .masthead__homepage {
  background-color: #303B50;
  height: 700px;
}
.home .main-content {
  background: url("images/LanternGrad.svg");
  background-repeat: no-repeat;
  background-position: right -300px top -30px;
  background-size: 550px;
}
@media (min-width: 1000px) {
  .home .main-content {
    background-size: 700px;
  }
}

.flickity-button {
  color: #FFFFFF;
  background: none;
  -webkit-filter: drop-shadow(0px 0px 4px #666666);
          filter: drop-shadow(0px 0px 4px #666666);
}
.flickity-button:hover, .flickity-button:focus {
  background: none;
  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, .card__text h2 {
  font-weight: bold;
  color: #303B50;
  font-size: 20px;
  line-height: 1.5;
  margin: 15px 0 5px;
}
@media (min-width: 300px) {
  .card__text h4, .card__text h2 {
    font-size: calc(20px + 4 * (100vw - 300px) / 900);
  }
}
@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, .featured-content h2 {
  font-family: "QuincyCF-Black";
  font-size: 1.875em;
}
.featured-content .card.card--overlay h3, .featured-content .card.card--overlay h2 {
  color: white;
}

span.eyebrow {
  font-weight: bold;
  font-size: 0.9375em;
  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: 1.5625em;
  font-weight: bold;
}

.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;
      -ms-grid-row-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 .mechanicsBranch {
  position: relative;
}
.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%;
}

.single-team_members main, .biddeford-template-page-team_member main, .mechanics-template-page-team_member main {
  max-width: 1080px;
  margin: 0 auto;
}
.single-team_members 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;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .single-team_members 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;
  }
}
@media (min-width: 1000px) {
  .single-team_members main .main-content, .biddeford-template-page-team_member main .main-content, .mechanics-template-page-team_member main .main-content {
    padding: 0px;
  }
}
.single-team_members 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;
}
.single-team_members 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%;
}
.single-team_members 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%;
}
.single-team_members 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;
}
.single-team_members 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: 1.5625em;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (-ms-high-contrast: none) {
  .single-team_members 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;
  }
}
.single-team_members main .bio-buttons, .biddeford-template-page-team_member main .bio-buttons, .mechanics-template-page-team_member main .bio-buttons {
  margin-top: 35px;
}
.single-team_members 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (-ms-high-contrast: none) {
  .single-team_members 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;
  }
}
.single-team_members main .right, .biddeford-template-page-team_member main .right, .mechanics-template-page-team_member main .right {
  margin-left: 5px;
}