.caseStudySlider {
	max-height: 600px;
}

#caseStudySlider {
	max-height: 600px;
}


#caseStudySlider li img {
	max-height: 600px;
	min-height: 600px;
	object-fit: cover;
	object-position: center center;
}


@media (max-width: 767px) {
	#caseStudySlider li img {
		height: 400px;
		min-height: 400px;
		width: 100%!important;
		
	} 
}


.case-study-grid {
	position: relative;
	width: 100%;
	margin-top: 50px;
}

.case-study-grid .case-study-row {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 40px 0;
}

.case-study-grid .case-study-row .case-study-row-images {
	position: relative;
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-left: 0;
}

.case-study-grid .case-study-row .case-study-row-images div {
  position: relative;
  margin-bottom: 20px;
}

.case-study-grid .case-study-row .case-study-row-images divxxx::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.case-study-grid .case-study-row .case-study-row-images imgxxx {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.case-study-grid .case-study-row .case-study-row-images {
		width: 100%;
		margin: 0 0 20px 0; 
	} 
}

.case-study-grid .case-study-row .case-study-row-content {
	position: relative;
	float: left;
	width: 65%;
	width: 70%; 
}

@media (max-width: 767px) {
	.case-study-grid .case-study-row .case-study-row-content {
		width: 100%;
	}
}

.case-study-grid .case-study-row .case-study-row-content h2 {
	font-family: "proxima_nova_rgbold";
	font-size: 28px;
	font-weight: 300;
	line-height: 40px;
	margin: -8px 0 15px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 6px;
	padding: 0 0 5px 0;
	color: #4CBAEE;
}

.case-study-grid .case-study-row .case-study-row-content p {
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	font-family: "proxima_nova_rgregular";
	color: #2E3070;
	margin: 0 0 20px 0;
}

.case-study-grid .case-study-row .case-study-row-content b {
	font-family: "proxima_nova_rgbold";
	color: #2E3070;
}

.case-study-grid .case-study-row .case-study-row-content a {
	color: #2E3070;
	text-decoration: underline;
}

.case-study-grid .case-study-row .case-study-row-content ul {
	position: relative;
	list-style-type: square;
	margin: 24px 0 24px 40px;
}

.case-study-grid .case-study-row .case-study-row-content ul li {
	margin: 6px 0;
	font-size: 18px;
	line-height: 26px;
	font-family: "proxima_nova_rgregular";
	color: #2E3070;
}

.iconGrid {
	position: relative;
	width: 100%;
	float: left;
	height: auto;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.iconGrid .circle-grid-row {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	clear: both;
}

.iconGrid .block {
	position: relative;
	float: left;
	width: 80%;
	width: 96%
	margin: 0 10% 10px 10%;
	margin: 0 2% 0 2%;
	text-decoration: none;
}

@media (max-width: 767px) {
	.iconGrid .block {
		width: 80%;
		margin: 10px 10%;
	}
}

.iconGrid .block img {
	width: 50%;
	height: auto;
	margin: 0 auto 20px auto;
	display: block;
}

.iconGrid .block h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #2E3070;
	font-family: "proxima_nova_rgregular";
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	z-index: 1;
	
	margin: 10px 0 10px;
}

.iconGrid .block p {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #4CBAEE;
	font-family: "proxima_nova_rgregular";
	
	text-align: center;
	letter-spacing: 2px;
	z-index: 1;
}

@media (max-width: 767px) {
	.iconGrid .block p {
		font-size: 15px;
		word-wrap: break-word;
	}
}

.iconGrid .block ul {
	list-style: none;
	width: 100%;
	margin: 10px 0;
}

.iconGrid .block ul li {
	position: relative;
	width: 100%;
	margin: 8px 0;
	overflow: hidden;
}

.iconGrid .block ul li a {
	position: relative;
	float: left;
	width: 100%;
	color: #4CBAEE;
	text-decoration: none;
	font-family: "proxima_nova_rgregular";
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.case-study-row-content h2 {
	position: relative;
	
	font-weight: bold!important;
	
	color: #2E3070!important;
	
	margin-top: 40px!important;
}

.case-study-row-content h2:before {
    content: "";
    position: absolute;
    width: 170px;
    height: 2px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #4CBAEE;
}

.case-study-row-content :first-child { 
	margin-top:0!important;
}