.live-chat.cta, #liveChat {
	position: relative;
	background-position: center bottom;
	background-size: cover;
	height: 150px;
}

.live-chat.cta p {
	text-transform: uppercase;
	font-style: italic;
}

#chatLinks a{
	font-size: 12 !important;
	margin-left: 0 !important;
}

#liveChat a.btn {
	padding: 1em;
	background-image: none;
	border: none;
	text-shadow: none;
}
#liveChat img {
	width: 60%;
}
#liveChat h2 {
	text-transform: none;
	font-style:normal;
	margin-top: 12px !important;
	margin-left: 10px !important;
	font-size: 35px !important;
	color: white !important;
}

#liveChat h2.twolines {
	margin-top: 7px !important;
	line-height: 32px;
}

#liveChat p.twolines {
	font-size: 1.0em;
	margin-top: 28px !important;
}

#liveChat p {
	position: absolute;
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.1em;
	margin-top: 32px !important;
	margin-left: 10px !important;

}
#liveChatPanel {
	position: fixed;
	z-index: 99999;
	bottom: -246px;
	transition: all ease .2s;
	width: 300px;
	height: 300px;
	right: 200px;
	right: 2vw;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
#liveChatPanel.open {
	width: 300px;
	bottom: 0px;
	background-color: #F58220;
	border: 2px solid #F58220;
  border-radius: 10px 10px 0 0;
}
#liveChatPanel .close {
	position: relative;
	background-color: #f38231;
	color: #ffffff;
	font-size: 22px;
	cursor: pointer;
	padding: 10px;
	font-weight: 600;
  font-style: italic;
	display: flex;
  align-items: center;
}
#liveChatPanel .close:before {
	content: '';
	width: 35px;
	height: 35px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	background-image: url(https://zayo-ui-bucket.s3-us-west-2.amazonaws.com/Common/Contact/chat-icon-white.svg);
}
#liveChatPanel.open .close:before {
    content: none;
}
#liveChatPanel.open .close:after {
	content: '';
	width: 25px;
	height: 20px;
	border-bottom: 2px solid white;
	position: absolute;
	display: block;
	right: 15px;
}
#liveChatPanel .close .back-button {
	display: inline-block;
	max-width: 0px;
	transition: max-width .2s .2s, padding .2s .2s, opacity .2s 0s;
	overflow: hidden;
	height: 20px;
	opacity: 0;
	line-height: 18px;
	font-size: 30px;
}
#liveChatPanel.open.active .back-button {
	display: inline-block;
	max-width: 30px;
	padding-right: 10px;
	position: relative;
	opacity: 1;
	transition: max-width .2s 0s, opacity .2s .2s;
}
#liveChatPanel iframe {
	width: 300px;
	height: 246px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: none;
}
.chat-wrap{
	height: 246px;
	width: 300px;
	position: relative;
	background-color: #ffffff;
}
.chat-wrap .contact-info {
	height: 246px;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin-left: 20px;
	overflow: hidden;
	background-color: #ffffff;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

#liveChatPanel.active .contact-info{
	display: none;
}

#feedback {
	font-size: 16px;
	margin-top: -20px;
}
.chat-wrap .contact-info a {
	color: #008896;
	height: 22px;
	font-size: 16px;
	text-decoration-color: #d2d2d2;
	display: flex;
	flex-flow: row;
  	align-items: center;
}

.chat-wrap .contact-info a.phone:before{
	background-image: url(https://zayo-ui-bucket.s3-us-west-2.amazonaws.com/Common/Contact/phone-icon-orange.svg);
}
.chat-wrap .contact-info a.email:before{
	background-image: url(https://zayo-ui-bucket.s3-us-west-2.amazonaws.com/Common/Contact/email-icon-orange.svg);
}
.chat-wrap .contact-info a.chat:before{
	background-image: url(https://zayo-ui-bucket.s3-us-west-2.amazonaws.com/Common/Contact/chat-icon-orange.svg);
}
.chat-wrap .contact-info a:last-child{
	border-bottom: none;
}
.chat-wrap .chat-error {
    padding: 80px;
    text-align: center;
    display: none;
}
.cusstomarrow {

	width: 4vmin;
	height: 4vmin;
	background: transparent;
	border-top: 1px solid  rgb(245, 131, 32);
	border-right: 1px solid  rgb(245, 131, 32);
	box-shadow: 0 0 0 lightgray;
	transition: all 200ms ease;
	margin:5px;
	&.left {
        position: absolute;
        top: 35%;
        Left:99%;

        -ms-transform: translateY(-50%);
		transform: translate3d(0,-50%,0) rotate(45deg);
	}

	&.right {
        position: absolute;
        top: 35%;
        right:99%;

        -ms-transform: translateY(-50%);
        transform: translate3d(0,-50%,0) rotate(-135deg);

	}

	&:hover {
		border-color: rgb(245, 131, 32);
		box-shadow: 0.5vmin -0.5vmin 0 rgb(229, 229, 229);
	}

	&:before {
		content: '';
		transform: translate(-40%,-60%) rotate(45deg);

	}
}

.back {
	width: 65px;
	height: 30px;
	z-index: 1200;
	padding-top: 3px;
	margin-top: -105px;
	margin-left: -145px;
	color: #ffffff;
	top:0;
	position: sticky;
	text-align: center;
	font-size: 1.2em;
	opacity: 0.5;
	background: rgb(245, 131, 32);
	border-radius: 5px;
	cursor: pointer;
	&:hover {
		opacity: 0.3;
	}
}

.slick-track .slick-list {
	width: 80%;
  display: flex;
  justify-content: space-between;
	margin-left: 15%;
}
@media only screen and (max-width: 668px) {
	.back {
		width: 65px;
		height: 25px;
		z-index: 1200;
		padding-top: 3px;
		margin-top: -105px;
		margin-left: -120px;
		position: sticky;
		color: #ffffff;
		top: 0;
		display: flex;
		justify-content: center;
		line-height: 1;
		align-items: flex-start;
		text-align: center;
		font-size: 1.2em;
		opacity: 0.5;
		background: rgb(245, 131, 32);
		border-radius: 5px;
		cursor: pointer;
		&:hover {
			opacity: 0.3;
		}
	}
}
