#quick-rates{
	display: flex;
	margin: 15px;
	text-align: center;
}
#rates-bar{
	align-items: center;
	background-color: #c1d82f;
	color: #0a4772;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#rates-bar a{
	color: #0a4772;
	font-size: 1.2em;
}
#rates-bar p{
	line-height: 1.5em;
}
#rates-effective-date{
	margin-top: 15px;
}
#rates-effective-date h2{
	color: #0a4772;
	font-size: 1.5em;
	margin: 0;
}
#rates-effective-date p{
	font-size: 1.2em;
	margin: 0;
}
#rates-links{
	align-items: center;
	display: flex;
	justify-content: space-around;
	margin-top: 0;
}
#rates-links a{
	font-weight: bold;
}
#rates-ticker{
	display: flex;
	position: relative;
}
#rates-ticker .calculator-link{
	color: #fff;
	font-size:  8em;
}
#rates-ticker h3{
	color: #0a4772;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}
#rates-ticker p{
	font-size: 1.5em;
	margin: 0;
}
#rates-ticker .cycle-prev,
#rates-ticker .cycle-next{
	color: #fff;
	cursor: pointer;
	font-size: 2.5em;
	position: absolute;
	top: 25%;
	z-index: 101;
}
#rates-ticker .cycle-next{
	right: 0;
}
#rates-ticker .cycle-prev{
	left: 0;
}
#rates-ticker .cycle-slide{
	align-items: center;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
#rates-ticker .cycle-slide > *{
	margin: 15px;
}
#rates-ticker .cycle-sentinel{
	padding: 0 35px;
}
#webchat .closed,
#webchat .disabled{
	color: #fff;
}
#webchat .closed i,
#webchat .disabled i{
	color: #575858;
}
#webchat a:hover, #webchat a:active{
	text-decoration: none;
}
#webchat h2{
	color: #0a4772;
	font-size: 1.2em;
	padding-left: 10px;
}
#webchat i{
	color: #c1d82f;
	font-size: 2.1em;
	line-height: 0.5;
	margin-left: 10px;
	vertical-align: middle;
}
@media (max-width: 1279px){
	#rates-effective-date h2,
	#rates-ticker p{
		font-size: 1.2em;
	}
	#rates-effective-date p,
	#rates-ticker h3{
		font-size: 1em;
	}
	#webchat input{
		font-size: 0.85em;
		width: 172px;
	}
}
