h3.module-title {
  border-bottom: 1px solid #eee;
}
h3.module-title.orange span {
  border-bottom: 3px solid #F88017;
}
h3.module-title.blue span {
  border-bottom: 3px solid #0077bb;
}
h3.module-title.grey span {
  border-bottom: 3px solid #666666;
}
h3.module-title.green span {
  border-bottom: 3px solid #3e9b52;
}
.t3-module {
  margin-bottom: 20px;
}
.t3-module.ext-list li a:hover,
.t3-module.ext-list li a:focus,
.t3-module.ext-list li a:active {
  background: #eeeeee;
  border-right-color: #666666;
}
.t3-module.ext-list li a {
  background: #f6f6f6;
  border-right: 3px solid #cccccc;
  border-radius: 0;
  color: #666666;
  padding: 10px 20px;
}
.t3-module.ext-list .module-title {
  background: #0077bb;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 10px 20px;
}
.t3-module.ext-list li.active a:hover,
.t3-module.ext-list li.active a:focus,
.t3-module.ext-list li.active a:active {
  background: #ffffff;
}
.t3-module.ext-list li.active a {
  background: #ffffff;
  border-right-color: #0077bb;
  color: #0077bb;
}

.page-masthead .row-feature {
  padding: 30px 0 0 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 40%;
  padding-top: 0px;
  height: 0;
}
.logo-text {
  text-transform: uppercase;
  font-size: 50px;
  line-height: normal !important;
  font-style: italic;
}
.logo-text a {
  line-height: normal !important;
  padding: 0 20px;
}
.logo a {
  background: transparent;
}

.t3-footer-sl {
  padding: 10px 0 0 0;
}

iframe {
  border: 0;
}