.page-banner.why {
	background: url(../images/why-fretwell-banner.jpg);
}
.why-sec1 {
    background: url(../images/why-sec1-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.why-sec1 .head, .why-sec2 .head, .why-sec3 .head {
	font-weight: 600;
}
.why-sec2 {
    background: url(../images/why-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-sec2 .innerbg {
    background-color: rgba(232, 227, 206, .16);
    border-top: 1px solid #735237;
    border-bottom: 1px solid #735237;
}
.why-sec2 .text {
    line-height: 30px;
}
.why-sec3 {
    background-color: #ede9d8;
    position: relative;
}
.why-sec3:before {
    content: '';
    background-image: url(../images/why-sec3-bg.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1280px;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -640px;
}
.why-sec3 .z-container {
    position: relative;
}
.why-sec3 .head2 {
	color: #003067;
}
.why-sec3 img.signature {
    display: inline-block;
    margin-top: -15px;
}
.why-sec4 {
    background-image: url(../images/why-sec4-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 100px 0;
}
.why-sec4 .z-6of12.left {
    background-color: #fff;
    margin-left: 2%;
    padding-left: 50px;
    padding-right: 100px;
    position: relative;
}
.why-sec4 .z-6of12.left:after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 50%;
    height: 100%;
    right: -50%;
    top: 0;
}
.why-sec4 .z-6of12.right {
    margin-left: -2%;
    position: relative;
}
.why-sec4 .z-6of12.right img {
    box-shadow: 0 0 100px rgba(0, 6, 10, .30);
}





@media screen and (max-width: 1362px) {
	.why-sec3::before {	    
	    width: 1000px;
		margin-left: -500px;
	}
	.why-sec4 .z-6of12.left {
	    padding: 30px;
	}
}
@media screen and (max-width: 992px) {
	.why-sec1 {
	    background-color: #ECE9D8;
	    background-image: none;
	}
	.why-sec3::before {
	    width: 96%;
	    margin-left: -48%;
	}
	.why-sec4 .z-6of12.left::after {
	    display: none;
	}
	.why-sec4 .z-6of12.left {
	    padding: 30px;
	    margin-left: 3.500%;
	    height: auto !important;
	}
	.why-sec4 .z-6of12.right {
	    margin-left: 3.500%;
	    position: relative;
	    width: 100%;
	    text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.why-sec1 {
	    margin-top: -30px;
	    padding: 0;
	}
	.why-sec4 {
	    padding: 60px 0 20px 0;
	}
}
@media screen and (max-width: 479px) {
	.why-sec2 {
	    padding: 30px 0;
	}
}