/* Fonts ----------------------------------------------------*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css') format('embedded-opentype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css') format('woff2'),
    url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css') format('woff'),
    url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css') format('truetype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*='fa-']:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  filter: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  filter: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  filter: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  filter: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  filter: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: '\f000';
}

.fa-music:before {
  content: '\f001';
}

.fa-search:before {
  content: '\f002';
}

.fa-envelope-o:before {
  content: '\f003';
}

.fa-heart:before {
  content: '\f004';
}

.fa-star:before {
  content: '\f005';
}

.fa-star-o:before {
  content: '\f006';
}

.fa-user:before {
  content: '\f007';
}

.fa-film:before {
  content: '\f008';
}

.fa-th-large:before {
  content: '\f009';
}

.fa-th:before {
  content: '\f00a';
}

.fa-th-list:before {
  content: '\f00b';
}

.fa-check:before {
  content: '\f00c';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}

.fa-search-plus:before {
  content: '\f00e';
}

.fa-search-minus:before {
  content: '\f010';
}

.fa-power-off:before {
  content: '\f011';
}

.fa-signal:before {
  content: '\f012';
}

.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}

.fa-trash-o:before {
  content: '\f014';
}

.fa-home:before {
  content: '\f015';
}

.fa-file-o:before {
  content: '\f016';
}

.fa-clock-o:before {
  content: '\f017';
}

.fa-road:before {
  content: '\f018';
}

.fa-download:before {
  content: '\f019';
}

.fa-arrow-circle-o-down:before {
  content: '\f01a';
}

.fa-arrow-circle-o-up:before {
  content: '\f01b';
}

.fa-inbox:before {
  content: '\f01c';
}

.fa-play-circle-o:before {
  content: '\f01d';
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}

.fa-refresh:before {
  content: '\f021';
}

.fa-list-alt:before {
  content: '\f022';
}

.fa-lock:before {
  content: '\f023';
  padding-right: 0.5em;
  display: none;
}

.fa-flag:before {
  content: '\f024';
}

.fa-headphones:before {
  content: '\f025';
}

.fa-volume-off:before {
  content: '\f026';
}

.fa-volume-down:before {
  content: '\f027';
}

.fa-volume-up:before {
  content: '\f028';
}

.fa-qrcode:before {
  content: '\f029';
}

.fa-barcode:before {
  content: '\f02a';
}

.fa-tag:before {
  content: '\f02b';
}

.fa-tags:before {
  content: '\f02c';
}

.fa-book:before {
  content: '\f02d';
}

.fa-bookmark:before {
  content: '\f02e';
}

.fa-print:before {
  content: '\f02f';
}

.fa-camera:before {
  content: '\f030';
}

.fa-font:before {
  content: '\f031';
}

.fa-bold:before {
  content: '\f032';
}

.fa-italic:before {
  content: '\f033';
}

.fa-text-height:before {
  content: '\f034';
}

.fa-text-width:before {
  content: '\f035';
}

.fa-align-left:before {
  content: '\f036';
}

.fa-align-center:before {
  content: '\f037';
}

.fa-align-right:before {
  content: '\f038';
}

.fa-align-justify:before {
  content: '\f039';
}

.fa-list:before {
  content: '\f03a';
}

.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}

.fa-indent:before {
  content: '\f03c';
}

.fa-video-camera:before {
  content: '\f03d';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}

.fa-pencil:before {
  content: '\f040';
}

.fa-map-marker:before {
  content: '\f041';
}

.fa-adjust:before {
  content: '\f042';
}

.fa-tint:before {
  content: '\f043';
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}

.fa-share-square-o:before {
  content: '\f045';
}

.fa-check-square-o:before {
  content: '\f046';
}

.fa-arrows:before {
  content: '\f047';
}

.fa-step-backward:before {
  content: '\f048';
}

.fa-fast-backward:before {
  content: '\f049';
}

.fa-backward:before {
  content: '\f04a';
}

.fa-play:before {
  content: '\f04b';
}

.fa-pause:before {
  content: '\f04c';
}

.fa-stop:before {
  content: '\f04d';
}

.fa-forward:before {
  content: '\f04e';
}

.fa-fast-forward:before {
  content: '\f050';
}

.fa-step-forward:before {
  content: '\f051';
}

.fa-eject:before {
  content: '\f052';
}

.fa-chevron-left:before {
  content: '\f053';
}

.fa-chevron-right:before {
  content: '\f054';
}

.fa-plus-circle:before {
  content: '\f055';
}

.fa-minus-circle:before {
  content: '\f056';
}

.fa-times-circle:before {
  content: '\f057';
}

.fa-check-circle:before {
  content: '\f058';
}

.fa-question-circle:before {
  content: '\f059';
}

.fa-info-circle:before {
  content: '\f05a';
}

.fa-crosshairs:before {
  content: '\f05b';
}

.fa-times-circle-o:before {
  content: '\f05c';
}

.fa-check-circle-o:before {
  content: '\f05d';
}

.fa-ban:before {
  content: '\f05e';
}

.fa-arrow-left:before {
  content: '\f060';
}

.fa-arrow-right:before {
  content: '\f061';
}

.fa-arrow-up:before {
  content: '\f062';
}

.fa-arrow-down:before {
  content: '\f063';
}

.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}

.fa-expand:before {
  content: '\f065';
}

.fa-compress:before {
  content: '\f066';
}

.fa-plus:before {
  content: '\f067';
}

.fa-minus:before {
  content: '\f068';
}

.fa-asterisk:before {
  content: '\f069';
}

.fa-exclamation-circle:before {
  content: '\f06a';
}

.fa-gift:before {
  content: '\f06b';
}

.fa-leaf:before {
  content: '\f06c';
}

.fa-fire:before {
  content: '\f06d';
}

.fa-eye:before {
  content: '\f06e';
}

.fa-eye-slash:before {
  content: '\f070';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}

.fa-plane:before {
  content: '\f072';
}

.fa-calendar:before {
  content: '\f073';
}

.fa-random:before {
  content: '\f074';
}

.fa-comment:before {
  content: '\f075';
}

.fa-magnet:before {
  content: '\f076';
}

.fa-chevron-up:before {
  content: '\f077';
}

.fa-chevron-down:before {
  content: '\f078';
}

.fa-retweet:before {
  content: '\f079';
}

.fa-shopping-cart:before {
  content: '\f07a';
}

.fa-folder:before {
  content: '\f07b';
}

.fa-folder-open:before {
  content: '\f07c';
}

.fa-arrows-v:before {
  content: '\f07d';
}

.fa-arrows-h:before {
  content: '\f07e';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}

.fa-twitter-square:before {
  content: '\f081';
}

.fa-facebook-square:before {
  content: '\f082';
}

.fa-camera-retro:before {
  content: '\f083';
}

.fa-key:before {
  content: '\f084';
}

.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}

.fa-comments:before {
  content: '\f086';
}

.fa-thumbs-o-up:before {
  content: '\f087';
}

.fa-thumbs-o-down:before {
  content: '\f088';
}

.fa-star-half:before {
  content: '\f089';
}

.fa-heart-o:before {
  content: '\f08a';
}

.fa-sign-out:before {
  content: '\f08b';
}

.fa-linkedin-square:before {
  content: '\f08c';
}

.fa-thumb-tack:before {
  content: '\f08d';
}

.fa-external-link:before {
  content: '\f08e';
}

.fa-sign-in:before {
  content: '\f090';
}

.fa-trophy:before {
  content: '\f091';
}

.fa-github-square:before {
  content: '\f092';
}

.fa-upload:before {
  content: '\f093';
}

.fa-lemon-o:before {
  content: '\f094';
}

.fa-phone:before {
  content: '\f095';
}

.fa-square-o:before {
  content: '\f096';
}

.fa-bookmark-o:before {
  content: '\f097';
}

.fa-phone-square:before {
  content: '\f098';
}

.fa-twitter:before {
  content: '\f099';
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}

.fa-github:before {
  content: '\f09b';
}

.fa-unlock:before {
  content: '\f09c';
}

.fa-credit-card:before {
  content: '\f09d';
}

.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}

.fa-hdd-o:before {
  content: '\f0a0';
}

.fa-bullhorn:before {
  content: '\f0a1';
}

.fa-bell:before {
  content: '\f0f3';
}

.fa-certificate:before {
  content: '\f0a3';
}

.fa-hand-o-right:before {
  content: '\f0a4';
}

.fa-hand-o-left:before {
  content: '\f0a5';
}

.fa-hand-o-up:before {
  content: '\f0a6';
}

.fa-hand-o-down:before {
  content: '\f0a7';
}

.fa-arrow-circle-left:before {
  content: '\f0a8';
}

.fa-arrow-circle-right:before {
  content: '\f0a9';
}

.fa-arrow-circle-up:before {
  content: '\f0aa';
}

.fa-arrow-circle-down:before {
  content: '\f0ab';
}

.fa-globe:before {
  content: '\f0ac';
}

.fa-wrench:before {
  content: '\f0ad';
}

.fa-tasks:before {
  content: '\f0ae';
}

.fa-filter:before {
  content: '\f0b0';
}

.fa-briefcase:before {
  content: '\f0b1';
}

.fa-arrows-alt:before {
  content: '\f0b2';
}

.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}

.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}

.fa-cloud:before {
  content: '\f0c2';
}

.fa-flask:before {
  content: '\f0c3';
}

.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}

.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}

.fa-paperclip:before {
  content: '\f0c6';
}

.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}

.fa-square:before {
  content: '\f0c8';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}

.fa-list-ul:before {
  content: '\f0ca';
}

.fa-list-ol:before {
  content: '\f0cb';
}

.fa-strikethrough:before {
  content: '\f0cc';
}

.fa-underline:before {
  content: '\f0cd';
}

.fa-table:before {
  content: '\f0ce';
}

.fa-magic:before {
  content: '\f0d0';
}

.fa-truck:before {
  content: '\f0d1';
}

.fa-pinterest:before {
  content: '\f0d2';
}

.fa-pinterest-square:before {
  content: '\f0d3';
}

.fa-google-plus-square:before {
  content: '\f0d4';
}

.fa-google-plus:before {
  content: '\f0d5';
}

.fa-money:before {
  content: '\f0d6';
}

.fa-caret-down:before {
  content: '\f0d7';
}

.fa-caret-up:before {
  content: '\f0d8';
}

.fa-caret-left:before {
  content: '\f0d9';
}

.fa-caret-right:before {
  content: '\f0da';
}

.fa-columns:before {
  content: '\f0db';
}

.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}

.fa-envelope:before {
  content: '\f0e0';
}

.fa-linkedin:before {
  content: '\f0e1';
}

.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}

.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}

.fa-comment-o:before {
  content: '\f0e5';
}

.fa-comments-o:before {
  content: '\f0e6';
}

.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}

.fa-sitemap:before {
  content: '\f0e8';
}

.fa-umbrella:before {
  content: '\f0e9';
}

.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}

.fa-lightbulb-o:before {
  content: '\f0eb';
}

.fa-exchange:before {
  content: '\f0ec';
}

.fa-cloud-download:before {
  content: '\f0ed';
}

.fa-cloud-upload:before {
  content: '\f0ee';
}

.fa-user-md:before {
  content: '\f0f0';
}

.fa-stethoscope:before {
  content: '\f0f1';
}

.fa-suitcase:before {
  content: '\f0f2';
}

.fa-bell-o:before {
  content: '\f0a2';
}

.fa-coffee:before {
  content: '\f0f4';
}

.fa-cutlery:before {
  content: '\f0f5';
}

.fa-file-text-o:before {
  content: '\f0f6';
}

.fa-building-o:before {
  content: '\f0f7';
}

.fa-hospital-o:before {
  content: '\f0f8';
}

.fa-ambulance:before {
  content: '\f0f9';
}

.fa-medkit:before {
  content: '\f0fa';
}

.fa-fighter-jet:before {
  content: '\f0fb';
}

.fa-beer:before {
  content: '\f0fc';
}

.fa-h-square:before {
  content: '\f0fd';
}

.fa-plus-square:before {
  content: '\f0fe';
}

.fa-angle-double-left:before {
  content: '\f100';
}

.fa-angle-double-right:before {
  content: '\f101';
}

.fa-angle-double-up:before {
  content: '\f102';
}

.fa-angle-double-down:before {
  content: '\f103';
}

.fa-angle-left:before {
  content: '\f104';
}

.fa-angle-right:before {
  content: '\f105';
}

.fa-angle-up:before {
  content: '\f106';
}

.fa-angle-down:before {
  content: '\f107';
}

.fa-desktop:before {
  content: '\f108';
}

.fa-laptop:before {
  content: '\f109';
}

.fa-tablet:before {
  content: '\f10a';
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}

.fa-circle-o:before {
  content: '\f10c';
}

.fa-quote-left:before {
  content: '\f10d';
}

.fa-quote-right:before {
  content: '\f10e';
}

.fa-spinner:before {
  content: '\f110';
}

.fa-circle:before {
  content: '\f111';
}

.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}

.fa-github-alt:before {
  content: '\f113';
}

.fa-folder-o:before {
  content: '\f114';
}

.fa-folder-open-o:before {
  content: '\f115';
}

.fa-smile-o:before {
  content: '\f118';
}

.fa-frown-o:before {
  content: '\f119';
}

.fa-meh-o:before {
  content: '\f11a';
}

.fa-gamepad:before {
  content: '\f11b';
}

.fa-keyboard-o:before {
  content: '\f11c';
}

.fa-flag-o:before {
  content: '\f11d';
}

.fa-flag-checkered:before {
  content: '\f11e';
}

.fa-terminal:before {
  content: '\f120';
}

.fa-code:before {
  content: '\f121';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}

.fa-location-arrow:before {
  content: '\f124';
}

.fa-crop:before {
  content: '\f125';
}

.fa-code-fork:before {
  content: '\f126';
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}

.fa-question:before {
  content: '\f128';
}

.fa-info:before {
  content: '\f129';
}

.fa-exclamation:before {
  content: '\f12a';
}

.fa-superscript:before {
  content: '\f12b';
}

.fa-subscript:before {
  content: '\f12c';
}
/* .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
} */

.fa-eraser:before {
  content: '\f12d';
}

.fa-puzzle-piece:before {
  content: '\f12e';
}

.fa-microphone:before {
  content: '\f130';
}

.fa-microphone-slash:before {
  content: '\f131';
}

.fa-shield:before {
  content: '\f132';
}

.fa-calendar-o:before {
  content: '\f133';
}

.fa-fire-extinguisher:before {
  content: '\f134';
}

.fa-rocket:before {
  content: '\f135';
}

.fa-maxcdn:before {
  content: '\f136';
}

.fa-chevron-circle-left:before {
  content: '\f137';
}

.fa-chevron-circle-right:before {
  content: '\f138';
}

.fa-chevron-circle-up:before {
  content: '\f139';
}

.fa-chevron-circle-down:before {
  content: '\f13a';
}

.fa-html5:before {
  content: '\f13b';
}

.fa-css3:before {
  content: '\f13c';
}

.fa-anchor:before {
  content: '\f13d';
}

.fa-unlock-alt:before {
  content: '\f13e';
}

.fa-bullseye:before {
  content: '\f140';
}

.fa-ellipsis-h:before {
  content: '\f141';
}

.fa-ellipsis-v:before {
  content: '\f142';
}

.fa-rss-square:before {
  content: '\f143';
}

.fa-play-circle:before {
  content: '\f144';
}

.fa-ticket:before {
  content: '\f145';
}

.fa-minus-square:before {
  content: '\f146';
}

.fa-minus-square-o:before {
  content: '\f147';
}

.fa-level-up:before {
  content: '\f148';
}

.fa-level-down:before {
  content: '\f149';
}

.fa-check-square:before {
  content: '\f14a';
}

.fa-pencil-square:before {
  content: '\f14b';
}

.fa-external-link-square:before {
  content: '\f14c';
}

.fa-share-square:before {
  content: '\f14d';
}

.fa-compass:before {
  content: '\f14e';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}

.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}

.fa-gbp:before {
  content: '\f154';
}

.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}

.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}

.fa-won:before,
.fa-krw:before {
  content: '\f159';
}

.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}

.fa-file:before {
  content: '\f15b';
}

.fa-file-text:before {
  content: '\f15c';
}

.fa-sort-alpha-asc:before {
  content: '\f15d';
}

.fa-sort-alpha-desc:before {
  content: '\f15e';
}

.fa-sort-amount-asc:before {
  content: '\f160';
}

.fa-sort-amount-desc:before {
  content: '\f161';
}

.fa-sort-numeric-asc:before {
  content: '\f162';
}

.fa-sort-numeric-desc:before {
  content: '\f163';
}

.fa-thumbs-up:before {
  content: '\f164';
}

.fa-thumbs-down:before {
  content: '\f165';
}

.fa-youtube-square:before {
  content: '\f166';
}

.fa-youtube:before {
  content: '\f167';
}

.fa-xing:before {
  content: '\f168';
}

.fa-xing-square:before {
  content: '\f169';
}

.fa-youtube-play:before {
  content: '\f16a';
}

.fa-dropbox:before {
  content: '\f16b';
}

.fa-stack-overflow:before {
  content: '\f16c';
}

.fa-instagram:before {
  content: '\f16d';
}

.fa-flickr:before {
  content: '\f16e';
}

.fa-adn:before {
  content: '\f170';
}

.fa-bitbucket:before {
  content: '\f171';
}

.fa-bitbucket-square:before {
  content: '\f172';
}

.fa-tumblr:before {
  content: '\f173';
}

.fa-tumblr-square:before {
  content: '\f174';
}

.fa-long-arrow-down:before {
  content: '\f175';
}

.fa-long-arrow-up:before {
  content: '\f176';
}

.fa-long-arrow-left:before {
  content: '\f177';
}

.fa-long-arrow-right:before {
  content: '\f178';
}

.fa-apple:before {
  content: '\f179';
}

.fa-windows:before {
  content: '\f17a';
}

.fa-android:before {
  content: '\f17b';
}

.fa-linux:before {
  content: '\f17c';
}

.fa-dribbble:before {
  content: '\f17d';
}

.fa-skype:before {
  content: '\f17e';
}

.fa-foursquare:before {
  content: '\f180';
}

.fa-trello:before {
  content: '\f181';
}

.fa-female:before {
  content: '\f182';
}

.fa-male:before {
  content: '\f183';
}

.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184';
}

.fa-sun-o:before {
  content: '\f185';
}

.fa-moon-o:before {
  content: '\f186';
}

.fa-archive:before {
  content: '\f187';
}

.fa-bug:before {
  content: '\f188';
}

.fa-vk:before {
  content: '\f189';
}

.fa-weibo:before {
  content: '\f18a';
}

.fa-renren:before {
  content: '\f18b';
}

.fa-pagelines:before {
  content: '\f18c';
}

.fa-stack-exchange:before {
  content: '\f18d';
}

.fa-arrow-circle-o-right:before {
  content: '\f18e';
}

.fa-arrow-circle-o-left:before {
  content: '\f190';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}

.fa-dot-circle-o:before {
  content: '\f192';
}

.fa-wheelchair:before {
  content: '\f193';
}

.fa-vimeo-square:before {
  content: '\f194';
}

.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}

.fa-plus-square-o:before {
  content: '\f196';
}

.fa-space-shuttle:before {
  content: '\f197';
}

.fa-slack:before {
  content: '\f198';
}

.fa-envelope-square:before {
  content: '\f199';
}

.fa-wordpress:before {
  content: '\f19a';
}

.fa-openid:before {
  content: '\f19b';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}

.fa-yahoo:before {
  content: '\f19e';
}

.fa-google:before {
  content: '\f1a0';
}

.fa-reddit:before {
  content: '\f1a1';
}

.fa-reddit-square:before {
  content: '\f1a2';
}

.fa-stumbleupon-circle:before {
  content: '\f1a3';
}

.fa-stumbleupon:before {
  content: '\f1a4';
}

.fa-delicious:before {
  content: '\f1a5';
}

.fa-digg:before {
  content: '\f1a6';
}

.fa-pied-piper-pp:before {
  content: '\f1a7';
}

.fa-pied-piper-alt:before {
  content: '\f1a8';
}

.fa-drupal:before {
  content: '\f1a9';
}

.fa-joomla:before {
  content: '\f1aa';
}

.fa-language:before {
  content: '\f1ab';
}

.fa-fax:before {
  content: '\f1ac';
}

.fa-building:before {
  content: '\f1ad';
}

.fa-child:before {
  content: '\f1ae';
}

.fa-paw:before {
  content: '\f1b0';
}

.fa-spoon:before {
  content: '\f1b1';
}

.fa-cube:before {
  content: '\f1b2';
}

.fa-cubes:before {
  content: '\f1b3';
}

.fa-behance:before {
  content: '\f1b4';
}

.fa-behance-square:before {
  content: '\f1b5';
}

.fa-steam:before {
  content: '\f1b6';
}

.fa-steam-square:before {
  content: '\f1b7';
}

.fa-recycle:before {
  content: '\f1b8';
}

.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}

.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}

.fa-tree:before {
  content: '\f1bb';
}

.fa-spotify:before {
  content: '\f1bc';
}

.fa-deviantart:before {
  content: '\f1bd';
}

.fa-soundcloud:before {
  content: '\f1be';
}

.fa-database:before {
  content: '\f1c0';
}

.fa-file-pdf-o:before {
  content: '\f1c1';
}

.fa-file-word-o:before {
  content: '\f1c2';
}

.fa-file-excel-o:before {
  content: '\f1c3';
}

.fa-file-powerpoint-o:before {
  content: '\f1c4';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}

.fa-file-code-o:before {
  content: '\f1c9';
}

.fa-vine:before {
  content: '\f1ca';
}

.fa-codepen:before {
  content: '\f1cb';
}

.fa-jsfiddle:before {
  content: '\f1cc';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}

.fa-circle-o-notch:before {
  content: '\f1ce';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: '\f1d0';
}

.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}

.fa-git-square:before {
  content: '\f1d2';
}

.fa-git:before {
  content: '\f1d3';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4';
}

.fa-tencent-weibo:before {
  content: '\f1d5';
}

.fa-qq:before {
  content: '\f1d6';
}

.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}

.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}

.fa-history:before {
  content: '\f1da';
}

.fa-circle-thin:before {
  content: '\f1db';
}

.fa-header:before {
  content: '\f1dc';
}

.fa-paragraph:before {
  content: '\f1dd';
}

.fa-sliders:before {
  content: '\f1de';
}

.fa-share-alt:before {
  content: '\f1e0';
}

.fa-share-alt-square:before {
  content: '\f1e1';
}

.fa-bomb:before {
  content: '\f1e2';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}

.fa-tty:before {
  content: '\f1e4';
}

.fa-binoculars:before {
  content: '\f1e5';
}

.fa-plug:before {
  content: '\f1e6';
}

.fa-slideshare:before {
  content: '\f1e7';
}

.fa-twitch:before {
  content: '\f1e8';
}

.fa-yelp:before {
  content: '\f1e9';
}

.fa-newspaper-o:before {
  content: '\f1ea';
}

.fa-wifi:before {
  content: '\f1eb';
}

.fa-calculator:before {
  content: '\f1ec';
}

.fa-paypal:before {
  content: '\f1ed';
}

.fa-google-wallet:before {
  content: '\f1ee';
}

.fa-cc-visa:before {
  content: '\f1f0';
}

.fa-cc-mastercard:before {
  content: '\f1f1';
}

.fa-cc-discover:before {
  content: '\f1f2';
}

.fa-cc-amex:before {
  content: '\f1f3';
}

.fa-cc-paypal:before {
  content: '\f1f4';
}

.fa-cc-stripe:before {
  content: '\f1f5';
}

.fa-bell-slash:before {
  content: '\f1f6';
}

.fa-bell-slash-o:before {
  content: '\f1f7';
}

.fa-trash:before {
  content: '\f1f8';
}

.fa-copyright:before {
  content: '\f1f9';
}

.fa-at:before {
  content: '\f1fa';
}

.fa-eyedropper:before {
  content: '\f1fb';
}

.fa-paint-brush:before {
  content: '\f1fc';
}

.fa-birthday-cake:before {
  content: '\f1fd';
}

.fa-area-chart:before {
  content: '\f1fe';
}

.fa-pie-chart:before {
  content: '\f200';
}

.fa-line-chart:before {
  content: '\f201';
}

.fa-lastfm:before {
  content: '\f202';
}

.fa-lastfm-square:before {
  content: '\f203';
}

.fa-toggle-off:before {
  content: '\f204';
}

.fa-toggle-on:before {
  content: '\f205';
}

.fa-bicycle:before {
  content: '\f206';
}

.fa-bus:before {
  content: '\f207';
}

.fa-ioxhost:before {
  content: '\f208';
}

.fa-angellist:before {
  content: '\f209';
}

.fa-cc:before {
  content: '\f20a';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}

.fa-meanpath:before {
  content: '\f20c';
}

.fa-buysellads:before {
  content: '\f20d';
}

.fa-connectdevelop:before {
  content: '\f20e';
}

.fa-dashcube:before {
  content: '\f210';
}

.fa-forumbee:before {
  content: '\f211';
}

.fa-leanpub:before {
  content: '\f212';
}

.fa-sellsy:before {
  content: '\f213';
}

.fa-shirtsinbulk:before {
  content: '\f214';
}

.fa-simplybuilt:before {
  content: '\f215';
}

.fa-skyatlas:before {
  content: '\f216';
}

.fa-cart-plus:before {
  content: '\f217';
}

.fa-cart-arrow-down:before {
  content: '\f218';
}

.fa-diamond:before {
  content: '\f219';
}

.fa-ship:before {
  content: '\f21a';
}

.fa-user-secret:before {
  content: '\f21b';
}

.fa-motorcycle:before {
  content: '\f21c';
}

.fa-street-view:before {
  content: '\f21d';
}

.fa-heartbeat:before {
  content: '\f21e';
}

.fa-venus:before {
  content: '\f221';
}

.fa-mars:before {
  content: '\f222';
}

.fa-mercury:before {
  content: '\f223';
}

.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}

.fa-transgender-alt:before {
  content: '\f225';
}

.fa-venus-double:before {
  content: '\f226';
}

.fa-mars-double:before {
  content: '\f227';
}

.fa-venus-mars:before {
  content: '\f228';
}

.fa-mars-stroke:before {
  content: '\f229';
}

.fa-mars-stroke-v:before {
  content: '\f22a';
}

.fa-mars-stroke-h:before {
  content: '\f22b';
}

.fa-neuter:before {
  content: '\f22c';
}

.fa-genderless:before {
  content: '\f22d';
}

.fa-facebook-official:before {
  content: '\f230';
}

.fa-pinterest-p:before {
  content: '\f231';
}

.fa-whatsapp:before {
  content: '\f232';
}

.fa-server:before {
  content: '\f233';
}

.fa-user-plus:before {
  content: '\f234';
}

.fa-user-times:before {
  content: '\f235';
}

.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}

.fa-viacoin:before {
  content: '\f237';
}

.fa-train:before {
  content: '\f238';
}

.fa-subway:before {
  content: '\f239';
}

.fa-medium:before {
  content: '\f23a';
}

.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}

.fa-optin-monster:before {
  content: '\f23c';
}

.fa-opencart:before {
  content: '\f23d';
}

.fa-expeditedssl:before {
  content: '\f23e';
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: '\f240';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}

.fa-mouse-pointer:before {
  content: '\f245';
}

.fa-i-cursor:before {
  content: '\f246';
}

.fa-object-group:before {
  content: '\f247';
}

.fa-object-ungroup:before {
  content: '\f248';
}

.fa-sticky-note:before {
  content: '\f249';
}

.fa-sticky-note-o:before {
  content: '\f24a';
}

.fa-cc-jcb:before {
  content: '\f24b';
}

.fa-cc-diners-club:before {
  content: '\f24c';
}

.fa-clone:before {
  content: '\f24d';
}

.fa-balance-scale:before {
  content: '\f24e';
}

.fa-hourglass-o:before {
  content: '\f250';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}

.fa-hourglass:before {
  content: '\f254';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}

.fa-hand-scissors-o:before {
  content: '\f257';
}

.fa-hand-lizard-o:before {
  content: '\f258';
}

.fa-hand-spock-o:before {
  content: '\f259';
}

.fa-hand-pointer-o:before {
  content: '\f25a';
}

.fa-hand-peace-o:before {
  content: '\f25b';
}

.fa-trademark:before {
  content: '\f25c';
}

.fa-registered:before {
  content: '\f25d';
}

.fa-creative-commons:before {
  content: '\f25e';
}

.fa-gg:before {
  content: '\f260';
}

.fa-gg-circle:before {
  content: '\f261';
}

.fa-tripadvisor:before {
  content: '\f262';
}

.fa-odnoklassniki:before {
  content: '\f263';
}

.fa-odnoklassniki-square:before {
  content: '\f264';
}

.fa-get-pocket:before {
  content: '\f265';
}

.fa-wikipedia-w:before {
  content: '\f266';
}

.fa-safari:before {
  content: '\f267';
}

.fa-chrome:before {
  content: '\f268';
}

.fa-firefox:before {
  content: '\f269';
}

.fa-opera:before {
  content: '\f26a';
}

.fa-internet-explorer:before {
  content: '\f26b';
}

.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}

.fa-contao:before {
  content: '\f26d';
}

.fa-500px:before {
  content: '\f26e';
}

.fa-amazon:before {
  content: '\f270';
}

.fa-calendar-plus-o:before {
  content: '\f271';
}

.fa-calendar-minus-o:before {
  content: '\f272';
}

.fa-calendar-times-o:before {
  content: '\f273';
}

.fa-calendar-check-o:before {
  content: '\f274';
}

.fa-industry:before {
  content: '\f275';
}

.fa-map-pin:before {
  content: '\f276';
}

.fa-map-signs:before {
  content: '\f277';
}

.fa-map-o:before {
  content: '\f278';
}

.fa-map:before {
  content: '\f279';
}

.fa-commenting:before {
  content: '\f27a';
}

.fa-commenting-o:before {
  content: '\f27b';
}

.fa-houzz:before {
  content: '\f27c';
}

.fa-vimeo:before {
  content: '\f27d';
}

.fa-black-tie:before {
  content: '\f27e';
}

.fa-fonticons:before {
  content: '\f280';
}

.fa-reddit-alien:before {
  content: '\f281';
}

.fa-edge:before {
  content: '\f282';
}

.fa-credit-card-alt:before {
  content: '\f283';
}

.fa-codiepie:before {
  content: '\f284';
}

.fa-modx:before {
  content: '\f285';
}

.fa-fort-awesome:before {
  content: '\f286';
}

.fa-usb:before {
  content: '\f287';
}

.fa-product-hunt:before {
  content: '\f288';
}

.fa-mixcloud:before {
  content: '\f289';
}

.fa-scribd:before {
  content: '\f28a';
}

.fa-pause-circle:before {
  content: '\f28b';
}

.fa-pause-circle-o:before {
  content: '\f28c';
}

.fa-stop-circle:before {
  content: '\f28d';
}

.fa-stop-circle-o:before {
  content: '\f28e';
}

.fa-shopping-bag:before {
  content: '\f290';
}

.fa-shopping-basket:before {
  content: '\f291';
}

.fa-hashtag:before {
  content: '\f292';
}

.fa-bluetooth:before {
  content: '\f293';
}

.fa-bluetooth-b:before {
  content: '\f294';
}

.fa-percent:before {
  content: '\f295';
}

.fa-gitlab:before {
  content: '\f296';
}

.fa-wpbeginner:before {
  content: '\f297';
}

.fa-wpforms:before {
  content: '\f298';
}

.fa-envira:before {
  content: '\f299';
}

.fa-universal-access:before {
  content: '\f29a';
}

.fa-wheelchair-alt:before {
  content: '\f29b';
}

.fa-question-circle-o:before {
  content: '\f29c';
}

.fa-blind:before {
  content: '\f29d';
}

.fa-audio-description:before {
  content: '\f29e';
}

.fa-volume-control-phone:before {
  content: '\f2a0';
}

.fa-braille:before {
  content: '\f2a1';
}

.fa-assistive-listening-systems:before {
  content: '\f2a2';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: '\f2a3';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: '\f2a4';
}

.fa-glide:before {
  content: '\f2a5';
}

.fa-glide-g:before {
  content: '\f2a6';
}

.fa-signing:before,
.fa-sign-language:before {
  content: '\f2a7';
}

.fa-low-vision:before {
  content: '\f2a8';
}

.fa-viadeo:before {
  content: '\f2a9';
}

.fa-viadeo-square:before {
  content: '\f2aa';
}

.fa-snapchat:before {
  content: '\f2ab';
}

.fa-snapchat-ghost:before {
  content: '\f2ac';
}

.fa-snapchat-square:before {
  content: '\f2ad';
}

.fa-pied-piper:before {
  content: '\f2ae';
}

.fa-first-order:before {
  content: '\f2b0';
}

.fa-yoast:before {
  content: '\f2b1';
}

.fa-themeisle:before {
  content: '\f2b2';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: '\f2b3';
}

.fa-fa:before,
.fa-font-awesome:before {
  content: '\f2b4';
}

.fa-handshake-o:before {
  content: '\f2b5';
}

.fa-envelope-open:before {
  content: '\f2b6';
}

.fa-envelope-open-o:before {
  content: '\f2b7';
}

.fa-linode:before {
  content: '\f2b8';
}

.fa-address-book:before {
  content: '\f2b9';
}

.fa-address-book-o:before {
  content: '\f2ba';
}

.fa-vcard:before,
.fa-address-card:before {
  content: '\f2bb';
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: '\f2bc';
}

.fa-user-circle:before {
  content: '\f2bd';
}

.fa-user-circle-o:before {
  content: '\f2be';
}

.fa-user-o:before {
  content: '\f2c0';
}

.fa-id-badge:before {
  content: '\f2c1';
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: '\f2c2';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: '\f2c3';
}

.fa-quora:before {
  content: '\f2c4';
}

.fa-free-code-camp:before {
  content: '\f2c5';
}

.fa-telegram:before {
  content: '\f2c6';
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: '\f2c7';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: '\f2c8';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: '\f2c9';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: '\f2ca';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: '\f2cb';
}

.fa-shower:before {
  content: '\f2cc';
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: '\f2cd';
}

.fa-podcast:before {
  content: '\f2ce';
}

.fa-window-maximize:before {
  content: '\f2d0';
}

.fa-window-minimize:before {
  content: '\f2d1';
}

.fa-window-restore:before {
  content: '\f2d2';
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: '\f2d3';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: '\f2d4';
}

.fa-bandcamp:before {
  content: '\f2d5';
}

.fa-grav:before {
  content: '\f2d6';
}

.fa-etsy:before {
  content: '\f2d7';
}

.fa-imdb:before {
  content: '\f2d8';
}

.fa-ravelry:before {
  content: '\f2d9';
}

.fa-eercast:before {
  content: '\f2da';
}

.fa-microchip:before {
  content: '\f2db';
}

.fa-snowflake-o:before {
  content: '\f2dc';
}

.fa-superpowers:before {
  content: '\f2dd';
}

.fa-wpexplorer:before {
  content: '\f2de';
}

.fa-meetup:before {
  content: '\f2e0';
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'fiserv';
  src: url('../fonts/fiserv.eot') format('embedded-opentype'), url('../fonts/fiserv.svg') format('svg'), url('../fonts/fiserv.ttf') format('truetype'), url('../fonts/fiserv.woff') format('woff');
}

html {
  font-size: 0.88495575221239vw;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.5rem;
  color: #333;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.resize * {
  transition: none !important;
}

body.speedbump {
  height: 100vh;
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

/* body > table,
main > table {
  visibility: hidden;
} */

/* body > *,
main {
  transform: translate3d(0, 0, 0);
  animation: animateLoad 1.5s cubic-bezier(0.43, -0.14, 0.31, 1.14) forwards;
} */

.slide-out-div {
  opacity: 0;
  animation: animateLoad 2s cubic-bezier(0.43, -0.14, 0.31, 1.14) forwards;
}

main > p {
  display: none;
}

#hero > * {
  animation: animateLoad 2s cubic-bezier(0.43, -0.14, 0.31, 1.14) forwards;
}

.slideshow-container-controls div.toc-active a {
  background-color: #299c0a;
}

@keyframes animateLoad {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* Content --------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.166667;
  margin: 1em auto 0.25em auto;
  font-weight: 400;
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
  transition: color 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
  margin-right: 0.375em;
}

h1,
h3,
h5 {
  color: #00205c;
}

h2,
h4,
h6 {
  color: #00205c;
}

h1 {
  font-size: 3.9rem;
  line-height: 5rem;
  font-weight: 300;
}

h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
}

h3 {
  font-size: 2.25rem;
  line-height: 3rem;
}

h4 {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 700;
}

h5 {
  font-size: 1.3rem;
  line-height: 2rem;
}

/* h6 {
} */

p {
  margin: 0 0 1rem 0;
  font-size: 1rem;
}

a {
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  color: #299c0a;
  font-weight: 700;
  cursor: pointer;
}

a:hover {
  color: #00205c;
}

img {
  max-width: 100%;
  height: auto !important;
}

img[class*='Float'] {
  max-width: 50%;
}

a#top {
  position: absolute;
  top: 0;
}

section a.anchor,
section a:not([href]):not([class]) {
  top: -6rem;
  position: relative;
  display: block;
  visibility: hidden;
  height: 0;
  float: left;
}

section.subsection-image a.anchor,
section.subsection-image a:not([href]):not([class]) {
  top: 0;
  position: absolute;
  display: block;
  visibility: hidden;
  height: 0;
  float: left;
}

/* strong {
}

em {
} */

ul,
ol {
  list-style-type: none;
  padding: 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
  padding-left: 0.5em;
}

li {
  padding: 0 0 0 1em;
  position: relative;
  margin: 1em 0;
}

li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
  font-size: inherit;
}

/* ul {
}

ul li {
} */

ul li::before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #299c0a;
}

ul li ul li::before {
  content: '\f101';
}

ol {
  counter-reset: ordered-list;
}

ol li::before {
  counter-increment: ordered-list;
  content: counter(ordered-list) '. ';
  color: #299c0a;
}

.Disclaimer {
  font-size: 0.875em;
  color: #666;
}

.Float-Left {
  float: left;
  margin: 0 1em 1em 0;
}

.Float-Right {
  float: right;
  margin: 0 0 1rem 4rem;
}

.hide {
  display: none;
}

a.Include,
a.Contact-Form {
  display: none;
}
/* Structure ------------------------------------------------*/
header,
section,
footer {
  width: 100%;
}

header > div,
section > div,
footer > div,
.inner-content,
main > .Subsection-Grid-Table > tbody,
nav#primary > div {
  width: 100%;
  margin: 0 auto;
  padding: 0 8rem;
  box-sizing: border-box;
}

header::after,
section::after,
footer::after,
.clearfix::after {
  content: '';
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}

body > header {
  z-index: 100;
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
}

.speedbump header {
  display: none;
}

.speedbump footer {
  display: none;
}

section {
  padding: 4rem 24rem;
  box-sizing: border-box;
}

form section:not([class*='subsection']) {
  padding: 0;
}

section[class*='subsection']:first-of-type {
  padding-top: 8rem;
}

section.subsection-color:first-of-type {
  padding-top: 12rem;
}

.speedbump section[class*='subsection']:first-of-type {
  padding-top: 4rem;
}

.speedbump section[class*='subsection']:first-of-type {
  padding-bottom: 8rem;
}

section[class*='subsection']:only-child {
  flex-grow: 1;
}

.subsection-color[style*='url'] {
  background-position: 50% 50%;
  background-size: cover;
}

.subsection-color[style*='url']::after {
  background-color: #00205c;
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.65;
}

section.subsection-color[style*='url']::before {
  background-image: radial-gradient(ellipse at center, rgba(17, 17, 17, 0.2) 0%, rgba(34, 34, 34, 0) 66.6666%);
}
/* Hero -----------------------------------------------------*/
#hero {
  background-image: radial-gradient(ellipse at center, rgba(17, 17, 17, 1) 33.333%, rgba(34, 34, 34, 1) 100%);
  background-size: 100vw 100vw;
  background-position: 50% 50%;
  height: 100vh;
  padding: 8rem 0 4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  min-height: 38rem;
}

@media only screen and (max-height: 800px) {
  section#hero {
    padding-bottom: 2rem;
  }
}

section#hero,
section#hero h1,
section#hero h2,
section#hero h3,
section#hero h4,
section#hero h5,
section#hero h6,
section#hero a {
  color: #fff;
}

section#hero h1,
section#hero h2,
section#hero h3,
section#hero h4,
section#hero h5,
section#hero h6 {
  width: 100%;
}

#hero [class*='Button'] {
  border-color: #fff;
}
/* Subsections ----------------------------------------------*/
section[class*='subsection'] > div {
  padding: 0 4rem;
  box-sizing: border-box;
}

section[class*='subsection'] > div::after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}

.subsection + .subsection {
  padding-top: 0;
}

/* section[class*="subsection"] p {
  width: calc(100% + 1rem);
} */

section.subsection > div {
  border-left: solid 1px #c7c9c8;
}

section.subsection-color {
  background-color: #00205c;
  position: relative;
  overflow: hidden;
  padding: 8rem 24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background-color 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

section.subsection-color::before,
section.subsection-image > div::before {
  content: '';
  display: block;
  position: absolute;
  width: 75vw;
  height: 75vw;
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 66.6666%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

section.subsection-color,
section.subsection-color h1,
section.subsection-color h2,
section.subsection-color h3,
section.subsection-color h4,
section.subsection-color h5,
section.subsection-color h6,
section.subsection-image,
section.subsection-image h1,
section.subsection-image h2,
section.subsection-image h3,
section.subsection-image h4,
section.subsection-image h5,
section.subsection-image h6 {
  color: #fff;
}

section.subsection-color [class*='Button'],
section.subsection-image [class*='Button'] {
  color: #fff;
  border-color: #fff;
}

section.subsection-image [class*='Button']:hover,
section.subsection-color [class*='Button']:hover {
  background-color: #fff;
  color: #00205c;
}

section.subsection-color p,
section.subsection-image p {
  font-weight: 300;
}

section.subsection-color > div {
  position: relative;
  max-height: 46rem;
}

section.subsection-color > div::before,
section.subsection-color > div::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  height: calc(100% + 4rem);
  transform: translate3d(0, -50%, 0);
  padding-left: 8rem;
  /*background-image: url(../images/curve.svg);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

section.subsection-color > div::after {
  right: auto;
  left: 100%;
  transform: translate3d(0, -50%, 0) rotate(180deg);
  visibility: visible;
}

section.subsection-image {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #343741;
  background-image: url(../images/subsection-image.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: translate3d(0, 0, 0);
  min-height: 32rem;
  max-height: 38rem;
  position: relative;
  overflow: hidden;
}

section.subsection-image > div {
  padding: 4rem 8rem;
  margin: 0 0 0 auto;
  width: 40rem;
  background-color: transparent;
  box-sizing: border-box;
}

section.subsection-image > div > *:last-child {
  margin-bottom: 0;
}

section.subsection-image > div::before {
  background-color: #00205c;
  z-index: -1;
  border-radius: 50%;
  width: 60rem;
  height: 60rem;
  right: 0;
  transform: translate3d(25%, -50%, 0);
  background-position: -25% 50%;
  background-size: 75%;
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 66.6666%);
  transition: background-color 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}
/* Primary Nav ----------------------------------------------*/
nav#primary {
  width: 100%;
  background-color: #fff;
  margin: 0;
  top: 0;
  z-index: 100;
  position: relative;
  top: 0;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.125);
}

nav#primary > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav#primary > div > * {
  display: block;
}

.loginVerbiage {
  position: absolute;
  right: 1.5em;
}

nav#primary > div > div {
  display: flex;
  align-items: center;
}

nav#primary > div > div > a + a {
  margin-left: 1.5rem;
}

nav#primary > div > [href='./#Online-Banking'] {
  position: absolute;
  right: 12px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  width: 4rem;
  justify-content: center;
}

nav#primary ul {
  padding: 0;
}

nav#primary > div > ul {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0;
  width: 100%;
}

nav#primary ul li {
  position: static;
  padding: 0.3rem 0;
  margin: 0;
}

nav#primary ul li::before {
  content: none;
}

nav#primary > div > ul > li {
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 0.5rem 0;
  box-sizing: border-box;
  position: relative;
  order: 1;
}

nav#primary > div > ul > li:hover ~ li#logo img,
nav#primary > div > ul > li:hover ~ li#logo svg {
  height: 3rem;
}

nav#primary > div > ul > li#logo:nth-child(5n):nth-last-child(-n + 4) {
  order: 3;
}

nav#primary > div > ul > li#logo:nth-child(3n):nth-last-child(-n + 2) {
  order: 2;
}

nav#primary > div > ul > li:nth-child(3n):nth-last-child(-n + 3),
nav#primary > div > ul > li:nth-child(2n):nth-last-child(-n + 2) {
  order: 4;
}

nav#primary > div > ul > li:nth-child(4n):nth-last-child(-n + 3) {
  order: 5;
}

nav#primary > div > ul > li h2 {
  padding: 0.5rem 1rem;
  width: 11.5rem;
  cursor: default;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  flex-grow: 1;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

nav#primary > div > ul > li h2,
nav#primary > div > ul > li h3 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

nav#primary > div > ul > li h3 {
  margin-bottom: 1rem;
  color: #00205c;
}

nav#primary > div > ul > li h3,
nav#primary > div > ul > li a {
  font-weight: 700;
}

nav#primary > div > ul > li a {
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

/*nav#primary > div > ul > li > div a::before,
 * nav#primary > div > ul > li > div a::after {
 *     display: inline-block;
 *         opacity: 0;
 *             z-index: -1;
 *                 position: absolute;
 *                     margin-top: -.125em;
 *                         font-size: 1.5em;
 *                             transition: opacity 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
 *                                 font-weight: 300;
 *                                 }
 *
 *                                 nav#primary > div > ul > li > div a::before {
 *                                     content: "\(";
 *                                         height: 110%;
 *                                             left: -0.5em;
 *                                                 line-height: 1em;
 *                                                 }
 *
 *                                                 nav#primary > div > ul > li > div a::after {
 *                                                     content: "\)";
 *                                                         margin-left: 0.5rem;
 *                                                         }
 *
 *                                                         nav#primary > div > ul > li > div a:hover::before,
 *                                                         nav#primary > div > ul > li > div a:hover::after {
 *                                                             opacity: 1;
 *                                                             }*/

nav#primary > div > ul > li > div {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  background-color: #f2f2f2;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  left: 0;
  top: 100%;
  z-index: -1;
}

nav#primary > div > ul > li:nth-last-child(2) > div,
nav#primary > div > ul > li:nth-child(n + 2):last-child > div,
nav#primary > div > ul > li:nth-child(n + 3):nth-last-child(-n + 3) > div,
nav#primary > div > ul > li:nth-child(n + 4):nth-last-child(-n + 4) > div,
nav#primary > div > ul > li:nth-child(n + 5):nth-last-child(-n + 5) > div,
nav#primary > div > ul > li:nth-child(n + 6):nth-last-child(-n + 6) > div,
nav#primary > div > ul > li:nth-child(n + 7):nth-last-child(-n + 7) > div {
  right: 0;
  left: auto;
}

nav#primary > div > ul > li > div div {
  margin-top: -24rem;
  margin-bottom: 2rem;
  min-width: 11rem;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  padding: 0 2rem;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  border-left: solid 1px #b2b5b6;
}

nav#primary > div > ul > li > div div:first-child {
  border: none;
}

nav#primary > div > ul > li > div::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.375rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.125) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

nav#primary > div > ul > li:hover {
  background-color: #299c0a;
}

@media only screen and (min-width: 1025px) {
  nav#primary > div > ul > li:hover > div div {
    margin-top: 3rem;
  }

  nav#primary > div > ul > li:hover {
    border-radius: 0;
  }

  nav#primary > div > ul > li:hover h2 {
    color: #fff;
  }
}

nav#primary #menuopen,
nav#primary #loginopen {
  display: none;
  font-weight: 400;
}

nav#primary #loginopen::before {
  margin-right: 0.5em;
}

nav#primary #menuopen {
  font-size: 1.55rem;
}

nav#primary > div > ul > li#logo {
  position: relative;
  transform: translate3d(0, 0, 0);
  background: none;
  flex-grow: 0;
  max-width: 19rem;
}

nav#primary > div > ul > li#logo,
nav#primary > div > ul > li#logo a {
  width: 19rem;
  box-sizing: border-box;
  z-index: 10000;
}

nav#primary > div > ul > li#logo a {
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0 2rem 0;
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  box-shadow: 0 -1.625rem 0.5rem -0.125rem rgba(0, 0, 0, 0);
}

nav#primary > div > ul > li#logo img,
nav#primary > div > ul > li#logo svg {
  width: auto; /* Adjust the width of the logo to best fit the space. Use multiples of rems.*/
  max-width: calc(100% - 2rem);
  z-index: 2;
  position: relative;
  display: block;
  margin: 0 auto;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  height: 5rem; /* Set this to the same ratio as the logo using the width below. 300px:100px as  12rem:4rem*/
}

nav#primary > div > ul > li#logo svg {
  fill: #00205c;
}

nav#primary > div > ul > li#logo a:hover {
  padding: 1.75rem 0 2.5rem 0;
  box-shadow: 0 -1.625rem 0.5rem -0.125rem rgba(0, 0, 0, 0.25);
}

nav#primary > div > ul > li#logo a:hover svg {
  fill: #299c0a;
}

nav#primary > div > ul > li#logo a::after {
  content: '';
  display: block;
  width: 315%;
  padding-top: 315%;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 2.25rem 0.25rem -2rem rgba(0, 0, 0, 0.125);
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

nav#primary #mobile-logo {
  display: flex;
  padding: 0.5rem 0;
  width: 40vw;
  box-sizing: border-box;
  align-items: center;
}

nav#primary #mobile-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 14rem;
  fill: #00205c;
}

nav#primary #mobile-logo:hover svg {
  fill: #299c0a;
}

@media only screen and (min-width: 1025px) {
  nav#primary #mobile-logo {
    display: none;
  }

  nav#primary > div > div {
    display: none;
  }
}
/* Icons ----------------------------------------------------*/
[class*='fa-']::before {
  font-family: 'FontAwesome';
}

[class*='fi-'] {
  font-family: 'fiserv';
  font-style: normal;
  font-weight: 400;
  color: #343741;
  font-size: 1.5rem;
}

[class*='fi-'] + [class*='fi-'] {
  margin-left: 0.5em;
}

.fi-fdic::before {
  content: '\e601';
}

.fi-ehl::before {
  content: '\e600';
  font-size: 1.25em;
}
/* Forms and buttons ----------------------------------------*/
input,
select {
  padding: 0.5em 1em;
  box-sizing: border-box;
  display: block;
}

#login input[type='submit'],
#login input[type='reset'],
#login button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.Button1,
.Button2 {
  display: inline-block;
  padding: 0.25em 1.5em;
  box-sizing: border-box;
  border-radius: 1.5em;
  font-weight: 400;
  height: auto;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  margin: 0 1rem 1rem 0;
}

.Button1:hover,
.Button2 {
  background-color: #00205c;
  color: #fff;
  border: solid 1px transparent;
}

.Button1,
.Button2:hover {
  background: transparent;
  color: #299c0a;
  border: solid 1px;
}

.Button1,
.Button2:hover {
  border-color: #299c0a;
}

form#the-form label:hover span,
form#the-form label:hover p,
form#the-form label:hover strong,
form#the-form .required::before,
form#the-form ul[required]::before,
form#the-form .table ul:hover,
form#the-form label.invalid:hover input[type='radio'] + span,
form#the-form label.invalid:hover input[type='checkbox'] + span {
  color: #299c0a;
}

form#the-form a[data-duplicate],
form#the-form [data-duplicate],
form#the-form a[data-remove],
form#the-form [data-remove],
form#the-form a[data-duplicate] span,
form#the-form label.required::after,
form#the-form li:first-child label::after,
form#the-form label[data-invalid-msg]::after,
form#the-form input[type='radio']:checked + span::before,
form#the-form input[type='checkbox']:checked + span::before {
  background-color: #299c0a;
}

form#the-form .invalid input:focus,
form#the-form .invalid select:focus,
form#the-form .invalid textarea:focus,
form#the-form .invalid input[type='radio'] + span::before,
form#the-form .invalid input[type='checkbox'] + span::before,
form#the-form input[type='checkbox']:not([disabled]):hover + span::before,
form#the-form input[type='radio']:not([disabled]):hover + span::before,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-color: #299c0a;
}

/* Pseudo Select 3.0.0 by JP Larson, Copyright 2018 Fiserv. All rights reserved. */
/*Psuedo Select --------------------------------------*/
/* Non-Adjustable Styles */
.ps-select {
  position: relative;
  display: block;
}

.ps-select select {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: inherit;
  outline: none !important;
  -webkit-appearance: none;
  appearance: none;
  transition: none;
  opacity: 0;
}

.ps-select [data-select] {
  display: block !important;
  position: absolute;
  width: auto;
  min-width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: inherit;
  line-height: inherit;
  outline: none;
  transition: z-index 0s 0.5s ease, border-radius 0s 0.5s ease;
  color: #000;
}

.ps-select [data-select] [data-options-wrapper] {
  display: block !important;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  transition: visibility 0.25s 0.125s ease, transform 0.25s 0.125s ease;
  transform: scaleY(0);
  transform-origin: top center;
}

.ps-select [data-select]:focus [data-options-wrapper] {
  visibility: visible;
  transform: scaleY(1);
  transition-delay: 0s !important;
}

.ps-select [data-select].open-up [data-options-wrapper] {
  bottom: 100%;
  top: auto;
  transform-origin: bottom center;
}

.ps-select [data-select]:focus {
  z-index: 345;
  transition-delay: 0s !important;
}

.ps-select [data-select]::after {
  content: '\f107';
  display: flex;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  z-index: 3;
  pointer-events: none;
  font-size: 1.25em;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
  color: #000;
}

.ps-select [data-select].open-up::after {
  transform: rotate(180deg);
}

.ps-select [data-select],
.ps-select [data-option] {
  cursor: pointer;
}

.ps-select [data-select]::before,
.ps-select [data-option] {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  height: inherit;
  line-height: inherit;
  box-sizing: border-box;
  z-index: 1;
  white-space: nowrap;
  text-decoration: inherit;
  font-style: inherit;
}

.ps-select [data-select]::before {
  content: attr(data-html);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  color: inherit;
  background-color: inherit;
}

.ps-select.invalid [data-select]::before {
  height: 100%;
  width: 100%;
}

.ps-select [data-select]:focus::before {
  pointer-events: none;
}

.ps-select [data-option].disabled {
  cursor: default;
}

.ps-select.ready [data-option] {
  transition: opacity 0.25s 0.125s ease;
}

.ps-select [data-option] {
  opacity: 0;
}

.ps-select [data-select]:focus [data-option] {
  opacity: 1;
}

.ps-select [data-option] a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  color: inherit;
  text-decoration: inherit;
  font-style: inherit;
  cursor: pointer;
}

.ps-select [data-option] a:hover {
  color: inherit;
}

.ps-select [data-select]:focus [data-option] {
  transition-delay: 0s, 0s !important;
}

@media (pointer: coarse) {
  .ps-select [data-select] {
    pointer-events: none;
  }
}

/* Pseudo Select 3.0.0 by JP Larson, Copyright 2018 Fiserv. All rights reserved. */
.ps-select select,
.ps-select [data-select] {
  height: 3em; /* The pseudo select will inherit this height */
  line-height: 3em; /* Set to the same as the height */
  user-select: none;
}

.ps-select [data-select] {
  color: #000;
  text-decoration: none;
  font-style: normal;
}

.ps-select [data-select]::before,
.ps-select [data-option] {
  padding: 0 1em;
}

.ps-select [data-select]::before {
  color: inherit;
  background-color: #fff; /* Change the select background color here.*/
}

.ps-select [data-select]::before,
.ps-select [data-options-wrapper],
.rounded-corners .ps-select [data-select]:not(.open-up) [data-options-wrapper],
.rounded-corners.ps-select [data-select]:not(.open-up) [data-options-wrapper],
.rounded-corners .ps-select [data-select].open-up [data-options-wrapper],
.rounded-corners.ps-select [data-select].open-up [data-options-wrapper],
.ps-select [data-option] {
  border: solid 1px rgba(204, 204, 204, 1); /* Change this for the borders on the select*/
}

.ps-select [data-select]::after {
  /* color: inherit; */
  right: 1em;
}

.ps-select [data-select]:not(.open-up) [data-options-wrapper] {
  border-top: none;
}

.ps-select [data-select].open-up [data-options-wrapper] {
  border-bottom: none;
}

.ps-select [data-options-wrapper] {
  background-color: #fff; /* Change this for the options background-color */
}

.ps-select [data-option] {
  color: inherit;
  border-left: none;
  border-right: none;
  border-top: none;
}

.ps-select [data-option]:last-child {
  border-bottom: none;
}

.ps-select [data-select]:focus [data-option].active {
  /* Currently selected option */
  background-color: #eee;
}

.ps-select [data-option]:hover,
.ps-select [data-select]:focus [data-option].active:hover {
  /* Option and selected option hover */
  background-color: #ccc;
}

.ps-select [data-option].disabled {
  /* Disabled option */
  color: #aaa;
}

/* Hide First Option. Comment out to show first option. */
.ps-select [data-option='']:first-child {
  display: none !important;
}

/* Border Radius */
.rounded-corners .ps-select [data-select]::before,
.rounded-corners.ps-select [data-select]::before,
.rounded-corners .ps-select [data-options-wrapper],
.rounded-corners.ps-select [data-options-wrapper] {
  border-radius: 1.5em; /*Change the border-radius here.*/
}

.rounded-corners .ps-select [data-select] [data-options-wrapper],
.rounded-corners.ps-select [data-select] [data-options-wrapper] {
  top: calc(100% - 1px);
}

.rounded-corners .ps-select [data-select].open-up [data-options-wrapper],
.rounded-corners.ps-select [data-select].open-up [data-options-wrapper] {
  bottom: calc(100% - 1px);
  top: auto;
}

@media (min-width: 768px) {
  .horizontal.rounded-corners.ps-select [data-select]::before,
  .horizontal .rounded-corners.ps-select [data-select]::before,
  .horizontal .rounded-corners .ps-select [data-select]::before,
  .horizontal.rounded-corners .ps-select [data-select]::before {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }
}

/* Online Banking 1.4.1 by JP Larson, Copyright 2018 Fiserv. All rights reserved. */
#login,
#login form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#login {
  padding: 1em 2em;
  box-sizing: border-box;
  width: 52em;
  font-size: 1rem;
  position: relative;
  z-index: 340;
  align-content: center;
  /* order: 4; */
  order: 3;
}

@media only screen and (min-width: 670px) {
  #login {
    font-size: 1rem;
  }
}

#login form {
  margin-bottom: 0;
}

#login h2 {
  width: 100%;
  margin-top: 0;
}

#login label {
  flex-grow: 1;
  margin: 0.25em 0;
  border-right: solid 1px #eee;
  position: relative;
  line-height: inherit;
  box-sizing: border-box;
  font-size: inherit;
}

#login form label {
  width: 51%;
}

#login label,
#login button {
  height: 3em;
}

#login button {
  border: 1px solid #fff;
  margin: 0.25em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  border-color: #fff 1px solid;
  font-size: 1em;
  padding: 0 0.75em;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

#login button:hover {
  background-color: #ccc;
}

#login label span {
  display: none;
}

#login:not(.personal) .personal,
#login:not(.business) .business,
#login:not(.other) .other {
  display: none;
}

#login input:not([type='radio']):not([type='checkbox']),
#login select {
  border: none;
  width: 100%; /* Comment out if not using lable > input structure*/
  box-sizing: border-box;
  border-radius: 0;
  padding: 0 1em;
  background-color: #fff;
  height: 100%;
  font-size: inherit;
  font-family: inherit;
  transition: background-color 0.25s ease;
  border: solid 1px rgba(204, 204, 204, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
}

select::-ms-value {
  background: none;
  color: inherit;
}

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

#login input:not([type='radio']):not([type='checkbox']):focus {
  background-color: #eee;
}

#login ul li:before {
  content: '';
}

#login ul li {
  padding: 0 1rem;
  line-height: 1;
}

#login ul li + li {
  border-left: solid 1px #fff;
}

#login ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#login ul li {
  margin: 0 1em 0 0;
  list-style-type: none;
}

#login ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}

#login ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

#login :-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}

#login :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

#login fieldset {
  border: none;
  padding: 0;
  margin: 0 0 0.5em 0;
  display: block;
  position: relative;
  flex-grow: 1;
}

#login fieldset legend {
  display: block;
  margin-bottom: 0.5em;
}

#login fieldset label {
  border: none;
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  height: auto;
  margin-right: 1em;
  overflow: hidden;
  cursor: pointer;
}

#login fieldset label:last-child {
  margin-right: 0;
}

#login input[type='radio'] {
  position: absolute;
  left: -12em;
  top: -12em;
  visibility: hidden;
}

#login input[type='radio'] + span::before {
  content: '';
  width: 1em;
  height: 1em;
  display: inline-flex;
  border-radius: 50%;
  border: solid 2px #666;
  margin-right: 0.5em;
  transition: background-color 0.25s ease;
}

#login input[type='radio']:checked + span::before {
  background-color: #666;
}

#login input[type='checkbox'] + span,
#login input[type='radio'] + span {
  display: block;
}

#login .valid::before {
  display: none;
}

#login label:last-of-type input:not([type='radio']):not([type='checkbox']) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

#login label {
  border: none;
}

#login input + span[class*='fa-'],
#login select + span[class*='fa-'] {
  position: absolute;
  display: flex;
  height: 100%;
  right: 0.5em;
  top: 0;
  align-items: center;
  font-size: 1.5em;
  pointer-events: none;
}

#login.loading {
  pointer-events: none;
}

#login .spinner {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 3;
}

#login .spinner,
#login .spinner::after {
  transition: opacity 0.25s 0.5s ease;
  opacity: 0;
}

#login.loading .spinner,
#login.loading .spinner::after {
  transition-delay: 1s;
  opacity: 1;
}

#login.loading .spinner {
  opacity: 0.75;
}

#login .spinner::after {
  content: '';
  width: 3em;
  height: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 0.25em rgba(170, 170, 170, 0.5);
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation-name: spinner;
  animation-duration: 1.25s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: 4;
}

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
    border-width: 1.5em;
  }

  50% {
    border-width: 0.25em;
  }

  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
    border-width: 1.5em;
  }
}

/* Border Radius */
#login.rounded-corners,
#login.rounded-corners.horizontal fieldset ~ form label:first-child input:not([type='radio']):not([type='checkbox']) {
  border-radius: 0.5em; /*Change the border-radius here. */
}

#login.rounded-corners input:not([type='radio']):not([type='checkbox']),
#login.rounded-corners select,
#login.rounded-corners button {
  border-radius: 1.5em; /*Change the border-radius here. */
}

#login.rounded-corners button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#login.rounded-corners.horizontal fieldset ~ form label:first-child input:not([type='radio']):not([type='checkbox']) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* Hide Password */
#login.hide-password form label + label {
  display: none;
}

#login.hide-password form label.valid + label {
  display: flex;
}

#login.hide-password label:not(.valid):not(.invalid) input:not([type='radio']):not([type='checkbox']) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

/* Horizontal Layout */
@media (min-width: 768px) {
  #login.horizontal {
    width: 52rem;
    flex-direction: row;
  }

  #login.horizontal label {
    width: 20%;
  }

  #login.horizontal form {
    flex-grow: 2;
    flex-wrap: nowrap;
    width: 24em;
  }

  #login.horizontal input:not([type='radio']):not([type='checkbox']) {
    border-left-width: 0;
    border-right-width: 0;
  }

  #login.horizontal label + label input:not([type='radio']):not([type='checkbox']),
  #login.horizontal fieldset ~ form label:first-child input:not([type='radio']):not([type='checkbox']) {
    border-left-width: 1px;
  }

  #login.horizontal.rounded-corners form input:not([type='radio']):not([type='checkbox']) {
    border-radius: 0;
  }

  #login.horizontal.rounded-corners select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/* Error and Direct Login*/
#login form:not(.error) > .error,
#login form.error > label,
#login form.error > [class*='Button'] {
  display: none !important;
}

#login form > .error {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  /* align-content: center; */
  width: 100%;
}

#login form.error .error [class*='Button'] {
  flex-grow: 1;
}

#login form.error button[type='submit'] {
  display: none !important;
}

#login form.error .Button1 {
  width: 4rem;
  margin: 0em;
  padding: 8px;
  border-radius: 0 1.5rem 1.5rem 0;
  background-color: #358bfa;
  color: #fff;
  border: solid 1px #c7c9c8;
  transition: all 0.25s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  transform: translate3d(0, 0, 0);
  height: 3rem;
}

#login form.error .Button1:hover {
  background-color: #0033a0;
}

#login form .error .message {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding: 1.5em;
  font-size: 1.25em;
  line-height: 1.2;
  box-sizing: border-box;
  color: #000;
}

#login:not(.loading) form.error.message .error .message {
  opacity: 1;
  pointer-events: all;
}

@media (min-width: 768px) {
  #login.horizontal form.error {
    flex-grow: 0;
    width: auto;
  }
}

select:focus::-ms-value {
  background-color: transparent;
  color: #000;
}
/* Validate Form 1.4.2 by JP Larson, Copyright 2018 Fiserv. All rights reserved. */
.validate-form label,
.validate-form fieldset {
  position: relative;
}

.validate-form label .error,
.validate-form fieldset .error {
  display: flex !important;
  content: 'Please fill out this field.';
  font-size: 0.75em;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  z-index: 10;
  background-color: #666;
  padding: 1em;
  box-sizing: border-box;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.validate-form :invalid {
  box-shadow: none;
}

.validate-form .invalid {
  box-shadow: inset 0 0 0 2px #666 !important;
  z-index: 100;
  animation-name: slideShake;
  animation-iteration-count: 2;
  animation-duration: 0.0833s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: 900;
}

.validate-form .invalid .error {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.validate-form .validation {
  display: flex !important;
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgb(255, 102, 0);
  font-size: 0.75em;
  padding: 0.25em 0.5em 0.25em 0.25em;
  opacity: 0.5;
  transition: opacity 0.25s ease;
  z-index: 346;
  align-items: center;
  align-content: center;
  margin: 0;
}

.validate-form .validation:hover {
  opacity: 1;
}

.validate-form .validation::before {
  display: block;
  font-family: 'FontAwesome';
}

.validate-form .validation::after {
  display: block;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.25s ease, margin 0.25s ease;
}

.validate-form .validation:hover::after {
  max-width: 5em;
  margin-left: 0.25em;
}

/* .validate-form .required .validation::before {
  content: "\f06a";
} */

.validate-form .required .validation::after {
  content: 'Required';
}

/* .validate-form .valid .validation::before {
  content: "\f058";
} */

/* .validate-form .valid .validation::after {
  content: "Completed";
} */

.validate-form .valid .validation {
  color: rgb(102, 102, 102);
}

.validate-form fieldset label .validation,
.validate-form fieldset label .error {
  display: none !important;
}

@keyframes slideShake {
  0% {
    transform: translateX(0em);
  }

  25% {
    transform: translateX(-0.125em);
  }

  75% {
    transform: translateX(0.125em);
  }

  100% {
    transform: translateX(0em);
  }
}

/* Login Online Banking -------------------------------------*/
#login {
  text-align: center;
  /* order: 4; */
  order: 3;
  z-index: 10;
  padding-top: 2rem;
}

#login form {
  display: inline-flex;
  flex-wrap: wrap;
  width: 48rem;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  /* transform: translate3d(0,0,0); */
}

#login form div {
  display: flex;
  width: 100%;
  align-items: stretch;
  background-color: #dfe1df;
  border-radius: 1.5rem;
}

#login form.error div {
  background-color: transparent;
}

#login form div > * {
  order: 2;
}

#login.business form {
  width: 24rem;
}

#login input,
#login select {
  width: 29.16666666666667%;
  flex-grow: 1;
  box-sizing: border-box;
  border: none;
  height: 3rem;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  outline: none;
  text-overflow: ellipsis;
  padding: 0 2rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

#login input {
  border-left: solid 1px #b2b5b6;
}

#login input:focus,
#login select:focus,
#login input:hover,
#login select:hover {
  background-color: #dfe1df;
}

#login select {
  width: 100%;
  padding-left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  cursor: pointer;
}

#login select + div {
  order: 1;
  background-color: #fff;
  width: 2rem;
  border-radius: 1.5rem 0 0 1.5rem;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

#login select:hover + div,
#login select:focus + div {
  background-color: #dfe1df;
}

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

#login button[type='submit'] {
  width: 4rem;
  margin: 0;
  padding: 0;
  border-radius: 0 1.5rem 1.5rem 0;
  background-color: #299c0a;
  color: #fff;
  border: solid 1px #c7c9c8;
  transition: all 0.25s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  transform: translate3d(0, 0, 0);
}

#login button[type='submit']:hover {
  background-color: #00205c;
}

#login ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#login ul li {
  padding: 0 1rem;
  line-height: 1;
}

#login ul li::before {
  content: none;
}

#login a {
  font-weight: 300;
  padding: 0;
}

#login a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#login ul li + li {
  border-left: solid 1px #fff;
}

#login.personal .bob,
#login.business .rob {
  display: none;
}

#login.personal input.bob,
#login.business input.rob {
  width: 0%;
  padding: 0;
  border: none;
  flex-grow: 0;
  display: block;
}

@media (max-width: 768px) {
  #login.business form {
    width: 100%;
  }
}
/* General Tables ----------------------------------------------*/
section[class*='subsection'] > table:not([class]) {
  width: 150% !important;
  background-color: #fff;
  margin: 4rem 0 4rem -25%;
}

.Subsection-Grid-Table {
  opacity: 1;
  visibility: visible;
  padding: 2rem 0;
}

section.subsection + .Subsection-Grid-Table {
  border-top: solid 1px #b2b5b6;
}

.Subsection-Grid-Table,
.Subsection-Grid-Table > tbody,
.Subsection-Quicklinks-Table,
.Subsection-Quicklinks-Table > tbody {
  display: block;
  box-sizing: border-box;
}

.Subsection-Grid-Table > tbody > tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -1rem;
}

.Subsection-Grid-Table > tbody > tr > td {
  box-sizing: border-box;
  width: 28rem;
  padding: 0 0 0 4rem;
  margin: 3rem 1rem;
  border-left: solid 1px #c7c9c8;
  min-height: 12rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.Subsection-Grid-Table > tbody > tr > td > * {
  max-width: 100%;
}

.Subsection-Grid-Table > tbody > tr > td > *:first-child {
  margin-top: 0;
}

.Subsection-Grid-Table > tbody > tr > td > *:last-child {
  margin-bottom: 0;
}

.Subsection-Grid-Table + section.subsection {
  border-top: solid 1px #b2b5b6;
}

.Subsection-Quicklinks-Table {
  opacity: 1;
  visibility: visible;
}

.Subsection-Quicklinks-Table,
.Subsection-Quicklinks-Table a {
  color: #fff;
  font-weight: 300;
}

.Subsection-Quicklinks-Table > tbody > tr {
  display: flex;
  background-color: #00205c;
  transform: translate3d(0, 0, 0);
  flex-wrap: wrap;
  transition: background-color 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

.Subsection-Quicklinks-Table > tbody > tr > td {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  width: 15%;
  padding: 2rem;
  text-align: center;
  min-height: 14rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  min-width: 200px;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

.Subsection-Quicklinks-Table > tbody > tr > td:hover {
  background-color: #299c0a;
}

.Subsection-Quicklinks-Table > tbody > tr > td::before {
  content: '';
  width: 101%;
  height: 0;
  padding-top: 101%;
  box-sizing: border-box;
  min-height: 100%;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 66.6666%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}

.Subsection-Quicklinks-Table > tbody > tr > td:nth-last-child(2)::before {
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 66.6666%);
}

.Subsection-Quicklinks-Table > tbody > tr > td:nth-last-child(3)::before {
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 66.6666%);
}

.Subsection-Quicklinks-Table > tbody > tr > td:nth-last-child(4)::before {
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 66.6666%);
}

.Subsection-Quicklinks-Table > tbody > tr > td:nth-last-child(5)::before {
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 66.6666%);
}

.Subsection-Quicklinks-Table > tbody > tr > td:nth-last-child(6)::before {
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 66.6666%);
}

.Subsection-Quicklinks-Table > tbody > tr > td::after {
  content: '';
  display: block;
  height: 1px;
  width: 8rem;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 0.5rem;
  pointer-events: none;
  max-width: 75%;
}

.Subsection-Quicklinks-Table a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 1.3rem;
}

.Subsection-Quicklinks-Table a::before {
  display: flex;
  border: solid 1px rgba(255, 255, 255, 0.5);
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.Subsection-Quicklinks-Table a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* Table Classes --------------------------------------------*/
[class*='Table-'] {
  border-collapse: separate;
  border-spacing: 0;
  display: table;
  margin: 2rem 0;
}

[class*='Table-'] > tbody {
  display: table-row-group;
}

[class*='Table-'] > tbody > tr {
  display: table-row;
  transition: all 0.25s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

[class*='Table-'] > tbody > tr > td {
  font-size: 1rem;
}

.Table-Style > thead > tr > th,
[class*='Table-'] > tbody > tr > td {
  display: table-cell;
  border-left: solid 1px #b2b5b6;
  border-top: solid 1px #b2b5b6;
  padding: 1em;
}

.Table-Style,
[class*='Table-'] {
  border-right: solid 1px #b2b5b6;
}

.Table-Style.calcs tbody tr td,
.Table-Style.calcs {
  border: none;
}

[class*='Table-'] {
  border-bottom: solid 1px #b2b5b6;
}

[class*='Table-'] > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

[class*='Table-'] > tbody > tr > td > *,
[class*='Table-'] > thead > tr > th > * {
  font-size: 1em;
  max-width: 100%;
}

[class*='Table-'] > tbody > tr > td > *:first-child,
[class*='Table-'] > thead > tr > th > *:first-child {
  padding-top: 0;
  margin-top: 0;
}

[class*='Table-']:not(.Table-Grid) > tbody > tr > td > *:last-child,
[class*='Table-']:not(.Table-Grid) > thead > tr > th > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.Table-Style > thead > tr > th,
.Table-Product > tbody > tr > td:first-child {
  background-color: rgba(0, 0, 0, 0.05);
}

.Table-Style caption,
.Table-Product > thead > tr > th {
  background-color: #00205c;
  color: #fff;
  padding: 1em;
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  font-weight: 300;
  transition: background-color 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

.Table-Product > thead > tr > th:first-child {
  font-weight: 400;
}

.Table-Style caption::before,
.Table-Product > thead > tr > th::before {
  content: '';
  display: block;
  position: absolute;
  width: 110%;
  padding-top: 110%;
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 66.6666%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.Table-Product > thead > tr > th::before {
  width: 16rem;
  height: 16rem;
  min-width: 100%;
}

.Table-Style caption::before {
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 66.6666%);
}

.Table-Product > thead > tr > th:nth-last-child(2)::before {
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 66.6666%);
}

.Table-Product > thead > tr > th:nth-last-child(3)::before {
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 66.6666%);
}

.Table-Product > thead > tr > th:nth-last-child(4)::before {
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.3) 66.6666%);
}

.Table-Product > thead > tr > th:nth-last-child(5)::before {
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.4) 66.6666%);
}

.Table-Product > thead > tr > th:first-child {
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.7);
}

.Table-Product > thead > tr > th:last-child {
  overflow: visible;
}

.Table-Product > thead > tr > th:last-child::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #00205c;
}
/* Full Width Aligned Rows -------------------------------------------------------*/
.Table-Grid {
  display: block;
  width: 100%;
  overflow: hidden;
  border-right: none;
  border-bottom: none;
}

.Table-Grid,
.Table-Grid > tbody,
.Table-Grid > tbody > tr,
.Table-Grid > tbody > tr > td {
  box-sizing: border-box;
}

.Table-Grid > tbody {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem; /* -1x the tr margin*/
  width: calc(100% + 2rem); /* 100% + (2x the tr margin)*/
}

.Table-Grid > tbody > tr {
  display: flex;
  justify-content: center;
  margin: 1rem;
  width: calc(33.3333% - 2rem); /* 100% / (number of columns) - (2x the margin)*/
  background-color: #f2f2f2;
}

.Table-Grid > tbody > tr > td {
  display: inline-block;
  padding: 1rem 2rem;
  max-width: 100%;
  border: none !important;
}

.Table-Grid > tbody > tr > td:only-child {
  width: 100%;
}

.Table-Grid > tbody > tr > td > *:last-child {
  margin-bottom: 1rem;
}

.Table-Grid > tbody > tr > td img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .Table-Grid > tbody > tr {
    width: calc(50% - 2rem); /* 100% / (number of columns) - (2x the margin)*/
  }
}

@media only screen and (max-width: 480px) {
  .Table-Grid > tbody > tr {
    width: 100%;
  }
}

/* Replace this with the CSS that could / should be modified by the web developer. */
.Table-Location > * > tr > * {
  flex-basis: calc(33% - 2rem) /* Change this to 50% if not using a photo in the first column */;
}

/* Footer -----------------------------------------------------*/
footer {
  background-color: #dfe1df;
  padding: 1rem 0;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

footer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer > div > div:last-child {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

footer nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  margin: 0 0 1rem 0;
  border-bottom: solid 1px #a4a7a9;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 100%;
}

footer ul {
  display: flex;
}

footer ul,
footer ul li {
  padding: 0;
  margin: 0;
}

footer ul li::before {
  content: none;
}

footer ul li a {
  margin: 1rem 0;
  font-weight: 400;
}

footer ul li a[class*='fa-'] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  border: solid 1px;
  border-radius: 50%;
}

footer ul li a[class*='fa-'] {
  border-color: #299c0a;
}

footer ul li a[class*='fa-']:hover {
  border-color: transparent;
  background-color: #00205c;
  color: #fff;
}

footer ul li + li {
  margin-left: 2rem;
}

footer ul:last-child li + li {
  margin-left: 1rem;
}

footer > div > div > p {
  margin-bottom: 0;
}
/* Go to top --------------------------------------------------*/
#gototop {
  position: fixed;
  bottom: 7rem;
  right: -7.5em;
  background-color: #299c0a;
  padding-right: 0.5em;
  color: #fff;
  font-size: 1rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  border-radius: 2rem 0 0 2rem;
  border: solid 1px #fff;
}

#gototop.gototopactive {
  right: -4.875em;
}

@media only screen and (min-width: 640px) {
  #gototop.gototopactive:hover {
    right: 0;
  }
}

#gototop::before {
  padding: 0.5rem 0.5rem 0.75rem 0.75rem;
  font-family: FontAwesome;
  font-size: 1.25rem;
  display: inline-block;
}
/* Notice ----------------------------------------------*/
.notice {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: rgba(52, 55, 65, 0.7);
  z-index: 100;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  animation: none;
  visibility: hidden;
}

.notice-active.noticeactive .notice {
  opacity: 1;
  visibility: visible;
}

.notice table,
.notice table > tbody {
  display: block;
  box-sizing: border-box;
}

.notice table {
  width: 48rem;
  background-color: #fff;
  transform: translateY(-300%);
  position: relative;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

.notice-active.noticeactive .notice table {
  transform: translateY(-25%);
}

.notice table > tbody > tr,
.notice table > tbody > tr > td {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
}

.notice table > tbody > tr > td {
  margin: 4rem 0;
  padding: 0 4rem;
  width: 100%;
  min-height: 4rem;
  max-height: 8rem;
  overflow: hidden;
}

.notice table > tbody > tr > td p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 2rem;
  max-width: 100%;
}

.noticecloser,
.noticeclosersession {
  position: absolute;
  display: block;
  right: 1.75rem;
  top: 1rem;
  z-index: 10000;
  cursor: pointer;
}

.noticeclosersession {
  right: 3.75rem;
}

.noticecloser::before,
.noticeclosersession::before {
  content: '\f00d';
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.25rem;
  transition: all 0.25s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  font-weight: 400;
  color: #299c0a;
}

.noticecloser:hover::before,
.noticeclosersession:hover::before {
  color: rgba(52, 55, 65, 0.5);
}

.noticeclosersession::before {
  content: '\f068';
}

.bottom-notice .notice {
  height: auto;
  top: auto;
  bottom: 0;
  background: none;
}

.bottom-notice .notice table {
  width: 100%;
  padding: 0 24rem;
  box-shadow: 0 -0.25rem 0.25rem rgba(0, 0, 0, 0.125);
}

.notice-active.bottom-notice .notice table {
  transform: translateY(100%);
}

.notice-active.noticeactive.bottom-notice .notice table {
  transform: translateY(0);
}

.bottom-notice .notice table > tbody > tr > td {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 0;
  margin: 0;
}
/* Toolbar --------------------------------------------------*/
#toolbar {
  position: fixed;
  width: 20rem; /*367*/
  height: auto; /*575*/
  top: 13%;
  right: -24rem;
  z-index: 99;
  padding: 2rem;
  border-radius: 1.5rem 0 0 1.5rem;
  behavior: url(PIE.htc);
  background-color: #dfe1df;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

.tools-active #toolbar {
  right: -20rem;
}

#toolbar > div {
  width: auto;
  padding: 0;
}

.tools-active #toolbar.active {
  right: 0px;
}

.toolbtn-widget {
  position: absolute;
  font-family: 'toolbox';
  top: 50%;
  left: -48px;
  width: 48px;
  color: #299c0a;
  transform: translateY(-50%);
  transition: none;
}

.toolbtn-widget span {
  background-color: #dfe1df;
  display: block;
  border-radius: 1.5rem 0 0 1.5rem;
  margin-bottom: 0.5rem;
}

.toolbtn-widget span:last-child {
  margin-bottom: 0;
}

.toolbtn-widget:first-child + .toolbtn-widget {
  top: 175px;
}

.toolbtn-widget:hover span,
.toolbtn-widget:hover span::before,
.toolbtn-widget.active span {
  color: #b2b5b6;
}

.toolbtn-widget span:before {
  content: '';
  font-family: FontAwesome;
  font-size: 1.7rem;
  padding: 0.75rem;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  opacity: 1;
  display: block;
  text-align: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.25s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

.toolbtn-widget span.icon-info:before {
  content: '\f05a';
}

.toolbtn-widget span.icon-question:before {
  content: '\f059';
}

@media only screen and (max-width: 1024px) {
  .desktop #toolbar {
    top: 7%;
    z-index: 10005;
  }
}

@media only screen and (max-height: 668px) {
  .desktop #toolbar {
    top: 5%;
    z-index: 10005;
  }
}
/* Secure Forms Base Colors ----------------------------------*/
form label.required::after,
form li:first-child label::after,
form label[data-invalid-msg]::after {
  background-color: #299c0a;
}

form .invalid input[type='radio'] + span::before,
form .invalid input[type='checkbox'] + span::before {
  border-color: #299c0a;
}

form label.invalid:hover input[type='radio'] + span,
form label.invalid:hover input[type='checkbox'] + span {
  color: #299c0a;
}

form .invalid input:focus,
form .invalid select:focus,
form .invalid textarea:focus {
  border-color: #299c0a;
}

form .required::before,
form ul[required]::before {
  color: #299c0a;
}

form a[data-duplicate],
form [data-duplicate],
form a[data-remove],
form [data-remove] {
  background-color: #299c0a;
}

form a[data-duplicate] span {
  background-color: #299c0a;
}

form input[type='radio']:checked + span::before {
  background-color: #299c0a;
}

form input[type='checkbox']:checked + span::before {
  background-color: #299c0a;
}

form input[type='checkbox']:not([disabled]):hover + span::before,
form input[type='radio']:not([disabled]):hover + span::before {
  border-color: #299c0a;
}

form .table ul:hover {
  color: #299c0a;
}

/*Personalization */
#personalization {
  position: fixed;
  top: 0;
  left: -18rem;
  z-index: 100;
  padding: 0.5rem 1rem 0.5rem 2rem;
  display: flex;
  justify-content: center;
  background-color: transparent;
  border-radius: 0 1.5rem 1.5rem 0;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  box-sizing: border-box;
  height: 4rem;
}

.personalization-active #personalization {
  left: 0;
}

.guestWelcome {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* .greeting {
  font-size: 1.3rem;
} */

.greeting a {
  font-weight: normal;
}

.date-and-time {
  display: none;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Personalization Popup */
#personalizationPopupxy {
  display: block;
  position: fixed;
  width: calc(32rem + 1px);
  z-index: 99;
  top: -150%;
  left: 50%;
  background: #dfe1df;
  transform: translate3d(-50%, 0, 0);
  padding: 0;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.125);
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

.personalization-active #personalizationPopupxy.active {
  top: 8rem;
}

a#personalizationPopupx:hover {
  color: #fff;
  text-decoration: none;
}

.personalizationPopupTitle {
  padding: 1rem 2rem;
  margin: 0;
}

#personalizationPopupx {
  position: absolute;
  z-index: 40;
  width: 2rem;
  height: 2rem;
  top: 1rem;
  right: 0.5rem;
  display: block;
}

#personalizationPopup {
  padding: 1rem 2rem;
  background: #f2f2f2;
  border-radius: 0;
  overflow: auto;
}

#personalizationName {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #personalizationPopupxy {
    width: 100%;
    z-index: 1000;
    max-height: 100vh;
    overflow: scroll;
  }

  .personalization-active #personalizationPopupxy.active {
    top: 0;
  }

  .personalizationPopupClosePerm {
    float: none !important;
    display: block;
    margin-top: 1rem;
  }
}
/* Responsive Queries ---------------------------------------*/
@media only screen and (max-width: 1600px) {
  html {
    font-size: 0.98887515451174vw;
  }
  /* Structure ------------------------------------------------*/
  header > div,
  section > div,
  footer > div,
  .inner-content,
  main > .Subsection-Grid-Table > tbody,
  nav#primary > div {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* Subsections ----------------------------------------------*/
  section {
    padding: 4rem 16rem;
  }

  section.subsection-color {
    padding: 8rem 16rem;
  }

  section.subsection-image > div::before {
    transform: translate3d(14rem, -50%, 0);
  }

  section.subsection-image > div {
    width: 32rem;
    padding: 4rem;
  }
  /* notice ----------------------------------------------*/
  .bottom-notice .notice table {
    padding: 0 16rem;
  }
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 1.5420200462606vw;
  }
  /* Structure ------------------------------------------------*/
  header > div,
  section > div,
  footer > div,
  .inner-content,
  main > .Subsection-Grid-Table > tbody,
  nav#primary > div {
    padding: 0 2rem;
  }
  /* Primary Nav ----------------------------------------------*/
  nav#primary > div > ul > li#logo,
  nav#primary > div > ul > li#logo a {
    width: 14rem;
  }

  nav#primary > div > ul > li#logo svg {
    width: 10rem;
  }

  nav#primary > div > ul > li h2 {
    width: 10.5rem;
  }
  /* General Tables ----------------------------------------------*/
  .Subsection-Grid-Table > tbody > tr > td {
    padding-left: 2rem;
  }
  /* Subsections ----------------------------------------------*/
  section[class*='subsection']:first-of-type {
    padding-top: 8rem;
  }

  section,
  section.subsection-color {
    padding: 4rem;
  }

  section.subsection-image > div {
    width: 30rem;
    padding: 2rem;
  }

  section.subsection-image > div::before {
    transform: translate3d(-2rem, -50%, 0);
  }
  /* Footer ---------------------------------------------------*/
  .weather-active.stocks-active footer > div {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .personalization-active footer {
    padding: 1rem 0 3rem 0;
  }
  /*Personalization */
  #personalization {
    top: auto;
    bottom: 0;
    height: auto;
    border-radius: 0 1.5rem 0 0;
    background-color: #dfe1df;
    padding: 0.5rem 1rem 0.5rem 2rem;
    border: solid 1px #fff;
  }
  /* notice ----------------------------------------------*/
  .bottom-notice .notice table {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 1.953125vw;
  }

  body {
    padding: 0;
  }

  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 300;
  }

  h2 {
    font-size: 2.05rem;
    line-height: 3rem;
    font-weight: 700;
  }

  h3 {
    font-size: 1.95rem;
    line-height: 3rem;
  }

  h4 {
    font-size: 1.55rem;
    line-height: 2rem;
    font-weight: 700;
  }

  h5 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  section a.anchor,
  section a:not([href]):not([class]) {
    top: -4rem;
  }
  /* Hero -----------------------------------------------------*/
  #hero {
    height: auto;
    min-height: 75vw;
    padding-top: 4rem;
  }
  /* Online Banking ----------------------------------------------*/
  #login form {
    width: 100%;
  }
  /* Primary Nav ----------------------------------------------*/
  header {
    position: static;
  }

  nav#primary > div {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }

  nav#primary > div > ul > li > div::after {
    content: none;
  }

  nav#primary > div > * {
    margin-right: 1.5rem;
  }

  nav#primary > div > *:first-child {
    margin-left: 3.125%;
    margin-right: 0;
  }

  nav#primary > div > [href='./#Online-Banking'] {
    display: none;
  }

  nav#primary #menuopen,
  nav#primary #loginopen {
    display: block;
    margin-bottom: 0;
    margin-right: 0;
  }

  nav#primary > div > ul {
    top: 100%;
    left: 0;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
  }

  nav#primary > div > ul > li {
    margin-top: -5em;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    max-width: none;
  }

  nav#primary > div > ul > li h2 {
    padding: 1.5rem;
    width: auto;
  }

  .opennav nav#primary > div > ul > li {
    margin-top: 0;
    min-height: 0;
    padding: 0;
    background-color: transparent !important;
  }

  nav#primary > div > ul > li > div {
    position: static;
    z-index: 1;
    box-shadow: none;
    width: 100%;
  }

  .opennav nav#primary > div > ul > li.active {
    background-color: #00205c;
  }

  .opennav nav#primary > div > ul > li.active > div div {
    margin-top: 2rem;
  }

  nav#primary > div > ul > li#logo {
    display: none;
  }
  /* Structure ----------------------------------------------*/
  section {
    padding: 4rem 2rem;
  }
  /* Subsections ----------------------------------------------*/
  section[class*='subsection'] > div {
    padding: 0 2rem;
  }

  section.subsection-color,
  section[class*='subsection']:first-of-type {
    padding: 4rem 2rem;
  }

  section.subsection-color > div::before {
    transform: scaleX(0.5) translate3d(75%, -50%, 0);
  }

  section.subsection-color > div::after {
    transform: scaleX(0.5) translate3d(-75%, -50%, 0) rotate(180deg);
  }
  /* General Tables ----------------------------------------------*/
  .Subsection-Grid-Table > tbody > tr > td {
    width: 22rem;
    padding-left: 2rem;
    margin: 2rem 1rem;
  }
  /* Subsections ----------------------------------------------*/
  section.subsection-image > div {
    width: 24rem;
    padding: 4rem 2rem;
  }
  /* notice ----------------------------------------------*/
  .bottom-notice .notice table {
    padding: 0 2rem;
  }

  .bottom-notice .notice table > tbody > tr > td {
    padding: 2rem;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* Footer ----------------------------------------------*/
  .weather-active:not(.stocks-active) footer > div,
  .stocks-active:not(.weather-active) footer > div {
    align-items: stretch;
  }

  .weather-active:not(.stocks-active) footer nav,
  .stocks-active:not(.weather-active) footer nav {
    flex-direction: column;
  }

  .weather-active:not(.stocks-active) footer ul:first-child,
  .stocks-active:not(.weather-active) footer ul:first-child {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }

  .weather-active:not(.stocks-active) footer ul:first-child li,
  .stocks-active:not(.weather-active) footer ul:first-child li {
    margin: 0;
  }

  .weather-active:not(.stocks-active) footer small,
  .stocks-active:not(.weather-active) footer small {
    margin: 1rem auto;
    display: block;
    text-align: center;
  }

  .weather-active:not(.stocks-active) footer > div > div > p,
  .stocks-active:not(.weather-active) footer > div > div > p {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 2.60416666666667vw;
  }
  /* Hero -----------------------------------------------------*/
  #hero {
    min-height: 0;
  }
  /* Primary Nav ----------------------------------------------*/
  [class*='subsection'] table {
    width: 100% !important;
  }

  nav#primary > div > ul > li > div {
    flex-direction: column;
  }

  nav#primary > div > ul > li > div div {
    border-bottom: none;
    padding: 0;
    margin-top: -500px;
  }

  nav#primary > div > ul > li > div div::before {
    content: none;
  }

  nav#primary > div > ul > li > div h3,
  nav#primary > div > ul > li > div div ul li {
    padding: 0.5em 3.125%;
    text-align: center;
  }

  nav#primary > div > ul > li > div div ul li {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }

  nav#primary > div > ul > li > div div:not(:last-child) ul li:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }

  nav#primary > div > ul > li > div div {
    border: none;
    margin-bottom: 0;
  }

  .opennav nav#primary > div > ul > li.active > div div {
    margin-top: 1rem;
  }
  /* Structure ----------------------------------------------*/
  main > .Subsection-Grid-Table > tbody {
    width: 100%;
  }
  /* Subsections ----------------------------------------------*/
  section.subsection-color,
  section.subsection-image > div,
  section[class*='subsection']:first-of-type {
    padding: 4rem 2rem;
  }

  section[class*='subsection'] > div {
    padding: 0 2rem;
    box-sizing: border-box;
  }

  section.subsection > div {
    border-left: none;
  }

  /* section[class*="subsection"] p {
    width: auto;
  } */

  section.subsection-color > div::before,
  section.subsection-color > div::after {
    content: none;
  }

  section.subsection-color::before,
  section.subsection-image > div::before {
    width: 150vw;
    height: 150vw;
  }

  section.subsection-image {
    background-position: 50% 0%;
    padding-top: 16rem;
    background-size: 125%;
    max-height: none;
  }

  section.subsection-image > div {
    width: 100%;
    padding: 4rem;
    min-height: 0;
  }

  section.subsection-image > div::before {
    background-color: #00205c;
    z-index: -1;
    border-radius: 50%;
    width: 400%;
    padding-top: 400%;
    height: 0;
    top: 0;
    transform: translate3d(-50%, 16rem, 0);
    background-position: 50% -5%;
    background-size: 25%;
  }
  /* General Tables ----------------------------------------------*/
  .Subsection-Grid-Table > tbody > tr {
    margin: 0;
  }

  .Subsection-Grid-Table > tbody > tr > td {
    min-height: 0;
    padding: 2rem 0;
    margin: 0 2rem;
    width: 100%;
    border-left: none;
  }

  .Subsection-Grid-Table > tbody > tr > td:first-child {
    padding-top: 0;
  }

  .Subsection-Grid-Table > tbody > tr > td:last-child {
    padding-bottom: 0;
  }

  .Subsection-Grid-Table > tbody > tr > td + td {
    border-top: solid 1px #c7c9c8;
  }

  .Subsection-Quicklinks-Table > tbody > tr > td {
    width: 50%;
  }
  /*footer ----------------------------------------------*/
  footer > div {
    flex-wrap: wrap;
  }
  /* Notice ----------------------------------------------*/
  .notice table > tbody > tr > td {
    max-height: 12rem;
  }
}

@media only screen and (max-width: 769px) {
  img[class*='Float'] {
    max-width: 18rem;
    margin-left: 0;
    margin-right: 0;
  }

  [class*='Float'] {
    float: none;
  }

  #Online-Banking {
    top: -12rem;
  }
  /* Table Classes --------------------------------------------*/
  .Table-Product > thead {
    display: none;
  }

  .Table-Product > tbody > tr > td {
    display: block;
  }

  .Table-Product > tbody > tr > td::before {
    content: attr(data-title);
    display: block;
  }

  .Table-Product > tbody > tr > td {
    border-left: solid 1px #b2b5b6;
  }

  .Table-Product > tbody > tr:last-child > td:not(:last-child) {
    border-bottom: none;
  }

  /* hero ----------------------------------------------*/
  #hero {
    padding-top: 0;
  }
  /* Online Banking ----------------------------------------------*/
  .home #login {
    order: 1;
    flex-grow: 0;
    height: 0;
    padding: 0px 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    background-color: #343741;
    margin-bottom: 4rem;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
  }

  .openob #login {
    height: 17rem;
  }

  #login form div {
    flex-wrap: wrap;
    border-radius: 0;
    background-color: transparent;
  }

  #login input,
  #login select {
    text-align: left;
    height: 2rem;
    border-left: none;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
    width: 60%;
  }

  #login select {
    width: 100%;
    border-radius: 1rem;
    padding-left: 2rem;
  }

  #login select + div {
    display: none;
  }

  #login button[type='submit'] {
    border: solid 1px #fff;
    height: 3rem;
    /* line-height: 3rem; */
  }

  #login input + input {
    border-radius: 1rem 0 0 1rem;
  }

  .business input#AccessIDVisible {
    border-radius: 1rem 0 0 1rem;
  }
  /* Notice ----------------------------------------------*/
  .notice-active.noticeactive .notice table {
    transform: translate(0);
  }

  .notice table > tbody > tr > td {
    max-height: 24rem;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 4.16666666666667vw;
  }
  /* Structure ------------------------------------------------*/
  header > div,
  section > div,
  footer > div,
  .inner-content,
  main > .Subsection-Grid-Table > tbody,
  section[class*='subsection'] > div {
    padding: 0 1rem;
  }

  section {
    padding: 2rem 1rem;
  }
  /* Subsections ----------------------------------------------*/
  section.subsection-image {
    background-size: 155%;
  }

  section.subsection-image > div {
    padding: 3rem 2rem 2rem 2rem;
  }

  section.subsection-color,
  section[class*='subsection']:first-of-type {
    padding: 2rem 1rem;
  }
  /* General Tables ----------------------------------------------*/
  .Subsection-Grid-Table > tbody > tr > td {
    margin: 0 1rem;
  }
  /* Footer ----------------------------------------------*/
  footer > div {
    flex-direction: column;
  }

  footer nav {
    flex-direction: column;
  }

  .weather-active footer nav,
  .stocks-active footer nav {
    border-top: solid 1px #a4a7a9;
  }

  footer ul:first-child {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }

  footer ul:first-child li {
    margin: 0;
  }

  footer small {
    margin: 1rem auto;
    display: block;
    text-align: center;
  }

  .bottom-notice .notice table {
    padding: 0 1rem;
  }

  .bottom-notice .notice table > tbody > tr > td {
    padding: 2rem 1rem 1rem 1rem;
  }
}

@media only screen and (max-width: 320px) {
}

.test footer,
.test #personalization {
  display: none;
}

.test .promo-content,
.test .quicklinks,
.test .Subsection-Quicklinks-Table,
.test .subsection-image-content,
.test .quick-links-content,
.test .caption-container {
  border: 3px dashed red;
}

.test .caption-container div.caption * {
  border: 1px dashed blue;
}

/* Legacy use or if site doesn't have page-padding variables present */
:root {
  --page-padding-left: 4vw;
  --page-padding-right: 4vw;
}
/* End legacy use */

.fdic .inner-content {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

@media (max-width: 1000px) {
  .header-topnav nav.secondary {
    flex-wrap: wrap;
    height: auto !important;
  }
}
.header-topnav header nav.secondary {
  justify-content: space-between;
}
