/*@charset "UTF-8";*/
/* Resources CSS */







/* ==== Resources =========== */

	/* ==== Section 1 =========== */
	.resources section:nth-of-type(1) ul li {
		margin: 0px;
		list-style: none;
		line-height: 1.1rem;
		padding: 5px 0px;
	}

		.resources section:nth-of-type(1) ul li a {
			color: #e5a630;
			font-weight: 400;
		}

			.resources section:nth-of-type(1) ul li a:hover {
				color: #0856b3;
			}

@media (max-width: 550px) { 
	
	.resources section:nth-of-type(1) ul {
		display: block;
	}

		.resources section:nth-of-type(1) ul li {
			display: block;
			max-width: none;
			margin: 0px auto;
		}
	
}

	/* ==== Section 2 =========== */
	.resources section:nth-of-type(2) article div h2 {
		font-size: 1.75rem;
		text-transform: uppercase;
		letter-spacing: 0.05rem;
	}

		.resources section:nth-of-type(2) article div span h3 {
			font-size: 1.05rem;
			font-weight: 600;
			color: #0856b3;
		}

		.resources section:nth-of-type(2) article div span a,
		.resources section:nth-of-type(2) article div span p {
			font-size: 0.95rem;
		}

@media (max-width: 950px) { 

	.resources section:nth-of-type(2) article.w-75 {
		width: 100% !important;
	}

		.resources section:nth-of-type(2) article figure {
			padding-left: 20px;
		}
	
}

@media (max-width: 550px) { 

	.resources section:nth-of-type(2) article {
		display: block;
		width: 100% !important;
	}

		.resources section:nth-of-type(2) article figure {
			display: inline;
			max-width: none;
		}

			.resources section:nth-of-type(2) article figure img {
				width: 120px !important;
				margin: 60px auto 30px auto;
			}

		.resources section:nth-of-type(2) article div {
			text-align: center !important;
			margin: 0px auto;
		}

			.resources section:nth-of-type(2) article div a {
				overflow-wrap: break-word;
				word-wrap: break-word;
				word-break: break-word;
			}
	
}














