/* line 17, ../sass/main.scss */
body {
  background: url(/images/tweed_green5.png) repeat;
  color: #111;
  font: normal 15px "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  /* line 17, ../sass/main.scss */
  body {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 17, ../sass/main.scss */
  body {
    font-size: .85em;
  }
}
@media screen and (max-width: 480px) {
  /* line 17, ../sass/main.scss */
  body {
    font-size: .7em;
  }
}

/* line 29, ../sass/main.scss */
#navbar {
  margin: 0;
}
/* line 31, ../sass/main.scss */
#navbar .btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 31, ../sass/main.scss */
  #navbar .btn {
    margin-top: 10px;
  }
}
/* line 32, ../sass/main.scss */
#navbar .container {
  line-height: 45px;
}
/* line 33, ../sass/main.scss */
#navbar .navbar-inner {
  background: #20262d;
}
/* line 34, ../sass/main.scss */
#navbar a {
  color: #bbbbcc;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  /* line 36, ../sass/main.scss */
  #navbar a.brand {
    float: left;
    margin-left: 15px;
    padding: 0 10px;
  }
}
/* line 40, ../sass/main.scss */
#navbar .nav > .active > a {
  color: #fff;
  background: #000;
}
/* line 41, ../sass/main.scss */
#navbar #scala_logo_nav {
  display: block;
  float: left;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  /* line 41, ../sass/main.scss */
  #navbar #scala_logo_nav {
    height: 50px;
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    margin-right: 5px;
  }
}

/* line 48, ../sass/main.scss */
#subnavbar {
  margin-top: 40px;
}

/* line 50, ../sass/main.scss */
header {
  padding: 100px 0 60px 0;
  background: url(/images/sjblue2.jpg) no-repeat top left;
  background-size: cover;
  text-align: center;
  color: white;
}
/* line 57, ../sass/main.scss */
header h1 {
  font: bold 4em/1.5em "Open Sans", sans-serif;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0, rgba(0, 0, 0, 0.2) 2px 2px 0, rgba(0, 0, 0, 0.2) 3px 3px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  /* line 57, ../sass/main.scss */
  header h1 {
    font-size: 3em;
  }
}
/* line 63, ../sass/main.scss */
header p {
  font-size: 1.4em;
}

/* line 68, ../sass/main.scss */
h2 {
  margin: 50px 0 20px 0;
  font-size: 2em;
}

/* line 75, ../sass/main.scss */
#subheader {
  margin-top: -2px;
  height: 30px;
  background: #2b333c;
}

/* line 85, ../sass/main.scss */
.scheduleTime > div {
  background: #689;
  margin-top: 10px;
  text-align: right;
  padding: 0 10px 10px 0;
}
/* line 91, ../sass/main.scss */
.scheduleTime > div h3 {
  color: white;
  margin: 0;
  font-size: 1.5em;
  font-weight: 700;
}
/* line 92, ../sass/main.scss */
.scheduleTime > div span {
  font-weight: bold;
  font-size: 1.25em;
}

/* line 97, ../sass/main.scss */
.scheduleContents table {
  background-color: #eee;
}
/* line 99, ../sass/main.scss */
.scheduleContents th {
  text-align: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f3), color-stop(100%, #d3d3d3));
  background: -webkit-linear-gradient(#f0f0f3, #d3d3d3);
  background: -moz-linear-gradient(#f0f0f3, #d3d3d3);
  background: -o-linear-gradient(#f0f0f3, #d3d3d3);
  background: linear-gradient(#f0f0f3, #d3d3d3);
}
/* line 105, ../sass/main.scss */
.scheduleContents table, .scheduleContents th, .scheduleContents td {
  border-width: 0;
  background-color: #f3f6f3;
}
/* line 107, ../sass/main.scss */
.scheduleContents td {
  height: 10em;
  width: 140px;
}
/* line 109, ../sass/main.scss */
.scheduleContents td a.SessionSummary {
  display: block;
  line-height: 1.5em;
  font-weight: bold;
  color: #46b;
  margin-bottom: 5px;
}
/* line 114, ../sass/main.scss */
.scheduleContents td a.SpeakerBio {
  color: black;
  text-decoration: none;
}
/* line 118, ../sass/main.scss */
.scheduleContents td a.SpeakerBio:hover {
  text-decoration: underline;
}
/* line 121, ../sass/main.scss */
.scheduleContents td a.tweet {
  display: inline;
  line-height: 20px;
}

/* line 128, ../sass/main.scss */
.tooltip-inner {
  font-size: 1.1em;
  padding: 20px 40px;
  background: #456;
  text-align: left;
  max-width: 350px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  /* line 128, ../sass/main.scss */
  .tooltip-inner {
    font-size: 1em;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 128, ../sass/main.scss */
  .tooltip-inner {
    font-size: .9em;
    padding: 2px 5px;
  }
}
@media screen and (max-width: 320px) {
  /* line 128, ../sass/main.scss */
  .tooltip-inner {
    font-size: .8em;
    max-width: 300px;
  }
}

/* line 140, ../sass/main.scss */
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 145, ../sass/main.scss */
#map_canvas {
  display: block;
  height: 400px;
}
@media screen and (max-width: 768px) {
  /* line 145, ../sass/main.scss */
  #map_canvas {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  /* line 145, ../sass/main.scss */
  #map_canvas {
    height: 150px;
  }
}

/* line 153, ../sass/main.scss */
.directionsToEvent {
  height: 300px;
}

/* line 158, ../sass/main.scss */
.sponsors td.logos {
  text-align: center;
  padding: 20px 30%;
}
/* line 159, ../sass/main.scss */
.sponsors img {
  padding-bottom: 25%;
}

/* line 162, ../sass/main.scss */
.footer {
  padding: 80px 10% 100px 10%;
  background: #20262d;
  text-align: center;
  font-size: 1.2em;
}
/* line 168, ../sass/main.scss */
.footer .contactInfo {
  font-weight: 600;
  color: white;
  margin-bottom: 40px;
}
/* line 169, ../sass/main.scss */
.footer .siteInfo {
  font-weight: normal;
  color: #bbbbcc;
  margin-bottom: 30px;
}
/* line 170, ../sass/main.scss */
.footer .siteCredits {
  font-weight: normal;
  color: #668;
  font-size: .8em;
}
