body{
	color: #434343;
	font-size: 15px;
	background: #f9f9f8;
}
#content {
	line-height: 1.6;
}
a {
    color: #C00;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

:focus-visible  {
    outline: 4px dashed darkorange;
    background: transparent;
    overflow: visible;
}

input.form-control:focus, select.form-control:focus, button.btn:focus, a.btn:focus  {
	outline: 4px dashed darkorange;
}
input.form-control:focus:not(:focus-visible) {
  outline: 0;
}



img {
    max-width: 100%;
    height: auto;
}
.font-encodesans {
	 font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /* font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif; */
    line-height: 1.3;
    /*font-weight: 800; */
    margin-bottom: 10px;
}
h1, .h1 {
    font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 700;
}
h1::after {
	content: '';
    height: 7px;
    background: rgb(204,0,0);
    background: linear-gradient(90deg, rgba(204,0,0,1) 0%, rgba(161,6,15,1) 100%);
    display: block;
}
	
h2, .h2 {
    font-size: 23px;
    font-weight: 700;
	 font-family: 'Open Sans',sans-serif;
    margin-top: 20px;
}
h3, .h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
h4, .h4 {
    font-size: 18px;
	 font-weight: 700;
    margin-top: 20px;
}
h5, .h5 {
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
	 font-weight: 700;
    margin-top: 20px;
}
h6, .h6 {
   font-weight: 700;
   font-size: 14px;
   letter-spacing: 1px;
   margin-top: 20px;
   text-transform: uppercase;
}
@media (max-width: 500px) {
	.display-4  {
		font-size: 2.5em;
	}
}
#content li::marker, .gradient-bg  li::marker {
	color: #cc0000;	
}
#content .main-content li, .gradient-bg  li {
	margin-top: .5em;
}
#content .main-content li.nav-item {
	margin-top: 0;
}
.spacer-32 {
	display: block;
	height: 32px;
}
.btn {
	border-width: 2px;
}
.btn-red {
	background: #BE0000;
	color: #fff;
	transition: all 0.2s ease-out;
}
.btn-red:hover  {
	background: rgb(40,40,40);
	color: #fff;
	transition: all 0.2s ease-out;
}

.btn-outline-red {
	color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #BE0000;
	transition: all 0.2s ease-out;
}

.btn-outline-red:hover {
	background: #BE0000;
	color: #fff;
	transition: all 0.2s ease-out;
}

p sup.more-info {
    font-size: 100%;
}

.btn-secondary {
	background: #696764;
	border-color: #696764;
}
.btn-secondary:hover {
	background: #575757;
}
.align-text-right {
	text-align: right;
}
.max-width {
	max-width: 900px;
	margin: 0 auto;
}
.buttons-flex-links {
	grid-template-columns: auto;
    display: grid;
    gap: 10px;
    text-align: center;
}
.buttons-flex-links a {
    border-radius: 0;
    height: 40px;
    overflow: hidden;
    border: 1px solid #a7a49e;
    text-align: center;
    margin: auto;
    padding: 0 5px;
    line-height: 40px;
    background: #bdbab4;
    width: 100%;
    color: #333;
}

.ml-heading {
	border-bottom: 5px solid;
	border-color: rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}
.ml-heading span {
	display: inline-block;
	font-family: 'Encode Sans Condensed',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	position: relative;
}	
.ml-heading-centered {
	border-bottom: 5px solid;
	border-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	margin-bottom: 20px;
}
.ml-heading-centered span {
	display: inline-block;
	font-family: 'Encode Sans Condensed',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	padding: 0 20px;
	position: relative;
}
.short_headline{
	border-bottom: 4px solid #e3e1de;
	font-weight: 500;
    padding-top: 40px;
    font-family: 'Open Sans',sans-serif;
   font-size: 22px;
}
.tab-pane {
	padding-top: 20px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #BE0000;
}
.accordion .card-header h2 {
   margin: 0 0 0 0;
}
.accordion .card-header .btn {
	 display: block;
    color: #434343;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}
.accordion .card-header .btn:hover {
		text-decoration: none;
	}

.accordion .card-header:hover {
		background-color: rgba(0,0,0,.06);
	}
.accordion .card-header .btn:before {
    font-family: 'FontAwesome';  
    content: "\f068";
    padding-right: 5px;
}
.accordion .card-header .btn.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
   padding-right: 5px;
}

.jumbotron {
	background: #f0efec;
}
@media (min-width: 576px) {
	.jumbotron {
	    padding: 2rem 2rem;
	}
}
.container-wbg {
    background: #fff;
    padding: 20px;
    border: thin solid #eee;
    width: 100%;
}
.nav-tabs .nav-link {
    background-color: #eee;
    margin: 1px 2px 0 2px;
    color: #434343;
}
.nav-tabs {
    border-bottom: 4px solid #BE0000;
}
.nav-tabs .nav-link:hover {
    background: #d6d6d6;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #BE0000 #BE0000 #BE0000;	
    color: #fff;
    background: #BE0000;
}

.carousel-control-prev:after, .carousel-control-next:after {
	content: '\f104';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-size: 30px;
	text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}
.carousel-control-next:after {
	content: '\f105';
}
#skip {
   	background-color: black;
	display: block;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1000;
	padding: 10px 17px;
	outline: 7px solid darkorange;
}
.home-features, .main-content {
	background: #fff;
	padding: 20px;
	border: thin solid #eee;
}
@media (min-width: 1200px) {
	.container {
	    max-width: 1170px;
	}
}
@media (min-width: 1400px) {
	.container {
	    max-width: 1270px;
	}
}

header #subhead {
	background:#161514;
}
header #subhead .col-9 .nav {
	margin-left: -15px;
}
header #subhead .col-3 .nav {
	margin-right: -15px;
}
header #subhead .nav-link {
	color: #ededed;
	padding: 0.4rem 1rem;
	font-size: 14px;
}

@media (max-width: 452px) {
	header #subhead .nav-item.ml-phone, header #subhead .nav-item.ml-chat {
		display: none;
	}
}
header #subhead .nav-item.show {
	background: rgba(70,70,70, 0.95);
}
header #subhead .dropdown-menu {
	margin: 0;
	border-radius: 0;
	background: rgba(70,70,70, 0.95);
	padding: 0 0 .2em 0;
}
header #subhead .dropdown-menu .dropdown-item {
	color: #fff;
	font-size: 13px;
	padding: .4rem 1rem;
}


header #subhead .dropdown-item:focus, header #subhead .dropdown-item:hover {
	background: #2e2d2d;
}
header #subhead .dropdown-menu .dropdown-divider {
	margin: 0;
}

header #Mnav {
	background: #fff;
}
header #Mnav #ml-main-navbar {
	min-height: 66px;
}
header #Mnav .navbar {
	padding: 0;
}
header #Mnav .navbar-nav {
	margin: 0 auto;
	min-height: 66px;
}
header #Mnav .nav-link {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	color: #2e2e2e;
	transition: background 0.5s ease;
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
header #Mnav .show>.nav-link, header #Mnav .nav-link:hover, header #Mnav .nav-link:focus  {
    background: #f6f5f2;
    border-left: 1px solid #d1d0ce;
    border-right: 1px solid #d1d0ce;
 }

header #Mnav .navbar-light .navbar-brand img {
	max-height: 45px;
	width: auto;
}


header #Mnav .megamenu .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	
}
header #Mnav .megamenu {
	border-left: 4px solid #7d7b77;
	border-right: 4px solid #7d7b77;
	border-bottom: 4px solid #7d7b77;
	background: #f6f5f2;
	border-radius: 0;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	max-width: 800px;
	background-clip: border-box;
}

header #Mnav .megamenu .megamenu-col {
	border-left: 2px solid  #e5e5e5;
}
header #Mnav .megamenu .megamenu-col:first-of-type {
	border-left: none;
}
header #Mnav .megamenu .no-heading-space {
	height: 40px;
}
header #Mnav .megamenu h5 {
	margin: 0;
	padding: 20px 0;
	color: #818180;
	font-size: 17px;
}
header #Mnav .megamenu .dropdown-item {
	white-space: inherit;
	font-weight: 600;
	margin-bottom: 5px;
}
.dropdown-item:focus, .dropdown-item:hover { 
	background: #ebe9e5;
}
.nav-account-btn {
   order: 3;
   text-transform: uppercase;
   font-size: 13px;
   font-weight: bold;
   color: #2e2e2e;
   transition: background 0.5s ease;
}    
.nav-hours-btn {
   order: 4;
   text-transform: uppercase;
   font-size: 13px;
   font-weight: bold;
   color: #212529;
   transition: background 0.5s ease;
} 
.nav-search-btn {
  order: 5;
}  
.nav-search-btn::after {
	content: "\f002";
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.nav-search-btn.collapsed::after {
	
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.ml-hours-mobile a[aria-expanded="true"], .nav-hours-btn[aria-expanded="true"] {
  background: #434343;
   color: #fff;
} 
.todays-hours {
   background: #bdbab4;
   border-bottom: 4px solid #7d7b77;
   padding: 20px 0 10px 0;
   position: absolute;
   display: block;
   left: 0;
   width: 100%;
   z-index: 5;
   box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}
.ml-hours-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
}
.ml-hours-item {
  padding: 20px 30px;
  width: 33.3%;
  background: #fff;
  border-radius: 4px;
}
 .ml-hours-item:last-child {  
   display: flex;
   justify-content: center;
   align-items: center;
	 padding: 20px 18px;
   }
.ml-hours-header {
  color: #434343;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
   margin-bottom: 6px;
}
.ml-hours-item h3 {
   font-family: unset;
   font-weight: 700;
   font-size: 23px;
   color: #434343;
   margin-bottom: 1px;
}
.ml-featured-hours-status {
  color: #1e1e1e;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
}
.ml-hours-item .fa-clock {   
   display: block;
   position: absolute;
   left: 0;
   top: 4px;
   z-index: 1;
   color: #858585;
}
.ml-featured-hours.see-more .fa-clock {
      font-size: 30px;
}
.ml-featured-hours.see-more {
   padding-left: 40px;
   width: 100%;
   max-width: 250px;
}
.ml-featured-hours.see-more a {
   color: #000;
   font-weight: 700;
}
.ml-featured-hours {
   padding-left: 20px;
   position: relative;
}
h3.ml_hours_all {
   text-transform: uppercase;
   font-size: 14px;
}
.see-more a {
   border-bottom: 3px solid;
   border-color: #fff;   
   transition: border 0.28s cubic-bezier(0.28,1.08,1,0.96);
   display: block;
   line-height: 1.25em;
}
.see-more a:hover {
   border-color: rgba(0, 0, 0, 0.3);   
} 

@media (min-width: 576px) {
   .todays-hours .container, #Mnav .container, #main-search .container, .home-quick-links-wrapper .container {
     max-width: 100%;
   }
}
@media (min-width: 768px) {
   .todays-hours .container, #Mnav .container, #main-search .container, .home-quick-links-wrapper .container {
     max-width: 100%;
   }
}   
@media (min-width: 1200px) {
   .todays-hours .container, #Mnav .container, #main-search .container, .home-quick-links-wrapper .container {
     max-width: 1270px;
   }
}

@media (max-width: 991px) {
   .nav-hours-btn, .nav-search-btn {
      order: inherit;
   }  
}  
@media (max-width: 768px) {
   .ml-hours-item {
      padding: 10px 15px;
   }
}
@media (max-width: 576px) {
   .ml-hours-items {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex: 0 0 100%;
   }
   .ml-hours-item {
      width: 100%;
   }
}   
@media (max-width: 576px) {
   header #subhead .nav-link {
      padding: .75rem 1.25rem;
      border-left: 1px solid #393939;
      border-right: 1px solid #393939;
   }
   .nav-item.ml-phone {
      display: none;
   }  

}


header #Mnav .megamenu .dropdown-item span {
	display: block;
	font-weight: 400;
	font-size: 12px;
}
header #Mnav .megamenu .dropdown-item.last {
	margin-bottom: 20px;
}
header #Mnav .megamenu .btn {
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	header #Mnav .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    width: fit-content;
	}
	.navbar-nav .dropdown-menu {
		position: absolute;
	}
	header .navbar-collapse.show {
		border-top: 2px solid rgba(211,209,205, 1);
	}
	.nav-search-btn {
	order: inherit;
	}
}
header #Mnav::after {
	content: '';
	height: 4px;
	/* red bar
	background: rgb(204,0,0);
	background: linear-gradient(90deg, rgba(204,0,0,1) 0%, rgba(161,6,15,1) 100%);
	*/
	background: #7d7b77;
	display: block;
}
.megamenu-li {
	position: static;
}
.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}
@media (max-width: 485px) {
	header #Mnav .megamenu h5 {
		font-size: 16px;
	}
	header #Mnav .megamenu .dropdown-item { 
		padding: .25rem .5rem;
	}
	header #Mnav .navbar-light .navbar-brand img {
	padding: 6px 0;
	}
	header #Mnav .nav-link {
		font-size: 12px;
		line-height: 50px;
	}
	header #Mnav .megamenu .no-heading-space {
		height: 15px;
	}
	#Mnav .container {
		padding-left: 0;
		padding-right: 0;
	}
	#Mnav .container .row {
		margin-left: 0;
		margin-right: 0;
	}
	#Mnav .container .row .col-12 {
		padding-left: 0;
		padding-right: 0;
	}
	#Mnav .navbar-brand {
		padding-left: 10px;
	}
	header #Mnav .megamenu {
		padding: 0;
	}
}
@media (max-width: 320px) {
	header #Mnav .navbar-light .navbar-brand img {
	padding: 8px 0;
	}
	header #Mnav .nav-link {
    font-size: 11px;
	}
}
header #Mnav .navbar-light .navbar-toggler  {
	border: none;
	color: #282828;
	margin-left: auto;
}
.main-search {
	background: rgb(40,40,40);
	background: linear-gradient(90deg, rgba(40,40,40,1) 0%, rgba(173,170,164,1) 100%);
	display: block;
}
.homesearch-container {
	background: rgb(204,0,0);
	background: linear-gradient(90deg, rgba(204,0,0,1) 0%, rgba(161,6,15,1) 100%);
	/* min-height: 280px; */
	/* max-width: 1070px; */
	margin: 20px auto;
}
.one-search-welcome h2 {
	font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
}
.homesearch-container .searchbox {
	padding: 20px;
	background-color:rgba(0,0,0,0.2);
}
.homesearch-container .searchbox .form-control, .homesearch-container .searchbox .btn {
	border-radius: 0;
	 border: 1px solid #fff;
	 background-clip: border-box;
}
.homesearch-container .searchbox .form-row>.col, .homesearch-container .form-row>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.homesearch-container .searchbox .search-options {
	background: #f0efec;
	border-radius: 0px;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-size: 15px;
    height: 48px;
    padding-right: 20px;
}
.homesearch-container .searchbox .search-options-container::after {
	 content: '\f0d7';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    color: #7d7b77;
    font-weight: 900;
    position: absolute;
    top: 34%;
    right: 9px;
	pointer-events: none;
}
.homesearch-container .searchbox .input-group-text {
	border-radius: 0px;
	background: #b9b6b0;
	color: #2e2e2e;
	border: 1px solid #b9b6b0;
}
.btn-search {
	background: #fff;

}
#home-search-tabs {
	background-color:rgba(0,0,0,0.2);
	border-bottom: none;
	padding: 0 20px;
}
#home-search-tabs a {
	color: #fff;
	font-weight: 300;
	border: none;
}
#home-search-tabs .nav-tabs .nav-link {
	
}
#home-search-tabs .nav-item.show .nav-link, #home-search-tabs .nav-link.active {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 8%, rgba(255,255,255,0) 8%);
	border-color: transparent;
}
.homesearch-container .tab-content, .homesearch-container .one-search-welcome {
	padding: 20px 20px 10px 20px;
	color: #fff;
}
.homesearch-container .tab-content:after, .homesearch-container .one-search-welcome:after {
	content: '';
	height: 20px;
	background-color:rgba(0,0,0,0.2);
}
.homesearch-container .tab-content h3, .homesearch-container .tab-content p, .homesearch-container .one-search-welcome p { 
	font-weight: 300;
}
.homesearch-container .one-search-welcome a { 
	border-bottom: solid 2px #f1babf;
	color: #fff;
	padding: 0 3px;
	font-style: italic;
	font-weight: 600;
}
.homesearch-container .one-search-welcome a:hover { 
	border-bottom: dotted thin #f4a4a8;
	color: #82010c;
	background: #fff;
}
.homesearch-container .buttons-flex-links {
	grid-template-columns: auto auto auto auto;
	display: flex;
   padding: 5px 15px 15px 15px;
	
}
.homesearch-container .buttons-flex-links a {
	transition: background-color 0.5s ease-out;
}
@media (max-width: 485px) {
	.buttons-flex-links a {
		padding: 0 5px;
		font-size: 13px;
	}
	#home-search-tabs a {
		font-size: 13px;	
	}
	.homesearch-container .searchbox .input-group-text {
		display: none;
	}
	.homesearch-container .searchbox .search-options {
	    padding-left: 8px;
	    padding-right: 0px;
	}
	.homesearch-container .searchbox .form-control, .homesearch-container .searchbox .btn {
		
	}
}
@media (max-width: 396px) {
	#home-search-tabs {
		padding: 0;
	}
	.homesearch-container .buttons-flex-links {
    grid-template-columns: 1fr 1fr;
    display: grid;
	}
	.megamenu-col {
		padding-left: 7px;
		padding-right: 7px;
	}
}
.homesearch-container .buttons-flex-links a:hover {
	text-decoration: none;
	background-color: #f0efec;
	transition: background-color 0.5s ease;
}
.home-quick-links-wrapper {
	background: #f0efec;
    border-top: 5px solid #b9b6b0;
    border-bottom: 4px solid #e3e1de;
}
.home-quick-links a {
	color: #434343;
	text-transform: uppercase;
	padding: 15px 0px;
	display: block;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	transition: all 0.2s ease-out;
}
.home-quick-links a em {
	font-size: 18px;
	border: 2px solid #434343;
	padding: 8px;
	border-radius: 50%;
	margin: -4px 5px 0 0;
	float: left;
	width: 38px;
	height: 38px;
}
.home-quick-links a:hover {
	text-decoration: none;
}
.home-quick-links a:hover em {
	background: #BE0000;
	color: #fff;
	transition: all 0.2s ease-in;
	
}
@media (max-width: 992px) {
	.home-quick-links-wrapper .col-md  {
	 	flex: 0 0 33.3333%;
	}
	header #Mnav .navbar-light .navbar-brand {
	padding-top: 9px;
	padding-bottom: 9px;
	}
}
@media (max-width: 576px) {
	.home-quick-links-wrapper .col-md  {
		flex: 0 0 50%;
	}
}

@media (max-width: 320px) {
	#home-search-tabs {
		padding: 0;
	}
	#home-search-tabs a {
		font-size: 11px;
		 padding: .45rem .8rem;
	}
}
/* New Home Feature Area  */
.feature-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	}
.photo-wrapper::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    opacity: 0;
    transition: all 0.6s ease-out;
}
.desc-wrapper {
    position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 4;
	transition: all 0.4s ease-out;
	bottom: -20px;
}
.desc-wrapper .desc {
    background: url(/img/dark-gradient.png) top left repeat-x;
    background-position-y: top;
    padding: 70px 18px 40px;
}
.feature-meta .date {
	color: #eee;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	display: block;
	background: #c00;
	display: inline-block;
	padding: 3px 11px 5px 11px;
	font-size: 14px;
	margin-bottom: 10px;
}
.feature-meta .date.secondary {
	font-size: 12px;
	margin-bottom: 5px;
}	
.feature-title, .feature-title h3 {
   font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 47px;
	font-size: 38px;
	letter-spacing: 1px;
	margin-bottom: 3px;
	font-weight: 500;
}
.feature-title, .feature-description, .feature-title h3 {
	color: #fff;
}
.feature-description {
	font-size: 13px;
	padding-top: 3px;
}

@media (min-width: 992px) {
	.col-lg-8 .feature-description {
		font-size: 17px;
	}
}
.feature-title.secondary, .feature-title.secondary h3 {
	font-size: 23px;
	font-weight: 600;
	line-height: 29px;
   font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
}
.feature-wrapper:hover .photo-wrapper::after {
	opacity: .8;
}	
.feature-wrapper:hover .desc-wrapper {
    transform: translateY(-20px);
}
.feature-title::after {	
	content: "";
	display: block;
	height: 3px;
	margin-top: 2px;
	width: 0;
	transition: all 0.4s ease-out;
	background-color: #c00;
}
.feature-wrapper:hover .feature-title::after {
    width: 20%;
}

@media (max-width: 991px) {
	.feature-title h3 {
		font-size: 23px;
		font-weight: 600;
		line-height: 29px;
	}	
	.feature-meta .date {
		font-size: 12px;
		margin-bottom: 5px;
	}
}
/* End New Home Feature Area  */


.home-features {
	padding: 40px 0;
}
.newsfeed-item {
	border: thin solid #dcdcdc;
	display: block;
	transition: box-shadow .3s ease-out,background-size .3s ease-out;
	position: relative;
	margin-bottom: 12px;
}
.newsfeed-item:hover {
	border: 1px solid #dadce0;
    transition: box-shadow 280ms ease-in-out;
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.05), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    background-size: auto 103%;
}

.seemore small{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 55%;
}
.newsfeed-item .item-img img, .blog-item .item-img a {
	width: 100%;
	display: block;
}
.newsfeed-item .item-img {
   height: 100%;
}
.newsfeed-item .item-img img {
   height: 100%;
  object-fit: cover;
}
.newsfeed-item .item-date {
	color: #444;
    text-transform: uppercase;
	font-weight: 700;
    font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
      margin: 10px;
      background: #eeeeee;
      padding: 10px;
   display: inline-block;
   float: right;

}
.newsfeed-item .item-title {
    clear: both;
    font-weight: 700;
    font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 22px;
    padding: 0 10px;
   line-height: 1;
   margin-bottom: 6px;
}
.newsfeed-item .item-description {
    color: #434343;
    font-size: 12px;
    padding: 0 10px 5px 10px;
    max-height: 100px;
    overflow: hidden;
   line-height: 1.5;
}

.newsfeed-nocaps .item-title {
	color: #cc0000;
	text-transform: none;
}

@media (max-width: 767px) {
   .newsfeed-item .item-date {
     
   }
   .newsfeed-item .item-title {
      padding-top: 10px;
   }
   .newsfeed-item .item-description {
      padding-bottom: 15px;
      max-height: inherit;
   }
}
.flex-control-thumbs li {
	width: 20%;
	padding: 0 7px;
}
.flexslider {
	margin-bottom: 10px;
	border: none;
}
.flex-direction-nav {
	display: none;
}
.flex-direction-nav a {
	display: none;
}

.home-blog {
	background: #f0efec;
	padding: 40px 0;
}
.blog-item .item-img a {
	border: 4px solid #a1a09b;
	max-height: 300px;
	overflow: hidden;
}
.blog-item .item-date {
	color: #6c6c6c;
    text-transform: uppercase;
	font-weight: 700;
    font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 23px;
    letter-spacing: 1px;
    padding: 5px 20px 0 20px;

}
.blog-item .item-title {
	line-height: 1.2;
    font-weight: 700;
    font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 32px;
    padding: 0 20px;
    color: #cc0000;
}
.blog-item .item-title a {
	 color: #cc0000;
}
.blog-item .item-description {
	color: #434343;
	padding: 10px 20px 10px 20px;
}
.homepage-featured {
	background: rgb(189,186,180);
	background: linear-gradient(90deg, rgba(189,186,180,1) 0%, rgba(228,227,223,1) 100%);
	padding: 40px 0;
}
.gradient-bg {
	background: linear-gradient(-90deg, rgba(189,186,180,1) 0%, rgba(228,227,223,1) 100%);
}

.discover .item-right-section {
	max-height: 130px;
	overflow: hidden;
	min-height: 80px;
}
.discover .item-title h3 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
footer {
	background: #161514;
	padding: 40px 0;
	color: #999;
	font-size: 13px;
}
footer a {
	color: #999;
	font-size: 13px;
}
footer a:hover {
	color: #fff;
}
footer p {
	margin-bottom: 0;
}
footer h6 {
	font-weight: 600;
	text-transform: none;
	color: #fff;
	padding: 10px 0;
	letter-spacing: 1px;
	margin-bottom: 0px;
	padding-bottom: 3px;
}
footer hr {
  margin: 5px auto 15px 0;
  height: 3px;
  width: 100%;
  max-width: 50px;
  background: #CC0000;
  border: none;
}
footer ul {
	list-style-type: none;
	padding-left: 15px;
}
footer ul li a {
	padding: 3px 0;
	display: block;
}
footer .address {
	padding-bottom: 15px;
}
footer .btn-outline-light {
	border-color: #999;
	font-size: 13px;
}
footer .btn-outline-light:hover {
	background: #cc0000;
    color: #fff;
    border-color: #cc0000;
}
.footer-4-col {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-4-col .col-md-3 {
	border-right: 1px solid #343331;
}
.footer-4-col .col-md-3:last-of-type {
	border-right: none;
}
.sub-footer {
	border-top: 1px solid #343331;
	border-bottom: 1px solid #343331;
}
.sub-footer ul.nav a {
	display: inline-block;
}
.sub-footer p {
	padding: 10px 0;
}
.ml-breadcrumb {
	background: rgb(189,186,180);
    background: linear-gradient(-90deg, rgba(189,186,180,1) 0%, rgba(228,227,223,1) 100%);
    margin-bottom: 15px;
  }
.ml-breadcrumb .breadcrumb {
	background: none;
	padding: .5rem .5rem;
	font-size: 12px;
	color: rgba(255,255,255, .5);
	color: #767676;
	margin-bottom: 0px;
}
.ml-breadcrumb .breadcrumb .firstitem {
	display: none
}
.ml-breadcrumb .breadcrumb a {
	color: #434343;
	font-weight: bold;
}
.ml-breadcrumb .breadcrumb .icon-angle-double-right::before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    padding: 0 .5rem;
    color: #7d7b77;
    content: "\f053";
    font-weight: 900;
}

.ml-breadcrumb .breadcrumb li:last-child {
	color: #4f4d4d;
}

.uap .ml-breadcrumb {
	margin-bottom: 0px;	
}
.leftNav {
	overflow: hidden;
	max-width: 285px;
}
.leftNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.leftNav li {
	position: relative;	
	z-index: 1;
	margin-top: 0;

}
.leftNav li a {
	padding: 10px;
	color: #3d3d3d;
	display: block;	
	background: #f0efec;
	margin: 0 0 3px 0;
	transition: color 400ms, background-color 400ms;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	font-size: 14px;
}
.leftNav li a:hover {
	text-decoration: none;
	color: #434343;
    background: #bebbb4;

}
.leftNav li.active a {
	text-decoration: none;
    color: #434343;
    background: #bebbb4;
    font-weight: 500;
}
.leftNav li ul:before {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #fff;	
	position: absolute;
	display: block;
	z-index: 100;
	left: 6px;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #fff;	
	position: absolute;
	display: block;
	z-index: 100;
	left: 6px;
}
.leftNav li ul a {
	padding-left: 30px;	
	background: #e3e1de;
}
.leftNav h4 {
	padding-top: 30px;
}
@media (max-width: 992px) {
	.leftNav {
		max-width: inherit;
	}
	.leftNav .navbar-toggler:before {
	content: "\f0c9";
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	}
}
.ml-dir {
	background: rgb(189,186,180);
    background: linear-gradient(-90deg, rgba(189,186,180,1) 0%, rgba(228,227,223,1) 100%);
    margin-bottom: 15px;
	padding: 1em 0;
}
.ml-dir h1 {
	color: #434343;
	margin-bottom: 0px;
	font-size: 28px;
    padding: 0;
    font-weight: 700;
	text-transform: none;
}
.ml-dir h1:after {
	height: 0;
}
.dir-group .list-group-item {
	border: none;
}
.dir-group .list-group-item h5, a.list-group-item h5 {
	color: #cc0000;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
}
.directory-group .list-group-item.h5  {
	font-weight: 600;
	font-size: 18px;
	text-transform: none;
	margin: 0;
	border-style: dotted;
	border-color: #d7d7d7;
}
.directory-group .list-group-item em {
	padding-right: 5px;
}

#quickNav {
	align-items: end;
}
#quickNav .nav {
	min-width: 225px;
}
.exhibit-header {
	background: #272626;
	padding: 20px 0;
	 color: #c5c3c0;
}
.uap .exhibit-header {
	background: #272626;
	padding: 20px 0;
	
}
.uap .col-lg-auto ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.exhibit-header h1 {
	margin: 0;
    border: none;
    color: #c5c3c0;
    font-weight: 500;
    font-size: 38px;
}
.exhibit-header h1:after {
	display: none;
}

.exhibit-navbar {
	background: #f0efec;
	border-top: 5px solid #b9b6b0;
    border-bottom: 4px solid #e3e1de;
    margin-bottom: 25px;
}
.exhibit-navbar .nav-link {
	color: #434343;
	font-weight: 700;
	text-transform: uppercase;
}
.exhibit-container {
	padding: 30px 0;
}

.spaces-wrapper .card {
	margin-bottom: 30px;
	border-radius: 0px;
    border: 1px solid rgba(0,0,0,.225);
}
.spaces-wrapper .card-img-top {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.spaces-wrapper .card-body {
	position: relative;
}
.space-location {
	margin-bottom: 0;
    font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #7d7b77;
}
.spaces-wrapper .card-title {
	text-transform: none;
	margin-bottom: 0.5rem;
}
.space-description {
	font-size: 12px;
	line-height: 19px;
	display: block;
}
.space-status {
	text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: -35px;
    right: 15px;
}
#space_container .badge-secondary {
	position: absolute;
	top: -30px;
	left: 15px;
	padding: 4px 6px;
	background-color: #212529;
}
#space_container .col-lg-3 {
	display: grid;
}
@media (max-width: 1326px) {
	.spaces-wrapper .col-lg-3 {
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	}
}
@media (max-width: 864px) {
	.spaces-wrapper .col-lg-3 {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	}
}
@media (max-width: 420px) {
	.spaces-wrapper .col-lg-3 {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
}

ul.dbSelect {
    list-style-type: none;
    margin: 0 0 0 4px;
    padding: 0;
    height: 77px;
}
.dbSelect li {
    float: left;
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #9f9f9f;
    display: block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-decoration: none;
    width: 74px;
    margin: 0 2px 5px 2px;
    text-align: center;
    font-weight: bold;
    min-height: 47px;
    line-height: 57px;
}
.dbSelect li a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #CC0000;
    padding: 10px 0;
    display: block;
     line-height: 37px;

}
.block-words li {
    width: 100%;
}
.uap {
	padding-bottom: 30px;
}



.discover .item {
    border-bottom: thin solid #eee;
    padding: 5px;
    position: relative;
    padding-left: 77px;
    max-width: 800px;
    overflow: hidden;
    margin: 5px;
}
.discover .item .item-img {
    max-width: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
}
.discover .item .item-content-type {
    font-size: 11px;
    text-transform: uppercase;
    color: #6c6c6c;
    font-weight: 700;
    font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}
.discover .item .item-title h3 {
    margin: 0;
    font-size: 15px;
     font-family: Verdana,Arial,Helvetica,sans-serif;
}
.discover h3 {
	font-size: 24px;
}
.discover h3.short_headline .fas {
	font-size: 70%;
}
.discover .item .item-detail {
    font-size: 12px;
	padding: 0 2px;
    float: left;
}
.discover .item .item-toplevel a {
	display: -webkit-box;
	-webkit-line-clamp: var(--line-clamp, 1);
	-webkit-box-orient: vertical;
	word-break: var(--word-break, 'none');
	overflow: hidden;
	clear: both;
}
.flex-hours .col {
	background: #f0efec;
    padding: 20px 0 15px;
    border: thin solid #e3e1de;
}

#v-calHours-tabContent {
	min-height: 562px;
}

.hours-cal .badge {
	display: block;
	clear: both;
	white-space: pre-wrap;
}
.hours-cal i {
    clear: both;
    display: block;
}
.hours-cal p {
	margin-bottom: 13px;
}
.hours-cal i {
	margin-bottom: 3px;
}
.cal-day {
	float:right;
	font-size: 80%;
}
.cal-event {
	margin-bottom: 10px;
	display: block;
}
.event-cal-pic {
	margin-bottom: 20px;
}
@media (min-width: 991px) { 
	.hours-cal .badge {
		font-size: 89%;
		font-weight: 500;
	}
}
@media (max-width: 991px) {
	.hours-cal {
		font-size: 80%;
	}
	.tab-pane .hours-cal td {
		min-width: 96px;
	}
	.current_month {
		font-size: initial;
	}
}
@media (max-width: 767px) {
	.hours-cal td {
		padding: 4px;
		
	}
	.tab-pane .hours-cal td {
		min-width: 60px;
	}
	.hours-cal .badge {
		padding: .25em .29em;
	}
}
@media (max-width: 480px) {
	.hours-cal .badge {
		 white-space: pre-wrap;
	}
	.tab-pane .hours-cal td {
		min-width: 50px;
	}
	.hours-cal .text-center td  {
		max-width: 50px;
		overflow: hidden;
	}
}
@media (max-width: 375px) {

	.tab-pane .hours-cal td {
		min-width: 40px;
	}
	.hours-cal .text-center td  {
		max-width: 40px;
		overflow: hidden;
	}
}
.nav-pills .nav-link {
    background: rgba(0,0,0,.05);
    margin: 4px;
}
.badge-holiday{
          color: #fff;
          background-color: #ff8000;
        }
.tab-pane table td {
	min-height: 60px;
	min-width: 110px;
}
.play-youtube-video:hover {
	cursor: pointer;
}
.play-youtube-video::after {
	content: '\f04b';
	font-weight: 600;
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 36%;
	left: 45%;
	display: block;
	width: 80px;
	height: 80px;
	background: #00000094;
	border: 3px solid #fff;
	text-align: center;
	line-height: 73px;
	box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.05), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}
.play-youtube-video:hover::after {
	background: #cc0000c4;
}
.sticky-chat {
	width: 79px;
	height: 34px;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #007bff;
	border-radius: 5px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	margin: 0 12px 12px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	z-index: 100;
}
.sticky-chat:before {
	content: 'Chat';
	display: inline-block;
	padding-right: 4px;
}
.sticky-chat:hover {
	color: #fff;
}
.covid-service-alert {
	color: #fff;
    background: rgb(244,85,58);
    background: -webkit-linear-gradient(270deg, rgba(244,85,58,1) 0%, rgba(252,162,48,1) 100%);
    background: -o-linear-gradient(270deg, rgba(244,85,58,1) 0%, rgba(252,162,48,1) 100%);
    background: linear-gradient(to 270deg, rgba(244,85,58,1) 0%, rgba(252,162,48,1) 100%);
	font-size: 1.2em;
}

#content .main-content .flexslider .slides li  {
	margin-top: 0;
}
.flex-pauseplay {
	position: absolute;
	top: 50px;
}
.flex-pauseplay a {
	height: 36px !important;
	width: 36px !important;
	text-align: center;
	background: #fff;
}


