.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
	font-size:1.5rem;
}

.col-12.body-wrapper {
	display: block;
	position: relative;
	width:100%;
}

.section-header {
    text-transform: uppercase;
    font-weight: 800;
    color: #0b2341;
    border-bottom: none;
    padding-bottom: 0%;
    position: relative;
    font-family: sweet-sans-pro,sans-serif;
    font-size: 1.5em;
    word-spacing: 3px;
}

.col-10.content-wrapper {
	display: block;
	position: relative;
	width:90%;
	margin: 0 auto;
	padding: 2% 0;
}

.spacer {
	display: block;
	position: relative;
	padding: 1% 0;
}

.center {
	display: block;
	position: relative;
	text-align: center;
}

.page-header {
	display: block;
	position: relative;
	width:100%;
}

h2.section-header, h2.section-title, h2.title01 {
    padding: .5% 0;
    color: #fff;
    background-color: rgb(11,35,65);
    text-align: center;
}

.banner-video-container {
	display: block;
	position: relative;
	width:100%;
	height:38vh;
}

.homepage-image {
	background:url("../images/20220806_CT_0093.JPG");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.col-12.fds-outcomes-upper-container,.col-12.fds-outcomes-lower-container,.col-12.fds-employment-upper-container {
	display: block;
	position: relative;
	width:100%;
}

.col-4.fds-outcomes-container {
	display: inline-block;
	position: relative;
	width:32%;
}

.col-6.fds-employment-container {
	display: inline-block;
	position: relative;
	width:49%;
}

@media only screen and (max-width: 2560px) {
  
}

@media only screen and (max-width: 1920px) {
  
}


@media only screen and (max-width: 1536px) {
  	
}

@media only screen and (max-width: 1440px) {
  
}

@media only screen and (max-width: 1366px) {
  	
}
@media only screen and (max-width: 1280px) {
  	  
}
@media only screen and (max-width: 962px) {
  	.col-4.fds-outcomes-container {
		display: inline-block;
		position: relative;
		width:100%;
	}

.col-6.fds-employment-container {
		display: inline-block;
		position: relative;
		width:100%;
	}
}
@media only screen and (max-width: 800px) {
  	.col-4.fds-outcomes-container {
		display: inline-block;
		position: relative;
		width:100%;
	}

.col-6.fds-employment-container {
		display: inline-block;
		position: relative;
		width:100%;
	}
}

@media only screen and (max-width: 768px) {
  	
}

@media only screen and (max-width: 601px) {
  	
}

@media only screen and (max-width: 414px) {
  	 

}

@media only screen and (max-width: 375px) {
  	 
}

@media only screen and (max-width: 360px) {
 
}