/************************ Blog ***************************/
.blog_detail_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
    margin-top: -40px;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.blog_detail_images {
    width: calc((100% - 40px) / 2);
}

.blog_detail {
    width: calc((100% - 40px) / 2);
    margin-left: 20px;
    margin-top: 20px;
    padding: 0 80px 0 40px;
    box-sizing: border-box;
}

.blog_detail_images .about_image {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.blog_detail_images .about_image:last-of-type {
    margin-bottom: 0;
}

.blog_detail_images .about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.main_body {
    min-height: 400px;
}

.main_body h2:first-of-type {
    margin-top: 0;
    margin-bottom: 20px;
}

.main_body h3,
.main_body h4 {
    color: var(--black);
    margin-bottom: 0;
}

.main_body img {
    margin: 20px auto;
}

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

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

.blog_category i {
    width: 26px;
}

.blog_category .fa-bookmark {
    margin-left: 2px;
    margin-right: -2px;
}

.blog_date {
    background-color: var(--gold);
    color: var(--black);
}

.mobile {
    display: none;
}

.visual-anchor-class {
    position: absolute;
    margin-top: -100px;
    visibility: hidden;
}
  
blockquote {
    font-size: 20px;
    margin: 35px 0;
    padding: 60px 60px 60px 90px;
    border-top: 2px solid rgba(0,0,0,0.1);
    border-bottom: 2px solid rgba(0,0,0,0.1);
    /* background-color: var(--dark-blue); */
    line-height: 1.6;
    position: relative;
}

blockquote p {
    font-size: 26px;
    font-style: normal;
    font-family: 'bourtonbaseuploaded_file' !important;
    color: var(--dark-blue);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
    padding-right: 40px;
    text-align: center;
    box-sizing: border-box;
}
  
blockquote::before,
blockquote::after {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: 900;
    color: 2px solid rgba(0,0,0,0.1);
    font-size: 40px;
    position: absolute;
    left: 25px;
    top: 10px;
    opacity: 0.2;
}
  
blockquote::after {
    content: "\f10e";
    left: unset;
    top: unset;
    right: 25px;
    bottom: 10px;
}

.separator {
    width: 100%;
    height: 2px;
    background-color: var(--black);
    opacity: 0.1;
    margin: 40px 0;
    transition: 0.4s all ease-in-out;
}

.blog_call_to_action {
    background-color: var(--grey);
    border-radius: 10px;
    padding: 40px;
    margin: 60px 0;
}

.blog_call_to_action h3 {
    font-size: 32px;
    margin: -15px 0 30px 0;
}

/************************ Blog Side Column ***************************/
.apply_column {
    width: 100%;
    margin-bottom: 46px;
    padding-bottom: 46px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.apply_panel,
.mailing_list_form {
    width: 100%;
    box-sizing: border-box;
}

.apply_panel_large {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.apply_panel .apply_header {
    display: flex;
    align-items: flex-start;
}
    
.apply_panel h4,
.apply_panel_large h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.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(--gold);
    color: var(--black);
    height: 46px;
    padding: 0 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    box-sizing: border-box;
    font-weight: 500;
}

.apply_panel .created_at {
    color: var(--white);
    background-color: var(--black);
    border-radius: 5px;
    margin-bottom: 20px;
}

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

.apply_panel .apply_header h4 {
    margin-top: -7px;
}

.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(--light-grey);
    color: var(--black);
    box-sizing: border-box;
    border: 2px solid var(--border-grey);
    margin-right: 15px;
}

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

.blog_social {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

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

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

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

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

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

.successMessage {
    display: none;
}

.more_posts {
    padding: 140px 0px;
}

.more_posts h2 {
    text-align: center;
    margin: -25px auto 40px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

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

.more_posts .BlogSlider {
    display: flex;
    width: 100%;
}

.more_posts .BlogSlider .blog_card {
    margin: 0 10px;
}  

.more_posts .BlogSlider .blog_card {
    display: flex !important;
}

/*********************** Video ************************/
Iframe {
    width: 100%;
    height: auto;
    border: none;
    outline: none;
}

.video {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 65%;
    border-radius: 20px;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}

@media (max-width: 1450px) {
    .blog_detail {
        width: calc(100% - 225px);
        margin-left: 40px;
        padding-left: 0;
    }
}

@media (max-width: 1250px) {
    .blog_detail_wrapper {
        padding: 0 25px;
    }
    
    .blog_detail {
        width: calc(100% - 225px);
        padding-right: 0px;
    }
}

@media (max-width: 1150px) {
    .image_column {
        margin-top: 140px;
    }

    .more_posts {
        margin-top: 0;
    }

    .blog_detail {
        margin-left: 25px;
    }

    .blog_detail_images .about_image {
        margin-bottom: 25px;
    }
}

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

    .blog_detail,
    .blog_detail_images {
        width: 100%;
    }

    .blog_detail {
        margin-left: 0px;
        padding-top: 40px;
    }
}

@media (max-width: 800px) {
    .more_posts .BlogSlider .blog_card {
        margin: 0 10px !important;
    }  

    .more_posts h2,
    .more_posts .store_opening {
        width: calc(100% - 40px);
    }
}

@media (max-width: 750px) {
    .more_posts .slick-track {
        display: flex;
        align-items: stretch;
    }
}

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

    .blog_detail_info {
        display: block;
    }

    .blog_information {
        width: 100%;
    }

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

@media (max-width: 600px) {
    .blog_call_to_action {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 40px 20px;
    }

    .blog_call_to_action h3 {
        font-size: 32px;
        margin: -15px 0 30px 0;
        text-align: center;
    }

    .blog_call_to_action .buttons_container {
        flex-direction: column;
        width: 100%;
    }

    .blog_call_to_action .buttons_container .button {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .more_posts .button {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
}

@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;
    }
}