/*
font-family:'Cervino W05 Thin Neue';
font-family:'Cervino W05 Thin Neue Italic';
font-family:'Cervino W05 ExtraLight Neue';
font-family:'Cervino W05 ExtraLight Neue It';
font-family:'Cervino W05 Light Neue';
font-family:'Cervino W05 Light Neue Italic';
font-family:'Cervino W05 Regular Neue';
font-family:'Cervino W05 Regular Neue Italic';
font-family:'Cervino W05 Medium Neue';
font-family:'Cervino W05 Medium Neue Italic';
font-family:'Cervino W05 SemiBold Neue';
font-family:'Cervino W05 SemiBold Neue It';
font-family:'Cervino W05 Bold Neue';
font-family:'Cervino W05 Bold Neue Italic';
font-family:'Cervino W05 ExtraBold Neue';
font-family:'Cervino W05 ExtraBold Neue It';
font-family:'Cervino W05 Black Neue';
font-family:'Cervino W05 Black Neue Italic';
font-family:'Cervino W05 Thin Expanded';
font-family:'Cervino W05 Thin Expanded It';
font-family:'Cervino W05 ExtraLight Expanded';
font-family:'Cervino W05 XLight Expanded It';
font-family:'Cervino W05 Light Expanded';
font-family:'Cervino W05 Light Expanded It';
font-family:'Cervino W05 Regular Expanded';
font-family:'Cervino W05 Regular Expanded It';
font-family:'Cervino W05 Medium Expanded';
font-family:'Cervino W05 Medium Expanded It';
font-family:'Cervino W05 SemiBold Expanded';
font-family:'Cervino W05 SemiBold Expan It';
font-family:'Cervino W05 Bold Expanded';
font-family:'Cervino W05 Bold Expanded It';
font-family:'Cervino W05 ExtraBold Expanded';
font-family:'Cervino W05 XBold Expanded It';
font-family:'Cervino W05 Black Expanded';
font-family:'Cervino W05 Black Expanded It';
*/

.contentWrapper.setWidth, .yorkWrapper.setWidth, .newsWrapper .setWidth {
    max-width: 1500px;
}

h2, .headerLine, .titleItem h2 {
    font-size: 330%;
}
h2 {
    margin-bottom: 46px;
}

.newsDiv {
    width: 65%;
    display: inline-block;
    vertical-align: top;
}
.eventsDiv {
    width: 30.4%;
    margin-left: 4%;
    display: inline-block;
    vertical-align: top;
}
.eventListTitle {
    margin: 25px 0 0;
}


@media all and (max-width: 1200px) {
    .eventsDiv {width: 35.4%;}
    .newsDiv {width: 60%;}
}
@media all and (max-width: 1000px) {
    .newsDiv, .eventsDiv {width: 100%; margin: 0; display: block;}
    .eventsDiv {padding: 100px 0 0;}
    .DnnModule-1886 h3 {margin-top: 120px;}
}
@media all and (max-width: 765px) {
    .menu {margin-top: 0;}
}
@media all and (max-width: 500px) {
    h2, .headerLine, .titleItem h2 {font-size: 250%;}
}