/****************************************************************************************************************************************
 /$$$$$$ /$$      /$$  /$$$$$$   /$$$$$$  /$$$$$$$$        /$$$$$$   /$$$$$$  /$$$$$$$   /$$$$$$  /$$       /$$       /$$$$$$$$ /$$$$$$$
|_  $$_/| $$$    /$$$ /$$__  $$ /$$__  $$| $$_____/       /$$__  $$ /$$__  $$| $$__  $$ /$$__  $$| $$      | $$      | $$_____/| $$__  $$
  | $$  | $$$$  /$$$$| $$  \ $$| $$  \__/| $$            | $$  \__/| $$  \__/| $$  \ $$| $$  \ $$| $$      | $$      | $$      | $$  \ $$
  | $$  | $$ $$/$$ $$| $$$$$$$$| $$ /$$$$| $$$$$         |  $$$$$$ | $$      | $$$$$$$/| $$  | $$| $$      | $$      | $$$$$   | $$$$$$$/
  | $$  | $$  $$$| $$| $$__  $$| $$|_  $$| $$__/          \____  $$| $$      | $$__  $$| $$  | $$| $$      | $$      | $$__/   | $$__  $$
  | $$  | $$\  $ | $$| $$  | $$| $$  \ $$| $$             /$$  \ $$| $$    $$| $$  \ $$| $$  | $$| $$      | $$      | $$      | $$  \ $$
 /$$$$$$| $$ \/  | $$| $$  | $$|  $$$$$$/| $$$$$$$$      |  $$$$$$/|  $$$$$$/| $$  | $$|  $$$$$$/| $$$$$$$$| $$$$$$$$| $$$$$$$$| $$  | $$
|______/|__/     |__/|__/  |__/ \______/ |________/       \______/  \______/ |__/  |__/ \______/ |________/|________/|________/|__/  |__/
****************************************************************************************************************************************/


.project-scroller-wrapper
{
	position: relative;
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 90px;
}

.projects-scroller-container
{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 991px)
{
	.projects-scroller-container
	{
		max-width: calc(100% - 20px);

	}
}

.slider-container
{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.slider-container > a,
.slider-container > div
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 991px)
{
	.slider-container > a,
	.slider-container > div
	{
		flex-flow: column;
	}
}

.slider-container > a .image-container,
.slider-container > div .image-container
{
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}

.slider-container > a .image-container .has-caption,
.slider-container > div .image-container .has-caption
{
	width: 50%;
}

@media screen and (max-width: 991px)
{
	.slider-container > a .image-container,
	.slider-container > div .image-container
	{
		flex-direction: column-reverse;
	}
}

.slider-container > a .image-container .square-image-caption-container,
.slider-container > div .image-container .square-image-caption-container
{
	max-width: 50%;
	padding-right: 40px;
}

@media screen and (max-width: 991px)
{
	.slider-container > a .image-container .square-image-caption-container,
	.slider-container > div .image-container .square-image-caption-container
	{
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}
}

.slider-container > a .image-container .square-image-caption-container .caption,
.slider-container > div .image-container .square-image-caption-container .caption
{
	font-family: 'Roboto', sans-serif;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 40px;
}

@media screen and (max-width: 991px)
{
	.slider-container > a .image-container .square-image-caption-container .caption,
	.slider-container > div .image-container .square-image-caption-container .caption
	{
		font-size: 32px;
		margin-bottom: 20px;
	}
}

.slider-container > a .image-container .square-image-caption-container .description,
.slider-container > div .image-container .square-image-caption-container .description 
{
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.4;
}

@media screen and (max-width: 991px)
{
	.slider-container > a .image-container .square-image-caption-container .description,
	.slider-container > div .image-container .square-image-caption-container .description
	{
		font-size: 14px;
	}
}

.slider-container > a .image-container .square-image-caption-container .description span,
.slider-container > div .image-container .square-image-caption-container .description span
{
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
	font-weight: 400;
	display: block;
	margin-bottom: 30px;
	line-height: normal;
}

@media screen and (max-width: 991px)
{
	.slider-container > a .image-container .square-image-caption-container .description span,
	.slider-container > div .image-container .square-image-caption-container .description span
	{
		font-size: 22px;
		margin-bottom: 15px;
	}
}

.slider-container > a .image-container .square-image-caption-container .link,
.slider-container > div .image-container .square-image-caption-container .link 
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #0075B3;
	padding: 12px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px;
}

.slider-container > a .image-container .square-image-caption-container .link:hover,
.slider-container > div .image-container .square-image-caption-container .link:hover 
{
	background-color: #5C5E61;
}

.slider-container > a .image-container img,
.slider-container > div .image-container img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}


@media screen and (max-width: 991px)
{
	.projects-scroller-container a,
	.projects-scroller-container > div > div > div
	{
		flex-flow: column;
	}
}

.projects-scroller-container > div > div > div:hover::before
{
	opacity: 1;
}

.projects-scroller-container a.has-link
{
	cursor: pointer;
}

.projects-scroller-container .slide-link img
{
	width: 100%;
	max-width: 500px;
}

.swiper-slide img
{
	transform: scale(0.84);
	transition: transform 400ms;
}

.swiper-slide.swiper-slide-active img
{
	transform: scale(1);
}

/* Prevous and Next Buttons */
.project-scroller-wrapper .image-scroller-controls.image-scroller-button
{
	position: absolute;
	z-index: 10;
	top: 50%;
	bottom: 0;
	display: block;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	opacity: 1;
	transition: all 200ms;
}

@media screen and (max-width: 991px)
{
	.project-scroller-wrapper .image-scroller-controls.image-scroller-button
	{
		display: none;	
	}
}

.project-scroller-wrapper:hover .image-scroller-controls.image-scroller-button
{
	opacity: 1;
}

.project-scroller-wrapper .image-scroller-controls.image-scroller-button.next
{
	right: -10px;
}

.project-scroller-wrapper .image-scroller-controls.image-scroller-button::before
{
	position: relative;
	padding: 20px;
}

.project-scroller-wrapper .image-scroller-controls.image-scroller-button.previous
{
	left: 20px;
}

.project-scroller-wrapper .image-scroller-controls.image-scroller-button.previous::before
{
	content: '';
	background-image: url('/images/previous-arrow.svg');
	margin-left: -5px;
	background-repeat: no-repeat;
	background-position: center;
}

.project-scroller-wrapper .image-scroller-controls.image-scroller-button.next::before
{
	content: '';
	background-image: url('/images/next-arrow.svg');
	margin-left: -5px;
	background-repeat: no-repeat;
	background-position: center;
}


.project-scroller-wrapper .image-scroller-controls.swiper-button-disabled
{
	display: none;
}

.project-scroller-wrapper:hover .image-scroller-controls.image-scroller-button::before
{
	opacity: 1;
}

.project-scroller-wrapper .image-scroller-controls.image-scroller-button.next:hover::before
{
	right: -5px
}

.project-scroller-wrapper .image-scroller-controls.image-scroller-button.previous:hover::before
{
	left: -5px
}


.project-scroller-wrapper .image-scroller-controls.image-scroller-button:active::before
{
	opacity: 1;
}

.projects-scroller-container .image-scroller-pagination
{
	position: absolute;
	z-index: 100;
	bottom: -50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}

.projects-scroller-container .image-scroller-pagination .swiper-pagination-bullet
{
	width: 12px;
	height: 12px;
	background: transparent;
	border: 2px solid #CECECE;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.8));
	opacity: 0.8;
	margin-right: 18px;
	transition: all 200ms;
}

.projects-scroller-container .image-scroller-pagination .swiper-pagination-bullet:hover
{
	opacity: 1;
}

.projects-scroller-container .image-scroller-pagination.swiper-pagination-bullet:last-of-type
{
	margin-right: 0;
}

.projects-scroller-container .image-scroller-pagination .swiper-pagination-bullet-active
{
	background: #0075B3;
	border: none;
	opacity: 1;
}

.projects-scroller-container .image-scroller-pagination .swiper-pagination-bullet-active:hover
{
	background: #0e79b3;
	opacity: 1;
}



/* .project-caption
{
	font-family: 'AvenirLTStd-Medium', sans-serif;
	font-size: 24pt !important;
	margin-bottom: 55px;
	position: relative;
	display: block;
	color: #262730 !important;
	margin-bottom: 55px;
}

@media screen and (max-width: 991px)
{
	.project-caption
	{
		margin-bottom: 30px;
		font-size: 22pt !important;
	}
}

.projects-description
{
	font-family: 'AvenirLTStd-Heavy', sans-serif;
	font-size: 14pt;
}


.projects-description p
{
	position: relative;
}

.projects-description p:before
{
	content: '';
	position: absolute;
	display: block;
    height: 100%;
    width: 1px;
    background-color: transparent;
	background-color: #D13439;
	top: 0;
	left: -20px;
}

.projects-description span
{
	font-family: 'AvenirLTStd-Heavy', sans-serif;
}

.projects-description ol
{
	font-family: 'AvenirLTStd-Book', sans-serif !important;
	font-size: 14pt !important;
	margin-top: 55px;
    margin-left: 20px;
	padding-left: 0;
}

@media screen and (max-width: 991px)
{
	.projects-description ol
	{
		margin-top: 30px;
	}
}

.projects-link
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	font-family: "Jost Medium", sans-serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal !important;
	color: #4F8636 !important;
	text-decoration: none !important;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	opacity: 0;
}

.projects-link::after
{
	content: '\f054';
	position: relative;
	display: block;
	font-family: font_awesome;
	font-size: 14pt;
	color: #4F8636;
	margin-left: 10px;

}

.slide-link:hover .projects-link
{
	opacity: 1;
} */


/* @media screen and (max-width:991px)
{
	.projects-scroller-container .banner-media-container .banner-image > div:first-of-type
	{
		background-size: cover !important;
	}

	.projects-scroller-container .image-scroller-controls.image-scroller-button.previous
	{
		left: 0;
	}

	.projects-scroller-container .image-scroller-controls.image-scroller-button.next
	{
		right: 0;
	}

	.projects-scroller-container .image-scroller-controls.image-scroller-button.previous:hover
	{
		background: linear-gradient(to right, rgba(0,0,0,0.3), transparent);
	}

	.projects-scroller-container .image-scroller-controls.image-scroller-button.next:hover
	{
		background: linear-gradient(to left, rgba(0,0,0,0.3), transparent);
	}

	.projects-scroller-container .image-scroller-controls.image-scroller-button
	{
		width: 80px;
		height: 100%;
		outline: none;
	}

	.projects-scroller-container .image-scroller-controls.image-scroller-button::before
	{
		position: relative;
		width: 80px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 40px;
		background-color: transparent;
		color: #ffffff;
		opacity: 0;
		border: none;
		border-radius: 0;
		filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
	}
} */

/* .custom-order
{
	display: flex;
	flex-direction: column;
}

@media screen and (max-width:991px)
{
	.custom-order .wrapper-project {
        order: 2;
    }

    .custom-order .featured-image-scroller-wrapper {
        order: 1;
    }
} */


