
body.noscroll {
	height: 100%;
	overflow: hidden;
}

#header-main {
	position: static;
	box-shadow: none;
}

#footer-main {
	margin: 30px 0 0 0;
}

  body.noscroll footer-main {
	display: none;
  }

h1 {
	margin: 0 0 5px 0;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: left;
}

  #map-view-left h1 {
	font-size: 1.2rem;
  }

.nav {
	margin: 0 0 10px 0;
	font-size: 0.8125rem;
	color: #888888;
	width: 100%;
	overflow: hidden;
}

  .nav span {
	display: inline-block;
	margin: 0 0 0 20px;
	color: #17468f;
  }

    .nav span:hover {
	color: #00aeef;
	text-decoration: underline;
	cursor: pointer;
    }

h2.section-title {
	padding: 0;
	margin: 0 0 40px 0;
	border: 0;
	font-size: 2.0rem;
	font-weight: 300;
	color: #333333;
	line-height: 1.25em;
	text-align: left;
}

h3.agents-title {
	padding: 0;
	margin: 0 0 15px 0;
	border: 0;
	font-size: 1.0rem;
	font-weight: 400;
	color: #333333;
	line-height: 1.25em;
	text-align: left;
}

/********************/
/*  SEARCH FORM     */
/********************/

#mobile-buttons {
	display: none;
}

#marketplace-search {
	padding: 10px 0;
	margin: 0;
	background: #f0f0f0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

  #marketplace-search.fixed {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
  }

  #marketplace-search .wrapper {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 98%;
	overflow: hidden;
  }

  #marketplace-search .refine-box {
	float: left;
	padding: 0 10px;
	margin: 0 0 0 8px;
	border: 2px solid #d7e0ed;
	border-radius: 0;
	background: #ffffff;
	font-family: 'Muli', sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #9b9b9b;
	line-height: 32px;
	height: 36px;
	box-sizing: border-box;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }

    #marketplace-search .refine-box:hover {
	border: 2px solid #00aeef;
	color: #444444;
	cursor: pointer;
    }

    #marketplace-search .refine-box.active {
	color: #444444;
    }

  #form-location {
	float: left;
	width: 15%;
  }

    #form-location input[type="text"] {
	padding-left: 28px;
	height: 36px;
	background-image: url('../images/pm_favicon.png');
	background-repeat: no-repeat;
	background-position: 2px 4px;
	background-size: 24px 24px;
	background-color: #ffffff;
	font-size: 0.8125rem;
    }

    #form-location input[type="text"]:hover,
    #form-location input[type="text"]:focus {
	border: 2px solid #00aeef;
    }

  #form-operatories {
	width: 12%;
  }

  #form-specialty {
	width: 12%;
  }

  #form-collections {
	width: 15%;
	min-width: 230px;
  }

  #refine-locations {
	position: absolute;
	display: none;
	left: 160px;
	top: 140px;
	padding: 0;
	margin: 0;
	border: 2px solid #00aeef;
	background: #ffffff;
	width: 357px;
	box-sizing: border-box;
	z-index: 99;
  }

    #refine-locations ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
    }

      #refine-locations ul li {
	padding: 0 12px;
	margin: 0;
	list-style-type: none;
	font-size: 0.8125rem;
	color: #444444;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
      }

        #refine-locations ul li:hover {
		background: rgba(0,174,239,0.65);
		color: #ffffff;
		cursor: pointer;
        }

  #refine-operatories {
	position: absolute;
	display: none;
	left: 531px;
	top: 140px;
	padding: 0;
	margin: 0;
	border: 2px solid #00aeef;
	background: #ffffff;
	width: 281px;
	box-sizing: border-box;
	z-index: 99;
  }

    #refine-operatories div {
	padding: 12px;
    }

    #refine-operatories ul {
	padding: 0;
	margin: 0;
	border: 1px solid #dddddd;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
    }

      #refine-operatories ul li {
		float: left;
		padding: 0;
		margin: 0;
		border-right: 1px solid #dddddd;
		width: 20%;
		box-sizing: border-box;
      }

        #refine-operatories ul li:last-child {
		border-right: 0;
        }

        #refine-operatories ul li label {
		display: block;
		padding: 0;
		margin: 0;
		border: 0;
		overflow: hidden;
		font-size: 0.75rem;
		font-weight: 400;
		color: #333333;
		text-align: center;
		box-sizing: border-box;
        }

          #refine-operatories ul li label span {
		display: block;
		background: #ffffff;
		width: 100%;
		height: 2.0rem;
		line-height: 2.0rem;
          }

            #refine-operatories ul li label span:hover {
		background: #f0f0f0;
		cursor: pointer;
            }

            #refine-operatories ul li label input:checked + span {
		background: rgba(0,174,239,0.65);
		color: #ffffff;
            }

        #refine-operatories ul li input[type="checkbox"] {
		padding: 0;
		margin: 0;
		opacity: 1;
		cursor: pointer;
		display: none;
       }

    #refine-operatories div.bottom {
	padding: 15px;
	margin: 0;
	border-top: 1px solid #dddddd;
	text-align: center;
    }

      #refine-operatories div.bottom input[type="button"] {
	padding: 0 20px;
	font-size: 0.75rem;
	height: 2.0rem;
      }

  #refine-specialty {
	position: absolute;
	display: none;
	left: 826px;
	top: 140px;
	padding: 0;
	margin: 0;
	border: 2px solid #00aeef;
	background: #ffffff;
	width: 281px;
	box-sizing: border-box;
	z-index: 99;
  }

    #refine-specialty div {
	padding: 15px;
    }

    #refine-specialty ul {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
    }

      #refine-specialty ul li {
	padding: 0;
	margin: 0 0 10px 0;
      }

        #refine-specialty ul li:last-child {
		margin: 0;
        }

        #refine-specialty ul li label {
		position: relative;
		display: block;
		padding: 0 0 0 32px;
		margin: 0;
		border: 0;
		font-size: 0.8125rem;
		font-weight: 400;
		color: #444444;
		line-height: 20px;
		text-align: left;
		cursor: pointer;
        }

          #refine-specialty ul li input[type="checkbox"] {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
		cursor: pointer;
          }

          #refine-specialty ul li input[type="checkbox"]:checked {
		background: #00aeef;
          }

          #refine-specialty ul li label span {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		border: 2px solid #dddddd;
		width: 20px;
		height: 20px;
		line-height: 16px;
		font-weight: 600;
		color: #ffffff;
		text-align: center;
		box-sizing: border-box;
          }

            #refine-specialty ul li label span:after {
		display: none;
		content: "\2713";
            }

            #refine-specialty ul li label:hover span {
		border: 2px solid rgba(0,174,239,0.65);
            }

            #refine-specialty ul li label input:checked + span {
		background: rgba(0,174,239,0.65);
		border: 2px solid rgba(0,174,239,0.65);
            }

              #refine-specialty ul li label input:checked ~ span:after {
		display: block;
              }

    #refine-specialty div.bottom {
	padding: 15px;
	margin: 0;
	border-top: 1px solid #dddddd;
	text-align: center;
    }

      #refine-specialty div.bottom input[type="button"] {
	padding: 0 20px;
	font-size: 0.75rem;
	height: 2.0rem;
      }

  #refine-collections {
	position: absolute;
	display: none;
	left: 1120px;
	top: 140px;
	padding: 0;
	margin: 0;
	border: 2px solid #00aeef;
	background: #ffffff;
	width: 320px;
	box-sizing: border-box;
	z-index: 99;
  }

    #refine-collections div {
	padding: 15px;
    }

    #refine-collections div span {
	display: inline-block;
	margin: 0 2px 0 0;
	color: #444444;
	height: 2.0rem;
	line-height: 2.0rem;
	vertical-align: top;
    }

      #refine-collections div span.middle {
	margin: 0 6px;
	font-size: 0.875rem;
	font-weight: 400;
	color: #999999;
      }

    #refine-collections div input[type="text"] {
	padding: 5px;
	border-width: 1px;
	font-size: 0.75rem;
	width: 70px;
	height: 2.0rem;
	vertical-align: top;
    }

      #refine-collections div input[type="text"]:hover,
      #refine-collections div input[type="text"]:focus {
	border-color: rgba(0,174,239,0.65);
      }

    #refine-collections div.bottom {
	padding: 15px;
	margin: 0;
	border-top: 1px solid #dddddd;
	text-align: center;
    }

      #refine-collections div.bottom input[type="button"] {
	padding: 0 20px;
	font-size: 0.75rem;
	height: 2.0rem;
      }

  #marketplace-search input[type="button"] {
	padding: 0 16px;
	margin: 0 0 0 8px;
	font-size: 0.75rem;
	height: 36px;
  }

  #save-search-button {
	display: none;
  }

  #save-search-form {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	border: 2px solid #00aeef;
	background: #ffffff;
	width: 250px;
	box-sizing: border-box;
	z-index: 99;
  }

    #save-search-form-loader {
	padding: 15px;
	text-align: center;
    }

    #save-search-form div.top {
	padding: 10px 15px 15px 15px;
	font-size: 0.8125rem;
    }

      #save-search-form div.top div {
	margin: 6px 0 0 0;
      }

      #save-search-form div.top div:first-child {
	margin: 0;
      }

      #save-search-form div.top div b {
	color: #222222;
      }

      #save-search-form div.top input[type="text"] {
	padding: 0 5px;
	margin: 0;
	background: #ffffff;
	font-size: 0.8125rem;
	width: 100%;
	height: 32px;
	box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
      }

      #save-search-form div.top select {
	padding: 0 5px;
	margin: 0;
	background: #ffffff;
	font-size: 0.8125rem;
	width: 100%;
	height: 32px;
	box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
      }

    #save-search-form div.bottom {
	padding: 15px;
	margin: 0;
	border-top: 1px solid #dddddd;
	text-align: center;
    }

      #save-search-form div.bottom input[type="button"] {
	padding: 0 20px;
	margin: 0;
	font-size: 0.75rem;
	height: 2.0rem;
      }

      #save-search-form div.bottom input[type="button"].cbutton {
	margin: 0 0 0 8px;
	background: #dddddd;
	color: #888888;
      }

        #save-search-form div.bottom input[type="button"].cbutton:hover {
		background: #888888;
		color: #ffffff;
        }

  #form-view {
	float: right;
	padding: 0;
	border: 0;
  }

    #form-view .form-view-option {
	display: inline-block;
	border: 1px solid #333f48;
	width: 60px;
	height: 36px;
	line-height: 34px;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #333f48;
	text-align: center;
	box-sizing: border-box;
    }

    #form-view .form-view-options:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
    }

    #form-view .form-view-options:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
    }

    #form-view .form-view-option.on {
	background: #333f48;
	color: #ffffff;
    }

    #form-view .form-view-option:hover {
	cursor: pointer;
    }

      #form-view .form-view-option.on:hover {
	cursor: default;
      }

/********************/
/*  CONTENT         */
/********************/

#marketplace-content {
	padding: 0;
	margin: 0;
	background: #ffffff;
	min-height: 400px;
}

  #marketplace-content .wrapper {
	padding: 10px 0;
	margin: 0 auto;
	text-align: left;
	width: 98%;
	overflow: visible;
  }

  #marketplace-content .wrapper.listing {
	padding: 30px 0;
	width: 65%;
  }

  #marketplace-content .iwrap.listings {
	padding: 30px 0;
	margin: 0 auto;
	width: 50%;
	max-width: 100%;
  }

  #list-view {
	padding: 20px;
	display: block;
  }

    #list-view-top {
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
    }

      #list-view-top-left {
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
      }

  #map-view {
	display: block;
  }

    #map-view-container,
    #list-view-container {
	padding: 0 5px 20px 0;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
    }

    #map-view-left {
	float: left;
	padding: 12px 20px;
	width: 35%;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
    }

    #mv-key-stats {
	padding: 8px 0 10px 0;
	margin: 0 0 20px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #dddddd;
    }

      #list-view-top #mv-key-stats {
	float: right;
	padding: 5px 10px;
	margin-bottom: 0;
	border: 1px solid #dddddd;
	min-width: 400px;
	box-sizing: border-box;
      }

      #list-view-top .nav {
	margin-bottom: 0;
      }

      #mv-key-stats h3 {
	margin: 0 0 10px 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: #222222;
	line-height: 1.33em;
	text-align: center;
      }

      #mv-key-stats ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	overflow: hidden;
      }

      #mv-key-stats ul li {
	float: left;
	width: 35%;
	font-size: 0.875rem;
	color: #222222;
	text-align: center;
	line-height: 1.4em;
      }

        #list-view-top #mv-key-stats ul li {
		white-space: nowrap;
        }

        #mv-key-stats ul li:nth-child(2) {
		width: 30%;
        }

        #mv-key-stats ul li span {
		display: block;
        }

          #mv-key-stats ul li span:first-child {
		margin: 5px 0;
		font-weight: 700;
          }

          #mv-key-stats ul li span:last-child {
		font-size: 0.8125rem;
		color: #888888;
          }

    #map-view-right {
	float: left;
	width: 65%;
    }

      #map-view-right img {
	width: 100%;
	height: 100%;
      }

      #map-view-right #map {
	width: 100%;
	height: 100%;
      }

    #map-view-loader,
    #list-view-loader {
	padding: 10px 0 0 0;
	text-align: center;
    }

  .grid { 
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(32%, 32%));
	column-gap: 2%;
	row-gap: 30px;
	align-items: stretch;
  }

    #map-view-left .grid,
    #marketplace-content .iwrap.listings .grid,
    #marketplace-listing-left .grid {
	grid-template-columns: repeat(auto-fill, minmax(100%, 100%));
	column-gap: 0;
	row-gap: 30px;
    }

  .grid > .listing {
	position: relative;
	padding: 15px 20px;
	margin: 0;
	border: 1px solid #eeeeee;
	box-shadow: 2px 2px 4px 0px  rgba(0,0,0,0.2);
  }

    .grid > .listing:hover {
	border: 1px solid #17468f;
    }

    .grid > .listing a {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: #17468f;
	line-height: 1.33em;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
    }

    .grid > .listing a:hover {
	color: #00aeef;
	text-decoration: none;
    }

    .grid > .listing a:after {
	background-color: transparent;
	bottom: -2px;
	content: "";
	left: -2px;
	pointer-events: auto;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 1;
    }

    .grid > .listing .description {
	padding: 0;
	margin: 15px 0 0 0;
	font-size: 0.875rem;
	color: #888888;
	line-height: 1.5em;
	height: 4.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: pre-wrap;
    }

    .grid > .listing .location {
	padding: 0;
	margin: 15px 0 0 0;
	width: 100%;
	overflow: hidden;
    }

      .grid > .listing .location div:first-child {
	float: left;
	padding: 0 0 0 18px;
	background-image: url('../images/pm_loc_icon.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: auto 20px;
	height: 24px;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #222222;
      }

      .grid > .listing .location div:last-child {
	float: right;
	padding: 0 0 0 14px;
	background-image: url('../images/pm_spc_arrow.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	height: 24px;
	font-size: 0.8125rem;
	font-weight: 400;
	color: #222222;
	white-space: nowrap;
	text-align: right;
      }

    .grid > .listing .odata {
	padding: 0;
	margin: 12px 0 0 0;
	width: 100%;
	overflow: hidden;
    }

      .grid > .listing .odata div {
		float: left;
		margin: 0 30px 0 0;
		font-size: 0.8125rem;
		color: #00aeef;
      }

        .grid > .listing .odata div:last-child {
		margin-right: 0;
        }

        .grid > .listing .odata div span {
		font-weight: 700;
		color: #222222;
        }


  .ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 9;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
  }

  .ribbon span {
	font-size: 11px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#00AEEF 0%, #006699 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; right: -21px;
  }

  .ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #006699;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #006699;
  }

  .ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #006699;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #006699;
  }

  #page-breadcrumb {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 0.8125rem;
  }

  #marketplace-listing-left {
	float: left;
	width: 65%;
  }

    #marketplace-listing-left p {
	font-size: 0.875rem;
	color: #666666;
    }

  #marketplace-listing-right {
	float: right;
	width: 30%;
  }

    #marketplace-listing-right .location {
	padding: 0 0 0 18px;
	margin: 0 0 6px 0;
	background-image: url('../images/pm_loc_icon.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: auto 20px;
	height: 24px;
	font-size: 0.875rem;
    }

    #marketplace-listing-right .specialty {
	padding: 0 0 0 18px;
	margin: 0 0 6px 0;
	background-image: url('../images/pm_spc_arrow.png');
	background-repeat: no-repeat;
	background-position: 3px 4px;
	height: 24px;
	font-size: 0.875rem;
    }

    #marketplace-listing-right .price {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 0.875rem;
    }

      #marketplace-listing-right .price span {
	font-weight: 700;
	color: #222222;
      }

    #marketplace-listing-right .collections {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 0.875rem;
    }

      #marketplace-listing-right .collections b {
	font-weight: 700;
	color: #222222;
      }

    #marketplace-listing-right .brkr-link {
	padding: 0 0 0 20px;
	margin: 0 0 8px 0;
	background-image: url('../images/pm_brkr_link_icon.png');
	background-repeat: no-repeat;
	background-position: left 1px;
	font-size: 13px;
	min-height: 20px;
	line-height: 20px;
    }

      #marketplace-listing-right .brkr-link a {
	display: block;
      }

      #marketplace-listing-right .brkr-link.nbm {
	margin-bottom: 0;
      }

      ul.agents-list {
	padding: 0;
	margin: 0;
      }

        ul.agents-list li {
		padding: 0;
		margin: 0 0 5px 0;
		font-size: 0.8125rem;
		color: #999999;
       }

    #marketplace-listing-right .ops {
	padding: 0;
	margin: 0;
	font-size: 0.875rem;
    }

      #marketplace-listing-right .ops b {
	font-weight: 700;
	color: #222222;
      }

    #marketplace-listing-right hr {
	margin: 15px 0;
	color: #dddddd;
	background-color: #dddddd;
    }

  #ml-contact-box {
	padding: 0;
	margin: 0;	
  }

    #ml-contact-box h3 {
	margin: 0;
	color: #222222;
    }

    #ml-contact-box p {
	margin: 12px 0 0 0;
	font-size: 0.8125rem;
    }

    #ml-contact-box p.button {
	margin: 15px 0 0 0;
	text-align: center;
    }

      #ml-contact-box p.button a {
	display: inline-block;
	padding: 0 20px;
	margin: 0;
	border: 0;
	background: #17468f;
	border-radius: 16px;
	font-size: 0.875rem;
	font-weight: 500;
	color: #ffffff;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	vertical-align: top;
      }

        #ml-contact-box p.button a:hover {
		background: #1e5cbb;
		text-decoration: none;
        }

    #ml-contact-box form {
	margin: 12px 0 0 0;
    }

      #ml-contact-box form div {
	padding: 0;
	font-size: 0.8125rem;
      }

      #ml-contact-box form div.wtp {
	padding-top: 10px;
      }

      #ml-contact-box form label {
	display: inline-block;
	width: 50px;
	font-size: 0.8125rem;
	color: #666666;
      }

      #ml-contact-box form div b {
	color: #333333;
      }

      #ml-contact-box form textarea {
	font-size: 0.8125rem;
      }

      #ml-contact-box form input[type="button"] {
	padding: 0 20px;
	border-radius: 16px;
	font-size: 0.875rem;
	height: 32px;
	line-height: 32px;
      }

  #ml-contact-box form .success {
	padding: 0 0 0 33px;
	margin: 0 0 10px 0;
  }

  #pm-contact-form-loader {
	display: none;
	margin: 0 0 10px 0;
	text-align: center;
  }

    #pm-contact-form-loader img {
	display: block;
	margin: 0 auto;
    }

/********************/
/*  PAGE LINKS      */
/********************/

.page-links {
	padding: 0 0 30px 0;
	margin: 30px 0 0 0;
	text-align: center;
}

  .page-links span {
	display: inline-block;
	padding: 0 30px;
	margin: 0 20px;
	border: 1px solid #cccccc;
	border-radius: 1.25em;
	background: #ffffff;
	font-size: 1.0rem;
	font-weight: 500;
	color: #333333;
	line-height: 2.5em;
	text-decoration: none;
	box-sizing: border-box;
  }

    .page-links span:hover {
	border: 1px solid #17468f;
	background: #17468f;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
    }

/********************/
/*  MEDIA QUERIES   */
/********************/

@media (max-width: 1280px) {

  .grid { 
	grid-template-columns: repeat(auto-fill, minmax(48.5%, 48.5%));
	grid-gap: 3%;
  }

}

@media (max-width: 1040px) {

  #marketplace-content .wrapper {
	padding: 0 10px 10px 10px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
  }

  .grid { 
	grid-template-columns: repeat(auto-fill, minmax(100%, 100%));
	grid-gap: 0;
  }

  #map-view-left .grid {
	row-gap: 0;
  }

  .grid > .listing {
	padding: 10px 15px;
	margin: 0 0 20px 0;
  }

    .grid > .listing a {
	font-size: 1.0rem;
    }

    .grid > .listing .description {
	font-size: 0.8125rem;
    }

    .grid > .listing .location div:first-child {
	font-size: 0.75rem;
	max-width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    }

    .grid > .listing .location div:last-child {
	font-size: 0.75rem;
	max-width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    }

    .grid > .listing .odata div {
	font-size: 0.75rem;
	margin: 0 20px 0 0;
    }

    .grid > .listing .odata div:last-child {
	margin-right: 0;
    }


  #form-view {
	display: none;
  }

  #marketplace-search {
	display: none;
  }

    #marketplace-search.with-fixed {
	top: 54px !important;
    }

    #marketplace-search .wrapper {
	padding: 0 10px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
    }

    #form-location {
	float: none;
	margin: 0 auto;
	width: 100%;
    }

    #marketplace-search .refine-box {
	float: none;
	margin: 12px 0 0 0;
    }

      #marketplace-search .refine-box.on {
	border: 2px solid #00aeef;
	color: #444444;
	cursor: pointer;
      }

    #form-operatories,
    #form-specialty,
    #form-collections {
	width: 100%;
    }

    #marketplace-search input[type="button"] {
	margin: 12px 0 0 0;
    }

  #mobile-buttons {
	display: block;
	padding: 12px 0 10px 0;
	margin: 0;
	background: #ffffff;
	width: 100%;
	text-align: center;
  }

    #mobile-buttons.fixed {
	position: fixed;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #cccccc;
	z-index: 99;
    }

    #mobile-buttons span {
	display: inline-block;
	padding: 0;
	margin: 0 15px 0 0;
	border: 1px solid #bbbbbb;
	background: #ffffff;
	border-radius: 16px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #666666;
	width: 90px;
	height: 32px;
	line-height: 30px;
	box-sizing: border-box;
    }

      #mobile-buttons span:last-child {
	margin-right: 0;
      }

      #mobile-buttons span:hover,
      #mobile-buttons span:focus,
      #mobile-buttons span.on {
	border: 1px solid #333F48;
	background: #ffffff;
	color: #333F48;
	cursor: pointer;
      }

    #mobile-buttons span#mobile-button-filters {
	background: #ffffff url('../images/filters-button-bg.png?t=3') no-repeat right top;
    }

      #mobile-buttons span#mobile-button-filters.on {
	background-position: right -30px;
      }

    #mobile-buttons span#mobile-button-listings {
	width: 110px;
    }

      #mobile-buttons span#mobile-button-listings:hover,
      #mobile-buttons span#mobile-button-listings:focus {
	border: 1px solid #bbbbbb;
	background: #ffffff;
	color: #666666;
      }

      #mobile-buttons span#mobile-button-listings.on {
	background: #333F48;
	color: #ffffff;
      }

  #marketplace-content {
	padding: 0;
  }

    #marketplace-content .wrapper.listing {
	padding: 20px;
	width: 100%;
    }

    #page-breadcrumb {
	margin: 0 0 15px 0;
    }

    #marketplace-listing-left {
	float: none;
	width: 100%;
    }

    #marketplace-listing-right {
	float: none;
	width: 100%;
    }

  #list-view {
	padding: 0;
  }

  #list-view-top-left {
	float: none;
	width: 100%;
  }

  #list-view-top #mv-key-stats {
	float: none;
	margin-top: 10px;
	min-width: 0;
  }

    #mv-key-stats h3 {
	font-size: 1.0rem;
    }

    #mv-key-stats ul li {
	font-size: 0.75rem;
    }

      #mv-key-stats ul li span:last-child {
	font-size: 0.6875rem;
      }

  #map-view {
	position: relative;
  }

    #map-view-left {
	position: absolute;
	left: 20px;
	top: 20px;
	float: none;
	padding: 12px 20px;
	border: 2px solid #888888;
	background: #ffffff;
	width: calc(100% - 40px);
	overflow: hidden;
	overflow-y: auto;
	z-index: 8;
	box-sizing: border-box;
    }

    #map-view-right {
	float: none;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
    }

  #map-view-container,
  #list-view-container {
	padding-bottom: 10px;
  }


}

