#mp-menu a {
    text-decoration: none;
    color: #f7f7f7;
    outline: none;
}

#mp-menu a:hover, #mp-menu a:focus {
    color: #fff;
    outline: none;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
    .scroller {
        overflow-y: scroll;
    }
}

.scroller, .scroller-inner {
    position: relative;
}

.container {
    position: relative;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mp-pusher {
    position: relative;
    left: 0;
    height: 100%;
}

.mp-menu {
    position: absolute;
    top: 126px;
    left: 0;
    z-index: 1;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #d52027, #990000);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mp-pusher::after, .mp-level::after, .mp-level::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
}

.mp-pusher::after, .mp-level::after {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
    z-index: -1;
}

.mp-pusher, .mp-level {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mp-menu > .mp-level {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-menu h2 {
    margin: 0;
    padding: 1em;
    color: #FFF;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.mp-menu ul li > a {
    display: block;
    padding: 0.7em 1em 0.7em 1.8em;
    outline: none;
    box-shadow: inset 0 -1px #ffffff5e;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 1.4em;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.2);
    line-height: 3.5;
}

.mp-menu ul li a:hover, .mp-level > ul > li:first-child > a:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}

.mp-level > ul > li:first-child > a:hover {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0);
}

.mp-back {
    background: rgba(0, 0, 0, 0.1);
    outline: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.mp-back::after {
    position: absolute;
    content: "\e037";
    right: 10px;
    font-size: 1.3em;
    color: rgba(0, 0, 0, 0.3);
}

* {
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
}

a {
    color: #990000;
}

a:hover {
    color: #990000;
    text-decoration: underline;
}

.bg-black {
    background-color: #000;
}

.nav-link {
    color: #FFF !important;
    font-size: 18px;
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
}

.ugadmtext {
    font-size: 24px;
}

.navbar {
    padding: 2rem 2rem;
}

.searchformdesktop {
    padding-left: 10px;
}

.sticky_logo {
    width: 80px;
    display: none;
}

.sticky_search_icon {
    width: 50px;
    display: none;
}

.sticky_logo img {
    max-width: 40px;
}

.sidebar-secnav-page ul, .sidebar-secnav-page ul li {
    margin: 0;
    padding: 0;
}

.sidebar-secnav-page ul {
    list-style: none;
}

.sidebar-secnav-page ul#additional_links {
    position: absolute;
    right: 0;
    top: 296px;
    z-index: 2;
    font-family: "Ringside Condensed A", "Ringside Condensed B", Arial, Helvetica, sans-serif;
    font-size: 0;
    float: right;
}

.sidebar-secnav-page ul#additional_links li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    -webkit-transition: .15s background-color;
    -o-transition: .15s background-color;
    -moz-transition: .15s background-color;
    transition: .15s background-color;
    background-color: #585858;
    height: 50px;
    padding: 10px 10px;
    width: 100px;
    border: 1px solid #FFF;
}

.sidebar-secnav-page ul#additional_links li {
    height: 50px;
    width: 100%;
}

.invisible {
    color: rgba(0, 0, 0, 0);
}

.text-white {
    font-weight: 500;
}

#redfooter, #redfootermobile {
    background: #990000;
    color: #FFF;
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
    font-size: 14px;
}

#footersection, #footersectionmobile {
    background: #000;
    color: #FFF;
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
    font-size: 14px;
}

.footer-heading {
    color: #900000;
    font-weight: bold;
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
    font-size: 20px;
}

.whitebox {
    padding: 20px 10px 10px;
    border: 1px solid #FFF;
    width: 400px;
}

.form-search-input {
    width: 94%;
    height: 30px;
}

.button-search-in {
    height: 30px;
}

.topsearch {
    border-radius: 2.25rem 0 0 2.25rem !important;
}

.topsearchicon {
    border-radius: 0 2.25rem 2.25rem 0 !important;
}

.desktop-nav {
    display: block;
}

#hero-img-section {
    display: block;
    background: url(https://www.stonybrook.edu/_resources/img/background-image-school.png);
    height: 380px;
    background-size: cover;
}

#redbandtitle {
    display: block;
    background: #990000;
    height: 75px;
}

#redbandtitle-mobile {
    display: none;
}

h1 {
    color: #FFF;
    font-size: 35px;
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
}

.main-header {
    color: #FFF;
    font-size: 35px;
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
}

.red-border {
    border: 1px solid #990000;
}

#redbandtitle h1 {
    margin-left: 20px;
    margin-top: 15px;
}

#redbandtitle .main-header {
    margin-left: 20px;
    margin-top: 15px;
    font-weight: bold;
}

#footersection .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#hero-img-section-acaedimcs-mobile {
    display: block;
    background-image: url(https://www.stonybrook.edu/_resources/img/heroimgwoman.png);
    height: 400px;
    background-size: cover;
    position: relative;
}

#hero-img-section-acaedimcs-mobile {
    display: none;
}

.mobile-image-wrapper {
    display: none;
}

#redbandtitle-mobile {
    display: none;
}

#footersectionmobile {
    display: none;
}

#redfootermobile {
    display: none;
}

.mobile-navbar-wrapper {
    display: none;
}

.search-form-wrapper-mobile {
    display: none;
}

@media (min-width: 1609px) {
    .nav-item {
        padding-left: 40px;
    }

    .searchformdesktop {
        padding-left: 40px;
    }
}

@media (min-width: 992px) and (max-width: 992px) {
    #footersectionmobile .col-lg-6 {
        flex: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {
    .mobile-navbar-wrapper {
        display: block;
    }

    .search-form-wrapper-mobile {
        display: block;
    }

    .sidebar-secnav-page {
        display: none;
    }

    .searchbartop {
        display: none;
    }

    .desktop-nav {
        display: none;
    }

    .topbar {
        display: none;
    }

    .logomobile {
        padding: 5px;
        background: #FFF;
    }

    #form-search-mobile {
        z-index: 300;
        width: 100%;
        float: right;
        position: absolute;
        top: 108px;
        background: #990000;
        height: 62px;
    }

    .greybutton {
        background: grey;
        margin-top: 10px;
        margin-right: 10px;
        padding: 10px;
        height: 40px;
        border-radius: 5px !important;
    }

    .form-search-input-mobile {
        width: 70% !important;
        height: 40px;
        margin: 10px;
    }

    .gotext {
        padding: 5px;
    }

    .btn-black {
        background: #000;
    }

    #search-button-mobile {
        margin-top: 15px;
    }

    #search-button-mobile:focus {
        box-shadow: none !important;
    }

    .logomobile img {
        width: 200px;
        height: auto;
    }

    #mp-menu .mobile-sidebar-header {
        padding: 20px 0;
        background: #4b4b4b;
    }

    .mobile-navbar {
        background: #000;
        padding-left: 20px;
    }

    .undergradtext {
        font-size: 18px;
        color: #FFF;
        font-family: "Effra", "Effra W01", Helvetica, sans-serif;
        padding: 12px 10px 12px 0;
        margin-top: 5px;
    }

    .btn-outline-white {
        border: 1px solid #FFF;
        color: #FFF;
        padding: 1px;
        width: 250px;
        font-size: 14px;
        border-radius: 0;
    }

    #fap-page-content .container {
        display: flex;
        flex-flow: column;
    }

    #righthandcontent {
        order: 1;
    }

    .red-border {
        margin-top: 10px;
    }

    #footersection {
        display: none;
    }

    #redfooter {
        display: none;
    }

    #footersectionmobile {
        display: block;
    }

    #redfootermobile {
        display: block;
    }

    #footersectionmobile .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mp-menu ul li a span {
        margin-right: 20px;
    }

    .mp-back span {
        float: right;
        margin-top: 3px;
    }

    .mp-back::after {
        content: "";
    }

    .container {
        max-width: 100% !important;
    }

    .mp-menu ul li > a {
        font-family: "museo-slab", "Museo Slab W01", "Museo Slab", Gerogia, serif;
        font-size: 1em;
        font-weight: 400;
    }

    .mp-menu h2 {
        font-family: "museo-slab", "Museo Slab W01", "Museo Slab", Gerogia, serif;
        font-size: 2em;
        font-weight: 300;
    }

    #hero-img-section {
        display: none;
    }

    #redbandtitle {
        display: none;
    }

    #redbandtitle-mobile {
        display: block;
        background: #990000;
        height: 75px;
    }

    #redbandtitle-mobile h1 {
        font-size: 30px;
        margin: 0 auto;
    }

    #fap-page-content .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #hero-img-section-acaedimcs-mobile {
        display: block;
    }

    .mobile-image-wrapper {
        display: block;
    }

    #redbandtitle-mobile {
        display: block;
    }

    #redbandtitle {
        display: none;
    }
}

@media (max-width: 768px) {
    .sticky_logo {
        display: block;
    }

    .sticky_search_icon {
        display: block;
    }
}

@media (max-width: 507px) {
    #redbandtitle-mobile h1 {
        font-size: 25px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .ugadmtext {
        display: none;
    }

    .whitebox {
        width: 300px;
    }
}

.hide-accessible {
    position: absolute !important;
    top: -99999px !important;
    left: -99999px !important;
    width: 2000px !important;
    height: 2000px !important;
}

* {
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
}

.collapse.navbar-collapse a {
    font-family: "museo-slab", "Museo Slab W01", "Museo Slab", Georgia, serif;
}

.sticky_navbar {
    position: sticky;
    top: 0;
    z-index: 100;
}

.collapse.navbar-collapse .ugadmtext {
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
}

.collapse.navbar-collapse .nav-item {
    padding-top: 9px;
}

.navbar .searchbartop input {
    text-transform: uppercase !important;
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
    font-weight: 500;
}

.navbar .searchbartop .topsearch, .navbar .searchbartop .topsearchicon {
    background: #d1d1d1;
    color: #4b4b4b !important;
}

@media only screen and (min-width: 992px) {
    .navbar.topbar {
        max-width: 1800px;
        margin: 0 auto;
        background-color: #FFF !important;
    }

    .navbar .topsearchicon {
        padding-right: 20px;
    }

    .navbar .topsearch {
        padding-left: 20px;
    }

    .sidebar-secnav-page ul#additional_links {
        left: 0;
    }

    .sidebar-secnav-page ul#additional_links li {
        height: 42px;
    }

    .sidebar-secnav-page ul#additional_links li a {
        height: 36px;
        font-size: 12px;
        border-left: 0 !important;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff !important;
        background: #990000e3;
        transition: all 300ms ease-out;
        width: 104px;
    }

    #footersection .text-white .fab {
        margin-right: 10px !important;
        font-size: 24px;
        transition: all .175s ease-in-out;
    }

    #footersection .text-white .fab:hover {
        color: #d52027;
    }

    #footersection .university-address-mobile {
        display: none;
    }

    #redfooter {
        padding: 24px 0 !important;
    }

    #redfooter p {
        margin-top: 16px;
    }

    #redfooter p span {
        padding-left: 15px;
        padding-right: 15px;
    }

    #redfooter p span + span {
        border-left: 2px solid #fff;
    }

    #redfooter .container {
        max-width: 1160px !important;
    }

    #footersection .whitebox {
        width: 500px;
        padding: 0;
        margin-bottom: 35px;
    }

    #footersection .whitebox p {
        margin-top: 16px;
    }

    #footersection .whitebox p span {
        padding-left: 15px;
        padding-right: 15px;
        font-family: "museo-slab", "Museo Slab W01", "Museo Slab", Georgia, serif;
        font-weight: 300;
    }

    #footersection .whitebox p span:first-child {
        color: #d52027;
    }

    #footersection .whitebox p span + span {
        border-left: 2px solid #fff;
    }

    .pr-5 {
        padding-right: 2.7rem !important;
    }

    .container-width-for-desktop {
        max-width: 100%;
        overflow: unset;
    }

    .navbar-nav a.nav-item {
        padding-top: 10px;
    }

    .navbar-nav a.nav-item:after {
        content: '';
        width: 0;
        height: 2px;
        display: block;
        right: 0;
        background: #fff;
        transition: width .4s ease-in-out;
        -webkit-transition: width .4s ease-in-out;
    }

    .navbar-nav a.nav-item:hover:after {
        width: 100%;
        left: 0;
        background: #fff;
    }

    .navbar-nav a.active:after {
        width: 100% !important;
    }

    .sidebar-secnav-page ul#additional_links {
        max-width: 10%;
    }

    .ugadmtext {
        margin-right: 50px;
        border-right: 1px solid #FFF;
        padding-right: 50px;
    }

    .sidebar-secnav-page #additional_links a:hover {
        background-color: #990000;
        width: 120px;
    }

    .sidebar-secnav-page ul#additional_links li a {
        border-left: 2px solid #FFF;
        border-bottom: 1px solid #FFF;
    }
}

@media only screen and (min-width: 1530px) {
    .ugadmtext {
        padding-top: 3px !important;
        padding-right: 3.2rem !important;
    }

    .sticky_search_icon {
        padding-top: 8px;
    }

    .sticky_logo img {
        box-shadow: 0 0 0 32px #900 !important;
        position: relative;
        background: #900;
        z-index: -1;
    }
}

@media only screen and (max-width: 1530px) and (min-width: 992px) {
    .ugadmtext {
        margin-right: 25px;
        padding-right: 25px;
        font-size: 21px;
    }

    .sticky_logo img {
        box-shadow: 0 0 0 32px #900 !important;
        position: relative;
        background: #900;
        z-index: -1;
    }

    .navbar-nav .pr-5 {
        padding-right: 1.9rem !important;
    }

    .nav-link {
        font-size: 15px;
    }

    .sticky_search_icon {
        padding-top: 7px;
    }
}

.footer-heading {
    font-family: "museo-slab", "Museo Slab W01", "Museo Slab", Georgia, serif;
    font-weight: 300;
    color: #f30e17;
    line-height: 20px;
    margin-bottom: 10px;
}

.footer-heading a {
    font-family: "museo-slab", "Museo Slab W01", "Museo Slab", Georgia, serif;
    font-weight: 300;
    color: #f30e17 !important;
    line-height: 20px;
    margin-bottom: 10px;
}

#redfooter, #redfootermobile {
    background-image: url('https://www.stonybrook.edu/_resources/img/footer-refractions.png');
    background-size: cover;
}

#redfooter p span a, #redfootermobile p span a {
    color: #fff !important;
}

@media (min-width: 993px) and (max-width: 1022px) {
    .collapse.navbar-collapse .ugadmtext {
        font-size: 18px;
    }

    .nav-link {
        font-size: 12px;
    }

    .navbar-nav .pr-5 {
        padding-right: 0 !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 2px;
        padding-right: 2px !important;
    }

    .collapse.navbar-collapse .ugadmtext {
        padding-top: .3125rem;
    }
}

@media (min-width: 1023px) and (max-width: 1110px) {
    .collapse.navbar-collapse .ugadmtext {
        font-size: 18px;
    }

    .collapse.navbar-collapse .ugadmtext {
        padding-top: .3125rem;
    }

    .nav-link {
        font-size: 12px;
    }

    .navbar-nav .pr-5 {
        padding-right: 0 !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 7px;
        padding-right: 2px !important;
    }
}

@media (min-width: 1111px) and (max-width: 1271px) {
    .collapse.navbar-collapse .ugadmtext {
        font-size: 18px;
    }

    .collapse.navbar-collapse .ugadmtext {
        padding-top: 7px;
    }

    .nav-link {
        font-size: 15px;
    }

    .navbar-nav .pr-5 {
        padding-right: 0 !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 7px;
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 992px) {
    .sticky_logo {
        animation-name: move-right;
        transition: all 500ms ease-in-out;
        animation-duration: .5s;
    }

    .sticky_search_icon {
        animation-name: move-left;
        transition: translate 500ms ease-in-out;
        animation-duration: .5s;
    }
}

.sticky_logo img {
    box-shadow: 0 0 0 32px #900;
    position: relative;
    background: #900;
}

#footersection a, #footersectionmobile a {
    color: #fff;
}

@media only screen and (max-width: 992px) {
    nav .logomobile {
        text-align: center;
        padding: 15px;
    }

    #mp-menu .mobile-sidebar-header a {
        font-weight: 600;
        font-size: 1.1rem;
        padding: 5px 0;
        width: 80%;
    }

    #footersection .whitebox, #footersectionmobile .whitebox {
        width: 100%;
        padding: 0;
        margin-bottom: 35px;
        border: none;
        border-top: 1px solid #fff;
    }

    #footersection .whitebox p, #footersectionmobile .whitebox p {
        margin-top: 16px;
    }

    #footersectionmobile .row.pt-5.pb-5 {
        padding-top: 0 !important;
    }

    #footersectionmobile .footer-heading {
        margin-top: 15px;
    }

    #footersection .whitebox p span, #footersectionmobile .whitebox p span {
        padding-left: 15px;
        padding-right: 15px;
        font-family: "museo-slab", "Museo Slab W01", "Museo Slab", Georgia, serif;
        font-weight: 300;
    }

    #footersection .whitebox p span:first-child, #footersectionmobile .whitebox p span:first-child {
        color: #d52027;
        display: block;
    }

    #footersection .whitebox p span + span, #footersectionmobile .whitebox p span + span {
        border-left: 2px solid #828282;
    }

    #footersection .whitebox p span:nth-child(2), #footersectionmobile .whitebox p span:nth-child(2) {
        border: none;
    }

    #footersection .university-address-desktop, #footersection .social-icons-desktop, #redfooter, #footersectionmobile .university-address-desktop, #footersectionmobile .social-icons-desktop, #redfootermobile {
        display: none;
    }

    #redfootermobile {
        display: block;
        text-align: center;
    }

    #redfootermobile p span + span {
        padding-right: 15px;
        padding-left: 15px;
    }

    #redfootermobile p span:first-child {
        width: 100%;
        display: block;
    }

    #redfootermobile p span + span {
        border-right: 1px solid #fff;
    }

    #redfootermobile p span:last-child {
        border-right: 0 solid #fff;
    }

    #footersection .university-address-mobile, #footersectionmobile .university-address-mobile {
        border-top: 1px solid #fff;
        padding: 20px 0 27px;
    }

    #footersectionmobile .further-faster-logo {
        display: none;
    }

    .mobile-navbar .undergradtext {
        font-family: "Effra", "Effra W01", Helvetica, sans-serif;
        font-weight: 500;
    }

    #search-form-submit1 {
        border-color: transparent !important;
    }

    #form-search-mobile {
        margin-top: 18px !important;
    }
}

#redbandtitle, #redbandtitle-mobile {
    background: linear-gradient(to right, #990000, #d52027);
}

@media only screen and (max-width: 992px) {
    .container-width-for-desktop {
        max-width: 1140px;
    }

    #hero-img-section-acaedimcs-mobile {
        background-size: cover !important;
    }

    #redbandtitle-mobile .py-3 {
        padding-top: 20px !important;
    }
}

a[target="_blank"] {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABgElEQVRIS+2Vuy8EURSHvzOiVAmJmXsbhX9AtBKJaDQaCZUEhSBEKSqthMIjIhKRCL1HglqvRnRzN5vNthS7so6MDJG1dx8eFVPOnXu+ud/5nVzhlx/55fr8UUA+n28pFApbQPObYlV9FpFlY8zdR+1eRc65NaDD06MLYA8IPqyriMxFUbRZE+CcuwW6PMUVGFfVbhGZgfc+Ju9njDHbVQHOuUHgGLgyxvT5UuacWwUWvgo4ASaMMfuVAHEcb4jIbLpWApqA+hSlJzgRkflyn0nBsuKPQL+IJMomG1FUEVBePAiC3jAMr6sN66cU+U4Qx/GmiEynzh9VdVhERoMg2A3D8MoHqQuQ5v4eaAdetQCtwJmqzltr178FSDZns9meUqm0o6pL1trzWr16A346QSaTGVHVQ1VdtNau+P4s/e6o0nBVnYNcLtdZLBZvgAcRufQAnoABoE1EhqIoOq1bURrFpKFTab59e5PJPTDGjDWUop++H/7ofdCIxn9FNW29ABUjqRlq366hAAAAAElFTkSuQmCC), auto !important;
}

@media only screen and (min-width: 992px) {
    .sticky_navbar {
        padding: 1rem;
    }

    .sticky_logo img {
        box-shadow: 0 0 0 16px #900, 10px -4px 0 20px #900, -12px -4px 0 20px #900 !important;
        left: 16px;
    }
}