/************************ News ***************************/
.subscribe {
    display: none;
}

.introduction_content h1 {
    margin-top: 20px;
    width: 50%;
}

.news_detail_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 120px;
}

.news_detail {
    width: calc(2 * ((100% - 80px) / 3));
    margin-right: 80px;
    margin-top: 120px;
}

.main_body {
    min-height: 400px;
}

.main_body h2:first-of-type {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 100px;
    line-height: 1.3;
}

.main_body h3 {
    color: var(--beaver) !important;
    margin-bottom: -10px;
    text-transform: uppercase;
}

.main_body img {
    margin: 15px auto;
    border-radius: 10px;
}

.main_body a {
    color: var(--beaver);
    font-weight: 700;
    text-decoration: underline;
}

.news_category {
    background-color: var(--beaver);
    color: var(--black);
    margin-right: 20px;
}

.news_date {
    border: 2px solid var(--white);
    color: var(--white);
    background-color: var(--trans-white);
}

.more_posts {
    background-color: var(--white);
    padding: 1px 0 160px 0;
}

.more_posts h2 {
    text-align: center;
    color: var(--black);
    margin-bottom: 0;
}

.more_posts .button {
    margin: 40px auto 0;
}

.more_posts .news_card h3 {
    color: var(--black);
}

.mobile {
    display: none;
}

.visual-anchor-class {
    position: absolute;
    margin-top: -100px;
    visibility: hidden;
}
  
blockquote {
    font-size: 20px;
    margin: 25px 0;
    padding: 60px 60px 60px 90px;
    border-top: 2px solid var(--beaver);
    border-bottom: 2px solid var(--beaver);
    background-color: var(--beaver);
    border-radius: 10px;
    line-height: 1.6;
    position: relative;
}

blockquote p {
    font-size: 32px;
    font-family: 'Brockmann' !important;
    font-style: normal;
    line-height: 1.3;
    padding-right: 40px;
    text-align: center;
    box-sizing: border-box;
    color: var(--black);
}
  
blockquote::before,
blockquote::after {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: 900;
    color: var(--brown);
    font-size: 40px;
    position: absolute;
    left: 25px;
    top: 10px;
    opacity: 0.2;
}
  
blockquote::after {
    content: "\f10e";
    left: unset;
    top: unset;
    right: 25px;
    bottom: 10px;
}

/************************ News Side Column ***************************/
.apply_column {
    position: sticky;
    top: 160px;
    width: calc(((100% - 80px) / 3));
    margin-top: 140px;
}

.apply_panel {
    background-color: var(--brown);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.mailing_list_form {
    background-color: transparent;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid var(--white);
}

.mailing_list_form {
    margin-top: 40px;
}

.mailing_list_form div[data-lastpass-icon-root] { display: none; }
.mailing_list_form div[data-lastpass-root] { display: none; }

.apply_panel .apply_header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
    
.apply_panel h4,
.apply_panel_large h4 {
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.apply_panel h4:first-of-type,
.apply_panel_large h4:first-of-type {
    margin-top: 0;
}

.apply_panel .details_flex {
    display: flex;
    align-items: center;
}

.apply_panel .category {
    background-color: var(--beaver);
    color: var(--black);
    height: 46px;
    padding: 0 32px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    box-sizing: border-box;
    font-weight: 500;
}

.apply_panel .created_at {
    border: 2px solid var(--white);
    color: var(--white);
    background-color: var(--trans-white);
    margin-left: 15px;
}

.apply_panel .category i {
    margin-right: 8px;
}

.mailing_list_form h4 {
    margin-top: -5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.apply_panel .apply_header h4 {
    margin-top: -9px;
    margin-bottom: -5px;
    text-transform: uppercase;
}

.apply_panel .apply_header .deadline_date {
    margin-top: -3px;
}

.apply_panel .apply_header .deadline_date i {
    margin-right: 8px;
}

.apply_panel p,
.apply_panel_large p {
    margin-top: 0;
}

.apply_panel .square_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    background-color: var(--black);
    color: var(--white);
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 15px;
}

.apply_button {
    margin: 15px auto 0 auto;
    width: 100%;
}

.apply_panel .tags {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 20px;
}

.apply_panel .tags .tag {
    background-color: var(--beaver);
    color: var(--black);
    font-weight: 500;
    opacity: 1 !important;
    transition: 0.2s all ease-in-out;
    box-shadow: none;
}

.apply_panel .tag:hover,
.apply_panel .disabled:hover {
    background-color: var(--beaver);
    transition: 0.2s all ease-in-out;
}

.apply_panel .tags .tag:last-of-type {
    margin-right: 0;
}

.news_social {
    display: flex;
    align-items: center;
}

.apply_panel_large .news_social {
    justify-content: center;
}

.news_social a {
    background-color: var(--black);
    color: var(--white);
    border-radius: 5px;
    width: 46px;
    height: 46px;
    font-size: 1.2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 0 0;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.2s all ease-in-out;
}

.news_social a:hover {
    opacity: 0.9;
    transition: 0.2s all ease-in-out;
}

.news_social .fa-link {
    font-size: 16px;
}

.news_social a:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.mailing_list_form .form_group {
    display: flex;
    align-items: center;
    width: 100%;
}

.mailing_list_form .form_input {
    width: calc(100% - 66px);
}

.mailing_list_form .form_field {
    border: 2px solid var(--white);
    color: var(--white);
    background-color: var(--trans-white);
    border-radius: 5px;
    height: 46px;
    width: 100%;
    padding-left: 15px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    font-family: 'Roboto', sans-serif !important;
}

.mailing_list_form .form_field::placeholder {
    color: var(--white);
}

.mailing_list_form .form_field:focus,
.mailing_list_form .form_field:active {
    outline: none;
}

.mailing_list_form .square_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    background-color: var(--beaver);
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: var(--black);
    margin-left: 20px;
    cursor: pointer;
    font-size: 18px;
}

.successMessage {
    display: none;
}

.more_posts .news_wrapper {
    margin-top: -30px;
}

.more_posts .news_info .news_date {
    color: var(--black);
    background-color: rgba(0,0,0,0.05);
    border: none;
    padding: 8px 14px;
}

@media (max-width: 1600px) {
    .news_detail {
        width: calc(100% - 500px);
        margin-right: 80px;
        margin-top: 120px;
    }

    .apply_column {
        position: sticky;
        top: 160px;
        width: 420px;
        margin-top: 140px;
    }
}

@media (max-width: 1500px) {
    .main_body h2:first-of-type {
        font-size: 80px;
    }
}

@media (max-width: 1400px) {
    .news_detail {
        width: calc(100% - 440px);
        margin-right: 40px;
    }

    .apply_column {
        width: 400px;
    }
}

@media (max-width: 1350px) {
    .more_posts .news_wrapper .news_card:nth-of-type(3) {
        margin: 80px auto 0;
    }
}

@media (max-width: 1250px) {
    .apply_column {
        position: sticky;
        top: 121px;
    }
}

@media (max-width: 1150px) {
    .main_body h2:first-of-type {
        font-size: 60px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1050px) {
    .news_detail_wrapper {
        flex-direction: column-reverse;
    }

    .apply_column {
        position: relative;
        top: unset;
        width: 100%;
        margin-top: 100px;
    }

    .news_detail {
        width: 100%;
        margin-top: 80px;
    }

    blockquote {
        padding: 60px 40px 60px 70px;
    }
}

@media (max-width: 700px) {
    .mobile {
        display: flex;
    }

    .news_detail_info {
        display: block;
    }

    .news_information {
        width: 100%;
    }

    .news_date {
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .more_posts .button {
        width: 100%;
    }

    .main_body h2:first-of-type {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .main_body h2:first-of-type {
        font-size: 48px;
    }

    .more_posts {
        padding: 1px 0 100px 0;
    }

    .more_posts .news_wrapper {
        margin-top: 0;
    }

    .introduction_content h1 {
        width: 90%;
    }

    .more_posts .news_wrapper .news_card:nth-of-type(3) {
        margin: 40px auto 0;
    }
}

@media (max-width: 450px) {
    .apply_panel .details_flex {
        display: block;
    }

    .apply_panel .details_flex .category {
        width: 100%;
    }

    .apply_panel .details_flex .created_at {
        margin-left: 0;
        margin-top: 15px;
    }
}