@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"; }

.w-icon-file-upload-remove:before {
  content: "\e900"; }

.w-icon-file-upload-icon:before {
  content: "\e903"; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important; }

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal; }

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px; }

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px; }

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0;
  margin-bottom: 10px; }

figcaption {
  margin-top: 5px;
  text-align: center; }

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999; }

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1; }

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999; }

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999; }

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  background-color: #f3f3f3; }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-radio:after {
  clear: both; }

.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-file-upload {
  display: block;
  margin-bottom: 10px; }

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100; }

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333; }

.w-file-upload-error {
  display: block;
  margin-top: 10px; }

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none; }

.w-file-upload-uploading-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-file-upload-file {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block; }

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer; }

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px; }

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0; }

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px; }

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px; }

.w-icon-file-upload-uploading {
  height: 20px; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: none !important; }
  .w-col-medium-1 {
    width: 8.33333333%; }
  .w-col-medium-2 {
    width: 16.66666667%; }
  .w-col-medium-3 {
    width: 25%; }
  .w-col-medium-4 {
    width: 33.33333333%; }
  .w-col-medium-5 {
    width: 41.66666667%; }
  .w-col-medium-6 {
    width: 50%; }
  .w-col-medium-7 {
    width: 58.33333333%; }
  .w-col-medium-8 {
    width: 66.66666667%; }
  .w-col-medium-9 {
    width: 75%; }
  .w-col-medium-10 {
    width: 83.33333333%; }
  .w-col-medium-11 {
    width: 91.66666667%; }
  .w-col-medium-12 {
    width: 100%; }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: none !important; }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }
  .w-col {
    width: 100%;
    left: auto;
    right: auto; }
  .w-col-small-1 {
    width: 8.33333333%; }
  .w-col-small-2 {
    width: 16.66666667%; }
  .w-col-small-3 {
    width: 25%; }
  .w-col-small-4 {
    width: 33.33333333%; }
  .w-col-small-5 {
    width: 41.66666667%; }
  .w-col-small-6 {
    width: 50%; }
  .w-col-small-7 {
    width: 58.33333333%; }
  .w-col-small-8 {
    width: 66.66666667%; }
  .w-col-small-9 {
    width: 75%; }
  .w-col-small-10 {
    width: 83.33333333%; }
  .w-col-small-11 {
    width: 91.66666667%; }
  .w-col-small-12 {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: inherit !important; }
  .w-hidden-tiny {
    display: none !important; }
  .w-col {
    width: 100%; }
  .w-col-tiny-1 {
    width: 8.33333333%; }
  .w-col-tiny-2 {
    width: 16.66666667%; }
  .w-col-tiny-3 {
    width: 25%; }
  .w-col-tiny-4 {
    width: 33.33333333%; }
  .w-col-tiny-5 {
    width: 41.66666667%; }
  .w-col-tiny-6 {
    width: 50%; }
  .w-col-tiny-7 {
    width: 58.33333333%; }
  .w-col-tiny-8 {
    width: 66.66666667%; }
  .w-col-tiny-9 {
    width: 75%; }
  .w-col-tiny-10 {
    width: 83.33333333%; }
  .w-col-tiny-11 {
    width: 91.66666667%; }
  .w-col-tiny-12 {
    width: 100%; } }

.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  text-align: center; }

.w-widget-map .gm-style-iw > button {
  display: none !important; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-widget-gplus {
  overflow: hidden; }

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white; }

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100; }

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.w-slider {
  position: relative;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222; }

.w-dropdown-link.w--current {
  color: #0082f3; }

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px; } }

/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all .3s; }

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.w-lightbox-active {
  opacity: .3; }

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear; }

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5; }
  .w-lightbox-close {
    opacity: .8; }
  .w-lightbox-control:hover {
    opacity: 1; } }

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-richtext:after {
  clear: both; }

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial; }

.w-richtext ol,
.w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.w-richtext figure {
  position: relative;
  max-width: 60%; }

.w-richtext figure > div:before {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6; }

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent; }

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom; }

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both; }

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none; }

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000; }

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333; }

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  position: relative;
  float: right; }

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%; }

.w-nav-overlay [data-nav-menu-open] {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0; }

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button {
  display: block; }

.w--nav-dropdown-open {
  display: block; }

.w--nav-dropdown-toggle-open {
  display: block; }

.w--nav-dropdown-list-open {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }
  .w-nav-brand {
    padding-left: 10px; } }

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }

.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd; }

.w-tab-link.w--current {
  background-color: #C8C8C8; }

.w-tab-link:focus {
  outline: 0; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }

.w-ix-emptyfix:after {
  content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd; }

.w-dyn-hide {
  display: none !important; }

.w-dyn-bind-empty {
  display: none !important; }

.w-condition-invisible {
  display: none !important; }

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1; }

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both; }

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal; }

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec; }

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%; }

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec; }

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec; }

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 54px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -0.5px; }

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.25px;
  font-weight: bold; }

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500; }

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400; }

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.15px; }

p {
  margin-bottom: 0px;
  letter-spacing: 0.5px; }

a {
  transition: color 300ms ease-in-out;
  color: #2650a9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.15px;
  text-decoration: none;
  text-transform: uppercase; }

a:hover {
  color: #2f79ca; }

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px; }

ol {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-left: 24px; }

blockquote {
  margin-bottom: 0px;
  padding: 8px 0px 8px 16px;
  border-left: 4px solid #d8d8d8;
  font-size: 32px;
  line-height: 48px;
  font-style: italic;
  font-weight: 300; }

.p-small {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px; }

.caption {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px; }

.overline {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

.overline.style-guide-divider {
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #b2b2b2; }

.wlf-button {
  padding: 16px 20px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  background-color: #2650a9;
  transition: background-color 200ms ease-in-out;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white !important; }

.wlf-button:hover {
  background-color: #163e92;
  color: #fff; }

.wlf-button.button--is__inversed {
  background-color: #ffa400;
  color: #fff; }

.form__label {
  margin-bottom: 8px;
  font-weight: 500; }

.form__text-field {
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px; }

.form__text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #00aeef; }

.form__text-field::-webkit-input-placeholder {
  color: #b2b2b2;
  line-height: 20px; }

.form__text-field:-ms-input-placeholder {
  color: #b2b2b2;
  line-height: 20px; }

.form__text-field::-ms-input-placeholder {
  color: #b2b2b2;
  line-height: 20px; }

.form__text-field::-webkit-input-placeholder {
  color: #b2b2b2;
  line-height: 20px; }

.form__text-field::-moz-placeholder {
  color: #b2b2b2;
  line-height: 20px; }

.form__text-field:-ms-input-placeholder {
  color: #b2b2b2;
  line-height: 20px; }

.form__text-field::placeholder {
  color: #b2b2b2;
  line-height: 20px; }

.margin-top__20 {
  margin-top: 20px; }

.margin-bot__20 {
  margin-bottom: 20px; }

.form__select-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  font-size: 14px;
  line-height: 20px; }

.form__select-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #2650a9; }

.form__c-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center; }

.form__checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  border-color: #b2b2b2;
  border-radius: 4px; }

.form__checkbox.w--redirected-checked {
  border-color: #2650a9;
  background-color: #2650a9;
  background-size: contain; }

.form__checkbox.w--redirected-focus {
  box-shadow: none; }

.form__c-radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-bottom: 12px;
  padding-left: 0px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center; }

.form__radio {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  border-color: #b2b2b2; }

.form__radio.w--redirected-checked {
  border-width: 5px;
  border-color: #2650a9; }

.form__radio.w--redirected-focus {
  box-shadow: none; }

.rich-text h1 {
  margin-bottom: 24px; }

.rich-text p {
  margin-bottom: 24px; }

.rich-text h2 {
  margin-bottom: 24px; }

.rich-text li {
  margin-bottom: 8px; }

.rich-text h3 {
  margin-bottom: 24px; }

.rich-text ul {
  margin-bottom: 16px;
  padding-left: 24px; }

.rich-text h4 {
  margin-bottom: 24px; }

.rich-text h5 {
  margin-bottom: 24px; }

.rich-text h6 {
  margin-bottom: 24px; }

.rich-text blockquote {
  margin-bottom: 20px;
  padding-right: 0px; }

.wlf-text--primary {
  color: #2650a9; }

.text--secondary {
  color: #ffa400; }

.text--white {
  color: #fff; }

.p-large {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300; }

.text--dark-gray {
  color: #686868; }

.text--light-gray {
  color: #d8d8d8; }

.wlf-c-home-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
       align-items: flex-start; }

.wlf-c-main-content {
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
       flex: 1; }

.wlf-c-footer {
  min-height: 130px;
  position: relative;
  z-index: 50;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
  padding: 20px 40px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  background-color: #2650a9; }
  @media (max-width: 768px) {
    .wlf-c-footer {
      min-height: 50px; } }

.wlf-c-nav-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
       flex: 0 0 auto;
  background-color: #fff;
  z-index: 200; }

.wlf-c-nav-header.top-bar {
  position: relative;
  z-index: 210 !important;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #2650a9; }

.wlf-c-nav-header.sub-menu {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #2650a9; }

.wlf-c-nav-header.sub-page-nav {
  position: relative;
  z-index: 200; }

.wlf-c-nav {
  position: relative;
  z-index: 50;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding: 40px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
       align-items: flex-start;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
       flex: 0 0 auto;
  background-color: #2650a9; }

.wlf-c-nav.sub-page {
  display: none; }

.wlf-h-divider {
  width: 3vw;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
       flex: 0 0 auto; }

.wlf-c-nav-header__logo {
  margin-right: 40px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
       flex: 0 0 auto; }

.wlf-c-nav-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center; }
  @media (max-width: 990px) {
    .wlf-c-nav-items {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.wlf-arrow-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center; }

.wlf-arrow-link.header {
  margin-left: 40px; }

.wlf-arrow-link.footer-link {
  color: #fff; }

.wlf-arrow-link.footer-link:hover {
  color: #d8d8d8; }

.wlf-arrow-link.menu-link {
  margin-top: 24px;
  margin-right: 24px;
  color: #d8e2ed;
  font-size: 14px;
  line-height: 20px; }

.wlf-arrow-link.menu-link:hover {
  color: #fff; }

.wlf-arrow-link__img {
  padding-right: 5px;
  padding-left: 5px; }

.wlf-arrow-link__text {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px; }

.wlf-arrow-link__text.footer {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.15px;
  text-transform: uppercase; }
  @media (max-width: 1020px) {
    .wlf-arrow-link__text.footer {
      font-size: 0.8em; } }

.wlf-arrow-link__text.footer-dropdown {
  margin-bottom: 8px; }

.wlf-c-footer__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center; }

.wlf-c-footer__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.25px; }

.wlf-c-footer__social-icons {
  margin-right: 40px; }
  @media (max-width: 1177px) {
    .wlf-c-footer__social-icons {
      margin-right: 15px; } }
  @media (max-width: 768px) {
    .wlf-c-footer__social-icons {
      margin-right: 5px !important; } }

.wlf-c-footer__fdic-icons {
  margin-left: 20px; }

.wlf-c-footer__house-icon {
  margin-left: 20px; }

.wlf-c-home-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
       justify-content: flex-end;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
       flex: 1; }

.wlf-c-content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin: 0px 3vw 0 0px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  width: 100%; }

.wlf-c-content-wrapper.no-margin {
  margin: 0; }

.wlf-c-slider {
  height: 100%;
  background-color: transparent; }

.wlf-c-slider-mask {
  width: 100%; }

.wlf-hidden {
  display: none; }

.wlf-c-slide-wrapper {
  width: 100%; }

.wlf-c-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
       align-items: stretch; }

.wlf-c-slide__img-wrapper {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
       flex: 0 0 auto; }

.wlf-c-slide-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
       flex: 1; }

.wlf-c-slide__img {
  display: block;
  height: 100%; }

.wlf-c-slide__img.slide {
  background-position: 50% 50%;
  background-size: cover; }

.wlf-c-slide-content__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
       align-items: flex-start; }

.image {
  height: 100%; }

.wlf-c-slide-content__p {
  margin-top: 24px;
  margin-bottom: 24px; }

.wlf-c-slide-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column; }

.wlf-c-slide-mask.stacked {
  display: none;
  width: 100%; }

.wlf-c-slide-mask__blue-top {
  height: 3vw;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
       flex: 0 0 auto;
  background-color: rgba(47, 121, 202, 0.9); }

.wlf-c-slide-mask__bot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
       flex: 1; }

.wlf-c-slide-mask__blue-left {
  width: 4vw;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
       flex: 0 0 auto;
  background-color: rgba(47, 121, 202, 0.9); }

.wlf-c-slide-mask__gray-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
       flex: 1; }

.wlf-c-slide-mask__gray-top {
  height: 3vw;
  background-color: #efefef; }

.wlf-c-slide-mask__gray-left {
  width: 3vw;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
       flex: 1;
  background-color: #efefef; }

.wlf-c-slide-nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 52px;
  bottom: 0%;
  z-index: 55;
  height: 110px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.wlf-c-slide-content__h2 {
  color: #2650a9;
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -0.5px; }

.wlf-c-nav__button {
  padding: 4px;
  cursor: pointer; }

.wlf-c-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  padding: 3vw;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  background-color: #2650a9; }

.wlf-c-menu-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%; }

.wlf-c-menu-links-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 3vw;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between; }

.wlf-c-menu-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-bottom: 16px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
       flex: 1; }

.wlf-c-menu-main__link {
  display: block;
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -1px;
  text-transform: capitalize;
  color: white !important;
  text-decoration: none !important; }

.wlf-c-menu-main__link:hover {
  color: #d8e2ed; }

.wlf-c-menu-sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
       align-items: stretch; }

.wlf-c-menu-sub__col {
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  -moz-box-flex: 0;
       flex: 0 auto; }

.wlf-c-menu__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");
  background-position: 50% 50%;
  background-size: cover; }

.wlf-c-menu__img.business {
  background-image: url("../images/menu-business.jpg"); }

.wlf-c-menu__img.personal {
  background-image: url("../images/menu-personal.jpg"); }

.wlf-c-menu__img.home-loans {
  background-image: url("../images/menu-home.jpg"); }

.wlf-c-menu__img.private {
  background-image: url("../images/menu-private.jpg"); }

.wlf-c-nav__close {
  display: none;
  padding-right: 6px;
  padding-left: 6px; }

.wlf-c-footer__login {
  position: relative;
  cursor: pointer; }

.wlf-c-footer__login.sub-page {
  display: none; }

.wlf-c-footer__dropdown {
  position: absolute;
  left: -16px;
  bottom: 32px;
  z-index: 150;
  display: none;
  width: 200px;
  padding: 16px;
  background-color: #2f79ca; }
  .wlf-c-footer__dropdown.head {
    bottom: -100px; }

.bauer-logo .bauer-logo-img {
  width: 8em;
  margin-right: 2em; }
  @media (max-width: 1160px) {
    .bauer-logo .bauer-logo-img {
      margin-right: 1em;
      margin-bottom: 1em;
      width: 4em; } }

.wlf-c-footer__dropdown.sub-page {
  top: 32px;
  bottom: auto; }

.wlf-c-nav-header__lost-card {
  margin-bottom: 0px; }

.wlf-c-nav-items .wlf-c-nav-header__lost-card {
  margin-right: 3em; }
  @media (max-width: 970px) {
    .wlf-c-nav-items .wlf-c-nav-header__lost-card {
      margin-right: 0; } }

.wlf-c-nav-header__lost-card.top-bar {
  color: #d8e2ed;
  font-size: 12px;
  line-height: 18px; }

.wlf-c-nav__base-mobile {
  display: none; }

.wlf-c-nav__close-mobile {
  display: none; }

.wlf-c-nav-items__link {
  margin-left: 40px; }

.wlf-c-nav-items__link.top-bar {
  margin-left: 24px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500; }

.wlf-c-nav-items__link.sub-menu {
  margin-right: 40px;
  margin-left: 0px;
  color: #d8e2ed; }

.wlf-c-nav-items__link.sub-menu:hover {
  color: #fff; }

.wlf-c-nav-items__link.footer {
  margin-right: 40px;
  margin-left: 0px;
  color: #d8e2ed; }

.wlf-c-nav-items__link.footer:hover {
  color: #fff; }

.wlf-c-subpage-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  background-color: #efefef; }

.wlf-c-subpage-header__blue-col {
  width: 6vw;
  background-color: #2650a9; }

.wlf-c-header-image-wrapper h1 {
  color: #fff; }

.wlf-c-header-image-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  min-height: 360px;
  margin-top: 3vw;
  margin-right: 3vw;
  margin-bottom: 3vw;
  padding: 40px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
       justify-content: flex-end;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
       flex: 1;
  background-size: cover;
  color: #fff; }

.wlf-c-header-image-wrapper__subtitle, .wlf-c-header-image-wrapper h2 {
  margin-top: 4px;
  font-size: 24px;
  line-height: 36px;
  color: white; }

.wlf-c-subnav-dropdown__arrow {
  display: none; }

.container {
  margin-top: 25px;
  margin-bottom: 25px; }

.wlf-c-subpage-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000; }

.wlf-c-nav__base-subpage {
  display: none; }

.wlf-c-nav__close-subpage {
  display: none; }

.wlf-c-subpage-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }

@media screen and (max-width: 991px) {
  .wlf-c-nav-header {
    padding: 24px; }
  .wlf-c-nav-header.top-bar {
    padding-top: 16px;
    padding-bottom: 16px; }
  .wlf-c-nav-header.sub-menu {
    position: static; }
  .wlf-c-nav {
    padding: 24px; }
  .wlf-c-nav-items {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
         justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wlf-c-nav-items.subnav-submenu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .wlf-arrow-link.header {
    margin-left: 0px; }
  .wlf-c-footer__social-icons {
    margin-right: 24px; }
  .wlf-c-footer__fdic-icons {
    margin-left: 12px; }
  .wlf-c-footer__house-icon {
    height: 20px;
    margin-left: 12px; }
  .wlf-c-slide {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse; }
  .wlf-c-slide__img-wrapper {
    width: 100%;
    height: 50%;
    margin-left: 3vw;
    padding-right: 3vw; }
  .wlf-c-slide-content {
    width: 100%;
    padding-top: 3vw;
    padding-right: 3vw;
    padding-left: 3vw; }
  .wlf-c-slide__img {
    width: 100%; }
  .wlf-c-slide-mask {
    width: 100%;
    height: 50%;
    padding-left: 3vw; }
  .wlf-c-slide-nav {
    right: 36px; }
  .wlf-c-menu.wlf-c-menu--subpage {
    position: fixed;
    z-index: 190;
    display: none;
    padding-top: 184px; }
  .wlf-c-menu-img-wrapper {
    display: none; }
  .wlf-c-menu-links-wrapper {
    width: 100%; }
  .wlf-c-menu-main {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
         justify-content: flex-start; }
  .wlf-c-menu-main__link {
    margin-bottom: 14px; }
  .wlf-c-nav-header__lost-card {
    margin-bottom: 10px;
    text-align: right; }
  .wlf-c-nav-header__lost-card.top-bar {
    margin-bottom: 0px; }
  .wlf-c-nav-items__link.top-bar {
    display: none; }
  .wlf-c-nav-items__link.sub-menu {
    margin-right: 16px;
    margin-left: 16px; }
  .wlf-c-nav-items__link.footer {
    display: none; }
  .wlf-c-nav-items__link.subpage-menu {
    display: none; }
  .wlf-c-subnav-dropdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex; }
  .wlf-c-subpage-nav {
    z-index: 800; }
  .wlf-c-nav__base-subpage {
    display: block; } }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 52px; }
  p {
    font-size: 14px;
    line-height: 20px; }
  .wlf-button {
    width: 100%;
    text-align: center; }
  .wlf-c-home-wrapper {
    height: auto;
    min-height: auto; }
  .wlf-c-main-content {
    height: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
         flex: 0 0 auto; }
  .wlf-c-footer {
    padding: 0px 0px 44px;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
         justify-content: flex-end; }
  .wlf-c-nav-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 500;
    padding: 0px 0px 26px;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
         align-items: flex-start; }
  .wlf-c-nav-header.top-bar {
    padding-top: 0px;
    padding-bottom: 0px; }
  .wlf-c-nav-header.sub-menu {
    padding-top: 0px;
    padding-bottom: 0px; }
  .wlf-c-nav-header.sub-page-nav {
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center; }
  .wlf-c-nav {
    position: fixed;
    left: auto;
    top: 58px;
    right: 0%;
    bottom: auto;
    z-index: 510;
    padding: 0px;
    background-color: transparent; }
    .wlf-c-nav.home {
      top: 5px !important; }
  .wlf-c-nav-header__logo {
    height: 28px;
    margin-top: 24px;
    margin-left: 20px; }
  .wlf-c-nav-header__logo.logo-subpage {
    margin-top: 0px;
    margin-left: 0px; }
  .wlf-c-nav-items {
    width: 100%;
    padding: 16px 20px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
    background-color: #2650a9; }
  .wlf-c-nav-items.top-bar {
    display: none; }
  .wlf-c-nav-items.subnav-submenu {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
         align-items: stretch; }
  .wlf-arrow-link.header {
    display: none; }
  .wlf-arrow-link.footer-link {
    padding-bottom: 12px; }
  .wlf-c-footer__links {
    position: fixed;
    bottom: 0px;
    z-index: 300;
    width: 100%;
    padding: 24px 20px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
         justify-content: space-between;
    border-top: 1px solid #2f79ca;
    background-color: #2650a9; }
  .wlf-c-footer__info {
    z-index: 0;
    padding: 40px 40px 0px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column; }
  .wlf-c-footer__fdic-icons {
    margin-top: 24px;
    margin-bottom: 40px;
    margin-left: 0px; }
  .wlf-c-footer__house-icon {
    height: 32px;
    margin-right: 16px;
    margin-left: 16px; }
  .wlf-c-home-top {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
         flex: 0 0 auto; }
  .wlf-c-content-wrapper {
    margin-right: 0vw;
    margin-bottom: 0vw; }
  .wlf-c-slider {
    height: auto; }
  .wlf-c-slide__img-wrapper {
    height: 40vh;
    margin-left: 0vw;
    padding-right: 0vw; }
  .wlf-c-slide-content {
    padding-top: 54px;
    padding-bottom: 54px; }
  .wlf-c-slide-mask {
    height: 40vh;
    padding-left: 0vw; }
  .wlf-c-slide-nav {
    position: absolute;
    left: auto;
    right: auto;
    display: none;
    width: 100%;
    height: 30px;
    margin-top: 41vh;
    margin-bottom: 0px; }
  .wlf-c-slide-content__h2 {
    font-size: 30px;
    line-height: 10px; }
  .wlf-c-nav__button {
    padding: 24px; }
  .wlf-c-menu {
    position: fixed;
    padding-top: 85px;
    padding-bottom: 20px; }
  .wlf-c-menu.wlf-c-menu--subpage {
    display: none;
    padding-top: 140px; }
  .wlf-c-menu-main__link {
    font-size: 40px;
    line-height: 56px; }
  .wlf-c-menu-sub {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wlf-c-nav__base {
    display: none; }
  .wlf-c-footer__login.sub-page {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex; }
  .wlf-c-footer__dropdown {
    z-index: 800; }
  .wlf-c-nav-header__lost-card {
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center; }
  .wlf-c-nav__base-mobile {
    display: block; }
  .wlf-c-nav-header__img {
    height: 100%; }
  .wlf-c-nav__close-mobile {
    padding-right: 5px;
    padding-left: 5px; }
  .wlf-c-nav-items__link.sub-menu {
    margin: 4px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
         flex: 1; }
  .wlf-c-subpage-header__blue-col {
    display: none; }
  .wlf-c-header-image-wrapper {
    margin-top: 0vw;
    margin-right: 0vw;
    margin-bottom: 0vw;
    padding: 20px; }
  .wlf-c-header-image-wrapper__subtitle {
    font-size: 20px;
    line-height: 28px; }
  .wlf-c-subnav-dropdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column; }
  .wlf-c-subnav-dropdown__arrow {
    display: block;
    padding-right: 23px;
    padding-left: 23px; }
  .wlf-c-nav__base-subpage {
    display: block; }
  .wlf-c-nav__close-subpage {
    padding-right: 5px;
    padding-left: 5px; }
  .wlf-c-subnav-dropdown__selector {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
         justify-content: space-between; } }

@media screen and (max-width: 479px) {
  .wlf-c-nav-header__logo.logo-subpage {
    margin-right: 0px; }
  .wlf-c-slide__img-wrapper {
    height: 25vh; }
  .wlf-c-slide-content {
    padding-top: 32px;
    padding-bottom: 32px; }
  .wlf-c-slide-mask {
    height: 25vh; }
  .wlf-c-slide-nav {
    margin-top: 26vh; }
  .wlf-c-nav__button {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
         flex: 0 0 auto; }
  .wlf-c-menu-main {
    margin-bottom: 24px; } }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  *:focus {
    outline: none; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: unset !important; }

.wrapper {
  position: relative;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .wrapper {
      max-width: 90%; } }
  .wrapper > .wrapper {
    width: 100%;
    max-width: 100%; }
  .wrapper.small {
    width: 560px; }

ul {
  padding-left: 20px; }

.list-unstyled, .list-inline {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-unstyled.items, .items.list-inline {
    margin-bottom: 2em; }
    .list-unstyled.items li, .items.list-inline li {
      margin: .5em 0; }
      .list-unstyled.items li button, .items.list-inline li button {
        margin-left: 1em;
        letter-spacing: 0;
        vertical-align: middle; }

.list-inline li {
  display: inline-block;
  padding: 0 8px; }

.list-inline.divided li:not(:last-child):after {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin-left: 8px;
  background-color: #779be8;
  content: ''; }

.section-divider {
  height: 3px;
  margin: 1.5em 0;
  background-color: #f1f1f1;
  border: 0; }

.cms-message .ui.message {
  margin-bottom: 25px; }

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

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none; } }

.screen-reader {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden; }

.speedbump-exit-link {
  color: #254fa8;
  font-weight: bold; }
  .speedbump-exit-link:visited {
    color: #254fa8; }

@media screen and (max-width: 468px) {
  .embedded-banner {
    width: 95%;
    margin: 0 auto;
    overflow: hidden; } }

.tag-table {
  max-height: 300px;
  overflow: scroll; }

.edit-header {
  position: absolute;
  right: 10px;
  top: 10px; }

.larafish_nav .menu {
  z-index: 1000000; }

.larafish_nav #alert {
  z-index: 100000; }

.focal-viewport.subpage-header {
  height: 400px; }

.p2 {
  padding: 2em 0; }

.larafish.wrapper {
  padding: 2em 0; }

div[data-component] {
  background: white; }

.open-account {
  display: none; }
  .open-account.show {
    display: block; }
  @media (max-width: 768px) {
    .open-account {
      font-size: 0.8em; } }
  @media (max-width: 970px) {
    .open-account.open-account {
      display: block !important;
      font-size: 0.8em; } }

.non-link {
  cursor: default; }
  .non-link:hover {
    color: inherit;
    text-decoration: none; }
  .non-link.top-bar:hover {
    color: inherit; }

.positions .p-title {
  font-weight: 100;
  font-size: 1rem;
  display: block; }

.container {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1em; }
  @media screen and (min-width: 1024px) {
    .container {
      width: 1136px;
      max-width: 95%; } }

.row {
  position: relative;
  margin-right: -1em;
  margin-left: -1em; }
  .row:not(.equal-height):before, .row:not(.equal-height):after {
    display: table;
    clear: both;
    content: ''; }
  .row.equal-height {
    display: table;
    width: 100%; }
    .row.equal-height [class*='col-'] {
      float: none;
      display: table-cell; }

.col-1 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-1 {
      float: left;
      width: 8.3333333333%; } }

@media screen and (min-width: 768px) {
  .col-offset-1 {
    margin-left: 8.3333333333%; } }

.col-2 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-2 {
      float: left;
      width: 16.6666666667%; } }

@media screen and (min-width: 768px) {
  .col-offset-2 {
    margin-left: 16.6666666667%; } }

.col-3 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-3 {
      float: left;
      width: 25%; } }

@media screen and (min-width: 768px) {
  .col-offset-3 {
    margin-left: 25%; } }

.col-4 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-4 {
      float: left;
      width: 33.3333333333%; } }

@media screen and (min-width: 768px) {
  .col-offset-4 {
    margin-left: 33.3333333333%; } }

.col-5 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-5 {
      float: left;
      width: 41.6666666667%; } }

@media screen and (min-width: 768px) {
  .col-offset-5 {
    margin-left: 41.6666666667%; } }

.col-6 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-6 {
      float: left;
      width: 50%; } }

@media screen and (min-width: 768px) {
  .col-offset-6 {
    margin-left: 50%; } }

.col-7 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-7 {
      float: left;
      width: 58.3333333333%; } }

@media screen and (min-width: 768px) {
  .col-offset-7 {
    margin-left: 58.3333333333%; } }

.col-8 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-8 {
      float: left;
      width: 66.6666666667%; } }

@media screen and (min-width: 768px) {
  .col-offset-8 {
    margin-left: 66.6666666667%; } }

.col-9 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-9 {
      float: left;
      width: 75%; } }

@media screen and (min-width: 768px) {
  .col-offset-9 {
    margin-left: 75%; } }

.col-10 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-10 {
      float: left;
      width: 83.3333333333%; } }

@media screen and (min-width: 768px) {
  .col-offset-10 {
    margin-left: 83.3333333333%; } }

.col-11 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-11 {
      float: left;
      width: 91.6666666667%; } }

@media screen and (min-width: 768px) {
  .col-offset-11 {
    margin-left: 91.6666666667%; } }

.col-12 {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (min-width: 768px) {
    .col-12 {
      float: left;
      width: 100%; } }

@media screen and (min-width: 768px) {
  .col-offset-12 {
    margin-left: 100%; } }

[class*='col-'].vertical-divider.left {
  border-left: 2px solid #f1f1f1; }

[class*='col-'].vertical-divider.right {
  border-right: 2px solid #f1f1f1; }

body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #254fa8; }

body:not(.home) h1 {
  font-size: 3em; }

body:not(.home) h2 {
  font-size: 1.5em; }

body:not(.home) h3 {
  font-size: 1.17em; }

body:not(.home) h4 {
  font-size: 1em; }

a {
  color: inherit;
  text-decoration: none; }
  a:visited {
    color: inherit; }
  a:hover {
    text-decoration: underline; }

.content p a {
  color: #254fa8; }
  .content p a:visited {
    color: #254fa8; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.text-strong {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-blue {
  color: #254fa8; }

.text-divider {
  padding: 0 0.5em; }

.cta-text {
  font-size: 1.65em; }

.thin-arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 15px;
  margin-bottom: -2px;
  line-height: 1;
  background: url("/img/thin-arrow-right.svg") no-repeat; }
  .thin-arrow.black {
    background: url("/img/thin-arrow-right-black.svg") no-repeat; }

.wlf-c-subpage-header h1, .wlf-c-subpage-header h2 {
  text-shadow: 0 5px 6px rgba(0, 0, 0, 0.4), 0 4px 7px rgba(0, 0, 0, 0.9), 0 9px 12px rgba(0, 0, 0, 0.3); }

.blue-header {
  padding: 1.35em 0 0;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #254fa8; }
  .blue-header p {
    margin: 0; }
  .blue-header .lost-card p {
    font-size: .80em; }
  .blue-header .lost-card br {
    display: none; }
  .blue-header .lost-card span {
    display: none; }
  @media screen and (min-width: 1024px) {
    .blue-header .lost-card p {
      font-size: 1em; }
    .blue-header .lost-card br {
      display: block; }
    .blue-header .lost-card span {
      display: inline-block;
      margin-top: .75em; } }
  @media screen and (max-width: 768px) {
    .blue-header .lost-card {
      text-align: center; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .blue-header .lost-card {
      width: 100%; } }
  .blue-header .mobile-login {
    margin: 0 0 0 33px; }
    .blue-header .mobile-login:active + .logins, .blue-header .mobile-login:focus + .logins, .blue-header .mobile-login:hover + .logins {
      max-height: 100px; }
    @media screen and (max-width: 413px) {
      .blue-header .mobile-login {
        margin: 0 0 0 5px; } }
    @media screen and (max-width: 320px) {
      .blue-header .mobile-login {
        margin: 1em 0 0; } }
    @media screen and (min-width: 1024px) {
      .blue-header .mobile-login {
        display: none; } }
  .blue-header .banking-logins {
    margin-top: 1em;
    background-color: #2e78c9;
    overflow: hidden; }
    .blue-header .banking-logins strong, .blue-header .banking-logins .kp-btn {
      text-transform: uppercase; }
    .blue-header .banking-logins .logins {
      max-height: 0;
      transition: max-height 0.2s ease-out;
      overflow: hidden; }
      .blue-header .banking-logins .logins .col-6 {
        margin: .75em 0; }
        .blue-header .banking-logins .logins .col-6 .text-right {
          display: inline-block; }
        .blue-header .banking-logins .logins .col-6:last-child .text-right {
          margin-left: -5px; }
        @media screen and (min-width: 1024px) {
          .blue-header .banking-logins .logins .col-6 {
            margin: 0; }
            .blue-header .banking-logins .logins .col-6 .text-left {
              margin-top: .75em; } }
      @media screen and (max-width: 768px) {
        .blue-header .banking-logins .logins .text-right {
          margin-bottom: .35em; } }
      @media screen and (max-width: 1024px) {
        .blue-header .banking-logins .logins {
          padding: 0 1em;
          text-align: center; }
          .blue-header .banking-logins .logins .col-6:last-child p {
            margin-left: -7px; }
          .blue-header .banking-logins .logins .text-right {
            text-align: left; }
            .blue-header .banking-logins .logins .text-right strong {
              display: inline-block;
              margin-bottom: 3px; } }
    .blue-header .banking-logins .kp-btn {
      margin-bottom: 3px;
      font-weight: 300;
      font-size: .95em;
      line-height: 1; }
    .blue-header .banking-logins .col-6:nth-child(3) {
      margin-top: -5px; }
    .blue-header .banking-logins [target='_blank']:hover {
      text-decoration: none; }
    .blue-header .banking-logins p {
      margin-bottom: .75em; }
    @media screen and (max-width: 768px) {
      .blue-header .banking-logins {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .blue-header .banking-logins {
        margin-top: -6px;
        background-color: transparent; }
        .blue-header .banking-logins .logins {
          max-height: none; } }
  @media screen and (min-width: 1024px) {
    .blue-header {
      padding-bottom: 1em; } }

.nav-header {
  padding: 1em 0;
  color: #2e78c9; }
  @media screen and (min-width: 1024px) {
    .nav-header {
      padding: 0; } }
  .nav-header .col-12 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (min-width: 1024px) {
      .nav-header .col-12 {
        height: 85px; } }
    .nav-header .col-12 .logo {
      -webkit-flex: 0 0 80%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
      .nav-header .col-12 .logo img {
        width: 310px;
        max-width: 100%; }
      @media screen and (min-width: 1024px) {
        .nav-header .col-12 .logo {
          -webkit-flex: 0 0 40%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 40%;
                  flex: 0 0 40%; } }
    .nav-header .col-12 .hamburger {
      -webkit-flex: 0 0 20%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
      @media screen and (min-width: 1024px) {
        .nav-header .col-12 .hamburger {
          display: none; } }
    .nav-header .col-12 #hamburger:checked ~ .main-nav {
      max-height: 520px; }
    .nav-header .col-12 #hamburger:checked + .hamburger span:nth-child(1) {
      -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
              transform: translate3d(0, 8px, 0) rotate(45deg); }
    .nav-header .col-12 #hamburger:checked + .hamburger span:nth-child(2) {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); }
    .nav-header .col-12 #hamburger:checked + .hamburger span:nth-child(3) {
      -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
              transform: translate3d(0, -8px, 0) rotate(-45deg); }
    @media screen and (min-width: 1024px) {
      .nav-header .col-12 #hamburger {
        display: none; } }
    .nav-header .col-12 .main-nav {
      -webkit-flex: 0 0 100%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-height: 0;
      transition: max-height 0.2s ease-out; }
      @media screen and (max-width: 1023px) {
        .nav-header .col-12 .main-nav {
          border-top: 2px solid #f1f1f1; }
          .nav-header .col-12 .main-nav .nav-item:nth-of-type(5) {
            border-top: 2px solid #f1f1f1; }
            .nav-header .col-12 .main-nav .nav-item:nth-of-type(5) a {
              padding-top: 18px !important; }
          .nav-header .col-12 .main-nav .nav-item.mobile-only a {
            padding: 8px 0;
            font-weight: 300;
            line-height: 1; } }
      @media screen and (min-width: 1024px) {
        .nav-header .col-12 .main-nav {
          -webkit-flex: 0 0 60%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 60%;
                  flex: 0 0 60%; } }
      @media screen and (min-width: 1024px) {
        .nav-header .col-12 .main-nav {
          max-height: none; }
          .nav-header .col-12 .main-nav .mobile-only {
            display: none; } }

.badge {
  position: absolute;
  right: 100px;
  top: 90px; }
  @media screen and (max-width: 768px) {
    .badge {
      position: absolute;
      right: 20px;
      top: 20px; } }

img.badge-image {
  height: auto;
  width: 240px; }
  @media screen and (max-width: 768px) {
    img.badge-image {
      width: 100px; } }

footer {
  margin-top: 3em;
  padding: 2em 0;
  color: #fff;
  font-weight: 300;
  background-color: #254fa8; }
  @media screen and (min-width: 1024px) {
    footer .row {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  footer [class*='col-']:not(:last-child) {
    margin-bottom: 1.5em; }
    @media screen and (min-width: 1024px) {
      footer [class*='col-']:not(:last-child) {
        margin-bottom: 0; } }
  footer .list-inline.social-icons img {
    width: 25px; }
  footer .list-inline a {
    text-transform: uppercase; }
  footer .list-inline img {
    width: 50px;
    max-width: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 1024px) {
    footer [class*='col-'] {
      text-align: center; } }

.home footer {
  margin-top: 0; }

.nav a {
  display: inline-block;
  padding: 18px 0;
  font-size: 1.8em;
  font-weight: bold; }
  .nav a:hover {
    text-decoration: none; }

.nav .nav-item {
  position: relative; }
  .nav .nav-item.has-dropdown {
    position: relative;
    display: block; }
  .nav .nav-item.has-dropdown:hover > .nav-dropdown {
    max-height: 430px; }
  .nav .nav-item.active > a:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    content: ''; }

.nav.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  background-color: #254fa8;
  transition: max-height 0.2s ease-out;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .nav.nav-dropdown {
      z-index: 2; } }
  .nav.nav-dropdown .container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1em 0;
    border-bottom: 1px solid #2e78c9; }
  .nav.nav-dropdown a {
    margin-bottom: 10px;
    padding: 0 1em .35em !important;
    color: #fff;
    font-size: 1.25em !important;
    font-weight: 300;
    transition: color .2s ease-out; }
    .nav.nav-dropdown a:hover {
      color: #fff;
      background-color: #112e4c; }
  @media screen and (max-width: 1024px) {
    .nav.nav-dropdown {
      position: relative;
      top: auto;
      left: auto;
      max-height: none; }
      .nav.nav-dropdown a {
        display: block; } }

.nav.page-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -3em; }
  .nav.page-nav.tertiary {
    margin-top: 0; }
    .nav.page-nav.tertiary .nav-item:not(:last-child) {
      margin-right: 18px; }
    .nav.page-nav.tertiary .nav-item.active a:after {
      background: #254fa8; }
    .nav.page-nav.tertiary .nav-item a {
      padding: 14px 0;
      color: #254fa8;
      font-size: 1.25em; }
  .nav.page-nav .nav-item {
    position: relative;
    color: #fff; }
    .nav.page-nav .nav-item:not(:last-child) {
      margin-right: 24px; }
    .nav.page-nav .nav-item:hover {
      color: #fff; }
    .nav.page-nav .nav-item.active a:after {
      bottom: 8px;
      background: #fff; }
    .nav.page-nav .nav-item a {
      position: relative;
      line-height: 1; }
    @media screen and (min-width: 768px) {
      .nav.page-nav .nav-item.has-dropdown .nav-dropdown a {
        display: block;
        margin-bottom: 0;
        padding: .5em 1em !important; } }
  @media screen and (max-width: 1024px) {
    .nav.page-nav {
      max-height: 50px;
      transition: max-height 0.2s ease-out;
      overflow: hidden; }
      .nav.page-nav .nav-item {
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-right: 0; }
        .nav.page-nav .nav-item a {
          padding: 14px 0;
          font-size: 1.6em;
          line-height: 1; } }

.main-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100%;
  margin-top: 7px;
  padding: 0;
  overflow: visible; }
  @media screen and (max-width: 1024px) {
    .main-nav {
      overflow: hidden; }
      .main-nav .nav-item .nav-dropdown {
        display: none; }
      .main-nav .nav-item > a {
        position: relative;
        display: inline-block;
        width: auto; } }
  .main-nav .nav-item {
    display: block;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .main-nav .nav-item {
        display: inline-block;
        width: auto; } }
    .main-nav .nav-item.has-dropdown {
      overflow: hidden; }
      .main-nav .nav-item.has-dropdown:hover {
        overflow: visible; }
      .main-nav .nav-item.has-dropdown .nav-dropdown {
        min-width: 300px; }
      .main-nav .nav-item.has-dropdown .nav-dropdown a {
        display: block;
        width: auto;
        max-width: unset;
        margin-bottom: 0;
        padding: .5em 1em !important; }
        .main-nav .nav-item.has-dropdown .nav-dropdown a:hover {
          background-color: #112e4c; }
    .main-nav .nav-item.active a:after {
      bottom: 18px;
      background: #2e78c9; }

#hamburger {
  position: absolute;
  left: -1000px;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1; }

.hamburger {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: right; }
  .hamburger div {
    display: inline-block;
    width: 25px;
    overflow: hidden; }
  .hamburger div > span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 0 auto;
    background-color: #254fa8;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out; }
    .hamburger div > span:not(:last-child) {
      margin-bottom: 5px; }

.tertiary {
  padding: 2em 0 0 0; }
  @media (max-width: 768px) {
    .tertiary {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .tertiary a {
    font-size: 12px; }

.page-nav-container {
  position: relative;
  margin-bottom: 3em;
  background-color: #254fa8; }
  .page-nav-container.has-tertiary {
    margin-bottom: 0; }
  .page-nav-container.tertiary {
    margin-top: 0;
    background-color: #d8e2ed; }

.page-nav-toggle {
  position: absolute;
  top: 18px;
  right: 15px;
  display: block;
  border-style: solid;
  border-width: 14px 12px;
  border-color: #fff transparent transparent transparent;
  z-index: 2; }
  @media screen and (min-width: 1025px) {
    .page-nav-toggle {
      display: none; } }

#page-nav-toggle, #tertiary-nav-toggle {
  display: none;
  visibility: hidden; }
  #page-nav-toggle:checked + .page-nav, #tertiary-nav-toggle:checked + .page-nav {
    max-height: 600px; }

.kp-btn {
  display: inline-block;
  padding: .5em .75em;
  font-size: 1.05em;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: .75;
  background-color: #e1e1e1;
  border: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color .2s ease-out; }
  @media screen and (max-width: 1024px) {
    .kp-btn {
      line-height: 1.25; } }
  .kp-btn:hover {
    cursor: pointer;
    text-decoration: none; }
  .kp-btn.blue {
    color: #fff;
    background-color: #2e78c9; }
    .kp-btn.blue:hover {
      background-color: #254fa8; }
    .kp-btn.blue:visited {
      color: #fff; }
    .kp-btn.blue.inverted {
      color: #2e78c9;
      background-color: #fff; }
  .kp-btn.black {
    color: #fff;
    background-color: #000; }
    .kp-btn.black:hover {
      background-color: #262626; }
    .kp-btn.black.inverted {
      color: #000;
      background-color: #fff; }
  .kp-btn.red {
    color: #fff;
    background-color: #db2828; }
    .kp-btn.red:hover {
      background-color: #d01919; }
  .kp-btn.outlined {
    color: #779be8;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #779be8; }
  .kp-btn.sm {
    padding: .45em .5em; }
  .kp-btn.lg {
    padding: .75em .95em; }
  .kp-btn .cke_dialog_ui_button {
    color: #fff;
    border-radius: 0; }

.kp-hero {
  position: relative;
  width: 100%;
  min-height: 350px;
  margin-bottom: 3em;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .kp-hero  h1 {
    position: relative;
    display: inline-block;
    padding: 1em 1.5em; }
    .kp-hero  h1:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 150px;
      background-color: #fff;
      content: ''; }
    .kp-hero  h1:after {
      position: absolute;
      top: 0;
      left: 14px;
      width: 150px;
      height: 15px;
      background-color: #fff;
      content: ''; }
    @media screen and (max-width: 1024px) {
      .kp-hero  h1:before {
        height: 100%; } }
  .kp-hero.homepage {
    min-height: 400px !important;
    height: unset !important;
    padding: 2em 0 2em 0;
    margin-bottom: 1.5em;
    background: #254fa8; }
    .kp-hero.homepage.no-mt h1 {
      margin-top: 0px; }
    .kp-hero.homepage:after {
      top: 0; }
    .kp-hero.homepage h1 {
      padding: 0.5em;
      font-size: 3.5em; }
      .kp-hero.homepage h1:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 150px;
        background-color: #254fa8;
        content: ''; }
      .kp-hero.homepage h1:after {
        position: absolute;
        top: 0;
        left: 14px;
        width: 150px;
        height: 15px;
        background-color: #254fa8;
        content: ''; }
      @media screen and (max-width: 1024px) {
        .kp-hero.homepage h1:before {
          height: 100%; } }
    .kp-hero.homepage .col-5 {
      padding-left: 3em; }
    @media screen and (max-width: 1024px) {
      .kp-hero.homepage .col-12, .kp-hero.homepage .col-5 {
        float: none;
        width: 95%;
        margin: 0 auto; } }
  .kp-hero.homepage-bottom {
    height: 460px;
    margin-bottom: 0;
    text-align: left;
    background-image: url("/img/hero-homepage-bottom.jpg"); }
    .kp-hero.homepage-bottom h1 {
      padding: 1em 0.5em 0.3em 1em;
      font-size: 3.5em; }
      .kp-hero.homepage-bottom h1:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 127px;
        background-color: #254fa8;
        content: ''; }
      .kp-hero.homepage-bottom h1:after {
        position: absolute;
        top: 0;
        right: 14px;
        width: 130px;
        height: 15px;
        background-color: #254fa8;
        content: ''; }
      @media screen and (max-width: 1024px) {
        .kp-hero.homepage-bottom h1:before {
          height: 100%; } }
    .kp-hero.homepage-bottom .container {
      top: 46%;
      bottom: auto; }
    .kp-hero.homepage-bottom .col-offset-7 {
      margin-left: 0; }
    @media screen and (max-width: 1024px) {
      .kp-hero.homepage-bottom .col-12, .kp-hero.homepage-bottom .col-5 {
        width: 90%;
        margin: 0 auto; } }
    @media screen and (min-width: 1024px) {
      .kp-hero.homepage-bottom {
        height: 400px; }
        .kp-hero.homepage-bottom:after {
          top: -10%;
          background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.6)); }
        .kp-hero.homepage-bottom .container {
          top: 15%; }
        .kp-hero.homepage-bottom .col-offset-7 {
          margin-left: 4.3%;
          padding-right: 3em; } }
  .kp-hero:after {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
    content: ''; }
  .kp-hero .container {
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .kp-hero .container {
        top: 40%;
        bottom: unset;
        bottom: initial;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .kp-hero h1 {
    margin-bottom: 0;
    color: inherit;
    font-size: 3em;
    line-height: 1; }
    @media screen and (min-width: 1024px) {
      .kp-hero h1 {
        font-size: 5em; } }
  .kp-hero p {
    font-style: italic;
    font-weight: 300; }
    .kp-hero p.large {
      font-size: 1.5em;
      margin: 0 0 1em; }
      @media screen and (max-width: 767px) {
        .kp-hero p.large {
          font-size: 1.25em; } }
      .kp-hero p.large.home {
        margin-left: 1.25em; }
  .kp-hero .kp-btn {
    font-weight: bold; }
    .kp-hero .kp-btn .thin-arrow {
      margin-left: 5px; }
  .kp-hero .col-12 {
    position: relative;
    z-index: 1; }

body:not(.home) .kp-hero .container {
  bottom: 25%; }

.contact .kp-hero {
  background-image: url("/img/headers/Contact.jpg");
  background-position: center bottom; }

.locations .kp-hero {
  background-image: url("/img/headers/Locations.jpg");
  background-position: center bottom; }

.careers .kp-hero, .privacy .kp-hero {
  background-image: url("/img/headers/Careers.jpg");
  background-position: center bottom; }

.home-loans .kp-hero {
  background-image: url("/img/home-loans-hero.jpg");
  background-position: center bottom; }

.home-loans.calculators .kp-hero {
  background-image: url("/img/headers/KPB-Loans-Calculator.jpg");
  background-position: center bottom; }

.home-loans.loan-options .kp-hero {
  background-image: url("/img/headers/KPB-Loans-Mortgage.jpg");
  background-position: center bottom; }

.home-loans.tips-and-terms .kp-hero {
  background-image: url("/img/headers/KPB-Loans-Closing.jpg");
  background-position: center top; }

.home-loans.mortgage-loan-process .kp-hero {
  background-image: url("/img/headers/KPB-Loans-Score.jpg");
  background-position: center; }

.about .kp-hero {
  background-image: url("/img/headers/About-Landing.jpg");
  background-position: center bottom; }

.about.bank-history .kp-hero {
  background-image: url("/img/headers/About-BankHistory.jpg");
  background-position: center bottom; }

.about.family-history .kp-hero {
  background-image: url("/img/headers/About-FamilyHistory.jpg");
  background-position: center bottom; }

.about.officers-and-directors .kp-hero {
  background-image: url("/img/headers/About-OfficersDirectors.jpg");
  background-position: center bottom; }

.business .kp-hero {
  background-image: url("/img/headers/Business-Accounts.jpg");
  background-position: center bottom; }

.business.accounts .kp-hero {
  background-image: url("/img/headers/Business-Accounts.jpg");
  background-position: center bottom; }

.business.lending-services .kp-hero {
  background-image: url("/img/headers/Business-LendingServices.jpg");
  background-position: center bottom; }

.business.treasury-management .kp-hero {
  background-image: url("/img/headers/Business-Treasury.jpg");
  background-position: center bottom; }

.personal.accounts .kp-hero {
  background-image: url("/img/headers/Personal-Accounts.jpg");
  background-position: center bottom; }

.personal.card-options .kp-hero {
  background-image: url("/img/headers/Personal-CardOptions.jpg");
  background-position: center bottom; }

.personal.internet-banking .kp-hero {
  background-image: url("/img/headers/Personal-Internet.jpg");
  background-position: center bottom; }

.personal.mobile-banking .kp-hero {
  background-image: url("/img/headers/Personal-Mobile.jpg");
  background-position: center bottom; }

.personal.other-accounts .kp-hero {
  background-image: url("/img/headers/Personal-MoreSavingsOptions.jpg");
  background-position: center bottom; }

.personal.other-services .kp-hero {
  background-image: url("/img/headers/Personal-OtherServices.jpg");
  background-position: center bottom; }

.personal.personal-loans .kp-hero {
  background-image: url("/img/headers/Personal-PersonalLoans.jpg");
  background-position: center bottom; }

.private.inquiries .kp-hero {
  background-image: url("/img/headers/Private-Inquiries.jpg");
  background-position: center bottom; }

.private.insights .kp-hero {
  background-image: url("/img/headers/Private-Insights.jpg");
  background-position: center bottom; }

.private.philosophy-and-team .kp-hero {
  background-image: url("/img/headers/Private-Philosophy-Team.jpg");
  background-position: center bottom; }

.private.services .kp-hero {
  background-image: url("/img/headers/Private-Services.jpg");
  background-position: center bottom; }

.fha-loans .kp-hero {
  background-image: url("/img/headers/kpb-banner-fha.jpg");
  background-position: center bottom; }

.conv-loans .kp-hero {
  background-image: url("/img/headers/kpb-banner-conventional.jpg");
  background-position: center bottom; }

.va-loans .kp-hero {
  background-image: url("/img/headers/kpb-banner-va.jpg");
  background-position: center bottom; }

.kp-hero h1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 150px;
  background-color: #254fa8;
  content: ''; }

.kp-hero h1:after {
  position: absolute;
  top: 0;
  left: 14px;
  width: 150px;
  height: 15px;
  background-color: #254fa8;
  content: ''; }

.kp-hero h1 {
  padding: 0.5em;
  font-size: 3.5em; }

.kp-hero h2 {
  font-size: 1.5em;
  margin: 0 0 1em;
  font-style: italic;
  font-weight: 300;
  color: white;
  margin-left: 30px; }

.kp-slider .row {
  background-color: #fff; }

.kp-slider .col-4 {
  float: left;
  width: 50%;
  margin-bottom: 1.5em;
  text-align: center; }
  .kp-slider .col-4:last-child {
    display: none; }
  @media screen and (min-width: 1024px) {
    .kp-slider .col-4 {
      width: 33.3333333333%;
      margin-bottom: 0; }
      .kp-slider .col-4:last-child {
        display: block; } }
  .kp-slider .col-4 .image {
    min-height: 80px; }
    .kp-slider .col-4 .image img {
      display: inline; }
  .kp-slider .col-4 h2 {
    font-size: 2.25em;
    line-height: 1; }
  .kp-slider .col-4 .text {
    min-height: 80px;
    font-style: italic; }

.slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1; }
  .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    display: none; }

.kp-slider .slick-arrow.slick-prev {
  left: 25px;
  width: auto !important;
  height: auto !important; }

.kp-slider .slick-arrow.slick-next {
  right: 25px;
  width: auto !important;
  height: auto !important; }

.kp-slider .slick-arrow img {
  width: 30px;
  max-width: 100%; }

@media screen and (max-width: 1299px) {
  .kp-slider .slick-arrow {
    display: none !important; } }

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .kp-slider .slick-arrow.slick-prev {
    left: -50px; }
  .kp-slider .slick-arrow.slick-next {
    right: -50px; } }

@media screen and (min-width: 1441px) {
  .kp-slider .slick-arrow.slick-prev {
    left: -75px; }
  .kp-slider .slick-arrow.slick-next {
    right: -75px; } }

.kp-slider .slick-dots {
  bottom: -55px !important; }

.family-images .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 8px;
  background-color: #2e78c9;
  border-radius: 50%; }
  .family-images .slick-arrow:hover {
    background-color: #2e78c9; }
  .family-images .slick-arrow img {
    width: auto;
    height: 100%; }
  .family-images .slick-arrow.slick-prev {
    left: 15px; }
  .family-images .slick-arrow.slick-next {
    right: 15px; }

.slick-dots li.slick-active button:before {
  color: #2e78c9 !important;
  opacity: 1 !important; }

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #2e78c9 !important;
  border-radius: 50%; }
  .slick-dots li button:before {
    width: 13px !important;
    height: 10px !important;
    font-size: 10px !important;
    line-height: 15px !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease-out; }
  @media screen and (max-width: 1024px) {
    .slick-dots li button:before {
      width: 12px !important; } }

.slider-preview {
  width: 50%;
  margin: 0 auto 1.5em;
  text-align: center; }
  .slider-preview .image {
    min-height: 80px; }
    .slider-preview .image img {
      display: inline;
      width: 85px;
      height: auto; }
  .slider-preview h2 {
    font-size: 2.25em;
    line-height: 1; }
  .slider-preview .text {
    min-height: 80px;
    font-style: italic; }

.focal-positioner-container {
  width: 100% !important; }

.content-section {
  padding: 3em 0; }
  .content-section.pale-blue {
    background-color: #d8e2ed; }

@media screen and (max-width: 1024px) {
  .business.accounts .content-section {
    margin-top: 2.5em; } }

.cta-box-component {
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }
  .cta-box-component img {
    width: 100%; }
    @media screen and (min-width: 550px) {
      .cta-box-component img {
        height: auto; } }
  .cta-box-component h3 {
    padding-top: 0.5em !important;
    color: #000;
    font-size: 20px;
    font-style: italic;
    font-weight: lighter;
    text-transform: capitalize; }
  .cta-box-component p {
    padding: 0 0 2em;
    font-style: italic;
    font-weight: lighter; }
    .cta-box-component p a, .cta-box-component p a:visited {
      color: #2e78c9;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .cta-box-component.colored {
    background-color: #d8e2ed;
    min-height: 500px;
    max-height: 100%; }
    .cta-box-component.colored .header {
      padding: 1em;
      background-color: #254fa8;
      text-align: center;
      height: 250px; }
      .cta-box-component.colored .header h3 {
        color: #fff; }
        .cta-box-component.colored .header h3 small {
          display: block;
          color: #ddd; }
    .cta-box-component.colored .cta-content {
      padding: 3em;
      background-color: #d8e2ed; }
      .cta-box-component.colored .cta-content ul {
        height: 200px; }
      .cta-box-component.colored .cta-content p {
        padding-bottom: 0; }
      .cta-box-component.colored .cta-content div {
        height: 100%; }

.info-widget {
  width: 100%;
  padding: 1em; }
  .info-widget.contact-widget {
    color: #868585;
    font-weight: 300;
    text-align: center;
    background-color: #d8e2ed; }
    .info-widget.contact-widget .text-blue {
      font-size: 1.2em; }

.kp-icon {
  width: 50px;
  height: 50px; }
  .kp-icon.annual-report {
    width: 60px;
    height: 70px; }
  .kp-icon.remote-deposit {
    width: 100px;
    height: 55px; }
  .kp-icon.debit-cards {
    width: 100px;
    height: 70px; }
  .kp-icon.contact-us {
    width: 50px;
    height: 50px; }
  .kp-icon.home-equity {
    width: 88px;
    height: 88px; }
  .kp-icon.flex-equity {
    width: 98px;
    height: 98px; }
  .kp-icon.mortgages {
    width: 80px;
    height: 95px; }

label .kp-icon {
  margin: 10px 18px;
  vertical-align: middle; }

.lumos {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }
  .lumos.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 100000; }
    .lumos.active .container {
      -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
              transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0); }
  .lumos .lumos-content {
    padding: 1em 0; }
  .lumos .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-50%, -50%, 0);
            transform: scale3d(0, 0, 0) translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 0 25%;
        -ms-transform-origin: 0 25%;
            transform-origin: 0 25%;
    background-color: #fff;
    min-height: 500px;
    transition: -webkit-transform 0.2s 0.1s ease-out;
    transition: transform 0.2s 0.1s ease-out; }
  .lumos .close {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
    font-size: 2em;
    color: #000;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 1; }
  .lumos#speedbump-message .container {
    min-height: 0; }

/*
  Content Lightbox SCSS
*/
.content-lightbox {
  display: none; }
  .content-lightbox .container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 400px; }
    .content-lightbox .container .header {
      display: inherit;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 1em;
      border-bottom: 1px solid #eee; }
      .content-lightbox .container .header img {
        margin-right: 1em; }
      .content-lightbox .container .header h4 {
        margin: 0;
        padding: 0; }
    .content-lightbox .container .content {
      padding-top: 1em; }

.kp-form.inline .form-group {
  display: inline-block; }

.kp-form.inline .input[type='text'] {
  width: auto; }

.kp-form .form-group {
  margin-bottom: 2.5em; }
  .kp-form .form-group.animated-label {
    position: relative; }
    .kp-form .form-group.animated-label label {
      position: absolute;
      top: 4px;
      left: 9px;
      margin-bottom: 0;
      transition: -webkit-transform 0.2s cubic-bezier(0.83, 0, 0.6, 1), font-size 0.2s cubic-bezier(0.83, 0, 0.6, 1);
      transition: transform 0.2s cubic-bezier(0.83, 0, 0.6, 1), font-size 0.2s cubic-bezier(0.83, 0, 0.6, 1);
      z-index: 10; }
    .kp-form .form-group.animated-label.active label {
      font-size: 1em;
      -webkit-transform: translate3d(-9px, -115%, 0);
              transform: translate3d(-9px, -115%, 0);
      z-index: 1; }
    .kp-form .form-group.animated-label input[type='text'], .kp-form .form-group.animated-label input[type='password'], .kp-form .form-group.animated-label textarea {
      background-color: transparent; }
  .kp-form .form-group.has-select {
    position: relative; }
    .kp-form .form-group.has-select:after {
      position: absolute;
      top: 11px;
      right: 10px;
      display: block;
      border-style: solid;
      border-color: #254fa8 transparent transparent transparent;
      border-width: 12px 10px;
      content: ' ';
      pointer-events: none; }
    @media screen and (max-width: 768px) {
      .kp-form .form-group.has-select:after {
        top: 35px; }
      .kp-form .form-group.has-select select {
        width: 100%; } }

.kp-form label {
  display: inline-block;
  margin-bottom: .5em;
  font-size: 1.2em; }
  .kp-form label:first-of-type {
    font-weight: 600; }

.kp-form input[type='text'], .kp-form input[type='password'], .kp-form textarea {
  width: 100%;
  padding: .65em .85em;
  font-size: 1em;
  line-height: 1;
  background-color: white;
  border: 1px solid #ccc; }
  .kp-form input[type='text']:focus, .kp-form input[type='password']:focus, .kp-form textarea:focus {
    outline: 0; }
  .kp-form input[type='text'].white, .kp-form input[type='password'].white, .kp-form textarea.white {
    background-color: #FFF !important; }

.kp-form textarea {
  min-height: 150px;
  resize: vertical; }

.kp-select {
  position: relative;
  padding: .65em 2.5em .65em .85em;
  font-size: 1em;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .kp-select::-ms-expand {
    display: none; }

select.white {
  background-color: #FFF !important; }

.lender {
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (min-width: 1024px) {
    .lender {
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row; } }
  .lender img {
    width: 100%;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 2em; }
    @media screen and (min-width: 1024px) {
      .lender img {
        width: 250px;
        -webkit-flex: 0 0 250px;
           -moz-box-flex: 0;
            -ms-flex: 0 0 250px;
                flex: 0 0 250px; } }
  .lender li:not(:first-child) {
    margin: .65em 0; }
  .lender .name {
    font-size: 1.25em;
    font-weight: bold; }
  .lender .state {
    font-style: italic; }
  .lender .mlo, .lender .department {
    font-weight: bold; }

.container.perks {
  background-color: #d8e2ed;
  border: 10px solid #234cac; }

.bank-history-container {
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-out; }
  .bank-history-container.active {
    opacity: 1; }
  .bank-history-container:after {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #000;
    content: ''; }
  @media screen and (max-width: 1024px) {
    .bank-history-container {
      height: auto !important; }
      .bank-history-container:after {
        display: none; } }

.bank-history-item-container {
  width: 50%;
  margin-bottom: 25px; }
  .bank-history-item-container.left {
    float: left; }
    .bank-history-item-container.left .bank-history-item {
      float: left; }
  .bank-history-item-container.right {
    float: right; }
    .bank-history-item-container.right .bank-history-item {
      float: right; }

.bank-history-item {
  position: absolute;
  display: block;
  width: 50%;
  max-width: 485px; }
  @media screen and (max-width: 1024px) {
    .bank-history-item {
      position: relative;
      top: auto !important;
      width: 100%;
      max-width: 95%;
      margin: 0 auto 45px; }
      .bank-history-item .year-flag:before {
        display: none; } }
  .bank-history-item.left {
    left: 0; }
  .bank-history-item.right {
    right: 0; }
  .bank-history-item .year-flag {
    position: relative;
    padding: 8px 20px;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #254fa8; }
    .bank-history-item .year-flag:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border-style: solid;
      border-width: 10px;
      content: ''; }
    .bank-history-item .year-flag:after {
      position: absolute;
      top: 50%;
      right: -91px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 15px;
      height: 15px;
      background-color: #000;
      content: ''; }
    .bank-history-item .year-flag.right {
      text-align: right; }
      .bank-history-item .year-flag.right:before {
        right: -20px;
        border-color: transparent transparent transparent #254fa8; }
    .bank-history-item .year-flag.left:before {
      left: -20px;
      border-color: transparent #254fa8 transparent transparent; }
    .bank-history-item .year-flag.left:after {
      right: auto;
      left: -90px; }
    @media screen and (max-width: 1024px) {
      .bank-history-item .year-flag:after {
        display: none; } }
  .bank-history-item img {
    display: block;
    width: 100%; }
  .bank-history-item .description {
    padding: 16px 20px;
    background-color: #f3f3f3; }
    .bank-history-item .description p {
      margin: 0; }

.family-history {
  margin-bottom: 3em;
  padding-bottom: 1.25em;
  border-bottom: 2px solid #f1f1f1; }
  .family-history .family-images img {
    width: 100%; }
  .family-history .family-content h1, .family-history .family-content h2 {
    margin: 0;
    line-height: 1; }
  .family-history .family-content h1 {
    margin-bottom: 15px;
    font-size: 2.5em; }

.kp-table-wrapper {
  width: 100%;
  overflow-x: auto; }
  @media screen and (min-width: 1024px) {
    .kp-table-wrapper {
      width: 90%;
      margin: 0 5%; } }
  .kp-table-wrapper .kp-table thead td, .kp-table-wrapper .kp-table thead th {
    width: 20%; }
    .kp-table-wrapper .kp-table thead td.two-wide, .kp-table-wrapper .kp-table thead th.two-wide {
      width: 40%; }

.kp-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  overflow-x: auto; }
  .kp-table thead td, .kp-table thead th {
    padding: .55em .75em;
    font-weight: bold;
    text-align: center; }
    .kp-table thead td:not(:first-child):nth-child(even), .kp-table thead th:not(:first-child):nth-child(even) {
      color: #fff;
      background-color: #254fa8; }
    .kp-table thead td:not(:first-child):nth-child(odd), .kp-table thead th:not(:first-child):nth-child(odd) {
      color: #fff;
      background-color: #2e78c9; }
  .kp-table tbody tr td:first-of-type {
    text-align: right; }
  .kp-table tbody tr:nth-child(odd) td:nth-child(odd) {
    color: #868585;
    background-color: #f4f4f4; }
  .kp-table tbody tr:nth-child(odd) td:nth-child(even) {
    color: #868585;
    background-color: #dbdada; }
  .kp-table tbody tr:nth-child(odd) td:first-child {
    color: #fff;
    background-color: #2e78c9;
    text-transform: capitalize; }
  .kp-table tbody tr:nth-child(even) td:nth-child(odd) {
    color: #868585;
    background-color: #dbdada; }
  .kp-table tbody tr:nth-child(even) td:nth-child(even) {
    color: #868585;
    background-color: #f4f4f4; }
  .kp-table tbody tr:nth-child(even) td:first-child {
    color: #fff;
    background-color: #254fa8;
    text-transform: capitalize; }
  .kp-table tbody td {
    padding: .55em .75em; }
    .kp-table tbody td:nth-child(odd) {
      color: #868585;
      background-color: #dbdada; }
    .kp-table tbody td:nth-child(even) {
      color: #868585;
      background-color: #f4f4f4; }
    .kp-table tbody td:not(:first-child) {
      color: #666666; }

.mortgage-lender-header-container {
  position: relative;
  width: 100%;
  min-height: 570px;
  background-color: #254fa8; }
  @media screen and (max-width: 1024px) {
    .mortgage-lender-header-container {
      min-height: 196px; } }
  .mortgage-lender-header-container .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 30%; }
  .mortgage-lender-header-container .header-image-container {
    position: relative;
    width: 78%;
    min-height: 500px;
    background-size: cover !important;
    background-position: bottom !important;
    background: url(../img/Mortgage-Lenders/Header-Background.jpg); }
    @media screen and (max-width: 1024px) {
      .mortgage-lender-header-container .header-image-container {
        min-height: 196px;
        width: 68%; } }
    .mortgage-lender-header-container .header-image-container .kpb-logo-container {
      padding: 2em 3em; }
      @media screen and (max-width: 1024px) {
        .mortgage-lender-header-container .header-image-container .kpb-logo-container {
          padding: 1em 2em; } }
    @media screen and (max-width: 1024px) {
      .mortgage-lender-header-container .header-image-container .kpb-logo {
        width: 180px; } }
    .mortgage-lender-header-container .header-image-container .profile-image {
      width: 340px;
      position: absolute;
      top: 34px;
      right: -290px; }
      @media screen and (max-width: 1024px) {
        .mortgage-lender-header-container .header-image-container .profile-image {
          width: 130px;
          top: 14px;
          right: -100px; } }
  .mortgage-lender-header-container .info-container .info {
    padding: 1.5em 4em 0 0;
    text-align: right; }
    @media screen and (max-width: 1024px) {
      .mortgage-lender-header-container .info-container .info {
        padding: 0.4em 0 0.4em 0;
        text-align: center; } }
    .mortgage-lender-header-container .info-container .info span {
      color: #FFFFFF;
      font-size: 1.31em;
      font-style: italic;
      font-weight: 700;
      line-height: 25px;
      padding-right: 5.5em; }
      @media screen and (max-width: 1024px) {
        .mortgage-lender-header-container .info-container .info span {
          padding-right: 1em;
          font-size: 1em; } }
  @media (max-width: 768px) {
    .mortgage-lender-header-container .header-title {
      margin-top: 0 !important; } }
  .mortgage-lender-header-container .header-title .col-12 {
    padding-left: 2.5em;
    padding-top: 2em; }
    @media (max-width: 768px) {
      .mortgage-lender-header-container .header-title .col-12 {
        padding-top: 1em; } }
  .mortgage-lender-header-container .header-title h1 {
    font-size: 3.5em;
    color: white; }
    @media screen and (max-width: 1024px) {
      .mortgage-lender-header-container .header-title h1 {
        font-size: 1.2em; } }
    .mortgage-lender-header-container .header-title h1:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 150px;
      background-color: white;
      content: ''; }
      @media screen and (max-width: 1024px) {
        .mortgage-lender-header-container .header-title h1:before {
          height: 60px !important;
          width: 8px;
          left: 15px; } }
    .mortgage-lender-header-container .header-title h1:after {
      position: absolute;
      top: 0;
      left: 14px;
      width: 150px;
      height: 15px;
      background-color: white;
      content: ''; }
      @media screen and (max-width: 1024px) {
        .mortgage-lender-header-container .header-title h1:after {
          width: 60px;
          height: 8px;
          left: 20px; } }
    @media screen and (max-width: 1024px) {
      .mortgage-lender-header-container .header-title h1:before {
        height: 100%; } }
  .mortgage-lender-header-container .header-title .kp-btn {
    padding: 1.7em !important;
    margin-top: 1%; }
    @media screen and (max-width: 1024px) {
      .mortgage-lender-header-container .header-title .kp-btn {
        font-size: 0.7em;
        padding: 0.8em !important; } }

.mortgage-lender-bio-container {
  padding: 2.5em 0; }
  @media screen and (max-width: 1024px) {
    .mortgage-lender-bio-container {
      padding: 0; } }
  .mortgage-lender-bio-container p {
    color: #2e78c9;
    font-size: 1.0625em;
    font-style: italic;
    font-weight: 400;
    line-height: 31px; }
  @media screen and (max-width: 1024px) {
    .mortgage-lender-bio-container .row {
      padding: 1em; } }

.home-buying-steps .title {
  font-size: 4em;
  font-weight: 700;
  line-height: 77px;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .home-buying-steps .title {
      font-size: 2em;
      line-height: 50px; } }

.home-buying-steps .sub-title {
  color: #8C8C8C;
  font-size: 2.25em;
  font-style: italic;
  font-weight: 500;
  line-height: 43px;
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .home-buying-steps .sub-title {
      font-size: 1.5em;
      line-height: 30px; } }

@media screen and (max-width: 1024px) {
  .home-buying-steps .row {
    padding: 1em; } }

.box-container {
  padding: 2em 0 0 0; }
  @media screen and (max-width: 1024px) {
    .box-container {
      padding: 0; } }
  .box-container .box {
    min-height: 320px; }
  .box-container .last-box {
    min-height: 320px;
    background: #254fa8;
    position: relative; }
    .box-container .last-box h2 {
      color: #FFFFFF;
      font-size: 2.25em;
      font-style: italic;
      font-weight: 100;
      line-height: 43px;
      position: absolute;
      top: 30%;
      left: 50%;
      -webkit-transform: translateY(-30%);
          -ms-transform: translateY(-30%);
              transform: translateY(-30%);
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .box-container .title-container {
    min-height: 80px;
    width: 100%;
    background: #254fa8;
    position: relative; }
    .box-container .title-container .box-title {
      color: white;
      position: absolute;
      top: 30%;
      -webkit-transform: translateY(-30%);
          -ms-transform: translateY(-30%);
              transform: translateY(-30%);
      font-size: 1em;
      font-style: italic;
      font-weight: 400;
      letter-spacing: 1.14px;
      line-height: 23px;
      padding: 0 2em; }
  .box-container .box-image {
    width: 100%; }

.get-started-container {
  padding: 3em 0; }
  .get-started-container .get-started {
    text-align: center; }
    .get-started-container .get-started .kp-btn {
      padding: 1.7em !important; }
      @media screen and (max-width: 1024px) {
        .get-started-container .get-started .kp-btn {
          font-size: 1em;
          padding: 0.8em !important; } }

.flex-row {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .flex-row .flex-col {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 33.3%;
    padding: 0.2em; }
    @media screen and (max-width: 1024px) {
      .flex-row .flex-col {
        width: 100%; } }

.alert {
  background: #254fa8;
  padding: 0.5em 4em;
  color: #fff;
  font-size: 1.4em; }
  @media (max-width: 768px) {
    .alert {
      padding: 0.5em 1em; } }
  .alert .content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .alert .content {
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 0.7em; } }
    .alert .content .info {
      padding: 0 0.5em 0 0; }
  .alert .close-btn {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 100; }
    @media (max-width: 768px) {
      .alert .close-btn {
        right: 10px; } }
    .alert .close-btn img {
      width: 15px; }
    .alert .close-btn:hover {
      text-decoration: none; }
  .alert a.w-button {
    margin: 0 1em;
    border: 1px solid white;
    padding: .5em; }
  .alert.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    transition: all .2s ease;
    opacity: 0;
    pointer-events: none; }
    .alert.popup.on {
      opacity: 1;
      pointer-events: all; }
    .alert.popup .content {
      max-width: 600px;
      width: 90%;
      max-height: 50vh;
      overflow: auto;
      background: white;
      color: black;
      display: block;
      padding: 2em;
      position: relative; }
      .alert.popup .content .close-content-btn {
        top: 20px;
        right: 20px;
        position: absolute;
        cursor: pointer;
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5); }

.blog.form-message {
  transition: 0.4s ease all;
  padding: 0.8em;
  color: white;
  opacity: 0;
  display: inline-block;
  margin: 1em 0 0 0;
  border-radius: .28571429rem; }
  .blog.form-message.show {
    opacity: 1; }
  .blog.form-message.success {
    background-color: #21ba45; }
  .blog.form-message.failure {
    background-color: #db2828; }

.locations .content-section {
  padding-top: 0; }

.locations-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .locations-list .location-type {
    -webkit-flex: 0 0 5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
    margin: 10px 10px 0 0; }
  .locations-list .location-number {
    padding: 4px 10px;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1; }
  .locations-list .location-item {
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
  .locations-list .location-distance {
    -webkit-flex: 0 0 35%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    font-size: 1.125em;
    text-align: right; }
    .locations-list .location-distance a {
      color: #2e78c9;
      font-size: 1.12em;
      font-weight: bold; }
  .locations-list .location-name, .locations-list .drive-in, .locations-list .mini-lobby {
    display: block;
    font-size: 1.25em;
    font-weight: bold; }
  .locations-list .regular-hours, .locations-list .drive-in-hours, .locations-list .mini-lobby-hours {
    margin-top: 15px; }
  .locations-list .address, .locations-list .phone, .locations-list .hours {
    display: block;
    font-size: 1.125em; }
  .locations-list li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 0 15px 20px 0;
    border-bottom: 2px solid #f2f2f2; }
    .locations-list li.atm .location-number {
      background-color: #000; }
    .locations-list li.branch .location-number {
      background-color: #254fa8; }
    .locations-list li.satellite .location-number, .locations-list li.night .location-number {
      background-color: #cce2ff; }
    @media screen and (max-width: 768px) {
      .locations-list li {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .locations-list li .location-item {
          -webkit-flex: 0 0 55%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 55%;
                  flex: 0 0 55%; }
        .locations-list li .location-distance {
          -webkit-flex: 0 0 30%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 30%;
                  flex: 0 0 30%; } }

.location-legend .branch, .location-legend .atm, .location-legend .satellite, .location-legend .night {
  display: inline-block;
  margin-right: 25px;
  color: #ccc;
  font-size: 1.25em;
  font-weight: lighter; }
  .location-legend .branch:last-child, .location-legend .atm:last-child, .location-legend .satellite:last-child, .location-legend .night:last-child {
    margin-right: 0; }

.location-legend .branch .box {
  background-color: #254fa8; }

.location-legend .atm .box {
  background-color: #000; }

.location-legend .satellite .box, .location-legend .night .box {
  background-color: #cce2ff; }

.location-legend .box {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: text-bottom; }

.kp-form.inline .form-group {
  display: block;
  margin-bottom: 1.25em; }
  .kp-form.inline .form-group input[type='text'] {
    width: 190px; }

@media screen and (min-width: 1024px) {
  .kp-form.inline .form-group {
    display: inline-block;
    margin-bottom: 0; }
    .kp-form.inline .form-group:nth-child(2) {
      margin: 0 15px; }
    .kp-form.inline .form-group:nth-child(3) {
      margin-right: 15px; }
  .kp-form.inline .kp-btn.blue {
    margin-top: -5px;
    line-height: 1; } }

.location-info-window {
  text-align: center; }
  .location-info-window .location-name, .location-info-window .location-address, .location-info-window a {
    display: block; }
  .location-info-window .location-name {
    margin-bottom: 4px;
    font-size: 1.15em; }
  .location-info-window .location-name, .location-info-window a {
    font-weight: bold; }
  .location-info-window a {
    color: #254fa8; }
    .location-info-window a:hover {
      color: #254fa8; }

.sub-menu.active {
  padding-bottom: 5px;
  border-bottom: 1px solid white; }
  @media (max-width: 768px) {
    .sub-menu.active {
      border: none; } }
  .sub-menu.active:hover {
    text-decoration: none; }

/*
  Private Services SCSS
*/
.private-services {
  text-align: center; }
  .private-services .row {
    margin: 6em 0; }
  .private-services .private-relationship > div {
    margin-bottom: 1em; }
    .private-services .private-relationship > div.title {
      margin-bottom: 1.5em;
      min-height: 40px; }
      .private-services .private-relationship > div.title p {
        margin: 0; }
    .private-services .private-relationship > div:last-child {
      margin-bottom: 0; }

.private-services-contact {
  padding-top: 4em; }

.newsletter {
  padding: 1.5em;
  background: #eee; }
  .newsletter > div {
    margin-bottom: 1em; }
    .newsletter > div:last-child {
      margin-bottom: 0; }
  .newsletter .title {
    color: #000;
    font-weight: lighter; }
  .newsletter .description {
    font-weight: lighter; }
  .newsletter .newsletter-images {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .newsletter .kp-form .form-group {
    margin-bottom: 0.8em; }
    .newsletter .kp-form .form-group:last-child {
      margin-bottom: 0; }

/*
  Business SCSS
*/
.inverted-box {
  padding: 1.5em;
  margin-bottom: 2em;
  background-color: #eee; }
  .inverted-box .box-content {
    margin-top: 2em; }
    .inverted-box .box-content > ul {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style-type: none; }
      .inverted-box .box-content > ul li {
        padding: 0 1.5em;
        border-right: 1px solid #ccc; }
        .inverted-box .box-content > ul li:last-child {
          padding-right: 0; }