/*Hide angular code at rendering time.*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

body, html {
    height: 100%;
}

body {
    font-size: 14px;
}

a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    a:hover {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

.content-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-md {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-lg {
    padding-top: 60px;
    padding-bottom: 60px;
}

.headline {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
}

    .headline h2 {
        color: #000;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0 0 20px;
        padding: 0 0 5px;
        display: inline-block;
        line-height: 30px;
    }

        .headline h2:after {
            left: 0;
            right: 0;
            z-index: 1;
            width: 100px;
            height: 2px;
            content: " ";
            bottom: 5px;
            text-align: center;
            position: absolute;
            background-color: #007bff;
        }

.headline-light h2 {
    color: #ffffff !important;
}

.headline-center {
    text-align: center;
}

    .headline-center h2:after {
        left: 50%;
        margin-left: -50px;
    }

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.nearmiss-incident-wrapper {
    background: #f3f7f9;
    font-size: 13px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Header Start*/
.header-wrapper {
    background: #fff;
    position: relative;
    z-index: 1010;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}

.header {
    position: relative;
}

    .header .logo {
        position: relative;
        float: left;
        margin: 6px 0 5px;
    }

        .header .logo img {
            height: 55px;
        }

body .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid #fff;
    background: none;
    margin-bottom: 0;
}

    body .bx-wrapper .bx-controls-direction a {
        width: 34px;
        height: 34px;
        border: 1px solid #cccccc;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    body .bx-wrapper .bx-prev {
        left: 10px;
        background: url(../images/bx-next-pre-h-icon.png) no-repeat top left #ffffff !important;
    }

    body .bx-wrapper .bx-next {
        right: 10px;
        background: url(../images/bx-next-pre-h-icon.png) no-repeat top right #ffffff !important;
    }

    body .bx-wrapper .bx-controls-direction a:hover {
        border: 1px solid #e75a21;
    }

body .home-ourpolicies .bx-wrapper .bx-prev {
    left: auto;
    top: -65px;
    background: url(../images/bx-next-pre-v-icon.png) no-repeat top left #ffffff !important;
    right: 40px;
}

body .home-ourpolicies .bx-wrapper .bx-next {
    right: 0px;
    top: -65px;
    background: url(../images/bx-next-pre-v-icon.png) no-repeat top right #ffffff !important;
}

body .home-whatsnew .bx-wrapper .bx-prev {
    left: auto;
    top: -90px;
    background: url(../images/bx-next-pre-v-icon.png) no-repeat top left #ffffff !important;
    right: 40px;
}

body .home-whatsnew .bx-wrapper .bx-next {
    right: 0px;
    top: -90px;
    background: url(../images/bx-next-pre-v-icon.png) no-repeat top right #ffffff !important;
}
/*
Navigation Menu */
.navigation-menu {
    margin: 0;
    float: right;
}

    .navigation-menu ul {
        margin: 0;
        padding: 0;
    }

        .navigation-menu ul li {
            display: inline-block;
        }

            .navigation-menu ul li a {
                display: block;
                padding: 23px 15px 20px;
                line-height: 20px;
                color: #343a40;
                font-size: 16px;
                text-decoration: none;
                border-bottom: 3px solid transparent;
            }

            .navigation-menu ul li:hover a {
                color: #589ffc;
            }

            .navigation-menu ul li.active a {
                color: #3e8ef7;
                border-bottom-color: #3e8ef7;
            }

.btn-navigation-menu {
    color: #014A7A;
    display: none;
}

@media only screen and (max-width: 991px) {
    .btn-navigation-menu {
        display: inline-block;
    }

    .navigation-menu {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 1;
        width: 100%;
        background: #ffffff;
        float: none;
        border: 1px solid #d5dbdd;
        -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.05);
        box-shadow: 0 3px 12px rgba(0,0,0,.05);
    }

        .navigation-menu ul li {
            display: block;
        }

            .navigation-menu ul li a {
                padding: 10px 15px;
            }
}

/*
Header Buttons */
.header-buttons {
    float: right;
    margin: 15px 0 5px 10px;
}

/*
Plant Selection */
.plant-selection {
    width: 220px;
    float: right;
    margin: 15px 0 0 10px;
}

    .plant-selection i {
        font-size: 20px;
    }

    .plant-selection .form-control,
    .plant-selection .input-group-addon {
        background-color: #f3f7f9;
    }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Header End*/


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Breadcrumb Start*/
.breadcrumb-wrapper {
    background: url('/Areas/Public/Content/images/sub-page-header.jpg');
    background-size: cover;
    position: relative;
}

    .breadcrumb-wrapper .breadcrumb-heading {
        display: block;
        padding: 60px 0;
    }

    .breadcrumb-wrapper h2 {
        font-size: 36px;
        color: #ffffff;
        line-height: 48px;
        margin: 0;
        font-weight: 300;
    }

        .breadcrumb-wrapper h2 span {
            background-color: rgba(255, 255, 255, 0.1);
            padding: 10px 20px;
            display: inline-block;
        }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Breadcrumb End*/


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Floating Menu Start*/
.floating-menu {
    position: fixed;
    z-index: 1020;
    right: 0;
    top: 20%;
    padding: 5px;
    background: #ffffff;
}

    .floating-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .floating-menu ul li {
            margin: 0;
            padding: 0;
        }

            .floating-menu ul li + li {
                margin-top: 5px;
            }

            .floating-menu ul li a {
                display: block;
                width: 130px;
                white-space: normal;
                border: none;
                font-size: 13px;
                line-height: 16px;
            }


@media only screen and (max-width: 767px) {
    .floating-menu {
        position: relative;
        z-index: 1;
        padding: 5px;
        background: #f3f7f9;
        text-align: center;
    }

        .floating-menu ul li {
            display: inline-block;
            vertical-align: top;
            margin: 2px;
        }

            .floating-menu ul li + li {
                margin-top: 2px;
            }
}

.Heading1 {
    font-size: 28px;
    color: #000;
    padding: 10px 0 6px 0;
    margin: 0;
    font-weight: 300;
}

.other_section {
    padding: 5px 0px 5px 10px;
    background: #f3f3f3;
    display: block;
    font-size: 13px;
    color: #666;
    font-style: italic;
    border-bottom: 3px solid #dcdcdc;
    margin: 5px 0 20px;
}

    .other_section i {
        margin: 0 5px 0 0px;
    }

    .other_section span {
        margin: 0 0px 0 0px;
    }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Floating Menu End*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Banner Start*/
.banner-wrapper {
    position: relative;
    z-index: 0;
}

.header > .container {
    display: table;
}

/*Home Page News*/
.home-news-box {
    background: #FFF;
    border: 1px solid #dedede; /* border-bottom: 4px solid #e75a21; */
    width: 100%;
}

.home-latestnews .home-latestnews-h-slider .home-news-box h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-news-box .imgBox {
    height: 300px;
    position: relative;
    border-bottom: 1px solid #dedede;
}

        .home-news-box .imgBox img {
            width: 100%;
            height: 100%;
        }

    .home-news-box .news-date-box {
        position: absolute;
        width: 62px;
        height: 60px;
        background: #e75a21;
        color: #FFF;
        top: 0;
        left: 0;
        text-align: center;
        padding: 5px 8px;
    }

        .home-news-box .news-date-box .news-date {
            font-size: 24px;
            color: #FFF;
            padding: 0 0 4px 0;
            border-bottom: 1px solid #FFF;
            margin: 0;
            font-weight: bold;
            line-height: 22px;
        }

        .home-news-box .news-date-box .news-month {
            font-size: 10px;
            color: #FFF;
            padding: 3px 0 0px 0;
            font-weight: bold;
            text-transform: uppercase;
        }


    .home-news-box .news-short-conent {
        padding: 10px 17px 15px;
    }

        .home-news-box .news-short-conent h2 {
            font-size: 18px;
            color: #333333;
            padding: 5px 0 5px 0;
            margin: 0;
            font-weight: bold;
            line-height: 22px;
            min-height: 55px;
        }

        .home-news-box .news-short-conent p {
            font-size: 14px;
            color: #333333;
            padding: 7px 0 10px 0;
            margin: 0;
            font-weight: bold;
            line-height: 22px;
            min-height: 85px;
        }


        .home-news-box .news-short-conent .redmore-button {
            font-size: 13px;
            color: #666;
            margin: 0;
            display: inline-block;
            position: relative;
            font-weight: 600;
            padding: 8px 22px 8px 0px;
        }

.redmore-button {
    color: #e75a21 !important;
    outline: none !important;
}

.home-news-box .news-short-conent .redmore-button:hover {
    padding: 8px 25px 8px 10px;
    text-decoration: none;
    color: #96c346;
}

    .home-news-box .news-short-conent .redmore-button:hover:after {
        color: #96c346;
    }

@media (max-width:1200px) {
    .home-news-box .news-short-conent h2 {
        min-height: 80px;
    }

    .home-news-box .news-short-conent p {
        min-height: 105px;
    }

    .news_list_main .loop_list .home-news-box {
        min-height: 410px;
    }

    .news_list_main > .loop_list:nth-of-type(n) {
        clear: none;
    }

    .news_list_main > .loop_list:nth-of-type(2n+1) {
        clear: none;
    }

    .news_list_main > .loop_list:nth-of-type(3n+1) {
        clear: both;
    }
}

.equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
}

@media (max-width:991px) {
    .heading h2:before, .heading h2:after {
        width: 20%;
    }

    .home-news-box {
        margin-bottom: 20px;
    }

    .home-Upcomming-Events-wrapper .Upcomming-Events-box {
        margin-bottom: 20px;
    }

    .equal, .equal > div[class*='col-'] {
        display: block !important;
    }

    .header > .container {
        margin-bottom: 0;
    }

    .round-box-section ul li {
        width: 180px;
        height: 180px;
    }

    .home-news-box .news-short-conent h2 {
        min-height: 55px;
    }

    .home-news-box .news-short-conent p {
        min-height: 105px;
    }
}

@media (max-width:768px) {
    .header > .container {
        width: 100%;
    }

    .da-slide .da-img {
        display: none;
    }

    .custom-landing-page {
        right: 15px;
        top: 15px;
    }

    .header .logo {
        position: relative;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .home-news-box .news-short-conent h2 {
        min-height: inherit !important;
    }

    .home-news-box .news-short-conent p {
        min-height: inherit !important;
    }

    .home-news-box .imgBox {
        height: auto;
    }

    .Upcomming-Events-box h2 {
        min-height: inherit !important;
    }

    .Upcomming-Events-box p.Upcomming-Events-text {
        min-height: inherit !important;
    }

    .heading h2:before, .heading h2:after {
        width: 20%;
    }

    .round-box-section ul li {
        width: 200px;
        height: 200px;
        display: block;
        margin: 15px auto;
    }
}

@media (max-width:700px) {
    .home-news-box {
        margin-bottom: 20px;
    }

    .home-Upcomming-Events-wrapper .Upcomming-Events-box {
        margin-bottom: 20px;
    }
}

.ls-container {
    visibility: hidden;
    position: relative
}

.ls-lt-container {
    position: absolute
}

    .ls-lt-container, .ls-lt-container * {
        text-align: left !important;
        direction: ltr !important
    }

.ls-container-fullscreen {
    margin: 0 auto !important;
    padding: 2% !important;
    background: black !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important
}

    .ls-container-fullscreen .ls-thumbnail-wrapper, .ls-container-fullscreen .ls-fullscreen, .ls-container-fullscreen .ls-shadow {
        display: none !important
    }

.ls-overflow-hidden {
    overflow: hidden
}

.ls-inner {
    position: relative;
    background-position: center center;
    z-index: 2
}

.ls-loading-container {
    position: absolute !important;
    display: none;
    z-index: 3 !important;
    left: 50% !important;
    top: 50% !important
}

.ls-loading-indicator {
    margin: 0 auto
}

.ls-inner, .ls-slide {
    width: 100%;
    height: 100%
}

.ls-slide, .ls-layer {
    position: absolute;
    display: none;
    background-position: center center;
    overflow: hidden
}

.ls-active, .ls-animating {
    display: block !important
}

.ls-slide > * {
    position: absolute;
    line-height: normal;
    margin: 0;
    left: 0;
    top: 0
}

.ls-slide .ls-bg {
    left: 0px;
    top: 0px;
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important
}

.ls-yourlogo {
    position: absolute;
    z-index: 99
}

.ls-bar-timer {
    position: absolute;
    width: 0;
    height: 2px;
    background: white;
    border-bottom: 2px solid #555;
    opacity: .55;
    filter: alpha(opacity=55);
    z-index: 4;
    top: 0
}

.ls-circle-timer {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    opacity: .65;
    filter: alpha(opacity=65);
    display: none
}

.ls-ct-half {
    background: white
}

.ls-ct-center {
    background: #444
}

.ls-ct-left, .ls-ct-right {
    width: 50%;
    height: 100%;
    overflow: hidden
}

.ls-ct-left, .ls-ct-right {
    float: left;
    position: relative
}

.ls-ct-rotate {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0
}

.ls-ct-left .ls-ct-rotate, .ls-ct-right .ls-ct-hider, .ls-ct-right .ls-ct-half {
    left: 0
}

.ls-ct-right .ls-ct-rotate, .ls-ct-left .ls-ct-hider, .ls-ct-left .ls-ct-half {
    right: 0
}

.ls-ct-hider, .ls-ct-half {
    position: absolute;
    top: 0
}

.ls-ct-hider {
    width: 50%;
    height: 100%;
    overflow: hidden
}

.ls-ct-half {
    width: 200%;
    height: 100%
}

.ls-ct-center {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    position: absolute
}

.ls-ct-half, .ls-ct-center {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px
}

.ls-bottom-nav-wrapper {
    height: 0
}

.ls-bottom-slidebuttons {
    text-align: left
}

.ls-bottom-nav-wrapper, .ls-below-thumbnails {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 2;
    height: 0;
    text-align: center;
    margin: 0 auto
}

.ls-below-thumbnails {
    display: none;
    z-index: 6
}

.ls-bottom-nav-wrapper a, .ls-nav-prev, .ls-nav-next {
    outline: none
}

* .ls-bottom-nav-wrapper *, * .ls-bottom-nav-wrapper span * {
    direction: ltr !important
}

.ls-bottom-slidebuttons {
    position: relative;
    z-index: 1000
}

.ls-bottom-slidebuttons, .ls-nav-start, .ls-nav-stop, .ls-nav-sides {
    position: relative
}

.ls-nothumb {
    text-align: center !important
}

.ls-vpcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.ls-tn {
    display: none !important
}

.ls-thumbnail-hover {
    display: none;
    position: absolute;
    left: 0
}

.ls-thumbnail-hover-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.ls-thumbnail-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ls-thumbnail-hover-img {
    position: absolute;
    overflow: hidden
}

.ls-thumbnail-hover img {
    max-width: none !important;
    position: absolute;
    display: inline-block;
    visibility: visible !important;
    left: 50%;
    top: 0
}

.ls-thumbnail-hover span {
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important
}

.ls-thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4
}

.ls-thumbnail {
    position: relative;
    margin: 0 auto
}

.ls-thumbnail-inner, .ls-thumbnail-slide-container {
    width: 100%
}

.ls-thumbnail-slide-container {
    overflow: hidden !important;
    position: relative
}

.ls-touchscroll {
    overflow-x: auto !important
}

.ls-thumbnail-slide {
    text-align: center;
    white-space: nowrap;
    float: left;
    position: relative
}

    .ls-thumbnail-slide a {
        overflow: hidden;
        display: inline-block;
        width: 0;
        height: 0;
        position: relative
    }

    .ls-thumbnail-slide img {
        max-width: none !important;
        max-height: 100% !important;
        height: 100%;
        visibility: visible !important
    }

.ls-shadow {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
    overflow: hidden !important;
    visibility: hidden
}

    .ls-shadow img {
        width: 100% !important;
        height: auto !important;
        position: absolute !important;
        left: 0 !important;
        bottom: 0 !important
    }

.ls-bottom-nav-wrapper, .ls-thumbnail-wrapper, .ls-nav-prev, .ls-nav-next {
    visibility: hidden
}

.ls-wp-fullwidth-container {
    width: 100%;
    position: relative
}

.ls-wp-fullwidth-helper {
    position: absolute
}

.ls-overflow-hidden {
    overflow: hidden
}

.ls-lt-tile {
    position: relative;
    float: left;
    perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px
}

    .ls-lt-tile img {
        visibility: visible;
        display: inline-block
    }

.ls-curtiles {
    overflow: hidden
}

.ls-curtiles, .ls-nexttiles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ls-curtile, .ls-nexttile {
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.ls-curtile {
    left: 0;
    top: 0
}

    .ls-curtile img, .ls-nexttile img {
        position: absolute;
        filter: inherit
    }

.ls-fullscreen {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block
}

html * .ls-nav-prev, html * .ls-nav-next, html * .ls-container img, html * .ls-bottom-nav-wrapper a, html * .ls-container .ls-fullscreen, body * .ls-nav-prev, body * .ls-nav-next, body * .ls-container img, body * .ls-bottom-nav-wrapper a, body * .ls-container .ls-fullscreen, #ls-global * .ls-nav-prev, #ls-global * .ls-nav-next, #ls-global * .ls-container img, #ls-global * .ls-bottom-nav-wrapper a, #ls-global * .ls-container .ls-fullscreen, html * .ls-thumbnail a, body * .ls-thumbnail a, #ls-global * .ls-thumbnail a {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: none;
    padding: 0;
    border: 0
}

html * .ls-slide > a, body * .ls-slide > a, #ls-global * .ls-slide > a, html * .ls-slide > h1, body * .ls-slide > h1, #ls-global * .ls-slide > h1, html * .ls-slide > h2, body * .ls-slide > h2, #ls-global * .ls-slide > h2, html * .ls-slide > h3, body * .ls-slide > h3, #ls-global * .ls-slide > h3, html * .ls-slide > h4, body * .ls-slide > h4, #ls-global * .ls-slide > h4, html * .ls-slide > h5, body * .ls-slide > h5, #ls-global * .ls-slide > h5, html * .ls-slide > p, body * .ls-slide > p, #ls-global * .ls-slide > p, html * .ls-slide > div, body * .ls-slide > div, #ls-global * .ls-slide > div, html * .ls-slide > span, body * .ls-slide > span, #ls-global * .ls-slide > span, html * .ls-slide > *, body * .ls-slide > *, #ls-global * .ls-slide > * {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none
}

html * .ls-slide > *, body * .ls-slide > *, #ls-global * .ls-slide > * {
    margin: 0
}

html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img {
    background: none !important;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0
}

html * .ls-wp-container .ls-slide > *, body * .ls-wp-container .ls-slide > *, #ls-global * .ls-wp-container .ls-slide > * {
    line-height: normal;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0
}

html * .ls-wp-container .ls-slide > a > *, body * .ls-wp-container .ls-slide > a > *, #ls-global * .ls-wp-container .ls-slide > a > * {
    margin: 0
}

html * .ls-wp-container .ls-slide > a, body * .ls-wp-container .ls-slide > a, #ls-global * .ls-wp-container .ls-slide > a {
    text-decoration: none
}

.ls-wp-fullwidth-container, .ls-wp-fullwidth-helper, .ls-container, .ls-container * {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important
}

html * .ls-yourlogo, body * .ls-yourlogo, #ls-global * .ls-yourlogo {
    margin: 0
}

html * .ls-tn, body * .ls-tn, #ls-global * .ls-tn {
    display: none
}

.site {
    overflow: visible !important
}

.ls-oldiepnghack {
    filter: none !important
}

.ls-gpuhack {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important
}

html * .ls-container .ls-webkit-hack, body * .ls-container .ls-webkit-hack, #ls-global * .ls-container .ls-webkit-hack {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.MR_T30px {
    margin-top: 30px;
}

@media (max-width: 500px) {
    .home-Upcomming-Events-wrapper .Upcomming-Events-box {
        margin-bottom: 20px;
    }

    .header .logo {
        width: 150px;
        padding: 0px 10px;
        z-index: 2;
        position: relative;
        top: 0;
        left: 0;
    }

    .view-all-news-content {
        display: block;
        margin: 0px 0 0px 0;
        font-size: 14px;
        line-height: 14px;
    }

    .view-all-news-buton {
        margin-bottom: 5px;
    }
}
/*Up Coming Events*/
.home-Upcomming-Events-wrapper {
    padding: 30px 0;
    text-align: center;
    background: #64a1a9;
}

    .home-Upcomming-Events-wrapper .heading_2 {
        color: #ffffff;
    }

/*Latest News*/
.latest-news-warper {
    background: #FFF;
    padding: 20px 0 30px;
}

.latest-news-warper-inner {
    background: #ffffff;
    padding: 20px 0 30px;
}

.heading_2 {
    color: #000000;
    font-size: 22px;
    margin: 0;
    padding: 10px 0 10px;
    font-weight: 300;
}

    .heading_2:after {
        content: "";
        display: block;
        width: 70px;
        border-bottom: 2px solid #e75a21;
        margin: 20px 0 25px;
    }

.heading_center .heading_2 {
    text-align: center;
}

    .heading_center .heading_2:after {
        margin: 20px auto 25px;
    }

.latest-news-warper .heading_2 {
    color: #262629;
}



.home-Upcomming-Events-wrapper .Upcomming-Events-box {
    position: relative;
    background: #FFFFFF;
    text-align: center;
    padding: 60px 20px 30px 20px;
    border: 0;
    border-bottom: 4px solid #e4a330;
}

    .home-Upcomming-Events-wrapper .Upcomming-Events-box .Events-date-box {
        position: absolute;
        width: 62px;
        height: 60px;
        background: #e4a330;
        color: #FFF;
        top: 0px;
        left: 0;
        text-align: center;
        padding: 5px 8px;
    }

        .home-Upcomming-Events-wrapper .Upcomming-Events-box .Events-date-box .news-date {
            font-size: 24px;
            color: #FFF;
            padding: 0 0 4px 0;
            border-bottom: 1px solid #FFF;
            margin: 0;
            font-weight: bold;
            line-height: 22px;
        }

        .home-Upcomming-Events-wrapper .Upcomming-Events-box .Events-date-box .news-month {
            font-size: 10px;
            color: #FFF;
            padding: 3px 0 0px 0;
            font-weight: bold;
            text-transform: uppercase;
        }

    .home-Upcomming-Events-wrapper .Upcomming-Events-box h2 {
        font-size: 18px;
        color: #000;
        line-height: 24px;
        padding: 3px 0 0px 0;
        font-weight: 600;
        min-height: 55px;
        margin: 0;
    }

    .home-Upcomming-Events-wrapper .Upcomming-Events-box p.Upcomming-Events-text {
        font-size: 14px;
        color: #666666;
        padding: 3px 0 30px 0;
        font-weight: normal;
        min-height: 80px;
        margin: 0;
    }

    .home-Upcomming-Events-wrapper .Upcomming-Events-box a {
        outline: none;
        background: #ffffff;
        font-size: 13px;
        color: #64a1a9;
        padding: 5px 10px;
        display: inline-block;
        border: 1px solid #64a1a9;
        border-radius: 3px;
        text-decoration: none;
    }

        .home-Upcomming-Events-wrapper .Upcomming-Events-box a:hover, .home-Upcomming-Events-wrapper .Upcomming-Events-box:focus {
            background: #64a1a9;
            color: #FFF;
            text-decoration: none;
        }


@media (min-width: 992px) {
    .news_list_main > .loop_list:nth-of-type(n) {
        clear: none;
    }

    .news_list_main > .loop_list:nth-of-type(2n+1) {
        clear: none;
    }

    .news_list_main > .loop_list:nth-of-type(3n+1) {
        clear: both;
    }
}

.ls-fullwidth .ls-bottom-slidebuttons a {
    position: relative;
}

    .ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active:before,
    .ls-fullwidth .ls-bottom-slidebuttons a:hover:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        height: 8px;
        width: 8px;
        background: #000;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

.ls-bottom-nav-wrapper {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 0;
    text-align: center;
    margin: 0 auto
}

.banner-wrapper.plus-statistics .ls-bottom-nav-wrapper {
    bottom: 80px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Banner End*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Statistics Start*/
.statistics-wrapper {
    position: relative;
    z-index: 1;
}

    .statistics-wrapper .statistics-widget {
        background: #ffffff;
        margin: -100px 0 0 0;
        padding: 30px;
        -webkit-box-shadow: 0 -15px 15px 0 rgba(0,0,0,.25);
        box-shadow: 0 -15px 15px 0 rgba(0,0,0,.25);
    }

        .statistics-wrapper .statistics-widget .statistics {
            padding: 20px 15px;
            border-radius: 0;
        }

            .statistics-wrapper .statistics-widget .statistics h2 {
                font-size: 60px;
                font-weight: 300;
            }

            .statistics-wrapper .statistics-widget .statistics p {
                font-size: 24px;
                font-weight: 200;
            }

@media only screen and (max-width: 767px) {
    .statistics-wrapper .statistics-widget .statistics h2 {
        font-size: 36px;
    }

    .statistics-wrapper .statistics-widget .statistics p {
        font-size: 18px;
        font-weight: 300;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Statistics End*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Events Start*/
.events-list {
}

    .events-list .events-list-item {
    }

        .events-list .events-list-item + .events-list-item {
            margin-top: 20px;
        }

        .events-list .events-list-item .events-list-date {
            height: 90px;
            width: 90px;
            float: left;
            background-color: #007bff;
            text-align: center;
            text-transform: uppercase;
            padding: 18px 0;
            color: #ffffff;
        }

            .events-list .events-list-item .events-list-date span {
                font-size: 30px;
                line-height: 32px;
                font-weight: 500;
            }

                .events-list .events-list-item .events-list-date span label {
                    display: block;
                    font-size: 16px;
                    font-weight: 300;
                    line-height: 20px;
                    color: #ffffff;
                }

        .events-list .events-list-item .events-list-body {
            margin-left: 110px;
        }

            .events-list .events-list-item .events-list-body h3 {
                margin: 0;
                padding: 5px 0 5px;
                font-weight: 400;
            }

            .events-list .events-list-item .events-list-body p {
                margin: 0;
                padding: 0 0 5px;
            }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Events End*/


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Upcoming Events Start*/
.upcoming-events-recent-knowledge-badge-wrapper {
    background: url('/Areas/Public/Content/images/upcoming-events-recent-knowledge-base-bg.png') no-repeat center center;
    background-size: cover;
    background-color: #343a40;
    overflow: hidden;
}

    .upcoming-events-recent-knowledge-badge-wrapper .upcoming-events-widget,
    .upcoming-events-recent-knowledge-badge-wrapper .recent-knowledge-badge-widget {
        height: 100%;
    }

    .upcoming-events-recent-knowledge-badge-wrapper .recent-knowledge-badge-widget {
        position: relative;
        z-index: 0;
    }

        .upcoming-events-recent-knowledge-badge-wrapper .recent-knowledge-badge-widget::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: -15px;
            z-index: -1;
            height: 100%;
            width: 1000%;
            background: #f3f7f9;
        }

@media only screen and (max-width: 767px) {
    .upcoming-events-recent-knowledge-badge-wrapper .recent-knowledge-badge-widget::before {
        left: -50%;
    }
}


/*Upcoming Events*/
.upcoming-events-widget {
    padding: 60px 15px 60px 0;
}

    .upcoming-events-widget .events-list .events-list-item {
        color: #fff;
    }

        .upcoming-events-widget .events-list .events-list-item .events-list-date {
            background: rgba(255, 255, 255, 0.1);
        }

        .upcoming-events-widget .events-list .events-list-item .events-list-body h3 {
            color: #fff;
        }

        .upcoming-events-widget .events-list .events-list-item .events-list-body p {
            color: #fff;
        }

/*Recent Knowledge Badge*/
.recent-knowledge-badge-widget {
    padding: 60px 0 60px 15px;
}

    .recent-knowledge-badge-widget .postpool .article-thumb img {
        height: 80px;
        width: 80px;
    }

    .recent-knowledge-badge-widget .postpool .post-excerpt {
        margin: 0px 0 0 100px;
    }

    .recent-knowledge-badge-widget .postpool .img-article::before {
        left: 40px;
    }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Upcoming Events End*/


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Latest News Start*/
.latest-news-wrapper {
}

.latest-news {
}
/*Inner Banner*/
.innerBanner {
    background: url(/Areas/Public/Content/images/sub-page-header.jpg);
    min-height: 100px;
    background-size: cover;
    position: relative;
}

    .innerBanner:before {
        content: '';
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .innerBanner .bannerHeading {
        display: block;
        padding: 12px 0;
    }

    .innerBanner h2 {
        font-size: 26px;
        color: #ffffff;
        line-height: 40px;
        margin: 15px 0 0 0;
        font-weight: 300;
        z-index: 2;
        position: relative;
    }

        .innerBanner h2 span {
            background-color: #64a1a9;
            padding: 3px 10px;
        }

.latest-news .latest-news-item {
    min-height: 240px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}

    .latest-news .latest-news-item .latest-news-image {
        height: 220px;
        position: relative;
    }

        .latest-news .latest-news-item .latest-news-image img {
            height: 100%;
            width: 100%;
        }

    .latest-news .latest-news-item .latest-news-date {
        position: absolute;
        right: 15px;
        bottom: -15px;
        height: 80px;
        width: 80px;
        background-color: #007bff;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        padding: 15px 0;
    }

        .latest-news .latest-news-item .latest-news-date span {
            font-size: 30px;
            line-height: 32px;
            font-weight: 500;
        }

            .latest-news .latest-news-item .latest-news-date span label {
                display: block;
                font-size: 16px;
                font-weight: 300;
                line-height: 20px;
                color: #ffffff;
            }

    .latest-news .latest-news-item .latest-news-content {
        padding: 20px;
    }

        .latest-news .latest-news-item .latest-news-content h3 {
            padding: 0;
            margin: 5px 0 0;
            font-weight: 400;
            line-height: 30px;
            min-height: 60px;
            display: block;
        }

        .latest-news .latest-news-item .latest-news-content p {
            padding: 0;
            margin: 5px 0 10px 0;
            font-weight: normal;
            line-height: 20px;
            min-height: 85px;
        }

/*.latest-news .latest-news-item .latest-news-content a {
  text-transform: uppercase;
}*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Latest News End*/


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Detail Page Start*/
.detail-page {
}

    .detail-page .detail-page-heading h1 {
        font-size: 30px;
        padding: 0 0 10px 0;
        margin: 0;
        font-weight: 300;
    }

    .detail-page .detail-page-post-by {
        padding: 5px 0px 5px 10px;
        background: #f3f7f9;
        font-size: 13px;
        margin: 0 0 20px;
    }

        .detail-page .detail-page-post-by span {
            margin: 0 0 0 0;
        }

            .detail-page .detail-page-post-by span i {
                margin: 0 5px 0 0;
            }

    .detail-page .detail-page-body {
    }

        .detail-page .detail-page-body img {
            max-width: 100%;
        }

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Detail Page Start*/


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Footer Wrapper Start*/
.footer-wrapper {
    padding: 10px 30px;
    background-color: #f3f7f9;
    text-align: center;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Footer Wrapper End*/


/*No data available*/
.grey_box_message {
    padding: 0 10px;
    position: relative;
    display: inline-block;
    line-height: 26px !important;
    color: #000;
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

    .grey_box_message:before, .grey_box_message:after {
        content: ' ';
        width: 60%;
        top: 12px;
        position: absolute;
        border: 1px solid #a94025;
    }

    .grey_box_message:before {
        right: 100%;
    }

    .grey_box_message:after {
        left: 100%;
    }

.ta-hidden-input {
    display: none;
}

/* Start Whats New and Employee */
.home-whatsnew-employee-wrapper {
    background-color: #f8f8f8;
    padding: 40px 0;
}

@media (min-width: 992px) {
    .home-whatsnew-employee-wrapper .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.home-ourpolicies {
    padding: 0 25px 25px 0;
}

.home-ourpolicies .btn-primary {
    border-color: #fff;
    margin-top: 15px;
}


.home-whatsnew-v-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .home-whatsnew-v-slider li {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px dashed #e75a21;
    }

        .home-whatsnew-v-slider li .date {
            font-size: 16px;
            line-height: 12px;
            padding: 2px 4px;
            margin: 0 0 3px;
            display: inline-block;
            border-radius: 2px;
            color: #000;
        }

        .home-whatsnew-v-slider li a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            color: #000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-left: 5px;
        }
/*Loader*/
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 40%;
    z-index: 999999;
}

    .loader .loader_2 {
        left: 46.8%;
        z-index: 1051;
    }

.loader_2 {
    position: relative;
    left: 50%;
    width: 40px;
    height: 40px;
}

    .loader_2 img {
        display: block;
        bottom: 0px;
        width: 20px;
        height: 20px;
        position: absolute;
    }

.home-latestnews-h-slider p a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
}

.home-employee {
    height: calc(100% - 25px);
    background-color: #ffffff;
    padding: 10px 10px 25px 10px;
    border: 1px solid #eee;
}

.home-ourpolicies-v-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .home-ourpolicies-v-slider li {
        margin: 0;
        padding: 10px 0;
    }

        .home-ourpolicies-v-slider li a {
            display: block;
            font-size: 18px;
            line-height: 20px;
            color: #171616;
            font-weight: 600;
        }

.home-employee-h-slider, .home-ourpolicies-v-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .home-employee-h-slider li, .home-ourpolicies-v-slider li {
        margin: 0;
        padding: 0px;
        text-align: center;
    }

    .home-employee-h-slider .home-employee-pic, .home-ourpolicies-v-slider .home-employee-pic {
        height: 300px;
        width: 100%;
        display: block;
        margin: 0 auto 0px;
        border: 2px solid #e75a21;
        border-radius: 10px;
        overflow: hidden;
    }

        .home-employee-h-slider .home-employee-pic img, .home-ourpolicies-v-slider .home-employee-pic img {
            height: 300px;
            width: 100%;
        }

    .home-employee-h-slider li h5, .home-ourpolicies-v-slider li h5, .home-latestnews-h-slider li h5 {
        font-size: 18px;
        font-weight: 600;
    }

    .home-employee-h-slider li h6, .home-ourpolicies-v-slider li h6, .home-latestnews-h-slider li h6 {
        font-size: 16px;
        font-weight: 400;
    }

    .home-employee-h-slider li p, .home-ourpolicies-v-slider li p, .home-latestnews-h-slider li p {
        font-size: 14px;
    }


.news_section {
    margin-top: 12px;
}