/* Enter Your Custom CSS Here */

#attachment_1793 {
  margin-top: 0;
}
.widget-area .widget a,
.widget-area .widget a:link,
.widget-area .widget a:visited {
 color: #21759b;
}

  .group {
    border: 1px solid #ccc;
    padding: 0 8px;
    margin: 12px;
    overflow: hidden;
  }
  .group h3,
  .group h4 {
    margin: 4px;
  }

  .list-float, .list-float li {
    list-style-type: none;
    margin: 0;
  }

  .list-float {
    overflow: hidden;
    margin: 0;
    padding: 0 0 8px 0;
  }

  .list-float li {
    float: left;
    clear: none;
    width: 180px;
    margin: 2px;
    padding: 2px;
    overflow: hidden;  
  }

  .list-float li p {
    margin: 0;
    padding: 0;
  }

  .list-float .name {
    font-weight: bold;
  }

  .list-float .person-portrait {
    width:  180px;
    height: 180px;
    margin-bottom: 8px;
    overflow: hidden;
  }
  .list-float .contact {
    white-space: nowrap;
  }
  .person-portrait img {
    width:  180px;
    height: auto;
  }
  .list-float .person-info {
    overflow: hidden;
  }

.entry-header .entry-title {
  font-weight: bold;
}

.program-list .program {
 margin-bottom: 2em; 
 overflow: hidden;
}
.program-list .program .entry-header {
 margin-bottom: 7px;
 margin-bottom: 0.5rem;  
}

.program-list .program .program-name {
  line-height: 1.4;  
  overflow: hidden; 
  font-weight: bold;
}

.entry-content a:visited, .comment-content a:visited {
	color: #21759b;
}

@media screen and (max-width: 600px) {
  body .site {
    padding: 0 0.8rem;
  }
	.program-list .program .program-right-container {
  		width: auto; 
	}
  	.program {
    	padding: 0;
  	}
  	
  .program-list .program .program-image {
  		float: none;
  		width: 100%;
  		max-width: 100%;
  		max-height: auto;
  		margin: 0 auto;
  	}
  
  .program-list .program .program-right-container {
  	padding: 0;  
  }
}

@media screen and (min-width: 800px) {
	.program-list .program .program-right-container {
  		width: 400px; 
	}
}