/** Shopify CDN: Minification failed

Line 9:0 Unexpected "$"
Line 18:2 Expected identifier but found "$"

**/


$title-fonts: 'Metropolis-Regular', sans-serif;
$footer-green-text-dark-contrast: #84d123;
$footer-green-text-light-contrast: #18453b;
$footer-text-color-light-contrast: #000000;
$footer-text-color-dark-contrast: #ffffff;

/*Mixins*/

@function calculateRem($size) {
  $remSize: $size / 16px;
  @return $remSize * 1rem;
}

@mixin font-size($size) {
  font-size: $size;
  font-size: calculateRem($size);
}


@mixin bp-large {
  @media only screen and (max-width: 60em) {
    @content;
  }
}

@mixin bp-medium {
  @media only screen and (max-width: 54em) {
    @content;
  }
}

@mixin bp-small {
  @media only screen and (max-width: 42em) {
    @content;
  }
}

@mixin bp-medium-footer-branding {
  @media only screen and (max-width: 52em) {
    @content;
  }
}

@mixin bp-large-header-branding {
  @media only screen and (max-width: 65em) {
    @content;
  }
}

@font-face {
 font-family: 'Metropolis-Regular';
 src: url('{{ 'Metropolis-Regular.woff2' | asset_url }}') format('woff2');
 font-weight: normal;
 font-style: normal;
}

.print-msugraphic, .print-msuwordmark, #resp-search-button {
    display: none;
}


#MSUstandardFooter {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    max-width: 100%;
    justify-content: center;


    @media screen and (max-width: 829px) {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column;
      padding: 60px 20px 20px;
    }

     &.dark-contrast {
        color: #fff;
        li {
            border-right: 1px solid #eee;

             &:last-child {
                border-right: none;
            }
        }

        a {
            color: #fff;
        }

        #standard-footer-MSU-info {
            a {
                color: #84d123;
                font-weight: 700;
            }
        }

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

        .spartans-will, .msu-phone {
            color: #84d123;
        }
    }

    &.light-contrast {
        color: #18453b;
        li {
            border-right: 1px solid #222;

             &:last-child {
                border-right: none;
            }
        }

        a {
            color: #18453b;
        }

        #standard-footer-MSU-info {
            a {
                color: #4c7e00;
                font-weight: 700;
            }
        }

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

        .spartans-will, .msu-phone {
            color: #4c7e00;
        }
    }

    #standard-footer-MSU-info {
        padding-top: 5px;
    }

    .msu-link-container {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-flex: 11;
            -ms-flex-positive: 11;
                flex-grow: 11;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        max-width: 600px;
    }

    @media screen and (max-width: 829px) {
        .msu-link-container {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;

            li {
                display: block;
                border: none;
                text-align: center;
            }
          max-width: 100%;
        }
    }

    #standard-footer-MSU-wordmark {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-item-align: end;
            -ms-grid-row-align: end;
            align-self: end;
        -ms-flex-preferred-size: 226px;
            flex-basis: 226px;
      max-width: 300px;
    }


    @media screen and (max-width: 829px) {
        #standard-footer-MSU-wordmark {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 0;
                    order: 0;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
            margin: 20px auto;
          max-width: 100%;
        }
    }

    ul {
        margin-bottom: 0;
        margin-left: 0;

        li {
            display: inline;
            padding-right: .5em;
            padding-left: .2em;

            &:first-child {
                padding-left: 0;
            }
        }
    }

    #standard-footer-site-links {
        font-size: 14px;
        ul {
            display: inline;
        }
    }

    .msu-info-list, .copyright {
        font-size: 12px;
    }

    @media screen and (max-width: 829px) {
        .msu-info-list, .copyright {
            font-size: 14px;
        }
    }

    .spartans-will, .msu-phone {
        font-weight: 700;
        text-transform: uppercase;
    }

}

.social-media {
	display: flex;
    max-width: 1050px;
    margin: 0 auto;
  h2 {
    font-size: 1.70588em
  }
}

ul.no-bullets.social-icons {
    max-width: 1050px;
    margin: 0 auto;
    margin-bottom: 40px;
  li {
    display: inline-block;
    margin-right: 20px;
  }
}


.hr--large {
    margin: 0 auto;
    margin-bottom: 40px;
}

h2.msu_title_centered {
  text-align: center;
  margin: 0 auto 20px;
  width: 100%;
  font-size: 1.70588em;
}
