<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template: Community Details
*/

#inner-page-wrapper {
	width: 100%;
	margin-bottom: 0;
	overflow: hidden;
}
	#inner-page-wrapper &gt; .container {
		width: 100%;
		padding: 0;
	}

#content-full {
	margin-top: 0;
}

.ip-banner {
	display: none;
}

.ipcd-banner {
	position: relative;
	background: #000;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
	.ipcd-banner canvas {
		display: block;
		width: 100%;
		position: relative;
		background-size: cover;
		background-position: center;
		opacity: 0.68;
		min-height: 340px
	}
	.ipcd-banner:before,
	.ipcd-banner:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.ipcd-banner:before {
		top: 0;
		height: 49%;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
		opacity: 0.8;
	}
	.ipcd-banner:after {
		bottom: 0;
		height: 173px;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	}
	.ipcd-banner-inner {
		width: 100%;
		text-align: center;
	    position: absolute;
	    left: 0;
	    right: 0;
	    max-width: 800px;
	    margin: 7% auto 0;
	    z-index: 2;
	}
		.ipcd-banner-title {
			font-size: 60px;
			letter-spacing: 0.005em;
			color: #fff;
			text-transform: uppercase;
			line-height: 1.2;
			font-family: var(--font-family-title);
			font-weight: 700;
			text-shadow: 0px 0px 75px rgba(0, 0, 0, 1);
		}
		.ipcd-banner-inner .primary-btn-cont {
		    margin: 0 auto 30px;
		    background: transparent;
		    border-color: #fcb900;
		    color: #fcb900;
		    transition: all .3s ease;
		}

		.ipcd-banner-inner .plus::before,
		.ipcd-banner-inner .plus::after {
			border-color: #fcb900;
			transition: all .3s ease;
		}
		.ipcd-banner-inner .plus,
		.ipcd-banner-inner .primary-btn-cont a {
			transition: color .3s ease;
		}
		.ipcd-banner-label {
		    font-size: 13px;
		    font-style: italic;
		    font-weight: 300;
		    letter-spacing: 0.025em;
		    color: #dddddd;
		}
		.ipcd-banner-inner .primary-btn-cont:hover,
		.ipcd-banner-inner .primary-btn-cont:hover .plus::before,
		.ipcd-banner-inner .primary-btn-cont:hover .plus::after {
			border-color: #fff;
		}
		.ipcd-banner-inner .primary-btn-cont:hover .plus {
			color: #fff;
		}

	.arrow-cont {
	    max-width: 34px;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	    z-index: 2;
	}

.ipcd-breadcrumbs {
	margin: 0 auto 77px;
	max-width: 1470px;
	padding: 0 15px;
}
	#content .ipcd-breadcrumbs p {
	    font-size: 15px;
	    letter-spacing: 0.05em;
	    line-height: 20px;
	    color: #507198;
	    text-transform: uppercase;
	    margin: 17px 0;
	}
		#content .ipcd-breadcrumbs p span.breadcrumb_last {
			color: #000;
		}

.ipcd-text {
	margin: 0 auto;
	max-width: 1330px;
	padding: 0 15px;
}
	#content .ipcd-text p {
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 0.025em;
		color: #000;
		margin: 25px 0;
	}
	#content .ipcd-text.text-2 p:last-child {
	    margin-bottom: 0;
	}

	#content .ipcd-text ul {
		list-style: none;
		margin: 0;
	}
		#content .ipcd-text ul li {
			position: relative;
			padding-left: 36px;
			font-size: 16px;
			line-height: 25px;
			letter-spacing: 0.025em;
			color: #000;
		}
			#content .ipcd-text ul li:before {
				content: '';
				position: absolute;
				width: 7px;
				height: 7px;
				border-radius: 50%;
				top: 8px;
				left: 0;
				background: #507198;
			}

.ipcd-gallery {
	position: relative;
	padding-top: 62px;
	padding-right: 49px;
	font-size: 0;
	z-index: 1;
	margin: 42px 0 104px;
}
	/* .ipcd-gallery:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 36.82%;
		height: 75.7%;
		background: url(../../images/community-details/bg-gallery.jpg) center/cover no-repeat;
		z-index: -1;
	} */
	.ipcd-gallery-slick {
		position: relative;
		margin-left: -223px;
	}
		.ipcd-gallery-item {
			width: 50%;
			padding: 0 15px;
			display: inline-block;
			vertical-align: top;
		}
			.ipcd-gallery-item canvas {
				display: block;
				width: 100%;
				background-position: center;
				background-size: cover;
			}

		.ipcd-gallery-item:nth-child(2) ~ .ipcd-gallery-item {
			display: none;
		}

	.ipcd-gallery-controls {
	    position: absolute;
	    top: 9%;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 0 20px;
	    pointer-events: none;
	}
		.ipcd-gallery-arrow {
			width: 25px;
			height: 50px;
			background-color: transparent;
			border: none;
			padding: 0;
			pointer-events: all;
		}
		.ipcd-gallery-arrow.slick-prev {
			background: url(../../images/community-details/icon-arrow-prev.png) center/contain no-repeat;
		}
		.ipcd-gallery-arrow.slick-next {
			background: url(../../images/community-details/icon-arrow-next.png) center/contain no-repeat;
		}

.ipcd-market-trends {
	paint-order: inherit;
	/* background: url(../../images/community-details/bg-trends.jpg) center/cover no-repeat; */
	margin: 18px 0 0;
	padding: 106px 0 132px;
}
	.ipcd-market-trends-inner {
		max-width: 1367px;
		padding: 0 15px;
		margin: 0 auto;
	}
	.ipcd-market-trends .hp-section-header {
		text-align: center;
		margin-bottom: 70px;
	}
		.hp-section-header-inner {
			display: inline-block;
		}
			.buzz-title.ipcd-title {
			    text-transform: uppercase;
			    line-height: 1;
			    text-align: left;
			    display: inline-block;
			    margin-bottom: 47px;
			}

	.ipcd-market-stat-list {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 41px;
	}
		.ipcd-market-stat {
			width: calc(33.33% - 15px);
			display: flex;
			flex-flow: row wrap;
		}
			.ipcd-market-stat-icon {
				width: 50%;
				height: 218px;
				background: #507198;
				display: flex;
				align-items: center;
				justify-content: center;
			}
				.ipcd-market-stat-icon img {
					display: block;
					margin: auto;
					max-width: 100%;
				}

			.ipcd-market-stat-details {
				width: 50%;
				background: #fff;
				display: flex;
				align-items: center;
				justify-content: center;
				text-align: center;
				flex-flow: column;
				line-height: 1;
			}
				#content .ipcd-market-stat-details strong {
					display: block;
					font-family: var(--font-family-title);
					font-size: 49px;
					letter-spacing: 0.005em;
					color: #507198;
					text-transform: uppercase;
					font-weight: 400;
					margin-bottom: 7px;
				}
				.ipcd-market-stat-details span {
					display: block;
					font-size: 16px;
					line-height: 25px;
					letter-spacing: 0.025em;
					color: #000;
				}

	.ipcd-market-tab-group {
		position: relative;
	}
		#content .ipcd-market-tabs {
			margin: 0;
			list-style: none;
			display: flex;
			flex-flow: row wrap;
			align-items: flex-start;
			width: 68.213%;
		}
			.ipcd-market-tabs li {
				padding-right: 2px;
				width: 50%;
			}

		

				.ipcd-market-tabs li a {
					display: block;
					background: #e6e6e6;
					text-align: center;
					font-family: var(--font-family-title);
					font-weight: 500;
					font-size: 20px;
					color: #507198;
					padding: 9px 15px;
				}
				.ipcd-market-tabs li.active a {
					color: #fff;
					background: #507198;
				}
		.ipcd-market-tab-contents.tab-content&gt;.tab-pane {
			flex-flow: row wrap;
		}
		.ipcd-market-tab-contents.tab-content&gt;.active {
		    display: flex;
		}
	.ipcd-market-tab-graph {
	    display: inline-block;
	    /*width: 912px;*/
	    width: 68.213%;
	}
		.ipcd-market-tab-graph img {
		    display: block;
		    width: 100%;
		    height: auto;
		}
	.ipcd-market-tab-graph-text {
		width: 31.787%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background: #507198;
		padding: 20px 4.5%;
	}
		.ipcd-market-tab-graph-text &gt; div {
			width: 100%;
		}
			#content .ipcd-market-tab-graph-text h2 {
				font-family: var(--font-family-title);
				font-weight: 500;
				font-size: 30px;
				line-height: 1;
				margin: 0 0 18px;
			}
			#content .ipcd-market-tab-graph-text p {
				font-size: 16px;
				line-height: 25px;
				letter-spacing: 0.025em;
				margin: 0;
				font-weight: 300;
			}

.ipcd-avilable-homes {
	position: relative;
	padding: 100px 0 0;
}
	.ipcd-avilable-homes .hp-section-header {
		text-align: center;
		margin-bottom: 59px;
	}
	.ipcd-ah-map {
		position: relative; 
		display: none;
	}
		.ipcd-ah-map iframe {
			display: block;
			width: 100%;
			height: 610px;
		}

.ipcd-ah-list {
	margin: 137px 0 0;
	font-size: 0;
	padding: 0 4.9%;
}
	.ipcd-ah-item {
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		padding: 0 22px;
	}
		.ipcd-ah-item a {
			display: block;
			position: relative;
		}
			.ipcd-ah-item canvas {
				display: block;
				width: 100%;
				background-position: center;
				background-size: cover;
				min-height: 230px;
			}
			.ipcd-ah-item-img {
                position: relative;
            }
                .ipcd-ah-item-img img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
               	}

		.ipcd-ah-details {
			position: absolute;
			bottom: 0;
			left: 30px;
			right: 30px;
			background: #000 url(../../images/community-details/bg-property-details.jpg) center/cover no-repeat;
			text-align: center;
			color: #fff;
			padding: 53px 3% 52px;
		}
			.ipcd-ah-details-price {
			    font-weight: 400;
			    font-size: 27px;
			    letter-spacing: 0;
			    line-height: 1;
			    font-family: 'Libre Baskerville', serif;
			    margin-bottom: 10px;
			}
			.ipcd-ah-details-address {
				font-size: 16px;
				line-height: 25px;
			}

.ipcd-ah-list .slick-arrow {
	width: 25px;
	height: 50px;
	background-color: transparent;
	border: none;
	padding: 0;
	pointer-events: all;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
	.ipcd-ah-list .slick-prev {
		left: 2.5%;
		background: url(../../images/community-details/icon-arrow-prev.png) center/contain no-repeat;
	}
	.ipcd-ah-list .slick-next {
		right: 2.5%;
		background: url(../../images/community-details/icon-arrow-next.png) center/contain no-repeat;
	}

/* NEW Listing Layout */
.ipcd-ah-list {
    max-width: 1482px;
    width: 100%;
    margin: 137px auto 74px;
}
.ip-oh-lh-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1482px;
    width: 100%;
    margin: 54px auto 35px;
}

.ip-oh-lh-item {
    width: 50%;
    padding: 15px;
}

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

.ip-oh-lh-img {
    position: relative;
    overflow: hidden;
}

.ip-oh-lh-img:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    z-index: 7;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

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

.ip-oh-lh-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.ip-oh-lh-item a:hover .ip-oh-lh-img img {
    transform: scale(1.1);
}

.ip-oh-lh-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    line-height: 1;
    padding: 0 30px 60px;
    /* padding: 0 15px 30px; */
}

.ip-oh-lh-info {
    width: calc(100% - 110px);
}

.ip-oh-lh-price {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 7px;
}

.ip-oh-lh-address {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding: 0 0 8px;
    margin: 0 0 10px;
}

.ip-oh-lh-bbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 3px;
}

.ip-oh-lh-bbs span {
    margin-right: 36px;
}

.ip-oh-lh-info-btn {
    width: 182px;
}

.primary-btn-cont .ip-oh-lh-info-link {
    width: 142px;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 0 auto;
}

.ip-oh-lh-item a:hover .primary-btn-cont {
    background: #445e7d;
}

.ip-oh-lh-info-btn .primary-btn-cont {
    width: 142px;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 0 auto;
}

.ip-oh-lh-info-btn .plus::before,
.ip-oh-lh-info-btn .plus::after {
    width: 61px;
}
/* END Listing Layout */

#content .ipcd-ah-list .slick-dots {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 69px 0 0;
	font-size: 0;
	list-style: none;
	text-align: center;
}
	.ipcd-ah-list .slick-dots li {
		display: inline-block;
		vertical-align: top;
		padding: 0 4px;
	}
		.ipcd-ah-list .slick-dots li button {
			display: block;
			width: 13px;
			height: 13px;
			border-radius: 50%;
			background: #828282;
			border: none;
		}
		.ipcd-ah-list .slick-dots li.slick-active button {
			background: #507198;
		}

.ipcd-ah-btn {
	margin: 150px 0 59px;
}
	.ipcd-ah-btn .primary-btn-cont {
	    margin: 0 auto 0;
	    /* background: transparent;
	    border-color: #fcb900;
	    color: #fcb900; */
		color: #fff;
	    transition: all .3s ease;
	}

	/* .ipcd-ah-btn .plus::before,
	.ipcd-ah-btn .plus::after {
		border-color: #fcb900;
		transition: all .3s ease;
	} */
	.ipcd-ah-btn .plus,
	.ipcd-ah-btn .primary-btn-cont a {
		transition: color .3s ease;
	}
	.ipcd-ah-btn .primary-btn-cont:hover{
		background: #507198;
	}
	.ipcd-ah-btn .primary-btn-cont:hover,
	.ipcd-ah-btn .primary-btn-cont:hover .plus::before,
	.ipcd-ah-btn .primary-btn-cont:hover .plus::after {
		border-color: #507198;
	}


.ipcc-map-wrap {
	margin: 74px 0 0;
}
	.ipcc-map-wrap .hp-section-header {
	    text-align: center;
	    margin-bottom: 9px;
	}
		.hp-section-header-inner {
			display: inline-block;
		}
			.buzz-title.ipcc-title {
			    text-transform: uppercase;
			    line-height: 1;
			    text-align: left;
			    display: inline-block;
			    margin-bottom: 42px;
			    margin-right: 100px;
			}

	.ipcc-map {
		position: relative;
		overflow: hidden;
		max-width: 1600px;
		margin: 0 auto;
	}
		.ipcc-map img {
			display: block;
		}
		.ipcc-map img[usemap] {
			position: absolute;
			top: 0;
			left: 0;
		}

		.ipcc-map-resizer {
			position: relative;
		}

		#content .ipcc-map-links {
			position: absolute;
			display: flex;
			flex-flow: column wrap;
			max-height: 330px;
		    top: 615px;
		    left: 171px;
		    list-style: none;
		    margin: 0;
		    width: 500px;
		}
			.ipcc-map-links li {
				width: 50%;
				margin-bottom: 6px;
			}
				.ipcc-map-links li a {
					font-size: 20px;
					line-height: 1;
					text-transform: uppercase;
					letter-spacing: 0.1em;
					color: #000;
					display: block;
					max-width: 204px;
					position: relative;
					padding: 10px 0 9px 38px;
					position: relative;
					z-index: 1;
					transition: all .3s ease;
				}
					.ipcc-map-links li a:before {
						content: '';
						width: 12px;
						height: 14px;
						background: url(../../images/communities/icon-pin.png) center/contain no-repeat;
						display: inline-block;
						position: absolute;
						left: 16px;
						top: 0;
						bottom: 0;
						margin: auto;
						z-index: 1;
						transition: all .3s ease;
					}

				.ipcc-map-links li a:hover,
				.ipcc-map-links li a.active {
					background: #507198;
					color: #fff;
				}
					.ipcc-map-links li a:hover:before,
					.ipcc-map-links li a.active:before {
						filter: brightness(0) invert(1);
					}

	.ipcc-map-hovers {
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
	}
	.ipcc-map-hover.active {
		opacity: 1;
	}
		.ipcc-map-hover {
			position: absolute;
		}
			.ipcc-map-hover img {
				opacity: 0;
				transition: opacity .3s ease;
			}
		.ipcc-map-hover.active img {
			opacity: 1;
		}
			.ipcc-map-hover span {
				position: absolute;
				font-size: 14px;
				letter-spacing: 0.025em;
				line-height: 16px;
				letter-spacing: 0.025em;
				font-weight: 600;
				white-space: nowrap;
				text-align: center;
				text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
				color: #fff;
			}
			.ipcc-map-hover span.is-black {
				color: #000;
				text-shadow: none;
			}

	.ipcc-map-hover[data-area="boise"] {
	    top: 311px;
	    left: 1056px;
	}
	    .ipcc-map-hover[data-area="boise"] span {
	        top: 180px;
	        left: 194px;
	    }

	.ipcc-map-hover[data-area="eagle"] {
	    top: 251px;
	    left: 926px;
	}
	    .ipcc-map-hover[data-area="eagle"] span {
	        top: 39px;
	        left: 131px;
	    }

	.ipcc-map-hover[data-area="garden-city"] {
	    top: 327px;
	    left: 1135px;
	}
	    .ipcc-map-hover[data-area="garden-city"] span {
	        top: 77px;
	        left: 80px;
	    }

	.ipcc-map-hover[data-area="kuna"] {
	    top: 599px;
	    left: 927px;
	}
	    .ipcc-map-hover[data-area="kuna"] span {
	        top: 78px;
	        left: 30px;
	    }
	.ipcc-map-hover[data-area="meridian"] {
	    top: 350px;
	    left: 923px;
	}
	    .ipcc-map-hover[data-area="meridian"] span {
	        top: 95px;
	        left: 70px;
	    }

	.ipcc-map-hover[data-area="star"] {
	    top: 256px;
	    left: 848px;
	}
	    .ipcc-map-hover[data-area="star"] span {
	        top: 28px;
	        left: 18px;
	    }

	.ipcc-map-hover[data-area="caldwell"] {
	    top: 297px;
	    left: 545px;
	}
	    .ipcc-map-hover[data-area="caldwell"] span {
	        top: 88px;
	        left: 56px;
	    }

	.ipcc-map-hover[data-area="greenleaf"] {
	    top: 315px;
	    left: 381px;
	}
	    .ipcc-map-hover[data-area="greenleaf"] span {
	        top: 63px;
	        left: -9px;
	    }
	.ipcc-map-hover[data-area="melba"] {
	    top: 916px;
	    left: 809px;
	}
	    .ipcc-map-hover[data-area="melba"] span {
	        top: 21px;
	        left: 38px;
	    }

	.ipcc-map-hover[data-area="middleton"] {
	    top: 221px;
	    left: 647px;
	}
	    .ipcc-map-hover[data-area="middleton"] span {
	        top: 44px;
	        left: -4px;
	    }

	.ipcc-map-hover[data-area="nampa"] {
	    top: 394px;
	    left: 659px;
	}
	    .ipcc-map-hover[data-area="nampa"] span {
	        top: 134px;
	        left: 84px;
	    }

	.ipcc-map-hover[data-area="notus"] {
	    top: 209px;
	    left: 393px;
	}
	    .ipcc-map-hover[data-area="notus"] span {
	        top: 8px;
	        left: 62px;
	    }

	.ipcc-map-hover[data-area="parma"] {
	    opacity: 1;
	    top: 95px;
	    left: 205px;
	}
	    .ipcc-map-hover[data-area="parma"] span {
	        top: 22px;
	        left: 53px;
	    }

	.ipcc-map-hover[data-area="wilder"] {
	    top: 322px;
	    left: 243px;
	}
	    .ipcc-map-hover[data-area="wilder"] span {
	        top: 29px;
	        left: -37px;
	    }

	.ipcc-map-details {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 2;
		pointer-events: none;
	}
		.ipcc-map-detail {
			width: 810px;
			background: #fff;
			border: 2px solid rgba(110,151,200,0.22);
			border-bottom: 5px solid #507198;
			opacity: 0;
		    top: 28px;
		    position: absolute;
		    padding: 23px 38px 20px;
		    left: 395px;
		    /*right: 0;*/
		    /*margin: auto;*/
		    box-shadow: 2px 10px 20px 0px rgba(0, 0, 0, 0.2);
		    transition: opacity .3s ease;
		}
		.ipcc-map-detail.active {
			opacity: 1;
		}
		.ipcc-map-detail:before {
			content: '';
			position: absolute;
			top: 100%;
			margin-top: 5px;
			right: 22px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 11px 14.5px 0 14.5px;
			border-color: #507098 transparent transparent transparent;
		}
			#content .ipcc-map-detail h2 {
				font-weight: 600;
				font-size: 24px;
				letter-spacing: 0.1em;
				text-transform: uppercase;
				line-height: 1;
				color: #507198;
				margin: 0 0 9px;
			}
			#content .ipcc-map-detail p {
				font-size: 16px;
				line-height: 25px;
				letter-spacing: 0.025em;
				color: #666666;
				margin: 0;
			}

.ipcc-video {
	max-width: 1430px;
	margin: 99px auto 100px;
	padding: 0 15px;
}
	.ipcc-video-iframe {
		position: relative;
	}
		.ipcc-video-iframe a {
			display: block;
			position: relative;
		}
			.ipcc-video-iframe a canvas {
				display: block;
				width: 100%;
				background-position: center;
				background-size: cover;
			}
			.ipcc-video-iframe a:before {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				width: 110px;
				height: 110px;
				margin: auto;
				background: url(../../images/communities/icon-play.png) center/contain no-repeat;
				transition: opacity .3s ease;
			}
			.ipcc-video-iframe a:hover:before {
				opacity: 0.6;
			}


.ipcc-guide {
	position: relative;
	background: #ededed;
	padding: 156px 0 0;
	margin-bottom: 151px;
}
	.ipcc-guide-row {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		margin: 0 -8px;
	}
		.ipcc-guide-book {
			/*width: 382px;*/
			width: 33.045%;
			margin-bottom: -26px;
			position: relative;
		}
			.ipcc-guide-book img {
				display: block;
				width: 100%;
				height: auto;
			}
			.ipcc-guide-book:before {
				content: '';
				position: absolute;
				top: 100%;
				left: -41px;
				right: -39px;
				height: 67px;
				background: url(../../images/communities/shadow-book.png) center top/100% 100% no-repeat;
			}

		.ipcc-guide-text {
			width: 66.955%;
			padding: 0 0 0 68px;
		}
			.ipcc-guide-text .hp-section-header {
			    margin-bottom: 27px;
			}
				.ipcc-guide-text .buzz-title.ipcc-title {
				    margin-left: 43px;
				    margin-right: 0;
				    margin-top: -15px;
				    margin-bottom: 45px;
				}
				.ipcc-guide-text .hp-section-header .hr-line {
				    margin-left: 0;
				}

			#content .ipcc-guide-text p {
				font-size: 16px;
				line-height: 25px;
				letter-spacing: 0.025em;
				color: #666666;
				max-width: 602px;
			}

			a.ipcc-guide-btn {
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    width: 228px;
			    height: 50px;
			    background: #507198;
			    font-size: 15px;
			    letter-spacing: 0.05em;
			    line-height: 1;
			    color: #fff;
			    text-transform: uppercase;
			    font-weight: 600;
			    border: 1px solid #000;
			    margin: 34px 0 0;
			    transition: all .3s ease;
			}
				a.ipcc-guide-btn:hover {
					background: transparent;
					color: #000;
				}

.ipcd-ah-list .slick-prev,
.ipcd-ah-list .slick-next,
.ipcd-ah-list .slick-dots {
	display: none !important;
}


@media only screen and (min-width: 992px) {

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

}
@media only screen and (max-width: 1280px) {
	.ipcd-market-tabs li a {
	    font-size: 16px;
	}
}
@media only screen and (max-width: 1199px) {

	#content .ipcd-market-stat-details strong{

     font-size: 34px;
  }

  .ipcd-market-tabs li a{

     font-size: 12px;
  }


	.ipcc-guide-text {
	    padding-bottom: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.ipcd-banner:after,
	.ipcd-banner:before {
		display: none;
	}
	.ipcd-banner-inner {
		margin-top: 0;
	}
		.ipcd-banner-title {
		    font-size: 40px;
		}

	.buzz-title.ipcd-title,
	.buzz-title.ipcc-title {
	    margin-right: 0;
	    margin-left: 0;
	}

	.ipcd-gallery {
	    padding: 50px 20px;
	}
		.ipcd-gallery-slick {
			margin-left: 0;
		}
		.ipcd-gallery-controls {
		    padding: 0 10px;
		}
			.ipcd-gallery-arrow {
			    width: 15px;
			}

	.ipcd-market-stat-list {
	    flex-flow: column;
	    align-items: center;
	}
		.ipcd-market-stat {
		    width: 300px;
		    flex-flow: column;
		}
			.ipcd-market-stat-icon {
			    width: 100%;
			}
			.ipcd-market-stat-details {
			    width: 100%;
			    padding: 40px 0;
			}

	#content .ipcd-market-tabs {
	    width: 100%;
	}
		.ipcd-market-tab-graph {
			width: 100%;
		}
		.ipcd-market-tab-graph-text {
			width: 100%;
			padding: 40px 5%;
		}
	.ipcd-ah-list {
	    padding: 0 13px;
	}
		.ipcd-ah-list .slick-arrow {
			width: 15px;
		}
		.ipcd-ah-list .slick-prev {
		    left: 10px;
		}
		.ipcd-ah-list .slick-next {
		    right: 10px;
		}

	.ipcc-map-wrap {
		margin-bottom: 80px;
	}
		.ipcc-map-wrap .hp-section-header {
		    margin-bottom: 40px;
		}
		.ipcc-map-links-mobile {

		}
			#content .ipcc-map-links-mobile .ipcc-map-links {
				position: relative;
				top: 0;
				left: 0;
				max-height: initial;
				width: 204px;
			    max-width: 100%;
			    margin: 0 auto;
			}
				.ipcc-map-links li {
				    width: 100%;
				}

	.ipcc-guide {
	    padding: 80px 0;
	}
		.ipcc-guide-row {
		    margin: 0;
		}
		.ipcc-guide-book {
		    width: 382px;
		    margin: 0 auto 80px;
		}
		.ipcc-guide-text {
		    width: 100%;
		    padding: 0;
		}
			#content .ipcc-guide-text p {
				max-width: 100%;
			}
}
@media only screen and (max-width: 767px) {
	.ipcd-market-tabs li {
	    width: 50%;
	    padding-bottom: 2px;
	}
}
@media only screen and (max-width: 480px) {
	.ipcd-ah-map iframe {
	    height: 400px;
	}
	.ipcd-ah-details {
	    left: 10px;
	    right: 10px;
	    padding: 30px 3%;
	}
		.ipcd-ah-details-address {
		    font-size: 12px;
		    line-height: 20px;
		}
	.ipcd-market-tabs li {
	    width: 100%;
	    padding-bottom: 2px;
	}
	.ipcc-video-iframe a:before {
	    width: 50px;
	    height: 50px;
	}
}
</pre></body></html>