/* Responsive CSS Styles Table of Contents */

@media only screen and (min-width: 480px) and (max-width: 767px){
body {
  font-size: 12px;
}
.wrapper {
  margin: 0 auto;
  max-width: 900px;
  overflow: visible;
  width: 100%;
}
.banner {
  height: 90px;
}
.nav {
  background: none repeat scroll 0 0 #CA2D26;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  float: left;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}
.nav ul li {
  float: left;
  list-style: none outside none;
  padding: 10px 0;
}
.nav ul li a {
  font-size: 12px;
  line-height: 13px;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
h1 {
  clear: both;
  font-size: 16px;
  margin: 25px 0 10px;
}
.calendar h1 {
  float: left;
  margin-left: 1%;
  width: 98%;
}
#calendar {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.tables table {
  font-size: 10px;
  margin-bottom: 50px;
  margin-left: 1%;
  width: 98%;
}
.footer {
  float: left;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

}

@media only screen and (min-width: 320px) and (max-width: 479px){
body {
  font-size: 12px;
}
.wrapper {
  margin: 0 auto;
  max-width: 900px;
  overflow: visible;
  width: 100%;
}
.banner {
  height: 55px;
}
.nav {
  background: none repeat scroll 0 0 #CA2D26;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  float: left;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}
.nav ul li {
  float: none;
  list-style: none outside none;
  padding: 10px 0;
}
.nav ul li a {
  font-size: 12px;
  line-height: 13px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
h1 {
  clear: both;
  font-size: 16px;
  margin: 25px 0 10px;
}
.calendar h1 {
  float: left;
  margin-left: 1%;
  width: 98%;
}
#calendar {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.tables table {
  font-size: 10px;
  margin-bottom: 50px;
  margin-left: 1%;
  width: 98%;
}
.footer {
  float: left;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

}

@media only screen  and (max-width: 319px){
body {
  font-size: 11px;
}
.wrapper {
  margin: 0 auto;
  max-width: 900px;
  overflow: visible;
  width: 100%;
}
.banner {
  height: 50px;
}
.nav {
  background: none repeat scroll 0 0 #CA2D26;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  float: left;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}
.nav ul li {
  float: none;
  list-style: none outside none;
  padding: 10px 0;
}
.nav ul li a {
  font-size: 11px;
  line-height: 13px;
  padding: 6px 6px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
h1 {
  clear: both;
  font-size: 16px;
  margin: 25px 0 10px;
}
.calendar h1 {
  float: left;
  margin-left: 1%;
  width: 98%;
}
#calendar {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.tables table {
  font-size: 10px;
  margin-bottom: 50px;
  margin-left: 1%;
  width: 98%;
}
.footer {
  float: left;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
}