html, body {
  font-family: "Merriweather", 'Georgia', serif;
  background-color: #FFF;
  color: #333;
  font-weight: 400;
  font-size: 1rem;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#navigation {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(30, 39, 16, 0.95);
  border-bottom: 1px solid rgba(256, 256, 256, 0.10);
  z-index: 99999;
}
.modal-open #navigation {
  z-index: 1000;
}
#navigation .logo {
  width: 207px;
  height: 37px;
  display: inline-block;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: left top;
  background-repeat: no-repeat;
}

#navigation .navbar {
  position: relative;
  top: 1px;
  /*min-height: 90px;*/
  background: none;
  padding: 0;
}

#navigation .nav-link {
  display: flex;
  align-items: center;
  height: 90px;
  font-family: "museo_sans500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #E8A663;
  border-bottom: 1px solid rgba(256, 256, 256, 0);
  padding: 0 !important;
  margin-left: 8px;
  margin-right: 8px;
}

#navigation .nav-link:hover,
#navigation .nav-link.active {
  color: #FFF;
}
#navigation .nav-link:hover {
  border-bottom: 1px solid #FFF;
}
.collapse.show .navbar-brand {

}
a {
  color: #C66FD9;
}
a:hover {
  color: #222;
  text-decoration: none;
}
#navigation .menu-outernational {
  color: #C66FD9;
}

.search-button {
  width: 49px;
  height: 52px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: 0 -42px;
  background-repeat: no-repeat;
}

.search-button:hover {
  background-position: -50px -42px;
}

.search-container {
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	height: 50px;
	width: 50px;
	vertical-align: bottom;
}

.search-button {
	display: inline-block;
  cursor: pointer;
  width: 49px;
  height: 52px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: 0 -42px;
  background-repeat: no-repeat;
}

.search-label {
	position: absolute;
	font-size: 22px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.search-input:focus + .search-label .search-button{
  display: none;
  transition-duration: 0.4s;
}

.search-input {
	position: absolute;
	left: 49px;
	background-color: rgba(30, 39, 16, 0.95);
	outline: none;
	border: 0px solid #E8A663;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
  border-radius: 30px;
  color:#fff;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search-input:focus {
	width: 253px;
  border-width: 1px;
  padding: 0 16px 0 0;
}

.expandright {
	left: auto;
	right: 1px;
}

.expandright:focus {
	padding: 0 45px 0 20px;
}
/****************** HOME ******************/



#top-section-home {
  height: 645px;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.top-container {
  background-color: rgba(30, 39, 16, 0.75);
  width: 100%;
  height: 100%;
  padding-top: 90px;
  overflow: hidden;
}

h5 {
  font-family: "museo_sans300", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
}

#top-section-home h5 {
  margin-top: 40px;
}

.border-whitealpha-right {
  border-right: 1px solid rgba(256, 256, 256, 0.15);
}

.border-darkalpha-top {
  border-top: 1px solid rgba(51, 51, 51, 0.10);
}

.border-darkalpha-bottom {
  border-bottom: 1px solid rgba(51, 51, 51, 0.10);
}

.border-darkalpha-right {
  border-right: 1px solid rgba(51, 51, 51, 0.10);
}

.border-darkalpha-left {
  border-left: 1px solid rgba(51, 51, 51, 0.10);
}

.border-whitealpha-bottom {
  border-bottom: 1px solid rgba(256, 256, 256, 0.15);
}

h3 {
  font-size: 30px;
  color: #FFF;
  margin-top: 16px;
}

.homebox-totm h3 {
  margin-top: 30px;
  font-family: "Merriweather", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 52px;
  color: #333;
  margin: 0;
}

.homebox-totm h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 62px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-shadow: 1px 1px 0px rgba(0,0,0,.3);
}
.top-container .homebox-totm .box-article{
  padding: 10px;
}
#section-heading h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-transform: uppercase;
}
.box-article h4 {
  margin-top: 10px;
  font-family: "museo_sans300", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #777;
  text-transform: uppercase;
}
.top-container .box-article h4 {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
}
.homebox-totm p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 300;
  text-shadow: 1px 1px 0px rgba(0,0,0,.3);
  font-family: 'museo_sans100', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.homebox-spotlight .pic-feature {
  margin-top: 30px;
  height: 185px;
  width: 100%;
  display: inline-block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.homebox-spotlight .pic-feature::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  background-color: rgba(0,0,0,.5);
  transition-duration: .3s;
}
.homebox-spotlight .pic-feature:hover::before {
  background-color: transparent;
}
.homebox-spotlight .pic-feature {
  opacity: 1;
}
.homebox-spotlight h3 {
  margin-top: 20px;
  font-size: 26px;
  font-family: "Merriweather", "Georgia", serif;
}

.homebox-spotlight a.btn {
  margin-top: 10px;
  display: none;
}

.abtn {
  font-family: "museo_sans300", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: none;
  border-radius: 0;
  transition-property: none;
}

.abtn-large {
  padding: 16px;
  font-size: 20px;

}

.abtn-small {
  padding: 12px;
  font-size: 18px;

}

.abtn-dark {
  color: #E8A663;
  border: 1px solid rgba(232, 166, 99, 1);
}

.abtn-dark:hover {
  color: #FFF;
  border: 1px solid rgba(256, 256, 256, 1);
  background: none;
}

.abtn-dark:active {
  color: #FFF !important;
  border: 1px solid rgba(256, 256, 256, 1) !important;
  background: none !important;
  outline: #FFF none none !important;
}

.abtng-totm {
  margin-top: 10px;
}

.content-noheading {
  padding-top: 50px;
  padding-bottom: 30px;
}

.content-heading {
  padding-bottom: 30px;
}

.content-heading .row {
  padding-top: 30px;
}

.content-video {
  padding-bottom: 0;
}

.content-more {
  padding-bottom: 30px;
}


.box-article h6 {
  text-transform: none;
  margin-top: -5px;
  font-size: 15px;
}
.homebox-totm h6, .homebox-spotlight h6{
  color:#ccc;
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "museo_sans500", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box-article h6 {

}
.box-article .pic-feature {
  display: flex;
  align-items: center;
  height: 280px;
  width: 100%;
  /*background-image: url("../images/img-003.jpg");*/
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

h6, h4 {
  margin-top: 20px;
  font-family: "museo_sans300", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
}

h6 a {
  color: #777;
  text-decoration: none;
}

h6 a:hover {
  color: #DF8326;
  text-decoration: none;
}

.box-article {
  margin-bottom: 20px;
}

.box-article h3 {
  margin-top: 14px;
  color: #333;
  font-weight: 400;
  font-size: 22px;
}

.videos-list .box-article h3 {
  font-size: 24px;
}

.box-article p,
.box-article-m p{
  font-size: 16px;
  font-family: 'museo_sans300', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box-article h6,
.box-article-m h6 {
  font-weight: 400;
  font-family: 'museo_sans500', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px
}

.box-videothumb h3 {
  font-family: 'museo_sans500', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box-article .social {
  display: flex;
  display: none;
  align-items: center;
  font-size: 16px;
  color: #AAA;
}

.box-article .facebook {
  margin-right: 4px;
  display: inline-block;
  padding-left: 20px;
  height: 20px;
  width: 20px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: 0 -267px;
  background-repeat: no-repeat;
}

.box-article .twitter {
  margin-left: 6px;
  margin-right: 4px;
  display: inline-block;
  padding-left: 20px;
  height: 20px;
  width: 20px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: 0 -288px;
  background-repeat: no-repeat;
}

.icon-play {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/playicons.svg");
  background-size: 1060px, 1060px;
  background-repeat: no-repeat;
}

.icon-play-s,
.icon-play-m,
.icon-play-l  {
  display: inline-block;
  margin: auto;
  height: 72px;
  width: 70px;
  background-position: 0 -990px;
}
a:hover .icon-play-s {
  background-position: -880px -990px;
}
.icon-play-m {
  height: 90px;
  width: 90px;
  background-position: 0 -600px;
}
a:hover .icon-play-m {
  background-position: -880px -600px;
}
.icon-play-l {
  height: 180px;
  width: 180px;
  background-position: 0 0;
}
a:hover .icon-play-l {
  background-position: -880px 0;
}

.box-article h3 a {
  color: #333;
  text-decoration: none;
}

.box-article h3 a:hover {
  color: #DF8326;
  text-decoration: none;
}

h2 {
  margin-bottom: 0;
  font-family: "museo_sans300";
  font-size: 30px;
  color: #333;
  text-transform: uppercase;
}

.bg-yellow {
  background-color: #FAFAEF;
}

.box-article-l {
  margin-bottom: 20px;
}

.box-article-l .pic-feature {
  display: flex;
  align-items: center;
  height: 332px;
  width: 100%;
  /*background-image: url("../images/img-003.jpg");*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.box-article-l h6 {
  margin-top: 0;
}

.box-article-l h3 {
  margin-top: 14px;
  color: #333;
  font-weight: 400;
}

.box-article-l h3 a {
  color: #333;
  text-decoration: none;
}

.box-article-l h3 a:hover {
  color: #DF8326;
  text-decoration: none;
}

.box-article-l p {
  font-size: 16px;
  font-weight: 300;
}

.box-article-l .social {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #AAA;
}

.box-article-l .facebook {
  margin-right: 4px;
  display: inline-block;
  padding-left: 20px;
  height: 20px;
  width: 20px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: 0 -267px;
  background-repeat: no-repeat;
}

.box-article-l .twitter {
  margin-left: 6px;
  margin-right: 4px;
  display: inline-block;
  padding-left: 20px;
  height: 20px;
  width: 20px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: 0 -288px;
  background-repeat: no-repeat;
}

.abtn-m {
  padding: 8px;
  font-size: 14px;
  min-width: 40px;
}

[data-section="audio"] .abtn-selector-popular {
  margin: 0 10px;
}

[data-section="audio"] .video-shader {
  background-color: rgba(30, 39, 16, 0.25);
}

.abtn-selector-popular {
  color: #333;
  border: 1px solid rgba(51, 51, 51, .15);
}

.abtn-selector-popular:hover {
  color: #fff;
  border: 1px solid rgba(51, 51, 51, 1);
  background: #333;
}

.abtn-selector-popular:active {
  color: #fff !important;
  border: 1px solid rgba(51, 51, 51, 1) !important;
  background: #333 !important;
}

.abtn-selector-popular-selected {
  color: #fff;
  border: 1px solid rgba(51, 51, 51, 1);
  background: #333;
}

.abtng-selector-popular {

}

.col-xs-2{

}

.col-half-offset{
    margin-left:4.166666667%
}

.box-article-m {
  margin-bottom: 20px;
}

.box-article-m .pic-feature {
  display: flex;
  align-items: center;
  height: 200px;
  width: 100%;
  /*background-image: url("../images/img-003.jpg");*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.box-article-m h6 {
  margin-top: 20px;
}

.box-article-m h3 {
  font-size: 22px;
  margin-top: 10px;
  color: #333;
  font-weight: 400;
}

.box-article-m h3 a {
  color: #333;
  text-decoration: none;
}

.box-article-m h3 a:hover {
  color: #DF8326;
  text-decoration: none;
}

.box-article-m p {
  font-size: 16px;
}

.box-article-m .social {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #AAA;
}

.box-article-m .facebook {
  margin-right: 4px;
  display: inline-block;
  padding-left: 20px;
  height: 20px;
  width: 20px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: 0 -267px;
  background-repeat: no-repeat;
}

.box-article-m .twitter {
  margin-left: 6px;
  margin-right: 4px;
  display: inline-block;
  padding-left: 20px;
  height: 20px;
  width: 20px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: 0 -288px;
  background-repeat: no-repeat;
}

.box-videoembed {
  margin-bottom: 20px;
}

.box-videoembed .pic-feature {
  display: flex;
  align-items: center;
  height: 580px;
  width: 100%;
  /*background-image: url("../images/img-003.jpg");*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.box-videoembed h6 {
  margin-top: 20px;
}

.box-videoembed h3 {
  font-size: 26px;
  margin-top: 10px;
  color: #333;
}

.box-videoembed h3 a {
  color: #333;
  text-decoration: none;
}

.box-videoembed h3 a:hover {
  color: #DF8326;
  text-decoration: none;
}

.box-videoembed p {
  font-size: 18px;
}

.box-videoembed .social {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #AAA;
}

.box-videoembed .facebook {
  margin-right: 4px;
  display: inline-block;
  padding-left: 20px;
  height: 20px;
  width: 20px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: 0 -267px;
  background-repeat: no-repeat;
}

.box-videoembed .twitter {
  margin-left: 6px;
  margin-right: 4px;
  display: inline-block;
  padding-left: 20px;
  height: 20px;
  width: 20px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: 0 -288px;
  background-repeat: no-repeat;
}

.box-videothumb {
  margin-bottom: 15px;
}

.box-videothumb .pic-feature {
  display: flex;
  align-items: center;
  height: 120px;
  width: 100%;
  /*background-image: url("../images/img-003.jpg");*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.box-videothumb h6 {
  margin-top: 10px;
  font-size: 12px;
  margin-bottom: 4px;
}

.box-videothumb h3 {
  font-size: 16px;
  margin-top: 0px;
  color: #333;
}

.box-videothumb h3 a {
  color: #333;
  text-decoration: none;
}

.box-videothumb h3 a:hover {
  color: #DF8326;
  text-decoration: none;
}

.container-videothumbs {
  height: 665px;
  overflow-y: scroll;
}

.video-shader {
  display: flex;
  align-items: center;
  background-color: rgba(30, 39, 16, 0.85);
  width: 100%;
  height: 100%;
}

.videothumb-timewrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.videothumb-time {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 4px 6px 4px 6px;
  background-color: rgba(51, 51, 51, 0.85);
  color: #fff;
  font-size: 12px;
  font-family: "museo_sans300";
}

.abtn-loadmore {
  color: #DF8326;
  border: 1px solid rgba(51, 51, 51, .15);
  margin-bottom: 20px;
}

.abtn-loadmore:hover {
  color: #fff;
  border: 1px solid #DF8326;
  background: #DF8326;
}

.abtn-loadmore:active {
  color: #fff !important;
  border: 1px solid #DF8326 !important;
  background: #DF8326 !important;
}

.abtn-loadmore-selected {
  color: #fff;
  border: 1px solid #DF8326;
  background: #333;
}

#footer {
  background-color: rgba(30, 39, 16, 1);
}

.abtn-xs {
  padding: 7px;
  font-size: 14px;
}

.abtn-newsletter {
  position: relative;
  margin: 0;
  width: 125px;
  height: 40px;
  color: #E8A663;
  border: 1px solid rgba(256, 256, 256, 0.15);
}

.abtn-newsletter:hover {
  color: #FFF;
  border: 1px solid rgba(256, 256, 256, 1);
  background: none;
}

.abtn-newsletter:active {
  color: #FFF !important;
  border: 1px solid rgba(256, 256, 256, 1) !important;
  background: none !important;
  outline: #FFF none none !important;
}

#comments, #article-related {
  position: relative;
  background: #fff;
}

#footer {
  position: relative;
  font-family: "museo_sans300";
  padding-bottom: 30px;
}

#footer form {
  display: flex;
  margin-bottom: 20px;
}

#footer form input {
  flex-grow: 100;
  width: 100%;
  height: 40px;
  padding: 7px;
  color: #A4B688;
  font-family: "museo_sans300";
  border: none;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
  border-left: 1px solid rgba(256, 256, 256, 0.1);
  border-bottom: 1px solid rgba(256, 256, 256, 0.1);
  background: none;
}

#footer form input::placeholder {
  color: #778D56;
  font-family: "museo_sans300_italic";

}

#subscribe .row {
  display: flex;
  align-items: center;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav-item {
  margin-bottom: 6px;
}

.footer-nav-item a {
  color: #E8A663;
  font-size: 14px;
  text-decoration: none;
}

.footer-nav-item a:hover {
  color: #FFF;
}

.footer-label {
  color: #778D56;
  font-size: 14px;
  margin-bottom: 8px;
}

.footer-social,
.header-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social .social-item,
.header-social .social-item {
  display: inline-block;
  margin-right: 2px;
}
.footer-social .social-item a span,
.header-social .social-item a span {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-indent: -9999px;
  background-image: url("../images/webassets.svg");
  background-repeat: no-repeat;
}
.footer-social .social-facebook,
.header-social .social-facebook {
  background-size: 530px, 330px;
  background-position: 0 -97px;
}
.header-social .social-facebook {
	margin-right:5px
} 
.footer-social .social-facebook:hover,
.header-social .social-facebook:hover {
  background-position: -33px -97px;
}

.footer-social .social-twitter,
.header-social .social-twitter {
  background-size: 530px, 330px;
  background-position: 0 -130px;
}

.footer-social .social-twitter:hover,
.header-social .social-twitter:hover {
  background-position: -33px -130px;
}

.footer-social .social-soundcloud {
  background-size: 530px, 330px;
  background-position: 0 -163px;
}

.footer-social .social-soundcloud:hover {
  background-position: -33px -163px;
}

.footer-social .social-youtube {
  background-size: 530px, 330px;
  background-position: 0 -196px;
}

.footer-social .social-youtube:hover {
  background-position: -33px -196px;
}

.footer-social .social-googleplus {
  background-size: 530px, 330px;
  background-position: 0 -229px;
}

.footer-social .social-googleplus:hover {
  background-position: -33px -229px;
}

#footer-copy p {
  color: #A4B688;
  font-size: 14px;
}

#footer-copy .footer-cr {
  color: #778D56;
  font-size: 12px;
}

.header-social {
  position: absolute;
  right: -5px;
	top: 9px;
  display: none;
}

/****************** ARTICLE ******************/
#top-section-article {
  max-height: 80vh;
  position: relative;
}
[data-section="music"] #top-section-article {
  /*height: 800px;*/
  max-height: 88vh;
  background-position: center center;
}
.main-photo-credits {
  display: block;
  text-align: center;
  width: 100%;
  background: #fff;
  position: fixed;
  font-family: "museo_sans300", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  color: #888;
}


.main-photo-credits a {
  color: #888 !important;
  text-decoration: underline !important;
}
.main-photo-credits a:hover {
  color:#000 !important;
}
.main-photo-modal {
  margin: 0;
  padding-right: 0 !important;
  z-index: 99999;
}
.main-photo-modal .modal-dialog {
  margin: 2px;
}
.main-photo-modal .modal-body{
  padding: 0;
}
.main-photo-modal .modal-header{
  padding: 5px;
}
.main-photo-modal .modal-footer{
  padding-top: 30px;
}
.main-photo-modal .close {
  color:#222;
  padding: 15px 20px;
  font-size: 40px;
}

#fullscreen-modal {
  height:100vh;
  display: none;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.main-photo-modal .btn {
  font-family: "museo_sans500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #DF8326;
  text-transform: uppercase;
  border: 0;
}

#top-section-article .main-credits-spacer {
  display: block;
  height: 20px;
  visibility: hidden;
}



img.spacer-img {
  visibility: hidden;
  width: 100%;
}


[data-section="music"] .container-fluid > .row {
  position:relative;
  margin-top:-142px;
  padding-top:30px;
  padding-bottom:50px;
  background-color:rgba(30, 39, 16, 0.75);
}
[data-section="music"] .container-fluid > .row h1{
  text-align: center;
  color:#fff;
}
[data-section="music"] #article-heading {
  margin-top: 0px;
  background: #fff;
  max-height: 88vh;
}

#article-heading {
  padding-top: 20px;
  text-align: left;
  position: relative;
}

#article-heading .container {
  background: transparent;
  margin-bottom: 30px;
}
#article-heading .container .row {
  position: relative;
}
#article-heading .container .row .col-md-1 {
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  top:0;
  border-top: 30px solid transparent;
  border-right: 30px solid rgba(255,255,255,0.95);
  padding-bottom: 20px;
}
#article-heading .container .row .col-md-11 {
  background: rgba(255,255,255,0.95);
  margin-left: 60px;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 20px;
}

#article-heading + .article-content {
  /*background: transparent;*/
}
#article-heading + .article-content article {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
	padding-top: 20px;
}

#article-heading + .article-content .content:first-child .container {
  background: #fff;
}

#article-heading + .article-content .container .col-md-9 {
  padding-right: 30px;
  text-align: left;
  padding-bottom: 30px;
}


#article-heading h1 {
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  color: rgba(30, 39, 16, 0.95);
}
[data-section="audio"] #article-heading h1 {
  text-align:center	
}
.box-articledetail h5 {
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
}

.box-articledetail p {
  font-weight: 400;
  font-style: italic;
  font-family: "Merriweather", serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
}

.article-social-top {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: right;
  margin-right: -10px;
  margin-top: 15px;
}

.article-social-top .social-item {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
.article-social-top .social-item iframe {
  opacity: 0 !important;
  position: absolute!important;
  margin-top: -39px;
  margin-left: -25px;
  width: 48px!important;
  height: 50px!important;
}
.article-social-top .social-item span {
  display: inline-block;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  background-image: url("../images/webassets.svg");
}

.article-social-top .social-facebook {
  background-size: 530px, 330px;
  background-position: -71px -97px;
}

.article-social-top .social-facebook:hover {
  background-position: -119px -97px;
}

.article-social-top .social-twitter {
  background-size: 530px, 330px;
  background-position: -71px -145px;
}

.article-social-top .social-twitter:hover {
  background-position: -119px -145px;
}

.article-social-top .social-youtube {
  background-size: 530px, 330px;
  background-position: -71px -193px;
}

.article-social-top .social-youtube:hover {
  background-position: -119px -193px;
}

.article-social-top .social-googleplus {
  background-size: 530px, 330px;
  background-position: -71px -241px;
}

.article-social-top .social-googleplus:hover {
  background-position: -119px -241px;
}
.article-content {
  font-size: 1rem;
  line-height: 170%;
}
#article-content, .article-content {
  position: relative;
  background: #fff;
}
.article-content.media-content {
  background: #FAFAEF;
}
.article-content.media-content .container-fluid {
  padding: 0;
  margin: 0;
}
.article-content.media-content .container-fluid .row {
  margin: 0;
}
.content {
  /*padding-bottom: 30px;*/
}
#navigation {
  transition: transform 0.3s ease;
}
#navigation.sticky-header {
  transform: translateY(-100%);
}
.content h2 {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  text-transform: none;
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.content p {
  font-weight: 300;
  text-transform: none;
  font-size: 16px;
  line-height: 160%;
  color:#000;
  margin-bottom: 20px;
}
.content article p {
	/*margin-bottom: 0;*/
}
.content a {
  color:#DF8326;
}
img.hidden {
  display: none;
}
img.not-visible {
  display: none;
}
img.transition {
  opacity: 0;
  transition: opacity .7s ease;
}
img.hidden.visible {
  display: inherit;
  /*transition-duration: .3s;*/
}
.content a:hover {
  color:#222;
}
.content b,
.content strong {
  font-weight: 700;
}
.content h2 + p::first-letter,
div.article::first-letter,
div.article .columns::first-letter,
.article-content .col-md-12 p:first-child::first-letter{
  padding-top: 12px;
  padding-right: 6px;
  padding-bottom: 6px;
  display: block;
  float: left;
  font-family: 'Cormorant', serif;
  font-size: 70px;
}

.article-content .content p>a::before {
  content: ' ';
}
div.article > h4::before {
	content: ' ';
}
.video-content .row>div {
  margin-top: 50px;
}

.review-content div>p:first-child::first-letter {
  padding-top: 12px;
  padding-right: 6px;
  padding-bottom: 6px;
  display: block;
  float: left;
  font-family: 'Cormorant', serif;
  font-size: 70px;
}

.review-content .row>div {
  margin-top: 50px;
}

.content p em {
  /*font-family: "museo_slab300_italic";*/
  /*font-style: normal;*/
}

.content p strong {
  /*font-family: "museo_slab500";*/
}

.content p strong>em {
  /*font-family: "museo_slab500_italic";*/
}

.content p em>strong {
  /*font-family: "museo_slab500_italic";*/
}

.content blockquote,
.content p.quote {
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-weight:500;
  font-size: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.content blockquote span,
.content p.quote span{
  font-size:45px;
  font-family: 'Cormorant', serif;
  color:#777;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  vertical-align: text-bottom;
}
.content .article blockquote {
  background: #FAFAEF;
  padding: 20px;
  margin: -15px 0 -30px;
  color: #222;
}


.content .article blockquote:before {
  display: inline-block;
  content: "“";
  font-size: 40px;
  font-style: normal;
}
.content .article blockquote:after {
  display: inline-block;
  content: "”";
  font-size: 40px;
  font-style: normal;
}
.box-articlemedia {
  margin-top: 10px;
  margin-bottom: 20px;
}

.box-articlemedia-left {
  float: left;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.box-articlemedia-left>div {
  margin-right: 10px;
}

.box-articlemedia-right {
  float: right;
  padding-right: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: right;
}

.box-articlemedia-left, .box-articlemedia-right {
  padding: 30px 20px 30px 30px;
  border: 1px solid #ccc;
  background: #fff;
}

.box-articlemedia-right>div {
  margin-left: 0;
}

.box-articlemedia-left img, .box-articlemedia-right img {
  width: 100%;
  height: auto;
}

div.article .caption,
.box-articlemedia .caption,
.box-articlemedia-left .caption,
.box-articlemedia-right .caption {
  font-family: "museo_sans300";
  font-size: 14px;
  color: #666;
  padding: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}
div.article .columns {
  column-count: 2;
  column-gap: 2em;
	text-align:left
}
.box-articlemedia .caption {
  font-size: 18px;
}
.box-articlemedia .pic-feature {
  display: flex;
  align-items: center;
  height: 600px;
  width: 100%;
  /*background-image: url("../images/img-003.jpg");*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#subscribe-content, .subscribe-content {
  padding-bottom: 20px;
  padding-top: 0;
  margin-bottom: 0;
  height: 260px;
}
.subscribe-content.mobile-content {
  display: none;
}
[data-section="index"] #subscribe-content {
  background: #fff!important;
  height: 250px;
  padding-top: 0;
}
[data-section="index"] #subscribe-content .content-noheading {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 0;
}
[data-section="index"] #subscribe-content + .content-noheading{
  padding-top: 0;
}
#subscribe-content h5,
.subscribe-content h5 {
  color: #333;
  font-size: 22px;
  text-align: center;
  font-family: "museo_sans700", 'Helvetica Neue', sans-serif;
}

#subscribe-content p, .subscribe-content p {
  margin: 0;
  padding: 0;
  font-family: "museo_sans300", 'Helvetica Neue', sans-serif;
  font-size: 18px;
  color: #333;
}
#subscribe-content a.abtn-newsletter.twitter,
.subscribe-content a.abtn-newsletter.twitter{
  display: inline-block;
  margin-top: 25px;
	font-family: "museo_sans500", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
  color: #fff;
  border: 1px solid #DF8326;
  background: #DF8326;
}
#subscribe-content a.abtn-newsletter.twitter span,
.subscribe-content a.abtn-newsletter.twitter span{
  display: inline-block;
  background-image: url("../images/webassets.svg");
  background-repeat: no-repeat;
  background-size: 530px, 330px;
  background-position: -8px -136px;
  width: 16px;
  height: 16px;
  margin-left: -9px;
  margin-top: 1px;
  vertical-align: top;
  margin-right: 7px;
}
#subscribe-content a.abtn-newsletter.twitter span,
.subscribe-content a.abtn-newsletter.twitter span {
  background-position: -42px -136px;
}
#subscribe-content form {
  display: flex;
  margin-top:10px
}

#subscribe-content p.email-privacy-note,
.subscribe-content p.email-privacy-note {
  font-size: 14px;
  text-align: right;
  color: #777;
  margin-top: 5px;
}
#subscribe-content p.email-privacy-note::before,
.subscribe-content p.email-privacy-note::before {
  content: "🔒";
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.article-content + #article-footer {
  margin-top: -21px;
  padding-left: 29px;
}
#subscribe-content form input {
  flex-grow: 100;
  width: 100%;
  height: 40px;
  padding: 7px;
  color: #333;
  font-family: "museo_sans300";
  border: none;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  background: none;
}

#subscribe-content form input::placeholder {
  color: #999;
  font-family: "museo_sans300_italic";

}

#subscribe-content .row {
  display: flex;
  align-items: center;
}

#subscribe-content .abtn-newsletter {
  position: relative;
  margin: 0;
  width: 125px;
  height: 40px;
  color: #E8A663;
  border: 1px solid rgba(51, 51, 51, 0.15);
	font-family: "museo_sans500", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

#subscribe-content .abtn-newsletter {
  color: #fff;
  border: 1px solid #DF8326;
  background: #DF8326;
	cursor:pointer
}

#subscribe-content .abtn-newsletter:active {
  color: #fff !important;
  border: 1px solid #DF8326 !important;
  background: #DF8326 !important;
  outline: #FFF none none !important;
}

#article-footer {
  padding-bottom: 50px;
  position: relative;
  background: #fff;
}

#section-heading p {
  color: #555;
  font-size: 16px;
  text-align: right;
  font-family: 'museo_sans100';
}

#article-footer h5 {
  color: #333;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contributors .article-authorpic {
  text-align: center;
}
.contributors .article-authorpic img {
  max-width: 120px;
}
[data-section="contributors"] .contributors .article-authorpic {
  text-align: right;
}
[data-section="contributors"] .contributors .article-authorpic img {
  max-width: 200px;
}
.contributors .article-authorpic {
  text-align: right;
  margin-right: 50px;
}
.box-author h4 {
  font-size: 26px;
}
.box-author h4 a{
  color:#DF8326;
}
.box-author h4 a:hover{
  color:#000;
}
#article-footer img,
.article-authorpic img {
  width: 100%;
  height: auto;
  border-radius: 9999px;
}

#article-footer h4, #article-footer p, #article-footer a  {
  font-family: "museo_sans300", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#article-footer h4  {
  margin-top: 0;
}

#article-footer p  {
  margin-top: 10px;
  font-size: 16px;
}
#article-footer p a {
  color: #DF8326;
}
#article-footer p a:hover {
  color: #222;
  text-decoration: underline;
}
.contributors h4 {
  color: #999;
  font-family: "museo_sans300", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: right;
}

#section-heading.contributors h1 {
  margin-bottom: 5px;
}
.author-bio a {
  color: #DF8326;
  font-family: "museo_sans300", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box-articledetail a {
  color: #DF8326;
}
.box-articledetail a:hover {
  color:#000;
}

.contributors h2.author {
  text-align: center;
  margin-bottom: 20px;
  text-transform: none;
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
}

.author-bio a.link-author-twitter,
#article-footer a.link-author-twitter {
  color: #DF8326;
  padding-left: 24px;
  text-decoration: none;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: 0 -314px;
  background-repeat: no-repeat;
}

.author-bio a.link-author-website,
#article-footer a.link-author-website {
  background-image: url('../images/website_link_icon.svg');
  padding-left: 24px;
  color: #DF8326;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.author-bio a:hover,
#article-footer a:hover {
  color: #222;
}
.article-social-bottom {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.article-social-bottom a span{
  text-indent: -9999px;
  display: inline-block;
}
.article-social-bottom .social-item {
  display: inline-block;
  margin-right: 6px;
}

.article-social-bottom .social-facebook {
  width: 40px;
  height: 41px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: -172px -97px;
  background-repeat: no-repeat;
}

.article-social-bottom .social-facebook:hover {
  background-position: -213px -97px;
}

.article-social-bottom .social-twitter {
  width: 40px;
  height: 41px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: -172px -138px;
  background-repeat: no-repeat;
}

.article-social-bottom .social-twitter:hover {
  background-position: -213px -138px;
}

.article-social-bottom .social-youtube {
  width: 40px;
  height: 41px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: -172px -179px;
  background-repeat: no-repeat;
}

.article-social-bottom .social-youtube:hover {
  background-position: -213px -179px;
}

.article-social-bottom .social-googleplus {
  width: 40px;
  height: 41px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: -172px -220px;
  background-repeat: no-repeat;
}

.article-social-bottom .social-googleplus:hover {
  background-position: -213px -220px;
}



#comments .row {
  padding-top: 30px;
}

#comments img.placeholder {
  width: 100%;
  height: auto;
}

#article-related {
  padding-bottom: 50px;
}

#article-related h5 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
}

#article-related h3 {
  font-size: 20px;
  font-weight: 300;
}

#article-popular {

}

#article-popular h5 {
  color: #333;
  margin-top: 10px;
}

#article-popular h3 {
  color: #333;
  margin-top: 10px;
}

#article-popular>.container>.row {
  padding-top: 20px;
}

.abtn-article-popular {
  color: #DF8326;
  border: 1px solid rgba(51, 51, 51, .15);
  padding: 4px;
  font-size: 20px;
  min-width: 40px;
}

.abtn-article-popular:hover {
  color: #fff;
  border: 1px solid #DF8326;
  background: #DF8326;
}

.abtn-article-popular:active {
  color: #fff !important;
  border: 1px solid #DF8326 !important;
  background: #DF8326 !important;
}

.abtn-article-popular-selected {
  color: #fff;
  border: 1px solid rgba(51, 51, 51, 1);
  background: #333;
}

.box-article-popular {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.box-article-popular .pic-feature {
  display: flex;
  align-items: center;
  height: 130px;
  width: 130px;
  margin-right: 20px;
  border-radius: 50%;
  /*background-image: url("../images/img-003.jpg");*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.box-article-popular h3 {
  font-size: 22px;
  margin-top: 10px;
  color: #333;
}

.box-article-popular h3 a {
  color: #333;
  text-decoration: none;
}

.box-article-popular h3 a:hover {
  color: #DF8326;
  text-decoration: none;
}

/********* VIDEO *********/

#top-section-video {
  /*background-color: rgba(30, 39, 16, 1);*/
  background: #000;
}

.box-topvideo {
  margin: 0;
  margin-top: 90px;
  background: #000000;
}

.box-topvideo .pic-feature {
  display: flex;
  align-items: center;
  height: 640px;
  width: 100%;
  /*background-image: url("../images/img-003.jpg");*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/********* SECTION *********/

#section-heading {
  margin-top: 90px;
  padding-top:20px;
  text-align: center;
  /*background: #f8f8f8;*/
}

#section-heading h1 {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: right;
}

.abtn-selector-section {
  color: #DF8326;
  border: 1px solid rgba(51, 51, 51, .15);
}

.abtn-selector-section:hover {
  color: #fff;
  border: 1px solid #DF8326;
  background: #DF8326;
}

.abtn-selector-section:active {
  color: #fff !important;
  border: 1px solid #DF8326 !important;
  background: #DF8326 !important;
}

.abtn-selector-section-selected {
  color: #fff;
  border: 1px solid #DF8326;
  background: #DF8326;
}

.abtng-selector-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

/********* REVIEW *********/

#article-heading h5.heading-verdict {
  text-indent: -9999px;
  margin-top: 0;
}

.star {
  display: inline-block;
  width: 27px;
  height: 26px;
  background-image: url("../images/webassets.svg");
  background-size: 530px, 330px;
  background-position: -161px -42px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  margin-left: 1px;
  margin-right: 1px;
}

.star-full {
  background-position: -161px -42px;
}

.star-half {
  background-position: -133px -42px;
}

.star-empty {
  background-position: -105px -42px;
}

body {
  counter-reset: item;
}

#tracklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "museo_sans300", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  white-space: nowrap;
}
#tracklist h2 {
  margin-bottom: 20px;
  margin-top:10px;
}
#tracklist li:before {
  padding-top: 4px;
  margin-right: 10px;
  content: counter(item);
  border: 1px solid rgba(51, 51, 51, .15);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-family: "museo_sans500", Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
#tracklist li {
  display: flex;
  counter-increment: item;
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 55px;
  box-sizing: border-box;
}
#tracklist li p {
  display: block;
  margin:0;
}
#tracklist li .artist {
  font-weight: 500;
  font-family: "museo_sans500", Helvetica, sans-serif;
}
#tracklist li .track-title {
  font-weight: 300;
}
.tracklist-audio {
  padding: 0;
}
#tracklist ul {
  padding-left: 0;
}
.article-footer-review {
  margin-bottom: 0 !important;
}

.article-footer-review .row {
  margin-top: 50px !important;
  margin-bottom: 0 !important;
}

.article-footer-review .row>div {
  padding-bottom: 30px !important;
}

.article-footer-review h5 {
  color: #333;
  margin-top: 0 !important;
  margin-bottom: 20px;
}


.afcn a {
  font-style: italic;
}
.afcn {
  font-size: 80%;
  background: url('../images/logo-afcn-2015-footer.png') no-repeat top right;
  padding: 40px 100px 50px 0;
  background-size: 80px
}
.content-video .pic-feature:hover,
[data-section="audio"] .box-article .pic-feature:hover,
[data-section="video"] .box-article .pic-feature:hover {
  box-shadow:inset 0 0 0 2000px rgba(30,39,16,0.75);
  transition-duration: .2s;
}
.content-video .video-shader {
  background-color:rgba(30, 39, 16, 0.1);
}

@media screen and (min-width: 769px) {
  #top-section-article .img-wrapper {
    background-color: rgba(30, 39, 16, 0.95);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  #top-section-article .img-wrapper img {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.disqus-comment-count {
	display:none
}
@media (min-width:1200px) {
  #navigation .container {
    max-width:1320px;
  }
  /*
  #article-heading {
    position: absolute;
    top:100px
  }
  #top-section-article {
    max-height: 99vh;
  }
  #article-heading.darkbg .container .row .col-md-1 {
    border-right: 30px solid rgba(0,0,0,0.5)
  }
  #article-heading.darkbg .container .row .col-md-7 {
    background: rgba(0,0,0,0.5);
  }
  #article-heading.lightbg .container .row .col-md-1 {
    border-right: 30px solid rgba(255,255,255,0.5)
  }
  #article-heading.lightbg .container .row .col-md-7 {
    background: rgba(255,255,255,0.5);
  }
  #article-heading.darkbg h1 {
    color:#fff
  }
  .darkbg p {
    color: #fff
  }
  */

}

@media screen and (max-width: 990px) {
  #navigation .navbar {
    padding: 17px;
  }
  .search-input + .search-label .search-button{
    display: none;
  }
  .search-input {
    min-width: 400px;
    border-width: 1px;
    padding: 0 16px 0 0;
    right: 0;
    left: 0;
    padding-left: 20px;
    margin-top: 4px;
  }

  #navigation .nav-link {
    height: 40px;
    border-bottom: 1px solid rgba(255,0,0,.2);
  }
  #top-section-home .homebox-totm h1 {
    font-size: 35px;
  }
  #top-section-home .homebox-totm p {
    font-size: 18px;
  }
  section .box-article p {
    font-size: 16px;
    line-height: 1.2;
  }
  section .box-article h3 {
    font-size: 20px;
    font-family: "Merriweather", "Georgia", serif;
  }
  section .box-article h6,
  .homebox-totm h6,
  .box-article-l h6,
  .homebox-spotlight h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "museo_sans500", "Helvetica Neue", Helvetica, Arial, sans-serif
  }
  #article-heading h1 {
    font-size: 40px
  }
  .article-content .content p {
    font-size: 18px;
  }
  .article-content .box-articlemedia-left,
  .article-content .box-articlemedia-right,
  div.article .box-articlemedia-left,
  div.article .box-articlemedia-right {
    float: none;
    padding: 0;
    border: 0;
  }

  .article-content .box-articlemedia-left {
    margin: 0 -15px;
  }
}

#top-section-home .homebox-totm {
  padding-top:180px
}
#top-section-home .homebox-spotlight {
  padding-top:180px;
  background: rgba(30, 39, 16, 0.5);
  padding-bottom: 10px;
}

div.article h4 {
  font-size: 30px;
  text-transform: none;
  background: #FAFAEF;
  margin: 0 0 0 -30px;
  padding: 5px 5px 5px 30px;
}

@media screen and (min-width: 769px) {
  #top-section-home .box-article > a {
    display: none;
  }
  #top-section-home h1 a,
  #top-section-home h3 a {
    color: #f2f2f2;
  }
  #top-section-home h1 a:hover,
  #top-section-home h3 a:hover {
    color: #E8A663;
    text-shadow: none;
  }
  #top-section-home h3 {
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
		font-weight: 700;
		font-family: 'Playfair Display', serif;
		font-size: 32px;
  }
  .homebox-totm h6, .homebox-spotlight h6 {
    color:#fff;
  }
  #top-section-home h4,
  #top-section-home p {
    color: #f2f2f2;
    font-weight: 300;
    font-size: 16px;
    font-family: 'museo_sans300', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #top-section-home h4 {
    font-size: 16px;
  }
  #tracklist li {
    display: flex;
    align-items: center;
    counter-increment: item;
    margin-top: 0;
    margin-bottom: 10px;
    width: 50%!important;
    max-width: 800px;
    min-height: 55px;
    box-sizing: border-box;
  }
  #tracklist ul {
    max-height: 600px!important;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    white-space: nowrap;
    overflow: auto;
    font-size:16px;
  }
  #tracklist li .artist {
    margin-top:10px;
  }
}

@media screen and (min-width: 1440px) {
  .footnotes {
    width: 80%;
  }
  div.article {
    /*font-size: 16px;*/
    /*line-height: 28px;*/
  }
}
@media screen and (min-width: 1200px) {
  .homebox-spotlight a.btn {
    display: inline-block;
  }
}

sub, sup {
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
  font-size:90%;
}
.content sup a {
  color: #000;
  top: -30px;
  background: #f2f2f2;
  padding: 2px 5px;
}
.content sup a.anchor {
  top: -80px;
}
sup.footnote a {

}
.footnotes {
  font-size: 75%;
  padding-top: 10px;
  border-top: 1px solid #222;
}
pre.fragment {
  line-height: 1;
  font-family: "Merriweather", 'Georgia', serif;
  font-size: 84%;
  padding-left: 20px;
  border-left: 2px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.anchor {
  display: inline-block;
  position: relative;
  visibility: hidden;
}

@media screen and (min-width: 990px) and (max-width: 1440px) {
  .top-container {
	  padding-top:10px;
  }

	#top-section-home .homebox-totm {
	}
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
  .top-container {
  }
  .homebox-totm h1 {
		font-size: 52px;
	}
	#top-section-home .homebox-totm {
		padding-top: 290px;
	}
}


@media screen and (min-width: 1200px) {
  .box-articlemedia-right {
    min-width: 600px;
    margin-left: 20px;
  }


}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
	#top-section-home .homebox-totm {
		padding-top:290px;
	}

	.homebox-totm h1 {
		font-size: 54px;
	}
}

@media screen and (min-width: 990px) {

  #top-section-home .homebox-totm .box-article {
    background-color: rgba(30, 39, 16, 0.4)
  }
	#top-section-home .homebox-spotlight {
		height: 100vh;
	}
  div.article {
    padding-bottom: 20px;
    /*
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    */

    border-left: 1px solid rgba(51, 51, 51, 0.10);
    border-bottom: 1px solid rgba(51, 51, 51, 0.10);
    padding-left: 30px;
    margin-bottom: 20px;
    /*text-align: justify;*/
  }

  .box-articlemedia-left {
    margin-left: 0;
    float: none;
  }
  .box-articlemedia-right {
    margin-right: 0;
    float: none;
  }
  div.article .box-articlemedia-left {
    float: left;
  }
  div.article .box-articlemedia-right {
    float: right;
  }
  div.article .box-articlemedia-left,
  div.article .box-articlemedia-right {
    padding: 0;
    border: 0;
  }
  div.article .box-articlemedia-left {
    margin-left: -50px;
    margin-top: -5px;
    padding-right: 10px;
    width: 60%;
  }
  #tracklist ul {

  }

  #tracklist li {
    max-width: 800px;
  }
}

a.podcast-button {
  display: block;
  float: right;
  padding: 6px 13px 6px 50px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #222;
  border-radius: 12px;
  border: 1px solid #ccc;
  line-height: 1.4;
  font-size: 12px;
  background: url(https://podcasts.apple.com/assets/images/icons/podcasts-a7260008603206bf74433af7b576a4d3.png) 2px 2px no-repeat;
  background-size: 45px;
  margin-top: 16px;
margin-left: 30px;
margin-right: 10px;
}
.content blockquote.quote-indent {
	font-size:90% !important;
	color:#222 !important;
	padding-left: 20px;
	padding-top: 10px;
	background:transparent;
	font-style:normal;
	margin: 0;
	font-family: inherit;	
}
.quote-indent::before,
.quote-indent::after {
	content:'' !important;

}
a.podcast-button em {
  font-style: normal;
  font-size: 16px;
  display: block;
  font-weight: 500;  
}
