
.h1-text, h1 {
    font-size: 54px;
    line-height: 66px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1a2533;
}
.h2-text, h2 {
    font-size: 36px;
    line-height: 44px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1a2533;
}
.h3-text, h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1a2533;
}
.p-text, p, a, li, td, th {
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #1a2533;
}
.p-bold-text, b {
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1a2533;
}
.text-container p, 
.text-container a, 
.text-container li, 
.text-container td, 
.text-container th, 
.text-container b {
    font-family: "Roboto", sans-serif;
}
.text-container li strong,
.text-container td strong,
.latest-article p strong,
.text-container p strong {
    font-weight: 400;
}
body {
    margin: 0;
}
.category-style {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #A4BD52;
}
.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
p.article-creds {
    border-left: 2px solid #5a308d;
    color: #5a308d;
    padding-left: 10px;
}
cite, figcaption {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}
.wp-block-verse {
    font-family: "Roboto", sans-serif;
    text-align: left;
}
.wp-block-pullquote blockquote p {
    font-size: 24px;
    color: #5a308d;
    text-align: center;
}
.wp-block-pullquote {
    padding: 10px;
    text-align: right;
}
.wp-block-pullquote blockquote cite {
    font-size: 20px;
    color: #5a308d;
}
.wp-block-pullquote blockquote strong {
    color: #5a308d;
}
.pullquote-right {
    margin-left: 20px;
    width: 50%;
    margin-right: -100px;
    float: right;
}
.pullquote-right blockquote p {
    text-align: left;
}
.wp-block-quote,
.latest-article .wp-block-quote {
    text-align: right;
}
.latest-article .wp-block-quote {
    margin: 1em 2.5em;
}
.wp-block-quote p,
.wp-block-quote cite,
.latest-article .wp-block-quote p,
.latest-article .wp-block-quote cite {
    color: #5a308d;
}
.latest-article .wp-block-quote p,
.wp-block-quote p {
    text-align: left;
    font-size: 20px;
}
.latest-article .wp-block-quote cite, 
.wp-block-quote cite{
    font-size: 16px;
}
.text-container {
    max-width: 1280px;
    width: 100%;
    padding: 30px 100px;
    box-sizing: border-box;
    background: #F6F5F7;
    /* margin-bottom: -150px; */
}
.text-container *:not(.jille-button, .wp-block-button, .inerCnt) > a:not(.no-underline),
.text-info a,
#registerform a,
#nav a,
#lostpassword-modal a,
.homepage-card a,
.previous-article-card:not(.text-container) a,
.corner-nag a,
.login-required-message a,
.message a {
    text-decoration: none;
    background-image: -o-linear-gradient(330deg,#9DBF3B 0,#9DBF3B 100%);
    background-image: linear-gradient(120deg,#9DBF3B,#9DBF3B);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    border-bottom: 2px solid #9DBF3B;
    text-decoration: none;
    -webkit-transition: background-size .125s ease-in;
    -o-transition: background-size .125s ease-in;
    transition: background-size .125s ease-in;
    cursor: pointer;
}
.text-container a:not(.no-underline):hover,
.text-info a:hover,
#registerform a:hover,
#lostpassword-modal a:hover,
.homepage-card a:hover,
#nav a:hover,
.corner-nag a:hover,
.login-required-message a:hover,
.message a:hover {
    background-size: 100% 100%;
    color: white;
}
.corner-nag a {
    font-size: inherit;
}
.text-container.article {
    padding-right: 200px;
    position: relative;
}
.text-container.article::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    background-color: inherit;
    width: 100%;
    height: 100px;
}
.text-container img {
    height: auto;
    object-fit: contain;
}
.text-container strong {
    font-weight: 600;
}
.text-container h2, .text-container h3 {
    color: #8D6BC6;
    font-weight: 600;
}
.text-container h1,
.card-container h1 {
    font-size: 44px;
    font-weight: 600;
    color: #5A308D;
}
.text-container h2 {
    font-size: 24px;
}
.text-container h3 {
    font-size: 20px;
    font-weight: 300;
}
.text-container p.jille-button,
p.jille-button {
    text-align: center;
}
.text-container .jille-button a,
.want-to-know-more .wp-block-button a,
.wp-block-button.jille-button-style a,
.jille-button a {
    width: 100%;
    max-width: 500px;
    text-align: center;
    line-height: 1.5em;
    display: inline-block;
    text-decoration: none;
    height: 46px;
    background-color: #9DBF3B;
    color: #f6f5f7;
    border-radius: 7px;
    font-weight: 600;
    padding: 11px 0;
    box-sizing: border-box;
    transition: background-color 400ms;
}
.wp-block-button.jille-button-style a {
    padding: 11px;
}
@media screen and (max-width: 500px) {
    .wp-block-button.jille-button-style a {
        font-size: 12px;
        height: calc(1.5em + 22px);
    }
}
.want-to-know-more .wp-block-button a:hover,
.wp-block-button.jille-button-style a:hover,
.jille-button a:hover {
    background-color: #7d982f;
    color: white;
}
#wp-submit, .logout-button, .jille-submit,
.ac_form button {
    background-color: #9dbf3b;
    border: none;
    width: 300px;
    font-size: 16px;
    padding: 0.5em 0;
    border-radius: 1em;
    color: white;
    transition: background-color 400ms;
    cursor: pointer;
    font-weight: 600;
}
.logout-button {
    text-align: center;
    text-decoration: none;
}
#wp-submit:hover, .logout-button:hover, .jille-submit:hover,
.ac_form button:hover {
    background-color: #7d982f;
}