/* =========================================
   CONTACT PAGE - TWO COLUMN
   ========================================= */

.page_contact .contact.primary {
    width: 47% !important;
    float: left !important;
    display: block !important;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.page_contact .contact.support {
    width: 47% !important;
    float: right !important;
    display: block !important;
    margin: -36px 0 30px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Heading */
.page_contact .contact.primary h2,
.page_contact .contact.support h2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Name */
.page_contact .contact .name {
    margin-top: 15px !important;
}

/* Affiliation */
.page_contact .contact .affiliation {
    margin-top: 3px !important;
}

/* Phone */
.page_contact .contact .phone {
    margin-top: 15px !important;
}

/* Email */
.page_contact .contact .email {
    margin-top: 12px !important;
}

/* Phone label */
.page_contact .contact .phone .label {
    display: block !important;
    font-weight: bold !important;
    margin-bottom: 3px !important;
}

/* Clear float */
.page_contact::after {
    content: "";
    display: table;
    clear: both;
}

/* Mobile */
@media (max-width: 768px) {
    .page_contact .contact.primary,
    .page_contact .contact.support {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin: 0 0 30px 0 !important;
    }
}

/* =========================================
   CURRENT ISSUE - JUSTIFIED TEXT
   ========================================= */

.obj_issue_toc .description {
    text-align: justify !important;
}

.obj_issue_toc .description p {
    text-align: justify !important;
}


/* =========================================
   CURRENT ISSUE - FULL ISSUE BUTTON
   ========================================= */

.obj_issue_toc .description a {
    display: inline-block !important;
    background-color: #1E6292 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    border-radius: 3px !important;
    border: 1px solid #1E6292 !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

.obj_issue_toc .description a:hover {
    background-color: #174D73 !important;
    border-color: #174D73 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}