@charset "utf-8";
/* CSS Document */

.margin1 {
    font-weight: bold;
    margin-left: 2em;
}
.special{
		padding: 0px;
		margin: 0px;
	}

	h3, h4 {
		margin: 0px;
			padding: 0px;
		}
#headerstyle{
    background-color: #E3DFDF; 
    padding: 0px 20px; 
    border-style: solid; 
    border-bottom-width: thick;
    border-bottom-color: #F1E17E;  
    border-top: none; 
    border-left: none; 
    border-right: none;
}
	ul.none {
		list-style-type: none;
	}
		@media (max-width: 767px) {
	.hidethis{
		display: none;
	}}

		.prespace{
			white-space: pre-line;
		}
		.pdfcallout {
  position: relative; /* Helps to control overlap */
  padding-left: 10px; /* Creates space for the Icon */
  float: right;
  bottom: 25px;
		}
		.printcallout {
  position: relative; /* Helps us control overlap */
  padding-left: 35px; /* Creates space for the Phone Icon */
  float: right;
			bottom: 25px;
		}

.printcallout::after {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  position: absolute;
  left: 0; /* Adjust as needed */
  top: 3px; /* Adjust as needed */
  }
@media print {
    /* your stylesheet for printing, eg.: */
    .accordion-group .accordion-body.collapse {
        height: auto !important;
		 display: block !important;
    }
	   .accordion-item .data {
        height: auto !important;
		    display: block !important;
    }	
		ul.primaryresourceslist {
	list-style-type: none !important;
			padding-left:0px;
		}}