/**
 * Custom styles and overrides for the Fellow content type.
 */

 /** Group right divs **/
 .node--type-fellow .group-right > div:nth-child(n+2) {
     border-bottom: 1px dotted #bbb;
     padding: 5px 0;
 }

.node__content .project-title a,
.node--type-fellow {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.node--type-fellow .group-right article h2 {
    display: none;
}

.node--type-fellow .group-right h2 {
    font-size: 16px;
}

/** Labels **/
.node--type-fellow .project-title-label,
.node--type-fellow .fellow-label,
.node--type-fellow .institution div:first-child,
.node--type-fellow .advisor div:first-child,
.node--type-fellow .start-year div:first-child {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    margin-right: 5px;
    text-transform: capitalize;
}

.node--type-fellow .node__content div div::after,
.node--type-fellow .fellow-label::after,
.node--type-fellow .project-title-label::after,
.node--type-fellow .advisor div:first-child::after,
.node--type-fellow .start-year div:first-child::after {
    content: ": ";
}

.node--type-fellow .institution div:first-child {
     font-weight: bold;
}

/** Align the group right divs - these are the containers**/
.node--type-fellow .start-year,
.node--type-fellow .advisor {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
}

.node--type-fellow .start-year div,
.node--type-fellow .advisor div {
    float: left;
}

.node--type-fellow .project-title-label,
.node--type-fellow .fellow-label {
    margin-right: 5px;
}

/** Custon style for Fellowship Blog **/

.fellowship-author-byline .fieldset-wrapper {
    display: inline;
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;

}

.fellowship-author-byline legend {
    border: 0;
    margin-bottom: 0;
}

.fellowship-author-byline .fieldset-wrapper .dot-separator {
  font-size: 35px;
  padding: 0 5px;
}


/**
 * Custom styles and overrides for the Fellow Views.
*/

.fellow-list-fields {
    margin-bottom: 40px;
}

.fellow-list-archived-fields h4.fellow-title,
.fellow-list-fields h4.fellow-title {
    font-size: 19px;
}



.fellow-list-fields h4.fellow-label {
    font-size: 1.125em;
}

.fellow-list-archived-fields h4.fellow-title,
.fellow-list-archived-fields h4.fellow-label {
    font-family: "NewsGothicBTW01-BoldCn" ;
    padding-right: 5px;
}



.fellow-list-fields div.col-sm-8 {
    margin-top: -10px;
}

.fellow-list-archived-fields .fellow-list-items div:nth-child(n+2) {
  border-bottom: 1px dotted #bbb;
}

.fellow-list-archived-fields h4.fellow-title {
    font-size: 1.4em;
}

.fellow-list-archived-fields h4.fellow-label {
    font-size: 1.1em;
}


@media all and (min-width: 980px) {

.fellow-list-archived-fields h4.fellow-label,
.fellow-list-archived-fields div.fellow-field,
.fellow-list-fields h4.fellow-label,
.fellow-list-fields div.fellow-field {
    display: inline-flex;
}

.fellow-list-fields h4.fellow-label {
    margin-right: 5px;
}

.fellow-list-fields div.fellow-field {
    width: calc(100% - 95px);
}

}


