
html {
    height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2a2a2a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
    padding-bottom: 85px;
    position: relative;
    min-height: 100%;
}

a {
    color: #a30046;
    text-decoration: none;
    font-weight: normal;
}

a:hover, a:focus {
    color: #d23153;
    text-decoration: none;
}

.main-container {
    margin-bottom: 85px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.update-print-profile {
    float: right;
}

.is-profile-photo img {
    max-width: 100%;
}

ul.profile-contact {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
}

ul.profile-contact li a {
    border-bottom: thin dotted #a30046;
}

ul.profile-contact li a:hover {
    border-bottom: thin dotted #d23153;
}

ul.profile-contact li.isearch-location {
    display: block;
    margin-top: 5px;
}

ul.profile-contact li {
    display: inline;
    margin-right: 15px;
}

.profile-header {
    margin-bottom: 25px;
}

.profile-header h1 {
    margin-bottom: 20px;
}

#research-awards-dashboard {
    float: right;
}

#is-prof-tabs .tab-pane {
    margin-top: 40px;
}

#is-prof-tabs .form-item {
    margin-bottom: 20px;
}

#is-prof-tabs .nav-tabs {
    border-bottom: 1px solid #a9a9a9;
}

#is-prof-tabs .nav-tabs > li > a {
    margin-right: 0;
    border-radius: 0;
    font-size: 18px;
    color: #a9a9a9;
    border: none;
    border-left: thin solid #a9a9a9;
    border-top: thin solid #a9a9a9;
    padding: 10px 30px;
}

#is-prof-tabs .nav-tabs > li:last-of-type > a {
    border-right: thin solid #a9a9a9;
}

#is-prof-tabs .nav-tabs > li {
    border-top: 4px solid transparent;
}

#is-prof-tabs .field-label, #is-prof-tabs label {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

#is-prof-tabs .tab-content .field {
    padding-bottom: 25px;
}

.field-name-field-profile-expertise-areas {
    margin-top: 50px;
}

.profile-bio {
    position: relative;
}

.is-profile-photo img {
    display: block;
    margin: 0 auto;
}

div.courses .table-striped > tbody > tr:nth-child(odd) > td {
    width: 177px;
}

.field-name-field-profile-expertise-areas:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

.field-name-field-profile-expertise-areas {
    position: relative;
    padding: 30px;
    margin-bottom: 24px;
    border-top: 8px solid #a30046;
}

.field-name-field-profile-expertise-areas .field-label {
    font-size: 21px;
    margin-bottom: 24px;
    font-weight: normal;
}

.field-name-field-profile-expertise-areas .field-item a {
    position: relative;
    display: block;
    padding: 10px 5px;
    font-weight: normal;
    background-color: white;
    border-top: 1px solid #d7d7d7;
    font-size: 18px;
}

.field-name-field-profile-expertise-areas .field-item a:hover, .field-name-field-profile-expertise-areas .field-item a:focus {
    background-color: whitesmoke;
    font-weight: bold;
}

h1 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    font-weight: normal;
}

@media (min-width: 992px) {
    .is-profile-photo {
        max-height: 180px;
        overflow: hidden;
    }

    .is-profile-photo img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    #is-prof-tabs .nav-tabs > li > a {
        padding: 10px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .profile-header .is-profile-photo {
        max-height: 140px;
    }
}

@media (max-width: 992px) {
    .is-profile-photo img {
        margin: 0 auto;
        width: 100%;
    }

    .profile-header .is-profile-photo {
        margin-bottom: 20px;
        max-height: 180px;
        overflow: hidden;
        width: 165px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .update-print-profile {
        float: none;
        margin-top: 20px !important;
    }

    .profile-header h1 {
        text-align: center;
    }

    .is-profile-photo {
        margin-bottom: 20px;
        max-height: 250px;
        overflow: hidden;
    }
}

@media (max-width: 650px) {
    body {
        padding-bottom: 215px;
    }
}

@media (max-width: 600px) {
    ul.profile-contact li {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
        display: block;
    }

    #is-prof-tabs .nav-tabs > li > a {
        padding: 10px 4px;
        font-size: .9em;
    }

    .field-name-field-profile-expertise-areas .field-item a {
        font-size: 16px;
    }

    .field-name-field-profile-expertise-areas .field-label {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .update-print-profile {
        float: none;
    }
}

.field .field-label {
    font-weight: bold;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-bar-chart:before {
    content: "\f080";
}

.fa-phone:before {
    content: "\f095";
}

.fa-envelope:before {
    content: "\f0e0";
}

@-ms-viewport {
    width: device-width;
}

@media (max-width: 480px) {
    .table td:nth-of-type(2) {
        white-space: normal;
    }
}

#is-prof-tabs .nav-tabs > li.active {
    border-top: 5px solid #a30046;
}

.emp-affiliations .ui-accordion .ui-accordion-header {
    font-size: 1.1em;
}

#block-views-employee-affiliations-block {
    background: #f8f8f8 none !important;
    padding: 1em 2.2em 1em 2.7em;
}

.views-accordion-header {
    font-weight: bold;
    color: #212121;
    font-size: 1.2em;
    font-family: Verdana, Arial, sans-serif;
}

.views-field-php-1 {
    font-size: 1.1em;
    line-height: 1.5;
}

#is-prof-tabs .nav-tabs > li.active > a {
    color: #a30046;
    border-top: none;
    border-bottom: transparent;
}