/*
Theme Name: NNPHI
Author: RocketBuild
Author URI: http://rocketbuild.com/
Description: The theme template for NNPHI
Version: 1.0
*/

.event-button {
	border: 2px solid #298fc2;
	color: #298fc2;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
}
	
.event-button:hover {
	background: #298fc2;
	color: #fff;
}
.nnphi-custom-byline {
	color: #aaa !important;
	margin: -17px 0 0 29px;	
}
	

/*Newsletter Style*/
.elevate-row {
	width: 100%;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 500;
}

hr {
	width: 80%;
}

.elevate-content-area {
	width: 65%;
	float: left;
	margin-left: 2%;
	margin-right: 3%;
	height: auto;
	padding-bottom: 5%;
}

.elevate-sidebar-area {
	width: 25%;
	margin-left: 2%;
	margin-right: 2%;
	float: right;
	border: 2px solid #003366;
	height: 300px;
	color: #dfdfdf;
	background-color: #003366;
}

.elevate-sidebar-area ul {
	list-style: none;
	line-height: 2em;
	padding: 0 15px;
}

.elevate-purple {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background-color: #298fc2;
	box-shadow: none;
	border: none;
	padding: 10px 10px;
	width: 75%;
	margin: 0 12.5%;
}

.elevate-purple:hover {
	background-color: #68afce;
	border: 1px solid #68afce;
	color: #fff;
	cursor: pointer;
}

.elevate-purple2 {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background-color: #66297D;
	box-shadow: none;
	border: none;
	padding: 10px 10px;
	width: 15%;
	margin: 0 40%;
}

.elevate-purple2:hover {
	background-color: #003366;
	border: 1px solid #003366;
	color: #fff;
	cursor: pointer;
}

.elevate-sidebar-title {
	font-size: 1.5em;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 5px;
}

.body-copy {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	color: #666666;
	font-family: "Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	line-height: 1.4375rem;
	font-size: 1rem;
	text-rendering: optimizeLegibility;
}

.head-copy {
	text-align: center;
	color: #66297D;
	font-size: 1.75rem;
}

.button.tiny {
	float: none !important;
	height: auto !important;
}

.typography [loading="lazy"] {
	display: inline-block !important;
}