/* grid formatting*/
@media (min-width: 992px) {
    .profilePage .hh-module .col-md-4 {
        width: 33.33333333%;
        margin-right:40px;
    }
    
    .profilePage .hh-module .col-md-8 {
        width: calc(66.66666667% - 40px);
    }
    
    .directoryPage .hh-module .blockImage {
        padding-left:30px;
        margin-bottom:15px;
    }
}

/* sticky sidebar */
@media (min-width: 992px) {
    .profilePage .hh-module .sidebar-overview {
        position:sticky;
        top:116px;
    }
}

h1.wysiwyg__header-heading {
    line-height: 1.2;
}
@media (max-width: 63.99em){
    h1.wysiwyg__header-heading {
        font-size: 1.6em;
    }
}


.hh-directory h1 {
    color:#c41230;
}

/* form elements */
.hh-directory .select-container:after {
    color:#c41230;
}

.dirItem {
    
}

.hh-module .form-control {
    font-family:'proxima-nova', sans-serif;
    font-weight:900;
    border-color:#CCC9B8;
}

.hh-module .form-control:focus {
    border-color:#c41230;
    box-shadow:none;
}

.hh-directory .dirItem .panel {
    box-shadow:0px 0px 8px rgb(0 0 0 / 15%);
    /*border:1px solid #ccc9b8;*/
    border:0;
    padding-bottom:10px;
}

.dirItem .panel .panel-body {
    padding-top:0;
}

.dirItem .panel .panel-image {
    padding-left:0;
    padding-right:0;
}

.dirItem .panel .panel-image img {
    width:100%;
    height:320px !important;
    object-fit:cover;
    /*border-top-left-radius:16px;*/
    /*border-top-right-radius:16px;*/
}

.dirItem .panel .panel-content .panel-title {
    margin-bottom:0;
}

.dirItem .panel .panel-content .panel-text {
    font-family:proxima-nova,sans-serif;
    color:#c41230;
    font-size:14px;
}

.dirItem .panel .panel-content .panel-text a {
    text-decoration:underline;
    color:#c41230;
}

.dirItem .panel .panel-content .panel-text a:hover {
    color:#ad102a;
    text-decoration:underline;
}

.dirItem .panel .panel-content .panel-text a:focus {
    outline:2px dotted #c41230;
    outline-offset:2px;
}

.dirItem .panel .panel-content .panel-text .job-title {
    text-transform:initial;
    font-size: 1.1rem;
    color:#000;
    font-weight:600;
    margin-bottom:10px;
}
.dirItem .panel .panel-content .panel-text .depts {
    display: none;
}

.dirItem .panel .panel-content .panel-title a {
    font-family:freight-display-pro,serif;
    font-weight:300;
    color:#c41230;
    font-size:1.75em;
}

.dirItem .panel .panel-content .panel-title a:hover {
    color:#ad102a;
    text-decoration:underline;
}

.dirItem .panel .panel-content .panel-title a:focus {
    outline:2px dotted #c41230;
    outline-offset:2px;
    color:#c41230;
    text-decoration:none;
}

.dirItem .panel .panel-footer {
    background:#edece2;
    color:#000;
    border-radius:0;
    border:none;
    margin-right:10px;
    margin-left:10px;
    font-family:proxima-nova,sans-serif;
    text-transform: capitalize;
    line-height:90%;
}

.dirItem .panel .panel-footer strong {
    font-weight:600;
    color:#c41230;
}

.dirItem .panel .panel-footer .tags {
    font-weight:300;
}


/*===== CLASSIC LAYOUT =====*/
.panel-classic .panel-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.panel-classic .panel-title {
    
}
.panel-classic .panel-title a {
    font-family: freight-display-pro, serif;
    font-weight: 300;
    color: #c41230 !important;
    font-size: 1.75em;
    text-decoration: none;
}
.panel-classic .panel-title a:hover {
    text-decoration: underline;
}
.panel-classic .panel-text {
    
}
.panel-classic .panel-text .job-title {
    text-transform: initial;
    font-family: proxima-nova, sans-serif;
    font-size: 1.1rem;
    color: #000 !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.panel-classic .panel-text .depts {
    text-transform: initial;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    color: #000 !important;
    font-weight: 300;
    margin-bottom: 10px;
    display: none;
}


/*===== pagination =====*/
.hh-directory .container #pagination {
    
}

.hh-directory .container #pagination #view-count {
    font-family:proxima-nova,sans-serif;
    color:#000;
    text-transform:uppercase;
    font-weight:600;
    font-size:14px;
}

.hh-module .pagination > li > a,
.hh-module .pagination > li > span {
    border:1px solid #CCC9B8;
    color:#c41230;
    font-family:proxima-nova,sans-serif;
}

.hh-module .pagination > .disabled > span,
.hh-module .pagination > .disabled > span:hover,
.hh-module .pagination > .disabled > span:focus,
.hh-module .pagination > .disabled > a,
.hh-module .pagination > .disabled > a:hover,
.hh-module .pagination > .disabled > a:focus {
    border-color:#CCC9B8;
    background:#EDECE2;
    color:#000;
}

.hh-module .pagination > li > a:hover,
.hh-module .pagination > li > span:hover,
.hh-module .pagination > li > span:focus {
    background-color:#CCC9B8;
    border-color:#CCC9B8;
    color:#c41230;
}

.hh-module .pagination > li > a:focus {
    outline:2px dotted #c41230;
    outline-offset:-4px;
    background-color:#CCC9B8;
    color:#c41230;
    border-color:#CCC9B8;
}

.hh-directory .pagination>.active>a,
.hh-directory .pagination>.active>a:hover,
.hh-directory .pagination>.active>span,
.hh-directory .pagination>.active>span:focus,
.hh-directory .pagination>.active>span:hover {
    background:#c41230;
    border-color:#c41230;
    color:#fff;
    font-weight:600;
}

.hh-directory .pagination>.active>a:focus {
    outline:2px dotted #fff;
    outline-offset:-4px;
    background:#c41230;
    color:#fff;
    border-color:#c41230;
}

/* profile page */
.profilePage h1, 
.profilePage h2,
.profilePage h3,
.profilePage h4,
.profilePage h5,
.profilePage h6 {
    color:#c41230;
}

.profilePage h1 {
    font-family:'freight-display-pro', serif;
    color:#c41230;
    font-size: 54px;
    font-weight: 300;
    line-height: 66px;
    margin-bottom: 20px;
    /*margin-top: 40px;*/
}

.profilePage h2 {
    font-family:proxima-nova,sans-serif;
    color:#000;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
    margin-top: 30px;
}

.profilePage h3 {
    font-family:'freight-display-pro', serif;
    color:#c41230;
    font-size: 44px;
    line-height: 54px;
    font-weight:300;
    margin-bottom: 15px;
    margin-top: 45px;
}

.profilePage h4 {
    color:#000;
    font-family: proxima-nova,sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 45px;
}

.profilePage h5 {
    color:#000;
    font-family: proxima-nova,sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 45px;
}

.profilePage h6 {
    color:#000;
    font-family: proxima-nova,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 45px;
}

.profilePage p {
    font-family: freight-text-pro,serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .015625rem;
    line-height: 25px;
    color:#000;
    margin-bottom:20px;
    margin-top:0;
}

.profilePage ul {
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 0;
}

.profilePage ul li {
    padding: 8px 0 8px 30px;
    display:block;
    font-family: freight-text-pro,serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .015625rem;
    line-height: 25px;
}

.profilePage ul li:before {
    background-image: url("//miamioh.edu/_hannonhill/_files/svgs/functional/icon-target--red.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: -30px;
    margin-right: 20px;
    width: 10px;
}

.profilePage ol {
    margin-top: 0;
    padding-left: 0;
    counter-reset: my-awesome-counter;
    list-style: none;
    margin-bottom: 20px;
}

.profilePage ol li {
    display: block;
    counter-increment: my-awesome-counter;
    padding: 8px 0 8px 36px;
    font-family: freight-text-pro,serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .015625rem;
    line-height: 25px;
}

.profilePage ol li:before {
    color: #c41230;
    content: counter(my-awesome-counter);
    display: inline-block;
    font-family: proxima-nova,sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .75px;
    margin-left: -36px;
    margin-right: 16px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

.profilePage .hh-module .sidebar-overview {
    background-color:#EDECE2;
    padding:1em;
}

.profilePage .sidebar-overview img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.profilePage .sidebar-left a {
    color: #c41230;
    font-style: italic;
    outline: 2px dotted transparent;
    outline-offset: 0;
    text-decoration: underline;
    transition: all .3s cubic-bezier(1,.5,.8,1);
}

.profilePage .sidebar-left a:hover {
    text-decoration:none;
}

.profilePage .sidebar-left a:focus {
    outline: 2px dotted currentColor;
    outline-offset: 4px;
}

.profilePage .sidebar-overview .title {
    /*text-transform: uppercase;*/
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    font-family:proxima-nova, sans-serif;
    margin-top:0;
    font-size: 1.1em;
}
.profilePage .profileSidebar-title2 {
    margin-top: 8px;
    display: block;
}

.profilePage .sidebar-overview .departments {
    font-family: proxima-nova,sans-serif;
    color: #c41230;
    font-size: 14px;
    margin-top:10px;
    font-size: 1em;
}

.profilePage .sidebar-overview .contact-info {
    
}

.profilePage .sidebar-overview .contact-info .email a,
.profilePage .sidebar-overview .contact-info .phone,
.profilePage .sidebar-overview .contact-info .office {
    font-family: proxima-nova,sans-serif;
    color: #c41230;
    font-size: 14px;
}

.profilePage .sidebar-overview .contact-info .email,
.profilePage .sidebar-overview .contact-info .phone,
.profilePage .sidebar-overview .contact-info .office {
    margin-bottom:.5em;
}

.profilePage .sidebar-overview .contact-info .email a {
    text-decoration:underline;
}

.profilePage .sidebar-overview .contact-info .email a:hover {
    color:#ad102a;
    text-decoration:underline;
}

.profilePage .sidebar-overview .contact-info .email a:focus {
    outline: 2px dotted #c41230;
    outline-offset: 2px;
}

.profilePage .sidebar-overview .links .cv {
    
}

.profilePage .sidebar-overview .links .cv a,
.profilePage .sidebar-overview .links .profile-link a {
    font-family: proxima-nova,sans-serif;
    color: #c41230;
    font-size: 14px;
    text-decoration:underline;
}

.profilePage .sidebar-overview .links .cv a:hover,
.profilePage .sidebar-overview .links .profile-link a:hover {
    color:#ad102a;
    text-decoration:underline;
}

.profilePage .sidebar-overview .links .cv a:focus,
.profilePage .sidebar-overview .links .profile-link a:focus {
    outline: 2px dotted #c41230;
    outline-offset: 2px;
}

.profilePage .sidebar-overview .back-to-dir {
    background: #c41230;
    margin-bottom:0;
    margin-top:2em;
}

.profilePage .sidebar-overview .back-to-dir a {
    display: block;
    color: #fff;
    padding: 0.5em;
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    text-transform:uppercase;
    position:relative;
    display:inline-block;
    font-weight:700;
    letter-spacing:.125rem;
}


.profilePage .sidebar-overview .back-to-dir a:before {
    background-color: transparent;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    transition: all .2s ease;
    width: 9px;
}

.profilePage .sidebar-overview .back-to-dir a:hover {
    text-decoration:none;
}

.profilePage .sidebar-overview .back-to-dir a:hover:before {
    left:-17px;
}

.profilePage .sidebar-overview .back-to-dir a:focus {
    outline:2px dotted #fff;
    outline-offset:-4px;
}

.profilePage .sidebar-overview h3 {
    font-size:26px;
    margin-bottom:0;
    line-height:40px;
}

/* move contact info and links into body styles */

.profilePage .sidebar-left .contact-info h3,
.profilePage .sidebar-left .links h3 {
    font-size:26px;
    margin-bottom:0;
    line-height:40px;
}

.profilePage .sidebar-left .contact-info a,
.profilePage .sidebar-left .links a {
    text-decoration:underline;
    font-family: proxima-nova,sans-serif;
    color: #c41230;
    font-size: 14px;
    font-style:normal;
}

.profilePage .sidebar-left .contact-info a:hover,
.profilePage .sidebar-left .links a:hover {
    color:#ad102a;
    text-decoration:none;
}

.profilePage .sidebar-left .contact-info a:focus,
.profilePage .sidebar-left .links a:focus {
    outline:2px dotted #c41230;
    outline-offset:2px;
}

.profilePage .sidebar-left .contact-info .phone,
.profilePage .sidebar-left .contact-info .email,
.profilePage .sidebar-left .contact-info .office,
.profilePage .sidebar-left .links .cv,
.profilePage .sidebar-left .links .profile-link {
    margin-bottom:.5em;
    font-family: proxima-nova,sans-serif;
    color: #c41230;
    font-size: 14px;
}

/* modal form button */
.wysiwyg__body-container .formButton .base-cta-primary-dark {
    text-decoration:none;
    font-style:normal;
}

.wysiwyg__body-container .formButton .base-cta-primary-dark:focus {
    outline-color:#c41230;
}

.profilePage .sidebar-overview .tags {
    background: #faf9f7;
    color: #000;
    border-radius: 0;
    border: none;
    margin-right: 10px;
    margin-left: 10px;
    font-family: proxima-nova,sans-serif;
    line-height: 90%;
    color:#000;
    font-size:14px;
    margin-left:0;
    margin-right:0;
    padding:.75em;
    text-transform: capitalize;
}

.sidebar-overview .tags strong {
    font-weight: 600;
    color: #c41230;
    font-size:100%;
}

.sidebar-overview .tags span.small {
    font-weight:300;
    font-size:100%;
}