/*
|===========================================================================================================
| app.css
|===========================================================================================================
|
| ============
| TIPS & USAGE
| ============
|
| 1. Next and indent your styles.
| 2. Keep styles organized (use headings, comments, and table of contents)
| 3. The name of your theme is placed as a class on the body tag.
| 4. Use that class to prefix and define all your styles within common containers so as not to override required styles in the header and footer.
| 5. The most common containers will be ".page" and ".feature" but you might have others in a unique template.
| 6. Do not use just ".yourthemename" because it will override the msu-header and msu-footer styles. You must target the inner page container.
| 7. For example, your css rules should be prefixed with ".yourthemename .page" or ".yourthemename .feature" and etc.
|
|
| =================
| TABLE OF CONTENTS
| =================
|
| #  Tags
| #  Menu
| #  Pages
|
*/




/** ------------------------------------------------------------------------------------------------------- */
/**
 * 	Tags
 */

body {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    color: #222;
}

a {
    color: #870505;
    text-decoration: none;
}

a:hover,
a:active {
    color: #870505;
    text-decoration: underline;
}

li.disabled {
    pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 3em;
    margin: 0 0 .75em;
}

h3 {
    font-style: italic;
    color: #660000;
}

h4 {
    font-size: 1.4em;
    margin: 1.33em 0;
    font-style: italic;
    color: #660000;
}

h5 {
    font-style: italic;
    color: #660000;
    text-transform: none;
}

h6 {
    font-size:1em;
    font-style:italic;
    text-transform: none;
    color: #660000;
}

h1.normal, h2.normal, h3.normal, h4.normal, h5.normal, h6.normal {
    font-style: normal;
    color: black;
}

td.norm {
    border: #000 solid 1px;
    padding: 5px;
    color: #000;
    text-align: center;
}

td.inst {
    background-color:#e2e2e2;
    border: #000 solid 1px;
    padding: 5px;
    color: #000;
    text-align: center;
}

td.first {
    background-color:#bfbfbf;
    border: #000 solid 1px;
    padding: 5px;
    color: #000;
    text-align: center;
}

fieldset {
    border: 2px solid #e0d8b7;
    background: #fcfaf0;
}

fieldset div {
    margin-bottom:10px;
}

legend {
    padding: 1px 6px;
    border: 2px solid #e0d8b7;
    border-radius: 6px / 12px;
    box-shadow: none;
    background: #fff;
    font-size: 15px;
    color: #5e5223;
    width: auto;
}

/** ------------------------------------------------------------------------------------------------------- */
/**
 * 	Menu
 */

@media screen and (min-width:768px){
    .baseccs .navbar{
        padding:0!important;
    }
    .navbar>.container, .navbar>.container-fluid {
        display:block;
    }
}

.baseccs #mobile-nav .navbar{
    padding:0!important;
}

.baseccs #mobile-nav .navbar-toggle{
    margin:.5em;
}

.baseccs #collapsibleNavbar{
    color:white!important;
}

.baseccs .mobile-menu{
    background-color:#000;
}

.baseccs #mobile-menu .dropdown-menu{
    background-color:#222!important;
    padding:0;
    margin:0;
}

.baseccs #mobile-menu .nav-item{
    border-top:1px solid #444;
}

.baseccs #mobile-menu .nav-link{
    color:#fff;
    padding-left:15px;
}

.baseccs #mobile-menu .nav-link:hover{
    background-color:#555;
}

.baseccs #mobile-menu .show .nav-link{
    background-color:#333;
}

.baseccs #mobile-menu .dropdown-item{
    color:#eee;
}

.baseccs #mobile-menu .dropdown-item:hover{
    background-color:#555!important;
}




/** ------------------------------------------------------------------------------------------------------- */
/**
 * 	Pages
 */

.baseccs .page .page-header {
    background-image: url(../img/CCS_header_logo.png);
    height: 100px;
    background-repeat: no-repeat;
    padding: 11px 0px 0px 94px;
}

.baseccs .page .page-header h3 {
    height: 0;
    box-shadow: 0 45px 10px 1px black;
    margin-top:0px;
    margin-bottom:100px;
}

.baseccs .page .page-header h3 :after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}

/*styling for the news box*/
.news-content{
    padding:0!important;
}

/*style for each news item container/row  */
.NewsBlurb{
    /*border-top:1px solid grey;*/
    margin-top:0!important;
    margin-bottom:0!important;
    padding-top:0!important;
    padding-bottom:10px!important;
    transition-duration:.3s;
}

.NewsBlurb:hover{
    background-color:#ddd;
    transition-duration:.3s;
}

.BlurbCaption h1 {
    font-size: 18px;
}

.BlurbCaption h1 a {
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: normal;
}

.homepage-news .BlurbCaption h1 a {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
}

.BlurbCaption h1 a:hover{
    text-decoration:none;
    color:#880000;
}

.news .NewsBlurb {
    margin-bottom: 40px;
    margin-Left: 20px;
    min-height: 50px;
    clear: both;
}

.news .NewsBlurb .BlurbImg {
    display: table-cell;
    padding: 4px 15px;
    width: 200px;
}

.news .NewsBlurb .BlurbCaption {
    display: table-cell;
    vertical-align: top;
}

.news .pagination-container {
    text-align: center;
    margin: auto;
}

.news .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.news ul.pagination {
    display: inline-flex;
}

.news .pagination > li > a {
    font-size: 16px;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #7a1e30;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.news .pagination-container .pagination li.disabled a {
    font-size: 16px;
    padding: 6px 12px;
    color: #FFF;
    background-color: #660000;
    border-color: #550000;
}

.small_text {
    font-size: 11px;
    font-weight: normal;
    color:red;
}

.news-story h1 {
    font-size: 1.8em;
    margin: 1.33em 0;
    font-style: italic;
    color: #660000;
}

.FloatLeft {
    float: left;
    margin: 0px 10px 10px 5px;
    border: black solid 1px;
    padding: 0px;
}

.FloatRight {
    float: right;
    margin: 0px 5px 10px 10px;
    border: black solid 1px;
    padding: 0px;
}

.news-story .Caption {
    font-size: 10px;
    margin: 0px 3px;
    padding: 0px;
    text-align: left;
}

.DirListing a {
    font-weight: bold ;
}

.DirListing .Listing {
    text-align: right;
    font-size: 1.2em;
    padding-right: 10px;
}

.DirListing {
    margin-bottom: 10px;
}

.pubs-results a {
    font-weight: bold;
 }

.PubsAbstractTitle {
    font-family:"Times New Roman", Times, serif;
    font-size:24px;
    font-weight:bold;
    font-style:italic;
    text-align:center;
    margin-bottom:0px;
}

.PubsAbstractCit {
    font-family:"Times New Roman", Times, serif;
    font-size:14px;
    text-align:center;
    margin:0px 50px 20px 50px;
}

.PubsAbstract {
    text-align:justify;
    margin-left:20px;
    margin-right:20px;
}

.PubsYearHeading {
    font-family:"Times New Roman", Times, serif;
    color:#999999;
    font-size:24px;
    font-weight:bold;
    font-style:italic;
}