.faq {
    margin-bottom: 1.5em;
}

.faq h3 {
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #1a4380;
}

.faq-item.closed .answer {
    display: none;
}

.faq-item .answer {
    display: block;
}

.question, .faq .answer {
    padding-left: 31.5px;
}

.question {
    font-size: 18px;
    color: #031851;
    font-weight: bold;
    margin-bottom: 0;
    cursor:pointer;
}

.answer {
    margin-top: 0;
}

.faq-item .question:before {
    border: transparent solid 9px;
    border-bottom-width: 0;
    border-top-color: #031851;
    content: '';
    display: inline-block;
    height: 0;
    margin-right: 3.6px;
    margin-top: -0.1em;
    vertical-align: middle;
}

.faq-item.closed .question:before {
    border-left-color: #031851;
    border-bottom-width: 9px;
    border-top-color: transparent;
    margin-right: 3.6px;
}

@media screen and (max-width: 999px) {
    .question {
    font-size: 15px;
    }
}

.page-template-page-program .faq {
    margin-bottom: 1.5em;
}

.page-template-page-program .faq-item.closed .answer {
    display: none;
}

.page-template-page-program .faq-item .answer {
    display: block;
}

.page-template-page-program .question,.page-template-page-program .faq .answer {
    padding-left: 0;
}

.page-template-page-program .question {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0;
    cursor:pointer;
}

.page-template-page-program .answer {
    margin-top: 0;
}


@media screen and (max-width: 999px) {
    .page-template-page-program .question {
    font-size: 15px;
    }
}

.page-template-page-program .faq-item {
    border: 1px solid #DADFE1;
    position: relative;
    padding: 17px 40px 17px 20px;
}

.page-template-page-program .faq-item:not(:last-child) {
    border-bottom: none;
}

.page-template-page-program .question {
margin: 0;
}

.page-template-page-program  .faq-item .question:before {
    border: 0;
    margin: 0;
    padding: 0;
}

.page-template-page-program .faq-item.closed .question:before {
    border: 0;
    margin: 0;
    padding: 0;
}

.page-template-page-program .faq-item .question:after {
	content: '';
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 10px;
    transform: translateY(-50%); 
    background: url('../images/minus.svg') no-repeat center center;
    background-size: contain;
}

.page-template-page-program .faq-item.closed .question:after {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 10px;
    top: 50%; 
    transform: translateY(-50%); 
    content: '';
	background: url('../images/plus.svg') no-repeat center center;
    background-size: contain;
}