.ip-banner{
	display: none;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
	max-width: 100%;
}

div#content-full {
    margin: 0;
}

.ip-team-banner {
    position: relative;
}

.ip-team-banner canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.ip-team-banner::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    pointer-events: none;
    opacity: .1;
}

.ip-team-banner::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    opacity: .5;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
}

.ip-team-area {
    position: relative;
    padding: 5px 15px 146px;
    overflow: hidden;
}

.ip-team-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ip-team-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ip-team-holder {
    position: relative;
    z-index: 5;
    max-width: 1280px;
    margin: 0 auto;
}

/*p#breadcrumbs {
    width: 100%;
    font-family: var(--font-family-default);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 96px;
}*/
p#breadcrumbs {
	width: 100%;
	font-family: var(--font-family-default);
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 5px;
	margin-bottom: 96px;
	font-weight: 500;
}
#breadcrumbs span span {
	margin: 0 3px;
}
#breadcrumbs span span:first-child {
	margin-left: 0;
}

.ip-team-content {
    position: relative;
}

.ip-team-content .global-site-title {
    font-size: 78px;
}

.ip-team-text p {
    font-size: 15px;
    color: #383838;
    line-height: 1.8 !important;
    letter-spacing: 1.3px;
    margin: 0 0 0 !important;
    padding: 0 0 24px;
}

.ip-team-text {
    margin: 35px 0 0;
    position: relative;
    max-width: 747px;
    padding-left: 110px;
    padding-top: 17px;
}

.ip-team-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 70px;
    width: 1px;
    height: 79px;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(210,210,210,1) 100%);
/*	display: none;*/
}

.ip-team-list-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.ip-tean-content {
    padding: 0 0 86px;
}

.ip-team-list-feed-area {
    width: 75%;
}

.ip-team-list-head {
    width: 25%;
    padding: 123px 0 0;
    align-self: flex-start;
}

.ip-team-list-head .global-site-title-head {
    justify-content: flex-end;
	align-items: flex-end;
}

.ip-team-list-feed {
    display: flex;
    flex-wrap: wrap;
    max-width: 930px;
    position: relative;
    margin-left: -20px;
}

.ip-team-list {
    width: 50%;
    padding: 20px;
}

.ip-team-list-photo {
    position: relative;
}

.ip-team-list-photo a {
    display: block;
    position: relative;
}

.ip-team-list-photo a canvas {
    display: block;
    width: 100%;
}

.ip-team-list-photo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-team-list-photo > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-team-list:hover .ip-team-list-photo > a::after,
.ip-team-list:hover .ip-team-list-contact {
    opacity: 1;
}

.ip-team-list-contact {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 0 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.ip-team-list-contact a {
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 3px;
    padding: 5px;
}

.ip-team-list-contact a:hover,
.ip-team-list:hover .ip-team-list-name a {
    color: #26578c !important;
}

.ip-team-list-contact span {
    display: block;
}

.ip-team-list-area {
    line-height: 1;
}

.ip-team-list-name a {
    text-align: center;
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-family: var(--font-family-title);
    letter-spacing: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-team-list-name a span {
    font-size: 10px;
    font-size: 15px;
    color: #000;
    font-family: var(--font-family-title);
    display: block;
    letter-spacing: 2.5px;
    margin: 15px 0 0;
    font-weight: 600;
}

.ip-team-list-name {
    margin: 34px 0 0;
}

.ip-team-photo-section {
    position: relative;
}

.ip-team-photo-bg {
    position: relative;
    background: #000;
}

.ip-team-photo-bg canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ip-team-photo-bg canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ip-team-photo-text {
    padding: 57px 15px;
    text-align: center;
}

.ip-team-photo-text p {
    font-size: 28px;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    margin: 13px 0 !important;
    color: #383838;
    line-height: 1 !important;
    letter-spacing: 2.8px;
}

.ip-team-list-area.partners-feed {
    max-width: 1600px;
    margin: 0 auto;
    flex-direction: unset;
    padding: 55px 0 115px;
}

.ip-team-list-area.partners-feed .ip-team-list-feed-area {
    padding-left: 15px;
}

.ip-team-list-area.partners-feed .ip-team-list-feed {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    right: -20px;
}

.ip-team-list-area.partners-feed .ip-team-list {
    width: calc(100% / 3);
}

.ip-team-partners {
    position: relative;
    background: url('../../images/team/team--bg2.jpg') no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    background-attachment: fixed;
}

.agent-listings .container {
	width: 100%;
    /*max-width: 1310px;*/
    max-width: 80vw;
}
.agent-listings .global-site-title {
	margin: 50px 0 37px 0;
}
#inner-page-wrapper {
	 padding: 0; 
}


@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
	
    .ip-team-text {
        padding-left: 0;
        text-align: center;
    }

    .ip-team-text::after{
        display: none;
    }

    .ip-team-list-area {
        flex-direction: column !important;
        text-align: center;
    }

    .ip-team-list-head {
        width: 100%;
        padding: 0 0 30px;
    }

    .ip-team-list-feed-area {
        width: 100%;
    }

    .ip-team-list-feed {
        margin-left: 0;
    }

    .ip-team-area {
        padding: 5px 15px 50px;
    }

    .ip-team-photo-text p {
        font-size: 20px;
    }

    .ip-team-list-area.partners-feed .ip-team-list-feed-area {
        padding-left: 0;
    }

    .ip-team-list-area.partners-feed .ip-team-list-feed {
        max-width: 100%;
        margin-left: 0;
        width: 100%;
        right: 0;
    }

    .ip-team-list-area.partners-feed .ip-team-list {
        width: 50%;
    }
	
	.agent-listings .container {
        padding: 0;
        max-width: 1310px;
    }

}

@media only screen and (max-width: 767px) {

    .ip-team-list {
        width: 100% !important;
        padding: 0 0 30px;
    }

    .ip-team-list-photo {
        max-width: 355px;
        margin: 0 auto;
    }

    .ip-team-partners {
        padding: 0 15px;
    }

    .ip-team-list-contact a {
        letter-spacing: 1px;
    }

}