@charset "UTF-8";

@media screen and (max-width: 980px) {

div.sitecontainer {
    width: 100%;
}
nav.main {
    display: none;
}
div.header_buttons1 {
    width: 68%;
}
div.header_buttons2 {
    width: 32%;
}
div.menu-btn {
    display: block;
    width: 50px;
    height: 55px;
    float: right;
    margin: 4px 0 0 10px;
}
div.menu-btn p {
    font-size: 0.75em;
    text-align: center;
    text-transform: uppercase;
    margin-top: -3px;
}
div.header_buttons1 a.button:first-of-type {
    margin-left: 0;
}
nav.pushy {
    display: block;
}
div.panel h3 {
    font-size: 1.90em;
}
div.panel p {
    font-size: 1.40em;
}
div.panel img {
    width: 65px;
    height: 65px;
}
div.footertext {
    height: auto;
    padding-bottom: 10px;
}
section.main {
    min-height: 0;
}
}



@media screen and (max-width: 950px) {
/* This breakpoint added for the 60 years logo in 2018 */
div.header_buttons1 {
    display: none;
}
div.header_buttons2 {
    width: 200px;
}
div.header_right {
    width: 25%;
}
footer {
    padding-bottom: 100px;
}
footer p.website {
    margin: 20px 0 0 10px;
    float: none;
}
footer p.copyright, footer p.sitemap {
    margin: 20px 0 0 10px;
    float: none;
}
div.events img.eventimage, div.news img.newsimage {
    width: 100px;
}
}


@media screen and (max-width: 780px) {

header {
    min-height: 100px;
}
div.header_buttons1 {
    display: none;
}
div.header_buttons2 {
    width: 200px;
}
div.header_right {
    width: 25%;
}
div.header_left {
    width: 60%;
}
section.main.home div.panel {
    width: 100%;
    margin: 0 0 20px 0;
    height: auto;
    float: none;
}
section.main.home div.panel:nth-of-type(2),
section.main.home div.panel:nth-of-type(4) {
    margin: 0 0 20px 0;
}
section.main.home h4 {
    font-size: 1.50em;
    margin: 20px 0 25px 0;
}
nav.services {
    width: 100%;
    min-height: 100px;
    float: none;
    padding-top: 10px;
}
section.services {
    width: 92%;
    padding: 0 4% 0 4%;
    min-height: 0;
    clear: left;
    float: none;
}
nav.services ul {
    margin: 20px 0 0 4%;
    padding-bottom: 40px;
    clear: both;
}
nav.services li {
    float: left;
    border: #3B5A97 solid 1px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    padding: 7px;
}
nav.services a {
    font-size: 1.00em;
    font-size: 0.95em;
}
nav.services a.backbutton {
    margin: 20px 0 0 4%;
   	font-size: 1.00em;
    width: 150px;
    height: 22px;
    clear: both;
}
aside.addressblock {
    display: none;
}
aside.addressblock2 {
    display: block;
    clear: both;
    padding-top: 10px;
}


@media screen and (max-width: 500px) {

/*
div.header_left img.sixty {
    display: none;
}
div.header_left img.sixtymobile {
    display: block;
}
*/
section figure.pull-left, section figure.pull-right {
	float: none;
}
div.events img.eventimage, div.news img.newsimage {
    display: none;
}

}