/* TYPE YOUR OWN CSS HERE */
@font-face {
    font-family:'South College Font';
    font-style:normal;
    font-weight:normal;
    src:url('https://south.tdnetdiscover.com/ui/shared/public/Fonts/Lato-Regular.ttf') format('ttf');
}
/*font size*/
.repository-results #body , .search-form-v2-letters-bar .letters-list , .wdr-information , .wdr-authors , .wdr-description.ellipses , #widget-content-340 , .widget.repositoriesresults .wdr-information .title-row h3 a , #widget-content-336 , #widget-content-71790 , #widget-content-71832 , .accordion-body {
    font-size: 15px !important;
}

::after, button, input, option, select, h1, h2, h3, h4 {
    font-family: 'South College Font, Helvetica' !important;
}

body, ::after, p {
    font-family: 'Georgia, Times New Roman, Times, serif' !important;
}

#header .logo-container , #header .logo{
    display: none;
}
#header{
    background-color: #D41313;
    height: 150px;
}
/* hiding Repository thumbnails and admin sections */
.repository-results ol.results .cover , .wdr-pub-cover , .nav-section-toc , .nav-section-citatiomatcher , .nav-section-docdel{
    display: none !important;
}
.repository-results ol.results .information {
    width: calc(100% - 18px - 6px) !important;
    max-width: 100% !important;
}
/* Blue links */
#header .popup a, .search-bar .field-button-attached-widget .search-actions a, .search-wrap .field-button-attached-widget .search-actions a, a, a:hover{
    color: #2F00E7;
}
/*Green links changes to grey*/
.publication-title-details , .publication-title-details .part.authors li , ol.results cite , .widget.repositoriesresults cite{
    color: #474747 !important;
}

.indicator span , .information cite {
    visibility: hidden;
}

.form-horizontal .controls-hint{
    margin-top: 0px !important;
}