/* DO NOT DELETE */
@import url('https://cdnsm4-hosted.civiclive.com/common/resources/DesignPortfolio/SiteThemes/CommonLib/skeletons/sharpschool-skeleton-2016.css');
/* DO NOT DELETE ABOVE */

/*@import url('http://localhost:8888/lawndale/css/style.css');*/
@import url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_16676053/Templates/css/style.css?v=1.21');

/* Inline Editor link fix */
.designMode #theme a, .reContentAreaToggle a {
    color: #0000EE;
}

/* News Title */
#newsWrapper .news-items .news-item .news-title {
    transform: none !important;
}

#newsWrapper .news-items .news-item:hover .news-title, #newsWrapper .news-items .news-item:focus .news-title {
    background: #fff;
}
#newsWrapper .news-images {
width:100%;}

/* Remove overflow from megamenu */
.megamenu nav > ul.nav-menu > li .sub-nav {
    max-height: none;
    overflow: auto;
}


.emergency-alert {
    padding: 15px 20px;
}

.emergency-alert a {
    color: #203e74;
    text-decoration: underline;
    font-weight: bold;
}

.emergency-alert a:hover, .emergency-alert a:focus {
    text-decoration: none;
}

/* login on credits bar */
.login-container {
 display: inline-block;
}
.login-container:before {
 content: " | ";
 margin: 0 0 0 5px
}
.login-container #loginPanel {
 display: inline-block;
 float: none;
 list-style: none;
}
.login-container a.admin_menu {
 text-decoration: underline;
}
.login-container a.admin_menu:hover {
 color: #fff;
 text-decoration: none;
}
.credits > .container {
 padding: 0 40px;
}


/* Share button */

.subpage #breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subpage #breadcrumbs nav.portal-breadcrumb {
    padding-right: 20px;
}

.subpage #breadcrumbs #share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-decoration: none;
    background: #FFAE03;
    border-radius: 3px;
    transition: all 200ms ease-in-out;
}

.subpage #breadcrumbs #share .fa {
    color: #282828;
    transition: all 200ms ease-in-out;
}

.subpage #breadcrumbs #share:hover, .subpage #breadcrumbs #share:focus {
    background: #282828;
}

.subpage #breadcrumbs #share:hover .fa, .subpage #breadcrumbs #share:focus .fa {
    color: #fff;
}

.jssocials-share.jssocials-share-googleplus {
    display: none;
}

.jssocials-share.jssocials-share-stumbleupon {
    display: none;
}

.slick-arrow span.slick-sr-only {
     position: fixed;
    top: -10000px;
    left: -10000px;
}

.slick-autoplay-toggle-button {
    display: none;
}
