/* begin CSS for X icon font */
@font-face {
    font-family: 'Glyphter';
    src: url('/gridmedia/__fonts/__Glyphter.eot');
    src: url('/gridmedia/__fonts/__Glyphter.eot?#iefix') format('embedded-opentype'),
         url('/gridmedia/__fonts/__Glyphter.woff') format('woff'),
         url('/gridmedia/__fonts/__Glyphter.ttf') format('truetype'),
         url('/gridmedia/__fonts/__Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-x']:before{
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-x:before{
    content:'\0041'!important;
    font-size: 32px;
}
/* end CSS for X icon font */

#footer {
    color: #ffffff;
}
.footer-web-accessibility-statement {
    padding: 15px 0 !important;
}

#amenities .pet-container {
    color: #fff;
}

.api-pet_policy {
    max-width: 700px;
}

#promo_body_text {
    white-space: pre-wrap;
}

#header .header-container .one-quarter a.btn.header-btn {
    color: #fff;
    display: inline-block;
    text-transform: none;
}

#header .header-container .one-quarter a.btn.header-btn:hover {
    background: #3e5473;
}
/* mobile usability */
@media only screen and (max-width: 767px) {
    #amenities .amenity-list ul {
        line-height: 22px;
    }
    #footer .footer-container .one-sixth p, 
    #footer .footer-container .one-half p {
        line-height: 1.65;
    }
}
/* Ebrochure */
#body_ebrochure #page_container .ebrochure .owl-carousel .owl-wrapper .owl-item .cover-page.item {
    background: #4B719A;
    display: flex;
    justify-content: center;
    align-items: center;
}
#body_ebrochure #page_container .ebrochure .owl-carousel .owl-wrapper .owl-item .cover-page.item h1 {
    color: #ffffff;
    text-align: center;
}
#body_ebrochure #page_container .ebrochure .owl-carousel .owl-wrapper .owl-item {
    float: left;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    position: relative;
}
#body_ebrochure #page_container .ebrochure .owl-carousel .owl-controls {
    user-select: none;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -35px;
    display: inline-block;
}
.ebrochure .item {
    min-height: 780px;
}
.ebrochure .owl-controls .owl-buttons {
    width: 100%;
}
.ebrochure .owl-controls .owl-buttons .owl-next {
    float: right;
}
.ebrochure .owl-controls .owl-buttons div span::before, 
.ebrochure .owl-controls .owl-nav div span::before {
    color: inherit;
    font-size: 70px;
    line-height: 70px;
    transition: all .3s ease 0s;
}
.ebrochure .owl-carousel .owl-controls .owl-buttons .icon-arrow-left::before {
    content: "\102";
}
.ebrochure .site-map .contact-info {
    margin-top: 0;
}
.ebrochure .site-map .contact-info-details {
    margin-left: 10px;
}
.ebrochure .site-map .community-logo .ebrochure-logo {
    top: 65%;
}
.ebrochure .ebrochure-logo p {
    text-align: center;
    color: #ffffff;
}
#header .header-container .one-quarter .ebrochure-btn.btn {
    color: #fff;
    display: inline-block;
    text-transform: none;
}
#footer .footer-container .one-half a.corp_logo img {
    max-width: 320px;
}
.hp-content .fees-root.table-one .fees {
    max-width: 1050px;
    width: 100%;
    margin-bottom: 50px;
}
.hp-content .fees-root.table-one .fees__header {
    padding: 0;
}
