/* line 17, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 114, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 8, ../../app/assets/stylesheets/_formalize.sass */
.input_tiny {
  width: 50px;
}

/* line 11, ../../app/assets/stylesheets/_formalize.sass */
.input_small {
  width: 100px;
}

/* line 14, ../../app/assets/stylesheets/_formalize.sass */
.input_medium {
  width: 150px;
}

/* line 17, ../../app/assets/stylesheets/_formalize.sass */
.input_large {
  width: 200px;
}

/* line 20, ../../app/assets/stylesheets/_formalize.sass */
.input_xlarge {
  width: 250px;
}

/* line 23, ../../app/assets/stylesheets/_formalize.sass */
.input_xxlarge {
  width: 300px;
}

/* line 26, ../../app/assets/stylesheets/_formalize.sass */
.input_full {
  width: 100%;
}

/* line 31, ../../app/assets/stylesheets/_formalize.sass */
.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* line 38, ../../app/assets/stylesheets/_formalize.sass */
::-moz-focus-inner {
  border: 0;
}

/* line 41, ../../app/assets/stylesheets/_formalize.sass */
input[type="search"]::-webkit-search-decoration {
  display: none;
}

/* line 44, ../../app/assets/stylesheets/_formalize.sass */
input,
button,
select,
textarea {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0;
  vertical-align: middle;
}

/* line 54, ../../app/assets/stylesheets/_formalize.sass */
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: #dddddd url('/images/button.png?1458640464') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(top, #ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px 4px;
  text-shadow: white 0 1px 1px;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0px;
}

/* line 77, ../../app/assets/stylesheets/_formalize.sass */
button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 82, ../../app/assets/stylesheets/_formalize.sass */
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  height: 1.8em;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/* line 119, ../../app/assets/stylesheets/_formalize.sass */
input.placeholder-text,
textarea.placeholder-text,
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

/* line 125, ../../app/assets/stylesheets/_formalize.sass */
::-webkit-input-placeholder {
  color: #888888;
}

/* line 128, ../../app/assets/stylesheets/_formalize.sass */
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #0066ff 0 0 4px;
  -webkit-box-shadow: #0066ff 0 0 4px;
  box-shadow: #0066ff 0 0 4px;
  z-index: 1;
}

/* line 143, ../../app/assets/stylesheets/_formalize.sass */
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 153, ../../app/assets/stylesheets/_formalize.sass */
select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

/* line 170, ../../app/assets/stylesheets/_formalize.sass */
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

/* line 185, ../../app/assets/stylesheets/_formalize.sass */
.is_webkit select {
  background-image: url('/images/select_arrow.gif?1458640464');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}

/* line 193, ../../app/assets/stylesheets/_formalize.sass */
textarea,
select[size],
select[multiple] {
  height: auto;
}

/* line 199, ../../app/assets/stylesheets/_formalize.sass */
.is_webkit select[multiple] {
  background-image: none;
  padding: 0;
}

/* line 203, ../../app/assets/stylesheets/_formalize.sass */
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

/* line 209, ../../app/assets/stylesheets/_formalize.sass */
optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
}

/* line 1, ../../app/assets/stylesheets/frontend/_layout.sass */
body {
  font-size: 13px;
  font-family: "Arial", "Helvetica";
  font-weight: normal;
  color: #707070;
  background-color: #f7f7f7;
}

/* line 8, ../../app/assets/stylesheets/frontend/_layout.sass */
h3 {
  margin-bottom: 10px;
}

/* line 11, ../../app/assets/stylesheets/frontend/_layout.sass */
p {
  margin: 0 0 10px 0;
  line-height: 1.1em;
}

/* line 15, ../../app/assets/stylesheets/frontend/_layout.sass */
a {
  color: #e41c24;
  text-decoration: none;
}
/* line 19, ../../app/assets/stylesheets/frontend/_layout.sass */
a:hover {
  text-decoration: underline;
}

/* line 22, ../../app/assets/stylesheets/frontend/_layout.sass */
strong {
  font-weight: bold;
}

/* line 25, ../../app/assets/stylesheets/frontend/_layout.sass */
em {
  font-style: italic;
}

/* line 28, ../../app/assets/stylesheets/frontend/_layout.sass */
#youtube {
  border: 1px solid #cccccc;
}

/* line 32, ../../app/assets/stylesheets/frontend/_layout.sass */
a.back:hover {
  text-decoration: none;
}

/* line 34, ../../app/assets/stylesheets/frontend/_layout.sass */
input#subscription_submit {
  display: none;
}

/* line 5, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2 {
  display: block;
  margin-bottom: 20px;
  color: #e41c24;
  border-bottom: 1px solid #bfbfbf;
  font-size: 43px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", "Raleway", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  height: 48px;
  text-indent: -4000px;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.a_la_carte {
  background-image: url('/images/title_a_la_carte.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.advisors {
  background-image: url('/images/title_advisors.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.alumni {
  background-image: url('/images/title_alumni.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.application_forms {
  background-image: url('/images/title_application_forms.png');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.archive {
  background-image: url('/images/title_archive.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.awards {
  background-image: url('/images/title_awards.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.binger {
  background-image: url('/images/title_binger.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.company {
  background-image: url('/images/title_company.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.connect {
  background-image: url('/images/title_connect.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.creative_producers_lab {
  background-image: url('/images/title_creative_producers_lab.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.current {
  background-image: url('/images/title_current.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.directors_lab {
  background-image: url('/images/title_directors_lab.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.doc_lab {
  background-image: url('/images/title_doc_lab.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.docu_coach {
  background-image: url('/images/title_docu_coach.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.events {
  background-image: url('/images/title_events.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.general_info {
  background-image: url('/images/title_general_info.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.industry {
  background-image: url('/images/title_industry.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.labs {
  background-image: url('/images/title_labs.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.latest {
  background-image: url('/images/title_latest.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.latest {
  background-image: url('/images/title_latest.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.masterclasses {
  background-image: url('/images/title_masterclasses.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.partners {
  background-image: url('/images/title_partners.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.reports {
  background-image: url('/images/title_reports.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.search {
  background-image: url('/images/title_search.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.staff {
  background-image: url('/images/title_staff.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.supervisory_board {
  background-image: url('/images/title_supervisory_board.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.venue {
  background-image: url('/images/title_venue.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.workshops {
  background-image: url('/images/title_workshops.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.world_map {
  background-image: url('/images/title_world_map.png?1458640464');
}
/* line 2, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.writers_lab {
  background-image: url('/images/title_writers_lab.png?1458640464');
}
/* line 49, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.colofon, h2.terms_and_conditions, h2.privacy_policy {
  text-indent: 0;
}
/* line 52, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.archive {
  background-image: url('/images/title_archive.png?1458640464');
  text-indent: 0;
}
/* line 56, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.archive span.title {
  display: inline-block;
  overflow: hidden;
  width: 169px;
  text-indent: -169px;
}
/* line 62, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.archive span {
  vertical-align: top;
  font-size: 52px;
  line-height: 40px;
  color: #44badb;
}
/* line 68, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.people {
  background-image: url('/images/title_people.png?1458640464');
  text-indent: 0;
}
/* line 71, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.people span.title {
  display: inline-block;
  overflow: hidden;
  width: 250px;
  text-indent: -290px;
}
/* line 77, ../../app/assets/stylesheets/frontend/_page_titles.sass */
h2.people span {
  vertical-align: top;
  font-size: 52px;
  line-height: 40px;
  color: #9a4661;
}

/* line 1, ../../app/assets/stylesheets/frontend/_header.sass */
#sidebar {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 7, ../../app/assets/stylesheets/frontend/_header.sass */
#sidebar h1 a {
  display: block;
  background: url('/images/logo_corner.png?1458640464') no-repeat top left;
  height: 240px;
  width: 250px;
  text-indent: -1000px;
}

/* line 1, ../../app/assets/stylesheets/frontend/_content.sass */
section#content {
  width: 644px;
  padding: 50px 0 50px 305px;
  min-height: 600px;
}

/* line 3, ../../app/assets/stylesheets/frontend/_subscriptions.sass */
footer form.subscription label {
  display: none;
}
/* line 6, ../../app/assets/stylesheets/frontend/_subscriptions.sass */
footer form.subscription input[type=email] {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  padding-left: 10px;
  width: 140px;
  height: 25px;
}
/* line 12, ../../app/assets/stylesheets/frontend/_subscriptions.sass */
footer form.subscription input[type=submit] {
  display: inline-block;
  margin-top: 1px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_subscriptions.sass */
footer form.subscription span.error {
  display: none;
}
/* line 19, ../../app/assets/stylesheets/frontend/_subscriptions.sass */
footer form.subscription div {
  margin-right: 4px;
}

/* line 23, ../../app/assets/stylesheets/frontend/_subscriptions.sass */
section#content form.subscription {
  padding: 10px;
  background-color: #e7e7e7;
}
/* line 27, ../../app/assets/stylesheets/frontend/_subscriptions.sass */
section#content form.subscription label {
  display: inline-block;
  width: 150px;
}
/* line 31, ../../app/assets/stylesheets/frontend/_subscriptions.sass */
section#content form.subscription div {
  margin-bottom: 10px;
}
/* line 34, ../../app/assets/stylesheets/frontend/_subscriptions.sass */
section#content form.subscription span.error {
  color: #e41c24;
}

/* line 2, ../../app/assets/stylesheets/frontend/_flash.sass */
#flash-messages p {
  padding: 10px;
  background-color: white;
  margin-bottom: 15px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_flash.sass */
#flash-messages p.notice {
  position: absolute;
  background-color: #1eaedc;
  padding: 16px;
  color: white;
  text-transform: uppercase;
  width: 275px;
  height: 140px;
  left: 460px;
  top: 200px;
  font-size: 18px;
  z-index: 1000;
}
/* line 20, ../../app/assets/stylesheets/frontend/_flash.sass */
#flash-messages p.alert {
  color: #dd0000;
}
/* line 23, ../../app/assets/stylesheets/frontend/_flash.sass */
#flash-messages p span.ok {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 16px;
  display: block;
  color: #1eaedc;
  background-color: white;
  width: 120px;
  padding: 4px;
  cursor: pointer;
}

/* line 35, ../../app/assets/stylesheets/frontend/_flash.sass */
body#backend-selections #flash-messages {
  display: none;
}

/* line 1, ../../app/assets/stylesheets/frontend/_topbar.sass */
#topbar {
  background: url('/images/topbar.png?1458640464');
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
}
/* line 8, ../../app/assets/stylesheets/frontend/_topbar.sass */
#topbar p {
  width: 949px;
  color: gray;
  text-align: right;
  margin: 10px;
}

/* line 417, menu */
.menu-sprite, #menu li.menu_news a, #menu li.menu_news a:hover, #menu li.menu_news.active > a, #menu li.menu_latest a, #menu li.menu_latest a:hover, #menu li.menu_latest.active > a, #menu li.menu_archive a, #menu li.menu_archive a:hover, #menu li.menu_archive.active > a, #menu li.menu_reports a, #menu li.menu_reports a:hover, #menu li.menu_reports.active > a, #menu li.menu_about a, #menu li.menu_about a:hover, #menu li.menu_about.active > a, #menu li.menu_binger a, #menu li.menu_binger a:hover, #menu li.menu_binger.active > a, #menu li.menu_venue a, #menu li.menu_venue a:hover, #menu li.menu_venue.active > a, #menu li.menu_industry a, #menu li.menu_industry a:hover, #menu li.menu_industry.active > a, #menu li.menu_partners a, #menu li.menu_partners a:hover, #menu li.menu_partners.active > a, #menu li.menu_program a, #menu li.menu_program a:hover, #menu li.menu_program.active > a, #menu li.menu_labs a, #menu li.menu_labs a:hover, #menu li.menu_labs.active > a, #menu li.menu_directors_lab a, #menu li.menu_directors_lab a:hover, #menu li.menu_directors_lab.active > a, #menu li.menu_writers_lab a, #menu li.menu_writers_lab a:hover, #menu li.menu_writers_lab.active > a, #menu li.menu_creative_producers_lab a, #menu li.menu_creative_producers_lab a:hover, #menu li.menu_creative_producers_lab.active > a, #menu li.menu_docu_coach a, #menu li.menu_docu_coach a:hover, #menu li.menu_docu_coach.active > a, #menu li.menu_company a, #menu li.menu_company a:hover, #menu li.menu_company.active > a, #menu li.menu_doc_lab a, #menu li.menu_doc_lab a:hover, #menu li.menu_doc_lab.active > a, #menu li.menu_a_la_carte a, #menu li.menu_a_la_carte a:hover, #menu li.menu_a_la_carte.active > a, #menu li.menu_masterclasses a, #menu li.menu_masterclasses a:hover, #menu li.menu_masterclasses.active > a, #menu li.menu_workshops a, #menu li.menu_workshops a:hover, #menu li.menu_workshops.active > a, #menu li.menu_awards a, #menu li.menu_awards a:hover, #menu li.menu_awards.active > a, #menu li.menu_events a, #menu li.menu_events a:hover, #menu li.menu_events.active > a, #menu li.menu_apply a, #menu li.menu_apply a:hover, #menu li.menu_apply.active > a, #menu li.menu_general_info a, #menu li.menu_general_info a:hover, #menu li.menu_general_info.active > a, #menu li.menu_application_forms a, #menu li.menu_application_forms a:hover, #menu li.menu_application_forms.active > a, #menu li.menu_people a, #menu li.menu_people a:hover, #menu li.menu_people.active > a, #menu li.menu_world_map a, #menu li.menu_world_map a:hover, #menu li.menu_world_map.active > a, #menu li.menu_current a, #menu li.menu_current a:hover, #menu li.menu_current.active > a, #menu li.menu_alumni a, #menu li.menu_alumni a:hover, #menu li.menu_alumni.active > a, #menu li.menu_advisors a, #menu li.menu_advisors a:hover, #menu li.menu_advisors.active > a, #menu li.menu_staff a, #menu li.menu_staff a:hover, #menu li.menu_staff.active > a, #menu li.menu_supervisory_board a, #menu li.menu_supervisory_board a:hover, #menu li.menu_supervisory_board.active > a, #menu li.menu_connect a, #menu li.menu_connect a:hover, #menu li.menu_connect.active > a {
  background: url('/images/menu-s11fd9350da.png') no-repeat;
}

/* line 23, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu {
  font-size: 25px;
  margin-left: 10px;
  margin-top: 20px;
  width: 300px;
}
/* line 30, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li a {
  background-repeat: no-repeat;
  text-indent: -4000px;
  display: block;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_news {
  padding-top: 5px;
  height: 25px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_news a {
  height: 20px;
  background-position: 0 -904px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_news a:hover {
  height: 23px;
  background-position: 0 -924px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_news.active {
  height: 120px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_news.active > a {
  height: 23px;
  background-position: 0 -924px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_news ul {
  height: 120px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_latest {
  padding-top: 5px;
  height: 26px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_latest a {
  height: 20px;
  background-position: 0 -834px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_latest a:hover {
  height: 25px;
  background-position: 0 -854px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_latest.active {
  height: 26px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_latest.active > a {
  height: 25px;
  background-position: 0 -854px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_latest ul {
  height: 26px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_archive {
  padding-top: 5px;
  height: 26px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_archive a {
  height: 21px;
  background-position: 0 -281px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_archive a:hover {
  height: 24px;
  background-position: 0 -302px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_archive.active {
  height: 26px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_archive.active > a {
  height: 24px;
  background-position: 0 -302px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_archive ul {
  height: 26px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_reports {
  padding-top: 5px;
  height: 26px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_reports a {
  height: 25px;
  background-position: 0 -1095px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_reports a:hover {
  height: 25px;
  background-position: 0 -1120px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_reports.active {
  height: 26px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_reports.active > a {
  height: 25px;
  background-position: 0 -1120px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_reports ul {
  height: 26px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_about {
  padding-top: 5px;
  height: 25px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_about a {
  height: 20px;
  background-position: 0 -45px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_about a:hover {
  height: 24px;
  background-position: 0 -65px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_about.active {
  height: 145px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_about.active > a {
  height: 24px;
  background-position: 0 -65px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_about ul {
  height: 145px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_binger {
  padding-top: 5px;
  height: 26px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_binger a {
  height: 26px;
  background-position: 0 -376px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_binger a:hover {
  height: 26px;
  background-position: 0 -402px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_binger.active {
  height: 26px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_binger.active > a {
  height: 26px;
  background-position: 0 -402px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_binger ul {
  height: 26px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_venue {
  padding-top: 5px;
  height: 23px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_venue a {
  height: 20px;
  background-position: 0 -1243px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_venue a:hover {
  height: 23px;
  background-position: 0 -1263px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_venue.active {
  height: 23px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_venue.active > a {
  height: 23px;
  background-position: 0 -1263px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_venue ul {
  height: 23px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_industry {
  padding-top: 5px;
  height: 25px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_industry a {
  height: 25px;
  background-position: 0 -741px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_industry a:hover {
  height: 25px;
  background-position: 0 -766px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_industry.active {
  height: 25px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_industry.active > a {
  height: 25px;
  background-position: 0 -766px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_industry ul {
  height: 25px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_partners {
  padding-top: 5px;
  height: 24px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_partners a {
  height: 21px;
  background-position: 0 -947px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_partners a:hover {
  height: 24px;
  background-position: 0 -968px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_partners.active {
  height: 24px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_partners.active > a {
  height: 24px;
  background-position: 0 -968px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_partners ul {
  height: 24px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_program {
  padding-top: 5px;
  height: 26px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_program a {
  height: 26px;
  background-position: 0 -1043px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_program a:hover {
  height: 26px;
  background-position: 0 -1069px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_program.active {
  height: 100%;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_program.active > a {
  height: 26px;
  background-position: 0 -1069px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_program ul {
  height: 100%;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_labs {
  padding-top: 5px;
  height: 26px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_labs a {
  height: 20px;
  background-position: 0 -791px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_labs a:hover {
  height: 23px;
  background-position: 0 -811px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_labs.active {
  height: 100%;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_labs.active > a {
  height: 23px;
  background-position: 0 -811px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_labs ul {
  height: 100%;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_directors_lab {
  padding-top: 5px;
  height: 20px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_directors_lab a {
  height: 12px;
  background-position: 0 -576px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_directors_lab a:hover {
  height: 13px;
  background-position: 0 -588px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_directors_lab.active {
  height: 20px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_directors_lab.active > a {
  height: 13px;
  background-position: 0 -588px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_directors_lab ul {
  height: 20px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_writers_lab {
  padding-top: 5px;
  height: 20px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_writers_lab a {
  height: 12px;
  background-position: 0 -1368px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_writers_lab a:hover {
  height: 13px;
  background-position: 0 -1380px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_writers_lab.active {
  height: 20px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_writers_lab.active > a {
  height: 13px;
  background-position: 0 -1380px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_writers_lab ul {
  height: 20px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_creative_producers_lab {
  padding-top: 5px;
  height: 20px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_creative_producers_lab a {
  height: 12px;
  background-position: 0 -503px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_creative_producers_lab a:hover {
  height: 13px;
  background-position: 0 -515px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_creative_producers_lab.active {
  height: 20px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_creative_producers_lab.active > a {
  height: 13px;
  background-position: 0 -515px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_creative_producers_lab ul {
  height: 20px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_docu_coach {
  padding-top: 5px;
  height: 20px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_docu_coach a {
  height: 12px;
  background-position: 0 -625px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_docu_coach a:hover {
  height: 13px;
  background-position: 0 -637px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_docu_coach.active {
  height: 20px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_docu_coach.active > a {
  height: 13px;
  background-position: 0 -637px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_docu_coach ul {
  height: 20px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_company {
  padding-top: 5px;
  height: 20px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_company a {
  height: 15px;
  background-position: 0 -428px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_company a:hover {
  height: 15px;
  background-position: 0 -443px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_company.active {
  height: 20px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_company.active > a {
  height: 15px;
  background-position: 0 -443px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_company ul {
  height: 20px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_doc_lab {
  padding-top: 5px;
  height: 20px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_doc_lab a {
  height: 11px;
  background-position: 0 -601px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_doc_lab a:hover {
  height: 13px;
  background-position: 0 -612px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_doc_lab.active {
  height: 20px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_doc_lab.active > a {
  height: 13px;
  background-position: 0 -612px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_doc_lab ul {
  height: 20px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_a_la_carte {
  padding-top: 5px;
  height: 24px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_a_la_carte a {
  height: 21px;
  background-position: 0 0;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_a_la_carte a:hover {
  height: 24px;
  background-position: 0 -21px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_a_la_carte.active {
  height: 100%;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_a_la_carte.active > a {
  height: 24px;
  background-position: 0 -21px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_a_la_carte ul {
  height: 100%;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_masterclasses {
  padding-top: 5px;
  height: 20px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_masterclasses a {
  height: 12px;
  background-position: 0 -879px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_masterclasses a:hover {
  height: 13px;
  background-position: 0 -891px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_masterclasses.active {
  height: 20px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_masterclasses.active > a {
  height: 13px;
  background-position: 0 -891px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_masterclasses ul {
  height: 20px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_workshops {
  padding-top: 5px;
  height: 20px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_workshops a {
  height: 15px;
  background-position: 0 -1286px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_workshops a:hover {
  height: 15px;
  background-position: 0 -1301px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_workshops.active {
  height: 20px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_workshops.active > a {
  height: 15px;
  background-position: 0 -1301px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_workshops ul {
  height: 20px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_awards {
  padding-top: 5px;
  height: 24px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_awards a {
  height: 22px;
  background-position: 0 -326px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_awards a:hover {
  height: 24px;
  background-position: 0 -351px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_awards.active {
  height: 24px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_awards.active > a {
  height: 24px;
  background-position: 0 -351px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_awards ul {
  height: 24px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_events {
  padding-top: 5px;
  height: 24px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_events a {
  height: 22px;
  background-position: 0 -651px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_events a:hover {
  height: 24px;
  background-position: 0 -672px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_events.active {
  height: 24px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_events.active > a {
  height: 24px;
  background-position: 0 -672px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_events ul {
  height: 24px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_apply {
  padding-top: 5px;
  height: 100%;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_apply a {
  height: 25px;
  background-position: 0 -231px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_apply a:hover {
  height: 25px;
  background-position: 0 -256px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_apply.active {
  height: 100%;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_apply.active > a {
  height: 25px;
  background-position: 0 -256px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_apply ul {
  height: 100%;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_general_info {
  padding-top: 5px;
  height: 23px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_general_info a {
  height: 20px;
  background-position: 0 -696px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_general_info a:hover {
  height: 23px;
  background-position: 0 -717px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_general_info.active {
  height: 23px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_general_info.active > a {
  height: 23px;
  background-position: 0 -717px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_general_info ul {
  height: 23px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_application_forms {
  padding-top: 5px;
  height: 25px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_application_forms a {
  height: 25px;
  background-position: 0 -179px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_application_forms a:hover {
  height: 25px;
  background-position: 0 -205px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_application_forms.active {
  height: 25px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_application_forms.active > a {
  height: 25px;
  background-position: 0 -205px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_application_forms ul {
  height: 25px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_people {
  padding-top: 5px;
  height: 100%;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_people a {
  height: 25px;
  background-position: 0 -992px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_people a:hover {
  height: 25px;
  background-position: 0 -1018px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_people.active {
  height: 200px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_people.active > a {
  height: 25px;
  background-position: 0 -1018px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_people ul {
  height: 200px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_world_map {
  padding-top: 5px;
  height: 26px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_world_map a {
  height: 26px;
  background-position: 0 -1316px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_world_map a:hover {
  height: 26px;
  background-position: 0 -1342px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_world_map.active {
  height: 26px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_world_map.active > a {
  height: 26px;
  background-position: 0 -1342px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_world_map ul {
  height: 26px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_current {
  padding-top: 5px;
  height: 24px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_current a {
  height: 22px;
  background-position: 0 -529px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_current a:hover {
  height: 24px;
  background-position: 0 -551px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_current.active {
  height: 24px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_current.active > a {
  height: 24px;
  background-position: 0 -551px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_current ul {
  height: 24px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_alumni {
  padding-top: 5px;
  height: 24px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_alumni a {
  height: 21px;
  background-position: 0 -132px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_alumni a:hover {
  height: 24px;
  background-position: 0 -153px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_alumni.active {
  height: 24px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_alumni.active > a {
  height: 24px;
  background-position: 0 -153px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_alumni ul {
  height: 24px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_advisors {
  padding-top: 5px;
  height: 23px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_advisors a {
  height: 20px;
  background-position: 0 -89px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_advisors a:hover {
  height: 23px;
  background-position: 0 -109px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_advisors.active {
  height: 23px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_advisors.active > a {
  height: 23px;
  background-position: 0 -109px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_advisors ul {
  height: 23px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_staff {
  padding-top: 5px;
  height: 24px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_staff a {
  height: 21px;
  background-position: 0 -1145px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_staff a:hover {
  height: 24px;
  background-position: 0 -1166px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_staff.active {
  height: 24px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_staff.active > a {
  height: 24px;
  background-position: 0 -1166px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_staff ul {
  height: 24px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_supervisory_board {
  padding-top: 5px;
  height: 26px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_supervisory_board a {
  height: 26px;
  background-position: 0 -1191px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_supervisory_board a:hover {
  height: 26px;
  background-position: 0 -1217px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_supervisory_board.active {
  height: 26px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_supervisory_board.active > a {
  height: 26px;
  background-position: 0 -1217px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_supervisory_board ul {
  height: 26px;
  overflow: hidden;
}
/* line 4, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_connect {
  padding-top: 5px;
  height: 24px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_connect a {
  height: 21px;
  background-position: 0 -458px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_connect a:hover {
  height: 24px;
  background-position: 0 -479px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_connect.active {
  height: 24px;
}
/* line 16, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_connect.active > a {
  height: 24px;
  background-position: 0 -479px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.menu_connect ul {
  height: 24px;
  overflow: hidden;
}
/* line 86, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li ul {
  display: none;
  margin-left: 35px;
}
/* line 91, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.active ul {
  display: block;
}
/* line 95, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.active ul li ul {
  display: none;
}
/* line 99, ../../app/assets/stylesheets/frontend/_menu.sass */
#menu li.active ul li.active ul {
  display: block;
}

/* line 1, ../../app/assets/stylesheets/_illustration_designer.sass */
#illustration_canvas,
.illustration_canvas {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 11, ../../app/assets/stylesheets/_illustration_designer.sass */
#illustration_text,
.illustration_text {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  display: block;
  background-color: white;
  color: black;
  font-size: 23px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", "Raleway", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  line-height: 115%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

/* line 30, ../../app/assets/stylesheets/_illustration_designer.sass */
#illustration_text {
  cursor: move;
}

/* line 34, ../../app/assets/stylesheets/_illustration_designer.sass */
form.illustration fieldset.positions {
  margin-bottom: 2px;
}
/* line 37, ../../app/assets/stylesheets/_illustration_designer.sass */
form.illustration fieldset.positions div {
  display: inline-block;
  width: 107px;
}
/* line 41, ../../app/assets/stylesheets/_illustration_designer.sass */
form.illustration fieldset.positions div label {
  width: 50px;
}
/* line 44, ../../app/assets/stylesheets/_illustration_designer.sass */
form.illustration fieldset.positions div input {
  width: 40px;
}
/* line 48, ../../app/assets/stylesheets/_illustration_designer.sass */
form.illustration fieldset.colors div {
  display: inline-block;
  width: 199px;
}
/* line 52, ../../app/assets/stylesheets/_illustration_designer.sass */
form.illustration fieldset.colors div label {
  width: 100px;
}

/* line 1, ../../app/assets/stylesheets/frontend/_newsposts.sass */
article.newspost {
  margin-bottom: 20px;
  padding: 0;
}
/* line 5, ../../app/assets/stylesheets/frontend/_newsposts.sass */
article.newspost .meta {
  font-size: 12px;
  background-color: white;
  padding: 4px;
}
/* line 11, ../../app/assets/stylesheets/frontend/_newsposts.sass */
article.newspost .meta span.type {
  font-weight: bold;
  color: #e41c24;
}
/* line 15, ../../app/assets/stylesheets/frontend/_newsposts.sass */
article.newspost .intro {
  background-color: white;
  padding: 16px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_newsposts.sass */
article.newspost .contents {
  padding: 16px;
  margin-top: 20px;
}

/* line 24, ../../app/assets/stylesheets/frontend/_newsposts.sass */
article.newspost.page_content .illustration_canvas {
  margin: 0 -15px 0 -15px;
}

/* line 28, ../../app/assets/stylesheets/frontend/_newsposts.sass */
.archive article.newspost {
  padding: 10px;
  min-height: 95px;
  background-color: white;
  margin-bottom: 10px;
}
/* line 34, ../../app/assets/stylesheets/frontend/_newsposts.sass */
.archive article.newspost .intro, .archive article.newspost .meta {
  padding: 0;
  margin-left: 160px;
  font-size: 12px;
}
/* line 39, ../../app/assets/stylesheets/frontend/_newsposts.sass */
.archive article.newspost .meta {
  margin-bottom: 10px;
}
/* line 42, ../../app/assets/stylesheets/frontend/_newsposts.sass */
.archive article.newspost .illustration_canvas {
  position: absolute;
  margin: 0 -15px 0 -15px;
}

/* line 49, ../../app/assets/stylesheets/frontend/_newsposts.sass */
.archive .index article .illustration_canvas {
  margin: 0;
}

/* line 52, ../../app/assets/stylesheets/frontend/_newsposts.sass */
.article_navigation {
  padding: 5px;
  padding-top: 15px;
  border-top: 1px solid #bfbfbf;
}
/* line 56, ../../app/assets/stylesheets/frontend/_newsposts.sass */
.article_navigation a {
  color: #707070;
}
/* line 58, ../../app/assets/stylesheets/frontend/_newsposts.sass */
.article_navigation .previous_article {
  float: left;
}
/* line 60, ../../app/assets/stylesheets/frontend/_newsposts.sass */
.article_navigation .next_article {
  float: right;
}

/* line 1, ../../app/assets/stylesheets/frontend/_archive.sass */
.month_navigation {
  border-top: 1px solid #bfbfbf;
  padding: 5px;
  padding-top: 15px;
}
/* line 5, ../../app/assets/stylesheets/frontend/_archive.sass */
.month_navigation a {
  color: #707070;
}
/* line 7, ../../app/assets/stylesheets/frontend/_archive.sass */
.month_navigation .previous_month {
  float: left;
}
/* line 9, ../../app/assets/stylesheets/frontend/_archive.sass */
.month_navigation .next_month {
  float: right;
}

/* line 1, ../../app/assets/stylesheets/frontend/_footer.sass */
footer {
  position: relative;
  float: left;
  width: 100%;
  z-index: 999;
  display: block;
  background-image: url('/images/footer.png?1458640464');
  background-repeat: repeat-x;
  color: white;
  font-size: 11px;
}

/* line 13, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div {
  padding: 25px 45px;
  float: left;
}
/* line 17, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div form {
  margin-bottom: 20px;
}
/* line 18, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div form input[type=email],
footer > div form input[type=submit] {
  font-size: 11px;
}
/* line 25, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div h3 {
  display: block;
  clear: both;
  font-size: 12px;
}
/* line 30, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div div {
  float: left;
  margin-right: 15px;
}
/* line 35, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div div ul li {
  margin-bottom: 3px;
}
/* line 40, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div div.archive ul.calendar {
  margin: 0;
}
/* line 44, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div div.archive ul.calendar li span {
  color: white;
}
/* line 47, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div div.archive ul.calendar li span.active {
  color: white;
}
/* line 51, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div div.archive ul.calendar li li a {
  color: white;
}
/* line 55, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div div.archive ul.calendar li li.active a {
  color: white;
}
/* line 58, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div h3 {
  color: white;
  font-size: 13px;
  font-weight: bold;
}
/* line 63, ../../app/assets/stylesheets/frontend/_footer.sass */
footer > div a {
  color: white;
}

/* line 1, ../../app/assets/stylesheets/frontend/_calendar.sass */
ul.calendar {
  margin-left: 170px;
  margin-bottom: 20px;
}
/* line 6, ../../app/assets/stylesheets/frontend/_calendar.sass */
ul.calendar li span {
  color: #707070;
  margin-right: 5px;
}
/* line 10, ../../app/assets/stylesheets/frontend/_calendar.sass */
ul.calendar li span.active {
  color: #e41c24;
}
/* line 13, ../../app/assets/stylesheets/frontend/_calendar.sass */
ul.calendar li ul {
  display: inline-block;
}
/* line 16, ../../app/assets/stylesheets/frontend/_calendar.sass */
ul.calendar li ul li {
  display: inline-block;
  margin-right: 5px;
}
/* line 20, ../../app/assets/stylesheets/frontend/_calendar.sass */
ul.calendar li ul li a {
  color: #707070;
}
/* line 23, ../../app/assets/stylesheets/frontend/_calendar.sass */
ul.calendar li ul li a.active {
  color: #e41c24;
}

/* line 2, ../../app/assets/stylesheets/frontend/_alumni.sass */
#articles article.alumni {
  background-color: white;
  padding: 10px;
  float: left;
  margin: 0 2px 2px 0;
  width: 298px;
  cursor: pointer;
}
/* line 9, ../../app/assets/stylesheets/frontend/_alumni.sass */
#articles article.alumni:nth-child(odd) {
  clear: left;
}
/* line 12, ../../app/assets/stylesheets/frontend/_alumni.sass */
#articles article.alumni img {
  cursor: pointer;
  float: left;
  margin-right: 10px;
}
/* line 17, ../../app/assets/stylesheets/frontend/_alumni.sass */
#articles article.alumni h3 {
  color: #e41c24;
  font-weight: bold;
  margin-bottom: 2px;
}
/* line 22, ../../app/assets/stylesheets/frontend/_alumni.sass */
#articles article.alumni .meta {
  margin-bottom: 10px;
}
/* line 25, ../../app/assets/stylesheets/frontend/_alumni.sass */
#articles article.alumni .meta span {
  display: block;
  margin-bottom: 2px;
}
/* line 29, ../../app/assets/stylesheets/frontend/_alumni.sass */
#articles article.alumni .stub {
  background-image: url('/images/unknown.png?1458640464');
  background-position: 50% 0%;
  width: 124px;
  height: 149px;
  float: left;
  margin-right: 10px;
}

/* line 40, ../../app/assets/stylesheets/frontend/_alumni.sass */
article.alumni_detail .photo {
  background-color: white;
  padding: 16px;
  min-height: 170px;
  margin-bottom: 15px;
}
/* line 46, ../../app/assets/stylesheets/frontend/_alumni.sass */
article.alumni_detail .photo img {
  float: left;
  margin-right: 10px;
}
/* line 51, ../../app/assets/stylesheets/frontend/_alumni.sass */
article.alumni_detail .photo .meta h3 {
  display: block;
  color: #e41c24;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 57, ../../app/assets/stylesheets/frontend/_alumni.sass */
article.alumni_detail .photo .meta span {
  display: block;
  margin-bottom: 2px;
}
/* line 61, ../../app/assets/stylesheets/frontend/_alumni.sass */
article.alumni_detail .bio {
  display: block;
  background-color: white;
  margin-bottom: 15px;
  padding: 15px 0px 0px 0px;
}
/* line 67, ../../app/assets/stylesheets/frontend/_alumni.sass */
article.alumni_detail .social {
  display: block;
  background-color: white;
  padding: 16px;
  margin-bottom: 15px;
}

/* line 1, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff {
  background-color: white;
  padding: 35px;
  float: left;
  margin: 0 2px 2px 0;
  width: 141px;
  height: 211px;
  cursor: pointer;
  background-image: url('/images/bio.png?1458640464');
  background-repeat: no-repeat;
  background-position: 179px 233px;
}
/* line 14, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff img {
  cursor: pointer;
}
/* line 17, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff .photo {
  width: 143px;
  margin-right: 40px;
  float: left;
}
/* line 22, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff .photo img {
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
  width: 143px;
  height: 170px;
}
/* line 30, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff .meta h3 {
  display: block;
  color: #e41c24;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: bold;
}
/* line 37, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff .meta span {
  display: block;
}
/* line 40, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff .stub {
  display: block;
  background-image: url('/images/unknown.png?1458640464');
  background-position: 50% 0%;
  width: 143px;
  height: 170px;
  margin-bottom: 15px;
}

/* line 49, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff_detail {
  background-image: url('/images/seperator.png?1458640464');
  background-repeat: repeat-y;
  background-color: white;
  background-position: 203px 0;
  padding: 35px;
  float: left;
  margin: 0 2px 2px 0;
}
/* line 61, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff_detail .photo {
  cursor: pointer;
  width: 143px;
  margin-right: 40px;
  float: left;
}
/* line 67, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff_detail .photo img {
  display: block;
  margin-bottom: 15px;
}
/* line 71, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff_detail .photo .stub {
  background-image: url('/images/unknown.png?1458640464');
  background-position: 50% 0%;
  width: 143px;
  height: 170px;
  margin-bottom: 15px;
}
/* line 79, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff_detail .meta {
  float: left;
  width: 361px;
  background-image: url('/images/bio.png?1458640464');
  background-repeat: no-repeat;
}
/* line 86, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff_detail .meta h3 {
  display: block;
  color: #e41c24;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 2px;
  margin-left: 40px;
}
/* line 94, ../../app/assets/stylesheets/frontend/_staff.sass */
article.staff_detail .meta span {
  display: block;
  margin-bottom: 20px;
  margin-left: 40px;
}

/* line 1, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor {
  position: relative;
  background-color: white;
  padding: 40px;
  float: left;
  margin: 0 2px 2px 0;
  width: 564px;
  cursor: pointer;
}
/* line 10, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor .photo {
  cursor: pointer;
  width: 143px;
  margin-right: 40px;
  float: left;
}
/* line 16, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor .photo img {
  display: block;
  margin-bottom: 10px;
}
/* line 19, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor .photo .stub {
  background-image: url('/images/unknown.png?1458640464');
  background-position: 50% 0%;
  width: 143px;
  height: 170px;
  display: block;
  margin-bottom: 10px;
}
/* line 28, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor .photo h3 {
  display: block;
  color: #e41c24;
  font-weight: bold;
  font-size: 14px;
}
/* line 34, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor .quote {
  font-size: 30px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", "Raleway", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
}
/* line 39, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor .read_more {
  position: absolute;
  bottom: 20px;
  right: 25px;
}

/* line 44, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor_detail.page_content {
  padding: 40px;
}
/* line 46, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor_detail.page_content .photo {
  background-color: white;
  height: 170px;
  margin-bottom: 15px;
  float: left;
}
/* line 52, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor_detail.page_content .photo img {
  width: 143px;
  margin-right: 40px;
  display: block;
  margin-bottom: 15px;
  float: left;
}
/* line 59, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor_detail.page_content .photo .stub {
  width: 143px;
  height: 170px;
  margin-right: 40px;
  margin-bottom: 15px;
  float: left;
  background-image: url('/images/unknown.png?1458640464');
  background-position: 50% 0%;
}
/* line 69, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor_detail.page_content .photo .quote {
  font-size: 30px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", "Raleway", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
}
/* line 76, ../../app/assets/stylesheets/frontend/_advisors.sass */
article.advisor_detail.page_content h3 {
  display: block;
  color: #e41c24;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 1, ../../app/assets/stylesheets/frontend/_current_filmmakers.sass */
article.current_filmmaker {
  background-color: white;
  padding: 40px;
  float: left;
  margin: 0 2px 2px 0;
  width: 564px;
  cursor: pointer;
  background-image: url('/images/seperator.png?1458640464');
  background-repeat: repeat-y;
  background-position: 203px 0;
}
/* line 13, ../../app/assets/stylesheets/frontend/_current_filmmakers.sass */
article.current_filmmaker img {
  cursor: pointer;
}
/* line 16, ../../app/assets/stylesheets/frontend/_current_filmmakers.sass */
article.current_filmmaker .photo {
  width: 143px;
  margin-right: 40px;
  float: left;
}
/* line 21, ../../app/assets/stylesheets/frontend/_current_filmmakers.sass */
article.current_filmmaker .photo img {
  display: block;
  margin-bottom: 15px;
}
/* line 25, ../../app/assets/stylesheets/frontend/_current_filmmakers.sass */
article.current_filmmaker .photo .stub {
  background-image: url('/images/unknown.png?1458640464');
  background-position: 50% 0%;
  width: 143px;
  height: 170px;
  margin-bottom: 15px;
}
/* line 33, ../../app/assets/stylesheets/frontend/_current_filmmakers.sass */
article.current_filmmaker .meta {
  float: left;
  width: 361px;
  background-image: url('/images/bio.png?1458640464');
  background-repeat: no-repeat;
}
/* line 40, ../../app/assets/stylesheets/frontend/_current_filmmakers.sass */
article.current_filmmaker .meta h3 {
  display: block;
  color: #e41c24;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 2px;
  margin-left: 40px;
}
/* line 48, ../../app/assets/stylesheets/frontend/_current_filmmakers.sass */
article.current_filmmaker .meta span {
  display: block;
  margin-bottom: 20px;
  margin-left: 40px;
}
/* line 53, ../../app/assets/stylesheets/frontend/_current_filmmakers.sass */
article.current_filmmaker .meta .social {
  margin-top: 10px;
}

/* line 1, ../../app/assets/stylesheets/frontend/_search.sass */
p.found_people_warning, p.world_map_warning {
  font-style: italic;
}

/* line 4, ../../app/assets/stylesheets/frontend/_search.sass */
#search {
  top: 10px;
  left: 705px;
  position: absolute;
}
/* line 5, ../../app/assets/stylesheets/frontend/_search.sass */
#search form {
  margin-bottom: 0px;
}
/* line 7, ../../app/assets/stylesheets/frontend/_search.sass */
#search form input[type=search] {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  height: 25px;
  padding-left: 20px;
  font-size: 11px;
  background: url('/images/search.png?1458640464');
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-color: white;
}
/* line 19, ../../app/assets/stylesheets/frontend/_search.sass */
#search input[type=search] {
  width: 200px;
}
/* line 22, ../../app/assets/stylesheets/frontend/_search.sass */
#search #searches {
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
  font-size: 11px;
  margin-top: 10px;
  background-color: #f7f7f7;
  width: 200px;
  position: absolute;
  z-index: 2;
}
/* line 32, ../../app/assets/stylesheets/frontend/_search.sass */
#search #searches li {
  padding: 5px;
  padding-left: 10px;
  list-style: none;
}
/* line 36, ../../app/assets/stylesheets/frontend/_search.sass */
#search #searches li a {
  color: black;
  text-decoration: none;
}
/* line 39, ../../app/assets/stylesheets/frontend/_search.sass */
#search #searches li a:hover {
  text-decoration: underline;
}

/* line 42, ../../app/assets/stylesheets/frontend/_search.sass */
.footer_search .search_submit, #search .search_submit {
  position: absolute;
  cursor: pointer;
  border-radius: 10px;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  display: none;
}
/* line 51, ../../app/assets/stylesheets/frontend/_search.sass */
.footer_search .search_submit input, #search .search_submit input {
  margin-bottom: 0px;
}

/* line 54, ../../app/assets/stylesheets/frontend/_search.sass */
.footer_search {
  padding-top: 20px;
}

/* line 60, ../../app/assets/stylesheets/frontend/_search.sass */
footer form.search input[type=search] {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  padding-left: 20px;
  background: url('/images/search.png?1458640464');
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-color: white;
  width: 140px;
  height: 25px;
  font-size: 11px;
}
/* line 71, ../../app/assets/stylesheets/frontend/_search.sass */
footer form.search input[type=submit] {
  margin-top: 1px;
}

/* line 75, ../../app/assets/stylesheets/frontend/_search.sass */
#search-loader {
  position: absolute;
  left: -40px;
  top: -2px;
  padding: 8px 12px;
  display: none;
}

/* line 82, ../../app/assets/stylesheets/frontend/_search.sass */
.search_results {
  margin-bottom: 16px;
}
/* line 85, ../../app/assets/stylesheets/frontend/_search.sass */
.search_results article {
  clear: both;
  padding: 16px;
  background-color: white;
  display: block;
  background-image: url('/images/seperator.png?1458640464');
  background-repeat: repeat-y;
  background-position: 178px 0;
  margin-bottom: 2px;
  height: 92px;
}
/* line 97, ../../app/assets/stylesheets/frontend/_search.sass */
.search_results article img {
  width: 147px;
  float: left;
  margin-right: 32px;
}
/* line 102, ../../app/assets/stylesheets/frontend/_search.sass */
.search_results article .stub {
  background-image: url('/images/unknown.png?1458640464');
  background-position: 50% 50%;
  width: 147px;
  height: 92px;
  float: left;
  margin-right: 32px;
}
/* line 111, ../../app/assets/stylesheets/frontend/_search.sass */
.search_results article .contents {
  display: block;
  min-height: 75px;
}
/* line 115, ../../app/assets/stylesheets/frontend/_search.sass */
.search_results article .contents p {
  margin-bottom: 0;
}
/* line 118, ../../app/assets/stylesheets/frontend/_search.sass */
.search_results article .contents a {
  display: block;
  margin-top: 16px;
}
/* line 122, ../../app/assets/stylesheets/frontend/_search.sass */
.search_results h3 {
  font-weight: bold;
  color: #707070;
}
/* line 126, ../../app/assets/stylesheets/frontend/_search.sass */
.search_results h3 span {
  color: #707070;
}

/* line 129, ../../app/assets/stylesheets/frontend/_search.sass */
nav.pagination {
  display: block;
  margin-bottom: 16px;
}
/* line 134, ../../app/assets/stylesheets/frontend/_search.sass */
nav.pagination ul li {
  width: 212px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
/* line 140, ../../app/assets/stylesheets/frontend/_search.sass */
nav.pagination ul li.previous {
  text-align: left;
}
/* line 143, ../../app/assets/stylesheets/frontend/_search.sass */
nav.pagination ul li.next {
  text-align: right;
}
/* line 146, ../../app/assets/stylesheets/frontend/_search.sass */
nav.pagination ul li p {
  margin-bottom: 2px;
}
/* line 149, ../../app/assets/stylesheets/frontend/_search.sass */
nav.pagination ul li p span {
  color: #e41c24;
  text-decoration: underline;
  text-transform: uppercase;
}

/* line 1, ../../app/assets/stylesheets/frontend/_page_content.sass */
article.page_content {
  padding: 0;
}
/* line 3, ../../app/assets/stylesheets/frontend/_page_content.sass */
article.page_content .contents {
  padding: 16px;
}

/* line 6, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content {
  padding: 16px;
  background-color: white;
  margin-bottom: 16px;
}
/* line 11, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content h3 {
  color: #e41c24;
  font-weight: bold;
}
/* line 15, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content em {
  font-weight: bold;
  font-style: italic;
}
/* line 19, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content.partners {
  position: relative;
  background: none;
}
/* line 24, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content.partners ul li {
  font-weight: bold;
  padding: 16px;
  background-color: white;
  margin-bottom: 16px;
}
/* line 30, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content.partners ul li span {
  display: block;
}
/* line 32, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content.partners ul li a {
  display: inline;
}
/* line 35, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content.partners ul li img {
  margin-top: 16px;
}
/* line 38, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content.venue {
  padding: 0;
  float: left;
}
/* line 42, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content.venue p {
  padding: 16px;
}
/* line 45, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content.venue ul {
  padding: 8px;
  display: block;
  float: left;
}
/* line 50, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content.venue ul li {
  float: left;
  width: 295px;
  margin: 8px;
}
/* line 55, ../../app/assets/stylesheets/frontend/_page_content.sass */
.page_content.venue ul li img {
  width: 295px;
}

/* line 59, ../../app/assets/stylesheets/frontend/_page_content.sass */
body.a_la_carte .page_content, body.events .page_content {
  overflow: hidden;
}
/* line 62, ../../app/assets/stylesheets/frontend/_page_content.sass */
body.a_la_carte img.photo_key, body.events img.photo_key {
  margin-left: -16px;
}

/* line 1, ../../app/assets/stylesheets/frontend/_apply.sass */
.blur {
  position: fixed;
  left: 0;
  top: 0;
  background: url('/images/blur.png?1458640464');
  z-index: 1000;
  width: 100%;
  height: 100%;
}

/* line 10, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 645px;
  height: 480px;
  margin-left: -354px;
  margin-top: -272px;
  z-index: 1001;
  padding: 32px;
  background-color: white;
  border: solid 1px #bcc2cb;
}
/* line 23, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup section.step {
  display: none;
}
/* line 26, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup section.step.active {
  display: block;
}
/* line 30, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup .hints {
  position: absolute;
  top: 420px;
}
/* line 33, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup .hints p {
  color: #333333;
  font-size: 10px;
}
/* line 37, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup h2.application_forms {
  display: block;
  background: url('/images/title_application_form_popup.png?1458640464') no-repeat;
  text-indent: -4000px;
  padding-bottom: 2px;
}
/* line 43, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup h3 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  right: 32px;
  top: 32px;
  width: 240px;
  text-align: right;
}
/* line 52, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup h4 {
  position: absolute;
  font-size: 18px;
  left: 32px;
  bottom: 38px;
}
/* line 58, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup a.close {
  display: block;
  background: url('/images/close.png?1458640464') no-repeat;
  width: 11px;
  height: 12px;
  text-indent: -400px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 10px;
}
/* line 69, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup .confirm {
  display: none;
  position: absolute;
  background-color: #1eaedc;
  padding: 16px;
  color: white;
  text-transform: uppercase;
  width: 275px;
  height: 140px;
  left: 30px;
  top: 45px;
  font-size: 18px;
}
/* line 82, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup .confirm .yes, .popup .confirm .no {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 16px;
  display: block;
  color: #1eaedc;
  background-color: white;
  width: 120px;
  padding: 4px;
  cursor: pointer;
}
/* line 93, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup .confirm .yes {
  left: 16px;
}
/* line 96, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup .confirm .no {
  right: 16px;
}
/* line 100, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset {
  background: none;
}
/* line 103, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset.buttons {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
/* line 108, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset.buttons button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  width: 108px;
  height: 25px;
  text-indent: -216px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
/* line 118, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset.buttons button.back {
  background: url('/images/button_back.png?1458640464') no-repeat;
}
/* line 121, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset.buttons button.next {
  background: url('/images/button_next.png?1458640464') no-repeat;
}
/* line 124, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset.buttons button.submit {
  background: url('/images/button_submit.png?1458640464') no-repeat;
}
/* line 127, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset .tip {
  background: url('/images/icon-help-grey.png?1458640464') no-repeat;
  cursor: help;
  position: absolute;
  top: 90px;
  right: 32px;
  height: 14px;
  width: 14px;
}
/* line 136, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset .tip .contents {
  display: none;
}
/* line 139, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset input {
  display: inline-block;
  vertical-align: middle;
  background-color: #f7f7f7;
  border-color: silver;
}
/* line 145, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset input.file {
  background: none;
}
/* line 148, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset textarea {
  display: inline-block;
  width: 225px;
  height: 50px;
  background-color: #f7f7f7;
  border-color: silver;
}
/* line 155, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset label {
  display: inline-block;
  vertical-align: middle;
  width: 175px;
}
/* line 161, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset.wide label {
  padding-right: 15px;
  width: 200px;
}
/* line 167, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form fieldset.wide div.field_with_errors span.error {
  margin: 5px 215px 0;
}
/* line 170, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form div {
  margin-bottom: 15px;
}
/* line 173, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form div.field_with_errors {
  color: #e41c24;
}
/* line 177, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form div.field_with_errors span.error {
  display: block;
  color: #e41c24;
  margin: 5px 175px 0;
}
/* line 182, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form div.uploaded_file {
  padding-left: 175px;
}
/* line 186, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form div.collection label, .popup form div.radio label {
  float: left;
}
/* line 189, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form div.collection span, .popup form div.radio span {
  display: block;
  width: 300px;
  margin-left: 175px;
}
/* line 194, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form div.collection span input, .popup form div.radio span input {
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 198, ../../app/assets/stylesheets/frontend/_apply.sass */
.popup form div.collection span label, .popup form div.radio span label {
  text-transform: uppercase;
  float: none;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 1, ../../app/assets/stylesheets/frontend/_connect.sass */
#connect {
  overflow: auto;
}
/* line 4, ../../app/assets/stylesheets/frontend/_connect.sass */
#connect p {
  line-height: 1.4em;
}
/* line 7, ../../app/assets/stylesheets/frontend/_connect.sass */
#connect img.building {
  float: left;
  margin-right: 50px;
}
/* line 11, ../../app/assets/stylesheets/frontend/_connect.sass */
#connect .right {
  float: left;
  width: 285px;
}
/* line 15, ../../app/assets/stylesheets/frontend/_connect.sass */
#connect strong {
  font-weight: bold;
}
/* line 18, ../../app/assets/stylesheets/frontend/_connect.sass */
#connect h4 {
  font-weight: bold;
  padding: 10px 0;
}

/* line 24, ../../app/assets/stylesheets/frontend/_connect.sass */
section#content article.page_content {
  padding: 15px;
}

/* line 27, ../../app/assets/stylesheets/frontend/_connect.sass */
.page_content.facebook {
  padding-top: 15px;
  float: left;
  width: 283px;
  height: 100%;
}

/* line 33, ../../app/assets/stylesheets/frontend/_connect.sass */
.page_content.twitter {
  margin-left: 14px;
  padding-top: 15px;
  float: left;
  width: 283px;
  height: 100%;
}

/* line 40, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook_and_twitter {
  height: 900px;
}

/* line 43, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook, #facebook_iframe {
  border: 1px solid #cccccc;
  border-top: 0px;
  background: white;
}
/* line 48, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook iframe, #facebook_iframe iframe {
  width: 280px;
  height: 800px;
  overflow: hidden;
  background-color: white;
}
/* line 54, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook .wall_entry, #facebook_iframe .wall_entry {
  border-bottom: 1px dotted #dddddd;
  padding: 6px 8px;
  color: black;
  font-size: 12px;
  font-family: "lucida grande", lucida, tahoma, helvetica, arial, sans-serif;
}
/* line 60, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook .wall_entry p.bottom, #facebook_iframe .wall_entry p.bottom {
  color: #2f6999;
  font-size: 9px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
/* line 67, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook .wall_entry p.bottom a, #facebook_iframe .wall_entry p.bottom a {
  color: #2f6999;
}
/* line 71, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook h4.facebook a, #facebook_iframe h4.facebook a {
  display: block;
  padding: 6px;
  color: white;
  line-height: 20px;
  font-size: 14px;
  background: url('/images/facebook.png?1458640464') no-repeat top right;
  background-color: #3b5998;
}
/* line 80, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook .wall_entry, #facebook_iframe .wall_entry {
  border-bottom: 1px dotted #dddddd;
  padding: 6px 8px;
  color: black;
  font-size: 12px;
  font-family: "lucida grande", lucida, tahoma, helvetica, arial, sans-serif;
}
/* line 86, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook .wall_entry p.bottom, #facebook_iframe .wall_entry p.bottom {
  color: #2f6999;
  font-size: 9px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
/* line 93, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook .wall_entry p.bottom a, #facebook_iframe .wall_entry p.bottom a {
  color: #2f6999;
}

/* line 96, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook_iframe {
  border: 0 none;
}

/* line 99, ../../app/assets/stylesheets/frontend/_connect.sass */
#facebook_iframe_body {
  background-color: white;
}

/* line 102, ../../app/assets/stylesheets/frontend/_connect.sass */
#twitter {
  border: 1px solid #cccccc;
  border-top: 0px;
  background: white;
}
/* line 108, ../../app/assets/stylesheets/frontend/_connect.sass */
#twitter h4.twitter a {
  display: block;
  padding: 6px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  background: url('/images/twitter.png?1458640464') no-repeat top right;
  background-color: #70ddef;
}

/* line 117, ../../app/assets/stylesheets/frontend/_connect.sass */
#youtube {
  border: 1px solid #cccccc;
  background: white;
}
/* line 121, ../../app/assets/stylesheets/frontend/_connect.sass */
#youtube h4 a {
  display: block;
  padding: 10px;
  color: inherit;
  font-size: 18px;
  background: url('/images/youtube.png?1458640464') no-repeat top right;
}
/* line 129, ../../app/assets/stylesheets/frontend/_connect.sass */
#youtube iframe, #youtube object {
  display: block;
  margin: 20px auto;
}

/* line 133, ../../app/assets/stylesheets/frontend/_connect.sass */
#vimeo {
  border: 1px solid #cccccc;
  background: white;
}
/* line 137, ../../app/assets/stylesheets/frontend/_connect.sass */
#vimeo h4 a {
  display: block;
  padding: 10px;
  color: inherit;
  font-size: 18px;
  background: url('/images/vimeo.png?1458640464') no-repeat top right;
}
/* line 145, ../../app/assets/stylesheets/frontend/_connect.sass */
#vimeo iframe, #vimeo object {
  display: block;
  margin: 20px auto;
}

/* line 63, social */
.social-sprite, nav.social ul li.facebook a, nav.social ul li.twitter a, nav.social ul li.flickr a, nav.social ul li.youtube a, nav.social ul li.instagram a, nav.social ul li.vimeo a, nav.social ul li.linkedin a {
  background: url('/images/social-sde5b027b4e.png') no-repeat;
}

/* line 3, ../../app/assets/stylesheets/frontend/_social.sass */
nav.social {
  display: block;
  float: left;
  clear: both;
  margin: 16px 0;
}
/* line 9, ../../app/assets/stylesheets/frontend/_social.sass */
nav.social ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 60, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
nav.social ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 48, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
nav.social ul li:first-child, nav.social ul li.first {
  padding-left: 0;
}
/* line 49, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
nav.social ul li:last-child {
  padding-right: 0;
}
/* line 50, ../../../.rbenv/versions/2.1.8/gemsets/binger/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
nav.social ul li.last {
  padding-right: 0;
}
/* line 12, ../../app/assets/stylesheets/frontend/_social.sass */
nav.social ul li {
  padding: 0;
}
/* line 15, ../../app/assets/stylesheets/frontend/_social.sass */
nav.social ul li a {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  padding: 0;
  text-indent: -400px;
}
/* line 24, ../../app/assets/stylesheets/frontend/_social.sass */
nav.social ul li.facebook a {
  background-position: 0 0;
}
/* line 28, ../../app/assets/stylesheets/frontend/_social.sass */
nav.social ul li.twitter a {
  background-position: 0 -120px;
}
/* line 32, ../../app/assets/stylesheets/frontend/_social.sass */
nav.social ul li.flickr a {
  background-position: 0 -30px;
}
/* line 36, ../../app/assets/stylesheets/frontend/_social.sass */
nav.social ul li.youtube a {
  background-position: 0 -180px;
}
/* line 40, ../../app/assets/stylesheets/frontend/_social.sass */
nav.social ul li.instagram a {
  background-position: 0 -60px;
}
/* line 44, ../../app/assets/stylesheets/frontend/_social.sass */
nav.social ul li.vimeo a {
  background-position: 0 -150px;
}
/* line 48, ../../app/assets/stylesheets/frontend/_social.sass */
nav.social ul li.linkedin a {
  background-position: 0 -90px;
}

/* line 3, ../../app/assets/stylesheets/frontend/_registration.sass */
div.registration h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
/* line 7, ../../app/assets/stylesheets/frontend/_registration.sass */
div.registration table {
  margin-bottom: 1em;
}
/* line 10, ../../app/assets/stylesheets/frontend/_registration.sass */
div.registration table th {
  font-weight: bold;
  width: 320px;
}

/* line 14, ../../app/assets/stylesheets/frontend/_registration.sass */
.print {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/images/print.png?1458640464') no-repeat;
}

/* line 1, ../../app/assets/stylesheets/_world_map.sass */
#world_map {
  position: relative;
  background: url('/images/worldmap.png?1458640464') top left no-repeat;
  width: 823px;
  height: 485px;
  left: -110px;
  top: 20px;
  margin-bottom: 50px;
}
/* line 10, ../../app/assets/stylesheets/_world_map.sass */
#world_map a, #world_map div {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url('/images/marker.png?1458640464') center center no-repeat;
  text-indent: -10000px;
}
/* line 17, ../../app/assets/stylesheets/_world_map.sass */
#world_map a.small, #world_map div.small {
  width: 5px;
  height: 5px;
  background: url('/images/marker-small.png?1458640464') center center no-repeat;
}
/* line 21, ../../app/assets/stylesheets/_world_map.sass */
#world_map a.small_with_ring, #world_map div.small_with_ring {
  width: 25px;
  height: 25px;
  background: url('/images/marker-small_with_ring.png?1458640464') center center no-repeat;
}
/* line 25, ../../app/assets/stylesheets/_world_map.sass */
#world_map a#new_marker {
  border: 1px solid yellow;
}
