/*****************************************************************************************************/
/*                                                                                                   */
/*  Branding - MSU Masthead, Search Tool and Standard Footer                                         */
/*  Verify your website’s font size/weight/color to current branding styles for lines marked "V2.0"  */
/*                                                                                                   */
/*****************************************************************************************************/



/* Search Tool */

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

#MSUSearchTool {
    margin-top: 14px;
    position: relative;
}

#MSUSearchTool #search-tool-box {
    border-radius: 3px;
    border: 1px solid #fff;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, sans-serif;
    height: 28px;
    width: 319px;
}
@media(min-width: 1024px){
    #MSUSearchTool #search-tool-box {        /* akb */
        position: absolute;
        right: 0;
        top: 0;
}    
}
@media(max-width: 1024px){
    #MSUSearchTool #search-tool-box {
        display: none;
    }
}
#MSUSearchTool #search-tool-box-mobile {
    border-radius: 3px;
    border: 1px solid #fff;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, sans-serif;
    height: 28px;
    width: 319px;
}

#MSUSearchTool #btn_search {
    background: transparent url(/asset/msu/img/icon-search.png) no-repeat center;
    border-radius: 0px 3px 3px 0px;
    border: 0px none;
    cursor: pointer;
    float: right;
    height: 28px;
    margin: 0 auto;
    outline: 0px none;
    position: absolute;
    top: 1px;
    left: 286px;
    text-indent: -9999px;
    text-transform: capitalize;
    width: 34px;
}

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

#MSUSearchTool input[name="q"] {
    width: 258px;
    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: #000;
    font-size: 12px;
    font-weight: normal;
    /* float: left; */
    height: 28px;
    outline: none;
    padding-left: 12px;
    padding-top: 0px;
}

/* #MSU Footer
================================================== */

#MSUstandardFooter #standard-footer-site-links {
    padding-top: 5px;
}
#MSUstandardFooter {
    height: 70px;
    position: relative;
    max-width: 960px;
    margin-top: 2rem;
}

@media screen and (max-width: 992px) {
#MSUstandardFooter #standard-footer-MSU-info,
#MSUstandardFooter #standard-footer-site-links,
#MSUstandardFooter #standard-footer-MSU-wordmark {
    float: none;
    text-align: center;
  }

#MSUstandardFooter #standard-footer-MSU-wordmark.fourMSUcolumns {
    margin-right: 0;
  }

#MSUstandardFooter * {
    float: none !important;
    height: auto !important;
    width: auto !important;
  }
}

.MSUwrapper {
    width: inherit;
    max-width: 960px;
    min-width: inherit;
    margin: 0 auto;
    clear: both;
}

#MSUstandardFooter {
    /*height: 170px;*/
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 720px) {
#MSUstandardFooter .twelveMSUcolumns {
    float: none;
    margin: 0 auto;
    padding: 20px;
 }
#MSUstandardFooter .fourMSUcolumns img {
    width: 100%;
    margin-top: 8px;
  }
}

#MSUstandardFooter .fourMSUcolumns {
    width: 221px;
    float: left;
    position: relative;
    margin-right: 18px;
}

#MSUstandardFooter .fourMSUcolumns img {
    width: 100%;
    margin-top: 8px;
}

#MSUstandardFooter .thirteenMSUcolumns {    /* V2.0 */
    width: 660px;
    float: left;
    position: relative;
    margin: 5px 0px 0px 0px;
}


/* Website information with Call Us/Telephone (Footer line 1) */

#MSUstandardFooter #standard-footer-site-links {
    margin-top: 8px;
}

#MSUstandardFooter #standard-footer-site-links ul {
    margin: 0px;
    padding: 0px;
    height: 22px;
    border-bottom: 1px dotted #808080;
    float: left;
    clear: right;
}

#MSUstandardFooter #standard-footer-site-links ul li {
    display: inline-block;
    padding-left: 4px;
    font-size: 12px;    /* V2.0 */
    font-size: 1rem;    /* V2.0 */
    margin-left: 0px;
    margin-right: 0px;
}

#MSUstandardFooter #standard-footer-site-links ul li:first-child {
    padding: 0px;
}

#MSUstandardFooter #standard-footer-site-links ul li:nth-child(2) a {
    padding: 0px 8px 0px 0px;
}

#MSUstandardFooter #standard-footer-site-links ul li:last-child a {
    border-right: none;
}

#MSUstandardFooter #standard-footer-site-links ul li a {
    text-decoration: none;
    padding-right: 8px;
    font-weight: 500;     /* V2.0 */
}

#MSUstandardFooter #standard-footer-site-links ul li a:hover {
    text-decoration: underline;
}

#MSUstandardFooter.light-background #standard-footer-site-links {
    color: #18453b;
}

#MSUstandardFooter.light-background #standard-footer-site-links a {
    color: #18453b;
    border-right: 1px solid #18453b;
}

#MSUstandardFooter.light-background #standard-footer-site-links ul li:nth-child(2) a {
    /*border-left: 1px solid #18354b;*/
}

#MSUstandardFooter.dark-background #standard-footer-site-links{
    color: #fff;
}

#MSUstandardFooter.dark-background #standard-footer-site-links ul li:nth-child(2) a {
    border-left: 1px solid #737373;
}

#MSUstandardFooter.dark-background #standard-footer-site-links a {
    color: #fff;
    border-right: 1px solid #737373;
}

/* Website information - no Call Us/Telephone (Footer line 1) */

#MSUstandardFooter #standard-footer-site-nocall-links ul {
    margin: 0px;
    padding: 0px;
    height: 22px;
    border-bottom: 1px dotted #808080;
    float: left;
    clear: right;
}

#MSUstandardFooter #standard-footer-site-nocall-links ul li {
    display: inline-block;
    font-size: 12px;    /* V2.0 */
    font-size: 1rem;    /* V2.0 */
    padding-left: 4px;
}
#MSUstandardFooter #standard-footer-site-nocall-links ul li:first-child {
    display: inline-block;
    font-size: 12px;    /* V2.0 */
    font-size: 1rem;    /* V2.0 */
    padding-left: 0px;
}

#MSUstandardFooter #standard-footer-site-nocall-links ul li a {
    padding: 0px 8px 0px 8px;
}
#MSUstandardFooter #standard-footer-site-nocall-links ul li a:first-child {
    padding: 0px 8px 0px 0px;
}

#MSUstandardFooter #standard-footer-site-nocall-links ul li a {
    padding-right: 8px;
    text-decoration: none;
    font-weight: 500;     /* V2.0 */
}

#MSUstandardFooter #standard-footer-site-nocall-links ul li a:hover {
    text-decoration: underline;
}

#MSUstandardFooter.light-background #standard-footer-site-nocall-links {
    color: #18453b;
}

#MSUstandardFooter.light-background #standard-footer-site-nocall-links ul li a {
    color: #18453b;
    border-right: 1px solid #18354b;
}
#MSUstandardFooter.light-background #standard-footer-site-nocall-links ul li:last-child a {
    border-right: none;
}

#MSUstandardFooter.dark-background #standard-footer-site-nocall-links{
    color: #fff;
}

#MSUstandardFooter.dark-background #standard-footer-site-nocall-links ul li a {
    color: #fff;
    border-right: 1px solid #737373;
}
#MSUstandardFooter.dark-background #standard-footer-site-nocall-links ul li:last-child a {
    color: #fff;
    border-right: none;
}

/* MSU information (Footer lines 2-3) */

#MSUstandardFooter #standard-footer-MSU-info {
    font-size: 9px;          /* V2.0 */
    font-size: 0.5625rem;    /* V2.0 */
    margin-top: 8px;
    padding-top: 0px;
    float: left;
    clear: right;
}


#MSUstandardFooter #standard-footer-MSU-info ul {
    margin: 0px;
    padding: 0px;
    height: 16px;
    font-size: 9px;          /* V2.0 */
    font-size: 0.5625rem;    /* V2.0 */
    float: left;
}

#MSUstandardFooter #standard-footer-MSU-info ul li {
    margin: 0px;
    padding: 0 8px 0 8px;
    line-height: 10px;
    display: inline-block;
    border-right: 1px solid #999;
    float: left;
}

#MSUstandardFooter #standard-footer-MSU-info ul li.spartans-will {
    text-transform: uppercase;
    font-weight: 600;    /* V2.0 */
}

#MSUstandardFooter #standard-footer-MSU-info ul li:first-child {
    padding-left: 0px;
}

#MSUstandardFooter #standard-footer-MSU-info ul li:last-child {
    border-right: 0px;
}

#MSUstandardFooter #standard-footer-MSU-info ul li a {
    text-decoration: none;
}

#MSUstandardFooter #standard-footer-MSU-info ul li a:hover {
    text-decoration: underline;
}

#MSUstandardFooter.light-background #standard-footer-MSU-info{
    color: #18453b;
}

#MSUstandardFooter.light-background #standard-footer-MSU-info a, #MSUstandardFooter.light-background #standard-footer-MSU-info .msu-phone {
    color: #4c7e00;    /* V2.0 */
}

#MSUstandardFooter.dark-background #standard-footer-MSU-info {
    color: #fff;
}

#MSUstandardFooter.dark-background #standard-footer-MSU-info a, #MSUstandardFooter.dark-background #standard-footer-MSU-info .msu-phone {
    color: #81d300;     /* V2.0 */
}

#standard-footer-MSU-wordmark img.print-msuwordmark {
    display: none;
}



/* ADD MOBILE QUERIES HERE */

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

    #MSUmasthead img.print-msugraphic, #standard-footer-MSU-wordmark img.print-msuwordmark {
        display: block;
    }

    #MSUmasthead img.msugraphic-green, #MSUmasthead img.msugraphic-white {
        display: none;
    }
    #standard-footer-MSU-wordmark img.msuwordmark-green, #standard-footer-MSU-wordmark img.msuwordmark-white {
        display: none;
    }

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

}

/* End of Branding - MSU Masthead, Search Tool and Standard Footer */
/********************************************************************/
