/*******************************************************
 *
 * Community Brochure
 *
 *******************************************************/


#inner-page-wrapper {
    margin-bottom: 0;
    z-index: unset;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.site-title {
    padding-top: 10px;
}
.bc {
    padding: 50px 15px 0px;
}
.bc p#breadcrumbs {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.150em;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.bg-white{
    background: #fff;
}
.page-text p,
.block-bullet-item ul li {
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.7;
}

body:not(.home) .full-block-title .site-title,
body:not(.home) .carousel-title .site-title,
body:not(.home) .acco-text-title .site-title,
body:not(.home) .img-tiles-title .site-title{
    margin: 0 auto !important;
}

/* Accordion */
.ip-accordion {
    padding-top: 20px;
}
.ip-accordion-item {
    border-bottom: 1px solid #999;
    transition: var(--animate2);
}
.ip-accordion-btn {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.02em;
    padding-bottom: 35px;
    margin-top: 40px;
}
.ip-accordion-btn:before {
    position: absolute;
    content: '+';
    top: 0;
    right: 0;
    color: var(--primary);
    font-size: 31px;
}
.ip-accordion-item.active .ip-accordion-btn:before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--primary);

}
.ip-accordion-content {
    display: none;
    padding-bottom: 25px;
}
.ip-accordion-item.active .ip-accordion-content {
    transform: translateY(0px);
    opacity: 1;
}
.ip-accordion-content .accord-cols {
    display: flex;
    justify-content: space-between;
    padding-right: 60px;
}
.ip-accordion-content .accord-col {
    width: 49%;
}
.ip-accordion-content .accord-col ul li {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 18px;
}
.ip-accordion-content .accord-col ul li span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 0.07em;
    font-weight: 600;
    padding-top: 5px;
    width: 60%;
}
.ip-accordion-content .accord-col ul li em {
    display: block;
    font-style: normal;
    letter-spacing: 0.07em;
    font-size: 14px;
    line-height: 1.7;
    width: 40%;
}
.ip-accordion-content .accord-col:last-child ul li span {
    width: 39%;
}
.ip-accordion-content .accord-col:last-child ul li em {
    width: 61%;
}
.ip-accordion-content p {
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.7;
}
/* Accordion */

.block-row {
    display: flex;
    justify-content: space-between;
}
.block-col-6 {
    width: 45%;
}
.block-col-4 {
    width: 31.33%;
}
.block-bullet-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.block-col-3 {
    width: 23%;
}
.block-bullet-item ul {
    padding-top: 10px;
    padding-left: 14px;
}
.block-bullet-item ul li {
    list-style: disc;
}

/*Banner*/
.ip-banner {
    display: none;
}
.banner {
    z-index: -1;
}
.banner.pos-relative > canvas {
    display: block;
    width: 100%;
    height: auto;
}
.banner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: min(679px, 42.4375vw);
    z-index: 3;
}
.banner-slide .img-canvas canvas {
    min-height: 250px;
}
.banner-slide .img-canvas img {
    filter: brightness(0.8);
}
.banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, black, transparent);
    z-index: 4;
    opacity: 0.75;
}

.banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
    opacity: 0.75;
    opacity: 0;
}
.banner-content {
    top: 44%;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    z-index: 3;
}
.banner-content h2 {
    font-size: 33px;
    color: #fff;
    font-family: var(--font-family-title);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.banner-content span {
    display: block;
    font-size: 18px;
    letter-spacing: 0.67em;
    padding: 17px 0;
    color: #fff;
    text-transform: uppercase;
}
/*Banner*/

/* Accordion Block */

.acco-text {
    padding: 0 15px;
}
.acco-text-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 125px 0;

}
.acco-text .bg-fixed canvas {
    filter: grayscale(1);
}
.acco-text .bg-fixed::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0.9;
}

/* Accordion Block */


/* Image Text Block */
.reverse .img-txt-inner {
    flex-direction: row-reverse;
}
.img-txt-inner {
    padding: 105px 0;
}
.img-txt-left {
    width: calc((741 / 1600)* 100%);
}
.img-txt-right {
    width: calc(100% - calc((816 / 1600)* 100%));
    padding: 20px 20px 0 75px;
}
.reverse .img-txt-right {
    padding: 20px 30px 0;
}
body:not(.home) .img-txt-title .site-title {
    margin-left: -30px !important;
}
.img-txt-content {
    width: 100%;
    max-width: 535px;
    margin: 0 auto;
}
.img-txt-desc {
    padding-top: 35px;
}
.img-txt-btn {
    padding-top: 50px;
}


/* Full Block Section */
.full-block-sec {
    padding: 0 15px;
    min-height: 618px;
}
.full-block-sec .bg-fixed::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0.9;
}
.full-block-sec .bg-fixed canvas {
    filter: grayscale(1);
}
.full-block-inner {
    width: 100%;
    max-width: 1143px;
    padding: 150px 0;
    margin: 0 auto;
}
.full-block-desc p {
    text-align: center;
    margin: 25px 0 0;
}
.full-block-desc {
    padding-top: 40px;
}

.light-text .bg-fixed::before {
    opacity: 0;
}
.light-text .bg-fixed canvas {
    filter: none;
}
.light-text .bg-fixed::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 125%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    opacity: 0.85;
}
.light-text .bg-fixed {
    overflow: hidden;
}
.light-text .site-title, .light-text .site-title span {
    color: #fff;
}
.light-text .site-title:before {
    color: #fff;
}
.light-text .full-block-desc p {
    color: #fff;
}


/* Carousel */
.carousel-sec {
    padding: 0 15px;
}
.carousel-sec-inner {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 120px 0 130px;
}
.carousel-slider {
    padding-top: 100px;
    margin: 0 -30px;
}
.carousel-slider .slick-slide > div {
    margin: 0 35px;
}
.carousel-slide {
    padding: 0 0px 0 44px;
}
.carousel-slide p {
    position: relative;
}
.carousel-slide p:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 94%;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
}
.carousel-slide strong {
    padding-top: 35px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.67em;
    color: var(--primary);
}

/* Image Tiles */
.img-tiles-sec {
    padding: 0 15px;
}
.img-tiles-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 85px 0 50px;
}
.img-tiles-blocks {
    margin: 0 -6px;
    padding-top: 70px;
}
.img-tiles-block {
    width: 33.33%;
    padding: 6px;
    margin-bottom: 40px;
}
.img-tiles-block h3{
    font-size: 20px;
    letter-spacing: 0.02em;
    padding: 45px 15px 10px;
    text-align: center;
    text-transform: uppercase;
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1299px) {
    
    
} 

@media only screen and (max-width: 1199px) {
   
    .ip-accordion-content .accord-col ul li span,
    .ip-accordion-content .accord-col ul li em {
        font-size: 12px;
    }
   
   

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .cm-text p {
        text-align: center;
    }
    .ip-accordion .cm-text p {
        text-align: left;
    }
    .block-bullet-list {
        flex-wrap: wrap;
    }
    .block-col-6, .block-col-4, .block-col-3 {
        width: 100%;
        padding-bottom: 30px;
    }
    .block-bullet-item.block-col-3 {
        width: 50%;
    }
    .block-bullet-list {
        padding-bottom: 0;
    }
    .block-row {
        display: block;
    }
    .main-text-inner {
        display: block;
    }
    .main-text-title .site-title {
        margin-left: auto;
    }
    .main-text-right {
        padding: 0;
        width: 100%;
    }
    .main-text-left {
        width: 100%;
    }
    .acco-text-inner {
        padding: 75px 0;
    }
    .ip-accordion-content .accord-cols {
        display: block;
        padding: 0;
    }
    .ip-accordion-content .accord-col {
        width: 100%;
    }
    .ip-accordion-content .accord-col ul li span, .ip-accordion-content .accord-col ul li em {
        width: 50% !important;
    }
    .banner-container {
        position: relative;
        max-height: 100%;
    }
    .banner.pos-relative > canvas {
        display: none;
    }
    
    .img-txt-inner {
        display: block;
    }
    .img-txt-left {
        width: 100%;
    }
    body:not(.home) .img-txt-title .site-title {
        margin: 0 auto !important;
    }
    .img-txt-right {
        width: 100%;
        padding: 0 15px;
    }
    .img-txt-content {
        max-width: 200%;
        text-align: center;
    }
    .img-txt-btn .site-btn {
        margin: 0 auto;
    }
    .full-block-sec {
        min-height: auto;
    }
    .full-block-desc {
        padding-top: 10px;
    }
    .full-block-inner {
        padding: 80px 0;
    }
    .carousel-slider {
        padding-top: 50px;
        margin: 0;
    }
    .carousel-slider .slick-slide > div {
        margin: 0 10px;
        margin: 0 10px;
    }
    .carousel-slide {
        padding: 0 0 0 20px;
    }
    .carousel-slide p:before {
        left: -20px;
    }
    .carousel-sec-inner {
        padding: 60px 0;
    }
    .img-tiles-block {
        width: 50%;
    }

} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .banner-content h2 {
        font-size: 25px;
    }
    .banner-content span {
        font-size: 15px;
        letter-spacing: 0.3em;
    }
    .block-bullet-item.block-col-3 {
        width: 100%;
    }
    .carousel-slide strong {
        letter-spacing: 0.3ems;
    }
   
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .ip-accordion-btn {
        font-size: 16px;
    }
    .img-tiles-block {
        width: 100%;

        margin-bottom: 40px;
    }


}
 
