#banner {
    background: #4082f3;
    background-size: cover;
    height: 100px;
}
#banner h1 {
    color: #ffffff;
    line-height: 100px;
}

#index {
    background: #7fb1ff;
    border-radius: 3px;
    margin-top: -50px;
    max-width: 600px;
    padding-top: 24px;
    padding-bottom: 24px;
}
#index h1 {
    color: #ffffff;
}
#index ul {
    color: #ffffff;
    list-style: none;
}
#index a {
    color: #ffffff;
}

#faq {
    max-width: 1080px;
    padding-bottom: 100px;
    padding-top: 50px;
}

#faq > h3 {
    background: #7fb1ff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    line-height: 32px;
    padding: 5px 5px 5px 40px
}
#faq > h3.open {
    color: #ffffff;
}
#faq > h3:before {
    font-family: FontAwesome;
    color: #ffffff;
    content: "\f105";
    display: inline-block;
    height: 20px;
    margin-left: -20px;
    width: 20px;
}
#faq > h3.open:before {
    content: "\f107";
}
#faq > h3:hover {
    color: #ffffff;
}

#faq > div {
    padding: 0 20px;
    display: none;
}