.videos_by_cat {
	margin-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.videos_by_cat,
.videos_by_cat .img-cont {
	position: relative;
}

.videos_by_cat .slide {
	margin-top: 50px;
}

.videos_by_cat .slide .inner {
	position: relative;
	margin: 10px;
}

.videos_by_cat .img-cont {
	margin-bottom: 5px;
}

.videos_by_cat .first .img-cont {
	margin-bottom: 30px;
}

.videos_by_cat .first .img-cont::before {
  content: '';
  background-color: #1a2e37;
  top: -21px;
  right: 145px;
  bottom: 59px;
  left: -20px;
  position: absolute;
  z-index: -1;
}

.videos_by_cat .slide .img-cont::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom right, rgba(76,76,76,0) 0%,rgba(0,0,0,0.3) 92%,rgba(19,19,19,0.8) 100%);
	pointer-events: none;
}


.videos_by_cat .img-cont img {
	display: block;
	width: 100%;
}


.videos_by_cat .img-cont span {
	position: absolute;
	right: 8px;
	bottom: 5px;
	font-weight: 600;
	color: white;
	z-index: 1;
	font-size: 11px;
	letter-spacing: 0.1em;
}

.videos_by_cat .shared-play-button {
	width: 72px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.videos_by_cat .shared-play-button i {
	font-size: 13px;
	line-height: 30px;
	margin-left: 2px;
}

.videos_by_cat h5 {
	margin-top: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #1a2e37;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.videos_by_cat .slide h4,
.videos_by_cat .slide h5 {
	text-transform: uppercase;
	font-family: futura-pt, sans-serif;
}


.videos_by_cat h4,
.videos_by_cat h4 a {
	color: #1a2e37;;
	font-weight: bold;
	transition: opacity .1s;
	pointer-events: all;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	font-size: 20px;
}

.videos_by_cat .content-section {
	padding-top: 0;
	pointer-events: none;
}

.videos_by_cat .content-section p {
	color: #000;
}

.videos_by_cat .content-section .read-more {
	color: #008CBA;
	font-weight: bold;
	display: inline-block;
	/* IE, requires any display property other than inline to work
	 with pointer events all here */
	pointer-events: all;
	transition: opacity .1s;
}

.videos_by_cat .content-section .read-more:hover {
	opacity: .7;
}

/* todo */
/* .videos_by_cat .cols {
	padding-top: 10px;
} */

.videos_by_cat .first.slide::before {
	content: '';
	background-color: #f0eeec;
	width: 74%;
	height: 275px;
	top: -50px;
	right: 0;
	position: absolute;
	z-index: -10;
}

.videos_by_cat .slick-slider{
	height:auto !important
}

/* if there are 4 slides */
.videos_by_cat .cols {	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.videos_by_cat .cols .slide {
	margin-bottom: 8px;
	margin-top: 0;
}

.videos_by_cat .cols h4,
.videos_by_cat .cols h4 a {	
	font-size: 15px;
	color: #000;
	text-transform: none;
	line-height: 0.8em;
	letter-spacing: normal;
	font-family: century-gothic, sans-serif;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 2px;
}

.videos_by_cat .cols > div {	
	flex: 0 0 calc(50% - 6px);
}


.videos_by_cat .box {
	display: none;
}
/* read more button change color */
.videos_by_cat .box .cta {
	display: flex;
	justify-content: center;
	padding-left: 20px;
}

.videos_by_cat .cta .border-button {
	color: #1a2e37;
	margin-top: 40px;
}

.videos_by_cat .border-button.trace .border {
    position: absolute;
    background: #008c98;
}

.videos_by_cat {
	display: none;
}
.videos_by_cat .arrow-cont {
    position: relative;
    transform: none;
    margin-top: 22px;
    margin-bottom: 22px;
}
.videos_by_cat .arrow-cont .inner {
    position: relative;
    display: flex;
    justify-content: center;
}

.videos_by_cat .arrow-cont .custom-arrow.prev,
.videos_by_cat .arrow-cont .custom-arrow.next {
    position: relative;
    transform: none;
    display: inline-flex;
    align-items: center;
    background: #d6ae29;
    width: 60px;
    color: #1a2e37;
    font-size: 30px;
    height: 48px;
}

.videos_by_cat .arrow-cont .custom-arrow.prev {
    padding: 0px 11px 6px 22px;
}

.videos_by_cat .arrow-cont .custom-arrow.next {
    padding: 0px 22px 6px 11px;
}
.videos_by_cat .arrow-cont [aria-disabled="true"].custom-arrow {
    pointer-events: none;
	display: none;
}
.videos_by_cat .more-events-cont {
    display: flex;
	justify-content: center;
    justify-items: center;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 50px;
}
.videos_by_cat .more-events-cont .more-events {
    display: inline-block;
    margin: 0 auto 40px;
    font-family: "acumin-pro", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: #1a2e37;
    color: #fefefe;
    letter-spacing: 0.07em;
    padding: 18px 45px 15px;
    line-height: 1em;
    transition: background-color ease 0.4s;
}
.videos_by_cat .more-events-cont .more-events:hover {
    background-color: #137d76;
}


/* dark pink color */
.corporate .videos_by_cat .first h4,
.corporate .videos_by_cat .first h4 a,
.corporate .videos_by_cat .text {
	color: #456083;
}

/* dark pink border */
.corporate .videos_by_cat .first .img-cont::before {
	background-color: #456083;
}

/* dark pink border color */
.corporate .videos_by_cat .arrow-cont .custom-arrow,
.corporate .videos_by_cat .cta .border {
	background-color: #456083;
}
/* end set pink colors */

@media (min-width: 40em) {
	.panel-two-col .videos_by_cat {
		margin-bottom: 0;
	}

	.videos_by_cat .content-section .box .cta {
		margin: 0;
		padding: 0;
		margin-top: 28px;
	}
}

@media (min-width: 64em) {
	.videos_by_cat {
		max-width: 1230px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		margin-bottom: 75px;
		margin-top: 175px;
	}

	.videos_by_cat .first.slide::before {
		content: '';
		background-color: #137d76;
		width: 759px;
		height: 577px;
		top: 164px;
		right: 0;
		position: absolute;
		z-index: -10;
	}

	.videos_by_cat .first.slide {
		margin-bottom: 70px ;
	}

	.videos_by_cat .first.slide .inner {
		display: flex;
		justify-content: space-around;
		padding-left: 107px;
		padding-right: 50px;
	}

	.videos_by_cat .first.slide .img-cont {
		width: 66%;
		align-self: center;
	}

	.videos_by_cat .first .img-cont::before {
		top: -50px;
		right: 49%;
		bottom: 41%;
		left: -50px;
	}

	.videos_by_cat .first.slide .content-section {
		width: 41%;
		padding-left: 60px;
	}

	.videos_by_cat .first::before {
		width: 765px;
		height: 112%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.videos_by_cat .img-cont span {
		font-size: 18px;
		right: 10px;
		bottom: 9;
	}

	.videos_by_cat .cols {
		max-width: 1160px;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 35px;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.videos_by_cat .cols > .slide {	
		flex: 0 0 calc(25% - 15px);
		margin-right: 20px;
	}

	.videos_by_cat .cols .slide .img-cont{	
		margin-bottom: 13px;
	}

	.videos_by_cat .cols .slide:nth-of-type(4n) {	
		margin-right: 0;
	}

	.videos_by_cat h5 {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.videos_by_cat h4,
	.videos_by_cat h4 a {
		font-size: 20px;
		line-height: 1.2em;
		letter-spacing: 0.14em;
		font-weight: 600;
	}

	.videos_by_cat .content-section p {
		font-size: 17px;
		line-height: 27px;
	}

	.videos_by_cat .cols h4,
	.videos_by_cat .cols h4 a {	
		font-size: 22px;
		text-transform: none;
		margin-bottom: 10px;
	}

	.videos_by_cat .box {
		display: block;
	}

	.videos_by_cat .cta {
		margin: 0 auto;
	}

	.videos_by_cat .cta .read-more {
		margin: 0;
	}
}


@media screen and (min-width: 80em) {
	.videos_by_cat .first.slide .inner {
		padding-right: 0;
	}
	.videos_by_cat .first h4,
	.videos_by_cat .first h4 a {	
		margin-bottom: 15px;
	}
}