<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: acumin-pro, sans-serif;
  color: #003b5c;
}

/* typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 600;
}

/* layout */
.main {
    position: relative;
    background: white;
}

/* accessibility */
a.skip-link {
    position: absolute;
    top: -2rem;
    padding: 0 0.5rem;
    background: #ccc;
    color: #16284c !important;
    font-size: small;
    height: 2rem;
    line-height: 2rem;
    display: block;
    transition: top 1s ease-out;
    outline: none;
    z-index: 2;
}
a.skip-link:focus {
    top: 0;
    transition: top 0.1s;
}

/* buttons */
.btn-info {
    background-color: #00abd9;
    border-color: #00abd9;
    color: #002941;
}

/* utilities */
a.no-style {
  color: inherit;
  text-decoration: none;
}
a.no-style:hover {
  text-decoration: none;
}
a.no-underline {
  text-decoration: none;
}
.underline:after {
  content: "";
  height: 2px;
  background-color: #f1be48;
  width: 40%;
  display: block;
  margin-top: 2rem;
}
a.btn svg {
    width: 0 !important;
    transition: all 0.3s ease;
}
a.btn:hover svg {
    width: 14px !important;
}
.absolute-center {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;  
}
.eho.eho-navy path {fill: #16284c;}

/* nav */
.navbar-brand {
    width: 190px;
}
.navbar-light .navbar-nav .nav-link {
  color: #003b5c;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #00aed6;
}
.phone-number-top {  
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -.5rem;
}
.navbar-push {
    margin-top: 97.44px;
}
.fixed-top {
    z-index: 2;
}
@media (min-width: 576px) {
  .navbar-brand {
      width: 300px;
  }
  .navbar-push {
      margin-top: 108.63px;
  }  
}
@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
      padding-left: 1rem;
      padding-right: 1rem;
  }  
  .navbar-push {
      margin-top: 68.63px;
  }  
}


/* colors */
a {
  color: #007D99;
}
.bg-primary {
  background-color: #003a5c !important;
}
.bg-secondary {
  background-color: #007D99 !important;
}
.btn-secondary {
  background-color: #007D99 !important;
  border-color: #007D99 !important;
}
.text-primary {
  color: #003a5c !important;
}
.text-secondary {
  color: #007D99 !important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #007D99 !important;
}
.btn-primary, .btn-primary:hover {
    background-color: #003a5c;
    border-color: #003a5c;
}
.btn-warning, .btn-warning:hover {
    background-color: #003a5c;
    border-color: #003a5c;
  color:#FFF;
}
.border-primary {
    border-color: #003a5c!important;
}
.border-secondary {
    border-color: #007D99!important;
}
.border-warning {
    border-color: #007D99!important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #007D99;
}
a.card-footer {
    background-color: #003a5c;
    color: white;
}
a.card-footer:hover {
    text-decoration: none;
}

/* hero */
.hero {
  padding: 15vh 0;
  background-color: #003a5c;
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center top;
}
.hero h1, .hero h2  {
  text-shadow: 1px 1px 0.7rem black;
}
@media (min-width: 768px) {
  .hero h1 {
      font-size: 3.5rem;
  }  
  .hero h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .hero {
    padding: 30vh 0;
  }  
}

/* links */
.links .inner {
  border-width: 2px !important;
}
.links .inner {
  transition: all .3s ease;
}
.links .inner:hover {
  transform: scale(1.03);
}

/* team slider */
#meetTheTeam .owl-carousel .owl-item .item {
    width: 200px;
    height: 200px;
    background-position: center top;
    background-size: cover;
    position: relative;
    background-color: #16284c;
}
#meetTheTeam .owl-carousel .owl-item .item:hover:before {
    background-color: rgba(22, 40, 76, 0.8);
}
#meetTheTeam .owl-carousel .owl-item .item:hover p {
    opacity: 1;
    top: 50%;
}
#meetTheTeam .owl-carousel .owl-item .item p {
    position: relative;
    top: 100%;
    transform: translateY(-50%);
    font-weight: bold;
    opacity: 0;
    color: white;
}
#meetTheTeam .owl-carousel .owl-item .item * {
    transition: all 0.3s;
}
#meetTheTeam .owl-carousel .owl-item .item:before {
    background-color: transparent;
    cursor: pointer;
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transition: background 0.1s ease-in;
}
#meetTheTeam .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: initial;
}

#meetTheTeam .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    margin: 0 3rem;
}


/* team cards */
#theTeam .card {
    height: calc(100% - 100px);
}
#theTeam .card .card-img-top {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
#theTeam .bio-text {
    max-height: 300px;
    overflow-y: auto;
    padding: 0 1rem 0 0;
    margin-right: -.75rem;
}

#theTeam .bio-text::-webkit-scrollbar {
    width: .5rem;
}
 
#theTeam .bio-text::-webkit-scrollbar-track {
  border: 1px solid #eee;
}
 
#theTeam .bio-text::-webkit-scrollbar-thumb {
  background-color: #eee;
  outline: 1px solid slategrey;
}

@media (min-width: 768px) {
    #theTeam .card {
        padding-top: 75px;
        margin-top: 75px;
    }
    #theTeam .card .card-img-top {
        width: 150px;
        top: -75px;
    }
}
@media (max-width: 767px), (min-width: 1200px) {
    #theTeam .card .card-img-top {
        position: absolute;
        width: 200px;
        left: 0;
        right: 0;
        margin: auto;
        top: -100px;
    }

    #theTeam .card {
        margin-top: 100px;
        padding-top: 100px;
    }
}


/* calculators */
.calculators .fancybox-slide--iframe .fancybox-content {
	width  : 940px;
	height : 100%;
	max-width  : 90%;
	margin: 0;
}
.calculator-buttons button span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.calculator-buttons button {
    width: 100%;
    margin-bottom: 1%;
    border: 0;
}
.calculator-buttons button:hover {
    box-shadow: 0 0 3px 2px rgb(255, 109, 44);
    background: white !important;
}
@media (min-width: 768px) {
    .calculator-buttons button {
        width: 23%;
        margin: 1%;
    }
}

/* videos */
.play-button svg {
    bottom: 9vw;
    left: 6vw;
    font-size: 16vw;
}
@media (min-width: 576px) {
    .play-button svg {
        font-size: 6em;
        bottom: 2.5rem;
        left: 2rem;
    }
}
@media (min-width: 768px) {
    .play-button svg {
        font-size: 2rem;
        bottom: 1.5rem;
        left: .5rem;
    }
}
@media (min-width: 992px) {
    .play-button svg {
        font-size: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .play-button svg {
    font-size: 3.5rem;
    }
}


/* accordion */
#accordion .card-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#accordion .card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 3px;
}
#accordion .collapse {
    box-shadow: inset 0 3px 6px -3px rgba(0, 0, 0, 0.18);
}
#accordion h5 a {
    text-decoration: none;
}


/* loanfly cta */
.loanfly {
  background-color: #002941;
  overflow: hidden;
}
.loanfly .logo-wrapper {
    position: relative;
    background: linear-gradient(90deg, #f8f8f8, #b3b3b3);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.loanfly .logo-wrapper:before {
    content: "";
    position: absolute;
    width: 100vw;
    background: #f8f8f8;
    display: block;
    height: 100%;
    top: 0;
    right: calc(100% - 15px);
}
.loanfly .logo-wrapper:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: calc(100% - 15px);
    background: #b3b3b3;
    top: 0;
    width: 100%;
}
.loanfly .offer-wrapper {
    color: white;
    height: 100%;
    align-content: center;
    padding-left: 2rem;
}
.loanfly .offer-wrapper p {
    letter-spacing: .07em;
}
.loanfly .offer-wrapper .btn {
    border-radius: 14px;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1;
    font-size: 1.4rem;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 70%);
}
@media (min-width: 768px) {
    .loanfly .logo-wrapper:after {
        display: none !important;!i;!;
    }    
    .loanfly .lf-logo {
        margin-right: -30px;
        margin-left: 10px;
    }
}

/* footer */
.footer-push {
    margin-bottom: 215.41px;
}
footer.fixed-bottom {
    z-index: -1;
}
.social-icons {
    display: flex;
    margin: .5rem 0;
    align-items: center;
}

.social-icons &gt; .icon-container:not(:last-child) {
    margin-right: .5rem;
}
.social-icons .custom-svg {
  width: 25px;
  height: 27px;
}
@media (min-width: 576px) {
  .footer-push {
    margin-bottom: 156.41px;
  }
}
@media (min-width: 992px) {
  .footer-push {
    margin-bottom: 129.41px;
  }
}

/* loading animation */
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading svg {
    transform-origin: center;
    animation: 1s linear infinite loading;
}</pre></body></html>