html {
  font-size: 1.125em; }

body {
  line-height: 1.45; }

p {
  margin-bottom: 1.3em; }

.font_small {
  font-size: 0.833em;
  line-height: 1.2; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: "Cardo", "Georgia", serif;
  color: #272c3a; }

.content-sidebar-wrapper h1, .content-sidebar-wrapper h2, .content-sidebar-wrapper h3, .content-sidebar-wrapper h4 {
  font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400; }

dt {
  margin-top: 0.75em; }

dd {
  margin-left: 0; }

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Perform a value into a percentage value.
 * @param {number} $value - The value which should be converted.
 * @returns {number} $value - The percentage.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Aliases for j-column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Aliases for j-column-width().
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Alias for j-column-gutter().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Alias for j-span().
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Alias for j-shift().
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * Alias for j-unshift().
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 * Aliases for j-edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Alias for j-center().
 */
/**
 * Uncenter an element.
 */
/**
 * Alias for j-uncenter().
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Alias for j-stack().
 */
/**
 * Unstack an element.
 */
/**
 * Alias for j-unstack().
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Alias for j-align().
 */
/**
 * Apply a clearfix to an element.
 */
/**
 * Alias for j-cf().
 */
body {
  background: #2e52bc;
  margin: 0;
  padding: 10px; }

.container {
  margin: 0 auto;
  max-width: 1024px;
  background: white; }
  @media (min-width: 700px) {
    .container {
      margin: 40px auto; } }

.padded {
  padding: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  @media (min-width: 700px) {
    .padded {
      padding: 12px; } }

.hide-mobile {
  display: none; }
  @media (min-width: 700px) {
    .hide-mobile {
      display: inline-block; } }

@media (min-width: 700px) {
  .hide-desktop {
    display: none; } }

.content-sidebar-wrapper {
  *zoom: 1; }
  .content-sidebar-wrapper:before, .content-sidebar-wrapper:after {
    content: '';
    display: table; }
  .content-sidebar-wrapper:after {
    clear: both; }
  .content-sidebar-wrapper a {
    color: #2e52bc;
    font-weight: 700;
    text-decoration: none; }
    .content-sidebar-wrapper a:hover {
      color: #6ab255; }
  .content-sidebar-wrapper .main-content, .content-sidebar-wrapper .sidebar {
    padding: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    @media (min-width: 700px) {
      .content-sidebar-wrapper .main-content, .content-sidebar-wrapper .sidebar {
        padding: 12px; } }
  @media (min-width: 700px) {
    .content-sidebar-wrapper .main-content {
      float: left;
      clear: none;
      width: 65.66667%;
      margin-left: 0;
      margin-right: 3%; }
      .content-sidebar-wrapper .main-content:last-child {
        margin-right: 0; }
    .content-sidebar-wrapper .sidebar {
      float: left;
      clear: none;
      width: 31.33333%;
      margin-left: 0;
      margin-right: 3%; }
      .content-sidebar-wrapper .sidebar:last-child {
        margin-right: 0; } }

.btn {
  text-decoration: none;
  font: inherit;
  font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
  background: #2e52bc;
  color: white;
  padding: 8px 24px;
  border: none;
  margin: 20px 0;
  line-height: 2; }
  .btn:hover {
    cursor: pointer;
    background: #4a6dd3; }
  .btn:focus {
    outline: none; }

.form-row {
  padding: 10px 0; }

@media (min-width: 700px) {
  .form {
    *zoom: 1; }
    .form:before, .form:after {
      content: '';
      display: table; }
    .form:after {
      clear: both; }
    .form .form-row {
      float: left;
      clear: none;
      width: 48.5%;
      margin-left: 25.75%;
      margin-right: 3%; }
      .form .form-row:last-child {
        margin-right: 0; } }

input[type="text"],
input[type="submit"],
input[type="email"] {
  -webkit-appearance: none; }

input[type="text"],
input[type="email"] {
  border: 1px solid #efefef;
  font: inherit;
  font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
  color: #3c4358;
  font-size: 0.8em;
  padding: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%; }
  input[type="text"]:focus,
  input[type="email"]:focus {
    outline: none;
    border: 1px solid #6ab255; }

input[type="submit"][disabled="disabled"] {
  background: #efefef; }

label {
  font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
  display: block;
  padding: 5px 0;
  font-size: 0.8em; }
  label.label-radio {
    font-weight: 400; }
  @media (min-width: 700px) {
    label.label-radio {
      padding-left: 5px; }
      label.label-radio:hover {
        color: #2e52bc;
        background: #f4f4f4;
        cursor: pointer; } }

.banner {
  position: relative; }
  .banner .banner-image {
    width: 100%;
    display: block; }
  .banner .text-section {
    padding: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    @media (min-width: 700px) {
      .banner .text-section {
        padding: 12px; } }
  .banner .conference-name {
    font-size: 1.44em;
    line-height: 1.2;
    font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 400;
    margin: 0; }
  .banner .conference-date {
    font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
    font-size: 0.9em;
    margin: 10px 0 15px;
    display: block; }
  .banner .language-link {
    background: rgba(39, 44, 58, 0.8);
    position: absolute;
    top: 50px;
    right: 0;
    font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
    color: white;
    text-decoration: none;
    text-shadow: 0 0 1px black;
    font-size: 0.8em;
    padding: 6px 16px; }
  @media (min-width: 700px) {
    .banner .text-section {
      position: absolute;
      left: 0;
      bottom: 30px;
      width: 100%;
      background: rgba(39, 44, 58, 0.8);
      color: white; }
    .banner .conference-name {
      font-size: 1.728em;
      line-height: 1.2;
      margin: 0;
      text-shadow: 0 0 3px black; }
    .banner .conference-date {
      text-shadow: 0 0 1px black;
      text-align: right;
      margin: 20px 0 0; } }

.primary-nav {
  background: #272c3a;
  text-align: center;
  *zoom: 1; }
  .primary-nav:before, .primary-nav:after {
    content: '';
    display: table; }
  .primary-nav:after {
    clear: both; }
  .primary-nav a {
    font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
    font-size: 0.8em;
    color: white;
    text-decoration: none;
    padding: 5px 0;
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%; }
    .primary-nav a:nth-of-type(3n) {
      margin-right: 0;
      float: right; }
    .primary-nav a:nth-of-type(3n + 1) {
      clear: both; }
    .primary-nav a.active {
      background: #505a77; }
    .primary-nav a:hover {
      background: rgba(255, 255, 255, 0.1); }
  @media (min-width: 700px) {
    .primary-nav a {
      font-size: 1em;
      float: left;
      clear: none;
      width: 16.66667%;
      margin-left: 0;
      margin-right: 0; }
      .primary-nav a:nth-of-type(3n) {
        margin-right: 0;
        float: left; }
      .primary-nav a:nth-of-type(3n + 1) {
        clear: none; }
      .primary-nav a:nth-of-type(6n) {
        margin-right: 0;
        float: right; }
      .primary-nav a:nth-of-type(6n + 1) {
        clear: both; }
      .primary-nav a.active {
        background: white;
        color: #272c3a; } }

.organizing-committee {
  font-size: 0.9em; }

.sponsors {
  font-size: 0.9em;
  margin-top: 2em; }

.map {
  background: #efefef;
  height: 300px; }
  @media (min-width: 700px) {
    .map {
      height: 400px; } }

.venue-address span:first-child {
  font-weight: 700; }

.fancy-list-page .main-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 3em; }
  .fancy-list-page .main-content ul li {
    padding: 0.5em 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .fancy-list-page .main-content ul li:nth-child(2n) {
      background: #f8f8f8; }

.fancy-list-time {
  font-weight: 400;
  font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
  display: block; }

.fancy-list-item {
  display: block; }

@media (min-width: 700px) {
  .fancy-list-time, .fancy-list-item {
    display: inline-block; }

  .program-page .fancy-list-time {
    width: 7em; }

  .participants-page .fancy-list-time {
    width: 100%; }
  .participants-page .fancy-list-item {
    width: 100%; } }
