h1{
  font-family: 'Source Sans Pro' !important
}

h2{
  font-family: 'Source Sans Pro' !important
}

body{
  font-family: 'Source Sans Pro' !important
}

a{
  font-family: 'Source Sans Pro' !important
}

p{
  font-family: 'Source Sans Pro' !important
}

.btn-block {
    width: 100% !important;
}

.sign-in-page .page-content .row {
	display: flex;
	justify-content: center;
}

.inline-actions-menu {
	position: relative !important;
	display: inline-block;
	padding: 0;
	border: 0;
}

.inline-actions-item {
	margin: 0 !important;
	width: 100% !important;
}

.payment-options-btn  {
    margin: 10px 0;
}

.grid-break {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.grid-break td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: none !important;
}

.col-md-20p {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

    width: 20%;
    float: left;
}

footer .footer-top {
    background-color: #002D62 !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-top: 20px !important;
}

footer .footer-top p, footer .footer-top p a, footer .footer-top .footerSocialLinks .icon-wrapper a {
    color: white;
    font-size: 14px;
}

footer .footer-top .footerSocialLinks a img {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 3px;
    margin-right: 11px;
}

footer .footer-top .footerSocialLinks .icon-wrapper {
    display: flex;
    flex-direction: column;
}

footer .footer-top .footerSocialLinks .icon-wrapper a {
    display: flex;
    align-items: center;
    margin: 2px !important;
}

footer .footer-top .footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .footer-top .footer-row .footer-col {
    display: flex;
}

.add-folder {
    display: none;
}

@media screen and (max-width: 480px) {
    footer .footer-top .footer-row {
        flex-direction: column;
    }

    footer .footer-top .footer-row .footer-col {
        margin: 20px;
    }
}