
/*#region generalTopography*/
body {
    font-family: "Poppins", Arial;
    font-size: 20px;
}

p {
    margin-bottom: 45px;
}

h1, .h1 {
    font-family: "Poppins", Arial;
    font-size: 25px;
    font-weight: bold;
}

    h1.lead {
        margin-bottom: 0px;
    }

h2, .h2 {
    font-size: 23px;
}



.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 header*/

#topStrip ul.list-inline {
    height: 16px;
    vertical-align: bottom;
}

#topStrip .list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

    #topStrip .list-inline > li.spacer {
        /*background-color: #6E6E6E;
        width: 1px;*/
        color: #6E6E6E;
        font-size: 16px;
    }

    #topStrip .list-inline > li.bordered-right {
        border-right: solid 1px #7F7F7F;
    }

    #topStrip .list-inline > li span.espanol {
        padding-left: 15px;
        font-family: "Poppins", Arial;
        font-size: 14px;
        letter-spacing: 0.33px;
        color: #7F7F7F;
        opacity: 1;
    }

.districtMessage {
    background-color: #FF2B00;
    color: #fff;
    text-align: center;
    padding: 14px 0px 14px 0px;
    font-size: 20px;
    display: none;
}

.bannerContact {
    color: #6E6E6E;
    font-size: 13px;
    padding-left: 0px;
    text-align: left;
}

    .bannerContact .thumbnail {
        border: none;
        transition: none;
        box-shadow: none;
        margin-right: 5px;
    }

    .bannerContact a.btn-danger {
        background-image: linear-gradient(to bottom, #FF2B00 0%, #FF2B00 100%);
        background-color: #FF2B00;
        border-color: #FF2B00;
        text-transform: uppercase;
    }

.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;
    }


#carousel-didyouknow #controls {
    position: absolute;
    top: 3%;
    right: 5%;
    font-size: 20px;
}

    #carousel-didyouknow #controls a {
        background-color: #F46C10;
        color: #fff;
        text-decoration: none;
        padding: 0 4px 0 4px;
        margin-right: 3px;
        width: 50%;
    }


/*#endregion header*/

/*#region Carousel*/

.carousel {
}

.carousel-inner img {
    /*margin: auto;*/
}

.carousel-caption {
    position: absolute;
    top: 75%;
    bottom: unset;
    font-family: 'Poppins', sans-serif;
    color: #C1C1C1;
    background: rgba(0, 0, 0, 0.61);
    left: 0%;
    right: 0%;
    text-align: unset;
    padding: 10px 15px;
    font-size: 16px;
    min-height: 135px;
    display: none;
}

    .carousel-caption h3, .carousel-caption .h3 {
        font-size: 30px;
        font-weight: bold;
        color: #FDB913;
        text-shadow: none;
        margin-top: 0px;
    }

    .carousel-caption .btn-default {
        background: none;
        color: #C1C1C1;
        border: 2px solid #C1C1C1;
        border-radius: 4px;
        margin-top: 30px;
    }

.carousel-inner {
    height: 100%;
}

.carousel-control {
    color: #F2F2F2;
    text-shadow: none;
    opacity: unset;
}

.carousel .carousel-indicators {
    position: absolute;
    bottom: 5%;
    left: 30%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    text-align: center;
    list-style: none;
}

    .carousel .carousel-indicators li {
        background-color: #fff;
        border: solid 1px #fff;
    }

    .carousel .carousel-indicators .active {
        background-color: #666;
        border: solid 1px #666;
    }

.carousel-control span.indicator {
    position: relative;
    top: 47%;
}


.glyphicon.glyphicon-user {
    font-size: 22px;
    color: #6e6e6e;
}


/*#endregion Carousel*/




/*#region ddsmoothMobile*/
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 ddsmoothMobile*/

/*#region siteNav*/

.siteNav {
    position: relative;
    z-index: 130;
}

    .siteNav .container {
    }

    .siteNav, .siteNav a {
        color: #FFFDFD;
        padding-bottom: 0px !important;
    }

        .siteNav a.current {
            color: #FFFDFD;
        }


        .siteNav .navbar {
            margin-bottom: 0px;
            min-height: unset;
        }



            .siteNav .navbar #smoothmenu1 ul li a .downarrowclass {
                display: none;
            }

        .siteNav ul {
            padding-left: 20px;
            padding-bottom: 0px;
            width: 100%;
            background-color: #000;
        }

            .siteNav ul li {
                width: 20% !important;
            }

                .siteNav ul li.selected a {
                    text-decoration: underline;
                }               

            .siteNav ul li.home {
                display: none;
            }


                .siteNav ul li a {
                    background: none;
                    border: unset;
                    font-family: "Poppins", Arial;
                    font-size: 20px;
                    font-weight: normal;
                    padding-top: 30px;
                    padding-bottom: 30px !important;
                    text-decoration: none;
                }

                    .siteNav ul li a:hover {
                        background-color: #fdb913 !important;
                        border: unset;
                        font-family: "Poppins", Arial;
                        font-size: 20px;
                        font-weight: normal;                       
                    }


                .siteNav ul li ul.dropdown {
                    background-color: #000;
                    border: unset;
                    width: 100%;
                    padding-bottom: 5px;
                    border: solid 1px #fff;
                    padding-left: 15px;
                }

                    .siteNav ul li ul.dropdown li{
                        width: 100% !important;                        
                    }    
                
                .siteNav ul li ul.dropdown li a {
                        background-color: #000;
                        font: normal 13px "Poppins", Arial;
                        color: #fff;
                        text-align: left;
                        padding: 10px 0;
                        width: 100%;
                        padding-bottom: 5px;
                        margin: 0;
                        border-top-width: 0;
                        border-bottom: none;
                        text-decoration: none;
                    }

                    .siteNav ul li ul.dropdown li a:hover {
                        background-color: #000 !important;
                    }


/*#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;
}


h1.sectionTitle {
    color: #7F7F7F;
    font-size: 26px;
    font-weight: 600;
    padding: 3% 0 5% 2%;
}

.leftSidebar {
    background-color: #C1C1C1;
    background-size: cover;
    width: 100%;
    height: 100%;
}




.sectionIntro {
}

    .sectionIntro h2.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*/


.maxim {
    background-color: #00958F;
    padding: 30px 0px;
    color: #F2F2F2;
    font-size: 24px;
}
/*#endregion HomePage-General*/

/*#region HomePage-underCarousel*/


.underCarousel {
    padding: 0px 0px 20px 0px;
}

    .underCarousel .box {
        margin-bottom: 30px;
    }


        .underCarousel .box div {
            background: #00958F 0% 0% no-repeat padding-box;
            opacity: 0.82;
            text-align: center;
            padding: 12px 0px;
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            margin-top: -45px;
        }

            .underCarousel .box div a {
                color: #fff;
            }

        .underCarousel .box .boxAdultProgram {
            background: #f9ae45 0% 0% no-repeat padding-box;
        }

        .underCarousel .box .boxAdultEducation {
            background: #63c1b0 0% 0% no-repeat padding-box;
        }

        .underCarousel .box .boxMplsKids {
            background: #a65e96 0% 0% no-repeat padding-box;
        }

        .underCarousel .box .boxCommunitySchools {
            background: #6ba2d5 0% 0% no-repeat padding-box;
        }

    .underCarousel .mobile, .mobile a {
        padding: 18px 0px;
        text-align: center;
        color: #fff;
        margin-bottom: 10px;
    }

    .underCarousel .adultProgram {
        background-color: #f9ae45;
        border-bottom: solid 20px #F89C1C;
    }

    .underCarousel .adultEducation {
        background-color: #63c1b0;
        border-bottom: solid 20px #41b39f;
    }

    .underCarousel .mplsKids {
        background-color: #a65e96;
        border-bottom: solid 20px #923a7f;
    }

    .underCarousel .communitySchools {
        background-color: #6ba2d5;
        border-bottom: solid 20px #4b8dcc;
        margin-bottom: 15px;
    }




/*#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 .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 .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: 473px;
        }

            .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-DidYouKnow*/
.DidYouKnow {
    background-color: #9fa617;
    padding: 15px;
    color: #F2F2F2;
    margin-top: -25px;
}

    .DidYouKnow .words {
        padding-top: 20px;
    }

    .DidYouKnow .buttonContainer {
    }

    .DidYouKnow .text, .DidYouKnow .text a {
        color: #F2F2F2;
        font-size: 20px;
    }

        .DidYouKnow .text .header {
            font-size: 32px;
        }

    .DidYouKnow .getinTouch {
        padding-top: 30px;
        padding-bottom: 20px;
    }

        .DidYouKnow .getinTouch a.btn {
            color: #F2F2F2;
            font-size: 17px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .DidYouKnow .getinTouch a.btn-home {
            background-color: #323232;
            border-color: #323232;
            padding: 15px 30px;
        }
/*#endregion HomePage-Question*/

/*#region HomePage-Question*/


.question {
    background-color: #F47620;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    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: 550px;
}

    .promoRow2 .titleContainer {
        margin-top: 20px;
        margin-bottom: 15px;
    }

        .promoRow2 .titleContainer .titleText {
            color: #5261AC;
            font-size: 17px;
            font-weight: bold;
            padding-bottom: 15px;
        }

        .promoRow2 .titleContainer .titleUnderline {
            width: 50px;
            background-color: orange;
            height: 3px;
        }

    .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;
    }


.connectRow {
    margin-bottom: 20px; 
    margin-top: -25px; 
    position: relative; 
    z-index: 20;
}


.connect {
    background-color: #5261AC;
    padding: 15px;
    color: #F2F2F2;
}



.promoRow2 .box {
    background-color: #F2F2F2;
    padding-top: 22px;
    min-height: 372px;
    margin-top: 20px;
}

    .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;
            display: none;
        }

    .promoRow2 .box iframe.googlecalIframe {
        width: 100%;
        border-width: 0px;
        padding: 0px 15px;
    }


/*#endregion HomePage-PromoRow2*/

/*#region FooterForm*/
.formContainer {
    padding: 25px;
}

    .formContainer .smallHeader {
        font-size: 14px;
        color: #6E6E6E;
    }

    .formContainer .bigHeader {
        font-size: 20px;
        color: #6E6E6E;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .formContainer .btn-default {
        margin-top: 20px;
        background-image: unset;
        border-color: unset;
        border-radius: 5px;
        background-color: #6E6E6E;
        color: #fff;
        text-shadow: unset;
        box-shadow: unset;
        box-sizing: unset;
        border-style: none;
        padding: 10px 15px;
    }

    .formContainer .form {
        margin: 20px;
    }

    .formContainer .form-group .form-control {
        border: solid 1px #6E6E6E;
        margin-top: 30px;
        min-height: 50px;
    }


/*#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: 25px;
}

    .newsSummary .newsItem div.lead {
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 24px;
        font-style: normal;
    }

        .newsSummary .newsItem div.lead a {
            color: rgb(255, 102, 0);
            font-family: arial;
            font-size: 20px;
            font-style: normal;
            font-weight: bold;
        }

    .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;
}

/*#endregion News*/

/*#region Directory*/

.groupHeader {
    border-bottom: solid 1px #c1c1c1;
    margin-top: 30px;
}

    .groupHeader h3 {
    }

.directory {
    margin-top: 20px;
    min-height: 520px;
    text-align: center;
}

    .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 Event*/

.type-Event {
    padding-top: 50px;
}

    .type-Event h2, .type-Event .h2 {
        display: none;
    }

    .type-Event .itemContainer {
        padding: 15px;
        background-color: #f2f2f2;
        margin-right: 15px;
        margin-left: 15px;
    }

    .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*/

/*#region Promo*/
div.sectionTitle {
    padding-left: 0px;
}


.sectionPromo {
}

/*#endregion*/

/*#region Counter*/

.bythenumbers {
    background-color: #f2f2f2; padding-top: 25px;padding-bottom: 20px; position: relative; z-index: 10;
}

.bythenumbers ul.nav-tabs{
    border: none;
    margin-top: 25px;
}

    .bythenumbers ul.nav-tabs > li {
        text-align: center;
    }

    .bythenumbers ul.nav-tabs > li > a:link {
        color: #807c7c;
        font-weight: normal;
    }

    .bythenumbers ul.nav-tabs > li > a:hover {
        background-color: #f89c1c;
        color: #fff;
        font-weight: normal;
    }
    .bythenumbers ul.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #f89c1c;
        color: #fff;
        font-weight: normal;
    }



.counterContainer {
    text-align: center;
    min-height: 280px;
    margin-top: 65px;
}

    .counterContainer .counter {
        color: #41b39f;
        font-weight: bold;
        font-family: "Poppins", Arial;
        font-size: 100px;
    }

    .counterContainer .counterLabel {
        color: #707070;
        font-family: "Poppins", Arial;
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
    }



/*#endregion*/














