@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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,
  .dropup > .btn > .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: rgba(0, 0, 0, 0); }

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; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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%; } }
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"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .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, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  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-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-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; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.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; } }
@font-face {
  font-family: 'GT America Condensed';
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Condensed-Bold.eot");
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Condensed-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Condensed-Bold.woff") format("woff"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Condensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'GT America Condensed';
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Condensed-Regular.eot");
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Condensed-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Condensed-Regular.woff") format("woff"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Condensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GT America';
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Regular.eot");
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Regular.woff") format("woff"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GT America';
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Bold-Italic.eot");
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Bold-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Bold-Italic.woff") format("woff"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Bold-Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'GT America';
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Bold.eot");
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Bold.woff") format("woff"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'GT America';
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Regular-Italic.eot");
  src: url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Regular-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Regular-Italic.woff") format("woff"), url("https://www.eiseverywhere.com/docs/8729/GT-America-Standard-Regular-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
/* $label-font-size: 16px;
$label-font-size-small: 12px; */
/**@mixin width($width) {
	width: $width;
}*/
/* =========  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;
  table-layout: fixed !important; }

/*.ehtm, 
.tabmenu, */
/*.header, */
.languages,
#outer_table > tbody > tr:nth-child(1) > td > img {
  display: none;
  height: 0 !important; }

/* $CORE
============= */
/* $LAYOUT
============= */
#main_section {
  margin-bottom: 0 !important; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.center * {
  text-align: center !important; }

/* $TYPOGRAPHY */
body, td, div, font, p, a, li {
  font-family: "GT America Condensed", "Arial", sans-serif !important;
  color: #444;
  font-size: 14px !important;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: "GT America Condensed", "GT America Condensed", "Arial", sans-serif;
  text-transform: uppercase; }

h1, h2, h3 {
  color: #111; }

h4, h5, h6 {
  color: #444; }

h4 {
  text-align: justify; }

/* $LINKS
============= */
a, a:link, a:visited {
  color: #809bbe !important; }
  a:focus, a:hover, a:link:focus, a:link:hover, a:visited:focus, a:visited:hover {
    text-decoration: underline !important;
    color: #444 !important; }

/* $BUTTONS */
/* a.button,
button,
a.button:link,
a.button:visited,
body.ehome input[type="submit"], */
.button:link, .button:visited, .button, body.ehome input[type="submit"], form input.button.r-button {
  display: inline-block !important;
  padding: 10px 20px;
  background-color: #809bbe;
  color: #feffff !important;
  text-decoration: none;
  margin: 20px 0;
  width: auto !important;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  border: none !important;
  border-radius: 0 !important;
  font-weight: normal;
  transition: all 0.5s;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.5s;
  /*  @include bp(s){
       width: auto !important;
   } */ }
  .button:link:hover, .button:link:focus, .button:visited:hover, .button:visited:focus, .button:hover, .button:focus, body.ehome input[type="submit"]:hover, body.ehome input[type="submit"]:focus, form input.button.r-button:hover, form input.button.r-button:focus {
    background-color: #5e80ad;
    text-decoration: none !important; }

body.ehome input.button.r-desktop,
body.ehome img.r-desktop {
  display: none; }

/* $COMMON
============= */
.actions {
  position: fixed;
  bottom: -50px;
  right: 30px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  z-index: 9999;
  color: #fff !important;
  transition: all 0.35s ease;
  padding: 8px 10px;
  background: rgba(68, 68, 68, 0.7); }
  .actions.active {
    bottom: 15px; }
  .actions a.back-to-top {
    color: #feffff !important;
    padding-right: 10px; }
    .actions a.back-to-top:hover:before, .actions a.back-to-top:focus:before, .actions a.back-to-top:active:before, .actions a.back-to-top:visited:before {
      display: inline-block;
      text-decoration: none; }
    .actions a.back-to-top:before {
      content: "\f077";
      font: normal normal normal 14px/1 fontAwesome;
      margin-right: 10px; }

/* $PRELOADER
============= */
.page-loader {
  position: fixed;
  background: #444;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998; }

.loader {
  position: absolute;
  border-left: 2px solid #de6328;
  border-top: 2px solid rgba(222, 99, 40, 0.2);
  border-right: 2px solid rgba(222, 99, 40, 0.2);
  border-bottom: 2px 2px solid rgba(222, 99, 40, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  -ms-animation: load 0.8s infinite linear;
  -o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px; }

/* $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%; }

/* $HEADER */
header#global {
  background-color: #414042;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  z-index: 800;
  width: 100%;
  padding: 20px 0; }
  header#global .event-logo {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding-right: 50px; }
    header#global .event-logo img {
      height: 67px;
      transition: all 0.5s;
      float: left; }
      @media only screen and (min-width: 992px) {
        header#global .event-logo img {
          float: none; } }

/* $FOOTER
============= */
.eh_outer_div #footer_section {
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 767px) {
    .eh_outer_div #footer_section {
      margin: 0 -15px;
      width: calc(100% + 30px) !important; } }

.footer {
  margin: 0 !important;
  padding: 98px 0;
  background-color: #444; }
  body.ereg .footer {
    margin-top: 80px !important; }
  .footer a.button {
    margin: 0px !important; }
  .footer .social.row h1, .footer .social.row h2, .footer .social.row h3, .footer .social.row h4 {
    color: white; }
  .footer .social.row a:link, .footer .social.row a:visited {
    color: #feffff !important;
    padding: 10px; }
    .footer .social.row a:link:hover, .footer .social.row a:visited:hover {
      color: #809bbe !important; }

/* $Animations
============= */
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes shake {
  0% {
    transform: translateX(0); }
  20% {
    transform: translateX(-10px); }
  40% {
    transform: translateX(10px); }
  60% {
    transform: translateX(-10px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
@keyframes pulse {
  0% {
    transform: scale(0.25); }
  50% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }
@keyframes FadeIn {
  0% {
    opacity: 0;
    transform: scale(3); }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1; } }
@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1; }
  20% {
    transform: scale(25, 25);
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(40, 40);
    background: transparent; } }
body.animate .find-out-more {
  -webkit-animation: shake ease-in-out 0.55s 1; }

/* ===================================== */
/* ============= $SECTIONS ============= */
#main_section > section {
  padding: 60px 0px;
  position: relative; }
  #main_section > section:not(.parallax-section):not(.callout-section):not(:last-child):after {
    border-bottom: 0px solid #eaeaea;
    margin: 0 auto;
    width: 40%;
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  #main_section > section h2 {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    margin: 40px 0; }
  #main_section > section p {
    text-align: justify;
    position: relative; }
  #main_section > section hr {
    border-top: 1px solid #00B287;
    width: 40%;
    margin: 60px auto; }

section.sponsors-section div[class*="col-"] img {
  width: 100%;
  height: auto; }

/* ============= $shrinking header ============= */
@media only screen and (min-width: 992px) {
  header#global {
    background: transparent;
    padding: 40px 0; }

  body.nav-shrink header#global {
    background-color: #414042;
    padding: 10px 0; } }
/* ============= $HERO ============= */
.hero-section {
  transition: all 0.5s;
  padding: 50px 0;
  position: relative;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px; }
  @media only screen and (min-width: 1200px) {
    .hero-section {
      background-attachment: fixed; } }
  .hero-section * {
    color: #feffff; }
  .hero-section h1 {
    margin-bottom: 40px !important;
    letter-spacing: 2px;
    font-weight: 400; }
    @media only screen and (min-width: 992px) {
      .hero-section h1 {
        font-family: "GT America Condensed", "Arial", sans-serif;
        font-weight: bold;
        font-size: 112px;
        line-height: 110px; } }
  .hero-section h2 {
    line-height: 1.3;
    letter-spacing: 3px;
    font-size: 26px; }
  .hero-section h3 {
    font-size: 14px !important;
    font-weight: 700 !important;
    padding-top: 45px !important; }
  .hero-section a {
    background: #feffff;
    padding: 20px 20px;
    color: #EE414E !important;
    text-decoration: none;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 21px !important;
    transition: all 0.5s;
    text-transform: uppercase;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    padding: 10px 37px;
    padding-top: 20px;
    padding-bottom: 20px; }
    .hero-section a:hover {
      text-decoration: none !important;
      background: #EE414E;
      color: white !important; }
  .hero-section.large-hero-section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    min-height: 100vh;
    margin-top: 0;
    padding: 150px 0;
    position: relative; }
  .hero-section:before {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .hero-section div {
    position: relative;
    text-align: center; }

.parallax-section {
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1200px) {
    .parallax-section {
      display: block;
      min-height: 400px;
      background-attachment: fixed; } }

/* ============= $COLOUR SECTION ============= */
.callout-section {
  padding: 70px 0 !important;
  background-color: #444; }
  .callout-section h1,
  .callout-section h2,
  .callout-section h3,
  .callout-section h4,
  .callout-section * {
    color: #feffff !important; }
  .callout-section a.btn {
    display: inline-block !important;
    padding: 10px 20px;
    background-color: transparent;
    color: #feffff !important;
    text-decoration: none;
    margin: 20px 0;
    width: auto !important;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    border-radius: 0 !important;
    font-weight: normal;
    transition: all 0.5s;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #feffff !important; }
    .callout-section a.btn:hover {
      background-color: #feffff;
      color: #809bbe !important;
      text-decoration: none !important; }

/* ============= $MAP ============= */
.map-section {
  padding: 0px;
  line-height: 0; }
  .map-section iframe {
    pointer-events: none; }

/* ============= $SPEAKERS ============= */
.speakers-section .div_td {
  display: block;
  width: 100%;
  float: left;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .speakers-section .div_td {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .speakers-section .div_td {
      width: 25%; } }
  .speakers-section .div_td .p1 {
    float: left;
    width: 100% !important;
    margin: 0 !important;
    padding-top: 20px; }
    .speakers-section .div_td .p1 b {
      font-size: 14px; }
  .speakers-section .div_td img {
    float: initial !important;
    margin: 0 auto;
    max-width: 100%; }
.speakers-section table tr {
  table-layout: fixed;
  width: 100%;
  float: left; }
  .speakers-section table tr:nth-child(even) {
    display: none; }
  @media only screen and (min-width: 768px) {
    .speakers-section table tr {
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 992px) {
    .speakers-section table tr {
      width: 25%;
      float: left; } }
.speakers-section table td {
  float: left;
  width: 100%;
  text-align: center; }
  .speakers-section table td img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .speakers-section table td:nth-child(2) {
    padding: 10px 0 30px; }
.speakers-section .clear {
  display: none; }
.speakers-section img {
  width: 128px; }

/* ============= $REGISTER ============= */
.register-section .inline-ereg {
  padding: 60px 0 0 0; }

/* ============= $SPONSORS ============= */
.sponsor-section.key-sponsor-section .key-sponsor {
  text-align: center; }

table[id^="agendatable"],
div[id^="agendatable"] {
  /* { font-family: $font-stack; }*/ }
  table[id^="agendatable"] td,
  div[id^="agendatable"] td {
    padding: 8px; }
    table[id^="agendatable"] td:empty,
    div[id^="agendatable"] td:empty {
      display: none; }
  table[id^="agendatable"] a,
  div[id^="agendatable"] a {
    padding: 0;
    margin: 0; }
  table[id^="agendatable"] .data-group,
  div[id^="agendatable"] .data-group {
    padding: 8px;
    background-color: transparent !important; }
    table[id^="agendatable"] .data-group .left,
    table[id^="agendatable"] .data-group .right,
    div[id^="agendatable"] .data-group .left,
    div[id^="agendatable"] .data-group .right {
      width: 100% !important; }
    table[id^="agendatable"] .data-group .left,
    div[id^="agendatable"] .data-group .left {
      float: left; }
    table[id^="agendatable"] .data-group .right,
    table[id^="agendatable"] .data-group .right span,
    div[id^="agendatable"] .data-group .right,
    div[id^="agendatable"] .data-group .right span {
      font-size: 18px; }
    @media only screen and (min-width: 992px) {
      table[id^="agendatable"] .data-group .left,
      div[id^="agendatable"] .data-group .left {
        font-size: 14px;
        float: left;
        padding-right: 20px;
        width: 20% !important; }
      table[id^="agendatable"] .data-group .right,
      div[id^="agendatable"] .data-group .right {
        width: 80% !important; }
      table[id^="agendatable"] .data-group a,
      div[id^="agendatable"] .data-group a {
        font-size: 12px; } }
  table[id^="agendatable"] .data-groupheader,
  div[id^="agendatable"] .data-groupheader {
    background-color: transparent !important;
    color: #feffff;
    margin: 10px 0;
    padding: 8px; }
    table[id^="agendatable"] .data-groupheader .header,
    div[id^="agendatable"] .data-groupheader .header {
      color: #feffff; }
  table[id^="agendatable"] .day,
  div[id^="agendatable"] .day {
    border: 1px solid white;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      table[id^="agendatable"] .day,
      div[id^="agendatable"] .day {
        border: 0;
        margin: 0; } }
  table[id^="agendatable"] div[class*="col-"]:not(:last-child) tr:last-child,
  div[id^="agendatable"] div[class*="col-"]:not(:last-child) tr:last-child {
    display: none; }
  @media only screen and (min-width: 768px) {
    table[id^="agendatable"] div[class*="col-"],
    div[id^="agendatable"] div[class*="col-"] {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    table[id^="agendatable"] div[class*="col-"]:nth-child(even),
    div[id^="agendatable"] div[class*="col-"]:nth-child(even) {
      border-left: solid 1px #00B287;
      padding-left: 40px; } }
  table[id^="agendatable"] div[class*="col-"]:nth-child(2n+1),
  div[id^="agendatable"] div[class*="col-"]:nth-child(2n+1) {
    clear: left; }

/* ===================================== */
/* ============= $NAVIGATION MENU ============= */
.tabmenu {
  display: none; }
  .tabmenu td {
    display: inline; }

.ehtm {
  z-index: 100 !important;
  max-width: 100%; }
  .ehtm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 33px;
    transition: none; }
    .ehtm ul:after {
      content: "";
      display: table;
      clear: both; }
  .ehtm li {
    float: none; }
  .ehtm a:link,
  .ehtm a:visited {
    font-family: "GT America Condensed", "GT America Condensed", "Arial", sans-serif !important;
    display: block;
    padding: 5px 10px;
    position: relative;
    color: white !important;
    z-index: 101 !important;
    background: transparent !important;
    text-transform: uppercase;
    font-size: 17px !important;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased; }
    .ehtm a:link:hover,
    .ehtm a:visited:hover {
      text-decoration: none !important;
      color: #423a38 !important; }
    .ehtm a:link.sel_top,
    .ehtm a:visited.sel_top {
      color: #0D5DA7 !important;
      text-decoration: none !important; }
    .ehtm a:link:focus,
    .ehtm a:visited:focus {
      text-decoration: none !important; }

@media only screen and (max-width: 991px) {
  .tabmenu {
    display: block;
    position: fixed;
    top: -100%;
    width: 100%;
    z-index: 100;
    left: 0;
    background: #414042 !important; }
    body.show-nav .tabmenu {
      top: 60px; }

  .ehtm ul {
    width: 100%;
    padding: 0 30px !important;
    margin: 20px auto !important;
    background: transparent !important; }
  .ehtm li {
    clear: both;
    width: 100%;
    text-align: left; }
  .ehtm a {
    width: 100%;
    padding: 10px 0 !important;
    font-size: 2em !important;
    font-weight: 100; }
    .ehtm a.sel_top {
      color: #809bbe !important;
      text-decoration: underline; } }
@media only screen and (min-width: 992px) {
  .mobile-toggle {
    display: none; }

  .tabmenu {
    display: block;
    background: transparent !important;
    z-index: 900;
    transition: top 0.5s;
    float: right; }

  .ehtm {
    position: relative; }
    .ehtm.container {
      width: auto !important; }
    .ehtm ul {
      background: transparent !important; }
    .ehtm li {
      float: left; }
    .ehtm a:link:hover,
    .ehtm a:visited:hover {
      color: #423a38 !important; } }
/* $MOBILE-TOGGLE*/
body.ehome .mobile-toggle-wrap {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
  cursor: pointer;
  padding: 20px;
  height: 60px;
  transition: all 0.25s ease; }
  @media only screen and (max-width: 991px) {
    body.ehome .mobile-toggle-wrap {
      display: block; } }
  body.ehome .mobile-toggle-wrap .mobile-toggle {
    cursor: pointer;
    padding: 15px 35px 16px 0px; }
    body.ehome .mobile-toggle-wrap .mobile-toggle span,
    body.ehome .mobile-toggle-wrap .mobile-toggle span:before,
    body.ehome .mobile-toggle-wrap .mobile-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 2px;
      width: 30px;
      background: rgba(255, 255, 255, 0.7);
      position: absolute;
      display: block;
      content: '';
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
    body.ehome .mobile-toggle-wrap .mobile-toggle span:before {
      top: -10px; }
    body.ehome .mobile-toggle-wrap .mobile-toggle span:after {
      bottom: -10px; }
    body.ehome .mobile-toggle-wrap .mobile-toggle.active span {
      background-color: transparent;
      transform: rotate(90deg); }
      body.ehome .mobile-toggle-wrap .mobile-toggle.active span:before, body.ehome .mobile-toggle-wrap .mobile-toggle.active span:after {
        top: 0;
        background-color: #feffff; }
      body.ehome .mobile-toggle-wrap .mobile-toggle.active span:before {
        transform: rotate(45deg); }
      body.ehome .mobile-toggle-wrap .mobile-toggle.active span:after {
        transform: rotate(-45deg); }

/* ================================================================================================== */
/* RESET */
/* ================================================================================================== */
.error:focus {
  border-color: #de6328 !important; }

input[type="file"]:focus {
  outline: 1px auto #809bbe !important;
  outline-offset: 0; }

table.reg-header-container,
label:empty,
#button_continue br {
  display: none; }

td.standard,
.redLabel,
label,
.error {
  font-size: 18px;
  font-weight: 300; }

.error {
  border-color: #ff9999 !important; }

font.red {
  padding: 0 2px; }

font.red,
.redLabel,
.red {
  color: #ff9999; }

table[data-questiontype="3"] div[role="group"] div.checkbox-container.error {
  width: 100% !important;
  display: inline-block;
  padding: 10px; }
table[data-questiontype="3"] .redLabel {
  padding-top: 0px !important; }

#button_continue input[type="image"] {
  display: none !important; }

tr.category-selection-tr input[type="radio"] {
  margin: 4px 10px 0; }

form {
  padding: 0 !important; }
  form > table {
    width: 100%;
    margin: 0 auto; }
    form > table table td {
      padding-right: 10px; }

input[type="radio"] {
  margin-right: 10px;
  padding-right: 10px; }

.questionContainer {
  margin-bottom: 25px; }

.questionLabel {
  padding-right: 20px;
  color: #444;
  font-family: "GT America Condensed", "Arial", sans-serif;
  font-size: 18px !important;
  line-height: 24px;
  vertical-align: middle; }

.r-message {
  margin-top: 40px; }

.red {
  padding-bottom: 20px; }

.r-table td {
  padding: 10px; }

/* =========================== */
/* NAV / BREADCRUMBS */
/* =========================== */
table#orig-nav {
  display: none !important; }

@media (max-width: 769px) {
  table.r-standard > tbody tr {
    padding: 0 !important; } }
@media (min-width: 769px) {
  #r-breadcrumbs {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    background: #414042;
    padding: 20px 0 !important;
    color: #444;
    position: absolute !important;
    width: 100%;
    max-width: none !important; }
    #r-breadcrumbs ul {
      display: block !important;
      margin: 0 auto !important;
      max-width: none !important; }
    #r-breadcrumbs li {
      display: inline-block !important;
      padding: 5px; }
      #r-breadcrumbs li.off {
        opacity: 0.3; }
      #r-breadcrumbs li:not(:first-of-type):before {
        margin-right: 10px;
        content: "";
        font-family: fontAwesome;
        color: #d7d7d7; }

  span.r-count {
    display: none !important; }

  body.newreg #r-breadcrumbs ul li a {
    font-weight: bold; }

  input.button.r-button {
    border: 0px !important;
    color: white !important; } }
/* =========================== */
/* INPUTS */
/* =========================== */
table.questionContainer input:not([type="radio"]):not(.button):not([type="button"]):not([type="checkbox"]),
table.questionContainer textarea {
  width: 100% !important;
  padding: 10px 0px 10px 10px;
  background: #feffff;
  border-width: 0 0 1px 0;
  border-style: solid;
  outline: 0 !important;
  resize: none;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  border-radius: 0 !important;
  border-color: #d7d7d7;
  color: #444;
  font-size: 17px !important; }
table.questionContainer select:not([class^=picker]) {
  width: 100% !important;
  padding: 10px 0px 10px 10px;
  border-width: 1px;
  border-style: solid;
  outline: 0 !important;
  resize: none;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  border-radius: 0 !important;
  border-color: #d7d7d7;
  background: linear-gradient(45deg, transparent 50%, #444 50%), linear-gradient(135deg, #444 50%, transparent 50%);
  background-position: calc(100% - 17px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  /* styling and reset */
  background-color: white;
  color: #444;
  border: thin solid #d7d7d7;
  line-height: 18px;
  padding: 0.5em 3.5em 0.5em 1em;
  font-size: 17px;
  /* reset */
  border-radius: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }
table.questionContainer select::-ms-expand {
  display: none; }
table.questionContainer input:not([type="radio"]):not(.button):not([type="button"]):not([type="checkbox"]):active, table.questionContainer input:not([type="radio"]):not(.button):not([type="button"]):not([type="checkbox"]):focus,
table.questionContainer textarea:active,
table.questionContainer textarea:focus,
table.questionContainer select:not([class^=picker]):active,
table.questionContainer select:not([class^=picker]):focus {
  border-color: #809bbe !important; }
table.questionContainer[data-questiontype="17"] input[type=radio] {
  margin-right: 10px; }
table.questionContainer[data-questiontype="6"] .questionInput table td, table.questionContainer[data-questiontype="7"] .questionInput table td {
  width: 200px;
  padding: 0 10px 0 0; }

input[type="file"] {
  border: 0; }

/* =========================== */
/* Mobile Date Picker */
/* =========================== */
.r-desktop.legacy-datepicker {
  display: none !important; }

[data-questiontype="5"] tr.r-mobile, [data-questiontype="11"] tr.r-mobile {
  display: block !important; }
  [data-questiontype="5"] tr.r-mobile td, [data-questiontype="11"] tr.r-mobile td {
    position: relative; }
    @media only screen and (min-width: 768px) {
      [data-questiontype="5"] tr.r-mobile td:not([role="presentation"]):after, [data-questiontype="11"] tr.r-mobile td:not([role="presentation"]):after {
        content: "\f073 ";
        font-family: fontAwesome;
        color: #444;
        right: 20px;
        top: 15px;
        padding: 0 0 2px;
        position: absolute;
        pointer-events: none; } }

.picker__box {
  padding: 1em !important;
  border-radius: 0 !important; }

/* =========================== */
/* Agenda */
/* =========================== */
table.agenda-day-container table td.questionLabel,
table.agenda-day-container table td.questionInput {
  padding: 10px; }
table.agenda-day-container a.clear-selection-label {
  font-size: 12px; }

tr.r-desktop.legacy-datepicker td {
  width: 200px;
  padding: 0 10px 0 0; }

tr.needs-table-color[bgcolor] {
  background: #414042; }
  tr.needs-table-color[bgcolor] .header {
    padding: 10px !important;
    color: #444; }

/* =========================== */
/* PAGES */
/* =========================== */
body.ereg {
  /*     img.r-desktop {
          display: none !important;
      } */ }
  body.ereg header#global {
    background-color: #414042;
    padding: 10px 0;
    position: relative; }
  body.ereg #r-breadcrumbs {
    margin: 32px auto 0 !important; }
  @media only screen and (min-width: 768px) {
    body.ereg #inner_content {
      padding-top: 160px !important; } }
  body.ereg a img.r-desktop, body.ereg input[type="image"].r-desktop, body.ereg input[src^="/images/button.php"] {
    display: none !important; }

body.record #inner_content table.r-table {
  padding: 0 !important; }
body.record #inner_content table td {
  font-size: 16px !important;
  padding: 10px !important; }

body.modifyreg .questionInput input {
  margin-bottom: 20px; }

/* =========================== */
/* IFRAMED */
/* =========================== */
body.ereg.iframed h1[role="banner"],
body.ereg.iframed .branding-hdr,
body.ereg.iframed #r-breadcrumbs,
body.ereg.iframed .reg-header-container,
body.ereg.iframed .linkSnippetVersion {
  display: none !important; }
body.ereg.iframed #inner_content {
  padding-top: 0 !important; }

/* =========================== */
/* Buttons */
/* =========================== */
input.button.r-button {
  border: 0 !important;
  color: #feffff !important; }

/* =========================== */
/* CUSTOM PROGRESS BAR */
/* =========================== */
.progress-bar-container {
  max-width: 700px;
  margin: 0 auto; }
  .progress-bar-container .progress-bar {
    background: #d7d7d7; }
  .progress-bar-container .progress {
    height: 30px;
    width: 0;
    background-color: #809bbe; }

/* =========================== */
body.ereg table.r-standard > tbody tr {
  border: none !important; }

body.ereg table#outer_table > tbody tr[bgcolor],
body.ereg table#outer_table > tbody > tr td[bgcolor] {
  background-color: transparent !important; }

.r-table td {
  padding: 10px; }

td.header {
  text-transform: uppercase;
  padding: 10px; }

table.agenda-day-container tbody tr tbody tr {
  padding: 0 !important; }

td[style="padding:5px;"] {
  padding: 0 !important; }

.red {
  color: #EE414E !important; }

a, a:link, a:visited {
  color: #0D5DA7; }

.nav-link {
  display: block !important; }

.ehtm li:last-child a {
  background-color: white !important;
  color: white !important; }
  .ehtm li:last-child a:hover {
    background-color: #feffff !important;
    color: #423a38 !important; }

.img-responsive {
  width: 100%; }

#header_section {
  margin-bottom: 0px !important; }

#tabs {
  text-align: center !important; }
  #tabs ul {
    width: 100%;
    list-style-type: none;
    display: table;
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
  #tabs li {
    padding: 25px;
    display: inline-block; }
    #tabs li a {
      font-size: 32px !important;
      color: #0D5DA7 !important;
      font-family: "GT America", "Arial", sans-serif !important;
      text-decoration: none !important;
      padding-bottom: 10px;
      font-weight: 700; }
  #tabs p {
    font-size: 36px !important;
    color: #0D5DA7 !important;
    font-family: "GT America", "Arial", sans-serif !important;
    line-height: 60px; }
    #tabs p a {
      color: #0D5DA7 !important;
      font-family: "GT America", "Arial", sans-serif !important;
      text-decoration: underline !important;
      font-size: 36px !important; }
  #tabs h3 {
    font-family: "GT America", "Arial", sans-serif !important;
    font-size: 29px !important;
    color: #0D5DA7 !important;
    text-transform: capitalize !important; }
  #tabs .container {
    width: 1222px !important; }

@media (max-width: 991px) and (min-width: 768px) {
  #tabs-2 p {
    height: 180px !important; } }
@media (max-width: 768px) {
  #tabs-2 p {
    height: auto !important; } }
.active-item,
.on-active-item {
  border-bottom: 3px solid #0D5DA7; }

#tabs-1 p {
  text-align: center !important; }

.social-li {
  width: 40% !important;
  margin: 0 auto !important;
  margin-top: 76px !important; }

@media (max-width: 768px) {
  .social-li {
    width: 80% !important; }
    .social-li li {
      display: inline-block !important; }

  .price {
    margin-bottom: 50px; }

  .section-link {
    margin-bottom: 30px; } }
#about-section {
  padding-top: 25px !important; }

#tabs-2 p {
  font-size: 20px !important;
  line-height: 22px !important;
  height: 110px; }
#tabs-2 h3 {
  text-align: left !important; }

#home-section .header {
  margin: 0 auto; }

.yellow-section {
  padding: 60px 0px !important; }
  .yellow-section img {
    width: 100%; }

.about-section .fa:hover {
  opacity: 0.5;
  transition: opacity 0.5s 0.2s; }

/*****AGENDA*****/
tr.data-group {
  border-left: 0px !important;
  display: block; }

@media only screen and (min-width: 768px) {
  table[id^="agendatable"] div[class*="col-"]:nth-child(even),
  div[id^="agendatable"] div[class*="col-"]:nth-child(even) {
    border-left: 0 !important;
    padding-left: 15px !important; } }
.agenda-row {
  border-top: 2px solid #EE414E;
  position: relative; }

.agenda-row-date {
  width: 12% !important;
  min-width: 140px; }

.agenda-row-description {
  width: 54% !important; }

.agenda-speaker {
  margin-right: 20px;
  width: 20%;
  text-align: center;
  display: inline-block; }

@media (max-width: 768px) {
  .agenda-speaker {
    display: block; } }
.agenda-row-location {
  top: 0%;
  width: 22% !important;
  padding-right: 30px !important;
  position: absolute;
  right: 0; }

@media (max-width: 991px) {
  .agenda-row-location {
    position: initial !important; } }
.agenda-title {
  color: #EE414E !important;
  font-size: 22px !important;
  font-family: "GT America", "Arial", sans-serif !important; }

.speaker-photo-agenda {
  display: block; }
  .speaker-photo-agenda img {
    width: 70px;
    border-radius: 50%; }

#agenda-section {
  padding-bottom: 0 !important;
  margin-bottom: -100px !important; }

.agenda-section div,
.agenda-section p,
.agenda-section a td,
.agenda-section table,
.agenda-section b,
.agendamodule-section div,
.agendamodule-section p,
.agendamodule-section a td,
.agendamodule-section table,
.agendamodule-section b {
  color: #EE414E !important; }
.agenda-section .col-sm-12,
.agendamodule-section .col-sm-12 {
  margin-bottom: 0px !important;
  min-height: 0 !important; }

.session {
  display: none; }

.session-details {
  display: none; }

.agenda-description td {
  color: #EE414E !important;
  font-size: 22px !important;
  font-family: "GT America", "Arial", sans-serif !important; }

.agenda-row-date,
.agenda-row-location {
  color: #EE414E !important;
  font-size: 20px !important;
  font-family: "GT America Condensed", "Arial", sans-serif !important; }

.agenda-speaker a {
  color: #EE414E !important;
  font-family: "GT America", "Arial", sans-serif !important;
  text-decoration: none !important; }

.expander {
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer; }

.days-buttons {
  width: 100%;
  list-style-type: none;
  display: table;
  margin: 0;
  padding: 0;
  margin-bottom: 30px; }

.day-button {
  padding: 25px;
  display: table-cell;
  font-size: 20px !important;
  color: #4A4A4A;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase; }

.ehome .agenda-date .header {
  display: none; }

.button-day-sub {
  font-family: "GT America", "Arial", sans-serif !important;
  display: block;
  font-size: 24px !important;
  text-transform: capitalize !important; }

.ehome .registration-background {
  display: none; }

.registration-background {
  width: 100%;
  height: 100%; }

.v-center {
  display: flex;
  align-items: center; }

.col-centered {
  float: none;
  margin: 0 auto;
  display: block; }

.footer {
  padding: 20px !important;
  position: relative;
  z-index: 1; }
  .footer .bottom-menu li {
    color: white;
    font-family: "GT America", "Arial", sans-serif !important;
    font-size: 20px;
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 4px; }
  .footer .bottom-menu a {
    color: white;
    font-family: "GT America", "Arial", sans-serif !important;
    font-size: 11px !important; }
    .footer .bottom-menu a:hover {
      color: white !important;
      text-decoration: none !important; }
  .footer i {
    font-size: 20px !important; }
    .footer i:hover {
      opacity: 0.5; }

/*****eReg*****/
form {
  max-width: 800px;
  margin: 0 auto; }

.ereg header {
  height: 400px; }
.ereg .event-details {
  position: absolute;
  top: 163px;
  z-index: 10000;
  text-align: center;
  left: 0;
  right: 0; }
  .ereg .event-details h1 {
    color: white;
    font-family: "GT America Condensed", "Arial", sans-serif !important;
    font-weight: bold;
    font-size: 72px;
    line-height: 69px; }
  .ereg .event-details h2 {
    color: white;
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 1.3; }
.ereg .poweredBy {
  display: none; }
.ereg .footer {
  position: absolute;
  width: 100%;
  left: 0; }
.ereg .r-table td {
  font-size: 18px !important; }

.speakers-section h2 {
  font-family: "GT America", "Arial", sans-serif !important;
  font-size: 26px;
  text-align: center !important;
  color: #EE414E !important;
  margin-bottom: 30px;
  text-transform: capitalize;
  letter-spacing: 1px !important; }

span.r-indented div {
  font-size: 17px !important; }

bdi {
  font-size: 18px !important; }

/*****SPEAKER MODAL WINDOW*****/
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }

body.modalDialog {
  overflow: hidden;
  position: fixed; }

.modalDialog:target {
  opacity: 1;
  pointer-events: auto; }

.modalDialog > div {
  width: 97%;
  max-width: 900px;
  position: relative;
  margin: 4% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 0px;
  background: #fff;
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden; }

.close-modal {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 3px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000; }

.close:hover {
  background: #00d9ff; }

.main-speakers {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1200px; }

.speaker {
  width: 100%;
  max-width: 320px;
  display: inline-block;
  margin-left: 64px;
  margin-bottom: 50px;
  vertical-align: top;
  text-align: center; }
  .speaker img {
    width: 100%; }
  .speaker h4 {
    text-align: center;
    font-family: "GT America", "Arial", sans-serif !important;
    font-size: 22px !important;
    color: #EE414E;
    text-transform: inherit;
    line-height: 25px; }
  .speaker p {
    text-align: center !important; }
  .speaker a {
    text-decoration: none !important; }
    .speaker a:hover {
      text-decoration: none !important; }
  .speaker .speakerSession {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase; }

.content-wrap img {
  width: 100%;
  margin-left: 40px;
  margin-top: 50px; }
.content-wrap a.close {
  font-family: "GT America", "Arial", sans-serif !important;
  font-size: 16px;
  color: #EE414E !important; }
  .content-wrap a.close:hover {
    background: transparent !important; }

.speaker-left {
  float: left;
  width: 30%; }

.speaker-right {
  text-align: left;
  margin-top: 52px;
  margin-right: 4%;
  width: 54%;
  float: right; }
  .speaker-right h4 {
    text-align: left !important; }
  .speaker-right .bio {
    font-family: "GT America", "Arial", sans-serif !important;
    font-size: 16px !important; }

.speaker-overlay h4:hover {
  opacity: 0.5; }

.more-speakers {
  position: relative;
  margin: 40px 0;
  text-transform: capitalize; }
  .more-speakers:hover {
    cursor: pointer; }
  .more-speakers p {
    font-size: 25px !important;
    font-weight: 400;
    letter-spacing: 1px !important;
    font-family: "GT America", "Arial", sans-serif !important;
    text-align: center !important;
    border-bottom: 2px solid #EE414E;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-bottom: 10px;
    color: #EE414E !important;
    display: inline-block; }

html.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }

@media (max-width: 768px) {
  .speaker {
    margin-bottom: 110px !important; }

  .modalDialog > div {
    height: 500px !important; } }
/*****FREEDOM SECTION*****/
.freedom-section {
  text-align: center !important; }
  .freedom-section p {
    font-family: "GT America", "Arial", sans-serif !important;
    font-size: 38px !important;
    line-height: 75px;
    color: white;
    text-align: center !important; }
  .freedom-section ul {
    width: 100%;
    list-style-type: none;
    display: table;
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
  .freedom-section li {
    padding: 25px;
    display: inline-block; }
    .freedom-section li a {
      font-size: 32px !important;
      color: white !important;
      font-family: "GT America", "Arial", sans-serif !important;
      text-decoration: none !important;
      padding-bottom: 10px; }

.action-section img {
  width: 100%; }
.action-section h2 {
  font-family: "GT America", "Arial", sans-serif !important;
  font-size: 26px !important;
  text-align: left !important;
  text-transform: capitalize;
  letter-spacing: 1px !important;
  margin: 20px 0px 20px 0px !important;
  padding-bottom: 0px !important; }
.action-section p {
  font-family: "GT America", "Arial", sans-serif !important;
  font-size: 22px !important;
  line-height: 44px !important;
  text-align: left !important;
  color: #0D5DA7; }
.action-section .blue {
  color: #0D5DA7 !important; }
.action-section .red {
  color: #EE414E !important; }
.action-section a {
  font-family: "GT America", "Arial", sans-serif !important;
  font-size: 22px !important;
  color: #0D5DA7; }
  .action-section a:hover {
    color: #423a38 !important; }
.action-section .action-item a {
  font-family: "GT America", "Arial", sans-serif !important;
  color: #0D5DA7 !important;
  font-size: 26px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid #0D5DA7;
  margin: 20px 0px 20px 0px !important; }
  .action-section .action-item a:hover {
    color: #0D5DA7 !important;
    border: 0 !important;
    text-decoration: none !important; }

@media (min-width: 991px) {
  .action-section .row-start {
    padding-right: 40px; } }
.bluesky-section img {
  width: 100%; }

.venue-section img {
  width: 100%; }
.venue-section h2 {
  font-family: "GT America", "Arial", sans-serif !important;
  font-size: 26px !important;
  text-align: left !important;
  text-transform: capitalize;
  letter-spacing: 1px !important;
  margin: 20px 0px 20px 0px !important; }
.venue-section p {
  font-family: "GT America", "Arial", sans-serif !important;
  font-size: 22px !important;
  line-height: 44px !important;
  text-align: left !important;
  color: #0D5DA7; }
.venue-section .blue {
  color: #0D5DA7 !important; }
.venue-section .red {
  color: #EE414E !important; }
.venue-section a {
  font-family: "GT America", "Arial", sans-serif !important;
  font-size: 22px !important;
  color: #0D5DA7 !important; }
  .venue-section a:hover {
    color: #423a38 !important;
    text-decoration: none !important; }
.venue-section .action-item a {
  font-family: "GT America", "Arial", sans-serif !important;
  color: #0D5DA7 !important;
  font-size: 26px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid #0D5DA7;
  margin: 20px 0px 20px 0px !important; }
  .venue-section .action-item a:hover {
    color: #0D5DA7 !important;
    border: 0 !important;
    text-decoration: none !important; }

.last-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .last-section img {
    width: 100%; }

@media (max-width: 991px) {
  #tabs li {
    display: inline-block; }
    #tabs li a {
      font-size: 22px !important; }
  #tabs p {
    font-size: 22px !important;
    line-height: 39px !important; }
    #tabs p a {
      font-size: 22px !important; }

  .day-button {
    width: 100% !important;
    display: block !important; }

  .agenda-row-date {
    width: 100% !important;
    display: block !important; }

  .agenda-row-description {
    width: 100% !important;
    display: block !important; }

  .agenda-row-location {
    width: 100% !important;
    display: block !important; } }
@media (max-width: 768px) {
  .speaker {
    margin-left: 0px !important;
    margin: 0 auto !important;
    margin-bottom: 30px !important; }

  .speaker-left {
    float: none !important;
    width: 50% !important;
    margin: 0 auto; }
    .speaker-left img {
      margin-left: 0 !important; }

  .speaker-right {
    text-align: center !important;
    margin-right: 0 !important;
    width: 90% !important;
    float: none !important;
    margin: 0 auto !important; }
    .speaker-right h4 {
      text-align: center !important; }

  .freedom-section p {
    font-size: 22px !important;
    line-height: 39px !important; }

  .action-section p {
    text-align: left !important;
    line-height: 35px !important; }

  .venue-section p {
    text-align: left !important;
    line-height: 35px !important; }

  .footer img {
    float: left; } }
.social-bottom {
  display: block;
  text-align: right !important; }

.footer-menu {
  margin-top: 10px; }

.social-bottom {
  margin-top: 10px; }
  .social-bottom .fa {
    font-size: 22px !important; }

/*****ANIMATONS*****/
/***TOP ANIMATION***/
#yellow-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  top: -160%;
  right: -109%; }

#red-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: -129%;
  left: -112%; }

#white-layover {
  display: none;
  position: absolute;
  top: 9%;
  left: 24%;
  width: 303px;
  height: 509px;
  transform: rotate(10deg); }

#belong {
  display: none;
  position: absolute;
  top: 29%;
  left: 37%;
  width: 129px;
  height: 129px;
  color: #0D5DA7;
  font-family: "GT America", "Arial", sans-serif !important;
  font-size: 25px !important;
  font-weight: bold;
  text-align: left !important;
  line-height: 30px; }

@media all and (min-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #white-layover {
    top: -29% !important;
    left: 33% !important;
    transform: rotate(5deg) !important; } }
@media all and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #white-layover {
    top: -43% !important;
    left: 26% !important;
    transform: rotate(5deg) !important; } }
#purple-triangle {
  position: absolute;
  bottom: -17%;
  left: -327%;
  width: 250px;
  height: 250px; }

#green-square {
  position: absolute;
  top: -5%;
  right: -72%;
  width: 250px;
  height: 250px; }

.green-motion {
  top: 0% !important;
  right: 20% !important;
  transition: all 3s 3s; }

#blue-polygon {
  position: absolute;
  top: -12%;
  left: 0%;
  width: 250px;
  height: 250px; }

#yellow-circle2 {
  position: absolute;
  width: 250px;
  height: 250px;
  top: -12%;
  left: -160%; }

#red-circle {
  position: absolute;
  top: 7%;
  left: 10%;
  width: 250px;
  height: 250px;
  z-index: -1; }
  #red-circle img {
    width: 250px;
    height: 250px; }

#bottom-animations {
  height: 600px;
  position: relative; }

#blue-polygon-bottom {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 18%;
  left: 43%;
  transform: rotate(90deg) !important; }

#red-circle-bottom {
  position: absolute;
  width: 280px;
  height: 280px;
  top: 32%;
  left: -44%; }

#blue-square-bottom {
  position: absolute;
  width: 170px;
  height: 170px;
  top: 2%;
  right: -50%; }

#yellow-polygon-bottom {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: -12%;
  right: 12%; }

#purple-triangle-bottom {
  position: absolute;
  width: 280px;
  height: 280px;
  top: 13%;
  right: -35%; }

#belong-bottom {
  width: 145px;
  height: 145px;
  position: absolute;
  top: 35%;
  left: 39%;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s; }

#you-belong {
  position: absolute;
  top: 40%;
  left: 43%;
  text-align: center;
  font-size: 20px !important;
  font-weight: bold;
  color: #0D5DA7;
  font-family: "GT America", "Arial", sans-serif !important;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s; }

#bottom-image {
  display: none; }

@media (max-width: 1200px) {
  #belong {
    left: 37%;
    top: 23%; }

  #bottom-animations {
    height: 400px; }

  #red-circle-bottom {
    width: 200px;
    height: 200px;
    top: 20%;
    left: -50%; }

  #purple-triangle-bottom {
    width: 200px;
    height: 200px;
    top: 0%;
    right: -51%; }

  #belong-bottom {
    width: 115px;
    height: 204px;
    top: 21%;
    left: 44%; }

  #white-layover {
    top: 2%; }

  #you-belong {
    top: 27%;
    left: 48%;
    font-size: 15px !important; }

  #blue-polygon-bottom {
    width: 200px;
    height: 200px;
    top: -1%;
    left: 54%; }

  #blue-square-bottom {
    width: 140px;
    height: 140px;
    top: 6%;
    right: -71%; }

  #yellow-polygon-bottom {
    width: 200px;
    height: 200px; } }
@media (max-width: 991px) {
  #yellow-circle {
    width: 200px;
    height: 200px; }

  #red-shape {
    width: 200px;
    height: 200px; }

  #white-layover {
    width: 203px;
    height: 409px;
    top: 25%;
    left: 25%;
    transform: rotate(2deg); }

  #belong {
    top: 40% !important;
    left: 40% !important;
    width: 110px !important;
    height: 137px !important;
    font-size: 16px !important;
    line-height: 25px; }

  #purple-triangle {
    width: 150px;
    height: 150px; }

  #green-square {
    width: 150px;
    height: 150px;
    top: -72px !important; }

  #red-circle {
    width: 150px;
    height: 150px; }
    #red-circle img {
      width: 150px;
      height: 150px; }

  #blue-polygon {
    width: 150px;
    height: 150px;
    top: -80px; }

  #yellow-circle2 {
    width: 150px;
    height: 150px;
    top: -35%;
    left: -209%; }

  #blue-polygon-bottom {
    top: -1%;
    left: 77%; }

  #red-circle-bottom {
    top: 33%;
    left: -83%; }

  #blue-square-bottom {
    top: 6%;
    right: -96%; }

  #purple-triangle-bottom {
    top: 13%;
    right: -88%; }

  #belong-bottom {
    top: 35%;
    left: 44%; }

  #you-belong {
    top: 42%;
    left: 48%; } }
@media (max-width: 768px) {
  #home-section h2,
  #home-section h1,
  #home-section a {
    visibility: visible !important; }
  #home-section #yellow-circle,
  #home-section #red-shape,
  #home-section #white-layover,
  #home-section #belong {
    display: none !important; }

  #blue-polygon,
  #yellow-circle2,
  #red-circle {
    display: none !important; }

  #bottom-image {
    display: block; }

  #bottom-animations {
    display: none; }

  .last-section .container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .hero-section h2 {
    font-size: 18px !important; }
  .hero-section h1 {
    font-size: 72px !important;
    font-weight: 700 !important; } }
#r-breadcrumbs ul {
  padding-top: 20px !important; }

.ereg .event-details p {
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px; }

@media (max-width: 860px) and (min-width: 769) {
  .event-details h1 {
    font-size: 50px !important; } }
@media (max-width: 768px) {
  span[id^="showcheckboxquestions"] {
    float: none !important; }

  .event-details {
    width: 80%;
    display: block;
    margin: 0 auto; }
    .event-details h1 {
      line-height: 26px !important;
      font-size: 25px !important; }

  .venue-section a {
    font-size: 22px !important; } }
#agenda-section {
  padding: 60px 0 !important; }

#speakers-section {
  padding: 60px 0 !important; }

@media only screen and (max-width: 991px) {
  body.show-nav .tabmenu {
    top: 69px; }

  .ehtm ul li a {
    padding-left: 10px !important; } }
@media (max-width: 768px) {
  .footer-logo {
    display: none; }

  ul.bottom-menu {
    padding-left: 0px !important; }

  .footer-menu {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important; }

  .social-bottom {
    text-align: center !important; } }
[data-whatintent='keyboard'] *:focus {
  outline: 2px dotted green;
  outline-offset: 10px; }

.hide-menu {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/*****API AGENDA*****/
.content-tabs {
  width: 100%;
  list-style-type: none;
  display: table;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 0 !important; }
  .content-tabs a.active {
    color: #EE414E !important;
    text-decoration: none !important; }

.in {
  opacity: 1 !important; }

.content-tabs li {
  padding: 25px;
  display: table-cell;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase; }
  .content-tabs li a {
    font-family: "GT America", "Arial", sans-serif !important;
    font-size: 22px !important;
    text-transform: none !important;
    display: block !important;
    color: black !important; }
    .content-tabs li a:hover {
      color: #EE414E !important;
      text-decoration: none !important; }
.content-tabs li.active a {
  color: #EE414E !important;
  text-decoration: none !important; }

li.event {
  list-style-type: none;
  border-top: 2px solid #EE414E;
  padding-bottom: 20px;
  padding-top: 10px; }
  li.event .fa {
    float: right; }
  li.event h4 {
    font-family: "GT America", "Arial", sans-serif;
    color: #EE414E;
    font-size: 22px;
    margin: 0 !important;
    text-transform: none !important; }
  li.event .time {
    font-family: "GT America Condensed", "Arial", sans-serif;
    color: #EE414E;
    font-size: 20px !important;
    margin: 0 !important;
    text-transform: lowercase !important; }
  li.event .agenda-location {
    font-family: "GT America Condensed", "Arial", sans-serif;
    color: #EE414E;
    font-size: 20px !important;
    margin: 0 !important;
    text-transform: none !important; }

.sub-session {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px; }
  .sub-session * {
    color: #444 !important; }
  .sub-session .agenda-location {
    color: #444 !important; }

.description {
  display: none; }

.main-expander .fa {
  color: #EE414E;
  font-size: 20px;
  margin: 0 !important;
  position: relative; }

.sub-session-description {
  display: none; }
  .sub-session-description div,
  .sub-session-description li {
    font-family: "GT America", "Arial", sans-serif !important;
    font-size: 16px !important;
    color: #444 !important; }

.description-text {
  font-family: "GT America", "Arial", sans-serif !important;
  font-size: 16px !important;
  color: #EE414E !important; }

.inline-speakers {
  margin-top: 40px; }
  .inline-speakers li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
    text-align: center !important;
    font-family: "GT America", "Arial", sans-serif !important;
    font-size: 16px !important;
    color: #EE414E !important; }
  .inline-speakers img {
    width: 100%;
    max-width: 100px;
    display: block;
    border-radius: 50%; }

.sub-name {
  padding-right: 50px; }

.agenda-button {
  text-align: center !important;
  width: 150px;
  margin: 0px auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  color: #feffff !important;
  background-color: #EE414E;
  display: block; }
  .agenda-button:hover {
    background-color: #0d5da7; }
  .agenda-button a {
    color: #feffff !important;
    font-weight: bold; }
    .agenda-button a:hover {
      color: #feffff !important;
      text-decoration: none !important; }

@media (max-width: 768px) {
  li[role="presentation"] {
    display: block; }

  .timeline {
    padding-left: 0px; }

  .agenda-location {
    position: unset !important; }
    .agenda-location .basic-expander {
      vertical-align: top;
      padding: 20px;
      position: absolute;
      top: 20px;
      right: 0; }

  .main-expander {
    position: absolute;
    top: 20px;
    right: -17px; }
    .main-expander .fa {
      vertical-align: top;
      padding: 20px; }

  li.event {
    position: relative; }
    li.event h4 {
      width: 80%;
      text-align: left !important; }

  .session-wrapper {
    position: relative; }
    .session-wrapper .sub-expander {
      position: absolute;
      top: -15px;
      right: 13px;
      padding: 20px; } }
.aclu-red-section {
  background: #EE414E !important; }

.aclu-light-blue-section {
  background: #92D4E0 !important; }

.aclu-dark-blue-section {
  background: #0D5DA7 !important; }

.aclu-yellow-section {
  background: #FCDD6A !important; }

.aclu-dark-gray-section {
  background: #444 !important; }

/*****ENTERTAINMENT*****/
.main-entertain-wrapper {
  position: relative; }
  .main-entertain-wrapper .fa {
    font-size: 40px !important;
    padding: 20px;
    color: #EE414E;
    transition: all 1s;
    cursor: pointer; }
    .main-entertain-wrapper .fa:hover {
      background: #444;
      color: white !important;
      transition: all 1s; }

#scroll-left {
  position: absolute;
  top: 35%;
  left: -3%;
  z-index: 10; }

#scroll-right {
  position: absolute;
  top: 35%;
  right: -3%;
  z-index: 10; }

.entertain-wrapper {
  width: 100%;
  max-width: 1056px;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 0 !important;
  margin: 0 auto;
  font-size: 0; }

.entertain-item {
  display: inline-block;
  max-width: 350px;
  position: relative;
  margin-right: 2px; }
  .entertain-item img {
    width: 100%; }
  .entertain-item h3 {
    text-align: center !important; }
    .entertain-item h3 a {
      color: #0D5DA7 !important;
      text-transform: capitalize !important;
      font-family: "GT America", "Arial", sans-serif !important;
      font-size: 18px !important; }
      .entertain-item h3 a:hover {
        color: #92D4E0 !important;
        text-decoration: none !important; }

.entertain-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 89%;
  color: white;
  font-family: "GT America", "Arial", sans-serif !important;
  font-size: 16px !important;
  padding: 20px;
  white-space: pre-line !important;
  opacity: 0;
  transition: all 0.5s; }

.entertain-show {
  opacity: 1 !important;
  transition: all 0.5s; }

@media (max-width: 1200px) {
  .entertain-wrapper {
    max-width: 704px !important; } }
@media (max-width: 768px) {
  .entertain-wrapper {
    max-width: 352px !important; } }

/*# sourceMappingURL=master.css.map */
