/* Slider background crop off fix for mobile view */
/* @media (max-width: 599.98px) {
	.scchsa-homeslider .slide-img {
		background-size: contain;
		background-color: #dde4e8;
	}
} */

/* end */



.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;
}

.btn-float-lang-hc {
	display: inline-block;
	line-height: 1;
	margin-bottom: 0.8rem;
	margin-left: 1.5rem;
	font-size: 18px;
	background-color: #E80262!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;
}

.page-8927 .scc-collapes .btn-collapes:not(.btn-dark), .page-11061 .scc-collapes .btn-collapes:not(.btn-dark), .page-11734 .scc-collapes .btn-collapes:not(.btn-dark) {
	
	color: white!important;
}
/* .fullwidthpanebottom .DnnModule:nth-child(even)   {
	 background-color: #fcfcfc;
}

.fullwidthpanebottom .DnnModule {
	
	padding-bottom: 2rem;
} */
/********************************************/

.BHtable {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	
}
.BHtable th {
	background-color: #1c4e69;
	color: #ffffff;
	padding: .5rem 1rem;
	text-align:center;
}

.BHtable td {
	
	padding: .5rem 1rem;
}

/************ ADA ****************/
.mainbody a {
	color: #0C7097!important; /*0D7AA5*/
}

.page-section .btn-primary {
	color: #000000!important;
}


.mainbody ul li, .mainbody ol li {
    list-style-position: inside!important;
    padding-left: 0;
    line-height: 1.65;
}


/****  hover Tabs WhoWe ARe , Population health data**/
.hover-tabs .scc-card.keyboard-focus {
  outline: none !important;
  box-shadow: 0 0 0 3px #000000 !important;
}

/****** setting for firefox manual tabbing outlines **************/

a:focus-visible img {
  display: block;
}

a.site-logo:focus-visible {

	display: block;
}

 /*for accordion menu buttons on news page */
.btn-scccollapes:focus-visible {
    outline: 2px dashed #000; /* or whatever fits your design */
}




@media (min-width: 992px) {

.bhtheme #nav-item-iamlookingfor .dropdown-menu {
	
	left: 75%!important;
}
}



.sidebox .sidemenu-wrap h3 {
  padding: 0rem 1.5rem 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #007FB0!important;
}




/*** BH Resources Table **********/


.SUDSresources .dl-header { display: flex; background: #f5f5f5; border: 0.5px solid #ddd; border-radius: 8px 8px 0 0; padding: 10px 16px; font-weight: 500; background: #0d7aa5;}
.SUDSresources .dl-header .col-name { width: 30%; color: #fff; font-weight: bold;}
.SUDSresources .dl-header .col-desc { flex: 1; color: #fff; font-weight: bold;}
.SUDSresources .dl-row { display: flex; border-left: 0.5px solid #ddd; border-right: 0.5px solid #ddd; border-bottom: 0.5px solid #ddd; }
.SUDSresources .dl-row:last-child { border-radius: 0 0 8px 8px; }
.SUDSresources .dl-row:nth-child(even) { background: #f9f9f9; }
.SUDSresources .dl-name { width: 35%; padding: 10px 16px; border-right: 0.5px solid #ddd; }
.SUDSresources .dl-desc { flex: 1; padding: 10px 16px; }
 .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }



#crisisalert {
	  display: flex;
  align-items: center;
  gap: 16px;
	/*background-image: url("/Portals/7/images/BH/988_Icon_RGB_Green_Call-100px.png");
	background-repeat: no-repeat;
	background-position: left;
	text-align:left;
	padding-left: 110px!important;
	background-size:auto;*/
}
.callbg {
	
  flex-shrink: 0; /* THIS is the key - stops the image from shrinking */
  width: 100px;   /* set your desired image size */
  height: 100px;
  background-image: url("/Portals/7/images/BH/988_Icon_RGB_Green_Call-100px.png");
  background-size: cover;
  background-position: center;
}

.crisistext {
	
	flex: 1; /* takes up remaining space */
  font-size: clamp(14px, 2.5vw, 24px); /* scales with screen width */
}


#crisish31 {
	font-size:1rem!important;	
	}

#crisish32 {
	font-size:.9rem!important;
	}


@media (min-width: 769px) {
#crisish31 {
	font-size:1.3rem!important;	
	}

#crisish32 {
	font-size:1.0rem!important;
	}
}

@media (min-width: 992px) {
#crisish31 {
	font-size:1.7rem!important;	
	}
}
	
	
@media (min-width: 769px) {
#crisish31 {
	font-size:1.3rem!important;	
	}

#crisish32 {
	font-size:1.0rem!important;
	}
}

@media (min-width: 992px) {
#crisish31 {
	font-size:1.7rem!important;	
	}

#crisish32 {
	font-size:1.2rem!important;
	}
}
@media (min-width: 1200px) {
#crisish31 {
	font-size:2rem!important;
	}

#crisish32 {
	font-size:1.5rem!important;
	}
}

@media (min-width: 1450px) {
#crisish31 {
	font-size:2.2rem!important;	
	}

#crisish32 {
	font-size:1.6rem!important;
	}
}



.bhtheme #noticebanner {
	background-color:#0580b0;
	}


@media (min-width: 992px) {
.bhtheme .hsasearchbar .text-trending .hsa-trending-items a {

    margin-right: 0rem;

	}
	
}

.bhtheme .site-breadcrumb-wrap .site-breadcrumb {
    margin-bottom: 0rem; 
}


.bhtheme .site-footer .footer-widget a {
    background-color: transparent;
    color: #007FB0 !important;
	text-decoration:underline;
}

.bhtheme .site-footer .fw-social a {
    background-color: transparent;
    color: #007FB0 !important;
	text-decoration:none!important;
}

.bhtheme .site-footer .footer-widget a:hover {
    background-color: transparent;
    color: #007FB0 !important;
	text-decoration:none!important;
}




/* hide programs menu and locations box on mobile **/
@media (max-width: 991px) {
.bhtheme .midleftpane {
	
	display:none;
}
}
/**** ADA updates ********************/

.text-bhdarkgreen {
  color: #006020;
}

.bg-bhdarkgreen {
  background-color: #006020 !important;
}

.btn-bhdarkgreen, .mainbody .btn-bhdarkgreen {
  background-color: #006020;
  color: white !important;
}

.btn-bhdarkgreen:hover,
.mainbody .btn-bhdarkgreen:hover {
  background-color: #049947;
  color: white !important;
}

.btn-bhdarkgreen:focus,
.mainbody .btn-bhdarkgreen:focus {
  color: white !important;
}

.hsatheme .scc-collapes .btn-collapes.btn-bhdarkgreen {
  background-color: #049947 !important;
}

/* line 20, U:/_default/Skins/SccHSA/assets/devsrc/scss/theme-general/_collapes.scss */
.hsatheme .scc-collapes .btn-collapes.btn-bhdarkgreen.collapsed {
  background-color: #006020 !important;
}

a:focus {
	color:unset!important;
}

.bhtheme .site-footer .footer-widget a {

    color: #0C7097 !important;

}

.scc-mega-menu .mega-menu-tabs .btn-tab.active {
    color: #0C7097!important; /*#0E7FAD; */
}


.gridth {
	font-style: italic;
	font-weight: bold;
}

.gridrow {
	text-indent: -3.3rem;
  	margin-left: 3.3rem;
}

.gridrow a, .gridrow a:link {
	text-decoration:none;
}

.gridrow a:hover {
	text-decoration:underline;
}

.gridrow span {
	
	font-weight: bold;
	
}


.list-unstyled li {
	list-style-type: none;
	
}



.BHECslide1 .slide-text-wrap {
	justify-content:start;
}

.BHECslide1 .slide-text {
	margin-left: 0px!important;
	left: 0%!important;
	top: 7%;
}

.BHECslide1 .slide-title {
	text-align:center;
}

@media (max-width: 991px) {
.BHECslide1 .slide-text {
	top: 3%;
	}
}

@media (max-width: 769px) {
.BHECslide1 .slide-text {
	top: -0%;
	}
}

@media (max-width: 576px) {
.BHECslide1 .slide-text {
	top: -15%;
	}
}


@media (max-width: 991px) {
.page-section h3 {
    font-size: 1.4rem !important;
}
	
}


.BHECslide2 .slide-title {
	position:relative;
	top: -100px;
}


.BHECslide2 .slide-title .smfont {
		font-size: 52px!important;
	    line-height: 14px;
	}

#BHECslide2 .slide-text-wrap .slide-title {
	postion:relative;
}


.slide-viewportwrap {
	position:absolute; 
	top: 0px;
	width: 100vw;
    height: 100vh;
}


#BHECslide2-ally {
	position:absolute; 
	top: 20vh; 
	left: 76.8vw;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	width: 12.1vw;
	line-height: 1vw;
	font-size: 1vw;
}





@media (max-width: 1400px) {
.BHECslide2 .slide-title .smfont {
		font-size: 44px!important;
		line-height: 14px;
	}
.BHECslide2 .slide-title .smallerfont {
		font-size: 36px!important;
	}
}


@media (max-width: 1200px) {
.BHECslide2 .slide-title .smfont {
		font-size: 36px!important;
		line-height: 14px;
	}
.BHECslide2 .slide-title .smallerfont {
		font-size: 28px!important;
	}

.BHECslide2 .slide-title {
	position:relative;
	top: -80px;
}
}

@media (max-width: 992px) {
.BHECslide2 .slide-title .smfont {
		font-size: 28px!important;
		line-height: 8px;
	}
.BHECslide2 .slide-title .smallerfont {
		font-size: 20px!important;
	}

.BHECslide2 .slide-title {
	position:relative;
	top: -80px;
}
}

@media (max-width: 768px) {
.BHECslide2 .slide-title .smfont {
		font-size: 24px!important;
		line-height: 8px;
	}
.BHECslide2 .slide-title .smallerfont {
		font-size: 20px!important;
	}

.BHECslide2 .slide-title {
	position:relative;
	top: -0px;
}
}

@media (max-width: 660px) {
.BHECslide2 .slide-title .smfont {
		font-size: 18px!important;
		line-height: 2px;
	}
.BHECslide2 .slide-title .smallerfont {
		font-size: 12px!important;
	}

.BHECslide2 .slide-title {
	position:relative;
	top: -0px;
}
}



.scchsa-homeslider .slide-content .slide-title .smallerfont {
   font-size: 42px;
}


