@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	/* border-left: solid 1px #CCC;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #CCC; */
	margin-bottom:6px;
}


.CollapsiblePanelTab {
	font: bold 12px;
	background-color: #F1F1F1;
	margin: 0px;
	padding-left:20px;
	padding-top:1em;
	Padding-bottom:1em;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	/* background-image:url(/mentalhealth/images/icon_nolines_plus.gif);
	background-position:left;
	background-repeat:no-repeat; */
  font-weight: bold;
    font-size: 1.34em;
}

.CollapsiblePanelTab::after {
  content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  padding-right: 1em;
  display:inline-block;
  float:right;
}


#tier4innerContent .CollapsiblePanelContent {
	margin: 0px;
    border-top: none;
    border-bottom: none;
    padding: 1px 20px 20px;
    font: Arial, Helvetica, sans-serif;
    line-height: 18px;
    background-color: #F1F1F1;
    min-width: 300px;
  max-width:100%;
  margin-left:0 !important;
height: auto !important;
}


  
 #tier4innerContent .CollapsiblePanelContent p {
    margin-right: 0;
    width: 96% !important;
}
  


.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;

}

.CollapsiblePanelOpen .CollapsiblePanelTab::after {
	/*background-color: #dfecfb;
	background-image:url(/mentalhealth/images/icon_nolines_minus.gif);
	background-position:left;
	background-repeat:no-repeat; */
  
  content: '\f068';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 1em;
  display:inline-block;
  float:right;

}


.CollapsiblePanelClosed .CollapsiblePanelTab {
/* background-color: #EFEFEF; */
}


.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color:none;
    
}


.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #f8e8c6;
    outline: 2px solid #f9c642;
    outline-offset: 2px;
}

.usa-alert .CollapsiblePanel {
  border:none;
  display: inline-block;
}

.usa-alert .CollapsiblePanelTab {
  	font-size: 1.25em;
  	margin: 0;
      padding: 0 0 8px 0;
  	background: none;
    border-bottom: dashed 1px #0B6CB2;

}

.usa-alert .CollapsiblePanelTab::after {
  content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 4px;
}


#tier4innerContent .usa-alert .CollapsiblePanelContent {
	margin: 0px;
	border: none;
  	padding: 20px 0 0 0;
  background:none;
}




.usa-alert .CollapsiblePanelTab a {
	color: black;
	text-decoration: none;

}


.usa-alert .CollapsiblePanelOpen .CollapsiblePanelTab::after {
	 content: '\f106';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 4px;

}


.usa-alert .CollapsiblePanelClosed .CollapsiblePanelTab {
/* background-color: #EFEFEF; */
}


.usa-alert .CollapsiblePanelTabHover, .usa-alert .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color:none;
  border-bottom: dashed 1px #FF0000;

  
}


.usa-alert .CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #f8e8c6;
}
