/**
 * Office Snapshots ElasticPress
 */
.searchable {
	overflow: hidden;
}

.searchable .selected {
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	padding: 6px 22px 6px 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cross {
	text-decoration: line-through;
}

.searchable .selected:after {
	content: ' ';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
}

.searchable .dropdown input[type="text"] {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #eee;
	width: 100%;
	padding: 4px;
}

.searchable input[type="text"] {
	width: 98%;
    padding: 4px;
    margin: 3px 1% 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.searchable.show .dropdown {
	display: block;
	margin-top: 5px;
}

.searchable .dropdown {
	display: none;
	width: 220px;
	position: absolute;
	z-index: 1;
	max-height: 200px;
	overflow: scroll;
	background-color: #fff;
	border: 1px solid #ddd;
}

.searchable .dropdown .term {
	padding: 6px 8px;
	border-bottom: 1px solid #eee;
}

.searchable .term.hide,
.searchable .dropdown .term.hide {
	display: none;
}

.product-gallery.loading,
#content.loading {
	position: relative;
}

.product-gallery.loading:before,
#content.loading:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #333;
	opacity: .3;
	z-index: 1000;
	margin: -65px -20px 0;
}

.product-gallery.brand-gallery.profile-gallery {
	overflow: auto;
}

#content .browse-wrap {
	display: flex;
}

#content .browse-wrap .browse-left {
	float: none;
	order: 1;
	flex: 0 0 300px;
}

#content .browse-wrap .browse-right {
	margin: 0;
	order: 2;
	flex: 0 0 calc(100% - 300px);
}

.osep-facet-location,
.osep-facet-location-any {
	cursor: pointer;
	color: inherit;
}

.facets.locations .term {
	padding: 2px 0;
}

.facets .term:hover {
	cursor: pointer;
	color: #438bca;
}

.facets .term-submenu {
	display: none;
}

.facets .term-submenu.visible {
	display: inherit;
}

.facets .term-submenu-expand {
	float: right;
}

.facets .level-1 {
	padding-left: 15px;
}

.facets .level-2 {
	padding-left: 30px;
}

.facets .level-3 {
	padding-left: 45px;
}

.facets .level-4 {
	padding-left: 60px;
}

.exclude-facets .facet-top {
	font-weight: bold;
}

.exclude-facets .level-0 {
	padding-left: 15px;
}

.exclude-facets .level-1 {
	padding-left: 30px;
}

.exclude-facets .level-2 {
	padding-left: 45px;
}

.exclude-facets .level-3 {
	padding-left: 60px;
}

.exclude-facets .level-4 {
	padding-left: 75px;
}

.osep-facet-location.selected {
	font-weight: bold;
}

.osep-facet-location.selected .arrow {
	display: none;
}

#offices {
	overflow: auto;
}

.osep-pager-wrap {
	text-align: center;
	margin-top: 30px;
	clear: both;
}

.osep-pager {
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.osep-pager .page-numbers {
	display: inline-block;
	color: #438bca;
	padding: 6px 12px;
    border-right: 1px solid #ccc;
}

.osep-pager .page-numbers:last-child {
    border-right: none;
}

.osep-pager .current {
	color: inherit;
	font-weight: bold;
}

.no-filter-select {
	display: inline-block;
	padding: 3px;
	font-size: 13px;
	color: #262626;
	font-weight: 600;
	margin: 0;
	line-height: 1;
	cursor: pointer;
}

.inline-filter-selections {
	font-size: 13px;
	margin-bottom: 5px;
}

.page-products .inline-filter-selections {
	font-size: 13px;
	margin-bottom: 15px;
}

.inline-filter-selections .no-filter-select {
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
}

.inline-filter-selections ul {
	list-style-type: none;
	display: inline-block;
}

.inline-filter-selections li {
	display: inline-block;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin: 0 3px;
	padding: 3px 5px;
}

.inline-filter-selections li .value {
	margin: 0 0 0 6px;
	font-weight: bold;
	cursor: pointer;
}

.inline-filter-selections li .value:after {
	content: '×';
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	margin-left: 3px;
	font-size: 20px;
	line-height: 10px;
	vertical-align: middle;
}

#content.office-browse #tools .facets {
    max-height: 150px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    overflow: scroll;
    border-radius: 3px;
    padding: 5px;
    font-size: 13px;
    overflow-x: hidden;
}

.page-products #content.office-browse #tools .facets {
    max-height: none;
    border: 1px solid #ccc;
    background-color: #ffffff;
    /*overflow: scroll;*/
    /*border-radius: 3px;*/
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #438bca;
    /*overflow-x: hidden;*/
}

.page-photos .browse-left {
	background: none;
	border: none;
	padding: 0 20px;
}

#content .initial-content {
	order: 2;
    flex: 0 0 calc(100% - 300px);
    margin-left: 0;
}

.facets .search input {
	width: 100%;
}

.page-products .facets input {
	display: none;
}

.page-products .facets .term {
	padding: 0 6px; 
}

.page-products .facets .term:hover {
	text-decoration: underline; 
}

.page-products .facets .selected-item {
	color: #000;
	/*text-decoration: underline;*/
	font-weight: 600;
	border: 1px solid #ccc;
	background: #f2f2f2;
	border-radius: 3px;
	padding: 0 5px; 
	line-height: 20px;
}

.progress {
	display: none;
}
.progress.loading {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75vh;
    z-index: 1000;
    top: 0;
    left: 0;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#tools .facet-meeting-room-enhancements {
	display: none;
}


