/* DO NOT DELETE */
@import url('../../../common/resources/DesignPortfolio/SiteThemes/CommonLib/skeletons/sharpschool-skeleton-2016.css');
/* DO NOT DELETE ABOVE */

/*@import url('http://localhost:8888/marcos/schools/css/style.css');*/

@import url('../../Servers/Server_158208/Templates/css/stylee9c8.css?v=1.02');

/* Menu Fix */
.RadMenu .rmSlide .rmSlide {
    top: 0 !important;
}

/* Flex Padding Fix */
#info-summary [class*="flex-"] {
    padding: 0 20px;
}
@media screen and (max-width: 900px){
#info-summary [class*="flex-"] {
    padding: 0 20px;
}
}

/* Upcoming event padding-left fix */
#upcoming-events {
    padding-left: 0;
}

/* Side Nav Fix */
.subpage #sidebar .sitenavl0.currentparent a, .subpage #sidebar .sitenavl1.currentparent a, .subpage #sidebar .sitenavl2.currentparent a {
    color: #fff;
}

/* News Font */
#news_content_body { font-family: "Montserrat", sans-serif; }

/* Page Directory Fix - IM-46471 */
@media screen and (max-width: 1000px){
   .ptlPageDirectory > .directoryCol {
       width: 50% !important;
   }
}

@media screen and (max-width: 600px){
   .ptlPageDirectory > .directoryCol {
       width: 100% !important;
   }
}

#header .header-right .socialMedia li.peachjar a:hover svg, #header .header-right .socialMedia li.peachjar focus svg {
    fill: #5A585A;
}

/* Menu Margin Fix */
#menubar {
    margin: 0;
}

/* Quick link arrows */
#quicklinks .controls .arrows .slick-arrow:after {
    color: #fff !important;
}