@charset "UTF-8";
.clearfix,
.group,
.row {
  zoom: 1;
}
.clearfix:before, .clearfix:after,
.group:before,
.group:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.group:after,
.row:after {
  clear: both;
}

.max-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.max-wrap-large {
  max-width: 1400px;
  margin: 0 auto;
}

.max-wrap-small {
  max-width: 1100px;
  margin: 0 auto;
}

/** RESPONSIVE TYPE */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, div {
  display: block;
  margin: 0;
  box-sizing: border-box;
  vertical-align: top;
}

audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  padding: 0;
  margin: 0;
}

dl {
  margin: 0;
}

[role=button] {
  cursor: pointer;
}

/*! END normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** Pannos Normalize  */
html {
  color: #222;
  font-size: 62.5%;
} /* BASE FONT 10px - Line Height  24px */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.625;
} /* Font Smoothing */
/* Font Loading Fix*/
html.wf-loading {
  font-family: "Arial", Tahoma, sans-serif;
  line-height: 1.5;
  visibility: hidden;
}

html.wf-active, html.wf-inactive {
  visibility: visible;
  font-size: 62.5%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0 0 1em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*Hide visually and from screen readers:*/
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.l-row:before,
.l-row:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after,
.l-row:after {
  clear: both;
}

/** Button Reset */
button {
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
}

/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.js-active {
  display: block;
}

.js-hideme {
  display: none !important;
}

.label {
  margin: 0;
}

.more-space {
  margin-bottom: 1.714em;
}

fieldset.last {
  border-bottom: none;
}

button {
  border: none;
}

button:hover {
  cursor: pointer;
}

.cTimeValue label {
  display: inline;
}

.morespace {
  margin-bottom: 0.75em;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:after, .row:before {
  display: table;
  content: "";
  line-height: 0;
}

.row:after {
  clear: both;
}

form h3, form h4 {
  font-size: 1.125rem;
  line-height: 1.333;
  margin: 0 0 0.667em;
  font-weight: 500;
}

[class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:after, .row-fluid:before {
  display: table;
  content: "";
  line-height: 0;
}

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

.row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595745%;
  *margin-left: 2.0744680851%;
}

.row-fluid [class*=span]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*=span] + [class*=span] {
  margin-left: 2.1276595745%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.9468085106%;
}

.row-fluid .span11 {
  width: 91.4893617021%;
  *width: 91.4361702128%;
}

.row-fluid .span10 {
  width: 82.9787234043%;
  *width: 82.9255319149%;
}

.row-fluid .span9 {
  width: 74.4680851064%;
  *width: 74.414893617%;
}

.row-fluid .span8 {
  width: 65.9574468085%;
  *width: 65.9042553191%;
}

.row-fluid .span7 {
  width: 57.4468085106%;
  *width: 57.3936170213%;
}

.row-fluid .span6 {
  width: 48.9361702128%;
  *width: 48.8829787234%;
}

.row-fluid .span5 {
  width: 40.4255319149%;
  *width: 40.3723404255%;
}

.row-fluid .span4 {
  width: 31.914893617%;
  *width: 31.8617021277%;
}

.row-fluid .span3 {
  width: 23.4042553191%;
  *width: 23.3510638298%;
}

.row-fluid .span2 {
  width: 14.8936170213%;
  *width: 14.8404255319%;
}

.row-fluid .span1 {
  width: 6.3829787234%;
  *width: 6.329787234%;
}

.row-fluid .offset12 {
  margin-left: 104.2553191489%;
  *margin-left: 104.1489361702%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.1276595745%;
  *margin-left: 102.0212765957%;
}

.row-fluid .offset11 {
  margin-left: 95.7446808511%;
  *margin-left: 95.6382978723%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.6170212766%;
  *margin-left: 93.5106382979%;
}

.row-fluid .offset10 {
  margin-left: 87.2340425532%;
  *margin-left: 87.1276595745%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787%;
  *margin-left: 85%;
}

.row-fluid .offset9 {
  margin-left: 78.7234042553%;
  *margin-left: 78.6170212766%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.5957446809%;
  *margin-left: 76.4893617021%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574%;
  *margin-left: 70.1063829787%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.085106383%;
  *margin-left: 67.9787234043%;
}

.row-fluid .offset7 {
  margin-left: 61.7021276596%;
  *margin-left: 61.5957446809%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.5744680851%;
  *margin-left: 59.4680851064%;
}

.row-fluid .offset6 {
  margin-left: 53.1914893617%;
  *margin-left: 53.085106383%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.0638297872%;
  *margin-left: 50.9574468085%;
}

.row-fluid .offset5 {
  margin-left: 44.6808510638%;
  *margin-left: 44.5744680851%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914894%;
  *margin-left: 42.4468085106%;
}

.row-fluid .offset4 {
  margin-left: 36.170212766%;
  *margin-left: 36.0638297872%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.0425531915%;
  *margin-left: 33.9361702128%;
}

.row-fluid .offset3 {
  margin-left: 27.6595744681%;
  *margin-left: 27.5531914894%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.5319148936%;
  *margin-left: 25.4255319149%;
}

.row-fluid .offset2 {
  margin-left: 19.1489361702%;
  *margin-left: 19.0425531915%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.0212765957%;
  *margin-left: 16.914893617%;
}

.row-fluid .offset1 {
  margin-left: 10.6382978723%;
  *margin-left: 10.5319148936%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.5106382979%;
  *margin-left: 8.4042553191%;
}

.row-fluid [class*=span].hide, [class*=span].hide {
  display: none;
}

.row-fluid [class*=span].pull-right, [class*=span].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:after, .container:before {
  display: table;
  content: "";
  line-height: 0;
}

.container:after {
  clear: both;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:after, .container-fluid:before {
  display: table;
  content: "";
  line-height: 0;
}

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

.check-space {
  margin: 1em 0;
}

fieldset {
  padding: 0;
  margin: 0 0 1.5em;
  border: none;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.143em;
  font-size: 1.3125rem;
  line-height: 1.143;
  border: 0;
}

legend small {
  font-size: 15px;
  color: #999;
}

label {
  display: block;
  margin-bottom: 4px;
}

.uneditable-input, input[type=color], input[type=date], input[type=search], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.5;
  color: #555; /* !important; */
  vertical-align: middle;
}

.nav-search .uneditable-input, .nav-search input[type=color], .nav-search input[type=date], .nav-search input[type=search], .nav-search input[type=datetime-local], .nav-search input[type=datetime], .nav-search input[type=email], .nav-search input[type=month], .nav-search input[type=number], .nav-search input[type=password], .nav-search input[type=text] {
  color: #FFF;
}

.uneditable-input, input, textarea {
  /* width:206px */
}

textarea {
  height: auto;
}

.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.uneditable-input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=button], input[type=checkbox], input[type=file], input[type=image], input[type=radio], input[type=reset], input[type=submit] {
  width: auto;
}

input[type=file], select {
  height: 40px;
  *margin-top: 4px;
  line-height: 30px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

select[multiple], select[size] {
  height: auto;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus, select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input, .uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  opacity: 1;
}

.checkbox, .radio {
  min-height: 20px;
  padding-left: 20px;
}

.checkbox input[type=checkbox], .radio input[type=radio] {
  float: left;
  margin-left: -20px;
}

.controls > .checkbox:first-child, .controls > .radio:first-child {
  padding-top: 5px;
}

.checkbox.inline, .radio.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.checkbox.inline + .checkbox.inline, .radio.inline + .radio.inline {
  qqmargin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

.row-fluid .uneditable-input[class*=span], .row-fluid input[class*=span], .row-fluid select[class*=span], .row-fluid textarea[class*=span], .uneditable-input[class*=span], input[class*=span], select[class*=span], textarea[class*=span] {
  float: none;
  margin-left: 0;
}

.input-append .uneditable-input[class*=span], .input-append input[class*=span], .input-prepend .uneditable-input[class*=span], .input-prepend input[class*=span], .row-fluid .input-append [class*=span], .row-fluid .input-prepend [class*=span], .row-fluid .uneditable-input[class*=span], .row-fluid input[class*=span], .row-fluid select[class*=span], .row-fluid textarea[class*=span] {
  display: inline-block;
}

.uneditable-input, input, textarea {
  margin-left: 0;
}

.controls-row [class*=span] + [class*=span] {
  margin-left: 20px;
}

.uneditable-input.span12, input.span12, textarea.span12 {
  width: 926px;
}

.uneditable-input.span11, input.span11, textarea.span11 {
  width: 846px;
}

.uneditable-input.span10, input.span10, textarea.span10 {
  width: 766px;
}

.uneditable-input.span9, input.span9, textarea.span9 {
  width: 686px;
}

.uneditable-input.span8, input.span8, textarea.span8 {
  width: 606px;
}

.uneditable-input.span7, input.span7, textarea.span7 {
  width: 526px;
}

.uneditable-input.span6, input.span6, textarea.span6 {
  width: 446px;
}

.uneditable-input.span5, input.span5, textarea.span5 {
  width: 366px;
}

.uneditable-input.span4, input.span4, textarea.span4 {
  width: 286px;
}

.uneditable-input.span3, input.span3, textarea.span3 {
  width: 206px;
}

.uneditable-input.span2, input.span2, textarea.span2 {
  width: 126px;
}

.uneditable-input.span1, input.span1, textarea.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:after, .controls-row:before {
  display: table;
  content: "";
  line-height: 0;
}

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

.controls-row [class*=span], .row-fluid .controls-row [class*=span] {
  float: left;
}

.controls-row .checkbox[class*=span], .controls-row .radio[class*=span] {
  padding-top: 5px;
}

input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type=checkbox][disabled], input[type=checkbox][readonly], input[type=radio][disabled], input[type=radio][readonly] {
  background-color: transparent;
}

.control-group.warning .checkbox, .control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-append .add-on, .control-group.warning .input-prepend .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .checkbox, .control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-append .add-on, .control-group.error .input-prepend .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .checkbox, .control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-append .add-on, .control-group.success .input-prepend .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .checkbox, .control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input, .control-group.info select, .control-group.info textarea {
  color: #3a87ad;
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-append .add-on, .control-group.info .input-prepend .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid, select:focus:invalid, textarea:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus, select:focus:invalid:focus, textarea:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:after, .form-actions:before {
  display: table;
  content: "";
  line-height: 0;
}

.form-actions:after {
  clear: both;
}

.help-block, .help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append, .input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

.input-append .dropdown-menu, .input-append .popover, .input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .dropdown-menu, .input-prepend .popover, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
  font-size: 14px;
}

.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append .uneditable-input:focus, .input-append input:focus, .input-append select:focus, .input-prepend .uneditable-input:focus, .input-prepend input:focus, .input-prepend select:focus {
  z-index: 2;
}

.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-append .add-on, .input-append .btn, .input-append .ghost-btn, .input-append .cta-btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .add-on, .input-prepend .btn, .input-prepend .ghost-btn, .input-prepend .cta-btn, .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-append .active, .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on, .input-prepend .btn, .input-prepend .ghost-btn, .input-prepend .cta-btn {
  margin-right: -1px;
}

.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .add-on:first-child, .input-prepend .btn:first-child, .input-prepend .ghost-btn:first-child, .input-prepend .cta-btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append .uneditable-input + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .ghost-btn:last-child, .input-append .uneditable-input + .btn-group .cta-btn:last-child, .input-append input + .btn-group .btn:last-child, .input-append input + .btn-group .ghost-btn:last-child, .input-append input + .btn-group .cta-btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append select + .btn-group .ghost-btn:last-child, .input-append select + .btn-group .cta-btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append .add-on, .input-append .btn, .input-append .ghost-btn, .input-append .cta-btn, .input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child, .input-append .btn-group:last-child > .dropdown-toggle, .input-append .btn:last-child, .input-append .ghost-btn:last-child, .input-append .cta-btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .uneditable-input, .input-prepend.input-append input, .input-prepend.input-append select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-prepend.input-append .uneditable-input + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .ghost-btn, .input-prepend.input-append .uneditable-input + .btn-group .cta-btn, .input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append input + .btn-group .ghost-btn, .input-prepend.input-append input + .btn-group .cta-btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append select + .btn-group .ghost-btn, .input-prepend.input-append select + .btn-group .cta-btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child, .input-prepend.input-append .ghost-btn:first-child, .input-prepend.input-append .cta-btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child, .input-prepend.input-append .ghost-btn:last-child, .input-prepend.input-append .cta-btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9 ;
  padding-left: 14px;
  padding-left: 4px \9 ;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn, .form-search .input-append .ghost-btn, .form-search .input-append .cta-btn, .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn, .form-search .input-prepend .ghost-btn, .form-search .input-prepend .cta-btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-horizontal .help-inline, .form-horizontal .input-append, .form-horizontal .input-prepend, .form-horizontal .uneditable-input, .form-horizontal input, .form-horizontal select, .form-horizontal textarea, .form-inline .help-inline, .form-inline .input-append, .form-inline .input-prepend, .form-inline .uneditable-input, .form-inline input, .form-inline select, .form-inline textarea, .form-search .help-inline, .form-search .input-append, .form-search .input-prepend, .form-search .uneditable-input, .form-search input, .form-search select, .form-search textarea {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-horizontal .hide, .form-inline .hide, .form-search .hide {
  display: none;
}

.form-inline .btn-group, .form-inline label, .form-search .btn-group, .form-search label {
  display: inline-block;
}

.form-inline .input-append, .form-inline .input-prepend, .form-search .input-append, .form-search .input-prepend {
  margin-bottom: 0;
}

.form-inline .checkbox, .form-inline .radio, .form-search .checkbox, .form-search .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .form-search .checkbox input[type=checkbox], .form-search .radio input[type=radio] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:after, .form-horizontal .control-group:before {
  display: table;
  content: "";
  line-height: 0;
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal .input-append + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

button.btn, button.ghost-btn, button.cta-btn, input[type=submit].btn, input[type=submit].ghost-btn, input[type=submit].cta-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner, button.ghost-btn::-moz-focus-inner, button.cta-btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner, input[type=submit].ghost-btn::-moz-focus-inner, input[type=submit].cta-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large, button.btn-large.ghost-btn, button.btn-large.cta-btn, input[type=submit].btn.btn-large, input[type=submit].btn-large.ghost-btn, input[type=submit].btn-large.cta-btn {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small, button.btn-small.ghost-btn, button.btn-small.cta-btn, input[type=submit].btn.btn-small, input[type=submit].btn-small.ghost-btn, input[type=submit].btn-small.cta-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini, button.btn-mini.ghost-btn, button.btn-mini.cta-btn, input[type=submit].btn.btn-mini, input[type=submit].btn-mini.ghost-btn, input[type=submit].btn-mini.cta-btn {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:focus, .btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}

/*!
 * Bootstrap Responsive v2.0.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.hidden {
  display: none;
  visibility: hidden;
}

.well {
  background: #F1F1F2;
}

.form_border {
  border: 1px solid #D0D2D3;
}

.form_border_bottom {
  border-bottom: 1px solid #E6E7E8;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  .uneditable-input, input[class*=span], select[class*=span], textarea[class*=span] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-append input[class*=span], .input-prepend input[class*=span] {
    width: auto;
  }
  input[type=checkbox], input[type=radio] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row {
    margin-left: 0;
  }
  .row-fluid > [class*=span], .row > [class*=span] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
}
@media (min-width: 730px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:after, .row:before {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    margin-left: 20px;
  }
  .span1 {
    width: 42px;
  }
  .span2 {
    width: 104px;
  }
  .span3 {
    width: 166px;
  }
  .span4 {
    width: 228px;
  }
  .span5 {
    width: 290px;
  }
  .span6 {
    width: 352px;
  }
  .span7 {
    width: 414px;
  }
  .span8 {
    width: 476px;
  }
  .span9 {
    width: 538px;
  }
  .span10 {
    width: 600px;
  }
  .span11 {
    width: 662px;
  }
  .span12 {
    width: 724px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:after, .row-fluid:before {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*=span] {
    float: left;
    margin-left: 2.762430939%;
  }
  .row-fluid > [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span1 {
    width: 5.801104972%;
  }
  .row-fluid > .span2 {
    width: 14.364640883%;
  }
  .row-fluid > .span3 {
    width: 22.928176794%;
  }
  .row-fluid > .span4 {
    width: 31.491712705%;
  }
  .row-fluid > .span5 {
    width: 40.055248616%;
  }
  .row-fluid > .span6 {
    width: 48.618784527%;
  }
  .row-fluid > .span7 {
    width: 57.182320438%;
  }
  .row-fluid > .span8 {
    width: 65.745856349%;
  }
  .row-fluid > .span9 {
    width: 74.30939226%;
  }
  .row-fluid > .span10 {
    width: 82.872928171%;
  }
  .row-fluid > .span11 {
    width: 91.436464082%;
  }
  .row-fluid > .span12 {
    width: 99.999999993%;
  }
  .uneditable-input.span1, input.span1, textarea.span1 {
    width: 32px;
  }
  .uneditable-input.span2, input.span2, textarea.span2 {
    width: 94px;
  }
  .uneditable-input.span3, input.span3, textarea.span3 {
    width: 156px;
  }
  .uneditable-input.span4, input.span4, textarea.span4 {
    width: 218px;
  }
  .uneditable-input.span5, input.span5, textarea.span5 {
    width: 280px;
  }
  .uneditable-input.span6, input.span6, textarea.span6 {
    width: 342px;
  }
  .uneditable-input.span7, input.span7, textarea.span7 {
    width: 404px;
  }
  .uneditable-input.span8, input.span8, textarea.span8 {
    width: 466px;
  }
  .uneditable-input.span9, input.span9, textarea.span9 {
    width: 528px;
  }
  .uneditable-input.span10, input.span10, textarea.span10 {
    width: 590px;
  }
  .uneditable-input.span11, input.span11, textarea.span11 {
    width: 652px;
  }
  .uneditable-input.span12, input.span12, textarea.span12 {
    width: 714px;
  }
}
@media (max-width: 979px) {
  /* body {
    padding-top:0
  } */
  .navbar-fixed-top {
    position: static;
    margin-bottom: 18px;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .navbar .nav-collapse {
    clear: left;
  }
  .navbar .nav {
    float: none;
    margin: 0 0 9px;
  }
  .navbar .nav > li {
    float: none;
  }
  .navbar .nav > li > a {
    margin-bottom: 2px;
  }
  .navbar .nav > .divider-vertical {
    display: none;
  }
  .navbar .nav .nav-header {
    color: #999;
    text-shadow: none;
  }
  .navbar .dropdown-menu a, .navbar .nav > li > a {
    padding: 6px 15px;
    font-weight: 700;
    color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .navbar .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .navbar .dropdown-menu a:hover, .navbar .nav > li > a:hover {
    background-color: #222;
  }
  .navbar .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar .dropdown-menu .divider, .navbar .dropdown-menu:after, .navbar .dropdown-menu:before {
    display: none;
  }
  .navbar-form, .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn-navbar {
    display: block;
  }
  .nav-collapse {
    overflow: hidden;
    height: 0;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:after, .row:before {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    margin-left: 30px;
  }
  .span1 {
    width: 70px;
  }
  .span2 {
    width: 170px;
  }
  .span3 {
    width: 270px;
  }
  .span4 {
    width: 370px;
  }
  .span5 {
    width: 470px;
  }
  .span6 {
    width: 570px;
  }
  .span7 {
    width: 670px;
  }
  .span8 {
    width: 770px;
  }
  .span9 {
    width: 870px;
  }
  .span10 {
    width: 970px;
  }
  .span11 {
    width: 1070px;
  }
  .span12 {
    width: 1170px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:after, .row-fluid:before {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*=span] {
    float: left;
    margin-left: 2.564102564%;
  }
  .row-fluid > [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span1 {
    width: 5.982905983%;
  }
  .row-fluid > .span2 {
    width: 14.52991453%;
  }
  .row-fluid > .span3 {
    width: 23.076923077%;
  }
  .row-fluid > .span4 {
    width: 31.623931624%;
  }
  .row-fluid > .span5 {
    width: 40.170940171%;
  }
  .row-fluid > .span6 {
    width: 48.717948718%;
  }
  .row-fluid > .span7 {
    width: 57.264957265%;
  }
  .row-fluid > .span8 {
    width: 65.811965812%;
  }
  .row-fluid > .span9 {
    width: 74.358974359%;
  }
  .row-fluid > .span10 {
    width: 82.905982906%;
  }
  .row-fluid > .span11 {
    width: 91.452991453%;
  }
  .row-fluid > .span12 {
    width: 100%;
  }
  .uneditable-input.span1, input.span1, textarea.span1 {
    width: 60px;
  }
  .uneditable-input.span2, input.span2, textarea.span2 {
    width: 160px;
  }
  .uneditable-input.span3, input.span3, textarea.span3 {
    width: 260px;
  }
  .uneditable-input.span4, input.span4, textarea.span4 {
    width: 360px;
  }
  .uneditable-input.span5, input.span5, textarea.span5 {
    width: 460px;
  }
  .uneditable-input.span6, input.span6, textarea.span6 {
    width: 560px;
  }
  .uneditable-input.span7, input.span7, textarea.span7 {
    width: 660px;
  }
  .uneditable-input.span8, input.span8, textarea.span8 {
    width: 760px;
  }
  .uneditable-input.span9, input.span9, textarea.span9 {
    width: 860px;
  }
  .uneditable-input.span10, input.span10, textarea.span10 {
    width: 960px;
  }
  .uneditable-input.span11, input.span11, textarea.span11 {
    width: 1060px;
  }
  .uneditable-input.span12, input.span12, textarea.span12 {
    width: 1160px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
}
fieldset {
  border: none;
  padding: 0;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #495254;
}

body {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1400px) {
  body {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

[role=button] {
  cursor: pointer;
}

.f-h1 {
  font-size: 3.3rem;
  line-height: 0.95;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: lexia, sans-serif;
}
@media screen and (min-width: 900px) {
  .f-h1 {
    font-size: 5.5rem;
    line-height: 0.95;
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 1400px) {
  .f-h1 {
    font-size: 6rem;
    line-height: 0.95;
    margin-bottom: 0.25em;
  }
}

.f-h2 {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 900;
  font-family: lexia, sans-serif;
  text-transform: uppercase;
  color: #005581;
}
@media screen and (min-width: 900px) {
  .f-h2 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 1400px) {
  .f-h2 {
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 0.25em;
  }
}

.f-h2-up {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: lexia, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .f-h2-up {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 1400px) {
  .f-h2-up {
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 0.25em;
  }
}

.f-h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 900;
  font-family: lexia, sans-serif;
}
@media screen and (min-width: 900px) {
  .f-h3 {
    font-size: 4.4rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px) {
  .f-h3 {
    font-size: 5.2rem;
    line-height: 1.1;
  }
}

.f-h3-small {
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: lexia, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .f-h3-small {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px) {
  .f-h3-small {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}

.f-h4 {
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 900;
  font-family: lexia, sans-serif;
  text-transform: none;
}
@media screen and (min-width: 900px) {
  .f-h4 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px) {
  .f-h4 {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}

.f-h4-alt {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: lexia, sans-serif;
  text-transform: none;
}
@media screen and (min-width: 900px) {
  .f-h4-alt {
    font-size: 2.3rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1400px) {
  .f-h4-alt {
    font-size: 2.4rem;
    line-height: 1.1;
  }
}

.f-h5 {
  font-size: 2rem;
  font-weight: 700;
  font-family: lexia, sans-serif;
  text-transform: none;
  margin-bottom: 0.25em;
}

.f-h6 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: lexia, sans-serif;
  text-transform: none;
}

.caps {
  text-transform: uppercase;
}

.f-feature-header {
  font-size: 2.4rem;
  font-size: 7.5vw;
  font-family: lexia, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.1em;
  display: block;
}
@media screen and (min-aspect-ratio: 6/4) {
  .f-feature-header {
    font-size: 15vh;
  }
}
@media screen and (max-height: 300px) {
  .f-feature-header {
    font-size: 4.5rem;
  }
}
@media screen and (min-height: 1000px) {
  .f-feature-header {
    font-size: 15rem;
  }
}
.f-feature-header p {
  margin: 0;
}

.f-h2-feature {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 1em;
  font-family: lexia, sans-serif;
  font-style: italic;
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 900px) {
  .f-h2-feature {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 1400px) {
  .f-h2-feature {
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 0.25em;
  }
}

.f-subtext {
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .f-subtext {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .f-subtext {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.f-sm-heading {
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .f-sm-heading {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .f-sm-heading {
    font-size: 1.6rem;
  }
}

.f-subline {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 1em;
  font-family: lexia, sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 900px) {
  .f-subline {
    font-size: 4.4rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px) {
  .f-subline {
    font-size: 5.2rem;
    line-height: 1.1;
  }
}

/** text format styles */
.t-2-col {
  column-count: 2;
  column-gap: 2em;
}

a {
  color: #55B659;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.content {
  font-family: ff-tisa-sans-web-pro, sans-serif;
}

.disclosure {
  font-size: 1.2rem;
}
@media screen and (min-width: 900px) {
  .disclosure {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .disclosure {
    font-size: 1.4rem;
  }
}

img,
video,
audio,
iframe,
object {
  max-width: 100%;
  height: auto;
}

img:not([src$=".svg"]) {
  height: auto;
}

img[src=""] {
  display: none;
}

.vid-transcript-content {
  font-size: 1.2rem;
}
@media screen and (min-width: 900px) {
  .vid-transcript-content {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .vid-transcript-content {
    font-size: 1.4rem;
  }
}

#pg-videos .cms_video_listing {
  padding: 0;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 1em 1%;
  list-style: none;
}
#pg-videos .cms_video_listing li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 1em 1% 0;
}

.cms_video_listing {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}
.cms_video_listing li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 1em 1em 0;
}

/*************************/
/* GENERAL BUTTON STYLES */
/*************************/
.btn, .ghost-btn, .cta-btn {
  margin: 0 auto;
  border: none;
  display: inline-block;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: lexia, sans-serif;
  font-weight: bold;
  transition: background 0.5s ease-in-out, color 0.7s ease-in-out;
}
.btn:hover, .ghost-btn:hover, .cta-btn:hover, .btn:focus, .ghost-btn:focus, .cta-btn:focus, .btn.hovered, .hovered.ghost-btn, .hovered.cta-btn {
  text-decoration: underline;
}
.btn:active, .ghost-btn:active, .cta-btn:active {
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .btn, .ghost-btn, .cta-btn {
    font-size: 2rem;
  }
}

/**********************/
/* PRIMARY CTA BUTTON */
/**********************/
.cta-btn.btn_blue {
  background-color: #00b5ea;
  color: #fff !important;
}
.cta-btn.btn_blue:hover, .cta-btn.btn_blue:focus, .cta-btn.btn_blue.hovered {
  background: rgb(0, 141.5512820513, 183);
}
.cta-btn.btn_green {
  background-color: #55B659;
  color: #fff !important;
}
.cta-btn.btn_green:hover, .cta-btn.btn_green:focus, .cta-btn.btn_green.hovered {
  background: rgb(64.8888888889, 151.1111111111, 68.4444444444);
}
.cta-btn.btn_orange {
  background-color: #f26829;
  color: #fff !important;
}
.cta-btn.btn_orange:hover, .cta-btn.btn_orange:focus, .cta-btn.btn_orange.hovered {
  background: rgb(218.7136563877, 77.6740088106, 13.2863436123);
}

/********************/
/* GHOST CTA BUTTON */
/********************/
.ghost-btn.btn_blue {
  border: 3px #00b5ea solid;
  background-color: #fff;
  color: #00b5ea;
  padding: calc(1.5rem - 3px) calc(2rem - 3px);
}
.ghost-btn.btn_blue:hover {
  color: #fff;
  text-decoration: underline;
  border-color: rgb(0, 141.5512820513, 183);
  background-color: rgb(0, 141.5512820513, 183);
}
.ghost-btn.btn_green {
  border: 3px #55B659 solid;
  background-color: #fff;
  color: #55B659;
}
.ghost-btn.btn_green:hover {
  color: #fff;
  text-decoration: underline;
  border-color: rgb(64.8888888889, 151.1111111111, 68.4444444444);
  background-color: rgb(64.8888888889, 151.1111111111, 68.4444444444);
}
.ghost-btn.btn_orange {
  border: 3px #f26829 solid;
  background-color: #fff;
  color: #f26829;
}
.ghost-btn.btn_orange:hover {
  color: #fff;
  text-decoration: underline;
  border-color: rgb(218.7136563877, 77.6740088106, 13.2863436123);
  background-color: rgb(218.7136563877, 77.6740088106, 13.2863436123);
}

/*******************/
/* CTA LINK (TEXT) */
/*******************/
@keyframes cta-text-link-pointer {
  0%, 100% {
    right: -1rem;
  }
  50% {
    right: -2rem;
  }
}
@-webkit-keyframes cta-text-link-pointer {
  0%, 100% {
    right: -1rem;
  }
  50% {
    right: -2rem;
  }
}
.cta-link-text {
  font-size: 1.6rem;
  font-family: lexia, sans-serif;
  text-transform: uppercase;
  color: #005581;
  padding: 0 4rem 0 0;
  min-height: 26px;
  margin: 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
  transition: all 0.1s;
}
.cta-link-text:after {
  content: "";
  position: absolute;
  right: -1rem;
  top: calc(50% - 13px);
  width: 32px;
  height: 26px;
  display: inline-block;
  background-size: 32px 26px !important;
}
@media screen and (min-width: 900px) {
  .cta-link-text {
    font-size: 2rem;
  }
}
.cta-link-text:hover::after, .cta-link-text:focus::after {
  animation: cta-text-link-pointer 1s infinite;
}

/**********************/
/* CTA LINK (NO TEXT) */
/**********************/
@keyframes cta-link-pointer {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 1rem;
  }
}
@-webkit-keyframes cta-link-pointer {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 1rem;
  }
}
.cta-link {
  margin: 0;
  padding: 0;
  min-width: 32px;
  min-height: 26px;
  display: block;
  position: relative;
  left: 0;
  background-size: 32px 26px !important;
  transition: all 0.1s;
}
.cta-link:hover, .cta-link:focus, .cta-link.hovered {
  animation: cta-link-pointer 1s infinite;
}

button.cta-link {
  Width: 100%;
}

/**************************/
/* HOVER AND FOCUS EFFECT */
/**************************/
main a:not([class]), main a[class=""] {
  transition: background 0.5s ease-in-out, color 0.7s ease-in-out;
}
main a:not([class]):hover, main a:not([class]):focus, main a[class=""]:hover, main a[class=""]:focus {
  text-decoration: underline;
}

/* Insurance and Investments Arrow Link */
.insur-invest-arrow {
  font-size: 2rem;
  font-family: lexia, sans-serif;
  color: #fff;
  padding: 0 4rem 0 0;
  min-height: 26px;
  margin: 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
  transition: all 0.1s;
}
.insur-invest-arrow:after {
  content: "";
  position: absolute;
  right: -1rem;
  top: calc(50% - 13px);
  width: 32px;
  height: 26px;
  display: inline-block;
  background: url("../svg/ico-cta-arrow-all-white.svg") transparent no-repeat center/32px 26px;
}
.insur-invest-arrow:hover::after, .insur-invest-arrow:focus::after {
  animation: cta-text-link-pointer 1s infinite;
}

/** Mobile Nav **

  <header role="banner" id="header-mobile" aria-label="Mobile Header">
    <div class="header-container">
      <div class="header-mobile-left">
        <p><a href="/"><img src="images/logo-header.svg" alt="Dean Bank; It's my bank." /></a></p>
      </div><div class="header-mobile-right">
        <ul>
          </li><li class="mobile-login">
            <a href="/login/"><img src="images/ico-header-mobile-login.svg" alt="Log in to Online Banking" /></a>
          </li><li class="mobile-menu">
            <button><img src="images/ico-header-mobile-menu.svg" alt="Open Menu" /></button>
          </li>
        </ul>
      </div>
    </div>
  </header>

**/
.header-mobile {
  position: relative;
}
@media screen and (min-width: 900px) {
  .header-mobile .fdic-header-section {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .header-mobile .fdic-header-section {
    display: block;
    border-bottom: 2px solid #e1e1e1;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .header-mobile .fdic-header {
    max-width: 1400px;
    margin: 0 auto;
  }
  .header-mobile .fdic-header img {
    width: 22%;
    min-width: 345px;
    position: relative;
    margin: 0 0 0 6.4%;
    max-width: 390px;
  }
}
.header-mobile .header-container {
  min-height: 68px;
  display: flex;
  justify-content: space-between;
}
.header-mobile .header-container .header-mobile-left {
  display: inline-block;
  flex: 1 1 63%;
  text-align: left;
  vertical-align: top;
}
.header-mobile .header-container .header-mobile-right {
  display: inline-block;
  flex: 1 1 37%;
  text-align: right;
  vertical-align: top;
}
.header-mobile .header-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.header-mobile .header-container li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50px;
}
.header-mobile .header-container .logo {
  text-align: left;
}
.header-mobile .header-container .logo img {
  width: 100%;
  max-width: 155px;
  margin: 1.75rem 0 0 2rem;
}
.header-mobile .header-container .mobile-login {
  padding: 1rem 0 0 0;
  text-align: center;
}
.header-mobile .header-container .mobile-login img {
  width: 36px;
}
.header-mobile .header-container .mobile-login img:hover, .header-mobile .header-container .mobile-login img:focus, .header-mobile .header-container .mobile-login img.hovered {
  background: rgb(64.8888888889, 151.1111111111, 68.4444444444);
}
.header-mobile .header-container .mobile-login .login-section {
  position: absolute;
  right: 0;
  width: 300px;
  z-index: 400;
  background-color: #55b659;
  top: 100%;
  height: auto;
  display: none;
}
.header-mobile .header-container .mobile-login .login-section .top-login-content {
  color: #ffffff;
  width: 80%;
  margin: 3rem auto 0;
}
.header-mobile .header-container .mobile-login .login-section .top-login-content .login-title {
  font-size: 1.4rem;
  font-family: lexia, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.header-mobile .header-container .mobile-login .login-section .top-login-content span {
  font-weight: 600;
}
.header-mobile .header-container .mobile-login .login-section .top-login-content #mobile_username {
  margin-top: 10px;
  width: 100%;
}
.header-mobile .header-container .mobile-login .login-section .top-login-content #mobile_password {
  width: 100%;
}
.header-mobile .header-container .mobile-login .login-section .bottom-login-content {
  width: 80%;
  margin: 0 auto;
}
.header-mobile .header-container .mobile-login .login-section .bottom-login-content .noshow {
  display: none;
}
.header-mobile .header-container .mobile-login .login-section .bottom-login-content #mobile_signin {
  display: inherit;
  border: none;
  background-color: inherit;
  text-decoration: none;
  color: #ffffff;
  font-family: lexia, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 1rem;
}
.header-mobile .header-container .mobile-login .login-section .bottom-login-content .final-login-content {
  text-align: left;
}
.header-mobile .header-container .mobile-login .login-section .bottom-login-content .final-login-content #mobile_forgotpassword {
  display: inline-block;
  margin: 0 5px 0 0;
}
.header-mobile .header-container .mobile-login .login-section .bottom-login-content .final-login-content #mobile_forgotpassword:after {
  content: "";
  position: relative;
  left: 8%;
  color: #ffffff;
}
.header-mobile .header-container .mobile-login .login-section .bottom-login-content .final-login-content #mobile_forgotpassword a {
  color: #ffffff;
}
.header-mobile .header-container .mobile-login .login-section .bottom-login-content .final-login-content #mobile_enrollment {
  display: block;
  margin: 0 0 0 0px;
}
.header-mobile .header-container .mobile-login .login-section .bottom-login-content .final-login-content #mobile_enrollment a {
  color: #ffffff;
}
.header-mobile .header-container .mobile-login .login-section .bottom-login-content .final-login-content #mobile_forgotusername {
  display: inline-block;
  margin: 0;
}
.header-mobile .header-container .mobile-login .login-section .bottom-login-content .final-login-content #mobile_forgotusername a {
  color: #ffffff;
}
.header-mobile .header-container .mobile-login:focus-within .login-section {
  display: block;
  outline: none;
}
.header-mobile .header-container .mobile-menu {
  padding: 1rem 0 0 0;
  text-align: center;
}
.header-mobile .header-container .mobile-menu img {
  width: 36px;
}
@media screen and (min-width: 900px) {
  .header-mobile .header-container {
    display: none;
  }
}

.mobile-nav-area {
  display: none;
  background: #005581;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
.mobile-nav-area .mobile-nav-header {
  min-height: 68px;
}
.mobile-nav-area .mobile-nav-header .header-mobile-left {
  display: inline-block;
  width: 63%;
  text-align: left;
  vertical-align: top;
}
.mobile-nav-area .mobile-nav-header .header-mobile-right {
  display: inline-block;
  width: 37%;
  text-align: right;
  vertical-align: top;
}
.mobile-nav-area .mobile-nav-header .header-mobile-right img {
  width: 36px;
}
.mobile-nav-area .mobile-nav-header li.mobile-menu {
  padding: 1rem 0 0 0;
  text-align: center;
}
.mobile-nav-area .mobile-nav-header li.mobile-menu button img {
  width: 36px;
}
.mobile-nav-area .mobile-nav-header .mobile-login {
  padding: 1rem 0 0 0;
  text-align: center;
}
.mobile-nav-area .mobile-nav-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.mobile-nav-area .mobile-nav-header li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50px;
}
.mobile-nav-area .mobile-nav-header .logo {
  text-align: left;
}
.mobile-nav-area .mobile-nav-header .logo img {
  width: 100%;
  max-width: 155px;
  margin: 1.75rem 0 0 2rem;
}
.mobile-nav-area .mobile-nav-icons {
  padding: 1em 2em 0;
}
.mobile-nav-area .mobile-nav-icons a {
  display: inline-block;
  margin-right: 1em;
}
.mobile-nav-area .mobile-nav-icons a img {
  transition: all 0.2s ease-in-out;
}
.mobile-nav-area .mobile-nav-icons a:hover img, .mobile-nav-area .mobile-nav-icons a:focus img {
  transform: scale(1.3);
}
.mobile-nav-area nav {
  padding: 1em 2em 3em;
}
.mobile-nav-area nav > ul > li {
  display: block;
  list-style: none;
  margin-bottom: 0.5em;
}
.mobile-nav-area nav > ul > li a {
  font-size: 2.1rem;
  color: #fff;
}
.mobile-nav-area nav > ul > li a:after {
  content: "›";
  display: inline-block;
  color: #55B659;
  font-size: 2em;
  position: relative;
  top: 3px;
  left: 8px;
  font-weight: normal;
  line-height: 0.1;
  transition: all 0.3s ease-in;
}
.mobile-nav-area nav > ul > li a:hover, .mobile-nav-area nav > ul > li a:focus, .mobile-nav-area nav > ul > li a.hovered {
  text-decoration: underline;
}
.mobile-nav-area nav > ul > li:last-of-type {
  border-top: solid 1px #fff;
  margin-top: 2em;
  padding-top: 1.5em;
}
.mobile-nav-area nav > ul > li:last-of-type > a {
  display: none;
}
.mobile-nav-area nav > ul > li:last-of-type ul {
  padding: 0;
  list-style: none;
  zoom: 1;
}
.mobile-nav-area nav > ul > li:last-of-type ul:before, .mobile-nav-area nav > ul > li:last-of-type ul:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.mobile-nav-area nav > ul > li:last-of-type ul:after {
  clear: both;
}
.mobile-nav-area nav > ul > li:last-of-type ul li {
  float: left;
  margin-bottom: 0.5em;
  width: 50%;
  padding-right: 1em;
}
.mobile-nav-area nav > ul > li:last-of-type ul li a {
  color: #fff;
  font-size: 1.4rem;
}
.mobile-nav-area nav > ul > li:last-of-type ul li a:after {
  content: none;
}

/** Desktop Nav **

  <header role="banner" id="header-desktop" aria-label="Desktop Header">
    <div class="header-container">
      <div class="nav-secondary">
        <ul>
          <li class="logo">
            <a href="/"><img src="images/logo-header.svg" alt="Dean Bank; It's my bank." /></a>
          </li><li class="about">
            <a href="/about/">About Dean</a>
          </li><li class="careers">
            <a href="/careers/">Careers</a>
          </li><li class="rates">
            <a href="/rates/">Rates</a>
          </li><li class="contact">
            <a href="/contact/">Contact Us</a>
          </li><li class="locations<?php if(strstr($_SERVER["REQUEST_URI"],"/locations/")) { echo " current"; }?>">
            <a href="/locations/"><img src="images/ico-header-desktop-locations.svg" alt="Locations" /></a>
          </li><li class="search">
            <button><img src="images/ico-header-desktop-search.svg" alt="Search" /></button>
          </li><li class="desktop-login">
            <button><img src="images/ico-header-desktop-login.svg" alt="Account Logins" /></button>
          </li>
        </ul>
      </div>
      <div class="nav-primary">
        <ul>
          <li class="personal<?php if(strstr($_SERVER["REQUEST_URI"],"/personal/")) { echo " current"; }?>">
            <span><a href="/personal/">Personal</a></span>
          </li><li class="business<?php if(strstr($_SERVER["REQUEST_URI"],"/business/")) { echo " current"; }?>">
            <span><a href="/business/">Business</a></span>
          </li><li class="lending<?php if(strstr($_SERVER["REQUEST_URI"],"/lending/")) { echo " current"; }?>">
            <span><a href="/lending/">Lending</a></span>
          </li><li class="insurance<?php if(strstr($_SERVER["REQUEST_URI"],"/insurance/")) { echo " current"; }?>">
            <span><a href="/insurance/">Insurance &amp; Investments</a></span>
          </li><li class="resources<?php if(strstr($_SERVER["REQUEST_URI"],"/resources/")) { echo " current"; }?>">
            <span><a href="/resources/">Resources</a></span>
          </li>
        </ul>
      </div>
    </div>
  </header>

**/
.header-desktop {
  display: none;
  position: relative;
}
.header-desktop .header-container ul {
  margin: 0;
  padding: 0;
}
.header-desktop .header-container li {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .header-desktop .nav-secondary:has(> .fdic-header-section) {
    height: 145px;
  }
  .header-desktop .fdic-header-section {
    border-bottom: 2px solid #e1e1e1;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .header-desktop .fdic-header {
    max-width: 1400px;
    margin: 0 auto;
  }
  .header-desktop .fdic-header img {
    width: 37%;
    min-width: 370px;
    position: relative;
    max-width: 520px;
    margin: 0 0 0 7.5%;
  }
}
.header-desktop .nav-secondary {
  height: 108px;
}
.header-desktop .nav-secondary .max-wrap {
  position: relative;
}
.header-desktop .nav-secondary ul {
  max-width: 1400px;
  margin: 0 auto;
  margin: 0 auto;
}
.header-desktop .nav-secondary li {
  vertical-align: top;
}
.header-desktop .nav-secondary a {
  font-size: 1.55rem;
  color: #005581;
  font-weight: 500;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
.header-desktop .nav-secondary a:hover {
  text-decoration: underline;
}
.header-desktop .nav-secondary li.current a {
  color: #55B659;
}
.header-desktop .nav-secondary .logo {
  width: 45%;
  text-align: left;
  padding: 2.25rem 0 0 0;
}
.header-desktop .nav-secondary .logo img {
  width: 100%;
  max-width: 290px;
  margin: 0 0 0 16%;
}
.header-desktop .nav-secondary .about {
  width: 9%;
  text-align: center;
  padding: 4rem 0 0 0;
}
.header-desktop .nav-secondary .careers {
  width: 6%;
  text-align: center;
  padding: 4rem 0 0 0;
}
.header-desktop .nav-secondary .rates {
  width: 6%;
  text-align: center;
  padding: 4rem 0 0 0;
}
.header-desktop .nav-secondary .contact {
  width: 8%;
  text-align: center;
  padding: 4rem 0 0 0;
}
.header-desktop .nav-secondary .locations {
  width: 5%;
  text-align: center;
  padding: 4rem 0 0 0;
}
.header-desktop .nav-secondary .locations a {
  display: inline-block;
  width: 24px;
  text-align: center;
}
.header-desktop .nav-secondary .locations img {
  width: 17px;
  vertical-align: bottom;
}
.header-desktop .nav-secondary .search {
  width: 6%;
  text-align: left;
  padding: 4rem 0 0 0;
}
.header-desktop .nav-secondary .search .desktop-search {
  margin: 0 0 0 1.5rem;
}
.header-desktop .nav-secondary .search img {
  width: 24px;
  vertical-align: bottom;
}
.header-desktop .nav-secondary .desktop-login {
  width: 15%;
  height: 108px;
}
.header-desktop .nav-secondary .desktop-login .desktop-login {
  padding: 1rem;
  border: none;
  width: 100%;
  height: 108px;
  font-family: lexia, sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
  background-color: #55B659;
  transition: background 0.5s ease-in-out;
}
.header-desktop .nav-secondary .desktop-login .desktop-login img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 130px;
  height: auto;
  position: absolute;
  left: calc(50% - 65px);
  top: calc(50% - 25px);
}
.header-desktop .nav-secondary .desktop-login .desktop-login:hover, .header-desktop .nav-secondary .desktop-login .desktop-login:focus, .header-desktop .nav-secondary .desktop-login .desktop-login.hovered {
  background: rgb(64.8888888889, 151.1111111111, 68.4444444444);
}
.header-desktop .nav-secondary .desktop-login .login-section {
  position: absolute;
  right: 0;
  width: 300px;
  z-index: 400;
  background-color: #55b659;
  top: 100%;
  height: auto;
  display: none;
}
.header-desktop .nav-secondary .desktop-login .login-section .top-login-content {
  color: #ffffff;
  width: 80%;
  margin: 3rem auto 0;
}
.header-desktop .nav-secondary .desktop-login .login-section .top-login-content .login-title {
  font-size: 1.4rem;
  font-family: lexia, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.header-desktop .nav-secondary .desktop-login .login-section .top-login-content span {
  font-weight: 600;
}
.header-desktop .nav-secondary .desktop-login .login-section .top-login-content #username {
  margin-top: 10px;
}
.header-desktop .nav-secondary .desktop-login .login-section .bottom-login-content {
  width: 80%;
  margin: 0 auto;
}
.header-desktop .nav-secondary .desktop-login .login-section .bottom-login-content .noshow {
  display: none;
}
.header-desktop .nav-secondary .desktop-login .login-section .bottom-login-content #signin {
  display: inherit;
  border: none;
  background-color: inherit;
  text-decoration: none;
  color: #ffffff;
  font-family: lexia, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.header-desktop .nav-secondary .desktop-login .login-section .bottom-login-content .final-login-content #forgotpassword {
  display: inline-block;
  margin: 0 12px 0 0;
}
.header-desktop .nav-secondary .desktop-login .login-section .bottom-login-content .final-login-content #forgotpassword:after {
  content: "|";
  position: relative;
  left: 8%;
  color: #ffffff;
}
.header-desktop .nav-secondary .desktop-login .login-section .bottom-login-content .final-login-content #forgotpassword a {
  color: #ffffff;
}
.header-desktop .nav-secondary .desktop-login .login-section .bottom-login-content .final-login-content #enrollment {
  display: inline-block;
  margin: 0 0 0 5px;
}
.header-desktop .nav-secondary .desktop-login .login-section .bottom-login-content .final-login-content #enrollment a {
  color: #ffffff;
}
.header-desktop .nav-secondary .desktop-login .login-section .bottom-login-content .final-login-content #forgotusername {
  display: inline-block;
  margin: 0;
}
.header-desktop .nav-secondary .desktop-login .login-section .bottom-login-content .final-login-content #forgotusername a {
  color: #ffffff;
}
.header-desktop .nav-secondary .desktop-login:focus-within .login-section {
  display: block;
  outline: none;
}
.header-desktop .nav-primary {
  height: 66px;
  background-color: #005581;
}
.header-desktop .nav-primary ul {
  max-width: 1400px;
  margin: 0 auto;
  margin: 0 auto;
  text-align: center;
}
.header-desktop .nav-primary li {
  text-align: center;
  padding: 0 2.5rem;
}
.header-desktop .nav-primary a {
  font-size: 1.6rem;
  color: #fff;
  padding: 2.2rem 0;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
.header-desktop .nav-primary a:after {
  content: "";
  background: #005581;
  left: 0;
  top: 79%;
  width: 100%;
  height: 3px;
  position: absolute;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.header-desktop .nav-primary a:hover:after, .header-desktop .nav-primary a:focus:after {
  background: #ebf5e7;
  top: 100%;
}
.header-desktop .nav-primary span {
  position: relative;
}
.header-desktop .nav-primary .current a:after {
  content: "";
  background: #55B659;
  left: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  position: absolute;
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  .header-desktop {
    display: block;
  }
}

.header-search {
  display: none;
  position: absolute;
  background: #fff;
  padding-top: 33px;
  top: 0;
  right: 15%;
  width: 41%;
  height: 100px;
}
.header-search .search-box {
  display: inline-block;
  width: 400px;
}
.header-search .search-box .search-inp {
  font-size: 1.5rem;
  font-weight: 700;
  color: #BBBDC0;
  color: #005581;
  border: none;
  border-left: solid 3px #55B659;
  height: 40px;
  padding-left: 15px;
  width: calc(100% - 120px);
  border-radius: 0;
  box-shadow: none;
}
.header-search .search-box .search-inp::-webkit-input-placeholder {
  font-size: 1.5rem;
  font-weight: 700;
  color: #BBBDC0;
}

.header-search .search-box .search-inp:-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 700;
  color: #BBBDC0;
}

.header-search .search-box .search-inp::-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 700;
  color: #BBBDC0;
}

.header-search .search-box .search-inp:-ms-input-placeholder {
  font-size: 1.5rem;
  font-weight: 700;
  color: #BBBDC0;
}

.header-search .search-close {
  color: #005581;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: lexia, sans-serif;
  position: absolute;
  right: 25px;
  top: 35px;
}
.header-search .search-close img {
  display: inline-block;
  width: 40px;
  position: relative;
  top: -2px;
}

.breadcrumb {
  display: none;
}
@media screen and (min-width: 900px) {
  .breadcrumb {
    text-align: center;
    display: block;
    margin: 0 auto 0.5rem;
  }
  .breadcrumb a, .breadcrumb span {
    color: #fff;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  .breadcrumb a:after {
    content: "/";
    display: inline-block;
    margin: 0 0.5rem;
    font-weight: bold;
  }
  .breadcrumb a:hover, .breadcrumb a:focus {
    text-decoration: underline;
  }
}

.browserupgrade {
  background: #EFEDED;
  padding: 1em;
}

@media screen and (min-width: 900px) {
  .mobile-visible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .mobile-visible.focusable:active, .mobile-visible.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}

.dropdown {
  position: relative;
  max-width: 450px;
  margin: 0 auto 2em;
}
.dropdown .header {
  background: rgba(255, 255, 255, 0.85);
  padding: 0.5em 3em 0.5em 1em;
  height: 48px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  font-size: 2.2rem;
  color: #005581;
}
.dropdown .header:after {
  content: "";
  width: 41px;
  height: 25px;
  background: url(../ico-down-arrow.html) no-repeat center;
  background-size: contain;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
}
.dropdown .options {
  display: none;
  z-index: 90;
  background: white;
  position: absolute;
  width: 100%;
  padding: 1em;
  top: 48px;
  left: 0;
}
.dropdown .options ul,
.dropdown .options li {
  padding: 0;
  margin: 0;
}
.dropdown .options a {
  display: block;
  padding: 0.5em;
  color: #005581;
}

/* Mobile Insurance and Invetsments Header */
.header-insurance-investments-mobile {
  margin: 0 auto;
  display: block;
  position: relative;
  height: 68px;
}
@media screen and (min-width: 900px) {
  .header-insurance-investments-mobile {
    display: none;
  }
}
.header-insurance-investments-mobile .header-container {
  margin: 0;
  padding: 0 26px;
  list-style: none;
  display: flex;
  align-items: center;
  height: 68px;
}
.header-insurance-investments-mobile .mobile-logo {
  margin: 0 1em 0 0;
  text-align: left;
  flex-basis: calc(100% - 1em - 35px);
}
.header-insurance-investments-mobile .mobile-logo img {
  width: 100%;
  max-width: 225px;
  height: auto;
}
.header-insurance-investments-mobile .mobile-logo a {
  display: inline-block;
}
.header-insurance-investments-mobile .mobile-menu {
  margin: 0;
  text-align: right;
  flex-basis: 35px;
}
.header-insurance-investments-mobile .mobile-menu button {
  width: 35px;
  height: 48px;
}
.header-insurance-investments-mobile .mobile-menu img {
  width: 35px;
  height: 48px;
}
.header-insurance-investments-mobile .mobile-menu-area {
  margin: 0 auto;
  background: #005581;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  display: none;
}
.header-insurance-investments-mobile .mobile-menu-area .header-container {
  margin: 0;
  padding: 0 26px;
  list-style: none;
  display: flex;
  align-items: center;
  height: 68px;
}
.header-insurance-investments-mobile .mobile-menu-area .mobile-logo {
  margin: 0 1em 0 0;
  text-align: left;
  flex-basis: calc(100% - 1em - 35px);
}
.header-insurance-investments-mobile .mobile-menu-area .mobile-logo img {
  width: 100%;
  max-width: 225px;
  height: auto;
}
.header-insurance-investments-mobile .mobile-menu-area .mobile-logo a {
  display: inline-block;
}
.header-insurance-investments-mobile .mobile-menu-area .mobile-menu {
  margin: 0;
  text-align: right;
  flex-basis: 35px;
}
.header-insurance-investments-mobile .mobile-menu-area .mobile-menu button {
  width: 35px;
  height: 48px;
}
.header-insurance-investments-mobile .mobile-menu-area .mobile-menu img {
  width: 35px;
  height: 48px;
}
.header-insurance-investments-mobile .mobile-menu-area nav {
  padding: 1em 2em 3em;
}
.header-insurance-investments-mobile .mobile-menu-area nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-insurance-investments-mobile .mobile-menu-area nav li {
  margin: 0 0 1em 0;
  display: block;
}
.header-insurance-investments-mobile .mobile-menu-area nav a {
  font-size: 2.1rem;
  color: #fff;
}
.header-insurance-investments-mobile .mobile-menu-area nav a:after {
  content: "›";
  display: inline-block;
  color: #55B659;
  font-size: 2em;
  position: relative;
  top: 3px;
  left: 8px;
  font-weight: normal;
  line-height: 0.1;
  transition: all 0.3s ease-in;
}
.header-insurance-investments-mobile .mobile-menu-area nav a:hover, .header-insurance-investments-mobile .mobile-menu-area nav a:focus, .header-insurance-investments-mobile .mobile-menu-area nav a.hovered {
  text-decoration: underline;
}

/* Desktop Insurance and Invetsments Header */
.header-insurance-investments-desktop {
  margin: 0;
  padding: 0 26px;
  display: none;
  position: relative;
  height: 108px;
}
@media screen and (min-width: 900px) {
  .header-insurance-investments-desktop {
    display: flex;
    align-items: center;
  }
}
.header-insurance-investments-desktop .nav-logo {
  margin: 0 1.5em 0 0;
  text-align: left;
  flex-basis: 20%;
}
.header-insurance-investments-desktop .nav-logo a {
  display: inline-block;
}
.header-insurance-investments-desktop nav.menu_nav {
  margin: 0;
  text-align: right;
  flex-basis: 80%;
}
.header-insurance-investments-desktop nav.menu_nav ul {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  max-width: 800px;
}
.header-insurance-investments-desktop nav.menu_nav li {
  margin: 0 1em 0 0;
  text-align: center;
  font-size: 1.4rem;
}
.header-insurance-investments-desktop nav.menu_nav li:last-child {
  margin: 0;
}
.header-insurance-investments-desktop nav.menu_nav a {
  color: #005581;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.header-insurance-investments-desktop nav.menu_nav a:hover, .header-insurance-investments-desktop nav.menu_nav a:focus, .header-insurance-investments-desktop nav.menu_nav a.hovered {
  text-decoration: underline;
}

/* Insurance and Invetsments Footer */
.footer-insurance-investments .footer-top {
  margin: 0 auto;
  padding: 4rem 3rem;
}
@media screen and (min-width: 900px) {
  .footer-insurance-investments .footer-top {
    padding: 4.5rem 5.5rem;
  }
}
.footer-insurance-investments .footer-social {
  margin: 0 auto;
}
.footer-insurance-investments .footer-social h2 {
  margin: 0 auto 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005581;
  text-align: center;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
@media screen and (min-width: 900px) {
  .footer-insurance-investments .footer-social h2 {
    text-align: left;
  }
}
.footer-insurance-investments .footer-social ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer-insurance-investments .footer-social ul {
    text-align: left;
  }
}
.footer-insurance-investments .footer-social li {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
.footer-insurance-investments .footer-social li:last-child {
  margin: 0;
}
.footer-insurance-investments .footer-social img {
  vertical-align: bottom;
}
.footer-insurance-investments .footer-social .facebook img {
  width: 11px;
}
.footer-insurance-investments .footer-social .twitter img {
  width: 18px;
}
.footer-insurance-investments .footer-social .instagram img {
  width: 18px;
}
.footer-insurance-investments .footer-social .linkedin img {
  width: 19px;
}
.footer-insurance-investments .footer-social .youtube img {
  width: 20px;
}
.footer-insurance-investments .footer-social a img {
  transition: all 0.2s ease-in-out;
}
.footer-insurance-investments .footer-social a:hover img, .footer-insurance-investments .footer-social a:focus img {
  transform: scale(1.3);
}
.footer-insurance-investments .footer-bottom {
  background-color: #005581;
  border-top: 16px #00b5ea solid;
}
.footer-insurance-investments .footer-bottom-container {
  margin: 0 auto;
  color: #fff;
  padding: 4.25rem 3rem;
}
@media screen and (min-width: 900px) {
  .footer-insurance-investments .footer-bottom-container {
    padding: 4rem 5.5rem 8rem;
    display: flex;
    align-items: flex-start;
  }
}
.footer-insurance-investments .footer-return {
  margin: 0 auto;
  text-align: center;
}
.footer-insurance-investments .footer-return p {
  margin: 0 0 1em;
}
.footer-insurance-investments .footer-return a:hover, .footer-insurance-investments .footer-return a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .footer-insurance-investments .footer-return {
    text-align: left;
    flex-basis: 50%;
  }
}
.footer-insurance-investments .footer-copyright {
  margin: 0 auto;
  text-align: center;
}
.footer-insurance-investments .footer-copyright p {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
@media screen and (min-width: 900px) {
  .footer-insurance-investments .footer-copyright {
    text-align: right;
    flex-basis: 50%;
  }
}

/*************/
/** ADA CSS **/
/*************/
/** ADA Bar **/
#mod-ada-bar {
  position: fixed;
  top: 0;
  right: -250px;
  height: 100%;
  background-color: #333;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  width: 250px;
  max-width: 250px;
  z-index: 2147483646;
  overflow: auto;
  /* Slide Effect Transition */
  transform: translate(0px);
  transition: all 0.4s ease-in-out;
}

#mod-ada-bar.active {
  right: 0px;
  /* Slide Effect Transition */
  transform: translate(0px);
  transition: all 0.4s ease-in-out;
}

#mod-ada-bar > * {
  color: #fff;
}

#mod-ada-bar > .mod-ada-bar-inner {
  display: none;
  position: relative;
}

#mod-ada-bar.active > .mod-ada-bar-inner {
  display: block;
}

ul.ada-ul {
  margin: 0 auto;
  padding: 0;
}

#mod-ada-bar li {
  margin: 0 auto 10px;
  padding: 0;
}

#mod-ada-bar li.ada-close {
  margin: 15px 0;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

#mod-ada-bar li.ada-close {
  margin: 15px 0;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

#mod-ada-bar li button {
  display: block;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 5px 25px 5px 60px;
  width: 100%;
}
#mod-ada-bar li button.active {
  background-color: #0d0c0c;
}

#mod-ada-bar li button:hover, #mod-ada-bar li button:focus {
  text-decoration: underline;
}

#mod-ada-bar li a {
  display: block;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 5px 25px 5px 60px;
}

#mod-ada-bar li a:hover, #mod-ada-bar li a:focus {
  text-decoration: underline;
}

#mod-ada-bar li .ada-left {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  width: 40px;
}

/* Item Icons */
#mod-ada-bar li.ada-skip-link button {
  background: url("../ico-ada-skiplink.html") 25px 8px no-repeat;
  background-size: 25px;
}
#mod-ada-bar li.ada-skip-link button.active {
  background-color: #0d0c0c;
}

#mod-ada-bar li.ada-contrast button {
  background: url("../svg/ico-ada-contrast.svg") 18px 8px no-repeat;
  background-size: 32px;
}
#mod-ada-bar li.ada-contrast button.active {
  background-color: #0d0c0c;
}

#mod-ada-bar li.ada-textsize button {
  background: url("../svg/ico-ada-text.svg") 18px 8px no-repeat;
  background-size: 32px;
}
#mod-ada-bar li.ada-textsize button.active {
  background-color: #0d0c0c;
}

#mod-ada-bar li.ada-sitemap a {
  background: url("../svg/ico-ada-sitemap.svg") 18px 8px no-repeat;
  background-size: 32px;
}

#mod-ada-bar li.ada-statement a {
  background: url("../svg/ico-ada-statement.svg") 18px 8px no-repeat;
  background-size: 32px;
}

#mod-ada-bar li.ada-close button {
  background: url("../svg/ico-ada-close.svg") 25px 50% no-repeat;
  background-size: 25px;
  padding: 10px 25px 10px 60px;
}

#mod-ada-bar li .ada-item-title {
  /* 16pt */
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#mod-ada-bar li .ada-item-keyboard-command {
  /* 13pt */
  font-size: 13px;
  font-weight: normal;
}

.ada-complex-container {
  padding: 10px 25px;
  text-align: left;
}

.ada-complex-container > * {
  color: #fff;
}

.ada-complex-container h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 8px;
  text-transform: uppercase;
}

.ada-complex-container p {
  font-size: 14px;
  margin: 0 auto 8px;
}

.ada-complex-container a {
  font-size: 14px;
  color: #fff !important;
  font-weight: normal;
}

.ada-complex-container a:hover, .ada-complex-container a:focus {
  text-decoration: underline;
}

/** ADA Skip Link **/
.ada-skiplink {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  color: #000;
  background-color: #fff;
  font-weight: bold;
}

.ada-skiplink:focus {
  top: 20px;
  left: 20px;
  overflow: visible;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  padding: 1.25rem;
  border: 2px #000 solid;
  opacity: 1;
  z-index: 10000;
}

/** ADA Ribbon **/
#mod-ada-ribbon {
  position: fixed;
  top: 80%;
  right: 0;
  cursor: pointer;
  z-index: 998;
  transition: all 0.3s ease-in-out;
}

#mod-ada-ribbon button {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: left;
  height: 60px;
  padding: 5px 0px 5px 75px;
  width: 65px;
  cursor: pointer;
  background: url("../svg/ico-ada-person.svg") #000 5px 50% no-repeat;
  /* Border Radius to match icon */
  border-radius: 50px 0 0 50px;
  /* Slide Transition Effect */
  transition: all 0.3s ease-in-out;
}

#mod-ada-ribbon button:hover, #mod-ada-ribbon button:focus, #mod-ada-ribbon button.active {
  text-decoration: underline;
  /* Slide Transition Effect */
  width: 210px;
  padding: 5px 5px 5px 75px;
  transition: all 0.3s ease-in-out;
}

.alert .alert-content {
  margin: 0 auto;
  padding: 3rem;
  max-width: 1200px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.alert .alert-content .content p {
  margin: 0 auto 1.5rem;
}
.alert .alert-content .content a {
  text-decoration: underline;
}
.alert .alert-content .content a:hover, .alert .alert-content .content a:focus {
  text-decoration: underline;
}
.alert .alert-content .actions {
  text-align: left;
}
.alert.ab-info {
  background: #e1ecf2;
  color: #005581;
}
.alert.ab-info .content a {
  color: #005581;
}
.alert.ab-notice {
  background: #008fcc;
  color: #fff;
}
.alert.ab-notice .content a {
  color: #fff;
}
.alert.ab-alert {
  background: #ff0000;
  color: #fff;
}
.alert.ab-alert .content a {
  color: #fff;
}

/**

  <div class="mod-feature" style="background: url({{tag name="t579183" label="Background" type="media"}}) no-repeat center center / cover;">
    <div class="copy-container">
      <h2 class="title">{{tag name="Feature-title" label="Feature Title" type="textbox"}}</h2>
      <p class="copy">{{tag name="Feature-subtitle" label="Feature Subtitle" type="textbox"}}</p>
    </div>
    <div class="dropdown-container">
      <div class="dropdown-intro">
        <p>I want to</p>
      </div><div class="options-container">
        <ul class="dropdown-options">
          <tag>Options<ts>Options<ts>plooper</tag>
        </ul>
        <button class="dropdown-element"><span class="visuallyhidden">Pressing enter will expand this item for more options</span></button>
      </div>
    <div class="dropdown-overlay"></div>
    </div>
    <div class="feature-overlay" style="opacity: {{tag name="t519708" label="Overlay Opacity" type="textbox-range" default="range"}};"></div>
  </div>

**/
.mod-feature {
  padding: 14vw 0 26vw;
  position: relative;
  z-index: 300;
}
.mod-feature .copy-container {
  margin: 0 auto;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 300;
}
.mod-feature .copy-container .title {
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 3.6rem;
  font-family: lexia, sans-serif;
  padding: 0 2rem;
  text-shadow: 2px 2px 3px #444;
}
.mod-feature .copy-container .copy {
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-shadow: 2px 2px 3px #444;
}
.mod-feature .dropdown-container {
  margin: 0 auto;
  position: absolute;
  max-width: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  padding: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .mod-feature .dropdown-container {
    height: 72px;
  }
}
.mod-feature .dropdown-container .dropdown-wrapper {
  position: relative;
  z-index: 300;
  max-width: 486px;
  margin: 0 auto;
}
.mod-feature .dropdown-container .dropdown-intro {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 0.9rem 0;
}
.mod-feature .dropdown-container .dropdown-intro:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #55B659;
}
.mod-feature .dropdown-container .dropdown-intro p {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .mod-feature .dropdown-container .dropdown-intro {
    font-size: 1.718rem;
    width: 120px;
    padding: 1.5rem 0;
  }
}
.mod-feature .dropdown-container .options-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 75px);
  padding-left: 1em;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .mod-feature .dropdown-container .options-container {
    width: calc(100% - 120px);
    padding-left: 0;
  }
}
.mod-feature .dropdown-container .options-container.js-open li {
  display: block;
}
.mod-feature .dropdown-container .options-container.js-open .dropdown-element {
  transform: rotateZ(180deg);
}
.mod-feature .dropdown-container .options-container > a {
  color: #005581;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  padding: 0.8rem 0;
  display: block;
  width: calc(100% - 46px);
}
@media screen and (min-width: 900px) {
  .mod-feature .dropdown-container .options-container > a {
    font-size: 2.233rem;
    padding: 1.15rem 0 0 1.5rem;
    width: calc(100% - 64px);
  }
}
.mod-feature .dropdown-container .dropdown-options {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 51px;
  text-align: left;
  left: 0;
  display: none;
  background: rgba(229, 230, 231, 0.85);
}
@media screen and (min-width: 900px) {
  .mod-feature .dropdown-container .dropdown-options {
    top: 72px;
  }
}
@media screen and (max-width: 900px) {
  .mod-feature .dropdown-container .dropdown-options {
    background: rgba(229, 230, 231, 0.95);
  }
}
.js-open.mod-feature .dropdown-container .dropdown-options {
  display: block;
}

.mod-feature .dropdown-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 46px);
  padding: 0 0 0 10rem;
}
@media screen and (min-width: 900px) {
  .mod-feature .dropdown-container ul {
    padding: 0 0 0 14.5rem;
    width: calc(100% - 64px);
  }
}
.mod-feature .dropdown-container li {
  text-align: left;
  padding: 0.8rem 0;
}
@media screen and (min-width: 900px) {
  .mod-feature .dropdown-container li {
    padding: 1.15rem 0;
  }
}
.mod-feature .dropdown-container a {
  color: #005581;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .mod-feature .dropdown-container a {
    font-size: 2.233rem;
  }
}
.mod-feature .dropdown-container button {
  background-color: #55B659;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  position: absolute;
  right: 0;
  top: 0px;
  margin: 0 0 0 10px;
}
.js-open.mod-feature .dropdown-container button {
  transform: rotateZ(180deg);
}

.mod-feature .dropdown-container button:before {
  content: "";
  position: absolute;
  top: 32%;
  left: 33%;
  width: 5px;
  height: 40%;
  background-color: #fff;
  border-radius: 10px;
  transform: rotate(-50deg);
}
.mod-feature .dropdown-container button:after {
  content: "";
  position: absolute;
  top: 32%;
  right: 33%;
  width: 5px;
  height: 40%;
  background-color: #fff;
  border-radius: 10px;
  transform: rotate(50deg);
}
@media screen and (min-width: 900px) {
  .mod-feature .dropdown-container button {
    width: 54px;
    height: 54px;
  }
}
@media screen and (min-width: 900px) {
  .mod-feature .dropdown-container {
    position: relative;
    padding: 1rem;
    max-width: 486px;
  }
}
.mod-feature .feature-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #495254;
  z-index: 100;
}
.mod-feature .dropdown-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 230, 231, 0.85);
  z-index: 200;
}
@media screen and (max-width: 900px) {
  .mod-feature .dropdown-overlay {
    background-color: rgba(229, 230, 231, 0.95);
  }
}
@media screen and (min-width: 900px) {
  .mod-feature {
    padding: 16vw 1rem;
  }
  .mod-feature .copy-container .title {
    margin: 0 auto 1.5rem;
    font-size: 7.1rem;
  }
  .mod-feature .copy-container .copy {
    margin: 0 auto 4rem;
    font-size: 1.8rem;
  }
}

/**

  Accordion

	<div class="accordion-container">
    <button class="accordion-button js-accordion-button">{{tag name="t833531" label="Features Section Title" type="textbox"}}</button>
    <div class="content js-accordion-content">
      {{tag name="t334886" label="Features Section Content" type="body"}}
    </div>
  </div>

**/
.accordion-container .accordion-button {
  margin: 0 auto 1.25rem;
  font-size: 1.8rem;
  font-family: lexia, sans-serif;
  color: #005581;
  font-weight: bold;
  padding: 0 0 0 2.75rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .accordion-container .accordion-button {
    font-size: 2rem;
  }
}
.accordion-container .accordion-button:before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 16px;
  height: 4px;
  background-color: #55B659;
  border-radius: 10px;
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 900px) {
  .accordion-container .accordion-button:before {
    top: 1.2rem;
  }
}
.accordion-container .accordion-button:after {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 16px;
  height: 4px;
  background-color: #55B659;
  border-radius: 10px;
  transform: rotate(90deg);
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 900px) {
  .accordion-container .accordion-button:after {
    top: 1.2rem;
  }
}
.accordion-container .accordion-content {
  padding: 0 0 3rem;
  font-size: 1.4rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #40403f;
}
.accordion-container .accordion-content ul {
  margin: 0 auto 4rem;
  padding: 0 0 0 1rem;
}
.accordion-container .accordion-content li {
  margin: 1.25rem;
}
.accordion-container .accordion-content a {
  color: #55B659;
  text-decoration: none;
}
.accordion-container .accordion-content a:focus, .accordion-container .accordion-content a:hover {
  text-decoration: underline;
}
.accordion-container .accordion-content a.btn, .accordion-container .accordion-content a.cta-btn, .accordion-container .accordion-content a.ghost-btn {
  color: #fff;
}
.accordion-container .accordion-content a.btn:focus, .accordion-container .accordion-content a.cta-btn:focus, .accordion-container .accordion-content a.ghost-btn:focus, .accordion-container .accordion-content a.btn:hover, .accordion-container .accordion-content a.cta-btn:hover, .accordion-container .accordion-content a.ghost-btn:hover {
  text-decoration: none;
}
.accordion-container .accordion-content h3 {
  color: #005581;
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .accordion-container .accordion-content h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 900px) {
  .accordion-container .accordion-content {
    font-size: 1.8rem;
  }
}
.accordion-container.active .accordion-button:before {
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}
.accordion-container.active .accordion-button:after {
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}

/**

  Category Page Header

  <div class="cat-header" style="background: url({{tag name="t579183" label="Background" type="media-url"}}) no-repeat center center / cover;">
    <div class="container">
      ::breadcrumb::
      <h2 class="title">::page_name::</h2>
    </div>
    <div class="header-overlay" style="opacity: {{tag name="t519708" label="Overlay Opacity" type="textbox-range" default="range"}};"></div>
  </div>

**/
.cat-header {
  position: relative;
}
.cat-header .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14vw 1rem;
  z-index: 200;
  position: relative;
  color: #fff;
}
.cat-header .container .title {
  font-size: 3.6rem;
  font-family: lexia, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  text-shadow: 2px 2px 3px #444;
}
@media screen and (min-width: 900px) {
  .cat-header .container .title {
    font-size: 4.8rem;
  }
}
.cat-header .header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #495254;
  z-index: 100;
}
.cat-header.content-margin {
  margin: 0 auto 3rem;
}

/**

  Product Page Header

  <div class="cat-header" style="background: url({{tag name="t579183" label="Background" type="media-url"}}) no-repeat center center / cover;">
    <div class="container">
      ::breadcrumb::
      <h2 class="title">::page_name::</h2>
    </div>
    <div class="header-overlay" style="opacity: {{tag name="t519708" label="Overlay Opacity" type="textbox-range" default="range"}};"></div>
  </div>

**/
.prod-header {
  position: relative;
}
.prod-header .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 7vw 1rem;
  z-index: 200;
  position: relative;
  color: #fff;
}
.prod-header .container .title {
  font-size: 3.6rem;
  font-family: lexia, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  text-shadow: 2px 2px 3px #444;
}
@media screen and (min-width: 900px) {
  .prod-header .container .title {
    font-size: 4.8rem;
  }
}
.prod-header .header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #495254;
  z-index: 100;
}
.prod-header.content-margin {
  margin: 0 auto 3rem;
}

.page-header-simple {
  position: relative;
}
.page-header-simple .breadcrumb a, .page-header-simple .breadcrumb span {
  color: #005581;
}
.page-header-simple .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 1rem 70px;
  z-index: 200;
  position: relative;
  color: #005581;
}
.page-header-simple .container .title {
  font-size: 3.6rem;
  font-family: lexia, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .page-header-simple .container .title {
    font-size: 4.8rem;
  }
}
.page-header-simple.content-margin {
  margin: 0 auto 3rem;
}

/* Insurance & Investments Header */
.ins-inv-header {
  position: relative;
}
.ins-inv-header .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14vw 1rem;
  z-index: 200;
  position: relative;
  color: #fff;
}
.ins-inv-header .container .title {
  margin: 0 auto;
  font-size: 3.6rem;
  font-family: lexia, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  text-shadow: 2px 2px 3px #444;
}
@media screen and (min-width: 900px) {
  .ins-inv-header .container .title {
    font-size: 4.8rem;
  }
}
.ins-inv-header .container .subtitle {
  margin: 0 auto;
  font-size: 3rem;
  font-family: lexia, sans-serif;
  font-weight: regular;
  text-align: center;
  margin: 0 auto;
  text-shadow: 2px 2px 3px #444;
}
@media screen and (min-width: 900px) {
  .ins-inv-header .container .subtitle {
    font-size: 4.2rem;
  }
}
.ins-inv-header .container .subtitle:empty {
  display: none;
}
.ins-inv-header .header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #495254;
  z-index: 100;
}
.ins-inv-header.content-margin {
  margin: 0 auto 3rem;
}

/**

  Internal Nav Bar

  <section role="region" class="block-jumplinks">
    <div class="jumplink-container-mobile">
      <button class="title js-accordion-button" aria-expanded="false" aria-controls="ac_3920121849767" id="ach_3920121849767">Personal Products</button>
      <div class="js-accordion-content" id="ac_3920121849767" aria-labeledby="ach_3920121849767" role="region" style="display: none;">
        <nav class="menu_nav cm_Main_Menu" aria-label="Navigation Nav">
          <ul>
            <li class="item_spot_2 ">
              <a href="/personal/checking/">Checking</a>
            </li>
          </ul>
        </nav>
      </div>
    </div>
    <div class="jumplink-container-desktop">
      <nav class="menu_nav cm_Main_Menu" aria-label="Navigation Nav">
        <ul>
          <li class="item_spot_2 ">
            <a href="/personal/checking/">Checking</a>
          </li>
        </ul>
      </nav>
    </div>
  </section>

**/
.block-jump-nav {
  text-align: center;
  font-size: 1.6rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: bold;
}
.block-jump-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-jump-nav a {
  color: #005581;
  text-decoration: none;
  font-weight: bold;
}
.block-jump-nav a:hover {
  text-decoration: underline;
}
.block-jump-nav .container-mobile p {
  margin: 0;
  padding: 0;
}
.block-jump-nav .container-mobile .title {
  background-color: none;
  border: 0;
  color: #005581;
  padding: 1.5rem 4rem 1.5rem 0;
  position: relative;
}
.block-jump-nav .container-mobile .title:before {
  content: "";
  position: absolute;
  top: 1.9rem;
  right: 1.7rem;
  width: 4px;
  height: 12px;
  background-color: #55B659;
  border-radius: 10px;
  transform: rotate(-50deg);
  transition: all 0.4s ease-in-out;
}
.block-jump-nav .container-mobile .title:after {
  content: "";
  position: absolute;
  top: 1.9rem;
  right: 1rem;
  width: 4px;
  height: 12px;
  background-color: #55B659;
  border-radius: 10px;
  transform: rotate(50deg);
  transition: all 0.4s ease-in-out;
}
.block-jump-nav .container-mobile .accordion-container.active .title:before {
  transform: rotate(-130deg);
  transition: all 0.4s ease-in-out;
}
.block-jump-nav .container-mobile .accordion-container.active .title:after {
  transform: rotate(130deg);
  transition: all 0.4s ease-in-out;
}
.block-jump-nav .container-mobile ul {
  border-top: 4px #55B659 solid;
}
.block-jump-nav .container-mobile li {
  display: block;
  padding: 1.5rem 0;
  margin-bottom: 1px #bbbdbf solid;
}
@media screen and (min-width: 900px) {
  .block-jump-nav .container-mobile {
    display: none;
  }
}
.block-jump-nav .container-desktop {
  display: none;
  padding: 1.5rem 0 0.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.block-jump-nav .container-desktop li {
  display: inline-block;
  margin: 0 3rem 1rem;
}
.block-jump-nav .container-desktop li:last-child {
  margin: 0 0 1rem;
}
@media screen and (min-width: 900px) {
  .block-jump-nav .container-desktop {
    display: block;
  }
}

/** Base styles */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  z-index: 5;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../owl.video.play.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/** Custom Styles */
.owl-carousel .owl-nav {
  position: relative;
  text-align: center;
  z-index: 100;
}
.owl-carousel .owl-nav .owl-prev {
  height: 26px;
  width: 26px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 5.5rem 0 0;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 60%;
  background-color: #548daa;
  transform: rotate(45deg);
}
.owl-carousel .owl-nav .owl-prev:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 60%;
  background-color: #548daa;
  transform: rotate(-45deg);
}
.owl-carousel .owl-nav .owl-prev.disabled:before, .owl-carousel .owl-nav .owl-prev.disabled:after {
  background-color: #bbd1de;
}
.owl-carousel .owl-nav .owl-next {
  height: 26px;
  width: 26px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 0 0 5.5rem;
}
.owl-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 60%;
  background-color: #548daa;
  transform: rotate(-45deg);
}
.owl-carousel .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 60%;
  background-color: #548daa;
  transform: rotate(45deg);
}
.owl-carousel .owl-nav .owl-next.disabled:before, .owl-carousel .owl-nav .owl-next.disabled:after {
  background-color: #bbd1de;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin: 1em;
  display: inline;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  padding: 5px 0 0 0;
}
.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0 0.5rem;
  background: #ffffff;
  border: 2px #548daa solid;
  cursor: pointer;
  z-index: 200;
  position: relative;
  vertical-align: top;
  border-radius: 100%;
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #548daa;
}

/*** FOOTER ***/
a:focus,
button:focus,
input:focus,
select:focus {
  outline: 1px dotted #3a87ad;
}

footer.footer-standard .footer-top,
footer.lp-footer .footer-top {
  margin: 0 auto;
  padding: 5rem 0 0 0;
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-top,
  footer.lp-footer .footer-top {
    min-height: 178px;
    max-width: 1300px;
    padding: 0 1em;
  }
}
footer.footer-standard .footer-social,
footer.lp-footer .footer-social {
  margin: 0 auto 8.5rem;
}
footer.footer-standard .footer-social h2,
footer.lp-footer .footer-social h2 {
  margin: 0 auto 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005581;
  text-align: center;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-social h2,
  footer.lp-footer .footer-social h2 {
    text-align: left;
  }
}
footer.footer-standard .footer-social ul,
footer.lp-footer .footer-social ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-social ul,
  footer.lp-footer .footer-social ul {
    text-align: left;
  }
}
footer.footer-standard .footer-social li,
footer.lp-footer .footer-social li {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
footer.footer-standard .footer-social li:last-child,
footer.lp-footer .footer-social li:last-child {
  margin: 0;
}
footer.footer-standard .footer-social img,
footer.lp-footer .footer-social img {
  vertical-align: bottom;
}
footer.footer-standard .footer-social .facebook img,
footer.lp-footer .footer-social .facebook img {
  width: 11px;
}
footer.footer-standard .footer-social .twitter img,
footer.lp-footer .footer-social .twitter img {
  width: 18px;
}
footer.footer-standard .footer-social .instagram img,
footer.lp-footer .footer-social .instagram img {
  width: 18px;
}
footer.footer-standard .footer-social .linkedin img,
footer.lp-footer .footer-social .linkedin img {
  width: 19px;
}
footer.footer-standard .footer-social .youtube img,
footer.lp-footer .footer-social .youtube img {
  width: 20px;
}
footer.footer-standard .footer-social a img,
footer.lp-footer .footer-social a img {
  transition: all 0.2s ease-in-out;
}
footer.footer-standard .footer-social a:hover img,
footer.footer-standard .footer-social a:focus img,
footer.lp-footer .footer-social a:hover img,
footer.lp-footer .footer-social a:focus img {
  transform: scale(1.3);
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-social,
  footer.lp-footer .footer-social {
    margin: 0 auto;
    padding: 5.5rem 0 0 0;
    display: inline-block;
    width: 33%;
  }
}
footer.footer-standard .footer-logo,
footer.lp-footer .footer-logo {
  margin: 0 auto 7rem;
  text-align: center;
}
footer.footer-standard .footer-logo img,
footer.lp-footer .footer-logo img {
  width: 100%;
  max-width: 294px;
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-logo,
  footer.lp-footer .footer-logo {
    margin: 0 auto;
    padding: 6.5rem 0 0 0;
    display: inline-block;
    width: 34%;
  }
}
footer.footer-standard .footer-apps,
footer.lp-footer .footer-apps {
  margin: 0 auto 4.5rem;
  padding: 0 5.5rem;
  text-align: center;
}
footer.footer-standard .footer-apps h2,
footer.lp-footer .footer-apps h2 {
  margin: 0 auto 4rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005581;
  text-align: center;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-apps h2,
  footer.lp-footer .footer-apps h2 {
    margin: 0 0 1.5rem 1rem;
    text-align: left;
  }
}
footer.footer-standard .footer-apps ul,
footer.lp-footer .footer-apps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footer-standard .footer-apps li,
footer.lp-footer .footer-apps li {
  margin: 0 auto 2rem;
  padding: 0 0 2.5rem 0;
  border-bottom: 1px #e2edf3 solid;
  max-width: 220px;
}
@media screen and (min-width: 600px) {
  footer.footer-standard .footer-apps li,
  footer.lp-footer .footer-apps li {
    display: inline-block;
    border-bottom: none;
    border-right: 1px #e2edf3 solid;
    margin: 0 1rem 0 0;
    padding: 0 1rem 0 0;
    max-width: none;
  }
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-apps li,
  footer.lp-footer .footer-apps li {
    /*display: block;
        border-bottom: 1px $bg-blue-color solid;
        border-right: none;
        margin: 0 0 1rem;
        padding: 0 0 1.5rem 0;*/
  }
}
@media screen and (min-width: 1100px) {
  footer.footer-standard .footer-apps li,
  footer.lp-footer .footer-apps li {
    display: inline-block;
    border-bottom: none;
    border-right: 1px #e2edf3 solid;
    margin: 0 1rem 0 0;
    padding: 0 1rem 0 0;
  }
}
footer.footer-standard .footer-apps li:last-of-type,
footer.lp-footer .footer-apps li:last-of-type {
  border-bottom: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-apps li:last-of-type,
  footer.lp-footer .footer-apps li:last-of-type {
    border-right: none;
  }
}
footer.footer-standard .footer-apps .footer-app-column,
footer.lp-footer .footer-apps .footer-app-column {
  display: inline-block;
  text-align: center;
  margin: 0 auto 1.5rem;
}
footer.footer-standard .footer-apps .footer-app-column img,
footer.lp-footer .footer-apps .footer-app-column img {
  margin: 1rem 2rem;
  width: 28px;
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-apps .footer-app-column img,
  footer.lp-footer .footer-apps .footer-app-column img {
    margin: 1rem;
    width: 19px;
  }
}
footer.footer-standard .footer-apps .footer-app-column a img,
footer.lp-footer .footer-apps .footer-app-column a img {
  transition: all 0.2s ease-in-out;
}
footer.footer-standard .footer-apps .footer-app-column a:hover img,
footer.footer-standard .footer-apps .footer-app-column a:focus img,
footer.lp-footer .footer-apps .footer-app-column a:hover img,
footer.lp-footer .footer-apps .footer-app-column a:focus img {
  transform: scale(1.3);
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-apps .footer-app-column,
  footer.lp-footer .footer-apps .footer-app-column {
    width: 50%;
  }
}
footer.footer-standard .footer-apps p,
footer.lp-footer .footer-apps p {
  font-size: 1.4rem;
  color: #636466;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-apps,
  footer.lp-footer .footer-apps {
    margin: 0 auto 4.5rem;
    padding: 4rem 0% 0 0;
    display: inline-block;
    width: 33%;
    text-align: right;
  }
  footer.footer-standard .footer-apps .footer-apps-container,
  footer.lp-footer .footer-apps .footer-apps-container {
    display: inline-block;
  }
}
footer.footer-standard .footer-bottom,
footer.lp-footer .footer-bottom {
  background-color: #005581;
  border-top: 16px #00b5ea solid;
}
footer.footer-standard .footer-bottom-container,
footer.lp-footer .footer-bottom-container {
  margin: 0 auto;
  color: #fff;
  padding: 4.25rem 3rem 1rem;
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-bottom-container,
  footer.lp-footer .footer-bottom-container {
    max-width: 1300px !important;
  }
}
footer.footer-standard .footer-bottom-container .footer-content-wrapper,
footer.lp-footer .footer-bottom-container .footer-content-wrapper {
  display: flex;
  justify-content: left;
  gap: 2em;
  align-items: center;
  padding: 2em 0;
}
@media screen and (max-width: 1000px) {
  footer.footer-standard .footer-bottom-container .footer-content-wrapper,
  footer.lp-footer .footer-bottom-container .footer-content-wrapper {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  footer.footer-standard .footer-bottom-container .footer-content-wrapper,
  footer.lp-footer .footer-bottom-container .footer-content-wrapper {
    display: block;
  }
}
@include-tablet {
  footer.footer-standard .footer-bottom-container .footer-content-wrapper,
  footer.lp-footer .footer-bottom-container .footer-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em 0;
  }
}
footer.footer-standard .footer-bottom-container .footer-content-wrapper .mutuals-matter-logo,
footer.lp-footer .footer-bottom-container .footer-content-wrapper .mutuals-matter-logo {
  max-width: 175px;
}
@media screen and (max-width: 900px) {
  footer.footer-standard .footer-bottom-container .footer-content-wrapper .mutuals-matter-logo,
  footer.lp-footer .footer-bottom-container .footer-content-wrapper .mutuals-matter-logo {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-bottom-container,
  footer.lp-footer .footer-bottom-container {
    max-width: 1400px;
    padding: 4rem 5.5rem 1.5rem;
    min-height: 219px;
  }
}
footer.footer-standard .footer-info,
footer.lp-footer .footer-info {
  margin: 0 auto 1rem;
  text-align: left !important;
}
footer.footer-standard .footer-info ul,
footer.lp-footer .footer-info ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  display: block;
}
@media screen and (min-width: 600px) {
  footer.footer-standard .footer-info ul,
  footer.lp-footer .footer-info ul {
    margin: 0 auto 1rem;
    text-align: center;
  }
  footer.footer-standard .footer-info ul:first-child,
  footer.lp-footer .footer-info ul:first-child {
    margin: 0 auto 1rem;
  }
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-info ul,
  footer.lp-footer .footer-info ul {
    margin: 0 auto;
    display: inline-block;
  }
  footer.footer-standard .footer-info ul:last-child li:last-child,
  footer.lp-footer .footer-info ul:last-child li:last-child {
    margin: 0 auto;
  }
}
footer.footer-standard .footer-info li,
footer.lp-footer .footer-info li {
  margin: 0 auto 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: lexia, sans-serif;
}
@media screen and (min-width: 600px) {
  footer.footer-standard .footer-info li,
  footer.lp-footer .footer-info li {
    display: inline-block;
    margin: 0 4rem 0 0;
  }
}
footer.footer-standard .footer-info a,
footer.lp-footer .footer-info a {
  color: #fff;
  font-size: 2.2rem;
}
footer.footer-standard .footer-info a:hover, footer.footer-standard .footer-info a:focus,
footer.lp-footer .footer-info a:hover,
footer.lp-footer .footer-info a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  footer.footer-standard .footer-info,
  footer.lp-footer .footer-info {
    text-align: center;
  }
}
footer.footer-standard .footer-links,
footer.lp-footer .footer-links {
  margin: 0 auto 4rem;
  margin-bottom: 0;
  text-align: left;
}
footer.footer-standard .footer-links ul,
footer.lp-footer .footer-links ul {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  list-style: none;
  display: block;
}
@media screen and (min-width: 600px) {
  footer.footer-standard .footer-links ul,
  footer.lp-footer .footer-links ul {
    text-align: center;
  }
  footer.footer-standard .footer-links ul:first-child,
  footer.lp-footer .footer-links ul:first-child {
    margin: 0 auto 1rem;
  }
  footer.footer-standard .footer-links ul:first-child li:last-child,
  footer.lp-footer .footer-links ul:first-child li:last-child {
    margin: 0;
    padding: 0;
  }
  footer.footer-standard .footer-links ul:last-child,
  footer.lp-footer .footer-links ul:last-child {
    margin: 0 auto;
  }
  footer.footer-standard .footer-links ul:last-child li:last-child,
  footer.lp-footer .footer-links ul:last-child li:last-child {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  footer.footer-standard .footer-links ul,
  footer.lp-footer .footer-links ul {
    display: inline-block;
    text-align: center;
  }
  footer.footer-standard .footer-links ul:first-child,
  footer.lp-footer .footer-links ul:first-child {
    margin: 0;
    padding: 0;
  }
  footer.footer-standard .footer-links ul:first-child li:last-child,
  footer.lp-footer .footer-links ul:first-child li:last-child {
    margin: 0 1.75rem 0 0;
    padding: 0 1.75rem 0 0;
  }
  footer.footer-standard .footer-links ul:first-child li:last-child:after,
  footer.lp-footer .footer-links ul:first-child li:last-child:after {
    display: block;
  }
}
footer.footer-standard .footer-links li,
footer.lp-footer .footer-links li {
  font-size: 1.6rem;
  margin: 0 auto 0.75rem;
  position: relative;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
@media screen and (min-width: 600px) {
  footer.footer-standard .footer-links li,
  footer.lp-footer .footer-links li {
    margin: 0 1.75rem 0 0;
    padding: 0 1.75rem 0 0;
    display: inline-block;
    text-align: center;
  }
}
footer.footer-standard .footer-links li:after,
footer.lp-footer .footer-links li:after {
  display: none;
}
@media screen and (min-width: 600px) {
  footer.footer-standard .footer-links li:after,
  footer.lp-footer .footer-links li:after {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    top: 0;
    right: 0;
    background-color: #00b5ea;
  }
}
footer.footer-standard .footer-links li:last-child:after,
footer.lp-footer .footer-links li:last-child:after {
  display: none;
}
footer.footer-standard .footer-links a,
footer.lp-footer .footer-links a {
  color: #fff;
  font-weight: 500;
}
footer.footer-standard .footer-links a:hover,
footer.footer-standard .footer-links a:focus,
footer.lp-footer .footer-links a:hover,
footer.lp-footer .footer-links a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  footer.footer-standard .footer-links,
  footer.lp-footer .footer-links {
    text-align: center;
  }
}
footer.footer-standard .footer-bugs,
footer.lp-footer .footer-bugs {
  display: flex;
}
@media screen and (max-width: 900px) {
  footer.footer-standard .footer-bugs,
  footer.lp-footer .footer-bugs {
    flex-direction: column;
  }
}
footer.footer-standard .footer-bugs .footer-bugs-left,
footer.lp-footer .footer-bugs .footer-bugs-left {
  margin: 0 auto 2rem;
  text-align: left;
}
footer.footer-standard .footer-bugs .footer-bugs-left ul,
footer.lp-footer .footer-bugs .footer-bugs-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footer-standard .footer-bugs .footer-bugs-left li,
footer.lp-footer .footer-bugs .footer-bugs-left li {
  display: inline-block;
}
footer.footer-standard .footer-bugs .footer-bugs-left img,
footer.lp-footer .footer-bugs .footer-bugs-left img {
  vertical-align: bottom;
}
footer.footer-standard .footer-bugs .footer-bugs-left .fdic-sif a,
footer.lp-footer .footer-bugs .footer-bugs-left .fdic-sif a {
  height: 11px;
  display: block;
}
footer.footer-standard .footer-bugs .footer-bugs-left .fdic-sif a:first-child img,
footer.lp-footer .footer-bugs .footer-bugs-left .fdic-sif a:first-child img {
  width: 89px;
  height: 11px;
  margin: 0 1.5rem 5px 0;
}
footer.footer-standard .footer-bugs .footer-bugs-left .fdic-sif a:last-child img,
footer.lp-footer .footer-bugs .footer-bugs-left .fdic-sif a:last-child img {
  width: 77px;
  height: 11px;
  margin: 0 1.5rem 0 0;
}
footer.footer-standard .footer-bugs .footer-bugs-left .fdic-dif,
footer.lp-footer .footer-bugs .footer-bugs-left .fdic-dif {
  vertical-align: -webkit-baseline-middle;
  margin-bottom: 10px;
}
footer.footer-standard .footer-bugs .footer-bugs-left .fdic-dif img,
footer.lp-footer .footer-bugs .footer-bugs-left .fdic-dif img {
  margin-right: 12px;
}
footer.footer-standard .footer-bugs .footer-bugs-left .ehl img,
footer.lp-footer .footer-bugs .footer-bugs-left .ehl img {
  width: 128px;
}
footer.footer-standard .footer-bugs .footer-bugs-left a img,
footer.lp-footer .footer-bugs .footer-bugs-left a img {
  transition: all 0.2s ease-in-out;
}
footer.footer-standard .footer-bugs .footer-bugs-left a:hover img,
footer.footer-standard .footer-bugs .footer-bugs-left a:focus img,
footer.lp-footer .footer-bugs .footer-bugs-left a:hover img,
footer.lp-footer .footer-bugs .footer-bugs-left a:focus img {
  transform: scale(1.1);
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-bugs .footer-bugs-left,
  footer.lp-footer .footer-bugs .footer-bugs-left {
    margin: 0 auto;
    display: inline-block;
    width: 65%;
  }
}
footer.footer-standard .footer-bugs .footer-bugs-right,
footer.lp-footer .footer-bugs .footer-bugs-right {
  vertical-align: bottom;
}
footer.footer-standard .footer-bugs .footer-bugs-right p,
footer.lp-footer .footer-bugs .footer-bugs-right p {
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
  margin: 0;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-bugs .footer-bugs-right p,
  footer.lp-footer .footer-bugs .footer-bugs-right p {
    text-align: right;
  }
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-bugs .footer-bugs-right,
  footer.lp-footer .footer-bugs .footer-bugs-right {
    display: inline-block;
    width: 35%;
  }
}
footer.footer-standard .footer-bugs-insurance p,
footer.lp-footer .footer-bugs-insurance p {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
@media screen and (min-width: 900px) {
  footer.footer-standard .footer-bugs-insurance p,
  footer.lp-footer .footer-bugs-insurance p {
    text-align: right;
  }
}

/**

  TWO-COLUMN LAYOUT

  <div class="block-columns">
    <div class="column-wrapper">
      <div class="col-left">
        {{tag name="t662042" label="Left Column Content" type="pcomplex"}}
      </div>
      <div class="col-right">
        {{tag name="t747034" label="Right Column Content" type="pcomplex"}}
      </div>
    </div>
  </div>

**/
@media screen and (max-width: 900px) {
  .block-columns {
    padding: 0 30px;
  }
}
.block-columns .column-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (min-width: 900px) {
  .block-columns .column-wrapper {
    padding: 10rem 1rem;
  }
}
.block-columns .col-left {
  margin: 0 auto 3rem;
}
@media screen and (min-width: 900px) {
  .block-columns .col-left {
    margin: 0 auto;
    display: inline-block;
    width: calc(100% - 312px);
    padding: 0 6rem 0 0;
  }
}
.block-columns .col-right {
  margin: 0 auto 3rem;
}
@media screen and (min-width: 900px) {
  .block-columns .col-right {
    margin: 0 auto;
    display: inline-block;
    width: 312px;
  }
}

/**

  LANDING PAGE HEADER

  <header role="banner" id="lp-header" aria-label="Page Header">
    <div class="lp-header-container">
      <p><img src="/images/logo-lp.svg" alt="Dean Bank; It's My Bank." /></p>
    </div>
  </header>

**/
.lp-header {
  margin: 0 auto;
  padding: 0;
  border-bottom: 2px #005581 solid;
}
.lp-header .lp-header-container {
  max-width: 1400px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.lp-header p {
  margin: 0 auto;
  text-align: left;
}
.lp-header img {
  margin: 0;
  padding: 0;
  width: 124px;
  height: 66px;
}

/**

  LANDING PAGE FOOTER

  <footer id="lp-footer" aria-label="Page Footer">
    <div class="footer-top">
      <div class="footer-nmls">
        <ul>
          <p>NMLS # 412095</p>
        </ul>
      </div><div class="footer-social">
        <ul>
          <li class="facebook">
            <a href="https://www.facebook.com/DeanBank" class="speedbump"><img src="/images/ico-footer-facebook.svg" alt="Visit us on Facebook" /></a>
          </li><li class="twitter">
            <a href="https://twitter.com/DeanBankMA" class="speedbump"><img src="/images/ico-footer-twitter.svg" alt="Visit us on Twitter" /></a>
          </li><li class="instagram">
            <a href="https://www.instagram.com/DeanBankMA/" class="speedbump"><img src="/images/ico-footer-instagram.svg" alt="Visit us on Instagram" /></a>
          </li><li class="linkedin">
            <a href="http://www.linkedin.com/company/dean-bank" class="speedbump"><img src="/images/ico-footer-linkedin.svg" alt="Visit us on LinkedIn" /></a>
          </li><li class="youtube">
            <a href="https://www.youtube.com/channel/UC9duL7NYK17OqdVES3q78uA" class="speedbump"><img src="/images/ico-footer-youtube.svg" alt="Visit us on YouTube" /></a>
          </li>
        </ul>
      </div>
    </div>
    <div class="footer-bottom">
      <div class="footer-bottom-container">
        <div class="footer-bugs">
          <div class="footer-bugs-left">
            <ul>
              <li class="fdic-sif">
                <a href="https://www.fdic.gov/" class="speedbump"><img src="/images/ico-footer-fdic.svg" alt="Member FDIC" /></a>
                <a href="http://www.coopcentralbank.com/" class="speedbump"><img src="/images/ico-footer-sif.svg" alt="Member SIF" /></a>
              </li><li class="ehl">
                <a href="https://www.hud.gov/program_offices/fair_housing_equal_opp" class="speedbump"><img src="/images/ico-footer-ehl.svg" alt="Equal Housing Lender" /></a>
              </li>
            </ul>
          </div><div class="footer-bugs-right">
            <p>&copy;::year:: Dean Bank. All Rights Reserved.</p>
          </div>
        </div>
      </div>
    </div>
  </footer>

**/
.lp-footer .footer-top {
  min-height: 0;
  padding: 3rem;
}
@media screen and (min-width: 900px) {
  .lp-footer .footer-top {
    margin: 0 auto;
    max-width: 1250px;
  }
}
.lp-footer .footer-nmls {
  padding: 0;
}
.lp-footer .footer-nmls p {
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #495254;
}
@media screen and (min-width: 900px) {
  .lp-footer .footer-nmls {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .lp-footer .footer-nmls p {
    margin: 0 auto;
    text-align: left;
  }
}
.lp-footer .footer-social {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .lp-footer .footer-social {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .lp-footer .footer-social ul {
    text-align: right;
  }
}
.lp-footer .footer-bottom {
  border-top: none;
}
.lp-footer .footer-bottom-container {
  min-height: 0;
  padding: 3rem;
}

/**

  PAGE INTROS

  <div class="intro">
    {{tag name="t111355" label="Intro Text" type="body"}}
  </div>

**/
.intro {
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px #e2edf3 solid;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #005581;
  text-align: center;
  padding: 0 4rem 3rem;
  margin: 0 auto 3.75rem;
}
@media screen and (min-width: 900px) {
  .intro {
    font-size: 2.2rem;
    text-align: left;
    padding: 0 1rem 3rem;
  }
}
.intro *:last-child {
  margin: 0 auto;
}

.wp-block-columns {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10rem 10px;
  column-gap: 6rem;
}
.wp-block-columns .wp-block-column {
  flex-basis: unset !important;
  width: 312px;
}
.wp-block-columns .wp-block-column:first-child {
  width: calc(100% - 312px);
}
.wp-block-columns .block-product:last-of-type .product-container {
  border-bottom: 0;
}
/*# sourceMappingURL=layout.css.map */
