/*
1.9.0

 */
#stacks_in_32 * {
  box-sizing: border-box;
}
#stacks_in_32 *:focus {outline:none;}
.searchingstacks_in_32 .stacks_top,
.searchingstacks_in_32 .stacks_in,
.searchingstacks_in_32 .stacks_out {
  overflow: visible;
}
#stacks_in_32 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_32_pages { display: none;}
#stacks_in_32_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_32_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_32_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_32 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
#stacks_in_32 form > svg,
.live-search-form > svg {
  width: 16px;
  width: calc(16px - 2px);
  left: calc(34px - 16px);
  fill: #888888;
}
#stacks_in_32 form .live-search-submit {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 4px 4px 0;
  border-width: 0;
  background: #3795CF;
  color: #FFFFFF;
  /**/
  display: none;
  /**/
}
#stacks_in_32 form .live-search-submit:hover {
   background: #46A4DE;
   color: #FFFFFF;
}
#stacks_in_32 form .live-search-submit:active {
   background: #2886C0;
   color: #F0F0F0;
}
#stacks_in_32_tipue_search_input,
.live-search-input {
  font-size: 16px;
  font-family: inherit;
  border-radius: 4px;
  border-color: #CCCCCC;
  color: #888888;
  background-color: #FFFFFF;
}
#stacks_in_32 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_32 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_32 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_32 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_32 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
#stacks_in_32 form > svg,
.live-search-form > svg {
  display: none;
}
#stacks_in_32_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 15px;
}
/**/
/**/
/**/
.tipue_search_content_title {
  font-size: 120%;
}
/**/
/**/
#stacks_in_32_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_32 #stacks_in_32_tipue_search_content,
.searchingstacks_in_32.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_32_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_32_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_32_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_32 #stacks_in_32_tipue_search_content,
.searchingstacks_in_32.live-search-content {
  display: block !important;
}
#stacks_in_32_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_32_tipue_search_warning {
display: block;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_32_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_32_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_32_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_32_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_32_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_32_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #555555;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #555555;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_32_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_32_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}

#stacks_in_32 .additional-pages,
#stacks_in_32 .excluded-pages {
  display: none;
}


#stacks_out_32 {
	width: 450px;
}
#slice_mez_35 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_35.selected {
  border-color: #2680fc !important;
}
#slice_mez_35 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_35 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_35 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_35.hidden > #stacks_in_35 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_36 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_36.selected {
  border-color: #2680fc !important;
}
#slice_mez_36 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_36 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_36 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_36.hidden > #stacks_in_36 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}

.spacerStack {
	height: 35.00px;
}

#spacerStackstacks_in_34 {
	height: 35.00px;
}




























@media print {
	#spacerStackstacks_in_34 {
		display: none !important;
	}
}

.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_23 {
	height: 15.00px;
}




























@media print {
	#spacerStackstacks_in_23 {
		display: none !important;
	}
}

#stacks_in_31 {
	font-size: 104%;
}

#stacks_in_6 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_6 .pullquote:before, #stacks_in_6 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_6 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_6 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_6 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_6 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_out_6 {
	width: 890px;
}

.spacerStack {
	height: 5.00px;
}

#spacerStackstacks_in_13 {
	height: 5.00px;
}




























@media print {
	#spacerStackstacks_in_13 {
		display: none !important;
	}
}
#mixingDeckWrapperstacks_in_2 {
  text-align: center;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(245, 245, 245, 1.00);
  border: 1px solid rgba(227, 227, 227, 1.00);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#mixingDeckWrapperstacks_in_2,
#mixingDeckWrapperstacks_in_2:before,
#mixingDeckWrapperstacks_in_2:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mixingDeckWrapperstacks_in_2 ul,
#mixingDeckWrapperstacks_in_2 li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mixingDeckWrapperstacks_in_2 #mediaarea {
  max-width: 100%;
  height: auto !important;
}

#mixingDeckWrapperstacks_in_2 .thumbnail {
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}

#mixingDeckWrapperstacks_in_2 #mediaContainerstacks_in_2 {
  z-index: 10;
  position: relative;
  height: auto;
  width: 100%;
  margin: 0;
  display: block;
  padding-bottom: 60.25%;
}

#mixingDeckWrapperstacks_in_2 #mediaContainerstacks_in_2 img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
  width: 100%;
  margin-bottom: -1px;
}

#mixingDeckWrapperstacks_in_2 #mediaPlaceholderstacks_in_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  margin: 0;
}

#mixingDeckWrapperstacks_in_2 #mediaPlaceholderstacks_in_2 audio#mediaareastacks_in_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 25;
  height: 40px;
  background: transparent !important;
  padding: 0;
}

#mixingDeckWrapperstacks_in_2 #mediaPlaceholderstacks_in_2 video#mediaareastacks_in_2 {
  position: relative;
  display: block;
  width: 100%;
  z-index: 25;
  height: auto;
  background: transparent !important;
  padding: 0;
}

#mixingDeckWrapperstacks_in_2 .videoSpacer {
  height: 8px;
}

#playliststacks_in_2 {
  display: block;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}


#playliststacks_in_2 {
  display: block;
}


#playliststacks_in_2 .list-group-item {
  color: rgba(51, 51, 51, 1.00);
  display: block;
  position: relative;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: rgba(255, 255, 255, 1.00);
  border: 1px solid #dddddd;
  list-style: none;
}

#playliststacks_in_2 .list-group-item:hover,
#playliststacks_in_2 .list-group-item:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1.00);
  color: rgba(128, 128, 128, 1.00);
  cursor: pointer;
}

#playliststacks_in_2 .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#playliststacks_in_2 .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#playliststacks_in_2 .list-group-item.active,
#playliststacks_in_2 .list-group-item.active:hover,
#playliststacks_in_2 .list-group-item.active:focus {
  z-index: 2;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(144, 147, 136, 1.00);
  border-color: rgba(144, 147, 136, 1.00);
}



#stacks_in_2 {
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
	margin:  1px;
}

#stacks_in_3 {
	font-size: 79%;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_16 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_16 {
		display: none !important;
	}
}
