﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

em {
    margin: 0;
    border: 0;
    outline: 0;
}

:focus {
    outline: 0
}


ol, ul {
    list-style: none;
}




.carousel {
    position: relative;
    background: #252849;
    text-align: center
}

    .carousel .wrapper {
        padding-bottom: 30px
    }

    .carousel .slides {
        position: relative
    }

        .carousel .slides .slide {
            max-width: 100%
        }

        .carousel .slides:after {
            display: block;
            clear: both;
            content: ''
        }

    .carousel .nav {
        margin-top: 10px
    }

        .carousel .nav .nav-items {
            display: inline-block;
            position: relative;
            min-width: 20px;
            height: 32px;
            margin: 0 15px;
            cursor: pointer;
            vertical-align: middle
        }

            .carousel .nav .nav-items:before, .carousel .nav .nav-items:after {
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                width: 9px;
                background-image: url("../Images/player.png");
                content: ''
            }

            .carousel .nav .nav-items:before {
                left: -9px;
                background-position: -154px -152px
            }

            .carousel .nav .nav-items:after {
                right: -9px;
                background-position: -225px -152px
            }

            .carousel .nav .nav-items .sxa-bullets, .carousel .nav .nav-items .sxa-numbers {
                position: relative;
                width: 20px;
                height: 32px;
                float: left
            }

                .carousel .nav .nav-items .sxa-bullets:before {
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 20px;
                    height: 32px;
                    -webkit-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                    background-image: url("../Images/player.png");
                    background-position: 0 -152px;
                    content: ''
                }

                .carousel .nav .nav-items .sxa-bullets.active:before {
                    background-position: -75px -152px
                }

            .carousel .nav .nav-items .sxa-numbers {
                padding-top: 3px;
                background: linear-gradient(to bottom,#eee 0%,#efefef 3%,#fbfbfb 16%,#fefefe 22%,#fff 34%,#fdfdfd 41%,#f7f7f7 50%,#e8e8e8 66%,#d5d5d5 78%,#cecece 84%,rgba(13,15,17,.44) 88%,rgba(13,15,17,.3) 94%,rgba(13,15,17,.12) 100%)
            }

                .carousel .nav .nav-items .sxa-numbers:hover {
                    color: #878787
                }

                .carousel .nav .nav-items .sxa-numbers.active {
                    font-weight: bold
                }

        .carousel .nav .prev-text, .carousel .nav .next-text {
            display: inline-block;
            position: relative;
            font-size: 0;
            text-decoration: none;
            vertical-align: middle
        }

            .carousel .nav .next-text:hover, .carousel .nav .next-text:active {
                color: #878787;
                text-decoration: none
            }

            .carousel .nav .next-text:after {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                display: block;
                font-size: 20px;
                content: "ï”"
            }

            .carousel .nav .prev-text:hover, .carousel .nav .prev-text:active {
                text-decoration: none
            }

            .carousel .nav .prev-text:after {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                display: block;
                font-size: 20px;
                content: "ï“"
            }

    .carousel.image-full-size .carousel-body {
        top: 2%;
        height: auto;
        opacity: .8
    }

    .carousel.image-full-size .carousel-link {
        right: 1%;
        bottom: 2%;
        left: auto;
        opacity: .8
    }

    .carousel .flexslider {
        position: relative
    }

        .carousel .flexslider .slides .slide {
            width: 100%;
            height: 40vw;
            min-height: 420px;
            max-height: 720px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover
        }

            .carousel .flexslider .slides .slide img {
                display: none
            }

        .carousel .flexslider .flex-control-thumbs {
            display: flex;
            position: absolute;
            bottom: 3.8rem;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            width: 100%
        }

            .carousel .flexslider .flex-control-thumbs li {
                display: inline-flex;
                position: relative;
                width: 16rem;
                height: 9rem;
                margin: 0 6px;
                cursor: pointer
            }

                .carousel .flexslider .flex-control-thumbs li:before {
                    display: block;
                    position: absolute;
                    right: 0;
                    bottom: -7px;
                    left: 0;
                    width: 100%;
                    height: 2px;
                    content: ''
                }

                .carousel .flexslider .flex-control-thumbs li.flex-active:before {
                    background-color: #ee2737
                }

                .carousel .flexslider .flex-control-thumbs li img {
                    min-width: 100%;
                    min-height: 100%
                }

@media(max-width:991px) {
    .carousel .flexslider .flex-control-thumbs li {
        width: 10rem;
        height: 5.625rem
    }
}

@media(max-width:767px) {
    .carousel .flexslider .flex-control-thumbs {
        display: none
    }
}

.carousel.carousel-hero {
    padding: 0
}

    .carousel.carousel-hero .wrapper {
        padding: 0
    }

    .carousel.carousel-hero.image-full-size img {
        position: relative;
        left: 50%;
        width: auto !important;
        min-width: 100vw !important;
        max-width: none;
        min-height: 100% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .carousel.carousel-hero .field-slideimage {
        position: relative;
        width: 100%;
        height: 1080px;
        min-height: 720px;
        max-height: 56.25vw;
        overflow: hidden
    }

    .carousel.carousel-hero .field-slidetext {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        max-width: 872px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #fff
    }

        .carousel.carousel-hero .field-slidetext h1 {
            margin-bottom: 30px;
            color: inherit;
            font-weight: 500;
            line-height: 1em;
    font-size: 3.4em;
            text-transform: uppercase
        }

            .carousel.carousel-hero .field-slidetext h1 span {
                color: #ee2737
            }

        .carousel.carousel-hero .field-slidetext p {
            margin-top: 0;
            margin-bottom: 1em;
            font-size: 24px;
            line-height: 1.25em
        }

            .carousel.carousel-hero .field-slidetext p:last-child {
                margin-bottom: 0
            }

        .carousel.carousel-hero .field-slidetext .btn.btn-link {
            color: #fff
        }

            .carousel.carousel-hero .field-slidetext .btn.btn-link:after {
                background-color: #fff
            }

            .carousel.carousel-hero .field-slidetext .btn.btn-link:hover {
                color: #fff
            }

    .carousel.carousel-hero .nav {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

        .carousel.carousel-hero .nav .nav-items:before, .carousel.carousel-hero .nav .nav-items:after {
            display: none;
            content: none
        }

        .carousel.carousel-hero .nav .nav-items .sxa-bullets {
            width: 12px;
            height: 12px;
            margin-right: 12px;
            border: 2px solid #fff;
            border-radius: 100%;
            background: transparent
        }

            .carousel.carousel-hero .nav .nav-items .sxa-bullets.active {
                background: #fff
            }

            .carousel.carousel-hero .nav .nav-items .sxa-bullets:last-child {
                margin-right: 0
            }

            .carousel.carousel-hero .nav .nav-items .sxa-bullets:before, .carousel.carousel-hero .nav .nav-items .sxa-bullets:after {
                display: none;
                content: none
            }

@media(max-width:1199px) {
    .carousel.carousel-hero .field-slideimage {
        height: 470px
    }

        .carousel.carousel-hero .field-slideimage img {
            width: 150% !important;
            height: auto !important
        }
}

@media(max-width:991px) {
    .carousel.carousel-hero .field-slideimage {
        height: calc(100vh - 117px);
        max-height: 42rem;
        overflow: hidden
    }
}

@media(max-width:767px) {
    .carousel.carousel-hero.image-full-size img {
        width: 200% !important;
        height: auto !important
    }

    .carousel.carousel-hero .field-slideimage {
        min-height: 0
    }

    .carousel.carousel-hero .field-slidetext h1 {
        font-size: 60px
    }

    .carousel.carousel-hero .field-slidetext p {
        font-size: 18px
    }
}

@media(max-width:575px) {
    .carousel.carousel-hero .field-slidetext h1 {
        font-size: 36px
    }

    .carousel.carousel-hero .field-slidetext p {
        font-size: 16px
    }
}

@media(max-width:768px) {
    .carousel {
        padding: 0
    }
}
.list-files > .component-content li a {
    font-size: 20px;
    padding-left: 20px !important;
}

.list-files > .component-content ul {
    padding-top: 1.5% !important;
    padding-bottom: 2% !important;
}

.list-files > .component-content li {
    padding-left: 2% !important;
}

.component.link-list.list-files h3 {
    font-size: 28px;
}

.carousel.carousel-hero .field-slideimage {
    height: 500px !important;
    min-height: 500px !important;
}


.carousel.carousel-hero-contractors .field-slideimage {
    height: 500px !important;
    min-height: 500px !important;
}

.carousel.carousel-hero-tenants .field-slideimage {
    height: 500px !important;
    min-height: 500px !important;
}




.col-md-8.indent-top-splitter{
    padding-top:1.5% !important;
}

.sub-items h3 {
    font-size: 18px !important;
}

.sub-items > .col-med-6 {
padding-left: 40px;
}

.container.sub-items > .component-content li a {
    font-size: 16px !important;
    padding-left: 20px !important;
}
.acc-panel p{
	font-family: unset !important;
}

.acc-block h2, .acc-block h3{
	text-transform: capitalize;
}
.acc-block li{
	color:black;
	font-size: 18px;
}

.acc-block ol > li > ul > li{
    list-style: disc;
    list-style-position: inside;
}
.acc-block ol > li > ul > li::before{
	content: none;
}

.acc-block ul li, .acc-block .rich-text ul li{
	padding-left: 0;
	list-style: disc;
}
.acc-block ul li::before,.acc-block ul li::before {
    content: none;
}

.acc-block ul, .acc-block ul {
    margin-left: 4.5rem;
}

.acc-panel > ol{
	margin-left: 2.5em;
}
.row.component.column-splitter {
    padding-top: 100px;
    padding-bottom: 100px;
}
.field-heading {
    padding-top: 10px;
    font-weight: 500;
    text-decoration: underline ;
    cursor: pointer;
    display: inline-block;
}
