.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
ul.news-listing {
  list-style-type: none !important;
  margin: 0;
  *zoom: 1;
}
ul.news-listing:before,
ul.news-listing:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.news-listing:after {
  clear: both;
}
ul.news-listing li {
  margin-bottom: 20px;
  background: #e6e7e8;
  *zoom: 1;
}
ul.news-listing li:before,
ul.news-listing li:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.news-listing li:after {
  clear: both;
}
ul.news-listing li .image {
  float: right;
  width: 25%;
}
ul.news-listing li .content {
  padding: 15px;
  float: left;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.news-listing li .date,
.news-date {
  padding: 1px 5px;
  color: white;
  font-size: 11px;
  background: #000100;
}
ul.news-listing h4,
h1.news-pageTitle {
  background: white;
  color: black;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
  padding: 5px;
}
ul.news-listing h4 a,
ul.news-listing h4 a:hover {
  color: black;
  text-decoration: none;
}
ul.news-listing .read a {
  color: black;
}
ul.news-listing .summary {
  color: black;
  margin-bottom: 10px;
  font-size: 12px;
}
ul.news-listing li .image:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #e6e7e8 transparent transparent transparent;
}
.menu-secondary .title .levels {
  display: none;
}
.menu-secondary .title.thisYearActive .levels {
  display: block !important;
}
.menu-secondary div.level {
  padding: 8px 0 8px 15px;
}
.menu-secondary div.level a,
.menu-secondary div.title {
  display: block;
  margin-bottom: 1px;
}
.menu-secondary div.level1 {
  border-bottom: 1px solid black;
}
.menu-secondary div.level1 a,
.menu-secondary div.title,
.menu-secondary div.level2.active a,
.menu-secondary .title.yearActive {
  color: black;
}
.menu-secondary div.level2 a {
  color: #929497;
}
.menu-secondary div.active a,
.menu-secondary div.title {
  cursor: pointer;
  color: #929497;
}
.menu-secondary div.title .levels {
  font-weight: normal;
}
.menu-secondary div.archive {
  text-transform: uppercase;
  color: #929497;
}
.menu-secondary {
  margin-bottom: 10px;
}
.calendar-picker {
  margin-bottom: 20px;
}
.calendar-wrapper table {
  width: 100%;
  border: 1px solid black;
  border-width: 1px 0 0 1px;
}
.calendar-wrapper td {
  color: #929497;
  line-height: 100%;
  text-align: center;
  background: #fafafa;
  padding: 8px 5px 7px;
  border: 1px solid black;
  border-width: 0 1px 1px 0;
}
.calendar-wrapper .header,
.calendar-wrapper .header-selected {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background: #e0e1dc;
  background: black;
}
.calendar-wrapper .header a,
.calendar-wrapper .header-selected a {
  color: white;
}
.calendar-wrapper .header a:hover,
.calendar-wrapper .header-selected a:hover {
  text-decoration: underline;
}
.calendar-wrapper .weekday {
  color: black;
  font-weight: bold;
}
.calendar-wrapper .day-weekend {
  background: #f3f3f3;
}
.calendar-wrapper .day-selected {
  color: white;
  font-weight: bold;
}
.calendar-wrapper .day-event {
  font-weight: bold;
  padding: 0;
}
.calendar-wrapper .day-event a {
  color: black;
  display: block;
  padding: 8px 5px 7px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.calendar-wrapper .day-event a:hover {
  text-decoration: none;
  background: black;
  color: white;
}
@media (max-width: 767px) {
  ul.news-listing li {
    float: left;
    width: 46%;
    margin: 0 2% 20px 2%;
  }
  ul.news-listing li .image {
    float: none;
    width: 100%;
  }
  ul.news-listing li .image:after {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #e6e7e8;
  }
  ul.news-listing li .content {
    padding: 15px;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.news-listing li:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) {
  ul.news-listing li {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  ul.news-listing li .image {
    float: none;
    width: 100%;
  }
  ul.news-listing li .content {
    float: none;
    width: 100%;
  }
}
