/* Profile */

.profile h3 {
    font-size: 30px;
    padding: 0;
    margin-bottom: 30px;
}

.profile h3, .profile .h3-like, .profile .h4-like {
    color: inherit;
}

.profile h3, .profile .h3-like {
    margin-top: 0;
}

.profile .h4-like {
    padding-top: 0;
    padding-bottom: 10px;
    background-image: url("/amms/assets/images/reskin/page-title-accent.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}


.profile.container {
    max-width: 1430px;
}

/* Columns */

.profile-columns {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {

    .profile-columns {
        margin-bottom: 40px;
    }

    .profile-columns:last-child {
        margin-bottom: 0;
    }
}

.profile-columns .column-full {
    width: 100%;
}

.profile-columns .column-half {
    width: 50%;
    padding-right: 10px;
}

.profile-columns .column-half:nth-child(even) {
    padding-left: 10px;
}

@media (max-width: 1024px) {
    .profile-columns .column-half, .profile-columns .column-half:nth-child(even) {
        width: 100%;
        padding: 0;
    }
}


/* card */

.profile-card {
    margin-bottom: 30px;
}


/* header */

.profile-header, .profile-alert, .profile-details {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 1024px) {
    .profile-header, .profile-alert, .profile-details {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.profile-header {
    color: #FFFFFF;
    background-color: #00205B;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00205B;
    background-image: url("/assets/images/reskin/profile-bg-small.png");
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.profile-header-large {
    background-image: url("/assets/images/reskin/profile-bg-large.png");
    margin-bottom: 40px;
}

.profile-header-details {
    font-family: obvia, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 7px;
}

.profile-header-details a {
    color: inherit;
}

.profile-header h3 {
    margin-bottom: 0;
}








/* alert */

.profile-alert {
    display: flex;
    background-color: #C8102E;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-family: acumin-pro, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.profile-alert .gg-danger {
    margin-right: 22px;
    flex-shrink: 0;
}

.profile-alert-inner {
    flex-grow: 1;
}

.profile-alert-inner .alert {
    display: flex;
}

.profile-alert-inner .alert-title {
    width: 28%;
    font-weight: bold;
}

.profile-alert-inner .alert-desc {
    width: 72%;
}

.profile-alert a {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
}

.profile-alert a:visited {
    color: #FFFFFF;
}

.profile-alert a:focus {
    color: #FFFFFF;
}

.profile-alert a:active {
    color: #FFFFFF;
}

.profile-alert a:hover, .profile-alert a:focus {
    text-decoration-color: transparent;
}

.profile-alert .upload-form {
    display: flex;
    margin-top: 16px;
}

.profile-alert .upload-form .field-upload {
    flex-grow: 1;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    color: #979899;
    margin-right: 20px;
    padding: 10px 13px;
}

.profile-alert .upload-form .field-upload input {
    font-family: acumin-pro, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
}

.profile-alert .upload-form .btn.hollow {
    border-color: #FFFFFF;
    color: #FFFFFF;
    max-width: 160px;
    flex-shrink: 0;
}

.profile-alert .upload-form .btn.hollow .gg-software-upload {
    margin-left: 20px;
}

.profile-alert .upload-form .btn.hollow:hover, .profile-alert .upload-form .btn.hollow:focus {
    background-color: #FFFFFF;
    color: #C8102E;
}

@media (max-width: 640px) {
    .profile-alert .upload-form {
        flex-direction: column;
    }

    .profile-alert .upload-form .field-upload {
        margin: 0 0 10px;
    }

    .profile-alert .upload-form .btn.hollow {
        max-width: 100%;
    }
}







/* details */


.profile-details {
    background-color: #EEF2F4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.profile-details .details-table th {
    width: 48%;
    padding-right: 20px;
}



/* form */

.profile-form {
    padding: 20px 30px 40px;
    background-color: #EEF2F4;
}

.profile-form .h4-like {
    margin-bottom: 35px;
}

.profile-form .h5-like {
    margin-bottom: 0;
    padding-top: 0;
}

.profile-form .form-columns .form-half {
    width: 48.1%;
    margin-right: 3.8%;
}

.profile-form .form-columns .form-half:nth-child(even) {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .profile-form .form-columns .form-half {
        width: 100%;
        margin-right: 0;
    }
}

.profile-form .label {
    letter-spacing: 0;
}

.profile-form .checkbox-item-single {
    margin-top: 15px;
}

.profile-form .field-desc {
    margin-top: 10px;
}

.profile-form fieldset + fieldset {
    margin-top: 40px;
}

.profile-form .form-submit {
    text-align: left;
    margin-top: 40px;
}



/* footer */

.profile-footer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.profile-footer .btn,.profile-footer .secondary-btn {
    margin: 0 20px 20px 0;
}

.profile-footer .btn {
    max-width: 250px;
}

.profile-footer .btn .gg-software-download {
    margin-left: 20px;
}

.profile-footer .btn-download {
    width: 334px;
    max-width: 100%;
}

.profile-footer .secondary-btn {
    padding: 5px 16px;
}
