/** HEADER **/

#header {
    background: #570650;
}

.sidebar_left_top_wrapper {
    background: #fff;
}

.top_links li {
    margin-left: 1px;
    background: #293e6d;
    padding: 0.2em 1.2em;
}

.top_links a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

#content .search_area {
    display: none;
}
/** MAIN CONTENT **/

#maincontent h3 {
    font-family: 'Raleway', sans-serif;
}

hr {
    margin: 15px 0;
}

/** MAIN NAVIGATION **/

#mainnav {
    background: #293e6d;
}

#nav_section > li {
    border-color: transparent !important;
}

#nav_section > li:hover,
#nav_section li ul li {
    background: #3e4f7d !important;
}

#nav_section li ul li:hover {
    background: #293e6d;
}

#nav_section li ul li a:hover {
    text-decoration: underline;
}


/** SLIDER **/

.header_slider {
    max-width: 100%;
}

.header_slider_wrapper {
    background: #570650;
}

#content .slipprySlider .sy-pager li.sy-active a {
    background: #570650 !important;
}

@media (max-width: 767px) {
    #maincontent .slipprySlider .sy-pager,
    #content .header_slider .slipprySlider .sy-pager {
        background: #3e4f7d;
    }
}


/** SIDEBAR **/

#sidebar_right {
    padding-right: 40px;
}

#sidebar_right .fck_widget_calendar h2 {
    margin: 1em 0 0.8em 0;
}

#sidebar_right .fck_widget_calendar .table-responsive tr td {
    padding: 0.2em 0;
}

#sidebar_right .right_bm .right_content .content_body .fck_widget_inner_pages li a:hover {
    color: #570650;
}

/** UPCOMING EVENTS WIDGET **/

#maincontent .fck_widget_events .event_widget_time {
    color: #570650;
}

#maincontent .fck_widget_events .event_widget_moreinfo a {
    background: #570650;
}

#maincontent .fck_widget_events .event_widget_moreinfo a:hover {
    background: #3e4f7d;
}

#maincontent .event_widget_picture {
    float: left;
    margin-right: 10px;
}

#maincontent .event_calendar_tags_tabs .event_calendar_tag_widget_picture {
    margin-bottom: 10px;
}

/**  CALENDAR LIST WIDGET **/

.fck_widget_calendar .table-responsive td {
    color: #570650;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}

#maincontent .fck_widget_calendar .readmore a {
    background: #570650;
}

#maincontent .fck_widget_calendar .readmore a:hover {
    background: #3e4f7d;
}

.table-responsive > table > tbody > tr > td:last-child {
    color: #570650;
    font-family: 'Raleway', sans-serif;
}

/** CALENDAR **/

input[type="button"], input[type="submit"], input.action-button {
    background: #570650;
    border-color: #570650;
}

table.calendar.calendar_main th:first-child,
table.calendar.calendar_main th:last-child {
    background: #570650;
}

table.calendar td.today, #maincontent.cal table.calendar td:hover {
    background: #570650;
}

/** FOOTER **/

#footer {
    background: #570650;
    margin-top: 2em;
}

#footer .footer_inner {
    padding: 1em;
}

/** GECC **/

body.gecc #header {
    background: #22c3ea;
}

body.gecc #nav_section > li:first-child, body.gecc #nav_section > li:first-child li {
    border-color: #22c3ea;
}

body.gecc #footer {
    background: #22c3ea;
}

body.gecc #img_div a img {
    display: none;
}

body.gecc #img_div a {
    background: url(https://images.shulcloud.com/14246/uploads/Page-images/GECC_Logo_color.png) no-repeat;
    display: block;
    height: 105px;
    width: 547px;
}