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

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

.ip-banner canvas {
    height: 430px;
}

#ip-banner .banner-title, #ip-banner .banner-breadcrumbs {
    /* display: none; */
}

/*#ip-banner .banner-img:after {
    background: rgba(0, 0, 0, 0.25);
}*/

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

#ip-communities {
    overflow: hidden;
    display: block;
    position: relative;
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-comm-container {
    display: block;
    position: relative;
    padding: 100px 0 53px;
}

.ip-comm-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    pointer-events: none;
    background-color: #fff;
}

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

.ip-comm-title {
    display: block;
    position: relative;
    margin-bottom: 105px;
}

.ip-comm-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    position: relative;
    padding: 0 3px;
    margin-bottom: 62px;
}

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

.ip-comm-img {
    display: block;
    position: relative;
    background-color: var(--primary);
}

.ip-comm-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #b50619;
}

.ip-comm-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 1;
}

.ip-comm-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-color: #b50619;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.ip-comm-hover-inner {
    position: relative;
    padding: 30px 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

.ip-comm-hover-inner h2 {
    font-size: 25px;
    color: #ffff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.120em;
    margin-bottom: 30px;
    display: block;
}

.ip-comm-hover-inner p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.010em;
    display: block;
    margin-bottom: 17px;
}

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

.ip-comm-title span {
    position: relative;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.300em;
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    padding-left: 43px;
    font-family: var(--font-family-title);
}

.ip-comm-title h2 {
    font-size: 70px;
    line-height: 1;
    font-weight: 600;
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    display: inline-block;
    padding-left: 93px;
    overflow: hidden;
}

.ip-comm-title h2 em {
    font-style: normal;
    position: relative;
    padding-left: 20px;
}

.ip-comm-title h2 em:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 100%;
    width: 93px;
    height: 2px;
    background-color: #b50619;
}

.ip-comm-title-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.custom-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.ip-comm-btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 169px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.40);
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.010em;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-comm-btn span:hover {
    background-color: #000;
    border-color: #000;
}

.ip-comm-btn span:before, .ip-comm-btn span:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 2px;
    height: 21px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -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-btn span:after {
    right: 0;
    left: auto;
}

.ip-comm-btn span:hover:before, .ip-comm-btn span:hover:after {
    opacity: 0;
}

.ip-comm-btn {
    display: block;
    position: relative;
    margin-top: 15px;
}

.ip-comm-list-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    z-index: 5;
    letter-spacing: 0.120em;
    padding: 0 15px 54px;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.ip-comm-img:before {
    position: absolute;
    content: '';
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 53px;
    background-color: #b50619;
    z-index: 6;
}

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

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

.ip-comm-item a:hover .ip-comm-list-title {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    .ip-banner canvas {
        height: 26.875vw;
    }

    .ip-comm-container {
        padding: 6.25vw 0 3.313vw;
    }

    .ip-comm-title {
        margin-bottom: 6.563vw;
    }

    .ip-comm-item {
        padding: 0 0.188vw;
        margin-bottom: 3.875vw;
    }

    .ip-comm-hover-inner {
        padding: 1.875vw 1.875vw;
    }

    .ip-comm-hover-inner h2 {
        font-size: max(1.563vw , 19px);
        margin-bottom: max(1.875vw, 20px);
    }

    .ip-comm-hover-inner p {
        font-size: max(0.875vw, 11px);
        margin-bottom: max(1.063vw, 10px);
    }

    .ip-comm-list {
        margin: 0 -0.188vw;
    }

    .ip-comm-title span {
        font-size: 1.563vw;
        margin-bottom: 0.625vw;
        padding-left: 2.688vw;
    }

    .ip-comm-title h2 {
        font-size: 4.375vw;
        padding-left: 5.813vw;
    }

    .ip-comm-title h2 em {
        padding-left: 1.25vw;
    }

    .ip-comm-title h2 em:before {
        width: 5.813vw;
        height: 0.125vw;
    }

    .custom-container {
        max-width: max(87.5vw, 930px);
    }

    .ip-comm-btn span {
        width: max(10.563vw , 130px);
        height: max(2.5vw, 29px);
        font-size: 0.813vw;
    }

    .ip-comm-btn span:before, .ip-comm-btn span:after {
        width: 0.125vw;
        height: 1.313vw;
    }

    .ip-comm-btn {
        margin-top: 0.938vw;
    }

    .ip-comm-list-title {
        font-size: 1.563vw;
        padding: 0 0.938vw 3.375vw;
    }

    .ip-comm-img:before {
        bottom: -1.375vw;
        width: 0.125vw;
        height: 3.313vw;
    }

    .ip-comm-item a:hover .ip-comm-list-title {
        -webkit-transform: translateY(-3.125vw);
            -ms-transform: translateY(-3.125vw);
                transform: translateY(-3.125vw);
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-comm-img canvas {
        min-height: 315px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .custom-container {
        padding: 0 15px;
    }

    .ip-comm-item {
        width: 100%;
        display: block;
        padding: 0;
        max-width: 460px;
        margin: 0 auto;
    }

    .ip-comm-item:not(:last-child) {
        margin-bottom: 60px;
    }

    .ip-comm-title h2 {
        font-size: 50px;
        letter-spacing: normal;
        padding-left: 60px;
    }

    .ip-comm-title span {
        font-size: 20px;
        letter-spacing: 0.100em;
        padding-left: 25px;
    }

    .ip-comm-container {
        padding: 50px 0 70px;
    }

    .ip-comm-title {
        margin-bottom: 45px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-comm-hover-inner {
        padding: 30px 15px;
    }

    .ip-comm-hover-inner p {
        font-size: 12px;
        letter-spacing: normal;
        margin-bottom: 10px;
    }

    .ip-comm-list-title, .ip-comm-hover-inner h2 {
        font-size: 20px;
    }

    .ip-comm-hover-inner h2 {
        margin-bottom: 15px;
    }

    .ip-comm-btn {
        margin-top: 10px;
    }

    .ip-comm-title h2 {
        font-size: 35px;
        padding-left: 43px;
    }

    .ip-comm-title h2 em {
        padding-left: 5px;
    }

    .ip-comm-title span {
        font-size: 17px;
    }

    .ip-comm-img canvas {
        min-height: 320px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}