@charset "utf-8";

/********BANNER********/
.banner {
	padding-top: 160px;
    width: 90vw;
    max-width: 1800px;
    margin: 0 auto;
}
.banner h1 {
    font-size: 40px;
    line-height: 70px;
    color: #000;
}
.banner h1 span {
    display: block;
    font-size: 130px;
}
.banner .banner-wrap {
	text-align: center;
}
.frame,
.GenericSlideshowItem {
    position: relative;
    padding: 10px;
    background-color: #0f0f0f;
    box-shadow: 0 10px 7px -5px rgba(0,0,0,.3);
}
.mat,
.top {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.9)inset ;
}
.portrait,
.slideLink {
    position: relative;
}
.portrait::after,
.sideLink::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.9)inset;
}
.portrait img {
	width: 100%;
    height: 100%;
}
.banner #image2,
.banner #image3 {
    padding-right: 7.5px;
}
.banner #image8,
.banner #image5 {
    padding-left: 7.5px;
}
.banner > div > div.dgov-col-lg-6.dgov-col-sm-9.dgov-order-lg-2.dgov-col-bleed-x > div > div.dgov-col-md-8 {
    padding-left: 0;
}
/***********************/
.fadeFirst {
	-webkit-animation: fadeFirst .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fadeFirst .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 1s;
}
@-webkit-keyframes fadeFirst {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fadeFirst {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
/***********************/
.fadeSecond {
	-webkit-animation: fadeSecond .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fadeSecond .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 1.25s;
}
@-webkit-keyframes fadeSecond {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fadeSecond {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
/***********************/
.fadeThird {
	-webkit-animation: fadeThird .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fadeThird .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 1.5s;
}
@-webkit-keyframes fadeThird {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fadeThird {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
/***********************/
.fadeFourth {
	-webkit-animation: fadeFourth .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fadeFourth .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 1.75s;
}
@-webkit-keyframes fadeFourth {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fadeFourth {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
/***********************/
.fadeFifth {
	-webkit-animation: fadeFifth .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fadeFifth .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 2s;
}
@-webkit-keyframes fadeFifth {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fadeFifth {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
/***********************/


.fadeout-item {
	-webkit-animation: fadeout-item 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation: fadeout-item 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes fadeout-item {
	0% {
		-webkit-transform: translateZ(0);
				transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-80px);
				transform: translateZ(-80px);
		opacity: 0;
	}
}
@keyframes fadeout-item {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
}
	.fadein-item {
		-webkit-animation: fadein-item .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fadein-item .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}
@-webkit-keyframes fadein-item {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fadein-item {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
.social-top {
	display: block;
	text-align: center;
	padding: 20px 0 0;
	z-index: 99;
}
.social-top .social-inner {
	display: flex;
	justify-content: center;
	font-size: 18px;
    padding-bottom: 20px;
}
.social-top .social-inner a {
	border: 4px solid #9d9d9d;
	color: #9d9d9d;
    background-color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin: 0 7px;
	padding: 10px;
	transition: all .3s ease-in;
}
.social-top .social-link:hover {
	color: #000;
    border: 4px solid #000;
}
.social-top a i {
    font-size: 30px; 
    color: #9d9d9d;
    transition: all .3s ease-in-out;
}
.social-top a i:hover {
    color: #000;
}


/********PHOTO SLIDER********/

.full-page {
	position: relative;
	height: calc(100vh + 200px);
	overflow: hidden;
	z-index: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.GenericSlideshow {
	padding: 3rem 0 0;
}
.hidden-carousel {
	opacity: 0;
	transition: .3s;
}
.visible-carousel {
	opacity: 1!important;
}
.GenericSlideshow .slideWrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.GenericSlideshow .slideWrapper .slideContainer {
	height: 100vh!important;
}
.GenericSlideshow .slideWrapper .slideContainer .rsOverflow {
	height: calc(100vh - 120px)!important;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.rsVisibleNearbyWrap {
	overflow: unset!important;
}
.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem img {
	position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
	height: auto;
	width: 100%;
	margin: 10px auto;
}
.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem .top a {
	height: 100%;
}
.bottom {
	opacity: 0;
}
.rsActiveSlide .bottom {
	opacity: 1!important;
	transition: .5s;
	color: #fff!important;
    position: relative;
	padding: 0 10px;
}
.GenericSlideshow .bottom .slideTitle {
	text-align: center;
	font-family: 'Crimson Text';
    font-size: 25px;
    font-style: italic;
}
.rsSlide:not(.rsActiveSlide) {
	-webkit-transform: scale(.8);
	transform: scale(.7);
	opacity: .5;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	height: unset!important;
}
.rsActiveSlide {
	z-index: 1;
}
.rsSlide {
	transition: .25s transform cubic-bezier(.17,.67,.9,.57), 1s opacity cubic-bezier(.17,.67,.9,.57);
	height: unset!important;
}
.GenericSlideshow .slideWrapper .slideContainer .rsArrow {
	color: #9d9d9d;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 40px;
    transition: all .3s ease-in-out;
}
.GenericSlideshow .slideWrapper .slideContainer .rsArrow:hover {
    color: #000;
}
.GenericSlideshow .slideWrapper .slideContainer .rsArrow.rsArrowLeft {
	padding: 30px;
}
.GenericSlideshow .slideWrapper .slideContainer .rsArrow.rsArrowRight {
	padding: 30px;
}
.GenericSlideshow .totalCounter {
	color: #9d9d9d;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 5px);
    font-weight: 600;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #dnn_ctr4708_HtmlModule_lblContent > div > div > div.dgov-col-lg-3.dgov-col-md-12.dgov-order-lg-3.dgov-align-self-end {
        align-self: auto;
    }
}
@media screen and (max-height: 1366px) and (orientation: landscape) {
    .banner {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .banner h1 {
        font-size: 30px;
    }
    .banner h1 span {
        font-size: 100px;
    }
	.GenericSlideshow .slideWrapper .slideContainer .rsArrowLeft {
		top: 60px;
		left: 50%;
    	transform: translate(-150px, -85px);
	}
	.GenericSlideshow .slideWrapper .slideContainer .rsArrowRight {
		top: 60px;
		right: 50%!important;
    	transform: translate(150px, -85px);
	}
}
@media only screen and (max-device-width: 1200px) and (orientation: landscape) {
    .banner #image4,
    .banner #image3,
    .banner #image5,
    .banner #image7 {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .banner {
        width: unset;
        max-width: unset;
    }
    .banner #image1,
    .banner #image6 {
        display: none;
    }
    .banner > div > div.dgov-col-lg-3.dgov-col-md-6.dgov-align-self-end {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
        vertical-align: middle;
    }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
    .banner {
        padding-top: 100px;
    }
    .banner #image4,
    .banner #image7 {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
	.full-page {
		height: 80vh;
		display: block;
		flex-direction: unset;
		justify-content: unset;
		padding: 4rem 0;
	}
	.banner {
        height: 100vh;
        padding-top: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
	}
    .banner #image3,
    .banner #image5 {
        display: none;
    }
    .banner #image7 {
        padding-top: 0;
    }
	.GenericSlideshow .slideWrapper {
		width: unset;
		height: unset;
	}
	.GenericSlideshow .slideWrapper .slideContainer {
		height: unset!important;
	}
	.GenericSlideshow .slideWrapper .slideContainer .rsOverflow {
		height: unset!important;
		transform: unset;
		top: 0;
	}
	.GenericSlideshow .slideWrapper .slideContainer .rsArrow {
		top: 0;
		transform: translate(0, -90px);
		font-size: 45px;
	}
	.GenericSlideshow .slideWrapper .slideContainer .rsArrowLeft {
		left: 50%;
    	transform: translate(-150px, -85px);
	}
	.GenericSlideshow .slideWrapper .slideContainer .rsArrowRight {
		right: 50%!important;
    	transform: translate(150px, -85px);
	}
	.GenericSlideshow .totalCounter {
		top: 0;
		transform: translate(-50%, -50px);
	}
}
@media screen and (max-width: 992px) {
    .banner #image4 {
        display: none;
    }
    .banner > div > div.dgov-col-lg-6.dgov-col-sm-9.dgov-order-lg-2.dgov-col-bleed-x > div > div.dgov-col-md-8 {
        padding-right: 0;
    }
    .banner #image2 {
        padding-left: 0;
    }
    .banner #image8 {
        padding-right: 0;
    }
}
@media only screen and (max-device-width: 897px) and (orientation: landscape) {
    .baner {
        padding-top: 100px;
    }
    .banner #image2,
    .banner #image8 {
        display: none;
    }
}
@media screen and (max-height: 768px) and (orientation: landscape) {
	.full-page {
		height: 120vh;
	}
}
@media screen and (max-width: 768px) {
	.banner h1 {
		font-size: 3rem;
	}
	.full-page {
		margin: 0;
	}
}
@media only screen and (max-device-width: 737px) and (orientation: landscape) {
    .banner {
        padding-top: 100px;
    }
    .banner #image2,
    .banner #image8,
    .banner #image7 {
        display: none;
    }
}
@media screen and (max-height: 415px) and (orientation: landscape) {
	.full-page {
		height: 200vh;
	}
}
@media screen and (max-width: 415px) {
    .banner {
        padding: 50px 2rem;
        display: block;
        flex-direction: unset;
        justify-content: unset;
    }
    .banner #image2,
    .banner #image8 {
        display: none;
    }
	.banner .banner-wrap {
		padding: 8rem 0 1rem;
	}
    .banner h1 {
        font-size: 32px;
    }
    .banner h1 span {
        font-size: 100px;
    }
	.GenericSlideshow .slideWrapper .slideContainer .rsOverflow {
		height: calc(100vh - 35vh)!important;
	}
	.GenericSlideshow .totalCounter {
		top: 0;
	}
	.full-page {
		height: 100vh;
	}
}
@media screen and (max-height: 376px) and (orientation: landscape) {
	.full-page {
		height: 200vh;
	}
}
@media screen and (max-width: 376px) {
    .banner .banner-wrap {
        padding: 5rem 0 1rem;
    }
	.banner h1 {
		font-size: 2.5rem;
	}
}





	
	
	
	
	
	
	
	
	
	
	
	