@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    --brand-color: #004AAD;
    --secondary-color: #4280d1;
    --secondary-color-l: #004bad78;
  }

.faqs-header {
    margin-top: 8%;
    color: aliceblue;
    font-family: SUSE;
    font-size: 50px;
    font-weight: 700;
    margin-left: 10%;
}

.faqs-subhead {
    margin-top: 10px;
    color: aliceblue;
    font-family: SUSE;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10%;
}

.blog-style-page {
    background-color: rgba(255, 255, 255, 0.979);
    margin-top: 40px;
    margin-left: 6%;
    margin-right: 6%;
    border-radius: 10px;
    padding-top: 50px;
    padding-right: 3%;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.blog-style-page .question {
    color: black;
    font-family: SUSE;
    font-weight: 680;
    font-size: 22px;
    padding-left: 0.5%;
}

.blog-style-page .answer {
    color: black;
    font-family: SUSE;
    font-weight: 380;
    font-size: 16px;
    padding-left: 4.7%;
    margin-top: 10px;
}

.blog-style-page .anchor-link {
    margin-left: 3%;
    color:rgba(255, 255, 255, 0.979);
}

.faq .question:hover .anchor-link {
    visibility: visible;
    color: black;
}

.anchor-link:hover {
    visibility: visible;
    color:var(--secondary-color-l);
}

.blog-style-page .faq {
    margin-bottom: 50px;
}

.answer a {
    color: var(--brand-color);
}

/* TOP */
.blog-style-page2 .quickjump {
    background-color: var(--brand-color);
    border-radius: 7px;
    width: 21%;
    color: aliceblue;
    border: transparent solid 3px;
}

.quickjump .qj-header {
    font-size: 22px;
    font-family: SUSE;
    font-weight: 600;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    color: aliceblue;
}

.blog-style-page2 {
    background-color: rgba(255, 255, 255, 0.001);
    margin-top: 40px;
    margin-left: 4%;
    margin-right: 4%;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left:7px;
    padding-right: 7px;
}

.qj-icon {
    padding-top:40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 50px;
    background-color: aliceblue;
    color:var(--brand-color);
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.qj-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
    color: aliceblue;
    font-family: SUSE;
}

.quickjump:hover {
    border: white solid 3px;
    border-radius: 7px;
}