
/*#region generalTopography*/
body {
    font-family: "Poppins", Arial;
    font-size: 17px;
}

h1, .h1 {
    font-family: "Poppins", Arial;
    font-weight: lighter;
    font-size: 93px;
    letter-spacing: -1.5px
}

h2, .h2 {
    font-family: "Poppins", Arial;
    font-weight: Light;
    font-size: 58px;
    letter-spacing: -0.5px;
}

h3, .h3 {
    font-family: "Poppins", Arial;
    font-weight: Normal;
    font-size: 46px;
    letter-spacing: 0px;
}

h4, .h4 {
    font-family: "Poppins", Arial;
    font-weight: Normal;
    font-size: 33px;
    letter-spacing: 0.25px;
}

h5, .h5 {
    font-family: "Poppins", Arial;
    font-weight: Normal;
    font-size: 23px;
    letter-spacing: 0px;
}

h6, .h6 {
    font-family: "Poppins", Arial;
    font-weight: Normal;
    font-size: 19px;
    letter-spacing: 0.15px;
}

.subtitle1 {
    font-family: "Poppins", Arial;
    font-weight: Normal;
    font-size: 15px;
    letter-spacing: 0.15px;
}

.subtitle2 {
    font-family: "Poppins", Arial;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.1px;
}

.body1 {
    font-family: "Poppins", Arial;
    font-weight: Normal;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.body2 {
    font-family: "Poppins", Arial;
    font-weight: Normal;
    font-size: 13px;
    letter-spacing: 0.25px;
}

.btn-primary {
    font-family: "Poppins", Arial;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.25px;
}

.caption {
    font-family: "Poppins", Arial;
    font-weight: Normal;
    font-size: 12px;
    letter-spacing: 0.4px;
}

.overline {
    font-family: "Poppins", Arial;
    font-weight: Normal;
    font-size: 10px;
    letter-spacing: 1.5px;
}



.pointer {
    cursor: pointer;
}

.body a {
    color: #660066;
    text-decoration: underline;
}



.link {
    color: #660066;
}

    .link:hover {
        text-decoration: underline;
    }

.icalLink {
    font-size: 11px;
    color: #ccc;
}

    .icalLink a {
        color: #ccc;
    }

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

.btn-default {
    background-image: none;
    border: unset;
    box-shadow: unset;
}

/*#endregion generalTopography*/

/*#region Carousel*/

.carousel {
}

.carousel-inner img {
    /*margin: auto;*/
}

.carousel-caption {
    position: absolute;
    top: 45%;
    bottom: auto;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #C1C1C1
    /*background: rgba(222, 222, 222, 0.8);*/
}

    .carousel-caption h3, .carousel-caption .h3 {
        font-size: 55px;
        font-weight: bold;
        color: #F2F2F2;
        text-shadow: none;
    }

    .carousel-caption .btn-default {
        background: none;
        color: #C1C1C1;
        border: 2px solid #C1C1C1;
        border-radius: 4px;
        margin-top: 30px;
    }

.carousel-inner {
    height: 100%;
}

.carousel-inner .subtitle1 a:link {color: #fdb913; }

.carousel-control {
    color: #F2F2F2;
    text-shadow: none;
    opacity: unset;
}


    .carousel-control span.indicator {
        position: relative;
        top: 47%
    }

    .carousel-control.left, .carousel-control.right {
        background-image: none;
        font-size: 45px;
    }


/* you shouldn't unilaterally remove a glyphicon from the entire design like this. this class needs additional scoping. [jj 21Mar16] */
/*.glyphicon-chevron-right {
    opacity: 0
}
*/

.glyphicon.glyphicon-user {
    font-size: 22px;
    color: #6e6e6e;
}


/*#endregion Carousel*/
/*#region MobileNav*/

li.hamburgerMenu .btn-default {
    background-color: unset;
    border: none;
}

/*#endregion MobileNav*/
/*#region ddsmoothNav*/
div .ddsmoothmobile { /* main mobile menu container */
    background: #7f7f7f;
    color: #7f7f7f;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px; /* width of mobile menu */
    height: 400px;
    overflow: hidden;
    visibility: hidden;
    border-radius: unset;
    box-shadow: unset;
}

    div.ddsmoothmobile a {
        color: white;
        text-decoration: none;
        font-weight: 100;
        font-family: "Poppins", Arial;
    }

    div.ddsmoothmobile div.topulsdiv { /* Single DIV that surrounds all top level ULs before being flattened, or the ULs on the "frontpage" of the menu */
        position: relative;
        background: #7f7f7f;
        overflow-y: auto;
        width: 100%;
        height: 100%;
    }


    div.ddsmoothmobile ul { /* style for all ULs in general inside mobile menu */
        list-style: none;
        width: 100%;
        top: 0;
        left: 0;
        background: #7f7f7f;
        margin: 0;
        padding: 0;
    }

    div.ddsmoothmobile div.topulsdiv ul.submenu { /* top level ULs style */
    }


    div.ddsmoothmobile ul.submenu { /* sub level ULs style */
        position: absolute;
        height: 100%;
        overflow-y: auto;
    }

    div.ddsmoothmobile ul li {
        border-bottom: 1px solid gray;
        position: relative;
        font-size: 25px;
        font-weight: 100;
        padding: 5px 0;
        line-height: 32px;
    }

        div.ddsmoothmobile ul li.breadcrumb { /* breadcrumb LI that's added to the top of every sub level UL */
            cursor: pointer;
            padding: 10px;
            background: black;
            color: #fff;
            font-weight: 100;
            font-family: "Poppins", Arial;
        }

        div.ddsmoothmobile ul li a {
            display: block;
            padding: 6px;
        }

            div.ddsmoothmobile ul li a:hover {
                background: #7f7f7f;
            }

/*#endregion ddsmoothNav*/

/*#region siteNav*/

.siteNav {
    position: relative;
    z-index: 130;
    padding-bottom: 0px !important;
}

    .siteNav .container {
        padding-bottom: 0px !important;
    }

.nav1, .nav1 a {
    color: #FFFDFD;
    padding-bottom: 0px !important;
}

    .nav1, .nav1 a.current {
        color: #FFFDFD;
        padding-bottom: 0px !important;
        text-decoration: underline;
    }


        .nav1 .leftSide {
            background-color: #000;
            /*margin-bottom: -29px !important;*/
            border-left: solid 1px #000;
            padding-left: 45px;
        }

            .nav1 .leftSide ul {
                padding-left: 20px;
                padding-bottom: 0px;
            }

                .nav1 .leftSide ul li {
                    padding: 25px 20px 15px 10px;
                    font-size: 20px;
                    color: #FFFDFD;
                }

/*middle schools have an extra nav item*/
        .nav1 .leftSideMiddle {
            background-color: #000;
            /*margin-bottom: -29px !important;*/
            border-left: solid 1px #000;
            padding-left: 25px;
        }

            .nav1 .leftSideMiddle ul {
                padding-left: 0px;
                padding-bottom: 0px;
            }

                .nav1 .leftSideMiddle ul li {
                    padding: 25px 20px 15px 0px;
                    font-size: 20px;
                    color: #FFFDFD;
                }

        .nav1 .rightSide {
            /*margin-bottom: -29px !important;*/
            padding-left: 0px;
            padding-right: 0px;
        }

            .nav1 .rightSide div {
                padding: 25px 0;
                font-size: 20px;
                color: #FFFDFD;
                text-align: center;
                border-left: solid 1px #fff;
            }

            .nav1 .rightSide .box1 {
                background-color: #5A3F99;
            }

            .nav1 .rightSide .box2 {
                background-color: #9FA617;
            }

            .nav1 .rightSide .box3 {
                background-color: #F47620;
            }

            .nav1 .rightSide .box4 {
                background-color: #FDB913;
            }

/*#endregion siteNav*/

/*#region rightColumn*/
.rightColumn {
    background-color: #F2F2F2;
    background-size: cover;
    width: 100%;
    height: 100%;
}

    .rightColumn .body {
        margin-bottom: 25px;
    }

        .rightColumn .body .text {
        }

            .rightColumn .body .text .divlink {
                border-left: solid 5px #f2f2f2;
            }

                .rightColumn .body .text .divlink:hover {
                    border-left: solid 5px #F47620;
                    text-decoration: none;
                }

                .rightColumn .body .text .divlink.current {
                    border-left: solid 5px #F47620;
                    text-decoration: none;
                }

                .rightColumn .body .text .divlink .text {
                    font-size: 12px;
                    color: #7F7F7F;
                    padding-top: 10px;
                    margin-left: 10px;
                    margin-right: 30px;
                    border-bottom: solid 1px #c9c9c9;
                    text-decoration: none;
                }

                .rightColumn .body .text .divlink.current .text.showChild {
                    border-bottom: solid 1px #f2f2f2;
                }

                .rightColumn .body .text .divlink .text a {
                    font-size: 17px;
                    color: #7F7F7F;
                    padding-top: 10px;
                    margin-right: 10px;
                    text-decoration: none;
                }

                .rightColumn .body .text .divlink:last-child .text {
                    border-bottom: solid 1px #f2f2f2;
                }

                    .rightColumn .body .text .divlink:last-child .text a {
                        border-bottom: solid 1px #f2f2f2;
                    }

            .rightColumn .body .text .linkSub {
                border-left: solid 5px #fff;
                text-decoration: none;
                background-color: #fff;
            }

                .rightColumn .body .text .linkSub:hover {
                    border-left: solid 5px #F47620;
                    background-color: #fff;
                }

                .rightColumn .body .text .linkSub .textSub {
                    font-size: 12px;
                    color: #7F7F7F;
                    padding-top: 8px;
                    margin-left: 15px;
                    margin-right: 30px;
                    border-bottom: none;
                    text-decoration: none;
                }


                    .rightColumn .body .text .linkSub .textSub a {
                        font-size: 12px;
                        color: #7F7F7F;
                        padding-top: 10px;
                        margin-right: 30px;
                        border-bottom: none;
                        text-decoration: none;
                        text-align: left;
                    }

                .rightColumn .body .text .linkSub.current {
                    /*border-left: solid 5px #fff;*/
                    text-decoration: none;
                    background-color: #fff;
                    font-weight: bold;
                }

    .rightColumn .sidebarInner .panel {
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

        .rightColumn .sidebarInner .panel .panel-heading {
            font-weight: normal;
            font-size: 20px;
            text-transform: none;
            line-height: 20px;
        }

    .rightColumn .sidebarInner .panel-body {
        font-weight: normal;
        font-size: 15px;
        color: #7F7F7F;
        padding-top: 0px;
    }

    .rightColumn .sidebarInner .panel-buffer {
        font-weight: normal;
        font-size: 12px;
        color: #7F7F7F;
        padding-top: 0px;
    }


/*#endregion rightColumn*/
/*#region Section*/
.backingTop {
    background-image: url('sectionHeaderBg.png');
    background-repeat: repeat-x;
}


.backingTop h3 {
    color: #7F7F7F;
    font-weight: 600;
    padding: 3% 0 5% 2%;
}

.leftSidebar {
    background-color: #C1C1C1;
    background-size: cover;
    width: 100%;
    height: 100%;
}




.sectionIntro {
}

    .sectionIntro h5.title {
        color: #7F7F7F;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
    }



/*#endregion Section*/

/*#region memberProfile*/
div .member {
    background-color: #000;
    padding: 25px;
    color: #fff;
}

    div.member a {
        color: #fff;
    }

        div.member a:hover {
            color: #ff6600;
            text-decoration: none;
        }

    div.member div.member-heading {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    div.member div.member-subheading {
        border-bottom: dotted 2px #fff;
    }

    div.member div.member-links ul {
        list-style: none;
    }

        div.member div.member-links ul li {
            margin-left: -15px;
            padding: 5px 0px;
        }



            div.member div.member-links ul li.selected a {
                color: #ff6600;
            }


textarea, .promoCaption {
    font-size: 8pt;
    font-family: 'Droid Sans-Serif', sans-serif;
}

.promoBlock {
    text-align: center;
}

.myprofile h3 {
    margin: 0;
}

.myprofile h4 {
    margin-top: 25px;
    margin-bottom: 0px;
}

.mycu h3 {
    margin: 0;
}

.mycu h4 {
    margin-top: 25px;
    margin-bottom: 0px;
}


/*#endregion memberProfile*/

/*#region HomePage-General*/
.districtMessage {
    background-color: #FF2B00;
    color: #fff;
    text-align: center;
    padding: 25px;
    font-size: 20px;
}

    .districtMessage a {
        color: #fff;
        text-decoration: underline;
    }



.bannerContact {
    color: #6E6E6E;
    font-size: 13px;
    padding-left: 0px;
    text-align: left;
}

    .bannerContact .thumbnail {
        border: none;
        transition: none;
        box-shadow: none;
        margin-right: 5px;
    }

.shortContact {
    background-color: #323232;
    color: #fff;
    font-size: 13px;
    border-radius: 7px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px;
}

    .shortContact a {
        color: #fff;
    }

.maxim {
    background-color: #00958F;
    padding: 30px 0px;
    color: #F2F2F2;
    font-size: 24px;
}
/*#endregion HomePage-General*/

/*#region HomePage-underCarouselNav*/


.underCarousel {
    padding: 0px 0px 20px 0px;
}

    .underCarousel .box {
        background-color: #00958F;
        text-align: center;
        padding: 42px 0px;
        border-bottom: solid 8px #323232;
        margin-bottom: 5px;
        font-size: 22px;
        font-weight: bold;
    }

        .underCarousel .box a {
            color: white;
        }

    .underCarousel .mobile {
        margin-left: 15px;
        margin-right: 15px;
        padding: 18px 0px;
    }

/*#endregion HomePage-underCarouselNav*/

/*#region HomePage-Welcome*/


.welcome {
    background-color: #5261AC;
    height: 100%;
    padding: 11% 8% 5% 8%;
    min-height: 428px;
}

    .welcome .header {
        color: #fff;
        font-size: 35px;
        letter-spacing: 1px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .welcome .text {
        color: #fff;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 25px;
        font-weight: 100;
    }

        .welcome .text a {
            color: #fff !important;
            text-decoration: underline;
        }

    .welcome .brochure {
        margin-top: 40px;
    }
/*#endregion HomePage-Welcome*/

/*#region HomePage-PromoRow*/

.promoRow .home .sectionPromo h2 {
    display: none;
}


.promoRow {
    background-color: #F2F2F2;
    padding: 75px 0px 45px 0px;
}

.promoRow .btn-default {
    background-color: #9FA617;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 10px 25px;
    margin-top: 20px;
    margin-left: 0px;
}

    .promoRow .box {
        background-color: #E2DED2;
        padding: 20px 25px;
        min-height: 275px;
        margin-bottom: 30px;
    }

        .promoRow .box h3 {
            font-size: 24px;
            color: #323232;
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 35px;
        }

        .promoRow .box p {
            color: #707070;
            font-size: 19px;
        }

        .promoRow .box .viewMore {
            font-size: 8px;
            margin-top: 25px;
        }

    .promoRow .quickLinks {
    }

        .promoRow .quickLinks .header {
            background-color: #F8A726;
            padding: 30px;
            color: #fff;
            font-size: 33px;
            text-align: center;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .promoRow .quickLinks .body {
            background-color: #fff;
            min-height: 485px;
        }

            .promoRow .quickLinks .body .text {
                background-color: #fff;
                padding-right: 20px;
            }

                .promoRow .quickLinks .body .text ul {
                    list-style: none;
                }

                    .promoRow .quickLinks .body .text ul li {
                        border-bottom: solid 1px #C1C1C1;
                        padding: 20px 0;
                        margin-left: -20px;
                    }

                        .promoRow .quickLinks .body .text ul li:last-child {
                            border-bottom: solid 1px #fff;
                            padding: 20px 0;
                            margin-left: -20px;
                        }

                        .promoRow .quickLinks .body .text ul li a {
                            text-decoration: none;
                            font-size: 16px;
                        }

            .promoRow .quickLinks .body .viewMore {
                font-size: 8px;
                margin-top: 25px;
            }
/*#endregion HomePage-PromoRow*/

/*#region HomePage-Question*/
.question {
    background-color: #F47620;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #F2F2F2;
}

    .question .words {
        padding-top: 20px;
    }

    .question .buttonContainer {
    }

    .question .text, .question .text a {
        color: #F2F2F2;
        font-size: 20px;
    }

        .question .text .header {
            font-size: 32px;
        }

    .question .getinTouch {
        padding-top: 30px;
        padding-bottom: 20px;
    }

        .question .getinTouch a.btn {
            color: #F2F2F2;
            font-size: 17px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .question .getinTouch a.btn-home {
            background-color: #323232;
            border-color: #323232;
            padding: 15px 30px;
        }
/*#endregion HomePage-Question*/

/*#region HomePage-PromoRow2*/
.promoRow2 {
    background-color: #fff;
    min-height: 680px;
}

    .promoRow2 .sectionTitle {
        color: #5261AC;
        font-size: 28px;
        font-weight: bold;
        padding-bottom: 20px;
        border-bottom: solid 3px orange;
        margin-top: 20px;
        margin-bottom: 36px;
        letter-spacing: 1px;
    }

    .promoRow2 .btn-default {
        background-color: #9FA617;
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        font-weight: 200;
        letter-spacing: 1px;
        padding: 10px 25px;
        margin-top: 20px;
        margin-left: 0px;
    }

    .promoRow2 .box {
        background-color: #F2F2F2;
        padding-top: 32px;
        min-height: 372px;
    }

        .promoRow2 .box h3 {
            font-size: 24px;
            color: #323232;
            font-weight: bold;
            letter-spacing: 1px;
            margin-top: 0px;
        }

        .promoRow2 .box a:hover {
            text-decoration: none;
        }

        .promoRow2 .box .bigThumbnail {
            margin-bottom: 15px;
        }

        .promoRow2 .box .smallThumbnail {
            float: left;
            max-width: 150px;
            padding-right: 15px;
            /*padding-bottom: 30px;*/
            margin-left: 10px;
        }

        .promoRow2 .box .rightStory {
            margin-left: 10px;
            padding-right: 10px;
        }



        .promoRow2 .box .date {
            font-size: 14px;
            color: #7F7F7F;
            text-transform: uppercase;
            font-weight: 500;
            padding-bottom: 10px;
        }

        .promoRow2 .box .summary p, .promoRow2 .box .summary a {
            padding: 0px;
            margin: 0px;
            font-size: 18px;
            font-weight: bold;
            color: #323232;
        }

        .promoRow2 .box .header a {
            font-weight: 600;
            color: #323232;
            display: none;
        }

        .promoRow2 .box .text {
        }

        .promoRow2 .box .viewMore {
            margin-bottom: 20px;
        }

            .promoRow2 .box .viewMore a {
                font-size: 12px;
            }

        .promoRow2 .box iframe.googlecalIframe {
            width: 100%;
            border-width: 0px;
            padding: 0px 15px;
        }

        .promoRow2 .box .calendar-event { margin-bottom: 30px; margin-left: 0; margin-right: 0; }
            .promoRow2 .box .calendar-event .date { background-color: #5261AC; text-align: center; color: #fff; border-radius: 5px; font-weight: bold; }
            .promoRow2 .box .calendar-event .summary { background-color: #fff; color: #5261AC; font-weight: bold; padding: 10px; }


        /*#endregion HomePage-PromoRow2*/
/*#region FooterForm*/
        .formContainer { padding: 11px 25px 0px 25px; background-color: #F2F2F2; }

    .formContainer .smallHeader {
        font-size: 14px;
        color: #6E6E6E;
    }

    .formContainer .bigHeader {
        font-size: 20px;
        color: #6E6E6E;
        margin-bottom: 0px;
        font-weight: bold;
    }

    .formContainer .btn-default {
        margin: 10px 0px 20px 0px;
        background-image: unset;
        border-color: unset;
        border-radius: 15px;
        background-color: #F47620;
        color: #fff;
        text-shadow: unset;
        box-shadow: unset;
        box-sizing: unset;
        border-style: none;
        padding: 10px 105px;
    }

    .formContainer .form {
        margin: 0px;
    }

    .formContainer .form-group {
        font-size: 13px;
    }

    .formContainer .form-group span {
        padding-left: 5px;
        padding-right: 15px;
    }

        .formContainer .form-group .form-control {
            border: solid 1px #C1C1C1;
            margin-top: 10px;
            min-height: 10px;
        }

    



/*#endregion HomePage-FooterForm*/

/*#region preFooter*/
.preFooter {
    background-color: #F2F2F2;
    margin-top: 20px;
}



    .preFooter .logo {
        margin-bottom: 35px;
    }

    .preFooter .contact {
        color: #707070;
        padding-bottom: 15px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 12px;
    }


/*#endregion preFooter*/

/*#region footer*/
.footer {
    background-color: #C1C1C1;
    padding: 20px 20px;
    font-size: 15px;
    color: #fff;
}


/*#endregion footer*/

/*#region News*/
.newsSummary .newsItem {
    padding-bottom: 25px;
}

.newsSummary .newsItem {
    overflow: hidden;
    padding-bottom: 35px;
}

.newsSummary .newsItem h5 {
    margin-bottom: 0px;
}

    .newsSummary .newsItem div.date {
        font-style: italic;
    }


.newsImage {
    margin: 20px 0px;
}

.newsSummary .newsItem .newsItemSummary {
}

.newsSummary .newsItem .readMore {
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .newsSummary .newsItem .readMore a {
        text-transform: uppercase;
        font-size: 14px;
        font-family: arial;
        text-decoration: none;
        color: #660066;
        font-weight: bold;
    }

.newsSummary .newsImage {
    margin: 10px 10px 10px 0;
    max-width: 200px;
    float: left;
}

.newsFull .articleTitle {
    color: #7F7F7F;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.newsFull .articleDate {
    padding-bottom: 20px;
    font-style: italic;
    font-size: 14px;
}

/*#endregion News*/

/*#region Form Builder*/
.formStep {display: none;}
/*#endregion Form Builder*/

/*#region Basic*/
.basicSummary .basicItem {
    padding-bottom: 25px;
}

.basicSummary .basicItem {
    overflow: hidden;
    padding-bottom: 35px;
}

    .basicSummary .basicItem h5 {
        margin-bottom: 0px;
    }

    .basicSummary .basicItem div.date {
        font-style: italic;
    }


.basicImage {
    margin: 20px 0px;
}

.basicSummary .basicItem .basicItemSummary {
}

.basicSummary .basicItem .readMore {
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .basicSummary .basicItem .readMore a {
        text-transform: uppercase;
        font-size: 14px;
        font-family: arial;
        text-decoration: none;
        color: #660066;
        font-weight: bold;
    }

.basicSummary .basicImage {
    margin: 10px 10px 10px 0;
    max-width: 200px;
    float: left;
}

.basicFull .articleTitle {
    color: #7F7F7F;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.basicFull .articleDate {
    padding-bottom: 20px;
    font-style: italic;
    font-size: 14px;
}


/*#endregion Basic*/


/*#region Directory*/

.groupHeader {
    border-bottom: solid 1px #c1c1c1;
    margin-top: 30px;
}

    .groupHeader h3 {
    }

.directory {
    margin-top: 20px;
    min-height: 520px;
}

    .directory .name {
        font-size: 14px;
    }

    .directory .group {
        font-size: 14px;
    }

    .directory .title {
        font-size: 14px;
    }

    .directory .website {
        font-size: 14px;
    }

    .directory .email {
        font-size: 14px;
    }

    .directory .phone {
        font-size: 14px;
    }

/*#endregion Directory*/

/*#region Fullstaff*/

.fullstaff {
    font-size: 14px;
}

/*#endregion*/

/*#region Promo*/

div.sectionTitle {
    padding-left: 0px;
}


.sectionPromo {
}

/*#endregion*/

/* #region Scrolling Horizontal Nav [#5455] */

.scrolling-nav { position: relative; }
    .scrolling-nav .sn-container { white-space: nowrap; overflow-x: auto; border-top: 4px solid #5261ac; border-bottom: 4px solid #5261ac; font-size: 18px; scrollbar-width: none; -ms-overflow-style: none; }
        .scrolling-nav .sn-container::-webkit-scrollbar { display: none; width: 0px; }

    .scrolling-nav .sn-arrow { position: absolute; top: 45px; font-size: 30px; color: #5261ac; background-color: #fff; }
    .scrolling-nav .sn-arrow-left { }
    .scrolling-nav .sn-arrow-right { right: 15px; }

    .scrolling-nav .sn-box { width: 25%; display: inline-block; text-align: center; padding: 32px 0; margin: 10px 0; font-weight: bold; color: #5261ac; overflow: clip; }
        .scrolling-nav .sn-box a { color: inherit; }

    .scrolling-nav .sn-box-border { border-right: 1px solid #5261ac; }

.scrolling-nav-static { }
    .scrolling-nav-static .sn-box { width: 100%; text-align: center; padding: 16px 0; font-weight: bold; color: #5261ac; border-top: 4px solid #5261ac; }
        .scrolling-nav-static .sn-box a { color: inherit; }

/* #endregion */

/*#region Event*/

.type-Event {
    
}

    .type-Event h2, .type-Event .h2 {
        display: none;
    }

    .type-Event .itemContainer {
        padding: 15px;
        background-color: #f2f2f2;
    }

    .type-Event .dateBox {
        background-color: #5261ac;
        color: #fff;
        text-align: center;
        padding: 8px 0;
        font-size: 15px;
        border-radius: 5px;
    }

    .type-Event .title {
        padding: 15px 8px;
        background-color: #fff;
    }

.eventSummary .eventItem {
    background: #F2F3F5 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 8px;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    min-height: 300px;
}



    .eventSummary .eventItem h1.lead, .eventSummary .eventItem h1.lead a {
        text-align: left;
        font: Bold 18px Poppins;
        letter-spacing: 0px;
        color: #5261AC;
        opacity: 1;
    }

    .eventSummary .eventItem .date {
        font: normal 10px Poppins;
        letter-spacing: 0.68px;
        color: #6E6E6E;
        opacity: 1;
    }

.eventSummary .evenItem {
    background: #ffffff 0% 0% no-repeat padding-box;
}

/*#endregion Event*/
