@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,500);

body {
    padding-top: 80px;
    background: #fff;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #282828;
    height: 100%;
    width: auto !important;
    overflow-x: hidden !important;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: auto !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

ol {
    list-style-type: decimal;
}

    ol > li > ol {
        list-style-type: lower-alpha;
    }

        ol > li > ol > li > ol {
            list-style-type: upper-roman;
        }

a {
    color: #2a95be;
    /*-webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;*/
}

    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
        color: #45aed6;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

#escontentsec {
    margin-top: 100px;
    margin-bottom: 50px;
}

.escontentsec {
    margin-top: 150px;
    margin-bottom: 50px;
}

.large-text {
    font-size: 18px;
    color: #777;
}

.tel, .tel:visited {
    color: #333;
}

    .tel:hover, .tel:focus {
        color: #000;
    }

.tel2, .tel2:visited {
    color: #fff;
}

    .tel2:hover, .tel2:focus {
        color: #fff;
    }

.mysearchtext {
    font-size: .9em;
}

    .mysearchtext h3 {
        font-size: 1.2em;
    }
    /*.mysearchtext a {font-size: .85em;}*/
    .mysearchtext p {
        font-size: .9em;
    }

    .mysearchtext span {
        font-size: .9em;
    }

    .mysearchtext h4 {
        font-size: 1.2em;
    }

    .mysearchtext .resultPreviewDetails {
        font-size: .9em;
    }



.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 0;
}

    .section-header .section-title {
        font-size: 38px;
        color: #333;
        /*color: #C3360B;*/
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px;
    }

        .section-header .section-title:before {
            content: "";
            position: absolute;
            width: 140px;
            bottom: 0;
            left: 50%;
            margin-left: -70px;
            height: 4px;
        }

.juvheader {
    margin-bottom: 100px;
    position: fixed;
    top: 80px;
    padding-bottom: 2px;
    z-index: 11;
    background-color: #fff;
    width: 100%;
}

.juvheader2 {
    margin-bottom: 50px;
    position: fixed;
    top: 80px;
    padding-bottom: 2px;
    z-index: 10;
    background-color: #fff;
    width: 100%;
}

.juvsubmenu {
}

.juvslides {
    margin-top: 100px;
    margin-bottom: 50px;
}

.juvcontentpage {
    margin-top: 200px;
    margin-bottom: 50px;
}

#phoenixbox {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 15px;
}

    #phoenixbox ul.phoenixbox {
        list-style: none;
        border: 1px solid #D0D0D0;
        margin: 0;
        padding: 0 0 2px 0;
        text-align: left;
    }

        #phoenixbox ul.phoenixbox li {
            display: block;
            padding: 10px;
        }

            #phoenixbox ul.phoenixbox li.plan-header {
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                #phoenixbox ul.phoenixbox li.plan-header .link-duration {
                    position: relative;
                    margin-top: 8px;
                    margin-left: 5px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    height: 20px;
                    color: #fff;
                }

                    #phoenixbox ul.phoenixbox li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #phoenixbox ul.phoenixbox li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        #phoenixbox ul.phoenixbox li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                #phoenixbox ul.phoenixbox li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    line-height: 1;
                    text-transform: uppercase;
                }

        #phoenixbox ul.phoenixbox .event_lbl {
            margin-top: 5px;
            font-size: 1.0em;
            font-weight: 400;
            text-align: left;
        }

            #phoenixbox ul.phoenixbox .event_lbl a {
                font-weight: 400;
            }

                #phoenixbox ul.phoenixbox .event_lbl a:hover {
                    font-weight: 400;
                }

        #phoenixbox ul.phoenixbox .event_lbl2 {
            font-size: 12px;
            line-height: 1;
            color: #C3360B;
            font-weight: 700;
            text-align: left;
        }

        #phoenixbox ul.phoenixbox.featured {
            background: #fff;
            border-radius: 10px;
        }

            #phoenixbox ul.phoenixbox.featured li.plan-header {
                background: rgba(0, 0, 0, 0.5);
                color: #333;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

                #phoenixbox ul.phoenixbox.featured li.plan-header .plan-name {
                    color: #333;
                }

        #phoenixbox ul.phoenixbox li.divider {
        }

.leveeheader {
    margin-bottom: 100px;
    position: fixed;
    top: 80px;
    padding-bottom: 2px;
    z-index: 11;
    background-color: #fff;
    width: 100%;
}

.leveeheader2 {
    margin-bottom: 50px;
    position: fixed;
    top: 80px;
    padding-bottom: 2px;
    z-index: 10;
    background-color: #fff;
    width: 100%;
}

.imgcircle {
    border-radius: 50px;
}

.leveesubmenu {
}

.leveeslides {
    margin-top: 100px;
    margin-bottom: 50px;
}

.leveecontentpage {
    margin-top: 200px;
    margin-bottom: 50px;
}

.dynamiccontentpage {
    margin-top: 100px;
    margin-bottom: 50px;
}

    .dynamiccontentpage h2 {
        color: #fff;
        margin: 70px 0 30px;
        font-size: 44px;
        line-height: 1;
        /*background: rgba(0, 0, 0, 0.5);*/
        /*background: #C3360B;*/
        border-radius: 10px;
        text-align: center;
    }

    .dynamiccontentpage ul.dynamiccontentpage {
        list-style: none;
        padding: 0;
        margin: 10px 0 10px;
        border: 1px solid #D0D0D0;
        padding: 5px;
        text-align: center;
    }

        .dynamiccontentpage ul.dynamiccontentpage li {
            display: block;
            padding: 2px;
        }

            .dynamiccontentpage ul.dynamiccontentpage li.plan-header {
                /* background: #D0D0D0; */
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                .dynamiccontentpage ul.dynamiccontentpage li.plan-header .link-duration {
                    position: relative;
                    margin-top: 5px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    height: 20px;
                    color: #fff;
                    /*background: #E4E4E4;*/
                }

                    .dynamiccontentpage ul.dynamiccontentpage li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        .dynamiccontentpage ul.dynamiccontentpage li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        .dynamiccontentpage ul.dynamiccontentpage li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                .dynamiccontentpage ul.dynamiccontentpage li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    /*font-weight: bold;*/
                    line-height: 1;
                    text-transform: uppercase;
                }

        .dynamiccontentpage ul.dynamiccontentpage .event_lbl {
            margin-top: 5px;
            font-size: 1em;
            color: #000;
            /*font-weight: bold;*/
            line-height: 1;
            font-weight: 500;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        .dynamiccontentpage ul.dynamiccontentpage a .event_lbl {
            color: #585858;
        }

        .dynamiccontentpage ul.dynamiccontentpage a:hover .event_lbl {
            color: #272727;
        }

        .dynamiccontentpage ul.dynamiccontentpage .event_lbl2 {
            /*margin-top: 5px;*/
            /*font-size: 12px;*/
            /*color: #272727;*/
            /*line-height: 1;
            color: #C3360B;
            font-weight: 700;*/
            text-align: left;
            background: #fff;
            /*text-transform: uppercase;*/
        }

        .dynamiccontentpage ul.dynamiccontentpage .goleft {
            text-align: left;
        }

        .dynamiccontentpage ul.dynamiccontentpage .eblink {
            margin-top: 5px;
            font-size: .9em;
            color: #000;
            /*font-weight: bold;*/
            line-height: 1;
            font-weight: 500;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        .dynamiccontentpage ul.dynamiccontentpage a .eblink {
            color: #585858;
        }

        .dynamiccontentpage ul.dynamiccontentpage a:hover .eblink {
            color: #272727;
        }

        .dynamiccontentpage ul.dynamiccontentpage.featured {
            background: #fff;
            /*background: rgba(255, 255, 255, 0.85);*/
            border-radius: 10px;
            min-height: 165px;
        }

            .dynamiccontentpage ul.dynamiccontentpage.featured li.plan-header {
                /*background: rgb(163, 50, 32);*/
                /*background: #C3360B;*/
                border-radius: 10px;
                /*background-color: #A33220;*/
            }

                .dynamiccontentpage ul.dynamiccontentpage.featured li.plan-header .plan-name {
                    color: #fff;
                }

        .dynamiccontentpage ul.dynamiccontentpage.featured3 {
            /*background: rgba(255, 255, 255, 0.85);*/
            background: #fff;
            border-radius: 10px;
            min-height: 235px;
        }

            .dynamiccontentpage ul.dynamiccontentpage.featured3 li.plan-header {
                /*background: rgba(191, 58, 37, 0.77);*/
                /*background: rgb(163, 50, 32);*/
                /*background: #C3360B;*/
                border-radius: 10px;
            }

                .dynamiccontentpage ul.dynamiccontentpage.featured3 li.plan-header .plan-name {
                    color: #fff;
                }


        .dynamiccontentpage ul.dynamiccontentpage.about {
            /*background: rgba(255, 255, 255, 0.85);*/
            background: #fff;
            border-radius: 10px;
            /*min-height: 250px;*/
        }

            .dynamiccontentpage ul.dynamiccontentpage.about li.plan-header {
                /*background: rgb(163, 50, 32);*/
                /*background: #C3360B;*/
                border-radius: 10px;
            }

                .dynamiccontentpage ul.dynamiccontentpage.about li.plan-header .plan-name {
                    color: #fff;
                }

        .dynamiccontentpage ul.dynamiccontentpage.contact {
            /*background: rgba(255, 255, 255, 0.85);*/
            background: #fff;
            border-radius: 10px;
            /*min-height: 250px;*/
        }

            .dynamiccontentpage ul.dynamiccontentpage.contact li.plan-header {
                /*background: rgb(163, 50, 32);*/
                /*background: #C3360B;*/
                border-radius: 10px;
            }

                .dynamiccontentpage ul.dynamiccontentpage.contact li.plan-header .plan-name {
                    color: #fff;
                }






.agendacontentpage {
    margin-top: 100px;
    margin-bottom: 50px;
}

    .agendacontentpage ul {
        /*list-style: none;*/
        padding: 0;
       margin-left: 20px;
    }

        .agendacontentpage ul i {
            color: #45aed6;
        }

.ccagendacontentpage {
    margin-top: 10px;
    margin-bottom: 5px;
}

    .ccagendacontentpage ul {
        padding: 0;
        margin-left: 20px;
    }

        .ccagendacontentpage ul i {
            color: #45aed6;
        }

    .ccagendacontentpage p {
        margin-left: 0;
    }

.jobsfooter {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 15px;
}

    .jobsfooter h4 {
        color: #333;
        margin: 2px 0 2px;
        font-size: 2.5em;
        line-height: 1.5;
        /*background: rgba(0, 0, 0, 0.5);*/
        /*background: #C3360B;*/
        background: #7cc4cc;
        border-radius: 10px;
        text-align: center;
        font-weight: 500;
    }

.jobs {
    padding: 0;
    margin-top: 100px;
    margin-bottom: 15px;
}


    .jobs h2 {
        font-size: 1.5em;
    }

    .jobs ul {
        /*list-style: none;*/
        padding: 0;
        margin-left: 20px;
    }

        .jobs ul i {
            color: #45aed6;
        }

    .jobs h4 {
        color: #333;
        margin: 2px 0 2px;
        font-size: 2.5em;
        line-height: 1.5;
        /*background: rgba(0, 0, 0, 0.5);*/
        /*background: #C3360B;*/
        background: #7cc4cc;
        border-radius: 10px;
        text-align: center;
        font-weight: 500;
    }

    .jobs h5 {
        color: #000;
        margin: 15px 0 25px;
        font-size: 1.3em;
        line-height: 1.0;
        text-align: center;
    }


.jobdesc {
    /*width: 50px;*/
    /*height: 1px;*/
    /*overflow: hidden;*/
    /*visibility: visible;*/
    /*border: 1px solid black;*/
    /*padding: 5px;*/
    /*background: pink;
  text-align: center;*/
    /*vertical-align: middle;*/
    text-indent: 40px;
}

.jobhdr {
    background: #C3360B;
    color: #fff;
    font-weight: 700;
}


.jobsvideo {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}


    .jobsvideo h2 {
        color: #fff;
        margin: 10px 0 10px;
        font-size: 34px;
        line-height: 1.4;
        /*background: rgba(0, 0, 0, 0.5);*/
        background: #C3360B;
        border-radius: 10px;
        text-align: center;
        font-weight: 500;
    }

    .jobsvideo ul {
        /*list-style: none;*/
        padding: 0;
        margin-left: 20px;
    }

        .jobsvideo ul i {
            color: #45aed6;
        }

    .jobsvideo h4 {
        color: #333;
        margin: 2px 0 2px;
        font-size: 2.5em;
        line-height: 1.5;
        /*background: rgba(0, 0, 0, 0.5);*/
        /*background: #C3360B;*/
        background: #7cc4cc;
        border-radius: 10px;
        text-align: center;
        font-weight: 500;
    }

    .jobsvideo h5 {
        color: #000;
        margin: 15px 0 25px;
        font-size: 1.3em;
        line-height: 1.0;
        text-align: center;
    }

ul.agenda {
    list-style: none;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 0;
}

    ul.agenda i {
        color: #45aed6;
    }

.ebsection-header {
    margin-bottom: 0;
}

    .ebsection-header .ebsection-title {
        font-size: 35px;
        color: #fff;
        /*text-transform: uppercase;*/
        position: relative;
        padding-bottom: 20px;
        margin: 20px 0 20px;
    }

        .ebsection-header .ebsection-title:before {
            content: "";
            position: absolute;
            width: 140px;
            bottom: 0;
            left: 50%;
            margin-left: -70px;
            height: 4px;
        }




.button-outline {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    /* ReSharper disable once CssNotResolved */
    zoom: 1;
    color: #fff;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(255,255,255,0.15);
}

    .button-outline:hover {
        color: #fff;
        background: rgba(255,255,255,0.35);
    }


    .button-outline:visited,
    .button-outline:active,
    .button-outline:focus {
        color: #fff;
        /*background: rgba(255,255,255,0.35);*/
    }

.button-outline-small {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    /* ReSharper disable once CssNotResolved */
    zoom: 1;
    color: #fff;
    padding: 7px 20px;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    background: rgba(255,255,255,0.15);
}

    .button-outline-small:hover {
        color: #fff;
        background: rgba(255,255,255,0.35);
    }


    .button-outline-small:visited,
    .button-outline-small:active,
    .button-outline-small:focus {
        color: #fff;
        /*background: rgba(255,255,255,0.35);*/
    }



.btn {
    border-width: 0;
    border-radius: 0;
}

    .btn.btn-main {
        background: #C3360B;
        border-radius: 5px;
        color: #fff;
    }

        .btn.btn-main:hover,
        .btn.btn-main:focus {
            background: #F45D2F;
            color: #fff;
        }

    .btn.btn-primary {
        background: #C3360B;
        border-radius: 5px;
        font-size: .9em;
        color: #fff;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:focus {
            background: #F45D2F;
            font-size: .9em;
            color: #fff;
        }

    .btn.btn-primaryg {
        background: #47acb8;
        border-radius: 5px;
        font-size: .9em;
        color: #333;
        font-weight: 600;
    }

        .btn.btn-primaryg:hover,
        .btn.btn-primaryg:focus {
            background: #7cc4cc;
            font-size: .9em;
            color: #333;
        }

    .btn.btn-primary-multi {
        background: #fff;
        border-radius: 5px;
        color: #444;
        width: 100%;
        font-size: 1.0em;
        border: 1px solid #D0D0D0;
    }

        .btn.btn-primary-multi:hover,
        .btn.btn-primary-multi:focus {
            background: #fff;
            color: #333;
            width: 100%;
            font-size: 1.0em;
        }

    .btn.btn-primary-vision {
        background: #C3360B;
        border-radius: 5px;
        font-size: 1.2em;
        color: #fff;
    }

        .btn.btn-primary-vision :hover,
        .btn.btn-primary-vision :focus {
            background: #F45D2F;
        }

    .btn.btn-primary-juv {
        background: #444;
        border-radius: 10px;
        color: #fff;
        width: 100%;
        font-size: .85em;
        /*min-width: 200px;*/
        padding: 10px 25px;
    }

        .btn.btn-primary-juv:hover,
        .btn.btn-primary-juv:focus {
            background: #222;
            color: #fff;
            width: 100%;
            font-size: .85em;
        }

    .btn.btn-subnav-juv {
        /*background: #444;*/
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        vertical-align: middle;
        /* ReSharper disable once CssNotResolved */
        zoom: 1;
        background: rgba(255,255,255,0.15);
        border-radius: 10px;
        color: #fff;
        width: 100%;
        font-size: 15px;
        /*min-width: 200px;*/
        padding: 10px 10px;
        border: 2px solid #fff;
    }

        .btn.btn-subnav-juv:hover,
        .btn.btn-subnav-juv:focus {
            /*background: #222;*/
            background: rgba(255,255,255,0.35);
            color: #fff;
            width: 100%;
            font-size: 15px;
        }

    .btn.btn-primary-levee {
        background: #444;
        border-radius: 10px;
        color: #fff;
        width: 100%;
        font-size: .85em;
    }

        .btn.btn-primary-levee:hover,
        .btn.btn-primary-levee:focus {
            background: #222;
            color: #fff;
            width: 100%;
            font-size: .85em;
        }

    .btn.btn-primary-rel {
        background: #fff;
        border: 1px solid #555;
        color: #555;
        width: 100%;
        font-size: .9em;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .btn.btn-primary-rel:hover,
        .btn.btn-primary-rel:focus,
        .btn.btn-primary-rel:active {
            background: #fff;
            border: 1px solid #C3360B;
            color: #C3360B;
            width: 100%;
            font-size: .9em;
        }
    /*.btn.btn-primary-rel {
        background: #fff;
        border: 1px solid #C3360B;
        color:#C3360B;
        width: 100%;
        font-size: .9em;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }
        .btn.btn-primary-rel:hover,
        .btn.btn-primary-rel:focus,
        .btn.btn-primary-rel:active {
            background: #C3360B;
            border: 1px solid #fff;
            color: #fff;
            width: 100%;
            font-size: .9em;
        }*/
    .btn.btn-jobs {
        background: #C3360B;
        border-radius: 5px;
        font-size: 18px;
        color: #fff;
        border: 1px solid #333;
        width: 100%;
    }

        .btn.btn-jobs:hover,
        .btn.btn-jobs:focus {
            background: #F45D2F;
            color: #fff;
            border: 1px solid #333;
        }
.btn.btn-flood {
    background: #C3360B;
    border-radius: 5px;
    font-size: 32px;
    color: #fff;
    border: 1px solid #333;
    width: 100%;
}

    .btn.btn-flood:hover,
    .btn.btn-floods:focus {
        background: #F45D2F;
        color: #fff;
        border: 1px solid #333;
    }
.cc-column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

    .cc-column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 60%;
        border-bottom: 1px solid #37659f;
    }

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

    .column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 60%;
        border-bottom: 1px solid #C3360B;
    }

.column-titleg {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

    .column-titleg:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 60%;
        border-bottom: 1px solid #007b83
    }

.intern h4 {
    color: #333;
    margin: 2px 0 2px;
    font-size: 2.5em;
    line-height: 1.5;
    /*background: rgba(0, 0, 0, 0.5);*/
    /*background: #C3360B;*/
    background: #7cc4cc;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
}

.intern img {
    border-radius: 10px;
}

.internbg {
    color: #333;
    margin: 2px 0 2px;
    background: #f0f0f0;
    border-radius: 10px;
    padding: 7px;
}

.column-title2 {
    margin-top: 0;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #eee;*/
    border-bottom: 1px solid #C3360B;
    margin-bottom: 15px;
    position: relative;
}

.column-title3 {
    margin-top: 0;
    padding-bottom: 2px;
    /*border-bottom: 1px solid #eee;*/
    border-bottom: 1px solid #C3360B;
    margin-bottom: 2px;
    position: relative;
}

.juvmissionhdr {
    color: #333;
    margin: 2px 0 2px;
    font-size: 1.2em;
    line-height: 1.5;
    background: #eee;
    border-radius: 5px;
    text-align: left;
    font-weight: 500;
    padding: 5px;
    border: 1px solid #444;
}

.juvcriteria {
    color: #333;
    margin: 2px 0 2px;
    font-size: 1.0em;
    line-height: 1.4;
    background: #eee;
    border-radius: 5px;
    text-align: left;
    font-weight: 500;
    padding: 5px;
    border: 1px solid #444;
}

.fiscal {
    padding: 0;
    margin-top: 100px;
    margin-bottom: 50px;
}

    .fiscal h4 {
        font-size: 2.2em;
        font-weight: 500;
    }

.fiscalhdr {
    color: #333;
    margin: 2px 0 2px;
    font-size: 1.0em;
    line-height: 1.5;
    background: #7cc4cc;
    border-radius: 5px;
    text-align: left;
    font-weight: 500;
    padding: 5px;
}

.fiscalhdr {
    color: #333;
    margin: 2px 0 2px;
    font-size: 1.0em;
    line-height: 1.5;
    background: #7cc4cc;
    border-radius: 5px;
    text-align: left;
    font-weight: 500;
    padding: 5px;
}

    .fiscalhdr a {
        color: #333;
        /*color: #0279ff;*/
        /*color: #3367d6;*/
        /*color: #4285f4;*/
        -webkit-transition: color 400ms, background-color 400ms;
        -moz-transition: color 400ms, background-color 400ms;
        -o-transition: color 400ms, background-color 400ms;
        transition: color 400ms, background-color 400ms;
    }

        .fiscalhdr a:hover,
        a:active,
        a:focus {
            text-decoration: none;
            color: #000;
        }

.fiscal .blog_grid {
    margin-bottom: 0;
    margin-top: 20px;
    background: #F8F8FF;
    padding: 5px;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
}

    .fiscal .blog_grid p {
        font-size: 1.0em;
        color: #777;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 0;
    }

.fiscal .column-title {
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    position: relative;
}

    .fiscal.column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 60%;
        border-bottom: 1px solid #C3360B;
    }

.fiscal h3 {
    font-size: 1.1em;
}

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    ul.nostyle i {
        color: #45aed6;
    }


.scaleIn {
    -webkit-animation-name: scaleIn;
    /* ReSharper disable once CssNotResolved */
    animation-name: scaleIn;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #45B1DA;
}

.navbar-nav > li > a {
    text-transform: uppercase;
}
/*font-size:.75em;*/


@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/
#hero-banner {
    overflow: hidden;
    height: 650px;
    background: url('../images/banner/bg1.jpg');
    background-size: cover;
    color: #fff;
}

    #hero-banner.item {
        height: 558px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

    #hero-banner.banner-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #000;
    }

    #hero-banner h2 {
        margin-top: 180px;
        font-size: 39px;
        line-height: 49px;
    }

    #hero-banner.banner-inner h2 > span {
        color: #45aed6;
    }

    #hero-banner.banner-inner .btn {
        margin-top: 10px;
    }

#hero-text {
    padding: 50px 0;
    border-top: 1px solid #FFFFFF;
}

    #hero-text h2 {
        margin-top: 80px;
    }

    #hero-text .btn {
        margin-top: 40px;
    }

#herotext2 {
    background-image: url("../images/bgit.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #f5f5f5;
}

    #herotext2 h2 {
    }

    #herotext2 .btn {
        margin-top: 40px;
    }
/*#herotext2 a {
    color: #45aed6;
}
  #herotext2  a:focus a:active a:hover;{
        text-decoration: none;
        color: #2a95be;
    }*/
#cal-text {
    padding: 50px 0;
    border-top: 1px solid #FFFFFF;
}

    #cal-text h2 {
    }

    #cal-text.btn {
        margin-top: 40px;
    }

#cta2 {
    background: #45b1da;
    color: #fff;
    padding-top: 70px;
}

    #cta2 .btn {
        margin-top: 10px;
    }

    #cta2 h2 {
        color: #fff;
        font-size: 44px;
        line-height: 1;
    }

        #cta2 h2 > span {
            color: #45aed6;
        }




.top-buffer-50 {
    margin-top: 50px !important;
}

#features h2, #portfolio p {
    color: #fff;
}

#features {
    padding: 100px 0;
    /*background: #C3360B;*/
    background: #7cc4cc;
    color: #fff;
}

    #features .media.service-box:first-child {
        margin-top: 80px;
    }

#services {
    padding: 100px 0 75px;
    background: #7cc4cc;
}

.media.service-box {
    margin: 25px 5px 36px;
}

    .media.service-box .pull-left {
        margin-right: 10px;
    }

        .media.service-box .pull-left > i {
            font-size: 62px;
            height: 94px;
            line-height: 64px;
            text-align: center;
            width: 106px;
            color: #FFFFFF;
            /* background:#fff; */
            /* box-shadow: inset 0 0 0 1px #d7d7d7; */
            /* -webkit-box-shadow: inset 0 0 0 1px #d7d7d7; */
            transition: background-color 400ms, background-color 400ms;
            position: relative;
        }

        .media.service-box .pull-left > em {
            font-size: 62px;
            height: 94px;
            line-height: 64px;
            text-align: center;
            width: 106px;
            color: #FFFFFF;
            /* background:#fff; */
            /* box-shadow: inset 0 0 0 1px #d7d7d7; */
            /* -webkit-box-shadow: inset 0 0 0 1px #d7d7d7; */
            transition: background-color 400ms, background-color 400ms;
            position: relative;
        }


.features .media.service-box .pull-left > i {
    /*color: #C3360B;*/
    color: #000;
}

.features .media.service-box .pull-left > em {
    /*color: #C3360B;*/
    color: #000;
}

.media.service-box:hover .pull-left > i {
}

#portfolio {
    padding: 100px 0;
    background: #7cc4cc;
}

    #portfolio .portfolio-filter {
        list-style: none;
        padding: 0;
        margin: 0 0 50px;
        display: inline-block;
    }

        #portfolio .portfolio-filter > li {
            float: left;
            display: block;
        }

            #portfolio .portfolio-filter > li a {
                display: block;
                padding: 7px 15px;
                margin: 0px 2px;
                color: #C3360B;
                position: relative;
                border: 1px solid #C3360B;
            }

                #portfolio .portfolio-filter > li a:hover,
                #portfolio .portfolio-filter > li a.active {
                    background: #C3360B;
                    color: #fff;
                }

    #portfolio .portfolio-items {
        margin: -15px;
    }

    #portfolio .portfolio-item {
        width: 24.9%;
        float: left;
        padding: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

        #portfolio .portfolio-item .portfolio-item-inner {
            position: relative;
        }

            #portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
                opacity: 0;
                transition: opacity 400ms;
                -webkit-transition: opacity 400ms;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                text-align: center;
                padding: 18px 0 0;
                background: rgba(0, 0, 0, 0.5);
                color: #fff;
                height: 100%;
            }

                #portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
                    font-size: 16px;
                    line-height: 1;
                    margin: 0;
                    color: #fff;
                }

                #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
                    width: 36px;
                    height: 36px;
                    line-height: 36px;
                    text-align: center;
                    color: #fff;
                    box-shadow: 0 0 0 1px #fff;
                    display: block;
                    -webkit-box-shadow: 0 0 0 1px #fff;
                    text-align: center;
                    margin: 15px auto;
                }

        #portfolio .portfolio-item:hover .portfolio-info {
            opacity: 1;
        }
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }
        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }
    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px;
}

#testimonial {
    background: #7cc4cc;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

    #testimonial h4 {
        color: #fff;
        margin-bottom: 8px;
    }

    #testimonial small {
        display: block;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.7);
    }

    #testimonial .btns {
        margin-top: 10px;
    }

#carousel-testimonial a.btn.btn-primary.btn-sm {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 8px;
}

#about {
    padding: 100px 0;
}

    #about h2 {
        color: #C3360B;
    }
/*Team*/
#our-team {
    padding: 100px 0;
}

    #our-team .team-member {
        padding: 13px;
        border: 1px solid #eeeeee;
    }

        #our-team .team-member .team-img {
            margin: 0;
        }

        #our-team .team-member .team-info {
            padding-bottom: 10px;
        }

        #our-team .team-member:hover .social-icons > li > a {
            background: rgb(195, 54, 11);
            color: #FFFFFF;
            border: 1px solid #C3360B;
        }

    #our-team .social-icons {
        list-style: none;
        padding: 0;
        margin: 0;
        -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
        transition: height 1s;
    }

        #our-team .social-icons > li {
            display: inline-block;
        }

            #our-team .social-icons > li > a {
                display: block;
                width: 32px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                color: #C3360B;
                background: transparent;
                border-radius: 3px;
                border: 1px solid #C3360B;
            }
/*Testimonial Area*/
.testimonial-area {
    padding-bottom: 60px;
}

.single-testimonial {
    margin-bottom: 30px;
}

    .single-testimonial blockquote {
        padding: 15px 20px;
        margin-bottom: 35px;
        position: relative;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        font-size: 14px;
        background: #FFF;
        color: #585858;
        line-height: 22px;
        border-radius: 30px 0px;
    }

    .single-testimonial:hover blockquote {
        border-radius: 0px 30px;
    }

    .single-testimonial blockquote:after {
        position: absolute;
        bottom: -19px;
        left: 45px;
        content: "";
        border-top: 19px solid #fff;
        border-right: 22px solid transparent;
    }

    .single-testimonial img {
        border-radius: 50%;
    }

    .single-testimonial h5 {
        padding: 8px 0 0px;
        font-size: 16px;
    }

.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eeeeee;
}

    .progress .progress-bar.progress-bar-primary {
        background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}

    .nav.main-tab > li > a {
        color: #272727;
    }

    .nav.main-tab > li.active > a {
        background: #222534;
        color: #45aed6;
    }

    .nav.main-tab > li:first-child > a {
        border-radius: 3px 0 0 0;
    }

    .nav.main-tab > li:last-child > a {
        border-radius: 0 3px 0 0;
    }

.tab-content {
    /*border: 1px solid #eee;*/
    border-top: 0;
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px;
}

.panel-default {
    border-color: #eee;
}

    .panel-default > .panel-heading {
        /*background-color: #fff;*/
        border-color: #eee;
    }

        .panel-default > .panel-heading .panel-title {
            font-size: 14px;
            font-weight: normal;
        }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #eee;
        }

#business-stats {
    padding: 100px 0 70px;
    background: #C3360B;
    background-size: cover;
    color: #fff;
}

    #business-stats h1,
    #business-stats h2,
    #business-stats h3,
    #business-stats h4 {
        color: #fff;
    }

    #business-stats strong {
        display: block;
        margin-bottom: 30px;
    }

.business-stats {
    display: inline-block;
    width: 140px;
    height: 140px;
    font-size: 24px;
    line-height: 140px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin-bottom: 20px;
}

#tcbanner {
    /*padding: 10px 0 20px;*/
    /*height: 350px;*/
    position: absolute;
    z-index: 12;
    width: 100%;
    /*text-align: center;*/
    top: 0;
    left: 0;
    /*padding: 5px 20px 5px 20px;*/
    /*background: rgba(252, 247, 247, 0.60);*/
}
/*JUV STYLES*/
.juvbanner {
    text-align: center;
    margin: 50px 0 0 0;
}

    .juvbanner h2 {
        color: #fff;
        margin: 100px 0 5px 0;
        font-size: 25px;
        line-height: 1;
        /*background: rgba(0, 0, 0, 0.5);*/
        background: #C3360B;
        border-radius: 10px;
        padding: 10px;
    }
/* ------------------------- NAVIGATION HERE ---------------*/
.juvnav {
    background-repeat: repeat-x;
    background-position: left top;
    text-align: center;
    /*margin-left: 300px;*/
    /*width: 710px;
	height: 72px;
	margin-left: 300px;*/
}

    .juvnav ul {
        /*float: left;*/
        padding: 0 0 0 0;
        list-style-type: none;
        display: inline-block;
        /*border-bottom:solid 2pt .333;*/
        width: 100%;
    }

        .juvnav ul li {
            /*padding: 0 5px 0 5px;*/
            display: inline-block;
            /*float: left;*/
            padding-top: 0;
            padding-right: 0;
            padding-left: 8px;
            padding-bottom: 0;
        }

            .juvnav ul li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-weight: bold;
                color: #333333;
                text-align: center;
            }

                .juvnav ul li a span {
                }

                .juvnav ul li a:hover {
                    color: #C3360B;
                    font-weight: bold;
                    border-bottom: solid 2pt #C3360B;
                }

            .juvnav ul li.active a, a.active .menu_nav ul li {
            }

    .juvnav a.active {
    }

/*LEVEE STYLES*/
.leveebanner {
    text-align: center;
    margin: 50px 0 0 0;
}

    .leveebanner h2 {
        color: #fff;
        margin: 100px 0 5px 0;
        font-size: 25px;
        line-height: 1;
        /*background: rgba(0, 0, 0, 0.5);*/
        background: #C3360B;
        border-radius: 10px;
    }

.leveenav {
    background-repeat: repeat-x;
    background-position: left top;
    text-align: center;
    /*margin-left: 300px;*/
    /*width: 710px;
	height: 72px;
	margin-left: 300px;*/
}

    .leveenav ul {
        /*float: left;*/
        padding: 0 0 0 0;
        list-style-type: none;
        display: inline-block;
        /*border-bottom:solid 2pt .333;*/
        width: 100%;
    }

        .leveenav ul li {
            /*padding: 0 5px 0 5px;*/
            display: inline-block;
            /*float: left;*/
            padding-top: 0;
            padding-right: 0;
            padding-left: 8px;
            padding-bottom: 0;
        }

            .leveenav ul li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-weight: bold;
                color: #333333;
                text-align: center;
            }

                .leveenav ul li a span {
                }

                .leveenav ul li a:hover {
                    color: #C3360B;
                    font-weight: bold;
                    border-bottom: solid 2pt #C3360B;
                }

            .leveenav ul li.active a, a.active .menu_nav ul li {
            }

    .leveenav a.active {
    }


/*START EBBOX*/
.ebred {
    background-image: url("../images/backgrounds/bgebbw.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    /*color: #333;*/
    text-align: center;
}

    .ebred h2 {
        color: #fff;
        margin: 70px 0 30px;
        font-size: 44px;
        line-height: 1;
        /*background: rgba(0, 0, 0, 0.5);*/
        background: #C3360B;
        border-radius: 10px;
        text-align: center;
    }

    .ebred h6 {
        color: #fff;
        margin: 5px 0 5px;
        font-size: 30px;
        line-height: 1;
        /*background: rgba(0, 0, 0, 0.5);*/
        /*background: rgba(0, 0, 0,0.5);*/
        background: #C3360B;
        border-radius: 10px;
        text-align: center;
    }


    .ebred ul.ebred {
        list-style: none;
        padding: 0;
        margin: 10px 0 10px;
        border: 1px solid #D0D0D0;
        padding: 5px;
        text-align: center;
    }

        .ebred ul.ebred li {
            display: block;
            padding: 2px;
        }

            .ebred ul.ebred li.plan-header {
                /* background: #D0D0D0; */
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                .ebred ul.ebred li.plan-header .link-duration {
                    position: relative;
                    margin-top: 5px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    height: 60px;
                    color: #fff;
                    /*background: #E4E4E4;*/
                }

                    .ebred ul.ebred li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        .ebred ul.ebred li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        .ebred ul.ebred li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                .ebred ul.ebred li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    /*font-weight: bold;*/
                    line-height: 1;
                    text-transform: uppercase;
                }

        .ebred ul.ebred .event_lbl {
            margin-top: 5px;
            font-size: 1em;
            color: #000;
            /*font-weight: bold;*/
            line-height: 1;
            font-weight: 500;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        .ebred ul.ebred a .event_lbl {
            color: #585858;
        }

        .ebred ul.ebred a:hover .event_lbl {
            color: #272727;
        }

        .ebred ul.ebred .event_lbl2 {
            /*margin-top: 5px;*/
            /*font-size: 12px;*/
            /*color: #272727;*/
            /*line-height: 1;
            color: #C3360B;
            font-weight: 700;*/
            text-align: left;
            background: #fff;
            /*text-transform: uppercase;*/
        }

        .ebred ul.ebred .goleft {
            text-align: left;
        }

        .ebred ul.ebred .eblink {
            margin-top: 5px;
            font-size: .9em;
            color: #000;
            /*font-weight: bold;*/
            line-height: 1;
            font-weight: 500;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        .ebred ul.ebred a .eblink {
            color: #585858;
        }

        .ebred ul.ebred a:hover .eblink {
            color: #272727;
        }

        .ebred ul.ebred.featured {
            background: #fff;
            /*background: rgba(255, 255, 255, 0.85);*/
            border-radius: 10px;
            min-height: 225px;
        }

            .ebred ul.ebred.featured li.plan-header {
                /*background: rgb(163, 50, 32);*/
                background: #C3360B;
                border-radius: 10px;
                /*background-color: #A33220;*/
            }

                .ebred ul.ebred.featured li.plan-header .plan-name {
                    color: #fff;
                }

        .ebred ul.ebred.featured3 {
            /*background: rgba(255, 255, 255, 0.85);*/
            background: #fff;
            border-radius: 10px;
            min-height: 250px;
        }

            .ebred ul.ebred.featured3 li.plan-header {
                /*background: rgba(191, 58, 37, 0.77);*/
                /*background: rgb(163, 50, 32);*/
                background: #C3360B;
                border-radius: 10px;
            }

                .ebred ul.ebred.featured3 li.plan-header .plan-name {
                    color: #fff;
                }

        .ebred ul.ebred.featured4 {
            /*background: rgba(255, 255, 255, 0.85);*/
            background: #fff;
            border-radius: 10px;
            min-height: 155px;
        }

            .ebred ul.ebred.featured4 li.plan-header {
                /*background: rgba(191, 58, 37, 0.77);*/
                /*background: rgb(163, 50, 32);*/
                background: #C3360B;
                border-radius: 10px;
            }

                .ebred ul.ebred.featured4 li.plan-header .plan-name {
                    color: #fff;
                }

        .ebred ul.ebred.about {
            /*background: rgba(255, 255, 255, 0.85);*/
            background: #fff;
            border-radius: 10px;
            /*min-height: 250px;*/
        }

            .ebred ul.ebred.about li.plan-header {
                /*background: rgb(163, 50, 32);*/
                background: #C3360B;
                border-radius: 10px;
            }

                .ebred ul.ebred.about li.plan-header .plan-name {
                    color: #fff;
                }

        .ebred ul.ebred.contact {
            /*background: rgba(255, 255, 255, 0.85);*/
            background: #fff;
            border-radius: 10px;
            /*min-height: 250px;*/
        }

            .ebred ul.ebred.contact li.plan-header {
                /*background: rgb(163, 50, 32);*/
                background: #C3360B;
                border-radius: 10px;
            }

                .ebred ul.ebred.contact li.plan-header .plan-name {
                    color: #fff;
                }

        .ebred ul.ebred.registration {
            /*background: rgba(255, 255, 255, 0.85);*/
            background: #fff;
            border-radius: 10px;
            color: #C3360B;
            font-size: 1.4em;
            /*min-height: 250px;*/
        }



.tcloc {
    background: #eee;
    /*background-image: url("../images/bgebbw.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    padding: 0;
    text-align: center;
}

    .tcloc h2 {
        color: #333;
        margin: 70px 0 30px;
        font-size: 24px;
        line-height: 1;
        /*background: rgba(0, 0, 0, 0.5);*/
        /*background:  #C3360B;
        border-radius: 10px;
    }*/
    }

    .tcloc .img-responsive {
        margin: 0 auto;
    }

    .tcloc ul.tcloc {
        list-style: none;
        padding: 0;
        margin: 10px 0 10px;
        border: 1px solid #D0D0D0;
        padding: 5px;
        text-align: center;
    }

        .tcloc ul.tcloc li {
            display: block;
            padding: 2px;
            text-align: center;
        }

            .tcloc ul.tcloc li.plan-header {
                /* background: #D0D0D0; */
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                .tcloc ul.tcloc li.plan-header .link-duration {
                    position: relative;
                    margin-top: 15px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    height: 30px;
                    color: #fff;
                    font-size: 14px;
                    /*background: #E4E4E4;*/
                }

                    .tcloc ul.tcloc li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        .tcloc ul.tcloc li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        .tcloc ul.tcloc li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                .tcloc ul.tcloc li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    /*font-weight: bold;*/
                    line-height: 1;
                    text-transform: uppercase;
                }

        .tcloc ul.tcloc .event_lbl {
            margin-top: 5px;
            font-size: 1em;
            color: #000;
            /*font-weight: bold;*/
            line-height: 1;
            font-weight: 500;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        .tcloc ul.tcloc a .event_lbl {
            color: #585858;
        }

        .tcloc ul.tcloc a:hover .event_lbl {
            color: #272727;
        }

        .tcloc ul.tcloc .event_lbl2 {
            /*margin-top: 5px;*/
            /*font-size: 12px;*/
            /*color: #272727;*/
            /*line-height: 1;
            color: #C3360B;
            font-weight: 700;*/
            text-align: left;
            background: #fff;
            /*text-transform: uppercase;*/
        }

        .tcloc ul.tcloc .goleft {
            text-align: left;
        }

        .tcloc ul.tcloc .eblink {
            margin-top: 5px;
            font-size: .9em;
            color: #000;
            /*font-weight: bold;*/
            line-height: 1;
            font-weight: 500;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        .tcloc ul.tcloc a .eblink {
            color: #585858;
        }

        .tcloc ul.tcloc a:hover .eblink {
            color: #272727;
        }

        .tcloc ul.tcloc.featured {
            background: #fff;
            /*background: rgba(255, 255, 255, 0.85);*/
            border-radius: 10px;
            min-height: 205px;
        }

            .tcloc ul.tcloc.featured li.plan-header {
                /*background: rgb(163, 50, 32);*/
                background: #C3360B;
                border-radius: 10px;
                /*background-color: #A33220;*/
            }

                .tcloc ul.tcloc.featured li.plan-header .plan-name {
                    /*color: #fff;*/
                    color: #333;
                }

        .tcloc ul.tcloc.featured3 {
            /*background: rgba(255, 255, 255, 0.85);*/
            background: #fff;
            border-radius: 10px;
            min-height: 175px;
        }

            .tcloc ul.tcloc.featured3 img {
                max-width: 100%;
                border: 0;
            }

            .tcloc ul.tcloc.featured3 li.plan-header {
                /*background: rgba(191, 58, 37, 0.77);*/
                /*background: rgb(163, 50, 32);*/
                background: #C3360B;
                border-radius: 10px;
            }

                .tcloc ul.tcloc.featured3 li.plan-header .plan-name {
                    color: #fff;
                }

        .tcloc ul.tcloc.about {
            /*background: rgba(255, 255, 255, 0.85);*/
            background: #fff;
            border-radius: 10px;
            /*min-height: 250px;*/
        }

            .tcloc ul.tcloc.about li.plan-header {
                /*background: rgb(163, 50, 32);*/
                background: #C3360B;
                border-radius: 10px;
            }

                .tcloc ul.tcloc.about li.plan-header .plan-name {
                    color: #fff;
                }

        .tcloc ul.tcloc.contact {
            /*background: rgba(255, 255, 255, 0.85);*/
            background: #fff;
            border-radius: 10px;
            /*min-height: 250px;*/
        }

            .tcloc ul.tcloc.contact li.plan-header {
                /*background: rgb(163, 50, 32);*/
                background: #C3360B;
                border-radius: 10px;
            }

                .tcloc ul.tcloc.contact li.plan-header .plan-name {
                    color: #fff;
                }

#holidaybox {
    width: 100%;
    padding: 0 0 0 0;
    margin: 40px 0 30px;
}

    #holidaybox ul.holidaybox {
        list-style: none;
        padding: 0;
        margin: 10px 0 10px;
        border: 1px solid #D0D0D0;
        padding: 5px;
        text-align: center;
    }

        #holidaybox ul.holidaybox li {
            display: block;
            padding: 2px;
        }

            #holidaybox ul.holidaybox li.plan-header {
                /* background: #D0D0D0; */
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                #holidaybox ul.holidaybox li.plan-header .link-duration {
                    position: relative;
                    margin-top: 5px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    height: 60px;
                    color: #fff;
                    /*color: #333;*/
                    /*background: #E4E4E4;*/
                }

                    #holidaybox ul.holidaybox li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #holidaybox ul.holidaybox li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        #holidaybox ul.holidaybox li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                #holidaybox ul.holidaybox li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    /*font-weight: bold;*/
                    line-height: 1;
                    text-transform: uppercase;
                }

        #holidaybox ul.holidaybox .event_lbl {
            margin-top: 5px;
            font-size: 12px;
            color: #000;
            /*font-weight: bold;*/
            line-height: 1;
            font-weight: 700;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        #holidaybox ul.holidaybox a .event_lbl {
            color: #272727;
        }

        #holidaybox ul.holidaybox a:hover .event_lbl {
            color: #585858;
        }

        #holidaybox ul.holidaybox .event_lbl2 {
            /*margin-top: 5px;*/
            font-size: 12px;
            /*color: #272727;*/
            line-height: 1;
            color: #C3360B;
            font-weight: 700;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        #holidaybox ul.holidaybox.featured {
            background: #fff;
            border-radius: 10px;
            /*min-height: 335px;*/
        }

            #holidaybox ul.holidaybox.featured li.plan-header {
                /*background: rgba(0, 0, 0, 0.5);*/
                background: #C3360B;
                /*background: #7cc4cc;*/
                /*background:   #2a95be;*/
                border-radius: 10px;
            }

                #holidaybox ul.holidaybox.featured li.plan-header .plan-name {
                    color: #fff;
                    /*color: #333;*/
                }



#linkbox {
    /*padding: 100px 0 70px;    #f0eeee*/
    width: 100%;
    padding: 0 0 0 0;
    margin: 40px 0 30px;
    /*height: 100%;*/
    /*background:#f0eeee;*/
}

    #linkbox ul.linkbox {
        list-style: none;
        padding: 0;
        margin: 10px 0 10px;
        border: 1px solid #D0D0D0;
        padding: 5px;
        text-align: center;
    }

        #linkbox ul.linkbox li {
            display: block;
            padding: 2px;
        }

            #linkbox ul.linkbox li.plan-header {
                /* background: #D0D0D0; */
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                #linkbox ul.linkbox li.plan-header .link-duration {
                    position: relative;
                    margin-top: 5px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    height: 60px;
                    color: #fff;
                    /*color: #333;*/
                    /*background: #E4E4E4;*/
                }

                    #linkbox ul.linkbox li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #linkbox ul.linkbox li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        #linkbox ul.linkbox li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                #linkbox ul.linkbox li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    /*font-weight: bold;*/
                    line-height: 1;
                    text-transform: uppercase;
                }

        #linkbox ul.linkbox .event_lbl {
            margin-top: 5px;
            font-size: 12px;
            color: #000;
            /*font-weight: bold;*/
            line-height: 1;
            font-weight: 700;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        #linkbox ul.linkbox a .event_lbl {
            color: #272727;
        }

        #linkbox ul.linkbox a:hover .event_lbl {
            color: #585858;
        }

        #linkbox ul.linkbox .event_lbl2 {
            /*margin-top: 5px;*/
            font-size: 12px;
            /*color: #272727;*/
            line-height: 1;
            color: #C3360B;
            font-weight: 700;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        #linkbox ul.linkbox.featured {
            background: #fff;
            border-radius: 10px;
            min-height: 375px;
        }

            #linkbox ul.linkbox.featured li.plan-header {
                background: rgba(0, 0, 0, 0.5);
                /*background: #7cc4cc;*/
                /*background:   #2a95be;*/
                border-radius: 10px;
            }

                #linkbox ul.linkbox.featured li.plan-header .plan-name {
                    color: #fff;
                    /*color: #333;*/
                }




        #linkbox ul.linkbox li.divider {
        }


.visbanner {
    text-align: center;
    margin: 60px 0 0 0;
}

#vlinkbox {
    /*padding: 100px 0 70px;    #f0eeee*/
    width: 100%;
    padding: 0 0 0 0;
    margin: 5px 0 30px;
    /*height: 100%;*/
    /*background:#f0eeee;*/
}

    #vlinkbox ul.linkbox {
        list-style: none;
        padding: 0;
        margin: 10px 0 10px;
        /*border: 1px solid #D0D0D0;*/
        padding: 5px;
        text-align: center;
    }

        #vlinkbox ul.linkbox li {
            display: block;
            padding: 2px;
        }

            #vlinkbox ul.linkbox li.plan-header {
                /* background: #D0D0D0; */
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                #vlinkbox ul.linkbox li.plan-header .link-duration {
                    position: relative;
                    margin-top: 5px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    height: 60px;
                    color: #fff;
                    /*color: #333;*/
                    /*background: #E4E4E4;*/
                }

                    #vlinkbox ul.linkbox li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #vlinkbox ul.linkbox li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        #vlinkbox ul.linkbox li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                #vlinkbox ul.linkbox li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    /*font-weight: bold;*/
                    line-height: 1;
                    text-transform: uppercase;
                }

        #vlinkbox ul.linkbox .event_lbl {
            margin-top: 5px;
            font-size: 12px;
            color: #000;
            /*font-weight: bold;*/
            line-height: 1;
            font-weight: 700;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        #vlinkbox ul.linkbox a .event_lbl {
            color: #272727;
        }

        #vlinkbox ul.linkbox a:hover .event_lbl {
            color: #585858;
        }

        #vlinkbox ul.linkbox .event_lbl2 {
            /*margin-top: 5px;*/
            font-size: 12px;
            /*color: #272727;*/
            line-height: 1;
            color: #C3360B;
            font-weight: 700;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        #vlinkbox ul.linkbox.featured {
            background: #fff;
            border-radius: 10px;
            /*min-height: 310px;*/
        }

            #vlinkbox ul.linkbox.featured li.plan-header {
                background: rgba(0, 0, 0, 0.5);
                /*background: #C3360B;*/
                /*background: #7cc4cc;*/
                /*background:   #2a95be;*/
                border-radius: 10px;
            }

                #vlinkbox ul.linkbox.featured li.plan-header .plan-name {
                    color: #fff;
                    /*color: #333;*/
                }

        #vlinkbox ul.linkbox li.divider {
        }

.allignlink {
    display: inline-block;
}
#district1 {
    width: 100%;
    padding: 0 0 0 0;
}

    #district1 ul.district1 {
        list-style: none;
        border: 1px solid #D0D0D0;
        margin: 0;
        padding: 0 0 2px 0;
        text-align: left;
    }

        #district1 ul.district1 li {
            display: block;
            padding: 2px;
        }

        #district1 ul.district1 img {
            vertical-align: middle;
        }


        #district1 ul.district1 li.plan-header {
            /* background: #D0D0D0; */
            margin: -1px -1px 1px;
            padding: 1px 1px 1px;
            border: 0;
        }

            #district1 ul.district1 li.plan-header .link-duration {
                position: relative;
                margin-top: 8px;
                margin-left: 5px;
                top: -5px;
                display: inline-block;
                width: 100%;
                color: #fff;
            }

                #district1 ul.district1 li.plan-header .link-duration > span {
                    display: block;
                    line-height: 1;
                }

                    #district1 ul.district1 li.plan-header .link-duration > span.link {
                        font-size: 24px;
                        font-weight: 700;
                        margin-top: 10px;
                    }

                    #district1 ul.district1 li.plan-header .link-duration > span.duration {
                        margin-top: 5px;
                    }

            #district1 ul.district1 li.plan-header .plan-name {
                margin-top: 5px;
                font-size: 24px;
                color: #272727;
                line-height: 1;
                text-transform: uppercase;
            }

        #district1 ul.district1 .event_lbl {
            margin-top: 5px;
            font-size: 1.0em;
            line-height: 1;
            font-weight: 400;
            text-align: left;
        }

            #district1 ul.district1 .event_lbl a {
                font-weight: 400;
            }

                #district1 ul.district1 .event_lbl a:hover {
                    font-weight: 400;
                }

        #district1 ul.district1 .event_lbl2 {
            font-size: 12px;
            line-height: 1;
            color: #C3360B;
            font-weight: 700;
            text-align: left;
        }

        #district1 ul.district1.featured {
            background: #fff;
            border-radius: 10px;
        }

            #district1 ul.district1.featured li.plan-header {
                background-color: #777;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

                #district1 ul.district1.featured li.plan-header .plan-name {
                    color: #333;
                }


#district2 {
    width: 100%;
    padding: 0 0 0 0;
}

    #district2 ul.district2 {
        list-style: none;
        border: 1px solid #D0D0D0;
        margin: 0;
        padding: 0 0 2px 0;
        text-align: left;
    }

        #district2 ul.district2 li {
            display: block;
            padding: 2px;
        }

        #district2 ul.district2 img {
            vertical-align: middle;
        }


        #district2 ul.district2 li.plan-header {
            /* background: #D0D0D0; */
            margin: -1px -1px 1px;
            padding: 1px 1px 1px;
            border: 0;
        }

            #district2 ul.district2 li.plan-header .link-duration {
                position: relative;
                margin-top: 8px;
                margin-left: 5px;
                top: -5px;
                display: inline-block;
                width: 100%;
                color: #fff;
            }

                #district2 ul.district2 li.plan-header .link-duration > span {
                    display: block;
                    line-height: 1;
                }

                    #district2 ul.district2 li.plan-header .link-duration > span.link {
                        font-size: 24px;
                        font-weight: 700;
                        margin-top: 10px;
                    }

                    #district2 ul.district2 li.plan-header .link-duration > span.duration {
                        margin-top: 5px;
                    }

            #district2 ul.district2 li.plan-header .plan-name {
                margin-top: 5px;
                font-size: 24px;
                color: #272727;
                line-height: 1;
                text-transform: uppercase;
            }

        #district2 ul.district2 .event_lbl {
            margin-top: 5px;
            font-size: 1.0em;
            line-height: 1;
            font-weight: 400;
            text-align: left;
        }

            #district2 ul.district2 .event_lbl a {
                font-weight: 400;
            }

                #district2 ul.district2 .event_lbl a:hover {
                    font-weight: 400;
                }

        #district2 ul.district2 .event_lbl2 {
            font-size: 12px;
            line-height: 1;
            color: #C3360B;
            font-weight: 700;
            text-align: left;
        }

        #district2 ul.district2.featured {
            background: #fff;
            border-radius: 10px;
        }

            #district2 ul.district2.featured li.plan-header {
                background-color: #777;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

                #district2 ul.district2.featured li.plan-header .plan-name {
                    color: #333;
                }





#relatedbox {
    width: 100%;
    padding: 0 0 0 0;
}

    #relatedbox ul.relatedbox {
        list-style: none;
        border: 1px solid #D0D0D0;
        margin: 0;
        padding: 0 0 2px 0;
        text-align: left;
    }

        #relatedbox ul.relatedbox li {
            display: block;
            padding: 2px;
        }

            #relatedbox ul.relatedbox li.plan-header {
                /* background: #D0D0D0; */
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                #relatedbox ul.relatedbox li.plan-header .link-duration {
                    position: relative;
                    margin-top: 8px;
                    margin-left: 5px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    color: #fff;
                }

                    #relatedbox ul.relatedbox li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #relatedbox ul.relatedbox li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        #relatedbox ul.relatedbox li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                #relatedbox ul.relatedbox li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    line-height: 1;
                    text-transform: uppercase;
                }

        #relatedbox ul.relatedbox .event_lbl {
            margin-top: 5px;
            font-size: 1.0em;
            line-height: 1;
            font-weight: 400;
            text-align: left;
        }

            #relatedbox ul.relatedbox .event_lbl a {
                font-weight: 400;
            }

                #relatedbox ul.relatedbox .event_lbl a:hover {
                    font-weight: 400;
                }

        #relatedbox ul.relatedbox .event_lbl2 {
            font-size: 12px;
            line-height: 1;
            color: #C3360B;
            font-weight: 700;
            text-align: left;
        }

        #relatedbox ul.relatedbox.featured {
            background: #fff;
            border-radius: 10px;
        }

            #relatedbox ul.relatedbox.featured li.plan-header {
                background-color: #777;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

                #relatedbox ul.relatedbox.featured li.plan-header .plan-name {
                    color: #333;
                }

        #relatedbox ul.relatedbox li.divider {
        }


#csbox {
    width: 100%;
    padding: 0 0 0 0;
}

    #csbox ul.csbox {
        list-style: none;
        margin: 5px 0 10px 0;
        border: 1px solid #D0D0D0;
        padding: 2px;
        padding: 5px 0 5px 0;
        text-align: left;
    }

        #csbox ul.csbox li {
            display: block;
            padding: 2px;
        }

            #csbox ul.csbox li.plan-header {
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                #csbox ul.csbox li.plan-header .link-duration {
                    position: relative;
                    margin-top: 8px;
                    margin-left: 5px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    height: 20px;
                    color: #fff;
                }

                    #csbox ul.csbox li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #csbox ul.csbox li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        #csbox ul.csbox li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                #csbox ul.csbox li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    line-height: 1;
                    text-transform: uppercase;
                }

        #csbox ul.csbox .event_lbl {
            margin-top: 5px;
            font-size: 1.0em;
            line-height: 1;
            font-weight: 400;
            text-align: left;
        }

            #csbox ul.csbox .event_lbl a {
                font-weight: 400;
            }

                #csbox ul.csbox .event_lbl a:hover {
                    font-weight: 400;
                }

        #csbox ul.csbox .event_lbl2 {
            font-size: 12px;
            /*color: #272727;*/
            line-height: 1;
            color: #C3360B;
            font-weight: 700;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        #csbox ul.csbox.featured {
            /*background: #fff;*/
            background: #fff;
            border-radius: 10px;
            /*min-height: 310px;*/
        }

            #csbox ul.csbox.featured li.plan-header {
                background: rgba(0, 0, 0, 0.5);
                color: #333;
                /*border-radius: 10px;*/
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

                #csbox ul.csbox.featured li.plan-header .plan-name {
                    color: #333;
                }

        #csbox ul.csbox li.divider {
        }

#roadscontact {
    /*padding: 100px 0 70px;    #f0eeee*/
    width: 100%;
    padding: 0 0 0 0;
    /*height: 100%;*/
    /*background:#f0eeee;*/
}

    #roadscontact ul.roadscontact {
        list-style: none;
        margin: 0 0 10px 0;
        /*border: 1px solid #D0D0D0;*/
        padding: 2px;
        padding: 5px 0 5px 0;
        text-align: center;
    }

        #roadscontact ul.roadscontact li {
            display: block;
            padding: 2px;
        }

            #roadscontact ul.roadscontact li.plan-header {
                /* background: #D0D0D0; */
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                #roadscontact ul.roadscontact li.plan-header .link-duration {
                    position: relative;
                    margin-top: 8px;
                    margin-left: 5px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    height: 20px;
                    /*color: #333;*/
                    color: #fff;
                    /*background: #E4E4E4;*/
                }

                    #roadscontact ul.roadscontact li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #roadscontact ul.roadscontact li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        #roadscontact ul.roadscontact li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                #roadscontact ul.roadscontact li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    /*font-weight: bold;*/
                    line-height: 1;
                    text-transform: uppercase;
                }

        #roadscontact ul.roadscontact .event_lbl {
            margin-top: 5px;
            font-size: 1.0em;
            /*color: #000;*/
            /*font-weight: bold;*/
            line-height: 1;
            font-weight: 400;
            text-align: left;
            /*text-transform: uppercase;*/
        }

            #roadscontact ul.roadscontact .event_lbl a {
                font-weight: 400;
            }

                #roadscontact ul.roadscontact .event_lbl a:hover {
                    font-weight: 400;
                }

        #roadscontact ul.roadscontact .event_lbl2 {
            /*margin-top: 5px;*/
            font-size: 12px;
            /*color: #272727;*/
            line-height: 1;
            color: #c3360B;
            font-weight: 700;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        #roadscontact ul.roadscontact.featured {
            /*background: #fff;*/
            background: #fff;
            /*border-radius: 10px;*/
            /*min-height: 310px;*/
        }

            #roadscontact ul.roadscontact.featured li.plan-header {
                /*background: rgba(0, 0, 0, 0.5);
                color: #333;
                /*border-radius: 10px;*/
                /*border-top-left-radius: 10px;
                border-top-right-radius: 10px;*/ */
            }

                #roadscontact ul.roadscontact.featured li.plan-header .plan-name {
                    color: #333;
                }

#special {
    /*background: #A33220;*/
    background-size: cover;
    padding-top: 65px;
    /*color: #fff;*/
    text-align: center;
}

    #special h4 {
        color: #333;
        margin-bottom: 8px;
    }

    #special h5 {
        color: #333;
    }

    #special h2 {
        color: #A33220;
        /*margin-bottom: 50px;*/
    }

    #special small {
        display: block;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.7);
    }

    #special .btns {
        margin-top: 10px;
    }

.special-area {
    padding-bottom: 60px;
}

.single-special {
    margin-bottom: 30px;
}

    .single-special blockquote {
        padding: 15px 20px;
        margin-bottom: 35px;
        position: relative;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        font-size: 14px;
        background: #FFF;
        color: #585858;
        line-height: 22px;
        border-radius: 30px 0px;
    }

    .single-special:hover blockquote {
        border-radius: 0px 30px;
    }

    .single-special blockquote:after {
        position: absolute;
        bottom: -19px;
        left: 45px;
        content: "";
        border-top: 19px solid #fff;
        border-right: 22px solid transparent;
    }

    .single-special img {
        border-radius: 50%;
    }

    .single-special h5 {
        padding: 8px 0 0;
        font-size: 18px;
    }
    /*.single-special h6{
	padding:  2px 0 0 ;
	font-size: 14px;
      font-weight: 200;
}*/
    .single-special span {
        padding: 0 0 0 0;
        font-size: 12px;
    }

#special .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
}

    #special .social-icons > li {
        display: inline-block;
    }

.single-special a {
    color: #FFF;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

    .single-special a:hover,
    a:focus {
        text-decoration: none;
        color: #eee;
    }

.pageSection {
    min-height: 600px;
    padding: 20px;
    background: #dddddd;
}

    .pageSection:nth-child(odd) {
        background: #eeeeee;
    }

#contact-us {
    padding: 20px 0 20px;
}

    #contact-us h1,
    #contact-us h2 {
    }

/*Contact*/
.contact-info {
    padding: 55px 0;
    /*border: 1px solid #fff;*/
    border-radius: 10px;
}

    .contact-info address {
        margin-bottom: 20px;
        font-style: normal;
        line-height: 27px;
        font-size: 15px;
    }

    .contact-info .form-control {
        padding: 6px 12px;
    }

#boards {
    padding: 20px 0 20px;
}

    #boards h1,
    #boards h2 {
    }

    #boards p {
        padding: 3px;
        margin: 5px;
    }
/*Contact*/
.contact-info {
    padding: 55px 0;
    /*border: 1px solid #fff;*/
    border-radius: 10px;
}

    .contact-info address {
        margin-bottom: 20px;
        font-style: normal;
        line-height: 27px;
        font-size: 15px;
    }

    .contact-info .form-control {
        padding: 6px 12px;
    }

.business-stats:before {
    content: '';
    margin: 17px;
    display: block;
    border: 1px solid #E87B59;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    width: 100px;
}
/***********************
********* Footer ******
************************/
#footer {
    padding-top: 45px;
    padding-bottom: 45px;
    color: #fff;
    background: #333;
    /*background: #7cc4cc;*/
    font-size: 12px;
}

    #footer a {
        color: #eee;
    }

        #footer a:hover {
            color: #fff;
        }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }

        #footer ul > li {
            display: inline-block;
            /*border: 1px solid rgba(255, 255, 255, 0.09);*/
            padding: 3px 0;
            text-align: center;
            /*width:31px;*/
        }

    #footer .social-icons {
        list-style: none;
        padding: 0;
        margin-top: 15px;
        -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
        transition: height 1s;
        padding-bottom: 10px;
        float: left;
    }

        #footer .social-icons > li {
            <span> color: #fff;
        }

            #footer .social-icons > li > a {
                display: inline-block;
                color: #fff;
                font-size: 1.7em;
                padding: 3px 0;
                width: 37px;
                text-align: center;
                border: 1px solid rgba(255, 255, 255, 0.09);
            }

                #footer .social-icons > li > a:hover {
                    border: 1px solid #fff;
                    /*font-weight: 700;*/
                }

    #footer .level1 {
        list-style: none;
        padding: 0;
        margin-top: 15px;
        -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
        transition: height 1s;
        text-align: center;
        /*background: rgba(0, 0, 0,0.5);*/
    }

        #footer .level1 > li {
            display: inline-block;
            color: #fff;
        }

            #footer .level1 > li > a {
                display: inline-block;
                text-align: center;
                font-size: 12px;
                color: #fff;
                /*text-transform: uppercase;*/
                /*position: relative;*/
                /*padding-bottom: 0;*/
                margin: 10px 2px 2px 2px;
                padding: 2px 2px 2px 2px;
                /*border: 0px solid #fff;*/
                /*font-weight: 700;*/
            }

                #footer .level1 > li > a:hover {
                    /*display: inline-block;
                text-align: center;
                font-size: 12px;*/
                    color: #eee;
                    /*text-transform: uppercase;*/
                    /*position: relative;*/
                    /*padding-bottom: 0;
                margin: 0 0 5px;*/
                    /*margin: 10px 2px 2px 2px;*/
                    padding: 1px 1px 1px 1px;
                    border: 1px solid #fff;
                    /*font-weight: 700;*/
                }

#emailprint {
    /*padding-top: 45px;
    padding-bottom: 45px;*/
    margin-left: 15px;
    color: #333;
    font-size: 20px;
    /*background: #333;*/
}

    #emailprint a {
        color: #333;
    }

        #emailprint a:hover {
            color: #777;
        }

    #emailprint ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }

        #emailprint ul > li {
            display: inline-block;
            border: 1px solid rgba(255, 255, 255, 0.09);
            padding: 3px 0;
            width: 31px;
            text-align: center;
        }

.filler {
}

.filler-top {
}

#dynamicbanner h2, #portfolio p {
    color: #fff;
}

#dynamicbanner {
    padding: 0;
    color: #fff;
    background: #fff;
}

    #dynamicbanner .media.service-box:first-child {
        margin-top: 2px;
    }

#greenbanner h2, #officials p {
    color: #C3360B;
}

#greenbanner {
    padding: 90px 0;
    color: #C3360B;
    background: #7cc4cc;
}

    #greenbanner .media.service-box:first-child {
        margin-top: 2px;
    }
/*MERGED FROM DESIGN 1*/

.title-section {
    background: #7cc4cc;
    position: relative;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
}

    .title-section h1 {
        margin: 0 0 5px 0;
        line-height: 58px;
        font-size: 40px;
        font-weight: 700;
        color: #fff;
    }

    .title-section ul {
        background: none;
        position: relative;
        margin: 0;
        padding: 9px 0 10px 0;
        border-top: 1px solid #597275;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .title-section ul li {
            line-height: 18px;
            font-size: 13px;
            color: #5f6775;
        }

            .title-section ul li a {
                color: #fff;
            }
span.post_title {
    margin: 0;
    padding: 5px 0 5px 0;
    font-size: 1em;
    background-color: #A33220;
    /*background-color: #C3360B;*/
    border: 1px solid #D0D0D0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-weight: 400;
    width: 100%;
}

span.post_title a {
    color: #fff;
    border-bottom-style: solid;
    border-bottom-color: #7cc4cc;
}

span.post_title a:hover {
    text-decoration: none;
    color: #fff;
}
h2.post_title {
    margin: 0;
    padding: 5px 0 5px 0;
    font-size: 1.3em;
    background-color: #A33220;
    /*background-color: #C3360B;*/
    border: 1px solid #D0D0D0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-weight: 400;
}

    h2.post_title a {
        color: #fff;
        border-bottom-style: solid;
        border-bottom-color: #7cc4cc;
    }

        h2.post_title a:hover {
            text-decoration: none;
            color: #fff;
        }

h2.post_title2 {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    background-color: #A33220;
    /*background-color: #C3360B;*/
    /*border: 1px solid #D0D0D0;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-weight: 400;
}

    h2.post_title2 a {
        color: #fff;
        border-bottom-style: solid;
        border-bottom-color: #7cc4cc;
    }

        h2.post_title2 a:hover {
            text-decoration: none;
            color: #fff;
        }
h2.post_title3 {
    margin: 0;
    padding: 5px 5px 5px 5px;
    font-size: 1.2em;
    background-color: #A33220;
    /*background-color: #C3360B;*/
    /*border: 1px solid #D0D0D0;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-weight: 400;
}

h2.post_title3 a {
    color: #fff;
    border-bottom-style: solid;
    border-bottom-color: #7cc4cc;
}

h2.post_title3 a:hover {
    text-decoration: none;
    color: #fff;
}
/*h2.post_title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}
    h2.post_title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 60%;
        border-bottom: 1px solid #C3360B;
    }*/

.es_grid {
    margin-bottom: 3em;
    margin-top: 0;
    background: #fff;
    padding: 2px;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
}

    .es_grid p {
        font-size: 1em;
        line-height: 1.5em;
        color: #777;
        /*margin-top: 1em;
        padding: 5px;*/
    }
    /*.es_grid ol {
        color: #777;

     
    }*/

    .es_grid ul {
        font-size: 1em;
        line-height: 1.5em;
        color: #777;
        /*margin-top: 1em;*/
    }


    .es_grid a .event_lbl {
        color: #2a95be;
    }

    .es_grid a:hover .event_lbl {
        color: #45aed6;
    }

    .es_grid h4 {
        color: #333;
        margin: 2px 0 2px;
        font-size: 2.0em;
        line-height: 1.5;
        /*background: rgba(0, 0, 0, 0.5);*/
        /*background: #C3360B;*/
        background: #7cc4cc;
        border-radius: 10px;
        text-align: center;
        font-weight: 500;
    }

    .es_grid h5 {
        color: #000;
        margin: 15px 0 25px;
        font-size: 1.3em;
        line-height: 1.0;
        text-align: center;
    }

    .es_grid h6 {
        color: #fff;
        margin: 2px 0 2px;
        font-size: 2.0em;
        line-height: 1.5;
        /*background: rgba(0, 0, 0, 0.5);*/
        /*background: #C3360B;*/
        background-color: #C3360B;
        border-radius: 10px;
        text-align: center;
        font-weight: 500;
    }
.pr_grid {
    margin-bottom: 1em;
    margin-top: 1em;
    /*background: rgba(255, 255, 255, 0.85);*/
    background: #fff;
    /*padding: 0 5px 5px 5px;*/
    border: 1px solid #D0D0D0;
    border-radius: 10px;
}

.pr_grid p {
    font-size: 1em;
    line-height: 1.5em;
    color: #777;
    margin-top: 1em;
    padding: 5px;
}

.pr_grid ul {
    font-size: 1em;
    line-height: 1.5em;
    color: #777;
    margin-top: 1em;
}

.pr_grid a .event_lbl {
    color: #45aed6;
}

.pr_grid a:hover .event_lbl {
    color: #2a95be;
}
.blog_sidebar {
    padding: 5px 20px 0 10px;
}

.blog_grid {
    margin-bottom: 3em;
    margin-top: 0;
    background: #fff;
    padding: 0;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
}

    .blog_grid p {
        font-size: 1em;
        line-height: 1.5em;
        color: #777;
        margin-top: 1em;
        padding: 5px;
    }
    /*.blog_grid ol {
        color: #777;

     
    }*/

    .blog_grid ul {
        font-size: 1em;
        line-height: 1.5em;
        color: #777;
        margin-top: 1em;
    }


    .blog_grid a .event_lbl {
        color: #2a95be;
    }

    .blog_grid a:hover .event_lbl {
        color: #45aed6;
    }

    .blog_grid h4 {
        color: #333;
        margin: 2px 0 2px;
        font-size: 2.0em;
        line-height: 1.5;
        /*background: rgba(0, 0, 0, 0.5);*/
        /*background: #C3360B;*/
        background: #7cc4cc;
        border-radius: 10px;
        text-align: center;
        font-weight: 500;
    }

    .blog_grid h5 {
        color: #000;
        margin: 15px 0 25px;
        font-size: 1.3em;
        line-height: 1.0;
        text-align: center;
    }

    .blog_grid h6 {
        color: #fff;
        margin: 2px 0 2px;
        font-size: 2.0em;
        line-height: 1.5;
        /*background: rgba(0, 0, 0, 0.5);*/
        /*background: #C3360B;*/
        background-color: #C3360B;
        border-radius: 10px;
        text-align: center;
        font-weight: 500;
    }

.photo img {
    margin: 10px;
    border-radius: 10px;
}

.hortlist {
    list-style: none;
    padding: 0;
    margin: 0 0 0 5px;
}

    .hortlist li {
        display: inline-block;
        padding-bottom: 0;
        margin: 0 50px 0 0;
        font-weight: 500;
        color: #000;
        text-align: left;
    }

.blog_grid_search {
    margin-bottom: 3em;
    margin-top: 0;
    background: #fff;
    /*padding: 0 5px 5px 5px;*/
    padding: 0;
}

    .blog_grid_search p {
        font-size: 1em;
        line-height: 1.5em;
        color: #777;
        margin-top: 1em;
        padding: 5px;
    }

    .blog_grid_search ul {
        font-size: 1em;
        line-height: 1.5em;
        color: #777;
        margin-top: 1em;
    }

.blog_grid_form {
    margin-bottom: 3em;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.85);
    /*padding: 0 5px 5px 5px;*/
    padding: 0;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
}

    .blog_grid_form a .event_lbl {
        color: #2a95be;
    }

    .blog_grid_form a:hover .event_lbl {
        color: #45aed6;
    }

    .blog_grid_form p {
        font-size: 1em;
        line-height: 1.5em;
        color: #777;
        margin-top: 0;
        margin-bottom: 0;
        padding: 5px;
    }

    .blog_grid_form strong {
        color: #777;
        /*padding: 5px;*/
    }

    .blog_grid_form ul {
        font-size: 1em;
        line-height: 1.5em;
        color: #777;
        margin-top: 0;
        margin-bottom: 5px;
    }
/*MERGED FROM DESIGN 1*/
/*MERGED FROM DESIGN 4*/
#top {
    position: relative;
}

.topHome {
    position: fixed;
    bottom: 37px;
    right: 20px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

    .topHome i {
        /*color: #333;*/
        color: rgba(0, 0, 0, 0.5);
        /*color:#C3360B;*/
        font-size: 25px;
    }
/*MERGED FROM DESIGN 4*/
/*MERGED FROM DESIGN 5*/
.templatemo-top-bar {
    min-height: 50px;
    /*background-color: #f0eeee;*/
    background-color: #fff;
    color: #333;
    padding-bottom: 10px;
    padding-top: 5px;
}

    .templatemo-top-bar i {
        /*color: #fff;*/
        color: #C3360B;
        /*color: #7cc4cc;*/
    }

#header .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
    padding-bottom: 10px;
}

    #header .social-icons > li {
        display: inline-block;
        color: #333;
    }

        #header .social-icons > li > a {
            display: inline-block;
            color: #333;
            font-size: 1.5em;
            padding: 3px 0;
            /*width: 31px;*/
            text-align: center;
        }

#header .topmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
    /*background: rgba(0, 0, 0,0.5);*/
}

    #header .topmenu > li {
        display: inline-block;
        color: #333;
    }

        #header .topmenu > li > a {
            display: inline-block;
            text-align: center;
            font-size: 12px;
            color: #333;
            text-transform: uppercase;
            /*position: relative;*/
            padding-bottom: 0;
            margin: 0 0 5px;
            font-weight: 700;
        }

            #header .topmenu > li > a:hover {
                display: inline-block;
                text-align: center;
                font-size: 12px;
                color: #C3360B;
                text-transform: uppercase;
                /*position: relative;*/
                padding-bottom: 0;
                margin: 0 0 5px;
                font-weight: 700;
            }
/*#footer ul > li {
 display: inline-block; 
 border: 1px solid rgba(255, 255, 255, 0.09);
padding: 3px 0;
width: 31px;
text-align: center;
}*/
/*ROM DESIGN 5*/
@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: right;
    }
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

@media only screen and (max-width: 480px) {
    #portfolio .portfolio-filter {
        list-style: none;
        padding: 0;
        margin: 0 0 12px;
    }

        #portfolio .portfolio-filter > li a {
            display: block;
            padding: 7px 15px;
            margin: 5px 2px;
        }

    #portfolio .portfolio-item {
        width: 48.9%;
        padding: 8px;
    }

        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
            width: 28px;
            height: 24px;
            line-height: 24px;
            margin: 9px auto;
        }

        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
            padding: 7px 0 0;
        }
}

#splitbox {
    background: #d3d3d3;
    /*background: #555;*/
    /*background-image: url("../images/bgsplit.jpg");
    background-size: cover;*/
    padding: 50px 0;
    /*margin-bottom:25px;*/
    color: #fff;
    /*text-align: center;*/
}

    #splitbox h4 {
        color: #fff;
        margin-bottom: 8px;
    }

    #splitbox h2 {
        color: #C3360B;
        margin-bottom: 50px;
    }

    #splitbox small {
        display: block;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.7);
    }

    #splitbox .btns {
        margin-top: 10px;
    }

    #splitbox img {
        border-radius: 10px;
    }

    #splitbox .overlay {
        position: absolute;
        /*top: 320px;
        left: 320px;*/
        z-index: 8;
        /*background: rgba(0, 0, 0, 0.5);*/
        width: 100%;
        height: 100%;
    }

    #splitbox .caption {
        background: rgba(0, 0, 0,0.0);
        border-radius: 10px;
        position: absolute;
        z-index: 9;
        width: 90%;
        /*text-align: center;*/
        top: 5%;
        left: 5%;
        /*padding: 5px 20px 10px 2px;*/
        padding: 0;
    }

        #splitbox .caption h2 {
            color: white;
            text-transform: uppercase;
            font-size: 24px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

        #splitbox .caption h4 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 24px;
            font-weight: 500;
            font-style: italic;
            padding-bottom: 5px;
            display: block;
        }

        #splitbox .caption h5 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 20px;
            font-weight: 500;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 2px;
            display: inline-block;
        }

        #splitbox .caption i {
            color: white;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

        #splitbox .caption p {
            color: white;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 5px;
            display: block;
        }

        #splitbox .caption span {
            color: white;
            text-transform: capitalize;
            font-size: 24px;
            margin-top: 0;
            margin-bottom: 0;
            font-style: italic;
            display: inline-block;
            font-weight: 500;
        }

#flood{
   /*background: #eee;
    background-size: cover;*/
    padding: 50px 0 0 0;
    color: #fff;
    text-align: center;
}

#flood h4 {
    color: #fff;
    margin-bottom: 8px;
}

#flood h2 {
    color: #C3360B;
    margin-bottom: 50px;
}

#flood small {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}

#flood .btns {
    margin-top: 10px;
}

#officials {
    /*background: #7cc4cc;*/
    background-image: url("../images/bwsky.png");
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

    #officials h4 {
        color: #fff;
        margin-bottom: 8px;
    }

    #officials h2 {
        color: #C3360B;
        margin-bottom: 50px;
    }

    #officials small {
        display: block;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.7);
    }

    #officials .btns {
        margin-top: 10px;
    }

/*#officials  .tel, .tel:visited {
    color: #fff;
}

   #officials   .tel:hover, .tel:focus {
        color: #fff;
    }*/



.officials-area {
    padding-bottom: 60px;
}

.single-officials {
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

    .single-officials blockquote {
        padding: 15px 20px;
        margin-bottom: 35px;
        position: relative;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        font-size: 14px;
        background: #FFF;
        color: #585858;
        line-height: 22px;
        border-radius: 30px 0px;
    }

    .single-officials:hover blockquote {
        border-radius: 0px 30px;
    }

    .single-officials blockquote:after {
        position: absolute;
        bottom: -19px;
        left: 45px;
        content: "";
        border-top: 19px solid #fff;
        border-right: 22px solid transparent;
    }

    .single-officials img {
        border-radius: 50%;
    }

    .single-officials h5 {
        padding: 8px 0 0;
        font-size: 18px;
    }
    /*.single-officials h6{
	padding:  2px 0 0 ;
	font-size: 14px;
      font-weight: 200;
}*/
    .single-officials span {
        padding: 0 0 0 0;
        font-size: 12px;
    }

#officials .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
}

    #officials .social-icons > li {
        display: inline-block;
    }

#officials a {
    color: #fff;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

    #officials a:hover,
    a:focus,
    a:active,
    a:visited {
        text-decoration: none;
        color: #fff;
    }

.single-officials a {
    color: #fff;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

    .single-officials a:hover,
    a:focus,
    a:active,
    a:visited {
        text-decoration: none;
        color: #fff;
    }

#officials2 {
    background: #7cc4cc;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

    #officials2 h4 {
        color: #333;
        margin-bottom: 8px;
    }

    #officials2 h5 {
        color: #333;
    }

    #officials2 h2 {
        color: #C3360B;
        margin-bottom: 50px;
    }

    #officials2 small {
        display: block;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.7);
    }

    #officials2 .btns {
        margin-top: 10px;
    }

.officials2-area {
    padding-bottom: 60px;
}

.single-officials2 {
    margin-bottom: 30px;
}

    .single-officials2 blockquote {
        padding: 15px 20px;
        margin-bottom: 35px;
        position: relative;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        font-size: 14px;
        background: #FFF;
        color: #585858;
        line-height: 22px;
        border-radius: 30px 0px;
    }

    .single-officials2:hover blockquote {
        border-radius: 0px 30px;
    }

    .single-officials2 blockquote:after {
        position: absolute;
        bottom: -19px;
        left: 45px;
        content: "";
        border-top: 19px solid #fff;
        border-right: 22px solid transparent;
    }

    .single-officials2 img {
        border-radius: 50%;
    }

    .single-officials2 h5 {
        padding: 8px 0 0;
        font-size: 18px;
    }
    /*.single-officials2 h6{
	padding:  2px 0 0 ;
	font-size: 14px;
      font-weight: 200;
}*/
    .single-officials2 span {
        padding: 0 0 0 0;
        font-size: 12px;
    }

#officials2 .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
}

    #officials2 .social-icons > li {
        display: inline-block;
    }

.single-officials2 a {
    color: #FFF;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

    .single-officials2 a:hover,
    a:focus {
        text-decoration: none;
        color: #eee;
    }

#templatemo_map {
    height: 250px;
    width: 100%;
    margin-top: 5px;
}

.afterload {
    display: none;
}
/*.site-slider {
        display: none;
    }*/

.flexslider {
    position: relative;
    top: 0;
}

    .flexslider .overlay {
        position: absolute;
        /*top: 320px;
        left: 320px;*/
        z-index: 8;
        /*background: rgba(0, 0, 0, 0.5);*/
        width: 100%;
        height: 100%;
    }

    /*.flexslider img {
        display: none;
    }*/

    /*.flexslider .flexImages {
        display: none;
    }*/

    .flexslider .flexcaption {
        display: none;
    }

    .flexslider .flexFirst {
        display: block;
    }


    .flexslider .slider-caption {
        background: rgba(0, 0, 0,0.5);
        border-radius: 10px;
        position: absolute;
        z-index: 9;
        width: 55%;
        text-align: center;
        top: 35%;
        left: 5%;
        padding: 5px 20px 10px 2px;
    }

        .flexslider .slider-caption h2 {
            color: white;
            text-transform: uppercase;
            font-size: 24px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

            .flexslider .slider-caption h2 img {
                display: inline-block;
            }

        .flexslider .slider-caption h4 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 24px;
            font-weight: 500;
            font-style: italic;
            padding-bottom: 5px;
            display: block;
        }

        .flexslider .slider-caption h5 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 40px;
            font-weight: 500;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 2px;
            display: inline-block;
        }

        .flexslider .slider-caption i {
            color: white;
            text-transform: uppercase;
            font-size: 48px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

        .flexslider .slider-caption p {
            color: white;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 5px;
            display: block;
        }

        .flexslider .slider-caption span {
            color: white;
            text-transform: capitalize;
            font-size: 24px;
            margin-top: 0;
            margin-bottom: 0;
            font-style: italic;
            display: inline-block;
            font-weight: 500;
        }

        .flexslider .slider-caption a.slider-btn {
            color: white;
            background-color: #ec523f;
            padding: 12px 20px;
            border-radius: 4px;
            text-transform: uppercase;
            font-weight: 700;
        }

    .flexslider .vision-slider-caption {
        background: rgba(0, 0, 0,0.0);
        border-radius: 10px;
        position: absolute;
        z-index: 9;
        width: 50%;
        /*text-align: center;*/
        top: 20%;
        left: 5%;
        padding: 5px 20px 10px 2px;
    }

        .flexslider .vision-slider-caption h2 {
            color: #333;
            text-transform: uppercase;
            font-size: 24px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

        .flexslider .vision-slider-caption h4 {
            color: #333;
            /*text-transform: uppercase;*/
            font-size: 24px;
            font-weight: 500;
            font-style: italic;
            padding-bottom: 5px;
            display: block;
        }

        .flexslider .vision-slider-caption h5 {
            color: #333;
            /*text-transform: uppercase;*/
            font-size: 40px;
            font-weight: 500;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 2px;
            display: inline-block;
        }

        .flexslider .vision-slider-caption i {
            color: #333;
            text-transform: uppercase;
            font-size: 48px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

        .flexslider .vision-slider-caption p {
            color: #333;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 5px;
            display: block;
        }

        .flexslider .vision-slider-caption span {
            color: #333;
            text-transform: capitalize;
            font-size: 24px;
            margin-top: 0;
            margin-bottom: 0;
            font-style: italic;
            display: inline-block;
            font-weight: 500;
        }

        .flexslider .vision-slider-caption a.slider-btn {
            color: white;
            background-color: #ec523f;
            padding: 12px 20px;
            border-radius: 4px;
            text-transform: uppercase;
            font-weight: 700;
        }

    /*.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;} 
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}*/
    .flexslider .juv-slider-caption {
        background: rgba(0, 0, 0,0.5);
        /*border-radius: 10px;*/
        position: absolute;
        z-index: 9;
        width: 100%;
        text-align: center;
        /*top: 25%;
        left: 25%;
        padding: 5px 20px 10px 2px;
        border: 2px solid #fff;*/
        bottom: 10%;
        padding: 5px 20px 10px 2px;
    }

        .flexslider .juv-slider-caption h2 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 40px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

        .flexslider .juv-slider-caption p {
            color: white;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 5px;
            display: block;
        }

        .flexslider .juv-slider-caption h2 img {
            display: inline-block;
        }

        .flexslider .juv-slider-caption span {
            color: white;
            text-transform: capitalize;
            font-size: 24px;
            margin-top: 0;
            margin-bottom: 0;
            font-style: italic;
            display: block;
            font-weight: 500;
        }

        .flexslider .juv-slider-caption a.slider-btn {
            color: white;
            background-color: #ec523f;
            padding: 12px 20px;
            border-radius: 4px;
            text-transform: uppercase;
            font-weight: 700;
        }

    .flexslider .levee-slider-caption {
        background: rgba(0, 0, 0,0.5);
        border-radius: 10px;
        position: absolute;
        z-index: 9;
        width: 30%;
        text-align: center;
        top: 25%;
        left: 5%;
        padding: 5px 20px 10px 2px;
        /*border: 2px solid #fff;*/
    }

        .flexslider .levee-slider-caption h2 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 35px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

            .flexslider .levee-slider-caption h2 img {
                display: inline-block;
            }

        .flexslider .levee-slider-caption p {
            color: white;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 5px;
            display: inline-block;
        }

        .flexslider .levee-slider-caption span {
            color: white;
            text-transform: capitalize;
            font-size: 25px;
            margin-top: 0;
            margin-bottom: 0;
            font-style: italic;
            display: inline-block;
            font-weight: 500;
        }

        .flexslider .levee-slider-caption a.slider-btn {
            color: white;
            background-color: #ec523f;
            padding: 12px 20px;
            border-radius: 4px;
            text-transform: uppercase;
            font-weight: 700;
        }





    .flexslider .slider-caption2 {
        background: rgba(0, 0, 0,0.5);
        border-radius: 10px;
        position: absolute;
        z-index: 9;
        width: 55%;
        text-align: center;
        top: 35%;
        left: 5%;
        padding: 5px 20px 10px 2px;
    }

        .flexslider .slider-caption2 h2 {
            color: white;
            text-transform: uppercase;
            font-size: 24px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

            .flexslider .slider-caption2 h2 img {
                display: inline-block;
            }

        .flexslider .slider-caption2 h4 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 24px;
            font-weight: 500;
            font-style: italic;
            padding-bottom: 5px;
            display: block;
        }

        .flexslider .slider-caption2 h5 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 40px;
            font-weight: 500;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 2px;
            display: inline-block;
        }

        .flexslider .slider-caption2 i {
            color: white;
            text-transform: uppercase;
            font-size: 48px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

        .flexslider .slider-caption2 p {
            color: white;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 5px;
            display: block;
        }


    .flexslider .es-caption {
        background: rgba(0, 0, 0,0.5);
        position: absolute;
        z-index: 9;
        width: 100%;
        height: 15%;
        /*text-align: center;*/
        bottom: 0;
        padding: 5px;
        border-radius: 5px;
    }

        .flexslider .es-caption h2 {
            color: white;
            text-transform: uppercase;
            font-size: 24px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

            .flexslider .es-caption h2 img {
                display: inline-block;
            }

        .flexslider .es-caption h4 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 24px;
            font-weight: 500;
            font-style: italic;
            padding-bottom: 5px;
            display: block;
        }

        .flexslider .es-caption h5 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 30px;
            font-weight: 500;
            /*border-bottom: 1px solid white;*/
            /*padding-bottom: 20%;*/
            display: inline-block;
        }

        .flexslider .es-caption i {
            color: white;
            text-transform: uppercase;
            /*font-size: 48px;*/
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            /*padding-bottom: 5px;*/
            display: inline-block;
        }

        .flexslider .es-caption p {
            color: white;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 5px;
            display: block;
        }

        .flexslider .es-caption span {
            color: white;
            text-transform: capitalize;
            font-size: 24px;
            margin-top: 0;
            margin-bottom: 0;
            font-style: italic;
            display: inline-block;
            font-weight: 500;
        }

    .flexslider .es-caption-sm {
        background: rgba(0, 0, 0,0.3);
        position: absolute;
        z-index: 9;
        width: 100%;
        height: 40%;
        /*text-align: center;*/
        bottom: 0;
        padding: 5px;
        border-radius: 5px;
    }

        .flexslider .es-caption-sm h2 {
            color: white;
            text-transform: uppercase;
            font-size: 24px;
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            padding-bottom: 5px;
            display: inline-block;
        }

            .flexslider .es-caption-sm h2 img {
                display: inline-block;
            }

        .flexslider .es-caption-sm h4 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 24px;
            font-weight: 500;
            font-style: italic;
            padding-bottom: 5px;
            display: block;
        }

        .flexslider .es-caption-sm h5 {
            color: white;
            /*text-transform: uppercase;*/
            font-size: 30px;
            font-weight: 500;
            /*border-bottom: 1px solid white;*/
            /*padding-bottom: 20%;*/
            display: inline-block;
        }

        .flexslider .es-caption-sm i {
            color: white;
            text-transform: uppercase;
            /*font-size: 48px;*/
            font-weight: 700;
            /*border-bottom: 1px solid white;*/
            /*padding-bottom: 5px;*/
            display: inline-block;
        }

        .flexslider .es-caption-sm p {
            color: white;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 5px;
            display: block;
        }

        .flexslider .es-caption-sm span {
            color: white;
            text-transform: capitalize;
            font-size: 24px;
            margin-top: 0;
            margin-bottom: 0;
            font-style: italic;
            display: inline-block;
            font-weight: 500;
        }

.tccalfull {
    padding: 10px;
}

.imgcaption {
    text-indent: 400px;
    vertical-align: top;
}

.mybanner {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/banner/bannerlogo@2x.png ) no-repeat;
    background-size: 150px 150px;
    width: 150px; /* Width of new image */
    height: 150px; /* Height of new image */
    padding-left: 150px; /* Equal to width of new image */
    margin-top: -60px;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    padding: 5px;
    width: 50%;
    height: 100%;
    /*margin-top: 10px;
  line-height: 150px;*/
    /*color: white;
  font-weight: bold;
  text-align: center;*/
}


.content_filler {
    margin-bottom: 500px;
}

#tag {
    padding-top: 20px;
    margin-left: 160px;
    color: #C3360B;
}

#promo {
    width: 100%;
    padding: 0 0 0 0;
    margin: 40px 0 0 0;
    /*background: rgba(0, 0, 0, 0.5);*/
    background: #444;
    /*border-radius: 10px;*/
    color: #fff;
}

    #promo h2 {
        font-size: 1.5em;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 0;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }


.mapit {
    margin-left: 5px;
}


/*// START Election Workers Styles*/
#pwcontentsec {
 font-size: 16px;
    width: 100%;
}
#pwdescriptions {
    padding: 250px 0;
}

    #pwdescriptions h2.section-title {
        color: #C3360B;
    }

        #pwdescriptions h2.section-content {
            color: #333;
        }
#pwannouncements {
    background: url(../images/backgrounds/ebBuilding.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 250px 0;
    position: relative;
}
    #pwannouncements::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(196, 88, 80, .92);
   
  
    }
    #pwannouncements h2 {
        color: #333;
    }

        #pwannouncements h2.section-content {
            color: #333;
        }

#pwcontact {
    padding: 250px 0;
}

    #pwcontact h2 {
        color: #333;
    }

#pwelections {
    padding: 250px 0;
}

    #pwelections h2 {
        color: #333;
    }

#pwtrain {
    padding: 250px 0;
}

    #pwtrain h2 {
        color: #C3360B;
    }

#pwomnilert {
    padding: 250px 0;
}

    #pwomnilert h2 {
        color: #fff;
    }

#pwnewsletter {
    padding: 250px 0;
}

    #pwnewsletter h2 {
        color: #333;
    }

#pwnav {
    background: url(../images/backgrounds/bpwbg3.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 100px 0 40px 0;
    position: relative;
}

    #pwnav::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /*background-color: rgba(0, 0, 0,0.7);*/
        background-color: rgba(0, 128, 128, .92);
    }

    #pwnav h2 {
        width: 100%;
        color: #ffffff;
        font-weight: 500;
        font-size: 40pt;
    }

        #pwnav h2 span {
            font-size: 24pt;
        }

        #pwnav h2 a {
            font-size: 18pt;
        }

h2.section-content {
    /*margin-top: 150px;*/
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
    color: #333;
}
p.section-content {
    /*margin-top: 150px;*/
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}


.pwbanner {
    text-align: center;
    margin: 0;
}

    .pwbanner h2 {
        color: #fff;
        margin: 10px 0 5px 0;
        font-size: 25px;
        background: #C3360B;
        border-radius: 5px;
    }

.pwtitle {
    text-align: center;
    margin: 0;
}

    .pwtitle h2 {
        color: #C3360B;
        margin: 35px 0 5px 0;
        font-size: 25px;
        background: #fff;
        border-radius: 5px;
    }

.pwcontentsecgray {
    background: #eee;
    padding: 0;
}

.pwcontentsecdark {
    background: #333;
    padding: 0;
}

.pwcontentsecgreen {
    background: #558789;
    padding: 0;
}

.btn.btn-pw {
    margin-top: 10px;
    background: #C3360B;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #333;
    width: 100%;
}

.pw_blacktext {
    color: #333 !important;
}

.btn.btn-pw:hover,
.btn.btn-pw:focus {
    background: #F45D2F;
    color: #fff;
    border: 1px solid #333;
}

.btn.btn-pw-green {
    margin-top: 10px;
    background: #1abbb4;
    border-radius: 5px;
    font-size: 18px;
    color: #333;
    border: 1px solid #333;
    width: 100%;
}

    .btn.btn-pw-green:hover,
    .btn.btn-pw-green:focus {
        background: #333;
        color: #1abbb4;
        border: 1px solid #333;
    }

.pw-button-outline {
    margin-top: 15px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color: #fff;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.15);
}

    .pw-button-outline:hover {
        color: #fff;
        background: rgba(255,255,255,0.35);
    }


    .pw-button-outline:visited,
    .pw-button-outline:active,
    .pw-button-outline:focus {
        color: #fff;
    }
.pw-button-outline-red {
    margin-top: 15px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color:  #C3360B;
    padding: 10px 25px;
    border: 2px solid  #C3360B;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.15);
}

    .pw-button-outline-red:hover {
        border: 2px solid #F45D2F;
        color: #C3360B;
        background: rgba(255,255,255,0.80);
    }


.pw-button-outline-red:visited,
.pw-button-outline-red:active,
.pw-button-outline-red:focus {
    color:  #C3360B;
}
.contactbox {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 16px;
}

ul.details {
    list-style: square inside;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
}
    ul.details li {
        padding: 2px;
    }
ul.contactbox {
    list-style: none;
    border: 1px solid #D0D0D0;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: center;
}

    ul.contactbox li {
        display: block;
        padding: 2px;
    }

    ul.contactbox.featured {
        background: #fff;
        border-radius: 10px;
    }

        ul.contactbox.featured li.plan-header {
            background-color: #777;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

            ul.contactbox.featured li.plan-header .plan-name {
                color: #333;
            }

    ul.contactbox li.divider {
    }

.announcebox {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 18px;

}

ul.announcebox {
    list-style: none;
    border: 1px solid #D0D0D0;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}

ul.announcebox li {
    display: block;
    padding: 2px;
}

ul.announcebox.featured {
    background: #fff;
    border-radius: 10px;
}

ul.announcebox.featured li.plan-header {
    background-color: #777;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.announcebox.featured li.plan-header .plan-name {
    color: #333;
}

ul.announcebox li.divider {
}


.pw_grid {
    margin-bottom: 0;
    margin-top: 10px;
    background: #fff;
    padding: 5px;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    text-align: center;
 
}

    .pw_grid p {
        font-size: 16px;
        color: #777;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 0;
    }

    .pw_grid .column-title {
        margin-top: 5px;
        color: #333;
        padding-bottom: 5px;
        border-bottom: 1px solid #C3360B;
        margin-bottom: 5px;
        position: relative;
    }

    .pw_grid h2 {
        color: #333;
    }

.pw-grid-desc {
    margin-bottom: 0;
    margin-top: 10px;
    background: #fff;
    padding: 5px;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    text-align: center;
    min-height: 315px;
 
}

.pw-grid-desc p {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}

.pw-grid-desc .column-title {
    margin-top: 5px;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 1px solid #C3360B;
    margin-bottom: 5px;
    position: relative;
}

.pw-grid-desc h2 {
    color: #333;
}
#faqbox .tbox {
    padding: 5px 5px 150px 5px;
    height: 100%;
    font-size: 18px;
}

.simple_faq {
    display: block;
    font-size: 18px;
}

    .simple_faq dt {
        clear: both;
        margin: 2px;
        padding: 4px 5px;
    }

        .simple_faq dt.hover {
        }

    .simple_faq dd {
        /*background: #FFFFFF;*/
        display: block;
        margin: 0px;
        padding: 0px 30px;
        overflow: hidden;
        float: left;
    }



.qblock {
    display: block;
    padding: 0px;
    float: left;
}

.answer {
    width: 100%;
    background: #e0e0e0;
    padding: 5px;
    margin: 0;
    float: left;
    font-size: 18px;
}

    .answer a {
        color: #37659f;
        text-decoration: underline; /*  text-decoration: underline;) */
    }

        .answer a:visited {
            color: #2a95be;
            text-decoration: underline; /*  text-decoration: underline;) */
        }



.question {
    margin-bottom: 0;
    padding: 5px;
    font-size: 18px;
    color: #444;
    text-decoration: none; /*  text-decoration: underline;) */
    font-style: italic;
}

a .question {
    color: #444;
    text-decoration: none; /*  text-decoration: underline;) */
}

a:visited .question,
a:hover.question,
a:active.question,
a:focus.question {
    color: #666;
    text-decoration: none; /*  text-decoration: underline;) */
}

/*// END Election Workers Styles*/


#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    margin: 0px 0px 0px;
}

    #clockdiv > div {
        padding: 5px;
        border-radius: 10px;
        background: #333;
        display: inline-block;
    }

    #clockdiv div > span {
        padding: 8px;
        border-radius: 3px;
        background: #C3360B;
        display: inline-block;
    }

    #clockdiv .smalltext {
        padding-top: 5px;
        font-size: 12px;
    }

.event_lbl a:link, a:visited {
    color: #2a95be;
    /*cursor: auto;*/
}

.event_lbl a:active, a:hover a:focus {
    color: #45aed6;
}

.redtext {
    color: #C3360B;
    /*font-weight: 600;*/
}

.lessbold {
    font-weight: 500;
}


/*VET STYLES START*/
#vetcontentsec {
    margin-top: 80px;
    margin-bottom: 50px;
}

.vetcontentsec {
    margin-top: 80px;
    margin-bottom: 50px;
}
.tcvet {
    padding: 0;
    text-align: center;
}

    .tcvet h2 {
        color: #333;
        margin: 85px 0 30px;
        font-size: 24px;
        line-height: 1;
    }

    .tcvet h4 {
        color: #C3360B;
        margin: 5px 0 2px;
        font-size: 2.0em;
        line-height: 1.5;
        border-radius: 10px;
        text-align: center;
        font-weight: 500;
    }

    .tcvet .img-responsive {
        margin: 0 auto;
    }

    .tcvet ul.tcvet {
        list-style: none;
        padding: 0;
        margin: 10px 0 10px;
        border: 1px solid #D0D0D0;
        padding: 5px;
        text-align: center;
    }

        .tcvet ul.tcvet li {
            display: block;
            padding: 2px;
            text-align: center;
        }

            .tcvet ul.tcvet li.plan-header {
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                .tcvet ul.tcvet li.plan-header .link-duration {
                    position: relative;
                    margin-top: 15px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    height: 30px;
                    color: #fff;
                    font-size: 14px;
                }

                    .tcvet ul.tcvet li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        .tcvet ul.tcvet li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        .tcvet ul.tcvet li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                .tcvet ul.tcvet li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    line-height: 1;
                    text-transform: uppercase;
                }

        .tcvet ul.tcvet .event_lbl {
            margin-top: 5px;
            font-size: 1em;
            color: #000;
            line-height: 1;
            font-weight: 500;
            text-align: left;
        }

        .tcvet ul.tcvet a .event_lbl {
            color: #2a95be;
        }

        .tcvet ul.tcvet a:hover .event_lbl {
            color: #45aed6;
        }

        .tcvet ul.tcvet .event_lbl2 {
            text-align: left;
            background: #fff;
        }

        .tcvet ul.tcvet .goleft {
            text-align: left;
        }

        .tcvet ul.tcvet .eblink {
            margin-top: 5px;
            font-size: .9em;
            color: #000;
            line-height: 1;
            font-weight: 500;
            text-align: left;
        }

        .tcvet ul.tcvet a .eblink {
            color: #585858;
        }

        .tcvet ul.tcvet a:hover .eblink {
            color: #272727;
        }

    .tcvet ul.tchr.featured {
        background: #fff;
        border-radius: 10px;
        min-height: 260px;
    }

        .tcvet ul.tchr.featured li.plan-header {
            background: #C3360B;
            border-radius: 5px;
        }

            .tcvet ul.tchr.featured li.plan-header .plan-name {
                color: #333;
            }

    .tcvet ul.tchr.featured3 {
        background: #fff;
        border-radius: 10px;
        min-height: 420px;
    }

        .tcvet ul.tchr.featured3 img {
            max-width: 100%;
            border: 0;
        }

        .tcvet ul.tchr.featured3 li.plan-header {
            background: #C3360B;
            border-radius: 10px;
        }

            .tcvet ul.tchr.featured3 li.plan-header .plan-name {
                color: #fff;
            }

    .tcvet ul.tchr.about {
        /*background: rgba(255, 255, 255, 0.85);*/
        background: #fff;
        border-radius: 10px;
        /*min-height: 250px;*/
    }

        .tcvet ul.tchr.about li.plan-header {
            /*background: rgb(163, 50, 32);*/
            background: #C3360B;
            border-radius: 10px;
        }

            .tcvet ul.tchr.about li.plan-header .plan-name {
                color: #fff;
            }

    .tcvet ul.tchr.contact {
        /*background: rgba(255, 255, 255, 0.85);*/
        background: #fff;
        border-radius: 10px;
        /*min-height: 250px;*/
    }

        .tcvet ul.tchr.contact li.plan-header {
            /*background: rgb(163, 50, 32);*/
            background: #C3360B;
            border-radius: 10px;
        }

            .tcvet ul.tchr.contact li.plan-header .plan-name {
                color: #fff;
            }
.vet_grid {
    margin-bottom: 3em;
    margin-top: 0;
    background: #fff;
    padding: 2px;
    border: 1px solid #D0D0D0;
    border-radius: 5px;

}

.vet_grid p {
    font-size: 1em;
    line-height: 1.5em;
    color: #777;
}
   

.vet_grid ul {
    font-size: 1em;
    line-height: 1.5em;
    color: #777;
    /*margin-top: 1em;*/
}


.vet_grid a .event_lbl {
    color: #2a95be;
}

.vet_grid a:hover .event_lbl {
    color: #45aed6;
}

.vet_grid h4 {
    color: #C3360B;
    margin: 12px 0 12px;
    font-size: 1.5em;
    line-height: 2.5;
    text-align: center;
    font-weight: 500;
}

.vet_grid h5 {
    color: #000;
    margin: 15px 0 25px;
    font-size: 1.3em;
    line-height: 1.0;
    text-align: center;
}

/*.vet_grid img {
        border-radius: 5px;
    }*/

.vet_grid h6 {
    color: #fff;
    margin: 2px 0 2px;
    font-size: 2.0em;
    line-height: 1.5;
    /*background: rgba(0, 0, 0, 0.5);*/
    /*background: #C3360B;*/
    background-color: #C3360B;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
}

div.vet_announcement {
    padding: 6px;
    border-radius: 10px;
    font-size: 20px;
    color: #333;
    width: 100%;
    text-align: left;
    border: 1px solid #283593;
    background: #f7f7f7;
}

div.vet_announcement h2 {
    font-size: 20px;
    color: #C3360B;
    width: 100%;
    text-align: left;
}
div.vet_content {
    padding: 4px;
    border-radius: 10px;
    font-size: 16px;
    color: #333;
    width: 100%;
    text-align: left;
    border: 1px solid #283593;
    background: #f7f7f7;
}

    div.vet_content h2 {
        font-size: 18px;
        color: #C3360B;
        width: 100%;
        text-align: left;
        margin-top: 2px;
    }
.flexslider .vet-caption {
    background: rgba(0, 0, 0,0.5);
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 15%;
    /*text-align: center;*/
    bottom: 0;
    padding: 5px;
    border-radius: 5px;
}

    .flexslider .vet-caption h2 {
        color: white;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        /*border-bottom: 1px solid white;*/
        padding-bottom: 5px;
        display: inline-block;
    }

        .flexslider .vet-caption h2 img {
            display: inline-block;
        }

    .flexslider .vet-caption h4 {
        color: white;
        /*text-transform: uppercase;*/
        font-size: 24px;
        font-weight: 500;
        font-style: italic;
        padding-bottom: 5px;
        display: block;
    }

    .flexslider .vet-caption h5 {
        color: white;
        /*text-transform: uppercase;*/
        font-size: 30px;
        font-weight: 500;
        /*border-bottom: 1px solid white;*/
        /*padding-bottom: 20%;*/
        display: inline-block;
    }

    .flexslider .vet-caption i {
        color: white;
        text-transform: uppercase;
        /*font-size: 48px;*/
        font-weight: 700;
        /*border-bottom: 1px solid white;*/
        /*padding-bottom: 5px;*/
        display: inline-block;
    }

    .flexslider .vet-caption p {
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 5px;
        display: block;
    }

    .flexslider .vet-caption span {
        color: white;
        text-transform: capitalize;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 0;
        font-style: italic;
        display: inline-block;
        font-weight: 500;
    }

.flexslider .vet-caption-sm {
    background: rgba(0, 0, 0,0.3);
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 40%;
    /*text-align: center;*/
    bottom: 0;
    padding: 5px;
    border-radius: 5px;
}

    .flexslider .vet-caption-sm h2 {
        color: white;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        /*border-bottom: 1px solid white;*/
        padding-bottom: 5px;
        display: inline-block;
    }

        .flexslider .vet-caption-sm h2 img {
            display: inline-block;
        }

    .flexslider .vet-caption-sm h4 {
        color: white;
        /*text-transform: uppercase;*/
        font-size: 24px;
        font-weight: 500;
        font-style: italic;
        padding-bottom: 5px;
        display: block;
    }

    .flexslider .vet-caption-sm h5 {
        color: white;
        /*text-transform: uppercase;*/
        font-size: 30px;
        font-weight: 500;
        /*border-bottom: 1px solid white;*/
        /*padding-bottom: 20%;*/
        display: inline-block;
    }

    .flexslider .vet-caption-sm i {
        color: white;
        text-transform: uppercase;
        /*font-size: 48px;*/
        font-weight: 700;
        /*border-bottom: 1px solid white;*/
        /*padding-bottom: 5px;*/
        display: inline-block;
    }

    .flexslider .vet-caption-sm p {
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 5px;
        display: block;
    }

    .flexslider .vet-caption-sm span {
        color: white;
        text-transform: capitalize;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 0;
        font-style: italic;
        display: inline-block;
        font-weight: 500;
    }

.flexslider .vet-slider-caption {
    background: rgba(0, 0, 0,0.5);
    /*border-radius: 10px;*/
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
   bottom: 1%;
    /*left: 30%;*/
    padding: 5px 20px 10px 2px;
    /*border: 2px solid #fff;*/
}


.flexslider .vet-slider-caption h2 {
    color: white;
    /*text-transform: uppercase;*/
    font-size: 32px;
    font-weight: 700;
    /*border-bottom: 1px solid white;*/
    padding-bottom: 5px;
    display: inline-block;
}

.flexslider .vet-slider-caption p {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
}

.flexslider .vet-slider-caption span {
    color: white;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
    font-style: italic;
    display: block;
    font-weight: 500;
}

.flexslider .vet-slider-caption a.slider-btn {
    color: white;
    background-color: #ec523f;
    padding: 12px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
}


/*VET STYLES END*/
/*MEDIA QUERIES  SIZE ****************************************************/
@media (max-width:991px) {
    .margin_bottom_2col {
        margin-bottom: 20px;
    }

    .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: .75em;
    }

    .mybanner {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*background: url(../images/banner/bannerlogo100.png) no-repeat;*/
        background: url(../images/banner/bannerlogo100@2x.png ) no-repeat;
        background-size: 100px 100px;
        /*background: url(../images/translogo310.png) no-repeat;*/
        width: 100px; /* Width of new image */
        height: 100px; /* Height of new image */
        padding-left: 100px; /* Equal to width of new image */
        margin-top: -50px;
    }

    #tag {
        display: none;
    }

    #header .topmenu i {
        font-size: .80em;
        /*display: none;*/
    }

    #header .topmenu > li > a {
        font-size: .80em;
    }


        #header .topmenu > li > a:hover {
            font-size: .80em;
        }
}


@media (max-width:320px) {
    .mybanner {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../images/banner/bannerlogo75@2x.png ) no-repeat;
        background-size: 75px 75px;
        /*background: url(../images/translogo310.png) no-repeat;*/
        width: 75px; /* Width of new image */
        height: 75px; /* Height of new image */
        padding-left: 75px; /* Equal to width of new image */
        margin-top: -42px;
    }

    .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: 1.0em;
    }


    #header .topmenu i {
        font-size: .70em;
        /*display: none;*/
    }

    #header .topmenu > li > a {
        font-size: .70em;
    }


        #header .topmenu > li > a:hover {
            font-size: .70em;
        }

    #linkbox ul.linkbox.featured {
        min-height: 0;
    }
}

@media (max-width:767px) {
    .flex-control-nav {
        display: none;
    }

    .tccalfull {
        display: none;
    }

    h2.post_title {
        font-size: 1.0em;
    }

    .content_filler {
        margin-bottom: 20px;
    }

    .ebred {
    }

        .ebred h2 {
            font-size: 35px;
        }



    /*#myCarousel1 {
        display: none;
    }

    #myCarousel2 {
        display: none;
    }

    #myCarousel3 {
        display: none;
    }

    #myCarousel4 {
        display: none;
    }*/
    #splitbox .caption {
        top: 0;
        left: 7%;
    }

    .button-outline-small {
        padding: 4px 15px;
        font-size: 12px;
    }

    .juvheader {
        margin-bottom: 10px;
        top: 25px;
    }

    .leveeheader {
        margin-bottom: 10px;
        top: 25px;
    }
}

@media (min-width :767px) {
    .eventlist {
        display: none;
    }

    .topHome {
        bottom: 5px;
    }
}




@media (min-width:1400px) {
    .flexslider .slider-caption {
        top: 45%;
        width: 30%;
    }

    .flexslider .es-caption {
        width: 100%;
        height: 15%;
    }

    .flexslider .es-caption-sm {
        width: 100%;
        height: 25%;
    }

    .flexslider .slider-caption2 {
        top: 55%;
        width: 25%;
    }

    .flexslider2 .slider-caption {
        top: 45%;
        width: 30%;
    }

    .flexslider .juv-slider-caption {
        /*width: 40%;
        left: 30%;
        top: 40%;*/
    }

    .flexslider .levee-slider-caption {
        width: 30%;
        left: 35%;
        top: 40%;
    }

    .mybanner {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../images/banner/bannerlogo.png) no-repeat;
        width: 150px; /* Width of new image */
        height: 150px; /* Height of new image */
        padding-left: 150px; /* Equal to width of new image */
        margin-top: -60px;
    }

    .juvbanner h2 {
        font-size: 35px;
        line-height: 1;
    }

    .leveebanner h2 {
        font-size: 35px;
        line-height: 1;
    }

    .section-header .section-title {
        font-size: 44px;
    }
}







/*MEDIA QUERIES  PRINT****************************************/
@media print {
    #footer {
        display: none;
    }

    .topHome {
        display: none;
    }

    .juvheader {
        display: none;
    }

    .juvcontentpage {
        margin-top: 0;
        margin-bottom: 0;
    }

    .leveeheader {
        display: none;
    }

    .leveecontentpage {
        margin-top: 0;
        margin-bottom: 0;
    }

    body {
        padding-top: 0;
        margin-top: 0;
    }

    .blog_grid {
        border: 0;
    }

    .blog_sidebar {
        display: none;
    }

    #emailprint {
        display: none;
    }

    h2.post_title {
        border: 0;
    }

    a[href]:after {
        content: none !important;
    }

    .filler -top {
        display: none;
    }

    .simple_faq dd {
        display: block !important;
        margin-left: 12px;
        padding: 5px;
        width: 90%;
    }

    .simple_faq dt {
        display: block !important;
        margin-left: 5px;
        padding: 5px;

}
