/* STYLE POPUP ABOUT PAGE SECTION */
.mfp-close-btn-in .mfp-close {
    color: #000000;
    line-height: 0px;
}

.mfp-close-btn-in .about-box-pre-content > .mfp-close {
    right: 0;
    top: 0;
    height: 5%;
} 

.mfp-close-btn-in .about-box-post-content > .mfp-close {
    right: 0.5rem;
    bottom: 0;
    top: unset;
    width: auto;
    font-size: 14px;
    background-color: #eee;
    height: 4%;
    border-radius: 13px;
    padding: 4px;
    margin: 2px;
} 

#about_page_section{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -500px;
    width: 1000px;
    height: 600px;
    background-color: #ffffff;
    opacity: 1;
    border: 1px solid #000000;
    border-radius: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    z-index: 9999999;
}

.about-box-pre-content {
    height: 5%;
    width: 100%;
    margin: 0;
    border-bottom: 1px #BFBFBF solid;
}

.about-box-post-content {
    height: 5%;
    width: 100%;
    margin: 0;
    border-top: 1px #BFBFBF solid;
}

.about-box-content {
    height: 90%;
    width: 100%;
    padding: 0 1rem 0 1rem;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-gutter: stable;
    scrollbar-width: auto;
    scrollbar-color: #888888 #e6e6e6;
}

#about_page_section a:link{
    text-decoration: none;
    color: #427fa3;
}

#about_page_section a:visited{
    text-decoration: none;
    color: #427fa3;
}

.about_content_header {
    text-align: center;
    border-bottom: 2px #4DADBD solid;
    margin-bottom: 1rem;
}

#about_page_section .logo-long {
    width: 33%;
}

.abouttextheader{
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.abouttextsubheader{
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}

.about_section_spacer{
    position: relative;
    height: 10px;
    width: 974px;
}
