		#banner .indicators {
			bottom: 2rem;
			line-height: 1;
			list-style: none;
			margin: 0 auto;
			padding: 0;
			position: absolute;
			text-align: center;
			width: 100%;
		}

			#banner .indicators li {
				cursor: pointer;
				display: inline-block;
				height: 1.25rem;
				margin-left: 0.5rem;
				overflow: hidden;
				padding: 0;
				position: relative;
				text-indent: 1.25rem;
				width: 1.25rem;
				z-index: 902;
			}

				#banner .indicators li:before {
					-moz-transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					background-color: rgba(255, 255, 255, 0.25);
					border-radius: 100%;
					content: '';
					display: inline-block;
					height: 1rem;
					left: 50%;
					position: absolute;
					text-indent: 0;
					top: 50%;
					width: 1rem;
				}

				#banner .indicators li.visible:before {
					background-color: #fff;
				}

		#banner > article {
			-moz-transition: opacity 1.5s, visibility 3.5s;
			-webkit-transition: opacity 1.5s, visibility 3.5s;
			-ms-transition: opacity 1.5s, visibility 3.5s;
			transition: opacity 1.5s, visibility 3.5s;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100%;
			left: 0;
			opacity: 0;
			padding-top: 7rem;
			position: absolute;
			text-align: center;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 900;
		}

			#banner > article:after {
				-moz-transition: opacity 1.0s, visibility 1.0s;
				-webkit-transition: opacity 1.0s, visibility 1.0s;
				-ms-transition: opacity 1.0s, visibility 1.0s;
				transition: opacity 1.0s, visibility 1.0s;
				background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url("../../images/overlay.png"), rgba(0, 0, 0, 0.2);
				content: '';
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}

			#banner > article .inner > :last-child {
				margin-bottom: 0;
			}

			#banner > article h1, #banner > article p {
				position: relative;
				z-index: 902;
			}

			#banner > article h1 {
				font-size: 3rem;
			}

			#banner > article p {
				color: #fff;
				font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
				font-size: 1.25rem;
				font-weight: 700;
				letter-spacing: 0.15rem;
				text-transform: uppercase;
			}

				#banner > article p:before {
					background-color: rgba(255, 255, 255, 0.25);
					content: '';
					display: block;
					height: 2px;
					margin: 1.5rem auto;
					max-width: 80%;
					width: 60rem;
				}

			#banner > article.visible {
				opacity: 1;
				visibility: visible;
			}

			#banner > article.top {
				z-index: 902;
			}

			#banner > article img {
				display: none;
			}

		@media screen and (max-width: 1680px) {

			#banner > article {
				padding-top: 8rem;
			}

		}

		@media screen and (max-width: 1280px) {

			#banner > article {
				padding-top: 8.5rem;
			}

		}

		@media screen and (max-width: 980px) {

			#banner {
				height: 70vh;
				min-height: 35rem;
			}

				#banner > article {
					padding-top: 14rem;
				}

				#banner .indicators {
					display: none;
				}

		}

		@media screen and (max-width: 736px) {

			#banner {
				height: 50vh;
				min-height: 30rem;
			}

				#banner > article {
					padding-top: 10rem;
				}

					#banner > article h1 {
						font-size: 2rem;
					}

					#banner > article p {
						font-size: 1rem;
					}

		}

		body.is-preload #banner > article:before {
			opacity: 1;
		}
