#InfoBox {
	display: none;

}

#InfoBox.Show {
	display: block;
}

.BranchGroup {
	border: 2px solid #000000;
	margin-bottom: 25px;
	padding: 25px;
}

.Branch {
	margin-bottom: 25px;
}

.TempIcon {
	border-radius: 50%;
	background-color: #000000;
	display: inline-block;
	float: left;
	height: 20px;
	margin-right: 15px;
	width: 20px;
}

/*
.BranchGroup.Platinum {
	border-color: #e5e4e2;
}

.BranchGroup.Platinum .TempIcon {
	background-color: #e5e4e2;
}

.BranchGroup.Gold {
	border-color: #FFD700;
}

.BranchGroup.Gold .TempIcon {
	background-color: #FFD700;
}

.BranchGroup.Silver {
	border-color: #C0C0C0;
}

.BranchGroup.Silver .TempIcon {
	background-color: #C0C0C0;
}

.BranchGroup.Bronze {
	border-color: #A67D3D;
}

.BranchGroup.Bronze .TempIcon {
	background-color: #A67D3D;
}
*/
.BranchGroup .Branches {
	padding-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	row-gap: 40px;
}

@media (max-width: 650px) {
	.BranchGroup .Branches {
		grid-template-columns: 1fr;
	}
}

.BranchGroup a {
	text-wrap: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
}

@media (max-width: 767px) {

	.BranchGroup .Branches .Branch {
//		margin-bottom: 20px;
	}
}

select.WithArrow {
	/*
	background-image: url('../i/select-arrow.png');
	 */
	background-image: url('../i/Down-Arrow.svg');
	background-size: 15px auto;
	background-position: right 15px center;
	background-repeat: no-repeat;

	-webkit-appearance: none;
	-moz-appearance: none;


	/*
	appearance: listbox;
	-moz-appearance: listbox;
	-webkit-appearance: listbox;
	*/
}

select::-ms-value {
	background: transparent;
	color: #666666;
}

select.form-control::-ms-expand {
	display: none;
}

.module-form-grey .row .col-md-6 {
	width: 50%;
}

h3.RatingHead {
	align-items: center;
	display: flex;
	background: none;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

/* Grid override */

@media (max-width: 992px) {
	.module-form-grey #InfoBox .row .col-md-6.col1 {
		float: left;
		width: 30%;
	}

	.module-form-grey #InfoBox .row .col-md-6.col2 {
		float: left;
		padding-left: 20px;
		width: 70%;
	}

}

@media (max-width: 767px) {
	.module-form-grey #InfoBox .row .col-md-6.col1 {
		display: none;
	}

	.module-form-grey #InfoBox .row .col-md-6.col2 {
		float: none;
		width: 100%;
	}

    .module-form-grey .row .col-sm-6 {
		margin-bottom: 20px;
    }
}


.BranchGroup.Diamond {
	border-color: #5DBCD2;
}

.BranchGroup.Diamond .TempIcon {
	background-color: #5DBCD2;
}

.BranchGroup.Emerald {
	border-color: #228025;
}

.BranchGroup.Emerald .TempIcon {
	background-color: #228025;
}

.main {
	min-height: 85vh;
}