/*=====================
 * Styles Both Pages
 * ====================
 * */

.info-wrapper{
	padding: 1vw 6vw;
	text-align: center;
}

.info-wrapper h2{
	font-size: 44px;
	font-weight: bold;
	color: #4186ba;
	padding: 3vw 0px 1vw 0px;

}

.info-wrapper .archives h3{
	font-size: 22px;
	color: #3d92cf;
	font-weight: bold
}

.archives{
	padding: 1vw 0vw;
}

.info-wrapper .blog-item{
	margin-top: 10px;
	text-align: left;
}

.info-wrapper .blog-item h3{
	font-size: 22px;
	color: #3d92cf;
}

.info-wrapper .submit-idea h2:before{
	width: 9em;
}

.info-wrapper .submit-idea h2:after{
	width: 9em;
}

form{
	text-align: left;
}

/*=====================
 * Styles Education
 * ====================
 * */

strong{
	font-weight: bold;
}

.submit-idea form{
	display: flex;
	justify-content: center;
}

.published{
	margin-bottom: 10px;
    color: #a9acac;
}

/*==============================
 * Styles Women In Construction
 * =============================
 * */

.women{
	background-image: url('../img/wca-women-1.png');
	min-height: 810px;

	text-align: left;
}
