﻿@import url('https://fonts.googleapis.com/css?family=Cardo|Lato:400,700|Roboto:300,400,500,700,900');

/* GENERAL LAYOUT */
body
{
    color: #2E2F32;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
}
.container-fluid
{
    max-width: 1280px;
    margin: auto;
}
a{
    color:#2F6FA7;
}
/* Use this for page headers */
.ph
{
    padding: 30px;
    margin-bottom: 0;
    background: transparent;
}
h1.page_header
{
    color: #07080A;
}
.component_container
{
    padding-bottom: 10px;
}
/* Use this for component headers */
h2.component_title
{
    color: #07080A;
    font-weight: 700;
    font-size: 1.5em;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#EB2429;
    font-size: 1.25em;
    margin-top:0;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}
.dualwindow_right
{
    background: white;
    padding: 15px;
}

/* TOP NAV */
.TopNav nav
{
    font-family: merriweather, serif;
    font-weight: 300;
    background: #2E2F32;
    border-bottom: 2px solid #000000;
}
.TopNav nav ul li:nth-child(3)
{
    padding-right: 0px;
}
.TopNav nav ul li:nth-child(4)
{
    padding-left: 180px;
}
.TopNav nav ul li ul li:nth-child(4)
{
    padding-left: 0;
}
.TopNav nav ul li:hover
{
    background: transparent;
}
.TopNav nav ul li a
{
    height: 61px;
    line-height: 60px;
    font-weight: 300;
    color: White;
    font-size: 1.25em;
    transition: background 0.5s;
}
@media screen and (max-width: 1150px)
{
    .TopNav nav ul li a
    {
        font-size: 1.125em;
    }
}
@media screen and (max-width: 1065px)
{
    .TopNav nav ul li a
    {
        font-size: 1em;
    }
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
    background: black;
}
.TopNav nav ul li ul
{
    top: 61px;
}
.TopNav nav ul li ul li a
{
    display:block;
    font-weight: 400;
    font-size:1em;
    color:Black;
    height:auto;
    line-height:1.6;
    padding:4px;

}
/* END TOP NAV */
/* HEADER */
header
{
    background: #FFF;
    padding: 20px 0;
    position: relative;
    z-index: 5;
    font-size: 16px;
}
.SocialMedia
{
    float:right;
    margin-top: 10px;
}
header h1
{
    font-family: anziano, Sans-Serif;
    font-weight: bold;
    text-align: center;
    font-weight:normal;
    font-size: 3em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 0;
}
header h1 a
{
    color: #2E2F32;
}
header a, header a:active, header a:hover, header a:focus
{
    color: #2E2F32;
}
header h2
{
    text-align: center;
    font-family: anziano, Sans-Serif;
    font-weight: bold;
    font-size: calc(27em / 16);
    letter-spacing: 0.04em;
    color: #2E2F32;
}
header .SchoolName
{
    max-width: 420px;
    width: 100%;
    margin-top: 3px;
}
header .SchoolName svg
{
    width: 100%;
    max-height: 67px;
}
.HeaderLogo
{
    display:flex;
    width: 100%;
}
.HeaderLogo svg
{
    display: block;
    width: 135px;
    height: 150px;
    margin: -10px auto -85px;
}
.quicklinks
{
    display: flex;
    align-items: center;
    justify-content: flex-end;

}
.quicklinks .LeftSide
{
    font-family: merriweather, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.25em;
    padding-right: 60px;
    color: #C52226;
    text-transform: uppercase;
}
.quicklinks .RightSide
{
    text-align: right;
}
.SocialMedia
{
    float:none;
    font-size: 1.125em;
    margin-top: 7px;
    margin-bottom: 10px;
}
.SocialMedia a
{
    font-size: 1em;
    margin-right: 0;
    margin-left: 21px;
    float: none;
    display: inline-block;
}
.PhoneNumber
{
    font-size: 1em;
    color: #2E2F32;
    font-family: 'Merriweather Sans', sans-serif;
    margin-bottom: 7px;
}
.SocialMedia a svg:hover
{
    color: inherit;
    cursor: pointer;
}
.LiquidButton
{
    cursor: pointer;
}

@media screen and (max-width: 1300px)
{
    .LiquidButton
    {
        top: 0;
        margin-top: 5px;
        right: 15px;
    }
}
@media screen and (max-width: 1105px)
{
    .quicklinks .LeftSide
    {
        padding-right: 30px;
    }
}
@media screen and (max-width: 1037px)
{
    .quicklinks .LeftSide
    {
        padding-right: 15px;
    }
}
@media screen and (max-width: 997px)
{
    .quicklinks .LeftSide
    {
        padding-right: 10px;
    }
}
@media screen and (max-width: 991px)
{
    header .quicklinks
    {
        display: none;
    }
    header .SchoolLogo
    {
        display: none;
    }
    header .SchoolName
    {
        float: none;
        margin: auto;
    }
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#FFF;
    color:#2E2F32;
    padding:50px 0 35px 0;
    width:100%;
    font-size:1em;
    text-align: left;
    border-top: 4px solid #C52226;
}
footer a
{
    color:#2E2F32;
}
footer .Logo
{
    float: left;
    width: 130px;
}
footer .Logo svg
{
    width: 100%;
    margin: 0;
}
footer .Address
{
    width: calc(100% - 130px);
    padding: 0 25px 0 30px;
    font-family: 'Merriweather Sans', sans-serif;
}
footer .SchoolName
{
    max-width: 100%;
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
footer .SchoolName svg
{
    max-height: 49px;
}
footer .Slogan
{
    padding: 0 57px 0 33px;
}
footer .Slogan svg
{
    max-height: 134px;
}
.QL .QuickLinksTitle
{
    font-family: merriweather, serif;
    font-weight: bold;
    color: #2E2F32;
    font-size: 1.125em;
}
.QL #QuickLinksList
{
    font-size: 1em;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #C52226;
    margin-top: 5px;
}
.QL #QuickLinksList li
{
    list-style: none;
}
.QL #QuickLinksList a
{
    color: #C52226;
    line-height: 29px;
}
.divCompliance {
    float: none;
    width: auto;
    text-align: inherit;
    padding: 0;
    background: transparent;
    color: #2E2F32;
}
@media only screen and (max-width : 991px)
{
    .subfooter
    {
        margin-top: -1px;
    }
    
    footer .col-md-3:nth-child(1), footer .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
    .hpLinks .col-md-3:nth-child(1), .hpLinks .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
}
footer b
{
    font-weight: 900;
}
.subfooter
{
    width: 100%;
    padding: 15px 0;
    background: #F0F0F0;
    color: #2E2F32;
}
.subfooter a
{
    color: #2E2F32;
}
.subfooter .center
{
    text-align: center;
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    width: calc(100% - 675px);
    float: left;
    height: 785px;
    border-bottom: none;
}
.slideshow_slide
{
    height: 100%;
}
.slideshow_image
{
    height: 100%;
    object-fit: cover;
}
.SchoolLinks
{
    float: left;
    height: 785px;
    width: 675px;
    border: 15px solid #2E2F32;
    background:#2E2F32;
}
@media screen and (max-width: 1450px)
{
    .slideshow_outer_container
    {
        width: calc(100% - 522px);
        height: 585px;
    }
    .SchoolLinks
    {
        height: 585px;
        width: 522px;
    }
}
@media screen and (max-width: 1100px)
{
    .slideshow_outer_container
    {
        width: calc(100% - 400px);
        height: 485px;
    }
    .SchoolLinks
    {
        height: 485px;
        width: 400px;
    }
}

.SchoolLinks a
{
    float: left;
    width: 50%;
   
    display: block;
    border: 15px solid #2E2F32;
    text-decoration: none;
}
.SchoolLinks a img
{
    display: block;

    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.SchoolLinks a:hover img 
{
    filter: contrast(150%);
    -webkit-filter: contrast(150%);
}
@media screen and (max-width: 991px)
{
    .slideshow_outer_container
    {
        width: 100%;
        height: auto;
        display: block;
    }
    .SchoolLinks
    {
        height: auto;
        width: 100%;
    }
    .SchoolLinks a
    {
        width: 25%;
        height: auto;
    }
    .slideshow_slide
    {
        height: auto;
    }
    .slideshow_image
    {
        height: auto;
    }
    .SchoolLinks a img
    {
        height: auto;
    }
}
@media screen and (max-width: 780px)
{
    .SchoolLinks a
    {
        width: 50%;
    }
}
@media screen and (max-width: 400px)
{
    .SchoolLinks a
    {
        width: 100%;
    }
}
.SchoolLinks a .SchoolText
{
    font-family: merriweather, serif;
    font-weight: bold;
    font-size: 1.225em;
    line-height: 19px;
    color: #C52226;
    text-align: center;
    letter-spacing: 0.05em;
    border-top: #C52226;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    height: 98px;
    display: flex;
    flex-direction: column;
    border-top: 4px solid #C52226;
    text-transform: uppercase;
    background:white;
    
}
.SchoolLinks a .SchoolText span
{
    font-family: 'Merriweather Sans', sans-serif;
    display: block;
    font-size: 14px;
    color: #2E2F32;
}
.slideshow_caption_container_outer
{
    bottom: 40px;
    left: 40px;
    right: auto;
}
.slideshow_caption_container_inner
{
    background: rgba(0, 0, 0, 0.8);
    border-left: 4px solid #C52226;
    max-width: 700px;
    text-align: left;
    padding: 20px 15px;
}
.slideshow_caption_header
{
    font-size: 1.5em;
    line-height: 28px;
    padding: 0px 0 10px;
    text-align: left;
}
.slideshow_caption_text
{
    margin-bottom: 0;
    font-size: 1em;
    line-height: 24px;
}
.SlideShowNav a
{
    color: White;
    background: #059662CF;
}
.slick-dots li button::before
{
    color:#000;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: white;
}
.slick-dots li.slick-active button:before
{
    color:#101010;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#059662;
}
.hpDiv2 .slick-prev, .hpDiv2 .slick-next
{
    margin-top: 0px;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    color:#059662;
}
.slick-prev:before, .slick-next:before
{
    color:#059662;
}
/* END HOMEPAGE SLIDESHOW */

/* HOMEPAGE */
.hpTitle
{
    font-weight:400;
    color: #2E2F32;
    font-family: merriweather, serif;
    font-size: 2.25em;
    text-align: center;
    margin: auto;
    position: relative;
    width: 430px;
    margin-bottom: 50px;
}
.hpTitle:before, 
.hpTitle:after
{
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    background: #C9C9CA;
    position: absolute;
    top: calc(50% - 1px);
}
.hpTitle:before
{
    left: -70px;
}
.hpTitle:after
{
    right: -70px;
}
.hpLink
{
    background: #2E2F32;
    border-radius: 0px;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Merriweather Sans", Sans-Serif;
    font-weight: 700;
    padding: 6px 30px 5px;
    transition: background 0.5s;
    display:block;
}
.hpLink:hover
{
    background: black;
}
.hpl
{
    margin: 30px 15px 0 0;
}
@media screen and (max-width: 991px)
{
    .hpDiv2 .eventCalendar
    {
        margin-bottom: 30px;
    }
    footer .Logo
    {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }
    footer .Address
    {
        width: 100%;
        padding: 0;
        max-width: 450px;
        margin: auto;
        text-align: center;
    }
    footer .Slogan
    {
        padding: 0 15px;
    }
    footer .Slogan svg
    {
        max-width: 450px;
        float: none;
        margin: 15px auto;
        display: block;
    }
    footer .Slogan:before,
    footer .Slogan:after
    {
        content: "";
        display: table;
        clear: both;
    }
    .QL
    {
        text-align: center;
    }
    .subfooter .left
    {
        margin-bottom: 0;
    }
    .subfooter .center
    {
        margin: 5px 0;
    }
    .slideshow_caption_container_outer
    {
        position:relative;
        left:0 !important;
        bottom:0 !important;
        margin-bottom:40px;
        width:100%;
    }
    .slideshow_caption_container_inner
    {
        max-width:100%;
        width:100%;
        padding-left:15px;
    }
}
@media only screen and (max-width : 767px)
{
    .hpTitle
    {
        float: none !important;
        text-align: center;
    }
    .hpLinks .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
    footer .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 610px)
{
    .hpTitle:before,
    .hpTitle:after
    {
        display: none;
    }
    .hpTitle
    {
        width: auto;
    }
}
@media screen and (max-width: 475px)
{
    .ArrowContainer
    {
        width: calc(100% - 30px);
    }
    .ArrowContainer .slick-arrow
    {
        width: calc(50% - 1px);
    }
    .ArrowContainer .slick-arrow:last-child
    {
        margin-right: 0;
    }
    .hpl
    {
        width: calc(100% - 30px);
        margin-top: 2px;
    }
    .hpLink
    {
        width: 100%;
        text-align: center;
    }
}
.hpResources
{
    background: #F0F0F0;
    padding: 50px 0;
}
.hpResources a
{
    display: block;
    width: 100%;
    text-decoration: none;
    border-top: 3px solid #C52226;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.hpResources a img
{
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    transition: all 0.5s;
}
.hpResources a:hover img
{
    filter: contrast(150%);
    -webkit-filter: contrast(150%);
}
.hpResources a .ResourceText
{
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    color: White;
    background: #2E2F32;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: 'Merriweather Sans', sans-serif;
    justify-content: center;
    transition: all 0.5s;
}
.hpResources a:hover .ResourceText
{
    background: black;
}
.hpLink:hover
{
    color: White;
}
.hpTitle b
{
    font-weight: 500;
}
.hpDiv1
{
    background: #F0F0F0;
}
.HPnewscomponent_thumbimage
{
    width: 100%;
    margin: 0;
    object-fit: cover;
    height: 165px;
}
.hpDiv2
{
    background: white;
    padding: 50px 0;
}
.hpLinks
{
    background: url(../sysimages/Mountains.png);
    background-color: Black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    padding: 60px 0;
    margin-bottom: -31px;
}
.hpLinks a
{
    text-decoration: none !important;
}
.hpLinks img
{
    width: 100%;
}
.hpLinksDiv
{
    width: 100%;
    background: white;
    border-top: 4px solid #059662;
    text-align: center;
    padding: 30px 0;
    opacity: 0.8;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.hpLinksDiv:hover
{
    opacity: 1;
}
.hpLinksDiv svg
{
    color: #059662;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #059662;
    font-weight: 900;
    font-size: calc(16em / 14);
}
.HPnewscomponent_mainlink
{
    font-family: merriweather, Serif;
    color: Black;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 26px;
    display: block;
    height: 78px;
    overflow: hidden;
}
.HPnewscomponent_mainlink:hover
{
    color: black;
    text-decoration: none;
}
.NewsItem
{
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-top: 7px;
    margin-bottom: 7px;
}
.HPnewscomponent_thumbimage
{
    transition: all 0.5s;
}
.NewsItem:hover .HPnewscomponent_thumbimage
{
    filter: contrast(150%);
    -webkit-filter: contrast(150%);
}
.ArticleText
{
    border-top: 3px solid #C52226;
    padding: 15px;
    float: left;
    width: 100%;
}
.HPreadMoreLink
{
    color: #BC1B1F;
    font-size: 0.875em;
    font-family: merriweather, Serif;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
}
.HPreadMoreLink:hover
{
    color: #BC1B1F;
    text-decoration: none;
}
.hpDiv1
{
    padding: 50px 0;
}
.slick-arrow, .slick-arrow:hover, .slick-arrow:focus
{
    position: static;
    transform: none;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: bold;
    color: White;
    font-size: 1em;
    width: auto;
    height: auto;
    float: left;
    margin-right: 2px;
    background: #626366 !important;
    padding: 10px 20px;
    margin-left: 0;
    margin-top: 0;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background 0.5s;
}
.slick-arrow:hover
{
    background: #535457 !important;
}
.ArrowContainer
{
    float: left;
    margin: 30px 0 0 15px;
}
.slick-prev svg, .slick-next svg
{
    font-size: inherit;
    display: inline;
}
/* Large Homepage Events */
.eventDateBubble
{
    background-color:#059662;
    width:100%;
    padding: 10px 0;
    text-align: center;
    font-weight: 900;
    color: White;
    text-transform: uppercase;
    font-size: calc(18em / 14);
    margin:0 auto;
}
.event_article
{
    width: 100%;
    padding: 15px 15px 10px;
    border: 1px solid #CCCCCC;
    border-top-width: 0px;
}
.event_article hr
{
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #CCCCCC;
}
.eventMonth
{
    font-weight:bold;
}
.eventDate
{
    font-weight:bold;
}
.hpeventcomponent_linktext
{
    font-weight: 500;
    color: #000000;
    font-size: calc(16em / 14);
}
.hpeventcomponent_maintext
{
    font-weight: bold;
    color: #059662;
}
.hpeventcomponent_datetext
{
    color:#1C5495;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}
/* Horizontal Slider Events */
.eventcomponent_datecontainerHoriz
{
    background-color:#C52226;
    width:88px;
    height:88px;
    text-align:center;
    float:left;
    padding-top:0;
    border: 1px solid #595959;
    font-family: merriweather, serif;
    font-weight: bold;
    float: none;
    margin: 0 auto 30px;
}
.eventcomponent_datecontainer_bottomHoriz
{
    background-color:#FFF;
    width:86px;
    height:43px;
    margin-top:0;
}
.eventcomponent_monthHoriz
{
    font-weight:bold;
    color:White;
    font-size:1.625em;
    text-transform:uppercase;
    line-height:43px;
}
.eventcomponent_dateHoriz
{
    font-weight:bold;
    color:Black;
    font-size:1.875em;
    line-height:43px;
}
.eventcomponent_linktextHoriz
{
    color:Black !important;
    font-weight:bold;
    font-size:1.125em;
    line-height:24px;
    height: 48px;
    display: block;
    overflow: hidden;
    font-family: merriweather, serif;
}
.eventcomponent_maintextHoriz
{
    color:Black;
    font-size:1em;
    line-height: 20px;
    font-weight: 400;
    height: 20px;
    display: block;
    overflow: hidden;
    font-family: merriweather, serif;
    margin: 10px 0 5px;
}
.eventcomponent_datetextHoriz
{
    color:#000;
    font-size:1em;
    line-height: 26px;
    font-weight:400;
    height: 26px;
    display: block;
    overflow: hidden;
    font-family: 'Merriweather Sans', sans-serif;
}
.event_articleHoriz
{
    float:left;
    width:100%;
    margin-left:0;
    text-align: center;
}
.EventCarouselHoriz
{
    padding: 0 15px;
}
/* Vertical Slider Events */
.eventcomponent_datecontainerVert
{
    background-color:#03724B;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
    padding-top:3px;
}
.eventcomponent_datecontainer_bottomVert
{
    background-color:#E6E6E6;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventcomponent_monthVert
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventcomponent_dateVert
{
    font-weight:bold;
    color:Black;
    font-size:1.571em;
    line-height:1;
}
.eventcomponent_linktextVert
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.eventcomponent_maintextVert
{
    color:Black;
    font-size:1.11em;
}
.eventcomponent_datetextVert
{
    color:#03724B;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleVert
{
    float:left;
    width:70%;
    margin-left:5%;
}
/* Standard Non-Slider Events */
.eventDateBubbleStandard
{
    background-color:#03724B;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
}
.eventDateBubbleBottomStandard
{
    background-color:#E6E6E6;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventMonthStandard
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventDateStandard
{
    font-weight:bold;
    color:Black;
    font-size:1.571em;
    line-height:1;
}
.hpeventcomponent_linktextStandard
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.hpeventcomponent_maintextStandard
{
    color:Black;
    font-size:1.11em;
}
.hpeventcomponent_datetextStandard
{
    color:Black;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleStandard
{
    float:left;
    width:70%;
    margin-left:5%;
}

/* END HOMEPAGE */
/* DYNAMIC NAV */
.DynamicNav
{
}
.DynamicNav ul li
{
    background:#fff;
}
.DynamicNav ul li a
{
    color:#2E2F32;
    border-bottom: 1px solid #EAEAEA;
}
.DynamicNav ul li a:hover
{
    background:#F0F0F0;
    color:#07080A;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #07080A;
    background: #2E2F32;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #07080A !important;
    background: #2E2F32;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #07080A !important;
    color: White !important;
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#C52226;
        color:White;
        border-bottom:none;
    }
}
/* END DYNAMIC NAV */


/* EVENTS COMPONENT */
.monthly-today .monthly-day-number
{
    background:#c52226 !important;
}
.eventcomponent_datecontainer
{
    background:#059662;
}
.eventCalendar
{
    background: white;
}
.eventCalendar > tbody > tr
{
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
}
.eventCalendar > tbody > tr:first-child
{
    border-left: none;
    border-right: none;
}
.eventCalendar > tbody > tr:last-child
{
    border-bottom: 1px solid #BFBFBF;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#C52226;
    color: #fff;
}
.eventCalendar_titleStyle td
{
    padding: 5px;
    padding-bottom: 5px !important;
}
.eventCalendar_nextPrevStyle a
{
    padding: 0 12px;
    font-size: 1.375em;
}
.eventCalendar_titleStyle td:nth-child(2)
{
    font-family: merriweather, serif;
    font-weight: bold;
    font-size: 1.5em;
}
.eventCalendar_titleStyle
{
    font-size: 1em;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#2E2F32;
    border-radius: 100px;
}
.eventCalendar_dayStyle a
{
    border-radius: 100px;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#C52226; /* Hover Color */
    color:#fff !important;
}
.eventCalendar th
{
    text-align: center;
    font-weight: 400;
    font-family: 'Merriweather Sans', sans-serif;
    color: #BC1B1F;
    font-size: calc(14.45em / 16);
}
.eventCalendar_otherMonthDayStyle a
{
    font-size: 1em;
    color: #666666 !important;
    width: 26px;
    height: 26px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
}
.monthly-today .monthly-day-number
{
    background:#C52226;
}
/* END EVENTS COMPONENT */


/* start ADA button */

.divCompliance a
{
	color:#2E2F32;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */
.GoogleSearchContainer
{
    color: White;
    position: relative;
    margin-top: -67px;
    z-index: 500;
    background: #C52226;
    top: 0;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
header
{
    display: block;
    float: left;
    width: 100%;
}
.GoogleSearchContainer input
{
    color: #272727;
}
.GoogleSearchContainer.Open
{
    margin-top: -1px;
}
/* Search Styles */
.GoogleSearch
{
    background: white;
    border: 1px solid #CCC;
}
.GoogleSearch:before, .GoogleSearch:after
{
    content: "";
    display: table;
    clear: both;
}
.GoogleSearch input
{
    width: calc(100% - 60px);
    border: none !important;
    outline: none !important;
    padding: 0 15px;
}
.GoogleSearch span svg
{
    color: #777;
    cursor: pointer;
}
.GoogleSearch svg
{
    color: #222;
    width: 24px !important;
}
/* End Search Styles */
/* Protected Page Styles */
.NewsBackButton
{
    float:left;
    clear:left;
    margin-top:25px;
    margin-bottom:6px;
}
.NewsBackButton a
{
    font-size:1em;
    color:White;
    background-color:Black;
    padding:5px 0;
    border-radius:4px;
    font-weight:bold;
    display:block;
    width:160px;
    text-align:center;
}
.NewsBackButton a:hover
{
    color:White;
}
.NewsPrintButton
{
    float:left;
    clear:left;
    margin-bottom:4px;
}
.NewsPrintButton a
{
    font-size:1em;
    color:White;
    background-color:Black;
    padding:5px 0;
    border-radius:4px;
    font-weight:bold;
    display:block;
    width:160px;
    text-align:center;
}
.NewsPrintButton a:hover
{
    color:White;
}
/* End Protected Page Styles */
.newscomponent_item
{
    border-bottom:1px solid #aaa;
}
.newscomponent_item h3, .newscomponent_item h3 a
{
    font-size:1.375em;
}
/*Link Component Styles*/
ul.linksList > div {
    margin: 5px;
}