.page-header {
	background-image: url("../images/solutions-header.jpg");
}
.page-header .button-container {
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.content-flex{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.content-flex button{
	width: 200px;
	margin: 0 10px;
}

.content-outer:not(.page-header) .content-inner {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	background: #FFF;
	padding: 50px;
	border-radius: 5px;
}
.content-inner > .row > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content-inner div img {
	width: 100%;
	border-radius: 10px;
}
.content-outer {
	position: relative;
}
.anchor {
	position: absolute;
	top: -50px;
}
h1 {
	color: #2E9444;
}
h4 {
	color: #1D75BC;
}

h2{
	font-size: 1.6rem;
	font-weight: bold;
	color: #1A6C9E;
}

h3{
	color: #515151;
	font-size: 1.3rem;
}

/*.roadsideServices{*/
/*	background-color: transparent !important;*/
/*	background-image: url("../images/traingle cropped.jpg") !important;*/
/*	background-size: cover;*/
/*	background-position: center !important;*/
/*	background-repeat: no-repeat !important;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	border-top-right-radius: 5px;*/
/*	border-top-left-radius: 5px;*/
/*}*/

/*.darkOverlay{*/
/*	background-color: rgba(255, 255, 255, 0.75);*/
/*	backdrop-filter: blur(10px);*/
/*	padding: 0 !important;*/
/*}*/

/*.content{*/
/*	padding: 50px;*/
/*}*/

.listContainer{
	display: flex;
	flex-direction: column;
	justify-content: flex-start !important;
	align-items: flex-start;
	margin-top: 10px; /* to keep inline with cards */
}

.listContainer h6{
	font-weight: bold;
	font-size: 1.2rem;
	color: #2E9444;
	text-align: center;
}

.breakdown-list{
	line-height: 30px;
}

.breakdown-list li{
	font-weight: bold;
	font-size: 1rem;
	color: #1D75BC;
}

@media (max-width: 992px) {
	.listContainer{
		justify-content: center;
		align-items: center;
		margin: auto;
		flex-basis: 100%;
	}
}

.special_promo{
	display: flex;
	flex-direction: column;
	margin-left: auto;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	box-shadow: transparent;

	background: rgb(26,108,158) !important;
	background: linear-gradient(245deg, rgba(26,108,158,1) 0%, rgba(7,54,89,1) 50%, rgba(26,108,158,1) 100%) !important;
}

.special_promo_header h1{
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 2rem;
	text-align: right;
}

.notBold{
	font-weight: lighter;
}

.special_promo_text h5{
	color: #FFFFFF !important;
	font-weight: normal;
	font-size: 1.2rem;
	text-align: right;
}

.card-container{
	display: flex;
	flex-wrap: wrap;
}

.cardInfo{
	width: 380px;
	margin: 10px 0;
}

@media (max-width: 992px) {
	.card-container{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.cardInfo{
		text-align: center;
	}
}

.cardInfo h6{
	font-weight: bolder;
	color: #1D75BC;
	font-size: 1.2rem;
}

.cardInfo p{
	font-weight: normal;
	color: #434343;
	margin: 1px;
	padding: 0;
	font-size: 0.9rem;
}

.cardInfo p .special{
	font-weight: bold;
	margin: 1px;
	padding: 0;
	color: #2E9444;
}

.SmallSection{
	margin-top: 25px;
	width: 100%;
}

.smallInfo{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: auto;
	text-align: center;
}

.smallInfo p{
	text-align: center;
	font-size: 0.9rem;
	color: #1D75BC;
	font-weight: normal;
	margin: 0;
}

.smallInfo p span{
	font-weight: bold;
	color: #2E9444;
}

@media (max-width: 1199px) {
	.smallInfo{
		justify-content: center;
		margin: 25px auto auto;
	}

	.smallInfo p{
		text-align: center;
	}
}

.small{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 30px;
}

.small p{
	color: #434343;
	font-weight: normal;
	font-size: 0.8rem;
}

.bold{
	font-weight: bold;
}

@media (max-width: 991px) {
	.special_promo_header h1, span{
		text-align: center !important;
	}

	.special_promo_text h5{
		text-align: center !important;
	}
}

#phoneContainer{
	display: inline-block;
}

#emailContainer{
	display: inline-block;
}

#callNumber{
	font-weight: bold;
	color: #212529;
	font-size: 1.6rem;
}

#callEmail{
	font-weight: bold;
	color: #212529;
	font-size: 1.6rem;
}

#callEmail a{
	text-decoration: none;
	color: #212529
}

#phoneOuter{
	background-color: #2e9444;
	display: inline-block;
	border-radius: 50%;
}

#phoneInner{
	color: white;
	font-size: 1.8rem;
	padding: 15px;
}

#emailOuter{
	background-color: #2e9444;
	display: inline-block;
	border-radius: 50%
}

#emailInner{
	color: white;
	font-size: 1.8rem;
	padding: 15px;
}

@media (max-width: 1199px) {
	#phoneContainer{
		text-align: center;
	}

	#emailContainer{
		text-align: center;
		padding-top: 20px;
	}

	#callNumber{
		text-align: center;
		font-size: 1.2rem;
	}

	#callEmail{
		text-align: center;
		font-size: 1.2rem;
	}

	#phoneInner{
		font-size: 1.4rem;
	}

	#emailInner{
		font-size: 1.4rem;
	}
}