<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
    font-size: 14px;
}

body {
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #2C313A;
    font-weight: 400;
    font-size: 13px;
    color: #2C313A;
}

h1 {
    font-family: "Raleway", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #2C313A;
    margin: 0 0 10px 0;
}

h2 {
    font-family: "Raleway", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #2C313A;
    margin: 0 0 10px 0;
}

h3 {
    font-family: "Raleway", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #2C313A;
    margin: 0.3em 0;
}

h4 {
    font-family: "Raleway", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    color: #2C313A;
    margin: 0.3em 0;
}

h5 {
    font-family: "Raleway", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    color: #2C313A;
    margin: 0.3em 0;
}

p {
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #2C313A;
    margin: 0 0 0.3em 0;
}

    p img {
        max-width: 100%;
        height: auto;
    }

td, th {
	padding:10px;
}

.ds-wysiwyg {
    margin-bottom: 10px;
}

/* ------------ Icons ------------ */
.fa,
.far,
.fas,
.fab,
.fal {
    color: #2A82E8;
}


/* ------------ Layout ------------ */
.fix-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.no-margin {
    margin-right: 0;
    margin-left: 0;
}

.no-position-relative {
    position: inherit;
}

section {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 0px;
}

@media screen and (max-width:480px) {
    section {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.section-bkgd {
    margin-top: 0;
    margin-bottom: 0;
    padding: 44px 0 60px;
}

.main-content-wrap &gt; .row &gt; .col-md-8 .section-bkgd {
    padding: 44px 20px 60px;
}

.bkgd-color-gray {
    background: #F1F2F5;
}

section.text-editor {
    margin-bottom: 0px;
}

/* ------------ Navigation ------------ */
.dept-menu-wrap {
    z-index: 5 !important;
    background: #236092 !important;
}

    .dept-menu-wrap #dept-nav li.top-nav-mega:hover {
        background: #E0E3E8 !important;
    }

    .dept-menu-wrap #dept-nav li.top-nav-mega a {
        font-size: 14px;
        color: #fff !important;
    }

    .dept-menu-wrap #dept-nav .top-nav-mega-full-width {
        background: #5184b9 !important;
        padding-left: 0;
        padding-right: 20px;
    }

        .dept-menu-wrap #dept-nav .top-nav-mega-full-width .col-md-4 &gt; a {
            border-bottom: 1px solid #fff;
        }

.top-nav ul li {
    margin-bottom: 0;
}

#dept-nav &gt; ul &gt; li:hover &gt; a {
    background: #5184b9 !important;
}

/* ------------ Breadcumbs ------------ */
.breadcrumbs a {
    color: #2C313A;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}

    .breadcrumbs a:after {
        content: '\f105';
        font-family: FontAwesome;
        padding-left: 5px;
    }

    .breadcrumbs a.active {
        font-weight: 700;
    }

        .breadcrumbs a.active:after {
            content: none;
        }

/* Container */
.container {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width:991) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ------------ Buttons and Links ------------ */
/* links */
a {
    color: #2A82E8;
    cursor: pointer !important;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.link-text-arrow:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 10px;
}

.blog-link-text-arrow:after {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-left: 10px;
    font-weight: 18px;
}

a.blog-link-text-arrow {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 30px;
}

.btn-primary {
    background: #2A82E8 !important;
    border: 1px solid #2A82E8;
    color: #fff;
    border-radius: 0px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    /*box-shadow: 0 3px 8px 0 rgba(59, 63, 55, 0.5), 0 1px 8px 0 rgba(59, 63, 55, 0.5), 0 1px 3px -1px rgba(59, 63, 55, 0.5);
  -webkit-box-shadow: 0 3px 8px 0 rgba(59, 63, 55, 0.5), 0 1px 8px 0 rgba(59, 63, 55, 0.5), 0 1px 3px -1px rgba(59, 63, 55, 0.5);*/
}

    .btn-primary:hover {
        background: #2A82E8;
        border: 1px solid #2A82E8;
        color: #fff;
        /*box-shadow: 0 6px 10px 0 #3b3f37, 0 1px 18px 0 #3b3f37, 0 3px 5px -1px #3b3f37;
  -webkit-box-shadow: 0 6px 10px 0 #3b3f37, 0 1px 18px 0 #3b3f37, 0 3px 5px -1px #3b3f37;*/
    }

    .btn-primary:focus {
        background: #2A82E8;
        border: 1px solid #2A82E8;
        color: #fff;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.btn-secondary {
    background: #0052E0;
    border: 1px solid #0052E0;
    color: #2A82E8;
    border-radius: 5px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    box-shadow: 0 3px 8px 0 rgba(59, 63, 55, 0.5), 0 1px 8px 0 rgba(59, 63, 55, 0.5), 0 1px 3px -1px rgba(59, 63, 55, 0.5);
    -webkit-box-shadow: 0 3px 8px 0 rgba(59, 63, 55, 0.5), 0 1px 8px 0 rgba(59, 63, 55, 0.5), 0 1px 3px -1px rgba(59, 63, 55, 0.5);
}

    .btn-secondary:hover {
        background: #0052E0;
        border: 1px solid #0052E0;
        color: #2A82E8;
        box-shadow: 0 6px 10px 0 #3b3f37, 0 1px 18px 0 #3b3f37, 0 3px 5px -1px #3b3f37;
        -webkit-box-shadow: 0 6px 10px 0 #3b3f37, 0 1px 18px 0 #3b3f37, 0 3px 5px -1px #3b3f37;
    }

    .btn-secondary:focus,
    .btn-secondary:active {
        background: #0052E0 !important;
        border: 1px solid #0052E0 !important;
        color: #2A82E8 !important;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.btn-primary-outline {
    border: 1px solid #2A82E8;
    color: #2A82E8;
    border-radius: 5px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

    .btn-primary-outline:hover {
        background: #2A82E8;
        border: 1px solid #2A82E8;
        color: #fff;
    }

.btn-secondary-outline {
    border: 1px solid #0052E0;
    color: #0052E0;
    border-radius: 5px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

    .btn-secondary-outline:hover {
        background: #0052E0;
        border: 1px solid #0052E0;
        color: #2A82E8;
    }

a.btn-read-more-bl {
    border: 1px solid #2A82E8;
    background: #2A82E8;
    color: #fff;
    padding: 5px;
    height: 50px;
    width: 150px;
    text-align: center;
}

    a.btn-read-more-bl:hover {
        border: 1px solid #2A82E8;
        background: #fff;
        color: #2A82E8;
    }

/*sidebar */
.highlight-services {
    padding-left: 28px;
    padding-top: 24px;
}

    .highlight-services a {
        display: block;
        color: #fff !important;
        background: #1abfdc;
        padding: 6px 21px 5px;
        margin-bottom: 9px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14.4px;
        letter-spacing: .25px;
    }
/* ------------ Lists ------------ */
ul, ol {
    margin-left: 20px;
    padding: 0;
}

li {
    color: #2C313A;
    margin-bottom: 5px;
}

ul.hmbuy2 li ul {
    list-style-type: none;
}

#dept-nav &gt; ul &gt; li &gt; a.fw-hovered {
    color: #fff;
}

#dept-nav .top-nav-mega-full-width h3 {
    color: #fff;
}

#dept-nav .fw-hovered {
    background: #5184b9 !important;
}

/** MOBILE NAV styles **/
@media screen and (max-width:768px) {
    #dept-nav.open &gt; ul {
        background-color: #1b4f6f;
    }

    #dept-nav &gt; ul &gt; .top-nav-mega-full-width .col-md-4 {
        padding-top: 0px;
    }

    #dept-nav &gt; ul &gt; li {
        background: #2A82E8;
    }

        #dept-nav &gt; ul &gt; li &gt; a {
            background: #1b4f6f !important;
            color: #fff;
        }

        #dept-nav &gt; ul &gt; li:hover &gt; a {
            background: #5184b9 !important;
            color: #fff;
        }

    #dept-nav .fw-hovered {
        background: #5184b9 !important;
    }

    .top-nav &gt; ul &gt; li &gt; a.fw-hovered {
        background-color: #5d6d8a;
        color: #fff;
    }
}


/* ---------- Layout ---------- */
.row.eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.eq-height-item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

/* ---------- Carousel/Slider ---------- */
.hero-container {
    position: relative;
    margin: 0;
}

.carousel-inner .item .hero-image {
    width: 100%;
    display: table;
    height: 350px;
    background-size: cover;
    background-position: center;
}

    .carousel-inner .item .hero-image .hero-overlay {
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 75px;
    }

        .carousel-inner .item .hero-image .hero-overlay .hero-overlay-content {
            max-width: 430px;
            padding: 10px 20px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 5px;
        }

            .carousel-inner .item .hero-image .hero-overlay .hero-overlay-content h2 {
                color: #2C313A;
            }

            .carousel-inner .item .hero-image .hero-overlay .hero-overlay-content p {
                color: #2C313A;
            }

.carousel-inner .slide-1 {
    background-image: url("../images/hero.png");
}

.carousel-inner .slide-2 {
    background-image: url("../images/hero.png");
}

.prev-main-arrw {
    display: block;
    position: absolute;
    top: calc(50% - 50px / 2);
    left: 5px;
    width: 25px !important;
    height: 50px !important;
    background: url(/common/img/slider-left-arrow.png) no-repeat top center;
    cursor: pointer;
}

.next-main-arrw {
    display: block;
    position: absolute;
    top: calc(50% - 50px / 2);
    right: -8px;
    width: 50px !important;
    height: 50px !important;
    background: url(/common/img/slider-right-arrow.png) no-repeat top center;
    cursor: pointer;
}

@media (max-width: 991px) {
    .prev-main-arrw {
        display: none !important;
    }

    .next-main-arrw {
        display: none !important;
    }

    .carousel-control {
        display: none;
    }
}

.featured-projects .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.featured-projects .prev-main-arrw {
    background-size: 100% auto;
}

.featured-projects .next-main-arrw {
    background-size: 50% auto;
}

/* ---------- Carousel with Thumbnail Slider ---------- */
.ds-image-slider .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.ds-image-slider .next-main-arrw {
    top: calc(50% - 200px / 2);
    right: -8px;
}

.ds-image-slider .prev-main-arrw {
    top: calc(50% - 200px / 2);
}

.ds-image-slider .ds-image-slider-static .slick-track {
    transform: none !important;
}

.ds-image-slider .carousel-full img {
    /*height: 400px;*/
}

.ds-image-slider .carousel-thumb img {
    /*height: 100px;*/
}

/* ---------- 3 Tile Carousel Slider ---------- */
.three-tile-carousel .project-item img {
    /*height: 300px !important;*/
}

/* ---------- Hero Banner ---------- */
.hero-section {
    height: 500px;
    display: table;
    width: 100%;
    background-position: center center;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
    margin-top: -36px;
}

    .hero-section .hero-content {
        display: table-cell;
        vertical-align: middle;
    }

.hero, .hero-section {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
/* Landing Page Hero
-------------------------*/
.hero-image-landing {
    height: 350px;
    position: relative;
    background-position: center !important;
    background-size: cover;
}

    .hero-image-landing .hero-overlay {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .hero-image-landing .hero-content {
        display: block;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
    }

        .hero-image-landing .hero-content h1 {
            color: #ffffff;
            font-size: 42px;
            line-height: 50px;
            font-weight: 600;
            text-transform: uppercase;
            text-shadow: 1px 2px rgb(0 0 0 / 25%);
            margin-bottom: 15px;
        }

        .hero-image-landing .hero-content h2 {
            color: #ffffff;
            font-size: 28px;
            line-height: 36px;
            font-weight: 400;
            text-shadow: 1px 2px rgb(0 0 0 / 25%);
        }

@media (max-width: 575px) {
    .hero-image-landing .hero-content h1 {
        font-size: 32px;
        line-height: 40px;
        text-shadow: 1px 2px rgb(0 0 0 / 15%);
    }

    .hero-image-landing .hero-content h2 {
        font-size: 20px;
        line-height: 28px;
        text-shadow: 1px 2px rgb(0 0 0 / 15%);
    }
}

/* ---------- Quick Connect Links ---------- */
.quick-connect-links .quick-connect-link a {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    color: #2C313A;
    display: block;
    padding: 10px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .quick-links-container .col-sm-6 {
        padding: 0;
    }

        .quick-links-container .col-sm-6:nth-child(odd) {
            padding-right: 20px;
        }

.quick-connect-link {
    border-bottom: 1px solid #2A82E8;
    /*width: 47%;
    margin: 0px 7px;*/
}

    .quick-connect-link i {
        padding-left: 5px;
    }

@media screen and (max-width:960px) {
    .quick-connect-link {
        /*width: 45%;*/
    }
}

@media screen and (max-width:768px) {
    section.quick-connect-links {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .quick-connect-links .section-heading h2 {
        margin-top: 5px !important;
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width:650px) {
    .quick-connect-link {
        width: 100%;
        margin: 0 0;
    }
}

.quick-connect-links .quick-connect-link a:hover {
    box-shadow: 0 3px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 3px -1px rgba(83, 90, 95, 0.14);
    -webkit-box-shadow: 0 3px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 3px -1px rgba(83, 90, 95, 0.14);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    background: #2A82E8;
    color: #fff;
}

    .quick-connect-links .quick-connect-link a:hover .fa {
        color: #fff;
    }

    .quick-connect-links .quick-connect-link a:hover .far {
        color: #fff;
    }

    .quick-connect-links .quick-connect-link a:hover .fas {
        color: #fff;
    }

    .quick-connect-links .quick-connect-link a:hover .fab {
        color: #fff;
    }

    .quick-connect-links .quick-connect-link a:hover .fal {
        color: #fff;
    }

.quick-connect-links .quick-connect-link a span {
    padding-left: 5px;
}

/* ---------- Quick Connect Links ---------- */
.fast-faqs .panel-body {
    padding: 15px 5px;
}

.fast-faqs .panel-group .panel {
    box-shadow: 0 3px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 3px -1px rgba(83, 90, 95, 0.14) !important;
}

.fast-links-container {
    display: flex;
    flex-wrap: wrap;
}

.panel-fast-link {
    width: 50%;
    padding-left: 5px;
}

.panel-group {
    margin-bottom: 10px;
}

.panel-fast-link a {
    width: 100%;
    display: block;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 7px 3px;
    color: #2C313A;
}

.fast-faqs .fast-faqs-link {
    padding: 2px 5px;
}

    .fast-faqs .fast-faqs-link a {
        color: #2C313A;
        display: flex;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 7px 5px;
    }

        .fast-faqs .fast-faqs-link a:hover {
            color: #2A82E8;
        }

            .fast-faqs .fast-faqs-link a:hover .fa {
                color: #2A82E8;
            }

            .fast-faqs .fast-faqs-link a:hover .far {
                color: #2A82E8;
            }

            .fast-faqs .fast-faqs-link a:hover .fas {
                color: #2A82E8;
            }

            .fast-faqs .fast-faqs-link a:hover .fab {
                color: #2A82E8;
            }

            .fast-faqs .fast-faqs-link a:hover .fal {
                color: #2A82E8;
            }

        .fast-faqs .fast-faqs-link a i, .panel-fast-link a i {
            line-height: 1.42857143;
            margin-right: 5px;
        }

        .fast-faqs .fast-faqs-link a span {
            padding-left: 5px;
        }

.faqs .col-md-12 {
    padding-left: 0px;
}

@media screen and (max-width:768px) {
    .faqs .col-md-12 {
        padding-right: 0px;
    }

    .fast-faqs .fast-faqs-link a {
        width: 100%;
    }
}

@media screen and (max-width:650px) {
    .panel-fast-link {
        width: 100%;
    }
}

/* Services Cards
-------------------------*/
.services .services-card-container {
    width: 190px;
    border: 1px solid #2C313A;
    text-align: center;
    position: relative;
    /*margin-right: 15px;*/
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 3px -1px rgba(83, 90, 95, 0.14);
}

.services .row .col-md-4:nth-child(3n+2) .services-card-container {
    margin-right: auto;
    margin-left: auto;
}

.services .row .col-md-4:nth-child(3n) .services-card-container {
    float: right;
}

@media only screen and (max-width : 768px) {
    .services .services-card-container {
        width: 215px;
    }

    .services .row .col-md-4:nth-child(3n+2) .services-card-container {
        margin-right: unset;
        margin-left: unset;
    }

    .services .row .col-md-4:nth-child(3n) .services-card-container {
        float: unset;
    }

    .services .row .col-md-4:nth-child(2n) .services-card-container {
        float: right;
    }
}

@media only screen and (max-width : 480px) {
    .services .services-card-container {
        width: 100%
    }

    .services .row .col-md-4:nth-child(3n+2) .services-card-container {
        margin-right: unset;
        margin-left: unset;
    }

    .services .row .col-md-4:nth-child(3n) .services-card-container {
        float: unset;
    }

    .services .row .col-md-4:nth-child(2n) .services-card-container {
        float: unset;
    }
}

.services .services-card-container:hover {
    box-shadow: 0 6px 10px 0 rgba(83, 90, 95, 0.34), 0 1px 18px 0 rgba(83, 90, 95, 0.34), 0 3px 5px -1px rgba(83, 90, 95, 0.34);
}

.services .services-card-container .services-icon-container {
    background: #2A82E8;
    padding: 30px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .services .services-card-container .services-icon-container i {
        font-size: 40px;
        color: #fff;
    }

.services .services-card-container .services-card-heading {
    /* position button to bottom of card */
    padding: 12px 12px 60px;
}

    .services .services-card-container .services-card-heading h4 {
        font-weight: 500;
        font-size: 16px;
    }

.services .services-card-container .btn-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 20px 15px;
    padding-top: 20px;
}

.welcome .section-heading h1 {
    color: #000000;
    margin-top: 40px;
    /*font-size: 26px;
    font-weight: 200;*/
}

/* Events Calnedar
-------------------------*/
.calendar-item-container {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.events-calendar .event-calendar-item {
    position: relative;
    flex-grow: 1;
    max-width: 190px;
    /*min-height: 280px;*/
    margin-right: 14px;
    margin-bottom: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 3px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 3px -1px rgba(83, 90, 95, 0.14);
}

    .events-calendar .event-calendar-item:nth-child(3n) {
        margin-right: 0;
    }

@media screen and (max-width:768px) {
    .events-calendar .event-calendar-item {
        max-width: 210px;
        margin: 0 15px 15px 0;
    }

        .events-calendar .event-calendar-item:nth-child(3n) {
            margin-right: 15px;
        }

        .events-calendar .event-calendar-item:nth-child(2n+2) {
            margin-right: 0;
        }
}

@media screen and (max-width:600px) {
    .events-calendar .event-calendar-item {
        max-width: 46%;
    }
}

@media (max-width:480px) {
    .events-calendar .event-calendar-item:nth-child(3n) {
        margin-right: 0;
    }

    .events-calendar .event-calendar-item {
        max-width: 100%;
        margin-right: 0;
    }
}

@media (max-width:320px) {
    .events-calendar .more-news .btn {
        width: 100%;
    }
}

.events-calendar .event-calendar-item .event-heading {
    min-height: 95px;
    /*max-height: 127px;*/
    padding: 5px 7px;
    background: #2A82E8;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    vertical-align: middle;
}

.events-calendar .event-calendar-item .community-event {
    background: #8C2ECC;
}

.events-calendar .event-calendar-item .event-heading h4 {
    font-size: 15px;
    letter-spacing: .6px;
    font-weight: normal;
    color: #fff;
    margin: 5px;
    vertical-align: middle;
}

.events-calendar .event-calendar-item .event-description {
    padding: 15px;
    border-bottom: 1px solid #2A82E8;
}

    .events-calendar .event-calendar-item .event-description p {
        margin-bottom: 0;
    }

.events-calendar .event-calendar-item .event-details {
    font-size: 0.9rem;
    color: #666;
    padding: 15px;
}

    .events-calendar .event-calendar-item .event-details .event-date {
        margin-bottom: 10px;
    }

        .events-calendar .event-calendar-item .event-details .event-date span {
            padding-left: 5px;
        }

    .events-calendar .event-calendar-item .event-details .event-time span {
        padding-left: 5px;
    }

.events-calendar .event-calendar-item a {
    padding: 0 15px 15px 15px;
    display: inline-block;
}

.events-calendar .col-md-12, .latest-news .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.more-news a {
    letter-spacing: .8px;
    font-weight: normal;
    min-width: 100px;
    margin: 10px 0 0 0;
}

@media (max-width:768px) {
    .more-news {
        text-align: center;
    }
}

/* DS Calendar
-------------------------*/
.fc-view, .fc-view &gt; table {
    z-index: 0 !important;
}

.outer-filter-wrap {
    display: block;
    position: absolute;
    z-index: 1 !important;
    width: 33.3%;
    left: 0;
    padding: 0 !important;
    border: 1px solid #0BB7D6;
    background: #FFFFFF;
    margin: 0 0 0 15px;
}

.calendar-view-btns a {
    margin: 0 4px !important;
}

.calendar-filter-container .inner-filter-wrap {
    display: none;
    padding: 20px;
}

    .calendar-filter-container .inner-filter-wrap .multiselect-container {
        width: 100%;
        padding: 10px 0;
    }

.calendar-filter-container .calendar-filter-options {
    text-align: center;
    display: block;
    color: #088096;
    font-size: 16px;
    margin: 40px 0 0 0;
}

.calendar-filter-container .inner-filter-wrap .multiselect-container li {
    padding: 6px 0;
}

    .calendar-filter-container .inner-filter-wrap .multiselect-container li label {
        padding: 5px 20px;
    }

.calendar-filter-container .inner-filter-wrap .multiselect-container input {
    margin: 4px 10px 0 0;
}

.calendar-filter-container .inner-filter-wrap button {
    text-align: left;
}

.calendar-filter-container .inner-filter-wrap button,
.calendar-filter-container .inner-filter-wrap input {
    margin: 20px 0 0 0;
}

    .calendar-filter-container .inner-filter-wrap button .caret {
        border-top: 5px solid;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        float: right;
        margin-top: 8px;
    }

.calendar-filter-container .inner-filter-wrap .btn-group button,
.calendar-filter-container .inner-filter-wrap .btn-group {
    width: 100%;
}

.filter-list-container .filter-category {
    padding-bottom: 15px;
}

.calendar-filter-container .calendar-filter-header {
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    padding: 0px 14px;
    border-bottom: 1px solid #0BB7D6;
    border-right: 1px solid #0BB7D6 !important;
    border-left: 1px solid #0BB7D6;
    position: relative;
    cursor: pointer;
}

    .calendar-filter-container .calendar-filter-header h5 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: .7rem;
        margin-top: .8rem;
        color: #2A3135;
    }

.calendar-filter-container .dropdown-menu &gt; li &gt; a {
    white-space: normal;
}

.calendar-filter-btn #btnFilter {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.cal-sidebar
.cal-wrap {
    margin-top: -20px;
}

.calendarBtn {
    -webkit-transition: all 500ms ease-out !important;
    -moz-transition: all 500ms ease-out !important;
    -o-transition: all 500ms ease-out !important;
    -ms-transition: all 500ms ease-out !important;
    transition: all 500ms ease-out !important;
    border-radius: 3px;
    padding: 6px 20px !important;
    float: right;
}

.arw-dwn {
    position: absolute;
    top: calc(50% - 5px / 2);
    right: 5%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

#events h5 a {
    font-size: 14px;
}

/* DS Calendar Month
-------------------------*/
.calendar #calendar .fc-legend {
    margin-bottom: 20px;
    padding: 7px 12px;
    background-color: #f1f2f5;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

    .calendar #calendar .fc-legend .fc-label {
        margin-right: 15px;
    }

    .calendar #calendar .fc-legend .fc-icon-purple {
        margin-right: 5px;
        color: #8C2ECC;
    }

    .calendar #calendar .fc-legend .fc-icon-blue {
        margin-right: 5px;
        color: #428bca;
    }

.calendar #calendar .fc-day-grid-event {
    background-color: #428bca;
    border-color: #428bca;
}

.event-color1 {
    background-color: #8c2ecc !important;
    border-color: #8c2ecc !important;
}

.event-color2 {
    background-color: #8c2ecc !important;
    border-color: #8c2ecc !important;
}

.event-color3 {
    background-color: #008000 !important;
    border-color: #008000 !important;
}

/* DS Calendar Day
-------------------------*/
.development-services-events-day h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #036293;
}

.development-services-events-day h5 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.development-services-events-day .dept-name {
    padding-bottom: 5px;
}

.development-services-events-day .event-agenda {
    padding-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.development-services-events-day hr:last-child {
    display: none;
}

/* News Archive */

.news-archive .archive-card-container {
    margin-left: 0;
}

    .news-archive .archive-card-container a:nth-child(3n) {
        margin-right: 0;
    }

@media only screen and (max-width : 768px) {
    .news-archive .archive-card-container a {
        width: auto;
        max-width: 215px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        .news-archive .archive-card-container a:nth-child(3n) {
            margin-right: 15px;
        }

        .news-archive .archive-card-container a:nth-child(2n+2) {
            margin-right: 0;
        }
}

@media only screen and (max-width : 480px) {
    .news-archive .archive-card-container a {
        width: auto;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

        .news-archive .archive-card-container a:nth-child(3n) {
            margin-right: 0;
        }

        .news-archive .archive-card-container a:nth-child(2n+2) {
            margin-right: 0;
        }
}


/* Latest News
-------------------------*/
.news-card-container {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

    .news-card-container .blog-heading {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
    }

@media screen and (max-width:768px) {
    .news-card-container {
        justify-content: center;
    }
}

.archive-card-container {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-left: 8px;
}

@media screen and (max-width:480px) {
    .archive-card-container {
        margin-left: 0px;
    }
}

.latest-news a, .news-card-container a {
    position: relative;
    border-radius: 0px;
    max-width: 190px;
    margin-right: 14px;
    margin-bottom: 14px;
    background: #ffffff;
    /*box-shadow: 0 3px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 3px -1px rgba(83, 90, 95, 0.14);
*/
}

.news-card-container a {
    border: 1px solid #d3d1da;
}

.latest-news .news-card-container a:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width:768px) {
    .latest-news .news-card-container {
        margin-top: 10px;
    }

        .latest-news .news-card-container a {
            width: 100%;
            max-width: 210px;
            margin-right: 15px;
            margin-bottom: 15px;
        }

            .latest-news .news-card-container a:nth-child(3n) {
                margin-right: auto;
            }

            .latest-news .news-card-container a:nth-child(2n+2) {
                margin-right: 0;
            }
}

@media screen and (max-width:480px) {
    .latest-news .news-card-container {
        margin-top: 10px;
    }

        .latest-news .news-card-container a {
            width: 100%;
            max-width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
        }

            .latest-news .news-card-container a:nth-child(3n) {
                margin-right: 0;
            }

            .latest-news .news-card-container a:nth-child(2n+2) {
                margin-right: 0;
            }
}

@media screen and (max-width:320px) {
    .latest-news .more-news a:last-child {
        width: 100%;
    }
}

@media screen and (max-width:580px) {
    .news-card-container a, .archive-card-container a {
        width: 100%;
        max-width: 395px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.latest-news .page-heading h1 {
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000000;
    /*font-size: 26px;
    font-weight: 200;*/
    margin-bottom: 20px;
}

.latest-news .blog-post-container .blog-heading {
    vertical-align: top;
    overflow: hidden;
}

@media screen and (max-width:768px) and (min-width:640px) {
    .latest-news .blog-post-container .blog-heading {
        max-height: 160px;
    }
}

.latest-news .blog-post-container .blog-heading h3 {
    color: #000000;
    padding-top: 6px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.latest-news a:hover {
    box-shadow: 0 3px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 3px -1px rgba(83, 90, 95, 0.14);
}

.blog-post-container .blog-post-image {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #236092;
}

    .blog-post-container .blog-post-image img {
        width: 100%;
        height: auto;
        max-height: 124px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

@media screen and (max-width:960px) {
    .blog-post-container .blog-post-image img {
        max-width: 208px;
        max-height: 122px;
    }
}

@media screen and (max-width:768px) {
    .blog-post-container .blog-post-image img {
        max-width: 316px;
        max-height: 186px;
    }
}

@media screen and (max-width:600px) {
    .blog-post-container .blog-post-image img {
        max-width: 238px;
        max-height: 140px;
    }
}

@media screen and (max-width:580px) {
    .blog-post-container .blog-post-image img {
        max-width: 395px;
        max-height: 232px;
    }
}

.latest-news .blog-post-container .blog-post-image .blog-post-date {
    position: absolute;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    letter-spacing: .9px;
    font-size: 16px !important;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    background: #2A82E8;
    border-radius: 5px;
    color: #F5E820;
}

.latest-news .blog-post-container .blog-heading {
    padding: 0 12px;
}

    .latest-news .blog-post-container .blog-heading .blog-category {
        letter-spacing: 0px;
        font-style: italic;
        color: #333;
    }

.latest-news .blog-post-container .blog-text-container {
    padding: 8px 12px 12px;
    color: #000000;
    text-align: center;
}

    .latest-news .blog-post-container .blog-text-container h3 {
        color: #000000;
    }

    .latest-news .blog-post-container .blog-text-container p {
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 1.3;
    }

.latest-news .blog-post-container .btn-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 12px 20px;
}

.cal-sidebar .calendar-filter-container {
    border: 1px solid #0BB7D6;
    background: #FFFFFF;
    margin: 0 0 20px 0 !important;
}

.cal-sidebar .filter-category {
    margin: 10px 0;
}

.calendar-filter-container .filter-list-container .filter-list .multiselect-native-select .btn-group .btn {
    box-shadow: none;
    text-align: left;
    padding: 6px 10px;
    width: 100%;
    margin-top: 0;
    white-space: pre-wrap;
}

.calendar-filter-container .filter-list-container .filter-list .multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-container.dropdown-menu {
    width: 100%;
    padding: 10px 0;
}

.calendar-filter-container .calendar-filter-options {
    padding: 0 15px;
    text-align: center;
    margin: 0;
}

.calendar-filter-container .filter-list-container .filter-list {
    margin-bottom: 20px;
}

    .calendar-filter-container .filter-list-container .filter-list .multiselect-native-select .btn-group .btn .caret {
        float: right;
        margin-top: 10px;
    }

.calendar-filter-container .filter-list-container {
    padding: 10px 15px;
}

.sidebar-calendar-picker #filter-calendar .ui-datepicker {
    border: 1px solid #54616A;
    border-radius: 0;
    width: 100%;
    padding: 5px;
}

.week-day .calendarBtn:first-child {
    margin: 0 15px 0 5px;
}

.week-day .calendarBtn:last-child {
    margin: 0 5px 0 15px;
}

.week-day #events {
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .week-day #events {
        padding-left: 0;
    }
}

@media screen and (max-width: 960px) {
    .outer-filter-wrap {
        top: 40px;
        margin-left: 0px !important;
    }

    .calendar-view-btns a {
        margin-top: 40px !important;
    }
}

@media screen and (max-width:990px) and (min-width:961px) {
    .week-day .calendarBtn {
        width: 150px;
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .outer-filter-wrap {
        position: relative;
        width: 100%;
        top: 0px;
    }

    .cal-wrap .day-week-btns {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .calendar-view-btns {
        text-align: center !important;
    }

    .week-day .calendar-view-btns a {
        float: none;
        margin-top: 20px !important;
    }

    .day-week-btns .calendar-view-btns a {
        float: none;
        margin-top: -60px !important;
    }
}

.week-day .calendar-view-btns {
    display: block;
    overflow: hidden;
    max-width: 960px;
}

.cal-view {
    background: #2A82E8 !important;
    border: 1px solid #2A82E8 !important;
    border-radius: 3px !important;
    margin: 0 5px;
    text-align: center;
    padding: 6px 20px !important;
    color: #FFFFFF !important;
    box-shadow: 0 3px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 8px 0 rgba(83, 90, 95, 0.14), 0 1px 3px -1px rgba(83, 90, 95, 0.14);
}

/* ---------- Featured Projects ---------- */

.featured-projects .project-item {
    position: relative;
}

    .featured-projects .project-item img {
        /*overflow: hidden;
        height: 200px;
        margin-bottom: 12px;*/
    }

    .featured-projects .project-item.prj-blue {
        /*margin: 0 6px 0 6px;*/
    }

@media screen and (max-width:480px) {
    .featured-projects .project-item.prj-blue {
        margin: 0 auto;
    }
}

.featured-projects .project-item.prj-blue .project-overlay {
    position: absolute;
    top: 27%;
    bottom: 24%;
    left: 12%;
    right: 12%;
    background: rgba(30, 51, 86, 0.68);
}

    .featured-projects .project-item.prj-blue .project-overlay .project-heading {
        text-align: center;
        display: table;
        padding: 5px;
        width: 100%;
        height: 100%;
    }

        .featured-projects .project-item.prj-blue .project-overlay .project-heading h4 {
            color: #fff;
            padding: 7px;
            display: table-cell;
            font-weight: normal;
            vertical-align: middle;
        }

@media screen and (max-width:960px) {
    .featured-projects .project-item.prj-blue .project-overlay .project-heading h4 {
        font-size: 18px;
    }

    .featured-projects .project-item img {
        height: 150px;
    }
}

@media screen and (max-width:768px) {
    .featured-projects .project-item img {
        height: auto;
    }
}

.featured-projects .project-item.prj-blue .project-number {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 55px;
}

    .featured-projects .project-item.prj-blue .project-number span {
        font-size: 20px;
        color: #FFF;
        padding: 5px 10px;
        border: 2px solid #FFF;
        border-radius: 5px;
        background-color: rgba(30, 51, 86, 0.68);
    }

        .featured-projects .project-item.prj-blue .project-number span i {
            color: #FFF;
        }

.featured-projects .project-item.prj-yellow .project-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(245, 232, 32, 0.8);
}

    .featured-projects .project-item.prj-yellow .project-overlay .project-heading {
        text-align: center;
        display: table;
        width: 100%;
        height: 100%;
    }

        .featured-projects .project-item.prj-yellow .project-overlay .project-heading h4 {
            color: #0052E0;
            display: table-cell;
            vertical-align: middle;
        }

.featured-projects .project-item.prj-yellow .project-number {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 55px;
}

    .featured-projects .project-item.prj-yellow .project-number span {
        font-size: 20px;
        color: #0052E0;
        padding: 5px 10px;
        border: 2px solid #0052E0;
        border-radius: 5px;
    }

.featured-project-wrap {
    display: block;
    position: relative;
}

/* ---------- Accordions ---------- */
.panel-group .panel {
    border: 1px solid #545E70;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .panel-group .panel .panel-heading {
        padding: 5px 10px;
        border-radius: 0;
        background-color: #fff;
        border-bottom: 0;
        border-radius: 5px;
    }

        .panel-group .panel .panel-heading .panel-title a .glyphicon {
            background: #2A82E8;
            color: #F5E820;
            border-radius: 90%;
            padding: 1px 4px;
            margin-right: 5px;
        }

        .panel-group .panel .panel-heading.header-bkgd {
            background: #F1F2F5;
            padding: 10px;
        }

.panel-group .accordion-title .col-xs-1 {
    max-width: 20px;
}

.panel-group .accordion-title .col-xs-1,
.panel-group .accordion-title .col-xs-11 {
    padding: 0;
}

@media only screen and (min-width : 320px) {
    .panel-group .accordion-title .col-xs-11 {
        padding-left: 5px;
    }
}

.panel-group .panel .panel-body {
    border-top: 1px solid #545E70 !important;
}

.panel-group .panel .collapse.in {
    display: block;
}

h4.panel-title {
    font-size: 14px;
    padding: 5px;
}

    h4.panel-title .glyphicon {
        top: -1px;
    }


/* ------------ News Article ------------ */
.news-article .news-article-date {
    font-size: 14px;
}

.news-article .news-article-img {
    margin-top: 20px;
}

.news-article .news-article-content {
    margin-top: 20px;
}

.news-article {
    background: #FFFFFF;
}

    .news-article .content-container {
        margin: 0 auto 60px auto;
    }

.news-article-title h1 {
    margin-top: 0;
}

table.zone-map p {
    margin: 0 0 0 0 !important;
}

table.insp-schedule {
    margin-top: 20px;
    margin-bottom: 30px;
}

    table.insp-schedule td {
        padding: 5px;
    }


/* footer */
.lbds-footer {
    display: table;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #E0E3E8;
}

    .lbds-footer .footer-logo img {
        width: 80px;
    }

.footer-links ul {
    margin-left: 50px;
}

.lbds-footer .container {
    padding-left: 0px;
    padding-right: 0px;
}

.lbds-footer .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.lbds-footer p {
    font-size: 13px !important;
    margin-bottom: 0px;
}

.lbds-footer .container, .lbds-footer .container .row {
    /*display: table;*/
}

@media screen and (max-width:768px) {
    .lbds-footer {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        margin: 0 auto;
    }

        .lbds-footer .container {
            padding-left: 20px;
            padding-right: 20px;
            width: 100%;
        }

        .lbds-footer .footer-logo img {
            width: 90px;
        }

        .lbds-footer .footer-logo img {
            width: 80px;
        }

        .lbds-footer .container, .lbds-footer .container .row {
            display: block;
        }
}

.lbds-footer .footer-address img {
    max-width: 100px;
}

.lbds-footer .footer-links ul {
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-left: 50px;
}

@media screen and (max-width:960px) {
    .lbds-footer .footer-links ul {
        margin-left: 25px;
    }
}

@media screen and (max-width:768px) {
    .lbds-footer .footer-links ul {
        margin-left: 0px;
    }
}

.lbds-footer .footer-links ul li a {
    color: #0052E0;
}

.lbds-footer a span {
    text-align: center;
    font-size: 16px;
}

.lbds-footer a i.fas.fa-arrow-circle-right {
    font-size: 20px;
    padding-left: 5px;
}

.lbds-footer .footer-social-media .fas, .footer-social-media .fab, .footer-social-media .fa-brands {
    color: #0052E0;
    font-size: 24px;
    padding-top: 8px;
    padding-right: 0px;
}

.footer-social-media .fa {
    color: #0052E0;
    font-size: 24px;
    padding: 0;
}

.fa-facebook:before {
    margin-left: 8px;
}

.lbds-footer .fa-facebook:before {
    margin-left: 0px;
}

.lbds-footer .fa-twitter:before {
    margin-left: 0px;
}

.lbds-footer .fa-instagram:before {
}

.lbds-footer .footer-social-media {
    text-align: center;
    margin: 0 auto;
}

    .lbds-footer .footer-social-media a {
        color: #0052E0;
    }

    .lbds-footer .footer-social-media ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-bottom: 10px;
        height: auto;
        text-align: center;
    }

@media screen and (max-width: 960px) and (min-width:768px) {
    .lbds-footer .footer-social-media ul {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    .lbds-footer .footer-social-media ul {
        padding-top: 18px;
        padding-bottom: 0px;
        margin-block-start: 0em;
        margin-block-end: 0em;
    }
}

.lbds-footer .footer-social-media ul li {
    padding: 0 20px 15px 0;
    font-size: 28px !important;
    color: #2C313A;
    list-style: none;
    display: inline-block;
}

@media screen and (max-width: 960px) {
    .lbds-footer .footer-social-media ul li {
        padding: 0 20px 10px 0;
    }
}

@media screen and (max-width: 768px) {
    .lbds-footer .footer-social-media ul li {
        padding: 0 5px 10px 5px;
    }
}

.lbds-footer .footer-social-media ul li a {
    text-decoration: none;
    color: #2C313A;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 1px solid #0052E0;
    display: inline-block;
    border-radius: 50%;
}

    .lbds-footer .footer-social-media ul li a:hover {
        text-decoration: none;
        color: #545E70;
        border: 1px solid #545E70;
        background: #E0E3E8;
    }

        .lbds-footer .footer-social-media ul li a:hover i {
            color: #545E70;
        }

.fast-faqs .panel-group, .fast-faqs .panel-default {
    margin-top: 0;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .fast-faqs .panel-group, .fast-faqs .panel-default {
        margin-right: 0px;
    }
}

.fast-faqs .col-md-12 {
    margin: 0;
    padding: 0 0;
}

.services .col-md-12 {
    padding-left: 0px;
}

.events-calendar .col-md-4 {
    margin: 20px 0;
}

.lbds-footer .footer-logo {
    width: 32%;
    float: left;
}

@media (max-width: 991px) {
    .lbds-footer .footer-logo {
        margin-bottom: 20px;
        width: 28%;
    }

        .lbds-footer .footer-logo img {
            max-width: 80px;
            padding-right: 15px;
        }
}

@media screen and (max-width:768px) {
    .lbds-footer .footer-logo {
        width: 100%;
        float: none;
        text-align: center;
    }

        .lbds-footer .footer-logo img {
            margin: 0 auto;
            max-width: 70px;
            padding-right: 0px;
        }
}

.lbds-footer .footer-address {
    width: 68%;
    float: left;
}

@media screen and (max-width: 768px) {
    .lbds-footer .footer-address {
        padding-left: 15px;
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
}

/* ---------- Hompage Sidebar ---------- */
.homepage-sidebar-template {
    margin-top: -4px;
}

    .homepage-sidebar-template .container .row .col-sm-8 {
        padding-left: 0;
        padding-right: 40px;
    }

    .homepage-sidebar-template .container .row .col-sm-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .homepage-sidebar-template .welcome {
        margin-top: 0px;
    }

        .homepage-sidebar-template .welcome h2 {
            color: #0a40a2;
            text-transform: uppercase;
        }

    .homepage-sidebar-template .section-heading h2 {
        border-bottom: solid 1px #ccc;
        color: #000000;
        text-transform: uppercase;
    }

    .homepage-sidebar-template .homepage-sidebar {
        padding: 0px 0px 15px;
    }
/*.homepage-sidebar-template .homepage-sidebar .sidebar-useful-links {*/
.sidebar-useful-links {
    background: #F1F2F5;
    padding: 30px 0px 15px 20px;
    margin-bottom: 15px;
}

@media screen and (max-width:768px) {
    .homepage-sidebar-template .container .row .col-sm-8 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .homepage-sidebar-template .homepage-sidebar {
        padding: 5px 20px 15px;
    }

    .sidebar-useful-links {
        padding: 20px 20px 15px;
    }
}

.sidebar-media-links i.fab, .sidebar-media-links i.fas {
    color: #fff;
}

.sidebar-media-links i.fa {
    color: #fff;
    padding-right: 8px;
}

.sidebar-contact {
    padding: 15px 10px;
    background: #F1F2F5;
    margin-bottom: 15px;
}

.sidebar-tweet, .sidebar-press-releases {
    padding: 15px 20px;
    background: #F1F2F5;
    margin-bottom: 15px;
}

.more-press a {
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.homepage-sidebar .sidebar-contact .sidebar-heading h4 {
    padding: 0px 10px;
}

.sidebar-useful-links .sidebar-heading h4, .homepage-sidebar .sidebar-press-releases .sidebar-heading h4 {
    padding: 0px 0px 10px;
}
/*.homepage-sidebar-template .homepage-sidebar*/
.sidebar-useful-links .sidebar-content .useful-links ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
    /*.homepage-sidebar-template .homepage-sidebar*/
    .sidebar-useful-links .sidebar-content .useful-links ul li {
        /*border-bottom: 1px solid #E0E3E8; */
    }
        /*.homepage-sidebar-template .homepage-sidebar*/
        .sidebar-useful-links .sidebar-content .useful-links ul li a {
            display: block;
            color: #fff !important;
            background: #236092;
            padding: 6px 21px 5px;
            margin-bottom: 9px;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 13px;
            letter-spacing: .15px;
        }
        /*.homepage-sidebar-template .homepage-sidebar*/
        .sidebar-useful-links .sidebar-content .useful-links ul li:hover a {
            background: #5184b9;
            color: #fff;
        }
        /*.homepage-sidebar-template .homepage-sidebar*/
        .sidebar-useful-links .sidebar-content .useful-links ul li:last-child {
            border-bottom: none;
        }

.sidebar-contact .sidebar-content .contact-info a {
    color: #666 !important;
}
/*.homepage-sidebar-template .homepage-sidebar */
.sidebar-contact .sidebar-content .contact-info .contact-phone {
    border-bottom: 2px dotted #E0E3E8;
    margin: 12px 10px 0;
}
    /*.homepage-sidebar-template .homepage-sidebar*/
    .sidebar-contact .sidebar-content .contact-info .contact-phone i {
        display: inline-block;
        vertical-align: top;
        color: #236092;
        line-height: 20px;
        margin-right: 5px;
        font-size: 13px;
    }
    /*.homepage-sidebar-template .homepage-sidebar*/
    .sidebar-contact .sidebar-content .contact-info .contact-phone p {
        display: inline-block;
        vertical-align: top;
    }
/*.homepage-sidebar-template .homepage-sidebar*/
.sidebar-contact .sidebar-content .contact-info .contact-email {
    border-bottom: 2px dotted #E0E3E8;
    margin: 10px 10px 0px;
}
    /*.homepage-sidebar-template .homepage-sidebar*/
    .sidebar-contact .sidebar-content .contact-info .contact-email i {
        display: inline-block;
        vertical-align: top;
        color: #236092;
        line-height: 20px;
        margin-right: 5px;
        font-size: 16px;
    }
    /*.homepage-sidebar-template .homepage-sidebar*/
    .sidebar-contact .sidebar-content .contact-info .contact-email p {
        display: inline-block;
        vertical-align: top;
    }

.homepage-sidebar .sidebar-contact .sidebar-content .contact-info .contact-address {
    border-bottom: 0px dotted #E0E3E8;
    border-bottom: none;
    margin: 10px 10px 0;
}

.innerpage-sidebar-template .sidebar-contact .sidebar-content .contact-info .contact-address {
    border-bottom: 2px dotted #E0E3E8;
    margin: 10px 10px 0;
}

.innerpage-sidebar-template .col-sm-8 p {
    padding-bottom: 10px;
}

.innerpage-sidebar-template .section-heading h2 {
    border-bottom: solid 1px #ccc;
    color: #000000;
    text-transform: uppercase;
}
/*.homepage-sidebar-template .homepage-sidebar*/
.sidebar-contact .sidebar-content .contact-info .contact-address i {
    display: inline-block;
    vertical-align: top;
    color: #236092;
    line-height: 20px;
    margin-right: 5px;
    font-size: 16px;
}
/*.homepage-sidebar-template .homepage-sidebar*/
.sidebar-contact .sidebar-content .contact-info .contact-address p {
    display: inline-block;
    vertical-align: top;
    width: 90%;
}
/*.homepage-sidebar-template .homepage-sidebar*/
.sidebar-contact .sidebar-content .contact-info .contact-hours {
    padding: 10px 10px 0;
}
    /*.homepage-sidebar-template .homepage-sidebar*/
    .sidebar-contact .sidebar-content .contact-info .contact-hours i {
        display: inline-block;
        vertical-align: top;
        color: #236092;
        line-height: 20px;
        margin-right: 5px;
        font-size: 16px;
    }
    /*.homepage-sidebar-template .homepage-sidebar */
    .sidebar-contact .sidebar-content .contact-info .contact-hours .hours-table {
        display: inline-block;
        vertical-align: top;
    }

.sidebar-contact .sidebar-content .contact-info .notes {
    padding: 10px 10px 0;
    border-top: 2px dotted #E0E3E8;
}

    .sidebar-contact .sidebar-content .contact-info .notes i {
        display: inline-block;
        vertical-align: top;
        color: #236092;
        line-height: 20px;
        margin-right: 5px;
        font-size: 16px;
    }

    .sidebar-contact .sidebar-content .contact-info .notes p {
        display: inline-block;
        vertical-align: top;
        width: 90%;
    }


/*.homepage-sidebar-template .homepage-sidebar*/
.sidebar-press-releases {
    margin-bottom: 15px;
}

.press-release-list {
    margin: 0 auto;
    text-align: center;
    max-width: 280px;
}

@media screen and (max-width:768px) {
    .press-release-list {
        max-width: 650px;
    }
}
/*.homepage-sidebar-template .homepage-sidebar*/
.sidebar-press-releases .sidebar-content .press-release-list ul {
    list-style: none;
    margin-left: 0;
}
    /*.homepage-sidebar-template .homepage-sidebar*/
    .sidebar-press-releases .sidebar-content .press-release-list ul li {
        margin-bottom: 10px;
        background: #fdfeff;
    }
        /*.homepage-sidebar-template .homepage-sidebar*/
        .sidebar-press-releases .sidebar-content .press-release-list ul li .pr-heading {
            padding: 1px 15px;
            background: #236092;
            text-align: left;
            padding: 8px 20px;
        }
            /*.homepage-sidebar-template .homepage-sidebar*/
            .sidebar-press-releases .sidebar-content .press-release-list ul li .pr-heading h5 a {
                color: #fff;
                font-size: 14px;
                text-transform: uppercase !important;
            }

        /*.homepage-sidebar-template .homepage-sidebar*/
        .sidebar-press-releases .sidebar-content .press-release-list ul li .pr-content {
            padding: 10px 15px;
        }
            /*.homepage-sidebar-template .homepage-sidebar*/
            .sidebar-press-releases .sidebar-content .press-release-list ul li .pr-content p {
                color: #2C313A;
                padding: 5px 5px;
                font-size: 12px;
                text-align: left;
            }

/* ------------ Innerpage Sidebar ------------ */

.innerpage-sidebar-template .container {
    margin-top: 30px;
    margin-bottom: 40px;
}

.innerpage-sidebar-template .col-sm-4 {
    padding-right: 0px;
    padding-top: 0px;
}

.innerpage-sidebar-template .col-sm-8 {
    padding-left: 0px;
    padding-right: 40px;
}

@media screen and (max-width:768px) {
    .innerpage-sidebar-template .container {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .innerpage-sidebar-template .col-sm-4 {
        padding-top: 15px;
        padding-left: 0px;
    }

    .innerpage-sidebar-template .col-sm-8 {
        padding-right: 20px;
        padding-left: 15px;
    }
}

.innerpage-sidebar-template .page-heading {
    border-bottom: 1px solid #2C313A;
    margin-bottom: 10px;
}

    .innerpage-sidebar-template .page-heading h1 {
        margin-top: 5px;
        text-transform: uppercase;
        margin-bottom: 0;
        color: #000000;
        /*font-size: 26px;
        font-weight: 200;
        line-height: 30px;*/
    }

.innerpage-sidebar-template .section-content ul li {
    color: #2C313A;
    margin-bottom: 5px;
}

.innerpage-sidebar-template .sidebar-useful-links {
    padding: 10px 0px 15px 20px;
}

.sidebar-social-media {
    padding: 10px;
    background-color: #F1F2F5;
    margin-bottom: 15px;
}

.innerpage-sidebar-template .sidebar-heading {
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #2C313A;
}

    .innerpage-sidebar-template .sidebar-heading h4 {
        font-size: 16px;
    }

.innerpage-sidebar-template .sidebar-social-media .sidebar-media-links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    height: auto;
    display: flex;
}

    .innerpage-sidebar-template .sidebar-social-media .sidebar-media-links ul li {
        padding: 0 0px 0 0;
        font-size: 28px !important;
        color: #2C313A;
        list-style: none;
        display: inline-block;
    }

@media screen and (max-width: 768px) {
    .innerpage-sidebar-template .sidebar-social-media .sidebar-media-links ul {
        display: block;
        text-align: center;
    }

        .innerpage-sidebar-template .sidebar-social-media .sidebar-media-links ul li {
            padding: 0 10px;
        }
}

.innerpage-sidebar-template .sidebar-social-media .sidebar-media-links ul li a {
    background-color: #236092;
    text-decoration: none;
    color: #2C313A;
    font-size: 27px;
    text-align: center;
    width: 45px;
    height: 45px;
    padding: 2px;
    margin-right: 23px;
    margin-bottom: 5px;
    border: 1px solid #2C313A;
    display: inline-block;
    border-radius: 50%;
}

@media screen and (max-width:960px) {
    .innerpage-sidebar-template .sidebar-social-media .sidebar-media-links ul li a {
        margin-right: 7px;
    }
}

ul.env-top {
    margin-left: 8px;
    list-style-type: none;
}

p.case-key {
    padding-left: 8px;
}

input.env-search {
    padding: 10px;
    min-width: 280px;
}

@media screen and (max-width:990px) {
    .environmental-reports .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.environmental-reports .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.question-list ul {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-left: 0px;
}

.question-list .panel-default &gt; .panel-heading {
    padding: 15px;
}

.question-list .panel-heading a {
    padding: 15px 7px;
}

.question-list .proj-box {
    border-right: #ddd;
    border-right-width: 1px;
    border-right-style: solid;
}

.question-list span.glyphicon {
    float: left;
    color: #333 !important;
    font-size: 18px;
    top: -2px !important;
}

.question-list h3 {
    width: 95%;
    padding-left: 25px;
    margin: 0 0;
}

.question-list h4.case-type {
    font-size: 15px;
    margin-top: -17px;
    color: #3996e2;
}

.question-list h4 span {
    font-size: 13px;
}

.qu-location h4 {
    margin-top: -10px;
}

.qu-description h4 {
    padding-top: 12px;
    margin-top: 0px;
}

.qu-heading .form-group {
    margin-bottom: 25px;
}

@media screen and (max-width:960px) and (min-width:769px) {
    .question-list .panel-default &gt; .panel-heading {
        padding: 0px;
        overflow: auto;
    }
}

@media screen and (max-width:960px) {
    .question-list .panel-default &gt; .panel-heading {
        padding: 0px;
        overflow: hidden;
    }

    .question-list .proj-box {
        border-right: none;
        border-right-width: 0px;
        border-right-style: none;
    }

    .question-list .case-type-box {
        padding-left: 40px;
        padding-bottom: 7px;
    }

    .question-list h4.case-type {
        margin-top: 5px;
    }
}

/* ----- sidebar page main content ----- */
/* ---------- To Override CLB styles ---------- */
/* bootstrap grid */
.main-content-wrap.dept-content {
    padding: 0 15px;
}

.container-fluid.main-content-wrap.dept-content {
    padding: 0;
}

@media screen and (max-width: 960px) {
    .week-day .calendar-view-btns {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .week-day .cal-sidebar {
        margin-top: 20px;
        padding: 0 10px;
    }

    .cal-wrap {
        margin-top: -40px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }

    .lbds-footer .col-md-8 {
        padding: 0 !important;
    }
}

.main-content-wrap .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

@media screen and (max-width:768px) {
    .page-content .row {
        top: 50px;
        margin-left: 5px !important;
        margin-right: 5px !important;
        padding-bottom: 20px;
    }

        .page-content .row .week-day {
            margin-left: 15px !important;
            margin-right: 15px !important;
        }

        .page-content .row .col-xs-12, .page-content .row .col-md-12 {
            padding-left: 0px;
            padding-right: 0px;
        }

        .page-content .row .week-day .col-xs-12 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .page-content .row .week-day .col-md-4 {
            padding-left: 15px;
        }
}

.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1 {
    padding: 0;
}

.dept-content .main-content .col-md-6,
.main-content .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.week-day .col-md-4 {
    padding-left: 0px !important;
    margin-top: -30px;
}

.results-image {
	padding-right: 10px;	
}

@media screen and (max-width:990px) {
    .week-day .col-md-4 {
        margin-top: 0px;
    }
}
/* hero slider */
.dept-menu-wrap {
    height: 36px;
}
/* top bar */
.font-language .font-size-selector .btn {
    margin-top: 0;
    box-shadow: none;
}
/* breadcrumbs inner pages */
.breadcrumbs-bar {
    margin-bottom: 30px;
}

    .breadcrumbs-bar .dept-breadcrumbs {
        background: #E0E3E8;
        border-bottom: none;
        color: #2C313A;
        padding: 9px 15px;
        font-weight: 500;
    }

        .breadcrumbs-bar .dept-breadcrumbs a {
            color: #2C313A;
            font-size: 13px;
        }

@media screen and (max-width:768px) {
    .breadcrumbs-bar {
        margin-bottom: 30px;
    }

        .breadcrumbs-bar .dept-breadcrumbs {
            padding: 9px 15px 9px 25px;
        }
}

@media screen and (max-width:560px) {
    .breadcrumbs-bar .dept-breadcrumbs, .breadcrumbs-bar .dept-breadcrumbs a {
        font-size: 12px;
    }
}

.prj-blue .fas {
    color: #F5E820;
}

.panel {
    min-height: 0;
}

.dept-branding h1 {
    margin-top: 35px !important;
}

.dept-branding img {
    max-height: 92px;
}

@media (max-width: 599px) {
    .dept-branding img {
        margin: 10px 25px 0 !important;
    }

    .dept-branding img {
        max-height: 75px;
    }

    .dept-branding h1 {
        margin-top: 25px;
    }
}

.searchbox-short {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.search-no-hero {
    display: block;
    position: relative;
    width: 100%;
    margin-top: -25px;
    margin-bottom: -20px;
}

.searchbox-short .search-input-container {
    width: 100%;
    text-align: left;
    display: flex;
}

.search-no-hero .search-input-container {
    width: 77%;
    text-align: left;
    display: flex;
    float: right;
    background: #f1f2f5;
    padding: 15px 10px;
}

    .searchbox-short .search-input-container input, .search-no-hero .search-input-container input {
        display: inline-block;
        width: 100% !important;
        padding: 5px 10px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: none;
    }

    .search-no-hero .search-input-container input {
        padding: 5px 10px;
        border: 1px solid #236092;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .searchbox-short .search-input-container button, .search-no-hero .search-input-container button {
        width: auto;
        padding: 0 10px;
        margin-left: -1px;
        border: 1px solid #0BB7D6;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        display: flex;
        background: #0BB7D6;
    }

    .search-no-hero .search-input-container button {
        background: #236092;
        border: 1px solid #236092;
    }

        .searchbox-short .search-input-container button i, .search-no-hero .search-input-container button i {
            color: #FFFFFF;
            font-size: 18px;
        }

.searchbox-short .search-bar {
    padding: 10px;
    background: #7F8990;
    opacity: .9;
    max-width: 450px;
    border-radius: 3px;
    float: right;
    width: 400px;
}

.search-no-hero .search-bar {
    margin-top: 7px;
    background: none;
    opacity: .9;
    max-width: 450px;
    border-radius: 3px;
    float: right;
    width: 400px;
}

.content-no-hero {
    margin-top: -45px;
}

.search-container .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}

@media screen and (max-width:992px) {
    .content-no-hero {
        margin-top: 7px;
    }

    .search-no-hero .search-bar {
        width: 100%;
        max-width: 100%;
        float: none;
        text-align: center;
        margin-left: 2%;
        margin-right: 2%;
    }

    .search-no-hero .search-input-container {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .searchbox-short .search-bar {
        margin: 0 auto;
        float: none;
        width: auto;
        margin: 0 auto;
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media screen and (max-width:680px) {
    .searchbox-short .search-bar {
        max-width: 100%;
    }
}

.searchbox-long {
    display: block;
    width: 100%;
}

    .searchbox-long .search-input-container {
        width: 100%;
        text-align: left;
        display: flex;
    }

        .searchbox-long .search-input-container input {
            display: inline-block;
            width: 100% !important;
            padding: 5px 10px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            border: none;
        }

        .searchbox-long .search-input-container button {
            width: auto;
            padding: 0 10px;
            margin-left: -1px;
            border: 1px solid #0BB7D6;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            display: flex;
            background: #0BB7D6;
        }

            .searchbox-long .search-input-container button i {
                color: #FFFFFF;
                font-size: 18px;
            }

    .searchbox-long .search-bar {
        max-width: 450px;
        border-radius: 3px;
        float: right;
        width: 50%;
    }

@media screen and (max-width:768px) {
    .searchbox-long .search-bar {
        width: 100%;
        max-width: 100%;
    }
}

.searchbox-short .search-container .container {
    width: 100%;
    max-width: 960px;
    padding-right: 0px;
    padding-left: 0px;
}

.search-container .col-md-6 {
    float: right;
    padding-right: 0;
}

.latest-news .col-xs-6:nth-of-type(odd) {
    padding: 0 15px 0 0 !important;
}

.latest-news .col-xs-6:nth-of-type(even) {
    padding: 0 0 0 15px !important;
}

section .hero-container {
    padding: 0 0px;
}

section.text-editor {
    margin-top: 0px;
}

.text-editor .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.calendar-outer-wrap .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 1200px) {
    .container {
        width: 960px;
    }

    .content-container {
        max-width: 960px;
    }
}

@media (min-width: 960px) {
    .container {
        width: 960px !important;
    }
}

@media (min-width: 768px) {
    .calendarBtn:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .cal-view:hover {
        transform: none;
        -webkit-transform: none;
    }
}

@media (min-width: 991px) {
    .cal-view:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .mobile-helper {
        width: 100%;
    }

    .always-show {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .searchbox-short .search-bar {
        right: 0;
    }
}

@media screen and (max-width: 991px) {
    .featured-projects .col-sm-6 {
        padding: 10px 0;
    }

    .outer-filter-wrap {
        width: 44% !important;
    }

    .cal-view {
        width: 33.3%;
        padding: 10px 20px !important;
        font-size: 16px;
    }
}

@media screen and (min-width:769px) {
    .day-week-btns .col-md-12 {
        padding-right: 0px;
    }
}

@media screen and (max-width:960px) {
    .cal-wrap .col-sm-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .search-container .col-md-6 {
        float: none;
    }

    .calendarBtn {
        float: none;
        font-size: 16px;
        padding: 10px 20px !important;
    }

    .calendar-outer-wrap {
        margin: 60px 0 0 0;
    }

    .news-card-container {
        flex-wrap: wrap;
        margin-bottom: 20px;
        justify-content: center;
    }

    .latest-news a {
        max-width: none;
        width: 47%;
        margin-bottom: 15px;
    }

        .latest-news a:last-child {
            margin: 0 auto;
        }

    .more-news a:last-child {
        width: 250px;
    }

    .homepage-sidebar-template .welcome {
        margin-top: 40px;
    }

    .quick-connect-links .col-md-12, .quick-connect-links .col-sm-6, .panel-group {
        /*padding-right: 0 !important;
        padding-left: 0 !important;*/
    }

    .featured-projects .project-item img {
        width: 100%;
    }

    .events-calendar .col-sm-6:nth-of-type(odd) {
        padding: 0 10px 0 0 !important;
    }

    .events-calendar .col-sm-6:nth-of-type(even) {
        padding: 0 0 0 10px !important;
    }

    .latest-news .row:nth-of-type(2) {
        margin: 0 auto;
        display: table;
    }

    .latest-news .col-xs-6:nth-of-type(odd) {
        padding: 0 10px 0 0 !important;
    }

    .latest-news .col-xs-6:nth-of-type(even) {
        padding: 0 0 0 10px !important;
    }

    .latest-news a {
        height: auto !important;
        width: 45%;
    }

    .outer-filter-wrap {
        width: 54% !important;
    }

    .outer-filter-wrap {
        width: 96% !important;
        left: calc(50% - 96% / 2);
        top: 45px;
        margin: 0
    }

    .calendar-view-btns {
        display: flex;
        /*overflow: hidden;*/
        align-items: center;
        justify-content: center;
    }

        .calendar-view-btns a {
            width: 30%;
            /*float: right;*/
        }

    .cal-wrap {
        margin-top: -60px;
    }

    .more-news a {
        width: 250px;
    }
}

@media screen and (max-width: 600px) {
    .dept-branding img {
        max-height: 72px;
        margin: 11px 25px 0;
    }

    .latest-news a {
        height: auto !important;
        width: 44%;
    }
}

@media screen and (max-width: 480px) {
    .latest-news a {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .calendar-view-btns a {
        width: calc(50% - 8px);
        /*float: left;*/
    }

    .fc-toolbar h2 {
        font-size: 24px;
    }

    .calendar-filter-container .calendar-filter-header h5 {
        font-size: 16px;
    }

    .latest-news .col-xs-6:first-child {
        padding: 0 5px 0 0 !important;
    }

    .latest-news .col-xs-6:last-child {
        padding: 0 0 0 5px !important;
    }

    .quick-links-container .col-sm-6:nth-child(odd) {
        padding-right: 0;
    }
}
/** table **/
table .sortableTable {
    width: 100%;
}

.sortableTable .sortableColumn {
    cursor: pointer !important;
}

.selectedColumn {
    background-color: lightyellow !important;
}

.sortableColumn.colAsc::after {
    font-family: FontAwesome;
    content: " \f0de";
}

.sortableColumn.colDesc::after {
    font-family: FontAwesome;
    content: " \f0dd";
}
/*** FORMS ***/
iframe {
    font-size: 14px !important;
    color: #666;
}

/* Contact Table */
.tg-wrap &gt; .table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td {
    background-color: #f1f2f5;
}

/* Contact Tiles */
.contact-tiles-container {
}

    .contact-tiles-container .bureau-heading {
        margin-top: 20px;
        font-size: 18px;
        border-bottom: 1px solid #000;
    }

    .contact-tiles-container .contact-tile {
        margin-top: 10px;
    }

        .contact-tiles-container .contact-tile .tile-name {
            font-size: 16px;
        }

        .contact-tiles-container .contact-tile .tile-subsection {
            font-weight: 600;
        }

        .contact-tiles-container .contact-tile .tile-dark {
            padding: 10px;
            background-color: #236092;
            color: #fff;
        }

            .contact-tiles-container .contact-tile .tile-dark .tile-name {
                padding-top: 25px;
            }

            .contact-tiles-container .contact-tile .tile-dark a,
            .contact-tiles-container .contact-tile .tile-dark i {
                color: #fff;
            }

                .contact-tiles-container .contact-tile .tile-dark a:hover,
                .contact-tiles-container .contact-tile .tile-dark i:hover {
                    color: #ccc;
                }

@media screen and (max-width: 960px) {
    .contact-tiles-container .contact-tile .tile-dark .tile-name {
        padding-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .contact-tiles-container .contact-tile .tile-dark .tile-name {
        padding-top: 10px;
    }

    .contact-tiles-container .contact-tile .tile-dark .img-circle {
        max-height: 200px;
    }
}

.contact-tiles-container .contact-tile .tile-light {
    padding: 10px;
    background-color: #f1f2f5;
    border: 1px solid #e5e5e5;
    color: #000;
}

    .contact-tiles-container .contact-tile .tile-light a,
    .contact-tiles-container .contact-tile .tile-light i {
        color: #2A82E8;
    }

        .contact-tiles-container .contact-tile .tile-light a:hover
        .contact-tiles-container .contact-tile .tile-light i:hover {
            color: #236092;
        }


@media screen and (min-width: 768px) {
    .hero-large {
        display: block;
    }

    .hero-small {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hero-large {
        display: none;
    }

    .hero-small {
        display: block;
    }
}

.ds-table-image-description {
    margin-top: 10px;
    margin-bottom: 0;
}

    .ds-table-image-description .row {
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

        .ds-table-image-description .row:last-child {
            border: none;
            padding-bottom: 0;
        }

    .ds-table-image-description .col-sm-6,
    .ds-table-image-description .col-lg-4 {
        padding-left: 0;
    }

    .ds-table-image-description .member-title {
        font-weight: bold;
        padding-bottom: 10px;
    }

@media screen and (max-width: 480px) {
    .ds-table-image-description .row {
        padding-bottom: 0;
    }

        .ds-table-image-description .row:first-child .member-image {
            padding-top: 0;
        }

    .ds-table-image-description .member-image {
        width: 100%;
        padding-top: 10px;
    }

    .ds-table-image-description .member-title {
        padding-top: 10px;
    }

    .ds-table-image-description .col-sm-6 {
        padding-right: 0;
    }
}

/*Form CSS*/
.blankTable {
    padding-top: 10px;
}

input[type=radio], input[type=checkbox] {
    width: auto;
}

/* ------------ Environmental Reports ------------ */

.environmental-reports {
    margin-top: 40px;
}

/* DataTables */

.dataTable td.details-control::before {
    cursor: pointer;
    color: #236092;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055";
}

.dataTable tr.shown td.details-control::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f056";
}

.dataTable tr.shown + tr {
    background-color: #f5f5f5;
}

    .dataTable tr.shown + tr &gt; td {
        padding: 20px;
    }

        .dataTable tr.shown + tr &gt; td hr {
            margin: 10px 0;
        }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button a {
        border: 0;
        border-radius: 0;
    }

/* Report Table */

.environmental-reports table thead tr &gt; th:nth-child(2) {
    width: 280px;
}

.environmental-reports table thead tr &gt; th:nth-child(4) {
    width: 200px;
}

.environmental-reports table .review-wrapper {
    background-color: #ffffff;
    padding: 10px 20px;
    margin-top: 20px;
}

.environmental-reports table ul#reviewLinks {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

    .environmental-reports table ul#reviewLinks .fa-file-alt {
        margin-right: 5px;
    }

.environmental-reports .dataTables_filter,
.environmental-reports .dataTables_length {
    display: none;
}

/* Report Table Heading */

.environmental-reports .report-status {
    display: inline-block;
    vertical-align: sub;
}

    .environmental-reports .report-status h2 {
        font-weight: 900;
        text-transform: uppercase;
    }

        .environmental-reports .report-status h2.red {
            color: #DC3545;
        }

        .environmental-reports .report-status h2.red::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f017";
            margin-right: 5px;
            opacity: 0.25;
        }

        .environmental-reports .report-status h2.green {
            color: #28A745;
        }

        .environmental-reports .report-status h2.green::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f058";
            margin-right: 5px;
            opacity: 0.25;
        }

.environmental-reports .report-count {
    margin-left: 10px;
}

/* Open Text Block */

.open-text-block {
    padding: 10px;
    background-color: #F1F2F5;
    margin-bottom: 15px;
}

.open-text-heading {
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #2C313A;
}</pre></body></html>