/*
    Theme Name:Open Lending
    Theme URL: https://www.envision-creative.com/
	Description: 
	Author: Envision Creative
	Author URI:https://www.envision-creative.com/
	Version: 3.0
*/
/* ========== Home Page========== */
.masthead {
  height: calc(100vh - 0px);
  overflow: hidden;
  margin: 0;
  position: relative;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
b,
strong {
  font-family: proxima_novabold;
}
.masthead .container-fluid {
  padding: 0 10%;
}

.masthead.video-width {
  margin: 0 10%;
}

.navbar-brand img {
  max-height: 82px;
}

.home-banner-transparent {
  background: rgb(211, 211, 211);
  background: linear-gradient(
    180deg,
    rgba(211, 211, 211, 0) 0%,
    rgba(0, 0, 0, 0.6474964985994398) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.home-banner-image {
  position: relative;
  height: 100vh;
}

.home-banner-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home-banner-subscribe {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  opacity: 1;
  transition: 0.5s ease-in-out;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  background-color: rgba(0, 58, 84, 0.8);
}

.home-banner-subscribe p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.home-banner-subscribe .btn-primary-outline {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  padding: 2px 30px;
}

#home-banner-text {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 21;
}

.home-banner-subheading h1 {
  color: #fff;
  margin-bottom: 15px;
  margin-top: -10px;
}

.home-banner-subheading h6 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 35px;
  font-weight: 500;
  line-height: 30px;
  font-family: "proxima_novaregular";
  font-weight: normal;
}

.masthead video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.logged-in .sticky {
  margin-top: 32px;
}

.navbar-nav li {
  margin: 0 10px;
  position: relative;
}

.fixed-nav .navbar-nav li a {
  color: #005297;
}

.home .fixed-nav .navbar-nav li a, .page-template-learn-more .fixed-nav .navbar-nav li a {
  color: #005297 !important;
}

.home .home-nav .navbar-nav li a, .page-template-learn-more .home-nav .navbar-nav li a {
  color: #fff;
}

.home .navbar-nav li a:hover, .page-template-learn-more .navbar-nav li a:hover  {
  color: #95c940 !important;
}

.not-fixed .navbar-nav li a:active,
.fixed-nav .navbar-nav li a:active {
  color: #95c940;
}

.paragraph-p1 h6 {
  color: #fff;
}

.navbar-nav .sub-menu {
  position: absolute;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  margin-top: 0.125rem;
  margin-top: 0.125rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.sub-menu {
  padding: 0;
  border-radius: 0;
  margin-top: 0;
  width: 250px;
  float: none;
}

/*
    .navbar-nav li:hover > .sub-menu {
    display: block;
    }
  */

.navbar-nav .sub-menu li {
  /* margin: 0 0 0px 0;
    text-align: center;*/
  padding-bottom: 15px;

  width: 200px;
  margin: 0 auto;
  text-align: left;
}

.navbar-nav .sub-menu li.indent-space-left a {
  margin-left: 15px;
}

.navbar-nav .sub-menu li a {
  font-family: "proxima_novaregular";
  color: #002146 !important;
  font-size: 17px;
  padding: 0;
}

.navbar-nav .sub-menu li a:hover {
  color: #0082bd;
}

.navbar.top_blue {
  margin-top: 40px;
}
.top_bar {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
}
.top_bar .container-fluid {
  padding: 0;
}
.blue_bars {
  top: 40px;
}
.logged-in .top_bar {
  margin-top: 32px;
}
.blue_bar {
  width: 100%;
  background: #005297;
  padding: 10px 0;
  position: relative;
  z-index: 9999;
}
#searchsubmit {
  background: transparent;
  border: 1px solid #005297;
  color: #005297;
  padding: 2px 15px;
  font-size: 15px;
  border-radius: 4px;
}

#searchsubmit:hover {
  background-image: linear-gradient(to bottom, #0082bd, #002146);
  color: #fff;
}

#searchform #s {
  padding: 1px 10px 1px 10px;
}

.post-type-archive-video .header-banner-text h1 {
  text-transform: capitalize;
}
.post-type-archive-video #customer-success-section h2 {
  margin: 0px;
  text-align: center;
}
.post-type-archive-video #customer-success-section {
  padding: 70px 0 100px 0;
}
.blue_bar {
  width: 100%;
  background: #005297;
  padding: 10px 0;
  position: relative;
  z-index: 9999;
}
.blue_bar .paragraph-p2 p {
  color: #fff;
  text-align: center;
}
.blue_bar a {
  color: #95c940;
  border-bottom: 1px solid #95c940;
  text-decoration: none;
  font-family: "proxima_novabold";
}
.post-type-archive-video #customer-success-section .customer-success-img {
  position: relative;
  height: auto;
  margin: 0 8px;
}

.post-type-archive-video #mainPlayer {
  min-height: 360px;
}

.post-type-archive-video .videos-sec {
  margin: 45px 0;
}

.post-type-archive-video .videos-sec h5 {
  padding: 15px 7px;
}
.post-type-archive-video #mainPlayer iframe {
  height: 360px;
}
.close_btn {
  font-family: "proxima_novabold";
  font-size: 12px;
  letter-spacing: normal;
  padding: 0;
  color: #fff;
  position: relative;
  left: 25px;
  float: left;
  text-align: center;
  cursor: pointer;
  line-height: 22px;
}
.page_nav {
  width: 100%;
  text-align: center;
}
.page_nav .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #000;
  padding: 5px 16px;
  margin: 2px;
}

.page_nav .wp-pagenavi a {
  text-decoration: none;
  border: 1px solid #000;
  padding: 5px 16px;
  margin: 2px;
}
.page_nav .smaller {
  text-decoration: none;
  padding: 5px 16px;
  margin: 2px;
  font-size: 18px;
}
.img-fluid .wp-post-image {
  max-width: 100%;
  height: auto;
}

.lenders-featured-block .img-fluid .wp-post-image {
  max-width: 100%;
  height: 310px;
  object-fit: cover;
}

.gfield_label {
  margin-bottom: 25px !important;
  color: #002146;
  font-family: "proxima_novabold";
  font-weight: normal !important;
  font-size: 20px !important;
}

.customer-success-box.without-scroll {
  width: 93%;
}

#contact-us-section .heading-h7 {
  font-size: 22px;
}

#contact-us-section .paragraph-p2 p {
  font-size: 18px;
}

.page-template-faq .header-banner-overlay-blue,
.page-template-contact-us .header-banner-overlay-blue {
  background-color: Transparent;
}
.learn-more-box .learn_more_btn {
  display: inline-block;
  opacity: 1;
  border-bottom: 1px solid #fff;
}
.learn-more-box .learn_more_btn {
  display: inline-block;
  opacity: 0;
  border-bottom: 1px solid #fff;
}
.learn-more-box:hover .learn_more_btn {
  display: inline-block;
  opacity: 1;
}
.learn_more_btn {
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.gform_wrapper.gravity-theme input[type="text"],
#input_1_1 {
  padding: 0;
  min-height: 60px !important;
  border-radius: 0;
  border: none;
  font-family: "proxima_novaregular";
  font-weight: normal;
}

#input_1_12 {
  height: 135px !important;
  border: 1px solid #cbcbcb;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper .gfield_required {
  font-size: 20px !important;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  min-height: 60px;
  border: 1px solid #cbcbcb;
}

#input_1_1_3,
#input_1_1_6 {
  border: 1px solid #cbcbcb !important;
}

#gform_submit_button_1 {
  display: inline-block;
  position: relative;
  color: #005297;
  background: transparent;
  z-index: 1;
  border: 1px solid #005297;
  font-size: 20px;
  font-family: "proxima_novaregular";
  font-weight: normal;
  border-radius: 100px;
  width: 330px;
  text-align: center;
  line-height: 38px;
  height: 42px;
  margin-top: 15px;
}

#gform_submit_button_1:hover {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(to bottom, #0082bd, #002146);
  border: 0;
}

.gform_footer.top_label {
  display: flex !important;
  justify-content: center;
}

.archive h1 .post-categories li a {
  color: #fff;
  text-decoration: none;
}

#input_1_1_3_container {
  padding-right: 3% !important;
}

#field_1_7 .ginput_container.ginput_container_email {
  padding-right: 4% !important;
}

#field_1_6 {
  margin-top: 20px;
}

#field_1_7 {
  margin-top: 20px;
}

#field_1_8 {
  margin-top: 20px;
}

#field_1_12 {
  margin-top: 20px;
}

#mainPlayer iframe {
  width: 100%;
  padding: inherit;
  height: 100%;
}

#mainPlayer {
  height: 100%;
}

.counter {
  color: #005297;
  font-family: "Proxima Nova Th";
  font-weight: bold;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 8px;
  width: auto;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}

.our-portfolio-box.wrapper {
  display: flex;
  justify-content: center;
}

.view_case_button_text {
  margin-top: 70px;
  text-align: center;
}

#google-map-section .row {
  margin-right: 0px;
  margin-left: 0px;
}

#google-map-section .col-xl-12.col-lg-12.col-md-12 {
  padding-right: 0px;
  padding-left: 0px;
}

#google-map-section .col-xl-12.col-lg-12.col-md-12 p {
  margin-bottom: -10px;
}

span.primary-link.outline-primary-link:hover {
  background-color: #fff !important;
  color: #002146 !important;
}

.page-id-858 .secondary-link:hover {
  color: #fff !important;
  text-decoration: none;
  background-image: linear-gradient(to bottom, #0082bd, #002146) !important;
  border: 0 !important;
}

.mCSB_scrollTools .mCSB_buttonUp {
  background: url("img/scroll-top.svg") no-repeat center center !important;
  opacity: 1 !important;
  background-position: 0px 0px !important;
  right: -1px;
  position: absolute;
  top: 0px;
  background: url("img/scroll-top.svg") no-repeat center center;
  height: 8px;
  width: 19px;
}

.mCSB_scrollTools .mCSB_buttonDown {
  right: -1px;
  position: absolute;
  bottom: -10px;
  opacity: 1 !important;
  background: url("img/scroll-bottom.svg") no-repeat center center;
  background-position: 0px 0px !important;
  width: 19px;
}

.advantages-link {
  display: none;
}

.changing-transportation-heading-text .secondary-link {
  display: block;
}

#lenders-protection-section {
  padding: 110px 0 100px 0;
}

.lenders-protection-what-heading-text {
  text-align: center;
  margin-bottom: 60px;
}

.lenders-protection-what-heading-text h2 span {
  font-family: "proxima_novaregular";
  font-style: normal;
}

#lenders-protection-section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#lenders-protection-section ul li {
  width: 25%;
  position: relative;
}

#lenders-protection-section ul li .paragraph-p2 {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}

#lenders-protection-section ul li:after {
  content: "";
  position: absolute;
  top: 0px;
  border-right: 1px solid #0082bd;
  width: 1px;
  height: 80px;
  right: 0;
}

#lenders-protection-section ul li:last-child:after {
  border: 0;
}

.lenders-protection-default-demo {
  text-align: center;
  margin-top: 70px;
}

#lenders-protection-data-section {
  background: #0082bd;
  padding: 100px 0;
  position: relative;
}

#lenders-protection-data-section:after {
  content: "";
  position: absolute;
  top: 153px;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 1px;
  left: 0;
}

#lenders-protection-data-section ul {
  display: flex;
  justify-content: space-between;
}

#lenders-protection-data-section ul li {
  width: 25%;
}

#lenders-protection-data-section .paragraph-p2 {
  text-align: center;
}

#lenders-protection-data-section .paragraph-p2 p {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#lenders-protection-data-section .protection-number {
  padding-bottom: 55px;
  position: relative;
}

#lenders-protection-data-section .protection-number:after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 10px;
  height: 10px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
  z-index: 2;
}

#lenders-protection-data-section ul li:hover p {
  font-family: "proxima_novasemibold";
  font-weight: normal;
}

#lenders-protection-data-section ul li .protection-number:before {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 20px;
  height: 20px;
  background: #0082bd;
  border: 2px solid #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#lenders-protection-data-section ul li:hover .protection-number:before {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 20px;
  height: 20px;
  background: #0082bd;
  border: 2px solid #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
  z-index: 1;
  opacity: 1;
}

.just-arrived-top-section {
  padding: 75px 0 0 0;
}

.just-arrived-top-section .container {
  max-width: 1540px;
}

.just-arrived-top-section .just-arrived-box {
  padding-left: 0;
  padding-top: 0;
}

.just-arrived-top-section .just-arrived-box .paragraph-p1 {
  margin-bottom: 35px;
}

.just-arrived-top-section .just-arrived-box ul.solid-main li {
  margin-bottom: 15px;
}

.tabs {
  width: 100%;
  position: relative;
}

.tabs-item-description p {
  color: #fff;
}

.tabs-item-description ul.solid-main li {
  color: #fff;
}

.tabs-item-description .tabs-item-more-link {
  margin-top: 50px;
  text-align: center;
}

.tabs-item-description ul.solid-main li::before {
  color: #fff;
}

.tabs .tabs-items {
  width: 100%;
  padding-top: 0px;
}

.tabs .tabs-item {
  display: none;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.tabs .tabs-item .tabs-item-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.tabs .tabs-item-selected {
  display: block;
  opacity: 1;
  background-color: #95c940;
  padding: 100px 0 85px 0;
}

.tabs-item-selected.consulting-tab-section {
  background: #005297;
}

.tabs-item-selected.monitoring-tab-section {
  background: #0082bd;
}

.tabs-item-selected.independents-tab-section {
  background: #002146;
}

.tabs .tabs-links {
  display: flex;
  background-color: transparent;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 100px;
}

.bottom-space-box {
  margin-bottom: 0 !important;
}

.tabs .tabs-link {
  width: 100%;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-size: 30px;
  color: #002146;
  background: #fff;
  border-radius: 0;
  padding: 26px 0 19px 0;
  font-family: "proxima_novabold";
  font-weight: normal;
}

.tabs .tabs-link-selected {
  color: #fff;
  background: #95c940;
}

.tabs .tabs-link:after {
  content: "";
  position: absolute;
  top: 0;
  border-right: 1px solid #707070;
  width: 1px;
  height: 100%;
  right: 0;
}

.tabs .tabs-link:last-child:after {
  border: 0;
}

.tabs .tabs-link:last-child {
  border-right: 0px solid #b2b2b2;
}

.tabs .tabs-link:hover {
  background-color: #95c940;
  color: #fff;
}

.tabs .tabs-link.consulting-tab:hover {
  background-color: #005297 !important;
  color: #fff;
}

.tabs .consulting-tab.tabs-link-selected {
  z-index: 2;
  color: #fff;
  background: #005297 !important;
}

.tabs .tabs-link.monitoring-tab:hover:hover {
  background-color: #0082bd !important;
  color: #fff;
}

.tabs .monitoring-tab.tabs-link-selected {
  z-index: 2;
  color: #fff;
  background: #0082bd !important;
}

.tabs .tabs-link.independents-tab:hover:hover {
  background-color: #002146 !important;
  color: #fff;
}

.tabs .independents-tab.tabs-link-selected {
  z-index: 2;
  color: #fff;
  background: #002146 !important;
}

#risk-reward-section {
  padding: 150px 0 0 0;
}

.risk-reward-heading-text h2 {
  margin-bottom: 15px;
}

.risk-reward-heading-text {
  text-align: center;
  margin-bottom: 60px;
}

.risk-reward-box ul {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.risk-reward-box ul li {
  display: inline-block;
  text-align: center;
}

.risk-reward-box ul li img {
  width: 106px;
  height: 106px;
  margin-bottom: 15px;
}

.risk-reward-box ul li span {
  display: block;
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}

.risk-management-li {
  position: relative;
  left: 13px;
}

.earn-yields-li {
  position: relative;
  right: 17px;
}

#our-clients-section {
  background: #f2f2f2;
  padding: 115px 0;
}

.our-clients-heading-text {
  text-align: center;
  margin-bottom: 55px;
}

.our-clients-heading-text h2 {
  color: #005297;
}

#changing-transportation-section {
  background: #f2f2f2;
  padding: 115px 0 100px 0;
}

.changing-transportation-text {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.changing-transportation-text h6 {
  margin-bottom: 0;
}

.changing-transportation-heading-text {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-right: 1px solid #002146;
  margin-right: 7%;
}

.changing-transportation-heading-text h2 {
  margin-bottom: 0;
}

.changing-transportation-heading-text .paragraph-p2 p {
  margin: 30px 0 40px 0;
}

#our-clients-carousel {
  padding: 0 50px;
}

#our-clients-carousel .owl-nav {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  display: block;
}

#our-clients-carousel .owl-prev {
  float: left;
}

#our-clients-carousel .owl-next {
  float: right;
}

#our-clients-carousel .owl-prev span {
  left: 0;
  position: absolute;
  top: 0;
  background: url("img/Our Clients_non_select_left.png") no-repeat center center;
  height: 30px;
  width: 20px;
  text-indent: -999999rem;
}

#our-clients-carousel .owl-prev span:hover {
  background: url("img/Our Clients_select_left.svg") no-repeat center center;
}

#our-clients-carousel .owl-next span {
  right: 0;
  position: absolute;
  top: 0;
  background: url("img/Our Clients_non_select_right.png") no-repeat center
    center;
  height: 30px;
  width: 20px;
  text-indent: -999999rem;
}

#our-clients-carousel .owl-next span:hover {
  background: url("img/Our Clients_select_right.svg") no-repeat center center;
}

/* .testimonials-img ul{display:flex; justify-content:space-between; align-items:center;}
  .testimonials-img ul li{display:inline-block; cursor:pointer;} */
.testimonials-img img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.testimonials-img:hover img {
  -webkit-filter: none !important;
  filter: none !important;
}

#our-clients-carousel .owl-carousel .owl-item img {
  width: auto;
}

#risk-profiles-section {
  background: url("./img/risk-profiles-section-img.jpg") no-repeat center center;
}

#risk-profiles-section {
  background-repeat: no-repeat;
  height: 635px;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 100px 0 113px;
}

.risk-profiles-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 90px;
}

.risk-profiles-text .paragraph-p2 {
  margin: 30px 0 55px 0;
}

.risk-profiles-text h2 {
  color: #fff;
  margin-bottom: 0;
}

.risk-profiles-text .paragraph-p2 p {
  color: #fff;
}

.risk-profiles-data {
  text-align: center;
  position: relative;
}

.desktop-profilesmillion {
  display: block;
}

.mobile-profilesmillion {
  display: none;
}

.risk-profiles-add-box .paragraph-p2 p {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.risk-profiles-text .primary-link {
  background: #fff;
  color: #005297;
}

.risk-profiles-text .primary-link:hover,
.risk-profiles-text .primary-link:focus {
  color: #fff;
  background: #0082bd;
}

.risk-profiles-add-box img.quality-string-round-img {
  animation-name: spin;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.testClass img.quality-string-round-img {
  animation-name: spin-back;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin-back {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.back-rotate-testClass .our-vision-data-img img {
  animation-name: spin-circle-back;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin-circle-back {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.risk-profiles-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.risk-profiles-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.risk-profiles-data-img p {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.risk-profiles-left .loan-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px !important;
}

.risk-profiles-left .loan-text p {
  color: #fff;
  text-align: right;
}

.risk-profiles-left .institutions-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px !important;
}

.risk-profiles-left .institutions-text p {
  color: #fff;
  text-align: right;
}

.risk-profiles-right .proprietary-text {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px !important;
}

.risk-profiles-right .proprietary-text p {
  color: #fff;
  text-align: left;
}

.risk-profiles-right .insured-text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px !important;
}

.risk-profiles-right .insured-text p {
  color: #fff;
  text-align: left;
}

.show p {
  font-size: 28px !important;
  font-family: "proxima_novabold";
  line-height: 30px !important;
}

.risk-profiles-data h5 {
  color: #fff;
  margin-top: 10px;
  height: 65px;
  font-size: 16px;
  font-family: "proxima_novaregular";
  line-height: 22px;
}

.million-profile h5 {
  font-size: 28px !important;
  font-family: "proxima_novabold";
  line-height: 30px !important;
}

.risk-profiles-million-heading h5 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.back-rotate-testClass {
  transition: all 0.4s ease-out;
}

.our-vision-data-scroll {
  transition: all 0.4s ease-out;
}

.risk-profiles-data-img {
  position: relative;
  text-align: center;
}

.risk-profiles-data-img-text {
  color: #fff;
  font-size: 30px;
  font-family: "proxima_novabold";
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ========== About Us Page========== */
#lending-automated-section {
  padding: 120px 0 60px 0;
  text-align: center;
}

#lending-automated-section .paragraph-p2 p {
  margin-bottom: 40px;
}

.our-leadership-heading-text {
  text-align: center;
  margin-bottom: 80px;
}

.executive-heading-text h2 {
  margin-bottom: 20px;
}

#our-leadership-section .heading-executive-block {
  padding: 0 10%;
}

#our-leadership-section .executive-heading-text {
  position: relative;
}

/* #our-leadership-section .cs-skin-elastic > span{border:1px solid #005297;} */
/* #our-leadership-section .cs-skin-elastic > span:hover{border:1px solid #005297;} */
#our-leadership-section div.cs-skin-elastic {
  color: #005297;
  margin-top: 0;
  border: 1px solid #005297;
  background: #fff;
  height: 42px;
  line-height: 42px;
  border-radius: 100px;
  width: 330px;
}

#our-leadership-section .cs-select ul {
  /* border:1px solid #005297; */
  padding: 35px 0 15px 0;
}

#our-leadership-section .cs-select > span::after {
  right: 45px;
}

#our-leadership-section .text__center {
  position: absolute;
  top: 0;
  right: 0;
}

#our-leadership-section .cs-skin-elastic .cs-options span:hover {
  background: #c2e1ef;
  color: #005297;
}

.hidden {
  display: none;
}

#our-leadership-section div.cs-skin-elastic.cs-active {
  height: auto;
  border-radius: 20px;
}

#our-leadership-section .cs-skin-elastic > span {
  border: 0;
}

#our-leadership-section .cs-select .cs-options {
  position: static;
}

#our-leadership-section .cs-select ul {
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
}

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

.executive-heading-text h3 {
  margin-bottom: 60px;
}

.leadership-social {
  margin-top: 20px;
}

.leadership-social .email-icon {
  width: 32px;
  height: 32px;
  background: url("img/email-icon.svg") no-repeat center center;
  display: block;
}

.leadership-social .email-icon:hover {
  background: url("img/email-active-icon.svg") no-repeat center center;
}

.leadership-social .phone-icon {
  width: 32px;
  height: 32px;
  background: url("img/phone-icon.svg") no-repeat center center;
  display: block;
}

.leadership-social .phone-icon:hover {
  background: url("img/phone-active-icon.svg") no-repeat center center;
}

.leadership-social .linkedin-icon {
  width: 32px;
  height: 32px;
  background: url("img/linkedIn-icon.svg") no-repeat center center;
  display: block;
}

.leadership-social .linkedin-icon:hover {
  background: url("img/linkedIn-active-icon.svg") no-repeat center center;
}

.our-leadership-text-box h4 {
  margin: 25px 0 10px 0;
  color: #002146;
  font-family: "proxima_novabold";
  font-weight: normal;
}

.our-leadership-text-box .paragraph-p2 p {
  color: #002146;
}

.our-leadership-box {
  margin-bottom: 60px;
}

.leadership-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.our-leadership-img-box img {
  height: auto;
}

.our-leadership-img-box {
  background: #f2f2f2;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.our-leadership-img-box:hover {
  background: rgb(0, 130, 189);
  background: linear-gradient(
    180deg,
    rgba(0, 130, 189, 1) 0%,
    rgba(0, 33, 70, 1) 100%
  );
}

.our-leadership-img-box img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.our-leadership-img-box:hover img {
  -webkit-filter: none !important;
  filter: none !important;
}

#our-leadership-section {
  padding: 0 0 60px 0;
}

#senior-leadership-section {
  padding: 0 0 30px 0;
}

#meet-Innovators-section {
  padding: 100px 0;
  background: #f2f2f2;
  text-align: center;
}

#meet-Innovators-section h2 {
  margin-bottom: 35px;
}

#our-leadership-heading-section {
  padding: 115px 0 0 0;
}

#our-vision-section {
  background: url("img/our-vision-bg.jpg") no-repeat center center;
}

#our-vision-section {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 100px 0 113px;
}

.our-vision-heading-text {
  text-align: center;
  margin-bottom: 50px;
}

.our-vision-heading-text h2 {
  margin-bottom: 10px;
  color: #fff;
}

.our-vision-heading-text .paragraph-p2 p {
  color: #fff;
}

.our-vision-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 90px;
}

.our-vision-text .paragraph-p2 {
  margin: 30px 0 55px 0;
}

.our-vision-text h2 {
  color: #fff;
  margin-bottom: 0;
}

.our-vision-text .paragraph-p2 p {
  color: #fff;
}

.our-vision-data {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 1360px;
}

.our-vision-text-tata {
  margin-bottom: 70px;
  margin-top: 15px;
}

.our-vision-text-tata h5 {
  color: #fff;
}

.our-vision-text-tata .heading-h8 {
  color: #fff;
  margin-bottom: 25px;
}

.our-vision-text-tata .paragraph-p2 p {
  color: #fff;
}

.desk-vision-text {
  display: block;
}

.mob-vision-text {
  display: none;
}

.our-vision-main-data-box {
  position: relative;
}

.our-vision-main-data-box .paragraph-p2 h5 {
  color: #fff;
  font-family: "proxima_novasemibold";
}

.our-vision-main-data-box .paragraph-p2 p {
  color: #fff;
}

.our-vision-left {
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.our-vision-left .paragraph-p2 {
  text-align: right;
}

.our-vision-right {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.our-vision-right .paragraph-p2 {
  text-align: left;
}

.perseverance-text {
  position: relative;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
}

.respect-text {
  position: relative;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}

#our-leadership-section.drop_cat {
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
  position: absolute;
}

.our-vision-data h5 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.show-animation h5,
.million-profile-animation h5 {
  font-size: 40px;
}

.million-profile h5 {
  font-size: 40px;
}

.home .million-profile h5, .page-template-learn-more .million-profile h5 {
  font-size: 20px;
}

.home .million-profile-animation h5, .page-template-learn-more .million-profile-animation h5 {
  font-size: 20px;
}

.teamwork-text {
  position: absolute;
  bottom: 0;
}

.quality-text {
  position: absolute;
  top: 0;
}

.commitment-text {
  position: absolute;
  top: 0;
}

.accountability-text {
  position: absolute;
  bottom: 0;
}

.our-vision-data-img {
  position: relative;
  text-align: center;
}

.our-vision-data-img-text {
  color: #fff;
  font-size: 56px;
  font-family: "proxima_novabold";
  font-weight: normal;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 60px;
}

.our-vision-data-scroll .our-vision-data-img img {
  animation-name: spin-circle;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin-circle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ========== About Us Full Page========== */
#about-profile-section {
  padding: 140px 0 100px 0;
}

.about-profile-text {
  padding: 30px 0 0 0;
  margin-top: 30px;
}

.profile-leadership-text-box {
  margin-left: 10px;
}

.about-profile-text .paragraph-p2 p {
  margin-bottom: 25px;
}

.about-profile-text .paragraph-p4 p {
  margin-bottom: 25px;
}

.profile-leadership-text-box h5 {
  margin: 30px 0 75px 0;
}

.profile-leadership-text-box .paragraph-p1 p {
  margin-top: 15px;
  font-family: "proxima_novaregular";
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
}

.large-img {
  background: rgb(0, 130, 189);
  background: linear-gradient(
    180deg,
    rgba(0, 130, 189, 1) 0%,
    rgba(0, 33, 70, 1) 100%
  );
  height: 100%;
  max-height: 420px;
  max-width: 350px;
}

.large-img img {
  -webkit-filter: none !important;
  filter: none !important;
  height: 100%;
  object-fit: cover;
}

.large-img .img-fluid .wp-post-image {
  max-width: 350px;

  height: 420px;
  max-height: 420px;
}

.leadership-social .email-icon-large {
  width: 46px;
  height: 46px;
  background: url("img/email-icon-large.svg") no-repeat center center;
  display: block;
}

.leadership-social .email-icon-large:hover {
  background: url("img/email-icon-large-active.svg") no-repeat center center;
}

.leadership-social .phone-icon-large {
  width: 46px;
  height: 46px;
  background: url("img/phone-icon-large.svg") no-repeat center center;
  display: block;
}

.leadership-social .phone-icon-large:hover {
  background: url("img/phone-icon-large-active.svg") no-repeat center center;
}

.leadership-social .linkedin-icon-large {
  width: 46px;
  height: 46px;
  background: url("img/linkedIn-icon-large.svg") no-repeat center center;
  display: block;
}

.leadership-social .linkedin-icon-large:hover {
  background: url("img/linkedIn-icon-large-active.svg") no-repeat center center;
}

.about-profile-text .secondary-link {
  margin-top: 25px;
}

#about-breadcrumb-section .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

#about-breadcrumb-section .breadcrumb a {
  font-family: "proxima_novaregular";
  font-weight: normal;
  font-size: 20px;
  color: #939393;
}

#about-breadcrumb-section .breadcrumb li {
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 20px;
  color: #005297;
}

#about-breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  padding-right: 0.9rem;
}

#about-breadcrumb-section .breadcrumb a:hover {
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 20px;
  color: #005297;
  text-decoration: none;
}

#about-breadcrumb-section .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.9rem;
}

.team-top-item.team-sort.widget {
  float: right;
  padding: 40px 0px 0 0;
  position: absolute;
  right: 50px;
  z-index: 99;
}

.team-top-item.team-sort.widget select {
  color: #005297;
  margin-top: 0;
  border: 1px solid #005297;
  background: #fff;
  height: 42px;
  line-height: 42px;
  border-radius: 100px;
  width: 330px;
}

/* ========== Resource Page========== */

#featured-serch-section {
  padding: 20px 0;
  background: #005297;
}

ul.featured-header-link {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

ul.featured-header-link li {
  display: inline-block;
  margin-right: 36px;
}

ul.featured-header-link li a {
  font-size: 20px;
  color: #fff;
  font-family: "proxima_novabold";
  font-weight: normal;
  text-decoration: none;
}

ul.featured-header-link li a:hover,
ul.featured-header-link li a:focus {
  color: #95c940;
}

ul.featured-header-link li a:active,
ul.featured-header-link li a.active {
  color: #95c940 !important;
}

.search-section {
  width: 80%;
  position: relative;
  display: flex;
  float: right;
  height: 60px;
  position: relative;
}

.searchTerm {
  width: 100%;
  border: 0;
  font-family: "proxima_novabold";
  font-weight: normal;
  border-right: none;
  padding: 5px 25px;
  height: 100%;
  font-size: 18px;
  border-radius: 100px;
  outline: none;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}

.searchTerm:focus {
  background: #fff;
  color: #005297;
}

.searchTerm:focus ~ .searchButton {
  color: #005297;
}

.search #lending-automated-section {
  text-align: left;
  padding-top: 0px;
}

.search #featured-section {
  padding: 50px 0 100px 0;
}

.searchTerm::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.searchTerm:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.searchTerm::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.searchButton {
  position: absolute;
  right: 15px;
  background: transparent;
  border: 0;
  top: 14px;
  text-align: right;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}

.search .lenders-featured-text-box {
  min-height: 250px;
}

#featured-section {
  padding: 120px 0 100px 0;
}

.home #featured-section, .page-template-learn-more #featured-section {
  padding: 100px 0 160px;
}

#featured-section h2 {
  margin-bottom: 60px;
  text-align: center;
}

.featured-text-box {
  background: #2186bf;
  padding: 48px 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.featured-more-box {
  height: 100%;
}

.page-template-resource .featured-more-box .img-fluid .wp-post-image, .home .featured-more-box .img-fluid .wp-post-image, .page-template-learn-more .featured-more-box .img-fluid .wp-post-image {
  max-width: 100%;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
}

.featured-more-box img {
  width: 100%;
  height: 100%;
}

.featured-text-box .category {
  font-size: 12px;
  color: #2186bf;
  background: white;
  padding: 0px 16px;
  width: fit-content;
  line-height: 20px;
  margin-bottom: 14px;
}

.featured-text-box .paragraph-p2 p {
  color: #fff;
  margin-bottom: 14px;
}

.featured-text-box h4 {
  color: #fff;
  margin-bottom: 22px;
  font-size: 32px;
}

.featured-text-box h4 a {
  color: #fff;
  text-decoration: none;
  font-family: "proxima_novaregular";
  font-size: 40px;
}

.featured-text-box .paragraph-p3 p {
  color: #fff;
  margin-bottom: 40px;
}

.featured-text-box .read-more-link {
  border: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  position: relative;
  padding-right: 24px;
  width: fit-content;
  font-family: "proxima_novabold";
  display: flex;
  align-items: center;
}

.featured-text-box .read-more-link i {
  margin: 0 0 2px 15px;
  transition: margin-left 0.3s ease;
}

.featured-text-box .read-more-link:hover i {
  margin-left: 25px;
}

.featured-text-box .read-more-link:hover {
  background: none;
  color: white;
}

#featured-box-section {
  padding: 0 0 60px 0;
}

.filter-section h2 {
  margin-bottom: 60px;
  text-align: center;
}

.filter-section .facets-container {
  display: flex;
  width: 100%;
  gap: 40px;
  margin-bottom: 60px;
}

.filter-section .facets-container .facetwp-facet {
  width: 100%;
  margin: 0;
}

.filter-section .facets-container .facetwp-facet .facetwp-input-wrap {
  width: 100%;
}

.filter-section .facets-container .facetwp-facet input.facetwp-search {
  width: 100%;
}

.filter-section .facets-container .chosen-container {
  width: 27vw !important;
  max-width: 390px;
  border: 1px solid #085697;
  border-radius: 30px;
  height: fit-content;
  position: absolute;
  z-index: 9;
}

.filter-section .facets-container .chosen-container .chosen-single {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: none;
  padding: 16px 8px;
  height: inherit;
  text-align: center;
  color: #085697;
  border: none;
  border-radius: none;
  height: 57px;
}

.facetwp-type-pager {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.facetwp-type-pager .facetwp-load-more {
  border: 1px solid #085697;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
  padding: 16px 8px;
  height: inherit;
  text-align: center;
  color: #085697;
  font-size: 24px;
  width: 300px;
}

.facetwp-type-pager .facetwp-load-more:hover {
  background: #085697;
  color: white;
}

.filter-section .facets-container .chosen-container .chosen-drop {
  border-radius: 0;
  box-shadow: none;
  border: none;
  top: 58px;
}

.filter-section
  .facets-container
  .chosen-container
  .chosen-drop
  .chosen-results {
  font-size: 24px;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  margin: 0;
  padding: 0;
  border: none;
}

.filter-section
  .facets-container
  .chosen-container
  .chosen-drop
  .chosen-results
  li {
  padding: 20px 4px 20px 16px;
  color: #085697;
}

.filter-section
  .facets-container
  .chosen-container
  .chosen-drop
  .chosen-results
  li:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.filter-section
  .facets-container
  .chosen-container
  .chosen-drop
  .chosen-results
  li:last-of-type {
  border-bottom: none;
}

.chosen-container .chosen-results {
  max-height: 300px !important;
}

.chosen-container .chosen-results li.highlighted {
  background: #c2e1ef !important;
}

.filter-section
  .facets-container
  .chosen-container
  .chosen-drop
  .chosen-results
  li[data-option-array-index="0"] {
  display: none;
}

.filter-section
  .facets-container
  .chosen-container
  .chosen-drop
  .chosen-results::-webkit-scrollbar {
  display: none;
}

.facetwp-search {
  border: 1px solid #085697;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
  padding: 14px 8px;
  height: inherit;
  text-align: center;
  color: #085697;
  line-height: 24px;
  font-size: 24px;
}

.facetwp-search::placeholder {
  color: #085697;
  font-size: 24px;
  line-height: 24px;
}

.facetwp-facet-search .facetwp-icon, .facetwp-facet-events_search .facetwp-icon {
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.facetwp-facet-search .facetwp-icon::before, .facetwp-facet-events_search .facetwp-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("https://openlending.com/wp-content/themes/openlanding/img/search-icon.svg")
    no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.facetwp-facet-search .facetwp-icon.f-loading, .facetwp-facet-events_search .facetwp-icon.f-loading {
  width: 40px;
  height: 40px;
  right: 10px;
}

.facetwp-facet-search .facetwp-icon.f-loading::before, .facetwp-facet-events_search .facetwp-icon.f-loading::before {
  background: url("https://openlending.com/wp-content/themes/openlanding/img/loading-spinner.gif")
    no-repeat center center;
  background-size: cover;
  animation: none;
}

.filter-section .facets-container .chosen-container .chosen-single span {
  font-size: 24px;
  line-height: 24px;
}

.filter-section .facets-container .chosen-container .chosen-single div {
  right: 7%;
  display: flex;
  align-items: center;
  z-index: -999;
}

.filter-section .facets-container .chosen-container .chosen-single div b {
  position: relative;
  background-image: none !important;
  display: flex;
  align-items: center;
  overflow: visible;
  min-width: 40px;
  min-height: 40px;
}

.filter-section
  .facets-container
  .chosen-container
  .chosen-single
  div
  b::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
  transition: margin-left 0.3s ease;
  font-size: 30px;
}

.filter-section
  .facets-container
  .chosen-container
  .chosen-single
  div
  b.f-loading::after {
  content: "";
  background: url("https://openlending.com/wp-content/themes/openlanding/img/loading-spinner.gif")
    no-repeat center center;
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 7%;
}

.filter-section
  .facets-container
  .chosen-container.chosen-with-drop
  .chosen-single
  div
  b {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.lenders-featured-text-box {
  padding: 35px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(214, 214, 214, 0.5);
}

.lenders-featured-text-box .paragraph-p2 p {
  margin: 25px 0 30px 0;
  color: #002146;
  font-family: "proxima_novabold";
  font-weight: normal;
}

.lenders-featured-text-box .paragraph-p3.heading-featured p {
  color: #939393;
}

.lenders-featured-text-box .paragraph-p3 {
  margin-top: auto;
  line-height: 1.15;
}

.lenders-featured-text-box .paragraph-p3 p {
  font-size: 16px;
  color: #3c3c3d;
}

.lenders-featured-demo {
  margin-top: 10px;
  text-align: center;
}

.lenders-featured-link {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.lenders-featured-img-box {
  position: relative;
}

.lenders-featured-block:hover {
  border: 1px solid rgba(214, 214, 214, 0.5);
  box-sizing: border-box;
}

.lenders-featured-block {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid rgba(214, 214, 214, 0.5);
}

.lenders-featured-block .paragraph-p2 p {
  font-size: 26px;
  font-family: "proxima_novaregular";
  line-height: 1.15;
  margin: 10px 0 30px 0;
}

.lenders-featured-block .lenders-featured-text-box .category p {
  font-size: 12px;
  color: #2186bf;
  background: white;
  padding: 2px 16px;
  width: fit-content;
  line-height: 16px;
  margin-bottom: 10px;
  border: 1px solid rgba(214, 214, 214, 0.5);
}

.lenders-featured-block .read-more-link {
  color: #2084bc;
  border: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  position: relative;
  width: fit-content;
  font-family: "proxima_novabold";
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  line-height: 115%;
}

.lenders-featured-block .read-more-link i {
  margin: 0 0 2px 15px;
  transition: margin-left 0.3s ease;
}

.lenders-featured-block:hover .read-more-link i {
  margin-left: 25px !important;
}

.lenders-featured-block .read-more-link:hover {
  background: none;
  color: #2084bc;
}

.vbox-close {
  display: none !important;
}

#featured-box-section .secondary-link:hover {
  color: #fff !important;
  background: #95c940 !important;
  border: 1px solid #95c940 !important;
  text-decoration: none;
}

#press-news-section {
  margin-bottom: 100px;
}

#press-news-section h2 {
  margin-bottom: 60px;
  text-align: center;
}

#press-news-section .press-news-section-container {
  display: flex;
  flex-direction: row;
  gap: 10%;
  justify-content: center;
  padding: 0 80px;
}

#press-news-section
  .press-news-section-container
  .press-news-section-posts-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
}

#press-news-section
  .press-news-section-container
  .press-news-section-posts-column
  .press-news-section-posts-column-title {
  color: #2084bc;
  font-size: 24px;
  font-family: "proxima_novabold";
  margin-bottom: 10px;
  text-transform: uppercase;
}

#press-news-section .press-news-section-container .press-news-section-post {
  padding: 10px 0 16px;
  border-top: 1px solid #2084bc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
}

#press-news-section
  .press-news-section-container
  .press-news-section-post:last-of-type {
  border-bottom: 1px solid #2084bc;
}

#press-news-section
  .press-news-section-container
  .press-news-section-post
  .press-news-section-post-date {
  margin-bottom: 0;
  font-size: 14px;
}

#press-news-section .press-news-section-container .press-news-section-post h3 {
  display: flex;
}

#press-news-section
  .press-news-section-container
  .press-news-section-post
  h3
  a {
  color: #002146;
  font-size: 24px;
  font-family: "proxima_novaregular";
}

#press-news-section
  .press-news-section-container
  .press-news-section-post
  h3
  a:hover {
  color: #0d5999;
  text-decoration: none;
}

#press-news-section .load-more {
  border: 1px solid #085697;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
  padding: 16px 8px;
  height: inherit;
  text-align: center;
  color: #085697;
  font-size: 24px;
  width: 300px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}

#press-news-section .load-more:hover {
  background: #085697;
  color: white;
  text-decoration: none;
}

#press-news-section .load-more-news,
#press-news-section .load-more-press {
  display: none;
}

/* ========== FAQ Page========== */
.header-banner-overlay-blue {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.82;
  background-color: #005297;
}

#faq-section {
  padding: 150px 0 70px 0;
}

.faq-heading-text {
  text-align: center;
  padding-bottom: 60px;
}

#faq-section .card {
  background: #fff;
  border: 1px solid #cbcbcb;
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
  border-radius: 0;
}

#faq-section .card-header .btn-header-link:hover,
#our-partners-section .card-header .btn-header-link:focus {
  box-shadow: none;
}

#faq-section .panel-title {
  position: relative;
}

#faq-section .card-header {
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: transparent;
}

#faq-section .card-header .btn-header-link {
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 28px;
  margin: 0;
  width: 100%;
  text-align: left;
  position: relative;
  box-shadow: none;
  border: 0;
}

#faq-section .card-header .btn-header-link.collapsed {
  padding: 38px 50px;
}

#faq-section .card-header .btn-header-link {
  padding: 38px 50px 16px 50px;
}

#faq-section .card-header .btn-header-link sup {
  top: -0.2em;
}

#faq-section .card-header .btn-header-link.collapsed {
  color: #002146;
}

#faq-section .card-header .btn-header-link {
  color: #0082bd;
}

#faq-section .card .card-header .btn-header-link.collapsed:after {
  right: 50px;
  position: absolute;
  top: 48px;
  content: "";
  background: url("img/gray-plus-icon.svg") no-repeat center center;
  height: 20px;
  width: 20px;
}

#faq-section .card-header .btn-header-link sup {
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 28px;
}

#faq-section .card .card-header .btn-header-link:after {
  right: 50px;
  position: absolute;
  top: 48px;
  content: "";
  background: url("img/gray-minus-icon.svg") no-repeat center center;
  height: 20px;
  width: 20px;
}

#faq-section .card-body {
  padding: 0;
}

#faq-section .card-body .paragraph-p3 {
  padding: 0 200px 37px 50px;
}

/* ========== Contact Us Page========== */

#contact-us-section {
  padding: 150px 0 100px 0;
}

#contact-form .form-control {
  min-height: 60px;
  line-height: 60px;
  border: 1px solid #cbcbcb;
  color: #3c3c3d;
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 18px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}

#contact-form .form-control:focus {
  border: 1px solid #002146;
  outline: 1px solid #002146;
}

#contact-form .md-form {
  margin-bottom: 35px;
}

#contact-form .md-form label {
  margin-bottom: 25px;
  color: #002146;
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 20px;
}

#contact-form .md-form label span {
  color: #ff0000;
}

#contact-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cbcbcb;
  opacity: 1;
  /* Firefox */
}

#contact-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cbcbcb;
}

#contact-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cbcbcb;
}

#contact-us-section .paragraph-p2 p a {
  color: #002146;
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 22px;
  position: relative;
  text-decoration: none;
}

#contact-us-section .paragraph-p2 p a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  border-bottom: 1px solid #002146;
  width: 100%;
  height: 1px;
  left: 0;
  transition: 0.5s;
}

#contact-us-section .paragraph-p2 p a:hover::after {
  width: 100%;
  border-bottom: 1px solid #0082bd;
}

#contact-us-section .paragraph-p2 p a:hover {
  color: #0082bd;
}

#contact-us-section .paragraph-p2 p a i {
  font-size: 15px;
}

#google-map-section {
  overflow: hidden;
}

#google-map-section .container {
  position: relative;
}

#google-map-section .container-fluid {
  padding: 0;
}

.request-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 55%;
  align-items: flex-start;
}

.headquarters-add {
  background: #fff;
  padding: 100px 60px 80px 60px;
  position: absolute;
  top: -500px;
  right: 0;
  z-index: 1;
  height: 0;
  transition: 0.9s ease;
}

.headquarters-add h2 {
  color: #0082bd;
  margin-bottom: 140px;
}

.headquarters-add h5 {
  color: #0082bd;
  font-family: "proxima_novaregular";
  font-weight: normal;
}

.headquarters-add h6 {
  color: #0082bd;
}

.height-add-box {
  top: 0;
  height: 500px;
}

/* ========== Lenders Protection Page========== */

#sophisticated-analytics-section {
  padding: 140px 0 100px 0;
}

#sophisticated-analytics-section .container {
  max-width: 1400px;
  padding: 0;
}

#sophisticated-analytics-section .container .sophisticated-contain {
margin: 0;
}


#sophisticated-analytics-section .container .sophisticated-contain .counter {
  font-size: 65px;
}

.sophisticated-analytics-heading-text {
  text-align: center;
  margin-bottom: 50px;
}

.sophisticated-analytics-heading-text h2 {
  margin-bottom: 10px;
}

.sophisticated-contain {
  display: flex;
  align-items: center;
  margin: 0 15px;
}

.col-analytics-box {
  width: 20%;
  text-align: center;
}

.our-contact-demo {
  text-align: center;
  margin-top: 65px;
}

.sophisticated-analytics-box h2 {
  font-family: "Proxima Nova Th";
  font-weight: bold;
  font-size: 60px;
  color: #005297;
}

#achieve-companies-section {
  padding: 128px 0 118px 0;
  background: #0082bd;
}

.achieve-companies-heading-text {
  text-align: center;
  margin-bottom: 40px;
}

.achieve-companies-heading-text h2 {
  margin-bottom: 0;
  color: #fff;
}

.achieve-companies-box {
  text-align: center;
}

.achieve-companies-box .heading-h7 {
  margin-bottom: 10px;
  color: #fff;
}

.achieve-companies-box img {
  margin-bottom: 30px;
  height: 82px;
}

.achieve-companies-box .paragraph-p3 p {
  color: #fff;
}

#implement-integrate-section {
  padding: 125px 0;
}

.implement-integrate-heading-text {
  text-align: center;
  margin-bottom: 40px;
}

.implement-integrate-heading-text h2 {
  margin-bottom: 0;
}

.implement-integrate-box {
  text-align: center;
}

.implement-integrate-box img {
  margin-bottom: 30px;
  width: 100%;
}

.implement-integrate-text .heading-h7 {
  margin-bottom: 18px;
}

.custom-scrollbar-js,
.custom-scrollbar-css {
  height: 380px;
}

/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
  overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #00d2ff;
  background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}

.mCSB_scrollTools .mCSB_draggerContainer {
  top: 10px;
  bottom: 10px;
}

.custom-scrollbar-js:after {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 90%;
  height: 30px;
  background: #fff;
  left: 14px;
  -webkit-box-shadow: 0px -7px 8px -4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px -7px 8px -4px rgba(0, 0, 0, 0.14);
  box-shadow: 0px -7px 8px -4px rgba(0, 0, 0, 0.14);
}

/*.mCSB_scrollTools:before{right:-1px; position:absolute; top:0; content:""; background:url("img/scroll-top.svg") no-repeat center center; height:8px; width:19px;}
  
  .mCSB_scrollTools:after{right:-1px; position:absolute; bottom:0; content:""; background:url("img/scroll-bottom.svg") no-repeat center center; height:8px; width:19px;}*/

#customer-success-section {
  padding: 120px 0 0px 0;
}

.parent-pageid-10 #customer-success-section {
  padding-bottom: 120px;
}

.customer-success-heading-text {
  text-align: center;
  padding-bottom: 50px;
}

.customer-success-heading-text h2 {
  margin-bottom: 10px;
}

.customer-success-heading-text .paragraph-p2 p a {
  color: #002146;
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}

.customer-success-heading-text .paragraph-p2 p a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  border-bottom: 1px solid #002146;
  width: 100%;
  height: 1px;
  left: 0;
  transition: 0.5s;
}

.customer-success-heading-text .paragraph-p2 p a:hover::after {
  width: 100%;
  border-bottom: 1px solid #0082bd;
}

.customer-success-heading-text .paragraph-p2 p a:hover {
  color: #0082bd;
}

.customer-success-heading-text .paragraph-p2 p a i {
  font-size: 15px;
}

.customer-success-img {
  position: relative;
  height: 100%;
}

.customer-play-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 74, 155, 0.5);
  z-index: 1;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.customer-play-btn-overlay .play-icon-video {
  font-size: 90px;
  top: 50%;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  color: rgba(255, 255, 255, 0.7);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("img/video-play-btn.svg") no-repeat center center;
  height: 103px;
  width: 75px;
  margin: 0 auto;
}

.customer-success-img:hover .customer-play-btn-overlay {
  opacity: 1;
}

.customer-success-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-success-box:last-child {
  margin-bottom: 0;
}

.customer-success-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 10px;
  padding: 0 0 10px 0px;
  position: relative;
  width: 98%;
}

.customer-success-img-box {
  width: 25%;
}

.customer-success-box a {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 2;
}

.customer-success-img-box {
  background: #004a9b;
  position: relative;
}

.play-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 74, 155, 0.5);
  z-index: 1;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.play-btn-overlay .video-play-small {
  font-size: 20px;
  top: 50%;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  color: rgba(255, 255, 255, 0.7);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("img/video-play-small.svg") no-repeat center center;
  height: 18px;
  width: 13px;
  margin: 0 auto;
}

.customer-success-box:hover .play-btn-overlay {
  opacity: 1;
}

.customer-success-img-box img {
  width: 100%;
  height: 100%;
}

.customer-success-text-box {
  width: 67%;
  padding-left: 3%;
}

.customer-success-text-box .paragraph-p2 p {
  color: #002146;
  margin-bottom: 25px;
}

.customer-success-text-box .paragraph-p3 p {
  color: #939393;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgb(203, 203, 203);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(60, 60, 61);
}

/* ========== Why Open Lending Page========== */

#inner-page-banner {
  position: relative;
  margin-top: 110px;
}

.header-banner-text {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.header-banner-img {
  position: relative;
}

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

.header-banner-overlay-black {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.25;
  background-color: #000;
}

.header-banner-text h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 40px rgba(35, 47, 60, 0.59);
  margin-bottom: 10px;
}

.header-banner-text h6 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 0 0 20px #3c3c3d;
  font-family: "proxima_novaregular";
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 32px;
}

#our-advantages-section {
  padding: 150px 0 35px 0;
}

.our-advantages-heading-text h2 {
  margin-bottom: 0;
}

.our-advantages-heading-text {
  text-align: center;
  padding-bottom: 75px;
}

.our-advantages-box {
  margin-bottom: 65px;
}

#our-advantages-section .our-advantages-box-img {
  height: 82px;
  margin-bottom: 30px;
}

#our-advantages-section .our-advantages-box-img img {
  height: auto;
}

.our-advantages-box img {
  margin-bottom: 30px;
  height: 82px;
}

.our-advantages-box h5 {
  margin-bottom: 30px;
  font-family: "proxima_novasemibold";
}

.our-advantages-box-center {
  width: 80%;
  margin: 0 auto;
}

.our-advantages-box-right {
  width: 75%;
  float: right;
}

.our-packaged-box-center {
  width: 90%;
  margin: 0 auto;
}

.our-packaged-box-right {
  width: 82%;
  float: right;
}

section.calculator-banner-section {
  background: #004a9b;
  padding: 110px 0;
}

section.calculator-banner-section .headline {
  text-align: center;
  margin: 0 auto;
}

section.calculator-banner-section .headline h2,
section.calculator-banner-section .headline p {
  color: white;
}

section.calculator-banner-section .headline p {
  max-width: 800px;
  margin: 0 auto;
}

section.calculator-banner-section .calculator-link {
  border: 1px solid white;
  display: block;
  position: relative;
  color: white;
  background: transparent !important;
  z-index: 1;
  font-size: 24px;
  font-family: "proxima_novaregular";
  font-weight: normal;
  border-radius: 100px;
  text-align: center;
  max-width: 300px;
  padding: 16px 8px;
  margin: 60px auto 0;
  text-decoration: none;
}

section.calculator-banner-section .calculator-link:hover {
  background: #95c940 !important;
}

#lending-efficiency-section {
  padding: 80px 0 100px;
}

#lending-efficiency-section h2 {
  max-width: 1000px;
  margin: 0 auto 20px;
}

#lending-efficiency-section p {
  max-width: 800px;
  margin: 0 auto;
}

#lending-efficiency-section .main-image-container {
  height: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lending-efficiency-section .main-image {
  width: 100%;
  height: auto;
  padding-right: 40px;
}

#lending-efficiency-section .col-xl-6:last-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 30px;
  position: relative;
  padding-left: 40px;
}

#lending-efficiency-section .col-xl-6:last-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #112255;
}

#lending-efficiency-section .selling-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

#lending-efficiency-section .selling-point-icon {
  width: auto;
  height: 64px;
  margin-bottom: 24px;
}

#lending-efficiency-section .selling-point h5 {
  font-size: 18px;
  line-height: 130%;
}

#lending-efficiency-section .selling-point p {
  margin: 0;
  font-size: 0.9em;
  line-height: 130%;
}

@media (max-width: 991px) {
  #lending-efficiency-section .main-image {
    max-height: 250px;
    object-fit: contain;
  }

  #lending-efficiency-section .col-xl-6:last-child {
      margin-top: 40px;
      padding-left: 15px;
      padding-right: 15px;
  }
  
  #lending-efficiency-section .col-xl-6:last-child::before {
      display: none;
  }
}

@media (max-width: 767px) {
  #lending-efficiency-section .col-xl-6:last-child {
      grid-template-columns: 1fr;
  }
}

#learn-more-section {
  background: #f2f2f2;
  padding: 115px 0 100px 0;
}

.learn-more-heading-text {
  text-align: center;
  padding-bottom: 60px;
}

.learn-more-heading-text h2 {
  margin-bottom: 0;
}

.learn-more-box {
  position: relative;
}

.learn-more-box a.link {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.learn-more-box img {
  width: 100%;
}

.learn-more-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.learn-more-text h6 {
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.learn-more-text h6 a {
  color: #fff;
  display: block;
}
.learn-more-text h6 a::after {
  content: unset;
}
.learn-more-text h6 a:hover {
  text-decoration: none;
}

.learn-more-text > a {
  display: none;
  opacity: 0;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.learn-more-text a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 1px;
  left: 0;
}

.box-overlay-black {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*.box-overlay-black {
      display: none;
  }
   .learn-more-box:hover .box-overlay-black {
       display: block;
  }
  */

.learn-more-box:hover .learn-more-text a {
  display: inline-block;
  opacity: 1;
}

.learn-more-box:hover .learn-more-text h6 {
  margin-bottom: 20px;
}

.learn-more-box:hover .box-overlay-black.box-95C940 {
  background-color: #95c940;
}

.learn-more-box:hover .box-overlay-black.box-0082BD {
  background-color: #005297;
}

.learn-more-box:hover .box-overlay-black.box-005297 {
  background-color: #0082bd;
}

.learn-more-box:hover .box-overlay-black.box-002146 {
  background-color: #002146;
}

#stay-informed-section {
  background: #004a9b;
  padding: 110px 0;
}

#stay-informed-section h2 {
  color: #fff;
  margin-bottom: 15px;
}

#stay-informed-section .paragraph-p2 p {
  color: #fff;
}

.stay-informed-heading a {
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.stay-informed-heading a:hover,
.stay-informed-heading a:focus {
  color: #95c940;
  text-decoration: none;
}

.stay-informed-heading a:hover i,
.stay-informed-heading a:focus i {
  color: #95c940;
  text-decoration: none;
}

.stay-informed-heading i {
  color: #fff;
  font-size: 20px;
}

.discover-more-link {
  margin-top: 0;
}

.discover-more-link li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  align-items: flex-start;
  height: 150px;
  display: flex;
  padding-top: 20px;
}

.discover-more-link li a {
  font-family: "proxima_novaregular";
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

.discover-more-link li a:hover {
  text-decoration: none;
}

/* ========== Lenders Page========== */
#testimonials-section {
  padding: 100px 0;
}

.testimonials-text-box {
  text-align: center;
}

.testimonials-text-box h3 {
  margin-bottom: 45px;
}

#testimonials-carousel .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

#testimonials-carousel .owl-prev {
  float: left;
}

#testimonials-carousel .owl-next {
  float: right;
}

#testimonials-carousel .owl-prev span {
  left: 0;
  position: absolute;
  top: 0;
  background: url("img/testimonials-deactive-left-arrow.svg") no-repeat center
    center;
  height: 42px;
  width: 20px;
  text-indent: -999999rem;
}

#testimonials-carousel .owl-prev span:hover {
  background: url("img/testimonials-active-left-arrow.svg") no-repeat center
    center;
}

#testimonials-carousel .owl-next span {
  right: 0;
  position: absolute;
  top: 0;
  background: url("img/testimonials-deactive-right-arrow.svg") no-repeat center
    center;
  height: 42px;
  width: 20px;
  text-indent: -999999rem;
}

#testimonials-carousel .owl-next span:hover {
  background: url("img/testimonials-active-right-arrow.svg") no-repeat center
    center;
}

#our-portfolio-benefit-section {
  padding: 140px 0 100px 0;
}

.our-portfolio-benefit-text {
  text-align: center;
  margin-bottom: 120px;
}

.our-portfolio-benefit-text p {
  padding-bottom: 30px;
}

.our-portfolio-section {
  text-align: center;
  position: relative;
}

.our-portfolio-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-right: 1px solid #cbcbcb;
  width: 1px;
  height: 75%;
  right: -55px;
}

#our-portfolio-benefit-section .our-request-demo {
  margin-top: 25px;
}

.our-portfolio-section h2 {
  margin-bottom: 55px;
}

.our-portfolio-box h2 {
  margin-bottom: 0;
  color: #005297;
  font-family: "Proxima Nova Th";
  font-weight: bold;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 8px;
}

.our-portfolio-box {
  margin-bottom: 30px;
}

.our-benefit-section {
  text-align: center;
  padding-left: 93px;
}

.our-benefit-box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 45px;
  align-items: center;
}

.our-benefit-section h2 {
  margin-bottom: 57px;
  padding-left: 45px;
}

.our-benefit-text h5 {
  text-align: left;
  font-family: "proxima_novasemibold";
}

.our-benefit-img {
  width: 40%;
}

.our-benefit-text {
  width: 60%;
}

.our-request-demo {
  text-align: center;
}

.learn-more-heading-text .paragraph-p3 {
  margin-top: 10px;
}

/* ========== Credit Union Page========== */
#square-credit-union-section {
  background: #f2f2f2;
  padding: 100px 0;
  margin-top: 60px;
}

.square-credit-heading-text {
  text-align: center;
  margin-bottom: 70px;
}

.square-credit-heading-text h2 {
  margin-bottom: 20px;
}

.square-credit-heading-text img {
  margin-bottom: 25px;
}

.square-credit-box {
  text-align: center;
}

.square-credit-text {
  font-family: "Proxima Nova Th";
  font-weight: bold;
  font-size: 96px;
  color: #0082bd;
  line-height: 100px;
}

.square-credit-box .paragraph-p3 {
  margin-top: 10px;
}

.view-case-study-link {
  text-align: center;
  margin-top: 70px;
}

/* ========== Our Platform Page========== */

#our-platforms-section {
  padding: 150px 0 100px 0;
}

.our-platforms-heading-text {
  margin-bottom: 100px;
  text-align: center;
}

.platforms-border-btm {
  border: 1px solid #f2f2f2;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}

.our-platforms-img {
  position: relative;
}

.platforms-overlay-blue {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #002146;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.hide-on-hover {
  width: 100px;
  height: 100px;
}

.hide-on-hover {
  animation-name: left-reverse;
  animation-duration: 0.7s;
}

.platforms-border-btm:hover .hide-on-hover {
  animation-name: left-myanimation;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes left-myanimation {
  from {
    position: absolute;
    top: 100px;
    opacity: 1;
    left: 100px;
  }
  to {
    position: absolute;
    top: 100px;
    opacity: 0;
    left: 0;
  }
}

@keyframes left-reverse {
  from {
    position: absolute;
    top: 100;
    opacity: 0;
    left: 0;
  }
  to {
    position: absolute;
    opacity: 1;
    top: 100px;
    left: 100px;
  }
}

/*
@keyframes left-myanimation {
  from {
    position: absolute;
    top: 100px;
    opacity: 1;

  }

  to {
    position: absolute;
    top: 0;
    opacity: 0;

  }
}

@keyframes left-reverse {
  from {
    position: absolute;
    top: 0;
    opacity: 0;

  }

  to {
    position: absolute;
    opacity: 1;
    top: 100px;

  }
}
*/

.platforms-border-btm:hover .platforms-overlay-blue {
  opacity: 0.3;
}

.our-platforms-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-platforms-img {
  height: 100%;
}

.our-platforms-text {
  padding: 50px;
}

.our-platforms-text .heading-h7 {
  font-size: 22px;
  margin-bottom: 60px;
  margin-top: 20px;
}

.our-platforms-text .paragraph-p3 {
  margin-bottom: 100px;
}

.our-platforms-text-hover .heading-h7 {
  margin-bottom: 15px;
  margin-top: 20px;
  color: #fff;
}

.our-platforms-text-hover .paragraph-p3 {
  margin-bottom: 40px;
}

.our-platforms-text-hover .paragraph-p3 p {
  color: #fff;
  margin-bottom: 20px;
}

.our-platforms-text-hover {
  background: #002146;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 30px 140px 25px 50px;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.platforms-border-btm:hover .our-platforms-text-hover {
  opacity: 1;
}

.hide-desktop-heading {
  height: 40px;
}

.hide-desktop-heading .heading-h7 {
  animation-name: reverse;
  animation-duration: 1s;
}

.platforms-border-btm:hover .hide-desktop-heading .heading-h7 {
  animation-name: myanimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes myanimation {
  from {
    position: absolute;
    top: 150px;
  }

  to {
    position: absolute;
    top: 10px;
  }
}

@keyframes reverse {
  from {
    position: absolute;
    top: 10px;
  }

  to {
    position: absolute;
    top: 150px;
  }
}

.our-platforms-text.show-button > .secondary-link {
  z-index: 9;
  color: #fff;
  border-color: #fff;
}
.our-platforms-text.show-button > .secondary-link:hover {
  color: #002146;
  background: #fff;
}
.our-platforms-text-hover .secondary-link {
  display: none;
}

.our-platforms-text-hover .secondary-link {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.our-platforms-text-hover .secondary-link:hover {
  background: #fff;
  color: #002146;
  border: 1px solid #fff;
}

.our-platforms-box {
  display: flex;
  border: 1px solid #f2f2f2;
}

.our-platforms-box-text {
  display: flex;
  align-self: center;
  width: 45%;
  height: 100%;
  flex-direction: column;
  padding: 40px 25px;
}

.our-platforms-box-text .heading-h7 {
  margin-bottom: 20px;
}

.our-platforms-box-text .paragraph-p3 {
  margin-bottom: 20px;
}

.our-platforms-box-text .secondary-link {
  width: 160px;
}

.our-platforms-box-img {
  width: 55%;
}

.our-platforms-box-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.our-platforms-box-text .secondary-link:hover {
  background: #95c940;
  color: #fff;
  border: 1px solid #95c940;
}

/* ========== Our Partners Page========== */

#our-partners-section {
  padding: 150px 0 100px 0;
}

.our-partners-heading-text {
  text-align: center;
  padding-bottom: 75px;
}

#our-partners-section .our-request-demo {
  margin-top: 50px;
}

#our-partners-section .card {
  border-radius: 0;
  border: 0;
}

#our-partners-section .card-header {
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  padding: 0;
}

#our-partners-section .card-header .btn-header-link {
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 30px;
  color: #002146;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  background: #f2f2f2;
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  position: relative;
}

#our-partners-section .card-header .btn-header-link:hover,
#our-partners-section .card-header .btn-header-link:focus {
  box-shadow: none;
}

#our-partners-section .panel-title {
  position: relative;
}

#our-partners-section .card .card-header .btn-header-link:after {
  right: 30px;
  position: absolute;
  top: 30px;
  content: "";
  background: url("img/minus-icon.svg") no-repeat center center;
  height: 20px;
  width: 20px;
}

.accordion-option {
  width: 100%;
}

#our-partners-section .card .card-header .btn-header-link.collapsed:after {
  right: 30px;
  position: absolute;
  top: 30px;
  content: "";
  background: url("img/plus-icon.svg") no-repeat center center;
  height: 20px;
  width: 20px;
}

#our-partners-section .card-body {
  padding: 0;
}

#our-partners-section .card-body ul {
  display: flex;
  padding: 30px 0;
  flex-wrap: wrap;
  justify-content: center;
}

#our-partners-section .card-body ul li {
  border: 1px solid #f2f2f2;
  text-align: center;
  width: 21%;
  margin: 0 2% 25px 2%;
  background: #fff;
}

#our-partners-section .card-body ul li:hover {
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.11);
}

#our-partners-section .card-body ul li img {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 30px;
  margin-bottom: 15px;
}

#our-partners-section .card-body ul li a {
  font-family: "proxima_novaregular";
  font-weight: normal;
  font-size: 18px;
  color: #002146;
  line-height: 22px;
  margin: 0px 0 0 0;
  display: block;
  padding: 10px 0;
}

#main {
  width: 100%;
}

.accordion-option a {
  background: transparent;
  border: 0;
  color: #002146;
  float: right;
  font-family: "proxima_novabold";
  font-weight: normal;
  font-size: 20px;
  padding: 0;
  margin: 0 0 10px 0;
  text-decoration: none;
}

.accordion-option a :hover,
.accordion-option a:focus,
.accordion-option a:active {
  outline: 0;
  border: 0;
  box-shadow: none;
  text-decoration: none;
}

.accordion-option .toggle-accordion:hover::before {
  color: #0082bd;
}

.accordion-option .toggle-accordion:before {
  content: "Collapse All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Expand All";
}

#myTest li.postrow {
  display: none;
}

.mobile-banner {
  display: none;
}

.header-banner-img {
  display: block;
}

.taxonomy-description {
  width: 100%;
}
span.secondary-link {
  max-width: 95%;
}

.single-text-section .secondary-link:hover {
  color: #fff !important;
  text-decoration: none;
  background-image: linear-gradient(to bottom, #0082bd, #002146) !important;
  border: 0 !important;
}
.risk-profiles-texts.primary-link {
  background: #fff;
  color: #005297 !important;
  border: 1px solid #005297;
  cursor: pointer;
}
.risk-profiles-texts.primary-link:hover {
  color: #fff !important;
  background: #005297;
  background: #95c940;
  border: 1px solid #95c940;
}
.secondary-link.trans-border:hover {
  border-color: #005297;
}

.single-post .header-banner-text h1 {
  max-width: 1000px;
  margin: 0 auto;
}

.single-post #lending-automated-section {
  padding: 60px 0 140px 0;
}

.single-post #lending-automated-section .row, .single-event .event-section .row {
  justify-content: center;
}

.single-post #lending-automated-section em, .single-event .event-section em {
  font-family: proxima_novabold;
}

.single-post #lending-automated-section a, .single-event .event-section a {
  color: #212529;
  text-decoration: underline;
}

.single-post #lending-automated-section h4, .single-event .event-section h4 {
  margin: 30px 0;
}

.single-post .post-top-section, .single-event .post-top-section {
  margin-bottom: 0;
}

.single-post .post-date, .single-event .post-date {
  display: block;
  font-family: "proxima_novabold";
  font-size: 16px;
  margin-bottom: 10px;
}

.single-post .ssb_inline-share_heading, .single-event .ssb_inline-share_heading {
  color: #2186bf !important;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "proxima_novabold";
  padding-bottom: 0;
}

.single-post .single-text-section ul, .single-event .single-text-section ul  {
  padding-left: 40px;
}
.single-post .single-text-section li, .single-event .single-text-section li {
  list-style: unset;
}

.single-post .simplesocialbuttons, .single-event .simplesocialbuttons {
  display: none;
  margin-bottom: 20px;
}

.single-post .simplesocialbuttons.simplesocial-round-icon button, .single-event .simplesocialbuttons.simplesocial-round-icon button  {
  background: #2186bf !important;
  border-color: #2186bf !important;
  height: 25px !important;
}

.single-post .simplesocialbuttons.simplesocial-round-icon button:hover, .single-event .simplesocialbuttons.simplesocial-round-icon button:hover {
  background: #005297 !important;
  border-color: #005297 !important;
}

.single-post .simplesocialbuttons.simplesocial-round-icon button:after, .single-event .simplesocialbuttons.simplesocial-round-icon button:after {
  color: white !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}

.single-post .simplesocialbuttons button:after, .single-event .simplesocialbuttons button:after {
  font-size: 12px !important;
  left: 50% !important;
  top: 50% !important;
}

.single-post .simplesocialbuttons button.simplesocial-fb-share:after, .single-event .simplesocialbuttons button.simplesocial-fb-share:after {
  font-size: 21px !important;
  top: 66% !important;
}

.single-post .simplesocialbuttons button.simplesocial-twt-share:after,
.single-post .simplesocialbuttons button.simplesocial-email-share:after, .single-event .simplesocialbuttons button.simplesocial-twt-share:after, .single-event .simplesocialbuttons button.simplesocial-email-share:after {
  font-size: 10px !important;
  left: 53% !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.single-post .download-container p {
  color: #2186bf !important;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "proxima_novabold";
  padding-bottom: 0;
  margin-bottom: 10px;
  display: block;
  line-height: 0.5em;
}

.single-post .download-container #download-button {
  width: 24px;
  height: 24px;
  background: #2186bf;
  border: 1px solid #2186bf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.single-post .download-container #download-button:hover {
  background: #005297;
  border-color: #005297;
}

.single-post .download-container .download-icon {
  position: relative;
  display: block;
}

.single-post .download-container .download-icon::after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 16px;
  color: white;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.single-post .similar-section {
  margin-bottom: 60px;
}

.single-post .similar-section .row {
  max-width: 1200px;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
}

.single-post .similar-section .row .searchwp-related {
  display: flex;
  flex-wrap: wrap;
}

.single-post .similar-section .row .searchwp-related li {
  list-style-type: none;
}

.single-post .similar-section .row h4 {
  font-size: 42px;
  display: block;
  margin: 0 auto 40px;
  text-align: center;
}

.single-event .event-section {
  padding: 100px 0 140px 0;
}

.single-event .event-section h4 {
  margin: 0 0 14px;
}

.single-event .event-section .single-text-section {
  margin-bottom: 20px;
}

.single-event .event-section .single-text-section span, .single-event .event-section .single-text-section p {
  display: inline;
}

.single-event .event-section .event-link a {
  text-decoration: none;
  font-size: 20px;
  color: #2186bf!important;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid #215BAA;
  margin-top: 32px;
}

.single-event .event-section .event-link a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
  transition: margin-left 0.3s ease;
  font-size: 30px;
  transform: rotate(-90deg);
  display: inline-block;
}

.single-event .event-section .event-connect a {
  border: 1px solid #085697;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
  padding: 16px 42px;
  height: inherit;
  text-align: center;
  color: #085697;
  font-size: 24px;
  width: fit-content;
  text-decoration: none;
  margin-top: 20px;
  display: flex;
}

.single-event .event-section .event-connect a:hover {
  background: #085697;
  color: white;
}

#contact-section.contact-section {
  padding: 80px 0;
  background: #005297;
}

#contact-section.contact-section .row {
  display: flex;
  justify-content: center;
  gap: 40px;
}

#contact-section.contact-section h4 {
  color: white;
  font-size: 32px;
  text-align: left;
  max-width: 120px;
}

#contact-section.contact-section p {
  color: white;
  font-size: 16px;
  text-align: left;
}

#contact-section.contact-section .gform_wrapper .gform-body input,
#contact-section.contact-section .gform_wrapper .gform-body textarea {
  background: transparent;
  border: 1px solid #fff !important;
  padding: 0 10px 0 30px !important;
  color: white;
  font-size: 18px;
  min-height: 60px !important;
}

#contact-section.contact-section
  .gform_wrapper
  .gform-body
  input:-webkit-autofill,
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  input:-webkit-autofill:hover,
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  input:-webkit-autofill:focus,
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  input:-webkit-autofill:active {
  background-color: transparent !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 5000s ease-in-out 0s;
}

#contact-section.contact-section .gform_wrapper .gform-body textarea {
  padding-top: 20px !important;
}

#contact-section.contact-section .gform_wrapper input::placeholder,
#contact-section.contact-section .gform_wrapper textarea::placeholder {
  color: white;
  font-size: 18px;
}

#contact-section.contact-section .gform_wrapper .gform_footer {
  justify-content: flex-start;
}

#contact-section.contact-section .gform_wrapper .gform_footer .gform_button {
  background: #2186bf;
  color: white;
  border: 1px solid white;
  border-radius: 20px;
  padding: 4px 64px;
}

#contact-section.contact-section
  .gform_wrapper
  .gform_footer
  .gform_button:hover {
  background: #95c940;
}

#contact-section.contact-section
  .gform_wrapper
  .gform-body
  input:focus::-webkit-input-placeholder,
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  input:focus::-moz-placeholder,
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  textarea:focus::-moz-placeholder {
  color: transparent;
}
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  input:-moz-placeholder,
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  textarea:-moz-placeholder {
  color: transparent;
}
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  input:focus::-webkit-input-placeholder,
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  input:focus::-moz-placeholder,
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  textarea:focus::-moz-placeholder {
  opacity: 0;
}
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  input:-moz-placeholder,
#contact-section.contact-section
  .gform_wrapper
  .gform-body
  textarea:-moz-placeholder {
  opacity: 0;
}

#contact-section.contact-section .gform_wrapper .gform_validation_errors,
#contact-section.contact-section .gform_wrapper .validation_message {
  display: none;
}

#contact-section.contact-section
  .gform_wrapper.gform_validation_error
  input[aria-invalid="true"],
#contact-section.contact-section
  .gform_wrapper.gform_validation_error
  textarea[aria-invalid="true"] {
  border: 1px solid red !important;
}

#contact-section.contact-section .gform_confirmation_wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-section.contact-section
  .gform_confirmation_wrapper
  .gform_confirmation_message {
  color: white;
  font-size: 32px;
  line-height: 32px;
  max-width: 500px;
}

.calculator-popup {
  color: gray;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.calculator-popup:hover {
  color: gray;
  text-decoration: none;
}

.vbox-container {
  padding: 0 !important;
}

#main-content-calculator {
  position: relative;
}

#main-content-calculator .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

#main-content-calculator .close-button:hover {
  cursor: pointer;
}

#main-content-calculator .close-button i {
  font-size: 30px;
  color: #215baa;
}

#main-content-calculator .close-button:hover i {
  color: #99ca3c;
}

#main-content-calculator .calculate-button {
  border: 3px solid #99ca3c;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  margin: 1vw auto;
  padding: 5px 30px;
  text-transform: uppercase;
}

#main-content-calculator .calculate-button:hover {
  background: #99ca3c;
  color: #fff;
}

#main-content-calculator .contact-button {
  border: 2px solid #215baa;
  border-radius: 18px;
  color: #215baa;
  display: block;
  font-size: 15px;
  font-weight: 200;
  font-weight: 700;
  padding: 6px 12px;
  text-align: center;
}

#main-content-calculator .mobile-site-navigation-container {
  display: none;
}

#main-content-calculator .header {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1720px;
  padding: 20px 3.5%;
}

#main-content-calculator .header .site-logo {
  align-items: center;
  display: flex;
  font-size: 40px;
  margin-right: 6%;
  min-width: 250px;
  width: 14%;
}

#main-content-calculator .header .site-navigation-container {
  width: 40%;
}

#main-content-calculator .header .site-navigation {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
}

#main-content-calculator .header .site-navigation li {
  line-height: 33%;
  list-style-type: none;
}

#main-content-calculator .header .site-navigation li a {
  color: #215baa;
  font-size: 15px;
}

#main-content-calculator .header .contact-button-container {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  width: 20%;
}

#main-content-calculator .header .contact-button-container .contact-button {
  width: 170px;
}

#main-content-calculator .hero-section {
  background: linear-gradient(180deg, #2793c8, #0f59b2);
  color: #fff;
}

#main-content-calculator .hero-section .hero-section-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1100px;
  padding: 80px 10px;
}

#main-content-calculator .hero-section .cta-container {
  border-right: 1px solid #fff;
  padding-right: 13%;
  width: 50%;
}

#main-content-calculator .hero-section h2 {
  color: #fff;
  font-size: 36px;
}

#main-content-calculator .hero-section .cta-container p {
  color: #fff;
  font-size: 16px;
  max-width: 300px;
}

#main-content-calculator .hero-section .support-container {
  display: flex;
  justify-content: flex-end;
  padding-left: 10%;
  width: 40%;
}

#main-content-calculator
  .hero-section
  .support-container
  .support-reasons-list {
  margin-bottom: 0;
  padding-left: 0;
}

#main-content-calculator .hero-section ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  list-style-type: none;
  margin-bottom: 40px;
}

#main-content-calculator .hero-section ul li:last-of-type {
  margin-bottom: 0;
}

#main-content-calculator .hero-section .cta-button {
  border: 1px solid #fff;
  border-radius: 14px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 200;
  padding: 4px 8px;
  text-align: center;
  width: 200px;
}

#main-content-calculator .main-content-wrapper {
  background: #fff;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

#main-content-calculator .main-content-wrapper .main-content-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1100px;
}

#main-content-calculator .main-content-wrapper .headline {
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

#main-content-calculator .main-content-wrapper .headline h2 {
  color: #022045;
  font-size: 36px;
  margin: 0 auto;
}

#main-content-calculator .main-content-wrapper .headline p {
  color: #000;
  font-size: 16px;
  margin: 0 auto;
  max-width: 750px;
}

#main-content-calculator .main-content-wrapper .calculator-section {
  display: flex;
  padding-bottom: 20px;
  width: 100%;
  justify-content: center;
  gap: 10%;
}

#main-content-calculator .main-content-wrapper .questions-container {
  width: 52%;
}

#main-content-calculator .main-content-wrapper .questions-container .question {
  border-top: 1px solid #1280bb;
  display: flex;
  padding: 20px 0 10px;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question:nth-last-of-type(2) {
  border-bottom: 1px solid #1280bb;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset {
  border: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 100%;
  min-width: 0;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset
  legend {
  color: #022045;
  font-size: 24px;
  margin-bottom: 15px;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset
  .row-title,
#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset
  label {
  color: #4d4d4d;
  font-size: 13px;
  line-height: 1;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset
  input {
  border: 2px solid #4d4d4d;
  border-radius: 6px;
  font-size: 16px;
  padding: 2px 5px;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset.no-table,
#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset.no-table
  .inputs-container {
  display: flex;
  flex-direction: column;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset.no-table
  .input-container {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset.no-table
  .input-container
  label {
  margin-right: 20px;
  width: 50px;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset.no-table
  .input-container
  input {
  max-width: 100px;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset.table {
  display: flex;
  flex-direction: column;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset.table
  .row {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin: 0 0 10px;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset.table
  .row-title {
  align-self: flex-end;
  margin-bottom: 8px;
  width: 50px;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset.table
  .col {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: min(30%, 130px);
  width: 100%;
}

#main-content-calculator
  .main-content-wrapper
  .questions-container
  .question
  fieldset.table
  .col
  input {
  text-align: center;
  width: 100%;
}

#main-content-calculator .main-content-wrapper .calculator-container {
  border: 1px solid #1280bb;
  height: fit-content;
  padding: 30px;
  width: 35%;
}

#main-content-calculator
  .main-content-wrapper
  .calculator-container
  .ready-container
  h3 {
  font-size: 24px;
}

#main-content-calculator
  .main-content-wrapper
  .calculator-container
  .ready-container
  .contact-button {
  width: 230px;
}

#main-content-calculator .main-content-wrapper .calculator-container hr {
  border-top: 1px solid #1280bb;
  margin: 20px 0;
}

#main-content-calculator
  .main-content-wrapper
  .calculator-container
  .result-box {
  background: #215baa;
  padding: 25px 10px 30px;
  text-align: center;
}

#main-content-calculator
  .main-content-wrapper
  .calculator-container
  .ready-container {
  margin-top: 10px;
  text-align: center;
}

#main-content-calculator
  .main-content-wrapper
  .calculator-container
  .ready-container
  h3 {
  margin-bottom: 1rem;
}

#main-content-calculator
  .main-content-wrapper
  .calculator-container
  .ready-container
  .contact-button {
  margin: 0 auto;
}

#main-content-calculator
  .main-content-wrapper
  .calculator-container
  .calculator-text {
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
}

#main-content-calculator
  .main-content-wrapper
  .calculator-container
  .calculator-result {
  color: #99ca3c;
  font-size: 75px;
  padding: 40px 0;
}

.page-template-pr-news .press-news-section {
  padding: 40px 0;
}

.page-template-pr-news .press-news-section .press-news-section-container {
  max-width: 960px;
  margin: 0 auto;
}

.page-template-pr-news
  .press-news-section
  .press-news-section-container
  .press-news-section-posts
  .press-news-section-post
  .press-news-post-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.page-template-pr-news
  .press-news-section
  .press-news-section-container
  .press-news-section-posts
  .press-news-section-post
  .press-news-post-info
  .category p {
  color: #2186bf;
  font-size: 12px;
  background: white;
  padding: 2px 16px;
  width: fit-content;
  line-height: 16px;
  border: 1px solid rgba(214, 214, 214, 0.5);
}

.page-template-pr-news
  .press-news-section
  .press-news-section-container
  .press-news-section-posts
  .press-news-section-post
  .press-news-post-info
  .press-news-section-post-date {
  margin: 0 20px 0 0;
  font-size: 16px;
}

.page-template-pr-news
  .press-news-section
  .press-news-section-container
  .press-news-section-posts
  .press-news-section-post {
  padding: 36px 0 36px;
  border-top: 1px solid #2084bc;
}

.page-template-pr-news
  .press-news-section
  .press-news-section-container
  .press-news-section-posts
  .press-news-section-post:first-of-type {
  border-top: none;
}

.page-template-pr-news
  .press-news-section
  .press-news-section-container
  .press-news-section-posts
  .press-news-section-post:last-of-type {
    border-bottom: 1px solid #2084bc;
    margin-bottom: 80px;
}

.page-template-pr-news
  .press-news-section
  .press-news-section-container
  .press-news-section-posts
  .press-news-section-post
  h3 {
  line-height: .8;
}

.page-template-pr-news
  .press-news-section
  .press-news-section-container
  .press-news-section-posts
  .press-news-section-post
  h3
  a {
  font-size: 30px;
  font-family: "proxima_novaregular";
  line-height: 1;
  margin: 10px 0 30px 0;
  color: #002146;
}

.page-template-pr-news
  .press-news-section
  .press-news-section-container
  .press-news-section-posts
  .press-news-section-post
  h3
  a:hover {
  color: #005297;
  text-decoration: none;
}

.page-template-pr-news
  .press-news-section
  .press-news-section-container
  .press-news-section-posts
  .press-news-section-post
  .excerpt {
  margin-top: 20px;
}

.page-template-learn-more .navbar-brand {
  cursor: default;
}


@media only screen and (max-width: 1200px) {
  #main-content-calculator .main-content-wrapper .questions-container {
    padding-left: 2%;
  }

  #main-content-calculator .main-content-wrapper .calculator-container {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  .lenders-featured-block .read-more-link {
    font-size: 18px;
  }

  .lenders-featured-block .paragraph-p2 p {
    font-size: 20px;
  }

  .lenders-featured-text-box {
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #main-content-calculator .main-content-wrapper .calculator-container {
    min-width: 450px;
  }

  #main-content-calculator .header .site-navigation-container {
    min-width: 500px;
  }
}

@media only screen and (max-width: 991px) {
  #main-content-calculator .calculate-button {
    display: block;
    float: none;
    margin: 6vw auto 0;
    text-align: center;
    width: 200px;
  }

  #main-content-calculator .header {
    padding: 14px 20px;
  }

  #main-content-calculator .header .site-logo {
    margin-right: 0;
    min-width: 180px;
    width: 20%;
  }

  #main-content-calculator .header .site-logo svg {
    width: 100%;
  }

  #main-content-calculator .header .site-navigation-container {
    display: none;
  }

  #main-content-calculator .hero-section {
    flex-direction: column;
  }

  #main-content-calculator .hero-section h2 {
    max-width: 320px;
  }

  #main-content-calculator .hero-section ul li {
    margin-bottom: 30px;
  }

  #main-content-calculator .hero-section .hero-section-wrapper {
    flex-direction: column;
    padding: 50px 20px 55px;
  }

  #main-content-calculator .hero-section .cta-container {
    border-bottom: 1px solid #fff;
    border-right: none;
    padding: 0 0 30px;
    width: 100%;
  }

  #main-content-calculator .hero-section .support-container {
    justify-content: flex-start;
    padding: 30px 0 0;
    width: 100%;
  }

  #main-content-calculator .main-content-wrapper .main-content-wrapper {
    max-width: 100%;
  }

  #main-content-calculator .main-content-wrapper .calculator-section {
    flex-direction: column;
  }

  #main-content-calculator .main-content-wrapper .questions-container {
    padding-right: 2%;
    width: 100%;
  }

  #main-content-calculator .main-content-wrapper .calculator-container {
    margin: 40px auto 0;
    padding: 20px;
    width: 95%;
  }

  #main-content-calculator .main-content-wrapper .headline {
    margin: 0 auto;
    max-width: 100%;
  }

  #main-content-calculator
    .main-content-wrapper
    .calculator-container
    .ready-container {
    text-align: center;
  }

  #main-content-calculator
    .main-content-wrapper
    .calculator-container
    .ready-container
    .contact-button {
    margin: 0 auto;
  }

  #main-content-calculator .header .contact-button-container {
    width: 34%;
  }

  #main-content-calculator .header .contact-button-container .contact-button {
    max-width: 170px;
    width: auto;
  }

  #main-content-calculator
    .main-content-wrapper
    .questions-container
    .question
    fieldset.no-table
    .input-container
    label {
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  #main-content-calculator .main-content-wrapper .headline h2 {
    font-size: 26px;
  }

  #main-content-calculator .main-content-wrapper .headline p {
    font-size: 14px;
  }

  #main-content-calculator
    .main-content-wrapper
    .questions-container
    .question
    fieldset
    legend {
    font-size: 18px;
  }

  #main-content-calculator
    .main-content-wrapper
    .questions-container
    .question
    fieldset.table
    .row {
    justify-content: flex-start;
  }

  #main-content-calculator
    .main-content-wrapper
    .questions-container
    .question
    fieldset.table
    .col {
    max-width: 28%;
  }

  #main-content-calculator .main-content-wrapper .calculator-container {
    padding: 0;
    border: none;
  }
}

@media (max-width: 1650px) {
  /*footer .container-fluid{padding: 0 2%;}
  .tp-background .container-fluid{padding: 0 2%;}*/
  #our-leadership-section .heading-executive-block {
    padding: 0 3%;
  }
}

@media (max-width: 1600px) {
  .our-vision-data {
    width: 1200px;
  }

  .our-vision-data-img img {
    width: 50%;
  }
}

@media (max-width: 1550px) {
  .our-vision-data-img img {
    width: 45%;
  }

  .perseverance-text {
    right: 70px;
  }

  .respect-text {
    left: 30px;
  }
}

@media (max-width: 1400px) {
  .navbar-expand-xl .navbar-collapse {
    padding-left: 40px;
  }

  .sticky .navbar-nav .nav-item {
    margin: 0 10px;
  }

  .heading-contact-link {
    width: 200px;
  }

  .executive-heading-text h3 {
    margin-bottom: 100px;
  }

  #our-leadership-section .text__center {
    position: absolute;
    margin-bottom: 0px;
    float: right;
    top: 80px;
    z-index: 9;
  }

  .request-demo-link .primary-link {
    width: 250px;
    line-height: 40px;
  }

  .request-demo-link div.cs-skin-elastic {
    width: 250px;
    position: relative;
  }

  .request-demo-link .cs-select > span::after {
    right: 25px;
  }

  .request-demo-link .cs-select.cs-active > span::after {
    right: 25px;
  }

  .copyright-link li {
    margin-left: 30px;
  }

  .featured-text-box h4 br {
    display: none;
  }

  #our-leadership-section.drop_cat {
    position: static;
  }

  div.cs-select {
    position: static;
  }
}

@media (max-width: 1350px) {
  .our-advantages-box .paragraph-p2 p br {
    display: none;
  }

  .our-platforms-text-hover {
    padding: 25px 50px;
  }

  .our-vision-data {
    width: 1100px;
  }

  .our-vision-data-img img {
    width: 50%;
  }

  #our-vision-section {
    padding-bottom: 200px;
  }

  .our-benefit-section {
    padding-left: 0;
  }

  .our-portfolio-section:after {
    right: 0;
  }

  .our-vision-data-img img {
    width: 45%;
  }
}

@media (max-width: 1300px) {
  .navbar-expand-xl .navbar-collapse {
    padding-left: 20px;
  }

  .sticky .navbar-nav .nav-link {
    font-size: 18px;
  }

  .heading-contact-link {
    width: 200px;
    font-size: 18px;
  }

  .headquarters-add h2 {
    margin-bottom: 60px;
  }

  .headquarters-add {
    padding: 30px 40px;
    height: 350px;
  }

  .square-credit-text {
    font-size: 90px;
  }
}

@media (max-width: 1250px) {
  .our-vision-data {
    width: 1050px;
  }

  #our-vision-section {
    padding-bottom: 180px;
  }

  .risk-profiles-left .loan-text {
    width: 200px !important;
  }

  .risk-profiles-left .institutions-text {
    width: 200px !important;
  }

  .risk-profiles-right .proprietary-text {
    width: 200px !important;
  }

  .risk-profiles-right .insured-text {
    width: 200px !important;
  }

  .million-profile h5 {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .show p {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .million-profile .paragraph-p2 p {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 1200px) {
  .sub-menu {
    border: none;
  }

  .navbar-nav .sub-menu li {
    padding: 10px 0;
  }

  .navbar-nav .sub-menu {
    margin: 38px 0px 10px 0px !important;
    padding-bottom: 10px;
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
  }

  .our-portfolio-benefit-text .paragraph-p2 {
    width: 1140px;
    margin: 0 auto;
  }

  #google-map-section .container {
    max-width: 1364px;
  }

  #lenders-protection-section ul li .paragraph-p2 {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
  }

  .our-vision-data {
    width: 1050px;
  }

  #our-vision-section {
    padding-bottom: 180px;
  }

  .tp-background .container-fluid {
    padding: 0 2%;
  }

  .risk-profiles-left .loan-text {
    width: 200px;
  }

  .risk-profiles-left .institutions-text {
    width: 200px;
  }

  .risk-profiles-right .proprietary-text {
    width: 200px;
  }

  .risk-profiles-right .insured-text {
    width: 200px;
  }

  .risk-profiles-million-heading.desktop-profilesmillion .million-profile h5 {
    font-size: 20px;
    line-height: 22px;
  }

  .show p {
    font-size: 20px;
    line-height: 22px;
  }

  .million-profile .paragraph-p2 p {
    font-size: 20px;
    line-height: 22px;
  }

  .square-credit-text {
    font-size: 85px;
  }

  #risk-profiles-section .container {
    max-width: 1364px;
  }

  .navbar-nav li:hover > .sub-menu {
    display: block;
  }

  .navbar-nav li.menu-item-has-children a#show {
    display: none;
  }

  .form-section {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .home .home-nav .navbar-nav li a, .page-template-learn-more .home-nav .navbar-nav li a {
    color: #005297;
  }

  .navbar-nav .fa.fa-minus {
    margin-top: 7px;
  }

  #lenders-protection-section ul li:nth-child(2)::after {
    border: none !important;
  }

  .navbar-nav li.menu-item-has-children .sub-menu a {
    line-height: 20px;
    color: #95c940 !important;
    font-size: 15px;
  }

  .navbar-nav li.menu-item-has-children .sub-menu a:hover {
    color: #005297 !important;
  }

  .navbar-nav li.menu-item-has-children a {
    float: left;
    width: 90%;
    color: #005297 !important;
  }

  .navbar-nav li.menu-item-has-children a#show {
    float: right;
    width: 32px;
    text-align: center;
    padding: 6px 0 6px 0;
    text-decoration: none;
    color: #231f20;
    margin: 0px 0 0 0;
    display: block;
    font-size: 15px;
    padding: 0px !important;
  }

  .navbar li.dropmenu .sub-menu {
    display: block;
    position: static;
    border-top: none;
    float: left;
    border-bottom: none;
    border-left: 0;
    border-right: 0;
    margin: 0px 0 10px 0;
  }

  .lenders-featured-block .img-fluid .wp-post-image {
    max-width: 100%;
    height: 250px;
    max-height: 250px;
  }
  /*
    .navbar-nav li:hover > .sub-menu {
      display: none;
    }
    */

  .navbar-nav li.menu-item-has-children a#show .fa-minus {
    display: none;
  }

  .navbar-nav li.menu-item-has-children.dropmenu a#show .fa-minus {
    display: block;
  }

  .navbar-nav li.menu-item-has-children.dropmenu a#show .fa-plus {
    display: none;
  }

  .navbar-nav .sub-menu li {
    margin: 0 0 10px 0;
    text-align: left;
  }

  .navbar-nav li.menu-item-has-children a#show i {
    color: #005297;
  }

  .navbar-nav li.menu-item-has-children a#show i:hover {
    color: #95c940;
  }

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

  .navbar li .sub-menu {
    padding-top: 10px;
  }

  .navbar li .sub-menu .sub-menu {
    padding: 10px 0 0 20px;
    border-bottom: 0;
  }

  .teamwork-text {
    position: static;
  }

  .quality-text {
    position: static;
  }

  .commitment-text {
    position: static;
  }

  .accountability-text {
    position: static;
  }

  .perseverance-text {
    transform: translateY(0);
  }

  .respect-text {
    transform: translateY(0);
  }

  .our-vision-text-tata .paragraph-p2 p br {
    display: none;
  }

  .our-vision-data h5:hover {
    font-size: 25px;
  }

  .desk-vision-text {
    display: none;
  }

  .mob-vision-text {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .custom-scrollbar-js:after {
    width: 90%;
  }

  .home-nav .navbar-nav .nav-link {
    color: #005297;
  }

  .implement-integrate-text .heading-h7 br {
    display: none;
  }

  .risk-reward-box ul {
    padding: 0;
  }

  #our-partners-section .card-body ul li {
    width: 30%;
    margin: 0 1% 25px 1%;
  }

  .our-vision-data {
    width: 90%;
  }

  .our-vision-data-img img {
    display: block;
    margin: 20px auto 0 auto;
    width: 30%;
  }

  #our-vision-section {
    padding-bottom: 100px;
  }

  .our-vision-data-img-text {
    position: static;
  }

  .perseverance-text {
    padding: 60px 0;
    position: static;
  }

  .respect-text {
    padding: 60px 0;
    position: static;
  }

  .our-vision-data-img-text br {
    display: none;
  }

  .our-vision-left {
    float: left;
    width: 50%;
    position: static;
    display: flex;
    flex-flow: column;
  }

  .perseverance-text {
    order: 2;
  }

  .quality-text {
    order: 1;
  }

  .teamwork-text {
    order: 3;
  }

  .our-vision-right {
    float: right;
    width: 50%;
    position: static;
  }

  #risk-profiles-section {
    height: auto;
  }

  .our-vision-left .paragraph-p2 {
    text-align: left;
  }

  .our-vision-right .paragraph-p2 {
    text-align: right;
  }

  .our-advantages-box h5 br {
    display: none;
  }

  .our-advantages-box-center {
    width: 100%;
  }

  .our-advantages-box-right {
    width: 100%;
    float: none;
  }

  .our-packaged-box-center {
    width: 100%;
  }

  .our-packaged-box-right {
    width: 100%;
    float: none;
  }

  .copyright-link li {
    margin: 0 15px;
  }

  .footer-link-box {
    width: 73%;
  }

  .copyright-text {
    text-align: center;
  }

  .copyright-link {
    text-align: center;
  }

  .testimonials-img {
    margin-top: 10px;
  }

  .testimonials-img ul li {
    width: 15%;
  }

  .square-credit-text {
    font-size: 80px;
    line-height: 90px;
  }

  /* ==== Navigation Responsive ==== */
  .navbar-section {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .navbar-expand-xl .navbar-collapse {
    padding-left: 0;
  }

  .sticky .navbar-nav .nav-item {
    margin: 0;
    text-align: left;
  }

  #main_nav {
    margin-top: 25px;
    text-align: center;
  }

  .sticky .navbar-nav .nav-link {
    padding: 10px 0;
  }

  .tp-background {
    background: #fff !important;
  }

  .sticky {
    padding: 0;
    height: auto;
  }

  .sticky .navbar-nav li.nav-item a.dropdown-toggle-icon::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-top: -1px;
    font-size: 15px;
    float: right;
  }

  .sticky .navbar-nav li.nav-item.show a.dropdown-toggle-icon::before {
    content: "\f068";
  }

  .sticky .heading-contact-link {
    margin-top: 20px;
    color: #015487;
    border: 1px solid #015487;
  }

  .heading-contact-link:hover,
  .heading-contact-link:focus {
    border: 1px solid #95c940;
    color: #fff;
  }

  .navbar-toggler {
    padding: 0.25rem 0;
  }

  .dropdown-menu .justify-content-center {
    justify-content: flex-start !important;
  }

  .dropdown-menu .container-fluid {
    padding: 0 !important;
  }

  .navbar .megamenu {
    padding: 25px 0 15px 0 !important;
  }

  #inner-page-banner {
    margin-top: 80px;
  }

  ul.featured-header-link li {
    margin-right: 17px;
  }

  .search {
    width: 100%;
  }

  #inner-page-banner {
    height: 100%;
  }

  .header-banner-img {
    height: auto;
  }

  .header-banner-img img {
    height: 400px;
    object-fit: cover;
  }

  #stay-informed-section .paragraph-p2 p br {
    display: none;
  }

  #stay-informed-section .paragraph-p2 {
    margin-bottom: 50px;
  }

  .learn-more-box {
    margin-bottom: 35px;
  }

  .our-advantages-box h5 br {
    display: none;
  }

  .our-advantages-box .paragraph-p2 p br {
    display: none;
  }

  .our-platforms-box-text .secondary-link {
    width: 160px;
  }

  .our-platforms-box-text .paragraph-p3 p br {
    display: none;
  }

  .achieve-companies-box {
    margin-bottom: 30px;
  }

  .implement-integrate-box {
    margin-bottom: 30px;
  }

  .sophisticated-analytics-box h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .sophisticated-contain {
    flex-wrap: wrap;
    justify-content: center;
  }

  .col-analytics-box {
    width: 26%;
    margin-bottom: 40px;
  }

  .our-contact-demo {
    margin-top: 10px;
  }

  #faq-section .card-body .paragraph-p3 {
    padding: 0 50px 50px 50px;
  }

  .profile-leadership-text-box h5 br {
    display: none;
  }

  .profile-leadership-text-box h5 {
    margin: 25px 0 15px 0;
  }

  .height-add-box {
    padding: 50px 30px 40px 30px;
    height: 300px;
  }

  .headquarters-add h2 {
    margin-bottom: 50px;
  }

  .headquarters-add h2 {
    font-size: 35px;
    line-height: 38px;
  }

  #lenders-protection-section ul {
    flex-wrap: wrap;
  }

  #lenders-protection-section ul li {
    width: 50%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    height: 100px;
  }

  /*#lenders-protection-section ul li:after{border-bottom: 1px solid #0082BD; width:90%; left:0; margin:0 auto; height:1px; bottom:0; top:auto}*/
  #lenders-protection-section .paragraph-p2 p br {
    display: none;
  }

  #lenders-protection-section .paragraph-p2 p {
    padding: 0 5%;
  }

  /*#lenders-protection-section ul li:last-child:after{border-bottom: 1px solid #0082BD; width:90%; left:0; margin:0 auto; height:1px; bottom:0; top:auto}*/

  #lenders-protection-data-section ul {
    flex-wrap: wrap;
  }

  #lenders-protection-data-section ul li {
    width: 50%;
    margin-bottom: 30px;
    position: relative;
  }

  #lenders-protection-data-section ul li:after {
    content: "";
    position: absolute;
    top: 49px;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 1px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  #lenders-protection-data-section .paragraph-p2 p {
    padding: 0 5%;
  }

  #lenders-protection-data-section .paragraph-p2 br {
    display: none;
  }

  #lenders-protection-data-section:after {
    display: none;
  }

  #lenders-protection-data-section ul li {
    width: 50%;
  }

  .changing-transportation-heading-text h2 br {
    display: none;
  }

  .changing-transportation-heading-text {
    margin-right: 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #002146;
    border-right: 0px solid #002146;
    height: auto;
  }

  .changing-transportation-heading-text .paragraph-p2 p br {
    display: none;
  }

  .changing-transportation-text h6 br {
    display: none;
  }

  .changing-transportation-text h6 {
    margin-bottom: 30px;
  }

  .risk-profiles-data {
    margin: 0 auto;
    float: none;
  }

  .risk-profiles-text {
    padding-left: 0;
    margin-top: 60px;
    text-align: center;
  }

  .risk-profiles-text .primary-link {
    margin: 0 auto;
  }

  #lending-automated-section .paragraph-p2 p br {
    display: none;
  }

  .our-vision-data-img-text {
    font-size: 35px;
    line-height: 38px;
  }

  .customer-success-img-box {
    width: 30%;
  }

  .customer-success-text-box .paragraph-p2 p {
    margin-bottom: 5px;
  }

  .lenders-featured-text-box .paragraph-p2 p br {
    display: none;
  }

  .sticky .menu-item {
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .navbar-nav li a {
    font-size: 18px;
  }

  .featured-txt {
    margin-bottom: 0px !important;
  }

  .featured-text-box h4 {
    max-width: 600px;
  }

  .featured-text-box .paragraph-p3 {
    max-width: 500px;
  }

  .single-post .similar-section .row .searchwp-related {
    justify-content: center;
  }

  .single-post .similar-section .row .searchwp-related li {
    max-width: 500px;
  }

  .single-post
    .similar-section
    .row
    .searchwp-related
    li
    .lenders-featured-block
    .lenders-featured-text-box {
    max-height: 250px;
    height: 250px;
    padding: 20px;
  }

  .single-post .download-container {
    margin-bottom: 40px;
  }
}

@media (max-width: 1064px) {
  .footer-section {
    flex-wrap: wrap;
  }

  .footer-link-box {
    width: 100%;
  }

  .footer-contact-box {
    width: 100%;
  }

  .tp-background .container-fluid {
    padding: 0% 3%;
  }

  .page-template-learn-more .tp-background .container-fluid {
    padding: 2% 3%;
  }

  .footer-contact ul li:first-child {
    margin-right: 30px;
  }

  footer {
    padding: 90px 0 50px 0;
  }

  footer .container-fluid {
    padding: 0 3%;
  }

  .featured-text-box h4 {
    font-size: 20px;
  }

  .featured-text-box h4 br {
    display: none;
  }

  .featured-text-box .paragraph-p3 p br {
    display: none;
  }

  .footer-text-box .content-show li {
    text-align: left;
  }

  .outline-primary-link {
    width: 230px;
  }

  /* ==== Footer Mobile CSS ==== */
  footer .hr-top-footer {
    margin: 30px 0;
  }

  .space-footer {
    flex-wrap: wrap !important;
  }

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

  .footer-heading {
    position: relative;
    text-align: left;
  }

  .footer-heading:after {
    color: #fff;
    position: absolute;
    top: 0;
    font-size: 15px;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 10px;
    right: 0;
  }

  .content-show .footer-heading:after {
    content: "\f068";
  }

  .footer-contact-info ul {
    display: none;
  }

  .footer-contact-box {
    text-align: left;
  }

  .footer-link.content-show ul {
    display: block;
    margin-top: 0;
    margin-bottom: 35px;
  }

  .footer-link ul {
    display: block;
  }

  .footer-link ul li {
    display: none;
  }

  .footer-link .first-item {
    display: block;
    position: relative;
  }

  .footer-link.content-show ul li {
    display: block;
  }

  .add-text-show {
    display: block;
  }

  .request-demo-link ul {
    text-align: center;
  }

  .footer-contact-box .footer-heading:after {
    display: none;
  }

  .footer-contact-box .text__center {
    padding-bottom: 15px;
  }

  .footer-link.content-show .add-text-show {
    display: block;
    margin-top: 0;
    margin-bottom: 35px;
  }

  .header-banner-text h6 {
    font-size: 20px;
  }

  #featured-box-section {
    padding: 0 0 70px 0;
  }

  #featured-section {
    padding: 70px 0;
  }


  #featured-section h2 {
    margin-bottom: 30px;
  }

  #stay-informed-section {
    padding: 70px 0;
  }

  #learn-more-section {
    padding: 70px 0 50px 0;
  }

  .learn-more-heading-text {
    padding-bottom: 30px;
  }

  #our-advantages-section {
    padding: 70px 0 50px 0;
  }

  .our-advantages-heading-text {
    padding-bottom: 40px;
  }

  .our-advantages-box {
    margin-bottom: 50px;
  }

  #our-advantages-section .our-advantages-box-img {
    margin-bottom: 15px;
  }

  .our-advantages-box h5 {
    margin-bottom: 15px;
  }

  .learn-more-box {
    margin-bottom: 20px;
  }

  .our-partners-heading-text {
    padding-bottom: 40px;
  }

  #our-partners-section {
    padding: 70px 0 50px 0;
  }

  #our-partners-section .card-header .btn-header-link {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }

  #our-partners-section .card .card-header .btn-header-link.collapsed:after {
    top: 15px;
  }

  #our-partners-section .card .card-header .btn-header-link:after {
    top: 15px;
  }

  .accordion-option a {
    font-size: 17px;
  }

  #our-platforms-section {
    padding: 70px 0 50px 0;
  }

  .our-platforms-box-img {
    width: 45%;
  }

  .our-platforms-box-text {
    width: 55%;
  }

  .our-platforms-heading-text {
    margin-bottom: 35px;
  }

  .implement-integrate-box img {
    margin-bottom: 15px;
    width: 100%;
  }

  .implement-integrate-text .heading-h7 {
    margin-bottom: 10px;
  }

  .implement-integrate-text .heading-h7 br {
    display: none;
  }

  #implement-integrate-section {
    padding: 70px 0;
  }

  #achieve-companies-section {
    padding: 70px 0;
  }

  #sophisticated-analytics-section {
    padding: 70px 0;
  }

  .our-contact-demo {
    margin-top: 15px;
  }

  #customer-success-section {
    padding: 70px 0;
  }

  .testimonials-text-box h3 {
    margin-bottom: 15px;
  }

  #testimonials-section {
    padding: 70px 0;
  }

  #testimonials-carousel .owl-nav {
    top: 33%;
  }

  #our-portfolio-benefit-section {
    padding: 70px 0;
  }

  .our-portfolio-benefit-text {
    margin-bottom: 70px;
  }

  .our-benefit-section h2 {
    margin-bottom: 20px;
  }

  .our-portfolio-section h2 {
    margin-bottom: 20px;
  }

  .our-portfolio-box h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  #faq-section {
    padding: 70px 0;
  }

  .faq-heading-text {
    padding-bottom: 40px;
  }

  #faq-section .card-header .btn-header-link {
    padding: 25px;
    font-size: 20px;
  }

  #faq-section .card .card-header .btn-header-link.collapsed:after {
    top: 30px;
  }

  #faq-section .card .card-header .btn-header-link:after {
    top: 30px;
  }

  #faq-section .card-body .paragraph-p3 {
    padding: 0 25px 25px 25px;
  }

  #faq-section .card {
    margin-bottom: 15px;
  }

  #faq-section .card-header .btn-header-link {
    padding-right: 15% !important;
  }

  #our-advantages-section {
    padding: 70px 0 20px 0;
  }

  .our-advantages-heading-text h2 br {
    display: none;
  }

  #square-credit-union-section {
    padding: 70px 0;
  }

  .square-credit-heading-text h2 br {
    display: none;
  }

  .square-credit-heading-text .paragraph-p3 p br {
    display: none;
  }

  .square-credit-heading-text {
    margin-bottom: 40px;
  }

  .square-credit-text {
    font-size: 50px;
    line-height: 50px;
  }

  .square-credit-box .paragraph-p3 p br {
    display: none;
  }

  .square-credit-box .paragraph-p3 {
    margin-top: 5px;
  }

  .square-credit-box {
    margin-bottom: 25px;
  }

  .view-case-study-link {
    margin-top: 25px;
  }

  #about-profile-section {
    padding: 70px 0 50px 0;
  }

  #about-profile-section {
    padding: 30px 0 50px 0;
  }

  .header-banner-text h6 br {
    display: none;
  }

  #contact-us-section {
    padding: 70px 0 50px 0;
  }

  .request-box h2 br {
    display: none;
  }

  .request-box {
    height: auto;
    margin-bottom: 30px;
  }

  #contact-form .md-form label {
    margin-bottom: 5px;
  }

  #contact-form .md-form {
    margin-bottom: 20px;
  }

  #contact-form .last-name-label {
    display: none;
  }

  #meet-Innovators-section {
    padding: 70px 0;
  }

  #meet-Innovators-section h2 {
    margin-bottom: 25px;
  }

  .our-leadership-box {
    margin-bottom: 30px;
  }

  .our-leadership-text-box h4 {
    margin: 15px 0 10px 0;
  }

  .leadership-social {
    margin-top: 15px;
  }

  .executive-heading-text h3 {
    margin-bottom: 30px;
  }

  #lending-automated-section {
    padding: 70px 0 40px 0;
  }

  .our-leadership-heading-text {
    margin-bottom: 40px;
  }

  #our-clients-section {
    padding: 70px 0 30px 0;
  }

  .our-clients-heading-text {
    margin-bottom: 10px;
  }

  #lenders-protection-data-section {
    padding: 70px 0 10px 0;
  }

  #lenders-protection-section {
    padding: 70px 0;
  }

  .lenders-protection-what-heading-text {
    margin-bottom: 50px;
  }

  .lenders-protection-default-demo {
    margin-top: 50px;
  }

  .lenders-protection-default-demo {
    margin-top: 20px;
  }

  #risk-reward-section {
    padding: 70px 0 0 0;
  }

  .just-arrived-top-section {
    padding: 70px 0 0 0;
  }


  .risk-reward-heading-text .paragraph-p2 p br {
    display: none;
  }

  .risk-reward-heading-text {
    margin-bottom: 40px;
  }

  .risk-reward-box ul {
    flex-wrap: wrap;
  }

  .risk-reward-box ul li {
    width: 32%;
    margin-bottom: 25px;
  }

  #changing-transportation-section {
    padding: 70px 0 10px 0;
  }

  /* .testimonials-img ul{flex-wrap:wrap; justify-content:center;} 
  .testimonials-img ul li{width:30%; margin-bottom:20px;}*/
  .testimonials-img ul li img {
    margin: 0 auto;
    width: 80% !important;
  }

  #our-clients-carousel .owl-nav {
    top: 30%;
    transform: translateY(-30%);
  }

  .discover-more-link li a {
    font-size: 16px;
  }

  .stay-informed-heading {
    font-size: 16px;
  }

  #our-vision-section {
    padding: 70px 0;
  }

  #our-leadership-heading-section {
    padding-top: 75px;
  }

  .risk-profiles-text .paragraph-p2 {
    margin: 20px 0 25px 0;
  }

  .risk-profiles-text .paragraph-p2 p br {
    display: none;
  }

  .changing-transportation-heading-text .paragraph-p2 p {
    margin: 20px 0 30px 0;
  }

  .tabs .tabs-links {
    flex-wrap: wrap;
  }

  .tabs .tabs-link:after {
    border-bottom: 1px solid #e1e1e1;
    border-right: 0 solid #707070;
    height: 1px;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: initial;
  }

  .tabs .tabs-link:last-child:after {
    border-bottom: 1px solid #e1e1e1;
  }

  .tabs .independents-tab.tabs-link-selected {
    border-bottom: 0px solid #e1e1e1;
  }

  #our-leadership-section .text__center {
    text-align: center;
    float: none;
  }

  .our-vision-data-img-text {
    font-size: 25px;
    line-height: 30px;
  }

  .our-vision-left {
    float: left;
    width: 40%;
    position: static;
  }

  .our-vision-right {
    float: right;
    width: 40%;
    position: static;
  }

  .our-vision-right .paragraph-p2 p br {
    display: none;
  }

  .our-vision-left .paragraph-p2 p br {
    display: none;
  }

  .executive-block {
    display: flex;
    flex-flow: column;
  }

  .executive-heading-text {
    order: 2;
  }

  .executive-block .text__center {
    order: 1;
  }

  .risk-management-li {
    left: 0;
  }

  .earn-yields-li {
    right: 0;
  }

  .team-top-item.team-sort.widget {
    position: static;
    margin-bottom: 40px;
    text-align: center;
    float: none;
    padding: 0;
  }

  #our-leadership-section .text__center {
    position: static;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .post-type-archive-video .videos-sec {
    margin: 25px 0;
  }

  .customer-play-btn-overlay {
    opacity: 1;
  }

  .customer-success-img {
    margin-right: 7px;
  }

  .our-vision-main-data-box {
    flex-direction: column;
    display: flex;
  }

  .our-vision-data-img {
    order: 0;
    margin-bottom: 35px;
  }

  .our-vision-right {
    order: 3;
  }

  .our-vision-left {
    order: 2;
  }

  .risk-profiles-right .proprietary-text {
    width: 200px;
  }

  .risk-profiles-right .loan-text {
    width: 200px;
  }

  .risk-profiles-right .institutions-text {
    width: 200px;
  }

  .risk-profiles-right .insured-text {
    width: 200px;
  }

  .col-analytics-box {
    width: 45%;
  }

  #our-partners-section .card-body ul li {
    width: 48%;
    margin: 0 1% 25px 1%;
  }

  .lenders-featured-text-box {
    padding: 15px;
  }

  .lenders-featured-img-box img {
    width: 100%;
  }

  .featured-text-box {
    padding: 25px 30px;
  }

  ul.featured-header-link li {
    margin: 0 15px;
  }

  ul.featured-header-link {
    justify-content: center;
  }

  #featured-serch-section {
    padding: 30px 0;
  }

  .search {
    margin-top: 15px;
  }

  .testimonials-img {
    margin-top: 17px;
  }

  .discover-more-box {
    margin-bottom: 35px;
  }

  .discover-more-link li {
    height: auto;
    padding: 10px 0;
  }

  .discover-more-link li a br {
    display: none;
  }

  #stay-informed-section {
    padding: 70px 0 30px 0;
  }

  .our-platforms-box-text .secondary-link {
    width: 80%;
  }

  .risk-profiles-data {
    margin: 0 auto;
    float: none;
    width: 100%;
  }

  .our-platforms-box {
    margin-bottom: 30px;
  }

  .our-platforms-text .paragraph-p3 {
    margin-bottom: 40px;
  }

  .our-platforms-text .heading-h7 {
    margin-bottom: 40px;
  }

  .our-platforms-heading-text .paragraph-p2 p br {
    display: none;
  }

  .customer-success-box {
    padding: 0 0 10px 0;
  }

  .customer-success-content {
    margin-top: 20px;
  }

  .our-portfolio-section:after {
    display: none;
  }

  .our-benefit-section {
    margin-top: 0;
    border-top: 1px solid #cbcbcb;
    padding-top: 50px;
  }

  .profile-leadership-text-box {
    margin-top: 40px;
  }

  .profile-leadership-text-box .paragraph-p1 p {
    font-size: 19px;
  }

  #about-breadcrumb-section .breadcrumb a {
    font-size: 16px;
  }

  #about-breadcrumb-section .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.4rem;
  }

  #about-breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.4rem;
  }

  #about-breadcrumb-section .breadcrumb li {
    font-size: 16px;
  }

  .height-add-box {
    padding: 30px 15px 20px 15px;
  }

  .headquarters-add {
    height: auto;
    position: static;
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }

  .headquarters-add h2 {
    margin-bottom: 30px;
  }

  .headquarters-add h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .just-arrived-img-box {
    margin-bottom: 30px;
  }

  .tabs .tabs-item-selected {
    padding: 50px 0 35px 0;
  }

  .our-vision-left {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .our-vision-right {
    float: right;
    width: 100%;
  }

  .perseverance-text {
    padding: 30px 0;
  }

  .our-vision-right .paragraph-p2 {
    text-align: center;
  }

  .our-vision-left .paragraph-p2 {
    text-align: center;
  }

  .respect-text {
    padding: 30px 0;
  }

  .home-banner-subheading h6 br {
    display: none;
  }

  .advantages-link {
    display: block;
    padding-bottom: 70px;
  }

  .changing-transportation-heading-text .secondary-link {
    display: none;
  }

  .changing-transportation-heading-text .paragraph-p2 p {
    margin-bottom: 0;
  }

  #our-leadership-section .text__center {
    position: static;
    margin-bottom: 25px;
  }

  .lenders-featured-block .img-fluid .wp-post-image {
    max-width: 100%;
  }

  .search-section {
    width: 80%;
    /*position: relative;*/
    display: flex;
    float: none;
    height: 60px;
    position: relative;
    max-width: 300px;
    margin: 20px auto 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 781px) {
  .single-text-section .is-layout-flex.wp-container-4.wp-block-columns {
    width: 30%;
    flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 767px) {
  .close_btn {
    left: 15px;
    color: #95c940;
  }

  .single-text-section .is-layout-flex.wp-container-4.wp-block-columns {
    width: 100%;
  }

  .our-platforms-text-hover .secondary-link {
    display: block;
  }
  .our-platforms-text.show-button .secondary-link {
    color: transparent;
    border-color: transparent;
  }

  .mobile-banner img {
    object-fit: cover;
    height: 300px;
    width: 100%;
  }

  .archive .mobile-banner img {
    object-fit: cover;
    height: 250px;
    width: 100;
  }
  .request-demo-link .primary-link {
    width: 250px;
  }

  #google-map-section iframe {
    height: 400px;
  }

  .just-arrived-top-section .just-arrived-box .paragraph-p1 {
    text-align: center;
  }

  .just-arrived-img-box {
    text-align: center;
  }

  #lenders-protection-section ul li::after {
    border-bottom: 1px solid #0082bd;
    width: 90%;
    left: 0;
    margin: 0 auto;
    height: 1px;
    bottom: 0;
    top: auto;
  }

  #lenders-protection-section ul li:nth-child(2)::after {
    border-bottom: 1px solid #0082bd !important;
  }

  #lenders-protection-section ul li .paragraph-p2 {
    display: block;
  }

  .navbar-nav li a {
    font-size: 15px;
    line-height: 30px;
  }

  #faq-section .card .card-header .btn-header-link.collapsed::after {
    right: 10px;
  }

  #faq-section .card .card-header .btn-header-link::after {
    right: 20px;
  }

  #faq-section .card-header .btn-header-link.collapsed {
    padding: 30px 28px;
  }

  #faq-section .card-header .btn-header-link {
    padding: 30px 28px;
    font-size: 17px;
  }

  .risk-profiles-left .loan-text p {
    text-align: left;
  }

  .risk-profiles-left .institutions-text p {
    text-align: left;
  }

  .risk-profiles-right .proprietary-text p {
    text-align: right;
  }

  .risk-profiles-right .insured-text p {
    text-align: right;
  }

  .risk-profiles-data h5 {
    height: 80px;
  }

  .million-profile h5 {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .copyright-text p a {
    display: block;
  }

  .copyright-text ul li:nth-child(2) {
    display: none;
  }

  .copyright-text ul li {
    display: block;
  }

  ul.featured-header-link li {
    margin: 0 10px;
  }

  ul.featured-header-link li a {
    font-size: 18px;
  }

  .secondary-link {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .primary-link {
    width: 80%;
  }

  .outline-primary-link {
    width: 80%;
  }

  #our-partners-section .card-body ul li {
    width: 45%;
  }

  .customer-success-heading-text .paragraph-p2 p a {
    display: table;
    margin: 0 auto;
    padding-top: 15px;
  }

  .our-benefit-box {
    flex-wrap: wrap;
  }

  .our-benefit-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .our-benefit-text {
    display: block;
    width: 100%;
    text-align: center;
  }

  .our-benefit-text h5 {
    text-align: center;
  }

  .our-benefit-text h5 br {
    display: none;
  }

  .testimonials-img {
    margin-top: 22px;
  }

  .risk-reward-box ul li {
    width: 50%;
  }

  #lenders-protection-section ul li {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .sticky .navbar-nav .nav-link {
    font-size: 15px;
  }

  .sticky .navbar-nav li.nav-item a.dropdown-toggle-icon::before {
    font-size: 13px;
  }

  .sticky .navbar-nav .nav-link {
    padding: 6px 0;
  }

  .navbar .megamenu {
    padding: 15px 0 15px 0 !important;
  }

  .col-megamenu ul li {
    margin: 0 0 5px 0;
  }

  .sticky .heading-contact-link {
    font-size: 15px;
  }

  #faq-section .card-header .btn-header-link sup {
    top: -0.1em;
  }

  #featured-serch-section {
    padding-top: 20px;
  }

  .our-vision-data-img img {
    width: 60%;
  }

  #our-leadership-section .text__center {
    position: static;
    margin-bottom: 25px;
  }

  .our-platforms-text-hover .secondary-link {
    min-width: 250px;
  }

  .secondary-link {
    min-width: 250px;
  }

  .sophisticated-analytics-box .counter {
    font-size: 40px;
    line-height: 40px;
  }

  .our-clients-button-sec {
    text-align: center;
    margin-top: 70px;
  }

  .customer-success-button-sec {
    text-align: center;
    margin-top: 70px;
  }

  .primary-link {
    min-width: 250px;
  }

  .mobile-banner {
    display: block;
  }

  .header-banner-img {
    display: none;
  }

  .lenders-featured-block .img-fluid .wp-post-image {
    max-width: 100%;
    height: 180px !important;
    max-height: 180px !important;
  }

  .featured-text-box h4 a {
    font-size: 32px;
  }

  .featured-text-box .paragraph-p3 {
    max-width: 500px;
  }

  .filter-section .facets-container {
    flex-direction: column;
  }

  .lenders-featured-block .img-fluid .wp-post-image {
    max-height: 100% !important;
    height: 380px !important;
  }

  #featured-section {
    padding-bottom: 100px;
  }

  #press-news-section {
    margin-bottom: 0;
  }

  #press-news-section .press-news-section-container {
    flex-direction: column;
    padding: 0 20px;
  }

  #press-news-section
    .press-news-section-container
    .press-news-section-posts-column {
    max-width: 100%;
    margin-bottom: 80px;
  }

  #press-news-section .load-more-desktop {
    display: none;
  }

  #press-news-section .load-more-news,
  #press-news-section .load-more-press {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  ul.featured-header-link {
    overflow-y: auto;
    overflow-x: inherit;
    width: 100%;
    justify-content: flex-start;
    /*height:40px;*/
    display: block;
    text-align: center;
    padding: 10px 0px;
  }

  ul.featured-header-link li {
    margin: 0 0px 0 0;
    width: 100%;
  }

  ul.featured-header-link li a {
    white-space: nowrap;
  }

  .search-section {
    width: 100%;
  }

  .form-section {
    width: 100%;
    float: left;
  }

  #input_1_1_3_container {
    padding-right: 0% !important;
  }

  #field_1_7 .ginput_container.ginput_container_email {
    padding-right: 0% !important;
  }

  .home-banner-subheading {
    text-align: center;
  }

  #our-leadership-section .text__center {
    position: static;
    margin-bottom: 25px;
  }

  .mobile-banner {
    display: block;
  }

  .header-banner-img {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .close_btn {
    line-height: 40px;
  }

  .blue_bars {
    top: 55px;
  }
  .blue_bar .paragraph-p2 p {
    padding: 0 4%;
  }
  .our-vision-data-img img {
    width: 70%;
  }

  .risk-profiles-right {
    position: static;
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: column;
  }

  .risk-profiles-left {
    position: static;
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: column;
  }

  .risk-profiles-right .proprietary-text {
    position: static;
    width: 100% !important;
    text-align: center;
    padding-bottom: 25px;
  }

  .risk-profiles-left .loan-text {
    position: static;
    width: 100% !important;
    text-align: center;
    padding-bottom: 25px;
  }

  .risk-profiles-right .insured-text {
    position: static;
    width: 100% !important;
    text-align: center;
    padding-bottom: 25px;
  }

  .risk-profiles-left .institutions-text {
    position: static;
    width: 100% !important;
    text-align: center;
    padding-bottom: 25px;
  }

  .risk-profiles-data h5 {
    height: auto;
  }

  .risk-profiles-right .proprietary-text p {
    text-align: center;
  }

  #risk-profiles-section {
    padding: 70px 0 90px 0;
  }

  .show {
    font-size: 15px !important;
    line-height: 0px !important;
    font-family: "proxima_novaregular" !important;
    font-weight: normal !important;
  }

  .risk-profiles-data-img .paragraph-p2 p {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  .desktop-profilesmillion {
    display: none;
  }

  .mobile-profilesmillion {
    display: block;
  }

  .million-profile .paragraph-p2 p {
    font-size: 16px;
    line-height: 18px;
    font-family: "proxima_novaregular";
  }

  .risk-profiles-data-img-text {
    position: static;
    width: 100%;
    text-align: center;
    margin: 40px 0 0 0;
    font-size: 18px;
  }

  .risk-profiles-data-img-text br {
    display: none;
  }

  .risk-profiles-right .proprietary-text p {
    text-align: center;
  }

  .risk-profiles-left .loan-text p {
    text-align: center;
  }

  .risk-profiles-right .insured-text p {
    text-align: center;
  }

  .risk-profiles-left .institutions-text p {
    text-align: center;
  }

  .risk-profiles-right .proprietary-text p br {
    display: none;
  }

  .risk-profiles-left .loan-text p br {
    display: none;
  }

  .risk-profiles-right .insured-text p br {
    display: none;
  }

  .risk-profiles-left .institutions-text p br {
    display: none;
  }

  .risk-profiles-text {
    margin-top: 20px;
  }

  .our-advantages-box {
    text-align: center;
  }

  #inner-page-banner {
    margin-top: 57px;
  }

  .request-box {
    margin-bottom: 60px;
  }

  .learn-more-text h6 {
    padding: 0 10px;
  }

  .learn-more-box:hover .learn-more-text h6 {
    margin-bottom: 5px;
  }

  .our-platforms-text {
    display: none;
  }

  .our-platforms-text-hover {
    position: static;
    height: 100%;
    padding: 30px;
    text-align: center;
    opacity: 1;
  }

  @keyframes myanimation {
    from {
      position: static;
      top: 150px;
    }

    to {
      position: static;
      top: 10px;
    }
  }

  @keyframes reverse {
    from {
      position: static;
      top: 10px;
    }

    to {
      position: static;
      top: 150px;
    }
  }

  .risk-profiles-data h5 br {
    display: none;
    padding-bottom: 25px;
  }

  .risk-profiles-data h5 {
    padding-bottom: 25px;
  }

  .platforms-overlay-blue {
    opacity: 0.3;
  }

  .lenders-featured-text-box .paragraph-p2 p br {
    display: none;
  }

  .navbar-brand img {
    width: 180px;
  }

  .copyright-text ul li {
    margin: 0;
  }

  .copyright-link li {
    margin: 0 5px;
  }

  #our-partners-section .card-header .btn-header-link {
    padding: 0 10px;
  }

  #our-partners-section .card-body ul li {
    width: 100%;
  }

  #our-partners-section .card .card-header .btn-header-link.collapsed:after {
    right: 10px;
  }

  #our-partners-section .card .card-header .btn-header-link:after {
    right: 10px;
  }

  #our-partners-section .card-header .btn-header-link {
    font-size: 18px;
  }

  .our-platforms-box {
    flex-wrap: wrap;
  }

  .our-platforms-box-img {
    width: 100%;
  }

  .our-platforms-box-text {
    width: 100%;
    text-align: center;
  }

  .our-platforms-box-text .secondary-link {
    margin: 0 auto;
  }

  .our-platforms-text-hover .heading-h7 {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .our-platforms-text {
    padding: 20px;
  }

  .our-platforms-text-hover .paragraph-p3 {
    margin-bottom: 20px;
  }

  .our-platforms-text-hover .paragraph-p3 p {
    margin-bottom: 10px;
  }

  .col-analytics-box {
    width: 48%;
  }

  .col-analytics-box .paragraph-p2 {
    min-height: 35px;
  }

  #contact-us-section .paragraph-p2 p a {
    display: table;
    padding-top: 15px;
  }

  .testimonials-img {
    margin-top: 28px;
  }

  .testimonials-img ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .testimonials-img ul li img {
    margin: 0 auto;
    width: 90% !important;
  }

  #our-clients-carousel .owl-nav {
    top: 40%;
    transform: translateY(-30%);
  }

  .mobile-profilesmillion .paragraph-p2 p {
    margin-bottom: 20px;
    color: #fff;
  }

  .mobile-profilesmillion .paragraph-p2 p br {
    display: none;
  }

  .risk-profiles-left .loan-text {
    top: 0;
    order: 1;
  }

  .risk-profiles-right .proprietary-text {
    top: 0;
  }

  .risk-profiles-right .insured-text {
    bottom: 0;
  }

  .risk-profiles-left .institutions-text {
    bottom: 0;
    order: 2;
  }

  .risk-profiles-data-img img {
    width: 50%;
    margin: 0 auto;
  }

  .discover-more-link li a {
    overflow-x: hidden;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .leadership-social .email-icon-large {
    width: 35px;
    height: 35px;
    background-size: 100%;
  }

  .leadership-social .phone-icon-large {
    width: 35px;
    height: 35px;
    background-size: 100%;
  }

  .leadership-social .linkedin-icon-large {
    width: 35px;
    height: 35px;
    background-size: 100%;
  }

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

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

  .risk-reward-box ul li img {
    width: 70%;
    margin-bottom: 0;
  }

  .risk-reward-box ul li span {
    font-size: 16px;
  }

  .changing-transportation-heading-text {
    text-align: center;
  }

  .changing-transportation-text {
    text-align: center;
  }

  #lenders-protection-section ul li:after {
    width: 50%;
  }

  #lenders-protection-section ul li {
    height: auto;
  }

  #lenders-protection-section ul li:last-child:after {
    width: 50%;
    display: none;
  }

  #lenders-protection-data-section ul li:after {
    width: 50%;
  }

  .respect-text {
    padding: 25px 0;
  }

  .risk-profiles-right .proprietary-text p:hover {
    font-family: "proxima_novabold";
    font-weight: normal;
    font-size: 18px;
  }

  .risk-profiles-left .loan-text p:hover {
    font-family: "proxima_novabold";
    font-weight: normal;
    font-size: 18px;
  }

  .risk-profiles-right .insured-text p:hover {
    font-family: "proxima_novabold";
    font-weight: normal;
    font-size: 18px;
  }

  .risk-profiles-left .institutions-text p:hover {
    font-family: "proxima_novabold";
    font-weight: normal;
    font-size: 18px;
  }

  .mobile-profilesmillion h5:hover {
    font-family: "proxima_novabold";
    font-weight: normal;
    font-size: 18px;
  }

  .lenders-featured-text-box .paragraph-p2 p {
    margin: 5px 0;
  }

  .lenders-featured-text-box {
    padding: 10px;
  }

  .lenders-featured-block {
    margin-bottom: 30px;
  }

  .hide-on-hover {
    display: none;
  }

  #our-leadership-section .text__center {
    position: static;
    margin-bottom: 25px;
  }

  .header-banner-img {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .featured-post-wrapper .featured-post-slide {
    height: 150vw !important;
    max-height: 530px !important;
  }
}

@media screen and (max-width: 480px) {
  /* .leadership-box-block .col-6{flex:0 0 100%; max-width:100%;} */
  .leadership-social .email-icon {
    width: 25px;
    height: 25px;
    background-size: cover;
  }

  .leadership-social .phone-icon {
    width: 25px;
    height: 25px;
    background-size: cover;
  }

  .leadership-social .linkedin-icon {
    width: 25px;
    height: 25px;
    background-size: cover;
  }

  .cs-skin-elastic > span {
    font-size: 17px;
  }

  #our-leadership-section .cs-select > span::after {
    right: 15px;
  }

  #our-leadership-section div.cs-skin-elastic {
    width: 100%;
  }

  .lenders-featured-text-box .paragraph-p2 p {
    font-size: 24px;
    line-height: 24px;
  }

  .lenders-featured-block .read-more-link {
    font-size: 18px;
  }

  .risk-reward-box ul li span br {
    display: none;
  }

  .team-top-item.team-sort.widget select {
    width: 100%;
  }

  #our-leadership-section .text__center {
    position: static;
    margin-bottom: 25px;
  }

  .mobile-banner {
    display: block;
  }
  .header-banner-img {
    display: none;
  }

  .customer-play-btn-overlay .play-icon-video {
    background: url("img/video-play-btn-mob.svg") no-repeat center center !important;
  }

  .customer-success-box {
    align-items: start;
  }

  .lenders-featured-block .img-fluid .wp-post-image {
    max-width: 100%;
    height: 80px !important;
  }

  .featured-text-box h4 a {
    font-size: 24px !important;
  }

  html body .filter-section .facets-container .chosen-container {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 93% !important;
  }

  .filter-section
    .facets-container
    .chosen-container
    .chosen-drop
    .chosen-results
    li {
    font-size: 18px;
  }

  .single-post .similar-section .row h4 {
    font-size: 32px;
  }

  .single-post #lending-automated-section h4 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1312px) {
  .navbar-nav li a {
    font-size: 16px !important;
    padding: 44px 0;
  }
  .navbar-nav .sub-menu li a {
    font-size: 17px !important;
  }
  .heading-contact-link {
    width: 170px !important;
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .customer-success-box.without-scroll {
    width: 98%;
  }
  .custom-scrollbar-js::after {
    width: 90%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .customer-success-box.without-scroll {
    width: 98%;
  }
  .custom-scrollbar-js::after {
    width: 94%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
  .customer-success-box.without-scroll {
    width: 99%;
  }
  .custom-scrollbar-js::after {
    width: 94%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer-success-box.without-scroll {
    width: 99%;
  }
  .custom-scrollbar-js::after {
    width: 91%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .changing-transportation-text br {
    display: none;
  }
  .category-case-studies .featured-more-box .img-fluid .wp-post-image,
  .category-blog .featured-more-box .img-fluid .wp-post-image,
  .category-webinars .featured-more-box .img-fluid .wp-post-image {
    height: 450px !important;
    max-height: 450px !important;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1450px) {
  .our-platforms-text-hover {
    padding: 25px 40px;
  }
}

@media only screen and (min-width: 1650px) and (max-width: 2400px) {
  .navbar-nav li {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 1065px) and (max-width: 1199px) {
  .tp-background .container-fluid {
    padding: 0 2%;
  }

  footer .container-fluid {
    padding: 0px 2%;
  }
}

/* ==== 9th-nov-2022 ==== */
.search-box-text {
  margin: 60px auto;
}

.search-box-text a {
  color: #95c940;
  text-decoration: none;
}

.search-box-text a:hover {
  color: #002146;
}

.featured-post-wrapper .featured-post-slide {
  display: flex;
  flex-direction: row;
  height: 530px;
  border: 1px solid rgba(214, 214, 214, 0.5);
}

.featured-posts-slider.slick-slider ul.slick-dots {
  bottom: -60px;
}

/* This will make the dots larger */
.featured-posts-slider.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}

/* This will make the dots gray */
.featured-posts-slider.slick-slider .slick-dots li button:before {
  color: #e1e1e1;
  font-size: 16px; /* Adjust the size of the dot */
  opacity: 1;
}

/* This will make the active dot blue */
.featured-posts-slider.slick-slider .slick-dots li.slick-active button:before {
  color: #2084bc;
}

.featured-section-box {
  padding: 0;
}

.single-post .header-banner-img {
  max-height: 350px;
  overflow: hidden;
}

.single-team .header-banner-img {
  max-height: 350px;
  overflow: hidden;
}

.single-post .post-categories li a {
  color: #212529;
  text-decoration: none;
}

.img-fluid {
  height: 100%;
}

.page-template-resource .featured-more-box .img-fluid .wp-post-image {
  max-width: 100%;
  height: 450px;
  max-height: 450px;
  border: none !important;
}

.post-top-section {
  /*float: left;*/
  width: 100%;
  text-align: left;
}

.post-date {
  margin-right: 40px;
}

.post-category-sec a {
  color: #939393;
  text-decoration: none;
}

.right-bottam-section .wp-block-categories li a {
  color: #212529;
  font-size: 20px;
  text-decoration: none;
}

.right-bottam-section .wp-block-categories li a:hover {
  color: #95c940;
}

.right-bottam-section .wp-block-categories li {
  border-bottom: 1px solid #212529;
  padding: 10px 0px;
  text-align: left;
}

.right-bottam-section .wp-block-categories li:last-child {
  border-bottom: 0px solid #212529;
}

.right-bottam-section .children li {
  border-bottom: 1px solid #212529;
  /* padding: 10px 0px 0px 20px !important;*/
  margin-left: 20px !important;
}

.right-bottam-section .children li:last-child {
  border-bottom: 0px solid #212529;
}

.right-bottam-section h2 {
  font-size: 30px;
}

.single-post #lending-automated-section {
  text-align: unset;
}

.right-bottam-section > div {
  margin-bottom: 40px;
}

.lenders-featured-text-box {
  max-height: 330px;
  height: 330px;
}

.card-body .paragraph-p3 p {
  font-family: "proxima_novaregular";
  font-weight: normal;
  font-size: 16px !important;
  color: #002146;
  line-height: 22px !important;
  margin-bottom: 0;
}

.our-clients-button-sec {
  text-align: center;
}

.customer-success-button-sec {
  text-align: center;
  margin-top: 70px;
}

.page-template-partner .header-banner-text .primary-link {
  width: 380px !important;
}

#input_1_1_3:focus,
#input_1_1_6:focus,
#input_1_6:focus,
#input_1_7:focus,
#input_1_8:focus,
#input_1_12:focus {
  border: 2px solid #005297 !important;
  box-shadow: none !important;
  border-radius: 0;
  text-decoration: none;
}

.page-template-default #lending-automated-section ul li {
  list-style: unset;
  margin-left: 15px;
  font-size: 16px;
  color: #002146;
  line-height: 24px;
}

.page-template-default #lending-automated-section a:hover {
  text-decoration: none;
}

.home-banner-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
  z-index: -1;
}

/* Default styles for the video */
.home-banner-image .vimeo-wrapper video { /* Target video inside vimeo-wrapper */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Added: Ensures video covers the container */
  border: 0px;
  transform: none!important;
}

/* Styles for tablets and smaller desktops */
@media screen and (max-width: 991px) {
  .home-banner-image .vimeo-wrapper video {
      position: unset; /* Remove absolute positioning */
      min-height: 336px;
      margin: 0 auto; /* Center the video if its container allows */
      display: block; /* Ensure it behaves like a block element */
      /* width: auto; /* You might need to adjust width/height */
      /* height: auto; */
      object-fit: cover; /* Keep cover behavior */
  }
}

/* Styles for small mobile devices */
@media screen and (max-width: 640px) {
  .home-banner-image .vimeo-wrapper video {
      min-height: 220px; /* Adjust min-height for smaller screens */
      /* You might inherit other styles from the 991px breakpoint or add specific ones */
  }
}

/* Optional: Ensure the wrapper maintains aspect ratio if needed */
/* You might already have styles for .vimeo-wrapper */
.vimeo-wrapper {
position: relative;
/* padding-bottom: 56.25%; /* Example for 16:9 Aspect Ratio */
/* height: 0; */
overflow: hidden;
width: 100%; /* Ensure it takes full width */
height: 100%; /* Ensure it takes full height of its container */
}

@media screen and (max-width: 992px) {

  .page-template-learn-more nav.navbar.fixed-top #main_nav, .page-template-learn-more .fixed-nav, .page-template-learn-more .fixed-top .navbar-toggler {
    display: none!important;
    }

    .page-template-learn-more #home-banner-text.desktop {
      display: none;
    }

  .mobile .learn-more-form {
    margin-top: 40px;
  }

  .learn-more-form .gform_wrapper .gform_body .gfield input, .learn-more-form .gform_wrapper .gform_body .gfield textarea {
    border: 1px solid #cbcbcb;
  }

  .learn-more-form .gform_footer .gform_button {
    background: #0082BD;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    width: 240px;
    height: auto;
    padding: 8px 0;
    margin-bottom: 0!important;
  }

  .learn-more-form .gform_footer .gform_button:hover {
    background: #95c940;
  }

  .learn-more-form .ginput_recaptcha > div {
    margin: 0 auto;
  }

  .learn-more-form .gform_validation_errors, .learn-more-form .validation_message {
    display: none;
  }

  .learn-more-form #validation_message_6_6 {
    display: block;
    padding: 5px;
    text-align: center;
  }

  .learn-more-form .gform_validation_error .gform_body input, .learn-more-form .gform_validation_error .gform_body textarea, .learn-more-form .gform_validation_error .gfield_error .ginput_recaptcha > div {
    border: 1px solid red!important;
  }

  .learn-more-form .gform_confirmation_message {
    color: #002146;
    text-align: center;
    font-size: 20px;
  }

}



@media screen and (min-width: 992px) {
  .our-portfolio-benefit-text .paragraph-p2 {
    width: 960px;
    margin: 0 auto;
  }

  .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
  }

  .banner-text-home {
    position: relative;
    overflow: hidden;
    height: 100vh;
  }

  .banner-text-home.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .page-template-learn-more .banner-text-home {
    position: relative!important;
  }

  .banner-text-home,
  .home-banner-image {
    height: 100vh;
    min-height: 100%;
    background: #fff;
    z-index: 9;
  }

  #home-banner-text .container-fluid.fixed {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 99;
  }

  .home #home-banner-text, .page-template-learn-more #home-banner-text{
    position: unset;
  }

  .home #home-banner-text {
    height: 100%;
    min-height: 100%;
  }

  .home #home-banner-text.mobile {
    display: none;
  }

  /*.fixed-nav.not-fixed {
    background: transparent !important;
    border: 0px;
  }*/
  .fixed .mask {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: #fff;
    opacity: 1;
  }

  .mask.lr {
    height: 100%;
  }

  .mask.mask-top {
    top: 0;
    max-height: 300px !important;
  }

  .mask.mask-bottom {
    bottom: 0;
    max-height: 300px !important;
  }

  .mask.mask-left {
    left: 0;
    max-width: 300px !important;
    top: 0;
  }

  .mask.mask-right {
    right: 0;
    max-width: 300px !important;
    top: 0;
  }

  .page-template-learn-more #home-banner-text.mobile {
    display: none;
  }

  .page-template-learn-more #home-banner-text .container-fluid.fixed {
    top: 20%;
  }

  .page-template-learn-more .fixed-top {
    padding: 0 85px;
  }

  .page-template-learn-more .not-fixed, .page-template-learn-more nav.navbar {
    display: flex;
  }

  .page-template-learn-more nav.navbar.fixed-top #main_nav {
  display: none!important;
  }

  .page-template-learn-more .fixed-nav {
    background: transparent!important;
    border-bottom: none!important;
    }

  .page-template-learn-more .navbar-brand img {
    width: 250px;
  }

  .page-template-learn-more  .home-banner-subheading h6 {
    margin-bottom: 40px;
  }

  .mobile .learn-more-form {
    display: none;
  }

  .learn-more-form {
    max-width: 800px;
    margin: 10px 0 0;
    padding: 0 15px;
  }

  .learn-more-form .gform_wrapper form {
    background: rgba(0,82,151, .65);
    padding: 20px 20px 10px;
    box-sizing: border-box;
  }

  .learn-more-form .gform_wrapper .gform_fields {
    display: grid!important;
    grid-template-columns: repeat(12, 1fr)!important;
    grid-template-rows: 60px auto!important;
    grid-column-gap: 20px!important;
    grid-row-gap: 20px!important;
  }

  .learn-more-form .gform_wrapper .gform_fields #field_5_17 {
    grid-area: 1 / 1 / 2 / 5!important;
    max-height: 60px;
  }

  .learn-more-form .gform_wrapper .gform_fields #field_5_18 {
    grid-area: 1 / 5 / 2 / 9!important;
    max-height: 60px;
  }

  .learn-more-form .gform_wrapper .gform_fields #field_5_16 {
    grid-area: 1 / 9 / 2 / 13!important;
    max-height: 60px;
  }

  .learn-more-form .gform_wrapper .gform_fields #field_5_6 {
    grid-area: 2 / 1 / 3 / 7!important;
  }

  .learn-more-form .gform_wrapper .gform_fields #field_5_14 {
    grid-area: 2 / 7 / 3 / 13!important;
  }

  .learn-more-form .gform_wrapper .gform_body .gfield input, .learn-more-form .gform_wrapper .gform_body .gfield textarea {
    background: rgba(0,82,151, 1);
    border: 1px solid white;
    color: white;
  }

  .learn-more-form .gform_wrapper .gform_body .gfield textarea {
    height: 149px!important;
  }

  .learn-more-form .gform_wrapper .gform_body .gfield input::placeholder, .learn-more-form .gform_wrapper .gform_body .gfield textarea::placeholder {
    color: white;
  }

  .learn-more-form .ginput_recaptcha {
    transform-origin: 0 0;
    transform:scale(0.8);
    overflow: visible;
  }

  .learn-more-form .align-items-center {
    display: flex;
    align-items: center;
    column-gap: 0;
    margin-top: 20px;
  }

  .learn-more-form .gform_footer {
    width: fit-content;
    display: inline-flex!important;
    margin: 0!important;
    padding: 0!important;
  }

  .learn-more-form .gform_footer input#gform_submit_button_5 {
    align-self: flex-start;
    transform-origin: 0 0;
    transform:scale(0.8);
    font-size: 24px;
  }

  .learn-more-form .gform_footer .gform_button {
    background: #0082BD;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    width: 240px;
    height: auto;
    padding: 8px 0;
    margin-bottom: 0!important;
  }

  .learn-more-form .gform_footer .gform_button:hover {
    background: #95c940;
  }

  .learn-more-form .gform_wrapper #field_5_15 {
    display: inline-flex!important;
  }

  .learn-more-form .gform_validation_errors, .learn-more-form .validation_message {
    display: none;
  }

  .learn-more-form #validation_message_5_6 {
    display: block;
    padding: 5px;
    text-align: center;
  }

  .learn-more-form .gform_validation_error .gform_body .gfield_error input, .learn-more-form .gform_validation_error .gfield_error .ginput_recaptcha {
    border: 1px solid red!important;
  }

  .learn-more-form  .gform_confirmation_wrapper {
    width: fit-content;
  }

  .learn-more-form .gform_confirmation_message {
    color: white;
    font-size: 26px;
    padding: 20px;
    background: rgba(0,82,151, .65);
    border: 1px solid rgba(0,82,151, .65);
  }
}

@media screen and (max-width: 991px) {
  .just-arrived-top-section .just-arrived-box .paragraph-p1 {
    text-align: center;
  }

  .just-arrived-img-box {
    text-align: center;
  }

  .home .masthead, .page-template-learn-more .masthead {
    height: unset;
    margin-top: 80px;
  }

  .home-banner-image {
    height: unset;
    margin: 0 30px;
    padding-bottom: 0;
  }

  .home-banner-image .vimeo-wrapper {
    position: relative;
  }

  .home-banner-image iframe {
    position: unset;
    min-height: 336px;
    margin: 0 auto;
    display: block;
    border: 0px;
  }

  .banner-inner .mask {
    display: none !important;
  }

  .banner-inner .container-fluid {
    display: none;
  }

  .banner-inner .mobile .container-fluid {
    display: block;
  }

  #home-banner-text.mobile {
    position: unset;
  }

  #home-banner-text.mobile h1,
  #home-banner-text.mobile h6,
  #home-banner-text.mobile p {
    color: #002146;
  }

  #home-banner-text.mobile h6 {
    margin-bottom: 0;
  }
  .lenders-featured-block .img-fluid .wp-post-image {
    max-width: 100%;
    height: 250px;
    max-height: 250px;
  }

  #contact-section.contact-section h4 {
    max-width: 100%;
  }

  #contact-section.contact-section div h4,
  #contact-section.contact-section div p {
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .home-banner-image iframe {
    min-height: 220px;
  }

  .lenders-featured-block .img-fluid .wp-post-image {
    max-width: 100%;

    max-height: 160px;
    height: 160px;
  }
}

@media screen and (min-width: 1065px) {
  .tabs .tabs-item .tabs-link {
    display: none;
  }
}

@media screen and (max-width: 1064px) {
  .tabs .tabs-links {
    display: none;
  }

  .tabs .tabs-item {
    display: block;
    opacity: 1;
  }

  .tabs-item-description {
    display: none;
    padding: 50px 0;
  }

  .tabs-item-selected .tabs-item-description {
    display: block;
  }

  .tabs .tabs-item-selected {
    padding: 0px;
  }

  .tabs .tab-link {
    width: 100%;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-size: 30px;
    color: #002146;
    background: #fff;
    border-radius: 0;
    padding: 26px 0 19px 0;
    font-family: "proxima_novabold";
    font-weight: normal;
  }
}

#description-section {
  padding: 70px 0px 0px 0px;
}
.archive #featured-section {
  padding: 70px 0px 20px 0px;
}
.trans-border {
  border: 1px solid #fff;
  cursor: pointer;
}
.trans-border:hover {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #005297 !important;
}
.menu-blue-resources-menu-container {
  height: 100%;
}

@media screen and (max-width: 1200px) {
  #lenders-protection-data-section {
    padding: 0;
  }

  #lenders-protection-data-section .container {
    padding: 0;
  }

  #lenders-protection-data-section .container .row {
    margin: 0;
    padding: 0 10px;
  }

  #lenders-protection-data-section .container .row .col-xl-12 {
    padding: 0;
  }

  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul {
    flex-wrap: nowrap;
    flex-direction: column;
    max-width: 640px;
  }

  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul
    li {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    width: 100%;
  }

  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul
    li:after {
    display: none;
  }

  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul
    li
    .paragraph-p2:last-of-type {
    border-left: 1px solid white;
  }

  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul
    li
    .paragraph-p2.protection-number:after,
  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul
    li
    .paragraph-p2.protection-number:before {
    left: 100%;
    right: auto;
    top: 25%;
    bottom: auto;
  }

  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul
    li
    .paragraph-p2.protection-number:before {
    top: 5%;
  }

  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul
    li
    .paragraph-p2.protection-number {
    width: 80px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul
    li
    .paragraph-p2:not(.protection-number) {
    width: 70%;
    text-align: left;
    display: flex;
    align-items: center;
    height: 120px;
    padding: 12px 0;
    box-sizing: content-box;
  }
  /* 
  #lenders-protection-data-section .container .row .col-xl-12 ul.lenders-protection-data-ul li:first-of-type .paragraph-p2:not(.protection-number) {
   padding-top: 70px;
   box-sizing: content-box;
  }

  #lenders-protection-data-section .container .row .col-xl-12 ul.lenders-protection-data-ul li:last-of-type .paragraph-p2:not(.protection-number) {
    padding-bottom: 70px;
    box-sizing: content-box;
   }
  */

  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul
    li
    .paragraph-p2:not(.protection-number)
    p {
    font-size: 18px;
    line-height: 1.35;
    padding: 20px 0 20px 40px;
  }

  .featured-post-wrapper
    .featured-post-slide
    .featured-section-box:first-of-type, .featured-event-wrapper .featured-event-slide .featured-section-box:first-of-type  {
    display: none;
  }

  .filter-section .facets-container .chosen-container .chosen-single span {
    font-size: 18px;
  }

  .filter-section .facets-container {
    flex-direction: column;
    max-width: 400px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .filter-section .facets-container .chosen-container {
    width: 100% !important;
    z-index: auto;
    max-width: 400px;
  }

  .filter-section .facets-container .facetwp-facet {
    margin-bottom: 60px;
  }

  .facetwp-search,
  .facetwp-search::placeholder {
    font-size: 18px;
  }

  .facetwp-facet-search .facetwp-icon::before {
    width: 20px;
    height: 20px;
  }

  .facetwp-facet-search .facetwp-icon.f-loading::before {
    width: 36px;
    height: 36px;
  }

  .featured-post-wrapper .featured-post-slide {
    height: 100vw;
    max-height: 550px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul {
    justify-content: center;
    margin: 0 auto;
  }

  #lenders-protection-data-section
    .container
    .row
    .col-xl-12
    ul.lenders-protection-data-ul
    li {
    justify-content: center;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {
  .filter-section .facets-container .chosen-container {
    width: 333px !important;
  }

  .featured-text-box h4 a {
    font-size: 32px;
  }

  .lenders-featured-block .paragraph-p2 p {
    font-size: 24px;
  }
}

@media screen and (max-height: 850px) {

  .page-template-learn-more #home-banner-text .container-fluid.fixed {
    bottom: 2%;
    top: auto!important;
  }

}

/* Events Archive Page Styles */

.post-type-archive-event main, .single-event main  {
  margin-top: 110px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-event main, .single-event main  {
    margin-top: 80px;
  }
}

@media screen and (max-width: 575px) {
  .post-type-archive-event main, .single-event main  {
    margin-top: 57px;
  }

  .single-event .event-section .container {
    padding: 0;
  }

  .single-event .event-section .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.post-type-archive-event main .page-header, .single-event main .page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 30vw;
  min-height: 200px;
  max-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.post-type-archive-event main .page-header::after {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.single-event main .page-header::after {
  content: "";
  background: rgba(33, 134, 191, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.post-type-archive-event main .page-header .page-header-content, .single-event main .page-header .page-header-content {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  text-align: center;
}

.post-type-archive-event main .page-header h1, .single-event main .page-header h1 {
  color: white;
}

.post-type-archive-event main .page-header p {
  color: white;
}

.post-type-archive-event main .featured-events {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 60px 20px 0;
  max-width: 1364px;
  margin: 0 auto;
}

.post-type-archive-event main .featured-events .row {
  justify-content: center;
  margin: 0;
}

.post-type-archive-event main .featured-events h3 {
  padding-bottom: 40px;
}

.post-type-archive-event main .featured-events-slider {
  margin: 0 0 60px;
  max-width: 1364px;
  width: 100%;
}

.post-type-archive-event main .featured-event-slide {
  display: flex;
  flex-direction: row;
  height: 530px;
  border: 1px solid rgba(214, 214, 214, 0.5);
}

.post-type-archive-event main .featured-event-slide .featured-more-box img {
  height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  border: none!important;
}

.post-type-archive-event main .featured-events-slider.slick-slider .slick-dots {
  bottom: -50px;
}

.post-type-archive-event main .featured-events-slider.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}

.post-type-archive-event main .featured-events-slider.slick-slider .slick-dots li button:before {
  font-size: 16px;
}


.post-type-archive-event main .featured-events-slider.slick-slider .slick-dots li.slick-active button:before {
  color: #2084bc;
}

.post-type-archive-event .events-grid-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 40px;
}

.post-type-archive-event .events-grid-section h3 {
  margin-bottom: 40px;
}

.post-type-archive-event .events-grid-section .events-grid-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1364px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-type-archive-event .events-grid-section .events-grid-container .events-grid-header {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  color: #2186BF;
  font-size: 20px;
  font-family: 'proxima_novabold';
  text-transform: uppercase;
  border-bottom: 1px solid #215BAA;
  padding-bottom: 16px;
}

.post-type-archive-event .events-grid-section .events-grid-container .events-grid-header div {
  position: relative;
  display: flex;
}

.post-type-archive-event .events-grid-section .events-grid-container .events-grid-header div::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: auto;
  font-size: 30px;
  transform: rotate(180deg); 
}

.post-type-archive-event .events-grid-section .events-grid-container .events-grid-header div.arrow-down::after {
  transform: rotate(0deg); 
}

.post-type-archive-event .events-grid-section .events-grid-container .events-grid-header div.arrow-up::after {
  transform: rotate(180deg); 
}

.post-type-archive-event .events-grid-section .events-grid-container article .event {
  text-decoration: none;
  color: #212529;
  border-bottom: 1px solid #215BAA;
  padding: 16px 0;
}

.post-type-archive-event .events-grid-section .load-more-events {
  border: 1px solid #085697;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
  padding: 16px 8px;
  height: inherit;
  text-align: center;
  color: #085697;
  font-size: 24px;
  width: 300px;
  margin: 40px auto;
  cursor: pointer;
}

.post-type-archive-event .events-grid-section .load-more-events:hover {
  background: #085697;
  color: white;
}

.hidden-event {
  display: none;
}

.no-events {
  padding: 20px 0;
}


  .post-type-archive-event .events-grid-section .events-grid-container .events-grid-header, 
  .post-type-archive-event .events-grid-section .events-grid-container article .event { 
    display: flex;
    column-gap: 10vw;
    align-items: center;
  }

  .post-type-archive-event .events-grid-section .events-grid-container .events-grid-header .event-date, .post-type-archive-event .events-grid-section .events-grid-container article .event .event-date {
    width: 20vw;
  }

  .post-type-archive-event .events-grid-section .events-grid-container .events-grid-header .event-title, .post-type-archive-event .events-grid-section .events-grid-container article .event .event-title {
    width: 40vw;
  }

  .post-type-archive-event .events-grid-section .events-grid-container .events-grid-header .event-location, .post-type-archive-event .events-grid-section .events-grid-container article .event .event-location {
    width: 20vw;
  }

  .facetwp-type-search i.clear {
    position: absolute;
    right: 50px;
    height: 100%;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    opacity: 0.3;
    width: 24px;
    height: 100%;
    background: transparent url('/wp-content/plugins/facetwp/assets/images/icon-close.png') 6px 50% no-repeat;
    background-size: 14px 14px;
}
 
.facetwp-type-search i.clear:hover {
    opacity: 0.8;
}
 
/* no clear icon  while the Search facet is loading */
/* and when an auto-refresh is running */
.facetwp-type-search .f-loading + input + i.clear,
.facetwp-type-search .loading + i.clear {
    display: none !important;
}
 
.facetwp-facet input.facetwp-search {
    padding-right: 54px;
}
 

  @media screen and (max-width: 1199px) {

    .post-type-archive-event .events-grid-section .events-grid-container .events-grid-header, 
    .post-type-archive-event .events-grid-section .events-grid-container article .event { 
      column-gap: 10vw;
      justify-content: space-between;
    }

    .post-type-archive-event .events-grid-section .events-grid-container .events-grid-header .event-date, .post-type-archive-event .events-grid-section .events-grid-container article .event .event-date {
      width: 40vw;
    }
  
    .post-type-archive-event .events-grid-section .events-grid-container .events-grid-header .event-title, .post-type-archive-event .events-grid-section .events-grid-container article .event .event-title {
      width: 40vw;
    }

    .post-type-archive-event .events-grid-section .events-grid-container .events-grid-header .event-location, .post-type-archive-event .events-grid-section .events-grid-container article .event .event-location {
      display: none;
    }
  }

  .chart {
  margin-top: 40px;
  margin-bottom: 40px;
}

.callout-block {
  background: rgba(0, 44, 87, 0.10);
  padding: 30px 30px 30px 40px;
  max-width: 250px;
  border-left: 5px solid #002C57;
}

.callout-block .callout-content img {
  max-width: 50px;
  margin-bottom: 10px;
} 

.callout-block .callout-content {
  line-height: 1;
}

.callout-block .callout-content p {
  margin-bottom: 0;
  line-height: 1.25;
}

.callout-block.alignleft {
    float: left;
    margin: 0.5em 2em 0.5em 0;
}

@media screen and (max-width: 650px) {

.callout-block {
  max-width: 100%;
  margin-bottom: 20px!important;
}

}



.wpgmp_map_container * {
  background: rgba(0, 0, 0, 0.15) !important;
}