[v-cloak] {display: none}
.resource-download {
	margin-bottom: 65px !important;
}
button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	box-shadow: none;
	border: none;
	padding: 5px 0;
	cursor: pointer;
	font-family: din, sans-serif;
}
button:focus {
  outline: none;
}
button.anim-line {
    position: relative;
    text-decoration: none
}
button.anim-line::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #00bfff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease;
    transform-origin: left
}
button.anim-line:hover::before {
    visibility: visible;
    transform: scaleX(1)
}

.head .container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.head h1 {
	line-height: 28px;
}
.button.cyan {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 10px 65px 10px 45px;
	border-radius: 40px;
	position: relative;
	transition: 0.4s;
	line-height: 24px;
}
.button:hover,
.button:focus {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  color: #0080c8;
}
.button::after {
	content: '';
	display: block;
	position: absolute;
	right: 25px;
	top: 40%;
	width: 7px;
	height: 12px;
	background-image: url(//cdn2.hubspot.net/hubfs/7407324/icons/right-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	backgroud-position: center;
}

/* Search */
.search-bar {
	width: 100%;
	margin-bottom: 20px;
	padding: 30px 80px;
	border: 1px solid #C8C9C7;
	font-size: 20px;
	background-image: url(https://cdn2.hubspot.net/hubfs/7407324/icons/search.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 35px;
	font-family: din-2014;
	font-weight: 300;
}
	.search-bar::-webkit-input-placeholder { /* Edge */
		color: #53565A;
	}
	.search-bar:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #53565A;
	}
	.search-bar::placeholder {
		color: #53565A;
	}
.search-bar:focus {
	border-color: #97959B;
	outline: none;
}

/** Filters **/
.listing_filters--header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.listing_filters--header .clear {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #F2F2F3;
	padding-bottom: 15px;
	width: 300px;
	color: #53565A;
}
.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;
}
.filter__option {
	position: relative;
	list-style-type: none;
	margin: 15px 0;
	padding-right: 20px;
}
.filter__option label {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
}
.filter__checkbox-wrapper {
	margin-right: 10px;
}
.filter__option label .filter__option-checkbox {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 12px;
	height: 12px;
	border: 1px solid #53565A;
	border-radius: 2px;
}
.filter__option label input {
	opacity: 0;
}
.filter__option label input:checked ~ .filter__option-checkbox {
	background-color: #DA274D;
}
.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__suboptions {
	padding-left: 15px;
}
.filter__suboptions li {
	list-style-type: none;
	margin: 10px 0;
	font-weight: 300;
	letter-spacing: 1px;
}
.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: 600;
	letter-spacing: 1px;
}
.filter__options > li:last-child {
	margin-bottom: 0;
}
.view {
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.view a {
	font-size: 14px;
	color: #53565A;
	margin-right: 20px;
}
.view button {
	font-size: 0;
	width: 23px;
	height: 23px;
}
.view button:focus {
	outline: none;
}
.view button:not(.active) {
	opacity: 0.3;
}
.view--list {
	background-image: url(//f.hubspotusercontent20.net/hubfs/7407324/icons/list-view-update.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.view--grid {
	background-image: url(https://cdn2.hubspot.net/hubfs/7407324/icons/grid-view.svg);
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

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

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

.category-group {
	padding-bottom: 50px;
	transition: all .8s ease;
}
.category-group.expanded {
	height: auto !important;
	max-height: 100000px !important;
}
.category-group h2 {
	text-transform: none;
}
.list-view .category-group h2 {
	margin-bottom: 30px;
}
.category-group .lead p {
	margin-bottom: 0;
}
.category-group--items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 70px;
	transition: height .8s ease;
}
.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-listing h3 {
	margin-top: 10px;
	font-size: 40px;
}
.item-listing > a {
	display: block;
	width: calc(100% - 200px);
}
.item-listing__left {
	display: flex;
	align-items: flex-end;
	width: 100%;
}
.item-listing__left .eyebrow {
	margin-top: 5px;
}
.item-listing__right {
	margin: 0;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 200px);
	align-items: flex-end;
}
.item-listing__header {
	border-right: 1px solid #C8C9C7;
	padding-right: 20px;
	margin-right: 20px;
}
.item-listing__header p {
	margin: 0;
}
.item-listing__favorites {
  text-align: right;
	min-width: 160px;
}
.item-listing__favorites .favorites-new-popup {
	text-align: left;
	right: 0;
	left: auto;
	min-width: 300px;
}
.item-listing__favorites .favorites-new-popup::after {
	left: auto;
	right: 40%;
}
	
.item-thumb {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(33.333% - 34px);
	padding: 25px 20px 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
	background: white;
	cursor: pointer;
	transition: 0.3s;
}
.item-thumb a {
	display: block;
	width: 100%;
}
	.item-thumb:not(:first-child) {
		margin-left: 50px;
	}
	.item-thumb:nth-child(3n + 1) {
		margin-left: 0;
	}
  .item-thumb__header {
		border-bottom: 1px solid #C8C9C7;
		padding-bottom: 5px;
		margin-bottom: 25px;
  }
  .item-thumb__header p {
		margin: 0;
  }
  .item-thumb__header .eyebrow {
		margin-bottom: 10px;
		transition: 0s;
  }
.item-thumb .details p {
	margin-top: 0;
}
.item-thumb .uns,
.item-listing .uns {
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-top: 0;
}
.item-thumb:hover,
.item-hover:focus,
.item-listing:hover,
.item-listing:focus {
	background: rgb(37,53,67);
  background: linear-gradient(180deg, rgba(37,53,67,1) 0%, rgba(16,24,32,1) 53%);
}
.item-thumb:hover *,
.item-hover:focus *,
.item-listing:hover *,
.item-listing:focus * {
	color: white;
}
.item-thumb:hover .darkgray,
.item-hover:focus .darkgray,
.item-listing:hover .darkgray,
.item-listing:focus .darkgray {
	color: #C8C9C7;
}

/* DETAILS PAGE*/
.detail-hero.padded-section {
  padding-top: 3em;
}
.detail-hero h1 + p {
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 22px;
}
@media (max-width: 768px) {
	.detail-hero h1 + p {
		margin-top: 10px;
	}
}
.detail-hero--back {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 3.5em;
}
.detail-hero__elements {
	margin-top: 3em;
}
.detail-hero__elements .eyebrow {
	margin-bottom: 0.75em;
}
.detail-hero__elements table {
	margin: 0 !important;
	border: none !important;
}
.detail-hero__elements table:first-child {
	margin-right: 2.5em !important;
}
.detail-hero__elements table tr {
	border: none;
	border-bottom: 1px solid #C8C9C7;
}
.detail-hero__elements table tr:last-child {
  border-bottom: none;
}
.detail-hero__elements table td {
	border: none;
	padding: 10px 0;
}
.detail-hero__elements table td,
.detail-hero__elements table td p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
}
.detail-hero__elements table td:last-child {
	text-align: right;
}
.detail-page h2.h3 {
	text-transform: none;
	font-weight: 300;
}
.detail-hero .button.cyan {
	margin-top: 4em;
	padding: 1.5em 5em 1.5em 2.5em;
	text-transform: uppercase;
	color: #53565A !important;
	font-size: 15px;
	letter-spacing: 2px;
	transition: all .4s ease-in-out;
}
.detail-hero .button.cyan::after {
	right: 2.5em;
}
.detail-hero__links {
	padding-left: 0;
}
.detail-hero__links li {
	margin-top: 2em;
}
.download {
  position: relative;
}
.download::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 18px;
	background-image: url(//f.hubspotusercontent20.net/hubfs/7407324/icons/download-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 20px;
	vertical-align: middle;
	margin-top: -3px;
}
@media (max-width: 300px) { .download::after {display: none;}}
.detail-specs__specifcations {
	padding-right: 3.5vw;
}
.detail-specs__list {
	padding-left: 0;
	margin-top: 3em;
}
.detail-specs__forms-list {
	display: flex;
	flex-wrap: wrap;
}
.details-specs__form {
	margin-bottom: 3em;
	display: flex;
	align-items: center;
	width: 50%;
	padding-right: 2em;
}
.details-specs__form:nth-child(2n) {
	padding-left: 1vw;
}
.details-specs__form h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.detail-specs__forms-image {
	width: 50px;
	min-width: 50px;
	height: 50px;
	margin-right: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.detail-specs__forms-image img {
	width: 100%;
	height: auto;
	max-height: 100%;
	filter: brightness(100);
}
.detail-resources__description h2.h1 {
  font-weight: 200;
  font-family: din, sans-serif;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.5px;
  text-transform: unset;
}
.detail-resources__articles ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.detail-resources__articles li {
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 300;
  letter-spacing: -.5px;
}
.detail-resources__articles li + li {
	margin-top: 30px;
}
.detail-resources__articles li a {
	color: #101820;
	font-size: 30px;
	/* text-transform: uppercase; */
	letter-spacing: -0.5px;
	position: relative;
	word-wrap: break-word;
	font-weight: 400;
	line-height: 40px;
}
.detail-resources__articles li a span {
	display: block;
	color: #0080C8;
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	word-wrap: break-word;
}
.detail-resources__articles li a span::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 7px;
	height: 15px;
	background-image: url('//f.hubspotusercontent20.net/hubfs/7407324/icons/right-arrow--blue.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-top: -3px;
	transition: all 0.3s;
}
.detail-resources__articles li a:hover span::after {
	margin-left: 20px;
}
.detail-resources__articles .double-underline {
	margin-top: 2em;
}
@media (max-width: 768px) {
	.detail-resources__description h2.h1 {
    font-size: 42px;
    line-height: 1.2em;
	}

	.detail-resources__articles li+li {
    margin-top: 20px;
	}

	.detail-resources__articles li {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: -.5px;
	}
}
.related-image {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.individual-story h2.h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 200;
    font-family: din, sans-serif;
    letter-spacing: -.5px;
}
.individual-story:nth-child(2) .related-image {
	background-color: #da274d;
}
.individual-story:nth-child(3) .related-image {
	background-color: #F2F2F3;
}
.individual-story:last-child .related-image {
	background-color: #101820;
}
	
.idividual-story h2.h3 {
	font-size: 40px;
}

.detail-apps {
	position: relative;
}
.detail-apps__description {
	max-width: 600px;
}
.detail-apps__description-box {
	height: 100%;
	position: relative;
	index: 2;
}
.detail-apps__list.widget-span.span3 {
	margin-left: 0;
	max-width: 275px;
	position: relative;
	z-index: 2;
}
.detail-apps__list ul {
	margin: 15px 0;
}
.detail-apps__list li a {
  display: flex;
	align-items: center;
}
.detail-apps__list li + li {
	margin-top: 30px;
}
.detail-apps__icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	margin-right: 20px;
}
.detail-apps__title {
	position: relative;
	margin: 0;
	padding-bottom: 2px;
	width: calc(100% - 55px);
}
.detail-apps__image {
	width: 50%;
	height: 85%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: -15%;
	top: 5.5em;
	z-index: 1;
}

@media (max-width: 1500px) {
	.detail-apps__image {
		right: -22%;
	}
}

.detail-related__products {
	margin-top: 65px;
}
/*
.detail-cs .wrapper {
	display: flex !important;
	align-items: stretch;
}
.detail-cs .individual-story {
	width: 25%;
	display: block;
}
.detail-cs .individual-story + .individual-story {
	margin-left: 25px;
}
.detail-cs h2 {
	font-size: 40px;
} */

.button.button-clear {
	width: 100%;
	max-width: 375px;
	text-align: center;
	border-radius: 0;
	border: 1px solid #0080C8;
	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;
	color: #53565A;
}
.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(//f.hubspotusercontent20.net/hubfs/7407324/icons/down-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.detail-hero__elements-tables ul {
		margin: 15px 0 0;
		padding: 0;
}
.detail-hero__elements-tables ul li {
	padding: 10px 0 7px;
	border-bottom: 1px solid #C8C9C7;
	font-size: 15px;
	line-height: 21px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	letter-spacing: 0;
}
.item-thumb .uns {
    margin-top: 15px;
	}
	

@media (min-width: 768px) {
	.detail-resources__articles .all,
	.detail-resources__articles .less {
		display: none !important;
	}
	.detail-hero__elements-tables ul {
		display: flex;
		flex-wrap: wrap;
	}
	.detail-hero__elements-tables ul li {
		width: calc(50% - 25px);
	}
	.detail-hero__elements-tables ul li:nth-child(2n) {
		margin-left: 50px;
	}

	.detail-resources__description {
		padding-right: 1em;
	}
	.detail-resources__articles {
		padding-left: 1em;
	}
	.detail-resources__articles .double-underline {
		display: none;
	}
	.detail-related__products {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		margin-top: 65px;
	}
	.detail-related__products .item-thumb:last-child {
		margin-left: 50px;
	}
}
@media (min-width: 900px) {
	.detail-resources .row-fluid {
		display: flex;
		align-items: stretch;
	}
}
@media (min-width: 1200px) {
	.detail-resources__description {
		padding-right: 6em;
	}
	.detail-resources__articles {
		padding-left: 6em;
	}
	.detail-related__products .item-thumb {
		width: calc(33.333% - 145px);
	}
	.directory-listing {
		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: 300px;
		float: left;
	}
	.listing_main {
		margin-left: 54px;
		width: calc(100% - 355px);
		float: left;
	}
}
@media (min-width: 1450px) {
	.detail-related__products .item-thumb {
		width: calc (33.333% - 155px);
	}
}
@media (max-width: 1200px) and (min-width: 900px) {
	.detail-hero__content-left.widget_span.span6,
	.detail-hero__content-right.widget_span.span6 {
		width: 60%;
	}
	.detail-hero__content-right.widget_span.span6 {
		width: 30%;
    float: right;
	}
}
@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 .clear {
		border-bottom: none;
	}
	.listing_filters {
		border-top: 1px solid #F2F2F3;
	}
	.detail-related__products .item-thumb {
		width: calc(50% - 25px);
	}
	.detail-related__products .item-thumb:nth-child(2n+1) {
		margin-left: 0;
	}
	.directory-listing .container  {
		width: 100%;
	}
	.listing_filters {
		width: 90%;
    margin: 0 auto;
	}
	.listing_main { 
		padding: 50px 5%;
	}
}

@media (min-width:901px) and (max-width:1000px) {
    .detail-hero button.button.cyan {
      padding: 1.5em 3.5em 1.5em 2em;}
    .detail-hero button.button.cyan::after {
      right: 1.85em;}
}

@media (max-width: 900px) {
	.detail-hero__content-left.widget_span.span6,
	.detail-hero__content-right.widget_span.span6 {
		width: 100%;
	}
	
	.detail-hero__content-right.widget_span.span6 {
		margin-left: 0;
		margin-top: 2.5em;
	}
	.detail-hero__content-inner {
		text-align: center;
	}
	.detail-hero button.button.cyan {
    margin-top: 1.5em;
		display: block;
    margin: 3em auto 0;
	}
	.detail-resources__articles .double-underline {
		margin: 2em auto 0;
	}
	.detail-hero__elements-tables > p {
    display: none;
	}
	.detail-specs__list .lead {
		font-size: 18px;
		line-height: 28px;
	}
	.detail-specs__forms {
		margin-top: 3em;
	}
	.detail-specs__forms-image {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 15px;
	}
	.detail-apps {
		padding-bottom: 225px !important;
	}
	.detail-apps__description,
	.detail-apps__list.widget-span.span3 {
		width: 100% !important;
		max-width: 100%;
	}
	.detail-apps__icon {
    width: 50px;
    height: 50px;
		margin-right: 30px;
	}
	.detail-apps__image {
    right: 0;
    left: 0;
    bottom: -2.5em;
    top: auto;
    margin: 0 auto;
    z-index: 1;
		width: 100%;
    height: 300px;
  }
	.detail-resources__articles {
		margin-top: 2em;
	}
	.detail-resources__articles li {
		font-size: 25px;
	}
}
/*
@media (max-width: 850px) {
	.detail-cs .wrapper {
		flex-wrap: wrap;
	}
	.detail-cs .individual-story {
		width: 47%;
		margin-bottom: 50px;
	}
	.detail-cs .individual-story:nth-child(2n + 1) {
		margin-left: 0;
	}
}
*/
@media (max-width: 768px) {
	.item-listing {
		padding: 10px 16px;
	}
	.item-listing__right {
		margin: 0;
		display: block;
		width: 100%;
	}
	.listing_filters--header .clear {
		width: 100%;
	}
	.listing_main {
		padding-top: 25px;
	}
	.detail-page h2.h3 {
		font-size: 25px;
	}
	.detail-page .lead p {
		font-size: 18px;
		line-height: 25px;
	}
	.detail-hero__elements table {
		width: 100% !important;
	}
	.detail-resources__articles:not(.open) li:nth-child(n+3),
	.detail-resources__articles.open .all,
	.detail-resources__articles:not(.open) .less {
		display: none !important;
	}
	.detail-related__products {
		margin-top: 1.5em;
	}
	.detail-related__products .item-thumb {
		margin-left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding: 15px 20px 10px;
    margin-bottom: 15px;
	}
	.detail-related__products .item-thumb .details {
		display: none;
	}
	.detail-related__products .item-thumb .item-thumb__left {
		display: flex;
		align-items: flex-end;
	}
	.item-thumb .uns,
	.item-listing .uns {
		margin-top: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
	}
	.detail-related__products .item-thumb .item-thumb__left .h2,
	.item-listing h3.h2 {
		font-size: 28px;
	}
	.detail-related__products .item-thumb .item-thumb__header {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
		border-right: 1px solid #C8C9C7;
		padding-right: 10px;
		margin-right: 15px;
		width: 135px;
	}
	.item-listing__header {
    width: 35%;
		padding-right: 10px;
		margin-right: 14px;
	}
	.detail-related__products .item-thumb .item-thumb__header .eyebrow,
	.item-listing__left .eyebrow {
		font-size: 10px;
		margin-bottom: 5px;
	}
	.detail-related__products .item-thumb .item-thumb__header .h5 {
		font-size: 16px;
	}
	.detail-specs__specifcations h2 {
		font-size: 25px;
	}
	.detail-apps__description-box h2 {
		font-size: 35px;
	}
	.detail-specs__specifcations .detail-specs__description p {
		font-size: 18px;
	}
	.head .button.cyan {
		display: none;
	}
	.detail-hero--back {
    margin-bottom: 2em;
	}
	.details, .details p {
		font-size: 14px;
		line-height: 1.2em;
		font-weight: 300;
	}
}

@media (max-width: 600px) {
	.search-bar {
		font-size: 16px;
		background-position: 15px;
		padding: 20px 50px;
	}
	.detail-cs .wrapper {
		display: block !important;
	}
	.detail-cs .individual-story {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 50px;
	}
}

@media (min-width: 901px) {
	.detail-hero__content-inner {
		float: right;
	}
	.detail-specs__forms {
		padding-left: 3.5vw;
	}
	.detail-apps .row-fluid {
		display: flex;
		align-items: stretch;
	}
	.detail-specs__forms-list {
		margin-top: 88px;
	}
}

.uns + .uns {
    margin-top: 0;
}

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

.save-favorite {
	position: relative;
	margin-top: 15px;
}
.favorites-new-popup {
	position: absolute;
	width: 140%;
	left: -20%;
	bottom: 50px;
	padding: 2em 2em 1.55em;
	color: white;
}
.favorites-new-popup p {
	font-size: 17px;
	line-height: 1.3;
	font-weight: 500;
}
.favorites-new-popup__title {
	display: inline-block;
	padding: 0.3em 1em 0.15em 1em;
	border: 1px solid white;
	border-radius: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.favorites-new-popup__x {
	position: absolute;
	top: 0;
	right: 8px;
	color: white;
}
.favorites-new-popup__close {
	font-size: 16px;
  letter-spacing: 2px;
	color: white;
	margin-top: 5px;
}
.favorites-new-popup::after {
	content: '';
	display: block;
	border: solid #ff6a67;
	background: #ff6a67;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
	position: absolute;
	bottom: -5px;
	left: 17%;
	transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.favorites-save,
.favorites-saved {
	color: #53565A;
	font-size: 12px;
	letter-spacing: 0.075em;
	display: flex;
  align-items: center;
}
.favorites-save svg,
.favorites-saved svg {
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}
.user-saved .favorites-saved {
	display: block;
}
.user-saved .favorites-save {
  display: none;
}
.item-thumb:hover .save-to-favorites svg path,
.item-thumb:focus .save-to-favorites svg path{
	stroke: white !important;
}
.item-thumb:hover .save-to-favorites .favorites-saved svg path,
.item-thumb:focus .save-to-favorites .favorites-saved svg path{
	fill: white !important;
}
.item-thumb--body h3.h2 {
	font-size: 45px;
}
.favorites-signup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
  z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.favorites-signup__wrapper {
	background-color: white;
	width: 700px;
	max-width: 90%;
	padding: 3em;
	position: relative;
	max-height: 95%;
  overflow-y: auto;
}
.favorites-signup__close {
	position: absolute;
	top: 5px;
	right: 15px;
}
.favorites-signup__text {
	margin-bottom: 2em;
}
.favorites-signup__text p {
	margin-top: 15px;
}
.favorites-signup__form form > .hs-form-field + .hs-form-field {
  margin-top: 1.5em;
}
.favorites-signup__form form .legal-consent-container {
	margin-top: 15px;
}
.favorites-signup__form form .legal-consent-container p {
	font-size: 13px;
}
.favorites-signup__form form .hs-button {
	background-color: #00bfff;
	width: 100%;
	color: white !important;
	border-radius: 30px;
	padding: 1em;
}
.favorites-signup__form form .hs-button:hover,
.favorites-signup__form form .hs-button:focus {
	background-color: #017BC2;
}

.detail-hero__favorites {
	margin-bottom: 4em;
}
.detail-hero__favorites .favorites-save, 
.detail-hero__favorites .favorites-saved {
	font-size: 16px;
	color: #53565A;
}
.signup-message p {
	text-align: center;
	font-size: 16px;
}
.signup-message a {
	color: #00bfff;
}
.favories-signup__login p {
	font-size: 18px;
	text-align: center;
	margin-bottom: 2em;
}
.favories-signup__login a {
	color: #00bfff;
}