.btn-float-lang {
	display: inline-block;
	line-height: 1;
	margin-bottom: 0.8rem;
	margin-left: 1.5rem;
	font-size: 18px;
	background-color: #007FB0 !important;
	color: #ffffff !important;
	border-radius: 0.25rem !important;
	padding: 0.6rem !important;
	position: fixed;
	top: 60px;
	right: 40px;
	z-index: 100;
	box-shadow: 0 0 4px 4px #eeeeee;
}

.btn-float-lang-bh {
	display: inline-block;
	line-height: 1;
	margin-bottom: 0.8rem;
	margin-left: 1.5rem;
	font-size: 18px;
	background-color: #007FB0 !important;
	color: #ffffff !important;
	border-radius: 0.25rem !important;
	padding: 0.6rem !important;
	position: fixed;
	top: 60px;
	right: 40px;
	z-index: 100;
	box-shadow: 0 0 4px 4px #eeeeee;
}

/* behavioral health */
@media (min-width: 1400px) {
    .scchsa-homeslider.bhslider  .slide-img {
        min-height: 480px;
    }
}


/* HSA Calendar */
.page-calendar .site-breadcrumb-wrap {
	margin-bottom: 1rem;
}


.nav-cal .btn-secondary.active {
    background-color: #007FB0;
    color: white !important;
}

.nav-cal .btn-secondary {
    box-shadow: none;
    background-color: #eee;
    border-bottom: 0;
    color: #1c4e69 !important;
    font-size: 16px;
}

.hsanewsdetail .news-header {
	flex-direction: column;
	background-color: transparent;
}


.hsanewsdetail .news-title {
    font-size: 32px;
    color: #1c4e69;
    margin-bottom: 0.5rem !important;
}

.hsanewsdetail .news-subtitle {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin-bottom: 0.5rem !important;
}

.scc-calendar-carousel .slick-track {
	width: auto !important;
}

.scc-calendar-carousel .slide-content {
	min-height: 200px;
}

@media (min-width: 1200px) {
    .scc-calendar-carousel .slide-content {
        min-width: 25% !important;
		max-height: 300px;
		min-height: 200px;
		margin-top: .5rem;
		margin-bottom: .5rem;
    }
}


.scc-calendar-carousel .slide-content .card {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	color: 1px solid #ccc;
	box-shadow: var(--bs-box-shadow) !important;
	border-radius: 0;
}

.scc-calendar-carousel .card-body .event-date {
	width: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #008155;
    padding: .3rem .5rem;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.scc-calendar-carousel .calcarddate {
	font-weight: normal;
    font-size: 2rem;
}

.scc-calendar-carousel .card-body .card-info {
	padding-left: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scc-calendar-carousel .scc-card .card-img.no-thumbnail {
	display: none;
}

.scc-calendar-carousel .card-body {
	display: flex;
}

.hsacalendar .fc-day-header {
    background-color: #1c4e69 !important;
    color: #ffffff;
}

.hsacalendar .fc-today-button {
    display: none;
}

.hsacalendar .fc-left, .hsacalendar .fc-right {
    width: 20%;
}

.hsacalendar .fc-toolbar .fc-right {
    float: right;
}

.hsacalendar .fc-header-toolbar .fc-left {
	order: 1;
}

.hsacalendar .fc-header-toolbar .fc-right {
	order: 3;
}

.hsacalendar .fc-header-toolbar .fc-button {
	border: 1px solid #ccc;
	padding-top: 0;
	padding-bottom: 0;
}


.hsacalendar .fc-header-toolbar .fc-right .fc-button {
	float: right;
}

.hsacalendar .fc-header-toolbar .fc-button .fc-icon {
	display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
}

.hsacalendar .fc-header-toolbar .fc-button .fc-icon:after {
	font-size: 40px;
    /* top: -20%; */
	top: 0;
}

.hsacalendar .fc-state-hover {
	background-position: 0;
	background-color: #ccc;
	background-image: none;
}

.hsacalendar .fc-state-active {
	box-shadow: none;
}


.hsacalendar .fc-header-toolbar .fc-center {
	order: 2;
}

.hsacalendar .fc-header-toolbar .fc-clear {
	display: none;
}

.hsacalendar .fc-basic-view .fc-day-number, 
.hsacalendar .fc-basic-view .fc-week-number {
	text-decoration: none;
}

.hsacalendar .fc-body .fc-row {
    min-height: 150px !important;
}

/********** covid page dashboard *************/

.page-11732 .home-sec-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.7rem !important;
    text-align: center;
    color: black !important;
    line-height: 1.2;
    font-weight: 400 !important;
    margin-bottom: 2rem;
	text-transform:none!important;
}

.page-11732 .home-sec-title span {
    font-weight: 700;
}

.page-11732 .btn-pbisp:hover {
    background-color: #5e7885;
}

.page-11732 .btn-pbisp {
    display: inline-block;
    line-height: 1;
    margin-bottom: .8rem;
    margin-left: 1.5rem;
    font-size: 18px;
    background-color: #1bb1c0;
	color: white !important;
	    font-weight: 400;
	border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/****** Dashboard Nav Tabs  *********************/
.page-11732 .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.page-11732 .nav-tabs .nav-link {
    border: 2px solid #69c6df;
    box-shadow: 4px -4px 4px -1px #cccccc;
    position: relative;
    top: 1px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #f6f6f6;
    color: #000000!important;
    min-width: 130px;
    text-align: center;
    z-index: 0;
    padding-left: .2rem;
    padding-right: .2rem;
	text-decoration:none; 
	font-weight: 400;
}

@media only screen and (max-width: 1201px) and (min-width: 1000px) {
.page-11732  .nav-tabs .nav-link {
  min-width: 100px;
}
}

 .page-11732 .nav-tabs .nav-link.active {
  color: #ffffff !important;
  z-index: 100;
  font-weight: bold;
}
/************* Tab/Pane 1 *************/
.page-11732 .nav-tabs .nav-link:nth-child(1) {
  background-color: #fff;
  color: #000000;
  border: 2px solid #69c6df;
}
.page-11732 .nav-tabs .nav-link:nth-child(1).active {
  background-color: #69c6df;
}
.page-11732 .tab-content .tab-pane:nth-child(1) {
  border: 2px solid #69c6df;
}
/************* Tab/Pane 2 *************/
.page-11732 .nav-tabs .nav-link:nth-child(2) {
  background-color: #fff;
  color: #000000;
  border: 2px solid #1bb1c0;
}
.page-11732 .nav-tabs .nav-link:nth-child(2).active {
  background-color: #1bb1c0;
}
.page-11732 .tab-content .tab-pane:nth-child(2) {
  border: 2px solid #1bb1c0;
}
/************* Tab/Pane 3 *************/
.page-11732 .nav-tabs .nav-link:nth-child(3) {
  background-color: #fff;
  color: #000000;
  border: 2px solid #c0d8c0;
}
.page-11732 .nav-tabs .nav-link:nth-child(3).active {
  background-color: #c0d8c0;
}
.page-11732 .tab-content .tab-pane:nth-child(3) {
  border: 2px solid #c0d8c0;
}

/******* end tabs content **************/
.page-11732 .tab-content .active {
  z-index: 100;
}
.page-11732 .tab-content {
  position: relative;
  box-shadow: 1px 0px 8px #888;
}
.page-11732 .tab-content .tab-pane {
  position: relative;
  z-index: 1;
  background-color: white;
}
.page-11732 .tab-pane h2, .center90 .covidcaption, .tab-pane p {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-11732 .pbi-wrap {
  padding-bottom: 0px !important;
}
.page-11732 .flex-sm-column {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
@media (max-width: 992px) {
  .page-11732 .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .page-11732 .nav-tabs .nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 0px 0px transparent;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    /* border-top-left-radius: .25rem; */
    /* border-top-right-radius: .25rem; */
    /* margin-top: .5rem; */
    margin-bottom: .5rem;
  }
}
@media (max-width: 823px) {
  .page-11732 .nav-tabs {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .page-11732 .nav-tabs {
    width: auto;
  }
}
@media (max-width: 320px) {
  .page-11732 .nav-tabs .nav-link {
    margin-left: 3px;
    margin-right: 3px;
  }
}

 /** fix for tab 1 inital show ***/
.page-11732 .fade:not(.show) {opacity:1} 

.page-11732 .covidcontainer {
	max-width: 1140px;
	margin-left: auto; 
	margin-right: auto;
	display:block;
    padding-right: 15px;
    padding-left: 15px;
    
}


.page-11732 .covidcaption {
    text-align: left !important;
    font-size: .8rem;
    margin: 10px 0px 20px 0px;
	padding-left: 1rem;
    padding-right: 1rem;
}

.page-11732 .center90 {
    text-align: center;
}

.page-11732 .center90 img {
    width: 90%;
    max-width: 90%;
    margin-bottom: 2rem;
}


.page-11732 .cvtabheader {
	font-size: 20px!important;
	font-weight: 700!important;
	color: #444;
}


.page-11732 .page-section {
     padding-top: 1rem;
     padding-bottom: 1rem;
 }


.page-11732 .page-section h3 {
    margin-bottom: 0px;
}


.page-11732 .scc-collapes {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}


.fullwidthpanebottom .DnnModule:nth-child(even)   {
	 background-color: #fcfcfc;
}

.fullwidthpanebottom .DnnModule {
	
	padding-bottom: 2rem;
}
/********************************************/





