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

body {
	margin: 0px;
	font: normal 15px/23px "Open Sans", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #000033;
	}

a, a:visited, a:active  {
	color: #005686;
	text-decoration: underline;
	background-color: inherit;
    }

a:hover {
    color: #52a87f;
    text-decoration: none;
	background-color: inherit;
    }

#mastertable {
	max-width: 1800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font: normal 15px/23px "Open Sans", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #000033;
	}

#toptable {
	width: 98%;
	max-width:1100px;
	margin:10px auto;
	clear:both;
	}

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

.languageLinkPadding {
	padding-right: 5px;
	margin-bottom:-10px;
	}

.mainHeader {
	max-width: 1100px;
    margin: 0 auto;
	}
.mainHeader > a > img {
	max-width:390px;
	margin-left:5px;
	}

@keyframes hero{
	0%, 10%, 13%	{background-position-x: 0%;}
	13%, 22%, 25%	{background-position-x: 33%;}
	25%, 35%, 38%	{background-position-x: 66%;}
	38%, 47%, 50%	{background-position-x: 100%;}
	50%, 60%, 63%	{background-position-x: 100%;}
	63%, 72%, 75%	{background-position-x: 66%;}
	75%, 85%, 88%	{background-position-x: 33%;}
	88%, 97%, 100%	{background-position-x: 0%;}
}

.textSearchHead {
	background: url(/graphics/images/OHHLherosliderbg.webp) no-repeat center center;
	background-position-y: center;
	background-position-x: 0%;
	background-size: auto;
	animation-name: hero;
	animation-duration: 150s;
	animation-iteration-count: infinite;
	width:100%;
	max-height:219px;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	}
.textSearchHead > div {
	background-color:rgba(0, 86, 134, 0.85);
	flex:1 1 auto;
	display:flex;
	flex-direction:column;
	padding:3vw;
	margin:10vw;
	max-width:650px;
	max-height:200px;
	overflow:auto;
	}
.textSearchHead > div {
	flex:1 1 auto;
	}
.tsSuggest, .tsMessage {
	padding:3px;
	margin:2px 1px;
	background-color: rgba(255, 255, 255, 0.85);
	}
.tsTitle {
	color:white;
	font-weight:bold;
	font-size:310%;
	line-height:100%;
	padding-bottom:10px;
	margin-left:-2px;
	}
.tsPlaceholder {
	font-style: normal !important;
	}
.textSearchHead .textSearch {
	display:flex;
	justify-content:space-between;
	}
.textSearchHead .textSearch > div {
	flex:1 1 auto;
	}
.textSearchHead .textSearch > div.clearboth {
	display:none;
	}
.OHTextSearchContainer {
	margin: 0 auto;
	}
.OHTextSearchContainer .tsTextboxClass {
	font-size:18px;
	border:none;
	height:35px;
	}
.OHTextSearchContainer .tsSubmitClass {
	border:0;
	max-height:39px;
	max-width:39px;
	background: #fff;
	color: #fff;
	padding:0;
	width:24%;
	height: 100%;
	}

form#text_search_form > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	margin: 0 auto;
	}
form#text_search_form > div > div,
form#text_search_form > div > input {
	flex: 1 1 auto;
	}
.tsLabel {
	flex-basis:100%;
	}

.searchTips {
	padding-top:10px;
	text-decoration:underline;
	display: inline-block;
}
.searchTips a {
	color:white;
	font-size: 14px;
}
@media (max-width: 630px) {
	.OHTextSearchContainer .tsLabel {
		background-color: rgba(255, 255, 255, 0.85);
		margin-bottom: 2px;
		padding: 2px;
		display: block;
	}
}
@media (max-width: 600px) {
	.searchTips {
		padding-top:2px;
	}
}
.welcomeText {
	max-width:1100px;
	margin: auto;
	display: flex;
	align-items: stretch;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.welcomeText > div {
	flex: 2 1 500px;
}

.welcomeText > div:first-child {
	margin: 0px 60px;
	margin-top: 10px;
	color: #005686;
	font-size:130%;
	font-weight: bold;
	flex: 1 2 1px;
}
.welcomeText > div:last-child {
	margin: 0 10px;
}
.welcomeText span.phone {
	color: #005686;
	font-weight: bold;
	white-space: nowrap;
}
.welcomeText table {
	height: 100%;
	width: 100%;
	min-height: 50px;
	max-height: 139px;
	min-width: 100px;
	border-top: 4px solid #52a87f;
	border-bottom: 4px solid #52a87f;
}
.welcomeText table td {
	vertical-align: center;
}
.welcomeText p {
	margin-top: 0;
	margin-bottom: 15px;
}
.welcomeText p:last-child {
	margin-bottom: 20px;
}
.welcomeText h1 {
	font-size:130%;
	line-height:130%;
	color:#005686;
	font-weight:bold;
	margin-top: 20px;
	}

.OHFooter {
	background-color:#dee0de;
	border-top:4px solid #52a87f;
	padding: 0 10px;
	}
.OHFooter > div:first-child {
	max-width:1100px;
	margin: 0 auto;
	}
.footerNav {
	display:flex;
	flex-wrap:wrap;
	align-content: flex-start;
	font-size: 80%;
	color: #005686;
	}
.footerNav > div {
	flex:1 1 10px;
    padding: 20px 10px 10px 0px;
	}
.footerNav > div.OHSponsors {
	flex:1 1 550px;
	padding-right: 0;
}
.footerNav > div > div {
	font-weight: bold;
}
.footerNav ul {
    margin: 0;
    padding: 0;
	}
.footerNav li {
    white-space: nowrap;
    list-style-type: none;
	}
.OHSponsors img {
	vertical-align: middle;
    width: 200px;
}
.standardFooter {
	font-size:75%;
	}

.light.standardFooter {
	color: #000000 !important;
}

.frontBoxBox {
	max-width: 1100px;
	margin: auto;
	padding-bottom: 35px;
	}

.frontFlex {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
	}
.frontFlex > div {
	flex: 1 1 250px;
	white-space:nowrap;
	min-height:255px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin: 10px;
	position: relative;
	}
.frontFlex > div.expanded {
	background-position:top;
	}
.frontFlex > div > div {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 150%;
	line-height: 250%;
	font-weight: bold;
	text-align: center;
}
.frontFlex a {
	display:block;
	font-size:60%;
	line-height: 280%;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	text-align:center;
	color:white;
	background-color: #005686;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 20px 70px;
	border-radius: 20px;
	}
.frontFlex a:hover {
	background-color:#52a87f;
	}
.frontFlex span {
	background:inherit;
	font-size:155%;
	}
.frontFlex a img.imgShrink {
    max-width: 498px;
	border: solid #fff 3px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	}
.frontFlex a img.imgShrink:hover {
	max-width: 498px;
	border: solid #000000 3px;
	}
.forSaleFlex {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	}
.forSaleFlex > div {
	flex: 1 1 300px;
	padding:0 20px;
	margin-bottom:10px;
	}
.forSaleFlex > div:last-child {
	margin:0 20px;
	background-color:#dceffe;
	padding-bottom:20px;
	}
.forSaleFlex h1 {
	font-size:140%;
	line-height:120%;
	color:#c3003c;
	}
.blueButton a {
	display:inline-block;
	color:white;
	text-decoration:none;
	background-color:rgb(29, 98, 155);
	padding:10px;
	margin-bottom:15px;
	}

.sideHeading {
	font-size:150%;
	line-height:120%;
	white-space:initial;
	padding-top:10px;
	color:#c3003c;
	}

.panels {
    display: flex;
    flex-wrap: wrap;
	gap: 2rem;
    justify-content: center;
    margin: 0 auto;
    padding: 30px 0;
}
.colPanel {
	background-color: #005686;
	padding: 22px 29px 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:#005686;
	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: #005686 !important;
}

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

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