  /*==============+
| GLOBAL STYLES |
+==============*/
.main-swiper-container {
	height: auto;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.hero-slider {
	height: 80vh !important;
}

.swiper-controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: none;
	border: none;
	color: #FFFFFF;
	z-index: 99;
	font-size: 2rem;
	transition: all 0.3s;
}

.swiper-controls:hover {
	color: #ffc72c;
}

/*===========+
| NAVIGATION |
+===========*/
.swiper-prev:after,
.swiper-container-rtl .swiper-next:after,
.swiper-next:after,
.swiper-container-rtl .swiper-prev:after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 1.15em;
	color: #ffffff;
	background: #003594;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.swiper-prev.bg-color-50th-blue:after,
.swiper-container-rtl .swiper-next.bg-color-50th-blue:after,
.swiper-next.bg-color-50th-blue:after,
.swiper-container-rtl .swiper-prev.bg-color-50th-blue:after {
	background: #004683;
}

.swiper-prev:hover:after,
.swiper-container-rtl .swiper-next:hover:after,
.swiper-next:hover:after,
.swiper-container-rtl .swiper-prev:hover:after {
	color: #003594;
	background: #ffc72c;
}

.swiper-prev.bg-color-50th-blue:hover:after,
.swiper-container-rtl .swiper-next.bg-color-50th-blue:hover:after,
.swiper-next.bg-color-50th-blue:hover:after,
.swiper-container-rtl .swiper-prev.bg-color-50th-blue:hover:after {
	color: #004683;
	background: #b79e4b;
}

.swiper-prev:after,
.swiper-container-rtl .swiper-next:after {
	content: '\F0D9';
	padding: 15px 23px 15px 18px;
}

.swiper-next:after,
.swiper-container-rtl .swiper-prev:after {
	content: '\F0DA';
	padding: 15px 18px 15px 23px;
}

.swiper-prev,
.swiper-next {
	position: absolute;
	top: 50%;
	height: 44px;
	margin-top: -22px;
	z-index: 1;
	cursor: pointer;
}

.swiper-prev {
	left: 10px;
}

.swiper-next {
	right: 10px;
}

.swiper-next.swiper-button-disabled,
.swiper-prev.swiper-button-disabled {
	display: none;
}

/*=====================+
| PAGE-SPECIFIC STYLES |
+=====================*/
#cta-container {
	bottom: 0;
	z-index: 1;
	width: 100%;
	margin: 0;
}

@media (min-width: 576px) {
	#cta-container {
		width: 92%;
		margin: 0 4%;
	}
}

#cta-container .btn {
	font-size: 0.8rem;
	padding: 0.5rem 0.75rem;
}

@media (min-width: 321px) {
	#cta-container .btn {
		font-size: 0.9rem;
	}
}

@media (min-width: 992px) {
	#cta-container .btn {
		font-size: 1rem;
		padding: 0.75rem 1rem;
	}
}

/*#cta-container .btn {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
}
    @media (min-width: 321px) {
        #cta-container .btn {
            font-size: 0.8rem;
        }
    }
    @media (min-width: 992px) {
        #cta-container .btn {
            font-size: 0.95rem;
            padding: 0.75rem 1rem;
        }
    }*/

#scroll-down-arrow {
	/* bottom: 15%; */
	bottom: 2%;
	z-index: 1;
	font-size: 2em;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: 0.3s, 1.5s;
	animation-duration: 0.3s, 1.5s;
	-webkit-animation-delay: 0s, 0.3s;
	animation-delay: 0s, 0.3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

/* Bob */
@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}
@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}
@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}
@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}

#scroll-down-arrow.disabled {
	opacity: 0;
	visibility: hidden;
}

/*===========+
| HERO IMAGE |
+===========*/
/* .image-bg-container-sm {
	height: 46vh;
	min-height: 400px;
	width: 100%;
	position: relative;
} */

/* @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
	.image-bg-container-sm {
		height: 80vh;
	}
} */

/* .image-bg-container-lg {
	height: 100vh;
	width: 100%;
	position: relative;
} */

/* @media (min-width: 576px) {
	.image-bg-container-lg {
		height: 86vh;
	}
} */

/* @media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) {
	.image-bg-container-lg {
		height: 60vh;
	}
} */

/* @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
	.image-bg-container-lg {
		height: 180vh;
	}
} */

/* .image-bg-container-lg .bg-element-text {
	top: 60%;
} */

/* .image-bg-container-lg .heading-color {
	color: #ffffff;
} */

/*=========+
| CAPTIONS |
+=========*/
.swiper-caption-container {
	text-align: left;
	position: absolute;
	width: 300px;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	border: 0px solid red;
}
@media (min-width: 321px) {
	.swiper-caption-container {
		top: 68%;
	}
}
@media (min-width: 576px) {
	.swiper-caption-container {
		width: 370px;
	}
}
@media (min-width: 768px) {
	.swiper-caption-container {
		width: auto;
		top: 55%;
		left: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.3+0,0+100 */
		background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
		padding: 30px;
		transform: translate(0, 0);
	}
}
@media (min-width: 992px) {
	.video-bg-container .swiper-caption-container {
		top: 55%;
	}
}
@media (orientation: landscape) and (max-height: 736px) {
	.video-bg-container .swiper-caption-container {
		top: 55%;
	}
}

.swiper-caption-container .swiper-caption {
	padding: 0;
}

.swiper-caption {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	/*font-family: 'Oswald', sans-serif;
  font-size: 0.9em;*/
}
@media (min-width: 768px) {
	.swiper-caption {
		font-size: 1.05em;
		/*font-size: 1em;*/
	}
}

.hero .swiper-caption .heading-color:after {
	background: #ffc72c;
}

.hero .swiper-caption .heading-color.bg-color-50th-gold:after {
	background: #b79e4b;
}

.hero .heading-color,
.hero a:not(.btn) {
	color: #ffffff;
}

.hero .link-text {
	color: #ffffff;
}

.swiper-photo .swiper-caption-container,
.swiper-feature-gallery .swiper-caption-container {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background: transparent;
}
.swiper-photo .swiper-caption-container,
.swiper-feature-gallery .swiper-caption-container {
	top: 80%;
}
.swiper-content-v .swiper-feature-gallery .swiper-caption-container {
	top: 89%;
}
@media (min-width: 576px) {
	.swiper-photo .swiper-caption-container,
	.swiper-feature-gallery .swiper-caption-container {
		top: 90%;
	}
}

/* Image Bg */
/* .image-bg {
	width: 100%;
	min-height: 100vh;
	height: auto;
	position: fixed;
	top: 0;
	background-position: center 20%;
	background-size: cover;
	background-repeat: no-repeat;
} */

/* @media (min-width: 576px) {
	.image-bg {
		min-height: 86vh;
	}
} */

/* @media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) and (min-height: 1024px) {
	.image-bg {
		min-height: 60vh;
		background-position: center 10%;
	}
} */

/* @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
	.image-bg {
		min-height: 180vh;
		background-position: center 10%;
	}
} */

/* .image-bg-sm {
	width: 100%;
	min-height: 400px;
	height: auto;
	position: relative;
	top: 0;
	background-position: center 40%;
} */

/* @media (min-height: 768px) {
	.image-bg-sm {
		min-height: 600px;
		height: 50vh;
	}
} */

/* @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
	.image-bg-sm {
		min-height: 500px;
	}
} */

/* @media (min-width: 768px) {
	.hero .image-bg-overlay:after {
		height: 86vh;
	}
} */

/* @media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) {
	.hero .image-bg-overlay:after {
		height: 60vh;
	}
} */

/* @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
	.hero .image-bg-overlay:after {
		height: 180vh;
	}
} */
