.hide {
  display: none !important;
}
.right {
  float: right !important;
}
.center {
    text-align: center;
}

/* FOOTER styles */
.footer-bottom {
    color: #809ec3; /* change this as needed for website; the rest most likely should not be changed */
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom p {
    margin-bottom: 10px;
}

.footer-bottom a {
    color: #809ec3;
    text-decoration: none;
}

.footer-bottom-left {
    flex: 1;
    text-align: left;
    margin-left: 36px;
    min-width: 300px;
}

.footer-bottom-right {
    margin-right: 36px;
    text-align: right;
    min-width: 200px;
}

.footer-bottom-right p {
    margin: 0;
}