  h1.h2-style {
    font-size: 2em;
    color: #b60000;
    line-height: 1.6em;
    font-weight:400;
}

.news-container-2022 {
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  padding:1em;
  background-color: #fafafa;
  justify-content:center;
  page-break-inside: avoid; 
  page-break-before: auto;  
}

.news-list-container{
  display:flex;
  flex-direction:column;
  padding: 10px;
  background-color: #fff;
  flex: 300px;
  max-width:400px;
  border:1px solid #fff;
  border-radius: 10px;    
}

.news-list-container:hover, .news-list-container:focus {
    border: 1px solid #88a;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-list-container img {
    
    width: auto !important;    
    max-width: 100% !important;
    max-height: 100% !important; 
    height: auto !important;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);  
}

.news-events-full a {
    padding: 10px 10px 10px 0;
    text-decoration: none;
}

.news-outer .news {
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
    height: 100%;
}
.news-list-thumbnail {
  border-radius: 3px 3px 0 0;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.news-details { padding: 10px 16px 0; flex-grow:1; }

.news-list-thumbnail { 
    position:relative; 
    border-radius:10px;
    text-align:center;
}
.news-type { 
    color:#000;  
    margin:0 auto;
    font-weight:normal;
    text-align:center;
    padding:0 10px;
 }

/*   THE MENU BAR */
#news-menu-bar { 
 margin:0; padding:0;
}
.news-menu-bar-inner { 
  padding:0; 
  margin:0; 
  background-color: #fafafa;

  border:1px solid #bbb;
  border-radius:1em;
}

#news-menu-bar .news-containers {
  display:flex; 
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: space-evenly;
  padding:0; 
  width:100%;
}

#news-menu-bar .news-control { 
  font-size:1.1em; 
  padding: 5px 10px;
  border-radius: 10px;
  border:1px solid #bbb;
  font-weight:600;
  color:#595959;
}
#news-menu-bar select.news-control {
    appearance: none;
	background-image: url(/media/05-admin/responsivesiteassets/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.1 by %40fontawesome - https:/fontawesome.com License - https:/fontawesome.com/license (Commercial License) Copyright 2022 Fonticons  Inc. --%3E%3Cpath fill='gray' d='M360.5 217.5l-152 143.1C203.9 365.8 197.9 368 192 368s-11.88-2.188-16.5-6.562L23.5 217.5C13.87 208.3 13.47 193.1 22.56 183.5C31.69 173.8 46.94 173.5 56.5 182.6L192 310.9l135.5-128.4c9.562-9.094 24.75-8.75 33.94 .9375C370.5 193.1 370.1 208.3 360.5 217.5z'/%3E%3C/svg%3E");   
    background-repeat: no-repeat;
    background-position: right;
    background-size:30px 30px;
}
#news-type-select { width: 230px; }
#news-year-select { width: 100px; }

.news-control-container {
   padding:10px; 
   border:1px solid #bbb;
   border-radius:10px;
   background-color: #fff;
   margin: 10px;
  
}

.news-control-container label { 
   color:#595959; 
   font-weight:600;
   margin:0 1em;
}

#clear-selections {
    font-size: 1em;
    padding: 5px;
    border-radius: 10px;
    border:1px solid #bbb;
    cursor: pointer;
}

.news-menu-item {}


@media(max-width:991px) { 
    #news-menu-bar { margin:10px 0;  }
    #news-menu-bar .news-control { font-size:1em; }
    .news-control-container { padding:10px; margin:10px;}
}

@media(max-width:500px) {
  .news-container-2022 { padding:0;}
    #news-menu-bar { display:block;  }
    #news-menu-bar .news-control { font-size:1em; width:100%; }
    .news-control-container { padding:10px; margin:10px; width:100%; }
}  
  
/*  The Article blurbs */

a.news-image-link {
    text-decoration: none;
}

a.news-image-link:hover, a.news-image-link:focus,  a.news-image-link:active {
     text-decoration: underline; 
     text-underline-offset: 4px;
}

a.news-image-link:hover img, a.news-image-link:focus img, a.news-image-link:active img {
    filter: brightness(1.2);
}

.news-text {
    width: 100%;
}
.news-text a {
    text-decoration: none;
}

.news-title {
  font-size: 1.2em;
  line-height: 1.5em;
  padding:5px;
  margin:0;
}
.news-title a {
    text-decoration: none;
}

.news-description, .news-text p,  .news-text h3 {   
    display:none;
    font-size: 0.9em;
    line-height: 19px;
    margin: 0;
    overflow: hidden;
    word-wrap: break-word;
}
.news-context {
    color:#595959;
    text-align:center;
    padding: 2px 10px;
    margin:0 auto;
}

.news-context p {
  margin:0;
  padding-bottom: 4px;
}
.news-context hr {
   display:none;  
   color: #f9f9f9;
   border: 0;
   height: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
 }

.navy-blue-text-color {
  color: #001e4d;
}
.red-text-color {
  color: #b60000;
}
.dark-grey-text-color {
  color: #585348;
}
.light-grey-text-color {
  color: #888;
}
.light-green-text-color {
  color: #535C41;
}
.blue-text-color {
  color: #001e4d;
}
.dark-grey-bg {
/*  background-color: #585348;  */
}
.navy-blue-bg {
/*    background-color: #001e4d; */
}
.red-bg {
/*    background-color: #cb0003; */
}
.light-grey-bg {
/*    background-color: #888; */
}
.light-green-bg {
/*    background-color: #BBC592; */
}
.blue-bg {
/*    background-color: #069; */
}

@media (max-width: 767px) 
{
  .news-list-container { max-width: 100%; }
  .siteSectioncontainer {flex-flow: column wrap;}
  .news-list-container img { height: auto !important;}
  .news-list-thumbnail {height: 200px;}
}


@media (min-width : 768px)and (max-width : 1024px)  {
  .news-list-thumbnail {height: 150px;}
   
}


#content-136143 {
   margin:0; 
   font-weight:400; 
   letter-spacing:1px;
}


/*-------------------------------------------

    	Responsive Slider Style - part of Event Recap
------------------------------------------*/

/*
 * Responsive Slider Style
 * https://www.bhcc.edu
 * Contributing author: Uju Makhene
 *
 */


/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#slider-container {
  margin: 0 auto 15px;
  position: relative;
  display: block;
  text-align:center;
}

#slider-container img {  max-width: 100%; height:auto !important;}


/* Next & previous buttons */
.next-button, .prev-button  {
  position: absolute;
  cursor: pointer;
  width: auto;
  padding: 5px 15px;
  border-radius:50%;
  top: 50%;
  transform: translateY(-50%);
}
.prev-button { left: 0;background-color: rgba(0,0,0,0.2);}
.next-button { right: 0;background-color: rgba(0,0,0,0.2);}

/* On hover, add a black background color with a little bit see-through */
.prev-button:hover, .next-button:hover {
    background-color: rgba(0,0,0,0.6);
}

#slider-container a:link,
#slider-container a:visited { color: #fff; text-decoration: none; }

#slider-container a:hover,
#slider-container a:active { color: #fff; text-decoration: none; }

@media(max-width:991px) {
  #slider-container span {
      font-size:1.5em;
      background-color: rgba(0,0,0,0);
    
  }
  .prev-button { left: 0;}
  .next-button { right: 0;}
}



/* Mag51³Ô¹ÏÍø BG Colors --- BEGIN */

.main-box-title-color {
    background: #ffffff;
    color: #232323;
    display: inline-block;
    width: 100%;
}
.news-viewMore-bg-Color {background: #f9f9f9;}
.news-viewMore-bd-Color {border-left: 10px solid #b60000;}
.news-bg-Color {	background: #f9f9f9;  }
.main-box-inside {    padding: 20px 20px 0;  }

.news-bd-color {
	border-top: 2px solid #008fbe;
	border-right:1px solid #EAEAEA;
	border-bottom :1px solid #EAEAEA;
	border-left:1px solid #EAEAEA;
}

.news-text-color-grey {	color:#aeaeae;}

.summary {
	margin-top:10px;
	padding-top:5px;
}



/*  END -----News Brief Style ----------*/

/* -------------Begin --- News Brief-----------*/
.news-header2 {    padding-left: 15px;  }
.VMoreContainer {
	display: flex; 
	text-decoration: none; 
	color:#001e4d;
	width: 97%;
  	padding: 0 5px;
}
.vMoreHeader { padding: 10px; }
.vMoreImage { width: 70%}
.vMoreImage img{ width: 100%;padding: 10px;}
.vMoreContent { width: 100%;}
.vMoreContent a { text-decoration: none; font-weight: bold; color:#001e4d ; }
.vMoreContent a p {padding: 5px 0;}
.vMoreContent a span { color:#b60000; }
.VMoreContainer h3 {margin-top: 7px;}
.text-center {	text-align: center;}
.text-right {	text-align: right;}
.news-content {
	width:100%;
	display: block;
	 margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;

}


.news-content h2.sub-heading, .news-content h2, .news-content h3 {
    font-size:1.4em;
    letter-spacing:1px;
    line-height:1.5em;
    margin:15px 0;
    font-weight:600;
    color:#004;
}


.news-content-article {
    display: block;
    float: left;
    width: 350px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow:hidden;
}
.news-content-article img {
	width:100%;
	height:auto;
}
.news-content-article iframe {
	width:100%;
	height:400px;
}
.news-content-article .fab, .news-content-article .fal,  .news-content-article .far, .news-content-article .fas, .news-content-article .fa {
	padding:10px;
	font-size: 2.0em;
	color:#848d91;
}


/* Twitter */

.news-Twitter-box {
	text-align:left;
	margin-top:10px;
	padding-top:5px;
}

.51³Ô¹ÏÍønews-content-sameheight { 
	display: flex;
	flex-wrap: wrap;
    padding-left: 15px;
    justify-content:center;
}

/* Mag51³Ô¹ÏÍø BG Colors --- BEGIN */

.main-box-title-color {
    background: #ffffff;
    color: #232323;
    display: inline-block;
    width: 100%;
}
.news-viewMore-bg-Color {background: #f9f9f9;}
.news-viewMore-bd-Color {border-left: 10px solid #b60000;}
.news-bg-Color {	background: #f9f9f9;  }
.main-box-inside {    padding: 20px 20px 0;  }

.news-bd-color {
	border-top: 2px solid #008fbe;
	border-right:1px solid #EAEAEA;
	border-bottom :1px solid #EAEAEA;
	border-left:1px solid #EAEAEA;
}

.news-text-color-grey {	color:#aeaeae;}

.summary {
	margin-top:10px;
	padding-top:5px;
}

.single-news-item  {
      width:92.5%;
      margin:2em auto;
}


@media (max-width:1330px) {
   .news-content-article { width: 45%; }
}



@media(max-width:991px) {
  
        .news-content h2.sub-heading, .news-content h2, .news-content h3 {
            font-size:1.2em;
            letter-spacing:0;
        } 
  
    .news-content-article { width: 100%; }  
    .single-news-item  {
           width:95%;
           margin:5px auto;
     }  
     .single-news-item  .news-content {
            width: 100%;
            display: block;
            margin-right: 0;
            margin-bottom: 0;
            padding-right: 0;
            padding-left: 0;
      }         

      .single-news-item img { max-width:100% !important; height:auto !important; margin:0 auto; }    
}


@media (max-width:767px) {
	.news-content-article {	width: 100%;  }
  	.VMoreContainer {width: 100%;flex-wrap:wrap;}
    .vMoreContent {width: 100%; padding: 10px;}
	.vMoreImage {width: 100%;}
}



@media(max-width:500px) {
       .single-news-item  {
           width:auto;
           margin:1em;
        } 
      
       .single-news-item  .news-content {
            width: 100%;
            display: block;
            margin-right: 0;
            margin-bottom: 0;
            padding-right: 0;
            padding-left: 0;
        } 
      
        h1.h2-style {   font-size: 1.4em; line-height:1.5em; }   
  

      
        .single-news-item  .news-content img {
            width: 100% !important;
            height: auto !important;
            margin: 10px 0 !important;
            float: none !important;   
        }
      
}  


a.button-red {
    border: 1px solid rgba(203,0,3,0.5);
    color: white;
    font-size: 1.05em;
    font-weight: normal;
    background-color: #b60000;
    border-radius: 30px;
    padding: 5px 2em;
    text-align: center;
    box-shadow: 1px 1px 1px #444;
    display: inline-block;
    text-transform: none;
    text-shadow: none !important;
    text-decoration: none;
    width: fit-content;
    line-height: 1.7em;  
}

.news-date-part { display: inline; }
.news-arrow { color: #b60000; }

.news-item { 
   display:flex; 
   margin-bottom:2em; 
   padding: 1em; 
}

.news-item .news-item-left { padding:5px; text-align:center;}

.news-item-flag {
    text-align: left;
    font-size: 1.2em;
    width: fit-content;
    padding: 10px;
    color: white;
    margin-top:1em;
}

.news-item-flag.news-brief {    background-color: #58532c; }
.news-item-flag.press-release {    background-color: #b60000; }
.news-item-flag.event-recap {    background-color: #001e4d; }
.news-item-flag.public-notice {    background-color: #005C99; }
.news-item-flag.bhcc-spotlight {    background-color: #02604f; }




.bhcc-spotlight .news-type  {  font-weight:600;font-size:110%; }
.bhcc-spotlight .news-title  {  font-weight:500; }
.bhcc-spotlight.news-list-container {
    background-color: aliceblue;
    border: #88f 1px solid;
}


.row { clear:both; }

.news-item-date { 
    text-align:center;
    margin: 1em 2em 0 0;
    border:2px solid #888;
    width:140px;
}
.news-item-month {
    background-color: #b60000;
    padding: 0 1em;
    color: #fff;
}
.news-item-day {
    font-size: 2em;
    text-align: center;
    padding: 15px;
}
.news-item-year {
    border-top: 1px solid #888;
    letter-spacing: 2px;
    font-size:0.9em;
}
h2.news-item-title {
    font-size: 1.5em;
}

.news-item-body {
    flex-grow: 1;
}

div.news-item-teaser {   
    color: #004;
}
.news-outlet { padding:1em; }
.news-outlet-name { font-weight:400; padding-left:1em;font-size:1.1em;}
.news-item .news-item-flag   { 
    width:140px; 
    border:1px solid #000; 
    padding:5px 1em; 
    color:#fff;
    margin-left:0;
    margin-top:10px;
    text-align:center;
}
.news-item .news-item-flag span { margin-left:10px; color:#fff; }

.news-item .news-item-flag.bhcc-in-the-news  { background-color:#0c203b;  }
.news-item .news-item-flag.web-story  { background-color:#006072;  }
.news-item .news-item-flag.news-brief   {  }
.news-item .news-item-flag.press-release {  }
.news-item .news-item-flag.event-recap {  }
.news-item .news-item-flag.bhcc-spotlight {   }
.news-item .news-item-flag.public-notice {  }

.news-item-image { width:300px; height:auto; margin:1em 0 0 1em; }

.news-view-all { margin:1em 0; text-align:center; }
.news-view-all a {
    line-height: 2em;
    font-size: 1.1em;
    padding: 10px 0;
}

@media (max-width: 767px) {
   h2.news-item-title {
     font-size: 1.2em;
   }
  
  .news-item {
       padding: 1em;
       flex-direction:column;
       justify-content:center;
   }
   .news-item .news-item-left {
        padding: 0;
        text-align: center;
     }  
  
  .news-item-date { 
      margin:0;
      text-align:center;
      width:100%;
      padding:5px;
      font-size:1.1em;
      font-weight:300;
      color: #fff;
      background-color:#444;
      letter-spacing:2px;
      border:0;
      border-bottom:1px solid #ccc;
   }
  .news-item-month {
      background-color: transparent;
      padding: 0;
      display: inline;
      font-size: inherit;    
   }  
  .news-item-day {
      font-size: inherit;
      text-align: center;
      padding: 0;
      display: inline;
   } 
  .news-item-year {
      border-top: 0;
      font-size: inherit;
      display: inline;
  }  
  
  .news-item .news-item-flag {
      width: unset;
      border: 0; 
      padding: 5px 1em; 
      color: #fff;
      margin-left: 0; 
      margin-top: 0;
      text-align: center;
      font-weight:300;
      letter-spacing:2px;
   }
  
  .news-outlet { padding:0; }

}



/
    SECTION MENU BREADCRUMBS 
****/
#breadcrumbs-section {
   display:block;
   margin: 0 30px;
   background-color: transparent;
   font-size:1rem;
   padding:0 2%;
}
#breadcrumbs-section .breadcrumb-items { 
   display:block; 
   list-style: none;
   margin:0 0 0 20px;
   padding:0;
   width:90%;
}
#breadcrumbs-section .breadcrumb-item { line-height: 1rem; display:inline; color:#000; }
#breadcrumbs-section .breadcrumb-item a { color:#000; text-decoration:none; }
#breadcrumbs-section .breadcrumb-item a:hover { color:#b60000; text-decoration:underline;}  
#breadcrumbs-section li + li.breadcrumb-item:before {
    content: "\00bb";
    margin: 0 3px;
    color:#b60000;
}







































