.text-center {
    text-align:center;
}
.txtbox-blue {
    color: #ffffff; 
    background-color: #5B9BD5; 
    text-align: center;
}
.hidden {
    display: none !important;
}
.footer-logo {
    max-width: 100px;
}
.text-white {
    color: #ffffff;
}
.bgcolor-blue {
    background-color: #5b9bd5; 
}
.bgcolor-quote {
    background-image: linear-gradient(to bottom right,#5B9BD5 0%,#aecdea 100%);
}