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

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

#content-sidebar, #content-full {
    margin: 0;
}

.ip-banner canvas {
    background-color: transparent;

}

.ip-banner::before {
    background: rgba(31,31,31,.10);
}

.ip-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+25 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 25%,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 */
}

.global-site-title h3 {
    font-size: 70px !important;
    color: #1d282c;
    padding: 0;
    margin: 0 !important;
    font-weight: 400 !important;
    line-height: 73px;
}

.global-site-title h2.black {
    color: #2a2a2a;
    letter-spacing: 0.4em;
    font-size: 24px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.global-site-title.center {
    text-align: center;
}
/*  */
.ip-commu-wrapper {
    position: relative;
    margin: 67px 0 100px;
    padding: 0 0 68px;
}

.ip-commu-wrapper::before{
    content: '';
    position: absolute;
    width: 258px;
    height: 1038px;
    background: url(../../images/ipcontact-bg-left.jpg) no-repeat;
    background-size: cover;
    filter: grayscale(1);
    opacity: .25;
    pointer-events: none;
    top: 0;
    left: 0;
}

.ip-commu-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 522px;
    height: 126px;
    background: #538aa9;
    z-index: -1;
    pointer-events: none;
}

.ip-comm-overlay{
    position: absolute;
    width: 214px;
    height: 603px;
    bottom: 0;
    right: 0;
    background: #1d282c;
    pointer-events: none;
}

.ip-comm-overlay::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: url(../../images/ip-com-overlay.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
    filter: grayscale(1);
    opacity: .20;
}

.ip-commu-wrapper .global-site-title.center {
    max-width: 833px;
    margin: 0 auto;
    width: 100%;
}

.ip-commu-wrapper .title-diamond {
    left: 99px;
}

.ip-commu-wrapper .global-site-title p {
    font-weight: 300;
    font-size: 19px;
    letter-spacing: 0.05em;
    line-height: 28px !important;
    text-transform: initial;
}

.ip-commu-holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
    padding: 49px 0 0;
    position: relative;
    z-index: 2;
}

.ip-commu-list {
    position: relative;
    font-size: 0;
}

.ip-commu-list a {
    position: relative;
    display: block;
}

.ip-commu-img {
    position: relative;
}

.ip-commu-img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-commu-list a:hover .ip-commu-img::before{
    opacity: 0;
}

.ip-commu-img canvas {
    display: block;
    width: 100%;
}

.ip-commu-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        object-fit: cover;
    object-position: center center;
}

.ip-commu-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}

.ip-commu-title span{
    width: 219px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    background: rgba(0,0,0,.75);
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Media */
@media only screen and (max-width: 1450px){
    .ip-commu-wrapper::before {
        width: 158px;
    }

    .ip-comm-overlay {
        width: 103px;
    }

    .ip-commu-wrapper::after {
        width: 411px;
    }
}

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

}

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

}

@media only screen and (max-width: 991px){
    .title-diamond,
    .ip-commu-wrapper::after,
    .ip-comm-overlay,
    .ip-commu-wrapper::before {
        display: none;
    }

    .ip-commu-holder{
        display: block;
    }

    .ip-commu-list {
        max-width: 379px;
        margin: 0 auto 20px;
        width: 100%;
    }

}

@media only screen and (max-width: 767px){
    .global-site-title h3 {
        font-size: 51px !important;
        line-height: 45px;
    }
}

@media only screen and (max-width: 480px){
    .global-site-title h3 {
        font-size: 37px !important;
        line-height: 47px;
    }
}



/* End MEdia */