/*
Hackathon 2025
*/

main.blog.single.hackathon-2025 article.post {
	padding-bottom: 50px;
}

main.hackathon-2025 .content{
	padding-top: 30px;
}

main.hackathon-2025 .metaItems {
	margin-bottom: 25px;
}

main.hackathon-2025 .metaItems p {
	margin: 0 0 10px;
	color: #034E82;
	font-size: 20px;
	line-height: 100%;
}

main.hackathon-2025 .metaItems p span {
	font-weight: bold;
	font-family: Avenir_Bold,Helvetic,Arial;
}

main.hackathon-2025 .postContent {
	position: relative;
	z-index: 2;
}

main.hackathon-2025 .postContent p img {
	    margin-bottom: 25px;
    margin-left: 30px;
}

main.hackathon-2025 .postContent .inner {
	display: flex;
    align-items: flex-start;
        justify-content: space-between;
}

main.hackathon-2025 .postContent .inner  p {
	    max-width: 70%;
}

main.hackathon-2025 .postContent h3 {
	line-height: 120%;
}

main.hackathon-2025 .postContent ul {
    list-style: disc;
}

main.hackathon-2025 .postContent ul li {
	background: none !important;
    padding-left: 0 !important;
    margin-top: 5px !important;
}

main.hackathon-2025 .postContent a.linkTo {
	margin-top: 15px;
	margin-bottom: 30px;
}

main.hackathon-2025 .bottomImage {
	min-height: 275px;
	position: relative;
	margin: 50px 0;
}

main.hackathon-2025 .bottomImage .container {
	position: relative;
}

main.hackathon-2025 .bottomImage .decal-image {
	width: 830px;
	height: 525px;
	position: absolute;
	top: -180px;
	left: 80px;
	background:url(../img/news/bottomImage-decal.svg) center no-repeat;
	background-size: cover;

	top: -60px;
    left: 140px;
    z-index: 2;
    transform: rotate(-20deg);
}

main.hackathon-2025 .bottomImage img {
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
	max-width: 100%;
}

main.hackathon-2025 .bottomImage .caption {
	position: absolute;
	top: 85px;
	left: 80px;
	z-index: 10;
}

main.hackathon-2025 .bottomImage .caption p {
	color: #fff;
	font-size: 30px;
	font-family: Avenir_Medium,Helvetic,Arial;
	    line-height: 140%;
    margin-bottom: 30px;
}

@media (max-width:768px){


	main.hackathon-2025 .postContent p img {
		    max-width: 100px;
    margin-bottom: 0;
	}

	main.hackathon-2025 .postContent .inner {
		flex-direction: column;
		margin-bottom: 30px;
	}

	main.hackathon-2025 .postContent .inner img {
		display: none;
	}

	main.hackathon-2025 .postContent .inner p {
		max-width: none;
	}

	main.hackathon-2025 .bottomImage {
		min-height: 145px;
	}

	main.hackathon-2025 .bottomImage img {
max-width: 800px;
        margin-left: -200px;
	}

	main.hackathon-2025 .bottomImage .caption {
		    left: 20px;
        top: 70px;
	}

	main.hackathon-2025 .bottomImage .caption p {
		font-size: 16px;
	}

	main.hackathon-2025 .bottomImage .caption p br {
		    display: inline-block !important;
	}

	main.hackathon-2025 .bottomImage .decal-image {
		width: 100%;
	    height: 300px;
	    top: -90px;
	    left: 0px;

	    top: 10px;
	}

}