body main {
    padding: 165px 0px 60px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .main-help, body main{
            padding: 0px 0px 60px;
    }
}

main .content_container {
    max-width: 750px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    main .content_container {
        padding-top:30px;
    }
}

main h1 {
    display: block;
    float: left;
    color: #0E497A ;
    font-family: "Font1";
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .main-help h1, main div h1{
        font-size:27px;
        margin-bottom: 10px;
    }
}

main .subtitle {
    display: block;
    float: left;
    margin-top: 15px;
    color: #595853;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    main .subtitle{
        margin-top:10px;
        padding: 0px 10px;
    } 
}

main .question_list {
    display: block;
    float: left;
    margin-top: 28px;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    main .question_list{
        padding:0px 20px;
    } 
}

.question_list li {
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.question_list .question {
    display: block;
    float: left;
    position: relative;
    background-color: #FBFAF9;
    color: #0E497A ;
    text-decoration: none;
    line-height: 40px;
    padding: 0px 42px 0px 16px;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .question_list .question {
        font-size: 16px;
        line-height: 23px;
        padding: 10px 50px 10px 20px;
    }
}

.question_list .question:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    background-image: url(../_img/faq-arrows.png?v=105);
    background-repeat: no-repeat;
    background-position: right bottom;
    content: '';
    width: 11px;
    height: 7px;
}
.question_list .question.open:after {
    background-position: right top;
}

.question_list .answer {
    display: none;
    float: left;
    padding-bottom: 16px;
    width: 100% !important;
}

.answer p {
    display: block;
    float: left;
    margin-top: 12px;
    color: #595853;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .answer p {
        font-size:16px;
        padding: 0px 5px;
    }
}

.answer a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}
.answer a:hover, .answer a:active {
    text-decoration: none;
}

main .contact {
    display: block;
    float: left;
    margin-top: 45px;
    color: #1a78a6;
    text-align: center;
    width: 100%;
}

.contact a {
    color: inherit;
    font-family: inherit;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .contact a{
        width:100%;
        display:block;
    }
}

.contact a:hover, .contact a:active {
    text-decoration: none;
}