/***************************************************
	INF (RNAV) CSS START
	Important: Load standalone info rnav css file due to alert-manager conflict     
****************************************************
	NAMING CONVENTION
	1. #main-content > #rnav > .class > .rc-class > .rce.class
***************************************************/
#rnav { }
/***************************************************
	RNAV CONTROL 
***************************************************/
#rnav .control {
	padding: 0;
	margin-bottom: 20px;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	background-color: #A2A95D;
}
#rnav .control .rc-title {
	padding: 0 15px 0 15px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background-color: transparent;
}
#rnav .control .rc-title h3 {
	font-size: 123.07692307692308%;
	font-weight: 600;
	color: #FFFFFF;
}
#rnav .control .rc-title h3 span.fa-search {
	padding: 0;
	line-height: 40px;
	font-size: 115.38461538461539%;
	float: right;
}
#rnav .control .rc-content {
	display: none;
}
#rnav .control .rc-intro {
	padding: 8px 15px 11px 15px;
	width: 100%;
	height: auto;
	border-left: 1px #D2D2BA solid;
	border-right: 1px #D2D2BA solid;
	background-color: #FFFFFF;
}
#rnav .control .rc-intro p {
	padding: 0;
	color: inherit;
}
@media only screen and (min-width: 1024px) {
	#rnav .control .rc-title h3 {
		pointer-events: none;
	}
	#rnav .control .rc-content {
		display: block !important;
	}
}
@media only screen and (max-width: 1023px) {
	#rnav .control .rc-title h3 {
		cursor: pointer;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#rnav .control {
		margin-bottom: 0;
	}
	#rnav .control .rc-intro {
		width: 50%;
		height: 85px;
		overflow: hidden;
		border: 0 none;
		-webkit-border-radius: 0 0 0 5px; /* 1 */;
		-moz-border-radius: 0 0 0 5px; /* 1 */;
		border-radius: 0 0 0 5px;
		background: url('https://www.livingwithnature.co.uk/indexes/template/default/images/rnav_control_x_bg.png') left top repeat-x;
		background-color: transparent;
		float: left;
	}
	#rnav .control .rc-intro p {
		line-height: 150%;
		color: #FFFFFF;
		font-size: 107.6923076923077%;
	}
}
@media only screen and (max-width: 767px) {
	#rnav .control {
		margin-bottom: 15px;
	}
	#rnav .control .rc-title {
		height: 44px;
		line-height: 44px;
	}
	#rnav .control .rc-title h3 {
		font-size: 100%;
	}
	#rnav .control .rc-title h3 span.fa-search {
		line-height: 44px;
		font-size: 112.5%;
	}
}
/***************************************************
	RNAV EXTEND CONTENT 
***************************************************/
#rnav .control .rc-extend.hide {
	display: block;
}
#rnav .control .rc-extend .rce-title {
	padding: 0 15px 0 15px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	font-weight: 400;
	color: #FFFFFF;
}
#rnav .control .rc-extend .rce-title span.fa-caret-down {
    padding: 2px 0 0 6px;
	line-height: 38px;
	float: right;
}
#rnav .control .rc-extend .rce-1-toggle,
#rnav .control .rc-extend .rce-2-toggle,
#rnav .control .rc-extend .rce-3-toggle,
#rnav .control .rc-extend .rce-4-toggle,
#rnav .control .rc-extend .rce-5-toggle {
	padding: 0;
	font-size: 84.61538461538461%;
	cursor: pointer;
	float: right;
	display: block;
}
#rnav .control .rc-extend .rce-bgix {
	background: url('https://www.livingwithnature.co.uk/indexes/template/default/images/rnav_control_x_bg.png') left top repeat-x;
	background-color: transparent;
}
#rnav .control .rc-extend .rce-info {
	padding: 8px 15px 11px 15px;
	border-left: 1px #D2D2BA solid;
	border-right: 1px #D2D2BA solid;
	background-color: #FFFFFF;
	display: none;
}
@media only screen and (max-width: 1023px) {
	#rnav .control .rc-extend.hide {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#rnav .control .rc-extend .rce-bgix {
		background: none;
	}
}
/***************************************************
	RNAV CONTENTS INFO 
***************************************************/
#rnav .control .rce-info p {
	padding: 0 0 10px 0;
}
#rnav .control .rce-info p:last-child {
	padding: 0;
}
#rnav .control .rce-info span.rce-ph {
	font-weight: 600; /* paragraph heading */
	font-size: 123.07692307692308%;
}
#rnav .control .rce-info p.rce-note {
	padding: 0;
	line-height: normal;
	font-weight: 400; /* paragraph sub heading */
	font-style: italic;
	font-size: 84.61538461538461%;
}
#rnav .control .rce-info .m-btn {
	padding: 0 10px 0 10px;
	margin: 10px 0 10px 0;
	min-width: 130px;
	display: block;
	float: right;
}
#rnav .control .rce-info .m-btn span {
	display: inline-block;
}
#rnav .control .rce-info .m-btn span.fa {
    padding: 0 10px 0 0;
	line-height: 35px;
	font-size: 20px;
	float: left;
}
@media only screen and (max-width: 767px) {
	#rnav .control .rce-info span.rce-ph {
		font-size: 106.25%;
	}
}
/***************************************************
	RNAV CONTROLS 
***************************************************/
#rnav .control .rc-controls {
	padding: 8px 15px 15px 15px;
	background-color: transparent;
}
#rnav .control .rc-controls label {
	padding: 0 0 6px 0;
	font-size: 100%;
	font-weight: 400;
	color: #FFFFFF;
}
#rnav .control .rc-controls select {
	width: 100%;
	border: 0;
}
#rnav .control .rc-controls select:hover,
#rnav .control .rc-controls select:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#rnav .control .rc-controls {
		padding: 10px 15px 15px 15px;
		width: 50%;
		height: 85px;
		-webkit-border-radius: 0 0 5px 0; /* 1 */;
		-moz-border-radius: 0 0 5px 0; /* 1 */;
		border-radius: 0 0 5px 0;
		background: url('https://www.livingwithnature.co.uk/indexes/template/default/images/rnav_control_x_bg.png') left top repeat-x;
		background-color: transparent;
		float: right;
	}
}
/***************************************************
	INF (RNAV) CSS END 
***************************************************/