@charset "UTF-8";
/* Preferences for blueprint grid */
/* Colors */
/* Fonts */
/* Import Frameworks */
/* line 17, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* The Basics */
/* line 60, ../sass/global.scss */
html, body {
  float: left;
  height: 100%;
  width: 100%;
  font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 15px;
}

/* line 61, ../sass/global.scss */
a {
  color: #ff2b06;
  text-decoration: none;
}
/* line 62, ../sass/global.scss */
a:hover {
  color: #ff6a50;
}

/* line 64, ../sass/global.scss */
h1, h2, h3, h4 {
  font-weight: 400;
}

/* line 65, ../sass/global.scss */
select {
  background: url(../img/dropdown.png) no-repeat right center white;
  border: black;
  color: #666666;
  padding: 5px 30px 5px 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* line 69, ../sass/global.scss */
textarea:focus, input:focus {
  outline: none;
}

/* line 72, ../sass/global.scss */
hr {
  border: #cccccc solid 1px;
  margin: 15px 0;
}

/* line 73, ../sass/global.scss */
b {
  font-weight: 800;
}

/* line 75, ../sass/global.scss */
body {
  font-weight: 100;
  font-size: 12px;
  line-height: 17px;
}

/* line 77, ../sass/global.scss */
.alignleft {
  float: left;
}

/* line 78, ../sass/global.scss */
.alighright {
  float: right;
}

/* line 79, ../sass/global.scss */
.size-full {
  height: auto;
  width: 100%;
}

/* line 81, ../sass/global.scss */
.active {
  color: #ff2b06;
}
/* line 82, ../sass/global.scss */
.active a {
  color: #666666;
}

/* line 85, ../sass/global.scss */
.text_in {
  background: white;
  border: 1px solid #cccccc;
  height: 13px;
  font-size: 12px;
  padding: 5px;
}

/* line 86, ../sass/global.scss */
.btn {
  background: #ff2b06;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  height: 25px;
  padding: 0px 25px;
}
/* line 87, ../sass/global.scss */
.btn:hover {
  background: #ff6a50;
  color: white;
}

/* line 90, ../sass/global.scss */
.arrow_down {
  background: black;
  cursor: pointer;
  display: none;
  height: 30px;
  padding: 10px 7px;
  position: absolute;
  top: 20px;
  width: 34px;
  font-size: 30px;
  color: white;
  font-weight: 100;
  text-align: center;
  margin-left: -22px;
  left: 50%;
  margin-top: -50px;
  -webkit-transition: all 200ms ease;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 93, ../sass/global.scss */
.arrow_down:hover {
  background: #ff2b06;
}

/* line 95, ../sass/global.scss */
.section {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 35px;
  padding-bottom: 30px;
  background-color: white;
}

/* line 103, ../sass/global.scss */
.section_container {
  max-width: 1008px;
  margin: 0 auto;
}

/* line 104, ../sass/global.scss */
.section_body {
  color: black;
  margin-bottom: 35px;
}
/* line 105, ../sass/global.scss */
.section_body p {
  display: inline;
  margin-top: 15px;
}

/* line 107, ../sass/global.scss */
.section_body > p:last-child::after {
  color: #ff2b06;
  content: "\25A0";
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
  width: 10px;
}

/* line 108, ../sass/global.scss */
.section_title {
  border-bottom: 2px solid #1c1c1c;
  position: relative;
  padding: 0px 0px 10px 0px;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
/* line 109, ../sass/global.scss */
.section_title h3 {
  display: inline-block;
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
}

/* line 112, ../sass/global.scss */
.main_section_title {
  font-size: 45px;
  line-height: 45px;
  margin: 0 auto;
  max-width: 1008px;
}

/* line 113, ../sass/global.scss */
.fancy_bg {
  position: absolute;
}

/* line 116, ../sass/global.scss */
.icon {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* line 117, ../sass/global.scss */
.row {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

/* line 118, ../sass/global.scss */
.col_2 {
  display: inline;
  float: left;
  margin-right: 30px;
  width: 474px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .col_2 {
  overflow-x: hidden;
}

/* line 119, ../sass/global.scss */
.col_2_ {
  display: inline;
  float: left;
  margin-right: 0;
  width: 474px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .col_2_ {
  overflow-x: hidden;
}

/* line 120, ../sass/global.scss */
.col_2-3 {
  display: inline;
  float: left;
  margin-right: 30px;
  width: 642px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .col_2-3 {
  overflow-x: hidden;
}

/* line 121, ../sass/global.scss */
.col_1-3 {
  display: inline;
  float: left;
  margin-right: 0;
  width: 306px;
  width: 320px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .col_1-3 {
  overflow-x: hidden;
}

/* line 122, ../sass/global.scss */
.col_3 {
  display: inline;
  float: left;
  margin-right: 30px;
  width: 222px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .col_3 {
  overflow-x: hidden;
}

/* line 123, ../sass/global.scss */
.col_3_ {
  display: inline;
  float: left;
  margin-right: 0;
  width: 222px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .col_3_ {
  overflow-x: hidden;
}

/* line 124, ../sass/global.scss */
.col_4 {
  display: inline;
  float: left;
  margin-right: 2.65%;
  width: 23%;
}

/* line 125, ../sass/global.scss */
.col_4_ {
  display: inline;
  float: left;
  width: 23%;
}

/* line 126, ../sass/global.scss */
.col_5 {
  display: inline;
  float: left;
  margin-bottom: 15px;
  margin-right: 2.5%;
  width: 18%;
}

/* line 127, ../sass/global.scss */
.col_5_ {
  display: inline;
  float: left;
  margin-bottom: 15px;
  width: 18%;
}

/* line 128, ../sass/global.scss */
.col_6 {
  display: inline;
  float: left;
  margin-right: 30px;
  width: 474px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .col_6 {
  overflow-x: hidden;
}

/* line 129, ../sass/global.scss */
.col_6_ {
  display: inline;
  float: left;
  margin-right: 0;
  width: 474px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .col_6_ {
  overflow-x: hidden;
}

/* line 131, ../sass/global.scss */
.decap {
  margin-top: 0px;
}

/* line 132, ../sass/global.scss */
.left_bar {
  margin: 0px 15px;
}
/* line 133, ../sass/global.scss */
.left_bar li {
  list-style-type: disc;
  float: left;
  margin-left: 15px;
}
/* line 134, ../sass/global.scss */
.left_bar a {
  color: black;
}

/* line 136, ../sass/global.scss */
.right_bar {
  margin: 0px 15px;
}

/* line 138, ../sass/global.scss */
.facebook_link {
  background: url(../img/icons.png) -50px 0px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 10px;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 140, ../sass/global.scss */
.facebook_link:hover {
  opacity: 0.7;
}

/* line 142, ../sass/global.scss */
.twitter_link {
  background: url(../img/icons.png) -100px 0px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 10px;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 144, ../sass/global.scss */
.twitter_link:hover {
  opacity: 0.7;
}

/* line 146, ../sass/global.scss */
.google_link {
  background: url(../img/icons.png) -150px 0px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 10px;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 148, ../sass/global.scss */
.google_link:hover {
  opacity: 0.7;
}

/* line 150, ../sass/global.scss */
.flickr_link {
  background: url(../img/icons.png) 0px 0px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 10px;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 152, ../sass/global.scss */
.flickr_link:hover {
  opacity: 0.7;
}

/* line 154, ../sass/global.scss */
.tumblr_link {
  background: url(../img/icons.png) -200px 0px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 10px;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 156, ../sass/global.scss */
.tumblr_link:hover {
  opacity: 0.7;
}

/* line 158, ../sass/global.scss */
.mail_link {
  background: url(../img/icons.png) -300px 0px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 10px;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
/* line 160, ../sass/global.scss */
.mail_link:hover {
  opacity: 0.7;
}

/* line 162, ../sass/global.scss */
.rss_link {
  background: url(../img/icons.png) -250px 0px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 10px;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 164, ../sass/global.scss */
.rss_link:hover {
  opacity: 0.7;
}

/* line 166, ../sass/global.scss */
.like_btn {
  background: url(../img/icons.png) -605px -302px;
  cursor: pointer;
  height: 40px;
  width: 102px;
  float: left;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 168, ../sass/global.scss */
.like_btn:hover {
  opacity: 0.7;
}

/* line 170, ../sass/global.scss */
.more_link {
  float: left;
  height: 10px;
  margin: 10px 0px;
  width: 100%;
}

/* line 173, ../sass/global.scss */
.link_list li {
  color: black;
  margin-bottom: 15px;
  list-style-type: disc;
  float: left;
  margin-left: 15px;
}
/* line 174, ../sass/global.scss */
.link_list h4 {
  color: #1c1c1c;
  font-size: 100%;
  margin-bottom: 5px;
}
/* line 175, ../sass/global.scss */
.link_list p {
  color: #1c1c1c;
  font-size: 12px;
  line-height: 16px;
}
/* line 176, ../sass/global.scss */
.link_list .via {
  color: #999999;
  font-size: 12px;
  line-height: 16px;
}

/* line 180, ../sass/global.scss */
#content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 978px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content {
  overflow-x: hidden;
}

/* line 181, ../sass/global.scss */
#video_area {
  display: inline-block;
  width: 700px;
  height: 439px;
  margin-right: 10px;
}

/* line 182, ../sass/global.scss */
#big_video {
  display: inline-block;
  width: 840px;
  height: 640px;
  margin-top: 30px;
}

/* line 183, ../sass/global.scss */
#main_video {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
/* line 184, ../sass/global.scss */
#main_video #play_arrow {
  background: url(../img/icons.png) 406px 172px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
}
/* line 185, ../sass/global.scss */
#main_video #play_arrow:hover {
  background: url(../img/icons.png) 406px 292px;
}

/* The Structure */
/* line 190, ../sass/global.scss */
#wrap {
  position: static;
  margin: 0px auto;
  width: 100%;
}

/* line 192, ../sass/global.scss */
#header {
  height: 160px;
  margin: 11px 0 10px 0px;
  width: 100%;
}
/* line 193, ../sass/global.scss */
#header ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 194, ../sass/global.scss */
#header ul li {
  display: inline-block;
  margin-bottom: 10px;
}
/* line 196, ../sass/global.scss */
#header #top_bit {
  left: 0px;
  position: absolute;
  top: 12px;
  width: 100%;
}
/* line 197, ../sass/global.scss */
#header #lang_box {
  text-align: right;
  position: fixed;
  right: 20px;
  top: 15px;
  width: 110px;
  z-index: 300;
}
/* line 198, ../sass/global.scss */
#header #lang_box li {
  font-size: 16px;
  height: 12px;
}
/* line 199, ../sass/global.scss */
#header #lang_box .en_lang {
  border-right: 1px solid #1c1c1c;
  padding: 0 10px 0 30px;
}
/* line 200, ../sass/global.scss */
#header #lang_box .ja_lang {
  padding: 0 0 0 10px;
}
/* line 201, ../sass/global.scss */
#header #lang_box #newsletter_signup {
  top: 0;
  left: -10px;
  position: absolute;
}
/* line 202, ../sass/global.scss */
#header #lang_box #newsletter_signup #newsletter_btn {
  background: url(../img/icons.png) -477px -100px;
  height: 16px;
  width: 33px;
}
/* line 203, ../sass/global.scss */
#header #lang_box #newsletter_signup #newsletter_btn:hover {
  background: url(../img/icons.png) -477px -135px;
}
/* line 205, ../sass/global.scss */
#header #lang_box #newsletter_signup #newsletter_form {
  background: #eeeeee;
  border: 1px solid #cccccc;
  display: none;
  height: 50px;
  width: 354px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 25px;
  right: -29px;
}
/* line 206, ../sass/global.scss */
#header #lang_box #newsletter_signup #newsletter_form h3 {
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 207, ../sass/global.scss */
#header #lang_box #newsletter_signup #newsletter_form .text_in {
  width: 240px;
}
/* line 208, ../sass/global.scss */
#header #lang_box #newsletter_signup #newsletter_form .notch {
  background: url(../img/icons.png) -494px -76px;
  height: 9px;
  width: 12px;
  position: absolute;
  top: -8px;
  right: 37px;
}
/* line 212, ../sass/global.scss */
#header #logo {
  background: url(../img/TEDxTokyo.png) no-repeat;
  display: block;
  margin-left: 20px;
  height: 74px;
  width: 250px;
  margin-top: 10px;
}
/* line 213, ../sass/global.scss */
#header #logo span {
  display: none;
}
/* line 216, ../sass/global.scss */
#header #top_nav {
  width: 100%;
}
/* line 217, ../sass/global.scss */
#header #top_nav a {
  font-size: 20px;
  height: 25px;
  padding-right: 30px;
}
/* line 218, ../sass/global.scss */
#header #top_nav a:hover {
  color: #ff2b06;
}
/* line 220, ../sass/global.scss */
#header #top_nav #nav_wrap {
  position: relative;
  margin: 15px 20px;
}
/* line 221, ../sass/global.scss */
#header #top_nav #menu_area {
  height: auto;
  position: relative;
  width: 80%;
}
/* line 223, ../sass/global.scss */
#header #top_nav #menu_area .menu-item a {
  color: black;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 225, ../sass/global.scss */
#header #top_nav #menu_area .menu-item a:hover {
  color: #ff2b06;
}
/* line 227, ../sass/global.scss */
#header #top_nav #menu_area .menu-item .active {
  color: #ff2b06;
}
/* line 229, ../sass/global.scss */
#header #top_nav #search_box {
  background: white;
  border-bottom: solid 1px black;
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 170px;
}
/* line 230, ../sass/global.scss */
#header #top_nav #search_box input {
  border: solid 1px white;
  font-size: 12px;
  padding: 3px;
}
/* line 231, ../sass/global.scss */
#header #top_nav #search_box .btn {
  background: url(../img/icons.png) -430px -97px;
  cursor: pointer;
  float: right;
  font-size: 0px;
  width: 28px;
  height: 28px;
  color: white;
}
/* line 232, ../sass/global.scss */
#header #top_nav #search_box .btn:hover {
  background: url(../img/icons.png) -430px -132px;
}
/* line 236, ../sass/global.scss */
#header .static {
  position: absolute;
  top: 70px;
}
/* line 237, ../sass/global.scss */
#header .static #logo_area {
  background: url(../img/TEDxTokyo_sm.png) no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 57px;
  width: 0px;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
/* line 240, ../sass/global.scss */
#header .static #menu_area {
  display: inline-block;
}
/* line 242, ../sass/global.scss */
#header .sticky {
  background: white;
  border-bottom: 1px solid #cccccc;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
}
/* line 244, ../sass/global.scss */
#header .sticky #logo_area {
  height: 57px;
  width: 220px;
}
/* line 245, ../sass/global.scss */
#header .sticky #menu_area {
  height: 15px;
  margin-top: 10px;
}
/* line 246, ../sass/global.scss */
#header .sticky #nav_wrap {
  position: relative;
}

/* line 251, ../sass/global.scss */
#content {
  width: 100%;
}
/* line 252, ../sass/global.scss */
#content h2 {
  background-color: white;
  font-size: 34px;
  color: #ff2b06;
  border-bottom: 1px solid #ff2b06;
  padding: 15px 12px 5px 12px;
  font-weight: 100;
}

/* Home */
/* Preferences for blueprint grid */
/* Colors */
/* Fonts */
/* Import Frameworks */
/* line 63, ../sass/_home.scss */
#home #header {
  height: 140px;
}
/* line 65, ../sass/_home.scss */
#home #promo {
  height: auto;
  width: 100%;
  margin-bottom: 0px;
}
/* line 66, ../sass/_home.scss */
#home #promo #promo_body {
  background: black;
  margin: 60px auto;
  max-width: 1008px;
  height: 340px;
}
/* line 67, ../sass/_home.scss */
#home #promo #promo_body #promo_media_zone {
  float: left;
  width: 100%;
}
/* line 68, ../sass/_home.scss */
#home #promo #promo_body #promo_media_zone .promo_text_area {
  padding: 20px 20px 20px 0;
  height: 110px;
}
/* line 70, ../sass/_home.scss */
#home #promo #promo_body #promo_sidebar {
  float: left;
  width: 100%;
  text-align: center;
}
/* line 71, ../sass/_home.scss */
#home #promo #promo_body .promo_text_area {
  width: 100%;
  color: red;
  padding: 10px 0;
  font-size: 13px;
  line-height: 18px;
}
/* line 73, ../sass/_home.scss */
#home #promo .promo_btn {
  width: 200px;
  background: #ff2b06;
  padding: 45px;
  font-size: 20px;
  float: left;
  margin-right: 32px;
}
/* line 76, ../sass/_home.scss */
#home #talk_wrap {
  background: white;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
}
/* line 77, ../sass/_home.scss */
#home #talks {
  background: url(../img/loading.gif) no-repeat center black;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  min-height: 500px;
}
/* line 78, ../sass/_home.scss */
#home #talks h2 {
  font-size: 45px;
  height: 45px;
  line-height: 45px;
  background: none;
  border: none;
  display: inline-block;
  line-height: 20px;
  padding-left: 20px;
  margin-top: 25px;
}
/* line 79, ../sass/_home.scss */
#home #talks #filter_bar {
  background: black;
  color: #eeeeee;
  display: inline-block;
  font-size: 14px;
  padding: 11px 30px;
  position: relative;
  z-index: 20;
}
/* line 80, ../sass/_home.scss */
#home #talks #filter_bar #tools {
  display: inline;
  float: left;
  margin-right: 0;
  width: 978px;
  margin: 0 auto;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #home #talks #filter_bar #tools {
  overflow-x: hidden;
}
/* line 81, ../sass/_home.scss */
#home #talks #filter_bar h3 {
  display: inline-block;
  font-weight: 600;
  margin-left: 10px;
}
/* line 82, ../sass/_home.scss */
#home #talks #filter_bar .sort {
  border-right: 1px solid white;
  display: inline-block;
  padding-right: 10px;
  margin-left: 10px;
}
/* line 83, ../sass/_home.scss */
#home #talks #filter_bar .filter_arrow {
  font-size: 8px;
}
/* line 84, ../sass/_home.scss */
#home #talks #filter_bar .filter {
  background: black;
  display: none;
  position: absolute;
  z-index: 20;
}
/* line 85, ../sass/_home.scss */
#home #talks #filter_bar .filter li {
  padding: 15px 20px;
}
/* line 86, ../sass/_home.scss */
#home #talks #filter_bar .filter a {
  text-decoration: none;
  color: white;
}
/* line 87, ../sass/_home.scss */
#home #talks #filter_bar .filter a:hover {
  text-decoration: underline;
  color: white;
}
/* line 88, ../sass/_home.scss */
#home #talks #filter_bar .filter a:visited {
  color: white;
}
/* line 91, ../sass/_home.scss */
#home #talks #filter_bar .active {
  color: #ff2b06;
}
/* line 93, ../sass/_home.scss */
#home #talks #gallery {
  float: left;
  margin-bottom: 90px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 1000000px;
}
/* line 94, ../sass/_home.scss */
#home #talks .page {
  display: inline-block;
}
/* line 95, ../sass/_home.scss */
#home #talks .video_thumb {
  color: white;
  display: none;
  font-weight: 100;
  height: 222px;
  width: 16.666%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 96, ../sass/_home.scss */
#home #talks .video_thumb .gutters {
  border: 3px solid black;
  height: 100%;
}
/* line 97, ../sass/_home.scss */
#home #talks .video_thumb .info {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  padding: 10px;
  min-height: 30px;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
/* line 98, ../sass/_home.scss */
#home #talks .video_thumb .info h1 {
  display: inline-block;
  font-weight: 600;
}
/* line 100, ../sass/_home.scss */
#home #talks .video_thumb .info_big {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  bottom: 0px;
  padding: 15px;
  height: auto;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
/* line 101, ../sass/_home.scss */
#home #talks .video_thumb .info_big h1 {
  border-bottom: 1px solid white;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 0px;
  padding-bottom: 10px;
  width: 90%;
}
/* line 102, ../sass/_home.scss */
#home #talks .video_thumb .info_big p {
  line-height: 16px;
  width: 90%;
}
/* line 105, ../sass/_home.scss */
#home #talks #more_area {
  background: black;
  width: 100%;
  height: 20px;
}
/* line 106, ../sass/_home.scss */
#home #talks #more_talk_find {
  background: black;
  color: white;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/* line 107, ../sass/_home.scss */
#home #talks #more_talk_find h3 {
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
}
/* line 108, ../sass/_home.scss */
#home #talks #more_talk_find select {
  margin: 0 5px;
}
/* line 109, ../sass/_home.scss */
#home #talks #more_talk_find #tools {
  padding: 10px 0px 20px 20px;
  font-size: 16px;
}
/* line 110, ../sass/_home.scss */
#home #talks #more_talk_find #custom_playlist_launch {
  background: none;
  color: #ff2b06;
  border: none;
  font-size: 24px;
}
/* line 112, ../sass/_home.scss */
#home #talks .left_arrow {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50px;
}
/* line 113, ../sass/_home.scss */
#home #talks .left_arrow .arrow {
  background: url(../img/icons.png) -150px -203px;
  left: 0px;
  top: 50%;
  position: absolute;
  margin-top: -25px;
  height: 50px;
  width: 50px;
}
/* line 115, ../sass/_home.scss */
#home #talks .right_arrow {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50px;
}
/* line 116, ../sass/_home.scss */
#home #talks .right_arrow .arrow {
  background: url(../img/icons.png) -223px -203px;
  left: 0px;
  top: 50%;
  position: absolute;
  margin-top: -25px;
  height: 50px;
  width: 50px;
}
/* line 121, ../sass/_home.scss */
#home #events .section_body {
  padding: 15px 15px 0px 15px;
  word-spacing: 0px;
  margin-bottom: 0px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
/* line 122, ../sass/_home.scss */
#home #events .section_body p {
  margin-top: 0px;
}
/* line 124, ../sass/_home.scss */
#home #events .event_highlight {
  background: rgba(0, 0, 0, 0.7);
  width: 90%;
  margin: 20px auto;
  padding: 5%;
}
/* line 125, ../sass/_home.scss */
#home #events .event_highlight .section_title {
  border: none;
  display: inline-block;
  margin: 15px 30px 15px 0;
  height: 195px;
  width: 195px;
  vertical-align: top;
}
/* line 126, ../sass/_home.scss */
#home #events .event_highlight .section_title h3 {
  font-size: 34px;
  line-height: 36px;
}
/* line 127, ../sass/_home.scss */
#home #events .event_highlight .section_title p {
  font-size: 18px;
}
/* line 129, ../sass/_home.scss */
#home #events .event_highlight .section_body {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -ms-column-count: 1;
  -o-column-count: 1;
  column-count: 1;
  display: inline-block;
  width: 100%;
  margin: 30px 0px;
  padding: 30px 0px;
}
/* line 130, ../sass/_home.scss */
#home #events .event_highlight .section_body h3 {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -1px;
}
/* line 131, ../sass/_home.scss */
#home #events .event_highlight .section_body p {
  font-size: 18px;
  line-height: 23px;
}
/* line 133, ../sass/_home.scss */
#home #events .event_highlight a {
  color: black;
}
/* line 134, ../sass/_home.scss */
#home #events .event_highlight a:hover {
  text-decoration: none;
}
/* line 136, ../sass/_home.scss */
#home #events .event_highlight .event_poster {
  display: inline-block;
  height: 185px;
  width: 200px;
  padding: 10px;
  position: relative;
  background-size: 100% auto;
  background-position: center;
}
/* line 138, ../sass/_home.scss */
#home #events .poster_row {
  padding: 30px 0 15px 0;
  float: left;
}
/* line 139, ../sass/_home.scss */
#home #events .poster_row h3 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -1px;
}
/* line 140, ../sass/_home.scss */
#home #events .poster_row a {
  color: black;
}
/* line 141, ../sass/_home.scss */
#home #events .poster_row a:hover {
  text-decoration: none;
}
/* line 143, ../sass/_home.scss */
#home #events .poster_row .section_statement {
  height: 40px;
  position: relative;
  float: left;
  width: 100%;
}
/* line 144, ../sass/_home.scss */
#home #events .poster_row .section_statement .more_arrow {
  background: url(../img/icons.png) -1253px -40px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
/* line 145, ../sass/_home.scss */
#home #events .poster_row .section_statement p {
  width: 75%;
}
/* line 147, ../sass/_home.scss */
#home #events .poster_row .section_statement:hover .more_arrow {
  background: url(../img/icons.png) -1253px 4px;
}
/* line 151, ../sass/_home.scss */
#home #events .event_poster, #home #events .event_poster_ {
  display: inline-block;
  height: 300px;
  width: 80%;
  padding: 10%;
  position: relative;
  background-size: auto 100%;
  background-position: center;
}
/* line 152, ../sass/_home.scss */
#home #events .event_poster h3, #home #events .event_poster_ h3 {
  font-size: 25px;
  color: white;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  padding: 0% 13% 30% 13%;
}
/* line 153, ../sass/_home.scss */
#home #events .event_poster .poster_fader, #home #events .event_poster_ .poster_fader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1) 100%);
}
/* line 158, ../sass/_home.scss */
#home #events .event_poster_ {
  height: 160px;
  width: 140px;
}
/* line 164, ../sass/_home.scss */
#home #news .row {
  float: none;
  max-width: 1008px;
  margin: 0 auto;
}
/* line 165, ../sass/_home.scss */
#home #news .news_list_area {
  display: inline;
  float: left;
  width: 60%;
}
/* line 166, ../sass/_home.scss */
#home #news .talk_side_area {
  display: inline;
  float: left;
  margin-right: 0;
  width: 35%;
}
/* line 167, ../sass/_home.scss */
#home #news .news_item {
  display: inline-block;
  margin: 15px 0 0 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
/* line 168, ../sass/_home.scss */
#home #news .news_image {
  display: inline-block;
  width: 34%;
  margin-right: 2%;
}
/* line 169, ../sass/_home.scss */
#home #news .news_image img {
  width: 100%;
}
/* line 171, ../sass/_home.scss */
#home #news .news_copy {
  color: black;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  margin-left: 10px;
  width: 60%;
  vertical-align: top;
}
/* line 172, ../sass/_home.scss */
#home #news .news_copy h3 {
  color: black;
  font-size: 20px;
  line-height: 24px;
}
/* line 173, ../sass/_home.scss */
#home #news .news_copy h4 {
  color: #999999;
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 10px 0;
}
/* line 174, ../sass/_home.scss */
#home #news .news_copy .more {
  font-weight: 600;
}
/* line 176, ../sass/_home.scss */
#home #news a:hover {
  text-decoration: none;
}
/* line 177, ../sass/_home.scss */
#home #news #read_more_news {
  font-size: 24px;
  vertical-align: top;
  line-height: 40px;
  text-align: right;
  color: #1c1c1c;
  margin-top: 10px;
}
/* line 178, ../sass/_home.scss */
#home #news #read_more_news:hover {
  text-decoration: none;
}
/* line 179, ../sass/_home.scss */
#home #news #read_more_news .arrow_right {
  background: url(../img/icons.png) -1204px -42px;
  float: right;
  height: 40px;
  margin: 0 20px 0 10px;
  width: 40px;
}
/* line 180, ../sass/_home.scss */
#home #news #read_more_news .arrow_right:hover {
  background: url(../img/icons.png) -1204px 1px;
}
/* line 183, ../sass/_home.scss */
#home #news .load_more_btn {
  cursor: pointer;
  height: 30px;
  color: #F8F8F8;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  padding: 15px 0px 7px 0px;
  background: #BEBEBE;
  margin-top: 20px;
  border-radius: 3px;
}
/* line 184, ../sass/_home.scss */
#home #news .vanish {
  display: none;
}
/* line 186, ../sass/_home.scss */
#home #news #conversation_area .conversation {
  margin-top: 15px;
  line-height: 26px;
}
/* line 187, ../sass/_home.scss */
#home #news #conversation_area .conversation h3 {
  color: #1c1c1c;
}
/* line 189, ../sass/_home.scss */
#home #news #conversation_area .speech_icon {
  background: url(../img/icons.png) -386px -98px;
  height: 30px;
  width: 30px;
}
/* line 190, ../sass/_home.scss */
#home #news #conversation_area .jabber_box {
  background: white;
  height: 630px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}
/* line 191, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber {
  background: white;
  min-height: 630px;
  position: relative;
}
/* line 192, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item {
  border-bottom: 1px solid #cccccc;
  margin: 0px 20px 0px 15px;
  position: relative;
  color: #666666;
  display: block;
}
/* line 193, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item .chatter_avatar {
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  margin-top: 15px;
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
}
/* line 194, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item .chatter_name_zone {
  width: 80%;
  height: 70px;
  float: left;
  margin-top: 10px;
}
/* line 195, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item .chatter_name {
  color: #1c1c1c;
  font-weight: normal;
  margin-top: 20px;
}
/* line 196, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item .chatter_user {
  color: #999999;
}
/* line 197, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item .chatter_box {
  margin-bottom: 5px;
}
/* line 198, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item .chatter_box i {
  color: #666666;
  font-style: italic;
}
/* line 200, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item .chatter_text {
  height: 30px;
  overflow: hidden;
  float: left;
  margin-bottom: 5px;
}
/* line 201, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item .talked_when {
  color: #999999;
  max-width: 240px;
  margin-top: 5px;
  padding-bottom: 10px;
}
/* line 202, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item .talked_time {
  position: absolute;
  right: 0px;
  top: 10px;
}
/* line 203, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item .chatter_extra {
  float: left;
  height: 30px;
  width: 100%;
}
/* line 204, ../sass/_home.scss */
#home #news #conversation_area #jibber_jabber .chat_item .retweet {
  background: url(../img/retweet_btn.png) no-repeat right;
  color: #1c1c1c;
  font-weight: 600;
  width: 100%;
  height: 20px;
  margin-top: 5px;
}
/* line 207, ../sass/_home.scss */
#home #news #conversation_area #chat_slider {
  border: none;
  top: 45px;
  right: 5px;
  position: absolute;
  height: 300px;
  width: 5px;
}
/* line 208, ../sass/_home.scss */
#home #news #conversation_area #chat_slider .ui-widget-content {
  border: none;
}
/* line 209, ../sass/_home.scss */
#home #news #conversation_area #chat_slider .ui-slider-range {
  display: none;
}
/* line 210, ../sass/_home.scss */
#home #news #conversation_area #chat_slider .ui-state-default {
  background: #cccccc;
}
/* line 211, ../sass/_home.scss */
#home #news #conversation_area #chat_slider .ui-slider-handle {
  background: #eeeeee;
  border: none;
  outline: none;
  left: 0px;
  height: 50px;
  width: 5px;
  margin-bottom: -25px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 212, ../sass/_home.scss */
#home #news #conversation_area #chat_slider .ui-state-hover {
  background: #cccccc;
  border: none;
}
/* line 214, ../sass/_home.scss */
#home #news #conversation_area #chat_slider:hover .ui-slider-handle {
  background: #cccccc;
}
/* line 215, ../sass/_home.scss */
#home #news #conversation_area #chat_slider:hover .ui-widget-content {
  border: none;
}
/* line 220, ../sass/_home.scss */
#home #news #newsletter_area .sign-up-field {
  font-size: 12px;
  line-height: 18px;
}
/* line 221, ../sass/_home.scss */
#home #news #newsletter_area .sign-up-field input {
  width: 95%;
  margin: 5px 0px;
  border: none;
  padding: 2%;
}
/* line 222, ../sass/_home.scss */
#home #news #newsletter_area .sign-up-field .submit_btn {
  background: #999999;
  cursor: pointer;
  color: white;
  float: right;
  padding: 5px 20px;
  width: auto;
}
/* line 223, ../sass/_home.scss */
#home #news #newsletter_area .sign-up-field .submit_btn:hover {
  background: #b7b7b7;
  color: white;
}
/* line 228, ../sass/_home.scss */
#home #news #connect_area {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}
/* line 231, ../sass/_home.scss */
#home #about {
  background: url(../img/about_bg.jpg) no-repeat;
  background-size: cover;
  /* Flickr */
}
/* line 232, ../sass/_home.scss */
#home #about #video_area {
  background: url(../img/about_video.png) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 595px;
}
/* line 236, ../sass/_home.scss */
#home #about .visuals {
  padding: 15px;
  max-width: 1008px;
  margin: 0px auto;
}
/* line 237, ../sass/_home.scss */
#home #about .verbal {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  max-width: 978px;
  margin: 0px auto;
}
/* line 238, ../sass/_home.scss */
#home #about .verbal .col_3, #home #about .verbal .col_3_ {
  display: inline-block;
  float: none;
  margin-right: 2%;
  width: 31.5%;
  vertical-align: top;
}
/* line 239, ../sass/_home.scss */
#home #about .verbal .col_3_ {
  margin-right: 0;
}
/* line 240, ../sass/_home.scss */
#home #about .verbal .section_title {
  border-bottom: 2px solid white;
  height: 30px;
  padding: 0px;
}
/* line 241, ../sass/_home.scss */
#home #about .verbal .section_title h3 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}
/* line 243, ../sass/_home.scss */
#home #about .verbal .section_body {
  color: white;
  font-size: 12px;
  line-height: 17px;
  padding: 5%;
}
/* line 246, ../sass/_home.scss */
#home #about .about_icon {
  display: none;
  background: url(../img/icons.png) -599px 0px;
  height: 40px;
  width: 40px;
}
/* line 247, ../sass/_home.scss */
#home #about .ted_icon {
  display: none;
  background: url(../img/icons.png) -650px 0px;
  height: 40px;
  width: 40px;
}
/* line 250, ../sass/_home.scss */
#home #about #photo_gallery {
  background: rgba(0, 0, 0, 0.7);
  width: 86%;
  margin-left: 15px;
  padding: 5% 0 5% 4.2%;
}
/* line 251, ../sass/_home.scss */
#home #about #photo_gallery h3 {
  border-bottom: 2px solid #1c1c1c;
  font-size: 20px;
  line-height: 12px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 252, ../sass/_home.scss */
#home #about #photo_gallery #photo_area {
  height: 285px;
  overflow: hidden;
  width: 100%;
  padding: 0px;
}
/* line 253, ../sass/_home.scss */
#home #about #photo_gallery #photo_area .pic {
  background-size: contain;
  display: inline-block;
  height: 90px;
  margin: 0px 12px 2px 0px;
  width: 45%;
}
/* line 255, ../sass/_home.scss */
#home #about #photo_gallery #more_photos {
  padding: 15px 0 0 0;
}
/* line 256, ../sass/_home.scss */
#home #about #photo_gallery #more_photos a {
  color: black;
  text-decoration: none;
}
/* line 257, ../sass/_home.scss */
#home #about #photo_gallery #more_photos #more_photos_icon {
  background: url(../img/icons.png) 0px 0px;
  display: inline-block;
  height: 30px;
  width: 30px;
}
/* line 258, ../sass/_home.scss */
#home #about #photo_gallery #more_photos #more_photos_text {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  padding-top: 8px;
  vertical-align: top;
}
/* line 264, ../sass/_home.scss */
#home #participate .brief {
  width: 90%;
  margin-left: 5%;
  float: none;
}
/* line 265, ../sass/_home.scss */
#home #participate .brief h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  max-width: 100%;
  margin: 30px 0px;
}
/* line 266, ../sass/_home.scss */
#home #participate .brief .section_body {
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  font-size: 12px;
  line-height: 16px;
}
/* line 268, ../sass/_home.scss */
#home #participate .choices {
  max-width: 1008px;
  margin: 0 auto;
  float: none;
}
/* line 269, ../sass/_home.scss */
#home #participate .choices a {
  color: #ff2b06;
}
/* line 271, ../sass/_home.scss */
#home #participate .choices .section_title img {
  width: 100%;
}
/* line 272, ../sass/_home.scss */
#home #participate .choices .section_title h3 {
  padding: 15px 0 0 0;
  text-transform: capitalize;
}
/* line 275, ../sass/_home.scss */
#home #participate .icon {
  bottom: 7px;
  top: auto;
}
/* line 276, ../sass/_home.scss */
#home #participate .icon_speaker {
  background: url(../img/icons.png) -520px -200px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
/* line 277, ../sass/_home.scss */
#home #participate .icon_people {
  background: url(../img/icons.png) -620px -200px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
/* line 278, ../sass/_home.scss */
#home #participate .icon_volunteer {
  background: url(../img/icons.png) -565px -200px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
/* line 279, ../sass/_home.scss */
#home #participate .icon_partner {
  background: url(../img/icons.png) -670px -200px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
/* line 280, ../sass/_home.scss */
#home #participate .sub_section_body {
  margin-bottom: 25px;
}
/* line 283, ../sass/_home.scss */
#home #contact {
  background: url(../img/skyline.jpg) center;
  background-size: auto 100%;
  color: white;
}
/* line 284, ../sass/_home.scss */
#home #contact h2 {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 285, ../sass/_home.scss */
#home #contact .section_statement {
  background: rgba(0, 0, 0, 0.7);
  padding: 35px 15px 0px 15px;
  word-spacing: 0px;
  max-width: 1008px;
  min-height: 130px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 100;
}
/* line 286, ../sass/_home.scss */
#home #contact .section_statement h3, #home #contact .section_statement h4 {
  font-size: 16px;
  line-height: 21px;
  float: left;
  margin: 0 10px 10px 0px;
  font-weight: 100;
}
/* line 287, ../sass/_home.scss */
#home #contact .section_statement th, #home #contact .section_statement td {
  vertical-align: top;
  padding-bottom: 5px;
  font-weight: 100;
  font-size: 12px;
  line-height: 17px;
}
/* line 288, ../sass/_home.scss */
#home #contact .section_statement th {
  text-align: center;
  font-size: 17px;
}
/* line 289, ../sass/_home.scss */
#home #contact .section_statement th img {
  margin-right: 10px;
  margin-bottom: -4px;
}
/* line 291, ../sass/_home.scss */
#home #contact .section_statement td {
  font-size: 15px;
  line-height: 17px;
  text-align: center;
}
/* line 292, ../sass/_home.scss */
#home #contact .section_statement td a {
  margin-top: 20px;
}
/* line 294, ../sass/_home.scss */
#home #contact .section_statement .title {
  border-bottom: 1px solid #808285;
  width: 90%;
  padding: 10px 0;
}

/* Clock */
/* Colors */
/* line 29, ../sass/_clock.scss */
#countdown {
  width: 490px;
  margin: 25px auto 10px auto;
  height: 50px;
  background-color: black;
}
/* line 36, ../sass/_clock.scss */
#countdown h3 {
  font-size: 15px;
  float: left;
  padding: 33px 5px 5px 5px;
  color: #ff2b06;
}
/* line 38, ../sass/_clock.scss */
#countdown .digit {
  color: #f0f0f0;
  float: left;
  width: 27px;
  height: 45px;
  font-size: 40px;
  line-height: 25px;
}
/* line 44, ../sass/_clock.scss */
#countdown .top_section, #countdown .low_section {
  position: relative;
  float: left;
  height: 23px;
  width: 100%;
  overflow: hidden;
  -webkit-perspective: 350;
}
/* line 47, ../sass/_clock.scss */
#countdown .top_unit {
  padding: 10px 2px;
  border: 1px solid #2a2a2a;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff2b06;
  -webkit-border-radius: 5px 5px 0px 0px;
  -webkit-transform: rotateX(0deg);
  -webkit-transform-origin: 0% 100%;
  -webkit-transition-delay: 300ms;
  -webkit-transition: all 300ms ease-in-out;
}
/* line 59, ../sass/_clock.scss */
#countdown .low_unit {
  padding: 10px 2px;
  border: 1px solid #2a2a2a;
  background: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -24px;
  background-color: #ff2b06;
  -webkit-border-radius: 0px 0px 5px 5px;
  -webkit-transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0%;
  -webkit-transition: all 300ms ease-in-out;
}
/* line 69, ../sass/_clock.scss */
#countdown .top_section .current {
  -webkit-transform: rotateX(90deg);
  -webkit-transform-origin: 0% 100%;
}
/* line 75, ../sass/_clock.scss */
#countdown .low_section .current {
  -webkit-transform: rotateX(0deg);
  -webkit-transform-origin: 50% 0%;
}
/* line 82, ../sass/_clock.scss */
#countdown .clock_section {
  float: left;
}
/* line 83, ../sass/_clock.scss */
#countdown #days_hundreds, #countdown #days_tens, #countdown #days_ones {
  float: left;
}
/* line 84, ../sass/_clock.scss */
#countdown #days {
  width: 140px;
}
/* line 85, ../sass/_clock.scss */
#countdown #hours {
  width: 105px;
}
/* line 86, ../sass/_clock.scss */
#countdown #minutes {
  width: 120px;
}
/* line 87, ../sass/_clock.scss */
#countdown #seconds {
  width: 125px;
}

/* Talk Page */
/* Preferences for blueprint grid */
/* Colors */
/* Fonts */
/* Import Frameworks */
/* line 56, ../sass/_talk.scss */
.center_content {
  padding: 0 15px;
  width: 474px;
}

/* line 60, ../sass/_talk.scss */
#talk_page h3 {
  font-size: 34px;
  line-height: 39px;
  padding-bottom: 15px;
}
/* line 61, ../sass/_talk.scss */
#talk_page .title_area {
  padding: 25px 15px 0px 15px;
}
/* line 62, ../sass/_talk.scss */
#talk_page .video_title {
  color: #ff2b06;
  font-size: 16px;
  line-height: 19px;
}
/* line 63, ../sass/_talk.scss */
#talk_page .video_date {
  color: #999999;
  font-size: 14px;
  line-height: 17px;
}
/* line 65, ../sass/_talk.scss */
#talk_page .video_area {
  display: inline;
  float: left;
  margin-right: 30px;
  width: 810px;
  margin-left: 84px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #talk_page .video_area {
  overflow-x: hidden;
}
/* line 66, ../sass/_talk.scss */
#talk_page .section_body {
  display: inline;
  float: left;
  margin-right: 30px;
  width: 978px;
  padding: 25px 15px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #talk_page .section_body {
  overflow-x: hidden;
}
/* line 67, ../sass/_talk.scss */
#talk_page .section_body p {
  display: block;
}
/* line 69, ../sass/_talk.scss */
#talk_page .main_content {
  max-width: 1008px;
  left: 50%;
  margin-left: -504px;
}
/* line 73, ../sass/_talk.scss */
#talk_page .section_title h3 {
  font-size: 20px;
  line-height: 20px;
  padding: 0;
}
/* line 75, ../sass/_talk.scss */
#talk_page .bonus_content {
  margin: 25px 0 0 0;
}
/* line 76, ../sass/_talk.scss */
#talk_page .bonus_content .section_title {
  border-bottom: none;
  padding: 0;
}
/* line 79, ../sass/_talk.scss */
#talk_page .related_links a {
  color: black;
}
/* line 80, ../sass/_talk.scss */
#talk_page .related_links li {
  padding: 0 0 15px 0;
}
/* line 81, ../sass/_talk.scss */
#talk_page .related_links h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
/* line 82, ../sass/_talk.scss */
#talk_page .related_links p {
  font-size: 12px;
  line-height: 17px;
  margin-top: 0px;
}
/* line 84, ../sass/_talk.scss */
#talk_page .section_more {
  margin-top: 15px;
}
/* line 85, ../sass/_talk.scss */
#talk_page .section_more .link {
  display: block;
  margin-top: 5px;
  padding: 0px 0px 15px 30px;
  height: 10px;
}
/* line 86, ../sass/_talk.scss */
#talk_page .section_more .L {
  background: url(../img/icons.png) -678px -93px no-repeat;
}
/* line 87, ../sass/_talk.scss */
#talk_page .section_more .B {
  background: url(../img/icons.png) -678px -93px no-repeat;
}
/* line 88, ../sass/_talk.scss */
#talk_page .section_more .T {
  background: url(../img/icons.png) -678px -149px no-repeat;
}

/* Event Page */
/* Preferences for blueprint grid */
/* Colors */
/* Fonts */
/* line 51, ../sass/_event.scss */
#event_page {
  overflow: hidden;
}
/* line 53, ../sass/_event.scss */
#event_page h2 {
  background: none;
  padding: 25px 12px 10px 20px;
}
/* line 54, ../sass/_event.scss */
#event_page a img {
  height: auto;
  width: 100%;
}
/* line 55, ../sass/_event.scss */
#event_page strong {
  margin: 10px 0px;
  float: left;
  width: 100%;
}
/* line 56, ../sass/_event.scss */
#event_page .submenu {
  background: #333;
  margin-bottom: 25px;
  width: 100%;
}
/* line 57, ../sass/_event.scss */
#event_page .main_content {
  max-width: 1008px;
  left: 50%;
  margin-left: -504px;
}
/* line 58, ../sass/_event.scss */
#event_page .main_content h2 {
  color: black;
  border-bottom-color: black;
}
/* line 60, ../sass/_event.scss */
#event_page .event_poster {
  background-size: 100%;
  height: 310px;
  width: 100%;
}
/* line 61, ../sass/_event.scss */
#event_page .left_bar {
  width: 25%;
}
/* line 62, ../sass/_event.scss */
#event_page .center_content {
  width: 55%;
}
/* line 63, ../sass/_event.scss */
#event_page .center_content .section_title {
  margin-bottom: 0px;
}
/* line 65, ../sass/_event.scss */
#event_page .center_content_wide {
  padding: 0 15px;
  width: 744px;
}
/* line 66, ../sass/_event.scss */
#event_page .body_area {
  line-height: 16px;
  float: left;
  margin-top: 0px;
}
/* line 67, ../sass/_event.scss */
#event_page .body_area h2 {
  padding: 10px 12px 5px 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 97%;
}
/* line 68, ../sass/_event.scss */
#event_page .body_area h3 {
  padding: 15px 12px 5px 0px;
  display: inline-block;
  　font-size: 16px;
  line-height: 23px;
}
/* line 69, ../sass/_event.scss */
#event_page .body_area p {
  padding-bottom: 10px;
}
/* line 70, ../sass/_event.scss */
#event_page .body_area .speaker_name {
  width: 300px;
}
/* line 72, ../sass/_event.scss */
#event_page .body_area #speaker_list h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
/* line 75, ../sass/_event.scss */
#event_page .section {
  overflow: hidden;
}
/* line 76, ../sass/_event.scss */
#event_page table {
  font-size: 14px;
  line-height: 20px;
}
/* line 77, ../sass/_event.scss */
#event_page table h3 {
  font-size: 24px;
  line-height: 34px;
}
/* line 78, ../sass/_event.scss */
#event_page table td {
  padding-bottom: 5px;
  padding-right: 10px;
  vertical-align: top;
}
/* line 79, ../sass/_event.scss */
#event_page table ul {
  padding: 15px 0;
  margin-left: 15px;
}
/* line 80, ../sass/_event.scss */
#event_page table li {
  list-style-type: disc;
  color: #ff2b06;
  list-style-position: inside;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0;
}
/* line 81, ../sass/_event.scss */
#event_page table span {
  color: black;
}
/* line 83, ../sass/_event.scss */
#event_page .tabs {
  width: 1008px;
  margin: 0 auto;
}
/* line 84, ../sass/_event.scss */
#event_page .tabs li {
  background: #333333;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 100px;
}
/* line 85, ../sass/_event.scss */
#event_page .tabs a {
  color: #cccccc;
}
/* line 86, ../sass/_event.scss */
#event_page .tabs a:hover {
  color: white;
}
/* line 88, ../sass/_event.scss */
#event_page .tabs .active {
  background: #ff2b06;
  color: white;
}
/* line 89, ../sass/_event.scss */
#event_page .tabs .active a {
  color: white;
}
/* line 92, ../sass/_event.scss */
#event_page .section_more {
  margin-bottom: 25px;
}
/* line 93, ../sass/_event.scss */
#event_page .section_links {
  float: left;
  margin-bottom: 20px;
}
/* line 94, ../sass/_event.scss */
#event_page .photo_area {
  margin-bottom: 25px;
}
/* line 95, ../sass/_event.scss */
#event_page .photo_area img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
/* line 97, ../sass/_event.scss */
#event_page .speaker_photo {
  width: 120px;
  padding-right: 20px;
}
/* line 98, ../sass/_event.scss */
#event_page .speaker_photo img {
  margin-top: 7px;
  width: 100%;
}
/* line 100, ../sass/_event.scss */
#event_page .event_poster {
  display: inline-block;
  float: left;
  height: 60px;
  width: 80%;
  padding: 10%;
  position: relative;
  background-size: cover;
  background-position: center top;
}
/* line 101, ../sass/_event.scss */
#event_page .event_poster h3 {
  font-size: 15px;
  color: white;
  line-height: 20px;
  position: absolute;
  top: 30px;
  width: 70%;
}
/* line 102, ../sass/_event.scss */
#event_page .event_poster .poster_fader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1) 100%);
}
/* line 107, ../sass/_event.scss */
#event_page #other_events a {
  color: black;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

/* line 108, ../sass/_event.scss */
#event_page .speaker_list li {
  background: black;
  width: 180px;
  height: 180px;
  float: left;
  margin: 3px;
}
/* line 109, ../sass/_event.scss */
#event_page .speaker_list a {
  color: white;
  position: relative;
  font-weight: bold;
  float: left;
  width: 90%;
  height: 90%;
  padding: 5%;
  z-index: 20;
}
/* line 110, ../sass/_event.scss */
#event_page .speaker_list a:hover img {
  opacity: 0.5;
}
/* line 111, ../sass/_event.scss */
#event_page .speaker_list img {
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
/* line 114, ../sass/_event.scss */
#event_page #gallery {
  float: left;
  margin-bottom: 90px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 474px;
}
/* line 115, ../sass/_event.scss */
#event_page .page {
  display: inline-block;
}

#event_page .video_title{
    width: 300px;
}

/* line 116, ../sass/_event.scss */
#event_page .video_thumb {
  color: white;
  display: none;
  font-weight: 100;
  height: 222px;
  width: 33.3%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 117, ../sass/_event.scss */
#event_page .video_thumb .gutters {
  border: 3px solid #EEE;
  height: 100%;
}
/* line 118, ../sass/_event.scss */
#event_page .video_thumb .info {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  padding: 10px;
  min-height: 30px;
  margin-left: 2%;
  width: 83%;
  overflow: hidden;
  position: absolute;
}
/* line 119, ../sass/_event.scss */
#event_page .video_thumb .info h1 {
  display: inline-block;
  font-weight: 600;
}
/* line 121, ../sass/_event.scss */
#event_page .video_thumb .info_big {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  bottom: 0px;
  padding: 15px;
  height: auto;
  overflow: hidden;
  position: absolute;
  margin-left: 2%;
  width: 77%;
  font-size: 11px;
}
/* line 122, ../sass/_event.scss */
#event_page .video_thumb .info_big p {
  line-height: 16px;
  width: 80%;
}
/* line 123, ../sass/_event.scss */
#event_page .video_thumb .info_big .video_duration, #event_page .video_thumb .info_big .video_category, #event_page .video_thumb .info_big .video_tags, #event_page .video_thumb .info_big h1 {
  display: block;
}
/* line 126, ../sass/_event.scss */
#event_page #more_area {
  background: black;
  width: 100%;
  height: 20px;
}
/* line 127, ../sass/_event.scss */
#event_page #more_talk_find {
  background: black;
  color: white;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/* line 128, ../sass/_event.scss */
#event_page #more_talk_find h3 {
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
}
/* line 129, ../sass/_event.scss */
#event_page #more_talk_find select {
  margin: 0 5px;
}
/* line 130, ../sass/_event.scss */
#event_page #more_talk_find #tools {
  padding: 10px 0px 20px 20px;
  font-size: 16px;
}
/* line 131, ../sass/_event.scss */
#event_page #more_talk_find #custom_playlist_launch {
  background: none;
  color: #ff2b06;
  border: none;
  font-size: 24px;
}
/* line 133, ../sass/_event.scss */
#event_page .left_arrow {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50px;
}
/* line 134, ../sass/_event.scss */
#event_page .left_arrow .arrow {
  background: url(../img/icons.png) -150px -203px;
  left: 0px;
  top: 50%;
  position: absolute;
  margin-top: -25px;
  height: 50px;
  width: 50px;
}
/* line 136, ../sass/_event.scss */
#event_page .right_arrow {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50px;
}
/* line 137, ../sass/_event.scss */
#event_page .right_arrow .arrow {
  background: url(../img/icons.png) -223px -203px;
  left: 0px;
  top: 50%;
  position: absolute;
  margin-top: -25px;
  height: 50px;
  width: 50px;
}

/* News Page */
/* Preferences for blueprint grid */
/* Colors */
/* Fonts */
/* line 52, ../sass/_news.scss */
.news .row {
  float: none;
  max-width: 1008px;
  margin: 0 auto;
}
/* line 53, ../sass/_news.scss */
.news .news_list_area {
  display: inline;
  float: left;
  width: 60%;
}
/* line 54, ../sass/_news.scss */
.news .talk_side_area {
  display: inline;
  float: left;
  margin-right: 0;
  width: 35%;
}
/* line 55, ../sass/_news.scss */
.news .news_item {
  display: inline-block;
  margin: 15px 0 0 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
/* line 56, ../sass/_news.scss */
.news .news_image {
  display: inline-block;
  width: 34%;
  margin-right: 2%;
}
/* line 57, ../sass/_news.scss */
.news .news_image img {
  width: 100%;
}
/* line 59, ../sass/_news.scss */
.news .news_copy {
  color: black;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
  width: 60%;
  vertical-align: top;
}
/* line 60, ../sass/_news.scss */
.news .news_copy h3 {
  color: black;
  font-size: 20px;
  line-height: 24px;
}
/* line 61, ../sass/_news.scss */
.news .news_copy h4 {
  color: #999999;
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 10px 0;
}
/* line 62, ../sass/_news.scss */
.news .news_copy .more {
  font-weight: 600;
}
/* line 64, ../sass/_news.scss */
.news a:hover {
  text-decoration: none;
}
/* line 65, ../sass/_news.scss */
.news #read_more_news {
  font-size: 24px;
  vertical-align: top;
  line-height: 40px;
  text-align: right;
  color: #1c1c1c;
  margin-top: 10px;
}
/* line 66, ../sass/_news.scss */
.news #read_more_news:hover {
  text-decoration: none;
}
/* line 67, ../sass/_news.scss */
.news #read_more_news .arrow_right {
  background: url(../img/icons.png) -1204px -42px;
  float: right;
  height: 40px;
  margin: 0 20px 0 10px;
  width: 40px;
}
/* line 68, ../sass/_news.scss */
.news #read_more_news .arrow_right:hover {
  background: url(../img/icons.png) -1204px 1px;
}
/* line 71, ../sass/_news.scss */
.news .load_more_btn {
  cursor: pointer;
  height: 30px;
  color: #F8F8F8;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  padding: 15px 0px 7px 0px;
  background: #BEBEBE;
  margin-top: 20px;
  border-radius: 3px;
}
/* line 72, ../sass/_news.scss */
.news .vanish {
  display: none;
}
/* line 74, ../sass/_news.scss */
.news #conversation_area .conversation {
  margin-top: 15px;
  line-height: 26px;
}
/* line 75, ../sass/_news.scss */
.news #conversation_area .conversation h3 {
  color: #1c1c1c;
}
/* line 77, ../sass/_news.scss */
.news #conversation_area .speech_icon {
  background: url(../img/icons.png) -386px -98px;
  height: 30px;
  width: 30px;
}
/* line 78, ../sass/_news.scss */
.news #conversation_area .jabber_box {
  background: white;
  height: 400px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}
/* line 79, ../sass/_news.scss */
.news #conversation_area #jibber_jabber {
  background: white;
  min-height: 400px;
  position: relative;
}
/* line 80, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item {
  border-bottom: 1px solid #cccccc;
  margin: 0px 20px 0px 15px;
  position: relative;
  color: #666666;
  display: block;
}
/* line 81, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item .chatter_avatar {
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  margin-top: 15px;
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
}
/* line 82, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item .chatter_name_zone {
  width: 80%;
  height: 70px;
  float: left;
  margin-top: 10px;
}
/* line 83, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item .chatter_name {
  color: #1c1c1c;
  font-weight: normal;
  margin-top: 20px;
}
/* line 84, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item .chatter_user {
  color: #999999;
}
/* line 85, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item .chatter_box {
  margin-bottom: 5px;
}
/* line 86, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item .chatter_box i {
  color: #666666;
  font-style: italic;
}
/* line 88, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item .chatter_text {
  height: 30px;
  overflow: hidden;
  float: left;
  margin-bottom: 5px;
}
/* line 89, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item .talked_when {
  color: #999999;
  max-width: 240px;
  margin-top: 5px;
  padding-bottom: 10px;
}
/* line 90, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item .talked_time {
  position: absolute;
  right: 0px;
  top: 10px;
}
/* line 91, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item .chatter_extra {
  float: left;
  height: 30px;
  width: 100%;
}
/* line 92, ../sass/_news.scss */
.news #conversation_area #jibber_jabber .chat_item .retweet {
  background: url(../img/retweet_btn.png) no-repeat right;
  color: #1c1c1c;
  font-weight: 600;
  width: 100%;
  height: 20px;
  margin-top: 5px;
}
/* line 95, ../sass/_news.scss */
.news #conversation_area #chat_slider {
  border: none;
  top: 45px;
  right: 5px;
  position: absolute;
  height: 300px;
  width: 5px;
}
/* line 96, ../sass/_news.scss */
.news #conversation_area #chat_slider .ui-widget-content {
  border: none;
}
/* line 97, ../sass/_news.scss */
.news #conversation_area #chat_slider .ui-slider-range {
  display: none;
}
/* line 98, ../sass/_news.scss */
.news #conversation_area #chat_slider .ui-state-default {
  background: #cccccc;
}
/* line 99, ../sass/_news.scss */
.news #conversation_area #chat_slider .ui-slider-handle {
  background: #eeeeee;
  border: none;
  outline: none;
  left: 0px;
  height: 50px;
  width: 5px;
  margin-bottom: -25px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 100, ../sass/_news.scss */
.news #conversation_area #chat_slider .ui-state-hover {
  background: #cccccc;
  border: none;
}
/* line 102, ../sass/_news.scss */
.news #conversation_area #chat_slider:hover .ui-slider-handle {
  background: #cccccc;
}
/* line 103, ../sass/_news.scss */
.news #conversation_area #chat_slider:hover .ui-widget-content {
  border: none;
}
/* line 108, ../sass/_news.scss */
.news #newsletter_area .sign-up-field {
  font-size: 12px;
  line-height: 18px;
}
/* line 109, ../sass/_news.scss */
.news #newsletter_area .sign-up-field input {
  width: 95%;
  margin: 5px 0px;
  border: none;
  padding: 2%;
}
/* line 110, ../sass/_news.scss */
.news #newsletter_area .sign-up-field .submit_btn {
  background: #999999;
  cursor: pointer;
  color: white;
  float: right;
  padding: 5px 20px;
  width: auto;
}
/* line 111, ../sass/_news.scss */
.news #newsletter_area .sign-up-field .submit_btn:hover {
  background: #b7b7b7;
  color: white;
}
/* line 116, ../sass/_news.scss */
.news #connect_area {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

/* Normal Page */
/* line 3, ../sass/_normal.scss */
#normal_page h2 {
  background: none;
  padding: 25px 12px 10px 20px;
}
/* line 5, ../sass/_normal.scss */
#normal_page strong {
  margin: 10px 0px;
  float: left;
  width: 100%;
}
/* line 6, ../sass/_normal.scss */
#normal_page .submenu {
  background: #333;
  margin-bottom: 25px;
  width: 100%;
}
/* line 7, ../sass/_normal.scss */
#normal_page .main_content {
  max-width: 1008px;
  left: 50%;
  margin-left: -504px;
}
/* line 8, ../sass/_normal.scss */
#normal_page .event_poster {
  background-size: 100%;
  height: 310px;
  width: 100%;
}
/* line 9, ../sass/_normal.scss */
#normal_page .center_content {
  padding: 0 15px;
  width: 474px;
}
/* line 10, ../sass/_normal.scss */
#normal_page .center_content_wide {
  padding: 0 15px;
  width: 620px;
}
/* line 11, ../sass/_normal.scss */
#normal_page .body_area {
  line-height: 16px;
  font-size: 13px;
  line-height: 15px;
}
/* line 12, ../sass/_normal.scss */
#normal_page .body_area h2 {
  padding: 20px 12px 10px 0px;
  margin-bottom: 20px;
  line-height: 15px;
  font-size: 25px;
}
/* line 13, ../sass/_normal.scss */
#normal_page .body_area h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 30px 0 10px 0;
}
/* line 14, ../sass/_normal.scss */
#normal_page .body_area p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 17px;
}
/* line 15, ../sass/_normal.scss */
#normal_page .body_area .speaker_name {
  width: 300px;
}
/* line 17, ../sass/_normal.scss */
#normal_page .body_area #speaker_list h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

/* Video Overlay */
/* line 277, ../sass/global.scss */
#couch_video {
  display: none;
  padding: 30px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 200%;
  width: 100%;
  z-index: 500;
}
/* line 278, ../sass/global.scss */
#couch_video h2 {
  font-size: 40px;
  color: white;
  border-bottom: 1px solid white;
  padding: 15px 12px;
  font-weight: 100;
  margin: 0px auto;
  width: 80%;
  line-height: 40px;
}
/* line 281, ../sass/global.scss */
#couch_video h3 {
  font-size: 25px;
}
/* line 282, ../sass/global.scss */
#couch_video #video_bg {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
/* line 283, ../sass/global.scss */
#couch_video #video_win {
  left: 50%;
  display: block;
  width: 80%;
  z-index: 20;
  margin: 20px 10%;
}
/* line 284, ../sass/global.scss */
#couch_video #video_plus {
  color: white;
  display: block;
  z-index: 0;
  padding-bottom: 60px;
  position: fixed;
  width: 100%;
  top: 0px;
  height: 50%;
}
/* line 285, ../sass/global.scss */
#couch_video #video_plus a {
  font-size: 20px;
}
/* line 287, ../sass/global.scss */
#couch_video .next_btn {
  background: url(../img/icons.png) -225px -142px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 11;
}
/* line 288, ../sass/global.scss */
#couch_video .prev_btn {
  background: url(../img/icons.png) -150px -142px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: 0;
}
/* line 289, ../sass/global.scss */
#couch_video #close_btn {
  background: url(../img/icons.png) -375px -202px;
  cursor: pointer;
  top: 20px;
  right: 20px;
  position: absolute;
  height: 50px;
  width: 50px;
  z-index: 200;
}
/* line 290, ../sass/global.scss */
#couch_video .more_link {
  position: absolute;
  left: 80%;
  top: 650px;
}

/* Flickr */
/* line 294, ../sass/global.scss */
#photo_gallery {
  display: inline;
  float: left;
  margin-right: 0;
  width: 222px;
}
/* line 147, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #photo_gallery {
  overflow-x: hidden;
}
/* line 295, ../sass/global.scss */
#photo_gallery h3 {
  border-bottom: 2px solid #1c1c1c;
  font-size: 20px;
  line-height: 14px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 296, ../sass/global.scss */
#photo_gallery #photo_area {
  height: 285px;
  overflow: hidden;
  width: 220px;
  padding: 15px;
}
/* line 297, ../sass/global.scss */
#photo_gallery #photo_area .pic {
  background-size: cover;
  display: inline-block;
  height: 90px;
  margin: 0px 12px 12px 0px;
  width: 90px;
}
/* line 299, ../sass/global.scss */
#photo_gallery #more_photos {
  padding: 15px;
}
/* line 300, ../sass/global.scss */
#photo_gallery #more_photos a {
  color: black;
  text-decoration: none;
}
/* line 301, ../sass/global.scss */
#photo_gallery #more_photos #more_photos_icon {
  background: url(../img/icons.png) 0px 0px;
  display: inline-block;
  height: 30px;
  width: 30px;
}
/* line 302, ../sass/global.scss */
#photo_gallery #more_photos #more_photos_text {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  padding-top: 8px;
  vertical-align: top;
}

/* Footer */
/* line 307, ../sass/global.scss */
#footer {
  float: left;
  width: 100%;
  background: black;
  padding: 20px 0px 0px 0px;
}
/* line 308, ../sass/global.scss */
#footer #footsty {
  color: white;
  margin: 15px auto;
  display: block;
  float: none;
  width: 90%;
  padding: 0px 5%;
}
/* line 309, ../sass/global.scss */
#footer #footsty #menu_area {
  max-width: 1008px;
  min-height: 50px;
  margin: 0 auto;
}
/* line 310, ../sass/global.scss */
#footer #footsty #menu_area ul {
  margin: 0;
  padding: 0;
}
/* line 311, ../sass/global.scss */
#footer #footsty #menu_area ul li {
  float: left;
  width: 25%;
  text-align: center;
}
/* line 312, ../sass/global.scss */
#footer #footsty #menu_area ul li a {
  border-bottom: 2px solid #666666;
  color: #666666;
  float: left;
  position: relative;
  padding: 0px 0px 10px 0px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 100;
  width: 95%;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 315, ../sass/global.scss */
#footer #footsty #menu_area ul li a:hover {
  border-bottom: 2px solid white;
  color: white;
}
/* line 320, ../sass/global.scss */
#footer #footsty h3 {
  font-size: 16px;
}
/* line 322, ../sass/global.scss */
#footer #final_note {
  color: white;
  text-align: center;
  width: 70%;
  margin: 0px auto;
  display: block;
  float: none;
}
/* line 323, ../sass/global.scss */
#footer #final_final_note {
  background: #cccccc;
  color: white;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

/* Top Arrow */
/* line 327, ../sass/global.scss */
#back2top {
  background: url(../img/icons.png) -370px -162px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 0;
  bottom: 30px;
}

/* line 331, ../sass/global.scss */
#page h2 {
  color: black;
  background: none;
  border-bottom: none;
  margin: 20px 0 10px 0;
  padding: 0;
  line-height: 20px;
  font-size: 20px;
}
/* line 332, ../sass/global.scss */
#page p {
  margin-bottom: 10px;
}
/* line 333, ../sass/global.scss */
#page .row {
  max-width: 1008px;
  margin: 35px auto;
  float: none;
}
/* line 334, ../sass/global.scss */
#page .center_content_wide {
  width: 75%;
  margin-right: 30px;
}

/* Adjust for Japanese */
/* line 5, ../sass/_japanese.scss */
#ja #header #top_nav a {
  font-size: 18px;
  height: 25px;
  padding-right: 30px;
}
/* line 9, ../sass/_japanese.scss */
#ja #home #talks h2, #ja .main_section_title {
  font-size: 30px;
  line-height: 35px;
}

@media all and (max-width: 735px) {
  /* line 342, ../sass/global.scss */
  #header {
    height: 235px;
  }
  /* line 344, ../sass/global.scss */
  #header ul li {
    text-align: right;
    margin-bottom: 0px;
  }
  /* line 350, ../sass/global.scss */
  #header #lang_box {
    display: none;
  }
  /* line 352, ../sass/global.scss */
  #header #top_nav #nav_wrap {
    margin: 10px 13px;
  }
  /* line 353, ../sass/global.scss */
  #header #top_nav #search_box {
    display: none;
  }
  /* line 354, ../sass/global.scss */
  #header #top_nav a {
    font-size: 12px;
  }
  /* line 355, ../sass/global.scss */
  #header #top_nav #menu_area {
    margin-top: 5px;
  }
  /* line 357, ../sass/global.scss */
  #header #logo {
    margin-top: 10px;
  }
  /* line 360, ../sass/global.scss */
  #header .sticky #logo_area {
    height: 56px;
  }

  /* line 363, ../sass/global.scss */
  .col_4, .col_4_ {
    margin-left: 2.65%;
    width: 94%;
    margin-bottom: 20px;
  }

  /* line 366, ../sass/global.scss */
  #home #talks .video_thumb .info {
    display: none;
    height: 0px;
    visibility: hidden;
  }
  /* line 367, ../sass/global.scss */
  #home #talks .video_thumb .info_big {
    display: none;
    height: 0px;
    visibility: hidden;
  }
  /* line 369, ../sass/global.scss */
  #home #talks #more_talk_find {
    display: none;
  }
  /* line 370, ../sass/global.scss */
  #home #talks .left_arrow .arrow, #home #talks .right_arrow .arrow {
    margin-top: 135px;
  }
  /* line 373, ../sass/global.scss */
  #home #events .event_poster {
    background-size: 100%;
  }
  /* line 375, ../sass/global.scss */
  #home #events .poster_row h3 {
    margin-left: 10px;
  }
  /* line 376, ../sass/global.scss */
  #home #events .poster_row .section_statement {
    background: none;
  }
  /* line 380, ../sass/global.scss */
  #home #news .news_list_area {
    margin: 20px 2% 2% 2%;
    width: 90%;
  }
  /* line 381, ../sass/global.scss */
  #home #news .talk_side_area {
    margin: 20px 2% 2% 6%;
    width: 86%;
  }
  /* line 385, ../sass/global.scss */
  #home #about .verbal .col_3, #home #about .verbal .col_3_ {
    width: 93%;
  }
  /* line 390, ../sass/global.scss */
  #home #contact .section_statement h4 {
    margin: 0;
    width: 20%;
  }
}

.info{
    left: 114px;
    width: 60%;
}