/*  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;
}

h2 {
    border-top: 3px solid #0047BA;
    padding-top: 8px;
}
h3 {
    font-size: 2em;
    line-height: 37px;
}
.ModDDRMenuC .menuOuter0 {
    display: inline-block;
    text-align: left;
}
.ModDDRMenuC {
    text-align: center;
}
.ModDDRMenuC .menuOuter1:before {
    content: "\f054";
    font-weight: 900;
    padding-right: 8px;
    color: #AC9235;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-size: 83%;
}
.menuLevel1.menuItem {
    display: inline-block !important;
}





@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: 30px;}
}

@media all and (max-width: 500px) {
    .headerLine span, h2 {line-height: 29px;}
}