/* STEALING GRAPHICS FOR HEADER -- via deploy-time pass of buildutils/python/process_vhosts.py
/* url(/graphics/headers/RIHSheaderlogo.png);*/
/* url(/graphics/images/RIHSSearchIcon.png);*/
/* url(/graphics/images/RIHSherobg.jpg);*/


body {
	margin: 0;
	font: normal 16px/20px 'Open Sans', Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #000033;
	background-color:#FFF;
	}

a, a:visited, a:active  {
	color: #57641f;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #c46e0f;
    text-decoration: none;
	background-color: inherit;
    }

#mastertable {
	/*max-width:1400px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font: normal 16px/20px 'Open Sans', Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #000033;
	}

#toptable {
	width: 98%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#reducetable {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	}

.languageLinkPadding {
	padding-right: 5px;
	max-width: 1500px;
	}

.welcomeRI {
	text-align:center;
	max-width:1000px;
	margin:auto;
	font-size:115%;
	line-height:140%;
}

@media only all and (max-width: 975px) {
	.welcomeRI {
		margin: 0 5px;
	}
}
.welcomeHead {
	color:#57641f;
	text-align:center;
	line-height:125%;
	font-size:175%;
	margin:10px auto;
}

@media only screen and (max-width: 500px) {
	.welcomeHead {
		font-size:140%;
	}

}


h1 {
	font-size: 22px;
	}

#paintTitle {
	color: #c46e0f;
	border-bottom: solid 1px #c46e0f;
	background-color: inherit;
	}

.paintTitle {
	color: #c46e0f;
	border-bottom: solid 1px #c46e0f;
	background-color: inherit;
	}

.paintTitle2 {
	color: #c46e0f;
	border-bottom: solid 1px #c46e0f;
	background-color: inherit;
	}

.paintTitleH2 {
	color: #c46e0f;
	border-bottom: solid 1px #c46e0f;
	font-size: 16px;
	background-color: inherit;
	}

.footerstrip
{
	background-color: inherit;
}

.RIFooter {
	background-color:#e8e8e8;
	color:#000;
	margin-top:20px;
	padding-bottom:40px;
	}
.RIFooter > div:first-child {
	display:flex;
	flex-wrap:wrap-reverse;
	max-width:1125px;
	margin: 0 auto;
	}
.RIFooter > div:first-child > div {
	flex:1 1 400px;
	}
.RIFooter a {
	color:#000000;
	}
.footerNav {
	display:flex;
	flex-wrap:wrap;
	align-content: flex-start;
	line-height:175%;
	}
.footerNav > div {
	flex:1 1 13%;
    padding: 20px 20px 10px 20px;
	}
.footerNav > div:last-child {
	flex-basis:90px;
	}
.footerNav ul {
    margin: 0;
    padding: 0;
	}
.footerNav li {
    white-space: nowrap;
    list-style-type: none;
	}
.footNavHead {
	color:#000;
	font-weight:700;
	}

.standardFooter {
	margin-top:15px;
	font-size:75%;
	background-color: #57641f;
	color:#FFF;
	}
.standardFooter a {
	color:#FFF;
}
.standardFooter img {
	background-color:#FFF;
}

/*Text Search Styling*/

.RITextSearchContainer form > div {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

.RITextSearchContainer .tsTextboxClass {
	border:none;
	height:36px;
	width: calc(100% - 44px);
}

.RITextSearchContainer .tsSubmitClass {
	height:40px;
	width:initial;
	background:#fff;
	border:none;
	padding:0;
}
.tsSuggest {
	flex-basis: 100%;
	background: white;
	color: #111;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: -25px;
	z-index:99;
}
.tsSuggest > ul {
	margin: 2px;
	padding: 0px;
	list-style-type: none;
	-webkit-columns: 4 150px;
	-moz-columns: 4 150px;
	columns: 4 150px;
}
.tsMessage {
	margin-bottom:-10px;
}

@keyframes hero {
	0%, 11%, 14%    {background-position-x: 0%;}
	14%, 25%, 28%  {background-position-x: 33%;}
	28%, 39%, 42%  {background-position-x: 66%;}
	42%, 53%, 56%  {background-position-x: 100%;}
	56%, 67%, 70%  {background-position-x: 66%;}
	70%, 83%, 86%  {background-position-x: 33%;}
	86%, 97%, 100% {background-position-x: 0%;}
}

.textContainer, .blockContainer {
	width:80%;
	padding: 3% 10%;
	background:url(/graphics/images/RIHShero.png) no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    background-position-y: 57% !important;
}
.textFlex {
	display:flex;
	flex-direction:column;
	color:white;
	background-color: rgba(196,110,15,0.8);
	padding:4%;
	max-width: 750px;
	margin: 0 auto;
}
.textTitle {
	font-size: 40px;
	font-weight:700;
	line-height: 40px;
	padding-bottom: 4px;
	margin-left: -3px;
}
.bottomLinks {
	display: flex;
	flex-wrap: wrap;
}
.textAdvanced {
	padding-top:10px;
	text-align:right;
	font-weight: bold;
	font-size: 125%;
	display: inline-block;
	margin-left: auto;
}
.textAdvanced a {
	color:white;
	text-decoration:none;
}

.searchTips {
	padding-top:10px;
	text-decoration:underline;
	display: inline-block;
}
.searchTips a {
	color:white;
	font-size: 14px;
}

@media all and (max-width: 1000px) {
	.textContainer, .blockContainer {
		background-size:cover;
	}
}
@media all and (max-width: 600px) {
	.textContainer .textTitle {
		display:none;
	}
	.RITextSearchContainer .tsTextboxClass {
		width:80%
	}
	.RITextSearchContainer .tsLabel {
		width:100%;
	}
	.textAdvanced {
		padding-top:4px;
	}
	.searchTips {
		padding-top:2px;
	}
}

/*CMS Styling*/
.cmsTiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}
.cmsTiles > div {
	flex: 1 1 390px;
    min-height: 340px;
    max-width: 320px;
    margin: 10px;
	background-position: top !important;
}
.plate {
	color:#FFF;
	overflow: hidden;
	height:100%;
	max-height:40ch;
}
.plateContent {
	display: flex !important;
    flex-wrap: wrap;
    height: 80%;
    align-items: flex-end;
    padding-top: 10%;
}
.plateContent > span {
	flex:1 1 100%;
}
.plateTitle {
	font-weight:bold;
	font-size:160%;
	line-height:115%;
	padding-bottom:5px;
	margin-bottom:130px;
}
.plateIntro {
	font-size:90%;
	padding-bottom:5px;
}
.cmsTiles a span {
	display:block;
}
.cmsTiles .cmsArticles a {
	text-decoration:none;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.6));
	background-position: center top;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: calc(100% - 40px);
	padding:20px;
}

.cmsTiles .cmsArticles a:hover {
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.8));
}

.cmsTiles .cmsArticles a > span {
	flex: 1 1 auto;
}
.cmsTiles .cmsStickies a {
	text-decoration:none;
	color:#FFF;
	text-align:center;
	display:block;
	height: calc(100% - 0px);
	padding:0px;
}
.stickyPlate {
	display:flex !important;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
.stickyPlate > span {
	flex: 1 1 auto;
}
.stickyHeadSpace {
	height:15%;
}
.stickyTitle {
	font-size:140%;
	line-height:140%;
	font-weight:700;
	height:40%;
}
.stickyButtonWrapper {
	height:20%;
}
.stickyButton {
	padding:15px;
	width:50%;
	font-size: 120%;
	font-weight: bold;
	margin:5px auto;
	background-color: #57641f;
	color: #fff;
}
.cmsStickies a:hover .stickyButton {
	background-color:#FFF;
	color:#c46e0f;
}

.SFnavcontainer {
	font-size:90%;
}
.list-start{
	color:#000000;
	font-weight: bold;
}

.forsaleFlex {
	display: flex;
	flex: 1 1 auto;
	max-width: 1000px;
	margin: 0 auto;
	margin-top:40px;
}
.forsaleFlex > div {
	flex: 1 1 400px;
}

.forsaleRight {
	background: #e8e8e8;
}
.forsaleChild {
	width: 50%;
	height: 100%;
	line-height: 140%;
	padding: 30px;
}
.forsaleHead{
	color: #57641f;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 20px;
}

.home-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 53px;
  }

 .videoBlock {
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    text-align: center;
 }
 
  .section-1, .section-2, .section-3 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-basis: 50%; 
    text-align: center;
  }

  .section-3 .link a {
	color: #000;
    font-size: 19px;
    text-decoration: underline;
  }

  .section-3 .link a:hover {
	color:#c46e0f;
  }

  @media (max-width: 940px) {
	.home-row {
		display: block;
		padding-top: 0;
	}
	.section-1, .section-2, .section-3 {
	  -webkit-box-flex: none;
	  -ms-flex: none; 
	  flex: none;
	  flex-basis: 100%;
	}
	.section-3 {
		padding: 15px 0;
	}
  }



.home-row .section-1 .section-text,
.home-row .section-2 .section-text {
	display: inline-block;
	text-align: center;
}

.home-row .section-1 .section-text h1,
.home-row .section-2 .section-text h1  {
	font: normal normal bold 30px/40px Open Sans;
	letter-spacing: 0.3px;
	display: inherit;
	margin: 0;
	color: #000;
}

.home-row .section-1 span.tooltip {
	display: inline-block;
    text-align: center;
    background: #57641f;
    border: none;
    color: #fff;
    border-radius: 17px;
    cursor: pointer;
    padding: 0 5px;
    font: bold 12px 'Open Sans', Arial, sans-serif;
	margin-left: 10px;    
	vertical-align: super;
}

.home-row .section-1 span.tooltip:hover,
.home-row .section-1 span.tooltip:visited,
.home-row .section-1 span.tooltip:active{
	background: #c46e0f;
}

.yellowGreen{
	background: #57641f !important;
}

.home-btn {
    display: flex;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 10px;
}
.home-btn a{
    font-size: 120%;
    font-weight: bold;
    background-color: #57641f;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    width: 250px;
    margin: 5px auto;
    border-radius: 5px;
    text-align: center;	
    z-index: 3;
}
.home-btn a:hover{
    background-color: #C46E0F;
}

.mt-change {
	margin-top: 100px;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.section-1 .section-text .text-width,
.section-2 .section-text .text-width {
	max-width: 334px;
}

.section-1 .section-text .popupContent {
	z-index: -2;
    background: #c46e0f;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;	
	position: relative;
}

.section-1 .section-text .popupContent p{
	margin: 0;
	font: normal normal normal 14px/16px Arial;
	color: #FFFFFF;
	display: none;
}

.section-1 .section-text .popupContent p a{
	color: #FFFFFF;
	text-decoration: underline;
}

.section-1 .section-text .popupContent p a:hover{
	text-decoration: none;
}

.home-row .section-1.appear span.tooltip {
    background: #57641f;
}

.section-1.appear .section-text .popupContent {
	opacity: 1;
	z-index: 1;
	padding: 10px;
    position: absolute;
    top: auto;
    left: auto;
    transform: translate(-17%, 8%);
    width: 438px;
}
@media (max-width: 500px) {
	.section-1.appear .section-text .popupContent {
		transform: translate(-12%, 8%);
		width: 375px;
	}
}

.section-1.appear .section-text .popupContent p{
	display: block;
}

.section-1.appear .section-text .popupContent:before {
	content: "";
    position: absolute;
    width: 34px;
    height: 39px;
	z-index: -3;
    background: #c46e0f;
    right: auto;
    top: auto;
	transform: rotate(45deg) translate(160%, -190%);
	-ms-transform: rotate(45deg) translate(160%, -190%);
	-webkit-transform: rotate(45deg) translate(160%, -190%);
	-moz-transform: rotate(45deg) translate(160%, -190%);
	-o-transform: rotate(45deg) translate(160%, -190%);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.section-1.appear .section-text .popupContent:before {
  pointer-events: none;
}


.section-1.appear .section-text .popupContent:before {
	opacity: 1;
	z-index: -1;
}


@media screen and (max-width:500px){
}


fieldset#regions_cities {
	font: normal 18px / 20px 'Open Sans', Arial, Verdana, Geneva, Helvetica, sans-serif;
}

fieldset#regions_cities .light {
	font-size: 18px;
}

.regionSets .sm {
	font-size: 14px;
}

.riCenterLarge {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	font-size: 18px;
}

.riBreadcrumb {
	margin-bottom: 10px;
}

.panels {
    display: flex;
    flex-wrap: wrap;
	gap: 1rem;
    justify-content: center;
    margin: 0 auto;
    padding: 30px 0 40px;
}
.colPanel {
	background-color: #57641F;
	padding: 22px 22px 30px;
	text-align: center;
}

.colPanel p {
	color: #fff;
	font-size: 15px;
}
.colPanel p.panelTitle {
	font-weight: bold;
	font-size: 22px;
    margin: 0;
	line-height: normal;
}

.colPanel .panelBtn {
	margin-top: 30px;
}
.colPanel .panelBtn a{
    padding: 8px 27px;
    border-radius: 6px;
    font-size: 18px;
    margin: 5px auto;
    font-weight: bold;
    background-color: #fff;
	color:#57641F;
	text-transform: uppercase;
	text-decoration: none;
}

.colPanel #bell.panelBtn a{
    background: url(/graphics/images/Bell_icon.svg) no-repeat;
    background-position-y: center;
    background-position-x: 183px;
    background-color: #fff;
    padding-right: 57px;
}
.colPanel .panelBtn a:hover,
.colPanel #bell.panelBtn a:hover {
	background-color: #E9A821;
	color:#000;
}

#shsWrapper .notifyPanel.shsSpecialOptions.row3 {
	background-color: #57641F !important;
}

#shsWrapper .notifyPanel.shsSpecialOptions.row3 .imgMiddle {
	border: 1px solid #fff;
	border-radius: 50%; 
}

#shsWrapper .notifyPanel.shsSpecialOptions.row3 .saveRow .leftCol #bell.panelBtn a {
	color:#57641F;
}
#shsWrapper .notifyPanel.shsSpecialOptions.row3 .saveRow .leftCol #bell.panelBtn a:hover {
	color:#000;
}