* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Rubik", sans-serif;
}

.padded {
  padding: 20px 5%;
  width: 100%;
  box-sizing: border-box;
}

a.use-preset {
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 17px;
  text-decoration: none;
  color: #8694b8;
}
a.use-preset.signin {
  border: 1px solid #5b6fa3;
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}
a.use-preset.signin:hover {
  background: #5b6fa3;
  color: #fff;
  box-shadow: 0px 6px 50px 0 rgba(0, 0, 0, 0.1);
  transition: 0.4s ease-in-out;
}
a.use-preset.register {
  background: #5b6fa3;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: -10px;
}

nav {
  height: 90px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0px 22px rgba(0, 0, 0, 0.1);
}
nav .left, nav section.banner .right, section.banner nav .right {
  height: 60px;
  width: 60%;
  float: left;
}
nav .left .logo, nav section.banner .right .logo, section.banner nav .right .logo {
  float: left;
  width: auto;
  height: inherit;
  margin-right: 50px;
}
nav .left .logo .text, nav section.banner .right .logo .text, section.banner nav .right .logo .text {
  font-size: 35px;
  color: #5b6fa3;
  font-weight: bolder;
}
nav .left .logo .text::first-letter, nav section.banner .right .logo .text::first-letter, section.banner nav .right .logo .text::first-letter {
  background: #5b6fa3;
  border-radius: 50%;
  padding: 5px 15px;
  box-sizing: border-box;
  color: #fff;
}
nav .left ul.right-nav, nav section.banner .right ul.right-nav, section.banner nav .right ul.right-nav {
  float: left;
  height: inherit;
  width: auto;
}
nav .left ul.right-nav > li, nav section.banner .right ul.right-nav > li, section.banner nav .right ul.right-nav > li {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-right: 30px;
  position: relative;
  color: #8694b8;
  font-size: 20px;
  /*
  .kite{
    height: 15px;
    width: 15px;
    background: $background_color;
    position: absolute;
    transform: rotate(45deg);
    margin-left: 5px;
    box-shadow: 0px 6px 35px 0 rgba(0,0,0,.1);
  }
  */
}
nav .left ul.right-nav > li:hover ul, nav section.banner .right ul.right-nav > li:hover ul, section.banner nav .right ul.right-nav > li:hover ul {
  display: block;
}
nav .left ul.right-nav > li a, nav section.banner .right ul.right-nav > li a, section.banner nav .right ul.right-nav > li a {
  display: block;
  width: 100%;
  height: inherit;
  font-size: 20px;
  text-decoration: none;
  color: #8694b8;
}
nav .left ul.right-nav > li ul, nav section.banner .right ul.right-nav > li ul, section.banner nav .right ul.right-nav > li ul {
  height: auto;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  display: none;
  background: #fff;
  box-shadow: 0px 6px 35px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  border-radius: 5px;
}
nav .left ul.right-nav > li ul > li, nav section.banner .right ul.right-nav > li ul > li, section.banner nav .right ul.right-nav > li ul > li {
  height: 25px;
  width: 100%;
  list-style-type: none;
  margin-bottom: 10px;
}
nav .left ul.right-nav > li ul > li a, nav section.banner .right ul.right-nav > li ul > li a, section.banner nav .right ul.right-nav > li ul > li a {
  font-size: 15px;
  display: block;
  width: 100%;
}
nav .right {
  float: right;
  width: auto;
  height: 60px;
  margin-top: 3px;
}

section.banner {
  height: 400px;
  margin-top: 50px;
}
section.banner .left, section.banner .right {
  height: 350px;
  width: 60%;
  float: left;
}
section.banner .left h3, section.banner .right h3 {
  font-size: 40px;
  color: #5b6fa3;
  margin-top: 40px;
}
section.banner .left h5, section.banner .right h5 {
  font-size: 30px;
  color: #5b6fa3;
  margin-top: 30px;
}
section.banner .left h5:nth-child(3), section.banner .right h5:nth-child(3) {
  margin-top: 10px;
}
section.banner .left .link-container, section.banner .right .link-container {
  width: auto;
  height: 50px;
  margin-top: 30px;
}
section.banner .right {
  float: right;
  width: 40%;
}
section.banner .right .img {
  height: 300px;
  width: 300px;
  background-image: url(../images/debit-card1.png);
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
}

section.three-grids {
  height: 500px;
  background: #F4F8FC;
  box-shadow: 0 6px 50px 0px rgba(0, 0, 0, 0.1);
}
section.three-grids h3 {
  font-size: 30px;
  text-align: center;
  color: #022B69;
  margin-bottom: 50px;
}
section.three-grids .d-row {
  width: 100%;
  height: auto;
}
section.three-grids .d-row .d-col {
  height: 350px;
  width: 32%;
  float: left;
  position: relative;
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 2%;
  box-sizing: border-box;
  border-radius: 5px;
}
section.three-grids .d-row .d-col h5 {
  color: #022B69;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
section.three-grids .d-row .d-col p {
  color: #022B69;
  line-height: 30px;
}
section.three-grids .d-row .d-col:nth-child(1) {
  margin-right: 2%;
}
section.three-grids .d-row .d-col:last-child {
  margin-right: 0;
  float: right;
}

footer {
  height: 400px;
  width: 100%;
  padding-top: 30px;
  box-sizing: border-box;
}
footer .container {
  width: 90%;
  height: 200px;
  margin: 0 auto;
}
footer .container .cols {
  width: 25%;
  float: left;
  height: inherit;
  color: #5b6fa3;
  font-size: 15px;
}
footer .container .cols h3 {
  text-align: left;
  font-size: 25px;
  color: #5b6fa3;
  font-weight: lighter;
  margin-bottom: 10px;
}
footer .container .cols ul.categories {
  width: 95%;
  margin: 0 auto;
  height: 150px;
  list-style-type: none;
}
footer .container .cols ul.categories a {
  color: #5b6fa3;
  width: auto;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
footer .container .cols ul.categories li {
  height: auto;
  width: auto;
  text-align: left;
  list-style-type: none;
}
footer .container .cols:nth-child(2), footer .container .cols:nth-child(3) {
  text-align: center;
}
footer .last-info {
  height: 50px;
  width: 100%;
  background: #262a35;
  padding-top: 10px;
}
footer .last-info h5 {
  height: 20px;
  text-align: center;
  color: #5b6fa3;
  font-size: 15px;
}
footer .last-info h5 a {
  color: #5b6fa3;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 10px;
}

/*# sourceMappingURL=styles.css.map */
