.mondo-profile-content {
	overflow: hidden;
	margin-top: 60px;
    margin-bottom: 40px;
}

.mondo-profile-secondary {
    float: left;
    width: 33%;
}

.mondo-profile-primary {
    float: left;
    width: 67%;
}

h1.mondo-member-subtitle {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b81c27;
}

.mondo-profile-secondary {
    border: 1px solid #ebebeb;
    padding: 20px;
    margin-bottom: 40px;
}

.mondo-profile-secondary h3:first-child {
    margin-top: 0;
}

.mondo-profile-secondary h3 {
    text-transform: uppercase;
    color: #b81c27;
    letter-spacing:1px;
    font-size: 16px;
    margin: 5px 0;
}

.mondo-profile-secondary ul {
    padding-left: 0;
    list-style: none;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.mondo-profile-secondary ul:last-child {
	margin-bottom: 0;
}

.mondo-profile-secondary ul i {
    margin-right: 5px;
    width: 20px;
    text-align: right;
    transition: color 200ms;
}

.mondo-profile-primary {
	padding-left: 40px;
}

.mondo-profile-secondary ul a:hover i {
    color: #b81c27;
}

.mondo-profile-primary
 .acf-fields > .acf-field:first-child {
    padding-top: 0;
}

.mondo-profile-denied {
    margin: 40px 0;
    text-align: center;
}

.mondo-warning {
    background: #dc7f85;
    color: white;
}

