/*
  Theme Name: JR Associates
  Author: Steve Aschoff
  Version: 1.0
*/

.para-heading {
	margin: 2rem 0 1rem 0;
}

.para {
	margin: 2rem 0;
}

.solutions {
	display: flex;
	flex: 1 1 0;	
	flex-wrap: wrap;
}

.solutions > p {
	display: none;
}

.solutions > div {	
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	min-width: 500px;
	justify-content: center;
}

.solutions img {
	padding: 2rem;
	margin: 0 auto;
}

h3 {
	font-weight: bold;
}

.has-dropdown {
	position: relative;
}

ul.submenu {
	display: none;
	width: 175px;
	max-width: 225px;
	position: absolute;
	top: 6.25rem;
	left: 3rem;
	list-style-type: none;
	margin: 0;
	padding: .5rem 1rem;
	background-color: #555;	
	border: 1px solid #ddd;
	z-index: 10;
}

ul.submenu li a {
	color: #fff!important;
}

ul.submenu.open {
	display: block;
}

@media (max-width:767px){
	ul.submenu {
		top: 3.5rem;
		left: calc(50% - 100px);
	}
}