.fancybox3-slide--iframe .fancybox3-content {
    max-width: 100%;
    max-height: 100%
}

.media-viewer-btn-container {
    border: none;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999
}

.media-viewer-btn-container,
.media-viewer-btn-container * {
    box-sizing: border-box
}

.media-viewer-btn {
    visibility: hidden;
    overflow: visible;
    z-index: 11;
    position: relative;
    width: 100px;
    height: 100px;
    cursor: pointer;
    -webkit-transition: transform .2s cubic-bezier(.15, .81, .74, .98);
    -moz-transition: transform .2s cubic-bezier(.15, .81, .74, .98);
    -o-transition: transform .2s cubic-bezier(.15, .81, .74, .98);
    transition: transform .2s cubic-bezier(.15, .81, .74, .98);
    -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, .4));
    perspective: 1000px
}

.media-viewer-btn:hover {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .7));
    filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .7))
}

@media(max-width:800px) {
    .media-viewer-btn {
        width: 60px;
        height: 60px
    }
}

.media-viewer-btn svg {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(.5) rotateY(0);
    transform: scale(.5) rotateY(0)
}

.media-viewer-btn svg .st5 {
    fill: #d59b79!important;
    stroke: #d59b79!important
}

.expandUp {
    -webkit-animation-name: expandUp;
    animation-name: expandUp;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    visibility: visible!important
}

@keyframes expandUp {
    0% {
        transform: translateY(100%) scale(.6) scaleY(.5)
    }
    60% {
        transform: translateY(-7%) scaleY(1.12)
    }
    75% {
        transform: translateY(3%)
    }
    100% {
        transform: translateY(0%) scale(1) scaleY(1)
    }
}

@-webkit-keyframes expandUp {
    0% {
        -webkit-transform: translateY(100%) scale(.6) scaleY(.5)
    }
    60% {
        -webkit-transform: translateY(-7%) scaleY(1.12)
    }
    75% {
        -webkit-transform: translateY(3%)
    }
    100% {
        -webkit-transform: translateY(0%) scale(1) scaleY(1)
    }
}

.spin-left {
    -webkit-animation: spinLeft 10s;
    animation: spinLeft 10s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@keyframes spinLeft {
    0% {
        transform: scale(.5)
    }
    85% {
        transform: scale(.5)
    }
    90% {
        transform: scale(.45)
    }
    92% {
        transform: scale(.6) rotateY(0)
    }
    96% {
        transform: scale(.45) rotateY(360deg)
    }
    100% {
        transform: scale(.5)
    }
}

@-webkit-keyframes spinLeft {
    0% {
        -webkit-transform: scale(.5) rotateY(0)
    }
    85% {
        -webkit-transform: scale(.5) rotateY(0)
    }
    90% {
        -webkit-transform: scale(.45) rotateY(0)
    }
    92% {
        -webkit-transform: scale(.6) rotateY(0)
    }
    96% {
        -webkit-transform: scale(.45) rotateY(360deg)
    }
    100% {
        -webkit-transform: scale(.5) rotateY(360deg)
    }
}

.spin-right {
    -webkit-animation: spinRight 10s;
    animation: spinRight 10s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@keyframes spinRight {
    0% {
        transform: scale(.5)
    }
    85% {
        transform: scale(.5)
    }
    90% {
        transform: scale(.45)
    }
    92% {
        transform: scale(.6)
    }
    96% {
        transform: scale(.45)
    }
    100% {
        transform: scale(.5)
    }
}

@-webkit-keyframes spinRight {
    0% {
        -webkit-transform: scale(.5)
    }
    85% {
        -webkit-transform: scale(.5)
    }
    90% {
        -webkit-transform: scale(.45)
    }
    92% {
        -webkit-transform: scale(.6)
    }
    96% {
        -webkit-transform: scale(.45)
    }
    100% {
        -webkit-transform: scale(.5)
    }
}

.pulse {
    -webkit-animation: pulse 10s;
    animation: pulse 10s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@keyframes pulse {
    0% {
        transform: scale(.5)
    }
    85% {
        transform: scale(.5)
    }
    90% {
        transform: scale(.45)
    }
    92% {
        transform: scale(.6)
    }
    96% {
        transform: scale(.45)
    }
    100% {
        transform: scale(.5)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.5)
    }
    85% {
        -webkit-transform: scale(.5)
    }
    90% {
        -webkit-transform: scale(.45)
    }
    92% {
        -webkit-transform: scale(.6)
    }
    96% {
        -webkit-transform: scale(.45)
    }
    100% {
        -webkit-transform: scale(.5)
    }
}

.fancybox3-media-viewer,
.fancybox3-media-viewer * {
    box-sizing: border-box
}

.fancybox3-media-viewer.fancybox3-is-open .fancybox3-bg {
    opacity: 1!important
}

.fancybox3-media-viewer .fancybox3-button--play::before,
.fancybox3-media-viewer .fancybox3-button--pause::before {
    top: calc(50%- 6px);
    left: calc(50%- 4px)
}

.fancybox3-media-viewer .fancybox3-button--fullscreen::before {
    top: calc(50%- 6px);
    left: calc(50%- 7px)
}

.fancybox3-media-viewer .fancybox3-button--close::before,
.fancybox3-media-viewer .fancybox3-button--close::after {
    top: calc(50%- 1px);
    left: calc(50%- 8px)
}

.fancybox3-media-viewer .fancybox3-button--thumbs::before {
    top: calc(50%- 2px);
    left: calc(50%- 2px)
}

.fancybox3-media-viewer .fancybox3-button.fancybox3-availableunits {
    width: auto;
    padding-left: 41px;
    padding-right: 18px;
    display: none
}

.fancybox3-media-viewer .fancybox3-availableunits:before {
    width: 15px;
    height: 2px;
    box-shadow: inset 0 0 0 32px, 0 -6px, 0 6px;
    top: calc(50%- 1px);
    left: 15px
}

.fancybox3-media-viewer .fancybox3-button.fancybox3-contact {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
    display: none
}

.fancybox3-media-viewer .fancybox3-mail {
    width: 21px;
    height: 14px;
    overflow: hidden;
    margin: 0 5px 3px 0;
    border: 2px solid;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-style: normal;
    text-align: left;
    text-indent: -9999px;
    direction: ltr
}

.fancybox3-media-viewer .fancybox3-mail:before {
    content: '';
    pointer-events: none;
    position: absolute;
    width: 24.62px;
    height: 24.62px;
    -webkit-transform: rotate(50deg) skew(-10deg, -20deg);
    -ms-transform: rotate(50deg) skew(-10deg, -20deg);
    transform: rotate(50deg) skew(-1deg, -12deg);
    top: -22px;
    left: -4px;
    border: 2px solid
}

.fancybox3-media-viewer .fancybox3-toolbar .fancybox3-title {
    display: none
}

.fancybox3-tour .img_wrapper {
    position: relative;
    background-color: #1f1f1f
}

.mosaic-img.fancybox3-tour {
    background-color: #1f1f1f
}

.fancybox3-tour .img_wrapper:after,
.mosaic-img.fancybox3-tour:after {
    content: '';
    background-repeat: no-repeat!important;
    background-position: 50% 50%!important;
    background-size: 33%!important;
    background-color: rgba(33, 33, 33, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.6 83.17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-3%7Bfill-rule:evenodd;%7D.cls-1%7Bopacity:0.4;%7D.cls-2,.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='tour-icon.svg'%3E%3Cpath d='M38 75.61a30 30 0 0 1-30-30V44v-.54s0-.66.07-1 .06-.44.08-.66.06-.56.11-.84.09-.48.13-.72.08-.5.13-.75.12-.51.18-.77.1-.45.16-.68.15-.54.23-.81.11-.41.17-.61.19-.57.29-.85.12-.36.18-.54.23-.59.35-.88.12-.32.19-.48c.13-.31.27-.61.41-.91l.19-.41c.15-.32.32-.63.48-.94l.18-.35c.18-.33.36-.64.55-1l.17-.29c.2-.33.41-.66.63-1l.15-.23c.23-.34.46-.67.7-1l.13-.18c.25-.34.51-.67.78-1l.1-.13c.28-.34.57-.67.86-1l.07-.08q.46-.51.94-1l1-1a29.91 29.91 0 0 1 20-7.87v8l9.58-6.51A30 30 0 0 1 38 75.61z' class='cls-1'/%3E%3Cpath d='M35.12 49.28a4.23 4.23 0 0 0-.71-1.28 4.54 4.54 0 0 0-1.09-.95 4.63 4.63 0 0 0-1.4-.58v-.08A4.15 4.15 0 0 0 34.09 45a3.9 3.9 0 0 0 .85-2.56 4.52 4.52 0 0 0-.55-2.27A5 5 0 0 0 33 38.61a6.23 6.23 0 0 0-2-1 8.85 8.85 0 0 0-2.33-.31 8.21 8.21 0 0 0-2.19.29 7.2 7.2 0 0 0-2 .87A6.12 6.12 0 0 0 22.87 40a5.94 5.94 0 0 0-1 2l4 .92a2.55 2.55 0 0 1 .88-1.47 2.44 2.44 0 0 1 1.59-.55 2.56 2.56 0 0 1 1.58.52 1.76 1.76 0 0 1 .69 1.5 1.81 1.81 0 0 1-1 1.74 3.09 3.09 0 0 1-1 .34 7.36 7.36 0 0 1-1.17.09h-1.26v3.13h1.15a7.7 7.7 0 0 1 1.32.12 4.11 4.11 0 0 1 1.18.38 2.26 2.26 0 0 1 .84.73 2 2 0 0 1 .33 1.11 2.19 2.19 0 0 1-.24 1.08 2.15 2.15 0 0 1-.61.71 2.55 2.55 0 0 1-.84.4 3.52 3.52 0 0 1-.93.13 3 3 0 0 1-2-.68 3.22 3.22 0 0 1-1-1.58l-4 1.05a6.2 6.2 0 0 0 1.07 2.19 6.14 6.14 0 0 0 1.67 1.49 7.48 7.48 0 0 0 2.11.86 10 10 0 0 0 2.38.28 8.9 8.9 0 0 0 2.39-.35 6.87 6.87 0 0 0 2.18-1 5.41 5.41 0 0 0 1.57-1.79 5.26 5.26 0 0 0 .6-2.57 4.09 4.09 0 0 0-.23-1.5zM53.37 42.56A7.6 7.6 0 0 0 51 39.78a9.43 9.43 0 0 0-3.31-1.49 16 16 0 0 0-3.69-.45h-6.57V56h6.72a13.06 13.06 0 0 0 3.67-.53 9.63 9.63 0 0 0 3.25-1.64A8.29 8.29 0 0 0 53.38 51a9 9 0 0 0 .88-4.12 9.4 9.4 0 0 0-.89-4.32zm-4.14 6.85A4.38 4.38 0 0 1 47.91 51a5.31 5.31 0 0 1-1.91.88 9.3 9.3 0 0 1-2.25.27h-2.06V41.59h2.16a9.21 9.21 0 0 1 2.18.26 5.29 5.29 0 0 1 1.88.86 4.29 4.29 0 0 1 1.32 1.62 6.77 6.77 0 0 1 0 5.09z' class='cls-2'/%3E%3Cpath d='M75.6 45.37A37.8 37.8 0 1 1 37.8 7.56V0l17.35 11.78L37.8 23.57v-8A30 30 0 1 0 68 45.59v-.22z' class='cls-3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")!important
}

@media(min-width:768px) {
    .grid-item--width2 .mosaic-img.fancybox3-tour:after {
        background-size: 22%
    }
}

.floorplan-image .fancybox3-video,
.floorplan-image .fancybox3-tour {
    display: block;
    position: relative
}

.floorplan-image .fancybox3-video:after {
    content: '';
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://capi.myleasestar.com/v2/dimg/49765509/60x60/49765509.png);
    background-color: rgba(0, 0, 0, .5)
}

.floorplan-image .fancybox3-tour:after {
    content: '';
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://capi.myleasestar.com/v2/dimg/49714615/60x60/49714615.png);
    background-color: rgba(0, 0, 0, .5)
}

.fancybox3-media-viewer .fancybox3-slide--image {
    overflow: hidden
}

.fancybox3-slide--image .fancybox3-image-bg {
    background-size: cover;
    display: block;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -webkit-transform: translate3d(0, 0, 0);
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    z-index: 1;
    opacity: .4;
    margin: 0;
    padding: 0;
    background-color: transparent
}

@media all and (min-width:1400px) {
    .fancybox3-media-viewer.fancybox3-basic-layout {
        border-width: 10vh 30vw
    }
}

@media all and (min-width:1200px) {
    .fancybox3-media-viewer.fancybox3-basic-layout {
        border-width: 10vh 25vw
    }
}

@media all and (min-width:800px) {
    .fancybox3-media-viewer {
        border: 80px solid rgba(0, 0, 0, .8);
        border-width: 10vh 10vw
    }
    .fancybox3-media-viewer.fancybox3-basic-layout .fancybox3-toolbar {
        width: 44px;
        background: rgba(0, 0, 0, .2);
        height: 44px
    }
    .fancybox3-media-viewer.fancybox3-basic-layout .fancybox3-stage {
        top: 0;
        bottom: 0
    }
    .fancybox3-media-viewer.fancybox3-media-viewer-tours-only .fancybox3-toolbar {
        width: auto;
        background: rgba(0, 0, 0, .2);
        height: 44px
    }
    .fancybox3-media-viewer.fancybox3-basic-layout {
        border-width: 10vh 30vw
    }
    .fancybox3-media-viewer.fancybox3-media-viewer-tours-only .fancybox3-stage {
        top: 0
    }
    .fancybox3-media-viewer .fancybox3-thumbs {
        background: #18191c;
        width: 100%;
        height: 125px;
        top: auto
    }
    .fancybox3-media-viewer-tours-only .fancybox3-thumbs {
        text-align: center
    }
    .fancybox3-media-viewer .fancybox3-thumbs>ul {
        overflow-y: hidden
    }
    .fancybox3-media-viewer .fancybox3-thumbs>ul>li {
        width: 125px;
        height: 120px
    }
    .fancybox3-media-viewer-tours-only .fancybox3-thumbs>ul>li {
        width: 165px;
        height: 120px;
        float: none;
        display: inline-block
    }
    .fancybox3-media-viewer-caption {
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #000;
        text-align: center;
        line-height: 115px;
        font-weight: bold;
        z-index: 1;
        background: rgba(0, 0, 0, .5);
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 1)
    }
    .fancybox3-thumbs .fancybox3-media-viewer-caption {
        color: #fff
    }
    .fancybox3-thumbs-active .fancybox3-media-viewer-caption {
        display: none
    }
    .fancybox3-media-viewer.fancybox3-show-thumbs .fancybox3-inner {
        right: 0
    }
    .fancybox3-media-viewer .fancybox3-bg {
        background: #0f1012;
        opacity: 1
    }
    .fancybox3-media-viewer .fancybox3-stage {
        top: 0;
        right: 0
    }
    .fancybox3-media-viewer.fancybox3-show-thumbs .fancybox3-stage {
        bottom: 125px
    }
    .fancybox3-media-viewer.fancybox3-show-caption .fancybox3-stage {
        bottom: 240px
    }
    .fancybox3-media-viewer.fancybox3-basic-layout .fancybox3-stage {
        top: 0;
        bottom: 0
    }
    .fancybox3-media-viewer .fancybox3-arrow--right {
        right: 0;
        bottom: 0
    }
    .fancybox3-media-viewer.fancybox3-show-units .fancybox3-stage {
        right: 34%
    }
    .fancybox3-media-viewer.fancybox3-show-units .fancybox3-arrow--right {
        right: 0
    }
    .fancybox3-media-viewer .fancybox3-units-wrap {
        position: absolute;
        top: 44px;
        right: 0;
        left: auto;
        width: 34%;
        padding: 0;
        background: #fff;
        border-left: 1px solid #ebebeb
    }
    .fancybox3-media-viewer.fancybox3-show-units .fancybox3-units-wrap {
        bottom: 0
    }
    .fancybox3-media-viewer .fancybox3-units {
        padding: 30px 20px;
        border: 0;
        height: 100%;
        overflow-y: scroll
    }
    .fancybox3-media-viewer .fancybox3-caption-wrap {
        position: absolute;
        bottom: 0;
        right: 34%;
        height: 240px;
        left: 0;
        padding: 0;
        background: #fff
    }
    .fancybox3-media-viewer.fancybox3-show-caption .fancybox3-caption-wrap {
        bottom: 0
    }
    .fancybox3-media-viewer.fancybox3-show-caption .fancybox3-navigation {
        position: absolute;
        top: 0;
        left: 0;
        right: 34%;
        bottom: 240px
    }
    .fancybox3-media-viewer .fancybox3-caption {
        padding: 0;
        border: 0;
        height: 100%;
        overflow-y: scroll;
        color: inherit
    }
    .fancybox3-media-viewer .fancybox3-caption-description {
        width: 64%;
        padding: 30px 45px;
        float: left
    }
    .fancybox3-media-viewer .fancybox3-caption-amenities {
        width: 35%;
        min-height: 240px;
        padding: 30px 45px;
        border-left: 1px solid #ebebeb;
        float: right
    }
    .fancybox3-media-viewer .fancybox3-caption-amenities ul {
        margin: 10px 0;
        list-style: none;
        padding: 0
    }
    .fancybox3-media-viewer .fancybox3-caption-amenities ul li:nth-of-type(n+7) {
        display: none
    }
    .fancybox3-media-viewer .fancybox3-caption h3 {
        font-size: 16px;
        color: #d59b79
    }
    .fancybox3-media-viewer .fancybox3-caption h3:first-child {
        margin-top: 0
    }
    .fancybox3-media-viewer .fancybox3-toolbar {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 34%;
        background: #d59b79;
        height: 44px;
        text-align: right
    }
    .fancybox3-media-viewer .fancybox3-toolbar .fancybox3-title {
        display: inline-block;
        float: left;
        line-height: 44px;
        margin: 0 16px;
        color: #fff;
        font-weight: bold
    }
    .fancybox3-media-viewer .fancybox3-button {
        background: transparent;
        color: #fff
    }
    .fancybox3-media-viewer .fancybox3-button--thumbs {
        float: left
    }
    .fancybox3-media-viewer .fancybox3-thumbs>ul>li:before {
        border-radius: 0;
        border: 4px solid #d59b79
    }
    .fancybox3-media-viewer .fancybox3-slide--iframe .fancybox3-content {
        width: 100%!important;
        height: 100%!important;
        margin: 0
    }
    .fancybox3-media-viewer .fancybox3-tour {
        display: block;
        position: relative
    }
    .fancybox3-media-viewer .fancybox3-tour:after {
        content: '';
        background-image: url(https://capi.myleasestar.com/v2/dimg/49714615/40x40/49714615.png);
        background-color: rgba(0, 0, 0, .8);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .fancybox3-media-viewer .fancybox3-video {
        display: block;
        position: relative
    }
    .fancybox3-media-viewer .fancybox3-video:after {
        content: '';
        background-image: url(https://capi.myleasestar.com/v2/dimg/49765509/40x40/49765509.png);
        background-color: rgba(0, 0, 0, .8);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .fancybox3-media-viewer .fancybox3-availableunits h3 {
        margin-top: 0
    }
    .fancybox3-media-viewer .fancybox3-availableunit {
        margin: 7px 0;
        padding: 7px 0;
        border-top: 1px solid #ebebeb
    }
    .fancybox3-media-viewer .fancybox3-caption-wrap {
        pointer-events: auto
    }
    .fancybox3-media-viewer .fancybox3-availableunit .available-now {
        font-weight: bold
    }
    .fancybox3-media-viewer .fancybox3-availableunit {
        display: block;
        padding: 25px 0;
        line-height: 1.5em;
        font-size: 15px
    }
    .fancybox3-media-viewer .fancybox3-availableunit p {
        font-size: 13px
    }
    .fancybox3-media-viewer .fancybox3-availableunit .unit-number,
    .fancybox3-media-viewer .fancybox3-availableunit .unit-rent {
        font-size: 130%;
        display: block;
        margin: 0 0 5px
    }
    .fancybox3-media-viewer .fancybox3-availableunit:after {
        content: '';
        display: table;
        clear: both
    }
    .fancybox3-media-viewer .fancybox3-availableunit .unit-container-left {
        float: left;
        width: 50%
    }
    .fancybox3-media-viewer .fancybox3-availableunit .unit-container-right {
        float: right;
        width: 50%;
        text-align: right
    }
    .fancybox3-navigation-actions {
        position: absolute;
        bottom: 15px;
        right: 15px
    }
    .fancybox3-navigation .fancybox3-button {
        background: #d59b79;
        color: #fff;
        text-decoration: none;
        padding: 5px 20px;
        font-weight: bold;
        font-size: 90%;
        display: inline-block;
        text-align: center;
        margin-top: 5px;
        text-transform: uppercase;
        border-radius: 4px;
        width: auto;
        z-index: 99999;
        line-height: normal;
        margin-left: 10px
    }
    .fancybox3-media-viewer .fancybox3-availableunit .button_2 {
        background: #d59b79;
        color: #fff;
        text-decoration: none;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 90%;
        display: inline-block;
        text-align: center;
        margin-top: 5px;
        text-transform: uppercase;
        border-radius: 3px
    }
    .fancybox3-media-viewer .fancybox3-button.fancybox3-availableunits {
        display: inline-block
    }
    .fancybox3-media-viewer .fancybox3-button.fancybox3-contact {
        display: inline-block
    }
    .fancybox3-button--thumbs {
        display: none
    }
}

.background-gallery {
    position: relative
}

.background-gallery.bg-slide {
    overflow: hidden
}

.background-gallery ul.bg-images {
    height: 500px;
    width: 100%;
    padding: 0;
    margin: 0
}

.background-gallery.bg-fade ul.bg-images {
    width: 100%
}

.background-gallery.bg-slide ul.bg-images {
    left: 0;
    position: relative;
    overflow: hidden
}

.background-gallery .li-image {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat
}

.background-gallery .li-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0
}

.background-gallery .li-image.overlay-opacity-0:before {
    opacity: 0
}

.background-gallery .li-image.overlay-opacity-25:before {
    opacity: .25
}

.background-gallery .li-image.overlay-opacity-50:before {
    opacity: .5
}

.background-gallery .li-image.overlay-opacity-75:before {
    opacity: .75
}

.background-gallery .li-image.overlay-opacity-100:before {
    opacity: 1
}

.background-gallery.bg-fade .li-image {
    width: 100%;
    position: absolute;
    opacity: 0
}

.background-gallery.bg-fade .li-image.show {
    display: block
}

.background-gallery.bg-slide .li-image {
    display: block;
    float: left
}

.background-gallery .bg-bullets {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    list-style-type: none
}

.background-gallery .bg-bullets ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.background-gallery .bg-bullets li {
    float: left;
    font-size: 24px;
    padding: 0 4px;
    cursor: pointer
}

.background-gallery .bg-arrow-left,
.bg-arrow-right {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    -ms-transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    cursor: pointer
}

.background-gallery .bg-arrow-left {
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    left: 40px
}

.background-gallery .bg-arrow-right {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 40px
}

.background-gallery .bg-caption-container {
    position: absolute;
    bottom: 80px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.background-gallery .bg-selected {
    color: #fff
}

.contact-mobile-form input[type=button] {
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    height: 3.4em;
    padding-left: 0;
    text-decoration: none!important;
    width: 11.69em!important
}

.contactus-float-input-div {
    margin: 15px 0
}

.contactus-float-input-div input,
.contactus-float-input-div select,
.contactus-float-input-div textarea {
    box-sizing: border-box;
    border: 1px solid transparent
}

.contactus-float-input-div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: right .75rem center
}

.txt-comments {
    width: 97%
}

.hpInput {
    display: none
}

.contact-mobile-form .contactus-float-input-div input {
    border: 1px solid transparent
}

.gallery-social-widget {
    margin: 3em 0 6em
}

.gallery-social-widget .gallery-social-images:after {
    content: '';
    display: table;
    clear: both
}

.gallery-social-widget .gallery-social-images:hover .gallery-social-card {
    opacity: 0
}

.gallery-social-widget .gallery-social-images:hover img {
    opacity: 1
}

.gallery-social-widget .gallery-social-images>a {
    width: 25%;
    float: left;
    display: block;
    position: relative;
    background-size: cover;
    background-position: 50% 50%
}

@media(max-width:991px) {
    .gallery-social-widget .gallery-social-images>a {
        width: 33.33333%
    }
}

@media(max-width:543px) {
    .gallery-social-widget .gallery-social-images>a {
        width: 50%
    }
}

.gallery-social-widget .gallery-social-images>a img {
    width: 100%
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d59b79;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card .gallery-social-card-content {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card .gallery-social-card-content em {
    font-size: 50px
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card .gallery-social-card-content .gallery-social-hashtag {
    font-size: 2.8rem
}

@media(max-width:767px) {
    .gallery-social-widget .gallery-social-images>a .gallery-social-card .gallery-social-card-content .gallery-social-hashtag {
        font-size: 2rem
    }
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card .gallery-social-card-content p {
    margin: 15px 0
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card .gallery-social-card-content p:first-child {
    margin-top: 0
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card .gallery-social-card-content p a {
    color: #fff;
    line-height: normal;
    display: block
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card .gallery-social-card-content p a:hover,
.gallery-social-widget .gallery-social-images>a .gallery-social-card .gallery-social-card-content p a:focus {
    color: #fff;
    text-decoration: none
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover {
    opacity: 0;
    background: rgba(0, 0, 0, .8)
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover .gallery-social-card-content {
    transform: perspective(1px) translateY(-40%)
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover em {
    font-size: 30px
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover span:last-child em,
.gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover em:nth-of-type(2) {
    margin-left: 30px;
    transform: scaleX(-1)
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover:hover {
    opacity: 1
}

@media(max-width:991px) {
    .gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover,
    .gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover:hover {
        display: none;
        opacity: 0
    }
}

@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape) {
    .gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover,
    .gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover:hover {
        display: none;
        opacity: 0
    }
}

@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape)and (-webkit-min-device-pixel-ratio:2) {
    .gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover,
    .gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover:hover {
        display: none;
        opacity: 0
    }
}

.gallery-social-widget .gallery-social-images>a .gallery-social-card.gallery-social-card--hover:hover .gallery-social-card-content {
    transform: perspective(1px) translateY(-60%)
}

.gallery-social-widget .gallery-social-images:after {
    content: '';
    display: table;
    clear: both
}

.gallery-social-widget .gallery-social-footer {
    font-size: 2.5rem;
    clear: both
}

.gallery-social-widget .gallery-social-footer .col-md-8,
.gallery-social-widget .gallery-social-footer .col-md-4 {
    padding: 0
}

.gallery-social-widget .gallery-social-footer .col-md-8 a,
.gallery-social-widget .gallery-social-footer .col-md-4 a {
    display: block;
    background: #d59b79;
    color: #fff;
    padding: .8em;
    text-align: center;
    line-height: normal;
    text-transform: uppercase
}

.gallery-social-widget .gallery-social-footer .col-md-8 a:hover,
.gallery-social-widget .gallery-social-footer .col-md-4 a:hover {
    background: #d59b79;
    color: #fff
}

.gallery-social-widget .gallery-social-footer .col-md-4 a {
    background: #b1b1b1;
    text-transform: none
}

.gallery-social-widget .gallery-social-footer .col-md-4 a em {
    font-size: 1.5em;
    margin-right: 5px;
    line-height: 0;
    position: relative;
    top: .15em
}

.gallery-social-widget .gallery-social-footer .col-md-4 a:hover {
    background: #9d9d9d
}

.gallery-social-widget .gallery-social-footer:after {
    content: '';
    display: table;
    clear: both
}

.google-map-with-style {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.google-map-with-style #map {
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    z-index: 8000;
    display: none
}

.popUpWindowLightBox {
    display: none;
    font-family: Verdana;
    font-size: 10pt;
    margin-top: -100px;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8500;
    top: 30%;
    left: 0
}

.popUpWindowDialog {
    padding: 15px;
    width: 40%;
    margin: 0 auto;
    height: auto;
    position: fixed;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.imageOverride {
    width: 80%
}

.popUpWindowDialog #popBtnClose {
    background: #d59b79 url("/RPresourceFiles/Themes/essex/images/sprite_corporate_search.png") no-repeat scroll 13px -627px;
    height: 25px;
    margin: 10px 20px 0 0;
    padding: 4px;
    position: absolute;
    right: -45px;
    top: -28px;
    width: 25px;
    border-radius: 36px
}

.imageOverride #popBtnClose {
    right: -30px
}

.popUpWindowText {
    clear: both;
    color: #000;
    overflow: auto;
    line-height: 150%;
    max-height: 450px
}

.popUpWindowHeader {
    font-size: large;
    color: #000;
    margin: 0
}

.popUpWindowHeader img {
    width: 100%
}

.divCloseButton {
    float: right
}

.clickToPopUp {
    cursor: pointer
}

.clickToPopUp p {
    padding: 0;
    margin: 0
}

div.clickToPopUp:hover {
    text-decoration: underline;
    color: #d59b79
}

@media(max-width:767px) {
    .popUpWindowText {
        max-height: 300px
    }
}

.office-hours-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 8px
}

.office-hours-container {
    position: relative;
    margin: 0;
    padding: 0
}

.office-hours-modal-container {
    position: fixed;
    width: auto;
    z-index: 9999;
    background-color: #333;
    padding: 10px 15px 0 0;
    box-sizing: border-box
}

.office-hours-modal-container:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #333 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 10%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.office-hours-modal-container.right:after {
    left: 90%
}

.oh-header {
    display: inline-block;
    width: 100%;
    position: relative
}

.oh {
    font-size: 20px;
    padding: 0 0 0 20px;
    color: #fff;
    float: left
}

.oh-button-close {
    float: right;
    color: #fff;
    font-size: 40px;
    font-family: "Times New Roman", sans-serif;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    display: none
}

#oh-link {
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
    background-color: transparent
}

.office-hours-list {
    border-top: solid 1px #d59b79;
    padding-top: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    line-height: 1.6;
    margin-bottom: 10px
}

.no-tooltip .office-hours-modal-container {
    background-color: inherit;
    position: inherit;
    padding: 0
}

.no-tooltip .oh {
    font-size: inherit;
    float: none;
    padding: inherit;
    color: inherit
}

.no-tooltip .office-hours-list-container {
    padding-left: 20px
}

.no-tooltip .office-hours-list {
    color: inherit
}

.no-tooltip .office-hours-modal-container:after {
    border: none;
    bottom: inherit;
    content: inherit;
    height: inherit;
    left: inherit;
    margin-left: inherit;
    position: inherit;
    width: inherit
}

.full-list .oh-link-c {
    display: none
}

.full-list .office-hours-modal-container {
    display: block!important;
    position: relative;
    background: none
}

.full-list .office-hours-modal-container:after {
    display: none
}

@media all and (max-width:480px) {
    .office-hours-modal-container {
        width: 100%;
        height: 100%;
        top: 0!important;
        left: 0!important
    }
    .oh-button-close {
        display: block
    }
}

.rplogo {
    display: inline-block;
    max-width: 140px
}

.rplogo a {
    max-width: 100%
}

.rplogo a img {
    max-width: 100%;
    vertical-align: middle
}

#ADA-HUD-Links {
    display: inline-block;
    height: 30px
}

#ADA-HUD-Links a {
    max-height: 100%;
    text-decoration: none;
    font-size: 0
}

#ADA-HUD-Links a svg {
    height: 100%;
    width: 25px;
    fill: #1f1f26
}

#ADA-HUD-Links a svg#housingSVG {
    margin-right: 6px
}