/* bootstrap */
body {
  font-family: "Lato", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  color: #a98c42;
  font-weight: 300; }

h1 {
  font-size: 2.8rem; }

a {
  color: #458ab8; }
  a:hover {
    color: #376e93; }

h1, .h1 {
  font-size: 2.8rem; }

h2, .h2 {
  font-size: 2.2rem; }

h3, .h3 {
  font-size: 1.9rem; }

h4, .h4 {
  font-size: 1.7rem; }

h5, .h5 {
  font-size: 1.5rem; }

h6, .h6 {
  font-size: 1.2rem; }

.font-heading {
  font-family: "Lato", sans-serif !important; }

.font-primary {
  font-family: "Lato", sans-serif !important; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-vertical {
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat; }

.shake-it {
  animation-name: shake;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  display: inline-block; }

@keyframes shake-full {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(20deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-20deg); }
  100% {
    transform: rotate(0); } }
@keyframes shake {
  0% {
    transform: rotate(0); }
  10% {
    transform: rotate(30deg); }
  20% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
.btn-rich {
  color: color-yiq(#a98c42);
  background-color: #a98c42;
  border-color: #a98c42;
  color: white !important; }
  .btn-rich:hover {
    color: color-yiq(#8d7537);
    background-color: #8d7537;
    border-color: #846e34; }
  .btn-rich:focus, .btn-rich.focus {
    box-shadow: 0 0 0 0.2rem rgba(169, 140, 66, 0.5); }
  .btn-rich.disabled, .btn-rich:disabled {
    color: color-yiq(#a98c42);
    background-color: #a98c42;
    border-color: #a98c42; }
  .btn-rich:not(:disabled):not(.disabled):active, .btn-rich:not(:disabled):not(.disabled).active, .show > .btn-rich.dropdown-toggle {
    color: color-yiq(#846e34);
    background-color: #846e34;
    border-color: #7b6630; }
    .btn-rich:not(:disabled):not(.disabled):active:focus, .btn-rich:not(:disabled):not(.disabled).active:focus, .show > .btn-rich.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(169, 140, 66, 0.5); }
  .btn-rich:hover {
    color: white !important; }

.btn-deep {
  color: color-yiq(#cc2143);
  background-color: #cc2143;
  border-color: #cc2143;
  color: white !important; }
  .btn-deep:hover {
    color: color-yiq(#ab1c38);
    background-color: #ab1c38;
    border-color: #a01a35; }
  .btn-deep:focus, .btn-deep.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 33, 67, 0.5); }
  .btn-deep.disabled, .btn-deep:disabled {
    color: color-yiq(#cc2143);
    background-color: #cc2143;
    border-color: #cc2143; }
  .btn-deep:not(:disabled):not(.disabled):active, .btn-deep:not(:disabled):not(.disabled).active, .show > .btn-deep.dropdown-toggle {
    color: color-yiq(#a01a35);
    background-color: #a01a35;
    border-color: #951831; }
    .btn-deep:not(:disabled):not(.disabled):active:focus, .btn-deep:not(:disabled):not(.disabled).active:focus, .show > .btn-deep.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 33, 67, 0.5); }
  .btn-deep:hover {
    color: white !important; }

.btn-outline-deep {
  color: #cc2143;
  border-color: #cc2143; }
  .btn-outline-deep:hover {
    color: color-yiq(#cc2143);
    background-color: #cc2143;
    border-color: #cc2143; }
  .btn-outline-deep:focus, .btn-outline-deep.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 33, 67, 0.5); }
  .btn-outline-deep.disabled, .btn-outline-deep:disabled {
    color: #cc2143;
    background-color: transparent; }
  .btn-outline-deep:not(:disabled):not(.disabled):active, .btn-outline-deep:not(:disabled):not(.disabled).active, .show > .btn-outline-deep.dropdown-toggle {
    color: color-yiq(#cc2143);
    background-color: #cc2143;
    border-color: #cc2143; }
    .btn-outline-deep:not(:disabled):not(.disabled):active:focus, .btn-outline-deep:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-deep.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 33, 67, 0.5); }
  .btn-outline-deep:hover, .btn-outline-deep.active {
    color: white !important; }

.btn-danger {
  color: #fff !important; }

.btn.focus, .btn:focus {
  box-shadow: none; }

.submission-form {
  max-width: 360px;
  padding: 2rem;
  background-color: #231f20;
  color: #dce0df;
  border-radius: 5px;
  border: 1px solid #a98c42; }
  @media (max-width: 992px) {
    .submission-form {
      max-width: 460px; } }
  .submission-form .form-deep {
    background-color: #cc2143;
    border-color: #cc2143;
    color: white;
    min-width: 3rem; }
  .submission-form hr {
    border-color: #a98c42; }

.custom-range::-webkit-slider-thumb {
  background-color: #cc2143; }
  .custom-range::-webkit-slider-thumb:active {
    background-color: #e04060; }
.custom-range::-moz-range-thumb {
  background-color: #cc2143; }
  .custom-range::-moz-range-thumb:active {
    background-color: #e04060; }
.custom-range::-ms-thumb {
  background-color: #cc2143; }
  .custom-range::-ms-thumb:active {
    background-color: #e04060; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #cc2143;
  background-color: #cc2143; }
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 2px #a98c42; }

.errorlist {
  color: #cc2143;
  font-size: 0.8rem;
  margin: 0;
  padding: 0 0 0.5rem 0;
  list-style: none; }

.form-control:focus {
  box-shadow: none; }

#mainMenuFull .nav-item {
  color: #231f20;
  transition: all 0.5s;
  position: relative; }
  #mainMenuFull .nav-item a {
    color: #231f20;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.5s; }
    #mainMenuFull .nav-item a:hover {
      color: #594f51; }
    #mainMenuFull .nav-item a:focus {
      outline: none;
      color: #cc2143; }
  #mainMenuFull .nav-item .dropdown-menu.show {
    background-color: black;
    color: white; }
    #mainMenuFull .nav-item .dropdown-menu.show .dropdown-item:hover {
      background-color: #cc2143; }
  #mainMenuFull .nav-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    transition: all 0.5s;
    background-color: black;
    border-radius: 3px 3px 0 0; }
  #mainMenuFull .nav-item:hover, #mainMenuFull .nav-item.active {
    color: white; }
    #mainMenuFull .nav-item:hover a, #mainMenuFull .nav-item.active a {
      color: white; }
      #mainMenuFull .nav-item:hover a:focus, #mainMenuFull .nav-item.active a:focus {
        outline: none;
        color: #cc2143; }
    #mainMenuFull .nav-item:hover::after, #mainMenuFull .nav-item.active::after {
      height: 100%; }

#mobileMenu {
  background-color: #231f20;
  border: 1px solid #a98c42; }
  #mobileMenu .nav-link {
    color: #a98c42; }
    #mobileMenu .nav-link:hover {
      color: #846e34; }

.navbar-brand {
  padding-bottom: 0;
  position: relative; }
  .navbar-brand::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 10px;
    z-index: -1;
    width: 134px;
    height: 0;
    transition: all 0.5s;
    background-color: black;
    transition: all 0.5s;
    border-radius: 3px 3px 0 0; }
  .navbar-brand:hover::after {
    height: 95%; }

footer {
  background-color: #231f20;
  color: #cacdd0;
  font-size: 80%; }
  footer h1, footer h2, footer h3, footer h4, footer h5 {
    text-transform: uppercase; }
  footer a {
    font-size: 13px; }
  footer h4 {
    font-size: 18px;
    letter-spacing: 1.5px;
    position: relative;
    margin-bottom: 40px; }
    footer h4:before {
      background: #a98c42 none repeat scroll 0 0;
      bottom: -15px;
      content: "";
      height: 3px;
      position: absolute;
      width: 30px; }
  footer .footer-logo {
    max-width: 280px;
    padding: 1rem;
    height: auto; }
  footer .copyright {
    background-color: black;
    color: #cacdd0;
    padding: 1rem 0; }

header .header-logo {
  padding: 1rem;
  height: calc(50px + 2rem);
  width: auto; }

.article-list .card .card-img-top {
  width: 100%;
  height: 170px; }

.faq-short-list .question-container {
  transition: all 0.2s linear;
  background-color: rgba(146, 148, 151, 0); }
  .faq-short-list .question-container:hover {
    background-color: rgba(146, 148, 151, 0.1); }
.faq-short-list a {
  color: #a98c42;
  transition: all 0.2s linear; }
  .faq-short-list a .fa {
    transition: all 0.2s linear; }
  .faq-short-list a:hover {
    text-decoration: none;
    color: #604f25; }
    .faq-short-list a:hover .fa {
      color: #cc2143; }

.home .jumbotron {
  padding-top: 8rem;
  padding-bottom: 8rem; }

#basicContactContainer {
  font-size: 110%;
  line-height: 2; }
  #basicContactContainer ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.5s;
    margin-top: 0.5rem; }
    #basicContactContainer ul li a {
      color: #a98c42; }
      #basicContactContainer ul li a:hover {
        color: #604f25;
        text-decoration: none; }
    #basicContactContainer ul li:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0.7); }
  #basicContactContainer i {
    width: 3rem;
    text-align: center;
    font-size: 110%; }

#faq-accordion .card-header {
  border-bottom: 0; }
#faq-accordion .show, #faq-accordion .collapsing {
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
#faq-accordion .btn {
  text-align: left;
  white-space: inherit; }

.faq .btn-link {
  color: #a98c42; }
  .faq .btn-link .fa {
    transition: all 0.2s linear; }
  .faq .btn-link:hover, .faq .btn-link:focus {
    text-decoration: none;
    color: #604f25; }
    .faq .btn-link:hover .fa, .faq .btn-link:focus .fa {
      color: #cc2143; }

.privacy-content {
  max-width: 900px;
  margin: auto; }
  .privacy-content li {
    padding-bottom: 1rem; }

.process {
  max-width: 800px; }
  .process .process-icon {
    font-size: 3.5rem;
    line-height: 1;
    color: #a98c42; }
    .process .process-icon .fas.fa-angle-down {
      color: #231f20; }
  .process .process-title {
    line-height: 2;
    color: #231f20; }

.badge-bear {
  background-color: #231f20 !important;
  color: white !important; }

.color-rich {
  color: #a98c42;
  transition: all 0.2s linear; }
  .color-rich:hover, .color-rich:focus {
    text-decoration: none;
    color: #846e34; }

.expandable-border-bottom {
  position: relative; }
  .expandable-border-bottom:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 20%;
    left: 40%;
    height: 1px;
    transition: all 0.5s;
    background: radial-gradient(circle at 50%, #333, #333 5%, transparent 90%, transparent); }
  .expandable-border-bottom:hover:after {
    width: 100%;
    left: 0%; }
  .expandable-border-bottom.expandable-border-bottom-left:after {
    left: 0;
    background: radial-gradient(circle at 10%, #333, #333 5%, transparent 90%, transparent); }
  .expandable-border-bottom.expandable-border-bottom-left:hover:after {
    left: 0; }
  @media (min-width: 992px) {
    .expandable-border-bottom.expandable-border-lg-bottom-left:after {
      left: 0;
      background: radial-gradient(circle at 10%, #333, #333 5%, transparent 90%, transparent); }
    .expandable-border-bottom.expandable-border-lg-bottom-left:hover:after {
      left: 0; } }

.card-inversed {
  background-color: #231f20;
  color: white; }

.card-inversed-black {
  background-color: black;
  color: white; }
  .card-inversed-black.bg-op-70 {
    background-color: rgba(0, 0, 0, 0.7); }

.card-highlight {
  background-color: #dc3545;
  color: white; }
  .card-highlight h1, .card-highlight h2, .card-highlight h3, .card-highlight h4, .card-highlight h5 {
    color: black; }

.jumbotron {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #4f4c4d;
  border-top: 3px solid black;
  border-bottom: 3px solid #604f25;
  box-shadow: 0px 2px 5px 0px rgba(169, 140, 66, 0.7);
  color: white; }
  @media (max-width: 575.99px) {
    .jumbotron {
      min-height: 40vh; } }
  .jumbotron h1 {
    font-size: 36px;
    font-weight: 600; }
    @media (max-width: 575.99px) {
      .jumbotron h1 {
        font-size: 28px; } }
  .jumbotron .lead {
    font-size: 1.5rem;
    font-weight: 400; }
    @media (max-width: 575.99px) {
      .jumbotron .lead {
        font-size: 1.2rem; } }
  .jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
    color: white; }

.loan-icons .loan-icon {
  color: #a98c42;
  font-size: 4rem; }
  .loan-icons .loan-icon:hover {
    animation-name: shake-full;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
.loan-icons .lead {
  font-size: 1.15rem; }

.inversed-container {
  border-top: 1px solid #a98c42;
  box-shadow: 0 0 2px #a98c42;
  border-bottom: 1px solid #a98c42;
  color: #dce0df;
  padding: 2rem 0;
  background-color: #231f20; }
  .inversed-container.inversed-black {
    background-color: black;
    color: white; }

a.color-rich .fa {
  transition: all 0.2s linear; }
a.color-rich:hover .fa {
  color: red; }

.top-negative {
  margin-top: -120px; }
  @media (max-width: 992px) {
    .top-negative {
      margin-top: -90px; } }

ol.list-latin {
  list-style-type: lower-latin; }

.text-md-larger {
  font-size: 100%; }
  @media (min-width: 768px) {
    .text-md-larger {
      font-size: 120%; } }

@media (min-width: 992px) {
  .w-lg-75 {
    max-width: 75%; } }

@media (max-width: 992px) {
  .container-lg {
    max-width: 100%;
    padding: 0; } }

.page-item .page-link {
  color: #cc2143; }
  .page-item .page-link:focus, .page-item .page-link.focus {
    box-shadow: none; }
.page-item.active .page-link {
  background-color: #cc2143;
  color: white;
  border-color: #cc2143; }

/*# sourceMappingURL=style.css.map */
