h3 {
    margin-bottom: 13px;
}

abbr {
    text-decoration: none;
    border-bottom: 1px dotted #676767;
}

.btn .arw-right {
    height: 13px;
    margin-left: 12px;
}

.btn {
    margin-bottom: 5px;
}

span.ufhr-dr-title {
    display: block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    text-transform: none;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 26px;
    color: #00529b;
}

.ufhr-dr-title:after {
    position: absolute;
    right: 16px;
    top: 8px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #00529b;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.ufhr-dr-title:before {
    position: absolute;
    right: 12px;
    top: 12px;
    display: block;
    width: 10px;
    height: 2px;
    background: #00529b;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.ufhr-dr-title.open:after,
.ufhr-dr-title.open:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ufhr-dr-details {
    padding: 10px 0;
}

.data-reports-entry {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Archives */
.ufhr-tt-archive .light-blue {
    font-size: 60%;
}

.ufhr-tt-archive .sidenav-container h3 {
    margin-bottom: 0;
    background-color: #eae5d7;
    padding: 13px 20px;
    border-bottom: 2px solid hsla(44, 31%, 68%, 1);
}

.ufhr-tt-archive h2 {
    padding-top: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 6px;
}

.ufhr-tt-archive .entry {
    margin-bottom: 20px;
}

.ufhr-tt-archive .entry-details {
    border-bottom: 1px solid #c7b994;
}

/* Single H1*/
.ufhr-dr-single h1 {
    margin-bottom: 20px;
}

/* Single Metadata */
.ufhr-dr-metadata {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.ufhr-dr-metadata > div {
    display: inline-block;
    flex: 1 1 auto;
    margin-bottom: 20px;
}

.ufhr-dr-metadata > div:last-of-type {
    margin-bottom: 0;
}

.ufhr-dr-metadata .ufhr-dr-single-title {
    display: block;
    color: #00529b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 4px;
}

/* Single Job Competencies */
.ufhr-tt-jc-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: #4c87b5;
    font-family: "Quadon", serif;
    text-shadow: 1px 1px 1px rgba(30, 54, 72, 0.1);
}

.ufhr-tt-relevant-titles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 5px;
}

.ufhr-tt-relevant-titles > a {
    display: block;
    /* IE11 Fixes */
}

/* Behavior Statements */
.ufhr-bs-container {
    margin-bottom: 20px;
}

.ufhr-bs-proficiency-container {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 5px;
    margin-bottom: 0;
}

.ufhr-bs-titles {
    border-top: none;
    padding: 8px 12px;
    display: block;
    /* IE11 Fixes */
}

.level-1 .ufhr-bs-titles {
    border-top-color: #0072d6;
}

.level-2 .ufhr-bs-titles {
    border-top-color: #0067c2;
}

.level-3 .ufhr-bs-titles {
    border-top-color: #005cad;
}

.ufhr-bs-title {
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 10px;
}

.ufhr-bs-proficiency {
    font-weight: 400;
    background: #00529b;
    /* default color */
    padding: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
}

.level-1 .ufhr-bs-proficiency {
    background: #0072d6;
}

.level-2 .ufhr-bs-proficiency {
    background: #0067c2;
}

.level-3 .ufhr-bs-proficiency {
    background: #005cad;
}

/* Media Queries */
@media (min-width: 768px) {
    .ufhr-tt-metadata {
        flex-direction: row;
    }

    .ufhr-tt-metadata > div {
        margin-bottom: 0;
    }

    .ufhr-tt-relevant-titles {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 10px;
    }

    .ufhr-tt-relevant-titles > a {
        /* IE11 Fixes */
        margin-right: 20px;
        display: inline-block;
    }

    .ufhr-bs-proficiency-container {
        grid-template-columns: 250px 1fr;
        column-gap: 0px;
        row-gap: 5px;
        margin-bottom: 4px;
    }

    .ufhr-bs-titles {
        /* IE11 Fixes */
        border-top: 4px solid #00529b;
        margin-right: 20px;
        display: inline-block;
    }

    .ufhr-bs-proficiency {
        max-width: 250px;
    }
}
