button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	box-shadow: none;
	border: none;
	padding: 5px 0;
	cursor: pointer;
	font-family: URW-DIN, sans-serif;
}
button:focus {
  outline: none;
}

.listing-header .row-fluid {
	display: flex;
	align-items: center;
}
.listing-header p {
	margin: 0;
}
.listing-header__descrip {
	padding-right: 4vw;
}

.heading h2 {
	font-size: 30px;
	font-weight: 300;
	font-family: URW-DIN, sans-serif;
}
.heading + .category-group--items {
	margin-top: 2em;
}

/** Filters **/
.listing_filters--header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
}
.listing_filters--header .clear {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #F2F2F3;
	padding-bottom: 15px;
	width: 300px;
}
.filter__title {
	margin: 0;
	font-size: 20px;
  line-height: 1.6em; 
  font-weight: 300;
  letter-spacing: -0.5px;
}
.filter__title .filter__toggle {
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.filter__toggle-button {
	position: relative;
	width: 15px;
	height: 15px;
}
.filter__toggle--style {
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(https://cdn2.hubspot.net/hubfs/7407324/icons/expand.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.filter__toggle-button input {
  opacity: 0;
}
.filter__toggle-button input:checked ~  .filter__toggle--style {
  background-image: url(https://cdn2.hubspot.net/hubfs/7407324/icons/minimize.svg);
}
.filter__toggle-button input {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	cursor: pointer;
}
.filter__options {
  padding-left: 0;
	margin-top: 10px;
	transition: 0.3s;
}
.filter__option {
	position: relative;
	list-style-type: none;
	margin: 10px 0;
	border: 1px solid rgba(83,86,90,0.1);
}
.filter__option:not(.filter__option-active):hover {
	background-color: #F2F2F3;
}
.filter__option-active,
.filter__option:focus {
	background-color: #DA274D;
	color: white;
}
.filter__option label {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
}
.filter__checkbox-wrapper {
	width: 0;
}
.filter__option label input {
	opacity: 0;
}
.filter__option .filter__toggle {
	position: absolute;
	top: 4px;
	right: 2px;
	cursor: pointer;
}
.filter__option .filter__toggle--style {
	width: 11px;
	height: 11px;
	float: right;
}
.filter__option-count {
	margin-left: 3px;
}
.filter__group {
	border-bottom: 1px solid #F2F2F3;
	padding: 15px 0 10px;
}
.filter__group .product-title {
	margin-bottom: 0;
}
.filter__options {
	border-top: 1px solid #F2F2F3;
	padding-top: 10px;
}
.filter__options > li > label > .filter__option-name {
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 0.5em 1em;
}
.filter__options > li:last-child {
	margin-bottom: 0;
}
.button.button-clear {
	width: 100%;
	max-width: 375px;
	text-align: center;
	border-radius: 0;
	border: 1px solid #00BFFF;
	color: #53565A !important;
	margin: 25px auto;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 1.35em 1em 1em;
}
.button.button-clear::after {
	display: none;
}
.button.button-clear:hover {
  box-shadow: none;
}
.listing_filters-toggle {
	cursor: pointer;
}
.listing_filters-toggle input {
	opacity: 0;
	visibility: hidden;
}
.listing_filters-toggle::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 7px;
	vertical-align: middle;
	margin-top: -3px;
	background-image: url(http://f.hubspotusercontent20.net/hubfs/7407324/icons/down-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* Listing */
.directory-listing {
	margin-top: 2em;
}
.directory-listing .container::after {
	content: '';
	display: block;
	clear: both;
}

.listing_main {
	background-color: #F2F2F3;
	padding: 75px 0 50px 50px;
}

.category-group {
	padding-bottom: 50px;
}
.category-group + .category-group {
	margin-top: 3em;
}
.category-group h2 {
	text-transform: none;
}
.category-group--items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 70px;
}
.item-listing {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 10px 25px;
	background-color: white;
	margin-top: 10px;
	cursor: pointer;
	transition: 0.3s;
}

.item-thumb {
	display: block;
	width: calc(33.333% - 34px);
	box-sizing: border-box;
	margin-bottom: 50px;
	background: white;
	cursor: pointer;
	transition: 0.3s;
}
	.item-thumb:not(:first-child) {
		margin-left: 50px;
	}
	.item-thumb:nth-child(3n + 1) {
		margin-left: 0;
	}
	.item-thumb p {
		margin-top: 0;
	}
	.item-thumb__text {
		padding: 1em 1.35em;
	}

.item-thumb .item-thumb__image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
	.item-thumb:first-child .item-thumb__image,
	.item-thumb:nth-child(3n+1) .item-thumb__image {
		background-color: #DA274D;
	}
	.item-thumb:nth-child(2) .item-thumb__image,
	.item-thumb:nth-child(3n+2) .item-thumb__image {
		background-color: #101820;
	}
	.item-thumb:first-child .item-thumb__image h3,
	.item-thumb:nth-child(3n+1) .item-thumb__image h3,
	.item-thumb:nth-child(2) .item-thumb__image h3,
	.item-thumb:nth-child(3n+2) .item-thumb__image h3,
	.item-thumb:first-child .item-thumb__image .eyebrow,
	.item-thumb:nth-child(3n+1) .item-thumb__image .eyebrow,
	.item-thumb:nth-child(2) .item-thumb__image .eyebrow,
	.item-thumb:nth-child(3n+2) .item-thumb__image .eyebrow {
		color: white;
	}
  .item-thumb:nth-child(3n) .item-thumb__image {
		background-color: #C8C9C7;
	}
.item-thumb__image .eyebrow::before {
	filter: brightness(100);
}

.item-thumb__alt .item-thumb__image {
	height: 0;
	padding-bottom: 50%;
	position: relative;
}
.item-thumb__alt h3 {
  text-align: center;
}
.item-thumb__image {
	position: relative;
}
.item-thumb__image .eyebrow {
	background-color: rgba(16,24,32,0.5);
	color: white;
	padding: 1.5em 2em;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
	.item-thumb__alt .item-thumb__meta p {
		color: white;
		margin: 0;
	}
.item-thumb__alt .item-thumb__meta .market {
	font-size: 16px;
	line-height: 24px;
}
.item-thumb__main .item-thumb__wrapper {
	/*height: auto;*/
  height: 100%;
  display: flex;
  flex-direction: column;
}
.item-thumb__main .item-thumb__image {
	padding-bottom: 45%;
	min-height: 250px;
	padding: 1.5em 1.35em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 50px);
}
.item-thumb__main h3 {
	font-size: 30px;
	font-family: "urw-din-condensed", sans-serif;
	line-height: 36px;
  letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 55px;
}
.item-thumb__main .eyebrow {
	margin: 0;
}
	.item-thumb .eyebrow::before {
		content: '';
		display: inline-block;
		margin-right: 15px;
		width: 11px;
		height: 14px;
		background-image: url(https://f.hubspotusercontent20.net/hubfs/7407324/icons/resource.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		vertical-align: middle;
		margin-top: -4px;
	}
.item-thumb__main .item-thumb__description p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.item-thumb__main .item-thumb__text > p {
	font-size: 13px;
	line-height: 18px;
	color: #53565A;
	font-weight: 400;
	margin-bottom: 0;
}
.item-thumb__main .item-thumb__text > p span:not(:last-child)::after {
	content: '|';
	display: inline-block;
	margin: 0 3px;
	opacity: 0.5;
}

.widget-type-blog_subscribe h3 {
	font-size: 13px;
	line height: 15px;
  letter-spacing: 2px;
	text-transform: uppercase;
	color: #53565A;
	font-weight: 400;
}
.widget-type-blog_subscribe {
	margin-top: 60px;
	margin-bottom: 50px;
}
.widget-type-blog_subscribe h3 {
	margin-bottom: 15px;
}
.widget-type-blog_subscribe h3 span {
	font-size: 25px;
  line-height: 40px;
  letter-spacing: -0.5px;
	text-transform: none;
	display: block;
	font-weight: 300;
	margin-top: 30px;
}
.widget-type-blog_subscribe input[type="submit"] {
	display: block;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	position: relative;
	width: 100%;
	margin-top: 20px;
	text-align: left;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 10px 20px 10px 35px;
	border-radius: 40px;
	transition: .4s;
	line-height: 24px;
	max-width: 170px;
}
.widget-type-blog_subscribe input[type="submit"]:hover,
.widget-type-blog_subscribe input[type="submit"]:focus {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.hs-form-field .hs-error-msgs {
	display: none !important;
}
.widget-type-blog_subscribe .actions {
	position: relative;
}
.widget-type-blog_subscribe .actions::after {
	content: '';
	display: block;
	width: 6px;
	height: 11px;
	position: absolute;
	left: 135px;
	top: 50%;
	transform: translateY(-65%);
	background-image: url(http://f.hubspotusercontent20.net/hubfs/7407324/icons/right-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.subscribe-mobile {
	padding: 0 100px;
}

@media (min-width: 1201px) {
	.directory-listing {
	  border-top: 1px solid #F2F2F3;
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,243,1) 53%);
	}
	.directory-listing .container {
		display: flex;
		align-items: stretch;
	}
	.listing_filters {
		width: 255px;
		float: left;
	}
	.listing_main {
		margin-left: 54px;
		width: calc(100% - 255px);
		float: left;
	}
	.subscribe-mobile {
		display: none !important;
	}
}

@media (max-width: 1450px) and (min-width: 1200px) {
	.item-thumb__main .item-thumb__image {
		min-height: 215px;
	}
	.item-thumb__main h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.item-thumb__alt h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.listing_main {
		padding-left: 30px;
	}
	.item-thumb:not(:first-child) {
    margin-left: 20px;
  }
	.item-thumb {
    width: calc(33.333% - 14px);
    transition: 0.3s;
  }
	.item-thumb__alt .item-thumb__meta {
		padding: 0.5em;
	}
}
@media (max-width: 1200px) {
	.category-group:not(:first-child) {
    padding: 15px 0;
		border-top: 1px solid #F2F2F3;
	}
	.category-group:first-child {
    padding-bottom: 15px;
	}
	.category-group .item-listing:first-child {
		margin-top: 0;
	}
	.listing_filters--header {
		padding-top: 0;
		padding-bottom: 15px;
	}
	.listing_filters--header .clear {
		border-bottom: none;
	}
	.directory-listing .container  {
		width: 100%;
	}
	.listing_filters {
		width: 90%;
    margin: 0 auto;
	}
	.listing_main { 
		padding: 50px 5%;
	}
	.subscribe-desktop {
		display: none !important;
	}
}

@media (max-width: 1000px) and (min-width: 768px) {
	.widget-span.span3.listing-header__search {
		width: 75%;
	}
	.item-thumb__main .item-thumb__image {
		min-height: 215px;
	}
	.item-thumb__main h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.item-thumb__alt h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.listing_main {
		padding-left: 30px;
	}
	.item-thumb:not(:first-child) {
    margin-left: 20px;
  }
	.item-thumb {
    width: calc(33.333% - 14px);
    transition: 0.3s;
  }
	.item-thumb__alt .item-thumb__meta {
		padding: 0.5em;
	}
}
@media (max-width: 1150px) {
	.listing-header .row-fluid {
		flex-wrap: wrap;
	}
	.listing-header__search {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 30px;
	}
	.listing-header__descrip {
		width: calc(100% - 350px) !important;
		padding-right: 0;
	}
	.listing-header__descrip p {
		font-size: 18px;
		line-height: 24px;
	}
	.listing-header__title {
		width: 250px !important;
	}
}
@media (max-width: 768px) {
	.listing-header__descrip {
    width: 100% !important;
    margin-top: 20px;
  }
	.listing-header .widget-span.span3 {
		width: 100%;
	}
	.widget-span.span3.listing-header__search {
		margin-left: 0;
	}
	.listing-header {
		padding-bottom: 0.5em !important;
	}
	.listing-header .row-fluid {
		display: block;
	}
	.listing_filters--header .clear {
		width: 100%;
	}
	.listing_main {
		padding-top: 25px;
	}
  .item-thumb,
	.item-thumb:not(:first-child) {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.search-bar {
		font-size: 16px;
		background-position: 15px;
		padding: 20px 50px;
	}
}

.no-results {
	font-family: URW-DIN, sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height:1.25em;
	color: #cfcfcf;
	text-align: center;
}