html#reset .fes-pagelet .icon--jss-0-414 {
  display: inline-block;
  overflow: hidden;
  pointer-events: none;
  vertical-align: middle;
}
html#reset .fes-pagelet .container--jss-0-415 {
  background-color: #F6F6F6;
  padding: 20px;
}
html#reset .fes-pagelet .containerForErrorType--jss-0-416 {
  background-color: #CF5454;
}
html#reset .fes-pagelet .contents--jss-0-417 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1330px;
  padding: 0 30px;
  position: relative;
}
html#reset .fes-pagelet .message--jss-0-418 {
  color: #FFFFFF;
  font-size: 16px;
  margin: 0 0 1px;
}
html#reset .fes-pagelet .icon--jss-0-419 {
  display: inline-block;
  fill: #FFFFFF;
  height: 30px;
  left: -15px;
  overflow: hidden;
  position: absolute;
  top: -4px;
  width: 30px;
}
html#reset .fes-pagelet .dismiss--jss-0-420 {
  background-color: rgba(255, 255, 255, 0);
  border: 0px;
  cursor: pointer;
  display: inline-block;
  fill: #FFFFFF;
  height: 30px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  right: 5px;
  top: -4px;
  width: 30px;
}
html#reset .fes-pagelet .list--jss-0-421 {
  color: #D82C05;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 20px;
}
html#reset .fes-pagelet .input--jss-0-422 {
  border-color: #E4E4E4;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  padding: 10px 8px;
  width: 100%;
}
html#reset .fes-pagelet .inputWithError--jss-0-423 {
  border-color: #D82C05;
}
html#reset .fes-pagelet .container--jss-0-424 {
  animation-duration: .5s;
  animation-name: slideIn;
  animation-timing-function: ease-out;
  background-color: #F6F6F6;
  border-color: #E4E4E4;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  top: 0px;
}
html#reset .fes-pagelet .containerWithErrors--jss-0-425 {
  background-color: #FCD0C7;
  border-color: #D82C05;
}
html#reset .fes-pagelet .containerCollapsed--jss-0-426 {
  color: #444444;
  font-size: 20px;
}
@keyframes slideIn {
  from {
    top: 30px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
html#reset .fes-pagelet .edit--jss-0-430 {
  color: #444444;
  cursor: pointer;
  float: right;
  font-size: 16px;
  position: relative;
  text-decoration: underline;
  top: 3px;
}
html#reset .fes-pagelet .spinner--jss-0-431 {
  display: inline-block;
  fill: #FFFFFF;
  height: 40px;
  width: 40px;
  padding: 0px;
  animation: spinner-spin 0.8s infinite linear;
}
@keyframes spinner-spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html#reset .fes-pagelet .button--jss-0-435 {
  background-color: #3B5998;
  border-color: #3B5998;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 8px 18px 9px;
}
html#reset .fes-pagelet .cancel--jss-0-436 {
  background-color: #F6F6F6;
  border-color: #E4E4E4;
  color: #333333;
}
html#reset .fes-pagelet .confirm--jss-0-437 {
  background-color: #84A444;
  border-color: #84A444;
}
html#reset .fes-pagelet .disabled--jss-0-438 {
  background-color: #F6F6F6;
  border-color: #E4E4E4;
  color: #333333;
  cursor: default;
}
html#reset .fes-pagelet .container--jss-0-439 {
  margin-top: 10px;
  text-align: right;
}
html#reset .fes-pagelet .heading--jss-0-440 {
  color: #444444;
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0px;
}
html#reset .fes-pagelet .textarea--jss-0-441 {
  border-color: #E4E4E4;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  min-height: 120px;
  padding: 10px 8px;
  width: 100%;
}
html#reset .fes-pagelet .textareaWithError--jss-0-442 {
  border-color: #D82C05;
}
html#reset .fes-pagelet .textfield--jss-0-443 {
  max-width: 180px;
  width: 100%;
}
html#reset .fes-pagelet .dollar--jss-0-444 {
  color: #444444;
  font-size: 24px;
}
html#reset .fes-pagelet .textfield--jss-0-445 {
  display: inline-block;
  width: 30%;
  margin-left: 5px;
}
html#reset .fes-pagelet .container--jss-0-446 {
  padding: 10px 22px;
}
html#reset .fes-pagelet .terms--jss-0-447 {
  color: #333333;
  font-size: 16px;
  line-height: 1.6em;
}
html#reset .fes-pagelet .termLink--jss-0-448 {
  color: #333333;
}
html#reset .fes-pagelet .container--jss-0-449 {
  display: table-cell;
  padding-right: 10px;
  width: 65%;
  vertical-align: top;
}
html#reset .fes-pagelet .container--jss-0-450 {
  background-color: #ECECEC;
  border-color: #DCDCDC;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 8px 9px;
  position: relative;
  width: 100%;
}
html#reset .fes-pagelet .bar--jss-0-451 {
  background-color: #F6F6F6;
  border-color: #D2D2D2;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin-right: 110px;
}
html#reset .fes-pagelet .progress--jss-0-452 {
  background-color: #A5D14A;
  color: #EFFCD5;
  display: inline-block;
  font-weight: bold;
  padding: 11px 12px;
}
html#reset .fes-pagelet .button--jss-0-453 {
  position: absolute;
  right: 9px;
  top: 6px;
}
html#reset .fes-pagelet .container--jss-0-454 {
  background-color: #F2F2F2;
  border-color: #E4E4E4;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  padding: 14px 25px;
  position: relative;
  transition: top 0.5s ease-out;
  width: 100%;
}
html#reset .fes-pagelet .heading--jss-0-455 {
  color: #333333;
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0px;
}
html#reset .fes-pagelet .text--jss-0-456 {
  color: #666666;
  font-size: 18px;
}
html#reset .fes-pagelet .container--jss-0-457 {
  display: table-cell;
  padding-left: 10px;
  width: 35%;
  vertical-align: top;
}
@media (max-width: 750px) {
  html#reset .fes-pagelet .container--jss-0-457 {
    display: none;
  }
}
html#reset .fes-pagelet .container--jss-0-460 {
  font-family: Helvetica, Arial, sans-serif;
  padding: 0 20px;
}
html#reset .fes-pagelet .postAd--jss-0-461 {
  box-sizing: border-box;
  margin: 20px auto 0;
  max-width: 1270px;
}
html#reset .fes-pagelet .header--jss-0-462 {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 26px;
  text-align: left;
}
html#reset .fes-pagelet .main--jss-0-463 {
  display: table;
  width: 100%;
}
html#reset .fes-pagelet .container--jss-0-464 {
  border-bottom: 1px solid;
  border-bottom-color: #CCCCCC;
  padding-bottom: 15px;
}
html#reset .fes-pagelet .column--jss-0-465 {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  padding-right: 5px;
}
html#reset .fes-pagelet .columnTitle--jss-0-466 {
  font: 11px/14px Arial, Verdana, sans-serif;
  color: #333333;
  font-weight: bold;
  margin-bottom: 8px;
}
html#reset .fes-pagelet .columnList--jss-0-467 {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
html#reset .fes-pagelet .columnListItem--jss-0-468 {
  margin-bottom: 2px;
}
html#reset .fes-pagelet .adChoice--jss-0-469 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQ0Q3Nzk3OTNFQzIxMUU1QUQ5OEJCOEEzRDhGNjgyOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQ0Q3Nzk3QTNFQzIxMUU1QUQ5OEJCOEEzRDhGNjgyOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNDRDc3OTc3M0VDMjExRTVBRDk4QkI4QTNEOEY2ODI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNDRDc3OTc4M0VDMjExRTVBRDk4QkI4QTNEOEY2ODI5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+3lWoPQAAAQ5JREFUeNpM0S9IA2EYx3E5zrA4i2EuWWSIRWGOiUwcmDRoEEWb0WJQwWi4oqLFsLDBUCY2WRJ0gktLmrSICDYZQ2SwBQ1+H/gdPAcf3nue93nu/XNhFEUD7hnBCooYxBvquIsLQlc8jxJGXW4B2zjCniUCTeRxr+IXFS3jUvO7uIgbhnGliTLGcYMeNrXyLzbsI4GSabxjS40N3KKAB+wof2ANMwqqbu/7OEdLcUWrTFrDkJJt15DDFJKK+/iLz/CqZME1LCKLMcUTSKBjDTUlVzGr92+NzxrPNF5bQxPHSjxqpU/FS7raOfzgMHT3nMIapt3Wqm5F+/tfgZtc10FPbK/o4gOnyODJiv4FGAAevDR1ZuGwTQAAAABJRU5ErkJggg==") no-repeat center right;
  color: #666666;
  cursor: pointer;
  padding-right: 15px;
}
html#reset .fes-pagelet .link--jss-0-470 {
  font: 11px/14px Arial, Verdana, sans-serif;
  color: #666666;
  text-decoration: none;
}
html#reset .fes-pagelet .link--jss-0-470:hover {
  color: #EC7D1B;
  text-decoration: underline;
}
@media (max-width: 768px) {
  html#reset .fes-pagelet .column--jss-0-465 {
    width: 50% !important;
  }
}
html#reset .fes-pagelet .container--jss-0-474 {
  border-top: 1px solid;
  border-top-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 30px;
}
html#reset .fes-pagelet .column--jss-0-475 {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  padding-right: 5px;
}
html#reset .fes-pagelet .link--jss-0-476 {
  font: 11px/14px Arial, Verdana, sans-serif;
  color: #666666;
  text-decoration: none;
}
html#reset .fes-pagelet .link--jss-0-476:hover {
  color: #EC7D1B;
  text-decoration: underline;
}
html#reset .fes-pagelet .linkText--jss-0-478 {
  margin-left: 5px;
}
html#reset .fes-pagelet .storeColumn--jss-0-479 {
  display: inline-block;
}
@media (max-width: 768px) {
  html#reset .fes-pagelet .column--jss-0-475 {
    display: inline-block;
    width: 13% !important;
    text-align: center;
  }
  html#reset .fes-pagelet .linkText--jss-0-478 {
    display: none;
  }
  html#reset .fes-pagelet .storeColumn--jss-0-479 {
    width: 30% !important;
  }
}
@media (max-width: 450px) {
  html#reset .fes-pagelet .column--jss-0-475 {
    width: 33% !important;
    margin-top: 15px;
  }
  html#reset .fes-pagelet .storeColumn--jss-0-479 {
    width: 50% !important;
    margin-top: 0px;
  }
}
html#reset .fes-pagelet .container--jss-0-487 {
  background: #F2F2F2;
  border-top: 1px solid;
  border-top-color: #CCCCCC;
  padding: 0 15px 0 15px;
  margin-top: 20px;
}
html#reset .fes-pagelet .innerWrapper--jss-0-488 {
  max-width: 960px;
  padding: 20px 0;
  margin: 0 auto;
}
html#reset .fes-pagelet .copyright--jss-0-489 {
  font: 12px/15px Arial, Verdana, sans-serif;
  color: #999999;
}
html#reset .fes-pagelet .fineprint--jss-0-490 {
  font: 8px/10px  Arial, Verdana, sans-serif;
  display: block;
}
html#reset .fes-pagelet .item--jss-0-491 {
  margin: 0px;
  padding: 0px;
}
html#reset .fes-pagelet .itemLink--jss-0-492 {
  outline-width: 0px;
  outline: none;
  box-sizing: border-box;
  color: #999999;
  display: block;
  font-size: 15px;
  line-height: 1.75;
  overflow: hidden;
  padding: 0 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
html#reset .fes-pagelet .itemLinkHover--jss-0-493 {
  background-color: #EDEDED;
  color: #666666;
}
html#reset .fes-pagelet .container--jss-0-494 {
  background-color: #FFFFFF;
  border: 1px #BDBDBD solid;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: default;
  display: block;
  padding: 10px 0 0 0;
  width: 100%;
}
html#reset .fes-pagelet .itemContainer--jss-0-495 {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
html#reset .fes-pagelet .container--jss-0-496 {
  display: block;
  left: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 44px;
  z-index: 1020;
}
html#reset .fes-pagelet .hideSuggestions--jss-0-497 {
  border-top: 1px #DCDCDC solid;
  margin-top: 10px;
}
html#reset .fes-pagelet .hideSuggestionsLink--jss-0-498 {
  border-radius: 0 0 4px 4px;
  line-height: 2.25;
}
html#reset .fes-pagelet .hideSuggestionLinkHover--jss-0-499 {
  background-color: #EDEDED;
  color: #666666;
}
html#reset .fes-pagelet .selectCategoryIcon--jss-0-503 {
  color: #B5B5B5;
  height: 5px;
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
}
html#reset .fes-pagelet .selectCategoryIconHidden--jss-0-504 {
  display: none;
}
html#reset .fes-pagelet .selectCategoryIE9--jss-0-505 {
  padding-right: 0px;
}
html#reset .fes-pagelet .formFieldLocationPicker--jss-0-506 {
  overflow: visible !important;
}
html#reset .fes-pagelet .inputLocationPicker--jss-0-507 {
  cursor: pointer;
  padding-right: 50px !important;
}
html#reset .fes-pagelet .inputLocationPickerIcon--jss-0-508 {
  color: #B5B5B5;
  height: 5px;
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
}
html#reset .fes-pagelet .inputLocationPickerIconFlip--jss-0-509 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
html#reset .fes-pagelet .locationListContainer--jss-0-510 {
  background-color: #FFFFFF;
  border: 1px #BDBDBD solid;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: default;
  display: none;
  left: 0px;
  padding: 10px 0;
  position: absolute;
  right: 0px;
  top: 44px;
  z-index: 1020;
}
html#reset .fes-pagelet .locationListContainerOpen--jss-0-511 {
  display: block;
}
html#reset .fes-pagelet .locationList--jss-0-512 {
  display: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
html#reset .fes-pagelet .locationListExpanded--jss-0-513 {
  display: block;
}
html#reset .fes-pagelet .locationListProvinceExpanded--jss-0-514 {
  background-color: #F6F6F6;
  border-bottom: 1px #DCDCDC solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
html#reset .fes-pagelet .locationListCityExpanded--jss-0-515 {
  border-bottom: 1px #DCDCDC solid;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
html#reset .fes-pagelet .locationListRoot--jss-0-516 {
  display: block;
}
html#reset .fes-pagelet .locationItem--jss-0-517 {
  margin: 0px;
  padding: 0px;
}
html#reset .fes-pagelet .locationItemLink--jss-0-518 {
  box-sizing: border-box;
  color: #999999;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 1.75;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
html#reset .fes-pagelet .locationItemLink--jss-0-518:hover {
  background-color: #EDEDED;
  color: #666666;
}
html#reset .fes-pagelet .locationItemLinkSelected--jss-0-520 {
  background-color: #83B54F !important;
  color: #FFFFFF !important;
  font-weight: bold;
}
html#reset .fes-pagelet .locationItemLinkProvince--jss-0-521 {
  padding-left: 30px;
}
html#reset .fes-pagelet .locationItemLinkCity--jss-0-522 {
  padding-left: 40px;
}
html#reset .fes-pagelet .locationItemLinkExpanded--jss-0-523 {
  background-color: #F6F6F6 !important;
  color: #666666;
  cursor: default;
  font-weight: bold;
}
html#reset .fes-pagelet .locationItemLinkProvinceExpanded--jss-0-524 {
  border-top: 1px #DCDCDC solid;
  margin-top: 10px;
  padding-top: 10px;
}
html#reset .fes-pagelet .locationItemLinkGroup--jss-0-525 {
  padding-right: 40px;
}
html#reset .fes-pagelet .locationItemIcon--jss-0-526 {
  color: #B5B5B5;
  height: 5px;
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 10px;
}
html#reset .fes-pagelet .locationItemIconExpanded--jss-0-527 {
  color: #D2D2D2;
}
html#reset .fes-pagelet .overlay--jss-0-528 {
  background-color: #000000;
  bottom: 0px;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: fixed;
  right: 0px;
  top: 0px;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  visibility: hidden;
  width: 100%;
  z-index: 1020;
}
html#reset .fes-pagelet .overlayAdvanced--jss-0-529 {
  opacity: 0.7;
  transition-delay: 0s;
  visibility: visible;
}
html#reset .fes-pagelet .headerElement--jss-0-530 {
  padding: 0px;
}
html#reset .fes-pagelet .headerContainer--jss-0-531 {
  box-sizing: border-box;
  color: #000066;
  font-family: Arial, sans-serif;
  position: relative;
  width: 100%;
  z-index: 1021;
}
html#reset .fes-pagelet .logoBar--jss-0-532 {
  background-color: #2C2F6B;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
  padding: 20px;
  padding-bottom: 27px;
}
html#reset .fes-pagelet .logoBar--jss-0-532:after {
  clear: both;
  content: ".";
  display: block;
  height: 0px;
  visibility: hidden;
}
html#reset .fes-pagelet .logoBarOnly--jss-0-534 {
  border-bottom: 15px #D5D5D5 solid;
}
html#reset .fes-pagelet .logo--jss-0-535 {
  display: inline-block;
  margin: 15px 0 0 0;
  vertical-align: bottom;
}
html#reset .fes-pagelet .logoLink--jss-0-536 {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
html#reset .fes-pagelet .logoLinkIcon--jss-0-537 {
  display: none;
  height: 45px;
  width: 90px;
}
html#reset .fes-pagelet .logoLinkIconMobile--jss-0-538 {
  height: 50px;
  width: 33px;
}
html#reset .fes-pagelet .tagline--jss-0-539 {
  display: none;
  vertical-align: 8px;
}
html#reset .fes-pagelet .taglineCount--jss-0-540 {
  color: #A0DF71;
}
html#reset .fes-pagelet .headerTools--jss-0-541 {
  float: right;
}
html#reset .fes-pagelet .headerLinks--jss-0-542 {
  margin-bottom: 20px;
  text-align: right;
}
html#reset .fes-pagelet .headerLink--jss-0-543 {
  color: inherit;
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
}
html#reset .fes-pagelet .headerLink--jss-0-543:first-child {
  margin-left: 0px;
}
html#reset .fes-pagelet .headerLink--jss-0-543:hover {
  text-decoration: underline;
}
html#reset .fes-pagelet .headerLinkLanguage--jss-0-546 {
  font-weight: bold;
  text-transform: uppercase;
}
html#reset .fes-pagelet .headerButtons--jss-0-547 {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 45px;
  text-align: right;
}
html#reset .fes-pagelet .headerButton--jss-0-548 {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
html#reset .fes-pagelet .headerButtonPostAd--jss-0-549 {
  background-color: #83B54F;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s linear;
  padding: 0 20px;
}
html#reset .fes-pagelet .headerButtonPostAd--jss-0-549:hover {
  background-color: #6FA734;
}
html#reset .fes-pagelet .headerButtonAnonymous--jss-0-551 {
  box-sizing: border-box;
  color: #6C6DCA;
  padding: 0 20px 0 0;
}
html#reset .fes-pagelet .headerButtonAnonymousLink--jss-0-552 {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
html#reset .fes-pagelet .headerButtonAnonymousLink--jss-0-552:hover {
  text-decoration: underline;
}
html#reset .fes-pagelet .headerButtonAnonymousLinkRegister--jss-0-554 {
  display: none;
}
html#reset .fes-pagelet .headerButtonAnonymousOr--jss-0-555 {
  display: none;
}
html#reset .fes-pagelet .headerButtonMyKijiji--jss-0-556 {
  outline-width: 0px;
  outline: none;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  line-height: 45px;
  text-decoration: none;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}
html#reset .fes-pagelet .headerButtonMyKijiji--jss-0-556:hover {
  text-decoration: underline;
}
html#reset .fes-pagelet .headerButtonMyKijijiIcon--jss-0-558 {
  color: #83B54F;
  height: 5px;
  margin-left: 10px;
  width: 10px;
}
html#reset .fes-pagelet .headerButtonMyKijijiIconFlip--jss-0-559 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
html#reset .fes-pagelet .myKijijiPopup--jss-0-560 {
  background-color: #FFFFFF;
  border: 1px #C0C0C0 solid;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  line-height: 0.9;
  margin: 0px;
  min-width: 220px;
  padding: 10px 0 0 0;
  position: absolute;
  left: 0px;
  text-align: left;
  top: 45px;
  z-index: 1022;
}
html#reset .fes-pagelet .myKijijiPopupOpen--jss-0-561 {
  display: block;
}
html#reset .fes-pagelet .myKijijiPopupItem--jss-0-562 {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
html#reset .fes-pagelet .myKijijiPopupItemSignout--jss-0-563 {
  background-color: #F2F2F2;
  border-radius: 0 0 4px 4px;
  margin-top: 10px;
  padding: 15px 20px;
}
html#reset .fes-pagelet .myKijijiPopupItemLink--jss-0-564 {
  box-sizing: border-box;
  color: #ACACAC;
  display: block;
  font-size: 15px;
  padding: 10px 20px;
  text-decoration: none;
}
html#reset .fes-pagelet .myKijijiPopupItemLink--jss-0-564:hover {
  color: #666666;
}
html#reset .fes-pagelet .myKijijiPopupItemLinkSignout--jss-0-566 {
  background-color: #83B54F;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  text-align: center;
  transition: background-color 0.2s linear;
}
html#reset .fes-pagelet .myKijijiPopupItemLinkSignout--jss-0-566:hover {
  background-color: #6FA734;
  color: #FFFFFF;
}
html#reset .fes-pagelet .searchBar--jss-0-568 {
  background-color: #D5D5D5;
  box-sizing: border-box;
  margin: 0px;
  padding: 20px;
  position: relative;
}
html#reset .fes-pagelet .locationPanel--jss-0-569 {
  height: 0px;
  overflow: hidden;
}
html#reset .fes-pagelet .locationPanelAdvanced--jss-0-570 {
  background-color: #D5D5D5;
  box-sizing: border-box;
  height: auto;
  left: 0px;
  overflow: visible;
  padding: 20px;
  padding-top: 10px;
  position: absolute;
  width: 100%;
}
html#reset .fes-pagelet .formField--jss-0-578 {
  box-sizing: border-box;
  display: block;
  margin: 0 0 10px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
html#reset .fes-pagelet .formFieldKeyword--jss-0-579 {
  margin-bottom: 0px;
  overflow: visible;
  padding-right: 68px;
}
html#reset .fes-pagelet .formFieldKeywordAdvanced--jss-0-580 {
  padding-right: 0px;
}
html#reset .fes-pagelet .formFieldLocation--jss-0-581 {
  overflow: visible;
}
html#reset .fes-pagelet .formFieldLocationGeolocate--jss-0-582 {
  padding-right: 50px;
}
html#reset .fes-pagelet .searchLabel--jss-0-583 {
  border: 0px;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  position: absolute !important;
}
html#reset .fes-pagelet .input--jss-0-584 {
  outline-width: 0px;
  outline: none;
  background-color: #FFFFFF;
  border: 1px #BDBDBD solid;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  margin: 0px;
  padding: 0 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html#reset .fes-pagelet .input--jss-0-584::-webkit-input-placeholder {
  color: #BDBDBD;
}
html#reset .fes-pagelet .input--jss-0-584::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}
html#reset .fes-pagelet .input--jss-0-584:-ms-input-placeholder {
  color: #BDBDBD;
}
html#reset .fes-pagelet .input--jss-0-584:placeholder-shown {
  color: #BDBDBD;
}
html#reset .fes-pagelet .input--jss-0-584::-ms-clear {
  display: none;
}
html#reset .fes-pagelet .inputKeyword--jss-0-590 {
  border-radius: 4px 0 0 4px;
}
html#reset .fes-pagelet .inputKeywordAdvanced--jss-0-591 {
  border-radius: 4px;
}
html#reset .fes-pagelet .findMyLocation--jss-0-593 {
  background-color: #FFFFFF;
  border: 1px #BDBDBD solid;
  border-left-width: 0px;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  height: 45px;
  margin: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  top: 0px;
  width: 50px;
}
html#reset .fes-pagelet .findMyLocationWrapper--jss-0-594 {
  background-color: rgba(255, 255, 255, 0);
  display: block;
  height: 45px;
  opacity: 0.5;
  position: relative;
  transition: opacity 0.2s ease-out;
  width: 50px;
}
html#reset .fes-pagelet .findMyLocationWrapper--jss-0-594:hover {
  opacity: 1;
}
html#reset .fes-pagelet .findMyLocationGeolocate--jss-0-596 {
  display: block;
}
html#reset .fes-pagelet .findMyLocationGeolocateIcon--jss-0-597 {
  color: #B5B5B5;
  height: 18px;
  left: 50%;
  margin: -9px 0 0 -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}
html#reset .fes-pagelet .findMyLocationWrapperRunning--jss-0-598 {
  cursor: default;
  opacity: 1;
}
html#reset .fes-pagelet .findMyLocationWrapperRunning--jss-0-598:hover {
  opacity: 1;
}
html#reset .fes-pagelet .findMyLocationGeolocateIconRunning--jss-0-600 {
  animation: header-geolocation-swivel 1.5s infinite ease-in-out;
}
@keyframes header-geolocation-swivel {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
html#reset .fes-pagelet .inputLocationGeolocate--jss-0-605 {
  border-radius: 4px 0 0 4px;
  border-right-width: 0px;
  padding-right: 0px;
}
html#reset .fes-pagelet .inputLocationDisabled--jss-0-606 {
  -webkit-touch-callout: none;
  background-color: #F2F2F2;
  color: #BDBDBD;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html#reset .fes-pagelet .select--jss-0-608 {
  outline-width: 0px;
  outline: none;
  background-color: #FFFFFF;
  border: 1px #BDBDBD solid;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666666;
  font-family: inherit;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  margin: 0px;
  padding: 0 20px;
  float: right;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html#reset .fes-pagelet .select--jss-0-608:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666666;
}
html#reset .fes-pagelet .select--jss-0-608::-ms-expand {
  display: none;
}
html#reset .fes-pagelet .selectRadiusIE9--jss-0-611 {
  padding-right: 0px;
}
html#reset .fes-pagelet .selectRadiusDisabled--jss-0-612 {
  background-color: #F2F2F2;
  color: #BDBDBD;
  cursor: not-allowed;
}
html#reset .fes-pagelet .selectRadiusIcon--jss-0-613 {
  color: #B5B5B5;
  height: 5px;
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
}
html#reset .fes-pagelet .selectRadiusIconHidden--jss-0-614 {
  display: none;
}
html#reset .fes-pagelet .searchSubmit--jss-0-615 {
  background-color: #83B54F;
  border: 0px;
  border-radius: 0 4px 4px 0;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 15px;
  height: 45px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  transition: background-color 0.2s linear;
  right: 20px;
  top: 20px;
  width: 68px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html#reset .fes-pagelet .searchSubmit--jss-0-615:hover {
  background-color: #6FA734;
}
html#reset .fes-pagelet .searchSubmitIcon--jss-0-617 {
  color: #FFFFFF;
  height: 22px;
  width: 22px;
}
html#reset .fes-pagelet .searchSubmitText--jss-0-618 {
  border: 0px;
  clip: rect(0 0 0 0);
  height: 22px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  position: absolute !important;
  display: inline-block;
  line-height: 22px;
  padding-left: 10px;
}
html#reset .fes-pagelet .searchSubmitAdvanced--jss-0-619 {
  border-radius: 4px;
  margin: 0 auto;
  position: static;
  width: 100%;
}
html#reset .fes-pagelet .searchSubmitTextAdvanced--jss-0-620 {
  height: auto;
  width: auto;
  margin: auto;
  overflow: visible;
  position: static !important;
}
@media (min-width: 450px) {
  html#reset .fes-pagelet .logo--jss-0-535 {
    margin-top: 27px;
    margin-right: 20px;
  }
  html#reset .fes-pagelet .logoLinkIcon--jss-0-537 {
    display: block;
  }
  html#reset .fes-pagelet .logoLinkIconMobile--jss-0-538 {
    display: none;
  }
  html#reset .fes-pagelet .headerButtonAnonymous--jss-0-551 {
    line-height: 45px;
    padding-top: 0px;
  }
  html#reset .fes-pagelet .headerButtonAnonymousLinkRegister--jss-0-554 {
    display: inline;
  }
  html#reset .fes-pagelet .headerButtonAnonymousOr--jss-0-555 {
    display: inline;
  }
  html#reset .fes-pagelet .myKijijiPopup--jss-0-560 {
    min-width: 180px;
    right: 20px;
    left: auto;
  }
}
@media (min-width: 640px) {
  html#reset .fes-pagelet .selectCategory--jss-0-502 {
    border-radius: 4px 0 0 4px;
  }
  html#reset .fes-pagelet .formColumnLocationPicker--jss-0-501 {
    width: 44%;
  }
  html#reset .fes-pagelet .inputLocationPicker--jss-0-507 {
    border-left-width: 0px;
    border-radius: 0px;
  }
  html#reset .fes-pagelet .locationPanelAdvanced--jss-0-570 {
    padding-top: 15px;
  }
  html#reset .fes-pagelet .formColumnContainer--jss-0-572 {
    display: table;
    margin: 0px;
    width: 100%;
  }
  html#reset .fes-pagelet .formColumnPanel--jss-0-573 {
    display: table-cell;
    vertical-align: top;
  }
  html#reset .fes-pagelet .formFieldPanel--jss-0-574 {
    margin: 0px;
  }
  html#reset .fes-pagelet .inputLocation--jss-0-592 {
    border-radius: 4px 0 0 4px;
  }
  html#reset .fes-pagelet .findMyLocation--jss-0-593 {
    border-radius: 0px;
  }
  html#reset .fes-pagelet .formColumnRadius--jss-0-576 {
    width: 222px;
  }
  html#reset .fes-pagelet .selectRadius--jss-0-607 {
    border-left-width: 0px;
    border-radius: 0px;
  }
  html#reset .fes-pagelet .formColumnSubmit--jss-0-577 {
    width: 68px;
  }
  html#reset .fes-pagelet .searchSubmitAdvanced--jss-0-619 {
    border-radius: 0 4px 4px 0;
    position: static;
    width: 68px;
  }
  html#reset .fes-pagelet .searchSubmitTextAdvanced--jss-0-620 {
    border: 0px;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    position: absolute !important;
  }
}
@media (min-width: 730px) {
  html#reset .fes-pagelet .tagline--jss-0-539 {
    display: inline-block;
  }
}
@media (min-width: 830px) {
  html#reset .fes-pagelet .selectCategory--jss-0-502 {
    border-left-width: 0px;
    border-radius: 0px;
  }
  html#reset .fes-pagelet .overlayAdvanced--jss-0-529 {
    display: none;
  }
  html#reset .fes-pagelet .headerButtonPostAd--jss-0-549 {
    width: 150px;
  }
  html#reset .fes-pagelet .searchBar--jss-0-568 {
    display: table;
    margin: 0px;
    width: 100%;
  }
  html#reset .fes-pagelet .formColumnKeyword--jss-0-575 {
    display: table-cell;
    width: 33%;
    padding: 0px;
    vertical-align: top;
  }
  html#reset .fes-pagelet .formFieldKeyword--jss-0-579 {
    padding-right: 0px;
  }
  html#reset .fes-pagelet .inputKeyword--jss-0-590 {
    border-radius: 4px 0 0 4px;
    padding-right: 20px;
  }
  html#reset .fes-pagelet .locationPanel--jss-0-569 {
    display: table-cell;
    height: auto;
    overflow: visible;
    width: 100%;
  }
  html#reset .fes-pagelet .locationPanelAdvanced--jss-0-570 {
    padding: 0px;
    position: static;
  }
  html#reset .fes-pagelet .inputLocation--jss-0-592 {
    border-left-width: 0px;
    border-radius: 0px;
  }
  html#reset .fes-pagelet .searchSubmit--jss-0-615 {
    position: static;
    width: 68px;
  }
}
html#reset .fes-pagelet .overlay--jss-0-659 {
  background-color: #000000;
  bottom: 0px;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: fixed;
  right: 0px;
  top: 0px;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  visibility: hidden;
  width: 100%;
  z-index: 1020;
}
html#reset .fes-pagelet .overlayAdvanced--jss-0-660 {
  opacity: 0.7;
  transition-delay: 0s;
  visibility: visible;
}
html#reset .fes-pagelet .headerElement--jss-0-661 {
  padding: 0px;
}
html#reset .fes-pagelet .headerContainer--jss-0-662 {
  box-sizing: border-box;
  color: #000066;
  font-family: Arial, sans-serif;
  position: relative;
  width: 100%;
  z-index: 1021;
}
html#reset .fes-pagelet .logoBar--jss-0-663 {
  background-color: #2C2F6B;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
  padding: 20px;
  padding-bottom: 27px;
}
html#reset .fes-pagelet .logoBar--jss-0-663:after {
  clear: both;
  content: ".";
  display: block;
  height: 0px;
  visibility: hidden;
}
html#reset .fes-pagelet .logoBarOnly--jss-0-665 {
  border-bottom: 15px #D5D5D5 solid;
}
html#reset .fes-pagelet .logo--jss-0-666 {
  display: inline-block;
  margin: 15px 0 0 0;
  vertical-align: bottom;
}
html#reset .fes-pagelet .logoLink--jss-0-667 {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
html#reset .fes-pagelet .logoLinkIcon--jss-0-668 {
  display: none;
  height: 45px;
  width: 90px;
}
html#reset .fes-pagelet .logoLinkIconMobile--jss-0-669 {
  height: 50px;
  width: 33px;
}
html#reset .fes-pagelet .tagline--jss-0-670 {
  display: none;
  vertical-align: 8px;
}
html#reset .fes-pagelet .taglineCount--jss-0-671 {
  color: #A0DF71;
}
html#reset .fes-pagelet .headerTools--jss-0-672 {
  float: right;
}
html#reset .fes-pagelet .headerLinks--jss-0-673 {
  margin-bottom: 20px;
  text-align: right;
}
html#reset .fes-pagelet .headerLink--jss-0-674 {
  color: inherit;
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
}
html#reset .fes-pagelet .headerLink--jss-0-674:first-child {
  margin-left: 0px;
}
html#reset .fes-pagelet .headerLink--jss-0-674:hover {
  text-decoration: underline;
}
html#reset .fes-pagelet .headerLinkLanguage--jss-0-677 {
  font-weight: bold;
  text-transform: uppercase;
}
html#reset .fes-pagelet .headerButtons--jss-0-678 {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 45px;
  text-align: right;
}
html#reset .fes-pagelet .headerButton--jss-0-679 {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
html#reset .fes-pagelet .headerButtonPostAd--jss-0-680 {
  background-color: #83B54F;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s linear;
  padding: 0 20px;
}
html#reset .fes-pagelet .headerButtonPostAd--jss-0-680:hover {
  background-color: #6FA734;
}
html#reset .fes-pagelet .headerButtonAnonymous--jss-0-682 {
  box-sizing: border-box;
  color: #6C6DCA;
  padding: 0 20px 0 0;
}
html#reset .fes-pagelet .headerButtonAnonymousLink--jss-0-683 {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
html#reset .fes-pagelet .headerButtonAnonymousLink--jss-0-683:hover {
  text-decoration: underline;
}
html#reset .fes-pagelet .headerButtonAnonymousLinkRegister--jss-0-685 {
  display: none;
}
html#reset .fes-pagelet .headerButtonAnonymousOr--jss-0-686 {
  display: none;
}
html#reset .fes-pagelet .headerButtonMyKijiji--jss-0-687 {
  outline-width: 0px;
  outline: none;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  line-height: 45px;
  text-decoration: none;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}
html#reset .fes-pagelet .headerButtonMyKijiji--jss-0-687:hover {
  text-decoration: underline;
}
html#reset .fes-pagelet .headerButtonMyKijijiIcon--jss-0-689 {
  color: #83B54F;
  height: 5px;
  margin-left: 10px;
  width: 10px;
}
html#reset .fes-pagelet .headerButtonMyKijijiIconFlip--jss-0-690 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
html#reset .fes-pagelet .myKijijiPopup--jss-0-691 {
  background-color: #FFFFFF;
  border: 1px #C0C0C0 solid;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  line-height: 0.9;
  margin: 0px;
  min-width: 220px;
  padding: 10px 0 0 0;
  position: absolute;
  left: 0px;
  text-align: left;
  top: 45px;
  z-index: 1022;
}
html#reset .fes-pagelet .myKijijiPopupOpen--jss-0-692 {
  display: block;
}
html#reset .fes-pagelet .myKijijiPopupItem--jss-0-693 {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
html#reset .fes-pagelet .myKijijiPopupItemSignout--jss-0-694 {
  background-color: #F2F2F2;
  border-radius: 0 0 4px 4px;
  margin-top: 10px;
  padding: 15px 20px;
}
html#reset .fes-pagelet .myKijijiPopupItemLink--jss-0-695 {
  box-sizing: border-box;
  color: #ACACAC;
  display: block;
  font-size: 15px;
  padding: 10px 20px;
  text-decoration: none;
}
html#reset .fes-pagelet .myKijijiPopupItemLink--jss-0-695:hover {
  color: #666666;
}
html#reset .fes-pagelet .myKijijiPopupItemLinkSignout--jss-0-697 {
  background-color: #83B54F;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  text-align: center;
  transition: background-color 0.2s linear;
}
html#reset .fes-pagelet .myKijijiPopupItemLinkSignout--jss-0-697:hover {
  background-color: #6FA734;
  color: #FFFFFF;
}
html#reset .fes-pagelet .searchBar--jss-0-699 {
  background-color: #D5D5D5;
  box-sizing: border-box;
  margin: 0px;
  padding: 20px;
  position: relative;
}
html#reset .fes-pagelet .locationPanel--jss-0-700 {
  height: 0px;
  overflow: hidden;
}
html#reset .fes-pagelet .locationPanelAdvanced--jss-0-701 {
  background-color: #D5D5D5;
  box-sizing: border-box;
  height: auto;
  left: 0px;
  padding: 20px;
  padding-top: 15px;
  position: absolute;
  width: 100%;
}
html#reset .fes-pagelet .formField--jss-0-709 {
  box-sizing: border-box;
  display: block;
  margin: 0 0 15px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
html#reset .fes-pagelet .formFieldKeyword--jss-0-710 {
  margin-bottom: 0px;
  overflow: visible;
  padding-right: 68px;
}
html#reset .fes-pagelet .formFieldKeywordAdvanced--jss-0-711 {
  padding-right: 0px;
}
html#reset .fes-pagelet .formFieldLocationGeolocate--jss-0-712 {
  padding-right: 50px;
}
html#reset .fes-pagelet .searchLabel--jss-0-713 {
  border: 0px;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  position: absolute !important;
}
html#reset .fes-pagelet .input--jss-0-714 {
  outline-width: 0px;
  outline: none;
  background-color: #FFFFFF;
  border: 1px #BDBDBD solid;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  margin: 0px;
  padding: 0 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html#reset .fes-pagelet .input--jss-0-714::-webkit-input-placeholder {
  color: #BDBDBD;
}
html#reset .fes-pagelet .input--jss-0-714::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}
html#reset .fes-pagelet .input--jss-0-714:-ms-input-placeholder {
  color: #BDBDBD;
}
html#reset .fes-pagelet .input--jss-0-714:placeholder-shown {
  color: #BDBDBD;
}
html#reset .fes-pagelet .input--jss-0-714::-ms-clear {
  display: none;
}
html#reset .fes-pagelet .inputKeyword--jss-0-720 {
  border-radius: 4px 0 0 4px;
}
html#reset .fes-pagelet .inputKeywordAdvanced--jss-0-721 {
  border-radius: 4px;
}
html#reset .fes-pagelet .findMyLocation--jss-0-723 {
  background-color: #FFFFFF;
  border: 1px #BDBDBD solid;
  border-left-width: 0px;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  height: 45px;
  margin: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  top: 0px;
  width: 50px;
}
html#reset .fes-pagelet .findMyLocationWrapper--jss-0-724 {
  background-color: rgba(255, 255, 255, 0);
  display: block;
  height: 45px;
  opacity: 0.5;
  position: relative;
  transition: opacity 0.2s ease-out;
  width: 50px;
}
html#reset .fes-pagelet .findMyLocationWrapper--jss-0-724:hover {
  opacity: 1;
}
html#reset .fes-pagelet .findMyLocationGeolocate--jss-0-726 {
  display: block;
}
html#reset .fes-pagelet .findMyLocationGeolocateIcon--jss-0-727 {
  color: #B5B5B5;
  height: 18px;
  left: 50%;
  margin: -9px 0 0 -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}
html#reset .fes-pagelet .findMyLocationWrapperRunning--jss-0-728 {
  cursor: default;
  opacity: 1;
}
html#reset .fes-pagelet .findMyLocationWrapperRunning--jss-0-728:hover {
  opacity: 1;
}
html#reset .fes-pagelet .findMyLocationGeolocateIconRunning--jss-0-730 {
  animation: header-geolocation-swivel 1.5s infinite ease-in-out;
}
@keyframes header-geolocation-swivel {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
html#reset .fes-pagelet .inputLocationGeolocate--jss-0-735 {
  border-radius: 4px 0 0 4px;
  padding-right: 0px;
}
html#reset .fes-pagelet .inputLocationDisabled--jss-0-736 {
  -webkit-touch-callout: none;
  background-color: #F2F2F2;
  color: #BDBDBD;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html#reset .fes-pagelet .select--jss-0-738 {
  outline-width: 0px;
  outline: none;
  background-color: #FFFFFF;
  border: 1px #BDBDBD solid;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666666;
  font-family: inherit;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  margin: 0px;
  padding: 0 20px;
  float: right;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html#reset .fes-pagelet .select--jss-0-738:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666666;
}
html#reset .fes-pagelet .select--jss-0-738::-ms-expand {
  display: none;
}
html#reset .fes-pagelet .selectRadiusIE9--jss-0-741 {
  padding-right: 0px;
}
html#reset .fes-pagelet .selectRadiusDisabled--jss-0-742 {
  background-color: #F2F2F2;
  color: #BDBDBD;
  cursor: not-allowed;
}
html#reset .fes-pagelet .selectRadiusIcon--jss-0-743 {
  color: #B5B5B5;
  height: 5px;
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
}
html#reset .fes-pagelet .selectRadiusIconHidden--jss-0-744 {
  display: none;
}
html#reset .fes-pagelet .searchSubmit--jss-0-745 {
  background-color: #83B54F;
  border: 0px;
  border-radius: 0 4px 4px 0;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 15px;
  height: 45px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  transition: background-color 0.2s linear;
  right: 20px;
  top: 20px;
  width: 68px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html#reset .fes-pagelet .searchSubmit--jss-0-745:hover {
  background-color: #6FA734;
}
html#reset .fes-pagelet .searchSubmitIcon--jss-0-747 {
  color: #FFFFFF;
  height: 22px;
  width: 22px;
}
html#reset .fes-pagelet .searchSubmitText--jss-0-748 {
  border: 0px;
  clip: rect(0 0 0 0);
  height: 22px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  position: absolute !important;
  display: inline-block;
  line-height: 22px;
  padding-left: 10px;
}
html#reset .fes-pagelet .searchSubmitAdvanced--jss-0-749 {
  border-radius: 4px;
  margin: 0 auto;
  position: static;
  width: 100%;
}
html#reset .fes-pagelet .searchSubmitTextAdvanced--jss-0-750 {
  height: auto;
  width: auto;
  margin: auto;
  overflow: visible;
  position: static !important;
}
@media (min-width: 0px) {
  html#reset .fes-pagelet .logo--jss-0-666 {
    margin-top: 27px;
    margin-right: 20px;
  }
  html#reset .fes-pagelet .logoLinkIcon--jss-0-668 {
    display: block;
  }
  html#reset .fes-pagelet .logoLinkIconMobile--jss-0-669 {
    display: none;
  }
  html#reset .fes-pagelet .headerButtonAnonymous--jss-0-682 {
    line-height: 45px;
    padding-top: 0px;
  }
  html#reset .fes-pagelet .headerButtonAnonymousLinkRegister--jss-0-685 {
    display: inline;
  }
  html#reset .fes-pagelet .headerButtonAnonymousOr--jss-0-686 {
    display: inline;
  }
  html#reset .fes-pagelet .myKijijiPopup--jss-0-691 {
    min-width: 180px;
    right: 20px;
    left: auto;
  }
}
@media (min-width: 1px) {
  html#reset .fes-pagelet .formColumnContainer--jss-0-703 {
    display: table;
    margin: 0px;
    width: 100%;
  }
  html#reset .fes-pagelet .formColumnPanel--jss-0-704 {
    display: table-cell;
    vertical-align: top;
  }
  html#reset .fes-pagelet .formFieldPanel--jss-0-705 {
    margin: 0px;
  }
  html#reset .fes-pagelet .inputLocation--jss-0-722 {
    border-right-width: 0px;
    border-radius: 4px 0 0 4px;
  }
  html#reset .fes-pagelet .findMyLocation--jss-0-723 {
    border-right-width: 0px;
    border-radius: 0px;
  }
  html#reset .fes-pagelet .formColumnRadius--jss-0-707 {
    width: 222px;
  }
  html#reset .fes-pagelet .selectRadius--jss-0-737 {
    border-radius: 0px;
  }
  html#reset .fes-pagelet .formColumnSubmit--jss-0-708 {
    width: 68px;
  }
  html#reset .fes-pagelet .searchSubmitAdvanced--jss-0-749 {
    border-radius: 0 4px 4px 0;
    position: static;
    width: 68px;
  }
  html#reset .fes-pagelet .searchSubmitTextAdvanced--jss-0-750 {
    border: 0px;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    position: absolute !important;
  }
}
@media (min-width: 2px) {
  html#reset .fes-pagelet .tagline--jss-0-670 {
    display: inline-block;
  }
}
@media (min-width: 3px) {
  html#reset .fes-pagelet .overlayAdvanced--jss-0-660 {
    display: none;
  }
  html#reset .fes-pagelet .headerButtonPostAd--jss-0-680 {
    width: 150px;
  }
  html#reset .fes-pagelet .searchBar--jss-0-699 {
    display: table;
    margin: 0px;
    width: 100%;
  }
  html#reset .fes-pagelet .formColumnKeyword--jss-0-706 {
    display: table-cell;
    width: 33%;
    padding: 0px;
    vertical-align: top;
  }
  html#reset .fes-pagelet .formFieldKeyword--jss-0-710 {
    padding-right: 0px;
  }
  html#reset .fes-pagelet .inputKeyword--jss-0-720 {
    border-radius: 4px 0 0 4px;
    border-right-width: 0px;
    padding-right: 20px;
  }
  html#reset .fes-pagelet .locationPanel--jss-0-700 {
    display: table-cell;
    height: auto;
    width: 100%;
  }
  html#reset .fes-pagelet .locationPanelAdvanced--jss-0-701 {
    padding: 0px;
    position: static;
  }
  html#reset .fes-pagelet .inputLocation--jss-0-722 {
    border-radius: 0px;
  }
  html#reset .fes-pagelet .searchSubmit--jss-0-745 {
    position: static;
    width: 68px;
  }
}
@media (min-width: 1024px) {
  html#reset .fes-pagelet .formColumnKeyword--jss-0-706 {
    width: 45%;
  }
}
html#reset .fes-pagelet .item--jss-0-785 {
  margin: 0px;
  padding: 0px;
}
html#reset .fes-pagelet .item--jss-0-785:last-child {
  padding-right: 0px;
}
html#reset .fes-pagelet .itemLink--jss-0-787 {
  color: #666666;
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 2px;
  text-decoration: none;
}
html#reset .fes-pagelet .itemLinkHover--jss-0-788 {
  background-color: #ECECEC;
  color: #EC7D1B;
  text-decoration: underline;
}
html#reset .fes-pagelet .container--jss-0-789 {
  background: #FFFFFF;
  border: solid 1px #CCCCCC;
  border-radius: 0 0 5px 5px;
  border-top: 0px;
  box-shadow: 2px 2px 2px rgba(66, 66, 66, 0.2);
  cursor: default;
  display: block;
  z-index: 10009;
}
html#reset .fes-pagelet .itemContainer--jss-0-790 {
  color: #666666;
  list-style: none;
  margin: 5px;
  margin-top: 0px;
  padding: 0px;
}
html#reset .fes-pagelet .container--jss-0-791 {
  display: block;
  left: -1px;
  min-width: 200px;
  padding: 0px;
  position: absolute;
  top: 21px;
  width: 100%;
  z-index: 50;
}
html#reset .fes-pagelet .hideSuggestions--jss-0-792 {
  background: none;
  border-top: solid 1px #E4E4E4;
  padding: 3px 0 1px;
}
html#reset .fes-pagelet .hideSuggestionsLink--jss-0-793 {
  background: none;
  color: #3B5998;
  font-size: 12px;
  line-height: 15px;
}
html#reset .fes-pagelet .hideSuggestionLinkHover--jss-0-794 {
  background: none;
  color: #2078EF;
  text-decoration: underline;
}
html#reset .fes-pagelet .main--jss-0-795 {
  font: 13px/16px Arial, Verdana, sans-serif;
  background-color: #F6F6F6;
  border-radius: 0 0 3px 3px;
  color: #4A4A4A;
  fill: currentColor;
  margin-bottom: 4px;
  padding: 15px 10px 15px 15px;
}
html#reset .fes-pagelet .main__legacy--jss-0-796 {
  font: 13px/16px Arial, Verdana, sans-serif;
  background-color: #FDFADD;
  border-radius: 0 0 5px 5px;
  color: #333333;
  fill: currentColor;
  margin-bottom: 6px;
  padding: 15px 10px 15px 15px;
  border: #EBD387 1px solid;
  border-top: none;
  padding-bottom: 8px;
  padding-top: 8px;
}
html#reset .fes-pagelet .profileItemContainer--jss-0-797 {
  margin-left: 30px;
  padding: 6px 0;
  text-indent: -30px;
}
html#reset .fes-pagelet .profileItemContainer--jss-0-797 > * {
  text-indent: 0px;
}
html#reset .fes-pagelet .profileItemContainer__legacy--jss-0-799 {
  margin-left: 30px;
  padding: 4px 0;
  text-indent: -30px;
}
html#reset .fes-pagelet .profileItemContainer__legacy--jss-0-799 > * {
  text-indent: 0px;
}
html#reset .fes-pagelet .profileItem--jss-0-801 {
  padding-left: 10px;
}
html#reset .fes-pagelet .profileLink--jss-0-802 {
  color: inherit;
  font-weight: bold;
}
html#reset .fes-pagelet .profileLink--jss-0-802:hover {
  color: #666666;
}
html#reset .fes-pagelet .profileLink__legacy--jss-0-804 {
  color: #000066;
  font-weight: normal;
}
html#reset .fes-pagelet .profileLink__legacy--jss-0-804:hover {
  color: #2078EF;
}
html#reset .fes-pagelet .profileButton--jss-0-806 {
  font: 13px/16px Arial, Verdana, sans-serif;
  background-color: #83B54F;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s linear;
  white-space: nowrap;
}
html#reset .fes-pagelet .profileButton--jss-0-806:hover {
  background-color: #6FA734;
}
html#reset .fes-pagelet .profileButton__legacy--jss-0-808 {
  font: 13px/16px Arial, Verdana, sans-serif;
  background-color: #CADB8B;
  border: solid 1px #84A444;
  border-radius: 0px;
  color: #333333;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  transition: none;
  white-space: nowrap;
  background: linear-gradient(to bottom, #F4F9DA 12%, #CADB8B 50%);
  font-weight: normal;
}
html#reset .fes-pagelet .profileButton__legacy--jss-0-808:hover {
  background: #CADB8B;
  text-decoration: none;
}
html#reset .fes-pagelet .responseTime--jss-0-810 {
  font-weight: bold;
}
html#reset .fes-pagelet .responseTimeContainer--jss-0-811 {
  white-space: nowrap;
}
html#reset .fes-pagelet .helpArticleLink--jss-0-812 {
  font: 12px/15px Arial, Verdana, sans-serif;
  border-color: #666666;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  color: #666666;
  display: inline-block;
  font-weight: bold;
  height: 17px;
  margin-left: 8px;
  text-align: center;
  text-decoration: none;
  width: 17px;
}
html#reset .fes-pagelet .helpArticleLink--jss-0-812:hover {
  border-color: #4A4A4A;
  color: #4A4A4A;
}
html#reset .fes-pagelet .phoneNumberStart--jss-0-814 {
  padding-right: 12px;
}
html#reset .fes-pagelet .phoneShowNumberButton--jss-0-815 {
  max-width: 225px;
  min-width: 185px;
}
html#reset .fes-pagelet .phoneShowNumberButton__legacy--jss-0-816 {
  max-width: 225px;
  min-width: 0px;
  background: linear-gradient(to bottom, #F4F9DA 12%, #B6D48F 50%);
  border-radius: 5px;
}
html#reset .fes-pagelet .phoneShowNumberButton__legacy--jss-0-816:hover {
  background: #F4F9DA;
}
html#reset .fes-pagelet .teaserMessage--jss-0-818 {
  line-height: 20px;
}
html#reset .fes-pagelet .viewProfileWrapper--jss-0-819 {
  margin: 15px 0 5px 0;
  text-align: center;
}
html#reset .fes-pagelet .viewProfileWrapper__legacy--jss-0-820 {
  margin: 15px 0 5px 0;
  text-align: center;
  margin-top: 10px;
}
html#reset .fes-pagelet .viewProfileButton--jss-0-821 {
  font-weight: bold;
  padding: 10px 25px;
}
html#reset .fes-pagelet .viewProfileButton__legacy--jss-0-822 {
  font-weight: normal;
  padding: 6px 15px;
}
html#reset .fes-pagelet .header--jss-0-823 {
  font: 14px/17px Arial, Verdana, sans-serif;
  background-color: #2C2F6B;
  border-radius: 3px 3px 0 0;
  color: #FFFFFF;
  font-weight: bold;
  padding: 15px 17px 13px;
}
html#reset .fes-pagelet .header__legacy--jss-0-824 {
  font: 14px/17px Arial, Verdana, sans-serif;
  background-color: #FCEB75;
  border-radius: 5px 5px 0 0;
  color: #333333;
  font-weight: bold;
  padding: 6px 10px;
  background: linear-gradient(to bottom, #FEF3C8, #FCEB75);
  border: solid 1px #EBD387;
}
html#reset .fes-pagelet .urlMain--jss-0-825 {
  border-radius: 3px;
}
html#reset .fes-pagelet .urlMain__legacy--jss-0-826 {
  border-radius: 5px;
  border-top: #EBD387 1px solid;
  padding: 8px 15px;
}
html#reset .fes-pagelet .urlItemContainer--jss-0-827 {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*# sourceMappingURL=styles.66f2b0035b8039d510c4.css.map*/