/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .box-section .sponsors .bio a > .caret, .awards-section a > .caret, .slider-section .eventsBxslider div.slide a > .caret,
  .dropup > .btn > .caret,
  .box-section .sponsors .bio .dropup > a > .caret,
  .awards-section .dropup > a > .caret,
  .slider-section .eventsBxslider div.slide .dropup > a > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .box-section .sponsors .bio .input-group-lg > .input-group-btn > a.form-control-static,
  .awards-section .input-group-lg > .input-group-btn > a.form-control-static,
  .slider-section .eventsBxslider div.slide .input-group-lg > .input-group-btn > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .box-section .sponsors .bio .input-group-sm > .input-group-btn > a.form-control-static,
  .awards-section .input-group-sm > .input-group-btn > a.form-control-static,
  .slider-section .eventsBxslider div.slide .input-group-sm > .input-group-btn > a.form-control-static {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.box-section .sponsors .bio .input-group-sm > .input-group-btn > a,
.awards-section .input-group-sm > .input-group-btn > a,
.slider-section .eventsBxslider div.slide .input-group-sm > .input-group-btn > a {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.box-section .sponsors .bio .input-group-lg > .input-group-btn > a,
.awards-section .input-group-lg > .input-group-btn > a,
.slider-section .eventsBxslider div.slide .input-group-lg > .input-group-btn > a {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.box-section .sponsors .bio .input-group-lg > .input-group-btn > a + .form-control-feedback,
.awards-section .input-group-lg > .input-group-btn > a + .form-control-feedback,
.slider-section .eventsBxslider div.slide .input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.box-section .sponsors .bio .input-group-sm > .input-group-btn > a + .form-control-feedback,
.awards-section .input-group-sm > .input-group-btn > a + .form-control-feedback,
.slider-section .eventsBxslider div.slide .input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .box-section .sponsors .bio .input-group-sm > .input-group-btn > a.input-group-addon,
  .awards-section .input-group-sm > .input-group-btn > a.input-group-addon,
  .slider-section .eventsBxslider div.slide .input-group-sm > .input-group-btn > a.input-group-addon {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .box-section .sponsors .bio .input-group-lg > .input-group-btn > a.input-group-addon,
  .awards-section .input-group-lg > .input-group-btn > a.input-group-addon,
  .slider-section .eventsBxslider div.slide .input-group-lg > .input-group-btn > a.input-group-addon {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.box-section .sponsors .bio .input-group-btn:first-child > a,
.awards-section .input-group-btn:first-child > a,
.slider-section .eventsBxslider div.slide .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn,
.box-section .sponsors .bio .input-group-btn:first-child > .btn-group > a,
.awards-section .input-group-btn:first-child > .btn-group > a,
.slider-section .eventsBxslider div.slide .input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.box-section .sponsors .bio .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.awards-section .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.slider-section .eventsBxslider div.slide .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.box-section .sponsors .bio .input-group-btn:last-child > .btn-group:not(:last-child) > a,
.awards-section .input-group-btn:last-child > .btn-group:not(:last-child) > a,
.slider-section .eventsBxslider div.slide .input-group-btn:last-child > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.box-section .sponsors .bio .input-group-btn:last-child > a,
.awards-section .input-group-btn:last-child > a,
.slider-section .eventsBxslider div.slide .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn,
.box-section .sponsors .bio .input-group-btn:last-child > .btn-group > a,
.awards-section .input-group-btn:last-child > .btn-group > a,
.slider-section .eventsBxslider div.slide .input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.box-section .sponsors .bio .input-group-btn:first-child > a:not(:first-child),
.awards-section .input-group-btn:first-child > a:not(:first-child),
.slider-section .eventsBxslider div.slide .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.box-section .sponsors .bio .input-group-btn:first-child > .btn-group:not(:first-child) > a,
.awards-section .input-group-btn:first-child > .btn-group:not(:first-child) > a,
.slider-section .eventsBxslider div.slide .input-group-btn:first-child > .btn-group:not(:first-child) > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .box-section .sponsors .bio .input-group-btn > a, .awards-section .input-group-btn > a, .slider-section .eventsBxslider div.slide .input-group-btn > a {
    position: relative; }
    .input-group-btn > .btn + .btn, .box-section .sponsors .bio .input-group-btn > a + .btn, .awards-section .input-group-btn > a + .btn, .slider-section .eventsBxslider div.slide .input-group-btn > a + .btn, .box-section .sponsors .bio .input-group-btn > .btn + a, .box-section .sponsors .bio .input-group-btn > a + a, .awards-section .input-group-btn > .btn + a, .awards-section .input-group-btn > a + a, .slider-section .eventsBxslider div.slide .input-group-btn > .btn + a, .slider-section .eventsBxslider div.slide .input-group-btn > a + a {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .box-section .sponsors .bio .input-group-btn > a:hover, .awards-section .input-group-btn > a:hover, .slider-section .eventsBxslider div.slide .input-group-btn > a:hover, .input-group-btn > .btn:focus, .box-section .sponsors .bio .input-group-btn > a:focus, .awards-section .input-group-btn > a:focus, .slider-section .eventsBxslider div.slide .input-group-btn > a:focus, .input-group-btn > .btn:active, .box-section .sponsors .bio .input-group-btn > a:active, .awards-section .input-group-btn > a:active, .slider-section .eventsBxslider div.slide .input-group-btn > a:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .box-section .sponsors .bio .input-group-btn:first-child > a, .awards-section .input-group-btn:first-child > a, .slider-section .eventsBxslider div.slide .input-group-btn:first-child > a,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .box-section .sponsors .bio .input-group-btn:last-child > a, .awards-section .input-group-btn:last-child > a, .slider-section .eventsBxslider div.slide .input-group-btn:last-child > a,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/* =========  Responsive Resets
============================================ */
*,
*:before,
*:after {
  box-sizing: border-box; }

html, body {
  background-color: transparent !important;
  background-image: none !important;
  background-repeat: none !important;
  margin: 0;
  padding: 0; }

#outer_table, .eh_outer_div, #main_section, #header_section, #footer_section {
  width: 100% !important; }

#inner_content {
  width: 100%;
  padding: 0 !important;
  opacity: 1.0; }

#outer_table {
  opacity: 1.0 !important;
  margin: 0;
  box-shadow: none;
  border-radius: 0px;
  min-height: 100%;
  background-color: transparent !important; }

.logo-img-container,
.languages,
#outer_table > tbody > tr:nth-child(1) > td > img {
  display: none;
  height: 0 !important; }

/* $CORE
============= */
body, td, div, font, p, a, li, input {
  font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif !important;
  color: #000;
  font-size: 14px !important;
  font-weight: normal; }

/* $TYPOGRAPHY */
h1 {
  font-family: "Montserrat", "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif !important; }
  body.eh-custom-home h1 {
    font-size: 54px; }
    @media only screen and (min-width: 480px) {
      body.eh-custom-home h1 {
        font-size: 66px; } }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 70px; } }

h2 {
  font-family: "Montserrat", "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif !important;
  margin-bottom: 40px; }

b,
strong,
.bold {
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif !important; }

/* $LINKS
============= */
a,
a:link,
a:visited {
  color: #0A89A3 !important; }
  a:focus, a:hover,
  a:link:focus,
  a:link:hover,
  a:visited:focus,
  a:visited:hover {
    text-decoration: underline !important; }

/* $BUTTONS */
.btn:link, .box-section .sponsors .bio a:link, .awards-section a:link, .slider-section .eventsBxslider div.slide a:link,
.btn:visited,
.box-section .sponsors .bio a:visited,
.awards-section a:visited,
.slider-section .eventsBxslider div.slide a:visited,
.btn,
.box-section .sponsors .bio a,
.awards-section a,
.slider-section .eventsBxslider div.slide a,
body.ehome input[type="submit"],
input[type="button"].button.r-button,
form input.button.r-button,
.discount-code-tr input[type="submit"] {
  display: inline-block !important;
  padding: 7px 15px;
  background-color: #0A89A3;
  color: #FFF !important;
  text-decoration: none;
  margin: 20px 0;
  width: 100% !important;
  cursor: pointer;
  text-align: center;
  border: none !important;
  border-radius: 0 !important;
  font-weight: normal;
  appearance: none;
  transition: all 0.5s;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif !important; }
  @media only screen and (min-width: 768px) {
    .btn:link, .box-section .sponsors .bio a:link, .awards-section a:link, .slider-section .eventsBxslider div.slide a:link,
    .btn:visited,
    .box-section .sponsors .bio a:visited,
    .awards-section a:visited,
    .slider-section .eventsBxslider div.slide a:visited,
    .btn,
    .box-section .sponsors .bio a,
    .awards-section a,
    .slider-section .eventsBxslider div.slide a,
    body.ehome input[type="submit"],
    input[type="button"].button.r-button,
    form input.button.r-button,
    .discount-code-tr input[type="submit"] {
      width: auto !important; } }
  .btn:link:hover, .box-section .sponsors .bio a:link:hover, .awards-section a:link:hover, .slider-section .eventsBxslider div.slide a:link:hover, .btn:link:focus, .box-section .sponsors .bio a:link:focus, .awards-section a:link:focus, .slider-section .eventsBxslider div.slide a:link:focus,
  .btn:visited:hover,
  .box-section .sponsors .bio a:visited:hover,
  .awards-section a:visited:hover,
  .slider-section .eventsBxslider div.slide a:visited:hover,
  .btn:visited:focus,
  .box-section .sponsors .bio a:visited:focus,
  .awards-section a:visited:focus,
  .slider-section .eventsBxslider div.slide a:visited:focus,
  .btn:hover,
  .box-section .sponsors .bio a:hover,
  .awards-section a:hover,
  .slider-section .eventsBxslider div.slide a:hover,
  .btn:focus,
  .box-section .sponsors .bio a:focus,
  .awards-section a:focus,
  .slider-section .eventsBxslider div.slide a:focus,
  body.ehome input[type="submit"]:hover,
  body.ehome input[type="submit"]:focus,
  input[type="button"].button.r-button:hover,
  input[type="button"].button.r-button:focus,
  form input.button.r-button:hover,
  form input.button.r-button:focus,
  .discount-code-tr input[type="submit"]:hover,
  .discount-code-tr input[type="submit"]:focus {
    background-color: #076173;
    text-decoration: none !important; }
  .btn:link.btn-outline, .box-section .sponsors .bio a:link, .awards-section a:link, .slider-section .eventsBxslider div.slide a:link,
  .btn:visited.btn-outline,
  .box-section .sponsors .bio a:visited,
  .awards-section a:visited,
  .slider-section .eventsBxslider div.slide a:visited,
  .btn.btn-outline,
  .box-section .sponsors .bio a,
  .awards-section a,
  .slider-section .eventsBxslider div.slide a,
  body.ehome input[type="submit"].btn-outline,
  input[type="button"].button.r-button.btn-outline,
  form input.button.r-button.btn-outline,
  .discount-code-tr input[type="submit"].btn-outline {
    border: 1px solid #0A89A3 !important;
    color: #0A89A3 !important;
    background-color: transparent; }
    .btn:link.btn-outline:hover, .box-section .sponsors .bio a:link:hover, .awards-section a:link:hover, .slider-section .eventsBxslider div.slide a:link:hover, .btn:link.btn-outline:focus, .box-section .sponsors .bio a:link:focus, .awards-section a:link:focus, .slider-section .eventsBxslider div.slide a:link:focus,
    .btn:visited.btn-outline:hover,
    .box-section .sponsors .bio a:visited:hover,
    .awards-section a:visited:hover,
    .slider-section .eventsBxslider div.slide a:visited:hover,
    .btn:visited.btn-outline:focus,
    .box-section .sponsors .bio a:visited:focus,
    .awards-section a:visited:focus,
    .slider-section .eventsBxslider div.slide a:visited:focus,
    .btn.btn-outline:hover,
    .box-section .sponsors .bio a:hover,
    .awards-section a:hover,
    .slider-section .eventsBxslider div.slide a:hover,
    .btn.btn-outline:focus,
    .box-section .sponsors .bio a:focus,
    .awards-section a:focus,
    .slider-section .eventsBxslider div.slide a:focus,
    body.ehome input[type="submit"].btn-outline:hover,
    body.ehome input[type="submit"].btn-outline:focus,
    input[type="button"].button.r-button.btn-outline:hover,
    input[type="button"].button.r-button.btn-outline:focus,
    form input.button.r-button.btn-outline:hover,
    form input.button.r-button.btn-outline:focus,
    .discount-code-tr input[type="submit"].btn-outline:hover,
    .discount-code-tr input[type="submit"].btn-outline:focus {
      background-color: #0A89A3;
      color: #FFF !important; }
  .btn:link.btn-white, .box-section .sponsors .bio a:link.btn-white, .awards-section a:link.btn-white, .slider-section .eventsBxslider div.slide a:link,
  .btn:visited.btn-white,
  .box-section .sponsors .bio a:visited.btn-white,
  .awards-section a:visited.btn-white,
  .slider-section .eventsBxslider div.slide a:visited,
  .btn.btn-white,
  .box-section .sponsors .bio a.btn-white,
  .awards-section a.btn-white,
  .slider-section .eventsBxslider div.slide a,
  body.ehome input[type="submit"].btn-white,
  input[type="button"].button.r-button.btn-white,
  form input.button.r-button.btn-white,
  .discount-code-tr input[type="submit"].btn-white {
    border-color: #FFF !important;
    color: #FFF !important; }
    .btn:link.btn-white:hover, .box-section .sponsors .bio a:link.btn-white:hover, .awards-section a:link.btn-white:hover, .slider-section .eventsBxslider div.slide a:link:hover, .btn:link.btn-white:focus, .box-section .sponsors .bio a:link.btn-white:focus, .awards-section a:link.btn-white:focus, .slider-section .eventsBxslider div.slide a:link:focus,
    .btn:visited.btn-white:hover,
    .box-section .sponsors .bio a:visited.btn-white:hover,
    .awards-section a:visited.btn-white:hover,
    .slider-section .eventsBxslider div.slide a:visited:hover,
    .btn:visited.btn-white:focus,
    .box-section .sponsors .bio a:visited.btn-white:focus,
    .awards-section a:visited.btn-white:focus,
    .slider-section .eventsBxslider div.slide a:visited:focus,
    .btn.btn-white:hover,
    .box-section .sponsors .bio a.btn-white:hover,
    .awards-section a.btn-white:hover,
    .slider-section .eventsBxslider div.slide a:hover,
    .btn.btn-white:focus,
    .box-section .sponsors .bio a.btn-white:focus,
    .awards-section a.btn-white:focus,
    .slider-section .eventsBxslider div.slide a:focus,
    body.ehome input[type="submit"].btn-white:hover,
    body.ehome input[type="submit"].btn-white:focus,
    input[type="button"].button.r-button.btn-white:hover,
    input[type="button"].button.r-button.btn-white:focus,
    form input.button.r-button.btn-white:hover,
    form input.button.r-button.btn-white:focus,
    .discount-code-tr input[type="submit"].btn-white:hover,
    .discount-code-tr input[type="submit"].btn-white:focus {
      background-color: #FFF;
      color: #0A89A3 !important; }

body.ehome input.button.r-desktop,
body.ehome img.r-desktop,
body.ehome img[alt="Receipt/Invoice"],
body.ehome img[alt="New Registration"],
body.ehome img[alt="Modify Registration"],
body.ereg input.button.r-desktop,
body.ereg img.r-desktop,
body.ereg img[alt="Receipt/Invoice"],
body.ereg img[alt="New Registration"],
body.ereg img[alt="Modify Registration"],
form input.button.r-desktop,
form img.r-desktop,
form img[alt="Receipt/Invoice"],
form img[alt="New Registration"],
form img[alt="Modify Registration"],
#button_continue input.button.r-desktop,
#button_continue img.r-desktop,
#button_continue img[alt="Receipt/Invoice"],
#button_continue img[alt="New Registration"],
#button_continue img[alt="Modify Registration"] {
  display: none; }

/* $LAYOUT
============= */
#main_section {
  margin-bottom: 0 !important; }

@media only screen and (max-width: 991px) {
  .container {
    width: 100%; } }

/* $COMMON
============= */
.no-pad {
  padding: 0 !important; }

.no-pad-top {
  padding-top: 0; }

.no-pad-bottom {
  padding-bottom: 0; }

.center * {
  text-align: center !important; }

/* $GENERAL
============= */
/* $HEADER */
#header_section {
  padding-top: 60px;
  margin-bottom: 0 !important; }
  @media only screen and (min-width: 992px) {
    #header_section {
      padding-top: 90px; } }

header {
  background-color: #4c4d51;
  height: 60px;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 10; }
  @media only screen and (min-width: 992px) {
    header {
      height: 90px; } }
  @media only screen and (min-width: 768px) {
    header .event-logo {
      float: left;
      margin-right: 30px; } }
  header .event-logo a {
    display: inline-block;
    float: left;
    overflow: hidden; }
    header .event-logo a img {
      width: 60px;
      float: left; }
      @media only screen and (min-width: 992px) {
        header .event-logo a img {
          float: none;
          width: 93px; } }

/* $FOOTER
============= */
.eh_outer_div #footer_section {
  margin-bottom: 0 !important; }

footer {
  margin: 0 !important; }
  body.ereg footer {
    margin-top: 80px !important; }
  footer .footer-top {
    background-color: #4c4d51;
    padding: 40px 0; }
    @media only screen and (min-width: 992px) {
      footer .footer-top {
        padding: 80px 0; } }
    footer .footer-top * {
      color: #FFF !important; }
    footer .footer-top img {
      width: 73px;
      margin-bottom: 40px; }
    footer .footer-top h4 {
      font-family: "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif;
      font-size: 14px; }
      @media only screen and (min-width: 992px) {
        footer .footer-top h4 {
          margin-bottom: 40px; } }
    footer .footer-top p {
      font-size: 12px !important; }
    footer .footer-top ul {
      list-style: none;
      padding: 0; }
      @media only screen and (min-width: 992px) {
        footer .footer-top ul {
          padding-right: 40px; } }
      footer .footer-top ul li.phone {
        padding: 15px 0; }
      footer .footer-top ul li a:link,
      footer .footer-top ul li a:visited {
        padding: 15px 0;
        font-size: 12px;
        border-top: 1px solid #636468;
        color: #0A89A3 !important;
        display: block; }
      footer .footer-top ul li:first-child a {
        border: none; }
  footer .footer-bottom {
    background-color: #28314e;
    padding: 36px 0;
    text-align: center; }
    footer .footer-bottom * {
      font-size: 12px !important; }
    footer .footer-bottom p {
      color: #FFF;
      margin: 0; }

/* $PRELOADER
============= */
.page-loader {
  position: fixed;
  background: #FFF;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998; }

.loader {
  position: absolute;
  border-left: 2px solid #000;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  animation: load 0.8s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px; }

@-webkit-keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* $HELPERS
============= */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* $NAVIGATION */
.tabmenu {
  display: none;
  pointer-events: none; }
  .tabmenu td {
    display: inline;
    height: auto !important; }

.ehtm {
  z-index: 100 !important;
  max-width: 100%; }
  .ehtm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 33px; }
    .ehtm ul:after {
      content: "";
      display: table;
      clear: both; }
    .ehtm ul li {
      float: none; }
  .ehtm > ul > li a:link,
  .ehtm > ul > li a:visited {
    display: block;
    line-height: 30px;
    padding: 1px 15px 0;
    position: relative;
    color: #FFF !important;
    z-index: 101 !important;
    background: transparent !important;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif !important;
    font-size: 14px !important;
    pointer-events: auto; }
    .ehtm > ul > li a:link:hover, .ehtm > ul > li a:link:focus, .ehtm > ul > li a:link.sel_top,
    .ehtm > ul > li a:visited:hover,
    .ehtm > ul > li a:visited:focus,
    .ehtm > ul > li a:visited.sel_top {
      text-decoration: none !important;
      color: #0A89A3 !important; }
  .ehtm :hover > a {
    text-decoration: none !important; }

@media only screen and (max-width: 991px) {
  .tabmenu {
    display: block;
    position: fixed;
    top: 60px;
    left: -200%;
    width: 75%;
    height: 100%;
    z-index: 100;
    transition: all 0.5s; }
    body.show-nav .tabmenu {
      left: 0; }

  .ehtm ul {
    width: calc(100% + 30px);
    margin: 0 -15px !important;
    overflow: hidden; }
    .ehtm ul li {
      clear: both;
      width: 100%; }
      .ehtm ul li a {
        border-top: 1px solid #636468;
        width: 100%;
        padding-top: 8px !important;
        padding-bottom: 8px !important; }
      .ehtm ul li:last-child a {
        border-bottom: none; }
  .ehtm > ul > li a:hover,
  .ehtm > ul > li a:focus,
  .ehtm > ul > li a.sel_top {
    background: #4c4d51 !important; }
  .ehtm :hover > a {
    background: #4c4d51 !important; } }
@media only screen and (min-width: 992px) {
  .mobile-toggle {
    display: none; }

  .tabmenu {
    display: block;
    background: transparent !important;
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center; }

  .ehtm {
    position: relative; }
    .ehtm > ul {
      background: transparent !important;
      float: right; }
      .ehtm > ul > li {
        float: left; }
        .ehtm > ul > li.last-nav a:link,
        .ehtm > ul > li.last-nav a:visited {
          transition: all 0.5s;
          border: 1px solid #FFF;
          margin-left: 15px; }
        .ehtm > ul > li.last-nav a:hover,
        .ehtm > ul > li.last-nav a:focus,
        .ehtm > ul > li.last-nav a.sel_top {
          background: #FFF !important;
          color: #4c4d51 !important; } }
.ereg-header .mobile-toggle {
  display: none; }

/* $MOBILE-TOGGLE*/
.mobile-toggle {
  right: 15px;
  top: 17px;
  position: fixed;
  z-index: 101;
  cursor: pointer;
  padding: 10px 35px 16px 0px; }
  .mobile-toggle span,
  .mobile-toggle span:before,
  .mobile-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #FFF;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out; }
  .mobile-toggle span:before {
    top: -10px; }
  .mobile-toggle span:after {
    bottom: -10px; }
  .mobile-toggle.active span {
    background-color: transparent; }
    .mobile-toggle.active span:before, .mobile-toggle.active span:after {
      top: 0; }
    .mobile-toggle.active span:before {
      transform: rotate(45deg); }
    .mobile-toggle.active span:after {
      transform: rotate(-45deg); }

/* $GENERIC STYLES
============= */
.box-section .box, .awards-section ul li, .benefits-section ul li, .speakers-section .speakers tr {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  transition: all 0.5s; }

.speakers-section .speakers tr:hover, .speakers-section .speakers tr:focus {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5); }

/* $SECTIONS
============= */
section {
  padding: 40px 0;
  background-color: #FFF;
  position: relative; }
  @media only screen and (min-width: 768px) {
    section {
      padding: 80px 0; } }
  section img {
    width: 100%; }

.white * {
  color: #FFF !important; }

.colour-section {
  background: #4c4d51; }
  .colour-section * {
    color: #FFF !important; }
  .colour-section a {
    color: #28314e !important; }

.grey-section {
  background-color: #f2f2f4; }

.header-section {
  padding: 40px 0;
  display: flex;
  align-items: center;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .header-section {
      padding: 100px 0 150px; } }
  @media only screen and (min-width: 992px) {
    .header-section {
      min-height: 800px; } }
  .header-section a.down-arrow {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-decoration: none !important;
    color: #9B9B9B !important; }
    @media only screen and (max-width: 767px) {
      .header-section a.down-arrow {
        display: none; } }
  .header-section .fa-angle-down {
    font-size: 60px;
    color: #9B9B9B;
    display: block;
    line-height: 50%; }

@media only screen and (max-width: 991px) {
  .homepage-header {
    background-size: contain !important;
    background-color: #000 !important;
    background-position: top center !important; } }
.homepage-header .header-txt-wrap * {
  color: #FFF !important; }
.homepage-header h1 {
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .homepage-header h1 {
      margin-bottom: 50px; } }
.homepage-header h3 {
  font-size: 22px;
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .homepage-header h3 {
      font-size: 40px;
      margin-bottom: 50px; } }
.homepage-header h4 {
  font-size: 18px;
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .homepage-header h4 {
      font-size: 30px;
      margin-bottom: 50px; } }
.homepage-header .mailing-list-wrap {
  padding: 10px 15px 10px;
  background-color: rgba(255, 255, 255, 0.5); }
  @media only screen and (min-width: 992px) {
    .homepage-header .mailing-list-wrap {
      padding: 20px 30px 10px;
      border-radius: 4px; } }
  .homepage-header .mailing-list-wrap h2 {
    margin-bottom: 20px; }
  .homepage-header .mailing-list-wrap p {
    margin-bottom: 20px; }
  .homepage-header .mailing-list-wrap form#form-subscribe td {
    display: block;
    width: 100%;
    text-align: left; }
  .homepage-header .mailing-list-wrap form#form-subscribe .questionContainer {
    width: 100%; }
  .homepage-header .mailing-list-wrap form#form-subscribe .questionLabel {
    color: #000 !important; }
  .homepage-header .mailing-list-wrap form#form-subscribe input {
    padding: 10px;
    border-radius: 4px;
    margin: 5px 0 15px;
    width: 100% !important; }
    .homepage-header .mailing-list-wrap form#form-subscribe input[type="submit"] {
      background-color: #4c4d51;
      border-radius: 4px !important;
      margin: 20px 0; }
      .homepage-header .mailing-list-wrap form#form-subscribe input[type="submit"]:hover, .homepage-header .mailing-list-wrap form#form-subscribe input[type="submit"]:focus {
        background-color: #333437; }

.content-header {
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .content-header {
      height: 800px; } }
  .content-header * {
    color: #FFF !important; }
  .content-header h3 {
    font-family: "Lora", serif;
    margin: 0 auto;
    max-width: 730px;
    line-height: 140%;
    font-size: 20px; }
    @media only screen and (min-width: 992px) {
      .content-header h3 {
        font-size: 30px; } }

.sponsors-promo-section ul.sponsors {
  list-style: none;
  padding: 0; }
  .sponsors-promo-section ul.sponsors li {
    float: left;
    width: 20%; }
    .sponsors-promo-section ul.sponsors li img {
      width: 70%;
      max-width: 100%;
      margin-left: 15%; }
.sponsors-promo-section .sponsor-btns {
  border-top: 1px solid #f2f2f4;
  padding-top: 30px;
  margin-top: 50px; }
  @media only screen and (min-width: 768px) {
    .sponsors-promo-section .sponsor-btns > div {
      display: flex;
      justify-content: center; }
      .sponsors-promo-section .sponsor-btns > div a {
        margin: 0 10px; } }

@media only screen and (max-width: 991px) {
  .split-section {
    padding-top: 0; } }
@media only screen and (min-width: 992px) {
  .split-section {
    min-height: 400px; } }
@media only screen and (min-width: 1200px) {
  .split-section {
    min-height: 500px; } }
@media only screen and (min-width: 992px) {
  .split-section .row-start > div {
    padding-right: 20px; } }
.split-section .split-img {
  width: 100%;
  height: 300px; }
  @media only screen and (min-width: 768px) {
    .split-section .split-img {
      height: 400px; } }
  @media only screen and (min-width: 992px) {
    .split-section .split-img {
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; } }
.split-section h3 {
  font-size: 14px !important; }
.split-section h4 {
  font-size: 14px !important;
  color: #0A89A3;
  margin-bottom: 40px; }

@media only screen and (min-width: 992px) {
  .reverse-split-section .split-img {
    left: 0; } }
@media only screen and (min-width: 992px) {
  .reverse-split-section .row-start > div {
    padding-left: 20px; } }
@media only screen and (min-width: 1200px) {
  .reverse-split-section .row-start > div {
    padding-left: 60px; } }

.standard-section h2 {
  text-align: center; }

@media only screen and (min-width: 992px) {
  .box-section .box-layout > div {
    margin: 0 -15px; } }
@media only screen and (min-width: 992px) {
  .box-section .box-layout .col {
    float: left;
    width: 50%;
    padding: 0 15px; } }
.box-section .box {
  margin-bottom: 20px;
  padding: 20px;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .box-section .box {
      margin-top: 10px;
      padding: 40px; } }
  .box-section .box img {
    width: auto; }
    @media only screen and (min-width: 992px) {
      .box-section .box img {
        margin-bottom: 15px; } }
.box-section .speakers img {
  border-radius: 50%; }
.box-section .speakers h3 {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 140%; }
  @media only screen and (min-width: 992px) {
    .box-section .speakers h3 {
      margin-bottom: 20px; } }
.box-section .sponsors h3 {
  font-family: "Montserrat", "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif; }
.box-section .sponsors h4 {
  font-family: "Lora", serif;
  font-size: 14px;
  margin: 20px 0; }
.box-section .sponsors .bio {
  display: none; }

.events-section {
  padding-bottom: 0; }

.awards-section ul {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #f2f2f4;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1200px) {
    .awards-section ul {
      column-count: 2;
      column-gap: 30px;
      margin-top: -10px; } }
  .awards-section ul li {
    font-family: "Lora", serif !important;
    font-style: italic;
    margin-bottom: 20px;
    padding: 30px;
    line-height: 24px;
    color: #636468 !important; }
    @media only screen and (min-width: 1200px) {
      .awards-section ul li {
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: inline-block;
        width: 100%; } }

.sponsors-section {
  padding-bottom: 0; }

@media only screen and (min-width: 992px) {
  .sponsors-opp-section h2 {
    margin-bottom: 80px; } }
.sponsors-opp-section .price {
  background: #f2f2f4;
  padding: 15px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .sponsors-opp-section .price {
      width: calc(50% - 30px);
      margin-left: 15px;
      margin-right: 15px;
      float: left; } }
  @media only screen and (min-width: 992px) {
    .sponsors-opp-section .price {
      width: calc(25% - 30px); } }
  @media only screen and (min-width: 1200px) {
    .sponsors-opp-section .price {
      padding: 40px; } }
  .sponsors-opp-section .price ul {
    list-style: none;
    padding: 0; }
    .sponsors-opp-section .price ul li {
      margin: 15px 0; }
  .sponsors-opp-section .price h3 {
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif;
    margin-bottom: 40px;
    line-height: 150%; }

.benefits-section h2 {
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .benefits-section h2 {
      margin-bottom: 80px; } }
.benefits-section ul {
  list-style: none;
  padding: 0;
  padding-top: 10px; }
  @media only screen and (min-width: 992px) {
    .benefits-section ul {
      margin: 0 -15px; } }
  .benefits-section ul li {
    margin-bottom: 20px;
    padding: 15px 15px 15px 60px;
    counter-increment: step-counter;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px; }
    @media only screen and (min-width: 992px) {
      .benefits-section ul li {
        float: left;
        width: calc(50% - 30px);
        margin: 0 15px 30px;
        font-size: 16px !important;
        padding: 30px 30px 30px 100px;
        height: 100px; } }
    .benefits-section ul li:before {
      content: counter(step-counter) ". ";
      font-family: "Montserrat", "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif;
      font-size: 30px;
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -21px; }
      @media only screen and (min-width: 992px) {
        .benefits-section ul li:before {
          font-size: 50px;
          left: 30px;
          margin-top: -36px; } }

.jury-section ul {
  list-style: none;
  padding: 0; }
  @media only screen and (min-width: 992px) {
    .jury-section ul {
      column-count: 2;
      column-gap: 70px; } }
  .jury-section ul li {
    margin-bottom: 20px; }
    .jury-section ul li strong {
      color: #0A89A3; }

.carousel-section a.btn, .carousel-section .box-section .sponsors .bio a, .box-section .sponsors .bio .carousel-section a, .carousel-section .awards-section a, .awards-section .carousel-section a, .carousel-section .slider-section .eventsBxslider div.slide a, .slider-section .eventsBxslider div.slide .carousel-section a {
  margin-top: 60px; }

table[id^="agendatable"] {
  margin-bottom: 80px; }
  table[id^="agendatable"] tr.data-group {
    background: transparent; }
    table[id^="agendatable"] tr.data-group.has-description {
      cursor: pointer; }
    table[id^="agendatable"] tr.data-group a.more-info-btn {
      position: absolute;
      right: 15px;
      top: 0;
      margin-top: -10px;
      pointer-events: none;
      color: #4c4d51 !important; }
      @media only screen and (min-width: 768px) {
        table[id^="agendatable"] tr.data-group a.more-info-btn {
          top: 25px; } }
      table[id^="agendatable"] tr.data-group a.more-info-btn:hover, table[id^="agendatable"] tr.data-group a.more-info-btn:focus, table[id^="agendatable"] tr.data-group a.more-info-btn:active {
        text-decoration: none !important; }
      table[id^="agendatable"] tr.data-group a.more-info-btn:after {
        font-family: fontAwesome;
        content: '\f078';
        transform: rotate(0deg);
        display: block;
        transition: all 0.1s ease-in-out; }
    table[id^="agendatable"] tr.data-group.show-description a.more-info-btn:after {
      transform: rotate(180deg); }
    table[id^="agendatable"] tr.data-group:not(.visible) {
      display: none !important; }
    table[id^="agendatable"] tr.data-group.zebra {
      background-color: #f2f2f4; }
  table[id^="agendatable"] > tbody > tr:not(.data-group) {
    display: none !important; }
  table[id^="agendatable"] .description {
    display: none;
    margin: 20px 0;
    overflow: auto;
    box-sizing: content-box; }
    @media only screen and (min-width: 768px) {
      table[id^="agendatable"] .description table tr {
        float: left;
        width: 50%; } }
    table[id^="agendatable"] .description table tr td {
      padding: 5px;
      vertical-align: middle; }
      table[id^="agendatable"] .description table tr td img {
        border-radius: 50%;
        max-width: 70px;
        max-height: 70px;
        background-color: #9B9B9B; }
    table[id^="agendatable"] .description b {
      display: block; }
  table[id^="agendatable"] .header {
    color: #4c4d51;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #4c4d51;
    font-weight: bold; }
  @media only screen and (max-width: 767px) {
    table[id^="agendatable"] .data-group,
    table[id^="agendatable"] .table-header {
      padding: 15px; } }
  table[id^="agendatable"] .data-group > td:not(.clear),
  table[id^="agendatable"] .table-header > td:not(.clear) {
    padding: 15px 40px 15px 15px; }
    @media only screen and (max-width: 767px) {
      table[id^="agendatable"] .data-group > td:not(.clear),
      table[id^="agendatable"] .table-header > td:not(.clear) {
        clear: both;
        width: 100% !important;
        display: block;
        padding: 5px 40px 5px 5px; } }
  table[id^="agendatable"] .data-group td,
  table[id^="agendatable"] .table-header td {
    position: relative; }
    @media only screen and (max-width: 767px) {
      table[id^="agendatable"] .data-group td,
      table[id^="agendatable"] .table-header td {
        float: left;
        width: 100%; } }
  @media only screen and (min-width: 768px) {
    table[id^="agendatable"] .data-group td:nth-child(1),
    table[id^="agendatable"] .table-header td:nth-child(1) {
      width: 20% !important; } }
  table[id^="agendatable"] .data-group td:nth-child(2),
  table[id^="agendatable"] .table-header td:nth-child(2) {
    font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif !important; }
    @media only screen and (min-width: 768px) {
      table[id^="agendatable"] .data-group td:nth-child(2),
      table[id^="agendatable"] .table-header td:nth-child(2) {
        width: 80% !important; } }
  table[id^="agendatable"] .table-header {
    background: #4c4d51; }
    table[id^="agendatable"] .table-header > td {
      text-transform: uppercase; }

.agenda-section h2 {
  text-align: center; }
.agenda-section #filters {
  margin-bottom: 30px; }
  .agenda-section #filters > div {
    margin-bottom: 10px; }
  .agenda-section #filters .btn, .agenda-section #filters .box-section .sponsors .bio a, .box-section .sponsors .bio .agenda-section #filters a, .agenda-section #filters .awards-section a, .awards-section .agenda-section #filters a, .agenda-section #filters .slider-section .eventsBxslider div.slide a, .slider-section .eventsBxslider div.slide .agenda-section #filters a {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100% !important; }
  .agenda-section #filters .session-types {
    z-index: 1; }
    .agenda-section #filters .session-types label {
      margin-right: 10px; }
      @media only screen and (min-width: 1200px) {
        .agenda-section #filters .session-types label {
          margin: 0;
          width: 40%; } }
    .agenda-section #filters .session-types select {
      height: 40px; }
      @media only screen and (max-width: 991px) {
        .agenda-section #filters .session-types select {
          font-size: 16px !important; } }
      @media only screen and (min-width: 1200px) {
        .agenda-section #filters .session-types select {
          width: 60%; } }
.agenda-section input {
  padding: 9px;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .agenda-section input {
      font-size: 16px !important; } }
.agenda-section ul.tabs {
  border-bottom: 2px solid #4c4d51;
  list-style: none;
  overflow: hidden;
  padding: 0 0 15px; }
  @media only screen and (min-width: 480px) {
    .agenda-section ul.tabs li {
      float: left; } }
  .agenda-section ul.tabs li a:link,
  .agenda-section ul.tabs li a:visited {
    color: #9B9B9B !important;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif !important;
    padding: 5px; }
    @media only screen and (min-width: 768px) {
      .agenda-section ul.tabs li a:link,
      .agenda-section ul.tabs li a:visited {
        padding: 15px; } }
  .agenda-section ul.tabs li a:hover,
  .agenda-section ul.tabs li a:focus,
  .agenda-section ul.tabs li a.active {
    color: #4c4d51 !important;
    text-decoration: none !important; }

.speakers-section {
  padding-top: 0; }
  .speakers-section h2 {
    text-align: center; }
  .speakers-section .speakers tr {
    margin-bottom: 20px;
    display: block; }
    .speakers-section .speakers tr:nth-child(even) {
      display: none; }
    .speakers-section .speakers tr td {
      padding: 15px;
      display: inline-block;
      width: 80px; }
      @media only screen and (min-width: 480px) {
        .speakers-section .speakers tr td {
          padding: 30px;
          width: 130px; } }
      .speakers-section .speakers tr td:nth-child(2) {
        width: calc(100% - 80px);
        padding-left: 0;
        padding-right: 40px;
        position: relative; }
        @media only screen and (min-width: 480px) {
          .speakers-section .speakers tr td:nth-child(2) {
            width: calc(100% - 130px);
            padding-right: 55px; } }
        .speakers-section .speakers tr td:nth-child(2) b {
          margin-top: 5px;
          display: inline-block;
          font-weight: normal; }
        .speakers-section .speakers tr td:nth-child(2) i {
          color: #9B9B9B;
          font-style: normal; }
      .speakers-section .speakers tr td img {
        border-radius: 50%;
        background-color: #9B9B9B; }
    .speakers-section .speakers tr.has-description {
      cursor: pointer; }
      .speakers-section .speakers tr.has-description a.more-info-btn {
        position: absolute;
        right: 15px;
        top: 40px;
        pointer-events: none;
        color: #4c4d51 !important; }
        @media only screen and (min-width: 480px) {
          .speakers-section .speakers tr.has-description a.more-info-btn {
            right: 30px;
            top: 55px; } }
        .speakers-section .speakers tr.has-description a.more-info-btn:hover, .speakers-section .speakers tr.has-description a.more-info-btn:focus, .speakers-section .speakers tr.has-description a.more-info-btn:active {
          text-decoration: none !important; }
        .speakers-section .speakers tr.has-description a.more-info-btn:after {
          font-family: fontAwesome;
          content: '\f078';
          transform: rotate(0deg);
          display: block;
          transition: all 0.1s ease-in-out; }
    .speakers-section .speakers tr.show-description a.more-info-btn:after {
      transform: rotate(180deg); }
  .speakers-section .speakers .description {
    display: none;
    margin-top: 20px;
    overflow: auto;
    box-sizing: content-box; }

/* $COUNTDOWN
============= */
.countdown-clock {
  margin: 20px 0 40px; }
  @media only screen and (min-width: 768px) {
    .countdown-clock {
      margin: 40px 0; } }
  .countdown-clock h5 {
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .countdown-clock h5 {
        font-size: 20px; } }

#countdown {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #9B9B9B;
  text-align: center;
  display: inline-block; }
  #countdown div {
    font-size: 20px !important;
    line-height: 70%;
    color: #FFF;
    display: inline-block;
    padding: 10px;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif !important; }
    #countdown div:not(:first-child) {
      border-left: 1px solid #9B9B9B; }
    @media only screen and (min-width: 768px) {
      #countdown div {
        font-size: 40px !important;
        padding: 20px 20px 0; } }
    @media only screen and (min-width: 1200px) {
      #countdown div {
        font-size: 60px !important; } }
  #countdown span {
    display: block;
    font-size: 10px !important;
    color: #FFF;
    font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif !important;
    text-transform: uppercase;
    margin-top: 5px; }
    @media only screen and (min-width: 768px) {
      #countdown span {
        font-size: 12px !important; } }

/* $BXSLIDER
============= */
#outer_table {
  table-layout: fixed !important; }

ul.bxslider {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  /* LOADER */
  /* PAGER */ }
  .bx-wrapper img {
    width: 100%;
    display: block;
    margin: 0 auto; }
  .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%; }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../bower_components/bxslider-4/dist/images/bx_loader.gif) center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #4c4d51;
    padding-top: 20px; }
    body.eh-custom-home .bx-wrapper .bx-pager {
      color: #FFF; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: transparent;
      text-indent: -9999px;
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      outline: 0;
      border-radius: 50%;
      border: 1px solid #4c4d51; }
      body.eh-custom-home .bx-wrapper .bx-pager.bx-default-pager a {
        border-color: #FFF; }
      .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #4c4d51; }
        body.eh-custom-home .bx-wrapper .bx-pager.bx-default-pager a:hover, body.eh-custom-home .bx-wrapper .bx-pager.bx-default-pager a.active, body.eh-custom-home .bx-wrapper .bx-pager.bx-default-pager a:focus {
          background: #FFF; }

.bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-prev {
  left: 5px;
  padding-left: 12px; }
  @media only screen and (min-width: 992px) {
    .bx-prev {
      left: 30px; } }

.bx-next {
  right: 5px;
  padding-left: 17px; }
  @media only screen and (min-width: 992px) {
    .bx-next {
      right: 30px; } }

.bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 40px;
  height: 40px;
  z-index: 9;
  transition: all 0.5s;
  background-color: #0A89A3;
  border-radius: 50%; }
  .bx-controls-direction a.disabled {
    display: none; }
  .bx-controls-direction a .fa {
    font-size: 34px;
    line-height: 40px;
    color: #FFF; }
  .bx-controls-direction a:hover, .bx-controls-direction a:focus {
    color: #076173; }

/* Specific slider styles */
.slider-section {
  background-color: #4c4d51;
  padding-top: 40px;
  /* DIRECTION CONTROLS (NEXT / PREV) */ }
  body.eh-custom-events .slider-section {
    background-color: transparent; }
  .slider-section .eventsBxslider li > div {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 0;
    padding-top: 66.666%; }
  .slider-section .eventsBxslider div.slide {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    padding: 20px; }
    @media only screen and (min-width: 480px) {
      .slider-section .eventsBxslider div.slide {
        padding: 100px; } }
    .slider-section .eventsBxslider div.slide * {
      color: #FFF !important; }
  .slider-section .eventsBxslider h3 {
    font-family: "Lora", serif;
    font-size: 12px;
    font-style: italic; }
    @media only screen and (min-width: 480px) {
      .slider-section .eventsBxslider h3 {
        font-size: 14px; } }
  .slider-section .eventsBxslider h4 {
    font-size: 30px;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Neue LT W01_55 Roman", Helvetica, sans-serif;
    margin-bottom: 5px; }
    @media only screen and (min-width: 480px) {
      .slider-section .eventsBxslider h4 {
        font-size: 22px;
        margin: 20px 0 15px; } }
  .slider-section .eventsBxslider p {
    font-family: "Lora", serif !important;
    font-size: 12px !important;
    font-style: italic; }
    @media only screen and (min-width: 480px) {
      .slider-section .eventsBxslider p {
        font-size: 20px !important; } }
  .slider-section .eventsBxslider .btn, .slider-section .eventsBxslider .box-section .sponsors .bio a, .box-section .sponsors .bio .slider-section .eventsBxslider a, .slider-section .eventsBxslider .awards-section a, .awards-section .slider-section .eventsBxslider a, .slider-section .eventsBxslider div.slide a {
    margin-top: 10px; }
  .slider-section .bx-prev {
    left: 10px; }
    @media only screen and (min-width: 1500px) {
      .slider-section .bx-prev {
        left: -80px; } }
  .slider-section .bx-next {
    right: 10px; }
    @media only screen and (min-width: 1500px) {
      .slider-section .bx-next {
        right: -80px; } }
  @media only screen and (max-width: 479px) {
    .slider-section .bx-controls-direction {
      display: none; } }
