/*  font-family: 'Montserrat';  */

.yorkWrapper {
    margin: 0;
    background: #F0F0F5;
    border-top: 2px solid #002766;
    padding: 16px 0 11px;
}
.iconsWrap {
    margin-top: 0;
}

.containerWidthHalf {
    padding-bottom: 0;
}
.programDscrpt {
    font-size: 1em;
    line-height: 20px;
}
h2 {
    border-top: 3px solid #0047BA;
    padding-top: 8px;
}
h3 {
    font-size: 2em;
    line-height: 37px;
}


@media all and (max-width: 900px) {
    .headerLine span, h2 {line-height: 33px;}
    .headerLine, .titleItem h2, h2 {font-size: 2em; padding: 8px 7px 13px 7px;}
    h3 {font-size: 1.3em; line-height: 23px;}
}

@media all and (max-width: 765px) {
	.containerWidthHalf {padding-bottom: 75px;}
}

@media all and (max-width: 500px) {
    .headerLine span, h2 {line-height: 29px;}
}

