/**********************************************************/
/*                       Typography                       */
/**********************************************************/
#transparency-hero h2 {
	font-family: 'TungstenSemibold', sans-serif;
	letter-spacing: 0;
}


/**********************************************************/
/*                         Colors                         */
/**********************************************************/
.new-transparency-module h2,
.new-transparency-module p {
	color: #FFF;
}


/**********************************************************/
/*                         Styles                         */
/**********************************************************/
#transparency-fixed-bg {
	background-image: url('/app/themes/xmedia/assets/img/Transparency-Background_opt.jpg');
	background-color: #0c1a4e;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	height: 100vh;
	width: 100vw;
	margin-top: -160px;
}

#transparency-body #new-outer-container {
	position: absolute;
	left: 50%; 
	margin-top: 5rem;
	transform: translateX(-50%);
	width: 100%;
}

#transparency-hero {
	display: block;
	min-height: auto;
	padding-top: 80px;
	padding-bottom: 0;
}

#transparency-hero .section-full {
	width: 100%;
}

#transparency-hero .section-right,
#transparency-under-hero-section .section-left,
#transparency-under-hero-section .section-right {
	width: 48%;
}

#transparency-under-hero-section .section-left {
	width:100%;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: inherit;
    align-items: flex-start;
}

	#transparency-hero h1 {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#transparency-hero h2 {
		margin-bottom: 0;
	}

		h2#transparency-tagline {
			margin-top: 25px;
		}

#transparency-under-hero-section {
	padding-top: 80px;
	padding-bottom: 150px;
}

#transparency-under-hero-section .new-content-container-wrapper {
	align-items: flex-start;
}

.new-transparency-module {
	width: 40%;
	background-color: rgba(255,255,255, .1);
	padding: 40px 4% 60px 4%;
	border-radius: 20px;
	margin-bottom: 100px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

	.new-transparency-module:nth-child(1) {
		margin-top: 0;
	}
	
	.new-transparency-module:nth-child(2) {
		margin-top: 100px;
	}
	
	.new-transparency-module:nth-child(3) {
		margin-top: -100px;
	}
	
	.new-transparency-module:nth-child(4) {
		margin-top: 130px;
	}
	
	.new-transparency-module:nth-child(5) {
		margin-top: -100px;
	}
	
	.new-transparency-module:nth-child(6) {
		margin-top: 100px;
	}
	
	.new-transparency-module:nth-child(7) {
		margin-top: -100px;
	}

	.new-transparency-module h3 {
		margin-top: 20px;
	}

	.new-transparency-module-left {
		padding-right: 20px;
	}
	
		.new-transparency-module-left h2 {
			margin: 0 !important;
		}

	.new-transparency-module-right p {
		margin: 0 !important;
	}


@media only screen and (max-width : 950px) {
	.new-transparency-module {
		width: 100%;
		margin-top: 0 !important;
		margin-bottom: 50px !important;
	}
}

@media only screen and (max-width : 780px) {
	#transparency-body #new-outer-container {
		background-image: url('/app/uploads/2024/08/transparency-mobile.jpg');
		background-size: contain;
		background-repeat: no-repeat;
		background-color: #0c1a4e;
	}
		
	#transparency-fixed-bg {
		display: none;
	}	
	
	#transparency-body #new-outer-container {
		position: unset;
		margin-top: auto;
		transform: none;
	}	
	
	#transparency-hero .section-left,
	#transparency-hero .section-right,
	#transparency-under-hero-section .section-left,
	#transparency-under-hero-section .section-right {
		width: 100%;
	}
	
	.new-transparency-module.no-background {
		margin-top: 60px !important;
	}
	
	#transparency-under-hero-section {
		padding-bottom: 60px;
	}
}