.accc-container {
    background-color: white
}

.accc-container-home{
    padding: 17px 0;
    text-align: center;
    background: #000;
}

.accc-container-home a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.accc-container .container {
    background: white;
    border: 1px #000 solid;
    width: 95%;
    margin: 0 auto 60px;
}

.accc-container h4 {
    left: 0;
    padding-top: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    font-size: 18px;
    color: white;
    text-align: center;
    background: black
}

.accc-container p,
.accc-container div {
    font-family: 'Times New Roman';
    text-align: center
}

.accc-container+.main-nav-wrapper {
    position: relative;
    top: 124px
}