body {
	background: white;
}

.hero.wide {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}

@media (max-width: 640px){
	.hero.wide {
		height: 100vh;
		background-position: left;
	}
}

.hero.wide:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background: #272727;
	opacity: .1;
	z-index: 1;
	
}

.hero .wide .container h2 {
	color: white;
	padding: 14px;
	background: rgba(18, 66, 90, 0.84);
}



.floating {
    position: absolute;
    top: calc(50% - 67px);
    left: 50%;
    width: 100%;
    height: 85%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 44;
}

.tag {
	position: relative;
}

.tag p {
    color: white;
    font-size: 24px;
    margin: 10px;
    letter-spacing: .1em;

}

.tag h2, .tag p {
	color: white;
    font-weight: 500;
}

.tag h2 {
    padding: 14px 32px;
    background: rgba(18, 66, 90, 0.84);
    font-size: 44px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 640px){
.tag h2 {
    padding: 14px 32px;
    background: rgba(18,66,90,.84);
    font-size: 31px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    margin: 0;
    max-width: 90%;
}

.tag p {
		color: white;
	    font-weight: 500;
	    font-size: 18px;
	}
}

.tag .container {
text-align: center;
width: 100%;
}

.header-banner {
	background: #7a3c24;
	width: 100%;
	height: auto;
	min-height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

@media (max-width: 768px) {
	.header-banner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}
}

.fifty-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}


.left, .right {
	width: 50%;
	height: auto;
	position: relative;
}

@media (max-width:768px){
	.fifty-container {
		flex-direction: column;
	}

	.left, .right {
		width: 100%;
	}

	.connected-section-line {
		width: 2px;
		height: 100%;
		background: #dc7827;
		position: absolute;
		left: 50px;
		top: 0;
		z-index: 3;
	}
}
.section {
	padding: 40px 0;
	margin: 40px 0;
}

.about-section.section {
	min-height: 500px;
	width: 100%;
	background: white;
	height: auto;
	position: relative;
}

.about-section-line {
	width: 2px;
	height: 100%;
	background: #dc7827;
	position: absolute;
	left: 50px;
	top: 0;
	z-index: 3;
}

.about-section-line-mobile {
	width: 2px;
	height: 100%;
	background: #dc7827;
	position: absolute;
	left: 50px;
	top: 0;
	z-index: 3;
	display: none;
}

@media (max-width: 768px) {
	
.about-section-line-mobile {
	width: 2px;
	height: 100%;
	background: #dc7827;
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 3;
	display: block;
}

.about-section-line {
	width: 2px;
	height: 100%;
	background: #dc7827;
	position: absolute;
	left: 50px;
	top: 0;
	z-index: 3;
	display: none;
}
}

.about-section .left, .connected-section .right, .watch-online .left {
	padding: 5%;
	padding-top: 1%;
	padding-left: 90px;
	display: flex;
	flex-direction: column;
}

.about-section .right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 500px;
	height: auto;
}

.about-section .right img {
	width: 100%;
	height: auto;
}

.about-section h2, .connected-section h2, .watch-online h2, .service-times h2, .events-section h2 {
    color: black;
    font-weight: 100;
    font-size: 44px;
    margin: 0;
    padding: 0;
}

.events-section h2 {
margin-bottom: 50px;
}

.connected-section h2, .connected-section p, .watch-online p, .watch-online h2 {
	color: white;
}

.about-section h2 strong, .connected-section h2 strong, .watch-online h2 strong {
	font-weight: 600;
}

.about-section p, .connected-section p, .watch-online p {
    font-size: 15px;
    line-height: 2;
    padding: 0;
    margin: 0;
}

.about-section .fifty-section, .connected-section .fifty-section, .watch-online .fifty-section {
	justify-content: flex-start;
	align-items: center;
}



.connected-section {
	min-height: 538px;
	width: 100%;
	background: white;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.connected-section-line {
	width: 2px;
	height: 100%;
	background: #dc7827;
	position: absolute;
	left: calc(50% + 50px);
	top: 0;
	z-index: 3;
}

	.connected-section-line-mobile {
		width: 2px;
		height: 100%;
		background: #dc7827;
		position: absolute;
		left: 30px;
		top: 0;
		z-index: 3;
		display: none;
	}

@media (max-width:768px){
	.connected-section-line {
		width: 2px;
		height: 100%;
		background: #dc7827;
		position: absolute;
		left: 30px;
		top: 0;
		z-index: 3;
		display: none;
	}

.connected-section-line-mobile {
    width: 2px;
    height: 110%;
    background: #dc7827;
    position: absolute;
    left: 30px;
    top: 0;
    z-index: 3;
    display: block;
    transform: translate(0px, -5%);
}
}

.connected-section .fifty-container {
	min-height: 480px;
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1
}

.connected-section .right {
	background: #124259;
	min-height: 480px;
	height: auto;
	justify-content: center;

}

.connected-section .left {
	background: white;
	min-height: 480px;
	height: auto;
	background-position: center;
	background-size: cover;
}

.service-times.section {
	min-height: 444px;
	height: auto;
	width: 100%;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 0;
	padding-top: 0;
}

.service-times .fifty-container {
	width: 50%;
	margin: 0 auto;
	padding-top: 40px;
}


.service-times p {
	font-size: 19px;
	padding: 0;
	margin: 0;
}

.service-times h3 {
	color: #0f4e68;
	font-weight: 500;
	font-size: 26px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.service-times .left {
	margin-right: 30px;
}

.service-times .right {
	margin-left: 30px;
}

@media (max-width:768px){
	.service-times .left {
		margin-right: 0px;
	}
		
	.service-times .right {
		margin-left: 00px;
		margin-top: 30px;
	}
}


.watch-online.section {
    min-height: 553px;
    height: auto;
    width: 100%;
    position: relative;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}


.watch-online .fifty-container {
	min-height: 480px;
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1
}

.watch-online .right {
	min-height: 480px;
	height: auto;
	background-position: center;
	background-size: cover;
}

.watch-online .left {
    background: #1e1b1b;
    min-height: 480px;
    height: auto;
    justify-content: center;
    position: relative;
}

.watch-section-line {
	width: 2px;
	height: 100%;
	background: #dc7827;
	position: absolute;
	left: 50px;
	top: 0;
	z-index: 3;
}

.watch-section-line-mobile {
	width: 2px;
	height: 100%;
	background: #dc7827;
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 3;
	display: none;
}

@media (max-width:768px){
	.watch-section-line {
		width: 2px;
		height: 100%;
		background: #dc7827;
		position: absolute;
		left: 30px;
		top: 0;
		z-index: 3;
		display: none;
	}
	
	.watch-section-line-mobile {
		width: 2px;
		height: 110%;
		background: #dc7827;
		position: absolute;
		left: 40px;
		top: 0;
		z-index: 3;
		display: block;
		transform: translate(-0%, -5%);
	}

}

.events-section.section {
	min-height: 440px;
	height: auto;
	width: 100%;
	position: relative
}

.text {
	max-width: 730px;
	color: white;
	font-size: 15px;
	line-height: 2;
	margin-right: 20px;
}

.events-section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}




