/** Shopify CDN: Minification failed

Line 7:0 Unexpected "$"
Line 16:2 Expected identifier but found "$"

**/
$title-fonts: "Montserrat", Arial, 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;
  }
}

.print-msugraphic, .print-msuwordmark, #resp-search-button {
    display: none;
}


#MSUstandardFooter {
    padding: 20px 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: 1100px;


    @media screen and (max-width: 829px) {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column;
    }

     &.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;
        margin-left: 10px;
    }

    @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;
            }
        }
    }

    #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: center;
            -ms-grid-row-align: center;
            align-self: center;
        -ms-flex-preferred-size: 226px;
            flex-basis: 226px;
    }


    @media screen and (max-width: 829px) {
        #standard-footer-MSU-wordmark {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 1;
                    order: 1;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
            padding-top: 20px;
        }
    }

    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: 14px;
    }

    .msu-info-list > li {
        margin: 12px 12px 12px 0;
    }

    @media screen and (max-width: 829px) {
        .msu-info-list, .copyright {
            font-size: 14px;
        }
    }

    .spartans-will, .msu-phone {
        font-weight: 700;
        text-transform: uppercase;
    }

}

a.a-link {
    min-height: 24px !important;
    margin: 24px;
}

.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;
}
