.bcomIscmBannerContainer {
	padding: 0px 10px;
	display: flex;
}
.bcomIscmBannerContainer h2, .bcomIscmBannerContainer p {
	color: #FFF;
}
h1.iscmHeading1 {
	font-size: 15px;
	color: #004B8A;
	font-weight: bold;
	text-align: right;
	background-color: #FFF;
	padding: 10px 15px;
	margin-top: 25px;
	z-index: 9;
	position: relative;
}
h1.iscmHeading1.orange, h1.iscmHeading1Mobile.orange {
	color: #F26122;
}
h1.iscmHeading1Mobile {
	display: none;
	z-index: 9;
}
.iscmCol2 {
	border: 1px solid #FFF;
	padding: 25px 25px 25px 35px;
	margin-left: -20px;
	display: flex;
	position: relative;
	z-index: 8;
}

.iscmCol2:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 7px;
	border-left: 1px solid rgba(255,255,255,0.6);
	border-top: 1px solid rgba(255,255,255,0.6);
	animation: border1 6s infinite;
}
@keyframes border1 {
  0% {
    width:100%;
		height: 100%;
  }
  25%  {
    width:0%;
		height: 0%;
  }
	50% {
    width:100%;
		height: 100%;
  }
  75%  {
    width:0%;
		height: 0%;
  }
	100% {
    width:100%;
		height: 100%;
  }
}

.iscmCol2:after {
	content: '';
	position: absolute;
	right: 7px;
	bottom: 7px;
	border-right: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
	animation: border1 6s infinite;
}
@keyframes border1 {
  0% {
    width:100%;
		height: 100%;
  }
  25%  {
    width:0%;
		height: 0%;
  }
	50% {
    width:100%;
		height: 100%;
  }
  75%  {
    width:0%;
		height: 0%;
  }
	100% {
    width:100%;
		height: 100%;
  }
}

h2.iscmHeading2 {
	line-height: 110%;
	font-size: 19px;
}
.iscmInnerCol2 {
	padding-left: 20px;
}
.iscmLearnMoreBtn {
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #86CC1B;
	display: inline-flex;
	padding: 7px 15px;
	font-weight: 400;
	transition: ease-in-out 0.2s;
	z-index: 9;
	position: relative;
	font-size: 15px;
}
.iscmLearnMoreBtn:hover {
	background-color: transparent;
	color: #FFF;
}
p.iscmIntro {
	margin-top: 0px;
	font-size: 15px;
}


@media screen and (max-width:1100px) {
	h1.iscmHeading1 {
		font-size: 16px;
	}
	h2.iscmHeading2 {
		font-size: 19px;
		margin-bottom: 15px;
	}
	.iscmCol2 {
		display: block;
	}
	.iscmInnerCol2 {
		padding-left: 0px;
	}
}

@media screen and (max-width:767px) {
	h1.iscmHeading1 {min-width:146px;}
}

@media screen and (max-width:480px) {
	.bcomIscmBannerContainer {
		display: block;
	}
	.iscmCol1 {
		position: relative;
		display: block;
		width: 100%;
	}
	.iscmCol2 {
		margin-left: unset;
		padding: 30px  20px 20px 20px
	}
	h1.iscmHeading1 {
		display: none;
	}
	h1.iscmHeading1Mobile {
		display: flex;
		color: #004B8A;
		font-size: 15px;
		font-weight: bold;
		background-color: #FFF;
		padding: 10px 15px;
		margin-left: 20px;
		margin-bottom: -20px;
		margin-right: 20px;
		z-index: 9;
		position: relative;
	}
	h2.iscmHeading2 {
		font-size: 24px;
	}
}
