  .multilevel-linkul-0 {
    display:none;
} 

 

@media (max-width: 1449px){
  .container {  width: 100%;    margin: 0 auto; }
}

/*   REVERSE RESPONSIVE */
@media (min-width: 1450px){
 
  .container {  width: 1400px; padding:0;    margin: 0 auto; }
  #main-content.col-sm-9 {    width: calc(100% - 300px);     margin: 0 auto;   }
  #main-content.col-sm-6 {    width: calc(100% - 600px);     margin: 0 auto;   }
}

@media (min-width: 1650px){
  .container {    width:90%;  }
}
@media (min-width: 2200px){
  .container {    width:1900px;  }
}  
/**
     Desktop Header
***/

#desktop-header, #header { clear: both; }
#desktop-header { height:162px;padding:0; }

#desktop-header .logo a img, #header .logo a img {
  padding: 1em;
  margin-left: -2em;
  border: none;
}
@media(max-width:1450px) {
  #desktop-header .logo a img, #header .logo a img {
  margin-left: 0;    
  }
}


.logo { width:25%; float:left; padding:0 15px; }
.desktop-header-right { 
    height: 162px;
    width: 75%; 
    float:right; 
    padding:0 15px;
    position: relative;
}

/* Desktop Search */
#desktop-header-search { 
   width:400px; 
   padding:0 15px; 
   position: absolute;
   bottom: 20px;
   right: 0;

}
#desktop-header-search .input-group { width:90%; position:relative; display:table; border-collapse:separate; }
#desktop-header-search #searchInput { 
  display: table-cell; 
  position: relative;
  font-size:1em;
  letter-spacing: 1px;
  z-index: 2;
  float: left;
  width: 300px;
  margin: 0;
  height: 40px;
  padding: 6px 12px;
  line-height: 1.5em;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #aaa;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#desktop-header-search #searchInput:focus { 
  border-color: #66afe9; 
  outline:0;  
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), inset 0 0 4px rgba(102, 175, 233,.4); 
}
  
#dshig-input-group { position:relative; width: 1%; white-space:nowrap; vertical-align:middle; }

#btn-search-submit { 
  position:relative; 
  z-index:2; 
  margin-left: -1px; 
  padding: 0;
  color:#333; 
  background-color:#b60000; 
  border: 1px solid #aaa;
  height: 40px;
  width: 40px;
  cursor:pointer;
}

#search-icon {
    padding: 0;
    font-size: 1.4em;
    color: #fff;
}

@media (max-width: 991px) {
  #desktop-header, #header  {  display: none; }
  
} 
  
/**
     HEADER - TOP RESOURCES
***/
#top-resources, .top-resources {  text-align: right;  padding-top: 0; margin:0; }
#top-resources ul, .top-resources ul {  list-style: outside none none; display: inline-block; padding:0; margin:0; }
#top-resources ul li, .top-resources ul li {height: 1em; line-height: 1.5rem; float: left; padding: 0 4px;   margin: 5px 0 0;}
#top-resources ul li + li, .top-resources ul li + li { border-left: 1px solid #cdd5da;  }
#top-resources a {text-decoration: none;}
#top-resources a:hover {text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 1400px) {
  #top-resources, .top-resources  {  font-size: 0.9em; }
}
@media (max-width: 1100px) {
  #top-resources, .top-resources  {  font-size: 0.8em; }
}
@media (max-width: 991px) {
  #top-resources, .top-resources  {  display: none; }
}

/**
     Desktop Menu
     NAVIGATION on the desktop
***/
#main-menu { height:60px;}

#main-nav {
  
  background-color: #b60000;
  border: 0;
  border-radius: 0;
  display: block;
  margin-top:0;
  margin-bottom:0;  
  border-bottom: 0px solid #fff;
  padding-bottom: 0;
  z-index: 14 !important;
  position: relative;
  min-height: 55px;
  clear: both;
}
#main-nav:before { display: table; content: " "; }

#navbar {
   display: block !important;
   height: auto !important;
   padding-bottom: 0;
   padding-left: 15px;
   padding-right: 15px;    
   margin-left: 0;
   margin-right: 0;  
   overflow: auto;
   width: auto;
   border-top: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
  
}
#navbar:before { display: table; content: " "; }

#main-nav .megamenu-navbar      { width: 100%; list-style:none; margin:0; padding-left:0; clear:both;}

#main-nav .megamenu-navbar:before { display: table;  content: " "; }
#main-nav .megamenu-navbar:after {  clear:both; }

#main-nav .megamenu-toplink   { 
    position: relative;
    display:block;
    text-align: center; 
    width: 16.66666667%; 
    padding: 15px 0;
    float: left;  
}

#main-nav #about-tab.megamenu-toplink { width:15%;}
#main-nav #academics-tab.megamenu-toplink { width:15%;}
#main-nav #future-students-tab.megamenu-toplink { width:20%;}
#main-nav #current-students-tab.megamenu-toplink { width:20%;}
#main-nav #employees-tab.megamenu-toplink { width:15%;}
#main-nav #workforce-tab.megamenu-toplink { width:15%;}

#main-nav .megamenu-toplink a { 
    position: relative;
    display:block;  
    padding-left:0; 
    padding-right:0; 
    padding-top:0; 
    padding-bottom:0;  
    color: #fff;  
    font-weight: normal;  
    font-size: 25px;  
    text-shadow: 1px 1px 1px #888; 
    letter-spacing: 1px;
    line-height: 1em;
    height:50px;
    text-decoration: none;
}
#main-nav .megamenu-toplink a:hover, #main-nav .megamenu-toplink a:focus { 
   text-decoration: underline; 
   text-underline-offset:2px;
   text-decoration-thickness: 1px;

}

@media (max-width: 1200px) {
  
  #main-nav .megamenu-toplink a { padding-left: 0;  padding-right: 0; font-size:1.2em;}
  
}
@media (max-width: 991px) {
  #main-menu {height:100%;}
  #main-nav {  display: none; }
  .multilevel-linkul-0 {
    display:block
  }
}

/**
    STICKY HEADER
***/
.sticky { position:fixed !important; top:0; z-index: 9998 !important; width: 100%; text-align:center; }
.menu-padding { padding-top: 50px; }


/**
      MEGA MENU - TOP BAR MENU
***/
.findvisible { position:absolute; top:150px; height:10px; width:10px; background-color:transparent; }

.dropdown-main   { display:none;  text-decoration:none; margin-left:15px; margin-right: 15px; padding-top:1em;  padding-bottom:1em;}

.linklist {
  width: 100%;
  padding-left: 7em;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 0; 
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 2em;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  min-height: 10rem;
}
@media (max-width: 1200px) {
    .linklist {
        padding-left: 2em;
    }
}



.linklist li   { font-size: 21.6px;  line-height: 1.5em;  list-style: outside none none; }
.linklist li a { 
    display: inline-block; 
    position: relative;
    color: #fff !important;  
    font-weight: normal; 
    padding:3px; 
    text-decoration:none; 
}

.linklist li a:hover { 
   text-decoration:underline;
   text-underline-offset: 3px;
   text-decoration-thickness: 1px;
   
}

.linklist li .currentsection { padding:3px; color:#e7d780; display:inline-block; }

.nav-overview { text-transform: uppercase; }

#workforce-dropdown .linklist li a { padding: 5px; }
#initiatives-dropdown .linklist li a   { padding: 5px; }

#dropdowns {
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  overflow: hidden;
  white-space: normal;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  z-index: 999;
}

/*
   SECTION MENU
*/
#section-navigation {
    margin-bottom: 1em;
}
.sidebar-menu-2022 { background-color: #0c203b; list-style:none; color:#fff; padding:10px 0 0; margin:0;}
.sidebar-menu-2022:first-of-type { padding-top:0; }
.sidebar-menu-2022 ul { list-style:none; padding-left:0; margin-left:10px; border-left:1px solid rgba(255,255,255,0.8);}
.sidebar-menu-2022 ul li {}
.sidebar-menu-2022 a { max-width:90%; color:#fff; display:inline-block; text-decoration:none; padding:7px 0 7px 10px; } 
.sidebar-menu-2022 a.current {  color:#e7d780; }
.sidebar-item-2022 a:hover, .sidebar-item-2022 a:focus  { color: #e7d780; text-decoration:underline; }
.sidebar-menu-2022 span { cursor:pointer; width:20px; }
.sidebar-menu-2022.starred-items span { color:#fff; }
.sidebar-menu-2022.starred-items a { display:inline; margin-left:5px;}
.sidebar-menu-2022 span.expander-left { margin-right:10px; cursor:pointer; display:none;}
.sidebar-menu-2022 span.expander-right { float:right; line-height:1.6em; position:relative;margin-top:10px;}
.sidebar-menu-2022 span.expander-right:before {
    position:absolute;
    right:0;
    transform: rotate(90deg);
    transition: all .2s ease-in-out;
    content: "\2b";
    font-size: 1.8em;
    font-weight:400;
}
.sidebar-menu-2022 span.expander-right.open:before {
    transform: rotate(180deg);
    transition: all .2s ease-in-out;
    content: "\2212";
}
.sidebar-menu-2022 span.expander-right:hover { color:#e7d780;}
.sidebar-item-2022 { line-height: 1.7em; padding: 0 10px; border-bottom:1px solid rgba(255,255,255,0.3); }

.sidebar-item-2022 li:hover {
    backdrop-filter: brightness(1.7);
}

.sidebar-menu-2022 .currentsection a  { color:#e7d780; }

li.sidebar-item-2022.star-item {
    display:table;
    width:100%;
}
li.sidebar-item-2022.star-item a {
}

li.sidebar-item-2022.star-item .star-item-icon {
    vertical-align: middle;
    font-size: 1.4em;
    width:30px;
    margin-right:10px;
}

#section-menu-mobile {display:none; }

/
    SECTION MENU BREADCRUMBS 
****/
#breadcrumbs-section {
   display:block;
   margin: 0;
   background-color: transparent;
   font-size:1em;
   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 { display:inline; color:#000; }
#breadcrumbs-section .breadcrumb-item a { color:#000; text-decoration:none; display:inline-block; padding:7px 0; }
#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;
}
@media (max-width: 991px) {
    #breadcrumbs-section {
        display: none;
    }
}

/**

    Mobile HEADER

***/
#mobile-and-tablet-header { display: none; }
  
@media (min-width: 992px) {
    #mobile-and-tablet-header { display: none; }
}
@media (max-width: 991px) {
    #mobile-and-tablet-header {
      position: fixed;
      top:0;
      display: block;
      z-index: 1000; 
      background: #b60000;
      overflow: visible;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      line-height: 3em;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 50px;
      text-align: center;
      overflow: visible;
      border-bottom: 1px solid transparent;
      margin-top: 0;
      height: 50px;
    }
    #mobile-and-tablet-header li { list-style: none; }
    #mobile-and-tablet-header ul { margin:0; }  
  
  #mobile-and-tablet-header .menu-tab a {
    background: center center no-repeat transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC);
    display: block;
    width: 3em;
    height: 3em;
    position: absolute;
    left: 10px;
  }
  #mobile-and-tablet-header #hamburger {
    background: center center no-repeat transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC);
    display: block;
    width: 3em;
    height: 3em;
    position: absolute;
    top: 5px;
    left: 10px;
    cursor:pointer;
    border:0;
  }  
  
 div.large-image { width:100%; height:auto; }  
  
}


/**
     Mobile Search
***/
#mobile-and-tablet-header .search {
  display: list-item;
  position: relative;
  height: 3em;
  padding-left: 1em;
  max-width: 1em;
}
#mobile-and-tablet-header .search i, #mobile-and-tablet-header .search span {
  margin-left: -28px;
  margin-top: -3px;
}
#mobile-and-tablet-header .search .fa, #mobile-and-tablet-header .search .far, #mobile-and-tablet-header .search .fal, #mobile-and-tablet-header .search .fas {
  font-size: 1.5em;
  margin-right: 1em;
  color: #ffffff;
}
#mobile-and-tablet-header #search {
  position: relative;
  float: left;
  width: 3em;
  height: 3em;
  margin-left: 10px;
}
#mobile-and-tablet-header #search-label {
  margin-left: -35px;
  margin-top: -42px;
  margin-bottom: 10px;
  padding: 0;
}
#mobile-and-tablet-header #label {
  width: 2.5em;
  height: 2em;
  position: relative;
  z-index: 20;
  left: -10px;
}
#mobile-and-tablet-header #label label {
  display: block;
  width: 60px;
  height: 40px;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  top: -30px;
}
#mobile-and-tablet-header #mobile-search-input {
  display:none;
  position: absolute;
  top: -42px;
  left: 0;
  width: 300px;
  height: 2.5em;
  z-index: 5;
  overflow: hidden;
  padding-bottom: 10px;
  pointer-events: none;
  background: none ;

}
@media (max-width: 767px) {
  #mobile-and-tablet-header #mobile-search-input {    width: 235px;  }
}
@media (max-width: 350px) {
  #mobile-and-tablet-header #mobile-search-input {    width: 200px;  }
}

#mobile-and-tablet-header #mobile-search-input input {
  display: block;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
 /* left: -652px; */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  border: none;
  background-color: #eee;
  color: #5e5e5e;
  font-size: 18px;
  font-weight: normal;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: left;
  -moz-transition: left;
  -ms-transition: left;
  -o-transition: left;
  transition: left;
  z-index: 6;
  line-height: 16px;
}
@media (max-width: 767px) {
  #mobile-and-tablet-header #mobile-search-input input { padding: 3px 15px 3px 5px; }
}
#mobile-and-tablet-header #mobile-search-input input:focus { outline: none; }
#mobile-and-tablet-header #mobile-search-input.focus { z-index: 20; pointer-events: all; display:block; }
#mobile-and-tablet-header #mobile-search-input.focus input {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

/**
    Tablet name = "Bunker Hill Community College"
    Mobile name = "51³Ô¹ÏÍø"
***/

.tablet-name { font-size: 2em; font-weight: normal; display: none; }

@media (min-width: 670px) and (max-width: 1022px) {
  .tablet-name   { display: block; margin-top: -1.5em; }
  .tablet-name a { text-decoration: none;  color: #fff; }
  .tablet-name a:hover { text-decoration: none; color: #fff; cursor: pointer; }
  .mobile-name { display: none; }
}

.navbar-toggle1 { cursor: pointer;}
.mobile-name {  font-size: 2em; font-weight: normal; }

@media (max-width: 669px) {
  .mobile-name { display: block; margin-top: -1.5em; }
  .mobile-name a { text-decoration: none; color: #fff; }
  .mobile-name a:hover { text-decoration: none; color: #fff; cursor: pointer; }
}

/**
     MOBILE MENU 
***/

  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }


@media (max-width: 1022px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
  }
}


div.mm-page {
    /* box-sizing: border-box; */
    position: relative;
    top: 0;
    background-color: #fff;
}

#mm-blocker { border-left:1px solid #cdd5da; }
#menu .mm-navbar {
  background-color: #b60000; 
  color: #fff;  
  
}

#menu .mm-navbar-top-1 {  min-height: 3em !important;  position: absolute !important;}
#menu .mm-navbar-top-2 {
  margin-top: 10px;
  background-color: #ececec;
  height: auto;
  max-width: 100%;
  overflow: hidden !important;
  position: absolute !important;
}


#menu .mm-navbar-top-2 .mm-breadcrumbs span:last-of-type { 
  background-color: #b60000; 
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mm-navbar a.mm-btn--prev:before {
   border-color:#fff;
   width: 12px;
   height:12px; 
}


#menu li.sidebar-item-2022.star-item span { width:40px; display:inline;color: #b60000; }
#menu li.sidebar-item-2022.star-item a { display:inline-block; color: #000; }
@media(max-width:991px) {
  #menu li.sidebar-item-2022.star-item {
    display: flex;
    
  }
  #menu li.sidebar-item-2022.star-item span { padding-top:15px; overflow:visible; font-weight:400;} 
  #menu li.sidebar-item-2022.star-item a { padding-left:20px; }
}

.mm-panel .mm-current-page { background-color: #fff; font-weight:600; }

.mm-panel ul {  position: relative !important; }
.mm-panel a.current-page { background:#fff; font-weight:600; }

.mm-listview li {  color: #004;  font-weight: normal;  text-align: left;}


.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  color: #004;
  font-weight: normal;
  text-align: left;
  border-left: 1px solid #e0e0e0;
}

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: #fff;
  text-align: left;
  border-left: none;
  color: #004;
}

li.currentbranch {
    font-weight: 800;
}

.mm-listview > li .mm-arrow:before { color: #004; }

.mm-listview {  border-color: #fff;  text-align: left; font-size:1em;}
.mm-listview > li:not(.mm-divider):after {  border-color: #fff;  text-align: left;}

.mm-navbar .mm-listview .mm-next {  color: #444; }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {  border-color: #000;  text-align: left;}
.mm-selected {  background-color: #ececec; }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.5);
  width: 10px;
  height: 10px;
}

#menu .mm-navbar-top-2 a:before {
  display: inline-block !important;
  content: "\f0c9";
  margin-right: 12px !important;
  font-family: 'Font Awesome 6 Pro', fontawesome;
  color: #333;
  font-size: 1.2rem !important;
}

#menu .mm-navbar-top-2 a.direct-backlink:before {
  display: inline-block !important;
  content: "\f104";
  margin-right: 12px !important;
  font-family: 'Font Awesome 6 Pro', fontawesome;
  color: #333;
  font-size: 1.2rem !important;
}

#menu .mm-navbar-top-1 { background-color:#b60000; border-bottom: 3px solid #b60000 !important;  min-height: 50px !important;}


.mm-navbar-top-1 { padding-left: 17px !important; }

#menu .mm-title { text-align: left !important; color:#fff; font-size: 1.7em; padding-top:15px;}
#menu .mm-close { text-align:center; color:#fff; font-size:1.7em; padding-top:15px;} 

#menu .mm-navbar-top-2 a {
  background-color: transparent;
  color: #333;
  padding-left: 17px !important;
  text-decoration: none  !important;
  z-index: 10000 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mm-prev { display: none !important; }

#menu .mm-navbar-top-2 span {  color: #fff;  font-weight: normal; }
#menu .mm-navbar-top-2 a.no-chevron        {  padding-bottom: 0px !important; }
#menu .mm-navbar-top-2 a.no-chevron:before {  content: "\f053";}

#menu .mobile-breadcrumb-block {   display:block !important; padding:7px 3px; }
#menu .mobile-breadcrumb-block a:before { color: #333; }

#menu .main-menu-link-block.mobile-breadcrumb-block .mobile-breadcrumb-link { color:#000 !important; padding-bottom:5px;}
#menu a.parent-link {  background-color: #b60000; color: #fff; }
#menu a.parent-link:before {  color: #fff; }
#menu .mobile-breadcrumb-block.parent-link-block   {  background-color: #b60000; }
#menu .mobile-breadcrumb-block.parent-link-block a {  color: #fff; line-height: 1.2em; }
#menu .mobile-breadcrumb-block.parent-link-block a:before {    color: #fff; content: "\f053"}

#menu a.mobile-breadcrumb-parent {
    background-color: #b60000;
    color: #fff;
    padding-left: 0px !important;
    font-size: 18px !important;
}
#menu a.mobile-breadcrumb-parent:before { color: #fff; }

#menu a.mobile-breadcrumb-back {     
  width: 40px;
  display: inline-block !important;
  text-overflow:clip;


}
#menu a.mobile-breadcrumb-back:before { 
}

#menu a.mobile-breadcrumb-link {     
  width: calc(100% - 50px);
  display: inline-block !important;
  padding-left: 5px !important;
  line-height: 1.2em;
}
#menu a.mobile-breadcrumb-link:before { 
     content: " " !important; 
     display:none !important;
}
.mm-listview .mm-next.mm-fullsubopen { width: 50px; }


/* This is for the Quick Links on the mobile menu */
.mobile-quick-links div {
    margin-left: 20px;
    margin-bottom: 5px;
    font-style: italic;
    border-bottom: none !important;
}

a.mqls { display:block; padding:5px 0; }

/**
    MOBILE MENU BOTTOM SEARCH
***/
.search-nav        { border-bottom-width: 0 !important;  border-bottom: none;  border-top: none;  margin-top: 1.5em;}
.search-nav button {
    color: black; background-color:white; padding:6px 12px; margin-left:2px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-nav input  { 
    display: block;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.5em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

li.search-nav.remove-search-border {
    padding: 0 1em;
    display: flex;
    justify-content: space-evenly;
}




#menu span.mm-separator { display: none !important; padding:0 !important; }

/**
    MOBILE MENU HAMBURGER
***/
#menu:not(.mm-menu) { display: none; }

#menu { background-color: #ececec; font-size:16px; }
@media (min-width: 1023px) {
    #menu { display: none; }
}

/**
     MOBILE MENU HAMBURGER BREADCRUMBS
***/
.mm-breadcrumbs span,.mm-breadcrumbs a {  text-align: left !important;  display: block !important; }
span .mm-breadcrumbs {  overflow: hidden;  float: left;}
.mm-breadcrumbs span {  padding-left: 17px !important; }
.mm-navbar .mm-breadcrumbs { padding: 0 !important; border-bottom: 2px solid #b60000;}


/
      MOBILE MENU      SOCIAL 
**/
.social-nav { border-bottom-width: 0; }
.social-nav .social-icons {  margin-left: 0.5em;  border-bottom-width: 0; display:flex; flex-wrap:wrap; justify-content:center; }
.social-nav .social-icons img { border: none; }
.social-nav .social-icons i { color:#b60000; margin:3px;}
.social-nav .social-icons span { color:#b60000; margin:3px;}
/*  Hamburger Menu adjustment */
@media (max-width: 1022px) {
  .social-nav .social-icons img {margin:5px;}
}

.nav-spacer {  margin-top: 1.5em;  border-bottom: none;  border-top: none;}


/
         MOBILE MENU BOTTOM LINK AREA
**/
li.mobile-quick-links,
li.remove-search-border,
li.remove-social-border {  margin-top: 1.5em;}

li.mobile-quick-links:after,
li.remove-search-border:after,
li.remove-social-border:after {  border: 0; border-color:transparent}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {


/****
     STYLES FOR IE 
*/
.bhcc-standard-page  { padding-top:30px; }

.bhcc-left-column  { width: 25%; padding: 0 15px; float:left; }
.bhcc-right-column { width: 25%; padding: 0 15px; float:left; }
.bhcc-1-column .bhcc-main-content { width:100%; }
.bhcc-2-column .bhcc-main-content { width:75%; float:left; }
.bhcc-3-column .bhcc-main-content { width:50%; min-width:50%;  float:left; }

.bhcc-row {  clear:both; }

.bhcc-main-content {  background-color:#ffffff;  padding:0 15px;  float:left;   }


@media only screen and (min-width: 1201px)  {
  .bhcc-3-column .bhcc-main-content {   width: calc(100% - 600px); float:left; }
  
}


/**
  Notice and Contact
***/

.notice-student-central {clear:both;}
.notice-info-box {
    width: 67%;
    border: 1px solid #cdd5da;
    padding-bottom: 10px;
    box-shadow: 0 2px 2px 0 #ddd;
  	float:left;
    
}

.notice-info-box-icon {
    font-size: 3.5em;
    color: #cb0003;
    padding: 0 15px;
    float: left;
  
}

.notice-info-box-text{
  padding: 15px;
  overflow-y: auto;
  float:right;
  
}

.notice-contact-box {
    width: 30%;
    border: 1px solid #cdd5da;
    box-shadow: 0 2px 2px 0 #ddd;
    padding: 10px;
    word-wrap: break-word;
  	float:right;
}

@media (max-width: 991px) and (min-width: 768px){
  
  .notice-info-box {
      width: 100%;
      margin-bottom: 15px;
    }

    .notice-contact-box  {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}


/****
	TABLET
/



@media only screen  and (max-width: 991px) and (min-width: 768px) {
  
   .bhcc-standard-page  { padding-top:0; margin-top:75px; }
   .bhcc-standard-page.bhcc-3-column .bread-crumbs { margin:0; }
   .bhcc-standard-page.bhcc-2-column h1 { margin-top:0; }   
   .bhcc-standard-page.bhcc-3-column h1 { margin-top:0; }  
}



/****
	PHONE
/
@media only screen and (max-width: 767px) {
  
  .bhcc-standard-page  { margin-top:65px; padding-top:0; }
  .bhcc-row { clear:both }
  
  .bhcc-2-column .bhcc-main-content { width:100%; padding:0 15px;}
  .bhcc-3-column .bhcc-main-content { width:100%; padding:0 15px;}  
  .bhcc-2-column .bhcc-left-column  { width:100%; padding:0 15px;}
  .bhcc-3-column .bhcc-left-column  { width:100%; padding:0 15px;}  
  .bhcc-2-column .bhcc-right-column { width:100%; padding:0 15px;}
  .bhcc-3-column .bhcc-right-column { width:100%; padding:0 15px;}  
  
}




/****
     STYLES FOR IE 

     DEPARTMENT PAGE
*/


.bhcc-left-column  { width: 25%; padding: 0 15px; max-width: 300px; float:left; }
.bhcc-right-column { width: 25%; padding: 0 15px; max-width: 300px; float:left;}
.bhcc-1-column .bhcc-main-content { width:100%; }
.bhcc-2-column .bhcc-main-content { width:75%; float:left;}
.bhcc-3-column .bhcc-main-content { width:50%; min-width:50%; float:left;}

.bhcc-row { clear:both;  }

.bhcc-main-content {  background-color:#ffffff;  padding:0 15px;   }
.bhcc-main-content h1 { margin-top:0;}

.bread-crumbs { margin-left:15px; }


.main-content-flex-container {  }


@media (min-width: 1201px)  {
  .bhcc-main-content {   width: calc(100% - 600px);  }
}


@media screen and (max-width: 767px) {
  
  .bhcc-2-column .bhcc-main-content { width:100%; padding:0 15px;}
  .bhcc-3-column .bhcc-main-content { width:100%; padding:0 15px;}  
  .bhcc-2-column .bhcc-left-column  { width:100%; padding:0 15px; max-width:unset;}
  .bhcc-3-column .bhcc-left-column  { width:100%; padding:0 15px; max-width:unset;}  
  .bhcc-2-column .bhcc-right-column { width:100%; padding:0 15px; max-width:unset;}
  .bhcc-3-column .bhcc-right-column { width:100%; padding:0 15px; max-width:unset;}   
 
}



.le-article {float:left; height:500px;}
@media screen and (max-width: 767px) {
   .le-article {float:none; height:auto;}
}


.shuttle-content { display:block; }
.Shuttle-flex-right { float:left; }
.Shuttle-flex-middle { float:left; }
.Shuttle-flex-left { float:left; }
  
  ..hero-image-button-text { width:300px; }



}
















