/*******************************************************
 *
 * Communities
 *
 *******************************************************/

.logo {
    pointer-events: auto;
}

.header-right {
    pointer-events: auto;
}

.header-wrapper {
    pointer-events: none;
}

.burger-menu-icon span{
    background: var(--primary-color);
}

.header-contacts span,
#nav li a {
    color: var(--primary-color);
}

.header-contacts span a:hover {
    color: #6887b1;
}

.burger-menu-icon:hover .bm-lines span {
    background: #6887b1;
}

#fixed-header .header-contacts span {
    color: #fff;
}

#fixed-header .header-contacts span a:hover {
    color: #6887b1;
}

#fixed-header .burger-menu-icon span {
    background: #fff;
}


#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

.logo img.main-logo {
    display: none;
}

.logo img.alt-logo {
    display: block;
}

.ip-banner {
    display: none;
}

.ip-comm-hero-container .floating-icon {
    z-index: 2;
}

.ip-container #fixed-smis {
    display: block;
    top: 39vh;
}

#fixed-smis ul > li:not(:last-child) {
    margin-bottom: 31px;
}

#fixed-smis ul>li a {
    color: #9099a6;
}

#ip-communities {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-comm-container {
    display: block;
    position: relative;
}

.ip-comm-wrapper {
    display: block;
    position: relative;
}

.ip-comm-main {
    display: block;
    position: relative;
}

.ip-comm-section {
    display: block;
    position: relative;
}

.ip-comm-hero-container {
    display: block;
    position: relative;
}

.ip-comm-hero-img {
    display: block;
    position: relative;
}

.ip-comm-hero-content-container {
    display: block;
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 5;
}

.ip-comm-hero-content p:not(:last-child) {
    margin-bottom: 24px;
}

.ip-comm-hero-scrollbar {
    display: block;
    height: 100%;
    position: relative;
    padding-right: 10px;
}

.ip-comm-hero-content .simplebar-track.horizontal {
    display: none!important;
}

.ip-comm-hero-content .simplebar-scrollbar:before{
    background: var(--primary-color);
}





.ip-comm-hero-content {
    /* display: block; */
    position: relative;
    width: 100%;
    max-width: 46%;
    height: 300px;
}

.ip-comm-hero-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
    min-height: 800px;
}

.ip-comm-hero-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+25,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(25%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

.ip-comm-hero-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0.45px;
    color: #36465d;
}

.ip-comm-hero-content-container .global-title {
    margin-bottom: 50px;
}


/* Section 2 */

.ip-comm-cta-container {
    display: block;
    position: relative;
    padding: 110px 0 111px;
}

.ip-comm-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: var(--primary-color);
}

.ip-comm-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ip-comm-cta-wrapper {
    display: block;
    position: relative;
    z-index: 2;
}

.ip-comm-cta-main-title .global-title h2 {
    color: #b4bfcb;
}

.ip-comm-cta-title {
    display: block;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-comm-cta-main-title .global-title.has-gradient-line em.global-gradient-line-left, 
.ip-comm-cta-main-title .global-title.has-gradient-line em.global-gradient-line-right{
    left: calc(-100vw - 10px);
}

.ip-comm-cta-main-title .global-title.has-gradient-line em.global-gradient-line-right {
    left: auto;
    right: calc(-100vw - 10px);
}

.ip-comm-cta-wrapper .custom-container {
    max-width: 1550px;
}

.ip-comm-cta-main {
    display: block;
    position: relative;
}

.ip-comm-cta-list {
    display: block;
    position: relative;
    margin: 0 -6px;
}

.ip-comm-stats-items {
    margin: 0 auto;
    max-width: 90%;
}


.ip-comm-stats-list {
    position: relative;
}

.ip-comm-stats-list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 30px;
    color: #b4bfcb;
}

.ip-comm-stats-item {
    text-transform: uppercase;
    text-align: center;
}

.ip-comm-stats-item h3,
.ip-comm-stats-item h3 strong {
    font-size: 25px;
    font-weight: 400;
    min-height: 57px;
    letter-spacing: 0.025em;
    font-family: var(--title-font);
}

.ip-comm-stats-item h3 small {
    font-size: 17px;
    letter-spacing: 0.025em;
    margin-top: 5px;
    display: block;
    font-family: var(--title-font);
    color: #b4bfcb;
}

.ip-comm-stats-item ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #b4bfcb;
}

.ip-comm-stats-item ul li {
    position: relative;
    font-size: 20px;
    padding: 35px 8px 0;
}

.ip-comm-stats-item ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 26px;
    background-color: #b4bfcb;
    pointer-events: none;
}

.ip-comm-stats-item ul li:nth-child(2) {
    padding-top: 66px;
}

.ip-comm-stats-item ul li:nth-child(2):before {
    height: 59px;
}

.ip-comm-stats-item ul li strong {
    font-family: var(--title-font);
}

.ip-comm-stats-item ul li p {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-top: 7px;
}


/* Section 2 */

/*Section 3*/
.ip-comm-section.section3 {
    margin: 0;
}

.ip-toc-container {
    max-width: 1179px;
    margin: 0 auto;
    font-size: 0;
}

.ip-toc-lists {
    position: relative;
    width: 43%;
    display: inline-block;
    vertical-align: top;
}

.ip-toc-photo-1, .ip-toc-photo-1 canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ip-toc-photo-1 {
    background: var(--primary-color);
}

.ip-toc-photo-1 canvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.25;
}

.ip-toc-lists-wrap {
    padding: 120px 95px 120px 70px;
    position: relative;
}

.ip-toc-lists-wrap h2 {
    font-size: 35px;
    font-weight: 400;
    font-family: var(--title-font);
    color: #fff;
    margin-bottom: 25px;
}

.ip-toc-lists-wrap ul {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.03em;
}

.ip-toc-lists-wrap ul li:not(:last-child) {
    margin-bottom: 15px;
}


.ip-toc-verbiage {
    background: #fff;
    padding: 50px 55px;
    width: 57%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 50px;
    right: 95px;
    z-index: 2;
}

.ip-toc-verbiage h2 {
    font-size: 50px;
    font-family: var(--title-font);
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 15px;
}

.ip-toc-verbiage p {
    font-size: 18px;
    line-height: 1.83;
    font-weight: 300;
    letter-spacing: 0.03em;
    color: var(--primary-color);
}

.ip-toc-verbiage p:not(:last-child) {
    margin-bottom: 15px;
}

.ip-toc-verbiage-2 {
    background: #fff;
    width: 100%;
    display: inline-block;
    vertical-align: top;   
    margin-top: 50px;   
    z-index: 2;
}

.ip-toc-verbiage-2 h2 {
    font-size: 50px;
    font-family: var(--title-font);
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 15px;
}

.ip-toc-verbiage-2 p {
    font-size: 18px;
    line-height: 1.83;
    font-weight: 300;
    letter-spacing: 0.03em;
    color: var(--primary-color);
}

.ip-toc-verbiage-2 p:not(:last-child) {
    margin-bottom: 15px;
}

.ip-toc-photo-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 20.5%;
}

.ip-toc-photo-2-wrap canvas {
    background: #10151c;
    display: block;
    width: 100%;
    height: auto;
}

.ip-toc-photo-2-wrap, .ip-toc-photo-2-wrap canvas {
    position: relative;
    pointer-events: none;
    display: block;
}

.ip-toc-photo-2-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    opacity: 0.5;
}
/*Section 3*/

/* Section 4 */

.ip-fl-container {
    display: block;
    position: relative;
    font-size: 0;
/*    padding: 120px 0 122px;*/
    padding: 0;
    overflow: hidden;
}

.ip-fl-wrapper {
    display: block;
    position: relative;
    z-index: 4;
}

.ip-fl-main {
    display: block;
    position: relative;
}

.ip-fl-slide {
    display: block;
    position: relative;
    margin: 0 -0.5px;
}

.ip-fl-slide:not(.slick-initialized) .ip-fl-grid:nth-child(n+2) {
    display: none;
}

.ip-fl-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
    padding: 0.5px;
}

.ip-fl-item a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.ip-fl-img {
    display: block;
    position: relative;
    height: 100%;
    background-color: var(--primary-color);
}

.ip-fl-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-fl-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 2;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    margin: 0 auto;
    padding-bottom: 17px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-main-title {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

    display: none;
}

.ip-fl-main-title .global-title {
    margin-bottom: 63px;
}

.ip-fl-main-title .global-title span {
    margin-bottom: 0;
    margin-top: 10px;
}

.ip-fl-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84%;
    pointer-events: none;
    background-color: #fff;
}

.ip-fl-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: .20;
}

.ip-fl-details {
    display: block;
    position: relative;
    text-align: center;
}

.ip-fl-hover-btn span {
    margin: 0 auto;
    color: #36465d;
}

.ip-fl-hover-btn span:before {
    opacity: 1;
    visibility: visible;
}

.ip-fl-price {
    display: block;
    position: relative;
    margin-bottom: 8px;
}

.ip-fl-address {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.ip-fl-info {
    display: block;
    position: relative;
}

.ip-fl-price span {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
    font-weight: 400;
    font-family: var(--title-font);
}

.ip-fl-address span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
    font-weight: 400;
    font-family: var(--title-font);
}

.ip-fl-info span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
    text-transform: uppercase;
}

.ip-fl-info span:not(:last-child) {
    margin-right: 20px;
}

.ip-fl-hover-btn {
    display: block;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    top: 100%;
}

.ip-fl-item a:hover .ip-fl-hover {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    padding-bottom: 40px;
}

.ip-fl-item a:hover .ip-fl-hover-btn {
    opacity: 1;
    visibility: visible;
}

.ip-fl-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 4;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    opacity: .20;
}

.ip-fl-img:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 229px;
    height: 265px;
    background-image: url(../../images/accent-icon-b.png);
    background-position: center;
    background-size: contain;
    z-index: 2;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-item a:hover .ip-fl-img img {
    opacity: 0.30;
}

.ip-fl-item a:hover .ip-fl-img:after {
    opacity: .12;
}

.ip-fl-slide ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    /*width: 23%;*/
    width: 50px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-slide ul.slick-dots li button {
    padding: 0;
    border: none;
    padding: 0;
    background: #cdd1d6;
    height: 2px;
    z-index: 2;
    width: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-slide ul.slick-dots li.slick-active button {
    background: var(--secondary-color);
}

.ip-fl-slide ul.slick-dots {
    width: 100%;
    /*max-width: 252px;*/
    /*display: block;*/
    text-align: right;
    padding-top: 46px;
    margin: 0 auto;

    display: flex !important;
    align-items: center;
    justify-content: center;
}

.ip-fl-slide ul.slick-dots li.slick-active {
    width: 100px;
}

.ip-fl-slide ul.slick-dots li:not(:last-child) {
    margin-right: 2px;
}

.ip-fl-main-title:before,
.ip-fl-main-title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 2px;
    height: calc(100% - 40px);
    background: var(--secondary-color);
}

.ip-fl-main-title:after {
    left: auto;
    right: 0;
}

.ip-fl-main-title .global-title h2:before,
.ip-fl-main-title .global-title h2:after {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(-100vw - 20px);
    width: 100vw;
    height: 2px;
    background: var(--secondary-color);
}

.ip-fl-main-title .global-title h2:after {
    left: auto;
    right: calc(-100vw - 20px);
}

.ip-fl-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+20,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(20%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

.ip-fl-mob-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
}

.sl-comm-section-disclaimer.mobile{
    display: none;
}

.ip-fl-button {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-fl-button .global-btn {
    max-width: 235px;
}

/* Section 4 */

/*Section 5*/
.ip-comm-section.section5{
    margin: 100px 0 0;
}

.ip-sec5-container {
    margin: 0 auto;
    font-size: 0;
    padding: 0 11.2%;
    display: flex;
}

.ip-sec5-photo-1-wrap,
.ip-sec5-photo-2-wrap{
    position: relative;
}

.ip-sec5-photo-1-wrap canvas,
.ip-sec5-photo-2-wrap canvas{
    display: block;
    width: 100%;
    height: auto;
    max-height: 600px;
}

.ip-sec5-photo-1-wrap img,
.ip-sec5-photo-2-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}

.ip-sec5-photo-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 11.2%;
}

.ip-sec5-verbiage, .ip-sec5-photo-2 {
    display: inline-block;
    vertical-align: top;
}

.ip-sec5-verbiage {
    background: #fff;
    padding: 50px 55px;
    width: 70.6%;
    position: relative;
    margin-top: 50px;
    z-index: 2;
}

.verbiage-only .ip-sec5-verbiage {
    width: 100%;
}

.ip-sec5-verbiage h3,
.ip-sec5-verbiage h2 {
    font-size: 50px;
    font-family: var(--title-font);
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 15px;
}

.ip-sec6-verbiage h2 {
    font-size: 50px;
    font-family: var(--title-font);
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 15px;
}

.ip-sec5-verbiage p {
    font-size: 17px;
    line-height: 1.83;
    font-weight: 300;
    letter-spacing: 0.035em;
    color: var(--primary-color);
}

.ip-sec5-photo-2 {
    width: 29.4%;
}

.ip-sec5-photo-2-wrap {
    width: calc(100% + 118px);
    right: 118px;
    position: relative;
}

.ip-sec5-verbiage p:not(:last-child) {
    margin-bottom: 17px;
}

.ip-sec5-photo-1 img {
    filter: grayscale(1);
    opacity: 0.35;
}

.ip-sec5-photo-1 canvas {
    background: #000;
}

.ip-sec5-container.verbiage-only .ip-sec5-verbiage {
    padding-top: 0;
    margin: 0;
}

/*Section 5*/

/*Section 6*/
.ip-comm-section.section6{
    margin: 50px 0;
}

.ip-sec6-container {
    margin: 0 auto;
    font-size: 0;
    padding: 0 11.2%;
    display: flex;
}

.ip-sec6-photo-1-wrap,
.ip-sec6-photo-2-wrap{
    position: relative;
}

.ip-sec6-photo-1-wrap canvas,
.ip-sec6-photo-2-wrap canvas{
    display: block;
    width: 100%;
    height: auto;
    max-height: 600px;
}

.ip-sec6-photo-1-wrap img,
.ip-sec6-photo-2-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}

.ip-sec6-photo-1 {width: 29.4%;}

.ip-sec6-verbiage, .ip-sec6-photo-1 {
    display: inline-block;
    vertical-align: top;
}

.ip-sec6-verbiage {
    background: #fff;
    padding: 50px 55px;
    width: 67.6%;
    position: relative;
    margin-top: 85px;
    z-index: 2;
    right: 78px;
}

.ip-sec6-verbiage h3 {
    font-size: 50px;
    font-family: var(--title-font);
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 15px;
}

.ip-sec6-verbiage span, .ip-sec6-verbiage p {
    font-size: 17px;
    line-height: 1.83;
    font-weight: 300;
    letter-spacing: 0.035em;
    color: var(--primary-color);
    width: 95%;
}

.ip-sec6-verbiage span {
    display: block;
    font-weight: 600;
}

.ip-sec6-photo-2 {position: absolute;right: 0;top: 0;width: 10.9%;}

.ip-sec6-photo-2-wrap {
    width: calc(100% + 118px);
    right: 118px;
    position: relative;
}

.ip-sec6-verbiage p:not(:last-child) {
    margin-bottom: 17px;
}

.ip-sec6-photo-2 img {
    filter: grayscale(1);
    opacity: 0.35;
}

.ip-sec6-photo-2 canvas {
    background: #000;
}

.ip-sec6-container.verbiage-only .ip-sec6-verbiage {
    padding-top: 0;
    margin: 0;
    width: 100%;
    right: 0;
}

.ip-sec6-photo-1-wrap {
    width: calc(100% + 20px);
}

.ip-sec6-container.verbiage-only {
    display: block;
    width: 100%;
}

 ul.col-2 {
font-size: 17px;
    line-height: 1.83;
    font-weight: 300;
    letter-spacing: 0.035em;
    color: var(--primary-color);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
     list-style: none !important;
}

ul.col-2 li {
    width: calc(50% - 10px);
    padding: 0 0 0 30px !important;
    position: relative;
    line-height: 1.83;
}

  .ip-comm-section:not(.section1):not(.section2) ul li::before {
     content: '';
    width: 15px;
    min-width: 15px;
    height: 15px;
    border: 1px solid var(--primary-color);
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0.75;
}

 .ip-comm-section:not(.section1):not(.section2) ul li::after {
    content: '';
    width: 9px;
    height: 9px;
    background: var(--primary-color);
    position: absolute;
    top: 11px;
    left: 3px;
}

ul.col-2.row-2 {
    flex-direction: column;
}

ul.col-2.row-2 li {
    width: 100%;
}

ul.col-2 li.lists-inside {
    padding-left: 0;
}

.ip-sec6-verbiage p + ul.col-2 {
    padding-top: 15px;
}

.custom-breadcrumbs {
    display: none;
}
/*Section 6*/



/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1560px) {

}

@media only screen and (max-width: 1440px) {
    .ip-fl-main-title {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-container #fixed-smis {
        left: 18px;
    }
    .ip-fl-main-title {
        max-width: 1024px;
    }

}

@media only screen and (max-width: 1280px) {
    .ip-comm-cta-title h2 {
        font-size: 35px;
    }
    .ip-comm-hero-content-container {
        max-width: 1090px;
    }
    .ip-comm-hero-content p {
        font-size: 16px;
    }



}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */

@media only screen and (max-width: 1199px) {
    .ip-comm-hero-img canvas {
        min-height: 730px;
    }

    .ip-fl-main-title:before,
    .ip-fl-main-title:after {
        height: calc(100% - 36px);
    }
    .ip-comm-cta-img:before {
        margin: 10px;
    }
    .ip-comm-cta-hover {
        padding: 0 20px;
    }
    .ip-comm-cta-title h2 {
        font-size: 30px;
    }

    .ip-comm-hero-content p {
        line-height: 30px;
        font-size: 14px;
    }
    .ip-comm-hero-content-container {
        max-width: 875px;
    }
    .ip-comm-hero-content-container .global-title {
        margin-bottom: 30px;
    }
    .ip-comm-hero-content {
        max-width: 48%;
    }
    .ip-fl-main-title {
        max-width: 840px;
    }


    .ip-comm-stats-items{
        max-width: 100%;
    }

    .ip-toc-verbiage h3,
    .ip-sec5-verbiage h3,
    .ip-sec6-verbiage h3{
        font-size: 40px;
    }

    .ip-sec5-container{
        padding: 0 0 0 11.2%;
    }


    .ip-sec6-container {
        padding: 0 11.2% 0 0;
    }

    .ip-sec6-verbiage{
        width: 65.6%;
    }

    .ip-sec6-container.verbiage-only {
        padding: 0;
    }
    
}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
    #ip-communities {
        margin-top: 83px;
    }

    .custom-breadcrumbs {
    margin-bottom: 50px;
    text-align: left;
}

    .ip-comm-hero-content-container {
        position: relative;
        bottom: 0;
        text-align: center;
        max-width: 100%;
        padding: 20px 30px 50px;
    }
    .ip-comm-hero-img:before {
        display: none;
    }
    .ip-container #fixed-smis {
        display: none;
    }
    .ip-comm-hero-img canvas {
        min-height: 250px;
    }
    .ip-comm-hero-container .floating-icon {
        display: none;
    }
    .ip-comm-hero-container .floating-icon {
        max-width: 100%;
    }
    .ip-comm-hero-content {
        max-width: 100%;
        height: auto!important;
        display: block;
        padding: 0 0 20px;
    }

    .ip-fl-slide {
        /*opacity: 0;
        visibility: hidden;
        pointer-events: none;
        height: 0;*/
    }
    .ip-fl-mob-slide {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        height: auto;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .ip-fl-mob-slide:not(.slick-initialized) .ip-fl-item:nth-child(n+2) {
        display: none;
    }


    .ip-fl-item {
        width: 100%;
        padding: 0;
    }
    .ip-fl-main-title:before,
    .ip-fl-main-title:after {
        display: none;
    }
    .ip-fl-main-title {
        overflow: visible;
    }

    .ip-comm-bg.attachment-fixed canvas,
    html.safari-true .ip-comm-bg.attachment-fixed canvas {
        background-size: auto!important;
        background-position: top center!important;
    }

    .logo img.main-logo {
        display: block;
    }

    .logo img.alt-logo {
        display: none;
    }
    
    .ip-cl-cta a {
        width: 100%;
        max-width: 230px;
    }

    .burger-menu-icon span {
        background-color: #fff;
    }

    .ip-toc-photo-2,
    .ip-sec5-photo-1,
    .ip-sec6-photo-2{
        display: none;
    }

    .ip-toc-lists {
        display: block;
        width: 100%;
        text-align: center;
    }

    .ip-toc-verbiage {
        margin: 0;
        width: 100%;
        right: 0;
    }

    .ip-comm-section.section3{
        margin: 0;
    }

    .ip-fl-slide {
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
    }

    .ip-sec5-container {
        padding: 0 25px;
        flex-direction: column;
    }

    .ip-sec5-photo-2 {
        display: block;
        width: 100%;
        order: 1;
    }

    .ip-sec5-verbiage {
        order: 2;
        display: block;
        width: 100%;
        margin: 0;
    }

    .ip-sec5-photo-2-wrap {
        width: 100%;
        right: 0;
    }

    .ip-sec6-verbiage, .ip-sec6-photo-1 {
        width: 100%;
        display: block;
    }

    .ip-sec6-container {
        flex-direction: column;
        padding: 0 25px;
    }

    .ip-sec6-photo-1-wrap {
        width: 100%;
    }

    .ip-sec6-verbiage {
        right: 0;
        margin: 0;
    }

    .ip-sec6-container.verbiage-only {
        padding: 0 25px;
    }

    .ip-sec6-verbiage span, .ip-sec6-verbiage p{
        width: 100%;
    }

    .ip-comm-stats-list > li {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }

    .ip-comm-stats-list > li:not(:last-child) {
        padding-bottom: 45px;
    }
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {
    .ip-comm-cta-container {
        padding: 80px 0 60px;
    }
    .ip-comm-hero-content-container {
        padding: 20px 15px 50px;
    }
    .ip-fl-img canvas {
        min-height: 350px;
    }
    .ip-fl-container {
        padding: 80px 0 60px;
    }

    .ip-sec5-verbiage,
    .ip-sec6-verbiage{
        padding: 30px 0;
    }

    .ip-sec5-container.verbiage-only .ip-sec5-verbiage {
        padding-top: 0;
        margin: 0;
    }
        
    .ip-sec6-container.verbiage-only .ip-sec6-verbiage ul.col-2 li {
        width: 100%;
    }
    
    .ip-toc-verbiage{
        padding: 30px 25px;
        text-align: left;
    }
}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {

    

}
