@charset "UTF-8";
/* CSS Document */
.blog-left {
  float: left;
  width: 72.47557%; /* 890/1228 */
}
.blog-right {
  float: right;
  width: 24.5%; 
  font-size: 	0.889em;
  line-height: 1.4;
}
/** main page **********************************************/
.article-wrap {
  margin: 0 -1%;
  overflow: visible;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  /*  flex-wrap: nowrap;*/
  justify-content: center;
}
.article-wrap:after, .blog-block:after {
  content: "";
  display: table;
  clear: both;
}
.blog-block {
  position: relative;
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 1px 2px 0 rgba(000, 000, 000, .2);
  box-shadow: 0 1px 2px 0 rgba(000, 000, 000, .2);
  margin: 0 1% 25px;
  background-color: #FFF;
  display: inline-block;
  flex-grow: 1;
  flex-basis: 30%;
	max-width: 298px;
}
body.home .blog-block {
	flex-basis: 20%;
}
@media (max-width:1000px) {
body.home .blog-block {
    flex-basis: 40%;
	max-width: 1000px;
  }
}
@media (max-width:640px) {
  .blog-block {
    flex-basis: 40%;
	  max-width: 350px;
  }
}
@media (max-width:500px) {
  .blog-block, body.home .blog-block {
    flex-basis: 100%;
	  max-width: 460px;
  }
  .blog-block img {
    width: 100% !important;
    height: auto !important;
  }
}
.blog-block h2.entry-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
  text-align: left !important;
}
.blog-block h2.entry-title a {
  text-decoration: none;
  color: #000;
}
.blog-block h2.entry-title a:hover {
  color: #00669A;
}
.blog-block .entry-content {}
.blog-block a.read-article {
  font-weight: 700;
  /*font-size: 15px;*/
  font-size: 13px;
  color: #00669A;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
.blog-block a.read-article:hover {
  color: #999;
}
.blog-block a.read-article::after {
  content: " \00bb";
  color: #000;
}
.blog-block .article-content {
  position: relative;
  line-height: 1.6;
  padding: 15px;
  font-size: 13px;
}
.blog-block .article-content.with-thmb {}
.blog-block .article-content p {
  margin: 0 0 10px;
  text-align: left !important;
}
.blog-block-img {
	max-height: 165px;
	overflow: hidden;
}
.blog-block img {
  display: block;
  margin: 0 auto;
  height: auto;
  opacity: 1;
	max-width: auto;
	width: 100%;
}
.blog-block .posted-on {
  display: block;
  font-weight: 500;
  /*font-size: 15px;*/
  font-size: 12px;
  color: #9ca4ab;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.category-committee-spotlights .posted-on, body.post-template-single-spotlight .posted-on,
body.category-jr-committee-spotlights .posted-on, body.post-template-single-jr-spotlight .posted-on {
	display: none;
}
.nothmb-space {
  display: none;
}
/*category list page------------------------------------------*/
.entry-footer .cat-links, .entry-footer .tags-links, .entry-footer .comments-link {
  margin-right: 10px;
}
article.category-block {
  border: 1px solid #CCC;
  padding: 10px 10px 20px;
}
article.category-block:nth-child(even) {
  background-color: #EEE;
}
article.category-block:nth-child(even) .entry-footer {
  background-color: #FFF;
}
article.category-block .entry-title {
  color: #0e76bc;
  font-size: 34px;
}
article.category-block .entry-title a {
  text-decoration: none;
}
article.category-block .entry-content {
  margin-bottom: 10px;
}
.cat-introtext {
  margin: -10px 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #CCC;
}
article.category-block .more-link {
  display: inline-block;
  margin: 10px 0;
  color: #FFF;
  text-decoration: none;
  padding: 4px 10px;
  background-color: #25aae1;
}
article.category-block .more-link:hover {
  background-color: #084b78;
}
/*ALL POSTS PAGE--------------------------------------------*/
.all-posts-block {
  border-top: 2px dashed #c9cdd2;
  padding: 20px 0 20px;
}
.all-posts-block:first-child {
  border-top: none;
  padding-top: 0;
}
.all-posts-block h2 {
  margin: 0px 0px 20px;
}
.all-posts-block ul {
  font-size: 16px;
}
.all-posts-block li {
  margin-bottom: 5px;
}
/**** article ****************************************************/
.blog-left h2, .blog-left h3 {
	font-weight: 700;
}
.articleTitle, .entry-title {
  font-size: 42px;
	line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
.dateLine, .entry-meta {
  font-weight: 600;
  font-size: 16px;
  color: #9ca4ab;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.entry-meta a {
  color: #9ca4ab;
  text-decoration: none;
}
.entry-meta a:hover {
  color: #0e76bc;
}
/****sidebar******/
.sideBox {
  margin-bottom: 20px;
}
.sideBox a {
	text-decoration: none;
}
.sideBox p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 12px;
  margin: 0px !important;
  text-align: left !important;
}
.sideBox ul {
  margin: 0px;
  padding: 0 0 14px;
}
.sideBox ul li {
  list-style: none;
  padding: 0 0 12px;
	line-height: 1.2;
}
#custom-recent-posts-2 {
	color: #FFF;
	background-color: #b160a5;
	padding: 20px 20px 0;
}
#custom-recent-posts-2 a {
	color: #FFF;
}
#custom-recent-posts-2 a:hover {
	color: #393668;
}
#categories-3 {
	color: #FFF;
	background-color: #393668;
	padding: 20px 20px 0;
}
#categories-3 a {
	color: #FFF;
}
#categories-3 a:hover {
	color: #b160a5;
}
#custom_html-3 {
	padding: 15px;
	border: 4px solid #41a5ff;
}
#custom_html-3 p {
	color: #b160a5;
	padding-bottom: 6px;
}
#custom_html-3 .addthis_toolbox .addthis_follow_label {
	color: #393668;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
/*WP PREV and NEXT Posts Links---------------------------------------------*/
.nav-links {
  font-size: 14px;
  line-height: 1.2;
  margin: 20px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links a {
  text-decoration: none;
  display: inline-block;
  color: #0e76bc;
}
.nav-links a:hover {
  color: #084b78
}
.nav-links div {
  width: 45%;
}
.nav-previous {
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 16px;
  float: left;
  text-align: left;
}
.nav-next {
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 16px;
  float: right;
  text-align: right;
}
.side-links-blog {display: none;}
.side-links-blog .nav-links {
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
.side-links-blog .nav-links div {
  width: 30px;
  padding: 0;
}
.side-links-blog .nav-next, .side-links-blog .nav-previous {
  background-image: none;
  background-color: #41a5ff;
  float: none;
  text-align: center;
  position: fixed;
  top: 400px;
  z-index: 99;
  padding: 0;
}
.side-links-blog .nav-next a, .side-links-blog .nav-previous a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 30px 2px;
  background-color: #41a5ff;
}
.side-links-blog .nav-next a:hover, .side-links-blog .nav-previous a:hover {
  background-color: #b160a5;
}
.side-links-blog .nav-previous {
  left: 0;
}
.side-links-blog .nav-next {
  right: 0;
}
a.more-link {
  font-size: 20px;
}
.byline {
  display: inline-block;
}
.list .entry-content, .list .entry-summary {
  margin-top: 0;
}
/*WP COMMENTS---------------------------------------------------*/
#comments {
  background-color: #eee;
  padding: 40px;
  max-width: 800px;
  margin: 40px auto 20px;
}
.comments-title {
  margin-bottom: 10px; /*border-bottom: dotted 1px #999;
    padding-bottom: 5px;*/
  display: none;
}
.comments-title span {
  font-weight: bold;
}
ol.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol.comment-list > li {
  background-color: #FFF;
  padding: 20px;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.5;
}
ol.children {
  margin: 10px 0 10px 30px;
  padding: 0;
  list-style: none;
}
ol.children li {
  padding: 0 0 0 30px;
  border-left: 1px dashed #CCC;
}
span.reply {
  float: right;
  margin-right: 10px;
}
a.comment-reply-link {
  background-color: #666;
  padding: 1px 4px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
a.comment-reply-link:hover {
  background-color: #CCC;
}
.comment-content {
  /*font-size: .8571428em;*/
}
.comment-content p {
  margin-bottom: 10px;
}
.comment-meta {
  clear: left;
  margin-bottom: 15px;
}
.comment-author {
  margin-right: 2px;
}
.comment-author .avatar {
  float: left;
  margin-right: 20px;
}
.comment-metadata {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
}
.comment-metadata a {
  text-decoration: none;
}
#respond.comment-respond {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #ccc;
}
#comments > #respond {
  border-top: none;
  border-bottom: none;
}
span.required {
  color: #cc0000;
}
a.comment-edit-link, #cancel-comment-reply-link {
  font-size: 12px;
  /* font-weight: bold; */
  display: inline-block;
  background-color: #ccc;
  padding: 0px 4px;
  margin-left: 5px;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
}
a.comment-edit-link:hover, #cancel-comment-reply-link:hover {
  background-color: #084b78;
  color: #FFF;
}
p.logged-in-as {
  padding: 5px 0;
  margin: 0 0 10px;
  font-size: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
h3.comment-reply-title {
  margin-bottom: 20px;
  font-size: 20px !important;
  font-family: "fira sans", Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.comment-form {
  font-size: 16px;
}
.comment-form p {
  margin: 10px 0;
  clear: both;
}
.comment-form label {
  width: 18%;
  display: block;
  float: left;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
}
.comment-form-comment label {
  float: none;
  width: auto;
  padding-bottom: 2px;
}
.comment-form textarea {
  font-size: 15px;
  line-height: 1.5;
  width: 99%;
  padding: 5px;
  border: 1px solid #CCC;
}
.comment-form input {
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid #CCC;
  padding: 5px;
  width: 50%;
  min-width: 250px;
}
.comment-form input[type=submit] {
  background-color: #00669A;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  color: #FFF;
  min-width: 100px;
  width: auto;
  margin-left: 18%;
}
.comment-form input[type=submit]:hover {
  background-color: #f59803;
}
.comment-form-cookies-consent label {
  float: none;
  display: inline-block;
  width: auto;
}
#wp-comment-cookies-consent {
  display: inline-block;
  float: none;
  margin-right: 5px;
}
@media (max-width:980px) {
  .blog-left {
    float: none;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .blog-right {
    float: none;
    width: 100%;
    border-top: 1px solid #CCC;
    padding-left: 0px;
    border-left: none;
    padding-top: 20px;
  }
  iframe#twitter-widget-0 {
    width: 100% !important;
  }
}
@media (max-width:767px) {
  img.alignleft, img.alignright {
    margin: 20px auto;
    display: block;
    float: none;
  }
}
/*Ads------------------------------*/
.side-cta {
  margin-bottom: 20px;
}
.side-cta img {
  display: block;
  margin: 0 auto;
}
.bottom-ads {
  margin: 0 auto;
  text-align: center;
}
.bottom-ads img {
  display: block;
  margin: 30px auto;
}



@media (min-width:768px) and (max-width:1200px) {
	.blog-left img.alignright, .blog-left img.alignleft, .blog-left img.aligncenter, .blog-left .featured-image img, .blog-left .wp-caption, 
	.blog-left .alignright, .blog-left .alignleft, .blog-left .aligncenter,.blog-left .wp-caption.alignright,.blog-left .wp-caption.alignleft {
		float: none;
		margin: 0 auto 20px;
		display: block;
	}
}