﻿/* Global */
* {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
}


/* Headers */
h1 {
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-weight: 500;
    font-style: normal;
    background-color: #91804b;
    color: #FFF;
    text-align: center;
    font-size: 23px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .50);
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0px;
}

h2.link_header a, a:hover {
    color:inherit;
}

h3 {
    font-weight: 500;
    font-style: normal;
    color: #18453b;
    text-align: center;

    font-size: 20px;
}

h4{
font-weight: 500
}

/* Banner */
.MSUmathematics {
    font-weight: 500;
    font-style: normal;
    color: #18453b;
    font-size: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.MSUmathematics a {
    text-decoration: none;
    color: #18453b;
}
.MSUmathematics a:hover {
    text-decoration: none;
    color: #18453b;
}

/* Side bar */
.sidebar ul {
    list-style-type: none;
    padding-left:0px;
}
.sidebar li {
    padding-left:10px;
}

li.sidebar_active {
    background-color:#D5D5D5;
}

/* Hyperlink styles */
a, a:hover {
    color: #4B7F00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Main Menu */
#Math_MainMenu > li {
    width:10%;
}

#Math_MainMenu > li.home {
    width:5%;
}

#Math_MainMenu > li > a.home {
    background: #18453b url("/Math_Base/images/CABS/home-icon.png") no-repeat scroll center center;    
}

#Math_MainMenu > li > a {
    text-align:left;
    background-color:#18453b;
    color:#fff;
    padding:5px 0 5px 15px;
    cursor:default;
}

#Math_MainMenu ul.dropdown-menu {
    background-color: black;
    width: 100%;
    margin:0;
    height:22em;
    padding:0 0px 0 15px;
    border:0;
    border-radius:0;
}

#Math_MainMenu ul.dropdown-menu li a {
    font-size:11px;
    color:#E5E5E5;
    padding: 3px 0 3px 0;
}

#Math_MainMenu ul.dropdown-menu li a:hover {    
    background-color:#242424;
    text-decoration:none;
    color:#FFFFFF;
}

#Math_FooterMenu ul {
    width:16%;
}

#Math_FooterMenu ul li a.menu-header {
    cursor:default;
}

/* Page Header styles */
.container .MSUwrapper {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.top-links-list{
    float: right;
    margin-top: 27px;
    margin-bottom: 0px;
    list-style-type: none;
}

.top-links-list li{
    margin-right: 5px;
    font-weight: 700;
    font-size: 16px;
    float: right;
}

@media (max-width: 713px) {
    .MSUmathematics {
        font-size: 6vw;
        text-align: center;
        width: 100%;
    }

    .MSUmathematics a {
        text-align: center;
        font-weight: 500;
        font-style: normal;
    }

    .top-links-list{
        display: none;
    }

    .row-foot {
        display: none;
    }
}

@media(max-width:768px) {
    #MSUheader, #Math_MainMenu {
        display:none;
    }

    #msumobilenav {
        min-height: initial;
        border: none;
        margin-bottom: 0;
    }

    .search-tool-box {
        width: 100%;
    }

    input.q {
        width: 70%;
    }
}

@media(max-width: 992px){
    .top-links-list{
        display: none;
    }
    .MSUmathematics{
        white-space: nowrap
    }
}

/* Page Footer styles  */
.row-foot {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .50);
    background-color: #EBEAE6;
    margin: 0px;
}

.row-foot > ul {
    display: inline-block;
    float: left;
    padding-top: 5px;
}

.row-foot > ul > li {
    list-style-type: none;
}

.row-foot > ul > li > a {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #A4A39E;
    font-size: 8px;
}

.row-foot > ul > li:first-child a {
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
}

/* News styles */
.col-md-6.news {
    width: 49%;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, .50);*/
}

@media (max-width: 450px) {
    .col-md-6.news {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media(max-width: 992px) {
    .col-md-4.news {
        width: 32%;
    }
}

.NewsHeader {
    background-color: #18453b;
    color: #FFF;
}

.col-md-4.news {
    width: 32%;
}
.col-md-4.news.mid {
    margin-left: 2%;
    margin-right: 1%;
}

.newsrow {
    margin: 0px;
    margin-bottom: 10px;
}

.news_ul {
    font-weight: 400;
    font-style: normal;
}

.news_ul.side {
    list-style: none;
    padding: 0;
    font-weight: 400;
    font-style: normal;
}

.news_ul.side li {
    padding-bottom: 3px;
}

.news-control{
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.news-control.right
{
    right: -30px;
    left: auto;
}
.news-control.left
{
    left: -30px;
    right: auto;
}
.newsitem{
    padding: 20px 25px 20px 25px;
    margin-bottom: 10px;
    margin-top: 10px;
  
    background-color: rgba(63,86,87,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .50);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .50);
}

/* Mobile Menu navbar overrides */
.navbar-toggle.msu {
    padding: 0px;
    border: none;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-header.math-menu {
    background-repeat: repeat;
}

.navbar-form.msu {
    padding: 0px 15px;
    border: none;
    box-shadow: none;
    margin: 0 0;
}

.nav.navbar-nav.math-menu {
    background-color:#343434;
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-default .math-menu > li > a:hover, .navbar-default .math-menu > li > a:focus {
    color: #FFF;
    border-bottom: 1px solid #aaaaaa;
}

.navbar-default .math-menu > li > a {
    color: #FFF;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #aaaaaa;
}

.navbar-default .math-menu > .open a:focus {
    color: #555;
    border-bottom: 1px solid #aaaaaa;
}

.navbar-default .math-menu > .open .dropdown-menu > li > a, .navbar-default .math-menu > .open .dropdown-menu > li > a:focus, .navbar-default .math-menu > .open .dropdown-menu > li > a:hover {
    color: #fff;
    font-weight: 500;
    font-style: normal;
    background-color: #555;
    border-left: 10px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}

.navbar-default .math-menu .row {
    border-bottom: 1px solid #aaaaaa;
}

@media (min-width: 769px) {
    #msumobilenav {
        display: none;
    }
}

/* End moble menu navbar overrides */

/* Math carousel bootstrap overrides */
.carousel-inner > .item {
    height: 400px;
    width: 940px;
}
.carousel-inner > .item.full {
    height: 400px;
    width: 1150px;
}
.carousel-caption {
    left: 0%;
    right: 0%;
    padding: 3px 10px 0px 10px;
    margin-top: 3px;
    background-color: rgba(0, 0 ,0, 0.7);
    bottom: 0px;
}
.carousel-caption h1{
    margin-top: 3px;
    margin-right: 5px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px
}
.carousel-caption p{
    font-size: 12px;
}
.carousel-indicators {
    bottom: 0px
}

#myCarousel {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .50);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .50);
}

@media (max-width: 713px) {
    #myCarousel {
        display: none;
    }
}

@media screen and (min-width: 768px){
    carousel-caption{
        left: 0%;
        right: 0%;
        padding-bottom: 30px
    }
}

/* End carousel overrides */

/* Button styles*/
#givenow {
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #548654;
    padding-top: 10px;
}

.btn-donate, .btn-donate:hover {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    padding: 3px 3px;
    color: #18453b;
    background: #D8A437;
    border-radius: 0px;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, .75);
}

.btn.btn-msu {
    background-color: #18453b;
    color: white;
    font-weight: 500;
    font-style: normal;
}

.btn.btn-msu:hover {
    background-color: #2f574e;
}

.btn.btn-msu.gv {
    background-color: #717171;
    color: white;
    font-weight: 500;
    font-style: normal;
}

.btn.btn-msu.gv:hover {
    background-color: #8b8b8b;
}

.edit-btn {
    padding-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    float: right;
    border-right: #FFF 1px solid;
}

.delete-btn {
    padding-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    float: left;
}

/* Misc Styles */
.shaded{
    background-color: #EBEDED;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .50);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .50);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 1px;
    margin-right: 1px;

}

.shaded hr{
    border-color: #CCCCCC;
}

.full-width {
    width: 100%;
}

.bold {
    font-weight: 600;
    font-style: normal;
}

.sponsor {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #15453b;
}

.summary_link {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

.project_info {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}

.custom_validator {
    color: red;
}
.color-msugreen {
    color: #18453b;
}
.color-lightgreen {
    color:#4B7F00 
}
.color-white {
    color: #fff;
}
.color-msubronze {
    color: #91804b;
}
.red{
    color: red;
}

