#body h2.mortgage-assist{
	font-size: 3.3em;
	overflow-wrap: normal;
	padding: 0.15em;
	position: relative;
	text-align: left;
	word-wrap: normal;
}
.mortgage-assist h1{
	position: relative;
	text-align: left;
	text-shadow: none !important;
}
.mortgage-assist i{
	position: absolute;
}
.mortgage-assist span:not(#mortgage-assist-icons){
	display: block;
}
.mortgage-assist span:nth-child(2),
.mortgage-assist i.ico-mortgage-assist-hockey-player{
	color: #064471;
}
.mortgage-assist span:nth-child(1),
.mortgage-assist span:nth-child(3),
.mortgage-assist i.ico-mortgage-assist-house{
	color: #1C97D5;
}
.mortgage-assist i.ico-mortgage-assist-swoosh{
	color: #BFD7EF;
}
.mortgage-assist span:nth-child(1){
	left: 0.15em;
	letter-spacing: -0.01em;
	position: relative;
}
.mortgage-assist span:nth-child(2){
	font-size: 1.67em;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 0.75em;
}
.mortgage-assist span:nth-child(3){
	font-size: 0.6em;
	font-style: italic;
	font-weight: normal;
	left: -0.2em;
	line-height: 1.2em;
	position: relative;
}
.mortgage-assist i.ico-mortgage-assist-hockey-player{
	font-size: 0.5em;
	left: 10.6em;
	top: 1.14em;
}
.mortgage-assist i.ico-mortgage-assist-house{
	font-size: 0.7em;
	left: 3.8em;
	top: 3.6em;
}
.mortgage-assist i.ico-mortgage-assist-swoosh{
	font-size: 2.2em;
	left: 1.55em;
	top: 0.44em;
}
#face{
	padding-bottom: 45px;
}
#news{
	background-color: rgba(148, 147, 148, .2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto;
	width: 96%;
}
#news > div{
	align-items: flex-start;
	background-color: #fff;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4em;
}
#news h2{
	font-size: 1.3em;
}
#news h2 a{
	color: #575858;
}
#news .news:nth-child(1) {
    width: 49.8%;
    justify-content: flex-start;
    padding-right: 30px;
}

#news .news:nth-child(2) {
    width: 49.8%;
    justify-content: space-between;
    padding-left: 30px;
}

#news .news > div {
    flex-basis: 47%;
    flex-grow: 1;
    box-sizing: border-box;
}

#news .news .tile {
    margin-bottom: 30px;
    margin-right: 30px;
    max-width: 311px;
}

#news .news img {
    border-radius: 20px;
    box-sizing: border-box;
    min-width: 200px;
    width: 100%;
}
#web-feature{
	background-color: #fff;
	border: #e7e7e8 solid 10px;
	margin: -45px auto 0;
	overflow: hidden;
	width: 90%;
}
#web-feature .cycle-pager-container{
	bottom: 0;
	display: flex;
	flex-wrap: wrap-reverse;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 101;
}
#web-feature .cycle-pager-container .cycle-pager{
	box-sizing: border-box;
	flex-basis: 270px;
	flex-grow: 1;
	padding-right: 2em;
}
#web-feature .cycle-pager-container .cycle-spacer{
	flex-basis: 360px;
	flex-grow: 3;
}
#web-feature .cycle-pager-container .cycle-pager span{
	border: 3px solid #575858;
	border-radius: 1rem;
	cursor: pointer;
	display: inline-block;
	height: 1rem;
	margin: 0px 5px 5px;
	width: 1rem;
}
#web-feature .cycle-pager-container .cycle-pager span.cycle-pager-active{
	background-color: #1598d5;
	border-color: #1598d5;
}
#web-feature .cycle-slide{
	display: flex !important;
	flex-wrap: wrap-reverse;
	min-height: 530px;
	width: 100%;
}
#web-feature .info,
#web-feature .tile{
	box-sizing: border-box;
	display: flex;
	padding: 2.6875em;
}
#web-feature .info{
	flex-direction: column;
	flex-basis: 270px;
	flex-grow: 1;
	justify-content: center;
}
#web-feature .tile{
	align-items: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	flex-grow: 3;
	flex-basis: 360px;
	justify-content: center;
	overflow: hidden;
}
#web-feature .tile > div{
	max-width: 100%;
	width: auto;
}
#web-feature .tile > div > img{
	width: 100%;
}
#web-feature .tile h2{
	color: #fff;
	font-family: foco, Arial, Helvetica, sans-serif;
	font-size: 4em;
}
#web-feature .tile *{
	line-height: 0.8;
	vertical-align: top;
}
#web-feature .tile h2 span{
	color: #c1d82f;
	font-family: foco, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}
@media (max-width: 1279px){

}
@media (max-width: 1080px){
	#news{
		font-size: 0.8em;
	}
}
@media (max-width: 1023px){
	#body h2.mortgage-assist{
		font-size: 2.3em;
	}
}
@media (max-width: 815px){
	#web-feature{
		font-size: 0.8em;
	}
}
@media (max-width: 600px){
	#news > div{
		padding: 30px 30px;
	}
	#news > div + div{
		margin-top: 3px;
	}
	#news > div{
		flex-basis: 100% !important;
	}
}
@media (max-width: 430px){
	#news{
		font-size: 0.6em;
	}
	#web-feature{
		font-size: 0.6em;
	}
}
@media (min-width: 816px){}
