@charset "UTF-8";
[v-cloak] .fadeInFast,
[v-cloak] .fadeInLeft {
    display: none !important;
}
h2 {
    font-size: 31px;
    font-weight: 600
}
.font-weight-semibold {
    font-weight: 600 !important;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.text-size-xxl {
    font-size: 25px;
    line-height: 25px;
}
.text-size-xl {
    font-size: 20px;
    line-height: 20px;
}
.text-size-lg {
    font-size: 18px;
    font-weight: 300;
}
.text-size-md {
    font-size: 17px;
}
.text-size-sm {
    font-size: 16px;
}
.text-size-xs {
    font-size: 15px;
}
.text-size-xxs {
    font-size: 14px;
}
.text-size-xxxs {
    font-size: 12.95px;
}
.no-decoration {
    text-decoration: none!important;
}
.opc-9 {
    opacity: .9;
}
.opc-8 {
    opacity: .8;
}
.opc-7 {
    opacity: .7;
}
.opc-6 {
    opacity: .6;
}
.opc-5 {
    opacity: .5;
}
.opc-4 {
    opacity: .4;
}
.opc-3 {
    opacity: .3;
}
.opc-2 {
    opacity: .2;
}
.opc-1 {
    opacity: .1;
}
.section-padding {
    padding: 60px 0;
    background: #fff;
}
.animated-link-wrapper a {
    position: relative;
    padding: 0 !important;
    text-decoration: none;
}
.animated-link-wrapper a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #6754e2;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.animated-link-wrapper:hover a:before, .animated-link-wrapper.active a:before {
    width: 100%;
    left: 0;
    right: auto;
}
/* =============== Font Colours ===============*/

.facebook {
    background: #4267b2;
}
.twitter {
    background: #1da1f2;
}
.instagram {
    background: #dc2c75;
}
.youtube {
    background: #f00;
}
.pintrest {
    background: #e60023;
}
.snapchat {
    background: #ffd400;
}
/* =============== END Font Colours ===============*/




/* ===================== Top Bar =====================  */

.top-bar {
    font-size: 14px;
    padding: 15px 0px 15px 0px;
}
.top-bar a {
    color: #ffffff;
}
/* ===================== Main Header ===================== */


.page-hero {
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(94,44,237,0.1) 160%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(94,44,237,0.1) 160%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%, rgba(94,44,237,0.1) 160%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#1a5e2ced', GradientType=0 );
}
.logo {
    padding-top: 40px;
}
.logo img {
    margin-top: -3px;
}
.logo .property-name {
    font-size: 27px;
    line-height: 25px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 3px;
}
.logo .property-address {
    font-size: 14px;
    color: #ed5c56;
}
.header-sub {
    margin-left: 3px;
}
@media (min-width: 1200px) {
    .logo img {
        transform: scale(1.06);
        margin-right: 2px;
    }
    .logo .property-name {
        font-size: 30px;
        line-height: 26px;
    }
    .logo .property-address {
        font-size: 14px;
        color: #ed5c56;
    }
}
@media (max-width: 375px) {
    .navbar-brand {
        transform: scale(.98);
        transform-origin: left;
        margin-right: 0px;
    }
}
@media (max-width: 320px) {
    .navbar-brand {
        transform: scale(.8);
        transform-origin: left;
        margin-right: 0px;
    }
    .navbar > .container {
        flex-wrap: initial !important;
    }
}

/* ========= Navigation ========*/

.mobile-menu-open {
    overflow: hidden;
}
.navbar-nav .nav-link {
    margin: 0 10px;
}
.nav-text {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 500;
}
@media (min-width: 1200px) {
    .nav-text {
        font-size: 17px;
        margin-left: 12px;
    }
}
@media (max-width: 991px) {
    .mobile-menu-open .top-bar {
        display: none;
    }
    .mobile-menu-open .logo {
        padding-top: 20px;
    }
    .mobile-menu-open .navbar-toggler {
        z-index: 3;
    }
    .mobile-menu-open .navbar {
        position: inherit;
    }
    .mobile-menu-open .navbar .navbar-brand {
        z-index: 3;
    }
    .mobile-menu-open .navbar-links {
        position: fixed;
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background-repeat: no-repeat;
        background-size: inherit;
        align-items: flex-end;
        text-align: right;
        padding-top: 40%;
        padding-right: 2.5rem;
        overflow-y: auto;
    }
    .mobile-menu-open .navbar > .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .mobile-menu-open .navbar-nav .nav-link {
        display: inline-block;
        font-size: 20px;
        margin: 5px 0;
    }
    .mobile-menu-open .navbar > .container {
        padding: 0 0.75rem;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .mobile-menu-open .navbar-nav .nav-link {
        display: inline-block;
        font-size: 35px;
        margin: 10px 0;
    }
    .mobile-menu-open .navbar > .container {
        padding: 0 2rem;
    }
    .mobile-menu-open .navbar-links {
        padding-right: 3.75rem;
    }
}

/* ======= End Navigation =======*/

/* ===================== Mobile Menu Toggle Button ===================== */

.navbar-light .navbar-toggler {
    border: 0;
    outline: 0;
}
.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
    transform: scale(1.5);
}
.menu_toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}
.menu_toggle .hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #5e2ced;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
    -webkit-transition-delay: .125s;
    -o-transition-delay: .125s;
    transition-delay: .125s;
}
.menu_toggle .hamburger span:nth-child(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}
.menu_toggle .hamburger-cross span {
    display: block;
    background: #5e2ced;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.collapsed .menu_toggle .hamburger span {
    width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

/* ===================== End Mobile Menu Toggle Button ===================== */

/* ===================== Hero Section ===================== */

.hero-main .home-padding {
    padding: 70px 0 34px 0;
}
.hero-main h2 {
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 0px;
}
.hero-bigger {
    font-size: 44px!important;
    font-weight: 600!important;
}
.hero-main .btn {
    font-weight: 600;
}
.hero-main .btn-link {
    position: relative;
    text-decoration: none;
}
.hero-main .btn-link:hover {
    text-decoration: none;
}
.hero-main .btn-link:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #051441;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: background 0.2s linear;
}
.hero-bg {
    position: absolute;
    right: 0;
    top: 170px;
    z-index: -1;
}
.photo-margins {
    z-index: 1;
    margin-bottom: -250px;
    margin-top: -30px;
    margin-left: -120px;
}
.hero-ribbon {
    background: transparent url(../../images/ribbon-tile-bg.png) repeat-x bottom left;
    height: 34px;
    margin-top: 60px;
}
.map-hero-ribbon {
    background: transparent url(../../images/ribbon-tile-bg.png) repeat-x bottom left;
    height: 34px;
    margin-top: 0;
}
@media (max-width: 991px) {
    .hero-main h2 {
        font-size: 28px;
    }
    .hero-bigger {
        font-size: 42px!important;
    }
    .mt-btn-lg {
        margin-top: 30px;
        margin-left: 0px!important;
    }
}

/* Fix horizontal scroll for home page heading */
@media (min-width: 767px) and (max-width: 1113px) {
    body {
        overflow-x: hidden;
    }
}
@media (max-width: 375px) {
    .hero-main h2 {
        font-size: 23px;
    }
    .hero-bigger {
        font-size: 33px!important;
    }
    .hero-main .home-padding {
        padding: 28px 0 50px 0;
    }
}
@media (max-width: 320px) {
    .hero-main h2 {
        font-size: 21px;
    }
    .hero-bigger {
        font-size: 30px!important;
    }
}

/* ===================== END Hero Section ===================== */

/* ===================== Body Page Header Section ===================== */

.header-padding {
    padding: 30px 0 0 0;
}
.header-padding h1 {
    font-size: 44px!important;
    font-weight: 600!important;
    margin-bottom: 0px;
    line-height: 40px;
    padding-bottom: 3px;
}
.header-padding p {
    font-size: 17px;
    font-weight: 500;
}
.header-img-margins {
    z-index: 2;
    margin-bottom: -100px;
    margin-top: -20px;
    margin-left: -55px;
}
.header-bg {
    position: absolute;
    right: 0;
    top: 90px;
    z-index: -1;
}
.body-ribbon {
    background: transparent url(../../images/ribbon-tile-bg.png) repeat-x bottom left;
    height: 34px;
    margin-top: 35px;
}

/*============== Header Sub Navigation  ============*/

.sticky-top {
    width: 100%;
    z-index: 1;
}
.sub-nav h3 {
    color: #a7a7a7;
    font-size: 16.5px;
    margin-bottom: 0;
}
.sub-nav .active h3 {
    color: #051441;
    font-size: 16.5px;
    margin-bottom: 0;
}
.sub-nav {
    background: #fff;
    border-bottom: 2px dashed #f5f5f5;
}
.sub-nav a {
    display: inline-flex;
    text-decoration: none;
}
.sub-nav ul {
    margin-bottom: 0;
    padding-top: 15px;
    padding-left: 0;
    list-style: none;
    height: 73px; /*can be deleted*/
}
.sub-nav li {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 24px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}
.sub-nav li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #ffc56c;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.sub-nav li:hover:after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    background: #ffd79a;
    opacity: 1;
}
.sub-nav li.active:after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    background: #ffd79a;
    opacity: 1;
}
.sub-nav .fas {
    color: #a7a7a7;
    font-size: 19px;
    padding-right: 10px;
}
.sub-nav li.active .fas {
    color: #ffc56c;
}
.sub-nav li:hover .fas {
    color: #ffc56c;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.sub-nav li:hover h3 {
    color: #051441;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.snbar > li >a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/*============== END Header Sub Navigation  ============*/

/* ===================== END Body Page Header Section ===================== */

/* ===================== Microsite Section ===================== */

.microsite-section {
    padding: 30px 0 60px 0;
    background: #fff;
}
.promo-section {
    padding: 60px 0 60px 0;
    background: #f4f1fd;
}
.promo-section .promo-wrapper {
    max-width: 375px;
}
.microsite-section ul {
    padding: 0;
}
.microsite-section h1 {
    font-weight: 600;
    max-width: 425px;
}
.microsite-box h2 {
    font-size: 19px;
    margin-bottom: 15px;
}
.microsite-section h5 {
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 12px;
}
a.icon-link {
    color: #051441;
    text-decoration: none;
}
.microsite-current-hours {
    color: #8c8c8c;
}
.microsite-side {
    margin-top: 1.5rem!important;
}
.microsite-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 9px;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
}
.icon-margin {
    margin-bottom: 10px;
}
.microsite-location-box {
    padding-bottom: 25px;
}
.microsite-logo {
    margin-top: -68px;
    margin-bottom: 0px;
}
.microsite-logo img {
    width: 100%!important;
}
.microsite-box {
    padding-top: 25px;
    padding-bottom: 7px;
    border-top: 1px dashed #eee;
}
.microsite-unit {
    display: inline-block;
    font-size: 21px;
    vertical-align: top;
}
.microsite-address {
    display: inline-block;
    font-size: 16px;
    padding-left: 15px;
    line-height: 18px;
    vertical-align: top;
}
.microsite-social-icon {
    border-radius: 50%;
    width: 41px;
    height: 41px;
    text-align: center;
    padding-top: 11px;
    vertical-align: middle;
    margin-right: 11px;
    font-size: 19px;
    margin-bottom: 25px;
}
.microsite-social-icon:hover {
    text-decoration: none;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12) !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.microsite-hours {
    font-size: 14px;
    line-height: 24px;
}
.microsite-hours-line {
    display: block;
}
.special-hour {
    display: block;
    font-size: 11px;
    color: #f16156;
    margin-top: -10px;
    font-weight: 600;
}
li.microsite-tags {
    display: inline-block;
    padding: 3px 7px;
    background: #f5f2fe;
    border-radius: 5px;
    font-size: 11px;
}
.microsite-tags a {
    text-decoration: none;
    color: #051441;
}
.pulsate {
    color: #fff;
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        color: #fff;
    }
    50% {
        color: #4db766;
    }
    100% {
        color: #fff;
    }
}
@media (max-width: 1199px) {
    .microsite-section h1 {
        max-width: 350px;
    }
}
@media (max-width: 991px) {
    .microsite-side {
        margin-top: -120px!important;
    }
}
@media (max-width: 767px) {
    .microsite-section h1 {
        max-width: 265px;
    }
    .microsite-side {
        margin-top: -150px!important;
    }
    .microsite-address {
        font-size: 11px;
    }
}
@media (max-width: 575px) {
    .microsite-section h1 {
        max-width: 510px;
    }
    .microsite-side {
        margin-top: 1.5rem!important;
    }
    .microsite-location-box {
        border-top: 1px solid #ddd;
        padding-top: 25px;
    }
    .microsite-address {
        font-size: 16px;
    }
}

/* ===================== END Microsite Section ===================== */

/* =====================
Business List Module
===================== */

.masonry-container {
    width: 100%;
}
.business-logo-container {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
}
.business-logo-container.active {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08) !important;
}
a:hover.business-logo-container {
    border: 1px solid #f4f2fe;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.business-logo {
    width: 100%;
}
.business-logo.lg {
    /* height: 164px; */
}
.business-logo.md {
    /* height: 115px; */
}
.business-logo.sm {
    /*height: 66px;*/
}
@media (max-width: 576px) {
    .business-logo.lg,  .business-logo.md,  .business-logo.sm {
        height: auto;
    }
}
.logo-overlay {
    position: absolute;
    top: 15px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.logo-overlay.sm {
    top: 12px;
}
.logo-overlay .logo-badge {
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    width: fit-content;
}
.logo-overlay.sm .logo-badge {
    transform: scale(.8);
    transform-origin: right;
    margin-bottom: -5px;
}
.promotion {
    background: #ffc56c;
    color: #fff;
}
.sale {
    background: #ed5c56;
    color: #fff;
}
.event {
    background: #c5d7d9;
    color: #fff;
}
.flyer {
    background: #f3b1ff;
    color: #fff;
}
.coupon {
    background: #00ceff;
    color: #fff;
}
.hiring {
    background: #50b767;
    color: #fff;
}

/* =====================
END Business List Module
===================== */

/* =====================
E-Newsletter Signup  Module
===================== */

.e-newsletter {
    background: #fcc56c;
}
.coupon-section {
    padding-top: 0;
}
.secondary-container {
    padding: 20px;
    background: #f4f1fd;
}
.coupon-style {
    padding: 30px;
    border: 5px dashed #0000002e;
}
.single-input-grp {
    max-width: 650px;
}
.single-input-box {
    font-size: 17px;
    font-weight: 300;
    color: #051441;
    border: 1px solid #ffffff;
    border-radius: 5px!important;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15) !important;
    height: 64px;
    padding-left: 32px;
    position: relative;
    z-index: 0;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.single-input-box:focus {
    border-color: #eee;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08) !important;
    outline: none;
}
.input-box-sub-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 16px;
    height: 45px;
    z-index: 4;
}

/* =====================
END E-Newsletter Signup  Module
===================== */

/* =====================
Promotions & Events Module
===================== */

.promo-wrapper {
    border-radius: 0px 0px 10px 10px;
}
.promo-top {
    position: relative;
    border: 1px solid #d7d7d7;
    border-bottom: none;
}
.promo-top img {
    width: 100%;
    height: auto;
}
.promo-middle {
    padding: 6px 30px;
    font-size: 14px;
    font-weight: 600;
}
.promo-bottom {
    padding: 22px 30px;
    border: 1px solid #d7d7d7;
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
}
.promo-business {
    font-size: 17px;
}
.promo-title {
    font-size: 25px;
    margin-bottom: 14px;
    font-weight: 600;
}
.promo-date {
    font-size: 11px;
    padding-top: 15px;
    border-top: 1px dotted #eee;
    opacity: .9;
}
.promo-wrapper .promo-hover {
    display: none;
}
.promo-wrapper:hover .promo-hover {
    display: block;
}
.promo-hover {
    position: absolute;
    left: calc(50% - 110px);
    top: calc(50% - 20px);
}
.promo-top .promo-hover a {
    color: #fff;
    width: 105px;
    margin-right: 5px;
    margin: 0 auto;
    margin-right: 10px;
    font-weight: 700;
}
.promo-top .promo-hover a span {
    margin-right: 10px
}
.promo-wrapper:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08) !important;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.promo-wrapper:hover .promo-top img {
    opacity: .2;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.no-promo-text {
    max-width: 700px;
}
#promotion-details-modal h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}
#promotion-details-modal h3 {
    font-size: 34px;
    color: #333;
}
#promotion-details-modal h5 {
    font-size: 16px;
    color: #a4a4a4;
}
#promotion-details-modal img {
    max-width: 300px;
    margin-top: 40px;
    width: 100%;
}
#promotion-details-modal .modal-content {
    border: 0px!important;
    border-radius: 0px!important;
}
#promotion-details-modal .buttons {
    margin-bottom: 45px!important;
}
#promotion-details-modal .modal-content:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    height: 11px;
    width: 100%;
    background: transparent url('../../images/zigzag-tile-top.png')top left repeat-x;
}
#promotion-details-modal .modal-content:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 11px;
    width: 100%;
    background: transparent url('../../images/zigzag-tile-bottom.png')bottom left repeat-x;
}
.modal-close-btn {
    font-size: 35px;
    margin-right: 30px;
    margin-top: 25px;
}

/* =====================
END Promotions & Events Module
===================== */

/*=====================
Social Media Feed Module
===================== */

.social-feed {
    background: #fff;
    font-size: 14px;
}
.feed-item {
    background: #fbfbfb;
    border-radius: 5px 0 5px 5px;
    padding: 0;
    height: fit-content;
    position: relative;
    border: 1px solid #eee;
}
.feed-item .content {
    overflow-wrap: break-word;
    overflow: hidden;
}
.feed-item .content br {
    content: "";
    margin: 2em;
    display: block;
    font-size: 8px;
}
.feed-item .content img.emoji {
    display: inline;
    border: none;
    box-shadow: none;
    height: 1em;
    width: 1em;
    margin: 0 .07em;
    vertical-align: -0.1em;
    background: none;
    padding: 0;
}
.feed-item .content .user-picture {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.feed-item .meta .profile-link {
    font-weight: 500;
    color: inherit;
}
.feed-item .footer {
    border-top: 1px solid #f1f1f1;
}
.feed-item .item-type-icon {
    position: absolute;
    right: 0;
    padding: 10px;
    margin-top: -1px;
    margin-right: -1px;
}
.feed-item .icon:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
}
.feed-item .icon.twitter:before {
    border-color: transparent #5E9FCA transparent transparent;
}
.feed-item .icon.instagram:before {
    border-color: transparent #405de6 transparent transparent;
}
.feed-item .icon.facebook:before {
    border-color: transparent #3b5998 transparent transparent;
}
.feed-item .icon i {
    font-size: 18px;
    top: 10px;
    right: 8px;
    position: absolute;
    color: #fff;
}
.feed-item .image {
}
.feed-item .image img {
    width: 100%;
}

/*=====================
END Social Media Feed Module
===================== */

/* =====================
Contact Us Module
===================== */

.contactus-module {
    background: #fff;
}
.contact-info {
    font-size: 15px;
}
.contactus-module input.form-control {
    height: 52px;
}
.left-column-icon {
    margin-right: 15px;
    font-size: 19px;
    padding-top: 2px;
    width: 25px;
}

/* =====================
END Contact Us Module
===================== */

/* =====================
Location Module
===================== */

.location-section {
    background: #f7f7f7;
}
.location-section-v2 {
    background: #ccc;
}
.map-container {
    background: #fff;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
}
.btn-underline {
    border-radius: 0 !important;
}
.btn-underline:hover {
    text-decoration: none;
    border-radius: 0px!important;
    border-bottom: 1px solid #5e2ced;
}

/* =====================
END Location Module
===================== */

/* =====================
About City Module
===================== */

.aboutcity-section {
    background: #fff;
}
.aboutcity-section h3 {
    font-size: 19px;
    line-height: 19px;
    float: left;
    padding-top: 3px;
    width: 80%;
    margin-bottom: 0px;
}
.link-tab {
    border-bottom: 1px solid transparent;
    border-radius: 0px!important;
    padding: 0px;
    background-color: transparent;
}
.link-tab:hover {
    border-bottom: 1px solid;
    border-radius: 0px!important;
    padding: 0px;
    background-color: transparent!important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.link-tab.active {
    font-weight: 500;
    border-bottom: 1px solid;
    border-radius: 0px!important;
    padding: 0px;
    background-color: transparent!important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.link-item {
    border-top: 1px solid #eee;
    padding: 9px 0px;
}
.link-ico {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 3px;
}
.ig-container {
    background: #000;
    min-height: 300px;
}
.ig-img-container {
    position: relative;
    max-height: 160px;
    overflow: hidden;
}
.ig-img-container.compat-object-fit {
    background-size: cover;
    background-position: center center;
}
.ig-img-container.compat-object-fit .figure-img {
    opacity: 0;
}
.figure-img {
    object-fit: cover;
    width: 100%;
    height: 160px;
}
.ig-img-container .figure-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(94, 44, 237, 0.75);
}
.ig-img-container:hover .figure-caption {
    opacity: 1;
}
.figure-caption .ig-text {
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.figure-caption .ig-icon {
    font-size: 30px!important;
    margin-bottom: 10px;
}
.ig-icon-xl {
    font-size: 40px;
    display: inline-block;
    float: left;
    width: 40px
}
.ig-account {
    font-size: 12px;
    opacity: .5;
    margin-top: -3px;
    width: 80%;
    float: left;
}
@media (max-width: 575px) {
    .figure-caption .ig-text {
        font-size: 12px;
        line-height: 12px;
    }
    .aboutcity-section h3 {
        padding-top: 10px;
    }
}
@media (max-width: 400px) {
    .aboutcity-section h3 {
        padding-top: 3px;
    }
}

/* =====================
End About City Module
===================== */

/* =====================
Leasing Callback Module
===================== */

.leasing-contact-section {
}
.leasing-contact-section input.form-control {
    height: 52px;
}
.leasing-agent-img {
    border-radius: 5px;
}
.callback-form {
    padding: 20px 40px;
    background: #f5f5f5;
    border-radius: 7px;
}
.text-size-40 {
    font-size: 40px;
    line-height: 40px;
}
@media (max-width: 400px) {
    .text-size-40 {
        font-size: 30px;
        line-height: 40px;
    }
}

/* =====================
END Leasing Callback Module
===================== */

/* =====================
Leasing About Property Module
===================== */

.leasing-about-section {
}
.feature-row {
}
.feature-number {
}
.feature-caption {
}
.streetview-container {
    background: #f5f5f5;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    z-index: 0;
}
.slider-container .carousel-inner {
    border-radius: 5px;
}
.slider-container .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%
}

/* =====================
END Leasing About Property Module
===================== */

/* =====================
Tenant List Module
===================== */

.tenant-list-section {
    background: #f4f1fd;
}
.tenant-list-section h2 {
    border-bottom: 1px solid rgba(5, 20, 65, 0.15);
}

/* =====================
END Tenant List Module
===================== */

/* =====================
Job Opportunitues Module
===================== */

.job-section {
}
.job-post {
    padding: 20px 0px 20px 0px;/* margin-top: 30px; */
    /* border-top: 1px dashed #eee; */
}
.job-post .business-logo-container {
    padding: 10px!important;
}
.job-img {
    width: 100%;
    margin-top: -32px;
}
@media (max-width: 1199px) {
    .job-img {
        margin-top: -6px;
    }
}
@media (max-width: 991px) {
    .job-img {
        margin-top: 35px;
    }
}

/* =====================
END Job Opportunitues Module
===================== */

/* =====================
Available Units Module
===================== */

.forlease-section {
    background: #f4f1fd;
}
.forlease-section svg {
    width: 100%;
    height: auto;
}
.forlease-section svg #UNITS a.available > * {
    fill: #88df97;
}
.forlease-map-container {
    background: #fff;
    border-radius: 6px;
    width: 100%;
    overflow: hidden;
}
.forlease-img {
    width: 100%;
}
.available-unit {
    background: #88df97!important;
    color: #000!important;
}
.unavailable-unit {
    background: #d1d1d1!important;
    color: #000!important;
}
.tba-unit {
    background: #8cdeff!important;
    color: #000!important;
}
.tba-container {
    width: auto!important;
    min-width: 60px!important;
}
.forlease-section svg #TBA {
    display: block!important;
}
svg #TBA {
    display: none;
}

/* =====================
END Available Units Module
===================== */

/* =====================
Demographics Module
===================== */

.demographics-section {
    background: #faf8ff;
}
.population-icon {
    font-size: 73px;
    margin-right: -54px!important;
    opacity: .1;
}
.households-icon {
    font-size: 73px;
    margin-right: -82px!important;
    opacity: .1;
}
.medianage-icon {
    font-size: 73px;
    margin-right: -73px!important;
    opacity: .1;
}
.avgincome-icon {
    font-size: 73px;
    margin-right: -41px!important;
    opacity: .1;
}

/* =====================
END Demographics Module
===================== */



/* =====================
News & Events Module
===================== */

.news-section {
}

.news-section .story.bordered,
.news-section .story:not(:first-of-type) {
    border-top: 1px solid #eee;
    padding-top: 3rem;
}

.news-img {
    width: 100%;
    border-radius: 5px;
}

.news-content {
}

.news-label {
    background: #ffc56c;
    padding: 0px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

.event-label {
    background: #c5d7d9;
    padding: 0px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

.news-date {
}

.no-news-text {
    max-width: 700px;
}

/* =====================
END News & Events Module
===================== */


/*============================ Directory Page  ====================== */

/*=== Legend =====*/

.map-legend h4 {
    background-color: inherit;
    color: #BFBFBF;
    font-weight: 600;
    padding: 0 0 5px 0;
    display: table;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 16px;
}
.legend-wrapper {
    padding: 15px 15px 20px 15px;
}
.legend-wrapper .legend img {
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 30px;
}
.map-legend h4 {
    background: #1a1718;
    color: #fff;
    font-weight: 600;
    padding: 8px;
    display: table;
    line-height: 18px
}
.legend-wrapper .legend {
    display: inline-block;
}
.legend-wrapper .legend p {
    display: block;
    float: left;
    margin-left: 6px;
    color: #05144175;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 0
}

/*=== End Legend ===*/

/*==== Finder ====*/

.business-finder {
    margin-bottom: 35px;
    border-bottom: 2px dashed #eee;
    margin-top: -25px;
}
.finder-icon {
    float: left;
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: #000;
    font-size: 63px;
    background: #f4f1fd;
    line-height: 97px;
    text-align: center;
}
.finder-text {
    margin-left: 120px;
}
.finder-search {
    padding-bottom: 25px;
}
.finder-button {
    position: absolute;
    right: 17px;
    top: 0;
    width: 60px;
    color: #b9b9b9;
    border: 0;
    padding: 0;
    margin-top: 11px;
    background: 0 0;
    font-size: 22px;
    cursor: default;
}
.finder-input {
    left: 0;
    height: 54px;
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    color: #7d7d7d;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 76px;
    outline-width: 0;
}
.finder-input:focus {
    outline-width: 0;
}
@media (max-width: 500px) {
    .finder-input {
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .finder-input {
        font-size: 16px;
    }
}
@media (max-width: 350px) {
    .finder-input {
        font-size: 14px;
    }
}

/*===== End Finder =====*/

/*===== Business Name Section =====*/

.business-unit-container {
    padding-left: 15px;
    width: 60px;
    text-align: center;
}
.business-unit-container h5 {
    margin-bottom: 4px;
    font-weight: 600;
}
.business-unit-container a {
    text-decoration: none;
}
.business-unit-number {
    background: #f4f1fd;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    color: #051441;
    text-align: center;
    margin-bottom: 0px;
}
.business-info-container {
    text-align: left;
    border-radius: 4px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    color: #000;
}
.business-name {
    text-decoration: none!important;
    margin-bottom: 0px!important;
    font-weight: 600;
}
.open-close-tag {
    margin-bottom: 0px;
    font-weight: 500;
    margin-right: 5px;
}
.text-closing-soon {
    color: #c11d00;
}
.text-light-grey {
    color: #777;
    margin-top: -4px;
}
.clock-size {
    font-size: 11px;
}
.special-tag {
    padding: 0px 6px;
    font-size: 12px;
    font-weight: 600;
    margin-left: -1px;
    border-radius: 4px;
    margin-right: 5px;
}
.microsite-link {
    margin-bottom: 0px;
    margin-top: 19px;
    font-size: 15px;
    font-weight: 500;
}
.microsite-link i {
    font-size: 14px;
}

/*====== End Business Section ====*/

/* ====================== Footer Section ============================== */


footer {
    background: #f9f9f9!important;
    padding-bottom: 5px!important;
}
footer h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
}
footer a {
    color: #051441;
}
footer li {
    margin-bottom: 10px;
}
footer .logo {
    padding-top: 0px;
    padding-bottom: 20px;
}
footer .logo img {
    margin-right: -6px;
    margin-top: -12px;
    transform: scale(.78);
    transform-origin: left;
}
footer .logo .property-name {
    font-size: 22px;
    line-height: 20px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 1px;
    padding-top: 3px;
    text-align: left!important;
}
footer .logo .property-address {
    font-size: 11px;
    color: #ed5c56;
    text-align: left!important;
}
.footer-bottom {
    /*border-top: 1px solid #ddd;*/
    background: #fbfbfb;
    margin-top: 60px;
    padding-top: 15px;
}
.tenantedge {
    font-size: 12px;
    margin-top: 8px;
    display: block;
}
.top-spacing {
    margin-top: inherit;
}
.bottom-spacing {
    margin-bottom: inherit;
}
@media (max-width: 992px) {
    .top-spacing {
        margin-top: 30px;
    }
    .bottom-spacing {
        margin-bottom: 30px;
    }
}

/* Language Toggle */

.language-toggle {
    background: rgba(0, 0, 0, 0.21);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
    padding: 3px 5px;
    margin-left: 15px;
}

.language-toggle:hover {
    background: #fff;
    color: #000 !important;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* END Language Toggle */

/* ====================== Animation Classes ============================== */

.fadeInFast {
    animation: fadeIn .5s ease-in-out;
    animation-fill-mode: forwards;
}
.fadeIn {
    animation: fadeIn 1s ease-in-out;
    animation-fill-mode: forwards;
}
.fadeInUp {
    animation: fadeInUp 1s ease-in-out;
    animation-fill-mode: forwards;
}
.fadeInRight {
    animation: fadeInRight 1s ease-in-out;
    animation-fill-mode: forwards;
}
.fadeInLeft {
    animation: fadeInLeft 1s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInFast {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* ====================== Print Settings ====================== */

@media print {
    .top-bar, .navbar-nav, .navbar-toggler, .sub-nav, .body-ribbon, footer, .page-hero img, .callback-form, .helpful-links {
        display: none;
    }
    .navbar-brand, .logo {
        display: block!important;
    }
    .page-hero, .forlease-section, .tenant-list-section {
        background: none!important;
    }
}

@media screen and (min-width:100px) and (max-width:767px) {
    .news-promo-img { width: 100%; }
}