﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Roboto:wght@400;500;700&display=swap");
:root {
  font-size: 16px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

#top.pushy-open-right #container, #top.pushy-open-left #container {
  overflow: hidden;
  height: 100%;
}

.rzslider .rz-bubble {
  display: none;
}

body, html {
  font-size: 16px;
  width: 100%;
  height: 100%;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

body .pushy.pushy-left, body .pushy.pushy-right {
  width: 0;
}
body.pushy-open-left .pushy.pushy-left, body.pushy-open-left .pushy.pushy-right, body.pushy-open-right .pushy.pushy-left, body.pushy-open-right .pushy.pushy-right {
  width: 360px;
}
@media (max-width: 470px) {
  body.pushy-open-left .pushy.pushy-left, body.pushy-open-left .pushy.pushy-right, body.pushy-open-right .pushy.pushy-left, body.pushy-open-right .pushy.pushy-right {
    width: 100%;
  }
}

/*Start: Override default Pushy Menu css (/bower_components/pushy/scss/pushy.scss*/
body.pushy-open-left, body.pushy-open-right {
  overflow-x: hidden; /*Prevent Left Right Scrolling*/
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.pushy {
  width: 360px;
}

.pushy-left {
  -webkit-transform: translate3d(-360px, 0, 0);
  -ms-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(360px, 0, 0);
  -ms-transform: translate3d(360px, 0, 0);
  transform: translate3d(360px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(360px, 0, 0);
  -ms-transform: translate3d(360px, 0, 0);
  transform: translate3d(360px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-360px, 0, 0);
  -ms-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

/*Menu Fullscreen Width on Mobile*/
@media (max-width: 470px) {
  .pushy-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .pushy-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .pushy {
    width: 100%;
  }
}
/*End: Override default Pushy Menu css (/bower_components/pushy/scss/pushy.scss*/
body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  /* IE 10/11 CSS HACK */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    background-color: #ffffff;
  }
}

#bd {
  background-color: #ffffff;
  min-height: 30em;
}

#intContentPageWrap {
  margin-top: 2em;
  padding-bottom: 2.8em;
}

#branchLocationsMap {
  width: 100%;
  height: 25em;
}

.alpha {
  padding-left: 0;
}

.omega {
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.sub-title {
  font-family: "Poppins", sans-serif;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
}

.ddl-wrap {
  position: relative;
  min-width: 100%;
  float: left;
}
.ddl-wrap .ddl-label {
  margin: 0;
  font-weight: 500;
  display: block;
}
.ddl-wrap .ddl-label select {
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  display: block;
  width: 100%;
}
.ddl-wrap .ddl-label select:focus {
  background-image: none !important;
}
.ddl-wrap .ddl-label select::-ms-expand {
  display: none;
}
.ddl-wrap:focus-within:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ddl-wrap:after {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: CorporateHqWebsite;
  font-size: 1.2rem;
  content: "\f041";
  color: #2B2B2B;
  pointer-events: none;
}

.form-group-lg select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' width='14' height='8.48' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8.48'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23091644;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M6.49,8.26L.22,2.02C-.07,1.72-.07,1.25.22.96L.96.22C1.25-.07,1.72-.07,2.02.22l4.98,4.95L11.98.22c.29-.29.77-.29,1.06,0l.74.74c.29.29.29.77,0,1.06l-6.22,6.24c-.29.29-.78.29-1.06,0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  font-size: 1.125rem;
  line-height: normal;
}
.form-group-lg select.form-control:focus {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' width='14' height='8.48' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8.48'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23091644;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.51.22l6.27,6.24c.29.29.29.77,0,1.06l-.74.74c-.29.29-.77.29-1.06,0L7,3.31l-4.98,4.95c-.29.29-.77.29-1.06,0l-.74-.74c-.29-.29-.29-.77,0-1.06L6.46.22c.28-.29.77-.29,1.05,0Z'/%3E%3C/svg%3E");
}

.cta-call-button {
  background-color: transparent;
  color: #ffffff;
  font-weight: normal;
  border-radius: 0.2em;
  border: 1px solid #ffffff;
}

.cta-button {
  background-color: #3B6CCF;
  color: #ffffff;
  font-weight: normal;
  border-radius: 0;
  border: none;
}

.mobile-cta {
  text-align: center;
}
.mobile-cta a:link, .mobile-cta a:visited {
  width: 100%;
  display: block;
  background-color: #009cdd;
  text-decoration: none;
  line-height: 2.3;
  font-size: 1.2em;
  color: #fff;
}
.mobile-cta a:hover {
  background-color: #0089bd;
  text-decoration: none;
  transition-property: background-color border-color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
.mobile-cta a .fa {
  display: inline-block;
  margin-left: 5px;
  color: #ffffff;
  font-size: 12px;
}

#commonModal,
#stickyAgentModal {
  z-index: 1400;
}
#commonModal .modal-content,
#stickyAgentModal .modal-content {
  border-radius: 0;
}
#commonModal .common-modal-title,
#stickyAgentModal .common-modal-title {
  font-size: 18px;
}

#stickyAgentModal .modal-content {
  border-radius: 0;
}
#stickyAgentModal .modal-content .modal-header .close {
  opacity: 1;
}
#stickyAgentModal .modal-content .modal-body {
  min-height: 20rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  #stickyAgentModal .modal-content .modal-body {
    padding: 2rem 4rem;
  }
}
#stickyAgentModal .modal-content .modal-body .agent-modal-title {
  margin: 0 0 2rem 0;
  color: #091644;
  font: 500 1.875rem/1.25 "Poppins", sans-serif;
  text-align: center;
}
@media (min-wdith: 2rem) {
  #stickyAgentModal .modal-content .modal-body .agent-modal-title {
    font-size: 2.5rem;
  }
}
#stickyAgentModal .modal-content .modal-body label {
  color: #091644;
  font: 500 1rem/1.5 "Poppins", sans-serif;
}
#stickyAgentModal .modal-content .modal-body label .asterisk {
  color: #D62516;
}
#stickyAgentModal .modal-content .modal-body input {
  border: 1px solid #676A7A;
  border-radius: 5px;
  color: #1D1F2A;
  font: 400 1.125rem/1 "Roboto", sans-serif;
}
#stickyAgentModal .modal-content .modal-body input:focus {
  border-color: #3B6CCF;
  outline: 0 none;
}
#stickyAgentModal .modal-content .modal-body input.ng-valid, #stickyAgentModal .modal-content .modal-body input.ng-valid-mask {
  background-color: #F8F9FF;
  border-color: #091644;
}
#stickyAgentModal .modal-content .modal-body input.ng-valid:focus, #stickyAgentModal .modal-content .modal-body input.ng-valid-mask:focus {
  background-color: #ffffff;
  border-color: #3B6CCF;
}
#stickyAgentModal .modal-content .modal-body input.ng-invalid:not(.ng-untouched) {
  background-color: #ffffff;
  border-color: #D62516;
}
#stickyAgentModal .modal-content .modal-body input.ng-invalid:not(.ng-untouched):focus {
  background-color: #ffffff;
  border-color: #3B6CCF;
}
#stickyAgentModal .modal-content .modal-body button[type=submit] {
  margin: 1rem 0;
  padding: 1rem 2.5rem;
  background-color: #3B6CCF;
  border: 0;
  border-radius: 28px;
  font: 500 1.125rem/1 "Poppins", sans-serif;
  color: #ffffff;
}
#stickyAgentModal .modal-content .modal-body button[type=submit]:disabled {
  color: #A3A6B8;
  background-color: #D9D9D9;
}
#stickyAgentModal .modal-content .modal-body .legal-wrapper {
  font-size: 0.8rem;
  padding: 3rem 0 0;
}
#stickyAgentModal .form-disclosures ol li a {
  color: #3B6CCF;
}
#stickyAgentModal .form-disclosures ol li a:hover {
  color: #091644;
}

.modal-backdrop {
  z-index: 1300;
}

.nowrap {
  white-space: nowrap;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

@media (min-width: 992px) {
  #intContentPageWrap {
    margin-top: 2.8em;
  }
}

#mblSideMenu {
  background-color: #fff;
  height: 100%;
  max-width: 100vw;
  /* Hide Scrollbar */
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
#mblSideMenu .side-nav-container {
  height: 100vh;
  overflow-y: auto;
}
#mblSideMenu::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#mblSideMenu .mbl-nav-header .form-group {
  margin-bottom: 0;
}
#mblSideMenu .mbl-nav-header .mbl-search-form {
  margin-bottom: 0;
}
#mblSideMenu .mbl-nav-header .mbl-search-form .search-control {
  height: auto;
  padding: 13px 12px 11px;
  border: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #091644;
  font-size: 1rem;
}
#mblSideMenu .mbl-nav-header .mbl-search-form .search-control::-webkit-input-placeholder {
  color: #091644;
}
#mblSideMenu .mbl-nav-header .mbl-search-form .search-control::-moz-placeholder {
  color: #091644;
}
#mblSideMenu .mbl-nav-header .mbl-search-form .search-control:-ms-input-placeholder {
  color: #091644;
}
#mblSideMenu .mbl-nav-header .mbl-search-form .search-control:-moz-placeholder {
  color: #091644;
}
#mblSideMenu .mbl-nav-header .mbl-hdr-row-close {
  margin: 0;
  padding: 14px 0;
}
#mblSideMenu .mbl-nav-header .mbl-hdr-row-close img {
  margin-left: 25px;
}
@media (max-width: 470px) {
  #mblSideMenu .mbl-nav-header .mbl-hdr-row-close img {
    margin: auto;
  }
}
#mblSideMenu .mbl-nav-header .mbl-hdr-row {
  margin: 0;
  background-color: #F8F9FF;
}
#mblSideMenu .mbl-nav-header .mbl-hdr-row i.fa-search {
  font-size: 17px;
  font-weight: 900;
  color: #091644;
  padding-right: 2px;
}
#mblSideMenu .mbl-nav-header .mbl-nav-header-title {
  margin: 1em;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
#mblSideMenu .mbl-nav-header .mbl-nav-header-close {
  display: block;
  margin: 0 15px 0 0;
  padding: 0.7rem 0.9em;
  background-color: transparent;
  border: 0;
  color: #3B6CCF;
  line-height: 0;
}
#mblSideMenu .mbl-nav-header .mbl-nav-header-close:hover, #mblSideMenu .mbl-nav-header .mbl-nav-header-close:focus {
  outline: 0;
  opacity: 0.8;
  color: #333;
  -moz-transition: 500ms ease;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  transition: 500ms ease;
}
#mblSideMenu .mbl-nav-header .mbl-nav-header-close > i {
  font-size: 16px;
  font-weight: 900;
}
#mblSideMenu .hdr-searchbar {
  padding: 1.5em;
}
#mblSideMenu #mainNavSideMenu {
  padding: 0;
  text-align: end;
}
#mblSideMenu #mainNavSideMenu .brand-logo-container {
  display: inline-flex;
}
#mblSideMenu #mainNavSideMenu .brand-logo-container .fa-xmark {
  color: #091644;
  font-size: 32px;
}
#mblSideMenu #mainNavSideMenu .brand-logo-container .brand-logo {
  padding: 15px 75px 15px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #mblSideMenu #mainNavSideMenu .brand-logo-container .brand-logo {
    padding: 15px 25px 15px 15px;
  }
}
#mblSideMenu #mainNavSideMenu .brand-logo-container .brand-logo img {
  width: 240px;
  max-width: 100%;
  height: auto;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item {
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin-right: 20px;
  /* current selected page */
}
#mblSideMenu #mainNavSideMenu > .menu-list-item a {
  color: #091644;
  font: 500 1rem/1 "Poppins", sans-serif;
  text-decoration: none;
  /*text-transform: uppercase;*/
}
#mblSideMenu #mainNavSideMenu > .menu-list-item a:hover {
  text-decoration: underline;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.current a:hover {
  text-decoration: none !important;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item:not(.panel):not(.current) a:not(.mod-quote-cta):hover {
  background-color: #F4F5F8;
  text-decoration: none !important;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item:not(.panel):not(.current) .mod-quote-cta:hover {
  background-color: #3B6CCF !important;
  text-decoration: none;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.current {
  position: relative;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.current .current-menu-indicator {
  position: absolute;
  width: 8px;
  height: 100%;
  z-index: 9;
  top: 0;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.current a:link,
#mblSideMenu #mainNavSideMenu > .menu-list-item.current a:visited {
  color: #000;
  border-right: 0.25rem solid #091644;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.current a:hover {
  background-color: #f8f9ff;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.careers {
  color: #333;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.careers > a {
  color: #333;
  overflow: hidden;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.careers > a span {
  float: left;
  display: inline-block;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.careers > a span.pill {
  margin-left: 8px;
  padding: 4px 10px 4px 10px !important;
  background: #4FA23C 0% 0% no-repeat padding-box;
  border-radius: 16px;
  color: #fff !important;
  font: 700 8px/8px "Roboto", sans-serif !important;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.my-loan {
  color: #4e4e4e;
  margin-bottom: 15px;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.my-loan > a {
  color: #4e4e4e;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.get-a-quote {
  margin: 15px 6%;
  text-align: center;
  background-color: transparent;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.get-a-quote .mod-quote-cta {
  padding: 1rem 2rem;
  background-color: #091644;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #fff;
  font: 500 1rem/1 "Poppins", sans-serif;
  text-transform: none;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item > a a, #mblSideMenu #mainNavSideMenu > .menu-list-item > .panel-heading a {
  padding: 15px 30px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  position: relative;
  color: #091644;
  font: 600 1rem/1 "Poppins", sans-serif;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item > .panel-heading {
  padding: 0;
  border: 0;
  position: relative;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item > .panel-heading a:not(.collapsed) + .current-menu-indicator {
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: #091644;
  z-index: 9;
  top: 0;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item > .panel-heading a {
  color: #091644;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item > .panel-heading a:hover {
  background-color: #ffffff;
  text-decoration: none;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item > .panel-heading a.collapsed {
  background-color: #ffffff;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item > .panel-heading a.collapsed:hover, #mblSideMenu #mainNavSideMenu > .menu-list-item > .panel-heading a.collapsed.acive {
  background-color: #F4F5F8;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item .panel-collapse ul {
  margin-bottom: 0;
  background-color: #F8F9FF;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item .panel-collapse ul li {
  border-left: 0;
  border-bottom: 1px solid #fff;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item .panel-collapse ul li a {
  color: #091644;
  padding: 0.75rem 2rem;
  font: 500 0.875rem/1 "Poppins", sans-serif;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item .panel-collapse ul li:hover {
  border-left-color: #091644;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item .panel-collapse ul li.current {
  border-left-color: #999;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.get-a-quote {
  background: none !important;
  -webkit-border-radius: 28px !important;
  -moz-border-radius: 28px !important;
  border-radius: 28px !important;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.get-a-quote .mod-quote-cta {
  background-color: #091644;
  color: #fff;
}
#mblSideMenu #mainNavSideMenu > .menu-list-item.get-a-quote .mod-quote-cta:hover {
  background-color: #3B6CCF !important;
}
#mblSideMenu #mainNavSideMenu .panel-heading a:after {
  content: "\f041";
  position: absolute;
  right: 30px;
  font-family: "CorporateHqWebsite";
  color: #000;
}
#mblSideMenu #mainNavSideMenu .panel-heading a[aria-expanded=true]:after {
  content: "\f051";
}
#mblSideMenu #mainNavSideMenu.categoryExpanded > .menu-list-item.current,
#mblSideMenu #mainNavSideMenu.categoryExpanded > .menu-list-item.current > a {
  background-color: transparent;
  color: #091644;
}
#mblSideMenu #mainNavSideMenu.categoryExpanded > .menu-list-item.current:hover,
#mblSideMenu #mainNavSideMenu.categoryExpanded > .menu-list-item.current > a:hover {
  text-decoration: none !important;
  background-color: #F4F5F8;
}
#mblSideMenu #mainNavSideMenu.categoryExpanded > .menu-list-item.current + .current-menu-indicator,
#mblSideMenu #mainNavSideMenu.categoryExpanded > .menu-list-item.current > a + .current-menu-indicator {
  width: 0;
  height: 0;
}
#mblSideMenu #mainNavSideMenu hr {
  margin: 0px 20px;
}
#mblSideMenu #mainNavSideMenu .pushy-link a {
  padding: 14px 10px;
}
#mblSideMenu #mainNavSideMenu .header-link {
  display: flex;
  align-items: center;
  justify-content: right;
  color: #091644;
  font: 500 1rem/1.25 "Poppins", sans-serif;
  text-decoration: none;
}
#mblSideMenu #mainNavSideMenu .header-link:hover {
  color: #3B6CCF;
  text-decoration: none;
}
#mblSideMenu #mainNavSideMenu .header-link a {
  color: #091644;
  padding: 15px 30px 15px 15px;
}
#mblSideMenu #mainNavSideMenu .header-link a:hover {
  color: #3B6CCF;
}
#mblSideMenu #mainNavSideMenu .main-cta {
  display: flex;
  justify-content: flex-end;
  margin: 5px 30px;
}
@media (min-width: 320px) {
  #mblSideMenu #mainNavSideMenu .main-cta .btn-cta {
    padding: 0.5rem 1.5rem;
    background-color: #091644;
    border-radius: 0.31rem !important;
    color: #fff;
    font: 500 1rem/1.25 "Poppins", sans-serif;
    text-decoration: none;
    width: max-content;
  }
  #mblSideMenu #mainNavSideMenu .main-cta .btn-cta:hover {
    background-color: #3B6CCF;
    text-decoration: none;
  }
}

#globalAlert {
  display: block;
  background-color: #f4cd12;
  text-align: center;
}
#globalAlert:hover {
  opacity: 0.9;
  transition: 500ms ease;
  text-decoration: none;
}
#globalAlert .alert-block {
  padding: 10px 0;
}
#globalAlert .alert-text {
  margin: 0;
  padding: 0;
  color: #1D1F2A;
  font: 400 14px/18px "Roboto", sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  #globalAlert .alert-text {
    font-size: 16px;
    line-height: 20px;
  }
}
#globalAlert .alert-text:hover, #globalAlert .alert-text:active {
  text-decoration: none;
}
#globalAlert .alert-text .fa {
  margin-right: 2px;
}
#globalAlert .alert-text .fa.fa-chevron-right {
  margin-left: 0;
}

#siteBreadcrumbs {
  position: absolute;
  background-color: transparent;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  z-index: 90;
}
#siteBreadcrumbs .breadcrumb {
  margin: 0;
  padding: 0.6rem 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  #siteBreadcrumbs .breadcrumb {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
#siteBreadcrumbs .breadcrumb li a,
#siteBreadcrumbs .breadcrumb li.active,
#siteBreadcrumbs .breadcrumb li + li:before {
  color: #ffffff;
  font: 400 0.875rem/1.25 "Roboto", sans-serif;
  vertical-align: bottom;
}
#siteBreadcrumbs .breadcrumb li.active {
  display: none;
}
@media (min-width: 768px) {
  #siteBreadcrumbs .breadcrumb li.active {
    display: inline;
  }
}
#siteBreadcrumbs .breadcrumb li:nth-child(2) {
  display: inline !important;
  font: 400 0.875rem/1.25 "Roboto", sans-serif;
}

#menuHeader, #underHeader {
  visibility: hidden;
}

#MHeader li .nav-item:nth-of-type(n + 8) {
  visibility: hidden;
}

body > header, #agentStickyHeader > nav.navbar {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#agentStickyHeader > nav.navbar > .sticky-agent-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body > header {
  max-width: 100vw;
}
body > header .brand-logo-container {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header .brand-logo-container {
    width: 37%;
  }
}
@media (min-width: 1200px) {
  body > header .brand-logo-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  body > header > *:not(.brand-logo-container, .menu) {
    margin: 0 9px;
  }
}

body > header, #underHeader, #agentStickyHeader .navbar {
  height: 60px;
}
@media (min-width: 765px) {
  body > header, #underHeader, #agentStickyHeader .navbar {
    height: 75px;
  }
}
@media (min-width: 992px) {
  body > header, #underHeader, #agentStickyHeader .navbar {
    height: 135px;
  }
}

.nav-form-search {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .nav-form-search {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .nav-form-search {
    padding-top: 90px;
  }
}

body > header img, #agentStickyHeader .navbar .navbar-brand img {
  width: auto;
  max-width: 100%;
  max-height: 40px;
}
@media (min-width: 768px) {
  body > header img, #agentStickyHeader .navbar .navbar-brand img {
    max-height: 42px;
  }
}
@media (min-width: 992px) {
  body > header img, #agentStickyHeader .navbar .navbar-brand img {
    max-height: 47.5px;
  }
}
@media (min-width: 1200px) {
  body > header img, #agentStickyHeader .navbar .navbar-brand img {
    max-height: 50px;
  }
}

body > header, #agentStickyHeader > .navbar {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  body > header, #agentStickyHeader > .navbar {
    padding: 0 30px;
  }
}

body.pushy-open-right > header .menu {
  border-left: none;
}

body > header .menu > a,
#agentStickyHeader .navbar a.menu-btn {
  padding: 4px 30px;
  border-width: 1px;
}
@media (min-width: 768px) {
  body > header .menu > a,
  #agentStickyHeader .navbar a.menu-btn {
    font-size: 1rem;
    line-height: 2.25;
  }
}

body > header .get-a-quote a,
#agentStickyHeader .navbar a.btn-get-prequal {
  padding: 4px 30px;
  border-width: 1px;
}
@media (min-width: 768px) {
  body > header .get-a-quote a,
  #agentStickyHeader .navbar a.btn-get-prequal {
    font-size: 0.875rem;
    line-height: 2.5;
  }
}

body > header .nav-cheeseburger, #agentStickyHeader .nav-cheeseburger {
  width: 33px;
  padding: 0 4px;
}
body > header .nav-cheeseburger:after,
body > header .nav-cheeseburger:before,
body > header .nav-cheeseburger div, #agentStickyHeader .nav-cheeseburger:after,
#agentStickyHeader .nav-cheeseburger:before,
#agentStickyHeader .nav-cheeseburger div {
  display: block;
  content: "";
  height: 3px;
  margin: 7px 0;
  background-color: #091644;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #091644;
}

body.pushy-open-right > header .nav-cheeseburger:before, body.pushy-open-right #agentStickyHeader .nav-cheeseburger:before, body.pushy-open-left > header .nav-cheeseburger:before, body.pushy-open-left #agentStickyHeader .nav-cheeseburger:before {
  -webkit-transform: translateY(10px) rotate(135deg);
  -ms-transform: translateY(10px) rotate(135deg);
  transform: translateY(10px) rotate(135deg);
}
body.pushy-open-right > header .nav-cheeseburger:after, body.pushy-open-right #agentStickyHeader .nav-cheeseburger:after, body.pushy-open-left > header .nav-cheeseburger:after, body.pushy-open-left #agentStickyHeader .nav-cheeseburger:after {
  -webkit-transform: translateY(-10px) rotate(-135deg);
  -ms-transform: translateY(-10px) rotate(-135deg);
  transform: translateY(-10px) rotate(-135deg);
}
body.pushy-open-right > header .nav-cheeseburger div, body.pushy-open-right #agentStickyHeader .nav-cheeseburger div, body.pushy-open-left > header .nav-cheeseburger div, body.pushy-open-left #agentStickyHeader .nav-cheeseburger div {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
body.pushy-open-right > header .nav-cheeseburger:before,
body.pushy-open-right > header .nav-cheeseburger:after,
body.pushy-open-right > header .nav-cheeseburger div, body.pushy-open-right #agentStickyHeader .nav-cheeseburger:before,
body.pushy-open-right #agentStickyHeader .nav-cheeseburger:after,
body.pushy-open-right #agentStickyHeader .nav-cheeseburger div, body.pushy-open-left > header .nav-cheeseburger:before,
body.pushy-open-left > header .nav-cheeseburger:after,
body.pushy-open-left > header .nav-cheeseburger div, body.pushy-open-left #agentStickyHeader .nav-cheeseburger:before,
body.pushy-open-left #agentStickyHeader .nav-cheeseburger:after,
body.pushy-open-left #agentStickyHeader .nav-cheeseburger div {
  background-color: #091644;
}
body.pushy-open-right > header .menu-btn, body.pushy-open-right #agentStickyHeader .menu-btn, body.pushy-open-left > header .menu-btn, body.pushy-open-left #agentStickyHeader .menu-btn {
  /*background-color: $blue-primary;
  border: 2px solid $blue-primary;*/
  border-radius: 5px;
  -webkit-transition-property: background-color border-color;
  -o-transition-property: background-color border-color;
  transition-property: background-color border-color;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  color: #091644;
}
@media (min-width: 768px) {
  body.pushy-open-right > header .menu-btn, body.pushy-open-right #agentStickyHeader .menu-btn, body.pushy-open-left > header .menu-btn, body.pushy-open-left #agentStickyHeader .menu-btn {
    background-color: transparent;
  }
}
body.pushy-open-right > header .menu-btn.mobile-menu-btn, body.pushy-open-right #agentStickyHeader .menu-btn.mobile-menu-btn, body.pushy-open-left > header .menu-btn.mobile-menu-btn, body.pushy-open-left #agentStickyHeader .menu-btn.mobile-menu-btn {
  color: #091644;
}
@media (min-width: 768px) {
  body.pushy-open-right > header .menu-btn .naf-hamburger-menu-container .naf-hamburger-menu, body.pushy-open-right #agentStickyHeader .menu-btn .naf-hamburger-menu-container .naf-hamburger-menu, body.pushy-open-left > header .menu-btn .naf-hamburger-menu-container .naf-hamburger-menu, body.pushy-open-left #agentStickyHeader .menu-btn .naf-hamburger-menu-container .naf-hamburger-menu {
    color: #091644;
  }
}
body.pushy-open-right > header .menu-btn .hamburger-bun-top, body.pushy-open-right #agentStickyHeader .menu-btn .hamburger-bun-top, body.pushy-open-left > header .menu-btn .hamburger-bun-top, body.pushy-open-left #agentStickyHeader .menu-btn .hamburger-bun-top {
  transform: rotate(-45deg) translate(-2px, 5px);
}
@media (min-width: 768px) {
  body.pushy-open-right > header .menu-btn .hamburger-bun-top, body.pushy-open-right #agentStickyHeader .menu-btn .hamburger-bun-top, body.pushy-open-left > header .menu-btn .hamburger-bun-top, body.pushy-open-left #agentStickyHeader .menu-btn .hamburger-bun-top {
    width: 18px !important;
  }
}
body.pushy-open-right > header .menu-btn .hamburger-bun-bottom, body.pushy-open-right #agentStickyHeader .menu-btn .hamburger-bun-bottom, body.pushy-open-left > header .menu-btn .hamburger-bun-bottom, body.pushy-open-left #agentStickyHeader .menu-btn .hamburger-bun-bottom {
  transform: rotate(45deg) translate(-2px, -5px);
}
@media (min-width: 768px) {
  body.pushy-open-right > header .menu-btn .hamburger-bun-bottom, body.pushy-open-right #agentStickyHeader .menu-btn .hamburger-bun-bottom, body.pushy-open-left > header .menu-btn .hamburger-bun-bottom, body.pushy-open-left #agentStickyHeader .menu-btn .hamburger-bun-bottom {
    width: 18px !important;
  }
}
body.pushy-open-right > header .menu-btn .hamburger-meat, body.pushy-open-right #agentStickyHeader .menu-btn .hamburger-meat, body.pushy-open-left > header .menu-btn .hamburger-meat, body.pushy-open-left #agentStickyHeader .menu-btn .hamburger-meat {
  opacity: 0;
}

body > header {
  top: 0px;
  position: fixed;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
  /*.manage-loan {

      button {*/
  /* font-size: 1rem;
          padding: 14px 0px;
          text-transform: uppercase;
          outline: none;
          color: $blue-primary;
          text-decoration: none;*/
  /*&:focus {
              color: $blue-primary !important;
              outline: none;
              text-decoration: none !important;

              &:active {
                  outline: none;
              }
          }

          &:hover {
              color: $blue-primary !important;
          }

          .caret-down-portal {
              position: relative;
              width: 10px;
              height: 10px;
              display: inline-block;
              top: -1px;

              img {
                  height: auto !important;
                  width: 100% !important;
              }
          }
      }

      & > a {
          font-size: 17px;
          padding: 0 5px;
          text-transform: uppercase;
          text-decoration: none;


          &:link,
          &:visited {
              color: $blue-primary;
          }

          &:hover {
              color: $blue-primary;
              text-decoration: none !important;
          }

          &:focus {
              padding-top: 0;
              padding-bottom: 0;
              text-decoration: none !important;
          }
      }


      &.my-portal-container {
          margin-right: 16px !important;

          .btn-link {
              border: 2px solid transparent;
              padding: 0 2px;

              &:focus, &:hover {
                  border: 2px solid $black;
                  -moz-border-radius: 3px;
                  -webkit-border-radius: 3px;
                  border-radius: 3px;
                  text-decoration: none !important;
              }

              &[aria-expanded="true"] {
                  border: 2px solid transparent !important;

                  .caret-down-portal {

                      img {
                          display: inline-block;
                          margin-top: -2px;
                          transform: rotate(180deg);
                      }
                  }
              }
          }
      }
  }*/
  z-index: 1100;
  background: white;
  color: #337ab7;
  padding: 0px;
}
body > header .phone-cts .phone-cts-number {
  padding: 2px 4px;
  color: #091644;
  font: 700 17px/1.5 "Roboto", sans-serif;
  text-decoration: none;
}
@media (min-width: 992px) {
  body > header .phone-cts .phone-cts-number {
    font-size: 1rem;
  }
}
body > header .phone-cts .phone-cts-number:hover {
  color: #091644;
}
body > header .phone-cts > div {
  text-align: center;
}
@media (min-width: 768px) {
  body > header .get-a-quote a {
    display: block;
    padding: 1rem 2rem;
    background-color: #091644;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color: #ffffff;
    font: 500 1rem/1 "Poppins", sans-serif;
    text-transform: capitalize;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  body > header .get-a-quote a:hover, body > header .get-a-quote a:active {
    background-color: #3B6CCF;
    border-color: #3B6CCF;
    -webkit-transition-property: background-color border-color;
    -o-transition-property: background-color border-color;
    transition-property: background-color border-color;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    text-decoration: none;
  }
}
body > header .navbar-toggle, body > header .mbl-nav-header-close {
  display: flex;
  border: 0;
  margin: -40px 0;
  padding: 0 2px;
  border-radius: 0;
  justify-content: end;
  width: max-content;
}
body > header .brand-logo {
  display: inline-block;
}
body > header .brand-logo > img {
  max-width: 90%;
}
@media (min-width: 768px) {
  body > header .brand-logo > img {
    max-width: 100%;
  }
}
body > header .btn-mblphone-cta {
  width: 28px;
  padding: 0;
  color: #091644 !important;
  text-decoration: none;
}
body > header .btn-mblphone-cta:hover {
  text-decoration: none;
}

ul.naf-portal-listing {
  margin: 0;
  padding: 0;
}
ul.naf-portal-listing li {
  padding: 0;
}
ul.naf-portal-listing li:hover {
  background-color: #F8F9FF;
}
ul.naf-portal-listing li a {
  background-color: transparent;
  color: #1C1C1C;
  font: 400 0.875rem/44px "Poppins", sans-serif;
}
ul.naf-portal-listing li a:hover {
  background-color: #F8F9FF;
}
ul.naf-portal-listing li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
ul.naf-portal-listing li:first-child a:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
ul.naf-portal-listing li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
ul.naf-portal-listing li:last-child a:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-menu {
  left: -16px;
}

/*small*/
@media (max-width: 374px) {
  body > header > * {
    font-size: 13px !important;
  }
  /* shrink icons slightly */
}
@media (min-width: 768px) {
  body > header .menu a {
    display: block;
    padding: 4px 16px 4px 16px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #091644;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  body > header .menu a:hover {
    color: #091644;
  }
  body > header .menu a .naf-hamburger-menu-container {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 2px;
  }
  body > header .menu a .naf-hamburger-menu-container .naf-hamburger-menu {
    width: 20px;
    height: 2px;
    margin: 3px 0;
    background-color: #091644;
    transition: 0.4s;
  }
  body > header .menu a .naf-hamburger-menu-container .naf-hamburger-menu:hover {
    background-color: #091644;
  }
  body > header .menu a .naf-hamburger-menu-text-container {
    display: inline-block;
  }
}
.site-overlay {
  z-index: 8 !important;
}

#mblSideMenu.pushy {
  z-index: 200 !important;
}

.header {
  max-width: 1542px;
  padding: 16px 12px;
}
.header .tabview .fa-phone-alt {
  font-size: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.header .fa-phone-alt {
  font-size: 20px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .header {
    display: block;
    padding: 13px 10px;
  }
}
.header .brand-logo-container {
  display: block;
}
@media (max-width: 767px) {
  .header .brand-logo-container {
    display: flex;
    justify-content: center;
    width: auto;
  }
}
.header .header-cta {
  display: flex;
  justify-content: flex-end;
  text-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-cta {
    margin-right: 40px;
  }
}
.header .header-cta .header-phone {
  color: #091644;
  font: 500 1rem/1.25 "Poppins", sans-serif;
  margin-top: 15px;
  margin-right: 15px;
  border-right: 1px solid #D1D4E3;
  padding-right: 1rem;
  /*   @media (min-width: $min-xl) {
      padding-left: 75px;
  }*/
}
.header .header-cta .header-phone a {
  color: #091644;
  font: 500 1rem/1.25 "Poppins", sans-serif;
  text-decoration: none;
}
.header .header-cta .header-phone a:hover {
  color: #3B6CCF;
  text-decoration: none;
}
.header .header-cta .header-link {
  gap: 0.5rem;
  color: #091644;
  font: 500 1rem/1.25 "Poppins", sans-serif;
  text-decoration: none;
  margin-top: 15px;
}
.header .header-cta .header-link:hover {
  color: #3B6CCF;
  text-decoration: none;
}
.header .header-cta .header-link a {
  color: #091644;
}
.header .header-cta .header-link a:hover {
  color: #3B6CCF;
  text-decoration: none;
}

.margin-auto {
  margin: auto;
}

.bt-1px-solid-grey-light {
  border-top: 1px solid #D1D4E3;
}

.margin-0 {
  margin: 0px !important;
}

.navbar {
  display: flex;
  /* border-top: 1px solid $grey-light; */
  padding-top: 0 !important;
  align-items: baseline;
  justify-content: flex-start;
  max-width: 1542px;
}
.navbar .navbar-ctas {
  padding: 12px 12px;
  text-wrap: nowrap;
}
.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar li {
  display: inline;
}
@media (min-width: 992px) {
  .navbar .nav-item {
    margin-right: 0.25rem;
    align-items: center;
  }
}
.navbar .nav-link {
  color: #091644;
  font: 500 1rem/1.25 "Poppins", sans-serif;
  text-align: right;
}
@media (min-width: 992px) {
  .navbar .nav-link {
    background-color: transparent;
    padding: 0.5rem 0.3rem;
    border-radius: 0.31rem;
    font-size: 0.8rem;
    text-align: center;
    display: inline;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    display: inline;
  }
}
@media (min-width: 992px) {
  .navbar .nav-link:hover {
    color: #ffffff;
    background-color: #091644;
    transition: all 1s ease;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .navbar .nav-link:focus {
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .navbar .nav-link.active {
    color: #ffffff;
    background-color: #091644;
    text-decoration: none;
  }
}
.navbar .main-search .btn-search {
  width: 2.3rem;
  height: 2.3rem;
  background-color: #3B6CCF;
  border: unset;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 10px;
}
.navbar .main-search .btn-search:hover {
  opacity: 0.8;
  transition: opacity 1s ease;
}
@media (min-width: 768px) {
  .navbar .main-cta .btn-cta {
    padding: 0.5rem 1rem;
    background-color: #091644;
    border-radius: 0.31rem !important;
    color: #ffffff;
    font: 500 0.75rem/1.25 "Poppins", sans-serif;
    text-decoration: none;
  }
  .navbar .main-cta .btn-cta:hover {
    background-color: #3B6CCF;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .navbar .main-cta .btn-cta {
    font: 500 1rem/1.25 "Poppins", sans-serif;
    padding: 0.5rem 1.5rem;
  }
}

.navbar-cta {
  display: flex;
  align-items: center;
  height: 48px;
  justify-content: flex-end;
  text-wrap: nowrap;
}
.navbar-cta ul {
  list-style-type: none;
  margin-left: 110px;
  padding: 0;
}
.navbar-cta li {
  display: inline;
  margin: 0;
}

#loSearchBar {
  position: absolute;
  width: 100%;
  margin-top: 0;
  padding: 1.5rem 0;
  background-color: #F8F9FF;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 1000;
}
@media (min-width: 768px) {
  #loSearchBar {
    padding: 2rem 0;
  }
}
#loSearchBar.agent-search-results {
  margin-top: 5.8rem;
}
@media (min-width: 768px) {
  #loSearchBar.agent-search-results {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  #loSearchBar.agent-search-results {
    margin-top: 6rem;
  }
}
@media (min-width: 1200px) {
  #loSearchBar.agent-search-results {
    margin-top: 6.5rem;
  }
}
#loSearchBar.show {
  display: block;
  opacity: 1;
  transition: opacity 0.1s linear;
}
#loSearchBar.hide {
  display: none;
  opacity: 0;
  transition: opacity 0.1s linear;
}
#loSearchBar .lo-search-inpu-wrap input[type=text],
#loSearchBar .lo-search-inpu-wrap button[type=button] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#loSearchBar .lo-search-inpu-wrap button.btn-lo-search {
  background-color: #091644;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  color: #ffffff;
}
#loSearchBar .lo-search-inpu-wrap button.btn-lo-search:hover {
  background-color: #3B6CCF;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
#loSearchBar .btn-close-lo-search {
  color: #091644;
  padding: 0.8rem 0.6rem;
}
#loSearchBar .btn-close-lo-search:hover {
  color: #3B6CCF;
}
#loSearchBar .lo-autocomplete {
  position: relative;
}
#loSearchBar .lo-autocomplete .lo-autocomplete-list {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  max-height: 15rem;
  overflow-y: scroll;
  padding: 1rem;
  position: absolute;
  left: 15px;
  right: 15px;
  list-style: none;
}
#loSearchBar .lo-autocomplete .lo-autocomplete-list .media {
  margin-bottom: 1px;
}
#loSearchBar .lo-autocomplete .lo-autocomplete-list .media .media-left .media-object {
  cursor: pointer;
  max-height: 2.5rem;
  max-width: 34px;
}
#loSearchBar .lo-autocomplete .lo-autocomplete-list .media .media-body p {
  margin: 0;
}
#loSearchBar .lo-autocomplete .lo-autocomplete-list .media .media-body p a {
  color: #3B6CCF;
  display: block;
  font: 500 1rem/1.4 "Poppins", sans-serif;
  line-height: 2.5;
}
#loSearchBar .lo-autocomplete .lo-autocomplete-list .media .media-body p a:hover {
  color: #091644;
}

#loarrow .locaret {
  position: relative;
  left: 60px;
  top: 14px;
}
#loarrow .locaret:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  border-bottom: 20px solid #cdcdcd;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  width: 40px;
  z-index: 1;
  border-radius: 0;
}
#loarrow .locaret:after {
  height: 20px;
  content: "";
  position: absolute;
  left: -2px;
  top: 3px;
  border-bottom: 22px solid #f8f9ff;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom-color: #f8f9ff;
  z-index: 2;
  width: 40px;
  border-radius: 0;
}

#agentStickyHeader {
  background-color: #ffffff;
  border: none;
}
#agentStickyHeader .navbar {
  margin-bottom: 0;
  background-color: #ffffff;
  z-index: 1200;
  border: 0;
}
#agentStickyHeader .navbar:before, #agentStickyHeader .navbar:after {
  display: none;
}
#agentStickyHeader .navbar.navbar-default {
  background-color: #ffffff;
}
#agentStickyHeader .navbar .navbar-brand {
  padding: 0;
  height: auto;
}
#agentStickyHeader .navbar .sticky-mbl-agent-photo {
  margin: 1rem 0 0.5rem;
  max-height: 2.8rem;
  display: none;
}
#agentStickyHeader .navbar .menu-btn {
  margin: 9px 0;
  padding: 0 2px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #091644;
  border-width: 2px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #agentStickyHeader .navbar .menu-btn {
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #091644;
    border-radius: 5px !important;
    display: inline-block;
    color: #091644;
    text-decoration: none;
    text-transform: uppercase;
  }
}
#agentStickyHeader .navbar .sticky-agent-card > .col-menu-btn {
  margin-right: 0;
}
#agentStickyHeader .navbar .sticky-agent-card > .btn-get-prequal {
  padding: 1rem 2rem;
  border: 2px solid #091644;
  border-radius: 28px;
  background-color: #091644;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  color: #ffffff;
  font: 500 1rem/1 "Poppins", sans-serif;
}
#agentStickyHeader .navbar .sticky-agent-card > .btn-get-prequal:hover {
  background-color: #3B6CCF;
  border-color: #3B6CCF;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
#agentStickyHeader .navbar .sticky-agent-card-info {
  margin: 9px 0;
  text-align: right;
}
@media (min-width: 768px) {
  #agentStickyHeader .navbar .sticky-agent-card-info {
    margin: 0.5rem 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #agentStickyHeader .navbar .sticky-agent-card-info {
    border-left: 1px solid #ddd;
    padding-left: 1rem;
  }
}
#agentStickyHeader .navbar .sticky-agent-card-info p {
  font-size: 0.8rem;
  margin: 0;
}
@media (min-width: 768px) {
  #agentStickyHeader .navbar .sticky-agent-card-info p {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #agentStickyHeader .navbar .sticky-agent-card-info p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 0.1rem;
  }
}
#agentStickyHeader .navbar .sticky-agent-card-info p.agent-name #agentCardNameAnchor {
  color: #3B6CCF;
  font: 500 0.875rem/1 "Poppins", sans-serif;
}
#agentStickyHeader .navbar .sticky-agent-card-info p #agentCardNameAnchor,
#agentStickyHeader .navbar .sticky-agent-card-info p #agentCardContactAnchor,
#agentStickyHeader .navbar .sticky-agent-card-info p #agentCardMobileNum {
  color: #3B6CCF;
}
#agentStickyHeader .navbar .sticky-agent-card-info p a:link, #agentStickyHeader .navbar .sticky-agent-card-info p a:active, #agentStickyHeader .navbar .sticky-agent-card-info p a:focus, #agentStickyHeader .navbar .sticky-agent-card-info p a:visited {
  text-decoration: none;
}
#agentStickyHeader .navbar .sticky-agent-card-info p a:hover {
  color: #091644;
  text-decoration: underline;
  background-color: transparent;
}
@media (max-width: 430px) {
  #agentStickyHeader .agent-contact {
    color: white;
  }
}
@media (max-width: 430px) {
  #agentStickyHeader .agent-contact #mblPhoneType {
    display: none;
  }
}
@media (max-width: 767px) {
  #agentStickyHeader > .navbar > * {
    width: auto;
  }
}
@media (max-width: 767px) {
  #agentStickyHeader > .navbar > *.navbar-brand {
    max-width: 54%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  #agentStickyHeader.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media (min-width: 768px) {
  #agentStickyHeader.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media (min-width: 992px) {
  #agentStickyHeader .navbar .navbar-right {
    padding: 1.2rem;
  }
}
@media (min-width: 768px) {
  #agentStickyHeader .navbar .navbar-right {
    padding-top: 2px;
  }
}
@media (min-width: 992px) {
  #agentStickyHeader .navbar .sticky-agent-card > * {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  #agentStickyHeader .navbar .sticky-agent-card > * {
    margin: 0 6px;
  }
}
@media (min-width: 992px) {
  #agentStickyHeader .navbar .sticky-agent-card .col-prequal-photo {
    display: block;
  }
}
@media (min-width: 768px) {
  #agentStickyHeader .navbar .sticky-agent-card .col-prequal-photo {
    display: none;
  }
}
@media (min-width: 992px) {
  #agentStickyHeader .navbar .sticky-agent-card .sticky-agent-photo {
    display: inline-block;
    margin: 0.5rem 0;
    max-height: 3.8rem;
  }
}
#agentStickyHeader #mblAgentCardNameAnchor {
  color: #3B6CCF;
  font: 500 0.875rem/1 "Poppins", sans-serif;
}
#agentStickyHeader #mblAgentCardNameAnchor:hover {
  text-decoration: underline;
}
#agentStickyHeader #mblAgentCardMobileNum {
  color: #3B6CCF;
}
#agentStickyHeader #mblAgentCardMobileNum:hover {
  text-decoration: underline;
}

.loading-gradient .sticky-agent-card-info {
  opacity: 0;
  min-width: 222px;
  min-height: 54px;
}
.loading-gradient .sticky-agent-photo {
  opacity: 0;
  min-width: 43px;
  min-height: 52px;
}
@media (min-width: 1800px) {
  .loading-gradient .sticky-agent-photo {
    max-height: 3.75rem;
  }
}

@media (max-width: 374px) {
  .alpha {
    font-size: 13px;
  }
}

#heroSection {
  position: relative;
  background-color: #091644;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#heroSection .hero-section {
  position: relative;
}
@media (min-width: 768px) {
  #heroSection .hero-section {
    min-height: 18rem;
  }
}
#heroSection .hero-section h1 {
  margin: 2.5rem 0 1.8rem 0;
  color: #ffffff;
  font: 500 2.25rem/1.1 "Poppins", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #heroSection .hero-section h1 {
    margin-bottom: 0;
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  #heroSection .hero-section h1 {
    position: absolute;
    margin: 0;
    bottom: 0.5rem;
    font-size: 3.5rem;
    text-align: left;
  }
}
#heroSection .hero-section h2 {
  position: absolute;
  width: 100%;
  color: #ffffff;
  font: 500 1.1rem/1.25 "Poppins", sans-serif;
  text-align: center;
  text-transform: uppercase;
  bottom: -2rem;
}
@media (min-width: 768px) {
  #heroSection .hero-section h2 {
    position: absolute;
    text-align: left;
    font-weight: 300;
    bottom: 4.9rem;
  }
}
#heroSection .media-search-wrap {
  margin-bottom: 0.3em;
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  #heroSection .media-search-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  #heroSection .media-search-wrap {
    position: relative;
    padding: 2em 2em 1.8em 2em;
    border: 2px solid #ffffff;
  }
}
#heroSection .media-search-wrap .fa-wrap {
  display: none;
}
@media (min-width: 992px) {
  #heroSection .media-search-wrap .fa-wrap {
    position: absolute;
    top: 0;
    left: -3.5em;
    width: 3.5em;
    height: 3.5em;
    text-align: center;
    display: block;
  }
}
@media (min-width: 992px) {
  #heroSection .media-search-wrap .fa-wrap .fa {
    text-indent: 0.2em;
    font-size: 3.2em;
    color: #ffffff;
  }
}
#heroSection .media-search-wrap .input-group {
  margin-bottom: 1rem;
  z-index: 0;
}
#heroSection .media-search-wrap .input-group:focus-within {
  outline: 2px solid #3B6CCF;
}
#heroSection .media-search-wrap label {
  position: relative;
  display: block;
}
#heroSection .media-search-wrap label:after {
  content: "\f041";
  font-family: "CorporateHqWebsite";
  font-size: 1rem;
  color: #091644;
  right: 1rem;
  top: 0.5rem;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 768px) {
  #heroSection .media-search-wrap label:after {
    top: 0.8rem;
  }
}
@media (min-width: 992px) {
  #heroSection .media-search-wrap label:after {
    top: 1rem;
  }
}
#heroSection .media-search-wrap label:before {
  content: "";
  right: 1em;
  top: 0.5em;
  background: #ffffff;
  position: absolute;
  pointer-events: none;
  display: block;
}
@media (min-width: 768px) {
  #heroSection .media-search-wrap label:before {
    top: 0.8rem;
  }
}
@media (min-width: 992px) {
  #heroSection .media-search-wrap label:before {
    top: 1rem;
  }
}
#heroSection .media-search-wrap .form-group select.form-control {
  background: #ffffff;
  color: #091644;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#heroSection .media-search-wrap .form-group select::-ms-expand {
  display: none;
}
#heroSection .media-search-wrap .form-control {
  box-shadow: none;
  border: 0;
}
#heroSection .media-search-wrap .form-control,
#heroSection .media-search-wrap .input-group .btn {
  color: #091644;
  border-color: #ffffff;
  border-radius: 0;
}
#heroSection .media-search-wrap .btn.disabled,
#heroSection .media-search-wrap .btn[disabled],
#heroSection .media-search-wrap fieldset[disabled] .btn {
  opacity: 1;
}

@media (min-width: 768px) {
  #heroSection .media-search-wrap .search-col-left {
    padding-right: 0;
  }
  #heroSection .media-search-wrap .search-col-right {
    padding-left: 0;
  }
  #heroSection .media-search-wrap select.form-control:focus {
    outline: 2px solid #3B6CCF;
  }
  #heroSection .media-search-wrap .form-group,
  #heroSection .media-search-wrap .input-group {
    margin-bottom: 0;
  }
  #heroSection .media-search-wrap .form-control,
  #heroSection .media-search-wrap .input-group .btn {
    height: 3em;
  }
  #heroSection .media-search-wrap .input-group .fa {
    font-size: 2em;
  }
  #heroSection .media-search-wrap .form-group {
    border-left: 2px solid #091644;
  }
  #heroSection .media-search-wrap.glossary .search-col-left {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  #heroSection .media-search-wrap .form-control,
  #heroSection .media-search-wrap .input-group .btn {
    height: 3.5em;
  }
  #heroSection .media-search-wrap.glossary .fa-wrap {
    padding: 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
  }
  #heroSection .media-search-wrap.glossary .fa-wrap .fa {
    text-indent: 0;
    font-size: 3.5em;
    color: #ffffff;
  }
  #heroSection .media-search-wrap.glossary .search-col-left {
    padding-right: 0;
    width: 90%;
  }
}
#featuredVideoSection {
  margin-top: 0;
  margin-bottom: 1.5em;
  background-color: #091644;
}
@media (min-width: 768px) {
  #featuredVideoSection {
    margin-bottom: 1.8em;
    padding: 2.2em 0 0;
  }
}
@media (min-width: 992px) {
  #featuredVideoSection {
    margin-bottom: 2em;
    padding: 0;
  }
}
#featuredVideoSection .featured-video-section {
  color: #ffffff;
}
#featuredVideoSection .featured-video-section .column-start {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #featuredVideoSection .featured-video-section .column-start {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#featuredVideoSection .featured-video-section .column-end {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #featuredVideoSection .featured-video-section .column-end {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#featuredVideoSection .featured-video-details {
  padding: 2rem;
}
@media (min-width: 992px) {
  #featuredVideoSection .featured-video-details {
    padding: 2rem 0.5rem;
  }
}
#featuredVideoSection .featured-video-title {
  margin: 0 0 5px 0;
}
#featuredVideoSection .featured-video-title a {
  color: #ffffff !important;
  font: 500 1.875rem/1.25 "Poppins", sans-serif;
  text-decoration: none;
}
@media (min-width: 992px) {
  #featuredVideoSection .featured-video-title a {
    font-size: 2.25rem;
  }
}
#featuredVideoSection .featured-video-title a:hover {
  color: #889BD8 !important;
  text-decoration: none;
}
#featuredVideoSection .featured-video-subtitle {
  display: none;
}
@media (min-width: 992px) {
  #featuredVideoSection .featured-video-subtitle {
    display: block;
    margin: 0 0 5px 0;
    color: #889BD8;
    font: 500 1.125rem/1.25 "Poppins", sans-serif;
  }
}
#featuredVideoSection .featured-video-desc {
  margin: 0 0 10px 0;
  padding: 0;
  color: #ffffff;
  font: 400 1rem/1.5 "Roboto", sans-serif;
}
#featuredVideoSection .featured-video-wrap {
  position: relative;
  padding-bottom: 64%;
  height: 0;
}
@media (min-width: 1200px) {
  #featuredVideoSection .featured-video-wrap {
    padding-bottom: 56.3%;
  }
}
#featuredVideoSection .featured-video-cta {
  margin-top: 1em;
}
#featuredVideoSection .featured-video-cta a:link,
#featuredVideoSection .featured-video-cta a:visited {
  color: #889BD8;
  text-decoration: underline;
}
#featuredVideoSection .featured-video-cta:hover {
  transition-property: color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  text-decoration: underline;
}

#detailsVideoSection {
  margin: 0 0 2em 0;
  padding: 3em 0;
  background-color: #f6f6f6;
}
#detailsVideoSection .featured-video .featured-video-title {
  margin: 0 0 0.5em 0;
  color: #091644;
  font: 500 1.875rem/1.25 "Poppins", sans-serif;
}
@media (min-width: 992px) {
  #detailsVideoSection .featured-video .featured-video-title {
    font-size: 2.25rem;
  }
}
#detailsVideoSection .featured-video .video-detail-desc {
  color: #1D1F2A;
  font: 400 1rem/1.5 "Roboto", sans-serif;
}
@media (min-width: 992px) {
  #detailsVideoSection .featured-video .video-detail-desc {
    font-size: 1.125rem;
  }
}
#detailsVideoSection .featured-video .video-detail-desc a {
  color: #3B6CCF;
}
#detailsVideoSection .featured-video .video-detail-desc a:hover {
  color: #1D1F2A;
}
#detailsVideoSection .featured-video .video-detail-desc .btn-cta {
  display: inline-block;
  background-color: #3B6CCF;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  color: #ffffff;
  font: 500 1rem/1.25 "Poppins", sans-serif;
  text-decoration: none;
}
#detailsVideoSection .featured-video .video-detail-desc .btn-cta:hover {
  background-color: #091644;
  text-decoration: none;
}
#detailsVideoSection .featured-video .video-detail-category,
#detailsVideoSection .featured-video .video-detail-tags {
  font-size: 0.9em;
  text-transform: uppercase;
}
#detailsVideoSection .featured-video .video-detail-category {
  margin: 2em 0 0 0;
}
#detailsVideoSection .featured-video .video-detail-category a {
  color: #3B6CCF;
  text-decoration: underline;
}
#detailsVideoSection .featured-video .video-detail-category a:hover {
  color: #091644;
}
#detailsVideoSection .featured-video .video-detail-category .video-detail-category-btn {
  padding: 0;
  background: none;
  text-transform: uppercase;
  color: #3B6CCF;
  border: none;
}
#detailsVideoSection .featured-video .video-detail-category .video-detail-category-btn:active, #detailsVideoSection .featured-video .video-detail-category .video-detail-category-btn:focus {
  border: 0;
  outline: none;
}
#detailsVideoSection .featured-video .video-detail-tags {
  display: inline-block;
  margin: 0 0.3rem 0 0;
  color: #1D1F2A;
  font: 400 1rem/1.5 "Roboto", sans-serif;
}
#detailsVideoSection .featured-video .video-detail-tags .video-detail-tags-btn {
  padding: 0;
  background: none;
  text-transform: uppercase;
  color: #3B6CCF;
  border: none;
}
#detailsVideoSection .featured-video .video-detail-tags .video-detail-tags-btn:active, #detailsVideoSection .featured-video .video-detail-tags .video-detail-tags-btn:focus {
  border: 0;
  outline: none;
}
#detailsVideoSection .featured-video .video-detail-tags:first-of-type {
  margin-left: 0;
}
#detailsVideoSection .featured-video .video-detail-tags::after {
  content: ",";
}
#detailsVideoSection .featured-video .video-detail-tags:last-of-type::after {
  content: "";
}
#detailsVideoSection .featured-video .featured-video-share {
  margin: 1.8em 0 0;
}
#detailsVideoSection .featured-video .featured-video-share .featured-video-share-title {
  color: #091644;
}
#detailsVideoSection .featured-video .video-transcript {
  margin: 2em 0;
}
#detailsVideoSection .featured-video .video-transcript h4 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #091644;
  font: 500 1.125rem/1.25 "Poppins", sans-serif;
}
@media (min-width: 1200px) {
  #detailsVideoSection .featured-video .video-transcript h4 {
    font-size: 1.25rem;
  }
}
#detailsVideoSection .featured-video .video-transcript p {
  color: #1D1F2A;
  font: 400 1rem/1.5 "Roboto", sans-serif;
}
@media (min-width: 992px) {
  #detailsVideoSection .featured-video-wrap {
    position: relative;
    padding-bottom: 57%;
    height: 0;
  }
}
#detailsVideoSection .featured-video-clip {
  margin-bottom: 1.5em;
  height: 15.5em;
}
@media (min-width: 768px) {
  #detailsVideoSection .featured-video-clip {
    height: 29em;
  }
}
@media (min-width: 992px) {
  #detailsVideoSection .featured-video-clip {
    position: absolute;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

#searchResultsSection {
  background-color: #ffffff;
  border-top: 1px solid #ddd;
}

.video-section-module:last-of-type {
  padding-bottom: 1em;
}

.video-filter-parent {
  padding: 2em 1em 0 1em;
}
.video-filter-parent .group-control-wrap {
  margin-bottom: 0;
}
.video-filter-parent .group-control-wrap label.control-label-sort {
  position: relative;
  margin-bottom: 0;
  display: block;
}
.video-filter-parent .group-control-wrap label.control-label-sort:after {
  content: "\f041";
  font-family: "CorporateHqWebsite";
  font-size: 1em;
  color: #3B6CCF;
  right: 1em;
  top: 0.5em;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.video-filter-parent .group-control-wrap label.control-label-sort:before {
  content: "";
  right: 1em;
  top: 0.5em;
  background: #fff;
  position: absolute;
  pointer-events: none;
  display: block;
}
.video-filter-parent .group-control-wrap .form-control {
  background: #ffffff;
  color: #3B6CCF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}
.video-filter-parent .group-control-wrap .form-control::-ms-expand {
  display: none;
}

.video-category-parent {
  margin: 0;
  padding: 2em 1em;
}
.video-category-parent .video-category-list-header {
  padding: 0.5em 0;
}
.video-category-parent .video-category-list-header h3 {
  margin: 0;
}
.video-category-parent .video-category-title {
  margin-top: 0;
  color: #091644;
  font: 600 1.25rem/1.5 "Poppins", sans-serif;
}
.video-category-parent .video-category-list .video-category-item-wrap {
  margin-bottom: 1em;
}
.video-category-parent .video-category-list .video-category-image-parent {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-category-parent .video-category-list .video-category-image {
  position: relative;
  width: 100%;
  display: block;
}
.video-category-parent .video-category-list .video-category-image .video-category-hover-bg,
.video-category-parent .video-category-list .video-category-image .video-category-image-play {
  display: none;
}
.video-category-parent .video-category-list .video-category-image:focus {
  outline: 5px solid #eb751e;
}
.video-category-parent .video-category-list .video-category-item-title {
  display: block;
  margin: 0;
  color: #091644;
  font: 500 1.125rem/1.25 "Poppins", sans-serif;
}
.video-category-parent .video-category-list .video-category-item-subtitle {
  margin: 0;
  font-size: 1em;
  color: #3B6CCF;
  text-transform: uppercase;
}

#noResultsSection {
  margin-bottom: 1.5em;
  background-color: #f6f6f6;
}
#noResultsSection .video-section-module {
  padding: 2em 0.8em;
  background-color: transparent;
}
#noResultsSection .well {
  margin: 0;
  padding: initial;
  background-color: transparent;
  color: #29292a;
  text-align: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 768px) {
  #searchResultsSection {
    padding: 1.2em 0;
  }
  .video-filter-parent {
    padding: 0.8em 0 0;
  }
  .video-filter-parent .group-control-wrap {
    margin-bottom: 0;
  }
  .video-filter-parent .group-control-wrap label:after {
    right: 1em;
    top: 1em;
  }
  .video-filter-parent .group-control-wrap label:before {
    right: 1em;
    top: 1em;
  }
  .video-category-parent {
    margin: 0;
  }
  .video-category-parent .video-category-list .video-category-item-wrap {
    margin-bottom: 2em;
    min-height: 21em;
  }
  .video-category-parent .video-category-list .video-category-image-parent {
    margin-bottom: 1em;
  }
  .video-category-parent .video-category-list .video-category-image {
    height: 15em;
  }
  .video-category-parent .video-category-list .video-category-image img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  #searchResultsSection {
    padding: 0;
    background-color: #ffffff;
    border-top: none;
  }
  .video-filter-parent {
    padding: 1.3em 0;
    background-color: #f6f6f6;
  }
  .video-filter-parent .group-control-wrap-md {
    margin-bottom: 0;
  }
  .video-filter-parent .group-control-wrap-md .control-label {
    margin-bottom: 0;
    line-height: 2.5;
  }
  .video-section-module:first-of-type {
    padding-top: 0;
  }
  .video-section-module:last-of-type {
    padding-bottom: 1em;
  }
  .video-category-parent {
    margin: 0;
    padding: 3em 0;
  }
  .video-category-parent .video-category-list .video-category-item-wrap {
    min-height: 16.5em;
  }
  .video-category-parent .video-category-list .video-category-image {
    height: 10em;
  }
  .video-category-parent .video-category-list .video-category-image .video-category-hover-bg,
  .video-category-parent .video-category-list .video-category-image .video-category-image-play {
    display: block;
  }
  .video-category-parent .video-category-list .video-category-image .video-category-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #3B6CCF;
    color: #ffffff;
    opacity: 0;
    z-index: 0;
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: linear;
  }
  .video-category-parent .video-category-list .video-category-image .video-category-image-play {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5em;
    height: 5em;
    background-color: #091644;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    z-index: 9;
    transition-property: left;
    transition-duration: 0.1s;
    transition-timing-function: linear;
  }
  .video-category-parent .video-category-list .video-category-image .video-category-image-play .fa {
    margin: 33%;
    font-size: 1.5em;
  }
  .video-category-parent .video-category-list .video-category-image:hover .video-category-hover-bg {
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    opacity: 0.5;
  }
  .video-category-parent .video-category-list .video-category-image:hover .video-category-image-play {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: linear;
  }
  .video-four-up-display .video-category-parent .video-category-list .video-category-item-wrap {
    min-height: 0;
  }
  #searchResultSection.video-section-module {
    padding: 2em 0;
  }
  #noResultsSection .well {
    padding: initial;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .video-category-parent .video-category-list .video-category-item-wrap {
    min-height: 19em;
  }
  .video-category-parent .video-category-list .video-category-image {
    height: 12em;
  }
  #searchResultSection {
    padding: 2em 0;
  }
  #searchResultSection .video-category-parent .video-category-hdr .video-category-hdr-title {
    margin: 0;
    padding: 0;
  }
}
#intNavMenu .int-navmenu-item {
  padding: 0;
  border-left: 0.5rem solid #D1D4E3;
  border-top-color: #D1D4E3;
  border-right-color: #D1D4E3;
  border-bottom-color: #D1D4E3;
}
#intNavMenu .int-navmenu-item:hover {
  border-left: 0.5rem solid #091644;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
#intNavMenu .int-navmenu-item a {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-radius: 0;
  color: #091644;
  font: 500 1.125rem/1.25 "Poppins", sans-serif;
  text-decoration: none;
}
#intNavMenu .int-navmenu-item a:hover {
  background-color: #091644;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  color: #ffffff;
}
#intNavMenu .int-navmenu-item.active {
  padding: 0;
  border-left: 0.5rem solid #091644;
  border-top-color: #D1D4E3;
  border-right-color: #D1D4E3;
  border-bottom-color: #D1D4E3;
}
#intNavMenu .int-navmenu-item.active a {
  color: #091644;
  background-color: white !important;
  color: #091644;
  border-left-color: #091644;
  border-left-width: 0.5em;
}
#intNavMenu .int-navmenu-item.active a:hover {
  color: #091644;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

#intSecondaryNavMenu .int-secondary-navmenu-item {
  margin-bottom: 0.3em;
  padding: 0.75rem 1.5rem;
  background-color: #D1D4E3;
  border: none;
  border-radius: 0;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  color: #264D9C;
  font: 500 1.2rem/1.25 "Poppins", sans-serif;
  text-transform: uppercase;
}
#intSecondaryNavMenu .int-secondary-navmenu-item:hover {
  color: #ffffff;
  background-color: #091644;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

#getQuoteModule {
  position: relative;
  padding: 1.5rem 0;
  background-color: #3B6CCF;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  #getQuoteModule:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 51%;
    background: #091644;
    transform: skew(-15deg);
    transform-origin: top;
  }
}
#getQuoteModule .mod-quote-title {
  display: block;
  margin: 0 auto 1em auto;
  color: #ffffff;
  font: 500 1.25rem/2 "Poppins", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  #getQuoteModule .mod-quote-title {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.125rem;
    text-align: left;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) {
  #getQuoteModule .mod-quote-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #getQuoteModule .mod-quote-title {
    font-size: 1.75rem;
  }
}
#getQuoteModule .mod-quote-phone {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  color: #ffffff;
  font: 500 1rem/1.5 "Poppins", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #getQuoteModule .mod-quote-phone {
    margin-top: 15px;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  #getQuoteModule .mod-quote-phone {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  #getQuoteModule .mod-quote-phone {
    font-size: 1.25rem;
  }
}
#getQuoteModule .mod-quote-phone:hover {
  text-decoration: underline;
}
#getQuoteModule .mod-quote-cta {
  margin: 0 0 20px 0;
  padding: 1rem 1.5rem;
  background-color: #091644;
  border: 2px solid #091644;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #ffffff;
  font: 500 1rem/1 "Poppins", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #getQuoteModule .mod-quote-cta {
    margin-bottom: 0;
    padding: 1rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  #getQuoteModule .mod-quote-cta {
    padding: 0.875rem 1.5rem;
    font-size: 1.125rem;
  }
}
#getQuoteModule .mod-quote-cta:hover {
  color: #091644;
  background-color: #ffffff;
  border-color: #ffffff;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.panel-collapse ul li {
  margin-bottom: 0;
}

#footerCategoryNav {
  padding: 2.5em 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  #footerCategoryNav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #footerCategoryNav {
    padding: 2em 0;
  }
}
#footerCategoryNav .ft-cat-list {
  display: inline-block;
  margin: 0 0 1em 0;
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) {
  #footerCategoryNav .ft-cat-list {
    display: block;
    text-align: left;
  }
}
#footerCategoryNav .ft-cat-list-title {
  margin: 0.8em 0;
  line-height: 1;
  text-transform: uppercase;
  color: #889BD8;
  font: 500 1rem/1.5625 "Poppins", sans-serif;
}
#footerCategoryNav .ft-cat-list-title a:link,
#footerCategoryNav .ft-cat-list-title a:visited {
  color: #3B6CCF;
  text-decoration: none;
  line-height: 1.5;
}
#footerCategoryNav .ft-cat-list-title a:hover {
  color: #091644;
}
#footerCategoryNav .ft-cat-list-item {
  margin: 0.6em 0;
  line-height: 1;
}
#footerCategoryNav .ft-cat-list-item:first-child {
  margin-top: 0;
}
#footerCategoryNav .ft-cat-list-item a:link,
#footerCategoryNav .ft-cat-list-item a:visited {
  color: #ffffff;
  font: 0.875em/1.2 "Roboto", sans-serif;
  text-decoration: none;
  opacity: 1;
}
#footerCategoryNav .ft-cat-list-item a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  #footerCategoryNav .ft-cat-list-btn {
    margin: 0;
  }
}

.end-list {
  text-align: center;
}
@media (min-width: 992px) {
  .end-list {
    text-align: left;
  }
}
.end-list .ft-cat-list {
  display: inline-block;
  margin: 0 0 30px 0;
  overflow: hidden;
  list-style: none;
}
@media (min-width: 992px) {
  .end-list .ft-cat-list {
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
  }
}
.end-list .ft-cat-list .ft-cat-list-link {
  display: inline-block;
  float: left;
  line-height: 0.875rem;
}
@media (min-width: 992px) {
  .end-list .ft-cat-list .ft-cat-list-link {
    display: block;
    float: none;
    margin: 0 0 1rem 0;
    padding: 0;
    border-right: 0;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .end-list .ft-cat-list .ft-cat-list-link:not(:last-child)::after {
    display: inline-block;
    content: " · ";
    margin-left: 2px;
    padding-right: 6px;
    color: #676A7A;
  }
}
.end-list .ft-cat-list .ft-cat-list-link a {
  color: #889BD8;
  font: 500 1rem/1 "Poppins", sans-serif !important;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  .end-list .ft-cat-list .ft-cat-list-link a {
    border-radius: 5px;
  }
}
.end-list .ft-cat-list .ft-cat-list-link a:hover {
  text-decoration: underline;
}
.end-list .ft-cat-list .ft-cat-list-link:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.end-list .ft-cat-list .ft-cat-list-item {
  border-right: 0 !important;
}

.divider {
  color: #ffffff;
}

.ft-button {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .ft-button {
    text-align: left;
  }
}
.ft-button .btn-footer {
  display: inline-block;
  padding: 15px 30px;
  background-color: #3B6CCF;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #fff;
  font: 500 1rem/1 "Poppins", sans-serif;
  text-decoration: none;
}
.ft-button .btn-footer:hover {
  background-color: #091644;
  transition: all 0.1s;
}

.social-media-links {
  text-align: center;
}
.social-media-links ul {
  margin: 30px auto;
}

#footerAccordionNav {
  margin: 15px 0;
}
#footerAccordionNav .col-xs-12 {
  padding: 0;
}
#footerAccordionNav .panel-group {
  margin-top: 0;
}
#footerAccordionNav .panel-group .panel {
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
#footerAccordionNav .panel-group .panel.panel-default {
  border: 0;
}
#footerAccordionNav .panel-group .panel.panel-default > .panel-heading {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}
#footerAccordionNav .panel-group .panel .panel-title a {
  display: block;
  padding: 15px 30px;
  color: #889BD8;
  font: 600 1rem/1 "Poppins", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
#footerAccordionNav .panel-group .panel .panel-collapse .panel-body {
  padding: 20px 30px;
  background-color: #2b2a2a;
}
#footerAccordionNav .panel-group .panel .panel-collapse .panel-body .ft-cat-list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
#footerAccordionNav .panel-group .panel .panel-collapse .panel-body .ft-cat-list .ft-cat-list-item {
  margin-bottom: 15px;
}
#footerAccordionNav .panel-group .panel .panel-collapse .panel-body .ft-cat-list .ft-cat-list-item a {
  color: #fff;
  font: 400 0.875rem/1 "Roboto", sans-serif;
  text-transform: uppercase;
}
#footerAccordionNav .panel-group .panel .panel-collapse .panel-body .ft-cat-list .ft-cat-list-item a:hover {
  text-decoration: none;
}
#footerAccordionNav .panel-group .panel .panel-collapse .panel-body .ft-cat-list .ft-cat-list-item:last-child {
  margin-bottom: 0;
}
#footerAccordionNav .panel-title > a {
  display: block;
  position: relative;
}
#footerAccordionNav .panel-title > a:after {
  content: "\f041";
  position: absolute;
  right: 30px;
  font-family: "CorporateHqWebsite";
  color: #fff;
}
#footerAccordionNav .panel-title > a[aria-expanded=true]:after {
  content: "\f051";
}
#footerAccordionNav .panel-group .panel-heading + .panel-collapse > .list-group, #footerAccordionNav .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

.end-list {
  text-align: center;
}
.end-list .ft-cat-list {
  margin: 0;
  padding: 0 40px;
}
.end-list .ft-cat-list .ft-cat-list-link a {
  color: #889BD8;
  font: 700 0.875rem/1 "Roboto", sans-serif;
  text-decoration: none;
}
@media (min-width: 992px) {
  .end-list .ft-cat-list .ft-cat-list-link a {
    font-size: 1rem;
  }
}
.end-list .ft-cat-list .ft-cat-list-link a:hover {
  text-decoration: underline;
}
.end-list .ft-cat-list .ft-cat-list-item {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0;
  border-right: 0;
  line-height: 14px;
}
@media (min-width: 768px) {
  .end-list .ft-cat-list .ft-cat-list-item {
    margin-bottom: 0;
    padding-right: 8px;
    border-right: 1px solid #fff;
  }
}
.end-list .ft-cat-list .ft-cat-list-item a {
  color: #889BD8;
  font: 700 0.875rem/1 "Roboto", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.end-list .ft-cat-list .ft-cat-list-item a:hover {
  text-decoration: underline;
}
.end-list .ft-cat-list .ft-cat-list-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.social-media-links {
  text-align: center;
}
@media (min-width: 768px) {
  .social-media-links {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .social-media-links {
    text-align: right;
  }
}
.social-media-links ul {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.social-media-links ul li {
  display: inline-block;
  margin: 4px 2px;
  padding: 0;
  text-align: center;
}
.social-media-links ul li a {
  display: inline-block;
  width: 35px;
  background-color: #ffffff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .social-media-links ul li a {
    width: 45px;
  }
}
.social-media-links ul li a .fa {
  color: #1D1F2A;
  font-size: 2rem;
  line-height: 35px;
}
@media (min-width: 992px) {
  .social-media-links ul li a .fa {
    font-size: 2.5rem;
    line-height: 45px;
  }
}
.social-media-links ul li a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .copyright-links {
    margin-top: 20px;
    text-align: left;
  }
}
.copyright-links ul {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .copyright-links ul {
    margin-top: 0;
  }
}
.copyright-links ul li {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
  border: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .copyright-links ul li {
    margin-bottom: 0;
    display: inline-block;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .copyright-links ul li:not(:last-child)::after {
    display: inline-block;
    content: " · ";
    margin-left: 5px;
    padding-right: 5px;
    color: #333333;
  }
}
.copyright-links ul:last-child::after {
  display: none;
}
.copyright-links ul a {
  color: #333333;
  font: 400 0.875rem/1.5 "Roboto", sans-serif;
  text-decoration: underline;
}
.copyright-links ul a:hover {
  color: #3B6CCF;
}

.ada-disclosures {
  margin: 30px 0 20px 0;
  padding: 10px 15px;
  background-color: #656976;
  border-radius: 4px;
  text-align: left;
}
@media (min-width: 768px) {
  .ada-disclosures {
    margin: 0 0 15px 0;
  }
}
.ada-disclosures p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font: 500 0.875rem/1.5 "Poppins", sans-serif;
}
.ada-disclosures p a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.ada-disclosures p a:hover {
  color: #ffffff !important;
}
.ada-disclosures p .nowrap {
  white-space: nowrap;
}

#ft {
  padding: 0;
  background-color: #ffffff;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 8rem 0 2rem 0;
  flex-direction: column;
  align-items: center;
  /* BANNER STYLES */
}
#ft #banner {
  width: 100%;
  text-align: center;
  margin: 0 0 2rem 0;
}
#ft #banner .alert-info {
  background-color: #091644;
  color: #ffffff;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 15px 50px 15px 15px;
  position: relative;
}
#ft #banner .alert-info p {
  margin: 0;
  text-align: left;
  color: #ffffff;
  font-family: 400;
}
#ft #banner .alert-info p a {
  color: #ffffff;
  text-decoration: underline;
}
#ft #banner .alert-info p a:hover {
  text-decoration: none;
}
#ft #banner .alert-info .btn-close {
  position: absolute;
  right: 15px;
  top: 10%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  border: none;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.8rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  #ft #banner .alert-info .btn-close {
    top: 35%;
  }
}
#ft #banner .alert-info .btn-close::before {
  color: #ffffff !important;
}
#ft #banner .alert-info .btn-close:focus {
  box-shadow: none;
}
#ft .mob-container-width {
  margin-left: 0px;
  margin-right: 5px;
  max-width: 1570px;
}
@media (min-width: 768px) {
  #ft .mob-container-width {
    margin-left: 30px;
    margin-right: 30px;
  }
}
#ft .legal-logo {
  margin-bottom: 10px;
}
#ft .legal-logo .fa-logo-equal-housing-lender {
  font-size: 2rem;
}
#ft .ft-naflogo {
  margin-bottom: 1.5em;
  max-width: 100%;
}
@media (width: 768px) {
  #ft .equal-housing-logo {
    text-align: left;
  }
}
#ft .company {
  margin-bottom: 2rem;
}
#ft .company .company-info {
  margin-bottom: 2rem;
  text-align: left;
  margin-top: 6%;
}
#ft .company .company-logo {
  margin: 0 0 1rem 0;
}
#ft .company .company-logo img {
  width: 14rem;
  max-width: 100%;
  height: auto;
}
#ft .company .company-address {
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #091644;
  font: 500 0.875rem/1.5 "Poppins", sans-serif;
}
#ft .company .company-phone {
  margin: 0 0 0.75rem 0;
}
#ft .company .company-phone .global-phone {
  color: #091644;
  font: 600 1rem/1.5 "Poppins", sans-serif;
  text-decoration: none;
}
#ft .company .company-phone .global-phone:hover {
  color: #091644;
  transition: all 1s ease;
}
#ft .company .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  #ft .company .social {
    justify-content: left;
  }
}
#ft .company .social .social-items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#ft .company .social .social-item {
  display: block;
  margin: 0 0.5rem 0 0;
  padding: 0;
}
#ft .company .social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 2rem;
  border: 2px solid #091644;
  color: #091644;
  font-size: 1rem;
  line-height: 2rem;
  text-decoration: none;
}
#ft .company .social .social-item:last-child {
  margin-right: 0;
}
#ft .company .nav {
  display: block;
  width: 100%;
}
#ft .company .nav .nav-items {
  display: block;
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#ft .company .nav .nav-item {
  display: block;
  margin: 0 0 0.3rem 0;
  padding: 0;
}
#ft .company .nav .nav-link {
  padding: 0;
  color: #091644;
  font: 500 0.875rem/1.25 "Poppins", sans-serif;
  text-decoration: none;
}
#ft .company .nav .nav-link:hover {
  color: #3B6CCF;
  text-decoration: underline;
  transition: all 1s ease;
}
#ft .company .nav .nav-title {
  color: #091644;
  font: 600 1.125rem/1.35 "Poppins", sans-serif;
}
#ft .ada {
  margin-bottom: 1.5rem;
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #889BD8;
  border-bottom: 0.0625rem solid #889BD8;
}
@media (max-width: 767px) {
  #ft .ada .center-icon {
    display: flex;
    align-items: center;
  }
}
#ft .ada .icon-text {
  display: flex;
  gap: 20px;
}
#ft .ada .fa-universal-access {
  color: #091644;
  font-size: 2rem;
}
#ft .ada .fa-universal-access:before {
  content: "\f29a";
}
#ft .ada .ada-text p {
  margin: 0;
  padding: 0;
  color: #091644;
  font: 500 0.875rem/1.5 "Poppins", sans-serif;
}
@media (min-width: 768px) {
  #ft .ada .ada-text p {
    padding: 5px;
  }
}
#ft .ada .ada-text a {
  color: #091644;
  text-decoration: none;
}
#ft .ada .ada-text a:hover {
  text-decoration: underline;
}
#ft .legal .legal-disclosures {
  margin-bottom: 1.5rem;
  color: #091644;
  font: 400 0.875rem/1.5 "Roboto", sans-serif;
}
#ft .legal .icon-text {
  display: flex;
  gap: 20px;
}
#ft .legal p {
  margin: 0 0 0.875rem 0;
  padding: 0;
  color: #091644;
  font: 400 0.875rem/1.5 "Roboto", sans-serif;
}
#ft .legal a {
  color: #3B6CCF;
  text-decoration: underline;
}
#ft .legal a:hover {
  color: #091644;
  text-decoration: underline;
}
#ft .legal .legal-links {
  margin-bottom: 3rem;
}
#ft .legal .legal-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ft .legal .legal-links ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #091644;
  font: 400 0.75rem/1.5 "Roboto", sans-serif;
}
@media (min-width: 768px) {
  #ft .legal .legal-links ul li {
    font: 400 0.875rem/1.5 "Roboto", sans-serif;
  }
}
#ft .legal .legal-links ul li:not(:last-child)::after {
  display: inline-block;
  content: " | ";
  margin-left: 0.4rem;
  padding-right: 0.4rem;
  color: #091644;
}
#ft .legal .legal-links a {
  text-decoration: underline;
}
#ft .legal .legal-links a:hover {
  color: #091644;
  text-decoration: underline;
}
#ft .legal-container {
  margin-bottom: 60px;
  overflow: hidden;
}
#ft .legal-container .copyright p,
#ft .legal-container .customer-service p {
  color: #ffffff;
  font: 400 0.75rem/1.5 "Roboto", sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
#ft .legal-container .copyright p a,
#ft .legal-container .customer-service p a {
  color: #889BD8;
  text-decoration: underline;
}
#ft .legal-container .social-list {
  float: none;
}
@media (width: 768px) {
  #ft .legal-container .social-list {
    float: right;
  }
}
#ft .legal-container .social-list-item {
  margin: 0;
  padding: 0;
  width: 13%;
  display: inline-block;
}
@media (min-width: 768px) {
  #ft .legal-container .social-list-item {
    margin: 0 0.8em 0 0;
    width: 2.5em;
  }
}
#ft .legal-container .social-list-item-cta {
  margin: 0 auto;
  display: block;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
#ft .legal-container .social-list-item-cta:hover {
  opacity: 0.8;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
#ft .legal-container .social-list-item-img {
  margin: 0 auto;
  padding: 0;
  width: 3em;
}
#ft .legal-container .social-list-item:last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  #ft .legal-container .social-list-item:last-of-type {
    margin-right: 0;
  }
}
#ft .legal-container .social-list-item .legal {
  margin: 0.8em 0;
}

@media (min-width: 768px) {
  .social-media-links {
    margin-top: 0;
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .social-media-links {
    margin-top: 0;
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .social-media-links ul {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .social-media-links ul {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .social-media-links ul li {
    margin-top: 0;
  }
}

.legal-ny {
  margin: 15px 0;
  color: #ffffff;
  font: 400 0.75em/1.5 "Roboto", sans-serif;
}

.copyright-links {
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  .copyright-links {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .copyright-links ul li:not(:last-child)::after {
    margin-left: 6px;
    padding-right: 2px;
    color: #676A7A;
  }
}
.copyright-links ul a {
  color: #889BD8;
  font: 400 0.75rem/1.5 "Roboto", sans-serif;
  text-decoration: none;
}
.copyright-links ul a:hover {
  color: #889BD8;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .ada-disclosures {
    margin-top: 0;
  }
}

#cookieDisclaimer {
  padding: 15px;
  background-color: rgba(77, 77, 79, 0.95);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  box-shadow: 0 -1px 1px -1px #333;
  z-index: 9;
}
#cookieDisclaimer.sticky {
  bottom: 64px;
}
#cookieDisclaimer .cookie-disclaimer {
  display: inline-flex;
}
#cookieDisclaimer .cookie-disclaimer-text {
  display: flex;
  align-items: center;
}
#cookieDisclaimer .cookie-disclaimer-text p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font: 400 0.75em/1.33 "Roboto", sans-serif;
}
@media (min-width: 576px) {
  #cookieDisclaimer .cookie-disclaimer-text p {
    font-size: 0.8125em;
  }
}
#cookieDisclaimer .cookie-disclaimer-text p a {
  color: #889BD8;
  font-weight: 600;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #cookieDisclaimer .cookie-disclaimer-text p br {
    display: none;
  }
}
#cookieDisclaimer .cookie-disclaimer-close {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #cookieDisclaimer .cookie-disclaimer-close {
    padding-left: 12px;
  }
}
#cookieDisclaimer .cookie-disclaimer-close .fa {
  background-color: transparent !important;
  border: 0 !important;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}
#cookieDisclaimer .cookie-disclaimer-close .fa:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 500ms ease;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

li.nav-item:nth-of-type(n + 8) {
  display: none;
}

.mw-1542px {
  max-width: 1542px !important;
  width: auto !important;
}

@media (min-width: 1400px) {
  .mw-1542px {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) {
  .mw-1542px {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .mw-1542px {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .mw-1542px {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .mw-1542px {
    max-width: 540px;
  }
}
.search-bar-autocomplete {
  display: block;
  position: absolute;
  border: 1px solid #F0F0F0;
  /*margin-top: 50px;*/
  top: 50px;
  width: 100%;
  border-radius: 20px !important;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  z-index: 10;
  overflow: hidden;
  left: 0px;
}

.search-bar-autocomplete > a {
  text-decoration: none;
  color: #091644;
  border-radius: 20px;
}

.search-result {
  list-style: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
}

.search-result:hover {
  background-color: #F0F0F0;
}

#loSearchBar {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #F9F9F9;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  padding: 0px;
}
@media (max-width: 1199) {
  #loSearchBar {
    top: 80px;
  }
}
@media (min-width: 992px) {
  #loSearchBar {
    top: 130px;
    max-height: 120px;
  }
}

@media (max-width: 1199) {
  #searchFieldColumn {
    order: 2;
  }
}
@media (min-width: 992px) {
  #searchFieldColumn {
    order: 1;
  }
}

@media (max-width: 1199) {
  #agentSearchFieldColumn {
    order: 1;
  }
}
@media (min-width: 992px) {
  #agentSearchFieldColumn {
    order: 2;
  }
}

.w-100p {
  width: 100% !important;
}

.h-50px {
  height: 50px !important;
}

.display-block {
  display: block !important;
}

.lo-search-input-wrap {
  width: 100% !important;
}

#search-modal .close {
  position: absolute;
  top: 10px;
  right: 4px;
  border: none;
  background-color: transparent;
  font-size: 30px;
  line-height: 0.8em;
}

.no-lr-pad {
  padding-left: 0px;
  padding-right: 0px;
}

.tb-pad-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

[name=ddlSearchType] {
  height: 50px !important;
  border-radius: 10px !important;
  border-color: #676A7A;
  color: #1D1F2A;
  font-size: 20px !important;
}

[name=ddlSearchType]:focus, [name=ddlSearchType]:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: #000000;
  border-width: 2px;
}

[name=txtLoSearchField] {
  height: 50px !important;
  border-radius: 20px 0px 0px 20px !important;
  border-color: #676A7A;
  color: #1D1F2A;
  font-size: 20px !important;
}

[name=txtLoSearchField]:focus, [name=txtLoSearchField]:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: #000000;
  border-width: 2px;
}

.btn-lo-search {
  border-radius: 0px 20px 20px 0px !important;
  height: 50px !important;
  width: 50px;
  border: 1px solid #676a7a;
  outline: none !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}
.btn-lo-search i {
  font-weight: 900 !important;
}

.btn-lo-search:hover {
  border: 1px solid #676A7A;
}

.btn-lo-search:focus-visible, .btn-lo-search:focus-visible {
  border-color: #000000 !important;
  border-width: 2px !important;
}

.btn-lo-dropdown {
  background-color: #fff;
  border-radius: 0 10px 10px 0 !important;
  height: 48px !important;
  width: 48px;
  margin-left: -49px !important;
  margin-top: 1px;
  pointer-events: none;
  z-index: 5 !important;
}

.search-label {
  display: block;
  width: 100%;
  height: 24px;
  margin-bottom: 0px;
}

.search-label-text {
  color: #091644;
  font-weight: bold;
  font-family: Poppins;
  font-size: 14px;
}
.search-label-text-large {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #091644;
}

.search-error {
  color: red;
  font-weight: bold;
  padding: 4px;
}

.fa {
  pointer-events: none;
}

.expand {
  transition: slide-down 0.1s ease-in-out forwards;
  -webkit-animation: slide-down 0.1s ease-out forwards;
  -moz-animation: slide-down 0.1s ease-out forwards;
}

.collapser {
  transition: slide-up 0.1s ease-in-out forwards;
  -webkit-animation: slide-up 0.1s ease-out forwards;
  -moz-animation: slide-up 0.1s ease-out forwards;
}

.search-bar-mobile-closer {
  text-decoration-line: none;
  color: #091644 !important;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .search-bar-mobile-closer {
    display: none;
  }
}
@media (max-width: 992px) {
  .search-bar-mobile-closer {
    display: block !important;
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform-origin: top;
    height: 0px;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform-origin: top;
    /*height: 120px;*/
    height: 100%;
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: scaleY(0);
    transform-origin: top;
    height: 0px;
  }
  100% {
    opacity: 1;
    -moz-transform: scaleY(1);
    transform-origin: top;
    /*height: 120px;*/
    height: 100%;
  }
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform-origin: top;
    /*height: 120px;*/
    height: 100%;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform-origin: top;
    height: 0px;
  }
}
@-moz-keyframes slide-up {
  0% {
    opacity: 1;
    -moz-transform: scaleY(1);
    transform-origin: top;
    /*height: 120px;*/
    height: 100%;
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(0);
    transform-origin: top;
    height: 0px;
  }
}
.search-block {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .search-block {
    padding: 3rem 1rem;
  }
}
@media (min-width: 1560px) {
  .search-block {
    padding: 3rem 0;
  }
}
.search-block .row .row-flex {
  display: flex;
  flex-wrap: wrap;
}
.search-block .row .row-flex [class*=col-] {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.search-block .h-100 {
  height: 100% !important;
}
.search-block .flex-grow-1 {
  flex-grow: 1;
}
.search-block .agent-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #D1D4E3;
  border-radius: 0.813rem;
}
.search-block .agent-card ul {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
}
.search-block .agent-card ul:last-of-type {
  margin-bottom: 1rem;
}
.search-block .agent-card ul li {
  display: block;
  margin: 0 0 0.35rem 0;
  padding: 0;
  color: #1D1F2A;
  font: 400 0.875rem/1.5 "Roboto", sans-serif;
}
.search-block .agent-card ul li.agent-title {
  margin-bottom: 0;
  color: #3B6CCF;
}
.search-block .agent-card ul li.agent-contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-block .agent-card ul li.agent-contact i {
  width: 22px;
  display: inline-block;
  color: #3B6CCF;
}
.search-block .agent-card ul li.agent-nmls, .search-block .agent-card ul li.agent-lmb, .search-block .agent-card ul li.agent-address {
  font-size: 0.813rem;
}
.search-block .agent-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.search-block .agent-name {
  margin: 0 0 0.5rem 0;
  padding: 0;
  line-height: 1;
}
.search-block .agent-name a {
  color: #091644;
  font: 500 1.125rem/1 "Poppins", sans-serif;
  text-decoration: none;
}
.search-block .agent-name a:hover {
  text-decoration: underline;
}
.search-block .agent-contact {
  font-size: 16px;
  font-family: Roboto;
  color: #1D1F2A;
}
.search-block .agent-address {
  font-size: 16px;
  font-family: Roboto;
  color: #1D1F2A;
}
.search-block .agent-img img {
  width: 60px;
  height: 60px;
  border-radius: 0.5rem;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .search-block .agent-img img {
    width: 80px;
    height: 80px;
  }
}
.search-block .agent-cta {
  text-align: center;
}
.search-block .agent-cta .btn-cta {
  display: flex;
  justify-content: center;
  justify-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.65rem;
  background-color: #091644;
  color: #fff;
  font: 600 0.875rem/1.25rem "Poppins", sans-serif;
  text-decoration: none;
  border-radius: 5px;
}
.search-block .agent-cta .btn-cta:hover {
  background-color: #091644;
  color: #fff;
  text-decoration: none;
  transition: all 500ms ease;
}
.search-block .agent-cta .btn-cta:hover i {
  display: inline-block;
  color: #fff;
  transition: all 500ms ease;
}
.search-block .agent-cta .btn-cta i {
  font-size: 1.25rem;
  color: #091644;
}
.search-block .branch-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
  background-color: #F8F9FF;
  border: 1px solid #D1D4E3;
}
.search-block .branch-name {
  margin: 0 0 0.5rem 0;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  color: #091644;
}
.search-block .branch-name a {
  color: #091644;
  font: 500 1.125rem/1 "Poppins", sans-serif;
  text-decoration: none;
}
.search-block .branch-name a:hover {
  text-decoration: underline;
}
.search-block .branch-cta {
  text-align: center;
}
.search-block .branch-cta .btn-cta {
  display: flex;
  justify-content: center;
  justify-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.65rem;
  background-color: #091644;
  color: #fff;
  font: 600 0.875rem/1.25rem "Poppins", sans-serif;
  text-decoration: none;
  border-radius: 5px;
}
.search-block .branch-cta .btn-cta:hover {
  background-color: #091644;
  color: #fff;
  text-decoration: none;
  transition: all 500ms ease;
}
.search-block .branch-cta .btn-cta:hover i {
  display: inline-block;
  color: #fff;
  transition: all 500ms ease;
}
.search-block .branch-cta .btn-cta i {
  font-size: 1.25rem;
  color: #091644;
}
.search-block .branch-phone {
  font-size: 16px;
  font-family: Roboto;
  color: #1D1F2A;
}

.search-results-wrap {
  margin: 5em 0;
}
@media (min-width: 1200px) {
  .search-results-wrap {
    min-height: 0;
  }
}

#hd {
  position: relative;
  background-color: #fff;
}

#bd .mobile-cta.visible-xs {
  display: none !important;
}

#heroSection {
  background-image: url(https://assets.newamericanfunding.com/images/bg/bg-abstract-sm.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #heroSection {
    background-image: url(https://assets.newamericanfunding.com/images/bg/bg-abstract-lg.png) !important;
  }
}
#heroSection .hero-section {
  padding-top: 60px;
}
@media (min-width: 768px) {
  #heroSection .hero-section {
    min-height: 0;
    margin-top: 0;
    padding-top: 80px;
  }
}
#heroSection .hero-section h1 {
  display: none;
}
#heroSection .hero-section h4 {
  position: relative;
  bottom: 0;
  margin: 0 0 5px 0;
  padding: 0;
  padding: 0;
  color: #fff;
  font: 400 1rem/1.5 "Poppins", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #heroSection .hero-section h4 {
    font-size: 1.125rem;
    text-align: left;
  }
}

#contentColumn .about-sub-title {
  margin: 0 0 1em 0;
}
