/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear-fix {
  *zoom: 1;
}
.clear-fix:before,
.clear-fix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear-fix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .container {
    width: 728px;
  }
}
@media screen and (min-width: 1008px) {
  .container {
    width: 960px;
  }
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
/* flag http://csswizardry.com/2013/05/the-flag-object/ */
.flag {
  display: table;
  width: 100%;
}
.flag--image,
.flag--body {
  display: table-cell;
  vertical-align: middle;
}
.flag--top .flag--image,
.flag--top .flag--body {
  vertical-align: top;
}
.flag--bottom .flag--image,
.flag--bottom .flag--body {
  vertical-align: bottom;
}
.flag--image {
  padding-right: 40px;
}
.flag--image > img {
  display: block;
  max-width: none;
}
.flag--rev .flag--image {
  padding-right: 0;
  padding-left: 40px;
}
.flag--body {
  width: 100%;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .row {
    overflow: hidden;
  }
}
[class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  [class*="span"] {
    float: left;
    padding-left: 20px;
  }
  .row-flipped [class*="span"] {
    float: right;
  }
  .span1 {
    width: 8.33333333%;
  }
  .span2 {
    width: 16.66666667%;
  }
  .span3 {
    width: 25%;
  }
  .span4 {
    width: 33.33333333%;
  }
  .span5 {
    width: 41.66666667%;
  }
  .span6 {
    width: 50%;
  }
  .span7 {
    width: 58.33333333%;
  }
  .span8 {
    width: 66.66666667%;
  }
  .span9 {
    width: 75%;
  }
  .span10 {
    width: 83.33333333%;
  }
  .span11 {
    width: 91.66666667%;
  }
  .span12 {
    width: 100%;
  }
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  line-height: 20px;
  color: #676b6a;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14.4px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 10px;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  line-height: 1.1em;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  line-height: 20px;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
.h1-2x {
  font-size: 52px;
  line-height: 1.1em;
}
.h2-2x {
  font-size: 48px;
  line-height: 1.1em;
}
.h3-2x {
  font-size: 40px;
  line-height: 1.1em;
}
.h4-2x {
  font-size: 36px;
  line-height: 36px;
}
.h5-2x {
  font-size: 32px;
  line-height: 32px;
}
.h6-2x {
  font-size: 28px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .h1-2x {
    font-size: 30px;
  }
  .h2-2x {
    font-size: 24px;
  }
  .h3-2x {
    font-size: 20px;
  }
  .h4-2x {
    font-size: 18px;
  }
  .h5-2x {
    font-size: 16px;
  }
  .h6-2x {
    font-size: 14px;
  }
}
.text-lead {
  margin-bottom: 50px;
}
.text-centered {
  text-align: center;
}
.text-soft {
  color: #6B6B6B;
}
.text-dark {
  color: #555555;
}
.text-darker {
  color: #3c3c3c;
}
.text-inverse {
  color: #fff;
}
.text-medium {
  font-weight: 400;
}
.text-heavy {
  font-weight: 700;
}
.text-lite {
  font-weight: 200;
}
.text-standout {
  color: #333333;
}
.text-small {
  font-size: 87.5%;
  line-height: 1.2;
}
.text-mini {
  color: #6B6B6B;
  border-bottom: 1px solid #cdcdcd;
  font-size: 12px;
  line-height: 1.2;
}
.text-mini-alt {
  color: #6B6B6B;
  border-bottom: 1px solid #cdcdcd;
  font-size: 12px;
  line-height: 1.2;
  margin-left: 10px;
  text-indent: 12px;
}
.muted {
  color: #999999;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
body {
  font-weight: 300;
  zoom: 1;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 60px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
}
main > div {
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main > div {
    padding: 100px 0;
  }
}
main > div h2 {
  margin-bottom: 40px;
}
header {
  position: fixed;
  top: 0;
  background-color: #3399cc;
  z-index: 999;
}
header h1 a {
  font-family: "jaf-bernino-sans-condensed", sans-serif !important;
}
@media screen and (max-width: 767px) {
  header {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header {
    width: 100%;
    left: 0;
    bottom: auto;
  }
  header h1 {
    float: left;
  }
}
header a {
  color: #FFF;
  text-decoration: none;
}
header h1 {
  margin: 0;
  margin-right: 20px;
  line-height: 40px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 40px;
}
nav ul li {
  border: 1px solid #FFF;
  border-width: 1px 0 0;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  margin-bottom: 20px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  nav ul {
    float: right;
  }
  nav ul li {
    border: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 10px;
  }
}
#main {
  background-color: #FFF;
}
a {
  text-decoration: none;
  color: #005ccd;
}
a:hover {
  text-decoration: underline;
  color: #333333;
}
.section-banner {
  background-color: #000;
  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../img/banners/ford.jpg);
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-banner {
    background-image: url(../img/banners/ford-large.jpg);
  }
}
@media screen and (min-width: 768px) {
  .section-banner {
    background-image: url(../img/banners/ford-medium.jpg);
  }
}
@media screen and (min-width: 1008px) {
  .section-banner {
    background-image: url(../img/banners/ford-large.jpg);
  }
}
@media screen and (min-width: 1248px) {
  .section-banner {
    background-image: url(../img/banners/ford-xlarge.jpg);
  }
}
.section-banner .container {
  padding-top: 0;
  padding-bottom: 0;
}
.section-banner .month {
  /*display: block;*/
}
@media screen and (max-width: 767px) {
  .section-banner .month {
    display: inline;
  }
}
.section-banner .logo {
  height: 300px;
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 75px auto 20px;
}
@media screen and (max-width: 767px) {
  .section-banner .logo {
    height: 75px;
    width: 75px;
    margin: 20px auto;
  }
}
.section-banner .h1,
.section-banner .h2,
.section-banner .h3,
.section-banner .h4 {
  line-height: 1em;
}
.section-banner .location {
  padding: 100px 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
.section-banner .location hr {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .section-banner .location {
    margin: 20px -20px 0;
    padding: 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%);
    /* W3C */
  }
}
@media screen and (min-width: 768px) {
  .section-banner .container {
    width: 100%;
    padding-left: 0;
  }
  .section-banner .location {
    padding: 25px 20px 7px 30px;
    margin-top: 320px;
    width: 97.5%;
  }
}
.section-banner img {
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  .section-banner img {
    margin-top: 60px;
  }
}
.section-venue .venue-info {
  padding-top: 150px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .section-venue .venue-info {
    padding-top: 0;
  }
}
.section-parallax-img {
  background-size: 120%;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  height: 600px;
}
@media screen and (min-width: 768px) {
  .section-parallax-img {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1008px) {
  .section-parallax-img {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-parallax-img {
    height: 250px;
  }
}
.img-venue {
  background-image: url(../img/banners/gfv.jpg);
}
@media screen and (max-width: 767px) {
  .img-venue {
    background-image: url(../img/banners/gfv-small.jpg);
  }
}
@media screen and (min-width: 768px) {
  .img-venue {
    background-image: url(../img/banners/gfv-medium.jpg);
  }
}
@media screen and (min-width: 1008px) {
  .img-venue {
    background-image: url(../img/banners/gfv-large.jpg);
  }
}
@media screen and (min-width: 1248px) {
  .img-venue {
    background-image: url(../img/banners/gfv-xlarge.jpg);
  }
}
.img-kc-skyline-day {
  background-image: url(../img/banners/lamys.jpg);
}
@media screen and (max-width: 767px) {
  .img-kc-skyline-day {
    background-image: url(../img/banners/lamys-small.jpg);
  }
}
@media screen and (min-width: 768px) {
  .img-kc-skyline-day {
    background-image: url(../img/banners/lamys-medium.jpg);
  }
}
@media screen and (min-width: 1008px) {
  .img-kc-skyline-day {
    background-image: url(../img/banners/lamys-large.jpg);
  }
}
@media screen and (min-width: 1248px) {
  .img-kc-skyline-day {
    background-image: url(../img/banners/lamys-xlarge.jpg);
  }
}
.img-dt-tigers {
  background-image: url(../img/banners/tiger.jpg);
}
@media screen and (max-width: 767px) {
  .img-dt-tigers {
    background-image: url(../img/banners/tiger-small.jpg);
  }
}
@media screen and (min-width: 768px) {
  .img-dt-tigers {
    background-image: url(../img/banners/tiger-medium.jpg);
  }
}
@media screen and (min-width: 1008px) {
  .img-dt-tigers {
    background-image: url(../img/banners/tiger-large.jpg);
  }
}
@media screen and (min-width: 1248px) {
  .img-dt-tigers {
    background-image: url(../img/banners/tiger-xlarge.jpg);
  }
}
.img-adoba-day {
  background-image: url(../img/banners/adoba.jpg);
}
@media screen and (max-width: 767px) {
  .img-adoba-day {
    background-image: url(../img/banners/adoba-small.jpg);
  }
}
@media screen and (min-width: 768px) {
  .img-adoba-day {
    background-image: url(../img/banners/adoba-medium.jpg);
  }
}
@media screen and (min-width: 1008px) {
  .img-adoba-day {
    background-image: url(../img/banners/adoba-large.jpg);
  }
}
@media screen and (min-width: 1248px) {
  .img-adoba-day {
    background-image: url(../img/banners/adoba-xlarge.jpg);
  }
}
header a:hover,
header a.active {
  color: #000000;
  text-decoration: none;
}
header a:hover svg path,
header a.active svg path {
  fill: #000000;
}
header a .logo {
  width: 30px;
  height: 30px;
  position: relative;
  top: 5px;
}
table {
  margin: auto;
  margin-bottom: 50px;
  width: 100%;
}
th,
td {
  text-align: left;
  border-bottom: 2px solid black;
  padding-bottom: 7px;
  padding-top: 5px;
}
.padded-heading {
  padding-bottom: 20px;
}
.sponsorship-heading {
  font-size: larger;
}
.sponsorship-item {
  width: 80%;
  padding-right: 50px;
}
.sponsorship-item-name {
  padding-bottom: 10px;
  font-weight: bold;
}
.sponsorship-item-desc {
  color: #555555;
}
#venue .map {
  position: relative;
  height: 450px;
  overflow: hidden;
}
#venue .map iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.section-sponsors .sponsor {
  border-bottom: 1px solid #ddd;
}
.section-sponsors .sponsor .dst-logo {
  width: 300px;
  height: auto;
}
.section-sponsors .sponsor .vml-logo {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section-sponsors .sponsor img {
    width: 85%;
    height: auto;
  }
  .section-sponsors .sponsor img.silver {
    width: 40%;
    height: auto;
  }
  .section-sponsors .sponsor .dst-logo {
    width: 60%;
  }
  .section-sponsors .sponsor .vml-logo {
    width: 20%;
  }
}
.section-sponsors .diamond {
  height: 150px;
}
.section-sponsors .platinum {
  height: 120px;
}
.section-sponsors .gold {
  height: 100px;
}
.section-sponsors .silver {
  height: 80px;
}
.section-sponsors img {
  vertical-align: middle;
  padding: 30px;
  width: 200px;
}
.section-schedule .schedule-slot {
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .section-schedule .schedule-slot {
    padding: 5px 15px;
  }
}
.section-schedule .schedule-slot-muted {
  background-color: #e9e9e9;
}
@media not screen and (max-width: 767px) {
  .section-schedule .schedule-track1 {
    border-right: 1px solid #ddd;
  }
}
@media not screen and (max-width: 767px) {
  .section-schedule .schedule-track2 {
    border-left: 1px solid #ddd;
  }
}
.section-schedule .schedule-time {
  margin-top: 10px;
  display: inherit;
  text-align: left;
}
.section-schedule .schedule-name {
  margin-top: 5px;
  text-align: left;
  height: 30px;
}
.section-schedule .schedule-day .schedule-date {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.section-schedule .speaker {
  width: 420px;
  height: 100px;
}
.speaker {
  text-align: left;
  margin: 15px 0;
}
.speaker .speaker-name {
  font-weight: bold;
}
.speaker .speaker-bio {
  position: relative;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .speaker .speaker-bio {
    width: 160px;
    overflow: auto;
  }
}
.speaker img {
  float: left;
  margin-right: 10px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid;
  box-shadow: -2px 2px 6px #888888;
}
.sessions {
  list-style: none;
  line-height: 25px;
  padding: 0 10px;
}
.sessions .session {
  clear: both;
  border-bottom: 1px dashed #ccc;
  margin: 25px 0;
}
.sessions .session .schedule-name {
  font-weight: bold;
  color: #000000;
}
.sessions .session .schedule-abstract {
  margin: 25px 0;
  text-align: justify;
}
.sessions .session .schedule-abstract ul {
  margin-bottom: 10px;
}
.sessions .session .speaker {
  margin: 25px;
}
@media screen and (max-width: 767px) {
  .sessions .session .speaker {
    margin: 10px;
  }
  .sessions .session .speaker img {
    float: none;
  }
}
.sessions .session .speaker-bio-full {
  font-style: italic;
  padding-top: 40px;
  text-align: justify;
}
.sessions .session .session-time {
  display: none;
}
@media not screen and (max-width: 767px) {
  .sessions .session:before {
    display: block;
    content: " ";
    margin-top: -100px;
    height: 100px;
    visibility: hidden;
  }
}
.price_table {
  border: 1px solid #dddddd;
}
.price_table td,
.price_table th {
  padding: 8px;
  border-bottom: 1px solid #dddddd;
}
.price_table thead {
  background: #e9e9e9;
}
.price_table thead th {
  font-family: 'FontAwesome';
  color: #676b6a;
  font-weight: normal;
}
.schedule-table table.Basic-Table {
  border-color: #231f20;
  border-style: solid;
  border-width: 1px;
  margin-bottom: -4px;
  margin-top: 4px;
}
.schedule-table p.Basic-Paragraph {
  color: #231f20;
  font-family: "Minion Pro", serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  orphans: 1;
  page-break-after: auto;
  page-break-before: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  widows: 1;
}
.schedule-table table tr {
  border-bottom: 1px solid #2997ce;
}
.schedule-table table td {
  border-left: 1px solid #2997ce;
  border-right: 1px solid #2997ce;
  padding: 4px;
}
.schedule-table table td a {
  cursor: pointer;
}
.schedule-table table td.ae {
  /*background: url(../img/ae_bg.jpg) repeat-y;*/
}
.schedule-table table td.beginner {
  /*background: url(../img/beginner_bg.jpg) repeat-y;*/
}
.schedule-table table td.org {
  /*background: url(../img/org_bg.jpg) repeat-y;*/
}
.schedule-table table td.team {
  /*background: url(../img/team_bg.jpg) repeat-y;*/
}
.schedule-table table td.perd {
  /*background: url(../img/perdev_bg.jpg) repeat-y;*/
}
.schedule-table table td.pd {
  /*background: url(../img/proddev_bg.jpg) repeat-y;*/
}
.schedule-table table tr td:first-child {
  border-left: none;
}
.schedule-table table tr td:last-child {
  border-right: none;
}
.schedule-table table.TableOverride-1 {
  border-color: #2997ce;
  border-width: 0px;
}
.schedule-table table.TableOverride-2 {
  border-width: 0.25px;
}
.schedule-table td.CellOverride-1 {
  background-color: #2997ce;
}
.schedule-table td.CellOverride-2 {
  padding-left: 10px;
}
.schedule-table p.ParaOverride-1 {
  text-align: center;
}
.schedule-table span.CharOverride-1 {
  font-family: Alef, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: normal;
}
.schedule-table span.CharOverride-2 {
  font-family: Alef, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
.schedule-table span.CharOverride-3 {
  color: #2997ce;
  font-family: "Droid Sans", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: normal;
}
.schedule-table span.CharOverride-4 {
  font-family: Alef, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
}
.schedule-table span.CharOverride-5 {
  font-family: "Droid Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
.schedule-table span.CharOverride-6 {
  color: #ffffff;
  font-family: Alef, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}
.schedule-table span.CharOverride-7 {
  font-family: "Droid Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
.schedule-table span.CharOverride-8 {
  font-family: "Droid Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}
.schedule-table span.CharOverride-9 {
  font-family: "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.schedule-table div._idGenPageitem-1 {
  text-align: center;
}
.ng-pageslide {
  background: #eee;
}
.ng-pageslide #aab-content {
  padding: 10px;
}
.ng-pageslide #aab-content img {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px ;
}
.ng-pageslide #aab-content p {
  font-size: 0.8em;
  color: #000000;
}
