.photo_wrapper {
    border: 2px dashed #d6d6d6;
    /*padding: 50px;*/
    padding: 5% 15%;
    background-color: #F7F7FA;
    margin-top: 15px;
}

.photo_wrapper label {
    margin-bottom: 15px;
}

.avatar_wrapper {
    text-align: center;
}

.avatar_wrapper img {
    width: 150px;
}

.custom-file {
    margin-bottom: 20px;
}

.footer__nav li {
    display: inline-block;
    margin: 0 14px;
}

.footer__nav li a:hover {
    color: #fff;

}

.footer__copyRight {
    background-color: #151515;

}

.footer__copyRight p {
    font-size: 14px;
}


@media (max-width: 1599px) {
    .header {
        padding: 19px 0;
        height: auto;
    }
}


.section_title h1 {
    font-size: 30px;
    margin-bottom: 15px;
}


@media (max-width: 1399px) {
    .formPage__box--large {
        max-width: 1000px;
    }

}

.data_box {
    padding: 20px;
    background-color: #f3f3f3;
    border: 1px solid #e2e2e2;
}

.field_wrap p {
    font-size: 14px;
    margin-bottom: 10px;
}

.field_wrap p span {
    font-weight: 600;
}

.width_100 {
    width: 100%;
}

.dependent_list .data_box {
    border-bottom: none;
}

.dependent_list .data_box:last-child {
    border-bottom: 1px solid #e2e2e2;
}

.edit_button {
    font-size: 14px;
    padding: 5px 10px;
}

.logo_text{
    font-size: 22px;
    font-weight: 500;
    font-family: grold-medium;
    margin-left: 16px;
    /*width: 270px;*/
    width: 100%;
    display: inline-block;
    height: auto;
    white-space: initial;
    vertical-align: middle;
    line-height: 1;    
}


@media (max-width: 767px){
    .logo_text {
        font-size: 16px;
        margin-left: 5px;
        width: 89px;
    }
    .footer__nav li {
        display: inline-block;
        margin: 0 5px;
    }    
}
@media (max-width: 767.98px){
    .header .navbar-collapse {
        top: 65px;
    }
}


.btn.btn-primary{
    border-color: #ad0000;
    color: #fff;
    background-color: #ad0000;   
}


.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    border-color: #ad0000;
    box-shadow: none;
    background: #ad0000;
    color: #fff;
}

.edit_button,
.avatar_img {
    width: 100%;
    max-width: 200px;
}

.footer__socialMedia a:hover{
    background-color: #ad0000;
}