/* About Section
--------------------------------*/

#about {
  background: url("/docs/default-source/homeimages/hero-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
#about .about-collarge {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	width:205%;
}
#about .about-col a {
	display:block;
	padding-bottom:5%;
	text-decoration:underline;
}
#about .about-col a:hover {
	display:block;
	
	text-decoration:underline;
}
#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 150px;
  height: 100px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #002554;
  border-radius: 8px;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 75px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-collarge a {
	display:block;
	padding-bottom:5%;
	text-decoration:underline;
}

#about .about-collarge .img {
  position: relative;
}

#about .about-collarge .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-collarge .icon {
  width: 150px;
  height: 100px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #002554;
  border-radius: 8px;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 75px);
  bottom: -30px;
  transition: 0.3s;
}



#about .about-col img {
	max-width: 100%;
	max-height:100%;
	transition: 0.3s;
}

#about .about-col:hover .icon {
	border-color: #1F4283;
	box-shadow:1px 1px 2px 2px rgba(2,2,2,0.70);
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col a h2 {
  color: #000;
text-decoration: underline;
}

#about .about-col a:hover h2{
  color: #1F4283;
text-decoration: underline;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#about .about-collarge img {
	max-width: 100%;
	max-height:100%;
	transition: 0.3s;
}

#about .about-collarge:hover .icon {
	border-color: #1F4283;
	box-shadow:1px 1px 2px 2px rgba(2,2,2,0.70);
}

#about .about-collarge h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-collarge a h2 {
  color: #000;
text-decoration: underline;
}

#about .about-collarge a:hover h2 {
  color: #1F4283;
text-decoration: underline;
}

#about .about-collarge p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#about .about-content {
	padding:10px 24px;
}

#about .about-content .content-header,
#about .about-content2 .content-header {
	height:160px;
	width:100%;
	margin-bottom:12px;
}

#about .about-content .content-header.public-header {
	background-image:url("/images/default-source/homeimages/about-mission.jpg");
}

#about .about-content2 .content-header.trav-header {
	background-image:url("/images/default-source/homeimages/about-plan.jpg");
}

#about .about-content2 .content-header.busGov-header {
	background-image:url("/images/default-source/homeimages/about-vision.jpg");
}

#about .about-content h2 {
	margin-top:12px;
	text-align:left;
}

#about .about-content h2 i {
	margin-right:6px;
}

#about .about-content h2 em {
	margin-right:6px;
}

#about .about-content h4 {
	font-size:16px;
}

#about .about-content h4:not(:first-of-type) {
	margin-top:24px;
}

#about .about-content li {
	font-size:12px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;