@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

html {
  width: 100%;
  height: 100%;
}

/*Custom Reset*/
p {
  font-size: 15px;
  color: #515151;
}

.logo-sme {
  float: left;
}

.logo-sme img {
  width: 135px;
}

.logo-triterras {
  float: right;
}

.logo-triterras img {
  width: 118px;
}

.navbar-nav {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 1018px;
  float: none;
}

.padding-reset {
  padding: 0;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 10px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-collapse {
  padding: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0px;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.navbar-nav>li>a {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav>li>a {
  line-height: 0;
  padding-right: 0;
  padding-left: 0;
}

.menu {
  position: relative;
  z-index: 1;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

.navbar-nav>li {
  padding: 0 38px;
  border-right: #fff solid 1px;
}

.navbar-nav>li:last-child {
  border-right: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

.navbar {
  margin: 15px auto;
  min-height: 0;
  position: relative;
  display: block;
  max-width: 1100px;
  width: 100%;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 12px;
}

.dropdown-menu>li>a {
  text-transform: none;
}

.banner {
  position: relative;
}

.banner .tagline {
  width: 100%;
  margin: 0 0 25px;
  background: rgba(0, 0, 0, 0.3);
  padding: 35px 30px 30px;
  margin: auto;
  height: auto;
  float: left;
  width: 100%
}

.tagline h1 {
  font-size: 37px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.87);
}

.tagline .underline {
  height: 4px;
  width: 70px;
  background-color: #fff;
  margin: 20px auto;
}

.tagline h2 {
  font-size: 29px;
  color: #fff;
  font-weight: 100;
  margin: 15px 0 10px;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.87);
}

.banner img {
  width: 100%;
  height: auto;
}

.navbar-form .input-group {
  padding: 0 15px 0 0;
}

.navbar-form .form-group {
  padding: 0 15px 0 0;
}

.banner-content-container {
  top: 50%;
  transform: translateY(-50%);
  max-width: 1150px;
  width: 100%;
  position: absolute;
  height: auto;
}

.navbar-form {
  float: left;
  margin: 0 0 20px 0;
  width: 100%
}

.navbar-form {
  padding: 0;
}

.navbar-form .form-group {
  width: 100%;
}

.smaller .navbar-default .navbar-nav>li>a {
  color: #fff;
}

.top-logo-container {
  margin: 15px 0;
  float: left;
  width: 100%;
}

.top-logo-container .logo {
  height: 120px;
  width: 161px;
  margin: 2px auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../images/smeassets-logo.svg") no-repeat;
}

.smaller .logo-smaller {
  background: url("../images/smeassets-logo-white.svg") no-repeat;
  height: 51px;
  width: 80px;
  float: left;
  margin: 5px 0 0;
  position: relative;
  z-index: 1;
  display: none;
}

header {
  width: 100%;
  height: 63px;
  padding: 0;
  z-index: 999;
  background-color: #19798e;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

header nav {
  display: inline-block;
}

header nav a {
  line-height: 150px;
  color: #9fdbfc;
  font-weight: 700;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

header nav a:hover {
  color: white;
}

header.smaller {
  height: 63px;
  background-color: #19798e;
  padding: 0;
  position: fixed;
  top: 0;
  border: none;
}

.how-does-section h1 {
  font-size: 33px;
  color: #000;
  font-weight: 100;
  margin: 15px 0 10px;
  text-align: center;
}

.how-does-section .underline {
  height: 4px;
  width: 70px;
  background-color: #1e8da5;
  margin: 20px auto;
}

.how-does-section {
  margin: 100px 0 50px;
}

.how-does-section ul {
  margin: 30px auto;
  padding: 0;
  text-align: center;
  color: #fff;
  float: left;
}

.how-does-section ul li {
  width: 285px;
  height: 380px;
  display: inline-block;
  float: left;
  padding: 30px 30px 0 30px;
  position: relative;
}

.how-does-section ul li h1 {
  border-radius: 53px;
  border: #fff solid 2px;
  width: 53px;
  height: 53px;
  margin: 0 auto;
  padding: 5px 0;
  font-weight: 100;
  color: #fff;
}

.how-does-section ul li p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  margin: 20px 0;
}

.how-does-section ul li h2 {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.how-does-section .one {
  background-color: #39b8e7;
}

.how-does-section .two {
  background-color: #5cc7ec;
}

.how-does-section .three {
  background-color: #35d4aa;
}

.how-does-section .four {
  background-color: #bbcb64;
}

.how-does-section .button {
  background-color: #dfb200;
  max-width: 570px;
  height: auto;
  padding: 15px;
  width: 100%;
  border: #cda402 solid 1px;
  border-radius: 50px;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  clear: both;
  margin: 0 auto;
}

.how-does-section .button:hover {
  background-color: #d2a802;
  cursor: pointer;
}

.lenders h1 {
  background: #1e8da5;
  font-size: 30px;
  text-align: center;
  font-weight: 100;
  margin: 0;
  padding: 30px 0;
  color: #fff;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  overflow: auto;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 40px 0;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}

.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.for-business-section {
  background-color: #f8f8f8;
  width: 100%;
  padding: 90px 0;
  margin: 30px 0 0;
}

.for-business-section ul {
  margin: 30px 0;
}

.for-business-section ul li {
  font-size: 17px;
  color: #525252;
  font-weight: 300;
}

.for-advisors-section {
  margin: 55px 0;
  float: left;
}

.for-business-section img {
  float: left;
  margin-right: 35px;
  width: 100%;
  max-width: 500px;
}

.for-business-section .details, .for-advisors-section .details {
  float: left;
  max-width: 600px;
  width: 100%;
}

.for-business-section h1, .for-advisors-section h1 {
  color: #000;
  font-size: 33px;
  font-weight: 100;
  margin: 0;
  padding: 0 0 15px;
}

.for-business-section .underline, .for-advisors-section .underline {
  height: 4px;
  width: 70px;
  float: left;
  display: block;
  background: #1e8da5;
}

.for-business-section p, .for-advisors-section p {
  font-size: 17px;
  color: #525252;
  font-weight: 300;
  margin-top: 15px;
  line-height: 1.3;
}

.for-business-section .button {
  background-color: #dfb200;
  width: auto;
  height: auto;
  padding: 5px 20px;
  border: #cda402 solid 1px;
  border-radius: 25px;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  clear: both;
  float: left;
  margin-top: 10px;
}

.for-business-section .button:hover {
  background-color: #d2a802;
  cursor: pointer;
}

.float-left {
  float: left;
  margin-left: 5px;
}

.for-banks-section {
  background: url("../images/for-banks-bg.jpg") no-repeat center top #373737;
  padding: 45px 0;
}

.for-banks-section h1 {
  color: #fff;
  font-size: 33px;
  font-weight: 100;
  padding: 0 0 10px;
  text-align: center;
  margin: 0 0 10px 0;
}

.for-banks-section .underline {
  height: 4px;
  width: 70px;
  background-color: #fff;
  margin: 20px auto;
}

.for-banks-section p {
  font-size: 19px;
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.for-banks-section p a {
  color: #dfb200;
  text-decoration: underline;
  font-weight: bold;
}

.for-banks-section p a:hover {
  color: #dfb200;
  text-decoration: none;
  font-weight: bold;
}

.for-banks-section .button {
  background-color: #dfb200;
  max-width: 570px;
  height: auto;
  padding: 15px;
  width: 100%;
  border: #cda402 solid 1px;
  border-radius: 50px;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  clear: both;
  margin: 25px auto 0;
}

.for-banks-section .button:hover {
  background-color: #d2a802;
  cursor: pointer;
}

.for-advisors-section img {
  float: left;
  margin-left: 35px;
  width: 100%;
  max-width: 471px;
}

.for-advisors-section .button {
  background-color: #dfb200;
  max-width: 360px;
  height: auto;
  padding: 15px;
  width: 100%;
  border: #cda402 solid 1px;
  border-radius: 25px;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  clear: both;
  margin: 25px 0 0;
}

.for-advisors-section .button:hover {
  background-color: #d2a802;
  cursor: pointer;
}

.quick-links-section {
  background: url("../images/footer-bg.jpg") no-repeat center #313131;
  padding: 50px 0;
}

.quick-links-section h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 100;
  padding: 0 0 10px;
  text-align: center;
  margin: 0;
}

.quick-links-section .underline {
  height: 4px;
  width: 70px;
  background-color: #fff;
  margin: 5px auto 15px;
}

.quick-links-section ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

.quick-links-section ul li {
  font-size: 15px;
  color: #cccccc;
  font-weight: 100;
  text-align: center;
  border-right: 1px #ccc solid;
  padding: 0 10px;
  display: inline-block;
  line-height: 15px;
}

.quick-links-section ul li a {
  color: #cccccc;
}

.quick-links-section ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.quick-links-section ul li:last-child {
  border: none;
}

.copyright {
  background-color: #212121;
  height: auto;
  padding: 30px 0;
  color: #9b9999;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.copyright a {
  margin: 0 5px;
  color: #9b9999;
  text-decoration: none;
}

.copyright a:hover {
  color: #ccc;
}

.content-container {
  margin: 50px 0;
  float: left;
  width: 100%;
}

.content-container h1 {
  color: #000;
  font-size: 33px;
  font-weight: 100;
  margin: 0 0 20px 0;
}

.content-container .title-underline {
  height: 4px;
  width: 70px;
  background: #1e8da5;
  margin: 5px 0;
  margin-bottom: 15px;
}

.content-container p {
  color: #444444;
  font-size: 17px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.content-container .padding-reset-left {
  padding-left: 0;
}

.content-container form {
  margin-top: 20px;
}

.content-container .underline {
  height: 4px;
  width: 23px;
  background-color: #ed1c24;
  float: left;
}

.content-container h3 {
  color: #1e8da5;
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0;
  padding: 0;
}

.content-container h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 5px 0;
  padding: 0;
}

.content-container h2 {
  color: #f08200;
  font-size: 21px;
  font-weight: 300;
  margin: 20px 0;
  padding: 0;
}

.content-container img {
  max-width: 332px;
  width: 100%;
  height: auto;
  margin: 0 25px 15px 0;
  float: left;
}

.content-container table {
  border: #ccc solid 1px;
  margin: 20px 0;
}

.content-container td {
  padding: 5px 10px;
  border: #ccc 1px solid;
  vertical-align: middle;
}

.content-container table .form-group {
  margin: 7px 0;
}

.content-container .btn {
  background-color: #dfb200;
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0 0;
}

.content-container td h3 {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
}

.content-container .form-control {
  border-radius: 0;
  height: 40px;
}

.content-container textarea {
  height: 150px !important;
}

.content-container .btn-default {
  background-color: #ff3209;
  font-size: 18px;
  color: #fff;
  border: none;
}

.content-container .line {
  height: 1px;
  background-color: #cccccc;
  width: 100%;
  margin: 15px 0;
}

.form-area {
  margin: 35px 0 0 0;
}

.form-area .form-control {
  height: 45px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
}

.form-area label {
  font-size: 18px;
  font-weight: 700;
  color: #3b3b3b;
}

.form-area .btn {
  max-width: 165px;
  height: 57px;
  background-color: #ffa508;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-radius: 0;
  display: block;
  padding: 2px 0 0;
  border: none;
}

.form-area .btn:hover {
  background-color: #ff8e08;
}

.form-area .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  margin: 25px auto
}

.success-popup {
  transition: .3s ease all;
  font-family: 'Roboto', sans-serif;
}

.modal-body ol li {
  text-align: left;
  margin: 10px 0;
}

.modal-title {
  font-size: 21px;
  font-weight: 500;
  color: #0f991f;
  text-align: center;
}

@media all and (max-width: 660px) {
  header .logo {
    display: block;
    float: none;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    text-align: center;
  }

  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto;
  }

  header nav a {
    line-height: 50px;
    margin: 0 10px;
  }

  header.smaller {
    height: 63px;
  }

  header.smaller h1#logo {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }

  header.smaller nav {
    height: 35px;
  }

  header.smaller nav a {
    line-height: 35px;
  }

  .copyright .right {
    text-align: center;
    float: inherit;
  }

  .copyright .left {
    text-align: center;
    float: inherit;
  }
}

@media screen and (max-width: 1199px) {
  .how-does-section ul li {
    width: 100%;
    position: inherit;
    height: auto;
    padding: 30px;
  }

  .navbar-nav {
    width: 100%;
  }

  .how-does-section ul li h2 {
    position: inherit;
  }

  .padding-reset {
    padding: inherit;
  }

  .navbar-nav>li {
    padding: 8px 16px;
  }

  header .logo {
    margin: 0 auto;
    float: none;
    display: block;
  }

  .banner-content-container {
    max-width: 950px;
    width: 100%;
  }

  .banner .tagline {
    max-width: 100%;
  }

  .for-business-section .details, .for-advisors-section .details {
    max-width: inherit;
  }

  .for-business-section img, .for-advisors-section img {
    margin: 15px auto;
    text-align: center;
    width: 100%;
    max-width: inherit;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-toggle {
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 8px;
  }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #6cbed0;
  }

  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #88d3e3;
  }

  .navbar-nav {
    float: none;
  }

  .navbar {
    width: 100%;
    text-align: center;
  }

  .navbar-nav>li {
    float: none;
    display: inline-block;
  }

  .navbar-default .navbar-toggle {
    border-color: #fff;
  }

  .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    padding: 2px 0 0 0;
  }

  .navbar-default .navbar-nav>li>a {
    color: #fff;
  }

  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
  }

  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #74d0e4;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
  }

  .navbar-toggle {
    float: right;
  }

  .dropdown-menu {
    position: inherit;
    text-align: center;
  }

  .navbar-nav>li>.dropdown-menu {
    width: 100%;
    margin: 0;
  }

  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
  }

  .navbar-nav>li {
    padding: 8px 16px;
  }

  .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }

  .navbar-nav>li {
    border: none;
  }

  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: none;
  }

  .dropdown-menu>li>a {
    color: #6cbed0;
  }

  /* mobile menu activate */
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    background-color: #1e8da5;
    margin: 0;
    padding: 15px 0;
  }

  .navbar-nav>li {
    float: none;
    width: 100%;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
  }

  .banner-content-container {
    top: inherit;
    transform: none;
  }

  .navbar-nav>li {
    padding: 0;
  }

  .navbar-nav>li>a {
    line-height: normal;
  }

  .banner-content-container {
    position: inherit;
  }

  .banner img {
    display: none;
  }

  .banner {
    background: #0e4147;
  }

  .banner .tagline {
    background: none;
  }

  .navbar-form .input-group {
    padding: 0 0 15px 0;
    float: left;
  }

  .navbar-form .form-group {
    padding: 0 0 15px 0;
  }

  .navbar-toggle {
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
  }

  .content .padding-reset-left {
    padding-right: 0;
  }

  .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0;
    margin-top: 6px;
  }

  .quick-links ul li {
    display: inherit;
  }

  .quick-links ul li {
    width: 100%;
  }

  header .logo {
    height: 70px;
  }

  .navbar {
    margin: 0;
  }

  header .logo {
    float: left;
  }

  header.smaller nav a {
    line-height: normal;
  }

  .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    padding: 0;
  }
}

@media screen and (max-width: 660px) {
  .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    height: auto;
  }

  .top-logo-container .logo {
    float: none;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 555px) {
  .quick-links ul li {
    width: 100%;
  }

  .input-group-addon, .input-group-btn {
    display: block;
    width: 100%;
  }

  .banner .input-group, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    display: block;
  }

  .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin: 0;
  }
}

@media screen and (max-width: 470px) {
  .for-banks-section {
    background-image: none;
  }
}