@media(max-width:560px){
  .hideMobile {
    display: none !important;
    visibility: hide !important;
  }
  .showMobile {
    display: block !important;
    visibility: visible !important;
  }
  #topBarWrapper {
    min-height: 7px;
    max-width: 100%;
    min-width: 1%;
  }
  #headerSeparator {
    display: none;
  }
  #header div:first-child {
    float: none;
    text-align: center;
  }
  #header div:last-child {
    display: none;
  }
  #sideBarMenu {
    display: none;
  }
  #leftSideBar {
    display: none;
  }
  #breadCrumbWrapper {
    display: none;
  }
  .footerDonateWrapper {
    display: none;
  }
  .footerLinksWrapper ul {
    display: none;
  }  
  .footer {
    display: none;
  }
  #rightSideBar {
    width: auto;
    border-left: none;
    padding-left: 0;
    float: none;
  }
  #heroNav {
    display: none;
  }
  #footerWrapper {
    min-height: 0;
    margin-top: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    min-width: auto;
    min-width: 1px;
  }
  #footerWrapper a:hover {
    color: #006B77;
  }
  .navigationLeft {
    display: none;
  }
  .donateButton {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
  }
  #bodyWrapper {
    width: 100%;
  }
  #headerWrapper {
    width: 100%;
  }
  #navigationWrapper {
    width: 100%;
  }
  #topBarWrapper {
    width: 100%;
  }
  #breadCrumbWrapper {
    width: 100%;
  }
  .navigation {
    width: 100%;
    float: none;
    height: auto;
  }
  .nav {
    margin: 0;
    border-bottom: 1px solid #95957f;
  }
  .nav li {
    float: none;
    background-color: #dbdbd3;
    border-bottom: 1px solid #95957f;
    margin-right: 0;
  }
  .mobileNavigation {
    background-image: url(/images/arrowExpand.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
  }
  .collapse {
    background-image: url(/images/arrowCollapse.png);
  }
  .nav li:first-child {
    background-color: #95957f;
    padding-left: 15px;
    display: block;
  }
  .nav li:first-child>a {
    color: #FFFFFF;
    text-align: left;
  }
  .nav li:first-child>a:hover {
     color: #FFFFFF;
  }
  .nav li > a {
    text-align: center;
    color: #348893;
  }
  .nav li > a:hover {
    color: #348893;
  }
  .nav li.navSeparator {
    display: none;
  }
  .subMenu {
    display: none !important;
    visibility: hidden !important;
  }
  .newsDate {
    font-weight: normal;  
    font-style: italic;
    color: #60604b;
  }
  .newsTitle {
    color: #60604b;
  }
  .hidden {
    display: none;
  }
  .memorials li {
    width: 100%;
  }
  .memorials li > div.memorial {
      width: 100%;
  }
  .memorial > div:first-child + div {
    width: 150px;
  }
  .halfItems > div {
    float: none;
  }
  
  .halfItems > div:first-child {
    margin-right: 0;
    border-right: none;
    width: 100%;
  }
  
  .halfItems > div:last-child {
    width: 100%;
  }
  .floatLeft {
    float: none;
  }
}

@media(min-width:640px){
  .hidden {
    display: block;
  }
}

























































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
