body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
}

h2 {
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

a:hover {
  color: #d8d8d8;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.container {
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  float: none;
  background-color: #fff;
}

.body {
  height: 100%;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.bgrd-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  background-image: -webkit-linear-gradient(270deg, #002a55 12%, transparent);
  background-image: linear-gradient(180deg, #002a55 12%, transparent);
}

.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  margin-right: 10px;
  padding-top: 30px;
  float: right;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 37.5px;
  -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;
  background-color: #fff;
}

.line1 {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 3.75px;
  background-color: #3c577b;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.line2 {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 3.75px;
  margin-top: 15px;
  background-color: #006784;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.line3 {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 3.75px;
  margin-top: 7.5px;
  background-color: #006784;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.menu-button {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu {
  width: 100%;
  padding-right: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d8d8d8;
  font-size: 14px;
}

.nav-link {
  width: auto;
  padding: 10px 20px;
  float: right;
  background-color: transparent;
  color: #002a55;
}

.nav-link:hover {
  color: #404040;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 10px;
  -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;
}

.footer {
  position: relative;
  width: 100%;
  float: left;
  background-color: #fff;
}

.middle {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 90%;
  margin-top: 125px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.column {
  position: relative;
  display: block;
  width: 25%;
  padding: 0px 75px 25%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: center;
}

.column.motor {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 42, 85, .7), rgba(0, 42, 85, .7)), url('../images/category-motor.jpg');
  background-image: linear-gradient(180deg, rgba(0, 42, 85, .7), rgba(0, 42, 85, .7)), url('../images/category-motor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column.agri {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(44, 81, 53, .7), rgba(44, 81, 53, .7)), url('../images/category-agri.jpg');
  background-image: linear-gradient(180deg, rgba(44, 81, 53, .7), rgba(44, 81, 53, .7)), url('../images/category-agri.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column.equipment {
  background-image: -webkit-linear-gradient(270deg, rgba(72, 122, 124, .9), rgba(72, 122, 124, .9)), url('../images/equipment-finance-category.jpg');
  background-image: linear-gradient(180deg, rgba(72, 122, 124, .9), rgba(72, 122, 124, .9)), url('../images/equipment-finance-category.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.column.cre {
  background-image: -webkit-linear-gradient(270deg, rgba(60, 28, 80, .7), rgba(60, 28, 80, .7)), url('../images/cre-finance-category.jpg');
  background-image: linear-gradient(180deg, rgba(60, 28, 80, .7), rgba(60, 28, 80, .7)), url('../images/cre-finance-category.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.intro-text {
  position: relative;
  z-index: 5;
  width: 50%;
  clear: left;
}

.button {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  clear: left;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 0 10px 4px #fff;
  color: #d8d8d8;
}

.button.search {
  width: 1%;
  margin-top: 0px;
  float: none;
  border-style: none;
  background-image: url('../images/mag-glass.png');
  background-position: 90% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: transparent;
}

.button.search:hover {
  background-image: url('../images/mag-glass.png');
  background-position: 90% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.button.read-more {
  width: 20%;
  margin-top: 10px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.button.profile-button {
  width: 100%;
  margin-top: 10px;
}

.button.sub {
  width: 30%;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
}

.button.auto {
  width: auto;
  margin-top: 20px;
}

.button.blog-button {
  margin-top: 50px;
}

.button.logout {
  width: 100%;
}

.button.members {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  float: none;
  font-size: 20px;
}

.button.button-invert {
  width: 75%;
  margin-top: 20px;
  border-color: #002a55;
  background-color: transparent;
  color: #002a55;
}

.button.button-invert:hover {
  box-shadow: 0 0 10px 4px #002a55;
}


.search-wrapper {
  position: relative;
  width: 50%;
  margin-top: 10px;
  float: left;
  clear: left;
}

.search-input {
  width: 20%;
  height: 40px;
  margin-right: 10px;
  padding-right: 0px;
  float: left;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.search-input._w-inputnew-color-webkit-input-placeholder {
  width: 40%;
  padding-left: 0px;
  float: left;
  text-align: center;
  text-transform: uppercase;
}

.success {
  padding-top: 50px;
  padding-left: 0px;
  float: left;
  clear: left;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.learn-more-text {
  position: relative;
  z-index: 5;
  display: none;
  width: 50%;
  padding: 20px;
  float: left;
  clear: left;
  background-color: hsla(0, 0%, 100%, .3);
}

.category-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: opacity 500ms ease, all 400ms ease;
  transition: opacity 500ms ease, all 400ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  text-transform: capitalize;
}

.category-link:hover {
  color: #b3b3b3;
}

.cat-row-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-text {
  padding-right: 20px;
  float: left;
  clear: left;
  color: #002a55;
  font-size: 12px;
}

.footer-text:hover {
  color: #404040;
}

.footer-text p {
  color: #002a55;
  font-size: 12px;
}

.footer-text a {
  color: #002a55;
  font-size: 12px;
}

.footer-link {
  float: left;
  clear: left;
  color: #002a55;
  font-size: 12px;
}

.left {
 font-family: 'Open Sans', sans-serif;
}


.iframe {
  border: 1px solid #fff;
  background-color: #167eba;
  clear: left;
}

.main_body {
  background-color: #3c577b;
}


.footer-text.branding {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
}

.footer-text.contact-text {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.footer-text.contact-text:hover {
  color: #d8d8d8;
}

.footer-link {
  float: left;
  clear: left;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #002a55;
}

.footer-link:hover {
  color: #d8d8d8;
}

.footer-link.contact-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.footer-link.contact-text:hover {
  color: #d8d8d8;
}

.home-heading {
  margin-top: 10px;
  font-size: 48px;
  line-height: 58px;
}

.menu {
  position: relative;
  top: -9px;
  padding-right: 10px;
  color: #002a55;
  font-size: 26px;
  text-transform: uppercase;
}

.gallery {
  position: relative;
  margin-bottom: 50px;
  padding: 25px 25px 50px;
  border: 1px solid #fff;
  color: #fff;
}

.gallery.navy {
  background-color: #002a55;
}

.gallery.green {
  background-color: #2c5135;
}

.gallery.dark-blue {
  background-color: #3c577b;
}

.gallery.orange {
  background-color: #c45136;
}

.gallery.black {
  background-color: #000;
}

.gallery.purple {
  background-color: #3c1c50;
}

.gallery.teal {
  background-color: #487a7c;
}

.gallery.blue {
  background-color: #167eba;
}

.gallery.turquoise {
  background-color: #44c2c9;
}

.gallery.dark-grey {
  background-color: #404040;
}

.gallery.grey {
  background-color: #979797;
}

.lightbox {
  width: 15%;
  max-height: 120px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 5px solid #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.lightbox:hover {
  box-shadow: 0 0 10px 4px #fff;
}

.lightbox-wrapper {
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.paragraph {
  float: none;
  clear: none;
}

.icon-wrapper {
  width: 20%;
  margin-right: 10px;
}

.video {
  position: relative;
  margin-bottom: 50px;
  padding: 25px 50px 50px 20px;
  border: 1px solid #fff;
}

.video.purple {
  background-color: #3c1c50;
}

.video.black {
  background-color: #000;
}

.video.navy {
  background-color: #002a55;
}

.video.turquoise {
  background-color: #44c2c9;
}

.video.green {
  background-color: #2c5135;
}

.video.blue {
  background-color: #167eba;
}

.video.teal {
  background-color: #487a7c;
}

.video.orange {
  background-color: #c45136;
}

.video.dark-blue {
  background-color: #3c577b;
}

.video.dark-grey {
  background-color: #404040;
}

.video.grey {
  background-color: #979797;
}

.iframe {
  border: 1px solid #fff;
  background-color: #167eba;
}

.main_body {
  background-color: #3c577b;
}

.icon-text {
  margin-top: 10px;
  padding-right: 20px;
  float: left;
  clear: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
}

.icon-text.aux-headings {
  margin-top: 0px;
}

.triangle-graphic {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 20%;
}

.triangle-graphic.tg-smaller {
  display: block;
  width: 15%;
}

.triangle-graphic.tg-on-pages {
  left: 0px;
  bottom: 0px;
  width: 25%;
}

.triangle-graphic.form-triangle {
  width: 50%;
}

.download {
  position: relative;
  margin-bottom: 50px;
  padding: 25px;
  border: 1px solid #fff;
}

.download.navy {
  background-color: #002a55;
}

.download.dark-blue {
  background-color: #3c577b;
}

.download.orange {
  background-color: #c45136;
}

.download.teal {
  background-color: #487a7c;
}

.download.purple {
  background-color: #3c1c50;
}

.download.black {
  background-color: #000;
}

.download.blue {
  background-color: #167eba;
}

.download.green {
  background-color: #2c5135;
}

.download.turquoise {
  background-color: #44c2c9;
}

.download.dark-grey {
  background-color: #404040;
}

.download.grey {
  background-color: #979797;
}

.callback {
  position: relative;
  margin-bottom: 50px;
  padding: 25px 25px 0px;
  border: 1px solid #fff;
}

.callback.navy {
  background-color: #002a55;
}

.callback.dark-blue {
  color: #3c577b;
}

.callback.orange {
  background-color: #c45136;
}

.callback.teal {
  background-color: #487a7c;
}

.callback.purple {
  background-color: #3c1c50;
}

.callback.black {
  background-color: #000;
}

.callback.blue {
  background-color: #167eba;
}

.callback.green {
  background-color: #2c5135;
}

.callback.turquoise {
  background-color: #44c2c9;
}

.callback.dark-grey {
  background-color: #404040;
}

.callback.grey {
  background-color: #979797;
}

.callback.agri-form {
  background-color: #2c5135;
}

.subscribe {
  position: relative;
  margin-bottom: 50px;
  padding: 25px 25px 15px;
  border: 1px solid #fff;
}

.subscribe.dark-grey {
  background-color: #404040;
}

.subscribe.grey {
  background-color: #979797;
}

.subscribe.navy {
  background-color: #002a55;
}

.subscribe.blue {
  background-color: #167eba;
}

.subscribe.dark-blue {
  background-color: #3c577b;
}

.subscribe.orange {
  background-color: #c45136;
}

.subscribe.teal {
  background-color: #487a7c;
}

.subscribe.purple {
  background-color: #3c1c50;
}

.subscribe.black {
  background-color: #000;
}

.subscribe.green {
  background-color: #2c5135;
}

.subscribe.turquoise {
  background-color: #44c2c9;
}

.full-width-text {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}

.full-width-text.navy {
  background-color: #002a55;
}

.full-width-text.dark-blue {
  background-color: #3c577b;
}

.full-width-text.orange {
  background-color: #c45136;
}

.full-width-text.teal {
  background-color: #487a7c;
}

.full-width-text.purple {
  background-color: #3c1c50;
}

.full-width-text.black {
  background-color: #000;
}

.full-width-text.blue {
  background-color: #167eba;
}

.full-width-text.green {
  background-color: #2c5135;
}

.full-width-text.turquoise {
  background-color: #44c2c9;
}

.text-with-image {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}

.banner {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 42, 85, .51) 18%, #002a55 58%);
  background-image: linear-gradient(0deg, transparent, rgba(0, 42, 85, .51) 18%, #002a55 58%);
}

.banner.tl-banner {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 42, 85, .51) 27%, #002a55 78%), url('../images/cre-finance-category.jpg');
  background-image: linear-gradient(0deg, transparent, rgba(0, 42, 85, .51) 27%, #002a55 78%), url('../images/cre-finance-category.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner.sl-banner {
  position: relative;
  z-index: 20;
  padding-bottom: 150px;
  background-image: url('../images/motor-finacne-boy-in-car.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.small-banner {
  padding-bottom: 75px;
}

.banner.invest-banner {
  padding-bottom: 0px;
}

.banner.thanks-banner {
  background-image: url('../images/building.jpg'), -webkit-linear-gradient(90deg, transparent, rgba(0, 42, 85, .51) 18%, #002a55 58%);
  background-image: url('../images/building.jpg'), linear-gradient(0deg, transparent, rgba(0, 42, 85, .51) 18%, #002a55 58%);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.banner.thin-banner {
  padding-bottom: 75px;
}

.banner-image {
  width: 100%;
}

.page-style-tl {
  position: relative;
  background-color: #3c577b;
}

.page-style-tl.teal {
  background-color: #487a7c;
}

.page-style-tl.orange {
  background-color: #c45136;
}

.page-style-tl.dark-blue {
  background-color: #3c577b;
}

.page-style-tl.navy {
  background-color: #002a55;
}

.page-style-tl.purple {
  background-color: #3c1c50;
}

.page-style-tl.turquoise {
  background-color: #44c2c9;
}

.page-style-tl.green {
  background-color: #2c5135;
}

.page-style-tl.gold {
  background-color: #7b7256;
}

.page-style-tl.lime {
  background-color: #73a950;
}

.page-style-tl.blue {
  background-color: #167eba;
}

.page-style-tl.black {
  background-color: #000;
}

.page-style-tl.dark-grey {
  background-color: #404040;
}

.page-style-tl.grey {
  background-color: #979797;
}

.corner-graphic {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20%;
  padding-top: 100px;
}

.corner-graphic.tl-corner {
  padding-top: 100px;
}

.subnav {
  width: 100%;
  float: left;
  background-color: transparent;
  color: #fff;
}

.subnav-link {
  width: 90%;
  margin-bottom: 20px;
  padding: 10px;
  float: left;
  clear: left;
  border: 1px solid #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.subnav-link:hover {
  box-shadow: 0 0 14px 1px #fff;
  color: #d8d8d8;
}

.subnav-menu {
  width: 100%;
  float: left;
  background-color: transparent;
}

.main-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-content.contact-middle {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-page-row {
  min-height: 70vh;
  margin-top: 30px;
  padding-bottom: 20%;
  border-top: 1px solid #fff;
}

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

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

.heading {
  color: #fff;
}

.heading-2 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
}

.blocks {
  padding-top: 50px;
  padding-bottom: 50px;
}

.callback-input {
  width: 30%;
  margin-right: 20px;
  float: left;
  border: 1px solid #fff;
  background-color: #fff;
  color: #333;
}

.callback-input.clear-left {
  width: 100%;
  clear: left;
}

.callback-input.no-float {
  float: none;
}

.submit {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.submit:hover {
  box-shadow: 0 0 10px 5px #fff;
}

.submit.rc-submit {
  width: 30%;
}

.submit.aux-form-submit {
  width: 30%;
  margin-top: 20px;
  float: left;
  clear: left;
}

.right-col {
  padding-left: 50px;
}

.top-level-wrapper {
  min-height: 85vh;
  padding-top: 5%;
  padding-bottom: 20%;
}

.top-level-wrapper.less-padding {
  min-height: 50vh;
  padding-top: 0%;
  padding-bottom: 5%;
}

.row8-4 {
  margin-bottom: 20px;
}

.row9-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-with-text-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border-bottom: 1px solid #fff;
}

.image-with-text-flex.image-left-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flexblock {
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
}

.flexblock._30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexblock.tl {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.flexblock.tl.tl-text {
  padding-right: 50px;
  padding-left: 0px;
}

.flexblock.tl.tl-text-right {
  padding-left: 50px;
}

.flexblock.sl {
  padding-right: 50px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.flexblock.sl.image-with-text-flex {
  display: block;
  padding-right: 0px;
  padding-left: 50px;
  border-bottom-style: none;
}

.flexblock.flexblock-image {
  padding-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.profiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -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-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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.profiles.navy {
  background-color: #002a55;
}

.profile-block {
  margin-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
}

.profile-block.tl-pb {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.profile-block.sl-pb {
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.profiles-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.profiles-phone {
  margin-bottom: 5px;
  float: left;
  clear: left;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.profiles-phone:hover {
  color: #d8d8d8;
}

.profiles-text {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.full-width-link {
  margin-bottom: 50px;
}

.full-width-image {
  min-width: 100%;
}

.accordian {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  float: left;
}

.accordian.navy {
  float: left;
  border: 2px solid #fff;
  background-color: #002a55;
}

.accordian.dark-blue {
  background-color: #3c577b;
}

.accordian.orange {
  background-color: #c45136;
}

.accordian.purple {
  background-color: #3c1c50;
}

.accordian.black {
  background-color: #000;
}

.accordian.blue {
  background-color: #167eba;
}

.accordian.green {
  background-color: #2c5135;
}

.accordian.turquoise {
  background-color: #44c2c9;
}

.exp-block-header {
  width: 50%;
}

.exp-block-content {
  display: none;
  padding: 20px;
}

.accordian-header {
  margin-top: 10px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.accordian-header:hover {
  box-shadow: 0 0 25px 4px #fff;
}

.content-reveal {
  padding: 20px;
  color: #fff;
}

.heading-click {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #487a7c;
}

.heading-click.navy {
  background-color: #002a55;
}

.heading-click.green {
  background-color: #2c5135;
}

.heading-click.purple {
  background-color: #3c1c50;
}

.heading-click.teal {
  background-color: #487a7c;
}

.heading-click.blue {
  background-color: #167eba;
}

.heading-click.dark-blue {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  background-color: #3c577b;
}

.heading-click.orange {
  background-color: #c45136;
}

.heading-click.black {
  background-color: #000;
}

.heading-click.turquoise {
  background-color: #44c2c9;
}

.heading-click.dark-grey {
  background-color: #404040;
}

.heading-click.grey {
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #979797;
}

.cookies-window {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(60, 87, 123, .8);
  color: #fff;
  text-align: center;
}

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

.white-links {
  color: #fff;
}

.white-links:hover {
  color: #167eba;
}

.cookies-button {
  margin-left: 11px;
  border: 1px solid #fff;
  background-color: transparent;
}

.download-link {
  position: relative;
  z-index: 20;
  margin-bottom: 10px;
}

.download-link:hover {
  box-shadow: 0 0 10px 4px #fff;
}

.heading-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-2.display-none {
  display: none;
}

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

.heading-5 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.white-line {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  background-color: #fff;
}

.page-style-sl {
  position: relative;
  background-color: #3c577b;
}

.page-style-sl.dark-blue {
  background-color: #3c577b;
}

.page-style-sl.orange {
  background-color: #c45136;
}

.page-style-sl.teal {
  background-color: #487a7c;
}

.page-style-sl.purple {
  background-color: #3c1c50;
}

.page-style-sl.black {
  background-color: #000;
}

.page-style-sl.blue {
  min-height: 70vh;
  background-color: #167eba;
}

.page-style-sl.green {
  background-color: #2c5135;
}

.page-style-sl.turquoise {
  background-color: #44c2c9;
}

.page-style-sl.gold {
  background-color: #7b7256;
}

.page-style-sl.dark-grey {
  background-color: #404040;
}

.page-style-sl.grey {
  background-color: #979797;
}

.form-wrapper {
  display: block;
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  float: left;
}

.form-intro {
  margin-bottom: 20px;
}

.form-intro.application-form-intro {
  text-align: left;
}

.form-graphics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  text-align: center;
}

.numbers {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
  display: inline-block;
  width: 10%;
  margin-right: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
  color: #fff;
  font-size: 300px;
}

.blue-arrow {
  width: 10%;
  padding-top: 30px;
  float: left;
}

.panel1 {
  position: relative;
  display: none;
  width: 100%;
  margin-bottom: 20px;
  -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;
}

.panel-block {
  display: block;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.panel-block.qq2-block {
  padding-top: 30px;
}

.form-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-family: 'Open Sans', sans-serif;
}

.form-block.final-submit {
  display: block;
}

.panel2 {
  display: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.panel3 {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 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;
}

.panel4 {
  display: none;
  min-height: 100vh;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 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;
}

.form-submit {
  display: inline-block;
  margin-bottom: 50px;
  padding: 20px 40px 20px 80px;
  background-color: #002a55;
  background-image: url('../images/right-arrow.png');
  background-position: 10px 100%;
  background-size: 50px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.form-button {
  width: auto;
  min-width: 200px;
  padding: 20px 40px 20px 80px;
  float: right;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/right-arrow.png'), -webkit-linear-gradient(270deg, #002a55, #002a55);
  background-image: url('../images/right-arrow.png'), linear-gradient(180deg, #002a55, #002a55);
  background-position: 10px 150%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.form-button:hover {
  color: #d8d8d8;
}

.form-button.continue {
  background-image: url('../images/right-arrow.png');
  background-position: 0px 0px;
  background-size: 14px;
  background-repeat: no-repeat;
}

.form-button.back-button {
  right: auto;
  display: block;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/left-arrow.png'), -webkit-linear-gradient(270deg, #002a55, #002a55);
  background-image: url('../images/left-arrow.png'), linear-gradient(180deg, #002a55, #002a55);
  background-position: 0px 150%, 0px 0px;
  background-size: 50px 50px, auto;
}

.form-graphic {
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.panel-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-image: url('../images/autoline-banner.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.panel-header.trans-header {
  border-width: 1px;
  border-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  clear: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 13%;
  -webkit-flex: 13%;
  -ms-flex: 13%;
  flex: 13%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.form-label.half-width._36-months {
  padding-right: 10px;
  padding-left: 70px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  background-image: url('../images/36.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-label.clear-left {
  clear: left;
}

.form-label.county {
  padding-top: 50px;
}

.form-select {
  width: 75%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  color: #979797;
}

.form-select.float-right {
  float: right;
}

.form-select.half-width {
  width: 15%;
  margin-right: 20px;
  float: left;
  -webkit-box-flex: 10%;
  -webkit-flex: 10%;
  -ms-flex: 10%;
  flex: 10%;
}

.form-select.one-third {
  width: 15%;
  margin-right: 20px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.form-select.aux-form-select {
  width: 100%;
  background-color: #fff;
}

.form-input {
  width: 75%;
  float: left;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  border: 1px solid #fff;
  background-color: #fff;
  color: #fff;
}

.form-input.float-right {
  float: right;
  clear: left;
}

.form-input.half-width {
  width: 32%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.form-input.half-width._w-inputnew-color-webkit-input-placeholder {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form-input._w-inputnew-color-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.form-text {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #fff;
}

.form-radio.float-right {
  width: 7%;
  clear: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.field-label {
  font-weight: 400;
}

.heading-6 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.continue2 {
  width: auto;
  padding: 20px 40px 20px 80px;
  float: right;
  background-color: #002a55;
  background-image: url('../images/right-arrow.png');
  background-position: 10px 150%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.continue2:hover {
  color: #d8d8d8;
}

.continue3 {
  width: auto;
  padding: 20px 40px 20px 80px;
  float: right;
  background-color: #002a55;
  background-image: url('../images/right-arrow.png');
  background-position: 10px 150%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.continue3:hover {
  color: #d8d8d8;
}

.bold {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.form-output {
  float: left;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  border-style: none;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-align: right;
}

.form-output.half-width {
  width: 15%;
}

.form-output.final-output {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

._36 {
  width: 5%;
  margin-right: 20px;
}

.nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.social-media-wrapper {
  margin-top: 10px;
  float: left;
  clear: left;
}

.social-media-link {
  max-width: 30px;
  margin-right: 6px;
  float: left;
}

.social-media-link.contact-link {
  max-width: 150px;
}

.bam-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #002a55;
}

.bam-link:hover {
  color: #44c2c9;
}

.heading-9 {
  font-size: 25px;
  line-height: 25px;
}

.members-area {
  padding-left: 50px;
  border: 1px solid #fff;
  background-color: #002a55;
}

.investors-image {
  width: 75%;
  float: right;
}

.padlock {
  width: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}

.footer-corner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 75px;
}

.blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listing {
  width: 45%;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border: 1px solid #fff;
  background-image: -webkit-linear-gradient(270deg, #002a55 63%, #167eba);
  background-image: linear-gradient(180deg, #002a55 63%, #167eba);
}

.listing.latest-listing {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.listing._20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 23%;
  -ms-flex: 1 0 23%;
  flex: 1 0 23%;
}

.blog {
  width: 100%;
  padding-bottom: 20%;
}

.blog-list-image {
  margin-bottom: 20px;
}

.blog-list-image.latest-image {
  max-height: 500px;
}

.date {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.blog-heading {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._75 {
  width: 75%;
}

.flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-parent.cat-parent {
  padding-top: 0px;
  padding-bottom: 0px;
}

.flex-child {
  width: 25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-child.cat-child {
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
}

.flex-child.contact-details {
  padding-top: 20px;
  color: #fff;
}

.home-content-wrap {
  width: 100%;
  height: 100%;
  float: left;
  clear: none;
}

.footer-logo {
  width: 90%;
}

.back-to-subnav {
  position: relative;
  left: 0px;
  top: 25px;
  right: 0px;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
  background-color: #002a55;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.back-to-subnav:hover {
  color: #d8d8d8;
}

.paging {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.paging-link {
  margin-right: 10px;
  float: left;
  color: #fff;
}

.paging-link:hover {
  color: #d8d8d8;
}

.text-block-2 {
  margin-right: 10px;
  float: left;
}

.paging-text {
  margin-right: 10px;
  float: left;
}

.blog-posting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
}

.posting {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.posting.left {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.posting.right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-post-image {
  position: absolute;
  border-top: 5px solid #167eba;
}

.share-this-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.share-this-icons {
  width: 100%;
  float: left;
}

.pma-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: left;
  font-size: 30px;
  line-height: 38px;
}

.form-wrapper-8 {
  float: left;
}

.form-page-wrapper {
  background-color: #167eba;
  text-align: center;
}

.form-radio-wrap {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.radio-button {
  margin-right: 10px;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
}

.field-label {
  text-align: left;
}

.h3-float-left {
  float: left;
}

.category {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.snippet-box {
  height: 300px;
  padding-right: 20px;
  padding-left: 20px;
}

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

.accordian-heading {
  width: 80%;
  float: left;
}

.investors-form-wrap {
  float: left;
}

.contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-block {
  display: block;
  width: 100%;
}

.entry-summary {
  min-height: 200px;
  color: #fff;
}

.paragraph-3 {
  background-color: transparent;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 42, 85, .51) 30%, #002a55);
  background-image: linear-gradient(0deg, transparent, rgba(0, 42, 85, .51) 30%, #002a55);
}

.unordered-list {
  font-size: 20px;
}

.members-content {
  margin-top: 50px;
  padding: 25px 50px;
  border: 1px solid #fff;
  background-color: #002a55;
}

.article {
  margin-bottom: 50px;
}

.text-block-3 {
  text-align: left;
}

.welcome {
  margin-top: 50px;
  margin-bottom: 20px;
}

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

.members-input {
  width: 100%;
  float: left;
  background-color: transparent;
  color: #fff;
}

.blank-col {
  display: none;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #fff;
}

.checkbox-label {
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  text-align: left;
}

.ordered-list {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 700px;
  min-height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.members-hero-link {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  clear: left;
}

.panel-qq1 {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.panel-qq2 {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 50px;
}

.euro-symbol {
  margin-left: 10px;
  float: right;
  text-align: right;
}

.quick-quote {
  min-width: 200px;
  margin-top: 20px;
  padding: 20px 40px 20px 80px;
  background-image: url('../images/right-arrow.png'), -webkit-linear-gradient(270deg, #002a55, #002a55);
  background-image: url('../images/right-arrow.png'), linear-gradient(180deg, #002a55, #002a55);
  background-position: 10px 5px, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  font-size: 16px;
  text-transform: uppercase;
}

.apply-now {
  margin-top: 20px;
  padding: 20px 40px 20px 80px;
  background-image: url('../images/right-arrow.png'), -webkit-linear-gradient(270deg, #002a55, #002a55);
  background-image: url('../images/right-arrow.png'), linear-gradient(180deg, #002a55, #002a55);
  background-position: 10px 7px, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  font-size: 16px;
  text-transform: uppercase;
}

.image {
  display: block;
}

.body-2 {
  font-family: 'Open Sans', sans-serif;
}

.input-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.dropdown {
  float: left;
  clear: left;
}

.aux-form {
  position: relative;
  margin-bottom: 50px;
  padding: 50px 50px 25px 25px;
  border: 1px solid #fff;
  background-color: transparent;
}

.aux-form.dark-blue {
  background-color: #3c577b;
}

.aux-form.blue {
  background-color: #167eba;
}

.aux-form.navy {
  background-color: #002a55;
}

.aux-form.dark-grey {
  background-color: #404040;
}

.aux-form.grey {
  background-color: #979797;
}

.aux-form.black {
  background-color: #000;
}

.aux-form.purple {
  background-color: #3c1c50;
}

.aux-form.teal {
  background-color: #487a7c;
}

.aux-form.green {
  background-color: #2c5135;
}

.aux-form.turquoise {
  background-color: #44c2c9;
}

html.w-mod-js *[data-ix="center"] {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

html.w-mod-js *[data-ix="dropup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

html.w-mod-js *[data-ix="load-into-view"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="pop1"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="pop-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="pop-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="pop-4"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="pop-5"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 46px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 20px;
  }
  .container {
    width: 90%;
  }
  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .bgrd-video {
    height: 100vh;
    padding-top: 120px;
  }
  .flexbox {
    padding-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .burger {
    -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;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    display: block;
    width: 100%;
    padding-right: 0%;
    padding-bottom: 20px;
  }
  .nav-link {
    background-color: #fff;
  }
  .nav-link {
    width: 100%;
    padding-left: 5%;
    border-bottom: 2px solid #fff;
    background-color: hsla(0, 0%, 85%, .2);
  }
  .nav-link:hover {
    background-color: silver;
  }
  .logo-wrapper {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .middle {
    min-height: 70%;
  }
  .intro-text {
    margin-bottom: 0px;
  }
  .button.read-more {
    width: 40%;
  }
  .button.sub {
    width: 100%;
  }
  .button.members {
    width: 100%;
  }
  .button.button-invert.w--current {
    width: 100%;
  }
  .search-wrapper {
    width: 100%;
  }
  .learn-more-text {
    width: 100%;
  }
  .category-link {
    font-size: 18px;
    line-height: 26px;
  }
  .cat-row-wrapper {
    position: absolute;
    float: none;
    -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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .home-heading {
    margin-top: 10px;
    font-size: 40px;
    line-height: 50px;
  }
  .menu {
    top: 0px;
  }
  .gallery.blue {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .lightbox {
    width: 20%;
    max-height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-width: 2px;
  }
  .lightbox-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .icon-wrapper {
    width: 40%;
  }
  .video.navy {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .icon-text {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .triangle-graphic.tg-smaller {
    width: 20%;
    font-size: 12px;
    line-height: 18px;
  }
  .download {
    padding-bottom: 25px;
  }
  .download.turquoise {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .callback {
    padding-top: 25px;
  }
  .callback.turquoise {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .subscribe {
    padding-top: 25px;
  }
  .full-width-text.turquoise {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner {
    padding-top: 150px;
    padding-bottom: 75px;
  }
  .banner.invest-banner {
    padding-bottom: 75px;
  }
  .corner-graphic {
    z-index: 200;
    width: 40%;
    padding-top: 150px;
  }
  .column-bare {
    padding-left: 0px;
  }
  .blocks {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .callback-input {
    width: 100%;
    margin-right: 10px;
  }
  .submit.rc-submit {
    width: 100%;
    float: left;
    clear: left;
  }
  .submit.aux-form-submit {
    width: 100%;
  }
  .image-with-text-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .flexblock.sl.image-with-text-flex {
    padding-top: 0px;
  }
  .profiles {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .profile-block {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .profile-block.tl-pb {
    margin-right: 20px;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .profile-block.sl-pb {
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .profiles-phone {
    font-size: 10px;
  }
  .heading-3 {
    font-size: 16px;
  }
  .col-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-line {
    width: 100%;
  }
  .form-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .panel-header {
    background-position: 50% 50%;
  }
  .form-label {
    padding-top: 0px;
  }
  .form-label.half-width {
    padding-top: 0px;
  }
  .form-label.half-width._36-months {
    padding-top: 10px;
    padding-left: 50px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .form-select.half-width {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .form-select.one-third {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .form-select.aux-form-select {
    width: 100%;
  }
  .form-input.half-width {
    width: 50%;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .form-radio.float-right {
    margin-right: 20px;
  }
  .form-output.half-width {
    width: 35%;
  }
  .form-output.final-output {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .members-area {
    padding-left: 30px;
  }
  .investors-image {
    width: 100%;
  }
  .padlock {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .login-wrapper {
    padding-top: 10px;
  }
  .listing {
    width: 45%;
  }
  .back-to-subnav {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    background-color: #002a55;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
  }
  .back-to-subnav:hover {
    color: #d8d8d8;
  }
  .back-to-subnav.display-none {
    display: none;
  }
  .logo {
    width: 80%;
  }
  .posting.left {
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
  .posting.right {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  .pma-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .h3-float-left {
    display: block;
  }
  .accordian-heading {
    width: 70%;
  }
  .members-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .welcome {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog-image-wrapper {
    min-height: 300px;
  }
  .panel-qq2 {
    min-height: 100vh;
    padding-top: 70px;
  }
  .heading-10 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bgrd-video {
    height: 100%;
    min-height: 50vh;
  }
  .flexbox {
    padding-top: 20px;
  }
  .nav-link {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .column {
    width: 100%;
  }
  .column.motor {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/motor-finacne-boy-in-car.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/motor-finacne-boy-in-car.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .column.agri {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/agri-category.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/agri-category.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .column.equipment {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .column.cre {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .intro-text {
    width: 100%;
  }
  .button.sub {
    width: 47%;
  }
  .button.members {
    width: 100%;
  }
  .button.button-invert {
    width: 100%;
  }
  .button.button-invert.w--current {
    width: 50%;
  }
  .learn-more-text {
    display: none;
    padding: 0px;
    background-color: hsla(0, 0%, 100%, .1);
  }
  .category-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cat-row-wrapper {
    position: relative;
    display: block;
  }
  .footer-text.branding {
    margin-top: 0px;
  }
  .home-heading {
    font-size: 32px;
    line-height: 40px;
  }
  .gallery {
    padding: 10px;
  }
  .lightbox {
    width: 30%;
    max-height: 40px;
  }
  .lightbox-wrapper {
    text-align: left;
  }
  .icon-wrapper {
    width: 40%;
  }
  .icon {
    width: 70%;
  }
  .video {
    padding: 11px;
  }
  .icon-text {
    margin-top: 0px;
    float: none;
    font-size: 12px;
    line-height: 22px;
  }
  .triangle-graphic {
    width: 40%;
  }
  .triangle-graphic.tg-smaller {
    display: block;
    width: 35%;
  }
  .download {
    padding: 10px;
  }
  .callback {
    padding: 10px;
  }
  .subscribe {
    padding: 10px;
  }
  .banner {
    padding-bottom: 50px;
  }
  .banner.tl-banner {
    padding-top: 100px;
  }
  .corner-graphic {
    top: -10%;
  }
  .subnav-link {
    width: 100%;
  }
  .column-bare {
    padding-top: 20px;
  }
  .callback-input {
    width: 47%;
    font-family: 'Open Sans', sans-serif;
  }
  .callback-input.clear-left {
    width: 100%;
  }
  .callback-input.no-float {
    width: 100%;
  }
  .submit {
    min-width: 120px;
  }
  .submit.rc-submit {
    width: 47%;
  }
  .image-with-text-flex {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flexblock.sl {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flexblock.tl {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .flexblock.tl.tl-text-right {
    padding-left: 0px;
  }
  .flexblock.sl.image-with-text-flex {
    padding-left: 0px;
  }
  .flexblock.flexblock-image {
    -webkit-box-flex:  100%;
    -webkit-flex:  100%;
    -ms-flex:  100%;
    flex: 100%;
  }
  .profile-block {
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .profile-block.tl-pb {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .accordian-header {
    width: 30%;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .content-reveal {
    padding: 10px 0px 0px;
  }
  .heading-click.dark-blue {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .heading-click.grey {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-2.col-nopadding {
    padding-left: 0px;
  }
  .col-1 {
    padding-right: 10px;
  }
  .form-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .panel-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-label.half-width._36-months {
    padding-left: 54px;
  }
  .form-select.one-third {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .form-text {
    float: left;
  }
  .members-area {
    padding-left: 20px;
  }
  .investors-image {
    display: none;
    width: 70%;
  }
  .padlock {
    display: none;
  }
  .login-wrapper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-corner {
    width: 35px;
  }
  .blog-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .listing {
    width: 100%;
  }
  .listing.latest-listing {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  ._75 {
    width: 100%;
  }
  .flex-parent {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-child {
    margin-bottom: 10px;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .flex-child.fc-50 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
  .back-to-subnav {
    width: 100%;
    background-color: #002a55;
  }
  .logo {
    width: 100%;
  }
  .blog-posting {
    padding-top: 20px;
  }
  .posting.left {
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .posting.right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .blog-post-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .paragraph-2 {
    clear: none;
  }
  .pma-heading {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
  }
  .accordian-heading {
    -webkit-transform: translate(0px, 150%);
    -ms-transform: translate(0px, 150%);
    transform: translate(0px, 150%);
  }
  .members-content {
    padding: 20px;
  }
  .panel-qq2 {
    min-height: 100vh;
  }
  .quick-quote {
    width: 100%;
  }
  .apply-now {
    width: 100%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 12px;
  }
  .navbar {
    padding-bottom: 10px;
  }
  .flexbox {
    padding-top: 10px;
  }
  .nav-menu {
    padding-bottom: 10px;
  }
  .nav-link {
    font-size: 10px;
  }
  .logo-wrapper {
    padding-top: 10px;
    padding-left: 0px;
  }
  .middle {
    margin-top: 80px;
  }
  .column.motor {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .column.agri {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .column.equipment {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .column.cre {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .button {
    margin-right: 0px;
    padding: 10px 5px;
  }
  .button.search {
    display: none;
  }
  .button.read-more {
    width: 100%;
    margin-bottom: 10px;
  }
  .button.sub {
    width: 100%;
    float: left;
  }
  .button.button-invert.w--current {
    width: 100%;
  }
  .search-input._w-inputnew-color-webkit-input-placeholder {
    width: 100%;
  }
  .learn-more-text {
    display: block;
  }
  .home-heading {
    font-size: 30px;
    line-height: 38px;
  }
  .menu {
    display: none;
  }
  .lightbox {
    width: 25%;
    max-height: 30px;
  }
  .lightbox-wrapper {
    text-align: left;
  }
  .icon {
    width: 100%;
  }
  .triangle-graphic.tg-smaller {
    width: 50%;
  }
  .download {
    padding-right: 10px;
    padding-left: 10px;
  }
  .banner {
    padding-top: 75px;
    padding-bottom: 25px;
  }
  .banner.tl-banner {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  .banner.small-banner {
    padding-bottom: 0px;
  }
  .banner.invest-banner {
    padding-bottom: 20px;
  }
  .corner-graphic {
    top: -20%;
    display: block;
  }
  .corner-graphic.tl-corner {
    padding-top: 75px;
  }
  .callback-input {
    width: 100%;
    float: none;
  }
  .submit.rc-submit {
    width: 100%;
  }
  .image-with-text-flex.image-left-flex {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .flexblock.tl {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .flexblock.tl.tl-text {
    padding-right: 0px;
  }
  .flexblock.sl {
    padding-right: 0px;
  }
  .flexblock.sl.image-with-text-flex {
    padding-bottom: 0px;
  }
  .profile-block.tl-pb {
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .accordian-header {
    width: 100%;
  }
  .col-2 {
    padding-right: 0px;
    padding-left: 10px;
  }
  .form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .form-intro {
    margin-bottom: 0px;
  }
  .panel1 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .form-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .panel2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .panel3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .panel4 {
    display: block;
  }
  .form-button {
    width: 100%;
    float: left;
  }
  .form-button.back-button {
    margin-bottom: 20px;
  }
  .panel-header {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .form-label {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: left;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 12px;
  }
  .form-label.half-width._36-months {
    margin-right: 20px;
    padding-top: 12px;
    padding-bottom: 40px;
    padding-left: 60px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-position: 0px 0px;
    background-size: 50px;
  }
  .form-label.county {
    padding-top: 0px;
  }
  .form-select {
    width: 100%;
    float: left;
    clear: left;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-select.half-width {
    width: 100%;
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-select.one-third {
    width: 100%;
    margin-right: 0px;
  }
  .form-select.one-third.slight-margin {
    margin-right: 10px;
  }
  .form-input {
    width: 100%;
    clear: left;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.float-right {
    float: right;
  }
  .form-input.half-width {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input._w-inputnew-color-webkit-input-placeholder {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-radio {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
  }
  .form-radio.float-right {
    margin-right: 50px;
  }
  .heading-6 {
    font-size: 20px;
  }
  .continue2 {
    width: 100%;
    float: left;
  }
  .continue3 {
    width: 100%;
  }
  .form-output {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
  }
  .form-output.half-width {
    width: 100%;
  }
  .form-output.final-output {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .members-area {
    padding-left: 10px;
  }
  .investors-image {
    display: none;
  }
  .login-wrapper {
    width: 100%;
    padding-right: 10px;
  }
  .footer-corner {
    width: 20px;
  }
  .listing {
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .listing.latest-listing {
    padding: 5px;
  }
  .blog {
    padding-top: 50px;
  }
  ._75 {
    width: 100%;
  }
  .flex-child {
    padding-right: 0px;
  }
  .posting.left {
    margin-right: 0px;
  }
  .blog-post-wrapper {
    margin-bottom: 50px;
  }
  .form-graphic-wrapper {
    margin-bottom: 20px;
  }
  .accordian-heading {
    width: 100%;
    margin-bottom: 20px;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    text-align: center;
  }
  .members-content {
    padding: 10px;
  }
  .welcome {
    margin-bottom: 20px;
  }
  .blog-image-wrapper {
    min-height: 180px;
  }
  .unordered-list-2 {
    padding-left: 20px;
  }
  .panel-qq2 {
    min-height: 100vh;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .quick-quote.w--current {
    width: 100%;
  }
}

