*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #fefefe;
  font-size: 10px;
  line-height: 1;
}
@media all and (max-width: 1050px) {
  body {
    font-size: 8px;
  }
}
.block {
  display: block;
}
.in-block {
  display: inline-block;
}
.none {
  display: none;
}
.rel {
  position: relative;
}
.scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #f3f2f2;
}
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #d7d6d6;
}
.pointer-up,
.pointer-down {
  width: auto;
  height: 6px;
}
.pointer-left,
.pointer-right {
  width: 6px;
  height: auto;
}
.pointer-up {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-92%);
}
.pointer-down {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  right: auto;
  transform: translateX(-50%) translateY(92%);
}
.pointer-left {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  transform: translateX(-92%) translateY(-50%);
}
.pointer-right {
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 0;
  transform: translateX(92%) translateY(-50%);
}
.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'ArrrowsRegular';
  src: url('../../fonts/arrows/arrrows-regular-webfont.eot');
  src: url('../../fonts/arrows/arrrows-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/arrows/arrrows-regular-webfont.woff') format('woff'), url('../../fonts/arrows/arrrows-regular-webfont.ttf') format('truetype'), url('../../fonts/arrows/arrrows-regular-webfont.svg#ArrrowsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'strangeways';
  src: url('../../fonts/strangeways/strangeways.woff2') format('woff2'), url('../../fonts/strangeways/strangeways.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AV';
  src: url('../../fonts/avenir/2E86E0_0_0.woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'AV';
  src: url('../../fonts/avenir/2E86E0_1_0.woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'AV';
  src: url('../../fonts/avenir/2E86E0_3_0.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AV';
  src: url('../../fonts/avenir/2E86E0_2_0.woff');
  font-weight: normal;
  font-style: italic;
}
body,
select,
input,
textarea {
  color: #454546;
  font-family: "AV", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  color: #454546;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 1.4;
}
h1 {
  font-size: 4.6em;
}
h2 {
  font-size: 4em;
}
h3 {
  font-size: 3.6em;
}
h4 {
  font-size: 3em;
}
h5 {
  font-size: 2.6em;
}
h6 {
  font-size: 2em;
}
p,
ul,
ol,
blockquote {
  font-size: 1.6em;
  margin: 0 0 20px 0;
  line-height: 1.5;
  color: #8d8d92;
  font-weight: 100;
  padding: 0;
}
ul,
ol {
  padding: 0 0 0 20px;
}
ol ol {
  font-size: 1em;
  margin: 20px/2 0;
  list-style-type: lower-alpha;
}
ol ul,
ul ul,
ul ol,
ol ol {
  font-size: 1em;
  margin: 20px/2 0;
}
a,
a:active,
a:visited {
  color: #33a0e1;
  text-decoration: none;
}
a:hover {
  color: #2884ba;
}
.arrowLink {
  font-size: 1.6em;
}
.arrowLink svg {
  height: 14px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.arrowLink svg path {
  fill: #33a0e1;
}
::-moz-selection {
  background: #33a0e1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #33a0e1;
  color: #fff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  border: none;
  border-top: 1px solid #454546;
  margin: 80px 0;
  box-shadow: 0px 1px 0px -1px #ffffff;
  opacity: 0.2;
  clear: both;
}
.arr {
  font-family: "ArrrowsRegular";
}
.sw {
  font-family: "strangeways";
}
.bold {
  font-weight: 800;
}
.upper {
  text-transform: uppercase;
}
@media all and (max-width: 1500px) {
  body:after {
    content: 'Break-0: 1500px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
  }
}
@media all and (max-width: 1400px) {
  body:after {
    content: 'Break-1: 1400px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
  }
}
@media all and (max-width: 1200px) {
  body:after {
    content: 'Break-2: 1200px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
    background: green;
  }
}
@media all and (max-width: 1050px) {
  body:after {
    content: 'Break-3: 1050px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
    background: purple;
  }
}
@media all and (max-width: 900px) {
  body:after {
    content: 'Break-4: 900px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
    background: gray;
  }
}
@media all and (max-width: 650px) {
  body:after {
    content: 'Break-m: 650px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
    background: red;
  }
}
@media all and (min-width: 1500px) {
  body:after {
    content: 'Large: > 1500px';
    display: block;
    background: #191919;
    color: #fff;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
    font-size: 1.6em;
    pointer-events: none;
    opacity: 0.5;
    display: none;
    background: blue;
  }
}
.contain {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0 40px;
  position: relative;
}
.boiga {
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 20px;
  margin-top: -10px;
  z-index: 2;
  padding: 0;
  outline: none;
  display: none;
}
.boiga svg {
  display: block;
  width: auto;
  height: 20px;
}
.noscroll {
  overflow: hidden;
}
.nav-head {
  background: #ffcc00;
  padding: 44px 40px 36px 40px;
  text-align: right;
  position: relative;
}
.nav-head .logo-full-sub-mark {
  height: 100%;
  width: auto;
}
.nav-head .logo-full-sub-mark * {
  fill: #191919;
}
.nav-head a {
  font-size: 1.2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #454546;
  margin-left: 20px;
  display: none;
  position: relative;
}
.nav-head a.main {
  display: inline-block;
}
.nav-head a.selected {
  color: #fff;
}
.nav-head a.dl {
  background: #33a0e1;
  color: #fff;
  padding: 11px 10px 9px 10px;
  margin-top: -8px;
  border-radius: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.nav-head a.dl:hover {
  background: #2884ba;
}
.nav-head a.logo {
  position: absolute;
  top: 50%;
  left: 20px;
  bottom: auto;
  right: auto;
  margin: -20px 0 0 0;
  height: 40px;
  display: block;
}
.nav-head a .on-sale {
  display: block;
  background: #ff4b3e;
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: auto;
  right: auto;
  padding: 22px 20px 18px 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4em;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 2;
  margin-top: 20px;
  animation-iteration-count: infinite;
  animation-duration: 2000ms;
  animation-name: saleBobAnim;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
}
@keyframes saleBobAnim {
  000% {
    transform: translateX(-50%) translateY(0);
  }
  050% {
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.nav-head a .on-sale.gifting {
  font-size: 1em;
}
@media all and (max-width: 900px) {
  .nav-head a.main {
    display: none;
  }
  .nav-head a.logo,
  .nav-head .boiga {
    display: block;
  }
  .nav-head a.logo rect,
  .nav-head .boiga rect {
    fill: #2f2f2f;
  }
}
.new-nav-head {
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 9;
  padding: 40px;
  text-align: right;
  font-size: 1.6em;
  transition: all 400ms cubic-bezier(0.8, 0, 0.145, 1);
  background: rgba(25, 25, 25, 0.95);
  background: rgba(0, 0, 0, 0.5);
}
.new-nav-head.scrolled {
  box-shadow: 0px 10px 0px -1px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.9);
}
.new-nav-head .logo-full-sub-mark {
  height: 100%;
  width: auto;
}
.new-nav-head .logo-full-sub-mark * {
  fill: #ffcc00;
}
.new-nav-head .bucket {
  margin: 0;
  z-index: 2;
}
.new-nav-head .bucket:hover {
  z-index: 1;
}
.new-nav-head .bucket.social {
  display: none;
}
.new-nav-head a,
.new-nav-head span {
  color: #33a0e1;
  margin-left: 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.new-nav-head a.main,
.new-nav-head span.main {
  display: inline-block;
}
.new-nav-head a:hover,
.new-nav-head span:hover,
.new-nav-head a.selected,
.new-nav-head span.selected {
  color: #fff;
}
.new-nav-head a.logo,
.new-nav-head span.logo {
  position: absolute;
  top: 50%;
  left: 40px;
  bottom: auto;
  right: auto;
  margin: -20px 0 0 0;
  height: 40px;
  display: block;
}
.new-nav-head a.dl,
.new-nav-head span.dl {
  background: #33a0e1;
  color: #fff;
  padding: 22px 20px 18px 20px;
  border-radius: 1px;
  margin-left: 40px;
}
.new-nav-head a.dl:hover,
.new-nav-head span.dl:hover {
  background: #fff;
  color: #2884ba;
}
.new-nav-head a .chevron,
.new-nav-head span .chevron {
  height: 6px;
  position: relative;
  top: -1px;
  left: 2px;
  transition: all 200ms cubic-bezier(0.8, 0, 0.145, 1);
}
.new-nav-head a .chevron *,
.new-nav-head span .chevron * {
  fill: #33a0e1;
}
.new-nav-head a.drop:hover,
.new-nav-head span.drop:hover {
  z-index: 1;
}
.new-nav-head a.drop:hover .drop-contents,
.new-nav-head span.drop:hover .drop-contents {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.new-nav-head a.drop:hover .chevron,
.new-nav-head span.drop:hover .chevron {
  transform: rotate(180deg);
}
.new-nav-head a.drop:hover .chevron *,
.new-nav-head span.drop:hover .chevron * {
  fill: #fff;
}
.new-nav-head a .on-sale,
.new-nav-head span .on-sale {
  display: block;
  background: #ff4b3e;
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin-left: 0px;
  padding: 22px 20px 18px 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
  transition: all 400ms cubic-bezier(0.8, 0, 0.145, 1);
  margin-top: 20px;
  animation-iteration-count: infinite;
  animation-duration: 2100ms;
  animation-name: saleBobAnim;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
}
@keyframes saleBobAnim {
  000% {
    transform: translateX(-50%) translateY(0);
  }
  050% {
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.new-nav-head .drop-contents {
  position: absolute;
  top: 100%;
  left: auto;
  bottom: auto;
  right: 0px;
  background: #33a0e1;
  border-radius: 1px;
  opacity: 0;
  pointer-events: none;
  transition: all 200ms cubic-bezier(0.8, 0, 0.145, 1);
  transform: translateY(20px);
  padding-top: 10px;
  margin-top: 20px;
  text-align: left;
  min-width: 240px;
  box-shadow: 0px 10px 0px -1px rgba(0, 0, 0, 0.05);
}
.new-nav-head .drop-contents:before {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 40px;
}
.new-nav-head .drop-contents svg {
  left: auto;
  right: 20px;
}
.new-nav-head .drop-contents a,
.new-nav-head .drop-contents span {
  text-shadow: none;
}
.new-nav-head .drop-contents a {
  color: #fff;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 22px 20px 18px 20px;
  border-radius: 4px;
}
.new-nav-head .drop-contents a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.new-nav-head .drop-contents p {
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  padding: 22px 20px 18px 20px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.new-nav-head .drop-contents p:first-child {
  margin-top: 10px;
}
.new-nav-head .drop-contents.cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media all and (max-width: 900px) {
  .new-nav-head .head-nav {
    display: none;
  }
  .new-nav-head a.logo {
    left: 20px;
  }
  .new-nav-head .boiga {
    display: block;
  }
  .new-nav-head .boiga rect {
    fill: #fff;
  }
}
.new-nav-head:hover a .on-sale,
.new-nav-head:hover span .on-sale {
  opacity: 0;
}
footer {
  background: #191919;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
footer .logo-full {
  height: 120px;
  width: auto;
  display: block;
  margin: 0 0 80px;
}
footer .logo-full-sub-mark {
  height: 120px;
  width: auto;
  display: block;
  margin: 0 0 80px;
}
footer .logo-full-sub-mark * {
  fill: #ffcc00;
}
footer nav.old-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
footer nav.old-nav hr {
  display: none;
}
footer nav.old-nav .bucket {
  display: block;
}
footer nav.old-nav .bucket:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
footer nav.old-nav .bucket:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
footer nav.old-nav .bucket:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
footer nav.old-nav .bucket:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
footer nav.old-nav a {
  font-size: 1.6em;
  display: block;
  margin-bottom: 20px;
}
footer nav.new-nav .head-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  color: #fff;
}
footer nav.new-nav .bucket {
  margin-top: 0;
}
footer nav.new-nav .chevron {
  display: none;
}
footer nav.new-nav a,
footer nav.new-nav span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
footer nav.new-nav p {
  color: #8d8d92;
  font-size: 16px;
  margin-top: 20px;
}
footer nav.new-nav .drop-contents {
  margin-bottom: 40px;
}
footer .mp-newsletter {
  position: absolute;
  top: 38px;
  left: auto;
  bottom: auto;
  right: 40px;
}
footer .mp-newsletter fieldset {
  border: none;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
  text-align: right;
}
footer .mp-newsletter fieldset input {
  border: none;
  font-size: 2em;
  padding: 14.3px 13px 11.7px 13px;
  padding-left: 0;
  border-bottom: 1px solid #33a0e1;
  background: none;
  margin-right: 20px;
  width: 300px;
  outline: none;
  color: #fff;
  transition: all 200ms cubic-bezier(0.8, 0, 0.145, 1);
}
footer .mp-newsletter fieldset input:focus {
  border-color: #fff;
}
footer .mp-newsletter fieldset .placeholderTxt {
  color: #8d8d92;
}
footer .mp-newsletter fieldset ::-webkit-input-placeholder {
  color: #8d8d92;
}
footer .mp-newsletter fieldset :-moz-placeholder {
  color: #8d8d92;
}
footer .mp-newsletter fieldset ::-moz-placeholder {
  color: #8d8d92;
}
footer .mp-newsletter fieldset :-ms-input-placeholder {
  color: #8d8d92;
}
footer .mp-newsletter fieldset .btn {
  padding: 18px 18px 16px 18px;
  font-size: 1.6em;
}
footer .mp-newsletter fieldset .error {
  background: #dc231f;
  color: #fff;
  padding: 22px 20px 18px 20px;
  display: none;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0px;
  bottom: auto;
  right: auto;
  margin-top: 20px;
  font-size: 1.8em;
}
footer .mp-newsletter fieldset .error.active {
  display: block;
}
footer .mp-newsletter p {
  display: none;
  text-align: left;
  font-size: 2em;
  margin: 0;
  line-height: 50px;
  position: relative;
  top: 1px;
}
footer .mp-newsletter.thanks fieldset {
  display: none;
}
footer .mp-newsletter.thanks p {
  display: block;
}
@media all and (max-width: 1200px) {
  footer .mp-newsletter fieldset input {
    width: 240px;
  }
}
@media all and (max-width: 1050px) {
  footer .logo-full {
    height: 100px;
  }
  footer .mp-newsletter {
    display: none;
  }
  footer nav {
    width: 100%;
    float: none;
  }
  footer .feature {
    display: none;
  }
}
@media all and (max-width: 900px) {
  footer {
    padding: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, 0.95);
    z-index: 3;
    overflow-y: scroll;
    transition: all 400ms cubic-bezier(0.8, 0, 0.145, 1);
    transform: translateY(100%);
  }
  footer.active {
    transform: translateY(0);
  }
  footer .logo-full-sub-mark {
    display: block;
    margin-bottom: 20px;
    height: 40px;
    width: auto;
    opacity: 0;
  }
  footer .contain {
    padding: 20px;
  }
  footer nav.old-nav {
    display: block;
  }
  footer nav.old-nav .bucket {
    display: block;
  }
  footer nav.old-nav .bucket:nth-of-type(2),
  footer nav.old-nav .bucket:nth-of-type(3) {
    display: none;
  }
  footer nav.old-nav .bucket:nth-of-type(4) {
    border-top: 1px solid #2f2f2f;
    padding-top: 20px;
    margin-top: 20px;
  }
  footer nav.old-nav a {
    font-size: 2em;
  }
  footer nav.new-nav {
    /*
			.head-nav						{
				grid-template-columns: 1fr 1fr; row-gap: 0;
				margin: 0;
				.bucket						{
					//&:nth-child(3)			{ .none; }
					&.social				{  }
				}
				a, span 					{ font-size: 14px; margin: @gap*0.5 0 0; line-height: 1.4; }
				p							{ .none; }
				.drop-contents				{ margin-bottom: 0; }
			}
			*/
  }
  footer nav.new-nav .head-nav {
    display: block;
  }
  footer nav.new-nav .head-nav .bucket a {
    padding: 20px 20px 20px 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer nav.new-nav .head-nav .bucket a.dl {
    display: none;
  }
  footer nav.new-nav .head-nav .bucket .drop {
    padding: 20px 0 20px 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer nav.new-nav .head-nav .bucket .drop .chevron {
    display: block;
    width: 10px;
    height: auto;
    position: absolute;
    top: 25px;
    left: auto;
    bottom: auto;
    right: 0;
    transition: all 200ms cubic-bezier(0.8, 0, 0.145, 1);
  }
  footer nav.new-nav .head-nav .bucket .drop .chevron * {
    fill: #fff;
  }
  footer nav.new-nav .head-nav .bucket .drop .drop-contents {
    display: none;
    margin: 0;
  }
  footer nav.new-nav .head-nav .bucket .drop .drop-contents a:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer nav.new-nav .head-nav .bucket .drop .drop-contents p {
    display: none;
  }
  footer nav.new-nav .head-nav .bucket .drop.active {
    padding-bottom: 0;
  }
  footer nav.new-nav .head-nav .bucket .drop.active .chevron {
    transform: rotate(180deg);
  }
  footer nav.new-nav .head-nav .bucket .drop.active .drop-contents {
    display: block;
    margin-top: 20px;
  }
  footer .mp-button {
    display: none;
  }
  footer .mp-newsletter {
    display: none;
  }
}
@media all and (max-width: 650px) {
  footer nav a {
    margin-bottom: 16px;
  }
  footer nav a .on-sale {
    color: #fff;
  }
  footer nav a .on-sale:before {
    content: '- ';
  }
}
.to-top {
  display: none;
  text-align: center;
}
.to-top a {
  display: inline-block;
  font-size: 2em;
  padding: 20px 0;
}
.to-top a svg {
  width: 40px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.to-top a svg * {
  fill: #33a0e1;
}
@media all and (max-width: 650px) {
  .to-top {
    display: block;
  }
}
header {
  background: #191919;
  overflow: hidden;
  margin-bottom: 80px;
}
header .contain {
  padding-top: 240px;
  padding-bottom: 160px;
}
header.w-shad {
  text-shadow: #000000 0px 0px 50px;
}
header h1 {
  color: #ffcc00;
  margin-bottom: 20px;
}
header h1 em {
  color: #fff;
  font-style: normal;
}
header h2 {
  color: #fff;
  font-size: 3em;
  margin-bottom: 40px;
}
header h2 em {
  color: #ffcc00;
  font-style: normal;
}
header p {
  color: #fff;
  font-size: 1.8em;
  margin: 40px 0;
}
header p + p {
  margin-top: -20px;
}
header .media {
  margin-bottom: 0;
}
header.thanks .contain,
header.email-thanks .contain {
  text-align: center;
}
header.thanks svg,
header.email-thanks svg {
  height: 80px;
  margin: 0 auto 40px;
  display: block;
}
header.thanks svg *,
header.email-thanks svg * {
  fill: #ffcc00;
}
@media all and (max-width: 650px) {
  header .contain {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  header h1 {
    font-size: 3em;
    margin-bottom: 40px;
  }
  header h1 br {
    display: none;
  }
  header h2 {
    font-size: 2em;
  }
}
section {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0 40px;
  position: relative;
}
section:before,
section:after {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
img {
  display: block;
}
table {
  width: 100%;
  text-align: left;
}
table tr:nth-child(odd) {
  background: #f3f2f2;
}
table th,
table td {
  padding: 22px 20px 18px 20px;
  text-align: left;
}
table th {
  font-weight: normal;
  font-size: 1.6em;
}
table td {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #8d8d92;
}
table td.hi {
  color: #ff4b3e;
}
table td .preview {
  font-size: 1em;
}
table td .preview svg {
  width: 20px;
  height: 20px;
  margin: -2px 5px 0 0;
}
table td .pads-icon,
table td .keys-icon,
table td .drums-icon {
  width: 33px;
  height: 42px;
}
table td .pads-icon *,
table td .keys-icon *,
table td .drums-icon * {
  fill: #d7d6d6;
}
table.content {
  background: #fff;
  margin: 40px 0;
}
table.content td,
table.content th {
  font-weight: normal;
  text-transform: none;
  font-size: 1.7em;
}
table.content thead tr {
  background: #d7d6d6;
}
table.content thead tr td {
  color: #454546;
}
table.content tbody td {
  border: 1px solid #d7d6d6;
}
table.content tbody em {
  color: #454546;
  font-style: normal;
}
table.blog-table {
  margin: 40px 0;
}
table.blog-table td,
table.blog-table th {
  font-weight: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 1.4;
}
table.blog-table thead tr {
  background: #33a0e1;
  color: #fff;
  font-size: 1.6em;
}
table.blog-table tbody .tag {
  background: #454546;
  color: #fff;
  border-radius: 2px;
  padding: 10px 10px 8px;
  position: relative;
  white-space: nowrap;
}
table.blog-table tbody .tag:before {
  content: '';
  display: block;
  background: #454546;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -2px;
  bottom: auto;
  right: auto;
  transform: rotate(45deg);
  margin-top: -5px;
}
.reorderable {
  display: grid;
  overflow: hidden;
}
button {
  border: none;
  background: none;
}
.resp-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.resp-video .embed-container iframe,
.resp-video .embed-container object,
.resp-video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.foot-cta {
  text-align: center;
  display: block;
  margin: 80px 0;
}
.foot-cta .global-download-trigger {
  margin-bottom: 40px;
}
.foot-cta .global-download-trigger .download-link span {
  display: inline-block;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.media {
  margin-bottom: 40px;
}
.media img,
.media video {
  width: 100%;
  height: auto;
  border-radius: 1px;
}
.media .caption {
  background: #f3f2f2;
  padding: 22px 20px 18px 20px;
  display: inline-block;
  position: relative;
}
.media .caption strong {
  font-weight: normal;
  color: #ff4b3e;
}
.media .caption .pointer-up {
  left: 20px;
}
.media.media-r,
.media.media-l {
  width: 50%;
}
.media.media-r.smaller,
.media.media-l.smaller {
  width: 25%;
}
.media.media-l {
  float: left;
  margin-right: 80px;
}
.media.media-r {
  float: right;
  margin-left: 80px;
}
.media.media-small {
  width: 30%;
}
@media all and (max-width: 1050px) {
  .media {
    margin-bottom: 80px;
  }
  .media.media-r {
    margin-left: 40px;
  }
  .media.media-l {
    margin-right: 40px;
  }
}
@media all and (max-width: 650px) {
  .media.media-r,
  .media.media-l {
    width: 100% !important;
    float: none;
    margin: 0 0 40px 0;
  }
}
.pullquote {
  padding-left: 160px;
  position: relative;
  margin: 40px 0;
  clear: both;
}
.pullquote img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  z-index: 2;
}
.pullquote blockquote {
  background: #fff;
  color: #454546;
  box-shadow: 0px 5px 0px -1px rgba(0, 0, 0, 0.025);
  padding: 44px 40px 36px 40px;
  position: relative;
  font-size: 1.8em;
  border-radius: 1px;
}
.pullquote blockquote:before {
  content: "\201C";
  position: absolute;
  top: 40px;
  left: 20px;
  bottom: auto;
  right: auto;
  font-size: 1.4em;
}
.pullquote blockquote .pointer-left {
  top: 60px;
}
.pullquote blockquote .src {
  display: block;
  color: #8d8d92;
  margin-top: 20px;
  font-size: 0.9em;
}
@media all and (max-width: 650px) {
  .pullquote {
    padding: 0;
  }
  .pullquote img {
    position: relative;
    top: 0;
    left: -10px;
    width: 100px;
    height: 100px;
    margin-bottom: -20px;
    border: 10px solid #fefefe;
  }
  .pullquote svg {
    display: none;
  }
}
.test-quote {
  margin: 120px 0 80px;
  position: relative;
  z-index: 2;
}
.test-quote img {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 180px;
  overflow: hidden;
  border: 10px solid #fefefe;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}
.test-quote blockquote {
  font-size: 2.4em;
  color: #454546;
  display: inline-block;
  background: #191919;
  vertical-align: middle;
  margin: 0 0 0 20px;
  max-width: 600px;
  text-align: left;
  padding: 30px 40px;
  border-radius: 2px;
  color: #ffcc00;
}
.test-quote blockquote .src {
  display: block;
  font-size: 0.8em;
  margin-top: 20px;
  color: #8d8d92;
}
.test-quote.full-width blockquote {
  max-width: calc(100% - 220px);
}
@media all and (max-width: 900px) {
  .test-quote {
    margin: 0;
  }
  .test-quote img {
    display: block;
    margin: 0 auto 20px;
  }
  .test-quote blockquote {
    margin: 0;
  }
  .test-quote blockquote svg {
    top: -8px;
    left: 50%;
    transform: rotate(90deg) translateY(100%);
  }
}
@media all and (max-width: 650px) {
  .test-quote blockquote {
    font-size: 2em;
  }
  .test-quote.full-width blockquote {
    max-width: 100%;
  }
}
.test-section {
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 100%;
  margin: 80px 0 120px;
}
@media all and (max-width: 650px) {
  .test-section {
    margin: 40px 0 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.btn,
a.btn {
  display: inline-block;
  font-size: 2em;
  padding: 22px 20px 18px 20px;
  border-radius: 1px;
  background: #33a0e1;
  color: #fff;
  outline: none;
  text-align: center;
  box-shadow: inset 0px -4px 0px 0 rgba(0, 0, 0, 0.05);
}
.btn.btn-s,
a.btn.btn-s {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 11px 10px 9px 10px;
}
.btn.btn-l,
a.btn.btn-l {
  font-size: 3em;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 4px;
}
.btn:hover,
a.btn:hover {
  background: #2884ba;
}
.btn-new,
a.btn-new {
  display: inline-block;
  font-size: 1.8em;
  padding: 27.5px 25px 22.5px 25px;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 1px;
  background: #33a0e1;
  color: #fff;
  outline: none;
  text-align: center;
  box-shadow: inset 0px -4px 0px 0 rgba(0, 0, 0, 0.05);
}
.btn-new.btn-s,
a.btn-new.btn-s {
  font-size: 1.6em;
  padding: 22px 20px 18px 20px;
}
.btn-new.btn-l,
a.btn-new.btn-l {
  font-size: 2.2em;
  padding: 33px 30px 27px 30px;
}
.btn-new:hover,
a.btn-new:hover {
  background: #2884ba;
}
.preview {
  display: block;
  font-size: 1.8em;
  font-weight: 800;
  text-transform: uppercase;
}
.preview svg {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: auto;
  margin: -4px 10px 0 -2px;
}
.preview svg * {
  fill: #33a0e1;
}
.preview:hover svg * {
  fill: #2884ba;
}
@media all and (max-width: 1050px) {
  .preview svg {
    width: 30px;
    margin-top: -2px;
  }
}
.link-list {
  overflow: hidden;
}
.link-list nav {
  width: 20%;
  float: left;
  padding-top: 48px;
}
.link-list nav a {
  font-size: 1.4em;
  display: block;
  line-height: 1.4;
}
.link-list nav a:after {
  content: '';
  display: block;
  border-top: 1px dotted #d7d6d6;
  width: 41px;
  margin: 20px 0;
}
.link-list nav a.sec-head {
  color: #454546;
  font-size: 2em;
}
.link-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80%;
  float: left;
  padding-left: 40px;
}
.link-list ul ul li,
.link-list ul ol li {
  margin: 0 0 5px;
  padding: 0;
}
.link-list ul ul {
  list-style-type: disc;
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 20px;
  font-size: 1.6em;
}
.link-list ul .section-head {
  border-bottom: 1px dotted #d7d6d6;
  margin-top: 2px;
}
.link-list ul li + .section-head {
  margin-top: 40px;
}
.link-list ul strong {
  font-weight: normal;
  color: #454546;
}
.link-list ul,
.link-list li {
  font-size: 1em;
}
.link-list li {
  padding-top: 40px;
}
@media all and (max-width: 650px) {
  .link-list nav {
    display: none;
  }
  .link-list ul {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.link-list .changelog-list {
  padding: 0px 40px;
}
.promo-code {
  display: inline-block;
  background: #d7d6d6;
  border-radius: 1px;
  padding: 22px 20px 18px 20px;
  font-size: 2em;
}
.promo-code .pointer-up {
  left: 20px;
}
.preview-playa {
  position: fixed;
  top: 120px;
  left: auto;
  bottom: auto;
  right: 20px;
  background: #454546;
  z-index: 9;
  border-radius: 1px;
  box-shadow: 0px 5px 0px -1px rgba(0, 0, 0, 0.025);
  padding: 22px 20px 18px 20px;
  transition: all 400ms cubic-bezier(0.8, 0, 0.145, 1);
  transform: translateX(150%);
  max-width: 80%;
}
.preview-playa p {
  color: #ffcc00;
  margin: 0;
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
}
.preview-playa p strong {
  font-weight: normal;
  color: #ff4b3e;
}
.preview-playa .eq {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  margin: -8px 16px 0 0;
}
.preview-playa .eq span {
  display: block;
  width: 4px;
  height: 100px;
  background: #8d8d92;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: absolute;
  bottom: 0;
}
@keyframes eqAnim {
  000% {
    height: 100%;
  }
  050% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
.preview-playa .eq span:nth-child(1) {
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 1000ms;
  animation-name: eqAnim;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
}
.preview-playa .eq span:nth-child(2) {
  left: 8px;
  animation-iteration-count: infinite;
  animation-duration: 1353ms;
  animation-name: eqAnim;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
}
.preview-playa .eq span:nth-child(3) {
  left: 16px;
  animation-iteration-count: infinite;
  animation-duration: 762ms;
  animation-name: eqAnim;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
}
.preview-playa .loading-anim:before,
.preview-playa .loading-anim:after {
  width: 28px;
  height: 28px;
}
.preview-playa p,
.preview-playa .eq {
  display: none;
}
.preview-playa.active {
  transform: translateX(0);
}
.preview-playa.playing p,
.preview-playa.playing .eq {
  display: inline-block;
}
.preview-playa.playing .loading-anim {
  display: none;
}
@media all and (max-width: 650px) {
  .preview-playa {
    top: 40px;
  }
  .preview-playa .eq {
    margin-bottom: 20px;
  }
  .preview-playa p {
    font-size: 1.7em;
  }
  .preview-playa p strong {
    display: block;
  }
}
.loading-anim {
  display: block;
}
.loading-anim:before,
.loading-anim:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  display: inline-block;
  background: #33a0e1;
  animation-iteration-count: infinite;
  animation-duration: 800ms;
  animation-name: lAnim;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
}
@keyframes lAnim {
  000% {
    background: #fff;
  }
  050% {
    background: #33a0e1;
  }
  100% {
    background: #fff;
  }
}
.loading-anim:before {
  margin-right: 10px;
  animation-delay: 400ms;
}
a.back-link {
  display: inline-block;
  font-size: 2em;
  margin: 80px 0 40px;
  background: #33a0e1;
  color: #fff;
  padding: 22px 20px 18px 20px;
}
a.back-link:hover {
  background: #2884ba;
}
a.back-link:hover svg polyline {
  fill: #2884ba;
}
.artist-grid {
  overflow: hidden;
}
.artist-grid div {
  background-position: top right !important;
  background-size: auto 100% !important;
  min-height: 400px;
  position: relative;
  width: 33.3%;
  float: left;
  padding: 40px;
}
.artist-grid div:nth-child(odd) {
  background: pink;
}
.artist-grid div h6 {
  font-size: 2.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #33a0e1;
}
.artist-grid div h6 span {
  display: block;
  font-size: 0.4em;
  margin-bottom: 10px;
  color: #454546;
}
.artist-grid div p {
  max-width: 50%;
  font-size: 1.2em;
  color: #454546;
}
.artist-grid div.lite h6 {
  color: #ffcc00;
}
.artist-grid div.lite h6 span {
  color: #fff;
}
.artist-grid div.lite p {
  color: #fff;
}
.artist-grid div.on-y h6 {
  color: #fff;
}
.artist-grid div.on-r h6,
.artist-grid div.on-r p {
  color: #fff;
}
.artist-grid div.on-r h6 span {
  color: #ffcc00;
}
.artist-grid div.more-soon {
  width: 33.3%;
  background: #2884ba;
  position: relative;
}
.artist-grid div.more-soon h3 {
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 40px;
  bottom: auto;
  right: auto;
  transform: translateY(-50%);
}
.artist-grid div.more-soon h3 span {
  display: block;
  font-size: 0.8em;
  color: #33a0e1;
}
@media all and (max-width: 1500px) {
  .artist-grid div {
    min-height: 420px;
  }
}
@media all and (max-width: 1400px) {
  .artist-grid div {
    width: 50%;
    min-height: 360px;
  }
  .artist-grid div.more-soon {
    display: block;
    width: 50%;
  }
}
@media all and (max-width: 900px) {
  .artist-grid div:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    background: rgba(0, 0, 0, 0.5);
  }
  .artist-grid div h6,
  .artist-grid div p,
  .artist-grid div .btn {
    position: relative;
    z-index: 2;
  }
  .artist-grid div h6 {
    color: #ffcc00;
  }
  .artist-grid div h6 span {
    color: #fff;
  }
  .artist-grid div p {
    font-size: 1.4em;
    max-width: 100%;
    color: #fff;
  }
}
@media all and (max-width: 650px) {
  .artist-grid div {
    width: 100%;
    min-height: 0;
    float: none;
  }
  .artist-grid div.more-soon {
    display: none;
  }
}
.partner-list img {
  width: 270px;
  height: auto;
  float: right;
}
@media all and (max-width: 650px) {
  .partner-list img {
    display: none;
  }
}
.hw-control-item img {
  width: 900px;
  height: auto;
  max-width: 100%;
}
h4 + .hw-control-item {
  margin: -20px 0 40px -50px;
}
@media all and (max-width: 1050px) {
  .controller-app .download-link {
    white-space: normal;
  }
  .controller-app .download-link svg {
    display: block;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 650px) {
  .controller-app hr + h5,
  .controller-app table + hr,
  .controller-app table {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .educator-pricing-table th,
  .educator-pricing-table td {
    display: block;
    border-top: none !important;
  }
}
.features-list {
  margin-top: 40px;
}
.features-list li {
  margin-bottom: 10px;
}
.features-list strong {
  font-weight: normal;
  color: #454546;
}
/*
.note-colours								{
	.no-bullets;
	li 										{ margin-bottom: @gap; }
	span 									{
		@s : 40px;
		.dim(@s,@s); .round(@r); background: @c-grey-xl; .in-block; vertical-align: middle; .inDrop( @strength:0.1, @blur:0, @col:0, @x:0, @y:-@s/8); margin-right: @gap;
		&.early								{ background: @c-orange; }
		&.late								{ background: @c-purple; }
		&.perfect							{ background: @c-green-l; }
		&.early								{ background: @c-orange; }
		&.missed 							{ background: @c-red; }
	}
}
*/
.note-colours {
  width: auto;
  margin: 80px 0;
}
.note-colours thead tr {
  background: none !important;
}
.note-colours tbody span {
  width: 40px;
  height: 40px;
  border-radius: 1px;
  background: #f3f2f2;
  display: inline-block;
  vertical-align: middle;
  box-shadow: inset 0px -5px 0px 0 rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.note-colours tbody span.left {
  background: #2884ba;
}
.note-colours tbody span.right {
  background: #ffcc00;
}
.note-colours tbody span.early {
  background: #f98229;
}
.note-colours tbody span.late {
  background: #8d3db8;
}
.note-colours tbody span.perfect {
  background: #90d330;
}
.note-colours tbody span.early {
  background: #f98229;
}
.note-colours tbody span.missed {
  background: #dc231f;
}
.note-colours tbody span.misplayed {
  background: #dc231f;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.note-colours tbody span.keys-note {
  border-radius: 200px;
}
.note-colours.support-note-colours {
  width: 100%;
  margin: 0 0 80px;
}
@media all and (max-width: 900px) {
  .artist-lessons-table td:nth-child(3),
  .artist-lessons-table td:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .artist-lessons-table {
    display: none;
  }
}
.date {
  text-align: center;
  width: 110px;
  border-radius: 1px;
  box-shadow: 0px 5px 0px -1px rgba(0, 0, 0, 0.025);
}
.date span {
  display: block;
  padding: 16.5px 15px 13.5px 15px;
  background: #33a0e1;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.date strong {
  display: block;
  padding: 22px 20px 18px 20px;
  background: #f3f2f2;
  font-size: 3em;
}
.date span,
.date strong {
  padding-left: 0;
  padding-right: 0;
}
/*
.on-sale									{

	background: @c-blue; padding: @gap*4 @gap; .rel; text-align: center;
	.copy									{ margin-bottom: @gap*2; }
	h1										{
		color: #fff; margin: 0 0 @gap/2; font-size: 4em;
		strong								{ .upper; }
	}
	p,										{ color: #fff; margin: 0; font-size: 2em; }
	.action .or 							{ color: #fff; margin: 0; font-size: 2em; padding: 0 @gap; }
	.btn 									{
		&:hover								{ background: #fff; color: @c-blue-l; }
	}
	@media all and ( max-width: @break-1 ) 	{
		h1 									{ font-size: 3em; }
		p 									{ font-size: 1.8em; }
	}
	@media all and ( max-width: @break-3 ) 	{
		.dt-only							{ .none; }
		.sub-online							{ .block; max-width: 50%; margin: auto; }
	}
	@media all and ( max-width: @break-m ) 	{
		.date 								{ .none; }
		.copy 								{ padding: 0; text-align: center; }
		h1 strong 							{ .block; }
		.dt-only							{ .none; }
		.sub-online							{ .block; max-width: 100%; }
	}

}
*/
.sml-tm {
  font-size: 0.5em;
}
.app-open #wont-open {
  display: none;
}
.app-open #wont-open h1 span {
  color: #33a0e1;
  font-size: 0.7em;
  display: block;
  margin-top: 10px;
}
.mob-reminder {
  background: rgba(25, 25, 25, 0.95);
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 40px;
  display: none;
}
.mob-reminder .close {
  position: absolute;
  top: 18px;
  left: auto;
  bottom: auto;
  right: 16px;
  color: #ff4b3e;
  font-size: 6em;
}
.mob-reminder .loading-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.mob-reminder fieldset {
  border: none;
  padding: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.mob-reminder fieldset h4 {
  font-size: 4.4em;
  color: #ffcc00;
}
.mob-reminder fieldset p {
  font-size: 2.4em;
  color: #fff;
}
.mob-reminder fieldset ::-webkit-input-placeholder {
  color: #ccc;
}
.mob-reminder fieldset input[type="email"] {
  border: none;
  border-radius: 1px;
  font-size: 16px;
  outline: none;
  transition: all 200ms cubic-bezier(0.8, 0, 0.145, 1);
  width: 100%;
  margin-top: 10px;
  height: 50px;
  background: #fff;
  padding: 22px 20px 18px 20px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}
.mob-reminder fieldset input[type="email"]:focus {
  border-color: #999999;
}
.mob-reminder fieldset .btn {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.mob-reminder fieldset .msg {
  font-size: 2.4em;
  color: #fff;
  background: #dc231f;
  padding: 22px 20px 18px 20px;
  display: block;
  display: none;
}
.mob-reminder fieldset .msg.active {
  display: block;
}
.download-link {
  display: inline-block;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 100ms cubic-bezier(0.8, 0, 0.145, 1);
  white-space: nowrap;
  margin-left: -4px;
  outline: none;
}
.download-link svg {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.download-link svg path {
  fill: #33a0e1;
  transition: all 100ms cubic-bezier(0.8, 0, 0.145, 1);
}
.download-link:hover {
  color: #79c906;
}
.download-link:hover svg path {
  fill: #90d330;
}
@media all and (max-width: 1050px) {
  .download-link svg {
    width: 40px;
  }
}
@media all and (max-width: 650px) {
  .download-link {
    white-space: normal;
    position: relative;
    padding-left: 40px;
  }
  .download-link svg {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 0px;
    bottom: auto;
    right: auto;
    transform: translateY(-50%);
  }
}
.global-download-trigger em,
.appstore-download-trigger em {
  font-style: normal;
}
.global-download-trigger .download-link .ico,
.appstore-download-trigger .download-link .ico {
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  width: 80px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
.global-download-trigger .download-link .ico path,
.appstore-download-trigger .download-link .ico path {
  transition: none;
}
.global-download-trigger .download-link span,
.appstore-download-trigger .download-link span {
  display: inline-block;
  vertical-align: middle;
  padding: 33px 30px 27px 30px;
  text-transform: none;
  font-weight: normal;
  border-radius: 1px;
  position: relative;
  box-shadow: 0px 5px 0px -1px rgba(0, 0, 0, 0.1);
  background: #33a0e1;
  color: #fff;
}
.global-download-trigger .download-link span:before,
.appstore-download-trigger .download-link span:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: -85px;
  bottom: auto;
  right: auto;
  background: #fff;
}
.global-download-trigger .download-link span svg,
.appstore-download-trigger .download-link span svg {
  display: block;
  height: 20px;
  width: 10px;
}
.global-download-trigger .download-link:hover .ico path,
.appstore-download-trigger .download-link:hover .ico path {
  fill: #fff !important;
}
.global-download-trigger .download-link:hover span,
.appstore-download-trigger .download-link:hover span {
  background: #fff !important;
  color: #33a0e1 !important;
}
.global-download-trigger .download-link:hover span:before,
.appstore-download-trigger .download-link:hover span:before {
  background: #33a0e1 !important;
}
.global-download-trigger .download-link:hover span svg polyline,
.appstore-download-trigger .download-link:hover span svg polyline {
  fill: #fff;
}
.global-download-trigger.on-white .download-link span,
.appstore-download-trigger.on-white .download-link span {
  box-shadow: 0px 5px 0px -1px rgba(0, 0, 0, 0.05);
}
.global-download-trigger.on-white .download-link:hover .ico path,
.appstore-download-trigger.on-white .download-link:hover .ico path {
  fill: #191919 !important;
}
.global-download-trigger.on-white .download-link:hover span,
.appstore-download-trigger.on-white .download-link:hover span {
  background: #191919 !important;
  color: #ffcc00 !important;
}
.global-download-trigger.on-white .download-link:hover span:before,
.appstore-download-trigger.on-white .download-link:hover span:before {
  background: #ffcc00 !important;
}
.global-download-trigger.on-white .download-link:hover span svg polyline,
.appstore-download-trigger.on-white .download-link:hover span svg polyline {
  fill: #191919;
}
.global-download-trigger.on-color .download-link .ico path,
.appstore-download-trigger.on-color .download-link .ico path {
  fill: #fff !important;
}
.global-download-trigger.on-color .download-link span,
.appstore-download-trigger.on-color .download-link span {
  background: #fff !important;
  color: #33a0e1 !important;
}
.global-download-trigger.on-color .download-link span:before,
.appstore-download-trigger.on-color .download-link span:before {
  background: #33a0e1 !important;
}
.global-download-trigger.on-color .download-link span svg polyline,
.appstore-download-trigger.on-color .download-link span svg polyline {
  fill: #fff;
}
.global-download-trigger.on-color .download-link:hover .ico path,
.appstore-download-trigger.on-color .download-link:hover .ico path {
  fill: #191919 !important;
}
.global-download-trigger.on-color .download-link:hover span,
.appstore-download-trigger.on-color .download-link:hover span {
  background: #191919 !important;
  color: #ffcc00 !important;
}
.global-download-trigger.on-color .download-link:hover span:before,
.appstore-download-trigger.on-color .download-link:hover span:before {
  background: #ffcc00 !important;
}
.global-download-trigger.on-color .download-link:hover span svg polyline,
.appstore-download-trigger.on-color .download-link:hover span svg polyline {
  fill: #191919;
}
.global-download-trigger.icon-up,
.appstore-download-trigger.icon-up {
  display: block;
}
.global-download-trigger.icon-up .ico,
.appstore-download-trigger.icon-up .ico {
  display: block;
  margin: 0 auto 40px;
}
.global-download-trigger.icon-up span,
.appstore-download-trigger.icon-up span {
  display: block;
  text-align: center;
}
.global-download-trigger.icon-up span .pointer-up,
.appstore-download-trigger.icon-up span .pointer-up {
  margin: 0;
  width: 20px;
  height: 10px;
}
.global-download-trigger.icon-up span:before,
.appstore-download-trigger.icon-up span:before {
  position: absolute;
  top: -100px;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%);
}
.global-download-trigger.appstore-download-trigger .download-link span:before,
.appstore-download-trigger.appstore-download-trigger .download-link span:before {
  display: none;
}
.global-download-trigger .also,
.appstore-download-trigger .also,
.global-download-trigger .note,
.appstore-download-trigger .note {
  display: block;
  font-size: 1.4em;
  margin: 60px 0 0 4px;
  line-height: 1.7;
}
@media all and (max-width: 650px) {
  .global-download-trigger,
  .appstore-download-trigger {
    display: block;
  }
  .global-download-trigger .download-link,
  .appstore-download-trigger .download-link {
    padding: 0;
    margin: 0;
  }
  .global-download-trigger .download-link .ico,
  .appstore-download-trigger .download-link .ico {
    display: none;
  }
  .global-download-trigger .download-link span,
  .appstore-download-trigger .download-link span {
    display: block;
    text-align: center;
  }
  .global-download-trigger .download-link span:before,
  .appstore-download-trigger .download-link span:before {
    display: none;
  }
}
.progress {
  text-align: center;
}
.progress section {
  overflow: hidden;
}
.progress .item {
  width: 25%;
  float: left;
  padding: 0 40px;
}
.progress img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 500px;
}
.progress p {
  font-size: 2em;
  margin: 40px 0;
}
.progress .global-download-trigger {
  display: none;
}
@media all and (max-width: 900px) {
  .progress .item {
    width: 50%;
  }
}
@media all and (max-width: 650px) {
  .progress .item {
    width: 100%;
    float: none;
  }
  .progress .global-download-trigger {
    display: none !important;
  }
}
.e-drums-table {
  width: auto;
}
.e-drums-table tr {
  background: none !important;
}
.e-drums-table td {
  text-transform: none;
  font-weight: normal;
  font-size: 1.6em;
  border-top: 1px solid #e4e3e3;
}
.e-drums-table td .preview {
  font-size: 0.8em;
}
.thanks-setup {
  text-align: center;
  padding-bottom: 320px;
  display: none;
}
.thanks-setup .setup {
  grid-gap: 80px;
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.thanks-setup .setup .step:nth-child(1) {
  -ms-grid-column: 1;
}
.thanks-setup .setup .step:nth-child(2) {
  -ms-grid-column: 3;
}
.thanks-setup .setup .step:nth-child(3) {
  -ms-grid-column: 5;
}
.thanks-setup .setup .step .app-bar {
  background: #e4e3e3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  text-align: left;
  padding: 8.6px 0 6.6px;
}
.thanks-setup .setup .step .app-bar span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  overflow: visible;
  background: #ffcc00;
  position: relative;
  margin-left: 28px;
}
.thanks-setup .setup .step .app-bar span:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  overflow: visible;
  background: #ff4b3e;
  position: absolute;
  top: 0px;
  left: -18px;
  bottom: auto;
  right: auto;
}
.thanks-setup .setup .step .app-bar span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  overflow: visible;
  background: #90d330;
  position: absolute;
  top: 0px;
  left: auto;
  bottom: auto;
  right: -18px;
}
.thanks-setup .setup .step img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e4e3e3;
  background: rgba(0, 0, 0, 0.05);
}
.thanks-setup .setup .step p {
  margin: 40px 0 0;
  background: #191919;
  color: #ffcc00;
  padding: 22px 20px 18px 20px;
}
.thanks-setup.thanks-setup-win .setup .step .app-bar {
  background: #cadcfd;
  padding: 0;
  height: 34px;
  text-align: center;
}
.thanks-setup.thanks-setup-win .setup .step .app-bar:before {
  content: '';
  display: block;
  width: 120px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 10px;
  bottom: auto;
  right: auto;
  margin-top: -4px;
  border-radius: 20px;
  background: #99bcfb;
}
.thanks-setup.thanks-setup-win .setup .step .app-bar span {
  background: #dc231f;
  border-radius: 0px;
  width: 40px;
  height: auto;
  position: absolute;
  top: 0px;
  left: auto;
  bottom: auto;
  right: 10px;
  padding-top: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.thanks-setup.thanks-setup-win .setup .step .app-bar span:before {
  display: none;
}
.thanks-setup.thanks-setup-win .setup .step .app-bar span:after {
  background: none;
  content: '\00d7';
  display: inline;
  border-radius: 0px;
  position: static;
  color: #fff;
  font-size: 2em;
}
.thanks-setup.thanks-setup-win .setup .step img {
  border-color: #cadcfd;
}
.thanks-setup.thanks-setup-win .defender {
  margin-top: 40px;
}
.thanks-setup.thanks-setup-win .defender img {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.thanks-setup.thanks-setup-win .defender p {
  margin: 40px auto 0;
  background: #191919;
  color: #ffcc00;
  padding: 22px 20px 18px 20px;
  width: 100%;
  max-width: 500px;
}
.thanks-fb-msg {
  margin-bottom: -80px;
}
.thanks-fb-msg h2 {
  color: #90d330;
}
.thanks-fb-msg .widget-btn {
  display: inline-block;
  font-size: 2em;
  padding: 22px 20px 18px 20px;
  border-radius: 1px;
  background: #33a0e1;
  color: #fff;
  outline: none;
  text-align: center;
  box-shadow: inset 0px -4px 0px 0 rgba(0, 0, 0, 0.05);
  padding: 22px 20px 18px 20px !important;
  font-family: "AV", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background: #33a0e1 !important;
}
.thanks-fb-msg .widget-btn.btn-s {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 11px 10px 9px 10px;
}
.thanks-fb-msg .widget-btn.btn-l {
  font-size: 3em;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 4px;
}
.thanks-fb-msg .widget-btn:hover {
  background: #2884ba;
}
.old-page {
  background: #dc231f;
  text-shadow: none;
  padding: 40px;
  margin-bottom: 80px;
  border-radius: 2px;
  box-shadow: 0px 5px 0px -1px rgba(0, 0, 0, 0.025);
}
.old-page h3 {
  color: #ffcc00;
  margin: 0;
}
.old-page p {
  color: #fff;
  margin: 20px 0 0 0;
}
.old-page a {
  color: #ff7b71;
}
.todo {
  background: #dc231f;
  color: #fff;
  padding: 11px 10px 9px 10px;
  border-radius: 4px;
}
.todo:before {
  content: 'TODO: ';
  color: #ffcc00;
}
.todo a {
  color: #ffcc00;
}
.genre-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.genre-list li {
  display: inline-block;
}
.genre-list li a {
  padding: 9px 10px 6px;
  background: #ebeaea;
  border-radius: 1px;
  margin-bottom: 15px;
  display: block;
  margin-right: 11px;
}
.genre-list li a.active,
.genre-list li a.active:hover {
  background: #8d8d92;
  color: #fff;
}
.genre-list li a.active svg polyline,
.genre-list li a.active:hover svg polyline {
  fill: #8d8d92;
}
.genre-list li a:hover {
  background: #33a0e1;
  color: #fff;
}
.genre-list li a:hover svg polyline {
  fill: #33a0e1;
}
.genre-list li a.more {
  background: #ffcc00;
  color: #454546;
}
.genre-list li a.more:before {
  content: 'And more!';
}
.genre-list li a.more:hover {
  background: #454546;
  color: #ffcc00;
}
.genre-list li a.more:hover:before {
  content: 'See all Melodics Lessons';
}
.genre-list li a.more:hover svg polyline {
  fill: #454546;
}
.genre-list:hover {
  animation-play-state: paused;
}
.course-tile {
  width: 400px;
  padding: 40px;
  border-radius: 2px;
  box-shadow: 0px 5px 0px -1px rgba(0, 0, 0, 0.025);
  position: relative;
}
.course-tile .lbl {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 75px;
  left: 140px;
  bottom: auto;
  right: auto;
  color: #fff;
}
.course-tile svg {
  width: 80px;
  height: auto;
}
.course-tile svg * {
  fill: #fff;
}
.course-tile h4 {
  color: #ffcc00;
  margin: 20px 0 10px 0;
}
.course-tile p {
  font-size: 14px !important;
  color: #fff;
  margin: 0 0 40px;
}
.course-tile .btn {
  font-size: 16px !important;
}
@keyframes msgBobAnim {
  000% {
    transform: translateY(0);
  }
  050% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.verify-install .win-msg {
  background: #33a0e1;
  padding: 40px;
  border-radius: 1px;
  animation-iteration-count: infinite;
  animation-duration: 2000ms;
  animation-name: msgBobAnim;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
  position: fixed;
  top: auto;
  left: auto;
  bottom: 40px;
  right: 40px;
  z-index: 9;
  display: none;
}
.verify-install .win-msg h2 {
  margin: 0 0 20px;
}
.verify-install .win-msg p {
  margin: 0;
}
.verify-install .win-msg button {
  background: #2884ba;
  margin-top: 20px;
}
.verify-install .win-msg button:hover {
  color: #33a0e1;
  background: #fff;
}
.verify-install .win-msg.active {
  display: block;
}
.lp-as-kb-key {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lp-as-kb-key li {
  margin-bottom: 20px;
}
.lp-as-kb-key .swatch {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
}
.lp-as-kb-key .swatch span {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2f2f2f;
  white-space: nowrap;
}
.affiliate-img {
  width: 500px;
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 20px;
  transform: translateY(-50%);
  margin-top: -50px;
}
@media all and (max-width: 1200px) {
  .affiliate-img {
    display: none;
  }
}
.affiliate {
  max-width: 800px;
}
.affiliate ol {
  font-size: 1.6em;
  margin: 40px 0 40px -20px;
}
.affiliate ol li {
  margin-bottom: 40px;
}
.do-you-have-hw {
  background: rgba(25, 25, 25, 0.95);
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 40px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms cubic-bezier(0.8, 0, 0.145, 1);
}
.do-you-have-hw.active {
  opacity: 1;
  pointer-events: auto;
}
.do-you-have-hw .close {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 20px;
  left: auto;
  bottom: auto;
  right: 20px;
  outline: none;
}
.do-you-have-hw .close:hover {
  color: #ffffff;
}
.do-you-have-hw .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  width: 900px;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms cubic-bezier(0.8, 0, 0.145, 1);
  transform: translateY(0%) translateX(-50%);
}
.do-you-have-hw .frame .thx {
  display: inline-block;
  background: #79c906;
  padding: 22px 20px 18px 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  white-space: nowrap;
  margin-bottom: 40px;
  animation-iteration-count: infinite;
  animation-duration: 2000ms;
  animation-name: thxBobAnim;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
}
@keyframes thxBobAnim {
  000% {
    transform: translateY(0);
  }
  050% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.do-you-have-hw .frame h3 {
  color: #ffcc00;
}
.do-you-have-hw .frame hr {
  opacity: 0.75;
  margin: 40px 0;
}
.do-you-have-hw .frame p {
  font-size: 2.4em;
  color: #fff;
}
.do-you-have-hw .frame p em {
  color: #90d330;
  font-style: normal;
}
.do-you-have-hw .frame .already-have-account {
  font-size: 1.2em;
  color: #33a0e1;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
}
.do-you-have-hw .frame .already-have-account:hover {
  color: #90d330;
}
.do-you-have-hw .frame .opts {
  overflow: hidden;
}
.do-you-have-hw .frame .opts button {
  outline: none;
  width: 25%;
  float: left;
}
.do-you-have-hw .frame .opts button img {
  display: block;
  width: 100%;
  height: auto;
  display: none;
}
.do-you-have-hw .frame .opts button .btn {
  font-size: 1.6em;
  display: block;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.do-you-have-hw .frame .opts button .btn.no-hw {
  background: #ff4b3e;
}
.do-you-have-hw .frame .opts button:hover .btn {
  background: #79c906;
}
.do-you-have-hw .frame .opts button:hover.no-hw .btn {
  background: #dc231f;
}
.do-you-have-hw .frame.frame-2 .cancel {
  background: #ff4b3e;
  margin-left: 40px;
}
.do-you-have-hw .frame.frame-2 .cancel:hover {
  background: #dc231f;
}
.do-you-have-hw .frame.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 900px) {
  .do-you-have-hw .frame {
    width: 600px;
  }
  .do-you-have-hw .frame .opts button .btn {
    padding: 15px 0 0 0;
    background: none;
    width: 100%;
    color: #33a0e1;
  }
  .do-you-have-hw .frame .opts button .btn:hover,
  .do-you-have-hw .frame .opts button .btn:focus {
    background: none;
  }
}
.its-an-app {
  background: rgba(25, 25, 25, 0.95);
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 40px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms cubic-bezier(0.8, 0, 0.145, 1);
}
.its-an-app.active {
  opacity: 1;
  pointer-events: auto;
}
.its-an-app .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 900px;
  text-align: left;
}
.its-an-app .frame .img-holder {
  width: 40%;
  position: relative;
  top: -103px;
}
.its-an-app .frame .img-holder img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}
.its-an-app .frame .img-holder .arrow {
  position: absolute;
  top: 10%;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 1;
  animation-iteration-count: infinite;
  animation-duration: 2000ms;
  animation-name: fallAnim;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
}
@keyframes fallAnim {
  000% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(500%);
  }
}
.its-an-app .frame .options {
  width: 60%;
  position: absolute;
  top: 0;
  left: 40%;
  bottom: auto;
  right: auto;
  padding-left: 40px;
}
.its-an-app .frame .options h3 {
  font-size: 3em;
  color: #ffcc00;
}
.its-an-app .frame .options ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 2.4em;
  margin: 40px 0;
}
.its-an-app .frame .options ul li {
  margin-bottom: 20px;
}
.its-an-app .frame .options ul button {
  outline: none;
  position: relative;
  padding: 0;
}
.its-an-app .frame .options ul button:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
  background: #454546;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  top: -2px;
  transition: all 100ms cubic-bezier(0.8, 0, 0.145, 1);
}
.its-an-app .frame .options ul button:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 16px;
  left: 15px;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%) scale(2);
  opacity: 0;
  transition: all 200ms cubic-bezier(0.8, 0, 0.145, 1);
}
.its-an-app .frame .options ul button:hover {
  color: #fff;
}
.its-an-app .frame .options ul button.active {
  color: #fff;
}
.its-an-app .frame .options ul button.active:before {
  background: #8d8d92;
}
.its-an-app .frame .options ul button.active:after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.its-an-app .frame .options .dl-btn {
  padding-left: 40px;
  padding-right: 40px;
}
.its-an-app .frame .options .dl-btn.inactive {
  background: #454546;
  color: #8d8d92;
  pointer-events: none;
}
.kb-shortcut-lbl {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #33a0e1;
  padding: 11px 10px 9px 10px;
  border-radius: 1px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  white-space: nowrap;
  margin: 0 0 10px 0;
  min-width: 30px;
  text-align: center;
}
.kb-shortcut-lbl:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #33a0e1;
  position: absolute;
  top: auto;
  left: 20px;
  bottom: 0;
  right: auto;
  transform: translateX(-50%) translateY(2px) rotate(45deg);
}
.kb-shortcut-lbl.tr {
  margin: 0 0 10px 0;
}
.kb-shortcut-lbl.tr:after {
  left: auto;
  right: 20px;
}
.kb-shortcut-lbl.tm {
  margin: 0 0 0 0;
}
.kb-shortcut-lbl.tm:after {
  bottom: 0;
  top: auto;
  transform: translateX(-50%) translateY(2px) rotate(45deg);
  left: 50%;
  right: auto;
}
.kb-shortcut-lbl.bl {
  margin: 0 0 -10px 0;
}
.kb-shortcut-lbl.bl:after {
  bottom: auto;
  top: 0;
  transform: translateX(-50%) translateY(-2px) rotate(45deg);
}
.kb-shortcut-lbl.br {
  margin: 0 0 0 0;
}
.kb-shortcut-lbl.br:after {
  bottom: auto;
  top: 0;
  transform: translateX(-50%) translateY(-2px) rotate(45deg);
  left: auto;
  right: 20px;
}
.kb-shortcut-lbl.bm {
  margin: 0 0 0 0;
}
.kb-shortcut-lbl.bm:after {
  bottom: auto;
  top: 0;
  transform: translateX(-50%) translateY(-2px) rotate(45deg);
  left: 50%;
  right: auto;
}
.kb-shortcut-lbl.ml {
  margin: 0 0 0 10px;
}
.kb-shortcut-lbl.ml:after {
  bottom: 50%;
  left: 0;
  transform: translateX(-2px) translateY(50%) rotate(45deg);
}
.kb-shortcut-lbl.mr {
  margin: 0 10px 0 0;
}
.kb-shortcut-lbl.mr:after {
  bottom: 50%;
  left: auto;
  right: 0;
  transform: translateX(2px) translateY(50%) rotate(45deg);
}
.kb-shortcut-lbl.pm {
  background: #8d3db8;
}
.kb-shortcut-lbl.pm:after {
  background: #8d3db8;
}
.sml-txt {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.kb-controls {
  margin-top: 80px;
}
.kb-controls .switch span {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 16.5px 15px 13.5px 15px;
  background: #d7d6d6;
  color: #8d8d92;
  margin-right: -3px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.kb-controls .switch span:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
}
.kb-controls .switch span:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
}
.kb-controls .switch span:last-child:after {
  display: none;
}
.kb-controls .switch span:after {
  content: '';
  width: 1px;
  height: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 25%;
  left: auto;
  bottom: auto;
  right: 0;
  z-index: 2;
}
.kb-controls .switch span:hover {
  background: #2884ba;
  cursor: default;
  color: #fff;
}
.kb-controls .switch span:hover:after {
  display: none;
}
.kb-controls .switch span.curr {
  background: #33a0e1;
  color: #fff;
}
.kb-controls .switch span.curr:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #33a0e1;
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform-origin: 0% 0%;
}
.kb-controls .switch span.curr:after {
  display: none;
}
.kb-controls .switch {
  float: right;
  position: relative;
  z-index: 2;
}
.kb-controls .frame {
  position: relative;
  display: none;
}
.kb-controls .frame.active {
  display: block;
}
.kb-controls .lbl {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #33a0e1;
  padding: 11px 10px 9px 10px;
  border-radius: 1px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  white-space: nowrap;
  margin: 0 0 10px 0;
  min-width: 30px;
  text-align: center;
}
.kb-controls .lbl:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #33a0e1;
  position: absolute;
  top: auto;
  left: 20px;
  bottom: 0;
  right: auto;
  transform: translateX(-50%) translateY(2px) rotate(45deg);
}
.kb-controls .lbl.tr {
  margin: 0 0 10px 0;
}
.kb-controls .lbl.tr:after {
  left: auto;
  right: 20px;
}
.kb-controls .lbl.tm {
  margin: 0 0 0 0;
}
.kb-controls .lbl.tm:after {
  bottom: 0;
  top: auto;
  transform: translateX(-50%) translateY(2px) rotate(45deg);
  left: 50%;
  right: auto;
}
.kb-controls .lbl.bl {
  margin: 0 0 -10px 0;
}
.kb-controls .lbl.bl:after {
  bottom: auto;
  top: 0;
  transform: translateX(-50%) translateY(-2px) rotate(45deg);
}
.kb-controls .lbl.br {
  margin: 0 0 0 0;
}
.kb-controls .lbl.br:after {
  bottom: auto;
  top: 0;
  transform: translateX(-50%) translateY(-2px) rotate(45deg);
  left: auto;
  right: 20px;
}
.kb-controls .lbl.bm {
  margin: 0 0 0 0;
}
.kb-controls .lbl.bm:after {
  bottom: auto;
  top: 0;
  transform: translateX(-50%) translateY(-2px) rotate(45deg);
  left: 50%;
  right: auto;
}
.kb-controls .lbl.ml {
  margin: 0 0 0 10px;
}
.kb-controls .lbl.ml:after {
  bottom: 50%;
  left: 0;
  transform: translateX(-2px) translateY(50%) rotate(45deg);
}
.kb-controls .lbl.mr {
  margin: 0 10px 0 0;
}
.kb-controls .lbl.mr:after {
  bottom: 50%;
  left: auto;
  right: 0;
  transform: translateX(2px) translateY(50%) rotate(45deg);
}
.kb-controls .lbl.pm {
  background: #8d3db8;
}
.kb-controls .lbl.pm:after {
  background: #8d3db8;
}
.kb-controls .lbl.lbl-1 {
  left: 71.8%;
  bottom: 45%;
}
.kb-controls .lbl.lbl-2 {
  left: 0%;
  bottom: 71.8%;
}
.kb-controls .lbl.lbl-3 {
  left: 21.4%;
  bottom: 13.6%;
}
.kb-controls .lbl.lbl-4 {
  left: 89.42%;
  bottom: 28.6%;
}
.kb-controls .lbl.lbl-5 {
  left: 89.42%;
  bottom: 0;
  margin-bottom: -36px;
}
.kb-controls .lbl.lbl-6 {
  left: 95.1%;
  bottom: 13.6%;
}
.kb-controls .lbl.lbl-7 {
  left: 0%;
  bottom: 60.5%;
}
.kb-controls .lbl.lbl-8 {
  left: 46.3%;
  bottom: 29.5%;
}
.kb-controls .lbl.lbl-9 {
  left: auto;
  right: 33%;
  bottom: 75.5%;
}
.kb-controls .lbl.lbl-10 {
  left: 68%;
  bottom: 75.5%;
}
.kb-controls .lbl.lbl-11 {
  left: 60.5%;
  bottom: 26.4%;
}
.kb-controls .lbl.lbl-12 {
  left: 71%;
  bottom: 35.5%;
}
.kb-controls .lbl.lbl-13 {
  left: auto;
  right: 35.2%;
  bottom: 51.2%;
}
.kb-controls .lbl.lbl-14 {
  left: 73.25%;
  bottom: 60.5%;
}
.kb-controls .lbl.lbl-15 {
  left: 81%;
  bottom: 51.5%;
}
.kb-controls .lbl.lbl-16 {
  left: auto;
  right: 38.5%;
  bottom: 75.5%;
}
.kb-controls .lbl.lbl-17 {
  left: auto;
  right: 49%;
  bottom: 66%;
}
.kb-controls .key {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: auto;
  right: auto;
  margin-top: 20px;
}
.kb-controls .key .lbl {
  position: relative;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.kb-controls .key span {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #8d8d92;
}
.tl-shortcuts {
  position: relative;
  background: #000;
}
.tl-shortcuts img {
  opacity: 0.5;
  transition: all 400ms cubic-bezier(0.8, 0, 0.145, 1);
}
.tl-shortcuts:hover img {
  opacity: 1;
}
.tl-shortcuts .lbl {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #33a0e1;
  padding: 11px 10px 9px 10px;
  border-radius: 1px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  white-space: nowrap;
  margin: 0 0 10px 0;
  min-width: 30px;
  text-align: center;
  transform: translateX(-50%);
  font-size: 16px;
  background: #d7d6d6;
  color: #454546;
  min-width: 36px;
  border-radius: 2px;
  box-shadow: 0px 0px 20px 9px rgba(0, 0, 0, 0.5);
}
.tl-shortcuts .lbl:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #33a0e1;
  position: absolute;
  top: auto;
  left: 20px;
  bottom: 0;
  right: auto;
  transform: translateX(-50%) translateY(2px) rotate(45deg);
}
.tl-shortcuts .lbl.tr {
  margin: 0 0 10px 0;
}
.tl-shortcuts .lbl.tr:after {
  left: auto;
  right: 20px;
}
.tl-shortcuts .lbl.tm {
  margin: 0 0 0 0;
}
.tl-shortcuts .lbl.tm:after {
  bottom: 0;
  top: auto;
  transform: translateX(-50%) translateY(2px) rotate(45deg);
  left: 50%;
  right: auto;
}
.tl-shortcuts .lbl.bl {
  margin: 0 0 -10px 0;
}
.tl-shortcuts .lbl.bl:after {
  bottom: auto;
  top: 0;
  transform: translateX(-50%) translateY(-2px) rotate(45deg);
}
.tl-shortcuts .lbl.br {
  margin: 0 0 0 0;
}
.tl-shortcuts .lbl.br:after {
  bottom: auto;
  top: 0;
  transform: translateX(-50%) translateY(-2px) rotate(45deg);
  left: auto;
  right: 20px;
}
.tl-shortcuts .lbl.bm {
  margin: 0 0 0 0;
}
.tl-shortcuts .lbl.bm:after {
  bottom: auto;
  top: 0;
  transform: translateX(-50%) translateY(-2px) rotate(45deg);
  left: 50%;
  right: auto;
}
.tl-shortcuts .lbl.ml {
  margin: 0 0 0 10px;
}
.tl-shortcuts .lbl.ml:after {
  bottom: 50%;
  left: 0;
  transform: translateX(-2px) translateY(50%) rotate(45deg);
}
.tl-shortcuts .lbl.mr {
  margin: 0 10px 0 0;
}
.tl-shortcuts .lbl.mr:after {
  bottom: 50%;
  left: auto;
  right: 0;
  transform: translateX(2px) translateY(50%) rotate(45deg);
}
.tl-shortcuts .lbl.pm {
  background: #8d3db8;
}
.tl-shortcuts .lbl.pm:after {
  background: #8d3db8;
}
.tl-shortcuts .lbl:after {
  background: #d7d6d6;
}
.tl-shortcuts .lbl.lbl-1 {
  left: 5.2%;
  top: 14%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-2 {
  left: 10.75%;
  top: 14%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-3 {
  left: 16.35%;
  top: 14%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-4 {
  left: 21.95%;
  top: 14%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-5 {
  left: 27.5%;
  top: 14%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-5a {
  left: 87.1%;
  top: 14%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-6 {
  left: 41%;
  top: 5%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-7 {
  left: 45.3%;
  top: 5%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-8 {
  left: 49.5%;
  top: 5%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-9 {
  left: 53.8%;
  top: 5%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-10 {
  left: 58.1%;
  top: 5%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-11 {
  left: 45.5%;
  top: 40%;
  bottom: auto;
  right: auto;
  font-size: 12px;
}
.tl-shortcuts .lbl.lbl-12 {
  left: 56.25%;
  top: 44%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-13 {
  left: 44.7%;
  top: 54%;
  bottom: auto;
  right: auto;
}
.tl-shortcuts .lbl.lbl-14 {
  left: 50%;
  top: 26%;
  bottom: auto;
  right: auto;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}
@media all and (max-width: 900px) {
  .visual-kb-shortcuts {
    display: none;
  }
}
.midi-enabled {
  position: fixed;
  top: auto;
  left: 40px;
  bottom: 40px;
  right: auto;
  background: #2884ba;
  padding: 40px;
  z-index: 3;
  text-align: center;
  border-radius: 1px;
  transition: all 400ms cubic-bezier(0.8, 0, 0.145, 1);
  transform: translateY(150%);
}
.midi-enabled.active {
  transform: translateY(0);
}
.midi-enabled h5,
.midi-enabled p,
.midi-enabled ul {
  color: #fff;
}
.midi-enabled p {
  color: #fff;
}
.midi-enabled .img {
  margin-bottom: 40px;
}
.midi-enabled ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.midi-enabled ul li {
  margin-bottom: 25px;
  border-radius: 10px;
}
.midi-enabled ul li span {
  background: rgba(255, 255, 255, 0.1);
  padding: 11px 10px 9px 10px;
}
.midi-enabled button {
  margin-top: 20px;
}
.midi-enabled button:hover {
  background: #fff;
  color: #33a0e1;
}
@keyframes flasherAnim {
  000% {
    fill: #fff;
  }
  050% {
    fill: #33a0e1;
  }
  100% {
    fill: #fff;
  }
}
.restart-shortcuts {
  /*
	.keys 								{
		.l1, .l2, .r1, .r2 				{ .anim-props( 1000ms, flasherAnim ); }
	}
	.pads 								{
		.l1, .l2, .r1, .r2 				{ .anim-props( 1000ms, flasherAnim ); }
	}
	*/
}
.restart-shortcuts em {
  font-style: normal;
  color: #454546;
}
.restart-shortcuts .media {
  background: #454546;
  padding: 80px 20px;
  text-align: center;
  border-radius: 1px;
}
.restart-shortcuts div {
  display: inline-block;
}
.restart-shortcuts div:nth-child(2) {
  margin: 0 20px;
}
.restart-shortcuts div svg {
  height: 80px;
  width: auto;
}
.restart-shortcuts .pads svg *,
.restart-shortcuts .drums svg * {
  fill: #fff;
}
.restart-shortcuts .l1,
.restart-shortcuts .l2,
.restart-shortcuts .r1,
.restart-shortcuts .r2 {
  animation-iteration-count: infinite;
  animation-duration: 1000ms;
  animation-name: flasherAnim;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
}
.new-faqs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  margin-bottom: 80px;
}
.new-faqs ul li {
  border-bottom: 1px dotted #d7d6d6;
  position: relative;
}
.new-faqs ul li .copy {
  display: none;
  padding: 40px 20px;
  background: rgba(215, 214, 214, 0.1);
}
.new-faqs ul li h6 {
  margin: 0;
  padding: 20px 240px 18px 0;
  transition: all 200ms cubic-bezier(0.8, 0, 0.145, 1);
  position: relative;
  cursor: pointer;
}
.new-faqs ul li h6 a {
  pointer-events: none;
}
.new-faqs ul li h6 svg {
  height: 10px;
  width: auto;
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 30px;
  transform: translateY(-50%);
}
.new-faqs ul li h6 svg * {
  fill: #8d8d92;
}
.new-faqs ul li h6:hover {
  background: rgba(215, 214, 214, 0.2);
  padding: 20px 240px 18px 20px;
}
.new-faqs ul li h6:hover svg * {
  fill: #191919;
}
.new-faqs ul li p,
.new-faqs ul li ul,
.new-faqs ul li ol {
  font-size: 1.8em;
  line-height: 1.6;
  color: #454546;
}
.new-faqs ul li p:last-child,
.new-faqs ul li ul:last-child,
.new-faqs ul li ol:last-child {
  margin: 0;
}
.new-faqs ul li ul,
.new-faqs ul li ol {
  padding-left: 40px;
  margin-bottom: 40px;
  margin-left: 0;
}
.new-faqs ul li ul {
  list-style-type: disc;
}
.new-faqs ul li li {
  border: none;
  margin-bottom: 20px;
}
.new-faqs ul li .q-link {
  display: none !important;
  position: absolute;
  top: 33px;
  left: auto;
  bottom: auto;
  right: 80px;
  background: red;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5.5px 5px 4.5px 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
  border-radius: 40px;
  display: none;
}
.new-faqs ul li .q-link:hover {
  background: #ffffff;
}
.new-faqs ul li.active {
  border-bottom: 1px solid #33a0e1;
}
.new-faqs ul li.active h6 {
  background: #33a0e1;
  color: #fff;
  padding: 20px 240px 18px 20px;
}
.new-faqs ul li.active h6 svg * {
  fill: #fff;
}
.new-faqs ul li.active h6 a {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  pointer-events: auto;
}
.new-faqs ul li.active h6 a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.new-faqs ul li.active .copy {
  display: block;
}
.new-faqs ul li.active .q-link {
  display: block;
}
.new-faqs nav {
  position: absolute;
  top: 223px;
  left: 40px;
  bottom: auto;
  right: auto;
  width: 320px;
  display: none;
}
.new-faqs nav a {
  font-size: 1.4em;
  display: block;
  line-height: 1.4;
}
.new-faqs nav a:after {
  content: '';
  display: block;
  border-top: 1px dotted #d7d6d6;
  width: 41px;
  margin: 20px 0;
}
.new-faqs nav a.sec-head {
  color: #454546;
  font-size: 2em;
}
@media all and (max-width: 650px) {
  .new-faqs h5 {
    margin-left: 0;
  }
  .new-faqs ul {
    margin-left: 0;
  }
  .new-faqs ul li .q-link {
    display: none !important;
  }
  .new-faqs ul li h6 {
    padding-right: 40px;
  }
  .new-faqs ul li h6 svg {
    right: 10px;
  }
  .new-faqs ul li.active h6 {
    padding-right: 40px;
  }
  .new-faqs nav {
    display: none;
  }
}
.lil-floater {
  float: right;
  width: 400px;
  margin-left: 40px;
}
@media all and (max-width: 650px) {
  .lil-floater {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.outage-alert {
  height: 80px;
  background: #dc231f;
  color: #fff;
  font-size: 1.6em;
  position: relative;
}
.outage-alert img {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.outage-alert span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
}
.outage-alert em {
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
}
@media all and (max-width: 900px) {
  .outage-alert {
    text-align: center;
    height: auto;
    padding: 20px;
    line-height: 1.2;
  }
  .outage-alert img {
    display: none;
  }
}
.progress-graphs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.progress-graphs li {
  width: 50%;
  float: left;
  margin-bottom: 80px;
}
.progress-graphs li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.progress-graphs li p {
  font-size: 1.2em;
}
.progress-graphs li:nth-of-type(odd) {
  padding-right: 20px;
}
.progress-graphs li:nth-of-type(even) {
  padding-left: 20px;
}
@media all and (max-width: 650px) {
  .progress-graphs li {
    float: none;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 40px;
  }
}
.support-article {
  padding-top: 160px;
}
@media all and (max-width: 900px) {
  .support-article {
    padding-top: 40px;
  }
}
.support-article .col-list {
  overflow: hidden;
  padding: 0;
}
.support-article .col-list li {
  display: block;
  float: left;
  width: 25%;
}
.support-article .with-sidebar {
  position: relative;
  padding-left: 360px;
}
.support-article .with-sidebar nav {
  position: sticky;
  top: 200px;
  margin-left: -360px;
  float: left;
  width: 320px;
}
.support-article .with-sidebar nav a {
  font-size: 1.4em;
  display: block;
  line-height: 1.4;
}
.support-article .with-sidebar nav a:after {
  content: '';
  display: block;
  border-top: 1px dotted #d7d6d6;
  width: 41px;
  margin: 20px 0;
}
.support-article .with-sidebar nav a.sec-head {
  color: #454546;
  font-size: 2em;
}
@media all and (max-width: 650px) {
  .support-article .col-list li {
    width: 50%;
  }
  .support-article .with-sidebar {
    padding-left: 0;
  }
  .support-article .with-sidebar nav {
    display: none;
  }
}
@media all and (max-height: 1500px) {
  .support-article .with-sidebar nav {
    top: 150px;
    margin-top: -14px;
  }
  .support-article .with-sidebar nav h6 {
    margin: 20px 0;
  }
  .support-article .with-sidebar nav a {
    padding: 0 0 10px 0;
  }
  .support-article .with-sidebar nav a:after {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */