.rela-block_cv {
    display: block;
    position: relative;
    /*margin: auto;*/
}
.abs-center_cv {
    position: absolute;
    top: 130%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 88%;
}

.caps_cv {
    text-transform: uppercase;
}

.title_cv {
    font-family: 'Open Sans';
    font-size: 22px;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
}

.page_cv {
    width: 100%;
    max-width: 970px;
    /*margin: 80px auto;*/
    background-color: #fff;
    /*box-shadow: 6px 10px 28px 0px rgba(0,0,0,0.4);*/
}
.top-bar_cv {
    height: 120px;
    background-color: #1a468d;
    color: #fff;
}
.name_cv {
    left: calc(350px + 5%);
    right: 0;
    bottom: 0;
    height: 120px;
    text-align: center;
    font-family: 'Raleway';
    font-size: 30px;
    letter-spacing: 8px;
    font-weight: 100;
    line-height: 60px;
}
.name_cv div {
    width: 94%;
}
.side-bar_cv {
    position: absolute;
    top: 60px;
    left: 5%;
    bottom: 0;
    width: 300px;
    background-color: #f7e0c1;
    padding: 320px 30px 50px;
}
.mugshot_cv {
    position: absolute;
    top: 50px;
    left: 70px;
    height: 210px;
    width: 210px;
}
.mugshot_cv .logo_cv {
    margin: -23px;
}
.logo_cv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    margin: 0;
    color: #000;
    height: 250px;
    width: 250px;
}
.logo_cv .logo-svg_cv {
    height: 100%;
    width: 100%;
    stroke: #000;
    cursor: pointer;
}
.logo_cv .logo-text_cv {
    position: absolute;
    top: 58%;
    right: 16%;
    cursor: pointer;
    font-family: "Montserrat";
    font-size: 55px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 58.333333333333336px;
}
.content-container_cv {
    /*width: calc(95% - 350px);*/
    padding: 25px 40px 50px;
}
.content-container_cv > * {
    margin: 0 auto 25px;
}
.content-container_cv > p.long-margin_cv {
    margin: 0 auto 50px;
}
.title_cv {
    /*width: 80%;*/
    text-align: center;
}
.separator_cv {
    width: 240px;
    height: 2px;
    background-color: #999;
}
.greyed_cv {
    background-color: #00264a;
    width: 100%;
    /*max-width: 580px;*/
    text-align: center;
    font-family: 'Open Sans';
    font-size: 18px;
    /*letter-spacing: 6px;*/
    font-weight: 600;
    line-height: 38px;
    color: white;
}
@media screen and (max-width: 1150px) {
    .name_cv {
        color: #fff;
        font-family: 'Raleway';
        font-size: 38px;
        letter-spacing: 6px;
        font-weight: 100;
        line-height: 48px;
    }
}

@media (max-width: 400px) {
    .modal-content{
        width: 86vw !important;
    }
    .modal-dialog{
        margin: 1.5rem 7% !important;
    }
}

.info_cv{
    font-size: 14px;
    margin: 0px;
    padding-left: 90px;
    padding-right: 90px;
}

.modal .close {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    font-weight: 300;
    border-radius: 100%;
    line-height: 0rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    border: 2px solid #fff;
    padding: 0!important;
    color: #fff;
    background-color: #EE7A00!important;
}