#mcmaster-brand {
    float: left;
    display: block;
    z-index: 1500;
    position: relative;
}
div#navLinks {
    float: right;
    width: 160px;
    z-index: 1500;
    position: absolute;
    transition: width 0s;
}
header#mcmaster-header svg#mcmaster-logo {
    width: 140px;
    height: 80px;
    margin: 0 10px 13px;
}
footer header svg#mcmaster-logo path.letters,
svg#mcmaster-logo path.shieldoutline,
svg#mcmaster-logo .logoLetters,
svg#mcmaster-logo .brighterworld {
    fill: #fff;
}
header svg#mcmaster-logo path.letters,
svg#mcmaster-logo .shieldheader,
svg#mcmaster-logo #shieldheader {
    fill: #5e6a71;
}
svg#mcmaster-logo .shieldbg,
svg#mcmaster-logo .leaves,
svg#mcmaster-logo .bookoutline,
svg#mcmaster-logo .books {
    fill: #ffbc3d;
}
svg#mcmaster-logo .eagle,
svg#mcmaster-logo .bookspine,
svg#mcmaster-logo .bookbg {
    fill: #7a003c;
}
svg#mcmaster-logo .divider {
    stroke: #fff;
}
header#mcmaster-header ul#social--links svg {
    height: 28px;
    fill: #fff;
}
header#mcmaster-header ul#social--links svg#social-instagram,
header#mcmaster-header ul#social--links svg#social-twitter,
header#mcmaster-header ul#social--links svg#social-facebook,
header#mcmaster-header ul#social--links svg#social-google-plus {
    max-width: 20px;
}
header#mcmaster-header ul#social--links svg#social-youtube {
    max-width: 18px;
}
header#mcmaster-header ul#social--links svg#social-linkedin {
    max-width: 16px;
}
footer#mac-footer {
    background: #7a003c;
}
footer#mac-footer a {
    color: #fff;
}
footer#mac-footer svg#radiance + a {
    text-decoration: none;
}
footer#mac-footer svg#mcmaster-logo {
    min-width: 200px;
    max-width: 425px;
    height: auto;
    margin-top: 5px;
}
#mcmaster-header,
#mcmaster-header * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
#mcmaster-header {
    overflow: hidden;
    background: white;
    width: 100%;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
}
body.noscroll {
    overflow-y: hidden;
}
#mcmaster-header .nav-item {
    margin: 0;
    display: inline-block;
    position: relative;
    /*//min-width: 75px;*/
    
    min-width: 80px;
    text-align: center;
    /*//height: 100px;*/
    
    transition: all 0.3s ease-out, min-width 0s;
    text-transform: uppercase;
    color: #5b6770;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    cursor: pointer;
    z-index: 1500;
    border-bottom: 3px solid transparent;
}
#mcmaster-header,
#mcmaster-header * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*// #mcmaster-header .nav-item:hover, #mcmaster-header .nav-item:focus {
        //   background-color: rgba(0, 0, 0, 0.05);
        //   text-decoration: none;
        //   border-bottom-color: #ac1455;
        // }*/
/* ===MAC SEARCH ICON=== */

#mcmaster-search {
    /*//padding-top: 65px;*/
    
    padding-top: 52px;
}
#mcmaster-search span,
#mcmaster-search span::after,
#mcmaster-search span::before {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#mcmaster-search span {
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    border: 3px solid #5e6a71;
    border-radius: 50%;
    /*// top: 25px;*/
    
    top: 12px;
    left: 30%;
}
#mcmaster-search span:before {
    position: absolute;
    display: block;
    left: 20px;
    bottom: -7px;
    border-radius: 2px;
    width: 12px;
    height: 3px;
    background: #5e6a71;
    content: '';
    -webkit-transform: translateX(-6px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(-6px) translateY(-3px) rotate(45deg);
    transform: translateX(-6px) translateY(-3px) rotate(45deg);
}
#mcmaster-search span:after {
    position: absolute;
    display: block;
    left: 20px;
    bottom: -7px;
    border-radius: 2px;
    width: 12px;
    height: 3px;
    background: #5e6a71;
    content: '';
    -webkit-transform: translateX(-6px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(-6px) translateY(-3px) rotate(45deg);
    transform: translateX(-6px) translateY(-3px) rotate(45deg);
}
/*    Mac Search Icon Active */

#mcmaster-header.search-active #mcmaster-search span {
    height: 0%;
    width: 0%;
    /*//top: 36px;*/
    
    top: 25px;
    left: 35px;
    border: 2px solid #5e6a71;
}
#mcmaster-header.search-active #mcmaster-search span:before {
    left: -15px;
    bottom: -2px;
    width: 32px;
    transform: rotate(-135deg);
    background: #5e6a71;
}
#mcmaster-header.search-active #mcmaster-search span:after {
    left: -16px;
    bottom: -2px;
    width: 32px;
    transform: rotate(135deg);
    background: #5e6a71;
}
#mcmaster-header.search-active #mcmenu span,
#mcmaster-header.search-active #mcmenu span:before,
#mcmaster-header.search-active #mcmenu span:after {
    background: #5e6a71;
}
/* ===MAC MENU ICON=== */

#mcmenu {
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    /*//padding-top: 65px;*/
    
    padding-top: 52px;
}
#mcmenu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 32px;
    background: #5e6a71;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 2px;
    opacity: 1;
    top: 36px;
    left: 28%;
}
#mcmenu span,
#mcmenu span::before,
#mcmenu span::after {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 2px;
}
#mcmenu span::before,
#mcmenu span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 32px;
    height: 3px;
    background: #5e6a71;
    content: '';
}
#mcmenu span:before {
    top: -8px;
}
#mcmenu span:after {
    top: 8px;
}
/* Mac Menu Icon Active */

#mcmaster-header.menu-active #mcmenu span {
    transform: rotate(180deg);
}
#mcmaster-header.menu-active #mcmenu span:before {
    top: -8px;
    width: 16px;
    left: 4px;
    transform: translateX(-6px) translateY(3px) rotate(-45deg);
}
#mcmaster-header.menu-active #mcmenu span:after {
    top: 8px;
    width: 16px;
    left: 4px;
    transform: translateX(-6px) translateY(-3px) rotate(45deg);
}
#mcmaster-header.menu-active #mcmenu span,
#mcmaster-header.menu-active #mcmenu span:before,
#mcmaster-header.menu-active #mcmenu span:after {
    background: #5e6a71 !important;
}
#mcmaster-header.menu-active #mcmenu {
    color: #5e6a71;
    background: #f0f0f0;
}
/* Mac Menu Icon Active (search icon) */

#mcmaster-header.menu-active #mcmaster-search {
    color: #5e6a71 !important;
    background: #f0f0f0;
}
#mcmaster-header.menu-active #mcmaster-search span {
    border-color: #5e6a71 !important;
}
#mcmaster-header.menu-active #mcmaster-search span:before,
#mcmaster-header.menu-active #mcmaster-search span:after {
    background: #5e6a71 !important;
}
.sr-only {
    height: 1px;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px none;
    position: absolute;
    width: 1px;
}
/* ===OFF CANVAS MENU=== */

#mcmaster-nav {
    background: #f0f0f0;
    border-left: 1px solid #f0f0f0;
    position: fixed;
    padding: 0;
    margin: 0;
    /*//padding-top: 100px;*/
    
    padding-top: 142px;
    width: 240px;
    height: 100%;
    top: 0;
    right: -240px;
    z-index: 1020;
    /*//margin-top: 0;*/
    
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*// box-shadow: -5px 0px 10px rgba(0,0,0,0.1);*/
}
#mcmaster-nav:before {
    display: block;
    background: #7a003c;
    height: 142px;
    position: absolute;
    content: '';
}
#mcmaster-nav a {
    display: inline-block;
    outline: none;
    width: 100%;
    color: #5e6a71;
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #f0f0f0;
    font-weight: 300;
    font-size: 15px;
    background: #fff;
    text-decoration: none;
}
/*// header#mcmaster-header.menu-active #navLinks {
    //   right: 100px;
    // }*/

#mcmaster-nav>li>a {
    font-size: 20px;
    outline: none;
    padding: 15px 20px 15px 20px;
    background: #f0f0f0;
    border-top-color: #d9d9d9;
}
#mcmaster-nav a:hover,
#mcmaster-nav a:focus {
    background: #e8e8e8;
}
#mcmaster-nav>li>a:hover,
#mcmaster-nav>li>a:focus {
    background: #5e6a71;
    color: #fff;
}
#mcmaster-nav li,
#mcmaster-nav ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#mcmaster-header.menu-active #mcmaster-nav {
    -webkit-transform: translate(-240px, 0);
    -ms-transform: translate(-240px, 0);
    transform: translate(-240px, 0);
}
/*// header#mcmaster-header.menu-active .header__inner #navLinks {
    //     position: fixed !important;
    //     top: 42px;
    //     right: 2%;
    // }*/

#mcmaster-nav input {
    display: none;
}
#mcmaster-nav label {
    cursor: pointer;
    display: block;
    font-size: 20px;
    padding: 15px 20px 15px 20px;
    background: #7a003c;
    border-top: 1px solid #37001a;
    z-index: 20;
    color: #fff;
    font-weight: 300;
}
#mcmaster-nav label:hover,
#mcmaster-nav label:focus {
    background: #ac1455;
}
#mcmaster-nav input:checked + label {
    background: #ac1455;
}
#mcmaster-nav ul {
    background: #f7f7f7;
    overflow: hidden;
    z-index: 10;
    height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}
#mcmaster-nav input:checked ~ ul {
    max-height: 720px;
}
#mcmaster-header.condensed {
    overflow: visible;
    height: 60px
}
#mcmaster-header.condensed #mcmenu,
#mcmaster-header.condensed #mcmaster-search {
    text-indent: -9999px;
    height: 60px
}
#mcmaster-header.condensed #mcmaster-brand {
    height: 60px
}
#mcmaster-header.condensed #mcmaster-search {
    padding-top: 5px;
}
#mcmaster-header.condensed #mcmenu {
    padding-top: 5px;
}
#mcmaster-header.condensed #mcmaster-logo {
    width: 140px !important;
    height: auto !important
}
#mcmaster-header.condensed #mcmaster-logo:hover {
    border-bottom-color: transparent!important;
    background-color: transparent!important
}
#mcmaster-header.condensed #mcmenu span {
    top: 28px
}
#mcmaster-header.condensed #mcmaster-search span {
    top: 14px
}
#mcmaster-header.condensed.search-active #mcmaster-search span {
    top: 27px
}
#mac-footer {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 12px;
    line-height: 15px
}
#mac-footer ul {
    margin: 12px 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}
#mac-footer ul#mcmaster--links {
    margin: 20px 0;
}
#mac-footer ul li {
    display: inline;
    padding: 5px;
    white-space: nowrap
}
#mac-footer ul li a {
    text-decoration: none;
    color: #fff
}
#mac-footer ul li a:hover {
    text-decoration: underline
}
#mac-footer #mcmaster-logo {
    max-width: 425px;
    height: auto;
    margin-top: 5px
}
footer#mac-footer {
    position: relative;
}
footer#mac-footer * {
    z-index: 1;
    position: relative;
}
footer#mac-footer #radiance {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    max-width: 460px;
}
footer#mac-footer a {
    text-decoration: none;
}
footer#mac-footer a:hover {
    text-decoration: underline;
}
footer#mac-footer {
    background-color: #7a003c !important;
    /*height: 432px;*/
    
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 1em 2em 2.7em;
    text-align: center;
    font-size: 14px;
}
footer#mac-footer .footer__inner {
    max-width: 1218px;
    margin: 0 auto;
}
footer#mac-footer .footer__logo {
    /*display: flex; justify-content: center*/
}
footer#mac-footer svg#mcmaster-logo g#letters,
footer#mac-footer svg#mcmaster-logo g#brighterworld,
footer#mac-footer svg#mcmaster-logo path#shieldoutline {
    fill: white;
}
footer#mac-footer svg#mcmaster-logo path#divider {
    stroke: white;
    stroke-width: 2;
}
footer#mac-footer svg#mcmaster-logo path#bookspine,
footer#mac-footer svg#mcmaster-logo path#shield {
    fill: #5e6a71;
}
footer#mac-footer svg#mcmaster-logo g#bookoutline,
footer#mac-footer svg#mcmaster-logo path#books,
footer#mac-footer svg#mcmaster-logo g#leaves,
footer#mac-footer svg#mcmaster-logo g#shieldbg {
    fill: #ffbc3d;
}
footer#mac-footer svg#mcmaster-logo path#bookbg,
footer#mac-footer svg#mcmaster-logo path#bookspine_1_,
footer#mac-footer svg#mcmaster-logo g#eagle {
    fill: #7a003c;
}
/* Mockup logo is off center */

footer#mac-footer .footer__logo > img {
    /*margin-left: 14px;*/
    
    max-width: 100%;
}
footer#mac-footer .footer__logo svg {
    border-right: 1px solid #fff;
    padding: 20px;
}
footer#mac-footer .footer__logo h2 {
    color: #fff;
    padding: 20px;
    text-align: left;
}
footer#mac-footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer#mac-footer ul#mcmaster--links,
footer#mac-footer ul#social--links,
footer#mac-footer ul#address--links {
    /*display: flex; justify-content: center;*/
}
footer#mac-footer ul#mcmaster--links li,
footer#mac-footer ul#social--links li,
footer#mac-footer ul#address--links li {
    display: inline-block;
}
footer#mac-footer ul#mcmaster--links {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /*padding: 1rem 0;*/
}
footer#mac-footer ul#mcmaster--links li {
    line-height: 24px;
}
footer#mac-footer ul#mcmaster--links li a {
    display: block;
    padding: 1em 3em;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}
footer#mac-footer ul#social--links a:hover {
    border-color: #fdbf57;
}
footer#mac-footer ul#social--links a {
    height: 32px;
    width: 32px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    /*display: flex; justify-content: center; align-items: center;*/
    
    border-radius: 50%;
    margin: 0 15px;
    -webkit-transition: background 250ms;
    -o-transition: background 250ms;
    transition: background 250ms;
    margin-bottom: 4px;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
footer#mac-footer ul#social--links a svg {
    max-width: 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 28px;
    margin: 0 auto;
}
footer#mac-footer ul#social--links a svg * {
    -webkit-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
    fill: #fff;
}
footer#mac-footer ul#social--links a:hover svg * {
    fill: #fdbf57 !important;
}
footer#mac-footer li {
    margin-left: 0;
}
footer#mac-footer a {
    color: #fff;
}
footer#mac-footer a.footer__logo {
    color: rgba(0, 0, 0, 0);
}
footer#mac-footer ul#address--links {
    margin-bottom: 1.3em;
}
footer#mac-footer ul#address--links a {
    padding: 6px 4px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.5px;
}
footer#mac-footer p.copyright {
    color: #fff;
    font-size: 0.75em;
    letter-spacing: 0.75px;
}
@media (max-width: 768px) {
    footer#mac-footer ul#mcmaster--links li {
        display: block;
        padding: 0;
    }
    footer#mac-footer ul#social--links a {
        margin: 0 4px 4px
    }
    footer#mac-footer ul#mcmaster--links li a {
        padding: 0.25em 3em;
    }
    footer#mac-footer ul#mcmaster--links {
        padding: 1.25em 0 1.375em;
    }
}
.noscroll {} #skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 999;
}
#skiptocontent a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #BF1722;
    outline: 0;
    transition: top .1s ease-in, background .5s linear;
}
header#mcmaster-header {
    background: #fff;
    padding-top: 32px;
    padding-bottom: 16px;
    /*// box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.1);*/
}
header#mcmaster-header.condensed #mcmaster-brand {
    height: 76px
}
header#mcmaster-header #mcmaster-header__title {
    display: block;
    z-index: 1;
    /*position: absolute;*/
    
    text-align: center;
    top: 0;
    left: 0;
    width: calc(100vw - (360px + 8%));
    margin: 0 auto;
    max-width: 900px;
    /*// position: relative;
      // z-index: 1400;*/
}
header#mcmaster-header .mcmaster-header__department {
    text-transform: uppercase;
    text-decoration: none;
    color: #7a003c;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 1.25em;
    /*//line-height: 0.875;*/
    
    line-height: 1.5625em;
    /*//margin: 0.4em 0 0.4em 0;*/
    
    margin: 0;
}
header#mcmaster-header .mcmaster-header__department > a,
header#mcmaster-header .mcmaster-header__department > a:hover,
header#mcmaster-header .mcmaster-header__department > a:visited {
    text-decoration: none;
    color: #7a003c;
}
header#mcmaster-header .mcmaster-header__header-title {
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 2.4em;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0 0 0.65625em 0;
    font-weight: 500;
    color: #1a1c1d;
}
header#mcmaster-header .mcmaster-header__header-title > a,
header#mcmaster-header .mcmaster-header__header-title > a:visited,
header#mcmaster-header .mcmaster-header__header-title > a:hover {
    text-decoration: none;
    color: #1a1c1d;
}
header#mcmaster-header .mcmaster-header__header-title.title-only {
    color: #7a003c !important;
    text-transform: uppercase;
    font-size: 2.7em;
    letter-spacing: 1px;
    line-height: 1.1;
    padding-top: 10px;
}
header#mcmaster-header .mcmaster-header__header-title.title-only > a {
    color: #7a003c !important;
}
header#mcmaster-header .header__inner {
    /*max-width: 1460px;*/
    
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 auto;
    position: relative;
}
header#mcmaster-header .header__inner #navLinks {
    position: absolute;
    top: 0;
    right: 0;
    transition: width 0s, right 0.3s ease-out;
}
header#mcmaster-header #navLinks {
    position: absolute;
    top: 32px;
    right: 4%;
}
header#mcmaster-header svg#mcmaster-logo g#letters * {
    fill: #5e6a71 !important;
}
header#mcmaster-header #mcmenu,
header#mcmaster-header #mcmaster-search {
    height: 72px;
    font-size: 1em;
}
header#mcmaster-header #mcmaster-search:before,
header#mcmaster-header #mcmenu:before {
    text-transform: uppercase;
    text-indent: 0;
    display: block;
    position: absolute;
    color: #5e6a71;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', 'RegCon', "Arial Narrow", Arial, sans-serif;
    bottom: 0;
    transition: all 250ms;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: border-bottom 250ms ease-out;
    padding-bottom: 4px;
    margin-bottom: -4px;
}
header#mcmaster-header a#mcmaster-search:hover:before,
header#mcmaster-header a#mcmenu:hover:before {
    border-bottom: 2px solid #5e6a71;
}
header#mcmaster-header.menu-active #mcmaster-search:before,
header#mcmaster-header.menu-active #mcmenu:before {
    color: #5e6a71;
}
header#mcmaster-header #mcmaster-search:before {
    content: 'Search';
}
header#mcmaster-header #mcmenu:before {
    content: 'Menu';
}
header#mcmaster-header #mcmaster-search span:before,
header#mcmaster-header #mcmaster-search span:after {
    left: 20px;
    bottom: -6px;
    width: 10px;
}
header#mcmaster-header #mcmenu span,
header#mcmaster-header #mcmenu span::before,
header#mcmaster-header #mcmenu span::after {
    width: 22px;
}
header#mcmaster-header #mcmenu span {
    /*//top: 28px;*/
    
    top: 26px;
    /*//left: 30%;*/
    
    left: 28px;
}
header#mcmaster-header .mcmaster-header__site-logo {
    max-height: 76px;
}
/*// #mcmenu span:before {
    //   top: -8px;
    // }
    // #mcmenu span:after {
    //   top: 8px;
    // }*/

@media (max-width: 768px) {
    header#mcmaster-header {
        background: #fff;
        /*// padding-top: 0;*/
        
        padding-bottom: 34px;
    }
    /*header#mcmaster-header #mcmaster-header__title {
        position: static;
        clear: both;
      }*/
    
    header#mcmaster-header #navLinks {
        margin-bottom: 1em;
    }
    footer#mac-footer #radiance {
        display: none;
    }
    @supports (transform: rotate(180deg)) {
        footer#mac-footer #radiance {
            transform: rotate(180deg);
            display: block;
            bottom: 0;
            right: 0;
            top: auto;
            left: auto;
        }
    }
}
@media (max-width: 768px) {
    header#mcmaster-header #mcmaster-header__title {
        position: static;
        clear: both;
        width: 100%;
    }
    header#mcmaster-header .mcmaster-header__header-title {
        margin-bottom: 0;
    }
    header#mcmaster-header .header__inner {
        padding-left: 2%;
        padding-right: 2%;
    }
    header#mcmaster-header #navLinks {
        right: 2%;
    }
    footer#mac-footer ul#social--links li {
        padding: 2px;
    }
    div#navLinks {
        width: 120px !important;
        ;
    }
    #mcmaster-header .nav-item {
        min-width: 60px !important;
    }
    #mcmaster-header.search-active #mcmaster-search span {
        left: 29px;
    }
    header#mcmaster-header #mcmenu span {
        left: 20px;
    }
}
/*
    // @supports (display: flex) {
    //   @media (max-width: 768px) {
    //     footer#mac-footer ul#social--links {
    //       display: flex;
    //       flex-wrap: wrap;
    //       justify-content: center;
    //     }
    //     footer#mac-footer ul#social--links li {
    //       flex-basis: 30%;
    //     }
    //     footer#mac-footer ul#social--links li a {
    //       margin: 0 auto 4px;
    //     }
    //   }
    // }*/
/* ===SEARCH OVERLAY=== */

#mcmaster-search-overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    height: calc(100% - 100px);
    top: 100px;
    left: 0;
    z-index: 1100;
    overflow-y: scroll !important;
    background-color: #c6cbce;
}
#mcmaster-search-overlay .btn-group {
    display: block;
    margin: 10px auto !important;
}
#mcmaster-search-overlay .btn-group .btn {
    float: none;
}
#mcmaster-search-overlay .btn-group .btn:first-child,
#mcmaster-search-overlay .btn-group .btn+.btn {
    margin-left: 10px
}
#mcmaster-search-form {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 24px;
}
#mcmaster-search-form button {
    font-size: 1em;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}
/*Results box */

.gsc-control-cse {
    border-color: transparent !important;
    background-color: transparent !important;
}
#mcmaster-header #mcmaster-search-overlay {
    top: 0px !important;
    height: 100%;
}
/* Transition Effects */

#mcmaster-search-overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
#mcmaster-header.search-active #mcmaster-search-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#mcmaster-search-overlay #mcmaster-quick-links {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
#mcmaster-header.search-active #mcmaster-search-overlay #mcmaster-quick-links {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
#mcmaster-search-overlay #mcmaster-quick-links {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}
#mcmaster-search-overlay #mcmaster-quick-links ul {
    padding-left: 40px;
}
#mcmaster-search-overlay #mcmaster-quick-links li {
    list-style-type: disc;
}
/* Search Field */

#mcmaster-search-overlay #search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    margin: 0 auto;
    //margin-top: 80px;
    margin-top: 142px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-perspective: 1200px;
    perspective: 1200px;
    height: 50px;
}
#mcmaster-search-overlay #search-input {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
#mcmaster-header.search-active #mcmaster-search-overlay #search-input {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
#mcmaster-search-overlay #search-input {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}
#mcmaster-search-overlay #search-input input {
    border: 0;
    box-shadow: none;
    font-size: 18px;
    padding: 10px 45px 10px 10px;
    color: #1e252b;
    width: 100% !important;
}
#mcmaster-search-overlay #search-input button {
    display: block;
    width: 60px;
    height: 48px;
    margin: 0;
    background: none;
    box-shadow: none;
    border: 0;
    padding: 9px;
    border-left: none !important;
    position: absolute;
    right: 0;
    top: 0;
}
#mcmaster-search-overlay #search-input button svg {
    width: 30px;
    height: 30px;
}
#mcmaster-search-overlay #search-input button .search-icon {
    fill: #5e6a71;
}
#mcmaster-search-overlay #search-input button:hover .search-icon {
    fill: #7a003c;
}
/* Quick Links */

#mcmaster-search-overlay #mcmaster-quick-links {
    display: block;
    background: #fff;
    padding: 15px 15px;
    border-top: 5px solid #7a003c;
    box-shadow: 0 2px 10px #8e979d;
    overflow-y: scroll;
    margin-bottom: 50px;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
}
#mcmaster-search-overlay #mcmaster-quick-links .link-row {
    margin: 0;
}
#mcmaster-search-overlay #mcmaster-quick-links .link-row .column {
    width: 50%;
    float: left;
    min-width: 255px;
}
#mcmaster-search-overlay #mcmaster-quick-links .links-title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 20px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 800;
    color: #5e6a71;
}
#mcmaster-search-overlay #mcmaster-quick-links ul li a {
    display: inline;
    color: #ac1455;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0;
    text-decoration: none;
    border-bottom: none;
}
#mcmaster-search-overlay #mcmaster-quick-links ul li a:hover {
    color: #147cac;
    background: none;
    text-decoration: none;
}
#mcmaster-search-overlay #mcmaster-quick-links li {
    margin-bottom: 5px;
    padding-right: 10px;
}
.btn.btn-mac-search,
.btn-mac-search {
    width: 277px !important;
    //height: 30px !important;
    height: 50px !important;
    padding: 0 !important;
    margin-top: 5px !important;
    margin: 10px;
    border-radius: 50px !important;
}
.btn-primary.btn-mac-search {
    color: #fff;
    background-color: #7A003C !important;
    border-color: transparent !important;
    cursor: pointer;
}
#clearSearch {
    cursor: pointer
}
#frmSearch .input-group {
    width: 100%;
}
span#clearAll #clearSearch {
    display: none;
}
div#___gcse_0 {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

.cmp_form .label .required {
  color: #7d0040;
}

.cmp_form .buttons button, .cmp_notification a, #connect-orcid-button, .page_search .submit button {
  color: #000;
}

.pkp_navigation_search_wrapper a {
  color: rgba(0,0,0,0.54);
}

h2 small {
  color: #5e6a71;
}
