@charset "UTF-8";
/*master*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Quicksand:wght@500;700&display=swap");
:root {
  --f-primary:	"Open Sans","Helvetica", Helvetica, Arial,sans-serif;
  --f-secondary:	"Quicksand","Helvetica", Helvetica, Arial,sans-serif;
  --c-primary-lighterlighter:	#ADDFE4;
  --c-primary-lighter:	#7DCECA;
  --c-primary:	#299B98;
  --c-primary-darker:	#258B88;
  --c-primary-darkerdarker:	#238481;
  --c-dark:	#23252D;
  --c-dark-lighter:	#1E2027;
  --c-dark-light:	#111216;
  --c-dark-lightest:	#475C7A;
  --c-dark-trans:	rgba(35,37,45,.8);
  --c-noot-light:	#DDD;
  --c-noot:	#888;
  --c-noot-dark:	#555;
  --c-light:	#FFF;
  --c-error: #FC3059;
}

.cf, .container, #global-footer nav, aside.single-more, main.single-edit form, main.upload form, main.single-edit .category-selection, main.upload .category-selection, main.single section .all-comments table tr, main.about section.points, main, .profile-thumbnail, .audio-thumbnail, .two-col, .result-container {
  zoom: 1;
}
.cf:before, .container:before, #global-footer nav:before, aside.single-more:before, main.single-edit form:before, main.upload form:before, main.single-edit .category-selection:before, main.upload .category-selection:before, main.single section .all-comments table tr:before, main.about section.points:before, main:before, .profile-thumbnail:before, .audio-thumbnail:before, .two-col:before, .result-container:before, .cf:after, .container:after, #global-footer nav:after, aside.single-more:after, main.single-edit form:after, main.upload form:after, main.single-edit .category-selection:after, main.upload .category-selection:after, main.single section .all-comments table tr:after, main.about section.points:after, main:after, .profile-thumbnail:after, .audio-thumbnail:after, .two-col:after, .result-container:after {
  content: "";
  display: block;
}
.cf:after, .container:after, #global-footer nav:after, aside.single-more:after, main.single-edit form:after, main.upload form:after, main.single-edit .category-selection:after, main.upload .category-selection:after, main.single section .all-comments table tr:after, main.about section.points:after, main:after, .profile-thumbnail:after, .audio-thumbnail:after, .two-col:after, .result-container:after {
  clear: both;
}

body {
  min-width: 320px;
  background-color: var(--c-light);
  font-family: var(--f-primary);
  color: var(--c-dark);
  position: relative;
}
body.loading {
  background-color: var(--c-light);
}

img {
  max-width: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: var(--c-dark-lightest);
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: var(--c-dark-lightest);
}
h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus {
  text-decoration: underline;
}

h1, h2, h3 {
  font-family: var(--f-secondary);
  font-weight: 700;
}

h4, h5, h6 {
  font-family: var(--f-primary);
  font-weight: 500;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.875em;
}

h6 {
  font-size: 0.75em;
}

p {
  margin-top: 1em;
  line-height: 1.5;
  word-wrap: break-word;
}
p:first-child, p:first-of-type {
  margin-top: 0;
}

li {
  line-height: 1.5;
}

a {
  color: var(--c-primary);
}
a:hover, a:focus, a:active {
  color: var(--c-primary-darker);
}

.feedback {
  padding: 1em 0;
  color: var(--c-primary-darker);
  border: 1px solid currentColor;
}
.feedback.has-errors {
  color: var(--c-error);
}
.feedback p {
  font-family: var(--f-primary);
}
.feedback li {
  list-style: disc;
  margin-left: 2em;
}
.profile-edit .feedback, #profile-contact .feedback, .upload .feedback {
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  background-color: var(--c-primary-lighter);
  color: var(--c-noot-dark);
  padding: 1em;
  margin-bottom: 2em;
}
.profile-edit .feedback.has-errors, #profile-contact .feedback.has-errors, .upload .feedback.has-errors {
  color: var(--c-error);
  border-color: var(--c-error);
  background-color: transparent;
}
.dark-form .feedback {
  background: none;
  color: var(--c-light);
}

.error {
  color: var(--c-error);
}
.error a {
  color: var(--c-error);
}

.interact li {
  padding-left: 1.5em;
  font-size: 1.125em;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em auto;
}
.interact li a {
  text-decoration: none;
}
.interact li a:hover, .interact li a:focus, .interact li a:active {
  text-decoration: underline;
}
.interact li.profile {
  background-image: url(cssimages/dash-profile.svg);
}
.interact li.upload {
  background-image: url(cssimages/dash-upload.svg);
}
.interact li.manage {
  background-image: url(cssimages/dash-manage.svg);
}
.interact li.profile-edit {
  background-image: url(cssimages/dash-profile-edit.svg);
}
.interact li.button-like.like {
  background-image: url(cssimages/unliked.svg);
}
.interact li.button-like.unlike {
  background-image: url(cssimages/liked.svg);
}
.interact li.comment {
  background-image: url(cssimages/comment.svg);
}
.interact li.edit {
  background-image: url(cssimages/edit.svg);
}

.boxed, aside.dashboard .tasks, aside > section, main.single-edit form > div.part-1, main.single-edit form > div .part-2, main.single-edit form > div .part-3, main.upload form > div.part-1, main.upload form > div .part-2, main.upload form > div .part-3, main.single section.comments .commentform, .pagination {
  padding: 1em;
  margin: 1em;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
}

.pale, aside.profile section.contact h3 + span {
  color: var(--c-noot);
  font-size: 0.875em;
  font-style: italic;
  display: block;
}

.innerwrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.comma-list, aside.profile section .focus li, aside.profile section .genres li, .categories li {
  display: inline;
}
.comma-list:after, aside.profile section .focus li:after, aside.profile section .genres li:after, .categories li:after {
  content: ", ";
}
.comma-list:last-child:after, aside.profile section .focus li:last-child:after, aside.profile section .genres li:last-child:after, .categories li:last-child:after {
  content: none;
}

section {
  padding: 1em 0;
}

.logo {
  width: 100px;
  height: 60px;
  margin-inline: 0.5em;
}
.logo a {
  width: 100px;
  height: 60px;
  display: block;
  mask-image: url(cssimages/logo.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  text-indent: -9999px;
  background: var(--c-primary-lighterlighter);
}

label {
  display: block;
  font-family: var(--f-primary);
  font-weight: 600;
  line-height: 1.5;
}
label.category-checklist {
  display: block;
  margin: 0.5em 0;
  font-family: var(--f-primary);
  float: left;
  width: 50%;
  font-size: 0.875em;
}

form span {
  color: var(--c-noot-dark);
  display: block;
  font-size: 0.875em;
  font-style: italic;
  line-height: 1.25;
}
form span.deactivate {
  font-style: normal;
  margin-bottom: 1em;
  font-size: 1em;
  font-family: var(--f-primary);
  font-weight: 600;
}

input,
textarea,
select {
  padding: 0.5em;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  margin: 0.25em 0 1em;
  max-width: 100%;
  width: 100%;
  background-color: var(--c-light);
  display: block;
  border: 1px solid var(--c-dark);
}

select {
  background-image: url(cssimages/dropdown.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 8px;
}

textarea {
  min-height: 150px;
}

input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25em 0 0;
  background: var(--c-light);
  width: auto;
  height: 1.5em !important;
  width: 1.5em !important;
  padding: 0;
  position: relative !important;
}
input:checked:after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(cssimages/check.svg) no-repeat center center;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

.button,
a.button,
input[type=submit].button {
  width: auto;
  max-width: 250px;
  margin: 0.5em 0;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: var(--c-primary);
  color: var(--c-light);
  border: none;
  border-radius: 0.5em;
  letter-spacing: 0.1em;
  padding: 0 1em;
  font-family: var(--f-secondary);
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.button:hover, .button:active, .button:focus,
a.button:hover,
a.button:active,
a.button:focus,
input[type=submit].button:hover,
input[type=submit].button:active,
input[type=submit].button:focus {
  background: var(--c-primary-darkerdarker);
  color: var(--c-light);
}

.avatar-full {
  max-width: 300px;
}
.avatar-small {
  display: block;
  width: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.album-art-thumbnail {
  display: block;
}
.album-art-full {
  display: block;
}

.dark {
  background: var(--c-noot-dark) url(cssimages/authenticationbg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 0.25em;
  text-align: left;
  position: relative;
  height: 100%;
  min-height: 100vh;
}
.flexbox .dark {
  padding: 5%;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.dark .extra-options {
  margin-top: 0.75em;
  text-align: center;
  line-height: 2;
}
.dark .feedback {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.dark-form {
  padding: 1.5em;
  color: var(--c-light);
  background: var(--c-dark-trans);
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.flexbox .dark-form {
  flex: 1 0 auto;
}
.dark-form h2 {
  color: var(--c-light);
  text-align: center;
  margin-bottom: 0.5em;
}
.dark-form .error {
  color: #FC8686;
}
.dark-form .error a {
  color: #FC8686;
}
.dark-form a {
  color: var(--c-light);
}
.dark-form form {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.dark-form form select,
.dark-form form input,
.dark-form form textarea {
  width: 100%;
  border: 2px solid var(--c-primary-lighterlighter);
  margin: 0 auto;
}
.dark-form form label {
  margin: 1em auto 0.25em;
  width: 100%;
  line-height: 1.5;
  font-family: var(--f-primary);
}
.dark-form form label[for=tos] {
  text-transform: none;
}
.dark-form form input.button {
  width: 100%;
  margin: 1.75em auto 0;
  display: block;
  max-width: none;
}

.result-container {
  margin-top: 1em;
  max-width: 960px;
  margin: 0 auto;
}

.two-col {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.flexbox .two-col {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 auto;
}

.audio-thumbnail {
  width: 100%;
  border-top: 1px solid var(--c-noot-light);
  padding: 0.75em 0;
  position: relative;
}
.flexbox .audio-thumbnail {
  display: flex;
  flex-wrap: wrap;
}
.audio-thumbnail:last-child {
  border-bottom: 1px solid var(--c-noot-light);
}
.audio-thumbnail a {
  text-decoration: none;
}
.audio-thumbnail a:hover, .audio-thumbnail a:active, .audio-thumbnail a:focus {
  text-decoration: underline;
}
.audio-thumbnail-link {
  width: 30%;
  float: left;
  display: block;
}
.flexbox .audio-thumbnail-link {
  float: none;
  flex: 0 0 auto;
}
.audio-thumbnail figcaption {
  text-align: left;
  padding-left: 0.75em;
  width: 70%;
  float: left;
}
.flexbox .audio-thumbnail figcaption {
  float: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.audio-thumbnail h3:first-child {
  font-size: 1em;
  margin-bottom: 0.0625em;
}
.audio-thumbnail h3 a {
  color: var(--c-dark-lightest);
}
.audio-thumbnail h3 a:hover, .audio-thumbnail h3 a:active, .audio-thumbnail h3 a:focus {
  color: var(--c-dark-lightest);
}
.audio-thumbnail h3 + h3 {
  font-size: 0.875em;
  margin-bottom: 0.125em;
  color: var(--c-noot);
}
.audio-thumbnail h4 {
  font-size: 0.875em;
  color: var(--c-noot);
  font-family: var(--f-primary);
  font-weight: 600;
}
.audio-thumbnail ul {
  margin: 0.25em 0;
  color: var(--c-noot);
}
.audio-thumbnail ul li {
  font-size: 0.75em;
  line-height: 1.5;
  display: inline;
  font-family: var(--f-primary);
}
.audio-thumbnail ul li a {
  text-decoration: none;
}
.audio-thumbnail ul.source {
  margin-top: 0.5em;
}
.audio-thumbnail ul.source li {
  display: block;
}
.audio-thumbnail ul.stats {
  margin-bottom: 0;
}
.audio-thumbnail ul.stats li {
  margin-right: 0.125em;
  font-family: var(--f-primary);
  font-weight: 600;
}

.profile-thumbnail {
  border-top: 1px solid var(--c-noot-light);
  width: 100%;
  padding: 0.75em 0;
}
.profile-thumbnail:last-child {
  border-bottom: 1px solid var(--c-noot-light);
}
.profile-thumbnail h3 {
  font-family: var(--f-primary);
  font-weight: 600;
  margin-bottom: 0;
}
.profile-thumbnail-link {
  width: 30%;
  float: left;
  display: block;
}
.profile-thumbnail figcaption {
  float: right;
  padding-left: 0.75em;
  width: 70%;
}

.pagination {
  text-align: center;
  margin: 2em 0;
  width: 100%;
  font-family: var(--f-primary);
  text-align: center;
}
.pagination li {
  display: inline;
  color: var(--c-noot);
  margin: 0 0.25em;
  font-size: 1.125em;
}

/*nav*/
#global-nav {
  width: 100%;
  background: var(--c-dark);
  min-width: 320px;
  height: 60px;
  background: var(--c-dark);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  position: sticky;
  width: 100%;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999;
}
.no-js #global-nav {
  height: auto;
}
.no-js #global-nav {
  height: auto;
  position: relative;
  left: auto;
  right: auto;
  padding: 0;
  z-index: 999999;
}
#global-nav .logo {
  float: left;
}
.no-js #global-nav .logo {
  margin-left: 1rem;
  margin-left: 16px;
}
#global-nav #navsearch {
  height: 0;
  overflow: hidden;
  position: absolute;
  padding: 0 2em;
  top: 60px;
  left: 0;
  opacity: 0;
  right: 0;
  background: var(--c-dark-lighter);
  width: 100%;
  -moz-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
#global-nav #navsearch.active {
  height: 60px;
  opacity: 1;
}
.no-js #global-nav #navsearch, .no-js #global-nav #navsearch.active {
  height: 60px;
  opacity: 1;
  position: static;
  background: none;
}
#global-nav #navsearch input[type=submit] {
  display: none;
}
#global-nav #navsearch input[name=search] {
  background-image: url(cssimages/searchd.svg);
  background-size: 1.5em auto;
  background-repeat: no-repeat;
  background-position: right center;
  margin: 0.625em auto;
  height: 2.5em;
  padding: 0 1em;
  line-height: 2.5;
  display: block;
  width: 100%;
  max-width: 600px;
}
#global-nav ul {
  font-family: var(--f-primary);
  color: var(--c-primary-lighter);
  -moz-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
#global-nav ul li {
  margin: 0 0.5em;
}
#global-nav ul li a {
  color: var(--c-primary-lighter);
  position: relative;
  height: 60px;
  display: block;
  line-height: 60px;
  font-size: 0.9375em;
  text-decoration: none;
  -moz-transition: all ease-in-out 0.125s;
  -o-transition: all ease-in-out 0.125s;
  -webkit-transition: all ease-in-out 0.125s;
  transition: all ease-in-out 0.125s;
}
#global-nav ul li a:hover, #global-nav ul li a:active, #global-nav ul li a:focus {
  color: var(--c-light);
}
#global-nav ul.navguest {
  float: right;
  margin-right: 0.5em;
  -moz-transition: all ease-in-out 0.125s;
  -o-transition: all ease-in-out 0.125s;
  -webkit-transition: all ease-in-out 0.125s;
  transition: all ease-in-out 0.125s;
}
.no-js #global-nav ul.navguest {
  position: absolute;
  float: none;
  right: 0;
  top: 0;
}
#global-nav ul.navguest li {
  float: left;
}
#global-nav ul.navguest li.nexplore {
  display: none;
}
#global-nav ul.navlogged {
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: var(--c-dark-lighter);
  width: 100%;
  opacity: 0;
  height: 0;
  -moz-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.no-js #global-nav ul.navlogged {
  position: static;
  height: auto;
  background: none;
  opacity: 1;
}
#global-nav ul.navlogged.active {
  height: 360px;
  opacity: 1;
}
#global-nav ul.navlogged li {
  text-align: center;
  margin: 0;
}
#global-nav ul.navlogged li.nprofile a img {
  display: none;
  width: 1em;
  height: 1em;
}
#global-nav ul.navlogged li a:hover, #global-nav ul.navlogged li a:focus, #global-nav ul.navlogged li a:active {
  background: var(--c-dark-light);
}
#global-nav #toggle-navsearch {
  width: 30px;
  height: 60px;
  float: right;
  display: block;
  background: url(cssimages/search.svg) no-repeat left center;
  background-size: 20px 20px;
  text-indent: -9999px;
}
.no-js #global-nav #toggle-navsearch {
  display: none;
}
#global-nav #toggle-navlogged {
  float: right;
  height: 60px;
  position: relative;
  background: var(--c-dark-lighter);
  width: 60px;
  display: block;
  font-size: 0.75em;
  text-transform: uppercase;
}
.no-js #global-nav #toggle-navlogged {
  display: none;
}
#global-nav #toggle-navlogged.active #iconcontainer span:nth-child(2) {
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#global-nav #toggle-navlogged.active #iconcontainer span:nth-child(3) {
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#global-nav #toggle-navlogged.active #iconcontainer span:first-child, #global-nav #toggle-navlogged.active #iconcontainer span:last-child {
  width: 0%;
  top: 45%;
  bottom: 45%;
}
#global-nav #toggle-navlogged #iconcontainer {
  position: absolute;
  height: 50%;
  width: 60%;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#global-nav #toggle-navlogged #iconcontainer span {
  display: block;
  height: 13.33%;
  position: absolute;
  top: 42.5%;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  bottom: 42.5%;
  right: 0;
  left: 0;
  width: 100%;
  background: var(--c-primary-lighter);
  margin: 0 auto;
  -moz-transition: all ease-in-out 0.125s;
  -o-transition: all ease-in-out 0.125s;
  -webkit-transition: all ease-in-out 0.125s;
  transition: all ease-in-out 0.125s;
}
#global-nav #toggle-navlogged #iconcontainer span:first-child {
  top: 0%;
  bottom: auto;
}
#global-nav #toggle-navlogged #iconcontainer span:last-child {
  bottom: 0%;
  top: auto;
}

/*HEADER*/
header {
  min-height: max-content;
  height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
}
header .flexbox {
  flex: 1 0 auto;
}
.flexbox header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header > h2 {
  color: var(--c-light);
  text-align: center;
  position: absolute;
  background: var(--c-dark-trans);
  padding: 1em;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100px;
  width: 90%;
}
.flexbox header > h2 {
  position: static;
  max-height: none;
  flex: 0 0 auto;
}
header .cover {
  min-height: 200px;
  height: 50vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.flexbox header .cover {
  flex: 1 0 auto;
}
header .cover img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
header .cover:after {
  position: absolute;
  display: block;
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 ); /* IE6-9 */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
header.about {
  background: var(--c-noot-dark) url(cssimages/about.jpg) no-repeat center center;
  background-size: cover;
  padding: 1em;
}
header.about h2 {
  max-width: 500px;
}
header.dashboard {
  padding: 92px 2em 2em;
  text-align: center;
  height: auto;
  min-height: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.flexbox header.dashboard {
  display: block;
}
header.dashboard .avatar-small {
  vertical-align: middle;
  margin-right: 0.5em;
  height: 50px;
  width: 50px;
  display: inline-block;
}
header.dashboard h2 {
  background: none;
  position: static;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  max-height: auto;
  width: auto;
  padding: 0;
  width: auto;
  display: inline;
  vertical-align: middle;
  line-height: 50px;
  font-size: 2em;
  color: var(--c-dark-lightest);
}
header.explore {
  height: auto;
  min-height: 0;
  padding: 92px 2em 2em;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.flexbox header.explore {
  display: block;
}
header.explore > h2 {
  color: var(--c-dark-lightest);
  text-align: center;
  position: static;
  background: none;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  max-height: none;
  width: 100%;
  font-size: 2em;
  max-width: none;
}
header.index {
  background: var(--c-noot-dark) url(cssimages/homeheader.jpg) no-repeat bottom center;
  background-size: cover;
  min-height: 400px;
}
header.index div {
  position: absolute;
  background: var(--c-dark-trans);
  padding: 1em;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 200px;
  width: 90%;
  max-width: 300px;
  text-align: center;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}
.flexbox header.index div {
  position: static;
  margin: 0;
  flex: 0 0 90%;
  max-height: auto;
}
header.index div h2 {
  color: var(--c-light);
  font-size: 2em;
}
header.index div .button {
  margin: 0.75em 0.25em;
  display: inline-block;
}
header.index div .button[href="#signup"] {
  background: var(--c-primary-lighter);
  color: var(--c-dark);
}
header.index div .button[href="#signup"]:hover, header.index div .button[href="#signup"]:active, header.index div .button[href="#signup"]:focus {
  background: var(--c-primary-lighterlighter);
}
header.profile {
  overflow: visible;
  min-height: 300px;
  height: auto;
}
header.profile .cover {
  height: 150px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
header.profile figure {
  position: relative;
  padding: 0 1em;
  width: 90%;
  margin: 0 auto;
  top: -50px;
  left: 0;
  right: 0;
  text-align: center;
}
header.profile figure .avatar-full {
  width: 100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 1em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
header.profile figure figcaption {
  width: 80%;
  margin: 0 auto;
}
header.profile figure figcaption h2 {
  font-size: 2.5em;
}
header.profile figure figcaption h3 {
  font-family: var(--f-primary);
}
header.single {
  min-height: 0;
  height: auto;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
header.single .cover {
  display: none;
}
header.single .player {
  position: relative;
  /*padding: 1em;*/
}
header.single .player-ui-cd-container {
  display: block;
  position: relative;
}
header.single .player-ui-cd-container .album-art-full {
  display: block;
}
header.single .player-ui-cd-container-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  margin: auto;
  height: 100px;
  width: 100px;
  background-color: var(--c-primary);
  background-image: url(cssimages/play.svg);
  background-repeat: no-repeat;
  background-position: 55% 50%;
  background-size: 50% 50%;
  -moz-transition: all ease-in-out 0.125s;
  -o-transition: all ease-in-out 0.125s;
  -webkit-transition: all ease-in-out 0.125s;
  transition: all ease-in-out 0.125s;
}
header.single .player-ui-cd-container-button:hover, header.single .player-ui-cd-container-button:active, header.single .player-ui-cd-container-button:focus {
  background-color: var(--c-primary-darkerdarker);
}
header.single .player-ui-cd-container-button.playing {
  background-image: url(cssimages/pause.svg);
  background-position: 50% 50%;
}
.no-js header.single .player-ui-cd-container-button {
  display: none;
}
header.single .player figcaption {
  display: none;
}

/*main*/
main {
  padding: 1em;
  width: 100%;
}
main h2 {
  margin-bottom: 0.125em;
}
main h3 {
  margin-bottom: 0.25em;
}
main.no-shit {
  background: var(--c-noot-dark) url(cssimages/notfound.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 20% 2.5em;
  min-height: 100vh;
  position: relative;
}
main.no-shit div {
  padding: 1.5em;
  color: var(--c-light);
  background: var(--c-dark-trans);
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  margin: 0 auto;
  max-width: 350px;
  text-align: center;
}
main.no-shit div h2 {
  color: var(--c-light);
}
main.about section {
  text-align: center;
}
main.about section.intro {
  padding-top: 3em;
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
main.about section.intro h2 + p {
  margin-bottom: 3em;
}
main.about section.points figure {
  margin: 1em auto;
}
main.about section.points figure img {
  width: 100px;
  height: auto;
}
main.about section.points figure figcaption {
  width: 90%;
  margin: 0 auto;
  max-width: 250px;
  padding: 1em 0;
}
main.about section.signup {
  padding: 5em 1em;
}
main.about section.signup h3 {
  margin-bottom: 0.5em;
  font-size: 2em;
}
main.about section.signup .button {
  width: 75%;
  max-width: 200px;
}
main.contact {
  background-image: url(cssimages/speakers.jpg);
}
main.contact h2 {
  font-size: 2.5em;
  text-align: center;
}
main.contact form {
  max-width: 350px;
  margin: 0 auto;
}
main.contact form .button {
  display: block;
  width: 100%;
}
main.dashboard section.latest {
  text-align: center;
  padding-top: 0;
}
main.dashboard section.latest h2 {
  margin-bottom: 0.5em;
  font-size: 1.625em;
}
main.dashboard section.latest .button {
  margin: 2em auto 0;
}
main.explore section {
  padding: 0;
}
main.explore section .result-container {
  margin-top: 0;
}
main.index {
  text-align: center;
  padding: 0;
}
main.index section {
  padding: 2em 2em 3em;
}
main.index section.intro h2 {
  font-size: 2.625em;
  margin: 0 auto 0.25em;
}
main.index section.intro p {
  max-width: 400px;
  margin: 0 auto 2em;
}
main.index section.intro #indexsearch label {
  margin-bottom: 0.5em;
}
main.index section.intro #indexsearch input {
  margin: 0 auto;
  width: 100%;
  border: 1px solid var(--c-dark);
  max-width: 500px;
}
main.index section.intro #indexsearch input[type=submit] {
  display: none;
}
main.index section.intro #indexsearch input[name=search] {
  background-image: url(cssimages/searchd.svg);
  background-size: 1.5em auto;
  background-repeat: no-repeat;
  background-position: right center;
}
main.index section.discover {
  padding: 1em 1em 3em;
}
main.index section.discover h2 {
  font-size: 2.75em;
  line-height: 1;
  margin-bottom: 0;
}
main.index section.discover p {
  margin-bottom: 1.5em;
}
main.index section.discover .button {
  margin-top: 2em;
}
main.index section.dark {
  height: auto;
  min-height: none;
}
main.manage {
  min-height: 500px;
  padding-top: 92px;
}
main.manage h2 {
  font-size: 2.5em;
  margin: 0.5em 0;
}
main.manage table {
  margin: 0 auto 2em;
  text-align: left;
  width: 100%;
}
main.manage table tr th, main.manage table tr td {
  padding: 1.5em 1%;
  font-size: 0.875em;
  vertical-align: middle;
  line-height: 1.25;
}
main.manage table tr th:first-child, main.manage table tr td:first-child {
  display: none;
}
main.manage table tr th:first-child img, main.manage table tr td:first-child img {
  display: block;
}
main.manage table tr th:nth-child(2), main.manage table tr td:nth-child(2) {
  padding: 1em;
  width: 50%;
}
main.manage table tr th:nth-child(3), main.manage table tr td:nth-child(3) {
  display: none;
}
main.manage table tr th:nth-child(4), main.manage table tr th:nth-child(5), main.manage table tr th:last-child, main.manage table tr td:nth-child(4), main.manage table tr td:nth-child(5), main.manage table tr td:last-child {
  max-width: 3em;
  text-align: center;
}
main.manage table tr th {
  background: var(--c-dark-lightest);
  color: var(--c-light);
}
main.manage table tr td {
  border-bottom: 1px solid var(--c-dark-lightest);
}
main.profile {
  text-align: center;
}
main.profile-edit {
  padding-top: 92px;
}
main.profile-edit h2 {
  font-size: 2.5em;
  margin: 0.25em 0;
}
main.profile-edit section {
  padding: 1em;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  margin: 0.25em 0 1.25em;
}
main.profile-edit section h3 {
  margin-bottom: 0.25em;
  font-size: 1.75em;
}
main.profile-edit section form fieldset {
  margin: 2.5em 0 2em;
}
main.profile-edit section form fieldset legend {
  color: var(--c-dark-lightest);
  font-family: var(--f-primary);
  font-weight: 600;
  margin-bottom: 0.25em;
  font-size: 1.125em;
}
main.profile-edit section form div img {
  width: auto;
  max-width: 50px;
  height: auto;
}
main.single section.info {
  padding: 1em;
}
main.single section.info section {
  padding-top: 0;
}
main.single section.info h2 {
  display: none;
}
main.single section.info .credits div, main.single section.info .description div {
  line-height: 1.125;
}
main.single section.info .lyrics div {
  line-height: 1.5;
}
main.single section.comments {
  border-top: 1px solid var(--c-noot);
}
main.single section.comments .commentform {
  margin: 0;
}
main.single section.comments .commentform form textarea {
  height: 75px;
  min-height: auto;
}
main.single section.comments .commentform form .button {
  margin: 0;
}
main.single section .all-comments table {
  width: 100%;
}
main.single section .all-comments table tr {
  margin: 0.5em 0;
}
main.single section .all-comments table tr th, main.single section .all-comments table tr td {
  vertical-align: top;
  padding: 1em 0;
  position: relative;
  border-top: 1px solid var(--c-noot-light);
}
main.single section .all-comments table tr th:first-child, main.single section .all-comments table tr td:first-child {
  width: 50px;
}
main.single section .all-comments table tr th:last-child, main.single section .all-comments table tr td:last-child {
  padding-left: 1em;
}
main.single section .all-comments table tr th:last-child .pale, main.single aside.profile section.contact .all-comments table tr th:last-child h3 + span, aside.profile main.single section.contact .all-comments table tr th:last-child h3 + span, main.single section .all-comments table tr td:last-child .pale, main.single aside.profile section.contact .all-comments table tr td:last-child h3 + span, aside.profile main.single section.contact .all-comments table tr td:last-child h3 + span {
  font-size: 0.75em;
  margin-bottom: 1em;
}
main.single section .all-comments table tr th:last-child blockquote, main.single section .all-comments table tr td:last-child blockquote {
  border-left: 2px solid var(--c-noot-light);
  padding: 0.5em;
  word-wrap: break-word;
}
main.single section .all-comments table tr th:last-child a.comment-delete, main.single section .all-comments table tr td:last-child a.comment-delete {
  position: absolute;
  top: 1em;
  right: 0;
}
main.single section .all-comments table tr:last-child {
  border-bottom: 1px solid var(--c-noot-light);
}
main.single-edit, main.upload {
  padding-top: 92px;
}
main.single-edit h2, main.upload h2 {
  font-size: 2.5em;
  margin: 0.25em 0;
}
main.single-edit .category-selection, main.upload .category-selection {
  margin-bottom: 1em;
}
main.single-edit form, main.upload form {
  margin: 1em auto;
}
main.single-edit form .album-art-thumbnail, main.upload form .album-art-thumbnail {
  max-width: 100px;
  height: auto;
}
main.single-edit form > div.part-1, main.single-edit form > div .part-2, main.single-edit form > div .part-3, main.upload form > div.part-1, main.upload form > div .part-2, main.upload form > div .part-3 {
  margin: 1em 0;
  padding: 1.5em;
}
main.single-edit form label.tos, main.upload form label.tos {
  margin-top: 1em;
}
main.single-edit form input.button, main.upload form input.button {
  margin-top: 1.5em;
}
main.terms {
  padding: 2em;
}

/*ASIDE*/
aside {
  width: 100%;
  padding: 1em 0;
}
aside h1, aside h2 {
  font-family: var(--f-primary);
  font-weight: 600;
  font-size: 1.25em;
}
aside h3 {
  font-family: var(--f-primary);
  font-weight: 600;
  font-size: 1.125em;
}
aside h4 {
  font-size: 1em;
}
aside > section:first-child {
  margin-top: 0;
}
aside.dashboard .tasks {
  margin-top: 0;
}
aside.dashboard .activity h3 {
  text-align: left;
  margin-bottom: 0;
}
aside.dashboard .activity section {
  padding: 0.5em 0;
}
aside.dashboard .activity section h4 {
  font-family: var(--f-primary);
}
aside.dashboard .activity section ul {
  margin-top: 0.5em;
}
aside.dashboard .activity section ul li {
  line-height: 1.5;
  padding: 0.5em;
  font-size: 0.75em;
  border-top: 1px solid var(--c-noot-light);
}
aside.dashboard .activity section ul li:last-child {
  border-bottom: 1px solid var(--c-noot-light);
}
aside.dashboard .activity section ul li blockquote {
  margin-top: 0.5em;
  border-left: 2px solid var(--c-noot-light);
  color: var(--c-noot-dark);
  word-wrap: break-word;
  padding: 0.5em;
  font-style: italic;
}
aside.explore section {
  margin-bottom: 1em;
}
aside.explore section h4 {
  margin-bottom: 0.25em;
}
aside.explore section:last-child {
  margin-bottom: 0;
}
aside.explore section.sort p {
  font-size: 0.875em;
  margin-top: 0.5em;
}
aside.profile section h4 {
  margin-top: 1em;
}
aside.profile section p {
  font-size: 0.875em;
}
aside.profile section ul li {
  margin-block: 0.25em;
  font-size: 0.875em;
}
aside.profile section.contact h3 + span {
  margin-bottom: 1em;
}
aside.single {
  margin-bottom: 0;
}
aside.single section.about h3 {
  color: var(--c-noot);
}
aside.single section.about p, aside.single section.about ul {
  margin-bottom: 0.75em;
  font-size: 0.875em;
}
aside.single section.about p.post-info, aside.single section.about ul.post-info {
  margin-top: 1em;
}
aside.single section.about p.stats li, aside.single section.about ul.stats li {
  display: inline;
  margin-right: 0.5em;
}
aside.single-more {
  padding: 1em;
  margin: 2em auto 0;
  max-width: 1200px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: none;
}
aside.single-more h3 {
  text-align: center;
  margin-bottom: 0.25em;
  font-family: var(--f-secondary);
  font-size: 1.5em;
}
aside.single-more figure {
  float: left;
  width: 23%;
  margin: 1%;
}

/*FOOTER*/
#global-footer {
  clear: both;
  position: relative;
  z-index: 99999;
  background: var(--c-dark);
  color: var(--c-light);
  -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  padding: 1em;
  text-align: center;
}
#global-footer a {
  color: var(--c-light);
  text-decoration: none;
}
#global-footer a:hover, #global-footer a:focus, #global-footer a:active {
  color: var(--c-light);
  text-decoration: underline;
}
#global-footer nav .logo {
  width: 180px;
  height: 50px;
  margin: 0 auto;
  padding-inline: 1em;
}
#global-footer nav .logo a {
  width: 180px;
  height: 50px;
}
#global-footer nav ul {
  margin: 1em 0;
}
#global-footer nav ul li {
  display: inline-block;
  margin: 0 0.125em;
}
#global-footer nav ul li a {
  text-transform: uppercase;
  font-size: 0.75em;
}
#global-footer p {
  padding: 1em 0;
  font-size: 0.75em;
  line-height: 1.5;
  border-top: 1px solid var(--c-light);
}

@media only screen and (max-height: 420px) and (max-width: 529px) {
  #global-nav ul.navlogged li.nexplore, #global-nav ul.navlogged li.nupload {
    display: none !important;
  }
}
@media only screen and (min-width: 530px), only screen and (max-height: 420px) {
  /*NAV*/
  .no-js #global-nav {
    padding-left: 1em;
  }
  .no-js #global-nav .logo {
    margin-left: 0;
  }
  #global-nav ul.navlogged {
    height: 0;
    text-align: center;
  }
  #global-nav ul.navlogged.active {
    height: 60px;
    text-align: center;
  }
  #global-nav ul.navlogged li {
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0 0.5em;
  }
  #global-nav ul.navlogged li a:hover, #global-nav ul.navlogged li a:focus, #global-nav ul.navlogged li a:active {
    background: none;
  }
  #global-nav ul.navlogged li.nexplore, #global-nav ul.navlogged li.nupload {
    display: inline-block;
  }
  #global-nav ul.navlogged li.nprofile {
    margin-right: 0;
  }
  #global-nav ul.navlogged li.nprofile a {
    display: inline-block;
    width: auto;
    margin-right: 0.5em;
  }
  #global-nav ul.navlogged li.nprofile ul {
    display: inline-block;
    width: auto;
    margin-right: 0;
  }
  #global-nav ul.navlogged li.nprofile ul li {
    display: inline-block;
  }
  #global-nav ul.navlogged li.nprofile ul li a {
    margin: 0;
  }
  #global-nav ul.navguest li.nexplore {
    display: block;
  }
}
@media only screen and (min-width: 650px) {
  .dark {
    padding: 5%;
  }
  .flexbox .dark {
    padding: 5%;
  }
  .flexbox .result-container {
    display: flex;
    flex-wrap: wrap;
  }
  .audio-thumbnail {
    width: 48%;
    margin: 0 4% 1em 0;
    border: 1px solid var(--c-noot-light);
    padding: 1em;
    float: left;
    position: relative;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
  }
  .flexbox .audio-thumbnail {
    width: 48%;
    float: none;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    flex: 0 0 auto;
  }
  .audio-thumbnail:nth-child(2n+1) {
    clear: left;
  }
  .audio-thumbnail:nth-child(2n) {
    margin: 0 0 1em 0;
  }
  .audio-thumbnail-link, .audio-thumbnail figcaption {
    float: none;
    width: 100%;
  }
  .flexbox .audio-thumbnail-link, .flexbox .audio-thumbnail figcaption {
    display: block;
    flex: 0 1 auto;
  }
  .audio-thumbnail figcaption {
    padding: 0;
    margin-top: 0.5em;
  }
  .flexbox .audio-thumbnail figcaption {
    justify-content: flex-start;
  }
  .profile-thumbnail-link {
    width: 20%;
  }
  .profile-thumbnail figcaption {
    width: 80%;
  }
  .pagination {
    text-align: left;
  }
  /*HEADER*/
  header {
    height: 50vh;
    min-height: 300px;
  }
  header.about h2 {
    max-height: 80px;
  }
  header.dashboard {
    text-align: left;
  }
  header.dashboard h2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  header.explore h2 {
    text-align: left;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  header.profile .cover {
    height: 250px;
  }
  header.profile figure .avatar-full {
    width: 175px;
  }
  header.profile figure figcaption ul li {
    display: inline;
    margin: 0 1em;
  }
  header.single {
    height: 400px;
    overflow: hidden;
  }
  .flexbox header.single {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  header.single .cover {
    height: 400px;
    display: block;
    z-index: 9;
  }
  header.single .cover:after {
    background: var(--c-dark-trans);
  }
  .flexbox header.single .cover {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  header.single .cover img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    max-width: none;
    height: auto;
    width: 120%;
    top: -200%;
    bottom: -200%;
    right: -200%;
    left: -200%;
  }
  header.single .player {
    position: absolute;
    width: 80%;
    max-width: 650px;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    left: 0;
    right: 0;
    margin: 10% auto;
    display: table;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  }
  header.single .player a {
    text-decoration: none;
  }
  .flexbox header.single .player {
    position: relative;
    z-index: 99;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  header.single .player-ui {
    height: 35%;
    display: table-cell;
    height: auto;
    overflow: hidden;
    margin: auto;
  }
  .flexbox header.single .player-ui {
    flex: 0 0 35%;
  }
  header.single .player figcaption {
    display: table-cell;
    width: 65%;
    background: var(--c-light);
    padding: 1em;
    vertical-align: middle;
    left: auto;
  }
  .flexbox header.single .player figcaption {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 65%;
    flex-direction: column;
    justify-content: center;
  }
  header.single .player figcaption h2 {
    font-family: var(--f-primary);
    font-weight: 600;
    font-size: 1.125em;
  }
  header.single .player figcaption h3 {
    color: var(--c-noot);
    font-family: var(--f-primary);
    font-weight: 600;
    font-size: 1em;
  }
  header.single .player figcaption li, header.single .player figcaption p {
    font-size: 0.875em;
  }
  /*MAIN*/
  main.about section.points {
    margin: 0 auto;
    max-width: 900px;
  }
  main.about section.points figure {
    float: left;
    width: 30%;
    margin: 0 1.6667%;
  }
  main.dashboard {
    width: 65%;
    float: left;
  }
  main.dashboard section.latest {
    text-align: left;
    margin-top: 0;
  }
  main.index section.intro h2 {
    max-width: 600px;
    margin: 0.5em auto 0.25em;
  }
  main.index section.dark {
    padding: 5%;
  }
  main.explore {
    width: 65%;
    float: left;
  }
  main.manage {
    min-height: 500px;
  }
  main.manage h2 {
    text-align: left;
  }
  main.manage table tr th, main.manage table tr td {
    height: 75px;
    font-size: 0.875em;
    vertical-align: middle;
    line-height: 1.25;
  }
  main.manage table tr th:first-child, main.manage table tr td:first-child {
    padding: 0.5em 0;
    text-align: center;
    width: 85px;
    margin: 0;
    display: table-cell;
  }
  main.manage table tr th:first-child img, main.manage table tr td:first-child img {
    display: block;
    border: 0;
    margin: 0;
  }
  main.manage table tr th:nth-child(3), main.manage table tr td:nth-child(3) {
    display: table-cell;
  }
  main.profile {
    text-align: left;
    float: right;
    width: 65%;
  }
  .flexbox main.profile {
    order: 2;
  }
  main.profile .result-container {
    margin-top: 0;
  }
  main.profile-edit {
    padding: 92px 2em 2em;
  }
  main.profile-edit section {
    width: 49%;
  }
  main.profile-edit section.customize {
    float: right;
    margin: 0 0 2% 1%;
  }
  main.profile-edit section.info {
    float: left;
    margin: 0 1% 2% 0;
  }
  main.profile-edit section.account {
    float: right;
    margin: 0 0 2% 1%;
  }
  main.single {
    float: right;
    width: 65%;
  }
  main.single-edit form, main.upload form {
    max-width: 960px;
  }
  .flexbox main.single-edit form, .flexbox main.upload form {
    display: flex;
    align-content: stretch;
    flex-direction: flex-start;
  }
  main.single-edit form > div.part-1, main.upload form > div.part-1 {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  main.single-edit form > div.col-2-container, main.upload form > div.col-2-container {
    width: 49%;
    float: right;
    margin-bottom: 1em;
  }
  .flexbox main.single-edit form > div.col-2-container, .flexbox main.upload form > div.col-2-container {
    flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  main.single-edit form > div .part-2, main.upload form > div .part-2 {
    width: 100%;
  }
  .flexbox main.single-edit form > div .part-2, .flexbox main.upload form > div .part-2 {
    flex: 1 1 auto;
  }
  main.single-edit form > div .part-3, main.upload form > div .part-3 {
    width: 100%;
    margin-top: 0;
  }
  .flexbox main.single-edit form > div .part-3, .flexbox main.upload form > div .part-3 {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  /*ASIDE*/
  aside.explore {
    width: 35%;
    float: left;
    margin: 0;
  }
  aside.dashboard {
    width: 35%;
    margin: 0;
    float: left;
  }
  aside.profile {
    float: left;
    width: 35%;
  }
  aside.single {
    width: 35%;
    float: left;
  }
  aside.single-more {
    clear: both;
  }
  #global-footer {
    text-align: left;
  }
  #global-footer nav {
    margin-bottom: 1em;
  }
  #global-footer nav .logo {
    float: left;
  }
  #global-footer nav .logo, #global-footer nav .logo a {
    width: 140px;
    height: 40px;
  }
  #global-footer nav ul {
    float: right;
    margin: 0;
  }
  #global-footer nav ul li {
    line-height: 40px;
    height: 40px;
  }
  #global-footer p {
    padding: 2em 0 1em;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (min-width: 850px) {
  .no-js #global-nav {
    height: 60px;
  }
  #global-nav ul.navlogged {
    overflow: visible;
    float: right;
  }
  .no-js #global-nav ul.navlogged {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
  #global-nav ul.navlogged, #global-nav ul.navlogged.active {
    background: none;
    height: 60px;
    text-align: left;
    position: static;
    width: 41%;
    max-width: 20em;
    opacity: 1;
  }
  #global-nav ul.navlogged li {
    display: block;
    float: left;
    text-align: center;
    width: auto;
    margin: 0;
  }
  #global-nav ul.navlogged li a {
    padding: 0 1em;
  }
  #global-nav ul.navlogged li.nprofile {
    margin: 0;
    padding: 0;
  }
  #global-nav ul.navlogged li.nprofile a {
    display: block;
    width: auto;
  }
  #global-nav ul.navlogged li.nprofile a img {
    display: inline-block;
    vertical-align: middle;
    height: 2em;
    width: 2em;
    margin-right: 0.5em;
    line-height: 60px;
  }
  #global-nav ul.navlogged li.nprofile > a:after {
    content: " ▾";
  }
  #global-nav ul.navlogged li.nprofile > ul {
    display: block;
    width: auto;
    margin: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background: var(--c-dark-lighter);
  }
  #global-nav ul.navlogged li.nprofile > ul li {
    display: block;
    float: none;
    text-align: left;
    margin: 0;
  }
  #global-nav ul.navlogged li.nprofile > ul li a {
    padding: 0 1em;
  }
  #global-nav ul.navlogged li.nprofile:hover > ul, #global-nav ul.navlogged li.nprofile:active > ul, #global-nav ul.navlogged li.nprofile:focus > ul {
    height: 180px;
    opacity: 1;
  }
  #global-nav #navsearch {
    padding: 0;
  }
  .no-js #global-nav #navsearch {
    position: absolute;
    text-align: left;
    top: 0;
    left: 130px;
    width: 30%;
  }
  #global-nav #toggle-navlogged {
    display: none;
  }
  header.single .player {
    margin: 7.5% auto;
  }
}
@media only screen and (min-width: 900px) {
  .audio-thumbnail {
    width: 32%;
    margin: 0 2% 1em 0;
  }
  .flexbox .audio-thumbnail {
    width: 32%;
    float: none;
    flex: 0 0 auto;
  }
  .audio-thumbnail:nth-child(2n) {
    margin: 0 2% 1em 0;
  }
  .audio-thumbnail:nth-child(2n+1) {
    clear: none;
    margin: 0 2% 1em 0;
  }
  .audio-thumbnail:nth-child(3n) {
    clear: none;
    margin: 0 0 1em 0;
  }
  .audio-thumbnail:nth-child(3n+1) {
    clear: both;
  }
  .no-js #global-nav {
    height: 60px;
  }
  .no-js #global-nav #navsearch, #global-nav #navsearch, #global-nav #navsearch.active {
    background: none;
    height: 60px;
    position: absolute;
    text-align: left;
    top: 0;
    left: 130px;
    width: 30%;
    opacity: 1;
  }
  #global-nav #toggle-navsearch {
    display: none;
  }
  main.dashboard, main.explore, main.profile, main.single {
    width: 70%;
  }
  aside.dashboard, aside.explore, aside.profile, aside.single {
    width: 30%;
  }
  footer #footcontainer {
    max-width: 1200px;
    margin: 0 auto;
  }
}
