
/* ==========================================================================
   Custom fonts
   ========================================================================== */


@font-face {
    font-family: 'Frutiger45';
    src: url('/fonts/FrutigerLTStdLight.eot');
    src: url('/fonts/FrutigerLTStdLight.eot') format('embedded-opentype'), url('/fonts/FrutigerLTStdLight.woff2') format('woff2'), url('/fonts/FrutigerLTStdLight.woff') format('woff'), url('/fonts/FrutigerLTStdLight.ttf') format('truetype'), url('/fonts/FrutigerLTStdLight.svg#FrutigerLTStdLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger55';
    src: url('/fonts/FrutigerLTStdRoman.otf');
    src: url('/fonts/FrutigerLTStdRoman.eot') format('embedded-opentype'), url('/fonts/FrutigerLTStdRoman.woff') format('woff'), url('/fonts/FrutigerLTStdRoman.woff2') format('woff2'), url('/fonts/FrutigerLTStdRoman.ttf') format('truetype'), url('/fonts/FrutigerLTStdRoman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger65';
    src: url('/fonts/FrutigerLTStdBold.otf');
    src: url('/fonts/FrutigerLTStdBold.eot') format('embedded-opentype'), url('/fonts/FrutigerLTStdBold.woff') format('woff'), url('/fonts/FrutigerLTStdBold.woff2') format('woff2'), url('/fonts/FrutigerLTStdBold.ttf') format('truetype'), url('/fonts/FrutigerLTStdBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger-Italic';
    src: url('/fonts/FrutigerLTStdItalic.otf');
    src: url('/fonts/FrutigerLTStdItalic.eot') format('embedded-opentype'), url('/fonts/FrutigerLTStdItalic.woff') format('woff'), url('/fonts/FrutigerLTStdItalic.woff2') format('woff2'), url('/fonts/FrutigerLTStdItalic.ttf') format('truetype'), url('/fonts/FrutigerLTStdItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Stag-Book';
    src: url('/fonts/StagBook.otf');
    src: url('/fonts/StagBook.eot') format('embedded-opentype'), url('/fonts/StagBook.woff') format('woff'), url('/fonts/StagBook.woff2') format('woff2'), url('/fonts/StagBook.ttf') format('truetype'), url('/fonts/StagBook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Stag-Bold';
    src: url('/fonts/Stag-Bold.otf');
    src: url('/fonts/Stag-Bold.eot') format('embedded-opentype'), url('/fonts/Stag-Bold.woff') format('woff'), url('/fonts/Stag-Bold.woff2') format('woff2'), url('/fonts/Stag-Bold.ttf') format('truetype'), url('/fonts/Stag-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Frutiger55", sans-serif;
    font-size: 12px;
    opacity: 0;
    height: 100%;
    transition: 500ms opacity 250ms linear;
    overflow-y: scroll;
    background: #f1f1f1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

body.loaded {
    opacity: 1;
}



.container{
    padding-right: 0;
    padding-left: 0;
    margin-right: 81px;
    margin-left: 81px;
    max-width: 1038px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    font-family: "Frutiger45", sans-serif;
    line-height: 1;
    color: #4d4e53;
}

p, #popupMessage {
    font-family: "Frutiger45", sans-serif;
    font-size: 17px;
    line-height: 1.375;
    color: #4d4e53;
    font-weight: lighter;
}

ul li,
ol li{
    font-family: "Frutiger45", sans-serif;
    font-size: 17px;
    line-height: 1.375;
    color: #4d4e53;
    font-weight: lighter;
}

a {
    color: #8C54A1;
    font-family: Frutiger55, sans-serif;
}

    a:hover,
    a:focus,
    a:active {
        color: #B087BC;
        text-decoration: none;
    }

#pageWrap {
    max-width: 1200px;
    margin: 0 auto;
}

#pageWrap.menu-open {
    overflow:hidden;
}

.biegeBG {
    background-color: rgb(235, 233, 228);
}

.whiteBG {
    background-color: #fff;
}

#logoBar {
    background-color: #8C54A1;
    height: 73px;
}

#logoBar .headerLogo {
    width: 70px;
    padding: 12px 0;
}

.navbar {
    border-radius: 0;
    border: 0;
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
    margin-bottom:0;
    position:relative;
}

.navbar.sticky {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    max-width: 1200px;
}

#navbar {
    padding-left: 0;
    padding-right: 0;
    
}

#nav-left {
    height: 50px;
    float:left;
}

#nav-right {
    height: 50px;
    float:right;
}

#nav-right ul {
    display: table;
    height: 100%;
    margin: 0 -12.5px;
    padding-top: 12px;
}

#nav-left ul {
    padding-left: 0;
    display: table;
    height: 100%;
    margin: 0 -12.5px;
    padding-top: 12px;
}

#navbar ul li {
    cursor: pointer;
    padding: 1px 0 0 0;
    color: #4d4e53;
    text-transform: uppercase;
    font-family: "Frutiger55", sans-serif;
    font-size: 14px;
    border-top: 0 solid #fff;
    border-bottom: 0 solid #fff;
    position: relative;
    list-style:none;
    display:inline;
    padding-bottom: 12px;
}

.mac #navbar ul li {
    padding-bottom: 13px;
}

.mac.firefox #navbar ul li {
    padding-bottom: 13.5px;
}

.mac.firefox #navbar ul.dropdown-menu li {
    padding-bottom: 0;
}

#navbar ul li a {
    position: relative;
    text-decoration: none;
    color: #4d4e53;
    line-height: 25px;
    white-space: normal;
    padding: 13px 0;
    /*border-left: 1px solid #e6e6e6;*/
    font-family: "Frutiger55", sans-serif;
}

#navbar ul li a span {
    padding: 0 9px;
    border-left: 1px solid #e6e6e6;
}

#nav-left ul li:first-child a span{
    padding-left: 12.5px;
    border-left: 0;
}

#navbar ul li.active {
    color: #8C54A1;
    /*border-top: 5px solid #fff;*/
    border-bottom: 5px solid #8C54A1;
}

#navbar ul li.active a {
    color: #8C54A1;
}

#navbar ul li:hover{
    color: #8C54A1;
    /*border-top: 5px solid #fff;*/
    border-bottom: 5px solid #8C54A1;
}

#navbar ul li:hover #navbar ul.dropdown-menu li a{
    color: #4d4e53;
}

#navbar ul li:hover a{
    color: #8C54A1;
}

#navbar #nav-right ul li:nth-child(1) a,
#navbar #nav-right ul li:nth-child(2) a {
    border-left: 0;
    padding-left: 0;
    padding: 10px;
}

#navbar ul li.searchIcon {
    width: 45px;
    text-align: center;
    position: static;
    padding-right: 0;
}

#navbar ul li.contactIcon {
    position: static;
}

#navbar ul li.active i,
.searchIcon i,
.contactIcon i {
    font-size: 18px;
}

#navbar ul li.menuClose {
    display: none;
}

.nav-search {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    height: 50px;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.3), 0 3px 2px 0 rgba(0, 0, 0, 0.2);
    width: 260px;
    z-index: 5;
}

.nav-search input {
    height: 48px;
    width: 79%;
    margin-left: -4px;
    border: none;
    color: #4d4e53;
    padding: 0 18px;
    background-color: transparent;
}

#mobileSearchSubmit {
    border:none;
    background: transparent;
    padding: 15px;
}

.closeX {
    font-size: 17px;
    font-weight:bold;
}



#nav-left .dropdown-menu {
    display:none;
    top: 35px;
    left: 0;
    border-radius: 0;
    border: 0;
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.3), 0 3px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
    min-width: 190px;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    height: auto;
}

.mac #nav-left .dropdown-menu {
    top: 34px;
}

.mac.firefox #nav-left .dropdown-menu {
    top: 33.5px;
}

#navbar .dropdown:hover > .dropdown-menu {
    display:block;
}


#navbar ul.dropdown-menu li {
    padding: 1px 0 0 0;
    border: 0;
    display: block;
    font-family: "Frutiger55", sans-serif;
    text-transform: capitalize;
    margin: 0;
    border-bottom: 1px solid transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    background-image: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

#navbar ul.dropdown-menu li a {
    color: #4d4e53;
    padding-left: 0;
    display: block;
    border: 0;
    padding: 7px 12.5px 7px 10px;

}

#navbar ul.dropdown-menu li:first-child a {
    padding-top: 14px;
}

#navbar ul.dropdown-menu li:last-child a {
    padding-bottom: 14px;
}

#navbar ul.dropdown-menu li a:hover {
    border-bottom: 0;
    color: #8C54A1;
    border-top: none;
    text-decoration:underline;
}

#navbar ul.dropdown-menu li a.active {
    color: #8C54A1;
    text-decoration: underline;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 1px;
}


/* do not group these rules */
*::-webkit-input-placeholder {
    font-style: italic;
}

*:-moz-placeholder {
    /* FF 4-18 */
    font-style: italic;
}

*::-moz-placeholder {
    /* FF 19+ */
    font-style: italic;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
}

footer {
    position: relative;
    width: 100%;
    background: #4d4e53;
    margin: 0;
    font-family: "Frutiger45", sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
    clear:both;
}

#footerSitemap {
    position: relative;
}


footer .title {
    width: 100%;
    padding: 18px 0;
    cursor: pointer;
}

#toggleSitemap.borderBottom {
    border-bottom: 1px solid #797c80;
}

footer .title span {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

footer .title .arrow .fa-angle-down,
footer .title .arrow .fa-angle-up {
    color: #fff;
    position: absolute;
    right: 0;
    top: 15px;
    color: #fff;
}

footer .title .arrow .fa-angle-up {
    top: 14px;
}

footer .title .arrow i {
    font-size: 26px;
}

#siteMap {
    padding: 25px 0 40px;
    display: none;
    transition: box-shadow 450ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-box-shadow: 0 22px 22px -22px rgba(0, 0, 0, 0.8) inset, 0 -22px 22px -22px rgba(0, 0, 0, 0.8) inset;
    -webkit-box-shadow: 0 22px 22px -22px rgba(0, 0, 0, 0.8) inset, 0 -22px 22px -22px rgba(0, 0, 0, 0.8) inset;
    box-shadow: 0 22px 22px -22px rgba(0, 0, 0, 0.8) inset, 0 -22px 22px -22px rgba(0, 0, 0, 0.8) inset;
}

.siteMapNoChildren {
    margin-bottom: 40px;
}

    .siteMapList .title,
    .siteMapNoChildren .title {
        color: #fff;
        font-size: 16px;
        transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1);
        border-bottom: 1px solid #797c80;
        padding: 1rem 0;
        display: block;
    }

        .siteMapNoChildren .title a {
            color: #fff;
            transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1);
            font-family: Frutiger45, sans-serif;
        }

.siteMapNoChildren .title a:hover {
    text-decoration: none;
    color: #B087BC;
}

.siteMapList .title:hover,
.siteMapNoChildren .title:hover {
    cursor: auto;
}

.siteMapList a {
    display: block;
    color: #fff;
    transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1);
    margin: 1em 0 0 0;
    font-family: Frutiger45, sans-serif;
}

.siteMapList a:hover,
.siteMapList a:active,
.siteMapList a:focus {
    color: #B087BC;
    text-decoration: none;
}

#buildingInfo {
    padding-top: 20px;
}

#buildingInfo p {
    margin-bottom: 0;
    opacity: 0.6;
    color:#fff;
    font-size: 14px;
}

#buildingInfo a {
    color: #fff;
    transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1);
    font-family: Frutiger45, sans-serif;
}

#buildingInfo a:hover {
    opacity: 0.6;
    text-decoration: none;
    transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1);
}

#footerBottom {
    margin-top: 40px;
}

#footerBottomList {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}
    #footerBottomList li:first-child {
        border-left: none;
    }

    #footerBottomList li {
        padding: 0 0.93283582%;
        list-style: none;
        display:inline-block;
        line-height: 1;
        opacity: 0.6;
        color: #fff;
        border-left: 1px solid #cacdd1;

    }

        #footerBottomList li a {
            color: #fff;
            transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1);
            font-size: 14px;
            font-family: Frutiger45, sans-serif;
        }

    #footerBottomList li a:hover {
        opacity: 0.6;
        text-decoration: none;
        transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1);
    }

.newsletterTitle {
    color:#fff;
    font-size: 16px;
    margin-bottom: 5px;
}

#newsletterSignup {
    height: 30px;
    padding: 0 10px;
    background-color: #29303a;
    border: none;
    color: #fff;
    float: left;
    margin-right: 5px;
}

#newsletterSubmit {
    text-transform: uppercase;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: #8C54A1;
    border: none;
    min-width: 100px;
    border-radius: 5px;
}

#homeIntroWrap {
    background-color: #fff;
    font-family: "Frutiger45", sans-serif;
}

.homeIntro {
    text-align: center;
    width: 90%;
    margin: 5.16666667% auto;
}

.homeIntro p {
    margin: 2.70562771% 0;
    font-size: 24px;
    color: #4d4e53;
    line-height: 1.2;
    
}

#slideContentWrap {
    position: relative;
    z-index: 2;
    width: 77%;
    margin: 0 auto;
}

#slideContent {
    position:absolute;
    z-index: 2;
}

#slideContent h1 {
    font-family: Stag-Bold, sans-serif;
    color:#fff;
    position: relative;
    margin: 11.30952381% 0 0 0;
    width: 78%;
    font-size: 100px;
    line-height: 0.9;
    color: #ffffff;
    text-shadow: 0px 1px 30px #000000;
}

#slideContent p {
    position: relative;
    display: inline-block;
    max-width: 56.81818182%;
    box-sizing: border-box;
    background: rgba(140,84,161,0.9);
    padding: 18px 20px;
    margin: 3.24675325% 0 0 0;
    font-family: "Frutiger45", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

#JHLogo {
    width: 325px;
    float: right;
    margin-top: 20px;
}

/*** Interior Pages - General Styles ***/
#page-header {
    background-color: #fff;
}

#page-header.sticky {
    padding-top: 50px;
}

.innerPageWrap.even,
.innerPageWrap.odd{
    position: relative;
}

.breadcrumb {
    background: none;
    line-height: 0;
    border-radius: 0;
    padding: 2.41080039% 0;
    margin: 0 81px;
}

    .breadcrumb li {
        display: inline-block;
        font-family: "Frutiger55", sans-serif;
        font-size: 11px;
        line-height: 1;
        color: #4d4e53;
        text-transform: uppercase;
        padding: 0 16px 0 8px;
        background: url(/img/breadcrumb-arrow.png) no-repeat 100% 50%;
        margin: 0;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: none;
    }

    .breadcrumb li:first-child {
        padding-left: 0;
    }

    .breadcrumb li:last-child {
        background: none;
        padding-right: 0;
    }

    .breadcrumb li.active,
    .breadcrumb li.active a{
        color: #8c54A1;
    }

    .breadcrumb li.active a:hover {
        color: #B087BC;
        text-decoration: none;
    }

.page-title {
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    width: 100%;
}

    .page-title > .inner {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 1.92864031% 81px;
    }

.page-title h1.page-header {
    margin: 0;
    border-bottom: 0;
    padding: 0;
    font-size: 40px;
    font-family: 'Stag-Book', sans-serif;
}



.innerPageWrap.even .text,
.innerPageWrap.even .image,
.innerPageWrap.odd .text,
.innerPageWrap.odd .image {
    position: relative;
    float: right;
    width: 50%;
}

.innerPageWrap.odd .text,
.innerPageWrap.odd .image {
    float:left
}

.innerPageWrap.even .text,
.innerPageWrap.odd .text {
    margin: 60px 0;
}

.aboutWrap.even .image{
    position: relative;
    float: right;
    width: 30%;
}

.aboutWrap.even .text {
    position: relative;
    float: right;
    width: 70%;
}

.copy {
    font-family: "Frutiger45", sans-serif;
    font-size: 16px;
    line-height: 1.375;
    color: #4d4e53;
    margin: 60px 0;
    margin: 0 81px 40px;
}

.copy:last-child {
    margin-bottom:0;
}

.copy .title {
    font-family: "Frutiger55",sans-serif;
    font-size: 20px;
}

.copy .subtitle {
    font-family: "Frutiger-Italic",sans-serif;
    text-decoration: underline;
}

.copy ul li{
    margin-bottom: 5px;
}

.copy.accordion-copy {
    margin-right: 20px;
}

.innerPageWrap.even .image img {
    float:right;
    width: 100%;
}

.innerPageWrap.odd .image img {
    float: left;
    width: 100%;
}

.clearfix {
    clear:both;
}

.noMarg {
    margin: 0;
}

.italic {
    font-family: Frutiger-Italic;
}

.bold {
    font-family: Frutiger65, sans-serif;
}

.whitespace {
    white-space: nowrap;
}

/******* Overview Styles *******/
#overviewJHLogo {
    width: 100%;
    max-width: 375px;
}

#overviewJHLogo2 {
    width: 100%;
    max-width: 150px;
}


.awardWrap {
    display: inline-block;
    margin-right: 9%;
}

.awardTitle {
    text-transform: uppercase;
    font-family: "Frutiger65";
    font-size: 14px;
    margin-bottom: 5px;
}

.inlineAward {
    max-height: 85px;
}




/******* Tenant Resource Styles *******/
#resourcesInner {
    padding: 60px 0;
}

.tr-item {
    margin-bottom: 20px;
}

.tr-header:hover {
    cursor: pointer;
}

    .tr-item:hover .tr-title,
    .tr-item:hover .tr-toggle-arrow {
        color: #8C54A1;
    }

    

.tr-header {
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    display: block;
    position: relative;
}

    .tr-header.open .tr-title,
    .tr-header.open .tr-toggle-arrow {
        color: #8C54A1;
    }

.tr-icon {
    width: 80px;
    height: 80px;
    background-color: #8C54A1;
    float:left;
    position: relative;
}

.tr-icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}

    .tr-icon img.icon-moving {
        padding: 15px;
        top: 3px;
    }

.tr-title {
    float: left;
    padding-left: 20px;
    font-size: 22px;
    color: #4d4e53;
}

.tr-title.fitness-title {
        font-family: "Frutiger55",sans-serif;
    font-size: 20px;
}

.tr-body {
    background-color: #fff;
    padding: 40px 100px;
    transition: box-shadow 450ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-box-shadow: 0 22px 22px -22px rgba(0, 0, 0, 0.8) inset;
    -webkit-box-shadow: 0 22px 22px -22px rgba(0, 0, 0, 0.8) inset;
    box-shadow: 0 22px 22px -22px rgba(0, 0, 0, 0.8) inset;
    display:none;
}

.tr-body.open {
    display: block;
}

.tr-body.amen-body {
    padding: 40px;
}

.fa-angle-down {
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 32px;
}

.fa-angle-up {
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 32px;
}

.resourceSplit {
    height: 1px;
    background-color: rgb(235, 233, 228);
    width: 100%;
    margin: 40px 0;
}

.resourceSwitch {
    color: #8C54A1;
    font-family: Frutiger55,sans-serif;
}

    .resourceSwitch:hover,
    .resourceSwitch:active,
    .resourceSwitch:focus {
        cursor: pointer;
        color: #B087BC;
    }

#insuranceVendorWrap {
    display: none;
}

.resourceList {
    padding-left: 20px;
    margin-bottom: 25px;
}

.resourceList li {
    margin-bottom: 10px;
}

.resourceList li.circle {
    list-style-type: circle;
}

.resourceTitle {
    font-family: Frutiger55,sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}

.resourceSection {
    margin-bottom: 25px;
}

.resourceSection .title {
    font-family: Frutiger55,sans-serif;
    margin-bottom:0;
}

#parkingBody {
    position: relative;
}

.parkingTitle {
    margin-bottom:0;
}

.parkingSubtitle {
    margin-bottom: 20px;
}

.parkingTable {
    width: 50%;
    margin-bottom: 10px;
}

.parkingTable > .table-bordered {
    border-top: 0;
}

.parkingTable > .table > thead > tr > td,
.moversTable > .table > thead > tr > td {
    background-color: rgb(235, 233, 228);
    text-transform: uppercase;
    font-family: Frutiger65, sans-serif;
    font-size:13px;
}


.parkingTable > .table > tbody> tr > td:first-child {
    width: 75%;
}


.parkingTable > .table > tbody> tr > td:last-child {
    width: 25%;
    text-align:right;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid rgb(235, 233, 228);
}

.parkingContactWrap {
    margin: 20px 0;
}

.parkingContactWrap p {
    margin-bottom: 0;
}

.parkingTitleWrap {
    margin-bottom: 20px;
}

#abmLogo {
    width: 125px;
    position:absolute;
    right:0;
    top:0;
}

#servicesTitleWrap {
    position: relative;
    margin-bottom: 30px;
}

#usaDirectTV {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
}

#approvedMoversWrap {
    display: none;
    border-top: 1px solid rgb(235, 233, 228);
    margin-bottom: 30px;
    padding-top: 20px;
    margin-top: 20px;
}

#userGuideLinks {
    margin-bottom: 30px;
}

.lobbyWrap1 {
    margin-bottom: 40px;
}

.lobbyWrap1,.lobbyWrap2 {
    width: 70%;
}

.lobbySection {
     margin-bottom: 40px;
}

.lobbyTitle {
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 0;
    font-family:Frutiger55, sans-serif;
}

.chargingTable {
    border-top: 0;
}

.chargingTable .table {
    margin-bottom: 0;
}

#eventModal .modal-body {
    padding: 0;
    border-top: 5px solid #8C54A1;
}

    #eventModal .modal-body .imgRight {
        width: 40%;
        float: left;
        padding-top: 30px;
        padding-right: 30px;
    }

    #eventModal .modal-body .imgRight img{
        width: 100%;
    }

    #eventModal .modal-body .copyLeft {
        width: 60%;
        float: left;
        padding: 23px 30px;
    }

    #eventModal .modal-footer {
        border-top: 1px solid #dedede;
        clear:both;
    }

    #eventModalTitle {
        font-family: "Frutiger55", sans-serif;
        font-size: 24px;
    }






/******* Sustainability Styles *******/
.innerPageWrap.even #sustainLogos {
    display: flex;
}

.innerPageWrap.even .image .sustainabilityLogo {
    width: 150px;
    margin-bottom:20px;
    float: none;
    display: block;
}

.logoWrap {
    margin-left: 60px;
    margin-top: 60px;
}

.learnMoreLink {
    display: block;
    font-family: "Frutiger55", sans-serif;
}






/******* Amenity Styles *******/
.amenityBG {
    padding: 20px 0;
}

.red,.blue,.green {
    width: 100%;
    box-sizing: border-box;
}

.red {
    background-color: red
}

.blue {
    background-color: blue;
}

.green {
    background-color:green;
}

.amenityRow {
    margin-top: 25px;
}

.amenityRow.last {
    margin-bottom: 25px;
}

.amenityList {
    padding-left: 19px;
}



.amenityBox img {
    width: 100%;
}

.amenityTextWrap {
    background-color: #fff;
    padding: 20px;
    -moz-osx-font-smoothing: grayscale;
}

.amenityTextWrap .title,
.amenityTextWrap .readMoreLink{
    font-family: Frutiger55, sans-serif;
}

.amenityTextWrap .title {
    font-size: 21px;
}

.amenityTextWrap .readMoreLink {
    font-size: 16px;
}

body.mac .amenityTextWrap {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}


.readMoreLink {
    text-transform: uppercase;
    font-family: Frutiger45,sans-serif;
}

p.readMoreLink {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Frutiger45,sans-serif;
    margin-bottom: 0;
    color: #8C54A1;
}







/******* Contact Styles *******/
#contactInner {
    padding: 60px 0;
}

.contactSwitch {
    background-color: #dcdcd9;
    width: 50%;
    display:inline-block;
    float: left;
    border-top: 5px solid transparent;
    padding: 20px;
}

    .contactSwitch:hover {
        cursor: pointer;
        background-color: #fff;
        border-top: 5px solid #8C54A1;
        
    }

        .contactSwitch:hover p {
            color: #8C54A1;
        }


.contactSwitch p {
    margin-bottom: 0;
    font-size: 18px;
    font-family: "Frutiger55", sans-serif;
}

.contactSwitch.active {
    background-color: #fff;
    border-top: 5px solid #8C54A1;
}

    .contactSwitch.active p {
        color: #8C54A1;
    }

#propertyContacts {
    display: none;
}

#contactsWrap {
    margin: 20px 15px 0;
    background-color: #fff;
    padding: 30px 60px 40px 60px;
}

.contactBtn {
    color: #fff;
    background-color: #8C54A1;
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all .3s;
}

    .contactBtn:hover,
    .contactBtn:focus,
    .contactBtn:active {
        color: #fff;
        background-color: #B087BC;
        width: 100px;
        height: 30px;
        line-height: 30px;
        display: block;
        text-align: center;
        border-radius: 5px;
    }


.mac .contactBtn {
    line-height: 32px;
} 

.contact .name,
.contactTitle {
    font-family: Frutiger55,sans-serif;
}

.contactTitle {
    font-size: 19px;
    margin-bottom: 40px;
}



    .contact .position,
    .contact .info {
        font-size: 15px;
    }

.contact {
    margin-bottom:30px;
}

.new-caption-area {
    float:left;
    text-align:left;
}

.new-caption-area p{
    margin-bottom: 0;
    font-size: 14px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    border-radius: 0;
}

.carousel-caption {
    display: none;
}

.closeModal {
    display: block;
    float: right;
    text-transform: uppercase;
    font-family: Frutiger55,sans-serif;
    color: #8C54A1;
}

    .closeModal:hover {
        cursor: pointer;
        color: #B087BC;
    }

.item .img-responsive {
    width: 100%;
}








/******* Search Results Styles *******/


#searchWrap {
    background-color: #fff;
    padding: 60px 0 40px;
}

#searchTermWrap p {
    font-family: 'Frutiger55', sans-serif;
    color: #333;
    font-size: 17px;
}

#searchWord {
    font-family: 'Frutiger65', sans-serif;
}

#areYou {
    margin-bottom: 20px;
}

.searchResult {
    margin-top: 45px;
}

.searchResult .title {
    font-size: 24px;
    font-family: Frutiger45, sans-serif;
}

    .searchResult .description {
        margin-top: 15px;
        font-family: 'Frutiger45', sans-serif;
        margin-bottom: 0;
        font-size: 16px;
        
    }

    .searchResult .link {
        margin-top: 5px;
        font-family: 'Frutiger55', sans-serif;
        font-size: 16px;
    }

        .searchResult .link a {
            word-wrap: break-word;
        }

#searchPagination {
    text-align: center;
    margin-top: 20px;
}

.pagination > li > a,
.pagination > li > span {
    border: 0;
    color: #4d4e53;
}

.pagination > li > a {
    font-size: 17px !important;
}

    .pagination > li > a:hover,
    .pagination > li > a:visited,
    .pagination > li > a:active,
    .pagination > li > a:focus,
    .pagination > li > span:hover,
    .pagination > li > span:visited,
    .pagination > li > span:active,
    .pagination > li > span:focus {
        background-color: transparent;
        color: #4d4e53;
        
    }

    .page-link > span {
        font-size: 28px !important;
        line-height: 0.75;
    }

    .page-link.active {
        font-family: Frutiger65, sans-serif;
    }





@media (max-width: 1200px) {
    #pageWrap {
        width: 100%;
    }

    .container {
        margin: 0 25px;
        max-width: 1130px;
        width: auto;
    }

    p,
    .awardTitle,
    ul li,
    ol li,
    .table {
        font-size: 1.41666667vw;
    }

    #nav-right .dropdown-menu {
        left: -54px;
    }

    #slideContent h1 {
        font-size: 8.33333333vw;
        margin: 9.309524% 0 0 0;
    }

    #slideContent p {
        font-size: 1.5vw;
        padding: 1.94805195% 1.94805195%;
        max-width: 65.818182%;
    }

    .homeIntro p {
        font-size: 2vw;
    }

    ol {
        font-size: 1.41666667vw;
    }

    .breadcrumb {
        margin: 0 25px;
    }

    .page-title > .inner {
        padding: 1.92864031% 25px;
    }

    .contactTitle {
        font-size: 17px;
    }

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

    .contact .position,
    .contact .info {
        font-size: 15px;
    }
}


@media (min-width: 1025px) {

    body {
        overflow-y:auto !important;
    }

    #pageWrap {
        position: static;
        height: auto;
    }

    #pageWrap.menu-open {
        height: auto;
        overflow: visible;
    }

    footer {
        display:block !important;
        clear:both;
    }

    body.modal-open {
        padding-right: 0px !important;
    }
}
@media (max-width: 1025px) {

    body,html {
        background: #fff;
    }

    #pageWrap {
        overflow: visible;
    }

    #pageWrap.menu-open {
        height: 715px;
        overflow: hidden;
    }

    #logoBar {
        height: 64px;
    }

    #navbar {
        border-top: 0;
        position: absolute;
        top: -65px;
        right: 0;
        background-color: #fff;
        width: 285px;
        z-index: 200;
        box-shadow: 1px 0 15px -6px #000;
        overflow-y: hidden;
        height: 775px !important;
    }

    .navbar {
        box-shadow: none;
        background-color: transparent;
        min-height: 0;
    }

        .navbar.sticky {
            position: static;
        }

    .navbar-header {
        float: none;
        top: 0;
        position: absolute;
        right: 17px;
    }

    #nav-right{
        float: left;
        width: 100%;
    }

    #navbar ul li.searchIcon {
        width: 100%;
        padding:0;
    }

    #navbar ul li.menuClose {
        display: block;
        text-align: right;
        border-top: none;
    }

    #navbar ul li.menuClose:hover,#navbar ul li.searchIcon:hover {
        border-left-color: #fff;
    }

    .navbar-toggle {
        display: block;
        position: absolute;
        top: -68px;
        right: -9px;
        height: 53px;
        width: 47.5px;
        cursor: pointer;
        z-index: 2;
        text-align: center;
        border-radius: 100%;
        border: none;
    }

    @keyframes bounceIn {
        0% {
            opacity: 0;
            transform: scale(0.3) translate3d(0,0,0);
        }

        50% {
            opacity: 0.9;
            transform: scale(1.1);
        }

        80% {
            opacity: 1;
            transform: scale(0.89);
        }

        100% {
            opacity: 1;
            transform: scale(1) translate3d(0,0,0);
        }
    }

    .navbar-toggle.fixed,
    .navbar-toggle.fixed:hover,
    .navbar-toggle.fixed:focus,
    .navbar-toggle.fixed:visited{
        position: fixed;
        background: rgba(255, 255, 255, 0.9);
        opacity: 0;
        top: 10px;
        right: 10px;
        height: 53px;
        width: 51.5px;
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .navbar.sticky .navbar-toggle.fixed {
        animation-name: bounceIn;
        animation-duration: 350ms;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        z-index: 4;
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    #page-header.sticky {
        padding-top: 0px;
    }

    .navbar-inverse #navbar-toggle:hover, .navbar-inverse #navbar-toggle:focus {
        background-color: transparent;
        border-color: transparent;
    }

    .navbar-toggle .burger {
        position: absolute;
        top: 13px;
        left: 10px;
        right: 10px;
        height: 17px;
        background: url('/img/icons/header-menu-burger-w.png') no-repeat;
    }

    .navbar-toggle span {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        display: block;
        font-size: 9px;
        line-height: 9px;
        color: #fff;
        text-transform: uppercase;
    }

    .navbar-toggle.fixed .burger {
        position: absolute;
        top: 13px;
        left: 13px;
        right: 10px;
        height: 17px;
        background: url('/img/icons/header-menu-burger.png') no-repeat;
    }

    .navbar-toggle.fixed span {
        position: absolute;
        bottom: 10px;
        left: 1px;
        right: 0;
        display: block;
        font-size: 9px;
        line-height: 9px;
        color: #000;
        text-transform: uppercase;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    #logoBar .headerLogo {
        width: 65px;
        padding: 10px 0;
    }
    #nav-left,
    #nav-right {
        float: none;
        height: auto;
    }

    #nav-right ul,
    #nav-left ul{
        margin:0;
        padding: 0;
        width: 100%;
    }

    #navbar ul li {
        display: block;
        position: static;
        padding: 10px;
        border-top: 1px solid rgb(230, 230, 230);
        border-left: 5px solid #fff;
        clear: both;
    }

    #navbar ul.dropdown-menu li {
        border-top: none;
        height: 44px;
    }

    #nav-right ul li a#searchToggle {
        display: none;
    }

    .nav-search {
        display: block !important;
        box-shadow: none;
        position:static;
        width: auto;
    }

    .nav-search input {
        height: 51px;
        width:  82%;
    }

    #navbar ul li.searchIcon {
        text-align:left;
    }

    #navbar #nav-right ul li:nth-child(1) a, #navbar #nav-right ul li:nth-child(2) a {
        padding: 0;
    }

    #mobileSearchSubmit {
        border: 0;
        background: transparent;
    }

    #nav-left .dropdown-menu, #nav-right .dropdown-menu {
        display: block;
    }

    #navbar ul li a span {
        padding: 0 9px;
         border-left: none; 
    }

    .buildingInfoSection {
        margin-bottom: 20px;
    }

    #JHLogo {
        width: 250px;
        float: none;
    }

    #navbar ul li a {
        border-left: 0;
        padding:0;
        display:block;
    }

    #navbar ul li:hover {
        color: #8C54A1;
        border-bottom: none;
        border-left-color: #8C54A1;
    }

    #navbar ul li.active {
        color: #8C54A1;
        border-bottom: none;
        border-left: 5px solid #8C54A1;
        border-bottom: none;
    }

    #navbar .dropdown-menu {
        padding-left: 23px;
        position: static;
        box-shadow: none;
        border: none;
    }

    #slideContent p {
        font-size: 1.65vw;
    }

    .breadcrumb {
        display: none;
    }

    .page-title > .inner {
        padding: 1.92864031% 15px;
    }

    .page-title h1.page-header {
        font-size: 36px;
        margin: 6px 10px;
    }

    
}

@media (min-width: 992px) and (max-width: 1050px) {
    .contact .name {
        font-size: 1.6vw;
    }
}

@media (max-width: 991px) {

    .siteMapList {
        margin-bottom: 40px;
    }

    .awardWrap {
        margin-right: 8%;
    }

    .parkingTable {
        width: 70%;
    }

    .logoWrap {
         margin-left: 8%; 
    }

    .amenityTextWrap .title {
        font-size: 1.9vw;
    }

    .amenityTextWrap .readMoreLink {
        font-size: 1.6vw;
    }

    
}

@media (min-width:768px) and (max-width: 991px) {
    .innerPageWrap.even .text.amen-pg, .innerPageWrap.odd .text.amen-pg {
        margin: 30px 0;
    }

    #chargePoint {
        margin: 20px 0;
        margin-bottom: 0;
    }

    .copy.amen-pg {
        margin: 0 41px;
    }

    .tr-title.fitness-title {
        font-family: "Frutiger55",sans-serif;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .amenityBox {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        cursor: pointer;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        line-height: 1;
        margin-bottom: 30px;
    }

        /*.amenityBox:hover {
            -webkit-transform: scale(1.03);
            -ms-transform: scale(1.03);
            -o-transform: scale(1.03);
            transform: scale(1.03);
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
            transform-origin: 50.01%;
        }*/

        .amenityBox:hover {
            -webkit-transform: translate(0,-3px);
            -ms-transform: translate(0,-3px);
            transform: translate(0,-3px);
            -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
        }

        .amenityBox:hover p.readMoreLink {
            color: #B087BC;
            transition: color 0.3s;
        }

        #modal-gallery .modal-dialog {
            width:650px;
        }

    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        width: auto;
        max-width: 650px;
        height: 100%;
        max-height: 415px;
        margin: 0 auto;
    }
}

@media (max-width: 767px){

    p, 
    .awardTitle,
    ul li,
    ol li,
    .table{
        font-size: 2.26666667vw;
    }

    #pageWrap {
        display: block;
    }

    .container>.navbar-collapse {
        margin-right: 0;
    }

    .homeIntro p {
        font-size: 3.2vw;
    }

    #slideContent h1 {
        font-size: 6.66666667vw;
        line-height: 1;
        margin: 6.309524% 0 0 0;
    }

    #slideContent p {
        font-size: 2.4vw;
        max-width: 75%;
    }

    #footerBottomList li {
        padding: 0 5px;
    }

    #footerBottomList li:last-child {
        display:block;
        border-left:none;
    }

    .innerPageWrap.even .text,
    .innerPageWrap.even .image,
    .innerPageWrap.odd .text,
    .innerPageWrap.odd .image {
        position: relative;
        float: none;
        width: 100%;
        clear: both;
    }

    .innerPageWrap.even .image img,
    .innerPageWrap.odd .image img{
        margin-bottom: 60px;
    }

    .innerPageWrap.even .image .sustainabilityLogo {
        float: left;
        display: block;
        margin-right: 20px;
    }

    .logoWrap {
        margin-left: 81px;
        margin-bottom: -40px;
    }

    .amenityBox {
        margin-bottom: 30px;
    }

    .contactSwitch {
        float:none;
        width: 100%;
    }

    #contactsWrap {
        padding: 20px 5px;
    }

    .contactTitle {
        font-size: 16px;
    }

    .contact .name {
        font-size: 15px;
    }

    .contact .position,
    .contact .info {
        font-size: 14px;
    }

    .tr-body {
        padding: 40px;
    }

    .parkingTable {
        width: 80%;
    }

    #abmLogo,
    #usaDirectTV {
        display: none;
    }

    .lobbyWrap1, .lobbyWrap2 {
        width: 100%;
    }

    #overviewImg {
        margin-bottom: 60px;
    }

    #JHLogo {
        float: none;
    }

    .amenityTextWrap .title {
        font-size: 2.7vw;
    }

    .amenityTextWrap .readMoreLink {
        font-size: 2.2vw;
    }

    .copy.accordion-copy {
        margin: 0 81px 40px;
    }

}


@media (max-width: 620px) {
    p, 
    .awardTitle,
    ul li,
    ol li,
    .table{
        font-size: 14px;
    }

    #slideContent h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 9.309524% 0 0 0;
    }

    #slideContent p {
        max-width: 335px;
        padding: 10px 12px;
        margin-top: 15px;
        font-size: 14px;
        line-height: 16.8px;
    }

    .homeIntro p {
        font-size: 16px;
        line-height: 1.375;
        margin: 15px 0;
    }

    .page-title h1.page-header {
        font-size: 24px;
        margin: 12px 15px;
    }

    .contactTitle {
        font-size: 16px;
    }

    .contact .name {
        font-size: 15px;
    }

    .contact .position,
    .contact .info {
        font-size: 14px;
    }

    .contactBtn,
    .contactBtn:hover,
    .contactBtn:focus,
    .contactBtn:active {
        font-size: 12px;
        width: 80px;
    }

    .logoWrap {
        margin-left: 25px;
    }

    .copy,
    .copy.accordion-copy {
        margin: 0 25px 40px;
    }

    #eventModal .modal-body .imgRight {
        display:none;
    }
    #eventModal .modal-body .copyLeft {
        width: 100%;
        float: none;
    }

}

@media (max-width: 480px) {
    #slideContent h1 {
        margin-top: 38px;
        font-size: 36px;
        line-height: 36px;
    }

    .awardWrap {
        margin-bottom: 20px;
    }

    .inlineAward {
        max-height: 100px;
    }

    .amenityCol {
        width: 100%;
    }

    .parkingTable {
        width: 100%;
    }

    .tr-title {
        font-size: 18px;
    }

    .tr-icon {
        width: 70px;
        height: 70px;
    }

    .tr-icon img {
        width: 70px;
    }

    .tr-header {
        height: 70px;
        line-height: 70px;
    }

    .fa-angle-down {
        top: 20px;
        font-size: 28px;
    }

    .fa-angle-up {
        top: 20px;
        font-size: 28px;
    }

    .innerPageWrap.even .image .sustainabilityLogo {
        float: left;
        display: block;
        margin-right: 20px;
        width: 40%;
        max-width: 150px;
    }

    .amenityTextWrap .title {
        font-size: 16px;
    }

    .amenityTextWrap .readMoreLink {
        font-size: 13px;
    }

    .new-caption-area {
        width: 75%;
    }

    

}

@media (max-width: 400px) {
    #slideContent h1 {
        margin-top: 38px;
        font-size: 28px;
        line-height: 28px;
    }

    .tr-title {
        font-size: 15px;
        padding-left: 15px;
    }

    .tr-icon {
        width: 60px;
        height: 60px;
    }

        .tr-icon img {
            width: 60px;
        }

    .tr-header {
        height: 60px;
        line-height: 60px;
    }

    .fa-angle-down {
        top: 17px;
        font-size: 24px;
    }

    .fa-angle-up {
        top: 17px;
        font-size: 24px;
    }
}

