body {
	font-family: 'Segoe', sans-serif;
	font-size: 16px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.masthead {
	background-color: #007cd9;
	padding: 30px;
	margin-bottom: 40px;
}
.masthead-home {
	background-color: #007cd9;
	padding: 15px;
    opacity: 0.9;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}

.center {
	text-align:center;
}
.clear {
	clear:both;
}

.txt_content {
	clear: both;
	text-align: center;
	padding: 40px;
}

.font_12px {
	font-size:12px;
	line-height:18px;
}
.font_10px {
	font-size:10px;
	line-height:16px;
}
.font_14px {
	font-size: 14px;
	line-height: 22px;
}
.bold {
	font-weight: 500;
}
.home_title {
	color: #007cd9;
	font-family: 'Segoe-Light';
	font-size: 52px;
	line-height: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.home_sub {
	font-family: 'Segoe-Bold';
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 30px;
	line-height: 50px;
}
.carousel1_left {
	float:left; 
	width:40%; 
	margin-left:-25%;
}
.carousel1_right {
	float:right; 
	width:43%; 
	margin-right: 5%;
	font-size:14px;
	line-height:22px;
}
	@media (min-width: 768px) {
		.carousel1_left {
			width:40%; 
			margin-left:-15%;
		}
		.carousel1_right {
			width:43%; 
			margin-right: 5%;
		}	
	}	


/*TABS*/
.tab_inner {
	position: absolute;
	margin-top: 25px;
}


.resources_title {
	font-family: 'Segoe-Bold';
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 40px;
	line-height: 36px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 10px solid #007cd9;
	margin-right: 30px;
}
.spacer {
	width:100%;
	margin:10px 0;
	border-top:1px #000 dotted;
}

#footnote {
	border-top: 1px solid  #999;
	padding-top: 10px;
}
#footnote p {
	margin-top: 10px;
}
