/*******************************************************
 *
 * Maintenance
 *
 *******************************************************/
header.header.is-dark {
    background-color: #fff;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner {
    display: none;
}

.hp-accent-line {
    top: 0;
    height: calc(100% + 120px);
}

#ip-tenants {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
/*    padding-top: 232px;*/
    margin-bottom: 130px;
}

.custom-container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.custom-container p {
	font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* Category */

.ip-tenants-category-list {
    display: block;
    position: relative;
    padding-left: 75px;
    margin: 70px -48px 0 -48px;
}

.ip-tenants-cat-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    position: relative;
    padding: 0 48px;
    margin-bottom: 65px;
}

.ip-tenants-cat-item.emergency-maintenance .ip-tenants-cat-title {
    margin-bottom: 45px;
}

.ip-tenants-cat-inner,
.ip-tenants-cat-title,
.ip-tenants-caption,
.ip-tenants-img,
.ip-tenants-btn,
.ip-tenants-link{
    display: block;
    position: relative;
}

.ip-tenants-cat-item:hover .ip-tenants-img a img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.ip-tenants-img a {
    overflow: hidden;
    display: block;
    position: relative;
}


.ip-tenants-cat-title span {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #000;
    position: relative;
    display: inline-block;
    padding-bottom: 13px;
    font-weight: 600;
}

.ip-tenants-cat-title span:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 72px;
    height: 3px;
    background: var(--gradient);
}

.ip-tenants-cat-title {
    margin-bottom: 35px;
    margin-left: -35px;
}

.ip-tenants-link span {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.020em;
    color: #3b3b3b;
}

.ip-tenants-link {
    text-align: center;
    margin-bottom: 22px;
    /*min-height: 48px;*/
	min-height: 110px;
    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;
}

.ip-tenants-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    height: 160px;
}

.ip-tenants-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 1;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.ip-tenants-caption {
    text-align: center;
    background: var(--gradient);
    padding: 37px 20px;
    min-height: 194px;
}

.ip-tenants-btn {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 25px;
}

.ip-tenants-cat-inner {
    padding: 60px 0 0;
    -webkit-box-shadow: 7px 29px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 7px 29px 30px 0px rgba(0, 0, 0, 0.1);
}

.ip-tenants-logos-img {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 22px 20px;
    background-color: #f1f1f1;
    min-height: 160px;
}

.ip-tenants-logo {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 2);
    padding: 5px;
}

.ip-tenants-logo img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.ip-tenants-caption p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.020em;
    color: #fff;
}

.ip-tenants-caption p a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-tenants-caption p a:hover {
    color: #ddd;
}

.ip-tenants-cat-item:hover .ip-tenants-btn a::before {
    width: 100%;
}

/*Form*/
.ip-tenants-form {
    position: relative;
    /*padding-top: 40px;*/
	padding-top: 100px;
}

.ip-tenants-inner {
    margin: 0 3.125%;
    position: relative;
    padding: 0 195px 0 120px;
    padding: 0 12.4% 0 7.6%;
}

.bg-section.bg-ip-about-s6 {
    background-position: center bottom;
}

.ip-tenants-form-wrap {
    width: 47.047%;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding-bottom: 72px;
    padding-bottom: 6.1%;
}

.ip-tenants-form-wrap .section-title {
    text-align: center;
    margin-bottom: 44px;
}
.custom-container .section-title {
/*	margin-bottom: 30px;*/
    margin: .67em 0;
}
.ip-tenants-form-wrap p {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.625;
    margin-bottom: 35px;
    text-align: center;
    color: #000;
}

.ip-tenants-form-wrap p strong.has-gradient:before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -10px;
    height: 23px;
    background: var(--gradient-alt);
    z-index: -1;
    opacity: 0.8;
    min-width: 330px;
    width: 100%;
    max-width: 420px;
	display: none;
}

.ip-tenants-form-wrap p strong.has-gradient {
    position: relative;
    display: inline-block;
}

.ip-tenants-form-wrap .wpcf7 {
    margin: 0 -6px;
    font-size: 0;
}

.ip-tenants-form-wrap .wpcf7 form {
    position: relative;
}

.ip-tenants-form-field.field-12 {
    width: 100%;
}

.ip-tenants-form-field.field-6 {
    width: 50%;
    margin-bottom: 8px;
}

.ip-tenants-form-field {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
}

.ip-tenants-form-field input, .ip-tenants-form-field textarea {
    width: 100%;
    height: 53px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    color: #3b3b3b;
}

.ip-tenants-form-field textarea {
    resize: none;
    padding-top: 13px;
    height: 92px;
}

.ip-tenants-form-field-btn {
    text-align: center;
    position: relative;
    margin: 29px 0 0;
}

.ip-tenants-form-field-btn .ajax-loader, .ip-tenants-form-field-btn .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ip-tenants-form-field-btn .btn-a {
    position: relative;
}

.ip-tenants-form-field-btn .btn-a input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ip-tenants-form-wrap .wpcf7 form .wpcf7-response-output {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 15px 6px 0;
    font-size: 12px;
    text-align: center;
}

.ip-tenants-inner:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 45px);
    background-color: #f1f1f1;
    z-index: -1;
}

.ip-tenants-form-wrap p.is-lg {
    font-size: 26px;
    line-height: 1.3462;
    margin: 0 -15px 45px;
}

.ip-tenants-form-img {
    display: inline-block;
    vertical-align: bottom;
    width: 52.953%;
    padding-right: 60px;
    padding-right: 5%;
}

.ip-tenants-form-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/*form pop up*/
html.popup-active {
    overflow: hidden;
}

.ip-popup-form-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
    font-size: 0;
}

.ip-popup-form-container.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.ip-popup-form-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 50px 15px;
}

.ip-popup-form-main {
    position: relative;
    width: 100%;
    max-width: 1478px;
    margin: 0 auto 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    background: #fff;
    padding: 50px 30px;
    min-height: 650px;
}

.ip-popup-form-container.active .ip-popup-form-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ip-rental-form-container {
    width: 100%;
    max-width: 1218px;
    margin: 0 auto;
}

.ip-rental-form-container, .ip-rental-form-title, .ip-rental-form-holder, .ip-rental-form-title-bar, .ip-rental-form-body, .ip-rental-form-text, .ip-rental-form-btn {
    display: block;
    position: relative;
}

.ip-rental-form-title-bar {
    padding: 16px 20px;
    background-color: #488691;
    border-radius: 5px;
}

#ip-tenants .ip-rental-form-title-bar h2 {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.050em;
}

#ip-tenants .ip-rental-form-body p {
    margin: 0 0 35px;
}

#ip-tenants .ip-rental-form-body p:not(:last-child) {
    margin-bottom: 20px;
}

.ip-rental-form {display: block;position: relative;}

.ip-rental-form-label {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.ip-rental-form-body {
    border: 1px solid #8A8A8A;
    border-top: none;
    margin-top: -4px;
    padding: 30px 30px;
}

.ip-rental-form-field-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.ip-rental-form-field-label input[type=checkbox]:checked:after {
    content: '✔';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    color: #488691;
    font-size: 15px;
}

.ip-rental-form-field-label input[type=checkbox]:checked {
    border: solid 1px #488691;
}

.ip-rental-form-field-label input[type=checkbox] {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    background: transparent;
    color: #555;
    clear: none;
    cursor: pointer;
    margin: 0 10px 0 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    min-width: 22px;
    -webkit-transition: .05s border-color ease-in-out;
    -o-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    width: 22px;
    height: 22px;
    border: 1px solid #aaa;
    overflow: hidden;
    border-radius: 3px;
    outline: none!important;
}

#ip-tenants .ip-rental-form-body p, .ip-rental-form-field-label, .ip-rental-form-label {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #000;
}

.ip-rental-form-btn button {
    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: 100%;
    max-width: 200px;
    height: 50px;
    background-color: var(--accent);
    padding: 0;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.020em;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-rental-form-btn {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.ip-rental-form-btn button:hover {
    background-color: #488691;
}

.ip-popup-close {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,.50);
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 10;
    cursor: pointer;
}

.ip-popup-close:hover {
    background-color: #000;
}

#ip-tenants .ip-rental-form-title h2 {
    font-size: 30px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.ip-rental-form-title {
    margin-bottom: 30px;
}

.ip-rental-form-step-2 {
    display: none;
}


.ip-rental-form-step-2.active {
    display: block;
}

#inner-page-wrapper {
    z-index: auto;
}

.ip-rental-form-checkbox {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.ip-rental-form-checkbox .wpcf7-list-item {
    margin: 0;
}

.ip-rental-form-label {
    line-height: 1.2;
}

.ip-rental-form-label span {
    color: #790000;
    margin-left: 4px;
}

#step1 {
}

.ip-rental-form-step-3 {
    display: none;
}

.ip-rental-form-sign-field {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-rental-form-sign-field:not(:last-child) {
    margin-right: 150px;
}


.ip-rental-form-reset-btn {
    background-image: url(../../../assets/images/rental-form/refresh.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    text-align: right;
    margin-left: auto;
    border: none;
    background-color: transparent;
}


.ip-rental-form-signature {
    display: block;
    position: relative;
    margin: 50px auto 20px;
}


.ip-rental-form-signature + .ip-rental-form-text p {
    margin-bottom: 0!important;
}

#ip-tenants .ip-rental-form-text.disclaimer p {
    margin: 0;
}

.ip-rental-form-text.disclaimer {
    margin: 40px 0 0;
}
/*end of pop up*/

p#breadcrumbs {
	display: none
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    #ip-tenants {
/*        padding-top: 14.500vw;*/
		padding: 9.750vw 0 0;
    }
}

@media only screen and (max-width: 1560px) {
    .ip-tenants-inner {
        padding: 0 7% 0 5%;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-tenants-form-img {
        padding-right: 4%;
    }

    .ip-tenants-inner {
        padding: 0 5% 0 4%;
    }

    .custom-container {
        max-width: 1110px;
    }
    
    .ip-tenants-category-list {
        padding-left: 50px;
        margin: 0 -30px;
    }
    
    .ip-tenants-cat-item {
        padding: 0 30px;
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-tenants-inner {
        padding: 0 3%;
    }

    .ip-tenants-form-wrap p.is-lg {
        font-size: 23px;
    }

    .ip-tenants-form-wrap p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .hp-accent-line.line-left {
        left: 6.8%;
    }

    .hp-accent-line.line-right {
        right: 6.8%;
    }

    .ip-tenants-inner:before {
        height: calc(100% - 35px);
    }

    .ip-tenants-category-list {
    padding-left: 5%;
}

.custom-container {
    max-width: 1024px;
}

.ip-tenants-cat-title span {
    font-size: 23px;
}

.ip-tenants-cat-title {
    margin-left: -27px;
    margin-bottom: 30px;
}

.ip-tenants-cat-item.emergency-maintenance .ip-tenants-cat-title {
    margin-bottom: 43px;
}

.ip-tenants-link span {
    font-size: 14px;
}


.ip-tenants-caption p {
    font-size: 14px;
}
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-tenants-form-wrap p.is-lg {
        font-size: 18px;
        margin: 0 -15px 20px;
    }

    .ip-tenants-form-wrap p {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .ip-tenants-form-img {
        padding-right: 3%;
        width: 55%;
    }

    .ip-tenants-inner {
        padding: 0 2%;
    }

    .ip-tenants-form-wrap {
        width: 45%;
    }

    .ip-tenants-inner:before {
        height: calc(100% - 25px);
    }

    .ip-tenants-category-list {
    padding-left: 3%;
    margin: 0 -20px;
}

.custom-container {
    max-width: 840px;
}

.ip-tenants-cat-item {
    padding: 0 20px;
    margin-bottom: 55px;
}

.ip-tenants-caption {
    min-height: 172px;
    padding: 23px 14px;
}

.ip-tenants-cat-title span {
    font-size: 20px;
}

.ip-tenants-cat-item.emergency-maintenance .ip-tenants-cat-title {
    /* margin-left: -22px; */
}

.ip-tenants-cat-title {
    margin-left: -20px;
    margin-bottom: 25px;
}

.ip-tenants-link {
    min-height: 34px;
    margin-bottom: 20px;
}

.ip-tenants-link span {
    line-height: 1.3;
    font-size: 13px;
}

.ip-tenants-caption p {
    line-height: 1.5;
}

.ip-tenants-img canvas {
    height: 155px;
}

.ip-tenants-logos-img {
    min-height: 155px;
    padding: 20px 20px;
}

    .ip-tenants-cat-inner {
    padding: 40px 0 0;
}
	
	/*pop up*/
	.ip-rental-form-container {
		max-width: 1200px;
	}

	.ip-popup-form-main {
		max-width: 992px;
		padding: 50px 30px;
	}

	.ip-popup-close {
		right: 0;
	}
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

    .ip-tenants-inner {
        padding: 0 15px;
    }

    .ip-tenants-form-wrap {
        width: 500px;
        margin: 0 auto;
        padding: 0 0 56px;
        display: block;
        max-width: 100%;
    }

    #ip-listing-results {
        padding-top: 130px;
        margin-bottom: 50px;
    }

    .ip-tenants-caption {
        width: 100%;
        /* margin-bottom: 30px; */
        min-height: 0;
        padding: 25px 15px;
    }

    .ip-tenants-form {
        padding-top: 70px;
    }

    .ip-tenants-form-img {
        display: block;
        width: 100%;
        max-width: 480px;
        margin: 0 auto 30px;
    }

    .ip-tenants-form-wrap p {
        margin: 0 0 30px!important;
    }

    .ip-tenants-form-wrap p br {
        display: none;
    }

    .ip-tenants-form-wrap p.is-lg {
        font-size: 16px;
    }

    .ip-tenants-form-field input, .ip-tenants-form-field textarea {
        font-size: 14px;
    }

    .ip-tenants-inner:before {
        height: calc(100% - 35px);
    }

    .ip-tenants-cat-item {
        display: block;
        width: 100%;
        padding: 0;
        max-width: 292px;
        margin: 0 auto;
    }

    .ip-tenants-category-list {
        padding: 0;
        margin: 0;
    }

    .ip-tenants-cat-item:not(:last-child) {
        margin-bottom: 30px;
    }

    #ip-tenants {
/*        padding-top: 135px;*/
        margin-bottom: 50px;
		padding-top: 120px;
    }

    .ip-tenants-cat-inner {
        padding: 35px 0 0;
    }

    .ip-tenants-link span {
        font-size: 14px;
    }

    .ip-tenants-cat-title {
        margin-left: 0;
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .ip-tenants-cat-title span:before {
        right: 0;
        margin: 0 auto;
    }
    
    .ip-tenants-cat-item.emergency-maintenance .ip-tenants-cat-title {
        margin-bottom: 25px;
    }

    .ip-tenants-link {
		margin-bottom: 25px;
	}
	
	/*pop up*/
	.ip-rental-form-body {
		padding: 30px 15px;
	}

	.ip-popup-form-main {
		padding: 70px 15px 50px;
		min-height: 0;
	}

	.ip-rental-form-sign-field:not(:last-child) {
		margin-right: 50px;
	}

	.ip-popup-close {
		top: 0;
		width: 40px;
		height: 40px;
	}



	#ip-tenants .ip-rental-form-body p, .ip-rental-form-field-label, .ip-rental-form-label {
		font-size: 14px;
	}

	#ip-tenants .ip-rental-form-title-bar h2 {
		font-size: 14px;
		letter-spacing: normal;
	}

	.ip-rental-form-title-bar {
		padding: 15px 15px;
	}

		.ip-rental-form-text.disclaimer {
		margin: 30px 0 0;
	}
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
	/*pop up*/
	.ip-rental-form-sign-field canvas {
		width: 100%!important;
	}

	.ip-rental-form-signature {
		width: 100%;
		max-width: 250px;
		margin: 40px auto 20px;
	}

		.ip-rental-form-sign-field:not(:last-child) {
		margin: 0 0 20px;
	}

	.ip-rental-form-sign-field {
		display: block;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}