.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #489fca;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #489fca;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 34px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 25px;
  font-size: 16px;
}

a {
  color: #489fca;
  text-decoration: none;
}

a:hover {
  color: #000;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: square;
}

li {
  margin-bottom: 12px;
  color: #333;
  font-size: 15px;
}

.body {
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.top-sect {
  height: 60px;
  padding: 15px 30px;
  background-color: #10a4cd;
}

.top-sect.mobile {
  display: none;
}

.nav-sect {
  position: relative;
  z-index: 9999;
  height: 90px;
  padding: 10px 30px;
  box-shadow: 0 0 9px 0 rgba(51, 51, 51, 0.5);
}

.hero-sect {
  display: none;
  height: 500px;
  padding: 0px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #211f1f;
  background-image: url('../images/new-hero-overlay.png'), url('../images/Hero-pic.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
}

.hero-sect.slider {
  display: block;
  height: 600px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
}

.main-sect {
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 80px 30px;
}

.cta-sect {
  overflow: hidden;
  height: auto;
  margin-right: 0px;
  margin-bottom: 2px;
  padding: 60px 20px;
  background-color: rgba(16, 164, 205, 0.2);
  text-align: center;
}

.section-3 {
  height: 610px;
}

.section-3.ad-sect {
  display: block;
  overflow: hidden;
  height: 600px;
  background-image: radial-gradient(circle closest-corner at 40% 30%, #e4edce, #cee3aa);
}

.footer-sect {
  overflow: hidden;
  height: auto;
  padding: 40px 30px;
  background-color: #10a4cd;
}

.base-sect {
  overflow: hidden;
  height: 130px;
  padding: 30px 30px 26px;
  box-shadow: 0 -2px 6px 0 rgba(51, 51, 51, 0.2);
}

._80 {
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

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

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

.col {
  height: 30px;
  padding: 0px;
  text-align: left;
}

.col.tc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.top-link {
  display: inline;
  margin-right: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.top-link.login {
  display: inline-block;
  margin-right: 15px;
}

.top-link.login:hover {
  color: #fbd116;
}

.top-link.onlinebanking {
  margin-right: 15px;
  color: #fbd116;
  font-size: 15px;
  font-weight: 700;
}

.top-link.onlinebanking:hover {
  color: #000;
}

.top-link.button {
  margin-right: 15px;
  color: #fbd116;
}

.top-link.button:hover {
  color: #000;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  padding: 22px 9px 20px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #489fca;
}

.nav-link.w--current {
  color: #489fca;
}

.nav-link.last {
  padding-right: 0px;
}

.nav-link.dd {
  padding: 22px 9px 20px;
  font-size: 14px;
}

.nav-link.dd:hover {
  color: #489fca;
}

.nav-link.dd.last {
  padding-top: 22px;
  padding-bottom: 20px;
  line-height: 25px;
}

.section-4 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 70px;
  margin-top: -2px;
  margin-right: 0px;
  padding-right: 23px;
  padding-left: 30px;
  border-bottom: 4px solid #fbd116;
  background-color: #222020;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.para {
  display: block;
  margin-bottom: 15px;
  float: none;
  font-size: 16px;
}

.search-field-desktop {
  width: 80px;
  height: 30px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  float: right;
  border: 1px none #000;
  border-radius: 30px 0px 0px 30px;
  color: #000;
  font-size: 12px;
}

.form {
  display: inline-block;
  float: none;
  background-color: transparent;
  text-align: right;
}

.submit-button {
  width: 40px;
  height: 30px;
  padding: 2px 5px 3px;
  float: right;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #fff;
  color: #000;
  font-size: 10px;
  font-weight: 700;
}

.submit-button:hover {
  color: #489fca;
}

.form-block {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  float: none;
}

.top-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top-links-wrapper.mobile {
  display: none;
}

.column {
  padding-right: 15px;
  padding-left: 30px;
}

.column-2 {
  padding-right: 30px;
  padding-left: 15px;
}

.div-block-2 {
  width: 100%;
  height: 250px;
  background-image: url('../images/pic1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4 {
  width: 100%;
  height: 250px;
  background-image: url('../images/pic2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column-3 {
  height: 250px;
  padding: 0px;
  background-color: #fff;
  text-align: left;
}

.columns {
  box-shadow: 0 0 9px 0 rgba(51, 51, 51, 0.3);
}

.div-block-5 {
  margin: 20px;
}

.heading {
  max-height: 50px;
  min-height: 70px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.link {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #489fca;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.paragraph-2 {
  overflow: hidden;
  max-height: 80px;
  min-height: 0px;
  margin-bottom: 15px;
  text-align: left;
}

.button-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 15px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-image: url('../images/button-style.jpg');
  background-position: 0% 50%;
  background-size: cover;
  box-shadow: 0 0 3px 0 #489fca;
  opacity: 1;
  color: #050503;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-style:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.button-style.mobb {
  display: none;
}

.button-style.login {
  margin-bottom: 15px;
}

.text-block-2 {
  line-height: 14px;
  font-weight: 700;
}

.columns-2 {
  position: relative;
  height: 600px;
  padding-top: 80px;
  padding-right: 60px;
  padding-left: 60px;
}

.column-4 {
  height: 520px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/girl-phone.png');
  background-position: 70% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  padding-right: 10px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tag {
  margin-bottom: 20px;
  color: rgba(51, 51, 51, 0.6);
  text-transform: uppercase;
}

.big-ad-text {
  margin-bottom: 40px;
  font-size: 4.7em;
  line-height: 1em;
}

.div-block-6 {
  width: 80%;
  height: auto;
}

.ft-col {
  height: auto;
  padding-right: 30px;
  padding-left: 0px;
  background-color: transparent;
  text-align: left;
}

.ft-col.line {
  padding-right: 0px;
  padding-left: 30px;
  border-right: 1px none hsla(0, 0%, 100%, 0.2);
  text-align: right;
}

.ft-col.line.dividerline {
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
}

.ft-links {
  display: block;
  margin-bottom: 13px;
  color: hsla(0, 0%, 100%, 0.7);
  line-height: 14px;
  text-decoration: none;
}

.ft-links:hover {
  color: #fbd116;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fbd116;
  font-size: 18px;
  font-weight: 400;
}

._90 {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ft-base-links {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 19px;
  padding-bottom: 19px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.ft-base-links:hover {
  color: #489fca;
}

.centre-base-col {
  text-align: center;
  text-decoration: none;
}

.right-base-col {
  padding-right: 0px;
  text-align: right;
}

.emagine {
  display: inline-block;
  margin-right: 0px;
  margin-left: 15px;
  padding-top: 19px;
  padding-bottom: 19px;
  color: rgba(51, 51, 51, 0.2);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.emagine:hover {
  color: #000;
}

.hero-col {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.column-6 {
  height: auto;
}

.hero-button-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: justify;
}

.hero-ad-text {
  width: 90%;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 4.4em;
  line-height: 1em;
  font-weight: 700;
}

.hero-tag-text-1 {
  color: #fbd116;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-tag-text-2 {
  color: #fbd116;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}

.brand {
  padding-top: 11px;
}

.brand.w--current {
  padding-top: 5px;
}

._40 {
  width: 40%;
  height: 66px;
  float: left;
}

._20 {
  width: 20%;
  height: 66px;
  float: left;
  border-right: 3px solid hsla(0, 0%, 100%, 0.2);
  -webkit-transform: skew(-36deg, 0deg);
  -ms-transform: skew(-36deg, 0deg);
  transform: skew(-36deg, 0deg);
}

._20:hover {
  background-color: #2f2b2b;
}

._20.first {
  width: 20%;
  border-left: 3px solid hsla(0, 0%, 100%, 0.2);
}

._20._20end {
  padding-right: 0px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: skew(37deg, 0deg);
  -ms-transform: skew(37deg, 0deg);
  transform: skew(37deg, 0deg);
  color: rgba(255, 254, 254, 0.6);
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-3:hover {
  color: #fbd116;
}

.text-block-5 {
  display: inline-block;
  padding-top: 23px;
  padding-bottom: 23px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-8 {
  width: 80%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: #333;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.blog-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 62px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 31px;
  font-weight: 700;
  text-align: left;
}

.hero-sect-internal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 0px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #211f1f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Borrow.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Borrow.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-sect-internal:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Borrow.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Borrow.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.h1-internal {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}

.ft-col-set {
  margin-bottom: 0px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #489fca;
  font-size: 23px;
  line-height: 30px;
}

.items-list {
  margin-top: 0px;
  padding-left: 18px;
  list-style-type: square;
  -webkit-column-count: 0;
  column-count: 0;
  -webkit-column-rule: 0px solid transparent;
  column-rule: 0px solid transparent;
}

.list-items {
  margin-bottom: 6px;
  opacity: 0.95;
  font-size: 15px;
  text-align: left;
}

.divider {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(72, 159, 202, 0.3);
}

.divider.serv {
  padding-top: 30px;
  padding-bottom: 30px;
}

.intext {
  border-style: none none dotted;
  border-width: 1px;
  border-color: #000 #000 #489fca;
  color: #489fca;
  text-decoration: none;
}

.intext:hover {
  border-bottom-color: #000;
  color: #000;
}

.column-12 {
  padding-right: 30px;
  padding-left: 0px;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.link-block-4 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted hsla(0, 0%, 60%, 0.2);
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
}

.link-block-4:hover {
  padding-left: 3px;
  color: #10a4cd;
}

.link-block-4.w--current {
  padding-left: 3px;
  color: #489fca;
}

.column-13 {
  display: block;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.board-cols {
  margin-right: -10px;
  margin-bottom: 25px;
  margin-left: -10px;
}

.board-title {
  margin-top: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.board-pic-wrapper {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.text-block-7 {
  margin-bottom: 10px;
  color: #10a4cd;
  font-weight: 700;
}

.board-col {
  padding-right: 10px;
  padding-left: 10px;
}

.blogs {
  display: block;
  margin-bottom: 30px;
  border-bottom-style: none;
  color: #489fca;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.blogs:hover {
  color: #000;
}

.columns-blog {
  margin-bottom: 30px;
  box-shadow: 0 0 9px 0 rgba(51, 51, 51, 0.3);
}

.pics-wrapper {
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.13);
}

.date {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 1px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.column-14 {
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.column-15 {
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.column-16 {
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.image-2 {
  margin-top: -1px;
  margin-right: 6px;
  opacity: 0.5;
}

.columns-5 {
  margin-right: -10px;
  margin-bottom: 50px;
  margin-left: -10px;
}

.feature-section {
  overflow: hidden;
  padding: 29px 20px;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  margin-bottom: 60px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fea-pic-1 {
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-image: url('../images/pic2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 13px rgba(0, 0, 0, 0.09);
}

.fea-pic-2 {
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-image: url('../images/pic1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 13px rgba(0, 0, 0, 0.09);
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._70 {
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.fea-para {
  margin-bottom: 20px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 24px;
}

.div-block-9 {
  padding-right: 40px;
  padding-left: 19px;
}

.div-block-10 {
  height: auto;
  padding-right: 20px;
  padding-left: 40px;
}

.column-19 {
  padding-right: 0px;
  padding-left: 10px;
}

.button-style-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-top: 25px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-image: url('../images/button-style.jpg');
  background-position: 0% 50%;
  background-size: cover;
  box-shadow: 0 0 3px 0 #489fca;
  opacity: 1;
  color: #050503;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-style-small:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.pagination-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pagination-wrapper.onsearch {
  padding-left: 0px;
}

.pag-link {
  position: static;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.3);
  border-radius: 6px;
  background-color: #fff;
  color: rgba(51, 51, 51, 0.5);
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.pag-link:hover {
  background-color: #333;
  color: #fbd116;
}

.pag-link.w--current {
  border-style: none;
  background-color: #333;
  box-shadow: 0 3px 3px 0 rgba(72, 159, 202, 0.3);
  color: #fbd116;
}

.blog-wrapper {
  width: 100%;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.13);
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #333;
  text-decoration: none;
}

.blog-wrapper:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.blog-title-centered {
  width: 70%;
  max-height: none;
  min-height: 0px;
  margin: 0px auto 15px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.blog-internall-pic {
  display: none;
  width: 100%;
  height: 350px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.13);
  border-radius: 6px;
  background-image: url('../images/JANNOU-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-detail-para {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.blog-back-wrapper {
  margin-top: 30px;
  padding: 10px 10px 10px 0px;
}

.back-link-but {
  position: static;
  display: block;
  width: auto;
  height: 40px;
  margin-right: 15px;
  padding: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.3);
  border-radius: 6px;
  background-color: #fff;
  color: rgba(51, 51, 51, 0.5);
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}

.back-link-but:hover {
  background-color: #333;
  color: #fbd116;
}

.back-link-but.w--current {
  border-style: none;
  background-color: #333;
  box-shadow: 0 3px 3px 0 rgba(72, 159, 202, 0.3);
  color: #fbd116;
}

.categ {
  display: inline-block;
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.block-quote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left-color: rgba(72, 159, 202, 0.3);
  color: #489fca;
  font-size: 23px;
  line-height: 33px;
  font-style: italic;
  text-align: left;
}

.wrapper {
  position: relative;
  display: block;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-wrapper {
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.faq-text {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}

.faq-text.v2 {
  min-height: 45px;
  margin-bottom: 25px;
  color: #489fca;
  text-decoration: underline;
  text-transform: uppercase;
}

.faded-para {
  opacity: 0.7;
  font-size: 15px;
}

.download-link.wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 59px;
  padding-left: 55px;
  color: #333;
  text-decoration: none;
}

.download-link.wrapper:hover {
  color: #489fca;
}

.para-2 {
  opacity: 0.75;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.para-2.summary {
  overflow: hidden;
  max-height: 160px;
  margin-bottom: 25px;
}

.para-2.summary.downloads {
  max-height: 80px;
}

.wrapper-2 {
  position: relative;
  display: block;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-2.download {
  padding-left: 0px;
}

.small-divider {
  display: none;
  width: 50px;
  height: 1px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.download-icon {
  font-size: 15px;
  text-transform: capitalize;
}

.download-icon.special {
  position: absolute;
  left: 0px;
  top: -5px;
  width: 85px;
  height: 100px;
  float: none;
  background-image: url('../images/download.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.05;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}

.text {
  font-size: 15px;
  text-transform: capitalize;
}

.text.title {
  overflow: hidden;
  max-height: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -4px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
}

.text.title.download {
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 20px;
  line-height: 40px;
}

.text.title.download:hover {
  color: #489fca;
}

.ddbg {
  background-color: #489fca;
}

.ddbg.w--open {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.6);
}

.dropdown-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.dropdown-link:hover {
  background-color: #fbd116;
  color: #000;
}

.dropdown-link.w--current {
  background-color: #fbd116;
  color: rgba(0, 0, 0, 0.75);
}

.h1-internal-blog {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #489fca;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.italic-text {
  color: #489fca;
}

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

.h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: #489fca;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}

.h4:hover {
  color: rgba(0, 0, 0, 0.75);
}

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

.submit-button-2 {
  display: none;
  border-radius: 6px;
  background-color: #489fca;
}

.form-label {
  font-size: 13px;
  font-weight: 700;
}

.form-field {
  height: 50px;
  border-radius: 8px;
  background-color: #f5f5f5;
  font-size: 16px;
}

.form-field:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 230, 140, 0.3)), to(rgba(240, 230, 140, 0.3)));
  background-image: linear-gradient(180deg, rgba(240, 230, 140, 0.3), rgba(240, 230, 140, 0.3));
}

.form-field:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 230, 140, 0.3)), to(rgba(240, 230, 140, 0.3)));
  background-image: linear-gradient(180deg, rgba(240, 230, 140, 0.3), rgba(240, 230, 140, 0.3));
}

.form-field.comments {
  height: 130px;
}

.form-field.select {
  background-color: rgba(16, 164, 205, 0.1);
}

.social-wrapper {
  display: inline;
  margin-top: 1px;
  margin-right: 7.5px;
  margin-left: 7.5px;
}

.social-icon {
  margin-bottom: 3px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon:hover {
  -webkit-filter: none;
  filter: none;
}

.column-21 {
  padding-right: 40px;
}

.slider {
  height: 100%;
}

.slider-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(16, 164, 205, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.content-wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._50-wrapper {
  overflow: hidden;
  width: 71%;
}

.arrow {
  opacity: 0.4;
}

.arrow:hover {
  opacity: 0.8;
}

.cal-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  overflow: auto;
  height: 100vh;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.center-popup-wrapper {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  border-radius: 6px;
  background-color: #fbd116;
}

.center-popup-wrapper.banking {
  position: relative;
  z-index: 1;
  width: 650px;
}

.center-popup-wrapper.cal {
  position: relative;
  z-index: 1;
  width: 650px;
}

.bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #489fca;
  color: #fff;
  text-transform: uppercase;
}

.bar-wrapper.banking {
  background-color: #fbd116;
}

.bar-wrapper.results {
  background-color: rgba(0, 0, 0, 0.25);
}

.close-link {
  opacity: 0.63;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

.close-link:hover {
  opacity: 1;
}

.close-link.banking {
  color: #000;
  text-shadow: none;
}

.cal-wrapper {
  overflow: hidden;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 6px 6px;
  background-color: hsla(0, 0%, 96.1%, 0.2);
}

.title-h4 {
  color: #fff;
  text-shadow: none;
}

.title-h4.banking {
  color: #000;
}

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

.row.spaced {
  margin-right: -10px;
  margin-bottom: 40px;
  margin-left: -10px;
}

.online-banking-pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  overflow: auto;
  height: 100vh;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.online-banking-wrapper {
  padding: 20px;
  background-color: #fff;
}

.register-link {
  display: block;
  margin-top: 10px;
  float: right;
  color: #000;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
}

.register-link:hover {
  color: #489fca;
}

.forgot-link {
  display: block;
  margin-top: 10px;
  float: left;
  opacity: 0.73;
  color: #000;
  font-size: 14px;
  font-style: italic;
}

.forgot-link:hover {
  color: #489fca;
}

.contact-text {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.contact-link {
  color: #489fca;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-para {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.opening-hours {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 700;
}

.opening-hours-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.map {
  height: 600px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.slider-nav {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-wrapper {
  padding-right: 30px;
}

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

.text-block-8 {
  margin-bottom: 30px;
  text-align: center;
}

.on-page-search-field {
  height: 50px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0px 20px;
  background-color: rgba(0, 0, 0, 0.03);
  color: #489fca;
}

.on-page-search-field:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.on-page-search-field:focus {
  border-color: rgba(51, 51, 51, 0.1);
  background-color: transparent;
}

.on-page-search-field::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 13px;
}

.on-page-search-field:-ms-input-placeholder {
  font-size: 13px;
  line-height: 13px;
}

.on-page-search-field::-ms-input-placeholder {
  font-size: 13px;
  line-height: 13px;
}

.on-page-search-field::placeholder {
  font-size: 13px;
  line-height: 13px;
}

.search-button {
  float: right;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #489fca;
}

.search-button:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.search-results-title {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #489fca;
  font-size: 20px;
  text-transform: none;
}

.serch-results-para {
  margin-bottom: 20px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 15px;
  font-style: italic;
}

.link-block-6 {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #d7edf5;
  color: #333;
  text-decoration: none;
}

.tabs-menu {
  width: 270px;
  margin-right: 38px;
  padding-right: 0px;
  float: left;
}

.tabs-menu.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: auto;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.tab {
  width: 290px;
  padding: 9px 15px 9px 0px;
  border-bottom: 1px dotted hsla(0, 0%, 60%, 0.2);
  background-color: transparent;
  color: rgba(51, 51, 51, 0.7);
}

.tab:hover {
  padding-left: 3px;
  color: #489fca;
}

.tab.w--current {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
  border-left: 2px solid #489fca;
  background-color: #fff;
  color: #489fca;
  font-weight: 700;
  text-transform: uppercase;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 9px;
  border-bottom: 1px dashed rgba(72, 159, 202, 0.3);
  color: #489fca;
  font-size: 30px;
}

.loan-dash {
  width: 40px;
  height: 3px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: rgba(16, 164, 205, 0.2);
}

.note {
  display: none;
}

.tab-link {
  z-index: 3;
  padding: 5px 30px 5px 0px;
  background-color: transparent;
  color: rgba(51, 51, 51, 0.7);
}

.tab-link.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-color: #489fca;
  background-color: #fff;
  color: #489fca;
  font-weight: 700;
  text-transform: uppercase;
}

.search-field-mobile {
  width: 80px;
  height: 30px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  float: right;
  border: 1px none #000;
  border-radius: 30px 0px 0px 30px;
  color: #000;
  font-size: 12px;
}

.service-intro-wrapper {
  margin-bottom: 30px;
}

.item-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-link {
  padding-bottom: 5px;
  border-bottom: 1px none rgba(0, 0, 0, 0.1);
  color: #489fca;
  text-decoration: none;
  text-transform: capitalize;
}

.select-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-style-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  background-color: transparent;
  background-image: url('../images/button-style.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  color: #050503;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-style-medium:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.div-block-11 {
  text-align: left;
}

.button-style-small-full {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-image: url('../images/button-style.jpg');
  background-position: 0% 50%;
  background-size: cover;
  box-shadow: 0 0 3px 0 #489fca;
  opacity: 1;
  color: #050503;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-style-small-full:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.cal-divider {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted rgba(72, 159, 202, 0.3);
}

.hp-side-link-wrapper {
  width: 100%;
  border-bottom: 1px dotted rgba(16, 164, 205, 0.5);
  text-decoration: none;
}

.contact-form {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  border-radius: 6px;
}

.team-link-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  color: #333;
  text-decoration: none;
  cursor: default;
}

.bio-pic {
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
}

.bio-col {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(16, 164, 205, 0.5);
}

.bio-email {
  color: #489fca;
}

.bio-email:hover {
  color: #000;
}

.bio-para {
  margin-bottom: 3px;
  font-size: 16px;
}

.bio-para.bio-title {
  color: rgba(0, 0, 0, 0.75);
  font-size: 20px;
  font-weight: 700;
}

.title-h4-dark {
  color: rgba(0, 0, 0, 0.75);
  text-shadow: none;
}

.dollarsign {
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.columns-8 {
  margin-bottom: 6px;
}

.mp-value {
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.tip-value {
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.tp-value {
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.logout {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted hsla(0, 0%, 60%, 0.2);
  color: #489fca;
  text-decoration: none;
}

.logout:hover {
  padding-left: 3px;
  color: #000;
}

.dash-member {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted hsla(0, 0%, 60%, 0.2);
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
}

.dash-member:hover {
  padding-left: 0px;
  color: rgba(51, 51, 51, 0.7);
}

.dash-date {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted hsla(0, 0%, 60%, 0.2);
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
}

.dash-date:hover {
  padding-left: 0px;
  color: rgba(51, 51, 51, 0.7);
}

.login-note {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 20%;
  margin: 10px auto 20px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.95);
}

.div-block-12 {
  width: 430px;
  height: auto;
  padding: 30px;
  border-radius: 6px;
  background-color: #489fca;
  text-align: center;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

.image-4 {
  display: block;
  width: 300px;
}

.link-block-7 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
}

.button {
  width: 250px;
  margin-top: 15px;
  border-radius: 100px;
  background-color: #fff;
  color: #000;
}

.button:hover {
  color: #489fca;
}

.close-text-link {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  text-transform: uppercase;
}

.close-text-link:hover {
  opacity: 0.44;
}

.loan-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin: 5px 0px 20px 20px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
}

.loan-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.loan-h3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #10a4cd;
  font-size: 15px;
  line-height: 20px;
}

.loan-ref-no {
  margin-bottom: 25px;
  font-size: 18px;
}

.amount-h3 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #10a4cd;
  font-size: 15px;
  line-height: 20px;
}

.amount-text {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.stutud-h3 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #10a4cd;
  font-size: 15px;
  line-height: 20px;
}

.approval-date-text {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.text-block-11 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}

.tabs-menu-2 {
  width: 290px;
  margin-right: 25px;
  float: left;
}

.tabs-menu-2.v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 43px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-style-full {
  display: block;
  width: 230px;
  margin-top: 25px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-image: url('../images/button-style.jpg');
  background-position: 0% 50%;
  background-size: cover;
  box-shadow: 0 0 3px 0 #489fca;
  opacity: 1;
  color: #050503;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-style-full:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.blog-date-wrapper {
  margin-bottom: 20px;
}

.blog-hero-image {
  width: 100%;
  height: 420px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.13);
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.onpage-link {
  display: block;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted hsla(0, 0%, 60%, 0.2);
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.onpage-link:hover {
  padding-left: 3px;
  color: #10a4cd;
}

.onpage-link.w--current {
  padding-left: 3px;
  color: #489fca;
}

.onpage-link.hidden {
  display: none;
}

.text-block-13 {
  line-height: 14px;
}

._8-divided {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.div-block-13 {
  width: 270px;
}

.div-block-14 {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 0px;
  background-color: #5b6b6e;
  background-image: url('../images/plus-3-icon.svg');
  background-position: 50% 50%;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.text-link {
  position: static;
  display: block;
  border-bottom: 2px dotted rgba(75, 175, 169, 0.4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4bafa9;
  font-weight: 500;
  text-decoration: none;
}

.text-link:hover {
  border-bottom-color: #4bafa9;
}

.text-link.title {
  display: block;
  overflow: hidden;
  max-height: 58px;
  min-height: 58px;
  margin-top: 10px;
  border-bottom-style: none;
  text-decoration: none;
}

.text-link.title.light {
  min-height: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  line-height: 19px;
  font-weight: 700;
}

.lightbox-link {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.lightbox-link:hover {
  background-size: 80px;
}

.title-overly-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(51, 51, 51, 0.5);
  color: #fff;
}

.thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-7 {
  margin-top: 0px;
}

.heading-9 {
  margin-top: 0px;
  font-size: 16px;
}

.droplist-level2-wrapper {
  position: absolute;
  z-index: -1;
  display: none;
  margin-top: 10px;
  margin-left: 99%;
  background-color: #6eb4d6;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.6);
}

.text-icon {
  margin-bottom: 3px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.section-wrapper {
  margin-bottom: 50px;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.heading-10 {
  margin-bottom: 0px;
}

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

.tab-2 {
  margin-right: 20px;
  padding: 9px 15px 9px 0px;
  border-bottom: 1px dotted hsla(0, 0%, 60%, 0.2);
  background-color: transparent;
  color: rgba(51, 51, 51, 0.7);
}

.tab-2:hover {
  color: #489fca;
}

.tab-2.w--current {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 2px solid #489fca;
  background-color: #fff;
  color: #489fca;
  font-weight: 700;
  text-transform: capitalize;
}

.close-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.app-store-link {
  display: block;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 6px;
}

.app-img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-wrapper {
  margin-top: 20px;
  text-align: left;
}

.button-wrapper.mobile {
  display: none;
}

.button-style-auto {
  width: auto;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-image: url('../images/button-style.jpg');
  background-position: 0% 50%;
  background-size: cover;
  box-shadow: 0 0 3px 0 #489fca;
  opacity: 1;
  color: #050503;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-style-auto:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.download-button-wrapper {
  margin-bottom: 20px;
}

.grid-2 {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide {
  position: relative;
}

.slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

._404-img {
  width: 60%;
}

.flex-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-grid {
  display: -ms-grid;
  display: grid;
  min-height: 93px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 30px;
  grid-template-columns: 1fr 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.arrow-icon {
  opacity: 0.75;
  font-family: 'Fa solid 900', sans-serif;
  color: #489fca;
  font-size: 18px;
}

html.w-mod-js *[data-ix="rotate-icon-90-degrees"] {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

html.w-mod-js *[data-ix="hidden-cal-popup"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(2000px, 0px);
  -ms-transform: translate(2000px, 0px);
  transform: translate(2000px, 0px);
}

html.w-mod-js *[data-ix="popup"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction"] {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .top-sect {
    display: none;
  }

  .top-sect.mobile {
    display: block;
  }

  .nav-sect {
    font-size: 14px;
  }

  .hero-sect.slider {
    height: 420px;
  }

  .main-sect {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-3.ad-sect {
    overflow: hidden;
    height: 585px;
  }

  .footer-sect {
    padding-right: 20px;
    padding-left: 20px;
  }

  .base-sect {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._80 {
    width: 100%;
  }

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

  .top-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .top-link.login {
    margin-right: 10px;
    margin-left: 10px;
  }

  .top-link.onlinebanking {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
  }

  .top-link.button {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-link.dd {
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    background-color: #489fca;
    color: #fff;
  }

  .nav-link.dd:hover {
    color: #fbd116;
  }

  .form.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .form-block {
    display: block;
    margin-left: auto;
    float: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .top-links-wrapper {
    padding-top: 0px;
  }

  .button-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-style.mobb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns-2 {
    height: 585px;
  }

  .column-4 {
    background-image: url('../images/girl-phone.png');
  }

  .big-ad-text {
    font-size: 3.6em;
  }

  .div-block-6 {
    width: 100%;
  }

  .ft-col {
    padding-right: 15px;
    padding-bottom: 0px;
  }

  .ft-col.line {
    padding-left: 15px;
  }

  .ft-links {
    display: block;
  }

  .heading-2 {
    min-height: 50px;
  }

  ._90 {
    width: 100%;
  }

  .hero-col {
    width: 100%;
  }

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

  .hero-ad-text {
    width: 70%;
    font-size: 2.7em;
  }

  ._40 {
    width: 34%;
  }

  ._20 {
    width: 22%;
  }

  ._20.first {
    width: 22%;
  }

  ._20._20end {
    width: 22%;
  }

  .link-block-3 {
    font-size: 12px;
    text-align: center;
  }

  .hero-sect-internal {
    min-height: 230px;
  }

  .h1-internal {
    margin-bottom: 0px;
  }

  .column-12 {
    padding-right: 15px;
  }

  .column-13 {
    padding-left: 0px;
  }

  .board-title {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .board-pic-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .column-14 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-15 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._70 {
    width: 100%;
  }

  .div-block-9 {
    padding-right: 0px;
  }

  .div-block-10 {
    padding-left: 0px;
  }

  .button-style-small {
    display: block;
  }

  .wrapper {
    padding-left: 0px;
  }

  .faq-text {
    font-size: 15px;
    line-height: 20px;
  }

  .faq-text.v2 {
    text-transform: capitalize;
  }

  .download-link.wrapper {
    padding-left: 25px;
  }

  .para-2.summary.downloads {
    max-height: 100px;
  }

  .wrapper-2 {
    padding-left: 0px;
  }

  .download-icon.special {
    left: -18px;
    font-size: 190px;
    line-height: 190px;
  }

  .text.title {
    max-height: 200px;
    font-size: 40px;
    line-height: 50px;
  }

  .ddbg.w--open {
    background-color: #5fa5c7;
    box-shadow: none;
  }

  .dropdown-link {
    padding: 10px 10px 10px 40px;
    font-size: 15px;
  }

  .menu-button-2 {
    margin-top: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #fbd116;
    color: rgba(0, 0, 0, 0.75);
    font-size: 13px;
    text-transform: uppercase;
  }

  .menu-button-2:hover {
    background-color: #489fca;
    color: #fbd116;
  }

  .menu-button-2.w--open {
    background-color: #489fca;
  }

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

  .h4 {
    width: 100%;
  }

  ._50-wrapper {
    width: 80%;
  }

  .center-popup-wrapper {
    width: 100%;
  }

  .center-popup-wrapper.banking {
    width: 80%;
  }

  .center-popup-wrapper.cal {
    width: 80%;
  }

  .mob-flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-media-container-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .search-button {
    width: 100%;
    height: 50px;
  }

  .tabs-menu {
    width: 210px;
    margin-left: 0px;
  }

  .search-field-mobile {
    width: 100%;
  }

  .tabs {
    margin-top: 30px;
  }

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

  .button-style-medium {
    display: block;
  }

  .button-style-small-full {
    display: block;
  }

  .contact-form {
    width: 100%;
  }

  .login-note {
    width: 40%;
  }

  .loan-wrapper {
    width: 90%;
    margin-left: 40px;
  }

  .tabs-menu-2 {
    width: 140px;
  }

  .button-style-full {
    display: block;
  }

  .blog-hero-image {
    height: 220px;
  }

  ._8-divided {
    width: 100%;
  }

  .div-block-13 {
    width: 210px;
  }

  .droplist-level2-wrapper {
    position: relative;
    right: auto;
    z-index: 0;
    display: block;
    margin-top: 0px;
    margin-left: 0%;
    box-shadow: none;
  }

  .flex-blog {
    padding-right: 10px;
    padding-left: 10px;
  }

  .title-grid {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 13px;
    grid-template-columns: 1fr 13px;
  }
}

@media screen and (max-width: 767px) {
  .top-sect {
    height: auto;
  }

  .top-sect.mobile {
    padding: 20px 10px;
  }

  .nav-sect {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 11px;
    text-align: center;
  }

  .hero-sect {
    height: 340px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-width: 3px;
    border-bottom-color: rgba(242, 211, 86, 0.4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Hero-pic.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Hero-pic.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .hero-sect.slider {
    height: 380px;
  }

  .main-sect {
    padding: 40px 20px;
  }

  .cta-sect {
    padding: 30px 20px 3px;
  }

  .section-3.ad-sect {
    display: none;
    height: auto;
  }

  .footer-sect {
    padding: 30px 20px;
  }

  .base-sect {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  ._80 {
    width: 100%;
  }

  .col {
    font-size: 17px;
    text-align: center;
  }

  .col.tc-right {
    text-align: center;
  }

  .top-link {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
  }

  .top-link.login {
    display: inline-block;
    margin-right: 11px;
    margin-left: 11px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 400;
  }

  .top-link.onlinebanking {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 400;
  }

  .top-link.button {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
  }

  .section-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .search-field-desktop {
    width: 140px;
    height: 40px;
  }

  .submit-button {
    width: 50px;
    height: 40px;
    background-color: #f5f5f5;
  }

  .form-block {
    margin: 11px auto 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .top-links-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ft-col {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .ft-col.line {
    padding-right: 15px;
  }

  .ft-col.line.dividerline {
    padding-right: 15px;
    border-left-style: none;
  }

  .ft-links {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }

  .heading-2 {
    min-height: 40px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
  }

  ._90 {
    width: 100%;
  }

  .centre-base-col {
    padding: 0px;
  }

  .right-base-col {
    padding-left: 0px;
    text-align: center;
  }

  .emagine {
    margin-left: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .hero-button-col {
    display: none;
    height: 100px;
  }

  .hero-ad-text {
    width: 50%;
    font-size: 2.1em;
    text-shadow: 0 2px 9px rgba(41, 90, 114, 0.6);
  }

  .brand {
    padding-top: 0px;
    padding-left: 0px;
  }

  ._40 {
    width: 25%;
  }

  ._20 {
    width: 25%;
  }

  ._20.first {
    width: 25%;
  }

  ._20._20end {
    width: 25%;
  }

  .link-block-3 {
    font-size: 13px;
    text-align: center;
  }

  .text-block-5 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 15px;
  }

  .blog-title {
    min-height: 0px;
  }

  .columns-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-sect-internal {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-width: 3px;
    border-bottom-color: rgba(242, 211, 86, 0.4);
  }

  .h3 {
    font-size: 23px;
  }

  .list-items {
    margin-bottom: 6px;
  }

  .column-12 {
    margin-bottom: 21px;
    padding-right: 0px;
  }

  .board-pic-wrapper {
    width: 100%;
  }

  .board-col {
    padding-right: 9px;
    padding-left: 9px;
  }

  .pics-wrapper {
    height: 320px;
  }

  .date {
    font-size: 13px;
  }

  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-15 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-5.interaction {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-17 {
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .fea-pic-1 {
    display: none;
    height: 270px;
  }

  .fea-pic-2 {
    display: none;
    height: 270px;
  }

  .column-18 {
    display: block;
    height: auto;
    margin-bottom: 30px;
  }

  ._70 {
    width: 100%;
  }

  .div-block-9 {
    padding-left: 0px;
  }

  .div-block-10 {
    margin-bottom: 19px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-19 {
    padding-left: 0px;
  }

  .button-style-small.colour {
    line-height: 16px;
  }

  .blog-wrapper {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #fff;
  }

  .blog-title-centered {
    width: 80%;
  }

  .categ {
    font-size: 15px;
  }

  .wrapper {
    display: block;
    padding-left: 0px;
  }

  .faq-text.v2 {
    line-height: 19px;
  }

  .download-link.wrapper {
    margin-bottom: 60px;
    padding-bottom: 30px;
    padding-left: 0px;
    border-bottom: 1px dotted transparent;
  }

  .para-2.summary.downloads {
    max-height: none;
  }

  .wrapper-2 {
    display: block;
    padding-left: 0px;
  }

  .download-wrapper {
    padding-left: 0px;
  }

  .small-divider {
    display: none;
  }

  .download-icon.special {
    left: -2px;
    display: none;
    width: 75px;
    height: 70px;
  }

  .text.title {
    max-height: 80px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
  }

  .text.title.download {
    max-height: none;
    font-size: 25px;
    line-height: 35px;
  }

  .menu-button-2 {
    margin-top: 8px;
    background-color: #fbd116;
    color: rgba(0, 0, 0, 0.75);
    font-size: 15px;
  }

  .menu-button-2:active {
    background-color: #489fca;
  }

  .menu-button-2:focus {
    background-color: #489fca;
    color: #fff;
  }

  .menu-button-2.w--open {
    color: #fbd116;
  }

  .menu-button-2.w--open:active {
    background-color: #978e67;
  }

  .columns-6 {
    overflow: visible;
    float: none;
    clear: none;
  }

  .columns-7 {
    margin-bottom: 50px;
  }

  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-21 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrapper {
    width: 100%;
  }

  ._50-wrapper {
    width: 100%;
  }

  .arrow {
    display: none;
  }

  .cal-popup {
    padding-right: 20px;
    padding-left: 20px;
  }

  .center-popup-wrapper {
    width: 100%;
  }

  .center-popup-wrapper.banking {
    width: 100%;
  }

  .center-popup-wrapper.cal {
    width: 100%;
  }

  .title-h4 {
    font-size: 16px;
  }

  .online-banking-pop {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mob-flex-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-media-container-wrapper {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 0px;
  }

  .column-wrapper {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .column-22 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .search-button {
    display: block;
    float: none;
  }

  .tabs-menu {
    overflow: auto;
    width: auto;
    height: 140px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 20px;
    float: none;
    border-style: none;
    border-width: 1px;
    border-color: #489fca;
    background-color: hsla(0, 0%, 96.1%, 0.3);
    box-shadow: inset 0 0 6px 2px rgba(0, 0, 0, 0.1);
  }

  .tabs-menu.search {
    height: auto;
    padding: 0px;
    box-shadow: none;
  }

  .tab {
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.75);
    font-size: 17px;
  }

  .tab.w--current {
    background-color: transparent;
  }

  .h2 {
    text-transform: uppercase;
  }

  .note {
    display: block;
    margin-top: -20px;
    margin-bottom: 25px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 18px;
    font-style: italic;
  }

  .tab-link {
    margin-bottom: -2px;
    padding-top: 6px;
    border-bottom-width: 2px;
    font-size: 16px;
  }

  .tab-link.w--current {
    border-bottom-color: #489fca;
  }

  .search {
    margin-bottom: 40px;
  }

  .search-field-mobile {
    height: 40px;
  }

  .flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-form {
    width: 100%;
  }

  .title-h4-dark {
    font-size: 16px;
  }

  .logout {
    margin-bottom: 20px;
  }

  .login-note {
    width: 60%;
  }

  .loan-wrapper {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .loan-h3 {
    font-size: 17px;
  }

  .loan-ref-no {
    font-size: 19px;
  }

  .amount-h3 {
    font-size: 16px;
  }

  .amount-text {
    font-size: 16px;
  }

  .stutud-h3 {
    font-size: 16px;
  }

  .approval-date-text {
    font-size: 16px;
  }

  .text-block-11 {
    margin-bottom: 20px;
  }

  .tabs-menu-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 65px;
    float: none;
  }

  .paragraph-3 {
    line-height: 18px;
  }

  .blog-hero-image {
    height: 180px;
  }

  .tabs-2 {
    padding-left: 0px;
  }

  ._8-divided {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-13 {
    width: 100%;
    margin-bottom: 35px;
  }

  .div-block-14 {
    padding-left: 0px;
  }

  .ft-branding {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .tab-2 {
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.75);
    font-size: 17px;
  }

  .tab-2.w--current {
    background-color: transparent;
  }

  .button-wrapper.mobile {
    display: block;
  }

  .download-button-wrapper {
    padding-left: 0px;
  }

  ._404-img {
    width: 100%;
  }

  .flex-blog {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-grid {
    min-height: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .top-sect {
    height: auto;
  }

  .top-sect.mobile {
    padding: 14px 20px;
  }

  .hero-sect {
    width: auto;
    height: 410px;
    padding-top: 81px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Hero-pic.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Hero-pic.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .hero-sect.slider {
    height: 330px;
    padding-top: 0px;
  }

  .section-3.ad-sect {
    display: none;
  }

  .footer-sect {
    padding-right: 20px;
    padding-left: 20px;
  }

  .base-sect {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  ._80 {
    width: 100%;
  }

  .col {
    display: block;
    text-align: center;
  }

  .col.tc-right {
    text-align: center;
  }

  .top-link {
    display: block;
    margin-right: 10px;
    margin-bottom: 9px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
  }

  .top-link.login {
    display: block;
    color: #000;
  }

  .top-link.onlinebanking {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    color: #000;
  }

  .top-link.button {
    display: block;
    width: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 9px;
    border-radius: 6px;
    background-color: rgba(16, 164, 205, 0.5);
    color: #fff;
  }

  .top-link.button:hover {
    background-color: #fbd116;
    color: #000;
  }

  .top-link.button.hidden {
    display: none;
  }

  .section-4 {
    height: auto;
    margin-top: -4px;
    padding: 10px 0px;
  }

  .form-block.mobile {
    width: 100%;
  }

  .top-links-wrapper {
    display: none;
  }

  .top-links-wrapper.mobile {
    display: block;
    margin-top: 13px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .column {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-3 {
    height: 300px;
  }

  .heading {
    max-height: none;
    min-height: 0px;
  }

  .button-style.login {
    margin-right: auto;
    margin-left: auto;
  }

  .ft-col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ft-col.line {
    padding-left: 0px;
  }

  .ft-col.line.dividerline {
    padding-left: 0px;
  }

  .ft-base-links {
    margin-right: 9px;
    margin-left: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .centre-base-col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .right-base-col {
    padding-left: 0px;
  }

  .hero-ad-text {
    width: 100%;
    font-size: 30px;
  }

  .brand {
    width: 100%;
    padding-left: 0px;
  }

  .brand.w--current {
    width: 100%;
  }

  ._40 {
    width: 100%;
    height: 40px;
    float: none;
  }

  ._20 {
    width: 100%;
    height: 40px;
    border-right-style: none;
  }

  ._20.first {
    width: 100%;
    border-right-style: none;
    border-left-style: none;
  }

  ._20._20end {
    width: 100%;
    height: 40px;
  }

  .link-block-3 {
    height: 40px;
  }

  .text-block-5 {
    display: block;
    text-align: center;
  }

  .blog-title {
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-bottom: 0px;
  }

  .hero-sect-internal {
    min-height: 180px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-items {
    font-size: 16px;
  }

  .divider {
    padding-bottom: 15px;
  }

  .column-13 {
    padding-left: 0px;
  }

  .pics-wrapper {
    height: 270px;
  }

  .fea-pic-1 {
    display: none;
    height: 250px;
  }

  .fea-pic-2 {
    display: none;
    height: 250px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._70 {
    width: 100%;
  }

  .button-style-small {
    width: 100%;
  }

  .blog-title-centered {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 0px;
  }

  .back-link-but {
    width: 100%;
  }

  .faq-text.v2 {
    min-height: 45px;
    line-height: 19px;
    text-transform: none;
  }

  .download-link.wrapper {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .download-icon.special {
    position: relative;
    display: block;
    width: 45px;
    height: 50px;
  }

  .text.title {
    max-height: 160px;
  }

  .text.title.download {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .menu-button-2 {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 700;
  }

  .h4 {
    font-size: 16px;
    text-align: center;
  }

  .social-wrapper {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }

  .social-icon {
    width: 20px;
  }

  .column-21 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-wrapper {
    padding-top: 23px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/new-hero-overlay.png');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .content-wrapper {
    width: 100%;
  }

  .arrow {
    display: none;
  }

  .logo-image {
    margin-right: auto;
    margin-left: auto;
  }

  .bar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .bar-wrapper.banking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mob-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-media-container-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-22 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-menu {
    overflow: scroll;
    height: 140px;
    padding: 10px;
    border-style: none;
    border-width: 1px;
    border-color: #489fca;
  }

  .tab {
    overflow: visible;
    margin-bottom: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    float: none;
    color: rgba(0, 0, 0, 0.75);
  }

  .tab.w--current {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .note {
    margin-top: -15px;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 18px;
    font-style: italic;
  }

  .tab-link {
    overflow: visible;
    padding-top: 7px;
    padding-right: 21px;
    padding-bottom: 7px;
    float: none;
  }

  .tab-link.w--current {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .search {
    margin-bottom: 20px;
  }

  .flex-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .item-link {
    float: none;
  }

  .button-style-medium {
    width: 100%;
  }

  .button-style-small-full {
    width: 100%;
  }

  .cal-divider {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .column-27 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-28 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .login-note {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-12 {
    width: 230px;
  }

  .button {
    width: 160px;
  }

  .loan-wrapper {
    height: 100px;
    padding: 20px 10px 10px;
  }

  .loan-ref-no {
    font-size: 18px;
  }

  .amount-h3 {
    display: block;
  }

  .stutud-h3 {
    display: block;
  }

  .tabs-menu-2.v2 {
    display: block;
  }

  .paragraph-3 {
    line-height: 18px;
  }

  .button-style-full {
    width: 100%;
  }

  .blog-hero-image {
    height: 119px;
  }

  ._8-divided {
    width: 100%;
  }

  .text-link.title {
    min-height: 0px;
  }

  .image {
    width: 100%;
  }

  .nav-menu {
    overflow: hidden;
    margin-top: 4px;
    border-radius: 6px;
  }

  .tab-2 {
    overflow: visible;
    margin-bottom: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    float: none;
    border-bottom-color: hsla(0, 0%, 60%, 0.2);
    color: rgba(0, 0, 0, 0.75);
  }

  .tab-2.w--current {
    margin-right: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    border-bottom: 1px dotted hsla(0, 0%, 60%, 0.2);
    border-left: 2px solid #489fca;
  }

  .button-style-auto {
    display: block;
    height: auto;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}