#segments {
  display: none;   
}

#segments-archive {
  display: none;   
}

#segments-admin {
  display: none;   
}

h2 { text-shadow: 0 1px 0 #fff; font-weight:bold;
}

.toggle-panel {
  margin: 0;
}
.js .toggle-panel[aria-expanded="false"] > :first-child + * {
  visibility: hidden;
}
.js .toggle-panel[aria-expanded="true"] > :first-child + * {
  visibility: visible;
  overflow:visible;
}
.js .toggle-panel > :first-child {
  cursor: pointer;
}
.toggle-panel-content {
  overflow: hidden;
}
.toggle-panel-content > * {
  overflow: visible;
}

.reduce-left{
	margin-left: -35px;
}
.toggle-panel-content > * video {
  -webkit-transform-style: preserve-3d;
}
.toggle-panel-content.transition {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: height, padding-bottom, padding-top, visibility;
  -moz-transition-property: height, padding-bottom, padding-top, visibility;
  -o-transition-property: height, padding-bottom, padding-top, visibility;
  transition-property: height, padding-bottom, padding-top, visibility;
}

.toggle-panel.minimal {
  border: 0px solid #333333;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
	background: #d3d2d2;
}
	
.toggle-panel.minimal[aria-busy="true"]:after {
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  margin:0;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .toggle-panel.minimal[aria-busy="true"]:after {
    background-size: 16px 16px;
  }
}
.toggle-panel.minimal.border-radius {
  border-radius: 7px;
}
.toggle-panel.minimal > :first-child {
  border-bottom: 0px solid #DDDDDD;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
.toggle-panel.minimal > :first-child + * {
  margin-top: 0;
}
.toggle-panel.minimal > :last-child {
  margin-bottom: 0;
}
.js .toggle-panel.minimal {
  border: none;
  padding: 0;
}
.js .toggle-panel.minimal.border-radius[aria-expanded="true"] > :first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.js .toggle-panel.minimal.border-radius > :first-child {
  border-radius: 7px;
}
.js .toggle-panel.minimal.border-radius > :first-child + * > * {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.js .toggle-panel.minimal.border-radius.transition > :first-child {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.js .toggle-panel.minimal.title-arrow-icon[aria-expanded="true"] > :first-child:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.js .toggle-panel.minimal.title-arrow-icon > :first-child:before {
  content: "▶";
  font-size: 16px;
  margin: 0;
}
.js .toggle-panel.minimal.title-arrow-icon.transition > :first-child:before {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.js .toggle-panel.minimal.title-arrow-icon > :first-child,
.js .toggle-panel.minimal.title-plus-icon > :first-child {
  padding-left: 48px;
}
.js .toggle-panel.minimal.title-arrow-icon > :first-child + * > *,
.js .toggle-panel.minimal.title-plus-icon > :first-child + * > * {
  padding-left: 48px;
}
.js .toggle-panel.minimal.title-arrow-icon > :first-child:before,
.js .toggle-panel.minimal.title-plus-icon > :first-child:before {
  float: left;
  line-height: 1;
}
.js .toggle-panel.minimal.title-arrow-icon.apple-green > :first-child:before,
.js .toggle-panel.minimal.title-plus-icon.apple-green > :first-child:before {
  color: #8DB600;
}
.js .toggle-panel.minimal.title-arrow-icon.avocado > :first-child:before,
.js .toggle-panel.minimal.title-plus-icon.avocado > :first-child:before {
  color: #568203;
}
.js .toggle-panel.minimal.title-arrow-icon.azure > :first-child:before,
.js .toggle-panel.minimal.title-plus-icon.azure > :first-child:before {
  color: #007FFF;
}
.js .toggle-panel.minimal.title-arrow-icon.carrot-orange > :first-child:before,
.js .toggle-panel.minimal.title-plus-icon.carrot-orange > :first-child:before {
  color: #ED9121;
}
.js .toggle-panel.minimal.title-arrow-icon.tomato > :first-child:before,
.js .toggle-panel.minimal.title-plus-icon.tomato > :first-child:before {
  color: #FF6347;
}
.js .toggle-panel.minimal.title-plus-icon[aria-expanded="true"] > :first-child:before {
  content: "–";
}
.js .toggle-panel.minimal.title-plus-icon > :first-child:before {
  color: #000;
  content: "+";
  font-size: 19px;
  margin: 0 0 0 -28px;
  font-weight:bold;
}
.js .toggle-panel.minimal > :first-child {
  border: 1px solid #aaa;
  margin: 0;
  padding: 6px 12px;
}
.js .toggle-panel.minimal > :first-child + * > * {
  border: 0px solid #333333;
  border-top: none;
  display: block;
  padding: 12px;
}
.js .toggle-panel.minimal > :first-child + * > * > :first-child {
  margin-top: 0;
}
.js .toggle-panel.minimal > :first-child + * > * > :last-child {
  margin-bottom: 0;
}

.toggle-panel.inner  {
  border: 0px solid #333333;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
	background: #ffffff;
}
	
.toggle-panel.inner [aria-busy="true"]:after {
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  margin:0;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .toggle-panel.inner [aria-busy="true"]:after {
    background-size: 16px 16px;
  }
}
.toggle-panel.inner .border-radius {
  border-radius: 7px;
}
.toggle-panel.inner  > :first-child {
  border-bottom: 0px solid #DDDDDD;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
.toggle-panel.inner  > :first-child + * {
  margin-top: 0;
}
.toggle-panel.inner  > :last-child {
  margin-bottom: 0;
}
.js .toggle-panel.inner  {
  border: none;
  padding: 0;
}
.js .toggle-panel.inner.border-radius[aria-expanded="true"] > :first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.js .toggle-panel.inner.border-radius > :first-child {
  border-radius: 7px;
}
.js .toggle-panel.inner.border-radius > :first-child + * > * {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.js .toggle-panel.inner.border-radius.transition > :first-child {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.js .toggle-panel.inner.title-arrow-icon[aria-expanded="true"] > :first-child:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.js .toggle-panel.inner.title-arrow-icon > :first-child:before {
  content: "▶";
  font-size: 16px;
  margin: 0;
}
.js .toggle-panel.inner.title-arrow-icon.transition > :first-child:before {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.js .toggle-panel.inner.title-arrow-icon > :first-child,
.js .toggle-panel.inner.title-plus-icon > :first-child {
  padding-left: 48px;
}
.js .toggle-panel.inner.title-arrow-icon > :first-child + * > *,
.js .toggle-panel.inner.title-plus-icon > :first-child + * > * {
  padding-left: 48px;
}
.js .toggle-panel.inner.title-arrow-icon > :first-child:before,
.js .toggle-panel.inner.title-plus-icon > :first-child:before {
  float: left;
  line-height: 1;
}
.js .toggle-panel.inner.title-arrow-icon.apple-green > :first-child:before,
.js .toggle-panel.inner.title-plus-icon.apple-green > :first-child:before {
  color: #8DB600;
}
.js .toggle-panel.inner.title-arrow-icon.avocado > :first-child:before,
.js .toggle-panel.inner.title-plus-icon.avocado > :first-child:before {
  color: #568203;
}
.js .toggle-panel.inner.title-arrow-icon.azure > :first-child:before,
.js .toggle-panel.inner.title-plus-icon.azure > :first-child:before {
  color: #007FFF;
}
.js .toggle-panel.inner.title-arrow-icon.carrot-orange > :first-child:before,
.js .toggle-panel.inner.title-plus-icon.carrot-orange > :first-child:before {
  color: #ED9121;
}
.js .toggle-panel.inner.title-arrow-icon.tomato > :first-child:before,
.js .toggle-panel.inner.title-plus-icon.tomato > :first-child:before {
  color: #FF6347;
}
.js .toggle-panel.inner.title-plus-icon[aria-expanded="true"] > :first-child:before {
  content: "–";
}
.js .toggle-panel.inner.title-plus-icon > :first-child:before {
  color: #000;
  content: "+";
  font-size: 17px;
  margin: 0 0 0 -28px;
}
.js .toggle-panel.inner  > :first-child {
  border: 1px solid #aaa;
  margin: 0;
  padding: 6px 12px;
}
.js .toggle-panel.inner  > :first-child + * > * {
  border: 0px solid #333333;
  border-top: none;
  display: block;
  padding: 12px;
}
.js .toggle-panel.inner  > :first-child + * > * > :first-child {
  margin-top: 0;
}
.js .toggle-panel.inner  > :first-child + * > * > :last-child {
  margin-bottom: 0;
}
.toggle-panel-admin {
  margin: 0;
}
.js .toggle-panel-admin[aria-expanded="false"] > :first-child + * {
  visibility: hidden;
}
.js .toggle-panel-admin[aria-expanded="true"] > :first-child + * {
  visibility: visible;
  overflow:visible;
}
.js .toggle-panel-admin > :first-child {
  cursor: pointer;
}
.toggle-panel-admin-content {
  overflow: hidden;
}
.toggle-panel-admin-content > * {
  overflow: visible;
}
.toggle-panel-admin-content > * video {
  -webkit-transform-style: preserve-3d;
}
.toggle-panel-admin-content.transition {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: height, padding-bottom, padding-top, visibility;
  -moz-transition-property: height, padding-bottom, padding-top, visibility;
  -o-transition-property: height, padding-bottom, padding-top, visibility;
  transition-property: height, padding-bottom, padding-top, visibility;
}

.toggle-panel-admin.minimal {
  border: 0px solid #333333;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
	background: #d3d2d2;
}
	
.toggle-panel-admin.minimal[aria-busy="true"]:after {
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  margin:0;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .toggle-panel-admin.minimal[aria-busy="true"]:after {
    background-size: 16px 16px;
  }
}
.toggle-panel-admin.minimal.border-radius {
  border-radius: 7px;
}
.toggle-panel-admin.minimal > :first-child {
  border-bottom: 0px solid #DDDDDD;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
.toggle-panel-admin.minimal > :first-child + * {
  margin-top: 0;
}
.toggle-panel-admin.minimal > :last-child {
  margin-bottom: 0;
}
.js .toggle-panel-admin.minimal {
  border: none;
  padding: 0;
}
.js .toggle-panel-admin.minimal.border-radius[aria-expanded="true"] > :first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.js .toggle-panel-admin.minimal.border-radius > :first-child {
  border-radius: 7px;
}
.js .toggle-panel-admin.minimal.border-radius > :first-child + * > * {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.js .toggle-panel-admin.minimal.border-radius.transition > :first-child {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.js .toggle-panel-admin.minimal.title-arrow-icon[aria-expanded="true"] > :first-child:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.js .toggle-panel-admin.minimal.title-arrow-icon > :first-child:before {
  content: "▶";
  font-size: 16px;
  margin: 0;
}
.js .toggle-panel-admin.minimal.title-arrow-icon.transition > :first-child:before {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.js .toggle-panel-admin.minimal.title-arrow-icon > :first-child,
.js .toggle-panel-admin.minimal.title-plus-icon > :first-child {
  padding-left: 48px;
}
.js .toggle-panel-admin.minimal.title-arrow-icon > :first-child + * > *,
.js .toggle-panel-admin.minimal.title-plus-icon > :first-child + * > * {
  padding-left: 48px;
}
.js .toggle-panel-admin.minimal.title-arrow-icon > :first-child:before,
.js .toggle-panel-admin.minimal.title-plus-icon > :first-child:before {
  float: left;
  line-height: 1;
}
.js .toggle-panel-admin.minimal.title-arrow-icon.apple-green > :first-child:before,
.js .toggle-panel-admin.minimal.title-plus-icon.apple-green > :first-child:before {
  color: #8DB600;
}
.js .toggle-panel-admin.minimal.title-arrow-icon.avocado > :first-child:before,
.js .toggle-panel-admin.minimal.title-plus-icon.avocado > :first-child:before {
  color: #568203;
}
.js .toggle-panel-admin.minimal.title-arrow-icon.azure > :first-child:before,
.js .toggle-panel-admin.minimal.title-plus-icon.azure > :first-child:before {
  color: #007FFF;
}
.js .toggle-panel-admin.minimal.title-arrow-icon.carrot-orange > :first-child:before,
.js .toggle-panel-admin.minimal.title-plus-icon.carrot-orange > :first-child:before {
  color: #ED9121;
}
.js .toggle-panel-admin.minimal.title-arrow-icon.tomato > :first-child:before,
.js .toggle-panel-admin.minimal.title-plus-icon.tomato > :first-child:before {
  color: #FF6347;
}
.js .toggle-panel-admin.minimal.title-plus-icon[aria-expanded="true"] > :first-child:before {
  content: "–";
}
.js .toggle-panel-admin.minimal.title-plus-icon > :first-child:before {
  color: #000;
  content: "+";
  font-size: 19px;
  margin: 0 0 0 -28px;
  font-weight:bold;
}
.js .toggle-panel-admin.minimal > :first-child {
  border: 1px solid #aaa;
  margin: 0;
  padding: 6px 12px;
}
.js .toggle-panel-admin.minimal > :first-child + * > * {
  border: 0px solid #333333;
  border-top: none;
  display: block;
  padding: 12px;
}
.js .toggle-panel-admin.minimal > :first-child + * > * > :first-child {
  margin-top: 0;
}
.js .toggle-panel-admin.minimal > :first-child + * > * > :last-child {
  margin-bottom: 0;
}

.toggle-panel-admin.inner  {
  border: 0px solid #333333;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
	background: #ffffff;
}
	
.toggle-panel-admin.inner [aria-busy="true"]:after {
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  margin:0;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .toggle-panel-admin.inner [aria-busy="true"]:after {
    background-size: 16px 16px;
  }
}
.toggle-panel-admin.inner .border-radius {
  border-radius: 7px;
}
.toggle-panel-admin.inner  > :first-child {
  border-bottom: 0px solid #DDDDDD;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
.toggle-panel-admin.inner  > :first-child + * {
  margin-top: 0;
}
.toggle-panel-admin.inner  > :last-child {
  margin-bottom: 0;
}
.js .toggle-panel-admin.inner  {
  border: none;
  padding: 0;
}
.js .toggle-panel-admin.inner.border-radius[aria-expanded="true"] > :first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.js .toggle-panel-admin.inner.border-radius > :first-child {
  border-radius: 7px;
}
.js .toggle-panel-admin.inner.border-radius > :first-child + * > * {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.js .toggle-panel-admin.inner.border-radius.transition > :first-child {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.js .toggle-panel-admin.inner.title-arrow-icon[aria-expanded="true"] > :first-child:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.js .toggle-panel-admin.inner.title-arrow-icon > :first-child:before {
  content: "▶";
  font-size: 16px;
  margin: 0;
}
.js .toggle-panel-admin.inner.title-arrow-icon.transition > :first-child:before {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.js .toggle-panel-admin.inner.title-arrow-icon > :first-child,
.js .toggle-panel-admin.inner.title-plus-icon > :first-child {
  padding-left: 48px;
}
.js .toggle-panel-admin.inner.title-arrow-icon > :first-child + * > *,
.js .toggle-panel-admin.inner.title-plus-icon > :first-child + * > * {
  padding-left: 48px;
}
.js .toggle-panel-admin.inner.title-arrow-icon > :first-child:before,
.js .toggle-panel-admin.inner.title-plus-icon > :first-child:before {
  float: left;
  line-height: 1;
}
.js .toggle-panel-admin.inner.title-arrow-icon.apple-green > :first-child:before,
.js .toggle-panel-admin.inner.title-plus-icon.apple-green > :first-child:before {
  color: #8DB600;
}
.js .toggle-panel-admin.inner.title-arrow-icon.avocado > :first-child:before,
.js .toggle-panel-admin.inner.title-plus-icon.avocado > :first-child:before {
  color: #568203;
}
.js .toggle-panel-admin.inner.title-arrow-icon.azure > :first-child:before,
.js .toggle-panel-admin.inner.title-plus-icon.azure > :first-child:before {
  color: #007FFF;
}
.js .toggle-panel-admin.inner.title-arrow-icon.carrot-orange > :first-child:before,
.js .toggle-panel-admin.inner.title-plus-icon.carrot-orange > :first-child:before {
  color: #ED9121;
}
.js .toggle-panel-admin.inner.title-arrow-icon.tomato > :first-child:before,
.js .toggle-panel-admin.inner.title-plus-icon.tomato > :first-child:before {
  color: #FF6347;
}
.js .toggle-panel-admin.inner.title-plus-icon[aria-expanded="true"] > :first-child:before {
  content: "–";
}
.js .toggle-panel-admin.inner.title-plus-icon > :first-child:before {
  color: #000;
  content: "+";
  font-size: 17px;
  margin: 0 0 0 -28px;
}
.js .toggle-panel-admin.inner  > :first-child {
  border: 1px solid #aaa;
  margin: 0;
  padding: 6px 12px;
}
.js .toggle-panel-admin.inner  > :first-child + * > * {
  border: 0px solid #333333;
  border-top: none;
  display: block;
  padding: 12px;
}
.js .toggle-panel-admin.inner  > :first-child + * > * > :first-child {
  margin-top: 0;
}
.js .toggle-panel-admin.inner  > :first-child + * > * > :last-child {
  margin-bottom: 0;
}




