/* Style the buttons that are used to open and close the accordion panel */

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
	background-color: #3d6783;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0px 18px;
	background-color: #f3f3f3;
	border: 1px solid rgb(182, 182, 182);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: "\02795";
    font-size: 13px;
    color: #fffcfc;
    float: right;
    margin-left: 5px;
    position: relative;
    filter: brightness(3.5);
    top: -21px;
    height: 5px;
}
a {
	text-decoration: none !important;
}
.title{
    margin-left: 20px;
	font-weight: 600;
	color: #006d9d;
}
.description {
	color: black;
	text-decoration: none;
	font-size: 80%;
}
.gqbox {
	border: 1px solid rgb(163, 163, 163);
    box-shadow: 3px 0px 5px;
	padding: 5px;
    margin-bottom:3px;
    border-radius: 5px;
}
.gqbox:hover{
    background-color:white;
}
hr {
	margin: 5px !important;
}
#accordian .active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.unit {
	margin-bottom: 20px;
}
.unit button {
	width: 100%;
	text-align: inherit;
	padding: 10px;
	background-color: #2c4251;
}
.unit button:focus {
	background-color: #2c4251;
}
#accordian {
	background-color: white;
	padding: 20px;
	border-radius: 10px;
}
.Scott-Box {
	height: 150px;
	width: 23%;
	min-width: 200px;
	max-width: 300px;
	border: 1px solid black;
	margin: 5px;
	text-align: center;
	background-color: white;
	padding: 5px;
}
.Scott-Box:hover {
	background-color: rgb(226, 226, 226);
}

.imageHelper {
	height: 75px; /*make sure to add any changes to Scott-Box*/
	width: 75px;

	margin: auto;
}
.imageHelper img {
	height: 75px;
	width: 75px;
}

#sectionContainer{
	padding: 50px 2%;
	display:block;
}

body {
    background-color: #fff;
    background-size: 4656px;
    background-position: top;
}
.record-image{
	height: 100px;
    width: 100px;
    background-color: black;
	display: inline-block;
	background-size: contain;
	filter: invert(1);
}
.record-text{
	width: calc(100% - 105px);
	padding-left: 10px;
}
.record-link{
	display:flex;
}

button.accordion{
	color: rgb(255, 255, 255) !important;
	padding: 10px !important;
    border: 1px solid #a7a7a7 !important;
    border-radius: 10px 10px 0px 0px;
	/* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}
.aca_wrapper {
	padding:0px 100px 0px 100px !important;
	background-position:top !important;
	background-size: 4656px !important;
}

.unit:focus-within .accordion.active~.panel.unit4{
    max-height: 378px;
}
.gqbox{
	display: none;
}
.active ~ .panel .gqbox{
	display: block;
}
.unit button h2{
	font-size: 1.1rem !important;
	margin:0px !important;
	padding:0px !important;
}