/*------------------------------------*\
    $BASE
\*------------------------------------*/
/*------------------------------------*\
    $VARS
\*------------------------------------*/
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/*------------------------------------*\
    $NORMALIZE
\*------------------------------------*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 27, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 37, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 46, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 55, ../sass/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 69, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 79, ../sass/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 91, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 100, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 113, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 122, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 131, ../sass/_normalize.scss */
b,
strong,
.sessions-events span.session-chair .label {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 139, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 147, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 157, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 169, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 178, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 186, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 194, ../sass/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 203, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 210, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 214, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 226, ../sass/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 234, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 246, ../sass/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 258, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 269, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 283, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 295, ../sass/_normalize.scss */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 307, ../sass/_normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 322, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 332, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 342, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 353, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 366, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 375, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 385, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 398, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*--$FONTFACE--*/
@font-face {
  font-family: 'SwissBold';
  src: url("../fonts/272616_2_0.eot");
  src: url("../fonts/272616_2_0d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/272616_2_0.woff") format("woff"), url("../fonts/272616_2_0.ttf") format("truetype"), url("../fonts/272616_2_0.html#HelveticaNeueLTStd75Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SwissMed';
  src: url("../fonts/272616_3_0.eot");
  src: url("../fonts/272616_3_0d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/272616_3_0.woff") format("woff"), url("../fonts/272616_3_0.ttf") format("truetype"), url("../fonts/272616_3_0.html#HelveticaNeueLTStd65Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SwissRom';
  src: url("../fonts/272616_1_0.eot");
  src: url("../fonts/272616_1_0d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/272616_1_0.woff") format("woff"), url("../fonts/272616_1_0.ttf") format("truetype"), url("../fonts/272616_1_0.html#HelveticaNeueLTStd55Roman") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SwissLight';
  src: url("../fonts/272616_0_0.eot");
  src: url("../fonts/272616_0_0.woff") format("woff"), url("../fonts/272616_0_0.ttf") format("truetype"), url("../fonts/272616_0_0.html#webfont0kVe2CEL") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 14, ../sass/global.scss */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

/* line 20, ../sass/global.scss */
body {
  background: #beb1a0 url(../img/bg.jpg);
  font-family: "SwissRom", Helvetica, Arial, sans-serif; }

/* line 25, ../sass/global.scss */
a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  /* line 29, ../sass/global.scss */
  a:hover {
    text-decoration: underline; }

/* line 33, ../sass/global.scss */
img {
  max-width: 100%;
  height: auto !important; }

/* line 37, ../sass/global.scss */
p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px; }

/* line 43, ../sass/global.scss */
::-moz-selection {
  background: #ff6a36;
  text-shadow: none;
  color: white; }

/* line 49, ../sass/global.scss */
::selection {
  color: white;
  background: #ff6a36;
  text-shadow: none; }

/* line 55, ../sass/global.scss */
table ul, table li {
  vertical-align: top; }

/*--$HEADINGS--*/
/* line 61, ../sass/global.scss */
h1 {
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  font-family: 'SwissBold', Helvetica, Arial;
  color: #57544f; }

/* line 65, ../sass/global.scss */
h2 {
  font-family: 'SwissMed', Helvetica, Arial;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: white; }

/* line 69, ../sass/global.scss */
h3 {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: 'SwissBold', Helvetica, Arial;
  color: #57544f;
  line-height: 1.5em; }

/* line 74, ../sass/global.scss */
h4 {
  font-family: 'SwissMed', Helvetica, Arial;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: white; }

/* line 78, ../sass/global.scss */
h5 {
  font-family: 'SwissRom', Helvetica, Arial;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: black;
  line-height: 20px; }

/* line 83, ../sass/global.scss */
h6 {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  font-family: 'SwissBold', Helvetica, Arial;
  color: white;
  line-height: 10px; }

/* line 88, ../sass/global.scss */
hr {
  border: none;
  border-bottom: 1px solid #9d9086; }

/* line 93, ../sass/global.scss */
strong, .sessions-events span.session-chair .label {
  font-family: 'SwissMed', Helvetica, Arial; }

/* line 97, ../sass/global.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/* line 102, ../sass/global.scss */
.icon {
  font-family: 'FontAwesome' !important; }

/* line 106, ../sass/global.scss */
.menu li {
  list-style: none; }

/* line 110, ../sass/global.scss */
.page {
  overflow: hidden; }

/* line 114, ../sass/global.scss */
.field-name-body, .field-content {
  font-family: 'SwissRom', Helvetica, Arial;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 23px; }
  /* line 117, ../sass/global.scss */
  .field-name-body p, .field-content p {
    font-size: 14px !important;
    line-height: 23px;
    padding-right: 20px; }
  /* line 122, ../sass/global.scss */
  .field-name-body ul > li, .field-content ul > li {
    font-size: 14px;
    line-height: 23px; }

/* line 128, ../sass/global.scss */
.node-unpublished {
  background-color: transparent; }

/* line 132, ../sass/global.scss */
.category {
  color: #ffffff; }

/* line 135, ../sass/global.scss */
.full-conf {
  color: #E05026;
  font-family: 'SwissBold', Helvetica, Arial; }

/* line 139, ../sass/global.scss */
.select-conf {
  color: #02846C;
  font-family: 'SwissBold', Helvetica, Arial; }

/* line 143, ../sass/global.scss */
.Ex-plus {
  color: #03839A;
  font-family: 'SwissBold', Helvetica, Arial; }

/* line 147, ../sass/global.scss */
.Ex {
  color: #57544F;
  font-family: 'SwissBold', Helvetica, Arial; }

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
/*--$ADVERTISING--*/
/* line 159, ../sass/global.scss */
.zone-advertising-wrapper {
  background: #231f20; }
  /* line 161, ../sass/global.scss */
  .zone-advertising-wrapper p {
    margin: 0; }
  /* line 164, ../sass/global.scss */
  .zone-advertising-wrapper .header-ad {
    margin: 15px 0 10px;
    text-align: center; }

/*--$SPONSORS--*/
/* line 171, ../sass/global.scss */
.front .zone-sponsor-wrapper {
  background-color: white; }

/* line 174, ../sass/global.scss */
.corporate-sponsors {
  height: 120px;
  padding-top: 20px; }

/* line 180, ../sass/global.scss */
.corporate-sponsors-text-container {
  float: left;
  padding-left: 10px; }
  /* line 185, ../sass/global.scss */
  .corporate-sponsors-text-container .corporate-sponsors-title {
    color: #9d9086; }
  /* line 188, ../sass/global.scss */
  .corporate-sponsors-text-container .corporate-sponsors-text {
    margin-top: 7px; }
  /* line 193, ../sass/global.scss */
  .corporate-sponsors-text-container .corporate-sponsors-text-link {
    font-size: 22px;
    color: #57544f; }

/* line 198, ../sass/global.scss */
.corporate-sponsors-image-list {
  float: right; }
  /* line 200, ../sass/global.scss */
  .corporate-sponsors-image-list .corporate-sponsors-image-list-item {
    display: inline;
    padding: 0 10px 0 30px; }

/*--$USERBAR--*/
/* line 208, ../sass/global.scss */
.zone-user-wrapper {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c5e4739,endColorstr=#4c5e4739);
  zoom: 1;
  background: rgba(94, 71, 57, 0.3);
  padding: 10px 0;
  margin-bottom: 35px; }

/* $topinfomenu */
/* line 218, ../sass/global.scss */
.block-menu-menu-top-info-menu {
  margin-top: 9px; }
  /* line 221, ../sass/global.scss */
  .block-menu-menu-top-info-menu .menu li {
    display: inline;
    list-style: none; }
    /* line 224, ../sass/global.scss */
    .block-menu-menu-top-info-menu .menu li a {
      font-size: 14px; }

/* line 231, ../sass/global.scss */
.top-bar-links {
  position: absolute;
  margin-top: -10px;
  height: 55px; }
  /* line 237, ../sass/global.scss */
  .top-bar-links .content > a {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 0 25px 0 15px;
    background: #968272;
    background: rgba(94, 71, 57, 0.3);
    font-size: 14px;
    line-height: 55px; }
    /* line 249, ../sass/global.scss */
    .top-bar-links .content > a:hover i {
      color: white;
      text-decoration: none; }
    /* line 254, ../sass/global.scss */
    .top-bar-links .content > a.registration {
      background: #e78059; }
    /* line 257, ../sass/global.scss */
    .top-bar-links .content > a i {
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      position: relative;
      top: 1px;
      padding-right: 10px;
      font-size: 18px;
      color: #57544f; }

/* $searchbox */
/* line 271, ../sass/global.scss */
.region-user-second.grid-4 {
  float: right;
  margin-right: 0; }

/* line 276, ../sass/global.scss */
.block-search-form .google-cse {
  float: right; }
  /* line 278, ../sass/global.scss */
  .block-search-form .google-cse .form-item-search-block-form {
    float: left;
    margin: 0; }
    /* line 281, ../sass/global.scss */
    .block-search-form .google-cse .form-item-search-block-form label {
      color: white;
      font-size: 12px; }
    /* line 285, ../sass/global.scss */
    .block-search-form .google-cse .form-item-search-block-form input {
      margin-left: 10px;
      border: none !important;
      text-decoration: none;
      background: transparent !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D5e4739,endColorstr=#4D5e4739);
      background: rgba(94, 71, 57, 0.3) !important;
      height: 35px;
      width: 165px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding-left: 10px;
      color: #57544f; }
  /* line 300, ../sass/global.scss */
  .block-search-form .google-cse .form-actions .form-submit {
    width: 40px;
    height: 35px;
    border: none;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D5e4739,endColorstr=#4D5e4739);
    background: rgba(94, 71, 57, 0.3) !important;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #57544f; }
/* line 313, ../sass/global.scss */
.block-search-form ::-webkit-input-placeholder {
  color: #57544f; }
/* line 317, ../sass/global.scss */
.block-search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #57544f; }
/* line 321, ../sass/global.scss */
.block-search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #57544f; }
/* line 325, ../sass/global.scss */
.block-search-form :-ms-input-placeholder {
  color: #57544f; }

/* line 331, ../sass/global.scss */
.container-12 .region-branding.grid-12 {
  width: 960px;
  margin: 0; }

/* line 337, ../sass/global.scss */
.branding-data {
  float: left; }
  /* line 339, ../sass/global.scss */
  .branding-data .logo-img a {
    display: block; }

/* $dates */
/* line 345, ../sass/global.scss */
.block-block-2 {
  float: left;
  margin-top: 10px;
  width: 340px; }
  /* line 349, ../sass/global.scss */
  .block-block-2 img {
    width: 340px;
    height: 120px; }

/* $social-menu */
/* line 356, ../sass/global.scss */
.block-menu-menu-social {
  float: right;
  margin: 91px 0 0 0; }
  /* line 44, ../sass/_mixins.scss */
  .block-menu-menu-social .menu li {
    list-style: none;
    float: left;
    margin: 0 0 0 5px;
    padding: 0; }
  /* line 50, ../sass/_mixins.scss */
  .block-menu-menu-social .menu a {
    font-size: 0;
    text-shadow: none;
    color: transparent;
    display: block; }
    /* line 55, ../sass/_mixins.scss */
    .block-menu-menu-social .menu a:hover:before {
      text-decoration: none;
      color: rgba(87, 84, 79, 0.7); }
    /* line 59, ../sass/_mixins.scss */
    .block-menu-menu-social .menu a:before {
      font-size: 26px;
      color: #57544f;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }

/* header-images */
/* line 363, ../sass/global.scss */
.block-block-3 {
  height: 100px;
  width: 960px;
  background: url(../img/header_sprite.png) no-repeat;
  margin-bottom: 2px;
  margin-top: -10px;
  z-index: 1;
  position: relative; }

/* line 373, ../sass/global.scss */
.context-submitters .block-block-3 {
  background-position: 0 -440px; }

/* line 377, ../sass/global.scss */
.context-attendees .block-block-3 {
  background-position: 0 -110px; }

/* line 381, ../sass/global.scss */
.context-volunteers .block-block-3 {
  background-position: 0 -550px; }

/* line 385, ../sass/global.scss */
.context-media .block-block-3 {
  background-position: 0 -330px; }

/* line 389, ../sass/global.scss */
.context-exhibitors-advertisers .block-block-3 {
  background-position: 0 -220px; }

/*------------------------------------*\
    $MAINNAV
\*------------------------------------*/
/* line 397, ../sass/global.scss */
.container-12 .region-menu.grid-12 {
  margin: 0;
  width: 100%; }

/* line 402, ../sass/global.scss */
.block-menu-block-6 {
  margin: 0; }
  /* line 404, ../sass/global.scss */
  .block-menu-block-6 .menu-block-6 {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWQ5OCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzlkOTE3YiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZhMzYiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0, 173, 152, 0.75) 0%, rgba(157, 145, 123, 0.75) 50%, rgba(255, 106, 54, 0.75) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 173, 152, 0.75)), color-stop(50%, rgba(157, 145, 123, 0.75)), color-stop(100%, rgba(255, 106, 54, 0.75)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 173, 152, 0.75) 0%, rgba(157, 145, 123, 0.75) 50%, rgba(255, 106, 54, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 173, 152, 0.75) 0%, rgba(157, 145, 123, 0.75) 50%, rgba(255, 106, 54, 0.75) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 173, 152, 0.75) 0%, rgba(157, 145, 123, 0.75) 50%, rgba(255, 106, 54, 0.75) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 173, 152, 0.75) 0%, rgba(157, 145, 123, 0.75) 50%, rgba(255, 106, 54, 0.75) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf00ad98', endColorstr='#bfff6a36',GradientType=1 );
    /* IE6-8 */
    padding: 5px 0 0;
    height: 50px; }
    /* line 408, ../sass/global.scss */
    .block-menu-block-6 .menu-block-6 .menu ul li a {
      font-size: 12px;
      line-height: 20px; }
    /* line 412, ../sass/global.scss */
    .block-menu-block-6 .menu-block-6 > ul {
      overflow: hidden;
      /* For Submitters */
      /* For Attendees */
      /*  For Exhiibitors & Advertisers */ }
      /* line 414, ../sass/global.scss */
      .block-menu-block-6 .menu-block-6 > ul > li {
        margin: 0 0 0 11px;
        padding: 0;
        display: block;
        float: left; }
        /* line 419, ../sass/global.scss */
        .block-menu-block-6 .menu-block-6 > ul > li a {
          font-family: 'SwissLight', Helvetica, Arial;
          font-size: 16px;
          font-weight: normal;
          font-style: normal;
          color: white;
          letter-spacing: 0.3px;
          padding: 14px 15px 8px;
          display: inline-block;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          /* line 425, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul > li a:hover {
            text-decoration: none; }
          /* line 428, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul > li a.active {
            color: white; }
          /* line 431, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul > li a#home-link {
            margin-top: 5px;
            margin-left: 15px;
            background: transparent !important;
            font: 0/0 a;
            text-shadow: none;
            color: transparent; }
            /* line 438, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul > li a#home-link:before {
              color: white;
              font-size: 20px; }
          /* line 443, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul > li a > .bold {
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            font-family: 'SwissBold', Helvetica, Arial;
            color: white; }
        /* line 447, ../sass/global.scss */
        .block-menu-block-6 .menu-block-6 > ul > li:hover > a {
          background: #57544f; }
        /* line 450, ../sass/global.scss */
        .block-menu-block-6 .menu-block-6 > ul > li:hover > .menu {
          display: block; }
        /* line 453, ../sass/global.scss */
        .block-menu-block-6 .menu-block-6 > ul > li > .menu {
          padding: 0;
          z-index: 1000;
          position: absolute;
          background: #57544f;
          padding: 10px 0; }
          /* line 459, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul > li > .menu > li {
            margin: 0;
            padding: 0;
            width: 250px; }
            /* line 463, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul > li > .menu > li > a {
              white-space: nowrap;
              display: block;
              padding: 0 30px; }
              /* line 467, ../sass/global.scss */
              .block-menu-block-6 .menu-block-6 > ul > li > .menu > li > a:hover {
                background: transparent;
                text-decoration: underline; }
            /* line 472, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul > li > .menu > li:first-child {
              padding-top: 10px; }
            /* line 475, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul > li > .menu > li:last-child {
              padding-bottom: 10px; }
      /* line 483, ../sass/global.scss */
      .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul {
        width: 710px;
        overflow: hidden; }
        /* line 486, ../sass/global.scss */
        .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul > li {
          height: 300px;
          width: 33%;
          float: left;
          margin-top: 10px;
          margin-bottom: 10px; }
          /* line 492, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul > li > span {
            display: none; }
          /* line 495, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul > li > .menu {
            display: block; }
            /* line 497, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul > li > .menu li {
              margin: 0;
              padding: 0; }
              /* line 500, ../sass/global.scss */
              .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul > li > .menu li.separator {
                padding: 5px 20px; }
              /* line 503, ../sass/global.scss */
              .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul > li > .menu li a {
                padding: 0 20px;
                white-space: nowrap; }
                /* line 506, ../sass/global.scss */
                .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul > li > .menu li a:hover {
                  background: transparent;
                  text-decoration: underline; }
          /* line 513, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul > li.first {
            padding-top: 0;
            border-right: 1px solid #9d9086; }
            /* line 516, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul > li.first i {
              padding: 0 20px;
              display: block;
              color: #c5b8a7;
              font-size: 30px;
              line-height: 45px; }
            /* line 523, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul > li.first li a {
              font-size: 14px;
              line-height: 20px; }
            /* line 527, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul .menu-mlid-386 > ul > li.first .nav-body {
              padding: 0 20px;
              font-size: 14px;
              line-height: 20px;
              color: #e2ac89; }
      /* line 538, ../sass/global.scss */
      .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul {
        width: 930px;
        overflow: hidden;
        margin-left: -370px; }
        /* line 542, ../sass/global.scss */
        .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li {
          height: 310px;
          width: 24%;
          float: left;
          margin-top: 10px;
          margin-bottom: 10px;
          /* For Attendees first column */
          /* For Attendees third column */ }
          /* line 550, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li.first {
            padding-top: 0;
            border-right: 1px solid #9d9086; }
            /* line 553, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li.first span {
              display: none; }
            /* line 556, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li.first i {
              padding: 0 20px;
              display: block;
              color: #c5b8a7;
              font-size: 30px;
              line-height: 45px; }
            /* line 563, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li.first li a {
              font-size: 14px;
              line-height: 20px; }
            /* line 567, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li.first .nav-body {
              padding: 0 20px;
              font-size: 14px;
              line-height: 20px;
              color: #e2ac89; }
          /* line 577, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li.menu-mlid-537 span {
            display: none; }
          /* line 580, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li.menu-mlid-537 .menu {
            margin-top: 20px; }
          /* line 584, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li span {
            font-weight: normal;
            font-style: normal;
            font-size: 11px;
            font-family: 'SwissBold', Helvetica, Arial;
            color: #9d9086;
            line-height: 20px;
            margin-left: 20px;
            text-transform: uppercase; }
          /* line 590, ../sass/global.scss */
          .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li > .menu {
            display: block; }
            /* line 592, ../sass/global.scss */
            .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li > .menu li {
              margin: 0;
              padding: 0; }
              /* line 595, ../sass/global.scss */
              .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li > .menu li a {
                padding: 0 20px;
                white-space: nowrap; }
                /* line 598, ../sass/global.scss */
                .block-menu-block-6 .menu-block-6 > ul .menu-mlid-385 > ul > li > .menu li a:hover {
                  background: transparent;
                  text-decoration: underline; }
      /* line 610, ../sass/global.scss */
      .block-menu-block-6 .menu-block-6 > ul .menu-mlid-389 > ul > li {
        width: 305px; }
      /* line 615, ../sass/global.scss */
      .block-menu-block-6 .menu-block-6 > ul .menu {
        display: none; }
    /* line 619, ../sass/global.scss */
    .block-menu-block-6 .menu-block-6 li {
      list-style: none; }

/*------------------------------------*\
    $SECONDARY-NAV
\*------------------------------------*/
/*------------------------------------*\
    $MAINCONTENT
\*------------------------------------*/
/* line 641, ../sass/global.scss */
#page-title {
  font-size: 36px;
  font-weight: bold;
  color: #57544f; }

/* line 647, ../sass/global.scss */
.region-content ul {
  list-style: disc;
  margin: 0 0 10px 20px; }

/* line 654, ../sass/global.scss */
.block-main p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px; }

/*------------------------------------*\
    $MAINCONTENT
\*------------------------------------*/
/*--$HOMEPAGE--*/
/* $slideshow */
/* line 673, ../sass/global.scss */
.container-12 .region-slider.grid-12 {
  margin: 0;
  width: 100%; }

/* line 678, ../sass/global.scss */
.view-front-slideshow {
  position: relative;
  margin: 10px 0; }
  /* line 681, ../sass/global.scss */
  .view-front-slideshow .view-content {
    height: 344px;
    overflow: hidden; }
  /* line 685, ../sass/global.scss */
  .view-front-slideshow .view-footer a {
    color: #5e4739;
    opacity: 0.5;
    font-size: 38px;
    position: absolute;
    top: 40%; }
    /* line 691, ../sass/global.scss */
    .view-front-slideshow .view-footer a:hover {
      text-decoration: none;
      opacity: 0.7; }
    /* line 695, ../sass/global.scss */
    .view-front-slideshow .view-footer a#prev1 {
      left: -30px; }
    /* line 698, ../sass/global.scss */
    .view-front-slideshow .view-footer a#next1 {
      right: -30px; }

/* $twitter-pull */
/* line 705, ../sass/global.scss */
.block-block-1 {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F5E4739,endColorstr=#3F5E4739)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F5E4739,endColorstr=#3F5E4739);
  /* IE6 & 7 */
  zoom: 1;
  background: rgba(94, 71, 57, 0.25);
  padding: 10px 30px 5px;
  margin-bottom: 10px;
  height: 50px;
  overflow: hidden; }
  /* line 715, ../sass/global.scss */
  .block-block-1 .twitter-icon {
    font-size: 30px;
    color: #57544f; }
    /* line 718, ../sass/global.scss */
    .block-block-1 .twitter-icon:hover {
      text-decoration: none; }
  /* line 722, ../sass/global.scss */
  .block-block-1 .tweet {
    padding-left: 55px;
    width: 845px !important;
    background: transparent !important; }
  /* line 727, ../sass/global.scss */
  .block-block-1 .tweet-text {
    background: transparent !important;
    font-family: 'SwissRom', Helvetica, Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: black; }
  /* line 731, ../sass/global.scss */
  .block-block-1 .tweets-pulled-listing {
    margin-top: -30px;
    background: transparent !important; }

/* $latest-updates */
/* line 738, ../sass/global.scss */
.block-latest-updates-block {
  margin: 20px 10px 0; }
  /* line 740, ../sass/global.scss */
  .block-latest-updates-block h2 {
    color: #57544f;
    margin-bottom: 20px; }
  /* line 744, ../sass/global.scss */
  .block-latest-updates-block .date {
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    font-family: 'SwissBold', Helvetica, Arial;
    color: #57544f;
    line-height: 11px;
    margin: 15px 0 3px; }
  /* line 749, ../sass/global.scss */
  .block-latest-updates-block p {
    margin: 3px 0 10px;
    font-size: 12px;
    line-height: 15px; }

/* line 757, ../sass/global.scss */
.container-12 .grid-3.region-postscript-third, .container-12 .grid-3.region-postscript-second, .container-12 .grid-3.region-postscript-fourth {
  width: 240px;
  margin: 0; }

/* $small-billboards */
/* line 766, ../sass/global.scss */
.block-block-7, .view-id-front_page_promos, .view-id-homepage_countdown {
  padding: 20px;
  height: 240px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  /* line 770, ../sass/global.scss */
  .block-block-7 p, .view-id-front_page_promos p, .view-id-homepage_countdown p {
    font-family: 'SwissRom', Helvetica, Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: black;
    line-height: 15px; }
  /* line 774, ../sass/global.scss */
  .block-block-7 img, .view-id-front_page_promos img, .view-id-homepage_countdown img {
    margin-bottom: 15px; }
  /* line 777, ../sass/global.scss */
  .block-block-7:hover, .view-id-front_page_promos:hover, .view-id-homepage_countdown:hover {
    background: rgba(255, 255, 255, 0.25); }

/* $countdown */
/* line 784, ../sass/global.scss */
.block-block-7 .days, .view-id-homepage_countdown .days {
  margin-bottom: 15px;
  padding-top: 45px;
  padding-right: 100px;
  display: block;
  width: 200px;
  height: 120px;
  font-family: 'SwissLight', Helvetica, Arial;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  color: white;
  line-height: 32px;
  text-align: center;
  background: url(../img/countdown.jpg) no-repeat; }

/* line 798, ../sass/global.scss */
.view-id-homepage_countdown span {
  line-height: 14px; }
/* line 802, ../sass/global.scss */
.view-id-homepage_countdown .views-field-body p {
  font-size: 12px !important; }
/* line 806, ../sass/global.scss */
.view-id-homepage_countdown .days {
  background: url(../img/impdates.jpg) no-repeat; }

/* $zonepostscript */
/* line 812, ../sass/global.scss */
.zone-postscript-wrapper {
  margin-bottom: 40px; }

/*--$INSIDEPAGES--*/
/* line 819, ../sass/global.scss */
table.registration td {
  vertical-align: middle; }

/* $video slider */
/* line 825, ../sass/global.scss */
.block-video-block {
  padding: 20px 0 0px;
  margin: 10px 0 30px;
  border-top: 1px solid #9d9086;
  border-bottom: 1px solid #9d9086; }
  /* line 830, ../sass/global.scss */
  .block-video-block h2.block-title {
    color: #333333;
    font-size: 14px;
    line-height: normal; }

/* line 837, ../sass/global.scss */
.video-slideshow .view-content {
  margin: 20px 0 15px;
  padding: 20px;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19685f59,endColorstr=#19685f59);
  zoom: 1;
  background: rgba(104, 95, 89, 0.1); }
  /* line 844, ../sass/global.scss */
  .video-slideshow .view-content .slides {
    margin-left: 0; }
    /* line 847, ../sass/global.scss */
    .video-slideshow .view-content .slides .row img {
      position: absolute;
      z-index: -1; }
    /* line 851, ../sass/global.scss */
    .video-slideshow .view-content .slides .row iframe {
      width: 280px;
      height: 170px; }
  /* line 857, ../sass/global.scss */
  .video-slideshow .view-content .flex-direction-nav {
    margin: 0;
    list-style: none; }
    /* line 861, ../sass/global.scss */
    .video-slideshow .view-content .flex-direction-nav li a {
      position: absolute;
      color: #5e4739;
      opacity: 0.5;
      font-size: 38px;
      margin-top: -110px; }
      /* line 867, ../sass/global.scss */
      .video-slideshow .view-content .flex-direction-nav li a:hover {
        text-decoration: none;
        opacity: 0.7; }
      /* line 871, ../sass/global.scss */
      .video-slideshow .view-content .flex-direction-nav li a.flex-prev {
        left: -20px; }
      /* line 874, ../sass/global.scss */
      .video-slideshow .view-content .flex-direction-nav li a.flex-next {
        right: -20px; }

/* $content */
/* line 884, ../sass/global.scss */
.not-front .zone-content {
  padding: 40px 0; }
  /* line 890, ../sass/global.scss */
  .not-front .zone-content table td {
    padding: 4px 8px; }

/* $breadcrumbs */
/* line 897, ../sass/global.scss */
.breadcrumb a {
  font-family: 'SwissRom', Helvetica, Arial;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  color: ""; }

/* $leftsidebar */
/* line 903, ../sass/global.scss */
.grid-3.region-sidebar-first {
  padding: 0 0 0 20px; }
  /* line 906, ../sass/global.scss */
  .grid-3.region-sidebar-first .block-menu-block-2 h2, .grid-3.region-sidebar-first .block-menu-block-3 h2, .grid-3.region-sidebar-first .block-menu-block-4 h2, .grid-3.region-sidebar-first .block-menu-block-1 h2, .grid-3.region-sidebar-first .block-menu-block-5 h2, .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav h2, .grid-3.region-sidebar-first .block-10 h2 {
    margin-bottom: 10px;
    color: #57544f; }
  /* line 912, ../sass/global.scss */
  .grid-3.region-sidebar-first .birds-of-a-feather-day-links h2, .grid-3.region-sidebar-first .posters-category-links h2 {
    margin-bottom: 15px;
    color: #57544f; }
  /* line 919, ../sass/global.scss */
  .grid-3.region-sidebar-first .block-menu-block-2 .menu li, .grid-3.region-sidebar-first .block-menu-block-3 .menu li, .grid-3.region-sidebar-first .block-menu-block-4 .menu li, .grid-3.region-sidebar-first .block-menu-block-1 .menu li, .grid-3.region-sidebar-first .block-menu-block-5 .menu li {
    list-style: none;
    margin: 0; }
    /* line 922, ../sass/global.scss */
    .grid-3.region-sidebar-first .block-menu-block-2 .menu li a, .grid-3.region-sidebar-first .block-menu-block-3 .menu li a, .grid-3.region-sidebar-first .block-menu-block-4 .menu li a, .grid-3.region-sidebar-first .block-menu-block-1 .menu li a, .grid-3.region-sidebar-first .block-menu-block-5 .menu li a {
      display: block;
      margin: 0;
      padding: 5px 0; }
    /* line 927, ../sass/global.scss */
    .grid-3.region-sidebar-first .block-menu-block-2 .menu li .menu, .grid-3.region-sidebar-first .block-menu-block-3 .menu li .menu, .grid-3.region-sidebar-first .block-menu-block-4 .menu li .menu, .grid-3.region-sidebar-first .block-menu-block-1 .menu li .menu, .grid-3.region-sidebar-first .block-menu-block-5 .menu li .menu {
      margin-left: 10px; }
      /* line 929, ../sass/global.scss */
      .grid-3.region-sidebar-first .block-menu-block-2 .menu li .menu a, .grid-3.region-sidebar-first .block-menu-block-3 .menu li .menu a, .grid-3.region-sidebar-first .block-menu-block-4 .menu li .menu a, .grid-3.region-sidebar-first .block-menu-block-1 .menu li .menu a, .grid-3.region-sidebar-first .block-menu-block-5 .menu li .menu a {
        font-size: 14px; }
  /* line 936, ../sass/global.scss */
  .grid-3.region-sidebar-first .block-10, .grid-3.region-sidebar-first .birds-of-a-feather-day-links, .grid-3.region-sidebar-first .posters-category-links {
    border-top: 1px solid #9d9086;
    padding-top: 30px; }
    /* line 940, ../sass/global.scss */
    .grid-3.region-sidebar-first .block-10 li a, .grid-3.region-sidebar-first .birds-of-a-feather-day-links li a, .grid-3.region-sidebar-first .posters-category-links li a {
      display: block;
      padding: 8px 0; }
  /* line 946, ../sass/global.scss */
  .grid-3.region-sidebar-first .block-s2014-custom-s2014-for-attendees-side-nav {
    margin-bottom: 40px; }

/* sidebar ad */
/* line 954, ../sass/global.scss */
.sidebar-ad {
  margin-top: 40px;
  margin-left: -10px; }

/* line 961, ../sass/global.scss */
.birds-of-a-feather .conference-date-header, .posters-by-category .category-header {
  margin-bottom: 30px;
  border-top: 1px solid #9d9086;
  padding-top: 40px;
  color: #57544f; }

/* line 967, ../sass/global.scss */
.birds-of-a-feather .views-row-first .conference-date-header, .posters-by-category .views-row-first .category-header {
  border-top: none;
  padding-top: 0; }

/* $logos & guidelines */
/* line 974, ../sass/global.scss */
.logos-guidelines-wrapper .resource-container {
  display: table;
  margin-bottom: 15px; }
  /* line 979, ../sass/global.scss */
  .logos-guidelines-wrapper .resource-container div {
    display: table-cell;
    vertical-align: middle;
    height: 220px; }
    /* line 983, ../sass/global.scss */
    .logos-guidelines-wrapper .resource-container div.resource-image-container {
      width: 240px;
      text-align: center;
      background: transparent;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Dffffff,endColorstr=#4Dffffff);
      zoom: 1;
      background: rgba(255, 255, 255, 0.3); }
    /* line 991, ../sass/global.scss */
    .logos-guidelines-wrapper .resource-container div.resource-info-container {
      width: 460px;
      padding: 0 20px;
      background: transparent;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19685f59,endColorstr=#19685f59);
      zoom: 1;
      background: rgba(104, 95, 89, 0.1); }
      /* line 998, ../sass/global.scss */
      .logos-guidelines-wrapper .resource-container div.resource-info-container a {
        font-size: 36px;
        color: #57544f; }
        /* line 1001, ../sass/global.scss */
        .logos-guidelines-wrapper .resource-container div.resource-info-container a i {
          display: inline-block;
          margin-bottom: 10px; }
        /* line 1007, ../sass/global.scss */
        .logos-guidelines-wrapper .resource-container div.resource-info-container a:hover {
          text-decoration: none;
          color: white; }
      /* line 1012, ../sass/global.scss */
      .logos-guidelines-wrapper .resource-container div.resource-info-container ul {
        margin: 0 0 10px;
        list-style: none; }
        /* line 1017, ../sass/global.scss */
        .logos-guidelines-wrapper .resource-container div.resource-info-container ul li span.label {
          font-family: 'SwissBold', Helvetica, Arial; }
      /* line 1023, ../sass/global.scss */
      .logos-guidelines-wrapper .resource-container div.resource-info-container p {
        margin: 0;
        padding: 0; }

/* line 1032, ../sass/global.scss */
.contact-info-exhibitors-advertisers {
  margin-top: 40px; }
  /* line 1036, ../sass/global.scss */
  .contact-info-exhibitors-advertisers p {
    font-size: 13px;
    line-height: 1.5;
    color: #333333; }

/* $exhibitors & advertisers */
/* line 1045, ../sass/global.scss */
.lend-your-support-wrapper h3 {
  clear: both;
  margin: 25px 0 25px 20px; }
/* line 1050, ../sass/global.scss */
.lend-your-support-wrapper ul {
  margin-bottom: 25px;
  margin-left: 40px; }
/* line 1057, ../sass/global.scss */
.lend-your-support-wrapper .support-incentive-container {
  float: left;
  margin-right: 2px;
  margin-bottom: 30px;
  padding: 35px 20px 10px;
  width: 232px;
  height: 215px;
  text-align: center;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19685f59,endColorstr=#19685f59);
  zoom: 1;
  background: rgba(104, 95, 89, 0.1); }
  /* line 1071, ../sass/global.scss */
  .lend-your-support-wrapper .support-incentive-container i {
    display: block;
    margin-bottom: 15px;
    font-size: 36px;
    color: #57544f; }
  /* line 1079, ../sass/global.scss */
  .lend-your-support-wrapper .support-incentive-container.last {
    margin-right: 0; }
/* line 1086, ../sass/global.scss */
.lend-your-support-wrapper .support-recognition-container {
  display: table;
  margin-bottom: 15px;
  height: 215px;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Dffffff,endColorstr=#4Dffffff);
  zoom: 1;
  background: rgba(255, 255, 255, 0.3); }
  /* line 1096, ../sass/global.scss */
  .lend-your-support-wrapper .support-recognition-container .support-recognition-level {
    display: table-cell;
    width: 275px;
    vertical-align: middle;
    text-align: center;
    font-size: 10px; }
    /* line 1102, ../sass/global.scss */
    .lend-your-support-wrapper .support-recognition-container .support-recognition-level i {
      font-size: 48px; }
    /* line 1106, ../sass/global.scss */
    .lend-your-support-wrapper .support-recognition-container .support-recognition-level.platinum i {
      color: #949b93; }
    /* line 1111, ../sass/global.scss */
    .lend-your-support-wrapper .support-recognition-container .support-recognition-level.gold i {
      color: #bb8637; }
    /* line 1116, ../sass/global.scss */
    .lend-your-support-wrapper .support-recognition-container .support-recognition-level.silver i {
      color: #8a8c8e; }
    /* line 1121, ../sass/global.scss */
    .lend-your-support-wrapper .support-recognition-container .support-recognition-level.bronze i {
      color: #a06c46; }
    /* line 1125, ../sass/global.scss */
    .lend-your-support-wrapper .support-recognition-container .support-recognition-level p {
      margin: 0;
      padding: 7px 0 0;
      font-size: 10px !important;
      line-height: 1; }
      /* line 1130, ../sass/global.scss */
      .lend-your-support-wrapper .support-recognition-container .support-recognition-level p span {
        display: block; }
        /* line 1132, ../sass/global.scss */
        .lend-your-support-wrapper .support-recognition-container .support-recognition-level p span.recognition-level-text {
          font-size: 16px;
          font-family: 'SwissBold', Helvetica, Arial; }
        /* line 1136, ../sass/global.scss */
        .lend-your-support-wrapper .support-recognition-container .support-recognition-level p span.recognition-amount-text {
          padding-top: 7px;
          font-size: 24px; }
  /* line 1145, ../sass/global.scss */
  .lend-your-support-wrapper .support-recognition-container ul {
    display: table-cell;
    margin: 0;
    width: 425px;
    vertical-align: middle; }

/* line 1155, ../sass/global.scss */
.sponsorship-advertising .resources-wrapper, .reasons-to-attend-wrapper .resources-wrapper {
  height: 120px;
  margin-bottom: 40px;
  border-bottom: 1px solid #9d9086; }
  /* line 1163, ../sass/global.scss */
  .sponsorship-advertising .resources-wrapper .resource-container, .reasons-to-attend-wrapper .resources-wrapper .resource-container {
    float: left;
    margin-right: 5px;
    padding: 18px 20px;
    height: 80px;
    width: 345px;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19685f59,endColorstr=#19685f59);
    zoom: 1;
    background: rgba(104, 95, 89, 0.1); }
    /* line 1175, ../sass/global.scss */
    .sponsorship-advertising .resources-wrapper .resource-container a, .reasons-to-attend-wrapper .resources-wrapper .resource-container a {
      float: left;
      font-size: 36px;
      color: #57544f; }
      /* line 1180, ../sass/global.scss */
      .sponsorship-advertising .resources-wrapper .resource-container a i:before, .reasons-to-attend-wrapper .resources-wrapper .resource-container a i:before {
        margin-top: 6px;
        margin-right: 15px; }
      /* line 1187, ../sass/global.scss */
      .sponsorship-advertising .resources-wrapper .resource-container a:hover, .reasons-to-attend-wrapper .resources-wrapper .resource-container a:hover {
        text-decoration: none;
        color: white; }
    /* line 1193, ../sass/global.scss */
    .sponsorship-advertising .resources-wrapper .resource-container span.label, .reasons-to-attend-wrapper .resources-wrapper .resource-container span.label {
      display: block;
      float: left;
      margin-right: 5px;
      font-family: 'SwissBold', Helvetica, Arial; }
/* line 1204, ../sass/global.scss */
.sponsorship-advertising .divided-section, .reasons-to-attend-wrapper .divided-section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #9d9086; }
  /* line 1214, ../sass/global.scss */
  .sponsorship-advertising .divided-section:last-child, .reasons-to-attend-wrapper .divided-section:last-child {
    border-bottom: none; }
/* line 1220, ../sass/global.scss */
.sponsorship-advertising .image-inline-text, .reasons-to-attend-wrapper .image-inline-text {
  margin-bottom: 50px;
  margin-left: 20px; }
  /* line 1225, ../sass/global.scss */
  .sponsorship-advertising .image-inline-text img, .reasons-to-attend-wrapper .image-inline-text img {
    float: left;
    padding-top: 5px; }
  /* line 1231, ../sass/global.scss */
  .sponsorship-advertising .image-inline-text h3, .sponsorship-advertising .image-inline-text p, .reasons-to-attend-wrapper .image-inline-text h3, .reasons-to-attend-wrapper .image-inline-text p {
    padding-left: 230px; }
  /* line 1236, ../sass/global.scss */
  .sponsorship-advertising .image-inline-text p, .reasons-to-attend-wrapper .image-inline-text p {
    margin: 0; }
/* line 1240, ../sass/global.scss */
.sponsorship-advertising .heading-text, .reasons-to-attend-wrapper .heading-text {
  margin-left: 20px; }
  /* line 1244, ../sass/global.scss */
  .sponsorship-advertising .heading-text p, .reasons-to-attend-wrapper .heading-text p {
    margin: 0; }
/* line 1248, ../sass/global.scss */
.sponsorship-advertising .white-box, .reasons-to-attend-wrapper .white-box {
  display: table;
  margin-bottom: 40px;
  width: 700px;
  height: 190px;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Dffffff,endColorstr=#4Dffffff);
  zoom: 1;
  background: rgba(255, 255, 255, 0.3); }
  /* line 1259, ../sass/global.scss */
  .sponsorship-advertising .white-box div, .reasons-to-attend-wrapper .white-box div {
    display: table-cell;
    padding: 28px;
    width: 240px;
    vertical-align: middle;
    text-align: center; }
    /* line 1265, ../sass/global.scss */
    .sponsorship-advertising .white-box div i, .reasons-to-attend-wrapper .white-box div i {
      margin-bottom: 10px;
      font-size: 48px;
      color: #57544f; }
      /* line 1271, ../sass/global.scss */
      .sponsorship-advertising .white-box div i + h3, .reasons-to-attend-wrapper .white-box div i + h3 {
        margin-top: 10px; }
    /* line 1277, ../sass/global.scss */
    .sponsorship-advertising .white-box div h3, .reasons-to-attend-wrapper .white-box div h3 {
      font-family: 'SwissLight', Helvetica, Arial; }
    /* line 1280, ../sass/global.scss */
    .sponsorship-advertising .white-box div.full-width, .reasons-to-attend-wrapper .white-box div.full-width {
      padding-left: 50px;
      padding-right: 50px;
      width: 700px; }
  /* line 1288, ../sass/global.scss */
  .sponsorship-advertising .white-box ul, .sponsorship-advertising .white-box p, .reasons-to-attend-wrapper .white-box ul, .reasons-to-attend-wrapper .white-box p {
    display: table-cell;
    width: 460px;
    vertical-align: middle; }
  /* line 1294, ../sass/global.scss */
  .sponsorship-advertising .white-box span.quote, .reasons-to-attend-wrapper .white-box span.quote {
    display: block;
    margin: 20px 0; }
/* line 1300, ../sass/global.scss */
.sponsorship-advertising .details-list, .reasons-to-attend-wrapper .details-list {
  list-style: none; }
  /* line 1303, ../sass/global.scss */
  .sponsorship-advertising .details-list li h5, .reasons-to-attend-wrapper .details-list li h5 {
    font-family: 'SwissBold', Helvetica, Arial;
    color: #333333; }
  /* line 1307, ../sass/global.scss */
  .sponsorship-advertising .details-list li ul, .reasons-to-attend-wrapper .details-list li ul {
    margin-left: 30px;
    list-style: none; }
    /* line 1312, ../sass/global.scss */
    .sponsorship-advertising .details-list li ul.inline-image-list, .reasons-to-attend-wrapper .details-list li ul.inline-image-list {
      margin-left: 0; }
      /* line 1317, ../sass/global.scss */
      .sponsorship-advertising .details-list li ul.inline-image-list li.inline-image, .reasons-to-attend-wrapper .details-list li ul.inline-image-list li.inline-image {
        float: left;
        margin-right: 30px; }
  /* line 1327, ../sass/global.scss */
  .sponsorship-advertising .details-list .highlight, .reasons-to-attend-wrapper .details-list .highlight {
    font-family: 'SwissBold', Helvetica, Arial;
    font-style: oblique;
    color: #856d4a; }
  /* line 1332, ../sass/global.scss */
  .sponsorship-advertising .details-list .fine-print, .reasons-to-attend-wrapper .details-list .fine-print {
    font-size: 12px;
    line-height: 1; }
  /* line 1336, ../sass/global.scss */
  .sponsorship-advertising .details-list.image-grid, .reasons-to-attend-wrapper .details-list.image-grid {
    display: block; }
    /* line 1339, ../sass/global.scss */
    .sponsorship-advertising .details-list.image-grid p.map-link, .reasons-to-attend-wrapper .details-list.image-grid p.map-link {
      line-height: 1.45;
      margin-bottom: 10px; }
    /* line 1346, ../sass/global.scss */
    .sponsorship-advertising .details-list.image-grid .inline-image, .reasons-to-attend-wrapper .details-list.image-grid .inline-image {
      float: left;
      width: 200px;
      margin-right: 40px; }
      /* line 1352, ../sass/global.scss */
      .sponsorship-advertising .details-list.image-grid .inline-image p, .reasons-to-attend-wrapper .details-list.image-grid .inline-image p {
        white-space: nowrap; }
      /* line 1355, ../sass/global.scss */
      .sponsorship-advertising .details-list.image-grid .inline-image.break, .reasons-to-attend-wrapper .details-list.image-grid .inline-image.break {
        margin-right: 0; }
    /* line 1361, ../sass/global.scss */
    .sponsorship-advertising .details-list.image-grid.level-1, .reasons-to-attend-wrapper .details-list.image-grid.level-1 {
      float: left;
      margin-left: 0;
      width: 440px;
      height: 450px; }
    /* line 1369, ../sass/global.scss */
    .sponsorship-advertising .details-list.image-grid.level-2, .reasons-to-attend-wrapper .details-list.image-grid.level-2 {
      float: left;
      width: 240px;
      height: 450px; }
    /* line 1374, ../sass/global.scss */
    .sponsorship-advertising .details-list.image-grid.exhibition-level, .reasons-to-attend-wrapper .details-list.image-grid.exhibition-level {
      width: 100%;
      height: 700px; }
/* line 1382, ../sass/global.scss */
.sponsorship-advertising.sponsorship-advertising-wrapper ul.internal-pages-list, .reasons-to-attend-wrapper.sponsorship-advertising-wrapper ul.internal-pages-list {
  list-style: none; }
  /* line 1384, ../sass/global.scss */
  .sponsorship-advertising.sponsorship-advertising-wrapper ul.internal-pages-list li, .reasons-to-attend-wrapper.sponsorship-advertising-wrapper ul.internal-pages-list li {
    margin-bottom: 40px; }
    /* line 1388, ../sass/global.scss */
    .sponsorship-advertising.sponsorship-advertising-wrapper ul.internal-pages-list li img, .reasons-to-attend-wrapper.sponsorship-advertising-wrapper ul.internal-pages-list li img {
      float: left; }
    /* line 1391, ../sass/global.scss */
    .sponsorship-advertising.sponsorship-advertising-wrapper ul.internal-pages-list li h3, .sponsorship-advertising.sponsorship-advertising-wrapper ul.internal-pages-list li p, .reasons-to-attend-wrapper.sponsorship-advertising-wrapper ul.internal-pages-list li h3, .reasons-to-attend-wrapper.sponsorship-advertising-wrapper ul.internal-pages-list li p {
      padding-left: 230px;
      padding-right: 0; }
    /* line 1397, ../sass/global.scss */
    .sponsorship-advertising.sponsorship-advertising-wrapper ul.internal-pages-list li p, .reasons-to-attend-wrapper.sponsorship-advertising-wrapper ul.internal-pages-list li p {
      margin: 0; }

/* $forsubmitters */
/* line 1410, ../sass/global.scss */
.grid-3.region-sidebar-first .block-menu-block-2 .menu-level-1 > .menu > li > .menu {
  margin: 0; }
  /* line 1412, ../sass/global.scss */
  .grid-3.region-sidebar-first .block-menu-block-2 .menu-level-1 > .menu > li > .menu > li > a {
    font-size: 16px; }
/* line 1416, ../sass/global.scss */
.grid-3.region-sidebar-first .block-menu-block-2 .menu-level-1 > .menu > li.first {
  display: none; }
/* line 1420, ../sass/global.scss */
.grid-3.region-sidebar-first .block-menu-block-2 .menu-level-1 > .menu > li.nolink > span {
  display: none; }

/* $forattendees */
/* line 1432, ../sass/global.scss */
.grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level > li {
  margin: 20px 0 0; }
  /* line 1436, ../sass/global.scss */
  .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level > li:hover ul.menu.second-level {
    display: block; }
  /* line 1440, ../sass/global.scss */
  .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level > li:hover span.for-attendees-category i.icon-caret-right {
    visibility: hidden; }
  /* line 1446, ../sass/global.scss */
  .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level > li span.for-attendees-category {
    width: 100%;
    color: white;
    cursor: pointer; }
    /* line 1450, ../sass/global.scss */
    .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level > li span.for-attendees-category i.icon-caret-right {
      margin: 0 0 0 5px; }
/* line 1455, ../sass/global.scss */
.grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level ul.menu.second-level {
  display: none;
  position: absolute;
  background: #57544f;
  padding: 20px;
  z-index: 1;
  margin-top: -35px; }
  /* line 1464, ../sass/global.scss */
  .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level ul.menu.second-level:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 16px;
    border-top: 10px solid transparent;
    border-right: 10px solid #57544f;
    border-bottom: 10px solid transparent; }
  /* line 1474, ../sass/global.scss */
  .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level ul.menu.second-level li {
    font-family: 'SwissLight', Helvetica, Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: white;
    line-height: 20px;
    margin: 0;
    white-space: nowrap; }
    /* line 1479, ../sass/global.scss */
    .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level ul.menu.second-level li a.active {
      color: #c3b3a0; }
  /* line 1484, ../sass/global.scss */
  .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level ul.menu.second-level.programs-events-flyout {
    margin-left: 152px;
    width: 400px;
    padding: 20px 0; }
  /* line 1490, ../sass/global.scss */
  .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level ul.menu.second-level.information-planning-flyout {
    margin-left: 177px; }
    /* line 1492, ../sass/global.scss */
    .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level ul.menu.second-level.information-planning-flyout > li {
      padding: 0 5px; }
  /* line 1497, ../sass/global.scss */
  .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level ul.menu.second-level ul.menu.third-level {
    width: 200px;
    float: left;
    padding: 0 20px; }
    /* line 1501, ../sass/global.scss */
    .grid-3.region-sidebar-first #block-s2014-custom-s2014-for-attendees-side-nav ul.menu.first-level ul.menu.second-level ul.menu.third-level > li {
      margin: 0;
      padding: 0 5px; }

/* For Attendees Main Content */
/* line 1541, ../sass/global.scss */
.page-node-2 .grid-9.region-content .field-name-body hr {
  margin: 25px 0 30px -250px; }
/* line 1544, ../sass/global.scss */
.page-node-2 .grid-9.region-content .field-name-body .show-event-container {
  color: #57544f; }
/* line 1547, ../sass/global.scss */
.page-node-2 .grid-9.region-content .field-name-body .sidebar-image {
  position: absolute;
  margin-top: -22px;
  margin-left: -230px; }
  /* line 1551, ../sass/global.scss */
  .page-node-2 .grid-9.region-content .field-name-body .sidebar-image.call-for-submissions {
    margin-top: 30px; }
/* line 1555, ../sass/global.scss */
.page-node-2 .grid-9.region-content .field-name-body .program-events-landing-background {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19685f59,endColorstr=#19685f59);
  zoom: 1;
  background: rgba(104, 95, 89, 0.1);
  margin-left: -250px;
  padding-left: 250px;
  padding-top: 25px; }
  /* line 1563, ../sass/global.scss */
  .page-node-2 .grid-9.region-content .field-name-body .program-events-landing-background article {
    height: 170px; }
    /* line 1564, ../sass/global.scss */
    .page-node-2 .grid-9.region-content .field-name-body .program-events-landing-background article h4 {
      font-size: 16px;
      line-height: 1.5em; }
  /* line 1570, ../sass/global.scss */
  .page-node-2 .grid-9.region-content .field-name-body .program-events-landing-background .sidebar-image {
    margin-top: -45px; }

/* line 1577, ../sass/global.scss */
.show-event-toggle {
  cursor: pointer; }
  /* line 1579, ../sass/global.scss */
  .show-event-toggle span {
    display: inline-block;
    padding-right: 5px; }
  /* line 1583, ../sass/global.scss */
  .show-event-toggle.active {
    color: #57544f; }

/* Sessions and Events listings */
/* line 1589, ../sass/global.scss */
.sessions-events {
  margin-top: 20px;
  border-top: 1px solid #9d9086;
  padding-top: 40px; }
  /* line 1599, ../sass/global.scss */
  .sessions-events .views-row {
    margin-bottom: 40px; }
  /* line 1604, ../sass/global.scss */
  .sessions-events .category-wrapper {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
    color: #57544f; }
  /* line 1612, ../sass/global.scss */
  .sessions-events .body-wrapper, .sessions-events .affiliation-wrapper {
    font-size: 14px;
    color: #333333; }
    /* line 1615, ../sass/global.scss */
    .sessions-events .body-wrapper p, .sessions-events .affiliation-wrapper p {
      font-size: 14px;
      margin-bottom: 15px; }
  /* line 1622, ../sass/global.scss */
  .sessions-events .event-image {
    float: left;
    margin-right: 30px; }
  /* line 1628, ../sass/global.scss */
  .sessions-events .event-text {
    margin-left: 230px; }
  /* line 1633, ../sass/global.scss */
  .sessions-events span {
    font-size: 14px;
    line-height: 1.5; }
    /* line 1636, ../sass/global.scss */
    .sessions-events span.date-location {
      display: block;
      margin-bottom: 15px; }
      /* line 1641, ../sass/global.scss */
      .sessions-events span.date-location .session-date {
        text-transform: uppercase; }
    /* line 1645, ../sass/global.scss */
    .sessions-events span.organizer {
      display: block; }
      /* line 1647, ../sass/global.scss */
      .sessions-events span.organizer p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.5; }
    /* line 1655, ../sass/global.scss */
    .sessions-events span.session-chair {
      color: #333333; }

/* line 1663, ../sass/global.scss */
.session-info, .event-info {
  margin-top: 0;
  border-top: none;
  padding-top: 0; }
  /* line 1673, ../sass/global.scss */
  .session-info h2, .event-info h2 {
    color: #57544f; }

/* line 1678, ../sass/global.scss */
.event-info div {
  margin-bottom: 30px;
  font-size: 14px;
  color: #333333; }
  /* line 1684, ../sass/global.scss */
  .event-info div p {
    font-size: 14px;
    margin-bottom: 15px; }
/* line 1691, ../sass/global.scss */
.event-info .emerging-technology-title {
  margin-bottom: 20px; }
/* line 1696, ../sass/global.scss */
.event-info .event-image {
  margin-top: 5px;
  margin-bottom: 15px; }

/* $deadlines */
/* line 1705, ../sass/global.scss */
.block-views-deadlines-block, .block-deadlines-block-1 {
  width: 212px;
  float: right;
  padding: 15px;
  margin: 0 -10px 10px 30px;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Dffffff,endColorstr=#4Dffffff);
  zoom: 1;
  background: rgba(255, 255, 255, 0.3); }
  /* line 1714, ../sass/global.scss */
  .block-views-deadlines-block #twitter, .block-deadlines-block-1 #twitter {
    float: left; }
  /* line 1717, ../sass/global.scss */
  .block-views-deadlines-block h2, .block-deadlines-block-1 h2 {
    margin: 10px 0;
    border-top: solid 1px #9d9086;
    padding: 10px 0 0;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-family: 'SwissBold', Helvetica, Arial;
    color: #57544f; }
  /* line 1723, ../sass/global.scss */
  .block-views-deadlines-block p, .block-views-deadlines-block li, .block-views-deadlines-block span, .block-deadlines-block-1 p, .block-deadlines-block-1 li, .block-deadlines-block-1 span {
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    font-family: 'SwissBold', Helvetica, Arial;
    color: black; }
  /* line 1726, ../sass/global.scss */
  .block-views-deadlines-block a, .block-deadlines-block-1 a {
    color: white; }
  /* line 1729, ../sass/global.scss */
  .block-views-deadlines-block .convert, .block-deadlines-block-1 .convert {
    margin-top: 10px;
    font-size: 12px; }

/* $important-dates */
/* line 1736, ../sass/global.scss */
.important-dates-sidebar {
  margin-top: 240px; }

/* line 1739, ../sass/global.scss */
.not-front .zone-content table.important-dates {
  margin-bottom: 30px;
  border-bottom: 1px solid #9d9086;
  width: 100%; }
  /* line 1743, ../sass/global.scss */
  .not-front .zone-content table.important-dates td, .not-front .zone-content table.important-dates th {
    padding: 10px; }
  /* line 1747, ../sass/global.scss */
  .not-front .zone-content table.important-dates td.rule {
    padding: 10px 0; }
  /* line 1751, ../sass/global.scss */
  .not-front .zone-content table.important-dates td.date-title {
    width: 250px; }
  /* line 1754, ../sass/global.scss */
  .not-front .zone-content table.important-dates td.date-table-container {
    padding: 10px 0; }
    /* line 1756, ../sass/global.scss */
    .not-front .zone-content table.important-dates td.date-table-container td {
      padding: 0 10px; }
      /* line 1758, ../sass/global.scss */
      .not-front .zone-content table.important-dates td.date-table-container td.date {
        width: 150px; }
  /* line 1763, ../sass/global.scss */
  .not-front .zone-content table.important-dates td .title-list {
    margin: 0 0 0 40px;
    list-style: none; }

/* line 1769, ../sass/global.scss */
p.deadline-timezone {
  margin-left: 10px;
  width: 190px;
  float: left; }
  /* line 1773, ../sass/global.scss */
  p.deadline-timezone span {
    font-size: 22px; }

/* line 1777, ../sass/global.scss */
p.timezone-converter {
  margin-left: 60px;
  width: 400px;
  float: left; }
  /* line 1781, ../sass/global.scss */
  p.timezone-converter:before {
    font-family: 'FontAwesome';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    content: "\f017";
    float: left;
    margin: 10px 12px 0 0; }

/* $quicktabs */
/* line 1791, ../sass/global.scss */
.block-quicktabs-tabs .quicktabs-tabs {
  margin: 0; }
  /* line 1793, ../sass/global.scss */
  .block-quicktabs-tabs .quicktabs-tabs li {
    padding: 0;
    margin: 0; }
    /* line 1796, ../sass/global.scss */
    .block-quicktabs-tabs .quicktabs-tabs li a {
      padding: 10px 15px;
      display: inline-block; }
      /* line 1799, ../sass/global.scss */
      .block-quicktabs-tabs .quicktabs-tabs li a:hover {
        text-decoration: none;
        background: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Dffffff,endColorstr=#4Dffffff);
        zoom: 1;
        background: rgba(255, 255, 255, 0.3); }
  /* line 1808, ../sass/global.scss */
  .block-quicktabs-tabs .quicktabs-tabs .active a {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19685f59,endColorstr=#19685f59);
    zoom: 1;
    background: rgba(104, 95, 89, 0.1); }
/* line 1815, ../sass/global.scss */
.block-quicktabs-tabs .quicktabs_main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19685f59,endColorstr=#19685f59);
  zoom: 1;
  background: rgba(104, 95, 89, 0.1);
  padding: 20px; }
  /* line 1821, ../sass/global.scss */
  .block-quicktabs-tabs .quicktabs_main .accordion {
    margin-bottom: 25px; }
    /* line 1823, ../sass/global.scss */
    .block-quicktabs-tabs .quicktabs_main .accordion .ui-accordion-header {
      background: #57544f;
      border: none;
      cursor: pointer;
      color: #ffffff;
      font-family: 'SwissRom', Helvetica, Arial;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      color: white;
      margin-bottom: 1px;
      padding: 3px 5px 2px 5px; }
      /* line 1831, ../sass/global.scss */
      .block-quicktabs-tabs .quicktabs_main .accordion .ui-accordion-header span {
        display: block;
        position: relative;
        float: left;
        width: 20px;
        height: auto;
        line-height: normal;
        font-family: 'FontAwesome';
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        color: #57544f; }
        /* line 1843, ../sass/global.scss */
        .block-quicktabs-tabs .quicktabs_main .accordion .ui-accordion-header span:after {
          content: "\f0fe";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 18px;
          height: 18px;
          background: #57544f;
          font-size: 15px;
          line-height: 18px;
          color: white; }
      /* line 1859, ../sass/global.scss */
      .block-quicktabs-tabs .quicktabs_main .accordion .ui-accordion-header.ui-state-active span:after {
        content: "\f146"; }
      /* line 1864, ../sass/global.scss */
      .block-quicktabs-tabs .quicktabs_main .accordion .ui-accordion-header.ui-corner-all {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; }
      /* line 1869, ../sass/global.scss */
      .block-quicktabs-tabs .quicktabs_main .accordion .ui-accordion-header.ui-corner-top {
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0; }
      /* line 1877, ../sass/global.scss */
      .block-quicktabs-tabs .quicktabs_main .accordion .ui-accordion-header.ui-corner-bottom {
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0; }
    /* line 1886, ../sass/global.scss */
    .block-quicktabs-tabs .quicktabs_main .accordion .accordion-panel {
      background: #cac0b4;
      background: rgba(255, 255, 255, 0.2);
      padding: 20px;
      border: none; }
      /* line 1891, ../sass/global.scss */
      .block-quicktabs-tabs .quicktabs_main .accordion .accordion-panel.ui-corner-bottom {
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0; }
/* line 1902, ../sass/global.scss */
.block-quicktabs-tabs .new-for-2014 {
  color: #aa2b00; }
  /* line 1904, ../sass/global.scss */
  .block-quicktabs-tabs .new-for-2014 .bold {
    font-weight: bold; }

/* $SIGGRAPHITTI */
/* line 1914, ../sass/global.scss */
.node-type-siggraphitti .region-content .field-name-body img {
  margin: 0 20px 0 0 !important; }
/* line 1917, ../sass/global.scss */
.node-type-siggraphitti .region-content .field-name-body hr {
  margin-bottom: 30px; }
/* line 1922, ../sass/global.scss */
.node-type-siggraphitti .region-content .field-name-body ol {
  list-style: decimal;
  margin: 0 0 10px 20px; }
/* line 1926, ../sass/global.scss */
.node-type-siggraphitti .region-content .field-name-body li {
  margin-bottom: 10px; }

/* $Schedule at a Glance */
/* line 1940, ../sass/global.scss */
article#node-page-1945 table tr td:first-child {
  padding-left: 0 !important; }

/* line 1950, ../sass/global.scss */
.registration-categories-block {
  float: right;
  margin: 10px -10px 20px 20px;
  padding: 15px;
  width: 240px;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Dffffff,endColorstr=#4Dffffff);
  zoom: 1;
  background: rgba(255, 255, 255, 0.3); }
  /* line 1959, ../sass/global.scss */
  .registration-categories-block h3 {
    margin-top: 20px;
    border-top: 1px solid #9d9086;
    padding-top: 10px; }
  /* line 1970, ../sass/global.scss */
  .registration-categories-block #facebook, .registration-categories-block #twitter {
    height: 20px;
    float: left;
    margin-right: 10px; }
  /* line 1977, ../sass/global.scss */
  .registration-categories-block #twitter {
    margin-top: 3px; }
  /* line 1982, ../sass/global.scss */
  .registration-categories-block table {
    width: 100% !important; }
    /* line 1984, ../sass/global.scss */
    .registration-categories-block table ~ table {
      margin-bottom: 20px;
      font-size: 10px;
      line-height: 1.25; }
  /* line 1992, ../sass/global.scss */
  .registration-categories-block td {
    padding-left: 0 !important; }
    /* line 1996, ../sass/global.scss */
    .registration-categories-block td + td {
      text-align: right; }

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
/* $footerwrapper */
/* line 2008, ../sass/global.scss */
.zone-footer-wrapper {
  margin: 0;
  min-height: 220px;
  padding-top: 30px;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c5a534d,endColorstr=#4c5a534d);
  zoom: 1;
  background: rgba(90, 83, 77, 0.35); }
  /* line 2016, ../sass/global.scss */
  .zone-footer-wrapper .block-title {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-family: 'SwissBold', Helvetica, Arial;
    color: white;
    margin: 7px 0 10px; }
  /* line 2020, ../sass/global.scss */
  .zone-footer-wrapper .block-menu-footer-menu, .zone-footer-wrapper .block-8, .zone-footer-wrapper .block-15, .zone-footer-wrapper .mailing-list-footer {
    float: left; }
  /* line 2023, ../sass/global.scss */
  .zone-footer-wrapper .block-4 {
    float: right;
    margin-right: 20px; }
  /* line 2027, ../sass/global.scss */
  .zone-footer-wrapper .block-menu-footer-menu {
    width: 200px;
    margin: 0 20px 0 10px; }
  /* line 2032, ../sass/global.scss */
  .zone-footer-wrapper .block-15, .zone-footer-wrapper .mailing-list-footer {
    margin: 0 40px 0 20px; }
    /* line 2034, ../sass/global.scss */
    .zone-footer-wrapper .block-15 i, .zone-footer-wrapper .mailing-list-footer i {
      font-size: 36px;
      line-height: 34px; }
    /* line 2038, ../sass/global.scss */
    .zone-footer-wrapper .block-15 a:hover, .zone-footer-wrapper .mailing-list-footer a:hover {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none; }
  /* line 2043, ../sass/global.scss */
  .zone-footer-wrapper .mailing-list-footer {
    margin-left: 0; }

/* $footerlinks */
/* line 2053, ../sass/global.scss */
.block-menu-menu-footer-menu .menu li {
  margin-left: 0;
  list-style: none; }
/* line 2057, ../sass/global.scss */
.block-menu-menu-footer-menu .menu a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: 'SwissBold', Helvetica, Arial;
  color: white; }

/* $followus */
/* line 44, ../sass/_mixins.scss */
.block-menu-block-8 .menu li {
  list-style: none;
  float: left;
  margin: 0 0 0 5px;
  padding: 0; }
/* line 50, ../sass/_mixins.scss */
.block-menu-block-8 .menu a {
  font-size: 0;
  text-shadow: none;
  color: transparent;
  display: block; }
  /* line 55, ../sass/_mixins.scss */
  .block-menu-block-8 .menu a:hover:before {
    text-decoration: none;
    color: rgba(87, 84, 79, 0.7); }
  /* line 59, ../sass/_mixins.scss */
  .block-menu-block-8 .menu a:before {
    font-size: 26px;
    color: #57544f;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
/* line 2066, ../sass/global.scss */
.block-menu-block-8 .menu li.first {
  margin: 0; }

/* line 2071, ../sass/global.scss */
.block-menu-block-8 .menu a:before {
  font-size: 36px; }

/* line 2075, ../sass/global.scss */
.region-footer-third {
  height: 10px; }

/* line 2079, ../sass/global.scss */
.amc {
  display: block;
  margin-top: 32px;
  background: url("../img/sprite.png") no-repeat -2px -1px;
  width: 229px;
  height: 34px;
  text-indent: -9999px; }

/* Paralax */
/* line 2089, ../sass/global.scss */
.lax {
  position: fixed;
  z-index: -5; }

/* line 2094, ../sass/global.scss */
.brown-left, .white-left {
  left: 0; }

/* line 2097, ../sass/global.scss */
.brown-right, .white-right {
  right: 0; }

/* hide google conversion iframe */
/* line 2102, ../sass/global.scss */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }
