/* 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: #d0edfa;
}

/* 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"; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 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;
}
.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/*removed per SaaS issue 110
.unit {
	margin-bottom: 20px;
}*/

.unit button {
	width: 100%;
	text-align: inherit;
	padding: 10px;
	background-color: #e7f6fd;
}
.unit button:focus {
	background-color: #d0edfa;
}
#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-image: url(https://www.barrie.ca/themes/custom/barrie/images/desktop-background-revised.jpg); */
    background-size: 4656px;
    /* background-repeat: repeat; */
    background-position: top;
}
.record-image{
	height: 100px;
    width: 100px;
    background-color: black;
	display: inline-block;
	background-size: contain;
	filter: invert(1);
	background-image: url(/APLI/css/images/barrie-nonprod1-WHITE.png);
}
.record-text{
	width: calc(100% - 105px);
	padding-left: 10px;
}
.record-link{
	display:flex;
}

