/* CSS Document */

:root {
	--color-1: #013262; /* Header Blue */
	--color-2: #2C2829; /* Black Text */
	--color-3: #009FBB; /* Cyan Blue */
	--color-4: #F6F6F6; /* Steel Grey */
	--color-5: #0254A3; /* Link Blue / CFA Blue*/
	}

body {
	background-color: #F6F6F6;
}

p.intro-text {
	font-size: 1.6rem;
	}

.blue.section {
	background-color:#0254A3;
	padding:30px 30px;
	color: white;
	}

.blue.section h1 {
	font-weight: 200;
	font-size: 2.8rem;
	line-height: 120%;
	text-transform: none;
	} 

.blue.section p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 135%;
	}
	
.blue.section a.button {
	color: #f6f6f6;
 	text-transform: none;
	border-radius: 0;
	border: 1px solid #f6f6f6;
	letter-spacing: normal;
	font-size: 1.6rem;
	font-family: "Inter", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blue.section a.button:hover,
.blue.section a.button:focus {
	color: white;
	border-color: white;
	outline: 0;
}

.steel.section {
	background-color:#F6F6F6;
	padding:30px 30px;
	color: black;
	}


.steel.section a.button {
 	text-transform: none;
	border-radius: 0;
	letter-spacing: normal;
	font-size: 1.3rem;
	font-family: "Inter", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}


.steel.section a.button-primary {
	color: #FFF;
	background-color: #0254A3;
	border-radius: 0;
	border-color: #0254A3;
	}

.steel.section a.button-primary:hover,
.steel.section a.button-primary:focus {
	color: #FFF;
	background-color: #0254A3;
	border-color: #0254A3; 
	}

.steel.section h2 {
	color: #009FBB;
	font-size: 2.8rem;
	text-transform: uppercase;
	margin-bottom: 0;
	}

.steel.section h3 {
	color: #009FBB;
	font-size: 2.0rem;
	text-transform: none;
	margin-bottom: 8px;
	}

.steel.section p.deck {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-family: "Inter", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: black;
	}

.steel.section p.footer-link {
	font-size: 1.4rem;
	text-transform: none;
	font-family: "Inter", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #0254A3;
	margin-bottom: 4px;
	}

.steel.section p.footer-link a {
	text-transform: none;
	border: none;
	font-weight: 600;
	color: #0254A3;
	}

.steel.section a.social-link {
	text-transform: none;
	border: none;
	font-weight: 600;
	font-size: 30px;
	color: #0254A3;
	}


div.quote-container {
	background-image: url("/images/quote-circle.png");
	height: 100px; /* You must set a specified height */
	background-position: top left; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	margin-top: 20px;
	padding: 60px 0 0 40px;
	}


div.quote-container p.quote {
	color: #0254A3;
	font-family: "Noto Serif", serif;
	letter-spacing: normal;
	font-size: 2.2rem;
	padding-top: 20px;
	border-top: solid 5px Black;
	}

div.quote-container p.quote-source {
	letter-spacing: normal;
	font-size: 1.8rem;
	text-align: right;
	margin-top: 30px;
	}


span.job-title {
	color: #009FBB;
	letter-spacing: normal;
	font-size: 1.8rem;
	text-align: right;
	font-weight: 800;
	}


.navy.section {
	background-color:#013262;
	padding: 0;
	font-family: "Inter", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 1.4rem;
	}


.navy.section ul {
	list-style: disc;
	margin-bottom: 0;
	}


.navy.section ul li{
	font-weight: 200;
	margin-bottom: 4px;
	margin-left: 2em;
  	text-indent: 0;
	}


.navy.section a {
	color: white;
	text-decoration: none;
	border: none;
	}

.wordpress-news-container {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	}

.wordpress-news-thumbnail {
	background-repeat: no-repeat;
	height: 150px;
	width: 130px;
	background-size: cover;
	background-position: center; /* Optional: centers the image within the div */
	float: left;
	margin-right: 20px;
	}

.wordpress-post-date {
	font-family: "Inter", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: grey;
	font-size: 1.0rem;
	font-weight: 200;
	}

.wordpress-post-excerpt {
	font-family: "Inter", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	font-size: 1.2rem;
	font-weight: 200;
	}

.wordpress-post-title {
	font-family: "Inter", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0254A3;
	font-size: 1.6rem;
	font-weight: 600;
	border: none;
	text-decoration: none;
	margin-bottom: 0;
	}

p.wordpress-post-title a {
	color: #0254A3;
	border: none;
	text-decoration: none;
	
	}

.ms-event-container {
	margin-bottom: 40px;
	}

.ms-event-date {
	font-family: "Inter", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	font-size: 1.2rem;
	font-weight: 200;
	margin-bottom: 4px;
	}

.ms-event-name {
	font-family: "Inter", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0254A3;
	font-size: 1.6rem;
	font-weight: 600;
	border: none;
	text-decoration: none;
	margin-bottom: 4px;
	}

p.ms-event-name a {
	color: #0254A3;
	border: none;
	text-decoration: none;
	}
