.feature-box
{
	border-radius: 10px;  background-color: #e8f7ff;
	padding: 30px; text-align: left; height: 100%; width: 350px;
}

.hero-section
{
	background-position: 50% 50%;
	overflow: visible;
	position: relative;
}

.hero-image
{
	object-fit: cover;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero-content-container
{
	width: 631px; 
	min-height: 398px; 
	background-image: none; 
	height: auto; 
	margin: 330px auto 60px 0;
	padding-left: 30px;
}

.u-icon {
	display: block;
	line-height: 0;
	border-width: 0px;
}

.u-icon-circle, .u-icon-circle img {
	border-radius: 50%;
}

.u-social-icons {
	display: flex;	
}

.u-social-icons .u-icon {
	display: flex;
	height: 100% !important;
}

.u-social-icons-1 {
  white-space: nowrap;
  height: 32px;
  min-height: 16px;
  width: 116px;
  min-width: 68px;
  text-align: start;
  margin: 25px auto 0 0;
}

.u-social-icons a {
	height: 100%;
	display: inline-block;
	flex: 1;
}

.u-social-url {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	border: 0 none transparent;
	outline-width: 0;
	background-color: transparent;
	margin: 0;
	-webkit-text-decoration-skip: objects;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 10px;
}

.cms-bgcolor-primary{
	background-color: #00AEF0;
}

.cms-bgcolor-secondary{
	background-color: #E8F7FF;
}

.cms-bgcolor-tertiary{
	background-color: #1191C1;
}

.cms-block-simple{
	min-height: 100px;
	background-color: #ffffff;
}

.cms-block-standard{
	min-height: 400px !important;
	background-color: #ffffff;
}

.cms-block-spacer{
	min-height: 50px !important;
	background-color: #ffffff;
}

.cms-color-primary{
	color: #00AEF0;
}

.cms-color-secondary{
	color: #E8F7FF;
}

.cms-color-tertiary{
	color: #1191C1;
}

.cms-sheet {
	width: 1140px;
}

.three-column
{
	flex: 1; display: grid; grid-template-columns: repeat(3, calc(33.3333% - 14px)); min-height: 251px; grid-gap: 21px;
}


@media (max-width: 1400px) {
  
  .hero-content {
  	border-radius: 10px;
  	background-color: #E8F7FF;
  	padding: 10px;
  	opacity: 85%;
  }
}

@media (max-width: 991px)
{
	.cms-sheet {
		width: 100%;
		border-radius: 0px;
	}
	
	.hero-content-container{
		width: 50%;
	}
				
	.three-column {
		grid-template-columns: repeat(2, calc(50% - 10.5px));
	}

}

@media (min-width: 768px) and (max-width: 991px)
{
	.cms-sheet {
		width: 720px;
	}
}

@media (max-width: 767px)
{
	.three-column {
		grid-template-columns: repeat(1, 100%);
	}
  
	.hero-content-container{
  		width: 85%;
	}
}


@media (max-width: 575px)
{
	.cms-sheet {
		width: 340px;
	}
}
