.productContent {
	position: relative;
	width: 100%;
	padding: 45px;
	border-radius: 8px;
	background-color: #fff;
	display: none;
}
.productContent.active {
	display: block;
}
#tabsRow .tabCol:first-child {
	padding-right: 0px;
}
#tabsRow .tabCol:last-child {
	padding-left: 0px;
}
#tabsRow .productTab {
	padding: 10px 0px;
	border-radius: 8px 8px 0px 0px;
	background-color: #fff;
	cursor: pointer;
	width: 95%;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
    opacity: 0.6;
    transition: all ease-in-out .3s;
}
#tabsRow .productTab.active {
    opacity: 1;
    padding: 15px 0px;
    cursor: default;
}
#tabsRow .tabCol:first-child .productTab {
	margin-left: auto;
}
#tabsRow .tabCol:last-child .productTab {
	margin-right: auto;
}
#tabsRow .productTab h2 {
	text-align: center;
	color: #044326;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0px;
}
.resultBox {
	position: relative;
	display: block;
	width: 100%;
	height: 90%;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 35px;
}
.resultBox .resultHead {
	background-color: #ececec;
	padding: 20px;
	min-height: 50%;
}
.resultBox .resultDisplay {
	background-color: #044326;
	padding: 30px;
	min-height: 50%;
}
.resultBox .resultHead h3 {
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	margin-bottom: 0px;
	color: #333;
}
.resultBox .resultDisplay h4 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 0px;
	color: #fff;
}
.greenBox {
	padding: 30px;
	border-radius: 8px;
	background-color: #044326;
	margin-bottom: 35px;
}
.greenBox h5, .greenBox p, .greenBox ul li {
	color: #fff;
}
.greenBox p {
	margin-bottom: 50px;
}
.greenBox h5 {
	font-size: 25px;
	margin-bottom: 20px;
}
.greenBox ul {
	padding-left: 0px;
	list-style-type: none;
}
.greenBox ul li {
	padding-left: 35px;
	margin-bottom: 10px;
	background: url(../images/rms-tick.png) left center / 25px no-repeat;
}
.productContent button {
	background-color: #355925;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 20px;
}
#adviceSection h3, #adviceSection h4 {
	text-align: center;
}
#takecontrolRow  {
	margin-bottom: 25px;
}
#takecontrolRow p {
	margin-bottom: 0px;
}
#takecontrolRow a {
	width: 100%;
	text-align: center;
	border-radius: 6px;
	padding: 25px;
}
#takecontrolRow a img {
	width: 75px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}
.greyBox {
	padding: 30px;
	border-radius: 8px;
	background-color: #f2f2f2;
	margin-bottom: 35px;
}
.greyBox h2 {
	color: #223366;
}
.greyBox .inputWrapper input[type="text"] {
	position: relative;
	display: block;
	width: 100%;
	font-size: 20px;
	padding: 5px;
	padding-left: 35px;
	border-radius: 6px;
	border: 1px solid #ced4da;
	z-index: 10;
}
.greyBox .inputWrapper i.fa-pound-sign {
	position: absolute;
	display: block;
	font-size: 25px;
	bottom: 7px;
	left: 25px;
	color: #333;
	z-index: 20;
	pointer-events: none;
}
.greyBox .selectWrapper {
	position: relative;
	display: block;
	width: 100%;
}
.greyBox .selectWrapper select {
	position: relative;
	display: block;
	width: 100%;
	font-size: 20px;
	padding: 5px 10px;
	border-radius: 6px;
	border: 1px solid #ced4da;
	z-index: 10;
	-webkit-appearance: none;
	appearance: none;
}
.greyBox .selectWrapper i.fa-chevron-down {
	position: absolute;
	display: block;
	font-size: 25px;
	bottom: 7px;
	right: 10px;
	color: #333;
	z-index: 20;
	pointer-events: none;
}
.greyBox input[type="submit"] {
	position: relative;
	display: block;
	width: 100%;
	font-size: 20px;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	border-radius: 6px;
	border: 1px solid #f7b23d;
	background-color: #f7b23d;
	margin-top: 25px;
	padding: 5px 0px;
	font-weight: 700;
}
.stepText {
	font-weight: 600;	
	border-bottom: 1px solid #355925;
	padding-bottom: 5px;
	margin-top: 10px;
}
#kerriSection button {
	background-color: #355925;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 20px;
}

@media (max-width: 991.98px) {
	#kerriSection img {
		width: 50%;
		margin-left: auto;
		margin-bottom: 25px;
	}
	#tabsRow .tabCol:first-child {
		padding-right: 15px;
	}
	#tabsRow .tabCol:last-child {
		padding-left: 15px;
	}
	#tabsRow .tabCol .productTab {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	#tabsRow .tabCol:last-child .productTab {
		border-radius: 0px;
	}
	.greenBox h5 {
		font-size: 22px;
	}
}
@media (max-width: 767.98px) {
	header img {
		width: 75%;
		margin-left: auto;
	}
	.section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#kerriSection h1 {
		font-size: 30px;
	}
	#adviceSection img {
		width: 75%;
		margin-left: auto;
		margin-bottom: 15px;
	}
	#adviceSection h3 {
		font-size: 35px;
	}
	#adviceSection h4 {
		font-size: 30px;
	}
	#takecontrolRow a {
		margin-top: 25px;
	}
}
@media (max-width: 575.98px) {
	header {
		margin-top: 0px;
	}
	#kerriSection img {
		width: 75%;
		margin-bottom: 15px;
	}
	.resultBox .resultDisplay h4 {
		font-size: 30px;
	}
}
