.footer {
    max-width: 1920px;
    margin: 50px 0 auto;
    color: #fff;
    background: transparent;
    padding: 0;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 9rem;
    background: transparent;
    position: relative;
	color:#fff;
    font-size:.9rem;
}
.footer-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #4242a6;
    margin: auto 3rem;
}
.footer-copy, .footer-logo, .footer-socials {
    flex: 1 0 100px;
}
.footer .img-logo {
    margin-right: 2rem;
    width: 4.5625rem;
}
.footer-logo img, .footer-logo svg {
    display: inline-block;
    vertical-align: middle;
}
.footer .text-logo {
    width: 18.75rem;
}
.footer-copy {
    text-align: center;
}
.footer-copy a {
    color: #fff !important;
    text-decoration: none;
}
.footer-copy a:hover {
    color: #facd00 !important;
}
.footer-copy p {
	margin-bottom:0 !important;
}
.footer-socials {
    text-align: right;
}

.footer-socials a {
    text-decoration: none;
    margin-left: 1.5rem;
}
.footer-socials a, .footer-socials span {
    display: inline-block;
    vertical-align: middle;
}
.footer-socials a svg, .footer-socials a svg path {
    fill: #fff;
    transition: fill .4s ease;
}
.footer-socials a:hover svg, .footer-socials a:hover svg path {
    fill: #facd00;
}

.footer-boxes {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    color: #fff;
    margin: 0 auto;
    max-width: 1920px;
}

.footer-box {
    flex-basis: 25rem;
    flex-shrink: 0;
    flex-grow: 1;
    padding: 3rem 5rem;
    margin-bottom: 0!important;
}

.footer-box.is-full {
    flex-basis: 100%;
    padding-top: 1rem;
    font-size: .875rem;
}

.footer-box .title, .footer-box a {
    color: #fff;
}

.footer-box a {
    color: #25258e;
    cursor: pointer;
    text-decoration: none;
}

.footer-box a:hover {
    color: #facd00 !important;
}

.v-application .footer a {
    color: white;
}

.title.is-4 {
    font-size: 1.5rem;
}

.content li+li {
    margin-top: .25em;
}

.content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
}
/* responsive */
@media screen and (max-width: 1599px) {
    .footer-box {
        padding: 2rem 4rem;
    }
}


@media screen and (max-width: 1599px)
{
    .footer-content .img-logo {
		margin-right: 1.25rem;
		width: 3.875rem;
	}
	.footer-content .text-logo {
		width: 13.75rem;
	}
}


@media screen and (max-width: 1023px)
{
    .footer-content {
		flex-direction: column;
		height: auto;
		padding: 0 1rem;
		font-size: .75rem;
	}
	.footer-logo {
		white-space: nowrap;
	}
	.footer-copy, .footer-logo, .footer-socials {
		flex-basis: auto;
		padding: 1rem;
	}
    .footer-content .img-logo {
		width: 3.125rem;
	}
    .footer-content .text-logo {
		width: 11.25rem;
	}
}
