
.clod-cards .mt-swipe-container .nav a.prev, .clod-cards .mt-swipe-container .nav a.next {
    background: url(/content/dam/r/ciscolive/global/images/2020/clod-arrow-right.png) no-repeat !important;
    height: 45px !important;
    width: 45px !important;
    border-radius: 0 !important;
}
.global-home .clod-cards .mt-swipe-container .nav a.prev, .global-home .clod-cards .mt-swipe-container .nav a.next {
    background: url(/content/dam/r/ciscolive/global/images/2020/clod-arrow-right-home.png) no-repeat !important;
}
.clv-cards .slider-item.three { 
	width: 49.5%; 
	margin-right: 10px;  
}
.clv-cards .slider-item.four { 
	width: 49.5%; 
	margin-right: 10px;  
}
.mt-swipe-container .nav a.prev { 
	left: -30px; 
}
.mt-swipe-container .nav a.next { 
	right: -30px; 
}
.clod-cards .panel-list {
	background-color: transparent;
}
.mt-swipe-container .panel-list > section {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.mt-swipe-container .panel-list > div {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.clod-cards .slider-item {
	padding: 25px 30px 10px;
	background-color: #ffffff;
	width: 100%;
	min-height: 245px;
	border: 2px solid #e1e1e1;
	border-radius: 10px;
}

.global-home .clod-cards .slider-item {
	padding: 0;
	background-color: #ffffff;
	width: 100%;
	min-height: 245px;
	border: 3px solid #00bceb;
	border-radius: 10px;
}

.global-home .clod-cards .slider-item.four {
	width: 47.7%;
	margin-right: 20px; 
}

.global-home .clod-cards .slider-item.yellow {
	border: 3px solid #fbab18;
}
.global-home .clod-cards .slider-item.green {
	border: 3px solid #6ebe4a;
}
.global-home .clod-cards .slider-item.indigo {
	border: 3px solid #005073;
}
.global-home .clod-cards .slider-item.red {
	border: 3px solid #e2231a;
}

.global-home .clod-cards .slider-item p {
    font-size: 18px;
    line-height: 26px;
    margin: 25px 25px 10px;
    color: #535352;
    font-weight: normal;
	min-height: 100px; 
}

.global-home .clod-cards .slider-item div {
	padding: 8px 5px 5px;
	margin-bottom: 10px;
	background-color: #00bceb;
	width: 100%;
}

.global-home .clod-cards .slider-item div p {
	color: #fff;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

.global-home .clod-cards .slider-item.yellow div {
	background-color: #fbab18;
}
.global-home .clod-cards .slider-item.green div {
	background-color: #6ebe4a;
}
.global-home .clod-cards .slider-item.indigo div {
	background-color: #005073;
}
.global-home .clod-cards .slider-item.red div {
	background-color: #e2231a;
}

/* SMALL = 580px */
@media only screen and (max-width: 579px) {
	.global-home .clod-cards .slider-item.four {
		width: 100%;
		margin-right: 0; 
	}
	.clod-cards .section-content {
		padding-bottom: 0;
	}
}
@media only screen and (min-width: 580px) {
	.global-home .clod-cards .slider-item p {
		min-height: 120px; 
	}
}

/* MEDIUM = 768px */
@media only screen and (max-width: 767px) {
	.clod-cards .section-content {
		padding-bottom: 30px;
	}
}
@media only screen and (min-width: 768px) {
	.global-home .clod-cards .slider-item p {
		min-height: 100px; 
	}
}

/* LARGE = 1024px */
@media only screen and (min-width: 1024px) {
	.clod-cards .slider-item.three {
		width: 32.5%;
		margin-right: 10px; 
	}
	.global-home .clod-cards .slider-item.four {
		width: 23.2%;
		margin-right: 20px; 
	}
	.global-home .clod-cards .slider-item p {
		min-height: 120px; 
	}
}