.darken-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, 0.76);
    z-index: 9999;
    display: none;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    background: transparent;
    z-index: 9999;
    display: none;
    z-index: 99;
}

.news-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 30px;
}

.news-list-container {
    display: block;
    flex-basis: 68%;
    width: 68%;
}

.side-panel {
    flex-basis: 25%;
    width: 25%;
    display: block;
}

.news-atrilce {
    margin: 30px 0;
}

.news-image {
    width: 100%;
    display: block;
}

.news-image img {
    width: 100%;
}

.article-caption {
    display: block;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 30px 0;
    border-bottom: solid 1px #e8e8e8;
}

.date {
    display: block;
    width: fit-content;
    color: #b8967e;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.article-title {
    color: #0a1e35;
    letter-spacing: .015in;
    font-family: 'dragon-serialregular';
    text-transform: uppercase;
    font-size: 40px;
    padding: 10px 0 20px;
}

.article-intro {
    display: block;
    width: 100%;
}

.article-intro a {
    text-decoration: none;
}

.article-parag-1 {
    color: #0a1e35;
    font-family: 'Montserrat';
    line-height: 30px;
    margin-bottom: 20px;
}

.cta-btn-reverse {
    width: 180px;
    height: 50px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: .5s;
    cursor: pointer;
    margin-bottom: 50px;
}

.cta-bg-reverse {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background: transparent;
    border: solid 1px #0a1e35;
    transition: .5s;
    z-index: 0;
}

.cta-text {
    color: #0a1e35;
    letter-spacing: .015in;
    font-family: 'dragon-serialregular';
    text-transform: capitalize;
    padding: 0 20px;
    z-index: 9;
    font-size: 18px;
}

.cta-icon {
    width: 20px;
    margin-right: 15px;
    z-index: 9;
}

.cta-btn-reverse:hover .cta-bg-reverse {
    width: 50px;
    margin-left: 130px;
    background-color: #0a1e35;
    border: solid 1px #0a1e35;
    width: 100%;
    height: 100%;
}

.cta-btn-reverse:hover .cta-text {
    color: #f1f1f1;
}

.cta-btn-reverse:hover .cta-icon {
    content: url(../../../website/icons/right-white.png);
}

.news-category {
    display: block;
    width: 100%;
    padding: 0 10px;
}

.news-category a {
    text-decoration: none;
}

.news-category h3 {
    color: #0a1e35;
    letter-spacing: .015in;
    font-family: 'dragon-serialregular';
    text-transform: capitalize;
    font-size: 30px;
    padding-bottom: 20px;
}

.category-link {
    padding: 20px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid .5px #0a1e35;
}

.category-link:hover .cat-name {
    color: #0a1e35;
}

.category-link:hover .dot {
    background-color: #0a1e35;
}

.cat-name {
    font-family: 'Montserrat';
    font-size: 15px;
    color: #b8967e;
    font-weight: 500;
    margin-left: 20px;
    width: 60%;
}

.bracket {
    font-family: 'Montserrat';
    font-size: 15px;
    color: #0a1e35;
    font-weight: 500;
}

.category-link:hover .bracket {
    color: #b8967e;
}

.need-help {
    background-image: linear-gradient(rgba(18, 30, 48, 0.8), rgba(21, 44, 70, 0.8)), url(../../../website/images/need-help.jpeg);
    background-position: right;
    background-size: cover;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.get-help-info {
    display: block;
    width: 100%;
    margin: auto;
}

.get-help-info h4 {
    letter-spacing: .015in;
    font-family: 'dragon-serialregular';
    color: #b8967e;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
}

.get-help-info p {
    font-family: 'Montserrat';
    color: #fff;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12px;
}

.get-help-info h1 {
    font-family: 'dragon-serialregular';
    color: #fff;
    text-align: center;
    font-size: 35px;
}

.chat-heading {
    font-family: 'dragon-serialregular';
    color: #0a1e35;
    text-align: center;
    font-size: 35px;
    margin: 30px 0 15px;
    text-align: start;
}

#chat-container {
    width: 100%;
}

#chat-messages {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.chatfield {
    display: flex;
}

#message-input {
    width: 100%;
    margin-top: 10px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    height: 40px;
    padding: 0 10px;
}

#message-input[type="text"] {
    font-size: 16px;
    color: #0a1e35;
    font-family: 'Montserrat';
}

#message-input::placeholder {
    font-size: 12px;
}

.submit-chat {
    z-index: 99999;
}

ul.messages-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    display: flex;
    flex-direction: column-reverse;
}

.usersname {
    letter-spacing: .015in;
    font-family: 'dragon-serialregular';
    color: #b8967e;
    font-size: 16px;
    padding-bottom: 5px;
}

.message {
    font-size: 12px;
    color: #0a1e35;
    font-family: 'Montserrat';
}

button {
    margin-top: 10px;
    background-color: transparent;
    border: solid 1px #ccc;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

button:hover {
    background-color: #b8967e;
}

button:hover .submit-chat {
    content: url(../../../website/icons/submit_white.png);
}

.sign-in-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    display: none;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0 50px 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 9999999999;
}

.sign-in-heading {
    font-family: 'dragon-serialregular';
    color: #0a1e35;
    text-align: center;
    font-size: 35px;
    margin: 30px 0 15px;
    text-align: center;
}

.sign-in-username {
    margin-bottom: 20px;
}

.sign-in-email {
    margin-bottom: 20px;
}

.sign-in-password {
    margin-bottom: 10px;
}

.sign-in-username,
.sign-in-email,
.sign-in-password {
    width: 300px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 0 10px;
}

.sign-in-password[type="password"],
.sign-in-email[type="email"],
.sign-in-username[type="text"] {
    font-size: 16px;
    color: #0a1e35;
    font-family: 'Montserrat';
}

.button-and-loader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 20px;
}

.sign-in-btn {
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    color: #f1f1f1;
    background-color: #0a1e35;
    border-radius: 10px;
}

.sign-in-btn:hover {
    background-color: transparent;
    color: #0a1e35;
}

.auth-loader {
    width: 80px;
    background: transparent;
    z-index: 9999;
    display: none;
    z-index: 99;
}

.close-rounded {
    background-color: #0a1e35;
    border-radius: 100px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-sign-in {
    width: 10px;
    color: #0a1e35;
}

.terms-message,
.sign-in-link {
    font-size: 16px;
    color: #0a1e35;
    font-family: 'Montserrat';
    font-size: 12px;
}

.sign-in-redirect {
    font-size: 16px;
    color: #561a8b;
    font-family: 'Montserrat';
    font-size: 12px;
    cursor: pointer;
}

.password-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.password-icon {
    width: 24px;
    cursor: pointer;
}

.show-password {
    font-size: 12px;
    color: #0a1e35;
    font-family: 'Montserrat';
    justify-self: center;
    padding-left: 5px;
}

@media screen and (max-width: 993px) {
    .news-container {
        padding: 50px 10px;
    }

    .news-list-container {
        flex-basis: 65%;
        width: 65%;
    }

    .side-panel {
        flex-basis: 30%;
        flex-basis: 30%;
    }

    .need-help {
        margin: 30px auto 0;
        height: 70vh;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .news-list-container {
        flex-basis: 60%;
        width: 60%;
    }

    .side-panel {
        flex-basis: 35%;
        flex-basis: 35%;
    }

    .news-category h3 {
        font-size: 25px;
    }

    .cat-name {
        font-size: 13px;
    }

    .bracket {
        font-size: 13px;
    }

    .need-help {
        height: 40vh;
        width: 85%;
    }
}

@media screen and (max-width: 450px) {
    .news-container {
        flex-wrap: wrap;
        padding: 10px;
    }

    .news-list-container,
    .side-panel {
        flex-basis: 100%;
        width: 100%;
    }

    .article-title {
        font-size: 25px;
    }

    .date {
        font-size: 13px;
    }

    #chat-container {
        padding-bottom: 100px;
    }

    .chat-heading {
        font-size: 25px !important;
        padding-left: 10px;
    }

    .sign-in-container {
        width: 90%;
        padding: 20px;
        justify-content: flex-start;
    }

    .sign-in-email,
    .sign-in-password {
        width: 250px;
    }

    .auth-loader {
        position: absolute;
        top: 90%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 80px;
        background: transparent;
        z-index: 9999;
        display: block;
        z-index: 99;
    }
}

@media only screen and (max-width: 1024px) and (min-height: 1366px) {
    .need-help {
        height: 25vh;
        margin: 100px auto;
        width: 90%;
    }
}