/*= Container
-------------------------------------------------------------- */
.zm-alr-pro-profiles-container *,
.zm-alr-pro-profiles-container *:before,
.zm-alr-pro-profiles-container *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

.zm-alr-pro-profiles-container *:focus {
    outline: none;
    }

.zm-alr-pro-profiles-container {
    font-size: 16px;
    margin-top: 20px;
    }

.zm-alr-pro-profiles-image {
    float: left;
    margin: 0 25px 15px 0;
    }

.zm-alr-pro-profiles-description,
.zm-alr-pro-profiles-contact-items,
.zm-alr-pro-profiles-name-items {
    font-size: 13px;
    }

.zm-alr-pro-profiles-description {
    font-size: 16px;
    line-height: 1.6em;
    }

.zm-alr-pro-profiles-contact-items,
.zm-alr-pro-profiles-name-items {
    float: left;
    width: 50%;
    }

.zm-alr-pro-profiles-contact-items .zm-alr-pro-profiles-item,
.zm-alr-pro-profiles-name-items .zm-alr-pro-profiles-item {
    margin-bottom: 0px;
    }

.zm-alr-pro-profiles-contact-items strong,
.zm-alr-pro-profiles-name-items strong {
    margin-right: 5px;
    }

.zm-alr-pro-profiles-clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    }

.zm-alr-pro-profiles-date {
    font-style: italic;
    font-size: 12px;
    }


/*= Header -- Tabs/Nav
-------------------------------------------------------------- */
.zm-alr-pro-profiles-headers {
    border-bottom: 1px solid;
    float: left;
    width: 100%;
    padding-bottom: 7px;
    margin-top: 40px;
    }

.zm-alr-pro-profiles-headers .zm-alr-pro-profiles-title {
    font-size: 14px;
    float: left;
    text-transform: uppercase;
    margin: 0 5px;
    }

.zm-alr-pro-profiles-headers .zm-alr-pro-profiles-title a.zm-alr-pro-profiles-active {
    background: #fff;
    border: solid;
    border-width: 1px 1px 0px 1px;
    color: #000;
    font-weight: bold;
    padding-bottom: 11px;
    }

.zm-alr-pro-profiles-headers .zm-alr-pro-profiles-title a {
    color: #888;
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 12px;
    text-decoration: none;
    }

/*border color*/
.zm-alr-pro-profiles-headers,
.zm-alr-pro-profiles-headers .zm-alr-pro-profiles-title a.zm-alr-pro-profiles-active {
    border-color: rgba(116, 116, 116, 0.30);
    }


/*= Content -- Tabs/Content
-------------------------------------------------------------- */
.zm-alr-pro-profiles-contents {
    padding: 10px;
    }

.zm-alr-pro-profiles-contents .zm-alr-pro-profiles-title {
    font-size: 16px;
    font-weight: bold;
    }

.zm-alr-pro-profiles-contents .zm-alr-pro-profiles-item {
    margin-bottom: 10px;
    }


/*= Mobile
-------------------------------------------------------------- */
@media screen and (max-width: 782px) {
    .zm-alr-pro-profiles-contact-items,
    .zm-alr-pro-profiles-name-items {
        width: 100%;
        margin: 20px 0 0 0;
    }
}