body {
    margin: 0;
    padding: 0;
    font-family: "Gotham A", "Gotham B", Helvetica Neue, Helvetica, Arial, sans-serif;
    box-sizing:border-box;
}

/* FOOTER */
.footer {
    position: relative;
    background: #9d1e65
}

.footer .CCE img{
    max-width: 150px;
    display: block;
    opacity: .65;
    margin: 0 auto 10px;
}

.footer .CCE a,
.footer .accred a{
    color:#fff;
}

.footer .CCE,
.footer .other,
.footer .accred{
    opacity:.65;
    margin-bottom:30px;
}

.footer .CCE,
.footer .accred,
.footer .CCE p,
.footer .accred p{
    color:#fff;
    font-weight: 500;
    text-align: center;
    font-size:14px;
    font-family:"Gotham A";
}

.footer .other,
.footer .other p{
line-height:1.25em;
font-family:"Gotham B" !important;
font-weight:normal !important;
color:#fff;
text-align: center;
font-size:14px;
}

.footer-bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.footer-content {
    position: relative;
    z-index: 100;
    background: rgba(157, 30, 101, 0.85)
}

.footer-content--wrapper {
    padding: 100px 0
}

.footer-hci-logo {
    text-align: center
}

.footer-hci-logo img {
    max-width: 175px
}

.footer-copy_right {
    margin: 15px 0;
    text-align: center
}

.footer-copy_right span {
    font-size: 14px;
    opacity: 0.65;
    color: #fff
}

.footer-nav {
    margin: 15px 0
}

.footer-links-container {
    padding: 0;
    margin: 0
}

.footer-links {
    text-align: center;
    margin: 0;
    padding: 0
}

.footer-links li {
    list-style-type: none;
    display: inline-block;
    margin: 0 30px 0 0
}

.footer-links li:last-child {
    margin: 0
}

.footer-links a {
    text-decoration: none;
    color: #fff;
    opacity: 0.65;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-family: "Gotham A", "Gotham B", Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 15px 0px;
}

.footer-links a:hover {
    text-decoration: none;
    opacity: 1
}

.footer-social {
    padding: 0;
    margin: 30px 0;
    text-align: center
}

.footer-social ul {
    padding: 0;
    margin: 0
}

.footer-social li {
    list-style-type: none;
    display: inline-block;
    margin: 0 30px 0 0;
    border: 5px solid rgba(255, 255, 255, 0.65);
    height: 50px;
    width: 50px;
    box-sizing:border-box;
}

.footer-social li:last-child {
    margin: 0
}

.footer-social a {
    text-decoration: none;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-social a:hover {
    opacity: 1
}

.footer-social a:hover span {
    opacity: 1
}

.footer-social span, .footer-social svg{
    font-size: 30px;
    color: #fff;
    opacity: 0.65;
    font-weight: bold;
}

.footer-social li a{
    padding:5px 0;
    box-sizing:border-box;
}

.dis {
    margin: 30px auto;
    max-width: 600px;
}

.dis p {
    margin: 0;
    font-size: 12px;
    opacity: .65;
    font-weight: 500;
    color: #fff;
    line-height: 16px;
    text-align: center;
}


@media(min-width: 768px){
    .dis p {
        text-align: left;
    }
}

@media (max-width:600px) {
    .footer-content {
        padding: 0 20px;
    }
}
