@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

@font-face {
	font-family: 'veneer';
	font-style: normal;
	src: url('/aps_site/font/veneer.eot');
	src: local('veneer'), url('/aps_site/font/veneer.eot') format('embedded-opentype'), url('/aps_site/font/veneer.woff') format('woff');
}

:root {

  --green: #97ca3d;
  --blue: #222d36;
  --gray: #f7faf9;
  --gray-border: #dee2e3;
  --apsblack: #282F39;
  --apscharcoal: #555655;

  --apsgreen: #97ca3d;
  --apsgreenhover: #6d912c;
  
/*  --apsyellow: #ffbf00;*/
  --apsyellow: #fae400;
/*  --apsyellowhover: #c79502;*/
  --apsyellowhover: #c9b800;
  
  --apsblue: #222d36;
  --apsbluehover: #167c9c;
  
  --apslblue: #24c0f0;
  --apsgray: #f7faf9;
  --apsgray-border: #dee2e3;
  --apsgray-borderhover: #afb2b3;
  
  --statusgreen: #EFFFD3;
  --statusgreenhover: #c9d6b2;
  --statusblue: #d3f5ff;
  --statusbluehover: #aec9d1;
  --statusyellow: #fff8d3;
  --statusyellowhover: #c9c4a7;
  
  --titlegrey: #484848;
  
}

.veneer{font-family: 'veneer'}
.montserrat {font-family:'montserrat'}
.white {color:#fff}


body.ice {
	max-width:1200px;
	/*margin:0;*/
	font-family:'Lato', sans-serif;

	background-color: #f0f0f0;
	background-image: 
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%),
        url('/portal/images/18410.png');
    background-blend-mode: multiply;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	/*height: 100vh;*/
}

.ice nav {
	background: transparent;
}

.ice nav div:not(.usercircle):not(.menuuser) {
    background: white;
}

.pheadertitle {
	font-family: 'veneer';
	font-size: 50px;
	text-transform: uppercase;
	border-left: 3px solid var(--apsgreen);
	padding-left: 20px;
	color: var(--titlegrey);
}

.pnavbartop {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0px 0px 5px 0px grey;
}

.pnavbartop::after {
    height: 5px;
    width: 100%;
    background: white;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
}

.pnavbarbottom {
	font-weight:bold;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0px 0px 5px 0px grey;
}

.pnamebutton {
	width: 100%;
	display: block;
	padding: 8px 16px;
	text-align: left;
	border-top: 1px solid #E0E0E0;
	outline: 0;
	
	/*color: #757575;*/
	color: black;
	background-color: white;
	
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;

}

/*
.pnamebutton:hover {
	color: black;
	background-color: #ccc;
}
*/

.pnavbutton {
	width: 100%;
	/*display: block;*/
	padding: 8px 16px;
	text-align: left;
	border-top: 1px solid #E0E0E0;
	outline: 0;
	
	/*color: #757575;*/
	color: black;
	background-color: white;
	
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	
	display: flex;
    justify-content: space-between;
    align-items: center;

}

.pnavbutton:hover {
	color: black;
	background-color: #ccc;
}

.pnavbutton span {
    flex: 1;
    text-align: left;
}

.pnavbutton i {
    margin-left: auto;
    font-size: 14px;
}

.psubnavbutton {
	width: 100%;
	/*display: block;*/
	padding: 8px 16px;
	text-align: left;
	border-top: 1px solid #E0E0E0;
	outline: 0;
	
	color: #6e6e6e;
	background-color: white;
	
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.psubnavbutton:hover {
	color: black;
	background-color: #ccc;
}

.psubnavbutton span {
    flex: 1;
    text-align: left;
    padding-left:35px;
}

.psubnavbutton i {
    margin-left: auto;
    font-size: 11px;
}

.psubnavbuttonselected {
	width: 100%;
	/*display: block;*/
	padding: 8px 16px;
	text-align: left;
	border-top: 1px solid #E0E0E0;
	outline: 0;
	
	color: white;
	background-color: var(--apsgreen);
	
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.psubnavbuttonselected span {
    flex: 1;
    text-align: left;
    padding-left:35px;
}

.psubnavbuttonselected i {
    margin-left: auto;
}



.pnavbuttonselected {
	width: 100%;
	/*display: block;*/
	padding: 8px 16px;
	text-align: left;
	border-top: 1px solid #E0E0E0;
	outline: 0;
	
	color: white;
	background-color: var(--apsgreen);
	
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.pnavbuttonselected:hover {
	color: white;
	background-color: var(--apsgreen);
}

.pnavbuttonselected span {
    flex: 1;
    text-align: left;
}

.pnavbuttonselected i {
    margin-left: auto;
}

.psearchform {
	box-shadow: 0px 0px 5px 0px grey;
	margin: 10px;
	padding: 10px;
	/*background-color: #f1f1f1;*/
	background-color: white;
	border-radius: 6px;
}

.recordbox {
	position: relative;
	border-radius : 6px;
	/*border : 1px solid #828383;*/
	margin-top : 10px;
	margin-left : 10px;
	/*margin-right : 2px;*/
	/*margin-bottom : 20px;*/
	/*padding-top: 8px;
	padding-left : 4px;
	padding-right : 4px;
	padding-bottom : 4px;*/
	background-color : white;
	box-shadow: 0px 0px 5px 0px grey;
}

.nohangmiddle {
	border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: var(--apsgreen);
    color: black;
	font-size: 15px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;

/*
	height : 20px;
	position : absolute;
	top : -10px;
	left : 14px;
	background-color : #E7E7E7;
	display : table;
	border-radius : 4px 4px 4px 4px;
	border : 1px solid #828383;
	padding-right : 2px;
	padding-left : 2px;
*/
}

.nohangmiddle p {
	display : table-cell; 
	vertical-align : middle; 
	text-align : center;
	font : 12px;
	font-weight: bolder;
	/*font-weight : bold;*/
	/*color : #d2d3d3;*/
	/*color : #828383;*/;
}

.nohangmiddle_right {
	height : 28px;
	position : absolute;
	top : -14px;
	right : 14px;
	/*background : linear-gradient(to right, #4b4c4c, #1d1e1e);*/
	background-color : #ffffff;
	display : table;
	border-radius : 4px 4px 4px 4px;
	/*border : 1px solid #828383;*/
	padding-right : 2px;
	padding-left : 2px;
	
}

.nohangmiddle_right p {
	display : table-cell; 
	vertical-align : middle; 
	text-align : center;
	font : 10px sans-serif;
	/*font-weight : bold;*/
	/*color : #d2d3d3;*/
	color : #828383;
}

.actiontable {
	width : 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.formtable-label {
	padding:5px 0px 0px 5px;
	font-size:12px;
}

.faq-qa {
	float:left;
}

.apsatxtcontainer {
	display:inline;
}

.apssearchcollapse {
  color: #222d36;
  background-color: #97ca3d;
  color: black;
  cursor: pointer;
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  
  display: flex;
	justify-content: space-between;
	align-items: center;
}

.pnavbuttonselected span {
    flex: 1;
    text-align: left;
}

.pnavbuttonselected i {
    margin-left: auto;
}

.apssearchcollapse:hover {
  color: #97ca3d;
  background-color: #222d36;
}

.apssearchcollapsect {
	padding-left:15px;
	text-align:justify;
	margin-top:0px;
	margin-bottom:0px;
}

.apssearchcontent {
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /*background-color: #f1f1f1;*/
}

.listingimg {
	max-width: 100%;
	height: auto;
}

div.apslistingheader{display:flex;flex-wrap:wrap;background-color:#97CA3D;}
div.apslistingrowdk{display:flex;flex-wrap:wrap;cursor:pointer;background-color:#b6b6b6;box-shadow:inset -2px 0 0px 1px #ffffff;}
div.apslistingrowlt{display:flex;flex-wrap:wrap;cursor:pointer;background-color:#EFF0F1;box-shadow:inset -2px 0 0px 1px #ffffff;}
div.apslistingrowyellow{display:flex;flex-wrap:wrap;cursor:pointer;background-color:var(--apsyellow);box-shadow:inset -2px 0 0px 1px #ffffff;}
div.apslistingrowgreen{display:flex;flex-wrap:wrap;cursor:pointer;background-color:#97CA3D;box-shadow:inset -2px 0 0px 1px #ffffff;}
div.apslistingrowltnm{display:flex;flex-wrap:wrap;background-color:#EFF0F1;box-shadow:inset -2px 0 0px 1px #ffffff;}
div.apslistingrowdk:hover{background-color:#DDDDDD;}
div.apslistingrowlt:hover{background-color:#DDDDDD;}
div.apslistingrowyellow:hover{background-color:#DDDDDD;}
div.apslistingrowgreen:hover{background-color:#DDDDDD;}

div.apslistingfilerow{display:flex;flex-wrap:wrap;cursor:pointer;background-color:#EFF0F1;box-shadow:inset -2px 0 0px 1px #ffffff;}
div.apslistingfilerow:hover{background-color:#DDDDDD;}

.apslistingitem_nbg {
	background-color:white;
}

.apslistingitem_nbg_nohover {
	background-color:white;
}
.apslistingitem_nbg:hover {
	background-color:#DDDDDD;
}

.apslistingitem_nbgwl {
	background-color:var(--apslblue);
}

.apslistingitem_nbgwl:hover {
	background-color:#DDDDDD;
}

.apslistingitem_nbgrq {
	background-color:var(--apsyellow);
}

.apslistingitem_nbgrq:hover {
	background-color:#DDDDDD;
}

.apslistingitem_nbggr {
	background-color:var(--apsgreen);
}

.apslistingitem_nbggr:hover {
	background-color:#DDDDDD;
}

.apslistingitem_nbg:hover .apslistingitem_nheader {
	color:black;
}

.apslistingitem_nbg:hover .listingitemrightg {
	background-color:var(--apsgreenhover);
}

.apslistingitem_nbg:hover .listingitemrightg i {
	color:black;
}

.apslistingitem_nbg:hover .listingitemrighty {
	background-color:var(--apsyellowhover);
}

.apslistingitem_nbg:hover .listingitemrighty i {
	color:black;
}

.apslistingitem_nbg:hover .listingitemrightb {
	background-color:var(--apsbluehover);
}

.apslistingitem_nbg:hover .listingitemrightb i {
	color:black;
}


.apslistingitem_nbg:hover .apslistingitem_lstatus {
	background-color:var(--apsgreenhover);
	color:black;
}

.apslistingitem_nbg:hover .apslistingitem_lstatus_gr {
	background-color:black;
	color:var(--apsgray-borderhover);
}

.apslistingchild_nbgwl {
	background-color:var(--apslblue);
	text-align: center;
	width:100%;
}

.apslistingitem_nbg:hover .apslistingchild_nbgwl {
	background-color:var(--apsbluehover);
}
.apslistingchild_nbggr {
	background-color:var(--apsgreen);
	text-align: center;
	width:100%;
}

.apslistingchild_nbggr_nohover {
	background-color:var(--apsgreen);
	text-align: center;
	width:100%;
}

.apslistingitem_nbg:hover .apslistingchild_nbggr {
	background-color:var(--apsgreenhover);
}
.apslistingchild_nbgrq {
	background-color:var(--apsyellow);
	text-align: center;
	width:100%;
}
.apslistingitem_nbg:hover .apslistingchild_nbgrq {
	background-color:var(--apsyellowhover);
}

.apslistingchild_nbgrq_nohover {
	background-color:var(--apsyellow);
	text-align: center;
	width:100%;
}

.w3-col.apslistingnumbers{width:33.33333%}
.w3-col.apslocations{width:calc(99.99999% - 1px);}
.w3-col.apsrevenues{width:33.33333%}
.w3-col.apsprices{width:33.33333%}
.w3-col.apsstates{width:calc(33.33333% - 1px);}
.w3-col.apstypes{width:calc(33.33333% - 1px);}
.w3-col.apsstatuss{width:33.33333%}

.w3-col.apslistingpic1p{width:calc(99.99999% - 1px);}
.w3-col.apslistingdescr1p{width:calc(99.99999% - 1px);}

.w3-col.apslistingpic2pp1{width:calc(99.99999% - 1px);}
.w3-col.apslistingpic2pp2{width:calc(99.99999% - 1px);}
.w3-col.apslistingdescrxp{width:calc(99.99999% - 1px);}

.w3-col.apslistingpic3pp1{width:calc(99.99999% - 1px);}
.w3-col.apslistingpic3pp2{width:calc(99.99999% - 1px);}
.w3-col.apslistingpic3pp3{width:calc(99.99999% - 1px);}


@media (min-width:601px){
.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}
.w3-col.apslistingnumberm{width:33.33333%}
.w3-col.apslocationm{width:calc(99.99999% - 1px);}
.w3-col.apsrevenuem{width:33.33333%}
.w3-col.apspricem{width:33.33333%}
.w3-col.apsstatem{width:calc(33.33333% - 1px);}
.w3-col.apstypem{width:calc(33.33333% - 1px);}
.w3-col.apsstatusm{width:33.33333%}

.w3-col.apslistingpic1pm{width:calc(33.33333% - 1px);}
.w3-col.apslistingdescr1pm{width:calc(66.66666% - 1px);}

.w3-col.apslistingpic2pp1m{width:calc(50% - 1px);}
.w3-col.apslistingpic2pp2m{width:calc(50% - 1px);}
.w3-col.apslistingdescrxpm{width:calc(99.99999% - 1px);}

.w3-col.apslistingpic3pp1m{width:calc(33.33333% - 1px);}
.w3-col.apslistingpic3pp2m{width:calc(33.33333% - 1px);}
.w3-col.apslistingpic3pp3m{width:calc(33.33333% - 1px);}
ul.apsregionlist3{display:flex;flex-wrap:wrap;flex-direction:column;height:68px;}
li.apsregionlist3{flex: 1 0 25%}
ul.apsregionlist2{display:flex;flex-wrap:wrap;flex-direction:column;height:45px;}
li.apsregionlist2{flex: 1 0 25%}
ul.apsregionlist{display:flex;flex-wrap:wrap;flex-direction:column;height:90px;}
li.apsregionlist{flex: 1 0 25%}
ul.apsregionlistCA{display:flex;flex-wrap:wrap;flex-direction:column;height:120px;}
li.apsregionlistCA{flex: 1 0 20%}
}

@media (min-width:993px){
.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}
.w3-col.apslistingnumberl{width:11.22448%}
.w3-col.apslocationl{width:26.49592%}
.w3-col.apslocationlfr{width:21.35%}
.w3-col.apsrevenuel{width:16.20408%}
.w3-col.apspricel{width:13.20408%}
.w3-col.apsstatel{width:8.8%}
.w3-col.apstypel{width:calc(14.88775% - 1px)}
.w3-col.apstypelfr{width:calc(16.99% - 1px)}
.w3-col.apsstatusl{width:9.18368%}
.w3-col.apsstatuslfr{width:12%}

.w3-col.apslistingpic1pl{width:calc(33.33333% - 1px);}
.w3-col.apslistingdescr1pl{width:calc(66.66666% - 1px);}

.w3-col.apslistingpic2pp1l{width:calc(50% - 1px);}
.w3-col.apslistingpic2pp2l{width:calc(50% - 1px);}
.w3-col.apslistingdescrxpl{width:calc(99.99999% - 1px);}

.w3-col.apslistingpic3pp1l{width:calc(33.33333% - 1px);}
.w3-col.apslistingpic3pp2l{width:calc(33.33333% - 1px);}
.w3-col.apslistingpic3pp3l{width:calc(33.33333% - 1px);}

ul.apsregionlist3{display:flex;flex-wrap:wrap;flex-direction:column;height:68px;}
li.apsregionlist3{flex: 1 0 25%}
ul.apsregionlist2{display:flex;flex-wrap:wrap;flex-direction:column;height:45px;}
li.apsregionlist2{flex: 1 0 25%}
ul.apsregionlist{display:flex;flex-wrap:wrap;flex-direction:column;height:90px;}
li.apsregionlist{flex: 1 0 25%}
ul.apsregionlistCA{display:flex;flex-wrap:wrap;flex-direction:column;height:120px;}
li.apsregionlistCA{flex: 1 0 20%}
}

.apsbutton {
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 30px;
	text-align: center;
	font-weight: 600;
	flex:.5;
	margin: 20px 0px;
	display:inline-block;
	transition:ease all .5s;
	cursor: pointer;
}

.apsgreen {color:var(--apsgreen);}
.apsblue {color:var(--apsblue);}
.apsyellow {color:var(--apsyellow);}
.apslblue {color:var(--apslblue);}
.apsgray {color:var(--apsgray);}


.apsbutton.apsgreen {
  background-color:var(--apsgreen);
  color:var(--apsblue);
  border:1px solid var(--apsblue);
}

.apsbutton.apsgreen:hover {
	background-color:var(--apsblue);
	border:1px solid var(--apsgreen);
	color:var(--apsgreen);
}

.apsbutton.apsgray {
  background-color:var(--apsgray);
  color:var(--apsblue);
  border:1px solid var(--apsblue);
}

.apsbutton.apsgray:hover {
	background-color:var(--apsblue);
	border:1px solid var(--apsgray);
	color:var(--apsgray);
}

.apsbutton.apsyellow{background-color:var(--apsyellow);color:var(--apsblue);border:1px solid var(--apsblue);}
.apsbutton.apsyellow:hover{background-color:var(--apsblue);color:var(--apsyellow);border:1px solid var(--apsyellow);}

.sharelistingspecial {
	display:none;
}

.apscsciheader {
	background-color:var(--apsgreen);
	color:white;
	font-weight: bold;
}

.apscscirqname {
	padding-left: 8px;
}

.menuuser {
	display: inline-block;
	max-width: 170px;
	vertical-align: middle;
	overflow: hidden;
}

.usercircle {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 13px;
  color: white;
  line-height: 1.25;
  text-align: center;
  background:var(--apsgreen);
  padding: 8px;
  min-width: 33px;
  min-height: 33px;
}

.usercircleselected {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 13px;
  color: var(--apsgreen);
  line-height: 1.25;
  text-align: center;
  background:white;
  padding: 8px;
  min-width: 33px;
  min-height: 33px;
}

.documentthumb {
	width:100%;
	max-width:150px;
}

.apslistingitem_n {
	font-size: 0;
	display:block;
	text-decoration: none;
	border: 0px solid;
	box-shadow: 0px 0px 5px 0px grey;
	/*padding: 10px;*/
	margin: 10px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.listingitemrightg {
	position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-color: var(--apsgreen);
    display: flex;
    align-items: center;
    justify-content: center;
}

.listingitemrightg i {
	color: black;
    font-size: 18px;
}

.listingitemrighty {
	position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-color: var(--apsyellow);
    display: flex;
    align-items: center;
    justify-content: center;
}

.listingitemrighty i {
	color: black;
    font-size: 18px;
}

.listingitemrightb {
	position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-color: var(--apslblue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.listingitemrightb i {
	color: black;
    font-size: 18px;
}

.apssinglelisting {
	font-size: 0;
	display:block;
	text-decoration: none;
	border: 0px solid;
	box-shadow: 0px 0px 5px 0px grey;
	/*padding: 10px;*/
	margin: 10px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

div.apslistingcontainer {
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
}

div.apslistingcontainerdescr {
	margin-left:5px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

div.apslistingcontainerdescrmulti {
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
}

.listingstatscontainer {
	display: flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
}

.listingstat {
	flex: 0 1 auto; 
    min-width: 120px; 
    /*max-width: 350px;*/
    padding-left: 20px;    
}

.listingstat:not(.first) {
	border-left: 1px solid #D1D1D1;
}

.listingstat:last-of-type {
    padding-right: 30px;
}

.listingstattitle {
	font-size: 9px;
	color: #6e6e6e;
	text-transform: uppercase;
}

.listingsectiontitle {
	font-size: 15px;
	font-weight:bold;
}

.listingsectiontext {
	font-size: 14px;
}

.listingstatinfo {
	font-size: 14px;
	font-weight:bold;
}

.apslistingitem_nheader {
	font-size: 13px;
	font-weight:bolder;
	color: black;
}

.apslistingitem_lname {
	font-weight:bolder;
	font-size: 20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 30px;
}

.apslistingitem_lstatus {
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: var(--apsgreen);
	color: black;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	position: absolute;
    top: 0;
    left: 0;
}

.apslistingitem_lstatus_gr {
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: black;
	color: var(--apsgray-border);
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	position: absolute;
    top: 0;
    left: 0;
}

.apslistingitem_ntop {
	border-bottom: 2px solid white;
	padding-bottom: 18px;
}

.apslistingitem_btop {
	border-top: 1px solid #D1D1D1;
}
.apslistingitem_bleft {
	border-left: 1px solid #D1D1D1;
	padding-left: 8px;
}
.apslistingitem_nbottom {
	border-top: 1px solid #D1D1D1;
	padding-top: 12px;
}

.apslistingitem_descr {
	white-space: pre-line;
}

.apslistingitem_nitem {
	display:flex;font-weight:normal;
}

.nitemfull {
	flex: 1; width: 100%;
}

.nitemhalf {
	flex: 1; width: 50%;
}

.nitemthird {
	flex: 1; 
	width: 33.33%;
	min-width: 250px;
}

.nitemqtr {
	flex: 1; 
	width: 25%;
	min-width: 250px;
}

.nitemhalfpres {
	flex: 1; width: 50%;
}

.nitemthirdpres {
	flex: 1; width: 33.33%;
}

.nitem200pres {
	flex: 1;
	min-width: 200px;
	max-width: 33.33%;
}

.nitemrestpres {
	flex: 2;
}

@media (max-width: 600px) {
	.nitemhalfpres {
		flex: 1;
		min-width: 100%;
	}
	
	.nitemthirdpres {
		flex: 1;
		min-width: 100%;
	}
	
	.nitem200pres {
		flex: 1;
		min-width: 100%;
	}
	
	.nitemrestpres {
		flex: 1;
		min-width: 100%;
	}
	
	.apslistingitem_bleft {
	border-left: 0px;
	padding-left: 0px;
	border-top: 1px solid #D1D1D1;
	padding-top: 8px;
}
	
}

.pagebutton {
  font-size: 20px;
  /*width: 100%;*/
  color: #222d36;
  background-color: #97ca3d;
  padding: 16px 20px;
  margin: 8px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
  text-align:center;
  font-weight: bold;
}

.pagebutton:hover {
  color: #97ca3d;
  background-color: #222d36;
}

.pagebuttonlh {
  font-size: 20px;
  /*width: 100%;*/
  color: #222d36;
  background-color: #97ca3d;
  padding: 16px 20px;
  margin: 8px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
  text-align:center;
}

.pagebuttonlh:hover {
  color: #222d36;
  background-color: #FFFFFF;
}

a.acbuttonthin {
    display: inline-block;
}

.acbuttonthin {
  font-size: 17px;
  /*width: 100%;*/
  color: var(--apsblue);
  background-color: var(--apsgreen);
  padding: 8px 20px;
  /*margin: 8px 8px;*/
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
  text-align:center;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.acbuttonthin:hover {
  color: #97ca3d;
  background-color: var(--apsblue);
}

a.acbuttonthiny {
    display: inline-block;
}

.acbuttonthiny {
  font-size: 16px;
  /*width: 100%;*/
  color: var(--blue);
  background-color: var(--apsyellow);
  padding: 8px 20px;
  /*margin: 8px 8px;*/
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
  text-align:center;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.acbuttonthiny:hover {
  color: var(--apsyellow);
  background-color: var(--blue);
}

a.acbuttonthingr {
    display: inline-block;
}

.acbuttonthingr {
  font-size: 16px;
  /*width: 100%;*/
  color: var(--blue);
  background-color: var(--apsgray-border);
  padding: 8px 20px;
  /*margin: 8px 8px;*/
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
  text-align:center;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.acbuttonthingr:hover {
  color: var(--apsgray-border);
  background-color: var(--blue);
}

a.pagebuttonthin {
    display: inline-block;
}

.pagebuttonthin {
  font-size: 17px;
  /*width: 100%;*/
  color: var(--apsblue);
  background-color: var(--apsgreen);
  padding: 8px 20px;
  margin: 8px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
  text-align:center;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.pagebuttonthin:hover {
  color: var(--apsgreen);
  background-color: var(--apsblue);
}

a.pagebuttonthiny {
    display: inline-block;
}

.pagebuttonthiny {
  font-size: 16px;
  /*width: 100%;*/
  color: var(--blue);
  background-color: var(--apsyellow);
  padding: 8px 20px;
  margin: 8px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
  text-align:center;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.pagebuttonthiny:hover {
  color: var(--apsyellow);
  background-color: var(--blue);
}

a.pagebuttonthingr {
    display: inline-block;
}

.pagebuttonthingr {
  font-size: 16px;
  /*width: 100%;*/
  color: var(--blue);
  background-color: var(--apsgray-border);
  padding: 8px 20px;
  margin: 8px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
  text-align:center;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.pagebuttonthingr:hover {
  color: var(--apsgray-border);
  background-color: var(--blue);
}

select.filter_select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right center;
    /*background-image: url('/aps_site/images/caret-green-2.png');*/
    background-size: 35px;
    text-align: center;
    justify-content: center;
		border-radius: 4px;
    border: 1px solid #525558;
}

.form-check,.form-radio{width:24px;height:24px;position:relative;top:6px;accent-color:#97ca3d;}

.formtable-n {
	text-align:left;
	width:100%;
	table-layout:fixed;
}

.formtable-n-label {
	padding:5px 0px 0px 5px;
}

.formtable-n-field {
	padding:0px 0px 5px 5px;
}

.formfield-n  {
  width: 100%;
  padding: 12px 20px;
  margin: 0px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.formfield-n.invalid  {
  width: 100%;
  padding: 12px 20px;
  margin: 0px;
  display: inline-block;
  border: 1px solid #871c1c;
  border-radius: 4px;
  box-sizing: border-box;
}

.submitbutton-n {
  font-size: 16px;
  width: 100%;
  background-color: #97ca3d;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submitbutton-n:hover {
  background-color: #222d36;
}

.apslistingitem_nslbg {
	/*background-color:#f1f1f1;*/
	background-color:white;
}

.apsmedtxtstd {
	font-size: 1.5em;font-weight: bolder;
}

.apsdescrtxtb {
	font-size:1.2em;font-weight: bolder;
}

.apsactiontxtgreen {
	font-size:16px;
	font-weight: bolder;
	background-color: var(--apsgreen);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
	flex: 1;
	text-align: center;
}

.apsactiontxtyellow {
	font-size:16px;
	font-weight: bolder;
	background-color: var(--apsyellow);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
	flex: 1;
	text-align: center;
}


.drfcbc {
	font-size: clamp(40px, 6vmin, 60px);font-weight:bolder;text-transform: uppercase;text-align:center;font-family: 'veneer';
}

.fpshadow360_n {text-shadow: -2px 0 #002D64, 5px 8px 20px #000000;}

.profilehalf {
	width: 50%;
}

.profilethird {
	width: 30%;
}
