body {
  background: #ededed;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  line-height: 1;
}

strong {
  font-weight: 700;	
}

input {
  -webkit-appearance: none;  
}

input[type="password"], input[type="search"],  
input[type="email"],  input[type="text"] {
  border-radius: 3px;
  outline: 0;
  box-shadow: 0 0 1px rgba(0,0,0,.1);
  border: none;  
}

.sidebar .box.email form input[type="email"] {
  padding-bottom: 10px;   
}

.hide {
  display: none;
}

.container {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}

.button {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
  box-shadow: 0 0 1px rgba(0,0,0,.1);
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.blue {
  border-radius: 0 10px;
  background: #0097CD;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "brandon-grotesque",sans-serif;
}

.button.blue:hover {
  background: #005F9B;
}

.button.white {
  background: #fff;
  color: #333333;
}

.button.white:hover {
  background: #333333;
  color: #fff;
}

.blocked-navigation {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.blocked-navigation > a {
  background: #333333;
  color: #fff;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 5px 10px;
  text-decoration: none;
}

.blocked-navigation > a.active,
.blocked-navigation > a:hover {
  background: #00C4B3;
}

.submit,
.submit:hover,
a,
a:hover {
  -webkit-transition: color .3s,background .3s;
  transition: color .3s,background .3s;
  cursor: pointer;
}

.top-bar {
  background:#1d1c1c;
  color: #ffffff;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 12px;
  padding: 9px 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
}

.top-bar .weather {
  margin: 0 0 0 10px;
}

.top-bar .navigation {
  display: inline-block;
  margin: 0 10px 0 0;
}

.top-bar .navigation a {
  color: #ffffff;
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.top-bar .social {
  font-size: 18px;
}

.top-bar .social a {
  color: #ffffff;
  display: inline-block;
  margin: 0 0 0 10px;
  text-decoration: none;
}

.top-bar .col1 {
  float: left;
  margin: 8px 0 0 0;
  /* width: 20%; */
}

.top-bar .col2 {
  float: right;
  width: auto;
}

.top-bar .col3 {
  float: right;
  margin: 6px 0 0 0;
  padding-left: 20px;
  width: auto;
  display: none;
}
    

@media screen and (max-width:700px) {
  .top-bar {
    padding: 15px 0;
  }

  .top-bar .navigation {
    display: none;
  }

  .top-bar .col1,
  .top-bar .col2 {
    float: none;
    text-align: center;
    width: 100%;
  }

  .top-bar .col2 {
    margin: 10px 0 0 0;
  }

  .top-bar .col3 {
    display: none;
  }
}

#top-spacer {
  width: 100%;
  height: 118px;    
}

.main-header {
  background: none;
  top: 50px;
  left:0;
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.main-header a.logo {
  float: left;
  padding: 19px 0 0 0;
  display: none;
}

.main-header a.logo img {
  width: 86px;
  height: auto;
}

.main-header .main-navigation {
  float: left;
  margin: 0;
}

.main-header .main-navigation .top-level {
  float: left;
}

.main-header .main-navigation .top-level > a {
  color: #333333;
  display: block;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 27px 35px 25px 35px;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.main-header .main-navigation li.top-level:first-child > a {
  padding-left: 10px;   
}

.main-header .main-navigation .top-level:hover > a,
.main-header .main-navigation .top-level > a:hover {
  background: none;
  color: #00C4B3;
}

.main-header .main-navigation .top-level > a i {
  padding-left: 8px;
  color: #00C4B3;   
}

.active-hover {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 13px;
  color: #005f9b;
  font-size: 35px;
  display: none;
}

.main-header .main-navigation .top-level.active > a {
  color: #00C4B3 !important;
}

@media screen and (max-width:700px) {
  .main-header {
    padding: 20px 0;
  }

  .main-header .container {
    width: 100%;
  }

  .main-header .logo {
    float: none;
    margin: 0 auto 20px auto;
  }

  .main-header .main-navigation {
    float: none;
    margin: 0;
  }

  .main-header .main-navigation .top-level {
    display: block;
    float: none;
    width: 100%;
  }

  .main-header .main-navigation .top-level > a {
    padding: 15px 25px;
    width: 100%;
  }

  .main-header .main-navigation .top-level:hover .sub-menu {
    display: none;
  }
}

.main-header .sub-menu {
  background:#005f9b;
  color: #ffffff;
  display: none;
  padding: 20px 0;
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 440px;
  z-index: 500;
}

.main-header .sub-menu .col1 {
  float: left;
  padding: 0 20px 0 0;
  width: 20%;
}

.main-header .sub-menu .col1 a {
  background: #ffffff;
  color: #333333;
  padding: 5px 7px 6px 7px;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 10px 0;
  text-decoration: none;
  font-family: "brandon-grotesque",sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.main-header .sub-menu .col1 a:hover {
  color: #ffffff;
  background: #00C4B3;   
}

.main-header .sub-menu .col2 {
  float: left;
  padding: 0 20px;
  width: 50%;
}

.main-header .sub-menu .col3 {
  float: left;
  padding: 0 0 0 20px;
  width: 30%;
}

.main-header .sub-menu header {
  margin: 0 0 10px 0;
}

.main-header .sub-menu header h3 {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #00C4B3;
  letter-spacing: 4px;
  margin-bottom: 25px;
}



.main-header .sub-menu .navigation li {
  font-size: 14px;
  margin: 0 0 15px 0;
}

.main-header .sub-menu .navigation li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.main-header .sub-menu .col1 li a {
  color: #ffffff;
  background: none;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  letter-spacing: normal;    
}

.main-header .more .col1,
.main-header .more .col2,
.main-header .more .col3 {
  width: 33.3%;	
}

.main-header .more .col1 li a {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 4px;
}

.main-header .sub-menu .col1 li a:hover {
  background: none;   
}

.main-header .sub-menu .navigation li a:hover {
  color: #00C4B3;
}



.main-header .sub-menu .latest-news .article {
  margin: 0 0 10px 0;
}

.main-header .sub-menu .latest-news .article > a {
  color: #333333;
  text-decoration: none;
}

.main-header .sub-menu .latest-news .article > a:hover {
  color: #00C4B3;
}

.main-header .sub-menu .latest-news .article .thumbnail {
  display: block;
  height: auto;
  width: 100%;
}

.main-header .sub-menu .latest-news .article .subcol1 {
  float: left;
  width: 15%;
}

.main-header .sub-menu .latest-news .article .subcol2 {
  float: right;
  width: 82%;
}

.main-header .sub-menu .latest-news .article h1 {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.main-header .sub-menu .latest-news .article p {
  font-size: 12px;
  line-height: 1.4;
}

.main-header .sub-menu .blogs .blog {
  
}

.main-header .sub-menu .blogs .blog > a {
  color: #333333;
  text-decoration: none;
}

.main-header .sub-menu .blogs .blog > a:hover {
  color: #00C4B3;
}

.main-header .sub-menu .blogs .blog .date {
  background: #fff;
  display: block;
  font-family: "brandon-grotesque",sans-serif;
  padding: 10px 5px;
  text-align: center;
}

.main-header .sub-menu .blogs .blog .date .month {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.main-header .sub-menu .blogs .blog .date .day {
  display: block;
}

.main-header .sub-menu .blogs .blog .subcol1 {
  float: left;
  width: 12%;
}

.main-header .sub-menu .blogs .blog .subcol2 {
  float: right;
  width: 85%;
}

.main-header .sub-menu .blogs .blog h1 {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.main-header .sub-menu .blogs .blog p {
  font-size: 12px;
}


@media screen and (max-width:700px) {
  .main-header {
    padding: 20px 0;
  }
}

.ad-space-1 {
  margin-bottom: 10px;
}

.ad-space-1 img {
  display: block;
  height: auto;
  margin: 20px auto;
  width:100%;
}

.ad-mobile {
  display: none;
}

.ad-mobile img {
  width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}

.ad-listen {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  font-family: "brandon-grotesque",sans-serif;
  margin-bottom: 20px;
  padding: 5px 20px;
}

.ad-listen > a {
  color: #333333;
  text-decoration: none;
}

.ad-listen i,
.ad-listen img,
.ad-listen span {
  vertical-align: middle;
}

.ad-listen .arrow {
  color: #00C4B3;
  font-size: 30px;
  margin: 0 10px 0 0;
}

.ad-listen .action {
  font-weight: 800;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}

.ad-listen img {
  margin: 0 10px 0 0;
}

.ad-listen .on-air {
  font-weight: 800;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}

.ad-listen .on-air .now {
  color: #00C4B3;
}

.ad-listen .navigation {
  float: right;
  font-size: 11px;
  margin: 11px 0 0 0;
  text-align: right;
}

.ad-listen .navigation a {
  color: #333333;
  display: block;
  margin: 2px 0 2px 5px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

.ad-listen .navigation a:hover {
  color: #00C4B3;
}

.ad-listen .navigation i {
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: 0px;
}

@media screen and (max-width:700px) {
  .ad-listen {
    padding: 15px 10px;
    text-align: center;
  }

  .ad-listen .on-air {
    display: block;
    margin: 10px 0 0 0;
    width: 100%;
  }

  .ad-listen .navigation {
    display: none;
  }
}

.slideshow-container {
  background: #1e1d1d;
  position: relative;
  height: 420px;
  max-height: 420px;
  overflow: hidden;
}

.slideshow-pagers {}

.slideshow-pagers a {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  height: 100%;
  width: 60px;
  text-align: center;
  top: 50%;
  z-index:500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slideshow-pagers a .fa {
  position: relative;
  top: 45%; 
  color: #5e5e5e; 
}

.slideshow-pagers a:hover {
  color: #ffffff;
  background: rgba(255,255,255,.05);
}

.slideshow-pagers a:hover i {
  color: #ffffff;   
}

.slideshow-pagers a.left {
  left:0;
}

.slideshow-pagers a.right {
  right:0;
}

.slick-slider {
	opacity: 0;
}

.slide{
  background:#1d1c1c;
  width: 100%;
  opacity: 0;
}

.slide .vignette{
  position: absolute;
  width: 44%;
  height: 100%;
  top: 0;
  right: 0;
  background: #1d1c1c;
}

.slide .vignette2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #1d1c1c;
  opacity: .75;
  display: none;
}

.slide .container {
  padding: 75px 0;
  position:relative;
  height:420px;
  max-height: 420px;
  overflow: hidden;
}

.slide .excerpt {
  float: right;
  position:relative;
  width: 40%;
  z-index:2;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 15px;
}

.slide header {
  margin: 0 0 25px 0;
}

#mpb .cms-blogger .slick-slide img {
  max-width: 90%;
}

.slide h1 {
  color: #fff;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 7px 0;
  text-transform: uppercase;
}

.slide h1 > a {
  color: #fff;
  text-decoration: none;
}

.slide p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.slide .button {
  margin: 25px 0 0 0;
  padding: 14px 25px;
  font-family: "brandon-grotesque",sans-serif;
}

@media screen and (max-width:700px) {
  .slideshow-pagers {
    display: none;
  }

  .slide {
    background: none !important;
  }

  .slide {
    padding: 40px 0;
  }

  .slide .excerpt {
    width: 100%;
  }
}

.hero-container {
  position: relative;
}

.hero-container .vignette {
  height: 100%;
  position: absolute;
  width: 100%;
}

.hero-container img {
  height: auto;
  display: block;
  width: 100%;
}

.hero-container-alt {
  background: #000;
}

.hero-container-alt .container {
  position: relative;
}

.hero-container-alt .breadcrumbs {
  bottom: 10px;
  left: 0;
  position: absolute;
  z-index: 5;
}

.hero-container-alt .col1 {
  float: left;
  width: 50%;
  position: relative;
}

.hero-container-alt .col1 .vignette {
  height: 100%;
  position: absolute;
}

.hero-container-alt .col1 img {
  display: block;
  height: auto;
  width: 100%;
}

.hero-container-alt .col2 {
  float: right;
  width: 50%;
}

.hero-container-alt .col2 img {
  margin: 25% 0 0 0;
}

.breadcrumbs {
  color: #fff;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.more-articles {
  padding: 25px 0;
}

.template-two-cols .col1 {
  float: left;
  width: 70%;
}

.template-two-cols .col2 {
  float: right;
  width: 26%;
}

.template-three-cols .col1 {
  float: left;
  width: 18%;
  font-size: 15px;
}

.template-three-cols .col2 {
  float: left;
  padding: 0 3%;
  width: 60%;
}

.template-three-cols .col3 {
  float: right;
  width: 22%;
}

@media screen and (max-width:700px) {
  .template-two-cols .col1 {
    float: none;
    width: 100%;
  }

  .template-two-cols .col2 {
    display: none;
  }

  .template-three-cols .col1 {
    display: none;
  }

  .template-three-cols .col2 {
    float: none;
    width: 100%;
  }

  .template-three-cols .col3 {
    display: none;
  }
}

.secondary-articles {
  margin: 0 0 40px 0;
}

.secondary-articles .article {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  float: left;
  margin: 0 2% 0 0;
  width: 32%;
}

.secondary-articles .article > a {
  color: black;
  text-decoration: none;
}

.secondary-articles .article .thumbnail {
  display: block;
  height: auto;
  width: 100%;
}

.secondary-articles .article2 {
  margin: 0;
}

.secondary-articles .article .content {
  padding: 15px;
}

.secondary-articles .article h1 {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 .8em 0;
  text-decoration: none;
  text-transform: uppercase;
}

.secondary-articles .article p {
  font-size: 12px;
  line-height: 1.5;
}

.secondary-articles footer {
  padding: 5px 15px 15px;
  text-align: center;
}

.secondary-articles .read {
  display: block;
  padding: 12px 0;
  text-align: center;
}

@media screen and (max-width:700px) {
  .secondary-articles .article {
    float: none;
    margin: 0 0 25px 0;
    width: 100%;
  }

  .secondary-articles .article:last-child {
    margin: 0;
  }
}



.tertiary-articles .article {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  margin: 0 0 15px 0;
  position: relative;
}

.tertiary-articles .article:last-child {
  margin: 0;
}

.tertiary-articles .article > a {
  color: #333333;
  text-decoration: none;
}

.tertiary-articles .article > a:hover {
  color: #00C4B3;
}

.tertiary-articles .article .arrow {
  float: right;
  font-size: 20px;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 4%;
  right: 2%;
}

.tertiary-articles .article .arrow i {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tertiary-articles .article .thumbnail {
  display: block;
  float: left;
  height: auto;
  width: 18%;
  max-width: 100px;
}

.tertiary-articles .article .content {
  float: right;
  padding: 15px 0;
  max-width: 675px;
  width: 82%;
}

.tertiary-articles .article h1 {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}

.tertiary-articles .article p {
  font-size: 14px;
}

.tertiary-articles .article .time {
  color: #00C4B3;
  display: block;
  font-size: 14px;
}

.tertiary-articles footer {
  margin: 25px 0 0 0;
  text-align: center;
}

.tertiary-articles .load-more {
  padding: 12px 35px;
}

@media screen and (max-width:700px) {
  .tertiary-articles .article {
    padding: 10px;
  }

  .tertiary-articles .article .thumbnail {
    display: none;
  }

  .tertiary-articles .article .content {
    float: none;
    margin: 0;
    width: 90%;
  }



  .tertiary-articles .article h1 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 5px 0;
  }

  .tertiary-articles .article p {
    font-size: 12px;
  }
}

.program-schedule .program {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  margin: 0 0 15px 0;
  padding: 15px;
  position: relative;
}

.program-schedule .program:last-child {
  margin: 0;
}

.program-schedule .program > a {
  color: #333333;
  text-decoration: none;
}

.program-schedule .program > a:hover {
  color: #00C4B3;
}

.program-schedule .program .arrow {
  float: right;
  font-size: 20px;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 4%;
  right: 2%;
}

.program-schedule .program .arrow i {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.program-schedule .program h1 {
  display: inline-block;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  vertical-align: -2px;
}

.program-schedule .program .time {
  display: inline-block;
  font-size: 14px;
  margin: 0 5% 0 0;
}

@media screen and (max-width:700px) {
  .tertiary-articles .article {
    padding: 10px;
  }

  .tertiary-articles .article .thumbnail {
    display: none;
  }

  .tertiary-articles .article .content {
    float: none;
    margin: 0;
    width: 90%;
  }



  .tertiary-articles .article h1 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 5px 0;
  }

  .tertiary-articles .article p {
    font-size: 12px;
  }
}

.program-listing .program {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  margin: 0 0 15px 0;
  position: relative;
}

.program-listing .program:last-child {
  margin: 0;
}

.program-listing .program > a {
  color: #333333;
  text-decoration: none;
}

.program-listing .program > a:hover {
  color: #00C4B3;
}

.program-listing .program .arrow {
  float: right;
  font-size: 20px;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 4%;
  right: 2%;
}

.program-listing .program .arrow i {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.program-listing .program .thumbnail {
  display: block;
  float: left;
  height: auto;
  width: 18%;
  max-width: 100px;
}

.program-listing .program .content {
  float: left;
  padding: 15px 0 15px 15px;
  max-width: 675px;
  width: 82%;
}

.program-listing .program h1 {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}

.program-listing .program p {
  font-size: 14px;
  line-height: 1.4;
}

.program-listing .program .time {
  color: #00C4B3;
  display: block;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.program-listing footer {
  margin: 25px 0 0 0;
  text-align: center;
}

.program-listing .load-more {
  padding: 12px 35px;
}

#blog-article,
.main-article {
  background: rgba(255,255,255,0.80);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
  box-shadow: 0 0 8px rgba(0,0,0,.1);
  padding: 25px;
}

#blog-article,
.main-article .meta {
  font-size: 13px;
  margin: 5px 0 10px 0;
}

#blog-article h1,
.main-article h1 {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
}

#blog-article h2,
.main-article h2 {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
}

#blog-article p,
.main-article p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 1.4em 0;
}

#blog-article p a,
.main-article p a {
  color: #00C4B3;
  text-decoration: none;
}

#blog-article blockquote,
.main-article blockquote {
  border-left: 2px solid #00C4B3;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 auto 1.4em auto;
  padding: 0 0 0 10px;
  width: 85%;
}

#mpb.cms-blogger .blog-header #blog-title:before {
  content: 'BACK TO ';   
}

#mpb.cms-blogger .blog-header #blog-title {
  font-size: 20px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  padding: 10px 15px 0px 15px !important;  
}

#mpb.cms-blogger .blog-header #blog-title a {
  color: #00C4B3;
  text-decoration: none;  
}

.sidebar {
  font-size: 15px;   
}

.sidebar .box {
  background: rgba(255,255,255,0.80);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  margin: 0 0 20px 0;
}

.sidebar .box header {
  background: #333333;
  padding: 15px;
}

.sidebar .box header h1 {
  color: #fff;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.sidebar .box header h1 > a {
  color: #fff;
  text-decoration: none;
}

.sidebar .box.email .content {
  padding: 15px;
  text-align: center;
}

.sidebar .box.email p {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 auto 15px auto;
  max-width: 80%;
  font-weight: 500;
  text-transform: uppercase;
}

.sidebar .box.email form input[type="email"],
.search-menu input[type="text"] {
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 7px;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
}

.sidebar .box.email form .submit {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 18px;
  padding: 7px 25px;
}

.sidebar .box.events .event {
  padding: 15px 20px;
  position: relative;
}

.sidebar .box.events .event:last-child {
  border: none;
}

.sidebar .box.events .event > a {
  color: #333333;
  text-decoration: none;
}

.sidebar .box.events .event > a:hover {
  color: #00C4B3;
}

.sidebar .box.events .event .subcol1 {
  float: left;
  margin: 0 9% 0 0;
  width: 25%;
}

.sidebar .box.events .event .subcol2 {
  float: left;
  width: 65%;
}

.sidebar .box.events .event .subcol3 {
  float: right;
  height: 100%;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 0;
  width: 10%;
  display: none;
}

.sidebar .box.events .event .date {
  display: block;
  font-family: 'Open Sans', sans-serif;
  margin: 2px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 55px;
  height: 50px;
  padding: 4px 0;
  background: #efefef;
}

#mpb.cms-blogger .blog-entry > .left-col .date {
  color: #333333;
  padding: 4px 0;   
}

.sidebar .box.events .event .month {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
}

.sidebar .box.events .event .day {
  display: block;
  font-size: 22px;
  line-height: 21px;
}

.sidebar .box.events .event h2 {
  font-family: "brandon-grotesque",sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.sidebar .box.events .event address,
.sidebar .box.events .event p {
  color: #808285;
  font-size: 14px;
  line-height: 1.3;
}

.sidebar .box.events .event .arrow {
  font-size: 25px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar .box.ad img {
  display: block;
  height: auto;
  width: 100%;
}

.sidebar .box.ad p {
  font-size: 10px;
  letter-spacing: 1px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.sidebar .box.ad p a {
  color: #636363;
  text-decoration: none;
}

.sidebar .box.ad p a:hover {
  color: #00C4B3;
}

.sidebar .box.popular .content {
  padding: 15px 25px;
}

.sidebar .box.popular .tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 15px 0;
  padding: 0 10px;
}

.sidebar .box.popular .tabs > a {
  background: #f6f6f6;
  color: #333333;
  display: inline-block;
  font-size: 13px;
  padding: 10px 15px 10px 15px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1;
}

.sidebar .box.popular .tabs > a:hover {
  color: #00C4B3;
}

.sidebar .box.popular .tabs > a.active {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  top: 1px;
}

.sidebar .box.popular .links li {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 12px 0;
}

.sidebar .box.popular .links li > a {
  color: #333333;
  text-decoration: none;
}

.sidebar .box.popular .links li > a:hover {
  color: #00C4B3;
}

.sidebar .box.navigation .content {
  padding: 20px;
}

.sidebar .box.navigation nav > a {
  color: #333333;
  display: block;
  margin: 0 0 10px 0;
  text-transform: none;
  text-decoration: none;
}

.sidebar .box.navigation nav > a:hover,
.sidebar .box.navigation nav > a.active {
  color: #00C4B3;
}

.sidebar .box.accordian .content {
  padding: 20px;
}

.sidebar .box.accordian .content .button {
  display: block;
  text-align: center;
}

.sidebar .box.accordian .content .thumbnail {
  display: block;
  width: 100%;
}

.sidebar .box.accordian .content p {
  font-size: 12px;
  line-height: 1.4;
  margin: 20px 0;
}

.sidebar .box.topic-tags .content {
  padding: 15px 25px;
}

.sidebar .box.topic-tags .tag {
  background: #333333;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 4px 0;
  padding: 4px 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar .box.connect .content {
  padding: 15px 25px;
}

.sidebar .box.connect .content a {
  color: #333333;
  display: block;
  margin: 5px 0;
  text-decoration: none;
}

.sidebar .box.connect .content i {
  color: #fff;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 10px;
  text-align: center;
  width: 35px;
}

.sidebar .box.connect .content .fa-twitter {
  background: #5fa7e0;
}

.sidebar .box.connect .content .fa-facebook {
  background: #3c599c;
}

.sidebar .box.connect .content .fa-youtube {
  background: #d42a12;
}

.sidebar .box.connect .content .fa-rss {
  background: #f69200;
}

.sidebar .box.connect .content .fa-microphone {
  background: #784997;
}

.sidebar .box.connect .content .fa-flickr {
  background: #2d4fa0;
}

.sidebar .box.more .content {
  padding: 15px 25px;
}

.sidebar .box.more p {
  line-height: 1.3;
  margin: 8px 0;
}

.sidebar .box.more p a {
  color: #333333;
  text-decoration: none;
}

.main-footer {
  background: #333333;
}

.main-footer .secondary-navigation .top-level {
  float: left;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.main-footer .secondary-navigation .top-level > a {
  color: #545454;
  display: block;
  padding: 25px;
  text-decoration: none;
}

.main-footer .secondary-navigation .top-level > a i {
  padding-left: 8px;
}

.main-footer .secondary-navigation .top-level > a.active,
.main-footer .secondary-navigation .top-level > a:hover {
  color: #fff;
}

.footer-box {
  padding: 0 25px 25px 25px;
}

.footer-box h3 {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #00C4B3;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.footer-box .navigation li {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 4px 0;
  position: relative;
}

.footer-box .navigation a {
  color: #ffffff;
  text-decoration: none;
}

.footer-box .navigation a:hover {
  color: #00C4B3;
}



.footer-box .programs .col1 {
  float: left;
  width: 25%;
}

.footer-box .programs .col2 {
  float: right;
  width: 70%;
}

.footer-box .programs .col2 img {
  display: block;
  height: auto;
  width: 100%;
}



.footer-box .online .col1 {
  float: left;
  width: 33.33333%;
}

.footer-box .online .col2 {
  float: left;
  width: 33.33333%;
}

.footer-box .online .col3 {
  float: left;
  width: 33.33333%;
}



.footer-box .online .social-links li {
  display: block;
  font-size: 14px;
  margin: 0 0 5px 0;
}

.footer-box .online .social-links li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}

.footer-box .online .social-links li i {
  font-size: 20px;
  margin: 0 15px 0 0;
  vertical-align: -1px;
}

.footer-box .online .social-links .twitter {
  background: #5ca6dd;
}

.footer-box .online .social-links .facebook {
  background: #3b5799;
}

.footer-box .online .social-links .youtube {
  background: #d6251d;
}

.footer-box .online .social-links .podcast {
  background: #794695;
}

.footer-box .online .social-links .rss {
  background: #f89200;
}

.footer-box .online .social-links .flickr {
  background: #2c4d9e;
}



.footer-box .news .col {
  float: left;
  margin: 0 2% 0 0;
  padding: 0 0 0 25px;
  width: 28%;
}

.footer-box .news .kids:before {
  border: 1px solid #00c000;
  color: #00c000;
  content: "kids";
  font-size: 9px;
  left: -50px;
  position: absolute;
  padding: 2px 10px;
  text-transform: uppercase;
  top: 1px;
}

.footer-box .news .series:before {
  border: 1px solid #794695;
  color: #794695;
  content: "series";
  font-size: 9px;
  left: -59px;
  position: absolute;
  padding: 2px 10px;
  text-transform: uppercase;
  top: 1px;
}

.footer-box .news .special:before {
  border: 1px solid #00C4B3;
  color: #00C4B3;
  content: "special";
  font-size: 9px;
  left: -65px;
  position: absolute;
  padding: 2px 10px;
  text-transform: uppercase;
  top: 1px;
}

.footer-box .news .radio:before {
  border: 1px solid #d9251e;
  color: #d9251e;
  content: "radio";
  font-size: 9px;
  left: -65px;
  position: absolute;
  padding: 2px 10px;
  text-transform: uppercase;
  top: 1px;
}

.footer-box .news .news:before {
  border: 1px solid #f69101;
  color: #f69101;
  content: "news";
  font-size: 9px;
  left: -55px;
  position: absolute;
  padding: 2px 10px;
  text-transform: uppercase;
  top: 1px;
}



.footer-box .education .col1 {
  float: left;
  width: 25%;
}

.footer-box .education .col2 {
  float: right;
  width: 70%;
}

.footer-box .education .col2 img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (max-width:700px) {
  .main-footer {
    display: none;
  }
}

.bottom-bar {
  background: #292929;
  padding: 25px 0;
}

.bottom-bar .files {
  display: block;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.bottom-bar p,
.bottom-bar address {
  color: #e5e5e5;
  font-size: 12px;
  line-height: 1.7;
}

.bottom-bar .logo {
  display: block;
  float: left;
  margin: 5px 0 0 0;
}

.bottom-bar .fcc-files {
  position: relative;
}

.bottom-bar .fcc-files:hover .file-list {
  display: block;
}

.bottom-bar .fcc-files:hover .button {
  background: #2186d1;
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 500;
}

.bottom-bar .fcc-files .file-list {
  display: none;
  bottom: 45px;
  background: #fff;
  -webkit-box-shadow: 0 -2px 4px rgba(0,0,0,.25);
  box-shadow: 0 -2px 4px rgba(0,0,0,.25);
  padding: 20px;
  position: absolute;
  width: 100%;
}

.bottom-bar .fcc-files .file-list h2 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.bottom-bar .fcc-files .file-list .links {
  margin: 0 0 20px 0;
}

.bottom-bar .fcc-files .file-list .links:last-child {
  margin: 0;
}

.bottom-bar .fcc-files .file-list .links li {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 4px 0;
}

.bottom-bar .fcc-files .file-list .links li a {
  color: #333333;
  text-decoration: none;
}

.bottom-bar .fcc-files .file-list .links li a:hover {
  color: #00C4B3;
}

.bottom-bar .col1 {
  float: left;
  margin: 0 4% 0 0;
  width: 20%;
}

.bottom-bar .col2 {
  float: left;
  margin: 0 4% 0 0;
  width: 22%;
}

.bottom-bar .col3 {
  float: left;
  margin: 0 4% 0 0;
  width: 22%;
}

.bottom-bar .col3 .subcol1 {
  float: left;
  width: 20%;
}

.bottom-bar .col3 .subcol2 {
  float: right;
  width: 75%;
}

@media screen and (max-width:700px) {
  .bottom-bar .col1,
  .bottom-bar .col2,
  .bottom-bar .col3 {
    float: none;
    width: 100%;
  }

  .bottom-bar .col2 {
    margin: 20px 0;
  }
}

#mpb.cms-blogger .box{
  padding:0;
}

.text-plugin,
#mpb.cms-blogger .blog-entry,
#mpb.cms-blogger .blog-post{
  background: rgba(255,255,255,0.80);
  padding:25px;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
  box-shadow: 0 0 1px rgba(0,0,0,.1);
  margin-bottom: 15px;
}

.col2 .text-plugin {
  margin-right: 25px;
}

.text-plugin

#mpb.cms-blogger .blog-post .text-plugin {
  padding:0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 30px;
  background: none;
}

#mpb.cms-blogger .blog-post .text-plugin a {
  color: #00C4B3;
  font-weight: normal;
  text-decoration: none;	
}

iframe {
	max-width: 100% !important;	
}


.text-plugin ul {
  list-style: disc;
  font-size: 14px;
  margin-left: 30px;
  line-height: 1.3;
  color: #333333;
}

.text-plugin ol {
  list-style: decimal;
  font-size: 14px;
  margin-left: 30px;
  line-height: 1.3;
  color: #333333;
}

.text-plugin h1,
#mpb.cms-blogger .blog-entry #entry-title,
#mpb.cms-blogger .blog-post #entry-title{
  color:#005f9b;
  font-family:'brandon-grotesque',sans-serif;
  font-size:24px;
  font-weight:700;
  line-height:1.3;
  margin:0 0 .3em 0;
  text-transform:uppercase;
}

.text-plugin h2{
  color:#005f9b;
  font-family:'brandon-grotesque',sans-serif;
  font-size:18px;
  font-weight:500;
  margin:0 0 .4em 0;
  text-transform:uppercase;
}

.text-plugin h3{
  color:#333333;
  font-family:'brandon-grotesque',sans-serif;
  font-size:16px;
  font-weight:500;
  margin:0 0 .4em 0;
  text-transform:uppercase;
}

.text-plugin h4{
  color:#333333;
  font-family:'brandon-grotesque',sans-serif;
  font-size:14px;
  font-weight:500;
  margin:0 0 .4em 0;
  text-transform:uppercase;
}

.text-plugin h5{
  color:#333333;
  font-family:'brandon-grotesque',sans-serif;
  font-size:12px;
  font-weight:500;
  margin:0 0 1.4em 0;
  text-transform:uppercase;
}

#mpb.cms-blogger .blog-entry #entry-title a{
  color:#333;
  text-decoration:none;
}

#mpb.cms-blogger .blog-entry > .right-col{
  border:none;
}

#mpb.cms-blogger .blog-post .date{
  color:#333333;
  font-family:'brandon-grotesque',sans-serif; 
}

#mpb.cms-blogger .blog-post .date .month{
  font-size:16px;
  font-weight:800;
}

.text-plugin p,
#mpb.cms-blogger .blog-entry .entry-summary,
#mpb.cms-blogger .blog-post p{
  color:#333;
  /* font-family:'Arial',sans-serif; */
  font-size:14px;
  line-height:1.4;
  margin:0 0 1.4em 0;
}

.text-plugin p a,
#mpb.cms-blogger .blog-entry .entry-summary a,
#mpb.cms-blogger .blog-post p a{
  color: #00C4B3;
  font-weight: normal;
  text-decoration: none;
}

.text-plugin p em {
  font-style: oblique;
}

#mpb.cms-blogger .blog-post .entry-footer .arrow-left,
#mpb.cms-blogger .blog-post .entry-footer .arrow-right {
  /* font-family:'Arial',sans-serif; */
  font-size:12px;
  text-transform:uppercase;
}

#mpb.cms-blogger .blog-post .entry-footer a{
  text-decoration:none;
}

#mpb.cms-blogger .blog-post .entry-footer .title{
  font-size:16px;
  font-weight:800;
  color:#333333;
  font-family:'brandon-grotesque',sans-serif;
  text-transform:uppercase;
}

#mpb.cms-blogger .blog-entry .entry-read-more{
  border-radius: 0 10px;
  background:#0097CD;
  color:#fff;
  font-family:'brandon-grotesque',sans-serif;
  display:inline-block;
  padding:1em 1.5em;
  text-transform:uppercase;
  font-weight: 500;
}

#mpb.cms-blogger .blog-entry .entry-read-more:hover {
  background: #005F9B;
}
0pb.cms-blogger .blog-promotion-header{
  padding:0 0 10px 0;
}

#mpb.cms-blogger .blog-promotion-header #blog-promotion-title {
  font-size:22px;
  font-weight:900;
  color:#333333;
  letter-spacing:1px;
  font-family:'brandon-grotesque',sans-serif;
  text-transform:uppercase;
}

#mpb.cms-blogger .col2 .blog-promotion-header #blog-promotion-title {
  margin-top: 25px;
}

#mpb .topic-tags,
#mpb.cms-blogger .topic-tags {
  margin:15px 0;
}

.entry-image,
.entry-image-container {
  height:auto;
  max-width:100%;
}

.topic-tags h1 {
  color:#333333;
  font-family:'brandon-grotesque',sans-serif;
  font-size:14px;
  font-weight:600;
  margin:0 0 .5em 0;
  text-transform:uppercase;
}

.topic-tags .content a {
  background:#333;
  color: #ffffff;
  padding: 5px 7px 6px 7px;
  display:inline-block;
  font-size:12px;
  margin:0 5px 5px 0;
  text-decoration:none;
  font-family: "brandon-grotesque",sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.topic-tags .content a:hover, .topic-tags .content a.active {
  background:#00C4B3;
}

.slick-slider{
    margin:0;
}

/* Single Blog Entry Page */
#mpb.cms-blogger .entry-footer .pull-left img,
#mpb.cms-blogger .entry-footer .pull-right img {
    display: none !important;
}

#mpb.cms-blogger .entry-footer .pull-left,
#mpb.cms-blogger .entry-footer .pull-right {
    padding: 20px 0px 6px 0px !important;
}

#mpb.cms-blogger .img-details .img-caption {
  font-family:'brandon-grotesque',sans-serif;
  font-weight:600;
  text-transform:uppercase;
}

#mpb.cms-blogger .blog-post > .right-col {
  padding-bottom: 25px;   
}

#mpb.cms-blogger .blog-post .subtitle .author,
#mpb.cms-blogger .blog-entry .subtitle .author {
  color: #0097cd !important;   
}

#mpb.cms-blogger .main-header .sub-menu .blog-entry .subtitle .author {
  color: #ededed !important;	
}

#hidden-river {
  display: none !important;   
}

/*ashley's additions*/

.edu-listing
{
  background: rgba(255,255,255,0.80);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
  box-shadow: 0 0 1px rgba(0,0,0,.1);
  margin-bottom:25px;
}

blockquote, q, .text-plugin blockquote, .text-plugin q {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
    font-size: 16px;
    font-style: oblique;
    color: #005f9b;
}

blockquote p, q p, .text-plugin blockquote p, .text-plugin q p {
    font-size: 16px;
    font-style: oblique;
    color: #005f9b;
}

.pbs-playlist-player {
    background: rgba(255,255,255,0.80);
    padding: 25px;
    margin-right: 25px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
    box-shadow: 0 0 1px rgba(0,0,0,.1);
    margin-bottom: 15px;
}

.text-plugin .uwcontact {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Open Sans",sans-serif;
  margin-left: 15px;
  color: #333;
}

.home-blog {
  margin-right: 15px;
}

.blog-post .text-plugin {
  background: none;
  box-shadow: none;
  webkit-box-shadow: none;
}