.align-items-center{
    align-items: center !important;
}
.site-footer {
  background-color: #1f80aa;
  color: white;
  padding: 25px 0;
    height: 375px;
}

.site-footer .dropdown-menu > li > a {
  color: #343434;
}

.site-footer .dropdown-menu > li > a:hover, .site-footer .dropdown-menu > li > a:focus {
  background-color: #f5f5f5;
}

.site-footer .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer .container > * {
  padding: 0 1rem;
}

@media (max-width: 599px) {
  .site-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-footer .container > * + * {
    margin-top: 20px;
  }
}


/***** RAY ADDITION ****/
.disclaimer-footer {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    padding: 1rem 3rem 0; }

.disclaimer-footer p {
    font-size: 16px; }

.footer {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 375px;
    background-image: url("../img/shared/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative; }

.footer .disclaimer {
    display: block;
    margin: 0 auto;
    padding: 2rem;
    width: 80%;
    position: relative;
    bottom: -40px; }
.footer .disclaimer p {
    font-weight: normal;
    font-size: 14px;
    color: #fff; }

.footer .img-wrap {
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: 35px; }

.footer .img-wrap img {
    display: block;
    margin: 0 auto;
    width: 400px; }


@media (max-width: 767.98px) {

    .footer {
        height: 465px; }


    .footer .disclaimer {
        bottom: -20px;
        width: 100%; }


    .footer .img-wrap {
        top: 70px; }


    .footer .img-wrap img {
        width: 325px; }

}


@media (max-width: 575.98px) {
    .footer .img-wrap {
        top: 40px; }


    .footer .disclaimer {
        bottom: -5px;
        padding: 1rem; }


    .footer .disclaimer p {
        font-size: 12px; }
}