:root {
    --ip-default-transition: all 0.35s ease-in-out;
}
.site-easing{
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.desc p{
    font-size: 15px;
    color: #4f4f4f;
    line-height: 1.867;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.desc.centered p{
    text-align: center;
}
.img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img-wrap canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--ip-default-transition);
}
.bg-section{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-section canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 15%;
}
.site-banner{
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
    padding-bottom: 60px;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner{
    display: none;
}
.ip-banner-referrals{
    position: relative;
    line-height: 0;
    background: #000000;
}
.ip-banner-referrals canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ip-banner-referrals::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32%;
    background: linear-gradient(to top, transparent 0%, #101820 100%);
    opacity: 95%;
    pointer-events: none;
}


.ip-custom-breadcrumbs{
    z-index: 3;
    position: relative;
    padding: 10px;
}
.ip-breadcrumbs-container{
    width: 100%;
    max-width: 1284px;
    margin: auto;
    padding: 0 30px;
}
#breadcrumbs{
    font-size: 15px;
    letter-spacing: 0.05em;
}
#breadcrumbs .breadcrumb_last{

}
#breadcrumbs .breadcrumb_last strong{
    font-weight: 600;
}

.ip-sec{
    position: relative;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}

.ref-inner-wrap{
    padding: 0 15px;
}
.ip-referrals-title{
    margin-top: 35px;
}
.ip-referrals-title h1{
    text-align: center;
	font-size: 66px;
  color: var(--sec-title-color);
  line-height: 0.98;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: -3px;
  font-family: var(--font-family-title);
}
.ip-referrals-title h1 span{
    margin-top: 18px;
	font-size: 24px;
  display: block;
  color: var(--sec-title-color);
  letter-spacing: 0.15em;
  margin-bottom: 0;
  font-family: var(--font-family-default);
  font-weight: 300;
  padding-left: 3px;
}
.ip-main-desc{
    margin: auto;
    margin-top: 20px;
    width: 100%;
    max-width: 690px;
}
.ref-content{
    width: 100%;
    max-width: 1284px;
    margin: auto;
    margin-top: 40px;
/*    justify-content: center;*/
}
.ref-item{
    padding: 33px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    width: calc(100% / 3);
    position: relative;
}
.ref-item::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #acacac;
}

.ref-item h3{
    font-family: var(--font-family-title);
    font-size: 25px;
    color: #101820;
    text-transform: uppercase;
    font-weight: 600;
}
.ref-item .desc{
    margin-top: 20px;
}
.hp-git-wrap{
    display: none;
}

.ref-item .site-btn{
    margin-top: 20px;
}

.ref-content.flex-center {
	justify-content: center;
	display: flex;
}

.ref-content.flex-center .ref-item {
	border-left: 1px solid #acacac;
}
/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px){

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

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

}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){
    .ref-item h3{
        font-size: 20px;
    }
    .ref-item{
        padding: 15px;
    }
    .desc p{
        font-size: 13px;
    }
    .ip-breadcrumbs-container{
        padding: 0 20px;
    }
 
}
@media only screen and (max-width: 991px){
	.ref-content {		
		justify-content: center;		
	}
	.ref-content.flex-center .ref-item {
		border-left: 0 none;
	}
    .ref-item h3{
        font-size: 25px;
        text-align: center;
    }
    .ref-item{
        padding: 30px;
        width: 100%;
        max-width: 500px;
    }
    .ref-item::after{
        opacity: 0;
    }
    .desc p{
        font-size: 15px;
    }
    .ip-breadcrumbs-container{
        padding: 0 15px;
    }
    
}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 480px){
    .ref-item h3{
        font-size: 20px;
    }
    .ref-item{
        padding: 5px;
    }
    .desc p{
        font-size: 13px;
    }
    
}