#banner {
  background: #4aba77;
}
#banner ul {
  margin: 0 0 10px 20px;
  color: #fff;
  padding-bottom: 10px;
}
#banner ul li {
  display: inline;
  font-size: 15px;
}
#banner span {
  float: right;
  font-size: 13px;
  color: #fff;
  margin: 20px;
}
.cal-extra {
  font-size: 12px;
  text-align: right;
  margin: 0 20px;
}
#cal-filter {
  background: #fff;
  z-index: 100;
  width: 920px;
  padding: 20px 20px 0px 20px;
  font-size: 12px;
}
#filter-label {
  font-weight: 700;
  margin-right: 10px;
  font-size: 14px;
}
select {
  margin-right: 10px;
}
#reset,
#filter {
  font-weight: 700;
  padding: 5px;
  color: #555;
  cursor: pointer;
  margin-right: 5px;
}
#reset {
  display: none;
}
#reset:hover,
#filter:hover {
  color: #111;
}
#content {
  min-height: 1024px;
}
#cal-main {
  width: 920px;
  margin: 40px 20px 20px 20px;
}
table {
  width: 100%;
  font-size: 13px;
  table-layout: fixed;
  line-height: 15px;
}
table b {
  color: #111;
}
thead {
  border-bottom: 2px solid #000;
  font-weight: 700;
}
th {
  padding: 5px 0 5px 15px;
}
td {
  padding: 15px;
  border-bottom: 1px solid #aaa;
  position: relative;
}
th.c1 {
  width: 56px;
}
th.c2 {
  width: 84px;
}
th.c3 {
  width: 130px;
}
th.c4 {
  width: 282px;
}
th.c5 {
  width: 120px;
}
tbody tr {
  background: #fefefe;
  color: #777;
}
table#int tr {
  color: #222;
}
tbody tr:hover {
  background: #fbfbfb;
  color: #111;
}
tr.school {
  background: #fefefe;
  color: #777;
}
tr.school b {
  color: #777;
}
tr.school:hover {
  background: #fafafa;
}
tr.school:hover b {
  color: #333;
}
tr.promo {
  background: #f4f4f4;
  color: #222;
}
tr.promo:hover {
  background: #f9f9f9;
  color: #000;
}
.promo-logo {
  margin: -15px 0 0px -20px;
}
tbody a:link.promo-link {
  text-decoration: none;
  color: #000;
}
tbody a:visited.promo-link {
  color: #000;
}
tr.jahc {
  background: #c0eaee;
  color: #111;
}
tr.jahc:hover {
  background: #c8f4f7;
}
div.date {
  font-size: 14px;
  font-weight: 700;
  color: #111;
}
tbody a:link {
  text-decoration: underline;
  color: blue;
}
.banner-row,
.banner-row:hover {
  background: white;
}
.banner-row td {
  text-align: center;
  padding: 20px 0;
}
.small-c {
  text-align: center;
  font-size: 13px;
  margin: 30px 0 0 0;
}
span.skype_pnh_container {
  display: none !important;
}
span.skype_pnh_print_container {
  display: inline !important;
}

/* WHN Events */

.section .block .f-left {
  padding: 8px 0 0 0;
}
.section h2 {
  font-size: 30px;
  color: #368756;
  letter-spacing: -0.8px;
  margin-top: 10px !important;
}
.section h3 {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  line-height: 22px;
}
.section h4 {
  width: 90%;
}
#main .section p {
  margin: 5px 0;
}
.mid {
  color: #222;
}
#main .section ol {
  list-style-type: none;
  margin: 0px;
}
#main .section ol li {
  font-weight: 400;
}
.tagline {
  font-weight: 700;
  font-size: 15px;
  color: #777;
  margin-bottom: 10px;
}
.larger {
  font-size: 18px;
}
#main .register {
  float: right;
  background: #58d88c;
  background: -moz-linear-gradient(top, #58d88c 0%, #47b372 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #58d88c),
    color-stop(100%, #47b372)
  );
  background: -webkit-linear-gradient(top, #58d88c 0%, #47b372 100%);
  background: -o-linear-gradient(top, #58d88c 0%, #47b372 100%);
  background: -ms-linear-gradient(top, #58d88c 0%, #47b372 100%);
  background: linear-gradient(top, #58d88c 0%, #47b372 100%);
  border-radius: 3px;
  padding: 6px;
  border: 1px solid #2c6e46;
  color: #fff !important;
  margin: 6px 0;
}
#main .register:hover {
  background: #52cc83;
}

#new-webinars .box {
  background: none;
  padding: 0;
}

#new-webinars .course-grid {
  background: none;
  clear: both;
  border-top: 1px solid #ddd;
  padding: 5px 0;
  margin: 10px 0;
  color: #555;
}

#new-webinars .course-grid img {
  float: left;
  margin: 5px 20px 20px 0;
  width: 150px;
}
#new-webinars .course-grid img.logo {
    width: 45px;
    margin: -6px 15px 0 0;
}
#new-webinars .course-grid .left-img {
	float: left;
	width: 30%;
}
#new-webinars .course-grid .c-info {
	float: left;
	width: 70%;
}
#new-webinars .course-grid .links {
	float: right;
	padding: 10px 0;
	box-sizing: border-box;
}

#new-webinars .course-grid h3 a {
  color: #000;
}

#new-webinars .course-grid .links a {
  float: right;
  background: #58d88c;
  background: -moz-linear-gradient(top, #58d88c 0%, #47b372 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #58d88c),
    color-stop(100%, #47b372)
  );
  background: -webkit-linear-gradient(top, #58d88c 0%, #47b372 100%);
  background: -o-linear-gradient(top, #58d88c 0%, #47b372 100%);
  background: -ms-linear-gradient(top, #58d88c 0%, #47b372 100%);
  background: linear-gradient(top, #58d88c 0%, #47b372 100%);
  border-radius: 3px;
  padding: 6px;
  border: 1px solid #2c6e46;
  color: #fff !important;
  margin: 0 auto;
}
