/* RP landing page*/
#notice{
    position:absolute;
    z-index:40;
    top:25px;
    margin:auto;
    left:0; right:0;
    width:50%;
    border:0px solid darkgray;
    color:white;
    background-color:#6d2077;
    padding:.8em 0;
    display:none;
}
.ms-distChooser{
	cursor:pointer;	
}
.moreButt_{
	display:none;
}


.butt-color {
	background-color:#4d7034;
}	
#uPatch{
	position:absolute;
	display:block;
	max-width:750px;
	margin:0 .6em;
	top:15%;
	border:0px solid red;
}
#uPatch-blacken{
		position:absolute;
		width:100%; height:100%;
		top:0;		
		background-color:rgb(0, 0, 0, 1);
		border-radius:6px;
}
#uPatch-inputSearch{
		position:relative;
		display:flex; flex-direction:row; justify-content:space-around; flex-wrap:wrap; align-items:center;
		argin-top:1em;
		padding:0 .5em;
}
.uPatch-inputSearch-controls{
	width:33%;
	min-width:300px;
	margin:.3em; 
}
#uPatch-input-text{
    background: #eaeaea;
	
    background: -moz-linear-gradient(top,  #cfcfcf 0%, #ffffff 38%);
    background: -webkit-linear-gradient(top,  #cfcfcf 0%,#ffffff 38%);
    background: linear-gradient(to bottom,  #cfcfcf 0%,#ffffff 38%);
	
    font-size:18px;
	padding:.5em 1em;
	width:100%;
	outline:none;
	border:none;
}
.rp-flank-text{
	display:inline-block;
	font-size:.8em;
	color:whitesmoke;
	font-weight:bold;
	font-family:nexa_boldregular;
	min-width:90px;
	border:0px solid red;
	padding:0 .3em;
	width:35%;
}


#img-land{
    height: 60% /*KEY*/;
    background-color: #264c3b;
    background-size: cover;
    background-position: center 15%;
    background-repeat: no-repeat;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
    margin-top: 80px;
}


.eden-head {
	font-family:  nexa_boldregular, "Raleway" ,sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	background-color:#214537;
	color:#82f27e;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	padding:.3em 0;
	font-size:30px;
}



/* WHAT-IF OPERATIONS */
.whatif-loader-button{
	background:#2d4d8c;
}	



/* WIDTH RESPONDERS */
@media only screen and (min-width: 400px)  {/* kiwi */	
	#land-img{
		/*background-position:center !important;*/		
	}
}
@media only screen and (min-width: 600px)  {/* yellow */
	.uPatch-inputSearch-controls{
        width: auto;
        min-width: 200px;
		margin:.6em;
    }
	#uPatch-inputSearch{
		margin: 1em 0;
	}
	#land-img{
		background-position: center !important;		
	}	
	
	.eden-head {
		font-size:50px;
	}	
}@media only screen and (min-width: 770px)  {/* orange */


}@media only screen and (min-width: 1030px)  {/* red */
	#land-img{
		background-position: center top !important;		
	}
}
