body  { 
    font-family: 'PT Serif', serif;
}


h1 {
    font-size: 50px;
    line-height: 0;
}

h3 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
}

p, a { 
    font-family: 'Lato', sans-serif;
}

a { 
    color: #5D9480;
}

.arrow { 
    font-size: 50px;
}

.inner { 
    max-width: 1000px;
    margin: 0px auto;
}

@media only screen and (max-width: 1060px) {
    .inner { 
        padding: 0 30px;
    }
}

.logo.inner { 
    text-align: right;
    border-bottom: 1px solid #c7d8d1;
}

.logo.inner img { 
    padding-bottom: 10px;
}

.intro { 
    padding: 20px 0 60px 0;
    background: #d1e2db;
    color: #1f312a;
}

.short-wrapper { 
    max-width: 700px;
    padding-top: 30px;
}


.questions,
.important { 
    background: #fffcf5;
    padding: 60px 0;
}

.important h2 { 
    text-align: center;
}

.section { 
    border-top: 1px solid #d8d4cc;
}

.questions .section:last-of-type  { 
    border-bottom: 1px solid #d8d4cc;
}

.toggle-content  { 
    display: flex;
    align-items: center;
    cursor: pointer;
}

.toggle-content .arrow { 
    transition: all 500ms;
}

.toggle-content:hover .arrow { 
    transform: rotate(360deg);
}

.arrow { 
    margin-left: auto;
}


.hidden-content { 
    display: none;
    padding-bottom: 40px;
}

.hidden-content .divider {
    padding-bottom: 30px;
}

.important { 
    padding: 30px 0 50px;
    background: #fdecec;
    color:#3e1818;
}

.important ul,
.important ul li { 
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

.important ul li { 
    display: flex;
    align-items: center;
}

.important ul li .date { 
    background: #fddada;
    padding: 10px;
    display: inline-block;
    margin: 10px 0;
    margin-right: 10px;
    font-weight: bold;
    min-width: 85px;
    text-align: center;
    border: 1px solid #ffc7c7;
    color: #af6e6e;
}

.contact { 
    background: #fffcf5;
    border-top: 1px solid #d8d4cc;
}

.faq,
.faq li { 
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 25px;
    color: #1f312a;
}

.faq li { 
    margin-bottom: 30px;
}

.faq li .question,
.faq li .answer { 
    display: block;
    padding: 20px;
    padding-right: 15%; 
    background: white;
    font-family: 'Lato', sans-serif;
}

.faq li .answer { 
    border-left: 5px solid lightgrey;
    border-top: 1px solid #f3f3f3;
    font-style: italic;
    color: dimgrey;
}

.faq li .question { 
    border-left: 5px solid #61a288;
    font-weight: bold;
    background: #f3f9f7;
    border-radius: 5px 5px 0 0;
}

.notification {
    font-family: 'Lato', sans-serif;
    background: #fddada;
    border: 1px solid #ffc7c7;
    color: #af6e6e;
    padding: 25px;
    margin: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
}

.member-questions {
    background: #464652;
    color: white;
    padding: 30px 0;
}

.member-questions h2 {
    text-align: center;
}

.member-questions h3 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.member-questions .faq li {
    box-shadow: 4px 4px 3px 0px rgb(16 16 16 / 20%);
}

/*# sourceMappingURL=/page.fff09b40.css.map */