.ty_wrap h3 {
	color: #1196ba;
	color: #3186ad;
	text-align: left;
	margin-bottom: 10px;
	font-size: 23px;
	margin-top: 20px;
	min-height: 57px;
	min-height: 75px;
	font-weight: 600;
}
.ty_wrap h3 a:hover ,
.ty_wrap h3 a,
.ty_wrap h3 {
	text-decoration: none !important;
}
.modsitebanner h4 {
	font-size: 24px;
	font-weight: 300;
}
.ty_wrap .image {
	max-height: 153px;
	overflow: hidden;
}
.ty_column_wrap > a,
.watch_video_wrap > a {
	display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ty_column_wrap > a:after,
.watch_video_wrap > a:after{
	content:"\f27f";
	font-family: 'icomoon';
	font-size: 15px;
	margin-left: 10px;
	display: inline-block;
}
.ty_wrap .button a:focus,
.ty_wrap .button a:hover {
	text-decoration: none;
	background: #007eaa;
	color: #fff;
}
.ty_wrap .text,
.ty_wrap h3 {
	padding: 0 15px;
}
.ty_wrap .text {
	min-height: 66px;
	color: #484848;
}
.ty_wrap .button {
  border: 1px solid #007eaa;
  color: #007eaa;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto;
  border-radius: 5px;
	max-width: 230px;  
  transition: .5s all;
  -ms-transition: .5s all;
}
.ty_wrap .button span {
  padding: 10px 5px;
  display: block;
}
.title_text_wrap {
	min-height: 143px;
}
.watch_wrap .wistia_click_to_play {
	width: auto !important;
	height: auto !important;
}
.ty_column_wrap {
	border: 1px solid #ccc;
}
.ty_column_wrap .text-wrap {
	padding: 20px;
}
.ty_column_wrap h3 {
	margin: 0;
	padding: 0;
}
.ty_column_wrap h3 a {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
	display: block;
	line-height: 1.3;
}
.ty_column_wrap p {
	font-size: 16px;
}
@media (max-width: 1199px) {
	.verticalme div.overcolor h1 {
		margin: 0 0 10px;
	}

	.modsitebanner h4 {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.title_text_wrap,
	.ty_wrap .text {
		min-height: unset;
	}

	.ty_wrap .container {
		margin-bottom: 30px;
	}

	.ty_wrap .col-md-4 {
	margin-bottom: 50px;
	}

	.ty_wrap .image,
	.ty_wrap h3 {
		min-height: unset;
		max-height: unset;
	}
}