/*  font-family: 'Montserrat';  */




.yorkWrapper {
    margin: 0;
    background: #F0F0F5;
    border-top: 2px solid #002766;
    padding: 16px 0 11px;
}
.iconsWrap {
    margin-top: 0;
}
.homeHeroItem {
    height: 500px;
}
.homeHeroTextDiv {
    top: 26%;
    left: 13%;
    max-width: unset;
}
h2 {
    border-top: 3px solid #0047BA;
    padding-top: 8px;
}

.setWidth {
    max-width: 1400px;
}







@media all and (max-width: 500px) {
	.homeHeroItem {height: 290px;}
    .homeHeroTextDiv {top: 17%; left: 8%; max-width: 80%;}
}
