/* #MSU Masthead
================================================== */

#MSUheader {
	min-height: 60px;
}
#MSUmasthead {
    float: left;
    width: 250px;
}

#MSUmasthead img {
  	padding-top: 20px;
}

.print-msugraphic {
	display: none;
}

/* Search Tool */

#MSUheader .container {
    position: relative;
}

#MSUheader #search {
    display: none;
}


#MSUSearchTool {
    display: block;
    position: relative;
    height: 28px;
    margin: 0;
}

#MSUSearchTool form .hide {
	position: absolute;
	left: -9999px;
}

#MSUSearchTool #search-tool-box {
	height: 28px;
	width: 100%;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#MSUSearchTool #search-tool-box #q {
	color: #333;
}

#MSUSearchTool.white-fill #search-tool-box {
	background: #fff;
}

#MSUSearchTool.no-fill #search-tool-box {
	background: transparent;
}

#MSUSearchTool #btn_search {
	height: 26px;
	width: 34px;
	cursor: pointer;
	outline: 0px none;
	border: 0pc none;
	float: right;
	margin: 0 auto;
	text-indent: -9999px;
	text-transform: capitalize;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}

#MSUSearchTool.white-fill #btn_search {
	background: #fff url(../img/icon-search.png) no-repeat center;
}

#MSUSearchTool.no-fill #btn_search {
	background: transparent url(../img/icon-search.png) no-repeat center;
}

#MSUSearchTool #btn_search:hover {
	-moz-box-shadow: inset 0 0px 60px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0px 60px rgba(0,0,0,0.3);
    box-shadow: inset 0 0px 60px rgba(0,0,0,0.3);
}

#MSUSearchTool input#q {
	width: 90%;
    width: calc( 100% - 35px );
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	float: left;
	height: 28px;
	outline: none;
	padding-left: 12px;
	padding-top: 0px;
}


/* #MSU Footer
================================================== */
#MSUstandardFooter {
	min-height: 170px;
    padding: 0 0 15px;
}

#standard-footer-MSU-wordmark {
    max-width: 210px;
    margin: 8px 30px 15px 0;
}

#standard-footer-content ul {
    margin-bottom: 0;
}
#standard-footer-content ul li {
    font-size: 0.75em;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid #18453b;
}

#standard-footer-content ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

#standard-footer-site-links ul {
    margin-bottom: 5px;
    padding-bottom: 5px;
	border-bottom: 1px dotted #808080;
}

.print-msuwordmark {
	display: none;
}

.spartans-will {
    text-transform: uppercase;
    font-weight: 600;
}

#standard-footer-content a,
#standard-footer-site-links strong,
.spartans-will {
    color: #18453b;
}
#standard-footer-MSU-info a,
#standard-footer-MSU-info .msu-phone {
	color: #81D300;
    font-weight: 600;
}


/* #Media Queries
================================================== */

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

    #MSUmasthead {
        width: 300px;
    }
    .navbar #search {
        display: none;
    }
    #MSUheader #search {
        display: block;
        float: right;
        width: 305px;
        padding-top: 25px;
    }

}

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

    #standard-footer-MSU-wordmark,
    #standard-footer-content {
        width: auto;
        float: left;
    }
    #standard-footer-content {
        width: calc( 100% - 240px);
    }

}


/* #Print Styles
================================================== */
@media print {

	.print-msugraphic,
    .print-msuwordmark {
		display: block;
	}

	.screen-msugraphic,
    .screen-msuwordmark,
    .nav-toggle,
    #search {
		display: none;
	}

	#MSUSearchTool #search-tool-box{
		margin-right: 12px;
	}

}
