body {
  color: #222;
  background-color: white;
  /*padding: 1em;*/
}
/*#intro {
  background: white url('../img/intro_2016_bg.jpg') no-repeat right bottom;
  background-size: contain;
}*/
.ink-grid {
  padding: 1em;
}
.panel,
.fb-page {
  box-shadow: 0px 1px 1px 0px #ddd;
}
.panel {
  color: #222;
  background-color: white;
  padding: 0.5em;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.panel nav {
}
.panel p:last-child {
  margin-bottom: 0;
}
.panel.black {
  color: white;
  background-color: black;
  border:none;
}
.panel.tedx {
  margin-top: -1em;
  /*padding-top: 1em;*/
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  /*border-top: 2px solid #ff2b06;*/
}
a.tedx-white,
.panel.tedx a {
  color: white;
}
a.tedx-white:hover,
.panel.tedx a:hover {
  color: #ff2b06;
  text-decoration: none;
}
.panel.tedx li {
  margin: 1em 0;
}
.panel.tedx li.logo,
.panel.tedx li.icons {
  margin: 0.5em 0;
}
ul.social-icons,
.panel.tedx li.icons ul {
  padding: 0;
}
ul.social-icons,
ul.social-icons li,
.panel.tedx li.icons ul,
.panel.tedx li.icons ul li {
  margin: 0;
}
ul.social-icons li,
ul.social-icons li:first-child {
  padding: 0;
}
figure.ink-image.img-border {
  border: none;
}
figure.ink-image.img-border img {
  border: 1px solid #555;
}
.panel.black figure.ink-image {
  border: none;
}
.panel.black figure.ink-image figcaption {
  background-color: inherit;
}
#email-address .control-group {
  margin-bottom: 0;
}
ul.dotted li {
  margin-top: 0.25em;
}
.round {
  border-radius: 50%;
}
.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ink-image figcaption {
  padding: 0.2em !important;
  font-size: 0.85em !important;
}
.image-list .ink-image figcaption {
  padding: 0.2em;
  font-size: 0.85em;
  text-align: center;
}
.soon-image {
  position: relative;
}
.soon-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #ff2b06;
  font-size: 2em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  padding-right: 2em;
  line-height: 0.8em;
}
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}
.grayscale:hover {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important;
    /*height: 100% !important;*/
}
#cookies-alert {
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid black;
}
/* for xlarge screens */
@media screen and (min-width: 1261px) {
  /* your css for xlarge screens goes here ... */
}
/* for large screens */
@media screen and (min-width: 961px) and (max-width: 1260px) {
  /* your css for large screens goes here ... */
}
/* for medium screens */
@media screen and (min-width: 641px) and (max-width: 960px) {
  .soon-text {
    font-size: 1.4em;
  }
}
/* for small screens */
@media screen and (min-width: 321px) and (max-width: 640px) {
  .soon-text {
    font-size: 1em;
  }
}
/* for tiny screens */
@media screen and (max-width: 320px) {
  /* your css for tiny screens goes here ... */
}
.screen-size-helper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 1.6em;
  font-size: 1em;
  padding: 0.5333333333333333em 0.8em;
  background: rgba(0, 0, 0, 0.7);
  background: none;
  z-index: 100;
}
.screen-size-helper ul {
  color: white;
  text-shadow: 0 1px 0 #000000;
  float: right;
  margin: 0;
  padding: 0;
  line-height: inherit !important;
}
.screen-size-helper ul li {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: inherit !important;
}
.screen-size-helper ul li.tiny {
  color: #0f75da;
}
.screen-size-helper ul li.small {
  color: #4a9b17;
}
.screen-size-helper ul li.medium {
  color: #ff9c00;
}
.screen-size-helper ul li.large {
  color: #c91111;
}
.screen-size-helper ul li.xlarge {
  color: gray;
}
.screen-size-helper {
  display: none;
}