@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,700|IBM+Plex+Serif:400,700");
/************ GLOBAL *************/
body {
  background: white;
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  line-height: 26px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, button, nav, a, .sans-serif {
  font-family: "IBM Plex Sans", sans-serif;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home > section:not(#home-banner) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/************ MISC *************/
.center {
  display: flex;
  justify-content: center;
  align-content: center;
}

.container {
  max-width: 1200px;
}

/*.slick-next:before, .slick-prev:before {*/
/*font-size: 50px;*/
/*}*/
/*.slick-prev {*/
/*left: -50px;*/
/*}*/
a:hover, .open-contact-modal:hover {
  cursor: pointer;
}

.nmls {
  font-size: 11px;
  color: darkgray;
}

/*carousel fade*/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

#footer-ada-notice .social-links {
  font-size: 30px;
}

.sidebar-nav.paged ul, .sidebar-nav:not(.paged) > ul {
  min-height: auto;
}

.sidebar-nav .social-links {
  display: flex;
}

.sidebar-nav .social-links a {
  font-size: 30px;
}

.sidebar-nav .social-links2 {
  display: none;
}

.sidebar-nav .logo {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 12px;
}

.sidebar-nav .nmls-text {
  padding: 10px;
  font-size: 15px;
  opacity: 0.6;
}

.sidebar-nav .phone-number a {
  font-size: 20px;
}

.sidebar-nav .logo h1 {
  margin-bottom: 0;
  margin-top: 0;
}

.sidebar-nav .nav-menu-header {
  padding: 40px 0 10px 0;
}

.btn-primary {
  font-size: 2rem;
  border-radius: 0;
  padding: 0 25px 0 25px;
  color: white;
  text-align: center;
  background-color: #ffb108;
  border-color: #ffb108;
}

@media (max-width: 399px) {
  .btn-primary, .btn-primary:focus {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.swal2-modal > .btn-primary,
.swal2-modal > .btn-primary:focus {
  padding: 10px 16px;
  border-radius: 6px;
  margin: 5px;
}

.btn-primary:hover {
  background-color: #cb9b21;
  border-color: #cb9b21;
}

.btn-primary:active, .btn-primary:active:hover {
  background-color: #a37500;
  border-color: #a37500;
}

.btn-primary-outline {
  font-size: 1.6rem;
  border-radius: 2px;
  /*padding: 5px 40px 5px 40px;*/
  color: white;
  text-align: center;
  margin: 0 10px 0 10px;
  background-color: transparent;
  border-color: #ffb108;
  transition-duration: 0.4s;
}

.btn-primary-outline:hover {
  font-size: 1.6rem;
  border-radius: 2px;
  /*padding: 5px 40px 5px 40px;*/
  color: white;
  text-align: center;
  margin: 0 10px 0 10px;
  background-color: #ffb108;
  border-color: #ffb108;
}

.btn-secondary {
  color: #FFF;
}

.btn-secondary-outline {
  color: #858585;
  background-color: transparent;
  border-radius: 2px;
  padding: 5px 30px 5px 30px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border: 2px solid;
}

.btn-secondary-outline:hover {
  color: white;
}

.box-shadow {
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.2);
}

.trans-arrow, .trans-arrow-no-hue {
  padding: 0 21px;
  font-size: 37px;
  margin-right: 5px;
  width: 75px;
  line-height: 24px;
  display: inline-block;
  background: #F8F8F8;
  color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.2);
}

.trans-arrow:focus, .trans-arrow-no-hue:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.3);
}

.trans-arrow:hover, .trans-arrow-no-hue:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.trans-arrow-no-hue {
  background-color: rgba(255, 255, 255, 0.3);
}

.slick-arrow::before, .slick-arrow::after {
  font-size: 40px;
}

/************ HEADER *************/
.page-header {
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 0;
  margin: 0;
}
.page-header:not(.fixed) {
  visibility: hidden;
}
.page-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  -webkit-box-shadow: 0 1px 1px 0 rgba(221, 221, 221, 0.35);
  -moz-box-shadow: 0 1px 1px 0 rgba(221, 221, 221, 0.35);
  box-shadow: 0 1px 1px 0 rgba(221, 221, 221, 0.35);
}

.page-header.sticky .row {
  margin-top: 10px;
  transition: 0.2s;
}

.page-header h1, .page-header .nmls-text, .page-header a {
  color: #495464;
}

@media (min-width: 992px) {
  .page-header .row {
    display: flex;
  }
}
.page-header .sticky-header-hidden {
  max-height: 50px;
  transition: 0.25s max-height linear;
  overflow: hidden;
}

.page-header.sticky .sticky-header-hidden {
  max-height: 0;
}

.page-header .logo {
  display: flex;
  align-items: center;
  align-content: center;
}

.page-header .logo img {
  max-height: 56px;
}

.page-header .logo .site-title {
  margin: 0;
  font-weight: bold;
  font-size: 60px;
  transition: 0.25s font-size linear;
}

@media (max-width: 991px) {
  .page-header .logo img {
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .page-header .logo .site-title {
    font-size: 40px;
  }
}
.page-header.sticky .logo .site-title {
  font-size: 40px;
}

.page-header a:hover {
  text-decoration: none;
}

.page-header .btn-hamburger {
  float: right;
}

.page-header .social-links a {
  height: 25px;
  width: 25px;
  color: #FFF;
  font-size: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.page-header .social-links .youtube {
  background: #FF0004;
}
.page-header .social-links .linkedin {
  background: #0077B5;
}
.page-header .social-links .twitter {
  background: #1da1f2;
}
.page-header .social-links .facebook {
  background: #3b5998;
}
.page-header .social-links .google-plus {
  background: #dd4b39;
}
.page-header .social-links .instagram {
  background: #6E4B3F;
}

.page-header .phone-links {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.page-header .nmls {
  margin: 0;
}

.page-header .col-sm-6 {
  text-align: right;
  padding-left: 0;
}

.page-header .lower-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.page-header .primary-nav {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .page-header .primary-nav {
    display: flex;
  }
}

.page-header .phone-number {
  margin: 0 20px 0 0;
  color: #606060;
  text-align: right;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 1px;
}

.page-header .nav-all {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 0;
}
.page-header .nav-all .dropdown-caret {
  display: flex;
  justify-content: center;
  color: white;
  font-size: 25px;
  margin-top: -12px;
  fill: white;
}
.page-header .nav-all > :not(.primary-nav) {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 8px 30px;
}
.page-header .nav-all ul ul {
  background: #FFF;
  text-align: center;
  max-width: 200px;
  white-space: normal;
  left: 50%;
  transform: translateX(-50%);
}
.page-header .nav-all ul ul a {
  color: #FFF;
  font-size: 1.5rem;
  text-align: left;
  padding: 5px 20px;
  white-space: nowrap;
}
.page-header .nav-all a {
  font-size: 2rem;
}

.page-header nav > ul > li > a {
  margin: 0 5px 0 5px;
  /*text-transform: lowercase;*/
  padding-bottom: 20px;
}

.page-header.force-sidebar-nav .dropdown-nav {
  display: none;
}

.page-header .dropdown-nav > ul > li > a {
  padding: 10px 15px 20px 20px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

.page-header.sticky .header-container {
  padding-top: 0;
  transition: 0.25s max-height linear;
  /*overflow: hidden; Abe: broke opening submenus when home page is scrolled (and header is sticky) */
}

.page-header .nav-all nav:not(.dropdown-nav) {
  display: none;
}

/************ RESPONSIVE ***************/
@media (max-width: 395px) {
  .page-header .phone-number {
    font-size: 8px;
  }

  .page-header .social-links a {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .page-header .logo-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .page-header.sticky .sticky-header-hidden-sm {
    max-height: 0;
  }

  .page-header .sticky-header-hidden-sm {
    max-height: 30px;
    transition: 0.25s max-height linear;
    overflow: hidden;
  }

  .page-header .nav-all > :not(.primary-nav) {
    margin-bottom: 4px;
    width: 100%;
    font-size: 25px;
  }

  .page-header .header-row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .page-header .logo-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .page-header .nmls {
    font-size: 12px;
  }

  .page-header .phone-number {
    font-size: 12px;
  }

  .page-header .social-links a {
    width: 22px;
    height: 22px;
  }

  .page-header .nav-all {
    padding-top: 0;
    width: 100%;
  }

  .page-header .header-container {
    width: auto;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header .social-links2 {
    text-align: center;
    padding-bottom: 3px;
  }

  .page-header .button-links {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
  }

  .page-header .right-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .page-header:not(.force-sidebar-nav) .btn-hamburger {
    display: none;
  }
}
@media (max-width: 395px) {
  .page-header .phone-number {
    font-size: 8px;
  }

  .page-header .social-links a {
    width: 12px;
    height: 12px;
  }

  .page-header .nav-all a {
    font-size: 1.4rem;
  }
}
@media (max-width: 312px) {
  .page-header .phone-number {
    font-size: 5px;
  }

  .page-header .social-links a {
    width: 8px;
    height: 8px;
  }

  .page-header .nav-all a {
    font-size: 1.2rem;
  }
}
/************ FOOTER **************/
#footer-nmls-number {
  text-align: center;
  background: #fff;
}

#footer-nmls-number .color-cd {
  color: gray;
  font-size: 15px;
}

#footer-nmls-number .title {
  color: gray;
  font-size: 15px;
}

#footer-nmls-number .logos {
  padding: 0 150px 5px 150px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#footer-nmls-number .logos .affiliation {
  flex: 1;
}

#footer-nmls-number .logos .affiliation img {
  max-width: 170px;
  max-height: 60px;
  padding: 5px;
}

#footer-nmls-number .ada-title {
  font-size: 15px;
}

/************* RESPONSIVE ***************/
@media (max-width: 400px) {
  #footer-nmls-number .logos .affiliation img {
    max-width: 100px;
    max-height: 60px;
  }
}
#footer-ada-notice {
  background-color: #585858;
}

#footer-ada-notice a {
  color: #b6b6b6;
  text-decoration: none;
  padding-left: 5px;
}

#footer-ada-notice a:hover {
  color: lightgray;
}

#footer-ada-notice .container {
  color: #b6b6b6;
}

#footer-ada-notice .ada-content {
  padding: 20px 100px 30px 100px;
}

#footer-ada-notice #disclaimer-col p {
  font-size: 11px;
  margin: 0;
  line-height: 1.6;
}

#footer-ada-notice .white-bar {
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  padding-top: 10px;
}

#footer-ada-notice .social-links {
  display: flex;
  justify-content: flex-end;
}

#footer-ada-notice .ada-right-section {
  text-align: right;
}

#footer-ada-notice .ada-right-section span {
  color: #b6b6b6;
}

#footer-ada-notice .ada-right-section span:hover {
  color: lightgray;
}

#footer-ada-notice .ada-right-section .manage-link {
  padding-right: 10px;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  text-decoration: none;
}

#footer-ada-notice .user-info {
  margin-top: 0;
  line-height: 1.5;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

#footer-ada-notice .user-info .name {
  color: rgba(255, 255, 255, 0.7);
}

/*************** RESPONSIVE ******************/
@media (min-width: 992px) and (max-width: 1199px) {
  #footer-ada-notice .ada-right-section .manage-link {
    font-size: 11px;
  }

  #footer-ada-notice .footer-contacts {
    font-size: 11px;
    line-height: 1.7;
  }
}
@media (max-width: 991px) {
  #footer-ada-notice .user-info {
    justify-content: flex-start;
    padding-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #footer-ada-notice #disclaimer-col p {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  #footer-ada-notice .ada-content {
    padding: 20px 20px 30px 20px;
  }

  #footer-ada-notice .user-info {
    justify-content: center;
  }

  #footer-ada-notice .social-links {
    justify-content: center;
  }

  #footer-ada-notice .ada-right-section {
    text-align: center;
  }
}
@media (max-width: 400px) {
  #footer-ada-notice #disclaimer-col p {
    font-size: 10px;
  }
}
#footer-privacy-policy {
  background-color: #161616;
  font-size: 0.8em;
}

#footer-privacy-policy .container {
  text-align: center;
  color: #929292;
  padding: 20px 200px 30px 200px;
}

#footer-privacy-policy h2 {
  padding-top: 20px;
  font-size: 18px;
  color: #7a7a7a;
  text-align: left;
}

#footer-privacy-policy a {
  color: #D3D3D3;
}

#footer-privacy-policy #disclosures-text {
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 1rem;
}

#footer-privacy-policy #disclosures-text p {
  margin: 0;
}

/************** RESPONSIVE ***************/
@media (max-width: 600px) {
  #footer-privacy-policy .container {
    padding: 20px 20px 30px 20px;
  }
}
#footer-copyright {
  background-color: black;
}

#footer-copyright .container {
  text-align: center;
  color: #929292;
}

#footer-copyright h2 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/************ HOMEPAGE *************/
#home-banner {
  position: relative;
}

#home-banner .home-banner-slide {
  text-align: center;
  position: absolute;
  /*width: 1000px;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

#home-banner .background-color {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  -webkit-filter: contrast(120%);
}

#home-banner .slide-layout {
  overflow: hidden;
  height: 100%;
}

/*#home-banner .banner-img {
	max-height: 350px;
}*/
#home-banner .carousel-inner {
  min-height: 350px;
  height: 39vh;
}

#home-banner .carousel-inner .item {
  height: 100%;
}

#home-banner .banner-img {
  min-height: 350px;
  filter: grayscale(100%);
  object-fit: cover;
  height: auto;
  width: 100%;
}

#home-banner #banner-arrows-container {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  text-align: right;
}

#home-banner #banner-arrows-container {
  display: none;
}

#home-banner .banner-block {
  text-align: center;
  color: white;
  padding-right: 0;
  padding-left: 0;
}

#home-banner .banner-block h2 {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 1.4em;
}

#home-banner .banner-block h1,
#home-banner .banner-block .mlo-slider-header {
  letter-spacing: 3px;
  font-size: 55px;
  font-weight: 300;
}

#home-banner .banner-block a {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffb108;
}

#home-banner .banner-block a:hover {
  background-color: #cb9b21;
}

#home-banner .banner-block a:active {
  background-color: #a37500;
}

#home-banner .main-cta {
  white-space: normal;
}

@media (max-width: 400px) {
  #home-banner .carousel-inner {
    height: 37vh;
  }
}


/************** RESPONSIVE ************/
@media (max-width: 991px) {
  #home-banner .banner-block h4 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #home-banner .banner-img {
    width: 100%;
    min-height: 100px;
  }

  #home-banner .banner-block h1,
  #home-banner .banner-block .mlo-slider-header {
    letter-spacing: 1px;
    font-size: 16px !important;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  #home-banner .banner-block a {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #home-banner .banner-block h3 {
    font-size: 11px !important;
    text-align: justify;
    margin-top: 13px;
    margin-bottom: 0px;
  }

  .btn-primary {
    font-size: 14px;
    width: 100%;
  }

  /* #home-banner .carousel-inner .item {
    height: 90%;
  } */

  #home-banner .home-banner-slide {
    top: 33%;
    /* bottom: 40px; */
    justify-content: center;
  }

  #home-banner .home-banner-slide .col-sm-6.col-sm-offset-3.banner-block.text-center {
    width: 90% !important;
  }

  #home-banner .banner-block {
    width: 100%;
  }

  /* #home-banner .background-color {
    height: 85%;
  } */

  #home-banner .left-section {
    display: flex;
    justify-content: center;
  }

  #home-banner #banner-arrows-container {
    display: none;
  }

  #home-banner .banner-block h4 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  /*#home-banner .banner-block h4 {*/
  /*font-size: 13px;*/
  /*}*/
  /*#home-banner .banner-block h2 {*/
  /*font-size: 20px;*/
  /*}*/
  /*#home-banner .banner-block a {*/
  /*font-size: 1.3rem;*/
  /*}*/
}
/************** VIDEO ***************/
#home-video {
  text-align: center;
  color: rgba(96, 96, 96, 0.33);
  background-image: linear-gradient(rgba(230, 241, 250, 0.39), rgba(135, 146, 179, 0.39));
  padding-top: 2rem;
}

#home-video .about-caption {
  text-align: left;
  line-height: 0.95;
}
#home-video .home-photo {
  padding-bottom: 15px;
  /* max-width: 100%; */
  max-height: 220px;
  display: block;
}
#home-video .founder-caption {
  color: initial;
  font-size: 16px;
}
#home-video .founder-caption strong {
  font-size: 18px;
}
#home-video .about-phone {
  text-decoration: none;
  color: #6E6E6E;
}
#home-video .about-phone:hover {
  color: rgba(0, 0, 0, 0.4);
}
#home-video .caption-phone-icon {
  color: #FFB011;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.about-caption.no-video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-caption.no-video h3 {
  display: flex;
}

.founder-caption.no-video {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

@media (max-width: 991px) {
  .about-caption.show-video {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-caption.show-video h3 {
    display: flex;
  }

  .founder-caption.show-video {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
  }
}
#home-video h5 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.4);
}

#home-video .home-video {
  padding-bottom: 40px;
  padding-top: 10px;
  color: white;
  max-width: 700px;
  margin: auto;
  /*min-width: 300px;*/
}

#home-video .video-wallpaper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}

#home-video .video-wallpaper span {
  color: white;
  opacity: 0.8;
}

#home-video .video-wallpaper:hover .video-btn-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
}

#home-video .video-wallpaper:hover span {
  color: red;
}

#home-video .video-wallpaper img {
  object-fit: cover;
}

#home-video .modal-content {
  background-color: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0;
}

#home-video .modal-body span {
  color: white;
  font-size: 40px;
}

#home-video iframe {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

#home-video .video-dark-wallpaper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#home-video .btn-video-youtube {
  background-color: transparent;
  border: 0;
  outline: 0;
}

#home-video .video-btn-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-video .video-caption {
  position: absolute;
  top: 0;
}

.home-page-headers > .col-sm-9 {
  min-height: 100px;
  max-height: 230px;
  overflow-x: hidden;
}

/************** ABOUT ME ****************/
.home > section#home-about-me {
  padding-top: 40px;
  padding-bottom: 70px;
}

#home-about-me h4 {
  font-size: 14px;
  color: rgba(96, 96, 96, 0.6);
  padding-bottom: 20px;
}
#home-about-me .home-photo {
  padding-bottom: 15px;
  max-width: 100%;
  max-height: 220px;
  display: block;
}
#home-about-me .about-phone {
  text-decoration: none;
  color: #6E6E6E;
}
#home-about-me .about-phone:hover {
  color: rgba(0, 0, 0, 0.4);
}
#home-about-me .nmls {
  line-height: 22px;
}
#home-about-me .founder-caption {
  /*text-align: left;
  margin-left: 160px;
  padding-left: 15px;*/
  margin-left: auto;
  font-size: 15px;
  line-height: 0.95;
}
#home-about-me .founder-right p {
  font-size: 15px;
}
#home-about-me .about-btn-layout {
  display: flex;
  align-content: flex-end;
  justify-content: center;
  padding-top: 20px;
}

.affix {
  position: fixed !important;
  /* fix for https://github.com/twbs/bootstrap/issues/9342 */
}

@media (max-width: 991px) {
  #fixed-about-me-img {
    position: static !important;
    margin: 12px;
  }
}
/************* RESPONSIVE *************/
@media (max-width: 1199px) {
  #home-about-me .founder-right {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  #home-about-me .home-photo {
    margin: auto;
  }

  #home-about-me .founder-caption {
    text-align: center;
    padding-left: 0;
    margin-left: 0;
  }

  #home-about-me .about-btn-layout {
    justify-content: center;
  }

  #home-about-me .founder-img {
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  #home-about-me .founder-right p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.show-video-without-photo {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle !important;
}

/************** TESTIMONIES **************/
#home-testimonies {
  text-align: center;
  background: #C8C8C8;
}

#home-testimonies .container {
  padding-top: 20px;
  padding-bottom: 60px;
}

#home-testimonies .carousel {
  display: flex;
  align-items: center;
  padding-right: 5%;
  padding-left: 5%;
  height: 250px;
}

#home-testimonies .carousel-inner {
  height: 100%;
}

#home-testimonies .read-more-btn {
  text-decoration: none;
}

#home-testimonies .read-more-btn:hover {
  color: white;
}

#home-testimonies .item {
  padding-bottom: 20px;
}

#home-testimonies .arrow-button {
  color: #f3f3f3;
}

#home-testimonies .testimonial-text {
  color: black;
  padding: 0 100px 0 100px;
  height: 250px;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  text-align: center;
}

#home-testimonies h2 {
  color: rgba(113, 113, 113, 0.49);
  text-transform: uppercase;
  font-size: 18px;
}

#home-testimonies .testimonial-text h3 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 200;
}

#home-testimonies .testimonial-text h4 {
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
}

#home-testimonies .centering-text {
  display: table;
  width: 100%;
}

#home-testimonies p {
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 16px;
  letter-spacing: 1px;
}

#home-testimonies #carousel-testimonies a:hover {
  text-decoration: none;
}

/************** RESPONSIVE ***************/
@media (max-width: 1199px) {
  #home-testimonies .carousel-inner h3 {
    font-size: 20px;
  }

  #home-testimonies .carousel {
    height: 220px;
  }

  #home-testimonies .testimonial-text {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  #home-testimonies .carousel-inner h3 {
    font-size: 15px;
  }

  #home-testimonies .carousel {
    height: 200px;
  }
}
@media (max-width: 500px) {
  #home-testimonies .carousel-inner h3 {
    font-size: 10px;
  }
  #home-banner .carousel-inner {
    height: 37vh;
  }
}
@media (max-width: 320px) {
  #home-banner .carousel-inner {
      height: 55vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px)
{
  #home-banner .carousel-inner {
      height: 15vh;
      min-height: 199px;
  }
  #home-banner .banner-block h1,
  #home-banner .banner-block .mlo-slider-header {
      font-size: 18px !important;
  }
  #home-banner .banner-img {
      min-height: 199px;
  }
  #home-banner .banner-block big{
     font-size: 16px;
  }
  .btn-primary {
      font-size: 12px;
  }
}
/************** LINKS-CAROUSEL *************/
#home-links-carousel {
  text-align: center;
  color: white;
  background-image: linear-gradient(transparent, rgba(51, 51, 51, 0.2));
}
#home-links-carousel .container {
  padding-top: 20px;
  padding-bottom: 10px;
}
#home-links-carousel p {
  color: rgba(247, 247, 247, 0.8);
}
#home-links-carousel .callouts {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  padding-left: 6%;
  padding-right: 6%;
}
#home-links-carousel .info-callout {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-filter: contrast(90%);
}
#home-links-carousel .info-callout img {
  opacity: 0.4;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
#home-links-carousel .info-callout .background-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 20px 35px 28px 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#home-links-carousel .info-callout:hover .highlight {
  background-color: #ffb108;
  border-color: #ffb108;
}
#home-links-carousel .info-callout:hover img {
  opacity: 0.6;
}
#home-links-carousel .callout-col {
  padding: 2px;
}
#home-links-carousel .background-content h4 {
  font-size: 16px;
  color: white;
}
#home-links-carousel h5 {
  opacity: 0.8;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
}
#home-links-carousel .links-title {
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 1.5px;
  opacity: 0.5;
}
#home-links-carousel .links-title2 {
  font-size: 14px;
  opacity: 0.6;
  font-family: "IBM Plex Serif", serif;
  letter-spacing: 1px;
}

/*************** RESPONSIVE *******************/
@media (max-width: 1340px) {
  #home-links-carousel .slick-prev {
    left: 5px;
    z-index: 2;
  }

  #home-links-carousel .slick-next {
    right: 25px;
    z-index: 2;
  }
}
@media (max-width: 1199px) {
  #home-links-carousel .slick-prev {
    left: -10px;
    z-index: 2;
  }

  #home-links-carousel .slick-next {
    right: 7px;
    z-index: 2;
  }

  #home-links-carousel .btn-primary-outline {
    font-size: 12px;
  }

  #home-links-carousel .callouts {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #home-links-carousel .btn-primary-outline {
    font-size: 12px;
  }
}
@media (min-width: 689px) and (max-width: 991px) {
  #home-links-carousel .links-title2 {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #home-links-carousel .btn-primary-outline {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #home-links-carousel .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 1199px) {
  #home-links-carousel .col-sm-3 {
    width: auto;
  }
}
/**************** INTERNAL PAGES ******************/
#internal-title .container {
  padding-top: 40px;
  padding-bottom: 60px;
  color: #495464;
}
#internal-title .container img {
  max-width: 100%;
  height: auto;
}

#internal-title .internal-wallpaper .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

#internal-title .internal-page-title {
  display: block;
  color: white;
  font-size: 42px;
  text-align: center;
  margin: 0;
}

/*#internal-title p {
	font-family: 'IBM Plex Serif', serif;
}*/
#internal-title .landing-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#internal-title .landing-row > * {
  display: flex;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}

#internal-title .landing-row .landing-box {
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
  padding: 35px 15px;
  max-width: 240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.3;
}

/************** RESPONSIVE **************/
@media (max-width: 1199px) {
  #internal-title .landing-row .landing-box {
    margin: 10px 10px;
  }
}
@media (max-width: 767px) {
  #internal-title .lower {
    padding-top: 0;
    padding-bottom: 0;
  }

  #internal-title .internal-wallpaper .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #internal-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  #internal-title .internal-wallpaper .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/**************** CONTACT MODAL ******************/
#contact-modal .panel {
  border: 0;
  box-shadow: none;
  margin-top: 14px;
}
#contact-modal .panel .panel-body {
  padding: 0;
}

.top-new-bar {
  background-color: #E5E5E5;
  color: #888;
  margin-top: -10px;
  font-size: 15px;
  padding: 8px 0;
}

.top-new-bar a {
  color: #888;
}

.top-new-bar a:hover {
  text-decoration: underline;
  color: #222;
}

.top-new-bar strong {
  color: #000;
}

.top-new-bar-cont {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.top-new-bar-social {
  position: absolute;
  top: -3px;
  right: 10px;
}

.top-new-bar-social a {
  color: #888;
  font-size: 30px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  padding: 0;
}

.top-new-bar-social a:hover {
  color: #000 !important;
}

.top-new-bar strong a {
  color: #000;
}

.top-new-bar-social a i {
  text-align: center;
}

.top-new-bar-social a:hover {
  text-decoration: none;
  color: #FFF;
}

.stay-connected {
  font-size: 16px;
  margin-right: 5px;
  display: none;
}

.founder-caption .nmls {
  margin-top: 6px;
}

.founder-caption .nmls .nmlsnum {
  margin-left: 0;
}

.page-header .nmls,
.page-header .phone-number.sticky-header-hidden.hidden-xs,
.page-header .social-links.sticky-header-hidden.hidden-xs {
  display: none !important;
}

.get-a-quote {
  margin-top: 27px !important;
}

@media (max-width: 992px) {
  .get-a-quote {
    margin-top: -10px !important;
  }
}
@media (max-width: 960px) {
  .stay-connected {
    display: none;
  }
}
@media (max-width: 747px) {
  .top-new-bar-social {
    display: none;
  }
}
@media (max-width: 636px) {
  .hide-on-small {
    display: none;
  }
}
/*agile team*/
.top-new-bar-social a{
  vertical-align: top;
}
#footer-ada-notice .social-links a{
  width: 25%;
  float: left;
}
#footer-ada-notice .social-links{
  display: block;
  
  float: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;

}
#footer-ada-notice .white-bar{
  border-bottom:0 none;
}
@media all and (max-width:768px)
{
  #footer-ada-notice .social-links{
    display:flex;
  }
  #footer-ada-notice .social-links a{
    width: auto;
    float: none;
  }
  #footer-ada-notice .ada-right-section .manage-link{
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

#home-banner .carousel-inner .mlo-carousel-control {
	width: 5%;
}


@media (max-width: 767px) { 
  #home-banner .carousel-inner {
    min-height: 300px;
  }

  #home-banner .slide-layout .slider-slide-bg { 
    display: none !important;
  }

  #home-banner .carousel-inner .carousel-indicators {
    display: none !important;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* #home-banner .slide-layout .banner-img {
    display: none !important;
  } */

  #home-banner .slide-layout .slider-slide-bg {
    display: block !important;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/*# sourceMappingURL=styles.css.map */
