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

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap');
a
.fullBorder {
    border-left: #7A9A01 solid 1px;
    border-right: #7A9A01 solid 1px;
    border-top: #7A9A01 solid 1px;
    border-bottom: #7A9A01 solid 1px
}

.fullBorderStandard {
    border-left: #7A9A01 solid 1px;
    border-right: #7A9A01 solid 1px;
    border-top: #7A9A01 solid 1px;
    border-bottom: #7A9A01 solid 1px;
    font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.borderFull {
    border-left: #7A9A01 solid 1px;
    border-right: #7A9A01 solid 1px;
    border-top: #7A9A01 solid 1px;
    border-bottom: #7A9A01 solid 1px
}

.borderL {
    border-left: #7A9A01 solid 1px
}

.borderLT{
    border-left: #7A9A01 solid 1px;
    border-top: #7A9A01 solid 1px
}

.borderLTR{
    border-left: #7A9A01 solid 1px;
    border-top: #7A9A01 solid 1px;
    border-right: #7A9A01 solid 1px
}

.borderLR {
    border-right: #7A9A01 solid 1px;
    border-left: #7A9A01 solid 1px
}

.borderLTB {
    border-left: #7A9A01 solid 1px;
    border-top: #7A9A01 solid 1px;
    border-bottom: #7A9A01 solid 1px
}

.borderLRB {
    border-bottom: #7A9A01 solid 1px;
    border-right: #7A9A01 solid 1px;
    border-left: #7A9A01 solid 1px
}

.borderLB {
    border-bottom: #7A9A01 solid 1px;
    border-left: #7A9A01 solid 1px
}

.borderT {
    border-top: #7A9A01 solid 1px
}

.borderTR{
    border-top: #7A9A01 solid 1px;
    border-right: #7A9A01 solid 1px
}

.borderTRB {
    border-top: #7A9A01 solid 1px;
    border-right: #7A9A01 solid 1px;
    border-bottom: #7A9A01 solid 1px
}

.borderTB {
    border-top: #7A9A01 solid 1px;
    border-bottom: #7A9A01 solid 1px
}

.borderR {
    border-right: #7A9A01 solid 1px
}

.borderRB {
    border-bottom: #7A9A01 solid 1px;
    border-right: #7A9A01 solid 1px
}

.borderB {
    border-bottom: #7A9A01 solid 1px
}

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

a, a:visited, a:active  {
    color: #336622;
    text-decoration: underline;
    background-color: inherit;
}
a:hover {
    color: #7A9A01;
    text-decoration: none;
    background-color: inherit;
}

#mastertable {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font: normal 16px/20px Arial;
    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;
    flex-basis:100% !important;
    color:#336622;
}
.languageLinkPadding a {
    color:#336622;
}

.welcomeCT {
    text-align:center;
    max-width:1000px;
    margin:auto;
    font-size:115%;
    line-height:140%;
}
.welcomeHead {
    color:#336622;
    text-align:center;
    line-height:125%;
    font-size:175%;
    margin:10px auto;
}
.welcomeWAddy{
    font: normal normal normal 30px/11px Merriweather;
    margin: 0;
    line-height: initial;
}

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


h1 {
    font-size: 120%;
    color: #336622;
}

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

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

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

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

.footerstrip
{
    background-color: inherit;
}

.STLFooter {
    margin-top:20px;
    padding-bottom:40px;
}
.STLFooter > div:first-child {
    display:flex;
    flex-wrap:wrap-reverse;
    max-width:1225px;
    margin: 0 auto;
}
.STLFooter > div:first-child > div {
    flex:1 1 400px;
}
.STLFooter a {
    color: #336622;
}
.footerNav {
    display:flex;
    flex-wrap:wrap;
    align-content: flex-start;
}
.footerNav > div {
    flex:1 1 11%;
    padding: 10px 20px 10px 15px;
    max-width: 100%;
}
.footerNav > div:last-child {
    flex-basis: 470px;
    max-width: none;
}
.footerNav ul {
    margin: 0;
    padding: 0;
}
.footerNav li {
    list-style-type: none;
    padding-bottom: 8px;
}
.footNavHead {
    color: #002559 !important;
    font-weight:700;
    margin-bottom: 12px;
}

.standardFooter {
    font-size:75%;
    background-color: #fff;
    color:#000;
}
.standardFooter a {
    color:#336622;
}
.standardFooter img {
    background-color:#FFF;
}

.STLSponsor {
	background-color:white;
	padding:10px;
}

.headFlex {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;

    background-color: #FFFFFF;
    border-bottom: none;
}
.headFlex > div {
    flex: 1 1 auto;
}
.headFlex > div:nth-child(2) {
    flex-basis:475px;
    padding:0 5px;
    text-align: center;
}

.headProper img {
    max-width:430px;
    padding-bottom: 20px;
    margin-top: 10px;
}

/*Text Search Styling*/

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

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

.STLTextSearchContainer .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;
}

.textContainer {
    width:88%;
    padding: 9% 6%;
    background:url(/graphics/images/STLHSheropic.webp) no-repeat;
    background-position-y:center;
    background-position-x:center;
    background-size: cover;
}
.textFlex {
    display:flex;
    flex-direction:column;
    color:white;
    background-color: rgba(51, 102, 34, 0.84);
    padding:2%;
    max-width: 750px;
    margin: 0 auto;

}
.textTitle {
    font: normal normal bold 46px/39px Arial;
    padding-bottom: 13px;
    margin-left: -3px;
}
.textAdvanced {
    padding-top:4px;
    text-align:right;
    font-weight: bold;
    font-size: 125%;
    background-image: url(../graphics/images/arrowicon.png);
    background-repeat: no-repeat;
    background-position: 100% 60%;
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}
.textAdvanced a {
    color:white;
    text-decoration:none;
}

#sponsordiv .ctr a:first-child{
    margin: 0 37px 15px 0;
}

#sponsordiv .ctr a img{
    max-width: 100%;
    height: auto;
}

#sponsordivchild {
    display: block !important;
    text-align: right !important;
}
@media all and (max-width: 1000px) {
    .textContainer {
        background-size:cover;
    }
}
@media all and (max-width: 880px) {
    #sponsordivchild {
        text-align: center !important;
    }
}
@media all and (max-width: 600px) {
    .textContainer .textTitle {
        display:none;
    }
    .STLTextSearchContainer .tsTextboxClass {
        width:80%
    }
    .STLTextSearchContainer .tsLabel {
        width:89%;
    }
    #sponsordivchild {
        flex-wrap: wrap;
    }
    .textAdvanced {
        font-size: 110%;
        width: 94%;
    }
    .ctnavcontainer li.hamNav {
        max-width: inherit;
        border-bottom: 1px solid #57641f;
    }
    .ctnavcontainer li.hamNav span{
        min-width: 220px;
        float: right;
    }
    .ctnavcontainer li.hamNav a{
        cursor: pointer;
        border-bottom: none !important;
    }
}

/*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: #336622;
    color: #fff;
}
.cmsStickies a:hover .stickyButton {
    background-color:#FFF;
    color:#7A9A01;
}

.SFnavcontainer {
    font-size:90%;
}
.list-start{
    color:#7A9A01;
    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: #336622;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 20px;
}

.frontBoxBox {
    width: 96%;
    margin-left: -1%;
    padding: 3%;
    background-color: #E1DFD9;
}

.frontBoxBox > div:first-child {
    font-size:125%;
    margin-top: -2%;
    line-height: 13%;
}

.frontBoxBoxSmall {
    width: 102%;
    margin-left: -1%;
    background-color: #E1DFD9;
    height: 25px;
    margin-right: 0%;
}

.frontFlex {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin:0 auto;
    max-width: 1230px;
}
@media (max-width: 1150px){
    .frontFlex{
        max-width: 400px;
    }
}
.frontFlex table img{
    height: 206px;
    width: 390px;
}

@media (max-width: 450px){
    .frontFlex table img{
        width: 100%;
        max-width: 390px;
    }
}
.frontFlex table tr:nth-child(2) td{
    height: 69px !important;
}

.frontFlex table p{
    max-width: inherit !important;
    margin: 24px auto 0 !important;
}
.frontFlex > div {
    justify-content: center;
    flex: 1 1 350px;
    white-space:nowrap;
    min-height:255px;
    margin:10px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
.frontFlex > div > div {
    margin-top:180px;
}
.frontFlex a,
.frontFlex span {
    font-size: 100%;
    padding: 18px 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    background-color: #fff;
    color: #336622;
    border-radius: 10px;
    width: 176px;
    line-height: 120%;
    justify-content: center;
    min-height: 60px;
    align-items: center;
}
.frontFlex a:hover {
    color: #fff;
    background-color: #336622;
}
.frontFlex span {
    background:inherit;
    font-size:155%;
}


.homepageFlex {
    display: flex;
    flex-wrap:wrap-reverse;
    max-width: 1210px;
    margin: 0 auto;
    padding:30px 0;
    align-items: center;
}

.homepageChildNarrow {
    flex: 1 1;
    height: 100%;
    padding-right:58px;
    min-width:185px;
    font: normal normal bold 20px/30px Arial;
}
.homepageChildNarrow p{
    margin-top: 0;
}
.homepageChildWide {
    flex: 2 1;
    height: 100%;
    font: normal normal normal 19px/24px Arial;
}
.homepageHead{
    color: #57641f;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 20px;
}

.bigGreen{
    color: #336622;
    font: normal normal bold 26px/30px Arial;
}

h3.ui-state-active {
    background: #cb2020 !important;
}

.ctnavcontainer {
    min-width: 320px;
    padding: 0 20px;
}

.ctnavcontainer ul {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    max-width:800px;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    text-align: center;
}

.ctnavcontainer ul li {
    display: block;
    float: left;
    margin: 0;
    flex:1 1 auto;
    padding:0;
    min-width:140px;
    max-width: 220px;
}

.ctnavcontainer ul li a {
    color: #336622;
    padding: 10px 5px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    text-align: center;
    font: normal normal bold 20px/24px Arial;
    background: #fff;
}

.ctnavcontainer ul li a:hover {
    color: #fff;
    background-color:#002559;
}

.ctnavcontainer ul li a.listingButton {
    display:block;
    color:#fff;
    background-color:#002559;
}

.ctnavcontainer ul li a:visited {
    text-decoration: none;
}
.loginLinkSet {
    font-size: 14px;
}

#mastertable #SFnavcontainer {
    font-size: 12px;
}

.pagesBlock {
	max-width: 1125px;
    margin: 0 auto;
}

.pagesBlock h3{
	color:#002559;
	font-size: 30px;
}